From 32b77c33780366eef3eb27cb2affc109a62fc147 Mon Sep 17 00:00:00 2001 From: rob Date: Mon, 5 Jan 2026 03:44:38 -0400 Subject: [PATCH] Update documentation with overview and architecture --- .venv/bin/Activate.ps1 | 247 + .venv/bin/activate | 70 + .venv/bin/activate.csh | 27 + .venv/bin/activate.fish | 69 + .venv/bin/cmdforge | 8 + .venv/bin/coverage | 8 + .venv/bin/coverage-3.12 | 8 + .venv/bin/coverage3 | 8 + .venv/bin/normalizer | 8 + .venv/bin/pip | 8 + .venv/bin/pip3 | 8 + .venv/bin/pip3.12 | 8 + .venv/bin/py.test | 8 + .venv/bin/pygmentize | 8 + .venv/bin/pytest | 8 + .venv/bin/python | 1 + .venv/bin/python3 | 1 + .venv/bin/python3.12 | 1 + .../__editable__.cmdforge-0.1.0.pth | 1 + .../__pycache__/py.cpython-312.pyc | Bin 0 -> 497 bytes .../site-packages/_pytest/__init__.py | 13 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 485 bytes .../__pycache__/_argcomplete.cpython-312.pyc | Bin 0 -> 4835 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 794 bytes .../__pycache__/cacheprovider.cpython-312.pyc | Bin 0 -> 31696 bytes .../__pycache__/capture.cpython-312.pyc | Bin 0 -> 55735 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 13015 bytes .../__pycache__/debugging.cpython-312.pyc | Bin 0 -> 18293 bytes .../__pycache__/deprecated.cpython-312.pyc | Bin 0 -> 3034 bytes .../__pycache__/doctest.cpython-312.pyc | Bin 0 -> 32657 bytes .../__pycache__/faulthandler.cpython-312.pyc | Bin 0 -> 5084 bytes .../__pycache__/fixtures.cpython-312.pyc | Bin 0 -> 82895 bytes .../freeze_support.cpython-312.pyc | Bin 0 -> 1838 bytes .../__pycache__/helpconfig.cpython-312.pyc | Bin 0 -> 13158 bytes .../__pycache__/hookspec.cpython-312.pyc | Bin 0 -> 45771 bytes .../__pycache__/junitxml.cpython-312.pyc | Bin 0 -> 33352 bytes .../__pycache__/legacypath.cpython-312.pyc | Bin 0 -> 24170 bytes .../__pycache__/logging.cpython-312.pyc | Bin 0 -> 45975 bytes .../_pytest/__pycache__/main.cpython-312.pyc | Bin 0 -> 47346 bytes .../__pycache__/monkeypatch.cpython-312.pyc | Bin 0 -> 17219 bytes .../_pytest/__pycache__/nodes.cpython-312.pyc | Bin 0 -> 30848 bytes .../__pycache__/outcomes.cpython-312.pyc | Bin 0 -> 11726 bytes .../__pycache__/pastebin.cpython-312.pyc | Bin 0 -> 5893 bytes .../__pycache__/pathlib.cpython-312.pyc | Bin 0 -> 41813 bytes .../__pycache__/pytester.cpython-312.pyc | Bin 0 -> 85015 bytes .../pytester_assertions.cpython-312.pyc | Bin 0 -> 2494 bytes .../__pycache__/python.cpython-312.pyc | Bin 0 -> 75216 bytes .../__pycache__/python_api.cpython-312.pyc | Bin 0 -> 35396 bytes .../__pycache__/raises.cpython-312.pyc | Bin 0 -> 60043 bytes .../__pycache__/recwarn.cpython-312.pyc | Bin 0 -> 16106 bytes .../__pycache__/reports.cpython-312.pyc | Bin 0 -> 27009 bytes .../__pycache__/runner.cpython-312.pyc | Bin 0 -> 24215 bytes .../_pytest/__pycache__/scope.cpython-312.pyc | Bin 0 -> 3576 bytes .../__pycache__/setuponly.cpython-312.pyc | Bin 0 -> 5365 bytes .../__pycache__/setupplan.cpython-312.pyc | Bin 0 -> 1910 bytes .../__pycache__/skipping.cpython-312.pyc | Bin 0 -> 14076 bytes .../_pytest/__pycache__/stash.cpython-312.pyc | Bin 0 -> 4373 bytes .../__pycache__/stepwise.cpython-312.pyc | Bin 0 -> 9621 bytes .../__pycache__/subtests.cpython-312.pyc | Bin 0 -> 17735 bytes .../__pycache__/terminal.cpython-312.pyc | Bin 0 -> 84341 bytes .../terminalprogress.cpython-312.pyc | Bin 0 -> 1146 bytes .../threadexception.cpython-312.pyc | Bin 0 -> 5758 bytes .../__pycache__/timing.cpython-312.pyc | Bin 0 -> 4792 bytes .../__pycache__/tmpdir.cpython-312.pyc | Bin 0 -> 12761 bytes .../__pycache__/tracemalloc.cpython-312.pyc | Bin 0 -> 991 bytes .../__pycache__/unittest.cpython-312.pyc | Bin 0 -> 26483 bytes .../unraisableexception.cpython-312.pyc | Bin 0 -> 6259 bytes .../__pycache__/warning_types.cpython-312.pyc | Bin 0 -> 6946 bytes .../__pycache__/warnings.cpython-312.pyc | Bin 0 -> 6856 bytes .../site-packages/_pytest/_argcomplete.py | 117 + .../site-packages/_pytest/_code/__init__.py | 26 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 691 bytes .../_code/__pycache__/code.cpython-312.pyc | Bin 0 -> 67986 bytes .../_code/__pycache__/source.cpython-312.pyc | Bin 0 -> 11951 bytes .../site-packages/_pytest/_code/code.py | 1565 + .../site-packages/_pytest/_code/source.py | 225 + .../site-packages/_pytest/_io/__init__.py | 10 + .../_io/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 382 bytes .../_io/__pycache__/pprint.cpython-312.pyc | Bin 0 -> 24437 bytes .../_io/__pycache__/saferepr.cpython-312.pyc | Bin 0 -> 5828 bytes .../terminalwriter.cpython-312.pyc | Bin 0 -> 11251 bytes .../_io/__pycache__/wcwidth.cpython-312.pyc | Bin 0 -> 1693 bytes .../site-packages/_pytest/_io/pprint.py | 673 + .../site-packages/_pytest/_io/saferepr.py | 130 + .../_pytest/_io/terminalwriter.py | 258 + .../site-packages/_pytest/_io/wcwidth.py | 57 + .../site-packages/_pytest/_py/__init__.py | 0 .../_py/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 190 bytes .../_py/__pycache__/error.cpython-312.pyc | Bin 0 -> 4958 bytes .../_py/__pycache__/path.cpython-312.pyc | Bin 0 -> 68854 bytes .../site-packages/_pytest/_py/error.py | 119 + .../site-packages/_pytest/_py/path.py | 1475 + .../site-packages/_pytest/_version.py | 34 + .../_pytest/assertion/__init__.py | 208 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 10123 bytes .../__pycache__/rewrite.cpython-312.pyc | Bin 0 -> 61302 bytes .../__pycache__/truncate.cpython-312.pyc | Bin 0 -> 4199 bytes .../__pycache__/util.cpython-312.pyc | Bin 0 -> 23853 bytes .../_pytest/assertion/rewrite.py | 1202 + .../_pytest/assertion/truncate.py | 137 + .../site-packages/_pytest/assertion/util.py | 615 + .../site-packages/_pytest/cacheprovider.py | 646 + .../site-packages/_pytest/capture.py | 1144 + .../site-packages/_pytest/compat.py | 314 + .../site-packages/_pytest/config/__init__.py | 2197 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 91883 bytes .../__pycache__/argparsing.cpython-312.pyc | Bin 0 -> 26418 bytes .../config/__pycache__/compat.cpython-312.pyc | Bin 0 -> 3588 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 818 bytes .../__pycache__/findpaths.cpython-312.pyc | Bin 0 -> 13266 bytes .../_pytest/config/argparsing.py | 578 + .../site-packages/_pytest/config/compat.py | 85 + .../_pytest/config/exceptions.py | 15 + .../site-packages/_pytest/config/findpaths.py | 350 + .../site-packages/_pytest/debugging.py | 407 + .../site-packages/_pytest/deprecated.py | 99 + .../site-packages/_pytest/doctest.py | 736 + .../site-packages/_pytest/faulthandler.py | 119 + .../site-packages/_pytest/fixtures.py | 2047 + .../site-packages/_pytest/freeze_support.py | 45 + .../site-packages/_pytest/helpconfig.py | 293 + .../site-packages/_pytest/hookspec.py | 1342 + .../site-packages/_pytest/junitxml.py | 695 + .../site-packages/_pytest/legacypath.py | 468 + .../site-packages/_pytest/logging.py | 960 + .../python3.12/site-packages/_pytest/main.py | 1203 + .../site-packages/_pytest/mark/__init__.py | 301 + .../mark/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 13079 bytes .../__pycache__/expression.cpython-312.pyc | Bin 0 -> 17363 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 27501 bytes .../site-packages/_pytest/mark/expression.py | 353 + .../site-packages/_pytest/mark/structures.py | 664 + .../site-packages/_pytest/monkeypatch.py | 435 + .../python3.12/site-packages/_pytest/nodes.py | 772 + .../site-packages/_pytest/outcomes.py | 308 + .../site-packages/_pytest/pastebin.py | 117 + .../site-packages/_pytest/pathlib.py | 1063 + .../python3.12/site-packages/_pytest/py.typed | 0 .../site-packages/_pytest/pytester.py | 1791 + .../_pytest/pytester_assertions.py | 74 + .../site-packages/_pytest/python.py | 1772 + .../site-packages/_pytest/python_api.py | 820 + .../site-packages/_pytest/raises.py | 1517 + .../site-packages/_pytest/recwarn.py | 367 + .../site-packages/_pytest/reports.py | 694 + .../site-packages/_pytest/runner.py | 580 + .../python3.12/site-packages/_pytest/scope.py | 91 + .../site-packages/_pytest/setuponly.py | 98 + .../site-packages/_pytest/setupplan.py | 39 + .../site-packages/_pytest/skipping.py | 321 + .../python3.12/site-packages/_pytest/stash.py | 116 + .../site-packages/_pytest/stepwise.py | 209 + .../site-packages/_pytest/subtests.py | 411 + .../site-packages/_pytest/terminal.py | 1763 + .../site-packages/_pytest/terminalprogress.py | 30 + .../site-packages/_pytest/threadexception.py | 152 + .../site-packages/_pytest/timing.py | 95 + .../site-packages/_pytest/tmpdir.py | 315 + .../site-packages/_pytest/tracemalloc.py | 24 + .../site-packages/_pytest/unittest.py | 628 + .../_pytest/unraisableexception.py | 163 + .../site-packages/_pytest/warning_types.py | 172 + .../site-packages/_pytest/warnings.py | 151 + .../site-packages/_yaml/__init__.py | 33 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 866 bytes .../python3.12/site-packages/a1_coverage.pth | 1 + .../certifi-2025.11.12.dist-info/INSTALLER | 1 + .../certifi-2025.11.12.dist-info/METADATA | 78 + .../certifi-2025.11.12.dist-info/RECORD | 14 + .../certifi-2025.11.12.dist-info/WHEEL | 5 + .../licenses/LICENSE | 20 + .../top_level.txt | 1 + .../site-packages/certifi/__init__.py | 4 + .../site-packages/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 313 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 628 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 0 -> 2060 bytes .../site-packages/certifi/cacert.pem | 4678 + .../python3.12/site-packages/certifi/core.py | 83 + .../python3.12/site-packages/certifi/py.typed | 0 .../INSTALLER | 1 + .../METADATA | 764 + .../charset_normalizer-3.4.4.dist-info/RECORD | 35 + .../charset_normalizer-3.4.4.dist-info/WHEEL | 7 + .../entry_points.txt | 2 + .../licenses/LICENSE | 21 + .../top_level.txt | 1 + .../charset_normalizer/__init__.py | 48 + .../charset_normalizer/__main__.py | 6 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1779 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 354 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 18190 bytes .../__pycache__/cd.cpython-312.pyc | Bin 0 -> 13295 bytes .../__pycache__/constant.cpython-312.pyc | Bin 0 -> 40809 bytes .../__pycache__/legacy.cpython-312.pyc | Bin 0 -> 3009 bytes .../__pycache__/md.cpython-312.pyc | Bin 0 -> 24346 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 17126 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 13755 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 381 bytes .../site-packages/charset_normalizer/api.py | 669 + .../site-packages/charset_normalizer/cd.py | 395 + .../charset_normalizer/cli/__init__.py | 8 + .../charset_normalizer/cli/__main__.py | 381 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 342 bytes .../cli/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 14403 bytes .../charset_normalizer/constant.py | 2015 + .../charset_normalizer/legacy.py | 80 + .../md.cpython-312-x86_64-linux-gnu.so | Bin 0 -> 15912 bytes .../site-packages/charset_normalizer/md.py | 635 + .../md__mypyc.cpython-312-x86_64-linux-gnu.so | Bin 0 -> 290584 bytes .../charset_normalizer/models.py | 360 + .../site-packages/charset_normalizer/py.typed | 0 .../site-packages/charset_normalizer/utils.py | 414 + .../charset_normalizer/version.py | 8 + .../cmdforge-0.1.0.dist-info/INSTALLER | 1 + .../cmdforge-0.1.0.dist-info/METADATA | 648 + .../cmdforge-0.1.0.dist-info/RECORD | 10 + .../cmdforge-0.1.0.dist-info/REQUESTED | 0 .../cmdforge-0.1.0.dist-info/WHEEL | 5 + .../cmdforge-0.1.0.dist-info/direct_url.json | 1 + .../cmdforge-0.1.0.dist-info/entry_points.txt | 2 + .../cmdforge-0.1.0.dist-info/top_level.txt | 1 + .../coverage-7.13.1.dist-info/INSTALLER | 1 + .../coverage-7.13.1.dist-info/METADATA | 200 + .../coverage-7.13.1.dist-info/RECORD | 109 + .../coverage-7.13.1.dist-info/WHEEL | 7 + .../entry_points.txt | 4 + .../licenses/LICENSE.txt | 177 + .../coverage-7.13.1.dist-info/top_level.txt | 1 + .../site-packages/coverage/__init__.py | 38 + .../site-packages/coverage/__main__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 765 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 417 bytes .../__pycache__/annotate.cpython-312.pyc | Bin 0 -> 5096 bytes .../__pycache__/bytecode.cpython-312.pyc | Bin 0 -> 7825 bytes .../__pycache__/cmdline.cpython-312.pyc | Bin 0 -> 40084 bytes .../__pycache__/collector.cpython-312.pyc | Bin 0 -> 19347 bytes .../__pycache__/config.cpython-312.pyc | Bin 0 -> 27256 bytes .../__pycache__/context.cpython-312.pyc | Bin 0 -> 3092 bytes .../__pycache__/control.cpython-312.pyc | Bin 0 -> 63667 bytes .../coverage/__pycache__/core.cpython-312.pyc | Bin 0 -> 5651 bytes .../coverage/__pycache__/data.cpython-312.pyc | Bin 0 -> 11139 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 32409 bytes .../__pycache__/disposition.cpython-312.pyc | Bin 0 -> 2417 bytes .../coverage/__pycache__/env.cpython-312.pyc | Bin 0 -> 3230 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2965 bytes .../__pycache__/execfile.cpython-312.pyc | Bin 0 -> 13373 bytes .../__pycache__/files.cpython-312.pyc | Bin 0 -> 22992 bytes .../coverage/__pycache__/html.cpython-312.pyc | Bin 0 -> 40476 bytes .../__pycache__/inorout.cpython-312.pyc | Bin 0 -> 25252 bytes .../__pycache__/jsonreport.cpython-312.pyc | Bin 0 -> 9738 bytes .../__pycache__/lcovreport.cpython-312.pyc | Bin 0 -> 9528 bytes .../coverage/__pycache__/misc.cpython-312.pyc | Bin 0 -> 17448 bytes .../__pycache__/multiproc.cpython-312.pyc | Bin 0 -> 5261 bytes .../__pycache__/numbits.cpython-312.pyc | Bin 0 -> 6442 bytes .../__pycache__/parser.cpython-312.pyc | Bin 0 -> 53473 bytes .../__pycache__/patch.cpython-312.pyc | Bin 0 -> 5665 bytes .../__pycache__/phystokens.cpython-312.pyc | Bin 0 -> 7190 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 24600 bytes .../plugin_support.cpython-312.pyc | Bin 0 -> 17971 bytes .../__pycache__/pth_file.cpython-312.pyc | Bin 0 -> 521 bytes .../__pycache__/python.cpython-312.pyc | Bin 0 -> 11859 bytes .../__pycache__/pytracer.cpython-312.pyc | Bin 0 -> 11252 bytes .../__pycache__/regions.cpython-312.pyc | Bin 0 -> 6602 bytes .../__pycache__/report.cpython-312.pyc | Bin 0 -> 14776 bytes .../__pycache__/report_core.cpython-312.pyc | Bin 0 -> 4776 bytes .../__pycache__/results.cpython-312.pyc | Bin 0 -> 22948 bytes .../__pycache__/sqldata.cpython-312.pyc | Bin 0 -> 60667 bytes .../__pycache__/sqlitedb.cpython-312.pyc | Bin 0 -> 12226 bytes .../__pycache__/sysmon.cpython-312.pyc | Bin 0 -> 22169 bytes .../__pycache__/templite.cpython-312.pyc | Bin 0 -> 13722 bytes .../__pycache__/tomlconfig.cpython-312.pyc | Bin 0 -> 10598 bytes .../__pycache__/types.cpython-312.pyc | Bin 0 -> 8058 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 1224 bytes .../__pycache__/xmlreport.cpython-312.pyc | Bin 0 -> 13207 bytes .../site-packages/coverage/annotate.py | 113 + .../site-packages/coverage/bytecode.py | 197 + .../site-packages/coverage/cmdline.py | 1220 + .../site-packages/coverage/collector.py | 487 + .../site-packages/coverage/config.py | 732 + .../site-packages/coverage/context.py | 74 + .../site-packages/coverage/control.py | 1514 + .../python3.12/site-packages/coverage/core.py | 139 + .../python3.12/site-packages/coverage/data.py | 251 + .../site-packages/coverage/debug.py | 669 + .../site-packages/coverage/disposition.py | 59 + .../python3.12/site-packages/coverage/env.py | 135 + .../site-packages/coverage/exceptions.py | 85 + .../site-packages/coverage/execfile.py | 329 + .../site-packages/coverage/files.py | 553 + .../python3.12/site-packages/coverage/html.py | 860 + .../coverage/htmlfiles/coverage_html.js | 735 + .../coverage/htmlfiles/favicon_32.png | Bin 0 -> 1732 bytes .../coverage/htmlfiles/index.html | 199 + .../coverage/htmlfiles/keybd_closed.png | Bin 0 -> 9004 bytes .../coverage/htmlfiles/pyfile.html | 149 + .../coverage/htmlfiles/style.css | 389 + .../coverage/htmlfiles/style.scss | 844 + .../site-packages/coverage/inorout.py | 590 + .../site-packages/coverage/jsonreport.py | 200 + .../site-packages/coverage/lcovreport.py | 218 + .../python3.12/site-packages/coverage/misc.py | 381 + .../site-packages/coverage/multiproc.py | 120 + .../site-packages/coverage/numbits.py | 146 + .../site-packages/coverage/parser.py | 1215 + .../site-packages/coverage/patch.py | 118 + .../site-packages/coverage/phystokens.py | 197 + .../site-packages/coverage/plugin.py | 617 + .../site-packages/coverage/plugin_support.py | 299 + .../site-packages/coverage/pth_file.py | 16 + .../site-packages/coverage/py.typed | 1 + .../site-packages/coverage/python.py | 272 + .../site-packages/coverage/pytracer.py | 370 + .../site-packages/coverage/regions.py | 127 + .../site-packages/coverage/report.py | 298 + .../site-packages/coverage/report_core.py | 117 + .../site-packages/coverage/results.py | 502 + .../site-packages/coverage/sqldata.py | 1212 + .../site-packages/coverage/sqlitedb.py | 226 + .../site-packages/coverage/sysmon.py | 509 + .../site-packages/coverage/templite.py | 319 + .../site-packages/coverage/tomlconfig.py | 212 + .../tracer.cpython-312-x86_64-linux-gnu.so | Bin 0 -> 129792 bytes .../site-packages/coverage/tracer.pyi | 43 + .../site-packages/coverage/types.py | 214 + .../site-packages/coverage/version.py | 35 + .../site-packages/coverage/xmlreport.py | 263 + .../idna-3.11.dist-info/INSTALLER | 1 + .../idna-3.11.dist-info/METADATA | 209 + .../site-packages/idna-3.11.dist-info/RECORD | 22 + .../site-packages/idna-3.11.dist-info/WHEEL | 4 + .../idna-3.11.dist-info/licenses/LICENSE.md | 31 + .../python3.12/site-packages/idna/__init__.py | 45 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 881 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4981 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 885 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 16193 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 100910 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2633 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 212 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 161840 bytes .../python3.12/site-packages/idna/codec.py | 122 + .../python3.12/site-packages/idna/compat.py | 15 + .../lib/python3.12/site-packages/idna/core.py | 437 + .../python3.12/site-packages/idna/idnadata.py | 4309 + .../site-packages/idna/intranges.py | 57 + .../site-packages/idna/package_data.py | 1 + .../python3.12/site-packages/idna/py.typed | 0 .../site-packages/idna/uts46data.py | 8841 ++ .../iniconfig-2.3.0.dist-info/INSTALLER | 1 + .../iniconfig-2.3.0.dist-info/METADATA | 79 + .../iniconfig-2.3.0.dist-info/RECORD | 15 + .../iniconfig-2.3.0.dist-info/WHEEL | 5 + .../licenses/LICENSE | 21 + .../iniconfig-2.3.0.dist-info/top_level.txt | 1 + .../site-packages/iniconfig/__init__.py | 249 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 10881 bytes .../__pycache__/_parse.cpython-312.pyc | Bin 0 -> 5581 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 796 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 1200 bytes .../site-packages/iniconfig/_parse.py | 163 + .../site-packages/iniconfig/_version.py | 34 + .../site-packages/iniconfig/exceptions.py | 16 + .../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-312.pyc | Bin 0 -> 553 bytes .../__pycache__/_elffile.cpython-312.pyc | Bin 0 -> 5018 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 9746 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 4564 bytes .../__pycache__/_parser.cpython-312.pyc | Bin 0 -> 13993 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3236 bytes .../__pycache__/_tokenizer.cpython-312.pyc | Bin 0 -> 7943 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 12760 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 27245 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 4405 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 39035 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 24811 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 6630 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 20463 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-312.pyc | Bin 0 -> 4112 bytes .../__pycache__/_spdx.cpython-312.pyc | Bin 0 -> 47359 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 + .../site-packages/packaging/tags.py | 656 + .../site-packages/packaging/utils.py | 163 + .../site-packages/packaging/version.py | 582 + .../pip-24.0.dist-info/AUTHORS.txt | 760 + .../pip-24.0.dist-info/INSTALLER | 1 + .../pip-24.0.dist-info/LICENSE.txt | 20 + .../site-packages/pip-24.0.dist-info/METADATA | 88 + .../site-packages/pip-24.0.dist-info/RECORD | 1005 + .../pip-24.0.dist-info/REQUESTED | 0 .../site-packages/pip-24.0.dist-info/WHEEL | 5 + .../pip-24.0.dist-info/entry_points.txt | 4 + .../pip-24.0.dist-info/top_level.txt | 1 + .../python3.12/site-packages/pip/__init__.py | 13 + .../python3.12/site-packages/pip/__main__.py | 24 + .../site-packages/pip/__pip-runner__.py | 50 + .../pip/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 691 bytes .../pip/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 847 bytes .../__pip-runner__.cpython-312.pyc | Bin 0 -> 2210 bytes .../site-packages/pip/_internal/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 793 bytes .../__pycache__/build_env.cpython-312.pyc | Bin 0 -> 14300 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 12671 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 17672 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 33290 bytes .../__pycache__/main.cpython-312.pyc | Bin 0 -> 676 bytes .../__pycache__/pyproject.cpython-312.pyc | Bin 0 -> 4977 bytes .../self_outdated_check.cpython-312.pyc | Bin 0 -> 10558 bytes .../__pycache__/wheel_builder.cpython-312.pyc | Bin 0 -> 13655 bytes .../site-packages/pip/_internal/build_env.py | 311 + .../site-packages/pip/_internal/cache.py | 290 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 284 bytes .../autocompletion.cpython-312.pyc | Bin 0 -> 8471 bytes .../__pycache__/base_command.cpython-312.pyc | Bin 0 -> 10461 bytes .../__pycache__/cmdoptions.cpython-312.pyc | Bin 0 -> 30380 bytes .../command_context.cpython-312.pyc | Bin 0 -> 1787 bytes .../cli/__pycache__/main.cpython-312.pyc | Bin 0 -> 2304 bytes .../__pycache__/main_parser.cpython-312.pyc | Bin 0 -> 4911 bytes .../cli/__pycache__/parser.cpython-312.pyc | Bin 0 -> 15028 bytes .../__pycache__/progress_bars.cpython-312.pyc | Bin 0 -> 2626 bytes .../__pycache__/req_command.cpython-312.pyc | Bin 0 -> 18858 bytes .../cli/__pycache__/spinners.cpython-312.pyc | Bin 0 -> 7846 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 381 bytes .../pip/_internal/cli/autocompletion.py | 172 + .../pip/_internal/cli/base_command.py | 236 + .../pip/_internal/cli/cmdoptions.py | 1074 + .../pip/_internal/cli/command_context.py | 27 + .../site-packages/pip/_internal/cli/main.py | 79 + .../pip/_internal/cli/main_parser.py | 134 + .../site-packages/pip/_internal/cli/parser.py | 294 + .../pip/_internal/cli/progress_bars.py | 68 + .../pip/_internal/cli/req_command.py | 505 + .../pip/_internal/cli/spinners.py | 159 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 132 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4008 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 9717 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 2096 bytes .../__pycache__/completion.cpython-312.pyc | Bin 0 -> 5198 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 13218 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 10167 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 7595 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 4422 bytes .../commands/__pycache__/hash.cpython-312.pyc | Bin 0 -> 2989 bytes .../commands/__pycache__/help.cpython-312.pyc | Bin 0 -> 1679 bytes .../__pycache__/index.cpython-312.pyc | Bin 0 -> 6726 bytes .../__pycache__/inspect.cpython-312.pyc | Bin 0 -> 3981 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 28919 bytes .../commands/__pycache__/list.cpython-312.pyc | Bin 0 -> 15662 bytes .../__pycache__/search.cpython-312.pyc | Bin 0 -> 7627 bytes .../commands/__pycache__/show.cpython-312.pyc | Bin 0 -> 9734 bytes .../__pycache__/uninstall.cpython-312.pyc | Bin 0 -> 4732 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 8962 bytes .../pip/_internal/commands/cache.py | 225 + .../pip/_internal/commands/check.py | 54 + .../pip/_internal/commands/completion.py | 130 + .../pip/_internal/commands/configuration.py | 280 + .../pip/_internal/commands/debug.py | 201 + .../pip/_internal/commands/download.py | 147 + .../pip/_internal/commands/freeze.py | 109 + .../pip/_internal/commands/hash.py | 59 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/index.py | 139 + .../pip/_internal/commands/inspect.py | 92 + .../pip/_internal/commands/install.py | 774 + .../pip/_internal/commands/list.py | 370 + .../pip/_internal/commands/search.py | 174 + .../pip/_internal/commands/show.py | 189 + .../pip/_internal/commands/uninstall.py | 113 + .../pip/_internal/commands/wheel.py | 183 + .../pip/_internal/configuration.py | 383 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 947 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 2868 bytes .../__pycache__/installed.cpython-312.pyc | Bin 0 -> 1706 bytes .../__pycache__/sdist.cpython-312.pyc | Bin 0 -> 8494 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 2254 bytes .../pip/_internal/distributions/base.py | 51 + .../pip/_internal/distributions/installed.py | 29 + .../pip/_internal/distributions/sdist.py | 156 + .../pip/_internal/distributions/wheel.py | 40 + .../site-packages/pip/_internal/exceptions.py | 728 + .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 238 bytes .../__pycache__/collector.cpython-312.pyc | Bin 0 -> 21892 bytes .../package_finder.cpython-312.pyc | Bin 0 -> 40741 bytes .../index/__pycache__/sources.cpython-312.pyc | Bin 0 -> 12610 bytes .../pip/_internal/index/collector.py | 507 + .../pip/_internal/index/package_finder.py | 1027 + .../pip/_internal/index/sources.py | 285 + .../pip/_internal/locations/__init__.py | 467 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 16782 bytes .../__pycache__/_distutils.cpython-312.pyc | Bin 0 -> 6862 bytes .../__pycache__/_sysconfig.cpython-312.pyc | Bin 0 -> 8017 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 3787 bytes .../pip/_internal/locations/_distutils.py | 172 + .../pip/_internal/locations/_sysconfig.py | 213 + .../pip/_internal/locations/base.py | 81 + .../site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 128 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5888 bytes .../__pycache__/_json.cpython-312.pyc | Bin 0 -> 2881 bytes .../metadata/__pycache__/base.cpython-312.pyc | Bin 0 -> 35718 bytes .../__pycache__/pkg_resources.cpython-312.pyc | Bin 0 -> 15796 bytes .../pip/_internal/metadata/_json.py | 84 + .../pip/_internal/metadata/base.py | 702 + .../_internal/metadata/importlib/__init__.py | 6 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 364 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 3339 bytes .../__pycache__/_dists.cpython-312.pyc | Bin 0 -> 13431 bytes .../__pycache__/_envs.cpython-312.pyc | Bin 0 -> 11186 bytes .../_internal/metadata/importlib/_compat.py | 55 + .../_internal/metadata/importlib/_dists.py | 227 + .../pip/_internal/metadata/importlib/_envs.py | 189 + .../pip/_internal/metadata/pkg_resources.py | 278 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 272 bytes .../__pycache__/candidate.cpython-312.pyc | Bin 0 -> 1911 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 0 -> 11205 bytes .../format_control.cpython-312.pyc | Bin 0 -> 4233 bytes .../models/__pycache__/index.cpython-312.pyc | Bin 0 -> 1700 bytes .../installation_report.cpython-312.pyc | Bin 0 -> 2278 bytes .../models/__pycache__/link.cpython-312.pyc | Bin 0 -> 26008 bytes .../models/__pycache__/scheme.cpython-312.pyc | Bin 0 -> 1175 bytes .../__pycache__/search_scope.cpython-312.pyc | Bin 0 -> 5094 bytes .../selection_prefs.cpython-312.pyc | Bin 0 -> 1857 bytes .../__pycache__/target_python.cpython-312.pyc | Bin 0 -> 4960 bytes .../models/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5786 bytes .../pip/_internal/models/candidate.py | 30 + .../pip/_internal/models/direct_url.py | 235 + .../pip/_internal/models/format_control.py | 78 + .../pip/_internal/models/index.py | 28 + .../_internal/models/installation_report.py | 56 + .../pip/_internal/models/link.py | 579 + .../pip/_internal/models/scheme.py | 31 + .../pip/_internal/models/search_scope.py | 132 + .../pip/_internal/models/selection_prefs.py | 51 + .../pip/_internal/models/target_python.py | 122 + .../pip/_internal/models/wheel.py | 92 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 260 bytes .../network/__pycache__/auth.cpython-312.pyc | Bin 0 -> 22002 bytes .../network/__pycache__/cache.cpython-312.pyc | Bin 0 -> 6524 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 8559 bytes .../__pycache__/lazy_wheel.cpython-312.pyc | Bin 0 -> 11669 bytes .../__pycache__/session.cpython-312.pyc | Bin 0 -> 18780 bytes .../network/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2259 bytes .../__pycache__/xmlrpc.cpython-312.pyc | Bin 0 -> 2955 bytes .../pip/_internal/network/auth.py | 561 + .../pip/_internal/network/cache.py | 106 + .../pip/_internal/network/download.py | 186 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 520 + .../pip/_internal/network/utils.py | 96 + .../pip/_internal/network/xmlrpc.py | 62 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 203 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 7585 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 10123 bytes .../__pycache__/prepare.cpython-312.pyc | Bin 0 -> 25753 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 209 bytes .../__pycache__/build_tracker.cpython-312.pyc | Bin 0 -> 7829 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 1886 bytes .../metadata_editable.cpython-312.pyc | Bin 0 -> 1920 bytes .../metadata_legacy.cpython-312.pyc | Bin 0 -> 3071 bytes .../build/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 1690 bytes .../wheel_editable.cpython-312.pyc | Bin 0 -> 2031 bytes .../__pycache__/wheel_legacy.cpython-312.pyc | Bin 0 -> 3935 bytes .../operations/build/build_tracker.py | 139 + .../_internal/operations/build/metadata.py | 39 + .../operations/build/metadata_editable.py | 41 + .../operations/build/metadata_legacy.py | 74 + .../pip/_internal/operations/build/wheel.py | 37 + .../operations/build/wheel_editable.py | 46 + .../operations/build/wheel_legacy.py | 102 + .../pip/_internal/operations/check.py | 187 + .../pip/_internal/operations/freeze.py | 255 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 272 bytes .../editable_legacy.cpython-312.pyc | Bin 0 -> 1823 bytes .../install/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 33865 bytes .../operations/install/editable_legacy.py | 46 + .../pip/_internal/operations/install/wheel.py | 734 + .../pip/_internal/operations/prepare.py | 730 + .../site-packages/pip/_internal/pyproject.py | 179 + .../pip/_internal/req/__init__.py | 92 + .../req/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3749 bytes .../__pycache__/constructors.cpython-312.pyc | Bin 0 -> 21588 bytes .../req/__pycache__/req_file.cpython-312.pyc | Bin 0 -> 21467 bytes .../__pycache__/req_install.cpython-312.pyc | Bin 0 -> 38420 bytes .../req/__pycache__/req_set.cpython-312.pyc | Bin 0 -> 7224 bytes .../__pycache__/req_uninstall.cpython-312.pyc | Bin 0 -> 32983 bytes .../pip/_internal/req/constructors.py | 576 + .../pip/_internal/req/req_file.py | 554 + .../pip/_internal/req/req_install.py | 923 + .../pip/_internal/req/req_set.py | 119 + .../pip/_internal/req/req_uninstall.py | 649 + .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 203 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 1191 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 210 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 22445 bytes .../_internal/resolution/legacy/resolver.py | 598 + .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 214 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 8343 bytes .../__pycache__/candidates.cpython-312.pyc | Bin 0 -> 30404 bytes .../__pycache__/factory.cpython-312.pyc | Bin 0 -> 32120 bytes .../found_candidates.cpython-312.pyc | Bin 0 -> 6214 bytes .../__pycache__/provider.cpython-312.pyc | Bin 0 -> 10384 bytes .../__pycache__/reporter.cpython-312.pyc | Bin 0 -> 4941 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 11435 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 12357 bytes .../_internal/resolution/resolvelib/base.py | 141 + .../resolution/resolvelib/candidates.py | 597 + .../resolution/resolvelib/factory.py | 812 + .../resolution/resolvelib/found_candidates.py | 155 + .../resolution/resolvelib/provider.py | 255 + .../resolution/resolvelib/reporter.py | 80 + .../resolution/resolvelib/requirements.py | 166 + .../resolution/resolvelib/resolver.py | 317 + .../pip/_internal/self_outdated_check.py | 248 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 198 bytes .../__pycache__/_jaraco_text.cpython-312.pyc | Bin 0 -> 4539 bytes .../utils/__pycache__/_log.cpython-312.pyc | Bin 0 -> 1869 bytes .../utils/__pycache__/appdirs.cpython-312.pyc | Bin 0 -> 2413 bytes .../utils/__pycache__/compat.cpython-312.pyc | Bin 0 -> 2216 bytes .../compatibility_tags.cpython-312.pyc | Bin 0 -> 5564 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 0 -> 687 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 4189 bytes .../direct_url_helpers.cpython-312.pyc | Bin 0 -> 3566 bytes .../__pycache__/egg_link.cpython-312.pyc | Bin 0 -> 3229 bytes .../__pycache__/encoding.cpython-312.pyc | Bin 0 -> 2161 bytes .../__pycache__/entrypoints.cpython-312.pyc | Bin 0 -> 3996 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 7461 bytes .../__pycache__/filetypes.cpython-312.pyc | Bin 0 -> 1167 bytes .../utils/__pycache__/glibc.cpython-312.pyc | Bin 0 -> 2345 bytes .../utils/__pycache__/hashes.cpython-312.pyc | Bin 0 -> 7557 bytes .../utils/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13560 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 0 -> 34124 bytes .../utils/__pycache__/models.cpython-312.pyc | Bin 0 -> 2715 bytes .../__pycache__/packaging.cpython-312.pyc | Bin 0 -> 2586 bytes .../setuptools_build.cpython-312.pyc | Bin 0 -> 4553 bytes .../__pycache__/subprocess.cpython-312.pyc | Bin 0 -> 8721 bytes .../__pycache__/temp_dir.cpython-312.pyc | Bin 0 -> 12065 bytes .../__pycache__/unpacking.cpython-312.pyc | Bin 0 -> 11111 bytes .../utils/__pycache__/urls.cpython-312.pyc | Bin 0 -> 2408 bytes .../__pycache__/virtualenv.cpython-312.pyc | Bin 0 -> 4483 bytes .../utils/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5929 bytes .../pip/_internal/utils/_jaraco_text.py | 109 + .../site-packages/pip/_internal/utils/_log.py | 38 + .../pip/_internal/utils/appdirs.py | 52 + .../pip/_internal/utils/compat.py | 63 + .../pip/_internal/utils/compatibility_tags.py | 165 + .../pip/_internal/utils/datetime.py | 11 + .../pip/_internal/utils/deprecation.py | 120 + .../pip/_internal/utils/direct_url_helpers.py | 87 + .../pip/_internal/utils/egg_link.py | 80 + .../pip/_internal/utils/encoding.py | 36 + .../pip/_internal/utils/entrypoints.py | 84 + .../pip/_internal/utils/filesystem.py | 153 + .../pip/_internal/utils/filetypes.py | 27 + .../pip/_internal/utils/glibc.py | 88 + .../pip/_internal/utils/hashes.py | 151 + .../pip/_internal/utils/logging.py | 348 + .../site-packages/pip/_internal/utils/misc.py | 783 + .../pip/_internal/utils/models.py | 39 + .../pip/_internal/utils/packaging.py | 57 + .../pip/_internal/utils/setuptools_build.py | 146 + .../pip/_internal/utils/subprocess.py | 260 + .../pip/_internal/utils/temp_dir.py | 296 + .../pip/_internal/utils/unpacking.py | 257 + .../site-packages/pip/_internal/utils/urls.py | 62 + .../pip/_internal/utils/virtualenv.py | 104 + .../pip/_internal/utils/wheel.py | 134 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 537 bytes .../vcs/__pycache__/bazaar.cpython-312.pyc | Bin 0 -> 5029 bytes .../vcs/__pycache__/git.cpython-312.pyc | Bin 0 -> 18998 bytes .../vcs/__pycache__/mercurial.cpython-312.pyc | Bin 0 -> 7618 bytes .../__pycache__/subversion.cpython-312.pyc | Bin 0 -> 12490 bytes .../versioncontrol.cpython-312.pyc | Bin 0 -> 29016 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 112 + .../site-packages/pip/_internal/vcs/git.py | 526 + .../pip/_internal/vcs/mercurial.py | 163 + .../pip/_internal/vcs/subversion.py | 324 + .../pip/_internal/vcs/versioncontrol.py | 705 + .../pip/_internal/wheel_builder.py | 354 + .../site-packages/pip/_vendor/__init__.py | 121 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4699 bytes .../_vendor/__pycache__/six.cpython-312.pyc | Bin 0 -> 41276 bytes .../typing_extensions.cpython-312.pyc | Bin 0 -> 122056 bytes .../pip/_vendor/cachecontrol/__init__.py | 28 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 909 bytes .../__pycache__/_cmd.cpython-312.pyc | Bin 0 -> 2653 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 6471 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 3816 bytes .../__pycache__/controller.cpython-312.pyc | Bin 0 -> 16174 bytes .../__pycache__/filewrapper.cpython-312.pyc | Bin 0 -> 4354 bytes .../__pycache__/heuristics.cpython-312.pyc | Bin 0 -> 6701 bytes .../__pycache__/serialize.cpython-312.pyc | Bin 0 -> 6412 bytes .../__pycache__/wrapper.cpython-312.pyc | Bin 0 -> 1681 bytes .../pip/_vendor/cachecontrol/_cmd.py | 70 + .../pip/_vendor/cachecontrol/adapter.py | 161 + .../pip/_vendor/cachecontrol/cache.py | 74 + .../_vendor/cachecontrol/caches/__init__.py | 8 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 442 bytes .../__pycache__/file_cache.cpython-312.pyc | Bin 0 -> 7717 bytes .../__pycache__/redis_cache.cpython-312.pyc | Bin 0 -> 2745 bytes .../_vendor/cachecontrol/caches/file_cache.py | 181 + .../cachecontrol/caches/redis_cache.py | 48 + .../pip/_vendor/cachecontrol/controller.py | 494 + .../pip/_vendor/cachecontrol/filewrapper.py | 119 + .../pip/_vendor/cachecontrol/heuristics.py | 154 + .../pip/_vendor/cachecontrol/serialize.py | 206 + .../pip/_vendor/cachecontrol/wrapper.py | 43 + .../pip/_vendor/certifi/__init__.py | 4 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 325 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 652 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 0 -> 3334 bytes .../pip/_vendor/certifi/cacert.pem | 4635 + .../site-packages/pip/_vendor/certifi/core.py | 119 + .../pip/_vendor/chardet/__init__.py | 115 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4575 bytes .../__pycache__/big5freq.cpython-312.pyc | Bin 0 -> 27206 bytes .../__pycache__/big5prober.cpython-312.pyc | Bin 0 -> 1394 bytes .../chardistribution.cpython-312.pyc | Bin 0 -> 9645 bytes .../charsetgroupprober.cpython-312.pyc | Bin 0 -> 4129 bytes .../__pycache__/charsetprober.cpython-312.pyc | Bin 0 -> 5025 bytes .../codingstatemachine.cpython-312.pyc | Bin 0 -> 3885 bytes .../codingstatemachinedict.cpython-312.pyc | Bin 0 -> 796 bytes .../__pycache__/cp949prober.cpython-312.pyc | Bin 0 -> 1403 bytes .../chardet/__pycache__/enums.cpython-312.pyc | Bin 0 -> 3003 bytes .../__pycache__/escprober.cpython-312.pyc | Bin 0 -> 4573 bytes .../chardet/__pycache__/escsm.cpython-312.pyc | Bin 0 -> 15317 bytes .../__pycache__/eucjpprober.cpython-312.pyc | Bin 0 -> 4390 bytes .../__pycache__/euckrfreq.cpython-312.pyc | Bin 0 -> 12089 bytes .../__pycache__/euckrprober.cpython-312.pyc | Bin 0 -> 1397 bytes .../__pycache__/euctwfreq.cpython-312.pyc | Bin 0 -> 27211 bytes .../__pycache__/euctwprober.cpython-312.pyc | Bin 0 -> 1397 bytes .../__pycache__/gb2312freq.cpython-312.pyc | Bin 0 -> 19133 bytes .../__pycache__/gb2312prober.cpython-312.pyc | Bin 0 -> 1410 bytes .../__pycache__/hebrewprober.cpython-312.pyc | Bin 0 -> 5829 bytes .../__pycache__/jisfreq.cpython-312.pyc | Bin 0 -> 22162 bytes .../__pycache__/johabfreq.cpython-312.pyc | Bin 0 -> 83010 bytes .../__pycache__/johabprober.cpython-312.pyc | Bin 0 -> 1401 bytes .../__pycache__/jpcntx.cpython-312.pyc | Bin 0 -> 39556 bytes .../langbulgarianmodel.cpython-312.pyc | Bin 0 -> 83129 bytes .../langgreekmodel.cpython-312.pyc | Bin 0 -> 76995 bytes .../langhebrewmodel.cpython-312.pyc | Bin 0 -> 77506 bytes .../langhungarianmodel.cpython-312.pyc | Bin 0 -> 83083 bytes .../langrussianmodel.cpython-312.pyc | Bin 0 -> 105258 bytes .../__pycache__/langthaimodel.cpython-312.pyc | Bin 0 -> 77684 bytes .../langturkishmodel.cpython-312.pyc | Bin 0 -> 77523 bytes .../__pycache__/latin1prober.cpython-312.pyc | Bin 0 -> 7009 bytes .../macromanprober.cpython-312.pyc | Bin 0 -> 7189 bytes .../mbcharsetprober.cpython-312.pyc | Bin 0 -> 3910 bytes .../mbcsgroupprober.cpython-312.pyc | Bin 0 -> 1595 bytes .../__pycache__/mbcssm.cpython-312.pyc | Bin 0 -> 38652 bytes .../__pycache__/resultdict.cpython-312.pyc | Bin 0 -> 639 bytes .../sbcharsetprober.cpython-312.pyc | Bin 0 -> 6394 bytes .../sbcsgroupprober.cpython-312.pyc | Bin 0 -> 2364 bytes .../__pycache__/sjisprober.cpython-312.pyc | Bin 0 -> 4502 bytes .../universaldetector.cpython-312.pyc | Bin 0 -> 12276 bytes .../__pycache__/utf1632prober.cpython-312.pyc | Bin 0 -> 9986 bytes .../__pycache__/utf8prober.cpython-312.pyc | Bin 0 -> 3182 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 495 bytes .../pip/_vendor/chardet/big5freq.py | 386 + .../pip/_vendor/chardet/big5prober.py | 47 + .../pip/_vendor/chardet/chardistribution.py | 261 + .../pip/_vendor/chardet/charsetgroupprober.py | 106 + .../pip/_vendor/chardet/charsetprober.py | 147 + .../pip/_vendor/chardet/cli/__init__.py | 0 .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 202 bytes .../__pycache__/chardetect.cpython-312.pyc | Bin 0 -> 4019 bytes .../pip/_vendor/chardet/cli/chardetect.py | 112 + .../pip/_vendor/chardet/codingstatemachine.py | 90 + .../_vendor/chardet/codingstatemachinedict.py | 19 + .../pip/_vendor/chardet/cp949prober.py | 49 + .../pip/_vendor/chardet/enums.py | 85 + .../pip/_vendor/chardet/escprober.py | 102 + .../pip/_vendor/chardet/escsm.py | 261 + .../pip/_vendor/chardet/eucjpprober.py | 102 + .../pip/_vendor/chardet/euckrfreq.py | 196 + .../pip/_vendor/chardet/euckrprober.py | 47 + .../pip/_vendor/chardet/euctwfreq.py | 388 + .../pip/_vendor/chardet/euctwprober.py | 47 + .../pip/_vendor/chardet/gb2312freq.py | 284 + .../pip/_vendor/chardet/gb2312prober.py | 47 + .../pip/_vendor/chardet/hebrewprober.py | 316 + .../pip/_vendor/chardet/jisfreq.py | 325 + .../pip/_vendor/chardet/johabfreq.py | 2382 + .../pip/_vendor/chardet/johabprober.py | 47 + .../pip/_vendor/chardet/jpcntx.py | 238 + .../pip/_vendor/chardet/langbulgarianmodel.py | 4649 + .../pip/_vendor/chardet/langgreekmodel.py | 4397 + .../pip/_vendor/chardet/langhebrewmodel.py | 4380 + .../pip/_vendor/chardet/langhungarianmodel.py | 4649 + .../pip/_vendor/chardet/langrussianmodel.py | 5725 + .../pip/_vendor/chardet/langthaimodel.py | 4380 + .../pip/_vendor/chardet/langturkishmodel.py | 4380 + .../pip/_vendor/chardet/latin1prober.py | 147 + .../pip/_vendor/chardet/macromanprober.py | 162 + .../pip/_vendor/chardet/mbcharsetprober.py | 95 + .../pip/_vendor/chardet/mbcsgroupprober.py | 57 + .../pip/_vendor/chardet/mbcssm.py | 661 + .../pip/_vendor/chardet/metadata/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 207 bytes .../__pycache__/languages.cpython-312.pyc | Bin 0 -> 9762 bytes .../pip/_vendor/chardet/metadata/languages.py | 352 + .../pip/_vendor/chardet/resultdict.py | 16 + .../pip/_vendor/chardet/sbcharsetprober.py | 162 + .../pip/_vendor/chardet/sbcsgroupprober.py | 88 + .../pip/_vendor/chardet/sjisprober.py | 105 + .../pip/_vendor/chardet/universaldetector.py | 362 + .../pip/_vendor/chardet/utf1632prober.py | 225 + .../pip/_vendor/chardet/utf8prober.py | 82 + .../pip/_vendor/chardet/version.py | 9 + .../pip/_vendor/colorama/__init__.py | 7 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 499 bytes .../colorama/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 3957 bytes .../__pycache__/ansitowin32.cpython-312.pyc | Bin 0 -> 16428 bytes .../__pycache__/initialise.cpython-312.pyc | Bin 0 -> 3557 bytes .../__pycache__/win32.cpython-312.pyc | Bin 0 -> 8133 bytes .../__pycache__/winterm.cpython-312.pyc | Bin 0 -> 9095 bytes .../pip/_vendor/colorama/ansi.py | 102 + .../pip/_vendor/colorama/ansitowin32.py | 277 + .../pip/_vendor/colorama/initialise.py | 121 + .../pip/_vendor/colorama/tests/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 205 bytes .../__pycache__/ansi_test.cpython-312.pyc | Bin 0 -> 5474 bytes .../ansitowin32_test.cpython-312.pyc | Bin 0 -> 18110 bytes .../initialise_test.cpython-312.pyc | Bin 0 -> 11755 bytes .../__pycache__/isatty_test.cpython-312.pyc | Bin 0 -> 4911 bytes .../tests/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2495 bytes .../__pycache__/winterm_test.cpython-312.pyc | Bin 0 -> 6619 bytes .../pip/_vendor/colorama/tests/ansi_test.py | 76 + .../colorama/tests/ansitowin32_test.py | 294 + .../_vendor/colorama/tests/initialise_test.py | 189 + .../pip/_vendor/colorama/tests/isatty_test.py | 57 + .../pip/_vendor/colorama/tests/utils.py | 49 + .../_vendor/colorama/tests/winterm_test.py | 131 + .../pip/_vendor/colorama/win32.py | 180 + .../pip/_vendor/colorama/winterm.py | 195 + .../pip/_vendor/distlib/__init__.py | 33 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1276 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 45612 bytes .../__pycache__/database.cpython-312.pyc | Bin 0 -> 66034 bytes .../distlib/__pycache__/index.cpython-312.pyc | Bin 0 -> 24373 bytes .../__pycache__/locators.cpython-312.pyc | Bin 0 -> 60165 bytes .../__pycache__/manifest.cpython-312.pyc | Bin 0 -> 15132 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 7689 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 41806 bytes .../__pycache__/resources.cpython-312.pyc | Bin 0 -> 17332 bytes .../__pycache__/scripts.cpython-312.pyc | Bin 0 -> 19587 bytes .../distlib/__pycache__/util.cpython-312.pyc | Bin 0 -> 88263 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 30373 bytes .../distlib/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 51868 bytes .../pip/_vendor/distlib/compat.py | 1138 + .../pip/_vendor/distlib/database.py | 1359 + .../pip/_vendor/distlib/index.py | 508 + .../pip/_vendor/distlib/locators.py | 1303 + .../pip/_vendor/distlib/manifest.py | 384 + .../pip/_vendor/distlib/markers.py | 167 + .../pip/_vendor/distlib/metadata.py | 1068 + .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 452 + .../site-packages/pip/_vendor/distlib/util.py | 2025 + .../pip/_vendor/distlib/version.py | 751 + .../pip/_vendor/distlib/wheel.py | 1099 + .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 967 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 299 bytes .../distro/__pycache__/distro.cpython-312.pyc | Bin 0 -> 53761 bytes .../pip/_vendor/distro/distro.py | 1399 + .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 888 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4640 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 894 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 16030 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 99504 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2645 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 223 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 158877 bytes .../site-packages/pip/_vendor/idna/codec.py | 112 + .../site-packages/pip/_vendor/idna/compat.py | 13 + .../site-packages/pip/_vendor/idna/core.py | 400 + .../pip/_vendor/idna/idnadata.py | 4246 + .../pip/_vendor/idna/intranges.py | 54 + .../pip/_vendor/idna/package_data.py | 2 + .../pip/_vendor/idna/uts46data.py | 8600 ++ .../pip/_vendor/msgpack/__init__.py | 57 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1838 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2032 bytes .../msgpack/__pycache__/ext.cpython-312.pyc | Bin 0 -> 8675 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 0 -> 43583 bytes .../pip/_vendor/msgpack/exceptions.py | 48 + .../site-packages/pip/_vendor/msgpack/ext.py | 193 + .../pip/_vendor/msgpack/fallback.py | 1010 + .../pip/_vendor/packaging/__about__.py | 26 + .../pip/_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-312.pyc | Bin 0 -> 637 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 473 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 12083 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 6917 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3248 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 14065 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 6953 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 31254 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 18963 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 5875 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 19946 bytes .../pip/_vendor/packaging/_manylinux.py | 301 + .../pip/_vendor/packaging/_musllinux.py | 136 + .../pip/_vendor/packaging/_structures.py | 61 + .../pip/_vendor/packaging/markers.py | 304 + .../pip/_vendor/packaging/requirements.py | 146 + .../pip/_vendor/packaging/specifiers.py | 802 + .../pip/_vendor/packaging/tags.py | 487 + .../pip/_vendor/packaging/utils.py | 136 + .../pip/_vendor/packaging/version.py | 504 + .../pip/_vendor/pkg_resources/__init__.py | 3361 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 146481 bytes .../pip/_vendor/platformdirs/__init__.py | 566 + .../pip/_vendor/platformdirs/__main__.py | 53 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 18036 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1953 bytes .../__pycache__/android.cpython-312.pyc | Bin 0 -> 9451 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 9679 bytes .../__pycache__/macos.cpython-312.pyc | Bin 0 -> 5644 bytes .../__pycache__/unix.cpython-312.pyc | Bin 0 -> 12448 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 318 bytes .../__pycache__/windows.cpython-312.pyc | Bin 0 -> 13006 bytes .../pip/_vendor/platformdirs/android.py | 210 + .../pip/_vendor/platformdirs/api.py | 223 + .../pip/_vendor/platformdirs/macos.py | 91 + .../pip/_vendor/platformdirs/unix.py | 223 + .../pip/_vendor/platformdirs/version.py | 4 + .../pip/_vendor/platformdirs/windows.py | 255 + .../pip/_vendor/pygments/__init__.py | 82 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3496 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 742 bytes .../__pycache__/cmdline.cpython-312.pyc | Bin 0 -> 26613 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2634 bytes .../__pycache__/filter.cpython-312.pyc | Bin 0 -> 3240 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 4577 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 38337 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 0 -> 1576 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 3404 bytes .../__pycache__/regexopt.cpython-312.pyc | Bin 0 -> 4089 bytes .../__pycache__/scanner.cpython-312.pyc | Bin 0 -> 4764 bytes .../__pycache__/sphinxext.cpython-312.pyc | Bin 0 -> 11054 bytes .../__pycache__/style.cpython-312.pyc | Bin 0 -> 6682 bytes .../__pycache__/token.cpython-312.pyc | Bin 0 -> 8150 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 0 -> 32996 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 0 -> 13989 bytes .../pip/_vendor/pygments/cmdline.py | 668 + .../pip/_vendor/pygments/console.py | 70 + .../pip/_vendor/pygments/filter.py | 71 + .../pip/_vendor/pygments/filters/__init__.py | 940 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 37944 bytes .../pip/_vendor/pygments/formatter.py | 124 + .../_vendor/pygments/formatters/__init__.py | 158 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6934 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 4223 bytes .../__pycache__/bbcode.cpython-312.pyc | Bin 0 -> 4202 bytes .../__pycache__/groff.cpython-312.pyc | Bin 0 -> 7272 bytes .../__pycache__/html.cpython-312.pyc | Bin 0 -> 40580 bytes .../__pycache__/img.cpython-312.pyc | Bin 0 -> 27051 bytes .../__pycache__/irc.cpython-312.pyc | Bin 0 -> 6073 bytes .../__pycache__/latex.cpython-312.pyc | Bin 0 -> 19962 bytes .../__pycache__/other.cpython-312.pyc | Bin 0 -> 6892 bytes .../__pycache__/pangomarkup.cpython-312.pyc | Bin 0 -> 2938 bytes .../__pycache__/rtf.cpython-312.pyc | Bin 0 -> 6134 bytes .../__pycache__/svg.cpython-312.pyc | Bin 0 -> 9074 bytes .../__pycache__/terminal.cpython-312.pyc | Bin 0 -> 5837 bytes .../__pycache__/terminal256.cpython-312.pyc | Bin 0 -> 15165 bytes .../_vendor/pygments/formatters/_mapping.py | 23 + .../pip/_vendor/pygments/formatters/bbcode.py | 108 + .../pip/_vendor/pygments/formatters/groff.py | 170 + .../pip/_vendor/pygments/formatters/html.py | 989 + .../pip/_vendor/pygments/formatters/img.py | 645 + .../pip/_vendor/pygments/formatters/irc.py | 154 + .../pip/_vendor/pygments/formatters/latex.py | 521 + .../pip/_vendor/pygments/formatters/other.py | 161 + .../pygments/formatters/pangomarkup.py | 83 + .../pip/_vendor/pygments/formatters/rtf.py | 146 + .../pip/_vendor/pygments/formatters/svg.py | 188 + .../_vendor/pygments/formatters/terminal.py | 127 + .../pygments/formatters/terminal256.py | 338 + .../pip/_vendor/pygments/lexer.py | 943 + .../pip/_vendor/pygments/lexers/__init__.py | 362 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 14660 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 64412 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 0 -> 42647 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 559 + .../pip/_vendor/pygments/lexers/python.py | 1198 + .../pip/_vendor/pygments/modeline.py | 43 + .../pip/_vendor/pygments/plugin.py | 88 + .../pip/_vendor/pygments/regexopt.py | 91 + .../pip/_vendor/pygments/scanner.py | 104 + .../pip/_vendor/pygments/sphinxext.py | 217 + .../pip/_vendor/pygments/style.py | 197 + .../pip/_vendor/pygments/styles/__init__.py | 103 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4456 bytes .../pip/_vendor/pygments/token.py | 213 + .../pip/_vendor/pygments/unistring.py | 153 + .../pip/_vendor/pygments/util.py | 330 + .../pip/_vendor/pyparsing/__init__.py | 322 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7919 bytes .../__pycache__/actions.cpython-312.pyc | Bin 0 -> 8403 bytes .../__pycache__/common.cpython-312.pyc | Bin 0 -> 13422 bytes .../__pycache__/core.cpython-312.pyc | Bin 0 -> 267716 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13002 bytes .../__pycache__/helpers.cpython-312.pyc | Bin 0 -> 48509 bytes .../__pycache__/results.cpython-312.pyc | Bin 0 -> 34118 bytes .../__pycache__/testing.cpython-312.pyc | Bin 0 -> 17196 bytes .../__pycache__/unicode.cpython-312.pyc | Bin 0 -> 13192 bytes .../__pycache__/util.cpython-312.pyc | Bin 0 -> 14912 bytes .../pip/_vendor/pyparsing/actions.py | 217 + .../pip/_vendor/pyparsing/common.py | 432 + .../pip/_vendor/pyparsing/core.py | 6115 + .../pip/_vendor/pyparsing/diagram/__init__.py | 656 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 26821 bytes .../pip/_vendor/pyparsing/exceptions.py | 299 + .../pip/_vendor/pyparsing/helpers.py | 1100 + .../pip/_vendor/pyparsing/results.py | 796 + .../pip/_vendor/pyparsing/testing.py | 331 + .../pip/_vendor/pyparsing/unicode.py | 361 + .../pip/_vendor/pyparsing/util.py | 284 + .../pip/_vendor/pyproject_hooks/__init__.py | 23 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 621 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 382 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 0 -> 14733 bytes .../pip/_vendor/pyproject_hooks/_compat.py | 8 + .../pip/_vendor/pyproject_hooks/_impl.py | 330 + .../pyproject_hooks/_in_process/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1088 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 0 -> 14405 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 182 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5461 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 0 -> 592 bytes .../_internal_utils.cpython-312.pyc | Bin 0 -> 2032 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 0 -> 21288 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 0 -> 7212 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 0 -> 13931 bytes .../__pycache__/certs.cpython-312.pyc | Bin 0 -> 930 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 1515 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25254 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7055 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4320 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1060 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35456 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 780 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27765 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 5967 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5625 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36083 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 50 + .../pip/_vendor/requests/adapters.py | 538 + .../site-packages/pip/_vendor/requests/api.py | 157 + .../pip/_vendor/requests/auth.py | 315 + .../pip/_vendor/requests/certs.py | 24 + .../pip/_vendor/requests/compat.py | 67 + .../pip/_vendor/requests/cookies.py | 561 + .../pip/_vendor/requests/exceptions.py | 141 + .../pip/_vendor/requests/help.py | 131 + .../pip/_vendor/requests/hooks.py | 33 + .../pip/_vendor/requests/models.py | 1034 + .../pip/_vendor/requests/packages.py | 16 + .../pip/_vendor/requests/sessions.py | 833 + .../pip/_vendor/requests/status_codes.py | 128 + .../pip/_vendor/requests/structures.py | 99 + .../pip/_vendor/requests/utils.py | 1088 + .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 642 bytes .../__pycache__/providers.cpython-312.pyc | Bin 0 -> 6859 bytes .../__pycache__/reporters.cpython-312.pyc | Bin 0 -> 2662 bytes .../__pycache__/resolvers.cpython-312.pyc | Bin 0 -> 25905 bytes .../__pycache__/structs.cpython-312.pyc | Bin 0 -> 10514 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 208 bytes .../collections_abc.cpython-312.pyc | Bin 0 -> 428 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/reporters.py | 43 + .../pip/_vendor/resolvelib/resolvers.py | 547 + .../pip/_vendor/resolvelib/structs.py | 170 + .../pip/_vendor/rich/__init__.py | 177 + .../pip/_vendor/rich/__main__.py | 274 + .../rich/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7023 bytes .../rich/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 10312 bytes .../__pycache__/_cell_widths.cpython-312.pyc | Bin 0 -> 7829 bytes .../__pycache__/_emoji_codes.cpython-312.pyc | Bin 0 -> 205984 bytes .../_emoji_replace.cpython-312.pyc | Bin 0 -> 1737 bytes .../_export_format.cpython-312.pyc | Bin 0 -> 2329 bytes .../__pycache__/_extension.cpython-312.pyc | Bin 0 -> 545 bytes .../rich/__pycache__/_fileno.cpython-312.pyc | Bin 0 -> 863 bytes .../rich/__pycache__/_inspect.cpython-312.pyc | Bin 0 -> 12085 bytes .../__pycache__/_log_render.cpython-312.pyc | Bin 0 -> 4155 bytes .../rich/__pycache__/_loop.cpython-312.pyc | Bin 0 -> 1893 bytes .../__pycache__/_null_file.cpython-312.pyc | Bin 0 -> 3628 bytes .../__pycache__/_palettes.cpython-312.pyc | Bin 0 -> 5168 bytes .../rich/__pycache__/_pick.cpython-312.pyc | Bin 0 -> 734 bytes .../rich/__pycache__/_ratio.cpython-312.pyc | Bin 0 -> 6587 bytes .../__pycache__/_spinners.cpython-312.pyc | Bin 0 -> 13187 bytes .../rich/__pycache__/_stack.cpython-312.pyc | Bin 0 -> 973 bytes .../rich/__pycache__/_timer.cpython-312.pyc | Bin 0 -> 873 bytes .../_win32_console.cpython-312.pyc | Bin 0 -> 28984 bytes .../rich/__pycache__/_windows.cpython-312.pyc | Bin 0 -> 2498 bytes .../_windows_renderer.cpython-312.pyc | Bin 0 -> 3581 bytes .../rich/__pycache__/_wrap.cpython-312.pyc | Bin 0 -> 2368 bytes .../rich/__pycache__/abc.cpython-312.pyc | Bin 0 -> 1616 bytes .../rich/__pycache__/align.cpython-312.pyc | Bin 0 -> 12330 bytes .../rich/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 9114 bytes .../rich/__pycache__/bar.cpython-312.pyc | Bin 0 -> 4280 bytes .../rich/__pycache__/box.cpython-312.pyc | Bin 0 -> 11866 bytes .../rich/__pycache__/cells.cpython-312.pyc | Bin 0 -> 5626 bytes .../rich/__pycache__/color.cpython-312.pyc | Bin 0 -> 26578 bytes .../__pycache__/color_triplet.cpython-312.pyc | Bin 0 -> 1709 bytes .../rich/__pycache__/columns.cpython-312.pyc | Bin 0 -> 8595 bytes .../rich/__pycache__/console.cpython-312.pyc | Bin 0 -> 113801 bytes .../__pycache__/constrain.cpython-312.pyc | Bin 0 -> 2266 bytes .../__pycache__/containers.cpython-312.pyc | Bin 0 -> 9234 bytes .../rich/__pycache__/control.cpython-312.pyc | Bin 0 -> 10937 bytes .../default_styles.cpython-312.pyc | Bin 0 -> 10381 bytes .../rich/__pycache__/diagnose.cpython-312.pyc | Bin 0 -> 1495 bytes .../rich/__pycache__/emoji.cpython-312.pyc | Bin 0 -> 4217 bytes .../rich/__pycache__/errors.cpython-312.pyc | Bin 0 -> 1853 bytes .../__pycache__/file_proxy.cpython-312.pyc | Bin 0 -> 3585 bytes .../rich/__pycache__/filesize.cpython-312.pyc | Bin 0 -> 3090 bytes .../__pycache__/highlighter.cpython-312.pyc | Bin 0 -> 9906 bytes .../rich/__pycache__/json.cpython-312.pyc | Bin 0 -> 6043 bytes .../rich/__pycache__/jupyter.cpython-312.pyc | Bin 0 -> 5217 bytes .../rich/__pycache__/layout.cpython-312.pyc | Bin 0 -> 20228 bytes .../rich/__pycache__/live.cpython-312.pyc | Bin 0 -> 19151 bytes .../__pycache__/live_render.cpython-312.pyc | Bin 0 -> 4902 bytes .../rich/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13562 bytes .../rich/__pycache__/markup.cpython-312.pyc | Bin 0 -> 9306 bytes .../rich/__pycache__/measure.cpython-312.pyc | Bin 0 -> 6384 bytes .../rich/__pycache__/padding.cpython-312.pyc | Bin 0 -> 7142 bytes .../rich/__pycache__/pager.cpython-312.pyc | Bin 0 -> 1828 bytes .../rich/__pycache__/palette.cpython-312.pyc | Bin 0 -> 5322 bytes .../rich/__pycache__/panel.cpython-312.pyc | Bin 0 -> 12105 bytes .../rich/__pycache__/pretty.cpython-312.pyc | Bin 0 -> 40064 bytes .../rich/__pycache__/progress.cpython-312.pyc | Bin 0 -> 75086 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 0 -> 10397 bytes .../rich/__pycache__/prompt.cpython-312.pyc | Bin 0 -> 14789 bytes .../rich/__pycache__/protocol.cpython-312.pyc | Bin 0 -> 1800 bytes .../rich/__pycache__/region.cpython-312.pyc | Bin 0 -> 575 bytes .../rich/__pycache__/repr.cpython-312.pyc | Bin 0 -> 6634 bytes .../rich/__pycache__/rule.cpython-312.pyc | Bin 0 -> 6576 bytes .../rich/__pycache__/scope.cpython-312.pyc | Bin 0 -> 3838 bytes .../rich/__pycache__/screen.cpython-312.pyc | Bin 0 -> 2492 bytes .../rich/__pycache__/segment.cpython-312.pyc | Bin 0 -> 28169 bytes .../rich/__pycache__/spinner.cpython-312.pyc | Bin 0 -> 6072 bytes .../rich/__pycache__/status.cpython-312.pyc | Bin 0 -> 6076 bytes .../rich/__pycache__/style.cpython-312.pyc | Bin 0 -> 33522 bytes .../rich/__pycache__/styled.cpython-312.pyc | Bin 0 -> 2147 bytes .../rich/__pycache__/syntax.cpython-312.pyc | Bin 0 -> 39620 bytes .../rich/__pycache__/table.cpython-312.pyc | Bin 0 -> 43592 bytes .../terminal_theme.cpython-312.pyc | Bin 0 -> 3356 bytes .../rich/__pycache__/text.cpython-312.pyc | Bin 0 -> 58971 bytes .../rich/__pycache__/theme.cpython-312.pyc | Bin 0 -> 6348 bytes .../rich/__pycache__/themes.cpython-312.pyc | Bin 0 -> 322 bytes .../__pycache__/traceback.cpython-312.pyc | Bin 0 -> 31556 bytes .../rich/__pycache__/tree.cpython-312.pyc | Bin 0 -> 11447 bytes .../pip/_vendor/rich/_cell_widths.py | 451 + .../pip/_vendor/rich/_emoji_codes.py | 3610 + .../pip/_vendor/rich/_emoji_replace.py | 32 + .../pip/_vendor/rich/_export_format.py | 76 + .../pip/_vendor/rich/_extension.py | 10 + .../site-packages/pip/_vendor/rich/_fileno.py | 24 + .../pip/_vendor/rich/_inspect.py | 270 + .../pip/_vendor/rich/_log_render.py | 94 + .../site-packages/pip/_vendor/rich/_loop.py | 43 + .../pip/_vendor/rich/_null_file.py | 69 + .../pip/_vendor/rich/_palettes.py | 309 + .../site-packages/pip/_vendor/rich/_pick.py | 17 + .../site-packages/pip/_vendor/rich/_ratio.py | 160 + .../pip/_vendor/rich/_spinners.py | 482 + .../site-packages/pip/_vendor/rich/_stack.py | 16 + .../site-packages/pip/_vendor/rich/_timer.py | 19 + .../pip/_vendor/rich/_win32_console.py | 662 + .../pip/_vendor/rich/_windows.py | 72 + .../pip/_vendor/rich/_windows_renderer.py | 56 + .../site-packages/pip/_vendor/rich/_wrap.py | 56 + .../site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 311 + .../site-packages/pip/_vendor/rich/ansi.py | 240 + .../site-packages/pip/_vendor/rich/bar.py | 94 + .../site-packages/pip/_vendor/rich/box.py | 517 + .../site-packages/pip/_vendor/rich/cells.py | 154 + .../site-packages/pip/_vendor/rich/color.py | 622 + .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2633 + .../pip/_vendor/rich/constrain.py | 37 + .../pip/_vendor/rich/containers.py | 167 + .../site-packages/pip/_vendor/rich/control.py | 225 + .../pip/_vendor/rich/default_styles.py | 190 + .../pip/_vendor/rich/diagnose.py | 37 + .../site-packages/pip/_vendor/rich/emoji.py | 96 + .../site-packages/pip/_vendor/rich/errors.py | 34 + .../pip/_vendor/rich/file_proxy.py | 57 + .../pip/_vendor/rich/filesize.py | 89 + .../pip/_vendor/rich/highlighter.py | 232 + .../site-packages/pip/_vendor/rich/json.py | 140 + .../site-packages/pip/_vendor/rich/jupyter.py | 101 + .../site-packages/pip/_vendor/rich/layout.py | 443 + .../site-packages/pip/_vendor/rich/live.py | 375 + .../pip/_vendor/rich/live_render.py | 113 + .../site-packages/pip/_vendor/rich/logging.py | 289 + .../site-packages/pip/_vendor/rich/markup.py | 246 + .../site-packages/pip/_vendor/rich/measure.py | 151 + .../site-packages/pip/_vendor/rich/padding.py | 141 + .../site-packages/pip/_vendor/rich/pager.py | 34 + .../site-packages/pip/_vendor/rich/palette.py | 100 + .../site-packages/pip/_vendor/rich/panel.py | 308 + .../site-packages/pip/_vendor/rich/pretty.py | 994 + .../pip/_vendor/rich/progress.py | 1702 + .../pip/_vendor/rich/progress_bar.py | 224 + .../site-packages/pip/_vendor/rich/prompt.py | 376 + .../pip/_vendor/rich/protocol.py | 42 + .../site-packages/pip/_vendor/rich/region.py | 10 + .../site-packages/pip/_vendor/rich/repr.py | 149 + .../site-packages/pip/_vendor/rich/rule.py | 130 + .../site-packages/pip/_vendor/rich/scope.py | 86 + .../site-packages/pip/_vendor/rich/screen.py | 54 + .../site-packages/pip/_vendor/rich/segment.py | 739 + .../site-packages/pip/_vendor/rich/spinner.py | 137 + .../site-packages/pip/_vendor/rich/status.py | 132 + .../site-packages/pip/_vendor/rich/style.py | 796 + .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 948 + .../site-packages/pip/_vendor/rich/table.py | 1002 + .../pip/_vendor/rich/terminal_theme.py | 153 + .../site-packages/pip/_vendor/rich/text.py | 1307 + .../site-packages/pip/_vendor/rich/theme.py | 115 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 756 + .../site-packages/pip/_vendor/rich/tree.py | 251 + .../site-packages/pip/_vendor/six.py | 998 + .../pip/_vendor/tenacity/__init__.py | 608 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 27094 bytes .../__pycache__/_asyncio.cpython-312.pyc | Bin 0 -> 4814 bytes .../__pycache__/_utils.cpython-312.pyc | Bin 0 -> 2323 bytes .../__pycache__/after.cpython-312.pyc | Bin 0 -> 1632 bytes .../__pycache__/before.cpython-312.pyc | Bin 0 -> 1472 bytes .../__pycache__/before_sleep.cpython-312.pyc | Bin 0 -> 2310 bytes .../tenacity/__pycache__/nap.cpython-312.pyc | Bin 0 -> 1420 bytes .../__pycache__/retry.cpython-312.pyc | Bin 0 -> 14289 bytes .../tenacity/__pycache__/stop.cpython-312.pyc | Bin 0 -> 5576 bytes .../__pycache__/tornadoweb.cpython-312.pyc | Bin 0 -> 2594 bytes .../tenacity/__pycache__/wait.cpython-312.pyc | Bin 0 -> 12421 bytes .../pip/_vendor/tenacity/_asyncio.py | 94 + .../pip/_vendor/tenacity/_utils.py | 76 + .../pip/_vendor/tenacity/after.py | 51 + .../pip/_vendor/tenacity/before.py | 46 + .../pip/_vendor/tenacity/before_sleep.py | 71 + .../site-packages/pip/_vendor/tenacity/nap.py | 43 + .../pip/_vendor/tenacity/retry.py | 272 + .../pip/_vendor/tenacity/stop.py | 103 + .../pip/_vendor/tenacity/tornadoweb.py | 59 + .../pip/_vendor/tenacity/wait.py | 228 + .../pip/_vendor/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 392 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 0 -> 26935 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 0 -> 3916 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 0 -> 374 bytes .../pip/_vendor/tomli/_parser.py | 691 + .../site-packages/pip/_vendor/tomli/_re.py | 107 + .../site-packages/pip/_vendor/tomli/_types.py | 10 + .../pip/_vendor/truststore/__init__.py | 13 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 626 bytes .../__pycache__/_api.cpython-312.pyc | Bin 0 -> 15805 bytes .../__pycache__/_macos.cpython-312.pyc | Bin 0 -> 16670 bytes .../__pycache__/_openssl.cpython-312.pyc | Bin 0 -> 2223 bytes .../_ssl_constants.cpython-312.pyc | Bin 0 -> 1107 bytes .../__pycache__/_windows.cpython-312.pyc | Bin 0 -> 15514 bytes .../pip/_vendor/truststore/_api.py | 302 + .../pip/_vendor/truststore/_macos.py | 501 + .../pip/_vendor/truststore/_openssl.py | 66 + .../pip/_vendor/truststore/_ssl_constants.py | 31 + .../pip/_vendor/truststore/_windows.py | 554 + .../pip/_vendor/typing_extensions.py | 3072 + .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3413 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 16496 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 226 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 20415 bytes .../connectionpool.cpython-312.pyc | Bin 0 -> 36450 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13501 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 10421 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 4026 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 20808 bytes .../__pycache__/request.cpython-312.pyc | Bin 0 -> 7302 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 33976 bytes .../pip/_vendor/urllib3/_collections.py | 355 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 572 + .../pip/_vendor/urllib3/connectionpool.py | 1137 + .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 206 bytes .../_appengine_environ.cpython-312.pyc | Bin 0 -> 1856 bytes .../__pycache__/appengine.cpython-312.pyc | Bin 0 -> 11572 bytes .../__pycache__/ntlmpool.cpython-312.pyc | Bin 0 -> 5727 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 0 -> 24458 bytes .../securetransport.cpython-312.pyc | Bin 0 -> 35564 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 0 -> 7519 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 223 bytes .../__pycache__/bindings.cpython-312.pyc | Bin 0 -> 17435 bytes .../__pycache__/low_level.cpython-312.pyc | Bin 0 -> 14809 bytes .../contrib/_securetransport/bindings.py | 519 + .../contrib/_securetransport/low_level.py | 397 + .../pip/_vendor/urllib3/contrib/appengine.py | 314 + .../pip/_vendor/urllib3/contrib/ntlmpool.py | 130 + .../pip/_vendor/urllib3/contrib/pyopenssl.py | 518 + .../urllib3/contrib/securetransport.py | 921 + .../pip/_vendor/urllib3/contrib/socks.py | 216 + .../pip/_vendor/urllib3/exceptions.py | 323 + .../pip/_vendor/urllib3/fields.py | 274 + .../pip/_vendor/urllib3/filepost.py | 98 + .../pip/_vendor/urllib3/packages/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 207 bytes .../packages/__pycache__/six.cpython-312.pyc | Bin 0 -> 41327 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 217 bytes .../__pycache__/makefile.cpython-312.pyc | Bin 0 -> 1833 bytes .../weakref_finalize.cpython-312.pyc | Bin 0 -> 7339 bytes .../urllib3/packages/backports/makefile.py | 51 + .../packages/backports/weakref_finalize.py | 155 + .../pip/_vendor/urllib3/packages/six.py | 1076 + .../pip/_vendor/urllib3/poolmanager.py | 556 + .../pip/_vendor/urllib3/request.py | 191 + .../pip/_vendor/urllib3/response.py | 879 + .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1154 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 4764 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1560 bytes .../util/__pycache__/queue.cpython-312.pyc | Bin 0 -> 1360 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 0 -> 4191 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 0 -> 2997 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 0 -> 21726 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 0 -> 15111 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 0 -> 5079 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 0 -> 10780 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 0 -> 11147 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 0 -> 15803 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 0 -> 4411 bytes .../pip/_vendor/urllib3/util/connection.py | 149 + .../pip/_vendor/urllib3/util/proxy.py | 57 + .../pip/_vendor/urllib3/util/queue.py | 22 + .../pip/_vendor/urllib3/util/request.py | 137 + .../pip/_vendor/urllib3/util/response.py | 107 + .../pip/_vendor/urllib3/util/retry.py | 622 + .../pip/_vendor/urllib3/util/ssl_.py | 495 + .../urllib3/util/ssl_match_hostname.py | 159 + .../pip/_vendor/urllib3/util/ssltransport.py | 221 + .../pip/_vendor/urllib3/util/timeout.py | 271 + .../pip/_vendor/urllib3/util/url.py | 435 + .../pip/_vendor/urllib3/util/wait.py | 152 + .../site-packages/pip/_vendor/vendor.txt | 24 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 12009 bytes .../__pycache__/labels.cpython-312.pyc | Bin 0 -> 7140 bytes .../__pycache__/mklabels.cpython-312.pyc | Bin 0 -> 2707 bytes .../__pycache__/tests.cpython-312.pyc | Bin 0 -> 9259 bytes .../x_user_defined.cpython-312.pyc | Bin 0 -> 3303 bytes .../pip/_vendor/webencodings/labels.py | 231 + .../pip/_vendor/webencodings/mklabels.py | 59 + .../pip/_vendor/webencodings/tests.py | 153 + .../_vendor/webencodings/x_user_defined.py | 325 + .../lib/python3.12/site-packages/pip/py.typed | 4 + .../pluggy-1.6.0.dist-info/INSTALLER | 1 + .../pluggy-1.6.0.dist-info/METADATA | 152 + .../pluggy-1.6.0.dist-info/RECORD | 23 + .../pluggy-1.6.0.dist-info/WHEEL | 5 + .../pluggy-1.6.0.dist-info/licenses/LICENSE | 21 + .../pluggy-1.6.0.dist-info/top_level.txt | 1 + .../site-packages/pluggy/__init__.py | 30 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 861 bytes .../__pycache__/_callers.cpython-312.pyc | Bin 0 -> 7033 bytes .../pluggy/__pycache__/_hooks.cpython-312.pyc | Bin 0 -> 27436 bytes .../__pycache__/_manager.cpython-312.pyc | Bin 0 -> 25634 bytes .../__pycache__/_result.cpython-312.pyc | Bin 0 -> 4148 bytes .../__pycache__/_tracing.cpython-312.pyc | Bin 0 -> 4025 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 646 bytes .../__pycache__/_warnings.cpython-312.pyc | Bin 0 -> 1299 bytes .../site-packages/pluggy/_callers.py | 169 + .../python3.12/site-packages/pluggy/_hooks.py | 714 + .../site-packages/pluggy/_manager.py | 523 + .../site-packages/pluggy/_result.py | 107 + .../site-packages/pluggy/_tracing.py | 72 + .../site-packages/pluggy/_version.py | 21 + .../site-packages/pluggy/_warnings.py | 27 + .../python3.12/site-packages/pluggy/py.typed | 0 .venv/lib/python3.12/site-packages/py.py | 15 + .../pygments-2.19.2.dist-info/INSTALLER | 1 + .../pygments-2.19.2.dist-info/METADATA | 58 + .../pygments-2.19.2.dist-info/RECORD | 684 + .../pygments-2.19.2.dist-info/WHEEL | 4 + .../entry_points.txt | 2 + .../licenses/AUTHORS | 291 + .../licenses/LICENSE | 25 + .../site-packages/pygments/__init__.py | 82 + .../site-packages/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3460 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 779 bytes .../__pycache__/cmdline.cpython-312.pyc | Bin 0 -> 26544 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2629 bytes .../__pycache__/filter.cpython-312.pyc | Bin 0 -> 3222 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 4692 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 38756 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 0 -> 1565 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 2624 bytes .../__pycache__/regexopt.cpython-312.pyc | Bin 0 -> 4077 bytes .../__pycache__/scanner.cpython-312.pyc | Bin 0 -> 4752 bytes .../__pycache__/sphinxext.cpython-312.pyc | Bin 0 -> 12107 bytes .../__pycache__/style.cpython-312.pyc | Bin 0 -> 6701 bytes .../__pycache__/token.cpython-312.pyc | Bin 0 -> 8190 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 0 -> 33007 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 0 -> 14079 bytes .../site-packages/pygments/cmdline.py | 668 + .../site-packages/pygments/console.py | 70 + .../site-packages/pygments/filter.py | 70 + .../pygments/filters/__init__.py | 940 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 37927 bytes .../site-packages/pygments/formatter.py | 129 + .../pygments/formatters/__init__.py | 157 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6913 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 4211 bytes .../__pycache__/bbcode.cpython-312.pyc | Bin 0 -> 4204 bytes .../__pycache__/groff.cpython-312.pyc | Bin 0 -> 7304 bytes .../__pycache__/html.cpython-312.pyc | Bin 0 -> 41373 bytes .../__pycache__/img.cpython-312.pyc | Bin 0 -> 28685 bytes .../__pycache__/irc.cpython-312.pyc | Bin 0 -> 6025 bytes .../__pycache__/latex.cpython-312.pyc | Bin 0 -> 20119 bytes .../__pycache__/other.cpython-312.pyc | Bin 0 -> 6847 bytes .../__pycache__/pangomarkup.cpython-312.pyc | Bin 0 -> 2952 bytes .../__pycache__/rtf.cpython-312.pyc | Bin 0 -> 13784 bytes .../__pycache__/svg.cpython-312.pyc | Bin 0 -> 9111 bytes .../__pycache__/terminal.cpython-312.pyc | Bin 0 -> 5777 bytes .../__pycache__/terminal256.cpython-312.pyc | Bin 0 -> 15117 bytes .../pygments/formatters/_mapping.py | 23 + .../pygments/formatters/bbcode.py | 108 + .../pygments/formatters/groff.py | 170 + .../site-packages/pygments/formatters/html.py | 995 + .../site-packages/pygments/formatters/img.py | 686 + .../site-packages/pygments/formatters/irc.py | 154 + .../pygments/formatters/latex.py | 518 + .../pygments/formatters/other.py | 160 + .../pygments/formatters/pangomarkup.py | 83 + .../site-packages/pygments/formatters/rtf.py | 349 + .../site-packages/pygments/formatters/svg.py | 185 + .../pygments/formatters/terminal.py | 127 + .../pygments/formatters/terminal256.py | 338 + .../site-packages/pygments/lexer.py | 961 + .../site-packages/pygments/lexers/__init__.py | 362 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 14683 bytes .../__pycache__/_ada_builtins.cpython-312.pyc | Bin 0 -> 1241 bytes .../__pycache__/_asy_builtins.cpython-312.pyc | Bin 0 -> 17634 bytes .../__pycache__/_cl_builtins.cpython-312.pyc | Bin 0 -> 11670 bytes .../_cocoa_builtins.cpython-312.pyc | Bin 0 -> 97574 bytes .../_csound_builtins.cpython-312.pyc | Bin 0 -> 16382 bytes .../__pycache__/_css_builtins.cpython-312.pyc | Bin 0 -> 9391 bytes .../_googlesql_builtins.cpython-312.pyc | Bin 0 -> 10829 bytes .../_julia_builtins.cpython-312.pyc | Bin 0 -> 8256 bytes .../_lasso_builtins.cpython-312.pyc | Bin 0 -> 76734 bytes .../_lilypond_builtins.cpython-312.pyc | Bin 0 -> 88412 bytes .../__pycache__/_lua_builtins.cpython-312.pyc | Bin 0 -> 8393 bytes .../_luau_builtins.cpython-312.pyc | Bin 0 -> 1055 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 66957 bytes .../__pycache__/_mql_builtins.cpython-312.pyc | Bin 0 -> 18015 bytes .../_mysql_builtins.cpython-312.pyc | Bin 0 -> 19561 bytes .../_openedge_builtins.cpython-312.pyc | Bin 0 -> 34097 bytes .../__pycache__/_php_builtins.cpython-312.pyc | Bin 0 -> 65530 bytes .../_postgres_builtins.cpython-312.pyc | Bin 0 -> 11302 bytes .../_qlik_builtins.cpython-312.pyc | Bin 0 -> 6382 bytes .../_scheme_builtins.cpython-312.pyc | Bin 0 -> 23179 bytes .../_scilab_builtins.cpython-312.pyc | Bin 0 -> 35226 bytes .../_sourcemod_builtins.cpython-312.pyc | Bin 0 -> 21844 bytes .../__pycache__/_sql_builtins.cpython-312.pyc | Bin 0 -> 5573 bytes .../_stan_builtins.cpython-312.pyc | Bin 0 -> 9958 bytes .../_stata_builtins.cpython-312.pyc | Bin 0 -> 21242 bytes .../_tsql_builtins.cpython-312.pyc | Bin 0 -> 8874 bytes .../__pycache__/_usd_builtins.cpython-312.pyc | Bin 0 -> 1404 bytes .../_vbscript_builtins.cpython-312.pyc | Bin 0 -> 2933 bytes .../__pycache__/_vim_builtins.cpython-312.pyc | Bin 0 -> 30736 bytes .../__pycache__/actionscript.cpython-312.pyc | Bin 0 -> 11121 bytes .../lexers/__pycache__/ada.cpython-312.pyc | Bin 0 -> 5517 bytes .../lexers/__pycache__/agile.cpython-312.pyc | Bin 0 -> 1312 bytes .../__pycache__/algebra.cpython-312.pyc | Bin 0 -> 11001 bytes .../__pycache__/ambient.cpython-312.pyc | Bin 0 -> 3129 bytes .../lexers/__pycache__/amdgpu.cpython-312.pyc | Bin 0 -> 2252 bytes .../lexers/__pycache__/ampl.cpython-312.pyc | Bin 0 -> 4100 bytes .../__pycache__/apdlexer.cpython-312.pyc | Bin 0 -> 19041 bytes .../lexers/__pycache__/apl.cpython-312.pyc | Bin 0 -> 2521 bytes .../__pycache__/archetype.cpython-312.pyc | Bin 0 -> 9193 bytes .../lexers/__pycache__/arrow.cpython-312.pyc | Bin 0 -> 3571 bytes .../lexers/__pycache__/arturo.cpython-312.pyc | Bin 0 -> 9748 bytes .../lexers/__pycache__/asc.cpython-312.pyc | Bin 0 -> 2051 bytes .../lexers/__pycache__/asm.cpython-312.pyc | Bin 0 -> 36015 bytes .../lexers/__pycache__/asn1.cpython-312.pyc | Bin 0 -> 4492 bytes .../__pycache__/automation.cpython-312.pyc | Bin 0 -> 18419 bytes .../lexers/__pycache__/bare.cpython-312.pyc | Bin 0 -> 2878 bytes .../lexers/__pycache__/basic.cpython-312.pyc | Bin 0 -> 26975 bytes .../lexers/__pycache__/bdd.cpython-312.pyc | Bin 0 -> 2087 bytes .../lexers/__pycache__/berry.cpython-312.pyc | Bin 0 -> 3561 bytes .../lexers/__pycache__/bibtex.cpython-312.pyc | Bin 0 -> 5227 bytes .../__pycache__/blueprint.cpython-312.pyc | Bin 0 -> 5315 bytes .../lexers/__pycache__/boa.cpython-312.pyc | Bin 0 -> 3537 bytes .../lexers/__pycache__/bqn.cpython-312.pyc | Bin 0 -> 2551 bytes .../__pycache__/business.cpython-312.pyc | Bin 0 -> 22068 bytes .../lexers/__pycache__/c_cpp.cpython-312.pyc | Bin 0 -> 16099 bytes .../lexers/__pycache__/c_like.cpython-312.pyc | Bin 0 -> 27571 bytes .../__pycache__/capnproto.cpython-312.pyc | Bin 0 -> 2410 bytes .../lexers/__pycache__/carbon.cpython-312.pyc | Bin 0 -> 3548 bytes .../lexers/__pycache__/cddl.cpython-312.pyc | Bin 0 -> 4240 bytes .../lexers/__pycache__/chapel.cpython-312.pyc | Bin 0 -> 4274 bytes .../lexers/__pycache__/clean.cpython-312.pyc | Bin 0 -> 6083 bytes .../lexers/__pycache__/codeql.cpython-312.pyc | Bin 0 -> 2756 bytes .../lexers/__pycache__/comal.cpython-312.pyc | Bin 0 -> 3230 bytes .../__pycache__/compiled.cpython-312.pyc | Bin 0 -> 2003 bytes .../__pycache__/configs.cpython-312.pyc | Bin 0 -> 44521 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 4253 bytes .../lexers/__pycache__/cplint.cpython-312.pyc | Bin 0 -> 1765 bytes .../__pycache__/crystal.cpython-312.pyc | Bin 0 -> 15187 bytes .../lexers/__pycache__/csound.cpython-312.pyc | Bin 0 -> 14124 bytes .../lexers/__pycache__/css.cpython-312.pyc | Bin 0 -> 22110 bytes .../lexers/__pycache__/d.cpython-312.pyc | Bin 0 -> 8339 bytes .../lexers/__pycache__/dalvik.cpython-312.pyc | Bin 0 -> 4549 bytes .../lexers/__pycache__/data.cpython-312.pyc | Bin 0 -> 21173 bytes .../lexers/__pycache__/dax.cpython-312.pyc | Bin 0 -> 6250 bytes .../__pycache__/devicetree.cpython-312.pyc | Bin 0 -> 4050 bytes .../lexers/__pycache__/diff.cpython-312.pyc | Bin 0 -> 5685 bytes .../lexers/__pycache__/dns.cpython-312.pyc | Bin 0 -> 3784 bytes .../lexers/__pycache__/dotnet.cpython-312.pyc | Bin 0 -> 35232 bytes .../lexers/__pycache__/dsls.cpython-312.pyc | Bin 0 -> 33795 bytes .../lexers/__pycache__/dylan.cpython-312.pyc | Bin 0 -> 9739 bytes .../lexers/__pycache__/ecl.cpython-312.pyc | Bin 0 -> 5593 bytes .../lexers/__pycache__/eiffel.cpython-312.pyc | Bin 0 -> 3000 bytes .../lexers/__pycache__/elm.cpython-312.pyc | Bin 0 -> 3244 bytes .../lexers/__pycache__/elpi.cpython-312.pyc | Bin 0 -> 7242 bytes .../lexers/__pycache__/email.cpython-312.pyc | Bin 0 -> 5990 bytes .../lexers/__pycache__/erlang.cpython-312.pyc | Bin 0 -> 20555 bytes .../__pycache__/esoteric.cpython-312.pyc | Bin 0 -> 9772 bytes .../lexers/__pycache__/ezhil.cpython-312.pyc | Bin 0 -> 3866 bytes .../lexers/__pycache__/factor.cpython-312.pyc | Bin 0 -> 16933 bytes .../lexers/__pycache__/fantom.cpython-312.pyc | Bin 0 -> 8002 bytes .../lexers/__pycache__/felix.cpython-312.pyc | Bin 0 -> 8257 bytes .../lexers/__pycache__/fift.cpython-312.pyc | Bin 0 -> 1969 bytes .../__pycache__/floscript.cpython-312.pyc | Bin 0 -> 2987 bytes .../lexers/__pycache__/forth.cpython-312.pyc | Bin 0 -> 5363 bytes .../__pycache__/fortran.cpython-312.pyc | Bin 0 -> 8724 bytes .../lexers/__pycache__/foxpro.cpython-312.pyc | Bin 0 -> 20817 bytes .../__pycache__/freefem.cpython-312.pyc | Bin 0 -> 12792 bytes .../lexers/__pycache__/func.cpython-312.pyc | Bin 0 -> 3343 bytes .../__pycache__/functional.cpython-312.pyc | Bin 0 -> 1053 bytes .../__pycache__/futhark.cpython-312.pyc | Bin 0 -> 4085 bytes .../__pycache__/gcodelexer.cpython-312.pyc | Bin 0 -> 1325 bytes .../__pycache__/gdscript.cpython-312.pyc | Bin 0 -> 7219 bytes .../lexers/__pycache__/gleam.cpython-312.pyc | Bin 0 -> 2717 bytes .../lexers/__pycache__/go.cpython-312.pyc | Bin 0 -> 3392 bytes .../grammar_notation.cpython-312.pyc | Bin 0 -> 7722 bytes .../lexers/__pycache__/graph.cpython-312.pyc | Bin 0 -> 3819 bytes .../__pycache__/graphics.cpython-312.pyc | Bin 0 -> 29708 bytes .../__pycache__/graphql.cpython-312.pyc | Bin 0 -> 4452 bytes .../__pycache__/graphviz.cpython-312.pyc | Bin 0 -> 2226 bytes .../lexers/__pycache__/gsql.cpython-312.pyc | Bin 0 -> 3786 bytes .../lexers/__pycache__/hare.cpython-312.pyc | Bin 0 -> 2959 bytes .../__pycache__/haskell.cpython-312.pyc | Bin 0 -> 30505 bytes .../lexers/__pycache__/haxe.cpython-312.pyc | Bin 0 -> 22289 bytes .../lexers/__pycache__/hdl.cpython-312.pyc | Bin 0 -> 17484 bytes .../__pycache__/hexdump.cpython-312.pyc | Bin 0 -> 3660 bytes .../lexers/__pycache__/html.cpython-312.pyc | Bin 0 -> 20738 bytes .../lexers/__pycache__/idl.cpython-312.pyc | Bin 0 -> 12478 bytes .../lexers/__pycache__/igor.cpython-312.pyc | Bin 0 -> 25703 bytes .../__pycache__/inferno.cpython-312.pyc | Bin 0 -> 3256 bytes .../__pycache__/installers.cpython-312.pyc | Bin 0 -> 13785 bytes .../__pycache__/int_fiction.cpython-312.pyc | Bin 0 -> 48108 bytes .../lexers/__pycache__/iolang.cpython-312.pyc | Bin 0 -> 2220 bytes .../lexers/__pycache__/j.cpython-312.pyc | Bin 0 -> 4312 bytes .../__pycache__/javascript.cpython-312.pyc | Bin 0 -> 57004 bytes .../__pycache__/jmespath.cpython-312.pyc | Bin 0 -> 2410 bytes .../lexers/__pycache__/jslt.cpython-312.pyc | Bin 0 -> 3768 bytes .../lexers/__pycache__/json5.cpython-312.pyc | Bin 0 -> 2890 bytes .../__pycache__/jsonnet.cpython-312.pyc | Bin 0 -> 4866 bytes .../lexers/__pycache__/jsx.cpython-312.pyc | Bin 0 -> 2922 bytes .../lexers/__pycache__/julia.cpython-312.pyc | Bin 0 -> 10944 bytes .../lexers/__pycache__/jvm.cpython-312.pyc | Bin 0 -> 63881 bytes .../lexers/__pycache__/kuin.cpython-312.pyc | Bin 0 -> 9890 bytes .../lexers/__pycache__/kusto.cpython-312.pyc | Bin 0 -> 2852 bytes .../lexers/__pycache__/ldap.cpython-312.pyc | Bin 0 -> 6436 bytes .../lexers/__pycache__/lean.cpython-312.pyc | Bin 0 -> 8001 bytes .../__pycache__/lilypond.cpython-312.pyc | Bin 0 -> 8385 bytes .../lexers/__pycache__/lisp.cpython-312.pyc | Bin 0 -> 121650 bytes .../__pycache__/macaulay2.cpython-312.pyc | Bin 0 -> 23165 bytes .../lexers/__pycache__/make.cpython-312.pyc | Bin 0 -> 6679 bytes .../lexers/__pycache__/maple.cpython-312.pyc | Bin 0 -> 4988 bytes .../lexers/__pycache__/markup.cpython-312.pyc | Bin 0 -> 60426 bytes .../lexers/__pycache__/math.cpython-312.pyc | Bin 0 -> 1049 bytes .../lexers/__pycache__/matlab.cpython-312.pyc | Bin 0 -> 55748 bytes .../lexers/__pycache__/maxima.cpython-312.pyc | Bin 0 -> 3197 bytes .../lexers/__pycache__/meson.cpython-312.pyc | Bin 0 -> 3530 bytes .../lexers/__pycache__/mime.cpython-312.pyc | Bin 0 -> 10143 bytes .../__pycache__/minecraft.cpython-312.pyc | Bin 0 -> 10705 bytes .../lexers/__pycache__/mips.cpython-312.pyc | Bin 0 -> 3444 bytes .../lexers/__pycache__/ml.cpython-312.pyc | Bin 0 -> 26175 bytes .../__pycache__/modeling.cpython-312.pyc | Bin 0 -> 12079 bytes .../__pycache__/modula2.cpython-312.pyc | Bin 0 -> 26509 bytes .../lexers/__pycache__/mojo.cpython-312.pyc | Bin 0 -> 14370 bytes .../lexers/__pycache__/monte.cpython-312.pyc | Bin 0 -> 5122 bytes .../lexers/__pycache__/mosel.cpython-312.pyc | Bin 0 -> 6971 bytes .../lexers/__pycache__/ncl.cpython-312.pyc | Bin 0 -> 45923 bytes .../lexers/__pycache__/nimrod.cpython-312.pyc | Bin 0 -> 6469 bytes .../lexers/__pycache__/nit.cpython-312.pyc | Bin 0 -> 2765 bytes .../lexers/__pycache__/nix.cpython-312.pyc | Bin 0 -> 5474 bytes .../__pycache__/numbair.cpython-312.pyc | Bin 0 -> 2140 bytes .../lexers/__pycache__/oberon.cpython-312.pyc | Bin 0 -> 3754 bytes .../__pycache__/objective.cpython-312.pyc | Bin 0 -> 19478 bytes .../lexers/__pycache__/ooc.cpython-312.pyc | Bin 0 -> 3125 bytes .../__pycache__/openscad.cpython-312.pyc | Bin 0 -> 3737 bytes .../lexers/__pycache__/other.cpython-312.pyc | Bin 0 -> 2459 bytes .../__pycache__/parasail.cpython-312.pyc | Bin 0 -> 2894 bytes .../__pycache__/parsers.cpython-312.pyc | Bin 0 -> 24409 bytes .../lexers/__pycache__/pascal.cpython-312.pyc | Bin 0 -> 23949 bytes .../lexers/__pycache__/pawn.cpython-312.pyc | Bin 0 -> 7872 bytes .../lexers/__pycache__/pddl.cpython-312.pyc | Bin 0 -> 2820 bytes .../lexers/__pycache__/perl.cpython-312.pyc | Bin 0 -> 39025 bytes .../lexers/__pycache__/phix.cpython-312.pyc | Bin 0 -> 18431 bytes .../lexers/__pycache__/php.cpython-312.pyc | Bin 0 -> 14330 bytes .../__pycache__/pointless.cpython-312.pyc | Bin 0 -> 2304 bytes .../lexers/__pycache__/pony.cpython-312.pyc | Bin 0 -> 3433 bytes .../lexers/__pycache__/praat.cpython-312.pyc | Bin 0 -> 10295 bytes .../__pycache__/procfile.cpython-312.pyc | Bin 0 -> 1638 bytes .../lexers/__pycache__/prolog.cpython-312.pyc | Bin 0 -> 10540 bytes .../lexers/__pycache__/promql.cpython-312.pyc | Bin 0 -> 3343 bytes .../lexers/__pycache__/prql.cpython-312.pyc | Bin 0 -> 8391 bytes .../lexers/__pycache__/ptx.cpython-312.pyc | Bin 0 -> 3779 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 0 -> 42922 bytes .../lexers/__pycache__/q.cpython-312.pyc | Bin 0 -> 5853 bytes .../lexers/__pycache__/qlik.cpython-312.pyc | Bin 0 -> 3519 bytes .../lexers/__pycache__/qvt.cpython-312.pyc | Bin 0 -> 5387 bytes .../lexers/__pycache__/r.cpython-312.pyc | Bin 0 -> 6097 bytes .../lexers/__pycache__/rdf.cpython-312.pyc | Bin 0 -> 12267 bytes .../lexers/__pycache__/rebol.cpython-312.pyc | Bin 0 -> 19258 bytes .../lexers/__pycache__/rego.cpython-312.pyc | Bin 0 -> 1883 bytes .../__pycache__/resource.cpython-312.pyc | Bin 0 -> 3595 bytes .../lexers/__pycache__/ride.cpython-312.pyc | Bin 0 -> 4497 bytes .../lexers/__pycache__/rita.cpython-312.pyc | Bin 0 -> 1478 bytes .../lexers/__pycache__/rnc.cpython-312.pyc | Bin 0 -> 2020 bytes .../__pycache__/roboconf.cpython-312.pyc | Bin 0 -> 2371 bytes .../robotframework.cpython-312.pyc | Bin 0 -> 29614 bytes .../lexers/__pycache__/ruby.cpython-312.pyc | Bin 0 -> 22598 bytes .../lexers/__pycache__/rust.cpython-312.pyc | Bin 0 -> 7313 bytes .../lexers/__pycache__/sas.cpython-312.pyc | Bin 0 -> 7048 bytes .../lexers/__pycache__/savi.cpython-312.pyc | Bin 0 -> 3989 bytes .../lexers/__pycache__/scdoc.cpython-312.pyc | Bin 0 -> 2827 bytes .../__pycache__/scripting.cpython-312.pyc | Bin 0 -> 71848 bytes .../lexers/__pycache__/sgf.cpython-312.pyc | Bin 0 -> 2088 bytes .../lexers/__pycache__/shell.cpython-312.pyc | Bin 0 -> 37109 bytes .../lexers/__pycache__/sieve.cpython-312.pyc | Bin 0 -> 2758 bytes .../lexers/__pycache__/slash.cpython-312.pyc | Bin 0 -> 8401 bytes .../__pycache__/smalltalk.cpython-312.pyc | Bin 0 -> 6710 bytes .../lexers/__pycache__/smithy.cpython-312.pyc | Bin 0 -> 3135 bytes .../lexers/__pycache__/smv.cpython-312.pyc | Bin 0 -> 2817 bytes .../lexers/__pycache__/snobol.cpython-312.pyc | Bin 0 -> 2513 bytes .../__pycache__/solidity.cpython-312.pyc | Bin 0 -> 3416 bytes .../lexers/__pycache__/soong.cpython-312.pyc | Bin 0 -> 2281 bytes .../lexers/__pycache__/sophia.cpython-312.pyc | Bin 0 -> 3861 bytes .../__pycache__/special.cpython-312.pyc | Bin 0 -> 5438 bytes .../lexers/__pycache__/spice.cpython-312.pyc | Bin 0 -> 3186 bytes .../lexers/__pycache__/sql.cpython-312.pyc | Bin 0 -> 40707 bytes .../__pycache__/srcinfo.cpython-312.pyc | Bin 0 -> 2016 bytes .../lexers/__pycache__/stata.cpython-312.pyc | Bin 0 -> 5168 bytes .../__pycache__/supercollider.cpython-312.pyc | Bin 0 -> 3918 bytes .../__pycache__/tablegen.cpython-312.pyc | Bin 0 -> 3360 bytes .../lexers/__pycache__/tact.cpython-312.pyc | Bin 0 -> 9045 bytes .../lexers/__pycache__/tal.cpython-312.pyc | Bin 0 -> 2982 bytes .../lexers/__pycache__/tcl.cpython-312.pyc | Bin 0 -> 5156 bytes .../lexers/__pycache__/teal.cpython-312.pyc | Bin 0 -> 3565 bytes .../__pycache__/templates.cpython-312.pyc | Bin 0 -> 83662 bytes .../__pycache__/teraterm.cpython-312.pyc | Bin 0 -> 5573 bytes .../__pycache__/testing.cpython-312.pyc | Bin 0 -> 10081 bytes .../lexers/__pycache__/text.cpython-312.pyc | Bin 0 -> 1563 bytes .../__pycache__/textedit.cpython-312.pyc | Bin 0 -> 8525 bytes .../__pycache__/textfmts.cpython-312.pyc | Bin 0 -> 15608 bytes .../__pycache__/theorem.cpython-312.pyc | Bin 0 -> 14916 bytes .../__pycache__/thingsdb.cpython-312.pyc | Bin 0 -> 5627 bytes .../lexers/__pycache__/tlb.cpython-312.pyc | Bin 0 -> 1880 bytes .../lexers/__pycache__/tls.cpython-312.pyc | Bin 0 -> 1938 bytes .../lexers/__pycache__/tnt.cpython-312.pyc | Bin 0 -> 13601 bytes .../__pycache__/trafficscript.cpython-312.pyc | Bin 0 -> 1857 bytes .../__pycache__/typoscript.cpython-312.pyc | Bin 0 -> 7373 bytes .../lexers/__pycache__/typst.cpython-312.pyc | Bin 0 -> 6918 bytes .../lexers/__pycache__/ul4.cpython-312.pyc | Bin 0 -> 8154 bytes .../lexers/__pycache__/unicon.cpython-312.pyc | Bin 0 -> 12521 bytes .../lexers/__pycache__/urbi.cpython-312.pyc | Bin 0 -> 5923 bytes .../lexers/__pycache__/usd.cpython-312.pyc | Bin 0 -> 4035 bytes .../__pycache__/varnish.cpython-312.pyc | Bin 0 -> 6958 bytes .../__pycache__/verification.cpython-312.pyc | Bin 0 -> 4042 bytes .../__pycache__/verifpal.cpython-312.pyc | Bin 0 -> 2984 bytes .../lexers/__pycache__/vip.cpython-312.pyc | Bin 0 -> 5707 bytes .../lexers/__pycache__/vyper.cpython-312.pyc | Bin 0 -> 4937 bytes .../lexers/__pycache__/web.cpython-312.pyc | Bin 0 -> 1327 bytes .../__pycache__/webassembly.cpython-312.pyc | Bin 0 -> 5833 bytes .../lexers/__pycache__/webidl.cpython-312.pyc | Bin 0 -> 8117 bytes .../__pycache__/webmisc.cpython-312.pyc | Bin 0 -> 43554 bytes .../lexers/__pycache__/wgsl.cpython-312.pyc | Bin 0 -> 10863 bytes .../lexers/__pycache__/whiley.cpython-312.pyc | Bin 0 -> 3648 bytes .../lexers/__pycache__/wowtoc.cpython-312.pyc | Bin 0 -> 3253 bytes .../lexers/__pycache__/wren.cpython-312.pyc | Bin 0 -> 3118 bytes .../lexers/__pycache__/x10.cpython-312.pyc | Bin 0 -> 2409 bytes .../lexers/__pycache__/xorg.cpython-312.pyc | Bin 0 -> 1398 bytes .../lexers/__pycache__/yang.cpython-312.pyc | Bin 0 -> 4162 bytes .../lexers/__pycache__/yara.cpython-312.pyc | Bin 0 -> 2744 bytes .../lexers/__pycache__/zig.cpython-312.pyc | Bin 0 -> 3907 bytes .../pygments/lexers/_ada_builtins.py | 103 + .../pygments/lexers/_asy_builtins.py | 1644 + .../pygments/lexers/_cl_builtins.py | 231 + .../pygments/lexers/_cocoa_builtins.py | 75 + .../pygments/lexers/_csound_builtins.py | 1780 + .../pygments/lexers/_css_builtins.py | 558 + .../pygments/lexers/_googlesql_builtins.py | 918 + .../pygments/lexers/_julia_builtins.py | 411 + .../pygments/lexers/_lasso_builtins.py | 5326 + .../pygments/lexers/_lilypond_builtins.py | 4932 + .../pygments/lexers/_lua_builtins.py | 285 + .../pygments/lexers/_luau_builtins.py | 62 + .../site-packages/pygments/lexers/_mapping.py | 602 + .../pygments/lexers/_mql_builtins.py | 1171 + .../pygments/lexers/_mysql_builtins.py | 1335 + .../pygments/lexers/_openedge_builtins.py | 2600 + .../pygments/lexers/_php_builtins.py | 3325 + .../pygments/lexers/_postgres_builtins.py | 739 + .../pygments/lexers/_qlik_builtins.py | 666 + .../pygments/lexers/_scheme_builtins.py | 1609 + .../pygments/lexers/_scilab_builtins.py | 3093 + .../pygments/lexers/_sourcemod_builtins.py | 1151 + .../pygments/lexers/_sql_builtins.py | 106 + .../pygments/lexers/_stan_builtins.py | 648 + .../pygments/lexers/_stata_builtins.py | 457 + .../pygments/lexers/_tsql_builtins.py | 1003 + .../pygments/lexers/_usd_builtins.py | 112 + .../pygments/lexers/_vbscript_builtins.py | 279 + .../pygments/lexers/_vim_builtins.py | 1938 + .../pygments/lexers/actionscript.py | 243 + .../site-packages/pygments/lexers/ada.py | 144 + .../site-packages/pygments/lexers/agile.py | 25 + .../site-packages/pygments/lexers/algebra.py | 299 + .../site-packages/pygments/lexers/ambient.py | 75 + .../site-packages/pygments/lexers/amdgpu.py | 54 + .../site-packages/pygments/lexers/ampl.py | 87 + .../site-packages/pygments/lexers/apdlexer.py | 593 + .../site-packages/pygments/lexers/apl.py | 103 + .../pygments/lexers/archetype.py | 315 + .../site-packages/pygments/lexers/arrow.py | 116 + .../site-packages/pygments/lexers/arturo.py | 249 + .../site-packages/pygments/lexers/asc.py | 55 + .../site-packages/pygments/lexers/asm.py | 1051 + .../site-packages/pygments/lexers/asn1.py | 178 + .../pygments/lexers/automation.py | 379 + .../site-packages/pygments/lexers/bare.py | 101 + .../site-packages/pygments/lexers/basic.py | 656 + .../site-packages/pygments/lexers/bdd.py | 57 + .../site-packages/pygments/lexers/berry.py | 99 + .../site-packages/pygments/lexers/bibtex.py | 159 + .../pygments/lexers/blueprint.py | 173 + .../site-packages/pygments/lexers/boa.py | 97 + .../site-packages/pygments/lexers/bqn.py | 112 + .../site-packages/pygments/lexers/business.py | 625 + .../site-packages/pygments/lexers/c_cpp.py | 414 + .../site-packages/pygments/lexers/c_like.py | 738 + .../pygments/lexers/capnproto.py | 74 + .../site-packages/pygments/lexers/carbon.py | 95 + .../site-packages/pygments/lexers/cddl.py | 172 + .../site-packages/pygments/lexers/chapel.py | 139 + .../site-packages/pygments/lexers/clean.py | 180 + .../site-packages/pygments/lexers/codeql.py | 80 + .../site-packages/pygments/lexers/comal.py | 81 + .../site-packages/pygments/lexers/compiled.py | 35 + .../site-packages/pygments/lexers/configs.py | 1433 + .../site-packages/pygments/lexers/console.py | 114 + .../site-packages/pygments/lexers/cplint.py | 43 + .../site-packages/pygments/lexers/crystal.py | 364 + .../site-packages/pygments/lexers/csound.py | 466 + .../site-packages/pygments/lexers/css.py | 602 + .../site-packages/pygments/lexers/d.py | 259 + .../site-packages/pygments/lexers/dalvik.py | 126 + .../site-packages/pygments/lexers/data.py | 763 + .../site-packages/pygments/lexers/dax.py | 135 + .../pygments/lexers/devicetree.py | 108 + .../site-packages/pygments/lexers/diff.py | 169 + .../site-packages/pygments/lexers/dns.py | 109 + .../site-packages/pygments/lexers/dotnet.py | 873 + .../site-packages/pygments/lexers/dsls.py | 970 + .../site-packages/pygments/lexers/dylan.py | 279 + .../site-packages/pygments/lexers/ecl.py | 144 + .../site-packages/pygments/lexers/eiffel.py | 68 + .../site-packages/pygments/lexers/elm.py | 123 + .../site-packages/pygments/lexers/elpi.py | 175 + .../site-packages/pygments/lexers/email.py | 132 + .../site-packages/pygments/lexers/erlang.py | 526 + .../site-packages/pygments/lexers/esoteric.py | 300 + .../site-packages/pygments/lexers/ezhil.py | 76 + .../site-packages/pygments/lexers/factor.py | 363 + .../site-packages/pygments/lexers/fantom.py | 251 + .../site-packages/pygments/lexers/felix.py | 275 + .../site-packages/pygments/lexers/fift.py | 68 + .../pygments/lexers/floscript.py | 81 + .../site-packages/pygments/lexers/forth.py | 178 + .../site-packages/pygments/lexers/fortran.py | 212 + .../site-packages/pygments/lexers/foxpro.py | 427 + .../site-packages/pygments/lexers/freefem.py | 893 + .../site-packages/pygments/lexers/func.py | 110 + .../pygments/lexers/functional.py | 21 + .../site-packages/pygments/lexers/futhark.py | 105 + .../pygments/lexers/gcodelexer.py | 35 + .../site-packages/pygments/lexers/gdscript.py | 189 + .../site-packages/pygments/lexers/gleam.py | 74 + .../site-packages/pygments/lexers/go.py | 97 + .../pygments/lexers/grammar_notation.py | 262 + .../site-packages/pygments/lexers/graph.py | 108 + .../site-packages/pygments/lexers/graphics.py | 794 + .../site-packages/pygments/lexers/graphql.py | 176 + .../site-packages/pygments/lexers/graphviz.py | 58 + .../site-packages/pygments/lexers/gsql.py | 103 + .../site-packages/pygments/lexers/hare.py | 73 + .../site-packages/pygments/lexers/haskell.py | 866 + .../site-packages/pygments/lexers/haxe.py | 935 + .../site-packages/pygments/lexers/hdl.py | 466 + .../site-packages/pygments/lexers/hexdump.py | 102 + .../site-packages/pygments/lexers/html.py | 670 + .../site-packages/pygments/lexers/idl.py | 284 + .../site-packages/pygments/lexers/igor.py | 435 + .../site-packages/pygments/lexers/inferno.py | 95 + .../pygments/lexers/installers.py | 352 + .../pygments/lexers/int_fiction.py | 1370 + .../site-packages/pygments/lexers/iolang.py | 61 + .../site-packages/pygments/lexers/j.py | 151 + .../pygments/lexers/javascript.py | 1591 + .../site-packages/pygments/lexers/jmespath.py | 69 + .../site-packages/pygments/lexers/jslt.py | 94 + .../site-packages/pygments/lexers/json5.py | 83 + .../site-packages/pygments/lexers/jsonnet.py | 169 + .../site-packages/pygments/lexers/jsx.py | 100 + .../site-packages/pygments/lexers/julia.py | 294 + .../site-packages/pygments/lexers/jvm.py | 1802 + .../site-packages/pygments/lexers/kuin.py | 332 + .../site-packages/pygments/lexers/kusto.py | 93 + .../site-packages/pygments/lexers/ldap.py | 155 + .../site-packages/pygments/lexers/lean.py | 241 + .../site-packages/pygments/lexers/lilypond.py | 225 + .../site-packages/pygments/lexers/lisp.py | 3146 + .../pygments/lexers/macaulay2.py | 1814 + .../site-packages/pygments/lexers/make.py | 212 + .../site-packages/pygments/lexers/maple.py | 291 + .../site-packages/pygments/lexers/markup.py | 1654 + .../site-packages/pygments/lexers/math.py | 21 + .../site-packages/pygments/lexers/matlab.py | 3307 + .../site-packages/pygments/lexers/maxima.py | 84 + .../site-packages/pygments/lexers/meson.py | 139 + .../site-packages/pygments/lexers/mime.py | 210 + .../pygments/lexers/minecraft.py | 391 + .../site-packages/pygments/lexers/mips.py | 130 + .../site-packages/pygments/lexers/ml.py | 958 + .../site-packages/pygments/lexers/modeling.py | 366 + .../site-packages/pygments/lexers/modula2.py | 1579 + .../site-packages/pygments/lexers/mojo.py | 707 + .../site-packages/pygments/lexers/monte.py | 203 + .../site-packages/pygments/lexers/mosel.py | 447 + .../site-packages/pygments/lexers/ncl.py | 894 + .../site-packages/pygments/lexers/nimrod.py | 199 + .../site-packages/pygments/lexers/nit.py | 63 + .../site-packages/pygments/lexers/nix.py | 144 + .../site-packages/pygments/lexers/numbair.py | 63 + .../site-packages/pygments/lexers/oberon.py | 120 + .../pygments/lexers/objective.py | 513 + .../site-packages/pygments/lexers/ooc.py | 84 + .../site-packages/pygments/lexers/openscad.py | 96 + .../site-packages/pygments/lexers/other.py | 41 + .../site-packages/pygments/lexers/parasail.py | 78 + .../site-packages/pygments/lexers/parsers.py | 798 + .../site-packages/pygments/lexers/pascal.py | 644 + .../site-packages/pygments/lexers/pawn.py | 202 + .../site-packages/pygments/lexers/pddl.py | 82 + .../site-packages/pygments/lexers/perl.py | 733 + .../site-packages/pygments/lexers/phix.py | 363 + .../site-packages/pygments/lexers/php.py | 334 + .../pygments/lexers/pointless.py | 70 + .../site-packages/pygments/lexers/pony.py | 93 + .../site-packages/pygments/lexers/praat.py | 303 + .../site-packages/pygments/lexers/procfile.py | 41 + .../site-packages/pygments/lexers/prolog.py | 318 + .../site-packages/pygments/lexers/promql.py | 176 + .../site-packages/pygments/lexers/prql.py | 251 + .../site-packages/pygments/lexers/ptx.py | 119 + .../site-packages/pygments/lexers/python.py | 1201 + .../site-packages/pygments/lexers/q.py | 187 + .../site-packages/pygments/lexers/qlik.py | 117 + .../site-packages/pygments/lexers/qvt.py | 153 + .../site-packages/pygments/lexers/r.py | 196 + .../site-packages/pygments/lexers/rdf.py | 468 + .../site-packages/pygments/lexers/rebol.py | 419 + .../site-packages/pygments/lexers/rego.py | 57 + .../site-packages/pygments/lexers/resource.py | 83 + .../site-packages/pygments/lexers/ride.py | 138 + .../site-packages/pygments/lexers/rita.py | 42 + .../site-packages/pygments/lexers/rnc.py | 66 + .../site-packages/pygments/lexers/roboconf.py | 81 + .../pygments/lexers/robotframework.py | 551 + .../site-packages/pygments/lexers/ruby.py | 518 + .../site-packages/pygments/lexers/rust.py | 222 + .../site-packages/pygments/lexers/sas.py | 227 + .../site-packages/pygments/lexers/savi.py | 171 + .../site-packages/pygments/lexers/scdoc.py | 85 + .../pygments/lexers/scripting.py | 1616 + .../site-packages/pygments/lexers/sgf.py | 59 + .../site-packages/pygments/lexers/shell.py | 902 + .../site-packages/pygments/lexers/sieve.py | 78 + .../site-packages/pygments/lexers/slash.py | 183 + .../pygments/lexers/smalltalk.py | 194 + .../site-packages/pygments/lexers/smithy.py | 77 + .../site-packages/pygments/lexers/smv.py | 78 + .../site-packages/pygments/lexers/snobol.py | 82 + .../site-packages/pygments/lexers/solidity.py | 87 + .../site-packages/pygments/lexers/soong.py | 78 + .../site-packages/pygments/lexers/sophia.py | 102 + .../site-packages/pygments/lexers/special.py | 122 + .../site-packages/pygments/lexers/spice.py | 70 + .../site-packages/pygments/lexers/sql.py | 1109 + .../site-packages/pygments/lexers/srcinfo.py | 62 + .../site-packages/pygments/lexers/stata.py | 170 + .../pygments/lexers/supercollider.py | 94 + .../site-packages/pygments/lexers/tablegen.py | 177 + .../site-packages/pygments/lexers/tact.py | 303 + .../site-packages/pygments/lexers/tal.py | 77 + .../site-packages/pygments/lexers/tcl.py | 148 + .../site-packages/pygments/lexers/teal.py | 88 + .../pygments/lexers/templates.py | 2355 + .../site-packages/pygments/lexers/teraterm.py | 325 + .../site-packages/pygments/lexers/testing.py | 209 + .../site-packages/pygments/lexers/text.py | 27 + .../site-packages/pygments/lexers/textedit.py | 205 + .../site-packages/pygments/lexers/textfmts.py | 436 + .../site-packages/pygments/lexers/theorem.py | 410 + .../site-packages/pygments/lexers/thingsdb.py | 140 + .../site-packages/pygments/lexers/tlb.py | 59 + .../site-packages/pygments/lexers/tls.py | 54 + .../site-packages/pygments/lexers/tnt.py | 270 + .../pygments/lexers/trafficscript.py | 51 + .../pygments/lexers/typoscript.py | 216 + .../site-packages/pygments/lexers/typst.py | 160 + .../site-packages/pygments/lexers/ul4.py | 309 + .../site-packages/pygments/lexers/unicon.py | 413 + .../site-packages/pygments/lexers/urbi.py | 145 + .../site-packages/pygments/lexers/usd.py | 85 + .../site-packages/pygments/lexers/varnish.py | 189 + .../pygments/lexers/verification.py | 113 + .../site-packages/pygments/lexers/verifpal.py | 65 + .../site-packages/pygments/lexers/vip.py | 150 + .../site-packages/pygments/lexers/vyper.py | 140 + .../site-packages/pygments/lexers/web.py | 24 + .../pygments/lexers/webassembly.py | 119 + .../site-packages/pygments/lexers/webidl.py | 298 + .../site-packages/pygments/lexers/webmisc.py | 1006 + .../site-packages/pygments/lexers/wgsl.py | 406 + .../site-packages/pygments/lexers/whiley.py | 115 + .../site-packages/pygments/lexers/wowtoc.py | 120 + .../site-packages/pygments/lexers/wren.py | 98 + .../site-packages/pygments/lexers/x10.py | 66 + .../site-packages/pygments/lexers/xorg.py | 38 + .../site-packages/pygments/lexers/yang.py | 103 + .../site-packages/pygments/lexers/yara.py | 69 + .../site-packages/pygments/lexers/zig.py | 125 + .../site-packages/pygments/modeline.py | 43 + .../site-packages/pygments/plugin.py | 72 + .../site-packages/pygments/regexopt.py | 91 + .../site-packages/pygments/scanner.py | 104 + .../site-packages/pygments/sphinxext.py | 247 + .../site-packages/pygments/style.py | 203 + .../site-packages/pygments/styles/__init__.py | 61 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 2631 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 3644 bytes .../styles/__pycache__/abap.cpython-312.pyc | Bin 0 -> 1079 bytes .../styles/__pycache__/algol.cpython-312.pyc | Bin 0 -> 2599 bytes .../__pycache__/algol_nu.cpython-312.pyc | Bin 0 -> 2614 bytes .../__pycache__/arduino.cpython-312.pyc | Bin 0 -> 4273 bytes .../styles/__pycache__/autumn.cpython-312.pyc | Bin 0 -> 2855 bytes .../__pycache__/borland.cpython-312.pyc | Bin 0 -> 2224 bytes .../styles/__pycache__/bw.cpython-312.pyc | Bin 0 -> 1901 bytes .../styles/__pycache__/coffee.cpython-312.pyc | Bin 0 -> 3445 bytes .../__pycache__/colorful.cpython-312.pyc | Bin 0 -> 3713 bytes .../__pycache__/default.cpython-312.pyc | Bin 0 -> 3215 bytes .../__pycache__/dracula.cpython-312.pyc | Bin 0 -> 3028 bytes .../styles/__pycache__/emacs.cpython-312.pyc | Bin 0 -> 3255 bytes .../__pycache__/friendly.cpython-312.pyc | Bin 0 -> 3351 bytes .../friendly_grayscale.cpython-312.pyc | Bin 0 -> 3561 bytes .../styles/__pycache__/fruity.cpython-312.pyc | Bin 0 -> 1930 bytes .../__pycache__/gh_dark.cpython-312.pyc | Bin 0 -> 4019 bytes .../__pycache__/gruvbox.cpython-312.pyc | Bin 0 -> 4367 bytes .../styles/__pycache__/igor.cpython-312.pyc | Bin 0 -> 1124 bytes .../styles/__pycache__/inkpot.cpython-312.pyc | Bin 0 -> 2986 bytes .../__pycache__/lightbulb.cpython-312.pyc | Bin 0 -> 4357 bytes .../__pycache__/lilypond.cpython-312.pyc | Bin 0 -> 3498 bytes .../__pycache__/lovelace.cpython-312.pyc | Bin 0 -> 4251 bytes .../styles/__pycache__/manni.cpython-312.pyc | Bin 0 -> 3486 bytes .../__pycache__/material.cpython-312.pyc | Bin 0 -> 4799 bytes .../__pycache__/monokai.cpython-312.pyc | Bin 0 -> 4780 bytes .../styles/__pycache__/murphy.cpython-312.pyc | Bin 0 -> 3671 bytes .../styles/__pycache__/native.cpython-312.pyc | Bin 0 -> 2948 bytes .../styles/__pycache__/nord.cpython-312.pyc | Bin 0 -> 5577 bytes .../__pycache__/onedark.cpython-312.pyc | Bin 0 -> 2254 bytes .../__pycache__/paraiso_dark.cpython-312.pyc | Bin 0 -> 5120 bytes .../__pycache__/paraiso_light.cpython-312.pyc | Bin 0 -> 5126 bytes .../styles/__pycache__/pastie.cpython-312.pyc | Bin 0 -> 3460 bytes .../__pycache__/perldoc.cpython-312.pyc | Bin 0 -> 3046 bytes .../__pycache__/rainbow_dash.cpython-312.pyc | Bin 0 -> 3692 bytes .../styles/__pycache__/rrt.cpython-312.pyc | Bin 0 -> 1454 bytes .../styles/__pycache__/sas.cpython-312.pyc | Bin 0 -> 1799 bytes .../__pycache__/solarized.cpython-312.pyc | Bin 0 -> 5751 bytes .../__pycache__/staroffice.cpython-312.pyc | Bin 0 -> 1102 bytes .../__pycache__/stata_dark.cpython-312.pyc | Bin 0 -> 1669 bytes .../__pycache__/stata_light.cpython-312.pyc | Bin 0 -> 1670 bytes .../styles/__pycache__/tango.cpython-312.pyc | Bin 0 -> 6123 bytes .../styles/__pycache__/trac.cpython-312.pyc | Bin 0 -> 2595 bytes .../styles/__pycache__/vim.cpython-312.pyc | Bin 0 -> 2478 bytes .../styles/__pycache__/vs.cpython-312.pyc | Bin 0 -> 1483 bytes .../styles/__pycache__/xcode.cpython-312.pyc | Bin 0 -> 1821 bytes .../__pycache__/zenburn.cpython-312.pyc | Bin 0 -> 3330 bytes .../site-packages/pygments/styles/_mapping.py | 54 + .../site-packages/pygments/styles/abap.py | 32 + .../site-packages/pygments/styles/algol.py | 65 + .../site-packages/pygments/styles/algol_nu.py | 65 + .../site-packages/pygments/styles/arduino.py | 100 + .../site-packages/pygments/styles/autumn.py | 67 + .../site-packages/pygments/styles/borland.py | 53 + .../site-packages/pygments/styles/bw.py | 52 + .../site-packages/pygments/styles/coffee.py | 80 + .../site-packages/pygments/styles/colorful.py | 83 + .../site-packages/pygments/styles/default.py | 76 + .../site-packages/pygments/styles/dracula.py | 90 + .../site-packages/pygments/styles/emacs.py | 75 + .../site-packages/pygments/styles/friendly.py | 76 + .../pygments/styles/friendly_grayscale.py | 80 + .../site-packages/pygments/styles/fruity.py | 47 + .../site-packages/pygments/styles/gh_dark.py | 113 + .../site-packages/pygments/styles/gruvbox.py | 118 + .../site-packages/pygments/styles/igor.py | 32 + .../site-packages/pygments/styles/inkpot.py | 72 + .../pygments/styles/lightbulb.py | 110 + .../site-packages/pygments/styles/lilypond.py | 62 + .../site-packages/pygments/styles/lovelace.py | 100 + .../site-packages/pygments/styles/manni.py | 79 + .../site-packages/pygments/styles/material.py | 124 + .../site-packages/pygments/styles/monokai.py | 112 + .../site-packages/pygments/styles/murphy.py | 82 + .../site-packages/pygments/styles/native.py | 70 + .../site-packages/pygments/styles/nord.py | 156 + .../site-packages/pygments/styles/onedark.py | 63 + .../pygments/styles/paraiso_dark.py | 124 + .../pygments/styles/paraiso_light.py | 124 + .../site-packages/pygments/styles/pastie.py | 78 + .../site-packages/pygments/styles/perldoc.py | 73 + .../pygments/styles/rainbow_dash.py | 95 + .../site-packages/pygments/styles/rrt.py | 40 + .../site-packages/pygments/styles/sas.py | 46 + .../pygments/styles/solarized.py | 144 + .../pygments/styles/staroffice.py | 31 + .../pygments/styles/stata_dark.py | 42 + .../pygments/styles/stata_light.py | 42 + .../site-packages/pygments/styles/tango.py | 143 + .../site-packages/pygments/styles/trac.py | 66 + .../site-packages/pygments/styles/vim.py | 67 + .../site-packages/pygments/styles/vs.py | 41 + .../site-packages/pygments/styles/xcode.py | 53 + .../site-packages/pygments/styles/zenburn.py | 83 + .../site-packages/pygments/token.py | 214 + .../site-packages/pygments/unistring.py | 153 + .../python3.12/site-packages/pygments/util.py | 324 + .../pytest-9.0.2.dist-info/INSTALLER | 1 + .../pytest-9.0.2.dist-info/METADATA | 212 + .../pytest-9.0.2.dist-info/RECORD | 159 + .../pytest-9.0.2.dist-info/WHEEL | 5 + .../pytest-9.0.2.dist-info/entry_points.txt | 3 + .../pytest-9.0.2.dist-info/licenses/LICENSE | 21 + .../pytest-9.0.2.dist-info/top_level.txt | 3 + .../site-packages/pytest/__init__.py | 186 + .../site-packages/pytest/__main__.py | 9 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4498 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 434 bytes .../python3.12/site-packages/pytest/py.typed | 0 .../pytest_cov-7.0.0.dist-info/INSTALLER | 1 + .../pytest_cov-7.0.0.dist-info/METADATA | 673 + .../pytest_cov-7.0.0.dist-info/RECORD | 13 + .../pytest_cov-7.0.0.dist-info/WHEEL | 4 + .../entry_points.txt | 2 + .../licenses/AUTHORS.rst | 67 + .../licenses/LICENSE | 21 + .../site-packages/pytest_cov/__init__.py | 41 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1830 bytes .../__pycache__/engine.cpython-312.pyc | Bin 0 -> 23169 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 22042 bytes .../site-packages/pytest_cov/engine.py | 460 + .../site-packages/pytest_cov/plugin.py | 468 + .../pyyaml-6.0.3.dist-info/INSTALLER | 1 + .../pyyaml-6.0.3.dist-info/METADATA | 59 + .../pyyaml-6.0.3.dist-info/RECORD | 43 + .../pyyaml-6.0.3.dist-info/WHEEL | 7 + .../pyyaml-6.0.3.dist-info/licenses/LICENSE | 20 + .../pyyaml-6.0.3.dist-info/top_level.txt | 2 + .../requests-2.32.5.dist-info/INSTALLER | 1 + .../requests-2.32.5.dist-info/METADATA | 133 + .../requests-2.32.5.dist-info/RECORD | 42 + .../requests-2.32.5.dist-info/WHEEL | 5 + .../licenses/LICENSE | 175 + .../requests-2.32.5.dist-info/top_level.txt | 1 + .../site-packages/requests/__init__.py | 184 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5416 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 0 -> 580 bytes .../_internal_utils.cpython-312.pyc | Bin 0 -> 2020 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 0 -> 27807 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 0 -> 7200 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 0 -> 13919 bytes .../__pycache__/certs.cpython-312.pyc | Bin 0 -> 662 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 2376 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25272 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7581 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4323 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1048 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35497 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 1135 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27886 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 6027 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5613 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36174 bytes .../site-packages/requests/__version__.py | 14 + .../site-packages/requests/_internal_utils.py | 50 + .../site-packages/requests/adapters.py | 696 + .../python3.12/site-packages/requests/api.py | 157 + .../python3.12/site-packages/requests/auth.py | 314 + .../site-packages/requests/certs.py | 17 + .../site-packages/requests/compat.py | 106 + .../site-packages/requests/cookies.py | 561 + .../site-packages/requests/exceptions.py | 151 + .../python3.12/site-packages/requests/help.py | 134 + .../site-packages/requests/hooks.py | 33 + .../site-packages/requests/models.py | 1039 + .../site-packages/requests/packages.py | 23 + .../site-packages/requests/sessions.py | 831 + .../site-packages/requests/status_codes.py | 128 + .../site-packages/requests/structures.py | 99 + .../site-packages/requests/utils.py | 1086 + .../urllib3-2.6.2.dist-info/INSTALLER | 1 + .../urllib3-2.6.2.dist-info/METADATA | 156 + .../urllib3-2.6.2.dist-info/RECORD | 79 + .../urllib3-2.6.2.dist-info/WHEEL | 4 + .../licenses/LICENSE.txt | 21 + .../site-packages/urllib3/__init__.py | 211 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7311 bytes .../_base_connection.cpython-312.pyc | Bin 0 -> 6849 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 23000 bytes .../_request_methods.cpython-312.pyc | Bin 0 -> 10603 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 794 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 38921 bytes .../connectionpool.cpython-312.pyc | Bin 0 -> 39736 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 16612 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 12023 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 3490 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 24339 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 57436 bytes .../site-packages/urllib3/_base_connection.py | 165 + .../site-packages/urllib3/_collections.py | 487 + .../site-packages/urllib3/_request_methods.py | 278 + .../site-packages/urllib3/_version.py | 34 + .../site-packages/urllib3/connection.py | 1099 + .../site-packages/urllib3/connectionpool.py | 1178 + .../site-packages/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 194 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 0 -> 28217 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 0 -> 8172 bytes .../urllib3/contrib/emscripten/__init__.py | 16 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 902 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 10313 bytes .../__pycache__/fetch.cpython-312.pyc | Bin 0 -> 28639 bytes .../__pycache__/request.cpython-312.pyc | Bin 0 -> 1422 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 12216 bytes .../urllib3/contrib/emscripten/connection.py | 259 + .../emscripten/emscripten_fetch_worker.js | 110 + .../urllib3/contrib/emscripten/fetch.py | 726 + .../urllib3/contrib/emscripten/request.py | 22 + .../urllib3/contrib/emscripten/response.py | 277 + .../urllib3/contrib/pyopenssl.py | 564 + .../site-packages/urllib3/contrib/socks.py | 228 + .../site-packages/urllib3/exceptions.py | 335 + .../site-packages/urllib3/fields.py | 341 + .../site-packages/urllib3/filepost.py | 89 + .../site-packages/urllib3/http2/__init__.py | 53 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1747 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 17054 bytes .../http2/__pycache__/probe.cpython-312.pyc | Bin 0 -> 3698 bytes .../site-packages/urllib3/http2/connection.py | 356 + .../site-packages/urllib3/http2/probe.py | 87 + .../site-packages/urllib3/poolmanager.py | 651 + .../python3.12/site-packages/urllib3/py.typed | 2 + .../site-packages/urllib3/response.py | 1476 + .../site-packages/urllib3/util/__init__.py | 42 + .../util/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1007 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 4697 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1219 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 0 -> 8343 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 0 -> 2875 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 0 -> 20288 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 0 -> 17321 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 0 -> 5559 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 0 -> 13326 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 0 -> 11691 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 0 -> 16228 bytes .../util/__pycache__/util.cpython-312.pyc | Bin 0 -> 1996 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 0 -> 3442 bytes .../site-packages/urllib3/util/connection.py | 137 + .../site-packages/urllib3/util/proxy.py | 43 + .../site-packages/urllib3/util/request.py | 263 + .../site-packages/urllib3/util/response.py | 101 + .../site-packages/urllib3/util/retry.py | 533 + .../site-packages/urllib3/util/ssl_.py | 527 + .../urllib3/util/ssl_match_hostname.py | 159 + .../urllib3/util/ssltransport.py | 271 + .../site-packages/urllib3/util/timeout.py | 275 + .../site-packages/urllib3/util/url.py | 469 + .../site-packages/urllib3/util/util.py | 42 + .../site-packages/urllib3/util/wait.py | 124 + .../urwid-3.0.3.dist-info/INSTALLER | 1 + .../urwid-3.0.3.dist-info/METADATA | 331 + .../urwid-3.0.3.dist-info/RECORD | 142 + .../site-packages/urwid-3.0.3.dist-info/WHEEL | 5 + .../urwid-3.0.3.dist-info/licenses/COPYING | 504 + .../urwid-3.0.3.dist-info/top_level.txt | 1 + .../site-packages/urwid/__init__.py | 343 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 9568 bytes .../urwid/__pycache__/canvas.cpython-312.pyc | Bin 0 -> 57409 bytes .../__pycache__/command_map.cpython-312.pyc | Bin 0 -> 5892 bytes .../__pycache__/container.cpython-312.pyc | Bin 0 -> 860 bytes .../__pycache__/decoration.cpython-312.pyc | Bin 0 -> 964 bytes .../urwid/__pycache__/font.cpython-312.pyc | Bin 0 -> 35203 bytes .../__pycache__/graphics.cpython-312.pyc | Bin 0 -> 2529 bytes .../urwid/__pycache__/numedit.cpython-312.pyc | Bin 0 -> 14183 bytes .../urwid/__pycache__/signals.cpython-312.pyc | Bin 0 -> 13941 bytes .../__pycache__/split_repr.cpython-312.pyc | Bin 0 -> 4649 bytes .../__pycache__/str_util.cpython-312.pyc | Bin 0 -> 12035 bytes .../__pycache__/text_layout.cpython-312.pyc | Bin 0 -> 21986 bytes .../urwid/__pycache__/util.cpython-312.pyc | Bin 0 -> 18176 bytes .../urwid/__pycache__/version.cpython-312.pyc | Bin 0 -> 791 bytes .../urwid/__pycache__/vterm.cpython-312.pyc | Bin 0 -> 75093 bytes .../urwid/__pycache__/wimp.cpython-312.pyc | Bin 0 -> 767 bytes .../python3.12/site-packages/urwid/canvas.py | 1392 + .../site-packages/urwid/command_map.py | 139 + .../site-packages/urwid/container.py | 59 + .../site-packages/urwid/decoration.py | 65 + .../site-packages/urwid/display/__init__.py | 97 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1979 bytes .../_posix_raw_display.cpython-312.pyc | Bin 0 -> 20235 bytes .../_raw_display_base.cpython-312.pyc | Bin 0 -> 40964 bytes .../__pycache__/_win32.cpython-312.pyc | Bin 0 -> 6734 bytes .../_win32_raw_display.cpython-312.pyc | Bin 0 -> 12680 bytes .../__pycache__/common.cpython-312.pyc | Bin 0 -> 43925 bytes .../__pycache__/curses.cpython-312.pyc | Bin 0 -> 29074 bytes .../__pycache__/escape.cpython-312.pyc | Bin 0 -> 20636 bytes .../__pycache__/html_fragment.cpython-312.pyc | Bin 0 -> 10623 bytes .../display/__pycache__/lcd.cpython-312.pyc | Bin 0 -> 19917 bytes .../display/__pycache__/raw.cpython-312.pyc | Bin 0 -> 501 bytes .../display/__pycache__/web.cpython-312.pyc | Bin 0 -> 27452 bytes .../urwid/display/_posix_raw_display.py | 424 + .../urwid/display/_raw_display_base.py | 922 + .../site-packages/urwid/display/_web.css | 12 + .../site-packages/urwid/display/_web.js | 462 + .../site-packages/urwid/display/_win32.py | 171 + .../urwid/display/_win32_raw_display.py | 267 + .../site-packages/urwid/display/common.py | 1189 + .../site-packages/urwid/display/curses.py | 690 + .../site-packages/urwid/display/escape.py | 637 + .../urwid/display/html_fragment.py | 244 + .../site-packages/urwid/display/lcd.py | 524 + .../site-packages/urwid/display/raw.py | 37 + .../site-packages/urwid/display/web.py | 626 + .../urwid/event_loop/__init__.py | 55 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1364 bytes .../__pycache__/abstract_loop.cpython-312.pyc | Bin 0 -> 6492 bytes .../__pycache__/asyncio_loop.cpython-312.pyc | Bin 0 -> 10669 bytes .../__pycache__/glib_loop.cpython-312.pyc | Bin 0 -> 11995 bytes .../__pycache__/main_loop.cpython-312.pyc | Bin 0 -> 31786 bytes .../__pycache__/select_loop.cpython-312.pyc | Bin 0 -> 9142 bytes .../__pycache__/tornado_loop.cpython-312.pyc | Bin 0 -> 9452 bytes .../__pycache__/trio_loop.cpython-312.pyc | Bin 0 -> 13531 bytes .../__pycache__/twisted_loop.cpython-312.pyc | Bin 0 -> 11470 bytes .../__pycache__/zmq_loop.cpython-312.pyc | Bin 0 -> 11426 bytes .../urwid/event_loop/abstract_loop.py | 178 + .../urwid/event_loop/asyncio_loop.py | 253 + .../urwid/event_loop/glib_loop.py | 294 + .../urwid/event_loop/main_loop.py | 716 + .../urwid/event_loop/select_loop.py | 230 + .../urwid/event_loop/tornado_loop.py | 213 + .../urwid/event_loop/trio_loop.py | 309 + .../urwid/event_loop/twisted_loop.py | 270 + .../urwid/event_loop/zmq_loop.py | 277 + .../python3.12/site-packages/urwid/font.py | 690 + .../site-packages/urwid/graphics.py | 96 + .../python3.12/site-packages/urwid/numedit.py | 380 + .../python3.12/site-packages/urwid/signals.py | 331 + .../site-packages/urwid/split_repr.py | 130 + .../site-packages/urwid/str_util.py | 354 + .../site-packages/urwid/text_layout.py | 641 + .../python3.12/site-packages/urwid/util.py | 546 + .../python3.12/site-packages/urwid/version.py | 34 + .../python3.12/site-packages/urwid/vterm.py | 1779 + .../site-packages/urwid/widget/__init__.py | 193 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4428 bytes .../__pycache__/attr_map.cpython-312.pyc | Bin 0 -> 7130 bytes .../__pycache__/attr_wrap.cpython-312.pyc | Bin 0 -> 6385 bytes .../__pycache__/bar_graph.cpython-312.pyc | Bin 0 -> 25090 bytes .../__pycache__/big_text.cpython-312.pyc | Bin 0 -> 3901 bytes .../__pycache__/box_adapter.cpython-312.pyc | Bin 0 -> 6455 bytes .../__pycache__/columns.cpython-312.pyc | Bin 0 -> 54600 bytes .../__pycache__/constants.cpython-312.pyc | Bin 0 -> 21213 bytes .../__pycache__/container.cpython-312.pyc | Bin 0 -> 8783 bytes .../__pycache__/divider.cpython-312.pyc | Bin 0 -> 5086 bytes .../widget/__pycache__/edit.cpython-312.pyc | Bin 0 -> 28782 bytes .../widget/__pycache__/filler.cpython-312.pyc | Bin 0 -> 17957 bytes .../widget/__pycache__/frame.cpython-312.pyc | Bin 0 -> 27473 bytes .../__pycache__/grid_flow.cpython-312.pyc | Bin 0 -> 24266 bytes .../__pycache__/line_box.cpython-312.pyc | Bin 0 -> 9493 bytes .../__pycache__/listbox.cpython-312.pyc | Bin 0 -> 69091 bytes .../monitored_list.cpython-312.pyc | Bin 0 -> 25401 bytes .../__pycache__/overlay.cpython-312.pyc | Bin 0 -> 38518 bytes .../__pycache__/padding.cpython-312.pyc | Bin 0 -> 24198 bytes .../widget/__pycache__/pile.cpython-312.pyc | Bin 0 -> 47662 bytes .../widget/__pycache__/popup.cpython-312.pyc | Bin 0 -> 7781 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 0 -> 6950 bytes .../__pycache__/scrollable.cpython-312.pyc | Bin 0 -> 27273 bytes .../__pycache__/solid_fill.cpython-312.pyc | Bin 0 -> 2137 bytes .../widget/__pycache__/text.cpython-312.pyc | Bin 0 -> 15657 bytes .../__pycache__/treetools.cpython-312.pyc | Bin 0 -> 23966 bytes .../widget/__pycache__/widget.cpython-312.pyc | Bin 0 -> 32594 bytes .../widget_decoration.cpython-312.pyc | Bin 0 -> 6667 bytes .../widget/__pycache__/wimp.cpython-312.pyc | Bin 0 -> 29422 bytes .../site-packages/urwid/widget/attr_map.py | 161 + .../site-packages/urwid/widget/attr_wrap.py | 140 + .../site-packages/urwid/widget/bar_graph.py | 648 + .../site-packages/urwid/widget/big_text.py | 89 + .../site-packages/urwid/widget/box_adapter.py | 134 + .../site-packages/urwid/widget/columns.py | 1201 + .../site-packages/urwid/widget/constants.py | 555 + .../site-packages/urwid/widget/container.py | 181 + .../site-packages/urwid/widget/divider.py | 114 + .../site-packages/urwid/widget/edit.py | 724 + .../site-packages/urwid/widget/filler.py | 410 + .../site-packages/urwid/widget/frame.py | 605 + .../site-packages/urwid/widget/grid_flow.py | 517 + .../site-packages/urwid/widget/line_box.py | 207 + .../site-packages/urwid/widget/listbox.py | 2013 + .../urwid/widget/monitored_list.py | 572 + .../site-packages/urwid/widget/overlay.py | 910 + .../site-packages/urwid/widget/padding.py | 575 + .../site-packages/urwid/widget/pile.py | 1049 + .../site-packages/urwid/widget/popup.py | 173 + .../urwid/widget/progress_bar.py | 144 + .../site-packages/urwid/widget/scrollable.py | 663 + .../site-packages/urwid/widget/solid_fill.py | 48 + .../site-packages/urwid/widget/text.py | 363 + .../site-packages/urwid/widget/treetools.py | 511 + .../site-packages/urwid/widget/widget.py | 728 + .../urwid/widget/widget_decoration.py | 141 + .../site-packages/urwid/widget/wimp.py | 796 + .../python3.12/site-packages/urwid/wimp.py | 23 + .../wcwidth-0.2.14.dist-info/INSTALLER | 1 + .../wcwidth-0.2.14.dist-info/METADATA | 430 + .../wcwidth-0.2.14.dist-info/RECORD | 21 + .../wcwidth-0.2.14.dist-info/WHEEL | 6 + .../wcwidth-0.2.14.dist-info/licenses/LICENSE | 27 + .../wcwidth-0.2.14.dist-info/top_level.txt | 1 + .../wcwidth-0.2.14.dist-info/zip-safe | 1 + .../site-packages/wcwidth/__init__.py | 29 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 580 bytes .../__pycache__/table_vs15.cpython-312.pyc | Bin 0 -> 1514 bytes .../__pycache__/table_vs16.cpython-312.pyc | Bin 0 -> 1778 bytes .../__pycache__/table_wide.cpython-312.pyc | Bin 0 -> 9736 bytes .../__pycache__/table_zero.cpython-312.pyc | Bin 0 -> 26863 bytes .../unicode_versions.cpython-312.pyc | Bin 0 -> 944 bytes .../__pycache__/wcwidth.cpython-312.pyc | Bin 0 -> 10973 bytes .../site-packages/wcwidth/table_vs15.py | 103 + .../site-packages/wcwidth/table_vs16.py | 125 + .../site-packages/wcwidth/table_wide.py | 1751 + .../site-packages/wcwidth/table_zero.py | 5514 + .../site-packages/wcwidth/unicode_versions.py | 40 + .../site-packages/wcwidth/wcwidth.py | 326 + .../python3.12/site-packages/yaml/__init__.py | 390 + .../yaml/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 15620 bytes .../yaml/__pycache__/composer.cpython-312.pyc | Bin 0 -> 6529 bytes .../__pycache__/constructor.cpython-312.pyc | Bin 0 -> 34922 bytes .../yaml/__pycache__/cyaml.cpython-312.pyc | Bin 0 -> 4630 bytes .../yaml/__pycache__/dumper.cpython-312.pyc | Bin 0 -> 2466 bytes .../yaml/__pycache__/emitter.cpython-312.pyc | Bin 0 -> 50170 bytes .../yaml/__pycache__/error.cpython-312.pyc | Bin 0 -> 4272 bytes .../yaml/__pycache__/events.cpython-312.pyc | Bin 0 -> 4714 bytes .../yaml/__pycache__/loader.cpython-312.pyc | Bin 0 -> 3528 bytes .../yaml/__pycache__/nodes.cpython-312.pyc | Bin 0 -> 2213 bytes .../yaml/__pycache__/parser.cpython-312.pyc | Bin 0 -> 24718 bytes .../yaml/__pycache__/reader.cpython-312.pyc | Bin 0 -> 8848 bytes .../__pycache__/representer.cpython-312.pyc | Bin 0 -> 16921 bytes .../yaml/__pycache__/resolver.cpython-312.pyc | Bin 0 -> 9065 bytes .../yaml/__pycache__/scanner.cpython-312.pyc | Bin 0 -> 49856 bytes .../__pycache__/serializer.cpython-312.pyc | Bin 0 -> 6203 bytes .../yaml/__pycache__/tokens.cpython-312.pyc | Bin 0 -> 5783 bytes .../_yaml.cpython-312-x86_64-linux-gnu.so | Bin 0 -> 2679264 bytes .../python3.12/site-packages/yaml/composer.py | 139 + .../site-packages/yaml/constructor.py | 748 + .../python3.12/site-packages/yaml/cyaml.py | 101 + .../python3.12/site-packages/yaml/dumper.py | 62 + .../python3.12/site-packages/yaml/emitter.py | 1137 + .../python3.12/site-packages/yaml/error.py | 75 + .../python3.12/site-packages/yaml/events.py | 86 + .../python3.12/site-packages/yaml/loader.py | 63 + .../python3.12/site-packages/yaml/nodes.py | 49 + .../python3.12/site-packages/yaml/parser.py | 589 + .../python3.12/site-packages/yaml/reader.py | 185 + .../site-packages/yaml/representer.py | 389 + .../python3.12/site-packages/yaml/resolver.py | 227 + .../python3.12/site-packages/yaml/scanner.py | 1435 + .../site-packages/yaml/serializer.py | 111 + .../python3.12/site-packages/yaml/tokens.py | 104 + .venv/lib64 | 1 + .venv/pyvenv.cfg | 5 + architecture.html | 70 + .../smarttools-registry_frontend_6.puml | 73 + .../diagrams/smarttools-registry_rob_1.png | Bin 0 -> 32692 bytes .../diagrams/smarttools-registry_rob_1.puml | 72 + .../diagrams/smarttools-registry_rob_1.svg | 1 + .../diagrams/smarttools-registry_rob_2.puml | 49 + .../diagrams/smarttools-registry_rob_5.puml | 41 + .../diagrams/smarttools-registry_rob_6.svg | 190 + .../diagrams/smarttools-registry_rob_7.svg | 63 + .../smarttools-registry.discussion.md | 1591 + diagrams/smarttools-registry_11.puml | 90 + diagrams/smarttools-registry_14.puml | 90 + diagrams/smarttools-registry_4.puml | 87 + diagrams/smarttools-registry_designer_11.puml | 33 + diagrams/smarttools-registry_designer_14.puml | 1 + diagrams/smarttools-registry_designer_2.puml | 77 + diagrams/smarttools-registry_designer_6.puml | 56 + diagrams/smarttools-registry_frontend_1.puml | 97 + diagrams/smarttools-registry_frontend_11.puml | 61 + diagrams/smarttools-registry_frontend_2.puml | 89 + diagrams/smarttools-registry_frontend_4.puml | 71 + diagrams/smarttools-registry_frontend_6.puml | 73 + diagrams/smarttools-registry_frontend_9.puml | 86 + diagrams/smarttools-registry_ux_6.puml | 27 + diagrams/smarttools-registry_ux_9.puml | 1 + docs/diagrams/deployment-architecture.png | Bin 0 -> 91557 bytes docs/diagrams/deployment-architecture.puml | 70 + docs/diagrams/deployment-architecture.svg | 108 + docs/diagrams/source-organization.png | Bin 0 -> 33018 bytes docs/diagrams/source-organization.puml | 92 + docs/diagrams/source-organization.svg | 104 + docs/diagrams/system-architecture.png | Bin 0 -> 104348 bytes docs/diagrams/system-architecture.puml | 76 + docs/diagrams/system-architecture.svg | 126 + fixed_diagram.puml | 100 + index.html | 35 +- node_modules/.bin/cssesc | 1 + node_modules/.bin/jiti | 1 + node_modules/.bin/nanoid | 1 + node_modules/.bin/resolve | 1 + node_modules/.bin/sucrase | 1 + node_modules/.bin/sucrase-node | 1 + node_modules/.bin/tailwind | 1 + node_modules/.bin/tailwindcss | 1 + node_modules/.package-lock.json | 994 + node_modules/@alloc/quick-lru/index.d.ts | 128 + node_modules/@alloc/quick-lru/index.js | 263 + node_modules/@alloc/quick-lru/license | 9 + node_modules/@alloc/quick-lru/package.json | 43 + node_modules/@alloc/quick-lru/readme.md | 139 + node_modules/@jridgewell/gen-mapping/LICENSE | 19 + .../@jridgewell/gen-mapping/README.md | 227 + .../gen-mapping/dist/gen-mapping.mjs | 292 + .../gen-mapping/dist/gen-mapping.mjs.map | 6 + .../gen-mapping/dist/gen-mapping.umd.js | 358 + .../gen-mapping/dist/gen-mapping.umd.js.map | 6 + .../gen-mapping/dist/types/gen-mapping.d.ts | 88 + .../gen-mapping/dist/types/set-array.d.ts | 32 + .../dist/types/sourcemap-segment.d.ts | 12 + .../gen-mapping/dist/types/types.d.ts | 43 + .../@jridgewell/gen-mapping/package.json | 67 + .../gen-mapping/src/gen-mapping.ts | 614 + .../@jridgewell/gen-mapping/src/set-array.ts | 82 + .../gen-mapping/src/sourcemap-segment.ts | 16 + .../@jridgewell/gen-mapping/src/types.ts | 61 + .../gen-mapping/types/gen-mapping.d.cts | 89 + .../gen-mapping/types/gen-mapping.d.cts.map | 1 + .../gen-mapping/types/gen-mapping.d.mts | 89 + .../gen-mapping/types/gen-mapping.d.mts.map | 1 + .../gen-mapping/types/set-array.d.cts | 33 + .../gen-mapping/types/set-array.d.cts.map | 1 + .../gen-mapping/types/set-array.d.mts | 33 + .../gen-mapping/types/set-array.d.mts.map | 1 + .../gen-mapping/types/sourcemap-segment.d.cts | 13 + .../types/sourcemap-segment.d.cts.map | 1 + .../gen-mapping/types/sourcemap-segment.d.mts | 13 + .../types/sourcemap-segment.d.mts.map | 1 + .../@jridgewell/gen-mapping/types/types.d.cts | 44 + .../gen-mapping/types/types.d.cts.map | 1 + .../@jridgewell/gen-mapping/types/types.d.mts | 44 + .../gen-mapping/types/types.d.mts.map | 1 + node_modules/@jridgewell/resolve-uri/LICENSE | 19 + .../@jridgewell/resolve-uri/README.md | 40 + .../resolve-uri/dist/resolve-uri.mjs | 232 + .../resolve-uri/dist/resolve-uri.mjs.map | 1 + .../resolve-uri/dist/resolve-uri.umd.js | 240 + .../resolve-uri/dist/resolve-uri.umd.js.map | 1 + .../resolve-uri/dist/types/resolve-uri.d.ts | 4 + .../@jridgewell/resolve-uri/package.json | 69 + .../@jridgewell/sourcemap-codec/LICENSE | 19 + .../@jridgewell/sourcemap-codec/README.md | 264 + .../sourcemap-codec/dist/sourcemap-codec.mjs | 423 + .../dist/sourcemap-codec.mjs.map | 6 + .../dist/sourcemap-codec.umd.js | 464 + .../dist/sourcemap-codec.umd.js.map | 6 + .../@jridgewell/sourcemap-codec/package.json | 63 + .../@jridgewell/sourcemap-codec/src/scopes.ts | 345 + .../sourcemap-codec/src/sourcemap-codec.ts | 111 + .../sourcemap-codec/src/strings.ts | 65 + .../@jridgewell/sourcemap-codec/src/vlq.ts | 55 + .../sourcemap-codec/types/scopes.d.cts | 50 + .../sourcemap-codec/types/scopes.d.cts.map | 1 + .../sourcemap-codec/types/scopes.d.mts | 50 + .../sourcemap-codec/types/scopes.d.mts.map | 1 + .../types/sourcemap-codec.d.cts | 9 + .../types/sourcemap-codec.d.cts.map | 1 + .../types/sourcemap-codec.d.mts | 9 + .../types/sourcemap-codec.d.mts.map | 1 + .../sourcemap-codec/types/strings.d.cts | 16 + .../sourcemap-codec/types/strings.d.cts.map | 1 + .../sourcemap-codec/types/strings.d.mts | 16 + .../sourcemap-codec/types/strings.d.mts.map | 1 + .../sourcemap-codec/types/vlq.d.cts | 7 + .../sourcemap-codec/types/vlq.d.cts.map | 1 + .../sourcemap-codec/types/vlq.d.mts | 7 + .../sourcemap-codec/types/vlq.d.mts.map | 1 + .../@jridgewell/trace-mapping/LICENSE | 19 + .../@jridgewell/trace-mapping/README.md | 348 + .../trace-mapping/dist/trace-mapping.mjs | 493 + .../trace-mapping/dist/trace-mapping.mjs.map | 6 + .../trace-mapping/dist/trace-mapping.umd.js | 559 + .../dist/trace-mapping.umd.js.map | 6 + .../@jridgewell/trace-mapping/package.json | 67 + .../trace-mapping/src/binary-search.ts | 115 + .../trace-mapping/src/by-source.ts | 41 + .../trace-mapping/src/flatten-map.ts | 192 + .../@jridgewell/trace-mapping/src/resolve.ts | 16 + .../@jridgewell/trace-mapping/src/sort.ts | 45 + .../trace-mapping/src/sourcemap-segment.ts | 23 + .../trace-mapping/src/strip-filename.ts | 8 + .../trace-mapping/src/trace-mapping.ts | 502 + .../@jridgewell/trace-mapping/src/types.ts | 114 + .../trace-mapping/types/binary-search.d.cts | 33 + .../types/binary-search.d.cts.map | 1 + .../trace-mapping/types/binary-search.d.mts | 33 + .../types/binary-search.d.mts.map | 1 + .../trace-mapping/types/by-source.d.cts | 4 + .../trace-mapping/types/by-source.d.cts.map | 1 + .../trace-mapping/types/by-source.d.mts | 4 + .../trace-mapping/types/by-source.d.mts.map | 1 + .../trace-mapping/types/flatten-map.d.cts | 9 + .../trace-mapping/types/flatten-map.d.cts.map | 1 + .../trace-mapping/types/flatten-map.d.mts | 9 + .../trace-mapping/types/flatten-map.d.mts.map | 1 + .../trace-mapping/types/resolve.d.cts | 4 + .../trace-mapping/types/resolve.d.cts.map | 1 + .../trace-mapping/types/resolve.d.mts | 4 + .../trace-mapping/types/resolve.d.mts.map | 1 + .../trace-mapping/types/sort.d.cts | 4 + .../trace-mapping/types/sort.d.cts.map | 1 + .../trace-mapping/types/sort.d.mts | 4 + .../trace-mapping/types/sort.d.mts.map | 1 + .../types/sourcemap-segment.d.cts | 17 + .../types/sourcemap-segment.d.cts.map | 1 + .../types/sourcemap-segment.d.mts | 17 + .../types/sourcemap-segment.d.mts.map | 1 + .../trace-mapping/types/strip-filename.d.cts | 5 + .../types/strip-filename.d.cts.map | 1 + .../trace-mapping/types/strip-filename.d.mts | 5 + .../types/strip-filename.d.mts.map | 1 + .../trace-mapping/types/trace-mapping.d.cts | 80 + .../types/trace-mapping.d.cts.map | 1 + .../trace-mapping/types/trace-mapping.d.mts | 80 + .../types/trace-mapping.d.mts.map | 1 + .../trace-mapping/types/types.d.cts | 107 + .../trace-mapping/types/types.d.cts.map | 1 + .../trace-mapping/types/types.d.mts | 107 + .../trace-mapping/types/types.d.mts.map | 1 + node_modules/@nodelib/fs.scandir/LICENSE | 21 + node_modules/@nodelib/fs.scandir/README.md | 171 + .../@nodelib/fs.scandir/out/adapters/fs.d.ts | 20 + .../@nodelib/fs.scandir/out/adapters/fs.js | 19 + .../@nodelib/fs.scandir/out/constants.d.ts | 4 + .../@nodelib/fs.scandir/out/constants.js | 17 + .../@nodelib/fs.scandir/out/index.d.ts | 12 + node_modules/@nodelib/fs.scandir/out/index.js | 26 + .../fs.scandir/out/providers/async.d.ts | 7 + .../fs.scandir/out/providers/async.js | 104 + .../fs.scandir/out/providers/common.d.ts | 1 + .../fs.scandir/out/providers/common.js | 13 + .../fs.scandir/out/providers/sync.d.ts | 5 + .../@nodelib/fs.scandir/out/providers/sync.js | 54 + .../@nodelib/fs.scandir/out/settings.d.ts | 20 + .../@nodelib/fs.scandir/out/settings.js | 24 + .../@nodelib/fs.scandir/out/types/index.d.ts | 20 + .../@nodelib/fs.scandir/out/types/index.js | 2 + .../@nodelib/fs.scandir/out/utils/fs.d.ts | 2 + .../@nodelib/fs.scandir/out/utils/fs.js | 19 + .../@nodelib/fs.scandir/out/utils/index.d.ts | 2 + .../@nodelib/fs.scandir/out/utils/index.js | 5 + node_modules/@nodelib/fs.scandir/package.json | 44 + node_modules/@nodelib/fs.stat/LICENSE | 21 + node_modules/@nodelib/fs.stat/README.md | 126 + .../@nodelib/fs.stat/out/adapters/fs.d.ts | 13 + .../@nodelib/fs.stat/out/adapters/fs.js | 17 + node_modules/@nodelib/fs.stat/out/index.d.ts | 12 + node_modules/@nodelib/fs.stat/out/index.js | 26 + .../@nodelib/fs.stat/out/providers/async.d.ts | 4 + .../@nodelib/fs.stat/out/providers/async.js | 36 + .../@nodelib/fs.stat/out/providers/sync.d.ts | 3 + .../@nodelib/fs.stat/out/providers/sync.js | 23 + .../@nodelib/fs.stat/out/settings.d.ts | 16 + node_modules/@nodelib/fs.stat/out/settings.js | 16 + .../@nodelib/fs.stat/out/types/index.d.ts | 4 + .../@nodelib/fs.stat/out/types/index.js | 2 + node_modules/@nodelib/fs.stat/package.json | 37 + node_modules/@nodelib/fs.walk/LICENSE | 21 + node_modules/@nodelib/fs.walk/README.md | 215 + node_modules/@nodelib/fs.walk/out/index.d.ts | 14 + node_modules/@nodelib/fs.walk/out/index.js | 34 + .../@nodelib/fs.walk/out/providers/async.d.ts | 12 + .../@nodelib/fs.walk/out/providers/async.js | 30 + .../@nodelib/fs.walk/out/providers/index.d.ts | 4 + .../@nodelib/fs.walk/out/providers/index.js | 9 + .../fs.walk/out/providers/stream.d.ts | 12 + .../@nodelib/fs.walk/out/providers/stream.js | 34 + .../@nodelib/fs.walk/out/providers/sync.d.ts | 10 + .../@nodelib/fs.walk/out/providers/sync.js | 14 + .../@nodelib/fs.walk/out/readers/async.d.ts | 30 + .../@nodelib/fs.walk/out/readers/async.js | 97 + .../@nodelib/fs.walk/out/readers/common.d.ts | 7 + .../@nodelib/fs.walk/out/readers/common.js | 31 + .../@nodelib/fs.walk/out/readers/reader.d.ts | 6 + .../@nodelib/fs.walk/out/readers/reader.js | 11 + .../@nodelib/fs.walk/out/readers/sync.d.ts | 15 + .../@nodelib/fs.walk/out/readers/sync.js | 59 + .../@nodelib/fs.walk/out/settings.d.ts | 30 + node_modules/@nodelib/fs.walk/out/settings.js | 26 + .../@nodelib/fs.walk/out/types/index.d.ts | 8 + .../@nodelib/fs.walk/out/types/index.js | 2 + node_modules/@nodelib/fs.walk/package.json | 44 + node_modules/any-promise/.jshintrc | 4 + node_modules/any-promise/.npmignore | 7 + node_modules/any-promise/LICENSE | 19 + node_modules/any-promise/README.md | 161 + node_modules/any-promise/implementation.d.ts | 3 + node_modules/any-promise/implementation.js | 1 + node_modules/any-promise/index.d.ts | 73 + node_modules/any-promise/index.js | 1 + node_modules/any-promise/loader.js | 78 + node_modules/any-promise/optional.js | 6 + node_modules/any-promise/package.json | 45 + node_modules/any-promise/register-shim.js | 18 + node_modules/any-promise/register.d.ts | 17 + node_modules/any-promise/register.js | 94 + .../any-promise/register/bluebird.d.ts | 1 + node_modules/any-promise/register/bluebird.js | 2 + .../any-promise/register/es6-promise.d.ts | 1 + .../any-promise/register/es6-promise.js | 2 + node_modules/any-promise/register/lie.d.ts | 1 + node_modules/any-promise/register/lie.js | 2 + .../register/native-promise-only.d.ts | 1 + .../register/native-promise-only.js | 2 + node_modules/any-promise/register/pinkie.d.ts | 1 + node_modules/any-promise/register/pinkie.js | 2 + .../any-promise/register/promise.d.ts | 1 + node_modules/any-promise/register/promise.js | 2 + node_modules/any-promise/register/q.d.ts | 1 + node_modules/any-promise/register/q.js | 2 + node_modules/any-promise/register/rsvp.d.ts | 1 + node_modules/any-promise/register/rsvp.js | 2 + node_modules/any-promise/register/vow.d.ts | 1 + node_modules/any-promise/register/vow.js | 2 + node_modules/any-promise/register/when.d.ts | 1 + node_modules/any-promise/register/when.js | 2 + node_modules/anymatch/LICENSE | 15 + node_modules/anymatch/README.md | 87 + node_modules/anymatch/index.d.ts | 20 + node_modules/anymatch/index.js | 104 + node_modules/anymatch/package.json | 48 + node_modules/arg/LICENSE.md | 21 + node_modules/arg/README.md | 317 + node_modules/arg/index.d.ts | 44 + node_modules/arg/index.js | 195 + node_modules/arg/package.json | 28 + .../binary-extensions/binary-extensions.json | 263 + .../binary-extensions.json.d.ts | 3 + node_modules/binary-extensions/index.d.ts | 14 + node_modules/binary-extensions/index.js | 1 + node_modules/binary-extensions/license | 10 + node_modules/binary-extensions/package.json | 40 + node_modules/binary-extensions/readme.md | 25 + node_modules/braces/LICENSE | 21 + node_modules/braces/README.md | 586 + node_modules/braces/index.js | 170 + node_modules/braces/lib/compile.js | 60 + node_modules/braces/lib/constants.js | 57 + node_modules/braces/lib/expand.js | 113 + node_modules/braces/lib/parse.js | 331 + node_modules/braces/lib/stringify.js | 32 + node_modules/braces/lib/utils.js | 122 + node_modules/braces/package.json | 77 + node_modules/camelcase-css/README.md | 27 + node_modules/camelcase-css/index-es5.js | 24 + node_modules/camelcase-css/index.js | 30 + node_modules/camelcase-css/license | 21 + node_modules/camelcase-css/package.json | 34 + node_modules/chokidar/LICENSE | 21 + node_modules/chokidar/README.md | 308 + node_modules/chokidar/index.js | 973 + node_modules/chokidar/lib/constants.js | 66 + node_modules/chokidar/lib/fsevents-handler.js | 526 + node_modules/chokidar/lib/nodefs-handler.js | 654 + .../node_modules/glob-parent/CHANGELOG.md | 110 + .../chokidar/node_modules/glob-parent/LICENSE | 15 + .../node_modules/glob-parent/README.md | 137 + .../node_modules/glob-parent/index.js | 42 + .../node_modules/glob-parent/package.json | 48 + node_modules/chokidar/package.json | 70 + node_modules/chokidar/types/index.d.ts | 192 + node_modules/commander/CHANGELOG.md | 436 + node_modules/commander/LICENSE | 22 + node_modules/commander/Readme.md | 713 + node_modules/commander/index.js | 1649 + node_modules/commander/package.json | 41 + node_modules/commander/typings/index.d.ts | 311 + node_modules/cssesc/LICENSE-MIT.txt | 20 + node_modules/cssesc/README.md | 201 + node_modules/cssesc/bin/cssesc | 116 + node_modules/cssesc/cssesc.js | 110 + node_modules/cssesc/man/cssesc.1 | 70 + node_modules/cssesc/package.json | 51 + node_modules/didyoumean/LICENSE | 14 + node_modules/didyoumean/README.md | 134 + node_modules/didyoumean/didYouMean-1.2.1.js | 274 + .../didyoumean/didYouMean-1.2.1.min.js | 17 + node_modules/didyoumean/package.json | 27 + node_modules/dlv/README.md | 76 + node_modules/dlv/dist/dlv.es.js | 2 + node_modules/dlv/dist/dlv.es.js.map | 1 + node_modules/dlv/dist/dlv.js | 2 + node_modules/dlv/dist/dlv.js.map | 1 + node_modules/dlv/dist/dlv.umd.js | 2 + node_modules/dlv/dist/dlv.umd.js.map | 1 + node_modules/dlv/index.js | 7 + node_modules/dlv/package.json | 30 + node_modules/fast-glob/LICENSE | 21 + node_modules/fast-glob/README.md | 830 + .../node_modules/glob-parent/CHANGELOG.md | 110 + .../node_modules/glob-parent/LICENSE | 15 + .../node_modules/glob-parent/README.md | 137 + .../node_modules/glob-parent/index.js | 42 + .../node_modules/glob-parent/package.json | 48 + node_modules/fast-glob/out/index.d.ts | 40 + node_modules/fast-glob/out/index.js | 102 + .../fast-glob/out/managers/tasks.d.ts | 22 + node_modules/fast-glob/out/managers/tasks.js | 110 + .../fast-glob/out/providers/async.d.ts | 9 + node_modules/fast-glob/out/providers/async.js | 23 + .../fast-glob/out/providers/filters/deep.d.ts | 16 + .../fast-glob/out/providers/filters/deep.js | 62 + .../out/providers/filters/entry.d.ts | 17 + .../fast-glob/out/providers/filters/entry.js | 85 + .../out/providers/filters/error.d.ts | 8 + .../fast-glob/out/providers/filters/error.js | 15 + .../out/providers/matchers/matcher.d.ts | 33 + .../out/providers/matchers/matcher.js | 45 + .../out/providers/matchers/partial.d.ts | 4 + .../out/providers/matchers/partial.js | 38 + .../fast-glob/out/providers/provider.d.ts | 19 + .../fast-glob/out/providers/provider.js | 48 + .../fast-glob/out/providers/stream.d.ts | 11 + .../fast-glob/out/providers/stream.js | 31 + .../fast-glob/out/providers/sync.d.ts | 9 + node_modules/fast-glob/out/providers/sync.js | 23 + .../out/providers/transformers/entry.d.ts | 8 + .../out/providers/transformers/entry.js | 26 + node_modules/fast-glob/out/readers/async.d.ts | 10 + node_modules/fast-glob/out/readers/async.js | 35 + .../fast-glob/out/readers/reader.d.ts | 15 + node_modules/fast-glob/out/readers/reader.js | 33 + .../fast-glob/out/readers/stream.d.ts | 14 + node_modules/fast-glob/out/readers/stream.js | 55 + node_modules/fast-glob/out/readers/sync.d.ts | 12 + node_modules/fast-glob/out/readers/sync.js | 43 + node_modules/fast-glob/out/settings.d.ts | 164 + node_modules/fast-glob/out/settings.js | 59 + node_modules/fast-glob/out/types/index.d.ts | 31 + node_modules/fast-glob/out/types/index.js | 2 + node_modules/fast-glob/out/utils/array.d.ts | 2 + node_modules/fast-glob/out/utils/array.js | 22 + node_modules/fast-glob/out/utils/errno.d.ts | 2 + node_modules/fast-glob/out/utils/errno.js | 7 + node_modules/fast-glob/out/utils/fs.d.ts | 4 + node_modules/fast-glob/out/utils/fs.js | 19 + node_modules/fast-glob/out/utils/index.d.ts | 8 + node_modules/fast-glob/out/utils/index.js | 17 + node_modules/fast-glob/out/utils/path.d.ts | 13 + node_modules/fast-glob/out/utils/path.js | 68 + node_modules/fast-glob/out/utils/pattern.d.ts | 49 + node_modules/fast-glob/out/utils/pattern.js | 206 + node_modules/fast-glob/out/utils/stream.d.ts | 4 + node_modules/fast-glob/out/utils/stream.js | 17 + node_modules/fast-glob/out/utils/string.d.ts | 2 + node_modules/fast-glob/out/utils/string.js | 11 + node_modules/fast-glob/package.json | 81 + node_modules/fastq/LICENSE | 13 + node_modules/fastq/README.md | 310 + node_modules/fastq/SECURITY.md | 15 + node_modules/fastq/bench.js | 66 + node_modules/fastq/eslint.config.js | 11 + node_modules/fastq/example.js | 14 + node_modules/fastq/example.mjs | 9 + node_modules/fastq/index.d.ts | 59 + node_modules/fastq/package.json | 49 + node_modules/fastq/queue.js | 346 + node_modules/fastq/test/example.ts | 83 + node_modules/fastq/test/promise.js | 325 + node_modules/fastq/test/test.js | 733 + node_modules/fastq/test/tsconfig.json | 11 + node_modules/fill-range/LICENSE | 21 + node_modules/fill-range/README.md | 237 + node_modules/fill-range/index.js | 248 + node_modules/fill-range/package.json | 74 + node_modules/function-bind/.eslintrc | 21 + .../function-bind/.github/FUNDING.yml | 12 + .../function-bind/.github/SECURITY.md | 3 + node_modules/function-bind/.nycrc | 13 + node_modules/function-bind/CHANGELOG.md | 136 + node_modules/function-bind/LICENSE | 20 + node_modules/function-bind/README.md | 46 + node_modules/function-bind/implementation.js | 84 + node_modules/function-bind/index.js | 5 + node_modules/function-bind/package.json | 87 + node_modules/function-bind/test/.eslintrc | 9 + node_modules/function-bind/test/index.js | 252 + node_modules/glob-parent/LICENSE | 15 + node_modules/glob-parent/README.md | 134 + node_modules/glob-parent/index.js | 75 + node_modules/glob-parent/package.json | 54 + node_modules/hasown/.eslintrc | 5 + node_modules/hasown/.github/FUNDING.yml | 12 + node_modules/hasown/.nycrc | 13 + node_modules/hasown/CHANGELOG.md | 40 + node_modules/hasown/LICENSE | 21 + node_modules/hasown/README.md | 40 + node_modules/hasown/index.d.ts | 3 + node_modules/hasown/index.js | 8 + node_modules/hasown/package.json | 92 + node_modules/hasown/tsconfig.json | 6 + node_modules/is-binary-path/index.d.ts | 17 + node_modules/is-binary-path/index.js | 7 + node_modules/is-binary-path/license | 9 + node_modules/is-binary-path/package.json | 40 + node_modules/is-binary-path/readme.md | 34 + node_modules/is-core-module/.eslintrc | 18 + node_modules/is-core-module/.nycrc | 9 + node_modules/is-core-module/CHANGELOG.md | 218 + node_modules/is-core-module/LICENSE | 20 + node_modules/is-core-module/README.md | 40 + node_modules/is-core-module/core.json | 162 + node_modules/is-core-module/index.js | 69 + node_modules/is-core-module/package.json | 76 + node_modules/is-core-module/test/index.js | 157 + node_modules/is-extglob/LICENSE | 21 + node_modules/is-extglob/README.md | 107 + node_modules/is-extglob/index.js | 20 + node_modules/is-extglob/package.json | 69 + node_modules/is-glob/LICENSE | 21 + node_modules/is-glob/README.md | 206 + node_modules/is-glob/index.js | 150 + node_modules/is-glob/package.json | 81 + node_modules/is-number/LICENSE | 21 + node_modules/is-number/README.md | 187 + node_modules/is-number/index.js | 18 + node_modules/is-number/package.json | 82 + node_modules/jiti/LICENSE | 21 + node_modules/jiti/README.md | 164 + node_modules/jiti/bin/jiti.js | 16 + node_modules/jiti/dist/babel.d.ts | 2 + node_modules/jiti/dist/babel.js | 227 + node_modules/jiti/dist/jiti.d.ts | 20 + node_modules/jiti/dist/jiti.js | 1 + .../babel-plugin-transform-import-meta.d.ts | 4 + .../jiti/dist/plugins/import-meta-env.d.ts | 5 + node_modules/jiti/dist/types.d.ts | 35 + node_modules/jiti/dist/utils.d.ts | 8 + node_modules/jiti/lib/index.js | 15 + node_modules/jiti/package.json | 81 + node_modules/jiti/register.js | 3 + node_modules/lilconfig/LICENSE | 21 + node_modules/lilconfig/package.json | 42 + node_modules/lilconfig/readme.md | 98 + node_modules/lilconfig/src/index.d.ts | 54 + node_modules/lilconfig/src/index.js | 460 + node_modules/lines-and-columns/LICENSE | 21 + node_modules/lines-and-columns/README.md | 33 + .../lines-and-columns/build/index.d.ts | 13 + node_modules/lines-and-columns/build/index.js | 62 + node_modules/lines-and-columns/package.json | 49 + node_modules/merge2/LICENSE | 21 + node_modules/merge2/README.md | 144 + node_modules/merge2/index.js | 144 + node_modules/merge2/package.json | 43 + node_modules/micromatch/LICENSE | 21 + node_modules/micromatch/README.md | 1024 + node_modules/micromatch/index.js | 474 + node_modules/micromatch/package.json | 119 + node_modules/mz/HISTORY.md | 66 + node_modules/mz/LICENSE | 22 + node_modules/mz/README.md | 106 + node_modules/mz/child_process.js | 8 + node_modules/mz/crypto.js | 9 + node_modules/mz/dns.js | 16 + node_modules/mz/fs.js | 62 + node_modules/mz/index.js | 8 + node_modules/mz/package.json | 44 + node_modules/mz/readline.js | 64 + node_modules/mz/zlib.js | 13 + node_modules/nanoid/LICENSE | 20 + node_modules/nanoid/README.md | 39 + node_modules/nanoid/async/index.browser.cjs | 69 + node_modules/nanoid/async/index.browser.js | 34 + node_modules/nanoid/async/index.cjs | 71 + node_modules/nanoid/async/index.d.ts | 56 + node_modules/nanoid/async/index.js | 35 + node_modules/nanoid/async/index.native.js | 26 + node_modules/nanoid/async/package.json | 12 + node_modules/nanoid/bin/nanoid.cjs | 55 + node_modules/nanoid/index.browser.cjs | 72 + node_modules/nanoid/index.browser.js | 34 + node_modules/nanoid/index.cjs | 85 + node_modules/nanoid/index.d.cts | 91 + node_modules/nanoid/index.d.ts | 91 + node_modules/nanoid/index.js | 45 + node_modules/nanoid/nanoid.js | 1 + node_modules/nanoid/non-secure/index.cjs | 34 + node_modules/nanoid/non-secure/index.d.ts | 33 + node_modules/nanoid/non-secure/index.js | 21 + node_modules/nanoid/non-secure/package.json | 6 + node_modules/nanoid/package.json | 89 + node_modules/nanoid/url-alphabet/index.cjs | 7 + node_modules/nanoid/url-alphabet/index.js | 3 + node_modules/nanoid/url-alphabet/package.json | 6 + node_modules/normalize-path/LICENSE | 21 + node_modules/normalize-path/README.md | 127 + node_modules/normalize-path/index.js | 35 + node_modules/normalize-path/package.json | 77 + node_modules/object-assign/index.js | 90 + node_modules/object-assign/license | 21 + node_modules/object-assign/package.json | 42 + node_modules/object-assign/readme.md | 61 + node_modules/object-hash/LICENSE | 22 + node_modules/object-hash/dist/object_hash.js | 1 + node_modules/object-hash/index.js | 453 + node_modules/object-hash/package.json | 53 + node_modules/object-hash/readme.markdown | 198 + node_modules/path-parse/LICENSE | 21 + node_modules/path-parse/README.md | 42 + node_modules/path-parse/index.js | 75 + node_modules/path-parse/package.json | 33 + node_modules/picocolors/LICENSE | 15 + node_modules/picocolors/README.md | 21 + node_modules/picocolors/package.json | 25 + node_modules/picocolors/picocolors.browser.js | 4 + node_modules/picocolors/picocolors.d.ts | 5 + node_modules/picocolors/picocolors.js | 75 + node_modules/picocolors/types.d.ts | 51 + node_modules/picomatch/CHANGELOG.md | 136 + node_modules/picomatch/LICENSE | 21 + node_modules/picomatch/README.md | 708 + node_modules/picomatch/index.js | 3 + node_modules/picomatch/lib/constants.js | 179 + node_modules/picomatch/lib/parse.js | 1091 + node_modules/picomatch/lib/picomatch.js | 342 + node_modules/picomatch/lib/scan.js | 391 + node_modules/picomatch/lib/utils.js | 64 + node_modules/picomatch/package.json | 81 + node_modules/pify/index.js | 68 + node_modules/pify/license | 21 + node_modules/pify/package.json | 48 + node_modules/pify/readme.md | 119 + node_modules/pirates/LICENSE | 21 + node_modules/pirates/README.md | 73 + node_modules/pirates/index.d.ts | 82 + node_modules/pirates/lib/index.js | 155 + node_modules/pirates/package.json | 43 + node_modules/postcss-import/LICENSE | 20 + node_modules/postcss-import/README.md | 244 + node_modules/postcss-import/index.js | 420 + .../postcss-import/lib/assign-layer-names.js | 17 + node_modules/postcss-import/lib/data-url.js | 17 + node_modules/postcss-import/lib/join-layer.js | 9 + node_modules/postcss-import/lib/join-media.js | 28 + .../postcss-import/lib/load-content.js | 12 + .../postcss-import/lib/parse-statements.js | 172 + .../postcss-import/lib/process-content.js | 59 + node_modules/postcss-import/lib/resolve-id.js | 42 + node_modules/postcss-import/package.json | 65 + node_modules/postcss-js/LICENSE | 20 + node_modules/postcss-js/README.md | 22 + node_modules/postcss-js/async.js | 15 + node_modules/postcss-js/index.js | 11 + node_modules/postcss-js/index.mjs | 8 + node_modules/postcss-js/objectifier.js | 93 + node_modules/postcss-js/package.json | 48 + node_modules/postcss-js/parser.js | 104 + node_modules/postcss-js/process-result.js | 11 + node_modules/postcss-js/sync.js | 12 + node_modules/postcss-load-config/LICENSE | 20 + node_modules/postcss-load-config/README.md | 474 + node_modules/postcss-load-config/package.json | 61 + .../postcss-load-config/src/index.d.ts | 65 + node_modules/postcss-load-config/src/index.js | 178 + .../postcss-load-config/src/options.js | 48 + .../postcss-load-config/src/plugins.js | 89 + node_modules/postcss-load-config/src/req.js | 62 + node_modules/postcss-nested/LICENSE | 20 + node_modules/postcss-nested/README.md | 85 + node_modules/postcss-nested/index.d.ts | 41 + node_modules/postcss-nested/index.js | 361 + node_modules/postcss-nested/package.json | 34 + node_modules/postcss-selector-parser/API.md | 872 + .../postcss-selector-parser/CHANGELOG.md | 549 + .../postcss-selector-parser/LICENSE-MIT | 22 + .../postcss-selector-parser/README.md | 49 + .../postcss-selector-parser/dist/index.js | 17 + .../postcss-selector-parser/dist/parser.js | 1015 + .../postcss-selector-parser/dist/processor.js | 170 + .../dist/selectors/attribute.js | 448 + .../dist/selectors/className.js | 50 + .../dist/selectors/combinator.js | 21 + .../dist/selectors/comment.js | 21 + .../dist/selectors/constructors.js | 65 + .../dist/selectors/container.js | 308 + .../dist/selectors/guards.js | 58 + .../dist/selectors/id.js | 25 + .../dist/selectors/index.js | 21 + .../dist/selectors/namespace.js | 80 + .../dist/selectors/nesting.js | 22 + .../dist/selectors/node.js | 192 + .../dist/selectors/pseudo.js | 26 + .../dist/selectors/root.js | 44 + .../dist/selectors/selector.js | 21 + .../dist/selectors/string.js | 21 + .../dist/selectors/tag.js | 21 + .../dist/selectors/types.js | 28 + .../dist/selectors/universal.js | 22 + .../dist/sortAscending.js | 11 + .../dist/tokenTypes.js | 70 + .../postcss-selector-parser/dist/tokenize.js | 239 + .../dist/util/ensureObject.js | 17 + .../dist/util/getProp.js | 18 + .../dist/util/index.js | 13 + .../dist/util/stripComments.js | 21 + .../dist/util/unesc.js | 76 + .../postcss-selector-parser/package.json | 80 + .../postcss-selector-parser.d.ts | 555 + node_modules/postcss-value-parser/LICENSE | 22 + node_modules/postcss-value-parser/README.md | 263 + .../postcss-value-parser/lib/index.d.ts | 177 + .../postcss-value-parser/lib/index.js | 28 + .../postcss-value-parser/lib/parse.js | 321 + .../postcss-value-parser/lib/stringify.js | 48 + node_modules/postcss-value-parser/lib/unit.js | 120 + node_modules/postcss-value-parser/lib/walk.js | 22 + .../postcss-value-parser/package.json | 58 + node_modules/postcss/LICENSE | 20 + node_modules/postcss/README.md | 29 + node_modules/postcss/lib/at-rule.d.ts | 140 + node_modules/postcss/lib/at-rule.js | 25 + node_modules/postcss/lib/comment.d.ts | 68 + node_modules/postcss/lib/comment.js | 13 + node_modules/postcss/lib/container.d.ts | 483 + node_modules/postcss/lib/container.js | 447 + .../postcss/lib/css-syntax-error.d.ts | 248 + node_modules/postcss/lib/css-syntax-error.js | 133 + node_modules/postcss/lib/declaration.d.ts | 151 + node_modules/postcss/lib/declaration.js | 24 + node_modules/postcss/lib/document.d.ts | 69 + node_modules/postcss/lib/document.js | 33 + node_modules/postcss/lib/fromJSON.d.ts | 9 + node_modules/postcss/lib/fromJSON.js | 54 + node_modules/postcss/lib/input.d.ts | 227 + node_modules/postcss/lib/input.js | 265 + node_modules/postcss/lib/lazy-result.d.ts | 190 + node_modules/postcss/lib/lazy-result.js | 550 + node_modules/postcss/lib/list.d.ts | 60 + node_modules/postcss/lib/list.js | 58 + node_modules/postcss/lib/map-generator.js | 368 + node_modules/postcss/lib/no-work-result.d.ts | 46 + node_modules/postcss/lib/no-work-result.js | 138 + node_modules/postcss/lib/node.d.ts | 556 + node_modules/postcss/lib/node.js | 449 + node_modules/postcss/lib/parse.d.ts | 9 + node_modules/postcss/lib/parse.js | 42 + node_modules/postcss/lib/parser.js | 611 + node_modules/postcss/lib/postcss.d.mts | 69 + node_modules/postcss/lib/postcss.d.ts | 458 + node_modules/postcss/lib/postcss.js | 101 + node_modules/postcss/lib/postcss.mjs | 30 + node_modules/postcss/lib/previous-map.d.ts | 81 + node_modules/postcss/lib/previous-map.js | 144 + node_modules/postcss/lib/processor.d.ts | 115 + node_modules/postcss/lib/processor.js | 67 + node_modules/postcss/lib/result.d.ts | 205 + node_modules/postcss/lib/result.js | 42 + node_modules/postcss/lib/root.d.ts | 87 + node_modules/postcss/lib/root.js | 61 + node_modules/postcss/lib/rule.d.ts | 126 + node_modules/postcss/lib/rule.js | 27 + node_modules/postcss/lib/stringifier.d.ts | 46 + node_modules/postcss/lib/stringifier.js | 353 + node_modules/postcss/lib/stringify.d.ts | 9 + node_modules/postcss/lib/stringify.js | 11 + node_modules/postcss/lib/symbols.js | 5 + .../postcss/lib/terminal-highlight.js | 70 + node_modules/postcss/lib/tokenize.js | 266 + node_modules/postcss/lib/warn-once.js | 13 + node_modules/postcss/lib/warning.d.ts | 147 + node_modules/postcss/lib/warning.js | 37 + node_modules/postcss/package.json | 88 + node_modules/queue-microtask/LICENSE | 20 + node_modules/queue-microtask/README.md | 90 + node_modules/queue-microtask/index.d.ts | 2 + node_modules/queue-microtask/index.js | 9 + node_modules/queue-microtask/package.json | 55 + node_modules/read-cache/LICENSE | 20 + node_modules/read-cache/README.md | 46 + node_modules/read-cache/index.js | 78 + node_modules/read-cache/package.json | 34 + node_modules/readdirp/LICENSE | 21 + node_modules/readdirp/README.md | 122 + node_modules/readdirp/index.d.ts | 43 + node_modules/readdirp/index.js | 287 + node_modules/readdirp/package.json | 122 + node_modules/resolve/.editorconfig | 37 + node_modules/resolve/.eslintrc | 65 + node_modules/resolve/.github/FUNDING.yml | 12 + .../.github/INCIDENT_RESPONSE_PROCESS.md | 119 + node_modules/resolve/.github/THREAT_MODEL.md | 74 + node_modules/resolve/LICENSE | 21 + node_modules/resolve/SECURITY.md | 11 + node_modules/resolve/async.js | 3 + node_modules/resolve/bin/resolve | 50 + node_modules/resolve/example/async.js | 5 + node_modules/resolve/example/sync.js | 3 + node_modules/resolve/index.js | 6 + node_modules/resolve/lib/async.js | 333 + node_modules/resolve/lib/caller.js | 8 + node_modules/resolve/lib/core.js | 12 + node_modules/resolve/lib/core.json | 162 + node_modules/resolve/lib/homedir.js | 24 + node_modules/resolve/lib/is-core.js | 5 + .../resolve/lib/node-modules-paths.js | 45 + node_modules/resolve/lib/normalize-options.js | 10 + node_modules/resolve/lib/sync.js | 212 + node_modules/resolve/package.json | 75 + node_modules/resolve/readme.markdown | 301 + node_modules/resolve/sync.js | 3 + node_modules/resolve/test/core.js | 88 + node_modules/resolve/test/dotdot.js | 29 + node_modules/resolve/test/dotdot/abc/index.js | 2 + node_modules/resolve/test/dotdot/index.js | 1 + node_modules/resolve/test/faulty_basedir.js | 29 + node_modules/resolve/test/filter.js | 34 + node_modules/resolve/test/filter_sync.js | 33 + node_modules/resolve/test/home_paths.js | 127 + node_modules/resolve/test/home_paths_sync.js | 114 + node_modules/resolve/test/mock.js | 315 + node_modules/resolve/test/mock_sync.js | 214 + node_modules/resolve/test/module_dir.js | 56 + .../test/module_dir/xmodules/aaa/index.js | 1 + .../test/module_dir/ymodules/aaa/index.js | 1 + .../test/module_dir/zmodules/bbb/main.js | 1 + .../test/module_dir/zmodules/bbb/package.json | 3 + .../resolve/test/node-modules-paths.js | 143 + node_modules/resolve/test/node_path.js | 70 + .../resolve/test/node_path/x/aaa/index.js | 1 + .../resolve/test/node_path/x/ccc/index.js | 1 + .../resolve/test/node_path/y/bbb/index.js | 1 + .../resolve/test/node_path/y/ccc/index.js | 1 + node_modules/resolve/test/nonstring.js | 9 + node_modules/resolve/test/pathfilter.js | 75 + .../resolve/test/pathfilter/deep_ref/main.js | 0 node_modules/resolve/test/precedence.js | 23 + node_modules/resolve/test/precedence/aaa.js | 1 + .../resolve/test/precedence/aaa/index.js | 1 + .../resolve/test/precedence/aaa/main.js | 1 + node_modules/resolve/test/precedence/bbb.js | 1 + .../resolve/test/precedence/bbb/main.js | 1 + node_modules/resolve/test/resolver.js | 597 + .../resolve/test/resolver/baz/doom.js | 0 .../resolve/test/resolver/baz/package.json | 4 + .../resolve/test/resolver/baz/quux.js | 1 + .../resolve/test/resolver/browser_field/a.js | 0 .../resolve/test/resolver/browser_field/b.js | 0 .../test/resolver/browser_field/package.json | 5 + node_modules/resolve/test/resolver/cup.coffee | 1 + .../resolve/test/resolver/dot_main/index.js | 1 + .../test/resolver/dot_main/package.json | 3 + .../test/resolver/dot_slash_main/index.js | 1 + .../test/resolver/dot_slash_main/package.json | 3 + .../resolve/test/resolver/false_main/index.js | 0 .../test/resolver/false_main/package.json | 4 + node_modules/resolve/test/resolver/foo.js | 1 + .../test/resolver/incorrect_main/index.js | 2 + .../test/resolver/incorrect_main/package.json | 3 + .../test/resolver/invalid_main/package.json | 7 + node_modules/resolve/test/resolver/mug.coffee | 0 node_modules/resolve/test/resolver/mug.js | 0 .../test/resolver/multirepo/lerna.json | 6 + .../test/resolver/multirepo/package.json | 20 + .../multirepo/packages/package-a/index.js | 35 + .../multirepo/packages/package-a/package.json | 14 + .../multirepo/packages/package-b/index.js | 0 .../multirepo/packages/package-b/package.json | 14 + .../resolver/nested_symlinks/mylib/async.js | 26 + .../nested_symlinks/mylib/package.json | 15 + .../resolver/nested_symlinks/mylib/sync.js | 12 + .../test/resolver/other_path/lib/other-lib.js | 0 .../resolve/test/resolver/other_path/root.js | 0 .../resolve/test/resolver/quux/foo/index.js | 1 + .../resolve/test/resolver/same_names/foo.js | 1 + .../test/resolver/same_names/foo/index.js | 1 + .../resolver/symlinked/_/node_modules/foo.js | 0 .../symlinked/_/symlink_target/.gitkeep | 0 .../test/resolver/symlinked/package/bar.js | 1 + .../resolver/symlinked/package/package.json | 3 + .../test/resolver/without_basedir/main.js | 5 + node_modules/resolve/test/resolver_sync.js | 730 + node_modules/resolve/test/shadowed_core.js | 54 + .../shadowed_core/node_modules/util/index.js | 0 node_modules/resolve/test/subdirs.js | 13 + node_modules/resolve/test/symlinks.js | 176 + node_modules/reusify/.github/dependabot.yml | 7 + node_modules/reusify/.github/workflows/ci.yml | 96 + node_modules/reusify/LICENSE | 22 + node_modules/reusify/README.md | 139 + node_modules/reusify/SECURITY.md | 15 + .../benchmarks/createNoCodeFunction.js | 30 + node_modules/reusify/benchmarks/fib.js | 13 + .../reusify/benchmarks/reuseNoCodeFunction.js | 38 + node_modules/reusify/eslint.config.js | 14 + node_modules/reusify/package.json | 50 + node_modules/reusify/reusify.d.ts | 14 + node_modules/reusify/reusify.js | 33 + node_modules/reusify/test.js | 66 + node_modules/reusify/tsconfig.json | 11 + node_modules/run-parallel/LICENSE | 20 + node_modules/run-parallel/README.md | 85 + node_modules/run-parallel/index.js | 51 + node_modules/run-parallel/package.json | 58 + node_modules/source-map-js/LICENSE | 28 + node_modules/source-map-js/README.md | 765 + node_modules/source-map-js/lib/array-set.js | 121 + node_modules/source-map-js/lib/base64-vlq.js | 140 + node_modules/source-map-js/lib/base64.js | 67 + .../source-map-js/lib/binary-search.js | 111 + .../source-map-js/lib/mapping-list.js | 79 + node_modules/source-map-js/lib/quick-sort.js | 132 + .../lib/source-map-consumer.d.ts | 1 + .../source-map-js/lib/source-map-consumer.js | 1188 + .../lib/source-map-generator.d.ts | 1 + .../source-map-js/lib/source-map-generator.js | 444 + .../source-map-js/lib/source-node.d.ts | 1 + node_modules/source-map-js/lib/source-node.js | 413 + node_modules/source-map-js/lib/util.js | 594 + node_modules/source-map-js/package.json | 71 + node_modules/source-map-js/source-map.d.ts | 104 + node_modules/source-map-js/source-map.js | 8 + node_modules/sucrase/LICENSE | 21 + node_modules/sucrase/README.md | 295 + node_modules/sucrase/bin/sucrase | 3 + node_modules/sucrase/bin/sucrase-node | 18 + .../sucrase/dist/CJSImportProcessor.js | 456 + node_modules/sucrase/dist/HelperManager.js | 176 + node_modules/sucrase/dist/NameManager.js | 27 + .../sucrase/dist/Options-gen-types.js | 42 + node_modules/sucrase/dist/Options.js | 101 + node_modules/sucrase/dist/TokenProcessor.js | 357 + node_modules/sucrase/dist/cli.js | 317 + node_modules/sucrase/dist/computeSourceMap.js | 89 + .../sucrase/dist/esm/CJSImportProcessor.js | 456 + .../sucrase/dist/esm/HelperManager.js | 176 + node_modules/sucrase/dist/esm/NameManager.js | 27 + .../sucrase/dist/esm/Options-gen-types.js | 42 + node_modules/sucrase/dist/esm/Options.js | 101 + .../sucrase/dist/esm/TokenProcessor.js | 357 + node_modules/sucrase/dist/esm/cli.js | 317 + .../sucrase/dist/esm/computeSourceMap.js | 89 + .../dist/esm/identifyShadowedGlobals.js | 98 + node_modules/sucrase/dist/esm/index.js | 133 + node_modules/sucrase/dist/esm/parser/index.js | 31 + .../sucrase/dist/esm/parser/plugins/flow.js | 1105 + .../dist/esm/parser/plugins/jsx/index.js | 367 + .../dist/esm/parser/plugins/jsx/xhtml.js | 256 + .../sucrase/dist/esm/parser/plugins/types.js | 37 + .../dist/esm/parser/plugins/typescript.js | 1632 + .../dist/esm/parser/tokenizer/index.js | 1004 + .../dist/esm/parser/tokenizer/keywords.js | 43 + .../dist/esm/parser/tokenizer/readWord.js | 64 + .../dist/esm/parser/tokenizer/readWordTree.js | 671 + .../dist/esm/parser/tokenizer/state.js | 106 + .../dist/esm/parser/tokenizer/types.js | 361 + .../sucrase/dist/esm/parser/traverser/base.js | 60 + .../dist/esm/parser/traverser/expression.js | 1022 + .../dist/esm/parser/traverser/index.js | 18 + .../sucrase/dist/esm/parser/traverser/lval.js | 159 + .../dist/esm/parser/traverser/statement.js | 1332 + .../sucrase/dist/esm/parser/traverser/util.js | 104 + .../sucrase/dist/esm/parser/util/charcodes.js | 115 + .../dist/esm/parser/util/identifier.js | 34 + .../dist/esm/parser/util/whitespace.js | 33 + node_modules/sucrase/dist/esm/register.js | 88 + .../esm/transformers/CJSImportTransformer.js | 916 + .../esm/transformers/ESMImportTransformer.js | 415 + .../dist/esm/transformers/FlowTransformer.js | 182 + .../dist/esm/transformers/JSXTransformer.js | 733 + .../esm/transformers/JestHoistTransformer.js | 111 + .../NumericSeparatorTransformer.js | 20 + .../OptionalCatchBindingTransformer.js | 19 + .../OptionalChainingNullishTransformer.js | 155 + .../ReactDisplayNameTransformer.js | 160 + .../transformers/ReactHotLoaderTransformer.js | 69 + .../dist/esm/transformers/RootTransformer.js | 462 + .../dist/esm/transformers/Transformer.js | 16 + .../esm/transformers/TypeScriptTransformer.js | 279 + .../dist/esm/util/elideImportEquals.js | 29 + .../sucrase/dist/esm/util/formatTokens.js | 74 + .../sucrase/dist/esm/util/getClassInfo.js | 352 + .../dist/esm/util/getDeclarationInfo.js | 40 + .../dist/esm/util/getIdentifierNames.js | 15 + .../esm/util/getImportExportSpecifierInfo.js | 92 + .../sucrase/dist/esm/util/getJSXPragmaInfo.js | 22 + .../dist/esm/util/getNonTypeIdentifiers.js | 43 + .../dist/esm/util/getTSImportedNames.js | 84 + .../sucrase/dist/esm/util/isAsyncOperation.js | 38 + .../sucrase/dist/esm/util/isExportFrom.js | 18 + .../sucrase/dist/esm/util/isIdentifier.js | 81 + .../esm/util/removeMaybeImportAttributes.js | 22 + .../dist/esm/util/shouldElideDefaultExport.js | 38 + .../sucrase/dist/identifyShadowedGlobals.js | 98 + node_modules/sucrase/dist/index.js | 133 + node_modules/sucrase/dist/parser/index.js | 31 + .../sucrase/dist/parser/plugins/flow.js | 1105 + .../sucrase/dist/parser/plugins/jsx/index.js | 367 + .../sucrase/dist/parser/plugins/jsx/xhtml.js | 256 + .../sucrase/dist/parser/plugins/types.js | 37 + .../sucrase/dist/parser/plugins/typescript.js | 1632 + .../sucrase/dist/parser/tokenizer/index.js | 1004 + .../sucrase/dist/parser/tokenizer/keywords.js | 43 + .../sucrase/dist/parser/tokenizer/readWord.js | 64 + .../dist/parser/tokenizer/readWordTree.js | 671 + .../sucrase/dist/parser/tokenizer/state.js | 106 + .../sucrase/dist/parser/tokenizer/types.js | 361 + .../sucrase/dist/parser/traverser/base.js | 60 + .../dist/parser/traverser/expression.js | 1022 + .../sucrase/dist/parser/traverser/index.js | 18 + .../sucrase/dist/parser/traverser/lval.js | 159 + .../dist/parser/traverser/statement.js | 1332 + .../sucrase/dist/parser/traverser/util.js | 104 + .../sucrase/dist/parser/util/charcodes.js | 115 + .../sucrase/dist/parser/util/identifier.js | 34 + .../sucrase/dist/parser/util/whitespace.js | 33 + node_modules/sucrase/dist/register.js | 88 + .../dist/transformers/CJSImportTransformer.js | 916 + .../dist/transformers/ESMImportTransformer.js | 415 + .../dist/transformers/FlowTransformer.js | 182 + .../dist/transformers/JSXTransformer.js | 733 + .../dist/transformers/JestHoistTransformer.js | 111 + .../NumericSeparatorTransformer.js | 20 + .../OptionalCatchBindingTransformer.js | 19 + .../OptionalChainingNullishTransformer.js | 155 + .../ReactDisplayNameTransformer.js | 160 + .../transformers/ReactHotLoaderTransformer.js | 69 + .../dist/transformers/RootTransformer.js | 462 + .../sucrase/dist/transformers/Transformer.js | 16 + .../transformers/TypeScriptTransformer.js | 279 + .../dist/types/CJSImportProcessor.d.ts | 67 + .../sucrase/dist/types/HelperManager.d.ts | 15 + .../sucrase/dist/types/NameManager.d.ts | 7 + .../sucrase/dist/types/Options-gen-types.d.ts | 9 + node_modules/sucrase/dist/types/Options.d.ts | 90 + .../sucrase/dist/types/TokenProcessor.d.ts | 87 + node_modules/sucrase/dist/types/cli.d.ts | 1 + .../sucrase/dist/types/computeSourceMap.d.ts | 17 + .../dist/types/identifyShadowedGlobals.d.ts | 12 + node_modules/sucrase/dist/types/index.d.ts | 26 + .../sucrase/dist/types/parser/index.d.ts | 8 + .../dist/types/parser/plugins/flow.d.ts | 27 + .../dist/types/parser/plugins/jsx/index.d.ts | 2 + .../dist/types/parser/plugins/jsx/xhtml.d.ts | 2 + .../dist/types/parser/plugins/types.d.ts | 5 + .../dist/types/parser/plugins/typescript.d.ts | 49 + .../dist/types/parser/tokenizer/index.d.ts | 93 + .../dist/types/parser/tokenizer/keywords.d.ts | 43 + .../dist/types/parser/tokenizer/readWord.d.ts | 7 + .../types/parser/tokenizer/readWordTree.d.ts | 1 + .../dist/types/parser/tokenizer/state.d.ts | 50 + .../dist/types/parser/tokenizer/types.d.ts | 126 + .../dist/types/parser/traverser/base.d.ts | 16 + .../types/parser/traverser/expression.d.ts | 34 + .../dist/types/parser/traverser/index.d.ts | 2 + .../dist/types/parser/traverser/lval.d.ts | 9 + .../types/parser/traverser/statement.d.ts | 20 + .../dist/types/parser/traverser/util.d.ts | 17 + .../dist/types/parser/util/charcodes.d.ts | 107 + .../dist/types/parser/util/identifier.d.ts | 2 + .../dist/types/parser/util/whitespace.d.ts | 3 + node_modules/sucrase/dist/types/register.d.ts | 14 + .../transformers/CJSImportTransformer.d.ts | 149 + .../transformers/ESMImportTransformer.d.ts | 52 + .../types/transformers/FlowTransformer.d.ts | 79 + .../types/transformers/JSXTransformer.d.ts | 144 + .../transformers/JestHoistTransformer.d.ts | 32 + .../NumericSeparatorTransformer.d.ts | 7 + .../OptionalCatchBindingTransformer.d.ts | 9 + .../OptionalChainingNullishTransformer.d.ts | 36 + .../ReactDisplayNameTransformer.d.ts | 29 + .../ReactHotLoaderTransformer.d.ts | 12 + .../types/transformers/RootTransformer.d.ts | 52 + .../dist/types/transformers/Transformer.d.ts | 6 + .../transformers/TypeScriptTransformer.d.ts | 104 + .../dist/types/util/elideImportEquals.d.ts | 2 + .../sucrase/dist/types/util/formatTokens.d.ts | 2 + .../sucrase/dist/types/util/getClassInfo.d.ts | 34 + .../dist/types/util/getDeclarationInfo.d.ts | 18 + .../dist/types/util/getIdentifierNames.d.ts | 5 + .../util/getImportExportSpecifierInfo.d.ts | 36 + .../dist/types/util/getJSXPragmaInfo.d.ts | 8 + .../types/util/getNonTypeIdentifiers.d.ts | 3 + .../dist/types/util/getTSImportedNames.d.ts | 9 + .../dist/types/util/isAsyncOperation.d.ts | 11 + .../sucrase/dist/types/util/isExportFrom.d.ts | 6 + .../sucrase/dist/types/util/isIdentifier.d.ts | 8 + .../util/removeMaybeImportAttributes.d.ts | 6 + .../types/util/shouldElideDefaultExport.d.ts | 6 + .../sucrase/dist/util/elideImportEquals.js | 29 + .../sucrase/dist/util/formatTokens.js | 74 + .../sucrase/dist/util/getClassInfo.js | 352 + .../sucrase/dist/util/getDeclarationInfo.js | 40 + .../sucrase/dist/util/getIdentifierNames.js | 15 + .../dist/util/getImportExportSpecifierInfo.js | 92 + .../sucrase/dist/util/getJSXPragmaInfo.js | 22 + .../dist/util/getNonTypeIdentifiers.js | 43 + .../sucrase/dist/util/getTSImportedNames.js | 84 + .../sucrase/dist/util/isAsyncOperation.js | 38 + .../sucrase/dist/util/isExportFrom.js | 18 + .../sucrase/dist/util/isIdentifier.js | 81 + .../dist/util/removeMaybeImportAttributes.js | 22 + .../dist/util/shouldElideDefaultExport.js | 38 + node_modules/sucrase/package.json | 88 + node_modules/sucrase/register/index.js | 1 + node_modules/sucrase/register/js.js | 1 + node_modules/sucrase/register/jsx.js | 1 + .../register/ts-legacy-module-interop.js | 1 + node_modules/sucrase/register/ts.js | 1 + .../register/tsx-legacy-module-interop.js | 1 + node_modules/sucrase/register/tsx.js | 1 + node_modules/sucrase/ts-node-plugin/index.js | 83 + .../supports-preserve-symlinks-flag/.eslintrc | 14 + .../.github/FUNDING.yml | 12 + .../supports-preserve-symlinks-flag/.nycrc | 9 + .../CHANGELOG.md | 22 + .../supports-preserve-symlinks-flag/LICENSE | 21 + .../supports-preserve-symlinks-flag/README.md | 42 + .../browser.js | 3 + .../supports-preserve-symlinks-flag/index.js | 9 + .../package.json | 70 + .../test/index.js | 29 + node_modules/tailwindcss/LICENSE | 21 + node_modules/tailwindcss/README.md | 40 + node_modules/tailwindcss/base.css | 1 + node_modules/tailwindcss/colors.d.ts | 3 + node_modules/tailwindcss/colors.js | 2 + node_modules/tailwindcss/components.css | 1 + node_modules/tailwindcss/defaultConfig.d.ts | 3 + node_modules/tailwindcss/defaultConfig.js | 2 + node_modules/tailwindcss/defaultTheme.d.ts | 4 + node_modules/tailwindcss/defaultTheme.js | 2 + .../tailwindcss/lib/cli-peer-dependencies.js | 36 + node_modules/tailwindcss/lib/cli.js | 3 + .../tailwindcss/lib/cli/build/deps.js | 62 + .../tailwindcss/lib/cli/build/index.js | 54 + .../tailwindcss/lib/cli/build/plugin.js | 376 + .../tailwindcss/lib/cli/build/utils.js | 88 + .../tailwindcss/lib/cli/build/watching.js | 182 + .../tailwindcss/lib/cli/help/index.js | 73 + node_modules/tailwindcss/lib/cli/index.js | 230 + .../tailwindcss/lib/cli/init/index.js | 63 + .../tailwindcss/lib/corePluginList.js | 191 + node_modules/tailwindcss/lib/corePlugins.js | 4339 + node_modules/tailwindcss/lib/css/LICENSE | 25 + .../tailwindcss/lib/css/preflight.css | 386 + node_modules/tailwindcss/lib/featureFlags.js | 79 + node_modules/tailwindcss/lib/index.js | 2 + .../tailwindcss/lib/lib/cacheInvalidation.js | 92 + .../lib/lib/collapseAdjacentRules.js | 61 + .../lib/lib/collapseDuplicateDeclarations.js | 85 + node_modules/tailwindcss/lib/lib/content.js | 247 + .../tailwindcss/lib/lib/defaultExtractor.js | 273 + .../lib/lib/evaluateTailwindFunctions.js | 238 + .../tailwindcss/lib/lib/expandApplyAtRules.js | 553 + .../lib/lib/expandTailwindAtRules.js | 279 + .../tailwindcss/lib/lib/findAtConfigPath.js | 46 + .../tailwindcss/lib/lib/generateRules.js | 912 + .../lib/lib/getModuleDependencies.js | 99 + .../tailwindcss/lib/lib/load-config.js | 58 + .../lib/lib/normalizeTailwindDirectives.js | 89 + node_modules/tailwindcss/lib/lib/offsets.js | 355 + .../lib/lib/partitionApplyAtRules.js | 58 + node_modules/tailwindcss/lib/lib/regex.js | 74 + .../tailwindcss/lib/lib/remap-bitfield.js | 89 + .../lib/lib/resolveDefaultsAtRules.js | 165 + .../tailwindcss/lib/lib/setupContextUtils.js | 1298 + .../lib/lib/setupTrackingContext.js | 169 + .../tailwindcss/lib/lib/sharedState.js | 79 + .../lib/lib/substituteScreenAtRules.js | 31 + node_modules/tailwindcss/lib/plugin.js | 48 + .../lib/postcss-plugins/nesting/README.md | 42 + .../lib/postcss-plugins/nesting/index.js | 21 + .../lib/postcss-plugins/nesting/plugin.js | 89 + .../lib/processTailwindFeatures.js | 62 + node_modules/tailwindcss/lib/public/colors.js | 355 + .../tailwindcss/lib/public/create-plugin.js | 17 + .../tailwindcss/lib/public/default-config.js | 18 + .../tailwindcss/lib/public/default-theme.js | 18 + .../tailwindcss/lib/public/load-config.js | 12 + .../tailwindcss/lib/public/resolve-config.js | 24 + .../lib/util/applyImportantSelector.js | 38 + node_modules/tailwindcss/lib/util/bigSign.js | 13 + .../tailwindcss/lib/util/buildMediaQuery.js | 27 + .../tailwindcss/lib/util/cloneDeep.js | 22 + .../tailwindcss/lib/util/cloneNodes.js | 54 + node_modules/tailwindcss/lib/util/color.js | 116 + .../tailwindcss/lib/util/colorNames.js | 752 + .../tailwindcss/lib/util/configurePlugins.js | 23 + .../tailwindcss/lib/util/createPlugin.js | 32 + .../lib/util/createUtilityPlugin.js | 53 + .../tailwindcss/lib/util/dataTypes.js | 338 + node_modules/tailwindcss/lib/util/defaults.js | 27 + .../tailwindcss/lib/util/escapeClassName.js | 24 + .../tailwindcss/lib/util/escapeCommas.js | 13 + .../lib/util/flattenColorPalette.js | 18 + .../lib/util/formatVariantSelector.js | 270 + .../tailwindcss/lib/util/getAllConfigs.js | 50 + .../tailwindcss/lib/util/hashConfig.js | 21 + .../tailwindcss/lib/util/isKeyframeRule.js | 13 + .../tailwindcss/lib/util/isPlainObject.js | 17 + .../util/isSyntacticallyValidPropertyValue.js | 74 + node_modules/tailwindcss/lib/util/log.js | 61 + .../tailwindcss/lib/util/math-operators.js | 152 + .../tailwindcss/lib/util/nameClass.js | 49 + .../tailwindcss/lib/util/negateValue.js | 36 + .../tailwindcss/lib/util/normalizeConfig.js | 281 + .../tailwindcss/lib/util/normalizeScreens.js | 178 + .../lib/util/parseAnimationValue.js | 93 + .../lib/util/parseBoxShadowValue.js | 88 + .../tailwindcss/lib/util/parseDependency.js | 47 + .../tailwindcss/lib/util/parseGlob.js | 35 + .../tailwindcss/lib/util/parseObjectStyles.js | 36 + .../tailwindcss/lib/util/pluginUtils.js | 289 + .../tailwindcss/lib/util/prefixSelector.js | 39 + .../tailwindcss/lib/util/pseudoElements.js | 212 + .../lib/util/removeAlphaVariables.js | 33 + .../tailwindcss/lib/util/resolveConfig.js | 256 + .../tailwindcss/lib/util/resolveConfigPath.js | 72 + .../tailwindcss/lib/util/responsive.js | 24 + .../lib/util/splitAtTopLevelOnly.js | 47 + node_modules/tailwindcss/lib/util/tap.js | 14 + .../tailwindcss/lib/util/toColorValue.js | 13 + node_modules/tailwindcss/lib/util/toPath.js | 32 + .../lib/util/transformThemeValue.js | 73 + .../tailwindcss/lib/util/validateConfig.js | 37 + .../lib/util/validateFormalSyntax.js | 26 + .../tailwindcss/lib/util/withAlphaVariable.js | 79 + .../tailwindcss/lib/value-parser/LICENSE | 22 + .../tailwindcss/lib/value-parser/README.md | 3 + .../tailwindcss/lib/value-parser/index.d.js | 2 + .../tailwindcss/lib/value-parser/index.js | 22 + .../tailwindcss/lib/value-parser/parse.js | 259 + .../tailwindcss/lib/value-parser/stringify.js | 38 + .../tailwindcss/lib/value-parser/unit.js | 86 + .../tailwindcss/lib/value-parser/walk.js | 16 + node_modules/tailwindcss/loadConfig.d.ts | 4 + node_modules/tailwindcss/loadConfig.js | 2 + node_modules/tailwindcss/nesting/index.d.ts | 4 + node_modules/tailwindcss/nesting/index.js | 2 + node_modules/tailwindcss/package.json | 124 + node_modules/tailwindcss/peers/index.js | 97871 ++++++++++++++++ node_modules/tailwindcss/plugin.d.ts | 11 + node_modules/tailwindcss/plugin.js | 2 + node_modules/tailwindcss/prettier.config.js | 19 + node_modules/tailwindcss/resolveConfig.d.ts | 31 + node_modules/tailwindcss/resolveConfig.js | 2 + node_modules/tailwindcss/screens.css | 1 + .../tailwindcss/scripts/create-plugin-list.js | 10 + .../tailwindcss/scripts/generate-types.js | 104 + .../tailwindcss/scripts/release-channel.js | 18 + .../tailwindcss/scripts/release-notes.js | 21 + .../tailwindcss/scripts/type-utils.js | 27 + .../tailwindcss/src/cli-peer-dependencies.js | 15 + node_modules/tailwindcss/src/cli.js | 3 + .../tailwindcss/src/cli/build/deps.js | 56 + .../tailwindcss/src/cli/build/index.js | 49 + .../tailwindcss/src/cli/build/plugin.js | 444 + .../tailwindcss/src/cli/build/utils.js | 76 + .../tailwindcss/src/cli/build/watching.js | 229 + .../tailwindcss/src/cli/help/index.js | 70 + node_modules/tailwindcss/src/cli/index.js | 216 + .../tailwindcss/src/cli/init/index.js | 79 + .../tailwindcss/src/corePluginList.js | 1 + node_modules/tailwindcss/src/corePlugins.js | 3007 + node_modules/tailwindcss/src/css/LICENSE | 25 + .../tailwindcss/src/css/preflight.css | 386 + node_modules/tailwindcss/src/featureFlags.js | 62 + node_modules/tailwindcss/src/index.js | 1 + .../tailwindcss/src/lib/cacheInvalidation.js | 52 + .../src/lib/collapseAdjacentRules.js | 58 + .../src/lib/collapseDuplicateDeclarations.js | 93 + node_modules/tailwindcss/src/lib/content.js | 295 + .../tailwindcss/src/lib/defaultExtractor.js | 255 + .../src/lib/evaluateTailwindFunctions.js | 272 + .../tailwindcss/src/lib/expandApplyAtRules.js | 637 + .../src/lib/expandTailwindAtRules.js | 282 + .../tailwindcss/src/lib/findAtConfigPath.js | 48 + .../tailwindcss/src/lib/generateRules.js | 958 + .../src/lib/getModuleDependencies.js | 79 + .../tailwindcss/src/lib/load-config.ts | 46 + .../src/lib/normalizeTailwindDirectives.js | 84 + node_modules/tailwindcss/src/lib/offsets.js | 432 + .../src/lib/partitionApplyAtRules.js | 52 + node_modules/tailwindcss/src/lib/regex.js | 74 + .../tailwindcss/src/lib/remap-bitfield.js | 82 + .../src/lib/resolveDefaultsAtRules.js | 165 + .../tailwindcss/src/lib/setupContextUtils.js | 1371 + .../src/lib/setupTrackingContext.js | 172 + .../tailwindcss/src/lib/sharedState.js | 57 + .../src/lib/substituteScreenAtRules.js | 19 + node_modules/tailwindcss/src/plugin.js | 47 + .../src/postcss-plugins/nesting/README.md | 42 + .../src/postcss-plugins/nesting/index.js | 13 + .../src/postcss-plugins/nesting/plugin.js | 80 + .../src/processTailwindFeatures.js | 56 + node_modules/tailwindcss/src/public/colors.js | 322 + .../tailwindcss/src/public/create-plugin.js | 2 + .../tailwindcss/src/public/default-config.js | 4 + .../tailwindcss/src/public/default-theme.js | 4 + .../tailwindcss/src/public/load-config.js | 2 + .../tailwindcss/src/public/resolve-config.js | 7 + .../src/util/applyImportantSelector.js | 26 + node_modules/tailwindcss/src/util/bigSign.js | 3 + .../tailwindcss/src/util/buildMediaQuery.js | 22 + .../tailwindcss/src/util/cloneDeep.js | 11 + .../tailwindcss/src/util/cloneNodes.js | 49 + node_modules/tailwindcss/src/util/color.js | 88 + .../tailwindcss/src/util/colorNames.js | 150 + .../tailwindcss/src/util/configurePlugins.js | 23 + .../tailwindcss/src/util/createPlugin.js | 27 + .../src/util/createUtilityPlugin.js | 37 + .../tailwindcss/src/util/dataTypes.js | 327 + node_modules/tailwindcss/src/util/defaults.js | 17 + .../tailwindcss/src/util/escapeClassName.js | 8 + .../tailwindcss/src/util/escapeCommas.js | 3 + .../src/util/flattenColorPalette.js | 13 + .../src/util/formatVariantSelector.js | 324 + .../tailwindcss/src/util/getAllConfigs.js | 38 + .../tailwindcss/src/util/hashConfig.js | 5 + .../tailwindcss/src/util/isKeyframeRule.js | 3 + .../tailwindcss/src/util/isPlainObject.js | 8 + .../util/isSyntacticallyValidPropertyValue.js | 61 + node_modules/tailwindcss/src/util/log.js | 29 + .../tailwindcss/src/util/math-operators.ts | 205 + .../tailwindcss/src/util/nameClass.js | 30 + .../tailwindcss/src/util/negateValue.js | 24 + .../tailwindcss/src/util/normalizeConfig.js | 299 + .../tailwindcss/src/util/normalizeScreens.js | 140 + .../src/util/parseAnimationValue.js | 68 + .../src/util/parseBoxShadowValue.js | 72 + .../tailwindcss/src/util/parseDependency.js | 44 + .../tailwindcss/src/util/parseGlob.js | 23 + .../tailwindcss/src/util/parseObjectStyles.js | 19 + .../tailwindcss/src/util/pluginUtils.js | 307 + .../tailwindcss/src/util/prefixSelector.js | 33 + .../tailwindcss/src/util/pseudoElements.js | 171 + .../src/util/removeAlphaVariables.js | 26 + .../tailwindcss/src/util/resolveConfig.js | 277 + .../tailwindcss/src/util/resolveConfigPath.js | 68 + .../tailwindcss/src/util/responsive.js | 10 + .../src/util/splitAtTopLevelOnly.js | 48 + node_modules/tailwindcss/src/util/tap.js | 4 + .../tailwindcss/src/util/toColorValue.js | 3 + node_modules/tailwindcss/src/util/toPath.js | 26 + .../src/util/transformThemeValue.js | 62 + .../tailwindcss/src/util/validateConfig.js | 26 + .../src/util/validateFormalSyntax.js | 34 + .../tailwindcss/src/util/withAlphaVariable.js | 49 + .../tailwindcss/src/value-parser/LICENSE | 22 + .../tailwindcss/src/value-parser/README.md | 3 + .../tailwindcss/src/value-parser/index.d.ts | 177 + .../tailwindcss/src/value-parser/index.js | 28 + .../tailwindcss/src/value-parser/parse.js | 303 + .../tailwindcss/src/value-parser/stringify.js | 41 + .../tailwindcss/src/value-parser/unit.js | 118 + .../tailwindcss/src/value-parser/walk.js | 18 + node_modules/tailwindcss/stubs/.npmignore | 1 + .../tailwindcss/stubs/.prettierrc.json | 6 + node_modules/tailwindcss/stubs/config.full.js | 1062 + .../tailwindcss/stubs/config.simple.js | 7 + .../tailwindcss/stubs/postcss.config.cjs | 6 + .../tailwindcss/stubs/postcss.config.js | 6 + .../tailwindcss/stubs/tailwind.config.cjs | 2 + .../tailwindcss/stubs/tailwind.config.js | 2 + .../tailwindcss/stubs/tailwind.config.ts | 3 + node_modules/tailwindcss/tailwind.css | 5 + node_modules/tailwindcss/types/config.d.ts | 379 + .../tailwindcss/types/generated/.gitkeep | 0 .../tailwindcss/types/generated/colors.d.ts | 298 + .../types/generated/corePluginList.d.ts | 1 + .../types/generated/default-theme.d.ts | 397 + node_modules/tailwindcss/types/index.d.ts | 11 + node_modules/tailwindcss/utilities.css | 1 + node_modules/tailwindcss/variants.css | 1 + node_modules/thenify-all/History.md | 11 + node_modules/thenify-all/LICENSE | 22 + node_modules/thenify-all/README.md | 66 + node_modules/thenify-all/index.js | 73 + node_modules/thenify-all/package.json | 34 + node_modules/thenify/History.md | 11 + node_modules/thenify/LICENSE | 22 + node_modules/thenify/README.md | 120 + node_modules/thenify/index.js | 77 + node_modules/thenify/package.json | 31 + node_modules/tinyglobby/LICENSE | 21 + node_modules/tinyglobby/README.md | 25 + node_modules/tinyglobby/dist/index.cjs | 350 + node_modules/tinyglobby/dist/index.d.cts | 147 + node_modules/tinyglobby/dist/index.d.mts | 147 + node_modules/tinyglobby/dist/index.mjs | 318 + .../tinyglobby/node_modules/fdir/LICENSE | 7 + .../tinyglobby/node_modules/fdir/README.md | 91 + .../node_modules/fdir/dist/index.cjs | 588 + .../node_modules/fdir/dist/index.d.cts | 155 + .../node_modules/fdir/dist/index.d.mts | 155 + .../node_modules/fdir/dist/index.mjs | 570 + .../tinyglobby/node_modules/fdir/package.json | 103 + .../tinyglobby/node_modules/picomatch/LICENSE | 21 + .../node_modules/picomatch/README.md | 738 + .../node_modules/picomatch/index.js | 17 + .../node_modules/picomatch/lib/constants.js | 180 + .../node_modules/picomatch/lib/parse.js | 1085 + .../node_modules/picomatch/lib/picomatch.js | 341 + .../node_modules/picomatch/lib/scan.js | 391 + .../node_modules/picomatch/lib/utils.js | 72 + .../node_modules/picomatch/package.json | 83 + .../node_modules/picomatch/posix.js | 3 + node_modules/tinyglobby/package.json | 73 + node_modules/to-regex-range/LICENSE | 21 + node_modules/to-regex-range/README.md | 305 + node_modules/to-regex-range/index.js | 288 + node_modules/to-regex-range/package.json | 88 + node_modules/ts-interface-checker/LICENSE | 201 + node_modules/ts-interface-checker/README.md | 185 + .../ts-interface-checker/dist/index.d.ts | 124 + .../ts-interface-checker/dist/index.js | 224 + .../ts-interface-checker/dist/types.d.ts | 181 + .../ts-interface-checker/dist/types.js | 566 + .../ts-interface-checker/dist/util.d.ts | 55 + .../ts-interface-checker/dist/util.js | 130 + .../ts-interface-checker/package.json | 60 + node_modules/util-deprecate/History.md | 16 + node_modules/util-deprecate/LICENSE | 24 + node_modules/util-deprecate/README.md | 53 + node_modules/util-deprecate/browser.js | 67 + node_modules/util-deprecate/node.js | 6 + node_modules/util-deprecate/package.json | 27 + overview.html | 24 + src/cmdforge.egg-info/PKG-INFO | 648 + src/cmdforge.egg-info/SOURCES.txt | 56 + src/cmdforge.egg-info/dependency_links.txt | 1 + src/cmdforge.egg-info/entry_points.txt | 2 + src/cmdforge.egg-info/requires.txt | 21 + src/cmdforge.egg-info/top_level.txt | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 277 bytes src/cmdforge/__pycache__/cli.cpython-312.pyc | Bin 0 -> 66107 bytes .../__pycache__/config.cpython-312.pyc | Bin 0 -> 6235 bytes .../__pycache__/manifest.cpython-312.pyc | Bin 0 -> 10182 bytes .../__pycache__/providers.cpython-312.pyc | Bin 0 -> 11586 bytes .../registry_client.cpython-312.pyc | Bin 0 -> 27034 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 23293 bytes .../__pycache__/runner.cpython-312.pyc | Bin 0 -> 18581 bytes src/cmdforge/__pycache__/tool.cpython-312.pyc | Bin 0 -> 16464 bytes src/cmdforge/__pycache__/ui.cpython-312.pyc | Bin 0 -> 33557 bytes .../__pycache__/ui_registry.cpython-312.pyc | Bin 0 -> 23601 bytes .../__pycache__/ui_snack.cpython-312.pyc | Bin 0 -> 37725 bytes .../__pycache__/ui_urwid.cpython-312.pyc | Bin 0 -> 113644 bytes .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 12806 bytes .../cli/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 382 bytes .../config_commands.cpython-312.pyc | Bin 0 -> 3015 bytes .../project_commands.cpython-312.pyc | Bin 0 -> 8830 bytes .../provider_commands.cpython-312.pyc | Bin 0 -> 14527 bytes .../registry_commands.cpython-312.pyc | Bin 0 -> 21572 bytes .../__pycache__/tool_commands.cpython-312.pyc | Bin 0 -> 14714 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 239 bytes .../registry/__pycache__/app.cpython-312.pyc | Bin 0 -> 64680 bytes .../__pycache__/categorize.cpython-312.pyc | Bin 0 -> 2501 bytes .../registry/__pycache__/db.cpython-312.pyc | Bin 0 -> 9658 bytes .../__pycache__/similarity.cpython-312.pyc | Bin 0 -> 4121 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 84220 bytes .../__pycache__/palette.cpython-312.pyc | Bin 0 -> 737 bytes .../__pycache__/widgets.cpython-312.pyc | Bin 0 -> 29509 bytes .../web/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 409 bytes .../test_cli.cpython-312-pytest-9.0.2.pyc | Bin 0 -> 46363 bytes ...est_providers.cpython-312-pytest-9.0.2.pyc | Bin 0 -> 56254 bytes ...y_integration.cpython-312-pytest-9.0.2.pyc | Bin 0 -> 88205 bytes .../test_runner.cpython-312-pytest-9.0.2.pyc | Bin 0 -> 48055 bytes .../test_tool.cpython-312-pytest-9.0.2.pyc | Bin 0 -> 84845 bytes 3873 files changed, 722247 insertions(+), 6 deletions(-) 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/cmdforge create mode 100755 .venv/bin/coverage create mode 100755 .venv/bin/coverage-3.12 create mode 100755 .venv/bin/coverage3 create mode 100755 .venv/bin/normalizer create mode 100755 .venv/bin/pip create mode 100755 .venv/bin/pip3 create mode 100755 .venv/bin/pip3.12 create mode 100755 .venv/bin/py.test create mode 100755 .venv/bin/pygmentize create mode 100755 .venv/bin/pytest create mode 120000 .venv/bin/python create mode 120000 .venv/bin/python3 create mode 120000 .venv/bin/python3.12 create mode 100644 .venv/lib/python3.12/site-packages/__editable__.cmdforge-0.1.0.pth create mode 100644 .venv/lib/python3.12/site-packages/__pycache__/py.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/_argcomplete.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/_version.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/cacheprovider.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/capture.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/compat.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/debugging.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/deprecated.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/doctest.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/faulthandler.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/fixtures.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/freeze_support.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/helpconfig.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/hookspec.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/junitxml.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/legacypath.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/logging.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/main.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/monkeypatch.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/nodes.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/outcomes.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/pastebin.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/pathlib.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/pytester.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/pytester_assertions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/python.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/python_api.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/raises.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/recwarn.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/reports.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/runner.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/scope.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/setuponly.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/setupplan.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/skipping.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/stash.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/stepwise.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/subtests.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/terminal.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/terminalprogress.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/threadexception.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/timing.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/tmpdir.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/tracemalloc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/unittest.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/unraisableexception.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/warning_types.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/__pycache__/warnings.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_argcomplete.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_code/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_code/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_code/__pycache__/code.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_code/__pycache__/source.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_code/code.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_code/source.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_io/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_io/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_io/__pycache__/pprint.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_io/__pycache__/saferepr.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_io/__pycache__/terminalwriter.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_io/__pycache__/wcwidth.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_io/pprint.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_io/saferepr.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_io/terminalwriter.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_io/wcwidth.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_py/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_py/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_py/__pycache__/error.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_py/__pycache__/path.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_py/error.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_py/path.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/_version.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/assertion/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/assertion/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/assertion/__pycache__/rewrite.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/assertion/__pycache__/truncate.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/assertion/__pycache__/util.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/assertion/rewrite.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/assertion/truncate.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/assertion/util.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/cacheprovider.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/capture.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/compat.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/config/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/config/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/config/__pycache__/argparsing.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/config/__pycache__/compat.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/config/__pycache__/exceptions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/config/__pycache__/findpaths.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/config/argparsing.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/config/compat.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/config/exceptions.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/config/findpaths.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/debugging.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/deprecated.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/doctest.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/faulthandler.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/fixtures.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/freeze_support.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/helpconfig.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/hookspec.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/junitxml.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/legacypath.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/logging.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/main.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/mark/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/mark/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/mark/__pycache__/expression.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/mark/__pycache__/structures.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/_pytest/mark/expression.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/mark/structures.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/monkeypatch.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/nodes.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/outcomes.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/pastebin.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/pathlib.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/py.typed create mode 100644 .venv/lib/python3.12/site-packages/_pytest/pytester.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/pytester_assertions.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/python.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/python_api.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/raises.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/recwarn.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/reports.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/runner.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/scope.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/setuponly.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/setupplan.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/skipping.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/stash.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/stepwise.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/subtests.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/terminal.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/terminalprogress.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/threadexception.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/timing.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/tmpdir.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/tracemalloc.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/unittest.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/unraisableexception.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/warning_types.py create mode 100644 .venv/lib/python3.12/site-packages/_pytest/warnings.py create mode 100644 .venv/lib/python3.12/site-packages/_yaml/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/_yaml/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/a1_coverage.pth create mode 100644 .venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/INSTALLER create mode 100644 .venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/METADATA create mode 100644 .venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/RECORD create mode 100644 .venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/WHEEL create mode 100644 .venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/licenses/LICENSE create mode 100644 .venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/top_level.txt create mode 100644 .venv/lib/python3.12/site-packages/certifi/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/certifi/__main__.py create mode 100644 .venv/lib/python3.12/site-packages/certifi/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/certifi/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/certifi/__pycache__/core.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/certifi/cacert.pem create mode 100644 .venv/lib/python3.12/site-packages/certifi/core.py create mode 100644 .venv/lib/python3.12/site-packages/certifi/py.typed create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/INSTALLER create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/METADATA create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/RECORD create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/WHEEL create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/entry_points.txt create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/licenses/LICENSE create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/top_level.txt create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/__main__.py create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/api.py create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/cd.py create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/cli/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/cli/__main__.py create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/cli/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/constant.py create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/legacy.py create mode 100755 .venv/lib/python3.12/site-packages/charset_normalizer/md.cpython-312-x86_64-linux-gnu.so create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/md.py create mode 100755 .venv/lib/python3.12/site-packages/charset_normalizer/md__mypyc.cpython-312-x86_64-linux-gnu.so create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/models.py create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/py.typed create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/utils.py create mode 100644 .venv/lib/python3.12/site-packages/charset_normalizer/version.py create mode 100644 .venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/INSTALLER create mode 100644 .venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/METADATA create mode 100644 .venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/RECORD create mode 100644 .venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/REQUESTED create mode 100644 .venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/WHEEL create mode 100644 .venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/direct_url.json create mode 100644 .venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/entry_points.txt create mode 100644 .venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/top_level.txt create mode 100644 .venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/INSTALLER create mode 100644 .venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/METADATA create mode 100644 .venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/RECORD create mode 100644 .venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/WHEEL create mode 100644 .venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/entry_points.txt create mode 100644 .venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/licenses/LICENSE.txt create mode 100644 .venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/top_level.txt create mode 100644 .venv/lib/python3.12/site-packages/coverage/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/__main__.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/annotate.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/bytecode.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/cmdline.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/collector.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/config.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/context.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/control.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/core.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/data.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/debug.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/disposition.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/env.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/exceptions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/execfile.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/files.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/html.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/inorout.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/jsonreport.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/lcovreport.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/misc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/multiproc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/numbits.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/parser.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/patch.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/phystokens.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/plugin.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/plugin_support.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/pth_file.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/python.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/pytracer.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/regions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/report.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/report_core.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/results.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/sqldata.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/sqlitedb.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/sysmon.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/templite.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/tomlconfig.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/types.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/version.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/__pycache__/xmlreport.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/coverage/annotate.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/bytecode.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/cmdline.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/collector.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/config.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/context.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/control.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/core.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/data.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/debug.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/disposition.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/env.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/exceptions.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/execfile.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/files.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/html.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/htmlfiles/coverage_html.js create mode 100644 .venv/lib/python3.12/site-packages/coverage/htmlfiles/favicon_32.png create mode 100644 .venv/lib/python3.12/site-packages/coverage/htmlfiles/index.html create mode 100644 .venv/lib/python3.12/site-packages/coverage/htmlfiles/keybd_closed.png create mode 100644 .venv/lib/python3.12/site-packages/coverage/htmlfiles/pyfile.html create mode 100644 .venv/lib/python3.12/site-packages/coverage/htmlfiles/style.css create mode 100644 .venv/lib/python3.12/site-packages/coverage/htmlfiles/style.scss create mode 100644 .venv/lib/python3.12/site-packages/coverage/inorout.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/jsonreport.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/lcovreport.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/misc.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/multiproc.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/numbits.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/parser.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/patch.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/phystokens.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/plugin.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/plugin_support.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/pth_file.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/py.typed create mode 100644 .venv/lib/python3.12/site-packages/coverage/python.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/pytracer.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/regions.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/report.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/report_core.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/results.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/sqldata.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/sqlitedb.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/sysmon.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/templite.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/tomlconfig.py create mode 100755 .venv/lib/python3.12/site-packages/coverage/tracer.cpython-312-x86_64-linux-gnu.so create mode 100644 .venv/lib/python3.12/site-packages/coverage/tracer.pyi create mode 100644 .venv/lib/python3.12/site-packages/coverage/types.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/version.py create mode 100644 .venv/lib/python3.12/site-packages/coverage/xmlreport.py create mode 100644 .venv/lib/python3.12/site-packages/idna-3.11.dist-info/INSTALLER create mode 100644 .venv/lib/python3.12/site-packages/idna-3.11.dist-info/METADATA create mode 100644 .venv/lib/python3.12/site-packages/idna-3.11.dist-info/RECORD create mode 100644 .venv/lib/python3.12/site-packages/idna-3.11.dist-info/WHEEL create mode 100644 .venv/lib/python3.12/site-packages/idna-3.11.dist-info/licenses/LICENSE.md create mode 100644 .venv/lib/python3.12/site-packages/idna/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/idna/__pycache__/codec.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/idna/__pycache__/compat.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/idna/__pycache__/uts46data.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/idna/codec.py create mode 100644 .venv/lib/python3.12/site-packages/idna/compat.py create mode 100644 .venv/lib/python3.12/site-packages/idna/core.py create mode 100644 .venv/lib/python3.12/site-packages/idna/idnadata.py create mode 100644 .venv/lib/python3.12/site-packages/idna/intranges.py create mode 100644 .venv/lib/python3.12/site-packages/idna/package_data.py create mode 100644 .venv/lib/python3.12/site-packages/idna/py.typed create mode 100644 .venv/lib/python3.12/site-packages/idna/uts46data.py create mode 100644 .venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/INSTALLER create mode 100644 .venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/METADATA create mode 100644 .venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/RECORD create mode 100644 .venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/WHEEL create mode 100644 .venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/licenses/LICENSE create mode 100644 .venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/top_level.txt create mode 100644 .venv/lib/python3.12/site-packages/iniconfig/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/iniconfig/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/iniconfig/__pycache__/_parse.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/iniconfig/__pycache__/_version.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/iniconfig/__pycache__/exceptions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/iniconfig/_parse.py create mode 100644 .venv/lib/python3.12/site-packages/iniconfig/_version.py create mode 100644 .venv/lib/python3.12/site-packages/iniconfig/exceptions.py create mode 100644 .venv/lib/python3.12/site-packages/iniconfig/py.typed create mode 100644 .venv/lib/python3.12/site-packages/packaging-25.0.dist-info/INSTALLER create mode 100644 .venv/lib/python3.12/site-packages/packaging-25.0.dist-info/METADATA create mode 100644 .venv/lib/python3.12/site-packages/packaging-25.0.dist-info/RECORD create mode 100644 .venv/lib/python3.12/site-packages/packaging-25.0.dist-info/WHEEL create mode 100644 .venv/lib/python3.12/site-packages/packaging-25.0.dist-info/licenses/LICENSE create mode 100644 .venv/lib/python3.12/site-packages/packaging-25.0.dist-info/licenses/LICENSE.APACHE create mode 100644 .venv/lib/python3.12/site-packages/packaging-25.0.dist-info/licenses/LICENSE.BSD create mode 100644 .venv/lib/python3.12/site-packages/packaging/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/packaging/__pycache__/_elffile.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/packaging/__pycache__/_parser.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/packaging/__pycache__/_tokenizer.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/packaging/__pycache__/metadata.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/packaging/__pycache__/version.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/packaging/_elffile.py create mode 100644 .venv/lib/python3.12/site-packages/packaging/_manylinux.py create mode 100644 .venv/lib/python3.12/site-packages/packaging/_musllinux.py create mode 100644 .venv/lib/python3.12/site-packages/packaging/_parser.py create mode 100644 .venv/lib/python3.12/site-packages/packaging/_structures.py create mode 100644 .venv/lib/python3.12/site-packages/packaging/_tokenizer.py create mode 100644 .venv/lib/python3.12/site-packages/packaging/licenses/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/packaging/licenses/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/packaging/licenses/__pycache__/_spdx.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/packaging/licenses/_spdx.py create mode 100644 .venv/lib/python3.12/site-packages/packaging/markers.py create mode 100644 .venv/lib/python3.12/site-packages/packaging/metadata.py create mode 100644 .venv/lib/python3.12/site-packages/packaging/py.typed create mode 100644 .venv/lib/python3.12/site-packages/packaging/requirements.py create mode 100644 .venv/lib/python3.12/site-packages/packaging/specifiers.py create mode 100644 .venv/lib/python3.12/site-packages/packaging/tags.py create mode 100644 .venv/lib/python3.12/site-packages/packaging/utils.py create mode 100644 .venv/lib/python3.12/site-packages/packaging/version.py create mode 100644 .venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt create mode 100644 .venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER create mode 100644 .venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt create mode 100644 .venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA create mode 100644 .venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD create mode 100644 .venv/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED create mode 100644 .venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL create mode 100644 .venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt create mode 100644 .venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt create mode 100644 .venv/lib/python3.12/site-packages/pip/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/__main__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/__pip-runner__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/build_env.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cache.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/main.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/check.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/download.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/help.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/index.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/install.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/list.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/search.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/show.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/configuration.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/exceptions.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/collector.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/sources.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/base.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/main.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/index.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/link.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/auth.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/cache.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/download.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/session.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/utils.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/check.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/pyproject.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/models.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/style.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/token.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/util.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/actions.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/common.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/core.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/exceptions.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/json.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/layout.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/logging.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/markup.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/measure.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/pager.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/palette.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/panel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/region.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/repr.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/scope.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/screen.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/status.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/styled.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/table.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/text.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/theme.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/themes.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/tree.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/six.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_utils.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/after.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/nap.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/retry.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/stop.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tenacity/wait.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 .venv/lib/python3.12/site-packages/pip/py.typed create mode 100644 .venv/lib/python3.12/site-packages/pluggy-1.6.0.dist-info/INSTALLER create mode 100644 .venv/lib/python3.12/site-packages/pluggy-1.6.0.dist-info/METADATA create mode 100644 .venv/lib/python3.12/site-packages/pluggy-1.6.0.dist-info/RECORD create mode 100644 .venv/lib/python3.12/site-packages/pluggy-1.6.0.dist-info/WHEEL create mode 100644 .venv/lib/python3.12/site-packages/pluggy-1.6.0.dist-info/licenses/LICENSE create mode 100644 .venv/lib/python3.12/site-packages/pluggy-1.6.0.dist-info/top_level.txt create mode 100644 .venv/lib/python3.12/site-packages/pluggy/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pluggy/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pluggy/__pycache__/_callers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pluggy/__pycache__/_hooks.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pluggy/__pycache__/_manager.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pluggy/__pycache__/_result.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pluggy/__pycache__/_tracing.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pluggy/__pycache__/_version.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pluggy/__pycache__/_warnings.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pluggy/_callers.py create mode 100644 .venv/lib/python3.12/site-packages/pluggy/_hooks.py create mode 100644 .venv/lib/python3.12/site-packages/pluggy/_manager.py create mode 100644 .venv/lib/python3.12/site-packages/pluggy/_result.py create mode 100644 .venv/lib/python3.12/site-packages/pluggy/_tracing.py create mode 100644 .venv/lib/python3.12/site-packages/pluggy/_version.py create mode 100644 .venv/lib/python3.12/site-packages/pluggy/_warnings.py create mode 100644 .venv/lib/python3.12/site-packages/pluggy/py.typed create mode 100644 .venv/lib/python3.12/site-packages/py.py create mode 100644 .venv/lib/python3.12/site-packages/pygments-2.19.2.dist-info/INSTALLER create mode 100644 .venv/lib/python3.12/site-packages/pygments-2.19.2.dist-info/METADATA create mode 100644 .venv/lib/python3.12/site-packages/pygments-2.19.2.dist-info/RECORD create mode 100644 .venv/lib/python3.12/site-packages/pygments-2.19.2.dist-info/WHEEL create mode 100644 .venv/lib/python3.12/site-packages/pygments-2.19.2.dist-info/entry_points.txt create mode 100644 .venv/lib/python3.12/site-packages/pygments-2.19.2.dist-info/licenses/AUTHORS create mode 100644 .venv/lib/python3.12/site-packages/pygments-2.19.2.dist-info/licenses/LICENSE create mode 100644 .venv/lib/python3.12/site-packages/pygments/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/__main__.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/__pycache__/cmdline.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/__pycache__/console.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/__pycache__/filter.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/__pycache__/formatter.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/__pycache__/lexer.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/__pycache__/modeline.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/__pycache__/plugin.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/__pycache__/regexopt.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/__pycache__/scanner.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/__pycache__/sphinxext.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/__pycache__/style.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/__pycache__/token.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/__pycache__/unistring.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/__pycache__/util.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/cmdline.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/console.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/filter.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/filters/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/filters/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatter.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/__pycache__/_mapping.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/__pycache__/bbcode.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/__pycache__/groff.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/__pycache__/html.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/__pycache__/img.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/__pycache__/irc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/__pycache__/latex.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/__pycache__/other.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/__pycache__/rtf.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/__pycache__/svg.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/__pycache__/terminal.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/__pycache__/terminal256.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/_mapping.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/bbcode.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/groff.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/html.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/img.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/irc.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/latex.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/other.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/pangomarkup.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/rtf.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/svg.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/terminal.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/formatters/terminal256.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexer.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_ada_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_asy_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_cl_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_cocoa_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_csound_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_css_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_googlesql_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_julia_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_lasso_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_lilypond_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_lua_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_luau_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_mapping.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_mql_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_mysql_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_openedge_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_php_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_postgres_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_qlik_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_scheme_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_scilab_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_sourcemod_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_sql_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_stan_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_stata_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_tsql_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_usd_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_vbscript_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/_vim_builtins.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/actionscript.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/ada.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/agile.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/algebra.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/ambient.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/amdgpu.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/ampl.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/apdlexer.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/apl.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/archetype.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/arrow.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/arturo.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/asc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/asm.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/asn1.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/automation.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/bare.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/basic.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/bdd.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/berry.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/bibtex.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/blueprint.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/boa.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/bqn.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/business.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/c_cpp.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/c_like.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/capnproto.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/carbon.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/cddl.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/chapel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/clean.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/codeql.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/comal.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/compiled.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/configs.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/console.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/cplint.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/crystal.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/csound.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/css.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/d.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/dalvik.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/data.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/dax.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/devicetree.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/diff.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/dns.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/dotnet.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/dsls.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/dylan.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/ecl.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/eiffel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/elm.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/elpi.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/email.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/erlang.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/esoteric.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/ezhil.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/factor.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/fantom.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/felix.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/fift.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/floscript.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/forth.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/fortran.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/foxpro.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/freefem.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/func.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/functional.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/futhark.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/gcodelexer.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/gdscript.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/gleam.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/go.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/grammar_notation.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/graph.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/graphics.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/graphql.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/graphviz.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/gsql.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/hare.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/haskell.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/haxe.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/hdl.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/hexdump.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/html.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/idl.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/igor.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/inferno.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/installers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/int_fiction.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/iolang.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/j.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/javascript.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/jmespath.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/jslt.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/json5.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/jsonnet.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/jsx.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/julia.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/jvm.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/kuin.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/kusto.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/ldap.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/lean.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/lilypond.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/lisp.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/macaulay2.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/make.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/maple.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/markup.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/math.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/matlab.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/maxima.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/meson.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/mime.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/minecraft.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/mips.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/ml.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/modeling.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/modula2.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/mojo.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/monte.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/mosel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/ncl.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/nimrod.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/nit.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/nix.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/numbair.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/oberon.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/objective.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/ooc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/openscad.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/other.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/parasail.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/parsers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/pascal.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/pawn.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/pddl.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/perl.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/phix.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/php.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/pointless.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/pony.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/praat.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/procfile.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/prolog.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/promql.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/prql.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/ptx.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/python.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/q.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/qlik.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/qvt.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/r.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/rdf.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/rebol.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/rego.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/resource.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/ride.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/rita.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/rnc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/roboconf.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/robotframework.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/ruby.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/rust.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/sas.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/savi.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/scdoc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/scripting.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/sgf.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/shell.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/sieve.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/slash.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/smalltalk.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/smithy.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/smv.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/snobol.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/solidity.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/soong.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/sophia.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/special.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/spice.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/sql.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/srcinfo.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/stata.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/supercollider.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/tablegen.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/tact.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/tal.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/tcl.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/teal.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/templates.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/teraterm.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/testing.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/text.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/textedit.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/textfmts.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/theorem.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/thingsdb.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/tlb.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/tls.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/tnt.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/trafficscript.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/typoscript.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/typst.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/ul4.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/unicon.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/urbi.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/usd.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/varnish.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/verification.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/verifpal.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/vip.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/vyper.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/web.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/webassembly.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/webidl.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/webmisc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/wgsl.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/whiley.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/wowtoc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/wren.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/x10.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/xorg.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/yang.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/yara.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/__pycache__/zig.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_ada_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_asy_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_cl_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_cocoa_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_csound_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_css_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_googlesql_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_julia_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_lasso_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_lilypond_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_lua_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_luau_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_mapping.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_mql_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_mysql_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_openedge_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_php_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_postgres_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_qlik_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_scheme_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_scilab_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_sourcemod_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_sql_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_stan_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_stata_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_tsql_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_usd_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_vbscript_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/_vim_builtins.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/actionscript.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/ada.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/agile.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/algebra.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/ambient.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/amdgpu.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/ampl.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/apdlexer.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/apl.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/archetype.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/arrow.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/arturo.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/asc.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/asm.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/asn1.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/automation.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/bare.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/basic.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/bdd.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/berry.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/bibtex.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/blueprint.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/boa.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/bqn.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/business.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/c_cpp.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/c_like.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/capnproto.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/carbon.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/cddl.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/chapel.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/clean.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/codeql.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/comal.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/compiled.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/configs.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/console.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/cplint.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/crystal.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/csound.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/css.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/d.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/dalvik.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/data.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/dax.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/devicetree.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/diff.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/dns.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/dotnet.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/dsls.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/dylan.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/ecl.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/eiffel.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/elm.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/elpi.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/email.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/erlang.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/esoteric.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/ezhil.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/factor.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/fantom.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/felix.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/fift.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/floscript.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/forth.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/fortran.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/foxpro.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/freefem.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/func.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/functional.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/futhark.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/gcodelexer.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/gdscript.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/gleam.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/go.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/grammar_notation.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/graph.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/graphics.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/graphql.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/graphviz.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/gsql.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/hare.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/haskell.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/haxe.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/hdl.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/hexdump.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/html.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/idl.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/igor.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/inferno.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/installers.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/int_fiction.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/iolang.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/j.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/javascript.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/jmespath.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/jslt.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/json5.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/jsonnet.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/jsx.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/julia.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/jvm.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/kuin.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/kusto.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/ldap.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/lean.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/lilypond.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/lisp.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/macaulay2.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/make.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/maple.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/markup.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/math.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/matlab.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/maxima.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/meson.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/mime.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/minecraft.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/mips.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/ml.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/modeling.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/modula2.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/mojo.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/monte.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/mosel.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/ncl.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/nimrod.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/nit.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/nix.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/numbair.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/oberon.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/objective.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/ooc.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/openscad.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/other.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/parasail.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/parsers.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/pascal.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/pawn.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/pddl.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/perl.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/phix.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/php.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/pointless.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/pony.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/praat.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/procfile.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/prolog.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/promql.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/prql.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/ptx.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/python.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/q.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/qlik.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/qvt.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/r.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/rdf.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/rebol.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/rego.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/resource.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/ride.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/rita.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/rnc.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/roboconf.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/robotframework.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/ruby.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/rust.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/sas.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/savi.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/scdoc.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/scripting.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/sgf.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/shell.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/sieve.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/slash.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/smalltalk.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/smithy.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/smv.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/snobol.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/solidity.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/soong.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/sophia.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/special.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/spice.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/sql.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/srcinfo.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/stata.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/supercollider.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/tablegen.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/tact.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/tal.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/tcl.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/teal.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/templates.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/teraterm.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/testing.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/text.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/textedit.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/textfmts.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/theorem.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/thingsdb.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/tlb.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/tls.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/tnt.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/trafficscript.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/typoscript.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/typst.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/ul4.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/unicon.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/urbi.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/usd.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/varnish.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/verification.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/verifpal.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/vip.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/vyper.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/web.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/webassembly.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/webidl.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/webmisc.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/wgsl.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/whiley.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/wowtoc.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/wren.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/x10.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/xorg.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/yang.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/yara.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/lexers/zig.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/modeline.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/plugin.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/regexopt.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/scanner.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/sphinxext.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/style.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/_mapping.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/abap.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/algol.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/algol_nu.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/arduino.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/autumn.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/borland.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/bw.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/coffee.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/colorful.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/default.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/dracula.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/emacs.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/friendly.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/friendly_grayscale.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/fruity.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/gh_dark.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/gruvbox.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/igor.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/inkpot.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/lightbulb.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/lilypond.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/lovelace.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/manni.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/material.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/monokai.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/murphy.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/native.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/nord.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/onedark.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/paraiso_dark.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/paraiso_light.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/pastie.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/perldoc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/rainbow_dash.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/rrt.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/sas.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/solarized.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/staroffice.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/stata_dark.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/stata_light.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/tango.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/trac.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/vim.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/vs.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/xcode.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/__pycache__/zenburn.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/_mapping.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/abap.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/algol.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/algol_nu.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/arduino.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/autumn.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/borland.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/bw.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/coffee.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/colorful.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/default.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/dracula.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/emacs.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/friendly.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/friendly_grayscale.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/fruity.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/gh_dark.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/gruvbox.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/igor.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/inkpot.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/lightbulb.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/lilypond.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/lovelace.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/manni.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/material.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/monokai.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/murphy.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/native.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/nord.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/onedark.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/paraiso_dark.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/paraiso_light.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/pastie.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/perldoc.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/rainbow_dash.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/rrt.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/sas.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/solarized.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/staroffice.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/stata_dark.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/stata_light.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/tango.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/trac.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/vim.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/vs.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/xcode.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/styles/zenburn.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/token.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/unistring.py create mode 100644 .venv/lib/python3.12/site-packages/pygments/util.py create mode 100644 .venv/lib/python3.12/site-packages/pytest-9.0.2.dist-info/INSTALLER create mode 100644 .venv/lib/python3.12/site-packages/pytest-9.0.2.dist-info/METADATA create mode 100644 .venv/lib/python3.12/site-packages/pytest-9.0.2.dist-info/RECORD create mode 100644 .venv/lib/python3.12/site-packages/pytest-9.0.2.dist-info/WHEEL create mode 100644 .venv/lib/python3.12/site-packages/pytest-9.0.2.dist-info/entry_points.txt create mode 100644 .venv/lib/python3.12/site-packages/pytest-9.0.2.dist-info/licenses/LICENSE create mode 100644 .venv/lib/python3.12/site-packages/pytest-9.0.2.dist-info/top_level.txt create mode 100644 .venv/lib/python3.12/site-packages/pytest/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pytest/__main__.py create mode 100644 .venv/lib/python3.12/site-packages/pytest/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pytest/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pytest/py.typed create mode 100644 .venv/lib/python3.12/site-packages/pytest_cov-7.0.0.dist-info/INSTALLER create mode 100644 .venv/lib/python3.12/site-packages/pytest_cov-7.0.0.dist-info/METADATA create mode 100644 .venv/lib/python3.12/site-packages/pytest_cov-7.0.0.dist-info/RECORD create mode 100644 .venv/lib/python3.12/site-packages/pytest_cov-7.0.0.dist-info/WHEEL create mode 100644 .venv/lib/python3.12/site-packages/pytest_cov-7.0.0.dist-info/entry_points.txt create mode 100644 .venv/lib/python3.12/site-packages/pytest_cov-7.0.0.dist-info/licenses/AUTHORS.rst create mode 100644 .venv/lib/python3.12/site-packages/pytest_cov-7.0.0.dist-info/licenses/LICENSE create mode 100644 .venv/lib/python3.12/site-packages/pytest_cov/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pytest_cov/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pytest_cov/__pycache__/engine.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pytest_cov/__pycache__/plugin.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pytest_cov/engine.py create mode 100644 .venv/lib/python3.12/site-packages/pytest_cov/plugin.py create mode 100644 .venv/lib/python3.12/site-packages/pyyaml-6.0.3.dist-info/INSTALLER create mode 100644 .venv/lib/python3.12/site-packages/pyyaml-6.0.3.dist-info/METADATA create mode 100644 .venv/lib/python3.12/site-packages/pyyaml-6.0.3.dist-info/RECORD create mode 100644 .venv/lib/python3.12/site-packages/pyyaml-6.0.3.dist-info/WHEEL create mode 100644 .venv/lib/python3.12/site-packages/pyyaml-6.0.3.dist-info/licenses/LICENSE create mode 100644 .venv/lib/python3.12/site-packages/pyyaml-6.0.3.dist-info/top_level.txt create mode 100644 .venv/lib/python3.12/site-packages/requests-2.32.5.dist-info/INSTALLER create mode 100644 .venv/lib/python3.12/site-packages/requests-2.32.5.dist-info/METADATA create mode 100644 .venv/lib/python3.12/site-packages/requests-2.32.5.dist-info/RECORD create mode 100644 .venv/lib/python3.12/site-packages/requests-2.32.5.dist-info/WHEEL create mode 100644 .venv/lib/python3.12/site-packages/requests-2.32.5.dist-info/licenses/LICENSE create mode 100644 .venv/lib/python3.12/site-packages/requests-2.32.5.dist-info/top_level.txt create mode 100644 .venv/lib/python3.12/site-packages/requests/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/requests/__pycache__/help.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/requests/__version__.py create mode 100644 .venv/lib/python3.12/site-packages/requests/_internal_utils.py create mode 100644 .venv/lib/python3.12/site-packages/requests/adapters.py create mode 100644 .venv/lib/python3.12/site-packages/requests/api.py create mode 100644 .venv/lib/python3.12/site-packages/requests/auth.py create mode 100644 .venv/lib/python3.12/site-packages/requests/certs.py create mode 100644 .venv/lib/python3.12/site-packages/requests/compat.py create mode 100644 .venv/lib/python3.12/site-packages/requests/cookies.py create mode 100644 .venv/lib/python3.12/site-packages/requests/exceptions.py create mode 100644 .venv/lib/python3.12/site-packages/requests/help.py create mode 100644 .venv/lib/python3.12/site-packages/requests/hooks.py create mode 100644 .venv/lib/python3.12/site-packages/requests/models.py create mode 100644 .venv/lib/python3.12/site-packages/requests/packages.py create mode 100644 .venv/lib/python3.12/site-packages/requests/sessions.py create mode 100644 .venv/lib/python3.12/site-packages/requests/status_codes.py create mode 100644 .venv/lib/python3.12/site-packages/requests/structures.py create mode 100644 .venv/lib/python3.12/site-packages/requests/utils.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3-2.6.2.dist-info/INSTALLER create mode 100644 .venv/lib/python3.12/site-packages/urllib3-2.6.2.dist-info/METADATA create mode 100644 .venv/lib/python3.12/site-packages/urllib3-2.6.2.dist-info/RECORD create mode 100644 .venv/lib/python3.12/site-packages/urllib3-2.6.2.dist-info/WHEEL create mode 100644 .venv/lib/python3.12/site-packages/urllib3-2.6.2.dist-info/licenses/LICENSE.txt create mode 100644 .venv/lib/python3.12/site-packages/urllib3/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/__pycache__/_base_connection.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/__pycache__/_request_methods.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/_base_connection.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/_collections.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/_request_methods.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/_version.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/connection.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/connectionpool.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/contrib/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/__pycache__/connection.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/__pycache__/fetch.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/__pycache__/request.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/__pycache__/response.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/emscripten_fetch_worker.js create mode 100644 .venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/fetch.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/request.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/contrib/emscripten/response.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/contrib/pyopenssl.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/contrib/socks.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/exceptions.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/fields.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/filepost.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/http2/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/http2/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/http2/__pycache__/connection.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/http2/__pycache__/probe.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/http2/connection.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/http2/probe.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/poolmanager.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/py.typed create mode 100644 .venv/lib/python3.12/site-packages/urllib3/response.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/__pycache__/util.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/connection.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/proxy.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/request.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/response.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/retry.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/ssl_.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/ssl_match_hostname.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/ssltransport.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/timeout.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/url.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/util.py create mode 100644 .venv/lib/python3.12/site-packages/urllib3/util/wait.py create mode 100644 .venv/lib/python3.12/site-packages/urwid-3.0.3.dist-info/INSTALLER create mode 100644 .venv/lib/python3.12/site-packages/urwid-3.0.3.dist-info/METADATA create mode 100644 .venv/lib/python3.12/site-packages/urwid-3.0.3.dist-info/RECORD create mode 100644 .venv/lib/python3.12/site-packages/urwid-3.0.3.dist-info/WHEEL create mode 100644 .venv/lib/python3.12/site-packages/urwid-3.0.3.dist-info/licenses/COPYING create mode 100644 .venv/lib/python3.12/site-packages/urwid-3.0.3.dist-info/top_level.txt create mode 100644 .venv/lib/python3.12/site-packages/urwid/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/__pycache__/canvas.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/__pycache__/command_map.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/__pycache__/container.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/__pycache__/decoration.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/__pycache__/font.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/__pycache__/graphics.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/__pycache__/numedit.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/__pycache__/signals.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/__pycache__/split_repr.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/__pycache__/str_util.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/__pycache__/text_layout.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/__pycache__/util.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/__pycache__/version.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/__pycache__/vterm.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/__pycache__/wimp.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/canvas.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/command_map.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/container.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/decoration.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/__pycache__/_posix_raw_display.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/__pycache__/_raw_display_base.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/__pycache__/_win32.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/__pycache__/_win32_raw_display.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/__pycache__/common.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/__pycache__/curses.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/__pycache__/escape.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/__pycache__/html_fragment.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/__pycache__/lcd.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/__pycache__/raw.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/__pycache__/web.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/_posix_raw_display.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/_raw_display_base.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/_web.css create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/_web.js create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/_win32.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/_win32_raw_display.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/common.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/curses.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/escape.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/html_fragment.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/lcd.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/raw.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/display/web.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/__pycache__/abstract_loop.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/__pycache__/asyncio_loop.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/__pycache__/glib_loop.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/__pycache__/main_loop.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/__pycache__/select_loop.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/__pycache__/tornado_loop.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/__pycache__/trio_loop.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/__pycache__/twisted_loop.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/__pycache__/zmq_loop.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/abstract_loop.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/asyncio_loop.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/glib_loop.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/main_loop.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/select_loop.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/tornado_loop.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/trio_loop.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/twisted_loop.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/event_loop/zmq_loop.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/font.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/graphics.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/numedit.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/signals.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/split_repr.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/str_util.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/text_layout.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/util.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/version.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/vterm.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/attr_map.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/attr_wrap.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/bar_graph.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/big_text.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/box_adapter.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/columns.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/constants.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/container.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/divider.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/edit.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/filler.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/frame.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/grid_flow.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/line_box.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/listbox.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/monitored_list.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/overlay.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/padding.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/pile.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/popup.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/progress_bar.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/scrollable.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/solid_fill.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/text.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/treetools.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/widget.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/widget_decoration.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/__pycache__/wimp.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/attr_map.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/attr_wrap.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/bar_graph.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/big_text.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/box_adapter.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/columns.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/constants.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/container.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/divider.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/edit.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/filler.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/frame.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/grid_flow.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/line_box.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/listbox.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/monitored_list.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/overlay.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/padding.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/pile.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/popup.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/progress_bar.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/scrollable.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/solid_fill.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/text.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/treetools.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/widget.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/widget_decoration.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/widget/wimp.py create mode 100644 .venv/lib/python3.12/site-packages/urwid/wimp.py create mode 100644 .venv/lib/python3.12/site-packages/wcwidth-0.2.14.dist-info/INSTALLER create mode 100644 .venv/lib/python3.12/site-packages/wcwidth-0.2.14.dist-info/METADATA create mode 100644 .venv/lib/python3.12/site-packages/wcwidth-0.2.14.dist-info/RECORD create mode 100644 .venv/lib/python3.12/site-packages/wcwidth-0.2.14.dist-info/WHEEL create mode 100644 .venv/lib/python3.12/site-packages/wcwidth-0.2.14.dist-info/licenses/LICENSE create mode 100644 .venv/lib/python3.12/site-packages/wcwidth-0.2.14.dist-info/top_level.txt create mode 100644 .venv/lib/python3.12/site-packages/wcwidth-0.2.14.dist-info/zip-safe create mode 100644 .venv/lib/python3.12/site-packages/wcwidth/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/wcwidth/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/wcwidth/__pycache__/table_vs15.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/wcwidth/__pycache__/table_vs16.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/wcwidth/__pycache__/table_wide.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/wcwidth/__pycache__/table_zero.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/wcwidth/__pycache__/unicode_versions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/wcwidth/__pycache__/wcwidth.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/wcwidth/table_vs15.py create mode 100644 .venv/lib/python3.12/site-packages/wcwidth/table_vs16.py create mode 100644 .venv/lib/python3.12/site-packages/wcwidth/table_wide.py create mode 100644 .venv/lib/python3.12/site-packages/wcwidth/table_zero.py create mode 100644 .venv/lib/python3.12/site-packages/wcwidth/unicode_versions.py create mode 100644 .venv/lib/python3.12/site-packages/wcwidth/wcwidth.py create mode 100644 .venv/lib/python3.12/site-packages/yaml/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/yaml/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/yaml/__pycache__/composer.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/yaml/__pycache__/constructor.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/yaml/__pycache__/cyaml.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/yaml/__pycache__/dumper.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/yaml/__pycache__/emitter.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/yaml/__pycache__/error.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/yaml/__pycache__/events.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/yaml/__pycache__/loader.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/yaml/__pycache__/nodes.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/yaml/__pycache__/parser.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/yaml/__pycache__/reader.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/yaml/__pycache__/representer.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/yaml/__pycache__/resolver.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/yaml/__pycache__/scanner.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/yaml/__pycache__/serializer.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/yaml/__pycache__/tokens.cpython-312.pyc create mode 100755 .venv/lib/python3.12/site-packages/yaml/_yaml.cpython-312-x86_64-linux-gnu.so create mode 100644 .venv/lib/python3.12/site-packages/yaml/composer.py create mode 100644 .venv/lib/python3.12/site-packages/yaml/constructor.py create mode 100644 .venv/lib/python3.12/site-packages/yaml/cyaml.py create mode 100644 .venv/lib/python3.12/site-packages/yaml/dumper.py create mode 100644 .venv/lib/python3.12/site-packages/yaml/emitter.py create mode 100644 .venv/lib/python3.12/site-packages/yaml/error.py create mode 100644 .venv/lib/python3.12/site-packages/yaml/events.py create mode 100644 .venv/lib/python3.12/site-packages/yaml/loader.py create mode 100644 .venv/lib/python3.12/site-packages/yaml/nodes.py create mode 100644 .venv/lib/python3.12/site-packages/yaml/parser.py create mode 100644 .venv/lib/python3.12/site-packages/yaml/reader.py create mode 100644 .venv/lib/python3.12/site-packages/yaml/representer.py create mode 100644 .venv/lib/python3.12/site-packages/yaml/resolver.py create mode 100644 .venv/lib/python3.12/site-packages/yaml/scanner.py create mode 100644 .venv/lib/python3.12/site-packages/yaml/serializer.py create mode 100644 .venv/lib/python3.12/site-packages/yaml/tokens.py create mode 120000 .venv/lib64 create mode 100644 .venv/pyvenv.cfg create mode 100644 architecture.html create mode 100644 archive/discussions/diagrams/smarttools-registry_frontend_6.puml create mode 100644 archive/discussions/diagrams/smarttools-registry_rob_1.png create mode 100644 archive/discussions/diagrams/smarttools-registry_rob_1.puml create mode 100644 archive/discussions/diagrams/smarttools-registry_rob_1.svg create mode 100644 archive/discussions/diagrams/smarttools-registry_rob_2.puml create mode 100644 archive/discussions/diagrams/smarttools-registry_rob_5.puml create mode 100644 archive/discussions/diagrams/smarttools-registry_rob_6.svg create mode 100644 archive/discussions/diagrams/smarttools-registry_rob_7.svg create mode 100644 archive/discussions/smarttools-registry.discussion.md create mode 100644 diagrams/smarttools-registry_11.puml create mode 100644 diagrams/smarttools-registry_14.puml create mode 100644 diagrams/smarttools-registry_4.puml create mode 100644 diagrams/smarttools-registry_designer_11.puml create mode 100644 diagrams/smarttools-registry_designer_14.puml create mode 100644 diagrams/smarttools-registry_designer_2.puml create mode 100644 diagrams/smarttools-registry_designer_6.puml create mode 100644 diagrams/smarttools-registry_frontend_1.puml create mode 100644 diagrams/smarttools-registry_frontend_11.puml create mode 100644 diagrams/smarttools-registry_frontend_2.puml create mode 100644 diagrams/smarttools-registry_frontend_4.puml create mode 100644 diagrams/smarttools-registry_frontend_6.puml create mode 100644 diagrams/smarttools-registry_frontend_9.puml create mode 100644 diagrams/smarttools-registry_ux_6.puml create mode 100644 diagrams/smarttools-registry_ux_9.puml create mode 100644 docs/diagrams/deployment-architecture.png create mode 100644 docs/diagrams/deployment-architecture.puml create mode 100644 docs/diagrams/deployment-architecture.svg create mode 100644 docs/diagrams/source-organization.png create mode 100644 docs/diagrams/source-organization.puml create mode 100644 docs/diagrams/source-organization.svg create mode 100644 docs/diagrams/system-architecture.png create mode 100644 docs/diagrams/system-architecture.puml create mode 100644 docs/diagrams/system-architecture.svg create mode 100644 fixed_diagram.puml create mode 120000 node_modules/.bin/cssesc create mode 120000 node_modules/.bin/jiti create mode 120000 node_modules/.bin/nanoid create mode 120000 node_modules/.bin/resolve create mode 120000 node_modules/.bin/sucrase create mode 120000 node_modules/.bin/sucrase-node create mode 120000 node_modules/.bin/tailwind create mode 120000 node_modules/.bin/tailwindcss create mode 100644 node_modules/.package-lock.json create mode 100644 node_modules/@alloc/quick-lru/index.d.ts create mode 100644 node_modules/@alloc/quick-lru/index.js create mode 100644 node_modules/@alloc/quick-lru/license create mode 100644 node_modules/@alloc/quick-lru/package.json create mode 100644 node_modules/@alloc/quick-lru/readme.md create mode 100644 node_modules/@jridgewell/gen-mapping/LICENSE create mode 100644 node_modules/@jridgewell/gen-mapping/README.md create mode 100644 node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs create mode 100644 node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map create mode 100644 node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js create mode 100644 node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map create mode 100644 node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts create mode 100644 node_modules/@jridgewell/gen-mapping/dist/types/set-array.d.ts create mode 100644 node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts create mode 100644 node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts create mode 100644 node_modules/@jridgewell/gen-mapping/package.json create mode 100644 node_modules/@jridgewell/gen-mapping/src/gen-mapping.ts create mode 100644 node_modules/@jridgewell/gen-mapping/src/set-array.ts create mode 100644 node_modules/@jridgewell/gen-mapping/src/sourcemap-segment.ts create mode 100644 node_modules/@jridgewell/gen-mapping/src/types.ts create mode 100644 node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts create mode 100644 node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts.map create mode 100644 node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts create mode 100644 node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts.map create mode 100644 node_modules/@jridgewell/gen-mapping/types/set-array.d.cts create mode 100644 node_modules/@jridgewell/gen-mapping/types/set-array.d.cts.map create mode 100644 node_modules/@jridgewell/gen-mapping/types/set-array.d.mts create mode 100644 node_modules/@jridgewell/gen-mapping/types/set-array.d.mts.map create mode 100644 node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts create mode 100644 node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts.map create mode 100644 node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts create mode 100644 node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts.map create mode 100644 node_modules/@jridgewell/gen-mapping/types/types.d.cts create mode 100644 node_modules/@jridgewell/gen-mapping/types/types.d.cts.map create mode 100644 node_modules/@jridgewell/gen-mapping/types/types.d.mts create mode 100644 node_modules/@jridgewell/gen-mapping/types/types.d.mts.map create mode 100644 node_modules/@jridgewell/resolve-uri/LICENSE create mode 100644 node_modules/@jridgewell/resolve-uri/README.md create mode 100644 node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs create mode 100644 node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map create mode 100644 node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js create mode 100644 node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map create mode 100644 node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts create mode 100644 node_modules/@jridgewell/resolve-uri/package.json create mode 100644 node_modules/@jridgewell/sourcemap-codec/LICENSE create mode 100644 node_modules/@jridgewell/sourcemap-codec/README.md create mode 100644 node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs create mode 100644 node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map create mode 100644 node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js create mode 100644 node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map create mode 100644 node_modules/@jridgewell/sourcemap-codec/package.json create mode 100644 node_modules/@jridgewell/sourcemap-codec/src/scopes.ts create mode 100644 node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts create mode 100644 node_modules/@jridgewell/sourcemap-codec/src/strings.ts create mode 100644 node_modules/@jridgewell/sourcemap-codec/src/vlq.ts create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts.map create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts.map create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts.map create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts.map create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts.map create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts.map create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts.map create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts.map create mode 100644 node_modules/@jridgewell/trace-mapping/LICENSE create mode 100644 node_modules/@jridgewell/trace-mapping/README.md create mode 100644 node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs create mode 100644 node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map create mode 100644 node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js create mode 100644 node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map create mode 100644 node_modules/@jridgewell/trace-mapping/package.json create mode 100644 node_modules/@jridgewell/trace-mapping/src/binary-search.ts create mode 100644 node_modules/@jridgewell/trace-mapping/src/by-source.ts create mode 100644 node_modules/@jridgewell/trace-mapping/src/flatten-map.ts create mode 100644 node_modules/@jridgewell/trace-mapping/src/resolve.ts create mode 100644 node_modules/@jridgewell/trace-mapping/src/sort.ts create mode 100644 node_modules/@jridgewell/trace-mapping/src/sourcemap-segment.ts create mode 100644 node_modules/@jridgewell/trace-mapping/src/strip-filename.ts create mode 100644 node_modules/@jridgewell/trace-mapping/src/trace-mapping.ts create mode 100644 node_modules/@jridgewell/trace-mapping/src/types.ts create mode 100644 node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts create mode 100644 node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts.map create mode 100644 node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts create mode 100644 node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts.map create mode 100644 node_modules/@jridgewell/trace-mapping/types/by-source.d.cts create mode 100644 node_modules/@jridgewell/trace-mapping/types/by-source.d.cts.map create mode 100644 node_modules/@jridgewell/trace-mapping/types/by-source.d.mts create mode 100644 node_modules/@jridgewell/trace-mapping/types/by-source.d.mts.map create mode 100644 node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts create mode 100644 node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts.map create mode 100644 node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts create mode 100644 node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts.map create mode 100644 node_modules/@jridgewell/trace-mapping/types/resolve.d.cts create mode 100644 node_modules/@jridgewell/trace-mapping/types/resolve.d.cts.map create mode 100644 node_modules/@jridgewell/trace-mapping/types/resolve.d.mts create mode 100644 node_modules/@jridgewell/trace-mapping/types/resolve.d.mts.map create mode 100644 node_modules/@jridgewell/trace-mapping/types/sort.d.cts create mode 100644 node_modules/@jridgewell/trace-mapping/types/sort.d.cts.map create mode 100644 node_modules/@jridgewell/trace-mapping/types/sort.d.mts create mode 100644 node_modules/@jridgewell/trace-mapping/types/sort.d.mts.map create mode 100644 node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts create mode 100644 node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts.map create mode 100644 node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts create mode 100644 node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts.map create mode 100644 node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts create mode 100644 node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts.map create mode 100644 node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts create mode 100644 node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts.map create mode 100644 node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts create mode 100644 node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts.map create mode 100644 node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts create mode 100644 node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts.map create mode 100644 node_modules/@jridgewell/trace-mapping/types/types.d.cts create mode 100644 node_modules/@jridgewell/trace-mapping/types/types.d.cts.map create mode 100644 node_modules/@jridgewell/trace-mapping/types/types.d.mts create mode 100644 node_modules/@jridgewell/trace-mapping/types/types.d.mts.map create mode 100644 node_modules/@nodelib/fs.scandir/LICENSE create mode 100644 node_modules/@nodelib/fs.scandir/README.md create mode 100644 node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts create mode 100644 node_modules/@nodelib/fs.scandir/out/adapters/fs.js create mode 100644 node_modules/@nodelib/fs.scandir/out/constants.d.ts create mode 100644 node_modules/@nodelib/fs.scandir/out/constants.js create mode 100644 node_modules/@nodelib/fs.scandir/out/index.d.ts create mode 100644 node_modules/@nodelib/fs.scandir/out/index.js create mode 100644 node_modules/@nodelib/fs.scandir/out/providers/async.d.ts create mode 100644 node_modules/@nodelib/fs.scandir/out/providers/async.js create mode 100644 node_modules/@nodelib/fs.scandir/out/providers/common.d.ts create mode 100644 node_modules/@nodelib/fs.scandir/out/providers/common.js create mode 100644 node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts create mode 100644 node_modules/@nodelib/fs.scandir/out/providers/sync.js create mode 100644 node_modules/@nodelib/fs.scandir/out/settings.d.ts create mode 100644 node_modules/@nodelib/fs.scandir/out/settings.js create mode 100644 node_modules/@nodelib/fs.scandir/out/types/index.d.ts create mode 100644 node_modules/@nodelib/fs.scandir/out/types/index.js create mode 100644 node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts create mode 100644 node_modules/@nodelib/fs.scandir/out/utils/fs.js create mode 100644 node_modules/@nodelib/fs.scandir/out/utils/index.d.ts create mode 100644 node_modules/@nodelib/fs.scandir/out/utils/index.js create mode 100644 node_modules/@nodelib/fs.scandir/package.json create mode 100644 node_modules/@nodelib/fs.stat/LICENSE create mode 100644 node_modules/@nodelib/fs.stat/README.md create mode 100644 node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts create mode 100644 node_modules/@nodelib/fs.stat/out/adapters/fs.js create mode 100644 node_modules/@nodelib/fs.stat/out/index.d.ts create mode 100644 node_modules/@nodelib/fs.stat/out/index.js create mode 100644 node_modules/@nodelib/fs.stat/out/providers/async.d.ts create mode 100644 node_modules/@nodelib/fs.stat/out/providers/async.js create mode 100644 node_modules/@nodelib/fs.stat/out/providers/sync.d.ts create mode 100644 node_modules/@nodelib/fs.stat/out/providers/sync.js create mode 100644 node_modules/@nodelib/fs.stat/out/settings.d.ts create mode 100644 node_modules/@nodelib/fs.stat/out/settings.js create mode 100644 node_modules/@nodelib/fs.stat/out/types/index.d.ts create mode 100644 node_modules/@nodelib/fs.stat/out/types/index.js create mode 100644 node_modules/@nodelib/fs.stat/package.json create mode 100644 node_modules/@nodelib/fs.walk/LICENSE create mode 100644 node_modules/@nodelib/fs.walk/README.md create mode 100644 node_modules/@nodelib/fs.walk/out/index.d.ts create mode 100644 node_modules/@nodelib/fs.walk/out/index.js create mode 100644 node_modules/@nodelib/fs.walk/out/providers/async.d.ts create mode 100644 node_modules/@nodelib/fs.walk/out/providers/async.js create mode 100644 node_modules/@nodelib/fs.walk/out/providers/index.d.ts create mode 100644 node_modules/@nodelib/fs.walk/out/providers/index.js create mode 100644 node_modules/@nodelib/fs.walk/out/providers/stream.d.ts create mode 100644 node_modules/@nodelib/fs.walk/out/providers/stream.js create mode 100644 node_modules/@nodelib/fs.walk/out/providers/sync.d.ts create mode 100644 node_modules/@nodelib/fs.walk/out/providers/sync.js create mode 100644 node_modules/@nodelib/fs.walk/out/readers/async.d.ts create mode 100644 node_modules/@nodelib/fs.walk/out/readers/async.js create mode 100644 node_modules/@nodelib/fs.walk/out/readers/common.d.ts create mode 100644 node_modules/@nodelib/fs.walk/out/readers/common.js create mode 100644 node_modules/@nodelib/fs.walk/out/readers/reader.d.ts create mode 100644 node_modules/@nodelib/fs.walk/out/readers/reader.js create mode 100644 node_modules/@nodelib/fs.walk/out/readers/sync.d.ts create mode 100644 node_modules/@nodelib/fs.walk/out/readers/sync.js create mode 100644 node_modules/@nodelib/fs.walk/out/settings.d.ts create mode 100644 node_modules/@nodelib/fs.walk/out/settings.js create mode 100644 node_modules/@nodelib/fs.walk/out/types/index.d.ts create mode 100644 node_modules/@nodelib/fs.walk/out/types/index.js create mode 100644 node_modules/@nodelib/fs.walk/package.json create mode 100644 node_modules/any-promise/.jshintrc create mode 100644 node_modules/any-promise/.npmignore create mode 100644 node_modules/any-promise/LICENSE create mode 100644 node_modules/any-promise/README.md create mode 100644 node_modules/any-promise/implementation.d.ts create mode 100644 node_modules/any-promise/implementation.js create mode 100644 node_modules/any-promise/index.d.ts create mode 100644 node_modules/any-promise/index.js create mode 100644 node_modules/any-promise/loader.js create mode 100644 node_modules/any-promise/optional.js create mode 100644 node_modules/any-promise/package.json create mode 100644 node_modules/any-promise/register-shim.js create mode 100644 node_modules/any-promise/register.d.ts create mode 100644 node_modules/any-promise/register.js create mode 100644 node_modules/any-promise/register/bluebird.d.ts create mode 100644 node_modules/any-promise/register/bluebird.js create mode 100644 node_modules/any-promise/register/es6-promise.d.ts create mode 100644 node_modules/any-promise/register/es6-promise.js create mode 100644 node_modules/any-promise/register/lie.d.ts create mode 100644 node_modules/any-promise/register/lie.js create mode 100644 node_modules/any-promise/register/native-promise-only.d.ts create mode 100644 node_modules/any-promise/register/native-promise-only.js create mode 100644 node_modules/any-promise/register/pinkie.d.ts create mode 100644 node_modules/any-promise/register/pinkie.js create mode 100644 node_modules/any-promise/register/promise.d.ts create mode 100644 node_modules/any-promise/register/promise.js create mode 100644 node_modules/any-promise/register/q.d.ts create mode 100644 node_modules/any-promise/register/q.js create mode 100644 node_modules/any-promise/register/rsvp.d.ts create mode 100644 node_modules/any-promise/register/rsvp.js create mode 100644 node_modules/any-promise/register/vow.d.ts create mode 100644 node_modules/any-promise/register/vow.js create mode 100644 node_modules/any-promise/register/when.d.ts create mode 100644 node_modules/any-promise/register/when.js create mode 100644 node_modules/anymatch/LICENSE create mode 100644 node_modules/anymatch/README.md create mode 100644 node_modules/anymatch/index.d.ts create mode 100644 node_modules/anymatch/index.js create mode 100644 node_modules/anymatch/package.json create mode 100644 node_modules/arg/LICENSE.md create mode 100644 node_modules/arg/README.md create mode 100644 node_modules/arg/index.d.ts create mode 100644 node_modules/arg/index.js create mode 100644 node_modules/arg/package.json create mode 100644 node_modules/binary-extensions/binary-extensions.json create mode 100644 node_modules/binary-extensions/binary-extensions.json.d.ts create mode 100644 node_modules/binary-extensions/index.d.ts create mode 100644 node_modules/binary-extensions/index.js create mode 100644 node_modules/binary-extensions/license create mode 100644 node_modules/binary-extensions/package.json create mode 100644 node_modules/binary-extensions/readme.md create mode 100644 node_modules/braces/LICENSE create mode 100644 node_modules/braces/README.md create mode 100644 node_modules/braces/index.js create mode 100644 node_modules/braces/lib/compile.js create mode 100644 node_modules/braces/lib/constants.js create mode 100644 node_modules/braces/lib/expand.js create mode 100644 node_modules/braces/lib/parse.js create mode 100644 node_modules/braces/lib/stringify.js create mode 100644 node_modules/braces/lib/utils.js create mode 100644 node_modules/braces/package.json create mode 100644 node_modules/camelcase-css/README.md create mode 100644 node_modules/camelcase-css/index-es5.js create mode 100644 node_modules/camelcase-css/index.js create mode 100644 node_modules/camelcase-css/license create mode 100644 node_modules/camelcase-css/package.json create mode 100644 node_modules/chokidar/LICENSE create mode 100644 node_modules/chokidar/README.md create mode 100644 node_modules/chokidar/index.js create mode 100644 node_modules/chokidar/lib/constants.js create mode 100644 node_modules/chokidar/lib/fsevents-handler.js create mode 100644 node_modules/chokidar/lib/nodefs-handler.js create mode 100644 node_modules/chokidar/node_modules/glob-parent/CHANGELOG.md create mode 100644 node_modules/chokidar/node_modules/glob-parent/LICENSE create mode 100644 node_modules/chokidar/node_modules/glob-parent/README.md create mode 100644 node_modules/chokidar/node_modules/glob-parent/index.js create mode 100644 node_modules/chokidar/node_modules/glob-parent/package.json create mode 100644 node_modules/chokidar/package.json create mode 100644 node_modules/chokidar/types/index.d.ts create mode 100644 node_modules/commander/CHANGELOG.md create mode 100644 node_modules/commander/LICENSE create mode 100644 node_modules/commander/Readme.md create mode 100644 node_modules/commander/index.js create mode 100644 node_modules/commander/package.json create mode 100644 node_modules/commander/typings/index.d.ts create mode 100644 node_modules/cssesc/LICENSE-MIT.txt create mode 100644 node_modules/cssesc/README.md create mode 100755 node_modules/cssesc/bin/cssesc create mode 100644 node_modules/cssesc/cssesc.js create mode 100644 node_modules/cssesc/man/cssesc.1 create mode 100644 node_modules/cssesc/package.json create mode 100644 node_modules/didyoumean/LICENSE create mode 100644 node_modules/didyoumean/README.md create mode 100644 node_modules/didyoumean/didYouMean-1.2.1.js create mode 100644 node_modules/didyoumean/didYouMean-1.2.1.min.js create mode 100755 node_modules/didyoumean/package.json create mode 100644 node_modules/dlv/README.md create mode 100644 node_modules/dlv/dist/dlv.es.js create mode 100644 node_modules/dlv/dist/dlv.es.js.map create mode 100644 node_modules/dlv/dist/dlv.js create mode 100644 node_modules/dlv/dist/dlv.js.map create mode 100644 node_modules/dlv/dist/dlv.umd.js create mode 100644 node_modules/dlv/dist/dlv.umd.js.map create mode 100644 node_modules/dlv/index.js create mode 100644 node_modules/dlv/package.json create mode 100644 node_modules/fast-glob/LICENSE create mode 100644 node_modules/fast-glob/README.md create mode 100644 node_modules/fast-glob/node_modules/glob-parent/CHANGELOG.md create mode 100644 node_modules/fast-glob/node_modules/glob-parent/LICENSE create mode 100644 node_modules/fast-glob/node_modules/glob-parent/README.md create mode 100644 node_modules/fast-glob/node_modules/glob-parent/index.js create mode 100644 node_modules/fast-glob/node_modules/glob-parent/package.json create mode 100644 node_modules/fast-glob/out/index.d.ts create mode 100644 node_modules/fast-glob/out/index.js create mode 100644 node_modules/fast-glob/out/managers/tasks.d.ts create mode 100644 node_modules/fast-glob/out/managers/tasks.js create mode 100644 node_modules/fast-glob/out/providers/async.d.ts create mode 100644 node_modules/fast-glob/out/providers/async.js create mode 100644 node_modules/fast-glob/out/providers/filters/deep.d.ts create mode 100644 node_modules/fast-glob/out/providers/filters/deep.js create mode 100644 node_modules/fast-glob/out/providers/filters/entry.d.ts create mode 100644 node_modules/fast-glob/out/providers/filters/entry.js create mode 100644 node_modules/fast-glob/out/providers/filters/error.d.ts create mode 100644 node_modules/fast-glob/out/providers/filters/error.js create mode 100644 node_modules/fast-glob/out/providers/matchers/matcher.d.ts create mode 100644 node_modules/fast-glob/out/providers/matchers/matcher.js create mode 100644 node_modules/fast-glob/out/providers/matchers/partial.d.ts create mode 100644 node_modules/fast-glob/out/providers/matchers/partial.js create mode 100644 node_modules/fast-glob/out/providers/provider.d.ts create mode 100644 node_modules/fast-glob/out/providers/provider.js create mode 100644 node_modules/fast-glob/out/providers/stream.d.ts create mode 100644 node_modules/fast-glob/out/providers/stream.js create mode 100644 node_modules/fast-glob/out/providers/sync.d.ts create mode 100644 node_modules/fast-glob/out/providers/sync.js create mode 100644 node_modules/fast-glob/out/providers/transformers/entry.d.ts create mode 100644 node_modules/fast-glob/out/providers/transformers/entry.js create mode 100644 node_modules/fast-glob/out/readers/async.d.ts create mode 100644 node_modules/fast-glob/out/readers/async.js create mode 100644 node_modules/fast-glob/out/readers/reader.d.ts create mode 100644 node_modules/fast-glob/out/readers/reader.js create mode 100644 node_modules/fast-glob/out/readers/stream.d.ts create mode 100644 node_modules/fast-glob/out/readers/stream.js create mode 100644 node_modules/fast-glob/out/readers/sync.d.ts create mode 100644 node_modules/fast-glob/out/readers/sync.js create mode 100644 node_modules/fast-glob/out/settings.d.ts create mode 100644 node_modules/fast-glob/out/settings.js create mode 100644 node_modules/fast-glob/out/types/index.d.ts create mode 100644 node_modules/fast-glob/out/types/index.js create mode 100644 node_modules/fast-glob/out/utils/array.d.ts create mode 100644 node_modules/fast-glob/out/utils/array.js create mode 100644 node_modules/fast-glob/out/utils/errno.d.ts create mode 100644 node_modules/fast-glob/out/utils/errno.js create mode 100644 node_modules/fast-glob/out/utils/fs.d.ts create mode 100644 node_modules/fast-glob/out/utils/fs.js create mode 100644 node_modules/fast-glob/out/utils/index.d.ts create mode 100644 node_modules/fast-glob/out/utils/index.js create mode 100644 node_modules/fast-glob/out/utils/path.d.ts create mode 100644 node_modules/fast-glob/out/utils/path.js create mode 100644 node_modules/fast-glob/out/utils/pattern.d.ts create mode 100644 node_modules/fast-glob/out/utils/pattern.js create mode 100644 node_modules/fast-glob/out/utils/stream.d.ts create mode 100644 node_modules/fast-glob/out/utils/stream.js create mode 100644 node_modules/fast-glob/out/utils/string.d.ts create mode 100644 node_modules/fast-glob/out/utils/string.js create mode 100644 node_modules/fast-glob/package.json create mode 100644 node_modules/fastq/LICENSE create mode 100644 node_modules/fastq/README.md create mode 100644 node_modules/fastq/SECURITY.md create mode 100644 node_modules/fastq/bench.js create mode 100644 node_modules/fastq/eslint.config.js create mode 100644 node_modules/fastq/example.js create mode 100644 node_modules/fastq/example.mjs create mode 100644 node_modules/fastq/index.d.ts create mode 100644 node_modules/fastq/package.json create mode 100644 node_modules/fastq/queue.js create mode 100644 node_modules/fastq/test/example.ts create mode 100644 node_modules/fastq/test/promise.js create mode 100644 node_modules/fastq/test/test.js create mode 100644 node_modules/fastq/test/tsconfig.json create mode 100644 node_modules/fill-range/LICENSE create mode 100644 node_modules/fill-range/README.md create mode 100644 node_modules/fill-range/index.js create mode 100644 node_modules/fill-range/package.json create mode 100644 node_modules/function-bind/.eslintrc create mode 100644 node_modules/function-bind/.github/FUNDING.yml create mode 100644 node_modules/function-bind/.github/SECURITY.md create mode 100644 node_modules/function-bind/.nycrc create mode 100644 node_modules/function-bind/CHANGELOG.md create mode 100644 node_modules/function-bind/LICENSE create mode 100644 node_modules/function-bind/README.md create mode 100644 node_modules/function-bind/implementation.js create mode 100644 node_modules/function-bind/index.js create mode 100644 node_modules/function-bind/package.json create mode 100644 node_modules/function-bind/test/.eslintrc create mode 100644 node_modules/function-bind/test/index.js create mode 100644 node_modules/glob-parent/LICENSE create mode 100644 node_modules/glob-parent/README.md create mode 100644 node_modules/glob-parent/index.js create mode 100644 node_modules/glob-parent/package.json create mode 100644 node_modules/hasown/.eslintrc create mode 100644 node_modules/hasown/.github/FUNDING.yml create mode 100644 node_modules/hasown/.nycrc create mode 100644 node_modules/hasown/CHANGELOG.md create mode 100644 node_modules/hasown/LICENSE create mode 100644 node_modules/hasown/README.md create mode 100644 node_modules/hasown/index.d.ts create mode 100644 node_modules/hasown/index.js create mode 100644 node_modules/hasown/package.json create mode 100644 node_modules/hasown/tsconfig.json create mode 100644 node_modules/is-binary-path/index.d.ts create mode 100644 node_modules/is-binary-path/index.js create mode 100644 node_modules/is-binary-path/license create mode 100644 node_modules/is-binary-path/package.json create mode 100644 node_modules/is-binary-path/readme.md create mode 100644 node_modules/is-core-module/.eslintrc create mode 100644 node_modules/is-core-module/.nycrc create mode 100644 node_modules/is-core-module/CHANGELOG.md create mode 100644 node_modules/is-core-module/LICENSE create mode 100644 node_modules/is-core-module/README.md create mode 100644 node_modules/is-core-module/core.json create mode 100644 node_modules/is-core-module/index.js create mode 100644 node_modules/is-core-module/package.json create mode 100644 node_modules/is-core-module/test/index.js create mode 100644 node_modules/is-extglob/LICENSE create mode 100644 node_modules/is-extglob/README.md create mode 100644 node_modules/is-extglob/index.js create mode 100644 node_modules/is-extglob/package.json create mode 100644 node_modules/is-glob/LICENSE create mode 100644 node_modules/is-glob/README.md create mode 100644 node_modules/is-glob/index.js create mode 100644 node_modules/is-glob/package.json create mode 100644 node_modules/is-number/LICENSE create mode 100644 node_modules/is-number/README.md create mode 100644 node_modules/is-number/index.js create mode 100644 node_modules/is-number/package.json create mode 100644 node_modules/jiti/LICENSE create mode 100644 node_modules/jiti/README.md create mode 100755 node_modules/jiti/bin/jiti.js create mode 100644 node_modules/jiti/dist/babel.d.ts create mode 100644 node_modules/jiti/dist/babel.js create mode 100644 node_modules/jiti/dist/jiti.d.ts create mode 100644 node_modules/jiti/dist/jiti.js create mode 100644 node_modules/jiti/dist/plugins/babel-plugin-transform-import-meta.d.ts create mode 100644 node_modules/jiti/dist/plugins/import-meta-env.d.ts create mode 100644 node_modules/jiti/dist/types.d.ts create mode 100644 node_modules/jiti/dist/utils.d.ts create mode 100644 node_modules/jiti/lib/index.js create mode 100644 node_modules/jiti/package.json create mode 100644 node_modules/jiti/register.js create mode 100644 node_modules/lilconfig/LICENSE create mode 100644 node_modules/lilconfig/package.json create mode 100644 node_modules/lilconfig/readme.md create mode 100644 node_modules/lilconfig/src/index.d.ts create mode 100644 node_modules/lilconfig/src/index.js create mode 100644 node_modules/lines-and-columns/LICENSE create mode 100644 node_modules/lines-and-columns/README.md create mode 100644 node_modules/lines-and-columns/build/index.d.ts create mode 100644 node_modules/lines-and-columns/build/index.js create mode 100644 node_modules/lines-and-columns/package.json create mode 100644 node_modules/merge2/LICENSE create mode 100644 node_modules/merge2/README.md create mode 100644 node_modules/merge2/index.js create mode 100644 node_modules/merge2/package.json create mode 100755 node_modules/micromatch/LICENSE create mode 100644 node_modules/micromatch/README.md create mode 100644 node_modules/micromatch/index.js create mode 100644 node_modules/micromatch/package.json create mode 100644 node_modules/mz/HISTORY.md create mode 100644 node_modules/mz/LICENSE create mode 100644 node_modules/mz/README.md create mode 100644 node_modules/mz/child_process.js create mode 100644 node_modules/mz/crypto.js create mode 100644 node_modules/mz/dns.js create mode 100644 node_modules/mz/fs.js create mode 100644 node_modules/mz/index.js create mode 100644 node_modules/mz/package.json create mode 100644 node_modules/mz/readline.js create mode 100644 node_modules/mz/zlib.js create mode 100644 node_modules/nanoid/LICENSE create mode 100644 node_modules/nanoid/README.md create mode 100644 node_modules/nanoid/async/index.browser.cjs create mode 100644 node_modules/nanoid/async/index.browser.js create mode 100644 node_modules/nanoid/async/index.cjs create mode 100644 node_modules/nanoid/async/index.d.ts create mode 100644 node_modules/nanoid/async/index.js create mode 100644 node_modules/nanoid/async/index.native.js create mode 100644 node_modules/nanoid/async/package.json create mode 100755 node_modules/nanoid/bin/nanoid.cjs create mode 100644 node_modules/nanoid/index.browser.cjs create mode 100644 node_modules/nanoid/index.browser.js create mode 100644 node_modules/nanoid/index.cjs create mode 100644 node_modules/nanoid/index.d.cts create mode 100644 node_modules/nanoid/index.d.ts create mode 100644 node_modules/nanoid/index.js create mode 100644 node_modules/nanoid/nanoid.js create mode 100644 node_modules/nanoid/non-secure/index.cjs create mode 100644 node_modules/nanoid/non-secure/index.d.ts create mode 100644 node_modules/nanoid/non-secure/index.js create mode 100644 node_modules/nanoid/non-secure/package.json create mode 100644 node_modules/nanoid/package.json create mode 100644 node_modules/nanoid/url-alphabet/index.cjs create mode 100644 node_modules/nanoid/url-alphabet/index.js create mode 100644 node_modules/nanoid/url-alphabet/package.json create mode 100644 node_modules/normalize-path/LICENSE create mode 100644 node_modules/normalize-path/README.md create mode 100644 node_modules/normalize-path/index.js create mode 100644 node_modules/normalize-path/package.json create mode 100644 node_modules/object-assign/index.js create mode 100644 node_modules/object-assign/license create mode 100644 node_modules/object-assign/package.json create mode 100644 node_modules/object-assign/readme.md create mode 100644 node_modules/object-hash/LICENSE create mode 100644 node_modules/object-hash/dist/object_hash.js create mode 100644 node_modules/object-hash/index.js create mode 100644 node_modules/object-hash/package.json create mode 100644 node_modules/object-hash/readme.markdown create mode 100644 node_modules/path-parse/LICENSE create mode 100644 node_modules/path-parse/README.md create mode 100644 node_modules/path-parse/index.js create mode 100644 node_modules/path-parse/package.json create mode 100644 node_modules/picocolors/LICENSE create mode 100644 node_modules/picocolors/README.md create mode 100644 node_modules/picocolors/package.json create mode 100644 node_modules/picocolors/picocolors.browser.js create mode 100644 node_modules/picocolors/picocolors.d.ts create mode 100644 node_modules/picocolors/picocolors.js create mode 100644 node_modules/picocolors/types.d.ts create mode 100644 node_modules/picomatch/CHANGELOG.md create mode 100644 node_modules/picomatch/LICENSE create mode 100644 node_modules/picomatch/README.md create mode 100644 node_modules/picomatch/index.js create mode 100644 node_modules/picomatch/lib/constants.js create mode 100644 node_modules/picomatch/lib/parse.js create mode 100644 node_modules/picomatch/lib/picomatch.js create mode 100644 node_modules/picomatch/lib/scan.js create mode 100644 node_modules/picomatch/lib/utils.js create mode 100644 node_modules/picomatch/package.json create mode 100644 node_modules/pify/index.js create mode 100644 node_modules/pify/license create mode 100644 node_modules/pify/package.json create mode 100644 node_modules/pify/readme.md create mode 100644 node_modules/pirates/LICENSE create mode 100644 node_modules/pirates/README.md create mode 100644 node_modules/pirates/index.d.ts create mode 100644 node_modules/pirates/lib/index.js create mode 100644 node_modules/pirates/package.json create mode 100755 node_modules/postcss-import/LICENSE create mode 100644 node_modules/postcss-import/README.md create mode 100755 node_modules/postcss-import/index.js create mode 100644 node_modules/postcss-import/lib/assign-layer-names.js create mode 100644 node_modules/postcss-import/lib/data-url.js create mode 100644 node_modules/postcss-import/lib/join-layer.js create mode 100644 node_modules/postcss-import/lib/join-media.js create mode 100644 node_modules/postcss-import/lib/load-content.js create mode 100644 node_modules/postcss-import/lib/parse-statements.js create mode 100644 node_modules/postcss-import/lib/process-content.js create mode 100644 node_modules/postcss-import/lib/resolve-id.js create mode 100644 node_modules/postcss-import/package.json create mode 100644 node_modules/postcss-js/LICENSE create mode 100644 node_modules/postcss-js/README.md create mode 100644 node_modules/postcss-js/async.js create mode 100644 node_modules/postcss-js/index.js create mode 100644 node_modules/postcss-js/index.mjs create mode 100644 node_modules/postcss-js/objectifier.js create mode 100644 node_modules/postcss-js/package.json create mode 100644 node_modules/postcss-js/parser.js create mode 100644 node_modules/postcss-js/process-result.js create mode 100644 node_modules/postcss-js/sync.js create mode 100644 node_modules/postcss-load-config/LICENSE create mode 100644 node_modules/postcss-load-config/README.md create mode 100644 node_modules/postcss-load-config/package.json create mode 100644 node_modules/postcss-load-config/src/index.d.ts create mode 100644 node_modules/postcss-load-config/src/index.js create mode 100644 node_modules/postcss-load-config/src/options.js create mode 100644 node_modules/postcss-load-config/src/plugins.js create mode 100644 node_modules/postcss-load-config/src/req.js create mode 100644 node_modules/postcss-nested/LICENSE create mode 100644 node_modules/postcss-nested/README.md create mode 100644 node_modules/postcss-nested/index.d.ts create mode 100644 node_modules/postcss-nested/index.js create mode 100644 node_modules/postcss-nested/package.json create mode 100644 node_modules/postcss-selector-parser/API.md create mode 100644 node_modules/postcss-selector-parser/CHANGELOG.md create mode 100644 node_modules/postcss-selector-parser/LICENSE-MIT create mode 100644 node_modules/postcss-selector-parser/README.md create mode 100644 node_modules/postcss-selector-parser/dist/index.js create mode 100644 node_modules/postcss-selector-parser/dist/parser.js create mode 100644 node_modules/postcss-selector-parser/dist/processor.js create mode 100644 node_modules/postcss-selector-parser/dist/selectors/attribute.js create mode 100644 node_modules/postcss-selector-parser/dist/selectors/className.js create mode 100644 node_modules/postcss-selector-parser/dist/selectors/combinator.js create mode 100644 node_modules/postcss-selector-parser/dist/selectors/comment.js create mode 100644 node_modules/postcss-selector-parser/dist/selectors/constructors.js create mode 100644 node_modules/postcss-selector-parser/dist/selectors/container.js create mode 100644 node_modules/postcss-selector-parser/dist/selectors/guards.js create mode 100644 node_modules/postcss-selector-parser/dist/selectors/id.js create mode 100644 node_modules/postcss-selector-parser/dist/selectors/index.js create mode 100644 node_modules/postcss-selector-parser/dist/selectors/namespace.js create mode 100644 node_modules/postcss-selector-parser/dist/selectors/nesting.js create mode 100644 node_modules/postcss-selector-parser/dist/selectors/node.js create mode 100644 node_modules/postcss-selector-parser/dist/selectors/pseudo.js create mode 100644 node_modules/postcss-selector-parser/dist/selectors/root.js create mode 100644 node_modules/postcss-selector-parser/dist/selectors/selector.js create mode 100644 node_modules/postcss-selector-parser/dist/selectors/string.js create mode 100644 node_modules/postcss-selector-parser/dist/selectors/tag.js create mode 100644 node_modules/postcss-selector-parser/dist/selectors/types.js create mode 100644 node_modules/postcss-selector-parser/dist/selectors/universal.js create mode 100644 node_modules/postcss-selector-parser/dist/sortAscending.js create mode 100644 node_modules/postcss-selector-parser/dist/tokenTypes.js create mode 100644 node_modules/postcss-selector-parser/dist/tokenize.js create mode 100644 node_modules/postcss-selector-parser/dist/util/ensureObject.js create mode 100644 node_modules/postcss-selector-parser/dist/util/getProp.js create mode 100644 node_modules/postcss-selector-parser/dist/util/index.js create mode 100644 node_modules/postcss-selector-parser/dist/util/stripComments.js create mode 100644 node_modules/postcss-selector-parser/dist/util/unesc.js create mode 100644 node_modules/postcss-selector-parser/package.json create mode 100644 node_modules/postcss-selector-parser/postcss-selector-parser.d.ts create mode 100644 node_modules/postcss-value-parser/LICENSE create mode 100644 node_modules/postcss-value-parser/README.md create mode 100644 node_modules/postcss-value-parser/lib/index.d.ts create mode 100644 node_modules/postcss-value-parser/lib/index.js create mode 100644 node_modules/postcss-value-parser/lib/parse.js create mode 100644 node_modules/postcss-value-parser/lib/stringify.js create mode 100644 node_modules/postcss-value-parser/lib/unit.js create mode 100644 node_modules/postcss-value-parser/lib/walk.js create mode 100644 node_modules/postcss-value-parser/package.json create mode 100644 node_modules/postcss/LICENSE create mode 100644 node_modules/postcss/README.md create mode 100644 node_modules/postcss/lib/at-rule.d.ts create mode 100644 node_modules/postcss/lib/at-rule.js create mode 100644 node_modules/postcss/lib/comment.d.ts create mode 100644 node_modules/postcss/lib/comment.js create mode 100644 node_modules/postcss/lib/container.d.ts create mode 100644 node_modules/postcss/lib/container.js create mode 100644 node_modules/postcss/lib/css-syntax-error.d.ts create mode 100644 node_modules/postcss/lib/css-syntax-error.js create mode 100644 node_modules/postcss/lib/declaration.d.ts create mode 100644 node_modules/postcss/lib/declaration.js create mode 100644 node_modules/postcss/lib/document.d.ts create mode 100644 node_modules/postcss/lib/document.js create mode 100644 node_modules/postcss/lib/fromJSON.d.ts create mode 100644 node_modules/postcss/lib/fromJSON.js create mode 100644 node_modules/postcss/lib/input.d.ts create mode 100644 node_modules/postcss/lib/input.js create mode 100644 node_modules/postcss/lib/lazy-result.d.ts create mode 100644 node_modules/postcss/lib/lazy-result.js create mode 100644 node_modules/postcss/lib/list.d.ts create mode 100644 node_modules/postcss/lib/list.js create mode 100644 node_modules/postcss/lib/map-generator.js create mode 100644 node_modules/postcss/lib/no-work-result.d.ts create mode 100644 node_modules/postcss/lib/no-work-result.js create mode 100644 node_modules/postcss/lib/node.d.ts create mode 100644 node_modules/postcss/lib/node.js create mode 100644 node_modules/postcss/lib/parse.d.ts create mode 100644 node_modules/postcss/lib/parse.js create mode 100644 node_modules/postcss/lib/parser.js create mode 100644 node_modules/postcss/lib/postcss.d.mts create mode 100644 node_modules/postcss/lib/postcss.d.ts create mode 100644 node_modules/postcss/lib/postcss.js create mode 100644 node_modules/postcss/lib/postcss.mjs create mode 100644 node_modules/postcss/lib/previous-map.d.ts create mode 100644 node_modules/postcss/lib/previous-map.js create mode 100644 node_modules/postcss/lib/processor.d.ts create mode 100644 node_modules/postcss/lib/processor.js create mode 100644 node_modules/postcss/lib/result.d.ts create mode 100644 node_modules/postcss/lib/result.js create mode 100644 node_modules/postcss/lib/root.d.ts create mode 100644 node_modules/postcss/lib/root.js create mode 100644 node_modules/postcss/lib/rule.d.ts create mode 100644 node_modules/postcss/lib/rule.js create mode 100644 node_modules/postcss/lib/stringifier.d.ts create mode 100644 node_modules/postcss/lib/stringifier.js create mode 100644 node_modules/postcss/lib/stringify.d.ts create mode 100644 node_modules/postcss/lib/stringify.js create mode 100644 node_modules/postcss/lib/symbols.js create mode 100644 node_modules/postcss/lib/terminal-highlight.js create mode 100644 node_modules/postcss/lib/tokenize.js create mode 100644 node_modules/postcss/lib/warn-once.js create mode 100644 node_modules/postcss/lib/warning.d.ts create mode 100644 node_modules/postcss/lib/warning.js create mode 100644 node_modules/postcss/package.json create mode 100755 node_modules/queue-microtask/LICENSE create mode 100644 node_modules/queue-microtask/README.md create mode 100644 node_modules/queue-microtask/index.d.ts create mode 100644 node_modules/queue-microtask/index.js create mode 100644 node_modules/queue-microtask/package.json create mode 100644 node_modules/read-cache/LICENSE create mode 100644 node_modules/read-cache/README.md create mode 100644 node_modules/read-cache/index.js create mode 100644 node_modules/read-cache/package.json create mode 100644 node_modules/readdirp/LICENSE create mode 100644 node_modules/readdirp/README.md create mode 100644 node_modules/readdirp/index.d.ts create mode 100644 node_modules/readdirp/index.js create mode 100644 node_modules/readdirp/package.json create mode 100644 node_modules/resolve/.editorconfig create mode 100644 node_modules/resolve/.eslintrc create mode 100644 node_modules/resolve/.github/FUNDING.yml create mode 100644 node_modules/resolve/.github/INCIDENT_RESPONSE_PROCESS.md create mode 100644 node_modules/resolve/.github/THREAT_MODEL.md create mode 100644 node_modules/resolve/LICENSE create mode 100644 node_modules/resolve/SECURITY.md create mode 100644 node_modules/resolve/async.js create mode 100755 node_modules/resolve/bin/resolve create mode 100644 node_modules/resolve/example/async.js create mode 100644 node_modules/resolve/example/sync.js create mode 100644 node_modules/resolve/index.js create mode 100644 node_modules/resolve/lib/async.js create mode 100644 node_modules/resolve/lib/caller.js create mode 100644 node_modules/resolve/lib/core.js create mode 100644 node_modules/resolve/lib/core.json create mode 100644 node_modules/resolve/lib/homedir.js create mode 100644 node_modules/resolve/lib/is-core.js create mode 100644 node_modules/resolve/lib/node-modules-paths.js create mode 100644 node_modules/resolve/lib/normalize-options.js create mode 100644 node_modules/resolve/lib/sync.js create mode 100644 node_modules/resolve/package.json create mode 100644 node_modules/resolve/readme.markdown create mode 100644 node_modules/resolve/sync.js create mode 100644 node_modules/resolve/test/core.js create mode 100644 node_modules/resolve/test/dotdot.js create mode 100644 node_modules/resolve/test/dotdot/abc/index.js create mode 100644 node_modules/resolve/test/dotdot/index.js create mode 100644 node_modules/resolve/test/faulty_basedir.js create mode 100644 node_modules/resolve/test/filter.js create mode 100644 node_modules/resolve/test/filter_sync.js create mode 100644 node_modules/resolve/test/home_paths.js create mode 100644 node_modules/resolve/test/home_paths_sync.js create mode 100644 node_modules/resolve/test/mock.js create mode 100644 node_modules/resolve/test/mock_sync.js create mode 100644 node_modules/resolve/test/module_dir.js create mode 100644 node_modules/resolve/test/module_dir/xmodules/aaa/index.js create mode 100644 node_modules/resolve/test/module_dir/ymodules/aaa/index.js create mode 100644 node_modules/resolve/test/module_dir/zmodules/bbb/main.js create mode 100644 node_modules/resolve/test/module_dir/zmodules/bbb/package.json create mode 100644 node_modules/resolve/test/node-modules-paths.js create mode 100644 node_modules/resolve/test/node_path.js create mode 100644 node_modules/resolve/test/node_path/x/aaa/index.js create mode 100644 node_modules/resolve/test/node_path/x/ccc/index.js create mode 100644 node_modules/resolve/test/node_path/y/bbb/index.js create mode 100644 node_modules/resolve/test/node_path/y/ccc/index.js create mode 100644 node_modules/resolve/test/nonstring.js create mode 100644 node_modules/resolve/test/pathfilter.js create mode 100644 node_modules/resolve/test/pathfilter/deep_ref/main.js create mode 100644 node_modules/resolve/test/precedence.js create mode 100644 node_modules/resolve/test/precedence/aaa.js create mode 100644 node_modules/resolve/test/precedence/aaa/index.js create mode 100644 node_modules/resolve/test/precedence/aaa/main.js create mode 100644 node_modules/resolve/test/precedence/bbb.js create mode 100644 node_modules/resolve/test/precedence/bbb/main.js create mode 100644 node_modules/resolve/test/resolver.js create mode 100644 node_modules/resolve/test/resolver/baz/doom.js create mode 100644 node_modules/resolve/test/resolver/baz/package.json create mode 100644 node_modules/resolve/test/resolver/baz/quux.js create mode 100644 node_modules/resolve/test/resolver/browser_field/a.js create mode 100644 node_modules/resolve/test/resolver/browser_field/b.js create mode 100644 node_modules/resolve/test/resolver/browser_field/package.json create mode 100644 node_modules/resolve/test/resolver/cup.coffee create mode 100644 node_modules/resolve/test/resolver/dot_main/index.js create mode 100644 node_modules/resolve/test/resolver/dot_main/package.json create mode 100644 node_modules/resolve/test/resolver/dot_slash_main/index.js create mode 100644 node_modules/resolve/test/resolver/dot_slash_main/package.json create mode 100644 node_modules/resolve/test/resolver/false_main/index.js create mode 100644 node_modules/resolve/test/resolver/false_main/package.json create mode 100644 node_modules/resolve/test/resolver/foo.js create mode 100644 node_modules/resolve/test/resolver/incorrect_main/index.js create mode 100644 node_modules/resolve/test/resolver/incorrect_main/package.json create mode 100644 node_modules/resolve/test/resolver/invalid_main/package.json create mode 100644 node_modules/resolve/test/resolver/mug.coffee create mode 100644 node_modules/resolve/test/resolver/mug.js create mode 100644 node_modules/resolve/test/resolver/multirepo/lerna.json create mode 100644 node_modules/resolve/test/resolver/multirepo/package.json create mode 100644 node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js create mode 100644 node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json create mode 100644 node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js create mode 100644 node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json create mode 100644 node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js create mode 100644 node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json create mode 100644 node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js create mode 100644 node_modules/resolve/test/resolver/other_path/lib/other-lib.js create mode 100644 node_modules/resolve/test/resolver/other_path/root.js create mode 100644 node_modules/resolve/test/resolver/quux/foo/index.js create mode 100644 node_modules/resolve/test/resolver/same_names/foo.js create mode 100644 node_modules/resolve/test/resolver/same_names/foo/index.js create mode 100644 node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js create mode 100644 node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep create mode 100644 node_modules/resolve/test/resolver/symlinked/package/bar.js create mode 100644 node_modules/resolve/test/resolver/symlinked/package/package.json create mode 100644 node_modules/resolve/test/resolver/without_basedir/main.js create mode 100644 node_modules/resolve/test/resolver_sync.js create mode 100644 node_modules/resolve/test/shadowed_core.js create mode 100644 node_modules/resolve/test/shadowed_core/node_modules/util/index.js create mode 100644 node_modules/resolve/test/subdirs.js create mode 100644 node_modules/resolve/test/symlinks.js create mode 100644 node_modules/reusify/.github/dependabot.yml create mode 100644 node_modules/reusify/.github/workflows/ci.yml create mode 100644 node_modules/reusify/LICENSE create mode 100644 node_modules/reusify/README.md create mode 100644 node_modules/reusify/SECURITY.md create mode 100644 node_modules/reusify/benchmarks/createNoCodeFunction.js create mode 100644 node_modules/reusify/benchmarks/fib.js create mode 100644 node_modules/reusify/benchmarks/reuseNoCodeFunction.js create mode 100644 node_modules/reusify/eslint.config.js create mode 100644 node_modules/reusify/package.json create mode 100644 node_modules/reusify/reusify.d.ts create mode 100644 node_modules/reusify/reusify.js create mode 100644 node_modules/reusify/test.js create mode 100644 node_modules/reusify/tsconfig.json create mode 100644 node_modules/run-parallel/LICENSE create mode 100644 node_modules/run-parallel/README.md create mode 100644 node_modules/run-parallel/index.js create mode 100644 node_modules/run-parallel/package.json create mode 100644 node_modules/source-map-js/LICENSE create mode 100644 node_modules/source-map-js/README.md create mode 100644 node_modules/source-map-js/lib/array-set.js create mode 100644 node_modules/source-map-js/lib/base64-vlq.js create mode 100644 node_modules/source-map-js/lib/base64.js create mode 100644 node_modules/source-map-js/lib/binary-search.js create mode 100644 node_modules/source-map-js/lib/mapping-list.js create mode 100644 node_modules/source-map-js/lib/quick-sort.js create mode 100644 node_modules/source-map-js/lib/source-map-consumer.d.ts create mode 100644 node_modules/source-map-js/lib/source-map-consumer.js create mode 100644 node_modules/source-map-js/lib/source-map-generator.d.ts create mode 100644 node_modules/source-map-js/lib/source-map-generator.js create mode 100644 node_modules/source-map-js/lib/source-node.d.ts create mode 100644 node_modules/source-map-js/lib/source-node.js create mode 100644 node_modules/source-map-js/lib/util.js create mode 100644 node_modules/source-map-js/package.json create mode 100644 node_modules/source-map-js/source-map.d.ts create mode 100644 node_modules/source-map-js/source-map.js create mode 100644 node_modules/sucrase/LICENSE create mode 100644 node_modules/sucrase/README.md create mode 100755 node_modules/sucrase/bin/sucrase create mode 100755 node_modules/sucrase/bin/sucrase-node create mode 100644 node_modules/sucrase/dist/CJSImportProcessor.js create mode 100644 node_modules/sucrase/dist/HelperManager.js create mode 100644 node_modules/sucrase/dist/NameManager.js create mode 100644 node_modules/sucrase/dist/Options-gen-types.js create mode 100644 node_modules/sucrase/dist/Options.js create mode 100644 node_modules/sucrase/dist/TokenProcessor.js create mode 100644 node_modules/sucrase/dist/cli.js create mode 100644 node_modules/sucrase/dist/computeSourceMap.js create mode 100644 node_modules/sucrase/dist/esm/CJSImportProcessor.js create mode 100644 node_modules/sucrase/dist/esm/HelperManager.js create mode 100644 node_modules/sucrase/dist/esm/NameManager.js create mode 100644 node_modules/sucrase/dist/esm/Options-gen-types.js create mode 100644 node_modules/sucrase/dist/esm/Options.js create mode 100644 node_modules/sucrase/dist/esm/TokenProcessor.js create mode 100644 node_modules/sucrase/dist/esm/cli.js create mode 100644 node_modules/sucrase/dist/esm/computeSourceMap.js create mode 100644 node_modules/sucrase/dist/esm/identifyShadowedGlobals.js create mode 100644 node_modules/sucrase/dist/esm/index.js create mode 100644 node_modules/sucrase/dist/esm/parser/index.js create mode 100644 node_modules/sucrase/dist/esm/parser/plugins/flow.js create mode 100644 node_modules/sucrase/dist/esm/parser/plugins/jsx/index.js create mode 100644 node_modules/sucrase/dist/esm/parser/plugins/jsx/xhtml.js create mode 100644 node_modules/sucrase/dist/esm/parser/plugins/types.js create mode 100644 node_modules/sucrase/dist/esm/parser/plugins/typescript.js create mode 100644 node_modules/sucrase/dist/esm/parser/tokenizer/index.js create mode 100644 node_modules/sucrase/dist/esm/parser/tokenizer/keywords.js create mode 100644 node_modules/sucrase/dist/esm/parser/tokenizer/readWord.js create mode 100644 node_modules/sucrase/dist/esm/parser/tokenizer/readWordTree.js create mode 100644 node_modules/sucrase/dist/esm/parser/tokenizer/state.js create mode 100644 node_modules/sucrase/dist/esm/parser/tokenizer/types.js create mode 100644 node_modules/sucrase/dist/esm/parser/traverser/base.js create mode 100644 node_modules/sucrase/dist/esm/parser/traverser/expression.js create mode 100644 node_modules/sucrase/dist/esm/parser/traverser/index.js create mode 100644 node_modules/sucrase/dist/esm/parser/traverser/lval.js create mode 100644 node_modules/sucrase/dist/esm/parser/traverser/statement.js create mode 100644 node_modules/sucrase/dist/esm/parser/traverser/util.js create mode 100644 node_modules/sucrase/dist/esm/parser/util/charcodes.js create mode 100644 node_modules/sucrase/dist/esm/parser/util/identifier.js create mode 100644 node_modules/sucrase/dist/esm/parser/util/whitespace.js create mode 100644 node_modules/sucrase/dist/esm/register.js create mode 100644 node_modules/sucrase/dist/esm/transformers/CJSImportTransformer.js create mode 100644 node_modules/sucrase/dist/esm/transformers/ESMImportTransformer.js create mode 100644 node_modules/sucrase/dist/esm/transformers/FlowTransformer.js create mode 100644 node_modules/sucrase/dist/esm/transformers/JSXTransformer.js create mode 100644 node_modules/sucrase/dist/esm/transformers/JestHoistTransformer.js create mode 100644 node_modules/sucrase/dist/esm/transformers/NumericSeparatorTransformer.js create mode 100644 node_modules/sucrase/dist/esm/transformers/OptionalCatchBindingTransformer.js create mode 100644 node_modules/sucrase/dist/esm/transformers/OptionalChainingNullishTransformer.js create mode 100644 node_modules/sucrase/dist/esm/transformers/ReactDisplayNameTransformer.js create mode 100644 node_modules/sucrase/dist/esm/transformers/ReactHotLoaderTransformer.js create mode 100644 node_modules/sucrase/dist/esm/transformers/RootTransformer.js create mode 100644 node_modules/sucrase/dist/esm/transformers/Transformer.js create mode 100644 node_modules/sucrase/dist/esm/transformers/TypeScriptTransformer.js create mode 100644 node_modules/sucrase/dist/esm/util/elideImportEquals.js create mode 100644 node_modules/sucrase/dist/esm/util/formatTokens.js create mode 100644 node_modules/sucrase/dist/esm/util/getClassInfo.js create mode 100644 node_modules/sucrase/dist/esm/util/getDeclarationInfo.js create mode 100644 node_modules/sucrase/dist/esm/util/getIdentifierNames.js create mode 100644 node_modules/sucrase/dist/esm/util/getImportExportSpecifierInfo.js create mode 100644 node_modules/sucrase/dist/esm/util/getJSXPragmaInfo.js create mode 100644 node_modules/sucrase/dist/esm/util/getNonTypeIdentifiers.js create mode 100644 node_modules/sucrase/dist/esm/util/getTSImportedNames.js create mode 100644 node_modules/sucrase/dist/esm/util/isAsyncOperation.js create mode 100644 node_modules/sucrase/dist/esm/util/isExportFrom.js create mode 100644 node_modules/sucrase/dist/esm/util/isIdentifier.js create mode 100644 node_modules/sucrase/dist/esm/util/removeMaybeImportAttributes.js create mode 100644 node_modules/sucrase/dist/esm/util/shouldElideDefaultExport.js create mode 100644 node_modules/sucrase/dist/identifyShadowedGlobals.js create mode 100644 node_modules/sucrase/dist/index.js create mode 100644 node_modules/sucrase/dist/parser/index.js create mode 100644 node_modules/sucrase/dist/parser/plugins/flow.js create mode 100644 node_modules/sucrase/dist/parser/plugins/jsx/index.js create mode 100644 node_modules/sucrase/dist/parser/plugins/jsx/xhtml.js create mode 100644 node_modules/sucrase/dist/parser/plugins/types.js create mode 100644 node_modules/sucrase/dist/parser/plugins/typescript.js create mode 100644 node_modules/sucrase/dist/parser/tokenizer/index.js create mode 100644 node_modules/sucrase/dist/parser/tokenizer/keywords.js create mode 100644 node_modules/sucrase/dist/parser/tokenizer/readWord.js create mode 100644 node_modules/sucrase/dist/parser/tokenizer/readWordTree.js create mode 100644 node_modules/sucrase/dist/parser/tokenizer/state.js create mode 100644 node_modules/sucrase/dist/parser/tokenizer/types.js create mode 100644 node_modules/sucrase/dist/parser/traverser/base.js create mode 100644 node_modules/sucrase/dist/parser/traverser/expression.js create mode 100644 node_modules/sucrase/dist/parser/traverser/index.js create mode 100644 node_modules/sucrase/dist/parser/traverser/lval.js create mode 100644 node_modules/sucrase/dist/parser/traverser/statement.js create mode 100644 node_modules/sucrase/dist/parser/traverser/util.js create mode 100644 node_modules/sucrase/dist/parser/util/charcodes.js create mode 100644 node_modules/sucrase/dist/parser/util/identifier.js create mode 100644 node_modules/sucrase/dist/parser/util/whitespace.js create mode 100644 node_modules/sucrase/dist/register.js create mode 100644 node_modules/sucrase/dist/transformers/CJSImportTransformer.js create mode 100644 node_modules/sucrase/dist/transformers/ESMImportTransformer.js create mode 100644 node_modules/sucrase/dist/transformers/FlowTransformer.js create mode 100644 node_modules/sucrase/dist/transformers/JSXTransformer.js create mode 100644 node_modules/sucrase/dist/transformers/JestHoistTransformer.js create mode 100644 node_modules/sucrase/dist/transformers/NumericSeparatorTransformer.js create mode 100644 node_modules/sucrase/dist/transformers/OptionalCatchBindingTransformer.js create mode 100644 node_modules/sucrase/dist/transformers/OptionalChainingNullishTransformer.js create mode 100644 node_modules/sucrase/dist/transformers/ReactDisplayNameTransformer.js create mode 100644 node_modules/sucrase/dist/transformers/ReactHotLoaderTransformer.js create mode 100644 node_modules/sucrase/dist/transformers/RootTransformer.js create mode 100644 node_modules/sucrase/dist/transformers/Transformer.js create mode 100644 node_modules/sucrase/dist/transformers/TypeScriptTransformer.js create mode 100644 node_modules/sucrase/dist/types/CJSImportProcessor.d.ts create mode 100644 node_modules/sucrase/dist/types/HelperManager.d.ts create mode 100644 node_modules/sucrase/dist/types/NameManager.d.ts create mode 100644 node_modules/sucrase/dist/types/Options-gen-types.d.ts create mode 100644 node_modules/sucrase/dist/types/Options.d.ts create mode 100644 node_modules/sucrase/dist/types/TokenProcessor.d.ts create mode 100644 node_modules/sucrase/dist/types/cli.d.ts create mode 100644 node_modules/sucrase/dist/types/computeSourceMap.d.ts create mode 100644 node_modules/sucrase/dist/types/identifyShadowedGlobals.d.ts create mode 100644 node_modules/sucrase/dist/types/index.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/index.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/plugins/flow.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/plugins/jsx/index.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/plugins/jsx/xhtml.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/plugins/types.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/plugins/typescript.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/tokenizer/index.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/tokenizer/keywords.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/tokenizer/readWord.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/tokenizer/readWordTree.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/tokenizer/state.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/tokenizer/types.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/traverser/base.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/traverser/expression.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/traverser/index.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/traverser/lval.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/traverser/statement.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/traverser/util.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/util/charcodes.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/util/identifier.d.ts create mode 100644 node_modules/sucrase/dist/types/parser/util/whitespace.d.ts create mode 100644 node_modules/sucrase/dist/types/register.d.ts create mode 100644 node_modules/sucrase/dist/types/transformers/CJSImportTransformer.d.ts create mode 100644 node_modules/sucrase/dist/types/transformers/ESMImportTransformer.d.ts create mode 100644 node_modules/sucrase/dist/types/transformers/FlowTransformer.d.ts create mode 100644 node_modules/sucrase/dist/types/transformers/JSXTransformer.d.ts create mode 100644 node_modules/sucrase/dist/types/transformers/JestHoistTransformer.d.ts create mode 100644 node_modules/sucrase/dist/types/transformers/NumericSeparatorTransformer.d.ts create mode 100644 node_modules/sucrase/dist/types/transformers/OptionalCatchBindingTransformer.d.ts create mode 100644 node_modules/sucrase/dist/types/transformers/OptionalChainingNullishTransformer.d.ts create mode 100644 node_modules/sucrase/dist/types/transformers/ReactDisplayNameTransformer.d.ts create mode 100644 node_modules/sucrase/dist/types/transformers/ReactHotLoaderTransformer.d.ts create mode 100644 node_modules/sucrase/dist/types/transformers/RootTransformer.d.ts create mode 100644 node_modules/sucrase/dist/types/transformers/Transformer.d.ts create mode 100644 node_modules/sucrase/dist/types/transformers/TypeScriptTransformer.d.ts create mode 100644 node_modules/sucrase/dist/types/util/elideImportEquals.d.ts create mode 100644 node_modules/sucrase/dist/types/util/formatTokens.d.ts create mode 100644 node_modules/sucrase/dist/types/util/getClassInfo.d.ts create mode 100644 node_modules/sucrase/dist/types/util/getDeclarationInfo.d.ts create mode 100644 node_modules/sucrase/dist/types/util/getIdentifierNames.d.ts create mode 100644 node_modules/sucrase/dist/types/util/getImportExportSpecifierInfo.d.ts create mode 100644 node_modules/sucrase/dist/types/util/getJSXPragmaInfo.d.ts create mode 100644 node_modules/sucrase/dist/types/util/getNonTypeIdentifiers.d.ts create mode 100644 node_modules/sucrase/dist/types/util/getTSImportedNames.d.ts create mode 100644 node_modules/sucrase/dist/types/util/isAsyncOperation.d.ts create mode 100644 node_modules/sucrase/dist/types/util/isExportFrom.d.ts create mode 100644 node_modules/sucrase/dist/types/util/isIdentifier.d.ts create mode 100644 node_modules/sucrase/dist/types/util/removeMaybeImportAttributes.d.ts create mode 100644 node_modules/sucrase/dist/types/util/shouldElideDefaultExport.d.ts create mode 100644 node_modules/sucrase/dist/util/elideImportEquals.js create mode 100644 node_modules/sucrase/dist/util/formatTokens.js create mode 100644 node_modules/sucrase/dist/util/getClassInfo.js create mode 100644 node_modules/sucrase/dist/util/getDeclarationInfo.js create mode 100644 node_modules/sucrase/dist/util/getIdentifierNames.js create mode 100644 node_modules/sucrase/dist/util/getImportExportSpecifierInfo.js create mode 100644 node_modules/sucrase/dist/util/getJSXPragmaInfo.js create mode 100644 node_modules/sucrase/dist/util/getNonTypeIdentifiers.js create mode 100644 node_modules/sucrase/dist/util/getTSImportedNames.js create mode 100644 node_modules/sucrase/dist/util/isAsyncOperation.js create mode 100644 node_modules/sucrase/dist/util/isExportFrom.js create mode 100644 node_modules/sucrase/dist/util/isIdentifier.js create mode 100644 node_modules/sucrase/dist/util/removeMaybeImportAttributes.js create mode 100644 node_modules/sucrase/dist/util/shouldElideDefaultExport.js create mode 100644 node_modules/sucrase/package.json create mode 100644 node_modules/sucrase/register/index.js create mode 100644 node_modules/sucrase/register/js.js create mode 100644 node_modules/sucrase/register/jsx.js create mode 100644 node_modules/sucrase/register/ts-legacy-module-interop.js create mode 100644 node_modules/sucrase/register/ts.js create mode 100644 node_modules/sucrase/register/tsx-legacy-module-interop.js create mode 100644 node_modules/sucrase/register/tsx.js create mode 100644 node_modules/sucrase/ts-node-plugin/index.js create mode 100644 node_modules/supports-preserve-symlinks-flag/.eslintrc create mode 100644 node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml create mode 100644 node_modules/supports-preserve-symlinks-flag/.nycrc create mode 100644 node_modules/supports-preserve-symlinks-flag/CHANGELOG.md create mode 100644 node_modules/supports-preserve-symlinks-flag/LICENSE create mode 100644 node_modules/supports-preserve-symlinks-flag/README.md create mode 100644 node_modules/supports-preserve-symlinks-flag/browser.js create mode 100644 node_modules/supports-preserve-symlinks-flag/index.js create mode 100644 node_modules/supports-preserve-symlinks-flag/package.json create mode 100644 node_modules/supports-preserve-symlinks-flag/test/index.js create mode 100644 node_modules/tailwindcss/LICENSE create mode 100644 node_modules/tailwindcss/README.md create mode 100644 node_modules/tailwindcss/base.css create mode 100644 node_modules/tailwindcss/colors.d.ts create mode 100644 node_modules/tailwindcss/colors.js create mode 100644 node_modules/tailwindcss/components.css create mode 100644 node_modules/tailwindcss/defaultConfig.d.ts create mode 100644 node_modules/tailwindcss/defaultConfig.js create mode 100644 node_modules/tailwindcss/defaultTheme.d.ts create mode 100644 node_modules/tailwindcss/defaultTheme.js create mode 100644 node_modules/tailwindcss/lib/cli-peer-dependencies.js create mode 100755 node_modules/tailwindcss/lib/cli.js create mode 100644 node_modules/tailwindcss/lib/cli/build/deps.js create mode 100644 node_modules/tailwindcss/lib/cli/build/index.js create mode 100644 node_modules/tailwindcss/lib/cli/build/plugin.js create mode 100644 node_modules/tailwindcss/lib/cli/build/utils.js create mode 100644 node_modules/tailwindcss/lib/cli/build/watching.js create mode 100644 node_modules/tailwindcss/lib/cli/help/index.js create mode 100644 node_modules/tailwindcss/lib/cli/index.js create mode 100644 node_modules/tailwindcss/lib/cli/init/index.js create mode 100644 node_modules/tailwindcss/lib/corePluginList.js create mode 100644 node_modules/tailwindcss/lib/corePlugins.js create mode 100644 node_modules/tailwindcss/lib/css/LICENSE create mode 100644 node_modules/tailwindcss/lib/css/preflight.css create mode 100644 node_modules/tailwindcss/lib/featureFlags.js create mode 100644 node_modules/tailwindcss/lib/index.js create mode 100644 node_modules/tailwindcss/lib/lib/cacheInvalidation.js create mode 100644 node_modules/tailwindcss/lib/lib/collapseAdjacentRules.js create mode 100644 node_modules/tailwindcss/lib/lib/collapseDuplicateDeclarations.js create mode 100644 node_modules/tailwindcss/lib/lib/content.js create mode 100644 node_modules/tailwindcss/lib/lib/defaultExtractor.js create mode 100644 node_modules/tailwindcss/lib/lib/evaluateTailwindFunctions.js create mode 100644 node_modules/tailwindcss/lib/lib/expandApplyAtRules.js create mode 100644 node_modules/tailwindcss/lib/lib/expandTailwindAtRules.js create mode 100644 node_modules/tailwindcss/lib/lib/findAtConfigPath.js create mode 100644 node_modules/tailwindcss/lib/lib/generateRules.js create mode 100644 node_modules/tailwindcss/lib/lib/getModuleDependencies.js create mode 100644 node_modules/tailwindcss/lib/lib/load-config.js create mode 100644 node_modules/tailwindcss/lib/lib/normalizeTailwindDirectives.js create mode 100644 node_modules/tailwindcss/lib/lib/offsets.js create mode 100644 node_modules/tailwindcss/lib/lib/partitionApplyAtRules.js create mode 100644 node_modules/tailwindcss/lib/lib/regex.js create mode 100644 node_modules/tailwindcss/lib/lib/remap-bitfield.js create mode 100644 node_modules/tailwindcss/lib/lib/resolveDefaultsAtRules.js create mode 100644 node_modules/tailwindcss/lib/lib/setupContextUtils.js create mode 100644 node_modules/tailwindcss/lib/lib/setupTrackingContext.js create mode 100644 node_modules/tailwindcss/lib/lib/sharedState.js create mode 100644 node_modules/tailwindcss/lib/lib/substituteScreenAtRules.js create mode 100644 node_modules/tailwindcss/lib/plugin.js create mode 100644 node_modules/tailwindcss/lib/postcss-plugins/nesting/README.md create mode 100644 node_modules/tailwindcss/lib/postcss-plugins/nesting/index.js create mode 100644 node_modules/tailwindcss/lib/postcss-plugins/nesting/plugin.js create mode 100644 node_modules/tailwindcss/lib/processTailwindFeatures.js create mode 100644 node_modules/tailwindcss/lib/public/colors.js create mode 100644 node_modules/tailwindcss/lib/public/create-plugin.js create mode 100644 node_modules/tailwindcss/lib/public/default-config.js create mode 100644 node_modules/tailwindcss/lib/public/default-theme.js create mode 100644 node_modules/tailwindcss/lib/public/load-config.js create mode 100644 node_modules/tailwindcss/lib/public/resolve-config.js create mode 100644 node_modules/tailwindcss/lib/util/applyImportantSelector.js create mode 100644 node_modules/tailwindcss/lib/util/bigSign.js create mode 100644 node_modules/tailwindcss/lib/util/buildMediaQuery.js create mode 100644 node_modules/tailwindcss/lib/util/cloneDeep.js create mode 100644 node_modules/tailwindcss/lib/util/cloneNodes.js create mode 100644 node_modules/tailwindcss/lib/util/color.js create mode 100644 node_modules/tailwindcss/lib/util/colorNames.js create mode 100644 node_modules/tailwindcss/lib/util/configurePlugins.js create mode 100644 node_modules/tailwindcss/lib/util/createPlugin.js create mode 100644 node_modules/tailwindcss/lib/util/createUtilityPlugin.js create mode 100644 node_modules/tailwindcss/lib/util/dataTypes.js create mode 100644 node_modules/tailwindcss/lib/util/defaults.js create mode 100644 node_modules/tailwindcss/lib/util/escapeClassName.js create mode 100644 node_modules/tailwindcss/lib/util/escapeCommas.js create mode 100644 node_modules/tailwindcss/lib/util/flattenColorPalette.js create mode 100644 node_modules/tailwindcss/lib/util/formatVariantSelector.js create mode 100644 node_modules/tailwindcss/lib/util/getAllConfigs.js create mode 100644 node_modules/tailwindcss/lib/util/hashConfig.js create mode 100644 node_modules/tailwindcss/lib/util/isKeyframeRule.js create mode 100644 node_modules/tailwindcss/lib/util/isPlainObject.js create mode 100644 node_modules/tailwindcss/lib/util/isSyntacticallyValidPropertyValue.js create mode 100644 node_modules/tailwindcss/lib/util/log.js create mode 100644 node_modules/tailwindcss/lib/util/math-operators.js create mode 100644 node_modules/tailwindcss/lib/util/nameClass.js create mode 100644 node_modules/tailwindcss/lib/util/negateValue.js create mode 100644 node_modules/tailwindcss/lib/util/normalizeConfig.js create mode 100644 node_modules/tailwindcss/lib/util/normalizeScreens.js create mode 100644 node_modules/tailwindcss/lib/util/parseAnimationValue.js create mode 100644 node_modules/tailwindcss/lib/util/parseBoxShadowValue.js create mode 100644 node_modules/tailwindcss/lib/util/parseDependency.js create mode 100644 node_modules/tailwindcss/lib/util/parseGlob.js create mode 100644 node_modules/tailwindcss/lib/util/parseObjectStyles.js create mode 100644 node_modules/tailwindcss/lib/util/pluginUtils.js create mode 100644 node_modules/tailwindcss/lib/util/prefixSelector.js create mode 100644 node_modules/tailwindcss/lib/util/pseudoElements.js create mode 100644 node_modules/tailwindcss/lib/util/removeAlphaVariables.js create mode 100644 node_modules/tailwindcss/lib/util/resolveConfig.js create mode 100644 node_modules/tailwindcss/lib/util/resolveConfigPath.js create mode 100644 node_modules/tailwindcss/lib/util/responsive.js create mode 100644 node_modules/tailwindcss/lib/util/splitAtTopLevelOnly.js create mode 100644 node_modules/tailwindcss/lib/util/tap.js create mode 100644 node_modules/tailwindcss/lib/util/toColorValue.js create mode 100644 node_modules/tailwindcss/lib/util/toPath.js create mode 100644 node_modules/tailwindcss/lib/util/transformThemeValue.js create mode 100644 node_modules/tailwindcss/lib/util/validateConfig.js create mode 100644 node_modules/tailwindcss/lib/util/validateFormalSyntax.js create mode 100644 node_modules/tailwindcss/lib/util/withAlphaVariable.js create mode 100644 node_modules/tailwindcss/lib/value-parser/LICENSE create mode 100644 node_modules/tailwindcss/lib/value-parser/README.md create mode 100644 node_modules/tailwindcss/lib/value-parser/index.d.js create mode 100644 node_modules/tailwindcss/lib/value-parser/index.js create mode 100644 node_modules/tailwindcss/lib/value-parser/parse.js create mode 100644 node_modules/tailwindcss/lib/value-parser/stringify.js create mode 100644 node_modules/tailwindcss/lib/value-parser/unit.js create mode 100644 node_modules/tailwindcss/lib/value-parser/walk.js create mode 100644 node_modules/tailwindcss/loadConfig.d.ts create mode 100644 node_modules/tailwindcss/loadConfig.js create mode 100644 node_modules/tailwindcss/nesting/index.d.ts create mode 100644 node_modules/tailwindcss/nesting/index.js create mode 100644 node_modules/tailwindcss/package.json create mode 100644 node_modules/tailwindcss/peers/index.js create mode 100644 node_modules/tailwindcss/plugin.d.ts create mode 100644 node_modules/tailwindcss/plugin.js create mode 100644 node_modules/tailwindcss/prettier.config.js create mode 100644 node_modules/tailwindcss/resolveConfig.d.ts create mode 100644 node_modules/tailwindcss/resolveConfig.js create mode 100644 node_modules/tailwindcss/screens.css create mode 100644 node_modules/tailwindcss/scripts/create-plugin-list.js create mode 100644 node_modules/tailwindcss/scripts/generate-types.js create mode 100644 node_modules/tailwindcss/scripts/release-channel.js create mode 100644 node_modules/tailwindcss/scripts/release-notes.js create mode 100644 node_modules/tailwindcss/scripts/type-utils.js create mode 100644 node_modules/tailwindcss/src/cli-peer-dependencies.js create mode 100644 node_modules/tailwindcss/src/cli.js create mode 100644 node_modules/tailwindcss/src/cli/build/deps.js create mode 100644 node_modules/tailwindcss/src/cli/build/index.js create mode 100644 node_modules/tailwindcss/src/cli/build/plugin.js create mode 100644 node_modules/tailwindcss/src/cli/build/utils.js create mode 100644 node_modules/tailwindcss/src/cli/build/watching.js create mode 100644 node_modules/tailwindcss/src/cli/help/index.js create mode 100644 node_modules/tailwindcss/src/cli/index.js create mode 100644 node_modules/tailwindcss/src/cli/init/index.js create mode 100644 node_modules/tailwindcss/src/corePluginList.js create mode 100644 node_modules/tailwindcss/src/corePlugins.js create mode 100644 node_modules/tailwindcss/src/css/LICENSE create mode 100644 node_modules/tailwindcss/src/css/preflight.css create mode 100644 node_modules/tailwindcss/src/featureFlags.js create mode 100644 node_modules/tailwindcss/src/index.js create mode 100644 node_modules/tailwindcss/src/lib/cacheInvalidation.js create mode 100644 node_modules/tailwindcss/src/lib/collapseAdjacentRules.js create mode 100644 node_modules/tailwindcss/src/lib/collapseDuplicateDeclarations.js create mode 100644 node_modules/tailwindcss/src/lib/content.js create mode 100644 node_modules/tailwindcss/src/lib/defaultExtractor.js create mode 100644 node_modules/tailwindcss/src/lib/evaluateTailwindFunctions.js create mode 100644 node_modules/tailwindcss/src/lib/expandApplyAtRules.js create mode 100644 node_modules/tailwindcss/src/lib/expandTailwindAtRules.js create mode 100644 node_modules/tailwindcss/src/lib/findAtConfigPath.js create mode 100644 node_modules/tailwindcss/src/lib/generateRules.js create mode 100644 node_modules/tailwindcss/src/lib/getModuleDependencies.js create mode 100644 node_modules/tailwindcss/src/lib/load-config.ts create mode 100644 node_modules/tailwindcss/src/lib/normalizeTailwindDirectives.js create mode 100644 node_modules/tailwindcss/src/lib/offsets.js create mode 100644 node_modules/tailwindcss/src/lib/partitionApplyAtRules.js create mode 100644 node_modules/tailwindcss/src/lib/regex.js create mode 100644 node_modules/tailwindcss/src/lib/remap-bitfield.js create mode 100644 node_modules/tailwindcss/src/lib/resolveDefaultsAtRules.js create mode 100644 node_modules/tailwindcss/src/lib/setupContextUtils.js create mode 100644 node_modules/tailwindcss/src/lib/setupTrackingContext.js create mode 100644 node_modules/tailwindcss/src/lib/sharedState.js create mode 100644 node_modules/tailwindcss/src/lib/substituteScreenAtRules.js create mode 100644 node_modules/tailwindcss/src/plugin.js create mode 100644 node_modules/tailwindcss/src/postcss-plugins/nesting/README.md create mode 100644 node_modules/tailwindcss/src/postcss-plugins/nesting/index.js create mode 100644 node_modules/tailwindcss/src/postcss-plugins/nesting/plugin.js create mode 100644 node_modules/tailwindcss/src/processTailwindFeatures.js create mode 100644 node_modules/tailwindcss/src/public/colors.js create mode 100644 node_modules/tailwindcss/src/public/create-plugin.js create mode 100644 node_modules/tailwindcss/src/public/default-config.js create mode 100644 node_modules/tailwindcss/src/public/default-theme.js create mode 100644 node_modules/tailwindcss/src/public/load-config.js create mode 100644 node_modules/tailwindcss/src/public/resolve-config.js create mode 100644 node_modules/tailwindcss/src/util/applyImportantSelector.js create mode 100644 node_modules/tailwindcss/src/util/bigSign.js create mode 100644 node_modules/tailwindcss/src/util/buildMediaQuery.js create mode 100644 node_modules/tailwindcss/src/util/cloneDeep.js create mode 100644 node_modules/tailwindcss/src/util/cloneNodes.js create mode 100644 node_modules/tailwindcss/src/util/color.js create mode 100644 node_modules/tailwindcss/src/util/colorNames.js create mode 100644 node_modules/tailwindcss/src/util/configurePlugins.js create mode 100644 node_modules/tailwindcss/src/util/createPlugin.js create mode 100644 node_modules/tailwindcss/src/util/createUtilityPlugin.js create mode 100644 node_modules/tailwindcss/src/util/dataTypes.js create mode 100644 node_modules/tailwindcss/src/util/defaults.js create mode 100644 node_modules/tailwindcss/src/util/escapeClassName.js create mode 100644 node_modules/tailwindcss/src/util/escapeCommas.js create mode 100644 node_modules/tailwindcss/src/util/flattenColorPalette.js create mode 100644 node_modules/tailwindcss/src/util/formatVariantSelector.js create mode 100644 node_modules/tailwindcss/src/util/getAllConfigs.js create mode 100644 node_modules/tailwindcss/src/util/hashConfig.js create mode 100644 node_modules/tailwindcss/src/util/isKeyframeRule.js create mode 100644 node_modules/tailwindcss/src/util/isPlainObject.js create mode 100644 node_modules/tailwindcss/src/util/isSyntacticallyValidPropertyValue.js create mode 100644 node_modules/tailwindcss/src/util/log.js create mode 100644 node_modules/tailwindcss/src/util/math-operators.ts create mode 100644 node_modules/tailwindcss/src/util/nameClass.js create mode 100644 node_modules/tailwindcss/src/util/negateValue.js create mode 100644 node_modules/tailwindcss/src/util/normalizeConfig.js create mode 100644 node_modules/tailwindcss/src/util/normalizeScreens.js create mode 100644 node_modules/tailwindcss/src/util/parseAnimationValue.js create mode 100644 node_modules/tailwindcss/src/util/parseBoxShadowValue.js create mode 100644 node_modules/tailwindcss/src/util/parseDependency.js create mode 100644 node_modules/tailwindcss/src/util/parseGlob.js create mode 100644 node_modules/tailwindcss/src/util/parseObjectStyles.js create mode 100644 node_modules/tailwindcss/src/util/pluginUtils.js create mode 100644 node_modules/tailwindcss/src/util/prefixSelector.js create mode 100644 node_modules/tailwindcss/src/util/pseudoElements.js create mode 100644 node_modules/tailwindcss/src/util/removeAlphaVariables.js create mode 100644 node_modules/tailwindcss/src/util/resolveConfig.js create mode 100644 node_modules/tailwindcss/src/util/resolveConfigPath.js create mode 100644 node_modules/tailwindcss/src/util/responsive.js create mode 100644 node_modules/tailwindcss/src/util/splitAtTopLevelOnly.js create mode 100644 node_modules/tailwindcss/src/util/tap.js create mode 100644 node_modules/tailwindcss/src/util/toColorValue.js create mode 100644 node_modules/tailwindcss/src/util/toPath.js create mode 100644 node_modules/tailwindcss/src/util/transformThemeValue.js create mode 100644 node_modules/tailwindcss/src/util/validateConfig.js create mode 100644 node_modules/tailwindcss/src/util/validateFormalSyntax.js create mode 100644 node_modules/tailwindcss/src/util/withAlphaVariable.js create mode 100644 node_modules/tailwindcss/src/value-parser/LICENSE create mode 100644 node_modules/tailwindcss/src/value-parser/README.md create mode 100644 node_modules/tailwindcss/src/value-parser/index.d.ts create mode 100644 node_modules/tailwindcss/src/value-parser/index.js create mode 100644 node_modules/tailwindcss/src/value-parser/parse.js create mode 100644 node_modules/tailwindcss/src/value-parser/stringify.js create mode 100644 node_modules/tailwindcss/src/value-parser/unit.js create mode 100644 node_modules/tailwindcss/src/value-parser/walk.js create mode 100644 node_modules/tailwindcss/stubs/.npmignore create mode 100644 node_modules/tailwindcss/stubs/.prettierrc.json create mode 100644 node_modules/tailwindcss/stubs/config.full.js create mode 100644 node_modules/tailwindcss/stubs/config.simple.js create mode 100644 node_modules/tailwindcss/stubs/postcss.config.cjs create mode 100644 node_modules/tailwindcss/stubs/postcss.config.js create mode 100644 node_modules/tailwindcss/stubs/tailwind.config.cjs create mode 100644 node_modules/tailwindcss/stubs/tailwind.config.js create mode 100644 node_modules/tailwindcss/stubs/tailwind.config.ts create mode 100644 node_modules/tailwindcss/tailwind.css create mode 100644 node_modules/tailwindcss/types/config.d.ts create mode 100644 node_modules/tailwindcss/types/generated/.gitkeep create mode 100644 node_modules/tailwindcss/types/generated/colors.d.ts create mode 100644 node_modules/tailwindcss/types/generated/corePluginList.d.ts create mode 100644 node_modules/tailwindcss/types/generated/default-theme.d.ts create mode 100644 node_modules/tailwindcss/types/index.d.ts create mode 100644 node_modules/tailwindcss/utilities.css create mode 100644 node_modules/tailwindcss/variants.css create mode 100644 node_modules/thenify-all/History.md create mode 100644 node_modules/thenify-all/LICENSE create mode 100644 node_modules/thenify-all/README.md create mode 100644 node_modules/thenify-all/index.js create mode 100644 node_modules/thenify-all/package.json create mode 100644 node_modules/thenify/History.md create mode 100644 node_modules/thenify/LICENSE create mode 100644 node_modules/thenify/README.md create mode 100644 node_modules/thenify/index.js create mode 100644 node_modules/thenify/package.json create mode 100644 node_modules/tinyglobby/LICENSE create mode 100644 node_modules/tinyglobby/README.md create mode 100644 node_modules/tinyglobby/dist/index.cjs create mode 100644 node_modules/tinyglobby/dist/index.d.cts create mode 100644 node_modules/tinyglobby/dist/index.d.mts create mode 100644 node_modules/tinyglobby/dist/index.mjs create mode 100644 node_modules/tinyglobby/node_modules/fdir/LICENSE create mode 100644 node_modules/tinyglobby/node_modules/fdir/README.md create mode 100644 node_modules/tinyglobby/node_modules/fdir/dist/index.cjs create mode 100644 node_modules/tinyglobby/node_modules/fdir/dist/index.d.cts create mode 100644 node_modules/tinyglobby/node_modules/fdir/dist/index.d.mts create mode 100644 node_modules/tinyglobby/node_modules/fdir/dist/index.mjs create mode 100644 node_modules/tinyglobby/node_modules/fdir/package.json create mode 100644 node_modules/tinyglobby/node_modules/picomatch/LICENSE create mode 100644 node_modules/tinyglobby/node_modules/picomatch/README.md create mode 100644 node_modules/tinyglobby/node_modules/picomatch/index.js create mode 100644 node_modules/tinyglobby/node_modules/picomatch/lib/constants.js create mode 100644 node_modules/tinyglobby/node_modules/picomatch/lib/parse.js create mode 100644 node_modules/tinyglobby/node_modules/picomatch/lib/picomatch.js create mode 100644 node_modules/tinyglobby/node_modules/picomatch/lib/scan.js create mode 100644 node_modules/tinyglobby/node_modules/picomatch/lib/utils.js create mode 100644 node_modules/tinyglobby/node_modules/picomatch/package.json create mode 100644 node_modules/tinyglobby/node_modules/picomatch/posix.js create mode 100644 node_modules/tinyglobby/package.json create mode 100644 node_modules/to-regex-range/LICENSE create mode 100644 node_modules/to-regex-range/README.md create mode 100644 node_modules/to-regex-range/index.js create mode 100644 node_modules/to-regex-range/package.json create mode 100644 node_modules/ts-interface-checker/LICENSE create mode 100644 node_modules/ts-interface-checker/README.md create mode 100644 node_modules/ts-interface-checker/dist/index.d.ts create mode 100644 node_modules/ts-interface-checker/dist/index.js create mode 100644 node_modules/ts-interface-checker/dist/types.d.ts create mode 100644 node_modules/ts-interface-checker/dist/types.js create mode 100644 node_modules/ts-interface-checker/dist/util.d.ts create mode 100644 node_modules/ts-interface-checker/dist/util.js create mode 100644 node_modules/ts-interface-checker/package.json create mode 100644 node_modules/util-deprecate/History.md create mode 100644 node_modules/util-deprecate/LICENSE create mode 100644 node_modules/util-deprecate/README.md create mode 100644 node_modules/util-deprecate/browser.js create mode 100644 node_modules/util-deprecate/node.js create mode 100644 node_modules/util-deprecate/package.json create mode 100644 overview.html create mode 100644 src/cmdforge.egg-info/PKG-INFO create mode 100644 src/cmdforge.egg-info/SOURCES.txt create mode 100644 src/cmdforge.egg-info/dependency_links.txt create mode 100644 src/cmdforge.egg-info/entry_points.txt create mode 100644 src/cmdforge.egg-info/requires.txt create mode 100644 src/cmdforge.egg-info/top_level.txt create mode 100644 src/cmdforge/__pycache__/__init__.cpython-312.pyc create mode 100644 src/cmdforge/__pycache__/cli.cpython-312.pyc create mode 100644 src/cmdforge/__pycache__/config.cpython-312.pyc create mode 100644 src/cmdforge/__pycache__/manifest.cpython-312.pyc create mode 100644 src/cmdforge/__pycache__/providers.cpython-312.pyc create mode 100644 src/cmdforge/__pycache__/registry_client.cpython-312.pyc create mode 100644 src/cmdforge/__pycache__/resolver.cpython-312.pyc create mode 100644 src/cmdforge/__pycache__/runner.cpython-312.pyc create mode 100644 src/cmdforge/__pycache__/tool.cpython-312.pyc create mode 100644 src/cmdforge/__pycache__/ui.cpython-312.pyc create mode 100644 src/cmdforge/__pycache__/ui_registry.cpython-312.pyc create mode 100644 src/cmdforge/__pycache__/ui_snack.cpython-312.pyc create mode 100644 src/cmdforge/__pycache__/ui_urwid.cpython-312.pyc create mode 100644 src/cmdforge/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 src/cmdforge/cli/__pycache__/__main__.cpython-312.pyc create mode 100644 src/cmdforge/cli/__pycache__/config_commands.cpython-312.pyc create mode 100644 src/cmdforge/cli/__pycache__/project_commands.cpython-312.pyc create mode 100644 src/cmdforge/cli/__pycache__/provider_commands.cpython-312.pyc create mode 100644 src/cmdforge/cli/__pycache__/registry_commands.cpython-312.pyc create mode 100644 src/cmdforge/cli/__pycache__/tool_commands.cpython-312.pyc create mode 100644 src/cmdforge/registry/__pycache__/__init__.cpython-312.pyc create mode 100644 src/cmdforge/registry/__pycache__/app.cpython-312.pyc create mode 100644 src/cmdforge/registry/__pycache__/categorize.cpython-312.pyc create mode 100644 src/cmdforge/registry/__pycache__/db.cpython-312.pyc create mode 100644 src/cmdforge/registry/__pycache__/similarity.cpython-312.pyc create mode 100644 src/cmdforge/ui_urwid/__pycache__/__init__.cpython-312.pyc create mode 100644 src/cmdforge/ui_urwid/__pycache__/palette.cpython-312.pyc create mode 100644 src/cmdforge/ui_urwid/__pycache__/widgets.cpython-312.pyc create mode 100644 src/cmdforge/web/__pycache__/__init__.cpython-312.pyc create mode 100644 tests/__pycache__/test_cli.cpython-312-pytest-9.0.2.pyc create mode 100644 tests/__pycache__/test_providers.cpython-312-pytest-9.0.2.pyc create mode 100644 tests/__pycache__/test_registry_integration.cpython-312-pytest-9.0.2.pyc create mode 100644 tests/__pycache__/test_runner.cpython-312-pytest-9.0.2.pyc create mode 100644 tests/__pycache__/test_tool.cpython-312-pytest-9.0.2.pyc diff --git a/.venv/bin/Activate.ps1 b/.venv/bin/Activate.ps1 new file mode 100644 index 0000000..b49d77b --- /dev/null +++ b/.venv/bin/Activate.ps1 @@ -0,0 +1,247 @@ +<# +.Synopsis +Activate a Python virtual environment for the current PowerShell session. + +.Description +Pushes the python executable for a virtual environment to the front of the +$Env:PATH environment variable and sets the prompt to signify that you are +in a Python virtual environment. Makes use of the command line switches as +well as the `pyvenv.cfg` file values present in the virtual environment. + +.Parameter VenvDir +Path to the directory that contains the virtual environment to activate. The +default value for this is the parent of the directory that the Activate.ps1 +script is located within. + +.Parameter Prompt +The prompt prefix to display when this virtual environment is activated. By +default, this prompt is the name of the virtual environment folder (VenvDir) +surrounded by parentheses and followed by a single space (ie. '(.venv) '). + +.Example +Activate.ps1 +Activates the Python virtual environment that contains the Activate.ps1 script. + +.Example +Activate.ps1 -Verbose +Activates the Python virtual environment that contains the Activate.ps1 script, +and shows extra information about the activation as it executes. + +.Example +Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv +Activates the Python virtual environment located in the specified location. + +.Example +Activate.ps1 -Prompt "MyPython" +Activates the Python virtual environment that contains the Activate.ps1 script, +and prefixes the current prompt with the specified string (surrounded in +parentheses) while the virtual environment is active. + +.Notes +On Windows, it may be required to enable this Activate.ps1 script by setting the +execution policy for the user. You can do this by issuing the following PowerShell +command: + +PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser + +For more information on Execution Policies: +https://go.microsoft.com/fwlink/?LinkID=135170 + +#> +Param( + [Parameter(Mandatory = $false)] + [String] + $VenvDir, + [Parameter(Mandatory = $false)] + [String] + $Prompt +) + +<# Function declarations --------------------------------------------------- #> + +<# +.Synopsis +Remove all shell session elements added by the Activate script, including the +addition of the virtual environment's Python executable from the beginning of +the PATH variable. + +.Parameter NonDestructive +If present, do not remove this function from the global namespace for the +session. + +#> +function global:deactivate ([switch]$NonDestructive) { + # Revert to original values + + # The prior prompt: + if (Test-Path -Path Function:_OLD_VIRTUAL_PROMPT) { + Copy-Item -Path Function:_OLD_VIRTUAL_PROMPT -Destination Function:prompt + Remove-Item -Path Function:_OLD_VIRTUAL_PROMPT + } + + # The prior PYTHONHOME: + if (Test-Path -Path Env:_OLD_VIRTUAL_PYTHONHOME) { + Copy-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME -Destination Env:PYTHONHOME + Remove-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME + } + + # The prior PATH: + if (Test-Path -Path Env:_OLD_VIRTUAL_PATH) { + Copy-Item -Path Env:_OLD_VIRTUAL_PATH -Destination Env:PATH + Remove-Item -Path Env:_OLD_VIRTUAL_PATH + } + + # Just remove the VIRTUAL_ENV altogether: + if (Test-Path -Path Env:VIRTUAL_ENV) { + Remove-Item -Path env:VIRTUAL_ENV + } + + # Just remove VIRTUAL_ENV_PROMPT altogether. + if (Test-Path -Path Env:VIRTUAL_ENV_PROMPT) { + Remove-Item -Path env:VIRTUAL_ENV_PROMPT + } + + # Just remove the _PYTHON_VENV_PROMPT_PREFIX altogether: + if (Get-Variable -Name "_PYTHON_VENV_PROMPT_PREFIX" -ErrorAction SilentlyContinue) { + Remove-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Scope Global -Force + } + + # Leave deactivate function in the global namespace if requested: + if (-not $NonDestructive) { + Remove-Item -Path function:deactivate + } +} + +<# +.Description +Get-PyVenvConfig parses the values from the pyvenv.cfg file located in the +given folder, and returns them in a map. + +For each line in the pyvenv.cfg file, if that line can be parsed into exactly +two strings separated by `=` (with any amount of whitespace surrounding the =) +then it is considered a `key = value` line. The left hand string is the key, +the right hand is the value. + +If the value starts with a `'` or a `"` then the first and last character is +stripped from the value before being captured. + +.Parameter ConfigDir +Path to the directory that contains the `pyvenv.cfg` file. +#> +function Get-PyVenvConfig( + [String] + $ConfigDir +) { + Write-Verbose "Given ConfigDir=$ConfigDir, obtain values in pyvenv.cfg" + + # Ensure the file exists, and issue a warning if it doesn't (but still allow the function to continue). + $pyvenvConfigPath = Join-Path -Resolve -Path $ConfigDir -ChildPath 'pyvenv.cfg' -ErrorAction Continue + + # An empty map will be returned if no config file is found. + $pyvenvConfig = @{ } + + if ($pyvenvConfigPath) { + + Write-Verbose "File exists, parse `key = value` lines" + $pyvenvConfigContent = Get-Content -Path $pyvenvConfigPath + + $pyvenvConfigContent | ForEach-Object { + $keyval = $PSItem -split "\s*=\s*", 2 + if ($keyval[0] -and $keyval[1]) { + $val = $keyval[1] + + # Remove extraneous quotations around a string value. + if ("'""".Contains($val.Substring(0, 1))) { + $val = $val.Substring(1, $val.Length - 2) + } + + $pyvenvConfig[$keyval[0]] = $val + Write-Verbose "Adding Key: '$($keyval[0])'='$val'" + } + } + } + return $pyvenvConfig +} + + +<# Begin Activate script --------------------------------------------------- #> + +# Determine the containing directory of this script +$VenvExecPath = Split-Path -Parent $MyInvocation.MyCommand.Definition +$VenvExecDir = Get-Item -Path $VenvExecPath + +Write-Verbose "Activation script is located in path: '$VenvExecPath'" +Write-Verbose "VenvExecDir Fullname: '$($VenvExecDir.FullName)" +Write-Verbose "VenvExecDir Name: '$($VenvExecDir.Name)" + +# Set values required in priority: CmdLine, ConfigFile, Default +# First, get the location of the virtual environment, it might not be +# VenvExecDir if specified on the command line. +if ($VenvDir) { + Write-Verbose "VenvDir given as parameter, using '$VenvDir' to determine values" +} +else { + Write-Verbose "VenvDir not given as a parameter, using parent directory name as VenvDir." + $VenvDir = $VenvExecDir.Parent.FullName.TrimEnd("\\/") + Write-Verbose "VenvDir=$VenvDir" +} + +# Next, read the `pyvenv.cfg` file to determine any required value such +# as `prompt`. +$pyvenvCfg = Get-PyVenvConfig -ConfigDir $VenvDir + +# Next, set the prompt from the command line, or the config file, or +# just use the name of the virtual environment folder. +if ($Prompt) { + Write-Verbose "Prompt specified as argument, using '$Prompt'" +} +else { + Write-Verbose "Prompt not specified as argument to script, checking pyvenv.cfg value" + if ($pyvenvCfg -and $pyvenvCfg['prompt']) { + Write-Verbose " Setting based on value in pyvenv.cfg='$($pyvenvCfg['prompt'])'" + $Prompt = $pyvenvCfg['prompt']; + } + else { + Write-Verbose " Setting prompt based on parent's directory's name. (Is the directory name passed to venv module when creating the virtual environment)" + Write-Verbose " Got leaf-name of $VenvDir='$(Split-Path -Path $venvDir -Leaf)'" + $Prompt = Split-Path -Path $venvDir -Leaf + } +} + +Write-Verbose "Prompt = '$Prompt'" +Write-Verbose "VenvDir='$VenvDir'" + +# Deactivate any currently active virtual environment, but leave the +# deactivate function in place. +deactivate -nondestructive + +# Now set the environment variable VIRTUAL_ENV, used by many tools to determine +# that there is an activated venv. +$env:VIRTUAL_ENV = $VenvDir + +if (-not $Env:VIRTUAL_ENV_DISABLE_PROMPT) { + + Write-Verbose "Setting prompt to '$Prompt'" + + # Set the prompt to include the env name + # Make sure _OLD_VIRTUAL_PROMPT is global + function global:_OLD_VIRTUAL_PROMPT { "" } + Copy-Item -Path function:prompt -Destination function:_OLD_VIRTUAL_PROMPT + New-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Description "Python virtual environment prompt prefix" -Scope Global -Option ReadOnly -Visibility Public -Value $Prompt + + function global:prompt { + Write-Host -NoNewline -ForegroundColor Green "($_PYTHON_VENV_PROMPT_PREFIX) " + _OLD_VIRTUAL_PROMPT + } + $env:VIRTUAL_ENV_PROMPT = $Prompt +} + +# Clear PYTHONHOME +if (Test-Path -Path Env:PYTHONHOME) { + Copy-Item -Path Env:PYTHONHOME -Destination Env:_OLD_VIRTUAL_PYTHONHOME + Remove-Item -Path Env:PYTHONHOME +} + +# Add the venv to the PATH +Copy-Item -Path Env:PATH -Destination Env:_OLD_VIRTUAL_PATH +$Env:PATH = "$VenvExecDir$([System.IO.Path]::PathSeparator)$Env:PATH" diff --git a/.venv/bin/activate b/.venv/bin/activate new file mode 100644 index 0000000..16baf9c --- /dev/null +++ b/.venv/bin/activate @@ -0,0 +1,70 @@ +# This file must be used with "source bin/activate" *from bash* +# You cannot run it directly + +deactivate () { + # reset old environment variables + if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then + PATH="${_OLD_VIRTUAL_PATH:-}" + export PATH + unset _OLD_VIRTUAL_PATH + fi + if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then + PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}" + export PYTHONHOME + unset _OLD_VIRTUAL_PYTHONHOME + fi + + # Call hash to forget past commands. Without forgetting + # past commands the $PATH changes we made may not be respected + hash -r 2> /dev/null + + if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then + PS1="${_OLD_VIRTUAL_PS1:-}" + export PS1 + unset _OLD_VIRTUAL_PS1 + fi + + unset VIRTUAL_ENV + unset VIRTUAL_ENV_PROMPT + if [ ! "${1:-}" = "nondestructive" ] ; then + # Self destruct! + unset -f deactivate + fi +} + +# unset irrelevant variables +deactivate nondestructive + +# on Windows, a path can contain colons and backslashes and has to be converted: +if [ "${OSTYPE:-}" = "cygwin" ] || [ "${OSTYPE:-}" = "msys" ] ; then + # transform D:\path\to\venv to /d/path/to/venv on MSYS + # and to /cygdrive/d/path/to/venv on Cygwin + export VIRTUAL_ENV=$(cygpath /home/rob/PycharmProjects/CmdForge/.venv) +else + # use the path as-is + export VIRTUAL_ENV=/home/rob/PycharmProjects/CmdForge/.venv +fi + +_OLD_VIRTUAL_PATH="$PATH" +PATH="$VIRTUAL_ENV/"bin":$PATH" +export PATH + +# unset PYTHONHOME if set +# this will fail if PYTHONHOME is set to the empty string (which is bad anyway) +# could use `if (set -u; : $PYTHONHOME) ;` in bash +if [ -n "${PYTHONHOME:-}" ] ; then + _OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}" + unset PYTHONHOME +fi + +if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then + _OLD_VIRTUAL_PS1="${PS1:-}" + PS1='(.venv) '"${PS1:-}" + export PS1 + VIRTUAL_ENV_PROMPT='(.venv) ' + export VIRTUAL_ENV_PROMPT +fi + +# Call hash to forget past commands. Without forgetting +# past commands the $PATH changes we made may not be respected +hash -r 2> /dev/null diff --git a/.venv/bin/activate.csh b/.venv/bin/activate.csh new file mode 100644 index 0000000..6224452 --- /dev/null +++ b/.venv/bin/activate.csh @@ -0,0 +1,27 @@ +# This file must be used with "source bin/activate.csh" *from csh*. +# You cannot run it directly. + +# Created by Davide Di Blasi . +# Ported to Python 3.3 venv by Andrew Svetlov + +alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; unsetenv VIRTUAL_ENV_PROMPT; test "\!:*" != "nondestructive" && unalias deactivate' + +# Unset irrelevant variables. +deactivate nondestructive + +setenv VIRTUAL_ENV /home/rob/PycharmProjects/CmdForge/.venv + +set _OLD_VIRTUAL_PATH="$PATH" +setenv PATH "$VIRTUAL_ENV/"bin":$PATH" + + +set _OLD_VIRTUAL_PROMPT="$prompt" + +if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then + set prompt = '(.venv) '"$prompt" + setenv VIRTUAL_ENV_PROMPT '(.venv) ' +endif + +alias pydoc python -m pydoc + +rehash diff --git a/.venv/bin/activate.fish b/.venv/bin/activate.fish new file mode 100644 index 0000000..0d09ef2 --- /dev/null +++ b/.venv/bin/activate.fish @@ -0,0 +1,69 @@ +# This file must be used with "source /bin/activate.fish" *from fish* +# (https://fishshell.com/). You cannot run it directly. + +function deactivate -d "Exit virtual environment and return to normal shell environment" + # reset old environment variables + if test -n "$_OLD_VIRTUAL_PATH" + set -gx PATH $_OLD_VIRTUAL_PATH + set -e _OLD_VIRTUAL_PATH + end + if test -n "$_OLD_VIRTUAL_PYTHONHOME" + set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME + set -e _OLD_VIRTUAL_PYTHONHOME + end + + if test -n "$_OLD_FISH_PROMPT_OVERRIDE" + set -e _OLD_FISH_PROMPT_OVERRIDE + # prevents error when using nested fish instances (Issue #93858) + if functions -q _old_fish_prompt + functions -e fish_prompt + functions -c _old_fish_prompt fish_prompt + functions -e _old_fish_prompt + end + end + + set -e VIRTUAL_ENV + set -e VIRTUAL_ENV_PROMPT + if test "$argv[1]" != "nondestructive" + # Self-destruct! + functions -e deactivate + end +end + +# Unset irrelevant variables. +deactivate nondestructive + +set -gx VIRTUAL_ENV /home/rob/PycharmProjects/CmdForge/.venv + +set -gx _OLD_VIRTUAL_PATH $PATH +set -gx PATH "$VIRTUAL_ENV/"bin $PATH + +# Unset PYTHONHOME if set. +if set -q PYTHONHOME + set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME + set -e PYTHONHOME +end + +if test -z "$VIRTUAL_ENV_DISABLE_PROMPT" + # fish uses a function instead of an env var to generate the prompt. + + # Save the current fish_prompt function as the function _old_fish_prompt. + functions -c fish_prompt _old_fish_prompt + + # With the original prompt function renamed, we can override with our own. + function fish_prompt + # Save the return status of the last command. + set -l old_status $status + + # Output the venv prompt; color taken from the blue of the Python logo. + printf "%s%s%s" (set_color 4B8BBE) '(.venv) ' (set_color normal) + + # Restore the return status of the previous command. + echo "exit $old_status" | . + # Output the original/"old" prompt. + _old_fish_prompt + end + + set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV" + set -gx VIRTUAL_ENV_PROMPT '(.venv) ' +end diff --git a/.venv/bin/cmdforge b/.venv/bin/cmdforge new file mode 100755 index 0000000..1d5b6d2 --- /dev/null +++ b/.venv/bin/cmdforge @@ -0,0 +1,8 @@ +#!/home/rob/PycharmProjects/CmdForge/.venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from cmdforge.cli import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/.venv/bin/coverage b/.venv/bin/coverage new file mode 100755 index 0000000..27b954e --- /dev/null +++ b/.venv/bin/coverage @@ -0,0 +1,8 @@ +#!/home/rob/PycharmProjects/CmdForge/.venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from coverage.cmdline import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/.venv/bin/coverage-3.12 b/.venv/bin/coverage-3.12 new file mode 100755 index 0000000..efbeac5 --- /dev/null +++ b/.venv/bin/coverage-3.12 @@ -0,0 +1,8 @@ +#!/home/rob/PycharmProjects/CmdForge/.venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from coverage.cmdline import main_deprecated +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main_deprecated()) diff --git a/.venv/bin/coverage3 b/.venv/bin/coverage3 new file mode 100755 index 0000000..efbeac5 --- /dev/null +++ b/.venv/bin/coverage3 @@ -0,0 +1,8 @@ +#!/home/rob/PycharmProjects/CmdForge/.venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from coverage.cmdline import main_deprecated +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main_deprecated()) diff --git a/.venv/bin/normalizer b/.venv/bin/normalizer new file mode 100755 index 0000000..b55ac81 --- /dev/null +++ b/.venv/bin/normalizer @@ -0,0 +1,8 @@ +#!/home/rob/PycharmProjects/CmdForge/.venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from charset_normalizer.cli import cli_detect +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(cli_detect()) diff --git a/.venv/bin/pip b/.venv/bin/pip new file mode 100755 index 0000000..9be8d28 --- /dev/null +++ b/.venv/bin/pip @@ -0,0 +1,8 @@ +#!/home/rob/PycharmProjects/CmdForge/.venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/.venv/bin/pip3 b/.venv/bin/pip3 new file mode 100755 index 0000000..9be8d28 --- /dev/null +++ b/.venv/bin/pip3 @@ -0,0 +1,8 @@ +#!/home/rob/PycharmProjects/CmdForge/.venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/.venv/bin/pip3.12 b/.venv/bin/pip3.12 new file mode 100755 index 0000000..9be8d28 --- /dev/null +++ b/.venv/bin/pip3.12 @@ -0,0 +1,8 @@ +#!/home/rob/PycharmProjects/CmdForge/.venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/.venv/bin/py.test b/.venv/bin/py.test new file mode 100755 index 0000000..ef05c91 --- /dev/null +++ b/.venv/bin/py.test @@ -0,0 +1,8 @@ +#!/home/rob/PycharmProjects/CmdForge/.venv/bin/python3 +# -*- 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/.venv/bin/pygmentize b/.venv/bin/pygmentize new file mode 100755 index 0000000..15b63ca --- /dev/null +++ b/.venv/bin/pygmentize @@ -0,0 +1,8 @@ +#!/home/rob/PycharmProjects/CmdForge/.venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pygments.cmdline import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/.venv/bin/pytest b/.venv/bin/pytest new file mode 100755 index 0000000..ef05c91 --- /dev/null +++ b/.venv/bin/pytest @@ -0,0 +1,8 @@ +#!/home/rob/PycharmProjects/CmdForge/.venv/bin/python3 +# -*- 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/.venv/bin/python b/.venv/bin/python new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/.venv/bin/python @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/.venv/bin/python3 b/.venv/bin/python3 new file mode 120000 index 0000000..ae65fda --- /dev/null +++ b/.venv/bin/python3 @@ -0,0 +1 @@ +/usr/bin/python3 \ No newline at end of file diff --git a/.venv/bin/python3.12 b/.venv/bin/python3.12 new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/.venv/bin/python3.12 @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/.venv/lib/python3.12/site-packages/__editable__.cmdforge-0.1.0.pth b/.venv/lib/python3.12/site-packages/__editable__.cmdforge-0.1.0.pth new file mode 100644 index 0000000..ff82ad2 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/__editable__.cmdforge-0.1.0.pth @@ -0,0 +1 @@ +/home/rob/PycharmProjects/CmdForge/src diff --git a/.venv/lib/python3.12/site-packages/__pycache__/py.cpython-312.pyc b/.venv/lib/python3.12/site-packages/__pycache__/py.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9636566bf0c48aa1c21ceb4016d16c0fc3bbd414 GIT binary patch literal 497 zcmZ`$Jxjze7=F`_>)CRm4vL8A;dFy7>MDW=2P%lGT|#Z+wc0i%$sP12opf~bH~3pz z?l$S7;2MenccP2$koWmWo|hzdjfM@fUgM)=7Xdse@>BWR`lckr`o}et8<|n9qxlo1*0NsI z(H5$lAkV1?L_%|Z(61MzOBkc9Z%I@HBCgDDUKxtC?8?UYq$|3NV9eB&DxH_Sn#M&b z2p6vGqku}6kQr*n)L&D@FjL7^Mx$;@cx7Q6q$$R?@Gf=u-1lOd5s%Sh@30KxfMth_ zo{~^-Zzqe|ly!*b_DJ6I(&X5agJYU+xNGYkPXt*lg77Tp5H1b3C_n3)qcK}dJ(~O! z;M;O}(-A@+bwDdmU_V210L=$j8o<(94HlNq^-Jf%x!N1T-2MFGnC%W>_R*QSZV&8* J3yV$4lrOO#f$0DM literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__init__.py b/.venv/lib/python3.12/site-packages/_pytest/__init__.py new file mode 100644 index 0000000..8eb8ec9 --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/_pytest/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e035f495a6ab98ce7aab42685fc6e704ffd9e2f6 GIT binary patch literal 485 zcmXw!zi-n(6vyAij?eieRkTYbCLl$w)Ev;QLR}C@6#`|Amy?@261Vo9bv`G}7O`~c z-mQw2e3LI0zc;$Rl zp98;aa{i^Tg^`>a=b@VOC`oX*zg}c$)m1&an%6o?Gi~g9W3>4J_sC&6U}K$1X7n-Z z&xYg3q+tH=-a_l`8e2FYw$K(uCp;L878Bd8rJcD#}ZH&Yc~5 z>;yW}%-rAe`<-*o{Y!hhO5pid>74m-2O(c$Cw%0fAw7smgj^$U5QF51AsI1CD#vm# z2<^BP&&A;{TXI>>$<47uE+OWWoC5!Z)lyF8k`jrL6U0!i5ToT*ETElhWr@WnLWbM_ z#oq09*fNs0Kn{F(Piw$Cm1~a?)_N-#Cb=#{WqXXaqtG`xjMNo5x3?aLRy($gc&@7+ ze}=G*0m8dc8m27%w7E6%Gg?DF5;;fS8Lg3v@pGgmr91UMCkdIfET={nbhk8;cghuu zd8T92g2SoKixr)_jMhxAguUiGqh^7cw(IGZ#f*%q&N61W(FGIZ&u3oD91&D1b*}^j z4`&W#4`&Y3A;&Tpr%Q~xz{jNp-LzECp#{@6s8?dNtQXBZbvpZpl*fbP2Hk-$6#p?bf#+O zg?b*ZYY~Npgq}Q2-I7za47$K*UMNQmle4^M)nN!s!hlIIMM30AUaXdx?aiT)ct+4b zs_qc-nunDI(_(IDH6e4Yqr;oL9YKsD^XNg4)7Hx@dywh{55~p7(fP?^69-jv71Iss6a;;P74)jLy@wtg zQ&mc-Q}F^bWOTzoJp}8aDaS6D#f*l!Xb#ta(=fGB&GEtK2Gf}>^~QHr~9UbPZ374qmF*lM9pD`q95o&!kcbsMb+ zqp)(DF~ne*3EaZsd`Y*9fny-rnmPb0)6QE}g8`17p>yZvUp_q>4O{K>t13jYK(|N- zQ5{C|C6>Q1!gRMj()7SclW-W#s)**m&&|Mu&Q{8R804S_`XvN8Mm%N(NDm@ic^G%5 ztCn?s0Tc{U+G7O;AD)~&Ge7y-YuV$|$KE(`;^gd!(3?%C!Vmnqr8MY;wy0Jr4o46H zUk9PT1NlOL5+D%rRkf0-)FEyG6zBvs(AI@89HEm&kOnPq+ZcxB4;qvL`XLdbQ9Y*; zDqhw>fF=|ob^)zM=*hrI(J&M7g#L_XuYhlXJ7pTplGH2<4RoCSQgk|PFFkQ@hb$9BTPD1`V1r`Sb25JZI5 z9Dadvvsm(|UeoKs)Mwya%a<_iMj{G=W}#XX5EsYZkZu8TOU$Yisur!4m<=S+V0lo- zDTAP4L~}PC7>->OW`Y2i(gcLYN74GPSM6Z_(J=mz5EvM$l}wNlvM46_w15Q5mmE6q z60}7M65Z$VR7Mj82Poo)BHk7lh+J^0wlPdcaSeb|py3RJwP%(gcbJ|~P~d5cl9QkYj2RNtd->d@#A8Z3h>A_yXtsymtCMNJxCpRUOwJoSH9Bwi<9rI1o>XlaH#J2`5jXKq%E^vhn1zEAnT_pFDsb z*`coj18u19_oBY`aDjLhqgH8-H6*B{Nk3U4e9TKU2T5cPQrq<`w(c5$ZbQ1&tfC`( zAH#1M)`lxD#qF38yA&^yOESC(Bi@jfBtBut;y>1qcn`>z=z~2!PW8eNRPXy6iAB(R z_v5vPBS1@u@(<;ZKzbv-4C^jQ|DQ&)hgy2uF{T^J73yiOBspOYRAGZvPuf zNP{ODiqRtEQX2B&zU?((tD!XF=)G`d z8E9wIsvmP)Kkl-MAGet8%N5-#`7O=*)mPX>kJ$#tyPB`KaG)~7Pna&u`wHYhm`k^C zw6?EQI4hVJedR(8vV-fZK_3fLU)?TW{1(gx3qVG?=(fN{JX7J}DI@~$$AaPq;U7%S z!BW?U&t>w@w)U$>R*$TmU7uV(wwAlycHmy$Q}4h2!JF6L{6M>|eR%fH{ulnp|Fran zrQ7?*@AOTqzVcOH|H>;H-MuU7#@;7ZS~l7`)(W@Vp1QH`!zV)*=j$O}v zbm;d-ZXWsT{?U!D-fJE2cD(Q1nE7!2cc<Rx$8Wv$ znfDrZlLPnm^scwOci>whw`Nu*?{)6ET3fAMy|j91{g-z;4{UVpSv&J?a!vXw)$@63 z|LxTNb^V5Vqix;(EH$#(3VSwH($)WIvX8@UnLt9CPs<|x`0|3|SiZucT;brRS;uB+ zh2#AayytO#09qUamp==iqSD@h{(65lc%LCuZQeyBsWnZE{Sc}VmaO8@}5w6R9 zk0vwPps0l3v9q$sH`52~A_QS4QuZNeTqEAr++$N1T-ra1g;#$GQhGW*I|DhrSGSZ!|URqa+%yq?)yAR zZzt)Eo{zi#mOLS>vO^_U7N~@}T>~LGW>G$ZpBLa0;Uts=a6H;%>Ky6Y=my#f_R04L$n z7C6vM?$~}DuD56(e4~2(6Ny?K08EEKqze$sTp9%P#annq>3e^5JB3ArbzX2N^?hIi0#OBBf=EK z!dO@+Tg3z`e*rs7sx0Otq)1F%P(-&*ymNn@&hLHid+*+Tdgq_IK7(NW?d;e;5(xd_ z!Nro!!O3?3pU^gHBZ9sN79xTrP{A*f1QELlN3=u%0hRzumLwo5Qi&$1{35XcCrR?m zTMDo;IcF`^m8b@sW~o%BGelW~+8C)ZQh?Jg(M*g~;8K?;%@NUG3s%ZXlUeY(HA`gh z87n)GOPP|)QW*ECAK0FYG0R;A;a;yxfl|)1Ous0LGfc<0Icn&pvZ`Z63TAilv)P0Zl z3(T@Z);+&XO`}iUzS*^R&E6pFc@QvQ!R9$mC zve%^#eEwGm@C6^iOhrKurm7+&{vjom7%J0iC^t9Me~H=OQUUfPzi@E-P(0i^R6mvcbj!`kn6vn6!rSfBx nk23RPG(VYN8lk0O>U}%9wLC(wbNjVPp*TXtq5eVhZ-T7)?-J68bh?_^uEN+fkMl5)5j#@{o>~0&evAcc5j=LpV zGT|6;D0!VDPNZ3*r4z0Z7t(Bk9q-*EZWb>=+%w`~aYwXlqI{&Bm2*ZbCcGnF7B7uf zPE?IlvA8Q*JyA1K!{TnlYe#BX+=F=CNF9rpMe8TljI3et^61)$hLHvquZT8I_(psz z?nS(5q>05Vqw6M`N19o@D%vv9I?~GG)rhx^w6SjU|w-AB4up0&u+pynCrW@(K`^J!@Tmez!{by`{vOKV12 zi!BM0ig}|jRr1UC$!(__<)z27J3B#n#rmp+sE7gKd8T@e|STFdj@Vg%YQ5H;+YPq3BPkk9hKkVJRLx6Aq4v z@rj_6pkiimA}Ed_Qo1)DjfO`P2g8$bF+p!)aUo32xDJQK399E6F@iRbV%ZyyjYUo( zW*aycN$f>Nil2(dPe<@Ql;fq4D6zaQe97qPU__dnPJ|_@*g6(DmzWZ%h-*-e9t?kV zN_lxGEJ+v%ytMa6M06-FPUFEe7>QDelEcU+_c0W}cQyOudX*s))FQs-l9I!xB9bqk zG8)GyM`B0{B|<(L12)!j`F2Si^yt*dNUW>m?5W7;DRl}Ymh*UbcXaHyFBB7eh>jr| zpQKrnx_lwYcQzc2(w*k-IGe!ZKIKaTB_-?E_s4yhy!GpSqw$G}NCNrLyF}b~CM?ni zBRQ53<5A>26b}2oLe&WIQR!I6sYGH@+R@WPPXW2Nfw*|GCmidM5;WsIr{ZV36Y(C_ zXy8<0BI@^z#YNvlTnzgnF+?XAbOlPJKLaEjikysvXaaWlwud%v+cvi4scpi>?LzOi zjoY?AHMU{v_U&7@Z`gWbbjy~KW*-~GF$}&B-3>i5%!$xR->4W4CBlO5#I!OQ0hAj= z2MXHug-*n$5_-ikdQv#Nqomoce&`AGSO`#I`I9h(Jy@?9|8FskboSk@G_3g%sS^+fq?f(7}llwYs`7u!cl z1cOlW9p26r{u8PN$D5WBN7yO96>0?Mn-&c}lp?)Ws1r)xG;3+Duv^JnFSrWwdX&^P zf*UoK32Oxp@JG4OAe7-=Av6l*xO)YkP=R};&?Ih zfJ|&OtRkA#fI3J^O$<+pBJEu{dyv5tCO~x2vo#1P#mdj|LXJQ4KGvwVut$x^Ko=n! zisO&JzZH>7T!PZrHKPqY&&}{NTrmH}fF}i=bKErdK0oX?isdLJuAyKp0>3F|lETrk zoK5Xk&LVe6Y{F}apuvah;lIF=mCnlr)Dx6fn+$~-HlCc$*@D4HERqNYlP)%} z0rh!+x>1MVJomuD*{c_(mu*ei+NL?vJFaZ?+Bws2IPc>vH>!RqeZLuhY_$F(B1NNR zP{9XfzxW{bmLZxk{E41W?KwnF5mbli`Gnk8_rYM6YuWR!)Xtz>aY= zDv52Vl|hTxikJp6VmoUMeN;d^>0#XuN%YO0T-c4E@}(W{x93nK33Eh?!X)nNbrgNJh7;!6JhKu?LUIGI{z7Am~-fI*6cX{;TUU)!pgp z?(0&fXDHn>l&aeIIcK!j&JAWgHH%x*o~F6JtlM+p-2A!UNZ$2SE`)x|_L&tKLRoDbVFbOkuI0shg#kfz+NI(OtX4zv;82(d5s;do7ipsM#HTt< z(~Oh|J@LBD*|p{AH_7;$z$a(H@&wMz*~EA}LCyIM`L!q!1p9pQ@OL4etXGDgwyo7m zT|fqj)^XuP+;ulzwY*n)t@QfoCEt!)gMaqopT4-{ej#OhK^|yzjnF_-hXDKh{Xayc zXrK!aE;uT1YO^NXjZwpdaTc5z){3?kP*k~q49zpxt8nLa=?zN+$nstOU-2=1rf_r_y6*Lt-ovJNb_H z`4zeJPpJvKDgnM8Jsl072}j@O{5Bcs+LR`wT&1!r29%UwVtO(xi91m^XQH&61vnEF zC)=`fCgKYG7O{oi8^M3BmspaKMacutncKtPpF;8{9=0CQfV zBHtg|s{hWm>z>VXp>)3VN6v=t9$ri?N>`GXlj+9Z>;1PIdv8fg&b?Wu=fVr~FJzo+ z)6TWo>Y5cRXRrDhXR?ywb!77WKEkmK?`#ef}nF(^$<5+{af4HEe+<;)YO zu_&=@*if2i4Hd4NoF&LIB%Si8$xpNBvP4MkJeRdOGqz1>+oomP7Q`=<%$F?oUvHT! zxnt}3l7UE}aM2pkAb8eLfQ$@!`;CgW1pahCX4;X^NDo0WiG9JeVWTW}l43SE66 zr_P$0DI|cnarf#{K$RK+gefxu^%+Bdi+Md51{)N^D#{}}h6v*)h*tESjSx}}w|Cc*_PY`@H^=Zgw)?08`DeA7UxY@)k-;PcK#z!#nXPcL&x0pDx!DeQ$Y+8i}% zhxoy`Zz2=}-3hJ{(@oFez{!A50tXCIHk=S6Sdxr+JrR-+nVOgcM>ZUG{L?wPl3^LJTN6CsPiFoLj)+Y?*qX_j5Ixl ze8-RX96t^Yj%q+p16nUw@zCk8k6@b(BMl&9a~T&t9iI|?lZ@N;5oI_z8I6oGKDDR{ z2tZiq7OCo{xml)%U^F79Q-#my8@ zA5>gsJRP1cLS>~vPz#JOqybJ=C>X6Ukw{{Rss>_nS6ukj`CrYr+tTi~tBFkev+4F{ zf6(%g^nHIJ1%NNsE^P#4?52we&>E#u@;l%!T1vnSz-mGl zdqW}`TBw4y_=NCSXeyc@$r11uP;FQ!XlsXzbkKpv;hZAef-bPO1HL2D6xQ%GYji9k z7GOSF_3Bcm&ayaUs;h7fdn`aWd32%lN$GfTzYc3(4?HA)513mF50Ek1P-wC4i3sp9 z6Mmt)5ryqhx~`2(ju#)Aj~pKC-VPy(EgTz-3qYsCppys>?)B6h|11hXnB@ zO18duh#?@bGlXZvBP>zrtc-8?u~pnm&WKf$w96|9(aR_!jUqVDt<(V7WZX?@chlA8 zC3oALX~kf&*JsNrFV$YGUEFlNdZBiytapXuOIvQfe7Cy(()7jYt7YGu`ND{lFDUtQ z3V!($Pu+KhQf_)e@rt^)hgXb@yqxgB`Jt&E`Ir_2UvF#a%2c zE9+}De%!(%EMk9&Siqv??|%=_{5V={)gslGk{I>S)(5DSE}lzhq=r6uAy@?K4Vy}W z&zc!B&>=GfyHIk&p)TlI%Zz0UYM-%;m&q*^hBM}T`+}MNspYWj%~nCb?!bJ_X?lVPl!X zROlc^$R-Ute6k>Ic<`sRM}ggND%?g$8jVCCDvJ?;mE+Hfui?E26(*Q(hVtf-rkc#$Ea124t%xF{bS6G~t^;-)tmYEHpLLY_Cjpj_Gkr6}4 zF43B&A;Be!#o>ti?f+>~yHQ=VPfx`q`qS6cOeGnTp@*tpV)U#>Wi z{oxl4Y9+sXP|7MX*rW_BZSM zws9X@EB0*UK3-G4r_K2BHv67tli|>ri8Y6|z=PZEB79(n|H+ zjA6W5jpy%zP0g!pDGKdM^d)3awfUTCEI~>KcBv(qP91^>btImkRi|3^Nm~_4)e`@V z)?8{?!L9c3OTLfThkxYzuq_+L8`XUIyFT2gtrPvM2c0UMKl)|UpvQ~p^mqQ9x`D1r z|Fy@YA63&6KDD3N=C{q7XUya4)Rg=^p{0!z;kW84c-yw>6&}Y7XLyl+1003G&zgVL z{LU%){w3r9FZa&xNd^kkIr63ec?Z*gN3bj9MO3oPB0xeeaUU8LhY%zyWc^t;E7{G& z8r{gS1@Cf3RP<9)??wJE&{EQVaG$NId|xK;UrSP|k4fgx@POpG+NaihB1P^}v=0PfSv$a^;5+ zi;E#~x?i;)kOcsSIK*yK6Cvqz&OCZ*A}+8!O=Mgw;i8;N?sjnRi^GQph7aewYTH4y zt)*HZ>LZB&ZId~3SQKONoPA*U#lr&!UON0*&N49Y>i$EARUxT07Cy`53M4=f&r(2J zV~!6$A|>6A^kkPz+dr8U@h?$AdKV*pp1bF8UwCHznT*4icKDVZ>$1-BdypNt=3N=v z+O%zL#@3v+HDB+)1?5!pvhCTsrIne|j&x~9wxWafPS-_O#?zYiv_3E!T_r1At9|W? zg>zNjt*BnKe)H+Mer$l1)tB~N+_!k-n=j4{+;zGx?3>@WaO9mAY3F-x{<(#z#i@(4 z%g)xHlvOSWmnJSwTz!72YQxRukF3jO`)JSY_@qzSiofGp_O#Pp+>y`x!ctZ5%}pOw zFPH77%zODyURH9aYWkKvdno%}KA(ShscO^B!%Jm5D0kpiNXfih)3xmBrp$pAOL^&9 z`Z&i$$727L;mgCzp3aqZ99W`~izVN3e(^j{pGn{PMGgAG`uOk*6SX6EfjtCR1HXi% z+FSoQXDzK;adO_uOWQ7Pdw0uwyRYs3o8=#yr?$|MRt0ino{tyX}AOXYmc@!KdthzJoA02Ol?M-fvmA16@?t`XBM=QvHVU)O4&*4{T1v{6HL0<`dh!CXl&2=p-( zrMNQ~{3;|E${TAi2+JNMJBSJ?lp;PufuDkQ3TWO~uniIE zuMzw@_nCz=ciyXNUpSqqYEM_SUq7;3wdwr+xx|ubQ+9Ro(A-fZ13T2MO_{22U(=W} z)!^RG@8>@=n#~Q_nl&rz-qt1GcRkDQ_w1$j&3F&e+)|c(dd~ySZr*a=hzHQ{<}E8# zh}}o5R!gg;wDRoUeGfQ``2bJpj~p$#)PDl{!p&4C1~U@9;KG{f-E zmaBMS@FgbuCbPR&L zfqJeHRt(IXFDwK@i69j8q;`tI^e+^NLLLt|B|<{{CW1oAt4OevT%*%D&BWy)6(NBJ z1g|wd7`BvVdp6IR?%2B6upNd5(Rxd^zrOUnABJjWHu8DDY1GHN&p%c^6bJxTVaM@Y|G&v4Qf5ZSZ=t-4S` zXYSNKNp%GfYDu)Ig~w^dth!W)5Dhbyi-vdho6sxt$Rq&T>%ndu!ZXj(&T{|Oc$W8D zhl_Y~0)Oz4^4k9`{&5FgAlkU zpVeF8GPNF@fYMGyA3@jxqD){{G!6n=dM2ROV8e2i2=smqG@wX^_ob@4QXT~j0K?Eu znX{6@4z|EWA4uzK6Mf(gM1G5xF~JOX3>D78M1n}`)z`e?48s&W_l_5aM{L~Kr$c~l zp>K`|eq+uM*dU51nk&I>m>^^q79?uT=aa|ap?%j$SWTas6rV}<{c{IFtAeafnYrK3 z|DFcocEjMUrp2#bId}Qo^&QKNTha}KzhKJ0U#qF-lVvJ)?k3zUosLXGD@Nk@!cr%E62ix@n5!%ts6*(uY>;48 z6wTsQs)uzg!c2Qa!mK&F_6d*~(ryFOAbC^5M;*em_-zW_qu>SwG;t#9*uO?hB54rG z0dYP1tPH?)j|b6Ypsw)zDp(gqwH;H1u+C!?-~#;53Hs-*WBKBo?Cf_^Hj{0 zJlMp!Y8LJ9ZoUIv$z4Ob$*bP?)?QniY3fVkzq>D6yXH#W<+=q+c5Ty@W0#L*)^16! z-Lg;uil}Byrh4b?>YaD%8c7Y}5-9cgbz#=AA`-J0?4 zPJ4IXt$_sb!-@ANmTGpTo_YC!(NIZ5)~;vyh5lvl_Iq{BnYzw&UFU)osSPdvV79F- zzgJTWQi_x_~1>1xxvN8Srw3oci0`Mi{? ztoq!Df(w?5UtO@1@D-o>i_a^O^a}~tihHxaW6;e1psUY0$eDh)y%Z0_@0(=cw5gL* zKpvaK4^ir&TMyoo-P+lPuMk(!1^cst;|Z%CkG*dZ-$GsD90l_f5LOlmor^aqSVhoY zq%;bCfj?;jf;YMQ27`IaXEx5_S`e1a^(%%>b49kcW5tO3J^R+r&A1aWx#lx^Ba?_! z#VG!?OCcQi`y^{9AQ53jMkHd`q!EQ?!B9jL8o^q8fI|92AYt0oMBucB`f2@(zlGpY zQm#QAcp5)#>1xCr9id-xM*Ux=U-@1-ZLcTj{2%6Ql3gx}J_H+h;JIR5}Q~G&`475zc%v6L_8eqT# zMoq_KCz&lgp(rq&@8VW~LfNSQKGJfoAYt=Kpk0O-MItg8QiQOJ5FZ2dqPZcUOm5Jh zo5$n0UYe~D6osLPjdNB3Re6^kZ7PmA{NAx^$1<%0Y5aE&kQAfzVrj7nJxZ4@u>xC3nx7UoU*|BG6|)E5qGoTB9;qhJKTa9cdOtLEV$cn!ov=B zjFh;-GGL?{O9%nRQFg*U&7zbmw@o8v*M8$hZX9wpTa4^7PT zdQ6dIc#eC6*MFyH%_I&a)`4GIRj3RIAq$8 znU55arUYf12-`i2NC9bz{?79A20e4oyjF==SrDkzMFgs!7s(C+r&+GyCd-eAeJG+! z#ot3pvPH!Rc?7Ld-Wt(4Kue0$Aqvr1J9KmJVq2zeeY$S_^-Y<&o^HN=wL zl^15-o=Ms2=Vr2!7QIQJyVy`EVySqq<~`}0|01t3`7?R zXhyz*fwYZDEJ#Qo47x_S1&2bALsPcq`v#SzCN0UQs^|a9tm*HTFcgFmi23l<3uFV=xZ9WU=NxpJWwe5w`fNUiS1(EM1;)&J6Z+QUr z$=HCgUJ(ISwXwVr8&Eq`Ub3Ns6o5s=4z_^6(-3fqPf4up?EN5XB!4jxE2H30^V|}ht+2<)B{zoEei&!4T{z3d9o|76C7tmcn2MOLuR{*03 z3kNP?=f$0wiuQCx`<(4=nfIHObCzsX-KF@&I2}#tz|oY7`o*y;(aX{6o0l3k+$>8s zY)V&bn(GI|GQCV<*|~<|2j&kfwp{7D+;zv0kV&`LYOJRg*lp(b^5yyGJY4Hbm0VGcI zCeccjkx#BcA=G3Mi7GLHi4G23N2F89b`39mdB$Tjdz(=&kQG#NJKx^9xcSP?%R4jm zo7451m+H6PYPwy&Gh5ky-IVFrneNz`YTuQrcsk{L8iucrlItea#D@8QB0@Zao-_qR z2HYt+@m6QBB}%7yR$XGd{s8M?5Y(Va?ef(K8fifrGV&0_th&Uy$4#Vuox4z;ZSKb5 zoQc%Hhy7NZL^&0XiMQ}7XH|%Ed4U=yh&+jeQh=$2LI9G4l4p`#!{K4^3Mzm&^crqC6AbAl3Smqp{4`cj zl~^f~G8x+P;#Z9boFM3;ommz9!*>1^7ly9S_5ToE3-f zVU!qVkT1*FmQYyyFBCBLRw20VPy!8zLY*qO&Z{hhqHZPEu3iL1uTN1I}Q%Ac-`dE8n@IJiAQ=c69mE28Ep5j7e(9+uG^(NL{lqF6MuSR4_!Buq(EJ5<29Z z9ahUL3tfKgpqN~SijB9*g#*H3r7g~Ni4tW5}fP|+*6NvtM<7R zt-5CIGaRH{I-8^5)-TU`V@K%u9kU`2(`JkyS14Q6!zUe)a&<(63O1@xy*{RA-bdPf z@_A;EQAaX4APu^BNa(a#W-IS8tyVtLDsnT_TQ!_)^_`Bz&&C*e4>C_a|AjLfa3X;N zeq?BkU0q_lFx1v&hMQ$Epp}RN6v^3?h$Q}JbSr6rr5jG1hJc^{)L zb0%g}1_KV9;!BqJIu!B)8T_Q_(MsS1i^6uWUUd0#)rA_ISX@=sOQh6`g_Bj#3$c!~ zlXu`|Sbqb_Dl+~qd?%;-oia)LyXdz<@sOE8Ob~}D<@*%;fC9$H5Q8r6MUX2~aJ^b% zSYRx?za-C+i}xt^AvyPIF#syaC&|)OF-KYP6;n7JEKQB!sed8<$$gx3!2E-H2b<_+hg{gRr$V3o6rLUg<76_I5775+plLUs^*>}E4ba?*q!yQ zOW|;^9M-J;oHLbfS}PzYf6Ci?$NSv9#to@W{prSjIn%wCj!a8m zx~1=IU(7LpH-PM^c#?@U(pkON z=U>mbThi{9RO>TK?%f}4z3tww)tGAEo%ZZT*{r9Etnf0P?zE@-=D?pe-Q1V*bT50J z&epG8FkcKU*f4aYg90H?Rw;K!D}0X*KK_C+({Bv55Bd2b=_~Ea*!NYhLBOa;SbY(# ztbgK9#Zi(oFK_{_(oP}6G9I`~PwaA@$zt{2=`m4-vRDXfh&IvLiB50BVr+j*tvccu zMk(vmvr1NK8diKcNboO}bDWKfr^7e{JUNvRKf++)NQZ_va@JEJDU^UY-uLh(FC}Dx z5wO-RlzM{#Dw6X^I0GawNuZ1YC7Kah`|{FPsZB+{tnky1P@6@sf1eimSyV&RX62>& zi}etCX!5z|mmM89hHehtIBV0Q(RO@h5W6s!a@tldsLB!&Ix@b zZ%1%UuHRj(Mm>f`*fbEWRnR}@YW3;c^q!=vO#USPSBm`=1$Qa%Q1BTAUr?}0_d}Wz zrY_k{Q}QaF-sFB{8n|zAnO*mNc60CjDkIcAB_{L6`%bHQ<7eee=X&+$z_-?P_zZpJfdh&ox02V=a=yoYC$K5J?et!Nhk6E4+geZA|1t+rL~B6jL-oFy)5bI|v4S zHIN0}WQd43E@Iq4q*2$|rO&wPGZjJ9qLs3#@%&vzJO$Qoyq@Y+Pj)NtCpDRkiulk= zjSXSOhYw3-B?G}9_3ZMj7VK8nCT~G~0 zjIu23S7$)eko*xr**;{(!dGSeYsi*7Q`MEO>e8hA1*`pTL(|o^_qwiiW!7y>uiJQY z_eXn{)(tH+>?1QqS-x^u{1jCd?HZ&BYbLPzW3*VrGm_j9FIQjUwFpG)_%qG$;0ht~ zWkPMk>U_+Vj{>xX@1P0ykY^cieL7`Gg7Ho#-h(H4?E9S%taG|Nqfu|aQNcey(Yj@I zz2K}a%lI^S<6|aoy0Rr*WkLZ5pcocgBHsNFB5wB7JlR~K2$a4am)6rQ_n2MbY!j&Q{xGe0*rNrbtstV#B6=F2J z9qTj5$m*Pf`O=Ud7}YKjj-stuRY(xtPqsbThy5vi1??N`EB?EyV$MkPHbmUnp5D3r z+1^ca&u3+7dvl)JhChp^()eHT6eOSv`xk{Pr!Swr?OlJbXVb#-kQh0xIc|Hqh~D0e za}{JT)tj#F&3bAx9$(tyTk@>C52FUxJt9)qr#Qo$h>ksdM*|=h@H9h8hr~ z0~ed-_CZ@xS|*EMGtRcOv+e5iva>f&R~Em-(BGO`ZW~y34iwUtd#m==6w{Z4DHvM! zAyVu+hoH33#F(7sJqnc-`Q1w&wdfJ1>H^f;AyhL_Bhxg&iy~CBIU6L}6N$(K{Hn@R zjoDI^8xL)}qM?ZsLg<;~25qW!L8}0El@ckM^lDUfo`Y3d$yA zynL|Wu=pM1K*N7PHwES2L%e7aSx{B7;mbSl->5kZ7@E85u3QMGn}$*^A6a%EP1%mh zqH_8y^&)6yQ}YjqJWdJ4)<1HszHpdQsjGl&i%yIG7b%5wz4$ZAm*1~xvKXEb zjWp`CE2(IKD8b}fZK@P}S45)UrZQpVdomJTBi;`zJJ##b>^9d0=RAB`)ue4Ti;Xwh zZhAAl{psHRrS$`MY=dm>hsB?xJy5;(a1$R=@CF6HM4+T5z5Ah~B|o~4kk4{~e@S`m zkEf9H)G&doE=l~qsZ9!Q(hzJ!gh=8&_e~}<&c8VG^zY{eI+G&PxytF3SNI1OyLm_< zcBzsgH3jKT7(oAbRLuYy_tjS(a32fW29U!h!7NyASU({Ag$pNR^+6f_#gVr}a6Ca? zCv37zu*Y&gL0%6mu*!uB!F!|fAMHaGYONM(P^&^8kl*lGgHV@Ho;h8^2T0m`3v%d? z%6ha#K?$8@E7Xx9roams(Sv$?cRi#8Yi_JnkC!}ld>i1?*9Sko>x5>Z}Ln$p9BwJ75Yy zcc0?x3@&Y8vY=mWA}%|~$yv#CUJON(CbD%)mLgOw-C$%6UKXcxg9&jeEL#`tJIExY zabOl^Ajia zC#e@>V@Vf6$ZEra%xKAC+UbL+jcQUvt0&-lni|krqasWq%=nUkkGZ*?2u;JWPd6i( zDbK=w#oN=_c&fFp59m&m=7hngAi0FR2vn!fNaK34z@{X>SLRB(%G#XtS0%4_&)%G5Bc2; zvnPXxkfb;QAs=VtX|N0K#AEFV9}b$4e@09-GpL5Vl(}{yL3qITB7>w59GQzJr^qe+ z4&TXW{DiMV^@!waU*GNz0CjrtP4E%V+&ESuF5<@nI06XQ?M(7fl&3|hs%M;Vv|8qqoNr&J!lX~2c(gI*!;f5+kI9X{WW zWAMV*CEx}hN(7h|0FL0g1|Is(g-5608bzKavN<3SgTFiYMF9vG%KAH)DgvI_RmcOZ zvjWJ*h6P^bkJCz!q51f6*-t%r;TnUCTnOMbdWrN7f?{Pt{4`{;{pr}00`EAN4`SXI zItf2}REm}oij9*mzc5_SlOOj9xTPasgR)z8bYYdEggo=YVhMSrsnJnnrrM_i@H|Bm zFVXf;^53)Iw@+w2~%^4mIJQykfUzJU~qLRd2Gm2UYMtn z<*8mV@UBKBj}>`5TAr$`yE^MaGc_wXA-;8`l(l6?9

1?n-U8^yw8ldu_&RCs*5% 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 F{|koy^pOAn literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/compat.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cdf7b2ca99afe2c6620c937086c1ce651d8c9c5f GIT binary patch literal 13015 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/debugging.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/debugging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c54306dad7dc8fe4e523abaa1d316d08d13fa4e8 GIT binary patch literal 18293 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 W_Xeo2bIG=W3OgS?YvXm(<^KRoYZ^QN literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/deprecated.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/deprecated.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d2ccbf0dbc92befe30eb6d739de65af69049d18b GIT binary patch literal 3034 zcmbUj&2QUO+;%?eeymLk8!8e{>LxX)akeobt)Pj}W^L6r4Qb2PaPS=aCHC@STkkpT z(o(4hj=S%Q#0kcM|AWgUqzNJ>A)y_1K`jLiJMnwZPTFp4NJ~}w_kQ2s&p!?is}lVF zu(zDa5lQ-;A9}xd2*}5e0eB!;QdP2KOCfSgsVXvuVSIO( zCTR`#G3Nl2vPSw^M&X>c&h^h@R>m6rDqhWW#{p_+X!&4 z;Y6)?Y3gm)6wSV4Fwxf9?r$3)IKAh0h*Q&jBd~RYHuh&hRO2U&w<5`ciAK8x-Feoz z8EAUm%3K#$0s=3p2~k=Z-dUAljO-xr*=#;eI0XBOmpT@6#oG&^XK zDZi8Bx^u#rT+bJlgJ#Lup4VhKiedarY~^;KSp_pVBHp|IhzRS9Yj|~BFk5>rOuHU* ze5|{W$^EmjYN&h?E6?_Hr0{fvr}7k5NK@C}Fy_$Vey}1|?qE(#E^V8EM_(7Wk%0xr zL+1(F<5BISy?UFFFgB70S z6f>_)`5Gp;VVE7n>j^?8j62*7;tI2H00Cf2Q&(QeGcD3`R;32DBCt(F{|lXb^6{yA z=1lQj=oX%_mmQcc7t83{)yvsl&Hr}}UYW;J+2QGH`?kuebTFqwAE%-c9ox z721}CQNI;ArA2759vMvlD^2o8ia*j^a&o>{t`z4WMe};`_C~Q%Dy-<`mCc2v(t3Az zYpJ+0uisp{y|Gy-(orrjvADLjtgjRo3Uga}xv;UQ7b*+giPGA9QJ>pbtLQh^``Gc* zysL%E@=|G`JHi357HREXT3stG7q>uYZn3AgR9G#7nzZ$b3Q)%{zbo~i`Ui(u`yr(>pCXX`G zSoTnn6CWPOVq?m|@X?SoIQ3}iv!B$;LFyH$`PNdEQ>o};-2=#Ym(4SEbMvhb|TaXWxSi%HUA`4uX{<@~f I7ez$>0?o(Z{{R30 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/doctest.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/doctest.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dfa9d0dcd01c21d90ac013b0e0c21a40aeff582b GIT binary patch literal 32657 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

0pTvaB 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/freeze_support.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/freeze_support.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c53ace99a8a5fb7cdafab4e06acb04a7b4caafd0 GIT binary patch literal 1838 zcmZWp-)|H}9G|)Ub$7k9w6!f%k{eS(dkO4COO!-Y6-m_yga|RQ*lf1Db9Z~}?VdBc zg}dxUVtA+t59LL8@ByCCpb3xs2^gQ6l28{POvD6VOiMLUp8U@4o`pD@%zWoN-~Iml ze7`@I%S8n1kLD-NiwZ)&ipyY0DS>wufVhTiw1{kM=Um**E#|PGC0A<8i*iECuCl1u znyp-x7u5o?^93~c?1HUcRu;9cTrKuaoM!%tV^dB{QV%^VaD0yhK4G-uvw)bcOB^qt z%rjlm_U+IG$-2)-$Q`di>WtDJ5XHdvU9SHwT&&`F$n-ovFoiA-*Zc>dzzlqL%1UEM zcL)$cPeAAdxHka^&~>+pd1^~_D; znQibj6h|S=A0oV4 zj$DedzVvJ{0ugYsZf9DU6rsNCkqEW&gSXwYuSANC_W=Xm6NK-+3Cfmwu=jCaj-*!k z`8RQk}(pURhKOg1U>%s8gpD5SbGoW|R*4QpRpdvZa2HrcMyN zfCE+vV4)DqdXH12Q{t~s24JHZ3IUa( zlLifxpwKcsfFLwe=-B|mM7rSsA`(<)05}AVXoZXe-|gzfbetw=f?W9FBggo~o zpgQ|Mq|Rod)#`u3=VmgVZkViL`R$HN13Ghv?D8$&rn=aGtLyqw@^9K6Pq7Z|t#%l# zI~S|PIOp?N>zr?df#b$S2Sx-BOwXdR!~+)R4WnZQO~VkB=uV(YNjGJAVFEg_EQDgY z$6Ai&aKbRuhv)P&C0<3AMdkDqyhaQWpmyg9M|`e#>L8+*vM1dJ^ejqSUBv{>wR%-@3ARd&54;KhF`BB3Vsffyae??Rh5Ze>rDWIL?q~TDA!LW!}~1I zX(~nFtRlq9DQJC`D#*jgGi=|2>J$y59)ba=6cbZ99=3efg&8IWyKXL9Ocq=vv5?H4 zB&XjZRubAprl02DOshN34#HJTaXt^*mV`0h&S6~qOGSA4H+0}3D($E$9^INiW8+)O a6egSH=`9J)UrNKt9kQX0{iy*b(f==`FynIo literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/helpconfig.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/helpconfig.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4b2d5d0f9042a6c3097933a46ba5dbe447a52e2b GIT binary patch literal 13158 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 Q35S=DK5cE_qil@-AI?T(6951J literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/hookspec.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/hookspec.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c716ef5550c87f270175f5052ef4e8ec5dd9f710 GIT binary patch literal 45771 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 P-`Ng&_^F4Bh{FF5JGAqm literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/junitxml.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/junitxml.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..34fa8ef396b2ba41061f981f4038db8d93871e57 GIT binary patch literal 33352 zcmdUYd3apcb>Ex)VP*gf_MLcGNDv?}Ah-*nxGxeHkRoZ(f);RyHv|S8VBj|ck{E*# zWa;|^$jV1Bc0#b0OUPCuFk~vG_1Dl}ol0)f#97)8!vQ?wXDFdl`HS5wg#@{F^fhgN z=e}hYK9F+ifAUD&ci-KYbI&>V+;h+Td2X(g!}AaQ&j$WoFUS3N`p_Pm;xR3En>p?p zCvx4KXcEmq)1bNAY$CrUXc@G2TbbV)v~}AMW)0fA?dEpdU2gthP$edd5kEb8OL(r=jHD|^%2-RN%=%PH@`VKsBwODhj) zDz+mWH8qf*(&Jsp>cr^MW1VuqE{VFHc+)~qYugT$3|HM{t724M17Y2?i zWu&`en^^m*Rck?a^NOj2v{WskSFA&s>(El;QtNLw+%hTkpoYe@yscupxEgue#P#AD zyuElg;oUBFh->j)Z|2aSX7tCS_orjj+PuM6jRH^jheJ|Ci1@=1LGp)3f|0Ng7!nSB zZYU6G`~1-(!nu$%=!>+{TNnxZg^Phmzi`MubUrW?7JNgZaCRgR6rF*gh`&$rMFOEA zA?%kf_@%Jd>D=QB`$Yjk0TdVT1%=*_=oijOp+Vt9C>$1!_$~(hqeyscBr-e_LG%#S z7ZxHRXMZFz9PVsy??Z(nXT80l!S(^A+TK9>r4ef1aB!qAFw}lF7&_ZN=nF^uQhQkH zg%^S7OlU;v^@rO-QeRq5B~Mr>p*=D>j1+@tRj~b1SZp6)<#w$1;=}n<8t-P4?D7o_ zg(9qPVSMs?eZipbY|!6@58Dv(Qm8!=7z_;c!I!)LQm=oQMgoH?A;3fL1A(CbNT`>U zLdo}{s{u;xK8Khg-=M$8C(*b4xKF|e!k2d-a49k(`A_)2FoO9(i1QTQ%9P=YKN<0b z`w#m^;rE>KOQ_!$RAT*-Y(Em}!vyxKP{Uxy0oMYUU+#hjxWyuxUbS8ZcDZbh=;;Pj zsAoA;XUsfiil~^08cqR}Y!SIX<{&25v*pG?7;0p#sfk3IZ z-zWKcF-rs*0-ghaDgPzk;Be62DnumTP?*g=i=+6aet$3+dfs<2Bn8Fi&o;3LKw2m( zMZ=}_TUi=-wkfH)LJ_|Z>GuJ&`~5=0rQLe~t&(48!A!QW)+h}O3vI$+ARNZjv6N^G z+DCA`hBA3sO{Y*qK=k{B070hKwF_ETX=zX`SRRsqHPDY2svcr%hB_XIg#E#DN?956 zVa3oD(R@4u&owSJ2V>lTIq{lk6g9NVI&-`gQY3j`^*M zzuDIH)BlSCqUMH6vSs~-&%@dD`DU|h2}z=C>yttw!}#K{$b0)kX9r|cAWQ%t2%kRN z-X9wDw@X-E$46=M29Haj0e^2K+`e~E#N_q)+r1b3Ll@eEfwS$yqmlm5&_-{^hW2nE z;%^)F^`7_jVRiK&24JhKtxJPJ@9?N>mHflOX!Y5^P!B?Sl)3P34`P7?!#lhbyB>`Q zZ-Fz;ExPlk_-lDr^Wq*M?yj3KC0*_*>+6ptOUkBA(+yJ>r?$_zYwu@#Eh8s4BEWg> z#T;j@(DrNpdA#lKZ@l*p^#?`LXzhWDCBUEwWki!#i?TT7|UuwqUhNRq)GsfndE?dV;k4W30rnOzRM|4;m zvqlJJ*`raDaB+m%!k$Qu<{PtWP^!JZWE!)M*`r7RY+@lw`^H8q_r_r>@X3Hn%a?kO znYElIZj`%e>T0&jHbB;3Sat@mV8apLP_JLM1_R-UoO248e7_`xB-u(xUAB)5i@u1z z*?|Q9a}n7l1^W6UG^<49Wb^r;Y`%cM^Ag@tn0kOoqeq!I_n;r}-E+=27zmC^8xg$= zf8jwm<6JT~fBZnQu=HBX)t0Zce#}{Ib(8i9^TeKHY1Os!SI>WC@MF%BQ#W~FV$YO$ zv8ZPH?Awj=MNNyPwQpNzPJEM(mp0FNnv)e((`T=jO&plo@cN;T9LTU_K}kza&X)7q z;g=6j*%z#3Y~p2}R!}dfshrar^o7GjFJvpZ07WZN5E_Refar)6#B#RvoTbEW_Ua+< z>>ZUl(RSI+NN0!icZ--be+VSSa3ekagj#w#Hi8-&@x}9RR=tPK1tPx#!yTw(a8}D3%=i;4* zcOKsPc<1Bo!P|p(0p7$D7UE4jVUbuX7U5ky$~OygZci5outxNHbwEYiX|dqjwERb` zBV(p9t_MEl0SIzE`eFe9QtGT{KnL|y1aj#qSIA{grPh4NrMFC^cIYMd0r-1#!pgq% z`~iy7m)0oPZ0`CSt;A+tHU~u60_-X0_(ZV>t05AW?Fzigyf~sTW3qEt3W20W0{*Z> z^~g3~BqD_gY=|hyc4A-xqO=!rnW&5J=^?hQrzcvPG00vm{4`}b0tXACuzbS$h9g;2 ziWi@(sJT&oy*yE|E>^J)0eQ*N%4_{s`>%zrhVbc1mRI4Go9x(#SAMdo882sYb<>3P z*PRa{IvP1PkFUaWjgST2*^d#q1d7wgIh8(zR8W#W)~Wab9fhUB#!RVPqntztyxGQv zOxg#(Y>D{#l+m^OhKKz_VzXHSuH~>qi9IBUQSpjIoL96sb3m0mKE#Au;9xj;_Z5DU zPwYQ{Y_=*@`G2OVp*D8ahgBJ2qhuC19h3A(UtTgUU?`#UM zr*QGP46LjSg;hF;+E~{Zd1O@XriBfGL?m3cfeQo=OD#=dSOQxWI!B|GSwoT*=SQw^ zJsf3V@+b2X{Hhqg>TS!+zHjE--f?$zeBG|O+T9EMo(BhnV4e-g0eCW4EWIPf>)2>O zh-hi^Z(+TZo8Ih#>|rkTkd|BE>`25Pt$MJFdSpLkrhO^69l<+05*Id4SZTJu zx^XJfXl!c@`{#e)Ehi9d^mQJLox6yJC_1OkDX}Gk&H?*p}fcdfoi%LgH zs8)R*QHPl*{%wo4TSzUYH@u+!rjy*L^`0$( za^^_9qGRGvvbN#IOV?lem^0;`FkN*`S*QF-Pi4YW7xUD;UH?wYTP?HQcg63mp07W? z;CXtM);DuO+k@;oe^Hilz1(N2gVQj*FgI<$UB`6#1Qi%Gqa%R#xuY#{PPAlQR( zGMJ44YF5@WX3^?55lN)YM%E+p=hp(LO{26oup5_*wcUpOfMd)Nsn)U^m&V2}hujNX z*z`uVad~47N-<_1V|{z09jhBPr}_sb#)VF+7x^!vhufR%b^LniH~5_rZ$VX-&!3Ke%!eb|#iQU-w!nC`Hg=f8w) z2e1;u@7R&(Y%VKvfn-ai_q^+I@s9%YMBAo+W-31_`gN{`lNB9;ddL{Lb$ z4I>0H;c1vTlxW->Yup_7Y?-hT(*^W0k(Vr~oZdLSXR3R`nFQw9Ho1+kPtskQaM#4# zHPgPC;&;m5Du1W;t=f5a$Nh?G;?-ta;uUR+#q~3rXA9qYEMDA}EMAo;Zi*E*&6;Ax zEgw0obt+wdO1Iw2-j`p8=3I42ckz{DlgFkH&AXeDyyps7 zziI0Y=XK{i-;m5No5*K`u&Xy6XOf?BMYL8PHMQ6jns1vlTz%P^#`Nj zCNo8oNK%1q8iv^cED?tM>!vMjq#MvAOaR7~jWYHSY+#QfSh~RCAhYmE$KVYUMNdN( zF2Z*`;Q$FsqZOHGA}#7)QC4LWv6x?QB{~_MZkV|^pWi-VrPaMDUc45|FNd}gu1VL_ zz6HMGArS}EaNz-jtqsF{ceA;w^}0RBw_gc`FR#%MaT0`bY%kq3jh z0r!J}5RIM5_)izf74nl-WYW-mp}&XxB=O zVx68*EZBdiEJwJW311)g_yULNZp0 zYzcONKcECBS9KR zU|I%B_cDSWNDKj?Abp7v=P1lV0jlpAhCq!dIZ=6tQ0UVyLeS3XPS{ez0vKd1uz z17j1Wg~M=x$~ly%HK+qdMdA1?+K`DB3=`czQDL0s0wH4~apltFr9^)7z5M3cbMFrR z&LGI{{nF}0>6%#Snh963wEEiM)j{Ub!xWYx;i`(cs-`3NTn)&R1fh1R%!V5CYcW?_ zvT{|TvOQMWe#bTU#L;+V*TmtBM02$}V=izeWz(AyRqJC_>+e*}?dXbE9gDe-A*tJw zaM#A%wKMiv*PZ9*-FuRi)xU}oe&8z2Dtp1bXUW336=7?J5RpcnQIkXP;Ka;OYCdK* z58k&z!S02_b^=YI;(l^q&b+57!I z5oc3q4Z#9qA*D%tL|0`_dp1D+2c!uTT}^GI^4cQJ#MrX(%DBq?R$CFvq+)=1@-;g^03j_epv21Fw2 znMEz7*AW)2&Kj4DW%+H&1@eGVSSmhaMJ*E+2r^YNxp#pt ze~?V-L$e0OF!@V5i-|CLQt}m*H;`UMXtRk44k4&u3;^{iT}p@}XC_8us41J;r$zlI z%10caA{on@%$vHjzzYvHl|(jd7Pp{@>9YvH)Y%`Y2soTNmGz_pGIhe3#*dp1abGf} zi3|-n0nsXQ8tq`bZ!Q*(A^jgJiRe7Bag7?Ed)X4vdE?Z!7#xIgZ){_h&swt9QZ{w= zE}6gR3tu|t3j}3H_qJET60v=oIyThpOFN+Ub^{1D}1S4s?FN}LKYmJTY?3`J3Vmb5BQg$=ca z>=lq1`(4UE0cV{15PP*P)1C9KH4HIU$K2J^&(5tqw%|T~zo_Ec&Z|4;ioA1fFWkkB zZAnk*wfw93GgY(Vvcbu@hxzHjS_r$j4z)qo2%dQ9n0MV?;ZR0vG}$l3;fZC zj2#h~m9Z1XM_=*}UuIe3BM~Q&F*@p!0OcZ(RtAQR(*vVZn$>e{F*RmlY~xhlN8w>Q zg=a`l9g&K;#%YJ&aMUi*h5C7l_9~0K~u(7`zI%x+Q zBjn2-;~F*iV_O~rR4AI+HpU@Z#w=fh{POEKy&tlRKx5h$U|&a-T3w(#_B6DppT>XI z)@01Kql=*&I)?U1V(8*fw1Sp`qT8i~DXL-hpPK5UrK#93WctHul=RzZ9nc;Fif_W7 z!f~?oV!wY#0h|U(rEZNGy`Mn4&$)zT$*M%jnpnx2$pasjluwu5sJ&hrFKM1Q zaNkwHvi_Mon!W|abLGxc097LuCy_-Yo(_5J}q9a zbCs670)aKP86xSC4gM*H=4Y##F~6ZxxS`KxCJ=JPv}tD0x)X6vUzQ?A9z zwX;?6%FPpp7fZ{p4O|_VskpQ1dsXwLpJOb`mBW*VryUD!;X^3%Ft+CQ$b8Y}Irrwd zqRq*59q;bExijWoJMrYyx#@vqenld`F_zyr^Bh%D0}=YHdHTgEXR@Mh+Bs7(|~Nh;M!R6N|YlZ{i@d!Kzzko8na)CJw%F1e}x7 zjCr@fxTrNT_nMgt3vRE1K+-oKgch(sOv^*?yk=U7{NF+>J+G65+W?gqEi5gMiJLH; z!|vf#9tS*1F>smqvseFwhnmH790^!|6HS?fwkX@!-K1^MC_=-OW}NM4KjpUveS>F3 z-;U_oOlII5X}1QV{*;!WmJ-_S98=)>#W*)Dj&p1{z=e`9aYPA=xc&AWd$fn%*-DxNaaVRYRLi0M|dce9)rP(|1T7}8V;85 zQS!4oQX3E&tWSX$s0&nDsstRO({j%)*Ut9nN-@{;0$E*DG^$DE`Yk>Fy6#JLT5TZ> zKywMrCR3H}k)1s~P}?5CVPFr`+a!!&bapSdGB#c3b%;9*eDV*;zu-UXyJX5?O2&%TAN6ZrPq^J7`)KEVeEa z1sq45+ji8nTwQEy|D@GsYf$Q^sx!1fX>qXy|3Ba%ITdbesLU-#0le7VK=4DlgPa^@bnY2MopvT~6jmkre{p&jSs!?C? z6Bhc{?1(RJ(CX9QLw9Y8>X|W)$9qWwRaK0UcwCmC;6041cgpc9}rc zAQhUT)lI@$xUH6=g1|hqO|v-(uW>)IYF9ZH9-o9>jJV3#2F$4 z3uFYcgEXgcvdj*x8QuUBjjYX9*&!)c2Iz7D>o;39tSE+evcv{;J(LgHe%h!6f`Q0r z53v9}tbrRO8LhApo~51mIQKK2vu(QXEV$yG^d_9EV$M|wXMN0B|Mu3|eQ{^U_}-+$ zIsVf0#v7g2JLlSV$EtQG`TQ&HNo-(AdF==8ieypkly^?p_x{O0>Hco_`$y)E2j@J4 zkSFBk{mf#`aY7zjy~i~E5`*^#l;#QCt$0fI0}eh7JRZ6hM2fxt*U;YsZ}+1>S-x`R_xk(^(qI!WPPj9(aciI`B~{Q&=w&k#vGi2 zhcO4{0r;|?&&r#OK}2MvplDH+M?T%qNK@ug4q+`RWics#&RY54(xF`;TRIz1 zKpK@Wtw<#t$dUB`W8|zjM5NHCkdp|2+lYjoQW~(V&H_2# zha=~b9%qk+gcTh!;uLXO%hnz%=R-=FLqo)HqQbKO7=hUbveI88kU8t9ffM)wjm+b~ z;oY~oUOV#gk%YA*W-a*v-#EAWnK*wM8$6r+6A)3ha`(?$4-li6i_bC zC(4^+<;}BA@3!7-O|(1_Yk4AGzGEUcSzMPWZjTkWPvqQ(^vYVSAOV#oqFrff!>{9m zkU;w7zcEupPpd8Aa0m1ZENNnNi;)WOSULjGm5PnTN6?N^>(G|nmrS^jYK!)Q*5X3x zs76|d8ihybEM3FCL`-}8{k`Wwch$Rn3V#Q342p0Lx+F=6FBtYd&lwm4Z`j0Keb z9*LhMxY`BJI0qo9sF|~tEV@djd~X)byK0ho`*CiWS2k@S-Kg1;Z#CZe!oP1yY}gaq zuxHvCFW(!_+c(GWTe5NPRSX_*dlh!}HNUqXcpLU4Rd*M5M+jkRcW zm_Y{hF_Ilb>{@KrX2K2TpSCbr4-pMIEcdMg)jGij2J-`6T{v@Qy9N_G&YWRb*9R`C zA9s;UkD5j zbQ%DIN5wL*Vi4NO7(W!LvC!Ja;>;O^gGM9SrD{RBp_A1R9~!Do$(b{4Y(_+#{kzy7 z=@2jNw9tO$B*x=S6DxyNc5->ZItQcsbeR0AKc$_>e=J_Df8a_$Dc%Q zHm;p)39$8?Vmyg{Y7@_*lv}lGTE+sekeJ1Jh10mL2_BwUaa>Zz;VhvPZOyB*f}vCQ zVCnqv-VsT{+~aO@q#u)^G3PBUV#puHWrc`st|k!u7w8_Xo_5EXo*qHDvF;U4`cox#;>z-fzw^x2ty{L9Vf=#USFvnLc^1@8%Z1DoGNJdo-!Dh$^6p>n`vgT7jZ&jE8YNqrtIeV$WG>$Z# zioCF5#YRe>AmP*0D9Q$ey-7jX%T|l69V*nW!iR60lcg1j(zX~*%b`hhCx08(BEf*_pSKgxO!?R+E zRk&bU^BGE9g$t-cdOFCw>$;+aU_O`y2H-nV^aHtwI@KkE6%%!(EgzEOguqyn2nS-Q ze%VSch_NFy93iwGUB4ISA~0c)T5;jXC}@f*WuT)JY(5m$1dI$a+hse9D}biUR$MuR zcnItegb)&ANn{+aob%DeXDe(f3`cX-#wd3sqIp`|ly4@tjjlhA%Af-dd`lN980)3o zJ!VEiQf*W855e+$iUF4XH#z@A&i{cUdlWgCvXEKlm>8T9U%$exkp%^XIx78x5+=if zz#UYMoU0U}>Rd*jKTQgjKuW5kXftALn#xlLeO!d&{<9n4_1*$ZiNuWNcnxu?3FldQvJsS!IPho%GLZidFR-#m- z-PcvOB+-_A>IGhb)b(lXm66fA6M;pN;23cPIEN#@>{d!r_>1UzCKe^@6V$LUc*{Yb zo>`GVjw!-N<+VY20&M~m@sKSts}Ss7G2oFvDu)pRG(IdlK$gjti$oiFz?=xiC;;vl zdb4D=M51%djP0IBnM+bqS4xv|fwV3Wek4f2PR?COTK;p@>*MZ@@%>3_&TGeBK9=N* zlYB`szciU!3XP-1+|oqus#xx-H^-n0n!6|IDNg3@Tq@vf#h-9FHv3XBXLBm~%94CJ z<@1!NiE>#Y2NHQWo9nfsFCR_vm2=fQzQ;q#Xe<1L!)6RzwH8&jWH#k=-uDzQ<*-;A zV%>UdU6S9Q%q>FEhS9Z2epAv@w&Y-0t;mY&{A!)0Nxn1bDQ9s%gV6x{LlFDF)et*| zDEl!IhY^aG{vd_MA%oFHq2W7V+YKZ+DUE>i6MwoWKagD|zKynWE0n8ChgOK!<@qbb z+is!v^w2eZ!o~>L(*NYe{YPtH!bJ$xKC!M6M?Uuj`1~1gIA5Z>935$BUKV**7k zb@$4aP#b_Gy8wKr(mz39r0-)>NsSKAG8H(qo8z`DVU$#asgRu`L;8H06;_pTozysu z=PXoFDVSt-9t7c>RF2GdX)bpmA?DKQxzak>ns8ReoRx2GoxyQT^Z4E$IGi;8M<$QF zSvKbe3d_?5yD7#u%~}@tR!9eU<;*%m7C=2^Bm4_^9?fYowH!#4ATTxN22)B#5ZsCu zT1XF<6d1_`QsQMQgO+wmqt^%x5QnSPrg4^9PP`qL%$L~ZV7jIrMQL;gr`OVJW=O+I zf?ufXKL@>;PIe+FouM?g=V8gHk?HPBJqUoQnH)wN8O5}PhjEBTCvn3;$bJ;-5SEks zk4tnUAPJPgCObeB*(FvQUAbf!M$za@vIi2Gp`No48lA^MA5m7{U|1r!WWrC{gs4XX zXAvfm^B#e~C_DgxmX1Wr+E{+=+qQRd-pZNX7|(AX-#=0J@{@FV?84-Qss0)B%>LQBx1NmWw<$6AtvM6* zuRJwZux7S2R?r@^w!iXJ(&ZUf)!5Ji{Q=z2V_GIOlQJcfW=hYK@~8X60_c_4U~Hz4 zq)sq4QzRcV7*ZA(Gea|Re_{t;%YP`51f=g1W% zmIlY0#T@PpH(hN?6gI{R8{apZ_IS?i^DwVG&g zb@Mwfy!C?Y-hAf^&`4P0L|P{{2%j^ZHc`5&WG}#fz#J^Dm&~#2r2t-I9=6Obt=u6Ek$(4QvA5u4iooAJ*+=iak<@Ur2TqJElA;> zZ(6#PGdMcBgNFDw@sipB1+ry0G%WokeV!zTow)p=lIST4_%b<%;K)ve_a@jT)|i$D zG07w?ro{u|3?GvMKVa>Rsdwp6s44vY9YNtZiiRp_0TjPy%4fI43pPyHKP;)9erD#G z*;Db74a`76qG(O5XicK1C05ijd*IHYxph0^MY|^W`wh*BhR0$JkHO4K&URd7go0=Q zm)aBVx|q9eX6^00cXDoZEw~?teV3f=1T#=LuVo3yRKtS1mO#efK9^38euC!xGeL#{ z0v(?l0}t*B=Nre2S&3^q$)#;J(}c)$guYTf#!r2A?pfakLS|=!(&%PP2rdTbz@cd1 ztw*S$$)Vh|O@V~8m7+)mR@z2$Nr29HCzW~nF}|b4D(=a^iNB!aV~EDoH$a#F&bGVH z#2fZyPyPM8;;DhTJYm9e-<3Djm?&Hw!++Q6`$c66NX&#|MeF9=>pm=E66tu6mw*B` z(G+#j>Af*tVAlg0Vthk_Z;A0OvoQ6w>Ar5Kf3Q^(YmV+xQa z`x!H7tgdKEXL1=;Gj~ZoWPs4ki|#{8#TFP1U%EVpU0jTM)KMepIWs-y#JUf!Mq2Qn zG!|qUG3Kh)c+T*bkHKPyTX^FbL9}YjDjj8^TT0hxEw8lCNUGdMd` zv|7y)O*K;hy{Q_rV0eQ;1(l-l)37H<1dmQ&=*U9{j*QT}w64-buZ|UAzZx%UgAohf zli=%PeErOpdA=oOq9S7!^~Jjl^ZA`quvx1n51K3onF13MjsGkON+6l zZYE8DqE6V(S-{9ck=#gYbf0b?JSEYh>4&u`LygjutvV9*Uos8oJYcF%qJu%dIgML= ztp27sR3VnX4>_e4-6kBnA z4n0M1LQ(+dOHPFx3d|xlRM((9igR6mFWIh<$S}JWPxiDs1#yHOMW{B^6~$F{s15Vo zbSB;(3Y`}QeWUDv9ZkXMI!=bkHoQba5K%9V?KqT!a&>Q^ScMOveNf>63m5jLn+H!* zQ~ewn7-y;wP@u-XC3W0SZEf43j07vAL$6PbqTw-)(Z`JHejuN6iIJi z)IH&-67byJ#<;Na{Z0gY;^Hc*Ke8bEKjMB8$Gx)KwwpIGcJE)-{7CyTFVX>W4#LSA zZs`cZ{y76pzqOJ%&;^C}%d7C8H0p2|G5FTtz4DEV)eSRyXRGf-;?>*V&$(CqloC*N zM~qiLem9B$40K632D+f|AEl#cOmmSUBKlnny0nv;{U&^5rE)GKxRkew#wpbM|O~WqUVlN$FmNw_?T0mp znk9&?**WE;VLvc?1YgxVr*al+8-8Y{mC?|YXxJ2M*z}1FUpP`KsaP&?358SckIK1X z0rmt-Dy|*9dUU3BzPLSET%IWQ-YfRrsf!hFTqyP?%c>G(&9SoP*){R9j)^C=+RxoX zbE$bvF;CO1ecscKqhG~NYr?ZO=2<&iI`3J}a<|qop*1z z4|x+#<)+unyXzJ!XuC;ZS@HP9p~Z4Cq2$I_`QsB$EmqZHv;f|<4T;+IvD)<*t%5>~ zRzV3yt2%Gu2u90Oo!!am1{=;7E`ZY?$r@ z7#sDsYe-pw=zIX`m-I6=igvNGXqbwpvgULyfcU9HWUbh%?HP6TKc=Uu6dyPzKw$#* zn?{9Rrq?5SCAv)|9Y8y!-Eg`f*H}j(3{m`;f>|7q9%%<6GLCd5(k|1N;!0?spOzwR zr#ZE6GT}<)ByeFd0eu8dZV~R~c4~ zDW#WBvJ<0GCtbnxwWigitv4FyX0nsSSbkimmcZbVBxy6MR`frA8@_0s7B4WX9DscW z@lR5!b>z??ER*#@ZIq-?vIC4HMqg3{c?3#eOch$C&5>3nD>8eIG9oY19PL6Gm?K?) zGY~K8U;>;gFr$^=YoL`d%ioF4@ip`O9wyfz?S$#mb8E=-&cXlaUf}mXsE|Oz&6Wcx zyQT|fjU+h4HPeIhC4HJSB>{^>cusaa#eU}mmI9SyAZDBa5;__bc5PlAgd!DCRV8wk zELxcfr|EHHGz7FUhJdrGj?DAMt00!t?VPC~gajOi!*HcfA6r?USRgq@eKJDfk2r%Q zu+DmbE(|15I=E>7Zc6=PlA(4I%oE(!&kb=yje5c!#d_PO0rO_%7j=ww=mru6 zZ7$gzHzSFYorLD7*C>uz%_f*%A)cqa4~b`Xxz%|6RFid-IZ-FsO2LvQ-Mp+vbZVoD z@u6ziV`xv@h1OMTDN^qUDKxNWh1RpyX|+5uH5-f1oSKb{LF$x-nPoswo0s+y-Cv_) z52LwlNK2-AwYfEt%;<4VE9Z+eYjFcDnlJU%O1PbSOC@5={A*h(h33;zlFb{OtJwzH zwV2d9brMI?&w=%+7|n;Xy*j{yV}<;V0c_B-AFXC>q_Jggus#Z2^0d^K`7wTgNI=#@ z%HG^T-gq^aZpZ2kO)l7~v)hbkGr?-6C|o!ipgs8%r%o zlq84LgMsY_hh@G$6lTifWP4sMF3bvws@8!Ny=2(|ewD5UHCIcGz@&*h2s)?|w z>kIdcM0#Z>ex?yEjzTG0&IyD=;J0yA9jCNl#>uZ-)UN7*He}YV4DH7^lua=^^dq{0 zA7z7z6dys~>DC?$`x0rCg48;ukU(rSv@Avj*`Vm^6zIRyL5UdWF#unfRv)+u<;mnN zRMLr);Xt@Qo43e_B%y5hA5k0#Yhf`dE?jHB+KylJXnL#Zo%Xld?==2?>+iM3>vzTr zcTG4xTi)vKN~A-`p9A`SbJajaWW;qW-eHZ^f084L%HeGIHSa`jTNlH zh8WyWVQZ|g^`jhXK^wMrxg|?^Ty8OKBpgEs4sGSY=1Na$}-$N33#3ymD8f@=&buP`vWUVnyAJn(H-R ztNoly0iV3^o!XEZhD8gKRtNyzwbM+hNJ)4q9Q@1@6;0E{IKQPyL`(c+r4&b6k_W>R`J zY$IgpQm(*3SM2Xmrh;ymNRN07gfdJ;eNDR+2Ns(n48-t{w2UvEji+cUQY){OT(xN{+Xn~l@^@T?@j`Iqu*QqpO3 z0wc^Yd^h~cFI}*~$AZeb%O_m`a7XJ^zXdNR-E%?Kmi4nviQ3Jv z+RgtTKkP)ZAn+d?yNRU8iMFH8Q!vxlOI`U>a&#K2=-Dy7sCATy`Cg$U7W$+EU}hUk z`ZM@2BwxlWik}PC43WX47f7d)4#zN*WQg*xa`fD4#xy%$YT9n9gw{e@O@B_s*rk^! zic~cjdWhyK7{R-jsjjCb|6@w>J<3xc{RR2|D>?s-oWtb&Avugp?;{_R+?=AaNeU*N zCg(YFddT@AIpgHe+F>)BZMVxq5#;+*ovX4_+0&a>OLEyEbt0cPu~b=lqs<6lchOjg@TQ&Lz@zXl3V=Rw7D zKPPwDMj^{?i*3K@6DN#{v1N?8siQ9a2{~-W*xaeJkfcyjUzL79&I8k$il?m6n!PyB zqdW1>JqNI86%-S5FSIhdZ!ch0f1;Q2x4JJKOx!f~E{aMIB?2K4gOw3lOKJ5MMRVw< zT&da@nm5P}814)8!nzwQy`38&J0!5100afyS5@E!mOAY9o$ZwfXG%F#7UO3}$VZz} zxdg<`>&H(w`89KTr{ITWX9|*Cs);=cW85q1RA7{8>nj47Ld_}{e$PSld&yD2o$w`o z>p=x-bP^&xMSH~ZrZTC#bGK3FPL93{rIeXuCjeDcYU&?_Fmn#x#Gt@vRT~baUQF*bk%ep zto9~K*2PNJ#Y@`8`HAuvSNH?YJ@NUe{#b4;^f|q;y2s|ZPSm5ORulc)9yFU8KH|t- zdeP=KIg`0nOBQ;s^RoASTh20tFRkLt{A;UTUiGoL$W*m#;mn>T@-4OM;T5J5HJp6g z?56!D9JiP~N70ys6;lrGpkz L@y8swY~lYui-d)( literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/legacypath.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/legacypath.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d1555dd4e46faafce381e177ae7aacddba27bc25 GIT binary patch literal 24170 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 W$(bIW>y_c}iJsKoaZ!@1sQ(Z2ZhLtE literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/logging.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/logging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2b3ad67ea2fbf5fabddbd80efcc6df3984b66cd3 GIT binary patch literal 45975 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 L2LfK$F7p2YD7-L8 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/main.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/main.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..201b7b56bea5d53156865bd7b1b565d2d263fb42 GIT binary patch literal 47346 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/nodes.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/nodes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dd1e8d370180eebe5784359940708e2185869cde GIT binary patch literal 30848 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/outcomes.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/outcomes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3607282a99d239469d6acd715fa07777d0535d85 GIT binary patch literal 11726 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 K86yH7O#eSM)%Obk literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/pastebin.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/pastebin.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..450ba54ec5f7dfa03e0313191e80ecf21176c77d GIT binary patch literal 5893 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®y9(H;IOt**K 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 YEO260m6l_o?zD?V_Y1A!7RDw0zbct@FaQ7m literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/pytester.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/pytester.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4de0d95a97e8e6ec2e6bb1b2d25bc1f3af8b9016 GIT binary patch literal 85015 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 h=&ne+7#ax}y|KA2TO1 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 U{Pj5MDRx!O*8E7rLss1X2L!nY+W-In literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/python_api.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/python_api.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..96abcadf2fa3fd88aa1c5b7d08d4e888bc19aa1b GIT binary patch literal 35396 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/raises.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/raises.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2fbc0f5aab4813f34d061874a260fd8f1a70ffae GIT binary patch literal 60043 zcmdqK33OcNbtYIVP^c=P3P52cNES8%1%Lnn?jQ&f1i@9}3TlBw0R_Aw2?`7Ksz4GI z(5Bt$7>t#OO6(RCOUH1c(@nLMHXUmw?1|3|9j6m_l5^%20R`n6W`^!jrpKLg=0Kvd znB6@y-@X6as!*UPcRQzN9>`b!d+%TFzukNPd+&e$KhMv1TX6kf7oH#e{r_OG{O|Oj zT`m!@K5TSYEN@yQi)0bB^Z>v}`o&gVsT?l&zyd2I$IDa6Y!)}BN1`0UrLD)Coe4*L);9w_FpV=OQbK>7Z$lJU}kQhrxBRyJNfP|o3^v5N7^fl3Y+ zkF6Q68mO{bBE|APqzR0z9bY%Fj=z;4ynbLkhaF?Vfgrw@qMYi1YJOKXRx@5ZP|M+R zgzE<(2sWP%5vO!w&LDl0-X ze9U)g!^_BB_5#X=u}$Oc1MOV(x-p04BMjWY6YR!moKx%u{VNPSjHbT-tX_Glto<%xje5H_d zSZaUOi83oMKDQF)$hN^2?X7e~>Uh;Luw6PTZN~2o=_zRoes^m5Nl!~#@!Y9BbMD8a zZFsj!IxcO;Zx_<+!0&FG<)B5{`Km?gjMyUukx&H+(ML^pB%i!UeH+*(9gam$SR@*IHY`sd7GAh|!((IN;jsvXPe)#vicE}9IIn;DQsm%NSf*n0PK4#~ z_~}a#0y>wzJQJ2v))T4Xec@;XAoLH8Ob$wsbK$A6SbxZ#at=>UO-QL+^;IfwWb$%Y z9t}^#Qr5nZO|C)%%WJ8X)$lrmQyx=pDYyR697& z(nZ^P$E5?4^7%+x>*dJA<+icW;kHZD7)%qJTiZL@qUidKm%<}2htEf%ZG-rN9&3}s zqtQsT_0n`IM+D^#6m*zM%*E}xW!Y;9ls!Zca55w#6s9X{W#m?Tk=y9jgjf*h)gvg@s=;2x#f*a zLk@WpzGFa7O^l=*G1jI6O8v@^Tvu2||Uz5#Y3-m?gpRL{LYB!5C0iOK?&S zPEJIEljnk?v1l+lH9RsFMxN1Dx0{Af=Ow~+NR>IsJNYw3>Aw)szh}!n9E?p}8jA!+ z&uJx%12c}&t4ov7=qT{5o>w|_(O_6M@@@?tn~X(7RSh@^@)#hvL{Ljc`B6R3E2C(D z@K|&*$kI`zJM2J z@#YwH5SM2(`r&iID7s|y+-O8<0q}y-VE|0T!lOjaxI*Wr#=6thq)F^mx4ESL+_Qj3vIbpsFjCgW6k)q)_66cp`q50ia4}Ut?^VZypYC+oNWmXPfm`VMel&u z=oE=)Qnt3zw4u=&mZXT(*%{o?y2bdMIq(U+5z8hry|tfF^nD{AOZ@k z^QaUd6cZNh*+O{{_EBT$;AF-ojupum3QP%(cZTs$=J?7wt}qx!M=l6JFron>wU@bB zR4jUa6igWBu2YBb1khh5b?7v8Sa)}KaCH3AB*>5eMy~~Z;i;1bWaB_Yp4>lrd6fFN zPnIX;kTC*V(fzpE+ct?xqE!h{gRljq$%w$%Jf+lX2f*#I?$B^5(G4@yDvi3tsn2m<@%$n=#- z8Qm?PpBe{>G|>%AXQEgd?M7?{#2BdD*QhGUC!q)+Y#x1?EuW=*p9zmmMYv(LY1=S9 zB@o&s%7^Gl!^$=nOhV8|-B@#(atf|UT%*o$>Zw)w*vLhLLDqqIQEIOHMatjOp%vVZ zwl$Gpt#t*>K$}t9gZ`okiFg@pDyU?OIvqwQM#iQjYT}7$Zv3GWeJ3`8LIt}n#A27C zoo#KPS+vZcSxK9v3orp!m@G|uVmq}a_^_IY|m=wT#(W#LU@GIx0F!6LM zN4#q%da`p!u)G@XV2Ua@D-*9^!buTXo|x3@x5{umep;O`T*=*I;qhT99E@}ZBdwf1 zxO;by1Fd~My}f;>SDig-MvdmkEx{Tfl}izMe3ZE`BITDyBUj9$nK%~{ClExtN>gYB zuC|KG`ZO5^i8qE+R!tqtgnH0)%vvCO;3h(e)U;f6DFU`|EUIy5Dh)7o#uq{>A>v-p z7lWe!WCia2Ts)FCKB+@gM5yK1%9Iz3l7U3h`Y$s&W2shJ^}ev_EcH|d-a>g|9D}xC zaZKE?sk#S=ND6MP;U(h8|w|QEg0HinTev{wLrYl7|i) zND4|oLVzPo1!G3U#FV1*dCR1g!-sTt>u|yk8Bj@vZ{0vk={nLQa z1^(;;*g)cxb#%ydhll{Ipo!)P z#bPlpCIHs2D$^AmnFLp@a+?{Y>Adt)NWi#?**?LV6ODO@$HH_LS#_&HZxLU#To|_ySo4mr4 zPs70Cqgc^L zFHBC2Q7*hRA$CAVRO%Y+6pPM98nxG(n$EEBg*pYONT-71Vfp1&b*U_m#<7|;)k2lm zu%JcFIx{}uS0UgL6hf2s5fU_I%Q7YsJz{jxEa%o_JTFgSB`qcd*c-jI7!xsL7zLwD z2vV)c=?JPTAR?({1lpfC1~2q66VfONL&IZ(lpWp)`5foUh(OH&_%<2=x{gko2d&6c zOfLo}Dw2;+vUrj+AWjXWh50O^J)_Z)DdzU{Mt&-CK0LxCa$Fk^hnaGk+eOelAX^q; zuwY}Dx& z^&-wvhYIUkd3Y2WKkz@gJnfTcB0? z^yv5~$$FW;fVhw_yUL-d3k68JCxRzc|fC;Iqws8>AsM;wI7DX;G zZ>_bcUSUbk>6|<{&PYpahm1hE>vPvTYW>YSxF&LIHEPaAg6EO(0sG<|J z0Ht;u9m&!$L11HJvOZ0yPset&4kT#{P%PsMuv_Oy=}kk9a-KYQ4xLq@J3ZAug+9KQTH5+_X;vkGuBL#nAt)F zG;J4HTw?~(M=X5^VVnokH5C8Nq1NCjL5YlLtcwbd5dwgg38oX!LQGCFW*~thbuu>$ z1Vb%Y2r+h+CMOzV=s5-l4MsX4=HsCVL@lFGiZt+oOyvwFA`q@;p{Wh6GAW(oK25C9 zNHBK><3%Bz<t03AJx@=v=*Vnu((Ajq<;|UM?0ox~ z`2*j2X`#3!;cem9O7V__cgJk+{h~E_4^TfF|8 z)*IWe@4xRUzPbOk?)wF0b6e&b=i5H4yB+&})9or{_i?5C!~!yMoxGn{q!iaL8}7NP|K5%-%MQCUko1-Q)LZ=b9(tze|M3&IB|q>e zT8=jPqgwC2UG_iPVeQSe{LwCFuOs(Ix%OVSeMHypBN7b+OfBof{Rq5inXz2NZ{`)# zZ4_Q^M6Y=fi%bqOuG2_;8b&DbBZoi|F!D4hgdi&8kh%khOBn35I39xDZ)9@(5*DdL z%wB*mCY9DD(5Dy;f0lrgNzJ*jFl-%sgQxlq_B}Uv?D*h;r+N;aPUWgvJQ&H44T{O$ zB2_TR0-8ZJhWs?XccRu&GQYWQc~DjT?W1oU{b0|%s?OQ1ukXIGTXFQ=b>gMDxLwI5O5;4Hh(WqeLV9?{BQt)d>6PqiZPwxk{2`8Tf%zLQb1zhjX zcp%!pzEg1oR@PJ>2}N8}33eE9gd{87QAgXcN7f<61n*f>)~LDIJes<%OhI@dKZD2z zsYpKpuyXMf+$_AY{pM+Ep?8a9<-zKkf#C|7 zequhe49JNVukIB37ow4a7YopwShZVC6mP6Ku zWD#@})*Up%&Z23qS!b--X4*fqzG;OGNRb0pSHEY!VrBaubhHb~2hj1s!H_LwYu%Kx zMIvUyrAK*P=V4q2-G6ty!7$DmB!tTeTf3NDh<3N?5l>Ms1pwFoY59limV1?(Z*|Od ze0$eByAqX~f6gXFUo9=SKC*^F&Xk+hQ6SJ*@ymTw;{n`K_OZx>yayo~5E1i$2xNmn z9zoQjRO$%?u3J9KvABwER)3>^F}E`5^S>Uy5m#Il_jBE|?f>NR&BCw#3SMIH#9qI4 zf`MgV+( z%i=0ga;xU^Zx`JQZch4&KlYR)U4=*;&nUgmD8A#jtmT|dvc2juhSm*zAgx4EUc%P)V{z}VTx$$9w>Is0 zsqTfdX=urTk{B)ZBk)a|j+oY4EH7gGU9(=Z&Dd_(FI%o!WlSCzvsnn2UbRL&R?7_s zp4kwPu&QKxdAr4;qOEG6Ejytt7%S2^X6*RL`l1+UA*W3Ck16YD$~uxNfXD_iM$KAB zK7&te8VLsP`gOtLoyEI&?PwJG46McnRSTUgxNMTTo>1{WFf#kpVk^%1NzcK%)pt*# z^Nz)HhmzWbF{u zV~kE<$s%K20&`sgP`*S^Qq_j`GKeXECUkNXU&ja@GK&2&Nct*maOVCi~2TRlhw^-`1*dl}JYcL7MSaE#G z@!EeDzgMifaj^GTy!r41)J;%j3Zpg6zELySpaob1FNqo;nGGTT_>cIJWl5^JCrLQQ zFVVo~jTAyf-4q_X5}uAWu`s1I2n#I|6YJVdGUsDasGfKnT2T`6Q8boRkoW}>?O?-8 zbq#t3LXx3n!=P{qRdB%xhRAe@^dJz7hOu;{CTyjj^3M&Z@8CpEdFxES9{+dP|Eh*-Ep@`DS3L)e=O+>%-MeJ zSMK}E-^_m_|9+r)*=DPFfrJ_*rI2R?tN$)Px3Flr$Wpm}cK>Tfz;D%uW*x8P-}jWL zW!^{WQ*WPN^lrGd^}D;?+x3ICd(DSG_EpT)zgxEG3nk0femnoI{F~07`b(05in;1H z4$a$t^Ed@--Z(s8d@oRUKTtP+2DJLr{0obL_K$;&w@Plka=Yl(nuXw2z@Go0q!LBC zlZ`F2jzw1ms7Hj_6SCpGs{}}ZWUk3S%=>&t&_>5hH z87;L&jcmc<$4ZMI^Bxc^erO4l^Nt<6Krlzdm5pr46-G|9mm?c-`BvJp@2e($J!`+$ znaGS&$~8E7qi3>~0-|nSUZNa>TsaN$^rZP|%g^*YL#|`}LL@wSoOV4JdLQO+UVunf z7yzARd_1&LU!7s^jja+;8H8clcZpVyPBMK~dbm92#Kseq56Ka`d$3ueZ z2&)@1J<^t%x;2~7PGTd3(6$r7gG!B6XR4uzR+6Tq)a^+^ zmT7*=v|^UMbi+!^A`@niNiHQ53nKT@ZGdh)bUTh4R^B)8ld_{eDVMflPPxTaN)o`( z+YzxoK8To6nv+;v;Sy^XHw2_|6cp#`NW3DGqUfLgJ4}`60o+((1FSys_LfCY@ZEvi z_7Bf4*7x2oUOPAP?#{*Hjlje=9gF_@WO3>25lDABy6*ITfBmfcC!UhGo8|`=+j|!) z_unsDKX3o7Yx5@)Weu~3KE{f=^W85k`nTQL@fUfEr=L*{KAYI}EWciC*tzKMOa`jn zUHhS332sRQwtQSxJ>T@f#A4a*WXq|Fc4EYYnR!Ia9v0e*`1I9O5+2=R%mvx@BdBV(S|PUoRn!+-Hfa=_ zm!2LI`xLLt7?-ARDH@oxq=CH0ZSe<|e8Ge-sJMbFMS;X*GYx+ifz_J$x^)_~_ab#i z#%17WS;Qg6GvksWp_wR?>?Zn_RhMGMz}IXL&#_qU9XqH#AQabhPAC@`nHcp))*y40 z@c_&ZB$mLL?5+<$&_ax({586fxSty}Wambe&*MePt%}N^8PK-qis|oFg=qXez9yrg z%^!bCEqwx+v1HBbf4%cYr{Y(v+m@&+W8~%T}oT8QnjBMHt?7$dny;Da8I=|x0PKV^_7hVy~`%n&z{OG z#FeZc*fhT3D#Tq{82xKE?d!D0^hKE-qg-+r9GS7WHpYn7!z6Bf$3B7OCxpF(%J~9p z*_PoeI3f9U4bL_5&XFsTcMb0~C;4TVab(X03sI*g0J@ellOyGdg)iUTyxg@( z9)d{nT-13b4KnajIU4N5A7Di4yxlbRvyzBG$~W;Jj~(CGMO%QeZF?ujoX?Y{o)N-} zk{Jjcv++fek9H7`*vt@y{KpPpHCV20^%#U$3zSVTE`v}g_s4S>=?%s0jiDi)UCi{* z3UZK48VAWLA5VqS)cE-H;Dyoi7sl`(TCGRcjgPGE_?lC^Crn#jYZH>OXgoj&ROb|U zAr6&#F<$ntcsr;rjq$R{9o&z}Ol#!v2)GEK>>;Q_g}@E4F_@ggo{(QG4|&y^BR0Lr zG*|?W(LkXQx-qx$PbqXAw^XUReZEy#vcXuRbqcm0^0z6*Jl*!tjZiSFN1>J{JS@|? zGgTtcJ8w8OG&!jvY`Ywe45|iVg0ax^OF5_sSE%W+8W#9RG}0OL? zRUGqf(Z8tpPDK(p=g5sC_v?2g{e`#sAU)ksKx*~^#asQE(^=yt9{}Z8@`9bHUR>L@ z=-aexxA;mHOF|#i-FoHyhJ}(2C9wJS=7e|qgTmtFTua`X&!7!0y(zsp{>J#bSR{x3 zHpi0R`B&b(KLtM{eS7?^ab@E^Nc0zqpPAjC3~js>eyb~dcMx~d$Ywvm2D%Hml-eVsj|7;i& z9VRd)5jl8kfb=^4&w5!h11sb-9+jIJMo5B2^A2b-xKWvFD0nhx0LHGkAoqcqnrJU9 zTU3T4Bd&=s4?%Xyrm5fzU@>Aa7D5m3p3R_6W+i4SSA{QLnvu8qz8EBd6MV(OgyR@k zU{d`*s=#=~-sux!Td#R5wV<7Ky;w^S52Wu)CBGf|u2iw>8tx@{KWEB8f+uAC2C|OV zlTu1s-SiK((;jVl6>U|$ne>c}hNJRtA}&un`S&Q5KQk5d2lU|)L{$W-S^~|uM;RQB zxhy8&VgW#@Qx4ii3zAQhRDPXq^jiKNZt7}4zD+NP?i=6ZCH(-HU7DCP4|#~rb2zIX+7Vi&(6ZO-EJ+qLF5B_@pm^=F6Tc`0 zIp!kta9uSXv6jgREZdw;FUO?ct^1bk_vc&`C)2q71-iwFw`4EHHkAhT@`8K#iPS>5@cW|oJo`6Lyf zo&7)?FlHBqkP^H!jF9OnR_a*M2*V@qQ=dP5p(essG5>iuOv-I9=UDt5b7nkcG4` zIWk(bN7cHZ4fu;{d zU@=j2C5hg3|KD}qG1Kp;P$O8$YLkWHd zB#<+sakS~(Cw7FT?O$MYVw$gwdclo`HLJG4y#~Vqn5-sb?5!Y>&08EElOF@9Z9Kl( z8NA9HT4^_H<7R9i29_I}MAjLbJAc8ilN0yx7A_hAzq|6rmm|xip(Fs}`?{Ifw^j zMlVgiv1-B3nhN%71?y!}xpb{oWtDj)sf(F;UA43@O4D3^9Xl!b*0lB|ww(+6F#_MT z5;qY;NL)9ZH!Qyn>Wh`V{R68egRq)R2C`}!p#8Y!m~hQluiGUXLU=xhH}Kgd*44fl z+x7ezdzzmuUHuOo19b~u%u_gCb8T{ZIjHM=gmGCDau60~TZo+UWg@3&8xs*N@*gKG&l(cF!JP^6vS>j!&vF(%PW)Kqxom#6~3Og_#c@L>?(8 zGXbm?NEK`3+#vU4E`1T3a|elChd(D6FbQpeoIX|MA5vy{gM-Xb4Gyx3V2Ci8T0tr? z+vJs~HrMbG22P&^EO`Ytaucrdxv5)yimQCl)d7jQQrh@I{i0`6vSv%dyFQt}UdeAr z*3=>VpmwWL1G)P82j2Db9rwKTx3=Eeedo-bvk<>4Yfmo}^()@~k82wrTBwam8ey^* za^s=SO>)B^>7VOKzgxw#i6;{v;R_Qd)3LZ2Q+8bkaS6(Zt1bdl_ zI+nz8r>f5)8k)9D*O&=jr0bkQHsVMb3rUh;2xTIRs(+|Rv=MSMofXNTU$sPn$nP3V zRcKe0u{E7?*RnS_zO=kr%*4y!A1PriSUF-J!4wF70M>$H3BYug794C!FBm?Ib@GD% zcVy6IrpreR&XKZZ`kl5!F;|$_EL1ezDF!8@%S@^1c}2^eW_M(Lv~5P`D9%lS=4(7o zqndXs+G;8SnyCVv&TiDI`xV8e`!CkGs}#@@G{Kf$npz9pUt41hfs7STOkN#aeN-KI z1gl9?4i-bEJgTIS7#1N^VDZAgM1(X-OHzh-p@DQ&>CkmTNzdUM z_=y(A5Q}6q9#A}0$>3&9J_l3aCExmlZ~c7UqOU1g+dv8jHKTX$`MIVxpf94 zY9450Z^ip*2Gc2^c=x+B+1_l11fjue;^=uKPXrLd9mKe4FCm4(WD&0fbhXo~>HXaX#nW zYq$IVVBmWL3k`df4L!=beT&}SWZ{~*{og+P*5Ub!3svpPnvUDmif@bJ+Om>7>bzz@ z08cYdwPZ6XMn|BQbb)B9Aqr>Hxk;8O*qw|0Dt5NV=bjK6h81)8PmpK4MDM{?)6~CB z4NEoAsM_&Hx-W%Q} zS53lIGrwce)qeIvdg@;xF#sY``>0$;gc?+;Ff^l__=XkbWJpa{lpri&9>mYVntdApaHJmh`C6*0d?FMKyGgLZc}EJ|+7; z-9Drnad<*>!N}k*=vdXc6~ORJv8s9IglH z`-fL8pE&BBuH^yJ1Hz=Qr41H;pA_afi@`hPV;g=h1q(>S=%WxseO=4^xd{5ePmA%6 z^n6ep($`W76ptxb#iC@HZH$Kco z=-~mY$GP=krOg?7=(0Jhmfh=}fd@q`%TD|vTG58(Tnf1?h0V)(6e1Ps-+K^ZWWen< zg0|ByRpMcN7zCG;Refn+p_UA;P+mGEr<9Yaq4>2>b$*fj z>!1q#BJt~?GW{a)H$b)eMdCL=1#61WDr0J)g16Il!)fg)ex*hh$ogI_FqFLXMGEnI z|Eu1CoQR$thwv1dcERPEzBEfk<}XrHhou^;D8q>v=@llkCa*F= zDMhj<@_fS@OVx2rRu6AN6vZlaICF&iqp0EY=`q@KC%l4X>_FZJo&aG=W68c5-K=Wzd;8^)dIRN6J&s_%03mw z49aPDh`QyYB?vdFWC<-?!$zA-Uc?~#rq&hhghtX_bY-i3l%r~91P}@9mCH84=y(J% zwz+*mL2^=s{UoYWscy^&0EGz;eKR>)qtUHrNKIt4i{2j5RzehfOaM~yWFW%?bkVA+ zZ*yJYkWMp(7~$KA9!?N#^5j( zaDBRoCeNqU$HWLG-RIlLsQp8RWV*yxAK=11#&AcENz4eE2AG&eD!n#OU!iLgcB95Q zAbOsldYXz2!}W8{13{~>q((nAgj97vdJIKI6VW0YBpAfrpgw7>^EgUDTdG&0b|TRX zESDFAA=rdbj|@ygw48jwfD-_;f}2sXBe$^$O9^kYte}fcg0RCOxX`TW)?qCsD=a`} zK(3!0Wwf{s5ktyUflDXJSGFcvL4%D(s!_kyAcJX@U(qT={jHK5y=)PMT;jy&fFZ^^ zX}-~Q*z{Hb(G@!m#oQpaBYoTlpM@7*!EvBP(E+0Jf-;%ZqpCAf^7nU6Y}}%Z2?R_s z*jEx;XYw4I-nj>fa|3xILM(=`4yis1)DFw0`CVbgWHKT$T9bGJ(H(thbh5Dq3PKZg zX$-ZPOr~nZ;MU<;QI`IN@;3@L&Q5yV`%{`b!bTHS;?cdk<|VBy(B-kZnoxRq0YGbL68mvkCM{20ilt|(wJRIAnH!Y=6ly*7G!7WWnG6B08Vc|< zzQV{oYp} z4NsLPm_9UvbO36DD{!3tZ3S=!Ksf0u>+&RPJ7$9^+dCtBp5_^FW{|5VgEAu#FQKx+ zXq2sI6@bt`kMYj_;e0?V)|jc7PcOk!Y5hQ1$Uf`_yq2IsN!I(A{4 zh~s$~PFkn6vxjJp7ul!4IjZn{PP@*@WQB~~iOQS3dOx<)43uWnS2rNh%tn6!tgM-w znrByI&3QPa9iEPmC90?}F$I8}kEjE+;+^*BAuN!;*g`~G)-g&Hbh{sCckp2xM0tnKkY5z(Y zw~{|cwjrm5t2omQ+$Nk%3u`Hu#!pV*pgb&bFHH{(;k-2JnV})W8z~^g0lw@Wp4c%R zE|VKmG0ef?Tq3awJOPOlqzF`aRhNSsGTflk`k(<~9-;@dm$PsMmP#|7C4sj6^G%cC zU@)Ckmj4Q9 zY_f00aUDDEzhcf?-$4%(5;BG0ip z(;u9mm1NQn*`uDBzL`vCqr?JNrR^m03!ajc0zZ)hZQeO zBSGsykU76L!SWJ)*Sm4H}n|M~X=R>Lp8IaJnlO{`HNzyANy@jxdDs;~}VJfv^BT908D_Mgl4nKH#as3gFVJkdMt`8}O z12N#MVa>c#3AW!pqij9EF`R`*5hIskaw-}2qdP8e`~q`51i-qkK@5i~~BamZ>%;Y2r}Y-g z%GH_A_(>(MD;7CIQ%uW5^X52~d8=^^jf+N|WT7I}5x79P84_o0O?idgbBOa{1kqjz zF^s)_9d(y~1Go53T2*s<0k^*1R}aV%d(zpDhz@|T63ryHDs!-6qj_dBK1fwZlC5s6 zScyE4D1}#&LgX0?3yF+qNS))*Gs7}{Y!tf;L3D7o7o;x{5_!}4%jz-G(biDD34byB z+Do;brQ6r&MwCDxwjK)g(QSZkj1cYfrpPFAj)?S1ViJL0>aPyXnhU&QV^awzj8k>ln_tu@{b+Fz06lmO#ZD+Y`n0^CP!*EEI21yy_MN z9Y3HA=t51iEtWGa=-EI}+a;j3nPxp-27IKgLUJtazr2Fhq!qNYODq!2HKN4|*XSt( z%((i$%5DSse@3ofq-BBxa5WNLw|wlaSn}2;ytND7diFHL&T)n1vA(&$T$Nm{DjQI# z)%@h`x4dp0v7N_C`D}>Tq8KVKE}(xDE-np8;?NdrHe>k-w`psVPMqGbz1HloT(j{; zDt$eq<%xz^H)Fe)Z#-)u+US|h=s&|Ly5*uyF0_=7$rD>ev&CPLr@m%1^2AoD>~Pvm zq$sN=xcAlmSg|!C3%Odg6o=tA7j?*zQZFTaLlz7=FOsvkjLXpW=gTjuOc*jiEQtap2K-1<^e1=3V$5L9kRI)KqvhnYn zc0aMopV=*I>gP{>;8?8OINS63kzYIV;g&nr?{80dJHg%gu`wCg(C>x~E^w@8{XNfm za#?ot#!;oR>DHE|<~@n#JxbGFrJVK!@K&+vdme1;QseNpg5Jc&UZrKfQr@@dJz(A| z#*yYWyt~fqNlYog1eORu0`+eWFh%98+~i^mg8HK z%G%ajVa2yeac%nfr)vN;3;kYi-Cy8ffeqS#FWOtdc^j(`)R8 zxJIA!%^3bpk&XF|!AK}3s{P_vq;BNu$w-VxxPVqC4dR?|KsW@>%o?vg zLpEbrKd!bqZ-sQ0$65n2p&cf)E>0D}q(a6Kl_tS#%588IG7UnF;{Rt#XqO{Vru`bl zSI63a!pHbJ(@<|+ne#Rpb*B&!qt0!q+c0ZS7O(x(;>-);FgiF(uU%Zn`itLm zzu}(Svb3fnfen6}|DgMO-3x2>edO<@6-IzRZvLik*@Kj1s$M+nHl&%zUcXi&z5fz1 z%$pzCmzTD0P0(Iu6eH371Tys^Kz3O+Zu(`Fb2zP>tvgnhL-c{`^CG}mb+f--b$IrC zETxLxglA8Ec$yXpSr$cNV=4}N(uX64w!ZYyi`0*jkaBna(a+nY8IL$BSl8M%yia^MS3=R02>gq(ipiA z@8O^$^P17+ubeU)z0vuBo7QNt;fp<1rR9a3wV>%&LqFzPWRD3Mv(a-pJf?S9dq6`o zBetu;j|%7|dsY3{6QG9^|GjB^Wlb-75dLO!4FC8V%<$%Kj82ChGZ#KtiNVAr|0?Q| zt+jGBxa29sSSMne@4SW5{l5B&w@{ittKk_Z)oaQk+pjy1SiWktTIkM;_bjpLV3Ui) zW@cQ54_V9+?@UfM)Q&Itv05!*c9^v~kssN2a#e4yS`r*H1;6~6W4d1dtOu}McWCVw z{nKB@NV;wlt(0v%@5Bxmu#xtO0HMy=;Z&>mv9RF23fPaUzxry&HJP9!H#v9$MLBSU+T52HuVS z=!^H4RPy8)T%4?MEzdOT|I0B!m@&airn#K8Z}s_|4HJ+!FI&r~SV8L>xp^i}Dn;DS zn}ubo&cgC{oLTxQFTLMzcveMt6Od5vFXmL%%mKMs&Wju5Inb<-@e5=$W`)WZ@K9qm zo1uK!0wm2W-?03{3D~?7;TLe&!rYI^hA~Z}K>2;1lNM5W2$Po2choXI4OTO_n-noC zv({UWYOA_qF)2qlt-fX3qz5$2`AiAng9jdVP)@7C+=j>pUHg+1V@mYGCa4w-OB|!H zWAeYj>^>l$#y!54{9422Nj*bSFH;Ecc;7p3Xz!126rMnZj8aG^xo5L0$l`TSV!}=b z*3;xthWLH6$7vp75h-5fR^5w=!*zugO10=7iZ{^)1(M^M6o2MHY4QaacWDM!aXXZb zBkIb7(HO0GU_)Si*oA=ZqYMN9LJ~b*HVM9}H!6kR$aL(h&5%rD|L+UPll_pTvFWS_ z+F+hyDx01~4fGx2sELKr4oR#kN^airjU#ifyxY7KXvHCjRYgC4h)9;NR#sX65o$(6 zP`0CGe&H&;OI4!tfW#rTWoPb$-*(TpFK*beRK7D&cIM|YoabBQ-$9H=Hkc?AT8(ea zbiPh1=+zd9d*Uv5qhsxByg`gi^80Q&gn_r)r46V!PCCmNO{N|)4<=uWYWLa&Rb@A{ z*d@X*g1#&@$(x4&I}1qk<4-laUm+c##i)>u(8^PIP|Bmwb-Fd^heD?pF-W956x9ambiW6wYB=z(&mWHQt zL>!scR^(-y&P9vT;*GG8xP)|uIMl3b&g0b055ON|%~=P}4Wz<@?}iNDPPAYSE!J;e z^zFc^czy6)$NclZ>st!$NCbB%>vt+UpHZrwoqalsZ--=EJDprp4F?QJ32zWZ8xlnu z=3`3@dlC(M?phNK`|ciIC_0A2;(bN4zcLqFTEF?;`pwC*H4o_dL0R3+Nu~aj5;zSp zYhej;!oKf7#d4mdsC22Y{$62yvaW$kK=ycVx72rt0^xXSYxmOD!-=hj*&PL(2(e@+ zShp11o(OJNb{t*^9#On&P5!Aq@-^QN*1dcBR^3w5u0+$WgENROsUNq0hr=#lS`!CiiCijkr>_QSqNq+RiNC zUbYcUu~gQWC~LfRWU*|Y;@_9xI}Vjg;$#+o^*uBRPUY!Hc5GYf=u33;-Mz5Taa?IX z0oNEOt*sAQw=K2qNwn@!HtxOa`iphSb1yDEH=KBGc;WDfa_F3LZge@lGooSX2$=eWuRiI8UU)6M2KwDl30K!=X(@8}QI{yLQ;Ih!-c7hCjkbeS zqoiUf&~z`*biaJfCl+AEJW&`;U=}zEZb@y9=yZdhDJP52ymRHVg zn`=~Rjw_`nKCxR%PFnS$gtHBJ$Yj=4_g40?Kk$vyb9GCV&56q91%J!!@*mXQnf}AJ zrOs1{&Qr?H(@I-^!rzY!^NZ0Ug@IpaY&_70fwE!y9cyAk=VD;jgSw_<>FztyQuoP3 z_etf{z(V&6%I+6&%)wdf?&R*irQOF8yN@Yd$AA1~9J^OCgbuXV7m1mmRjXO+LJaYh zLLNdInE2L*1wiCx?Fvr4Ru{&mQ?b2f&qju*1gBqTmptl%20HOrJ=`aYxJO^)W%-s( zB5C+qlB>w$Bo?uD!vGDiWXT6+X=;7c^SU`z_PB@vA$-Ugf9;U)h)!ofO-f9O%zTSx z`=VM5nTU|)am&El#$Hd|2wqjzUczR-iP$KF{5Tv`^$@O+5W`|9+Io!XY}|%3Msv_v zI8ubkSRZ;&I0Pg7&IbqZk)3iZN_-uY1<38s(MO^)Ojy#z_PNL|LwTyvEWyM584-xz zL}KVpi%54m{%-%Gr|Eui&HV1$p@rfu#oLuEShG}6n<%KAKfFN4e*MH#0LMQ`U)7SY zF#%6v>@yAbq^EqzQ9kTz{z{WY>v7=se9ipXrTXqfeYaA#NAc}dTzkckMg{Z>u!Mz!v)KE>L0F^{J0ioFTHWoh_f`yhd)ve?=({?ihIoOaGTkuUqZ0thqDx-} zP-b)_1o76Ru?E^dN%=qsZuIX6K;dKQO{6?I(=5~1s$ zJ}JE!emk(}S$Ds<;g)rwxJmIg-S-vW?D_hY*#gm&zy@g-V+U$e9DX7k(6Q+?+_Vwv zg0p?}F)n)mOZv#lBk0zqL8px@)x0eF*90K7Hp}QWf%g+aAs7E5MgC1%k(%t=TqH@2 zx#HbGCG0aA<%sJ>c3*zF*$R|5v{2#87)2&+tnMgI8*SR}H3wW=I!7&#UwX70vX`c% zfVv1{gb$U^g?tF|sW@@8^oa%p)6Rnal1ikw-Uw&@a8#0n#pBMNyVIrf!o+1g2$ z2bUXPAKxx4HTJQr2r^QcWr$yP!)}?_V!oiQc=9#|BGKB|NM&ek(dxU@7@li5$1AH; zK6l2WwYqG5tzy-7_pI7?UM;=RFR$%(2$fupTy3;XnvB?y?Y(4UeF@C5=(I9O6m#Ek z@JVX<=!Z7ImQ4<>OYdMMkdHJx-d-Qt z8}fsc6*K*sU-Dfml>FC<(7HMJRw&-$aCv9ciRU8mJmZA9pkFFhpK>l%uY`rT2)ba0 zQv7;g#6C)vD8Pa|1B$N&W&$(Czh!&P4Lg#OYxIo1I1A^T*Gd_t!f#nHf@?({=6m)T zJ5$Q|NX4$icnR26nP=g&d6uOmzigUkz*!XxQxVC`WAz#|hLnHCtKlx~7cooTaT;;I zNL{{MGUK7zm}{ivOLAaQv)4v2XWt^MCsWUqs(nGY`(3o6M{7mQCC&}ZZP`1H%vQWYe zD^ZF)*;+k&OU}47n6+Q(0i*p*ePtusvReCMOO$IZkv=z7tDS-?!hXkoEpV+E7CaU4vn!VoW|l}5DT1qn!w>RmG=2#V zPG~=0cvKEfUD7=Zu=5ik?J+G3`dPYrAYLT48^9>T;K)EEt6 zML{$>yGU{XUreU@U?o>G)yF{*`jSy=IWp-r&j(c$TbC({B{r6&Z&<3ZD0YG%Ck|6( zC{;U87RYWgx84fzS{BjlW^iQDHe{w*=-WdD4+14D0$B3bCj7PY`##rG8_xHNL5Tax!=>a>Z!dsOrN4d%Y*8gvTTyO@|YT&fp7=tY=x^&Wko) zu*DrDjEk>vubNeLyu!Uo7gfi1xcjkCI0w@iu@6;a@XZjB=#(@7=WsetFf7JHXWVmG z-Dit!F7Yy$43Canz!D_N;|s%u#sBfG8Trc@7SGtRnOhZo#bU)W(m9v_}tV4e30Oj zlu&8Pdnyv08jBr**cH2ve~3Ypa*)+?$|;ADy*z|BvP?HxMq}w6i9tL|Nk|wwPTPq8 zjK2OVZYej8MAyC+PfQN-h#AC)85GkxRg(5n>ti;)OS!QbT1)I41)7NR>Q8=#vOmrc zP#FbU`-|K|WkSXrpc&>N5OW21(Uc$XiG9;r@jl@dM_)a%ol?p7e*+$X0Tlkb)>8>r>vJ#9yxMZKpu(W%I!$f`4E+M)7)*G;dF=->&RDvQTt%HWyOIs^GiMcSjV6 zeK&M11a~j2>Bf;O59%9ceGh8tI7TpZE3g#mNrZY9*6;h&l9$(d(dLR$8Oq_{<0;1O~PL@zx7uA?czoMR+x~#u`3y< zTMDo^vu`obk*sgJd2p`pjblH7STY~^K^R*YT=H*7_&3Z?edOP`T#O<=DYy88@A)8M zfn?U3{|&p4IWBq*rir9K@*Mn0**e9$?&hv!uvR;z0fK;xO624fiAvnB+o-heS*Y6! zE4lolggPZ^NPSdR3Bvin$&0{lYx{PUGDJ3-w3;)@~~- z`Xm<_EZdRuCpdqq>@z#e=5B8P`poQvQq}t5$eo7okKH|aZ`*yMlobaAf z505ST1b$`L&u?F=e`TR0bT6=9 zDaP@Y*22Ri)y*%&S+S5Z2P%Gwb0`ij)%7ImdhWI@)}2bOul@G)Thny#O~Hc-KKP~p z4?&!BTZII59ZF4y(lM-zM3v!~5}Q(jm$fE?`Cxv*H;R>#`h~&`i{5Uu^5jBO_eb7t zZi(iEzgcPNTJ-Pc$Bha9##@t%{_Y30?a1@?_NC2ziOqd?CzWTOO&oYm8MvstJeC+3 zU)VgMbWAG2OL{SIVe6Z<{=`$1^yc5}xH*9WmBI}P?}phP^unx*Z>SeOD}`+dZ`+NY zpA-i9X=B0*<5}#y;-{w)-lveJW%GBRe(&k`k1threP{oC&-^QM?Q`L`wkVZdvquw^ zUCHu>Pb~#`rL%{SC|MM^`P|JTG$}d~>-EzWetamg`OL!lXOwl%D*or7#>_96?ZHf` zZ`DSMJHIsBNLeV}mMHE9olRC&%{@1FWd7w3LqFJmxAYI6TIe{ev>#E9gq8B)`<1oH zs^C&pTcWBhNqQO5C*4_d_qoK*V~OB#`1D@84!gtFR6;pXfm?1#=^H(twJV5?Q z(BiG)8Xr!052MEAjYf^of){QM&{nd>1dMgpci#ysg?kg;y|X>{YjtPi3$+J6#T+Vq z!*|np^J=nm?NVuDqO|c=$!*s{=}t`B;_|uUa8;gMvuwhb6&YBFAyj?nPpMP$lqBRj{y@~$9+)l6ko&8H)#}i%0l@re`bUnY&F`%@+ zfFb>&wf%m3=MT0hdm-b0UKtonoEl2(4KM5(UT7atHc1%T73WB{&s8r5sLM`N{WDbE zHyc~>H6(lu3!cUgdX-H*3oZNZdG`JBmy+IMXj2YZX^$MvyTCTQooGPnIvB97T_;q0 zzQE5vg;8=zpY`Vt4_Pg1c1Ov`@=yHU69L!1-IIT!A_t2VosVQmag z;v!*uwu4x-H6?g^`#U->&Bv{n^H+0Wdpd`fhVAL7!GXUS>P>Ryo0v{Z?eRZ+t^kPf@C!j#34+_ia6m;4` zW;%(0i>aG`e*UP^w&$*6Y46DdX8fL0O5y26Z$GFq9Yt{I3mrv}wr11k=N!+^)elU9 zeBigRjcs#*j7F>^piiEMUst zZ2f18>9bVNziQR|vsh)D^8Gbq?~r*rFC;bD?XPhPHDsoCvJ(f!a7fOqa$j8qia0s% zIG{tyJr?&)O}soYc?EVam@p{^O(L;M_hETrntLU2%XSA^oUqhFx&qzJ)Wam zAKhrhE-%t;mTr4+Q+HIPa^Xr8(t#*jI$=S<)+Rh_2@lgW5_5<$i&vNyWH3k*IA@Sz z|1M3We~vgfovA1=o0}{wSt<-A3W)*E+X~_eQ;}+Hiu5&r9eT6ije@sh^F80X@{zyc zK2B5WdHYuu3!Bw1bFX~+%Wr*oVg06${O#gnY_YJ;_!xgH{*k}wQVkvSZm?f<`>BS^jZ0@kqMs(Zya@jv)(Cdxf9b) zY`y0Y$J|Bln(6BYbZfyazT>g3N6aWy^D2^d7{tFq9w?H8BahUhj}B5ts!mJJihAhDb5qSb0omRcQpT&*4p(C1a}QJJ}V`p81( z^IT|5p9}4DZcUb{ppBKDEU<4kU{|v@cY~?K&jU5yoCVaZdFf*(d*!s2-j@a1qfY|u zYK4Ao4R&Oyf#|-+HH}`KeNWmOdM}Cbr8lxx^WH2qf9^?Y{zSm8-V6ndlj1$*W)RZ^ z5bIFV{Cbl1khvN^Bdp0GW*fgpj|K|PK&-=0SV`Sm6F@PNWSjKu=BQ)=jZKYj0EYN; z>751k7kSaUXzRhqLqknjo|?4jNmGfb2iowzq3S4|jBX#5orZ7x z$i#?FwbfXH0PhEEnjb)}-+5}kzoHw}^ig#`Iz=4)q(hNWOZD((u4P8*kdgZH>MBm5 zGD>D90gy2-b=2I8D*SqX0WOX2$o!NxJhXZ+>R_TzKORiHI5hSy`VSaS&_1jdO%IdZOADZK9V=f)I%cX0nt~h ze&^Z!fB-2HT@O7QP+GarM+d^Fwu7wEB~Wngmo7_4zC&cPby!>kG{wT*m))q|=7%T79) z%5AA^SoToJ3)%7NM_2{K30OF->d3KAd@g4(=YU@b9;*&mm-8s-wp4|dJru&aF$C!^ zLJ)->vMy5!2!e4mRv|(U#mQRqZXM<8rBkqa`qaa3rYfxd zJ*&e?$8Cu`Po7cpY*+Ja)AMZ0lIL;j6J$yPsX{(UELni<{Wu=%LDi{cCmj<8P*0&L zC@5g1PywIn#fOY#J6fz<2lnvODzNazfev|4wOqatJKf2G)#er5TZjm=*{Nb zk}SaB!|#K<)=!=IRY61uy)NRwP!#=Rb9Oz*+eUG^^f+A)T@Gi}LvMkzeL3hw2L_s# zo%lskclEg7BR;y}2-rydGYc4|!Q zq{u1y)aG=SsV@;iuTvv9RQU1xAh34XiC+{~)wY~VAs5vo47-b$EAQ8nS+R3@Gy^qFFAthiFf!#96IriLgK_b3ekyo z4?PI|{eG+0*=ywmHT$F+0k+gHpjf)B5B<2mX^B_{tdeEGCRqpU)3%U3!n?e z*fG|68p_$RNDP~Qp#H>xRICVw8khYK!r9_P(5!ep1_H-&jSPy=hLQv{?G!ppSe|ab z59G~`H(s^;JBM&?!0*%G1(v7F`tT{-)8REAUnb>AHXK>zkld0TzfQ@6!}=TpIg(d$ z;x|{ymvZpyk_vDrAC7awj!vIk2_WK^Z~zgV=mlTQR7q9uN>;;MThfL{w8gRNmsxn# zK;_M@tT?t|Xba6a^!w>*Ug6bw#LhJmw_N<-+4_(;5V#w%!KBNsn(LK9{AVYBBl;Vd zc)@g4PYx44n0Ud2&yEm0E>Z{^SJf`Iz!q3Fcd@JHF8F>$J)qhq`hm`o)Hui=B4eR_ zwhm@E@*sK+H&iAqyY6i92h@vO@ErnMzh$rWr1kIYwqC0{*||%p-tw2;t#duUF|g>} z`YFGib^N;b=PB>jpNq#RjlzGL*XsC<{E+)w&Q`~J_@AcFpvK|`YD54HME)WW%DiT5 zWWh3HB^w#l1Uh7u&9!5eops<)`IG8Dql#;3FqEZL(J&MEQ>tVM@`f-i)Hds&LuYS3 zlW;+2cF(n8rBODGT86qCfz`Z7X)qJyB%w4mb4*#IVoyD`IIt&eY<{G=aGz=2rB_Jo z7H}XJLpWHovNncg!kQZj8-sOBCSz+(bbO+^_hG-fl|x>J(R<;;WI&`BE7*ZIPf|g1<@{7C}^tg&KGef5^6gw?gXzLJYh*E2%3PdFk2?UK;ix$BJLcFCCY7>TNLMscW zQA3wCF#!`7E=+XcLU$}%+Js@sBqf23t0_}s)Q#VF-+R+eZCN;J&O5z7=iPhW{XOU0 za}f)>27Vv=d#$X9`<3h%Sk*O1LH!V{+uC70<@wGya`3oaO~*l={%G3hB4S&UIL0DF zt6F1*^=_$YjWtFZuBdmGEO-qS0SoFkJ{D#m1N~~t(>FW6>3l4Vx=cP&NNt;X7st|m z49=vwr(@mIsqR7|GnK*FubD(=G2OiAL%OnotX$FAH>TFOL8@}>&1H^lTc2Y#H^8_0 z_1iUg6|3^9jl5FFP~{q4u{CG|m9-jpGZ|Df{bXwxWOH|(?0MN?Ps(Kvj_-|5j864U zT(MbXKv(>2`%J2HI@URz>eNc%b@*}wo5kNiZ{)@Gv~rX&JaH@M+$z0l+oc7@e%pS> zfPZ3buA@$n1xEC-FLGo9M)8 zif{0>nxYO3t~s~sjUI_E=rz5V0^(n&9}JC zqLmRy{W|Nqxms8E4G_uKa9vA=k(^eP%Ti)D^gR;Uv$hOy-ATo15PCSyfq*Ns?D=1G zTrRFHq+C^OJ^EXA_t7Ib`_M=fi(@@;xU`mMiv2inIB;f|ck&GkD0Z=;@$P$riX*5( z*Ai-&z|s*zmtjGA5snAx0^jkEfI4B@Ww)IGlhQyzg$Tj~bp#OtEo|f-LVXHQtQ&BA z-{6{NSOV8GEM60q)e&(<#M}s6&NFxc_Y`RxnBoRE7{2k(qZnG5KBSV&5*>tTH*Qei zokCewiCY5Iz$h<2#E_y1Y_Z<105*d-H9W+`iVivy7y4=w!50KvxhkHIQOyJyf);{2 z0Y-C-MgYYy%#%rFfbMXLk@wx*=vgY1ZTlQ9=G9dKt_9U0g53m%362t+AQ&Xz{z(lH zTq3wk@Djm80=+%g-&v1`wVU_9{XHLEI6Zvs{a$qrtpI;w=pQVuVf`j$Nwho?iIUhd zF9IdeFfW27kp@x{sgh_ciB0<7CKqX*7tu$ett57rM5ZKmE?UB@FPYo%SFzyRxnwp! zGCNAqV#Y}1&)zYbO6IPT`3&SQiKcwZjrNK5$zxycyc=(uiMQpV2=>quYDcz^ z*}53;%2c6oPuai|qMPvcvX2-}`aV@=9F{wfLWO`;4CeDNEJiFSvb&hQbs^MT_TtG* z9n93qOk0?#wVJ6_XDW&lI;0>@;AJ+swDbD(LU1$bq*;t8i;)J!Xq*(&q}V`;=_V8c>NVGp55+0Tj6daGCl1)3{&tyM6aas`B?Ho)&;JGKj)k}Y literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/recwarn.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/recwarn.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a51e368fdbe47a9cd05711e1e0c4b4b3b91b50a3 GIT binary patch literal 16106 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 E0g~@5E&u=k literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/reports.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/reports.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e85f6ff1f756487cf902f2856a8d4aac4d56905a GIT binary patch literal 27009 zcmdUY3v^q@ncls?#Ty_%f-mt2iWEigskdcXPwQ=2lr70G+A0k3f)pu`U@kyQgn+f; z)owuBi6Ez2(Hp0x5^qJVokrW;vsF%WHqQ36>z+Mr0Z}dygz8bcPTTZJi^^`Sv+e2k z&wT(OAv@Vu+iP*|kD0l1=g$1|zi0fX4u_S)^*>I(F#JdT9QSARL%obLz%RX{&T~GguE;=oc6)05^Cyl7&P^p@SG`V9<}salss#{ z6?x{MZPeCpQ}XQncH~)tj?t3-5|(EL?Cf_k*aq0u?_#hWaA|)jgB^g&`pXzx0@&T} zX0S6@K3dUV!C)8Q%Kl0QmjbTpuVQc+;OhQr2D<^T>R-j+a=_(M5!mp)UTJYlz{T=Ak>8cee_t-<`X6DX-6-t|G-^+6RofRI5!a#Z zN44Ku#r62zD?Tc2!2L0?SKNsEwn?M+v7b?!UOsE{kBx;Q{>X4>ER3J#Ly>^wKNSpU za3mxFHXZSgj}MOxQTFk`mnH&Z1A#vFBO)RD&{4p~@o~TrK>FQdleh^3{xJPC3=WU^ zg8)oV4pZ|4n)^b>0+9)646x(G3s3Fy?K!w_&*4LT2ar*=@7zFOocgrqw10T)SYVv` z;LvgpjSYqhGL#w?y6+o{Nc486_M;D<_X>ScDa%sZrdF==Sr=vQ9}Whd3=ObxKt(&t zn;09|Ee+AISm`&F2g7*6LBCE&{(-+NU3oLKEXu^LQXQ zh`V`@KNzGh8Q^I~mCKAf+TfQy0&oRr8skRPvb_6ou9=G{=*)2~ob&`wHHEw?3K-{g zAZ8;9fy*zC@uF@OGDJ?)*Kl9s;yO_nG3D2gVbn8FJ=~4#t^;Hu=zZmV=lB@s(;kfL zWBLKz3*2$;EO$=-0(X}8n){;W^YL!>FKd4#AccV;zF~a4)Qsn%RWF{8pY)uMd%C(j zPfbQnhsNl~`FK`0EM{%t$?$m4A3^2OtTk{hFfb8eh%RJZzOy0eOaRD>Ve}824rEJq zM}XI-CL)1-k`$7%)?9_Gky`Layh2tO3yFa&FJ|@VOO_9Z=|eoY9z5T3Iy4&SkwT|> zo|+su?UzQMl0qYx^>ELgQE`7r8VdAuzY-XGr6)Lis%M<_bz}GX4LxDtOV>EC%0Cnc z_xMl}2uFIPz<5ZCguBNlv!z3UNUk%%;jw_U1#exCzwiYl7q~^8*-)Bsy62rOX=h8y z-13VB+p2q<5t(+^rK3|v6MUwmF)=b<(wHu3oGG2zk#5>>W5bQzsirNdl1CEyOw0E9 zmc8kgy&1bBAx<4gKAnuGE7r_}XLrvAuOD5~>(*EoIi1Ct5N@06XZS@U=PG^Oyy(Cy z9)w-!#A~(^?rXbUyPNbs^zcXrkf&XQ+qn3pr+~3nxB%DBi(J3%8Q@nyFY30TOwu|3KRElk4eO~RV$p)`CYbAOCLIjL?U=2qkPt4O78Vh8F zv!?@N4^~Ge#)E+uk>BY7u~rH@J;*qz)-(qdO8DR?J&A0M{1Byiv49}aQ-y76jma-p zX(7?ZESer00y<04ir{cK@?zeT)Ps{*a~P|Hm{C@bjI5EC*s%DZRpA^jt{wM>!vS$^ zr)MqEOc^4oIS%k-))bnE3}ERMP(#8v5L14s7r>Q=(83V~FHuFiV*L9GRpq%!?mFM+ z)n&~-pEx`a@%ggGiE+^%2_R1hgBWLZXU>L+n0h?YX56Ue@YpbFM%}q7=~gojph~zL z$ptQBwqJ5gIp)oEX>;B5v5(E3CFFAh8fB(mxX?p>iD=9f^hVkT;5z5kNe2OB^=AT; z1#h?cd>|Em&@ptNvY-Q6{*!o;J@jQxIt;krjr1b+#>d$@jcEKOhLx%cK~h^p8@J+| zLmk1mE~b-8V|-EGpi^rx{zKer*+tyo0zb*+^#Zg)>&5B_F-vwu>?#z~tL1SaCX6`M z{M@~8el1+2R4v1^%J;?%59zZ(twFc}K3b+e3qDH1ygqJtfqS!2<6c6aL{vI!jf5Z* zFmWMTxou*M2~EU_JnGum;k9N>r~P4?JVxE+2L(p$cc2Z4zE-NExbrQwj>V!$XSzdxv!Wno2P4UyVl%wS6$hDd3(Z~ zvAI*W+Kj#I6Fj(e`lZ{p_61MNdoSJCI_KGzve#$q_4D?&w7qTC{jt4kQP4ZO7Rsxp z&0jx~B$nfFT{<{*F!}UX5C7u6fh%vl$MKG?OnK*9{GuMvgD}m<4>#H#cX5C0vOV6Q z|KoZd=?WBYrbQ*9?qQC9C~?@!ovi1$m#`q?I-sKN^NB^6f3rHq$Ml1`f52bic_4uR z6#0(+EYB7#mh4WvFAL)A2UkBk969Y3CZkn(^O9e13aeQ>#uYBxm z%~aM+4<$o$t~H+;P~o#Mt-#k>*74UY>-ZI5B7t1VJO85DNL2 z&ZiMHkcwg=Vm=w*M=WxS`Kk66kb@Cz$>(aQ<;Ou6qpuzd_{FZ!Sa8xaE``PeQe@H- zIqi>lB&K+T@gv|FoCpSq`9X<6K88Px0cUD}Cp2hfivY>XFRM%C<(IpyT6TB0N0CDP zq8Jc+dp#Sw*J-8uvHWNtC7=$MwO~Py`lT}y<7_=;&6uoL{K1Jp)LOgd|K~3}j)e^nqpDP+%-@Zd}?CZOL1r=sv!wdmD*Z!SIf5t=4&Jfz%?|tmTq%SkfBG#L7r8uIUaSMJ(%ZU`$VgCj>Fm^5AVF0Q2~sa*~bEgB~p%P=HisD67Sys`yVGv}x8felU zG`JiyC8Br*R7tM>b!0EOkpLlKSt!30n~F`JOFP%5%xnMl`YbDx=(7w+v0^=@wNlVy zx$-pCjZ^a19@55#45^~wc4tirRJ?;M7_;RYls7M-6uKkxLUot~NUIcMw4 zm(ose%IsbF@pwf3cmV(uZQiT%Zvi`PZ{K$gGUV_m$%n!Ac291mfb#OUc*3Vc6G72) zD&QFiO+a=RJ(18^za%nQQ#fVKG3GReL*xlf3VN z)h2|FqqhNc2)!D{KXh{96xl8D9Uj;*$6%GzK7-y6fDsdRB%0rW(-?(d0LG_qw^ru_ zlayA>TLl{)pE5YU@Wd!Y_t9pUbOYd$wQF4fQ_2{A)VH>f+# z71YxVYFfQVat5=QX2=qC#M&iq%)rziW89S2im}Ms%Ja%iIm4Uw79nPgnOJW$qoNWqFzBBMMtt&1vKAlwkb$9)G?_K}z$Bzd)}(v@jQHqI)+pCxW*VZx zbjh}%dNTU@l-lIh5`9FNl%}I?c?9-zYkq`|g-Nbq?6bA=+KX3ToL_S&z2;EHT{UA| z)N`#*@X!fct!eY>geAFU`jPu)&R&@udMA9_)|_$IO!uYS?J0ZvC$I`Sh)>9hutIQ%}MQ)wa(nG2DT`7n4Xa4pJgM|rH7@!+#)FeD8F zKjEz*Fda$1z?rBOGKjlv<< z1i`pY2V;=P4|6fyd;HgUQXKqofr^t{&gk@rfpG{(q}4%u zWD|#Rq@M#ps2F)ebBGBoY7KaZF{9yel6p=JLx9B4hdgJ-LT5c^PY*+2VUJTDsUBc} zQXsFbzw4P}q7tUBTAjW#5XOeWKEehzTV8!uKM)LOtumGperAnwr2=z9)|z{!z;2(* z{!f^&a19d7aXDAkKHEN5x;bI|k+WFxtZJ%nl!1w9dgCfb@6$SsHx zvi{37?me~6bwPTD;Cf0}?(YCXU1lcRrRGLgA@V`;BMM@L3-G#5evaxw{HHdu!l_Uw zsQi!~r2-?Pof1j-(%(lCEmI;?WY;FuKgphrHstvjSJpYHwECcghEskR(JLp>9a&q~~RA469|jAbp#% z$y&*#lQ9WtEB&NoJO08uuo!=X%UH|jgz`+ux;bIpUGsBr@*9j$znv{}LUYFM{Pn{b z$HqBfwN&~kLGsYjfDS;`(=GuJe)CHY0FbdfuFttI-&d-| zg`B@c)Ww7kG^Zuc<&_9A?i<`UA6^b8<>!^h9{!{;rvJPrSM(_-e-;h%QNK%Nxv%kF zQ(v^>bR;q!?(OLrf-o|1svDXQMZJLJcZq>l6tHJF9G(b-qhiNgx@9LAB}b% z>N~OTSl{j^_Z>TS^jNRwnK9xJGQS7Im>dsiG9^SuhfI9gvd7Pwr~L0}jn zwH_pd1aArM1P&2pP-kI0*hhX@>1AYj4Ot5{&RWXam1f!6WuzyopOAvm@1bUx#+>nY zS;%Wt8N|exDn&41^Q(jTJ!&*?!T9!!F>ZN0E(!BO!>|AqYvf;I8z^s^reEr3#v zM{jy>)~0OxJ{tU3c!tVOPH&s;PT9OST0a&ZrHtNb6s=*E*Usu^CQ`Pp8_3yCWlBTV z%H%6oUcLP4Tvgkg)teF&yGs6QASsxw1|sMW(}ZN>qU0{_K8k7nL0LgZEe#vdsB!_< zxnhB8#r%n)PSn=h2ZE}%$gM*sp$NucFl&mO3P&d4l@t6E5ehssu%BLo)Qfkrsgu;P zM=%*?Qu~PrE?LO8KrRolkVXm|LzLI3bdw%7!O6!W*vQtlOgpXe$)RSf?ErLhC3Z&o zA?oTuw!<$1VDoFXe`WH^lga(JOf?YD=iM!7cgxIkbMCH$8Ll0B`Gup4Ca%1C-rbgV zw`J_^=}qrG_V#1*wd>Ng>u#*Nxqq&94`ljsFGTusE1og3XI4slq`|ORJP0|E%_6$7 z{8DKExz8?`o}h3MrOIo0-eKk@IB^Zh~ci_{FlT_(+^Q05g?2Ql(aonMFi1tMS0+_%LFtW9E@+wLEv1oW=9y zK+G`&;>9g73*r|x#4It>D?Fe_Vy2PWTnj1`v#8&T_=ZCQ7c)tvqIrbGzGYX;q}Ckc zW5&33h>ID%#mB6d`R^FxwwMhXfu--k_7fz1s|Hkm@T`9lgcSBEPtGbv3fQEqY*D}$ z$^R$@6X`B+V-SvRB)&_5k(yJtl*J}!*oxp&!b{*XU5b;}4JWUT;xr&>m-!~b0Us?? ztUEa{ct1rvo3M~6Fb8rY*>a@SNb&=(WMAJ-b?IVx%aP2!A&T7ffu8sjqrA4Bi@1Ie zSzJoct3DWodfXZOvUH^3)sGk(S>#%oopc2MC5$`lzWEM3J((P*@f+ccIm+K!*0Lk?eyo zr%*aE?YJCJ~6nmLPW-dvwH*Uy<7 zFYM0P?1}9NYBd-$<^xRlO>DmpG1mrHD29IL{vX7@7oXqxTzcnoaD>{7_c@)J#uCNyycDa)4Sh2`1Zk6$r>uEx-xuuIAKHcRjV%S%~aG~IeGcyd_`BfqU#=K zFw`b23wC$%(DcNNIA`xbsDQ(oX==aL@U4c#p-X*Jebei2+3Rnd0717{?}3s#lBLrv zZy}({b?NZb;c5P>eTz0U^Jxj!v?g)l(hE~BBqMM7W;-tI&p7Lo?!>Pp2d94R!a)RR zT{tSU01TdXDNBZ5A{SX<{BA#D^7;it?;7Oj-CXplXvx993?y1b<3$5vcx|GIVt4~) z(Jq?vVqGnh2CpM)%~=hiUxjUJc!1FZRT`5uHcuP8Eg=t1m3f%B0qKrXZ5m&Q=R zj*GCIqRhjtvIH{z%0Y1@%+bfJ_*pZ8S;=-8mL11L1Y}VQA&}un)`_Wa)J;5|_zY;=LK?GG&EOoPH0*#3auK}wU)$CM-( zQhpcD%kxQsxIC31K>6`6u+T7p98uT>(<5ibXnJ|jd-R)_ZuFE=R z*Uz5#?u*x7oIQGT%ZDw0;{Bob!}^bgQ_sIN|Gb!fUQ9hVlo~pnat^1=!}7>#3lj|z zqOg%2!w6xC>xzvlX&TUZ9ziFVbc$L@aEnXHjBFNb$3UPaqAM@uC5=*2+ZAR6p zP}cxy&%){+&aYccmd*uJ7n7LPHl=?kk_2fP(IjE@t=LqgfN@96!E_Lln)4cuCyL1L z#fX=*3nN)X`c>N!1<_n12MdPW|kIYvBcY3@F# zkK4!oFw(5%pjL|t=k8itj*-?}t_pol%Tr%C2W@IA+IYYGkdf<9Yv%4>FoOyWlEXwU zY@&ILbg570uqUGRA=0gtYI#vGF^ZF;Kj(#noths#qn3HfY0^LBqP^v?@ zvTEaY%=IRy*&A zW*y`&%{4_z1T((KRvvg}wK#lfj>>jZ!ek59bGI}@8B7x*YfrHc$@1r9LF7ZKK&&WF zB)LsLbGnm3B9k?)pnX<|&otHZkri{A+J3sJ1?Dbe?$Nt0tyr;C{o`Z8#z}HybFg^5M z{I+{@re<~01Sj!Z=7rMQ=>zW`dHcu*o4&i_`i|SBy_uS3l$F=cmwVIY-nsIQB%i6O zPR60Vm6m17k3)L{CyzstDzBxU&bv3>a&OEut-02CwQ)|{>UjByi%!rW}p7<^Vgrh z@uhz{`FoS8#@&|>YF)hDvHf=Gj*P47isQ0l-qoCTHNUs_THn>aIoHM;yVI^MDc25k ztF|R+TBvDQC~sP*ZvSBW?Z=L!JC3BQ`=HTRRHD41ZpmV(ElZjp=G7hKKN3C~nyY>G zviU9z%0lgi8=G#H-#j~4dmw4fG_Rd+-kNUSirp`k$N99qF|jYXaoUuzm(xzq>B(95 ztYP-)*@@YqRQ;Blrc~XokL|m$K?aq7;w)1%Lb@H9I)aB_8Dy!8rT9sEMl*Gu`MP!K zx^?%f>=XlTw^%>B_ae`guV*`jerU8F+#tXhdW4V_$di}!d8_3$v5T^4VMJ^5+;Ph{ zAhLxJEiLfUkuy$S5sy=n;H6}1-$NNh z03MX=LGRcmN^+qpzQj9J)hbJ~?^D$ekRWu)Cx!;#O@ss+fsqSx?02Z}2}=GuCEumw z=ajIaKTObON~l4WtfvM2NBH#{+^0IhK(=64#f5{=JDg>|eq^zZ>sg8?p$0& zPz~pb55-&= z9*&FT)ORh`3*`p&b3?fA|05t4;Hhx4Jng!&U?wyLJ54Bl2#d4|l@&^%0Dw{ZXS?&nYH=@_d1|69!F8eyw0s@l67%FT2#)hGhFW z8vQp-(Ay1tQRlXTDe^>Z9*TNn*sxvtFKAo(uSnn*-A(Yzp>V5K~L#b!`=bt^5e)d%AnLsKq zm~sxK%tLI%C}NbTCJfcAGrIs6Wi!;lXg%Ak4hAra-R{aqh9r&ZGbI0WYT-Rfi2kd= zDvwbH;{}#w1YY`#ikRVok@SB|Kbh>vi2E{<{+Cor$w&0*696u9p9*@AbSr1CxUd(r zw`cugMWaH$aR(^{tu_&4CR%MFsEjM^UUU;wPPCfp<4MrqRRm$DHwAC#4eRb&I_?>8 zSHdL#-M8|F)4WWHsUHLQ(=OurxcH?yqb=ISOBp}r35P-= z6>Q0+me^7wAKG%#r`ig6Mrbg^2T@7-2uXnlhK4h`YWZt4it)c_1c@X9d8%s@!dD&g z8d5$21sq3ffpudC0P04ujgD9|`OnaExJ3Q~ZDTr%ZPoXkfZs@upnLR~d>{qAe+C%^ zy?+`R(b^Tg&+WN}F3E)}Q49Sy+b)@>%*paA^_S~s_9o09D_a^UZi~i6)^9Ydl>QO& zAgcW?6=|Y|EK<;WmkSb5DIv`v`AZrzViFg*B^__5yKm$T?J_b@ae@Dh_zD}l1c1Uo z%-mr!5gK83kruD&?otQFl<3#8i@Hizoa~ck8O~3OS+3yW4C=7xMsewC*9aH-?%m1xD~#mzlS3r zpdTe{cWq7?Ezz8IX+!%@kR_A$SKwEp083&LN&t67M0=okXt_$(kF(HB_N1PLeplqC z<%^z#Tfb-kklGjZ9qQD*hSM9sBqS5QM;1_N(4%c?v`yaBcye(q0S^s-FAnhmLbIv* zHlAXHP+A8FRNRaP^Vn&&v2c2rmRm4EHay^@2_lXIzKRK|oGwqB>N7THvLtP5oY{8E z*0bQQm!lr!Z64~ zXtlr2L{=uYI!H`?T@c{~NEiooaG2TI`oLE$zlu$!Ix%rwUKD>(tG#H_*5}h-SXZNc z(&{g)t3}*McG$Exq+#@g~^*P?w}@q`l;B43tPhC*#Irh`2X@+e~QZ0ab% z3aF<=klVp9qS>$2I(amzE@wF{W=B?A%k?a#Cpz@zHrV3?&9%_OC-p#5$V1hV+zeA-`(Q|9Iyc*_@y8x#@L<#$;WC&yVPhvC44^@O;W6S3lY8{w97b?t9IVmly)}FteJDdhnT5pc(?uS z_HT63IU!r7o=EITRxCIxlM~Y;A3MDZb!+GAy3=*tvlDZ5o0CHF_*<4m11f^WH8#&| z{>GX4h7IY44LA3uD|RQW8Rx2$c@-mgSqhqzv_PH$jG?v4Fy=J?zs3JbI8#(-ftO1+ zpc^7Dmlf+A`wymYVvD*OFXQM7f$ZdT{G28qD7JGQZ0EYZtc`k0gA3oXS1;idO-^!A zg0nA4d%@9|isG__K1=2JsYdQykY}oT+0bjB9$o*-&X)E_H_g~SyyzD=W2dxkzO*@A z+B|b)u5?4fc(%jnf_=^m!d zE1o#wh^nufnROGj(u?L5dw=fb zyLY9#cg?NZ{iFKLH%`xQc{07_$+`L?nQG5`wKrYu{nR9^#)`fVb-yxs`nG4oZQI67 zgD0^+`N-7K%wv0gu;Y6>?r|nZS=#kTvSh|OdpP5&OrE{$oOiXRU9CT16s+$*0LPh1z^~Tb&MLnLQ4b>nMi+T`qrB!D|Le`DtJu2F;lXgjaxT3Yk zF#P*iSZ2(l!SZ>lvMuB~hCn5mS>~X4&VVOQHj}5lX12$>T$nosai7N{_}E!p>nar zXsFJ(QG)wjOT&@@_dj=4pro6#IO!xN`S`y%bHjz*3#O99E2JdO*l(M<=wP)iS9V_B zIdk;3ZPWLwaAX>D?!1Ud#9k{lFnEL2ug{)=AH(2%h5L%_3YXxZyYLsyuiFwfK)Q?O zI1eMc{-O}qO+k$$>La}?8dMl6?X+mj`*oSL1NFCje5^`^;(C;6t;k2rYGs1<3_EC+ zXk%P^iyZR|YS^k!L+p2sn`3Z7pgYShrk!ZEZ+c@csySvZpo49YC^fE;+glyCj5+f3 zAw72bm{pn`w`l#e&{&{PrI1{#c#owRABkDN#)0A@S~1A7EvHI8Z9GM&6)&TQRFaz@ zr4~DxnAH+ci=9s_mF7*ClBb+ktRM(BcUF)--FC+Lt9yro6C?PWju|6^>j9)}6mUTGe&7s=Rpl z*4UiVQ~b$MqS6cK=r4#JubOU!(gS^`0<_~S%4k&4-k|VdAs}~x&(+&G>l;0RluipzOX`_-SZ#kP5 z>etQ+voEFFdT&0GZrd|gzc*?9Wb+P?(dkDnk7nwNp-5W^OmD?p_Pwz<%BbKZmzUM*n%VW)f3W`8LwF}Z<92zS?8&duDA2kE z`rB$!w$=rAbK1RSCWItq-=bFZn2%xAEAl&mtWy1zv*Y+AAlhHAtgS=`CqTjqw0y=uC5W+Yv^K5bv0 zvDZ#VXWP?_o748qKdIi3fzTZ#blI7Jk^?@H%ch9~$SG}`PP&eTzY}nt=KhI}e73c`soa#f2ctcO7p#z~& z_YL}nl0+ZGv+C6|?dhtn*^zYBqZA&rE&;Rjnnd5ceNEcFX6EcIdk+Nyt-IUQldvXx z)8>Y|wu+Qc!KetlBfn3hw~LZLKoWHkC1*!}%aVZ-yF!N26=5#YFX*uk>9IO3dX7cC z6vWe=EO?Mr-}gDy+5h^W@bGb{0|hOzDkqhV|K){|M)I-bKv;6?L~9DgoLF9Xq^wXV z*iF1lA|;09Mw=e~SWY#e7s#9J-y=v-fv&1>p2D)7jtv-`ptDZl+9t6v>l~1SC84y2 zyZxsIB!QkIIwKz+Lm~$=N#Xx$5Rx|-lU5_|GS=gNa*#D*rm#1T9oZnO*R(t&G8;%V zUF_%q>~E9(B;7tbE*d+saV!{H#SlF?i7Dhc7Edc%=KV|xU;+Ts=IT(8wP{VENA;9b zqUOja`LJUeumw$dBc1mamKv!|57l<51xlcQSZboO)s(0a3)-+K-((eK5Y2Bi@9yN+Xv2Hf#_W6hEY(EZ2x6FT0S zthvw8eG&T{bf){db^K{Q`NR@OcSH~9Op7e*{vdDQ+mo^T9Bzv)Gmj9%R_MvR>#m^& kdNS`?th6E1T1_29W-E2jwN$sC=N7L^GN;V1q2Z(u)*#H0l literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/runner.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/runner.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..48f97f4aa1dc893d3b44cbce797b88abf9f02ef0 GIT binary patch literal 24215 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 H4|Dxr*^b|c literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/scope.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/scope.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d07e0953228a1f30d17d13dffeb77aa8a19b8a5 GIT binary patch literal 3576 zcmahLU2GJ`dG_yow`ZTv#z!y&G>LJY19JzZvZj}csK?`Ey5yPT>1T^`i49fc}b$^)D3z(%OFjxJ_(QA+}`8u2hpNvV^eWDmAsD z3RrcuTB?!~u;#Ya(v`GCSlUkY0(B+BQZhM1?6&uboo4DiCFXrEo=8QP3ClA5o)jZ0 z?Xd1(?d$7PEin{qKsHTrwew|U9 zO*)9Wn5ilKg9ZmtFPC$b?M>^Bueh|=_>CI3d4scqZ30V*(w85az z$YNf|P1k8U-V}906tyWvpY|KBO@$0$c@ACv>JHS;nHgr13V zt}|5)Y3Ng@R`+=b@&c3)RFP>({}K&cl%lNZd46c3jRIJzBVMBhb1np=Yxvw|9CQOr z+c_s>pleZ!+5#2?KoGUnP3y8b#iCR!G}0{B41y><+3+l6X>D;MQR9WQ_EP|E6Gkc$ zgsN;y6~&e-s;yKsTdkyQt5nwU{1rV+Z}cW<}7Q^5IdJ4TYq+^oqb>1 z2-1!jy_klD5V4Ez#+xdZBZ4Bd)8t%Hx832O`x4~c~2@4<*o`A%b)-J%} zHVFk1hZeyifaz*WmtO+?dyA~jKN}s(~uKG1r=Ke(a{ESsKdF?#+FEJ|& z$|q~~X`fHAa_K7bu9jVAq72zt^}WNTL*Fb15ax1R^Kc+iT;}mEfOt0!Q0__MCcYi_v%-Qg=VsRy zqsFL1c>V+o&sp_XCx4fF)H87BmF1rO53~FKzk&Gf ze0HU?cj2Ao&Vi-$fVj<=g*?|kOnPyh zn*hL50G|P*Ce1?Y&ya940;Kf_nblg_IO!wdMg;67d_W>HX+cH4g#4cS@cKMut1SiU zf%dWDNp`9wtv?j(wm+orB?gwrMe;M?K25GE7s<3#%$VD;IimsaJL5q5Q8NxD>X|jD z!&p_ZC_p!ba>_TW2)oj7u9^@>VO)(VgHBbVY9_o%0Teq=RI@`d^Ke}C0U@;jfBR3`UndwwPV#wYm`%lQ*4 zJ-v4u3-2x-Ssb|2wY+Qp{a5c_T2th%?$s3O-Se-E){$Fn7YtTAf%I8`g=juoAio|Q z)|3aT1Y=Q-QgH-{TSJcG>oT@L8K6j=@O_u>2C$gsSh^$K5SJJOBk=u*P{65t5TK?G z5N**hcs_8Xj(O&yv>|L}7(i^q?;wEN4dY6~bkUlyYBLPmw*W}5xBN&G9Y0FN4L@p2 z`hC=vw0r&%%GiYi7K11&o>nymZOY~)z}zJw|3xK>RNhrCs=px z>`ME#xsjEQ!rbYV+)Hz3#IUAn+Bep6Vo)#dg z=b7A74ffX*IQ&EgC{_YRj}^Q4w_!#*Og8YTY#1Dh5!e|MiesIMGU90nW)C=4qbL>5 z)Zu~2F|Ih)d2y9UbsaD_Hj5~O#PITj*C+N8{vAYS&yJosoAm#p!tvJp0B%Uv0u*`h z;6Y)SXX&BXCCB+`K;z3IxCO(iB1zH{IW4IWno{52NZ~WG_cO8+qAOQeDx6*J7@gB$ zA?Lr6k4c63Q)>h!xV4;LMZ}X6GU?oQ^T>yn=dzz39=iXdM~6p0>3aM3LyJf5^xy1X zDBK!+)b;jUZZ%DI(ZA&0y!nI0Lw830ICgjJVc*dYt~|`W`Sa}8YZ=o0j`a1@H0c}) X@U9P(j^S^m9_-jQd{lifsKWSPV?MC@ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/setuponly.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/setuponly.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f30f2707ff2bf5d86f9639112d9141f87f2f7fd GIT binary patch literal 5365 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 cOR5C*`tbJXJr$6C$O!!32}PIrAK=r5DF6Tf literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/setupplan.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/setupplan.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d650ea8c4cf016f80091ecc30c95130b10df3f0c GIT binary patch literal 1910 zcma)6%}*Og6rWwMch_H-5&}h~VfhfQlNhTXQZH>UlvF(wP|2mPs@2*vw%4q8-PzrM zk%>Tx1UW_OB{}w(iu?inA9{fV32Q5)NKp^HRBli&IrYu#8Vqfvj=eL#H}AcfH}C70 zOeTq7{89hL{82*a6(jm176Rey5Wr)E5f&`e6iR}?uxN?RSSiMF46sy^IF_tqz==|VW5r6Ak~o9a2T~~|B9d&p-M{o=#ffLh10kdn=;DWmaO#0{5DAtt z|3@EZae6>!sIBCOe`hD;g&<|vw&NL|>DVri@}gr`%^DzeY18x;9ZcBnszF^s0VVI4 zo1Ra}=cLN0HNX5d`Q9h4w_J&g<(A1Xg9C-LRRE7s2Q>z{Tm*qb`w!d}Izl6Ic*Nuj z7I6$qIQ~pNfbg&(pf<`Y%Rvg0vR|ukW4BU;f=fKV)v^qGD;*I9Mg>XNb12b0>XWT6 z*XquOwox}cts1_<)eIYJ9+>ZH8;);btxPnsNh-ca0Q;VX9Xsdsw?Mk>)lIvW7X#U- zFrNidomefP)f(|?)bU$E!ob*RF(wmhanA*D&T~b0f~LJG73)ru6sc1#uC^<6gEm*G z(;yYkEiN|k9f#IPap4}Z?-ebxTx`Lmj{V`n`yUit(<6nJQCT-?#4YN;0o#k`k6&oD zgW+&fKevKjgG*EJxkZ?EP&YmDXyxI`ldoQ+Z|*F0rNrLK?n+m^-c`rC*>`%PFf`pu zp!n!tNRG>Apn~qQbns}qYEsv$us8Gviy4pe4*(#}LZiH(S9R}=YSZZImi=b za3{o_i#!oA>cCfxb&!630%)oK)LLViA}r_QfgGkuAcs*266gL35*4FTC;B>R2N@2r zPKoPVUOpBiqa?wk8Ync(@*v%8>*qQyd%mV=bOhF5G;(~Trt@3q6tKqNbC+P+LA@kW zvwQb<@1H1>N6O@hGXGqe?~YHOjNdvMzxDKs7vmr8r@M3SJ-z+2bU6Fze)3q=y4i`7 zZ0;zVJ5+PsRF;myNtddP`Ikq*1Hh{d)~n;+qCjV`0N%SQ3bcM6v;UM}kLLsYEH2;8 zOO&-SIssGUV#l`H5p<#S@&X+PrpsDECEQjbE6Ul`8T1VrG5;vQ&d<*&4P1^%zzd`opvO!YUt3GRwx=xvUf}yBH z7s3<_&xkY5#AVKcL2Im4KywLgAMW$}t%|bB;6_4I;dRdoJ5cM6vu-w97Ed+qyq^%y z5uTQB)K8iY_AT-mEx-ZH_pT39FD3}WDVq5WO`oFKQ*`?j<>3D-%AConAos?Q_}0$Y y-qh~YleuGIswb+#aCdm77h`MTW4^wOkGzfpeHKHa#wD(*y%wd2{U<}*tiJ*MvBf6< literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/skipping.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/skipping.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..55e2305bfb3f4fee6149d6edb5183b2bdd499954 GIT binary patch literal 14076 zcmd5jYiu0Hd9$~B@8jL^aeRv6ilj)MOdYA0ZOO81SrYYdOc@pvOO)lqiMu3^Jl-+0 zOHn)@)wArtq$*Srl7FzLA^C*@3ph1qu0Tn&R!>bx_Vvk zw8h*bo?Z`YV~27{ZwV_qV%`y7uaA|TG5<(uZz(IgVr3)cz2&Uzj#Z2VdIPNNfpTSU zB`cRexvIB{mA$d*k(%BbR`$heN9ua(SlJKdb-n9YxinTkvc7jcE0@I@M#Nqb%FR;w zn?mmfX`@sD&qk?53c$0;LS);}A!CB_PpR^Qs`okl-9io$srpSK)w~b$hS&T0gY<5c zTBTaR0~7j)cP54DleD3r{;{?7PLls8Jtj34z_v^6QWH?KdBPgpoZNhDY;-h1Rk1%oMP)cT+Htl& z5{-%dWAQ#Unusf6Brb^~5jreWCG_t&H9<~uN8<5>8estN>O3gNWg1Zv6khBvL`FxW z@qunA+x8{m{m}s^IR+Dn;poU{48Oh@p^A*K!V7>HpNCa>1fSS9K9Lf5S{X4=@a{dW zs5H{2z7&ZnvI1XR&qWmZB^hbQw;owh%{RxsNGx_Z-k*RP$1ydc3_dSU^yL#GmVpou8DqL9xfC}9@M|y0BJq+SStZ*C_V*0|L~OZoA-v>}oRUi- zl6!#rz>|lbAi4DjkzGhw-&5xmzEos1C{^m6frW zs)&hxQC~O}CIS{s5u^PGFd>f1R2E^i^hK0{f@Xtxgr(I431Bt5B=<)Ehb9clu~E$f z^BnC{!wg%J?$;|BdtiThtvDK?kr7#yX};qekBH-ga-8)y5IqAW`Rr&c+80%06JlGg zr(I%KB&Ntgu`LpdMwDGT!4R7R?590;g$K2BV;Wi{gV59fOGxxq~K7cf2^!HyEKKFVe)2 z+@~rX`$nX$1Ran&LO}bOj#%_`$LNGQn22u+ZQ0tPL{)k7XrymAG9W7*VW@!#>_A>c zh7XNSXny@$*d&IwK%e#SQ;x$eO){RcOGl@V&K_R$w4@JY1m{~vUq700RAhX0nUboE zKaeSTKIVE5m*I&puDzg^Od5pVLQhvu@ktuDM_lsE{v6lUgIIOmN zfSashaAZKn;M;+*-?F^LGbTr{HP=v1>lJ>cM?l+?nB@XL%@5fMYxMF33$VEJ%ipIg zQ+&Tgvb^aq1P638|0bE_R1?b(vtX;+rns;vFlvcWHw~hd;@;1R9fxA&GwSkB6h1@a zeg%yE5nvp77!XQlH^r&x%XdWxQdy2_V?7l9+%iK{Q*BIh5;si@YLAhirJLeVKn2+q z8FZyefg$-sOaiWCjKkP5ou(TB>Vac-EHZLhitI@?=2)nYsm?JfhjzyjeIPJge`0^{Pke+0y7LWB+|nr(O- zpE=23q-cCRF`BG@I2BO63y>)|8OYFn)+-yVX3uGX?ySS-6*WJ_b`rlCsiZv2vU86!Y zQ7NK)CK4NqsIsUg#2(PuYiNgll?f#@8jGl4Y)8bWpB7ukqw#H9Ti4Qxx_ev}BcQkw zaW(=5CmKyd;xSnk2UT@c+11e@CHep>W2q46t`0fgp{SA5G0<>wKPdlrUqLA}sE)*% zbm+~vSex}Ji3q^#Oyz#{CS`nLWx>J(&3kQ2{K`{s}RXTSI26PRlAh78h|zd%!rB=vKta9>7(WSk+GF_F{*-0#A4!UH1g=?z(nD^iRca( zQ}(~g32ga;4$Y>^Agu%er|oz{MFvivB!&B8awLxC_JA>V3V{gG{JPCW36R6FD9Ahb z8M+FiTM@-$ctd0gY9dj5_E}xq7#7o1cXTJzV-w{H-2MO>#$NK)~^QIA?yhe-sbEq_5HcG|u zePA&RwDH_ePHiD%Qpg*$l%SRwSPbeFuNpAENqkE9f#n?&(|In%4^ZxZhS~AJe$uLLFe*}( zlvT1DW_!}6HkmcH6mL*BX^(rHMBQQ5nWLVxLr;$z-}BEQdS}6G z7vmMD6i8W;fMwG4C-#)9-*Svdj)#oQB2~V_OH~Zotp<&*Q*O!sL8;LzM+`hoL~S-; znhEWhbbJM7Ct!Bzlt2XIPC16qt6g)QP>A9OqP2A?yOGPd+Nu0~WQzXgAbpl=4q?n^8`gt}B#s()&a1 z>yO|vcQIg$VVs=hPmpmA)}U}SFMs7|%HQD!xc>*EIJbe~_7=iBTE_Ck^a4dST#~gI&#ePw0m*gwTjNH&Tw; zmt=K}LM{Z{PYkyWZ!s7WdsqyPo+?tz+yg4dfLQP*awcAHgVoF_WF3HYv?LUb2ZvB| z7;YU!zdp#ZNAk&>1I`?37<)Jl0k;Cdr`#44rGB~O@;Yn8>DkXlNR{xM;{Ewfc$#jC=rcQG#r|f&EIKAD`)|oCBvp;8Agtx zXvrv=JPJ0NXgnl6f*wtPY{ZBrAcJU5b3z~`k|RlTAyYt*6QL8DqaTQ36nah2a9=`_ zadnWVH6A+E93#pAdT$Cnz;bco=lVb6~s|? zIr#RmCHsa?%PLmND_5$;Ol9rN@Ri}uoYo50l;ggK)HOi}dFjaXk!4Tkf~WIC;ivAO zxaU2ci=O@WcuSq@F0nh?rjCGPSFwI}=!4d!@~tbCfTsK7Y?RzoeS$ampogtmNMs#Oik_V z_G>$@?woyW?&N&cmZ?K4_04l9ZaO|}S*+hX)x8p^nGM}&TMTTQ?#i~;`lXlxKkXKH`H1D#%A6_n}JiiwftVa{d?fdtF`a{4d)*@bb$i z_xcZc`H#I;c=@=}dH8YuerB%soP#JWurj)D10HtY5Q1q^c)rp%yi45Q>KZNX5o43h1J z5JBbxE9pT%#DuULkU7Fk{ezZqg~KBWX)Go~*%J92&hc=eDzjzyo#~7lYo3x}XO0YQ05K_A4!c@KC z)Im69W-!6ghtc5G2QKU}lCl8R5C}jxgvy#-DU#wKl*zHdD=?Bt>m;ADD%{1&hhfsO z3FP8=;bB`0wpBBQeR2?J+?5z*(+`;Kt0Ys%9oN zWi!Su+0kJ)-yG*Hl4H_#&Nj{&4r|bv+kEMFh1A@ebJc1q)dM0SM zQ4p9fM56-(kdKl=noV!>BaR-0E-Bg!ooxw4l9MgsX23TAsSorJM!<?1`7pMDE(jLXp~Y0e(lK47+-NmkHKUq%2-%4;rD_;jPAHh#?04Jph$x# z*LPD({-)3D0F|wQ{fYWr$Nivde&Y)Z>t0wa>z?m9KJPjHMV80v2TC=} z$j{r?@AFwc@;UeIuzplsy|2^yQKuEkeNbm!IkDpIp0VdRtyzzwC!gH-5ap}yEE(Dt6IFU9Gw1U_mJk?}?SkdCu)>0cGOAS zgESLir^J+~jzOyWWRW_SXhw+D8<}6mfVpyd2D$*fPy4aI0lW?3Eebcy84fG4gbFSv z9m0=m6#E!{!`m<5r+`9XioN5Ge@FW89gpvg=QGZdHx7f#^~N`{0`K(Q=OGQID|>9U zO4(yp3RZ@@cO2B+qbd8#+^GswV#O6y(S1?a<}sDB<&S7*HB=R-VLn|4nJ#ma3FyvU z#kQ#+-;-1Ke{{>jK8vd0q9b(Vx2Prs$yt1iIYU?^`!{KQs3COb451YaQG0Q`MJa+T zjydNAW+7#Rd>G{Q-p`rioH?|DIfRVQq`kmwpgA=2X3QLdu}C?XIW)~oF?@!Bf{aL& zKqhQKPx2|#s4&rdxG7 zV8NjcLMqrY)=dW!A+#DnXWmLM>#H>8mv*_IfN$=9YOx=~bnT9J3bJdHb zo2G0Tcj?rgoV8dEv@Qf%Z+I62PfT?csc(X?xQ^~eY5+N81yighPh)bO`-ETGOlKYREsjGxfw^xQg~RN zU?~>59cuMmBW5U34Fq{6La+x8Uf?JsU+lS73a$$XOHNF3xfrm$xak&#JjvK7{SJWq z9)1dXS84L8cf(xsqPI1D@L%oT6_AbibbR*ZYp-5?^=HD8_rSd4z^84yKkQj-dv0EM zF1`P)Bd;I1_!{i^%nktjWp(DYE3YkA1sAG<%T-%%Rc-z7iJw08cTcT2N~VTq4_@oO z+P&c2^ee|>5PR=F$jw)6O^+KaXdkDLIh5%t4n)3bLgN?$PI;bix`Bj`Yp-Glhw__1 z5-~Up`8B;>HRG1lYHnML7T)t%7`Gw6?+0!(H;AI<`^1MugzVNQ_Pa6oj-yxebMX!}B6{ zKyHSnhfsFjK6wMgsUv+bWA~>2WTpMtpH(cjcg;Jxri4qbY1j9jT5vSXwf_21WoHRw zN3dC+=QMu+w10Wk%%&@wW-s zwFOVp^#PDOPu=Hm{~tB{Pep_go`251KfwLm#qaZxpO@^lz{^Lzz5M<%{vXSDc4FBb2!7{;MWHjArnY0D8Xm|qV^$`Upe6Q~+XIPXp3oLGwO{VHFic>0Ip z{nB?}XBji-YpzKlCA=Ohm`gzw4G^`_DB)3Eb9Tf6=trJ;@TPNIr|c+bFXZ=Mje7b_ zN*HQ2dd@$KkE__47;z1)T{Cn1P+K0KQ7W8ibP1r)4at9UUA$onsv9X3OvaDbS0AyzBqyktGncpL#E_|-8UQJ6EM z*%MkF*Z_wCS5%82OizYNjED;}o6FxL()iwK{A~=s< zP{%WLiWN#Mve4ZnW9!OrmqsFRJewU7qTdI|3e@;XxG{}?*FoI=^gawGzO4A&Z@u>V zYs>bU1$)i1z44a4G2`%LcM*>-eI&b+xV)FvU0C<_rn#Q?Ub+6t^2R3?Ha_w9fuA<~ zq+zM{aK=}DDK(v1_H9`3ZCLhgT<~q2_idSXY=L{Gs%|EAC1toUwIqb>~9s&ZX*I zV2B#pF7w}WXBt|rox6Gtik@tR-hC-)XvHen!(rp~;a1Lx=@YXpw@So}ukzBl3+FQH zTlCgjZXW#G?!WF{Xn2mHaOh2}ITQuhGj4DC$R8Bc|K|_Z9jxb8d5vb=@*>o)j$7ck zc}`K#S}-7mrV3#3qTB?UCd9Gkf*Kyqb_(6}64ZdxjjW?_XCW2VwfFEh;H0$utj_ux zcN{*VSOC-u0HrhSMQjE;A37H)z&j-8npYcs1>>(Uy652kt78iN3jlfwSq-cxNs|@3 zck0aL<+WUn!rwo3cBZmGe@uC zZ4Pb_u)mCD%!{yeEyXCC1>LZtdK!;yGvK6O&%NO;F*}WTDkv1RM0`m%OGT%|TyJ^2 ztk!cJl?SBgidO5yd7`7NX$W5Y5+@h{a&0AjVTdk<)z? zSxDdIcEi4Qq%VeQQPKC!*_Js56toB1dUNO8Ly#qhzvZB8c`!)PYF5{T;3P4gw}+g+ zzPeRLy`Hm&bBldQl)_d}D=}*0unVoQ_0{~wx12&%*k-vNgrXaeCnlG%WvbO@w8}BB zK3nJn6~K?hA+Jg?h{^ZN;#i8I3_GUJP9CyNY|UxTioS<{0VvC=>K^)ee8uRLIoM3+ zGHFeZNF=U_go7o-Tww>e*t`Fo16du literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/stash.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/stash.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7d19f5c69dda1da77c0ffebf3e02750fd6e5b9d9 GIT binary patch literal 4373 zcmcIoU2hx56`kdBNs1z^FDGi{#$HQqV!Ae!ufnYm7clJBb=;^%q`EL&ms;(P#EqA` z^vqHU1tm~h1CUQ(h43bcLbORIziTKK8w&Mc`<2SI@@sM)(S zvorUed*;ln{!lFD8LofUZu-Lo#{NnV-7BLFqw^5PCi9qQ1gvgU41?@ckgA&%Q`si$ zbS16qG;FJ4DcgdbsbpYhyzFACl1(w5@p6w1J#r z&7^N$we_Pd^Ej2%^|uP8;y>u2WVHL8FpOd+_M=eZ(YzS8a7(+6jB(Fi;UO2kOXh5= z!EZRCZOz1vthICMc8#~%#%$ZT?CQaFnRse+j^cTfaaJ)rR!MnA#q?5@bjvKIMIV}0 z{xvt(9cFIM_NDEFb~OJUcVoLLxo115vG4Gf9Y-*x+`y4?O20B!&gX4h7wrRMNEx}l z6XX45Kd#wvjoUGtN5@&r5-q5jB`0X|?gOTH?r_b}zl)wu=-I9U%XXu1A@Jd&8r}hZ zH7>}_WQ=mzUgAOmQpfYSH#KFSFTbjseZ;0qRy$X%hEAPVtL=QXT93SDKz5;8z1wtx zq$OLedXbCjzG_tlQ7o%fQ3PZiLipK@$y!wBlOmd*yxwwaj;LQ35y2)WFV(#tL}HOo zmX~)BPi~% z&r?||w>`{;Mt*TsjG$^ysuNNfomsRTOtn|=%zNpIT*R)6WJ$YE&b?KERarW2~Dq@I(`0=H{C<|0}IS)-=3 z>&@7i54c@-8Vx^OM7o_=!S4h?v@9u8#5B*=93XB;V%R*lJ-*M}R^>%U%#s zUA?`GEOXnB?bF1lo-ZZhtt&VYE+N2ABoc{NTTv4n2?82<(MLXZ@q4-EyEVI}7~UJ} zti2Eko4@bW8v$37b~*o{PF495xaTi|#bVcj_%KOiIgC6m%hM?5ru6av7hOD_n-3!Q z4w$I9pxbEqsMJr{Y8BcSYzbOb^$IMjCf)Pu0%p@prI{N+bI}j&Whaaka59d7jOWCT zjq11tKz4-$#56o|Pef|UYrHl0GpVBXF_y~AX(v`IG?_2pOFSrj#c(FLN2wwhXH@AVpYj8)?;JhY5b zYUSt*k8LN>Fp>?Ti}tQ$iZOI+o2Y7AiXxIG0P(e}{n%7^jJ==^Z-=_x_NuO-ucR$t zjs4}N@%8ja#rwq#_m8lFs(wuU3EVaIG|vW)etdBw-u&Rf2fv^BWVH0@z?rSw znS;rt@D)g}!q{YeAe9b(hE1>-b^1ER1WtgfDK~YK&9G(mzIl@^8vthdP+-oI6k{OBNHsuk>k>z`Oxxo@t;2rjDEoksv7&v^tK7>nZ)^+{W6_pzwUp*{MdNGbcu-Fs|U;!YQ7Yh zJOM+n5zh{RsQ#`7VuwCZB_aj*;RM*7y%rGzn4yPQ29Fd^dfj^%C9mN)(8ZKa3VUHL zi&OAIyo_QmRC!F1ytXo^5!v8g~ z^1YP!UW=A-A_&1_h_%Gg(8m!$9kSFOjAMH#)iwhjDpeDtsk`?id`6%Rp%lBJs7FEF zbQFI>6mM=`cyQsOiDke4z_AfENBQJ@{SW^W5(oEFsA$$A3? zzUxR(#hX;9S`yskZC(2cHT8GfSFBlk)xLbNhZ5?Y5e|%d=xpsY9RNxxHFewc!?;uw z^c5ops349Bidqa)ag2%+RE$$`nu;@2P`U&yRPh=W^x36gQG2KQ8c~JXI?kh!zL8$W zH_~;34IN**+DRMMcRHDrHPOjg*0(xGGS;!qU>3!&Wu538Nm-|!=2F&p0(F7D0vDQ) zaeM^|;!Hb((;z-v1j(b`x9GnLB1>(^D84PwQz4{)q@#s)Yp<)%a&PHV@Am}hE740{ zM*(Fvj3;dT@9f1VZ1f2m!*4so3L_hDZ{<&{Wk1g_tFV6QS3g=a{*><5#?wsR7+GK5 XxO;!)DTDd%v7Z{o_!o>y707=9Vh~Vq literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/stepwise.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/stepwise.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9c1084bf843ff4e38caf7af612da3bdd25992f7f GIT binary patch literal 9621 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/subtests.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/subtests.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3ac70a46a40e4152ed830761375ca1e3551b3bcd GIT binary patch literal 17735 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/terminalprogress.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/terminalprogress.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dd968b1deab9bc2361d94517718842a5defc6f40 GIT binary patch literal 1146 zcmZ`&O-LI-7@gVO?2eIWJXEdq5V6wi!7QmoFVc&&_Mjn%SQ;o{&5p^g`;*RYgp?E% zdg!q?ulCdyy$A)bz4ww-OJt}}kREy|wxLiwb#^yPY@xgC%$xUS=9~9@vmX+PIAG8B z$|HS80N~soL=PVV*r_nE3pAiX6IieSp^rI}D{!pmP2Lg;Lcj?O#|p6k$4t?Z3Q~YY zhEV}QzyTc7qyw}M!@ae**7sc4??x>2)j7HUn?I5v?N@Ev@l;QDY&XZo;(}vu=w*gb z#c?)ut7~GuVJTj~md4UDZPz*&|Dy7^wz|P_H-odpJTG7e&zc z%{c&w>?IDWk&by_IDuXfLyC&Jt9o9Ya*j(SY;Wnru_@0c5I-pt z5nR??7D48zSPClbb7AGE7;fVFHAtmWm#R{6EUXY`UCGx=6_r@5{01(0uCich_Z?Ek zN@j~iQA~YZsn)%UW6xx=w-s0S@N`uzZL;&ZN|7np^^|{&WvX?W47Fl-mKwq2ItxC` zKKBW0w!xQlrk$Q|rRUq}#a4Rp6peLwP8PQxTp)mwP3guSdOi4R@FbOew|-HDXgC=h#?|(|EDCQDY1)7KxuIGUU%1=$g!gMuMfpzoj%8 zDUto45=8Qs`d;4xGUnq^)?A`_%h75kzDp+9(EoefJFL0jA%wq10h~MseP6-E8JIi+ eGiPA>hX}a%%bO=~S=9PIFb8~qW$VAnq>c^}*W literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/threadexception.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/threadexception.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6cbf8ed99360608ab2a17aa6de05e2f3cd661ec6 GIT binary patch literal 5758 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/timing.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/timing.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c562f87e0ec14ce856b289ee00cecb346aee5542 GIT binary patch literal 4792 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/tracemalloc.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/tracemalloc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..288ca7691492e586859f83f5b91bd7cfbbeae3c6 GIT binary patch literal 991 zcmZuw&r1|h9RI#~v*XUFY_8U3LJTRvM($u;M4~V;>SBT?MHpshp6+fl^OpDCx~;9T zL4n6Qc@UxKkRkLxciIQTYGsh;vwol_b(pZXrd@+j(b!jK9_lxfIal-xbi zs?;(z+J7gFHE2Q$HINRT;(-q)7=- z0`}AS;}N9lVYWJOhIuj{5`{0)`RHLIc&|A)bXg%BQCyU@_nj8O!I4 z`^5@zh3WV{bsa%G(-C9F@^ndvDj%~fkGi~2Z3x0efwD!5gccW0(I-}k)`tbPT&F5( zj11Qu7M8lvXfi2r-v4<^pAAKqayqF3>_g6?LA98gp#Jds+V z1s=%i+B2Js=jNMQgg@mK+vLGa9qV zt%<<9BWWU5VTpuGmR~MflDrZPuNOwHS-dRBa8(xIED~la`cNC=l=kZ& z2VJ?JfKu5{G8LBVA&(1rrjDm!JFSoR;q6`|^;BMEUGgB(5~d@K5&0>?2y?;mI5KQ| zp%(uV+h%fX;HaIqurEzuXQVnz-w3Ez^T|yXPi8zOyjv=n6rnG0=|Jm48p}z~Z)|Q4 AtpET3 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/unittest.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/unittest.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3380c1bb04132043b616af8d26d0bfc2b72ec0d0 GIT binary patch literal 26483 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/__pycache__/unraisableexception.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/__pycache__/unraisableexception.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..31a2e5fb585e79437f8ca4dd4f425463518754db GIT binary patch literal 6259 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/_argcomplete.py b/.venv/lib/python3.12/site-packages/_pytest/_argcomplete.py new file mode 100644 index 0000000..59426ef --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/_pytest/_code/__init__.py b/.venv/lib/python3.12/site-packages/_pytest/_code/__init__.py new file mode 100644 index 0000000..7f67a2e --- /dev/null +++ b/.venv/lib/python3.12/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", + "Frame", + "Source", + "Traceback", + "TracebackEntry", + "filter_traceback", + "getfslineno", + "getrawcode", +] diff --git a/.venv/lib/python3.12/site-packages/_pytest/_code/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/_code/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..17f7de686627623bb1dfc7c8538b98ae26e870c8 GIT binary patch literal 691 zcmYk3KX21O7{=dAVmr3ulmQh91VkN>BGH^mSA>MBR_cNx!NM&k$G$iQ`_4LF3hBni zH(+Puv+xOsNDyW z$bmsl@?J&i9_tav`}v^i*8?_i>>+#1bL=Dg%y%3h2P|+rL>{uC;}AJyq2mZSVv*yx zit7;@IUXS=EFn-po_r;2ycth-&Y#RTW~Jn$lx-t2Qz}U_m5WIsq|m92CokuxvrD`D zlx*WvN@ZNWy(Ir~gCiWkT5|j`6OA1?l}m+*JIk^%LUW_jOf1suJ?6X-a)jMF{a{za$bYTYIup}Sd$@x3tqiRsR_rI}*h*j}v@$|@ zHQm_;oaZXzd>e7TT${BPoa;Uow*%{a%g@a^Q)h5vy7gOkxwCW^TGO$dc$&QFvs1f87;c}A;pK^yl0hqHrcv@MO;Z}6egLbQ}) zMYM);yBX!Yl%?T()@-ha&uf*hEAc|_;(hiT+I^JYeL~0&czOYQ7qHvG;|}&ZxYxnM X4jyzc>EKZZ_y71&-1`*hyEyR|F|D?i literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/_code/__pycache__/code.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/_code/__pycache__/code.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cfbd6ae8d48f609effa315cd092962a559ea7f4e GIT binary patch literal 67986 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/_code/__pycache__/source.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/_code/__pycache__/source.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..56f0bbdde98947c09a4bba2c68757b61cf49b88a GIT binary patch literal 11951 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/_code/code.py b/.venv/lib/python3.12/site-packages/_pytest/_code/code.py new file mode 100644 index 0000000..add2a49 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/_code/code.py @@ -0,0 +1,1565 @@ +# mypy: allow-untyped-defs +from __future__ import annotations + +import ast +from collections.abc import Callable +from collections.abc import Iterable +from collections.abc import Mapping +from collections.abc import Sequence +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 +from traceback import extract_tb +from traceback import format_exception +from traceback import format_exception_only +from traceback import FrameSummary +from types import CodeType +from types import FrameType +from types import TracebackType +from typing import Any +from typing import ClassVar +from typing import Final +from typing import final +from typing import Generic +from typing import Literal +from typing import overload +from typing import SupportsIndex +from typing import TypeAlias +from typing import TypeVar + +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 = 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 + + def get_python_framesummary(self) -> FrameSummary: + # Python's built-in traceback module implements all the nitty gritty + # details to get column numbers of out frames. + stack_summary = extract_tb(self._rawentry, limit=1) + return stack_summary[0] + + # Column and end line numbers introduced in python 3.11 + if sys.version_info < (3, 11): + + @property + def end_lineno_relative(self) -> int | None: + return None + + @property + def colno(self) -> int | None: + return None + + @property + def end_colno(self) -> int | None: + return None + else: + + @property + def end_lineno_relative(self) -> int | None: + frame_summary = self.get_python_framesummary() + if frame_summary.end_lineno is None: # pragma: no cover + return None + return frame_summary.end_lineno - 1 - self.frame.code.firstlineno + + @property + def colno(self) -> int | None: + """Starting byte offset of the expression in the traceback entry.""" + return self.get_python_framesummary().colno + + @property + def end_colno(self) -> int | None: + """Ending byte offset of the expression in the traceback entry.""" + return self.get_python_framesummary().end_colno + + @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 f"" + + @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 f" File '{self.path}':{self.lineno + 1} in {name}\n {line}\n" + + @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 + + +def stringify_exception( + exc: BaseException, include_subexception_msg: bool = True +) -> str: + try: + notes = getattr(exc, "__notes__", []) + except KeyError: + # Workaround for https://github.com/python/cpython/issues/98778 on + # 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: # pragma: no cover + # exception not related to above bug, reraise + raise + if not include_subexception_msg and isinstance(exc, BaseExceptionGroup): + message = exc.message + else: + message = str(exc) + + return "\n".join( + [ + message, + *notes, + ] + ) + + +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). + """ + + def _get_single_subexc( + eg: BaseExceptionGroup[BaseException], + ) -> BaseException | None: + if len(eg.exceptions) != 1: + return None + if isinstance(e := eg.exceptions[0], BaseExceptionGroup): + return _get_single_subexc(e) + return e + + if ( + tryshort + and isinstance(self.value, BaseExceptionGroup) + and (subexc := _get_single_subexc(self.value)) is not None + ): + return f"{subexc!r} [single exception in {type(self.value).__name__}]" + + 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]], 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( + 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 match(self, regexp: str | re.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 = stringify_exception(self.value) + msg = ( + f"Regex pattern did not match.\n" + f" Expected regex: {regexp!r}\n" + f" Actual message: {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 | re.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 = 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 | re.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 | 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`. + + :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 + + .. warning:: + This helper makes it easy to check for the presence of specific exceptions, + but it is very bad for checking that the group does *not* contain + *any other exceptions*. + You should instead consider using :class:`pytest.RaisesGroup` + + """ + 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) + + +# Type alias for the `tbfilter` setting: +# bool: If True, it should be filtered using Traceback.filter() +# callable: A callable that takes an ExceptionInfo and returns the filtered traceback. +TracebackFilter: TypeAlias = bool | Callable[[ExceptionInfo[BaseException]], Traceback] + + +@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: TracebackFilter = 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, + end_line_index: int | None = None, + colno: int | None = None, + end_colno: int | None = None, + ) -> 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()) + lines.extend( + self.get_highlight_arrows_for_line( + raw_line=source.raw_lines[line_index], + line=source.lines[line_index].strip(), + lineno=line_index, + end_lineno=end_line_index, + colno=colno, + end_colno=end_colno, + ) + ) + else: + for line in source.lines[:line_index]: + lines.append(space_prefix + line) + lines.append(self.flow_marker + " " + source.lines[line_index]) + lines.extend( + self.get_highlight_arrows_for_line( + raw_line=source.raw_lines[line_index], + line=source.lines[line_index], + lineno=line_index, + end_lineno=end_line_index, + colno=colno, + end_colno=end_colno, + ) + ) + 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_highlight_arrows_for_line( + self, + line: str, + raw_line: str, + lineno: int | None, + end_lineno: int | None, + colno: int | None, + end_colno: int | None, + ) -> list[str]: + """Return characters highlighting a source line. + + Example with colno and end_colno pointing to the bar expression: + "foo() + bar()" + returns " ^^^^^" + """ + if lineno != end_lineno: + # Don't handle expressions that span multiple lines. + return [] + if colno is None or end_colno is None: + # Can't do anything without column information. + return [] + + num_stripped_chars = len(raw_line) - len(line) + + start_char_offset = _byte_offset_to_character_offset(raw_line, colno) + end_char_offset = _byte_offset_to_character_offset(raw_line, end_colno) + num_carets = end_char_offset - start_char_offset + # If the highlight would span the whole line, it is redundant, don't + # show it. + if num_carets >= len(line.strip()): + return [] + + highlights = " " + highlights += " " * (start_char_offset - num_stripped_chars + 1) + highlights += "^" * num_carets + return [highlights] + + 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 + end_line_index, colno, end_colno = None, None, None + else: + line_index = entry.relline + end_line_index = entry.end_lineno_relative + colno = entry.colno + end_colno = entry.end_colno + short = style == "short" + reprargs = self.repr_args(entry) if not short else None + s = self.get_source( + source=source, + line_index=line_index, + excinfo=excinfo, + short=short, + end_line_index=end_line_index, + colno=colno, + end_colno=end_colno, + ) + 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 = filter_excinfo_traceback(self.tbfilter, 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 + reprtraceback: ReprTraceback | ReprTracebackNative + if isinstance(e, BaseExceptionGroup): + # don't filter any sub-exceptions since they shouldn't have any internal frames + traceback = filter_excinfo_traceback(self.tbfilter, excinfo) + reprtraceback = ReprTracebackNative( + format_exception( + type(excinfo.value), + excinfo.value, + 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(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 + + +def _byte_offset_to_character_offset(str, offset): + """Converts a byte based offset in a string to a code-point.""" + as_utf8 = str.encode("utf-8") + return len(as_utf8[:offset].decode("utf-8", errors="replace")) + + +# 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 + + +def filter_excinfo_traceback( + tbfilter: TracebackFilter, excinfo: ExceptionInfo[BaseException] +) -> Traceback: + """Filter the exception traceback in ``excinfo`` according to ``tbfilter``.""" + if callable(tbfilter): + return tbfilter(excinfo) + elif tbfilter: + return excinfo.traceback.filter(excinfo) + else: + return excinfo.traceback diff --git a/.venv/lib/python3.12/site-packages/_pytest/_code/source.py b/.venv/lib/python3.12/site-packages/_pytest/_code/source.py new file mode 100644 index 0000000..99c242d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/_code/source.py @@ -0,0 +1,225 @@ +# mypy: allow-untyped-defs +from __future__ import annotations + +import ast +from bisect import bisect_right +from collections.abc import Iterable +from collections.abc import Iterator +import inspect +import textwrap +import tokenize +import types +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] = [] + self.raw_lines: list[str] = [] + elif isinstance(obj, Source): + self.lines = obj.lines + self.raw_lines = obj.raw_lines + elif isinstance(obj, tuple | list): + self.lines = deindent(x.rstrip("\n") for x in obj) + self.raw_lines = list(x.rstrip("\n") for x in obj) + elif isinstance(obj, str): + self.lines = deindent(obj.split("\n")) + self.raw_lines = 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")) + self.raw_lines = 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] + newsource.raw_lines = self.raw_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.raw_lines = self.raw_lines + 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.raw_lines = self.raw_lines + 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) + newsource.raw_lines = self.raw_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] + source.raw_lines = 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/.venv/lib/python3.12/site-packages/_pytest/_io/__init__.py b/.venv/lib/python3.12/site-packages/_pytest/_io/__init__.py new file mode 100644 index 0000000..b0155b1 --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/_pytest/_io/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/_io/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..856b607df3ccd26de969f039b4449f5e861acd0c GIT binary patch literal 382 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 D0T5v? literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/_io/__pycache__/terminalwriter.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/_io/__pycache__/terminalwriter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8025dcbd826da6fb33e7ead149e1bb08deca1643 GIT binary patch literal 11251 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 c&X}tw2Gf5TPV!t`jvxemF_=DK1UC5p0z>% literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/_io/__pycache__/wcwidth.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/_io/__pycache__/wcwidth.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f269169d1764ea2bcc599d11f63a09c34c2df96c GIT binary patch literal 1693 zcmbVM&2Jk;6rb5$du^{bc9K?2i%KVn6k?Rvq#v9rq$nk-P^nswKv*EN*_p(ftarlf zI$NlIP+ ztS6Jw`y{DYl8+_nK1n7%Ukf#iJRE94@1hV|*5X+E;8=W0L!pL@Lf|k9w7Dj!v;3f9`HtmP)*TvD3u=Vz2y-zE#=fi> zB>nQ!QkB?r(y%bnTH zjc@11@6SHUO*F4c5BaT&JNl`;++dfvyse)DPX{0w-qpvqb*ZaQJa}_kzX(YO0_MWoMp~D>*1CM*thyDJKc8>cuQm@a? z2?O#esA33yQQG68X1UG=iz^N-iv1`Nw}Ut-6_j<`mlp}GN5m<)lY*VD0s*!NpMMpg ziJ$|_f#$nU&5>PmY}*{Wf9b*KBXjBn(h?_H_^Ekf>*n2ZOW8BbEqv$gC&MTAQs&ms zZR2*LlLi$q&ki=P3AlE+zpi%`l8llf9`s0sSq8ybkc&|XV-m)tx*laJmBl)|2dq*N za#W)9V%@U?&Rt)~_~Ufr90dXP2Ne5>GkTf2T;sIvvUkKAAd=JWPXTmPjPWmM?00nT hXEgLYi4>!C;p^95DC5}NSCNwMNb2AkHt=A4+F#v$qGkX9 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/_io/pprint.py b/.venv/lib/python3.12/site-packages/_pytest/_io/pprint.py new file mode 100644 index 0000000..28f0690 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/_io/pprint.py @@ -0,0 +1,673 @@ +# mypy: allow-untyped-defs +# This module was imported from the cpython standard library +# (https://github.com/python/cpython/) at commit +# c5140945c723ae6c4b7ee81ff720ac8ea4b52cfd (python3.12). +# +# +# Original Author: Fred L. Drake, Jr. +# fdrake@acm.org +# +# This is a simple little module I wrote to make life easier. I didn't +# see anything quite like it in the library, though I may have overlooked +# something. I wrote this when I was trying to read some heavily nested +# tuples with fairly non-descriptive content. This is modeled very much +# after Lisp/Scheme - style pretty-printing of lists. If you find it +# useful, thank small children who sleep at night. +from __future__ import annotations + +import collections as _collections +from collections.abc import Callable +from collections.abc import Iterator +import dataclasses as _dataclasses +from io import StringIO as _StringIO +import re +import types as _types +from typing import Any +from typing import IO + + +class _safe_key: + """Helper function for key functions when sorting unorderable objects. + + The wrapped-object will fallback to a Py2.x style comparison for + unorderable types (sorting first comparing the type name and then by + the obj ids). Does not work recursively, so dict.items() must have + _safe_key applied to both the key and the value. + + """ + + __slots__ = ["obj"] + + def __init__(self, obj): + self.obj = obj + + def __lt__(self, other): + try: + return self.obj < other.obj + except TypeError: + return (str(type(self.obj)), id(self.obj)) < ( + str(type(other.obj)), + id(other.obj), + ) + + +def _safe_tuple(t): + """Helper function for comparing 2-tuples""" + return _safe_key(t[0]), _safe_key(t[1]) + + +class PrettyPrinter: + def __init__( + self, + indent: int = 4, + width: int = 80, + depth: int | None = None, + ) -> 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) + and not isinstance(object, type) + and object.__dataclass_params__.repr # type:ignore[attr-defined] + and + # Check dataclass has generated repr method. + hasattr(object.__repr__, "__wrapped__") + and "__create_fn__" in object.__repr__.__wrapped__.__qualname__ + ): + context.add(objid) + 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(f"maxlen={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/.venv/lib/python3.12/site-packages/_pytest/_io/saferepr.py b/.venv/lib/python3.12/site-packages/_pytest/_io/saferepr.py new file mode 100644 index 0000000..cee70e3 --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/_pytest/_io/terminalwriter.py b/.venv/lib/python3.12/site-packages/_pytest/_io/terminalwriter.py new file mode 100644 index 0000000..9191b4e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/_io/terminalwriter.py @@ -0,0 +1,258 @@ +"""Helper functions for writing to terminals and files.""" + +from __future__ import annotations + +from collections.abc import Sequence +import os +import shutil +import sys +from typing import final +from typing import Literal +from typing import TextIO + +import pygments +from pygments.formatters.terminal import TerminalFormatter +from pygments.lexer import Lexer +from pygments.lexers.diff import DiffLexer +from pygments.lexers.python import PythonLexer + +from ..compat import assert_never +from .wcwidth import wcswidth + + +# 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) + + self.write_raw(msg, flush=flush) + + def write_raw(self, msg: str, *, flush: bool = False) -> None: + 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() + # Would be better to strict=True but that fails some CI jobs. + for indent, new_line in zip(indents, new_lines, strict=False): + self.line(indent + new_line) + + def _get_pygments_lexer(self, lexer: Literal["python", "diff"]) -> Lexer: + if lexer == "python": + return PythonLexer() + elif lexer == "diff": + return DiffLexer() + else: + assert_never(lexer) + + def _get_pygments_formatter(self) -> TerminalFormatter: + from _pytest.config.exceptions import UsageError + + theme = os.getenv("PYTEST_THEME") + theme_mode = os.getenv("PYTEST_THEME_MODE", "dark") + + try: + 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) + pygments_formatter = self._get_pygments_formatter() + + highlighted: str = pygments.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/.venv/lib/python3.12/site-packages/_pytest/_io/wcwidth.py b/.venv/lib/python3.12/site-packages/_pytest/_io/wcwidth.py new file mode 100644 index 0000000..23886ff --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/_pytest/_py/__init__.py b/.venv/lib/python3.12/site-packages/_pytest/_py/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.venv/lib/python3.12/site-packages/_pytest/_py/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/_py/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8b0ed820d8f599bf4b29739b438b6dac1204c37a GIT binary patch literal 190 zcmX@j%ge<81n)8;GePuY5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!iq+4^&rQ`Y%1_b{ zs7%gCEXoZi%FjwoE-BV`&P{R4FG^3<*DFiSE7Q-(Owuo?EXl~vGuAUS(l5>|N!2Y# zOwLYBPc7Du2g;-tmw;&f`1s7c%#!$cy@JYL95%W6DWy57c15f}+Zchk7{vI<%*e=C I#0+Es0Bp=MhX4Qo literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/_py/__pycache__/error.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/_py/__pycache__/error.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0407a710c0fe71bed7a521c34e24801f16c2f634 GIT binary patch literal 4958 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 VY*yZ#C{*(maHMN+JSng-`EQN23<&@L literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/_py/error.py b/.venv/lib/python3.12/site-packages/_pytest/_py/error.py new file mode 100644 index 0000000..dace237 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/_py/error.py @@ -0,0 +1,119 @@ +"""create errno-specific classes for IO or os calls.""" + +from __future__ import annotations + +from collections.abc import Callable +import errno +import os +import sys +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, f"UnknownErrno{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 + if sys.platform == "win32": + try: + # error: Invalid index type "Optional[int]" for "dict[int, int]"; expected type "int" [index] + # OK to ignore because we catch the KeyError below. + cls = self._geterrnoclass(_winerrnomap[value.errno]) # type:ignore[index] + except KeyError: + raise value + else: + # we are not on Windows, or we got a proper OSError + if value.errno is None: + cls = type( + "UnknownErrnoNone", + (Error,), + {"__module__": "py.error", "__doc__": None}, + ) + else: + cls = self._geterrnoclass(value.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/.venv/lib/python3.12/site-packages/_pytest/_py/path.py b/.venv/lib/python3.12/site-packages/_pytest/_py/path.py new file mode 100644 index 0000000..b7131b0 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/_py/path.py @@ -0,0 +1,1475 @@ +# mypy: allow-untyped-defs +"""local path implementation.""" + +from __future__ import annotations + +import atexit +from collections.abc import Callable +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 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/.venv/lib/python3.12/site-packages/_pytest/_version.py b/.venv/lib/python3.12/site-packages/_pytest/_version.py new file mode 100644 index 0000000..e5c1257 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/_version.py @@ -0,0 +1,34 @@ +# file generated by setuptools-scm +# don't change, don't track in version control + +__all__ = [ + "__version__", + "__version_tuple__", + "version", + "version_tuple", + "__commit_id__", + "commit_id", +] + +TYPE_CHECKING = False +if TYPE_CHECKING: + from typing import Tuple + from typing import Union + + VERSION_TUPLE = Tuple[Union[int, str], ...] + COMMIT_ID = Union[str, None] +else: + VERSION_TUPLE = object + COMMIT_ID = object + +version: str +__version__: str +__version_tuple__: VERSION_TUPLE +version_tuple: VERSION_TUPLE +commit_id: COMMIT_ID +__commit_id__: COMMIT_ID + +__version__ = version = '9.0.2' +__version_tuple__ = version_tuple = (9, 0, 2) + +__commit_id__ = commit_id = None diff --git a/.venv/lib/python3.12/site-packages/_pytest/assertion/__init__.py b/.venv/lib/python3.12/site-packages/_pytest/assertion/__init__.py new file mode 100644 index 0000000..22f3ca8 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/assertion/__init__.py @@ -0,0 +1,208 @@ +# mypy: allow-untyped-defs +"""Support for presenting detailed information in failing assertions.""" + +from __future__ import annotations + +from collections.abc import Generator +import sys +from typing import Any +from typing import Protocol +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.", + ) + + parser.addini( + "truncation_limit_lines", + default=None, + help="Set threshold of LINES after which truncation will take effect", + ) + parser.addini( + "truncation_limit_chars", + default=None, + help=("Set threshold of CHARS after which truncation will take effect"), + ) + + 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))) + rewrite_hook: RewriteHook + for hook in sys.meta_path: + if isinstance(hook, rewrite.AssertionRewritingHook): + rewrite_hook = hook + break + else: + rewrite_hook = DummyRewriteHook() + rewrite_hook.mark_rewrite(*names) + + +class RewriteHook(Protocol): + def mark_rewrite(self, *names: str) -> None: ... + + +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/.venv/lib/python3.12/site-packages/_pytest/assertion/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/assertion/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d60cf7dc1e9fd5b69bdae633eedbce2cf188c677 GIT binary patch literal 10123 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 TM9c7YyYjKG>xqwA#5Vs2m{*vW literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/assertion/__pycache__/rewrite.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/assertion/__pycache__/rewrite.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..41c5d8ce35997894dc95a2beff3ed98127c3f48e GIT binary patch literal 61302 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�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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/assertion/__pycache__/util.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/assertion/__pycache__/util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0f66f32bec6d341f6360feb01bd3e91dc860a23 GIT binary patch literal 23853 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/assertion/rewrite.py b/.venv/lib/python3.12/site-packages/_pytest/assertion/rewrite.py new file mode 100644 index 0000000..566549d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/assertion/rewrite.py @@ -0,0 +1,1202 @@ +"""Rewrite assertion AST to produce nice error messages.""" + +from __future__ import annotations + +import ast +from collections import defaultdict +from collections.abc import Callable +from collections.abc import Iterable +from collections.abc import Iterator +from collections.abc import Sequence +import errno +import functools +import importlib.abc +import importlib.machinery +import importlib.util +import io +import itertools +import marshal +import os +from pathlib import Path +from pathlib import PurePath +import struct +import sys +import tokenize +import types +from typing import IO +from typing import TYPE_CHECKING + + +if sys.version_info >= (3, 12): + from importlib.resources.abc import TraversableResources +else: + from importlib.abc import TraversableResources +if sys.version_info < (3, 11): + from importlib.readers import FileReader +else: + from importlib.resources.readers import FileReader + + +from _pytest._io.saferepr import DEFAULT_REPR_MAX_SIZE +from _pytest._io.saferepr import saferepr +from _pytest._io.saferepr import saferepr_unlimited +from _pytest._version import version +from _pytest.assertion import util +from _pytest.config import Config +from _pytest.fixtures import FixtureFunctionDefinition +from _pytest.main import Session +from _pytest.pathlib import absolutepath +from _pytest.pathlib import fnmatch_ex +from _pytest.stash import StashKey + + +# fmt: off +from _pytest.assertion.util import format_explanation as _format_explanation # noqa:F401, isort:skip +# fmt:on + +if TYPE_CHECKING: + from _pytest.assertion import AssertionState + + +class Sentinel: + pass + + +assertstate_key = StashKey["AssertionState"]() + +# pytest caches rewritten pycs in pycache dirs +PYTEST_TAG = f"{sys.implementation.cache_tag}-pytest-{version}" +PYC_EXT = ".py" + ((__debug__ and "c") or "o") +PYC_TAIL = "." + PYTEST_TAG + PYC_EXT + +# Special marker that denotes we have just left a scope definition +_SCOPE_END_MARKER = Sentinel() + + +class AssertionRewritingHook(importlib.abc.MetaPathFinder, importlib.abc.Loader): + """PEP302/PEP451 import hook which rewrites asserts.""" + + def __init__(self, config: Config) -> 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() + + def get_resource_reader(self, name: str) -> TraversableResources: + return FileReader(types.SimpleNamespace(path=self._rewritten_names[name])) # type: ignore[arg-type] + + +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): + # For pytest fixtures the __repr__ method provides more information than the function name. + return isinstance(obj, FixtureFunctionDefinition) + + 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, strict=True): + 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 + for item in mod.body: + match item: + case ast.Expr(value=ast.Constant(value=str() as doc)) if ( + expect_docstring + ): + if self.is_rewrite_disabled(doc): + return + expect_docstring = False + case ast.ImportFrom(level=0, module="__future__"): + pass + case _: + 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. + aliases = [ + ast.alias("builtins", "@py_builtins", lineno=lineno, col_offset=0), + ast.alias( + "_pytest.assertion.rewrite", + "@pytest_ar", + lineno=lineno, + col_offset=0, + ), + ] + 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 + match v: + # Check if the left operand is an ast.NamedExpr and the value has already been visited + case ast.Compare( + left=ast.NamedExpr(target=ast.Name(id=target_id)) + ) if target_id in [ + e.id for e in boolop.values[:i] if hasattr(e, "id") + ]: + pytest_temp = self.variable() + self.variables_overwrite[self.scope][target_id] = v.left # type:ignore[assignment] + # mypy's false positive, we're checking that the 'target' attribute exists. + v.left.target.id = pytest_temp # type:ignore[attr-defined] + 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: + match keyword.value: + case ast.Name(id=id) if id in self.variables_overwrite.get( + self.scope, {} + ): + keyword.value = self.variables_overwrite[self.scope][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 + match comp.left: + case ast.Name(id=name_id) if name_id in self.variables_overwrite.get( + self.scope, {} + ): + comp.left = self.variables_overwrite[self.scope][name_id] # type: ignore[assignment] + case ast.NamedExpr(target=ast.Name(id=target_id)): + self.variables_overwrite[self.scope][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, strict=True) + expls: list[ast.expr] = [] + syms: list[ast.expr] = [] + results = [left_res] + for i, op, next_operand in it: + match (next_operand, left_res): + case ( + ast.NamedExpr(target=ast.Name(id=target_id)), + ast.Name(id=name_id), + ) if target_id == name_id: + next_operand.target.id = self.variable() + self.variables_overwrite[self.scope][name_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/.venv/lib/python3.12/site-packages/_pytest/assertion/truncate.py b/.venv/lib/python3.12/site-packages/_pytest/assertion/truncate.py new file mode 100644 index 0000000..5820e6e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/assertion/truncate.py @@ -0,0 +1,137 @@ +"""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.compat import running_on_ci +from _pytest.config import Config +from _pytest.nodes import Item + + +DEFAULT_MAX_LINES = 8 +DEFAULT_MAX_CHARS = DEFAULT_MAX_LINES * 80 +USAGE_MSG = "use '-vv' to show" + + +def truncate_if_required(explanation: list[str], item: Item) -> list[str]: + """Truncate this assertion explanation if the given test item is eligible.""" + should_truncate, max_lines, max_chars = _get_truncation_parameters(item) + if should_truncate: + return _truncate_explanation( + explanation, + max_lines=max_lines, + max_chars=max_chars, + ) + return explanation + + +def _get_truncation_parameters(item: Item) -> tuple[bool, int, int]: + """Return the truncation parameters related to the given item, as (should truncate, max lines, max chars).""" + # We do not need to truncate if one of conditions is met: + # 1. Verbosity level is 2 or more; + # 2. Test is being run in CI environment; + # 3. Both truncation_limit_lines and truncation_limit_chars + # .ini parameters are set to 0 explicitly. + max_lines = item.config.getini("truncation_limit_lines") + max_lines = int(max_lines if max_lines is not None else DEFAULT_MAX_LINES) + + max_chars = item.config.getini("truncation_limit_chars") + max_chars = int(max_chars if max_chars is not None else DEFAULT_MAX_CHARS) + + verbose = item.config.get_verbosity(Config.VERBOSITY_ASSERTIONS) + + should_truncate = verbose < 2 and not running_on_ci() + should_truncate = should_truncate and (max_lines > 0 or max_chars > 0) + + return should_truncate, max_lines, max_chars + + +def _truncate_explanation( + input_lines: list[str], + max_lines: int, + max_chars: int, +) -> list[str]: + """Truncate given list of strings that makes up the assertion explanation. + + Truncates to either max_lines, or max_chars - whichever the input reaches + first, taking the truncation explanation into account. The remaining lines + will be replaced by a usage message. + """ + # 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 + if max_lines > 0: + truncated_explanation = input_lines[:max_lines] + else: + truncated_explanation = input_lines + truncated_char = True + # We reevaluate the need to truncate chars following removal of some lines + if len("".join(truncated_explanation)) > tolerable_max_chars and max_chars > 0: + truncated_explanation = _truncate_by_char_count( + truncated_explanation, max_chars + ) + else: + truncated_char = False + + if truncated_explanation == input_lines: + # No truncation happened, so we do not need to add any explanations + return truncated_explanation + + 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/.venv/lib/python3.12/site-packages/_pytest/assertion/util.py b/.venv/lib/python3.12/site-packages/_pytest/assertion/util.py new file mode 100644 index 0000000..f35d83a --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/assertion/util.py @@ -0,0 +1,615 @@ +# mypy: allow-untyped-defs +"""Utilities for assertion debugging.""" + +from __future__ import annotations + +import collections.abc +from collections.abc import Callable +from collections.abc import Iterable +from collections.abc import Mapping +from collections.abc import Sequence +from collections.abc import Set as AbstractSet +import pprint +from typing import Any +from typing import Literal +from typing import Protocol +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.compat import running_on_ci +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 dummy_highlighter(source: str, lexer: Literal["diff", "python"] = "python") -> str: + """Dummy highlighter that returns the text unprocessed. + + Needed for _notin_text, as the diff gets post-processed to only show the "+" part. + """ + return 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 " 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, highlighter, 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, highlighter: _HighlightFunc, 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.extend( + highlighter( + "\n".join( + line.strip("\n") + for line in ndiff(right.splitlines(keepends), left.splitlines(keepends)) + ), + lexer="diff", + ).splitlines() + ) + 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 += [ + f"{dir_with_more} contains {len_diff} more items, first extra item: {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( + f"Left contains {len_extra_left} more item{'' 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( + f"Right contains {len_extra_right} more item{'' 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, dummy_highlighter, 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 diff --git a/.venv/lib/python3.12/site-packages/_pytest/cacheprovider.py b/.venv/lib/python3.12/site-packages/_pytest/cacheprovider.py new file mode 100644 index 0000000..4383f10 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/cacheprovider.py @@ -0,0 +1,646 @@ +# 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 + +from collections.abc import Generator +from collections.abc import Iterable +import dataclasses +import errno +import json +import os +from pathlib import Path +import tempfile +from typing import final + +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 = ( + f"{len(self.lastfailed)} known failures not in selected tests" + ) + 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: + """Add command-line options for cache functionality. + + :param parser: Parser object to add command-line options to. + """ + 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: + """Configure cache system and register related plugins. + + Creates the Cache instance and registers the last-failed (LFPlugin) + and new-first (NFPlugin) plugins with the plugin manager. + + :param config: pytest configuration object. + """ + 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: + """Display cache contents when --cache-show is used. + + Shows cached values and directories matching the specified glob pattern + (default: '*'). Displays cache location, cached test results, and + any cached directories created by plugins. + + :param config: pytest configuration object. + :param session: pytest session object. + :returns: Exit code (0 for success). + """ + 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}") + return 0 diff --git a/.venv/lib/python3.12/site-packages/_pytest/capture.py b/.venv/lib/python3.12/site-packages/_pytest/capture.py new file mode 100644 index 0000000..6d98676 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/capture.py @@ -0,0 +1,1144 @@ +# mypy: allow-untyped-defs +"""Per-test stdout/stderr capturing mechanism.""" + +from __future__ import annotations + +import abc +import collections +from collections.abc import Generator +from collections.abc import Iterable +from collections.abc import Iterator +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 cast +from typing import Final +from typing import final +from typing import Generic +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( # private to use reserved lower-case short option + "-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. + assert hasattr(self.buffer, "mode") + return cast(str, 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 # type: ignore[return-value] + + 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, + *, + config: dict[str, Any] | None = None, + _ispytest: bool = False, + ) -> None: + check_ispytest(_ispytest) + self.captureclass: type[CaptureBase[AnyStr]] = captureclass + self.request = request + self._config = config if config else {} + 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, **self._config), + err=self.captureclass(2, **self._config), + ) + 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 capteesys(request: SubRequest) -> Generator[CaptureFixture[str]]: + r"""Enable simultaneous text capturing and pass-through of writes + to ``sys.stdout`` and ``sys.stderr`` as defined by ``--capture=``. + + + The captured output is made available via ``capteesys.readouterr()`` method + calls, which return a ``(out, err)`` namedtuple. + ``out`` and ``err`` will be ``text`` objects. + + The output is also passed-through, allowing it to be "live-printed", + reported, or both as defined by ``--capture=``. + + Returns an instance of :class:`CaptureFixture[str] `. + + Example: + + .. code-block:: python + + def test_output(capteesys): + print("hello") + captured = capteesys.readouterr() + assert captured.out == "hello\n" + """ + capman: CaptureManager = request.config.pluginmanager.getplugin("capturemanager") + capture_fixture = CaptureFixture( + SysCapture, request, config=dict(tee=True), _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/.venv/lib/python3.12/site-packages/_pytest/compat.py b/.venv/lib/python3.12/site-packages/_pytest/compat.py new file mode 100644 index 0000000..72c3d09 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/compat.py @@ -0,0 +1,314 @@ +# mypy: allow-untyped-defs +"""Python version compatibility code and random general utilities.""" + +from __future__ import annotations + +from collections.abc import Callable +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 Final +from typing import NoReturn + +import py + + +if sys.version_info >= (3, 14): + from annotationlib import Format + + +#: 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 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 signature(obj: Callable[..., Any]) -> Signature: + """Return signature without evaluating annotations.""" + if sys.version_info >= (3, 14): + return inspect.signature(obj, annotation_format=Format.STRING) + return inspect.signature(obj) + + +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 f"{relfn}:{lineno + 1}" + return f"{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.values() + 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 + 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, and its first parameter + # wasn't defined as positional only, remove the first parameter name. + if not any(p.kind is Parameter.POSITIONAL_ONLY for p in parameters) and ( + # 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) + + +def get_real_func(obj): + """Get the real function object of the (possibly) wrapped object by + :func:`functools.wraps`, or :func:`functools.partial`.""" + obj = inspect.unwrap(obj) + + if isinstance(obj, functools.partial): + obj = obj.func + 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 + + +if sys.version_info >= (3, 11): + from typing import assert_never +else: + + def assert_never(value: NoReturn) -> NoReturn: + assert False, f"Unhandled value: {value} ({type(value).__name__})" + + +class CallableBool: + """ + A bool-like object that can also be called, returning its true/false value. + + Used for backwards compatibility in cases where something was supposed to be a method + but was implemented as a simple attribute by mistake (see `TerminalReporter.isatty`). + + Do not use in new code. + """ + + def __init__(self, value: bool) -> None: + self._value = value + + def __bool__(self) -> bool: + return self._value + + def __call__(self) -> bool: + return self._value + + +def running_on_ci() -> bool: + """Check if we're currently running on a CI system.""" + # Only enable CI mode if one of these env variables is defined and non-empty. + # Note: review `regendoc` tox env in case this list is changed. + env_vars = ["CI", "BUILD_NUMBER"] + return any(os.environ.get(var) for var in env_vars) diff --git a/.venv/lib/python3.12/site-packages/_pytest/config/__init__.py b/.venv/lib/python3.12/site-packages/_pytest/config/__init__.py new file mode 100644 index 0000000..6b02e16 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/config/__init__.py @@ -0,0 +1,2197 @@ +# mypy: allow-untyped-defs +"""Command line options, config-file and conftest.py processing.""" + +from __future__ import annotations + +import argparse +import builtins +import collections.abc +from collections.abc import Callable +from collections.abc import Generator +from collections.abc import Iterable +from collections.abc import Iterator +from collections.abc import Mapping +from collections.abc import MutableMapping +from collections.abc import Sequence +import contextlib +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 cast +from typing import Final +from typing import final +from typing import IO +from typing import TextIO +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 ConfigValue +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.compat import assert_never +from _pytest.config.argparsing import Argument +from _pytest.config.argparsing import FILE_OR_DIR +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.assertion.rewrite import AssertionRewritingHook + 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 + + __module__ = "pytest" + + +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 print_conftest_import_error(e: ConftestImportFailure, file: TextIO) -> None: + exc_info = ExceptionInfo.from_exception(e.cause) + tw = TerminalWriter(file) + 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) + + +def print_usage_error(e: UsageError, file: TextIO) -> None: + tw = TerminalWriter(file) + for msg in e.args: + tw.line(f"ERROR: {msg}\n", red=True) + + +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. + """ + # Handle a single `--version` argument early to avoid starting up the entire pytest infrastructure. + new_args = sys.argv[1:] if args is None else args + if isinstance(new_args, Sequence) and new_args.count("--version") == 1: + sys.stdout.write(f"pytest {__version__}\n") + return ExitCode.OK + + old_pytest_version = os.environ.get("PYTEST_VERSION") + try: + os.environ["PYTEST_VERSION"] = __version__ + try: + config = _prepareconfig(new_args, plugins) + except ConftestImportFailure as e: + print_conftest_import_error(e, file=sys.stderr) + return ExitCode.USAGE_ERROR + + 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: + print_usage_error(e, file=sys.stderr) + 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", + "setuponly", + "setupplan", + "stepwise", + "unraisableexception", + "threadexception", + "warnings", + "logging", + "reports", + "faulthandler", + "subtests", +) + +builtin_plugins = { + *default_plugins, + "pytester", + "pytester_assertions", + "terminalprogress", +} + + +def get_config( + args: Iterable[str] | None = None, + plugins: Sequence[str | _PluggyPlugin] | None = None, +) -> Config: + # Subsequent calls to main will create a fresh instance. + pluginmanager = PytestPluginManager() + invocation_params = Config.InvocationParams( + args=args or (), + plugins=plugins, + dir=pathlib.Path.cwd(), + ) + config = Config(pluginmanager, invocation_params=invocation_params) + + if invocation_params.args: + # Handle any "-p no:plugin" args. + pluginmanager.consider_preparse(invocation_params.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], + plugins: Sequence[str | _PluggyPlugin] | None = None, +) -> Config: + if 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))) + + initial_config = get_config(args, plugins) + pluginmanager = initial_config.pluginmanager + try: + if plugins: + for plugin in plugins: + if isinstance(plugin, str): + pluginmanager.consider_pluginarg(plugin) + else: + pluginmanager.register(plugin) + config: Config = pluginmanager.hook.pytest_cmdline_parse( + pluginmanager=pluginmanager, args=args + ) + return config + except BaseException: + initial_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: + from _pytest.assertion import DummyRewriteHook + from _pytest.assertion import RewriteHook + + 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: RewriteHook = 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. + legacy = _get_legacy_hook_marks( + method, "impl", ("tryfirst", "trylast", "optionalhook", "hookwrapper") + ) + return cast(HookimplOpts, legacy) + + 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_"): + legacy = _get_legacy_hook_marks( + method, "spec", ("firstresult", "historic") + ) + opts = cast(HookspecOpts, legacy) + 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) + + +class _DeprecatedInicfgProxy(MutableMapping[str, Any]): + """Compatibility proxy for the deprecated Config.inicfg.""" + + __slots__ = ("_config",) + + def __init__(self, config: Config) -> None: + self._config = config + + def __getitem__(self, key: str) -> Any: + return self._config._inicfg[key].value + + def __setitem__(self, key: str, value: Any) -> None: + self._config._inicfg[key] = ConfigValue(value, origin="override", mode="toml") + + def __delitem__(self, key: str) -> None: + del self._config._inicfg[key] + + def __iter__(self) -> Iterator[str]: + return iter(self._config._inicfg) + + def __len__(self) -> int: + return len(self._config._inicfg) + + +@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`` + configuration 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.""" + + 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: + 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 + """ + + self._parser = Parser( + usage=f"%(prog)s [options] [{FILE_OR_DIR}] [{FILE_OR_DIR}] [...]", + 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._opt2dest: dict[str, str] = {} + self._cleanup_stack = contextlib.ExitStack() + 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 inicfg(self) -> _DeprecatedInicfgProxy: + return _DeprecatedInicfgProxy(self) + + @property + def rootpath(self) -> pathlib.Path: + """The path to the :ref:`rootdir `. + + .. 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_stack.callback(func) + + def _do_configure(self) -> None: + assert not self._configured + self._configured = True + self.hook.pytest_configure.call_historic(kwargs=dict(config=self)) + + def _ensure_unconfigure(self) -> None: + try: + if self._configured: + self._configured = False + try: + self.hook.pytest_unconfigure(config=self) + finally: + self.hook.pytest_configure._call_history = [] + finally: + try: + self._cleanup_stack.close() + finally: + self._cleanup_stack = contextlib.ExitStack() + + 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 --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 show_version_verbose + + # Note that `--version` (single argument) is handled early by `Config.main()`, so the only + # way we are reaching this point is via `--version --version`. + show_version_verbose(self) + elif ( + getattr(self.option, "help", False) or "--help" in args or "-h" in args + ): + self._parser.optparser.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: Mapping[str, Any], args: list[str]) -> 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 _consider_importhook(self) -> 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. + """ + mode = getattr(self.known_args_namespace, "assertmode", "plain") + + disable_autoload = getattr( + self.known_args_namespace, "disable_plugin_autoload", False + ) or bool(os.environ.get("PYTEST_DISABLE_PLUGIN_AUTOLOAD")) + if mode == "rewrite": + import _pytest.assertion + + try: + hook = _pytest.assertion.install_importhook(self) + except SystemError: + mode = "plain" + else: + self._mark_plugins_for_rewrite(hook, disable_autoload) + self._warn_about_missing_assertion(mode) + + def _mark_plugins_for_rewrite( + self, hook: AssertionRewritingHook, disable_autoload: bool + ) -> 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 disable_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 _configure_python_path(self) -> None: + # `pythonpath = a b` will set `sys.path` to `[a, b, x, y, z, ...]` + for path in reversed(self.getini("pythonpath")): + sys.path.insert(0, str(path)) + self.add_cleanup(self._unconfigure_python_path) + + def _unconfigure_python_path(self) -> None: + for path in self.getini("pythonpath"): + path_str = str(path) + if path_str in sys.path: + sys.path.remove(path_str) + + def _validate_args(self, args: list[str], via: str) -> list[str]: + """Validate known args.""" + self._parser.extra_info["config source"] = via + try: + self._parser.parse_known_and_unknown_args( + args, namespace=copy.copy(self.option) + ) + finally: + self._parser.extra_info.pop("config source", None) + + 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 + + @hookimpl(wrapper=True) + def pytest_collection(self) -> Generator[None, object, object]: + # Validate invalid configuration 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_ini_value = self._inicfg.get("minversion", None) + minver = minver_ini_value.value if minver_ini_value is not None else 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: + strict_config = self.getini("strict_config") + if strict_config is None: + strict_config = self.getini("strict") + if strict_config: + raise UsageError(message) + + self.issue_config_time_warning(PytestConfigWarning(message), stacklevel=3) + + def _get_unknown_ini_keys(self) -> set[str]: + known_keys = self._parser._inidict.keys() | self._parser._ini_aliases.keys() + return self._inicfg.keys() - known_keys + + 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) + ) + + 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 + ) + + ns = self._parser.parse_known_args(args, namespace=copy.copy(self.option)) + rootpath, inipath, inicfg, ignored_config_files = determine_setup( + inifile=ns.inifilename, + override_ini=ns.override_ini, + args=ns.file_or_dir, + rootdir_cmd_arg=ns.rootdir or None, + invocation_dir=self.invocation_params.dir, + ) + self._rootpath = rootpath + self._inipath = inipath + self._ignored_config_files = ignored_config_files + 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( + "pythonpath", type="paths", help="Add paths to sys.path", default=[] + ) + self._parser.addini( + "required_plugins", + "Plugins that must be present for pytest to run", + type="args", + default=[], + ) + + 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() + self._configure_python_path() + self.pluginmanager.consider_preparse(args, exclude_only=False) + if ( + not os.environ.get("PYTEST_DISABLE_PLUGIN_AUTOLOAD") + and not self.known_args_namespace.disable_plugin_autoload + ): + # Autoloading from distribution package entry point has + # not been disabled. + self.pluginmanager.load_setuptools_entrypoints("pytest11") + # Otherwise only plugins explicitly specified in PYTEST_PLUGINS + # are going to be loaded. + self.pluginmanager.consider_env() + + self._parser.parse_known_args(args, namespace=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 it 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 + + try: + self._parser.parse(args, namespace=self.option) + except PrintHelp: + return + + self.args, self.args_source = self._decide_args( + args=getattr(self.option, FILE_OR_DIR), + pyargs=self.option.pyargs, + testpaths=self.getini("testpaths"), + invocation_dir=self.invocation_params.dir, + rootpath=self.rootpath, + warn=True, + ) + + 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 a configuration 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) -> Any: + """Return configuration value the an :ref:`configuration file `. + + If a configuration value is not defined in a + :ref:`configuration 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 ``""`` + ``int`` : ``0`` + ``float`` : ``0.0`` + + 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. + """ + canonical_name = self._parser._ini_aliases.get(name, name) + try: + return self._inicache[canonical_name] + except KeyError: + pass + self._inicache[canonical_name] = val = self._getini(canonical_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: object): + msg = ( + f"Option {name} has unknown configuration type {type} with value {value!r}" + ) + raise ValueError(msg) # pragma: no cover + + def _getini(self, name: str): + # If this is an alias, resolve to canonical name. + canonical_name = self._parser._ini_aliases.get(name, name) + + try: + _description, type, default = self._parser._inidict[canonical_name] + except KeyError as e: + raise ValueError(f"unknown configuration value: {name!r}") from e + + # Collect all possible values (canonical name + aliases) from _inicfg. + # Each candidate is (ConfigValue, is_canonical). + candidates = [] + if canonical_name in self._inicfg: + candidates.append((self._inicfg[canonical_name], True)) + for alias, target in self._parser._ini_aliases.items(): + if target == canonical_name and alias in self._inicfg: + candidates.append((self._inicfg[alias], False)) + + if not candidates: + return default + + # Pick the best candidate based on precedence: + # 1. CLI override takes precedence over file, then + # 2. Canonical name takes precedence over alias. + selected = max(candidates, key=lambda x: (x[0].origin == "override", x[1]))[0] + value = selected.value + mode = selected.mode + + if mode == "ini": + # In ini mode, values are always str | list[str]. + assert isinstance(value, (str, list)) + return self._getini_ini(name, canonical_name, type, value, default) + elif mode == "toml": + return self._getini_toml(name, canonical_name, type, value, default) + else: + assert_never(mode) + + def _getini_ini( + self, + name: str, + canonical_name: str, + type: str, + value: str | list[str], + default: Any, + ): + """Handle config values read in INI mode. + + In INI mode, values are stored as str or list[str] only, and coerced + from string based on the registered type. + """ + # 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 (in ini mode) we will get either str or list of + # str values (see load_config_dict_from_file). For example: + # + # ini: + # a_line_list = "tests acceptance" + # + # in this case, we need to split the string to obtain a list of strings. + # + # toml (ini mode): + # 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 == "int": + if not isinstance(value, str): + raise TypeError( + f"Expected an int string for option {name} of type integer, but got: {value!r}" + ) from None + return int(value) + elif type == "float": + if not isinstance(value, str): + raise TypeError( + f"Expected a float string for option {name} of type float, but got: {value!r}" + ) from None + return float(value) + else: + return self._getini_unknown_type(name, type, value) + + def _getini_toml( + self, + name: str, + canonical_name: str, + type: str, + value: object, + default: Any, + ): + """Handle TOML config values with strict type validation and no coercion. + + In TOML mode, values already have native types from TOML parsing. + We validate types match expectations exactly, including list items. + """ + value_type = builtins.type(value).__name__ + if type == "paths": + # Expect a list of strings. + if not isinstance(value, list): + raise TypeError( + f"{self.inipath}: config option '{name}' expects a list for type 'paths', " + f"got {value_type}: {value!r}" + ) + for i, item in enumerate(value): + if not isinstance(item, str): + item_type = builtins.type(item).__name__ + raise TypeError( + f"{self.inipath}: config option '{name}' expects a list of strings, " + f"but item at index {i} is {item_type}: {item!r}" + ) + dp = ( + self.inipath.parent + if self.inipath is not None + else self.invocation_params.dir + ) + return [dp / x for x in value] + elif type in {"args", "linelist"}: + # Expect a list of strings. + if not isinstance(value, list): + raise TypeError( + f"{self.inipath}: config option '{name}' expects a list for type '{type}', " + f"got {value_type}: {value!r}" + ) + for i, item in enumerate(value): + if not isinstance(item, str): + item_type = builtins.type(item).__name__ + raise TypeError( + f"{self.inipath}: config option '{name}' expects a list of strings, " + f"but item at index {i} is {item_type}: {item!r}" + ) + return list(value) + elif type == "bool": + # Expect a boolean. + if not isinstance(value, bool): + raise TypeError( + f"{self.inipath}: config option '{name}' expects a bool, " + f"got {value_type}: {value!r}" + ) + return value + elif type == "int": + # Expect an integer (but not bool, which is a subclass of int). + if not isinstance(value, int) or isinstance(value, bool): + raise TypeError( + f"{self.inipath}: config option '{name}' expects an int, " + f"got {value_type}: {value!r}" + ) + return value + elif type == "float": + # Expect a float or integer only. + if not isinstance(value, (float, int)) or isinstance(value, bool): + raise TypeError( + f"{self.inipath}: config option '{name}' expects a float, " + f"got {value_type}: {value!r}" + ) + return value + elif type == "string": + # Expect a string. + if not isinstance(value, str): + raise TypeError( + f"{self.inipath}: config option '{name}' expects a string, " + f"got {value_type}: {value!r}" + ) + 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 getoption(self, name: str, default: Any = 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 type for failed subtests (see :confval:`verbosity_subtests`). + VERBOSITY_SUBTESTS: Final = "subtests" + + _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: + + .. tab:: toml + + .. code-block:: toml + + [tool.pytest] + verbosity_assertions = 2 + + .. tab:: ini + + .. code-block:: 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 config-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 ImportError: + raise + 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 + try: + re.compile(message) + re.compile(module) + except re.error as e: + raise UsageError( + error_template.format(error=f"Invalid regex {e.pattern!r}: {e}") + ) from None + 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: + try: + warnings.filterwarnings(*parse_warning_filter(arg, escape=False)) + except ImportError as e: + warnings.warn( + f"Failed to import filter module '{e.name}': {arg}", PytestConfigWarning + ) + continue + + for arg in cmdline_filters: + try: + warnings.filterwarnings(*parse_warning_filter(arg, escape=True)) + except ImportError as e: + warnings.warn( + f"Failed to import filter module '{e.name}': {arg}", PytestConfigWarning + ) + continue diff --git a/.venv/lib/python3.12/site-packages/_pytest/config/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/config/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..371bfcb44a8683b91c69d850e273017ce1d6e683 GIT binary patch literal 91883 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/config/__pycache__/argparsing.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/config/__pycache__/argparsing.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8e5db4e2098037ff98be71becda7d1a585865367 GIT binary patch literal 26418 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/config/__pycache__/exceptions.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/config/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1298b76a09a39b3c43c692f65a309895370cd0a6 GIT binary patch literal 818 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 str: + return "" + + +NOT_SET = NotSet() + + +@final +class Parser: + """Parser for command line arguments and config-file values. + + :ivar extra_info: Dict of generic param -> value to display in case + there's an error processing the command line arguments. + """ + + def __init__( + self, + usage: str | None = None, + processopt: Callable[[Argument], None] | None = None, + *, + _ispytest: bool = False, + ) -> None: + check_ispytest(_ispytest) + + from _pytest._argcomplete import filescompleter + + self._processopt = processopt + self.extra_info: dict[str, Any] = {} + self.optparser = PytestArgumentParser(self, usage, self.extra_info) + anonymous_arggroup = self.optparser.add_argument_group("Custom options") + self._anonymous = OptionGroup( + anonymous_arggroup, "_anonymous", self, _ispytest=True + ) + self._groups = [self._anonymous] + file_or_dir_arg = self.optparser.add_argument(FILE_OR_DIR, nargs="*") + file_or_dir_arg.completer = filescompleter # type: ignore + + self._inidict: dict[str, tuple[str, str, Any]] = {} + # Maps alias -> canonical name. + self._ini_aliases: dict[str, str] = {} + + @property + def prog(self) -> str: + return self.optparser.prog + + @prog.setter + def prog(self, value: str) -> None: + self.optparser.prog = value + + 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 + + arggroup = self.optparser.add_argument_group(description or name) + group = OptionGroup(arggroup, name, self, _ispytest=True) + i = 0 + for i, grp in enumerate(self._groups): + if grp.name == after: + break + self._groups.insert(i + 1, group) + # argparse doesn't provide a way to control `--help` order, so must + # access its internals ☹. + self.optparser._action_groups.insert(i + 1, self.optparser._action_groups.pop()) + 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: + """Parse the arguments. + + Unlike ``parse_known_args`` and ``parse_known_and_unknown_args``, + raises PrintHelp on `--help` and UsageError on unknown flags + + :meta private: + """ + from _pytest._argcomplete import try_argcomplete + + try_argcomplete(self.optparser) + strargs = [os.fspath(x) for x in args] + if namespace is None: + namespace = argparse.Namespace() + try: + namespace._raise_print_help = True + return self.optparser.parse_intermixed_args(strargs, namespace=namespace) + finally: + del namespace._raise_print_help + + 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 flag arguments. + + :returns: + A tuple containing an argparse namespace object for the known + arguments, and a list of unknown flag arguments. + """ + strargs = [os.fspath(x) for x in args] + if sys.version_info < (3, 12, 8) or (3, 13) <= sys.version_info < (3, 13, 1): + # Older argparse have a bugged parse_known_intermixed_args. + namespace, unknown = self.optparser.parse_known_args(strargs, namespace) + assert namespace is not None + file_or_dir = getattr(namespace, FILE_OR_DIR) + unknown_flags: list[str] = [] + for arg in unknown: + (unknown_flags if arg.startswith("-") else file_or_dir).append(arg) + return namespace, unknown_flags + else: + return self.optparser.parse_known_intermixed_args(strargs, namespace) + + def addini( + self, + name: str, + help: str, + type: Literal[ + "string", "paths", "pathlist", "args", "linelist", "bool", "int", "float" + ] + | None = None, + default: Any = NOT_SET, + *, + aliases: Sequence[str] = (), + ) -> None: + """Register a configuration file option. + + :param name: + Name of the configuration. + :param type: + Type of the configuration. 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 + * ``int``: an integer + * ``float``: a floating-point number + + .. versionadded:: 8.4 + + The ``float`` and ``int`` types. + + For ``paths`` and ``pathlist`` types, they are considered relative to the config-file. + In case the execution is happening without a config-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 a config-file. + + Defaults to ``string`` if ``None`` or not passed. + :param default: + Default value if no config-file option exists but is queried. + :param aliases: + Additional names by which this option can be referenced. + Aliases resolve to the canonical name. + + .. versionadded:: 9.0 + The ``aliases`` parameter. + + The value of configuration keys can be retrieved via a call to + :py:func:`config.getini(name) `. + """ + assert type in ( + None, + "string", + "paths", + "pathlist", + "args", + "linelist", + "bool", + "int", + "float", + ) + if type is None: + type = "string" + if default is NOT_SET: + default = get_ini_default_for_type(type) + + self._inidict[name] = (help, type, default) + + for alias in aliases: + if alias in self._inidict: + raise ValueError( + f"alias {alias!r} conflicts with existing configuration option" + ) + if (already := self._ini_aliases.get(alias)) is not None: + raise ValueError(f"{alias!r} is already an alias of {already!r}") + self._ini_aliases[alias] = name + + +def get_ini_default_for_type( + type: Literal[ + "string", "paths", "pathlist", "args", "linelist", "bool", "int", "float" + ], +) -> Any: + """ + Used by addini to get the default value for a given config option type, when + default is not supplied. + """ + if type in ("paths", "pathlist", "args", "linelist"): + return [] + elif type == "bool": + return False + elif type == "int": + return 0 + elif type == "float": + return 0.0 + 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. + for attr in ("default", "dest", "help", self.dest): + 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, + arggroup: argparse._ArgumentGroup, + name: str, + parser: Parser | None, + _ispytest: bool = False, + ) -> None: + check_ispytest(_ispytest) + self._arggroup = arggroup + self.name = name + 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._arggroup.add_argument(*option.names(), **option.attrs()) + self.options.append(option) + + +class PytestArgumentParser(argparse.ArgumentParser): + def __init__( + self, + parser: Parser, + usage: str | None, + extra_info: dict[str, str], + ) -> None: + self._parser = parser + super().__init__( + usage=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 + + def error(self, message: str) -> NoReturn: + """Transform argparse error message into UsageError.""" + msg = f"{self.prog}: error: {message}" + if self.extra_info: + msg += "\n" + "\n".join( + f" {k}: {v}" for k, v in sorted(self.extra_info.items()) + ) + raise UsageError(self.format_usage() + msg) + + +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 + + +class OverrideIniAction(argparse.Action): + """Custom argparse action that makes a CLI flag equivalent to overriding an + option, in addition to behaving like `store_true`. + + This can simplify things since code only needs to inspect the config option + and not consider the CLI flag. + """ + + def __init__( + self, + option_strings: Sequence[str], + dest: str, + nargs: int | str | None = None, + *args, + ini_option: str, + ini_value: str, + **kwargs, + ) -> None: + super().__init__(option_strings, dest, 0, *args, **kwargs) + self.ini_option = ini_option + self.ini_value = ini_value + + def __call__( + self, + parser: argparse.ArgumentParser, + namespace: argparse.Namespace, + *args, + **kwargs, + ) -> None: + setattr(namespace, self.dest, True) + current_overrides = getattr(namespace, "override_ini", None) + if current_overrides is None: + current_overrides = [] + current_overrides.append(f"{self.ini_option}={self.ini_value}") + setattr(namespace, "override_ini", current_overrides) diff --git a/.venv/lib/python3.12/site-packages/_pytest/config/compat.py b/.venv/lib/python3.12/site-packages/_pytest/config/compat.py new file mode 100644 index 0000000..21eab4c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/config/compat.py @@ -0,0 +1,85 @@ +from __future__ import annotations + +from collections.abc import Mapping +import functools +from pathlib import Path +from typing import Any +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/.venv/lib/python3.12/site-packages/_pytest/config/exceptions.py b/.venv/lib/python3.12/site-packages/_pytest/config/exceptions.py new file mode 100644 index 0000000..d84a9ea --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/config/exceptions.py @@ -0,0 +1,15 @@ +from __future__ import annotations + +from typing import final + + +@final +class UsageError(Exception): + """Error in pytest usage or invocation.""" + + __module__ = "pytest" + + +class PrintHelp(Exception): + """Raised when pytest should print its help to skip the rest of the + argument parsing and validation.""" diff --git a/.venv/lib/python3.12/site-packages/_pytest/config/findpaths.py b/.venv/lib/python3.12/site-packages/_pytest/config/findpaths.py new file mode 100644 index 0000000..3c628a0 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/config/findpaths.py @@ -0,0 +1,350 @@ +from __future__ import annotations + +from collections.abc import Iterable +from collections.abc import Sequence +from dataclasses import dataclass +from dataclasses import KW_ONLY +import os +from pathlib import Path +import sys +from typing import Literal +from typing import TypeAlias + +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 + + +@dataclass(frozen=True) +class ConfigValue: + """Represents a configuration value with its origin and parsing mode. + + This allows tracking whether a value came from a configuration file + or from a CLI override (--override-ini), which is important for + determining precedence when dealing with ini option aliases. + + The mode tracks the parsing mode/data model used for the value: + - "ini": from INI files or [tool.pytest.ini_options], where the only + supported value types are `str` or `list[str]`. + - "toml": from TOML files (not in INI mode), where native TOML types + are preserved. + """ + + value: object + _: KW_ONLY + origin: Literal["file", "override"] + mode: Literal["ini", "toml"] + + +ConfigDict: TypeAlias = dict[str, ConfigValue] + + +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, +) -> ConfigDict | 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 { + k: ConfigValue(v, origin="file", mode="ini") + for k, v in iniconfig["pytest"].items() + } + else: + # "pytest.ini" files are always the source of configuration, even if empty. + if filepath.name in {"pytest.ini", ".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 { + k: ConfigValue(v, origin="file", mode="ini") + for k, v in 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] table (toml mode) + # or [tool.pytest.ini_options] table (ini mode) for pyproject.toml, + # or [pytest] table (toml mode) for pytest.toml/.pytest.toml. + 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 + + # pytest.toml and .pytest.toml use [pytest] table directly. + if filepath.name in ("pytest.toml", ".pytest.toml"): + pytest_config = config.get("pytest", {}) + if pytest_config: + # TOML mode - preserve native TOML types. + return { + k: ConfigValue(v, origin="file", mode="toml") + for k, v in pytest_config.items() + } + # "pytest.toml" files are always the source of configuration, even if empty. + return {} + + # pyproject.toml uses [tool.pytest] or [tool.pytest.ini_options]. + else: + tool_pytest = config.get("tool", {}).get("pytest", {}) + + # Check for toml mode config: [tool.pytest] with content outside of ini_options. + toml_config = {k: v for k, v in tool_pytest.items() if k != "ini_options"} + # Check for ini mode config: [tool.pytest.ini_options]. + ini_config = tool_pytest.get("ini_options", None) + + if toml_config and ini_config: + raise UsageError( + f"{filepath}: Cannot use both [tool.pytest] (native TOML types) and " + "[tool.pytest.ini_options] (string-based INI format) simultaneously. " + "Please use [tool.pytest] with native TOML types (recommended) " + "or [tool.pytest.ini_options] for backwards compatibility." + ) + + if toml_config: + # TOML mode - preserve native TOML types. + return { + k: ConfigValue(v, origin="file", mode="toml") + for k, v in toml_config.items() + } + + elif ini_config is not None: + # INI mode - TOML supports richer data types than INI files, but we need to + # convert all scalar values to str for compatibility with the INI system. + def make_scalar(v: object) -> str | list[str]: + return v if isinstance(v, list) else str(v) + + return { + k: ConfigValue(make_scalar(v), origin="file", mode="ini") + for k, v in ini_config.items() + } + + return None + + +def locate_config( + invocation_dir: Path, + args: Iterable[Path], +) -> tuple[Path | None, Path | None, ConfigDict, Sequence[str]]: + """Search in the list of arguments for a valid ini-file for pytest, + and return a tuple of (rootdir, inifile, cfg-dict, ignored-config-files), where + ignored-config-files is a list of config basenames found that contain + pytest configuration but were ignored.""" + config_names = [ + "pytest.toml", + ".pytest.toml", + "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 + ignored_config_files: list[str] = [] + + 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: + index = config_names.index(config_name) + for remainder in config_names[index + 1 :]: + p2 = base / remainder + if ( + p2.is_file() + and load_config_dict_from_file(p2) is not None + ): + ignored_config_files.append(remainder) + return base, p, ini_config, ignored_config_files + 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)] + + +def parse_override_ini(override_ini: Sequence[str] | None) -> ConfigDict: + """Parse the -o/--override-ini command line arguments and return the overrides. + + :raises UsageError: + If one of the values is malformed. + """ + overrides = {} + # 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 override_ini or (): + 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: + overrides[key] = ConfigValue(user_ini_value, origin="override", mode="ini") + return overrides + + +CFG_PYTEST_SECTION = "[pytest] section in {filename} files is no longer supported, change to [tool:pytest] instead." + + +def determine_setup( + *, + inifile: str | None, + override_ini: Sequence[str] | None, + args: Sequence[str], + rootdir_cmd_arg: str | None, + invocation_dir: Path, +) -> tuple[Path, Path | None, ConfigDict, Sequence[str]]: + """Determine the rootdir, inifile and ini configuration values from the + command line arguments. + + :param inifile: + The `--inifile` command line argument, if given. + :param override_ini: + The -o/--override-ini command line arguments, 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. + + :raises UsageError: + """ + rootdir = None + dirs = get_dirs_from_args(args) + ignored_config_files: Sequence[str] = [] + + 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, ignored_config_files = 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." + ) + + ini_overrides = parse_override_ini(override_ini) + inicfg.update(ini_overrides) + + assert rootdir is not None + return rootdir, inipath, inicfg, ignored_config_files + + +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/.venv/lib/python3.12/site-packages/_pytest/debugging.py b/.venv/lib/python3.12/site-packages/_pytest/debugging.py new file mode 100644 index 0000000..de1b268 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/debugging.py @@ -0,0 +1,407 @@ +# mypy: allow-untyped-defs +# ruff: noqa: T100 +"""Interactive debugging with PDB, the Python Debugger.""" + +from __future__ import annotations + +import argparse +from collections.abc import Callable +from collections.abc import Generator +import functools +import sys +import types +from typing import Any +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 + + if hasattr(pdb_cls, "do_debug"): + do_debug.__doc__ = pdb_cls.do_debug.__doc__ + + 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 + + if hasattr(pdb_cls, "do_continue"): + do_continue.__doc__ = pdb_cls.do_continue.__doc__ + + 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 + + if hasattr(pdb_cls, "do_quit"): + do_quit.__doc__ = pdb_cls.do_quit.__doc__ + + 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: + exc_or_tb = _postmortem_exc_or_tb(excinfo) + post_mortem(exc_or_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_or_exc = _postmortem_exc_or_tb(excinfo) + rep._pdbshown = True # type: ignore[attr-defined] + post_mortem(tb_or_exc) + return rep + + +def _postmortem_exc_or_tb( + excinfo: ExceptionInfo[BaseException], +) -> types.TracebackType | BaseException: + from doctest import UnexpectedException + + get_exc = sys.version_info >= (3, 13) + if isinstance(excinfo.value, UnexpectedException): + # A doctest.UnexpectedException is not useful for post_mortem. + # Use the underlying exception instead: + underlying_exc = excinfo.value + if get_exc: + return underlying_exc.exc_info[1] + + return underlying_exc.exc_info[2] + elif isinstance(excinfo.value, ConftestImportFailure): + # A config.ConftestImportFailure is not useful for post_mortem. + # Use the underlying exception instead: + cause = excinfo.value.cause + if get_exc: + return cause + + assert cause.__traceback__ is not None + return cause.__traceback__ + else: + assert excinfo._excinfo is not None + if get_exc: + return excinfo._excinfo[1] + + return excinfo._excinfo[2] + + +def post_mortem(tb_or_exc: types.TracebackType | BaseException) -> None: + p = pytestPDB._init_pdb("post_mortem") + p.reset() + p.interaction(None, tb_or_exc) + if p.quitting: + outcomes.exit("Quitting debugger") diff --git a/.venv/lib/python3.12/site-packages/_pytest/deprecated.py b/.venv/lib/python3.12/site-packages/_pytest/deprecated.py new file mode 100644 index 0000000..cb5d2e9 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/deprecated.py @@ -0,0 +1,99 @@ +"""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 PytestRemovedIn10Warning +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", + "pytest_subtests", +} + + +# This could have been removed pytest 8, but it's harmless and common, so no rush to remove. +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" +) + +MONKEYPATCH_LEGACY_NAMESPACE_PACKAGES = PytestRemovedIn10Warning( + "monkeypatch.syspath_prepend() called with pkg_resources legacy namespace packages detected.\n" + "Legacy namespace packages (using pkg_resources.declare_namespace) are deprecated.\n" + "Please use native namespace packages (PEP 420) instead.\n" + "See https://docs.pytest.org/en/stable/deprecations.html#monkeypatch-fixup-namespace-packages" +) + +# 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/.venv/lib/python3.12/site-packages/_pytest/doctest.py b/.venv/lib/python3.12/site-packages/_pytest/doctest.py new file mode 100644 index 0000000..cd255f5 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/doctest.py @@ -0,0 +1,736 @@ +# mypy: allow-untyped-defs +"""Discover and run doctests in modules and test files.""" + +from __future__ import annotations + +import bdb +from collections.abc import Callable +from collections.abc import Generator +from collections.abc import Iterable +from collections.abc import Sequence +from contextlib import contextmanager +import functools +import inspect +import os +from pathlib import Path +import platform +import re +import sys +import traceback +import types +from typing import Any +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 = [ + f"{i + test.lineno + 1:03d} {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, 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 + + 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: re.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, strict=True): + 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/.venv/lib/python3.12/site-packages/_pytest/faulthandler.py b/.venv/lib/python3.12/site-packages/_pytest/faulthandler.py new file mode 100644 index 0000000..080cf58 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/faulthandler.py @@ -0,0 +1,119 @@ +from __future__ import annotations + +from collections.abc import Generator +import os +import sys + +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_timeout = ( + "Dump the traceback of all threads if a test takes " + "more than TIMEOUT seconds to finish" + ) + help_exit_on_timeout = ( + "Exit the test process if a test takes more than " + "faulthandler_timeout seconds to finish" + ) + parser.addini("faulthandler_timeout", help_timeout, default=0.0) + parser.addini( + "faulthandler_exit_on_timeout", help_exit_on_timeout, type="bool", default=False + ) + + +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) + + +def get_exit_on_timeout_config_value(config: Config) -> bool: + exit_on_timeout = config.getini("faulthandler_exit_on_timeout") + assert isinstance(exit_on_timeout, bool) + return exit_on_timeout + + +@pytest.hookimpl(wrapper=True, trylast=True) +def pytest_runtest_protocol(item: Item) -> Generator[None, object, object]: + timeout = get_timeout_config_value(item.config) + exit_on_timeout = get_exit_on_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, exit=exit_on_timeout) + 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/.venv/lib/python3.12/site-packages/_pytest/fixtures.py b/.venv/lib/python3.12/site-packages/_pytest/fixtures.py new file mode 100644 index 0000000..27846db --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/fixtures.py @@ -0,0 +1,2047 @@ +# mypy: allow-untyped-defs +from __future__ import annotations + +import abc +from collections import defaultdict +from collections import deque +from collections import OrderedDict +from collections.abc import Callable +from collections.abc import Generator +from collections.abc import Iterable +from collections.abc import Iterator +from collections.abc import Mapping +from collections.abc import MutableMapping +from collections.abc import Sequence +from collections.abc import Set as AbstractSet +import dataclasses +import functools +import inspect +import os +from pathlib import Path +import sys +import types +from typing import Any +from typing import cast +from typing import Final +from typing import final +from typing import Generic +from typing import NoReturn +from typing import overload +from typing import TYPE_CHECKING +from typing import TypeVar +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 assert_never +from _pytest.compat import get_real_func +from _pytest.compat import getfuncargnames +from _pytest.compat import getimfunc +from _pytest.compat import getlocation +from _pytest.compat import NOTSET +from _pytest.compat import NotSetType +from _pytest.compat import safe_getattr +from _pytest.compat import safe_isclass +from _pytest.compat import signature +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 +from _pytest.warning_types import PytestRemovedIn9Warning +from _pytest.warning_types import PytestWarning + + +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", covariant=True) +# 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 = Callable[..., FixtureValue] | Callable[..., Generator[FixtureValue]] +# The type of FixtureDef.cached_result (type alias generic in fixture value). +_FixtureCachedResult = ( + tuple[ + # The result. + FixtureValue, + # Cache key. + object, + None, + ] + | tuple[ + None, + # Cache key. + object, + # The exception and the original traceback. + tuple[BaseException, types.TracebackType | None], + ] +) + + +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: + """Get the closest parent node (including self) which matches the given + scope. + + If there is no parent node for the scope (e.g. asking for class scope on a + Module, or on a Function when not defined in a class), returns 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) + + +# TODO: Try to use FixtureFunctionDefinition instead of the marker +def getfixturemarker(obj: object) -> FixtureFunctionMarker | None: + """Return fixturemarker or None if it doesn't exist""" + if isinstance(obj, FixtureFunctionDefinition): + return obj._fixture_function_marker + return 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 ParamArgKey: + """A key for a high-scoped parameter used by an item. + + For use as a hashable key in `reorder_items`. The combination of fields + is meant to uniquely identify a particular "instance" of a param, + potentially shared by multiple items in a scope. + """ + + #: The param name. + argname: str + param_index: int + #: For scopes Package, Module, Class, the path to the file (directory in + #: Package's case) of the package/module/class where the item is defined. + scoped_item_path: Path | None + #: For Class scope, the class where the item is defined. + item_cls: type | None + + +_V = TypeVar("_V") +OrderedSet = dict[_V, None] + + +def get_param_argkeys(item: nodes.Item, scope: Scope) -> Iterator[ParamArgKey]: + """Return all ParamArgKeys for item matching the specified high 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 ParamArgKey(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[ParamArgKey]]] = {} + items_by_argkey: dict[Scope, dict[ParamArgKey, 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_param_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[ParamArgKey]]], + items_by_argkey: Mapping[ + Scope, Mapping[ParamArgKey, 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[ParamArgKey] = 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, ()): + argkey_dict = other_scoped_items_by_argkey[argkey] + if not hasattr(sys, "pypy_version_info"): + argkey_dict[i] = None + argkey_dict.move_to_end(i, last=False) + else: + # Work around a bug in PyPy: + # https://github.com/pypy/pypy/issues/5257 + # https://github.com/pytest-dev/pytest/issues/13312 + bkp = argkey_dict.copy() + argkey_dict.clear() + argkey_dict[i] = None + argkey_dict.update(bkp) + 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", "name2fixturedefs", "names_closure") + + # 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], + 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]: + if argname == "request": + return RequestFixtureDef(self) + + # 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) + # The parametrize invocation scope only controls caching behavior while + # allowing wider-scoped fixtures to keep depending on the parametrized + # fixture. Scope control is enforced for parametrized fixtures + # by recreating the whole fixture tree on parameter change. + # Hence `fixturedef._scope`, not `scope`. + self._check_scope(fixturedef, 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], + 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], + requested_scope: Scope, + ) -> None: + 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) + sig = signature(factory) + return f"{path}:{lineno + 1}: def {factory.__name__}{sig}" + + 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 + # This function currently makes an assumption that a non-None msg means we + # have a non-empty `self.fixturestack`. This is currently true, but if + # somebody at some point want to extend the use of FixtureLookupError to + # new cases it might break. + # Add the assert to make it clearer to developer that this will fail, otherwise + # it crashes because `fspath` does not get set due to `stack` being empty. + assert self.msg is None or self.fixturestack, ( + "formatrepr assumptions broken, rewrite it to handle it" + ) + 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(f"{os.fspath(self.filename)}:{self.firstlineno + 1}") + + +def call_fixture_func( + fixturefunc: _FixtureFunc[FixtureValue], request: FixtureRequest, kwargs +) -> FixtureValue: + if inspect.isgeneratorfunction(fixturefunc): + fixturefunc = cast(Callable[..., Generator[FixtureValue]], 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 + + +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, + # only used in a deprecationwarning msg, can be removed in pytest9 + _autouse: 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]]] = [] + + # only used to emit a deprecationwarning, can be removed in pytest9 + self._autouse = _autouse + + @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. + 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: + return self.cached_result[0] + # 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: FixtureValue = 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"" + + +class RequestFixtureDef(FixtureDef[FixtureRequest]): + """A custom FixtureDef for the special "request" fixture. + + A new one is generated on-demand whenever "request" is requested. + """ + + def __init__(self, request: FixtureRequest) -> None: + super().__init__( + config=request.config, + baseid=None, + argname="request", + func=lambda: request, + scope=Scope.Function, + params=None, + _ispytest=True, + ) + self.cached_result = (request, [0], None) + + def addfinalizer(self, finalizer: Callable[[], object]) -> None: + pass + + +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) + + if inspect.isasyncgenfunction(fixturefunc) or inspect.iscoroutinefunction( + fixturefunc + ): + auto_str = " with autouse=True" if fixturedef._autouse else "" + + warnings.warn( + PytestRemovedIn9Warning( + f"{request.node.name!r} requested an async fixture " + f"{request.fixturename!r}{auto_str}, with no plugin or hook that " + "handled it. This is usually an error, as pytest does not natively " + "support it. " + "This will turn into an error in pytest 9.\n" + "See: https://docs.pytest.org/en/stable/deprecations.html#sync-test-depending-on-async-fixture" + ), + # no stacklevel will point at users code, so we just point here + stacklevel=1, + ) + + 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 + + +@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) -> FixtureFunctionDefinition: + if inspect.isclass(function): + raise ValueError("class fixtures not supported (maybe in the future)") + + if isinstance(function, FixtureFunctionDefinition): + 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) + + fixture_definition = FixtureFunctionDefinition( + function=function, fixture_function_marker=self, _ispytest=True + ) + + 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, + ) + + return fixture_definition + + +# TODO: paramspec/return type annotation tracking and storing +class FixtureFunctionDefinition: + def __init__( + self, + *, + function: Callable[..., Any], + fixture_function_marker: FixtureFunctionMarker, + instance: object | None = None, + _ispytest: bool = False, + ) -> None: + check_ispytest(_ispytest) + self.name = fixture_function_marker.name or function.__name__ + # In order to show the function that this fixture contains in messages. + # Set the __name__ to be same as the function __name__ or the given fixture name. + self.__name__ = self.name + self._fixture_function_marker = fixture_function_marker + if instance is not None: + self._fixture_function = cast( + Callable[..., Any], function.__get__(instance) + ) + else: + self._fixture_function = function + functools.update_wrapper(self, function) + + def __repr__(self) -> str: + return f"" + + def __get__(self, instance, owner=None): + """Behave like a method if the function it was applied to was a method.""" + return FixtureFunctionDefinition( + function=self._fixture_function, + fixture_function_marker=self._fixture_function_marker, + instance=instance, + _ispytest=True, + ) + + def __call__(self, *args: Any, **kwds: Any) -> Any: + message = ( + f'Fixture "{self.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" + ) + fail(message, pytrace=False) + + def _get_wrapped_function(self) -> Callable[..., Any]: + return self._fixture_function + + +@overload +def fixture( + fixture_function: Callable[..., object], + *, + scope: _ScopeName | Callable[[str, Config], _ScopeName] = ..., + params: Iterable[object] | None = ..., + autouse: bool = ..., + ids: Sequence[object | None] | Callable[[Any], object | None] | None = ..., + name: str | None = ..., +) -> FixtureFunctionDefinition: ... + + +@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 | FixtureFunctionDefinition: + """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: + + - config-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 marker_node, mark in node.iter_markers_with_node(name="usefixtures"): + if not mark.args: + marker_node.warn( + PytestWarning( + f"usefixtures() in {node.nodeid} without arguments has no effect" + ) + ) + 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]]] = {} + + # Track the index for each fixture name in the simulated stack. + # Needed for handling override chains correctly, similar to _get_active_fixturedef. + # Using negative indices: -1 is the most specific (last), -2 is second to last, etc. + current_indices: dict[str, int] = {} + + def process_argname(argname: str) -> None: + # Optimization: already processed this argname. + if current_indices.get(argname) == -1: + return + + if argname not in fixturenames_closure: + fixturenames_closure.append(argname) + + if argname in ignore_args: + return + + fixturedefs = arg2fixturedefs.get(argname) + if not fixturedefs: + fixturedefs = self.getfixturedefs(argname, parentnode) + if not fixturedefs: + # Fixture not defined or not visible (will error during runtest). + return + arg2fixturedefs[argname] = fixturedefs + + index = current_indices.get(argname, -1) + if -index > len(fixturedefs): + # Exhausted the override chain (will error during runtest). + return + fixturedef = fixturedefs[index] + + current_indices[argname] = index - 1 + for dep in fixturedef.argnames: + process_argname(dep) + current_indices[argname] = index + + for name in initialnames: + process_argname(name) + + 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, + _autouse=autouse, + ) + + 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) + if type(obj_ub) is FixtureFunctionDefinition: + marker = obj_ub._fixture_function_marker + if marker.name: + fixture_name = marker.name + else: + fixture_name = name + + # OK we know it is a fixture -- now safe to look up on the _instance_. + try: + obj = getattr(holderobj, name) + # if the fixture is named in the decorator we cannot find it in the module + except AttributeError: + obj = obj_ub + + func = obj._get_wrapped_function() + + self._register_fixture( + name=fixture_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/.venv/lib/python3.12/site-packages/_pytest/freeze_support.py b/.venv/lib/python3.12/site-packages/_pytest/freeze_support.py new file mode 100644 index 0000000..959ff07 --- /dev/null +++ b/.venv/lib/python3.12/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 + +from collections.abc import Iterator +import types + + +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/.venv/lib/python3.12/site-packages/_pytest/helpconfig.py b/.venv/lib/python3.12/site-packages/_pytest/helpconfig.py new file mode 100644 index 0000000..6a22c9f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/helpconfig.py @@ -0,0 +1,293 @@ +# mypy: allow-untyped-defs +"""Version info, help messages, tracing configuration.""" + +from __future__ import annotations + +import argparse +from collections.abc import Generator +from collections.abc import Sequence +import os +import sys +from typing import Any + +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(argparse.Action): + """An argparse Action that will raise a PrintHelp exception in order to skip + the rest of the argument parsing when --help is passed. + + This prevents argparse from raising UsageError when `--help` is used along + with 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. + + To opt in to this behavior, the parse caller must set + `namespace._raise_print_help = True`. Otherwise it just sets the option. + """ + + def __init__( + self, option_strings: Sequence[str], dest: str, *, help: str | None = None + ) -> None: + super().__init__( + option_strings=option_strings, + dest=dest, + nargs=0, + const=True, + default=False, + help=help, + ) + + def __call__( + self, + parser: argparse.ArgumentParser, + namespace: argparse.Namespace, + values: str | Sequence[Any] | None, + option_string: str | None = None, + ) -> None: + setattr(namespace, self.dest, self.const) + + if getattr(namespace, "_raise_print_help", 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( # private to use reserved lower-case short option + "-h", + "--help", + action=HelpAction, + dest="help", + help="Show help message and configuration info", + ) + group._addoption( # private to use reserved lower-case short option + "-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`. See also --disable-plugin-autoload.", + ) + group.addoption( + "--disable-plugin-autoload", + action="store_true", + default=False, + help="Disable plugin auto-loading through entry point packaging metadata. " + "Only plugins explicitly specified in -p or env var PYTEST_PLUGINS will be loaded.", + ) + 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( # private to use reserved lower-case short option + "-o", + "--override-ini", + dest="override_ini", + action="append", + help='Override configuration option with "option=value" style, ' + "e.g. `-o strict_xfail=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 show_version_verbose(config: Config) -> None: + """Show verbose pytest version installation, including plugins.""" + 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") + + +def pytest_cmdline_main(config: Config) -> int | ExitCode | None: + # Note: a single `--version` argument is handled directly by `Config.main()` to avoid starting up the entire + # pytest infrastructure just to display the version (#13574). + if config.option.version > 1: + show_version_verbose(config) + return ExitCode.OK + elif config.option.help: + config._do_configure() + showhelp(config) + config._ensure_unconfigure() + return ExitCode.OK + 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] configuration options in the first " + "pytest.toml|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._inidict: + help, type, _default = config._parser._inidict[name] + 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 to a non-empty 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"), + ("PYTEST_DEBUG_TEMPROOT", "Override the system temporary directory"), + ("PYTEST_THEME", "The Pygments style to use for code output"), + ("PYTEST_THEME_MODE", "Set the PYTEST_THEME to be either 'dark' or 'light'"), + ] + 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) + + +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/.venv/lib/python3.12/site-packages/_pytest/hookspec.py b/.venv/lib/python3.12/site-packages/_pytest/hookspec.py new file mode 100644 index 0000000..c5bcc36 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/hookspec.py @@ -0,0 +1,1342 @@ +# 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 collections.abc import Mapping +from collections.abc import Sequence +from pathlib import Path +from typing import Any +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 config-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 config-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 a configuration 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 :confval:`enable_assertion_pass_hook` + configuration option: + + .. tab:: toml + + .. code-block:: toml + + [pytest] + enable_assertion_pass_hook = true + + .. tab:: ini + + .. 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/.venv/lib/python3.12/site-packages/_pytest/junitxml.py b/.venv/lib/python3.12/site-packages/_pytest/junitxml.py new file mode 100644 index 0000000..ae8d2b9 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/junitxml.py @@ -0,0 +1,695 @@ +# 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 collections.abc import Callable +import functools +import os +import platform +import re +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: re.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 = { # pylint: disable=dict-init-mutate + "_base": {"testcase": ["classname", "name"]}, + "_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 = timing.Instant() + + 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: + duration = self.suite_start.elapsed() + + 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"{duration.seconds:.3f}", + timestamp=self.suite_start.as_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.set("name", "pytest tests") + testsuites.append(suite_node) + logfile.write(ET.tostring(testsuites, encoding="unicode")) + + def pytest_terminal_summary( + self, terminalreporter: TerminalReporter, config: pytest.Config + ) -> None: + if config.get_verbosity() >= 0: + 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/.venv/lib/python3.12/site-packages/_pytest/legacypath.py b/.venv/lib/python3.12/site-packages/_pytest/legacypath.py new file mode 100644 index 0000000..59e8ef6 --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/_pytest/logging.py b/.venv/lib/python3.12/site-packages/_pytest/logging.py new file mode 100644 index 0000000..e4fed57 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/logging.py @@ -0,0 +1,960 @@ +# mypy: allow-untyped-defs +"""Access and control log capturing.""" + +from __future__ import annotations + +from collections.abc import Generator +from collections.abc import Mapping +from collections.abc import Set as AbstractSet +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 final +from typing import Generic +from typing import Literal +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") + + @contextmanager + 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 + with self._runtest_for(item, "setup"): + yield + + @hookimpl(wrapper=True) + def pytest_runtest_call(self, item: nodes.Item) -> Generator[None]: + self.log_cli_handler.set_when("call") + + with self._runtest_for(item, "call"): + yield + + @hookimpl(wrapper=True) + def pytest_runtest_teardown(self, item: nodes.Item) -> Generator[None]: + self.log_cli_handler.set_when("teardown") + + try: + with self._runtest_for(item, "teardown"): + yield + 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/.venv/lib/python3.12/site-packages/_pytest/main.py b/.venv/lib/python3.12/site-packages/_pytest/main.py new file mode 100644 index 0000000..9bc930d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/main.py @@ -0,0 +1,1203 @@ +"""Core implementation of the testing process: init, session, runtest loop.""" + +from __future__ import annotations + +import argparse +from collections.abc import Callable +from collections.abc import Iterable +from collections.abc import Iterator +from collections.abc import Sequence +from collections.abc import Set as AbstractSet +import dataclasses +import fnmatch +import functools +import importlib +import importlib.util +import os +from pathlib import Path +import sys +from typing import final +from typing import Literal +from typing import overload +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 OverrideIniAction +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 samefile_nofollow +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: + group = parser.getgroup("general") + group._addoption( # private to use reserved lower-case short option + "-x", + "--exitfirst", + action="store_const", + dest="maxfail", + const=1, + help="Exit instantly on first error or failed test", + ) + 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=OverrideIniAction, + ini_option="strict_config", + ini_value="true", + help="Enables the strict_config option", + ) + group.addoption( + "--strict-markers", + action=OverrideIniAction, + ini_option="strict_markers", + ini_value="true", + help="Enables the strict_markers option", + ) + group.addoption( + "--strict", + action=OverrideIniAction, + ini_option="strict", + ini_value="true", + help="Enables the strict option", + ) + parser.addini( + "strict_config", + "Any warnings encountered while parsing the `pytest` section of the " + "configuration file raise errors", + type="bool", + # None => fallback to `strict`. + default=None, + ) + parser.addini( + "strict_markers", + "Markers not registered in the `markers` section of the configuration " + "file raise errors", + type="bool", + # None => fallback to `strict`. + default=None, + ) + parser.addini( + "strict", + "Enables all strictness options, currently: " + "strict_config, strict_markers, strict_xfail, strict_parametrization_ids", + type="bool", + default=False, + ) + + 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 = 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( + "--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( + "--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( + "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=[], + ) + parser.addini( + "collect_imported_tests", + "Whether to collect tests in imported modules outside `testpaths`", + type="bool", + default=True, + ) + 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( # private to use reserved lower-case short option + "-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( + "--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.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( + f"{session.testsfailed} error{'s' if session.testsfailed != 1 else ''} during collection" + ) + + 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 ( + f"<{self.__class__.__name__} {self.name} " + f"exitstatus=%r " + f"testsfailed={self.testsfailed} " + f"testscollected={self.testscollected}>" + ) % getattr(self, "exitstatus", "") + + @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 = f"stopping after {self.testsfailed} failures" + + 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 + consider_namespace_packages: bool = self.config.getini( + "consider_namespace_packages" + ) + try: + initialpaths: list[Path] = [] + initialpaths_with_parents: list[Path] = [] + + collection_args = [ + resolve_collection_argument( + self.config.invocation_params.dir, + arg, + i, + as_pypath=self.config.option.pyargs, + consider_namespace_packages=consider_namespace_packages, + ) + for i, arg in enumerate(args) + ] + + if not self.config.getoption("keepduplicates"): + # Normalize the collection arguments -- remove duplicates and overlaps. + self._initial_parts = normalize_collection_arguments(collection_args) + else: + self._initial_parts = collection_args + + for collection_argument in self._initial_parts: + 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 + parametrization = collection_argument.parametrization + 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). But use a version + # which doesn't resolve symlinks, otherwise we might match the + # same file more than once (#12039). + is_match = samefile_nofollow(node.path, matchparts[0]) + + # Name part e.g. `TestIt` in `/a/b/test_file.py::TestIt::test_it`. + else: + if len(matchparts) == 1: + # This the last part, one parametrization goes. + if parametrization is not None: + # A parametrized arg must match exactly. + is_match = node.name == matchparts[0] + parametrization + else: + # A non-parameterized arg matches all parametrizations (if any). + # TODO: Remove the hacky split once the collection structure + # contains parametrization. + is_match = node.name.split("[")[0] == matchparts[0] + else: + is_match = node.name == 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) + # For backward compat, dedup only applies to files. + handle_dupes = not isinstance(node, nodes.File) + rep, duplicate = self._collect_one_node(node, handle_dupes) + 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, *, consider_namespace_packages: bool = False +) -> 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: + return None + + if ( + spec.submodule_search_locations is None + or len(spec.submodule_search_locations) == 0 + ): + # Must be a simple module. + return spec.origin + + if consider_namespace_packages: + # If submodule_search_locations is set, it's a package (regular or namespace). + # Typically there is a single entry, but documentation claims it can be empty too + # (e.g. if the package has no physical location). + return spec.submodule_search_locations[0] + + if spec.origin is None: + # This is only the case for namespace packages + return None + + return os.path.dirname(spec.origin) + + +@dataclasses.dataclass(frozen=True) +class CollectionArgument: + """A resolved collection argument.""" + + path: Path + parts: Sequence[str] + parametrization: str | None + module_name: str | None + original_index: int + + +def resolve_collection_argument( + invocation_path: Path, + arg: str, + arg_index: int, + *, + as_pypath: bool = False, + consider_namespace_packages: 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[a,b]" + + 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"], + parametrization="[a,b]", + 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 = arg.partition("[") + strpath, *parts = base.split("::") + if squacket and not parts: + raise UsageError(f"path cannot contain [] parametrization: {arg}") + parametrization = f"{squacket}{rest}" if squacket else None + module_name = None + if as_pypath: + pyarg_strpath = search_pypath( + strpath, consider_namespace_packages=consider_namespace_packages + ) + 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, + parametrization=parametrization, + module_name=module_name, + original_index=arg_index, + ) + + +def is_collection_argument_subsumed_by( + arg: CollectionArgument, by: CollectionArgument +) -> bool: + """Check if `arg` is subsumed (contained) by `by`.""" + # First check path subsumption. + if by.path != arg.path: + # `by` subsumes `arg` if `by` is a parent directory of `arg` and has no + # parts (collects everything in that directory). + if not by.parts: + return arg.path.is_relative_to(by.path) + return False + # Paths are equal, check parts. + # For example: ("TestClass",) is a prefix of ("TestClass", "test_method"). + if len(by.parts) > len(arg.parts) or arg.parts[: len(by.parts)] != by.parts: + return False + # Paths and parts are equal, check parametrization. + # A `by` without parametrization (None) matches everything, e.g. + # `pytest x.py::test_it` matches `x.py::test_it[0]`. Otherwise must be + # exactly equal. + if by.parametrization is not None and by.parametrization != arg.parametrization: + return False + return True + + +def normalize_collection_arguments( + collection_args: Sequence[CollectionArgument], +) -> list[CollectionArgument]: + """Normalize collection arguments to eliminate overlapping paths and parts. + + Detects when collection arguments overlap in either paths or parts and only + keeps the shorter prefix, or the earliest argument if duplicate, preserving + order. The result is prefix-free. + """ + # A quadratic algorithm is not acceptable since large inputs are possible. + # So this uses an O(n*log(n)) algorithm which takes advantage of the + # property that after sorting, a collection argument will immediately + # precede collection arguments it subsumes. An O(n) algorithm is not worth + # it. + collection_args_sorted = sorted( + collection_args, + key=lambda arg: (arg.path, arg.parts, arg.parametrization or ""), + ) + normalized: list[CollectionArgument] = [] + last_kept = None + for arg in collection_args_sorted: + if last_kept is None or not is_collection_argument_subsumed_by(arg, last_kept): + normalized.append(arg) + last_kept = arg + normalized.sort(key=lambda arg: arg.original_index) + return normalized diff --git a/.venv/lib/python3.12/site-packages/_pytest/mark/__init__.py b/.venv/lib/python3.12/site-packages/_pytest/mark/__init__.py new file mode 100644 index 0000000..841d781 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/mark/__init__.py @@ -0,0 +1,301 @@ +"""Generic mechanism for marking and selecting python functions.""" + +from __future__ import annotations + +import collections +from collections.abc import Collection +from collections.abc import Iterable +from collections.abc import Set as AbstractSet +import dataclasses +from typing import TYPE_CHECKING + +from .expression import Expression +from .structures import _HiddenParam +from .structures import EMPTY_PARAMETERSET_OPTION +from .structures import get_empty_parameterset_mark +from .structures import HIDDEN_PARAM +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__ = [ + "HIDDEN_PARAM", + "MARK_GEN", + "Mark", + "MarkDecorator", + "MarkGenerator", + "ParameterSet", + "get_empty_parameterset_mark", +] + + +old_mark_config_key = StashKey[Config | None]() + + +def param( + *values: object, + marks: MarkDecorator | Collection[MarkDecorator | Mark] = (), + id: str | _HiddenParam | 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. + + :ref:`pytest.mark.usefixtures ` cannot be added via this parameter. + + :type id: str | Literal[pytest.HIDDEN_PARAM] | None + :param id: + The id to attribute to this parameter set. + + .. versionadded:: 8.4 + :ref:`hidden-param` means to hide the parameter set + from the test name. Can only be used at most 1 time, as + test names need to be unique. + """ + return ParameterSet.param(*values, marks=marks, id=id) + + +def pytest_addoption(parser: Parser) -> None: + group = parser.getgroup("general") + group._addoption( # private to use reserved lower-case short option + "-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( # private to use reserved lower-case short option + "-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() + return any(subname in name.lower() for name in self._names) + + +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: # pylint: disable=consider-using-any-or-all + 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 SyntaxError as e: + raise UsageError( + f"{exc_message}: {e.text}: at column {e.offset}: {e.msg}" + ) 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/.venv/lib/python3.12/site-packages/_pytest/mark/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/mark/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..523daaa34d76be09e4a2cd0259ff8a8b052917b1 GIT binary patch literal 13079 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 Inwsi=0bCx7wg3PC literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/mark/__pycache__/expression.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_pytest/mark/__pycache__/expression.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0f637925723a6fe852fd3ffa9c37cdf53c86f546 GIT binary patch literal 17363 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/_pytest/mark/expression.py b/.venv/lib/python3.12/site-packages/_pytest/mark/expression.py new file mode 100644 index 0000000..3bdbd03 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/mark/expression.py @@ -0,0 +1,353 @@ +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. +- ident with parentheses and keyword arguments evaluates to True or False according to a provided matcher function. +- or/and/not evaluate according to the usual boolean semantics. +""" + +from __future__ import annotations + +import ast +from collections.abc import Iterator +from collections.abc import Mapping +from collections.abc import Sequence +import dataclasses +import enum +import keyword +import re +import types +from typing import Final +from typing import final +from typing import Literal +from typing import NoReturn +from typing import overload +from typing import Protocol + + +__all__ = [ + "Expression", + "ExpressionMatcher", +] + + +FILE_NAME: Final = "" + + +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__ = ("pos", "type", "value") + type: TokenType + value: str + pos: int + + +class Scanner: + __slots__ = ("current", "input", "tokens") + + def __init__(self, input: str) -> None: + self.input = input + 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 SyntaxError( + f'closing quote "{quote_char}" is missing', + (FILE_NAME, 1, pos + 1, input), + ) + value = input[pos : end_quote_pos + 1] + if (backslash_pos := input.find("\\")) != -1: + raise SyntaxError( + r'escaping with "\" not supported in marker expression', + (FILE_NAME, 1, backslash_pos + 1, input), + ) + 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 SyntaxError( + f'unexpected character "{input[pos]}"', + (FILE_NAME, 1, pos + 1, input), + ) + 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 SyntaxError( + "expected {}; got {}".format( + " OR ".join(type.value for type in expected), + self.current.type.value, + ), + (FILE_NAME, 1, self.current.pos + 1, self.input), + ) + + +# 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 SyntaxError( + f"not a valid python identifier {keyword_name.value}", + (FILE_NAME, 1, keyword_name.pos + 1, s.input), + ) + if keyword.iskeyword(keyword_name.value): + raise SyntaxError( + f"unexpected reserved python keyword `{keyword_name.value}`", + (FILE_NAME, 1, keyword_name.pos + 1, s.input), + ) + 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 SyntaxError( + f'unexpected character/s "{value_token.value}"', + (FILE_NAME, 1, value_token.pos + 1, s.input), + ) + + 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 ExpressionMatcher(Protocol): + """A callable which, given an identifier and optional kwargs, should return + whether it matches in an :class:`Expression` evaluation. + + Should be prepared to handle arbitrary strings as input. + + If no kwargs are provided, the expression of the form `foo`. + If kwargs are provided, the expression is of the form `foo(1, b=True, "s")`. + + If the expression is not supported (e.g. don't want to accept the kwargs + syntax variant), should raise :class:`~pytest.UsageError`. + + Example:: + + def matcher(name: str, /, **kwargs: str | int | bool | None) -> bool: + # Match `cat`. + if name == "cat" and not kwargs: + return True + # Match `dog(barks=True)`. + if name == "dog" and kwargs == {"barks": False}: + return True + return False + """ + + def __call__(self, name: str, /, **kwargs: str | int | bool | None) -> bool: ... + + +@dataclasses.dataclass +class MatcherNameAdapter: + matcher: ExpressionMatcher + 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: ExpressionMatcher) -> 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() + + +@final +class Expression: + """A compiled match expression as used by -k and -m. + + The expression can be evaluated against different matchers. + """ + + __slots__ = ("_code", "input") + + def __init__(self, input: str, code: types.CodeType) -> None: + #: The original input line, as a string. + self.input: Final = input + self._code: Final = code + + @classmethod + def compile(cls, input: str) -> Expression: + """Compile a match expression. + + :param input: The input expression - one line. + + :raises SyntaxError: If the expression is malformed. + """ + astexpr = expression(Scanner(input)) + code = compile( + astexpr, + filename="", + mode="eval", + ) + return Expression(input, code) + + def evaluate(self, matcher: ExpressionMatcher) -> bool: + """Evaluate the match expression. + + :param matcher: + A callback which determines whether an identifier matches or not. + See the :class:`ExpressionMatcher` protocol for details and example. + + :returns: Whether the expression matches or not. + + :raises UsageError: + If the matcher doesn't support the expression. Cannot happen if the + matcher supports all expressions. + """ + return bool(eval(self._code, {"__builtins__": {}}, MatcherAdapter(matcher))) diff --git a/.venv/lib/python3.12/site-packages/_pytest/mark/structures.py b/.venv/lib/python3.12/site-packages/_pytest/mark/structures.py new file mode 100644 index 0000000..16bb6d8 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/mark/structures.py @@ -0,0 +1,664 @@ +# mypy: allow-untyped-defs +from __future__ import annotations + +import collections.abc +from collections.abc import Callable +from collections.abc import Collection +from collections.abc import Iterable +from collections.abc import Iterator +from collections.abc import Mapping +from collections.abc import MutableMapping +from collections.abc import Sequence +import dataclasses +import enum +import inspect +from typing import Any +from typing import final +from typing import NamedTuple +from typing import overload +from typing import TYPE_CHECKING +from typing import TypeVar +import warnings + +from .._code import getfslineno +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.raises import AbstractRaises +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" + + +# Singleton type for HIDDEN_PARAM, as described in: +# https://www.python.org/dev/peps/pep-0484/#support-for-singleton-types-in-unions +class _HiddenParam(enum.Enum): + token = 0 + + +#: Can be used as a parameter set id to hide it from the test name. +HIDDEN_PARAM = _HiddenParam.token + + +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 + + argslisting = ", ".join(argnames) + + _fs, lineno = getfslineno(func) + reason = f"got empty parameter set for ({argslisting})" + 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": + raise Collector.CollectError( + f"Empty parameter set in '{func.__name__}' at line {lineno + 1}" + ) + else: + raise LookupError(requested_mark) + return mark + + +class ParameterSet(NamedTuple): + """A set of values for a set of parameters along with associated marks and + an optional ID for the set. + + Examples:: + + pytest.param(1, 2, 3) + # ParameterSet(values=(1, 2, 3), marks=(), id=None) + + pytest.param("hello", id="greeting") + # ParameterSet(values=("hello",), marks=(), id="greeting") + + # Parameter set with marks + pytest.param(42, marks=pytest.mark.xfail) + # ParameterSet(values=(42,), marks=(MarkDecorator(...),), id=None) + + # From parametrize mark (parameter names + list of parameter sets) + pytest.mark.parametrize( + ("a", "b", "expected"), + [ + (1, 2, 3), + pytest.param(40, 2, 42, id="everything"), + ], + ) + # ParameterSet(values=(1, 2, 3), marks=(), id=None) + # ParameterSet(values=(40, 2, 42), marks=(), id="everything") + """ + + values: Sequence[object | NotSetType] + marks: Collection[MarkDecorator | Mark] + id: str | _HiddenParam | None + + @classmethod + def param( + cls, + *values: object, + marks: MarkDecorator | Collection[MarkDecorator | Mark] = (), + id: str | _HiddenParam | None = None, + ) -> ParameterSet: + if isinstance(marks, MarkDecorator): + marks = (marks,) + else: + assert isinstance(marks, collections.abc.Collection) + if any(i.name == "usefixtures" for i in marks): + raise ValueError( + "pytest.param cannot add pytest.mark.usefixtures; see " + "https://docs.pytest.org/en/stable/reference/reference.html#pytest-param" + ) + + if id is not None: + if not isinstance(id, str) and id is not HIDDEN_PARAM: + raise TypeError( + "Expected id to be a string or a `pytest.HIDDEN_PARAM` sentinel, " + f"got {type(id)}: {id!r}", + ) + 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="NOTSET" + ) + ) + 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=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) + # For staticmethods/classmethods, the marks are eventually fetched from the + # function object, not the descriptor, so unwrap. + unwrapped_func = func + if isinstance(func, staticmethod | classmethod): + unwrapped_func = func.__func__ + if len(args) == 1 and (istestfunc(unwrapped_func) or is_class): + store_mark(unwrapped_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], ...] + | AbstractRaises[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: + # 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'?") + + strict_markers = self._config.getini("strict_markers") + if strict_markers is None: + strict_markers = self._config.getini("strict") + if strict_markers: + fail( + f"{name!r} not found in `markers` configuration option", + pytrace=False, + ) + + 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__ = ("_markers", "node", "parent") + + 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/.venv/lib/python3.12/site-packages/_pytest/monkeypatch.py b/.venv/lib/python3.12/site-packages/_pytest/monkeypatch.py new file mode 100644 index 0000000..07cc3fc --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/monkeypatch.py @@ -0,0 +1,435 @@ +# mypy: allow-untyped-defs +"""Monkeypatching and mocking functionality.""" + +from __future__ import annotations + +from collections.abc import Generator +from collections.abc import Mapping +from collections.abc import MutableMapping +from contextlib import contextmanager +import os +from pathlib import Path +import re +import sys +from typing import Any +from typing import final +from typing import overload +from typing import TypeVar +import warnings + +from _pytest.deprecated import MONKEYPATCH_LEGACY_NAMESPACE_PACKAGES +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: + import pkg_resources + from pkg_resources import fixup_namespace_packages + + # Only issue deprecation warning if this call would actually have an + # effect for this specific path. + if ( + hasattr(pkg_resources, "_namespace_packages") + and pkg_resources._namespace_packages + ): + path_obj = Path(str(path)) + for ns_pkg in pkg_resources._namespace_packages: + if ns_pkg is None: + continue + ns_pkg_path = path_obj / ns_pkg.replace(".", os.sep) + if ns_pkg_path.is_dir(): + warnings.warn( + MONKEYPATCH_LEGACY_NAMESPACE_PACKAGES, stacklevel=2 + ) + break + + 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/.venv/lib/python3.12/site-packages/_pytest/nodes.py b/.venv/lib/python3.12/site-packages/_pytest/nodes.py new file mode 100644 index 0000000..6690f6a --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/nodes.py @@ -0,0 +1,772 @@ +# mypy: allow-untyped-defs +from __future__ import annotations + +import abc +from collections.abc import Callable +from collections.abc import Iterable +from collections.abc import Iterator +from collections.abc import MutableMapping +from functools import cached_property +from functools import lru_cache +import os +import pathlib +from pathlib import Path +from typing import Any +from typing import cast +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.compat import signature +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.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__ = ( + "__dict__", + "_nodeid", + "_store", + "config", + "name", + "parent", + "path", + "session", + ) + + 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 + + +@lru_cache(maxsize=1000) +def _check_initialpaths_for_relpath( + initial_paths: frozenset[Path], path: Path +) -> str | None: + if path in initial_paths: + return "" + + for parent in path.parents: + if parent in initial_paths: + return str(path.relative_to(parent)) + + 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._initialpaths, 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/.venv/lib/python3.12/site-packages/_pytest/outcomes.py b/.venv/lib/python3.12/site-packages/_pytest/outcomes.py new file mode 100644 index 0000000..766be95 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/outcomes.py @@ -0,0 +1,308 @@ +"""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 ClassVar +from typing import NoReturn + +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) + + +class XFailed(Failed): + """Raised from an explicit call to pytest.xfail().""" + + +class _Exit: + """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. + """ + + Exception: ClassVar[type[Exit]] = Exit + + def __call__(self, reason: str = "", returncode: int | None = None) -> NoReturn: + __tracebackhide__ = True + raise Exit(msg=reason, returncode=returncode) + + +exit: _Exit = _Exit() + + +class _Skip: + """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. + """ + + Exception: ClassVar[type[Skipped]] = Skipped + + def __call__(self, reason: str = "", allow_module_level: bool = False) -> NoReturn: + __tracebackhide__ = True + raise Skipped(msg=reason, allow_module_level=allow_module_level) + + +skip: _Skip = _Skip() + + +class _Fail: + """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. + """ + + Exception: ClassVar[type[Failed]] = Failed + + def __call__(self, reason: str = "", pytrace: bool = True) -> NoReturn: + __tracebackhide__ = True + raise Failed(msg=reason, pytrace=pytrace) + + +fail: _Fail = _Fail() + + +class _XFail: + """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. + """ + + Exception: ClassVar[type[XFailed]] = XFailed + + def __call__(self, reason: str = "") -> NoReturn: + __tracebackhide__ = True + raise XFailed(msg=reason) + + +xfail: _XFail = _XFail() + + +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/.venv/lib/python3.12/site-packages/_pytest/pastebin.py b/.venv/lib/python3.12/site-packages/_pytest/pastebin.py new file mode 100644 index 0000000..c7b39d9 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/pastebin.py @@ -0,0 +1,117 @@ +# 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.error import HTTPError + 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 HTTPError as e: + with e: # HTTPErrors are also http responses that must be closed! + return f"bad response: {e}" + except OSError as e: # eg urllib.error.URLError + return f"bad response: {e}" + 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/.venv/lib/python3.12/site-packages/_pytest/pathlib.py b/.venv/lib/python3.12/site-packages/_pytest/pathlib.py new file mode 100644 index 0000000..cd15434 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/pathlib.py @@ -0,0 +1,1063 @@ +from __future__ import annotations + +import atexit +from collections.abc import Callable +from collections.abc import Iterable +from collections.abc import Iterator +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 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, strict=True): + 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()) # type: ignore[arg-type] + + 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 + + +def samefile_nofollow(p1: Path, p2: Path) -> bool: + """Test whether two paths reference the same actual file or directory. + + Unlike Path.samefile(), does not resolve symlinks. + """ + return os.path.samestat(p1.lstat(), p2.lstat()) diff --git a/.venv/lib/python3.12/site-packages/_pytest/py.typed b/.venv/lib/python3.12/site-packages/_pytest/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/.venv/lib/python3.12/site-packages/_pytest/pytester.py b/.venv/lib/python3.12/site-packages/_pytest/pytester.py new file mode 100644 index 0000000..1cd5f05 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/pytester.py @@ -0,0 +1,1791 @@ +# mypy: allow-untyped-defs +"""(Disabled by default) support for testing pytest and pytest plugins. + +PYTEST_DONT_REWRITE +""" + +from __future__ import annotations + +import collections.abc +from collections.abc import Callable +from collections.abc import Generator +from collections.abc import Iterable +from collections.abc import Sequence +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 Final +from typing import final +from typing import IO +from typing import Literal +from typing import overload +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 PytestFDWarning + + +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(PytestFDWarning("\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 ( + f"" + ) + + 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. + #: + #: When running in subprocess mode, specify plugins by name (str) - adding + #: plugin objects directly is not supported. + 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 maketoml(self, source: str) -> Path: + """Write a pytest.toml file. + + :param source: The contents. + :returns: The pytest.toml file. + + .. versionadded:: 9.0 + """ + return self.makefile(".toml", pytest=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. + """ + from _pytest.unraisableexception import gc_collect_iterations_key + + # (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 PytesterHelperPlugin: + @staticmethod + def pytest_configure(config: Config) -> None: + rec.append(self.make_hook_recorder(config.pluginmanager)) + + # The unraisable plugin GC collect slows down inline + # pytester runs too much. + config.stash[gc_collect_iterations_key] = 0 + + plugins.append(PytesterHelperPlugin()) + 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() + instant = timing.Instant() + 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(), instant.elapsed().seconds + ) + 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 = [str(x) for x in self._ensure_basetemp(args)] + + config = _pytest.config._prepareconfig(new_args, self.plugins) + # 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: + instant = timing.Instant() + popen = self.popen( + cmdargs, + stdin=stdin, + stdout=f1, + stderr=f2, + ) + 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() + f1.flush() + f2.flush() + + 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, instant.elapsed().seconds) + + 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) + for plugin in self.plugins: + if not isinstance(plugin, str): + raise ValueError( + f"Specifying plugins as objects is not supported in pytester subprocess mode; " + f"specify by name instead: {plugin}" + ) + args = ("-p", plugin, *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/.venv/lib/python3.12/site-packages/_pytest/pytester_assertions.py b/.venv/lib/python3.12/site-packages/_pytest/pytester_assertions.py new file mode 100644 index 0000000..915cc8a --- /dev/null +++ b/.venv/lib/python3.12/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 collections.abc 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/.venv/lib/python3.12/site-packages/_pytest/python.py b/.venv/lib/python3.12/site-packages/_pytest/python.py new file mode 100644 index 0000000..e637518 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/python.py @@ -0,0 +1,1772 @@ +# 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 +from collections.abc import Callable +from collections.abc import Generator +from collections.abc import Iterable +from collections.abc import Iterator +from collections.abc import Mapping +from collections.abc import Sequence +import dataclasses +import enum +import fnmatch +from functools import partial +import inspect +import itertools +import os +from pathlib import Path +import re +import textwrap +import types +from typing import Any +from typing import cast +from typing import final +from typing import Literal +from typing import NoReturn +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 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 ParameterSet +from _pytest.mark.structures import _HiddenParam +from _pytest.mark.structures import get_unpacked_marks +from _pytest.mark.structures import HIDDEN_PARAM +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 + + +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)", + ) + parser.addini( + "strict_parametrization_ids", + type="bool", + # None => fallback to `strict`. + default=None, + help="Emit an error if non-unique parameter set IDs are detected", + ) + + +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_fail(nodeid: str) -> None: + msg = ( + "async def functions are not natively supported.\n" + "You need to install a suitable plugin for your async framework, for example:\n" + " - anyio\n" + " - pytest-asyncio\n" + " - pytest-tornasync\n" + " - pytest-trio\n" + " - pytest-twisted" + ) + fail(msg, pytrace=False) + + +@hookimpl(trylast=True) +def pytest_pyfunc_call(pyfuncitem: Function) -> object | None: + testfunction = pyfuncitem.obj + if is_async_function(testfunction): + async_fail(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_fail(pyfuncitem.nodeid) + elif result is not None: + warnings.warn( + PytestReturnNotNoneWarning( + f"Test functions should return None, but {pyfuncitem.nodeid} returned {type(result)!r}.\n" + "Did you mean to use `assert` instead of `return`?\n" + "See https://docs.pytest.org/en/stable/how-to/assert.html#return-not-none for more information." + ) + ) + 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 inspect.isgeneratorfunction(obj): + fail( + f"'yield' keyword is allowed in fixtures, but not in tests ({name})", + pytrace=False, + ) + return list(collector._genfunctions(name, obj)) + return None + 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 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]] = [] + collect_imported_tests = self.session.config.getini("collect_imported_tests") + 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) + + if not collect_imported_tests and isinstance(self, Module): + # Do not collect functions and classes from other modules. + if inspect.isfunction(obj) or inspect.isclass(obj): + if obj.__module__ != self._getobj().__name__: + continue + + 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: + metafunc._recompute_direct_params_indices() + # 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}]" if callspec._idlist else name + 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", + "config", + "func_name", + "idfn", + "ids", + "nodeid", + "parametersets", + ) + + # 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, determining parametrization ID + # strictness, 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 | _HiddenParam]: + """Make a unique identifier for each ParameterSet, that may be used to + identify the parametrization in a node ID. + + If strict_parametrization_ids is enabled, and duplicates are detected, + raises CollectError. Otherwise makes the IDs unique as follows: + + 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) + + if self._strict_parametrization_ids_enabled(): + parameters = ", ".join(self.argnames) + parametersets = ", ".join( + [saferepr(list(param.values)) for param in self.parametersets] + ) + ids = ", ".join( + id if id is not HIDDEN_PARAM else "" for id in resolved_ids + ) + duplicates = ", ".join( + id if id is not HIDDEN_PARAM else "" + for id, count in id_counts.items() + if count > 1 + ) + msg = textwrap.dedent(f""" + Duplicate parametrization IDs detected, but strict_parametrization_ids is set. + + Test name: {self.nodeid} + Parameters: {parameters} + Parameter sets: {parametersets} + IDs: {ids} + Duplicates: {duplicates} + + You can fix this problem using `@pytest.mark.parametrize(..., ids=...)` or `pytest.param(..., id=...)`. + """).strip() # noqa: E501 + raise nodes.Collector.CollectError(msg) + + # 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: + if id is HIDDEN_PARAM: + self._complain_multiple_hidden_parameter_sets() + 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 _strict_parametrization_ids_enabled(self) -> bool: + if self.config is None: + return False + strict_parametrization_ids = self.config.getini("strict_parametrization_ids") + if strict_parametrization_ids is None: + strict_parametrization_ids = self.config.getini("strict") + return cast(bool, strict_parametrization_ids) + + def _resolve_ids(self) -> Iterable[str | _HiddenParam]: + """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="...") + if parameterset.id is HIDDEN_PARAM: + yield HIDDEN_PARAM + else: + yield _ascii_escaped_by_config(parameterset.id, self.config) + elif self.ids and idx < len(self.ids) and self.ids[idx] is not None: + # ID provided in the IDs list - parametrize(..., ids=[...]). + if self.ids[idx] is HIDDEN_PARAM: + yield HIDDEN_PARAM + else: + 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, strict=True + ) + ) + + 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, re.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. + prefix = self._make_error_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) + + def _complain_multiple_hidden_parameter_sets(self) -> NoReturn: + fail( + f"{self._make_error_prefix()}multiple instances of HIDDEN_PARAM " + "cannot be used in the same parametrize call, " + "because the tests names need to be unique." + ) + + def _make_error_prefix(self) -> str: + if self.func_name is not None: + return f"In {self.func_name}: " + elif self.nodeid is not None: + return f"In {self.nodeid}: " + else: + return "" + + +@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) + # arg name -> parameter scope. + # 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 | _HiddenParam, + marks: Iterable[Mark | MarkDecorator], + scope: Scope, + param_index: int, + nodeid: str, + ) -> CallSpec2: + params = self.params.copy() + indices = self.indices.copy() + arg2scope = dict(self._arg2scope) + for arg, val in zip(argnames, valset, strict=True): + if arg in params: + raise nodes.Collector.CollectError( + f"{nodeid}: 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 if id is HIDDEN_PARAM else [*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] = [] + + self._params_directness: dict[str, Literal["indirect", "direct"]] = {} + + 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 at test setup time instead. + + 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. + + :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. + + .. versionadded:: 8.4 + :ref:`hidden-param` means to hide the parameter set + from the test name. Can only be used at most 1 time, as + test names need to be unique. + + 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. + """ + nodeid = self.definition.nodeid + + argnames, parametersets = ParameterSet._for_parametrize( + argnames, + argvalues, + self.function, + self.config, + nodeid=self.definition.nodeid, + ) + del argvalues + + if "request" in argnames: + fail( + f"{nodeid}: '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) + + # Calculate directness. + arg_directness = self._resolve_args_directness(argnames, indirect) + self._params_directness.update(arg_directness) + + # Add direct parametrizations as fixturedefs to arg2fixturedefs by + # registering artificial "pseudo" FixtureDef's such that later at test + # setup time we can rely on FixtureDefs to exist for all argnames. + node = None + # For scopes higher than function, a "pseudo" FixtureDef might have + # already been created for the scope. We thus store and cache the + # FixtureDef on the node related to the scope. + if scope_ is Scope.Function: + name2pseudofixturedef = None + else: + 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}" + default: dict[str, FixtureDef[Any]] = {} + name2pseudofixturedef = node.stash.setdefault( + name2pseudofixturedef_key, default + ) + 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, strict=True) + ): + newcallspec = callspec.setmulti( + argnames=argnames, + valset=param_set.values, + id=param_id, + marks=param_set.marks, + scope=scope_, + param_index=param_index, + nodeid=nodeid, + ) + 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 | _HiddenParam]: + """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 _recompute_direct_params_indices(self) -> None: + for argname, param_type in self._params_directness.items(): + if param_type == "direct": + for i, callspec in enumerate(self._calls): + callspec.indices[argname] = i + + +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/.venv/lib/python3.12/site-packages/_pytest/python_api.py b/.venv/lib/python3.12/site-packages/_pytest/python_api.py new file mode 100644 index 0000000..1e389eb --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/python_api.py @@ -0,0 +1,820 @@ +# mypy: allow-untyped-defs +from __future__ import annotations + +from collections.abc import Collection +from collections.abc import Mapping +from collections.abc import Sequence +from collections.abc import Sized +from decimal import Decimal +import math +from numbers import Complex +import pprint +import sys +from typing import Any +from typing import TYPE_CHECKING + + +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 + + if len(self.expected) != len(other_side): + return [ + "Impossible to compare mappings with different sizes.", + f"Lengths: {len(self.expected)} and {len(other_side)}", + ] + + if set(self.expected.keys()) != set(other_side.keys()): + return [ + "comparison failed.", + f"Mappings has different keys: expected {self.expected.keys()} but got {other_side.keys()}", + ] + + 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(), strict=True + ): + 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, strict=True) + ): + if approx_value != other_value: + try: + abs_diff = abs(approx_value.expected - other_value) + max_abs_diff = max(max_abs_diff, abs_diff) + # Ignore non-numbers for the diff calculations (#13012). + except TypeError: + pass + else: + 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, strict=True) + + 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: + if 1e-3 <= self.tolerance < 1e3: + vetted_tolerance = f"{self.tolerance:n}" + else: + 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.""" + + def is_bool(val: Any) -> bool: + # Check if `val` is a native bool or numpy bool. + if isinstance(val, bool): + return True + if np := sys.modules.get("numpy"): + return isinstance(val, np.bool_) + return False + + 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 and np.bool_ + if is_bool(self.expected) and not is_bool(actual): + 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 + # non-numeric, even though it has the required arithmetic. + if is_bool(self.expected) 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 + + __hash__ = None + + @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 __repr__(self) -> str: + if isinstance(self.rel, float): + rel = Decimal.from_float(self.rel) + else: + rel = self.rel + + if isinstance(self.abs, float): + abs_ = Decimal.from_float(self.abs) + else: + abs_ = self.abs + + tol_str = "???" + if rel is not None and Decimal("1e-3") <= rel <= Decimal("1e3"): + tol_str = f"{rel:.1e}" + elif abs_ is not None: + tol_str = f"{abs_:.1e}" + + return f"{self.expected} ± {tol_str}" + + +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 + + **Non-numeric types** + + You can also use ``approx`` to compare non-numeric types, or dicts and + sequences containing non-numeric 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 `_. + + + .. note:: + + Unlike built-in equality, this function considers + booleans unequal to numeric zero or one. For example:: + + >>> 1 == approx(True) + False + + .. 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 non-numeric type. + + .. versionchanged:: 6.1.0 + ``approx`` falls back to strict equality for non-numeric 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. + """ + 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 diff --git a/.venv/lib/python3.12/site-packages/_pytest/raises.py b/.venv/lib/python3.12/site-packages/_pytest/raises.py new file mode 100644 index 0000000..7c246fd --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/raises.py @@ -0,0 +1,1517 @@ +from __future__ import annotations + +from abc import ABC +from abc import abstractmethod +import re +from re import Pattern +import sys +from textwrap import indent +from typing import Any +from typing import cast +from typing import final +from typing import Generic +from typing import get_args +from typing import get_origin +from typing import Literal +from typing import overload +from typing import TYPE_CHECKING +import warnings + +from _pytest._code import ExceptionInfo +from _pytest._code.code import stringify_exception +from _pytest.outcomes import fail +from _pytest.warning_types import PytestWarning + + +if TYPE_CHECKING: + from collections.abc import Callable + from collections.abc import Sequence + + # for some reason Sphinx does not play well with 'from types import TracebackType' + import types + from typing import TypeGuard + + from typing_extensions import ParamSpec + from typing_extensions import TypeVar + + P = ParamSpec("P") + + # this conditional definition is because we want to allow a TypeVar default + BaseExcT_co_default = TypeVar( + "BaseExcT_co_default", + bound=BaseException, + default=BaseException, + covariant=True, + ) + + # Use short name because it shows up in docs. + E = TypeVar("E", bound=BaseException, default=BaseException) +else: + from typing import TypeVar + + BaseExcT_co_default = TypeVar( + "BaseExcT_co_default", bound=BaseException, covariant=True + ) + +# RaisesGroup doesn't work with a default. +BaseExcT_co = TypeVar("BaseExcT_co", bound=BaseException, covariant=True) +BaseExcT_1 = TypeVar("BaseExcT_1", bound=BaseException) +BaseExcT_2 = TypeVar("BaseExcT_2", bound=BaseException) +ExcT_1 = TypeVar("ExcT_1", bound=Exception) +ExcT_2 = TypeVar("ExcT_2", bound=Exception) + +if sys.version_info < (3, 11): + from exceptiongroup import BaseExceptionGroup + from exceptiongroup import ExceptionGroup + + +# String patterns default to including the unicode flag. +_REGEX_NO_FLAGS = re.compile(r"").flags + + +# pytest.raises helper +@overload +def raises( + expected_exception: type[E] | tuple[type[E], ...], + *, + match: str | re.Pattern[str] | None = ..., + check: Callable[[E], bool] = ..., +) -> RaisesExc[E]: ... + + +@overload +def raises( + *, + match: str | re.Pattern[str], + # If exception_type is not provided, check() must do any typechecks itself. + check: Callable[[BaseException], bool] = ..., +) -> RaisesExc[BaseException]: ... + + +@overload +def raises(*, check: Callable[[BaseException], bool]) -> RaisesExc[BaseException]: ... + + +@overload +def raises( + expected_exception: type[E] | tuple[type[E], ...], + func: Callable[..., Any], + *args: Any, + **kwargs: Any, +) -> ExceptionInfo[E]: ... + + +def raises( + expected_exception: type[E] | tuple[type[E], ...] | None = None, + *args: Any, + **kwargs: Any, +) -> RaisesExc[BaseException] | 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. + + This is not a required parameter, you may opt to only use ``match`` and/or + ``check`` for verifying the raised exception. + + :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")``.) + + :kwparam Callable[[BaseException], bool] check: + + .. versionadded:: 8.4 + + If specified, a callable that will be called with the exception as a parameter + after checking the type and the match regex if specified. + If it returns ``True`` it will be considered a match, if not it will + be considered a failed match. + + + 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 ``check`` argument, if provided, must return True when passed the raised exception + for the match to be successful, otherwise an :exc:`AssertionError` is raised. + + >>> import errno + >>> with pytest.raises(OSError, check=lambda e: e.errno == errno.EACCES): + ... raise OSError(errno.EACCES, "no permission to view") + + 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:: + + # Careful, this will catch ANY exception raised. + with pytest.raises(Exception): + 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 + + **Expecting exception groups** + + When expecting exceptions wrapped in :exc:`BaseExceptionGroup` or + :exc:`ExceptionGroup`, you should instead use :class:`pytest.RaisesGroup`. + + **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 args: + if set(kwargs) - {"match", "check", "expected_exception"}: + msg = "Unexpected keyword arguments passed to pytest.raises: " + msg += ", ".join(sorted(kwargs)) + msg += "\nUse context-manager form instead?" + raise TypeError(msg) + + if expected_exception is None: + return RaisesExc(**kwargs) + return RaisesExc(expected_exception, **kwargs) + + 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'." + ) + func = args[0] + if not callable(func): + raise TypeError(f"{func!r} object (type: {type(func)}) must be callable") + with RaisesExc(expected_exception) as excinfo: + func(*args[1:], **kwargs) + try: + return excinfo + finally: + del excinfo + + +# note: RaisesExc/RaisesGroup uses fail() internally, so this alias +# indicates (to [internal] plugins?) that `pytest.raises` will +# raise `_pytest.outcomes.Failed`, where +# `outcomes.Failed is outcomes.fail.Exception is raises.Exception` +# note: this is *not* the same as `_pytest.main.Failed` +# note: mypy does not recognize this attribute, and it's not possible +# to use a protocol/decorator like the others in outcomes due to +# https://github.com/python/mypy/issues/18715 +raises.Exception = fail.Exception # type: ignore[attr-defined] + + +def _match_pattern(match: Pattern[str]) -> str | Pattern[str]: + """Helper function to remove redundant `re.compile` calls when printing regex""" + return match.pattern if match.flags == _REGEX_NO_FLAGS else match + + +def repr_callable(fun: Callable[[BaseExcT_1], bool]) -> str: + """Get the repr of a ``check`` parameter. + + Split out so it can be monkeypatched (e.g. by hypothesis) + """ + return repr(fun) + + +def backquote(s: str) -> str: + return "`" + s + "`" + + +def _exception_type_name( + e: type[BaseException] | tuple[type[BaseException], ...], +) -> str: + if isinstance(e, type): + return e.__name__ + if len(e) == 1: + return e[0].__name__ + return "(" + ", ".join(ee.__name__ for ee in e) + ")" + + +def _check_raw_type( + expected_type: type[BaseException] | tuple[type[BaseException], ...] | None, + exception: BaseException, +) -> str | None: + if expected_type is None or expected_type == (): + return None + + if not isinstance( + exception, + expected_type, + ): + actual_type_str = backquote(_exception_type_name(type(exception)) + "()") + expected_type_str = backquote(_exception_type_name(expected_type)) + if ( + isinstance(exception, BaseExceptionGroup) + and isinstance(expected_type, type) + and not issubclass(expected_type, BaseExceptionGroup) + ): + return f"Unexpected nested {actual_type_str}, expected {expected_type_str}" + return f"{actual_type_str} is not an instance of {expected_type_str}" + return None + + +def is_fully_escaped(s: str) -> bool: + # we know we won't compile with re.VERBOSE, so whitespace doesn't need to be escaped + metacharacters = "{}()+.*?^$[]" + return not any( + c in metacharacters and (i == 0 or s[i - 1] != "\\") for (i, c) in enumerate(s) + ) + + +def unescape(s: str) -> str: + return re.sub(r"\\([{}()+-.*?^$\[\]\s\\])", r"\1", s) + + +# These classes conceptually differ from ExceptionInfo in that ExceptionInfo is tied, and +# constructed from, a particular exception - whereas these are constructed with expected +# exceptions, and later allow matching towards particular exceptions. +# But there's overlap in `ExceptionInfo.match` and `AbstractRaises._check_match`, as with +# `AbstractRaises.matches` and `ExceptionInfo.errisinstance`+`ExceptionInfo.group_contains`. +# The interaction between these classes should perhaps be improved. +class AbstractRaises(ABC, Generic[BaseExcT_co]): + """ABC with common functionality shared between RaisesExc and RaisesGroup""" + + def __init__( + self, + *, + match: str | Pattern[str] | None, + check: Callable[[BaseExcT_co], bool] | None, + ) -> None: + if isinstance(match, str): + # juggle error in order to avoid context to fail (necessary?) + re_error = None + try: + self.match: Pattern[str] | None = re.compile(match) + except re.error as e: + re_error = e + if re_error is not None: + fail(f"Invalid regex pattern provided to 'match': {re_error}") + if match == "": + warnings.warn( + PytestWarning( + "matching against an empty string will *always* pass. If you want " + "to check for an empty message you need to pass '^$'. If you don't " + "want to match you should pass `None` or leave out the parameter." + ), + stacklevel=2, + ) + else: + self.match = match + + # check if this is a fully escaped regex and has ^$ to match fully + # in which case we can do a proper diff on error + self.rawmatch: str | None = None + if isinstance(match, str) or ( + isinstance(match, Pattern) and match.flags == _REGEX_NO_FLAGS + ): + if isinstance(match, Pattern): + match = match.pattern + if ( + match + and match[0] == "^" + and match[-1] == "$" + and is_fully_escaped(match[1:-1]) + ): + self.rawmatch = unescape(match[1:-1]) + + self.check = check + self._fail_reason: str | None = None + + # used to suppress repeated printing of `repr(self.check)` + self._nested: bool = False + + # set in self._parse_exc + self.is_baseexception = False + + def _parse_exc( + self, exc: type[BaseExcT_1] | types.GenericAlias, expected: str + ) -> type[BaseExcT_1]: + if isinstance(exc, type) and issubclass(exc, BaseException): + if not issubclass(exc, Exception): + self.is_baseexception = True + return exc + # because RaisesGroup does not support variable number of exceptions there's + # still a use for RaisesExc(ExceptionGroup[Exception]). + origin_exc: type[BaseException] | None = get_origin(exc) + if origin_exc and issubclass(origin_exc, BaseExceptionGroup): + exc_type = get_args(exc)[0] + if ( + issubclass(origin_exc, ExceptionGroup) and exc_type in (Exception, Any) + ) or ( + issubclass(origin_exc, BaseExceptionGroup) + and exc_type in (BaseException, Any) + ): + if not issubclass(origin_exc, ExceptionGroup): + self.is_baseexception = True + return cast(type[BaseExcT_1], origin_exc) + else: + raise ValueError( + f"Only `ExceptionGroup[Exception]` or `BaseExceptionGroup[BaseException]` " + f"are accepted as generic types but got `{exc}`. " + f"As `raises` will catch all instances of the specified group regardless of the " + f"generic argument specific nested exceptions has to be checked " + f"with `RaisesGroup`." + ) + # unclear if the Type/ValueError distinction is even helpful here + msg = f"Expected {expected}, but got " + if isinstance(exc, type): # type: ignore[unreachable] + raise ValueError(msg + f"{exc.__name__!r}") + if isinstance(exc, BaseException): # type: ignore[unreachable] + raise TypeError(msg + f"an exception instance: {type(exc).__name__}") + raise TypeError(msg + repr(type(exc).__name__)) + + @property + def fail_reason(self) -> str | None: + """Set after a call to :meth:`matches` to give a human-readable reason for why the match failed. + When used as a context manager the string will be printed as the reason for the + test failing.""" + return self._fail_reason + + def _check_check( + self: AbstractRaises[BaseExcT_1], + exception: BaseExcT_1, + ) -> bool: + if self.check is None: + return True + + if self.check(exception): + return True + + check_repr = "" if self._nested else " " + repr_callable(self.check) + self._fail_reason = f"check{check_repr} did not return True" + return False + + # TODO: harmonize with ExceptionInfo.match + def _check_match(self, e: BaseException) -> bool: + if self.match is None or re.search( + self.match, + stringified_exception := stringify_exception( + e, include_subexception_msg=False + ), + ): + return True + + # if we're matching a group, make sure we're explicit to reduce confusion + # if they're trying to match an exception contained within the group + maybe_specify_type = ( + f" the `{_exception_type_name(type(e))}()`" + if isinstance(e, BaseExceptionGroup) + else "" + ) + if isinstance(self.rawmatch, str): + # TODO: it instructs to use `-v` to print leading text, but that doesn't work + # I also don't know if this is the proper entry point, or tool to use at all + from _pytest.assertion.util import _diff_text + from _pytest.assertion.util import dummy_highlighter + + diff = _diff_text(self.rawmatch, stringified_exception, dummy_highlighter) + self._fail_reason = ("\n" if diff[0][0] == "-" else "") + "\n".join(diff) + return False + + self._fail_reason = ( + f"Regex pattern did not match{maybe_specify_type}.\n" + f" Expected regex: {_match_pattern(self.match)!r}\n" + f" Actual message: {stringified_exception!r}" + ) + if _match_pattern(self.match) == stringified_exception: + self._fail_reason += "\n Did you mean to `re.escape()` the regex?" + return False + + @abstractmethod + def matches( + self: AbstractRaises[BaseExcT_1], exception: BaseException + ) -> TypeGuard[BaseExcT_1]: + """Check if an exception matches the requirements of this AbstractRaises. + If it fails, :meth:`AbstractRaises.fail_reason` should be set. + """ + + +@final +class RaisesExc(AbstractRaises[BaseExcT_co_default]): + """ + .. versionadded:: 8.4 + + + This is the class constructed when calling :func:`pytest.raises`, but may be used + directly as a helper class with :class:`RaisesGroup` when you want to specify + requirements on sub-exceptions. + + You don't need this if you only want to specify the type, since :class:`RaisesGroup` + accepts ``type[BaseException]``. + + :param type[BaseException] | tuple[type[BaseException]] | None expected_exception: + The expected type, or one of several possible types. + May be ``None`` in order to only make use of ``match`` and/or ``check`` + + The type is checked with :func:`isinstance`, and does not need to be an exact match. + If that is wanted you can use the ``check`` parameter. + + :kwparam str | Pattern[str] match: + A regex to match. + + :kwparam Callable[[BaseException], bool] check: + If specified, a callable that will be called with the exception as a parameter + after checking the type and the match regex if specified. + If it returns ``True`` it will be considered a match, if not it will + be considered a failed match. + + :meth:`RaisesExc.matches` can also be used standalone to check individual exceptions. + + Examples:: + + with RaisesGroup(RaisesExc(ValueError, match="string")) + ... + with RaisesGroup(RaisesExc(check=lambda x: x.args == (3, "hello"))): + ... + with RaisesGroup(RaisesExc(check=lambda x: type(x) is ValueError)): + ... + """ + + # Trio bundled hypothesis monkeypatching, we will probably instead assume that + # hypothesis will handle that in their pytest plugin by the time this is released. + # Alternatively we could add a version of get_pretty_function_description ourselves + # https://github.com/HypothesisWorks/hypothesis/blob/8ced2f59f5c7bea3344e35d2d53e1f8f8eb9fcd8/hypothesis-python/src/hypothesis/internal/reflection.py#L439 + + # At least one of the three parameters must be passed. + @overload + def __init__( + self, + expected_exception: ( + type[BaseExcT_co_default] | tuple[type[BaseExcT_co_default], ...] + ), + /, + *, + match: str | Pattern[str] | None = ..., + check: Callable[[BaseExcT_co_default], bool] | None = ..., + ) -> None: ... + + @overload + def __init__( + self: RaisesExc[BaseException], # Give E a value. + /, + *, + match: str | Pattern[str] | None, + # If exception_type is not provided, check() must do any typechecks itself. + check: Callable[[BaseException], bool] | None = ..., + ) -> None: ... + + @overload + def __init__(self, /, *, check: Callable[[BaseException], bool]) -> None: ... + + def __init__( + self, + expected_exception: ( + type[BaseExcT_co_default] | tuple[type[BaseExcT_co_default], ...] | None + ) = None, + /, + *, + match: str | Pattern[str] | None = None, + check: Callable[[BaseExcT_co_default], bool] | None = None, + ): + super().__init__(match=match, check=check) + if isinstance(expected_exception, tuple): + expected_exceptions = expected_exception + elif expected_exception is None: + expected_exceptions = () + else: + expected_exceptions = (expected_exception,) + + if (expected_exceptions == ()) and match is None and check is None: + raise ValueError("You must specify at least one parameter to match on.") + + self.expected_exceptions = tuple( + self._parse_exc(e, expected="a BaseException type") + for e in expected_exceptions + ) + + self._just_propagate = False + + def matches( + self, + exception: BaseException | None, + ) -> TypeGuard[BaseExcT_co_default]: + """Check if an exception matches the requirements of this :class:`RaisesExc`. + If it fails, :attr:`RaisesExc.fail_reason` will be set. + + Examples:: + + assert RaisesExc(ValueError).matches(my_exception): + # is equivalent to + assert isinstance(my_exception, ValueError) + + # this can be useful when checking e.g. the ``__cause__`` of an exception. + with pytest.raises(ValueError) as excinfo: + ... + assert RaisesExc(SyntaxError, match="foo").matches(excinfo.value.__cause__) + # above line is equivalent to + assert isinstance(excinfo.value.__cause__, SyntaxError) + assert re.search("foo", str(excinfo.value.__cause__) + + """ + self._just_propagate = False + if exception is None: + self._fail_reason = "exception is None" + return False + if not self._check_type(exception): + self._just_propagate = True + return False + + if not self._check_match(exception): + return False + + return self._check_check(exception) + + def __repr__(self) -> str: + parameters = [] + if self.expected_exceptions: + parameters.append(_exception_type_name(self.expected_exceptions)) + if self.match is not None: + # If no flags were specified, discard the redundant re.compile() here. + parameters.append( + f"match={_match_pattern(self.match)!r}", + ) + if self.check is not None: + parameters.append(f"check={repr_callable(self.check)}") + return f"RaisesExc({', '.join(parameters)})" + + def _check_type(self, exception: BaseException) -> TypeGuard[BaseExcT_co_default]: + self._fail_reason = _check_raw_type(self.expected_exceptions, exception) + return self._fail_reason is None + + def __enter__(self) -> ExceptionInfo[BaseExcT_co_default]: + self.excinfo: ExceptionInfo[BaseExcT_co_default] = ExceptionInfo.for_later() + return self.excinfo + + # TODO: move common code into superclass + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: types.TracebackType | None, + ) -> bool: + __tracebackhide__ = True + if exc_type is None: + if not self.expected_exceptions: + fail("DID NOT RAISE any exception") + if len(self.expected_exceptions) > 1: + fail(f"DID NOT RAISE any of {self.expected_exceptions!r}") + + fail(f"DID NOT RAISE {self.expected_exceptions[0]!r}") + + assert self.excinfo is not None, ( + "Internal error - should have been constructed in __enter__" + ) + + if not self.matches(exc_val): + if self._just_propagate: + return False + raise AssertionError(self._fail_reason) + + # Cast to narrow the exception type now that it's verified.... + # even though the TypeGuard in self.matches should be narrowing + exc_info = cast( + "tuple[type[BaseExcT_co_default], BaseExcT_co_default, types.TracebackType]", + (exc_type, exc_val, exc_tb), + ) + self.excinfo.fill_unfilled(exc_info) + return True + + +@final +class RaisesGroup(AbstractRaises[BaseExceptionGroup[BaseExcT_co]]): + """ + .. versionadded:: 8.4 + + Contextmanager for checking for an expected :exc:`ExceptionGroup`. + This works similar to :func:`pytest.raises`, but allows for specifying the structure of an :exc:`ExceptionGroup`. + :meth:`ExceptionInfo.group_contains` also tries to handle exception groups, + but it is very bad at checking that you *didn't* get unexpected exceptions. + + The catching behaviour differs from :ref:`except* `, being much + stricter about the structure by default. + By using ``allow_unwrapped=True`` and ``flatten_subgroups=True`` you can match + :ref:`except* ` fully when expecting a single exception. + + :param args: + Any number of exception types, :class:`RaisesGroup` or :class:`RaisesExc` + to specify the exceptions contained in this exception. + All specified exceptions must be present in the raised group, *and no others*. + + If you expect a variable number of exceptions you need to use + :func:`pytest.raises(ExceptionGroup) ` and manually check + the contained exceptions. Consider making use of :meth:`RaisesExc.matches`. + + It does not care about the order of the exceptions, so + ``RaisesGroup(ValueError, TypeError)`` + is equivalent to + ``RaisesGroup(TypeError, ValueError)``. + :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 group 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`. + + Note that " (5 subgroups)" will be stripped from the ``repr`` before matching. + :kwparam Callable[[E], bool] check: + If specified, a callable that will be called with the group as a parameter + after successfully matching the expected exceptions. If it returns ``True`` + it will be considered a match, if not it will be considered a failed match. + :kwparam bool allow_unwrapped: + If expecting a single exception or :class:`RaisesExc` it will match even + if the exception is not inside an exceptiongroup. + + Using this together with ``match``, ``check`` or expecting multiple exceptions + will raise an error. + :kwparam bool flatten_subgroups: + "flatten" any groups inside the raised exception group, extracting all exceptions + inside any nested groups, before matching. Without this it expects you to + fully specify the nesting structure by passing :class:`RaisesGroup` as expected + parameter. + + Examples:: + + with RaisesGroup(ValueError): + raise ExceptionGroup("", (ValueError(),)) + # match + with RaisesGroup( + ValueError, + ValueError, + RaisesExc(TypeError, match="^expected int$"), + match="^my group$", + ): + raise ExceptionGroup( + "my group", + [ + ValueError(), + TypeError("expected int"), + ValueError(), + ], + ) + # check + with RaisesGroup( + KeyboardInterrupt, + match="^hello$", + check=lambda x: isinstance(x.__cause__, ValueError), + ): + raise BaseExceptionGroup("hello", [KeyboardInterrupt()]) from ValueError + # nested groups + with RaisesGroup(RaisesGroup(ValueError)): + raise ExceptionGroup("", (ExceptionGroup("", (ValueError(),)),)) + + # flatten_subgroups + with RaisesGroup(ValueError, flatten_subgroups=True): + raise ExceptionGroup("", (ExceptionGroup("", (ValueError(),)),)) + + # allow_unwrapped + with RaisesGroup(ValueError, allow_unwrapped=True): + raise ValueError + + + :meth:`RaisesGroup.matches` can also be used directly to check a standalone exception group. + + + The matching algorithm is greedy, which means cases such as this may fail:: + + with RaisesGroup(ValueError, RaisesExc(ValueError, match="hello")): + raise ExceptionGroup("", (ValueError("hello"), ValueError("goodbye"))) + + even though it generally does not care about the order of the exceptions in the group. + To avoid the above you should specify the first :exc:`ValueError` with a :class:`RaisesExc` as well. + + .. note:: + When raised exceptions don't match the expected ones, you'll get a detailed error + message explaining why. This includes ``repr(check)`` if set, which in Python can be + overly verbose, showing memory locations etc etc. + + If installed and imported (in e.g. ``conftest.py``), the ``hypothesis`` library will + monkeypatch this output to provide shorter & more readable repr's. + """ + + # allow_unwrapped=True requires: singular exception, exception not being + # RaisesGroup instance, match is None, check is None + @overload + def __init__( + self, + expected_exception: type[BaseExcT_co] | RaisesExc[BaseExcT_co], + /, + *, + allow_unwrapped: Literal[True], + flatten_subgroups: bool = False, + ) -> None: ... + + # flatten_subgroups = True also requires no nested RaisesGroup + @overload + def __init__( + self, + expected_exception: type[BaseExcT_co] | RaisesExc[BaseExcT_co], + /, + *other_exceptions: type[BaseExcT_co] | RaisesExc[BaseExcT_co], + flatten_subgroups: Literal[True], + match: str | Pattern[str] | None = None, + check: Callable[[BaseExceptionGroup[BaseExcT_co]], bool] | None = None, + ) -> None: ... + + # simplify the typevars if possible (the following 3 are equivalent but go simpler->complicated) + # ... the first handles RaisesGroup[ValueError], the second RaisesGroup[ExceptionGroup[ValueError]], + # the third RaisesGroup[ValueError | ExceptionGroup[ValueError]]. + # ... otherwise, we will get results like RaisesGroup[ValueError | ExceptionGroup[Never]] (I think) + # (technically correct but misleading) + @overload + def __init__( + self: RaisesGroup[ExcT_1], + expected_exception: type[ExcT_1] | RaisesExc[ExcT_1], + /, + *other_exceptions: type[ExcT_1] | RaisesExc[ExcT_1], + match: str | Pattern[str] | None = None, + check: Callable[[ExceptionGroup[ExcT_1]], bool] | None = None, + ) -> None: ... + + @overload + def __init__( + self: RaisesGroup[ExceptionGroup[ExcT_2]], + expected_exception: RaisesGroup[ExcT_2], + /, + *other_exceptions: RaisesGroup[ExcT_2], + match: str | Pattern[str] | None = None, + check: Callable[[ExceptionGroup[ExceptionGroup[ExcT_2]]], bool] | None = None, + ) -> None: ... + + @overload + def __init__( + self: RaisesGroup[ExcT_1 | ExceptionGroup[ExcT_2]], + expected_exception: type[ExcT_1] | RaisesExc[ExcT_1] | RaisesGroup[ExcT_2], + /, + *other_exceptions: type[ExcT_1] | RaisesExc[ExcT_1] | RaisesGroup[ExcT_2], + match: str | Pattern[str] | None = None, + check: ( + Callable[[ExceptionGroup[ExcT_1 | ExceptionGroup[ExcT_2]]], bool] | None + ) = None, + ) -> None: ... + + # same as the above 3 but handling BaseException + @overload + def __init__( + self: RaisesGroup[BaseExcT_1], + expected_exception: type[BaseExcT_1] | RaisesExc[BaseExcT_1], + /, + *other_exceptions: type[BaseExcT_1] | RaisesExc[BaseExcT_1], + match: str | Pattern[str] | None = None, + check: Callable[[BaseExceptionGroup[BaseExcT_1]], bool] | None = None, + ) -> None: ... + + @overload + def __init__( + self: RaisesGroup[BaseExceptionGroup[BaseExcT_2]], + expected_exception: RaisesGroup[BaseExcT_2], + /, + *other_exceptions: RaisesGroup[BaseExcT_2], + match: str | Pattern[str] | None = None, + check: ( + Callable[[BaseExceptionGroup[BaseExceptionGroup[BaseExcT_2]]], bool] | None + ) = None, + ) -> None: ... + + @overload + def __init__( + self: RaisesGroup[BaseExcT_1 | BaseExceptionGroup[BaseExcT_2]], + expected_exception: type[BaseExcT_1] + | RaisesExc[BaseExcT_1] + | RaisesGroup[BaseExcT_2], + /, + *other_exceptions: type[BaseExcT_1] + | RaisesExc[BaseExcT_1] + | RaisesGroup[BaseExcT_2], + match: str | Pattern[str] | None = None, + check: ( + Callable[ + [BaseExceptionGroup[BaseExcT_1 | BaseExceptionGroup[BaseExcT_2]]], + bool, + ] + | None + ) = None, + ) -> None: ... + + def __init__( + self: RaisesGroup[ExcT_1 | BaseExcT_1 | BaseExceptionGroup[BaseExcT_2]], + expected_exception: type[BaseExcT_1] + | RaisesExc[BaseExcT_1] + | RaisesGroup[BaseExcT_2], + /, + *other_exceptions: type[BaseExcT_1] + | RaisesExc[BaseExcT_1] + | RaisesGroup[BaseExcT_2], + allow_unwrapped: bool = False, + flatten_subgroups: bool = False, + match: str | Pattern[str] | None = None, + check: ( + Callable[[BaseExceptionGroup[BaseExcT_1]], bool] + | Callable[[ExceptionGroup[ExcT_1]], bool] + | None + ) = None, + ): + # The type hint on the `self` and `check` parameters uses different formats + # that are *very* hard to reconcile while adhering to the overloads, so we cast + # it to avoid an error when passing it to super().__init__ + check = cast( + "Callable[[BaseExceptionGroup[ExcT_1|BaseExcT_1|BaseExceptionGroup[BaseExcT_2]]], bool]", + check, + ) + super().__init__(match=match, check=check) + self.allow_unwrapped = allow_unwrapped + self.flatten_subgroups: bool = flatten_subgroups + self.is_baseexception = False + + if allow_unwrapped and other_exceptions: + raise ValueError( + "You cannot specify multiple exceptions with `allow_unwrapped=True.`" + " If you want to match one of multiple possible exceptions you should" + " use a `RaisesExc`." + " E.g. `RaisesExc(check=lambda e: isinstance(e, (...)))`", + ) + if allow_unwrapped and isinstance(expected_exception, RaisesGroup): + raise ValueError( + "`allow_unwrapped=True` has no effect when expecting a `RaisesGroup`." + " You might want it in the expected `RaisesGroup`, or" + " `flatten_subgroups=True` if you don't care about the structure.", + ) + if allow_unwrapped and (match is not None or check is not None): + raise ValueError( + "`allow_unwrapped=True` bypasses the `match` and `check` parameters" + " if the exception is unwrapped. If you intended to match/check the" + " exception you should use a `RaisesExc` object. If you want to match/check" + " the exceptiongroup when the exception *is* wrapped you need to" + " do e.g. `if isinstance(exc.value, ExceptionGroup):" + " assert RaisesGroup(...).matches(exc.value)` afterwards.", + ) + + self.expected_exceptions: tuple[ + type[BaseExcT_co] | RaisesExc[BaseExcT_co] | RaisesGroup[BaseException], ... + ] = tuple( + self._parse_excgroup(e, "a BaseException type, RaisesExc, or RaisesGroup") + for e in ( + expected_exception, + *other_exceptions, + ) + ) + + def _parse_excgroup( + self, + exc: ( + type[BaseExcT_co] + | types.GenericAlias + | RaisesExc[BaseExcT_1] + | RaisesGroup[BaseExcT_2] + ), + expected: str, + ) -> type[BaseExcT_co] | RaisesExc[BaseExcT_1] | RaisesGroup[BaseExcT_2]: + # verify exception type and set `self.is_baseexception` + if isinstance(exc, RaisesGroup): + if self.flatten_subgroups: + raise ValueError( + "You cannot specify a nested structure inside a RaisesGroup with" + " `flatten_subgroups=True`. The parameter will flatten subgroups" + " in the raised exceptiongroup before matching, which would never" + " match a nested structure.", + ) + self.is_baseexception |= exc.is_baseexception + exc._nested = True + return exc + elif isinstance(exc, RaisesExc): + self.is_baseexception |= exc.is_baseexception + exc._nested = True + return exc + elif isinstance(exc, tuple): + raise TypeError( + f"Expected {expected}, but got {type(exc).__name__!r}.\n" + "RaisesGroup does not support tuples of exception types when expecting one of " + "several possible exception types like RaisesExc.\n" + "If you meant to expect a group with multiple exceptions, list them as separate arguments." + ) + else: + return super()._parse_exc(exc, expected) + + @overload + def __enter__( + self: RaisesGroup[ExcT_1], + ) -> ExceptionInfo[ExceptionGroup[ExcT_1]]: ... + @overload + def __enter__( + self: RaisesGroup[BaseExcT_1], + ) -> ExceptionInfo[BaseExceptionGroup[BaseExcT_1]]: ... + + def __enter__(self) -> ExceptionInfo[BaseExceptionGroup[BaseException]]: + self.excinfo: ExceptionInfo[BaseExceptionGroup[BaseExcT_co]] = ( + ExceptionInfo.for_later() + ) + return self.excinfo + + def __repr__(self) -> str: + reqs = [ + e.__name__ if isinstance(e, type) else repr(e) + for e in self.expected_exceptions + ] + if self.allow_unwrapped: + reqs.append(f"allow_unwrapped={self.allow_unwrapped}") + if self.flatten_subgroups: + reqs.append(f"flatten_subgroups={self.flatten_subgroups}") + if self.match is not None: + # If no flags were specified, discard the redundant re.compile() here. + reqs.append(f"match={_match_pattern(self.match)!r}") + if self.check is not None: + reqs.append(f"check={repr_callable(self.check)}") + return f"RaisesGroup({', '.join(reqs)})" + + def _unroll_exceptions( + self, + exceptions: Sequence[BaseException], + ) -> Sequence[BaseException]: + """Used if `flatten_subgroups=True`.""" + res: list[BaseException] = [] + for exc in exceptions: + if isinstance(exc, BaseExceptionGroup): + res.extend(self._unroll_exceptions(exc.exceptions)) + + else: + res.append(exc) + return res + + @overload + def matches( + self: RaisesGroup[ExcT_1], + exception: BaseException | None, + ) -> TypeGuard[ExceptionGroup[ExcT_1]]: ... + @overload + def matches( + self: RaisesGroup[BaseExcT_1], + exception: BaseException | None, + ) -> TypeGuard[BaseExceptionGroup[BaseExcT_1]]: ... + + def matches( + self, + exception: BaseException | None, + ) -> bool: + """Check if an exception matches the requirements of this RaisesGroup. + If it fails, `RaisesGroup.fail_reason` will be set. + + Example:: + + with pytest.raises(TypeError) as excinfo: + ... + assert RaisesGroup(ValueError).matches(excinfo.value.__cause__) + # the above line is equivalent to + myexc = excinfo.value.__cause + assert isinstance(myexc, BaseExceptionGroup) + assert len(myexc.exceptions) == 1 + assert isinstance(myexc.exceptions[0], ValueError) + """ + self._fail_reason = None + if exception is None: + self._fail_reason = "exception is None" + return False + if not isinstance(exception, BaseExceptionGroup): + # we opt to only print type of the exception here, as the repr would + # likely be quite long + not_group_msg = f"`{type(exception).__name__}()` is not an exception group" + if len(self.expected_exceptions) > 1: + self._fail_reason = not_group_msg + return False + # if we have 1 expected exception, check if it would work even if + # allow_unwrapped is not set + res = self._check_expected(self.expected_exceptions[0], exception) + if res is None and self.allow_unwrapped: + return True + + if res is None: + self._fail_reason = ( + f"{not_group_msg}, but would match with `allow_unwrapped=True`" + ) + elif self.allow_unwrapped: + self._fail_reason = res + else: + self._fail_reason = not_group_msg + return False + + actual_exceptions: Sequence[BaseException] = exception.exceptions + if self.flatten_subgroups: + actual_exceptions = self._unroll_exceptions(actual_exceptions) + + if not self._check_match(exception): + self._fail_reason = cast(str, self._fail_reason) + old_reason = self._fail_reason + if ( + len(actual_exceptions) == len(self.expected_exceptions) == 1 + and isinstance(expected := self.expected_exceptions[0], type) + and isinstance(actual := actual_exceptions[0], expected) + and self._check_match(actual) + ): + assert self.match is not None, "can't be None if _check_match failed" + assert self._fail_reason is old_reason is not None + self._fail_reason += ( + f"\n" + f" but matched the expected `{self._repr_expected(expected)}`.\n" + f" You might want " + f"`RaisesGroup(RaisesExc({expected.__name__}, match={_match_pattern(self.match)!r}))`" + ) + else: + self._fail_reason = old_reason + return False + + # do the full check on expected exceptions + if not self._check_exceptions( + exception, + actual_exceptions, + ): + self._fail_reason = cast(str, self._fail_reason) + assert self._fail_reason is not None + old_reason = self._fail_reason + # if we're not expecting a nested structure, and there is one, do a second + # pass where we try flattening it + if ( + not self.flatten_subgroups + and not any( + isinstance(e, RaisesGroup) for e in self.expected_exceptions + ) + and any(isinstance(e, BaseExceptionGroup) for e in actual_exceptions) + and self._check_exceptions( + exception, + self._unroll_exceptions(exception.exceptions), + ) + ): + # only indent if it's a single-line reason. In a multi-line there's already + # indented lines that this does not belong to. + indent = " " if "\n" not in self._fail_reason else "" + self._fail_reason = ( + old_reason + + f"\n{indent}Did you mean to use `flatten_subgroups=True`?" + ) + else: + self._fail_reason = old_reason + return False + + # Only run `self.check` once we know `exception` is of the correct type. + if not self._check_check(exception): + reason = ( + cast(str, self._fail_reason) + f" on the {type(exception).__name__}" + ) + if ( + len(actual_exceptions) == len(self.expected_exceptions) == 1 + and isinstance(expected := self.expected_exceptions[0], type) + # we explicitly break typing here :) + and self._check_check(actual_exceptions[0]) # type: ignore[arg-type] + ): + self._fail_reason = reason + ( + f", but did return True for the expected {self._repr_expected(expected)}." + f" You might want RaisesGroup(RaisesExc({expected.__name__}, check=<...>))" + ) + else: + self._fail_reason = reason + return False + + return True + + @staticmethod + def _check_expected( + expected_type: ( + type[BaseException] | RaisesExc[BaseException] | RaisesGroup[BaseException] + ), + exception: BaseException, + ) -> str | None: + """Helper method for `RaisesGroup.matches` and `RaisesGroup._check_exceptions` + to check one of potentially several expected exceptions.""" + if isinstance(expected_type, type): + return _check_raw_type(expected_type, exception) + res = expected_type.matches(exception) + if res: + return None + assert expected_type.fail_reason is not None + if expected_type.fail_reason.startswith("\n"): + return f"\n{expected_type!r}: {indent(expected_type.fail_reason, ' ')}" + return f"{expected_type!r}: {expected_type.fail_reason}" + + @staticmethod + def _repr_expected(e: type[BaseException] | AbstractRaises[BaseException]) -> str: + """Get the repr of an expected type/RaisesExc/RaisesGroup, but we only want + the name if it's a type""" + if isinstance(e, type): + return _exception_type_name(e) + return repr(e) + + @overload + def _check_exceptions( + self: RaisesGroup[ExcT_1], + _exception: Exception, + actual_exceptions: Sequence[Exception], + ) -> TypeGuard[ExceptionGroup[ExcT_1]]: ... + @overload + def _check_exceptions( + self: RaisesGroup[BaseExcT_1], + _exception: BaseException, + actual_exceptions: Sequence[BaseException], + ) -> TypeGuard[BaseExceptionGroup[BaseExcT_1]]: ... + + def _check_exceptions( + self, + _exception: BaseException, + actual_exceptions: Sequence[BaseException], + ) -> bool: + """Helper method for RaisesGroup.matches that attempts to pair up expected and actual exceptions""" + # The _exception parameter is not used, but necessary for the TypeGuard + + # full table with all results + results = ResultHolder(self.expected_exceptions, actual_exceptions) + + # (indexes of) raised exceptions that haven't (yet) found an expected + remaining_actual = list(range(len(actual_exceptions))) + # (indexes of) expected exceptions that haven't found a matching raised + failed_expected: list[int] = [] + # successful greedy matches + matches: dict[int, int] = {} + + # loop over expected exceptions first to get a more predictable result + for i_exp, expected in enumerate(self.expected_exceptions): + for i_rem in remaining_actual: + res = self._check_expected(expected, actual_exceptions[i_rem]) + results.set_result(i_exp, i_rem, res) + if res is None: + remaining_actual.remove(i_rem) + matches[i_exp] = i_rem + break + else: + failed_expected.append(i_exp) + + # All exceptions matched up successfully + if not remaining_actual and not failed_expected: + return True + + # in case of a single expected and single raised we simplify the output + if 1 == len(actual_exceptions) == len(self.expected_exceptions): + assert not matches + self._fail_reason = res + return False + + # The test case is failing, so we can do a slow and exhaustive check to find + # duplicate matches etc that will be helpful in debugging + for i_exp, expected in enumerate(self.expected_exceptions): + for i_actual, actual in enumerate(actual_exceptions): + if results.has_result(i_exp, i_actual): + continue + results.set_result( + i_exp, i_actual, self._check_expected(expected, actual) + ) + + successful_str = ( + f"{len(matches)} matched exception{'s' if len(matches) > 1 else ''}. " + if matches + else "" + ) + + # all expected were found + if not failed_expected and results.no_match_for_actual(remaining_actual): + self._fail_reason = ( + f"{successful_str}Unexpected exception(s):" + f" {[actual_exceptions[i] for i in remaining_actual]!r}" + ) + return False + # all raised exceptions were expected + if not remaining_actual and results.no_match_for_expected(failed_expected): + no_match_for_str = ", ".join( + self._repr_expected(self.expected_exceptions[i]) + for i in failed_expected + ) + self._fail_reason = f"{successful_str}Too few exceptions raised, found no match for: [{no_match_for_str}]" + return False + + # if there's only one remaining and one failed, and the unmatched didn't match anything else, + # we elect to only print why the remaining and the failed didn't match. + if ( + 1 == len(remaining_actual) == len(failed_expected) + and results.no_match_for_actual(remaining_actual) + and results.no_match_for_expected(failed_expected) + ): + self._fail_reason = f"{successful_str}{results.get_result(failed_expected[0], remaining_actual[0])}" + return False + + # there's both expected and raised exceptions without matches + s = "" + if matches: + s += f"\n{successful_str}" + indent_1 = " " * 2 + indent_2 = " " * 4 + + if not remaining_actual: + s += "\nToo few exceptions raised!" + elif not failed_expected: + s += "\nUnexpected exception(s)!" + + if failed_expected: + s += "\nThe following expected exceptions did not find a match:" + rev_matches = {v: k for k, v in matches.items()} + for i_failed in failed_expected: + s += ( + f"\n{indent_1}{self._repr_expected(self.expected_exceptions[i_failed])}" + ) + for i_actual, actual in enumerate(actual_exceptions): + if results.get_result(i_exp, i_actual) is None: + # we print full repr of match target + s += ( + f"\n{indent_2}It matches {backquote(repr(actual))} which was paired with " + + backquote( + self._repr_expected( + self.expected_exceptions[rev_matches[i_actual]] + ) + ) + ) + + if remaining_actual: + s += "\nThe following raised exceptions did not find a match" + for i_actual in remaining_actual: + s += f"\n{indent_1}{actual_exceptions[i_actual]!r}:" + for i_exp, expected in enumerate(self.expected_exceptions): + res = results.get_result(i_exp, i_actual) + if i_exp in failed_expected: + assert res is not None + if res[0] != "\n": + s += "\n" + s += indent(res, indent_2) + if res is None: + # we print full repr of match target + s += ( + f"\n{indent_2}It matches {backquote(self._repr_expected(expected))} " + f"which was paired with {backquote(repr(actual_exceptions[matches[i_exp]]))}" + ) + + if len(self.expected_exceptions) == len(actual_exceptions) and possible_match( + results + ): + s += ( + "\nThere exist a possible match when attempting an exhaustive check," + " but RaisesGroup uses a greedy algorithm. " + "Please make your expected exceptions more stringent with `RaisesExc` etc" + " so the greedy algorithm can function." + ) + self._fail_reason = s + return False + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: types.TracebackType | None, + ) -> bool: + __tracebackhide__ = True + if exc_type is None: + fail(f"DID NOT RAISE any exception, expected `{self.expected_type()}`") + + assert self.excinfo is not None, ( + "Internal error - should have been constructed in __enter__" + ) + + # group_str is the only thing that differs between RaisesExc and RaisesGroup... + # I might just scrap it? Or make it part of fail_reason + group_str = ( + "(group)" + if self.allow_unwrapped and not issubclass(exc_type, BaseExceptionGroup) + else "group" + ) + + if not self.matches(exc_val): + fail(f"Raised exception {group_str} did not match: {self._fail_reason}") + + # Cast to narrow the exception type now that it's verified.... + # even though the TypeGuard in self.matches should be narrowing + exc_info = cast( + "tuple[type[BaseExceptionGroup[BaseExcT_co]], BaseExceptionGroup[BaseExcT_co], types.TracebackType]", + (exc_type, exc_val, exc_tb), + ) + self.excinfo.fill_unfilled(exc_info) + return True + + def expected_type(self) -> str: + subexcs = [] + for e in self.expected_exceptions: + if isinstance(e, RaisesExc): + subexcs.append(repr(e)) + elif isinstance(e, RaisesGroup): + subexcs.append(e.expected_type()) + elif isinstance(e, type): + subexcs.append(e.__name__) + else: # pragma: no cover + raise AssertionError("unknown type") + group_type = "Base" if self.is_baseexception else "" + return f"{group_type}ExceptionGroup({', '.join(subexcs)})" + + +@final +class NotChecked: + """Singleton for unchecked values in ResultHolder""" + + +class ResultHolder: + """Container for results of checking exceptions. + Used in RaisesGroup._check_exceptions and possible_match. + """ + + def __init__( + self, + expected_exceptions: tuple[ + type[BaseException] | AbstractRaises[BaseException], ... + ], + actual_exceptions: Sequence[BaseException], + ) -> None: + self.results: list[list[str | type[NotChecked] | None]] = [ + [NotChecked for _ in expected_exceptions] for _ in actual_exceptions + ] + + def set_result(self, expected: int, actual: int, result: str | None) -> None: + self.results[actual][expected] = result + + def get_result(self, expected: int, actual: int) -> str | None: + res = self.results[actual][expected] + assert res is not NotChecked + # mypy doesn't support identity checking against anything but None + return res # type: ignore[return-value] + + def has_result(self, expected: int, actual: int) -> bool: + return self.results[actual][expected] is not NotChecked + + def no_match_for_expected(self, expected: list[int]) -> bool: + for i in expected: + for actual_results in self.results: + assert actual_results[i] is not NotChecked + if actual_results[i] is None: + return False + return True + + def no_match_for_actual(self, actual: list[int]) -> bool: + for i in actual: + for res in self.results[i]: + assert res is not NotChecked + if res is None: + return False + return True + + +def possible_match(results: ResultHolder, used: set[int] | None = None) -> bool: + if used is None: + used = set() + curr_row = len(used) + if curr_row == len(results.results): + return True + return any( + val is None and i not in used and possible_match(results, used | {i}) + for (i, val) in enumerate(results.results[curr_row]) + ) diff --git a/.venv/lib/python3.12/site-packages/_pytest/recwarn.py b/.venv/lib/python3.12/site-packages/_pytest/recwarn.py new file mode 100644 index 0000000..e3db717 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/recwarn.py @@ -0,0 +1,367 @@ +# mypy: allow-untyped-defs +"""Record warnings during test function execution.""" + +from __future__ import annotations + +from collections.abc import Callable +from collections.abc import Generator +from collections.abc import Iterator +from pprint import pformat +import re +from types import TracebackType +from typing import Any +from typing import final +from typing import overload +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 | re.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 | re.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 | re.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): + """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[:] = [] + + # Type ignored because we basically want the `catch_warnings` generic type + # parameter to be ourselves but that is not possible(?). + def __enter__(self) -> Self: # type: ignore[override] + 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 | re.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/.venv/lib/python3.12/site-packages/_pytest/reports.py b/.venv/lib/python3.12/site-packages/_pytest/reports.py new file mode 100644 index 0000000..011a69d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/reports.py @@ -0,0 +1,694 @@ +# mypy: allow-untyped-defs +from __future__ import annotations + +from collections.abc import Iterable +from collections.abc import Iterator +from collections.abc import Mapping +from collections.abc import Sequence +import dataclasses +from io import StringIO +import os +from pprint import pprint +import sys +from typing import Any +from typing import cast +from typing import final +from typing import Literal +from typing import NoReturn +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 sys.version_info < (3, 11): + from exceptiongroup import BaseExceptionGroup + + +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()) + + +def _format_failed_longrepr( + item: Item, call: CallInfo[None], excinfo: ExceptionInfo[BaseException] +): + 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") + ) + return longrepr + + +def _format_exception_group_all_skipped_longrepr( + item: Item, + excinfo: ExceptionInfo[BaseExceptionGroup[BaseException | BaseExceptionGroup]], +) -> tuple[str, int, str]: + r = excinfo._getreprcrash() + assert r is not None, ( + "There should always be a traceback entry for skipping a test." + ) + if all( + getattr(skip, "_use_item_location", False) for skip in excinfo.value.exceptions + ): + path, line = item.reportinfo()[:2] + assert line is not None + loc = (os.fspath(path), line + 1) + default_msg = "skipped" + else: + loc = (str(r.path), r.lineno) + default_msg = r.message + + # Get all unique skip messages. + msgs: list[str] = [] + for exception in excinfo.value.exceptions: + m = getattr(exception, "msg", None) or ( + exception.args[0] if exception.args else None + ) + if m and m not in msgs: + msgs.append(m) + + reason = "; ".join(msgs) if msgs else default_msg + longrepr = (*loc, reason) + return longrepr + + +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: Literal["setup", "call", "teardown"] = 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) + elif isinstance(excinfo.value, BaseExceptionGroup) and ( + excinfo.value.split(skip.Exception)[1] is None + ): + # All exceptions in the group are skip exceptions. + outcome = "skipped" + excinfo = cast( + ExceptionInfo[ + BaseExceptionGroup[BaseException | BaseExceptionGroup] + ], + excinfo, + ) + longrepr = _format_exception_group_all_skipped_longrepr(item, excinfo) + else: + outcome = "failed" + longrepr = _format_failed_longrepr(item, call, excinfo) + 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/.venv/lib/python3.12/site-packages/_pytest/runner.py b/.venv/lib/python3.12/site-packages/_pytest/runner.py new file mode 100644 index 0000000..9c20ff9 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/runner.py @@ -0,0 +1,580 @@ +# mypy: allow-untyped-defs +"""Basic collect and runtest protocol implementations.""" + +from __future__ import annotations + +import bdb +from collections.abc import Callable +import dataclasses +import os +import sys +import types +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 .config import Config +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=None, + metavar="N", + help="Minimal duration in seconds for inclusion in slowest list. " + "Default: 0.005 (or 0.0 if -vv is given).", + ) + + +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 + if durations_min is None: + durations_min = 0.005 if verbose < 2 else 0.0 + 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 rep.duration < durations_min: + tr.write_line("") + message = f"({len(dlist) - i} durations < {durations_min:g}s hidden." + if terminalreporter.config.option.durations_min is None: + message += " Use -vv to show these durations." + message += ")" + tr.write_line(message) + 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}" + + call = CallInfo.from_call( + lambda: runtest_hook(item=item, **kwds), + when=when, + reraise=get_reraise_exceptions(item.config), + ) + 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 get_reraise_exceptions(config: Config) -> tuple[type[BaseException], ...]: + """Return exception types that should not be suppressed in general.""" + reraise: tuple[type[BaseException], ...] = (Exit,) + if not config.getoption("usepdb", False): + reraise += (KeyboardInterrupt,) + return reraise + + +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 + instant = timing.Instant() + try: + result: TResult | None = func() + except BaseException: + excinfo = ExceptionInfo.from_current() + if reraise is not None and isinstance(excinfo.value, reraise): + raise + result = None + duration = instant.elapsed() + return cls( + start=duration.start.time, + stop=duration.stop.time, + duration=duration.seconds, + 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/.venv/lib/python3.12/site-packages/_pytest/scope.py b/.venv/lib/python3.12/site-packages/_pytest/scope.py new file mode 100644 index 0000000..2b007e8 --- /dev/null +++ b/.venv/lib/python3.12/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 = "function" + Class = "class" + Module = "module" + Package = "package" + Session = "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/.venv/lib/python3.12/site-packages/_pytest/setuponly.py b/.venv/lib/python3.12/site-packages/_pytest/setuponly.py new file mode 100644 index 0000000..7e6b46b --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/setuponly.py @@ -0,0 +1,98 @@ +from __future__ import annotations + +from collections.abc 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) + + scopename = fixturedef.scope[0].upper() + tw.write(f"{msg:<8} {scopename} {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/.venv/lib/python3.12/site-packages/_pytest/setupplan.py b/.venv/lib/python3.12/site-packages/_pytest/setupplan.py new file mode 100644 index 0000000..4e124cc --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/_pytest/skipping.py b/.venv/lib/python3.12/site-packages/_pytest/skipping.py new file mode 100644 index 0000000..3b06762 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/skipping.py @@ -0,0 +1,321 @@ +# mypy: allow-untyped-defs +"""Support for skip/xfail functions and markers.""" + +from __future__ import annotations + +from collections.abc import Generator +from collections.abc import Mapping +import dataclasses +import os +import platform +import sys +import traceback + +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.raises import AbstractRaises +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( + "strict_xfail", + "Default for the strict parameter of xfail " + "markers when not given explicitly (default: False) (alias: xfail_strict)", + type="bool", + # None => fallback to `strict`. + default=None, + aliases=["xfail_strict"], + ) + + +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=strict_xfail): " + "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__ = ("raises", "reason", "run", "strict") + + reason: str + run: bool + strict: bool + raises: ( + type[BaseException] + | tuple[type[BaseException], ...] + | AbstractRaises[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") + if strict is None: + strict = item.config.getini("strict_xfail") + if strict is None: + strict = item.config.getini("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[Xfail | None]() + + +@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 = call.excinfo.value.msg + rep.outcome = "skipped" + elif not rep.skipped and xfailed: + if call.excinfo: + raises = xfailed.raises + if raises is None or ( + ( + isinstance(raises, type | tuple) + and isinstance(call.excinfo.value, raises) + ) + or ( + isinstance(raises, AbstractRaises) + and raises.matches(call.excinfo.value) + ) + ): + rep.outcome = "skipped" + rep.wasxfail = xfailed.reason + else: + rep.outcome = "failed" + 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/.venv/lib/python3.12/site-packages/_pytest/stash.py b/.venv/lib/python3.12/site-packages/_pytest/stash.py new file mode 100644 index 0000000..6a9ff88 --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/_pytest/stepwise.py b/.venv/lib/python3.12/site-packages/_pytest/stepwise.py new file mode 100644 index 0000000..8901540 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/stepwise.py @@ -0,0 +1,209 @@ +from __future__ import annotations + +import dataclasses +from datetime import datetime +from datetime import timedelta +from typing import Any +from typing import TYPE_CHECKING + +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 + + +if TYPE_CHECKING: + from typing_extensions import Self + +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.", + ) + group.addoption( + "--sw-reset", + "--stepwise-reset", + action="store_true", + default=False, + dest="stepwise_reset", + help="Resets stepwise state, restarting the stepwise workflow. " + "Implicitly enables --stepwise.", + ) + + +def pytest_configure(config: Config) -> None: + # --stepwise-skip/--stepwise-reset implies stepwise. + if config.option.stepwise_skip or config.option.stepwise_reset: + 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 + + +@dataclasses.dataclass +class StepwiseCacheInfo: + # The nodeid of the last failed test. + last_failed: str | None + + # The number of tests in the last time --stepwise was run. + # We use this information as a simple way to invalidate the cache information, avoiding + # confusing behavior in case the cache is stale. + last_test_count: int | None + + # The date when the cache was last updated, for information purposes only. + last_cache_date_str: str + + @property + def last_cache_date(self) -> datetime: + return datetime.fromisoformat(self.last_cache_date_str) + + @classmethod + def empty(cls) -> Self: + return cls( + last_failed=None, + last_test_count=None, + last_cache_date_str=datetime.now().isoformat(), + ) + + def update_date_to_now(self) -> None: + self.last_cache_date_str = datetime.now().isoformat() + + +class StepwisePlugin: + def __init__(self, config: Config) -> None: + self.config = config + self.session: Session | None = None + self.report_status: list[str] = [] + assert config.cache is not None + self.cache: Cache = config.cache + self.skip: bool = config.getoption("stepwise_skip") + self.reset: bool = config.getoption("stepwise_reset") + self.cached_info = self._load_cached_info() + + def _load_cached_info(self) -> StepwiseCacheInfo: + cached_dict: dict[str, Any] | None = self.cache.get(STEPWISE_CACHE_DIR, None) + if cached_dict: + try: + return StepwiseCacheInfo( + cached_dict["last_failed"], + cached_dict["last_test_count"], + cached_dict["last_cache_date_str"], + ) + except (KeyError, TypeError) as e: + error = f"{type(e).__name__}: {e}" + self.report_status.append(f"error reading cache, discarding ({error})") + + # Cache not found or error during load, return a new cache. + return StepwiseCacheInfo.empty() + + def pytest_sessionstart(self, session: Session) -> None: + self.session = session + + def pytest_collection_modifyitems( + self, config: Config, items: list[nodes.Item] + ) -> None: + last_test_count = self.cached_info.last_test_count + self.cached_info.last_test_count = len(items) + + if self.reset: + self.report_status.append("resetting state, not skipping.") + self.cached_info.last_failed = None + return + + if not self.cached_info.last_failed: + self.report_status.append("no previously failed tests, not skipping.") + return + + if last_test_count is not None and last_test_count != len(items): + self.report_status.append( + f"test count changed, not skipping (now {len(items)} tests, previously {last_test_count})." + ) + self.cached_info.last_failed = None + 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.cached_info.last_failed: + 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.append("previously failed test not found, not skipping.") + else: + cache_age = datetime.now() - self.cached_info.last_cache_date + # Round up to avoid showing microseconds. + cache_age = timedelta(seconds=int(cache_age.total_seconds())) + self.report_status.append( + f"skipping {failed_index} already passed items (cache from {cache_age} ago," + f" use --sw-reset to discard)." + ) + 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.cached_info.last_failed: + self.cached_info.last_failed = None + + self.skip = False + else: + # Mark test as the last failing and interrupt the test session. + self.cached_info.last_failed = 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.cached_info.last_failed: + self.cached_info.last_failed = None + + def pytest_report_collectionfinish(self) -> list[str] | None: + if self.config.get_verbosity() >= 0 and self.report_status: + return [f"stepwise: {x}" for x in 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.cached_info.update_date_to_now() + self.cache.set(STEPWISE_CACHE_DIR, dataclasses.asdict(self.cached_info)) diff --git a/.venv/lib/python3.12/site-packages/_pytest/subtests.py b/.venv/lib/python3.12/site-packages/_pytest/subtests.py new file mode 100644 index 0000000..e0ceb27 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/subtests.py @@ -0,0 +1,411 @@ +"""Builtin plugin that adds subtests support.""" + +from __future__ import annotations + +from collections import defaultdict +from collections.abc import Callable +from collections.abc import Iterator +from collections.abc import Mapping +from contextlib import AbstractContextManager +from contextlib import contextmanager +from contextlib import ExitStack +from contextlib import nullcontext +import dataclasses +import time +from types import TracebackType +from typing import Any +from typing import TYPE_CHECKING + +import pluggy + +from _pytest._code import ExceptionInfo +from _pytest._io.saferepr import saferepr +from _pytest.capture import CaptureFixture +from _pytest.capture import FDCapture +from _pytest.capture import SysCapture +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.logging import catching_logs +from _pytest.logging import LogCaptureHandler +from _pytest.logging import LoggingPlugin +from _pytest.reports import TestReport +from _pytest.runner import CallInfo +from _pytest.runner import check_interactive_exception +from _pytest.runner import get_reraise_exceptions +from _pytest.stash import StashKey + + +if TYPE_CHECKING: + from typing_extensions import Self + + +def pytest_addoption(parser: Parser) -> None: + Config._add_verbosity_ini( + parser, + Config.VERBOSITY_SUBTESTS, + help=( + "Specify verbosity level for subtests. " + "Higher levels will generate output for passed subtests. Failed subtests are always reported." + ), + ) + + +@dataclasses.dataclass(frozen=True, slots=True, kw_only=True) +class SubtestContext: + """The values passed to Subtests.test() that are included in the test report.""" + + msg: str | None + kwargs: Mapping[str, Any] + + def _to_json(self) -> dict[str, Any]: + return dataclasses.asdict(self) + + @classmethod + def _from_json(cls, d: dict[str, Any]) -> Self: + return cls(msg=d["msg"], kwargs=d["kwargs"]) + + +@dataclasses.dataclass(init=False) +class SubtestReport(TestReport): + context: SubtestContext + + @property + def head_line(self) -> str: + _, _, domain = self.location + return f"{domain} {self._sub_test_description()}" + + def _sub_test_description(self) -> str: + parts = [] + if self.context.msg is not None: + parts.append(f"[{self.context.msg}]") + if self.context.kwargs: + params_desc = ", ".join( + f"{k}={saferepr(v)}" for (k, v) in self.context.kwargs.items() + ) + parts.append(f"({params_desc})") + return " ".join(parts) or "()" + + def _to_json(self) -> dict[str, Any]: + data = super()._to_json() + del data["context"] + data["_report_type"] = "SubTestReport" + data["_subtest.context"] = self.context._to_json() + return data + + @classmethod + def _from_json(cls, reportdict: dict[str, Any]) -> SubtestReport: + report = super()._from_json(reportdict) + report.context = SubtestContext._from_json(reportdict["_subtest.context"]) + return report + + @classmethod + def _new( + cls, + test_report: TestReport, + context: SubtestContext, + captured_output: Captured | None, + captured_logs: CapturedLogs | None, + ) -> Self: + result = super()._from_json(test_report._to_json()) + result.context = context + + if captured_output: + if captured_output.out: + result.sections.append(("Captured stdout call", captured_output.out)) + if captured_output.err: + result.sections.append(("Captured stderr call", captured_output.err)) + + if captured_logs and (log := captured_logs.handler.stream.getvalue()): + result.sections.append(("Captured log call", log)) + + return result + + +@fixture +def subtests(request: SubRequest) -> Subtests: + """Provides subtests functionality.""" + capmam = request.node.config.pluginmanager.get_plugin("capturemanager") + suspend_capture_ctx = ( + capmam.global_and_fixture_disabled if capmam is not None else nullcontext + ) + return Subtests(request.node.ihook, suspend_capture_ctx, request, _ispytest=True) + + +class Subtests: + """Subtests fixture, enables declaring subtests inside test functions via the :meth:`test` method.""" + + def __init__( + self, + ihook: pluggy.HookRelay, + suspend_capture_ctx: Callable[[], AbstractContextManager[None]], + request: SubRequest, + *, + _ispytest: bool = False, + ) -> None: + check_ispytest(_ispytest) + self._ihook = ihook + self._suspend_capture_ctx = suspend_capture_ctx + self._request = request + + def test( + self, + msg: str | None = None, + **kwargs: Any, + ) -> _SubTestContextManager: + """ + Context manager for subtests, capturing exceptions raised inside the subtest scope and + reporting assertion failures and errors individually. + + Usage + ----- + + .. code-block:: python + + def test(subtests): + for i in range(5): + with subtests.test("custom message", i=i): + assert i % 2 == 0 + + :param msg: + If given, the message will be shown in the test report in case of subtest failure. + + :param kwargs: + Arbitrary values that are also added to the subtest report. + """ + return _SubTestContextManager( + self._ihook, + msg, + kwargs, + request=self._request, + suspend_capture_ctx=self._suspend_capture_ctx, + config=self._request.config, + ) + + +@dataclasses.dataclass +class _SubTestContextManager: + """ + Context manager for subtests, capturing exceptions raised inside the subtest scope and handling + them through the pytest machinery. + """ + + # Note: initially the logic for this context manager was implemented directly + # in Subtests.test() as a @contextmanager, however, it is not possible to control the output fully when + # exiting from it due to an exception when in `--exitfirst` mode, so this was refactored into an + # explicit context manager class (pytest-dev/pytest-subtests#134). + + ihook: pluggy.HookRelay + msg: str | None + kwargs: dict[str, Any] + suspend_capture_ctx: Callable[[], AbstractContextManager[None]] + request: SubRequest + config: Config + + def __enter__(self) -> None: + __tracebackhide__ = True + + self._start = time.time() + self._precise_start = time.perf_counter() + self._exc_info = None + + self._exit_stack = ExitStack() + self._captured_output = self._exit_stack.enter_context( + capturing_output(self.request) + ) + self._captured_logs = self._exit_stack.enter_context( + capturing_logs(self.request) + ) + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool: + __tracebackhide__ = True + if exc_val is not None: + exc_info = ExceptionInfo.from_exception(exc_val) + else: + exc_info = None + + self._exit_stack.close() + + precise_stop = time.perf_counter() + duration = precise_stop - self._precise_start + stop = time.time() + + call_info = CallInfo[None]( + None, + exc_info, + start=self._start, + stop=stop, + duration=duration, + when="call", + _ispytest=True, + ) + report = self.ihook.pytest_runtest_makereport( + item=self.request.node, call=call_info + ) + sub_report = SubtestReport._new( + report, + SubtestContext(msg=self.msg, kwargs=self.kwargs), + captured_output=self._captured_output, + captured_logs=self._captured_logs, + ) + + if sub_report.failed: + failed_subtests = self.config.stash[failed_subtests_key] + failed_subtests[self.request.node.nodeid] += 1 + + with self.suspend_capture_ctx(): + self.ihook.pytest_runtest_logreport(report=sub_report) + + if check_interactive_exception(call_info, sub_report): + self.ihook.pytest_exception_interact( + node=self.request.node, call=call_info, report=sub_report + ) + + if exc_val is not None: + if isinstance(exc_val, get_reraise_exceptions(self.config)): + return False + if self.request.session.shouldfail: + return False + return True + + +@contextmanager +def capturing_output(request: SubRequest) -> Iterator[Captured]: + option = request.config.getoption("capture", None) + + capman = request.config.pluginmanager.getplugin("capturemanager") + if getattr(capman, "_capture_fixture", None): + # capsys or capfd are active, subtest should not capture. + fixture = None + elif option == "sys": + fixture = CaptureFixture(SysCapture, request, _ispytest=True) + elif option == "fd": + fixture = CaptureFixture(FDCapture, request, _ispytest=True) + else: + fixture = None + + if fixture is not None: + fixture._start() + + captured = Captured() + try: + yield captured + finally: + if fixture is not None: + out, err = fixture.readouterr() + fixture.close() + captured.out = out + captured.err = err + + +@contextmanager +def capturing_logs( + request: SubRequest, +) -> Iterator[CapturedLogs | None]: + logging_plugin: LoggingPlugin | None = request.config.pluginmanager.getplugin( + "logging-plugin" + ) + if logging_plugin is None: + yield None + else: + handler = LogCaptureHandler() + handler.setFormatter(logging_plugin.formatter) + + captured_logs = CapturedLogs(handler) + with catching_logs(handler, level=logging_plugin.log_level): + yield captured_logs + + +@dataclasses.dataclass +class Captured: + out: str = "" + err: str = "" + + +@dataclasses.dataclass +class CapturedLogs: + handler: LogCaptureHandler + + +def pytest_report_to_serializable(report: TestReport) -> dict[str, Any] | None: + if isinstance(report, SubtestReport): + return report._to_json() + return None + + +def pytest_report_from_serializable(data: dict[str, Any]) -> SubtestReport | None: + if data.get("_report_type") == "SubTestReport": + return SubtestReport._from_json(data) + return None + + +# Dict of nodeid -> number of failed subtests. +# Used to fail top-level tests that passed but contain failed subtests. +failed_subtests_key = StashKey[defaultdict[str, int]]() + + +def pytest_configure(config: Config) -> None: + config.stash[failed_subtests_key] = defaultdict(lambda: 0) + + +@hookimpl(tryfirst=True) +def pytest_report_teststatus( + report: TestReport, + config: Config, +) -> tuple[str, str, str | Mapping[str, bool]] | None: + if report.when != "call": + return None + + quiet = config.get_verbosity(Config.VERBOSITY_SUBTESTS) == 0 + if isinstance(report, SubtestReport): + outcome = report.outcome + description = report._sub_test_description() + + if hasattr(report, "wasxfail"): + if quiet: + return "", "", "" + elif outcome == "skipped": + category = "xfailed" + short = "y" # x letter is used for regular xfail, y for subtest xfail + status = "SUBXFAIL" + # outcome == "passed" in an xfail is only possible via a @pytest.mark.xfail mark, which + # is not applicable to a subtest, which only handles pytest.xfail(). + else: # pragma: no cover + # This should not normally happen, unless some plugin is setting wasxfail without + # the correct outcome. Pytest expects the call outcome to be either skipped or + # passed in case of xfail. + # Let's pass this report to the next hook. + return None + return category, short, f"{status}{description}" + + if report.failed: + return outcome, "u", f"SUBFAILED{description}" + else: + if report.passed: + if quiet: + return "", "", "" + else: + return f"subtests {outcome}", "u", f"SUBPASSED{description}" + elif report.skipped: + if quiet: + return "", "", "" + else: + return outcome, "-", f"SUBSKIPPED{description}" + + else: + failed_subtests_count = config.stash[failed_subtests_key][report.nodeid] + # Top-level test, fail if it contains failed subtests and it has passed. + if report.passed and failed_subtests_count > 0: + report.outcome = "failed" + suffix = "s" if failed_subtests_count > 1 else "" + report.longrepr = f"contains {failed_subtests_count} failed subtest{suffix}" + + return None diff --git a/.venv/lib/python3.12/site-packages/_pytest/terminal.py b/.venv/lib/python3.12/site-packages/_pytest/terminal.py new file mode 100644 index 0000000..e66e4f4 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/terminal.py @@ -0,0 +1,1763 @@ +# 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 +from collections.abc import Callable +from collections.abc import Generator +from collections.abc import Mapping +from collections.abc import Sequence +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 ClassVar +from typing import final +from typing import Literal +from typing import NamedTuple +from typing import TextIO +from typing import TYPE_CHECKING +import warnings + +import pluggy + +from _pytest import compat +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.compat 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", + "subtests passed", + "subtests failed", + "subtests skipped", +) + +_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( # private to use reserved lower-case short option + "-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( + "--force-short-summary", + action="store_true", + dest="force_short_summary", + default=False, + help="Force condensed summary output regardless of verbosity level.", + ) + group._addoption( # private to use reserved lower-case short option + "-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( # private to use reserved lower-case short option + "-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( # private to use reserved lower-case short option + "-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) + + # See terminalprogress.py. + # On Windows it's safe to load by default. + if sys.platform == "win32": + config.pluginmanager.import_plugin("terminalprogress") + + +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 + # isatty should be a method but was wrongly implemented as a boolean. + # We use CallableBool here to support both. + self.isatty = compat.CallableBool(file.isatty()) + self._progress_nodeids_reported: set[str] = set() + self._timing_nodeids_reported: set[str] = set() + self._show_progress_info = self._determine_show_progress_info() + self._collect_report_last_write = timing.Instant() + self._already_displayed_warnings: int | None = None + self._keyboardinterrupt_memo: ExceptionRepr | None = None + + def _determine_show_progress_info( + self, + ) -> Literal["progress", "count", "times", 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" + elif cfg == "times": + return "times" + 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 + + @property + def reported_progress(self) -> int: + """The amount of items reported in the progress so far. + + :meta private: + """ + return len(self._progress_nodeids_reported) + + 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 write_raw(self, content: str, *, flush: bool = False) -> None: + self._tw.write_raw(content, flush=flush) + + 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 self.reported_progress == 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.reported_progress + ): + 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 = self.reported_progress + counter_format = f"{{:{len(str(collected))}d}}" + format_string = f" [{counter_format}/{{}}]" + return format_string.format(progress, collected) + return f" [ {collected} / {collected} ]" + if self._show_progress_info == "times": + if not collected: + return "" + all_reports = ( + self._get_reports_to_display("passed") + + self._get_reports_to_display("xpassed") + + self._get_reports_to_display("failed") + + self._get_reports_to_display("xfailed") + + self._get_reports_to_display("skipped") + + self._get_reports_to_display("error") + + self._get_reports_to_display("") + ) + current_location = all_reports[-1].location[0] + not_reported = [ + r for r in all_reports if r.nodeid not in self._timing_nodeids_reported + ] + tests_in_module = sum( + i.location[0] == current_location for i in self._session.items + ) + tests_completed = sum( + r.when == "setup" + for r in not_reported + if r.location[0] == current_location + ) + last_in_module = tests_completed == tests_in_module + if self.showlongtestinfo or last_in_module: + self._timing_nodeids_reported.update(r.nodeid for r in not_reported) + return format_node_duration( + sum(r.duration for r in not_reported if isinstance(r, TestReport)) + ) + return "" + if collected: + return f" [{self.reported_progress * 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}]") + elif self._show_progress_info == "times": + progress_length = len(" 99h 59m") + 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) + 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 the "collecting" report every `REPORT_COLLECTING_RESOLUTION`. + if ( + self._collect_report_last_write.elapsed().seconds + < REPORT_COLLECTING_RESOLUTION + ): + return + self._collect_report_last_write = timing.Instant() + + 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 += f" / {errors} error{'s' if errors != 1 else ''}" + if deselected: + line += f" / {deselected} deselected" + if skipped: + line += f" / {skipped} skipped" + if self._numcollected > selected: + line += f" / {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._session_start = timing.Instant() + 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: + warning = "" + if config._ignored_config_files: + warning = f" (WARNING: ignoring pytest config in {', '.join(config._ignored_config_files)}!)" + result.append( + "configfile: " + bestrelpath(config.rootpath, config.inipath) + warning + ) + + 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(f"{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._outrep_summary(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 = self._session_start.elapsed() + (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.seconds)}" + 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(f"{markup_word} [{num}] {fspath}:{lineno}: {reason}") + else: + lines.append(f"{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)) # noqa: UP031 + + 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") # noqa: UP031 + 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})] # noqa: UP031 + + 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) + + msg: str | None + try: + if isinstance(rep.longrepr, str): + msg = rep.longrepr + else: + # 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 + ) and not config.option.force_short_summary: + 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", + "subtests passed": "green", + "subtests failed": "red", +} +_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 format_node_duration(seconds: float) -> str: + """Format the given seconds in a human readable manner to show in the test progress.""" + # The formatting is designed to be compact and readable, with at most 7 characters + # for durations below 100 hours. + if seconds < 0.00001: + return f" {seconds * 1000000:.3f}us" + if seconds < 0.0001: + return f" {seconds * 1000000:.2f}us" + if seconds < 0.001: + return f" {seconds * 1000000:.1f}us" + if seconds < 0.01: + return f" {seconds * 1000:.3f}ms" + if seconds < 0.1: + return f" {seconds * 1000:.2f}ms" + if seconds < 1: + return f" {seconds * 1000:.1f}ms" + if seconds < 60: + return f" {seconds:.3f}s" + if seconds < 3600: + return f" {seconds // 60:.0f}m {seconds % 60:.0f}s" + return f" {seconds // 3600:.0f}h {(seconds % 3600) // 60:.0f}m" + + +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 + + +class TerminalProgressPlugin: + """Terminal progress reporting plugin using OSC 9;4 ANSI sequences. + + Emits OSC 9;4 sequences to indicate test progress to terminal + tabs/windows/etc. + + Not all terminal emulators support this feature. + + Ref: https://conemu.github.io/en/AnsiEscapeCodes.html#ConEmu_specific_OSC + """ + + def __init__(self, tr: TerminalReporter) -> None: + self._tr = tr + self._session: Session | None = None + self._has_failures = False + + def _emit_progress( + self, + state: Literal["remove", "normal", "error", "indeterminate", "paused"], + progress: int | None = None, + ) -> None: + """Emit OSC 9;4 sequence for indicating progress to the terminal. + + :param state: + Progress state to set. + :param progress: + Progress value 0-100. Required for "normal", optional for "error" + and "paused", otherwise ignored. + """ + assert progress is None or 0 <= progress <= 100 + + # OSC 9;4 sequence: ESC ] 9 ; 4 ; state ; progress ST + # ST can be ESC \ or BEL. ESC \ seems better supported. + match state: + case "remove": + sequence = "\x1b]9;4;0;\x1b\\" + case "normal": + assert progress is not None + sequence = f"\x1b]9;4;1;{progress}\x1b\\" + case "error": + if progress is not None: + sequence = f"\x1b]9;4;2;{progress}\x1b\\" + else: + sequence = "\x1b]9;4;2;\x1b\\" + case "indeterminate": + sequence = "\x1b]9;4;3;\x1b\\" + case "paused": + if progress is not None: + sequence = f"\x1b]9;4;4;{progress}\x1b\\" + else: + sequence = "\x1b]9;4;4;\x1b\\" + + self._tr.write_raw(sequence, flush=True) + + @hookimpl + def pytest_sessionstart(self, session: Session) -> None: + self._session = session + # Show indeterminate progress during collection. + self._emit_progress("indeterminate") + + @hookimpl + def pytest_collection_finish(self) -> None: + assert self._session is not None + if self._session.testscollected > 0: + # Switch from indeterminate to 0% progress. + self._emit_progress("normal", 0) + + @hookimpl + def pytest_runtest_logreport(self, report: TestReport) -> None: + if report.failed: + self._has_failures = True + + # Let's consider the "call" phase for progress. + if report.when != "call": + return + + # Calculate and emit progress. + assert self._session is not None + collected = self._session.testscollected + if collected > 0: + reported = self._tr.reported_progress + progress = min(reported * 100 // collected, 100) + self._emit_progress("error" if self._has_failures else "normal", progress) + + @hookimpl + def pytest_sessionfinish(self) -> None: + self._emit_progress("remove") diff --git a/.venv/lib/python3.12/site-packages/_pytest/terminalprogress.py b/.venv/lib/python3.12/site-packages/_pytest/terminalprogress.py new file mode 100644 index 0000000..287f0d5 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/terminalprogress.py @@ -0,0 +1,30 @@ +# A plugin to register the TerminalProgressPlugin plugin. +# +# This plugin is not loaded by default due to compatibility issues (#13896), +# but can be enabled in one of these ways: +# - The terminal plugin enables it in a few cases where it's safe, and not +# blocked by the user (using e.g. `-p no:terminalprogress`). +# - The user explicitly requests it, e.g. using `-p terminalprogress`. +# +# In a few years, if it's safe, we can consider enabling it by default. Then, +# this file will become unnecessary and can be inlined into terminal.py. + +from __future__ import annotations + +import os + +from _pytest.config import Config +from _pytest.config import hookimpl +from _pytest.terminal import TerminalProgressPlugin +from _pytest.terminal import TerminalReporter + + +@hookimpl(trylast=True) +def pytest_configure(config: Config) -> None: + reporter: TerminalReporter | None = config.pluginmanager.get_plugin( + "terminalreporter" + ) + + if reporter is not None and reporter.isatty() and os.environ.get("TERM") != "dumb": + plugin = TerminalProgressPlugin(reporter) + config.pluginmanager.register(plugin, name="terminalprogress-plugin") diff --git a/.venv/lib/python3.12/site-packages/_pytest/threadexception.py b/.venv/lib/python3.12/site-packages/_pytest/threadexception.py new file mode 100644 index 0000000..eb57783 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/threadexception.py @@ -0,0 +1,152 @@ +from __future__ import annotations + +import collections +from collections.abc import Callable +import functools +import sys +import threading +import traceback +from typing import NamedTuple +from typing import TYPE_CHECKING +import warnings + +from _pytest.config import Config +from _pytest.nodes import Item +from _pytest.stash import StashKey +from _pytest.tracemalloc import tracemalloc_message +import pytest + + +if TYPE_CHECKING: + pass + +if sys.version_info < (3, 11): + from exceptiongroup import ExceptionGroup + + +class ThreadExceptionMeta(NamedTuple): + msg: str + cause_msg: str + exc_value: BaseException | None + + +thread_exceptions: StashKey[collections.deque[ThreadExceptionMeta | BaseException]] = ( + StashKey() +) + + +def collect_thread_exception(config: Config) -> None: + pop_thread_exception = config.stash[thread_exceptions].pop + errors: list[pytest.PytestUnhandledThreadExceptionWarning | RuntimeError] = [] + meta = None + hook_error = None + try: + while True: + try: + meta = pop_thread_exception() + except IndexError: + break + + if isinstance(meta, BaseException): + hook_error = RuntimeError("Failed to process thread exception") + hook_error.__cause__ = meta + errors.append(hook_error) + continue + + msg = meta.msg + try: + warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) + except pytest.PytestUnhandledThreadExceptionWarning as e: + # This except happens when the warning is treated as an error (e.g. `-Werror`). + if meta.exc_value is not None: + # Exceptions have a better way to show the traceback, but + # warnings do not, so hide the traceback from the msg and + # set the cause so the traceback shows up in the right place. + e.args = (meta.cause_msg,) + e.__cause__ = meta.exc_value + errors.append(e) + + if len(errors) == 1: + raise errors[0] + if errors: + raise ExceptionGroup("multiple thread exception warnings", errors) + finally: + del errors, meta, hook_error + + +def cleanup( + *, config: Config, prev_hook: Callable[[threading.ExceptHookArgs], object] +) -> None: + try: + try: + # We don't join threads here, so exceptions raised from any + # threads still running by the time _threading_atexits joins them + # do not get captured (see #13027). + collect_thread_exception(config) + finally: + threading.excepthook = prev_hook + finally: + del config.stash[thread_exceptions] + + +def thread_exception_hook( + args: threading.ExceptHookArgs, + /, + *, + append: Callable[[ThreadExceptionMeta | BaseException], object], +) -> None: + try: + # we need to compute these strings here as they might change after + # the excepthook finishes and before the metadata object is + # collected by a pytest hook + thread_name = "" if args.thread is None else args.thread.name + summary = f"Exception in thread {thread_name}" + traceback_message = "\n\n" + "".join( + traceback.format_exception( + args.exc_type, + args.exc_value, + args.exc_traceback, + ) + ) + tracemalloc_tb = "\n" + tracemalloc_message(args.thread) + msg = summary + traceback_message + tracemalloc_tb + cause_msg = summary + tracemalloc_tb + + append( + ThreadExceptionMeta( + # Compute these strings here as they might change later + msg=msg, + cause_msg=cause_msg, + exc_value=args.exc_value, + ) + ) + except BaseException as e: + append(e) + # Raising this will cause the exception to be logged twice, once in our + # collect_thread_exception and once by sys.excepthook + # which is fine - this should never happen anyway and if it does + # it should probably be reported as a pytest bug. + raise + + +def pytest_configure(config: Config) -> None: + prev_hook = threading.excepthook + deque: collections.deque[ThreadExceptionMeta | BaseException] = collections.deque() + config.stash[thread_exceptions] = deque + config.add_cleanup(functools.partial(cleanup, config=config, prev_hook=prev_hook)) + threading.excepthook = functools.partial(thread_exception_hook, append=deque.append) + + +@pytest.hookimpl(trylast=True) +def pytest_runtest_setup(item: Item) -> None: + collect_thread_exception(item.config) + + +@pytest.hookimpl(trylast=True) +def pytest_runtest_call(item: Item) -> None: + collect_thread_exception(item.config) + + +@pytest.hookimpl(trylast=True) +def pytest_runtest_teardown(item: Item) -> None: + collect_thread_exception(item.config) diff --git a/.venv/lib/python3.12/site-packages/_pytest/timing.py b/.venv/lib/python3.12/site-packages/_pytest/timing.py new file mode 100644 index 0000000..51c3db2 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/timing.py @@ -0,0 +1,95 @@ +"""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 + +import dataclasses +from datetime import datetime +from datetime import timezone +from time import perf_counter +from time import sleep +from time import time +from typing import TYPE_CHECKING + + +if TYPE_CHECKING: + from pytest import MonkeyPatch + + +@dataclasses.dataclass(frozen=True) +class Instant: + """ + Represents an instant in time, used to both get the timestamp value and to measure + the duration of a time span. + + Inspired by Rust's `std::time::Instant`. + """ + + # Creation time of this instant, using time.time(), to measure actual time. + # Note: using a `lambda` to correctly get the mocked time via `MockTiming`. + time: float = dataclasses.field(default_factory=lambda: time(), init=False) + + # Performance counter tick of the instant, used to measure precise elapsed time. + # Note: using a `lambda` to correctly get the mocked time via `MockTiming`. + perf_count: float = dataclasses.field( + default_factory=lambda: perf_counter(), init=False + ) + + def elapsed(self) -> Duration: + """Measure the duration since `Instant` was created.""" + return Duration(start=self, stop=Instant()) + + def as_utc(self) -> datetime: + """Instant as UTC datetime.""" + return datetime.fromtimestamp(self.time, timezone.utc) + + +@dataclasses.dataclass(frozen=True) +class Duration: + """A span of time as measured by `Instant.elapsed()`.""" + + start: Instant + stop: Instant + + @property + def seconds(self) -> float: + """Elapsed time of the duration in seconds, measured using a performance counter for precise timing.""" + return self.stop.perf_count - self.start.perf_count + + +@dataclasses.dataclass +class MockTiming: + """Mocks _pytest.timing with a known object that can be used to control timing in tests + deterministically. + + pytest itself should always use functions from `_pytest.timing` instead of `time` directly. + + This then allows us more control over time during testing, if testing code also + uses `_pytest.timing` functions. + + Time is static, and only advances through `sleep` calls, thus tests might sleep over large + numbers and obtain accurate time() calls at the end, making tests reliable and instant.""" + + _current_time: float = datetime(2020, 5, 22, 14, 20, 50).timestamp() + + def sleep(self, seconds: float) -> None: + self._current_time += seconds + + def time(self) -> float: + return self._current_time + + def patch(self, monkeypatch: MonkeyPatch) -> None: + # pylint: disable-next=import-self + from _pytest import timing # noqa: PLW0406 + + monkeypatch.setattr(timing, "sleep", self.sleep) + monkeypatch.setattr(timing, "time", self.time) + monkeypatch.setattr(timing, "perf_counter", self.time) + + +__all__ = ["perf_counter", "sleep", "time"] diff --git a/.venv/lib/python3.12/site-packages/_pytest/tmpdir.py b/.venv/lib/python3.12/site-packages/_pytest/tmpdir.py new file mode 100644 index 0000000..855ad27 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/tmpdir.py @@ -0,0 +1,315 @@ +# mypy: allow-untyped-defs +"""Support for providing temporary directories to test functions.""" + +from __future__ import annotations + +from collections.abc import Generator +import dataclasses +import os +from pathlib import Path +import re +from shutil import rmtree +import tempfile +from typing import Any +from typing import final +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", + # NOTE: Would have been better as an `int` but can't change it now. + type="string", + ) + + 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)", + type="string", + 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. + 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/.venv/lib/python3.12/site-packages/_pytest/tracemalloc.py b/.venv/lib/python3.12/site-packages/_pytest/tracemalloc.py new file mode 100644 index 0000000..5d0b198 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/tracemalloc.py @@ -0,0 +1,24 @@ +from __future__ import annotations + + +def tracemalloc_message(source: object) -> str: + if source is None: + return "" + + try: + import tracemalloc + except ImportError: + return "" + + tb = tracemalloc.get_object_traceback(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. + return f"\nObject allocated at:\n{formatted_tb}" + # No need for a leading new line. + url = "https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings" + return ( + "Enable tracemalloc to get traceback where the object was allocated.\n" + f"See {url} for more info." + ) diff --git a/.venv/lib/python3.12/site-packages/_pytest/unittest.py b/.venv/lib/python3.12/site-packages/_pytest/unittest.py new file mode 100644 index 0000000..23b9272 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/unittest.py @@ -0,0 +1,628 @@ +# mypy: allow-untyped-defs +"""Discover and run std-library "unittest" style tests.""" + +from __future__ import annotations + +from collections.abc import Callable +from collections.abc import Generator +from collections.abc import Iterable +from collections.abc import Iterator +from enum import auto +from enum import Enum +import inspect +import sys +import traceback +import types +from typing import Any +from typing import TYPE_CHECKING +from unittest import TestCase + +import _pytest._code +from _pytest._code import ExceptionInfo +from _pytest.compat import assert_never +from _pytest.compat import is_async_function +from _pytest.config import hookimpl +from _pytest.fixtures import FixtureRequest +from _pytest.monkeypatch import MonkeyPatch +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 +from _pytest.runner import check_interactive_exception +from _pytest.subtests import SubtestContext +from _pytest.subtests import SubtestReport + + +if sys.version_info[:2] < (3, 11): + from exceptiongroup import ExceptionGroup + +if TYPE_CHECKING: + from types import TracebackType + import unittest + + import twisted.trial.unittest + + +_SysExcInfoType = ( + 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 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 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 + failfast = False + _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() + if sys.version_info < (3, 11): + # A cache of the subTest errors and non-subtest skips in self._outcome. + # Compute and cache these lists once, instead of computing them again and again for each subtest (#13965). + self._cached_errors_and_skips: tuple[list[Any], list[Any]] | None = None + + 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: + rawexcinfo = _handle_twisted_exc_info(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, *, handle_subtests: bool = True + ) -> None: + from unittest.case import _SubTest # type: ignore[attr-defined] + + def add_skip() -> None: + try: + raise skip.Exception(reason, _use_item_location=True) + except skip.Exception: + self._addexcinfo(sys.exc_info()) + + if not handle_subtests: + add_skip() + return + + if isinstance(testcase, _SubTest): + add_skip() + if self._excinfo is not None: + exc_info = self._excinfo[-1] + self.addSubTest(testcase.test_case, testcase, exc_info) + else: + # For python < 3.11: the non-subtest skips have to be added by `add_skip` only after all subtest + # failures are processed by `_addSubTest`: `self.instance._outcome` has no attribute + # `skipped/errors` anymore. + # We also need to check if `self.instance._outcome` is `None` (this happens if the test + # class/method is decorated with `unittest.skip`, see pytest-dev/pytest-subtests#173). + if sys.version_info < (3, 11) and self.instance._outcome is not None: + subtest_errors, _ = self._obtain_errors_and_skips() + if len(subtest_errors) == 0: + add_skip() + else: + add_skip() + + 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 + + def addSubTest( + self, + test_case: Any, + test: TestCase, + exc_info: ExceptionInfo[BaseException] + | tuple[type[BaseException], BaseException, TracebackType] + | None, + ) -> None: + exception_info: ExceptionInfo[BaseException] | None + match exc_info: + case tuple(): + exception_info = ExceptionInfo(exc_info, _ispytest=True) + case ExceptionInfo() | None: + exception_info = exc_info + case unreachable: + assert_never(unreachable) + + call_info = CallInfo[None]( + None, + exception_info, + start=0, + stop=0, + duration=0, + when="call", + _ispytest=True, + ) + msg = test._message if isinstance(test._message, str) else None # type: ignore[attr-defined] + report = self.ihook.pytest_runtest_makereport(item=self, call=call_info) + sub_report = SubtestReport._new( + report, + SubtestContext(msg=msg, kwargs=dict(test.params)), # type: ignore[attr-defined] + captured_output=None, + captured_logs=None, + ) + self.ihook.pytest_runtest_logreport(report=sub_report) + if check_interactive_exception(call_info, sub_report): + self.ihook.pytest_exception_interact( + node=self, call=call_info, report=sub_report + ) + + # For python < 3.11: add non-subtest skips once all subtest failures are processed by # `_addSubTest`. + if sys.version_info < (3, 11): + subtest_errors, non_subtest_skip = self._obtain_errors_and_skips() + + # Check if we have non-subtest skips: if there are also sub failures, non-subtest skips are not treated in + # `_addSubTest` and have to be added using `add_skip` after all subtest failures are processed. + if len(non_subtest_skip) > 0 and len(subtest_errors) > 0: + # Make sure we have processed the last subtest failure + last_subset_error = subtest_errors[-1] + if exc_info is last_subset_error[-1]: + # Add non-subtest skips (as they could not be treated in `_addSkip`) + for testcase, reason in non_subtest_skip: + self.addSkip(testcase, reason, handle_subtests=False) + + def _obtain_errors_and_skips(self) -> tuple[list[Any], list[Any]]: + """Compute or obtain the cached values for subtest errors and non-subtest skips.""" + from unittest.case import _SubTest # type: ignore[attr-defined] + + assert sys.version_info < (3, 11), ( + "This workaround only should be used in Python 3.10" + ) + if self._cached_errors_and_skips is not None: + return self._cached_errors_and_skips + + subtest_errors = [ + (x, y) + for x, y in self.instance._outcome.errors + if isinstance(x, _SubTest) and y is not None + ] + + non_subtest_skips = [ + (x, y) + for x, y in self.instance._outcome.skipped + if not isinstance(x, _SubTest) + ] + self._cached_errors_and_skips = (subtest_errors, non_subtest_skips) + return subtest_errors, non_subtest_skips + + +@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 covers explicit `raise unittest.SkipTest`. + 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: skip(str(excinfo.value)), call.when) + call.excinfo = call2.excinfo + + +def _is_skipped(obj) -> bool: + """Return True if the given object has been marked with @unittest.skip.""" + return bool(getattr(obj, "__unittest_skip__", False)) + + +def pytest_configure() -> None: + """Register the TestCaseFunction class as an IReporter if twisted.trial is available.""" + if _get_twisted_version() is not TwistedVersion.NotInstalled: + from twisted.trial.itrial import IReporter + from zope.interface import classImplements + + classImplements(TestCaseFunction, IReporter) + + +class TwistedVersion(Enum): + """ + The Twisted version installed in the environment. + + We have different workarounds in place for different versions of Twisted. + """ + + # Twisted version 24 or prior. + Version24 = auto() + # Twisted version 25 or later. + Version25 = auto() + # Twisted version is not available. + NotInstalled = auto() + + +def _get_twisted_version() -> TwistedVersion: + # We need to check if "twisted.trial.unittest" is specifically present in sys.modules. + # This is because we intend to integrate with Trial only when it's actively running + # the test suite, but not needed when only other Twisted components are in use. + if "twisted.trial.unittest" not in sys.modules: + return TwistedVersion.NotInstalled + + import importlib.metadata + + import packaging.version + + version_str = importlib.metadata.version("twisted") + version = packaging.version.parse(version_str) + if version.major <= 24: + return TwistedVersion.Version24 + else: + return TwistedVersion.Version25 + + +# Name of the attribute in `twisted.python.Failure` instances that stores +# the `sys.exc_info()` tuple. +# See twisted.trial support in `pytest_runtest_protocol`. +TWISTED_RAW_EXCINFO_ATTR = "_twisted_raw_excinfo" + + +@hookimpl(wrapper=True) +def pytest_runtest_protocol(item: Item) -> Iterator[None]: + if _get_twisted_version() is TwistedVersion.Version24: + import twisted.python.failure as ut + + # Monkeypatch `Failure.__init__` to store the raw exception info. + original__init__ = ut.Failure.__init__ + + def store_raw_exception_info( + self, exc_value=None, exc_type=None, exc_tb=None, captureVars=None + ): # pragma: no cover + if exc_value is None: + raw_exc_info = sys.exc_info() + else: + if exc_type is None: + exc_type = type(exc_value) + if exc_tb is None: + exc_tb = sys.exc_info()[2] + raw_exc_info = (exc_type, exc_value, exc_tb) + setattr(self, TWISTED_RAW_EXCINFO_ATTR, tuple(raw_exc_info)) + try: + original__init__( + self, exc_value, exc_type, exc_tb, captureVars=captureVars + ) + except TypeError: # pragma: no cover + original__init__(self, exc_value, exc_type, exc_tb) + + with MonkeyPatch.context() as patcher: + patcher.setattr(ut.Failure, "__init__", store_raw_exception_info) + return (yield) + else: + return (yield) + + +def _handle_twisted_exc_info( + rawexcinfo: _SysExcInfoType | BaseException, +) -> _SysExcInfoType: + """ + Twisted passes a custom Failure instance to `addError()` instead of using `sys.exc_info()`. + Therefore, if `rawexcinfo` is a `Failure` instance, convert it into the equivalent `sys.exc_info()` tuple + as expected by pytest. + """ + twisted_version = _get_twisted_version() + if twisted_version is TwistedVersion.NotInstalled: + # Unfortunately, because we cannot import `twisted.python.failure` at the top of the file + # and use it in the signature, we need to use `type:ignore` here because we cannot narrow + # the type properly in the `if` statement above. + return rawexcinfo # type:ignore[return-value] + elif twisted_version is TwistedVersion.Version24: + # Twisted calls addError() passing its own classes (like `twisted.python.Failure`), which violates + # the `addError()` signature, so we extract the original `sys.exc_info()` tuple which is stored + # in the object. + if hasattr(rawexcinfo, TWISTED_RAW_EXCINFO_ATTR): + saved_exc_info = getattr(rawexcinfo, TWISTED_RAW_EXCINFO_ATTR) + # Delete the attribute from the original object to avoid leaks. + delattr(rawexcinfo, TWISTED_RAW_EXCINFO_ATTR) + return saved_exc_info # type:ignore[no-any-return] + return rawexcinfo # type:ignore[return-value] + elif twisted_version is TwistedVersion.Version25: + if isinstance(rawexcinfo, BaseException): + import twisted.python.failure + + if isinstance(rawexcinfo, twisted.python.failure.Failure): + tb = rawexcinfo.__traceback__ + if tb is None: + tb = sys.exc_info()[2] + return type(rawexcinfo.value), rawexcinfo.value, tb + + return rawexcinfo # type:ignore[return-value] + else: + # Ideally we would use assert_never() here, but it is not available in all Python versions + # we support, plus we do not require `type_extensions` currently. + assert False, f"Unexpected Twisted version: {twisted_version}" diff --git a/.venv/lib/python3.12/site-packages/_pytest/unraisableexception.py b/.venv/lib/python3.12/site-packages/_pytest/unraisableexception.py new file mode 100644 index 0000000..0faca36 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/unraisableexception.py @@ -0,0 +1,163 @@ +from __future__ import annotations + +import collections +from collections.abc import Callable +import functools +import gc +import sys +import traceback +from typing import NamedTuple +from typing import TYPE_CHECKING +import warnings + +from _pytest.config import Config +from _pytest.nodes import Item +from _pytest.stash import StashKey +from _pytest.tracemalloc import tracemalloc_message +import pytest + + +if TYPE_CHECKING: + pass + +if sys.version_info < (3, 11): + from exceptiongroup import ExceptionGroup + + +# This is a stash item and not a simple constant to allow pytester to override it. +gc_collect_iterations_key = StashKey[int]() + + +def gc_collect_harder(iterations: int) -> None: + for _ in range(iterations): + gc.collect() + + +class UnraisableMeta(NamedTuple): + msg: str + cause_msg: str + exc_value: BaseException | None + + +unraisable_exceptions: StashKey[collections.deque[UnraisableMeta | BaseException]] = ( + StashKey() +) + + +def collect_unraisable(config: Config) -> None: + pop_unraisable = config.stash[unraisable_exceptions].pop + errors: list[pytest.PytestUnraisableExceptionWarning | RuntimeError] = [] + meta = None + hook_error = None + try: + while True: + try: + meta = pop_unraisable() + except IndexError: + break + + if isinstance(meta, BaseException): + hook_error = RuntimeError("Failed to process unraisable exception") + hook_error.__cause__ = meta + errors.append(hook_error) + continue + + msg = meta.msg + try: + warnings.warn(pytest.PytestUnraisableExceptionWarning(msg)) + except pytest.PytestUnraisableExceptionWarning as e: + # This except happens when the warning is treated as an error (e.g. `-Werror`). + if meta.exc_value is not None: + # Exceptions have a better way to show the traceback, but + # warnings do not, so hide the traceback from the msg and + # set the cause so the traceback shows up in the right place. + e.args = (meta.cause_msg,) + e.__cause__ = meta.exc_value + errors.append(e) + + if len(errors) == 1: + raise errors[0] + if errors: + raise ExceptionGroup("multiple unraisable exception warnings", errors) + finally: + del errors, meta, hook_error + + +def cleanup( + *, config: Config, prev_hook: Callable[[sys.UnraisableHookArgs], object] +) -> None: + # A single collection doesn't necessarily collect everything. + # Constant determined experimentally by the Trio project. + gc_collect_iterations = config.stash.get(gc_collect_iterations_key, 5) + try: + try: + gc_collect_harder(gc_collect_iterations) + collect_unraisable(config) + finally: + sys.unraisablehook = prev_hook + finally: + del config.stash[unraisable_exceptions] + + +def unraisable_hook( + unraisable: sys.UnraisableHookArgs, + /, + *, + append: Callable[[UnraisableMeta | BaseException], object], +) -> None: + try: + # we need to compute these strings here as they might change after + # the unraisablehook finishes and before the metadata object is + # collected by a pytest hook + err_msg = ( + "Exception ignored in" if unraisable.err_msg is None else unraisable.err_msg + ) + summary = f"{err_msg}: {unraisable.object!r}" + traceback_message = "\n\n" + "".join( + traceback.format_exception( + unraisable.exc_type, + unraisable.exc_value, + unraisable.exc_traceback, + ) + ) + tracemalloc_tb = "\n" + tracemalloc_message(unraisable.object) + msg = summary + traceback_message + tracemalloc_tb + cause_msg = summary + tracemalloc_tb + + append( + UnraisableMeta( + msg=msg, + cause_msg=cause_msg, + exc_value=unraisable.exc_value, + ) + ) + except BaseException as e: + append(e) + # Raising this will cause the exception to be logged twice, once in our + # collect_unraisable and once by the unraisablehook calling machinery + # which is fine - this should never happen anyway and if it does + # it should probably be reported as a pytest bug. + raise + + +def pytest_configure(config: Config) -> None: + prev_hook = sys.unraisablehook + deque: collections.deque[UnraisableMeta | BaseException] = collections.deque() + config.stash[unraisable_exceptions] = deque + config.add_cleanup(functools.partial(cleanup, config=config, prev_hook=prev_hook)) + sys.unraisablehook = functools.partial(unraisable_hook, append=deque.append) + + +@pytest.hookimpl(trylast=True) +def pytest_runtest_setup(item: Item) -> None: + collect_unraisable(item.config) + + +@pytest.hookimpl(trylast=True) +def pytest_runtest_call(item: Item) -> None: + collect_unraisable(item.config) + + +@pytest.hookimpl(trylast=True) +def pytest_runtest_teardown(item: Item) -> None: + collect_unraisable(item.config) diff --git a/.venv/lib/python3.12/site-packages/_pytest/warning_types.py b/.venv/lib/python3.12/site-packages/_pytest/warning_types.py new file mode 100644 index 0000000..93071b4 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/warning_types.py @@ -0,0 +1,172 @@ +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 PytestRemovedIn10Warning(PytestDeprecationWarning): + """Warning class for features that will be removed in pytest 10.""" + + __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 PytestReturnNotNoneWarning(PytestWarning): + """ + Warning emitted when a test function returns a value other than ``None``. + + See :ref:`return-not-none` for details. + """ + + __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)) + + +@final +class PytestFDWarning(PytestWarning): + """When the lsof plugin finds leaked fds.""" + + __module__ = "pytest" + + +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/.venv/lib/python3.12/site-packages/_pytest/warnings.py b/.venv/lib/python3.12/site-packages/_pytest/warnings.py new file mode 100644 index 0000000..1dbf002 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_pytest/warnings.py @@ -0,0 +1,151 @@ +# mypy: allow-untyped-defs +from __future__ import annotations + +from collections.abc import Generator +from contextlib import contextmanager +from contextlib import ExitStack +import sys +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 +from _pytest.tracemalloc import tracemalloc_message +import pytest + + +@contextmanager +def catch_warnings_for_item( + config: Config, + ihook, + when: Literal["config", "collect", "runtest"], + item: Item | None, + *, + record: bool = True, +) -> 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=record) as log: + 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) + + 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: + if record: + # mypy can't infer that record=True means log is not None; help it. + assert log is not None + + 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.""" + return warnings.formatwarning( + str(warning_message.message), + warning_message.category, + warning_message.filename, + warning_message.lineno, + warning_message.line, + ) + tracemalloc_message(warning_message.source) + + +@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) + + +def pytest_configure(config: Config) -> None: + with ExitStack() as stack: + stack.enter_context( + catch_warnings_for_item( + config=config, + ihook=config.hook, + when="config", + item=None, + # this disables recording because the terminalreporter has + # finished by the time it comes to reporting logged warnings + # from the end of config cleanup. So for now, this is only + # useful for setting a warning filter with an 'error' action. + record=False, + ) + ) + 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 ", + ) + config.add_cleanup(stack.pop_all().close) diff --git a/.venv/lib/python3.12/site-packages/_yaml/__init__.py b/.venv/lib/python3.12/site-packages/_yaml/__init__.py new file mode 100644 index 0000000..7baa8c4 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/_yaml/__init__.py @@ -0,0 +1,33 @@ +# This is a stub package designed to roughly emulate the _yaml +# extension module, which previously existed as a standalone module +# and has been moved into the `yaml` package namespace. +# It does not perfectly mimic its old counterpart, but should get +# close enough for anyone who's relying on it even when they shouldn't. +import yaml + +# in some circumstances, the yaml module we imoprted may be from a different version, so we need +# to tread carefully when poking at it here (it may not have the attributes we expect) +if not getattr(yaml, '__with_libyaml__', False): + from sys import version_info + + exc = ModuleNotFoundError if version_info >= (3, 6) else ImportError + raise exc("No module named '_yaml'") +else: + from yaml._yaml import * + import warnings + warnings.warn( + 'The _yaml extension module is now located at yaml._yaml' + ' and its location is subject to change. To use the' + ' LibYAML-based parser and emitter, import from `yaml`:' + ' `from yaml import CLoader as Loader, CDumper as Dumper`.', + DeprecationWarning + ) + del warnings + # Don't `del yaml` here because yaml is actually an existing + # namespace member of _yaml. + +__name__ = '_yaml' +# If the module is top-level (i.e. not a part of any specific package) +# then the attribute should be set to ''. +# https://docs.python.org/3.8/library/types.html +__package__ = '' diff --git a/.venv/lib/python3.12/site-packages/_yaml/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/_yaml/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ae1b69cd48b73cad20e99fe06cfac2aa6c76fcf3 GIT binary patch literal 866 zcmYjPO-~dt7;a}~cW1vqAV`dwl+&^XcA_3kj4?5bL=%>9AR#O!-Pvu~9oU&p+Agr1 zz>6Ne`4=?A#H0Vg3w|7=#>7M~#LF5yakAZkXb)|l_kEuCZJ+jiv6usT{OYU)dno{Z z7;rH(9*)x&dU**5Ag~MSzycIfKrCV(+6h5S>73KGLc4B5Ky8xRdIA8qs1re&s;9Lg zP11)jVLyeMo#|%YSTL#S)?LkTH^-Cw|1)uE?$Ami5Ujf-ThEhRz0il{{D}!KsY@8| z1hRv>L9_3NU5ppXP!+Z*7XgcK5N)usbz%;BlGfAS)DlA>BfTy~ksnfmO4!IsS_E(G z9j|mK8U_&El{7LnF6exI;8U|8QK8u1dW?Z5T&O+2M%^G)6V~7m6 zNLLq`PmENcWH*bd^Sv-mLdmXCQK{iU6(|>#W8^B+rqY*^D_ishceFWbqBeA9iOB`l zi^xOH8CUto!($}Crn@bb`*(5W?)W?kqP9?u*{Sh)8gr^G(k84XDdl2pyvA7NF^>J# zmfzOkH8|Bh!P%+jb0tH-(G(Mai2Zsy3D`RQEy>P&ob#`YgQs~yw^mYto4 f0~chk{>i6P>A?udj%iq!*mw0ZI(CrfQ@Yz<`(Os= literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/a1_coverage.pth b/.venv/lib/python3.12/site-packages/a1_coverage.pth new file mode 100644 index 0000000..7d6763e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/a1_coverage.pth @@ -0,0 +1 @@ +import sys; exec('import os\n\nif os.getenv("COVERAGE_PROCESS_START") or os.getenv("COVERAGE_PROCESS_CONFIG"):\n try:\n import coverage\n except:\n pass\n else:\n coverage.process_startup(slug="pth")') diff --git a/.venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/INSTALLER b/.venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/METADATA b/.venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/METADATA new file mode 100644 index 0000000..6939bac --- /dev/null +++ b/.venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/METADATA @@ -0,0 +1,78 @@ +Metadata-Version: 2.4 +Name: certifi +Version: 2025.11.12 +Summary: Python package for providing Mozilla's CA Bundle. +Home-page: https://github.com/certifi/python-certifi +Author: Kenneth Reitz +Author-email: me@kennethreitz.com +License: MPL-2.0 +Project-URL: Source, https://github.com/certifi/python-certifi +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0) +Classifier: Natural Language :: English +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: Programming Language :: Python :: 3.14 +Requires-Python: >=3.7 +License-File: LICENSE +Dynamic: author +Dynamic: author-email +Dynamic: classifier +Dynamic: description +Dynamic: home-page +Dynamic: license +Dynamic: license-file +Dynamic: project-url +Dynamic: requires-python +Dynamic: summary + +Certifi: Python SSL Certificates +================================ + +Certifi provides Mozilla's carefully curated collection of Root Certificates for +validating the trustworthiness of SSL certificates while verifying the identity +of TLS hosts. It has been extracted from the `Requests`_ project. + +Installation +------------ + +``certifi`` is available on PyPI. Simply install it with ``pip``:: + + $ pip install certifi + +Usage +----- + +To reference the installed certificate authority (CA) bundle, you can use the +built-in function:: + + >>> import certifi + + >>> certifi.where() + '/usr/local/lib/python3.7/site-packages/certifi/cacert.pem' + +Or from the command line:: + + $ python -m certifi + /usr/local/lib/python3.7/site-packages/certifi/cacert.pem + +Enjoy! + +.. _`Requests`: https://requests.readthedocs.io/en/master/ + +Addition/Removal of Certificates +-------------------------------- + +Certifi does not support any addition/removal or other modification of the +CA trust store content. This project is intended to provide a reliable and +highly portable root of trust to python deployments. Look to upstream projects +for methods to use alternate trust. diff --git a/.venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/RECORD b/.venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/RECORD new file mode 100644 index 0000000..2a3994c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/RECORD @@ -0,0 +1,14 @@ +certifi-2025.11.12.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +certifi-2025.11.12.dist-info/METADATA,sha256=_JprGu_1lWSdHlruRBKcorXnrfvBDhvX_6KRr8HQbLc,2475 +certifi-2025.11.12.dist-info/RECORD,, +certifi-2025.11.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91 +certifi-2025.11.12.dist-info/licenses/LICENSE,sha256=6TcW2mucDVpKHfYP5pWzcPBpVgPSH2-D8FPkLPwQyvc,989 +certifi-2025.11.12.dist-info/top_level.txt,sha256=KMu4vUCfsjLrkPbSNdgdekS-pVJzBAJFO__nI8NF6-U,8 +certifi/__init__.py,sha256=1BRSxNMnZW7CZ2oJtYWLoJgfHfcB9i273exwiPwfjJM,94 +certifi/__main__.py,sha256=xBBoj905TUWBLRGANOcf7oi6e-3dMP4cEoG9OyMs11g,243 +certifi/__pycache__/__init__.cpython-312.pyc,, +certifi/__pycache__/__main__.cpython-312.pyc,, +certifi/__pycache__/core.cpython-312.pyc,, +certifi/cacert.pem,sha256=oa1dZD4hxDtb7XTH4IkdzbWPavUcis4eTwINZUqlKhY,283932 +certifi/core.py,sha256=XFXycndG5pf37ayeF8N32HUuDafsyhkVMbO4BAPWHa0,3394 +certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 diff --git a/.venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/WHEEL b/.venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/WHEEL new file mode 100644 index 0000000..e7fa31b --- /dev/null +++ b/.venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (80.9.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/.venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/licenses/LICENSE b/.venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/licenses/LICENSE new file mode 100644 index 0000000..62b076c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/licenses/LICENSE @@ -0,0 +1,20 @@ +This package contains a modified version of ca-bundle.crt: + +ca-bundle.crt -- Bundle of CA Root Certificates + +This is a bundle of X.509 certificates of public Certificate Authorities +(CA). These were automatically extracted from Mozilla's root certificates +file (certdata.txt). This file can be found in the mozilla source tree: +https://hg.mozilla.org/mozilla-central/file/tip/security/nss/lib/ckfw/builtins/certdata.txt +It contains the certificates in PEM format and therefore +can be directly used with curl / libcurl / php_curl, or with +an Apache+mod_ssl webserver for SSL client authentication. +Just configure this file as the SSLCACertificateFile.# + +***** BEGIN LICENSE BLOCK ***** +This Source Code Form is subject to the terms of the Mozilla Public License, +v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain +one at http://mozilla.org/MPL/2.0/. + +***** END LICENSE BLOCK ***** +@(#) $RCSfile: certdata.txt,v $ $Revision: 1.80 $ $Date: 2011/11/03 15:11:58 $ diff --git a/.venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/top_level.txt b/.venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/top_level.txt new file mode 100644 index 0000000..963eac5 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/certifi-2025.11.12.dist-info/top_level.txt @@ -0,0 +1 @@ +certifi diff --git a/.venv/lib/python3.12/site-packages/certifi/__init__.py b/.venv/lib/python3.12/site-packages/certifi/__init__.py new file mode 100644 index 0000000..f11f5ae --- /dev/null +++ b/.venv/lib/python3.12/site-packages/certifi/__init__.py @@ -0,0 +1,4 @@ +from .core import contents, where + +__all__ = ["contents", "where"] +__version__ = "2025.11.12" diff --git a/.venv/lib/python3.12/site-packages/certifi/__main__.py b/.venv/lib/python3.12/site-packages/certifi/__main__.py new file mode 100644 index 0000000..8945b5d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/certifi/__main__.py @@ -0,0 +1,12 @@ +import argparse + +from certifi import contents, where + +parser = argparse.ArgumentParser() +parser.add_argument("-c", "--contents", action="store_true") +args = parser.parse_args() + +if args.contents: + print(contents()) +else: + print(where()) diff --git a/.venv/lib/python3.12/site-packages/certifi/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/certifi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b77780cb4e0cd2143de018b1a40bf73501bf4193 GIT binary patch literal 313 zcmYjMu};G<5Vf6zmPBPkNG!mZftUobAr>S?)U_F~(%2-1*p6(|DopSPYQyNBsGs{?5U+hgw-%#*SSo3mw5AW{HPcLcZmxYtw_$dW9VKa+q}h2K^nR)S+x>u$ zqG<@}BSL0O8?GcFPhjCr!E%CYB^cIfipO197g~(9x?-g@_*Bp{r7MP$8Iv>I@F{LP zTPu0!g0SJ1?YBjFT~y5Al4;8?IVOZlZV5@+ZaF*_irzHrL`N=Z^@iDU^zA_i-@x8` UwD~Z933u)WuN&LFNP>UgPm5D$XTTTjlU+2-QF%=_m1zW3(M%;#DyKx+I+w$c+7f9g#&>;*VE zRNx(=h~gpY>1YgbX7r5A?3oxDh@pX3B`xD*0ed#H2el<%A!<^K+Mk?>dB$L*e5;kZ zjOTSc<_)YRUm;jg9r$V*m2-m6G>pc0p_%{FTJCRc+-w=ri+L_sE=p-XOBk?SqaE)C z?e;kxl!5~b1&mk=ODBp&%JWtry$Je61SOMh%s`}1QqcDS-Kbo-5B*W5%67E_q%(Jd zybw_us>Hb_gE_1BrL^X&T|kk7GcRRQ5kTMmlT}1KIsLx8WXpe+p7NvO@c8c+-x1Mo28nSzEQJtip zt$eJOzb3}`J6ipPt{(f%*NvIqochfJ|H__ogq#_wPf`8t!}qs7JpY2~hiLuCt%)&&8Hk|+s?SV*hw?j&B<_FA)( zGzJOfz@ePTtvOUE2M(#iAJ9JmsT^WlWVGaf1QN;tDaetKa^lT;ckP&*c+$N0cILhH z?Cs3;JmcM@y${Jlq@x1TIh`+a1gdp2;ZPlAxP=UFN0j`n{Cmr*N`CcITT&FfZBRvdjM}XK{Nr5Ftl%6m z@8*{3T2UpHC1RGaMy*`FqQ7sF4V=qv;p$edY~0P&>a=K9uV>$w%2@`*uh&%Vp1Ogp zoC{P=GYJN?Y}xsh&Sxtc-6l*GY*-`UcF?gXx5RiujPH%?(f!q*#a9U9JHwx_{hvgf z+zzUivTl^I9bn$lVAeMun;&7S7n_|m>Z3zhm18=0$aS(((4FcDI`6G|Q57lMgk#i~ zVhJSOZ-?%L--)Q~)szOktQ+Z&mwO#t53?)iv9MqVT|CdjUFBrLcGRPC>DKB8gzbe~ z0cT4k)2P-|S|sdyZNZ|%4gu33F`_8;fJzx1wnXrTVZofk24OfjsFM)u3fwPZg2_1K z&%?0h!0n*3K@^Q2MUrQuD3Si|#e+~YJ=IFjG}1Fq=9}pcn^!-2Fn64oc=SapIo(K3 zHmg{B{tfhfCC0yeh^#=9x|8e+~=y~ zvkNb9O&7iwy>7rVut1)J6~ZvL1FEGNMuxK`T-8k7sBUBg2SCC^X@>|_bp@cJ{m@9> zX(dT0%)+o<0tYgdM|Rhma9iB+oYGa8URbk_$S%-PJL>9uM8?Q{}0zV9L53D=`lH>=I@Anl45Ais6wmF*)WTcu|>z zsW~H&VF&i!;a0dmogJyd3u?EL!h?>(N*oC0^Kn>!94cI`h9( z<=+bo>5Hn;c}E=#ZLk$Y5)d*RVU_*+WJEh`FGFH64KcRkd*l1_Pi{Vw^G8zNC6=)F zEo27mprYue2Ioz%>Q)B^hJYR2!o-4q1jVSXoA$6#shNbrZJH(6GB=5at?p5F4zL4o z2T^t!oo$d5%hJqUvfXp(?atrPyJQkd*h#Xs!JP^m$NkL*II$f?T;x|2Yl|HB>Zydp zU`rTo2*bPge-bAC6sLY08r_-uWq537{!| 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("certifi").joinpath("cacert.pem")) + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + atexit.register(exit_cacert_ctx) + + return _CACERT_PATH + + def contents() -> str: + return files("certifi").joinpath("cacert.pem").read_text(encoding="ascii") + +else: + + 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("certifi", "cacert.pem") + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + atexit.register(exit_cacert_ctx) + + return _CACERT_PATH + + def contents() -> str: + return read_text("certifi", "cacert.pem", encoding="ascii") diff --git a/.venv/lib/python3.12/site-packages/certifi/py.typed b/.venv/lib/python3.12/site-packages/certifi/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/INSTALLER b/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/METADATA b/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/METADATA new file mode 100644 index 0000000..8d32edc --- /dev/null +++ b/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/METADATA @@ -0,0 +1,764 @@ +Metadata-Version: 2.4 +Name: charset-normalizer +Version: 3.4.4 +Summary: The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. +Author-email: "Ahmed R. TAHRI" +Maintainer-email: "Ahmed R. TAHRI" +License: MIT +Project-URL: Changelog, https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md +Project-URL: Documentation, https://charset-normalizer.readthedocs.io/ +Project-URL: Code, https://github.com/jawah/charset_normalizer +Project-URL: Issue tracker, https://github.com/jawah/charset_normalizer/issues +Keywords: encoding,charset,charset-detector,detector,normalization,unicode,chardet,detect +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +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: Programming Language :: Python :: 3.14 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Text Processing :: Linguistic +Classifier: Topic :: Utilities +Classifier: Typing :: Typed +Requires-Python: >=3.7 +Description-Content-Type: text/markdown +License-File: LICENSE +Provides-Extra: unicode-backport +Dynamic: license-file + +

Charset Detection, for Everyone 👋

+ +

+ The Real First Universal Charset Detector
+
+ + + + Download Count Total + + + + +

+

+ Featured Packages
+ + Static Badge + + + Static Badge + +

+

+ In other language (unofficial port - by the community)
+ + Static Badge + +

+ +> A library that helps you read text from an unknown charset encoding.
Motivated by `chardet`, +> I'm trying to resolve the issue by taking a new approach. +> All IANA character set names for which the Python core library provides codecs are supported. + +

+ >>>>> 👉 Try Me Online Now, Then Adopt Me 👈 <<<<< +

+ +This project offers you an alternative to **Universal Charset Encoding Detector**, also known as **Chardet**. + +| Feature | [Chardet](https://github.com/chardet/chardet) | Charset Normalizer | [cChardet](https://github.com/PyYoshi/cChardet) | +|--------------------------------------------------|:---------------------------------------------:|:--------------------------------------------------------------------------------------------------:|:-----------------------------------------------:| +| `Fast` | ❌ | ✅ | ✅ | +| `Universal**` | ❌ | ✅ | ❌ | +| `Reliable` **without** distinguishable standards | ❌ | ✅ | ✅ | +| `Reliable` **with** distinguishable standards | ✅ | ✅ | ✅ | +| `License` | LGPL-2.1
_restrictive_ | MIT | MPL-1.1
_restrictive_ | +| `Native Python` | ✅ | ✅ | ❌ | +| `Detect spoken language` | ❌ | ✅ | N/A | +| `UnicodeDecodeError Safety` | ❌ | ✅ | ❌ | +| `Whl Size (min)` | 193.6 kB | 42 kB | ~200 kB | +| `Supported Encoding` | 33 | 🎉 [99](https://charset-normalizer.readthedocs.io/en/latest/user/support.html#supported-encodings) | 40 | + +

+Reading Normalized TextCat Reading Text +

+ +*\*\* : They are clearly using specific code for a specific encoding even if covering most of used one*
+ +## ⚡ Performance + +This package offer better performance than its counterpart Chardet. Here are some numbers. + +| Package | Accuracy | Mean per file (ms) | File per sec (est) | +|-----------------------------------------------|:--------:|:------------------:|:------------------:| +| [chardet](https://github.com/chardet/chardet) | 86 % | 63 ms | 16 file/sec | +| charset-normalizer | **98 %** | **10 ms** | 100 file/sec | + +| Package | 99th percentile | 95th percentile | 50th percentile | +|-----------------------------------------------|:---------------:|:---------------:|:---------------:| +| [chardet](https://github.com/chardet/chardet) | 265 ms | 71 ms | 7 ms | +| charset-normalizer | 100 ms | 50 ms | 5 ms | + +_updated as of december 2024 using CPython 3.12_ + +Chardet's performance on larger file (1MB+) are very poor. Expect huge difference on large payload. + +> Stats are generated using 400+ files using default parameters. More details on used files, see GHA workflows. +> And yes, these results might change at any time. The dataset can be updated to include more files. +> The actual delays heavily depends on your CPU capabilities. The factors should remain the same. +> Keep in mind that the stats are generous and that Chardet accuracy vs our is measured using Chardet initial capability +> (e.g. Supported Encoding) Challenge-them if you want. + +## ✨ Installation + +Using pip: + +```sh +pip install charset-normalizer -U +``` + +## 🚀 Basic Usage + +### CLI +This package comes with a CLI. + +``` +usage: normalizer [-h] [-v] [-a] [-n] [-m] [-r] [-f] [-t THRESHOLD] + file [file ...] + +The Real First Universal Charset Detector. Discover originating encoding used +on text file. Normalize text to unicode. + +positional arguments: + files File(s) to be analysed + +optional arguments: + -h, --help show this help message and exit + -v, --verbose Display complementary information about file if any. + Stdout will contain logs about the detection process. + -a, --with-alternative + Output complementary possibilities if any. Top-level + JSON WILL be a list. + -n, --normalize Permit to normalize input file. If not set, program + does not write anything. + -m, --minimal Only output the charset detected to STDOUT. Disabling + JSON output. + -r, --replace Replace file when trying to normalize it instead of + creating a new one. + -f, --force Replace file without asking if you are sure, use this + flag with caution. + -t THRESHOLD, --threshold THRESHOLD + Define a custom maximum amount of chaos allowed in + decoded content. 0. <= chaos <= 1. + --version Show version information and exit. +``` + +```bash +normalizer ./data/sample.1.fr.srt +``` + +or + +```bash +python -m charset_normalizer ./data/sample.1.fr.srt +``` + +🎉 Since version 1.4.0 the CLI produce easily usable stdout result in JSON format. + +```json +{ + "path": "/home/default/projects/charset_normalizer/data/sample.1.fr.srt", + "encoding": "cp1252", + "encoding_aliases": [ + "1252", + "windows_1252" + ], + "alternative_encodings": [ + "cp1254", + "cp1256", + "cp1258", + "iso8859_14", + "iso8859_15", + "iso8859_16", + "iso8859_3", + "iso8859_9", + "latin_1", + "mbcs" + ], + "language": "French", + "alphabets": [ + "Basic Latin", + "Latin-1 Supplement" + ], + "has_sig_or_bom": false, + "chaos": 0.149, + "coherence": 97.152, + "unicode_path": null, + "is_preferred": true +} +``` + +### Python +*Just print out normalized text* +```python +from charset_normalizer import from_path + +results = from_path('./my_subtitle.srt') + +print(str(results.best())) +``` + +*Upgrade your code without effort* +```python +from charset_normalizer import detect +``` + +The above code will behave the same as **chardet**. We ensure that we offer the best (reasonable) BC result possible. + +See the docs for advanced usage : [readthedocs.io](https://charset-normalizer.readthedocs.io/en/latest/) + +## 😇 Why + +When I started using Chardet, I noticed that it was not suited to my expectations, and I wanted to propose a +reliable alternative using a completely different method. Also! I never back down on a good challenge! + +I **don't care** about the **originating charset** encoding, because **two different tables** can +produce **two identical rendered string.** +What I want is to get readable text, the best I can. + +In a way, **I'm brute forcing text decoding.** How cool is that ? 😎 + +Don't confuse package **ftfy** with charset-normalizer or chardet. ftfy goal is to repair Unicode string whereas charset-normalizer to convert raw file in unknown encoding to unicode. + +## 🍰 How + + - Discard all charset encoding table that could not fit the binary content. + - Measure noise, or the mess once opened (by chunks) with a corresponding charset encoding. + - Extract matches with the lowest mess detected. + - Additionally, we measure coherence / probe for a language. + +**Wait a minute**, what is noise/mess and coherence according to **YOU ?** + +*Noise :* I opened hundred of text files, **written by humans**, with the wrong encoding table. **I observed**, then +**I established** some ground rules about **what is obvious** when **it seems like** a mess (aka. defining noise in rendered text). + I know that my interpretation of what is noise is probably incomplete, feel free to contribute in order to + improve or rewrite it. + +*Coherence :* For each language there is on earth, we have computed ranked letter appearance occurrences (the best we can). So I thought +that intel is worth something here. So I use those records against decoded text to check if I can detect intelligent design. + +## ⚡ Known limitations + + - Language detection is unreliable when text contains two or more languages sharing identical letters. (eg. HTML (english tags) + Turkish content (Sharing Latin characters)) + - Every charset detector heavily depends on sufficient content. In common cases, do not bother run detection on very tiny content. + +## ⚠️ About Python EOLs + +**If you are running:** + +- Python >=2.7,<3.5: Unsupported +- Python 3.5: charset-normalizer < 2.1 +- Python 3.6: charset-normalizer < 3.1 +- Python 3.7: charset-normalizer < 4.0 + +Upgrade your Python interpreter as soon as possible. + +## 👤 Contributing + +Contributions, issues and feature requests are very much welcome.
+Feel free to check [issues page](https://github.com/ousret/charset_normalizer/issues) if you want to contribute. + +## 📝 License + +Copyright © [Ahmed TAHRI @Ousret](https://github.com/Ousret).
+This project is [MIT](https://github.com/Ousret/charset_normalizer/blob/master/LICENSE) licensed. + +Characters frequencies used in this project © 2012 [Denny Vrandečić](http://simia.net/letters/) + +## 💼 For Enterprise + +Professional support for charset-normalizer is available as part of the [Tidelift +Subscription][1]. Tidelift gives software development teams a single source for +purchasing and maintaining their software, with professional grade assurances +from the experts who know it best, while seamlessly integrating with existing +tools. + +[1]: https://tidelift.com/subscription/pkg/pypi-charset-normalizer?utm_source=pypi-charset-normalizer&utm_medium=readme + +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7297/badge)](https://www.bestpractices.dev/projects/7297) + +# Changelog +All notable changes to charset-normalizer will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +## [3.4.4](https://github.com/Ousret/charset_normalizer/compare/3.4.2...3.4.4) (2025-10-13) + +### Changed +- Bound `setuptools` to a specific constraint `setuptools>=68,<=81`. +- Raised upper bound of mypyc for the optional pre-built extension to v1.18.2 + +### Removed +- `setuptools-scm` as a build dependency. + +### Misc +- Enforced hashes in `dev-requirements.txt` and created `ci-requirements.txt` for security purposes. +- Additional pre-built wheels for riscv64, s390x, and armv7l architectures. +- Restore ` multiple.intoto.jsonl` in GitHub releases in addition to individual attestation file per wheel. + +## [3.4.3](https://github.com/Ousret/charset_normalizer/compare/3.4.2...3.4.3) (2025-08-09) + +### Changed +- mypy(c) is no longer a required dependency at build time if `CHARSET_NORMALIZER_USE_MYPYC` isn't set to `1`. (#595) (#583) +- automatically lower confidence on small bytes samples that are not Unicode in `detect` output legacy function. (#391) + +### Added +- Custom build backend to overcome inability to mark mypy as an optional dependency in the build phase. +- Support for Python 3.14 + +### Fixed +- sdist archive contained useless directories. +- automatically fallback on valid UTF-16 or UTF-32 even if the md says it's noisy. (#633) + +### Misc +- SBOM are automatically published to the relevant GitHub release to comply with regulatory changes. + Each published wheel comes with its SBOM. We choose CycloneDX as the format. +- Prebuilt optimized wheel are no longer distributed by default for CPython 3.7 due to a change in cibuildwheel. + +## [3.4.2](https://github.com/Ousret/charset_normalizer/compare/3.4.1...3.4.2) (2025-05-02) + +### Fixed +- Addressed the DeprecationWarning in our CLI regarding `argparse.FileType` by backporting the target class into the package. (#591) +- Improved the overall reliability of the detector with CJK Ideographs. (#605) (#587) + +### Changed +- Optional mypyc compilation upgraded to version 1.15 for Python >= 3.8 + +## [3.4.1](https://github.com/Ousret/charset_normalizer/compare/3.4.0...3.4.1) (2024-12-24) + +### Changed +- Project metadata are now stored using `pyproject.toml` instead of `setup.cfg` using setuptools as the build backend. +- Enforce annotation delayed loading for a simpler and consistent types in the project. +- Optional mypyc compilation upgraded to version 1.14 for Python >= 3.8 + +### Added +- pre-commit configuration. +- noxfile. + +### Removed +- `build-requirements.txt` as per using `pyproject.toml` native build configuration. +- `bin/integration.py` and `bin/serve.py` in favor of downstream integration test (see noxfile). +- `setup.cfg` in favor of `pyproject.toml` metadata configuration. +- Unused `utils.range_scan` function. + +### Fixed +- Converting content to Unicode bytes may insert `utf_8` instead of preferred `utf-8`. (#572) +- Deprecation warning "'count' is passed as positional argument" when converting to Unicode bytes on Python 3.13+ + +## [3.4.0](https://github.com/Ousret/charset_normalizer/compare/3.3.2...3.4.0) (2024-10-08) + +### Added +- Argument `--no-preemptive` in the CLI to prevent the detector to search for hints. +- Support for Python 3.13 (#512) + +### Fixed +- Relax the TypeError exception thrown when trying to compare a CharsetMatch with anything else than a CharsetMatch. +- Improved the general reliability of the detector based on user feedbacks. (#520) (#509) (#498) (#407) (#537) +- Declared charset in content (preemptive detection) not changed when converting to utf-8 bytes. (#381) + +## [3.3.2](https://github.com/Ousret/charset_normalizer/compare/3.3.1...3.3.2) (2023-10-31) + +### Fixed +- Unintentional memory usage regression when using large payload that match several encoding (#376) +- Regression on some detection case showcased in the documentation (#371) + +### Added +- Noise (md) probe that identify malformed arabic representation due to the presence of letters in isolated form (credit to my wife) + +## [3.3.1](https://github.com/Ousret/charset_normalizer/compare/3.3.0...3.3.1) (2023-10-22) + +### Changed +- Optional mypyc compilation upgraded to version 1.6.1 for Python >= 3.8 +- Improved the general detection reliability based on reports from the community + +## [3.3.0](https://github.com/Ousret/charset_normalizer/compare/3.2.0...3.3.0) (2023-09-30) + +### Added +- Allow to execute the CLI (e.g. normalizer) through `python -m charset_normalizer.cli` or `python -m charset_normalizer` +- Support for 9 forgotten encoding that are supported by Python but unlisted in `encoding.aliases` as they have no alias (#323) + +### Removed +- (internal) Redundant utils.is_ascii function and unused function is_private_use_only +- (internal) charset_normalizer.assets is moved inside charset_normalizer.constant + +### Changed +- (internal) Unicode code blocks in constants are updated using the latest v15.0.0 definition to improve detection +- Optional mypyc compilation upgraded to version 1.5.1 for Python >= 3.8 + +### Fixed +- Unable to properly sort CharsetMatch when both chaos/noise and coherence were close due to an unreachable condition in \_\_lt\_\_ (#350) + +## [3.2.0](https://github.com/Ousret/charset_normalizer/compare/3.1.0...3.2.0) (2023-06-07) + +### Changed +- Typehint for function `from_path` no longer enforce `PathLike` as its first argument +- Minor improvement over the global detection reliability + +### Added +- Introduce function `is_binary` that relies on main capabilities, and optimized to detect binaries +- Propagate `enable_fallback` argument throughout `from_bytes`, `from_path`, and `from_fp` that allow a deeper control over the detection (default True) +- Explicit support for Python 3.12 + +### Fixed +- Edge case detection failure where a file would contain 'very-long' camel cased word (Issue #289) + +## [3.1.0](https://github.com/Ousret/charset_normalizer/compare/3.0.1...3.1.0) (2023-03-06) + +### Added +- Argument `should_rename_legacy` for legacy function `detect` and disregard any new arguments without errors (PR #262) + +### Removed +- Support for Python 3.6 (PR #260) + +### Changed +- Optional speedup provided by mypy/c 1.0.1 + +## [3.0.1](https://github.com/Ousret/charset_normalizer/compare/3.0.0...3.0.1) (2022-11-18) + +### Fixed +- Multi-bytes cutter/chunk generator did not always cut correctly (PR #233) + +### Changed +- Speedup provided by mypy/c 0.990 on Python >= 3.7 + +## [3.0.0](https://github.com/Ousret/charset_normalizer/compare/2.1.1...3.0.0) (2022-10-20) + +### Added +- Extend the capability of explain=True when cp_isolation contains at most two entries (min one), will log in details of the Mess-detector results +- Support for alternative language frequency set in charset_normalizer.assets.FREQUENCIES +- Add parameter `language_threshold` in `from_bytes`, `from_path` and `from_fp` to adjust the minimum expected coherence ratio +- `normalizer --version` now specify if current version provide extra speedup (meaning mypyc compilation whl) + +### Changed +- Build with static metadata using 'build' frontend +- Make the language detection stricter +- Optional: Module `md.py` can be compiled using Mypyc to provide an extra speedup up to 4x faster than v2.1 + +### Fixed +- CLI with opt --normalize fail when using full path for files +- TooManyAccentuatedPlugin induce false positive on the mess detection when too few alpha character have been fed to it +- Sphinx warnings when generating the documentation + +### Removed +- Coherence detector no longer return 'Simple English' instead return 'English' +- Coherence detector no longer return 'Classical Chinese' instead return 'Chinese' +- Breaking: Method `first()` and `best()` from CharsetMatch +- UTF-7 will no longer appear as "detected" without a recognized SIG/mark (is unreliable/conflict with ASCII) +- Breaking: Class aliases CharsetDetector, CharsetDoctor, CharsetNormalizerMatch and CharsetNormalizerMatches +- Breaking: Top-level function `normalize` +- Breaking: Properties `chaos_secondary_pass`, `coherence_non_latin` and `w_counter` from CharsetMatch +- Support for the backport `unicodedata2` + +## [3.0.0rc1](https://github.com/Ousret/charset_normalizer/compare/3.0.0b2...3.0.0rc1) (2022-10-18) + +### Added +- Extend the capability of explain=True when cp_isolation contains at most two entries (min one), will log in details of the Mess-detector results +- Support for alternative language frequency set in charset_normalizer.assets.FREQUENCIES +- Add parameter `language_threshold` in `from_bytes`, `from_path` and `from_fp` to adjust the minimum expected coherence ratio + +### Changed +- Build with static metadata using 'build' frontend +- Make the language detection stricter + +### Fixed +- CLI with opt --normalize fail when using full path for files +- TooManyAccentuatedPlugin induce false positive on the mess detection when too few alpha character have been fed to it + +### Removed +- Coherence detector no longer return 'Simple English' instead return 'English' +- Coherence detector no longer return 'Classical Chinese' instead return 'Chinese' + +## [3.0.0b2](https://github.com/Ousret/charset_normalizer/compare/3.0.0b1...3.0.0b2) (2022-08-21) + +### Added +- `normalizer --version` now specify if current version provide extra speedup (meaning mypyc compilation whl) + +### Removed +- Breaking: Method `first()` and `best()` from CharsetMatch +- UTF-7 will no longer appear as "detected" without a recognized SIG/mark (is unreliable/conflict with ASCII) + +### Fixed +- Sphinx warnings when generating the documentation + +## [3.0.0b1](https://github.com/Ousret/charset_normalizer/compare/2.1.0...3.0.0b1) (2022-08-15) + +### Changed +- Optional: Module `md.py` can be compiled using Mypyc to provide an extra speedup up to 4x faster than v2.1 + +### Removed +- Breaking: Class aliases CharsetDetector, CharsetDoctor, CharsetNormalizerMatch and CharsetNormalizerMatches +- Breaking: Top-level function `normalize` +- Breaking: Properties `chaos_secondary_pass`, `coherence_non_latin` and `w_counter` from CharsetMatch +- Support for the backport `unicodedata2` + +## [2.1.1](https://github.com/Ousret/charset_normalizer/compare/2.1.0...2.1.1) (2022-08-19) + +### Deprecated +- Function `normalize` scheduled for removal in 3.0 + +### Changed +- Removed useless call to decode in fn is_unprintable (#206) + +### Fixed +- Third-party library (i18n xgettext) crashing not recognizing utf_8 (PEP 263) with underscore from [@aleksandernovikov](https://github.com/aleksandernovikov) (#204) + +## [2.1.0](https://github.com/Ousret/charset_normalizer/compare/2.0.12...2.1.0) (2022-06-19) + +### Added +- Output the Unicode table version when running the CLI with `--version` (PR #194) + +### Changed +- Re-use decoded buffer for single byte character sets from [@nijel](https://github.com/nijel) (PR #175) +- Fixing some performance bottlenecks from [@deedy5](https://github.com/deedy5) (PR #183) + +### Fixed +- Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (PR #175) +- CLI default threshold aligned with the API threshold from [@oleksandr-kuzmenko](https://github.com/oleksandr-kuzmenko) (PR #181) + +### Removed +- Support for Python 3.5 (PR #192) + +### Deprecated +- Use of backport unicodedata from `unicodedata2` as Python is quickly catching up, scheduled for removal in 3.0 (PR #194) + +## [2.0.12](https://github.com/Ousret/charset_normalizer/compare/2.0.11...2.0.12) (2022-02-12) + +### Fixed +- ASCII miss-detection on rare cases (PR #170) + +## [2.0.11](https://github.com/Ousret/charset_normalizer/compare/2.0.10...2.0.11) (2022-01-30) + +### Added +- Explicit support for Python 3.11 (PR #164) + +### Changed +- The logging behavior have been completely reviewed, now using only TRACE and DEBUG levels (PR #163 #165) + +## [2.0.10](https://github.com/Ousret/charset_normalizer/compare/2.0.9...2.0.10) (2022-01-04) + +### Fixed +- Fallback match entries might lead to UnicodeDecodeError for large bytes sequence (PR #154) + +### Changed +- Skipping the language-detection (CD) on ASCII (PR #155) + +## [2.0.9](https://github.com/Ousret/charset_normalizer/compare/2.0.8...2.0.9) (2021-12-03) + +### Changed +- Moderating the logging impact (since 2.0.8) for specific environments (PR #147) + +### Fixed +- Wrong logging level applied when setting kwarg `explain` to True (PR #146) + +## [2.0.8](https://github.com/Ousret/charset_normalizer/compare/2.0.7...2.0.8) (2021-11-24) +### Changed +- Improvement over Vietnamese detection (PR #126) +- MD improvement on trailing data and long foreign (non-pure latin) data (PR #124) +- Efficiency improvements in cd/alphabet_languages from [@adbar](https://github.com/adbar) (PR #122) +- call sum() without an intermediary list following PEP 289 recommendations from [@adbar](https://github.com/adbar) (PR #129) +- Code style as refactored by Sourcery-AI (PR #131) +- Minor adjustment on the MD around european words (PR #133) +- Remove and replace SRTs from assets / tests (PR #139) +- Initialize the library logger with a `NullHandler` by default from [@nmaynes](https://github.com/nmaynes) (PR #135) +- Setting kwarg `explain` to True will add provisionally (bounded to function lifespan) a specific stream handler (PR #135) + +### Fixed +- Fix large (misleading) sequence giving UnicodeDecodeError (PR #137) +- Avoid using too insignificant chunk (PR #137) + +### Added +- Add and expose function `set_logging_handler` to configure a specific StreamHandler from [@nmaynes](https://github.com/nmaynes) (PR #135) +- Add `CHANGELOG.md` entries, format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) (PR #141) + +## [2.0.7](https://github.com/Ousret/charset_normalizer/compare/2.0.6...2.0.7) (2021-10-11) +### Added +- Add support for Kazakh (Cyrillic) language detection (PR #109) + +### Changed +- Further, improve inferring the language from a given single-byte code page (PR #112) +- Vainly trying to leverage PEP263 when PEP3120 is not supported (PR #116) +- Refactoring for potential performance improvements in loops from [@adbar](https://github.com/adbar) (PR #113) +- Various detection improvement (MD+CD) (PR #117) + +### Removed +- Remove redundant logging entry about detected language(s) (PR #115) + +### Fixed +- Fix a minor inconsistency between Python 3.5 and other versions regarding language detection (PR #117 #102) + +## [2.0.6](https://github.com/Ousret/charset_normalizer/compare/2.0.5...2.0.6) (2021-09-18) +### Fixed +- Unforeseen regression with the loss of the backward-compatibility with some older minor of Python 3.5.x (PR #100) +- Fix CLI crash when using --minimal output in certain cases (PR #103) + +### Changed +- Minor improvement to the detection efficiency (less than 1%) (PR #106 #101) + +## [2.0.5](https://github.com/Ousret/charset_normalizer/compare/2.0.4...2.0.5) (2021-09-14) +### Changed +- The project now comply with: flake8, mypy, isort and black to ensure a better overall quality (PR #81) +- The BC-support with v1.x was improved, the old staticmethods are restored (PR #82) +- The Unicode detection is slightly improved (PR #93) +- Add syntax sugar \_\_bool\_\_ for results CharsetMatches list-container (PR #91) + +### Removed +- The project no longer raise warning on tiny content given for detection, will be simply logged as warning instead (PR #92) + +### Fixed +- In some rare case, the chunks extractor could cut in the middle of a multi-byte character and could mislead the mess detection (PR #95) +- Some rare 'space' characters could trip up the UnprintablePlugin/Mess detection (PR #96) +- The MANIFEST.in was not exhaustive (PR #78) + +## [2.0.4](https://github.com/Ousret/charset_normalizer/compare/2.0.3...2.0.4) (2021-07-30) +### Fixed +- The CLI no longer raise an unexpected exception when no encoding has been found (PR #70) +- Fix accessing the 'alphabets' property when the payload contains surrogate characters (PR #68) +- The logger could mislead (explain=True) on detected languages and the impact of one MBCS match (PR #72) +- Submatch factoring could be wrong in rare edge cases (PR #72) +- Multiple files given to the CLI were ignored when publishing results to STDOUT. (After the first path) (PR #72) +- Fix line endings from CRLF to LF for certain project files (PR #67) + +### Changed +- Adjust the MD to lower the sensitivity, thus improving the global detection reliability (PR #69 #76) +- Allow fallback on specified encoding if any (PR #71) + +## [2.0.3](https://github.com/Ousret/charset_normalizer/compare/2.0.2...2.0.3) (2021-07-16) +### Changed +- Part of the detection mechanism has been improved to be less sensitive, resulting in more accurate detection results. Especially ASCII. (PR #63) +- According to the community wishes, the detection will fall back on ASCII or UTF-8 in a last-resort case. (PR #64) + +## [2.0.2](https://github.com/Ousret/charset_normalizer/compare/2.0.1...2.0.2) (2021-07-15) +### Fixed +- Empty/Too small JSON payload miss-detection fixed. Report from [@tseaver](https://github.com/tseaver) (PR #59) + +### Changed +- Don't inject unicodedata2 into sys.modules from [@akx](https://github.com/akx) (PR #57) + +## [2.0.1](https://github.com/Ousret/charset_normalizer/compare/2.0.0...2.0.1) (2021-07-13) +### Fixed +- Make it work where there isn't a filesystem available, dropping assets frequencies.json. Report from [@sethmlarson](https://github.com/sethmlarson). (PR #55) +- Using explain=False permanently disable the verbose output in the current runtime (PR #47) +- One log entry (language target preemptive) was not show in logs when using explain=True (PR #47) +- Fix undesired exception (ValueError) on getitem of instance CharsetMatches (PR #52) + +### Changed +- Public function normalize default args values were not aligned with from_bytes (PR #53) + +### Added +- You may now use charset aliases in cp_isolation and cp_exclusion arguments (PR #47) + +## [2.0.0](https://github.com/Ousret/charset_normalizer/compare/1.4.1...2.0.0) (2021-07-02) +### Changed +- 4x to 5 times faster than the previous 1.4.0 release. At least 2x faster than Chardet. +- Accent has been made on UTF-8 detection, should perform rather instantaneous. +- The backward compatibility with Chardet has been greatly improved. The legacy detect function returns an identical charset name whenever possible. +- The detection mechanism has been slightly improved, now Turkish content is detected correctly (most of the time) +- The program has been rewritten to ease the readability and maintainability. (+Using static typing)+ +- utf_7 detection has been reinstated. + +### Removed +- This package no longer require anything when used with Python 3.5 (Dropped cached_property) +- Removed support for these languages: Catalan, Esperanto, Kazakh, Baque, Volapük, Azeri, Galician, Nynorsk, Macedonian, and Serbocroatian. +- The exception hook on UnicodeDecodeError has been removed. + +### Deprecated +- Methods coherence_non_latin, w_counter, chaos_secondary_pass of the class CharsetMatch are now deprecated and scheduled for removal in v3.0 + +### Fixed +- The CLI output used the relative path of the file(s). Should be absolute. + +## [1.4.1](https://github.com/Ousret/charset_normalizer/compare/1.4.0...1.4.1) (2021-05-28) +### Fixed +- Logger configuration/usage no longer conflict with others (PR #44) + +## [1.4.0](https://github.com/Ousret/charset_normalizer/compare/1.3.9...1.4.0) (2021-05-21) +### Removed +- Using standard logging instead of using the package loguru. +- Dropping nose test framework in favor of the maintained pytest. +- Choose to not use dragonmapper package to help with gibberish Chinese/CJK text. +- Require cached_property only for Python 3.5 due to constraint. Dropping for every other interpreter version. +- Stop support for UTF-7 that does not contain a SIG. +- Dropping PrettyTable, replaced with pure JSON output in CLI. + +### Fixed +- BOM marker in a CharsetNormalizerMatch instance could be False in rare cases even if obviously present. Due to the sub-match factoring process. +- Not searching properly for the BOM when trying utf32/16 parent codec. + +### Changed +- Improving the package final size by compressing frequencies.json. +- Huge improvement over the larges payload. + +### Added +- CLI now produces JSON consumable output. +- Return ASCII if given sequences fit. Given reasonable confidence. + +## [1.3.9](https://github.com/Ousret/charset_normalizer/compare/1.3.8...1.3.9) (2021-05-13) + +### Fixed +- In some very rare cases, you may end up getting encode/decode errors due to a bad bytes payload (PR #40) + +## [1.3.8](https://github.com/Ousret/charset_normalizer/compare/1.3.7...1.3.8) (2021-05-12) + +### Fixed +- Empty given payload for detection may cause an exception if trying to access the `alphabets` property. (PR #39) + +## [1.3.7](https://github.com/Ousret/charset_normalizer/compare/1.3.6...1.3.7) (2021-05-12) + +### Fixed +- The legacy detect function should return UTF-8-SIG if sig is present in the payload. (PR #38) + +## [1.3.6](https://github.com/Ousret/charset_normalizer/compare/1.3.5...1.3.6) (2021-02-09) + +### Changed +- Amend the previous release to allow prettytable 2.0 (PR #35) + +## [1.3.5](https://github.com/Ousret/charset_normalizer/compare/1.3.4...1.3.5) (2021-02-08) + +### Fixed +- Fix error while using the package with a python pre-release interpreter (PR #33) + +### Changed +- Dependencies refactoring, constraints revised. + +### Added +- Add python 3.9 and 3.10 to the supported interpreters + +MIT License + +Copyright (c) 2025 TAHRI Ahmed R. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/RECORD b/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/RECORD new file mode 100644 index 0000000..c5389dc --- /dev/null +++ b/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/RECORD @@ -0,0 +1,35 @@ +../../../bin/normalizer,sha256=HgFM_XsWh5hADXnIoUNxF_F1vRapsOBgQ7nVYXovx6U,269 +charset_normalizer-3.4.4.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +charset_normalizer-3.4.4.dist-info/METADATA,sha256=jVuUFBti8dav19YLvWissTihVdF2ozUY4KKMw7jdkBQ,37303 +charset_normalizer-3.4.4.dist-info/RECORD,, +charset_normalizer-3.4.4.dist-info/WHEEL,sha256=DxRnWQz-Kp9-4a4hdDHsSv0KUC3H7sN9Nbef3-8RjXU,190 +charset_normalizer-3.4.4.dist-info/entry_points.txt,sha256=ADSTKrkXZ3hhdOVFi6DcUEHQRS0xfxDIE_pEz4wLIXA,65 +charset_normalizer-3.4.4.dist-info/licenses/LICENSE,sha256=bQ1Bv-FwrGx9wkjJpj4lTQ-0WmDVCoJX0K-SxuJJuIc,1071 +charset_normalizer-3.4.4.dist-info/top_level.txt,sha256=7ASyzePr8_xuZWJsnqJjIBtyV8vhEo0wBCv1MPRRi3Q,19 +charset_normalizer/__init__.py,sha256=OKRxRv2Zhnqk00tqkN0c1BtJjm165fWXLydE52IKuHc,1590 +charset_normalizer/__main__.py,sha256=yzYxMR-IhKRHYwcSlavEv8oGdwxsR89mr2X09qXGdps,109 +charset_normalizer/__pycache__/__init__.cpython-312.pyc,, +charset_normalizer/__pycache__/__main__.cpython-312.pyc,, +charset_normalizer/__pycache__/api.cpython-312.pyc,, +charset_normalizer/__pycache__/cd.cpython-312.pyc,, +charset_normalizer/__pycache__/constant.cpython-312.pyc,, +charset_normalizer/__pycache__/legacy.cpython-312.pyc,, +charset_normalizer/__pycache__/md.cpython-312.pyc,, +charset_normalizer/__pycache__/models.cpython-312.pyc,, +charset_normalizer/__pycache__/utils.cpython-312.pyc,, +charset_normalizer/__pycache__/version.cpython-312.pyc,, +charset_normalizer/api.py,sha256=V07i8aVeCD8T2fSia3C-fn0i9t8qQguEBhsqszg32Ns,22668 +charset_normalizer/cd.py,sha256=WKTo1HDb-H9HfCDc3Bfwq5jzS25Ziy9SE2a74SgTq88,12522 +charset_normalizer/cli/__init__.py,sha256=D8I86lFk2-py45JvqxniTirSj_sFyE6sjaY_0-G1shc,136 +charset_normalizer/cli/__main__.py,sha256=dMaXG6IJXRvqq8z2tig7Qb83-BpWTln55ooiku5_uvg,12646 +charset_normalizer/cli/__pycache__/__init__.cpython-312.pyc,, +charset_normalizer/cli/__pycache__/__main__.cpython-312.pyc,, +charset_normalizer/constant.py,sha256=7UVY4ldYhmQMHUdgQ_sgZmzcQ0xxYxpBunqSZ-XJZ8U,42713 +charset_normalizer/legacy.py,sha256=sYBzSpzsRrg_wF4LP536pG64BItw7Tqtc3SMQAHvFLM,2731 +charset_normalizer/md.cpython-312-x86_64-linux-gnu.so,sha256=sZ7umtJLjKfA83NFJ7npkiDyr06zDT8cWtl6uIx2MsM,15912 +charset_normalizer/md.py,sha256=-_oN3h3_X99nkFfqamD3yu45DC_wfk5odH0Tr_CQiXs,20145 +charset_normalizer/md__mypyc.cpython-312-x86_64-linux-gnu.so,sha256=J2WWgLBQiO8sqdFsENp9u5V9uEH0tTwvTLszPdqhsv0,290584 +charset_normalizer/models.py,sha256=lKXhOnIPtiakbK3i__J9wpOfzx3JDTKj7Dn3Rg0VaRI,12394 +charset_normalizer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +charset_normalizer/utils.py,sha256=sTejPgrdlNsKNucZfJCxJ95lMTLA0ShHLLE3n5wpT9Q,12170 +charset_normalizer/version.py,sha256=nKE4qBNk5WA4LIJ_yIH_aSDfvtsyizkWMg-PUG-UZVk,115 diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/WHEEL b/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/WHEEL new file mode 100644 index 0000000..f3e8a97 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/WHEEL @@ -0,0 +1,7 @@ +Wheel-Version: 1.0 +Generator: setuptools (80.9.0) +Root-Is-Purelib: false +Tag: cp312-cp312-manylinux_2_17_x86_64 +Tag: cp312-cp312-manylinux2014_x86_64 +Tag: cp312-cp312-manylinux_2_28_x86_64 + diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/entry_points.txt b/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/entry_points.txt new file mode 100644 index 0000000..65619e7 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/entry_points.txt @@ -0,0 +1,2 @@ +[console_scripts] +normalizer = charset_normalizer.cli:cli_detect diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/licenses/LICENSE b/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/licenses/LICENSE new file mode 100644 index 0000000..9725772 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/licenses/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 TAHRI Ahmed R. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/top_level.txt b/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/top_level.txt new file mode 100644 index 0000000..66958f0 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/charset_normalizer-3.4.4.dist-info/top_level.txt @@ -0,0 +1 @@ +charset_normalizer diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/__init__.py b/.venv/lib/python3.12/site-packages/charset_normalizer/__init__.py new file mode 100644 index 0000000..0d3a379 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/charset_normalizer/__init__.py @@ -0,0 +1,48 @@ +""" +Charset-Normalizer +~~~~~~~~~~~~~~ +The Real First Universal Charset Detector. +A library that helps you read text from an unknown charset encoding. +Motivated by chardet, This package is trying to resolve the issue by taking a new approach. +All IANA character set names for which the Python core library provides codecs are supported. + +Basic usage: + >>> from charset_normalizer import from_bytes + >>> results = from_bytes('Bсеки човек има право на образование. Oбразованието!'.encode('utf_8')) + >>> best_guess = results.best() + >>> str(best_guess) + 'Bсеки човек има право на образование. Oбразованието!' + +Others methods and usages are available - see the full documentation +at . +:copyright: (c) 2021 by Ahmed TAHRI +:license: MIT, see LICENSE for more details. +""" + +from __future__ import annotations + +import logging + +from .api import from_bytes, from_fp, from_path, is_binary +from .legacy import detect +from .models import CharsetMatch, CharsetMatches +from .utils import set_logging_handler +from .version import VERSION, __version__ + +__all__ = ( + "from_fp", + "from_path", + "from_bytes", + "is_binary", + "detect", + "CharsetMatch", + "CharsetMatches", + "__version__", + "VERSION", + "set_logging_handler", +) + +# Attach a NullHandler to the top level logger by default +# https://docs.python.org/3.3/howto/logging.html#configuring-logging-for-a-library + +logging.getLogger("charset_normalizer").addHandler(logging.NullHandler()) diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/__main__.py b/.venv/lib/python3.12/site-packages/charset_normalizer/__main__.py new file mode 100644 index 0000000..e0e76f7 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/charset_normalizer/__main__.py @@ -0,0 +1,6 @@ +from __future__ import annotations + +from .cli import cli_detect + +if __name__ == "__main__": + cli_detect() diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..04ac4edb902df95c1fe293bf92b9ce1dbcc1b71c GIT binary patch literal 1779 zcmcIkPiq@T6rYu3$y(V?Z66AS(kX@5YHe*|Lt8{@a9kT3V%a!Op?g_IyCdz|vwxVG zm8%|#n@c}JKSRmIErgoVx*wpI6{Z*#LJm2U9101cmz?@$SF%%*YxnT>y*KmT`@Mhj z$K<4r;QQPC()+lK&=Vz$zEaL;FA`wBM-DQPqd5hp`319}DZa>xX3;4*W31$lnPYz0 zEc+F+;*Xo-a9(oCtm^Bgp79k{^C!#+f6|=H|e3iZBPn*;Jj5!0cZq61E zEgsB|fL#5Z+5;_@4nDflj=0QfVI*Ds9}L-%t%mx=`b2!ch>*VK5-zA*Y=zt>%=?;h z{hR-M`o2r?9wiKKcw9()FYtPl3y_DV_;V_$EkoYWS26S2obW!DE|J)!EE2dM#+Xy$ zU`fA{xWhvqlK{uTVGte#*v{i)8rY%Z1>J_e9ZIi9Bz17RpB+0?F5rFF6F4IFA?Z>K ztmJ*Tjb#YFMaX&-LaGB1Q)MT~p*kiwphuWQ5f6#&0zk&_)@o}t^Gj?=IfmqMKzu52 zC*=6Z^=vnDwcD3&2>3!yFS7zSJ0T`P)#&~6A zB~N&mr4?LO8GF7m%Z{yfUs5qLfP7*m1^(=nv-!E(gKv|E$uG$%9(tqpgY6KZ%RH(e#|sKXE#qkd73?Npdqw|QqEsq5t7eeUCY$}H(Xucfp&9&eF|N2pc8?U*FA3v=@E~SHluhE z8l2BYCx+%bp&k1)kVJZ6pu>#ba;1z!(=fW8bmMlz4t--M7Mx1s^`@;f^rjs~eeQK# z*~Ig99WUKjx~T?k)%9Uw_g6Rfw)7_RY#IpK#M@i@3mJerTWjmByX)DE`D&zKr~#sA z=ug#h*0r=of*{OsiPlrK<@Hjkt98l8Bduh7CrYas6A|gARZm!LFMy2$4`uKPi&!tD z6T{WqCen7(saGW`;N~n0y~V~XNFsppAzIS(PrhldgI ziXvl*j4M)AM7^E7rpS~clZs3LNoQWKUH$E}Vp&js%Sv_2>cleU)Ur4{LMW{a!K6hJ zd3ltppekNkX0%J}eik<^`>=mZT*XhvVhPpEgI9*wb36)}icA=T$ki^DcOY@fQ=K@@ zW}bUmYr${~g&)uhFhMUJ!wr3E@UU&{_EkRqE)Nf&z`|JbosE!psnO`spl86NXGGa^ zvD~=1WC%~v#o<#W-Y`XmWqE-oEvpgrUyk2`Tw+F7_Ww XjgwCW_5x4U6)6S(w(f8aMrKE=+? z13?gr6ha_fD))$)V&=V>_h#m;-EKmN-|SxLP`_)kjc5bN>LP#_kRVA8n)C?)8A+N) zn)WFHjAcAJ25^lCkk0?z1j?jLIy;M+cSzL|##k@BvZh#&O|O~eic9pE`l`XX7Rqpb z*GZ}-=MNJ zA+qii&6MS8z{aJ|tU2$Vp0PrCJQ<60B!*b9+F79I#yTx>HABa?A9cs&x^bzkoaA`r n+Tm#Ze{mSnk`h8b;phhrzG&-t_D=Uc;@zj)C53q3wSwXgsZn9* literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc b/.venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2ba211be97bccba318884f0ecc0b794a010b78f4 GIT binary patch literal 18190 zcmd6PTW}j!mRJJ>h*tw>f&f7hd^8^r2|hqk?}ufH5+#{qiIPppiaC}sO*BYC#Dnf` zSSH=rk-b~HQjNAu#o3sX_=8)cN|cg5l*&}asqBY7^4L_Wwg8bHwz}vFU8|}c%_dcl z#LZ;wkK~-&XaJI_*X*MLi`}p{+9~+`ujzN=SN{n`{Utu=KeJXa zJU(Qks4pm<;tdHZX&5&cuxv~i$Bl5WN>n9H<0evPN|=+?uJ+N5{foAizQ$g@3Bm-LVO zll9~E$%gTUWaD^aGB6%UHjOtWo5!0Cl#z-VFTAEBUcU2=n+EM^yp^;$RDP$IZWasU zZLzisNA=qBo%B0ae%4Dot;5#u2Fmt>|M;38);+6+_wdd?Fpqcs@ck=6spVY&CHQxQ z;^o}{Wy>Z|d_SyvRt;arGXSM)&KUAPK*EI#s)I|V(h?`d(P+_M~+9vj=pvF=;)E7st0SvP7a+oQLZze zd3)%{QNYrkjESO#Pspg!N2WPJj7cXsDLSpXDxYFv$fDM9skw+a8;iy#<1xO3s9GD% zND(piL59pOI-N<)h^j5lrMO6nOUBgNI3G(%@k!_$pNgb~$V57+I^$v_Itw+)c!Cqu zI(STG5>h-eF(<{!u>In6I+Nfdq9nwzb*aB6sv#RmrG+Gyh|kA_`B1Q%6Qfc*84HQ5 z%m%v?u@7Sj#G&|%(*;6@#3(TqMFpVYUPV!c$DMU(9;Bk8QIt$cU@)|wWYSBM#+$`j zu|u-xwY=eiO)r=4l0z@cl&)M)-#<0T7U8gjSdiZZmtHF0v-XPjHRXD}Bzg3b4&6Xi z^zi9#%XbOps{JZ@H0X6@Y_ks8!5e3~DN6XD0%AaKS-$gCWk@iiLlv!?%dPa%t7H6A z`$q;5Osv$R!??ierSiRugVdqdN9G=`HfzZO**`rAXWG?0Ni2fGdgOVqN2w0z~3w_^=j`x%4oh?m#AyTtBi@t znzD2X+Gb6%`4#YSJOdx|Cis|N2_JJ2AG7R`jj~}L9O_IXNJQI9(~6c2(9>~Kcf}O% z%o=1z7NGIYnPGrc2e1wEpf9p<2J}mCN&O`X72oLd$Qq?hBvlIQ?XiE>xoMlNr8e(D z8<*@9dR}@CuFW(Y=2Wy7Iu8w0s#kUip_hj1ep$F65pKC!a7f$rS(NoOW#Fw@MrJhH^UnbGll!ZJKx!U0}chNay)w4233wgxcrz+Wwl?S(%d{MD89uGG%INnO3P zSBF=g#e2xPhHRtU@X4-c%%kCVm`6>8EHvu<<%XL@n-2Q9Db09~-WGy4lkEP`Ak;jg zWl84|mb6cw**p}6sRi@-pTN8VvPm$@a0NJqs}9*rp3EOo@Z^E|8dCDhH5U%({mXYb zP=Sjz+ax#00kq25X1VzzgWv$J9@JZx+h$wj0ACAmTjXZ3>7^yo3lK`S>*`MchVPYO z)I9;?QyV1>ZGvB`jRIZSE4T918A{kG9WS+MAvG?r*w(To;OliNG*YQL@XuvCP~z+6 zt>wV2h6)XB{lQ2^nMye~hsawSsmlJ@CcZk`Cf5#A=fUr0+oh8wtOIhpK8k3#%J6|~ z8`uMbiIUrdmY1e~lN|VIds#Xc3|HHwQ>8JQMI&!a**BZJ>?qG(x2HPAbdF{_>;ma2Q?g0#Av=gA?UXx(z)R!aT*>z`HWlzYbohJ=+I#&e8U7Kod1H19P`nE)O*j07K$gZzErBy~2l$p|xkYZ2Tji#k#W)POGX>n~k-ImwhduhZ zK!?y~Eu^!hF?!@G*}?}h6ws;xY(b@ODQSMx_>mF4BD66>n^r8Rj8UV3(kWj#BF`eh z<*FI*LtqEC@XmQBV7o=$A_uWfw1UPOu1?5A51=$vl%p=O6Evn>ZWUS39jZ)WzFmip z@_ON%j(zzKdfaiVQ>QD=TkuQo>hI-{-oJuZr8?vk_!x7xSMJrY76EGwS0OFeZbref z9eM?yvjzCMMf!0Gt6shf;|;$1R!GOZ97V`BVE|_30qe~0J$&yZTGK5u(5N!z1Bg{} z^AyOt%-rg`Y0+S3`=Fj7k!_XSm#s_L5mM>dn=(SJZ^3wV{iS8UUkOM8|Xi&!+bgUA_ zoZQO~&HxUA1SK<(wf8G{y4k8~n>=`d*C|rImuCQLt#Ad5zo)fUc?RX!O&%<-mC&xi zda3?J^RKWaCEqQ`5T}C1l8EO+-b3yJ=rBe=DS!!f`{`dPmfTh`*Ujm*?f)BkZTkVe z0&)X#T{JG3uhK7=$@a3mf*k$haoH~i&^JAeJ7{J(M)2$MQQRB&FS1WG$zIVY*9nak z^XhtdjV%R*Ty;>SMZ>M>;p~qe$oo}fb10-WZ#A9AL1x` zH>;fidk8c1ebQAi!_8!HS9!!|SO{OaMXDR{*zy91yUXpL0nuC8LU`>3@b&P_f}x}4=mBLe++h84DgqwFIJQ~DCw}yaS3)FwBMw$lM-5A zAx;4;DbM>|YN7h-#zpF*s&}c21{mQD9j^2vy+lTME6Y~wFS6ygx+aLh3JN}7dm16y zIIcsNS)H=wb%X5L)H;`94FmNqtgf=`@39M(t7BT}qG7XH0Bv>v=H)%g=VR9PLd=2? z(Fd|!rSZ*IlP?&5=oQ8fzHt0kq0IWzn1%LnlMu++S@<1~e;7-#94l}aS=_o7S$!wG zj}>B4Mo6*Jbc~&di4r@T7RC5P0@@Teui1>q!80qRp>2wf2`ub$v+0Qov8W`53H*^s z>@URFxX7lknFzb&Vjmlqu!h49>C_Y(Px0|6C#3~w%}HcPF`W^jq~8R|MGQc)f|X() zNgCk8b1Wa52P9wUU zC}Lxr8g8nyT#9E)`3Y>zu~URHIyJOGhoBi50AI41S!g!P2~s?ofg}I`;A8MS6=S(c z35c<6YY;&tW1N@~Vmuis%$}J}i!nAT#Gy%?V>zHrG$TssWPF|w6Q++tgzbcWX8^-l zAr?!{N;u?1Y?}Kp4rCfWb##m!J#_{sI-B5tPB;~qG#|%&4wnGpNWcXsvlr9C%w!^c zkq~`WfZot%9+2D=cQWckMq*Qtd;oTEGr$9horE!`1TH1T_%M5fOR@1JP#iGAac5%! zyianF9V(*zZaTvzxjFVC^gwz~reTik9I%w-Bni_gfEd(^=_E|QM7OjsfSf>1rvb14 zf|5aE%|_y4IzduZ8mnd_v5%sOjEGenD+61_{M4ICVbZ)aa_c<0*F(6CP*eu|aV$YsA)<3wbkKDI!ds++$phSE^fV>&Y zr$I|_8jz1dF-gs_(=f9HP?Ssz5!Qwt%_I_UXs>`llSm^_uQbXC(kG@VLs#r0U~@dx zMJ6ewr=~QuJ0oNWdx%hS36wfyNCFx_F`7pH*v=tq!q z1Gy<022=@YZWd&jm>U=j3!ETubA9YoTH42coE31LGymGrVv4asn1Kzb3v*iUK2+pP z5^>5%laW2Z&!TXJRWqq61qsJgYIOc5Pe>BT2GBQ5L`))*lHkbX%F}0cd14cg>BC7R z;$R733VNQCg{h`5!i#-uPz=u-``CF7Mk$Nu-_Ixn9$y;feNa6?fW#!ob8J>*yMytN zrWu&NghV6gw^j$nI!%aDmdQ!bXLw0S*e!-MOBX_G0I5b0Au%jqZfXAYGr}B_7UWQ~ zCgn*_3h5+Bk`xEQo=t-V1ik=KxIK#4L)LiGCtwpvfnW4jeujejQUa znqcpqfBWS}D*FN$K9dq+i8#^pi*X6k(-ICo05l2DZ>xk^vSDcGQPe=iM^aHCmIV9F zC5Dlkkk|*5s7rs)GK8lF2)e-Y`MpObNth2K1P0#pI4FM9%<4K&=x4v|3N8(y+z>$y7fId%U7YEX6`Qh`jA?U zjxH(zSE|8Mqy=&Q{b!6m3E@=&Y135 zIj~jQ(HFF$Fw2j#-x>Pm*>ka?y@av!7Vxep93N-@>RH>HMit z2v_h8IA#`2MX^N*UF0Rk-CnN*H^qwo)Xenu!HcZD%0TI*R(QR%=n4YQo@4t=2+B)lAM9sdk7AivgkP zF2Bj*K1`@UV}- zXx-9Ns_8;Ho)Wy|8Dcd7az>PZ%W?rv0IAhzZd1Hk1tSW0>PLXI4U7ob3HA8s$H&@} zX+D#PfoKvwXw!3yBry=t9;(3jsh+c`IGR(1nOixOs7cL$D2+>oZZqbB9GJ8}{>7g{HYAJ3l zz`;aLNWfV=DLos}>u5ZA7b~tNR0lrIYH_FP)T<+S;!kyJjOR=5y>QwO5B*^u?n6Ku zRa0fqyFPKC4{2C&0#E}ZsD_x@Pz+xpl@p90MO1HT@Y1^&uNsAj%2dFbNT)KQS_2Xq z(L`tp+-4**t1=Z+je?9yst<#0JZ<k0=Op-2{lAeRK1>PAN!DIcX&%e03; zPnc5~&Er)Z^t44wK-?Nix+ID!Q+fw5!Bg_8Gnx@#e@KcDORl=n{Ua51_TX_K+>3g} z-*=ILY1lp(0B8fJ=g=f3PYY?X_cU-M$sbF@-~(aU-uiF=mgNJpa}eyNwuc9|4TumU z_RoSp!c(gQMPpiV5_5o?jfZFFR68zn$cau-_x76k=tq9kC#lA+@6pRMv&UKpkY~;$wLSmWj*sz&x_5w}q z88-aNKYZKsrERHwDfV@JU(P>#na=x%*ZmEb>CM3G`dz>{7kU;mc~9qEOR$WTLMIfu zMxpBz+Oy%P27Fvpjpwpi@dYm1*Ddtr4?dk+cxN$o?fs<-cYRyeeD#ZUOTnMFEc?1I z+wZprm*T$&uWUb>Z$FwdHLMk%cMRv-hvE5KOH<`YCsygPJUyl`b%beuV}|Jizw8w> zQs{H5^!s`GeZA2JHUgZwdjQ_UYASr#0L)vQTd{`jNQElO>@Qd;Yh%t5RIJUb*3P`O zGZ);wV%<|Y@Tfw!Y*;`#HfX9o@OkFaF(uTSGX=EkdQbS$sM6JY=}jfPEoZ8`-_p0- z625f&erWe{XfIZ<+i#C7v#;k(&6iFr^lA(#4Y%~(igjD%Xy?{w_kv@YZc^xajm0j? z+_-9D^Cou5zhVllTU@!i-n^x^4CCC2wST=K{L7Yn!@ynQ|&Je;#ODQ!C+QO0)r z%D%T0x&dgu-=4G91HI^mT+`OPV{3lzNfhiKUHQ=(<5QTF!ZZV!oUVeMa{3e)WF+qh z=EH|88}UyxDwwP`-&)V1JI%{Ir*d>#!P8{(-E(*5La*Nm=0nHVnA$=$)zo(*lMn0w zb~Usw^Z=AQrUwA6SuJXFV)a?gj@ zv)nw_wKvzi587@xEghZ(cVP?FyEO*{=-mH^saJgwGJSl7&@JwNYV9eHA+b-J_ zZ{1~E!PI37tu^#1OasB*qcDvy2Zdo3CZI4u!0BF^9;M> zTVcA^nFj4?&D)~XH!JmRN`33njz#y~`r|i-ep!3_z2(8fzv?@Fhg<184iom(ZB$j) zcnS>VZC-r)+JU8!yS4p_xATS}?+xX=o$KDtT=(9)-o2`~JJ)~Uj_+>&v2VQ%h21dv z!*>i+&6ayi@SZnRFxj1eaKo1!i~PR~E%xS^EvrmFQ0hkV&Ko(Ve}y^uu#P%v7&Tn4 zU3&KyEx+uz9shUXyKRSZWAA`uI~o_`cO6~1-u=0Qr|e#z`B^qZi4VE-2emX72-UAJpi=37U(b!RdG9vG59VP1 zSLg0b<+?}n{?UgPpg)+Hy2ka6og2;W2K!}ap`EfZpSiBM7P2eWASk}GG1s#7cGp+C zbInKc^bu6Dj=K!LAtiTkjj8*BzD6tFVW7&YwwZcE??M2io)#D~|3WG_(_g zXeZDfgUxy_q&0xF`^JHM$KG7~zUA8ecj^6wpW4uiY#g>zR>$Stzb`L*aMx0Q&r$dD zaK7*LO4;HxWWg-9lx8xbFzu^MZ=UHTFM*d%?`NY|MstDwuj%l&&icjobIseoWdirS z?TWW`)!Uo*_TKot)q#=xz{p+i$T}0qFf>u8pU8OtnbO+jD%g;_M4uZ1$P0^p*+*;UnX2p6|>$_@g z%3GVhjDSl;ND%Pl>ibu$;dO`S(&*nlI_{$Cj~f2=Q61j?&&EU*RnvL>$2s@lBdQvF zS%p6w)?M8r^oIo}y#9V;7gf`7{mqm$kr&1;(%x$A+I+J0oM{hECZ_3adh?YLkzer+}3)mepCf9s6d_*a8H z)2-%Tw;1r+?!I6&|9Wt!I)1?X;D8w(eq*-Hz||GHaKQYV17;}ywb_<%oB!IiD`7YP zPrDh)n}1t{-yJ^rZPkS;sCw$BpYkGKi&V+*{fk^JTi~pr?Ivy)z;6sTF6aM{Wbwuz z+XCBdxVu)$29|P_<&_7E$yjY)88*e@u+KCLdnj6_Ps`jDH@hL5fLq=KHpwJl{xO;$ znMBystL&;Z3K_|&Mm1r_kXO9sa1b5; z(|h8Pzz%AV5)BvO;LW@6;gf-yGirxoLRIsB^2%((O;(aEAO{jit}e`;f-Np&I%XJ< z@>tfAA{vX}D@;skX{R1wADD-1Hc}b0?gAHwyxGVpvVo;l!*;>MD182CN&{R%^^ij~ z%>tBHVy5tiKvEI6+sYheHI~{4O9{k3hW7`Nsc%AoFxBq5%r6Wt+ZqZKZMHAIz2=7X znoD1}f#0ns|G@9o!cqr(Fz}bL|F#Mm{}y{Z!pnCeZm#{Yx3}u1d57f*mY2S6{0+2t zlI73;x>2Yvf88ikKNNyn23;q!cG*q?>nlz+Q4%6Veo|3$DXRSCB)~>dB)^x0joXT^ z&^~13LXhnvj2|YsPdpreoAa8e#8Z$YVY^Xc`t)2l?Cc|xAd`y*0#3KUITu}wuwj_x zX1FjpmcU^`76eZdp~D>RxYB{&!!5enw zBBVl~NWwYn|A@l%5VDeV&{`$o5Lo9B8hZ*n#Q zJAg=A?M@DhywZ58Whw(%68N{dhQa2crtiWv82x?Ju>T4L(6DyO>dAS!Zgt%H=tk>` zW$&5?qS!XY<5&D`N?of0(JlOI+X+hsrFBqg>fP`;YVDUTg>eH!W|#NFCc(xL17!y@ z+kBs{S)+Xga}{hin5*s85FFPwzZ|q3C13%nw(;fqH0phX%P^Oa?E!v0`2hYO0aP&q z_TLVUj-ELt^g;ERP@RCE2+h}MnPHg-H8~Zc5gNY^(;O2ip?6ZvaIA@wh?Dw`!Gjq; z20=OxpH7cLwoG$d{~Wua?}A(pxP$Q#L8077UI1w{Ip zC=&*K#)H6b>47)e6ZuOr1$2&7|d_(5`EFE@P4}CWFuiCq$CQBCNtA z7;&h;oRyX|!i<)du&Tq7A1|1&Qf-hbK0!`n3ET16IaYc2O4x;UG-SJAw;C)YM0KjI zR4f}I%{rlJ_%{?$CgPaCv%UtHK_={V;a|ZkJRBna8E99b%3v^jL$&`U<@$#5e?tX+ zYcd;*k14qPmZl7E8PuvFSBr$!pAd9yk$x(9FKbu`ktZ$Y@n?B4C@bvD(;;fB@MZDIDwl zGVACDM9uD_i$Zl)UX@vy|M&m@_ox1w-(SYy`rnhU$Ny(P!~7$8ur8O8V7D?X!@SE# zjKn6GBs;>gB<)BzMjZHcCY(vvh>PaA67HmD#6#2Wgg42JaAv*_`DI9ZByWOG3L`?& zKjKdYMgqy;NH7^13DGhxQJ$}pyRpGZ)5~XVVwvjhTHN`ieMN4UW zJcp%SZ@KO9w$C^st)G#>L|C1Vrc&ulG!sv!)L}eVTuQ|hIVq4%x!$ws z=~RX$eF-4N0#{!^T!UW{w=OpW~Js>2a{zb z=Z7w<)|?~G%sD0ZoGZgywTL`?;4q%fF*jdjm^pXWam#O&7k@KBE1h*u*dw+3_GCRO zd%q=9ZrAeIW!|iJp1t3fskF&-gvu!>u9XPsH^aa1I~_Z;^ebx2FT zS&S&=j5%nD%Xpr1-GAN1WUB36o#&VzdSi|WCg!+_(axdIte3RUx@IwBsqFS|FpT2J zdf#!}FL$BVoIQ@~cw%YJT_(cMo-Y$|y(DL*m6RA&)pRUQwu)%3wMe&@D#lSLs@Ne3 zStL6~Bs)Z$icZMAw1e5+^V6vq5gHNFBdXI=Q)z|tgABUQdbYQkEwi?q+N*ow6REU9 zHnB%ml(eEMWSu@cMQ;Cw+j)iTuZjKi`mZM=yh6Uc?!9(>h*Z~o@g#X$B0i@3jpS%D zElnq6h2X00rgP9e5|v)vO-7?EiyhE*{tOAlIyEC`X7_){53i;$3EfnPZC}cFTkf6xo-hJOCv< z4D%bPG3S_bW+9k2Tak7ZVJ&OJQkJ>hg>_)>S7g~+WJ~Y3vNp`ISgZRzF6Mrp3($5Q zdTDmBR8ZroaYzcpD*^PMCi_C1R`GZ@o|%N8ZWCTZKqD@N>_**<&6G5DzwU`nP01+< zio!po#FM~yW0UJXyIY;Jl6slF@m1YdOp`B1H@JeiG5W4;N&?!(9G|ierKj+xehasG zW`koIo8~V)75A)(137UZFYe!DT<)42*SNqv=q}W?ZZb|^&BCQ8!N$ec^TE#L6Zzng zLa1&nB<4cmQtfJ}`_oYM=U!CWaH8RczzEfvt7;3~Guze{>uRj+2omoy#dR$zr#V() z=NwrUs|O4A*8Y{(RopXT86pM9m%sVCL1XiP{$cih5HFC|qN7v{&g-HYOESaH!7VzKWrA1O5MS-ASCP`=?s_C^`QRcqeHLTLBGw>7TmDIZ=sk>>|A*MPDg zJwAJl{})Q$WwOjI+XO*|c@@nLweuTl*b=DLd_xWA2WHQzJIhEeBGC#=4YDu3p@nT8 zs9cuG*jRFhwDbO&cAWht(vEy@deL@1(r$vmt}C1U5#4oHi8c4{Zqq@zPR7SGqk36f zP4Da9w{P^;l2X|54Q+QH?B$+#@vt9$uZlgE!mPos1d`TI)@uTD8TqC*0@H1&f;sU zTt|VgTH~8@eDjj9%J&qXysLZ{o)*22`R4Ud{X$mb8VcUfnzte6ZCE_F>TOwi{ij{I z_G7@Oh2PS+`eNbptKP`+>wnXg>p26}w=k=5b?dx;{u157uz0-5=sgu$eA{j&YYo(5 zw-hAc4zj=}$DAXBC*#U8#MlE`wGp(+vZ}uXlk6R;IM9mCI)G!idhMAMZdWgv=u>c7MWPmqHIteXPH1aHz7vtk%JOlKBvlLIM zqTzesHzm;`Rh*gz#8Lb)@az1Ih?6QNg&5sR2sgk`AAa;otn>s7oyjP?9J43A+{`5X z7_N*mfXXWQVnsBnB<;+a<8ltn-ZzYnLPWmIII6k6TU@#P*!9d&7siMC~+d;(%5H zOty&QMMUY+rJTp^q=to~sDLE)Er7;3#xf=>fuD00m-7~x+K$Vrj}0(s8XvAXcg8j; ziY5m&Og!)p;BjQVl4F`t*!vAx4^6>b!BaRxWQbl_w><)`G#B26&-6A>cg~mfWtls~ zkm0gEco;nOFno5~vTRwFBYwynpXDVd@kLPg6?j|7+j(VOS$^DxU6?(Xa0Wh*ab+En z>n%odf9UxDUy)o;(+-SBFvo*A&k0#UqTUb2;-g~`Y%j-m*YbA+_&eO}5Z%~c_jjx< zjLlkff}ngS;A5x6qPb&i+pkG06cW2dOq?qWOZ5+R%Svp>tnEnt0sAhCX~Hd=VgAy2 zmwlfF%|N$*#GyNS`;84v_K>Muzw#ZQkW=!#DP?fBJ(`%BjE-S@+XL=Bo=C@{33ag7 zuJ#TZtHfLUAIz`jna8_tJi7E=YWelGro*}2H@>98@}25k?D>g5`a^R4?a6KPA+N3^ z^C19Bbg9G=w7Jf_?--_@*!#@;tj^vm!P~F6nzjBM{i%cwn`c(o zm6o5l<{1izH{N&X&fD^g?p5SFGW;Cs2}ZoSGn$$)aAFTyQCZfV2|1;iN?-p%${4D?jX(7>+yG7j)4dngas6&A*vIv& zyKm&{Zvd>GMh>h+j^!f9@{!}4Ooh8Y$F(nTT1ESlfpZ_dmLC|-alOz@+V0-J=No`Z zD=+87V+EmVoo`xd&+(nPy(jVXv^lJ`9?CZ#UI;#I?<&;p`8(m{gMsBYS1$j>x4-}5 zW8vhM)6r3;al2up*Y+%bJGX0a!M)Ch9-RHb@q$pjCN$=R#>L5HH{SD!(6`Z!fqc=$ zl<#^l^W)SbX*G0q{?hv3g}>u3YMsY`o=a?A2tUS?>*AN2)r|iX`{ia8BV1zD3e5KB z&Au~-%6=Yk;r@$G;mmWcSSf%KP@@2P1b4CIoq@20roDyenkmk#b=DL`%mq7b%%u4Y9o;gBT!G5^CbM)|`eDwh5o%vaxMDqQh>>ODRsQ~N_j^+hR zzPY__*?=|95*tRa@@An{t@K>zneA<=xum_{YO}3L&ha$yn@tOj^OB#1hMuCW<09g9uFk%S9r*nG(}3J7Tc28?7vKPvE9 z)l38iA}|r%J;PbGJXKjlRd^|2vr&=arU*@T7v!4Q-z#=S$JBIUIwQmRO{I6Zun}rQ z4xm;FFBhj|WgMocI3CZKj_?`zF7ci-lTq5g?Goc%l#t9QanuJJN!(*&u&`+9xCcp?hmH&{#T5a#@6F5GW? z2E<~h#vC>^?WZRrK7)rTdnKBfmJR;W2|iCD{=jZZ0!B;}67cfY4Q<6sz__%e|S zLt9mt>s6wx^jdrEMzJ_b`VO3QgPW`^iA30X36y?Dul;&IW*gBooGmq0@+PxJ093>T zY;w~Sp$3Z{C=LRf;vM6Jnl%f`OA3r8dZ;9e*3~P_&PvsKxzSBY7S&a@CbtuYO5a`5 z=~Q}(a5eGF3_cf(0!3DcxA`Id)aQVj(C#6I3;o`2<-Fl1f!f83i^rDU(CQB40|zzk z;CfrT=4yP>9DexR^1WQ^k$m$}JU?yg)Vhx4+nyt3d;5OMKf0LfAIk4NuesXR8=iYK zmTNdQKTMQ4SO4D7Qj6ApBHuVj)VODhIpVI)aV-nJ2ZNwZ!I3o{$ngh=8PI)jWir=& za;#~!sj8rC|mz@;v9 z9C_6As9Ec{q;a)R!|hLmpcZO@)$#DU7CD`7Ka&&A;A^y^X*~#Vvx1lxS{|O&x=!ZX zPUVDCs1QblI#fXOU}v81T0Z@l@6q<1`{Gap4C z4_w$@hs?40VI^6Omcg7b_)+U)VWHf1z1Z`o_j4;^mOW##2o+g`+f1g^H4pw2EzuS>S`{2W+mp#5FP@qGVVBxMD{etnzLAld!9a2Vm18W)&#XuO@5^)5^66OJS5wKU=d>f=R4 zBjf|lRlbK1mi*>4(R_QMwT$4Hp%>HRqMA{9#g~mJsSzL(`$P*3(GW6Euq=>7b}flqc%JQ|bAV~E?KNr%i(_&m#{o|!N3!(h za`}%l^Cm~4yn=orZc2S1xQ!sRq&wB=BsC!oF2qX+6k=Bt*C>fK|no)dU2C+ z`;IJJE;Mz$eQn|51Gx~~r8V!%1@{#O4y|~#Q0vmgT&M>Wc>#O@2diLB=+6oLE7hL} zhd<}hcEgFTHbkaw??0FO{2mCVA0mp|6QP{i8J){qt_lI;eLuaf9ew`e*K$W+$sc?* z7kaf2D&KND{eexl$5*!DMC19P4F*47)F71np#2ZuSh=yvAJbgNzTDh}Y?Zj4KkGkz z%(ZRBZ6-H>seaE>8c4L%%lAE0`5uA{K_2a(u;Z4w!_lvONpOEH2_X{qwuhVwnPA@b z80wJxQYp3_VY?|#j98KeDLw-AXRFr*&p1xPyv4ok`8untbR(?oCM7ppD5AJ;J*#g= zQARNadMd?w+cuuI6)vZn1ihe4UDJP!(NTeY6{0j5h3XoyAu&h1Rt?3HOTIK_Q)j$9P+orwl=rZ*6>&M)BSqCoGJ<%<0E20=G8mS=UAoD4p_J|^Bz~W@NnLQNr3VAvM#z|~k@bBf zh7c(x!Mh6tFG~ns#8}Dt5SEuXc?ft6<40#@oK_)Do+*H;O2#6J^HkUr5;>ji8;_F@ z0aq(if*8~*kxL=N;)kyhDHPH2R|fN2c6_<~{{Drz#TRqIW~iN|flv6hT-kAh1O9G9 z6N})#OM+`m0AnfL|H05DkqJjG9hD-M5h~= zqx=EtmB7a-13nsm-DH&a(B>o=K5>+Og>Z2h(=+hFd4!1xjCkGs6h__-;&ecJp+3A; z-<_-PUOu=I&etDYC|l>N7jNeH?m}1h!qvs@oY20`RX?}|zh{l>%5h!G)t_*E8$opQ zMFqq0d3>1UYT5Bs@9{!UAAE-OS{M_oZhiPpnkTiK4?ZyXAn-M*}}jiJf!7qQ!y7@GIsY7a z^4w!p0V5~TKYC^TMaC3kKZCIcO4!Ii)^CGmFdNLWxAAr1#Z+g5l9wKOBb=|NEeiRR)3}7hCb*KI)tsx0Al|HhSEd8>@KUX43Tf%V@aS&*kR5% z=Y%;P291AqnIajX-@rtj9)8_E%>i%%YZU|RjR692WFtclS`eHv!cUf&O^^@pY8u^! zhkzzHw3e75$A4h|79;Ru%eV>fdh;Ti6@zI+2)Uc zRb&iDO_s5!IaCtjH?2zh$IuVK9UoO8nqY){N5~+tD=V0;?)eLa-3ZuMt%qARSN;0_ zliL0(i^5uMcdoX3dH-r{pZ4N)#PbW@Dy=q>^F|5{&4Bj;SGUHAIZj;Ky~_1HEpOA> z59Z4c5&yAf!Tn_5$fN4NZqm5MLQVHt&7oY)p?uAe1s-uS?5UN8)$oaY^9kxnt~T{Q z=KG1aH+X5S@A6NimFT1L|H5j0m%)tX`Yx~6;!KmHu57gjfwp$7^Ds!I-m*<5h@)&5 zL1r}`g^8=x??-lHU||RWwovthna4qqSia>oi><$d^G+ShExFJhE!43tRQ_=I?cv3X z59Q^dm4QD^YYm51g~RK?_T}bg{bzFfE8NV3 z8O7Y$^33#9LjKlRI-S@nlKagFdp_c!fmqr^p?l6nic0$N7~6sNp0s+W<+^)3k&b5Y zCbFN4Z?fJ`Op)0dI?kOo&q%eOklTO4Z5Bt2 z6fr9fr&DrC;|{%SbaZ^093>eYRR{_ygz48kGlH+Yq^3CbuG*e2+X52aW;>6*->BcS zK~fuG=HRgnr^sGnarDYe^b8n@b$4LPO^Pc literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc b/.venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..378fd0831687ff9a5b943b1ca5e59cb689cb7c7c GIT binary patch literal 40809 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 GGye}Falf?y literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc b/.venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cdf7323efac517089a2001d873549fbcf410bec2 GIT binary patch literal 3009 zcmZ`5TWlN0agTQ-j}%G0ELnBVdYI z(Uh{1hl@tg3}r(AOIpwfn{rn6;E)k9quHq0mTeOd5osszhK-mR&&CB5K(8T9zK*mA ziEoO&zHB0bv{(c^`e|`3dOetJue2o-UvaXe;I^rjWiyrOw&f%PZhZRML`E68oEf=# zW$ZOqyl7Q`NLo^<^_AdrL<`h5m0X1p&d@t@`QqfI%(OBxJ~^40niwCulo=bzxLwoZ zV7vFe8naX^7hOdF3$aJMdv`c!P<$W{#xoNYocLwkqh@h;Xp=@9Vd__bp@G`7w zB0!P{1px|is1i=fZgi43WrJ~<)u_WLuHiA;BCbrVyshb0(G_9Ul?~M@menGu#tMe5 zvKCo1Z(9Xj17b3klw4U+EY&26;zkw4w6(Iq;h3TRmnW$LmM%j*RKi z7F9j~P-{d0XhTTY`!THEK#a%J8@0e@6Q(b+W-P$tf)<&)dF)|=3`^C ziMM37{vSgOKNVY;fEd`~j~ZgJ7R(YYs1Vp}TJIcXovl?(V*J$JsG*j$kI|wGI>O?)R-6X*IKBLLJAwBU*a`^RAasl)qPX#OP# zBc{}^sj&x6lt5G2N`aQ2lDSkVho?I2?QJsNkyfjNJvPdW{*^cAMz=LBp!?yL%E>BL`a>}KWO&I|r zDp+SpPucXW?%+b%%JZs=0oF)~lDx{vR7-or?6Lz(%*Li(q_B-Eb{Vw#RRt5((T&O( z3>A!5K+g}FoiCfj@(VgH*wj;4C{u76#kvJ6a4t}rf-1>y396z6DqtB?V%m$Uk&1dO z7fLEsP0ynWc=Q5~44wwh`#vTMWnMD5ZDd(Bb*t&eCY$egg%Yo1`jG??Q+_;_2q^O$ z)QoW}nvSR1Q}ur*& zx{~7P#iU4iHKZMU;uSF2<%)1f8uCcyY~6AtLwA@f&6A4bMs-KG9Hv5G+{l4RZjghH z|Mq4mwW%vHu%61ElpKNZ9;k7H;5XZG#hh(Y-qcWD;gexk=0bQTxJRB8TsOq;Rnc(; z`cRl>v%{Z@W;7`;m2Sv)Ed4qlyp}uD@cOKx{Q)Gmt)096gIzgRPn^5ue6jqi<=;!c z{mviW`rTV!zJ2G_sXH%CZ=IXjnxR`UXI~6NqWdz6^{&tUy#E)OE&Rex+u7a3(RyMS zn7;RAVrzJOD>ktw2HK+yw}+M*$F?h+ugU(_p{+O`Jb?K9$wGC$tSnvlXv9P zs~7JbKe6%l+QJ9b_o}y~)ys8`-dy-)_4Dd)uH8er_j@M&H8Ue8*dS8^{(MA--6CY&W&8*M7JGL8ZUzgv1 zb7vrRJC?c!R^+$k{{m4MQ7vB#{u}}j^!I0Mnj3tH9q)d5dMW5l* z5KOL=vu%T>IL@DVH$(|5Q_E{Dk{!JHDU@LWnjgv=0yhL11Er5j2OKi*31P|cvr$w_ zx}Q-puSbxC%u5|FiQG<~T_MYiSPt(sDS!R_c82Ex?d6l#x9}W!AiwN4U$4+_0Lr@) zXA-7{CAR@^U+CE1(X01ENb0;RJ-083!ISIP_7VIV33T>+L;R)?swcYr V|8r^oKQik5?*-fUgRt-E{2$2y6utle literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc b/.venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..365e71f7a41b917618b2ce067931f30041fb4b0b GIT binary patch literal 24346 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 XpE=2{8`iQO| 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 KJE4v;%l`qg>mxn@ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc b/.venv/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..631883527646186c087193ea36a77b5d1db6f978 GIT binary patch literal 381 zcmYLEze~eF6uwIuTQ5{xI&~@N(!m_sP9iR)f=ew5f?19F5F#<>7;*!{tM!t z;v^1ACc();P>M?@FSNxsy!U+j1W;=l-qOfF~_ycMr=@v7OZOue>3XxagEj zk%Wubi^3@rc)8k1vw7tp=5!pfLs8W`i;v~DcHbt1@W(J<>9+#l*84{7#(qP!S5$vS O_502XYTTBEt%ZMA)@aTE literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/api.py b/.venv/lib/python3.12/site-packages/charset_normalizer/api.py new file mode 100644 index 0000000..ebd9639 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/charset_normalizer/api.py @@ -0,0 +1,669 @@ +from __future__ import annotations + +import logging +from os import PathLike +from typing import BinaryIO + +from .cd import ( + coherence_ratio, + encoding_languages, + mb_encoding_languages, + merge_coherence_ratios, +) +from .constant import IANA_SUPPORTED, TOO_BIG_SEQUENCE, TOO_SMALL_SEQUENCE, TRACE +from .md import mess_ratio +from .models import CharsetMatch, CharsetMatches +from .utils import ( + any_specified_encoding, + cut_sequence_chunks, + iana_name, + identify_sig_or_bom, + is_cp_similar, + is_multi_byte_encoding, + should_strip_sig_or_bom, +) + +logger = logging.getLogger("charset_normalizer") +explain_handler = logging.StreamHandler() +explain_handler.setFormatter( + logging.Formatter("%(asctime)s | %(levelname)s | %(message)s") +) + + +def from_bytes( + sequences: bytes | bytearray, + steps: int = 5, + chunk_size: int = 512, + threshold: float = 0.2, + cp_isolation: list[str] | None = None, + cp_exclusion: list[str] | None = None, + preemptive_behaviour: bool = True, + explain: bool = False, + language_threshold: float = 0.1, + enable_fallback: bool = True, +) -> CharsetMatches: + """ + Given a raw bytes sequence, return the best possibles charset usable to render str objects. + If there is no results, it is a strong indicator that the source is binary/not text. + By default, the process will extract 5 blocks of 512o each to assess the mess and coherence of a given sequence. + And will give up a particular code page after 20% of measured mess. Those criteria are customizable at will. + + The preemptive behavior DOES NOT replace the traditional detection workflow, it prioritize a particular code page + but never take it for granted. Can improve the performance. + + You may want to focus your attention to some code page or/and not others, use cp_isolation and cp_exclusion for that + purpose. + + This function will strip the SIG in the payload/sequence every time except on UTF-16, UTF-32. + By default the library does not setup any handler other than the NullHandler, if you choose to set the 'explain' + toggle to True it will alter the logger configuration to add a StreamHandler that is suitable for debugging. + Custom logging format and handler can be set manually. + """ + + if not isinstance(sequences, (bytearray, bytes)): + raise TypeError( + "Expected object of type bytes or bytearray, got: {}".format( + type(sequences) + ) + ) + + if explain: + previous_logger_level: int = logger.level + logger.addHandler(explain_handler) + logger.setLevel(TRACE) + + length: int = len(sequences) + + if length == 0: + logger.debug("Encoding detection on empty bytes, assuming utf_8 intention.") + if explain: # Defensive: ensure exit path clean handler + logger.removeHandler(explain_handler) + logger.setLevel(previous_logger_level or logging.WARNING) + return CharsetMatches([CharsetMatch(sequences, "utf_8", 0.0, False, [], "")]) + + if cp_isolation is not None: + logger.log( + TRACE, + "cp_isolation is set. use this flag for debugging purpose. " + "limited list of encoding allowed : %s.", + ", ".join(cp_isolation), + ) + cp_isolation = [iana_name(cp, False) for cp in cp_isolation] + else: + cp_isolation = [] + + if cp_exclusion is not None: + logger.log( + TRACE, + "cp_exclusion is set. use this flag for debugging purpose. " + "limited list of encoding excluded : %s.", + ", ".join(cp_exclusion), + ) + cp_exclusion = [iana_name(cp, False) for cp in cp_exclusion] + else: + cp_exclusion = [] + + if length <= (chunk_size * steps): + logger.log( + TRACE, + "override steps (%i) and chunk_size (%i) as content does not fit (%i byte(s) given) parameters.", + steps, + chunk_size, + length, + ) + steps = 1 + chunk_size = length + + if steps > 1 and length / steps < chunk_size: + chunk_size = int(length / steps) + + is_too_small_sequence: bool = len(sequences) < TOO_SMALL_SEQUENCE + is_too_large_sequence: bool = len(sequences) >= TOO_BIG_SEQUENCE + + if is_too_small_sequence: + logger.log( + TRACE, + "Trying to detect encoding from a tiny portion of ({}) byte(s).".format( + length + ), + ) + elif is_too_large_sequence: + logger.log( + TRACE, + "Using lazy str decoding because the payload is quite large, ({}) byte(s).".format( + length + ), + ) + + prioritized_encodings: list[str] = [] + + specified_encoding: str | None = ( + any_specified_encoding(sequences) if preemptive_behaviour else None + ) + + if specified_encoding is not None: + prioritized_encodings.append(specified_encoding) + logger.log( + TRACE, + "Detected declarative mark in sequence. Priority +1 given for %s.", + specified_encoding, + ) + + tested: set[str] = set() + tested_but_hard_failure: list[str] = [] + tested_but_soft_failure: list[str] = [] + + fallback_ascii: CharsetMatch | None = None + fallback_u8: CharsetMatch | None = None + fallback_specified: CharsetMatch | None = None + + results: CharsetMatches = CharsetMatches() + + early_stop_results: CharsetMatches = CharsetMatches() + + sig_encoding, sig_payload = identify_sig_or_bom(sequences) + + if sig_encoding is not None: + prioritized_encodings.append(sig_encoding) + logger.log( + TRACE, + "Detected a SIG or BOM mark on first %i byte(s). Priority +1 given for %s.", + len(sig_payload), + sig_encoding, + ) + + prioritized_encodings.append("ascii") + + if "utf_8" not in prioritized_encodings: + prioritized_encodings.append("utf_8") + + for encoding_iana in prioritized_encodings + IANA_SUPPORTED: + if cp_isolation and encoding_iana not in cp_isolation: + continue + + if cp_exclusion and encoding_iana in cp_exclusion: + continue + + if encoding_iana in tested: + continue + + tested.add(encoding_iana) + + decoded_payload: str | None = None + bom_or_sig_available: bool = sig_encoding == encoding_iana + strip_sig_or_bom: bool = bom_or_sig_available and should_strip_sig_or_bom( + encoding_iana + ) + + if encoding_iana in {"utf_16", "utf_32"} and not bom_or_sig_available: + logger.log( + TRACE, + "Encoding %s won't be tested as-is because it require a BOM. Will try some sub-encoder LE/BE.", + encoding_iana, + ) + continue + if encoding_iana in {"utf_7"} and not bom_or_sig_available: + logger.log( + TRACE, + "Encoding %s won't be tested as-is because detection is unreliable without BOM/SIG.", + encoding_iana, + ) + continue + + try: + is_multi_byte_decoder: bool = is_multi_byte_encoding(encoding_iana) + except (ModuleNotFoundError, ImportError): + logger.log( + TRACE, + "Encoding %s does not provide an IncrementalDecoder", + encoding_iana, + ) + continue + + try: + if is_too_large_sequence and is_multi_byte_decoder is False: + str( + ( + sequences[: int(50e4)] + if strip_sig_or_bom is False + else sequences[len(sig_payload) : int(50e4)] + ), + encoding=encoding_iana, + ) + else: + decoded_payload = str( + ( + sequences + if strip_sig_or_bom is False + else sequences[len(sig_payload) :] + ), + encoding=encoding_iana, + ) + except (UnicodeDecodeError, LookupError) as e: + if not isinstance(e, LookupError): + logger.log( + TRACE, + "Code page %s does not fit given bytes sequence at ALL. %s", + encoding_iana, + str(e), + ) + tested_but_hard_failure.append(encoding_iana) + continue + + similar_soft_failure_test: bool = False + + for encoding_soft_failed in tested_but_soft_failure: + if is_cp_similar(encoding_iana, encoding_soft_failed): + similar_soft_failure_test = True + break + + if similar_soft_failure_test: + logger.log( + TRACE, + "%s is deemed too similar to code page %s and was consider unsuited already. Continuing!", + encoding_iana, + encoding_soft_failed, + ) + continue + + r_ = range( + 0 if not bom_or_sig_available else len(sig_payload), + length, + int(length / steps), + ) + + multi_byte_bonus: bool = ( + is_multi_byte_decoder + and decoded_payload is not None + and len(decoded_payload) < length + ) + + if multi_byte_bonus: + logger.log( + TRACE, + "Code page %s is a multi byte encoding table and it appear that at least one character " + "was encoded using n-bytes.", + encoding_iana, + ) + + max_chunk_gave_up: int = int(len(r_) / 4) + + max_chunk_gave_up = max(max_chunk_gave_up, 2) + early_stop_count: int = 0 + lazy_str_hard_failure = False + + md_chunks: list[str] = [] + md_ratios = [] + + try: + for chunk in cut_sequence_chunks( + sequences, + encoding_iana, + r_, + chunk_size, + bom_or_sig_available, + strip_sig_or_bom, + sig_payload, + is_multi_byte_decoder, + decoded_payload, + ): + md_chunks.append(chunk) + + md_ratios.append( + mess_ratio( + chunk, + threshold, + explain is True and 1 <= len(cp_isolation) <= 2, + ) + ) + + if md_ratios[-1] >= threshold: + early_stop_count += 1 + + if (early_stop_count >= max_chunk_gave_up) or ( + bom_or_sig_available and strip_sig_or_bom is False + ): + break + except ( + UnicodeDecodeError + ) as e: # Lazy str loading may have missed something there + logger.log( + TRACE, + "LazyStr Loading: After MD chunk decode, code page %s does not fit given bytes sequence at ALL. %s", + encoding_iana, + str(e), + ) + early_stop_count = max_chunk_gave_up + lazy_str_hard_failure = True + + # We might want to check the sequence again with the whole content + # Only if initial MD tests passes + if ( + not lazy_str_hard_failure + and is_too_large_sequence + and not is_multi_byte_decoder + ): + try: + sequences[int(50e3) :].decode(encoding_iana, errors="strict") + except UnicodeDecodeError as e: + logger.log( + TRACE, + "LazyStr Loading: After final lookup, code page %s does not fit given bytes sequence at ALL. %s", + encoding_iana, + str(e), + ) + tested_but_hard_failure.append(encoding_iana) + continue + + mean_mess_ratio: float = sum(md_ratios) / len(md_ratios) if md_ratios else 0.0 + if mean_mess_ratio >= threshold or early_stop_count >= max_chunk_gave_up: + tested_but_soft_failure.append(encoding_iana) + logger.log( + TRACE, + "%s was excluded because of initial chaos probing. Gave up %i time(s). " + "Computed mean chaos is %f %%.", + encoding_iana, + early_stop_count, + round(mean_mess_ratio * 100, ndigits=3), + ) + # Preparing those fallbacks in case we got nothing. + if ( + enable_fallback + and encoding_iana + in ["ascii", "utf_8", specified_encoding, "utf_16", "utf_32"] + and not lazy_str_hard_failure + ): + fallback_entry = CharsetMatch( + sequences, + encoding_iana, + threshold, + bom_or_sig_available, + [], + decoded_payload, + preemptive_declaration=specified_encoding, + ) + if encoding_iana == specified_encoding: + fallback_specified = fallback_entry + elif encoding_iana == "ascii": + fallback_ascii = fallback_entry + else: + fallback_u8 = fallback_entry + continue + + logger.log( + TRACE, + "%s passed initial chaos probing. Mean measured chaos is %f %%", + encoding_iana, + round(mean_mess_ratio * 100, ndigits=3), + ) + + if not is_multi_byte_decoder: + target_languages: list[str] = encoding_languages(encoding_iana) + else: + target_languages = mb_encoding_languages(encoding_iana) + + if target_languages: + logger.log( + TRACE, + "{} should target any language(s) of {}".format( + encoding_iana, str(target_languages) + ), + ) + + cd_ratios = [] + + # We shall skip the CD when its about ASCII + # Most of the time its not relevant to run "language-detection" on it. + if encoding_iana != "ascii": + for chunk in md_chunks: + chunk_languages = coherence_ratio( + chunk, + language_threshold, + ",".join(target_languages) if target_languages else None, + ) + + cd_ratios.append(chunk_languages) + + cd_ratios_merged = merge_coherence_ratios(cd_ratios) + + if cd_ratios_merged: + logger.log( + TRACE, + "We detected language {} using {}".format( + cd_ratios_merged, encoding_iana + ), + ) + + current_match = CharsetMatch( + sequences, + encoding_iana, + mean_mess_ratio, + bom_or_sig_available, + cd_ratios_merged, + ( + decoded_payload + if ( + is_too_large_sequence is False + or encoding_iana in [specified_encoding, "ascii", "utf_8"] + ) + else None + ), + preemptive_declaration=specified_encoding, + ) + + results.append(current_match) + + if ( + encoding_iana in [specified_encoding, "ascii", "utf_8"] + and mean_mess_ratio < 0.1 + ): + # If md says nothing to worry about, then... stop immediately! + if mean_mess_ratio == 0.0: + logger.debug( + "Encoding detection: %s is most likely the one.", + current_match.encoding, + ) + if explain: # Defensive: ensure exit path clean handler + logger.removeHandler(explain_handler) + logger.setLevel(previous_logger_level) + return CharsetMatches([current_match]) + + early_stop_results.append(current_match) + + if ( + len(early_stop_results) + and (specified_encoding is None or specified_encoding in tested) + and "ascii" in tested + and "utf_8" in tested + ): + probable_result: CharsetMatch = early_stop_results.best() # type: ignore[assignment] + logger.debug( + "Encoding detection: %s is most likely the one.", + probable_result.encoding, + ) + if explain: # Defensive: ensure exit path clean handler + logger.removeHandler(explain_handler) + logger.setLevel(previous_logger_level) + + return CharsetMatches([probable_result]) + + if encoding_iana == sig_encoding: + logger.debug( + "Encoding detection: %s is most likely the one as we detected a BOM or SIG within " + "the beginning of the sequence.", + encoding_iana, + ) + if explain: # Defensive: ensure exit path clean handler + logger.removeHandler(explain_handler) + logger.setLevel(previous_logger_level) + return CharsetMatches([results[encoding_iana]]) + + if len(results) == 0: + if fallback_u8 or fallback_ascii or fallback_specified: + logger.log( + TRACE, + "Nothing got out of the detection process. Using ASCII/UTF-8/Specified fallback.", + ) + + if fallback_specified: + logger.debug( + "Encoding detection: %s will be used as a fallback match", + fallback_specified.encoding, + ) + results.append(fallback_specified) + elif ( + (fallback_u8 and fallback_ascii is None) + or ( + fallback_u8 + and fallback_ascii + and fallback_u8.fingerprint != fallback_ascii.fingerprint + ) + or (fallback_u8 is not None) + ): + logger.debug("Encoding detection: utf_8 will be used as a fallback match") + results.append(fallback_u8) + elif fallback_ascii: + logger.debug("Encoding detection: ascii will be used as a fallback match") + results.append(fallback_ascii) + + if results: + logger.debug( + "Encoding detection: Found %s as plausible (best-candidate) for content. With %i alternatives.", + results.best().encoding, # type: ignore + len(results) - 1, + ) + else: + logger.debug("Encoding detection: Unable to determine any suitable charset.") + + if explain: + logger.removeHandler(explain_handler) + logger.setLevel(previous_logger_level) + + return results + + +def from_fp( + fp: BinaryIO, + steps: int = 5, + chunk_size: int = 512, + threshold: float = 0.20, + cp_isolation: list[str] | None = None, + cp_exclusion: list[str] | None = None, + preemptive_behaviour: bool = True, + explain: bool = False, + language_threshold: float = 0.1, + enable_fallback: bool = True, +) -> CharsetMatches: + """ + Same thing than the function from_bytes but using a file pointer that is already ready. + Will not close the file pointer. + """ + return from_bytes( + fp.read(), + steps, + chunk_size, + threshold, + cp_isolation, + cp_exclusion, + preemptive_behaviour, + explain, + language_threshold, + enable_fallback, + ) + + +def from_path( + path: str | bytes | PathLike, # type: ignore[type-arg] + steps: int = 5, + chunk_size: int = 512, + threshold: float = 0.20, + cp_isolation: list[str] | None = None, + cp_exclusion: list[str] | None = None, + preemptive_behaviour: bool = True, + explain: bool = False, + language_threshold: float = 0.1, + enable_fallback: bool = True, +) -> CharsetMatches: + """ + Same thing than the function from_bytes but with one extra step. Opening and reading given file path in binary mode. + Can raise IOError. + """ + with open(path, "rb") as fp: + return from_fp( + fp, + steps, + chunk_size, + threshold, + cp_isolation, + cp_exclusion, + preemptive_behaviour, + explain, + language_threshold, + enable_fallback, + ) + + +def is_binary( + fp_or_path_or_payload: PathLike | str | BinaryIO | bytes, # type: ignore[type-arg] + steps: int = 5, + chunk_size: int = 512, + threshold: float = 0.20, + cp_isolation: list[str] | None = None, + cp_exclusion: list[str] | None = None, + preemptive_behaviour: bool = True, + explain: bool = False, + language_threshold: float = 0.1, + enable_fallback: bool = False, +) -> bool: + """ + Detect if the given input (file, bytes, or path) points to a binary file. aka. not a string. + Based on the same main heuristic algorithms and default kwargs at the sole exception that fallbacks match + are disabled to be stricter around ASCII-compatible but unlikely to be a string. + """ + if isinstance(fp_or_path_or_payload, (str, PathLike)): + guesses = from_path( + fp_or_path_or_payload, + steps=steps, + chunk_size=chunk_size, + threshold=threshold, + cp_isolation=cp_isolation, + cp_exclusion=cp_exclusion, + preemptive_behaviour=preemptive_behaviour, + explain=explain, + language_threshold=language_threshold, + enable_fallback=enable_fallback, + ) + elif isinstance( + fp_or_path_or_payload, + ( + bytes, + bytearray, + ), + ): + guesses = from_bytes( + fp_or_path_or_payload, + steps=steps, + chunk_size=chunk_size, + threshold=threshold, + cp_isolation=cp_isolation, + cp_exclusion=cp_exclusion, + preemptive_behaviour=preemptive_behaviour, + explain=explain, + language_threshold=language_threshold, + enable_fallback=enable_fallback, + ) + else: + guesses = from_fp( + fp_or_path_or_payload, + steps=steps, + chunk_size=chunk_size, + threshold=threshold, + cp_isolation=cp_isolation, + cp_exclusion=cp_exclusion, + preemptive_behaviour=preemptive_behaviour, + explain=explain, + language_threshold=language_threshold, + enable_fallback=enable_fallback, + ) + + return not guesses diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/cd.py b/.venv/lib/python3.12/site-packages/charset_normalizer/cd.py new file mode 100644 index 0000000..71a3ed5 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/charset_normalizer/cd.py @@ -0,0 +1,395 @@ +from __future__ import annotations + +import importlib +from codecs import IncrementalDecoder +from collections import Counter +from functools import lru_cache +from typing import Counter as TypeCounter + +from .constant import ( + FREQUENCIES, + KO_NAMES, + LANGUAGE_SUPPORTED_COUNT, + TOO_SMALL_SEQUENCE, + ZH_NAMES, +) +from .md import is_suspiciously_successive_range +from .models import CoherenceMatches +from .utils import ( + is_accentuated, + is_latin, + is_multi_byte_encoding, + is_unicode_range_secondary, + unicode_range, +) + + +def encoding_unicode_range(iana_name: str) -> list[str]: + """ + Return associated unicode ranges in a single byte code page. + """ + if is_multi_byte_encoding(iana_name): + raise OSError("Function not supported on multi-byte code page") + + decoder = importlib.import_module(f"encodings.{iana_name}").IncrementalDecoder + + p: IncrementalDecoder = decoder(errors="ignore") + seen_ranges: dict[str, int] = {} + character_count: int = 0 + + for i in range(0x40, 0xFF): + chunk: str = p.decode(bytes([i])) + + if chunk: + character_range: str | None = unicode_range(chunk) + + if character_range is None: + continue + + if is_unicode_range_secondary(character_range) is False: + if character_range not in seen_ranges: + seen_ranges[character_range] = 0 + seen_ranges[character_range] += 1 + character_count += 1 + + return sorted( + [ + character_range + for character_range in seen_ranges + if seen_ranges[character_range] / character_count >= 0.15 + ] + ) + + +def unicode_range_languages(primary_range: str) -> list[str]: + """ + Return inferred languages used with a unicode range. + """ + languages: list[str] = [] + + for language, characters in FREQUENCIES.items(): + for character in characters: + if unicode_range(character) == primary_range: + languages.append(language) + break + + return languages + + +@lru_cache() +def encoding_languages(iana_name: str) -> list[str]: + """ + Single-byte encoding language association. Some code page are heavily linked to particular language(s). + This function does the correspondence. + """ + unicode_ranges: list[str] = encoding_unicode_range(iana_name) + primary_range: str | None = None + + for specified_range in unicode_ranges: + if "Latin" not in specified_range: + primary_range = specified_range + break + + if primary_range is None: + return ["Latin Based"] + + return unicode_range_languages(primary_range) + + +@lru_cache() +def mb_encoding_languages(iana_name: str) -> list[str]: + """ + Multi-byte encoding language association. Some code page are heavily linked to particular language(s). + This function does the correspondence. + """ + if ( + iana_name.startswith("shift_") + or iana_name.startswith("iso2022_jp") + or iana_name.startswith("euc_j") + or iana_name == "cp932" + ): + return ["Japanese"] + if iana_name.startswith("gb") or iana_name in ZH_NAMES: + return ["Chinese"] + if iana_name.startswith("iso2022_kr") or iana_name in KO_NAMES: + return ["Korean"] + + return [] + + +@lru_cache(maxsize=LANGUAGE_SUPPORTED_COUNT) +def get_target_features(language: str) -> tuple[bool, bool]: + """ + Determine main aspects from a supported language if it contains accents and if is pure Latin. + """ + target_have_accents: bool = False + target_pure_latin: bool = True + + for character in FREQUENCIES[language]: + if not target_have_accents and is_accentuated(character): + target_have_accents = True + if target_pure_latin and is_latin(character) is False: + target_pure_latin = False + + return target_have_accents, target_pure_latin + + +def alphabet_languages( + characters: list[str], ignore_non_latin: bool = False +) -> list[str]: + """ + Return associated languages associated to given characters. + """ + languages: list[tuple[str, float]] = [] + + source_have_accents = any(is_accentuated(character) for character in characters) + + for language, language_characters in FREQUENCIES.items(): + target_have_accents, target_pure_latin = get_target_features(language) + + if ignore_non_latin and target_pure_latin is False: + continue + + if target_have_accents is False and source_have_accents: + continue + + character_count: int = len(language_characters) + + character_match_count: int = len( + [c for c in language_characters if c in characters] + ) + + ratio: float = character_match_count / character_count + + if ratio >= 0.2: + languages.append((language, ratio)) + + languages = sorted(languages, key=lambda x: x[1], reverse=True) + + return [compatible_language[0] for compatible_language in languages] + + +def characters_popularity_compare( + language: str, ordered_characters: list[str] +) -> float: + """ + Determine if a ordered characters list (by occurrence from most appearance to rarest) match a particular language. + The result is a ratio between 0. (absolutely no correspondence) and 1. (near perfect fit). + Beware that is function is not strict on the match in order to ease the detection. (Meaning close match is 1.) + """ + if language not in FREQUENCIES: + raise ValueError(f"{language} not available") + + character_approved_count: int = 0 + FREQUENCIES_language_set = set(FREQUENCIES[language]) + + ordered_characters_count: int = len(ordered_characters) + target_language_characters_count: int = len(FREQUENCIES[language]) + + large_alphabet: bool = target_language_characters_count > 26 + + for character, character_rank in zip( + ordered_characters, range(0, ordered_characters_count) + ): + if character not in FREQUENCIES_language_set: + continue + + character_rank_in_language: int = FREQUENCIES[language].index(character) + expected_projection_ratio: float = ( + target_language_characters_count / ordered_characters_count + ) + character_rank_projection: int = int(character_rank * expected_projection_ratio) + + if ( + large_alphabet is False + and abs(character_rank_projection - character_rank_in_language) > 4 + ): + continue + + if ( + large_alphabet is True + and abs(character_rank_projection - character_rank_in_language) + < target_language_characters_count / 3 + ): + character_approved_count += 1 + continue + + characters_before_source: list[str] = FREQUENCIES[language][ + 0:character_rank_in_language + ] + characters_after_source: list[str] = FREQUENCIES[language][ + character_rank_in_language: + ] + characters_before: list[str] = ordered_characters[0:character_rank] + characters_after: list[str] = ordered_characters[character_rank:] + + before_match_count: int = len( + set(characters_before) & set(characters_before_source) + ) + + after_match_count: int = len( + set(characters_after) & set(characters_after_source) + ) + + if len(characters_before_source) == 0 and before_match_count <= 4: + character_approved_count += 1 + continue + + if len(characters_after_source) == 0 and after_match_count <= 4: + character_approved_count += 1 + continue + + if ( + before_match_count / len(characters_before_source) >= 0.4 + or after_match_count / len(characters_after_source) >= 0.4 + ): + character_approved_count += 1 + continue + + return character_approved_count / len(ordered_characters) + + +def alpha_unicode_split(decoded_sequence: str) -> list[str]: + """ + Given a decoded text sequence, return a list of str. Unicode range / alphabet separation. + Ex. a text containing English/Latin with a bit a Hebrew will return two items in the resulting list; + One containing the latin letters and the other hebrew. + """ + layers: dict[str, str] = {} + + for character in decoded_sequence: + if character.isalpha() is False: + continue + + character_range: str | None = unicode_range(character) + + if character_range is None: + continue + + layer_target_range: str | None = None + + for discovered_range in layers: + if ( + is_suspiciously_successive_range(discovered_range, character_range) + is False + ): + layer_target_range = discovered_range + break + + if layer_target_range is None: + layer_target_range = character_range + + if layer_target_range not in layers: + layers[layer_target_range] = character.lower() + continue + + layers[layer_target_range] += character.lower() + + return list(layers.values()) + + +def merge_coherence_ratios(results: list[CoherenceMatches]) -> CoherenceMatches: + """ + This function merge results previously given by the function coherence_ratio. + The return type is the same as coherence_ratio. + """ + per_language_ratios: dict[str, list[float]] = {} + for result in results: + for sub_result in result: + language, ratio = sub_result + if language not in per_language_ratios: + per_language_ratios[language] = [ratio] + continue + per_language_ratios[language].append(ratio) + + merge = [ + ( + language, + round( + sum(per_language_ratios[language]) / len(per_language_ratios[language]), + 4, + ), + ) + for language in per_language_ratios + ] + + return sorted(merge, key=lambda x: x[1], reverse=True) + + +def filter_alt_coherence_matches(results: CoherenceMatches) -> CoherenceMatches: + """ + We shall NOT return "English—" in CoherenceMatches because it is an alternative + of "English". This function only keeps the best match and remove the em-dash in it. + """ + index_results: dict[str, list[float]] = dict() + + for result in results: + language, ratio = result + no_em_name: str = language.replace("—", "") + + if no_em_name not in index_results: + index_results[no_em_name] = [] + + index_results[no_em_name].append(ratio) + + if any(len(index_results[e]) > 1 for e in index_results): + filtered_results: CoherenceMatches = [] + + for language in index_results: + filtered_results.append((language, max(index_results[language]))) + + return filtered_results + + return results + + +@lru_cache(maxsize=2048) +def coherence_ratio( + decoded_sequence: str, threshold: float = 0.1, lg_inclusion: str | None = None +) -> CoherenceMatches: + """ + Detect ANY language that can be identified in given sequence. The sequence will be analysed by layers. + A layer = Character extraction by alphabets/ranges. + """ + + results: list[tuple[str, float]] = [] + ignore_non_latin: bool = False + + sufficient_match_count: int = 0 + + lg_inclusion_list = lg_inclusion.split(",") if lg_inclusion is not None else [] + if "Latin Based" in lg_inclusion_list: + ignore_non_latin = True + lg_inclusion_list.remove("Latin Based") + + for layer in alpha_unicode_split(decoded_sequence): + sequence_frequencies: TypeCounter[str] = Counter(layer) + most_common = sequence_frequencies.most_common() + + character_count: int = sum(o for c, o in most_common) + + if character_count <= TOO_SMALL_SEQUENCE: + continue + + popular_character_ordered: list[str] = [c for c, o in most_common] + + for language in lg_inclusion_list or alphabet_languages( + popular_character_ordered, ignore_non_latin + ): + ratio: float = characters_popularity_compare( + language, popular_character_ordered + ) + + if ratio < threshold: + continue + elif ratio >= 0.8: + sufficient_match_count += 1 + + results.append((language, round(ratio, 4))) + + if sufficient_match_count >= 3: + break + + return sorted( + filter_alt_coherence_matches(results), key=lambda x: x[1], reverse=True + ) diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/cli/__init__.py b/.venv/lib/python3.12/site-packages/charset_normalizer/cli/__init__.py new file mode 100644 index 0000000..543a5a4 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/charset_normalizer/cli/__init__.py @@ -0,0 +1,8 @@ +from __future__ import annotations + +from .__main__ import cli_detect, query_yes_no + +__all__ = ( + "cli_detect", + "query_yes_no", +) diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/cli/__main__.py b/.venv/lib/python3.12/site-packages/charset_normalizer/cli/__main__.py new file mode 100644 index 0000000..cb64156 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/charset_normalizer/cli/__main__.py @@ -0,0 +1,381 @@ +from __future__ import annotations + +import argparse +import sys +import typing +from json import dumps +from os.path import abspath, basename, dirname, join, realpath +from platform import python_version +from unicodedata import unidata_version + +import charset_normalizer.md as md_module +from charset_normalizer import from_fp +from charset_normalizer.models import CliDetectionResult +from charset_normalizer.version import __version__ + + +def query_yes_no(question: str, default: str = "yes") -> bool: + """Ask a yes/no question via input() and return their answer. + + "question" is a string that is presented to the user. + "default" is the presumed answer if the user just hits . + It must be "yes" (the default), "no" or None (meaning + an answer is required of the user). + + The "answer" return value is True for "yes" or False for "no". + + Credit goes to (c) https://stackoverflow.com/questions/3041986/apt-command-line-interface-like-yes-no-input + """ + valid = {"yes": True, "y": True, "ye": True, "no": False, "n": False} + if default is None: + prompt = " [y/n] " + elif default == "yes": + prompt = " [Y/n] " + elif default == "no": + prompt = " [y/N] " + else: + raise ValueError("invalid default answer: '%s'" % default) + + while True: + sys.stdout.write(question + prompt) + choice = input().lower() + if default is not None and choice == "": + return valid[default] + elif choice in valid: + return valid[choice] + else: + sys.stdout.write("Please respond with 'yes' or 'no' (or 'y' or 'n').\n") + + +class FileType: + """Factory for creating file object types + + Instances of FileType are typically passed as type= arguments to the + ArgumentParser add_argument() method. + + Keyword Arguments: + - mode -- A string indicating how the file is to be opened. Accepts the + same values as the builtin open() function. + - bufsize -- The file's desired buffer size. Accepts the same values as + the builtin open() function. + - encoding -- The file's encoding. Accepts the same values as the + builtin open() function. + - errors -- A string indicating how encoding and decoding errors are to + be handled. Accepts the same value as the builtin open() function. + + Backported from CPython 3.12 + """ + + def __init__( + self, + mode: str = "r", + bufsize: int = -1, + encoding: str | None = None, + errors: str | None = None, + ): + self._mode = mode + self._bufsize = bufsize + self._encoding = encoding + self._errors = errors + + def __call__(self, string: str) -> typing.IO: # type: ignore[type-arg] + # the special argument "-" means sys.std{in,out} + if string == "-": + if "r" in self._mode: + return sys.stdin.buffer if "b" in self._mode else sys.stdin + elif any(c in self._mode for c in "wax"): + return sys.stdout.buffer if "b" in self._mode else sys.stdout + else: + msg = f'argument "-" with mode {self._mode}' + raise ValueError(msg) + + # all other arguments are used as file names + try: + return open(string, self._mode, self._bufsize, self._encoding, self._errors) + except OSError as e: + message = f"can't open '{string}': {e}" + raise argparse.ArgumentTypeError(message) + + def __repr__(self) -> str: + args = self._mode, self._bufsize + kwargs = [("encoding", self._encoding), ("errors", self._errors)] + args_str = ", ".join( + [repr(arg) for arg in args if arg != -1] + + [f"{kw}={arg!r}" for kw, arg in kwargs if arg is not None] + ) + return f"{type(self).__name__}({args_str})" + + +def cli_detect(argv: list[str] | None = None) -> int: + """ + CLI assistant using ARGV and ArgumentParser + :param argv: + :return: 0 if everything is fine, anything else equal trouble + """ + parser = argparse.ArgumentParser( + description="The Real First Universal Charset Detector. " + "Discover originating encoding used on text file. " + "Normalize text to unicode." + ) + + parser.add_argument( + "files", type=FileType("rb"), nargs="+", help="File(s) to be analysed" + ) + parser.add_argument( + "-v", + "--verbose", + action="store_true", + default=False, + dest="verbose", + help="Display complementary information about file if any. " + "Stdout will contain logs about the detection process.", + ) + parser.add_argument( + "-a", + "--with-alternative", + action="store_true", + default=False, + dest="alternatives", + help="Output complementary possibilities if any. Top-level JSON WILL be a list.", + ) + parser.add_argument( + "-n", + "--normalize", + action="store_true", + default=False, + dest="normalize", + help="Permit to normalize input file. If not set, program does not write anything.", + ) + parser.add_argument( + "-m", + "--minimal", + action="store_true", + default=False, + dest="minimal", + help="Only output the charset detected to STDOUT. Disabling JSON output.", + ) + parser.add_argument( + "-r", + "--replace", + action="store_true", + default=False, + dest="replace", + help="Replace file when trying to normalize it instead of creating a new one.", + ) + parser.add_argument( + "-f", + "--force", + action="store_true", + default=False, + dest="force", + help="Replace file without asking if you are sure, use this flag with caution.", + ) + parser.add_argument( + "-i", + "--no-preemptive", + action="store_true", + default=False, + dest="no_preemptive", + help="Disable looking at a charset declaration to hint the detector.", + ) + parser.add_argument( + "-t", + "--threshold", + action="store", + default=0.2, + type=float, + dest="threshold", + help="Define a custom maximum amount of noise allowed in decoded content. 0. <= noise <= 1.", + ) + parser.add_argument( + "--version", + action="version", + version="Charset-Normalizer {} - Python {} - Unicode {} - SpeedUp {}".format( + __version__, + python_version(), + unidata_version, + "OFF" if md_module.__file__.lower().endswith(".py") else "ON", + ), + help="Show version information and exit.", + ) + + args = parser.parse_args(argv) + + if args.replace is True and args.normalize is False: + if args.files: + for my_file in args.files: + my_file.close() + print("Use --replace in addition of --normalize only.", file=sys.stderr) + return 1 + + if args.force is True and args.replace is False: + if args.files: + for my_file in args.files: + my_file.close() + print("Use --force in addition of --replace only.", file=sys.stderr) + return 1 + + if args.threshold < 0.0 or args.threshold > 1.0: + if args.files: + for my_file in args.files: + my_file.close() + print("--threshold VALUE should be between 0. AND 1.", file=sys.stderr) + return 1 + + x_ = [] + + for my_file in args.files: + matches = from_fp( + my_file, + threshold=args.threshold, + explain=args.verbose, + preemptive_behaviour=args.no_preemptive is False, + ) + + best_guess = matches.best() + + if best_guess is None: + print( + 'Unable to identify originating encoding for "{}". {}'.format( + my_file.name, + ( + "Maybe try increasing maximum amount of chaos." + if args.threshold < 1.0 + else "" + ), + ), + file=sys.stderr, + ) + x_.append( + CliDetectionResult( + abspath(my_file.name), + None, + [], + [], + "Unknown", + [], + False, + 1.0, + 0.0, + None, + True, + ) + ) + else: + x_.append( + CliDetectionResult( + abspath(my_file.name), + best_guess.encoding, + best_guess.encoding_aliases, + [ + cp + for cp in best_guess.could_be_from_charset + if cp != best_guess.encoding + ], + best_guess.language, + best_guess.alphabets, + best_guess.bom, + best_guess.percent_chaos, + best_guess.percent_coherence, + None, + True, + ) + ) + + if len(matches) > 1 and args.alternatives: + for el in matches: + if el != best_guess: + x_.append( + CliDetectionResult( + abspath(my_file.name), + el.encoding, + el.encoding_aliases, + [ + cp + for cp in el.could_be_from_charset + if cp != el.encoding + ], + el.language, + el.alphabets, + el.bom, + el.percent_chaos, + el.percent_coherence, + None, + False, + ) + ) + + if args.normalize is True: + if best_guess.encoding.startswith("utf") is True: + print( + '"{}" file does not need to be normalized, as it already came from unicode.'.format( + my_file.name + ), + file=sys.stderr, + ) + if my_file.closed is False: + my_file.close() + continue + + dir_path = dirname(realpath(my_file.name)) + file_name = basename(realpath(my_file.name)) + + o_: list[str] = file_name.split(".") + + if args.replace is False: + o_.insert(-1, best_guess.encoding) + if my_file.closed is False: + my_file.close() + elif ( + args.force is False + and query_yes_no( + 'Are you sure to normalize "{}" by replacing it ?'.format( + my_file.name + ), + "no", + ) + is False + ): + if my_file.closed is False: + my_file.close() + continue + + try: + x_[0].unicode_path = join(dir_path, ".".join(o_)) + + with open(x_[0].unicode_path, "wb") as fp: + fp.write(best_guess.output()) + except OSError as e: + print(str(e), file=sys.stderr) + if my_file.closed is False: + my_file.close() + return 2 + + if my_file.closed is False: + my_file.close() + + if args.minimal is False: + print( + dumps( + [el.__dict__ for el in x_] if len(x_) > 1 else x_[0].__dict__, + ensure_ascii=True, + indent=4, + ) + ) + else: + for my_file in args.files: + print( + ", ".join( + [ + el.encoding or "undefined" + for el in x_ + if el.path == abspath(my_file.name) + ] + ) + ) + + return 0 + + +if __name__ == "__main__": + cli_detect() diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/cli/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/charset_normalizer/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..892cc826b482d3cf7fa1a2e6c4d84ae06fbbd44b GIT binary patch literal 342 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 Zm?^#eeEJqs`!l`sn@7R!($|rp{|~m{F+~6X literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/constant.py b/.venv/lib/python3.12/site-packages/charset_normalizer/constant.py new file mode 100644 index 0000000..cc71a01 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/charset_normalizer/constant.py @@ -0,0 +1,2015 @@ +from __future__ import annotations + +from codecs import BOM_UTF8, BOM_UTF16_BE, BOM_UTF16_LE, BOM_UTF32_BE, BOM_UTF32_LE +from encodings.aliases import aliases +from re import IGNORECASE +from re import compile as re_compile + +# Contain for each eligible encoding a list of/item bytes SIG/BOM +ENCODING_MARKS: dict[str, bytes | list[bytes]] = { + "utf_8": BOM_UTF8, + "utf_7": [ + b"\x2b\x2f\x76\x38", + b"\x2b\x2f\x76\x39", + b"\x2b\x2f\x76\x2b", + b"\x2b\x2f\x76\x2f", + b"\x2b\x2f\x76\x38\x2d", + ], + "gb18030": b"\x84\x31\x95\x33", + "utf_32": [BOM_UTF32_BE, BOM_UTF32_LE], + "utf_16": [BOM_UTF16_BE, BOM_UTF16_LE], +} + +TOO_SMALL_SEQUENCE: int = 32 +TOO_BIG_SEQUENCE: int = int(10e6) + +UTF8_MAXIMAL_ALLOCATION: int = 1_112_064 + +# Up-to-date Unicode ucd/15.0.0 +UNICODE_RANGES_COMBINED: dict[str, range] = { + "Control character": range(32), + "Basic Latin": range(32, 128), + "Latin-1 Supplement": range(128, 256), + "Latin Extended-A": range(256, 384), + "Latin Extended-B": range(384, 592), + "IPA Extensions": range(592, 688), + "Spacing Modifier Letters": range(688, 768), + "Combining Diacritical Marks": range(768, 880), + "Greek and Coptic": range(880, 1024), + "Cyrillic": range(1024, 1280), + "Cyrillic Supplement": range(1280, 1328), + "Armenian": range(1328, 1424), + "Hebrew": range(1424, 1536), + "Arabic": range(1536, 1792), + "Syriac": range(1792, 1872), + "Arabic Supplement": range(1872, 1920), + "Thaana": range(1920, 1984), + "NKo": range(1984, 2048), + "Samaritan": range(2048, 2112), + "Mandaic": range(2112, 2144), + "Syriac Supplement": range(2144, 2160), + "Arabic Extended-B": range(2160, 2208), + "Arabic Extended-A": range(2208, 2304), + "Devanagari": range(2304, 2432), + "Bengali": range(2432, 2560), + "Gurmukhi": range(2560, 2688), + "Gujarati": range(2688, 2816), + "Oriya": range(2816, 2944), + "Tamil": range(2944, 3072), + "Telugu": range(3072, 3200), + "Kannada": range(3200, 3328), + "Malayalam": range(3328, 3456), + "Sinhala": range(3456, 3584), + "Thai": range(3584, 3712), + "Lao": range(3712, 3840), + "Tibetan": range(3840, 4096), + "Myanmar": range(4096, 4256), + "Georgian": range(4256, 4352), + "Hangul Jamo": range(4352, 4608), + "Ethiopic": range(4608, 4992), + "Ethiopic Supplement": range(4992, 5024), + "Cherokee": range(5024, 5120), + "Unified Canadian Aboriginal Syllabics": range(5120, 5760), + "Ogham": range(5760, 5792), + "Runic": range(5792, 5888), + "Tagalog": range(5888, 5920), + "Hanunoo": range(5920, 5952), + "Buhid": range(5952, 5984), + "Tagbanwa": range(5984, 6016), + "Khmer": range(6016, 6144), + "Mongolian": range(6144, 6320), + "Unified Canadian Aboriginal Syllabics Extended": range(6320, 6400), + "Limbu": range(6400, 6480), + "Tai Le": range(6480, 6528), + "New Tai Lue": range(6528, 6624), + "Khmer Symbols": range(6624, 6656), + "Buginese": range(6656, 6688), + "Tai Tham": range(6688, 6832), + "Combining Diacritical Marks Extended": range(6832, 6912), + "Balinese": range(6912, 7040), + "Sundanese": range(7040, 7104), + "Batak": range(7104, 7168), + "Lepcha": range(7168, 7248), + "Ol Chiki": range(7248, 7296), + "Cyrillic Extended-C": range(7296, 7312), + "Georgian Extended": range(7312, 7360), + "Sundanese Supplement": range(7360, 7376), + "Vedic Extensions": range(7376, 7424), + "Phonetic Extensions": range(7424, 7552), + "Phonetic Extensions Supplement": range(7552, 7616), + "Combining Diacritical Marks Supplement": range(7616, 7680), + "Latin Extended Additional": range(7680, 7936), + "Greek Extended": range(7936, 8192), + "General Punctuation": range(8192, 8304), + "Superscripts and Subscripts": range(8304, 8352), + "Currency Symbols": range(8352, 8400), + "Combining Diacritical Marks for Symbols": range(8400, 8448), + "Letterlike Symbols": range(8448, 8528), + "Number Forms": range(8528, 8592), + "Arrows": range(8592, 8704), + "Mathematical Operators": range(8704, 8960), + "Miscellaneous Technical": range(8960, 9216), + "Control Pictures": range(9216, 9280), + "Optical Character Recognition": range(9280, 9312), + "Enclosed Alphanumerics": range(9312, 9472), + "Box Drawing": range(9472, 9600), + "Block Elements": range(9600, 9632), + "Geometric Shapes": range(9632, 9728), + "Miscellaneous Symbols": range(9728, 9984), + "Dingbats": range(9984, 10176), + "Miscellaneous Mathematical Symbols-A": range(10176, 10224), + "Supplemental Arrows-A": range(10224, 10240), + "Braille Patterns": range(10240, 10496), + "Supplemental Arrows-B": range(10496, 10624), + "Miscellaneous Mathematical Symbols-B": range(10624, 10752), + "Supplemental Mathematical Operators": range(10752, 11008), + "Miscellaneous Symbols and Arrows": range(11008, 11264), + "Glagolitic": range(11264, 11360), + "Latin Extended-C": range(11360, 11392), + "Coptic": range(11392, 11520), + "Georgian Supplement": range(11520, 11568), + "Tifinagh": range(11568, 11648), + "Ethiopic Extended": range(11648, 11744), + "Cyrillic Extended-A": range(11744, 11776), + "Supplemental Punctuation": range(11776, 11904), + "CJK Radicals Supplement": range(11904, 12032), + "Kangxi Radicals": range(12032, 12256), + "Ideographic Description Characters": range(12272, 12288), + "CJK Symbols and Punctuation": range(12288, 12352), + "Hiragana": range(12352, 12448), + "Katakana": range(12448, 12544), + "Bopomofo": range(12544, 12592), + "Hangul Compatibility Jamo": range(12592, 12688), + "Kanbun": range(12688, 12704), + "Bopomofo Extended": range(12704, 12736), + "CJK Strokes": range(12736, 12784), + "Katakana Phonetic Extensions": range(12784, 12800), + "Enclosed CJK Letters and Months": range(12800, 13056), + "CJK Compatibility": range(13056, 13312), + "CJK Unified Ideographs Extension A": range(13312, 19904), + "Yijing Hexagram Symbols": range(19904, 19968), + "CJK Unified Ideographs": range(19968, 40960), + "Yi Syllables": range(40960, 42128), + "Yi Radicals": range(42128, 42192), + "Lisu": range(42192, 42240), + "Vai": range(42240, 42560), + "Cyrillic Extended-B": range(42560, 42656), + "Bamum": range(42656, 42752), + "Modifier Tone Letters": range(42752, 42784), + "Latin Extended-D": range(42784, 43008), + "Syloti Nagri": range(43008, 43056), + "Common Indic Number Forms": range(43056, 43072), + "Phags-pa": range(43072, 43136), + "Saurashtra": range(43136, 43232), + "Devanagari Extended": range(43232, 43264), + "Kayah Li": range(43264, 43312), + "Rejang": range(43312, 43360), + "Hangul Jamo Extended-A": range(43360, 43392), + "Javanese": range(43392, 43488), + "Myanmar Extended-B": range(43488, 43520), + "Cham": range(43520, 43616), + "Myanmar Extended-A": range(43616, 43648), + "Tai Viet": range(43648, 43744), + "Meetei Mayek Extensions": range(43744, 43776), + "Ethiopic Extended-A": range(43776, 43824), + "Latin Extended-E": range(43824, 43888), + "Cherokee Supplement": range(43888, 43968), + "Meetei Mayek": range(43968, 44032), + "Hangul Syllables": range(44032, 55216), + "Hangul Jamo Extended-B": range(55216, 55296), + "High Surrogates": range(55296, 56192), + "High Private Use Surrogates": range(56192, 56320), + "Low Surrogates": range(56320, 57344), + "Private Use Area": range(57344, 63744), + "CJK Compatibility Ideographs": range(63744, 64256), + "Alphabetic Presentation Forms": range(64256, 64336), + "Arabic Presentation Forms-A": range(64336, 65024), + "Variation Selectors": range(65024, 65040), + "Vertical Forms": range(65040, 65056), + "Combining Half Marks": range(65056, 65072), + "CJK Compatibility Forms": range(65072, 65104), + "Small Form Variants": range(65104, 65136), + "Arabic Presentation Forms-B": range(65136, 65280), + "Halfwidth and Fullwidth Forms": range(65280, 65520), + "Specials": range(65520, 65536), + "Linear B Syllabary": range(65536, 65664), + "Linear B Ideograms": range(65664, 65792), + "Aegean Numbers": range(65792, 65856), + "Ancient Greek Numbers": range(65856, 65936), + "Ancient Symbols": range(65936, 66000), + "Phaistos Disc": range(66000, 66048), + "Lycian": range(66176, 66208), + "Carian": range(66208, 66272), + "Coptic Epact Numbers": range(66272, 66304), + "Old Italic": range(66304, 66352), + "Gothic": range(66352, 66384), + "Old Permic": range(66384, 66432), + "Ugaritic": range(66432, 66464), + "Old Persian": range(66464, 66528), + "Deseret": range(66560, 66640), + "Shavian": range(66640, 66688), + "Osmanya": range(66688, 66736), + "Osage": range(66736, 66816), + "Elbasan": range(66816, 66864), + "Caucasian Albanian": range(66864, 66928), + "Vithkuqi": range(66928, 67008), + "Linear A": range(67072, 67456), + "Latin Extended-F": range(67456, 67520), + "Cypriot Syllabary": range(67584, 67648), + "Imperial Aramaic": range(67648, 67680), + "Palmyrene": range(67680, 67712), + "Nabataean": range(67712, 67760), + "Hatran": range(67808, 67840), + "Phoenician": range(67840, 67872), + "Lydian": range(67872, 67904), + "Meroitic Hieroglyphs": range(67968, 68000), + "Meroitic Cursive": range(68000, 68096), + "Kharoshthi": range(68096, 68192), + "Old South Arabian": range(68192, 68224), + "Old North Arabian": range(68224, 68256), + "Manichaean": range(68288, 68352), + "Avestan": range(68352, 68416), + "Inscriptional Parthian": range(68416, 68448), + "Inscriptional Pahlavi": range(68448, 68480), + "Psalter Pahlavi": range(68480, 68528), + "Old Turkic": range(68608, 68688), + "Old Hungarian": range(68736, 68864), + "Hanifi Rohingya": range(68864, 68928), + "Rumi Numeral Symbols": range(69216, 69248), + "Yezidi": range(69248, 69312), + "Arabic Extended-C": range(69312, 69376), + "Old Sogdian": range(69376, 69424), + "Sogdian": range(69424, 69488), + "Old Uyghur": range(69488, 69552), + "Chorasmian": range(69552, 69600), + "Elymaic": range(69600, 69632), + "Brahmi": range(69632, 69760), + "Kaithi": range(69760, 69840), + "Sora Sompeng": range(69840, 69888), + "Chakma": range(69888, 69968), + "Mahajani": range(69968, 70016), + "Sharada": range(70016, 70112), + "Sinhala Archaic Numbers": range(70112, 70144), + "Khojki": range(70144, 70224), + "Multani": range(70272, 70320), + "Khudawadi": range(70320, 70400), + "Grantha": range(70400, 70528), + "Newa": range(70656, 70784), + "Tirhuta": range(70784, 70880), + "Siddham": range(71040, 71168), + "Modi": range(71168, 71264), + "Mongolian Supplement": range(71264, 71296), + "Takri": range(71296, 71376), + "Ahom": range(71424, 71504), + "Dogra": range(71680, 71760), + "Warang Citi": range(71840, 71936), + "Dives Akuru": range(71936, 72032), + "Nandinagari": range(72096, 72192), + "Zanabazar Square": range(72192, 72272), + "Soyombo": range(72272, 72368), + "Unified Canadian Aboriginal Syllabics Extended-A": range(72368, 72384), + "Pau Cin Hau": range(72384, 72448), + "Devanagari Extended-A": range(72448, 72544), + "Bhaiksuki": range(72704, 72816), + "Marchen": range(72816, 72896), + "Masaram Gondi": range(72960, 73056), + "Gunjala Gondi": range(73056, 73136), + "Makasar": range(73440, 73472), + "Kawi": range(73472, 73568), + "Lisu Supplement": range(73648, 73664), + "Tamil Supplement": range(73664, 73728), + "Cuneiform": range(73728, 74752), + "Cuneiform Numbers and Punctuation": range(74752, 74880), + "Early Dynastic Cuneiform": range(74880, 75088), + "Cypro-Minoan": range(77712, 77824), + "Egyptian Hieroglyphs": range(77824, 78896), + "Egyptian Hieroglyph Format Controls": range(78896, 78944), + "Anatolian Hieroglyphs": range(82944, 83584), + "Bamum Supplement": range(92160, 92736), + "Mro": range(92736, 92784), + "Tangsa": range(92784, 92880), + "Bassa Vah": range(92880, 92928), + "Pahawh Hmong": range(92928, 93072), + "Medefaidrin": range(93760, 93856), + "Miao": range(93952, 94112), + "Ideographic Symbols and Punctuation": range(94176, 94208), + "Tangut": range(94208, 100352), + "Tangut Components": range(100352, 101120), + "Khitan Small Script": range(101120, 101632), + "Tangut Supplement": range(101632, 101760), + "Kana Extended-B": range(110576, 110592), + "Kana Supplement": range(110592, 110848), + "Kana Extended-A": range(110848, 110896), + "Small Kana Extension": range(110896, 110960), + "Nushu": range(110960, 111360), + "Duployan": range(113664, 113824), + "Shorthand Format Controls": range(113824, 113840), + "Znamenny Musical Notation": range(118528, 118736), + "Byzantine Musical Symbols": range(118784, 119040), + "Musical Symbols": range(119040, 119296), + "Ancient Greek Musical Notation": range(119296, 119376), + "Kaktovik Numerals": range(119488, 119520), + "Mayan Numerals": range(119520, 119552), + "Tai Xuan Jing Symbols": range(119552, 119648), + "Counting Rod Numerals": range(119648, 119680), + "Mathematical Alphanumeric Symbols": range(119808, 120832), + "Sutton SignWriting": range(120832, 121520), + "Latin Extended-G": range(122624, 122880), + "Glagolitic Supplement": range(122880, 122928), + "Cyrillic Extended-D": range(122928, 123024), + "Nyiakeng Puachue Hmong": range(123136, 123216), + "Toto": range(123536, 123584), + "Wancho": range(123584, 123648), + "Nag Mundari": range(124112, 124160), + "Ethiopic Extended-B": range(124896, 124928), + "Mende Kikakui": range(124928, 125152), + "Adlam": range(125184, 125280), + "Indic Siyaq Numbers": range(126064, 126144), + "Ottoman Siyaq Numbers": range(126208, 126288), + "Arabic Mathematical Alphabetic Symbols": range(126464, 126720), + "Mahjong Tiles": range(126976, 127024), + "Domino Tiles": range(127024, 127136), + "Playing Cards": range(127136, 127232), + "Enclosed Alphanumeric Supplement": range(127232, 127488), + "Enclosed Ideographic Supplement": range(127488, 127744), + "Miscellaneous Symbols and Pictographs": range(127744, 128512), + "Emoticons range(Emoji)": range(128512, 128592), + "Ornamental Dingbats": range(128592, 128640), + "Transport and Map Symbols": range(128640, 128768), + "Alchemical Symbols": range(128768, 128896), + "Geometric Shapes Extended": range(128896, 129024), + "Supplemental Arrows-C": range(129024, 129280), + "Supplemental Symbols and Pictographs": range(129280, 129536), + "Chess Symbols": range(129536, 129648), + "Symbols and Pictographs Extended-A": range(129648, 129792), + "Symbols for Legacy Computing": range(129792, 130048), + "CJK Unified Ideographs Extension B": range(131072, 173792), + "CJK Unified Ideographs Extension C": range(173824, 177984), + "CJK Unified Ideographs Extension D": range(177984, 178208), + "CJK Unified Ideographs Extension E": range(178208, 183984), + "CJK Unified Ideographs Extension F": range(183984, 191472), + "CJK Compatibility Ideographs Supplement": range(194560, 195104), + "CJK Unified Ideographs Extension G": range(196608, 201552), + "CJK Unified Ideographs Extension H": range(201552, 205744), + "Tags": range(917504, 917632), + "Variation Selectors Supplement": range(917760, 918000), + "Supplementary Private Use Area-A": range(983040, 1048576), + "Supplementary Private Use Area-B": range(1048576, 1114112), +} + + +UNICODE_SECONDARY_RANGE_KEYWORD: list[str] = [ + "Supplement", + "Extended", + "Extensions", + "Modifier", + "Marks", + "Punctuation", + "Symbols", + "Forms", + "Operators", + "Miscellaneous", + "Drawing", + "Block", + "Shapes", + "Supplemental", + "Tags", +] + +RE_POSSIBLE_ENCODING_INDICATION = re_compile( + r"(?:(?:encoding)|(?:charset)|(?:coding))(?:[\:= ]{1,10})(?:[\"\']?)([a-zA-Z0-9\-_]+)(?:[\"\']?)", + IGNORECASE, +) + +IANA_NO_ALIASES = [ + "cp720", + "cp737", + "cp856", + "cp874", + "cp875", + "cp1006", + "koi8_r", + "koi8_t", + "koi8_u", +] + +IANA_SUPPORTED: list[str] = sorted( + filter( + lambda x: x.endswith("_codec") is False + and x not in {"rot_13", "tactis", "mbcs"}, + list(set(aliases.values())) + IANA_NO_ALIASES, + ) +) + +IANA_SUPPORTED_COUNT: int = len(IANA_SUPPORTED) + +# pre-computed code page that are similar using the function cp_similarity. +IANA_SUPPORTED_SIMILAR: dict[str, list[str]] = { + "cp037": ["cp1026", "cp1140", "cp273", "cp500"], + "cp1026": ["cp037", "cp1140", "cp273", "cp500"], + "cp1125": ["cp866"], + "cp1140": ["cp037", "cp1026", "cp273", "cp500"], + "cp1250": ["iso8859_2"], + "cp1251": ["kz1048", "ptcp154"], + "cp1252": ["iso8859_15", "iso8859_9", "latin_1"], + "cp1253": ["iso8859_7"], + "cp1254": ["iso8859_15", "iso8859_9", "latin_1"], + "cp1257": ["iso8859_13"], + "cp273": ["cp037", "cp1026", "cp1140", "cp500"], + "cp437": ["cp850", "cp858", "cp860", "cp861", "cp862", "cp863", "cp865"], + "cp500": ["cp037", "cp1026", "cp1140", "cp273"], + "cp850": ["cp437", "cp857", "cp858", "cp865"], + "cp857": ["cp850", "cp858", "cp865"], + "cp858": ["cp437", "cp850", "cp857", "cp865"], + "cp860": ["cp437", "cp861", "cp862", "cp863", "cp865"], + "cp861": ["cp437", "cp860", "cp862", "cp863", "cp865"], + "cp862": ["cp437", "cp860", "cp861", "cp863", "cp865"], + "cp863": ["cp437", "cp860", "cp861", "cp862", "cp865"], + "cp865": ["cp437", "cp850", "cp857", "cp858", "cp860", "cp861", "cp862", "cp863"], + "cp866": ["cp1125"], + "iso8859_10": ["iso8859_14", "iso8859_15", "iso8859_4", "iso8859_9", "latin_1"], + "iso8859_11": ["tis_620"], + "iso8859_13": ["cp1257"], + "iso8859_14": [ + "iso8859_10", + "iso8859_15", + "iso8859_16", + "iso8859_3", + "iso8859_9", + "latin_1", + ], + "iso8859_15": [ + "cp1252", + "cp1254", + "iso8859_10", + "iso8859_14", + "iso8859_16", + "iso8859_3", + "iso8859_9", + "latin_1", + ], + "iso8859_16": [ + "iso8859_14", + "iso8859_15", + "iso8859_2", + "iso8859_3", + "iso8859_9", + "latin_1", + ], + "iso8859_2": ["cp1250", "iso8859_16", "iso8859_4"], + "iso8859_3": ["iso8859_14", "iso8859_15", "iso8859_16", "iso8859_9", "latin_1"], + "iso8859_4": ["iso8859_10", "iso8859_2", "iso8859_9", "latin_1"], + "iso8859_7": ["cp1253"], + "iso8859_9": [ + "cp1252", + "cp1254", + "cp1258", + "iso8859_10", + "iso8859_14", + "iso8859_15", + "iso8859_16", + "iso8859_3", + "iso8859_4", + "latin_1", + ], + "kz1048": ["cp1251", "ptcp154"], + "latin_1": [ + "cp1252", + "cp1254", + "cp1258", + "iso8859_10", + "iso8859_14", + "iso8859_15", + "iso8859_16", + "iso8859_3", + "iso8859_4", + "iso8859_9", + ], + "mac_iceland": ["mac_roman", "mac_turkish"], + "mac_roman": ["mac_iceland", "mac_turkish"], + "mac_turkish": ["mac_iceland", "mac_roman"], + "ptcp154": ["cp1251", "kz1048"], + "tis_620": ["iso8859_11"], +} + + +CHARDET_CORRESPONDENCE: dict[str, str] = { + "iso2022_kr": "ISO-2022-KR", + "iso2022_jp": "ISO-2022-JP", + "euc_kr": "EUC-KR", + "tis_620": "TIS-620", + "utf_32": "UTF-32", + "euc_jp": "EUC-JP", + "koi8_r": "KOI8-R", + "iso8859_1": "ISO-8859-1", + "iso8859_2": "ISO-8859-2", + "iso8859_5": "ISO-8859-5", + "iso8859_6": "ISO-8859-6", + "iso8859_7": "ISO-8859-7", + "iso8859_8": "ISO-8859-8", + "utf_16": "UTF-16", + "cp855": "IBM855", + "mac_cyrillic": "MacCyrillic", + "gb2312": "GB2312", + "gb18030": "GB18030", + "cp932": "CP932", + "cp866": "IBM866", + "utf_8": "utf-8", + "utf_8_sig": "UTF-8-SIG", + "shift_jis": "SHIFT_JIS", + "big5": "Big5", + "cp1250": "windows-1250", + "cp1251": "windows-1251", + "cp1252": "Windows-1252", + "cp1253": "windows-1253", + "cp1255": "windows-1255", + "cp1256": "windows-1256", + "cp1254": "Windows-1254", + "cp949": "CP949", +} + + +COMMON_SAFE_ASCII_CHARACTERS: set[str] = { + "<", + ">", + "=", + ":", + "/", + "&", + ";", + "{", + "}", + "[", + "]", + ",", + "|", + '"', + "-", + "(", + ")", +} + +# Sample character sets — replace with full lists if needed +COMMON_CHINESE_CHARACTERS = "的一是在不了有和人这中大为上个国我以要他时来用们生到作地于出就分对成会可主发年动同工也能下过子说产种面而方后多定行学法所民得经十三之进着等部度家电力里如水化高自二理起小物现实加量都两体制机当使点从业本去把性好应开它合还因由其些然前外天政四日那社义事平形相全表间样与关各重新线内数正心反你明看原又么利比或但质气第向道命此变条只没结解问意建月公无系军很情者最立代想已通并提直题党程展五果料象员革位入常文总次品式活设及管特件长求老头基资边流路级少图山统接知较将组见计别她手角期根论运农指几九区强放决西被干做必战先回则任取据处队南给色光门即保治北造百规热领七海口东导器压志世金增争济阶油思术极交受联什认六共权收证改清己美再采转更单风切打白教速花带安场身车例真务具万每目至达走积示议声报斗完类八离华名确才科张信马节话米整空元况今集温传土许步群广石记需段研界拉林律叫且究观越织装影算低持音众书布复容儿须际商非验连断深难近矿千周委素技备半办青省列习响约支般史感劳便团往酸历市克何除消构府太准精值号率族维划选标写存候毛亲快效斯院查江型眼王按格养易置派层片始却专状育厂京识适属圆包火住调满县局照参红细引听该铁价严龙飞" + +COMMON_JAPANESE_CHARACTERS = "日一国年大十二本中長出三時行見月分後前生五間上東四今金九入学高円子外八六下来気小七山話女北午百書先名川千水半男西電校語土木聞食車何南万毎白天母火右読友左休父雨" + +COMMON_KOREAN_CHARACTERS = "一二三四五六七八九十百千萬上下左右中人女子大小山川日月火水木金土父母天地國名年時文校學生" + +# Combine all into a set +COMMON_CJK_CHARACTERS = set( + "".join( + [ + COMMON_CHINESE_CHARACTERS, + COMMON_JAPANESE_CHARACTERS, + COMMON_KOREAN_CHARACTERS, + ] + ) +) + +KO_NAMES: set[str] = {"johab", "cp949", "euc_kr"} +ZH_NAMES: set[str] = {"big5", "cp950", "big5hkscs", "hz"} + +# Logging LEVEL below DEBUG +TRACE: int = 5 + + +# Language label that contain the em dash "—" +# character are to be considered alternative seq to origin +FREQUENCIES: dict[str, list[str]] = { + "English": [ + "e", + "a", + "t", + "i", + "o", + "n", + "s", + "r", + "h", + "l", + "d", + "c", + "u", + "m", + "f", + "p", + "g", + "w", + "y", + "b", + "v", + "k", + "x", + "j", + "z", + "q", + ], + "English—": [ + "e", + "a", + "t", + "i", + "o", + "n", + "s", + "r", + "h", + "l", + "d", + "c", + "m", + "u", + "f", + "p", + "g", + "w", + "b", + "y", + "v", + "k", + "j", + "x", + "z", + "q", + ], + "German": [ + "e", + "n", + "i", + "r", + "s", + "t", + "a", + "d", + "h", + "u", + "l", + "g", + "o", + "c", + "m", + "b", + "f", + "k", + "w", + "z", + "p", + "v", + "ü", + "ä", + "ö", + "j", + ], + "French": [ + "e", + "a", + "s", + "n", + "i", + "t", + "r", + "l", + "u", + "o", + "d", + "c", + "p", + "m", + "é", + "v", + "g", + "f", + "b", + "h", + "q", + "à", + "x", + "è", + "y", + "j", + ], + "Dutch": [ + "e", + "n", + "a", + "i", + "r", + "t", + "o", + "d", + "s", + "l", + "g", + "h", + "v", + "m", + "u", + "k", + "c", + "p", + "b", + "w", + "j", + "z", + "f", + "y", + "x", + "ë", + ], + "Italian": [ + "e", + "i", + "a", + "o", + "n", + "l", + "t", + "r", + "s", + "c", + "d", + "u", + "p", + "m", + "g", + "v", + "f", + "b", + "z", + "h", + "q", + "è", + "à", + "k", + "y", + "ò", + ], + "Polish": [ + "a", + "i", + "o", + "e", + "n", + "r", + "z", + "w", + "s", + "c", + "t", + "k", + "y", + "d", + "p", + "m", + "u", + "l", + "j", + "ł", + "g", + "b", + "h", + "ą", + "ę", + "ó", + ], + "Spanish": [ + "e", + "a", + "o", + "n", + "s", + "r", + "i", + "l", + "d", + "t", + "c", + "u", + "m", + "p", + "b", + "g", + "v", + "f", + "y", + "ó", + "h", + "q", + "í", + "j", + "z", + "á", + ], + "Russian": [ + "о", + "а", + "е", + "и", + "н", + "с", + "т", + "р", + "в", + "л", + "к", + "м", + "д", + "п", + "у", + "г", + "я", + "ы", + "з", + "б", + "й", + "ь", + "ч", + "х", + "ж", + "ц", + ], + # Jap-Kanji + "Japanese": [ + "人", + "一", + "大", + "亅", + "丁", + "丨", + "竹", + "笑", + "口", + "日", + "今", + "二", + "彳", + "行", + "十", + "土", + "丶", + "寸", + "寺", + "時", + "乙", + "丿", + "乂", + "气", + "気", + "冂", + "巾", + "亠", + "市", + "目", + "儿", + "見", + "八", + "小", + "凵", + "県", + "月", + "彐", + "門", + "間", + "木", + "東", + "山", + "出", + "本", + "中", + "刀", + "分", + "耳", + "又", + "取", + "最", + "言", + "田", + "心", + "思", + "刂", + "前", + "京", + "尹", + "事", + "生", + "厶", + "云", + "会", + "未", + "来", + "白", + "冫", + "楽", + "灬", + "馬", + "尸", + "尺", + "駅", + "明", + "耂", + "者", + "了", + "阝", + "都", + "高", + "卜", + "占", + "厂", + "广", + "店", + "子", + "申", + "奄", + "亻", + "俺", + "上", + "方", + "冖", + "学", + "衣", + "艮", + "食", + "自", + ], + # Jap-Katakana + "Japanese—": [ + "ー", + "ン", + "ス", + "・", + "ル", + "ト", + "リ", + "イ", + "ア", + "ラ", + "ッ", + "ク", + "ド", + "シ", + "レ", + "ジ", + "タ", + "フ", + "ロ", + "カ", + "テ", + "マ", + "ィ", + "グ", + "バ", + "ム", + "プ", + "オ", + "コ", + "デ", + "ニ", + "ウ", + "メ", + "サ", + "ビ", + "ナ", + "ブ", + "ャ", + "エ", + "ュ", + "チ", + "キ", + "ズ", + "ダ", + "パ", + "ミ", + "ェ", + "ョ", + "ハ", + "セ", + "ベ", + "ガ", + "モ", + "ツ", + "ネ", + "ボ", + "ソ", + "ノ", + "ァ", + "ヴ", + "ワ", + "ポ", + "ペ", + "ピ", + "ケ", + "ゴ", + "ギ", + "ザ", + "ホ", + "ゲ", + "ォ", + "ヤ", + "ヒ", + "ユ", + "ヨ", + "ヘ", + "ゼ", + "ヌ", + "ゥ", + "ゾ", + "ヶ", + "ヂ", + "ヲ", + "ヅ", + "ヵ", + "ヱ", + "ヰ", + "ヮ", + "ヽ", + "゠", + "ヾ", + "ヷ", + "ヿ", + "ヸ", + "ヹ", + "ヺ", + ], + # Jap-Hiragana + "Japanese——": [ + "の", + "に", + "る", + "た", + "と", + "は", + "し", + "い", + "を", + "で", + "て", + "が", + "な", + "れ", + "か", + "ら", + "さ", + "っ", + "り", + "す", + "あ", + "も", + "こ", + "ま", + "う", + "く", + "よ", + "き", + "ん", + "め", + "お", + "け", + "そ", + "つ", + "だ", + "や", + "え", + "ど", + "わ", + "ち", + "み", + "せ", + "じ", + "ば", + "へ", + "び", + "ず", + "ろ", + "ほ", + "げ", + "む", + "べ", + "ひ", + "ょ", + "ゆ", + "ぶ", + "ご", + "ゃ", + "ね", + "ふ", + "ぐ", + "ぎ", + "ぼ", + "ゅ", + "づ", + "ざ", + "ぞ", + "ぬ", + "ぜ", + "ぱ", + "ぽ", + "ぷ", + "ぴ", + "ぃ", + "ぁ", + "ぇ", + "ぺ", + "ゞ", + "ぢ", + "ぉ", + "ぅ", + "ゐ", + "ゝ", + "ゑ", + "゛", + "゜", + "ゎ", + "ゔ", + "゚", + "ゟ", + "゙", + "ゕ", + "ゖ", + ], + "Portuguese": [ + "a", + "e", + "o", + "s", + "i", + "r", + "d", + "n", + "t", + "m", + "u", + "c", + "l", + "p", + "g", + "v", + "b", + "f", + "h", + "ã", + "q", + "é", + "ç", + "á", + "z", + "í", + ], + "Swedish": [ + "e", + "a", + "n", + "r", + "t", + "s", + "i", + "l", + "d", + "o", + "m", + "k", + "g", + "v", + "h", + "f", + "u", + "p", + "ä", + "c", + "b", + "ö", + "å", + "y", + "j", + "x", + ], + "Chinese": [ + "的", + "一", + "是", + "不", + "了", + "在", + "人", + "有", + "我", + "他", + "这", + "个", + "们", + "中", + "来", + "上", + "大", + "为", + "和", + "国", + "地", + "到", + "以", + "说", + "时", + "要", + "就", + "出", + "会", + "可", + "也", + "你", + "对", + "生", + "能", + "而", + "子", + "那", + "得", + "于", + "着", + "下", + "自", + "之", + "年", + "过", + "发", + "后", + "作", + "里", + "用", + "道", + "行", + "所", + "然", + "家", + "种", + "事", + "成", + "方", + "多", + "经", + "么", + "去", + "法", + "学", + "如", + "都", + "同", + "现", + "当", + "没", + "动", + "面", + "起", + "看", + "定", + "天", + "分", + "还", + "进", + "好", + "小", + "部", + "其", + "些", + "主", + "样", + "理", + "心", + "她", + "本", + "前", + "开", + "但", + "因", + "只", + "从", + "想", + "实", + ], + "Ukrainian": [ + "о", + "а", + "н", + "і", + "и", + "р", + "в", + "т", + "е", + "с", + "к", + "л", + "у", + "д", + "м", + "п", + "з", + "я", + "ь", + "б", + "г", + "й", + "ч", + "х", + "ц", + "ї", + ], + "Norwegian": [ + "e", + "r", + "n", + "t", + "a", + "s", + "i", + "o", + "l", + "d", + "g", + "k", + "m", + "v", + "f", + "p", + "u", + "b", + "h", + "å", + "y", + "j", + "ø", + "c", + "æ", + "w", + ], + "Finnish": [ + "a", + "i", + "n", + "t", + "e", + "s", + "l", + "o", + "u", + "k", + "ä", + "m", + "r", + "v", + "j", + "h", + "p", + "y", + "d", + "ö", + "g", + "c", + "b", + "f", + "w", + "z", + ], + "Vietnamese": [ + "n", + "h", + "t", + "i", + "c", + "g", + "a", + "o", + "u", + "m", + "l", + "r", + "à", + "đ", + "s", + "e", + "v", + "p", + "b", + "y", + "ư", + "d", + "á", + "k", + "ộ", + "ế", + ], + "Czech": [ + "o", + "e", + "a", + "n", + "t", + "s", + "i", + "l", + "v", + "r", + "k", + "d", + "u", + "m", + "p", + "í", + "c", + "h", + "z", + "á", + "y", + "j", + "b", + "ě", + "é", + "ř", + ], + "Hungarian": [ + "e", + "a", + "t", + "l", + "s", + "n", + "k", + "r", + "i", + "o", + "z", + "á", + "é", + "g", + "m", + "b", + "y", + "v", + "d", + "h", + "u", + "p", + "j", + "ö", + "f", + "c", + ], + "Korean": [ + "이", + "다", + "에", + "의", + "는", + "로", + "하", + "을", + "가", + "고", + "지", + "서", + "한", + "은", + "기", + "으", + "년", + "대", + "사", + "시", + "를", + "리", + "도", + "인", + "스", + "일", + ], + "Indonesian": [ + "a", + "n", + "e", + "i", + "r", + "t", + "u", + "s", + "d", + "k", + "m", + "l", + "g", + "p", + "b", + "o", + "h", + "y", + "j", + "c", + "w", + "f", + "v", + "z", + "x", + "q", + ], + "Turkish": [ + "a", + "e", + "i", + "n", + "r", + "l", + "ı", + "k", + "d", + "t", + "s", + "m", + "y", + "u", + "o", + "b", + "ü", + "ş", + "v", + "g", + "z", + "h", + "c", + "p", + "ç", + "ğ", + ], + "Romanian": [ + "e", + "i", + "a", + "r", + "n", + "t", + "u", + "l", + "o", + "c", + "s", + "d", + "p", + "m", + "ă", + "f", + "v", + "î", + "g", + "b", + "ș", + "ț", + "z", + "h", + "â", + "j", + ], + "Farsi": [ + "ا", + "ی", + "ر", + "د", + "ن", + "ه", + "و", + "م", + "ت", + "ب", + "س", + "ل", + "ک", + "ش", + "ز", + "ف", + "گ", + "ع", + "خ", + "ق", + "ج", + "آ", + "پ", + "ح", + "ط", + "ص", + ], + "Arabic": [ + "ا", + "ل", + "ي", + "م", + "و", + "ن", + "ر", + "ت", + "ب", + "ة", + "ع", + "د", + "س", + "ف", + "ه", + "ك", + "ق", + "أ", + "ح", + "ج", + "ش", + "ط", + "ص", + "ى", + "خ", + "إ", + ], + "Danish": [ + "e", + "r", + "n", + "t", + "a", + "i", + "s", + "d", + "l", + "o", + "g", + "m", + "k", + "f", + "v", + "u", + "b", + "h", + "p", + "å", + "y", + "ø", + "æ", + "c", + "j", + "w", + ], + "Serbian": [ + "а", + "и", + "о", + "е", + "н", + "р", + "с", + "у", + "т", + "к", + "ј", + "в", + "д", + "м", + "п", + "л", + "г", + "з", + "б", + "a", + "i", + "e", + "o", + "n", + "ц", + "ш", + ], + "Lithuanian": [ + "i", + "a", + "s", + "o", + "r", + "e", + "t", + "n", + "u", + "k", + "m", + "l", + "p", + "v", + "d", + "j", + "g", + "ė", + "b", + "y", + "ų", + "š", + "ž", + "c", + "ą", + "į", + ], + "Slovene": [ + "e", + "a", + "i", + "o", + "n", + "r", + "s", + "l", + "t", + "j", + "v", + "k", + "d", + "p", + "m", + "u", + "z", + "b", + "g", + "h", + "č", + "c", + "š", + "ž", + "f", + "y", + ], + "Slovak": [ + "o", + "a", + "e", + "n", + "i", + "r", + "v", + "t", + "s", + "l", + "k", + "d", + "m", + "p", + "u", + "c", + "h", + "j", + "b", + "z", + "á", + "y", + "ý", + "í", + "č", + "é", + ], + "Hebrew": [ + "י", + "ו", + "ה", + "ל", + "ר", + "ב", + "ת", + "מ", + "א", + "ש", + "נ", + "ע", + "ם", + "ד", + "ק", + "ח", + "פ", + "ס", + "כ", + "ג", + "ט", + "צ", + "ן", + "ז", + "ך", + ], + "Bulgarian": [ + "а", + "и", + "о", + "е", + "н", + "т", + "р", + "с", + "в", + "л", + "к", + "д", + "п", + "м", + "з", + "г", + "я", + "ъ", + "у", + "б", + "ч", + "ц", + "й", + "ж", + "щ", + "х", + ], + "Croatian": [ + "a", + "i", + "o", + "e", + "n", + "r", + "j", + "s", + "t", + "u", + "k", + "l", + "v", + "d", + "m", + "p", + "g", + "z", + "b", + "c", + "č", + "h", + "š", + "ž", + "ć", + "f", + ], + "Hindi": [ + "क", + "र", + "स", + "न", + "त", + "म", + "ह", + "प", + "य", + "ल", + "व", + "ज", + "द", + "ग", + "ब", + "श", + "ट", + "अ", + "ए", + "थ", + "भ", + "ड", + "च", + "ध", + "ष", + "इ", + ], + "Estonian": [ + "a", + "i", + "e", + "s", + "t", + "l", + "u", + "n", + "o", + "k", + "r", + "d", + "m", + "v", + "g", + "p", + "j", + "h", + "ä", + "b", + "õ", + "ü", + "f", + "c", + "ö", + "y", + ], + "Thai": [ + "า", + "น", + "ร", + "อ", + "ก", + "เ", + "ง", + "ม", + "ย", + "ล", + "ว", + "ด", + "ท", + "ส", + "ต", + "ะ", + "ป", + "บ", + "ค", + "ห", + "แ", + "จ", + "พ", + "ช", + "ข", + "ใ", + ], + "Greek": [ + "α", + "τ", + "ο", + "ι", + "ε", + "ν", + "ρ", + "σ", + "κ", + "η", + "π", + "ς", + "υ", + "μ", + "λ", + "ί", + "ό", + "ά", + "γ", + "έ", + "δ", + "ή", + "ω", + "χ", + "θ", + "ύ", + ], + "Tamil": [ + "க", + "த", + "ப", + "ட", + "ர", + "ம", + "ல", + "ன", + "வ", + "ற", + "ய", + "ள", + "ச", + "ந", + "இ", + "ண", + "அ", + "ஆ", + "ழ", + "ங", + "எ", + "உ", + "ஒ", + "ஸ", + ], + "Kazakh": [ + "а", + "ы", + "е", + "н", + "т", + "р", + "л", + "і", + "д", + "с", + "м", + "қ", + "к", + "о", + "б", + "и", + "у", + "ғ", + "ж", + "ң", + "з", + "ш", + "й", + "п", + "г", + "ө", + ], +} + +LANGUAGE_SUPPORTED_COUNT: int = len(FREQUENCIES) diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/legacy.py b/.venv/lib/python3.12/site-packages/charset_normalizer/legacy.py new file mode 100644 index 0000000..360a310 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/charset_normalizer/legacy.py @@ -0,0 +1,80 @@ +from __future__ import annotations + +from typing import TYPE_CHECKING, Any +from warnings import warn + +from .api import from_bytes +from .constant import CHARDET_CORRESPONDENCE, TOO_SMALL_SEQUENCE + +# TODO: remove this check when dropping Python 3.7 support +if TYPE_CHECKING: + from typing_extensions import TypedDict + + class ResultDict(TypedDict): + encoding: str | None + language: str + confidence: float | None + + +def detect( + byte_str: bytes, should_rename_legacy: bool = False, **kwargs: Any +) -> ResultDict: + """ + chardet legacy method + Detect the encoding of the given byte string. It should be mostly backward-compatible. + Encoding name will match Chardet own writing whenever possible. (Not on encoding name unsupported by it) + This function is deprecated and should be used to migrate your project easily, consult the documentation for + further information. Not planned for removal. + + :param byte_str: The byte sequence to examine. + :param should_rename_legacy: Should we rename legacy encodings + to their more modern equivalents? + """ + if len(kwargs): + warn( + f"charset-normalizer disregard arguments '{','.join(list(kwargs.keys()))}' in legacy function detect()" + ) + + if not isinstance(byte_str, (bytearray, bytes)): + raise TypeError( # pragma: nocover + f"Expected object of type bytes or bytearray, got: {type(byte_str)}" + ) + + if isinstance(byte_str, bytearray): + byte_str = bytes(byte_str) + + r = from_bytes(byte_str).best() + + encoding = r.encoding if r is not None else None + language = r.language if r is not None and r.language != "Unknown" else "" + confidence = 1.0 - r.chaos if r is not None else None + + # automatically lower confidence + # on small bytes samples. + # https://github.com/jawah/charset_normalizer/issues/391 + if ( + confidence is not None + and confidence >= 0.9 + and encoding + not in { + "utf_8", + "ascii", + } + and r.bom is False # type: ignore[union-attr] + and len(byte_str) < TOO_SMALL_SEQUENCE + ): + confidence -= 0.2 + + # Note: CharsetNormalizer does not return 'UTF-8-SIG' as the sig get stripped in the detection/normalization process + # but chardet does return 'utf-8-sig' and it is a valid codec name. + if r is not None and encoding == "utf_8" and r.bom: + encoding += "_sig" + + if should_rename_legacy is False and encoding in CHARDET_CORRESPONDENCE: + encoding = CHARDET_CORRESPONDENCE[encoding] + + return { + "encoding": encoding, + "language": language, + "confidence": confidence, + } diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/md.cpython-312-x86_64-linux-gnu.so b/.venv/lib/python3.12/site-packages/charset_normalizer/md.cpython-312-x86_64-linux-gnu.so new file mode 100755 index 0000000000000000000000000000000000000000..857d7474b7a5a0c5b81989346cf9d845174eed68 GIT binary patch literal 15912 zcmeHOYit}>6~4QU>E?m$LY@oYG8fH%?PpH|zK{20L*b8?}nUc)T;Vx7vp_ zJDb`eKqMy>CXHA{LZ}r#0^~&LRv*U3__xR5SCETnl^2!0!op{a?ZWy ztjCjenjZ)um}~8vbH4MsbLP(Y&hEWm?iuKfMk0b+m3Ts|NJ7L((fkNoAht)WhvQb! zC~eoRsBYnk)e2%N>XeK*q>5z5nbt>@9aF~9Pv+BMFr zKkVn7HZJ=xClVVaZaY{txamg||OF#AUa zP1|vu$z;xR+>ybqR5s&`SmP;2=_+f?#EfN5Br{ejdDIa@v;CQ*XQplB($iUptjJ*2 z&O@M~*#qOxI0?_}bG%N^a}RoMGBXKqmo=RO1H^~2$qaNrm_xH>w_~MJ*#yTm%_N35 zMJhQy?M=CkW$U@D-hy%hx!s~~pnqSN*`~MY?RdJ8Rew<_sXCzMm%#Eh$!|%*@QI4w zE4ASJmhZDT)wM|XCF6qd>j9kQH}MAg@=SNPA+)S(xNeUDRxm-rqq4~;L`SAz_E5) z95|GxP`A8Pg0}rNlyM5ZyeQ?Lpo~-AfdJQZ6(CkxnyB5@z2cAOf4pNm_=^0eMvb|SD_|*%`K#V02>mN~-77u~ z-74B}xLo~DP(}_z?s9(gUw#&p)SprCI$tBiK`3fN@tvD+M$qpG<8=EE05#@cH|8%E ze~j?_&y7=6Cl_Yc8*{~oF<<5FGEQFe9tTVGH|F0hE~43~QE~FOGaHP#zkt!G@N|r~ z87@%6p~I!6f-(Qc;*894Eq@8o)`dfdFHY#S+fHDaFpe?b-4rVxl)->|>t_=y>ca9N zz`?FO4$4wGYDU0$LEso@OtO6~HQMy85`Z}8;4_mFGK(Uxsvf%~5o5{A4 z4Ufe-8k3c5I7dIN2d-pO&1|BT~yj)>SSTH*@faoZ*Fy9M93N-M-Oz+m3;^Mn*fq++snE+)5_0?L^eI0ay-X|T>}*@a5F>Fv|QJkHJyy-&WZ`wN;{^VPp4%{9@l0J=im1j&$xD=z)OvW#?_TYpk)$!oQ&+u=!)H-5UKXyE){> z3*LWGdBX|Ihi`9uRQO#Qr?5Vj6?{85`zB zmi>9Y69)`qvp>(%nBsHM-zZ!eGJwN568rPKi0NjsfAQ`|>|b1s&7-o;cS|6uvpc06xnTJZVT10VFC0Ss%x^V;&mpZ*E({F%bYzA}## z2cq9!BR{6oeq-QCU8Y|O`1AaMX+Chl*q_6m2>A2=U8ekg!1h>cfBPy3n4*nAjToXw z87Ip1<8GY+9C^Ne$24Wgv`LBOV=(_&(D?n&YRZ&pL5bxf=V#z0U~rDb_6w{`OWnY@#lEI1_s9-`|~`A_qFo=RjwQ7 z<#F&P`1Te z=8?VyAIwkY2+79&_I>1=QG3!MEJMsOGUtCXyU)Rnj6U u@x2+}Rr$R6`HSzLeD2Ca9f$A-PH3+O@&`mY{jcPI?{4M4A>a@Y#lHYyFIRj3 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/md.py b/.venv/lib/python3.12/site-packages/charset_normalizer/md.py new file mode 100644 index 0000000..12ce024 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/charset_normalizer/md.py @@ -0,0 +1,635 @@ +from __future__ import annotations + +from functools import lru_cache +from logging import getLogger + +from .constant import ( + COMMON_SAFE_ASCII_CHARACTERS, + TRACE, + UNICODE_SECONDARY_RANGE_KEYWORD, +) +from .utils import ( + is_accentuated, + is_arabic, + is_arabic_isolated_form, + is_case_variable, + is_cjk, + is_emoticon, + is_hangul, + is_hiragana, + is_katakana, + is_latin, + is_punctuation, + is_separator, + is_symbol, + is_thai, + is_unprintable, + remove_accent, + unicode_range, + is_cjk_uncommon, +) + + +class MessDetectorPlugin: + """ + Base abstract class used for mess detection plugins. + All detectors MUST extend and implement given methods. + """ + + def eligible(self, character: str) -> bool: + """ + Determine if given character should be fed in. + """ + raise NotImplementedError # pragma: nocover + + def feed(self, character: str) -> None: + """ + The main routine to be executed upon character. + Insert the logic in witch the text would be considered chaotic. + """ + raise NotImplementedError # pragma: nocover + + def reset(self) -> None: # pragma: no cover + """ + Permit to reset the plugin to the initial state. + """ + raise NotImplementedError + + @property + def ratio(self) -> float: + """ + Compute the chaos ratio based on what your feed() has seen. + Must NOT be lower than 0.; No restriction gt 0. + """ + raise NotImplementedError # pragma: nocover + + +class TooManySymbolOrPunctuationPlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._punctuation_count: int = 0 + self._symbol_count: int = 0 + self._character_count: int = 0 + + self._last_printable_char: str | None = None + self._frenzy_symbol_in_word: bool = False + + def eligible(self, character: str) -> bool: + return character.isprintable() + + def feed(self, character: str) -> None: + self._character_count += 1 + + if ( + character != self._last_printable_char + and character not in COMMON_SAFE_ASCII_CHARACTERS + ): + if is_punctuation(character): + self._punctuation_count += 1 + elif ( + character.isdigit() is False + and is_symbol(character) + and is_emoticon(character) is False + ): + self._symbol_count += 2 + + self._last_printable_char = character + + def reset(self) -> None: # Abstract + self._punctuation_count = 0 + self._character_count = 0 + self._symbol_count = 0 + + @property + def ratio(self) -> float: + if self._character_count == 0: + return 0.0 + + ratio_of_punctuation: float = ( + self._punctuation_count + self._symbol_count + ) / self._character_count + + return ratio_of_punctuation if ratio_of_punctuation >= 0.3 else 0.0 + + +class TooManyAccentuatedPlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._character_count: int = 0 + self._accentuated_count: int = 0 + + def eligible(self, character: str) -> bool: + return character.isalpha() + + def feed(self, character: str) -> None: + self._character_count += 1 + + if is_accentuated(character): + self._accentuated_count += 1 + + def reset(self) -> None: # Abstract + self._character_count = 0 + self._accentuated_count = 0 + + @property + def ratio(self) -> float: + if self._character_count < 8: + return 0.0 + + ratio_of_accentuation: float = self._accentuated_count / self._character_count + return ratio_of_accentuation if ratio_of_accentuation >= 0.35 else 0.0 + + +class UnprintablePlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._unprintable_count: int = 0 + self._character_count: int = 0 + + def eligible(self, character: str) -> bool: + return True + + def feed(self, character: str) -> None: + if is_unprintable(character): + self._unprintable_count += 1 + self._character_count += 1 + + def reset(self) -> None: # Abstract + self._unprintable_count = 0 + + @property + def ratio(self) -> float: + if self._character_count == 0: + return 0.0 + + return (self._unprintable_count * 8) / self._character_count + + +class SuspiciousDuplicateAccentPlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._successive_count: int = 0 + self._character_count: int = 0 + + self._last_latin_character: str | None = None + + def eligible(self, character: str) -> bool: + return character.isalpha() and is_latin(character) + + def feed(self, character: str) -> None: + self._character_count += 1 + if ( + self._last_latin_character is not None + and is_accentuated(character) + and is_accentuated(self._last_latin_character) + ): + if character.isupper() and self._last_latin_character.isupper(): + self._successive_count += 1 + # Worse if its the same char duplicated with different accent. + if remove_accent(character) == remove_accent(self._last_latin_character): + self._successive_count += 1 + self._last_latin_character = character + + def reset(self) -> None: # Abstract + self._successive_count = 0 + self._character_count = 0 + self._last_latin_character = None + + @property + def ratio(self) -> float: + if self._character_count == 0: + return 0.0 + + return (self._successive_count * 2) / self._character_count + + +class SuspiciousRange(MessDetectorPlugin): + def __init__(self) -> None: + self._suspicious_successive_range_count: int = 0 + self._character_count: int = 0 + self._last_printable_seen: str | None = None + + def eligible(self, character: str) -> bool: + return character.isprintable() + + def feed(self, character: str) -> None: + self._character_count += 1 + + if ( + character.isspace() + or is_punctuation(character) + or character in COMMON_SAFE_ASCII_CHARACTERS + ): + self._last_printable_seen = None + return + + if self._last_printable_seen is None: + self._last_printable_seen = character + return + + unicode_range_a: str | None = unicode_range(self._last_printable_seen) + unicode_range_b: str | None = unicode_range(character) + + if is_suspiciously_successive_range(unicode_range_a, unicode_range_b): + self._suspicious_successive_range_count += 1 + + self._last_printable_seen = character + + def reset(self) -> None: # Abstract + self._character_count = 0 + self._suspicious_successive_range_count = 0 + self._last_printable_seen = None + + @property + def ratio(self) -> float: + if self._character_count <= 13: + return 0.0 + + ratio_of_suspicious_range_usage: float = ( + self._suspicious_successive_range_count * 2 + ) / self._character_count + + return ratio_of_suspicious_range_usage + + +class SuperWeirdWordPlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._word_count: int = 0 + self._bad_word_count: int = 0 + self._foreign_long_count: int = 0 + + self._is_current_word_bad: bool = False + self._foreign_long_watch: bool = False + + self._character_count: int = 0 + self._bad_character_count: int = 0 + + self._buffer: str = "" + self._buffer_accent_count: int = 0 + self._buffer_glyph_count: int = 0 + + def eligible(self, character: str) -> bool: + return True + + def feed(self, character: str) -> None: + if character.isalpha(): + self._buffer += character + if is_accentuated(character): + self._buffer_accent_count += 1 + if ( + self._foreign_long_watch is False + and (is_latin(character) is False or is_accentuated(character)) + and is_cjk(character) is False + and is_hangul(character) is False + and is_katakana(character) is False + and is_hiragana(character) is False + and is_thai(character) is False + ): + self._foreign_long_watch = True + if ( + is_cjk(character) + or is_hangul(character) + or is_katakana(character) + or is_hiragana(character) + or is_thai(character) + ): + self._buffer_glyph_count += 1 + return + if not self._buffer: + return + if ( + character.isspace() or is_punctuation(character) or is_separator(character) + ) and self._buffer: + self._word_count += 1 + buffer_length: int = len(self._buffer) + + self._character_count += buffer_length + + if buffer_length >= 4: + if self._buffer_accent_count / buffer_length >= 0.5: + self._is_current_word_bad = True + # Word/Buffer ending with an upper case accentuated letter are so rare, + # that we will consider them all as suspicious. Same weight as foreign_long suspicious. + elif ( + is_accentuated(self._buffer[-1]) + and self._buffer[-1].isupper() + and all(_.isupper() for _ in self._buffer) is False + ): + self._foreign_long_count += 1 + self._is_current_word_bad = True + elif self._buffer_glyph_count == 1: + self._is_current_word_bad = True + self._foreign_long_count += 1 + if buffer_length >= 24 and self._foreign_long_watch: + camel_case_dst = [ + i + for c, i in zip(self._buffer, range(0, buffer_length)) + if c.isupper() + ] + probable_camel_cased: bool = False + + if camel_case_dst and (len(camel_case_dst) / buffer_length <= 0.3): + probable_camel_cased = True + + if not probable_camel_cased: + self._foreign_long_count += 1 + self._is_current_word_bad = True + + if self._is_current_word_bad: + self._bad_word_count += 1 + self._bad_character_count += len(self._buffer) + self._is_current_word_bad = False + + self._foreign_long_watch = False + self._buffer = "" + self._buffer_accent_count = 0 + self._buffer_glyph_count = 0 + elif ( + character not in {"<", ">", "-", "=", "~", "|", "_"} + and character.isdigit() is False + and is_symbol(character) + ): + self._is_current_word_bad = True + self._buffer += character + + def reset(self) -> None: # Abstract + self._buffer = "" + self._is_current_word_bad = False + self._foreign_long_watch = False + self._bad_word_count = 0 + self._word_count = 0 + self._character_count = 0 + self._bad_character_count = 0 + self._foreign_long_count = 0 + + @property + def ratio(self) -> float: + if self._word_count <= 10 and self._foreign_long_count == 0: + return 0.0 + + return self._bad_character_count / self._character_count + + +class CjkUncommonPlugin(MessDetectorPlugin): + """ + Detect messy CJK text that probably means nothing. + """ + + def __init__(self) -> None: + self._character_count: int = 0 + self._uncommon_count: int = 0 + + def eligible(self, character: str) -> bool: + return is_cjk(character) + + def feed(self, character: str) -> None: + self._character_count += 1 + + if is_cjk_uncommon(character): + self._uncommon_count += 1 + return + + def reset(self) -> None: # Abstract + self._character_count = 0 + self._uncommon_count = 0 + + @property + def ratio(self) -> float: + if self._character_count < 8: + return 0.0 + + uncommon_form_usage: float = self._uncommon_count / self._character_count + + # we can be pretty sure it's garbage when uncommon characters are widely + # used. otherwise it could just be traditional chinese for example. + return uncommon_form_usage / 10 if uncommon_form_usage > 0.5 else 0.0 + + +class ArchaicUpperLowerPlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._buf: bool = False + + self._character_count_since_last_sep: int = 0 + + self._successive_upper_lower_count: int = 0 + self._successive_upper_lower_count_final: int = 0 + + self._character_count: int = 0 + + self._last_alpha_seen: str | None = None + self._current_ascii_only: bool = True + + def eligible(self, character: str) -> bool: + return True + + def feed(self, character: str) -> None: + is_concerned = character.isalpha() and is_case_variable(character) + chunk_sep = is_concerned is False + + if chunk_sep and self._character_count_since_last_sep > 0: + if ( + self._character_count_since_last_sep <= 64 + and character.isdigit() is False + and self._current_ascii_only is False + ): + self._successive_upper_lower_count_final += ( + self._successive_upper_lower_count + ) + + self._successive_upper_lower_count = 0 + self._character_count_since_last_sep = 0 + self._last_alpha_seen = None + self._buf = False + self._character_count += 1 + self._current_ascii_only = True + + return + + if self._current_ascii_only is True and character.isascii() is False: + self._current_ascii_only = False + + if self._last_alpha_seen is not None: + if (character.isupper() and self._last_alpha_seen.islower()) or ( + character.islower() and self._last_alpha_seen.isupper() + ): + if self._buf is True: + self._successive_upper_lower_count += 2 + self._buf = False + else: + self._buf = True + else: + self._buf = False + + self._character_count += 1 + self._character_count_since_last_sep += 1 + self._last_alpha_seen = character + + def reset(self) -> None: # Abstract + self._character_count = 0 + self._character_count_since_last_sep = 0 + self._successive_upper_lower_count = 0 + self._successive_upper_lower_count_final = 0 + self._last_alpha_seen = None + self._buf = False + self._current_ascii_only = True + + @property + def ratio(self) -> float: + if self._character_count == 0: + return 0.0 + + return self._successive_upper_lower_count_final / self._character_count + + +class ArabicIsolatedFormPlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._character_count: int = 0 + self._isolated_form_count: int = 0 + + def reset(self) -> None: # Abstract + self._character_count = 0 + self._isolated_form_count = 0 + + def eligible(self, character: str) -> bool: + return is_arabic(character) + + def feed(self, character: str) -> None: + self._character_count += 1 + + if is_arabic_isolated_form(character): + self._isolated_form_count += 1 + + @property + def ratio(self) -> float: + if self._character_count < 8: + return 0.0 + + isolated_form_usage: float = self._isolated_form_count / self._character_count + + return isolated_form_usage + + +@lru_cache(maxsize=1024) +def is_suspiciously_successive_range( + unicode_range_a: str | None, unicode_range_b: str | None +) -> bool: + """ + Determine if two Unicode range seen next to each other can be considered as suspicious. + """ + if unicode_range_a is None or unicode_range_b is None: + return True + + if unicode_range_a == unicode_range_b: + return False + + if "Latin" in unicode_range_a and "Latin" in unicode_range_b: + return False + + if "Emoticons" in unicode_range_a or "Emoticons" in unicode_range_b: + return False + + # Latin characters can be accompanied with a combining diacritical mark + # eg. Vietnamese. + if ("Latin" in unicode_range_a or "Latin" in unicode_range_b) and ( + "Combining" in unicode_range_a or "Combining" in unicode_range_b + ): + return False + + keywords_range_a, keywords_range_b = ( + unicode_range_a.split(" "), + unicode_range_b.split(" "), + ) + + for el in keywords_range_a: + if el in UNICODE_SECONDARY_RANGE_KEYWORD: + continue + if el in keywords_range_b: + return False + + # Japanese Exception + range_a_jp_chars, range_b_jp_chars = ( + unicode_range_a + in ( + "Hiragana", + "Katakana", + ), + unicode_range_b in ("Hiragana", "Katakana"), + ) + if (range_a_jp_chars or range_b_jp_chars) and ( + "CJK" in unicode_range_a or "CJK" in unicode_range_b + ): + return False + if range_a_jp_chars and range_b_jp_chars: + return False + + if "Hangul" in unicode_range_a or "Hangul" in unicode_range_b: + if "CJK" in unicode_range_a or "CJK" in unicode_range_b: + return False + if unicode_range_a == "Basic Latin" or unicode_range_b == "Basic Latin": + return False + + # Chinese/Japanese use dedicated range for punctuation and/or separators. + if ("CJK" in unicode_range_a or "CJK" in unicode_range_b) or ( + unicode_range_a in ["Katakana", "Hiragana"] + and unicode_range_b in ["Katakana", "Hiragana"] + ): + if "Punctuation" in unicode_range_a or "Punctuation" in unicode_range_b: + return False + if "Forms" in unicode_range_a or "Forms" in unicode_range_b: + return False + if unicode_range_a == "Basic Latin" or unicode_range_b == "Basic Latin": + return False + + return True + + +@lru_cache(maxsize=2048) +def mess_ratio( + decoded_sequence: str, maximum_threshold: float = 0.2, debug: bool = False +) -> float: + """ + Compute a mess ratio given a decoded bytes sequence. The maximum threshold does stop the computation earlier. + """ + + detectors: list[MessDetectorPlugin] = [ + md_class() for md_class in MessDetectorPlugin.__subclasses__() + ] + + length: int = len(decoded_sequence) + 1 + + mean_mess_ratio: float = 0.0 + + if length < 512: + intermediary_mean_mess_ratio_calc: int = 32 + elif length <= 1024: + intermediary_mean_mess_ratio_calc = 64 + else: + intermediary_mean_mess_ratio_calc = 128 + + for character, index in zip(decoded_sequence + "\n", range(length)): + for detector in detectors: + if detector.eligible(character): + detector.feed(character) + + if ( + index > 0 and index % intermediary_mean_mess_ratio_calc == 0 + ) or index == length - 1: + mean_mess_ratio = sum(dt.ratio for dt in detectors) + + if mean_mess_ratio >= maximum_threshold: + break + + if debug: + logger = getLogger("charset_normalizer") + + logger.log( + TRACE, + "Mess-detector extended-analysis start. " + f"intermediary_mean_mess_ratio_calc={intermediary_mean_mess_ratio_calc} mean_mess_ratio={mean_mess_ratio} " + f"maximum_threshold={maximum_threshold}", + ) + + if len(decoded_sequence) > 16: + logger.log(TRACE, f"Starting with: {decoded_sequence[:16]}") + logger.log(TRACE, f"Ending with: {decoded_sequence[-16::]}") + + for dt in detectors: + logger.log(TRACE, f"{dt.__class__}: {dt.ratio}") + + return round(mean_mess_ratio, 3) diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/md__mypyc.cpython-312-x86_64-linux-gnu.so b/.venv/lib/python3.12/site-packages/charset_normalizer/md__mypyc.cpython-312-x86_64-linux-gnu.so new file mode 100755 index 0000000000000000000000000000000000000000..b21e77b522ce460c689d283cd4387a97e4d6ee7a GIT binary patch literal 290584 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 atVq$C}Kp=3Au6~ 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 bool: + if not isinstance(other, CharsetMatch): + if isinstance(other, str): + return iana_name(other) == self.encoding + return False + return self.encoding == other.encoding and self.fingerprint == other.fingerprint + + def __lt__(self, other: object) -> bool: + """ + Implemented to make sorted available upon CharsetMatches items. + """ + if not isinstance(other, CharsetMatch): + raise ValueError + + chaos_difference: float = abs(self.chaos - other.chaos) + coherence_difference: float = abs(self.coherence - other.coherence) + + # Below 1% difference --> Use Coherence + if chaos_difference < 0.01 and coherence_difference > 0.02: + return self.coherence > other.coherence + elif chaos_difference < 0.01 and coherence_difference <= 0.02: + # When having a difficult decision, use the result that decoded as many multi-byte as possible. + # preserve RAM usage! + if len(self._payload) >= TOO_BIG_SEQUENCE: + return self.chaos < other.chaos + return self.multi_byte_usage > other.multi_byte_usage + + return self.chaos < other.chaos + + @property + def multi_byte_usage(self) -> float: + return 1.0 - (len(str(self)) / len(self.raw)) + + def __str__(self) -> str: + # Lazy Str Loading + if self._string is None: + self._string = str(self._payload, self._encoding, "strict") + return self._string + + def __repr__(self) -> str: + return f"" + + def add_submatch(self, other: CharsetMatch) -> None: + if not isinstance(other, CharsetMatch) or other == self: + raise ValueError( + "Unable to add instance <{}> as a submatch of a CharsetMatch".format( + other.__class__ + ) + ) + + other._string = None # Unload RAM usage; dirty trick. + self._leaves.append(other) + + @property + def encoding(self) -> str: + return self._encoding + + @property + def encoding_aliases(self) -> list[str]: + """ + Encoding name are known by many name, using this could help when searching for IBM855 when it's listed as CP855. + """ + also_known_as: list[str] = [] + for u, p in aliases.items(): + if self.encoding == u: + also_known_as.append(p) + elif self.encoding == p: + also_known_as.append(u) + return also_known_as + + @property + def bom(self) -> bool: + return self._has_sig_or_bom + + @property + def byte_order_mark(self) -> bool: + return self._has_sig_or_bom + + @property + def languages(self) -> list[str]: + """ + Return the complete list of possible languages found in decoded sequence. + Usually not really useful. Returned list may be empty even if 'language' property return something != 'Unknown'. + """ + return [e[0] for e in self._languages] + + @property + def language(self) -> str: + """ + Most probable language found in decoded sequence. If none were detected or inferred, the property will return + "Unknown". + """ + if not self._languages: + # Trying to infer the language based on the given encoding + # Its either English or we should not pronounce ourselves in certain cases. + if "ascii" in self.could_be_from_charset: + return "English" + + # doing it there to avoid circular import + from charset_normalizer.cd import encoding_languages, mb_encoding_languages + + languages = ( + mb_encoding_languages(self.encoding) + if is_multi_byte_encoding(self.encoding) + else encoding_languages(self.encoding) + ) + + if len(languages) == 0 or "Latin Based" in languages: + return "Unknown" + + return languages[0] + + return self._languages[0][0] + + @property + def chaos(self) -> float: + return self._mean_mess_ratio + + @property + def coherence(self) -> float: + if not self._languages: + return 0.0 + return self._languages[0][1] + + @property + def percent_chaos(self) -> float: + return round(self.chaos * 100, ndigits=3) + + @property + def percent_coherence(self) -> float: + return round(self.coherence * 100, ndigits=3) + + @property + def raw(self) -> bytes: + """ + Original untouched bytes. + """ + return self._payload + + @property + def submatch(self) -> list[CharsetMatch]: + return self._leaves + + @property + def has_submatch(self) -> bool: + return len(self._leaves) > 0 + + @property + def alphabets(self) -> list[str]: + if self._unicode_ranges is not None: + return self._unicode_ranges + # list detected ranges + detected_ranges: list[str | None] = [unicode_range(char) for char in str(self)] + # filter and sort + self._unicode_ranges = sorted(list({r for r in detected_ranges if r})) + return self._unicode_ranges + + @property + def could_be_from_charset(self) -> list[str]: + """ + The complete list of encoding that output the exact SAME str result and therefore could be the originating + encoding. + This list does include the encoding available in property 'encoding'. + """ + return [self._encoding] + [m.encoding for m in self._leaves] + + def output(self, encoding: str = "utf_8") -> bytes: + """ + Method to get re-encoded bytes payload using given target encoding. Default to UTF-8. + Any errors will be simply ignored by the encoder NOT replaced. + """ + if self._output_encoding is None or self._output_encoding != encoding: + self._output_encoding = encoding + decoded_string = str(self) + if ( + self._preemptive_declaration is not None + and self._preemptive_declaration.lower() + not in ["utf-8", "utf8", "utf_8"] + ): + patched_header = sub( + RE_POSSIBLE_ENCODING_INDICATION, + lambda m: m.string[m.span()[0] : m.span()[1]].replace( + m.groups()[0], + iana_name(self._output_encoding).replace("_", "-"), # type: ignore[arg-type] + ), + decoded_string[:8192], + count=1, + ) + + decoded_string = patched_header + decoded_string[8192:] + + self._output_payload = decoded_string.encode(encoding, "replace") + + return self._output_payload # type: ignore + + @property + def fingerprint(self) -> str: + """ + Retrieve the unique SHA256 computed using the transformed (re-encoded) payload. Not the original one. + """ + return sha256(self.output()).hexdigest() + + +class CharsetMatches: + """ + Container with every CharsetMatch items ordered by default from most probable to the less one. + Act like a list(iterable) but does not implements all related methods. + """ + + def __init__(self, results: list[CharsetMatch] | None = None): + self._results: list[CharsetMatch] = sorted(results) if results else [] + + def __iter__(self) -> Iterator[CharsetMatch]: + yield from self._results + + def __getitem__(self, item: int | str) -> CharsetMatch: + """ + Retrieve a single item either by its position or encoding name (alias may be used here). + Raise KeyError upon invalid index or encoding not present in results. + """ + if isinstance(item, int): + return self._results[item] + if isinstance(item, str): + item = iana_name(item, False) + for result in self._results: + if item in result.could_be_from_charset: + return result + raise KeyError + + def __len__(self) -> int: + return len(self._results) + + def __bool__(self) -> bool: + return len(self._results) > 0 + + def append(self, item: CharsetMatch) -> None: + """ + Insert a single match. Will be inserted accordingly to preserve sort. + Can be inserted as a submatch. + """ + if not isinstance(item, CharsetMatch): + raise ValueError( + "Cannot append instance '{}' to CharsetMatches".format( + str(item.__class__) + ) + ) + # We should disable the submatch factoring when the input file is too heavy (conserve RAM usage) + if len(item.raw) < TOO_BIG_SEQUENCE: + for match in self._results: + if match.fingerprint == item.fingerprint and match.chaos == item.chaos: + match.add_submatch(item) + return + self._results.append(item) + self._results = sorted(self._results) + + def best(self) -> CharsetMatch | None: + """ + Simply return the first match. Strict equivalent to matches[0]. + """ + if not self._results: + return None + return self._results[0] + + def first(self) -> CharsetMatch | None: + """ + Redundant method, call the method best(). Kept for BC reasons. + """ + return self.best() + + +CoherenceMatch = Tuple[str, float] +CoherenceMatches = List[CoherenceMatch] + + +class CliDetectionResult: + def __init__( + self, + path: str, + encoding: str | None, + encoding_aliases: list[str], + alternative_encodings: list[str], + language: str, + alphabets: list[str], + has_sig_or_bom: bool, + chaos: float, + coherence: float, + unicode_path: str | None, + is_preferred: bool, + ): + self.path: str = path + self.unicode_path: str | None = unicode_path + self.encoding: str | None = encoding + self.encoding_aliases: list[str] = encoding_aliases + self.alternative_encodings: list[str] = alternative_encodings + self.language: str = language + self.alphabets: list[str] = alphabets + self.has_sig_or_bom: bool = has_sig_or_bom + self.chaos: float = chaos + self.coherence: float = coherence + self.is_preferred: bool = is_preferred + + @property + def __dict__(self) -> dict[str, Any]: # type: ignore + return { + "path": self.path, + "encoding": self.encoding, + "encoding_aliases": self.encoding_aliases, + "alternative_encodings": self.alternative_encodings, + "language": self.language, + "alphabets": self.alphabets, + "has_sig_or_bom": self.has_sig_or_bom, + "chaos": self.chaos, + "coherence": self.coherence, + "unicode_path": self.unicode_path, + "is_preferred": self.is_preferred, + } + + def to_json(self) -> str: + return dumps(self.__dict__, ensure_ascii=True, indent=4) diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/py.typed b/.venv/lib/python3.12/site-packages/charset_normalizer/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/utils.py b/.venv/lib/python3.12/site-packages/charset_normalizer/utils.py new file mode 100644 index 0000000..6bf0384 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/charset_normalizer/utils.py @@ -0,0 +1,414 @@ +from __future__ import annotations + +import importlib +import logging +import unicodedata +from codecs import IncrementalDecoder +from encodings.aliases import aliases +from functools import lru_cache +from re import findall +from typing import Generator + +from _multibytecodec import ( # type: ignore[import-not-found,import] + MultibyteIncrementalDecoder, +) + +from .constant import ( + ENCODING_MARKS, + IANA_SUPPORTED_SIMILAR, + RE_POSSIBLE_ENCODING_INDICATION, + UNICODE_RANGES_COMBINED, + UNICODE_SECONDARY_RANGE_KEYWORD, + UTF8_MAXIMAL_ALLOCATION, + COMMON_CJK_CHARACTERS, +) + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_accentuated(character: str) -> bool: + try: + description: str = unicodedata.name(character) + except ValueError: # Defensive: unicode database outdated? + return False + return ( + "WITH GRAVE" in description + or "WITH ACUTE" in description + or "WITH CEDILLA" in description + or "WITH DIAERESIS" in description + or "WITH CIRCUMFLEX" in description + or "WITH TILDE" in description + or "WITH MACRON" in description + or "WITH RING ABOVE" in description + ) + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def remove_accent(character: str) -> str: + decomposed: str = unicodedata.decomposition(character) + if not decomposed: + return character + + codes: list[str] = decomposed.split(" ") + + return chr(int(codes[0], 16)) + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def unicode_range(character: str) -> str | None: + """ + Retrieve the Unicode range official name from a single character. + """ + character_ord: int = ord(character) + + for range_name, ord_range in UNICODE_RANGES_COMBINED.items(): + if character_ord in ord_range: + return range_name + + return None + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_latin(character: str) -> bool: + try: + description: str = unicodedata.name(character) + except ValueError: # Defensive: unicode database outdated? + return False + return "LATIN" in description + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_punctuation(character: str) -> bool: + character_category: str = unicodedata.category(character) + + if "P" in character_category: + return True + + character_range: str | None = unicode_range(character) + + if character_range is None: + return False + + return "Punctuation" in character_range + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_symbol(character: str) -> bool: + character_category: str = unicodedata.category(character) + + if "S" in character_category or "N" in character_category: + return True + + character_range: str | None = unicode_range(character) + + if character_range is None: + return False + + return "Forms" in character_range and character_category != "Lo" + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_emoticon(character: str) -> bool: + character_range: str | None = unicode_range(character) + + if character_range is None: + return False + + return "Emoticons" in character_range or "Pictographs" in character_range + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_separator(character: str) -> bool: + if character.isspace() or character in {"|", "+", "<", ">"}: + return True + + character_category: str = unicodedata.category(character) + + return "Z" in character_category or character_category in {"Po", "Pd", "Pc"} + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_case_variable(character: str) -> bool: + return character.islower() != character.isupper() + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_cjk(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: # Defensive: unicode database outdated? + return False + + return "CJK" in character_name + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_hiragana(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: # Defensive: unicode database outdated? + return False + + return "HIRAGANA" in character_name + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_katakana(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: # Defensive: unicode database outdated? + return False + + return "KATAKANA" in character_name + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_hangul(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: # Defensive: unicode database outdated? + return False + + return "HANGUL" in character_name + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_thai(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: # Defensive: unicode database outdated? + return False + + return "THAI" in character_name + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_arabic(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: # Defensive: unicode database outdated? + return False + + return "ARABIC" in character_name + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_arabic_isolated_form(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: # Defensive: unicode database outdated? + return False + + return "ARABIC" in character_name and "ISOLATED FORM" in character_name + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_cjk_uncommon(character: str) -> bool: + return character not in COMMON_CJK_CHARACTERS + + +@lru_cache(maxsize=len(UNICODE_RANGES_COMBINED)) +def is_unicode_range_secondary(range_name: str) -> bool: + return any(keyword in range_name for keyword in UNICODE_SECONDARY_RANGE_KEYWORD) + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_unprintable(character: str) -> bool: + return ( + character.isspace() is False # includes \n \t \r \v + and character.isprintable() is False + and character != "\x1a" # Why? Its the ASCII substitute character. + and character != "\ufeff" # bug discovered in Python, + # Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space. + ) + + +def any_specified_encoding(sequence: bytes, search_zone: int = 8192) -> str | None: + """ + Extract using ASCII-only decoder any specified encoding in the first n-bytes. + """ + if not isinstance(sequence, bytes): + raise TypeError + + seq_len: int = len(sequence) + + results: list[str] = findall( + RE_POSSIBLE_ENCODING_INDICATION, + sequence[: min(seq_len, search_zone)].decode("ascii", errors="ignore"), + ) + + if len(results) == 0: + return None + + for specified_encoding in results: + specified_encoding = specified_encoding.lower().replace("-", "_") + + encoding_alias: str + encoding_iana: str + + for encoding_alias, encoding_iana in aliases.items(): + if encoding_alias == specified_encoding: + return encoding_iana + if encoding_iana == specified_encoding: + return encoding_iana + + return None + + +@lru_cache(maxsize=128) +def is_multi_byte_encoding(name: str) -> bool: + """ + Verify is a specific encoding is a multi byte one based on it IANA name + """ + return name in { + "utf_8", + "utf_8_sig", + "utf_16", + "utf_16_be", + "utf_16_le", + "utf_32", + "utf_32_le", + "utf_32_be", + "utf_7", + } or issubclass( + importlib.import_module(f"encodings.{name}").IncrementalDecoder, + MultibyteIncrementalDecoder, + ) + + +def identify_sig_or_bom(sequence: bytes) -> tuple[str | None, bytes]: + """ + Identify and extract SIG/BOM in given sequence. + """ + + for iana_encoding in ENCODING_MARKS: + marks: bytes | list[bytes] = ENCODING_MARKS[iana_encoding] + + if isinstance(marks, bytes): + marks = [marks] + + for mark in marks: + if sequence.startswith(mark): + return iana_encoding, mark + + return None, b"" + + +def should_strip_sig_or_bom(iana_encoding: str) -> bool: + return iana_encoding not in {"utf_16", "utf_32"} + + +def iana_name(cp_name: str, strict: bool = True) -> str: + """Returns the Python normalized encoding name (Not the IANA official name).""" + cp_name = cp_name.lower().replace("-", "_") + + encoding_alias: str + encoding_iana: str + + for encoding_alias, encoding_iana in aliases.items(): + if cp_name in [encoding_alias, encoding_iana]: + return encoding_iana + + if strict: + raise ValueError(f"Unable to retrieve IANA for '{cp_name}'") + + return cp_name + + +def cp_similarity(iana_name_a: str, iana_name_b: str) -> float: + if is_multi_byte_encoding(iana_name_a) or is_multi_byte_encoding(iana_name_b): + return 0.0 + + decoder_a = importlib.import_module(f"encodings.{iana_name_a}").IncrementalDecoder + decoder_b = importlib.import_module(f"encodings.{iana_name_b}").IncrementalDecoder + + id_a: IncrementalDecoder = decoder_a(errors="ignore") + id_b: IncrementalDecoder = decoder_b(errors="ignore") + + character_match_count: int = 0 + + for i in range(255): + to_be_decoded: bytes = bytes([i]) + if id_a.decode(to_be_decoded) == id_b.decode(to_be_decoded): + character_match_count += 1 + + return character_match_count / 254 + + +def is_cp_similar(iana_name_a: str, iana_name_b: str) -> bool: + """ + Determine if two code page are at least 80% similar. IANA_SUPPORTED_SIMILAR dict was generated using + the function cp_similarity. + """ + return ( + iana_name_a in IANA_SUPPORTED_SIMILAR + and iana_name_b in IANA_SUPPORTED_SIMILAR[iana_name_a] + ) + + +def set_logging_handler( + name: str = "charset_normalizer", + level: int = logging.INFO, + format_string: str = "%(asctime)s | %(levelname)s | %(message)s", +) -> None: + logger = logging.getLogger(name) + logger.setLevel(level) + + handler = logging.StreamHandler() + handler.setFormatter(logging.Formatter(format_string)) + logger.addHandler(handler) + + +def cut_sequence_chunks( + sequences: bytes, + encoding_iana: str, + offsets: range, + chunk_size: int, + bom_or_sig_available: bool, + strip_sig_or_bom: bool, + sig_payload: bytes, + is_multi_byte_decoder: bool, + decoded_payload: str | None = None, +) -> Generator[str, None, None]: + if decoded_payload and is_multi_byte_decoder is False: + for i in offsets: + chunk = decoded_payload[i : i + chunk_size] + if not chunk: + break + yield chunk + else: + for i in offsets: + chunk_end = i + chunk_size + if chunk_end > len(sequences) + 8: + continue + + cut_sequence = sequences[i : i + chunk_size] + + if bom_or_sig_available and strip_sig_or_bom is False: + cut_sequence = sig_payload + cut_sequence + + chunk = cut_sequence.decode( + encoding_iana, + errors="ignore" if is_multi_byte_decoder else "strict", + ) + + # multi-byte bad cutting detector and adjustment + # not the cleanest way to perform that fix but clever enough for now. + if is_multi_byte_decoder and i > 0: + chunk_partial_size_chk: int = min(chunk_size, 16) + + if ( + decoded_payload + and chunk[:chunk_partial_size_chk] not in decoded_payload + ): + for j in range(i, i - 4, -1): + cut_sequence = sequences[j:chunk_end] + + if bom_or_sig_available and strip_sig_or_bom is False: + cut_sequence = sig_payload + cut_sequence + + chunk = cut_sequence.decode(encoding_iana, errors="ignore") + + if chunk[:chunk_partial_size_chk] in decoded_payload: + break + + yield chunk diff --git a/.venv/lib/python3.12/site-packages/charset_normalizer/version.py b/.venv/lib/python3.12/site-packages/charset_normalizer/version.py new file mode 100644 index 0000000..c843e53 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/charset_normalizer/version.py @@ -0,0 +1,8 @@ +""" +Expose version +""" + +from __future__ import annotations + +__version__ = "3.4.4" +VERSION = __version__.split(".") diff --git a/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/INSTALLER b/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/METADATA b/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/METADATA new file mode 100644 index 0000000..2ae001a --- /dev/null +++ b/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/METADATA @@ -0,0 +1,648 @@ +Metadata-Version: 2.4 +Name: cmdforge +Version: 0.1.0 +Summary: Build custom AI-powered CLI commands in YAML +Author: Rob +License: MIT +Project-URL: Homepage, https://cmdforge.brrd.tech +Project-URL: Documentation, https://cmdforge.brrd.tech/docs +Project-URL: Repository, https://gitea.brrd.tech/rob/CmdForge.git +Project-URL: Issues, https://gitea.brrd.tech/rob/CmdForge/issues +Keywords: ai,cli,tools,automation,llm,terminal,unix,pipe +Classifier: Development Status :: 4 - Beta +Classifier: Environment :: Console +Classifier: Intended Audience :: Developers +Classifier: Intended Audience :: System Administrators +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: POSIX :: Linux +Classifier: Operating System :: MacOS +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Topic :: Utilities +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Text Processing +Requires-Python: >=3.10 +Description-Content-Type: text/markdown +Requires-Dist: PyYAML>=6.0 +Requires-Dist: requests>=2.28 +Provides-Extra: tui +Requires-Dist: urwid>=2.1.0; extra == "tui" +Provides-Extra: dev +Requires-Dist: pytest>=7.0; extra == "dev" +Requires-Dist: pytest-cov>=4.0; extra == "dev" +Requires-Dist: urwid>=2.1.0; extra == "dev" +Provides-Extra: registry +Requires-Dist: Flask>=2.3; extra == "registry" +Requires-Dist: argon2-cffi>=21.0; extra == "registry" +Requires-Dist: sentry-sdk[flask]>=1.0; extra == "registry" +Provides-Extra: all +Requires-Dist: urwid>=2.1.0; extra == "all" +Requires-Dist: Flask>=2.3; extra == "all" +Requires-Dist: argon2-cffi>=21.0; extra == "all" +Requires-Dist: sentry-sdk[flask]>=1.0; extra == "all" + +# CmdForge + +**A lightweight personal tool builder for AI-powered CLI commands.** + +Turn any AI model into a Unix-style pipe command. Build once, use forever. + +```bash +# Fix grammar in any file +echo "teh cat sat on teh mat" | fix-grammar +# Output: The cat sat on the mat + +# Explain errors instantly +cat error.log | explain-error + +# Generate commit messages +git diff --staged | commit-msg + +# Extract data as validated JSON +echo "Price $49.99, SKU ABC-123" | json-extract --fields "price, sku" +# Output: {"price": 49.99, "sku": "ABC-123"} +``` + +## Why CmdForge? + +- **Unix Philosophy** - Tools that do one thing well, composable with pipes +- **Provider Agnostic** - Works with Claude, GPT, Gemini, DeepSeek, local models +- **No Lock-in** - Your tools are YAML files, your prompts are yours +- **Multi-step Pipelines** - Chain AI prompts with Python code for validation +- **Meta-tools** - Tools can call other tools for powerful composition +- **12+ Providers Profiled** - We tested them so you don't have to + +## Try It Now (60 seconds) + +See CmdForge in action without installing anything on your system: + +```bash +# Pull the container +docker pull gitea.brrd.tech/rob/cmdforge:latest + +# Run it +docker run -it --rm gitea.brrd.tech/rob/cmdforge bash + +# Inside the container - install OpenCode (includes free AI models) +cmdforge providers install # Select option 4, then 'y' +source ~/.bashrc + +# Try it! This explains the README using the free Big Pickle model +cat README.md | eli5 +``` + +That's it - you just used AI to explain itself. The `eli5` tool uses a free model by default, no sign-up required. + +## Quick Start (Native Install) + +For regular use, install natively: + +```bash +# Clone and install +git clone https://gitea.brrd.tech/rob/CmdForge.git +cd CmdForge +pip install -e . + +# Ensure ~/.local/bin is in PATH +export PATH="$HOME/.local/bin:$PATH" + +# Install an AI provider (interactive guide) +cmdforge providers install + +# Launch the UI +cmdforge ui + +# Or create your first tool +cmdforge create summarize +``` + +## Installation + +### Native Install + +```bash +git clone https://gitea.brrd.tech/rob/CmdForge.git +cd CmdForge +pip install -e . +``` + +### With Development Dependencies + +```bash +git clone https://gitea.brrd.tech/rob/CmdForge.git +cd CmdForge +pip install -e ".[dev]" +``` + +### Requirements + +- Python 3.10+ +- At least one AI CLI tool installed (see [Provider Setup](docs/PROVIDERS.md)) +- Optional: `urwid` for the TUI (`pip install urwid`) + +### Post-Install + +Add to your `~/.bashrc` or `~/.zshrc`: + +```bash +export PATH="$HOME/.local/bin:$PATH" +``` + +Then refresh wrapper scripts: + +```bash +cmdforge refresh +``` + +## Usage + +### UI Mode (Recommended for Beginners) + +```bash +cmdforge ui +``` + +Navigate with arrow keys, Tab, Enter, and mouse. Create tools visually with the built-in prompt editor. + +### CLI Mode + +```bash +cmdforge list # List all tools +cmdforge create mytool # Create new tool +cmdforge edit mytool # Edit in $EDITOR +cmdforge delete mytool # Delete tool +cmdforge run mytool # Run a tool +cmdforge test mytool # Test with mock provider +cmdforge check mytool # Check dependencies (meta-tools) +cmdforge refresh # Update executable wrappers +``` + +### Running Tools + +Once created, tools work like any Unix command: + +```bash +# Direct invocation +mytool -i input.txt -o output.txt + +# Pipe input (most common) +cat file.txt | mytool + +# With arguments +echo "hello" | translate --lang French + +# Preview without calling AI +cat file.txt | mytool --dry-run + +# Test with mock provider +cat file.txt | mytool --provider mock +``` + +### Composing Tools + +CmdForge follows Unix philosophy: each tool does one thing well, and tools chain together for complex workflows. + +```bash +# Chain CmdForge together +cat error.log | log-errors | summarize | translate --lang Spanish + +# Code review pipeline: focus on changes, review, then summarize +git diff | diff-focus | review-code | tldr + +# Extract data, convert format, analyze +cat report.pdf | json-extract --fields "revenue, costs, date" | json2csv | csv-insights + +# Process text through multiple transformations +cat technical_doc.txt | simplify | fix-grammar | tone-shift --tone friendly + +# Generate code, validate it, then explain what it does +echo "parse CSV and calculate averages" | code-validate | explain-code +``` + +**Mix with standard Unix tools:** + +```bash +# Extract emails, deduplicate, count +cat inbox.txt | extract-emails | sort -u | wc -l + +# Find errors in multiple logs, explain them +cat *.log | grep -i error | explain-error + +# Generate changelog for specific author +git log --author="rob" --oneline | changelog > CHANGELOG.md + +# Review only large files in a commit +git diff --stat | awk '$3 > 100 {print $1}' | xargs cat | review-code +``` + +**Build shell functions for common pipelines:** + +```bash +# ~/.bashrc +quick-review() { + git diff "$@" | diff-focus | review-code --focus "bugs and security" | tldr +} + +translate-doc() { + cat "$1" | summarize | translate --lang "$2" +} + +# Usage: quick-review HEAD~3 +# Usage: translate-doc manual.txt French +``` + +## Example Tools + +CmdForge comes with 28 pre-built examples you can install: + +### Text Processing + +| Tool | Description | Example | +|------|-------------|---------| +| `summarize` | Condense documents | `cat article.txt \| summarize` | +| `translate` | Translate text | `echo "Hello" \| translate --lang Spanish` | +| `fix-grammar` | Fix spelling/grammar | `cat draft.txt \| fix-grammar` | +| `simplify` | Rewrite for clarity | `cat legal.txt \| simplify --level "5th grade"` | +| `tone-shift` | Change tone | `cat email.txt \| tone-shift --tone professional` | +| `eli5` | Explain like I'm 5 | `cat quantum.txt \| eli5` | +| `tldr` | One-line summary | `cat readme.txt \| tldr` | +| `expand` | Expand bullet points | `cat notes.txt \| expand` | + +### Developer Tools + +| Tool | Description | Example | +|------|-------------|---------| +| `explain-error` | Explain stack traces | `cat error.log \| explain-error` | +| `explain-code` | Explain what code does | `cat script.py \| explain-code` | +| `review-code` | Quick code review | `cat pr.diff \| review-code --focus security` | +| `gen-tests` | Generate unit tests | `cat module.py \| gen-tests --framework pytest` | +| `docstring` | Add docstrings | `cat functions.py \| docstring` | +| `commit-msg` | Generate commit message | `git diff --staged \| commit-msg` | + +### Data Tools + +| Tool | Description | Example | +|------|-------------|---------| +| `json-extract` | Extract as validated JSON | `cat text.txt \| json-extract --fields "name, email"` | +| `json2csv` | Convert JSON to CSV | `cat data.json \| json2csv` | +| `extract-emails` | Extract email addresses | `cat page.html \| extract-emails` | +| `extract-contacts` | Extract contacts as CSV | `cat notes.txt \| extract-contacts` | +| `sql-from-text` | Natural language to SQL | `echo "get active users" \| sql-from-text` | +| `safe-sql` | SQL with safety checks | `echo "delete old records" \| safe-sql` | +| `parse-log` | Analyze log files | `cat app.log \| parse-log --focus errors` | +| `csv-insights` | Analyze CSV data | `cat sales.csv \| csv-insights --question "trends?"` | + +### Advanced Multi-Step Tools + +| Tool | Description | Pattern | +|------|-------------|---------| +| `log-errors` | Extract & explain errors from huge logs | Code→AI | +| `diff-focus` | Review only added lines | Code→AI | +| `changelog` | Git log to formatted changelog | Code→AI→Code | +| `code-validate` | Generate syntax-checked Python | AI→Code | + +### Install Example Tools + +```bash +# Run the example installer (from the CmdForge directory) +python examples/install.py +cmdforge refresh +``` + +## Providers + +CmdForge works with any AI CLI tool. We've profiled 12 providers: + +| Provider | Speed | Accuracy | Cost | Best For | +|----------|-------|----------|------|----------| +| `opencode-deepseek` | 13s | 4/4 | Cheap | **Best value** - daily use | +| `opencode-pickle` | 13s | 4/4 | FREE | **Best free** - accurate | +| `claude-haiku` | 14s | 4/4 | Paid | Fast + accurate | +| `codex` | 14s | 4/4 | Paid | Reliable | +| `claude-opus` | 18s | 4/4 | $$$ | Highest quality | +| `gemini` | 91s | 3/4 | Paid | Large docs (1M tokens) | + +See [docs/PROVIDERS.md](docs/PROVIDERS.md) for setup instructions. + +## Tool Anatomy + +A tool is a YAML config file in `~/.cmdforge//config.yaml`: + +```yaml +name: summarize +description: Condense documents to key points +category: Text # Optional: Text, Developer, Data, or Other +arguments: + - flag: --length + variable: length + default: "3-5 bullet points" +steps: + - type: prompt + prompt: | + Summarize this text into {length}: + + {input} + provider: opencode-pickle + output_var: response +output: "{response}" +``` + +### Categories + +Tools can be organized into categories for easier navigation in the UI: + +| Category | Description | +|----------|-------------| +| `Text` | Text processing (summarize, translate, grammar) | +| `Developer` | Dev tools (explain-error, gen-tests, commit-msg) | +| `Data` | Data extraction and conversion (json-extract, csv) | +| `Other` | Default for uncategorized tools | + +### Multi-Step Tools + +Chain AI prompts with Python code for powerful workflows: + +```yaml +name: json-extract +description: Extract data as validated JSON +steps: + # Step 1: AI extracts data + - type: prompt + prompt: "Extract {fields} as JSON from: {input}" + provider: opencode-deepseek + output_var: raw_json + + # Step 2: Code validates JSON + - type: code + code: | + import json + try: + parsed = json.loads(raw_json) + validated = json.dumps(parsed, indent=2) + except: + validated = "ERROR: Invalid JSON" + output_var: validated +output: "{validated}" +``` + +### Meta-Tools (Tools Calling Tools) + +Tools can call other tools as steps, enabling powerful composition: + +```yaml +name: summarize-and-translate +description: Summarize text then translate the summary +dependencies: + - official/summarize + - official/translate +steps: + - type: tool + tool: official/summarize + input: "{input}" + args: + max_words: "100" + output_var: summary + + - type: tool + tool: official/translate + input: "{summary}" + args: + target_language: "{language}" + output_var: translated +output: "{translated}" +``` + +Check dependencies before running: `cmdforge check my-meta-tool` + +See [docs/META_TOOLS.md](docs/META_TOOLS.md) for full documentation. + +### Variables + +| Variable | Description | +|----------|-------------| +| `{input}` | The piped/file input | +| `{argname}` | Custom argument value | +| `{output_var}` | Output from previous step (prompt, code, or tool) | + +## Shell Integration + +### Git Hooks + +```bash +# .git/hooks/prepare-commit-msg +#!/bin/bash +git diff --cached | commit-msg > "$1" +``` + +### Aliases + +```bash +# ~/.bashrc +alias gc='git diff --staged | commit-msg' +alias wtf='explain-error' +alias fixme='fix-grammar' +``` + +### Vim Integration + +```vim +" Fix grammar in selection +vnoremap fg :!fix-grammar + +" Explain selected code +vnoremap ec :!explain-code +``` + +## UI Navigation + +| Action | Keys | +|--------|------| +| Cycle sections | `Tab` | +| Go back | `Escape` | +| Select | `Enter` or click | +| Navigate | Arrow keys | +| **Scroll content** | Mouse wheel | +| **Scroll up** | Click top of scrollbar | +| **Scroll down** | Click bottom of scrollbar | +| **Page up/down** | Click middle of scrollbar | +| **Select text** | `Shift` + mouse drag | +| **Copy** | Terminal native (with Shift) | +| **Paste** | `Ctrl+Shift+V` | +| **Undo** (code editor) | `Alt+U` | +| **Redo** (code editor) | `Alt+R` | + +**Tips:** +- Hold `Shift` while using mouse for terminal-native text selection. +- Code/Prompt editors have DOS-style scrollbars with `▲` and `▼` arrow buttons. +- In step dialogs, use `Tab` to cycle between File, Editor, and Output fields. +- The code editor supports undo/redo (up to 50 states) with `Alt+U` and `Alt+R`. +- Use the `$EDITOR` button to open code or prompts in your external editor. + +## AI-Assisted Code Generation + +When adding or editing a **Code Step**, the dialog includes an AI assist panel: + +``` +┌─ Code ─────────────┐ ┌─ AI Assisted Auto-adjust ─────────────┐ +│ result = input... │ │ Provider: [opencode-deepseek] [▼] │ +│ │ │ ┌─ Prompt ──────────────────────────┐ │ +│ │ │ │ Modify this code to... │ │ +│ │ │ │ {code} │ │ +│ │ │ └──────────────────────────────────┘ │ +│ │ │ ┌─ Output & Feedback ───────────────┐ │ +│ │ │ │ ✓ Code updated successfully! │ │ +│ │ │ └──────────────────────────────────┘ │ +│ │ │ < Auto-adjust > │ +└────────────────────┘ └───────────────────────────────────────┘ +``` + +- **Provider**: Select any configured AI provider +- **Prompt**: Fully editable template - use `{code}` placeholder for current code +- **Output**: Shows status, success/error messages, and provider feedback +- **Auto-adjust**: Sends prompt to AI and replaces code with response + +This lets you generate or modify Python code using AI directly within the tool builder. + +## Philosophy + +CmdForge is built on **Unix philosophy**: + +1. **Do one thing well** - Each tool solves one problem. `summarize` summarizes. `translate` translates. No bloated mega-tools. + +2. **Compose freely** - Tools read stdin, write stdout. Chain them: `cat doc.txt | summarize | translate --lang French` + +3. **Text is the interface** - No proprietary formats. Pipe text in, get text out. Works with `grep`, `awk`, `sed`, and every other Unix tool. + +4. **You own everything** - Tools are YAML files. Prompts are plain text. No vendor lock-in, no cloud dependency for your tool definitions. + +5. **Swap parts freely** - Change AI providers per-tool or per-run. Today's best model might not be tomorrow's. + +## Contributing + +```bash +git clone https://gitea.brrd.tech/rob/cmdforge.git +cd cmdforge +pip install -e ".[dev]" +pytest +``` + +## Support + +If CmdForge saves you time, consider supporting the project: + +**Bitcoin:** `3KeLqGv2Xo8jGYkqA1i68a6nXwgQnuJoza` + +**Questions?** robdickson444@hotmail.com + +## License + +MIT - Use it, modify it, share it. + +## Docker + +### Pre-built Container (Fastest) + +Pull and run the pre-built image directly: + +```bash +# Pull from registry +docker pull gitea.brrd.tech/rob/cmdforge:latest + +# Run CmdForge +docker run -it --rm gitea.brrd.tech/rob/cmdforge cmdforge --help + +# List available tools +docker run -it --rm gitea.brrd.tech/rob/cmdforge cmdforge list + +# Interactive shell +docker run -it --rm gitea.brrd.tech/rob/cmdforge bash +``` + +### Build from Source + +Alternatively, build the container yourself: + +```bash +# Clone the repo +git clone https://gitea.brrd.tech/rob/CmdForge.git +cd CmdForge + +# Build the container +docker-compose build + +# Run tests +docker-compose run --rm test + +# Use the CLI +docker-compose run --rm cli cmdforge list + +# Interactive shell +docker-compose run --rm shell +``` + +### Installing AI Providers in Docker + +AI providers require browser-based authentication. You need display access for the browser to open. + +**Using the pre-built container:** + +```bash +# Allow Docker to access your display (Linux) +xhost +local:docker + +# Run with display access and persistent storage +docker run -it --rm \ + -e DISPLAY=$DISPLAY \ + -v /tmp/.X11-unix:/tmp/.X11-unix \ + -v cmdforge-data:/root/.cmdforge \ + --network host \ + gitea.brrd.tech/rob/cmdforge bash + +# Inside the container: +cmdforge providers install +``` + +**Using docker-compose (build from source):** + +```bash +xhost +local:docker +docker-compose run --rm setup + +# Inside the container: +cmdforge providers install +``` + +**After installing a provider:** + +```bash +# Test the provider works +cmdforge providers test claude +``` + +**Available Providers:** +| # | Provider | Cost | Notes | +|---|----------|------|-------| +| 1 | Claude | Pay-per-use | Anthropic account | +| 2 | Codex | Pay-per-use | OpenAI account | +| 3 | Gemini | Free tier | Google account | +| 4 | OpenCode | Free tier | Multiple models | +| 5 | Ollama | FREE | Local, no internet | + +## Links + +### User Documentation +- [Installation Guide](docs/INSTALL.md) +- [Provider Setup](docs/PROVIDERS.md) +- [Example Tools](docs/EXAMPLES.md) +- [User Wiki](wiki/Home.md) + +### Developer Documentation +- [Project Overview](docs/PROJECT.md) - Start here to understand the codebase +- [Design Document](docs/DESIGN.md) +- [Meta-Tools Design](docs/META_TOOLS.md) - Tools that call other tools +- [Registry API Design](docs/REGISTRY.md) +- [Web UI Design](docs/WEB_UI.md) +- [Deployment Guide](docs/DEPLOYMENT.md) +- [Architecture Diagrams](docs/diagrams/) diff --git a/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/RECORD b/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/RECORD new file mode 100644 index 0000000..af57b83 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/RECORD @@ -0,0 +1,10 @@ +../../../bin/cmdforge,sha256=zVyz-aDYQ9gloMa6TbUa3PV2WCsHhLN9oW7EwQmriZk,247 +__editable__.cmdforge-0.1.0.pth,sha256=qVL2FDoDtUaD1MQpiPnKcuvyKFmnxW_WRuNr5HUwS-8,39 +cmdforge-0.1.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +cmdforge-0.1.0.dist-info/METADATA,sha256=ZNvatpmx0i1OEWyctth6TdY2h5vyPoSoJw6t3MNJjA4,18953 +cmdforge-0.1.0.dist-info/RECORD,, +cmdforge-0.1.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +cmdforge-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91 +cmdforge-0.1.0.dist-info/direct_url.json,sha256=k_by88fU8lllKHhUPnpwA4P_W7yE6G9wOI3caDX6pw4,84 +cmdforge-0.1.0.dist-info/entry_points.txt,sha256=3RbFaPMqEyj8DDqssZ6yLownnChWZXPRCWzuFNbDtgQ,47 +cmdforge-0.1.0.dist-info/top_level.txt,sha256=3aP_yw9bnMZ7XHaBDimmi5q4Xu4SYHSh0AlSS57GvEM,9 diff --git a/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/REQUESTED b/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/WHEEL b/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/WHEEL new file mode 100644 index 0000000..e7fa31b --- /dev/null +++ b/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (80.9.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/direct_url.json b/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/direct_url.json new file mode 100644 index 0000000..d3d0c11 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/direct_url.json @@ -0,0 +1 @@ +{"dir_info": {"editable": true}, "url": "file:///home/rob/PycharmProjects/CmdForge"} \ No newline at end of file diff --git a/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/entry_points.txt b/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/entry_points.txt new file mode 100644 index 0000000..27eed1a --- /dev/null +++ b/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/entry_points.txt @@ -0,0 +1,2 @@ +[console_scripts] +cmdforge = cmdforge.cli:main diff --git a/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/top_level.txt b/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/top_level.txt new file mode 100644 index 0000000..4d8f31f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/cmdforge-0.1.0.dist-info/top_level.txt @@ -0,0 +1 @@ +cmdforge diff --git a/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/INSTALLER b/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/METADATA b/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/METADATA new file mode 100644 index 0000000..a7f250f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/METADATA @@ -0,0 +1,200 @@ +Metadata-Version: 2.4 +Name: coverage +Version: 7.13.1 +Summary: Code coverage measurement for Python +Home-page: https://github.com/coveragepy/coveragepy +Author: Ned Batchelder and 248 others +Author-email: ned@nedbatchelder.com +License: Apache-2.0 +Project-URL: Documentation, https://coverage.readthedocs.io/en/7.13.1 +Project-URL: Funding, https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=pypi +Project-URL: Issues, https://github.com/coveragepy/coveragepy/issues +Project-URL: Mastodon, https://hachyderm.io/@coveragepy +Project-URL: Mastodon (nedbat), https://hachyderm.io/@nedbat +Keywords: code coverage testing +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Console +Classifier: Intended Audience :: Developers +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +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 :: 3.14 +Classifier: Programming Language :: Python :: 3.15 +Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Software Development :: Quality Assurance +Classifier: Topic :: Software Development :: Testing +Requires-Python: >=3.10 +Description-Content-Type: text/x-rst +License-File: LICENSE.txt +Provides-Extra: toml +Requires-Dist: tomli; python_full_version <= "3.11.0a6" and extra == "toml" +Dynamic: author +Dynamic: author-email +Dynamic: classifier +Dynamic: description +Dynamic: description-content-type +Dynamic: home-page +Dynamic: keywords +Dynamic: license +Dynamic: license-file +Dynamic: project-url +Dynamic: provides-extra +Dynamic: requires-python +Dynamic: summary + +.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +.. For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +=========== +Coverage.py +=========== + +Code coverage measurement for Python. + +.. image:: https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg + :target: https://vshymanskyy.github.io/StandWithUkraine + :alt: Stand with Ukraine + +------------- + +| |kit| |license| |versions| +| |test-status| |quality-status| |docs| |metacov| +| |tidelift| |sponsor| |stars| |mastodon-coveragepy| |mastodon-nedbat| + |bluesky-nedbat| + +Coverage.py measures code coverage, typically during test execution. It uses +the code analysis tools and tracing hooks provided in the Python standard +library to determine which lines are executable, and which have been executed. + +Coverage.py runs on these versions of Python: + +.. PYVERSIONS + +* Python 3.10 through 3.15 alpha, including free-threading. +* PyPy3 versions 3.10 and 3.11. + +Documentation is on `Read the Docs`_. Code repository and issue tracker are on +`GitHub`_. + +.. _Read the Docs: https://coverage.readthedocs.io/en/7.13.1/ +.. _GitHub: https://github.com/coveragepy/coveragepy + + +For Enterprise +-------------- + +.. |tideliftlogo| image:: https://nedbatchelder.com/pix/Tidelift_Logo_small.png + :alt: Tidelift + :target: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme + +.. list-table:: + :widths: 10 100 + + * - |tideliftlogo| + - `Available as part of the Tidelift Subscription. `_ + Coverage and thousands of other packages are working with + Tidelift to deliver one enterprise subscription that covers all of the open + source you use. If you want the flexibility of open source and the confidence + of commercial-grade software, this is for you. + `Learn more. `_ + + +Getting Started +--------------- + +Looking to run ``coverage`` on your test suite? See the `Quick Start section`_ +of the docs. + +.. _Quick Start section: https://coverage.readthedocs.io/en/7.13.1/#quick-start + + +Change history +-------------- + +The complete history of changes is on the `change history page`_. + +.. _change history page: https://coverage.readthedocs.io/en/7.13.1/changes.html + + +Code of Conduct +--------------- + +Everyone participating in the coverage.py project is expected to treat other +people with respect and to follow the guidelines articulated in the `Python +Community Code of Conduct`_. + +.. _Python Community Code of Conduct: https://www.python.org/psf/codeofconduct/ + + +Contributing +------------ + +Found a bug? Want to help improve the code or documentation? See the +`Contributing section`_ of the docs. + +.. _Contributing section: https://coverage.readthedocs.io/en/7.13.1/contributing.html + + +Security +-------- + +To report a security vulnerability, please use the `Tidelift security +contact`_. Tidelift will coordinate the fix and disclosure. + +.. _Tidelift security contact: https://tidelift.com/security + + +License +------- + +Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_. + +.. _Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 +.. _NOTICE.txt: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + + +.. |test-status| image:: https://github.com/coveragepy/coveragepy/actions/workflows/testsuite.yml/badge.svg?branch=main&event=push + :target: https://github.com/coveragepy/coveragepy/actions/workflows/testsuite.yml + :alt: Test suite status +.. |quality-status| image:: https://github.com/coveragepy/coveragepy/actions/workflows/quality.yml/badge.svg?branch=main&event=push + :target: https://github.com/coveragepy/coveragepy/actions/workflows/quality.yml + :alt: Quality check status +.. |docs| image:: https://readthedocs.org/projects/coverage/badge/?version=latest&style=flat + :target: https://coverage.readthedocs.io/en/7.13.1/ + :alt: Documentation +.. |kit| image:: https://img.shields.io/pypi/v/coverage + :target: https://pypi.org/project/coverage/ + :alt: PyPI status +.. |versions| image:: https://img.shields.io/pypi/pyversions/coverage.svg?logo=python&logoColor=FBE072 + :target: https://pypi.org/project/coverage/ + :alt: Python versions supported +.. |license| image:: https://img.shields.io/pypi/l/coverage.svg + :target: https://github.com/coveragepy/coveragepy/blob/main/LICENSE.txt + :alt: License +.. |metacov| image:: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/nedbat/8c6980f77988a327348f9b02bbaf67f5/raw/metacov.json + :target: https://coveragepy.github.io/metacov-reports/latest.html + :alt: Coverage reports +.. |tidelift| image:: https://tidelift.com/badges/package/pypi/coverage + :target: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme + :alt: Tidelift +.. |stars| image:: https://img.shields.io/github/stars/coveragepy/coveragepy.svg?logo=github&style=flat + :target: https://github.com/coveragepy/coveragepy/stargazers + :alt: GitHub stars +.. |mastodon-nedbat| image:: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&label=@nedbat&query=followers_count&url=https%3A%2F%2Fhachyderm.io%2Fapi%2Fv1%2Faccounts%2Flookup%3Facct=nedbat + :target: https://hachyderm.io/@nedbat + :alt: nedbat on Mastodon +.. |mastodon-coveragepy| image:: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&label=@coveragepy&query=followers_count&url=https%3A%2F%2Fhachyderm.io%2Fapi%2Fv1%2Faccounts%2Flookup%3Facct=coveragepy + :target: https://hachyderm.io/@coveragepy + :alt: coveragepy on Mastodon +.. |bluesky-nedbat| image:: https://img.shields.io/badge/dynamic/json?style=flat&color=96a3b0&labelColor=3686f7&logo=icloud&logoColor=white&label=@nedbat&url=https%3A%2F%2Fpublic.api.bsky.app%2Fxrpc%2Fapp.bsky.actor.getProfile%3Factor=nedbat.com&query=followersCount + :target: https://bsky.app/profile/nedbat.com + :alt: nedbat on Bluesky +.. |sponsor| image:: https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-brightgreen?style=flat&logo=GitHub + :target: https://github.com/sponsors/nedbat + :alt: Sponsor me on GitHub diff --git a/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/RECORD b/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/RECORD new file mode 100644 index 0000000..883c2b7 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/RECORD @@ -0,0 +1,109 @@ +../../../bin/coverage,sha256=-wNBD1a_l8UW36GtQWsTlHA0eDD4MTpHqusN-L_12G0,251 +../../../bin/coverage-3.12,sha256=2MOFFGhmTGZ-kxSDF66GLgRqoZ-DPL3ZbXBj_bg6Tho,273 +../../../bin/coverage3,sha256=2MOFFGhmTGZ-kxSDF66GLgRqoZ-DPL3ZbXBj_bg6Tho,273 +a1_coverage.pth,sha256=7y7QbRmGfsZpwJqAQGBmapzV44OvCp0Rqi3nm3fUSOg,205 +coverage-7.13.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +coverage-7.13.1.dist-info/METADATA,sha256=u45O75Ts1JqJbZQ5R5pEtc-HWJwVJOdjXE-QMXBrlrI,8511 +coverage-7.13.1.dist-info/RECORD,, +coverage-7.13.1.dist-info/WHEEL,sha256=mX4U4odf6w47aVjwZUmTYd1MF9BbrhVLKlaWSvZwHEk,186 +coverage-7.13.1.dist-info/entry_points.txt,sha256=a2tv28FJDPhh6CIBspZxfyVD219P_kEH1HbYeXsAt7c,145 +coverage-7.13.1.dist-info/licenses/LICENSE.txt,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174 +coverage-7.13.1.dist-info/top_level.txt,sha256=BjhyiIvusb5OJkqCXjRncTF3soKF-mDOby-hxkWwwv0,9 +coverage/__init__.py,sha256=GMQuJPp0y2RmmQyvjbZPElOWk29-ypSJaqQEiVNgqq4,1045 +coverage/__main__.py,sha256=rAq5mnzJvTfjnZxufsY-YoKZkHM81vdhkUsAmOU4wt8,297 +coverage/__pycache__/__init__.cpython-312.pyc,, +coverage/__pycache__/__main__.cpython-312.pyc,, +coverage/__pycache__/annotate.cpython-312.pyc,, +coverage/__pycache__/bytecode.cpython-312.pyc,, +coverage/__pycache__/cmdline.cpython-312.pyc,, +coverage/__pycache__/collector.cpython-312.pyc,, +coverage/__pycache__/config.cpython-312.pyc,, +coverage/__pycache__/context.cpython-312.pyc,, +coverage/__pycache__/control.cpython-312.pyc,, +coverage/__pycache__/core.cpython-312.pyc,, +coverage/__pycache__/data.cpython-312.pyc,, +coverage/__pycache__/debug.cpython-312.pyc,, +coverage/__pycache__/disposition.cpython-312.pyc,, +coverage/__pycache__/env.cpython-312.pyc,, +coverage/__pycache__/exceptions.cpython-312.pyc,, +coverage/__pycache__/execfile.cpython-312.pyc,, +coverage/__pycache__/files.cpython-312.pyc,, +coverage/__pycache__/html.cpython-312.pyc,, +coverage/__pycache__/inorout.cpython-312.pyc,, +coverage/__pycache__/jsonreport.cpython-312.pyc,, +coverage/__pycache__/lcovreport.cpython-312.pyc,, +coverage/__pycache__/misc.cpython-312.pyc,, +coverage/__pycache__/multiproc.cpython-312.pyc,, +coverage/__pycache__/numbits.cpython-312.pyc,, +coverage/__pycache__/parser.cpython-312.pyc,, +coverage/__pycache__/patch.cpython-312.pyc,, +coverage/__pycache__/phystokens.cpython-312.pyc,, +coverage/__pycache__/plugin.cpython-312.pyc,, +coverage/__pycache__/plugin_support.cpython-312.pyc,, +coverage/__pycache__/pth_file.cpython-312.pyc,, +coverage/__pycache__/python.cpython-312.pyc,, +coverage/__pycache__/pytracer.cpython-312.pyc,, +coverage/__pycache__/regions.cpython-312.pyc,, +coverage/__pycache__/report.cpython-312.pyc,, +coverage/__pycache__/report_core.cpython-312.pyc,, +coverage/__pycache__/results.cpython-312.pyc,, +coverage/__pycache__/sqldata.cpython-312.pyc,, +coverage/__pycache__/sqlitedb.cpython-312.pyc,, +coverage/__pycache__/sysmon.cpython-312.pyc,, +coverage/__pycache__/templite.cpython-312.pyc,, +coverage/__pycache__/tomlconfig.cpython-312.pyc,, +coverage/__pycache__/types.cpython-312.pyc,, +coverage/__pycache__/version.cpython-312.pyc,, +coverage/__pycache__/xmlreport.cpython-312.pyc,, +coverage/annotate.py,sha256=pwaZmkb-Lmcsb4iXuK0AlIpPv8FmgSLekB-Kct_KsEs,3699 +coverage/bytecode.py,sha256=ma10pM95-t3RPsRI4ZhhsvofoH7pfuQYSCZZiqfkf4k,6693 +coverage/cmdline.py,sha256=mq7qHtODG4WeDYfJCSJYsCImmqBQfaG852Krfk2fHXc,38128 +coverage/collector.py,sha256=6eTRllHErPUZ9zmW9zwZC5uvoJQYZ1FlCsrwUgaebZk,18558 +coverage/config.py,sha256=cQ8V7njERglnVlnqWimRWvNgYNWbHDeTxyoDX02drbk,26007 +coverage/context.py,sha256=Ef1NlMuuD5g2Z3vJhK9fr6yg_NxOYTJmGTACRLU1uno,2434 +coverage/control.py,sha256=-lhGj9zzzoEMsj8ARjs4I_7NS2l0z_3pRiAukRUFyc8,55739 +coverage/core.py,sha256=wQG--Xm1Hvyt_jYO7VgfP-CT2vE1o4zIbFI2CtfTsXw,5404 +coverage/data.py,sha256=UrIbV1It27S84qibai7egXUmrmduQIBfp_j0i3MxAZY,8827 +coverage/debug.py,sha256=shj-2wh50aGkt0YN1DAaOUo1Gc5Av8kug-dPo_fNl9M,21753 +coverage/disposition.py,sha256=T6p5yH1b6dnnsXq7YI9nbP8UAqFk6V9PyFOivkV5Qr8,1897 +coverage/env.py,sha256=_0HqQJiQIeY44ziVwiMohYIaox0btbc2fLoJMnSt1RI,4972 +coverage/exceptions.py,sha256=VD6utQATQ5GRIAK0SPJyOlL2och54qRfVD9vlt9EElA,1640 +coverage/execfile.py,sha256=IL3TzwhAxiMLs6QwUvF-HK-A2Scjgh8GjkpOKhcWFtY,11993 +coverage/files.py,sha256=3rpBD9OqG4Nom6I0H-ueFqYIxnXNmtJHYHZwHKr2E7s,19516 +coverage/html.py,sha256=pKgxowOlcegx-vOPUIypaWJQKmJGNl6JmLpawNlmr_8,31509 +coverage/htmlfiles/coverage_html.js,sha256=c3j5ad-4xXqf3u_aBPpiNhoHYn2mTYsKmercXP2XW3M,25450 +coverage/htmlfiles/favicon_32.png,sha256=vIEA-odDwRvSQ-syWfSwEnWGUWEv2b-Tv4tzTRfwJWE,1732 +coverage/htmlfiles/index.html,sha256=8_Resfvt6vgAJs82-dF5gtKCjkPp8by8PMff4eWmMkU,8702 +coverage/htmlfiles/keybd_closed.png,sha256=fZv4rmY3DkNJtPQjrFJ5UBOE5DdNof3mdeCZWC7TOoo,9004 +coverage/htmlfiles/pyfile.html,sha256=iBCg74uV_XEcCTP2F02daNZYlIuzzh0vhsZi35zkpGU,6508 +coverage/htmlfiles/style.css,sha256=osr6tQDYrIn-y6PU3z89rncqxP_ijH5Bzmx6SYpDKVI,16104 +coverage/htmlfiles/style.scss,sha256=PrggL6jPrWjsNO067sQH6XpIgUmXCcFRCNIwdl50BCw,21409 +coverage/inorout.py,sha256=DP4g_0QiT7O3Np5oK7kqUXu5E0bBbhpq_JuFQh1SdVU,23483 +coverage/jsonreport.py,sha256=WMXzJs14UCayISPrmThcrUTQJq_2S9ltwIQKG68m3qI,7493 +coverage/lcovreport.py,sha256=lGpJ1x_bBk9jG2TxoFpfANY0oJCFxSBz6pqd0FiLMHY,7822 +coverage/misc.py,sha256=v3-2WWQrepKmFRrc-ImJyabeNbtIPSksgTfpeMyXryQ,11613 +coverage/multiproc.py,sha256=Y1AeYjch8pD4Zb5HjoW51IVz5yeLDY5-ipIOOk-Adyk,4175 +coverage/numbits.py,sha256=4B171qTbHyZ0WDnYGjGo456_PC2jDZSe22F9KCrmZ4Q,4673 +coverage/parser.py,sha256=58uy6mAQLkPiuB_arOqS7pKot0tv9RAa9uZUbblUy-c,46313 +coverage/patch.py,sha256=j_LjSxvfSZrt1hns2iWQodKoK1lwaGdA_MTd_FSIar8,4149 +coverage/phystokens.py,sha256=Z7chMvCxuYMu2Wj9Oc1vlO8dV1OOqZXWfzALsWfEC7s,7450 +coverage/plugin.py,sha256=4fF3Bq9JVZIIxPUI-DCUGUqeGNzvYldJnqMvP6JlsKY,21509 +coverage/plugin_support.py,sha256=4w3OU909yuXjq1tqLAZ8NttCdo3Auqi-bhZD6cGo3T0,10444 +coverage/pth_file.py,sha256=855A1TBQhQLQyMFngt_yJCOf2m5UGilNtod_qUhwzB0,525 +coverage/py.typed,sha256=_B1ZXy5hKJZ2Zo3jWSXjqy1SO3rnLdZsUULnKGTplfc,72 +coverage/python.py,sha256=X6-ypbCYnJoihsSj1M5thX_kFRyHjN37ajOHQWo5F1E,8753 +coverage/pytracer.py,sha256=1U0Xot-7TVsSe62h33ExLUW35_8WKbXA2LmdJjc3UKU,15349 +coverage/regions.py,sha256=hIf6Hly1Zsfl4hPA2FQgDtDT6Lcv0fLlFCXmc94WOlY,4500 +coverage/report.py,sha256=2DSYhd2KI2XklWRlBOMOPSuMczOVitRpTyFyU9G40Xk,10802 +coverage/report_core.py,sha256=yZi3IfUSvkTr9-k7RGyNkDN3hlfd6p0_7G5Bjx7_Spg,3997 +coverage/results.py,sha256=Ro_QNMRW0CoUnFnNsTfvb35g-klGxmyrKbAIykj-M4E,17255 +coverage/sqldata.py,sha256=3dowlj5kGIZO8unwfKyG48kE-4aPnn_NPPcl6cof1Bc,47827 +coverage/sqlitedb.py,sha256=rcv-iX5bb7h_VfMnmDvbJx8UZCrDvm1uzLzKerKFFjE,9327 +coverage/sysmon.py,sha256=jP9V614r5Pagm21siH7Tm7lK3gYyQv7BsNg3OFswnTw,19545 +coverage/templite.py,sha256=t8G9PGY3uSXpkjVVjqO_NFpv0LRM2J6BEJah8TVZG34,11334 +coverage/tomlconfig.py,sha256=CeL-Qu6ptVmi7mLtaAtkD8mcC9LGRFz17G7hxhvyPA4,7616 +coverage/tracer.cpython-312-x86_64-linux-gnu.so,sha256=_LIwtv-DoFEy868e65OF_KCbXE9xJQXFSBuka6dzz5A,129792 +coverage/tracer.pyi,sha256=53ZiaWNz6q6qWiEZWFMHeLLkbg6-4oBAzNJ2i1-hA-g,1207 +coverage/types.py,sha256=jm6-PrFjbq8UdjneX6tW9KHroXSh_McYiH1Y-OwgNjE,5783 +coverage/version.py,sha256=SYZdjEf6jjxGi8WLxWu8ys_SVuzVEw1R_B7PCXnmoJ8,1094 +coverage/xmlreport.py,sha256=yvlv6SXiFvpib2rYOQ7r793DesQCrh6DaPj-OkG_fpY,9819 diff --git a/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/WHEEL b/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/WHEEL new file mode 100644 index 0000000..9921a02 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/WHEEL @@ -0,0 +1,7 @@ +Wheel-Version: 1.0 +Generator: setuptools (80.9.0) +Root-Is-Purelib: false +Tag: cp312-cp312-manylinux_2_5_x86_64 +Tag: cp312-cp312-manylinux1_x86_64 +Tag: cp312-cp312-manylinux_2_28_x86_64 + diff --git a/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/entry_points.txt b/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/entry_points.txt new file mode 100644 index 0000000..26d0024 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/entry_points.txt @@ -0,0 +1,4 @@ +[console_scripts] +coverage = coverage.cmdline:main +coverage-3.12 = coverage.cmdline:main_deprecated +coverage3 = coverage.cmdline:main_deprecated diff --git a/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/licenses/LICENSE.txt b/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/licenses/LICENSE.txt new file mode 100644 index 0000000..f433b1a --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/licenses/LICENSE.txt @@ -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/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/top_level.txt b/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/top_level.txt new file mode 100644 index 0000000..4ebc8ae --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage-7.13.1.dist-info/top_level.txt @@ -0,0 +1 @@ +coverage diff --git a/.venv/lib/python3.12/site-packages/coverage/__init__.py b/.venv/lib/python3.12/site-packages/coverage/__init__.py new file mode 100644 index 0000000..5441133 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/__init__.py @@ -0,0 +1,38 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +""" +Code coverage measurement for Python. + +Ned Batchelder +https://coverage.readthedocs.io + +""" + +from __future__ import annotations + +# mypy's convention is that "import as" names are public from the module. +# We import names as themselves to indicate that. Pylint sees it as pointless, +# so disable its warning. +# pylint: disable=useless-import-alias + +from coverage.version import ( + __version__ as __version__, + version_info as version_info, +) + +from coverage.control import ( + Coverage as Coverage, + process_startup as process_startup, +) +from coverage.data import CoverageData as CoverageData +from coverage.exceptions import CoverageException as CoverageException +from coverage.plugin import ( + CodeRegion as CodeRegion, + CoveragePlugin as CoveragePlugin, + FileReporter as FileReporter, + FileTracer as FileTracer, +) + +# Backward compatibility. +coverage = Coverage diff --git a/.venv/lib/python3.12/site-packages/coverage/__main__.py b/.venv/lib/python3.12/site-packages/coverage/__main__.py new file mode 100644 index 0000000..d9d42b9 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/__main__.py @@ -0,0 +1,12 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Coverage.py's main entry point.""" + +from __future__ import annotations + +import sys + +from coverage.cmdline import main + +sys.exit(main()) diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1b913185c81dbc3c5c57053862273f325954a997 GIT binary patch literal 765 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/bytecode.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/bytecode.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..96cbc68a0f49b69abecbcb89166f5eb9839000aa GIT binary patch literal 7825 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 HYSRA!9>#7r literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/cmdline.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/cmdline.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3aa82fac5f5e32244d093ec7533614ea33e93c99 GIT binary patch literal 40084 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

U|YoXc3ov@i-iAE}p<4M=X$J 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/context.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/context.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b10319588bc766f581e925ed13642775bf42f7e7 GIT binary patch literal 3092 zcmaJ@-ESMm5#Qt8@kmkPiIN=0svNKA#0X>g7{{>#w?Z1!j?<=q5R?Yes0dD{yQN6_ zK9t>~QVNtz1OXxf1=KtgR$vrmpX$Ib{yz#7lvP0NAq5Q7e#k=srD}n~Pn}(U*pcZj z!M)kN*`3*$-~9IeJT^9hp#8J-QTekZLjT}{ev5Sl>F}2z+(HgoM2_UdT*-?q#w0Gw zuIwp`ijWmo_2P?hA*-(DB^DDBO7?!vh!g)@Sxh=9M}y}GJQMIt)snf<_3Tv=66%$G zg6+T$$*)6(ivfkf8llz-F;;8ea#wOvl(Kw32(7Rj_zZ@L0{Ns$e4BuryhbgLT(7P2 z!LjRwQc!iBLTJ(ON_W$1zAbf6BzhTo_)CZHfba#JuZfsclfr>c6W#5}PVC032vN0( z9Qg!j7m%ZFp`zp{pO0=xb*X@IaVrMlxf7S%I4oHq4y_y9SdkwbTcGHRZ7jM{ z^@tzB*uj*9RqAt>LJCgdFu+wNw8Ij?KKZmCbL?8n#O-TTlI6@mz4ArIj0BakudaNP+CS8x&P-6w8pqiA6t zE5Hb%J3vtnG=tzUW8rI*QzBL1B1-hZ6r~{BW=}iHJcBjHeFPLX9)FZC1s=)MU^)Lm z%`REg`+x=&Vuvh$#dEF&bcN)NHR7-3-STpNwHB5F|AKM;jXX!jxmC-)0aeTL{rUw# zR5jFbG{r<+nv54_-}_M%!qea}n}hDZ4fNo}+`o{VJiYbP zzfEUb7jNgce%{ficl9%!XlhuTOxHM6IkY-R3i z*^Z7|nO*&KJ8}9yN?e^f7)PVHt(>A6SoJ;V$S?ta>5zhO3)N8to=01yN7hfzb84#a z10HFPbhk%rOsxZ<3vx?^T3_u67z?N-=altVf5xB=p?11V!;6noiG_g&Li4o&NBlTa z_)MhHs(&4X1wdiE2uXEFq}hS#15ZT|WJo;+Wht8cq-wc**5t$p9f%Nek(p_5M}!>r zLY^Il08_Zo=N)$B#_H(24Oo z#*sx@a**!CvpN+Xq9e_bA+bFlHk5Fz|GKW!!Hc^bM$o_;xsiumIYf`NVY}92eXwk( zb+rLEWL>TBayZg%BM0oqdsMu@9^49r8043F$_22_4sr5jaR0gT`{nz z7SR9kNv*svY%TXQ7hk{l9)Wuja~zh7Ww>HE8U??0FCK?r0JG2GUiR^lKG>_?o6L(lQ#;j` zvzIx$6@Q?OH8#28&F0O0J-gehx-A8YZfm|XdAu|6!ma$5`F1ATnr*$?daJFUZ70q? zOildu(#{WC;a+O4akZnR8udmT^zI_sYHF zZT)gParpr#2F;*7_R@~kQugurU3|WM>Wy~lLR+~Y3LOYa@ca6y{)gnRhJHAHOyTZE z>oY@N_HGQyL7f|oG}CkffCA58u?inwkU`3eFVgM6b>SA}AFqbBY*S7Oks87$E9+iF z>Hd{zbSF7Gi2FnkTQ^hudtEp$viCSK--XHBl&6pLI^)8DEJ@OL2_)qnq3k2{^54-9 l9--F{;wL5CIezIthUWuy_E3fA;X9HljsJUmN_tc5`#&+nINAUJ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/control.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/control.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eb68c896ed408bed6923e600a0786bc9aac22e03 GIT binary patch literal 63667 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/core.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a1ad68f2ace55b224755cfc978bbf7f552887fd5 GIT binary patch literal 5651 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 E0U*Y!FaQ7m literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/data.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83e77ee9fc74be795c0fc7937c1dd356c49360b3 GIT binary patch literal 11139 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 LzLMX}xY+*zb{p<( literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/disposition.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/disposition.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..07a1ba327d622a33dda4f395892b6277dcc09970 GIT binary patch literal 2417 zcmZuyO>7%Q6rTOD)lDb>3Y}9 z+Nr!sB@2qE#DxoLrKnPmpk6qZ6XnE#i`^i_tc27G^}qqCRVpF%#G7&K7?Y9q&71e$ zyqSIPdvAX2>kA_of9J25W)DJtvPEmiO-9)H6qwt{Kv`r6hG+=|F)Ip;mn^9uXJyXI zR-h2f1_eZ98U$Uy>M4Y>Apwc#A~J$Ek}n z(n_XdyRhubT)BKfoqOlP+~T`S7eO$PSpfTa(=9r#$*e#YW}*!ECsc3Vu1Tfl)cSdX zvH}D^{1ARSD;Xk@4e2bHa8Bl20AxYV^#B)YYkN5t23e%7jdCt#^uf;uD*eiUAM3iB zH}f`jJL6HR6bTOoCAve6{i31qcqDzvEm1%2P;=F^HA`hdvb6&759pfh*rwhg^TJ?@ zH}H~U6F=rUWvY|C4RX$LEI+`)Py8Syn(NqJd@o|HjS+T)%FU=hnAcp@sKAM)-gc!6 z9l;F%5AhXtSQG$Q!UkIFP`B7k(GWqi3!0Xc&6~)O?go~TA}@LIvt5zHUMS5GL(aVv zW)+b}UN){`ANL48*QdRYayKb0lX%cV` zcM?byHR2QZUf-Tf*C*4piE|G=dT9Kz_Ve1qPipUfP>U_sLd!c~hL#kO<)KujHtmJA z5@g4)drl1CcDi7h$N7#iP_#~YE@7mJN3Bk_qXd7?2gwk40fkcB`-X!>KW z^v>)tp67iXnA^}8Hqd?G*tj8X2pgi>Tma>(Hf8`JqT2QZs1ViN`h*IUV71$-V8tvM zzWCsl!PaU+WQg(3%t3o7(Xw8`nr&dyhE||irbn=bZE_uVC2O}4C6^X_r1VhME}Mvo zGLFHD#u#DoqH!RK%^&8ds z#%QuS{~H8-EXC$TBQehA;YR#Wb^hk1#(_bY78{2XOgh-WC)hj+X{j#q`2VNmSb*Rb z!cG{1dK&`2U%}BVFU5ACVbAW^6z_^RSefpl11a;~HLkr0;W)4X@5TOl=F#he#51q$ z6zw_Td!_w#9eagkWXNE(&%L011VF=3*floMT^Y`Wy-LtK|DJY@r{2^FHb}0#iVMVb zp`fv|visoV$^TGcy6^}=6Ha;|_Ij{(?8#Vju{W58x5=__jx@WFfpZn?MVB0SxmuQD z8Y_V&csQUqmNchzNo)`HGZCv^B-RWPBifXQk2+;4$Y(c_-TSKjAd zV_^8s;P#PJ{Ya`dJXPzTz9j)Twj;;tkz@BV+b3q~CuSZ+W}t+>$=o@W~;zFPkRJF~xfi34&;3DRS5L+=oK%RcUYjITCpi?ua6%m^!E zMdqR4d{fHXUX&gMCF^)AWoU-b@hGb?KM0;76_f$e?{9VHBs$KLNrqS@C!WM@$r-@5s^x@Qt>F>IK5Db z5bU@az8uEhs_?U&a9Z`lr!#GPl4VM%*!8gQhqV-+YqJKTVrPP7y}h*@sp5C#>i(}> zz?G{9Z^!nmlqt||a4mF|IeY7_r^;qvDpkZzIr?d80eF!nwH}iQn!)>+VsQr;ysDFiLF;QtD<~z{??*&$;}%**m~# zqtO+l)PIZ=&r`qx84&?&Gc*0A-RrZmzZ{3cWT?pD|0&n7E7$1W*%75#Y5JIr1hb6T zvd})DS}IOzDOH%3W0on%Q6pmsRzelj)SQNmR8mb@T^q!;NI8Bvl`<^Z(u|ZDhCLqw zZ8@r|BJD7JsjR~dX(?HEeB)F7gTs9{Lu1z+pQ1)HaY;)}8xA+GrOupoI9*F+?l~Ss z#=vmAm&dbK!bmyncy>Iy@gEqksN*7q$t^h5l4eSAO_$UZ@ub9FzXn3XjZ@n!5RXun z66x^d=LpxrcAFf&y3w65l4>_LqTS=!SVG3hacs<}@U7jKlgf~R<7#);9DHoIu0^}k zZXjp6PMz*HHA_92mSeMWTs6C6#vFVp$bw{7I{S+6)#YSVkw3uu!OL;@nIzi#2t$IS z4MKlTZxAqSRKfH{&|YA`ptcubeuPvMp&;$)8<6Y~Mr9S+g#!l^<5C`YTrd21wL)PP zZWm(ZwDu_;)vtJa!5Zjr3J)Nwm^}yZ3Bcax+Ne~007C*d7LsfL&Z@GU7{DZ!h0Y;e zj+=s(QnVO6ZYmA{&`hE9DjlW}RTJ`@X5cQ7!A+pB5g-$(Tq5l<@ByG5U(!fvmVv=Q zc){-?;daz8^t+BHt)_c=-p37lDjQIO5N;$4Pss*J$kLN@vYt-J8(f(oRy({TrR1b4 zNsdpFl7^De2_2B6pJ!x!=fo>XiV*{L#rV|C!Rr&Dv9Qym-qS2;Ub7OCmB2&d5)yLYGefG}ra`UHK=p5DAlp?8ku zBerm^z_xCBP@}MR&TcrC3vYSQfwsrpxT(G?gHoAr_LV7V za&TfY6u#oHlQ^Tkfnd@$+_ZyG0m0S|5}}mB0U0v{`EQN#*#KHWD^!e$qZobnFhX}A zS(eZewTNcOi@!A#s$9U#z#_7C+9g7B6lNFEA~j9_ivBdnq9xk3L0h{mZN_c7Z<_nj zaRH!zY+RW7v}rezgDi?MOVkn~Ep~~v2+G~DNSD830=}Etk(z&l7U_k7>#CK(DM1!= z&9nq#TIeL`J|WD>dPWt6w5(xMm^QGG2JpJM>eg3CUSKBO(%j`xlIR5}>qb=8O^1U@ zmNXroY020!NiH}I(v5H^JUMv1^u*GY(Xsx%(FqrgB-fx2Sb%hoX<$oLM8;uB6b|P` z;jqM+NuF2`gc6p?tz$AR!O#2+OgZ#|N3BPmy#L#ak1rMvoOsEx0nhV5LYpf%d=PQ&a0ao@>MNoeo?u}fM9N53&8@w>=rZLxPm>R zt^t$ZZ~Nfbtbq`J-O=Cd`9o)Oe;fZt+5D4 zfg^}^Sn}GK)B${+?7g=_;eoMR6Bw#Ea=6h@_{Ps1?pojFu?c5?sYyv%65=B5*?n}< zMW-f*q2#gSQ{z)k0Q!{)ZcB}q0jxMxJBm9exZSnwex6g4&Ze`{8#;bsXQz&0@;A$2 zu7pON>WSgd_&C%B>DKVz;OK-?H8C}DZ7eJe3=Z|(7@aI($OCm0TBYN?HaH1U-*mh? z)x-tKTa^&HX{n@tfNy~xQccVcVcujYirV54b@E^6@OP-<8&v%b^8Et^|A`K6`B2ND z$MGlHlePkC_!c#+_U2m)Ej>2sfjv||f7Qx~2PalLY~MRM?^nEkCGa4y&bQfo+nTq? zcjmYq-YReNLXHECz_I1?>weMpi$(wOeAf1#CyMRM{5s!m^X;INAF}z=ITosI<-YYm zs~u?lj41>!tPQURFWA8g#o$lBh}yxv-%r@V;i3>Kw2jz-kzB=d#{0asag|wbI%zkZ zEY^12ANjVnAvXd(y=U*omt%#x;AeW#bEfEdFUJ74uH{*6&#IQE^EIo<{JedrCsz&Z z+U939r&g!(9rnRfxvH1^PpA=U3z2#A5{>-z%ZFFQ2V$YVqv-4W9b537&3Pe#_W12Z UUq`;j_MOUkUwC{}liLIS3%g(+d;kCd literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/exceptions.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ecbd48ee537ebf8ebd9a4bab6cce7c56cb305afa GIT binary patch literal 2965 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 JX%~U}e*htCL-7Cr literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/files.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/files.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f988387fb3fa9a4404c956b46fa48eef3527bd78 GIT binary patch literal 22992 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%0DEu_(U&~sRuoI?! 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 Y>O-#jm#dd-fXsqKzF)Jkv!Uq!0(&SCmjD0& literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/html.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/html.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ec6a28fce22c4632ce40fbfe3fbd3a3034ca0e88 GIT binary patch literal 40476 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/inorout.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/inorout.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f15df7c9acabd53299a0008147134d41227ef94e GIT binary patch literal 25252 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/jsonreport.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/jsonreport.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..55e2ff2871a0756ecad35bb8021ce50dfe3beecb GIT binary patch literal 9738 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 Uqzw+GKaazr2;UQgb5-#E57Bcx#Q*>R literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/misc.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/misc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a9df1eeeba93c12a856418436c3237ff2971b03e GIT binary patch literal 17448 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 br6@uCkGEmTM`d@{_~lJ^>jH8OC!+rk^X?%N literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/multiproc.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/multiproc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..89f21c0dff121487e72d0930ea20736c9b2e2007 GIT binary patch literal 5261 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/numbits.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/numbits.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f2b8a034cde78f23524e96236e81edf2714d3c87 GIT binary patch literal 6442 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/parser.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..458b46700f906a50a17b503957487ef06d3154d8 GIT binary patch literal 53473 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/patch.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/patch.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0a4cd2dd0c7ee8570d8ba5b9fcdb80c11df3a73d GIT binary patch literal 5665 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 UwlXg)4lqup^Xqz!*-LlxA1tfswEzGB literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/phystokens.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/phystokens.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..439565ad1588af7a21b51f63d057b0d61208e102 GIT binary patch literal 7190 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 ahwk+?`ZJRo`ySqMxWju6e<0@sSpF9}0v4J8 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/plugin_support.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/plugin_support.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0a8662d8c2c1b1c9d03cd5b6473a9e807bba8ee0 GIT binary patch literal 17971 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/python.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/python.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2c68cd1d80971881e2c84bda3aa42183d069c381 GIT binary patch literal 11859 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/regions.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/regions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..96869656121bb9f83446633add62619a4b335de7 GIT binary patch literal 6602 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 TFN&M*2$bI)3AKr>eE{ zBtqbbPw$U_8%pP|P zJL3E>Pvh2@GwvF8#ofbh8s}o3c+GGP4clVgxNq1;!}gdzUOQYHuN$tTaYw8^9vBX= zOq3%QXqS&Q#2bejS;oM;$cWCj8PWBLLGAT$)08pjPS>2BjK{-dN+8jRBuR}WM!vxO zAgegSi9|9LPK_lK(h$VCW2q0t_1noq{&{!%OmlVrHY?6dyK%YM{7K@&t zy@(Qs*NsF|p>QG`o07()P%0TxdkA#616rzL9h!_^j1mcoTh5(Kl1muk4ka%`Pe-B= zb)>3qR6p#KGz4xlQD&Hh1v7{&ERaJqylombiM(ipuUT}8Ciq%x%-8=!muQAO>(_H^ zFu9@y@;K2gdPMGR^RP{<5p9rS7rmk#zK$tt(5JYyDc8rE?m3{%ev}B8l0>*d#&98o z)M!+Y)+|qNL|Z*N7~Fp_EcVHNU~xzpHp7I}QG%ag#*5)nV7$D(mJGF^zUngUxLFUE zzMp8pace0}59xV8MLQ1+oCJs!=|E4av^vh~6iVN#tVGWZ)GoFJwOyqWdPp=}W=SAb zQ;Zv{mwV6ff#DNvbl+!3uwS-f9TUXp>BbZhV-7tp)u4yg>3yS~U;5rP>n#DLVxOm& zpk+ugrJ`3;gSZDtEqIDK1xG8UaB%eA5|dXF>6TX#ZzUk0?F8Hh@o-9rj3&n-(E)+r z48q>FO^|40OoB5RbSqp$+vtiVLQkE-;h7QP$SK@tSPF$nL{hkmB%FwhMkU3XoJ?JU zL#9|%>WUK*CMHuMHA*<_nd1`CP94;6N^gx#Ou%7{BqtLo#Sx89q^8seapPbD=+$B0 z42nsL#x4<@I0<_z2+v;c8%@TeeI$9Y@AOn;G)&^BNpd_INlAT&;^L7c8Hx7wUXCU% z_r=C8_DxKsMw5vhz1z0;Nx&SoOoStE!6}yd^kMd?9H4h%O5sAGvBX#^6iNpwPE)U* zgDWI0fOnlK1ca>VU1y=L@pk-HJYUx%*Y!Yx1Jd(>pd1J;2cF9Z`sG0Xa$qMd+4UTJ z_`-&^56|B@pWo0YZ|GavuxAl6SGdN4!<~0*kR2Oxod;#d!H3=rIbrZ#D*yb;^7Aj} z2G8YMURn0On&V$BeET3)2oyH7s1=)oz}*yP!x+tjAf?SpfSDWHQ-=T zAuPnk5>X+Qq?}CMYnz3zC?azU3yJ6z%8lVH~ASp&o#}X`0w!VINx#IW>Upz z$QTYYH_Z{l2u$1s55r8GQ&3KI8MDYDXV53$mf>Bm3Cc~IMZ*Y-SF)ZX8ZmamRiax) z#aMmwiYC2wc^je`DV1uA7QK{?fwZ=qrM70ABkY=SY^)r|AKwEQYlk}4@^Rj9riyo* zXcal_&nDXMIzG{IZtxiv=G3CiDGYAfGQ(#qILh(jJq8iYWh^tU8RuR86K&q195}7QYb!J_cjH35#F6GnH0Sno6T89}Oqm-z= z+hbxf22!)m$jbWt2U_)2v}*jORx>6T3-oc?u}-^=vL4o&m??h*@DQGoE8tgzELWId zZFm5V-?0QBbAZG`9GFECxW*_ThY8>$DM^PDhzW$Tgn%$a!xp`EyP&!6jz+^`lzdkh zlLTbiz>KbprACEFc!I+J-cm`*i9?sevB{`J%hS@py6`Je9tQ9p#RNeuR92T_o)A*_ zT1#qKtd5|U7NnO)S?y>-q;=J1wQfQMNXPqxc1-Q|SV9FffRcppMYwka4aNwFex$O2 zQ&{x{^0+UMjVWd-I(&ifC2bLCB<;L5a4ivzM?$J=P@q!HX36Ekuw{?7&M2FaN(Z9%op3HC=#<;!PODG&^mW0iH?u zMR`3ajjrs(7q9Rc^NdMk(sqWq%j$gOuh`ox%e=c8cBJ8Nj91u?jieu{lR@x?J~oh6 z_$o%Yygs%lhTg4;32!CEOczzLs*52h=6LvOD1n$4J}_011**XauV24TFZE}(eIwCC z^y&l|O!rpaTPpMm;r{L27fVLMF=?>3SpGXeiQf6Y|3A#{uQQJsV~zJWf%ZAmTy)jQ z)Hcr@zI8J1@0R`DcYO=5eA0Mt^wZAVnX~^8%=x?X{&Qa%q5M}*OhDz&x9(v7Ele>v z1f3y>HOLVhT*X|GlaTnw&e9kX+6!KBmYlBN_*-WW&vn8q)dc2Dx14!ThwSP2@!5si z|2TZF`+oG(@Gr-5o{qfdG)$7y^%WU{`a?mxVuWQ>jBq9t^H@TRUR6xuSR_Ta0_lS? zDp;{hP5|qPl5LQp7}Egh+$yBAs4Pd}%NdGdFR=*4Ry^=zGtxVXBzU!&raZ7~G1z&E ziA=)V2!Z_~}EILda|*I`pxCJsgVdpJ$ct}{;s z#$UhK{8|0rg8zNv+~N6}J1>5~FVzp;Z@cf4>klvcUig%ieaEugLyzxAhvw|_JAbn8 zqkW6k<@VijV9&CD;NHu!fAGH=?;rh@bJ;VLd-;s)Ig>R*>DgCiU(B6;^Rt!SX_CVP?nto~x|>}zw@dD9(dKCoF1Y+g8b@93xITwwEqz)-IKVwMN5 zP+NcdwOg;vy}4Z5leHJz-XEQvYy4qIc6Ve=s}{!Qq-b$qg=<0RjL5Mc#2n1=+;q*j z9`c?-olpq0JvGCgd1^GTeAn`OTFcLq3jzwPQ-*txiKxoZGQ z*LZ(tG&^0ZMkx5Dm*E3Y_U217FU_V__+~(Qtu1?0uX*(WFMMf)q^}-dV41-4U;WRP3tv6K`ZC?%IopaD7}{M3XQk&51=ku?83O6}Z@`qYk}4H{29=>R29er+LPeF|Ug| z%`=`E_g$BMUud|~0_fgd6?Ybq__P&NWi{2xh~8?Lvownti)dIgDl^_$qE8qs7FbD9H0R|Vge5H`ig)k+kxHk3fD3ygo- zHsh*>b<6fg-QD`)s%bYnZJ~&O^*z8aSy$Gb^#DQ+09Hlq6Lo-)ZTei5_ODJ8Zu=KZ z%pdGUgUH=&)Txx}jsRL;(^BzF!1(rP*u)Gd*de;#0&Gu=8OJoA@Pd@+pmD3%lySVr zh|M1uA>E?IHef7c|Hhrjuic4hkV>ZQ@9qV(&x}`@8;}x8v!|nT=Q?XyJSQ+a>!R~u zOZXg+{39^At^@r4i_61;s%KZ>d=a37qA(Q()fpgWU9ARkK@l&P;qB5@{BH%VSI1?q z!*(tLUliBb65Gvyj-N6uO(53xKK+1s#8A0)HJ}T;e#(eIH)x^~g2INL8Qu(`3g%^~ zt5^XJ#KMs%#9xFs#V6%D7!{puUkAhL>spse0b{4sf9y} zwad-B@`2rQ{h6;M#H-)$?qPN1uvLs+3QxvTXFs9#UoD({0;Hqli!lZ((H z5<#yd*nmzF1sn1LdLnx3Bk@0Btv>>a(rNH?G;Xf(e#tQn9aL(uu8~?E2Abwxc+Z{> z^vHppg&m7#&{N+JeELf6l~@1a4U}+#|I8R_>%KGsjjyPz@aG4Z14b5Be$B$evKYv2 z915;(+9>q&q>Y{68G3qx4uZX*JDi-w&>8gT6d<5i%w&8LkaiEIo~4Lv-R&V#3L2-8DAhFrj?r^IDcOizwsvSlnGML}LhxvmnyBW5eY zcN!>Sc((@A^%ItE{R2mk04?btNXj~vhjVrR&6WByxi>GY_`U$1I9-j z?^JQT@8;0V&_j>E(75TT(NN=kYBT|Ow=>Qf9pJ-;e9AH1&*>1~1_{42TA`E^Xsill z5<_iQp>D0j&=t&afrm{kbC>7S%T3!KGgjLh?9B1(;n~iD+dpTxajnqMa?4Vvshz9; zi`D`ZoSYk(Kbva^-m*N>VrS-BXDtQ3dEUBU`pB6V`emVi@zwjIxihcjg#KmWb(x3% z=2bV+UiHAZRT%?_tZ+S#0&VMy6X!vkh_GKh<{0-7E1`D$mwQ@{a;9IkbRKo`Ly_`J z2a!F**(XO~w}JV<0JcsK%cLM#b=7R7U`K?~ssl`d%(%i;(*o<-&T6O{s9--UTr~@8 z2^W>DtkwGf<_)cvfbQxwR&JaIdumn0Wz3lL@_?fnC^GX`bO@s3Xql*RQa#W_lVgRG z9H}Nf30S{|=%`VwSx+y0MFYi{dw~`*w+aWT)p{dT6oaVV4#nNo>fl9Q;m#rsZLdg# zsJ>=@94#;*y-Q6e(eXXwRLG%^%ZlZj{uHM+D3#hRcIiEM;21g#@P zKo9RL#WfKD((o(NdGGw| z5BT0yP;>MFhxYhyrf1T5ciWP?ZJ{IIvu~+qA6ltfwl8~k;1N1&Qu4C0q`Fg9&x32JQXj`R?Xt}DnP&;}sT2(nsSzZAc z7n%x30GItWJH3vrnpgp?8${!XfeLLb#7tlsL;((K6d56Ipq^Q;S7u&9 zg^H?5(P~W_fNDi;jFRSzp&DB)qva6!yH1^nmDm7?z4#2p{&k|j82^jL7){gWjJX;U zp0;F6)l>*NYsgr}!Khm4Ak|x$#xNtsY3n+pYsy%mP8D_qsa066wi;Gis|xGYW*S@j z*RD_<&@zt~8Fs1nqU)|(pUom&>}?e$Ud%UEW#UD{CR{OpN3WP_y%S1p>mlt4lINS4 zG#E>3z$nUz)DSCr>2(4IRGMZLeT|?FN;r%8ewuHFxRwX|t5a{U^evfFZ-5H*`o>h3 zo+s9>GrNLbqV!$+;0fCF(AHh4pk5|p%-HVM>AQE@n5fGb$J_MW(ie=XtXTgx2c-jg zX?SGV0DVE0TH&hh&FUqq?^iVMR?x&K>C0eFwHB-G;p!#V-`Dnasjt7+u|L&zQ*~}+ z7aO&`Y6t#+hTm#+(ZW&T$YCgpHo*!KCQtR;2 zlOaf(>_u-MdMJfct1eaHsJaL2_80#GE@)CrXeU+7l4??pqezG1sbUb}VUk++2LyOm2pTN_M^bc+ zx(3?-ohkbS&%$4__~>bd+LAMHk)vAelHn}0KSVqKF@&fhOyN-R7#b6=swy$fxXbN} zh2s~+@L+mtB~Dt4#mdxTT8)2!rX)P=zrW7Rcg$b?sCThr@q0h*%C!w#XDIG~Nie<@ zog!H%q?oDhi|VNq6UB$f`^YGG>5avw0OBNlnHEXLCt^`}tfp&2dqLerpE(L?n_jq= zfLOx>ThwW#$ds2xlUG8xA~2Jxy5t#g^wg-lkr3- zN#N0ls_#i-!E4~bmYsxW-KH=ZkrW5r3FL$RsH1Wd%_-$V7U*=Geo zwa=0(kehD#=B=}W6!4WTY?Q|q#`|2>0&g{M?!U3Wza>I^$=W-1@mKzS{0*7SJA+74|(5+C;-zoE*P?6V0 zF>iXncdq)NyQ={v(0u#at!w%EF1fyIseaqS&V1c&xo-Dz-9Xk+@YZLo1xMZN_hts? z&Mr9wcut#rvC!B#AD+KB*Ee&#;0(;w%zS4~T5@hICTEWqe68yE=Z`P@wr074!3r)>xpn6~(=Y5lx94}Ckbz|FNibmRo1hLJ zeGc3i$Tw}3o3<`?{H*7vJ^AgYEplpxS&269S zkolJEOR(;>^;sJ>P|RO2<+}%#x(6Qm;f-m&X^RYlxV-G&nSG(a*Q$E4g4d5L*(KL@ z!3&fHcA;~jKDYHu&T|&jXfPrR17>eZux-iFHZSHk?OfWlQzQ7C-1OYStIPiWGJS)iZXud=$Y(me9y0s}3;i}PhmD_!B z(!*C(-fX7Y8h9=hy9m$eg-awE*8oa)u(yOdhJrk~1?|vFg8T?We}x|2b>w~YHlp_d zdOt*u-Vu1&kvZ^!7S#YyyavdJkg9kRN&R|LpYAEXvK0Nc)896MN`)#^NDAt%tGd^f zKFzQbrN4%f_{_UL?{1adtyvR&j&j33E5ZZsAJ~B%e>ik!Xdx^&_kkw4(Aussh&H)( zZ;oqPb8O}A-SYm^kMM0u%M#x*-zM|zpYbgPXAP>@^Un4qXFDG4J#zP+doM3_57MH| zOQ2e2;lB6`-lypATJn55RGvSx5SSl&!0%8Yib+*?q4@&dw?|WxBmqwbVK`u9MEI}T znSO$y1@ItsD}2(1F)Ph7T{*yw|Y2o5raJzsS09fnK?3wG<|( zR+*2nnG!8_2v%?k({MLaombj*>=Y#{WCZLbEe*GJEE!G#(ks=q5W4DkxF`Z3cu>mn zdHk^kedicb?4gjVdklpXJ_IVia7@dwhC*U85(<$`SR2JX)x3n@Lxmw33?T}j`-9xT zP#1bAOB2AUs)q+gx((jj%s-m?pO_rx!6%I-bK4W%U~XUKo;SBW@-(cP;R{^0e$%QI zLmX4vvTDPSo$+s2bzq2R?5-zH3>`GQ#A?+rpw**6wIU6wHEB?-iovI^8~orwRpf^pMsXIi0X{}lG)Pe&G@|}gt`~lWH!_wWxQdFu zn5t?v0WOj#p{iF;S(XH*W=UObeAlA5ih0nuG%whpSm3e$vr3n zCz_G)jVtIeSr%-eY~X(}8~=&1f6jFLnhDBG@P9MAf6erN&UAmy?D{p+`#ID08>8oQ SQ`nfskref`b+VMmv}H1hoz#!Sg{@ay!;0fLa7jS%JGif zJ4O~m7EX{9GGM@Re$)oq0Pa5pPEr4Ke&zi_3q-PPh(6eeg0$!ZD8R(}k+}WQ**l)4 zst$^x=t|n1-JP46eattr`du*SLs0%Uc{2NE2%)b@$0>|WPqXR_HVhty^*Dm^71P)2ublD4rab=5pS&H|IlGD698+YII|L#Km7q=6p=ZqC z@smgUh2E$8dk-HP8Z^11STnSYroc!3A+1j|#D0u5Y|00r6nu3eqdLE7+j@~7^CHhI2kyyzM+sDi> z36IG+x{7TlCPjmvmU;PfUd|Z2HqOHWtgY3PCaoLT^xFf1F#{YmZTAg;K6Te^X`Z1H zuHw!?S%ob%WL~TZA|gj~WC^1^{4~zO&ZxYh@uOP7AlopS9C{1E{=0Qq88;b=)AZCP zb)t{w`FkU&Ni8R*ur`)DI+K|caSqOA3M|%By*X(>!xM5U`I4-@lv1)|sl0VIJClz- zmeR9^ydy7WUW7}br=07Ns;w!bVRBVW*6tTW$7+jD+5>H%UUxzD3c3q58cMLZ1zKEB zs#d6qo572wPTGav{*Er?2O#v=%l zmVx1rAgsHlf`B&>4NaulOe$gtjyY8$5IV8pb#%-9@JfAb$sJpDQ_Mli<|d38ax6|^ zfw0bMjIyADD!V0DnJFQOesL>Et~VS`G)30Cp_Ey5lTm{kgi7cNNFjwnhR3GJsN|NI zw^_%v%WR1SEuJ#tMI~y=>+r3$C0B`ko4ZoeSN4?LuQa((iI%*;Z^7OgFQI;kBwq>Y zH{EOctyPdO+e_}L;J@;d-j&)Ag-Q$#7yzMmS-*zo5c%mu|C^L)M1D@wC($&O@E3o7 zte}DufP?QK*WB@j3EMw3+{5QYRh-DG6TC4g^Kjww1%oH7NuLj{Jb!#LtMlUpHDiIB z4I}zSULJU`EJ`!PrN-oS4weJ~;AzC;WZe=-)Y#XWFlUV#M@G?f*%oXWDykBnQDjlo z`9i*C%h13*YKKWp7a4Hc9lHq_$!bQE!206}%60_y1fZqN7u`g9f&=iF(M?u2Bv=|I zCu6#`ysX+6J5KtHr5e`(4g7w43kY~lnw)K@j4gKqSkNcNRWnEo6bwzUJ~aK3tjLCJ zVX9?=NrMmS9LOUZNQ&h*W)RD&BxAuAigytP_|q4mI)kcBsG<4HkxHcT%;6PJWG-{v z(|kM9aB!pa_wwc5tKByuduKhBruNxjCEhaYueyEAwn|<6 zymnT*B+s9i)t2fWpQS7QrUif3tw8Gt*OP<)I!T6SKU{KuO3;59J~?et;Abr z{gqH;#p0|4nwJCZi-GnVfsR|DmfPXBOT#zAi7Ji4tyKmE9{O(fDG>M{+3x9nSk*g^ z9Q30P{GA7rbY{Ij6L0M#nEi7=gTvsz7r}3*YTgWU_e+U#e5~vOj`cEXJY~8>Pp!w8 z+Bkl84HJy}UjJZTM~6h+M*(-q)rZbA=h+NBfikX;Gjrez4^(-ER=&w~9nN zcDza%QD?N|az^{m2*eR*{{V;4RD;8{)|Oa@A266HdB$D8pe|ArI@j(-GrkO@k{P

g?fEsX05PA5mW1=owloeufS;I#_ksy3l%_s#)hJ;xi&rTE|Wg{uHmM4v#=;3Fw zGRPD8yqJYhMLr)L0OO9;@}p5A#1b~@sev)Y$dJZE z@-D8eI9Y7#B`Z<84N#4BnYZ(7D=_li_o(h-Fk>+okk!FFgd(@D6efz{4c~Pa>F&M! zP@>+93KOzn1&LY!kTC=%d*S#AI9g0l1rrc~KtmFFlOqQ~QZ)P{GDT1fLK#VmB}nTa zZYwiI8Iu&n4BJ~zvUxl0G=td*74k{}f|mxG7-3q3w9wmsIwM=#3z;G$jM;p`XL3$L zYKJ*)97CcAsWRS2M0+e_;8o!o$EKT1n4F~>UIr!&Aiiv|abK z-HvSfRc?M@x#z%Q&w-`Q2N(K|FGZe*Ao%E><>(8)-h27ry!+aTcSqhC`RuVT_I&vlUlslJ+n5>|fgac>WXaL^C#mo6aws-JeYYA$;pT6V z&)ZV

Sk5v}G~0_PE(~4X zIWNo&-Hbi85^MhccBtuF#CYSCP{VSl^LnVW(zJCx^4r$8TIYjTpSu>l#w^75FUR{A zigPVANd-9{;2(cZ(u+3al!?ikGFG#-g$r; z*u#9Xi-Dm}_AoH?$$lE>gbyb{5hjrVr$}YJGuGZYkHA>5!Fe?gThE;yeh5y2O;OZ09HO@W5pDSz`MyL+_+3QFKcOeS zM2~-o_T52S@1Te7ppLKT@Ev!@D$7y_soB%3h_uy67qzWYAFI;PuGGb=4761i1tL`s rp*R%isCo(IL#+RUBa=B literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/results.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/results.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d1cdbd60ad5f230759856c3dd7f583777d7cd02b GIT binary patch literal 22948 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 J;wFY?{|~agvl##Y literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/sqldata.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/sqldata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1cbeeb6cca4eb81c72af4fad04bd08760d0a4e1b GIT binary patch literal 60667 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/sqlitedb.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/sqlitedb.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f3db0bff8946068eb0aa6309bbc76b322a4432f9 GIT binary patch literal 12226 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 Y%%Q(9{=YCSpV^ObY~WJ{b2{t)14K$OQ~&?~ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/sysmon.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/sysmon.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..417737467c0da1be61b440f80ae9354363ac8f12 GIT binary patch literal 22169 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/templite.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/templite.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..df183bc3b28508355d46c21aa8ac8e4efe3bedb8 GIT binary patch literal 13722 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/tomlconfig.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/tomlconfig.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..32cd25dd2c3d30bd996f2b255274d4caa3d79892 GIT binary patch literal 10598 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/version.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cdf8985e0b01f11c482cc9100be1242f531c2b45 GIT binary patch literal 1224 zcmZuw&5PSc6d!%dmcL?Wm*%S#EF0=Vt@Hy5CCy<|(o#YQZQ2qO5VB^xR#uk0BiZd5 zEx4hFy|lQe7`BC_r}R+hG5V;T!a`dvApXPJOZ|U{bu53c zv=tE%Wg8LcSAobs3BRj9qPB_^q8_4O#J0AlHVfm8dp%-~2#vfjFr5IKUw(eu?1t2I zL-0D=q&3((=3O-fW;j6*#!d`dqo#7Kf%mw~K>%P%*9#nDNy3%a2h4+pT# z4f}&IAVD0pnle)yf6#N7+##{U3NB2_!*DL;LpT*$xn_dHgbov_+mvVl0+e%24Gw%P zW4VRN=r`2VnbLP2h7^<+yi_g?S&0&#I1#{z_)Lum^&Fo`ki)bkMNEl$A&ny)jx(2X zdf)1WePYqDW8K|zdk*d2rQt*3#*uZik8g!^n^>(82}YLhb*#Z&+zW&ETJOATMP5wa z9ysm}@Elny#;s*7V4jujzOzH@rH5XGvQ_v;y8siE)luoS`K7Ieu{D>s=EhcfZhfjv zcV}xeZMJ)~cBIWKZ%#f*wZ`@r{(Sb3ui}AhyVZp literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/__pycache__/xmlreport.cpython-312.pyc b/.venv/lib/python3.12/site-packages/coverage/__pycache__/xmlreport.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..59f2af3d6ab35db276f02af030a9179fe4766ef8 GIT binary patch literal 13207 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/annotate.py b/.venv/lib/python3.12/site-packages/coverage/annotate.py new file mode 100644 index 0000000..11de0ba --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/annotate.py @@ -0,0 +1,113 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Source file annotation for coverage.py.""" + +from __future__ import annotations + +import os +import re +from typing import TYPE_CHECKING + +from coverage.files import flat_rootname +from coverage.misc import ensure_dir, isolate_module +from coverage.plugin import FileReporter +from coverage.report_core import get_analysis_to_report +from coverage.results import Analysis +from coverage.types import TMorfs + +if TYPE_CHECKING: + from coverage import Coverage + +os = isolate_module(os) + + +class AnnotateReporter: + """Generate annotated source files showing line coverage. + + This reporter creates annotated copies of the measured source files. Each + .py file is copied as a .py,cover file, with a left-hand margin annotating + each line:: + + > def h(x): + - if 0: #pragma: no cover + - pass + > if x == 1: + ! a = 1 + > else: + > a = 2 + + > h(2) + + Executed lines use ">", lines not executed use "!", lines excluded from + consideration use "-". + + """ + + def __init__(self, coverage: Coverage) -> None: + self.coverage = coverage + self.config = self.coverage.config + self.directory: str | None = None + + blank_re = re.compile(r"\s*(#|$)") + else_re = re.compile(r"\s*else\s*:\s*(#|$)") + + def report(self, morfs: TMorfs, directory: str | None = None) -> None: + """Run the report. + + See `coverage.report()` for arguments. + + """ + self.directory = directory + self.coverage.get_data() + for fr, analysis in get_analysis_to_report(self.coverage, morfs): + self.annotate_file(fr, analysis) + + def annotate_file(self, fr: FileReporter, analysis: Analysis) -> None: + """Annotate a single file. + + `fr` is the FileReporter for the file to annotate. + + """ + statements = sorted(analysis.statements) + missing = sorted(analysis.missing) + excluded = sorted(analysis.excluded) + + if self.directory: + ensure_dir(self.directory) + dest_file = os.path.join(self.directory, flat_rootname(fr.relative_filename())) + assert dest_file.endswith("_py") + dest_file = dest_file[:-3] + ".py" + else: + dest_file = fr.filename + dest_file += ",cover" + + with open(dest_file, "w", encoding="utf-8") as dest: + i = j = 0 + covered = True + source = fr.source() + for lineno, line in enumerate(source.splitlines(True), start=1): + while i < len(statements) and statements[i] < lineno: + i += 1 + while j < len(missing) and missing[j] < lineno: + j += 1 + if i < len(statements) and statements[i] == lineno: + covered = j >= len(missing) or missing[j] > lineno + if self.blank_re.match(line): + dest.write(" ") + elif self.else_re.match(line): + # Special logic for lines containing only "else:". + if j >= len(missing): + dest.write("> ") + elif statements[i] == missing[j]: + dest.write("! ") + else: + dest.write("> ") + elif lineno in excluded: + dest.write("- ") + elif covered: + dest.write("> ") + else: + dest.write("! ") + + dest.write(line) diff --git a/.venv/lib/python3.12/site-packages/coverage/bytecode.py b/.venv/lib/python3.12/site-packages/coverage/bytecode.py new file mode 100644 index 0000000..cc179ba --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/bytecode.py @@ -0,0 +1,197 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Bytecode analysis for coverage.py""" + +from __future__ import annotations + +import collections +import dis +from collections.abc import Iterable, Mapping +from types import CodeType +from typing import Optional + +from coverage.types import TArc, TLineNo, TOffset + + +def code_objects(code: CodeType) -> Iterable[CodeType]: + """Iterate over all the code objects in `code`.""" + stack = [code] + while stack: + # We're going to return the code object on the stack, but first + # push its children for later returning. + code = stack.pop() + for c in code.co_consts: + if isinstance(c, CodeType): + stack.append(c) + yield code + + +def op_set(*op_names: str) -> set[int]: + """Make a set of opcodes from instruction names. + + The names might not exist in this version of Python, skip those if not. + """ + ops = {op for name in op_names if (op := dis.opmap.get(name))} + assert ops, f"At least one opcode must exist: {op_names}" + return ops + + +# Opcodes that are unconditional jumps elsewhere. +ALWAYS_JUMPS = op_set( + "JUMP_BACKWARD", + "JUMP_BACKWARD_NO_INTERRUPT", + "JUMP_FORWARD", +) + +# Opcodes that exit from a function. +RETURNS = op_set( + "RETURN_VALUE", + "RETURN_GENERATOR", +) + +# Opcodes that do nothing. +NOPS = op_set( + "NOP", + "NOT_TAKEN", +) + + +class InstructionWalker: + """Utility to step through trails of instructions. + + We have two reasons to need sequences of instructions from a code object: + First, in strict sequence to visit all the instructions in the object. + This is `walk(follow_jumps=False)`. Second, we want to follow jumps to + understand how execution will flow: `walk(follow_jumps=True)`. + """ + + def __init__(self, code: CodeType) -> None: + self.code = code + self.insts: dict[TOffset, dis.Instruction] = {} + + inst = None + for inst in dis.get_instructions(code): + self.insts[inst.offset] = inst + + assert inst is not None + self.max_offset = inst.offset + + def walk( + self, *, start_at: TOffset = 0, follow_jumps: bool = True + ) -> Iterable[dis.Instruction]: + """ + Yield instructions starting from `start_at`. Follow unconditional + jumps if `follow_jumps` is true. + """ + seen = set() + offset = start_at + while offset < self.max_offset + 1: + if offset in seen: + break + seen.add(offset) + if inst := self.insts.get(offset): + yield inst + if follow_jumps and inst.opcode in ALWAYS_JUMPS: + offset = inst.jump_target + continue + offset += 2 + + +TBranchTrailsOneSource = dict[Optional[TArc], set[TOffset]] +TBranchTrails = dict[TOffset, TBranchTrailsOneSource] + + +def branch_trails( + code: CodeType, + multiline_map: Mapping[TLineNo, TLineNo], +) -> TBranchTrails: + """ + Calculate branch trails for `code`. + + `multiline_map` maps line numbers to the first line number of a + multi-line statement. + + Instructions can have a jump_target, where they might jump to next. Some + instructions with a jump_target are unconditional jumps (ALWAYS_JUMPS), so + they aren't interesting to us, since they aren't the start of a branch + possibility. + + Instructions that might or might not jump somewhere else are branch + possibilities. For each of those, we track a trail of instructions. These + are lists of instruction offsets, the next instructions that can execute. + We follow the trail until we get to a new source line. That gives us the + arc from the original instruction's line to the new source line. + + """ + the_trails: TBranchTrails = collections.defaultdict(lambda: collections.defaultdict(set)) + iwalker = InstructionWalker(code) + for inst in iwalker.walk(follow_jumps=False): + if not inst.jump_target: + # We only care about instructions with jump targets. + continue + if inst.opcode in ALWAYS_JUMPS: + # We don't care about unconditional jumps. + continue + + from_line = inst.line_number + if from_line is None: + continue + from_line = multiline_map.get(from_line, from_line) + + def add_one_branch_trail( + trails: TBranchTrailsOneSource, + start_at: TOffset, + ) -> None: + # pylint: disable=cell-var-from-loop + inst_offsets: set[TOffset] = set() + to_line = None + for inst2 in iwalker.walk(start_at=start_at, follow_jumps=True): + inst_offsets.add(inst2.offset) + l2 = inst2.line_number + if l2 is not None: + l2 = multiline_map.get(l2, l2) + if l2 and l2 != from_line: + to_line = l2 + break + elif inst2.jump_target and (inst2.opcode not in ALWAYS_JUMPS): + break + elif inst2.opcode in RETURNS: + to_line = -code.co_firstlineno + break + if to_line is not None: + trails[(from_line, to_line)].update(inst_offsets) + else: + trails[None] = set() + + # Calculate two trails: one from the next instruction, and one from the + # jump_target instruction. + trails: TBranchTrailsOneSource = collections.defaultdict(set) + add_one_branch_trail(trails, start_at=inst.offset + 2) + add_one_branch_trail(trails, start_at=inst.jump_target) + the_trails[inst.offset] = trails + + # Sometimes we get BRANCH_RIGHT or BRANCH_LEFT events from instructions + # other than the original jump possibility instruction. Register each + # trail under all of their offsets so we can pick up in the middle of a + # trail if need be. + for arc, offsets in trails.items(): + for offset in offsets: + the_trails[offset][arc].update(offsets) + + return the_trails + + +def always_jumps(code: CodeType) -> dict[TOffset, TOffset]: + """Make a map of unconditional bytecodes jumping to others. + + Only include bytecodes that do no work and go to another bytecode. + """ + jumps = {} + iwalker = InstructionWalker(code) + for inst in iwalker.walk(follow_jumps=False): + if inst.opcode in ALWAYS_JUMPS: + jumps[inst.offset] = inst.jump_target + elif inst.opcode in NOPS: + jumps[inst.offset] = inst.offset + 2 + return jumps diff --git a/.venv/lib/python3.12/site-packages/coverage/cmdline.py b/.venv/lib/python3.12/site-packages/coverage/cmdline.py new file mode 100644 index 0000000..b82d3db --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/cmdline.py @@ -0,0 +1,1220 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Command-line support for coverage.py.""" + +from __future__ import annotations + +import glob +import optparse +import os +import os.path +import shlex +import signal +import sys +import textwrap +import traceback +import types +from typing import Any, NoReturn, cast + +import coverage +from coverage import Coverage, env +from coverage.config import CoverageConfig +from coverage.control import DEFAULT_DATAFILE +from coverage.core import CTRACER_FILE +from coverage.data import CoverageData, combinable_files, debug_data_file +from coverage.debug import info_header, short_stack, write_formatted_info +from coverage.exceptions import NoSource, CoverageException, _ExceptionDuringRun +from coverage.execfile import PyRunner +from coverage.results import display_covered, should_fail_under +from coverage.version import __url__ + +# When adding to this file, alphabetization is important. Look for +# "alphabetize" comments throughout. + + +def prep_help(text: str) -> str: + r"""Prepare a multi-line string for help to reformat nicely. + + A \f character indicates a paragraph break. + """ + return "\f".join(" ".join(p.split()) for p in text.split("\f")) + + +class Opts: + """A namespace class for individual options we'll build parsers from.""" + + # Keep these entries alphabetized (roughly) by the option name as it + # appears on the command line. + + append = optparse.make_option( + "-a", + "--append", + action="store_true", + help="Append data to the data file. Otherwise it starts clean each time.", + ) + branch = optparse.make_option( + "", + "--branch", + action="store_true", + help="Measure branch coverage in addition to statement coverage.", + ) + concurrency = optparse.make_option( + "", + "--concurrency", + action="store", + metavar="LIBS", + help=prep_help( + """ + Properly measure code using a concurrency library. + Valid values are: {}, or a comma-list of them. + """ + ).format(", ".join(sorted(CoverageConfig.CONCURRENCY_CHOICES))), + ) + context = optparse.make_option( + "", + "--context", + action="store", + metavar="LABEL", + help="The context label to record for this coverage run.", + ) + contexts = optparse.make_option( + "", + "--contexts", + action="store", + metavar="REGEX1,REGEX2,...", + help=prep_help( + """ + Only display data from lines covered in the given contexts. + Accepts Python regexes, which must be quoted. + """ + ), + ) + datafile = optparse.make_option( + "", + "--data-file", + action="store", + metavar="DATAFILE", + help=prep_help( + """ + Base name of the data files to operate on. + Defaults to '.coverage'. [env: COVERAGE_FILE] + """ + ), + ) + datafle_input = optparse.make_option( + "", + "--data-file", + action="store", + metavar="INFILE", + help=prep_help( + """ + Read coverage data for report generation from this file. + Defaults to '.coverage'. [env: COVERAGE_FILE] + """ + ), + ) + datafile_output = optparse.make_option( + "", + "--data-file", + action="store", + metavar="OUTFILE", + help=prep_help( + """ + Write the recorded coverage data to this file. + Defaults to '.coverage'. [env: COVERAGE_FILE] + """ + ), + ) + debug = optparse.make_option( + "", + "--debug", + action="store", + metavar="OPTS", + help="Debug options, separated by commas. [env: COVERAGE_DEBUG]", + ) + directory = optparse.make_option( + "-d", + "--directory", + action="store", + metavar="DIR", + help="Write the output files to DIR.", + ) + fail_under = optparse.make_option( + "", + "--fail-under", + action="store", + metavar="MIN", + type="float", + help="Exit with a status of 2 if the total coverage is less than MIN.", + ) + format = optparse.make_option( + "", + "--format", + action="store", + metavar="FORMAT", + help="Output format, either text (default), markdown, or total.", + ) + help = optparse.make_option( + "-h", + "--help", + action="store_true", + help="Get help on this command.", + ) + ignore_errors = optparse.make_option( + "-i", + "--ignore-errors", + action="store_true", + help="Ignore errors while reading source files.", + ) + include = optparse.make_option( + "", + "--include", + action="store", + metavar="PAT1,PAT2,...", + help=prep_help( + """ + Include only files whose paths match one of these patterns. + Accepts shell-style wildcards, which must be quoted. + """ + ), + ) + keep = optparse.make_option( + "", + "--keep", + action="store_true", + help="Keep original coverage files, otherwise they are deleted.", + ) + pylib = optparse.make_option( + "-L", + "--pylib", + action="store_true", + help=prep_help( + """ + Measure coverage even inside the Python installed library, + which isn't done by default. + """ + ), + ) + show_missing = optparse.make_option( + "-m", + "--show-missing", + action="store_true", + help="Show line numbers of statements in each module that weren't executed.", + ) + module = optparse.make_option( + "-m", + "--module", + action="store_true", + help=prep_help( + """ + is an importable Python module, not a script path, + to be run as 'python -m' would run it. + """ + ), + ) + omit = optparse.make_option( + "", + "--omit", + action="store", + metavar="PAT1,PAT2,...", + help=prep_help( + """ + Omit files whose paths match one of these patterns. + Accepts shell-style wildcards, which must be quoted. + """ + ), + ) + output_xml = optparse.make_option( + "-o", + "", + action="store", + dest="outfile", + metavar="OUTFILE", + help="Write the XML report to this file. Defaults to 'coverage.xml'", + ) + output_json = optparse.make_option( + "-o", + "", + action="store", + dest="outfile", + metavar="OUTFILE", + help="Write the JSON report to this file. Defaults to 'coverage.json'", + ) + output_lcov = optparse.make_option( + "-o", + "", + action="store", + dest="outfile", + metavar="OUTFILE", + help="Write the LCOV report to this file. Defaults to 'coverage.lcov'", + ) + json_pretty_print = optparse.make_option( + "", + "--pretty-print", + action="store_true", + help="Format the JSON for human readers.", + ) + parallel_mode = optparse.make_option( + "-p", + "--parallel-mode", + action="store_true", + help=prep_help( + """ + Append a unique suffix to the data file name to collect separate + data from multiple processes. + """ + ), + ) + precision = optparse.make_option( + "", + "--precision", + action="store", + metavar="N", + type=int, + help=prep_help( + """ + Number of digits after the decimal point to display for + reported coverage percentages. + """ + ), + ) + quiet = optparse.make_option( + "-q", + "--quiet", + action="store_true", + help="Don't print messages about what is happening.", + ) + rcfile = optparse.make_option( + "", + "--rcfile", + action="store", + help=prep_help( + """ + Specify configuration file. + By default '.coveragerc', 'setup.cfg', 'tox.ini', and + 'pyproject.toml' are tried. [env: COVERAGE_RCFILE] + """ + ), + ) + save_signal = optparse.make_option( + "", + "--save-signal", + action="store", + metavar="SIGNAL", + choices=["USR1", "USR2"], + help=prep_help( + """ + Specify a signal that will trigger coverage to write its collected data. + Supported values are: USR1, USR2. Not available on Windows. + """ + ), + ) + show_contexts = optparse.make_option( + "--show-contexts", + action="store_true", + help="Show contexts for covered lines.", + ) + skip_covered = optparse.make_option( + "--skip-covered", + action="store_true", + help="Skip files with 100% coverage.", + ) + no_skip_covered = optparse.make_option( + "--no-skip-covered", + action="store_false", + dest="skip_covered", + help="Disable --skip-covered.", + ) + skip_empty = optparse.make_option( + "--skip-empty", + action="store_true", + help="Skip files with no code.", + ) + sort = optparse.make_option( + "--sort", + action="store", + metavar="COLUMN", + help=prep_help( + """ + Sort the report by the named column: name, stmts, miss, branch, brpart, or cover. + Default is name. + """ + ), + ) + source = optparse.make_option( + "", + "--source", + action="store", + metavar="SRC1,SRC2,...", + help="A list of directories or importable names of code to measure.", + ) + timid = optparse.make_option( + "", + "--timid", + action="store_true", + help="Use the slower Python trace function core.", + ) + title = optparse.make_option( + "", + "--title", + action="store", + metavar="TITLE", + help="A text string to use as the title on the HTML.", + ) + version = optparse.make_option( + "", + "--version", + action="store_true", + help="Display version information and exit.", + ) + + +class CoverageOptionParser(optparse.OptionParser): + """Base OptionParser for coverage.py. + + Problems don't exit the program. + Defaults are initialized for all options. + + """ + + def __init__(self, **kwargs: Any) -> None: + super().__init__( + add_help_option=False, + formatter=MultiParaHelpFormatter(), + **kwargs, + ) + self.set_defaults( + # Keep these arguments alphabetized by their names. + action=None, + append=None, + branch=None, + concurrency=None, + context=None, + contexts=None, + data_file=None, + debug=None, + directory=None, + fail_under=None, + format=None, + help=None, + ignore_errors=None, + include=None, + keep=None, + module=None, + omit=None, + parallel_mode=None, + precision=None, + pylib=None, + quiet=None, + rcfile=True, + save_signal=None, + show_contexts=None, + show_missing=None, + skip_covered=None, + skip_empty=None, + sort=None, + source=None, + timid=None, + title=None, + version=None, + ) + + self.disable_interspersed_args() + + class OptionParserError(Exception): + """Used to stop the optparse error handler ending the process.""" + + pass + + def parse_args_ok(self, args: list[str]) -> tuple[bool, optparse.Values | None, list[str]]: + """Call optparse.parse_args, but return a triple: + + (ok, options, args) + + """ + try: + options, args = super().parse_args(args) + except self.OptionParserError: + return False, None, [] + return True, options, args + + def error(self, msg: str) -> NoReturn: + """Override optparse.error so sys.exit doesn't get called.""" + show_help(msg) + raise self.OptionParserError + + +class GlobalOptionParser(CoverageOptionParser): + """Command-line parser for coverage.py global option arguments.""" + + def __init__(self) -> None: + super().__init__() + + self.add_options( + [ + Opts.help, + Opts.version, + ] + ) + + +class MultiParaHelpFormatter(optparse.IndentedHelpFormatter): + """An optparse formatter that allows multi-paragraph help text.""" + + def _format_text(self, text: str) -> str: + r""" + Format help text. \f characters become paragraph breaks with blank lines. + """ + # _format_text is not documented in optparse, so mypy can't find it. + super_format = super()._format_text # type: ignore[misc] + paras = text.split("\f") + return "\n\n".join(super_format(p) for p in paras) + + +class CmdOptionParser(CoverageOptionParser): + """Parse one of the new-style commands for coverage.py.""" + + def __init__( + self, + action: str, + options: list[optparse.Option], + description: str, + usage: str | None = None, + ): + """Create an OptionParser for a coverage.py command. + + `action` is the slug to put into `options.action`. + `options` is a list of Option's for the command. + `description` is the description of the command, for the help text. + `usage` is the usage string to display in help. + + """ + if usage: + usage = "%prog " + usage + super().__init__( + usage=usage, + description=description, + ) + self.set_defaults(action=action) + self.add_options(options) + self.cmd = action + + def __eq__(self, other: str) -> bool: # type: ignore[override] + # A convenience equality, so that I can put strings in unit test + # results, and they will compare equal to objects. + return other == f"" + + __hash__ = None # type: ignore[assignment] + + def get_prog_name(self) -> str: + """Override of an undocumented function in optparse.OptionParser.""" + program_name = super().get_prog_name() + + # Include the sub-command for this parser as part of the command. + return f"{program_name} {self.cmd}" + + +# In lists of Opts, keep them alphabetized by the option names as they appear +# on the command line, since these lists determine the order of the options in +# the help output. +# +# In COMMANDS, keep the keys (command names) alphabetized. + +GLOBAL_ARGS = [ + Opts.debug, + Opts.help, + Opts.rcfile, +] + +COMMANDS = { + "annotate": CmdOptionParser( + "annotate", + [ + Opts.directory, + Opts.datafle_input, + Opts.ignore_errors, + Opts.include, + Opts.omit, + ] + + GLOBAL_ARGS, + usage="[options] [modules]", + description=prep_help( + """ + Make annotated copies of the given files, marking statements that are executed + with > and statements that are missed with !. + """ + ), + ), + "combine": CmdOptionParser( + "combine", + [ + Opts.append, + Opts.datafile, + Opts.keep, + Opts.quiet, + ] + + GLOBAL_ARGS, + usage="[options] ... ", + description=prep_help( + """ + Combine data from multiple coverage files. + The combined results are written to a single + file representing the union of the data. The positional + arguments are data files or directories containing data files. + If no paths are provided, data files in the default data file's + directory are combined. + """ + ), + ), + "debug": CmdOptionParser( + "debug", + GLOBAL_ARGS, + usage="", + description=prep_help( + """ + Display information about the internals of coverage.py, + for diagnosing problems. Topics are: + \f 'config' to show configuration settings. + \f 'data [filenames]' to summarize data files. + \f 'premain' to show what is calling coverage. + \f 'pybehave' to show internal flags describing Python behavior. + \f 'sqlite' to show SQLite compilation options. + \f 'sys' to show installation information. + """ + ), + ), + "erase": CmdOptionParser( + "erase", + [ + Opts.datafile, + ] + + GLOBAL_ARGS, + description="Erase previously collected coverage data.", + ), + "help": CmdOptionParser( + "help", + GLOBAL_ARGS, + usage="[command]", + description="Describe how to use coverage.py", + ), + "html": CmdOptionParser( + "html", + [ + Opts.contexts, + Opts.directory, + Opts.datafle_input, + Opts.fail_under, + Opts.ignore_errors, + Opts.include, + Opts.omit, + Opts.precision, + Opts.quiet, + Opts.show_contexts, + Opts.skip_covered, + Opts.no_skip_covered, + Opts.skip_empty, + Opts.title, + ] + + GLOBAL_ARGS, + usage="[options] [modules]", + description=prep_help( + """ + Create an HTML report of the coverage of the files. + Each file gets its own page, with the source decorated to show + executed, excluded, and missed lines. + """ + ), + ), + "json": CmdOptionParser( + "json", + [ + Opts.contexts, + Opts.datafle_input, + Opts.fail_under, + Opts.ignore_errors, + Opts.include, + Opts.omit, + Opts.output_json, + Opts.json_pretty_print, + Opts.quiet, + Opts.show_contexts, + ] + + GLOBAL_ARGS, + usage="[options] [modules]", + description="Generate a JSON report of coverage results.", + ), + "lcov": CmdOptionParser( + "lcov", + [ + Opts.datafle_input, + Opts.fail_under, + Opts.ignore_errors, + Opts.include, + Opts.output_lcov, + Opts.omit, + Opts.quiet, + ] + + GLOBAL_ARGS, + usage="[options] [modules]", + description="Generate an LCOV report of coverage results.", + ), + "report": CmdOptionParser( + "report", + [ + Opts.contexts, + Opts.datafle_input, + Opts.fail_under, + Opts.format, + Opts.ignore_errors, + Opts.include, + Opts.omit, + Opts.precision, + Opts.sort, + Opts.show_missing, + Opts.skip_covered, + Opts.no_skip_covered, + Opts.skip_empty, + ] + + GLOBAL_ARGS, + usage="[options] [modules]", + description="Report coverage statistics on modules.", + ), + "run": CmdOptionParser( + "run", + [ + Opts.append, + Opts.branch, + Opts.concurrency, + Opts.context, + Opts.datafile_output, + Opts.include, + Opts.module, + Opts.omit, + Opts.pylib, + Opts.parallel_mode, + Opts.save_signal, + Opts.source, + Opts.timid, + ] + + GLOBAL_ARGS, + usage="[options] [program options]", + description="Run a Python program, measuring code execution.", + ), + "xml": CmdOptionParser( + "xml", + [ + Opts.datafle_input, + Opts.fail_under, + Opts.ignore_errors, + Opts.include, + Opts.omit, + Opts.output_xml, + Opts.quiet, + Opts.skip_empty, + ] + + GLOBAL_ARGS, + usage="[options] [modules]", + description="Generate an XML report of coverage results.", + ), +} + + +def show_help( + error: str | None = None, + topic: str | None = None, + parser: optparse.OptionParser | None = None, +) -> None: + """Display an error message, or the named topic.""" + assert error or topic or parser + + program_path = sys.argv[0] + if program_path.endswith(os.path.sep + "__main__.py"): + # The path is the main module of a package; get that path instead. + program_path = os.path.dirname(program_path) + program_name = os.path.basename(program_path) + if env.WINDOWS: + # entry_points={"console_scripts":...} on Windows makes files + # called coverage.exe, coverage3.exe, and coverage-3.5.exe. These + # invoke coverage-script.py, coverage3-script.py, and + # coverage-3.5-script.py. argv[0] is the .py file, but we want to + # get back to the original form. + auto_suffix = "-script.py" + if program_name.endswith(auto_suffix): + program_name = program_name[: -len(auto_suffix)] + + help_params = dict(coverage.__dict__) + help_params["__url__"] = __url__ + help_params["program_name"] = program_name + if CTRACER_FILE: + help_params["extension_modifier"] = "with C extension" + else: + help_params["extension_modifier"] = "without C extension" + + if error: + print(error, file=sys.stderr) + print(f"Use '{program_name} help' for help.", file=sys.stderr) + elif parser: + print(parser.format_help().strip()) + print() + else: + assert topic is not None + help_msg = textwrap.dedent(HELP_TOPICS.get(topic, "")).strip() + if help_msg: + print(help_msg.format(**help_params)) + else: + print(f"Don't know topic {topic!r}") + print("Full documentation is at {__url__}".format(**help_params)) + + +OK, ERR, FAIL_UNDER = 0, 1, 2 + + +class CoverageScript: + """The command-line interface to coverage.py.""" + + def __init__(self) -> None: + self.global_option = False + self.coverage: Coverage + + def command_line(self, argv: list[str]) -> int: + """The bulk of the command line interface to coverage.py. + + `argv` is the argument list to process. + + Returns 0 if all is well, 1 if something went wrong. + + """ + # Collect the command-line options. + if not argv: + show_help(topic="minimum_help") + return OK + + # The command syntax we parse depends on the first argument. Global + # switch syntax always starts with an option. + parser: optparse.OptionParser | None + self.global_option = argv[0].startswith("-") + if self.global_option: + parser = GlobalOptionParser() + else: + parser = COMMANDS.get(argv[0]) + if not parser: + show_help(f"Unknown command: {argv[0]!r}") + return ERR + argv = argv[1:] + + ok, options, args = parser.parse_args_ok(argv) + if not ok: + return ERR + assert options is not None + + # Handle help and version. + if self.do_help(options, args, parser): + return OK + + # Listify the list options. + source = unshell_list(options.source) + omit = unshell_list(options.omit) + include = unshell_list(options.include) + debug = unshell_list(options.debug) + contexts = unshell_list(options.contexts) + + if options.concurrency is not None: + concurrency = options.concurrency.split(",") + else: + concurrency = None + + # Do something. + self.coverage = Coverage( + data_file=options.data_file or DEFAULT_DATAFILE, + data_suffix=options.parallel_mode, + cover_pylib=options.pylib, + timid=options.timid, + branch=options.branch, + config_file=options.rcfile, + source=source, + omit=omit, + include=include, + debug=debug, + concurrency=concurrency, + check_preimported=True, + context=options.context, + messages=not options.quiet, + ) + + if options.action == "debug": + return self.do_debug(args) + + elif options.action == "erase": + self.coverage.erase() + return OK + + elif options.action == "run": + return self.do_run(options, args) + + elif options.action == "combine": + if options.append: + self.coverage.load() + data_paths = args or None + self.coverage.combine(data_paths, strict=True, keep=bool(options.keep)) + self.coverage.save() + return OK + + # Remaining actions are reporting, with some common options. + report_args: dict[str, Any] = dict( + morfs=unglob_args(args), + ignore_errors=options.ignore_errors, + omit=omit, + include=include, + contexts=contexts, + ) + + # We need to be able to import from the current directory, because + # plugins may try to, for example, to read Django settings. + sys.path.insert(0, "") + + self.coverage.load() + + total = None + if options.action == "report": + total = self.coverage.report( + precision=options.precision, + show_missing=options.show_missing, + skip_covered=options.skip_covered, + skip_empty=options.skip_empty, + sort=options.sort, + output_format=options.format, + **report_args, + ) + elif options.action == "annotate": + self.coverage.annotate(directory=options.directory, **report_args) + elif options.action == "html": + total = self.coverage.html_report( + directory=options.directory, + precision=options.precision, + skip_covered=options.skip_covered, + skip_empty=options.skip_empty, + show_contexts=options.show_contexts, + title=options.title, + **report_args, + ) + elif options.action == "xml": + total = self.coverage.xml_report( + outfile=options.outfile, + skip_empty=options.skip_empty, + **report_args, + ) + elif options.action == "json": + total = self.coverage.json_report( + outfile=options.outfile, + pretty_print=options.pretty_print, + show_contexts=options.show_contexts, + **report_args, + ) + elif options.action == "lcov": + total = self.coverage.lcov_report( + outfile=options.outfile, + **report_args, + ) + else: + # There are no other possible actions. + raise AssertionError + + if total is not None: + # Apply the command line fail-under options, and then use the config + # value, so we can get fail_under from the config file. + if options.fail_under is not None: + self.coverage.set_option("report:fail_under", options.fail_under) + if options.precision is not None: + self.coverage.set_option("report:precision", options.precision) + + fail_under = cast(float, self.coverage.get_option("report:fail_under")) + precision = cast(int, self.coverage.get_option("report:precision")) + if should_fail_under(total, fail_under, precision): + msg = "total of {total} is less than fail-under={fail_under:.{p}f}".format( + total=display_covered(total, precision), + fail_under=fail_under, + p=precision, + ) + print("Coverage failure:", msg) + return FAIL_UNDER + + return OK + + def do_help( + self, + options: optparse.Values, + args: list[str], + parser: optparse.OptionParser, + ) -> bool: + """Deal with help requests. + + Return True if it handled the request, False if not. + + """ + # Handle help. + if options.help: + if self.global_option: + show_help(topic="help") + else: + show_help(parser=parser) + return True + + if options.action == "help": + if args: + for a in args: + parser_maybe = COMMANDS.get(a) + if parser_maybe is not None: + show_help(parser=parser_maybe) + else: + show_help(topic=a) + else: + show_help(topic="help") + return True + + # Handle version. + if options.version: + show_help(topic="version") + return True + + return False + + def do_signal_save(self, _signum: int, _frame: types.FrameType | None) -> None: + """Signal handler to save coverage report""" + print("Saving coverage data...", flush=True) + self.coverage.save() + + def do_run(self, options: optparse.Values, args: list[str]) -> int: + """Implementation of 'coverage run'.""" + + if not args: + if options.module: + # Specified -m with nothing else. + show_help("No module specified for -m") + return ERR + command_line = cast(str, self.coverage.get_option("run:command_line")) + if command_line is not None: + args = shlex.split(command_line) + if args and args[0] in {"-m", "--module"}: + options.module = True + args = args[1:] + if not args: + show_help("Nothing to do.") + return ERR + + if options.append and self.coverage.get_option("run:parallel"): + show_help("Can't append to data files in parallel mode.") + return ERR + + if options.concurrency == "multiprocessing": + # Can't set other run-affecting command line options with + # multiprocessing. + for opt_name in ["branch", "include", "omit", "pylib", "source", "timid"]: + # As it happens, all of these options have no default, meaning + # they will be None if they have not been specified. + if getattr(options, opt_name) is not None: + show_help( + "Options affecting multiprocessing must only be specified " + + "in a configuration file.\n" + + f"Remove --{opt_name} from the command line.", + ) + return ERR + + os.environ["COVERAGE_RUN"] = "true" + + runner = PyRunner(args, as_module=bool(options.module)) + runner.prepare() + + if options.append: + self.coverage.load() + + if options.save_signal: + if env.WINDOWS: + show_help("--save-signal is not supported on Windows.") + return ERR + sig = getattr(signal, f"SIG{options.save_signal}") + signal.signal(sig, self.do_signal_save) + + # Run the script. + self.coverage.start() + code_ran = True + try: + runner.run() + except NoSource: + code_ran = False + raise + finally: + self.coverage.stop() + if code_ran: + self.coverage.save() + + return OK + + def do_debug(self, args: list[str]) -> int: + """Implementation of 'coverage debug'.""" + + if not args: + show_help( + "What information would you like: " + + "config, data, sys, premain, pybehave, sqlite?" + ) + return ERR + + if args[0] == "data": + file_names = args[1:] + if not file_names: + file_names = [self.coverage.config.data_file] + for data_file in file_names: + print(info_header("data")) + debug_data_file(data_file) + for filename in combinable_files(data_file): + print("-----") + debug_data_file(filename) + else: + if args[1:]: + show_help(f"'debug {args[0]}' takes no additional arguments") + return ERR + if args[0] == "sys": + write_formatted_info(print, "sys", self.coverage.sys_info()) + elif args[0] == "config": + write_formatted_info(print, "config", self.coverage.config.debug_info()) + elif args[0] == "premain": + print(info_header("premain")) + print(short_stack(full=True)) + elif args[0] == "pybehave": + write_formatted_info(print, "pybehave", env.debug_info()) + elif args[0] == "sqlite": + write_formatted_info(print, "sqlite", CoverageData.sys_info()) + else: + show_help(f"Don't know what you mean by {args[0]!r}") + return ERR + + return OK + + +def unshell_list(s: str) -> list[str] | None: + """Turn a command-line argument into a list.""" + if not s: + return None + if env.WINDOWS: + # When running coverage.py as coverage.exe, some of the behavior + # of the shell is emulated: wildcards are expanded into a list of + # file names. So you have to single-quote patterns on the command + # line, but (not) helpfully, the single quotes are included in the + # argument, so we have to strip them off here. + s = s.strip("'") + return s.split(",") + + +def unglob_args(args: list[str]) -> list[str]: + """Interpret shell wildcards for platforms that need it.""" + if env.WINDOWS: + globbed = [] + for arg in args: + if "?" in arg or "*" in arg: + globbed.extend(glob.glob(arg)) + else: + globbed.append(arg) + args = globbed + return args + + +HELP_TOPICS = { + "help": """\ + Coverage.py, version {__version__} {extension_modifier} + Measure, collect, and report on code coverage in Python programs. + + usage: {program_name} [options] [args] + + Commands: + annotate Annotate source files with execution information. + combine Combine a number of data files. + debug Display information about the internals of coverage.py + erase Erase previously collected coverage data. + help Get help on using coverage.py. + html Create an HTML report. + json Create a JSON report of coverage results. + lcov Create an LCOV report of coverage results. + report Report coverage stats on modules. + run Run a Python program and measure code execution. + xml Create an XML report of coverage results. + + Use "{program_name} help " for detailed help on any command. + """, + "minimum_help": prep_help( + """ + Code coverage for Python, version {__version__} {extension_modifier}. + Use '{program_name} help' for help. + """ + ), + "version": "Coverage.py, version {__version__} {extension_modifier}", +} + + +def main(argv: list[str] | None = None) -> int | None: + """The main entry point to coverage.py. + + This is installed as the script entry point. + + """ + if argv is None: + argv = sys.argv[1:] + try: + status = CoverageScript().command_line(argv) + except _ExceptionDuringRun as err: + # An exception was caught while running the product code. The + # sys.exc_info() return tuple is packed into an _ExceptionDuringRun + # exception. + traceback.print_exception(*err.args) # pylint: disable=no-value-for-parameter + status = ERR + except CoverageException as err: + # A controlled error inside coverage.py: print the message to the user. + msg = err.args[0] + if err.slug: + msg = f"{msg.rstrip('.')}; see {__url__}/messages.html#error-{err.slug}" + print(msg) + status = ERR + except SystemExit as err: + # The user called `sys.exit()`. Exit with their argument, if any. + if err.args: + status = err.args[0] + else: + status = None + return status + + +def main_deprecated(argv: list[str] | None = None) -> int | None: + """For entry points we'll be getting rid of.""" + print( + textwrap.dedent("""\ + ** + ** This entry point is deprecated and will be removed. + ** Send me an email if you want to keep this command name working: + ** ned@nedbatchelder.com + ** + """) + ) + return main(argv) + + +# Profiling using ox_profile. Install it from GitHub: +# pip install git+https://github.com/emin63/ox_profile.git +# +# $set_env.py: COVERAGE_PROFILE - Set to use ox_profile. +_profile = os.getenv("COVERAGE_PROFILE") +if _profile: # pragma: debugging + from ox_profile.core.launchers import SimpleLauncher # pylint: disable=import-error + + original_main = main + + def main( # pylint: disable=function-redefined + argv: list[str] | None = None, + ) -> int | None: + """A wrapper around main that profiles.""" + profiler = SimpleLauncher.launch() + try: + return original_main(argv) + finally: + data, _ = profiler.query(re_filter="coverage", max_records=100) + print(profiler.show(query=data, limit=100, sep="", col="")) + profiler.cancel() diff --git a/.venv/lib/python3.12/site-packages/coverage/collector.py b/.venv/lib/python3.12/site-packages/coverage/collector.py new file mode 100644 index 0000000..38ff8bb --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/collector.py @@ -0,0 +1,487 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Raw data collector for coverage.py.""" + +from __future__ import annotations + +import contextlib +import functools +import os +import sys +from collections.abc import Callable, Mapping +from types import FrameType +from typing import Any, TypeVar, cast + +from coverage import env +from coverage.core import Core +from coverage.data import CoverageData +from coverage.debug import short_stack +from coverage.exceptions import ConfigError +from coverage.misc import human_sorted_items, isolate_module +from coverage.plugin import CoveragePlugin +from coverage.types import ( + TArc, + TCheckIncludeFn, + TFileDisposition, + Tracer, + TShouldStartContextFn, + TShouldTraceFn, + TTraceData, + TTraceFn, + TWarnFn, +) + +os = isolate_module(os) + + +T = TypeVar("T") + + +class Collector: + """Collects trace data. + + Creates a Tracer object for each thread, since they track stack + information. Each Tracer points to the same shared data, contributing + traced data points. + + When the Collector is started, it creates a Tracer for the current thread, + and installs a function to create Tracers for each new thread started. + When the Collector is stopped, all active Tracers are stopped. + + Threads started while the Collector is stopped will never have Tracers + associated with them. + + """ + + # The stack of active Collectors. Collectors are added here when started, + # and popped when stopped. Collectors on the stack are paused when not + # the top, and resumed when they become the top again. + _collectors: list[Collector] = [] + + def __init__( + self, + core: Core, + should_trace: TShouldTraceFn, + check_include: TCheckIncludeFn, + should_start_context: TShouldStartContextFn | None, + file_mapper: Callable[[str], str], + branch: bool, + warn: TWarnFn, + concurrency: list[str], + ) -> None: + """Create a collector. + + `should_trace` is a function, taking a file name and a frame, and + returning a `coverage.FileDisposition object`. + + `check_include` is a function taking a file name and a frame. It returns + a boolean: True if the file should be traced, False if not. + + `should_start_context` is a function taking a frame, and returning a + string. If the frame should be the start of a new context, the string + is the new context. If the frame should not be the start of a new + context, return None. + + `file_mapper` is a function taking a filename, and returning a Unicode + filename. The result is the name that will be recorded in the data + file. + + If `branch` is true, then branches will be measured. This involves + collecting data on which statements followed each other (arcs). Use + `get_arc_data` to get the arc data. + + `warn` is a warning function, taking a single string message argument + and an optional slug argument which will be a string or None, to be + used if a warning needs to be issued. + + `concurrency` is a list of strings indicating the concurrency libraries + in use. Valid values are "greenlet", "eventlet", "gevent", or "thread" + (the default). "thread" can be combined with one of the other three. + Other values are ignored. + + """ + self.core = core + self.should_trace = should_trace + self.check_include = check_include + self.should_start_context = should_start_context + self.file_mapper = file_mapper + self.branch = branch + self.warn = warn + assert isinstance(concurrency, list), f"Expected a list: {concurrency!r}" + + self.pid = os.getpid() + + self.covdata: CoverageData + self.threading = None + self.static_context: str | None = None + + self.origin = short_stack() + + self.concur_id_func = None + + do_threading = False + + tried = "nothing" # to satisfy pylint + try: + if "greenlet" in concurrency: + tried = "greenlet" + import greenlet + + self.concur_id_func = greenlet.getcurrent + elif "eventlet" in concurrency: + tried = "eventlet" + import eventlet.greenthread + + self.concur_id_func = eventlet.greenthread.getcurrent + elif "gevent" in concurrency: + tried = "gevent" + import gevent + + self.concur_id_func = gevent.getcurrent + + if "thread" in concurrency: + do_threading = True + except ImportError as ex: + msg = f"Couldn't trace with concurrency={tried}, the module isn't installed." + raise ConfigError(msg) from ex + + if self.concur_id_func and not hasattr(core.tracer_class, "concur_id_func"): + raise ConfigError( + "Can't support concurrency={} with {}, only threads are supported.".format( + tried, + self.tracer_name(), + ), + ) + + if do_threading or not concurrency: + # It's important to import threading only if we need it. If + # it's imported early, and the program being measured uses + # gevent, then gevent's monkey-patching won't work properly. + import threading + + self.threading = threading + + self.reset() + + def __repr__(self) -> str: + return f"" + + def use_data(self, covdata: CoverageData, context: str | None) -> None: + """Use `covdata` for recording data.""" + self.covdata = covdata + self.static_context = context + self.covdata.set_context(self.static_context) + + def tracer_name(self) -> str: + """Return the class name of the tracer we're using.""" + return self.core.tracer_class.__name__ + + def _clear_data(self) -> None: + """Clear out existing data, but stay ready for more collection.""" + # We used to use self.data.clear(), but that would remove filename + # keys and data values that were still in use higher up the stack + # when we are called as part of switch_context. + with self.data_lock or contextlib.nullcontext(): + for d in self.data.values(): + d.clear() + + for tracer in self.tracers: + tracer.reset_activity() + + def reset(self) -> None: + """Clear collected data, and prepare to collect more.""" + self.data_lock = self.threading.Lock() if self.threading else None + + # The trace data we are collecting. + self.data: TTraceData = {} + + # A dictionary mapping file names to file tracer plugin names that will + # handle them. + self.file_tracers: dict[str, str] = {} + + self.disabled_plugins: set[str] = set() + + # The .should_trace_cache attribute is a cache from file names to + # coverage.FileDisposition objects, or None. When a file is first + # considered for tracing, a FileDisposition is obtained from + # Coverage.should_trace. Its .trace attribute indicates whether the + # file should be traced or not. If it should be, a plugin with dynamic + # file names can decide not to trace it based on the dynamic file name + # being excluded by the inclusion rules, in which case the + # FileDisposition will be replaced by None in the cache. + if env.PYPY: + import __pypy__ # pylint: disable=import-error + + # Alex Gaynor said: + # should_trace_cache is a strictly growing key: once a key is in + # it, it never changes. Further, the keys used to access it are + # generally constant, given sufficient context. That is to say, at + # any given point _trace() is called, pypy is able to know the key. + # This is because the key is determined by the physical source code + # line, and that's invariant with the call site. + # + # This property of a dict with immutable keys, combined with + # call-site-constant keys is a match for PyPy's module dict, + # which is optimized for such workloads. + # + # This gives a 20% benefit on the workload described at + # https://bitbucket.org/pypy/pypy/issue/1871/10x-slower-than-cpython-under-coverage + self.should_trace_cache = __pypy__.newdict("module") + else: + self.should_trace_cache = {} + + # Our active Tracers. + self.tracers: list[Tracer] = [] + + self._clear_data() + + def lock_data(self) -> None: + """Lock self.data_lock, for use by the C tracer.""" + if self.data_lock is not None: + self.data_lock.acquire() + + def unlock_data(self) -> None: + """Unlock self.data_lock, for use by the C tracer.""" + if self.data_lock is not None: + self.data_lock.release() + + def _start_tracer(self) -> TTraceFn | None: + """Start a new Tracer object, and store it in self.tracers.""" + tracer = self.core.tracer_class(**self.core.tracer_kwargs) + tracer.data = self.data + tracer.lock_data = self.lock_data + tracer.unlock_data = self.unlock_data + tracer.trace_arcs = self.branch + tracer.should_trace = self.should_trace + tracer.should_trace_cache = self.should_trace_cache + tracer.warn = self.warn + + if hasattr(tracer, "concur_id_func"): + tracer.concur_id_func = self.concur_id_func + if hasattr(tracer, "file_tracers"): + tracer.file_tracers = self.file_tracers + if hasattr(tracer, "threading"): + tracer.threading = self.threading + if hasattr(tracer, "check_include"): + tracer.check_include = self.check_include + if hasattr(tracer, "should_start_context"): + tracer.should_start_context = self.should_start_context + if hasattr(tracer, "switch_context"): + tracer.switch_context = self.switch_context + if hasattr(tracer, "disable_plugin"): + tracer.disable_plugin = self.disable_plugin + + fn = tracer.start() + self.tracers.append(tracer) + + return fn + + # The trace function has to be set individually on each thread before + # execution begins. Ironically, the only support the threading module has + # for running code before the thread main is the tracing function. So we + # install this as a trace function, and the first time it's called, it does + # the real trace installation. + # + # PYVERSIONS + # New in 3.12: threading.settrace_all_threads: https://github.com/python/cpython/pull/96681 + + def _installation_trace(self, frame: FrameType, event: str, arg: Any) -> TTraceFn | None: + """Called on new threads, installs the real tracer.""" + # Remove ourselves as the trace function. + sys.settrace(None) + # Install the real tracer. + fn: TTraceFn | None = self._start_tracer() + # Invoke the real trace function with the current event, to be sure + # not to lose an event. + if fn: + fn = fn(frame, event, arg) + # Return the new trace function to continue tracing in this scope. + return fn + + def start(self) -> None: + """Start collecting trace information.""" + # We may be a new collector in a forked process. The old process' + # collectors will be in self._collectors, but they won't be usable. + # Find them and discard them. + keep_collectors = [] + for c in self._collectors: + if c.pid == self.pid: + keep_collectors.append(c) + else: + c.post_fork() + self._collectors[:] = keep_collectors + + if self._collectors: + self._collectors[-1].pause() + + self.tracers = [] + + try: + # Install the tracer on this thread. + self._start_tracer() + except: + if self._collectors: + self._collectors[-1].resume() + raise + + # If _start_tracer succeeded, then we add ourselves to the global + # stack of collectors. + self._collectors.append(self) + + # Install our installation tracer in threading, to jump-start other + # threads. + if self.core.systrace and self.threading: + self.threading.settrace(self._installation_trace) + + def stop(self) -> None: + """Stop collecting trace information.""" + assert self._collectors + if self._collectors[-1] is not self: + print("self._collectors:") + for c in self._collectors: + print(f" {c!r}\n{c.origin}") + assert self._collectors[-1] is self, ( + f"Expected current collector to be {self!r}, but it's {self._collectors[-1]!r}" + ) + + self.pause() + + # Remove this Collector from the stack, and resume the one underneath (if any). + self._collectors.pop() + if self._collectors: + self._collectors[-1].resume() + + def pause(self) -> None: + """Pause tracing, but be prepared to `resume`.""" + for tracer in self.tracers: + tracer.stop() + stats = tracer.get_stats() + if stats: + print(f"\nCoverage.py {tracer.__class__.__name__} stats:") + for k, v in human_sorted_items(stats.items()): + print(f"{k:>20}: {v}") + if self.threading: + self.threading.settrace(None) + + def resume(self) -> None: + """Resume tracing after a `pause`.""" + for tracer in self.tracers: + tracer.start() + if self.core.systrace: + if self.threading: + self.threading.settrace(self._installation_trace) + else: + self._start_tracer() + + def post_fork(self) -> None: + """After a fork, tracers might need to adjust.""" + for tracer in self.tracers: + if hasattr(tracer, "post_fork"): + tracer.post_fork() + + def _activity(self) -> bool: + """Has any activity been traced? + + Returns a boolean, True if any trace function was invoked. + + """ + return any(tracer.activity() for tracer in self.tracers) + + def switch_context(self, new_context: str | None) -> None: + """Switch to a new dynamic context.""" + context: str | None + self.flush_data() + if self.static_context: + context = self.static_context + if new_context: + context += "|" + new_context + else: + context = new_context + self.covdata.set_context(context) + + def disable_plugin(self, disposition: TFileDisposition) -> None: + """Disable the plugin mentioned in `disposition`.""" + file_tracer = disposition.file_tracer + assert file_tracer is not None + plugin = file_tracer._coverage_plugin + plugin_name = plugin._coverage_plugin_name + self.warn(f"Disabling plug-in {plugin_name!r} due to previous exception") + plugin._coverage_enabled = False + disposition.trace = False + + @functools.cache # pylint: disable=method-cache-max-size-none + def cached_mapped_file(self, filename: str) -> str: + """A locally cached version of file names mapped through file_mapper.""" + return self.file_mapper(filename) + + def mapped_file_dict(self, d: Mapping[str, T]) -> dict[str, T]: + """Return a dict like d, but with keys modified by file_mapper.""" + # The call to list(items()) ensures that the GIL protects the dictionary + # iterator against concurrent modifications by tracers running + # in other threads. We try three times in case of concurrent + # access, hoping to get a clean copy. + runtime_err = None + for _ in range(3): # pragma: part covered + try: + items = list(d.items()) + except RuntimeError as ex: # pragma: cant happen + runtime_err = ex + else: + break + else: # pragma: cant happen + assert isinstance(runtime_err, Exception) + raise runtime_err + + return {self.cached_mapped_file(k): v for k, v in items if v} + + def plugin_was_disabled(self, plugin: CoveragePlugin) -> None: + """Record that `plugin` was disabled during the run.""" + self.disabled_plugins.add(plugin._coverage_plugin_name) + + def flush_data(self) -> bool: + """Save the collected data to our associated `CoverageData`. + + Data may have also been saved along the way. This forces the + last of the data to be saved. + + Returns True if there was data to save, False if not. + """ + if not self._activity(): + return False + + if self.branch: + if self.core.packed_arcs: + # Unpack the line number pairs packed into integers. See + # tracer.c:CTracer_record_pair for the C code that creates + # these packed ints. + arc_data: dict[str, list[TArc]] = {} + packed_data = cast(dict[str, set[int]], self.data) + + # The list() here and in the inner loop are to get a clean copy + # even as tracers are continuing to add data. + for fname, packeds in list(packed_data.items()): + tuples = [] + for packed in list(packeds): + l1 = packed & 0xFFFFF + l2 = (packed & (0xFFFFF << 20)) >> 20 + if packed & (1 << 40): + l1 *= -1 + if packed & (1 << 41): + l2 *= -1 + tuples.append((l1, l2)) + arc_data[fname] = tuples + else: + arc_data = cast(dict[str, list[TArc]], self.data) + self.covdata.add_arcs(self.mapped_file_dict(arc_data)) + else: + line_data = cast(dict[str, set[int]], self.data) + self.covdata.add_lines(self.mapped_file_dict(line_data)) + + file_tracers = { + k: v for k, v in self.file_tracers.items() if v not in self.disabled_plugins + } + self.covdata.add_file_tracers(self.mapped_file_dict(file_tracers)) + + self._clear_data() + return True diff --git a/.venv/lib/python3.12/site-packages/coverage/config.py b/.venv/lib/python3.12/site-packages/coverage/config.py new file mode 100644 index 0000000..3722e69 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/config.py @@ -0,0 +1,732 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Config file for coverage.py""" + +from __future__ import annotations + +import base64 +import collections +import configparser +import copy +import json +import os +import os.path +import re +from collections.abc import Callable, Iterable, Mapping +from typing import Any, Final + +from coverage.exceptions import ConfigError +from coverage.misc import human_sorted_items, isolate_module, substitute_variables +from coverage.tomlconfig import TomlConfigParser, TomlDecodeError +from coverage.types import ( + TConfigSectionIn, + TConfigSectionOut, + TConfigurable, + TConfigValueIn, + TConfigValueOut, + TPluginConfig, +) + +os = isolate_module(os) + + +class HandyConfigParser(configparser.ConfigParser): + """Our specialization of ConfigParser.""" + + def __init__(self, our_file: bool) -> None: + """Create the HandyConfigParser. + + `our_file` is True if this config file is specifically for coverage, + False if we are examining another config file (tox.ini, setup.cfg) + for possible settings. + """ + + super().__init__(interpolation=None) + self.section_prefixes = ["coverage:"] + if our_file: + self.section_prefixes.append("") + + def read( # type: ignore[override] + self, + filenames: Iterable[str], + encoding_unused: str | None = None, + ) -> list[str]: + """Read a file name as UTF-8 configuration data.""" + return super().read(filenames, encoding="utf-8") + + def real_section(self, section: str) -> str | None: + """Get the actual name of a section.""" + for section_prefix in self.section_prefixes: + real_section = section_prefix + section + has = super().has_section(real_section) + if has: + return real_section + return None + + def has_option(self, section: str, option: str) -> bool: # type: ignore[override] + real_section = self.real_section(section) + if real_section is not None: + return super().has_option(real_section, option) + return False + + def has_section(self, section: str) -> bool: # type: ignore[override] + return bool(self.real_section(section)) + + def options(self, section: str) -> list[str]: # type: ignore[override] + real_section = self.real_section(section) + if real_section is not None: + return super().options(real_section) + raise ConfigError(f"No section: {section!r}") + + def get_section(self, section: str) -> TConfigSectionOut: + """Get the contents of a section, as a dictionary.""" + d: dict[str, TConfigValueOut] = {} + for opt in self.options(section): + d[opt] = self.get(section, opt) + return d + + def get(self, section: str, option: str, *args: Any, **kwargs: Any) -> str: # type: ignore + """Get a value, replacing environment variables also. + + The arguments are the same as `ConfigParser.get`, but in the found + value, ``$WORD`` or ``${WORD}`` are replaced by the value of the + environment variable ``WORD``. + + Returns the finished value. + + """ + for section_prefix in self.section_prefixes: + real_section = section_prefix + section + if super().has_option(real_section, option): + break + else: + raise ConfigError(f"No option {option!r} in section: {section!r}") + + v: str = super().get(real_section, option, *args, **kwargs) + v = substitute_variables(v, os.environ) + return v + + def getfile(self, section: str, option: str) -> str: + """Fix up a file path setting.""" + path = self.get(section, option) + return process_file_value(path) + + def getlist(self, section: str, option: str) -> list[str]: + """Read a list of strings. + + The value of `section` and `option` is treated as a comma- and newline- + separated list of strings. Each value is stripped of white space. + + Returns the list of strings. + + """ + value_list = self.get(section, option) + values = [] + for value_line in value_list.split("\n"): + for value in value_line.split(","): + value = value.strip() + if value: + values.append(value) + return values + + def getregexlist(self, section: str, option: str) -> list[str]: + """Read a list of full-line regexes. + + The value of `section` and `option` is treated as a newline-separated + list of regexes. Each value is stripped of white space. + + Returns the list of strings. + + """ + line_list = self.get(section, option) + return process_regexlist(section, option, line_list.splitlines()) + + +TConfigParser = HandyConfigParser | TomlConfigParser + + +# The default line exclusion regexes. +DEFAULT_EXCLUDE = [ + r"#\s*(pragma|PRAGMA)[:\s]?\s*(no|NO)\s*(cover|COVER)", + r"^\s*(((async )?def .*?)?\)(\s*->.*?)?:\s*)?\.\.\.\s*(#|$)", + r"if (typing\.)?TYPE_CHECKING:", +] + +# The default partial branch regexes, to be modified by the user. +DEFAULT_PARTIAL = [ + r"#\s*(pragma|PRAGMA)[:\s]?\s*(no|NO)\s*(branch|BRANCH)", +] + +# The default partial branch regexes, based on Python semantics. +# These are any Python branching constructs that can't actually execute all +# their branches. +DEFAULT_PARTIAL_ALWAYS = [ + "while (True|1|False|0):", + "if (True|1|False|0):", +] + + +class CoverageConfig(TConfigurable, TPluginConfig): + """Coverage.py configuration. + + The attributes of this class are the various settings that control the + operation of coverage.py. + + """ + + # pylint: disable=too-many-instance-attributes + + def __init__(self) -> None: + """Initialize the configuration attributes to their defaults.""" + # Metadata about the config. + # We tried to read these config files. + self.config_files_attempted: list[str] = [] + # We did read these config files, but maybe didn't find any content for us. + self.config_files_read: list[str] = [] + # The file that gave us our configuration. + self.config_file: str | None = None + self._config_contents: bytes | None = None + + # Defaults for [run] and [report] + self._include = None + self._omit = None + + # Defaults for [run] + self.branch = False + self.command_line: str | None = None + self.concurrency: list[str] = [] + self.context: str | None = None + self.core: str | None = None + self.cover_pylib = False + self.data_file = ".coverage" + self.debug: list[str] = [] + self.debug_file: str | None = None + self.disable_warnings: list[str] = [] + self.dynamic_context: str | None = None + self.parallel = False + self.patch: list[str] = [] + self.plugins: list[str] = [] + self.relative_files = False + self.run_include: list[str] = [] + self.run_omit: list[str] = [] + self.sigterm = False + self.source: list[str] | None = None + self.source_pkgs: list[str] = [] + self.source_dirs: list[str] = [] + self.timid = False + self._crash: str | None = None + + # Defaults for [report] + self.exclude_list = DEFAULT_EXCLUDE[:] + self.exclude_also: list[str] = [] + self.fail_under = 0.0 + self.format: str | None = None + self.ignore_errors = False + self.include_namespace_packages = False + self.report_include: list[str] | None = None + self.report_omit: list[str] | None = None + self.partial_always_list = DEFAULT_PARTIAL_ALWAYS[:] + self.partial_list = DEFAULT_PARTIAL[:] + self.partial_also: list[str] = [] + self.precision = 0 + self.report_contexts: list[str] | None = None + self.show_missing = False + self.skip_covered = False + self.skip_empty = False + self.sort: str | None = None + + # Defaults for [html] + self.extra_css: str | None = None + self.html_dir = "htmlcov" + self.html_skip_covered: bool | None = None + self.html_skip_empty: bool | None = None + self.html_title = "Coverage report" + self.show_contexts = False + + # Defaults for [xml] + self.xml_output = "coverage.xml" + self.xml_package_depth = 99 + + # Defaults for [json] + self.json_output = "coverage.json" + self.json_pretty_print = False + self.json_show_contexts = False + + # Defaults for [lcov] + self.lcov_output = "coverage.lcov" + self.lcov_line_checksums = False + + # Defaults for [paths] + self.paths: dict[str, list[str]] = {} + + # Options for plugins + self.plugin_options: dict[str, TConfigSectionOut] = {} + + MUST_BE_LIST = { + "debug", + "concurrency", + "plugins", + "report_omit", + "report_include", + "run_omit", + "run_include", + "patch", + } + + # File paths to make absolute during serialization. + # The pairs are (config_key, must_exist). + SERIALIZE_ABSPATH = { + ("data_file", False), + ("debug_file", False), + # `source` can be directories or modules, so don't abspath it if it + # doesn't exist. + ("source", True), + ("source_dirs", False), + } + + def from_args(self, **kwargs: TConfigValueIn) -> None: + """Read config values from `kwargs`.""" + for k, v in kwargs.items(): + if v is not None: + if k in self.MUST_BE_LIST and isinstance(v, str): + v = [v] + setattr(self, k, v) + + def from_file(self, filename: str, warn: Callable[[str], None], our_file: bool) -> bool: + """Read configuration from a .rc file. + + `filename` is a file name to read. + + `our_file` is True if this config file is specifically for coverage, + False if we are examining another config file (tox.ini, setup.cfg) + for possible settings. + + Returns True or False, whether the file could be read, and it had some + coverage.py settings in it. + + """ + _, ext = os.path.splitext(filename) + cp: TConfigParser + if ext == ".toml": + cp = TomlConfigParser(our_file) + else: + cp = HandyConfigParser(our_file) + + self.config_files_attempted.append(os.path.abspath(filename)) + + try: + files_read = cp.read(filename) + except (configparser.Error, TomlDecodeError) as err: + raise ConfigError(f"Couldn't read config file {filename}: {err}") from err + if not files_read: + return False + + self.config_files_read.extend(map(os.path.abspath, files_read)) + + any_set = False + try: + for option_spec in self.CONFIG_FILE_OPTIONS: + was_set = self._set_attr_from_config_option(cp, *option_spec) + if was_set: + any_set = True + except ValueError as err: + raise ConfigError(f"Couldn't read config file {filename}: {err}") from err + + # Check that there are no unrecognized options. + all_options = collections.defaultdict(set) + for option_spec in self.CONFIG_FILE_OPTIONS: + section, option = option_spec[1].split(":") + all_options[section].add(option) + + for section, options in all_options.items(): + real_section = cp.real_section(section) + if real_section: + for unknown in set(cp.options(section)) - options: + warn( + "Unrecognized option '[{}] {}=' in config file {}".format( + real_section, + unknown, + filename, + ), + ) + + # [paths] is special + if cp.has_section("paths"): + for option in cp.options("paths"): + self.paths[option] = cp.getlist("paths", option) + any_set = True + + # plugins can have options + for plugin in self.plugins: + if cp.has_section(plugin): + self.plugin_options[plugin] = cp.get_section(plugin) + any_set = True + + # Was this file used as a config file? If it's specifically our file, + # then it was used. If we're piggybacking on someone else's file, + # then it was only used if we found some settings in it. + if our_file: + used = True + else: + used = any_set + + if used: + self.config_file = os.path.abspath(filename) + with open(filename, "rb") as f: + self._config_contents = f.read() + + return used + + def copy(self) -> CoverageConfig: + """Return a copy of the configuration.""" + return copy.deepcopy(self) + + CONCURRENCY_CHOICES: Final[set[str]] = { + "thread", + "gevent", + "greenlet", + "eventlet", + "multiprocessing", + } + + # Mutually exclusive concurrency settings. + LIGHT_THREADS = {"greenlet", "eventlet", "gevent"} + + CONFIG_FILE_OPTIONS = [ + # These are *args for _set_attr_from_config_option: + # (attr, where, type_="") + # + # attr is the attribute to set on the CoverageConfig object. + # where is the section:name to read from the configuration file. + # type_ is the optional type to apply, by using .getTYPE to read the + # configuration value from the file. + # + # [run] + ("branch", "run:branch", "boolean"), + ("command_line", "run:command_line"), + ("concurrency", "run:concurrency", "list"), + ("context", "run:context"), + ("core", "run:core"), + ("cover_pylib", "run:cover_pylib", "boolean"), + ("data_file", "run:data_file", "file"), + ("debug", "run:debug", "list"), + ("debug_file", "run:debug_file", "file"), + ("disable_warnings", "run:disable_warnings", "list"), + ("dynamic_context", "run:dynamic_context"), + ("parallel", "run:parallel", "boolean"), + ("patch", "run:patch", "list"), + ("plugins", "run:plugins", "list"), + ("relative_files", "run:relative_files", "boolean"), + ("run_include", "run:include", "list"), + ("run_omit", "run:omit", "list"), + ("sigterm", "run:sigterm", "boolean"), + ("source", "run:source", "list"), + ("source_pkgs", "run:source_pkgs", "list"), + ("source_dirs", "run:source_dirs", "list"), + ("timid", "run:timid", "boolean"), + ("_crash", "run:_crash"), + # + # [report] + ("exclude_list", "report:exclude_lines", "regexlist"), + ("exclude_also", "report:exclude_also", "regexlist"), + ("fail_under", "report:fail_under", "float"), + ("format", "report:format"), + ("ignore_errors", "report:ignore_errors", "boolean"), + ("include_namespace_packages", "report:include_namespace_packages", "boolean"), + ("partial_always_list", "report:partial_branches_always", "regexlist"), + ("partial_list", "report:partial_branches", "regexlist"), + ("partial_also", "report:partial_also", "regexlist"), + ("precision", "report:precision", "int"), + ("report_contexts", "report:contexts", "list"), + ("report_include", "report:include", "list"), + ("report_omit", "report:omit", "list"), + ("show_missing", "report:show_missing", "boolean"), + ("skip_covered", "report:skip_covered", "boolean"), + ("skip_empty", "report:skip_empty", "boolean"), + ("sort", "report:sort"), + # + # [html] + ("extra_css", "html:extra_css"), + ("html_dir", "html:directory", "file"), + ("html_skip_covered", "html:skip_covered", "boolean"), + ("html_skip_empty", "html:skip_empty", "boolean"), + ("html_title", "html:title"), + ("show_contexts", "html:show_contexts", "boolean"), + # + # [xml] + ("xml_output", "xml:output", "file"), + ("xml_package_depth", "xml:package_depth", "int"), + # + # [json] + ("json_output", "json:output", "file"), + ("json_pretty_print", "json:pretty_print", "boolean"), + ("json_show_contexts", "json:show_contexts", "boolean"), + # + # [lcov] + ("lcov_output", "lcov:output", "file"), + ("lcov_line_checksums", "lcov:line_checksums", "boolean"), + ] + + def _set_attr_from_config_option( + self, + cp: TConfigParser, + attr: str, + where: str, + type_: str = "", + ) -> bool: + """Set an attribute on self if it exists in the ConfigParser. + + Returns True if the attribute was set. + + """ + section, option = where.split(":") + if cp.has_option(section, option): + method = getattr(cp, f"get{type_}") + setattr(self, attr, method(section, option)) + return True + return False + + def get_plugin_options(self, plugin: str) -> TConfigSectionOut: + """Get a dictionary of options for the plugin named `plugin`.""" + return self.plugin_options.get(plugin, {}) + + def set_option(self, option_name: str, value: TConfigValueIn | TConfigSectionIn) -> None: + """Set an option in the configuration. + + `option_name` is a colon-separated string indicating the section and + option name. For example, the ``branch`` option in the ``[run]`` + section of the config file would be indicated with `"run:branch"`. + + `value` is the new value for the option. + + """ + # Special-cased options. + if option_name == "paths": + # This is ugly, but type-checks and ensures the values are close + # to right. + self.paths = {} + assert isinstance(value, Mapping) + for k, v in value.items(): + assert isinstance(v, Iterable) + self.paths[k] = list(v) + return + + # Check all the hard-coded options. + for option_spec in self.CONFIG_FILE_OPTIONS: + attr, where = option_spec[:2] + if where == option_name: + setattr(self, attr, value) + return + + # See if it's a plugin option. + plugin_name, _, key = option_name.partition(":") + if key and plugin_name in self.plugins: + self.plugin_options.setdefault(plugin_name, {})[key] = value # type: ignore[index] + return + + # If we get here, we didn't find the option. + raise ConfigError(f"No such option: {option_name!r}") + + def get_option(self, option_name: str) -> TConfigValueOut | None: + """Get an option from the configuration. + + `option_name` is a colon-separated string indicating the section and + option name. For example, the ``branch`` option in the ``[run]`` + section of the config file would be indicated with `"run:branch"`. + + Returns the value of the option. + + """ + # Special-cased options. + if option_name == "paths": + return self.paths + + # Check all the hard-coded options. + for option_spec in self.CONFIG_FILE_OPTIONS: + attr, where = option_spec[:2] + if where == option_name: + return getattr(self, attr) # type: ignore[no-any-return] + + # See if it's a plugin option. + plugin_name, _, key = option_name.partition(":") + if key and plugin_name in self.plugins: + return self.plugin_options.get(plugin_name, {}).get(key) + + # If we get here, we didn't find the option. + raise ConfigError(f"No such option: {option_name!r}") + + def post_process(self) -> None: + """Make final adjustments to settings to make them usable.""" + self.paths = {k: [process_file_value(f) for f in v] for k, v in self.paths.items()} + + self.exclude_list += self.exclude_also + self.partial_list += self.partial_also + + if "subprocess" in self.patch: + self.parallel = True + + # We can handle a few concurrency options here, but only one at a time. + concurrencies = set(self.concurrency) + unknown = concurrencies - self.CONCURRENCY_CHOICES + if unknown: + show = ", ".join(sorted(unknown)) + raise ConfigError(f"Unknown concurrency choices: {show}") + light_threads = concurrencies & self.LIGHT_THREADS + if len(light_threads) > 1: + show = ", ".join(sorted(light_threads)) + raise ConfigError(f"Conflicting concurrency settings: {show}") + + def debug_info(self) -> list[tuple[str, Any]]: + """Make a list of (name, value) pairs for writing debug info.""" + return human_sorted_items((k, v) for k, v in self.__dict__.items() if not k.startswith("_")) + + def serialize(self) -> str: + """Convert to a string that can be ingested with `deserialize`. + + File paths used by `coverage run` are made absolute to ensure the + deserialized config will refer to the same files. + """ + data = {k: v for k, v in self.__dict__.items() if not k.startswith("_")} + for k, must_exist in self.SERIALIZE_ABSPATH: + abs_fn = abs_path_if_exists if must_exist else os.path.abspath + v = data[k] + if isinstance(v, list): + v = list(map(abs_fn, v)) + elif isinstance(v, str): + v = abs_fn(v) + data[k] = v + return base64.b64encode(json.dumps(data).encode()).decode() + + @classmethod + def deserialize(cls, config_str: str) -> CoverageConfig: + """Take a string from `serialize`, and make a CoverageConfig.""" + data = json.loads(base64.b64decode(config_str.encode()).decode()) + config = cls() + config.__dict__.update(data) + return config + + +def process_file_value(path: str) -> str: + """Make adjustments to a file path to make it usable.""" + return os.path.expanduser(path) + + +def abs_path_if_exists(path: str) -> str: + """os.path.abspath, but only if the path exists.""" + if os.path.exists(path): + return os.path.abspath(path) + else: + return path + + +def process_regexlist(name: str, option: str, values: list[str]) -> list[str]: + """Check the values in a regex list and keep the non-blank ones.""" + value_list = [] + for value in values: + value = value.strip() + try: + re.compile(value) + except re.error as e: + raise ConfigError(f"Invalid [{name}].{option} value {value!r}: {e}") from e + if value: + value_list.append(value) + return value_list + + +def config_files_to_try(config_file: bool | str) -> list[tuple[str, bool, bool]]: + """What config files should we try to read? + + Returns a list of tuples: + (filename, is_our_file, was_file_specified) + """ + + # Some API users were specifying ".coveragerc" to mean the same as + # True, so make it so. + if config_file == ".coveragerc": + config_file = True + specified_file = config_file is not True + if not specified_file: + # No file was specified. Check COVERAGE_RCFILE. + rcfile = os.getenv("COVERAGE_RCFILE") + if rcfile: + config_file = rcfile + specified_file = True + if not specified_file: + # Still no file specified. Default to .coveragerc + config_file = ".coveragerc" + assert isinstance(config_file, str) + files_to_try = [ + (config_file, True, specified_file), + (".coveragerc.toml", True, False), + ("setup.cfg", False, False), + ("tox.ini", False, False), + ("pyproject.toml", False, False), + ] + return files_to_try + + +def read_coverage_config( + config_file: bool | str, + warn: Callable[[str], None], + **kwargs: TConfigValueIn, +) -> CoverageConfig: + """Read the coverage.py configuration. + + Arguments: + config_file: a boolean or string, see the `Coverage` class for the + tricky details. + warn: a function to issue warnings. + all others: keyword arguments from the `Coverage` class, used for + setting values in the configuration. + + Returns: + config: + config is a CoverageConfig object read from the appropriate + configuration file. + + """ + # Build the configuration from a number of sources: + # 1) defaults: + config = CoverageConfig() + + # 2) from a file: + if config_file: + files_to_try = config_files_to_try(config_file) + + for fname, our_file, specified_file in files_to_try: + config_read = config.from_file(fname, warn, our_file=our_file) + if config_read: + break + if specified_file: + raise ConfigError(f"Couldn't read {fname!r} as a config file") + + # 3) from environment variables: + env_data_file = os.getenv("COVERAGE_FILE") + if env_data_file: + config.data_file = env_data_file + + # $set_env.py: COVERAGE_DEBUG - Debug options: https://coverage.rtfd.io/cmd.html#debug + debugs = os.getenv("COVERAGE_DEBUG") + if debugs: + config.debug.extend(d.strip() for d in debugs.split(",")) + + # Read the COVERAGE_CORE environment variable for backward compatibility, + # and because we use it in the test suite to pick a specific core. + env_core = os.getenv("COVERAGE_CORE") + if env_core: + config.core = env_core + + # 4) from constructor arguments: + config.from_args(**kwargs) + + # 5) for our benchmark, force settings using a secret environment variable: + force_file = os.getenv("COVERAGE_FORCE_CONFIG") + if force_file: + config.from_file(force_file, warn, our_file=True) + + # Once all the config has been collected, there's a little post-processing + # to do. + config.post_process() + + return config diff --git a/.venv/lib/python3.12/site-packages/coverage/context.py b/.venv/lib/python3.12/site-packages/coverage/context.py new file mode 100644 index 0000000..bb4b3a1 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/context.py @@ -0,0 +1,74 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Determine contexts for coverage.py""" + +from __future__ import annotations + +from collections.abc import Sequence +from types import FrameType + +from coverage.types import TShouldStartContextFn + + +def combine_context_switchers( + context_switchers: Sequence[TShouldStartContextFn], +) -> TShouldStartContextFn | None: + """Create a single context switcher from multiple switchers. + + `context_switchers` is a list of functions that take a frame as an + argument and return a string to use as the new context label. + + Returns a function that composites `context_switchers` functions, or None + if `context_switchers` is an empty list. + + When invoked, the combined switcher calls `context_switchers` one-by-one + until a string is returned. The combined switcher returns None if all + `context_switchers` return None. + """ + if not context_switchers: + return None + + if len(context_switchers) == 1: + return context_switchers[0] + + def should_start_context(frame: FrameType) -> str | None: + """The combiner for multiple context switchers.""" + for switcher in context_switchers: + new_context = switcher(frame) + if new_context is not None: + return new_context + return None + + return should_start_context + + +def should_start_context_test_function(frame: FrameType) -> str | None: + """Is this frame calling a test_* function?""" + co_name = frame.f_code.co_name + if co_name.startswith("test") or co_name == "runTest": + return qualname_from_frame(frame) + return None + + +def qualname_from_frame(frame: FrameType) -> str | None: + """Get a qualified name for the code running in `frame`.""" + co = frame.f_code + fname = co.co_name + method = None + if co.co_argcount and co.co_varnames[0] == "self": + self = frame.f_locals.get("self", None) + method = getattr(self, fname, None) + + if method is None: + func = frame.f_globals.get(fname) + if func is None: + return None + return f"{func.__module__}.{fname}" + + func = getattr(method, "__func__", None) + if func is None: + cls = self.__class__ + return f"{cls.__module__}.{cls.__name__}.{fname}" + + return f"{func.__module__}.{func.__qualname__}" diff --git a/.venv/lib/python3.12/site-packages/coverage/control.py b/.venv/lib/python3.12/site-packages/coverage/control.py new file mode 100644 index 0000000..e52e77b --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/control.py @@ -0,0 +1,1514 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Central control stuff for coverage.py.""" + +from __future__ import annotations + +import atexit +import collections +import contextlib +import datetime +import functools +import os +import os.path +import signal +import sys +import threading +import time +import warnings +from collections.abc import Callable, Iterable, Iterator +from types import FrameType +from typing import IO, Any, cast + +from coverage import env +from coverage.annotate import AnnotateReporter +from coverage.collector import Collector +from coverage.config import CoverageConfig, read_coverage_config +from coverage.context import combine_context_switchers, should_start_context_test_function +from coverage.core import CTRACER_FILE, Core +from coverage.data import CoverageData, combine_parallel_data +from coverage.debug import ( + DebugControl, + NoDebugging, + relevant_environment_display, + short_stack, + write_formatted_info, +) +from coverage.disposition import disposition_debug_msg +from coverage.exceptions import ConfigError, CoverageException, CoverageWarning, PluginError +from coverage.files import PathAliases, abs_file, relative_filename, set_relative_directory +from coverage.html import HtmlReporter +from coverage.inorout import InOrOut +from coverage.jsonreport import JsonReporter +from coverage.lcovreport import LcovReporter +from coverage.misc import ( + DefaultValue, + bool_or_none, + ensure_dir_for_file, + isolate_module, + join_regex, +) +from coverage.multiproc import patch_multiprocessing +from coverage.patch import apply_patches +from coverage.plugin import FileReporter +from coverage.plugin_support import Plugins, TCoverageInit +from coverage.python import PythonFileReporter +from coverage.report import SummaryReporter +from coverage.report_core import render_report +from coverage.results import Analysis, analysis_from_file_reporter +from coverage.types import ( + FilePath, + TConfigSectionIn, + TConfigurable, + TConfigValueIn, + TConfigValueOut, + TFileDisposition, + TLineNo, + TMorf, + TMorfs, +) +from coverage.version import __url__ +from coverage.xmlreport import XmlReporter + +os = isolate_module(os) + + +@contextlib.contextmanager +def override_config(cov: Coverage, **kwargs: TConfigValueIn) -> Iterator[None]: + """Temporarily tweak the configuration of `cov`. + + The arguments are applied to `cov.config` with the `from_args` method. + At the end of the with-statement, the old configuration is restored. + """ + original_config = cov.config + cov.config = cov.config.copy() + try: + cov.config.from_args(**kwargs) + yield + finally: + cov.config = original_config + + +DEFAULT_DATAFILE = DefaultValue("MISSING") +_DEFAULT_DATAFILE = DEFAULT_DATAFILE # Just in case, for backwards compatibility +CONFIG_DATA_PREFIX = ":data:" + + +class Coverage(TConfigurable): + """Programmatic access to coverage.py. + + To use:: + + from coverage import Coverage + + cov = Coverage() + cov.start() + #.. call your code .. + cov.stop() + cov.html_report(directory="covhtml") + + A context manager is available to do the same thing:: + + cov = Coverage() + with cov.collect(): + #.. call your code .. + cov.html_report(directory="covhtml") + + Note: in keeping with Python custom, names starting with underscore are + not part of the public API. They might stop working at any point. Please + limit yourself to documented methods to avoid problems. + + Methods can raise any of the exceptions described in :ref:`api_exceptions`. + + """ + + # The stack of started Coverage instances. + _instances: list[Coverage] = [] + + @classmethod + def current(cls) -> Coverage | None: + """Get the latest started `Coverage` instance, if any. + + Returns: a `Coverage` instance, or None. + + .. versionadded:: 5.0 + + """ + if cls._instances: + return cls._instances[-1] + else: + return None + + def __init__( # pylint: disable=too-many-arguments + self, + data_file: FilePath | DefaultValue | None = DEFAULT_DATAFILE, + data_suffix: str | bool | None = None, + cover_pylib: bool | None = None, + auto_data: bool = False, + timid: bool | None = None, + branch: bool | None = None, + config_file: FilePath | bool = True, + source: Iterable[str] | None = None, + source_pkgs: Iterable[str] | None = None, + source_dirs: Iterable[str] | None = None, + omit: str | Iterable[str] | None = None, + include: str | Iterable[str] | None = None, + debug: Iterable[str] | None = None, + concurrency: str | Iterable[str] | None = None, + check_preimported: bool = False, + context: str | None = None, + messages: bool = False, + plugins: Iterable[Callable[..., None]] | None = None, + ) -> None: + """ + Many of these arguments duplicate and override values that can be + provided in a configuration file. Parameters that are missing here + will use values from the config file. + + `data_file` is the base name of the data file to use. The config value + defaults to ".coverage". None can be provided to prevent writing a data + file. `data_suffix` is appended (with a dot) to `data_file` to create + the final file name. If `data_suffix` is simply True, then a suffix is + created with the machine and process identity included. + + `cover_pylib` is a boolean determining whether Python code installed + with the Python interpreter is measured. This includes the Python + standard library and any packages installed with the interpreter. + + If `auto_data` is true, then any existing data file will be read when + coverage measurement starts, and data will be saved automatically when + measurement stops. + + If `timid` is true, then a slower and simpler trace function will be + used. This is important for some environments where manipulation of + tracing functions breaks the faster trace function. + + If `branch` is true, then branch coverage will be measured in addition + to the usual statement coverage. + + `config_file` determines what configuration file to read: + + * If it is ".coveragerc", it is interpreted as if it were True, + for backward compatibility. + + * If it is a string, it is the name of the file to read. If the + file can't be read, it is an error. + + * If it is True, then a few standard files names are tried + (".coveragerc", "setup.cfg", "tox.ini"). It is not an error for + these files to not be found. + + * If it is False, then no configuration file is read. + + `source` is a list of file paths or package names. Only code located + in the trees indicated by the file paths or package names will be + measured. + + `source_pkgs` is a list of package names. It works the same as + `source`, but can be used to name packages where the name can also be + interpreted as a file path. + + `source_dirs` is a list of file paths. It works the same as + `source`, but raises an error if the path doesn't exist, rather + than being treated as a package name. + + `include` and `omit` are lists of file name patterns. Files that match + `include` will be measured, files that match `omit` will not. Each + will also accept a single string argument. + + `debug` is a list of strings indicating what debugging information is + desired. + + `concurrency` is a string indicating the concurrency library being used + in the measured code. Without this, coverage.py will get incorrect + results if these libraries are in use. Valid strings are "greenlet", + "eventlet", "gevent", "multiprocessing", or "thread" (the default). + This can also be a list of these strings. + + If `check_preimported` is true, then when coverage is started, the + already-imported files will be checked to see if they should be + measured by coverage. Importing measured files before coverage is + started can mean that code is missed. + + `context` is a string to use as the :ref:`static context + ` label for collected data. + + If `messages` is true, some messages will be printed to stdout + indicating what is happening. + + If `plugins` are passed, they are an iterable of function objects + accepting a `reg` object to register plugins, as described in + :ref:`api_plugin`. When they are provided, they will override the + plugins found in the coverage configuration file. + + .. versionadded:: 4.0 + The `concurrency` parameter. + + .. versionadded:: 4.2 + The `concurrency` parameter can now be a list of strings. + + .. versionadded:: 5.0 + The `check_preimported` and `context` parameters. + + .. versionadded:: 5.3 + The `source_pkgs` parameter. + + .. versionadded:: 6.0 + The `messages` parameter. + + .. versionadded:: 7.7 + The `plugins` parameter. + + .. versionadded:: 7.8 + The `source_dirs` parameter. + """ + # Start self.config as a usable default configuration. It will soon be + # replaced with the real configuration. + self.config = CoverageConfig() + + # data_file=None means no disk file at all. data_file missing means + # use the value from the config file. + self._no_disk = data_file is None + if isinstance(data_file, DefaultValue): + data_file = None + if data_file is not None: + data_file = os.fspath(data_file) + + # This is injectable by tests. + self._debug_file: IO[str] | None = None + + self._auto_load = self._auto_save = auto_data + self._data_suffix_specified = data_suffix + + # Is it ok for no data to be collected? + self._warn_no_data = True + self._warn_unimported_source = True + self._warn_preimported_source = check_preimported + self._no_warn_slugs: set[str] = set() + self._messages = messages + + # A record of all the warnings that have been issued. + self._warnings: list[str] = [] + + # Other instance attributes, set with placebos or placeholders. + # More useful objects will be created later. + self._debug: DebugControl = NoDebugging() + self._inorout: InOrOut | None = None + self._plugins: Plugins = Plugins() + self._plugin_override = cast(Iterable[TCoverageInit] | None, plugins) + self._data: CoverageData | None = None + self._data_to_close: list[CoverageData] = [] + self._core: Core | None = None + self._collector: Collector | None = None + self._metacov = False + + self._file_mapper: Callable[[str], str] = abs_file + self._data_suffix = self._run_suffix = None + self._exclude_re: dict[str, str] = {} + self._old_sigterm: Callable[[int, FrameType | None], Any] | None = None + + # State machine variables: + # Have we initialized everything? + self._inited = False + self._inited_for_start = False + # Have we started collecting and not stopped it? + self._started = False + # Should we write the debug output? + self._should_write_debug = True + + # Build our configuration from a number of sources. + if isinstance(config_file, str) and config_file.startswith(CONFIG_DATA_PREFIX): + self.config = CoverageConfig.deserialize(config_file[len(CONFIG_DATA_PREFIX) :]) + else: + if not isinstance(config_file, bool): + config_file = os.fspath(config_file) + self.config = read_coverage_config( + config_file=config_file, + warn=self._warn, + data_file=data_file, + cover_pylib=cover_pylib, + timid=timid, + branch=branch, + parallel=bool_or_none(data_suffix), + source=source, + source_pkgs=source_pkgs, + source_dirs=source_dirs, + run_omit=omit, + run_include=include, + debug=debug, + report_omit=omit, + report_include=include, + concurrency=concurrency, + context=context, + ) + + # If we have subprocess measurement happening automatically, then we + # want any explicit creation of a Coverage object to mean, this process + # is already coverage-aware, so don't auto-measure it. By now, the + # auto-creation of a Coverage object has already happened. But we can + # find it and tell it not to save its data. + if not env.METACOV: + _prevent_sub_process_measurement() + + def __repr__(self) -> str: + core_name = self._core.tracer_class.__name__ if self._core is not None else "-none-" + data_file = repr(self._data._filename) if self._data is not None else "-none-" + return ( + "" + ) + + def _init(self) -> None: + """Set all the initial state. + + This is called by the public methods to initialize state. This lets us + construct a :class:`Coverage` object, then tweak its state before this + function is called. + + """ + if self._inited: + return + + self._inited = True + + # Create and configure the debugging controller. + self._debug = DebugControl(self.config.debug, self._debug_file, self.config.debug_file) + if self._debug.should("process"): + self._debug.write("Coverage._init") + + if "multiprocessing" in (self.config.concurrency or ()): + # Multi-processing uses parallel for the subprocesses, so also use + # it for the main process. + self.config.parallel = True + + # _exclude_re is a dict that maps exclusion list names to compiled regexes. + self._exclude_re = {} + + set_relative_directory() + if self.config.relative_files: + self._file_mapper = relative_filename + + # Load plugins + self._plugins = Plugins(self._debug) + if self._plugin_override: + self._plugins.load_from_callables(self._plugin_override) + else: + self._plugins.load_from_config(self.config.plugins, self.config) + + # Run configuring plugins. + for plugin in self._plugins.configurers: + # We need an object with set_option and get_option. Either self or + # self.config will do. Choosing randomly stops people from doing + # other things with those objects, against the public API. Yes, + # this is a bit childish. :) + plugin.configure([self, self.config][int(time.time()) % 2]) + + def _post_init(self) -> None: + """Stuff to do after everything is initialized.""" + if self._should_write_debug: + self._should_write_debug = False + self._write_startup_debug() + + # "[run] _crash" will raise an exception if the value is close by in + # the call stack, for testing error handling. + if self.config._crash and self.config._crash in short_stack(): + raise RuntimeError(f"Crashing because called by {self.config._crash}") + + def _write_startup_debug(self) -> None: + """Write out debug info at startup if needed.""" + wrote_any = False + with self._debug.without_callers(): + if self._debug.should("config"): + write_formatted_info(self._debug.write, "config", self.config.debug_info()) + wrote_any = True + + if self._debug.should("sys"): + write_formatted_info(self._debug.write, "sys", self.sys_info()) + for plugin in self._plugins: + header = "sys: " + plugin._coverage_plugin_name + write_formatted_info(self._debug.write, header, plugin.sys_info()) + wrote_any = True + + if self._debug.should("pybehave"): + write_formatted_info(self._debug.write, "pybehave", env.debug_info()) + wrote_any = True + + if self._debug.should("sqlite"): + write_formatted_info(self._debug.write, "sqlite", CoverageData.sys_info()) + wrote_any = True + + if wrote_any: + write_formatted_info(self._debug.write, "end", ()) + + def _should_trace(self, filename: str, frame: FrameType) -> TFileDisposition: + """Decide whether to trace execution in `filename`. + + Calls `_should_trace_internal`, and returns the FileDisposition. + + """ + assert self._inorout is not None + disp = self._inorout.should_trace(filename, frame) + if self._debug.should("trace"): + self._debug.write(disposition_debug_msg(disp)) + return disp + + def _check_include_omit_etc(self, filename: str, frame: FrameType) -> bool: + """Check a file name against the include/omit/etc, rules, verbosely. + + Returns a boolean: True if the file should be traced, False if not. + + """ + assert self._inorout is not None + reason = self._inorout.check_include_omit_etc(filename, frame) + if self._debug.should("trace"): + if not reason: + msg = f"Including {filename!r}" + else: + msg = f"Not including {filename!r}: {reason}" + self._debug.write(msg) + + return not reason + + def _warn(self, msg: str, slug: str | None = None, once: bool = False) -> None: + """Use `msg` as a warning. + + For warning suppression, use `slug` as the shorthand. + + If `once` is true, only show this warning once (determined by the + slug.) + + """ + if not self._no_warn_slugs: + self._no_warn_slugs = set(self.config.disable_warnings) + + if slug in self._no_warn_slugs: + # Don't issue the warning + return + + self._warnings.append(msg) + if slug: + msg = f"{msg} ({slug}); see {__url__}/messages.html#warning-{slug}" + if self._debug.should("pid"): + msg = f"[{os.getpid()}] {msg}" + warnings.warn(msg, category=CoverageWarning, stacklevel=2) + + if once: + assert slug is not None + self._no_warn_slugs.add(slug) + + def _message(self, msg: str) -> None: + """Write a message to the user, if configured to do so.""" + if self._messages: + print(msg) + + def get_option(self, option_name: str) -> TConfigValueOut | None: + """Get an option from the configuration. + + `option_name` is a colon-separated string indicating the section and + option name. For example, the ``branch`` option in the ``[run]`` + section of the config file would be indicated with `"run:branch"`. + + Returns the value of the option. The type depends on the option + selected. + + As a special case, an `option_name` of ``"paths"`` will return an + dictionary with the entire ``[paths]`` section value. + + .. versionadded:: 4.0 + + """ + return self.config.get_option(option_name) + + def set_option(self, option_name: str, value: TConfigValueIn | TConfigSectionIn) -> None: + """Set an option in the configuration. + + `option_name` is a colon-separated string indicating the section and + option name. For example, the ``branch`` option in the ``[run]`` + section of the config file would be indicated with ``"run:branch"``. + + `value` is the new value for the option. This should be an + appropriate Python value. For example, use True for booleans, not the + string ``"True"``. + + As an example, calling: + + .. code-block:: python + + cov.set_option("run:branch", True) + + has the same effect as this configuration file: + + .. code-block:: ini + + [run] + branch = True + + As a special case, an `option_name` of ``"paths"`` will replace the + entire ``[paths]`` section. The value should be a dictionary. + + .. versionadded:: 4.0 + + """ + self.config.set_option(option_name, value) + + def load(self) -> None: + """Load previously-collected coverage data from the data file.""" + self._init() + if self._collector is not None: + self._collector.reset() + should_skip = self.config.parallel and not os.path.exists(self.config.data_file) + if not should_skip: + self._init_data(suffix=None) + self._post_init() + if not should_skip: + assert self._data is not None + self._data.read() + + def _init_for_start(self) -> None: + """Initialization for start()""" + # Construct the collector. + concurrency: list[str] = self.config.concurrency + if "multiprocessing" in concurrency: + if self.config.config_file is None: + raise ConfigError("multiprocessing requires a configuration file") + patch_multiprocessing(rcfile=self.config.config_file) + + dycon = self.config.dynamic_context + if not dycon or dycon == "none": + context_switchers = [] + elif dycon == "test_function": + context_switchers = [should_start_context_test_function] + else: + raise ConfigError(f"Don't understand dynamic_context setting: {dycon!r}") + + context_switchers.extend( + plugin.dynamic_context for plugin in self._plugins.context_switchers + ) + + should_start_context = combine_context_switchers(context_switchers) + + self._core = Core( + warn=self._warn, + debug=(self._debug if self._debug.should("core") else None), + config=self.config, + dynamic_contexts=(should_start_context is not None), + metacov=self._metacov, + ) + self._collector = Collector( + core=self._core, + should_trace=self._should_trace, + check_include=self._check_include_omit_etc, + should_start_context=should_start_context, + file_mapper=self._file_mapper, + branch=self.config.branch, + warn=self._warn, + concurrency=concurrency, + ) + + suffix = self._data_suffix_specified + if suffix: + if not isinstance(suffix, str): + # if data_suffix=True, use .machinename.pid.random + suffix = True + elif self.config.parallel: + if suffix is None: + suffix = True + elif not isinstance(suffix, str): + suffix = bool(suffix) + else: + suffix = None + + self._init_data(suffix) + + assert self._data is not None + self._collector.use_data(self._data, self.config.context) + + # Early warning if we aren't going to be able to support plugins. + if self._plugins.file_tracers and not self._core.supports_plugins: + self._warn( + "Plugin file tracers ({}) aren't supported with {}".format( + ", ".join( + plugin._coverage_plugin_name for plugin in self._plugins.file_tracers + ), + self._collector.tracer_name(), + ), + ) + for plugin in self._plugins.file_tracers: + plugin._coverage_enabled = False + + # Create the file classifying substructure. + self._inorout = InOrOut( + config=self.config, + warn=self._warn, + debug=(self._debug if self._debug.should("trace") else None), + include_namespace_packages=self.config.include_namespace_packages, + ) + self._inorout.plugins = self._plugins + self._inorout.disp_class = self._core.file_disposition_class + + # It's useful to write debug info after initing for start. + self._should_write_debug = True + + # Register our clean-up handlers. + atexit.register(self._atexit) + if self.config.sigterm: + is_main = (threading.current_thread() == threading.main_thread()) # fmt: skip + if is_main and not env.WINDOWS: + # The Python docs seem to imply that SIGTERM works uniformly even + # on Windows, but that's not my experience, and this agrees: + # https://stackoverflow.com/questions/35772001/x/35792192#35792192 + self._old_sigterm = signal.signal( # type: ignore[assignment] + signal.SIGTERM, + self._on_sigterm, + ) + + def _init_data(self, suffix: str | bool | None) -> None: + """Create a data file if we don't have one yet.""" + if self._data is None: + # Create the data file. We do this at construction time so that the + # data file will be written into the directory where the process + # started rather than wherever the process eventually chdir'd to. + ensure_dir_for_file(self.config.data_file) + self._data = CoverageData( + basename=self.config.data_file, + suffix=suffix, + warn=self._warn, + debug=self._debug, + no_disk=self._no_disk, + ) + self._data_to_close.append(self._data) + + def start(self) -> None: + """Start measuring code coverage. + + Coverage measurement is only collected in functions called after + :meth:`start` is invoked. Statements in the same scope as + :meth:`start` won't be measured. + + Once you invoke :meth:`start`, you must also call :meth:`stop` + eventually, or your process might not shut down cleanly. + + The :meth:`collect` method is a context manager to handle both + starting and stopping collection. + + """ + self._init() + if not self._inited_for_start: + self._inited_for_start = True + self._init_for_start() + self._post_init() + + assert self._collector is not None + assert self._inorout is not None + + # Issue warnings for possible problems. + self._inorout.warn_conflicting_settings() + + # See if we think some code that would eventually be measured has + # already been imported. + if self._warn_preimported_source: + self._inorout.warn_already_imported_files() + + if self._auto_load: + self.load() + + apply_patches(self, self.config, self._debug) + + self._collector.start() + self._started = True + self._instances.append(self) + + def stop(self) -> None: + """Stop measuring code coverage.""" + if self._instances: + if self._instances[-1] is self: + self._instances.pop() + if self._started: + assert self._collector is not None + self._collector.stop() + self._started = False + + @contextlib.contextmanager + def collect(self) -> Iterator[None]: + """A context manager to start/stop coverage measurement collection. + + .. versionadded:: 7.3 + + """ + self.start() + try: + yield + finally: + self.stop() # pragma: nested + + def _atexit(self, event: str = "atexit") -> None: + """Clean up on process shutdown.""" + if self._debug.should("process"): + self._debug.write(f"{event}: pid: {os.getpid()}, instance: {self!r}") + if self._started: + self.stop() + if self._auto_save or event == "sigterm": + self.save() + for d in self._data_to_close: + d.close(force=True) + + def _on_sigterm(self, signum_unused: int, frame_unused: FrameType | None) -> None: + """A handler for signal.SIGTERM.""" + self._atexit("sigterm") + # Statements after here won't be seen by metacov because we just wrote + # the data, and are about to kill the process. + signal.signal(signal.SIGTERM, self._old_sigterm) # pragma: not covered + os.kill(os.getpid(), signal.SIGTERM) # pragma: not covered + + def erase(self) -> None: + """Erase previously collected coverage data. + + This removes the in-memory data collected in this session as well as + discarding the data file. + + """ + self._init() + self._post_init() + if self._collector is not None: + self._collector.reset() + self._init_data(suffix=None) + assert self._data is not None + self._data.erase(parallel=self.config.parallel) + self._data = None + self._inited_for_start = False + + def switch_context(self, new_context: str) -> None: + """Switch to a new dynamic context. + + `new_context` is a string to use as the :ref:`dynamic context + ` label for collected data. If a :ref:`static + context ` is in use, the static and dynamic context + labels will be joined together with a pipe character. + + Coverage collection must be started already. + + .. versionadded:: 5.0 + + """ + if not self._started: # pragma: part started + raise CoverageException("Cannot switch context, coverage is not started") + + assert self._collector is not None + if self._collector.should_start_context: + self._warn("Conflicting dynamic contexts", slug="dynamic-conflict", once=True) + + self._collector.switch_context(new_context) + + def clear_exclude(self, which: str = "exclude") -> None: + """Clear the exclude list.""" + self._init() + setattr(self.config, f"{which}_list", []) + self._exclude_regex_stale() + + def exclude(self, regex: str, which: str = "exclude") -> None: + """Exclude source lines from execution consideration. + + A number of lists of regular expressions are maintained. Each list + selects lines that are treated differently during reporting. + + `which` determines which list is modified. The "exclude" list selects + lines that are not considered executable at all. The "partial" list + indicates lines with branches that are not taken. + + `regex` is a regular expression. The regex is added to the specified + list. If any of the regexes in the list is found in a line, the line + is marked for special treatment during reporting. + + """ + self._init() + excl_list = getattr(self.config, f"{which}_list") + excl_list.append(regex) + self._exclude_regex_stale() + + def _exclude_regex_stale(self) -> None: + """Drop all the compiled exclusion regexes, a list was modified.""" + self._exclude_re.clear() + + def _exclude_regex(self, which: str) -> str: + """Return a regex string for the given exclusion list.""" + if which not in self._exclude_re: + excl_list = getattr(self.config, f"{which}_list") + self._exclude_re[which] = join_regex(excl_list) + return self._exclude_re[which] + + def get_exclude_list(self, which: str = "exclude") -> list[str]: + """Return a list of excluded regex strings. + + `which` indicates which list is desired. See :meth:`exclude` for the + lists that are available, and their meaning. + + """ + self._init() + return cast(list[str], getattr(self.config, f"{which}_list")) + + def save(self) -> None: + """Save the collected coverage data to the data file.""" + data = self.get_data() + data.write() + + def _make_aliases(self) -> PathAliases: + """Create a PathAliases from our configuration.""" + aliases = PathAliases( + debugfn=(self._debug.write if self._debug.should("pathmap") else None), + relative=self.config.relative_files, + ) + for paths in self.config.paths.values(): + result = paths[0] + for pattern in paths[1:]: + aliases.add(pattern, result) + return aliases + + def combine( + self, + data_paths: Iterable[str] | None = None, + strict: bool = False, + keep: bool = False, + ) -> None: + """Combine together a number of similarly-named coverage data files. + + All coverage data files whose name starts with `data_file` (from the + coverage() constructor) will be read, and combined together into the + current measurements. + + `data_paths` is a list of files or directories from which data should + be combined. If no list is passed, then the data files from the + directory indicated by the current data file (probably the current + directory) will be combined. + + If `strict` is true, then it is an error to attempt to combine when + there are no data files to combine. + + If `keep` is true, then original input data files won't be deleted. + + .. versionadded:: 4.0 + The `data_paths` parameter. + + .. versionadded:: 4.3 + The `strict` parameter. + + .. versionadded: 5.5 + The `keep` parameter. + """ + self._init() + self._init_data(suffix=None) + self._post_init() + self.get_data() + + assert self._data is not None + combine_parallel_data( + self._data, + aliases=self._make_aliases(), + data_paths=data_paths, + strict=strict, + keep=keep, + message=self._message, + ) + + def get_data(self) -> CoverageData: + """Get the collected data. + + Also warn about various problems collecting data. + + Returns a :class:`coverage.CoverageData`, the collected coverage data. + + .. versionadded:: 4.0 + + """ + self._init() + self._init_data(suffix=None) + self._post_init() + + if self._collector is not None: + for plugin in self._plugins: + if not plugin._coverage_enabled: + self._collector.plugin_was_disabled(plugin) + + if self._collector.flush_data(): + self._post_save_work() + + assert self._data is not None + return self._data + + def _post_save_work(self) -> None: + """After saving data, look for warnings, post-work, etc. + + Warn about things that should have happened but didn't. + Look for un-executed files. + + """ + assert self._data is not None + assert self._inorout is not None + + # If there are still entries in the source_pkgs_unmatched list, + # then we never encountered those packages. + if self._warn_unimported_source: + self._inorout.warn_unimported_source() + + # Find out if we got any data. + if not self._data and self._warn_no_data: + self._warn("No data was collected.", slug="no-data-collected") + + # Touch all the files that could have executed, so that we can + # mark completely un-executed files as 0% covered. + file_paths = collections.defaultdict(list) + for file_path, plugin_name in self._inorout.find_possibly_unexecuted_files(): + file_path = self._file_mapper(file_path) + file_paths[plugin_name].append(file_path) + for plugin_name, paths in file_paths.items(): + self._data.touch_files(paths, plugin_name) + + # Backward compatibility with version 1. + def analysis(self, morf: TMorf) -> tuple[str, list[TLineNo], list[TLineNo], str]: + """Like `analysis2` but doesn't return excluded line numbers.""" + f, s, _, m, mf = self.analysis2(morf) + return f, s, m, mf + + def analysis2( + self, + morf: TMorf, + ) -> tuple[str, list[TLineNo], list[TLineNo], list[TLineNo], str]: + """Analyze a module. + + `morf` is a module or a file name. It will be analyzed to determine + its coverage statistics. The return value is a 5-tuple: + + * The file name for the module. + * A list of line numbers of executable statements. + * A list of line numbers of excluded statements. + * A list of line numbers of statements not run (missing from + execution). + * A readable formatted string of the missing line numbers. + + The analysis uses the source file itself and the current measured + coverage data. + + """ + analysis = self._analyze(morf) + return ( + analysis.filename, + sorted(analysis.statements), + sorted(analysis.excluded), + sorted(analysis.missing), + analysis.missing_formatted(), + ) + + @functools.lru_cache(maxsize=1) + def _analyze(self, morf: TMorf) -> Analysis: + """Analyze a module or file. Private for now.""" + self._init() + self._post_init() + + data = self.get_data() + file_reporter = self._get_file_reporter(morf) + filename = self._file_mapper(file_reporter.filename) + return analysis_from_file_reporter(data, self.config.precision, file_reporter, filename) + + def branch_stats(self, morf: TMorf) -> dict[TLineNo, tuple[int, int]]: + """Get branch statistics about a module. + + `morf` is a module or a file name. + + Returns a dict mapping line numbers to a tuple: + (total_exits, taken_exits). + + .. versionadded:: 7.7 + + """ + analysis = self._analyze(morf) + return analysis.branch_stats() + + @functools.lru_cache(maxsize=1) + def _get_file_reporter(self, morf: TMorf) -> FileReporter: + """Get a FileReporter for a module or file name.""" + assert self._data is not None + plugin = None + file_reporter: str | FileReporter = "python" + + if isinstance(morf, str): + mapped_morf = self._file_mapper(morf) + plugin_name = self._data.file_tracer(mapped_morf) + if plugin_name: + plugin = self._plugins.get(plugin_name) + + if plugin: + file_reporter = plugin.file_reporter(mapped_morf) + if file_reporter is None: + raise PluginError( + "Plugin {!r} did not provide a file reporter for {!r}.".format( + plugin._coverage_plugin_name, + morf, + ), + ) + + if file_reporter == "python": + file_reporter = PythonFileReporter(morf, self) + + assert isinstance(file_reporter, FileReporter) + return file_reporter + + def _get_file_reporters( + self, + morfs: TMorfs = None, + ) -> list[tuple[FileReporter, TMorf]]: + """Get FileReporters for a list of modules or file names. + + For each module or file name in `morfs`, find a FileReporter. Return + a list pairing FileReporters with the morfs. + + If `morfs` is a single module or file name, this returns a list of one + FileReporter. If `morfs` is empty or None, then the list of all files + measured is used to find the FileReporters. + + """ + assert self._data is not None + if not morfs: + morfs = self._data.measured_files() + + # Be sure we have a collection. + if not isinstance(morfs, (list, tuple, set)): + morfs = [morfs] # type: ignore[list-item] + + morfs = sorted(morfs, key=lambda m: m if isinstance(m, str) else m.__name__) + return [(self._get_file_reporter(morf), morf) for morf in morfs] + + def _prepare_data_for_reporting(self) -> None: + """Re-map data before reporting, to get implicit "combine" behavior.""" + if self.config.paths: + mapped_data = CoverageData(warn=self._warn, debug=self._debug, no_disk=True) + if self._data is not None: + mapped_data.update(self._data, map_path=self._make_aliases().map) + self._data = mapped_data + self._data_to_close.append(mapped_data) + + def report( + self, + morfs: TMorfs = None, + show_missing: bool | None = None, + ignore_errors: bool | None = None, + file: IO[str] | None = None, + omit: str | list[str] | None = None, + include: str | list[str] | None = None, + skip_covered: bool | None = None, + contexts: list[str] | None = None, + skip_empty: bool | None = None, + precision: int | None = None, + sort: str | None = None, + output_format: str | None = None, + ) -> float: + """Write a textual summary report to `file`. + + Each module in `morfs` is listed, with counts of statements, executed + statements, missing statements, and a list of lines missed. + + If `show_missing` is true, then details of which lines or branches are + missing will be included in the report. If `ignore_errors` is true, + then a failure while reporting a single file will not stop the entire + report. + + `file` is a file-like object, suitable for writing. + + `output_format` determines the format, either "text" (the default), + "markdown", or "total". + + `include` is a list of file name patterns. Files that match will be + included in the report. Files matching `omit` will not be included in + the report. + + If `skip_covered` is true, don't report on files with 100% coverage. + + If `skip_empty` is true, don't report on empty files (those that have + no statements). + + `contexts` is a list of regular expression strings. Only data from + :ref:`dynamic contexts ` that match one of those + expressions (using :func:`re.search `) will be + included in the report. + + `precision` is the number of digits to display after the decimal + point for percentages. + + All of the arguments default to the settings read from the + :ref:`configuration file `. + + Returns a float, the total percentage covered. + + .. versionadded:: 4.0 + The `skip_covered` parameter. + + .. versionadded:: 5.0 + The `contexts` and `skip_empty` parameters. + + .. versionadded:: 5.2 + The `precision` parameter. + + .. versionadded:: 7.0 + The `format` parameter. + + """ + self._prepare_data_for_reporting() + with override_config( + self, + ignore_errors=ignore_errors, + report_omit=omit, + report_include=include, + show_missing=show_missing, + skip_covered=skip_covered, + report_contexts=contexts, + skip_empty=skip_empty, + precision=precision, + sort=sort, + format=output_format, + ): + reporter = SummaryReporter(self) + return reporter.report(morfs, outfile=file) + + def annotate( + self, + morfs: TMorfs = None, + directory: str | None = None, + ignore_errors: bool | None = None, + omit: str | list[str] | None = None, + include: str | list[str] | None = None, + contexts: list[str] | None = None, + ) -> None: + """Annotate a list of modules. + + Each module in `morfs` is annotated. The source is written to a new + file, named with a ",cover" suffix, with each line prefixed with a + marker to indicate the coverage of the line. Covered lines have ">", + excluded lines have "-", and missing lines have "!". + + See :meth:`report` for other arguments. + + """ + self._prepare_data_for_reporting() + with override_config( + self, + ignore_errors=ignore_errors, + report_omit=omit, + report_include=include, + report_contexts=contexts, + ): + reporter = AnnotateReporter(self) + reporter.report(morfs, directory=directory) + + def html_report( + self, + morfs: TMorfs = None, + directory: str | None = None, + ignore_errors: bool | None = None, + omit: str | list[str] | None = None, + include: str | list[str] | None = None, + extra_css: str | None = None, + title: str | None = None, + skip_covered: bool | None = None, + show_contexts: bool | None = None, + contexts: list[str] | None = None, + skip_empty: bool | None = None, + precision: int | None = None, + ) -> float: + """Generate an HTML report. + + The HTML is written to `directory`. The file "index.html" is the + overview starting point, with links to more detailed pages for + individual modules. + + `extra_css` is a path to a file of other CSS to apply on the page. + It will be copied into the HTML directory. + + `title` is a text string (not HTML) to use as the title of the HTML + report. + + See :meth:`report` for other arguments. + + Returns a float, the total percentage covered. + + .. note:: + + The HTML report files are generated incrementally based on the + source files and coverage results. If you modify the report files, + the changes will not be considered. You should be careful about + changing the files in the report folder. + + """ + self._prepare_data_for_reporting() + with override_config( + self, + ignore_errors=ignore_errors, + report_omit=omit, + report_include=include, + html_dir=directory, + extra_css=extra_css, + html_title=title, + html_skip_covered=skip_covered, + show_contexts=show_contexts, + report_contexts=contexts, + html_skip_empty=skip_empty, + precision=precision, + ): + reporter = HtmlReporter(self) + return reporter.report(morfs) + + def xml_report( + self, + morfs: TMorfs = None, + outfile: str | None = None, + ignore_errors: bool | None = None, + omit: str | list[str] | None = None, + include: str | list[str] | None = None, + contexts: list[str] | None = None, + skip_empty: bool | None = None, + ) -> float: + """Generate an XML report of coverage results. + + The report is compatible with Cobertura reports. + + Each module in `morfs` is included in the report. `outfile` is the + path to write the file to, "-" will write to stdout. + + See :meth:`report` for other arguments. + + Returns a float, the total percentage covered. + + """ + self._prepare_data_for_reporting() + with override_config( + self, + ignore_errors=ignore_errors, + report_omit=omit, + report_include=include, + xml_output=outfile, + report_contexts=contexts, + skip_empty=skip_empty, + ): + return render_report(self.config.xml_output, XmlReporter(self), morfs, self._message) + + def json_report( + self, + morfs: TMorfs = None, + outfile: str | None = None, + ignore_errors: bool | None = None, + omit: str | list[str] | None = None, + include: str | list[str] | None = None, + contexts: list[str] | None = None, + pretty_print: bool | None = None, + show_contexts: bool | None = None, + ) -> float: + """Generate a JSON report of coverage results. + + Each module in `morfs` is included in the report. `outfile` is the + path to write the file to, "-" will write to stdout. + + `pretty_print` is a boolean, whether to pretty-print the JSON output or not. + + See :meth:`report` for other arguments. + + Returns a float, the total percentage covered. + + .. versionadded:: 5.0 + + """ + self._prepare_data_for_reporting() + with override_config( + self, + ignore_errors=ignore_errors, + report_omit=omit, + report_include=include, + json_output=outfile, + report_contexts=contexts, + json_pretty_print=pretty_print, + json_show_contexts=show_contexts, + ): + return render_report(self.config.json_output, JsonReporter(self), morfs, self._message) + + def lcov_report( + self, + morfs: TMorfs = None, + outfile: str | None = None, + ignore_errors: bool | None = None, + omit: str | list[str] | None = None, + include: str | list[str] | None = None, + contexts: list[str] | None = None, + ) -> float: + """Generate an LCOV report of coverage results. + + Each module in `morfs` is included in the report. `outfile` is the + path to write the file to, "-" will write to stdout. + + See :meth:`report` for other arguments. + + .. versionadded:: 6.3 + """ + self._prepare_data_for_reporting() + with override_config( + self, + ignore_errors=ignore_errors, + report_omit=omit, + report_include=include, + lcov_output=outfile, + report_contexts=contexts, + ): + return render_report(self.config.lcov_output, LcovReporter(self), morfs, self._message) + + def sys_info(self) -> Iterable[tuple[str, Any]]: + """Return a list of (key, value) pairs showing internal information.""" + + import glob + import platform + import site + import coverage as covmod + + self._init() + self._post_init() + + def plugin_info(plugins: list[Any]) -> list[str]: + """Make an entry for the sys_info from a list of plug-ins.""" + entries = [] + for plugin in plugins: + entry = plugin._coverage_plugin_name + if not plugin._coverage_enabled: + entry += " (disabled)" + entries.append(entry) + return entries + + pth_files = [] + for spdir in site.getsitepackages(): + pth_files.extend(glob.glob(f"{spdir}/*cov*.pth")) + + info = [ + ("coverage_version", covmod.__version__), + ("coverage_module", covmod.__file__), + ("core", self._collector.tracer_name() if self._collector is not None else "-none-"), + ("CTracer", f"available from {CTRACER_FILE}" if CTRACER_FILE else "unavailable"), + ("plugins.file_tracers", plugin_info(self._plugins.file_tracers)), + ("plugins.configurers", plugin_info(self._plugins.configurers)), + ("plugins.context_switchers", plugin_info(self._plugins.context_switchers)), + ("configs_attempted", self.config.config_files_attempted), + ("configs_read", self.config.config_files_read), + ("config_file", self.config.config_file), + ( + "config_contents", + repr(self.config._config_contents) if self.config._config_contents else "-none-", + ), + ("data_file", self._data.data_filename() if self._data is not None else "-none-"), + ("python", sys.version.replace("\n", "")), + ("platform", platform.platform()), + ("implementation", platform.python_implementation()), + ("build", platform.python_build()), + ("gil_enabled", getattr(sys, "_is_gil_enabled", lambda: True)()), + ("executable", sys.executable), + ("pth_files", pth_files), + ("def_encoding", sys.getdefaultencoding()), + ("fs_encoding", sys.getfilesystemencoding()), + ("pid", os.getpid()), + ("cwd", os.getcwd()), + ("path", sys.path), + ("environment", [f"{k} = {v}" for k, v in relevant_environment_display(os.environ)]), + ("command_line", " ".join(getattr(sys, "argv", ["-none-"]))), + ("time", f"{datetime.datetime.now():%Y-%m-%d %H:%M:%S}"), + ] + + if self._inorout is not None: + info.extend(self._inorout.sys_info()) + + return info + + +# Mega debugging... +# $set_env.py: COVERAGE_DEBUG_CALLS - Lots and lots of output about calls to Coverage. +if int(os.getenv("COVERAGE_DEBUG_CALLS", 0)): # pragma: debugging + from coverage.debug import decorate_methods, show_calls + + Coverage = decorate_methods( # type: ignore[misc] + show_calls(show_args=True), + butnot=["get_data"], + )(Coverage) + + +def process_startup( + *, + force: bool = False, + slug: str = "default", # pylint: disable=unused-argument +) -> Coverage | None: + """Call this at Python start-up to perhaps measure coverage. + + Coverage is started if one of these environment variables is defined: + + - COVERAGE_PROCESS_START: the config file to use. + - COVERAGE_PROCESS_CONFIG: the config data to use, a string produced by + CoverageConfig.serialize, prefixed by ":data:". + + If one of these is defined, it's used to get the coverage configuration, + and coverage is started. + + For details, see https://coverage.readthedocs.io/en/latest/subprocess.html. + + Returns the :class:`Coverage` instance that was started, or None if it was + not started by this call. + + """ + # This function can be called more than once in a process, for a few + # reasons. + # + # 1) We install a .pth file in multiple places reported by the site module, + # so this function can be called more than once even in simple + # situations. + # + # 2) In some virtualenv configurations the same directory is visible twice + # in sys.path. This means that the .pth file will be found twice and + # executed twice, executing this function twice. + # https://github.com/coveragepy/coveragepy/issues/340 has more details. + # + # We set a global flag (an attribute on this function) to indicate that + # coverage.py has already been started, so we can avoid starting it twice. + + if not force and hasattr(process_startup, "coverage"): + # We've annotated this function before, so we must have already + # auto-started coverage.py in this process. Nothing to do. + return None + + # Now check for the environment variables that request coverage. If they + # aren't set, do nothing. + + config_data = os.getenv("COVERAGE_PROCESS_CONFIG") + cps = os.getenv("COVERAGE_PROCESS_START") + if config_data is not None: + config_file = CONFIG_DATA_PREFIX + config_data + elif cps is not None: + config_file = cps + else: + # No request for coverage, nothing to do. + return None + + cov = Coverage(config_file=config_file) + process_startup.coverage = cov # type: ignore[attr-defined] + cov._warn_no_data = False + cov._warn_unimported_source = False + cov._warn_preimported_source = False + cov._auto_save = True + cov.start() + + return cov + + +def _after_fork_in_child() -> None: + """Used by patch=fork in the child process to restart coverage.""" + if cov := Coverage.current(): + cov.stop() + process_startup(force=True, slug="fork") + + +def _prevent_sub_process_measurement() -> None: + """Stop any subprocess auto-measurement from writing data.""" + auto_created_coverage = getattr(process_startup, "coverage", None) + if auto_created_coverage is not None: + auto_created_coverage._auto_save = False diff --git a/.venv/lib/python3.12/site-packages/coverage/core.py b/.venv/lib/python3.12/site-packages/coverage/core.py new file mode 100644 index 0000000..64616a6 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/core.py @@ -0,0 +1,139 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Management of core choices.""" + +from __future__ import annotations + +import os +import sys +from typing import Any + +from coverage import env +from coverage.config import CoverageConfig +from coverage.disposition import FileDisposition +from coverage.exceptions import ConfigError +from coverage.misc import isolate_module +from coverage.pytracer import PyTracer +from coverage.sysmon import SysMonitor +from coverage.types import TDebugCtl, TFileDisposition, Tracer, TWarnFn + +os = isolate_module(os) + +IMPORT_ERROR: str = "" + +try: + # Use the C extension code when we can, for speed. + import coverage.tracer + + CTRACER_FILE: str | None = getattr(coverage.tracer, "__file__", "unknown") +except ImportError as imp_err: + # Couldn't import the C extension, maybe it isn't built. + # We still need to check the environment variable directly here, + # as this code runs before configuration is loaded. + if os.getenv("COVERAGE_CORE") == "ctrace": # pragma: part covered + # During testing, we use the COVERAGE_CORE environment variable + # to indicate that we've fiddled with the environment to test this + # fallback code. If we thought we had a C tracer, but couldn't import + # it, then exit quickly and clearly instead of dribbling confusing + # errors. I'm using sys.exit here instead of an exception because an + # exception here causes all sorts of other noise in unittest. + sys.stderr.write("*** COVERAGE_CORE is 'ctrace' but can't import CTracer!\n") + sys.exit(1) + IMPORT_ERROR = str(imp_err) + CTRACER_FILE = None + + +class Core: + """Information about the central technology enabling execution measurement.""" + + tracer_class: type[Tracer] + tracer_kwargs: dict[str, Any] + file_disposition_class: type[TFileDisposition] + supports_plugins: bool + packed_arcs: bool + systrace: bool + + def __init__( + self, + *, + warn: TWarnFn, + debug: TDebugCtl | None, + config: CoverageConfig, + dynamic_contexts: bool, + metacov: bool, + ) -> None: + def _debug(msg: str) -> None: + if debug: + debug.write(msg) + + _debug("in core.py") + + # Check the conditions that preclude us from using sys.monitoring. + reason_no_sysmon = "" + if not env.PYBEHAVIOR.pep669: + reason_no_sysmon = "sys.monitoring isn't available in this version" + elif config.branch and not env.PYBEHAVIOR.branch_right_left: + reason_no_sysmon = "sys.monitoring can't measure branches in this version" + elif dynamic_contexts: + reason_no_sysmon = "it doesn't yet support dynamic contexts" + elif any((bad := c) in config.concurrency for c in ["greenlet", "eventlet", "gevent"]): + reason_no_sysmon = f"it doesn't support concurrency={bad}" + + core_name: str | None = None + if config.timid: + core_name = "pytrace" + _debug("core.py: Using pytrace because timid=True") + elif core_name is None: + # This could still leave core_name as None. + core_name = config.core + _debug(f"core.py: core from config is {core_name!r}") + + if core_name == "sysmon" and reason_no_sysmon: + _debug(f"core.py: defaulting because sysmon not usable: {reason_no_sysmon}") + warn(f"Can't use core=sysmon: {reason_no_sysmon}, using default core", slug="no-sysmon") + core_name = None + + if core_name is None: + if env.SYSMON_DEFAULT and not reason_no_sysmon: + core_name = "sysmon" + _debug("core.py: Using sysmon because SYSMON_DEFAULT is set") + else: + core_name = "ctrace" + _debug("core.py: Defaulting to ctrace core") + + if core_name == "ctrace": + if not CTRACER_FILE: + if IMPORT_ERROR and env.SHIPPING_WHEELS: + warn(f"Couldn't import C tracer: {IMPORT_ERROR}", slug="no-ctracer", once=True) + core_name = "pytrace" + _debug("core.py: Falling back to pytrace because C tracer not available") + + _debug(f"core.py: Using core={core_name}") + + self.tracer_kwargs = {} + + if core_name == "sysmon": + self.tracer_class = SysMonitor + self.tracer_kwargs["tool_id"] = 3 if metacov else 1 + self.file_disposition_class = FileDisposition + self.supports_plugins = False + self.packed_arcs = False + self.systrace = False + elif core_name == "ctrace": + self.tracer_class = coverage.tracer.CTracer + self.file_disposition_class = coverage.tracer.CFileDisposition + self.supports_plugins = True + self.packed_arcs = True + self.systrace = True + elif core_name == "pytrace": + self.tracer_class = PyTracer + self.file_disposition_class = FileDisposition + self.supports_plugins = False + self.packed_arcs = False + self.systrace = True + else: + raise ConfigError(f"Unknown core value: {core_name!r}") + + def __repr__(self) -> str: + return f"" diff --git a/.venv/lib/python3.12/site-packages/coverage/data.py b/.venv/lib/python3.12/site-packages/coverage/data.py new file mode 100644 index 0000000..4e47860 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/data.py @@ -0,0 +1,251 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Coverage data for coverage.py. + +This file had the 4.x JSON data support, which is now gone. This file still +has storage-agnostic helpers, and is kept to avoid changing too many imports. +CoverageData is now defined in sqldata.py, and imported here to keep the +imports working. + +""" + +from __future__ import annotations + +import functools +import glob +import hashlib +import os.path +from collections.abc import Callable, Iterable +from typing import Literal + +from coverage.exceptions import CoverageException, NoDataError +from coverage.files import PathAliases +from coverage.misc import Hasher, file_be_gone, human_sorted, plural +from coverage.sqldata import CoverageData as CoverageData # pylint: disable=useless-import-alias +from coverage.sqldata import filename_match + + +def line_counts(data: CoverageData, fullpath: bool = False) -> dict[str, int]: + """Return a dict summarizing the line coverage data. + + Keys are based on the file names, and values are the number of executed + lines. If `fullpath` is true, then the keys are the full pathnames of + the files, otherwise they are the basenames of the files. + + Returns a dict mapping file names to counts of lines. + + """ + summ = {} + filename_fn: Callable[[str], str] + if fullpath: + # pylint: disable=unnecessary-lambda-assignment + filename_fn = lambda f: f + else: + filename_fn = os.path.basename + for filename in data.measured_files(): + lines = data.lines(filename) + assert lines is not None + summ[filename_fn(filename)] = len(lines) + return summ + + +def add_data_to_hash(data: CoverageData, filename: str, hasher: Hasher) -> None: + """Contribute `filename`'s data to the `hasher`. + + `hasher` is a `coverage.misc.Hasher` instance to be updated with + the file's data. It should only get the results data, not the run + data. + + """ + if data.has_arcs(): + hasher.update(sorted(data.arcs(filename) or [])) + else: + hasher.update(sorted_lines(data, filename)) + hasher.update(data.file_tracer(filename)) + + +def combinable_files(data_file: str, data_paths: Iterable[str] | None = None) -> list[str]: + """Make a list of data files to be combined. + + `data_file` is a path to a data file. `data_paths` is a list of files or + directories of files. + + Returns a list of absolute file paths. + """ + data_dir, local = os.path.split(os.path.abspath(data_file)) + + data_paths = data_paths or [data_dir] + files_to_combine = [] + for p in data_paths: + if os.path.isfile(p): + files_to_combine.append(os.path.abspath(p)) + elif os.path.isdir(p): + pattern = glob.escape(os.path.join(os.path.abspath(p), local)) + ".*" + files_to_combine.extend(glob.glob(pattern)) + else: + raise NoDataError(f"Couldn't combine from non-existent path '{p}'") + + # SQLite might have made journal files alongside our database files. + # We never want to combine those. + files_to_combine = [fnm for fnm in files_to_combine if not fnm.endswith("-journal")] + + # Sorting isn't usually needed, since it shouldn't matter what order files + # are combined, but sorting makes tests more predictable, and makes + # debugging more understandable when things go wrong. + return sorted(files_to_combine) + + +def hash_for_data_file(dbfilename: str) -> str: + """Get the hash of the data in the file.""" + m = filename_match(dbfilename) + if m and m["hash"]: + return m["hash"] + else: + with open(dbfilename, "rb") as fobj: + hasher = hashlib.new("sha3_256", usedforsecurity=False) + hasher.update(fobj.read()) + return hasher.hexdigest() + + +class DataFileClassifier: + """Track what files to combine and which to skip.""" + + def __init__(self) -> None: + self.file_hashes: set[str] = set() + + def classify(self, f: str) -> Literal["combine", "skip"]: + """Determine whether to combine or skip this file.""" + sha = hash_for_data_file(f) + if sha in self.file_hashes: + return "skip" + else: + self.file_hashes.add(sha) + return "combine" + + +def combine_parallel_data( + data: CoverageData, + aliases: PathAliases | None = None, + data_paths: Iterable[str] | None = None, + strict: bool = False, + keep: bool = False, + message: Callable[[str], None] | None = None, +) -> None: + """Combine a number of data files together. + + `data` is a CoverageData. + + Treat `data.filename` as a file prefix, and combine the data from all + of the data files starting with that prefix plus a dot. + + If `aliases` is provided, it's a `PathAliases` object that is used to + re-map paths to match the local machine's. + + If `data_paths` is provided, it is a list of directories or files to + combine. Directories are searched for files that start with + `data.filename` plus dot as a prefix, and those files are combined. + + If `data_paths` is not provided, then the directory portion of + `data.filename` is used as the directory to search for data files. + + Unless `keep` is True every data file found and combined is then deleted + from disk. If a file cannot be read, a warning will be issued, and the + file will not be deleted. + + If `strict` is true, and no files are found to combine, an error is + raised. + + `message` is a function to use for printing messages to the user. + + """ + files_to_combine = combinable_files(data.base_filename(), data_paths) + + if strict and not files_to_combine: + raise NoDataError("No data to combine") + + if aliases is None: + map_path = None + else: + map_path = functools.cache(aliases.map) + + classifier = DataFileClassifier() + combined_any = False + + for f in files_to_combine: + if f == data.data_filename(): + # Sometimes we are combining into a file which is one of the + # parallel files. Skip that file. + if data._debug.should("dataio"): + data._debug.write(f"Skipping combining ourself: {f!r}") + continue + + try: + rel_file_name = os.path.relpath(f) + except ValueError: + # ValueError can be raised under Windows when os.getcwd() returns a + # folder from a different drive than the drive of f, in which case + # we print the original value of f instead of its relative path. + rel_file_name = f + + file_action = classifier.classify(f) + + delete_this_one = not keep + if file_action == "combine": + if data._debug.should("dataio"): + data._debug.write(f"Combining data file {f!r}") + try: + new_data = CoverageData(f, debug=data._debug) + new_data.read() + except CoverageException as exc: + if data._warn: + # The CoverageException has the file name in it, so just + # use the message as the warning. + data._warn(str(exc)) + if message: + message(f"Couldn't combine data file {rel_file_name}: {exc}") + delete_this_one = False + else: + data.update(new_data, map_path=map_path) + combined_any = True + if message: + message(f"Combined data file {rel_file_name}") + else: + if message: + message(f"Skipping duplicate data {rel_file_name}") + + if delete_this_one: + if data._debug.should("dataio"): + data._debug.write(f"Deleting data file {f!r}") + file_be_gone(f) + + if strict and not combined_any: + raise NoDataError("No usable data files") + + +def debug_data_file(filename: str) -> None: + """Implementation of 'coverage debug data'.""" + data = CoverageData(filename) + filename = data.data_filename() + print(f"path: {filename}") + if not os.path.exists(filename): + print("No data collected: file doesn't exist") + return + data.read() + print(f"has_arcs: {data.has_arcs()!r}") + summary = line_counts(data, fullpath=True) + filenames = human_sorted(summary.keys()) + nfiles = len(filenames) + print(f"{nfiles} file{plural(nfiles)}:") + for f in filenames: + line = f"{f}: {summary[f]} line{plural(summary[f])}" + plugin = data.file_tracer(f) + if plugin: + line += f" [{plugin}]" + print(line) + + +def sorted_lines(data: CoverageData, filename: str) -> list[int]: + """Get the sorted lines for a file, for tests.""" + lines = data.lines(filename) + return sorted(lines or []) diff --git a/.venv/lib/python3.12/site-packages/coverage/debug.py b/.venv/lib/python3.12/site-packages/coverage/debug.py new file mode 100644 index 0000000..e91c5ae --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/debug.py @@ -0,0 +1,669 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Control of and utilities for debugging.""" + +from __future__ import annotations + +import _thread +import atexit +import contextlib +import datetime +import functools +import inspect +import itertools +import os +import pprint +import re +import reprlib +import sys +import traceback +import types +from collections.abc import Callable, Iterable, Iterator, Mapping +from typing import IO, Any, Final, overload + +from coverage.misc import human_sorted_items, isolate_module +from coverage.types import AnyCallable, TWritable + +os = isolate_module(os) + + +# When debugging, it can be helpful to force some options, especially when +# debugging the configuration mechanisms you usually use to control debugging! +# This is a list of forced debugging options. +FORCED_DEBUG: list[str] = [] +FORCED_DEBUG_FILE = None + + +class DebugControl: + """Control and output for debugging.""" + + show_repr_attr = False # For auto_repr + + def __init__( + self, + options: Iterable[str], + output: IO[str] | None, + file_name: str | None = None, + ) -> None: + """Configure the options and output file for debugging.""" + self.options = list(options) + FORCED_DEBUG + self.suppress_callers = False + + filters = [] + if self.should("process"): + filters.append(CwdTracker().filter) + filters.append(ProcessTracker().filter) + if self.should("pytest"): + filters.append(PytestTracker().filter) + if self.should("pid"): + filters.append(add_pid_and_tid) + + self.output = DebugOutputFile.get_one( + output, + file_name=file_name, + filters=filters, + ) + self.raw_output = self.output.outfile + + def __repr__(self) -> str: + return f"" + + def should(self, option: str) -> bool: + """Decide whether to output debug information in category `option`.""" + if option == "callers" and self.suppress_callers: + return False + return option in self.options + + @contextlib.contextmanager + def without_callers(self) -> Iterator[None]: + """A context manager to prevent call stacks from being logged.""" + old = self.suppress_callers + self.suppress_callers = True + try: + yield + finally: + self.suppress_callers = old + + def write(self, msg: str, *, exc: BaseException | None = None) -> None: + """Write a line of debug output. + + `msg` is the line to write. A newline will be appended. + + If `exc` is provided, a stack trace of the exception will be written + after the message. + + """ + self.output.write(msg + "\n") + if exc is not None: + self.output.write("".join(traceback.format_exception(None, exc, exc.__traceback__))) + if self.should("self"): + caller_self = inspect.stack()[1][0].f_locals.get("self") + if caller_self is not None: + self.output.write(f"self: {caller_self!r}\n") + if self.should("callers"): + dump_stack_frames(out=self.output, skip=1) + self.output.flush() + + +class NoDebugging(DebugControl): + """A replacement for DebugControl that will never try to do anything.""" + + def __init__(self) -> None: + # pylint: disable=super-init-not-called + pass + + def should(self, option: str) -> bool: + """Should we write debug messages? Never.""" + return False + + @contextlib.contextmanager + def without_callers(self) -> Iterator[None]: + """A dummy context manager to satisfy the api.""" + yield # pragma: never called + + def write(self, msg: str, *, exc: BaseException | None = None) -> None: + """This will never be called.""" + raise AssertionError("NoDebugging.write should never be called.") + + +class DevNullDebug(NoDebugging): + """A DebugControl that won't write anywhere.""" + + def write(self, msg: str, *, exc: BaseException | None = None) -> None: + pass + + +def info_header(label: str) -> str: + """Make a nice header string.""" + return "--{:-<60s}".format(" " + label + " ") + + +def info_formatter(info: Iterable[tuple[str, Any]]) -> Iterable[str]: + """Produce a sequence of formatted lines from info. + + `info` is a sequence of pairs (label, data). The produced lines are + nicely formatted, ready to print. + + """ + info = list(info) + if not info: + return + LABEL_LEN = 30 + assert all(len(l) < LABEL_LEN for l, _ in info) + for label, data in info: + if data == []: + data = "-none-" + prefix = f"{label:>{LABEL_LEN}}: " + match data: + case tuple() if len(str(data)) < 30: + yield f"{prefix}{data}" + case tuple() | list() | set(): + for e in data: + yield f"{prefix}{e}" + prefix = " " * (LABEL_LEN + 2) + case _: + yield f"{prefix}{data}" + + +def write_formatted_info( + write: Callable[[str], None], + header: str, + info: Iterable[tuple[str, Any]], +) -> None: + """Write a sequence of (label,data) pairs nicely. + + `write` is a function write(str) that accepts each line of output. + `header` is a string to start the section. `info` is a sequence of + (label, data) pairs, where label is a str, and data can be a single + value, or a list/set/tuple. + + """ + write(info_header(header)) + for line in info_formatter(info): + write(f" {line}") + + +def exc_one_line(exc: Exception) -> str: + """Get a one-line summary of an exception, including class name and message.""" + lines = traceback.format_exception_only(type(exc), exc) + return "|".join(l.rstrip() for l in lines) + + +_FILENAME_REGEXES: list[tuple[str, str]] = [ + (r".*[/\\]pytest-of-.*[/\\]pytest-\d+([/\\]popen-gw\d+)?", "tmp:"), +] +_FILENAME_SUBS: list[tuple[str, str]] = [] + + +@overload +def short_filename(filename: str) -> str: + pass + + +@overload +def short_filename(filename: None) -> None: + pass + + +def short_filename(filename: str | None) -> str | None: + """Shorten a file name. Directories are replaced by prefixes like 'syspath:'""" + if not _FILENAME_SUBS: + for pathdir in sys.path: + _FILENAME_SUBS.append((pathdir, "syspath:")) + import coverage + + _FILENAME_SUBS.append((os.path.dirname(coverage.__file__), "cov:")) + _FILENAME_SUBS.sort(key=(lambda pair: len(pair[0])), reverse=True) + if filename is not None: + for pat, sub in _FILENAME_REGEXES: + filename = re.sub(pat, sub, filename) + for before, after in _FILENAME_SUBS: + filename = filename.replace(before, after) + return filename + + +def file_summary(filename: str) -> str: + """A one-line summary of a file, for log messages.""" + try: + s = os.stat(filename) + except FileNotFoundError: + summary = "does not exist" + except Exception as e: + summary = f"error: {e}" + else: + mod = datetime.datetime.fromtimestamp(s.st_mtime) + summary = f"{s.st_size} bytes, modified {mod}" + return summary + + +def short_stack( + skip: int = 0, + full: bool = False, + frame_ids: bool = False, + short_filenames: bool = False, +) -> str: + """Return a string summarizing the call stack. + + The string is multi-line, with one line per stack frame. Each line shows + the function name, the file name, and the line number: + + ... + start_import_stop : /Users/ned/coverage/trunk/tests/coveragetest.py:95 + import_local_file : /Users/ned/coverage/trunk/tests/coveragetest.py:81 + import_local_file : /Users/ned/coverage/trunk/coverage/backward.py:159 + ... + + `skip` is the number of closest immediate frames to skip, so that debugging + functions can call this and not be included in the result. + + If `full` is true, then include all frames. Otherwise, initial "boring" + frames (ones in site-packages and earlier) are omitted. + + `short_filenames` will shorten filenames using `short_filename`, to reduce + the amount of repetitive noise in stack traces. + + """ + # Regexes in initial frames that we don't care about. + # fmt: off + BORING_PRELUDE = [ + "", # pytest-xdist has string execution. + r"\bigor.py$", # Our test runner. + r"\bsite-packages\b", # pytest etc getting to our tests. + ] + # fmt: on + + stack: Iterable[inspect.FrameInfo] = inspect.stack()[:skip:-1] + if not full: + for pat in BORING_PRELUDE: + stack = itertools.dropwhile( + (lambda fi, pat=pat: re.search(pat, fi.filename)), # type: ignore[misc] + stack, + ) + lines = [] + for frame_info in stack: + line = f"{frame_info.function:>30s} : " + if frame_ids: + line += f"{id(frame_info.frame):#x} " + filename = frame_info.filename + if short_filenames: + filename = short_filename(filename) + line += f"{filename}:{frame_info.lineno}" + lines.append(line) + return "\n".join(lines) + + +def dump_stack_frames(out: TWritable, skip: int = 0) -> None: + """Print a summary of the stack to `out`.""" + out.write(short_stack(skip=skip + 1) + "\n") + + +def clipped_repr(text: str, numchars: int = 50) -> str: + """`repr(text)`, but limited to `numchars`.""" + r = reprlib.Repr() + r.maxstring = numchars + return r.repr(text) + + +def short_id(id64: int) -> int: + """Given a 64-bit id, make a shorter 16-bit one.""" + id16 = 0 + for offset in range(0, 64, 16): + id16 ^= id64 >> offset + return id16 & 0xFFFF + + +def add_pid_and_tid(text: str) -> str: + """A filter to add pid and tid to debug messages.""" + # Thread ids are useful, but too long. Make a shorter one. + tid = f"{short_id(_thread.get_ident()):04x}" + text = f"{os.getpid():5d}.{tid}: {text}" + return text + + +AUTO_REPR_IGNORE = {"$coverage.object_id"} + + +def auto_repr(self: Any) -> str: + """A function implementing an automatic __repr__ for debugging.""" + show_attrs = ( + (k, v) + for k, v in self.__dict__.items() + if getattr(v, "show_repr_attr", True) + and not inspect.ismethod(v) + and k not in AUTO_REPR_IGNORE + ) + return "<{klass} @{id:#x}{attrs}>".format( + klass=self.__class__.__name__, + id=id(self), + attrs="".join(f" {k}={v!r}" for k, v in show_attrs), + ) + + +def simplify(v: Any) -> Any: # pragma: debugging + """Turn things which are nearly dict/list/etc into dict/list/etc.""" + if isinstance(v, dict): + return {k: simplify(vv) for k, vv in v.items()} + elif isinstance(v, (list, tuple)): + return type(v)(simplify(vv) for vv in v) + elif hasattr(v, "__dict__"): + return simplify({"." + k: v for k, v in v.__dict__.items()}) + else: + return v + + +def ppformat(v: Any) -> str: # pragma: debugging + """Debug helper to pretty-print data, including SimpleNamespace objects.""" + return pprint.pformat(simplify(v), indent=4, compact=True, sort_dicts=True, width=140) + + +def pp(v: Any) -> None: # pragma: debugging + """Debug helper to pretty-print data, including SimpleNamespace objects.""" + print(ppformat(v)) + + +def filter_text(text: str, filters: Iterable[Callable[[str], str]]) -> str: + """Run `text` through a series of filters. + + `filters` is a list of functions. Each takes a string and returns a + string. Each is run in turn. After each filter, the text is split into + lines, and each line is passed through the next filter. + + Returns: the final string that results after all of the filters have + run. + + """ + clean_text = text.rstrip() + ending = text[len(clean_text) :] + text = clean_text + for filter_fn in filters: + lines = [] + for line in text.splitlines(): + lines.extend(filter_fn(line).splitlines()) + text = "\n".join(lines) + return text + ending + + +class CwdTracker: + """A class to add cwd info to debug messages.""" + + def __init__(self) -> None: + self.cwd: str | None = None + + def filter(self, text: str) -> str: + """Add a cwd message for each new cwd.""" + cwd = os.getcwd() + if cwd != self.cwd: + text = f"cwd is now {cwd!r}\n{text}" + self.cwd = cwd + return text + + +class ProcessTracker: + """Track process creation for debug logging.""" + + def __init__(self) -> None: + self.pid: int = os.getpid() + self.did_welcome = False + + def filter(self, text: str) -> str: + """Add a message about how new processes came to be.""" + welcome = "" + pid = os.getpid() + if self.pid != pid: + welcome = f"New process: forked {self.pid} -> {pid}\n" + self.pid = pid + elif not self.did_welcome: + argv = getattr(sys, "argv", None) + welcome = ( + f"New process: {pid=}, executable: {sys.executable!r}\n" + + f"New process: cmd: {argv!r}\n" + + f"New process parent pid: {os.getppid()!r}\n" + ) + + if welcome: + self.did_welcome = True + return welcome + text + else: + return text + + +class PytestTracker: + """Track the current pytest test name to add to debug messages.""" + + def __init__(self) -> None: + self.test_name: str | None = None + + def filter(self, text: str) -> str: + """Add a message when the pytest test changes.""" + test_name = os.getenv("PYTEST_CURRENT_TEST") + if test_name != self.test_name: + text = f"Pytest context: {test_name}\n{text}" + self.test_name = test_name + return text + + +class DebugOutputFile: + """A file-like object that includes pid and cwd information.""" + + def __init__( + self, + outfile: IO[str] | None, + filters: Iterable[Callable[[str], str]], + ): + self.outfile = outfile + self.filters = list(filters) + self.pid = os.getpid() + + @classmethod + def get_one( + cls, + fileobj: IO[str] | None = None, + file_name: str | None = None, + filters: Iterable[Callable[[str], str]] = (), + interim: bool = False, + ) -> DebugOutputFile: + """Get a DebugOutputFile. + + If `fileobj` is provided, then a new DebugOutputFile is made with it. + + If `fileobj` isn't provided, then a file is chosen (`file_name` if + provided, or COVERAGE_DEBUG_FILE, or stderr), and a process-wide + singleton DebugOutputFile is made. + + `filters` are the text filters to apply to the stream to annotate with + pids, etc. + + If `interim` is true, then a future `get_one` can replace this one. + + """ + if fileobj is not None: + # Make DebugOutputFile around the fileobj passed. + return cls(fileobj, filters) + + the_one, is_interim = cls._get_singleton_data() + if the_one is None or is_interim: + if file_name is not None: + fileobj = open(file_name, "a", encoding="utf-8") + else: + # $set_env.py: COVERAGE_DEBUG_FILE - Where to write debug output + file_name = os.getenv("COVERAGE_DEBUG_FILE", FORCED_DEBUG_FILE) + if file_name in ["stdout", "stderr"]: + fileobj = getattr(sys, file_name) + elif file_name: + fileobj = open(file_name, "a", encoding="utf-8") + atexit.register(fileobj.close) + else: + fileobj = sys.stderr + the_one = cls(fileobj, filters) + cls._set_singleton_data(the_one, interim) + + if not (the_one.filters): + the_one.filters = list(filters) + return the_one + + # Because of the way igor.py deletes and re-imports modules, + # this class can be defined more than once. But we really want + # a process-wide singleton. So stash it in sys.modules instead of + # on a class attribute. Yes, this is aggressively gross. + + SYS_MOD_NAME: Final[str] = "$coverage.debug.DebugOutputFile.the_one" + SINGLETON_ATTR: Final[str] = "the_one_and_is_interim" + + @classmethod + def _set_singleton_data(cls, the_one: DebugOutputFile, interim: bool) -> None: + """Set the one DebugOutputFile to rule them all.""" + singleton_module = types.ModuleType(cls.SYS_MOD_NAME) + setattr(singleton_module, cls.SINGLETON_ATTR, (the_one, interim)) + sys.modules[cls.SYS_MOD_NAME] = singleton_module + + @classmethod + def _get_singleton_data(cls) -> tuple[DebugOutputFile | None, bool]: + """Get the one DebugOutputFile.""" + singleton_module = sys.modules.get(cls.SYS_MOD_NAME) + return getattr(singleton_module, cls.SINGLETON_ATTR, (None, True)) + + @classmethod + def _del_singleton_data(cls) -> None: + """Delete the one DebugOutputFile, just for tests to use.""" + if cls.SYS_MOD_NAME in sys.modules: + del sys.modules[cls.SYS_MOD_NAME] + + def write(self, text: str) -> None: + """Just like file.write, but filter through all our filters.""" + assert self.outfile is not None + if not self.outfile.closed: + self.outfile.write(filter_text(text, self.filters)) + self.outfile.flush() + + def flush(self) -> None: + """Flush our file.""" + assert self.outfile is not None + if not self.outfile.closed: + self.outfile.flush() + + +def log(msg: str, stack: bool = False) -> None: # pragma: debugging + """Write a log message as forcefully as possible.""" + out = DebugOutputFile.get_one(interim=True) + out.write(msg + "\n") + if stack: + dump_stack_frames(out=out, skip=1) + + +def decorate_methods( + decorator: Callable[..., Any], + butnot: Iterable[str] = (), + private: bool = False, +) -> Callable[..., Any]: # pragma: debugging + """A class decorator to apply a decorator to methods.""" + + def _decorator(cls): # type: ignore[no-untyped-def] + for name, meth in inspect.getmembers(cls, inspect.isroutine): + if name not in cls.__dict__: + continue + if name != "__init__": + if not private and name.startswith("_"): + continue + if name in butnot: + continue + setattr(cls, name, decorator(meth)) + return cls + + return _decorator + + +def break_in_pudb(func: AnyCallable) -> AnyCallable: # pragma: debugging + """A function decorator to stop in the debugger for each call.""" + + @functools.wraps(func) + def _wrapper(*args: Any, **kwargs: Any) -> Any: + import pudb + + sys.stdout = sys.__stdout__ + pudb.set_trace() + return func(*args, **kwargs) + + return _wrapper + + +OBJ_IDS = itertools.count() +CALLS = itertools.count() +OBJ_ID_ATTR = "$coverage.object_id" + + +def show_calls( + show_args: bool = True, + show_stack: bool = False, + show_return: bool = False, +) -> Callable[..., Any]: # pragma: debugging + """A method decorator to debug-log each call to the function.""" + + def _decorator(func: AnyCallable) -> AnyCallable: + @functools.wraps(func) + def _wrapper(self: Any, *args: Any, **kwargs: Any) -> Any: + oid = getattr(self, OBJ_ID_ATTR, None) + if oid is None: + oid = f"{os.getpid():08d} {next(OBJ_IDS):04d}" + setattr(self, OBJ_ID_ATTR, oid) + extra = "" + if show_args: + eargs = ", ".join(map(repr, args)) + ekwargs = ", ".join("{}={!r}".format(*item) for item in kwargs.items()) + extra += "(" + extra += eargs + if eargs and ekwargs: + extra += ", " + extra += ekwargs + extra += ")" + if show_stack: + extra += " @ " + extra += "; ".join(short_stack(short_filenames=True).splitlines()) + callid = next(CALLS) + msg = f"{oid} {callid:04d} {func.__name__}{extra}\n" + DebugOutputFile.get_one(interim=True).write(msg) + ret = func(self, *args, **kwargs) + if show_return: + msg = f"{oid} {callid:04d} {func.__name__} return {ret!r}\n" + DebugOutputFile.get_one(interim=True).write(msg) + return ret + + return _wrapper + + return _decorator + + +def relevant_environment_display(env: Mapping[str, str]) -> list[tuple[str, str]]: + """Filter environment variables for a debug display. + + Select variables to display (with COV or PY in the name, or HOME, TEMP, or + TMP), and also cloak sensitive values with asterisks. + + Arguments: + env: a dict of environment variable names and values. + + Returns: + A list of pairs (name, value) to show. + + """ + SLUGS = {"COV", "PY"} + INCLUDE = {"HOME", "TEMP", "TMP"} + CLOAK = {"API", "TOKEN", "KEY", "SECRET", "PASS", "SIGNATURE"} + TRUNCATE = {"COVERAGE_PROCESS_CONFIG"} + TRUNCATE_LEN = 60 + + to_show = [] + for name, val in env.items(): + show = False + if name in INCLUDE: + show = True + elif any(slug in name for slug in SLUGS): + show = True + if show: + if any(slug in name for slug in CLOAK): + val = re.sub(r"\w", "*", val) + if name in TRUNCATE: + if len(val) > TRUNCATE_LEN: + val = val[: TRUNCATE_LEN - 3] + "..." + to_show.append((name, val)) + return human_sorted_items(to_show) diff --git a/.venv/lib/python3.12/site-packages/coverage/disposition.py b/.venv/lib/python3.12/site-packages/coverage/disposition.py new file mode 100644 index 0000000..0ecdfad --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/disposition.py @@ -0,0 +1,59 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Simple value objects for tracking what to do with files.""" + +from __future__ import annotations + +from typing import TYPE_CHECKING + +from coverage.types import TFileDisposition + +if TYPE_CHECKING: + from coverage.plugin import FileTracer + + +class FileDisposition: + """A simple value type for recording what to do with a file.""" + + original_filename: str + canonical_filename: str + source_filename: str | None + trace: bool + reason: str + file_tracer: FileTracer | None + has_dynamic_filename: bool + + def __repr__(self) -> str: + return f"" + + +# FileDisposition "methods": FileDisposition is a pure value object, so it can +# be implemented in either C or Python. Acting on them is done with these +# functions. + + +def disposition_init(cls: type[TFileDisposition], original_filename: str) -> TFileDisposition: + """Construct and initialize a new FileDisposition object.""" + disp = cls() + disp.original_filename = original_filename + disp.canonical_filename = original_filename + disp.source_filename = None + disp.trace = False + disp.reason = "" + disp.file_tracer = None + disp.has_dynamic_filename = False + return disp + + +def disposition_debug_msg(disp: TFileDisposition) -> str: + """Make a nice debug message of what the FileDisposition is doing.""" + if disp.trace: + msg = f"Tracing {disp.original_filename!r}" + if disp.original_filename != disp.source_filename: + msg += f" as {disp.source_filename!r}" + if disp.file_tracer: + msg += f": will be traced by {disp.file_tracer!r}" + else: + msg = f"Not tracing {disp.original_filename!r}: {disp.reason}" + return msg diff --git a/.venv/lib/python3.12/site-packages/coverage/env.py b/.venv/lib/python3.12/site-packages/coverage/env.py new file mode 100644 index 0000000..8cf8230 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/env.py @@ -0,0 +1,135 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Determine facts about the environment.""" + +from __future__ import annotations + +import os +import platform +import sys +from collections.abc import Iterable +from typing import Any, Final + +# debug_info() at the bottom wants to show all the globals, but not imports. +# Grab the global names here to know which names to not show. Nothing defined +# above this line will be in the output. +_UNINTERESTING_GLOBALS = list(globals()) +# These names also shouldn't be shown. +_UNINTERESTING_GLOBALS += ["PYBEHAVIOR", "debug_info"] + +# Operating systems. +WINDOWS = sys.platform == "win32" +LINUX = sys.platform.startswith("linux") +MACOS = sys.platform == "darwin" + +# Python implementations. +CPYTHON = (platform.python_implementation() == "CPython") # fmt: skip +PYPY = (platform.python_implementation() == "PyPy") # fmt: skip + +# Python versions. We amend version_info with one more value, a zero if an +# official version, or 1 if built from source beyond an official version. +# Only use sys.version_info directly where tools like mypy need it to understand +# version-specfic code, otherwise use PYVERSION. +PYVERSION = sys.version_info + (int(platform.python_version()[-1] == "+"),) + +if PYPY: + # Minimum now is 7.3.16 + PYPYVERSION = tuple(sys.pypy_version_info) # type: ignore[attr-defined] +else: + PYPYVERSION = (0,) + +# Do we have a GIL? +GIL = getattr(sys, "_is_gil_enabled", lambda: True)() + +# Do we ship compiled coveragepy wheels for this version? +SHIPPING_WHEELS = CPYTHON and PYVERSION[:2] <= (3, 14) + +# Should we default to sys.monitoring? +SYSMON_DEFAULT = CPYTHON and PYVERSION >= (3, 14) + + +# Python behavior. +class PYBEHAVIOR: + """Flags indicating this Python's behavior.""" + + # When leaving a with-block, do we visit the with-line exactly, + # or the context managers in inner-out order? + # + # mwith.py: + # with ( + # open("/tmp/one", "w") as f2, + # open("/tmp/two", "w") as f3, + # open("/tmp/three", "w") as f4, + # ): + # print("hello 6") + # + # % python3.11 -m trace -t mwith.py | grep mwith + # --- modulename: mwith, funcname: + # mwith.py(2): open("/tmp/one", "w") as f2, + # mwith.py(1): with ( + # mwith.py(2): open("/tmp/one", "w") as f2, + # mwith.py(3): open("/tmp/two", "w") as f3, + # mwith.py(1): with ( + # mwith.py(3): open("/tmp/two", "w") as f3, + # mwith.py(4): open("/tmp/three", "w") as f4, + # mwith.py(1): with ( + # mwith.py(4): open("/tmp/three", "w") as f4, + # mwith.py(6): print("hello 6") + # mwith.py(1): with ( + # + # % python3.12 -m trace -t mwith.py | grep mwith + # --- modulename: mwith, funcname: + # mwith.py(2): open("/tmp/one", "w") as f2, + # mwith.py(3): open("/tmp/two", "w") as f3, + # mwith.py(4): open("/tmp/three", "w") as f4, + # mwith.py(6): print("hello 6") + # mwith.py(4): open("/tmp/three", "w") as f4, + # mwith.py(3): open("/tmp/two", "w") as f3, + # mwith.py(2): open("/tmp/one", "w") as f2, + + exit_with_through_ctxmgr = (PYVERSION >= (3, 12, 6)) # fmt: skip + + # f-strings are parsed as code, pep 701 + fstring_syntax = (PYVERSION >= (3, 12)) # fmt: skip + + # PEP669 Low Impact Monitoring: https://peps.python.org/pep-0669/ + pep669: Final[bool] = bool(getattr(sys, "monitoring", None)) + + # Where does frame.f_lasti point when yielding from a generator? + # It used to point at the YIELD, in 3.13 it points at the RESUME, + # then it went back to the YIELD. + # https://github.com/python/cpython/issues/113728 + lasti_is_yield = (PYVERSION[:2] != (3, 13)) # fmt: skip + + # PEP649 and PEP749: Deferred annotations + deferred_annotations = (PYVERSION >= (3, 14)) # fmt: skip + + # Does sys.monitoring support BRANCH_RIGHT and BRANCH_LEFT? The names + # were added in early 3.14 alphas, but didn't work entirely correctly until + # after 3.14.0a5. + branch_right_left = pep669 and (PYVERSION > (3, 14, 0, "alpha", 5, 0)) + + +# Coverage.py specifics, about testing scenarios. See tests/testenv.py also. + +# Are we coverage-measuring ourselves? +METACOV = os.getenv("COVERAGE_COVERAGE") is not None + +# Are we running our test suite? +# Even when running tests, you can use COVERAGE_TESTING=0 to disable the +# test-specific behavior like AST checking. +TESTING = os.getenv("COVERAGE_TESTING") == "True" + + +def debug_info() -> Iterable[tuple[str, Any]]: + """Return a list of (name, value) pairs for printing debug information.""" + info = [ + (name, value) + for name, value in globals().items() + if not name.startswith("_") and name not in _UNINTERESTING_GLOBALS + ] + info += [ + (name, value) for name, value in PYBEHAVIOR.__dict__.items() if not name.startswith("_") + ] + return sorted(info) diff --git a/.venv/lib/python3.12/site-packages/coverage/exceptions.py b/.venv/lib/python3.12/site-packages/coverage/exceptions.py new file mode 100644 index 0000000..233788b --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/exceptions.py @@ -0,0 +1,85 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Exceptions coverage.py can raise.""" + +from __future__ import annotations + +from typing import Any + + +class CoverageException(Exception): + """The base class of all exceptions raised by Coverage.py.""" + + def __init__( + self, + *args: Any, + slug: str | None = None, + ) -> None: + """Create an exception. + + Args: + slug: A short string identifying the exception, will be used for + linking to documentation. + """ + + super().__init__(*args) + self.slug = slug + + +class ConfigError(CoverageException): + """A problem with a config file, or a value in one.""" + + pass + + +class DataError(CoverageException): + """An error in using a data file.""" + + pass + + +class NoDataError(CoverageException): + """We didn't have data to work with.""" + + pass + + +class NoSource(CoverageException): + """We couldn't find the source for a module.""" + + pass + + +class NoCode(NoSource): + """We couldn't find any code at all.""" + + pass + + +class NotPython(CoverageException): + """A source file turned out not to be parsable Python.""" + + pass + + +class PluginError(CoverageException): + """A plugin misbehaved.""" + + pass + + +class _ExceptionDuringRun(CoverageException): + """An exception happened while running customer code. + + Construct it with three arguments, the values from `sys.exc_info`. + + """ + + pass + + +class CoverageWarning(Warning): + """A warning from Coverage.py.""" + + pass diff --git a/.venv/lib/python3.12/site-packages/coverage/execfile.py b/.venv/lib/python3.12/site-packages/coverage/execfile.py new file mode 100644 index 0000000..1f8996c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/execfile.py @@ -0,0 +1,329 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Execute files of Python code.""" + +from __future__ import annotations + +import importlib.machinery +import importlib.util +import inspect +import marshal +import os +import struct +import sys +from importlib.machinery import ModuleSpec +from types import CodeType, ModuleType +from typing import Any + +from coverage.exceptions import CoverageException, NoCode, NoSource, _ExceptionDuringRun +from coverage.files import canonical_filename, python_reported_file +from coverage.misc import isolate_module +from coverage.python import get_python_source + +os = isolate_module(os) + + +PYC_MAGIC_NUMBER = importlib.util.MAGIC_NUMBER + + +class DummyLoader: + """A shim for the pep302 __loader__, emulating pkgutil.ImpLoader. + + Currently only implements the .fullname attribute + """ + + def __init__(self, fullname: str, *_args: Any) -> None: + self.fullname = fullname + + +def find_module( + modulename: str, +) -> tuple[str | None, str, ModuleSpec]: + """Find the module named `modulename`. + + Returns the file path of the module, the name of the enclosing + package, and the spec. + """ + try: + spec = importlib.util.find_spec(modulename) + except ImportError as err: + raise NoSource(str(err)) from err + if not spec: + raise NoSource(f"No module named {modulename!r}") + pathname = spec.origin + packagename = spec.name + if spec.submodule_search_locations: + mod_main = modulename + ".__main__" + spec = importlib.util.find_spec(mod_main) + if not spec: + raise NoSource( + f"No module named {mod_main}; " + + f"{modulename!r} is a package and cannot be directly executed", + ) + pathname = spec.origin + packagename = spec.name + packagename = packagename.rpartition(".")[0] + return pathname, packagename, spec + + +class PyRunner: + """Multi-stage execution of Python code. + + This is meant to emulate real Python execution as closely as possible. + + """ + + def __init__(self, args: list[str], as_module: bool = False) -> None: + self.args = args + self.as_module = as_module + + self.arg0 = args[0] + self.package: str | None = None + self.modulename: str | None = None + self.pathname: str | None = None + self.loader: DummyLoader | None = None + self.spec: ModuleSpec | None = None + + def prepare(self) -> None: + """Set sys.path properly. + + This needs to happen before any importing, and without importing anything. + """ + path0: str | None + if getattr(sys.flags, "safe_path", False): + # See https://docs.python.org/3/using/cmdline.html#cmdoption-P + path0 = None + elif self.as_module: + path0 = os.getcwd() + elif os.path.isdir(self.arg0): + # Running a directory means running the __main__.py file in that + # directory. + path0 = self.arg0 + else: + path0 = os.path.abspath(os.path.dirname(self.arg0)) + + if os.path.isdir(sys.path[0]): + # sys.path fakery. If we are being run as a command, then sys.path[0] + # is the directory of the "coverage" script. If this is so, replace + # sys.path[0] with the directory of the file we're running, or the + # current directory when running modules. If it isn't so, then we + # don't know what's going on, and just leave it alone. + top_file = inspect.stack()[-1][0].f_code.co_filename + sys_path_0_abs = os.path.abspath(sys.path[0]) + top_file_dir_abs = os.path.abspath(os.path.dirname(top_file)) + sys_path_0_abs = canonical_filename(sys_path_0_abs) + top_file_dir_abs = canonical_filename(top_file_dir_abs) + if sys_path_0_abs != top_file_dir_abs: + path0 = None + + else: + # sys.path[0] is a file. Is the next entry the directory containing + # that file? + if sys.path[1] == os.path.dirname(sys.path[0]): + # Can it be right to always remove that? + del sys.path[1] + + if path0 is not None: + sys.path[0] = python_reported_file(path0) + + def _prepare2(self) -> None: + """Do more preparation to run Python code. + + Includes finding the module to run and adjusting sys.argv[0]. + This method is allowed to import code. + + """ + if self.as_module: + self.modulename = self.arg0 + pathname, self.package, self.spec = find_module(self.modulename) + if self.spec is not None: + self.modulename = self.spec.name + self.loader = DummyLoader(self.modulename) + assert pathname is not None + self.pathname = os.path.abspath(pathname) + self.args[0] = self.arg0 = self.pathname + elif os.path.isdir(self.arg0): + # Running a directory means running the __main__.py file in that + # directory. + for ext in [".py", ".pyc", ".pyo"]: + try_filename = os.path.join(self.arg0, f"__main__{ext}") + # 3.8.10 changed how files are reported when running a + # directory. + try_filename = os.path.abspath(try_filename) + if os.path.exists(try_filename): + self.arg0 = try_filename + break + else: + raise NoSource(f"Can't find '__main__' module in '{self.arg0}'") + + # Make a spec. I don't know if this is the right way to do it. + try_filename = python_reported_file(try_filename) + self.spec = importlib.machinery.ModuleSpec("__main__", None, origin=try_filename) + self.spec.has_location = True + self.package = "" + self.loader = DummyLoader("__main__") + else: + self.loader = DummyLoader("__main__") + + self.arg0 = python_reported_file(self.arg0) + + def run(self) -> None: + """Run the Python code!""" + + self._prepare2() + + # Create a module to serve as __main__ + main_mod = ModuleType("__main__") + + from_pyc = self.arg0.endswith((".pyc", ".pyo")) + main_mod.__file__ = self.arg0 + if from_pyc: + main_mod.__file__ = main_mod.__file__[:-1] + if self.package is not None: + main_mod.__package__ = self.package + main_mod.__loader__ = self.loader # type: ignore[assignment] + if self.spec is not None: + main_mod.__spec__ = self.spec + + main_mod.__builtins__ = sys.modules["builtins"] # type: ignore[attr-defined] + + sys.modules["__main__"] = main_mod + + # Set sys.argv properly. + sys.argv = self.args + + try: + # Make a code object somehow. + if from_pyc: + code = make_code_from_pyc(self.arg0) + else: + code = make_code_from_py(self.arg0) + except CoverageException: + raise + except Exception as exc: + msg = f"Couldn't run '{self.arg0}' as Python code: {exc.__class__.__name__}: {exc}" + raise CoverageException(msg) from exc + + # Execute the code object. + # Return to the original directory in case the test code exits in + # a non-existent directory. + cwd = os.getcwd() + try: + exec(code, main_mod.__dict__) + except SystemExit: # pylint: disable=try-except-raise + # The user called sys.exit(). Just pass it along to the upper + # layers, where it will be handled. + raise + except Exception: + # Something went wrong while executing the user code. + # Get the exc_info, and pack them into an exception that we can + # throw up to the outer loop. We peel one layer off the traceback + # so that the coverage.py code doesn't appear in the final printed + # traceback. + typ, err, tb = sys.exc_info() + assert typ is not None + assert err is not None + assert tb is not None + + # PyPy3 weirdness. If I don't access __context__, then somehow it + # is non-None when the exception is reported at the upper layer, + # and a nested exception is shown to the user. This getattr fixes + # it somehow? https://bitbucket.org/pypy/pypy/issue/1903 + getattr(err, "__context__", None) + + # Call the excepthook. + try: + assert err.__traceback__ is not None + err.__traceback__ = err.__traceback__.tb_next + sys.excepthook(typ, err, tb.tb_next) + except SystemExit: # pylint: disable=try-except-raise + raise + except Exception as exc: + # Getting the output right in the case of excepthook + # shenanigans is kind of involved. + sys.stderr.write("Error in sys.excepthook:\n") + typ2, err2, tb2 = sys.exc_info() + assert typ2 is not None + assert err2 is not None + assert tb2 is not None + err2.__suppress_context__ = True + assert err2.__traceback__ is not None + err2.__traceback__ = err2.__traceback__.tb_next + sys.__excepthook__(typ2, err2, tb2.tb_next) + sys.stderr.write("\nOriginal exception was:\n") + raise _ExceptionDuringRun(typ, err, tb.tb_next) from exc + else: + sys.exit(1) + finally: + os.chdir(cwd) + + +def run_python_module(args: list[str]) -> None: + """Run a Python module, as though with ``python -m name args...``. + + `args` is the argument array to present as sys.argv, including the first + element naming the module being executed. + + This is a helper for tests, to encapsulate how to use PyRunner. + + """ + runner = PyRunner(args, as_module=True) + runner.prepare() + runner.run() + + +def run_python_file(args: list[str]) -> None: + """Run a Python file as if it were the main program on the command line. + + `args` is the argument array to present as sys.argv, including the first + element naming the file being executed. `package` is the name of the + enclosing package, if any. + + This is a helper for tests, to encapsulate how to use PyRunner. + + """ + runner = PyRunner(args, as_module=False) + runner.prepare() + runner.run() + + +def make_code_from_py(filename: str) -> CodeType: + """Get source from `filename` and make a code object of it.""" + try: + source = get_python_source(filename) + except (OSError, NoSource) as exc: + raise NoSource(f"No file to run: '{filename}'") from exc + + code = compile(source, filename, mode="exec", dont_inherit=True) + return code + + +def make_code_from_pyc(filename: str) -> CodeType: + """Get a code object from a .pyc file.""" + try: + fpyc = open(filename, "rb") + except OSError as exc: + raise NoCode(f"No file to run: '{filename}'") from exc + + with fpyc: + # First four bytes are a version-specific magic number. It has to + # match or we won't run the file. + magic = fpyc.read(4) + if magic != PYC_MAGIC_NUMBER: + raise NoCode(f"Bad magic number in .pyc file: {magic!r} != {PYC_MAGIC_NUMBER!r}") + + flags = struct.unpack(" None: + """Set the directory that `relative_filename` will be relative to.""" + global RELATIVE_DIR, CANONICAL_FILENAME_CACHE + + # The current directory + abs_curdir = abs_file(os.curdir) + if not abs_curdir.endswith(os.sep): + # Suffix with separator only if not at the system root + abs_curdir = abs_curdir + os.sep + + # The absolute path to our current directory. + RELATIVE_DIR = os.path.normcase(abs_curdir) + + # Cache of results of calling the canonical_filename() method, to + # avoid duplicating work. + CANONICAL_FILENAME_CACHE = {} + + +def relative_directory() -> str: + """Return the directory that `relative_filename` is relative to.""" + return RELATIVE_DIR + + +def relative_filename(filename: str) -> str: + """Return the relative form of `filename`. + + The file name will be relative to the current directory when the + `set_relative_directory` was called. + + """ + fnorm = os.path.normcase(filename) + if fnorm.startswith(RELATIVE_DIR): + filename = filename[len(RELATIVE_DIR) :] + return filename + + +def canonical_filename(filename: str) -> str: + """Return a canonical file name for `filename`. + + An absolute path with no redundant components and normalized case. + + """ + if filename not in CANONICAL_FILENAME_CACHE: + cf = filename + if not os.path.isabs(filename): + for path in [os.curdir] + sys.path: + if path is None: + continue # type: ignore[unreachable] + f = os.path.join(path, filename) + try: + exists = os.path.exists(f) + except UnicodeError: + exists = False + if exists: + cf = f + break + cf = abs_file(cf) + CANONICAL_FILENAME_CACHE[filename] = cf + return CANONICAL_FILENAME_CACHE[filename] + + +def flat_rootname(filename: str) -> str: + """A base for a flat file name to correspond to this file. + + Useful for writing files about the code where you want all the files in + the same directory, but need to differentiate same-named files from + different directories. + + For example, the file a/b/c.py will return 'z_86bbcbe134d28fd2_c_py' + + """ + dirname, basename = ntpath.split(filename) + if dirname: + fp = hashlib.new( + "sha3_256", + dirname.encode("UTF-8"), + usedforsecurity=False, + ).hexdigest()[:16] + prefix = f"z_{fp}_" + else: + prefix = "" + return prefix + basename.replace(".", "_") + + +if env.WINDOWS: + _ACTUAL_PATH_CACHE: dict[str, str] = {} + _ACTUAL_PATH_LIST_CACHE: dict[str, list[str]] = {} + + def actual_path(path: str) -> str: + """Get the actual path of `path`, including the correct case.""" + if path in _ACTUAL_PATH_CACHE: + return _ACTUAL_PATH_CACHE[path] + + head, tail = os.path.split(path) + if not tail: + # This means head is the drive spec: normalize it. + actpath = head.upper() + elif not head: + actpath = tail + else: + head = actual_path(head) + if head in _ACTUAL_PATH_LIST_CACHE: + files = _ACTUAL_PATH_LIST_CACHE[head] + else: + try: + files = os.listdir(head) + except Exception: + # This will raise OSError, or this bizarre TypeError: + # https://bugs.python.org/issue1776160 + files = [] + _ACTUAL_PATH_LIST_CACHE[head] = files + normtail = os.path.normcase(tail) + for f in files: + if os.path.normcase(f) == normtail: + tail = f + break + actpath = os.path.join(head, tail) + _ACTUAL_PATH_CACHE[path] = actpath + return actpath + +else: + + def actual_path(path: str) -> str: + """The actual path for non-Windows platforms.""" + return path + + +def abs_file(path: str) -> str: + """Return the absolute normalized form of `path`.""" + return actual_path(os.path.abspath(os.path.realpath(path))) + + +def zip_location(filename: str) -> tuple[str, str] | None: + """Split a filename into a zipfile / inner name pair. + + Only return a pair if the zipfile exists. No check is made if the inner + name is in the zipfile. + + """ + for ext in [".zip", ".whl", ".egg", ".pex", ".par"]: + zipbase, extension, inner = filename.partition(ext + sep(filename)) + if extension: + zipfile = zipbase + ext + if os.path.exists(zipfile): + return zipfile, inner + return None + + +def source_exists(path: str) -> bool: + """Determine if a source file path exists.""" + if os.path.exists(path): + return True + + if zip_location(path): + # If zip_location returns anything, then it's a zipfile that + # exists. That's good enough for us. + return True + + return False + + +def python_reported_file(filename: str) -> str: + """Return the string as Python would describe this file name.""" + return os.path.abspath(filename) + + +def isabs_anywhere(filename: str) -> bool: + """Is `filename` an absolute path on any OS?""" + return ntpath.isabs(filename) or posixpath.isabs(filename) + + +def prep_patterns(patterns: Iterable[str]) -> list[str]: + """Prepare the file patterns for use in a `GlobMatcher`. + + If a pattern starts with a wildcard, it is used as a pattern + as-is. If it does not start with a wildcard, then it is made + absolute with the current directory. + + If `patterns` is None, an empty list is returned. + + """ + prepped = [] + for p in patterns or []: + prepped.append(p) + if not p.startswith(("*", "?")): + prepped.append(abs_file(p)) + return prepped + + +class TreeMatcher(TMatcher): + """A matcher for files in a tree. + + Construct with a list of paths, either files or directories. Paths match + with the `match` method if they are one of the files, or if they are + somewhere in a subtree rooted at one of the directories. + + """ + + def __init__(self, paths: Iterable[str], name: str = "unknown") -> None: + self.original_paths: list[str] = human_sorted(paths) + self.paths = [os.path.normcase(p) for p in paths] + self.name = name + + def __repr__(self) -> str: + return f"" + + def info(self) -> list[str]: + """A list of strings for displaying when dumping state.""" + return self.original_paths + + def match(self, fpath: str) -> bool: # pylint: disable=arguments-renamed + """Does `fpath` indicate a file in one of our trees?""" + fpath = os.path.normcase(fpath) + for p in self.paths: + if fpath.startswith(p): + if fpath == p: + # This is the same file! + return True + if fpath[len(p)] == os.sep: + # This is a file in the directory + return True + return False + + +class ModuleMatcher(TMatcher): + """A matcher for modules in a tree.""" + + def __init__(self, module_names: Iterable[str], name: str = "unknown") -> None: + self.modules = list(module_names) + self.name = name + + def __repr__(self) -> str: + return f"" + + def info(self) -> list[str]: + """A list of strings for displaying when dumping state.""" + return self.modules + + def match(self, module_name: str) -> bool: # pylint: disable=arguments-renamed + """Does `module_name` indicate a module in one of our packages?""" + if not module_name: + return False + + for m in self.modules: + if module_name.startswith(m): + if module_name == m: + return True + if module_name[len(m)] == ".": + # This is a module in the package + return True + + return False + + +class GlobMatcher(TMatcher): + """A matcher for files by file name pattern.""" + + def __init__(self, pats: Iterable[str], name: str = "unknown") -> None: + self.pats = list(pats) + self.re = globs_to_regex(self.pats, case_insensitive=env.WINDOWS) + self.name = name + + def __repr__(self) -> str: + return f"" + + def info(self) -> list[str]: + """A list of strings for displaying when dumping state.""" + return self.pats + + def match(self, fpath: str) -> bool: # pylint: disable=arguments-renamed + """Does `fpath` match one of our file name patterns?""" + return self.re.match(fpath) is not None + + +def sep(s: str) -> str: + """Find the path separator used in this string, or os.sep if none.""" + if sep_match := re.search(r"[\\/]", s): + the_sep = sep_match[0] + else: + the_sep = os.sep + return the_sep + + +# Tokenizer for _glob_to_regex. +# None as a sub means disallowed. +# fmt: off +G2RX_TOKENS = [(re.compile(rx), sub) for rx, sub in [ + (r"\*\*\*+", None), # Can't have *** + (r"[^/]+\*\*+", None), # Can't have x** + (r"\*\*+[^/]+", None), # Can't have **x + (r"\*\*/\*\*", None), # Can't have **/** + (r"^\*+/", r"(.*[/\\\\])?"), # ^*/ matches any prefix-slash, or nothing. + (r"/\*+$", r"[/\\\\].*"), # /*$ matches any slash-suffix. + (r"\*\*/", r"(.*[/\\\\])?"), # **/ matches any subdirs, including none + (r"/", r"[/\\\\]"), # / matches either slash or backslash + (r"\*", r"[^/\\\\]*"), # * matches any number of non slash-likes + (r"\?", r"[^/\\\\]"), # ? matches one non slash-like + (r"\[.*?\]", r"\g<0>"), # [a-f] matches [a-f] + (r"[a-zA-Z0-9_-]+", r"\g<0>"), # word chars match themselves + (r"[\[\]]", None), # Can't have single square brackets + (r".", r"\\\g<0>"), # Anything else is escaped to be safe +]] +# fmt: on + + +def _glob_to_regex(pattern: str) -> str: + """Convert a file-path glob pattern into a regex.""" + # Turn all backslashes into slashes to simplify the tokenizer. + pattern = pattern.replace("\\", "/") + if "/" not in pattern: + pattern = f"**/{pattern}" + path_rx = [] + pos = 0 + while pos < len(pattern): + for rx, sub in G2RX_TOKENS: # pragma: always breaks + if m := rx.match(pattern, pos=pos): + if sub is None: + raise ConfigError(f"File pattern can't include {m[0]!r}") + path_rx.append(m.expand(sub)) + pos = m.end() + break + return "".join(path_rx) + + +def globs_to_regex( + patterns: Iterable[str], + case_insensitive: bool = False, + partial: bool = False, +) -> re.Pattern[str]: + """Convert glob patterns to a compiled regex that matches any of them. + + Slashes are always converted to match either slash or backslash, for + Windows support, even when running elsewhere. + + If the pattern has no slash or backslash, then it is interpreted as + matching a file name anywhere it appears in the tree. Otherwise, the glob + pattern must match the whole file path. + + If `partial` is true, then the pattern will match if the target string + starts with the pattern. Otherwise, it must match the entire string. + + Returns: a compiled regex object. Use the .match method to compare target + strings. + + """ + flags = 0 + if case_insensitive: + flags |= re.IGNORECASE + rx = join_regex(map(_glob_to_regex, patterns)) + if not partial: + rx = rf"(?:{rx})\Z" + compiled = re.compile(rx, flags=flags) + return compiled + + +class PathAliases: + """A collection of aliases for paths. + + When combining data files from remote machines, often the paths to source + code are different, for example, due to OS differences, or because of + serialized checkouts on continuous integration machines. + + A `PathAliases` object tracks a list of pattern/result pairs, and can + map a path through those aliases to produce a unified path. + + """ + + def __init__( + self, + debugfn: Callable[[str], None] | None = None, + relative: bool = False, + ) -> None: + # A list of (original_pattern, regex, result) + self.aliases: list[tuple[str, re.Pattern[str], str]] = [] + self.debugfn = debugfn or (lambda msg: 0) + self.relative = relative + self.pprinted = False + + def pprint(self) -> None: + """Dump the important parts of the PathAliases, for debugging.""" + self.debugfn(f"Aliases (relative={self.relative}):") + for original_pattern, regex, result in self.aliases: + self.debugfn(f" Rule: {original_pattern!r} -> {result!r} using regex {regex.pattern!r}") + + def add(self, pattern: str, result: str) -> None: + """Add the `pattern`/`result` pair to the list of aliases. + + `pattern` is an `glob`-style pattern. `result` is a simple + string. When mapping paths, if a path starts with a match against + `pattern`, then that match is replaced with `result`. This models + isomorphic source trees being rooted at different places on two + different machines. + + `pattern` can't end with a wildcard component, since that would + match an entire tree, and not just its root. + + """ + original_pattern = pattern + pattern_sep = sep(pattern) + + if len(pattern) > 1: + pattern = pattern.rstrip(r"\/") + + # The pattern can't end with a wildcard component. + if pattern.endswith("*"): + raise ConfigError("Pattern must not end with wildcards.") + + # The pattern is meant to match a file path. Let's make it absolute + # unless it already is, or is meant to match any prefix. + if not self.relative: + if not pattern.startswith("*") and not isabs_anywhere(pattern + pattern_sep): + pattern = abs_file(pattern) + if not pattern.endswith(pattern_sep): + pattern += pattern_sep + + # Make a regex from the pattern. + regex = globs_to_regex([pattern], case_insensitive=True, partial=True) + + # Normalize the result: it must end with a path separator. + result_sep = sep(result) + result = result.rstrip(r"\/") + result_sep + self.aliases.append((original_pattern, regex, result)) + + def map(self, path: str, exists: Callable[[str], bool] = source_exists) -> str: + """Map `path` through the aliases. + + `path` is checked against all of the patterns. The first pattern to + match is used to replace the root of the path with the result root. + Only one pattern is ever used. If no patterns match, `path` is + returned unchanged. + + The separator style in the result is made to match that of the result + in the alias. + + `exists` is a function to determine if the resulting path actually + exists. + + Returns the mapped path. If a mapping has happened, this is a + canonical path. If no mapping has happened, it is the original value + of `path` unchanged. + + """ + if not self.pprinted: + self.pprint() + self.pprinted = True + + for original_pattern, regex, result in self.aliases: + if m := regex.match(path): + new = path.replace(m[0], result) + new = new.replace(sep(path), sep(result)) + if not self.relative: + new = canonical_filename(new) + dot_start = result.startswith(("./", ".\\")) and len(result) > 2 + if new.startswith(("./", ".\\")) and not dot_start: + new = new[2:] + if not exists(new): + self.debugfn( + f"Rule {original_pattern!r} changed {path!r} to {new!r} " + + "which doesn't exist, continuing", + ) + continue + self.debugfn( + f"Matched path {path!r} to rule {original_pattern!r} -> {result!r}, " + + f"producing {new!r}", + ) + return new + + # If we get here, no pattern matched. + + if self.relative: + path = relative_filename(path) + + if self.relative and not isabs_anywhere(path): + # Auto-generate a pattern to implicitly match relative files + parts = re.split(r"[/\\]", path) + if len(parts) > 1: + dir1 = parts[0] + pattern = f"*/{dir1}" + regex_pat = rf"^(.*[\\/])?{re.escape(dir1)}[\\/]" + result = f"{dir1}{os.sep}" + # Only add a new pattern if we don't already have this pattern. + if not any(p == pattern for p, _, _ in self.aliases): + self.debugfn( + f"Generating rule: {pattern!r} -> {result!r} using regex {regex_pat!r}", + ) + self.aliases.append((pattern, re.compile(regex_pat), result)) + return self.map(path, exists=exists) + + self.debugfn(f"No rules match, path {path!r} is unchanged") + return path + + +def find_python_files(dirname: str, include_namespace_packages: bool) -> Iterable[str]: + """Yield all of the importable Python files in `dirname`, recursively. + + To be importable, the files have to be in a directory with a __init__.py, + except for `dirname` itself, which isn't required to have one. The + assumption is that `dirname` was specified directly, so the user knows + best, but sub-directories are checked for a __init__.py to be sure we only + find the importable files. + + If `include_namespace_packages` is True, then the check for __init__.py + files is skipped. + + Files with strange characters are skipped, since they couldn't have been + imported, and are probably editor side-files. + + """ + for i, (dirpath, dirnames, filenames) in enumerate(os.walk(dirname)): + if not include_namespace_packages: + if i > 0 and "__init__.py" not in filenames: + # If a directory doesn't have __init__.py, then it isn't + # importable and neither are its files + del dirnames[:] + continue + for filename in filenames: + # We're only interested in files that look like reasonable Python + # files: Must end with .py or .pyw, and must not have certain funny + # characters that probably mean they are editor junk. + if re.match(r"^[^.#~!$@%^&*()+=,]+\.pyw?$", filename): + yield os.path.join(dirpath, filename) + + +# Globally set the relative directory. +set_relative_directory() diff --git a/.venv/lib/python3.12/site-packages/coverage/html.py b/.venv/lib/python3.12/site-packages/coverage/html.py new file mode 100644 index 0000000..cfc566f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/html.py @@ -0,0 +1,860 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""HTML reporting for coverage.py.""" + +from __future__ import annotations + +import collections +import dataclasses +import datetime +import functools +import json +import os +import re +import string +from collections.abc import Iterable +from dataclasses import dataclass, field +from typing import TYPE_CHECKING, Any + +import coverage +from coverage.data import CoverageData, add_data_to_hash +from coverage.exceptions import NoDataError +from coverage.files import flat_rootname +from coverage.misc import ( + Hasher, + ensure_dir, + file_be_gone, + format_local_datetime, + human_sorted, + isolate_module, + plural, + stdout_link, +) +from coverage.report_core import get_analysis_to_report +from coverage.results import Analysis, AnalysisNarrower, Numbers +from coverage.templite import Templite +from coverage.types import TLineNo, TMorfs +from coverage.version import __url__ + +if TYPE_CHECKING: + from coverage import Coverage + from coverage.plugins import FileReporter + + +os = isolate_module(os) + + +def data_filename(fname: str) -> str: + """Return the path to an "htmlfiles" data file of ours.""" + static_dir = os.path.join(os.path.dirname(__file__), "htmlfiles") + static_filename = os.path.join(static_dir, fname) + return static_filename + + +def read_data(fname: str) -> str: + """Return the contents of a data file of ours.""" + with open(data_filename(fname), encoding="utf-8") as data_file: + return data_file.read() + + +def write_html(fname: str, html: str) -> None: + """Write `html` to `fname`, properly encoded.""" + html = re.sub(r"(\A\s+)|(\s+$)", "", html, flags=re.MULTILINE) + "\n" + with open(fname, "wb") as fout: + fout.write(html.encode("ascii", "xmlcharrefreplace")) + + +@dataclass +class LineData: + """The data for each source line of HTML output.""" + + tokens: list[tuple[str, str]] + number: TLineNo + category: str + contexts: list[str] + contexts_label: str + context_list: list[str] + short_annotations: list[str] + long_annotations: list[str] + html: str = "" + context_str: str | None = None + annotate: str | None = None + annotate_long: str | None = None + css_class: str = "" + + +@dataclass +class FileData: + """The data for each source file of HTML output.""" + + relative_filename: str + nums: Numbers + lines: list[LineData] + + +@dataclass +class IndexItem: + """Information for each index entry, to render an index page.""" + + url: str = "" + file: str = "" + description: str = "" + nums: Numbers = field(default_factory=Numbers) + + +@dataclass +class IndexPage: + """Data for each index page.""" + + noun: str + plural: str + filename: str + summaries: list[IndexItem] + totals: Numbers + skipped_covered_count: int + skipped_empty_count: int + + +class HtmlDataGeneration: + """Generate structured data to be turned into HTML reports.""" + + EMPTY = "(empty)" + + def __init__(self, cov: Coverage) -> None: + self.coverage = cov + self.config = self.coverage.config + self.data = self.coverage.get_data() + self.has_arcs = self.data.has_arcs() + if self.config.show_contexts: + if self.data.measured_contexts() == {""}: + self.coverage._warn("No contexts were measured") + self.data.set_query_contexts(self.config.report_contexts) + + def data_for_file(self, fr: FileReporter, analysis: Analysis) -> FileData: + """Produce the data needed for one file's report.""" + if self.has_arcs: + missing_branch_arcs = analysis.missing_branch_arcs() + arcs_executed = analysis.arcs_executed + else: + missing_branch_arcs = {} + arcs_executed = [] + + if self.config.show_contexts: + contexts_by_lineno = self.data.contexts_by_lineno(analysis.filename) + + lines = [] + branch_stats = analysis.branch_stats() + multiline_map = {} + if hasattr(fr, "multiline_map"): + multiline_map = fr.multiline_map() + + for lineno, tokens in enumerate(fr.source_token_lines(), start=1): + # Figure out how to mark this line. + category = category2 = "" + short_annotations = [] + long_annotations = [] + + if lineno in analysis.excluded: + category = "exc" + elif lineno in analysis.missing: + category = "mis" + elif self.has_arcs and lineno in missing_branch_arcs: + category = "par" + mba = missing_branch_arcs[lineno] + if len(mba) == branch_stats[lineno][0]: + # None of the branches were taken from this line. + short_annotations.append("anywhere") + long_annotations.append( + f"line {lineno} didn't jump anywhere: it always raised an exception." + ) + else: + for b in missing_branch_arcs[lineno]: + if b < 0: + short_annotations.append("exit") + else: + short_annotations.append(str(b)) + long_annotations.append( + fr.missing_arc_description(lineno, b, arcs_executed) + ) + elif lineno in analysis.statements: + category = "run" + elif first_line := multiline_map.get(lineno): + if first_line in analysis.excluded: + category2 = "exc2" + elif first_line in analysis.missing: + category2 = "mis2" + elif self.has_arcs and first_line in missing_branch_arcs: + category2 = "par2" + # I don't understand why this last condition is marked as + # partial. If I add an else with an exception, the exception + # is raised. + elif first_line in analysis.statements: # pragma: part covered + category2 = "run2" + + contexts = [] + contexts_label = "" + context_list = [] + if category and self.config.show_contexts: + contexts = human_sorted(c or self.EMPTY for c in contexts_by_lineno.get(lineno, ())) + if contexts == [self.EMPTY]: + contexts_label = self.EMPTY + else: + contexts_label = f"{len(contexts)} ctx" + context_list = contexts + + lines.append( + LineData( + tokens=tokens, + number=lineno, + category=category or category2, + contexts=contexts, + contexts_label=contexts_label, + context_list=context_list, + short_annotations=short_annotations, + long_annotations=long_annotations, + ) + ) + + file_data = FileData( + relative_filename=fr.relative_filename(), + nums=analysis.numbers, + lines=lines, + ) + + return file_data + + +class FileToReport: + """A file we're considering reporting.""" + + def __init__(self, fr: FileReporter, analysis: Analysis) -> None: + self.fr = fr + self.analysis = analysis + self.rootname = flat_rootname(fr.relative_filename()) + self.html_filename = self.rootname + ".html" + self.prev_html = self.next_html = "" + + +HTML_SAFE = string.ascii_letters + string.digits + "!#$%'()*+,-./:;=?@[]^_`{|}~" + + +@functools.cache +def encode_int(n: int) -> str: + """Create a short HTML-safe string from an integer, using HTML_SAFE.""" + if n == 0: + return HTML_SAFE[0] + + r = [] + while n: + n, t = divmod(n, len(HTML_SAFE)) + r.append(HTML_SAFE[t]) + return "".join(r) + + +def copy_with_cache_bust(src: str, dest_dir: str) -> str: + """Copy `src` to `dest_dir`, adding a hash to the name. + + Returns the updated destination file name with hash. + """ + with open(src, "rb") as f: + text = f.read() + h = Hasher() + h.update(text) + cache_bust = h.hexdigest()[:8] + src_base = os.path.basename(src) + dest = src_base.replace(".", f"_cb_{cache_bust}.") + with open(os.path.join(dest_dir, dest), "wb") as f: + f.write(text) + return dest + + +class HtmlReporter: + """HTML reporting.""" + + # These files will be copied from the htmlfiles directory to the output + # directory. + STATIC_FILES = [ + "style.css", + "coverage_html.js", + "keybd_closed.png", + "favicon_32.png", + ] + + def __init__(self, cov: Coverage) -> None: + self.coverage = cov + self.config = self.coverage.config + self.directory = self.config.html_dir + + self.skip_covered = self.config.html_skip_covered + if self.skip_covered is None: + self.skip_covered = self.config.skip_covered + self.skip_empty = self.config.html_skip_empty + if self.skip_empty is None: + self.skip_empty = self.config.skip_empty + + title = self.config.html_title + + self.extra_css = bool(self.config.extra_css) + + self.data = self.coverage.get_data() + self.has_arcs = self.data.has_arcs() + + self.index_pages: dict[str, IndexPage] = { + "file": self.new_index_page("file", "files"), + } + self.incr = IncrementalChecker(self.directory) + self.datagen = HtmlDataGeneration(self.coverage) + self.directory_was_empty = False + self.first_fr = None + self.final_fr = None + + self.template_globals = { + # Functions available in the templates. + "escape": escape, + "pair": pair, + "pretty_file": pretty_file, + # Constants for this report. + "__url__": __url__, + "__version__": coverage.__version__, + "title": title, + "time_stamp": format_local_datetime(datetime.datetime.now()), + "extra_css": self.extra_css, + "has_arcs": self.has_arcs, + "statics": {}, + # Constants for all reports. + # These css classes determine which lines are highlighted by default. + "category": { + "exc": "exc show_exc", + "mis": "mis show_mis", + "par": "par run show_par", + "run": "run", + "exc2": "exc exc2 show_exc", + "mis2": "mis mis2 show_mis", + "par2": "par par2 ru2 show_par", + "run2": "run run2", + }, + } + self.index_tmpl = Templite(read_data("index.html"), self.template_globals) + self.pyfile_html_source = read_data("pyfile.html") + self.source_tmpl = Templite(self.pyfile_html_source, self.template_globals) + + def new_index_page(self, noun: str, plural_noun: str) -> IndexPage: + """Create an IndexPage for a kind of region.""" + return IndexPage( + noun=noun, + plural=plural_noun, + filename="index.html" if noun == "file" else f"{noun}_index.html", + summaries=[], + totals=Numbers(precision=self.config.precision), + skipped_covered_count=0, + skipped_empty_count=0, + ) + + def report(self, morfs: TMorfs) -> float: + """Generate an HTML report for `morfs`. + + `morfs` is a list of modules or file names. + + """ + # Read the status data and check that this run used the same + # global data as the last run. + self.incr.read() + self.incr.check_global_data(self.config, self.pyfile_html_source) + + # Process all the files. For each page we need to supply a link + # to the next and previous page. + files_to_report = [] + + have_data = False + for fr, analysis in get_analysis_to_report(self.coverage, morfs): + have_data = True + ftr = FileToReport(fr, analysis) + if self.should_report(analysis, self.index_pages["file"]): + files_to_report.append(ftr) + else: + file_be_gone(os.path.join(self.directory, ftr.html_filename)) + + if not have_data: + raise NoDataError("No data to report.") + + self.make_directory() + self.make_local_static_report_files() + + if files_to_report: + for ftr1, ftr2 in zip(files_to_report[:-1], files_to_report[1:]): + ftr1.next_html = ftr2.html_filename + ftr2.prev_html = ftr1.html_filename + files_to_report[0].prev_html = "index.html" + files_to_report[-1].next_html = "index.html" + + for ftr in files_to_report: + self.write_html_page(ftr) + for noun, plural_noun in ftr.fr.code_region_kinds(): + if noun not in self.index_pages: + self.index_pages[noun] = self.new_index_page(noun, plural_noun) + + # Write the index page. + if files_to_report: + first_html = files_to_report[0].html_filename + final_html = files_to_report[-1].html_filename + else: + first_html = final_html = "index.html" + self.write_file_index_page(first_html, final_html) + + # Write function and class index pages. + self.write_region_index_pages(files_to_report) + + return ( + self.index_pages["file"].totals.n_statements + and self.index_pages["file"].totals.pc_covered + ) + + def make_directory(self) -> None: + """Make sure our htmlcov directory exists.""" + ensure_dir(self.directory) + if not os.listdir(self.directory): + self.directory_was_empty = True + + def copy_static_file(self, src: str, slug: str = "") -> None: + """Copy a static file into the output directory with cache busting.""" + dest = copy_with_cache_bust(src, self.directory) + if not slug: + slug = os.path.basename(src).replace(".", "_") + self.template_globals["statics"][slug] = dest # type: ignore + + def make_local_static_report_files(self) -> None: + """Make local instances of static files for HTML report.""" + + # The files we provide must always be copied. + for static in self.STATIC_FILES: + self.copy_static_file(data_filename(static)) + + # The user may have extra CSS they want copied. + if self.extra_css: + assert self.config.extra_css is not None + self.copy_static_file(self.config.extra_css, slug="extra_css") + + # Only write the .gitignore file if the directory was originally empty. + # .gitignore can't be copied from the source tree because if it was in + # the source tree, it would stop the static files from being checked in. + if self.directory_was_empty: + with open(os.path.join(self.directory, ".gitignore"), "w", encoding="utf-8") as fgi: + fgi.write("# Created by coverage.py\n*\n") + + def should_report(self, analysis: Analysis, index_page: IndexPage) -> bool: + """Determine if we'll report this file or region.""" + # Get the numbers for this file. + nums = analysis.numbers + index_page.totals += nums + + if self.skip_covered: + # Don't report on 100% files. + no_missing_lines = (nums.n_missing == 0) # fmt: skip + no_missing_branches = (nums.n_partial_branches == 0) # fmt: skip + if no_missing_lines and no_missing_branches: + index_page.skipped_covered_count += 1 + return False + + if self.skip_empty: + # Don't report on empty files. + if nums.n_statements == 0: + index_page.skipped_empty_count += 1 + return False + + return True + + def write_html_page(self, ftr: FileToReport) -> None: + """Generate an HTML page for one source file. + + If the page on disk is already correct based on our incremental status + checking, then the page doesn't have to be generated, and this function + only does page summary bookkeeping. + + """ + # Find out if the page on disk is already correct. + if self.incr.can_skip_file(self.data, ftr.fr, ftr.rootname): + self.index_pages["file"].summaries.append(self.incr.index_info(ftr.rootname)) + return + + # Write the HTML page for this source file. + file_data = self.datagen.data_for_file(ftr.fr, ftr.analysis) + + contexts = collections.Counter(c for cline in file_data.lines for c in cline.contexts) + context_codes = {y: i for (i, y) in enumerate(x[0] for x in contexts.most_common())} + if context_codes: + contexts_json = json.dumps( + {encode_int(v): k for (k, v) in context_codes.items()}, + indent=2, + ) + else: + contexts_json = None + + for ldata in file_data.lines: + # Build the HTML for the line. + html_parts = [] + for tok_type, tok_text in ldata.tokens: + if tok_type == "ws": + html_parts.append(escape(tok_text)) + else: + tok_html = escape(tok_text) or " " + html_parts.append(f'{tok_html}') + ldata.html = "".join(html_parts) + if ldata.context_list: + encoded_contexts = [ + encode_int(context_codes[c_context]) for c_context in ldata.context_list + ] + code_width = max(len(ec) for ec in encoded_contexts) + ldata.context_str = str(code_width) + "".join( + ec.ljust(code_width) for ec in encoded_contexts + ) + else: + ldata.context_str = "" + + if ldata.short_annotations: + # 202F is NARROW NO-BREAK SPACE. + # 219B is RIGHTWARDS ARROW WITH STROKE. + ldata.annotate = ",   ".join( + f"{ldata.number} ↛ {d}" for d in ldata.short_annotations + ) + else: + ldata.annotate = None + + if ldata.long_annotations: + longs = ldata.long_annotations + # A line can only have two branch destinations. If there were + # two missing, we would have written one as "always raised." + assert len(longs) == 1, ( + f"Had long annotations in {ftr.fr.relative_filename()}: {longs}" + ) + ldata.annotate_long = longs[0] + else: + ldata.annotate_long = None + + css_classes = [] + if ldata.category: + css_classes.append( + self.template_globals["category"][ldata.category], # type: ignore[index] + ) + ldata.css_class = " ".join(css_classes) or "pln" + + html_path = os.path.join(self.directory, ftr.html_filename) + html = self.source_tmpl.render( + { + **file_data.__dict__, + "contexts_json": contexts_json, + "prev_html": ftr.prev_html, + "next_html": ftr.next_html, + } + ) + write_html(html_path, html) + + # Save this file's information for the index page. + index_info = IndexItem( + url=ftr.html_filename, + file=escape(ftr.fr.relative_filename()), + nums=ftr.analysis.numbers, + ) + self.index_pages["file"].summaries.append(index_info) + self.incr.set_index_info(ftr.rootname, index_info) + + def write_file_index_page(self, first_html: str, final_html: str) -> None: + """Write the file index page for this report.""" + index_file = self.write_index_page( + self.index_pages["file"], + first_html=first_html, + final_html=final_html, + ) + + print_href = stdout_link(index_file, f"file://{os.path.abspath(index_file)}") + self.coverage._message(f"Wrote HTML report to {print_href}") + + # Write the latest hashes for next time. + self.incr.write() + + def write_region_index_pages(self, files_to_report: Iterable[FileToReport]) -> None: + """Write the other index pages for this report.""" + for ftr in files_to_report: + region_nouns = [pair[0] for pair in ftr.fr.code_region_kinds()] + num_lines = len(ftr.fr.source().splitlines()) + regions = ftr.fr.code_regions() + + for noun in region_nouns: + page_data = self.index_pages[noun] + + outside_lines = set(range(1, num_lines + 1)) + for region in regions: + if region.kind != noun: + continue + outside_lines -= region.lines + + narrower = AnalysisNarrower(ftr.analysis) + narrower.add_regions(r.lines for r in regions if r.kind == noun) + narrower.add_regions([outside_lines]) + + for region in regions: + if region.kind != noun: + continue + analysis = narrower.narrow(region.lines) + if not self.should_report(analysis, page_data): + continue + sorting_name = region.name.rpartition(".")[-1].lstrip("_") + page_data.summaries.append( + IndexItem( + url=f"{ftr.html_filename}#t{region.start}", + file=escape(ftr.fr.relative_filename()), + description=( + f"" + + escape(region.name) + + "" + ), + nums=analysis.numbers, + ) + ) + + analysis = narrower.narrow(outside_lines) + if self.should_report(analysis, page_data): + page_data.summaries.append( + IndexItem( + url=ftr.html_filename, + file=escape(ftr.fr.relative_filename()), + description=( + "" + + f"(no {escape(noun)})" + + "" + ), + nums=analysis.numbers, + ) + ) + + for noun, index_page in self.index_pages.items(): + if noun != "file": + self.write_index_page(index_page) + + def write_index_page(self, index_page: IndexPage, **kwargs: str) -> str: + """Write an index page specified by `index_page`. + + Returns the filename created. + """ + skipped_covered_msg = skipped_empty_msg = "" + if n := index_page.skipped_covered_count: + word = plural(n, index_page.noun, index_page.plural) + skipped_covered_msg = f"{n} {word} skipped due to complete coverage." + if n := index_page.skipped_empty_count: + word = plural(n, index_page.noun, index_page.plural) + skipped_empty_msg = f"{n} empty {word} skipped." + + index_buttons = [ + { + "label": ip.plural.title(), + "url": ip.filename if ip.noun != index_page.noun else "", + "current": ip.noun == index_page.noun, + } + for ip in self.index_pages.values() + ] + render_data = { + "regions": index_page.summaries, + "totals": index_page.totals, + "noun": index_page.noun, + "region_noun": index_page.noun if index_page.noun != "file" else "", + "skip_covered": self.skip_covered, + "skipped_covered_msg": skipped_covered_msg, + "skipped_empty_msg": skipped_empty_msg, + "first_html": "", + "final_html": "", + "index_buttons": index_buttons, + } + render_data.update(kwargs) + html = self.index_tmpl.render(render_data) + + index_file = os.path.join(self.directory, index_page.filename) + write_html(index_file, html) + return index_file + + +@dataclass +class FileInfo: + """Summary of the information from last rendering, to avoid duplicate work.""" + + hash: str = "" + index: IndexItem = field(default_factory=IndexItem) + + +class IncrementalChecker: + """Logic and data to support incremental reporting. + + When generating an HTML report, often only a few of the source files have + changed since the last time we made the HTML report. This means previously + created HTML pages can be reused without generating them again, speeding + the command. + + This class manages a JSON data file that captures enough information to + know whether an HTML page for a .py file needs to be regenerated or not. + The data file also needs to store all the information needed to create the + entry for the file on the index page so that if the HTML page is reused, + the index page can still be created to refer to it. + + The data looks like:: + + { + "note": "This file is an internal implementation detail ...", + // A fixed number indicating the data format. STATUS_FORMAT + "format": 5, + // The version of coverage.py + "version": "7.4.4", + // A hash of a number of global things, including the configuration + // settings and the pyfile.html template itself. + "globals": "540ee119c15d52a68a53fe6f0897346d", + "files": { + // An entry for each source file keyed by the flat_rootname(). + "z_7b071bdc2a35fa80___init___py": { + // Hash of the source, the text of the .py file. + "hash": "e45581a5b48f879f301c0f30bf77a50c", + // Information for the index.html file. + "index": { + "url": "z_7b071bdc2a35fa80___init___py.html", + "file": "cogapp/__init__.py", + "description": "", + // The Numbers for this file. + "nums": { "precision": 2, "n_files": 1, "n_statements": 43, ... } + } + }, + ... + } + } + + """ + + STATUS_FILE = "status.json" + STATUS_FORMAT = 5 + NOTE = ( + "This file is an internal implementation detail to speed up HTML report" + + " generation. Its format can change at any time. You might be looking" + + " for the JSON report: https://coverage.rtfd.io/cmd.html#cmd-json" + ) + + def __init__(self, directory: str) -> None: + self.directory = directory + self._reset() + + def _reset(self) -> None: + """Initialize to empty. Causes all files to be reported.""" + self.globals = "" + self.files: dict[str, FileInfo] = {} + + def read(self) -> None: + """Read the information we stored last time.""" + try: + status_file = os.path.join(self.directory, self.STATUS_FILE) + with open(status_file, encoding="utf-8") as fstatus: + status = json.load(fstatus) + except (OSError, ValueError): + # Status file is missing or malformed. + usable = False + else: + if status["format"] != self.STATUS_FORMAT: + usable = False + elif status["version"] != coverage.__version__: + usable = False + else: + usable = True + + if usable: + self.files = {} + for filename, filedict in status["files"].items(): + indexdict = filedict["index"] + index_item = IndexItem(**indexdict) + index_item.nums = Numbers(**indexdict["nums"]) + fileinfo = FileInfo( + hash=filedict["hash"], + index=index_item, + ) + self.files[filename] = fileinfo + self.globals = status["globals"] + else: + self._reset() + + def write(self) -> None: + """Write the current status.""" + status_file = os.path.join(self.directory, self.STATUS_FILE) + status_data = { + "note": self.NOTE, + "format": self.STATUS_FORMAT, + "version": coverage.__version__, + "globals": self.globals, + "files": {fname: dataclasses.asdict(finfo) for fname, finfo in self.files.items()}, + } + with open(status_file, "w", encoding="utf-8") as fout: + json.dump(status_data, fout, separators=(",", ":")) + + def check_global_data(self, *data: Any) -> None: + """Check the global data that can affect incremental reporting. + + Pass in whatever global information could affect the content of the + HTML pages. If the global data has changed since last time, this will + clear the data so that all files are regenerated. + + """ + h = Hasher() + for d in data: + h.update(d) + these_globals = h.hexdigest() + if self.globals != these_globals: + self._reset() + self.globals = these_globals + + def can_skip_file(self, data: CoverageData, fr: FileReporter, rootname: str) -> bool: + """Can we skip reporting this file? + + `data` is a CoverageData object, `fr` is a `FileReporter`, and + `rootname` is the name being used for the file. + + Returns True if the HTML page is fine as-is, False if we need to recreate + the HTML page. + + """ + h = Hasher() + h.update(fr.source().encode("utf-8")) + add_data_to_hash(data, fr.filename, h) + this_hash = h.hexdigest() + + file_info = self.files.setdefault(rootname, FileInfo()) + + if this_hash == file_info.hash: + # Nothing has changed to require the file to be reported again. + return True + else: + # File has changed, record the latest hash and force regeneration. + file_info.hash = this_hash + return False + + def index_info(self, fname: str) -> IndexItem: + """Get the information for index.html for `fname`.""" + return self.files.get(fname, FileInfo()).index + + def set_index_info(self, fname: str, info: IndexItem) -> None: + """Set the information for index.html for `fname`.""" + self.files.setdefault(fname, FileInfo()).index = info + + +# Helpers for templates and generating HTML + + +def escape(t: str) -> str: + """HTML-escape the text in `t`. + + This is only suitable for HTML text, not attributes. + + """ + # Convert HTML special chars into HTML entities. + return t.replace("&", "&").replace("<", "<") + + +def pair(ratio: tuple[int, int]) -> str: + """Format a pair of numbers so JavaScript can read them in an attribute.""" + return "{} {}".format(*ratio) + + +def pretty_file(filename: str) -> str: + """Return a prettier version of `filename` for display.""" + return re.sub(r"[/\\]", "\N{THIN SPACE}\\g<0>\N{THIN SPACE}", filename) diff --git a/.venv/lib/python3.12/site-packages/coverage/htmlfiles/coverage_html.js b/.venv/lib/python3.12/site-packages/coverage/htmlfiles/coverage_html.js new file mode 100644 index 0000000..6f87174 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/htmlfiles/coverage_html.js @@ -0,0 +1,735 @@ +// Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +// For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +// Coverage.py HTML report browser code. +/*jslint browser: true, sloppy: true, vars: true, plusplus: true, maxerr: 50, indent: 4 */ +/*global coverage: true, document, window, $ */ + +coverage = {}; + +// General helpers +function debounce(callback, wait) { + let timeoutId = null; + return function(...args) { + clearTimeout(timeoutId); + timeoutId = setTimeout(() => { + callback.apply(this, args); + }, wait); + }; +}; + +function checkVisible(element) { + const rect = element.getBoundingClientRect(); + const viewBottom = Math.max(document.documentElement.clientHeight, window.innerHeight); + const viewTop = 30; + return !(rect.bottom < viewTop || rect.top >= viewBottom); +} + +function on_click(sel, fn) { + const elt = document.querySelector(sel); + if (elt) { + elt.addEventListener("click", fn); + } +} + +// Helpers for table sorting +function getCellValue(row, column = 0) { + const cell = row.cells[column] // nosemgrep: eslint.detect-object-injection + if (cell.childElementCount == 1) { + var child = cell.firstElementChild; + if (child.tagName === "A") { + child = child.firstElementChild; + } + if (child instanceof HTMLDataElement && child.value) { + return child.value; + } + } + return cell.innerText || cell.textContent; +} + +function rowComparator(rowA, rowB, column = 0) { + let valueA = getCellValue(rowA, column); + let valueB = getCellValue(rowB, column); + if (!isNaN(valueA) && !isNaN(valueB)) { + return valueA - valueB; + } + return valueA.localeCompare(valueB, undefined, {numeric: true}); +} + +function sortColumn(th) { + // Get the current sorting direction of the selected header, + // clear state on other headers and then set the new sorting direction. + const currentSortOrder = th.getAttribute("aria-sort"); + [...th.parentElement.cells].forEach(header => header.setAttribute("aria-sort", "none")); + var direction; + if (currentSortOrder === "none") { + direction = th.dataset.defaultSortOrder || "ascending"; + } + else if (currentSortOrder === "ascending") { + direction = "descending"; + } + else { + direction = "ascending"; + } + th.setAttribute("aria-sort", direction); + + const column = [...th.parentElement.cells].indexOf(th) + + // Sort all rows and afterwards append them in order to move them in the DOM. + Array.from(th.closest("table").querySelectorAll("tbody tr")) + .sort((rowA, rowB) => rowComparator(rowA, rowB, column) * (direction === "ascending" ? 1 : -1)) + .forEach(tr => tr.parentElement.appendChild(tr)); + + // Save the sort order for next time. + if (th.id !== "region") { + let th_id = "file"; // Sort by file if we don't have a column id + let current_direction = direction; + const stored_list = localStorage.getItem(coverage.INDEX_SORT_STORAGE); + if (stored_list) { + ({th_id, direction} = JSON.parse(stored_list)) + } + localStorage.setItem(coverage.INDEX_SORT_STORAGE, JSON.stringify({ + "th_id": th.id, + "direction": current_direction + })); + if (th.id !== th_id || document.getElementById("region")) { + // Sort column has changed, unset sorting by function or class. + localStorage.setItem(coverage.SORTED_BY_REGION, JSON.stringify({ + "by_region": false, + "region_direction": current_direction + })); + } + } + else { + // Sort column has changed to by function or class, remember that. + localStorage.setItem(coverage.SORTED_BY_REGION, JSON.stringify({ + "by_region": true, + "region_direction": direction + })); + } +} + +// Find all the elements with data-shortcut attribute, and use them to assign a shortcut key. +coverage.assign_shortkeys = function () { + document.querySelectorAll("[data-shortcut]").forEach(element => { + document.addEventListener("keypress", event => { + if (event.target.tagName.toLowerCase() === "input") { + return; // ignore keypress from search filter + } + if (event.key === element.dataset.shortcut) { + element.click(); + } + }); + }); +}; + +// Create the events for the filter box. +coverage.wire_up_filter = function () { + // Populate the filter and hide100 inputs if there are saved values for them. + const saved_filter_value = localStorage.getItem(coverage.FILTER_STORAGE); + if (saved_filter_value) { + document.getElementById("filter").value = saved_filter_value; + } + const saved_hide100_value = localStorage.getItem(coverage.HIDE100_STORAGE); + if (saved_hide100_value) { + document.getElementById("hide100").checked = JSON.parse(saved_hide100_value); + } + + // Cache elements. + const table = document.querySelector("table.index"); + const table_body_rows = table.querySelectorAll("tbody tr"); + const no_rows = document.getElementById("no_rows"); + + const footer = table.tFoot.rows[0]; + const ratio_columns = Array.from(footer.cells).map(cell => Boolean(cell.dataset.ratio)); + + // Observe filter keyevents. + const filter_handler = (event => { + // Keep running total of each metric, first index contains number of shown rows + const totals = ratio_columns.map( + is_ratio => is_ratio ? {"numer": 0, "denom": 0} : 0 + ); + + var text = document.getElementById("filter").value; + // Store filter value + localStorage.setItem(coverage.FILTER_STORAGE, text); + const casefold = (text === text.toLowerCase()); + const hide100 = document.getElementById("hide100").checked; + // Store hide value. + localStorage.setItem(coverage.HIDE100_STORAGE, JSON.stringify(hide100)); + + // Hide / show elements. + table_body_rows.forEach(row => { + var show = false; + // Check the text filter. + for (let column = 0; column < totals.length; column++) { + cell = row.cells[column]; + if (cell.classList.contains("name")) { + var celltext = cell.textContent; + if (casefold) { + celltext = celltext.toLowerCase(); + } + if (celltext.includes(text)) { + show = true; + } + } + } + + // Check the "hide covered" filter. + if (show && hide100) { + const [numer, denom] = row.cells[row.cells.length - 1].dataset.ratio.split(" "); + show = (numer !== denom); + } + + if (!show) { + // hide + row.classList.add("hidden"); + return; + } + + // show + row.classList.remove("hidden"); + totals[0]++; + + for (let column = 0; column < totals.length; column++) { + // Accumulate dynamic totals + cell = row.cells[column] // nosemgrep: eslint.detect-object-injection + if (cell.matches(".name, .spacer")) { + continue; + } + if (ratio_columns[column] && cell.dataset.ratio) { + // Column stores a ratio + const [numer, denom] = cell.dataset.ratio.split(" "); + totals[column]["numer"] += parseInt(numer, 10); // nosemgrep: eslint.detect-object-injection + totals[column]["denom"] += parseInt(denom, 10); // nosemgrep: eslint.detect-object-injection + } + else { + totals[column] += parseInt(cell.textContent, 10); // nosemgrep: eslint.detect-object-injection + } + } + }); + + // Show placeholder if no rows will be displayed. + if (!totals[0]) { + // Show placeholder, hide table. + no_rows.style.display = "block"; + table.style.display = "none"; + return; + } + + // Hide placeholder, show table. + no_rows.style.display = null; + table.style.display = null; + + // Calculate new dynamic sum values based on visible rows. + for (let column = 0; column < totals.length; column++) { + // Get footer cell element. + const cell = footer.cells[column]; // nosemgrep: eslint.detect-object-injection + if (cell.matches(".name, .spacer")) { + continue; + } + + // Set value into dynamic footer cell element. + if (ratio_columns[column]) { + // Percentage column uses the numerator and denominator, + // and adapts to the number of decimal places. + const match = /\.([0-9]+)/.exec(cell.textContent); + const places = match ? match[1].length : 0; + const { numer, denom } = totals[column]; // nosemgrep: eslint.detect-object-injection + cell.dataset.ratio = `${numer} ${denom}`; + // Check denom to prevent NaN if filtered files contain no statements + cell.textContent = denom + ? `${(numer * 100 / denom).toFixed(places)}%` + : `${(100).toFixed(places)}%`; + } + else { + cell.textContent = totals[column]; // nosemgrep: eslint.detect-object-injection + } + } + }); + + document.getElementById("filter").addEventListener("input", debounce(filter_handler)); + document.getElementById("hide100").addEventListener("input", debounce(filter_handler)); + + // Trigger change event on setup, to force filter on page refresh + // (filter value may still be present). + document.getElementById("filter").dispatchEvent(new Event("input")); + document.getElementById("hide100").dispatchEvent(new Event("input")); +}; +coverage.FILTER_STORAGE = "COVERAGE_FILTER_VALUE"; +coverage.HIDE100_STORAGE = "COVERAGE_HIDE100_VALUE"; + +// Set up the click-to-sort columns. +coverage.wire_up_sorting = function () { + document.querySelectorAll("[data-sortable] th[aria-sort]").forEach( + th => th.addEventListener("click", e => sortColumn(e.target)) + ); + + // Look for a localStorage item containing previous sort settings: + let th_id = "file", direction = "ascending"; + const stored_list = localStorage.getItem(coverage.INDEX_SORT_STORAGE); + if (stored_list) { + ({th_id, direction} = JSON.parse(stored_list)); + } + let by_region = false, region_direction = "ascending"; + const sorted_by_region = localStorage.getItem(coverage.SORTED_BY_REGION); + if (sorted_by_region) { + ({ + by_region, + region_direction + } = JSON.parse(sorted_by_region)); + } + + const region_id = "region"; + if (by_region && document.getElementById(region_id)) { + direction = region_direction; + } + // If we are in a page that has a column with id of "region", sort on + // it if the last sort was by function or class. + let th; + if (document.getElementById(region_id)) { + th = document.getElementById(by_region ? region_id : th_id); + } + else { + th = document.getElementById(th_id); + } + th.setAttribute("aria-sort", direction === "ascending" ? "descending" : "ascending"); + th.click() +}; + +coverage.INDEX_SORT_STORAGE = "COVERAGE_INDEX_SORT_2"; +coverage.SORTED_BY_REGION = "COVERAGE_SORT_REGION"; + +// Loaded on index.html +coverage.index_ready = function () { + coverage.assign_shortkeys(); + coverage.wire_up_filter(); + coverage.wire_up_sorting(); + + on_click(".button_prev_file", coverage.to_prev_file); + on_click(".button_next_file", coverage.to_next_file); + + on_click(".button_show_hide_help", coverage.show_hide_help); +}; + +// -- pyfile stuff -- + +coverage.LINE_FILTERS_STORAGE = "COVERAGE_LINE_FILTERS"; + +coverage.pyfile_ready = function () { + // If we're directed to a particular line number, highlight the line. + var frag = location.hash; + if (frag.length > 2 && frag[1] === "t") { + document.querySelector(frag).closest(".n").classList.add("highlight"); + coverage.set_sel(parseInt(frag.substr(2), 10)); + } + else { + coverage.set_sel(0); + } + + on_click(".button_toggle_run", coverage.toggle_lines); + on_click(".button_toggle_mis", coverage.toggle_lines); + on_click(".button_toggle_exc", coverage.toggle_lines); + on_click(".button_toggle_par", coverage.toggle_lines); + + on_click(".button_next_chunk", coverage.to_next_chunk_nicely); + on_click(".button_prev_chunk", coverage.to_prev_chunk_nicely); + on_click(".button_top_of_page", coverage.to_top); + on_click(".button_first_chunk", coverage.to_first_chunk); + + on_click(".button_prev_file", coverage.to_prev_file); + on_click(".button_next_file", coverage.to_next_file); + on_click(".button_to_index", coverage.to_index); + + on_click(".button_show_hide_help", coverage.show_hide_help); + + coverage.filters = undefined; + try { + coverage.filters = localStorage.getItem(coverage.LINE_FILTERS_STORAGE); + } catch(err) {} + + if (coverage.filters) { + coverage.filters = JSON.parse(coverage.filters); + } + else { + coverage.filters = {run: false, exc: true, mis: true, par: true}; + } + + for (cls in coverage.filters) { + coverage.set_line_visibilty(cls, coverage.filters[cls]); // nosemgrep: eslint.detect-object-injection + } + + coverage.assign_shortkeys(); + coverage.init_scroll_markers(); + coverage.wire_up_sticky_header(); + + document.querySelectorAll("[id^=ctxs]").forEach( + cbox => cbox.addEventListener("click", coverage.expand_contexts) + ); + + // Rebuild scroll markers when the window height changes. + window.addEventListener("resize", coverage.build_scroll_markers); +}; + +coverage.toggle_lines = function (event) { + const btn = event.target.closest("button"); + const category = btn.value + const show = !btn.classList.contains("show_" + category); + coverage.set_line_visibilty(category, show); + coverage.build_scroll_markers(); + coverage.filters[category] = show; + try { + localStorage.setItem(coverage.LINE_FILTERS_STORAGE, JSON.stringify(coverage.filters)); + } catch(err) {} +}; + +coverage.set_line_visibilty = function (category, should_show) { + const cls = "show_" + category; + const btn = document.querySelector(".button_toggle_" + category); + if (btn) { + if (should_show) { + document.querySelectorAll("#source ." + category).forEach(e => e.classList.add(cls)); + btn.classList.add(cls); + } + else { + document.querySelectorAll("#source ." + category).forEach(e => e.classList.remove(cls)); + btn.classList.remove(cls); + } + } +}; + +// Return the nth line div. +coverage.line_elt = function (n) { + return document.getElementById("t" + n)?.closest("p"); +}; + +// Set the selection. b and e are line numbers. +coverage.set_sel = function (b, e) { + // The first line selected. + coverage.sel_begin = b; + // The next line not selected. + coverage.sel_end = (e === undefined) ? b+1 : e; +}; + +coverage.to_top = function () { + coverage.set_sel(0, 1); + coverage.scroll_window(0); +}; + +coverage.to_first_chunk = function () { + coverage.set_sel(0, 1); + coverage.to_next_chunk(); +}; + +coverage.to_prev_file = function () { + window.location = document.getElementById("prevFileLink").href; +} + +coverage.to_next_file = function () { + window.location = document.getElementById("nextFileLink").href; +} + +coverage.to_index = function () { + location.href = document.getElementById("indexLink").href; +} + +coverage.show_hide_help = function () { + const helpCheck = document.getElementById("help_panel_state") + helpCheck.checked = !helpCheck.checked; +} + +// Return a string indicating what kind of chunk this line belongs to, +// or null if not a chunk. +coverage.chunk_indicator = function (line_elt) { + const classes = line_elt?.className; + if (!classes) { + return null; + } + const match = classes.match(/\bshow_\w+\b/); + if (!match) { + return null; + } + return match[0]; +}; + +coverage.to_next_chunk = function () { + const c = coverage; + + // Find the start of the next colored chunk. + var probe = c.sel_end; + var chunk_indicator, probe_line; + while (true) { + probe_line = c.line_elt(probe); + if (!probe_line) { + return; + } + chunk_indicator = c.chunk_indicator(probe_line); + if (chunk_indicator) { + break; + } + probe++; + } + + // There's a next chunk, `probe` points to it. + var begin = probe; + + // Find the end of this chunk. + var next_indicator = chunk_indicator; + while (next_indicator === chunk_indicator) { + probe++; + probe_line = c.line_elt(probe); + next_indicator = c.chunk_indicator(probe_line); + } + c.set_sel(begin, probe); + c.show_selection(); +}; + +coverage.to_prev_chunk = function () { + const c = coverage; + + // Find the end of the prev colored chunk. + var probe = c.sel_begin-1; + var probe_line = c.line_elt(probe); + if (!probe_line) { + return; + } + var chunk_indicator = c.chunk_indicator(probe_line); + while (probe > 1 && !chunk_indicator) { + probe--; + probe_line = c.line_elt(probe); + if (!probe_line) { + return; + } + chunk_indicator = c.chunk_indicator(probe_line); + } + + // There's a prev chunk, `probe` points to its last line. + var end = probe+1; + + // Find the beginning of this chunk. + var prev_indicator = chunk_indicator; + while (prev_indicator === chunk_indicator) { + probe--; + if (probe <= 0) { + return; + } + probe_line = c.line_elt(probe); + prev_indicator = c.chunk_indicator(probe_line); + } + c.set_sel(probe+1, end); + c.show_selection(); +}; + +// Returns 0, 1, or 2: how many of the two ends of the selection are on +// the screen right now? +coverage.selection_ends_on_screen = function () { + if (coverage.sel_begin === 0) { + return 0; + } + + const begin = coverage.line_elt(coverage.sel_begin); + const end = coverage.line_elt(coverage.sel_end-1); + + return ( + (checkVisible(begin) ? 1 : 0) + + (checkVisible(end) ? 1 : 0) + ); +}; + +coverage.to_next_chunk_nicely = function () { + if (coverage.selection_ends_on_screen() === 0) { + // The selection is entirely off the screen: + // Set the top line on the screen as selection. + + // This will select the top-left of the viewport + // As this is most likely the span with the line number we take the parent + const line = document.elementFromPoint(0, 0).parentElement; + if (line.parentElement !== document.getElementById("source")) { + // The element is not a source line but the header or similar + coverage.select_line_or_chunk(1); + } + else { + // We extract the line number from the id + coverage.select_line_or_chunk(parseInt(line.id.substring(1), 10)); + } + } + coverage.to_next_chunk(); +}; + +coverage.to_prev_chunk_nicely = function () { + if (coverage.selection_ends_on_screen() === 0) { + // The selection is entirely off the screen: + // Set the lowest line on the screen as selection. + + // This will select the bottom-left of the viewport + // As this is most likely the span with the line number we take the parent + const line = document.elementFromPoint(document.documentElement.clientHeight-1, 0).parentElement; + if (line.parentElement !== document.getElementById("source")) { + // The element is not a source line but the header or similar + coverage.select_line_or_chunk(coverage.lines_len); + } + else { + // We extract the line number from the id + coverage.select_line_or_chunk(parseInt(line.id.substring(1), 10)); + } + } + coverage.to_prev_chunk(); +}; + +// Select line number lineno, or if it is in a colored chunk, select the +// entire chunk +coverage.select_line_or_chunk = function (lineno) { + var c = coverage; + var probe_line = c.line_elt(lineno); + if (!probe_line) { + return; + } + var the_indicator = c.chunk_indicator(probe_line); + if (the_indicator) { + // The line is in a highlighted chunk. + // Search backward for the first line. + var probe = lineno; + var indicator = the_indicator; + while (probe > 0 && indicator === the_indicator) { + probe--; + probe_line = c.line_elt(probe); + if (!probe_line) { + break; + } + indicator = c.chunk_indicator(probe_line); + } + var begin = probe + 1; + + // Search forward for the last line. + probe = lineno; + indicator = the_indicator; + while (indicator === the_indicator) { + probe++; + probe_line = c.line_elt(probe); + indicator = c.chunk_indicator(probe_line); + } + + coverage.set_sel(begin, probe); + } + else { + coverage.set_sel(lineno); + } +}; + +coverage.show_selection = function () { + // Highlight the lines in the chunk + document.querySelectorAll("#source .highlight").forEach(e => e.classList.remove("highlight")); + for (let probe = coverage.sel_begin; probe < coverage.sel_end; probe++) { + coverage.line_elt(probe).querySelector(".n").classList.add("highlight"); + } + + coverage.scroll_to_selection(); +}; + +coverage.scroll_to_selection = function () { + // Scroll the page if the chunk isn't fully visible. + if (coverage.selection_ends_on_screen() < 2) { + const element = coverage.line_elt(coverage.sel_begin); + coverage.scroll_window(element.offsetTop - 60); + } +}; + +coverage.scroll_window = function (to_pos) { + window.scroll({top: to_pos, behavior: "smooth"}); +}; + +coverage.init_scroll_markers = function () { + // Init some variables + coverage.lines_len = document.querySelectorAll("#source > p").length; + + // Build html + coverage.build_scroll_markers(); +}; + +coverage.build_scroll_markers = function () { + const temp_scroll_marker = document.getElementById("scroll_marker") + if (temp_scroll_marker) temp_scroll_marker.remove(); + // Don't build markers if the window has no scroll bar. + if (document.body.scrollHeight <= window.innerHeight) { + return; + } + + const marker_scale = window.innerHeight / document.body.scrollHeight; + const line_height = Math.min(Math.max(3, window.innerHeight / coverage.lines_len), 10); + + let previous_line = -99, last_mark, last_top; + + const scroll_marker = document.createElement("div"); + scroll_marker.id = "scroll_marker"; + document.getElementById("source").querySelectorAll( + "p.show_run, p.show_mis, p.show_exc, p.show_exc, p.show_par" + ).forEach(element => { + const line_top = Math.floor(element.offsetTop * marker_scale); + const line_number = parseInt(element.querySelector(".n a").id.substr(1)); + + if (line_number === previous_line + 1) { + // If this solid missed block just make previous mark higher. + last_mark.style.height = `${line_top + line_height - last_top}px`; + } + else { + // Add colored line in scroll_marker block. + last_mark = document.createElement("div"); + last_mark.id = `m${line_number}`; + last_mark.classList.add("marker"); + last_mark.style.height = `${line_height}px`; + last_mark.style.top = `${line_top}px`; + scroll_marker.append(last_mark); + last_top = line_top; + } + + previous_line = line_number; + }); + + // Append last to prevent layout calculation + document.body.append(scroll_marker); +}; + +coverage.wire_up_sticky_header = function () { + const header = document.querySelector("header"); + const header_bottom = ( + header.querySelector(".content h2").getBoundingClientRect().top - + header.getBoundingClientRect().top + ); + + function updateHeader() { + if (window.scrollY > header_bottom) { + header.classList.add("sticky"); + } + else { + header.classList.remove("sticky"); + } + } + + window.addEventListener("scroll", updateHeader); + updateHeader(); +}; + +coverage.expand_contexts = function (e) { + var ctxs = e.target.parentNode.querySelector(".ctxs"); + + if (!ctxs.classList.contains("expanded")) { + var ctxs_text = ctxs.textContent; + var width = Number(ctxs_text[0]); + ctxs.textContent = ""; + for (var i = 1; i < ctxs_text.length; i += width) { + key = ctxs_text.substring(i, i + width).trim(); + ctxs.appendChild(document.createTextNode(contexts[key])); + ctxs.appendChild(document.createElement("br")); + } + ctxs.classList.add("expanded"); + } +}; + +document.addEventListener("DOMContentLoaded", () => { + if (document.body.classList.contains("indexfile")) { + coverage.index_ready(); + } + else { + coverage.pyfile_ready(); + } +}); diff --git a/.venv/lib/python3.12/site-packages/coverage/htmlfiles/favicon_32.png b/.venv/lib/python3.12/site-packages/coverage/htmlfiles/favicon_32.png new file mode 100644 index 0000000000000000000000000000000000000000..8649f0475d8d20793b2ec431fe25a186a414cf10 GIT binary patch literal 1732 zcmV;#20QtQP)K2KOkBOVxIZChq#W-v7@TU%U6P(wycKT1hUJUToW3ke1U1ONa4 z000000000000000bb)GRa9mqwR9|UWHy;^RUrt?IT__Y0JUcxmBP0(51q1>E00030 z|NrOz)aw7%8sJzM<5^g%z7^qE`}_Ot|JUUG(NUkWzR|7K?Zo%@_v-8G-1N%N=D$;; zw;keH4dGY$`1t4M=HK_s*zm^0#KgqfwWhe3qO_HtvXYvtjgX>;-~C$L`&k>^R)9)7 zdPh2TL^pCnHC#0+_4D)M`p?qp!pq{jO_{8;$fbaflbx`Tn52n|n}8VFRTA1&ugOP< zPd{uvFjz7t*Vot1&d$l-xWCk}s;sQL&#O(Bskh6gqNJv>#iB=ypG1e3K!K4yc7!~M zfj4S*g^zZ7eP$+_Sl07Z646l;%urinP#D8a6TwRtnLIRcI!r4f@bK~9-`~;E(N?Lv zSEst7s;rcxsi~}{Nsytfz@MtUoR*iFc8!#vvx}Umhm4blk(_~MdVD-@dW&>!Nn~ro z_E~-ESVQAj6Wmn;(olz(O&_{U2*pZBc1aYjMh>Dq3z|6`jW`RDHV=t3I6yRKJ~LOX zz_z!!vbVXPqob#=pj3^VMT?x6t(irRmSKsMo1~LLkB&=#j!=M%NP35mfqim$drWb9 zYIb>no_LUwc!r^NkDzs4YHu@=ZHRzrafWDZd1EhEVq=tGX?tK$pIa)DTh#bkvh!J- z?^%@YS!U*0E8$q$_*aOTQ&)Ra64g>ep;BdcQgvlg8qQHrP*E$;P{-m=A*@axn@$bO zO-Y4JzS&EAi%YG}N?cn?YFS7ivPY=EMV6~YH;+Xxu|tefLS|Aza)Cg6us#)=JW!uH zQa?H>d^j+YHCtyjL^LulF*05|F$RG!AX_OHVI&MtA~_@=5_lU|0000rbW%=J06GH4 z^5LD8b8apw8vNh1ua1mF{{Hy)_U`NA;Nacc+sCpuHXa-V{r&yz?c(9#+}oX+NmiRW z+W-IqK1oDDR5;6GfCDCOP5}iL5fK(cB~ET81`MFgF2kGa9AjhSIk~-E-4&*tPPKdiilQJ11k_J082ZS z>@TvivP!5ZFG?t@{t+GpR3XR&@*hA_VE1|Lo8@L@)l*h(Z@=?c-NS$Fk&&61IzUU9 z*nPqBM=OBZ-6ka1SJgGAS-Us5EN)r#dUX%>wQZLa2ytPCtMKp)Ob z*xcu38Z&d5<-NBS)@jRD+*!W*cf-m_wmxDEqBf?czI%3U0J$Xik;lA`jg}VH?(S(V zE!M3;X2B8w0TnnW&6(8;_Uc)WD;Ms6PKP+s(sFgO!}B!^ES~GDt4qLPxwYB)^7)XA zZwo9zDy-B0B+jT6V=!=bo(zs_8{eBA78gT9GH$(DVhz;4VAYwz+bOIdZ-PNb|I&rl z^XG=vFLF)1{&nT2*0vMz#}7^9hXzzf&ZdKlEj{LihP;|;Ywqn35ajP?H?7t|i-Un% z&&kxee@9B{nwgv1+S-~0)E1{ob1^Wn`F2isurqThKK=3%&;`@{0{!D- z&CSj80t;uPu&FaJFtSXKH#ajgGj}=sEad7US6jP0|Db@0j)?(5@sf<7`~a9>s;wCa zm^)spe{uxGFmrJYI9cOh7s$>8Npkt-5EWB1UKc`{W{y5Ce$1+nM9Cr;);=Ju#N^62OSlJMn7omiUgP&ErsYzT~iGxcW aE(`!K@+CXylaC4j0000 + + + + {{ title|escape }} + + + {% if extra_css %} + + {% endif %} + + + + +

+ +
+ +
+ + + {# The title="" attr doesn't work in Safari. #} + {% if has_arcs %} + + + {% if region_noun %} + + {% endif %} + + + + + + + + {% endif %} + + + {% if region_noun %} + + {% endif %} + + {% if has_arcs %} + + {% endif %} + + + + {% if has_arcs %} + + + + + {% endif %} + + + + + + {% for region in regions %} + + + {% if region_noun %} + + {% endif %} + + {% if has_arcs %} + + {% endif %} + + + + {% if has_arcs %} + + + + + {% endif %} + + + + {% endfor %} + + + + + {% if region_noun %} + + {% endif %} + + {% if has_arcs %} + + {% endif %} + + + + {% if has_arcs %} + + + + + {% endif %} + + + + +
   Statements Branches Total
File{{ region_noun }} coveragestatementsmissingexcluded coveragebranchespartial coverage
{{region.file|escape|pretty_file}}{{region.description}} {{region.nums.pc_statements_str}}%{{region.nums.n_statements}}{{region.nums.n_missing}}{{region.nums.n_excluded}} {{region.nums.pc_branches_str}}%{{region.nums.n_branches}}{{region.nums.n_partial_branches}} {{region.nums.pc_covered_str}}%
Total  {{totals.pc_statements_str}}%{{totals.n_statements}}{{totals.n_missing}}{{totals.n_excluded}} {{totals.pc_branches_str}}%{{totals.n_branches}}{{totals.n_partial_branches}} {{totals.pc_covered_str}}%
+ +

+ No items found using the specified filter. +

+ + {% if skipped_covered_msg %} +

{{ skipped_covered_msg }}

+ {% endif %} + {% if skipped_empty_msg %} +

{{ skipped_empty_msg }}

+ {% endif %} +
+ + + + + diff --git a/.venv/lib/python3.12/site-packages/coverage/htmlfiles/keybd_closed.png b/.venv/lib/python3.12/site-packages/coverage/htmlfiles/keybd_closed.png new file mode 100644 index 0000000000000000000000000000000000000000..ba119c47df81ed2bbd27a06988abf700139c4f99 GIT binary patch literal 9004 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/coverage/htmlfiles/pyfile.html b/.venv/lib/python3.12/site-packages/coverage/htmlfiles/pyfile.html new file mode 100644 index 0000000..ce9f26d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/htmlfiles/pyfile.html @@ -0,0 +1,149 @@ +{# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 #} +{# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt #} + + + + + + Coverage for {{relative_filename|escape}}: {{nums.pc_covered_str}}% + + + {% if extra_css %} + + {% endif %} + + {% if contexts_json %} + + {% endif %} + + + + + +
+
+

+ Coverage for {{relative_filename|escape|pretty_file}}: + {{nums.pc_covered_str}}% +

+ + + +

+ {{nums.n_statements}} statements   + + + + {% if has_arcs %} + + {% endif %} +

+ +

+ « prev     + ^ index     + » next +       + coverage.py v{{__version__}}, + created at {{ time_stamp }} +

+ + +
+
+ +
+ {% for line in lines -%} + {% joined %} +

+ {{line.number}} + {{line.html}}  + {% if line.context_list %} + + {% endif %} + {# Things that should float right in the line. #} + + {% if line.annotate %} + {{line.annotate}} + {{line.annotate_long}} + {% endif %} + {% if line.contexts %} + + {% endif %} + + {# Things that should appear below the line. #} + {% if line.context_str %} + {{ line.context_str }} + {% endif %} +

+ {% endjoined %} + {% endfor %} +
+ + + + + diff --git a/.venv/lib/python3.12/site-packages/coverage/htmlfiles/style.css b/.venv/lib/python3.12/site-packages/coverage/htmlfiles/style.css new file mode 100644 index 0000000..5e304ce --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/htmlfiles/style.css @@ -0,0 +1,389 @@ +@charset "UTF-8"; +/* Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 */ +/* For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt */ +/* Don't edit this .css file. Edit the .scss file instead! */ +html, body, h1, h2, h3, p, table, td, th { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } + +body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 1em; background: #fff; color: #000; } + +@media (prefers-color-scheme: dark) { body { background: #1e1e1e; } } + +@media (prefers-color-scheme: dark) { body { color: #eee; } } + +html > body { font-size: 16px; } + +a:active, a:focus { outline: 2px dashed #007acc; } + +p { font-size: .875em; line-height: 1.4em; } + +table { border-collapse: collapse; } + +td { vertical-align: top; } + +table tr.hidden { display: none !important; } + +p#no_rows { display: none; font-size: 1.15em; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; } + +a.nav { text-decoration: none; color: inherit; } + +a.nav:hover { text-decoration: underline; color: inherit; } + +.hidden { display: none; } + +header { background: #f8f8f8; width: 100%; z-index: 2; border-bottom: 1px solid #ccc; } + +@media (prefers-color-scheme: dark) { header { background: black; } } + +@media (prefers-color-scheme: dark) { header { border-color: #333; } } + +header .content { padding: 1rem 3.5rem; } + +header h2 { margin-top: .5em; font-size: 1em; } + +header h2 a.button { font-family: inherit; font-size: inherit; border: 1px solid; border-radius: .2em; background: #eee; color: inherit; text-decoration: none; padding: .1em .5em; margin: 1px calc(.1em + 1px); cursor: pointer; border-color: #ccc; } + +@media (prefers-color-scheme: dark) { header h2 a.button { background: #333; } } + +@media (prefers-color-scheme: dark) { header h2 a.button { border-color: #444; } } + +header h2 a.button.current { border: 2px solid; background: #fff; border-color: #999; cursor: default; } + +@media (prefers-color-scheme: dark) { header h2 a.button.current { background: #1e1e1e; } } + +@media (prefers-color-scheme: dark) { header h2 a.button.current { border-color: #777; } } + +header p.text { margin: .5em 0 -.5em; color: #666; font-style: italic; } + +@media (prefers-color-scheme: dark) { header p.text { color: #aaa; } } + +header.sticky { position: fixed; left: 0; right: 0; height: 2.5em; } + +header.sticky .text { display: none; } + +header.sticky h1, header.sticky h2 { font-size: 1em; margin-top: 0; display: inline-block; } + +header.sticky .content { padding: 0.5rem 3.5rem; } + +header.sticky .content p { font-size: 1em; } + +header.sticky ~ #source { padding-top: 6.5em; } + +main { position: relative; z-index: 1; } + +footer { margin: 1rem 3.5rem; } + +footer .content { padding: 0; color: #666; font-style: italic; } + +@media (prefers-color-scheme: dark) { footer .content { color: #aaa; } } + +#index { margin: 1rem 0 0 3.5rem; } + +h1 { font-size: 1.25em; display: inline-block; } + +#filter_container { float: right; margin: 0 2em 0 0; line-height: 1.66em; } + +#filter_container #filter { width: 10em; padding: 0.2em 0.5em; border: 2px solid #ccc; background: #fff; color: #000; } + +@media (prefers-color-scheme: dark) { #filter_container #filter { border-color: #444; } } + +@media (prefers-color-scheme: dark) { #filter_container #filter { background: #1e1e1e; } } + +@media (prefers-color-scheme: dark) { #filter_container #filter { color: #eee; } } + +#filter_container #filter:focus { border-color: #007acc; } + +#filter_container :disabled ~ label { color: #ccc; } + +@media (prefers-color-scheme: dark) { #filter_container :disabled ~ label { color: #444; } } + +#filter_container label { font-size: .875em; color: #666; } + +@media (prefers-color-scheme: dark) { #filter_container label { color: #aaa; } } + +header button { font-family: inherit; font-size: inherit; border: 1px solid; border-radius: .2em; background: #eee; color: inherit; text-decoration: none; padding: .1em .5em; margin: 1px calc(.1em + 1px); cursor: pointer; border-color: #ccc; } + +@media (prefers-color-scheme: dark) { header button { background: #333; } } + +@media (prefers-color-scheme: dark) { header button { border-color: #444; } } + +header button:active, header button:focus { outline: 2px dashed #007acc; } + +header button.run { background: #eeffee; } + +@media (prefers-color-scheme: dark) { header button.run { background: #373d29; } } + +header button.run.show_run { background: #dfd; border: 2px solid #00dd00; margin: 0 .1em; } + +@media (prefers-color-scheme: dark) { header button.run.show_run { background: #373d29; } } + +header button.mis { background: #ffeeee; } + +@media (prefers-color-scheme: dark) { header button.mis { background: #4b1818; } } + +header button.mis.show_mis { background: #fdd; border: 2px solid #ff0000; margin: 0 .1em; } + +@media (prefers-color-scheme: dark) { header button.mis.show_mis { background: #4b1818; } } + +header button.exc { background: #f7f7f7; } + +@media (prefers-color-scheme: dark) { header button.exc { background: #333; } } + +header button.exc.show_exc { background: #eee; border: 2px solid #808080; margin: 0 .1em; } + +@media (prefers-color-scheme: dark) { header button.exc.show_exc { background: #333; } } + +header button.par { background: #ffffd5; } + +@media (prefers-color-scheme: dark) { header button.par { background: #650; } } + +header button.par.show_par { background: #ffa; border: 2px solid #bbbb00; margin: 0 .1em; } + +@media (prefers-color-scheme: dark) { header button.par.show_par { background: #650; } } + +#help_panel, #source p .annotate.long { display: none; position: absolute; z-index: 999; background: #ffffcc; border: 1px solid #888; border-radius: .2em; color: #333; padding: .25em .5em; } + +#source p .annotate.long { white-space: normal; float: right; top: 1.75em; right: 1em; height: auto; } + +#help_panel_wrapper { float: right; position: relative; } + +#keyboard_icon { margin: 5px; } + +#help_panel_state { display: none; } + +#help_panel { top: 25px; right: 0; padding: .75em; border: 1px solid #883; color: #333; } + +#help_panel .keyhelp p { margin-top: .75em; } + +#help_panel .legend { font-style: italic; margin-bottom: 1em; } + +.indexfile #help_panel { width: 25em; } + +.pyfile #help_panel { width: 18em; } + +#help_panel_state:checked ~ #help_panel { display: block; } + +kbd { border: 1px solid black; border-color: #888 #333 #333 #888; padding: .1em .35em; font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-weight: bold; background: #eee; border-radius: 3px; } + +#source { padding: 1em 0 1em 3.5rem; font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace; } + +#source p { position: relative; white-space: pre; } + +#source p * { box-sizing: border-box; } + +#source p .n { float: left; text-align: right; width: 3.5rem; box-sizing: border-box; margin-left: -3.5rem; padding-right: 1em; color: #999; user-select: none; } + +@media (prefers-color-scheme: dark) { #source p .n { color: #777; } } + +#source p .n.highlight { background: #ffdd00; } + +#source p .n a { scroll-margin-top: 6em; text-decoration: none; color: #999; } + +@media (prefers-color-scheme: dark) { #source p .n a { color: #777; } } + +#source p .n a:hover { text-decoration: underline; color: #999; } + +@media (prefers-color-scheme: dark) { #source p .n a:hover { color: #777; } } + +#source p .t { display: inline-block; width: 100%; box-sizing: border-box; margin-left: -.5em; padding-left: 0.3em; border-left: 0.2em solid #fff; } + +@media (prefers-color-scheme: dark) { #source p .t { border-color: #1e1e1e; } } + +#source p .t:hover { background: #f2f2f2; } + +@media (prefers-color-scheme: dark) { #source p .t:hover { background: #282828; } } + +#source p .t:hover ~ .r .annotate.long { display: block; } + +#source p .t .com { color: #008000; font-style: italic; line-height: 1px; } + +@media (prefers-color-scheme: dark) { #source p .t .com { color: #6a9955; } } + +#source p .t .key { font-weight: bold; line-height: 1px; } + +#source p .t .str, #source p .t .fst { color: #0451a5; } + +@media (prefers-color-scheme: dark) { #source p .t .str, #source p .t .fst { color: #9cdcfe; } } + +#source p.mis .t { border-left: 0.2em solid #ff0000; } + +#source p.mis.show_mis .t { background: #fdd; } + +@media (prefers-color-scheme: dark) { #source p.mis.show_mis .t { background: #4b1818; } } + +#source p.mis.show_mis .t:hover { background: #f2d2d2; } + +@media (prefers-color-scheme: dark) { #source p.mis.show_mis .t:hover { background: #532323; } } + +#source p.mis.mis2 .t { border-left: 0.2em dotted #ff0000; } + +#source p.mis.mis2.show_mis .t { background: #ffeeee; } + +@media (prefers-color-scheme: dark) { #source p.mis.mis2.show_mis .t { background: #351b1b; } } + +#source p.mis.mis2.show_mis .t:hover { background: #f2d2d2; } + +@media (prefers-color-scheme: dark) { #source p.mis.mis2.show_mis .t:hover { background: #532323; } } + +#source p.run .t { border-left: 0.2em solid #00dd00; } + +#source p.run.show_run .t { background: #dfd; } + +@media (prefers-color-scheme: dark) { #source p.run.show_run .t { background: #373d29; } } + +#source p.run.show_run .t:hover { background: #d2f2d2; } + +@media (prefers-color-scheme: dark) { #source p.run.show_run .t:hover { background: #404633; } } + +#source p.run.run2 .t { border-left: 0.2em dotted #00dd00; } + +#source p.run.run2.show_run .t { background: #eeffee; } + +@media (prefers-color-scheme: dark) { #source p.run.run2.show_run .t { background: #2b2e24; } } + +#source p.run.run2.show_run .t:hover { background: #d2f2d2; } + +@media (prefers-color-scheme: dark) { #source p.run.run2.show_run .t:hover { background: #404633; } } + +#source p.exc .t { border-left: 0.2em solid #808080; } + +#source p.exc.show_exc .t { background: #eee; } + +@media (prefers-color-scheme: dark) { #source p.exc.show_exc .t { background: #333; } } + +#source p.exc.show_exc .t:hover { background: #e2e2e2; } + +@media (prefers-color-scheme: dark) { #source p.exc.show_exc .t:hover { background: #3c3c3c; } } + +#source p.exc.exc2 .t { border-left: 0.2em dotted #808080; } + +#source p.exc.exc2.show_exc .t { background: #f7f7f7; } + +@media (prefers-color-scheme: dark) { #source p.exc.exc2.show_exc .t { background: #292929; } } + +#source p.exc.exc2.show_exc .t:hover { background: #e2e2e2; } + +@media (prefers-color-scheme: dark) { #source p.exc.exc2.show_exc .t:hover { background: #3c3c3c; } } + +#source p.par .t { border-left: 0.2em solid #bbbb00; } + +#source p.par.show_par .t { background: #ffa; } + +@media (prefers-color-scheme: dark) { #source p.par.show_par .t { background: #650; } } + +#source p.par.show_par .t:hover { background: #f2f2a2; } + +@media (prefers-color-scheme: dark) { #source p.par.show_par .t:hover { background: #6d5d0c; } } + +#source p.par.par2 .t { border-left: 0.2em dotted #bbbb00; } + +#source p.par.par2.show_par .t { background: #ffffd5; } + +@media (prefers-color-scheme: dark) { #source p.par.par2.show_par .t { background: #423a0f; } } + +#source p.par.par2.show_par .t:hover { background: #f2f2a2; } + +@media (prefers-color-scheme: dark) { #source p.par.par2.show_par .t:hover { background: #6d5d0c; } } + +#source p .r { position: absolute; top: 0; right: 2.5em; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; } + +#source p .annotate { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; color: #666; padding-right: .5em; } + +@media (prefers-color-scheme: dark) { #source p .annotate { color: #ddd; } } + +#source p .annotate.short:hover ~ .long { display: block; } + +#source p .annotate.long { width: 30em; right: 2.5em; } + +#source p input { display: none; } + +#source p input ~ .r label.ctx { cursor: pointer; border-radius: .25em; } + +#source p input ~ .r label.ctx::before { content: "▶ "; } + +#source p input ~ .r label.ctx:hover { background: #e8f4ff; color: #666; } + +@media (prefers-color-scheme: dark) { #source p input ~ .r label.ctx:hover { background: #0f3a42; } } + +@media (prefers-color-scheme: dark) { #source p input ~ .r label.ctx:hover { color: #aaa; } } + +#source p input:checked ~ .r label.ctx { background: #d0e8ff; color: #666; border-radius: .75em .75em 0 0; padding: 0 .5em; margin: -.25em 0; } + +@media (prefers-color-scheme: dark) { #source p input:checked ~ .r label.ctx { background: #056; } } + +@media (prefers-color-scheme: dark) { #source p input:checked ~ .r label.ctx { color: #aaa; } } + +#source p input:checked ~ .r label.ctx::before { content: "▼ "; } + +#source p input:checked ~ .ctxs { padding: .25em .5em; overflow-y: scroll; max-height: 10.5em; } + +#source p label.ctx { color: #999; display: inline-block; padding: 0 .5em; font-size: .8333em; } + +@media (prefers-color-scheme: dark) { #source p label.ctx { color: #777; } } + +#source p .ctxs { display: block; max-height: 0; overflow-y: hidden; transition: all .2s; padding: 0 .5em; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; white-space: nowrap; background: #d0e8ff; border-radius: .25em; margin-right: 1.75em; text-align: right; } + +@media (prefers-color-scheme: dark) { #source p .ctxs { background: #056; } } + +#index { font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.875em; } + +#index table.index { margin-left: -.5em; } + +#index td, #index th { text-align: right; vertical-align: baseline; padding: .25em .5em; border-bottom: 1px solid #eee; } + +@media (prefers-color-scheme: dark) { #index td, #index th { border-color: #333; } } + +#index td.name, #index th.name { text-align: left; width: auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; min-width: 15em; } + +#index td.left, #index th.left { text-align: left; } + +#index td.spacer, #index th.spacer { border: none; padding: 0; } + +#index td.spacer:hover, #index th.spacer:hover { background: inherit; } + +#index th { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-style: italic; color: #333; border-color: #ccc; cursor: pointer; } + +@media (prefers-color-scheme: dark) { #index th { color: #ddd; } } + +@media (prefers-color-scheme: dark) { #index th { border-color: #444; } } + +#index th:hover { background: #eee; } + +@media (prefers-color-scheme: dark) { #index th:hover { background: #333; } } + +#index th .arrows { color: #666; font-size: 85%; font-family: sans-serif; font-style: normal; pointer-events: none; } + +#index th[aria-sort="ascending"], #index th[aria-sort="descending"] { white-space: nowrap; background: #eee; padding-left: .5em; } + +@media (prefers-color-scheme: dark) { #index th[aria-sort="ascending"], #index th[aria-sort="descending"] { background: #333; } } + +#index th[aria-sort="ascending"] .arrows::after { content: " ▲"; } + +#index th[aria-sort="descending"] .arrows::after { content: " ▼"; } + +#index tr.grouphead th { cursor: default; font-style: normal; border-color: #999; } + +@media (prefers-color-scheme: dark) { #index tr.grouphead th { border-color: #777; } } + +#index td.name { font-size: 1.15em; } + +#index td.name a { text-decoration: none; color: inherit; } + +#index td.name .no-noun { font-style: italic; } + +#index tr.total td, #index tr.total_dynamic td { font-weight: bold; border-bottom: none; } + +#index tr.region:hover { background: #eee; } + +@media (prefers-color-scheme: dark) { #index tr.region:hover { background: #333; } } + +#index tr.region:hover td.name { text-decoration: underline; color: inherit; } + +#scroll_marker { position: fixed; z-index: 3; right: 0; top: 0; width: 16px; height: 100%; background: #fff; border-left: 1px solid #eee; will-change: transform; } + +@media (prefers-color-scheme: dark) { #scroll_marker { background: #1e1e1e; } } + +@media (prefers-color-scheme: dark) { #scroll_marker { border-color: #333; } } + +#scroll_marker .marker { background: #ccc; position: absolute; min-height: 3px; width: 100%; } + +@media (prefers-color-scheme: dark) { #scroll_marker .marker { background: #444; } } diff --git a/.venv/lib/python3.12/site-packages/coverage/htmlfiles/style.scss b/.venv/lib/python3.12/site-packages/coverage/htmlfiles/style.scss new file mode 100644 index 0000000..5e33c21 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/htmlfiles/style.scss @@ -0,0 +1,844 @@ +/* Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 */ +/* For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt */ + +// CSS styles for coverage.py HTML reports. + +// When you edit this file, you need to run "make css" to get the CSS file +// generated, and then check in both the .scss and the .css files. + +// When working on the file, this command is useful: +// sass --watch --style=compact --sourcemap=none --no-cache coverage/htmlfiles/style.scss:htmlcov/style.css +// +// OR you can process sass purely in python with `pip install pysass`, then: +// pysassc --style=compact coverage/htmlfiles/style.scss coverage/htmlfiles/style.css + +// Ignore this comment, it's for the CSS output file: +/* Don't edit this .css file. Edit the .scss file instead! */ + +// Dimensions +$left-gutter: 3.5rem; + +// +// Declare colors and variables +// + +$font-normal: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; +$font-code: SFMono-Regular, Menlo, Monaco, Consolas, monospace; + +$off-button-lighten: 50%; +$hover-dark-amt: 95%; +$multi-dim-amt: 50%; + +$focus-color: #007acc; + +$mis-color: #ff0000; +$run-color: #00dd00; +$exc-color: #808080; +$par-color: #bbbb00; + +$light-bg: #fff; +$light-fg: #000; +$light-gray1: #f8f8f8; +$light-gray2: #eee; +$light-gray3: #ccc; +$light-gray4: #999; +$light-gray5: #666; +$light-gray6: #333; +$light-pln-bg: $light-bg; +$light-mis-bg: #fdd; +$light-run-bg: #dfd; +$light-exc-bg: $light-gray2; +$light-par-bg: #ffa; +$light-token-com: #008000; +$light-token-str: #0451a5; +$light-context-bg-color: #d0e8ff; + +$dark-bg: #1e1e1e; +$dark-fg: #eee; +$dark-gray1: #222; +$dark-gray2: #333; +$dark-gray3: #444; +$dark-gray4: #777; +$dark-gray5: #aaa; +$dark-gray6: #ddd; +$dark-pln-bg: $dark-bg; +$dark-mis-bg: #4b1818; +$dark-run-bg: #373d29; +$dark-exc-bg: $dark-gray2; +$dark-par-bg: #650; +$dark-token-com: #6a9955; +$dark-token-str: #9cdcfe; +$dark-context-bg-color: #056; + +// +// Mixins and utilities +// + +@mixin background-dark($color) { + @media (prefers-color-scheme: dark) { + background: $color; + } +} +@mixin color-dark($color) { + @media (prefers-color-scheme: dark) { + color: $color; + } +} +@mixin border-color-dark($color) { + @media (prefers-color-scheme: dark) { + border-color: $color; + } +} + +// Add visual outline to navigable elements on focus improve accessibility. +@mixin focus-border { + &:active, &:focus { + outline: 2px dashed $focus-color; + } +} + +@mixin button-shape { + font-family: inherit; + font-size: inherit; + border: 1px solid; + border-radius: .2em; + background: $light-gray2; + @include background-dark($dark-gray2); + color: inherit; + text-decoration: none; + padding: .1em .5em; + margin: 1px calc(.1em + 1px); + cursor: pointer; + border-color: $light-gray3; + @include border-color-dark($dark-gray3); +} + +// Page-wide styles +html, body, h1, h2, h3, p, table, td, th { + margin: 0; + padding: 0; + border: 0; + font-weight: inherit; + font-style: inherit; + font-size: 100%; + font-family: inherit; + vertical-align: baseline; +} + +// Set baseline grid to 16 pt. +body { + font-family: $font-normal; + font-size: 1em; + background: $light-bg; + color: $light-fg; + @include background-dark($dark-bg); + @include color-dark($dark-fg); +} + +html>body { + font-size: 16px; +} + +a { + @include focus-border; +} + +p { + font-size: .875em; + line-height: 1.4em; +} + +table { + border-collapse: collapse; +} +td { + vertical-align: top; +} +table tr.hidden { + display: none !important; +} + +p#no_rows { + display: none; + font-size: 1.15em; + font-family: $font-normal; +} + +a.nav { + text-decoration: none; + color: inherit; + + &:hover { + text-decoration: underline; + color: inherit; + } +} + +.hidden { + display: none; +} + +// Page structure +header { + background: $light-gray1; + @include background-dark(black); + width: 100%; + z-index: 2; + border-bottom: 1px solid $light-gray3; + @include border-color-dark($dark-gray2); + + .content { + padding: 1rem $left-gutter; + } + + h2 { + margin-top: .5em; + font-size: 1em; + + a.button { + @include button-shape; + &.current { + border: 2px solid; + background: $light-bg; + @include background-dark($dark-bg); + border-color: $light-gray4; + @include border-color-dark($dark-gray4); + cursor: default; + } + } + } + + p.text { + margin: .5em 0 -.5em; + color: $light-gray5; + @include color-dark($dark-gray5); + font-style: italic; + } + + &.sticky { + position: fixed; + left: 0; + right: 0; + height: 2.5em; + + .text { + display: none; + } + + h1, h2 { + font-size: 1em; + margin-top: 0; + display: inline-block; + } + + .content { + padding: .5rem $left-gutter; + p { + font-size: 1em; + } + } + + & ~ #source { + padding-top: 6.5em; + } + } +} + +main { + position: relative; + z-index: 1; +} + +footer { + margin: 1rem $left-gutter; + + .content { + padding: 0; + color: $light-gray5; + @include color-dark($dark-gray5); + font-style: italic; + } +} + +#index { + margin: 1rem 0 0 $left-gutter; +} + +// Header styles + +h1 { + font-size: 1.25em; + display: inline-block; +} + +#filter_container { + float: right; + margin: 0 2em 0 0; + line-height: 1.66em; + + #filter { + width: 10em; + padding: 0.2em 0.5em; + border: 2px solid $light-gray3; + background: $light-bg; + color: $light-fg; + @include border-color-dark($dark-gray3); + @include background-dark($dark-bg); + @include color-dark($dark-fg); + &:focus { + border-color: $focus-color; + } + } + + :disabled ~ label{ + color: $light-gray3; + @include color-dark($dark-gray3); + } + + label { + font-size: .875em; + color: $light-gray5; + @include color-dark($dark-gray5); + } +} + +header button { + @include button-shape; + @include focus-border; + + &.run { + background: mix($light-run-bg, $light-bg, $off-button-lighten); + @include background-dark($dark-run-bg); + &.show_run { + background: $light-run-bg; + @include background-dark($dark-run-bg); + border: 2px solid $run-color; + margin: 0 .1em; + } + } + &.mis { + background: mix($light-mis-bg, $light-bg, $off-button-lighten); + @include background-dark($dark-mis-bg); + &.show_mis { + background: $light-mis-bg; + @include background-dark($dark-mis-bg); + border: 2px solid $mis-color; + margin: 0 .1em; + } + } + &.exc { + background: mix($light-exc-bg, $light-bg, $off-button-lighten); + @include background-dark($dark-exc-bg); + &.show_exc { + background: $light-exc-bg; + @include background-dark($dark-exc-bg); + border: 2px solid $exc-color; + margin: 0 .1em; + } + } + &.par { + background: mix($light-par-bg, $light-bg, $off-button-lighten); + @include background-dark($dark-par-bg); + &.show_par { + background: $light-par-bg; + @include background-dark($dark-par-bg); + border: 2px solid $par-color; + margin: 0 .1em; + } + } +} + +// Yellow post-it things. +%popup { + display: none; + position: absolute; + z-index: 999; + background: #ffffcc; + border: 1px solid #888; + border-radius: .2em; + color: #333; + padding: .25em .5em; +} + +// Yellow post-it's in the text listings. +%in-text-popup { + @extend %popup; + white-space: normal; + float: right; + top: 1.75em; + right: 1em; + height: auto; +} + +// Help panel +#help_panel_wrapper { + float: right; + position: relative; +} + +#keyboard_icon { + margin: 5px; +} + +#help_panel_state { + display: none; +} + +#help_panel { + @extend %popup; + top: 25px; + right: 0; + padding: .75em; + border: 1px solid #883; + + color: #333; + + .keyhelp p { + margin-top: .75em; + } + + .legend { + font-style: italic; + margin-bottom: 1em; + } + + .indexfile & { + width: 25em; + } + + .pyfile & { + width: 18em; + } + + #help_panel_state:checked ~ & { + display: block; + } +} + +kbd { + border: 1px solid black; + border-color: #888 #333 #333 #888; + padding: .1em .35em; + font-family: $font-code; + font-weight: bold; + background: #eee; + border-radius: 3px; +} + +// Source file styles + +// The slim bar at the left edge of the source lines, colored by coverage. +$border-indicator-width: .2em; + +#source { + padding: 1em 0 1em $left-gutter; + font-family: $font-code; + + p { + // position relative makes position:absolute pop-ups appear in the right place. + position: relative; + white-space: pre; + + * { + box-sizing: border-box; + } + + .n { + float: left; + text-align: right; + width: $left-gutter; + box-sizing: border-box; + margin-left: -$left-gutter; + padding-right: 1em; + color: $light-gray4; + user-select: none; + @include color-dark($dark-gray4); + + &.highlight { + background: #ffdd00; + } + + a { + // Make anchors to the line scroll the line to be + // visible beneath the fixed-position header. + scroll-margin-top: 6em; + text-decoration: none; + color: $light-gray4; + @include color-dark($dark-gray4); + &:hover { + text-decoration: underline; + color: $light-gray4; + @include color-dark($dark-gray4); + } + } + } + + .t { + display: inline-block; + width: 100%; + box-sizing: border-box; + margin-left: -.5em; + padding-left: .5em - $border-indicator-width; + border-left: $border-indicator-width solid $light-bg; + @include border-color-dark($dark-bg); + + &:hover { + background: mix($light-pln-bg, $light-fg, $hover-dark-amt); + @include background-dark(mix($dark-pln-bg, $dark-fg, $hover-dark-amt)); + + & ~ .r .annotate.long { + display: block; + } + } + + // Syntax coloring + .com { + color: $light-token-com; + @include color-dark($dark-token-com); + font-style: italic; + line-height: 1px; + } + .key { + font-weight: bold; + line-height: 1px; + } + .str, .fst { + color: $light-token-str; + @include color-dark($dark-token-str); + } + } + + &.mis { + .t { + border-left: $border-indicator-width solid $mis-color; + } + + &.show_mis .t { + background: $light-mis-bg; + @include background-dark($dark-mis-bg); + + &:hover { + background: mix($light-mis-bg, $light-fg, $hover-dark-amt); + @include background-dark(mix($dark-mis-bg, $dark-fg, $hover-dark-amt)); + } + } + + &.mis2 { + .t { + border-left: $border-indicator-width dotted $mis-color; + } + + &.show_mis .t { + background: mix($light-mis-bg, $light-bg, $multi-dim-amt); + @include background-dark(mix($dark-mis-bg, $dark-bg, $multi-dim-amt)); + + &:hover { + background: mix($light-mis-bg, $light-fg, $hover-dark-amt); + @include background-dark(mix($dark-mis-bg, $dark-fg, $hover-dark-amt)); + } + } + } + } + + &.run { + .t { + border-left: $border-indicator-width solid $run-color; + } + + &.show_run .t { + background: $light-run-bg; + @include background-dark($dark-run-bg); + + &:hover { + background: mix($light-run-bg, $light-fg, $hover-dark-amt); + @include background-dark(mix($dark-run-bg, $dark-fg, $hover-dark-amt)); + } + } + + &.run2 { + .t { + border-left: $border-indicator-width dotted $run-color; + } + + &.show_run .t { + background: mix($light-run-bg, $light-bg, $multi-dim-amt); + @include background-dark(mix($dark-run-bg, $dark-bg, $multi-dim-amt)); + + &:hover { + background: mix($light-run-bg, $light-fg, $hover-dark-amt); + @include background-dark(mix($dark-run-bg, $dark-fg, $hover-dark-amt)); + } + } + } + } + + &.exc { + .t { + border-left: $border-indicator-width solid $exc-color; + } + + &.show_exc .t { + background: $light-exc-bg; + @include background-dark($dark-exc-bg); + + &:hover { + background: mix($light-exc-bg, $light-fg, $hover-dark-amt); + @include background-dark(mix($dark-exc-bg, $dark-fg, $hover-dark-amt)); + } + } + + &.exc2 { + .t { + border-left: $border-indicator-width dotted $exc-color; + } + + &.show_exc .t { + background: mix($light-exc-bg, $light-bg, $multi-dim-amt); + @include background-dark(mix($dark-exc-bg, $dark-bg, $multi-dim-amt)); + + &:hover { + background: mix($light-exc-bg, $light-fg, $hover-dark-amt); + @include background-dark(mix($dark-exc-bg, $dark-fg, $hover-dark-amt)); + } + } + } + } + + &.par { + .t { + border-left: $border-indicator-width solid $par-color; + } + + &.show_par .t { + background: $light-par-bg; + @include background-dark($dark-par-bg); + + &:hover { + background: mix($light-par-bg, $light-fg, $hover-dark-amt); + @include background-dark(mix($dark-par-bg, $dark-fg, $hover-dark-amt)); + } + } + + &.par2 { + .t { + border-left: $border-indicator-width dotted $par-color; + } + + &.show_par .t { + background: mix($light-par-bg, $light-bg, $multi-dim-amt); + @include background-dark(mix($dark-par-bg, $dark-bg, $multi-dim-amt)); + + &:hover { + background: mix($light-par-bg, $light-fg, $hover-dark-amt); + @include background-dark(mix($dark-par-bg, $dark-fg, $hover-dark-amt)); + } + } + } + } + + .r { + position: absolute; + top: 0; + right: 2.5em; + font-family: $font-normal; + } + + .annotate { + font-family: $font-normal; + color: $light-gray5; + @include color-dark($dark-gray6); + padding-right: .5em; + + &.short:hover ~ .long { + display: block; + } + + &.long { + @extend %in-text-popup; + width: 30em; + right: 2.5em; + } + } + + input { + display: none; + + & ~ .r label.ctx { + cursor: pointer; + border-radius: .25em; + &::before { + content: "▶ "; + } + &:hover { + background: mix($light-context-bg-color, $light-bg, $off-button-lighten); + @include background-dark(mix($dark-context-bg-color, $dark-bg, $off-button-lighten)); + color: $light-gray5; + @include color-dark($dark-gray5); + } + } + + &:checked ~ .r label.ctx { + background: $light-context-bg-color; + @include background-dark($dark-context-bg-color); + color: $light-gray5; + @include color-dark($dark-gray5); + border-radius: .75em .75em 0 0; + padding: 0 .5em; + margin: -.25em 0; + &::before { + content: "▼ "; + } + } + + &:checked ~ .ctxs { + padding: .25em .5em; + overflow-y: scroll; + max-height: 10.5em; + } + } + + label.ctx { + color: $light-gray4; + @include color-dark($dark-gray4); + display: inline-block; + padding: 0 .5em; + font-size: .8333em; // 10/12 + } + + .ctxs { + display: block; + max-height: 0; + overflow-y: hidden; + transition: all .2s; + padding: 0 .5em; + font-family: $font-normal; + white-space: nowrap; + background: $light-context-bg-color; + @include background-dark($dark-context-bg-color); + border-radius: .25em; + margin-right: 1.75em; + text-align: right; + } + } +} + + +// index styles +#index { + font-family: $font-code; + font-size: 0.875em; + + table.index { + margin-left: -.5em; + } + td, th { + text-align: right; + vertical-align: baseline; + padding: .25em .5em; + border-bottom: 1px solid $light-gray2; + @include border-color-dark($dark-gray2); + &.name { + text-align: left; + width: auto; + font-family: $font-normal; + min-width: 15em; + } + &.left { + text-align: left; + } + &.spacer { + border: none; + padding: 0; + &:hover { + background: inherit; + } + } + } + th { + font-family: $font-normal; + font-style: italic; + color: $light-gray6; + @include color-dark($dark-gray6); + border-color: $light-gray3; + @include border-color-dark($dark-gray3); + cursor: pointer; + &:hover { + background: $light-gray2; + @include background-dark($dark-gray2); + } + .arrows { + color: #666; + font-size: 85%; + font-family: sans-serif; + font-style: normal; + pointer-events: none; + } + &[aria-sort="ascending"], &[aria-sort="descending"] { + white-space: nowrap; + background: $light-gray2; + @include background-dark($dark-gray2); + padding-left: .5em; + } + &[aria-sort="ascending"] .arrows::after { + content: " ▲"; + } + &[aria-sort="descending"] .arrows::after { + content: " ▼"; + } + } + tr.grouphead { + th { + cursor: default; + font-style: normal; + border-color: $light-gray4; + @include border-color-dark($dark-gray4); + } + } + td.name { + font-size: 1.15em; + a { + text-decoration: none; + color: inherit; + } + & .no-noun { + font-style: italic; + } + } + + tr.total td, + tr.total_dynamic td { + font-weight: bold; + border-bottom: none; + } + tr.region:hover { + background: $light-gray2; + @include background-dark($dark-gray2); + td.name { + text-decoration: underline; + color: inherit; + } + } +} + +// scroll marker styles +#scroll_marker { + position: fixed; + z-index: 3; + right: 0; + top: 0; + width: 16px; + height: 100%; + background: $light-bg; + border-left: 1px solid $light-gray2; + @include background-dark($dark-bg); + @include border-color-dark($dark-gray2); + will-change: transform; // for faster scrolling of fixed element in Chrome + + .marker { + background: $light-gray3; + @include background-dark($dark-gray3); + position: absolute; + min-height: 3px; + width: 100%; + } +} diff --git a/.venv/lib/python3.12/site-packages/coverage/inorout.py b/.venv/lib/python3.12/site-packages/coverage/inorout.py new file mode 100644 index 0000000..8be94f3 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/inorout.py @@ -0,0 +1,590 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Determining whether files are being measured/reported or not.""" + +from __future__ import annotations + +import importlib.util +import inspect +import itertools +import os +import os.path +import sys +import sysconfig +import traceback +from collections.abc import Iterable +from types import FrameType, ModuleType +from typing import TYPE_CHECKING, Any, cast + +from coverage import env +from coverage.disposition import FileDisposition, disposition_init +from coverage.exceptions import ConfigError, CoverageException, PluginError +from coverage.files import ( + GlobMatcher, + ModuleMatcher, + TreeMatcher, + canonical_filename, + find_python_files, + prep_patterns, +) +from coverage.misc import isolate_module, sys_modules_saved +from coverage.python import source_for_file, source_for_morf +from coverage.types import TDebugCtl, TFileDisposition, TMorf, TWarnFn + +if TYPE_CHECKING: + from coverage.config import CoverageConfig + from coverage.plugin_support import Plugins + + +os = isolate_module(os) + + +def canonical_path(morf: TMorf, directory: bool = False) -> str: + """Return the canonical path of the module or file `morf`. + + If the module is a package, then return its directory. If it is a + module, then return its file, unless `directory` is True, in which + case return its enclosing directory. + + """ + morf_path = canonical_filename(source_for_morf(morf)) + if morf_path.endswith("__init__.py") or directory: + morf_path = os.path.split(morf_path)[0] + return morf_path + + +def name_for_module(filename: str, frame: FrameType | None) -> str | None: + """Get the name of the module for a filename and frame. + + For configurability's sake, we allow __main__ modules to be matched by + their importable name. + + If loaded via runpy (aka -m), we can usually recover the "original" + full dotted module name, otherwise, we resort to interpreting the + file name to get the module's name. In the case that the module name + can't be determined, None is returned. + + """ + module_globals = frame.f_globals if frame is not None else {} + dunder_name: str | None = module_globals.get("__name__", None) + + if isinstance(dunder_name, str) and dunder_name != "__main__": + # This is the usual case: an imported module. + return dunder_name + + spec = module_globals.get("__spec__", None) + if spec: + fullname = spec.name + if isinstance(fullname, str) and fullname != "__main__": + # Module loaded via: runpy -m + return fullname + + # Script as first argument to Python command line. + inspectedname = inspect.getmodulename(filename) + if inspectedname is not None: + return inspectedname + else: + return dunder_name + + +def module_is_namespace(mod: ModuleType) -> bool: + """Is the module object `mod` a PEP420 namespace module?""" + return hasattr(mod, "__path__") and getattr(mod, "__file__", None) is None + + +def module_has_file(mod: ModuleType) -> bool: + """Does the module object `mod` have an existing __file__ ?""" + mod__file__ = getattr(mod, "__file__", None) + if mod__file__ is None: + return False + return os.path.exists(mod__file__) + + +def file_and_path_for_module(modulename: str) -> tuple[str | None, list[str]]: + """Find the file and search path for `modulename`. + + Returns: + filename: The filename of the module, or None. + path: A list (possibly empty) of directories to find submodules in. + + """ + filename = None + path = [] + try: + spec = importlib.util.find_spec(modulename) + except Exception: + pass + else: + if spec is not None: + filename = spec.origin + path = list(spec.submodule_search_locations or ()) + return filename, path + + +def add_sysconfig_paths(paths: set[str], path_names: list[str]) -> None: + """Get paths from `sysconfig.get_paths`""" + scheme_names = set(sysconfig.get_scheme_names()) + + for scheme in scheme_names: + config_paths = sysconfig.get_paths(scheme) + for path_name in path_names: + paths.add(config_paths[path_name]) + + +def add_stdlib_paths(paths: set[str]) -> None: + """Add paths where the stdlib can be found to the set `paths`.""" + add_sysconfig_paths(paths, ["stdlib", "platstdlib"]) + + +def add_third_party_paths(paths: set[str]) -> None: + """Add locations for third-party packages to the set `paths`.""" + add_sysconfig_paths(paths, ["platlib", "purelib", "scripts"]) + + +def add_coverage_paths(paths: set[str]) -> None: + """Add paths where coverage.py code can be found to the set `paths`.""" + cover_path = canonical_path(__file__, directory=True) + paths.add(cover_path) + if env.TESTING: + # Don't include our own test code. + paths.add(os.path.join(cover_path, "tests")) + + +class InOrOut: + """Machinery for determining what files to measure.""" + + def __init__( + self, + config: CoverageConfig, + warn: TWarnFn, + debug: TDebugCtl | None, + include_namespace_packages: bool, + ) -> None: + self.warn = warn + self.debug = debug + self.include_namespace_packages = include_namespace_packages + + self.source_pkgs: list[str] = [] + self.source_pkgs.extend(config.source_pkgs) + self.source_dirs: list[str] = [] + self.source_dirs.extend(config.source_dirs) + for src in config.source or []: + if os.path.isdir(src): + self.source_dirs.append(src) + else: + self.source_pkgs.append(src) + + # Canonicalize everything in `source_dirs`. + # Also confirm that they actually are directories. + for i, src in enumerate(self.source_dirs): + if not os.path.isdir(src): + raise ConfigError(f"Source dir is not a directory: {src!r}") + self.source_dirs[i] = canonical_filename(src) + + self.source_pkgs_unmatched = self.source_pkgs[:] + + self.include = prep_patterns(config.run_include) + self.omit = prep_patterns(config.run_omit) + + # The directories for files considered "installed with the interpreter". + self.pylib_paths: set[str] = set() + if not config.cover_pylib: + add_stdlib_paths(self.pylib_paths) + + # To avoid tracing the coverage.py code itself, we skip anything + # located where we are. + self.cover_paths: set[str] = set() + add_coverage_paths(self.cover_paths) + + # Find where third-party packages are installed. + self.third_paths: set[str] = set() + add_third_party_paths(self.third_paths) + + def _debug(msg: str) -> None: + if self.debug: + self.debug.write(msg) + + # Generally useful information + _debug("sys.path:" + "".join(f"\n {p}" for p in sys.path)) + + if self.debug: + _debug("sysconfig paths:") + for scheme in sorted(sysconfig.get_scheme_names()): + _debug(f" {scheme}:") + for k, v in sysconfig.get_paths(scheme).items(): + _debug(f" {k}: {v}") + + # Create the matchers we need for should_trace + self.source_match = None + self.source_pkgs_match = None + self.pylib_match = None + self.include_match = self.omit_match = None + + if self.source_dirs or self.source_pkgs: + against = [] + if self.source_dirs: + self.source_match = TreeMatcher(self.source_dirs, "source") + against.append(f"trees {self.source_match!r}") + if self.source_pkgs: + self.source_pkgs_match = ModuleMatcher(self.source_pkgs, "source_pkgs") + against.append(f"modules {self.source_pkgs_match!r}") + _debug("Source matching against " + " and ".join(against)) + else: + if self.pylib_paths: + self.pylib_match = TreeMatcher(self.pylib_paths, "pylib") + _debug(f"Python stdlib matching: {self.pylib_match!r}") + if self.include: + self.include_match = GlobMatcher(self.include, "include") + _debug(f"Include matching: {self.include_match!r}") + if self.omit: + self.omit_match = GlobMatcher(self.omit, "omit") + _debug(f"Omit matching: {self.omit_match!r}") + + self.cover_match = TreeMatcher(self.cover_paths, "coverage") + _debug(f"Coverage code matching: {self.cover_match!r}") + + self.third_match = TreeMatcher(self.third_paths, "third") + _debug(f"Third-party lib matching: {self.third_match!r}") + + # Check if the source we want to measure has been installed as a + # third-party package. + # Is the source inside a third-party area? + self.source_in_third_paths = set() + with sys_modules_saved(): + for pkg in self.source_pkgs: + try: + modfile, path = file_and_path_for_module(pkg) + _debug(f"Imported source package {pkg!r} as {modfile!r}") + except CoverageException as exc: + _debug(f"Couldn't import source package {pkg!r}: {exc}") + continue + if modfile: + if self.third_match.match(modfile): + _debug( + f"Source in third-party: source_pkg {pkg!r} at {modfile!r}", + ) + self.source_in_third_paths.add(canonical_path(source_for_file(modfile))) + else: + for pathdir in path: + if self.third_match.match(pathdir): + _debug( + f"Source in third-party: {pkg!r} path directory at {pathdir!r}", + ) + self.source_in_third_paths.add(pathdir) + + for src in self.source_dirs: + if self.third_match.match(src): + _debug(f"Source in third-party: source directory {src!r}") + self.source_in_third_paths.add(src) + self.source_in_third_match = TreeMatcher(self.source_in_third_paths, "source_in_third") + _debug(f"Source in third-party matching: {self.source_in_third_match}") + + self.plugins: Plugins + self.disp_class: type[TFileDisposition] = FileDisposition + + def should_trace(self, filename: str, frame: FrameType | None = None) -> TFileDisposition: + """Decide whether to trace execution in `filename`, with a reason. + + This function is called from the trace function. As each new file name + is encountered, this function determines whether it is traced or not. + + Returns a FileDisposition object. + + """ + original_filename = filename + disp = disposition_init(self.disp_class, filename) + + def nope(disp: TFileDisposition, reason: str) -> TFileDisposition: + """Simple helper to make it easy to return NO.""" + disp.trace = False + disp.reason = reason + return disp + + if original_filename.startswith("<"): + return nope(disp, "original file name is not real") + + if frame is not None: + # Compiled Python files have two file names: frame.f_code.co_filename is + # the file name at the time the .pyc was compiled. The second name is + # __file__, which is where the .pyc was actually loaded from. Since + # .pyc files can be moved after compilation (for example, by being + # installed), we look for __file__ in the frame and prefer it to the + # co_filename value. + dunder_file = frame.f_globals and frame.f_globals.get("__file__") + if dunder_file: + # Danger: __file__ can (rarely?) be of type Path. + filename = source_for_file(str(dunder_file)) + if original_filename and not original_filename.startswith("<"): + orig = os.path.basename(original_filename) + if orig != os.path.basename(filename): + # Files shouldn't be renamed when moved. This happens when + # exec'ing code. If it seems like something is wrong with + # the frame's file name, then just use the original. + filename = original_filename + + if not filename: + # Empty string is pretty useless. + return nope(disp, "empty string isn't a file name") + + if filename.startswith("memory:"): + return nope(disp, "memory isn't traceable") + + if filename.startswith("<"): + # Lots of non-file execution is represented with artificial + # file names like "", "", or + # "". Don't ever trace these executions, since we + # can't do anything with the data later anyway. + return nope(disp, "file name is not real") + + canonical = canonical_filename(filename) + disp.canonical_filename = canonical + + # Try the plugins, see if they have an opinion about the file. + plugin = None + for plugin in self.plugins.file_tracers: + if not plugin._coverage_enabled: + continue + + try: + file_tracer = plugin.file_tracer(canonical) + if file_tracer is not None: + file_tracer._coverage_plugin = plugin + disp.trace = True + disp.file_tracer = file_tracer + if file_tracer.has_dynamic_source_filename(): + disp.has_dynamic_filename = True + else: + disp.source_filename = canonical_filename( + file_tracer.source_filename(), + ) + break + except Exception: + plugin_name = plugin._coverage_plugin_name + tb = traceback.format_exc() + self.warn(f"Disabling plug-in {plugin_name!r} due to an exception:\n{tb}") + plugin._coverage_enabled = False + continue + else: + # No plugin wanted it: it's Python. + disp.trace = True + disp.source_filename = canonical + + if not disp.has_dynamic_filename: + if not disp.source_filename: + raise PluginError( + f"Plugin {plugin!r} didn't set source_filename for '{disp.original_filename}'", + ) + reason = self.check_include_omit_etc(disp.source_filename, frame) + if reason: + nope(disp, reason) + + return disp + + def check_include_omit_etc(self, filename: str, frame: FrameType | None) -> str | None: + """Check a file name against the include, omit, etc, rules. + + Returns a string or None. String means, don't trace, and is the reason + why. None means no reason found to not trace. + + """ + modulename = name_for_module(filename, frame) + + # If the user specified source or include, then that's authoritative + # about the outer bound of what to measure and we don't have to apply + # any canned exclusions. If they didn't, then we have to exclude the + # stdlib and coverage.py directories. + if self.source_match or self.source_pkgs_match: + extra = "" + ok = False + if self.source_pkgs_match: + if isinstance(modulename, str) and self.source_pkgs_match.match(modulename): + ok = True + if modulename in self.source_pkgs_unmatched: + self.source_pkgs_unmatched.remove(modulename) + else: + extra = f"module {modulename!r} " + if not ok and self.source_match: + if self.source_match.match(filename): + ok = True + if not ok: + return extra + "falls outside the --source spec" + if self.third_match.match(filename) and not self.source_in_third_match.match(filename): + return "inside --source, but is third-party" + elif self.include_match: + if not self.include_match.match(filename): + return "falls outside the --include trees" + else: + # We exclude the coverage.py code itself, since a little of it + # will be measured otherwise. + if self.cover_match.match(filename): + return "is part of coverage.py" + + # If we aren't supposed to trace installed code, then check if this + # is near the Python standard library and skip it if so. + if self.pylib_match and self.pylib_match.match(filename): + return "is in the stdlib" + + # Exclude anything in the third-party installation areas. + if self.third_match.match(filename): + return "is a third-party module" + + # Check the file against the omit pattern. + if self.omit_match and self.omit_match.match(filename): + return "is inside an --omit pattern" + + # No point tracing a file we can't later write to SQLite. + try: + filename.encode("utf-8") + except UnicodeEncodeError: + return "non-encodable filename" + + # No reason found to skip this file. + return None + + def warn_conflicting_settings(self) -> None: + """Warn if there are settings that conflict.""" + if self.include: + if self.source_dirs or self.source_pkgs: + self.warn("--include is ignored because --source is set", slug="include-ignored") + + def warn_already_imported_files(self) -> None: + """Warn if files have already been imported that we will be measuring.""" + if self.include or self.source_dirs or self.source_pkgs: + warned = set() + for mod in list(sys.modules.values()): + filename = getattr(mod, "__file__", None) + if filename is None: + continue + if filename in warned: + continue + + if len(getattr(mod, "__path__", ())) > 1: + # A namespace package, which confuses this code, so ignore it. + continue + + disp = self.should_trace(filename) + if disp.has_dynamic_filename: + # A plugin with dynamic filenames: the Python file + # shouldn't cause a warning, since it won't be the subject + # of tracing anyway. + continue + if disp.trace: + msg = f"Already imported a file that will be measured: {filename}" + self.warn(msg, slug="already-imported") + warned.add(filename) + elif self.debug and self.debug.should("trace"): + self.debug.write( + "Didn't trace already imported file {!r}: {}".format( + disp.original_filename, + disp.reason, + ), + ) + + def warn_unimported_source(self) -> None: + """Warn about source packages that were of interest, but never traced.""" + for pkg in self.source_pkgs_unmatched: + self._warn_about_unmeasured_code(pkg) + + def _warn_about_unmeasured_code(self, pkg: str) -> None: + """Warn about a package or module that we never traced. + + `pkg` is a string, the name of the package or module. + + """ + mod = sys.modules.get(pkg) + if mod is None: + self.warn(f"Module {pkg} was never imported.", slug="module-not-imported") + return + + if module_is_namespace(mod): + # A namespace package. It's OK for this not to have been traced, + # since there is no code directly in it. + return + + if not module_has_file(mod): + self.warn(f"Module {pkg} has no Python source.", slug="module-not-python") + return + + # The module was in sys.modules, and seems like a module with code, but + # we never measured it. I guess that means it was imported before + # coverage even started. + msg = f"Module {pkg} was previously imported, but not measured" + self.warn(msg, slug="module-not-measured") + + def find_possibly_unexecuted_files(self) -> Iterable[tuple[str, str | None]]: + """Find files in the areas of interest that might be untraced. + + Yields pairs: file path, and responsible plug-in name. + """ + for pkg in self.source_pkgs: + if pkg not in sys.modules or not module_has_file(sys.modules[pkg]): + continue + pkg_file = source_for_file(cast(str, sys.modules[pkg].__file__)) + yield from self._find_executable_files(canonical_path(pkg_file)) + + for src in self.source_dirs: + yield from self._find_executable_files(src) + + def _find_plugin_files(self, src_dir: str) -> Iterable[tuple[str, str]]: + """Get executable files from the plugins.""" + for plugin in self.plugins.file_tracers: + for x_file in plugin.find_executable_files(src_dir): + yield x_file, plugin._coverage_plugin_name + + def _find_executable_files(self, src_dir: str) -> Iterable[tuple[str, str | None]]: + """Find executable files in `src_dir`. + + Search for files in `src_dir` that can be executed because they + are probably importable. Don't include ones that have been omitted + by the configuration. + + Yield the file path, and the plugin name that handles the file. + + """ + py_files = ( + (py_file, None) + for py_file in find_python_files(src_dir, self.include_namespace_packages) + ) + plugin_files = self._find_plugin_files(src_dir) + + for file_path, plugin_name in itertools.chain(py_files, plugin_files): + file_path = canonical_filename(file_path) + if self.omit_match and self.omit_match.match(file_path): + # Turns out this file was omitted, so don't pull it back + # in as un-executed. + continue + yield file_path, plugin_name + + def sys_info(self) -> Iterable[tuple[str, Any]]: + """Our information for Coverage.sys_info. + + Returns a list of (key, value) pairs. + """ + info = [ + ("coverage_paths", self.cover_paths), + ("stdlib_paths", self.pylib_paths), + ("third_party_paths", self.third_paths), + ("source_in_third_party_paths", self.source_in_third_paths), + ] + + matcher_names = [ + "source_match", + "source_pkgs_match", + "include_match", + "omit_match", + "cover_match", + "pylib_match", + "third_match", + "source_in_third_match", + ] + + for matcher_name in matcher_names: + matcher = getattr(self, matcher_name) + if matcher: + matcher_info = matcher.info() + else: + matcher_info = "-none-" + info.append((matcher_name, matcher_info)) + + return info diff --git a/.venv/lib/python3.12/site-packages/coverage/jsonreport.py b/.venv/lib/python3.12/site-packages/coverage/jsonreport.py new file mode 100644 index 0000000..1c55b4d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/jsonreport.py @@ -0,0 +1,200 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Json reporting for coverage.py""" + +from __future__ import annotations + +import datetime +import json +import sys +from collections.abc import Iterable +from typing import IO, TYPE_CHECKING, Any + +from coverage import __version__ +from coverage.report_core import get_analysis_to_report +from coverage.results import Analysis, AnalysisNarrower, Numbers +from coverage.types import TLineNo, TMorfs + +if TYPE_CHECKING: + from coverage import Coverage + from coverage.data import CoverageData + from coverage.plugin import FileReporter + + +# A type for data that can be JSON-serialized. +JsonObj = dict[str, Any] + +# "Version 1" had no format number at all. +# 2: add the meta.format field. +# 3: add region information (functions, classes) +FORMAT_VERSION = 3 + + +class JsonReporter: + """A reporter for writing JSON coverage results.""" + + report_type = "JSON report" + + def __init__(self, coverage: Coverage) -> None: + self.coverage = coverage + self.config = self.coverage.config + self.total = Numbers(self.config.precision) + self.report_data: JsonObj = {} + + def make_summary(self, nums: Numbers) -> JsonObj: + """Create a dict summarizing `nums`.""" + return { + "covered_lines": nums.n_executed, + "num_statements": nums.n_statements, + "percent_covered": nums.pc_covered, + "percent_covered_display": nums.pc_covered_str, + "missing_lines": nums.n_missing, + "excluded_lines": nums.n_excluded, + "percent_statements_covered": nums.pc_statements, + "percent_statements_covered_display": nums.pc_statements_str, + } + + def make_branch_summary(self, nums: Numbers) -> JsonObj: + """Create a dict summarizing the branch info in `nums`.""" + return { + "num_branches": nums.n_branches, + "num_partial_branches": nums.n_partial_branches, + "covered_branches": nums.n_executed_branches, + "missing_branches": nums.n_missing_branches, + "percent_branches_covered": nums.pc_branches, + "percent_branches_covered_display": nums.pc_branches_str, + } + + def report(self, morfs: TMorfs, outfile: IO[str]) -> float: + """Generate a json report for `morfs`. + + `morfs` is a list of modules or file names. + + `outfile` is a file object to write the json to. + + """ + outfile = outfile or sys.stdout + coverage_data = self.coverage.get_data() + coverage_data.set_query_contexts(self.config.report_contexts) + self.report_data["meta"] = { + "format": FORMAT_VERSION, + "version": __version__, + "timestamp": datetime.datetime.now().isoformat(), + "branch_coverage": coverage_data.has_arcs(), + "show_contexts": self.config.json_show_contexts, + } + + measured_files = {} + for file_reporter, analysis in get_analysis_to_report(self.coverage, morfs): + measured_files[file_reporter.relative_filename()] = self.report_one_file( + coverage_data, + analysis, + file_reporter, + ) + + self.report_data["files"] = measured_files + self.report_data["totals"] = self.make_summary(self.total) + + if coverage_data.has_arcs(): + self.report_data["totals"].update(self.make_branch_summary(self.total)) + + json.dump( + self.report_data, + outfile, + indent=(4 if self.config.json_pretty_print else None), + ) + + return self.total.n_statements and self.total.pc_covered + + def report_one_file( + self, coverage_data: CoverageData, analysis: Analysis, file_reporter: FileReporter + ) -> JsonObj: + """Extract the relevant report data for a single file.""" + nums = analysis.numbers + self.total += nums + summary = self.make_summary(nums) + reported_file: JsonObj = { + "executed_lines": sorted(analysis.executed), + "summary": summary, + "missing_lines": sorted(analysis.missing), + "excluded_lines": sorted(analysis.excluded), + } + if self.config.json_show_contexts: + reported_file["contexts"] = coverage_data.contexts_by_lineno(analysis.filename) + if coverage_data.has_arcs(): + summary.update(self.make_branch_summary(nums)) + reported_file["executed_branches"] = list( + _convert_branch_arcs(analysis.executed_branch_arcs()), + ) + reported_file["missing_branches"] = list( + _convert_branch_arcs(analysis.missing_branch_arcs()), + ) + + num_lines = len(file_reporter.source().splitlines()) + regions = file_reporter.code_regions() + for noun, plural in file_reporter.code_region_kinds(): + outside_lines = set(range(1, num_lines + 1)) + for region in regions: + if region.kind != noun: + continue + outside_lines -= region.lines + + narrower = AnalysisNarrower(analysis) + narrower.add_regions(r.lines for r in regions if r.kind == noun) + narrower.add_regions([outside_lines]) + + reported_file[plural] = region_data = {} + for region in regions: + if region.kind != noun: + continue + region_data[region.name] = self.make_region_data( + coverage_data, + narrower.narrow(region.lines), + region.start, + ) + + region_data[""] = self.make_region_data( + coverage_data, + narrower.narrow(outside_lines), + min(outside_lines, default=1), + ) + return reported_file + + def make_region_data( + self, + coverage_data: CoverageData, + narrowed_analysis: Analysis, + start_line: int, + ) -> JsonObj: + """Create the data object for one region of a file.""" + narrowed_nums = narrowed_analysis.numbers + narrowed_summary = self.make_summary(narrowed_nums) + this_region = { + "executed_lines": sorted(narrowed_analysis.executed), + "summary": narrowed_summary, + "missing_lines": sorted(narrowed_analysis.missing), + "excluded_lines": sorted(narrowed_analysis.excluded), + "start_line": start_line, + } + if self.config.json_show_contexts: + contexts = coverage_data.contexts_by_lineno(narrowed_analysis.filename) + this_region["contexts"] = contexts + if coverage_data.has_arcs(): + narrowed_summary.update(self.make_branch_summary(narrowed_nums)) + this_region["executed_branches"] = list( + _convert_branch_arcs(narrowed_analysis.executed_branch_arcs()), + ) + this_region["missing_branches"] = list( + _convert_branch_arcs(narrowed_analysis.missing_branch_arcs()), + ) + return this_region + + +def _convert_branch_arcs( + branch_arcs: dict[TLineNo, list[TLineNo]], +) -> Iterable[tuple[TLineNo, TLineNo]]: + """Convert branch arcs to a list of two-element tuples.""" + for source, targets in branch_arcs.items(): + for target in targets: + yield source, target diff --git a/.venv/lib/python3.12/site-packages/coverage/lcovreport.py b/.venv/lib/python3.12/site-packages/coverage/lcovreport.py new file mode 100644 index 0000000..003f214 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/lcovreport.py @@ -0,0 +1,218 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""LCOV reporting for coverage.py.""" + +from __future__ import annotations + +import base64 +import hashlib +import sys +from typing import IO, TYPE_CHECKING + +from coverage.plugin import FileReporter +from coverage.report_core import get_analysis_to_report +from coverage.results import Analysis, AnalysisNarrower, Numbers +from coverage.types import TMorfs + +if TYPE_CHECKING: + from coverage import Coverage + + +def line_hash(line: str) -> str: + """Produce a hash of a source line for use in the LCOV file.""" + # The LCOV file format optionally allows each line to be MD5ed as a + # fingerprint of the file. This is not a security use. Some security + # scanners raise alarms about the use of MD5 here, but it is a false + # positive. This is not a security concern. + # The unusual encoding of the MD5 hash, as a base64 sequence with the + # trailing = signs stripped, is specified by the LCOV file format. + hashed = hashlib.md5(line.encode("utf-8"), usedforsecurity=False).digest() + return base64.b64encode(hashed).decode("ascii").rstrip("=") + + +def lcov_lines( + analysis: Analysis, + lines: list[int], + source_lines: list[str], + outfile: IO[str], +) -> None: + """Emit line coverage records for an analyzed file.""" + hash_suffix = "" + for line in lines: + if source_lines: + hash_suffix = "," + line_hash(source_lines[line - 1]) + # Q: can we get info about the number of times a statement is + # executed? If so, that should be recorded here. + hit = int(line not in analysis.missing) + outfile.write(f"DA:{line},{hit}{hash_suffix}\n") + + if analysis.numbers.n_statements > 0: + outfile.write(f"LF:{analysis.numbers.n_statements}\n") + outfile.write(f"LH:{analysis.numbers.n_executed}\n") + + +def lcov_functions( + fr: FileReporter, + file_analysis: Analysis, + outfile: IO[str], +) -> None: + """Emit function coverage records for an analyzed file.""" + # lcov 2.2 introduces a new format for function coverage records. + # We continue to generate the old format because we don't know what + # version of the lcov tools will be used to read this report. + + # "and region.lines" below avoids a crash due to a bug in PyPy 3.8 + # where, for whatever reason, when collecting data in --branch mode, + # top-level functions have an empty lines array. Instead we just don't + # emit function records for those. + + # suppressions because of https://github.com/pylint-dev/pylint/issues/9923 + functions = [ + ( + min(region.start, min(region.lines)), # pylint: disable=nested-min-max + max(region.start, max(region.lines)), # pylint: disable=nested-min-max + region, + ) + for region in fr.code_regions() + if region.kind == "function" and region.lines + ] + if not functions: + return + + narrower = AnalysisNarrower(file_analysis) + narrower.add_regions(r.lines for _, _, r in functions) + + functions.sort() + functions_hit = 0 + for first_line, last_line, region in functions: + # A function counts as having been executed if any of it has been + # executed. + analysis = narrower.narrow(region.lines) + hit = int(analysis.numbers.n_executed > 0) + functions_hit += hit + + outfile.write(f"FN:{first_line},{last_line},{region.name}\n") + outfile.write(f"FNDA:{hit},{region.name}\n") + + outfile.write(f"FNF:{len(functions)}\n") + outfile.write(f"FNH:{functions_hit}\n") + + +def lcov_arcs( + fr: FileReporter, + analysis: Analysis, + lines: list[int], + outfile: IO[str], +) -> None: + """Emit branch coverage records for an analyzed file.""" + branch_stats = analysis.branch_stats() + executed_arcs = analysis.executed_branch_arcs() + missing_arcs = analysis.missing_branch_arcs() + + for line in lines: + if line not in branch_stats: + continue + + # This is only one of several possible ways to map our sets of executed + # and not-executed arcs to BRDA codes. It seems to produce reasonable + # results when fed through genhtml. + _, taken = branch_stats[line] + + if taken == 0: + # When _none_ of the out arcs from 'line' were executed, + # it can mean the line always raised an exception. + assert len(executed_arcs[line]) == 0 + destinations = [(dst, "-") for dst in missing_arcs[line]] + else: + # Q: can we get counts of the number of times each arc was executed? + # branch_stats has "total" and "taken" counts for each branch, + # but it doesn't have "taken" broken down by destination. + destinations = [(dst, "1") for dst in executed_arcs[line]] + destinations.extend((dst, "0") for dst in missing_arcs[line]) + + # Sort exit arcs after normal arcs. Exit arcs typically come from + # an if statement, at the end of a function, with no else clause. + # This structure reads like you're jumping to the end of the function + # when the conditional expression is false, so it should be presented + # as the second alternative for the branch, after the alternative that + # enters the if clause. + destinations.sort(key=lambda d: (d[0] < 0, d)) + + for dst, hit in destinations: + branch = fr.arc_description(line, dst) + outfile.write(f"BRDA:{line},0,{branch},{hit}\n") + + # Summary of the branch coverage. + brf = sum(t for t, k in branch_stats.values()) + brh = brf - sum(t - k for t, k in branch_stats.values()) + if brf > 0: + outfile.write(f"BRF:{brf}\n") + outfile.write(f"BRH:{brh}\n") + + +class LcovReporter: + """A reporter for writing LCOV coverage reports.""" + + report_type = "LCOV report" + + def __init__(self, coverage: Coverage) -> None: + self.coverage = coverage + self.config = coverage.config + self.total = Numbers(self.coverage.config.precision) + + def report(self, morfs: TMorfs, outfile: IO[str]) -> float: + """Renders the full lcov report. + + `morfs` is a list of modules or filenames + + outfile is the file object to write the file into. + """ + + self.coverage.get_data() + outfile = outfile or sys.stdout + + # ensure file records are sorted by the _relative_ filename, not the full path + to_report = [ + (fr.relative_filename(), fr, analysis) + for fr, analysis in get_analysis_to_report(self.coverage, morfs) + ] + to_report.sort() + + for fname, fr, analysis in to_report: + self.total += analysis.numbers + self.lcov_file(fname, fr, analysis, outfile) + + return self.total.n_statements and self.total.pc_covered + + def lcov_file( + self, + rel_fname: str, + fr: FileReporter, + analysis: Analysis, + outfile: IO[str], + ) -> None: + """Produces the lcov data for a single file. + + This currently supports both line and branch coverage, + however function coverage is not supported. + """ + + if analysis.numbers.n_statements == 0: + if self.config.skip_empty: + return + + outfile.write(f"SF:{rel_fname}\n") + + lines = sorted(analysis.statements) + if self.config.lcov_line_checksums: + source_lines = fr.source().splitlines() + else: + source_lines = [] + + lcov_lines(analysis, lines, source_lines, outfile) + lcov_functions(fr, analysis, outfile) + if analysis.has_arcs: + lcov_arcs(fr, analysis, lines, outfile) + + outfile.write("end_of_record\n") diff --git a/.venv/lib/python3.12/site-packages/coverage/misc.py b/.venv/lib/python3.12/site-packages/coverage/misc.py new file mode 100644 index 0000000..8ebc25d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/misc.py @@ -0,0 +1,381 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Miscellaneous stuff for coverage.py.""" + +from __future__ import annotations + +import contextlib +import datetime +import errno +import functools +import hashlib +import importlib +import importlib.util +import inspect +import os +import os.path +import re +import sys +import types +from collections.abc import Iterable, Iterator, Mapping, Sequence +from types import ModuleType +from typing import Any, NoReturn, TypeVar + +# In 6.0, the exceptions moved from misc.py to exceptions.py. But a number of +# other packages were importing the exceptions from misc, so import them here. +# pylint: disable=unused-wildcard-import +from coverage.exceptions import * # pylint: disable=wildcard-import +from coverage.exceptions import CoverageException +from coverage.types import TArc + +ISOLATED_MODULES: dict[ModuleType, ModuleType] = {} + + +def isolate_module(mod: ModuleType) -> ModuleType: + """Copy a module so that we are isolated from aggressive mocking. + + If a test suite mocks os.path.exists (for example), and then we need to use + it during the test, everything will get tangled up if we use their mock. + Making a copy of the module when we import it will isolate coverage.py from + those complications. + """ + if mod not in ISOLATED_MODULES: + new_mod = types.ModuleType(mod.__name__) + ISOLATED_MODULES[mod] = new_mod + for name in dir(mod): + value = getattr(mod, name) + if isinstance(value, types.ModuleType): + value = isolate_module(value) + setattr(new_mod, name, value) + return ISOLATED_MODULES[mod] + + +os = isolate_module(os) + + +class SysModuleSaver: + """Saves the contents of sys.modules, and removes new modules later.""" + + def __init__(self) -> None: + self.old_modules = set(sys.modules) + + def restore(self) -> None: + """Remove any modules imported since this object started.""" + new_modules = set(sys.modules) - self.old_modules + for m in new_modules: + del sys.modules[m] + + +@contextlib.contextmanager +def sys_modules_saved() -> Iterator[None]: + """A context manager to remove any modules imported during a block.""" + saver = SysModuleSaver() + try: + yield + finally: + saver.restore() + + +def import_third_party(modname: str) -> tuple[ModuleType, bool]: + """Import a third-party module we need, but might not be installed. + + This also cleans out the module after the import, so that coverage won't + appear to have imported it. This lets the third party use coverage for + their own tests. + + Arguments: + modname (str): the name of the module to import. + + Returns: + The imported module, and a boolean indicating if the module could be imported. + + If the boolean is False, the module returned is not the one you want: don't use it. + + """ + with sys_modules_saved(): + try: + return importlib.import_module(modname), True + except ImportError: + return sys, False + + +def nice_pair(pair: TArc) -> str: + """Make a nice string representation of a pair of numbers. + + If the numbers are equal, just return the number, otherwise return the pair + with a dash between them, indicating the range. + + """ + start, end = pair + if start == end: + return f"{start}" + else: + return f"{start}-{end}" + + +def bool_or_none(b: Any) -> bool | None: + """Return bool(b), but preserve None.""" + if b is None: + return None + else: + return bool(b) + + +def join_regex(regexes: Iterable[str]) -> str: + """Combine a series of regex strings into one that matches any of them.""" + regexes = list(regexes) + if len(regexes) == 1: + return regexes[0] + else: + return "|".join(f"(?:{r})" for r in regexes) + + +def file_be_gone(path: str) -> None: + """Remove a file, and don't get annoyed if it doesn't exist.""" + try: + os.remove(path) + except OSError as e: + if e.errno != errno.ENOENT: + raise + + +def ensure_dir(directory: str) -> None: + """Make sure the directory exists. + + If `directory` is None or empty, do nothing. + """ + if directory: + os.makedirs(directory, exist_ok=True) + + +def ensure_dir_for_file(path: str) -> None: + """Make sure the directory for the path exists.""" + ensure_dir(os.path.dirname(path)) + + +class Hasher: + """Hashes Python data for fingerprinting.""" + + def __init__(self) -> None: + self.hash = hashlib.new("sha3_256", usedforsecurity=False) + + def update(self, v: Any) -> None: + """Add `v` to the hash, recursively if needed.""" + self.hash.update(str(type(v)).encode("utf-8")) + match v: + case None: + pass + case str(): + self.hash.update(f"{len(v)}:".encode("utf-8")) + self.hash.update(v.encode("utf-8")) + case bytes(): + self.hash.update(f"{len(v)}:".encode("utf-8")) + self.hash.update(v) + case int() | float(): + self.hash.update(str(v).encode("utf-8")) + case tuple() | list(): + for e in v: + self.update(e) + case dict(): + for k, kv in sorted(v.items()): + self.update(k) + self.update(kv) + case set(): + for e in sorted(v): + self.update(e) + case _: + for k in dir(v): + if k.startswith("__"): + continue + a = getattr(v, k) + if inspect.isroutine(a): + continue + self.update(k) + self.update(a) + self.hash.update(b".") + + def digest(self) -> bytes: + """Get the full binary digest of the hash.""" + return self.hash.digest() + + def hexdigest(self) -> str: + """Retrieve a 32-char hex digest of the hash.""" + return self.hash.hexdigest()[:32] + + +def _needs_to_implement(that: Any, func_name: str) -> NoReturn: + """Helper to raise NotImplementedError in interface stubs.""" + if hasattr(that, "_coverage_plugin_name"): + thing = "Plugin" + name = that._coverage_plugin_name + else: + thing = "Class" + klass = that.__class__ + name = f"{klass.__module__}.{klass.__name__}" + + raise NotImplementedError( + f"{thing} {name!r} needs to implement {func_name}()", + ) + + +class DefaultValue: + """A sentinel object to use for unusual default-value needs. + + Construct with a string that will be used as the repr, for display in help + and Sphinx output. + + """ + + def __init__(self, display_as: str) -> None: + self.display_as = display_as + + def __repr__(self) -> str: + return self.display_as + + +def substitute_variables(text: str, variables: Mapping[str, str]) -> str: + """Substitute ``${VAR}`` variables in `text` with their values. + + Variables in the text can take a number of shell-inspired forms:: + + $VAR + ${VAR} + ${VAR?} strict: an error if VAR isn't defined. + ${VAR-missing} defaulted: "missing" if VAR isn't defined. + $$ just a dollar sign. + + `variables` is a dictionary of variable values. + + Returns the resulting text with values substituted. + + """ + dollar_pattern = r"""(?x) # Use extended regex syntax + \$ # A dollar sign, + (?: # then + (?P \$ ) | # a dollar sign, or + (?P \w+ ) | # a plain word, or + \{ # a {-wrapped + (?P \w+ ) # word, + (?: # either + (?P \? ) | # with a strict marker + -(?P [^}]* ) # or a default value + )? # maybe. + } + ) + """ + + dollar_groups = ("dollar", "word1", "word2") + + def dollar_replace(match: re.Match[str]) -> str: + """Called for each $replacement.""" + # Only one of the dollar_groups will have matched, just get its text. + word = next(g for g in match.group(*dollar_groups) if g) # pragma: always breaks + if word == "$": + return "$" + elif word in variables: + return variables[word] + elif match["strict"]: + msg = f"Variable {word} is undefined: {text!r}" + raise CoverageException(msg) + else: + return match["defval"] + + text = re.sub(dollar_pattern, dollar_replace, text) + return text + + +def format_local_datetime(dt: datetime.datetime) -> str: + """Return a string with local timezone representing the date.""" + return dt.astimezone().strftime("%Y-%m-%d %H:%M %z") + + +def import_local_file(modname: str, modfile: str | None = None) -> ModuleType: + """Import a local file as a module. + + Opens a file in the current directory named `modname`.py, imports it + as `modname`, and returns the module object. `modfile` is the file to + import if it isn't in the current directory. + + """ + if modfile is None: + modfile = modname + ".py" + spec = importlib.util.spec_from_file_location(modname, modfile) + assert spec is not None + mod = importlib.util.module_from_spec(spec) + sys.modules[modname] = mod + assert spec.loader is not None + spec.loader.exec_module(mod) + + return mod + + +@functools.cache +def _human_key(s: str) -> tuple[list[str | int], str]: + """Turn a string into a list of string and number chunks. + + "z23a" -> (["z", 23, "a"], "z23a") + + The original string is appended as a last value to ensure the + key is unique enough so that "x1y" and "x001y" can be distinguished. + """ + + def tryint(s: str) -> str | int: + """If `s` is a number, return an int, else `s` unchanged.""" + try: + return int(s) + except ValueError: + return s + + return ([tryint(c) for c in re.split(r"(\d+)", s)], s) + + +def human_sorted(strings: Iterable[str]) -> list[str]: + """Sort the given iterable of strings the way that humans expect. + + Numeric components in the strings are sorted as numbers. + + Returns the sorted list. + + """ + return sorted(strings, key=_human_key) + + +SortableItem = TypeVar("SortableItem", bound=Sequence[Any]) + + +def human_sorted_items( + items: Iterable[SortableItem], + reverse: bool = False, +) -> list[SortableItem]: + """Sort (string, ...) items the way humans expect. + + The elements of `items` can be any tuple/list. They'll be sorted by the + first element (a string), with ties broken by the remaining elements. + + Returns the sorted list of items. + """ + return sorted(items, key=lambda item: (_human_key(item[0]), *item[1:]), reverse=reverse) + + +def plural(n: int, thing: str = "", things: str = "") -> str: + """Pluralize a word. + + If n is 1, return thing. Otherwise return things, or thing+s. + """ + if n == 1: + return thing + else: + return things or (thing + "s") + + +def stdout_link(text: str, url: str) -> str: + """Format text+url as a clickable link for stdout. + + If attached to a terminal, use escape sequences. Otherwise, just return + the text. + """ + if hasattr(sys.stdout, "isatty") and sys.stdout.isatty(): + return f"\033]8;;{url}\a{text}\033]8;;\a" + else: + return text diff --git a/.venv/lib/python3.12/site-packages/coverage/multiproc.py b/.venv/lib/python3.12/site-packages/coverage/multiproc.py new file mode 100644 index 0000000..dde2ca2 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/multiproc.py @@ -0,0 +1,120 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Monkey-patching to add multiprocessing support for coverage.py""" + +from __future__ import annotations + +import multiprocessing +import multiprocessing.process +import os +import os.path +import sys +import traceback +from typing import Any + +from coverage.debug import DebugControl + +# An attribute that will be set on the module to indicate that it has been +# monkey-patched. +PATCHED_MARKER = "_coverage$patched" + + +OriginalProcess = multiprocessing.process.BaseProcess +original_bootstrap = OriginalProcess._bootstrap # type: ignore[attr-defined] + + +class ProcessWithCoverage(OriginalProcess): # pylint: disable=abstract-method + """A replacement for multiprocess.Process that starts coverage.""" + + def _bootstrap(self, *args, **kwargs): # type: ignore[no-untyped-def] + """Wrapper around _bootstrap to start coverage.""" + debug: DebugControl | None = None + try: + from coverage import Coverage # avoid circular import + + cov = Coverage(data_suffix=True, auto_data=True) + cov._warn_preimported_source = False + cov.start() + _debug = cov._debug + assert _debug is not None + if _debug.should("multiproc"): + debug = _debug + if debug: + debug.write("Calling multiprocessing bootstrap") + except Exception: + print("Exception during multiprocessing bootstrap init:", file=sys.stderr) + traceback.print_exc(file=sys.stderr) + sys.stderr.flush() + raise + try: + return original_bootstrap(self, *args, **kwargs) + finally: + if debug: + debug.write("Finished multiprocessing bootstrap") + try: + cov.stop() + cov.save() + except Exception as exc: + if debug: + debug.write("Exception during multiprocessing bootstrap cleanup", exc=exc) + raise + if debug: + debug.write("Saved multiprocessing data") + + +class Stowaway: + """An object to pickle, so when it is unpickled, it can apply the monkey-patch.""" + + def __init__(self, rcfile: str) -> None: + self.rcfile = rcfile + + def __getstate__(self) -> dict[str, str]: + return {"rcfile": self.rcfile} + + def __setstate__(self, state: dict[str, str]) -> None: + patch_multiprocessing(state["rcfile"]) + + +def patch_multiprocessing(rcfile: str) -> None: + """Monkey-patch the multiprocessing module. + + This enables coverage measurement of processes started by multiprocessing. + This involves aggressive monkey-patching. + + `rcfile` is the path to the rcfile being used. + + """ + + if hasattr(multiprocessing, PATCHED_MARKER): + return + + OriginalProcess._bootstrap = ProcessWithCoverage._bootstrap # type: ignore[attr-defined] + + # Set the value in ProcessWithCoverage that will be pickled into the child + # process. + os.environ["COVERAGE_RCFILE"] = os.path.abspath(rcfile) + + # When spawning processes rather than forking them, we have no state in the + # new process. We sneak in there with a Stowaway: we stuff one of our own + # objects into the data that gets pickled and sent to the subprocess. When + # the Stowaway is unpickled, its __setstate__ method is called, which + # re-applies the monkey-patch. + # Windows only spawns, so this is needed to keep Windows working. + try: + from multiprocessing import spawn + + original_get_preparation_data = spawn.get_preparation_data + except (ImportError, AttributeError): + pass + else: + + def get_preparation_data_with_stowaway(name: str) -> dict[str, Any]: + """Get the original preparation data, and also insert our stowaway.""" + d = original_get_preparation_data(name) + d["stowaway"] = Stowaway(rcfile) + return d + + spawn.get_preparation_data = get_preparation_data_with_stowaway + + setattr(multiprocessing, PATCHED_MARKER, True) diff --git a/.venv/lib/python3.12/site-packages/coverage/numbits.py b/.venv/lib/python3.12/site-packages/coverage/numbits.py new file mode 100644 index 0000000..e813559 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/numbits.py @@ -0,0 +1,146 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +""" +Functions to manipulate packed binary representations of number sets. + +To save space, coverage stores sets of line numbers in SQLite using a packed +binary representation called a numbits. A numbits is a set of positive +integers. + +A numbits is stored as a blob in the database. The exact meaning of the bytes +in the blobs should be considered an implementation detail that might change in +the future. Use these functions to work with those binary blobs of data. + +""" + +from __future__ import annotations + +import json +import sqlite3 +from collections.abc import Iterable +from itertools import zip_longest + + +def nums_to_numbits(nums: Iterable[int]) -> bytes: + """Convert `nums` into a numbits. + + Arguments: + nums: a reusable iterable of integers, the line numbers to store. + + Returns: + A binary blob. + """ + try: + nbytes = max(nums) // 8 + 1 + except ValueError: + # nums was empty. + return b"" + b = bytearray(nbytes) + for num in nums: + b[num // 8] |= 1 << num % 8 + return bytes(b) + + +def numbits_to_nums(numbits: bytes) -> list[int]: + """Convert a numbits into a list of numbers. + + Arguments: + numbits: a binary blob, the packed number set. + + Returns: + A list of ints. + + When registered as a SQLite function by :func:`register_sqlite_functions`, + this returns a string, a JSON-encoded list of ints. + + """ + nums = [] + for byte_i, byte in enumerate(numbits): + for bit_i in range(8): + if byte & (1 << bit_i): + nums.append(byte_i * 8 + bit_i) + return nums + + +def numbits_union(numbits1: bytes, numbits2: bytes) -> bytes: + """Compute the union of two numbits. + + Returns: + A new numbits, the union of `numbits1` and `numbits2`. + """ + byte_pairs = zip_longest(numbits1, numbits2, fillvalue=0) + return bytes(b1 | b2 for b1, b2 in byte_pairs) + + +def numbits_intersection(numbits1: bytes, numbits2: bytes) -> bytes: + """Compute the intersection of two numbits. + + Returns: + A new numbits, the intersection `numbits1` and `numbits2`. + """ + byte_pairs = zip_longest(numbits1, numbits2, fillvalue=0) + intersection_bytes = bytes(b1 & b2 for b1, b2 in byte_pairs) + return intersection_bytes.rstrip(b"\0") + + +def numbits_any_intersection(numbits1: bytes, numbits2: bytes) -> bool: + """Is there any number that appears in both numbits? + + Determine whether two number sets have a non-empty intersection. This is + faster than computing the intersection. + + Returns: + A bool, True if there is any number in both `numbits1` and `numbits2`. + """ + byte_pairs = zip_longest(numbits1, numbits2, fillvalue=0) + return any(b1 & b2 for b1, b2 in byte_pairs) + + +def num_in_numbits(num: int, numbits: bytes) -> bool: + """Does the integer `num` appear in `numbits`? + + Returns: + A bool, True if `num` is a member of `numbits`. + """ + nbyte, nbit = divmod(num, 8) + if nbyte >= len(numbits): + return False + return bool(numbits[nbyte] & (1 << nbit)) + + +def register_sqlite_functions(connection: sqlite3.Connection) -> None: + """ + Define numbits functions in a SQLite connection. + + This defines these functions for use in SQLite statements: + + * :func:`numbits_union` + * :func:`numbits_intersection` + * :func:`numbits_any_intersection` + * :func:`num_in_numbits` + * :func:`numbits_to_nums` + + `connection` is a :class:`sqlite3.Connection ` + object. After creating the connection, pass it to this function to + register the numbits functions. Then you can use numbits functions in your + queries:: + + import sqlite3 + from coverage.numbits import register_sqlite_functions + + conn = sqlite3.connect("example.db") + register_sqlite_functions(conn) + c = conn.cursor() + # Kind of a nonsense query: + # Find all the files and contexts that executed line 47 in any file: + c.execute( + "select file_id, context_id from line_bits where num_in_numbits(?, numbits)", + (47,) + ) + """ + connection.create_function("numbits_union", 2, numbits_union) + connection.create_function("numbits_intersection", 2, numbits_intersection) + connection.create_function("numbits_any_intersection", 2, numbits_any_intersection) + connection.create_function("num_in_numbits", 2, num_in_numbits) + connection.create_function("numbits_to_nums", 1, lambda b: json.dumps(numbits_to_nums(b))) diff --git a/.venv/lib/python3.12/site-packages/coverage/parser.py b/.venv/lib/python3.12/site-packages/coverage/parser.py new file mode 100644 index 0000000..2517dca --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/parser.py @@ -0,0 +1,1215 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Code parsing for coverage.py.""" + +from __future__ import annotations + +import ast +import collections +import functools +import os +import re +import token +import tokenize +from collections.abc import Callable, Iterable, Sequence +from dataclasses import dataclass +from types import CodeType +from typing import Optional, Protocol, cast + +from coverage import env +from coverage.bytecode import code_objects +from coverage.debug import short_stack +from coverage.exceptions import NoSource, NotPython +from coverage.misc import isolate_module, nice_pair +from coverage.phystokens import generate_tokens +from coverage.types import TArc, TLineNo + +os = isolate_module(os) + + +class PythonParser: + """Parse code to find executable lines, excluded lines, etc. + + This information is all based on static analysis: no code execution is + involved. + + """ + + def __init__( + self, + text: str | None = None, + filename: str | None = None, + exclude: str | None = None, + ) -> None: + """ + Source can be provided as `text`, the text itself, or `filename`, from + which the text will be read. Excluded lines are those that match + `exclude`, a regex string. + + """ + assert text or filename, "PythonParser needs either text or filename" + self.filename = filename or "" + if text is not None: + self.text: str = text + else: + from coverage.python import get_python_source + + try: + self.text = get_python_source(self.filename) + except OSError as err: + raise NoSource(f"No source for code: '{self.filename}': {err}") from err + + self.exclude = exclude + + # The parsed AST of the text. + self._ast_root: ast.AST | None = None + + # The normalized line numbers of the statements in the code. Exclusions + # are taken into account, and statements are adjusted to their first + # lines. + self.statements: set[TLineNo] = set() + + # The normalized line numbers of the excluded lines in the code, + # adjusted to their first lines. + self.excluded: set[TLineNo] = set() + + # The raw_* attributes are only used in this class, and in + # lab/parser.py to show how this class is working. + + # The line numbers that start statements, as reported by the line + # number table in the bytecode. + self.raw_statements: set[TLineNo] = set() + + # The raw line numbers of excluded lines of code, as marked by pragmas. + self.raw_excluded: set[TLineNo] = set() + + # The line numbers of docstring lines. + self.raw_docstrings: set[TLineNo] = set() + + # Internal detail, used by lab/parser.py. + self.show_tokens = False + + # A dict mapping line numbers to lexical statement starts for + # multi-line statements. + self.multiline_map: dict[TLineNo, TLineNo] = {} + + # Lazily-created arc data, and missing arc descriptions. + self._all_arcs: set[TArc] | None = None + self._missing_arc_fragments: TArcFragments | None = None + self._with_jump_fixers: dict[TArc, tuple[TArc, TArc]] = {} + + def lines_matching(self, regex: str) -> set[TLineNo]: + """Find the lines matching a regex. + + Returns a set of line numbers, the lines that contain a match for + `regex`. The entire line needn't match, just a part of it. + Handles multiline regex patterns. + + """ + matches: set[TLineNo] = set() + + last_start = 0 + last_start_line = 0 + for match in re.finditer(regex, self.text, flags=re.MULTILINE): + start, end = match.span() + start_line = last_start_line + self.text.count("\n", last_start, start) + end_line = last_start_line + self.text.count("\n", last_start, end) + matches.update( + self.multiline_map.get(i, i) for i in range(start_line + 1, end_line + 2) + ) + last_start = start + last_start_line = start_line + return matches + + def _raw_parse(self) -> None: + """Parse the source to find the interesting facts about its lines. + + A handful of attributes are updated. + + """ + # Find lines which match an exclusion pattern. + if self.exclude: + self.raw_excluded = self.lines_matching(self.exclude) + self.excluded = set(self.raw_excluded) + + # The current number of indents. + indent: int = 0 + # An exclusion comment will exclude an entire clause at this indent. + exclude_indent: int = 0 + # Are we currently excluding lines? + excluding: bool = False + # The line number of the first line in a multi-line statement. + first_line: int = 0 + # Is the file empty? + empty: bool = True + # Parenthesis (and bracket) nesting level. + nesting: int = 0 + + assert self.text is not None + tokgen = generate_tokens(self.text) + for toktype, ttext, (slineno, _), (elineno, _), ltext in tokgen: + if self.show_tokens: # pragma: debugging + print( + "%10s %5s %-20r %r" + % ( + tokenize.tok_name.get(toktype, toktype), + nice_pair((slineno, elineno)), + ttext, + ltext, + ) + ) + if toktype == token.INDENT: + indent += 1 + elif toktype == token.DEDENT: + indent -= 1 + elif toktype == token.OP: + if ttext == ":" and nesting == 0: + should_exclude = self.excluded.intersection(range(first_line, elineno + 1)) + if not excluding and should_exclude: + # Start excluding a suite. We trigger off of the colon + # token so that the #pragma comment will be recognized on + # the same line as the colon. + self.excluded.add(elineno) + exclude_indent = indent + excluding = True + elif ttext in "([{": + nesting += 1 + elif ttext in ")]}": + nesting -= 1 + elif toktype == token.NEWLINE: + if first_line and elineno != first_line: + # We're at the end of a line, and we've ended on a + # different line than the first line of the statement, + # so record a multi-line range. + for l in range(first_line, elineno + 1): + self.multiline_map[l] = first_line + first_line = 0 + + if ttext.strip() and toktype != tokenize.COMMENT: + # A non-white-space token. + empty = False + if not first_line: + # The token is not white space, and is the first in a statement. + first_line = slineno + # Check whether to end an excluded suite. + if excluding and indent <= exclude_indent: + excluding = False + if excluding: + self.excluded.add(elineno) + + # Find the starts of the executable statements. + if not empty: + byte_parser = ByteParser(self.text, filename=self.filename) + self.raw_statements.update(byte_parser._find_statements()) + + self.excluded = self.first_lines(self.excluded) + + # AST lets us find classes, docstrings, and decorator-affected + # functions and classes. + assert self._ast_root is not None + for node in ast.walk(self._ast_root): + # Find docstrings. + if isinstance(node, (ast.ClassDef, ast.FunctionDef, ast.AsyncFunctionDef, ast.Module)): + if node.body: + first = node.body[0] + if ( + isinstance(first, ast.Expr) + and isinstance(first.value, ast.Constant) + and isinstance(first.value.value, str) + ): + self.raw_docstrings.update( + range(first.lineno, cast(int, first.end_lineno) + 1) + ) + # Exclusions carry from decorators and signatures to the bodies of + # functions and classes. + if isinstance(node, (ast.ClassDef, ast.FunctionDef, ast.AsyncFunctionDef)): + first_line = min((d.lineno for d in node.decorator_list), default=node.lineno) + if self.excluded.intersection(range(first_line, node.lineno + 1)): + self.excluded.update(range(first_line, cast(int, node.end_lineno) + 1)) + + @functools.lru_cache(maxsize=1000) + def first_line(self, lineno: TLineNo) -> TLineNo: + """Return the first line number of the statement including `lineno`.""" + if lineno < 0: + lineno = -self.multiline_map.get(-lineno, -lineno) + else: + lineno = self.multiline_map.get(lineno, lineno) + return lineno + + def first_lines(self, linenos: Iterable[TLineNo]) -> set[TLineNo]: + """Map the line numbers in `linenos` to the correct first line of the + statement. + + Returns a set of the first lines. + + """ + return {self.first_line(l) for l in linenos} + + def translate_lines(self, lines: Iterable[TLineNo]) -> set[TLineNo]: + """Implement `FileReporter.translate_lines`.""" + return self.first_lines(lines) + + def translate_arcs(self, arcs: Iterable[TArc]) -> set[TArc]: + """Implement `FileReporter.translate_arcs`.""" + return {(self.first_line(a), self.first_line(b)) for (a, b) in self.fix_with_jumps(arcs)} + + def parse_source(self) -> None: + """Parse source text to find executable lines, excluded lines, etc. + + Sets the .excluded and .statements attributes, normalized to the first + line of multi-line statements. + + """ + try: + self._ast_root = ast.parse(self.text) + self._raw_parse() + except (tokenize.TokenError, IndentationError, SyntaxError) as err: + if hasattr(err, "lineno"): + lineno = err.lineno # IndentationError + else: + lineno = err.args[1][0] # TokenError + raise NotPython( + f"Couldn't parse '{self.filename}' as Python source: " + + f"{err.args[0]!r} at line {lineno}", + ) from err + + ignore = self.excluded | self.raw_docstrings + starts = self.raw_statements - ignore + self.statements = self.first_lines(starts) - ignore + + def arcs(self) -> set[TArc]: + """Get information about the arcs available in the code. + + Returns a set of line number pairs. Line numbers have been normalized + to the first line of multi-line statements. + + """ + if self._all_arcs is None: + self._analyze_ast() + assert self._all_arcs is not None + return self._all_arcs + + def _analyze_ast(self) -> None: + """Run the AstArcAnalyzer and save its results. + + `_all_arcs` is the set of arcs in the code. + + """ + assert self._ast_root is not None + aaa = AstArcAnalyzer(self.filename, self._ast_root, self.raw_statements, self.multiline_map) + aaa.analyze() + arcs = aaa.arcs + self._with_jump_fixers = aaa.with_jump_fixers() + if self._with_jump_fixers: + arcs = self.fix_with_jumps(arcs) + + self._all_arcs = set() + for l1, l2 in arcs: + fl1 = self.first_line(l1) + fl2 = self.first_line(l2) + if fl1 != fl2: + self._all_arcs.add((fl1, fl2)) + + self._missing_arc_fragments = aaa.missing_arc_fragments + + def fix_with_jumps(self, arcs: Iterable[TArc]) -> set[TArc]: + """Adjust arcs to fix jumps leaving `with` statements. + + Consider this code: + + with open("/tmp/test", "w") as f1: + a = 2 + b = 3 + print(4) + + In 3.10+, we get traces for lines 1, 2, 3, 1, 4. But we want to present + it to the user as if it had been 1, 2, 3, 4. The arc 3->1 should be + replaced with 3->4, and 1->4 should be removed. + + For this code, the fixers dict is {(3, 1): ((1, 4), (3, 4))}. The key + is the actual measured arc from the end of the with block back to the + start of the with-statement. The values are start_next (the with + statement to the next statement after the with), and end_next (the end + of the with-statement to the next statement after the with). + + With nested with-statements, we have to trace through a few levels to + correct a longer chain of arcs. + + """ + to_remove = set() + to_add = set() + for arc in arcs: + if arc in self._with_jump_fixers: + end0 = arc[0] + to_remove.add(arc) + start_next, end_next = self._with_jump_fixers[arc] + while start_next in self._with_jump_fixers: + to_remove.add(start_next) + start_next, end_next = self._with_jump_fixers[start_next] + to_remove.add(end_next) + to_add.add((end0, end_next[1])) + to_remove.add(start_next) + arcs = (set(arcs) | to_add) - to_remove + return arcs + + @functools.lru_cache + def exit_counts(self) -> dict[TLineNo, int]: + """Get a count of exits from that each line. + + Excluded lines are excluded. + + """ + exit_counts: dict[TLineNo, int] = collections.defaultdict(int) + for l1, l2 in self.arcs(): + assert l1 > 0, f"{l1=} should be greater than zero in {self.filename}" + if l1 in self.excluded: + # Don't report excluded lines as line numbers. + continue + if l2 in self.excluded: + # Arcs to excluded lines shouldn't count. + continue + exit_counts[l1] += 1 + + return exit_counts + + def _finish_action_msg(self, action_msg: str | None, end: TLineNo) -> str: + """Apply some defaulting and formatting to an arc's description.""" + if action_msg is None: + if end < 0: + action_msg = "jump to the function exit" + else: + action_msg = "jump to line {lineno}" + action_msg = action_msg.format(lineno=end) + return action_msg + + def missing_arc_description(self, start: TLineNo, end: TLineNo) -> str: + """Provide an English sentence describing a missing arc.""" + if self._missing_arc_fragments is None: + self._analyze_ast() + assert self._missing_arc_fragments is not None + + fragment_pairs = self._missing_arc_fragments.get((start, end), [(None, None)]) + + msgs = [] + for missing_cause_msg, action_msg in fragment_pairs: + action_msg = self._finish_action_msg(action_msg, end) + msg = f"line {start} didn't {action_msg}" + if missing_cause_msg is not None: + msg += f" because {missing_cause_msg.format(lineno=start)}" + + msgs.append(msg) + + return " or ".join(msgs) + + def arc_description(self, start: TLineNo, end: TLineNo) -> str: + """Provide an English description of an arc's effect.""" + if self._missing_arc_fragments is None: + self._analyze_ast() + assert self._missing_arc_fragments is not None + + fragment_pairs = self._missing_arc_fragments.get((start, end), [(None, None)]) + action_msg = self._finish_action_msg(fragment_pairs[0][1], end) + return action_msg + + +class ByteParser: + """Parse bytecode to understand the structure of code.""" + + def __init__( + self, + text: str, + code: CodeType | None = None, + filename: str | None = None, + ) -> None: + self.text = text + if code is not None: + self.code = code + else: + assert filename is not None + # We only get here if earlier ast parsing succeeded, so no need to + # catch errors. + self.code = compile(text, filename, "exec", dont_inherit=True) + + def child_parsers(self) -> Iterable[ByteParser]: + """Iterate over all the code objects nested within this one. + + The iteration includes `self` as its first value. + + We skip code objects named `__annotate__` since they are deferred + annotations that usually are never run. If there are errors in the + annotations, they will be caught by type checkers or other tools that + use annotations. + + """ + return ( + ByteParser(self.text, code=c) + for c in code_objects(self.code) + if c.co_name != "__annotate__" + ) + + def _line_numbers(self) -> Iterable[TLineNo]: + """Yield the line numbers possible in this code object. + + Uses co_lines() to produce a sequence: l0, l1, ... + """ + for _, _, line in self.code.co_lines(): + if line: + yield line + + def _find_statements(self) -> Iterable[TLineNo]: + """Find the statements in `self.code`. + + Produce a sequence of line numbers that start statements. Recurses + into all code objects reachable from `self.code`. + + """ + for bp in self.child_parsers(): + # Get all of the lineno information from this code. + yield from bp._line_numbers() + + +# +# AST analysis +# + + +@dataclass(frozen=True, order=True) +class ArcStart: + """The information needed to start an arc. + + `lineno` is the line number the arc starts from. + + `cause` is an English text fragment used as the `missing_cause_msg` for + AstArcAnalyzer.missing_arc_fragments. It will be used to describe why an + arc wasn't executed, so should fit well into a sentence of the form, + "Line 17 didn't run because {cause}." The fragment can include "{lineno}" + to have `lineno` interpolated into it. + + As an example, this code:: + + if something(x): # line 1 + func(x) # line 2 + more_stuff() # line 3 + + would have two ArcStarts: + + - ArcStart(1, "the condition on line 1 was always true") + - ArcStart(1, "the condition on line 1 was never true") + + The first would be used to create an arc from 1 to 3, creating a message like + "line 1 didn't jump to line 3 because the condition on line 1 was always true." + + The second would be used for the arc from 1 to 2, creating a message like + "line 1 didn't jump to line 2 because the condition on line 1 was never true." + + """ + + lineno: TLineNo + cause: str = "" + + +class TAddArcFn(Protocol): + """The type for AstArcAnalyzer.add_arc().""" + + def __call__( + self, + start: TLineNo, + end: TLineNo, + missing_cause_msg: str | None = None, + action_msg: str | None = None, + ) -> None: + """ + Record an arc from `start` to `end`. + + `missing_cause_msg` is a description of the reason the arc wasn't + taken if it wasn't taken. For example, "the condition on line 10 was + never true." + + `action_msg` is a description of what the arc does, like "jump to line + 10" or "exit from function 'fooey'." + + """ + + +TArcFragments = dict[TArc, list[tuple[Optional[str], Optional[str]]]] + + +class Block: + """ + Blocks need to handle various exiting statements in their own ways. + + All of these methods take a list of exits, and a callable `add_arc` + function that they can use to add arcs if needed. They return True if the + exits are handled, or False if the search should continue up the block + stack. + """ + + # pylint: disable=unused-argument + def process_break_exits(self, exits: set[ArcStart], add_arc: TAddArcFn) -> bool: + """Process break exits.""" + return False + + def process_continue_exits(self, exits: set[ArcStart], add_arc: TAddArcFn) -> bool: + """Process continue exits.""" + return False + + def process_raise_exits(self, exits: set[ArcStart], add_arc: TAddArcFn) -> bool: + """Process raise exits.""" + return False + + def process_return_exits(self, exits: set[ArcStart], add_arc: TAddArcFn) -> bool: + """Process return exits.""" + return False + + +class LoopBlock(Block): + """A block on the block stack representing a `for` or `while` loop.""" + + def __init__(self, start: TLineNo) -> None: + # The line number where the loop starts. + self.start = start + # A set of ArcStarts, the arcs from break statements exiting this loop. + self.break_exits: set[ArcStart] = set() + + def process_break_exits(self, exits: set[ArcStart], add_arc: TAddArcFn) -> bool: + self.break_exits.update(exits) + return True + + def process_continue_exits(self, exits: set[ArcStart], add_arc: TAddArcFn) -> bool: + for xit in exits: + add_arc(xit.lineno, self.start, xit.cause) + return True + + +class FunctionBlock(Block): + """A block on the block stack representing a function definition.""" + + def __init__(self, start: TLineNo, name: str) -> None: + # The line number where the function starts. + self.start = start + # The name of the function. + self.name = name + + def process_raise_exits(self, exits: set[ArcStart], add_arc: TAddArcFn) -> bool: + for xit in exits: + add_arc( + xit.lineno, + -self.start, + xit.cause, + f"except from function {self.name!r}", + ) + return True + + def process_return_exits(self, exits: set[ArcStart], add_arc: TAddArcFn) -> bool: + for xit in exits: + add_arc( + xit.lineno, + -self.start, + xit.cause, + f"return from function {self.name!r}", + ) + return True + + +class TryBlock(Block): + """A block on the block stack representing a `try` block.""" + + def __init__(self, handler_start: TLineNo | None, final_start: TLineNo | None) -> None: + # The line number of the first "except" handler, if any. + self.handler_start = handler_start + # The line number of the "finally:" clause, if any. + self.final_start = final_start + + def process_raise_exits(self, exits: set[ArcStart], add_arc: TAddArcFn) -> bool: + if self.handler_start is not None: + for xit in exits: + add_arc(xit.lineno, self.handler_start, xit.cause) + return True + + +# TODO: Shouldn't the cause messages join with "and" instead of "or"? + + +def is_constant_test_expr(node: ast.AST) -> tuple[bool, bool]: + """Is this a compile-time constant test expression? + + We don't try to mimic all of CPython's optimizations. We just have to + handle the kinds of constant expressions people might actually use. + + """ + match node: + case ast.Constant(): + return True, bool(node.value) + case ast.Name(): + if node.id in ["True", "False", "None", "__debug__"]: + return True, eval(node.id) # pylint: disable=eval-used + case ast.UnaryOp(): + if isinstance(node.op, ast.Not): + is_constant, val = is_constant_test_expr(node.operand) + return is_constant, not val + case ast.BoolOp(): + rets = [is_constant_test_expr(v) for v in node.values] + is_constant = all(is_const for is_const, _ in rets) + if is_constant: + op = any if isinstance(node.op, ast.Or) else all + return True, op(v for _, v in rets) + return False, False + + +class AstArcAnalyzer: + """Analyze source text with an AST to find executable code paths. + + The .analyze() method does the work, and populates these attributes: + + `arcs`: a set of (from, to) pairs of the the arcs possible in the code. + + `missing_arc_fragments`: a dict mapping (from, to) arcs to lists of + message fragments explaining why the arc is missing from execution:: + + { (start, end): [(missing_cause_msg, action_msg), ...], } + + For an arc starting from line 17, they should be usable to form complete + sentences like: "Line 17 didn't {action_msg} because {missing_cause_msg}". + + NOTE: Starting in July 2024, I've been whittling this down to only report + arc that are part of true branches. It's not clear how far this work will + go. + + """ + + def __init__( + self, + filename: str, + root_node: ast.AST, + statements: set[TLineNo], + multiline: dict[TLineNo, TLineNo], + ) -> None: + self.filename = filename + self.root_node = root_node + self.statements = {multiline.get(l, l) for l in statements} + self.multiline = multiline + + # Turn on AST dumps with an environment variable. + # $set_env.py: COVERAGE_AST_DUMP - Dump the AST nodes when parsing code. + dump_ast = bool(int(os.getenv("COVERAGE_AST_DUMP", "0"))) + + if dump_ast: # pragma: debugging + # Dump the AST so that failing tests have helpful output. + print(f"Statements: {self.statements}") + print(f"Multiline map: {self.multiline}") + print(ast.dump(self.root_node, include_attributes=True, indent=4)) + + self.arcs: set[TArc] = set() + self.missing_arc_fragments: TArcFragments = collections.defaultdict(list) + self.block_stack: list[Block] = [] + + # If `with` clauses jump to their start on the way out, we need + # information to be able to skip over that jump. We record the arcs + # from `with` into the clause (with_entries), and the arcs from the + # clause to the `with` (with_exits). + self.current_with_starts: set[TLineNo] = set() + self.all_with_starts: set[TLineNo] = set() + self.with_entries: set[TArc] = set() + self.with_exits: set[TArc] = set() + + # $set_env.py: COVERAGE_TRACK_ARCS - Trace possible arcs added while parsing code. + self.debug = bool(int(os.getenv("COVERAGE_TRACK_ARCS", "0"))) + + def analyze(self) -> None: + """Examine the AST tree from `self.root_node` to determine possible arcs.""" + for node in ast.walk(self.root_node): + node_name = node.__class__.__name__ + code_object_handler = getattr(self, f"_code_object__{node_name}", None) + if code_object_handler is not None: + code_object_handler(node) + + def with_jump_fixers(self) -> dict[TArc, tuple[TArc, TArc]]: + """Get a dict with data for fixing jumps out of with statements. + + Returns a dict. The keys are arcs leaving a with-statement by jumping + back to its start. The values are pairs: first, the arc from the start + to the next statement, then the arc that exits the with without going + to the start. + + """ + fixers = {} + with_nexts = { + arc + for arc in self.arcs + if arc[0] in self.all_with_starts and arc not in self.with_entries + } + for start in self.all_with_starts: + nexts = {arc[1] for arc in with_nexts if arc[0] == start} + if not nexts: + continue + assert len(nexts) == 1, f"Expected one arc, got {nexts} with {start = }" + nxt = nexts.pop() + ends = {arc[0] for arc in self.with_exits if arc[1] == start} + for end in ends: + fixers[(end, start)] = ((start, nxt), (end, nxt)) + return fixers + + # Code object dispatchers: _code_object__* + # + # These methods are used by analyze() as the start of the analysis. + # There is one for each construct with a code object. + + def _code_object__Module(self, node: ast.Module) -> None: + start = self.line_for_node(node) + if node.body: + exits = self.process_body(node.body) + for xit in exits: + self.add_arc(xit.lineno, -start, xit.cause, "exit the module") + else: + # Empty module. + self.add_arc(start, -start) + + def _code_object__FunctionDef(self, node: ast.FunctionDef) -> None: + start = self.line_for_node(node) + self.block_stack.append(FunctionBlock(start=start, name=node.name)) + exits = self.process_body(node.body) + self.process_return_exits(exits) + self.block_stack.pop() + + _code_object__AsyncFunctionDef = _code_object__FunctionDef + + def _code_object__ClassDef(self, node: ast.ClassDef) -> None: + start = self.line_for_node(node) + exits = self.process_body(node.body) + for xit in exits: + self.add_arc(xit.lineno, -start, xit.cause, f"exit class {node.name!r}") + + def add_arc( + self, + start: TLineNo, + end: TLineNo, + missing_cause_msg: str | None = None, + action_msg: str | None = None, + ) -> None: + """Add an arc, including message fragments to use if it is missing.""" + if self.debug: # pragma: debugging + print(f"Adding possible arc: ({start}, {end}): {missing_cause_msg!r}, {action_msg!r}") + print(short_stack(), end="\n\n") + self.arcs.add((start, end)) + if start in self.current_with_starts: + self.with_entries.add((start, end)) + + if missing_cause_msg is not None or action_msg is not None: + self.missing_arc_fragments[(start, end)].append((missing_cause_msg, action_msg)) + + def nearest_blocks(self) -> Iterable[Block]: + """Yield the blocks in nearest-to-farthest order.""" + return reversed(self.block_stack) + + def line_for_node(self, node: ast.AST) -> TLineNo: + """What is the right line number to use for this node? + + This dispatches to _line__Node functions where needed. + + """ + node_name = node.__class__.__name__ + handler = cast( + Optional[Callable[[ast.AST], TLineNo]], + getattr(self, f"_line__{node_name}", None), + ) + if handler is not None: + line = handler(node) + else: + line = node.lineno # type: ignore[attr-defined] + return self.multiline.get(line, line) + + # First lines: _line__* + # + # Dispatched by line_for_node, each method knows how to identify the first + # line number in the node, as Python will report it. + + def _line_decorated(self, node: ast.FunctionDef) -> TLineNo: + """Compute first line number for things that can be decorated (classes and functions).""" + if node.decorator_list: + lineno = node.decorator_list[0].lineno + else: + lineno = node.lineno + return lineno + + def _line__Assign(self, node: ast.Assign) -> TLineNo: + return self.line_for_node(node.value) + + _line__ClassDef = _line_decorated + + def _line__Dict(self, node: ast.Dict) -> TLineNo: + if node.keys: + if node.keys[0] is not None: + return node.keys[0].lineno + else: + # Unpacked dict literals `{**{"a":1}}` have None as the key, + # use the value in that case. + return node.values[0].lineno + else: + return node.lineno + + _line__FunctionDef = _line_decorated + _line__AsyncFunctionDef = _line_decorated + + def _line__List(self, node: ast.List) -> TLineNo: + if node.elts: + return self.line_for_node(node.elts[0]) + else: + return node.lineno + + def _line__Module(self, node: ast.Module) -> TLineNo: # pylint: disable=unused-argument + return 1 + + # The node types that just flow to the next node with no complications. + OK_TO_DEFAULT = { + "AnnAssign", + "Assign", + "Assert", + "AugAssign", + "Delete", + "Expr", + "Global", + "Import", + "ImportFrom", + "Nonlocal", + "Pass", + } + + def node_exits(self, node: ast.AST) -> set[ArcStart]: + """Find the set of arc starts that exit this node. + + Return a set of ArcStarts, exits from this node to the next. Because a + node represents an entire sub-tree (including its children), the exits + from a node can be arbitrarily complex:: + + if something(1): + if other(2): + doit(3) + else: + doit(5) + + There are three exits from line 1: they start at lines 1, 3 and 5. + There are two exits from line 2: lines 3 and 5. + + """ + node_name = node.__class__.__name__ + handler = cast( + Optional[Callable[[ast.AST], set[ArcStart]]], + getattr(self, f"_handle__{node_name}", None), + ) + if handler is not None: + arc_starts = handler(node) + else: + # No handler: either it's something that's ok to default (a simple + # statement), or it's something we overlooked. + if env.TESTING: + if node_name not in self.OK_TO_DEFAULT: + raise RuntimeError(f"*** Unhandled: {node}") # pragma: only failure + + # Default for simple statements: one exit from this node. + arc_starts = {ArcStart(self.line_for_node(node))} + return arc_starts + + def process_body( + self, + body: Sequence[ast.AST], + from_start: ArcStart | None = None, + prev_starts: set[ArcStart] | None = None, + ) -> set[ArcStart]: + """Process the body of a compound statement. + + `body` is the body node to process. + + `from_start` is a single `ArcStart` that starts an arc into this body. + `prev_starts` is a set of ArcStarts that can all be the start of arcs + into this body. Only one of `from_start` and `prev_starts` should be + given. + + Records arcs within the body by calling `self.add_arc`. + + Returns a set of ArcStarts, the exits from this body. + + """ + if prev_starts is None: + if from_start is None: + prev_starts = set() + else: + prev_starts = {from_start} + else: + assert from_start is None + + # Loop over the nodes in the body, making arcs from each one's exits to + # the next node. + for body_node in body: + lineno = self.line_for_node(body_node) + if lineno not in self.statements: + continue + for prev_start in prev_starts: + self.add_arc(prev_start.lineno, lineno, prev_start.cause) + prev_starts = self.node_exits(body_node) + return prev_starts + + # Exit processing: process_*_exits + # + # These functions process the four kinds of jump exits: break, continue, + # raise, and return. To figure out where an exit goes, we have to look at + # the block stack context. For example, a break will jump to the nearest + # enclosing loop block, or the nearest enclosing finally block, whichever + # is nearer. + + def process_break_exits(self, exits: set[ArcStart]) -> None: + """Add arcs due to jumps from `exits` being breaks.""" + for block in self.nearest_blocks(): # pragma: always breaks + if block.process_break_exits(exits, self.add_arc): + break + + def process_continue_exits(self, exits: set[ArcStart]) -> None: + """Add arcs due to jumps from `exits` being continues.""" + for block in self.nearest_blocks(): # pragma: always breaks + if block.process_continue_exits(exits, self.add_arc): + break + + def process_raise_exits(self, exits: set[ArcStart]) -> None: + """Add arcs due to jumps from `exits` being raises.""" + for block in self.nearest_blocks(): + if block.process_raise_exits(exits, self.add_arc): + break + + def process_return_exits(self, exits: set[ArcStart]) -> None: + """Add arcs due to jumps from `exits` being returns.""" + for block in self.nearest_blocks(): # pragma: always breaks + if block.process_return_exits(exits, self.add_arc): + break + + # Node handlers: _handle__* + # + # Each handler deals with a specific AST node type, dispatched from + # node_exits. Handlers return the set of exits from that node, and can + # also call self.add_arc to record arcs they find. These functions mirror + # the Python semantics of each syntactic construct. See the docstring + # for node_exits to understand the concept of exits from a node. + # + # Every node type that represents a statement should have a handler, or it + # should be listed in OK_TO_DEFAULT. + + def _handle__Break(self, node: ast.Break) -> set[ArcStart]: + here = self.line_for_node(node) + break_start = ArcStart(here, cause="the break on line {lineno} wasn't executed") + self.process_break_exits({break_start}) + return set() + + def _handle_decorated(self, node: ast.FunctionDef) -> set[ArcStart]: + """Add arcs for things that can be decorated (classes and functions).""" + main_line: TLineNo = node.lineno + last: TLineNo | None = node.lineno + decs = node.decorator_list + if decs: + last = None + for dec_node in decs: + dec_start = self.line_for_node(dec_node) + if last is not None and dec_start != last: + self.add_arc(last, dec_start) + last = dec_start + assert last is not None + self.add_arc(last, main_line) + last = main_line + # The definition line may have been missed, but we should have it + # in `self.statements`. For some constructs, `line_for_node` is + # not what we'd think of as the first line in the statement, so map + # it to the first one. + assert node.body, f"Oops: {node.body = } in {self.filename}@{node.lineno}" + # The body is handled in collect_arcs. + assert last is not None + return {ArcStart(last)} + + _handle__ClassDef = _handle_decorated + + def _handle__Continue(self, node: ast.Continue) -> set[ArcStart]: + here = self.line_for_node(node) + continue_start = ArcStart(here, cause="the continue on line {lineno} wasn't executed") + self.process_continue_exits({continue_start}) + return set() + + def _handle__For(self, node: ast.For) -> set[ArcStart]: + start = self.line_for_node(node.iter) + self.block_stack.append(LoopBlock(start=start)) + from_start = ArcStart(start, cause="the loop on line {lineno} never started") + exits = self.process_body(node.body, from_start=from_start) + # Any exit from the body will go back to the top of the loop. + for xit in exits: + self.add_arc(xit.lineno, start, xit.cause) + my_block = self.block_stack.pop() + assert isinstance(my_block, LoopBlock) + exits = my_block.break_exits + from_start = ArcStart(start, cause="the loop on line {lineno} didn't complete") + if node.orelse: + else_exits = self.process_body(node.orelse, from_start=from_start) + exits |= else_exits + else: + # No else clause: exit from the for line. + exits.add(from_start) + return exits + + _handle__AsyncFor = _handle__For + + _handle__FunctionDef = _handle_decorated + _handle__AsyncFunctionDef = _handle_decorated + + def _handle__If(self, node: ast.If) -> set[ArcStart]: + start = self.line_for_node(node.test) + constant_test, val = is_constant_test_expr(node.test) + exits = set() + if not constant_test or val: + from_start = ArcStart(start, cause="the condition on line {lineno} was never true") + exits |= self.process_body(node.body, from_start=from_start) + if not constant_test or not val: + from_start = ArcStart(start, cause="the condition on line {lineno} was always true") + exits |= self.process_body(node.orelse, from_start=from_start) + return exits + + def _handle__Match(self, node: ast.Match) -> set[ArcStart]: + start = self.line_for_node(node) + last_start = start + exits = set() + for case in node.cases: + case_start = self.line_for_node(case.pattern) + self.add_arc(last_start, case_start, "the pattern on line {lineno} always matched") + from_start = ArcStart( + case_start, + cause="the pattern on line {lineno} never matched", + ) + exits |= self.process_body(case.body, from_start=from_start) + last_start = case_start + + # case is now the last case, check for wildcard match. + pattern = case.pattern # pylint: disable=undefined-loop-variable + while isinstance(pattern, ast.MatchOr): + pattern = pattern.patterns[-1] + while isinstance(pattern, ast.MatchAs) and pattern.pattern is not None: + pattern = pattern.pattern + had_wildcard = ( + isinstance(pattern, ast.MatchAs) and pattern.pattern is None and case.guard is None # pylint: disable=undefined-loop-variable + ) + + if not had_wildcard: + exits.add( + ArcStart(case_start, cause="the pattern on line {lineno} always matched"), + ) + return exits + + def _handle__Raise(self, node: ast.Raise) -> set[ArcStart]: + here = self.line_for_node(node) + raise_start = ArcStart(here, cause="the raise on line {lineno} wasn't executed") + self.process_raise_exits({raise_start}) + # `raise` statement jumps away, no exits from here. + return set() + + def _handle__Return(self, node: ast.Return) -> set[ArcStart]: + here = self.line_for_node(node) + return_start = ArcStart(here, cause="the return on line {lineno} wasn't executed") + self.process_return_exits({return_start}) + # `return` statement jumps away, no exits from here. + return set() + + def _handle__Try(self, node: ast.Try) -> set[ArcStart]: + if node.handlers: + handler_start = self.line_for_node(node.handlers[0]) + else: + handler_start = None + + if node.finalbody: + final_start = self.line_for_node(node.finalbody[0]) + else: + final_start = None + + # This is true by virtue of Python syntax: have to have either except + # or finally, or both. + assert handler_start is not None or final_start is not None + try_block = TryBlock(handler_start, final_start) + self.block_stack.append(try_block) + + start = self.line_for_node(node) + exits = self.process_body(node.body, from_start=ArcStart(start)) + + # We're done with the `try` body, so this block no longer handles + # exceptions. We keep the block so the `finally` clause can pick up + # flows from the handlers and `else` clause. + if node.finalbody: + try_block.handler_start = None + else: + self.block_stack.pop() + + handler_exits: set[ArcStart] = set() + + if node.handlers: + for handler_node in node.handlers: + handler_start = self.line_for_node(handler_node) + from_cause = "the exception caught by line {lineno} didn't happen" + from_start = ArcStart(handler_start, cause=from_cause) + handler_exits |= self.process_body(handler_node.body, from_start=from_start) + + if node.orelse: + exits = self.process_body(node.orelse, prev_starts=exits) + + exits |= handler_exits + + if node.finalbody: + self.block_stack.pop() + final_from = exits + + final_exits = self.process_body(node.finalbody, prev_starts=final_from) + + if exits: + # The finally clause's exits are only exits for the try block + # as a whole if the try block had some exits to begin with. + exits = final_exits + + return exits + + _handle__TryStar = _handle__Try + + def _handle__While(self, node: ast.While) -> set[ArcStart]: + start = to_top = self.line_for_node(node.test) + constant_test, _ = is_constant_test_expr(node.test) + self.block_stack.append(LoopBlock(start=to_top)) + from_start = ArcStart(start, cause="the condition on line {lineno} was never true") + exits = self.process_body(node.body, from_start=from_start) + for xit in exits: + self.add_arc(xit.lineno, to_top, xit.cause) + exits = set() + my_block = self.block_stack.pop() + assert isinstance(my_block, LoopBlock) + exits.update(my_block.break_exits) + from_start = ArcStart(start, cause="the condition on line {lineno} was always true") + if node.orelse: + else_exits = self.process_body(node.orelse, from_start=from_start) + exits |= else_exits + else: + # No `else` clause: you can exit from the start. + if not constant_test: + exits.add(from_start) + return exits + + def _handle__With(self, node: ast.With) -> set[ArcStart]: + if env.PYBEHAVIOR.exit_with_through_ctxmgr: + starts = [self.line_for_node(item.context_expr) for item in node.items] + else: + starts = [self.line_for_node(node)] + for start in starts: + self.current_with_starts.add(start) + self.all_with_starts.add(start) + + exits = self.process_body(node.body, from_start=ArcStart(starts[-1])) + + start = starts[-1] + self.current_with_starts.remove(start) + with_exit = {ArcStart(start)} + if exits: + for xit in exits: + self.add_arc(xit.lineno, start) + self.with_exits.add((xit.lineno, start)) + exits = with_exit + + return exits + + _handle__AsyncWith = _handle__With diff --git a/.venv/lib/python3.12/site-packages/coverage/patch.py b/.venv/lib/python3.12/site-packages/coverage/patch.py new file mode 100644 index 0000000..8d54c5c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/patch.py @@ -0,0 +1,118 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Invasive patches for coverage.py.""" + +from __future__ import annotations + +import contextlib +import os +from typing import TYPE_CHECKING, Any, NoReturn + +from coverage import env +from coverage.debug import DevNullDebug +from coverage.exceptions import ConfigError, CoverageException + +if TYPE_CHECKING: + from coverage import Coverage + from coverage.config import CoverageConfig + from coverage.types import TDebugCtl + + +def apply_patches( + cov: Coverage, + config: CoverageConfig, + debug: TDebugCtl, +) -> None: + """Apply invasive patches requested by `[run] patch=`.""" + debug = debug if debug.should("patch") else DevNullDebug() + for patch in sorted(set(config.patch)): + match patch: + case "_exit": + _patch__exit(cov, debug) + + case "execv": + _patch_execv(cov, config, debug) + + case "fork": + _patch_fork(debug) + + case "subprocess": + _patch_subprocess(config, debug) + + case _: + raise ConfigError(f"Unknown patch {patch!r}") + + +def _patch__exit(cov: Coverage, debug: TDebugCtl) -> None: + """Patch os._exit.""" + debug.write("Patching _exit") + + old_exit = os._exit + + def coverage_os_exit_patch(status: int) -> NoReturn: + with contextlib.suppress(Exception): + debug.write(f"Using _exit patch with {cov = }") + with contextlib.suppress(Exception): + cov.save() + old_exit(status) + + os._exit = coverage_os_exit_patch + + +def _patch_execv(cov: Coverage, config: CoverageConfig, debug: TDebugCtl) -> None: + """Patch the execv family of functions.""" + if env.WINDOWS: + raise CoverageException("patch=execv isn't supported yet on Windows.") + + debug.write("Patching execv") + + def make_execv_patch(fname: str, old_execv: Any) -> Any: + def coverage_execv_patch(*args: Any, **kwargs: Any) -> Any: + with contextlib.suppress(Exception): + debug.write(f"Using execv patch for {fname} with {cov = }") + with contextlib.suppress(Exception): + cov.save() + + if fname.endswith("e"): + # Assume the `env` argument is passed positionally. + new_env = args[-1] + # Pass our configuration in the new environment. + new_env["COVERAGE_PROCESS_CONFIG"] = config.serialize() + if env.TESTING: + # The subprocesses need to use the same core as the main process. + new_env["COVERAGE_CORE"] = os.getenv("COVERAGE_CORE") + + # When testing locally, we need to honor the pyc file location + # or they get written to the .tox directories and pollute the + # next run with a different core. + if (cache_prefix := os.getenv("PYTHONPYCACHEPREFIX")) is not None: + new_env["PYTHONPYCACHEPREFIX"] = cache_prefix + + # Without this, it fails on PyPy and Ubuntu. + new_env["PATH"] = os.getenv("PATH") + old_execv(*args, **kwargs) + + return coverage_execv_patch + + # All the exec* and spawn* functions eventually call execv or execve. + os.execv = make_execv_patch("execv", os.execv) + os.execve = make_execv_patch("execve", os.execve) + + +def _patch_fork(debug: TDebugCtl) -> None: + """Ensure Coverage is properly reset after a fork.""" + from coverage.control import _after_fork_in_child + + if env.WINDOWS: + raise CoverageException("patch=fork isn't supported yet on Windows.") + + debug.write("Patching fork") + os.register_at_fork(after_in_child=_after_fork_in_child) + + +def _patch_subprocess(config: CoverageConfig, debug: TDebugCtl) -> None: + """Write .pth files and set environment vars to measure subprocesses.""" + debug.write("Patching subprocess") + assert config.config_file is not None + os.environ["COVERAGE_PROCESS_CONFIG"] = config.serialize() diff --git a/.venv/lib/python3.12/site-packages/coverage/phystokens.py b/.venv/lib/python3.12/site-packages/coverage/phystokens.py new file mode 100644 index 0000000..bac06c0 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/phystokens.py @@ -0,0 +1,197 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Better tokenizing for coverage.py.""" + +from __future__ import annotations + +import ast +import io +import keyword +import re +import sys +import token +import tokenize +from collections.abc import Iterable + +from coverage import env +from coverage.types import TLineNo, TSourceTokenLines + +TokenInfos = Iterable[tokenize.TokenInfo] + + +def _phys_tokens(toks: TokenInfos) -> TokenInfos: + """Return all physical tokens, even line continuations. + + tokenize.generate_tokens() doesn't return a token for the backslash that + continues lines. This wrapper provides those tokens so that we can + re-create a faithful representation of the original source. + + Returns the same values as generate_tokens() + + """ + last_line: str | None = None + last_lineno = -1 + last_ttext: str = "" + for ttype, ttext, (slineno, scol), (elineno, ecol), ltext in toks: + if last_lineno != elineno: + if last_line and last_line.endswith("\\\n"): + # We are at the beginning of a new line, and the last line + # ended with a backslash. We probably have to inject a + # backslash token into the stream. Unfortunately, there's more + # to figure out. This code:: + # + # usage = """\ + # HEY THERE + # """ + # + # triggers this condition, but the token text is:: + # + # '"""\\\nHEY THERE\n"""' + # + # so we need to figure out if the backslash is already in the + # string token or not. + inject_backslash = True + if last_ttext.endswith("\\"): + inject_backslash = False + elif ttype == token.STRING: + if ( # pylint: disable=simplifiable-if-statement + last_line.endswith("\\\n") + and last_line.rstrip(" \\\n").endswith(last_ttext) + ): + # Deal with special cases like such code:: + # + # a = ["aaa",\ # there may be zero or more blanks between "," and "\". + # "bbb \ + # ccc"] + # + inject_backslash = True + else: + # It's a multi-line string and the first line ends with + # a backslash, so we don't need to inject another. + inject_backslash = False + elif env.PYBEHAVIOR.fstring_syntax and ttype == token.FSTRING_MIDDLE: + inject_backslash = False + if inject_backslash: + # Figure out what column the backslash is in. + ccol = len(last_line.split("\n")[-2]) - 1 + # Yield the token, with a fake token type. + yield tokenize.TokenInfo( + 99999, + "\\\n", + (slineno, ccol), + (slineno, ccol + 2), + last_line, + ) + last_line = ltext + if ttype not in (tokenize.NEWLINE, tokenize.NL): + last_ttext = ttext + yield tokenize.TokenInfo(ttype, ttext, (slineno, scol), (elineno, ecol), ltext) + last_lineno = elineno + + +def find_soft_key_lines(source: str) -> set[TLineNo]: + """Helper for finding lines with soft keywords, like match/case lines.""" + soft_key_lines: set[TLineNo] = set() + + for node in ast.walk(ast.parse(source)): + if isinstance(node, ast.Match): + soft_key_lines.add(node.lineno) + for case in node.cases: + soft_key_lines.add(case.pattern.lineno) + elif sys.version_info >= (3, 12) and isinstance(node, ast.TypeAlias): + soft_key_lines.add(node.lineno) + + return soft_key_lines + + +def source_token_lines(source: str) -> TSourceTokenLines: + """Generate a series of lines, one for each line in `source`. + + Each line is a list of pairs, each pair is a token:: + + [('key', 'def'), ('ws', ' '), ('nam', 'hello'), ('op', '('), ... ] + + Each pair has a token class, and the token text. + + If you concatenate all the token texts, and then join them with newlines, + you should have your original `source` back, with two differences: + trailing white space is not preserved, and a final line with no newline + is indistinguishable from a final line with a newline. + + """ + + ws_tokens = {token.INDENT, token.DEDENT, token.NEWLINE, tokenize.NL} + line: list[tuple[str, str]] = [] + col = 0 + + source = source.expandtabs(8).replace("\r\n", "\n") + tokgen = generate_tokens(source) + + soft_key_lines = find_soft_key_lines(source) + + for ttype, ttext, (sline, scol), (_, ecol), _ in _phys_tokens(tokgen): + mark_start = True + for part in re.split("(\n)", ttext): + if part == "\n": + yield line + line = [] + col = 0 + mark_end = False + elif part == "": + mark_end = False + elif ttype in ws_tokens: + mark_end = False + else: + if env.PYBEHAVIOR.fstring_syntax and ttype == token.FSTRING_MIDDLE: + part = part.replace("{", "{{").replace("}", "}}") + ecol = scol + len(part) + if mark_start and scol > col: + line.append(("ws", " " * (scol - col))) + mark_start = False + tok_class = tokenize.tok_name.get(ttype, "xx").lower()[:3] + if ttype == token.NAME: + if keyword.iskeyword(ttext): + # Hard keywords are always keywords. + tok_class = "key" + elif keyword.issoftkeyword(ttext): + # Soft keywords appear at the start of their line. + if len(line) == 0: + is_start_of_line = True + elif (len(line) == 1) and line[0][0] == "ws": + is_start_of_line = True + else: + is_start_of_line = False + if is_start_of_line and sline in soft_key_lines: + tok_class = "key" + line.append((tok_class, part)) + mark_end = True + scol = 0 + if mark_end: + col = ecol + + if line: + yield line + + +def generate_tokens(text: str) -> TokenInfos: + """A helper around `tokenize.generate_tokens`. + + Originally this was used to cache the results, but it didn't seem to make + reporting go faster, and caused issues with using too much memory. + + """ + readline = io.StringIO(text).readline + return tokenize.generate_tokens(readline) + + +def source_encoding(source: bytes) -> str: + """Determine the encoding for `source`, according to PEP 263. + + `source` is a byte string: the text of the program. + + Returns a string, the name of the encoding. + + """ + readline = iter(source.splitlines(True)).__next__ + return tokenize.detect_encoding(readline)[0] diff --git a/.venv/lib/python3.12/site-packages/coverage/plugin.py b/.venv/lib/python3.12/site-packages/coverage/plugin.py new file mode 100644 index 0000000..bdfa317 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/plugin.py @@ -0,0 +1,617 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +""" +.. versionadded:: 4.0 + +Plug-in interfaces for coverage.py. + +Coverage.py supports a few different kinds of plug-ins that change its +behavior: + +* File tracers implement tracing of non-Python file types. + +* Configurers add custom configuration, using Python code to change the + configuration. + +* Dynamic context switchers decide when the dynamic context has changed, for + example, to record what test function produced the coverage. + +To write a coverage.py plug-in, create a module with a subclass of +:class:`~coverage.CoveragePlugin`. You will override methods in your class to +participate in various aspects of coverage.py's processing. +Different types of plug-ins have to override different methods. + +Any plug-in can optionally implement :meth:`~coverage.CoveragePlugin.sys_info` +to provide debugging information about their operation. + +Your module must also contain a ``coverage_init`` function that registers an +instance of your plug-in class:: + + import coverage + + class MyPlugin(coverage.CoveragePlugin): + ... + + def coverage_init(reg, options): + reg.add_file_tracer(MyPlugin()) + +You use the `reg` parameter passed to your ``coverage_init`` function to +register your plug-in object. The registration method you call depends on +what kind of plug-in it is. + +If your plug-in takes options, the `options` parameter is a dictionary of your +plug-in's options from the coverage.py configuration file. Use them however +you want to configure your object before registering it. + +Coverage.py will store its own information on your plug-in object, using +attributes whose names start with ``_coverage_``. Don't be startled. + +.. warning:: + Plug-ins are imported by coverage.py before it begins measuring code. + If you write a plugin in your own project, it might import your product + code before coverage.py can start measuring. This can result in your + own code being reported as missing. + + One solution is to put your plugins in your project tree, but not in + your importable Python package. + + +.. _file_tracer_plugins: + +File Tracers +============ + +File tracers implement measurement support for non-Python files. File tracers +implement the :meth:`~coverage.CoveragePlugin.file_tracer` method to claim +files and the :meth:`~coverage.CoveragePlugin.file_reporter` method to report +on those files. + +In your ``coverage_init`` function, use the ``add_file_tracer`` method to +register your file tracer. + + +.. _configurer_plugins: + +Configurers +=========== + +.. versionadded:: 4.5 + +Configurers modify the configuration of coverage.py during start-up. +Configurers implement the :meth:`~coverage.CoveragePlugin.configure` method to +change the configuration. + +In your ``coverage_init`` function, use the ``add_configurer`` method to +register your configurer. + + +.. _dynamic_context_plugins: + +Dynamic Context Switchers +========================= + +.. versionadded:: 5.0 + +Dynamic context switcher plugins implement the +:meth:`~coverage.CoveragePlugin.dynamic_context` method to dynamically compute +the context label for each measured frame. + +Computed context labels are useful when you want to group measured data without +modifying the source code. + +For example, you could write a plugin that checks `frame.f_code` to inspect +the currently executed method, and set the context label to a fully qualified +method name if it's an instance method of `unittest.TestCase` and the method +name starts with 'test'. Such a plugin would provide basic coverage grouping +by test and could be used with test runners that have no built-in coveragepy +support. + +In your ``coverage_init`` function, use the ``add_dynamic_context`` method to +register your dynamic context switcher. + +""" + +from __future__ import annotations + +import dataclasses +import functools +from collections.abc import Iterable +from types import FrameType +from typing import Any + +from coverage import files +from coverage.misc import _needs_to_implement +from coverage.types import TArc, TConfigurable, TLineNo, TSourceTokenLines + + +class CoveragePlugin: + """Base class for coverage.py plug-ins.""" + + _coverage_plugin_name: str + _coverage_enabled: bool + + def file_tracer(self, filename: str) -> FileTracer | None: # pylint: disable=unused-argument + """Get a :class:`FileTracer` object for a file. + + Plug-in type: file tracer. + + Every Python source file is offered to your plug-in to give it a chance + to take responsibility for tracing the file. If your plug-in can + handle the file, it should return a :class:`FileTracer` object. + Otherwise return None. + + There is no way to register your plug-in for particular files. + Instead, this method is invoked for all files as they are executed, + and the plug-in decides whether it can trace the file or not. + Be prepared for `filename` to refer to all kinds of files that have + nothing to do with your plug-in. + + The file name will be a Python file being executed. There are two + broad categories of behavior for a plug-in, depending on the kind of + files your plug-in supports: + + * Static file names: each of your original source files has been + converted into a distinct Python file. Your plug-in is invoked with + the Python file name, and it maps it back to its original source + file. + + * Dynamic file names: all of your source files are executed by the same + Python file. In this case, your plug-in implements + :meth:`FileTracer.dynamic_source_filename` to provide the actual + source file for each execution frame. + + `filename` is a string, the path to the file being considered. This is + the absolute real path to the file. If you are comparing to other + paths, be sure to take this into account. + + Returns a :class:`FileTracer` object to use to trace `filename`, or + None if this plug-in cannot trace this file. + + """ + return None + + def file_reporter( + self, + filename: str, # pylint: disable=unused-argument + ) -> FileReporter | str: # str should be Literal["python"] + """Get the :class:`FileReporter` class to use for a file. + + Plug-in type: file tracer. + + This will only be invoked if `filename` returns non-None from + :meth:`file_tracer`. It's an error to return None from this method. + + Returns a :class:`FileReporter` object to use to report on `filename`, + or the string `"python"` to have coverage.py treat the file as Python. + + """ + _needs_to_implement(self, "file_reporter") + + def dynamic_context( + self, + frame: FrameType, # pylint: disable=unused-argument + ) -> str | None: + """Get the dynamically computed context label for `frame`. + + Plug-in type: dynamic context. + + This method is invoked for each frame when outside of a dynamic + context, to see if a new dynamic context should be started. If it + returns a string, a new context label is set for this and deeper + frames. The dynamic context ends when this frame returns. + + Returns a string to start a new dynamic context, or None if no new + context should be started. + + """ + return None + + def find_executable_files( + self, + src_dir: str, # pylint: disable=unused-argument + ) -> Iterable[str]: + """Yield all of the executable files in `src_dir`, recursively. + + Plug-in type: file tracer. + + Executability is a plug-in-specific property, but generally means files + which would have been considered for coverage analysis, had they been + included automatically. + + Returns or yields a sequence of strings, the paths to files that could + have been executed, including files that had been executed. + + """ + return [] + + def configure(self, config: TConfigurable) -> None: + """Modify the configuration of coverage.py. + + Plug-in type: configurer. + + This method is called during coverage.py start-up, to give your plug-in + a chance to change the configuration. The `config` parameter is an + object with :meth:`~coverage.Coverage.get_option` and + :meth:`~coverage.Coverage.set_option` methods. Do not call any other + methods on the `config` object. + + """ + pass + + def sys_info(self) -> Iterable[tuple[str, Any]]: + """Get a list of information useful for debugging. + + Plug-in type: any. + + This method will be invoked for ``--debug=sys``. Your + plug-in can return any information it wants to be displayed. + + Returns a list of pairs: `[(name, value), ...]`. + + """ + return [] + + +class CoveragePluginBase: + """Plugins produce specialized objects, which point back to the original plugin.""" + + _coverage_plugin: CoveragePlugin + + +class FileTracer(CoveragePluginBase): + """Support needed for files during the execution phase. + + File tracer plug-ins implement subclasses of FileTracer to return from + their :meth:`~CoveragePlugin.file_tracer` method. + + You may construct this object from :meth:`CoveragePlugin.file_tracer` any + way you like. A natural choice would be to pass the file name given to + `file_tracer`. + + `FileTracer` objects should only be created in the + :meth:`CoveragePlugin.file_tracer` method. + + See :ref:`howitworks` for details of the different coverage.py phases. + + """ + + def source_filename(self) -> str: + """The source file name for this file. + + This may be any file name you like. A key responsibility of a plug-in + is to own the mapping from Python execution back to whatever source + file name was originally the source of the code. + + See :meth:`CoveragePlugin.file_tracer` for details about static and + dynamic file names. + + Returns the file name to credit with this execution. + + """ + _needs_to_implement(self, "source_filename") + + def has_dynamic_source_filename(self) -> bool: + """Does this FileTracer have dynamic source file names? + + FileTracers can provide dynamically determined file names by + implementing :meth:`dynamic_source_filename`. Invoking that function + is expensive. To determine whether to invoke it, coverage.py uses the + result of this function to know if it needs to bother invoking + :meth:`dynamic_source_filename`. + + See :meth:`CoveragePlugin.file_tracer` for details about static and + dynamic file names. + + Returns True if :meth:`dynamic_source_filename` should be called to get + dynamic source file names. + + """ + return False + + def dynamic_source_filename( + self, + filename: str, # pylint: disable=unused-argument + frame: FrameType, # pylint: disable=unused-argument + ) -> str | None: + """Get a dynamically computed source file name. + + Some plug-ins need to compute the source file name dynamically for each + frame. + + This function will not be invoked if + :meth:`has_dynamic_source_filename` returns False. + + Returns the source file name for this frame, or None if this frame + shouldn't be measured. + + """ + return None + + def line_number_range(self, frame: FrameType) -> tuple[TLineNo, TLineNo]: + """Get the range of source line numbers for a given a call frame. + + The call frame is examined, and the source line number in the original + file is returned. The return value is a pair of numbers, the starting + line number and the ending line number, both inclusive. For example, + returning (5, 7) means that lines 5, 6, and 7 should be considered + executed. + + This function might decide that the frame doesn't indicate any lines + from the source file were executed. Return (-1, -1) in this case to + tell coverage.py that no lines should be recorded for this frame. + + """ + lineno = frame.f_lineno + return lineno, lineno + + +@dataclasses.dataclass +class CodeRegion: + """Data for a region of code found by :meth:`FileReporter.code_regions`.""" + + #: The kind of region, like `"function"` or `"class"`. Must be one of the + #: singular values returned by :meth:`FileReporter.code_region_kinds`. + kind: str + + #: The name of the region. For example, a function or class name. + name: str + + #: The line in the source file to link to when navigating to the region. + #: Can be a line not mentioned in `lines`. + start: int + + #: The lines in the region. Should be lines that could be executed in the + #: region. For example, a class region includes all of the lines in the + #: methods of the class, but not the lines defining class attributes, since + #: they are executed on import, not as part of exercising the class. The + #: set can include non-executable lines like blanks and comments. + lines: set[int] + + def __lt__(self, other: CodeRegion) -> bool: + """To support sorting to make test-writing easier.""" + if self.name == other.name: + return min(self.lines) < min(other.lines) + return self.name < other.name + + +@functools.total_ordering +class FileReporter(CoveragePluginBase): + """Support needed for files during the analysis and reporting phases. + + File tracer plug-ins implement a subclass of `FileReporter`, and return + instances from their :meth:`CoveragePlugin.file_reporter` method. + + There are many methods here, but only :meth:`lines` is required, to provide + the set of executable lines in the file. + + See :ref:`howitworks` for details of the different coverage.py phases. + + """ + + def __init__(self, filename: str) -> None: + """Simple initialization of a `FileReporter`. + + The `filename` argument is the path to the file being reported. This + will be available as the `.filename` attribute on the object. Other + method implementations on this base class rely on this attribute. + + """ + self.filename = filename + + def __repr__(self) -> str: + return f"<{self.__class__.__name__} filename={self.filename!r}>" + + def relative_filename(self) -> str: + """Get the relative file name for this file. + + This file path will be displayed in reports. The default + implementation will supply the actual project-relative file path. You + only need to supply this method if you have an unusual syntax for file + paths. + + """ + return files.relative_filename(self.filename) + + def source(self) -> str: + """Get the source for the file. + + Returns a Unicode string. + + The base implementation simply reads the `self.filename` file and + decodes it as UTF-8. Override this method if your file isn't readable + as a text file, or if you need other encoding support. + + """ + with open(self.filename, encoding="utf-8") as f: + return f.read() + + def lines(self) -> set[TLineNo]: + """Get the executable lines in this file. + + Your plug-in must determine which lines in the file were possibly + executable. This method returns a set of those line numbers. + + Returns a set of line numbers. + + """ + _needs_to_implement(self, "lines") + + def excluded_lines(self) -> set[TLineNo]: + """Get the excluded executable lines in this file. + + Your plug-in can use any method it likes to allow the user to exclude + executable lines from consideration. + + Returns a set of line numbers. + + The base implementation returns the empty set. + + """ + return set() + + def translate_lines(self, lines: Iterable[TLineNo]) -> set[TLineNo]: + """Translate recorded lines into reported lines. + + Some file formats will want to report lines slightly differently than + they are recorded. For example, Python records the last line of a + multi-line statement, but reports are nicer if they mention the first + line. + + Your plug-in can optionally define this method to perform these kinds + of adjustment. + + `lines` is a sequence of integers, the recorded line numbers. + + Returns a set of integers, the adjusted line numbers. + + The base implementation returns the numbers unchanged. + + """ + return set(lines) + + def arcs(self) -> set[TArc]: + """Get the executable arcs in this file. + + To support branch coverage, your plug-in needs to be able to indicate + possible execution paths, as a set of line number pairs. Each pair is + a `(prev, next)` pair indicating that execution can transition from the + `prev` line number to the `next` line number. + + Returns a set of pairs of line numbers. The default implementation + returns an empty set. + + """ + return set() + + def no_branch_lines(self) -> set[TLineNo]: + """Get the lines excused from branch coverage in this file. + + Your plug-in can use any method it likes to allow the user to exclude + lines from consideration of branch coverage. + + Returns a set of line numbers. + + The base implementation returns the empty set. + + """ + return set() + + def translate_arcs(self, arcs: Iterable[TArc]) -> set[TArc]: + """Translate recorded arcs into reported arcs. + + Similar to :meth:`translate_lines`, but for arcs. `arcs` is a set of + line number pairs. + + Returns a set of line number pairs. + + The default implementation returns `arcs` unchanged. + + """ + return set(arcs) + + def exit_counts(self) -> dict[TLineNo, int]: + """Get a count of exits from that each line. + + To determine which lines are branches, coverage.py looks for lines that + have more than one exit. This function creates a dict mapping each + executable line number to a count of how many exits it has. + + To be honest, this feels wrong, and should be refactored. Let me know + if you attempt to implement this method in your plug-in... + + """ + return {} + + def missing_arc_description( + self, + start: TLineNo, + end: TLineNo, + executed_arcs: Iterable[TArc] | None = None, # pylint: disable=unused-argument + ) -> str: + """Provide an English sentence describing a missing arc. + + The `start` and `end` arguments are the line numbers of the missing + arc. Negative numbers indicate entering or exiting code objects. + + The `executed_arcs` argument is a set of line number pairs, the arcs + that were executed in this file. + + By default, this simply returns the string "Line {start} didn't jump + to {end}". + + """ + return f"Line {start} didn't jump to line {end}" + + def arc_description( + self, + start: TLineNo, # pylint: disable=unused-argument + end: TLineNo, + ) -> str: + """Provide an English description of an arc's effect.""" + return f"jump to line {end}" + + def source_token_lines(self) -> TSourceTokenLines: + """Generate a series of tokenized lines, one for each line in `source`. + + These tokens are used for syntax-colored reports. + + Each line is a list of pairs, each pair is a token:: + + [("key", "def"), ("ws", " "), ("nam", "hello"), ("op", "("), ... ] + + Each pair has a token class, and the token text. The token classes + are: + + * ``"com"``: a comment + * ``"key"``: a keyword + * ``"nam"``: a name, or identifier + * ``"num"``: a number + * ``"op"``: an operator + * ``"str"``: a string literal + * ``"ws"``: some white space + * ``"txt"``: some other kind of text + + If you concatenate all the token texts, and then join them with + newlines, you should have your original source back. + + The default implementation simply returns each line tagged as + ``"txt"``. + + """ + for line in self.source().splitlines(): + yield [("txt", line)] + + def code_regions(self) -> Iterable[CodeRegion]: + """Identify regions in the source file for finer reporting than by file. + + Returns an iterable of :class:`CodeRegion` objects. The kinds reported + should be in the possibilities returned by :meth:`code_region_kinds`. + + """ + return [] + + def code_region_kinds(self) -> Iterable[tuple[str, str]]: + """Return the kinds of code regions this plugin can find. + + The returned pairs are the singular and plural forms of the kinds:: + + [ + ("function", "functions"), + ("class", "classes"), + ] + + This will usually be hard-coded, but could also differ by the specific + source file involved. + + """ + return [] + + def __eq__(self, other: Any) -> bool: + return isinstance(other, FileReporter) and self.filename == other.filename + + def __lt__(self, other: Any) -> bool: + return isinstance(other, FileReporter) and self.filename < other.filename + + # This object doesn't need to be hashed. + __hash__ = None # type: ignore[assignment] diff --git a/.venv/lib/python3.12/site-packages/coverage/plugin_support.py b/.venv/lib/python3.12/site-packages/coverage/plugin_support.py new file mode 100644 index 0000000..f21ee1a --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/plugin_support.py @@ -0,0 +1,299 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Support for plugins.""" + +from __future__ import annotations + +import os +import os.path +import sys +from collections.abc import Callable, Iterable, Iterator +from types import FrameType +from typing import Any + +from coverage.exceptions import PluginError +from coverage.misc import isolate_module +from coverage.plugin import CoveragePlugin, FileReporter, FileTracer +from coverage.types import TArc, TConfigurable, TDebugCtl, TLineNo, TPluginConfig, TSourceTokenLines + +os = isolate_module(os) + + +class Plugins: + """The currently loaded collection of coverage.py plugins.""" + + def __init__(self, debug: TDebugCtl | None = None) -> None: + self.order: list[CoveragePlugin] = [] + self.names: dict[str, CoveragePlugin] = {} + self.file_tracers: list[CoveragePlugin] = [] + self.configurers: list[CoveragePlugin] = [] + self.context_switchers: list[CoveragePlugin] = [] + + self.current_module: str | None = None + self.debug = debug + + def load_from_config( + self, + modules: Iterable[str], + config: TPluginConfig, + ) -> None: + """Load plugin modules, and read their settings from configuration.""" + + for module in modules: + self.current_module = module + __import__(module) + mod = sys.modules[module] + + coverage_init = getattr(mod, "coverage_init", None) + if not coverage_init: + raise PluginError( + f"Plugin module {module!r} didn't define a coverage_init function", + ) + + options = config.get_plugin_options(module) + coverage_init(self, options) + + self.current_module = None + + def load_from_callables( + self, + plugin_inits: Iterable[TCoverageInit], + ) -> None: + """Load plugins from callables provided.""" + for fn in plugin_inits: + fn(self) + + def add_file_tracer(self, plugin: CoveragePlugin) -> None: + """Add a file tracer plugin. + + `plugin` is an instance of a third-party plugin class. It must + implement the :meth:`CoveragePlugin.file_tracer` method. + + """ + self._add_plugin(plugin, self.file_tracers) + + def add_configurer(self, plugin: CoveragePlugin) -> None: + """Add a configuring plugin. + + `plugin` is an instance of a third-party plugin class. It must + implement the :meth:`CoveragePlugin.configure` method. + + """ + self._add_plugin(plugin, self.configurers) + + def add_dynamic_context(self, plugin: CoveragePlugin) -> None: + """Add a dynamic context plugin. + + `plugin` is an instance of a third-party plugin class. It must + implement the :meth:`CoveragePlugin.dynamic_context` method. + + """ + self._add_plugin(plugin, self.context_switchers) + + def add_noop(self, plugin: CoveragePlugin) -> None: + """Add a plugin that does nothing. + + This is only useful for testing the plugin support. + + """ + self._add_plugin(plugin, None) + + def _add_plugin( + self, + plugin: CoveragePlugin, + specialized: list[CoveragePlugin] | None, + ) -> None: + """Add a plugin object. + + `plugin` is a :class:`CoveragePlugin` instance to add. `specialized` + is a list to append the plugin to. + + """ + plugin_name = f"{self.current_module}.{plugin.__class__.__name__}" + if self.debug and self.debug.should("plugin"): + self.debug.write(f"Loaded plugin {self.current_module!r}: {plugin!r}") + labelled = LabelledDebug(f"plugin {self.current_module!r}", self.debug) + plugin = DebugPluginWrapper(plugin, labelled) + + plugin._coverage_plugin_name = plugin_name + plugin._coverage_enabled = True + self.order.append(plugin) + self.names[plugin_name] = plugin + if specialized is not None: + specialized.append(plugin) + + def __bool__(self) -> bool: + return bool(self.order) + + def __iter__(self) -> Iterator[CoveragePlugin]: + return iter(self.order) + + def get(self, plugin_name: str) -> CoveragePlugin: + """Return a plugin by name.""" + return self.names[plugin_name] + + +TCoverageInit = Callable[[Plugins], None] + + +class LabelledDebug: + """A Debug writer, but with labels for prepending to the messages.""" + + def __init__(self, label: str, debug: TDebugCtl, prev_labels: Iterable[str] = ()): + self.labels = list(prev_labels) + [label] + self.debug = debug + + def add_label(self, label: str) -> LabelledDebug: + """Add a label to the writer, and return a new `LabelledDebug`.""" + return LabelledDebug(label, self.debug, self.labels) + + def message_prefix(self) -> str: + """The prefix to use on messages, combining the labels.""" + prefixes = self.labels + [""] + return ":\n".join(" " * i + label for i, label in enumerate(prefixes)) + + def write(self, message: str) -> None: + """Write `message`, but with the labels prepended.""" + self.debug.write(f"{self.message_prefix()}{message}") + + +class DebugPluginWrapper(CoveragePlugin): + """Wrap a plugin, and use debug to report on what it's doing.""" + + def __init__(self, plugin: CoveragePlugin, debug: LabelledDebug) -> None: + super().__init__() + self.plugin = plugin + self.debug = debug + + def file_tracer(self, filename: str) -> FileTracer | None: + tracer = self.plugin.file_tracer(filename) + self.debug.write(f"file_tracer({filename!r}) --> {tracer!r}") + if tracer: + debug = self.debug.add_label(f"file {filename!r}") + tracer = DebugFileTracerWrapper(tracer, debug) + return tracer + + def file_reporter(self, filename: str) -> FileReporter | str: + reporter = self.plugin.file_reporter(filename) + assert isinstance(reporter, FileReporter) + self.debug.write(f"file_reporter({filename!r}) --> {reporter!r}") + if reporter: + debug = self.debug.add_label(f"file {filename!r}") + reporter = DebugFileReporterWrapper(filename, reporter, debug) + return reporter + + def dynamic_context(self, frame: FrameType) -> str | None: + context = self.plugin.dynamic_context(frame) + self.debug.write(f"dynamic_context({frame!r}) --> {context!r}") + return context + + def find_executable_files(self, src_dir: str) -> Iterable[str]: + executable_files = self.plugin.find_executable_files(src_dir) + self.debug.write(f"find_executable_files({src_dir!r}) --> {executable_files!r}") + return executable_files + + def configure(self, config: TConfigurable) -> None: + self.debug.write(f"configure({config!r})") + self.plugin.configure(config) + + def sys_info(self) -> Iterable[tuple[str, Any]]: + return self.plugin.sys_info() + + +class DebugFileTracerWrapper(FileTracer): + """A debugging `FileTracer`.""" + + def __init__(self, tracer: FileTracer, debug: LabelledDebug) -> None: + self.tracer = tracer + self.debug = debug + + def _show_frame(self, frame: FrameType) -> str: + """A short string identifying a frame, for debug messages.""" + filename = os.path.basename(frame.f_code.co_filename) + return f"{filename}@{frame.f_lineno}" + + def source_filename(self) -> str: + sfilename = self.tracer.source_filename() + self.debug.write(f"source_filename() --> {sfilename!r}") + return sfilename + + def has_dynamic_source_filename(self) -> bool: + has = self.tracer.has_dynamic_source_filename() + self.debug.write(f"has_dynamic_source_filename() --> {has!r}") + return has + + def dynamic_source_filename(self, filename: str, frame: FrameType) -> str | None: + dyn = self.tracer.dynamic_source_filename(filename, frame) + self.debug.write( + "dynamic_source_filename({!r}, {}) --> {!r}".format( + filename, + self._show_frame(frame), + dyn, + ) + ) + return dyn + + def line_number_range(self, frame: FrameType) -> tuple[TLineNo, TLineNo]: + pair = self.tracer.line_number_range(frame) + self.debug.write(f"line_number_range({self._show_frame(frame)}) --> {pair!r}") + return pair + + +class DebugFileReporterWrapper(FileReporter): + """A debugging `FileReporter`.""" + + def __init__(self, filename: str, reporter: FileReporter, debug: LabelledDebug) -> None: + super().__init__(filename) + self.reporter = reporter + self.debug = debug + + def relative_filename(self) -> str: + ret = self.reporter.relative_filename() + self.debug.write(f"relative_filename() --> {ret!r}") + return ret + + def lines(self) -> set[TLineNo]: + ret = self.reporter.lines() + self.debug.write(f"lines() --> {ret!r}") + return ret + + def excluded_lines(self) -> set[TLineNo]: + ret = self.reporter.excluded_lines() + self.debug.write(f"excluded_lines() --> {ret!r}") + return ret + + def translate_lines(self, lines: Iterable[TLineNo]) -> set[TLineNo]: + ret = self.reporter.translate_lines(lines) + self.debug.write(f"translate_lines({lines!r}) --> {ret!r}") + return ret + + def translate_arcs(self, arcs: Iterable[TArc]) -> set[TArc]: + ret = self.reporter.translate_arcs(arcs) + self.debug.write(f"translate_arcs({arcs!r}) --> {ret!r}") + return ret + + def no_branch_lines(self) -> set[TLineNo]: + ret = self.reporter.no_branch_lines() + self.debug.write(f"no_branch_lines() --> {ret!r}") + return ret + + def exit_counts(self) -> dict[TLineNo, int]: + ret = self.reporter.exit_counts() + self.debug.write(f"exit_counts() --> {ret!r}") + return ret + + def arcs(self) -> set[TArc]: + ret = self.reporter.arcs() + self.debug.write(f"arcs() --> {ret!r}") + return ret + + def source(self) -> str: + ret = self.reporter.source() + self.debug.write(f"source() --> {len(ret)} chars") + return ret + + def source_token_lines(self) -> TSourceTokenLines: + ret = list(self.reporter.source_token_lines()) + self.debug.write(f"source_token_lines() --> {len(ret)} tokens") + return ret diff --git a/.venv/lib/python3.12/site-packages/coverage/pth_file.py b/.venv/lib/python3.12/site-packages/coverage/pth_file.py new file mode 100644 index 0000000..ee6ca45 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/pth_file.py @@ -0,0 +1,16 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +# pylint: disable=missing-module-docstring +# pragma: exclude file from coverage +# This will become the .pth file for subprocesses. + +import os + +if os.getenv("COVERAGE_PROCESS_START") or os.getenv("COVERAGE_PROCESS_CONFIG"): + try: + import coverage + except: # pylint: disable=bare-except + pass + else: + coverage.process_startup(slug="pth") diff --git a/.venv/lib/python3.12/site-packages/coverage/py.typed b/.venv/lib/python3.12/site-packages/coverage/py.typed new file mode 100644 index 0000000..bacd23a --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/py.typed @@ -0,0 +1 @@ +# Marker file for PEP 561 to indicate that this package has type hints. diff --git a/.venv/lib/python3.12/site-packages/coverage/python.py b/.venv/lib/python3.12/site-packages/coverage/python.py new file mode 100644 index 0000000..8fa734e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/python.py @@ -0,0 +1,272 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Python source expertise for coverage.py""" + +from __future__ import annotations + +import os.path +import types +import zipimport +from collections.abc import Iterable +from typing import TYPE_CHECKING + +from coverage import env +from coverage.exceptions import CoverageException, NoSource +from coverage.files import canonical_filename, relative_filename, zip_location +from coverage.misc import isolate_module, join_regex +from coverage.parser import PythonParser +from coverage.phystokens import source_encoding, source_token_lines +from coverage.plugin import CodeRegion, FileReporter +from coverage.regions import code_regions +from coverage.types import TArc, TLineNo, TMorf, TSourceTokenLines + +if TYPE_CHECKING: + from coverage import Coverage + +# Protect ourselves against aggressive mocking. +os = isolate_module(os) +# Save the original `open` function so later mocks don't break us. +open = open # pylint: disable=redefined-builtin + + +def read_python_source(filename: str) -> bytes: + """Read the Python source text from `filename`. + + Returns bytes. + + """ + with open(filename, "rb") as f: + source = f.read() + + return source.replace(b"\r\n", b"\n").replace(b"\r", b"\n") + + +def get_python_source(filename: str) -> str: + """Return the source code, as unicode.""" + base, ext = os.path.splitext(filename) + if ext == ".py" and env.WINDOWS: + exts = [".py", ".pyw"] + else: + exts = [ext] + + source_bytes: bytes | None + for ext in exts: + try_filename = base + ext + if os.path.exists(try_filename): + # A regular text file: open it. + source_bytes = read_python_source(try_filename) + break + + # Maybe it's in a zip file? + source_bytes = get_zip_bytes(try_filename) + if source_bytes is not None: + break + else: + # Couldn't find source. + raise NoSource(f"No source for code: '{filename}'.", slug="no-source") + + # Replace \f because of http://bugs.python.org/issue19035 + source_bytes = source_bytes.replace(b"\f", b" ") + source = source_bytes.decode(source_encoding(source_bytes), "replace") + + # Python code should always end with a line with a newline. + if source and source[-1] != "\n": + source += "\n" + + return source + + +def get_zip_bytes(filename: str) -> bytes | None: + """Get data from `filename` if it is a zip file path. + + Returns the bytestring data read from the zip file, or None if no zip file + could be found or `filename` isn't in it. The data returned will be + an empty string if the file is empty. + + """ + zipfile_inner = zip_location(filename) + if zipfile_inner is not None: + zipfile, inner = zipfile_inner + try: + zi = zipimport.zipimporter(zipfile) + except zipimport.ZipImportError: + return None + try: + data = zi.get_data(inner) + except OSError: + return None + return data + return None + + +def source_for_file(filename: str) -> str: + """Return the source filename for `filename`. + + Given a file name being traced, return the best guess as to the source + file to attribute it to. + + """ + if filename.endswith(".py"): + # .py files are themselves source files. + return filename + + elif filename.endswith((".pyc", ".pyo")): + # Bytecode files probably have source files near them. + py_filename = filename[:-1] + if os.path.exists(py_filename): + # Found a .py file, use that. + return py_filename + if env.WINDOWS: + # On Windows, it could be a .pyw file. + pyw_filename = py_filename + "w" + if os.path.exists(pyw_filename): + return pyw_filename + # Didn't find source, but it's probably the .py file we want. + return py_filename + + # No idea, just use the file name as-is. + return filename + + +def source_for_morf(morf: TMorf) -> str: + """Get the source filename for the module-or-file `morf`.""" + if hasattr(morf, "__file__") and morf.__file__: + filename = morf.__file__ + elif isinstance(morf, types.ModuleType): + # A module should have had .__file__, otherwise we can't use it. + # This could be a PEP-420 namespace package. + raise CoverageException(f"Module {morf} has no file") + else: + filename = morf + + filename = source_for_file(filename) + return filename + + +class PythonFileReporter(FileReporter): + """Report support for a Python file.""" + + def __init__(self, morf: TMorf, coverage: Coverage | None = None) -> None: + self.coverage = coverage + + filename = source_for_morf(morf) + + fname = filename + canonicalize = True + if self.coverage is not None: + if self.coverage.config.relative_files: + canonicalize = False + if canonicalize: + fname = canonical_filename(filename) + super().__init__(fname) + + if hasattr(morf, "__name__"): + name = morf.__name__.replace(".", os.sep) + if os.path.basename(filename).startswith("__init__."): + name += os.sep + "__init__" + name += ".py" + else: + name = relative_filename(filename) + self.relname = name + + self._source: str | None = None + self._parser: PythonParser | None = None + self._excluded = None + + def __repr__(self) -> str: + return f"" + + def relative_filename(self) -> str: + return self.relname + + @property + def parser(self) -> PythonParser: + """Lazily create a :class:`PythonParser`.""" + assert self.coverage is not None + if self._parser is None: + self._parser = PythonParser( + filename=self.filename, + exclude=self.coverage._exclude_regex("exclude"), + ) + self._parser.parse_source() + return self._parser + + def lines(self) -> set[TLineNo]: + """Return the line numbers of statements in the file.""" + return self.parser.statements + + def multiline_map(self) -> dict[TLineNo, TLineNo]: + """A map of line numbers to first-line in a multi-line statement.""" + return self.parser.multiline_map + + def excluded_lines(self) -> set[TLineNo]: + """Return the line numbers of statements in the file.""" + return self.parser.excluded + + def translate_lines(self, lines: Iterable[TLineNo]) -> set[TLineNo]: + return self.parser.translate_lines(lines) + + def translate_arcs(self, arcs: Iterable[TArc]) -> set[TArc]: + return self.parser.translate_arcs(arcs) + + def no_branch_lines(self) -> set[TLineNo]: + assert self.coverage is not None + no_branch = self.parser.lines_matching( + join_regex(self.coverage.config.partial_list + self.coverage.config.partial_always_list) + ) + return no_branch + + def arcs(self) -> set[TArc]: + return self.parser.arcs() + + def exit_counts(self) -> dict[TLineNo, int]: + return self.parser.exit_counts() + + def missing_arc_description( + self, + start: TLineNo, + end: TLineNo, + executed_arcs: Iterable[TArc] | None = None, + ) -> str: + return self.parser.missing_arc_description(start, end) + + def arc_description(self, start: TLineNo, end: TLineNo) -> str: + return self.parser.arc_description(start, end) + + def source(self) -> str: + if self._source is None: + self._source = get_python_source(self.filename) + return self._source + + def should_be_python(self) -> bool: + """Does it seem like this file should contain Python? + + This is used to decide if a file reported as part of the execution of + a program was really likely to have contained Python in the first + place. + + """ + # Get the file extension. + _, ext = os.path.splitext(self.filename) + + # Anything named *.py* should be Python. + if ext.startswith(".py"): + return True + # A file with no extension should be Python. + if not ext: + return True + # Everything else is probably not Python. + return False + + def source_token_lines(self) -> TSourceTokenLines: + return source_token_lines(self.source()) + + def code_regions(self) -> Iterable[CodeRegion]: + return code_regions(self.source()) + + def code_region_kinds(self) -> Iterable[tuple[str, str]]: + return [ + ("function", "functions"), + ("class", "classes"), + ] diff --git a/.venv/lib/python3.12/site-packages/coverage/pytracer.py b/.venv/lib/python3.12/site-packages/coverage/pytracer.py new file mode 100644 index 0000000..c8aac00 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/pytracer.py @@ -0,0 +1,370 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Raw data collector for coverage.py.""" + +from __future__ import annotations + +import atexit +import dis +import itertools +import sys +import threading +from collections.abc import Callable +from types import FrameType, ModuleType +from typing import Any, cast + +from coverage import env +from coverage.types import ( + TArc, + TFileDisposition, + TLineNo, + Tracer, + TShouldStartContextFn, + TShouldTraceFn, + TTraceData, + TTraceFileData, + TTraceFn, + TWarnFn, +) + +# I don't understand why, but if we use `cast(set[TLineNo], ...)` inside +# the _trace() function, we get some strange behavior on PyPy 3.10. +# Assigning these names here and using them below fixes the problem. +# See https://github.com/coveragepy/coveragepy/issues/1902 +set_TLineNo = set[TLineNo] +set_TArc = set[TArc] + + +# We need the YIELD_VALUE opcode below, in a comparison-friendly form. +# PYVERSIONS: RESUME is new in Python3.11 +RESUME = dis.opmap.get("RESUME") +RETURN_VALUE = dis.opmap["RETURN_VALUE"] +if RESUME is None: + YIELD_VALUE = dis.opmap["YIELD_VALUE"] + YIELD_FROM = dis.opmap["YIELD_FROM"] + YIELD_FROM_OFFSET = 0 if env.PYPY else 2 +else: + YIELD_VALUE = YIELD_FROM = YIELD_FROM_OFFSET = -1 + +# When running meta-coverage, this file can try to trace itself, which confuses +# everything. Don't trace ourselves. + +THIS_FILE = __file__.rstrip("co") + + +class PyTracer(Tracer): + """Python implementation of the raw data tracer.""" + + # Because of poor implementations of trace-function-manipulating tools, + # the Python trace function must be kept very simple. In particular, there + # must be only one function ever set as the trace function, both through + # sys.settrace, and as the return value from the trace function. Put + # another way, the trace function must always return itself. It cannot + # swap in other functions, or return None to avoid tracing a particular + # frame. + # + # The trace manipulator that introduced this restriction is DecoratorTools, + # which sets a trace function, and then later restores the pre-existing one + # by calling sys.settrace with a function it found in the current frame. + # + # Systems that use DecoratorTools (or similar trace manipulations) must use + # PyTracer to get accurate results. The command-line --timid argument is + # used to force the use of this tracer. + + tracer_ids = itertools.count() + + def __init__(self) -> None: + # Which tracer are we? + self.id = next(self.tracer_ids) + + # Attributes set from the collector: + self.data: TTraceData + self.trace_arcs = False + self.should_trace: TShouldTraceFn + self.should_trace_cache: dict[str, TFileDisposition | None] + self.should_start_context: TShouldStartContextFn | None = None + self.switch_context: Callable[[str | None], None] | None = None + self.lock_data: Callable[[], None] + self.unlock_data: Callable[[], None] + self.warn: TWarnFn + + # The threading module to use, if any. + self.threading: ModuleType | None = None + + self.cur_file_data: TTraceFileData | None = None + self.last_line: TLineNo = 0 + self.cur_file_name: str | None = None + self.context: str | None = None + self.started_context = False + + # The data_stack parallels the Python call stack. Each entry is + # information about an active frame, a four-element tuple: + # [0] The TTraceData for this frame's file. Could be None if we + # aren't tracing this frame. + # [1] The current file name for the frame. None if we aren't tracing + # this frame. + # [2] The last line number executed in this frame. + # [3] Boolean: did this frame start a new context? + self.data_stack: list[tuple[TTraceFileData | None, str | None, TLineNo, bool]] = [] + self.thread: threading.Thread | None = None + self.stopped = False + self._activity = False + + self.in_atexit = False + # On exit, self.in_atexit = True + atexit.register(setattr, self, "in_atexit", True) + + # Cache a bound method on the instance, so that we don't have to + # re-create a bound method object all the time. + self._cached_bound_method_trace: TTraceFn = self._trace + + def __repr__(self) -> str: + points = sum(len(v) for v in self.data.values()) + files = len(self.data) + return f"" + + def log(self, marker: str, *args: Any) -> None: + """For hard-core logging of what this tracer is doing.""" + with open("/tmp/debug_trace.txt", "a", encoding="utf-8") as f: + f.write(f"{marker} {self.id}[{len(self.data_stack)}]") + if 0: # if you want thread ids.. + f.write( # type: ignore[unreachable] + ".{:x}.{:x}".format( + self.thread.ident, + self.threading.current_thread().ident, + ) + ) + f.write(" {}".format(" ".join(map(str, args)))) + if 0: # if you want callers.. + f.write(" | ") # type: ignore[unreachable] + stack = " / ".join( + (fname or "???").rpartition("/")[-1] for _, fname, _, _ in self.data_stack + ) + f.write(stack) + f.write("\n") + + def _trace( + self, + frame: FrameType, + event: str, + arg: Any, # pylint: disable=unused-argument + lineno: TLineNo | None = None, # pylint: disable=unused-argument + ) -> TTraceFn | None: + """The trace function passed to sys.settrace.""" + + if THIS_FILE in frame.f_code.co_filename: + return None + + # f = frame; code = f.f_code + # self.log(":", f"{code.co_filename} {f.f_lineno} {code.co_name}()", event) + + if self.stopped and sys.gettrace() == self._cached_bound_method_trace: # pylint: disable=comparison-with-callable + # The PyTrace.stop() method has been called, possibly by another + # thread, let's deactivate ourselves now. + if 0: + f = frame # type: ignore[unreachable] + self.log("---\nX", f.f_code.co_filename, f.f_lineno) + while f: + self.log(">", f.f_code.co_filename, f.f_lineno, f.f_code.co_name, f.f_trace) + f = f.f_back + sys.settrace(None) + try: + self.cur_file_data, self.cur_file_name, self.last_line, self.started_context = ( + self.data_stack.pop() + ) + except IndexError: + self.log( + "Empty stack!", + frame.f_code.co_filename, + frame.f_lineno, + frame.f_code.co_name, + ) + return None + + # if event != "call" and frame.f_code.co_filename != self.cur_file_name: + # self.log("---\n*", frame.f_code.co_filename, self.cur_file_name, frame.f_lineno) + + if event == "call": + # Should we start a new context? + if self.should_start_context and self.context is None: + context_maybe = self.should_start_context(frame) # pylint: disable=not-callable + if context_maybe is not None: + self.context = context_maybe + started_context = True + assert self.switch_context is not None + self.switch_context(self.context) # pylint: disable=not-callable + else: + started_context = False + else: + started_context = False + self.started_context = started_context + + # Entering a new frame. Decide if we should trace in this file. + self._activity = True + self.data_stack.append( + ( + self.cur_file_data, + self.cur_file_name, + self.last_line, + started_context, + ), + ) + + # Improve tracing performance: when calling a function, both caller + # and callee are often within the same file. if that's the case, we + # don't have to re-check whether to trace the corresponding + # function (which is a little bit expensive since it involves + # dictionary lookups). This optimization is only correct if we + # didn't start a context. + filename = frame.f_code.co_filename + if filename != self.cur_file_name or started_context: + self.cur_file_name = filename + disp = self.should_trace_cache.get(filename) + if disp is None: + disp = self.should_trace(filename, frame) + self.should_trace_cache[filename] = disp + + self.cur_file_data = None + if disp.trace: + tracename = disp.source_filename + assert tracename is not None + self.lock_data() + try: + if tracename not in self.data: + self.data[tracename] = set() + finally: + self.unlock_data() + self.cur_file_data = self.data[tracename] + else: + frame.f_trace_lines = False + elif not self.cur_file_data: + frame.f_trace_lines = False + + # The call event is really a "start frame" event, and happens for + # function calls and re-entering generators. The f_lasti field is + # -1 for calls, and a real offset for generators. Use <0 as the + # line number for calls, and the real line number for generators. + if RESUME is not None: + # The current opcode is guaranteed to be RESUME. The argument + # determines what kind of resume it is. + oparg = frame.f_code.co_code[frame.f_lasti + 1] + real_call = (oparg == 0) # fmt: skip + else: + real_call = (getattr(frame, "f_lasti", -1) < 0) # fmt: skip + if real_call: + self.last_line = -frame.f_code.co_firstlineno + else: + self.last_line = frame.f_lineno + + elif event == "line": + # Record an executed line. + if self.cur_file_data is not None: + flineno: TLineNo = frame.f_lineno + + if self.trace_arcs: + cast(set_TArc, self.cur_file_data).add((self.last_line, flineno)) + else: + cast(set_TLineNo, self.cur_file_data).add(flineno) + self.last_line = flineno + + elif event == "return": + if self.trace_arcs and self.cur_file_data: + # Record an arc leaving the function, but beware that a + # "return" event might just mean yielding from a generator. + code = frame.f_code.co_code + lasti = frame.f_lasti + if RESUME is not None: + if len(code) == lasti + 2: + # A return from the end of a code object is a real return. + real_return = True + else: + # It is a real return if we aren't going to resume next. + if env.PYBEHAVIOR.lasti_is_yield: + lasti += 2 + real_return = code[lasti] != RESUME + else: + if code[lasti] == RETURN_VALUE: + real_return = True + elif code[lasti] == YIELD_VALUE: + real_return = False + elif len(code) <= lasti + YIELD_FROM_OFFSET: + real_return = True + elif code[lasti + YIELD_FROM_OFFSET] == YIELD_FROM: + real_return = False + else: + real_return = True + if real_return: + first = frame.f_code.co_firstlineno + cast(set_TArc, self.cur_file_data).add((self.last_line, -first)) + + # Leaving this function, pop the filename stack. + self.cur_file_data, self.cur_file_name, self.last_line, self.started_context = ( + self.data_stack.pop() + ) + # Leaving a context? + if self.started_context: + assert self.switch_context is not None + self.context = None + self.switch_context(None) # pylint: disable=not-callable + + return self._cached_bound_method_trace + + def start(self) -> TTraceFn: + """Start this Tracer. + + Return a Python function suitable for use with sys.settrace(). + + """ + self.stopped = False + if self.threading: + if self.thread is None: + self.thread = self.threading.current_thread() + + sys.settrace(self._cached_bound_method_trace) + return self._cached_bound_method_trace + + def stop(self) -> None: + """Stop this Tracer.""" + # Get the active tracer callback before setting the stop flag to be + # able to detect if the tracer was changed prior to stopping it. + tf = sys.gettrace() + + # Set the stop flag. The actual call to sys.settrace(None) will happen + # in the self._trace callback itself to make sure to call it from the + # right thread. + self.stopped = True + + if self.threading: + assert self.thread is not None + if self.thread.ident != self.threading.current_thread().ident: + # Called on a different thread than started us: we can't unhook + # ourselves, but we've set the flag that we should stop, so we + # won't do any more tracing. + # self.log("~", "stopping on different threads") + return + + # PyPy clears the trace function before running atexit functions, + # so don't warn if we are in atexit on PyPy and the trace function + # has changed to None. Metacoverage also messes this up, so don't + # warn if we are measuring ourselves. + suppress_warning = (env.PYPY and self.in_atexit and tf is None) or env.METACOV + if self.warn and not suppress_warning: + if tf != self._cached_bound_method_trace: # pylint: disable=comparison-with-callable + self.warn( + "Trace function changed, data is likely wrong: " + + f"{tf!r} != {self._cached_bound_method_trace!r}", + slug="trace-changed", + ) + + def activity(self) -> bool: + """Has there been any activity?""" + return self._activity + + def reset_activity(self) -> None: + """Reset the activity() flag.""" + self._activity = False + + def get_stats(self) -> dict[str, int] | None: + """Return a dictionary of statistics, or None.""" + return None diff --git a/.venv/lib/python3.12/site-packages/coverage/regions.py b/.venv/lib/python3.12/site-packages/coverage/regions.py new file mode 100644 index 0000000..891ae84 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/regions.py @@ -0,0 +1,127 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Find functions and classes in Python code.""" + +from __future__ import annotations + +import ast +import dataclasses +from typing import cast + +from coverage.plugin import CodeRegion + + +@dataclasses.dataclass +class Context: + """The nested named context of a function or class.""" + + name: str + kind: str + lines: set[int] + + +class RegionFinder: + """An ast visitor that will find and track regions of code. + + Functions and classes are tracked by name. Results are in the .regions + attribute. + + """ + + def __init__(self) -> None: + self.regions: list[CodeRegion] = [] + self.context: list[Context] = [] + + def parse_source(self, source: str) -> None: + """Parse `source` and walk the ast to populate the .regions attribute.""" + self.handle_node(ast.parse(source)) + + def fq_node_name(self) -> str: + """Get the current fully qualified name we're processing.""" + return ".".join(c.name for c in self.context) + + def handle_node(self, node: ast.AST) -> None: + """Recursively handle any node.""" + if isinstance(node, (ast.FunctionDef, ast.AsyncFunctionDef)): + self.handle_FunctionDef(node) + elif isinstance(node, ast.ClassDef): + self.handle_ClassDef(node) + else: + self.handle_node_body(node) + + def handle_node_body(self, node: ast.AST) -> None: + """Recursively handle the nodes in this node's body, if any.""" + for body_node in getattr(node, "body", ()): + self.handle_node(body_node) + + def handle_FunctionDef(self, node: ast.FunctionDef | ast.AsyncFunctionDef) -> None: + """Called for `def` or `async def`.""" + lines = set(range(node.body[0].lineno, cast(int, node.body[-1].end_lineno) + 1)) + if self.context and self.context[-1].kind == "class": + # Function bodies are part of their enclosing class. + self.context[-1].lines |= lines + # Function bodies should be excluded from the nearest enclosing function. + for ancestor in reversed(self.context): + if ancestor.kind == "function": + ancestor.lines -= lines + break + self.context.append(Context(node.name, "function", lines)) + self.regions.append( + CodeRegion( + kind="function", + name=self.fq_node_name(), + start=node.lineno, + lines=lines, + ) + ) + self.handle_node_body(node) + self.context.pop() + + def handle_ClassDef(self, node: ast.ClassDef) -> None: + """Called for `class`.""" + # The lines for a class are the lines in the methods of the class. + # We start empty, and count on visit_FunctionDef to add the lines it + # finds. + lines: set[int] = set() + self.context.append(Context(node.name, "class", lines)) + self.regions.append( + CodeRegion( + kind="class", + name=self.fq_node_name(), + start=node.lineno, + lines=lines, + ) + ) + self.handle_node_body(node) + self.context.pop() + # Class bodies should be excluded from the enclosing classes. + for ancestor in reversed(self.context): + if ancestor.kind == "class": + ancestor.lines -= lines + + +def code_regions(source: str) -> list[CodeRegion]: + """Find function and class regions in source code. + + Analyzes the code in `source`, and returns a list of :class:`CodeRegion` + objects describing functions and classes as regions of the code:: + + [ + CodeRegion(kind="function", name="func1", start=8, lines={10, 11, 12}), + CodeRegion(kind="function", name="MyClass.method", start=30, lines={34, 35, 36}), + CodeRegion(kind="class", name="MyClass", start=25, lines={34, 35, 36}), + ] + + The line numbers will include comments and blank lines. Later processing + will need to ignore those lines as needed. + + Nested functions and classes are excluded from their enclosing region. No + line should be reported as being part of more than one function, or more + than one class. Lines in methods are reported as being in a function and + in a class. + + """ + rf = RegionFinder() + rf.parse_source(source) + return rf.regions diff --git a/.venv/lib/python3.12/site-packages/coverage/report.py b/.venv/lib/python3.12/site-packages/coverage/report.py new file mode 100644 index 0000000..19414aa --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/report.py @@ -0,0 +1,298 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Summary reporting""" + +from __future__ import annotations + +import sys +from collections.abc import Iterable +from typing import IO, TYPE_CHECKING, Any + +from coverage.exceptions import ConfigError, NoDataError +from coverage.misc import human_sorted_items, plural +from coverage.plugin import FileReporter +from coverage.report_core import get_analysis_to_report +from coverage.results import Analysis, Numbers +from coverage.types import TMorfs + +if TYPE_CHECKING: + from coverage import Coverage + + +class SummaryReporter: + """A reporter for writing the summary report.""" + + def __init__(self, coverage: Coverage) -> None: + self.coverage = coverage + self.config = self.coverage.config + self.branches = coverage.get_data().has_arcs() + self.outfile: IO[str] | None = None + self.output_format = self.config.format or "text" + if self.output_format not in {"text", "markdown", "total"}: + raise ConfigError(f"Unknown report format choice: {self.output_format!r}") + self.fr_analyses: list[tuple[FileReporter, Analysis]] = [] + self.skipped_count = 0 + self.empty_count = 0 + self.total = Numbers(precision=self.config.precision) + + def write(self, line: str) -> None: + """Write a line to the output, adding a newline.""" + assert self.outfile is not None + self.outfile.write(line.rstrip()) + self.outfile.write("\n") + + def write_items(self, items: Iterable[str]) -> None: + """Write a list of strings, joined together.""" + self.write("".join(items)) + + def report_text( + self, + header: list[str], + lines_values: list[list[Any]], + total_line: list[Any], + end_lines: list[str], + ) -> None: + """Internal method that prints report data in text format. + + `header` is a list with captions. + `lines_values` is list of lists of sortable values. + `total_line` is a list with values of the total line. + `end_lines` is a list of ending lines with information about skipped files. + + """ + # Prepare the formatting strings, header, and column sorting. + max_name = max([len(line[0]) for line in lines_values] + [5]) + 1 + max_n = max(len(total_line[header.index("Cover")]) + 2, len(" Cover")) + 1 + max_n = max([max_n] + [len(line[header.index("Cover")]) + 2 for line in lines_values]) + formats = dict( + Name="{:{name_len}}", + Stmts="{:>7}", + Miss="{:>7}", + Branch="{:>7}", + BrPart="{:>7}", + Cover="{:>{n}}", + Missing="{:>10}", + ) + header_items = [formats[item].format(item, name_len=max_name, n=max_n) for item in header] + header_str = "".join(header_items) + rule = "-" * len(header_str) + + # Write the header + self.write(header_str) + self.write(rule) + + # Write the data lines + formats.update( + dict( + Cover="{:>{n}}%", + Missing=" {:9}", + ) + ) + for values in lines_values: + self.write_items( + ( + formats[item].format(str(value), name_len=max_name, n=max_n - 1) + for item, value in zip(header, values) + ) + ) + + # Write a TOTAL line + if lines_values: + self.write(rule) + + self.write_items( + ( + formats[item].format(str(value), name_len=max_name, n=max_n - 1) + for item, value in zip(header, total_line) + ) + ) + + for end_line in end_lines: + self.write(end_line) + + def report_markdown( + self, + header: list[str], + lines_values: list[list[Any]], + total_line: list[Any], + end_lines: list[str], + ) -> None: + """Internal method that prints report data in markdown format. + + `header` is a list with captions. + `lines_values` is a sorted list of lists containing coverage information. + `total_line` is a list with values of the total line. + `end_lines` is a list of ending lines with information about skipped files. + + """ + # Prepare the formatting strings, header, and column sorting. + max_name = max((len(line[0].replace("_", "\\_")) for line in lines_values), default=0) + max_name = max(max_name, len("**TOTAL**")) + 1 + formats = dict( + Name="| {:{name_len}}|", + Stmts="{:>9} |", + Miss="{:>9} |", + Branch="{:>9} |", + BrPart="{:>9} |", + Cover="{:>{n}} |", + Missing="{:>10} |", + ) + max_n = max(len(total_line[header.index("Cover")]) + 6, len(" Cover ")) + header_items = [formats[item].format(item, name_len=max_name, n=max_n) for item in header] + header_str = "".join(header_items) + rule_str = "|" + " ".join( + ["- |".rjust(len(header_items[0]) - 1, "-")] + + ["-: |".rjust(len(item) - 1, "-") for item in header_items[1:]], + ) + + # Write the header + self.write(header_str) + self.write(rule_str) + + # Write the data lines + for values in lines_values: + formats.update( + dict( + Cover="{:>{n}}% |", + ) + ) + self.write_items( + ( + formats[item].format( + str(value).replace("_", "\\_"), name_len=max_name, n=max_n - 1 + ) + for item, value in zip(header, values) + ) + ) + + # Write the TOTAL line + formats.update( + dict( + Name="|{:{name_len}} |", + Cover="{:>{n}} |", + ), + ) + total_line_items: list[str] = [] + for item, value in zip(header, total_line): + if value == "": + insert = value + elif item == "Cover": + insert = f" **{value}%**" + else: + insert = f" **{value}**" + total_line_items += formats[item].format(insert, name_len=max_name, n=max_n) + self.write_items(total_line_items) + + for end_line in end_lines: + self.write(end_line) + + def report(self, morfs: TMorfs, outfile: IO[str] | None = None) -> float: + """Writes a report summarizing coverage statistics per module. + + `outfile` is a text-mode file object to write the summary to. + + """ + self.outfile = outfile or sys.stdout + + self.coverage.get_data().set_query_contexts(self.config.report_contexts) + for fr, analysis in get_analysis_to_report(self.coverage, morfs): + self.report_one_file(fr, analysis) + + if not self.total.n_files and not self.skipped_count: + raise NoDataError("No data to report.") + + if self.output_format == "total": + self.write(self.total.pc_covered_str) + else: + self.tabular_report() + + return self.total.pc_covered + + def tabular_report(self) -> None: + """Writes tabular report formats.""" + # Prepare the header line and column sorting. + header = ["Name", "Stmts", "Miss"] + if self.branches: + header += ["Branch", "BrPart"] + header += ["Cover"] + if self.config.show_missing: + header += ["Missing"] + + column_order = dict(name=0, stmts=1, miss=2, cover=-1) + if self.branches: + column_order.update(dict(branch=3, brpart=4)) + + # `lines_values` is list of lists of sortable values. + lines_values = [] + + for fr, analysis in self.fr_analyses: + nums = analysis.numbers + args = [fr.relative_filename(), nums.n_statements, nums.n_missing] + if self.branches: + args += [nums.n_branches, nums.n_partial_branches] + args += [nums.pc_covered_str] + if self.config.show_missing: + args += [analysis.missing_formatted(branches=True)] + args += [nums.pc_covered] + lines_values.append(args) + + # Line sorting. + sort_option = (self.config.sort or "name").lower() + reverse = False + if sort_option[0] == "-": + reverse = True + sort_option = sort_option[1:] + elif sort_option[0] == "+": + sort_option = sort_option[1:] + sort_idx = column_order.get(sort_option) + if sort_idx is None: + raise ConfigError(f"Invalid sorting option: {self.config.sort!r}") + if sort_option == "name": + lines_values = human_sorted_items(lines_values, reverse=reverse) + else: + lines_values.sort( + key=lambda line: (line[sort_idx], line[0]), + reverse=reverse, + ) + + # Calculate total if we had at least one file. + total_line = ["TOTAL", self.total.n_statements, self.total.n_missing] + if self.branches: + total_line += [self.total.n_branches, self.total.n_partial_branches] + total_line += [self.total.pc_covered_str] + if self.config.show_missing: + total_line += [""] + + # Create other final lines. + end_lines = [] + if self.config.skip_covered and self.skipped_count: + files = plural(self.skipped_count, "file") + end_lines.append( + f"\n{self.skipped_count} {files} skipped due to complete coverage.", + ) + if self.config.skip_empty and self.empty_count: + files = plural(self.empty_count, "file") + end_lines.append(f"\n{self.empty_count} empty {files} skipped.") + + if self.output_format == "markdown": + formatter = self.report_markdown + else: + formatter = self.report_text + formatter(header, lines_values, total_line, end_lines) + + def report_one_file(self, fr: FileReporter, analysis: Analysis) -> None: + """Report on just one file, the callback from report().""" + nums = analysis.numbers + self.total += nums + + no_missing_lines = (nums.n_missing == 0) # fmt: skip + no_missing_branches = (nums.n_partial_branches == 0) # fmt: skip + if self.config.skip_covered and no_missing_lines and no_missing_branches: + # Don't report on 100% files. + self.skipped_count += 1 + elif self.config.skip_empty and nums.n_statements == 0: + # Don't report on empty files. + self.empty_count += 1 + else: + self.fr_analyses.append((fr, analysis)) diff --git a/.venv/lib/python3.12/site-packages/coverage/report_core.py b/.venv/lib/python3.12/site-packages/coverage/report_core.py new file mode 100644 index 0000000..81b2068 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/report_core.py @@ -0,0 +1,117 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Reporter foundation for coverage.py.""" + +from __future__ import annotations + +import sys +from collections.abc import Callable, Iterable +from typing import IO, TYPE_CHECKING, Protocol + +from coverage.exceptions import NoDataError, NotPython +from coverage.files import GlobMatcher, prep_patterns +from coverage.misc import ensure_dir_for_file, file_be_gone +from coverage.plugin import FileReporter +from coverage.results import Analysis +from coverage.types import TMorfs + +if TYPE_CHECKING: + from coverage import Coverage + + +class Reporter(Protocol): + """What we expect of reporters.""" + + report_type: str + + def report(self, morfs: TMorfs, outfile: IO[str]) -> float: + """Generate a report of `morfs`, written to `outfile`.""" + + +def render_report( + output_path: str, + reporter: Reporter, + morfs: TMorfs, + msgfn: Callable[[str], None], +) -> float: + """Run a one-file report generator, managing the output file. + + This function ensures the output file is ready to be written to. Then writes + the report to it. Then closes the file and cleans up. + + """ + file_to_close = None + delete_file = False + + if output_path == "-": + outfile = sys.stdout + else: + # Ensure that the output directory is created; done here because this + # report pre-opens the output file. HtmlReporter does this on its own + # because its task is more complex, being multiple files. + ensure_dir_for_file(output_path) + outfile = open(output_path, "w", encoding="utf-8") + file_to_close = outfile + delete_file = True + + try: + ret = reporter.report(morfs, outfile=outfile) + if file_to_close is not None: + msgfn(f"Wrote {reporter.report_type} to {output_path}") + delete_file = False + return ret + finally: + if file_to_close is not None: + file_to_close.close() + if delete_file: + file_be_gone(output_path) # pragma: part covered (doesn't return) + + +def get_analysis_to_report( + coverage: Coverage, + morfs: TMorfs, +) -> Iterable[tuple[FileReporter, Analysis]]: + """Get the files to report on. + + For each morf in `morfs`, if it should be reported on (based on the omit + and include configuration options), yield a pair, the `FileReporter` and + `Analysis` for the morf. + + """ + fr_morfs = coverage._get_file_reporters(morfs) + config = coverage.config + + if config.report_include: + matcher = GlobMatcher(prep_patterns(config.report_include), "report_include") + fr_morfs = [(fr, morf) for (fr, morf) in fr_morfs if matcher.match(fr.filename)] + + if config.report_omit: + matcher = GlobMatcher(prep_patterns(config.report_omit), "report_omit") + fr_morfs = [(fr, morf) for (fr, morf) in fr_morfs if not matcher.match(fr.filename)] + + if not fr_morfs: + raise NoDataError("No data to report.") + + for fr, morf in sorted(fr_morfs): + try: + analysis = coverage._analyze(morf) + except NotPython: + # Only report errors for .py files, and only if we didn't + # explicitly suppress those errors. + # NotPython is only raised by PythonFileReporter, which has a + # should_be_python() method. + if fr.should_be_python(): # type: ignore[attr-defined] + if config.ignore_errors: + msg = f"Couldn't parse Python file '{fr.filename}'" + coverage._warn(msg, slug="couldnt-parse") + else: + raise + except Exception as exc: + if config.ignore_errors: + msg = f"Couldn't parse '{fr.filename}': {exc}".rstrip() + coverage._warn(msg, slug="couldnt-parse") + else: + raise + else: + yield (fr, analysis) diff --git a/.venv/lib/python3.12/site-packages/coverage/results.py b/.venv/lib/python3.12/site-packages/coverage/results.py new file mode 100644 index 0000000..87ae493 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/results.py @@ -0,0 +1,502 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Results of coverage measurement.""" + +from __future__ import annotations + +import collections +import dataclasses +from collections.abc import Iterable +from typing import TYPE_CHECKING + +from coverage.exceptions import ConfigError +from coverage.misc import nice_pair +from coverage.types import TArc, TLineNo + +if TYPE_CHECKING: + from coverage.data import CoverageData + from coverage.plugin import FileReporter + + +def analysis_from_file_reporter( + data: CoverageData, + precision: int, + file_reporter: FileReporter, + filename: str, +) -> Analysis: + """Create an Analysis from a FileReporter.""" + has_arcs = data.has_arcs() + statements = file_reporter.lines() + excluded = file_reporter.excluded_lines() + executed = file_reporter.translate_lines(data.lines(filename) or []) & statements + + if has_arcs: + arc_possibilities_set = file_reporter.arcs() + arcs: Iterable[TArc] = data.arcs(filename) or [] + arcs = file_reporter.translate_arcs(arcs) + + # Reduce the set of arcs to the ones that could be branches. + dests = collections.defaultdict(set) + for fromno, tono in arc_possibilities_set: + dests[fromno].add(tono) + single_dests = { + fromno: list(tonos)[0] for fromno, tonos in dests.items() if len(tonos) == 1 + } + new_arcs = set() + for fromno, tono in arcs: + if fromno != tono: + new_arcs.add((fromno, tono)) + else: + if fromno in single_dests: + new_arcs.add((fromno, single_dests[fromno])) + + arcs_executed_set = file_reporter.translate_arcs(new_arcs) + exit_counts = file_reporter.exit_counts() + no_branch = file_reporter.no_branch_lines() + else: + arc_possibilities_set = set() + arcs_executed_set = set() + exit_counts = {} + no_branch = set() + + return Analysis( + precision=precision, + filename=filename, + has_arcs=has_arcs, + statements=statements, + excluded=excluded, + executed=executed, + arc_possibilities_set=arc_possibilities_set, + arcs_executed_set=arcs_executed_set, + exit_counts=exit_counts, + no_branch=no_branch, + ) + + +@dataclasses.dataclass +class Analysis: + """The results of analyzing a FileReporter.""" + + precision: int + filename: str + has_arcs: bool + statements: set[TLineNo] + excluded: set[TLineNo] + executed: set[TLineNo] + arc_possibilities_set: set[TArc] + arcs_executed_set: set[TArc] + exit_counts: dict[TLineNo, int] + no_branch: set[TLineNo] + + def __post_init__(self) -> None: + self.arc_possibilities = sorted(self.arc_possibilities_set) + self.arcs_executed = sorted(self.arcs_executed_set) + self.missing = self.statements - self.executed + + if self.has_arcs: + n_branches = self._total_branches() + mba = self.missing_branch_arcs() + n_partial_branches = sum(len(v) for k, v in mba.items() if k not in self.missing) + n_missing_branches = sum(len(v) for k, v in mba.items()) + else: + n_branches = n_partial_branches = n_missing_branches = 0 + + self.numbers = Numbers( + precision=self.precision, + n_files=1, + n_statements=len(self.statements), + n_excluded=len(self.excluded), + n_missing=len(self.missing), + n_branches=n_branches, + n_partial_branches=n_partial_branches, + n_missing_branches=n_missing_branches, + ) + + def missing_formatted(self, branches: bool = False) -> str: + """The missing line numbers, formatted nicely. + + Returns a string like "1-2, 5-11, 13-14". + + If `branches` is true, includes the missing branch arcs also. + + """ + if branches and self.has_arcs: + arcs = self.missing_branch_arcs().items() + else: + arcs = None + + return format_lines(self.statements, self.missing, arcs=arcs) + + def arcs_missing(self) -> list[TArc]: + """Returns a sorted list of the un-executed arcs in the code.""" + missing = ( + p + for p in self.arc_possibilities + if p not in self.arcs_executed_set + and p[0] not in self.no_branch + and p[1] not in self.excluded + ) + return sorted(missing) + + def _branch_lines(self) -> list[TLineNo]: + """Returns a list of line numbers that have more than one exit.""" + return [l1 for l1, count in self.exit_counts.items() if count > 1] + + def _total_branches(self) -> int: + """How many total branches are there?""" + return sum(count for count in self.exit_counts.values() if count > 1) + + def missing_branch_arcs(self) -> dict[TLineNo, list[TLineNo]]: + """Return arcs that weren't executed from branch lines. + + Returns {l1:[l2a,l2b,...], ...} + + """ + missing = self.arcs_missing() + branch_lines = set(self._branch_lines()) + mba = collections.defaultdict(list) + for l1, l2 in missing: + assert l1 != l2, f"In {self.filename}, didn't expect {l1} == {l2}" + if l1 in branch_lines: + mba[l1].append(l2) + return mba + + def executed_branch_arcs(self) -> dict[TLineNo, list[TLineNo]]: + """Return arcs that were executed from branch lines. + + Only include ones that we considered possible. + + Returns {l1:[l2a,l2b,...], ...} + + """ + branch_lines = set(self._branch_lines()) + eba = collections.defaultdict(list) + for l1, l2 in self.arcs_executed: + assert l1 != l2, f"Oops: Didn't think this could happen: {l1 = }, {l2 = }" + if (l1, l2) not in self.arc_possibilities_set: + continue + if l1 in branch_lines: + eba[l1].append(l2) + return eba + + def branch_stats(self) -> dict[TLineNo, tuple[int, int]]: + """Get stats about branches. + + Returns a dict mapping line numbers to a tuple: + (total_exits, taken_exits). + + """ + + missing_arcs = self.missing_branch_arcs() + stats = {} + for lnum in self._branch_lines(): + exits = self.exit_counts[lnum] + missing = len(missing_arcs[lnum]) + stats[lnum] = (exits, exits - missing) + return stats + + +TRegionLines = frozenset[TLineNo] + + +class AnalysisNarrower: + """ + For reducing an `Analysis` to a subset of its lines. + + Originally this was a simpler method on Analysis, but that led to quadratic + behavior. This class does the bulk of the work up-front to provide the + same results in linear time. + + Create an AnalysisNarrower from an Analysis, bulk-add region lines to it + with `add_regions`, then individually request new narrowed Analysis objects + for each region with `narrow`. Doing most of the work in limited calls to + `add_regions` lets us avoid poor performance. + """ + + # In this class, regions are represented by a frozenset of their lines. + + def __init__(self, analysis: Analysis) -> None: + self.analysis = analysis + self.region2arc_possibilities: dict[TRegionLines, set[TArc]] = collections.defaultdict(set) + self.region2arc_executed: dict[TRegionLines, set[TArc]] = collections.defaultdict(set) + self.region2exit_counts: dict[TRegionLines, dict[TLineNo, int]] = collections.defaultdict( + dict + ) + + def add_regions(self, liness: Iterable[set[TLineNo]]) -> None: + """ + Pre-process a number of sets of line numbers. Later calls to `narrow` + with one of these sets will provide a narrowed Analysis. + """ + if self.analysis.has_arcs: + line2region: dict[TLineNo, TRegionLines] = {} + + for lines in liness: + fzlines = frozenset(lines) + for line in lines: + line2region[line] = fzlines + + def collect_arcs( + arc_set: set[TArc], + region2arcs: dict[TRegionLines, set[TArc]], + ) -> None: + for a, b in arc_set: + if r := line2region.get(a): + region2arcs[r].add((a, b)) + if r := line2region.get(b): + region2arcs[r].add((a, b)) + + collect_arcs(self.analysis.arc_possibilities_set, self.region2arc_possibilities) + collect_arcs(self.analysis.arcs_executed_set, self.region2arc_executed) + + for lno, num in self.analysis.exit_counts.items(): + if r := line2region.get(lno): + self.region2exit_counts[r][lno] = num + + def narrow(self, lines: set[TLineNo]) -> Analysis: + """Create a narrowed Analysis. + + The current analysis is copied to make a new one that only considers + the lines in `lines`. + """ + + # Technically, the set intersections in this method are still O(N**2) + # since this method is called N times, but they're very fast and moving + # them to `add_regions` won't avoid the quadratic time. + + statements = self.analysis.statements & lines + excluded = self.analysis.excluded & lines + executed = self.analysis.executed & lines + + if self.analysis.has_arcs: + fzlines = frozenset(lines) + arc_possibilities_set = self.region2arc_possibilities[fzlines] + arcs_executed_set = self.region2arc_executed[fzlines] + exit_counts = self.region2exit_counts[fzlines] + no_branch = self.analysis.no_branch & lines + else: + arc_possibilities_set = set() + arcs_executed_set = set() + exit_counts = {} + no_branch = set() + + return Analysis( + precision=self.analysis.precision, + filename=self.analysis.filename, + has_arcs=self.analysis.has_arcs, + statements=statements, + excluded=excluded, + executed=executed, + arc_possibilities_set=arc_possibilities_set, + arcs_executed_set=arcs_executed_set, + exit_counts=exit_counts, + no_branch=no_branch, + ) + + +@dataclasses.dataclass +class Numbers: + """The numerical results of measuring coverage. + + This holds the basic statistics from `Analysis`, and is used to roll + up statistics across files. + + """ + + precision: int = 0 + n_files: int = 0 + n_statements: int = 0 + n_excluded: int = 0 + n_missing: int = 0 + n_branches: int = 0 + n_partial_branches: int = 0 + n_missing_branches: int = 0 + + @property + def n_executed(self) -> int: + """Returns the number of executed statements.""" + return self.n_statements - self.n_missing + + @property + def n_executed_branches(self) -> int: + """Returns the number of executed branches.""" + return self.n_branches - self.n_missing_branches + + @property + def ratio_statements(self) -> tuple[int, int]: + """Return numerator/denominator for statement coverage.""" + return self.n_executed, self.n_statements + + @property + def ratio_branches(self) -> tuple[int, int]: + """Return numerator/denominator for branch coverage.""" + return self.n_executed_branches, self.n_branches + + def _percent(self, numerator: int, denominator: int) -> float: + """Helper for pc_* properties.""" + if denominator > 0: + return (100.0 * numerator) / denominator + return 100.0 + + @property + def pc_covered(self) -> float: + """Returns a single percentage value for coverage.""" + return self._percent(*self.ratio_covered) + + @property + def pc_statements(self) -> float: + """Returns the percentage covered for statements.""" + return self._percent(*self.ratio_statements) + + @property + def pc_branches(self) -> float: + """Returns the percentage covered for branches.""" + return self._percent(*self.ratio_branches) + + @property + def pc_covered_str(self) -> str: + """Returns the percent covered, as a string, without a percent sign. + + Note that "0" is only returned when the value is truly zero, and "100" + is only returned when the value is truly 100. Rounding can never + result in either "0" or "100". + + """ + return display_covered(self.pc_covered, self.precision) + + @property + def pc_statements_str(self) -> str: + """Returns the statement percent covered without a percent sign.""" + return display_covered(self.pc_statements, self.precision) + + @property + def pc_branches_str(self) -> str: + """Returns the branch percent covered without a percent sign.""" + return display_covered(self.pc_branches, self.precision) + + @property + def ratio_covered(self) -> tuple[int, int]: + """Return a numerator and denominator for the coverage ratio.""" + numerator = self.n_executed + self.n_executed_branches + denominator = self.n_statements + self.n_branches + return numerator, denominator + + def __add__(self, other: Numbers) -> Numbers: + return Numbers( + self.precision, + self.n_files + other.n_files, + self.n_statements + other.n_statements, + self.n_excluded + other.n_excluded, + self.n_missing + other.n_missing, + self.n_branches + other.n_branches, + self.n_partial_branches + other.n_partial_branches, + self.n_missing_branches + other.n_missing_branches, + ) + + def __radd__(self, other: int) -> Numbers: + # Implementing 0+Numbers allows us to sum() a list of Numbers. + assert other == 0 # we only ever call it this way. + return self + + +def display_covered(pc: float, precision: int) -> str: + """Return a displayable total percentage, as a string. + + Note that "0" is only returned when the value is truly zero, and "100" + is only returned when the value is truly 100. Rounding can never + result in either "0" or "100". + + """ + near0 = 1.0 / 10**precision + if 0 < pc < near0: + pc = near0 + elif (100.0 - near0) < pc < 100: + pc = 100.0 - near0 + else: + pc = round(pc, precision) + return f"{pc:.{precision}f}" + + +def _line_ranges( + statements: Iterable[TLineNo], + lines: Iterable[TLineNo], +) -> list[tuple[TLineNo, TLineNo]]: + """Produce a list of ranges for `format_lines`.""" + statements = sorted(statements) + lines = sorted(lines) + + pairs = [] + start: TLineNo | None = None + lidx = 0 + for stmt in statements: + if lidx >= len(lines): + break + if stmt == lines[lidx]: + lidx += 1 + if not start: + start = stmt + end = stmt + elif start: + pairs.append((start, end)) + start = None + if start: + pairs.append((start, end)) + return pairs + + +def format_lines( + statements: Iterable[TLineNo], + lines: Iterable[TLineNo], + arcs: Iterable[tuple[TLineNo, list[TLineNo]]] | None = None, +) -> str: + """Nicely format a list of line numbers. + + Format a list of line numbers for printing by coalescing groups of lines as + long as the lines represent consecutive statements. This will coalesce + even if there are gaps between statements. + + For example, if `statements` is [1,2,3,4,5,10,11,12,13,14] and + `lines` is [1,2,5,10,11,13,14] then the result will be "1-2, 5-11, 13-14". + + Both `lines` and `statements` can be any iterable. All of the elements of + `lines` must be in `statements`, and all of the values must be positive + integers. + + If `arcs` is provided, they are (start,[end,end,end]) pairs that will be + included in the output as long as start isn't in `lines`. + + """ + line_items = [(pair[0], nice_pair(pair)) for pair in _line_ranges(statements, lines)] + if arcs is not None: + line_exits = sorted(arcs) + for line, exits in line_exits: + for ex in sorted(exits): + if line not in lines and ex not in lines: + dest = ex if ex > 0 else "exit" + line_items.append((line, f"{line}->{dest}")) + + ret = ", ".join(t[-1] for t in sorted(line_items)) + return ret + + +def should_fail_under(total: float, fail_under: float, precision: int) -> bool: + """Determine if a total should fail due to fail-under. + + `total` is a float, the coverage measurement total. `fail_under` is the + fail_under setting to compare with. `precision` is the number of digits + to consider after the decimal point. + + Returns True if the total should fail. + + """ + # We can never achieve higher than 100% coverage, or less than zero. + if not (0 <= fail_under <= 100.0): + msg = f"fail_under={fail_under} is invalid. Must be between 0 and 100." + raise ConfigError(msg) + + # Special case for fail_under=100, it must really be 100. + if fail_under == 100.0 and total != 100.0: + return True + + return round(total, precision) < fail_under diff --git a/.venv/lib/python3.12/site-packages/coverage/sqldata.py b/.venv/lib/python3.12/site-packages/coverage/sqldata.py new file mode 100644 index 0000000..bd1171e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/sqldata.py @@ -0,0 +1,1212 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""SQLite coverage data.""" + +from __future__ import annotations + +import base64 +import collections +import datetime +import functools +import glob +import itertools +import os +import random +import re +import socket +import sqlite3 +import string +import sys +import textwrap +import threading +import uuid +import zlib +from collections.abc import Callable, Collection, Mapping, Sequence +from typing import Any, cast + +from coverage.debug import NoDebugging, auto_repr, file_summary +from coverage.exceptions import CoverageException, DataError +from coverage.misc import Hasher, file_be_gone, isolate_module +from coverage.numbits import numbits_to_nums, numbits_union, nums_to_numbits +from coverage.sqlitedb import SqliteDb +from coverage.types import AnyCallable, FilePath, TArc, TDebugCtl, TLineNo, TWarnFn +from coverage.version import __version__ + +os = isolate_module(os) + +# If you change the schema: increment the SCHEMA_VERSION and update the +# docs in docs/dbschema.rst by running "make cogdoc". + +SCHEMA_VERSION = 7 + +# Schema versions: +# 1: Released in 5.0a2 +# 2: Added contexts in 5.0a3. +# 3: Replaced line table with line_map table. +# 4: Changed line_map.bitmap to line_map.numbits. +# 5: Added foreign key declarations. +# 6: Key-value in meta. +# 7: line_map -> line_bits + +SCHEMA = """\ +CREATE TABLE coverage_schema ( + -- One row, to record the version of the schema in this db. + version integer +); + +CREATE TABLE meta ( + -- Key-value pairs, to record metadata about the data + key text, + value text, + unique (key) + -- Possible keys: + -- 'has_arcs' boolean -- Is this data recording branches? + -- 'sys_argv' text -- The coverage command line that recorded the data. + -- 'version' text -- The version of coverage.py that made the file. + -- 'when' text -- Datetime when the file was created. + -- 'hash' text -- Hash of the data. +); + +CREATE TABLE file ( + -- A row per file measured. + id integer primary key, + path text, + unique (path) +); + +CREATE TABLE context ( + -- A row per context measured. + id integer primary key, + context text, + unique (context) +); + +CREATE TABLE line_bits ( + -- If recording lines, a row per context per file executed. + -- All of the line numbers for that file/context are in one numbits. + file_id integer, -- foreign key to `file`. + context_id integer, -- foreign key to `context`. + numbits blob, -- see the numbits functions in coverage.numbits + foreign key (file_id) references file (id), + foreign key (context_id) references context (id), + unique (file_id, context_id) +); + +CREATE TABLE arc ( + -- If recording branches, a row per context per from/to line transition executed. + file_id integer, -- foreign key to `file`. + context_id integer, -- foreign key to `context`. + fromno integer, -- line number jumped from. + tono integer, -- line number jumped to. + foreign key (file_id) references file (id), + foreign key (context_id) references context (id), + unique (file_id, context_id, fromno, tono) +); + +CREATE TABLE tracer ( + -- A row per file indicating the tracer used for that file. + file_id integer primary key, + tracer text, + foreign key (file_id) references file (id) +); +""" + + +def _locked(method: AnyCallable) -> AnyCallable: + """A decorator for methods that should hold self._lock.""" + + @functools.wraps(method) + def _wrapped(self: CoverageData, *args: Any, **kwargs: Any) -> Any: + if self._debug.should("lock"): + self._debug.write(f"Locking {self._lock!r} for {method.__name__}") + with self._lock: + if self._debug.should("lock"): + self._debug.write(f"Locked {self._lock!r} for {method.__name__}") + return method(self, *args, **kwargs) + + return _wrapped + + +class NumbitsUnionAgg: + """SQLite aggregate function for computing union of numbits.""" + + def __init__(self) -> None: + self.result = b"" + + def step(self, value: bytes) -> None: + """Process one value in the aggregation.""" + self.result = numbits_union(self.result, value) + + def finalize(self) -> bytes: + """Return the final aggregated result.""" + return self.result + + +class CoverageData: + """Manages collected coverage data, including file storage. + + This class is the public supported API to the data that coverage.py + collects during program execution. It includes information about what code + was executed. It does not include information from the analysis phase, to + determine what lines could have been executed, or what lines were not + executed. + + .. note:: + + The data file is currently a SQLite database file, with a + :ref:`documented schema `. The schema is subject to change + though, so be careful about querying it directly. Use this API if you + can to isolate yourself from changes. + + There are a number of kinds of data that can be collected: + + * **lines**: the line numbers of source lines that were executed. + These are always available. + + * **arcs**: pairs of source and destination line numbers for transitions + between source lines. These are only available if branch coverage was + used. + + * **file tracer names**: the module names of the file tracer plugins that + handled each file in the data. + + Lines, arcs, and file tracer names are stored for each source file. File + names in this API are case-sensitive, even on platforms with + case-insensitive file systems. + + A data file either stores lines, or arcs, but not both. + + A data file is associated with the data when the :class:`CoverageData` + is created, using the parameters `basename`, `suffix`, and `no_disk`. The + base name can be queried with :meth:`base_filename`, and the actual file + name being used is available from :meth:`data_filename`. + + To read an existing coverage.py data file, use :meth:`read`. You can then + access the line, arc, or file tracer data with :meth:`lines`, :meth:`arcs`, + or :meth:`file_tracer`. + + The :meth:`has_arcs` method indicates whether arc data is available. You + can get a set of the files in the data with :meth:`measured_files`. As + with most Python containers, you can determine if there is any data at all + by using this object as a boolean value. + + The contexts for each line in a file can be read with + :meth:`contexts_by_lineno`. + + To limit querying to certain contexts, use :meth:`set_query_context` or + :meth:`set_query_contexts`. These will narrow the focus of subsequent + :meth:`lines`, :meth:`arcs`, and :meth:`contexts_by_lineno` calls. The set + of all measured context names can be retrieved with + :meth:`measured_contexts`. + + Most data files will be created by coverage.py itself, but you can use + methods here to create data files if you like. The :meth:`add_lines`, + :meth:`add_arcs`, and :meth:`add_file_tracers` methods add data, in ways + that are convenient for coverage.py. + + To record data for contexts, use :meth:`set_context` to set a context to + be used for subsequent :meth:`add_lines` and :meth:`add_arcs` calls. + + To add a source file without any measured data, use :meth:`touch_file`, + or :meth:`touch_files` for a list of such files. + + Write the data to its file with :meth:`write`. + + You can clear the data in memory with :meth:`erase`. Data for specific + files can be removed from the database with :meth:`purge_files`. + + Two data collections can be combined by using :meth:`update` on one + :class:`CoverageData`, passing it the other. + + Data in a :class:`CoverageData` can be serialized and deserialized with + :meth:`dumps` and :meth:`loads`. + + The methods used during the coverage.py collection phase + (:meth:`add_lines`, :meth:`add_arcs`, :meth:`set_context`, and + :meth:`add_file_tracers`) are thread-safe. Other methods may not be. + + """ + + def __init__( + self, + basename: FilePath | None = None, + suffix: str | bool | None = None, + no_disk: bool = False, + warn: TWarnFn | None = None, + debug: TDebugCtl | None = None, + ) -> None: + """Create a :class:`CoverageData` object to hold coverage-measured data. + + Arguments: + basename (str): the base name of the data file, defaulting to + ".coverage". This can be a path to a file in another directory. + suffix (str or bool): has the same meaning as the `data_suffix` + argument to :class:`coverage.Coverage`. + no_disk (bool): if True, keep all data in memory, and don't + write any disk file. + warn: a warning callback function, accepting a warning message + argument. + debug: a `DebugControl` object (optional) + + """ + self._no_disk = no_disk + self._basename = os.path.abspath(basename or ".coverage") + self._suffix = suffix + self._our_suffix = suffix is True + self._warn = warn + self._debug = debug or NoDebugging() + + self._choose_filename() + # Maps filenames to row ids. + self._file_map: dict[str, int] = {} + # Maps thread ids to SqliteDb objects. + self._dbs: dict[int, SqliteDb] = {} + self._pid = os.getpid() + # Synchronize the operations used during collection. + self._lock = threading.RLock() + + self._wrote_hash = False + self._hasher = Hasher() + + # Are we in sync with the data file? + self._have_used = False + + self._has_lines = False + self._has_arcs = False + + self._current_context: str | None = None + self._current_context_id: int | None = None + self._query_context_ids: list[int] | None = None + + __repr__ = auto_repr + + def _debug_dataio(self, msg: str, filename: str) -> None: + """A helper for debug messages which are all similar.""" + if self._debug.should("dataio"): + self._debug.write(f"{msg} {filename!r} ({file_summary(filename)})") + + def _choose_filename(self) -> None: + """Set self._filename based on inited attributes.""" + if self._no_disk: + self._filename = f"file:coverage-{uuid.uuid4()}?mode=memory&cache=shared" + else: + self._filename = self._basename + suffix = filename_suffix(self._suffix) + if suffix: + self._filename += f".{suffix}" + + def _reset(self) -> None: + """Reset our attributes.""" + if not self._no_disk: + self.close() + self._file_map = {} + self._have_used = False + self._current_context_id = None + + def close(self, force: bool = False) -> None: + """Really close all the database objects.""" + if self._debug.should("dataio"): + self._debug.write(f"Closing dbs, force={force}: {self._dbs}") + for db in self._dbs.values(): + db.close(force=force) + self._dbs = {} + + def _open_db(self) -> None: + """Open an existing db file, and read its metadata.""" + self._debug_dataio("Opening data file", self._filename) + self._dbs[threading.get_ident()] = SqliteDb(self._filename, self._debug, self._no_disk) + self._read_db() + + def _read_db(self) -> None: + """Read the metadata from a database so that we are ready to use it.""" + with self._dbs[threading.get_ident()] as db: + try: + row = db.execute_one("select version from coverage_schema") + assert row is not None + except Exception as exc: + if "no such table: coverage_schema" in str(exc): + self._init_db(db) + else: + raise DataError( + "Data file {!r} doesn't seem to be a coverage data file: {}".format( + self._filename, + exc, + ), + ) from exc + else: + schema_version = row[0] + if schema_version != SCHEMA_VERSION: + raise DataError( + "Couldn't use data file {!r}: wrong schema: {} instead of {}".format( + self._filename, + schema_version, + SCHEMA_VERSION, + ), + ) + + row = db.execute_one("select value from meta where key = 'has_arcs'") + if row is not None: + self._has_arcs = bool(int(row[0])) + self._has_lines = not self._has_arcs + + with db.execute("select id, path from file") as cur: + for file_id, path in cur: + self._file_map[path] = file_id + + def _init_db(self, db: SqliteDb) -> None: + """Write the initial contents of the database.""" + self._debug_dataio("Initing data file", self._filename) + db.executescript(SCHEMA) + db.execute_void("INSERT INTO coverage_schema (version) VALUES (?)", (SCHEMA_VERSION,)) + + # When writing metadata, avoid information that will needlessly change + # the hash of the data file, unless we're debugging processes. + # If we control the suffix, then the hash is in the file name, and we + # can write any metadata without affecting the hash determination + # later. + meta_data = [ + ("version", __version__), + ] + if self._our_suffix or self._debug.should("process"): + meta_data.extend( + [ + ("sys_argv", str(getattr(sys, "argv", None))), + ("when", datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")), + ] + ) + db.executemany_void("INSERT OR IGNORE INTO meta (key, value) VALUES (?, ?)", meta_data) + + def _connect(self) -> SqliteDb: + """Get the SqliteDb object to use.""" + if threading.get_ident() not in self._dbs: + self._open_db() + return self._dbs[threading.get_ident()] + + def __bool__(self) -> bool: + if threading.get_ident() not in self._dbs and not os.path.exists(self._filename): + return False + try: + with self._connect() as con: + with con.execute("SELECT * FROM file LIMIT 1") as cur: + return bool(list(cur)) + except CoverageException: + return False + + def dumps(self) -> bytes: + """Serialize the current data to a byte string. + + The format of the serialized data is not documented. It is only + suitable for use with :meth:`loads` in the same version of + coverage.py. + + Note that this serialization is not what gets stored in coverage data + files. This method is meant to produce bytes that can be transmitted + elsewhere and then deserialized with :meth:`loads`. + + Returns: + A byte string of serialized data. + + .. versionadded:: 5.0 + + """ + self._debug_dataio("Dumping data from data file", self._filename) + with self._connect() as con: + script = con.dump() + return b"z" + zlib.compress(script.encode("utf-8")) + + def loads(self, data: bytes) -> None: + """Deserialize data from :meth:`dumps`. + + Use with a newly-created empty :class:`CoverageData` object. It's + undefined what happens if the object already has data in it. + + Note that this is not for reading data from a coverage data file. It + is only for use on data you produced with :meth:`dumps`. + + Arguments: + data: A byte string of serialized data produced by :meth:`dumps`. + + .. versionadded:: 5.0 + + """ + self._debug_dataio("Loading data into data file", self._filename) + if data[:1] != b"z": + raise DataError( + f"Unrecognized serialization: {data[:40]!r} (head of {len(data)} bytes)", + ) + script = zlib.decompress(data[1:]).decode("utf-8") + self._dbs[threading.get_ident()] = db = SqliteDb(self._filename, self._debug, self._no_disk) + with db: + db.executescript(script) + self._read_db() + self._have_used = True + + def _file_id(self, filename: str, add: bool = False) -> int | None: + """Get the file id for `filename`. + + If filename is not in the database yet, add it if `add` is True. + If `add` is not True, return None. + """ + if filename not in self._file_map: + if add: + with self._connect() as con: + self._file_map[filename] = con.execute_for_rowid( + "INSERT OR REPLACE INTO file (path) VALUES (?)", + (filename,), + ) + return self._file_map.get(filename) + + def _context_id(self, context: str) -> int | None: + """Get the id for a context.""" + assert context is not None + self._start_using() + with self._connect() as con: + row = con.execute_one("SELECT id FROM context WHERE context = ?", (context,)) + if row is not None: + return cast(int, row[0]) + else: + return None + + @_locked + def set_context(self, context: str | None) -> None: + """Set the current context for future :meth:`add_lines` etc. + + `context` is a str, the name of the context to use for the next data + additions. The context persists until the next :meth:`set_context`. + + .. versionadded:: 5.0 + + """ + if self._debug.should("dataop"): + self._debug.write(f"Setting coverage context: {context!r}") + self._current_context = context + self._current_context_id = None + self._hasher.update(context) + + def _set_context_id(self) -> None: + """Use the _current_context to set _current_context_id.""" + context = self._current_context or "" + context_id = self._context_id(context) + if context_id is not None: + self._current_context_id = context_id + else: + with self._connect() as con: + self._current_context_id = con.execute_for_rowid( + "INSERT INTO context (context) VALUES (?)", + (context,), + ) + + def base_filename(self) -> str: + """The base filename for storing data. + + .. versionadded:: 5.0 + + """ + return self._basename + + def data_filename(self) -> str: + """Where is the data stored? + + .. versionadded:: 5.0 + + """ + return self._filename + + @_locked + def add_lines(self, line_data: Mapping[str, Collection[TLineNo]]) -> None: + """Add measured line data. + + `line_data` is a dictionary mapping file names to iterables of ints:: + + { filename: { line1, line2, ... }, ...} + + """ + if self._debug.should("dataop"): + self._debug.write( + "Adding lines: %d files, %d lines total" + % ( + len(line_data), + sum(len(lines) for lines in line_data.values()), + ) + ) + if self._debug.should("dataop2"): + for filename, linenos in sorted(line_data.items()): + self._debug.write(f" {filename}: {linenos}") + self._start_using() + self._choose_lines_or_arcs(lines=True) + if not line_data: + return + with self._connect() as con: + self._set_context_id() + for filename, linenos in line_data.items(): + self._hasher.update(filename) + line_bits = nums_to_numbits(linenos) + self._hasher.update(line_bits) + file_id = self._file_id(filename, add=True) + query = "SELECT numbits FROM line_bits WHERE file_id = ? AND context_id = ?" + with con.execute(query, (file_id, self._current_context_id)) as cur: + existing = list(cur) + if existing: + line_bits = numbits_union(line_bits, existing[0][0]) + + con.execute_void( + """ + INSERT OR REPLACE INTO line_bits + (file_id, context_id, numbits) VALUES (?, ?, ?) + """, + (file_id, self._current_context_id, line_bits), + ) + + @_locked + def add_arcs(self, arc_data: Mapping[str, Collection[TArc]]) -> None: + """Add measured arc data. + + `arc_data` is a dictionary mapping file names to iterables of pairs of + ints:: + + { filename: { (l1,l2), (l1,l2), ... }, ...} + + """ + if self._debug.should("dataop"): + self._debug.write( + "Adding arcs: %d files, %d arcs total" + % ( + len(arc_data), + sum(len(arcs) for arcs in arc_data.values()), + ) + ) + if self._debug.should("dataop2"): + for filename, arcs in sorted(arc_data.items()): + self._debug.write(f" {filename}: {arcs}") + self._start_using() + self._choose_lines_or_arcs(arcs=True) + if not arc_data: + return + with self._connect() as con: + self._set_context_id() + for filename, arcs in arc_data.items(): + self._hasher.update(filename) + self._hasher.update(arcs) + if not arcs: + continue + file_id = self._file_id(filename, add=True) + data = [(file_id, self._current_context_id, fromno, tono) for fromno, tono in arcs] + con.executemany_void( + """ + INSERT OR IGNORE INTO arc + (file_id, context_id, fromno, tono) VALUES (?, ?, ?, ?) + """, + data, + ) + + def _choose_lines_or_arcs(self, lines: bool = False, arcs: bool = False) -> None: + """Force the data file to choose between lines and arcs.""" + assert lines or arcs + assert not (lines and arcs) + if lines and self._has_arcs: + if self._debug.should("dataop"): + self._debug.write("Error: Can't add line measurements to existing branch data") + raise DataError("Can't add line measurements to existing branch data") + if arcs and self._has_lines: + if self._debug.should("dataop"): + self._debug.write("Error: Can't add branch measurements to existing line data") + raise DataError("Can't add branch measurements to existing line data") + if not self._has_arcs and not self._has_lines: + self._has_lines = lines + self._has_arcs = arcs + with self._connect() as con: + con.execute_void( + "INSERT OR IGNORE INTO meta (key, value) VALUES (?, ?)", + ("has_arcs", str(int(arcs))), + ) + + @_locked + def add_file_tracers(self, file_tracers: Mapping[str, str]) -> None: + """Add per-file plugin information. + + `file_tracers` is { filename: plugin_name, ... } + + """ + if self._debug.should("dataop"): + self._debug.write(f"Adding file tracers: {len(file_tracers)} files") + if not file_tracers: + return + self._start_using() + with self._connect() as con: + for filename, plugin_name in file_tracers.items(): + self._hasher.update(filename) + self._hasher.update(plugin_name) + file_id = self._file_id(filename, add=True) + existing_plugin = self.file_tracer(filename) + if existing_plugin: + if existing_plugin != plugin_name: + raise DataError( + "Conflicting file tracer name for '{}': {!r} vs {!r}".format( + filename, + existing_plugin, + plugin_name, + ), + ) + elif plugin_name: + con.execute_void( + "INSERT INTO TRACER (file_id, tracer) VALUES (?, ?)", + (file_id, plugin_name), + ) + + def touch_file(self, filename: str, plugin_name: str = "") -> None: + """Ensure that `filename` appears in the data, empty if needed. + + `plugin_name` is the name of the plugin responsible for this file. + It is used to associate the right filereporter, etc. + """ + self.touch_files([filename], plugin_name) + + def touch_files(self, filenames: Collection[str], plugin_name: str | None = None) -> None: + """Ensure that `filenames` appear in the data, empty if needed. + + `plugin_name` is the name of the plugin responsible for these files. + It is used to associate the right filereporter, etc. + """ + if self._debug.should("dataop"): + self._debug.write(f"Touching {filenames!r}") + self._start_using() + with self._connect(): # Use this to get one transaction. + if not self._has_arcs and not self._has_lines: + raise DataError("Can't touch files in an empty CoverageData") + + for filename in filenames: + self._file_id(filename, add=True) + if plugin_name: + # Set the tracer for this file + self.add_file_tracers({filename: plugin_name}) + + def purge_files(self, filenames: Collection[str]) -> None: + """Purge any existing coverage data for the given `filenames`. + + .. versionadded:: 7.2 + + """ + if self._debug.should("dataop"): + self._debug.write(f"Purging data for {filenames!r}") + self._start_using() + with self._connect() as con: + if self._has_lines: + sql = "DELETE FROM line_bits WHERE file_id=?" + elif self._has_arcs: + sql = "DELETE FROM arc WHERE file_id=?" + else: + raise DataError("Can't purge files in an empty CoverageData") + + for filename in filenames: + file_id = self._file_id(filename, add=False) + if file_id is None: + continue + con.execute_void(sql, (file_id,)) + + def update( + self, + other_data: CoverageData, + map_path: Callable[[str], str] | None = None, + ) -> None: + """Update this data with data from another :class:`CoverageData`. + + If `map_path` is provided, it's a function that re-map paths to match + the local machine's. Note: `map_path` is None only when called + directly from the test suite. + + """ + if self._debug.should("dataop"): + self._debug.write( + "Updating with data from {!r}".format( + getattr(other_data, "_filename", "???"), + ) + ) + if self._has_lines and other_data._has_arcs: + raise DataError( + "Can't combine branch coverage data with statement data", slug="cant-combine" + ) + if self._has_arcs and other_data._has_lines: + raise DataError( + "Can't combine statement coverage data with branch data", slug="cant-combine" + ) + + map_path = map_path or (lambda p: p) + + # Force the database we're writing to to exist before we start nesting contexts. + self._start_using() + other_data.read() + + # Ensure other_data has a properly initialized database + with other_data._connect(): + pass + + with self._connect() as con: + assert con.con is not None + con.con.isolation_level = "IMMEDIATE" + + # Register functions for SQLite + con.con.create_function("numbits_union", 2, numbits_union) + con.con.create_function("map_path", 1, map_path) + con.con.create_aggregate( + "numbits_union_agg", + 1, + NumbitsUnionAgg, # type: ignore[arg-type] + ) + + # Attach the other database + con.execute_void("ATTACH DATABASE ? AS other_db", (other_data.data_filename(),)) + + # Create temporary table with mapped file paths to avoid repeated map_path() calls + con.execute_void(""" + CREATE TEMP TABLE other_file_mapped AS + SELECT + other_file.id as other_file_id, + map_path(other_file.path) as mapped_path + FROM other_db.file AS other_file + """) + + # Check for tracer conflicts before proceeding + with con.execute(""" + SELECT other_file_mapped.mapped_path, + COALESCE(main.tracer.tracer, ''), + COALESCE(other_db.tracer.tracer, '') + FROM main.file + LEFT JOIN main.tracer ON main.file.id = main.tracer.file_id + INNER JOIN other_file_mapped ON main.file.path = other_file_mapped.mapped_path + LEFT JOIN other_db.tracer ON other_file_mapped.other_file_id = other_db.tracer.file_id + WHERE COALESCE(main.tracer.tracer, '') != COALESCE(other_db.tracer.tracer, '') + """) as cur: + conflicts = list(cur) + if conflicts: + path, this_tracer, other_tracer = conflicts[0] + raise DataError( + "Conflicting file tracer name for '{}': {!r} vs {!r}".format( + path, + this_tracer, + other_tracer, + ), + ) + + # Insert missing files from other_db (with map_path applied) + con.execute_void(""" + INSERT OR IGNORE INTO main.file (path) + SELECT DISTINCT mapped_path FROM other_file_mapped + """) + + # Insert missing contexts from other_db + con.execute_void(""" + INSERT OR IGNORE INTO main.context (context) + SELECT context FROM other_db.context + """) + + # Update file_map with any new files + with con.execute("SELECT id, path FROM file") as cur: + self._file_map.update({path: id for id, path in cur}) + + with con.execute(""" + SELECT + EXISTS(SELECT 1 FROM other_db.arc), + EXISTS(SELECT 1 FROM other_db.line_bits) + """) as cur: + has_arcs, has_lines = cur.fetchone() + + # Handle arcs if present in other_db + if has_arcs: + self._choose_lines_or_arcs(arcs=True) + + # Create context mapping table for faster lookups + con.execute_void(""" + CREATE TEMP TABLE context_mapping AS + SELECT + other_context.id as other_id, + main_context.id as main_id + FROM other_db.context AS other_context + INNER JOIN main.context AS main_context ON other_context.context = main_context.context + """) + + con.execute_void(""" + INSERT OR IGNORE INTO main.arc (file_id, context_id, fromno, tono) + SELECT + main_file.id, + context_mapping.main_id, + other_arc.fromno, + other_arc.tono + FROM other_db.arc AS other_arc + INNER JOIN other_file_mapped ON other_arc.file_id = other_file_mapped.other_file_id + INNER JOIN context_mapping ON other_arc.context_id = context_mapping.other_id + INNER JOIN main.file AS main_file ON other_file_mapped.mapped_path = main_file.path + """) + + # Handle line_bits if present in other_db + if has_lines: + self._choose_lines_or_arcs(lines=True) + + # Handle line_bits by aggregating other_db data by mapped target, + # then inserting/updating + con.execute_void(""" + INSERT OR REPLACE INTO main.line_bits (file_id, context_id, numbits) + SELECT + main_file.id, + main_context.id, + numbits_union( + COALESCE(( + SELECT numbits FROM main.line_bits + WHERE file_id = main_file.id AND context_id = main_context.id + ), X''), + aggregated.combined_numbits + ) + FROM ( + SELECT + other_file_mapped.mapped_path, + other_context.context, + numbits_union_agg(other_line_bits.numbits) as combined_numbits + FROM other_db.line_bits AS other_line_bits + INNER JOIN other_file_mapped ON other_line_bits.file_id = other_file_mapped.other_file_id + INNER JOIN other_db.context AS other_context ON other_line_bits.context_id = other_context.id + GROUP BY other_file_mapped.mapped_path, other_context.context + ) AS aggregated + INNER JOIN main.file AS main_file ON aggregated.mapped_path = main_file.path + INNER JOIN main.context AS main_context ON aggregated.context = main_context.context + """) + + # Insert tracers from other_db (avoiding conflicts we already checked) + con.execute_void(""" + INSERT OR IGNORE INTO main.tracer (file_id, tracer) + SELECT + main_file.id, + other_tracer.tracer + FROM other_db.tracer AS other_tracer + INNER JOIN other_file_mapped ON other_tracer.file_id = other_file_mapped.other_file_id + INNER JOIN main.file AS main_file ON other_file_mapped.mapped_path = main_file.path + """) + + if not self._no_disk: + # Update all internal cache data. + self._reset() + self.read() + + def erase(self, parallel: bool = False) -> None: + """Erase the data in this object. + + If `parallel` is true, then also deletes data files created from the + basename by parallel-mode. + + """ + self._reset() + if self._no_disk: + return + self._debug_dataio("Erasing data file", self._filename) + file_be_gone(self._filename) + if parallel: + data_dir, local = os.path.split(self._filename) + local_abs_path = os.path.join(os.path.abspath(data_dir), local) + pattern = glob.escape(local_abs_path) + ".*" + for filename in glob.glob(pattern): + self._debug_dataio("Erasing parallel data file", filename) + file_be_gone(filename) + + def read(self) -> None: + """Start using an existing data file.""" + if os.path.exists(self._filename): + with self._connect(): + self._have_used = True + + def write(self) -> None: + """Ensure the data is written to the data file.""" + if self._our_suffix and not self._wrote_hash: + self._debug_dataio("Finishing data file", self._filename) + with self._connect() as con: + con.execute_void( + "INSERT OR IGNORE INTO meta (key, value) VALUES ('hash', ?)", + (self._hasher.hexdigest(),), + ) + self.close() + data_hash = base64.b64encode(self._hasher.digest(), altchars=b"01").decode()[:NHASH] + current_filename = self._filename + self._filename += f".H{data_hash}h" + self._debug_dataio("Renaming data file to", self._filename) + os.rename(current_filename, self._filename) + self._wrote_hash = True + else: + self._debug_dataio("Writing (no-op) data file", self._filename) + + def _start_using(self) -> None: + """Call this before using the database at all.""" + if self._pid != os.getpid(): + # Looks like we forked! Have to start a new data file. + self._reset() + self._choose_filename() + self._pid = os.getpid() + if not self._have_used: + self.erase() + self._have_used = True + + def has_arcs(self) -> bool: + """Does the database have arcs (True) or lines (False).""" + return bool(self._has_arcs) + + def measured_files(self) -> set[str]: + """A set of all files that have been measured. + + Note that a file may be mentioned as measured even though no lines or + arcs for that file are present in the data. + + """ + return set(self._file_map) + + def measured_contexts(self) -> set[str]: + """A set of all contexts that have been measured. + + .. versionadded:: 5.0 + + """ + self._start_using() + with self._connect() as con: + with con.execute("SELECT DISTINCT(context) FROM context") as cur: + contexts = {row[0] for row in cur} + return contexts + + def file_tracer(self, filename: str) -> str | None: + """Get the plugin name of the file tracer for a file. + + Returns the name of the plugin that handles this file. If the file was + measured, but didn't use a plugin, then "" is returned. If the file + was not measured, then None is returned. + + """ + self._start_using() + with self._connect() as con: + file_id = self._file_id(filename) + if file_id is None: + return None + row = con.execute_one("SELECT tracer FROM tracer WHERE file_id = ?", (file_id,)) + if row is not None: + return row[0] or "" + return "" # File was measured, but no tracer associated. + + def set_query_context(self, context: str) -> None: + """Set a context for subsequent querying. + + The next :meth:`lines`, :meth:`arcs`, or :meth:`contexts_by_lineno` + calls will be limited to only one context. `context` is a string which + must match a context exactly. If it does not, no exception is raised, + but queries will return no data. + + .. versionadded:: 5.0 + + """ + self._start_using() + with self._connect() as con: + with con.execute("SELECT id FROM context WHERE context = ?", (context,)) as cur: + self._query_context_ids = [row[0] for row in cur.fetchall()] + + def set_query_contexts(self, contexts: Sequence[str] | None) -> None: + """Set a number of contexts for subsequent querying. + + The next :meth:`lines`, :meth:`arcs`, or :meth:`contexts_by_lineno` + calls will be limited to the specified contexts. `contexts` is a list + of Python regular expressions. Contexts will be matched using + :func:`re.search `. Data will be included in query + results if they are part of any of the contexts matched. + + .. versionadded:: 5.0 + + """ + self._start_using() + if contexts: + with self._connect() as con: + context_clause = " or ".join(["context REGEXP ?"] * len(contexts)) + with con.execute("SELECT id FROM context WHERE " + context_clause, contexts) as cur: + self._query_context_ids = [row[0] for row in cur.fetchall()] + else: + self._query_context_ids = None + + def lines(self, filename: str) -> list[TLineNo] | None: + """Get the list of lines executed for a source file. + + If the file was not measured, returns None. A file might be measured, + and have no lines executed, in which case an empty list is returned. + + If the file was executed, returns a list of integers, the line numbers + executed in the file. The list is in no particular order. + + """ + self._start_using() + if self.has_arcs(): + arcs = self.arcs(filename) + if arcs is not None: + all_lines = itertools.chain.from_iterable(arcs) + return list({l for l in all_lines if l > 0}) + + with self._connect() as con: + file_id = self._file_id(filename) + if file_id is None: + return None + else: + query = "SELECT numbits FROM line_bits WHERE file_id = ?" + data = [file_id] + if self._query_context_ids is not None: + ids_array = ", ".join("?" * len(self._query_context_ids)) + query += " AND context_id IN (" + ids_array + ")" + data += self._query_context_ids + with con.execute(query, data) as cur: + bitmaps = list(cur) + nums = set() + for row in bitmaps: + nums.update(numbits_to_nums(row[0])) + return list(nums) + + def arcs(self, filename: str) -> list[TArc] | None: + """Get the list of arcs executed for a file. + + If the file was not measured, returns None. A file might be measured, + and have no arcs executed, in which case an empty list is returned. + + If the file was executed, returns a list of 2-tuples of integers. Each + pair is a starting line number and an ending line number for a + transition from one line to another. The list is in no particular + order. + + Negative numbers have special meaning. If the starting line number is + -N, it represents an entry to the code object that starts at line N. + If the ending ling number is -N, it's an exit from the code object that + starts at line N. + + """ + self._start_using() + with self._connect() as con: + file_id = self._file_id(filename) + if file_id is None: + return None + else: + query = "SELECT DISTINCT fromno, tono FROM arc WHERE file_id = ?" + data = [file_id] + if self._query_context_ids is not None: + ids_array = ", ".join("?" * len(self._query_context_ids)) + query += " AND context_id IN (" + ids_array + ")" + data += self._query_context_ids + with con.execute(query, data) as cur: + return list(cur) + + def contexts_by_lineno(self, filename: str) -> dict[TLineNo, list[str]]: + """Get the contexts for each line in a file. + + Returns: + A dict mapping line numbers to a list of context names. + + .. versionadded:: 5.0 + + """ + self._start_using() + with self._connect() as con: + file_id = self._file_id(filename) + if file_id is None: + return {} + + lineno_contexts_map = collections.defaultdict(set) + if self.has_arcs(): + query = """ + SELECT arc.fromno, arc.tono, context.context + FROM arc, context + WHERE arc.file_id = ? AND arc.context_id = context.id + """ + data = [file_id] + if self._query_context_ids is not None: + ids_array = ", ".join("?" * len(self._query_context_ids)) + query += " AND arc.context_id IN (" + ids_array + ")" + data += self._query_context_ids + with con.execute(query, data) as cur: + for fromno, tono, context in cur: + if fromno > 0: + lineno_contexts_map[fromno].add(context) + if tono > 0: + lineno_contexts_map[tono].add(context) + else: + query = """ + SELECT l.numbits, c.context FROM line_bits l, context c + WHERE l.context_id = c.id + AND file_id = ? + """ + data = [file_id] + if self._query_context_ids is not None: + ids_array = ", ".join("?" * len(self._query_context_ids)) + query += " AND l.context_id IN (" + ids_array + ")" + data += self._query_context_ids + with con.execute(query, data) as cur: + for numbits, context in cur: + for lineno in numbits_to_nums(numbits): + lineno_contexts_map[lineno].add(context) + + return {lineno: list(contexts) for lineno, contexts in lineno_contexts_map.items()} + + @classmethod + def sys_info(cls) -> list[tuple[str, Any]]: + """Our information for `Coverage.sys_info`. + + Returns a list of (key, value) pairs. + + """ + with SqliteDb(":memory:", debug=NoDebugging()) as db: + with db.execute("PRAGMA temp_store") as cur: + temp_store = [row[0] for row in cur] + with db.execute("PRAGMA compile_options") as cur: + copts = [row[0] for row in cur] + copts = textwrap.wrap(", ".join(copts), width=75) + + return [ + ("sqlite3_sqlite_version", sqlite3.sqlite_version), + ("sqlite3_temp_store", temp_store), + ("sqlite3_compile_options", copts), + ] + + +ASCII = string.ascii_letters + string.digits +NRAND = 6 +NHASH = 10 + + +def filename_suffix(suffix: str | bool | None) -> str | None: + """Compute a filename suffix for a data file. + + If `suffix` is a string or None, simply return it. If `suffix` is True, + then build a suffix incorporating the hostname, process id, and a random + number. + + Returns a string or None. + + """ + if suffix is True: + # If data_suffix was a simple true value, then make a suffix with + # plenty of distinguishing information. We do this here in + # `save()` at the last minute so that the pid will be correct even + # if the process forks. + die = random.Random(os.urandom(8)) + rolls = "".join(die.choice(ASCII) for _ in range(NRAND)) + host = socket.gethostname().replace(".", "_") + suffix = f"{host}.pid{os.getpid()}.X{rolls}x" + elif suffix is False: + suffix = None + return suffix + + +# A regex to match parallel file name suffixes, with named groups. +# We combine this with other regexes, so be careful with flags. +SUFFIX_PATTERN = rf"""(?x: # re.VERBOSE, but only for part of the pattern + \.(?P[^.]+) # .hostname + \.pid(?P\d+) # .pid1234 + \.X(?P\w{{{NRAND}}})x # .Xabc123x + (\.H(?P\w{{{NHASH}}}h))? # .Habcdef1234h (optional) + )""" + + +def filename_match(filename: str) -> re.Match[str] | None: + """Return a match object to pick apart the filename.""" + return re.search(f"{SUFFIX_PATTERN}$", filename) + + +def good_filename_match(filename: str) -> re.Match[str]: + """Match the filename where we know it will match.""" + m = filename_match(filename) + assert m is not None + return m diff --git a/.venv/lib/python3.12/site-packages/coverage/sqlitedb.py b/.venv/lib/python3.12/site-packages/coverage/sqlitedb.py new file mode 100644 index 0000000..5a37b72 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/sqlitedb.py @@ -0,0 +1,226 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""SQLite abstraction for coverage.py""" + +from __future__ import annotations + +import contextlib +import re +import sqlite3 +from collections.abc import Iterable, Iterator +from typing import Any, cast + +from coverage.debug import auto_repr, clipped_repr, exc_one_line +from coverage.exceptions import DataError +from coverage.types import TDebugCtl + + +class SqliteDb: + """A simple abstraction over a SQLite database. + + Use as a context manager, then you can use it like a + :class:`python:sqlite3.Connection` object:: + + with SqliteDb(filename, debug_control) as db: + with db.execute("select a, b from some_table") as cur: + for a, b in cur: + etc(a, b) + + """ + + def __init__(self, filename: str, debug: TDebugCtl, no_disk: bool = False) -> None: + self.debug = debug + self.filename = filename + self.no_disk = no_disk + self.nest = 0 + self.con: sqlite3.Connection | None = None + + __repr__ = auto_repr + + def _connect(self) -> None: + """Connect to the db and do universal initialization.""" + if self.con is not None: + return + + # It can happen that Python switches threads while the tracer writes + # data. The second thread will also try to write to the data, + # effectively causing a nested context. However, given the idempotent + # nature of the tracer operations, sharing a connection among threads + # is not a problem. + if self.debug.should("sql"): + self.debug.write(f"Connecting to {self.filename!r}") + try: + # Use uri=True when connecting to memory URIs + if self.filename.startswith("file:"): + self.con = sqlite3.connect(self.filename, check_same_thread=False, uri=True) + else: + self.con = sqlite3.connect(self.filename, check_same_thread=False) + except sqlite3.Error as exc: + raise DataError(f"Couldn't use data file {self.filename!r}: {exc}") from exc + + if self.debug.should("sql"): + self.debug.write(f"Connected to {self.filename!r} as {self.con!r}") + + self.con.create_function("REGEXP", 2, lambda txt, pat: re.search(txt, pat) is not None) + + # Turning off journal_mode can speed up writing. It can't always be + # disabled, so we have to be prepared for *-journal files elsewhere. + # In Python 3.12+, we can change the config to allow journal_mode=off. + if hasattr(sqlite3, "SQLITE_DBCONFIG_DEFENSIVE"): + # Turn off defensive mode, so that journal_mode=off can succeed. + self.con.setconfig( # type: ignore[attr-defined, unused-ignore] + sqlite3.SQLITE_DBCONFIG_DEFENSIVE, + False, + ) + + # This pragma makes writing faster. It disables rollbacks, but we never need them. + self.execute_void("pragma journal_mode=off") + + # This pragma makes writing faster. It can fail in unusual situations + # (https://github.com/coveragepy/coveragepy/issues/1646), so use fail_ok=True + # to keep things going. + self.execute_void("pragma synchronous=off", fail_ok=True) + + def close(self, force: bool = False) -> None: + """If needed, close the connection.""" + if self.con is not None: + if force or not self.no_disk: + if self.debug.should("sql"): + self.debug.write(f"Closing {self.con!r} on {self.filename!r}") + self.con.close() + self.con = None + + def __enter__(self) -> SqliteDb: + if self.nest == 0: + self._connect() + assert self.con is not None + self.con.__enter__() + self.nest += 1 + return self + + def __exit__(self, exc_type, exc_value, traceback) -> None: # type: ignore[no-untyped-def] + self.nest -= 1 + if self.nest == 0: + try: + assert self.con is not None + self.con.__exit__(exc_type, exc_value, traceback) + self.close() + except Exception as exc: + if self.debug.should("sql"): + self.debug.write(f"EXCEPTION from __exit__: {exc_one_line(exc)}") + raise DataError(f"Couldn't end data file {self.filename!r}: {exc}") from exc + + def _execute(self, sql: str, parameters: Iterable[Any]) -> sqlite3.Cursor: + """Same as :meth:`python:sqlite3.Connection.execute`.""" + if self.debug.should("sql"): + tail = f" with {parameters!r}" if parameters else "" + self.debug.write(f"Executing {sql!r}{tail}") + try: + assert self.con is not None + try: + return self.con.execute(sql, parameters) # type: ignore[arg-type] + except Exception: + # In some cases, an error might happen that isn't really an + # error. Try again immediately. + # https://github.com/coveragepy/coveragepy/issues/1010 + return self.con.execute(sql, parameters) # type: ignore[arg-type] + except sqlite3.Error as exc: + msg = str(exc) + if self.debug.should("sql"): + self.debug.write(f"EXCEPTION from execute: {exc_one_line(exc)}") + raise DataError(f"Couldn't use data file {self.filename!r}: {msg}") from exc + + @contextlib.contextmanager + def execute( + self, + sql: str, + parameters: Iterable[Any] = (), + ) -> Iterator[sqlite3.Cursor]: + """Context managed :meth:`python:sqlite3.Connection.execute`. + + Use with a ``with`` statement to auto-close the returned cursor. + """ + cur = self._execute(sql, parameters) + try: + yield cur + finally: + cur.close() + + def execute_void(self, sql: str, parameters: Iterable[Any] = (), fail_ok: bool = False) -> None: + """Same as :meth:`python:sqlite3.Connection.execute` when you don't need the cursor. + + If `fail_ok` is True, then SQLite errors are ignored. + """ + try: + # PyPy needs the .close() calls here, or sqlite gets twisted up: + # https://bitbucket.org/pypy/pypy/issues/2872/default-isolation-mode-is-different-on + self._execute(sql, parameters).close() + except DataError: + if not fail_ok: + raise + + def execute_for_rowid(self, sql: str, parameters: Iterable[Any] = ()) -> int: + """Like execute, but returns the lastrowid.""" + with self.execute(sql, parameters) as cur: + assert cur.lastrowid is not None + rowid: int = cur.lastrowid + if self.debug.should("sqldata"): + self.debug.write(f"Row id result: {rowid!r}") + return rowid + + def execute_one(self, sql: str, parameters: Iterable[Any] = ()) -> tuple[Any, ...] | None: + """Execute a statement and return the one row that results. + + This is like execute(sql, parameters).fetchone(), except it is + correct in reading the entire result set. This will raise an + exception if more than one row results. + + Returns a row, or None if there were no rows. + """ + with self.execute(sql, parameters) as cur: + rows = list(cur) + if len(rows) == 0: + return None + elif len(rows) == 1: + return cast(tuple[Any, ...], rows[0]) + else: + raise AssertionError(f"SQL {sql!r} shouldn't return {len(rows)} rows") + + def _executemany(self, sql: str, data: list[Any]) -> sqlite3.Cursor: + """Same as :meth:`python:sqlite3.Connection.executemany`.""" + if self.debug.should("sql"): + final = ":" if self.debug.should("sqldata") else "" + self.debug.write(f"Executing many {sql!r} with {len(data)} rows{final}") + if self.debug.should("sqldata"): + for i, row in enumerate(data): + self.debug.write(f"{i:4d}: {row!r}") + assert self.con is not None + try: + return self.con.executemany(sql, data) + except Exception: + # In some cases, an error might happen that isn't really an + # error. Try again immediately. + # https://github.com/coveragepy/coveragepy/issues/1010 + return self.con.executemany(sql, data) + + def executemany_void(self, sql: str, data: list[Any]) -> None: + """Same as :meth:`python:sqlite3.Connection.executemany` when you don't need the cursor.""" + self._executemany(sql, data).close() + + def executescript(self, script: str) -> None: + """Same as :meth:`python:sqlite3.Connection.executescript`.""" + if self.debug.should("sql"): + self.debug.write( + "Executing script with {} chars: {}".format( + len(script), + clipped_repr(script, 100), + ) + ) + assert self.con is not None + self.con.executescript(script).close() + + def dump(self) -> str: + """Return a multi-line string, the SQL dump of the database.""" + assert self.con is not None + return "\n".join(self.con.iterdump()) diff --git a/.venv/lib/python3.12/site-packages/coverage/sysmon.py b/.venv/lib/python3.12/site-packages/coverage/sysmon.py new file mode 100644 index 0000000..0434ac2 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/sysmon.py @@ -0,0 +1,509 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""Callback functions and support for sys.monitoring data collection.""" + +from __future__ import annotations + +import collections +import functools +import inspect +import os +import os.path +import sys +import threading +import traceback +from collections.abc import Callable +from dataclasses import dataclass +from types import CodeType +from typing import Any, NewType, Optional, cast + +from coverage import env +from coverage.bytecode import TBranchTrails, always_jumps, branch_trails +from coverage.debug import short_filename, short_stack +from coverage.exceptions import NoSource, NotPython +from coverage.misc import isolate_module +from coverage.parser import PythonParser +from coverage.types import ( + AnyCallable, + TFileDisposition, + TLineNo, + TOffset, + Tracer, + TShouldStartContextFn, + TShouldTraceFn, + TTraceData, + TTraceFileData, + TWarnFn, +) + +# Only needed for some of the commented-out logging: +# from coverage.debug import ppformat + +os = isolate_module(os) + +# pylint: disable=unused-argument + +# $set_env.py: COVERAGE_SYSMON_LOG - Log sys.monitoring activity +LOG = bool(int(os.getenv("COVERAGE_SYSMON_LOG", 0))) + +# $set_env.py: COVERAGE_SYSMON_STATS - Collect sys.monitoring stats +COLLECT_STATS = bool(int(os.getenv("COVERAGE_SYSMON_STATS", 0))) + +# This module will be imported in all versions of Python, but only used in 3.12+ +# It will be type-checked for 3.12, but not for earlier versions. +sys_monitoring = getattr(sys, "monitoring", None) + +DISABLE_TYPE = NewType("DISABLE_TYPE", object) +MonitorReturn = Optional[DISABLE_TYPE] +DISABLE = cast(MonitorReturn, getattr(sys_monitoring, "DISABLE", None)) + + +if LOG: # pragma: debugging + + class LoggingWrapper: + """Wrap a namespace to log all its functions.""" + + def __init__(self, wrapped: Any, namespace: str) -> None: + self.wrapped = wrapped + self.namespace = namespace + + def __getattr__(self, name: str) -> Callable[..., Any]: + def _wrapped(*args: Any, **kwargs: Any) -> Any: + log(f"{self.namespace}.{name}{args}{kwargs}") + return getattr(self.wrapped, name)(*args, **kwargs) + + return _wrapped + + sys_monitoring = LoggingWrapper(sys_monitoring, "sys.monitoring") + assert sys_monitoring is not None + + short_stack = functools.partial( + short_stack, + full=True, + short_filenames=True, + frame_ids=True, + ) + seen_threads: set[int] = set() + + def log(msg: str) -> None: + """Write a message to our detailed debugging log(s).""" + # Thread ids are reused across processes? + # Make a shorter number more likely to be unique. + pid = os.getpid() + tid = cast(int, threading.current_thread().ident) + tslug = f"{(pid * tid) % 9_999_991:07d}" + if tid not in seen_threads: + seen_threads.add(tid) + log(f"New thread {tid} {tslug}:\n{short_stack()}") + # log_seq = int(os.getenv("PANSEQ", "0")) + # root = f"/tmp/pan.{log_seq:03d}" + for filename in [ + "/tmp/foo.out", + # f"{root}.out", + # f"{root}-{pid}.out", + # f"{root}-{pid}-{tslug}.out", + ]: + with open(filename, "a", encoding="utf-8") as f: + try: + print(f"{pid}:{tslug}: {msg}", file=f, flush=True) + except UnicodeError: + print(f"{pid}:{tslug}: {ascii(msg)}", file=f, flush=True) + + def arg_repr(arg: Any) -> str: + """Make a customized repr for logged values.""" + if isinstance(arg, CodeType): + return ( + f"" + ) + return repr(arg) + + def panopticon(*names: str | None) -> AnyCallable: + """Decorate a function to log its calls.""" + + def _decorator(method: AnyCallable) -> AnyCallable: + @functools.wraps(method) + def _wrapped(self: Any, *args: Any) -> Any: + try: + # log(f"{method.__name__}() stack:\n{short_stack()}") + args_reprs = [] + for name, arg in zip(names, args): + if name is None: + continue + args_reprs.append(f"{name}={arg_repr(arg)}") + log(f"{id(self):#x}:{method.__name__}({', '.join(args_reprs)})") + ret = method(self, *args) + # log(f" end {id(self):#x}:{method.__name__}({', '.join(args_reprs)})") + return ret + except Exception as exc: + log(f"!!{exc.__class__.__name__}: {exc}") + if 1: + log("".join(traceback.format_exception(exc))) + try: + assert sys_monitoring is not None + sys_monitoring.set_events(sys.monitoring.COVERAGE_ID, 0) + except ValueError: + # We might have already shut off monitoring. + log("oops, shutting off events with disabled tool id") + raise + + return _wrapped + + return _decorator + +else: + + def log(msg: str) -> None: + """Write a message to our detailed debugging log(s), but not really.""" + + def panopticon(*names: str | None) -> AnyCallable: + """Decorate a function to log its calls, but not really.""" + + def _decorator(meth: AnyCallable) -> AnyCallable: + return meth + + return _decorator + + +@dataclass +class CodeInfo: + """The information we want about each code object.""" + + tracing: bool + file_data: TTraceFileData | None + byte_to_line: dict[TOffset, TLineNo] | None + + # Keys are start instruction offsets for branches. + # Values are dicts: + # { + # (from_line, to_line): {offset, offset, ...}, + # (from_line, to_line): {offset, offset, ...}, + # } + branch_trails: TBranchTrails + + # Always-jumps are bytecode offsets that do no work but move + # to another offset. + always_jumps: dict[TOffset, TOffset] + + +def bytes_to_lines(code: CodeType) -> dict[TOffset, TLineNo]: + """Make a dict mapping byte code offsets to line numbers.""" + b2l = {} + for bstart, bend, lineno in code.co_lines(): + if lineno is not None: + for boffset in range(bstart, bend, 2): + b2l[boffset] = lineno + return b2l + + +class SysMonitor(Tracer): + """Python implementation of the raw data tracer for PEP669 implementations.""" + + # One of these will be used across threads. Be careful. + + def __init__(self, tool_id: int) -> None: + # Attributes set from the collector: + self.data: TTraceData + self.trace_arcs = False + self.should_trace: TShouldTraceFn + self.should_trace_cache: dict[str, TFileDisposition | None] + # TODO: should_start_context and switch_context are unused! + # Change tests/testenv.py:DYN_CONTEXTS when this is updated. + self.should_start_context: TShouldStartContextFn | None = None + self.switch_context: Callable[[str | None], None] | None = None + self.lock_data: Callable[[], None] + self.unlock_data: Callable[[], None] + # TODO: warn is unused. + self.warn: TWarnFn + + self.myid = tool_id + + # Map id(code_object) -> CodeInfo + self.code_infos: dict[int, CodeInfo] = {} + # A list of code_objects, just to keep them alive so that id's are + # useful as identity. + self.code_objects: list[CodeType] = [] + + # Map filename:__name__ -> set(id(code_object)) + self.filename_code_ids: dict[str, set[int]] = collections.defaultdict(set) + + self.sysmon_on = False + self.lock = threading.Lock() + + self.stats: dict[str, int] | None = None + if COLLECT_STATS: + self.stats = dict.fromkeys( + "starts start_tracing returns line_lines line_arcs branches branch_trails".split(), + 0, + ) + + self._activity = False + + def __repr__(self) -> str: + points = sum(len(v) for v in self.data.values()) + files = len(self.data) + return f"" + + @panopticon() + def start(self) -> None: + """Start this Tracer.""" + with self.lock: + assert sys_monitoring is not None + sys_monitoring.use_tool_id(self.myid, "coverage.py") + register = functools.partial(sys_monitoring.register_callback, self.myid) + events = sys.monitoring.events + + sys_monitoring.set_events(self.myid, events.PY_START) + register(events.PY_START, self.sysmon_py_start) + if self.trace_arcs: + register(events.PY_RETURN, self.sysmon_py_return) + register(events.LINE, self.sysmon_line_arcs) + if env.PYBEHAVIOR.branch_right_left: + register(events.BRANCH_RIGHT, self.sysmon_branch_either) + register(events.BRANCH_LEFT, self.sysmon_branch_either) + else: + register(events.LINE, self.sysmon_line_lines) + sys_monitoring.restart_events() + self.sysmon_on = True + + @panopticon() + def stop(self) -> None: + """Stop this Tracer.""" + with self.lock: + if not self.sysmon_on: + # In forking situations, we might try to stop when we are not + # started. Do nothing in that case. + return + assert sys_monitoring is not None + sys_monitoring.set_events(self.myid, 0) + self.sysmon_on = False + sys_monitoring.free_tool_id(self.myid) + + if LOG: # pragma: debugging + items = sorted( + self.filename_code_ids.items(), + key=lambda item: len(item[1]), + reverse=True, + ) + code_objs = sum(len(code_ids) for _, code_ids in items) + dupes = code_objs - len(items) + if dupes: + log(f"==== Duplicate code objects: {dupes} duplicates, {code_objs} total") + for filename, code_ids in items: + if len(code_ids) > 1: + log(f"{len(code_ids):>5} objects: {filename}") + else: + log("==== Duplicate code objects: none") + + @panopticon() + def post_fork(self) -> None: + """The process has forked, clean up as needed.""" + self.stop() + + def activity(self) -> bool: + """Has there been any activity?""" + return self._activity + + def reset_activity(self) -> None: + """Reset the activity() flag.""" + self._activity = False + + def get_stats(self) -> dict[str, int] | None: + """Return a dictionary of statistics, or None.""" + return self.stats + + @panopticon("code", "@") + def sysmon_py_start(self, code: CodeType, instruction_offset: TOffset) -> MonitorReturn: + """Handle sys.monitoring.events.PY_START events.""" + self._activity = True + if self.stats is not None: + self.stats["starts"] += 1 + + if code.co_name == "__annotate__": + # Type annotation code objects don't execute, ignore them. + return DISABLE + + # Entering a new frame. Decide if we should trace in this file. + code_info = self.code_infos.get(id(code)) + tracing_code: bool | None = None + file_data: TTraceFileData | None = None + if code_info is not None: + tracing_code = code_info.tracing + file_data = code_info.file_data + + if tracing_code is None: + filename = code.co_filename + disp = self.should_trace_cache.get(filename) + if disp is None: + frame = inspect.currentframe() + if frame is not None: + frame = inspect.currentframe().f_back # type: ignore[union-attr] + if LOG: # pragma: debugging + # @panopticon adds a frame. + frame = frame.f_back # type: ignore[union-attr] + disp = self.should_trace(filename, frame) # type: ignore[arg-type] + self.should_trace_cache[filename] = disp + + tracing_code = disp.trace + if tracing_code: + tracename = disp.source_filename + assert tracename is not None + self.lock_data() + try: + if tracename not in self.data: + self.data[tracename] = set() + finally: + self.unlock_data() + file_data = self.data[tracename] + b2l = bytes_to_lines(code) + else: + file_data = None + b2l = None + + code_info = CodeInfo( + tracing=tracing_code, + file_data=file_data, + byte_to_line=b2l, + branch_trails={}, + always_jumps={}, + ) + self.code_infos[id(code)] = code_info + self.code_objects.append(code) + + if tracing_code: + if self.stats is not None: + self.stats["start_tracing"] += 1 + events = sys.monitoring.events + with self.lock: + if self.sysmon_on: + assert sys_monitoring is not None + local_events = events.PY_RETURN | events.PY_RESUME | events.LINE + if self.trace_arcs: + assert env.PYBEHAVIOR.branch_right_left + local_events |= events.BRANCH_RIGHT | events.BRANCH_LEFT + sys_monitoring.set_local_events(self.myid, code, local_events) + + if LOG: # pragma: debugging + if code.co_filename not in {""}: + self.filename_code_ids[f"{code.co_filename}:{code.co_name}"].add( + id(code) + ) + + return DISABLE + + @panopticon("code", "@", None) + def sysmon_py_return( + self, + code: CodeType, + instruction_offset: TOffset, + retval: object, + ) -> MonitorReturn: + """Handle sys.monitoring.events.PY_RETURN events for branch coverage.""" + if self.stats is not None: + self.stats["returns"] += 1 + code_info = self.code_infos.get(id(code)) + # code_info is not None and code_info.file_data is not None, since we + # wouldn't have enabled this event if they were. + last_line = code_info.byte_to_line.get(instruction_offset) # type: ignore + if last_line is not None: + arc = (last_line, -code.co_firstlineno) + code_info.file_data.add(arc) # type: ignore + # log(f"adding {arc=}") + return DISABLE + + @panopticon("code", "line") + def sysmon_line_lines(self, code: CodeType, line_number: TLineNo) -> MonitorReturn: + """Handle sys.monitoring.events.LINE events for line coverage.""" + if self.stats is not None: + self.stats["line_lines"] += 1 + code_info = self.code_infos.get(id(code)) + # It should be true that code_info is not None and code_info.file_data + # is not None, since we wouldn't have enabled this event if they were. + # But somehow code_info can be None here, so we have to check. + if code_info is not None and code_info.file_data is not None: + code_info.file_data.add(line_number) # type: ignore + # log(f"adding {line_number=}") + return DISABLE + + @panopticon("code", "line") + def sysmon_line_arcs(self, code: CodeType, line_number: TLineNo) -> MonitorReturn: + """Handle sys.monitoring.events.LINE events for branch coverage.""" + if self.stats is not None: + self.stats["line_arcs"] += 1 + code_info = self.code_infos[id(code)] + # code_info is not None and code_info.file_data is not None, since we + # wouldn't have enabled this event if they were. + arc = (line_number, line_number) + code_info.file_data.add(arc) # type: ignore + # log(f"adding {arc=}") + return DISABLE + + @panopticon("code", "@", "@") + def sysmon_branch_either( + self, code: CodeType, instruction_offset: TOffset, destination_offset: TOffset + ) -> MonitorReturn: + """Handle BRANCH_RIGHT and BRANCH_LEFT events.""" + if self.stats is not None: + self.stats["branches"] += 1 + code_info = self.code_infos[id(code)] + # code_info is not None and code_info.file_data is not None, since we + # wouldn't have enabled this event if they were. + if not code_info.branch_trails: + if self.stats is not None: + self.stats["branch_trails"] += 1 + multiline_map = get_multiline_map(code.co_filename) + code_info.branch_trails = branch_trails(code, multiline_map=multiline_map) + code_info.always_jumps = always_jumps(code) + # log(f"branch_trails for {code}:\n{ppformat(code_info.branch_trails)}") + added_arc = False + dest_info = code_info.branch_trails.get(instruction_offset) + + # Re-map the destination offset through always-jumps to deal with NOP etc. + dests = {destination_offset} + while (dest := code_info.always_jumps.get(destination_offset)) is not None: + destination_offset = dest + dests.add(destination_offset) + + # log(f"dest_info = {ppformat(dest_info)}") + if dest_info is not None: + for arc, offsets in dest_info.items(): + if arc is None: + continue + if dests & offsets: + code_info.file_data.add(arc) # type: ignore + # log(f"adding {arc=}") + added_arc = True + break + + if not added_arc: + # This could be an exception jumping from line to line. + assert code_info.byte_to_line is not None + l1 = code_info.byte_to_line.get(instruction_offset) + if l1 is not None: + l2 = code_info.byte_to_line.get(destination_offset) + if l2 is not None and l1 != l2: + arc = (l1, l2) + code_info.file_data.add(arc) # type: ignore + # log(f"adding unforeseen {arc=}") + + return DISABLE + + +@functools.lru_cache(maxsize=20) +def get_multiline_map(filename: str) -> dict[TLineNo, TLineNo]: + """Get a PythonParser for the given filename, cached.""" + try: + parser = PythonParser(filename=filename) + parser.parse_source() + except NotPython: + # The file was not Python. This can happen when the code object refers + # to an original non-Python source file, like a Jinja template. + # In that case, just return an empty map, which might lead to slightly + # wrong branch coverage, but we don't have any better option. + return {} + except NoSource: + # This can happen if open() in python.py fails. + return {} + return parser.multiline_map diff --git a/.venv/lib/python3.12/site-packages/coverage/templite.py b/.venv/lib/python3.12/site-packages/coverage/templite.py new file mode 100644 index 0000000..d567e21 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/templite.py @@ -0,0 +1,319 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""A simple Python template renderer, for a nano-subset of Django syntax. + +For a detailed discussion of this code, see this chapter from 500 Lines: +http://aosabook.org/en/500L/a-template-engine.html + +""" + +# Coincidentally named the same as http://code.activestate.com/recipes/496702/ + +from __future__ import annotations + +import re +from collections.abc import Callable +from typing import Any, NoReturn, cast + + +class TempliteSyntaxError(ValueError): + """Raised when a template has a syntax error.""" + + pass + + +class TempliteValueError(ValueError): + """Raised when an expression won't evaluate in a template.""" + + pass + + +class CodeBuilder: + """Build source code conveniently.""" + + def __init__(self, indent: int = 0) -> None: + self.code: list[str | CodeBuilder] = [] + self.indent_level = indent + + def __str__(self) -> str: + return "".join(str(c) for c in self.code) + + def add_line(self, line: str) -> None: + """Add a line of source to the code. + + Indentation and newline will be added for you, don't provide them. + + """ + self.code.extend([" " * self.indent_level, line, "\n"]) + + def add_section(self) -> CodeBuilder: + """Add a section, a sub-CodeBuilder.""" + section = CodeBuilder(self.indent_level) + self.code.append(section) + return section + + INDENT_STEP = 4 # PEP8 says so! + + def indent(self) -> None: + """Increase the current indent for following lines.""" + self.indent_level += self.INDENT_STEP + + def dedent(self) -> None: + """Decrease the current indent for following lines.""" + self.indent_level -= self.INDENT_STEP + + def get_globals(self) -> dict[str, Any]: + """Execute the code, and return a dict of globals it defines.""" + # A check that the caller really finished all the blocks they started. + assert self.indent_level == 0 + # Get the Python source as a single string. + python_source = str(self) + # Execute the source, defining globals, and return them. + global_namespace: dict[str, Any] = {} + exec(python_source, global_namespace) + return global_namespace + + +class Templite: + """A simple template renderer, for a nano-subset of Django syntax. + + Supported constructs are extended variable access:: + + {{var.modifier.modifier|filter|filter}} + + loops:: + + {% for var in list %}...{% endfor %} + + and ifs:: + + {% if var %}...{% endif %} + + if-else:: + + {% if var %}...{% else %}...{% endif %} + + Comments are within curly-hash markers:: + + {# This will be ignored #} + + Lines between `{% joined %}` and `{% endjoined %}` will have lines stripped + and joined. Be careful, this could join words together! + + Any of these constructs can have a hyphen at the end (`-}}`, `-%}`, `-#}`), + which will collapse the white space following the tag. + + Construct a Templite with the template text, then use `render` against a + dictionary context to create a finished string:: + + templite = Templite(''' +

Hello {{name|upper}}!

+ {% for topic in topics %} +

You are interested in {{topic}}.

+ {% endif %} + ''', + {"upper": str.upper}, + ) + text = templite.render({ + "name": "Ned", + "topics": ["Python", "Geometry", "Juggling"], + }) + + """ + + def __init__(self, text: str, *contexts: dict[str, Any]) -> None: + """Construct a Templite with the given `text`. + + `contexts` are dictionaries of values to use for future renderings. + These are good for filters and global values. + + """ + self.context = {} + for context in contexts: + self.context.update(context) + + self.all_vars: set[str] = set() + self.loop_vars: set[str] = set() + + # We construct a function in source form, then compile it and hold onto + # it, and execute it to render the template. + code = CodeBuilder() + + code.add_line("def render_function(context, do_dots):") + code.indent() + vars_code = code.add_section() + code.add_line("result = []") + code.add_line("append_result = result.append") + code.add_line("extend_result = result.extend") + code.add_line("to_str = str") + + buffered: list[str] = [] + + def flush_output() -> None: + """Force `buffered` to the code builder.""" + if len(buffered) == 1: + code.add_line("append_result(%s)" % buffered[0]) + elif len(buffered) > 1: + code.add_line("extend_result([%s])" % ", ".join(buffered)) + del buffered[:] + + ops_stack = [] + + # Split the text to form a list of tokens. + tokens = re.split(r"(?s)({{.*?}}|{%.*?%}|{#.*?#})", text) + + squash = in_joined = False + + for token in tokens: + if token.startswith("{"): + start, end = 2, -2 + squash = (token[-3] == "-") # fmt: skip + if squash: + end = -3 + + if token.startswith("{#"): + # Comment: ignore it and move on. + continue + elif token.startswith("{{"): + # An expression to evaluate. + expr = self._expr_code(token[start:end].strip()) + buffered.append("to_str(%s)" % expr) + else: + # token.startswith("{%") + # Action tag: split into words and parse further. + flush_output() + + words = token[start:end].strip().split() + if words[0] == "if": + # An if statement: evaluate the expression to determine if. + if len(words) != 2: + self._syntax_error("Don't understand if", token) + ops_stack.append("if") + code.add_line("if %s:" % self._expr_code(words[1])) + code.indent() + elif words[0] == "else": + if len(words) != 1: + self._syntax_error("Don't understand else", token) + if not ops_stack or ops_stack[-1] != "if": + self._syntax_error("Mismatched else", token) + code.dedent() + code.add_line("else:") + code.indent() + elif words[0] == "for": + # A loop: iterate over expression result. + if len(words) != 4 or words[2] != "in": + self._syntax_error("Don't understand for", token) + ops_stack.append("for") + self._variable(words[1], self.loop_vars) + code.add_line( + f"for c_{words[1]} in {self._expr_code(words[3])}:", + ) + code.indent() + elif words[0] == "joined": + ops_stack.append("joined") + in_joined = True + elif words[0].startswith("end"): + # Endsomething. Pop the ops stack. + if len(words) != 1: + self._syntax_error("Don't understand end", token) + end_what = words[0][3:] + if not ops_stack: + self._syntax_error("Too many ends", token) + start_what = ops_stack.pop() + if start_what != end_what: + self._syntax_error("Mismatched end tag", end_what) + if end_what == "joined": + in_joined = False + else: + code.dedent() + else: + self._syntax_error("Don't understand tag", words[0]) + else: + # Literal content. If it isn't empty, output it. + if in_joined: + token = re.sub(r"\s*\n\s*", "", token.strip()) + elif squash: + token = token.lstrip() + if token: + buffered.append(repr(token)) + + if ops_stack: + self._syntax_error("Unmatched action tag", ops_stack[-1]) + + flush_output() + + for var_name in self.all_vars - self.loop_vars: + vars_code.add_line(f"c_{var_name} = context[{var_name!r}]") + + code.add_line("return ''.join(result)") + code.dedent() + self._render_function = cast( + Callable[ + [dict[str, Any], Callable[..., Any]], + str, + ], + code.get_globals()["render_function"], + ) + + def _expr_code(self, expr: str) -> str: + """Generate a Python expression for `expr`.""" + if "|" in expr: + pipes = expr.split("|") + code = self._expr_code(pipes[0]) + for func in pipes[1:]: + self._variable(func, self.all_vars) + code = f"c_{func}({code})" + elif "." in expr: + dots = expr.split(".") + code = self._expr_code(dots[0]) + args = ", ".join(repr(d) for d in dots[1:]) + code = f"do_dots({code}, {args})" + else: + self._variable(expr, self.all_vars) + code = "c_%s" % expr + return code + + def _syntax_error(self, msg: str, thing: Any) -> NoReturn: + """Raise a syntax error using `msg`, and showing `thing`.""" + raise TempliteSyntaxError(f"{msg}: {thing!r}") + + def _variable(self, name: str, vars_set: set[str]) -> None: + """Track that `name` is used as a variable. + + Adds the name to `vars_set`, a set of variable names. + + Raises an syntax error if `name` is not a valid name. + + """ + if not re.match(r"[_a-zA-Z][_a-zA-Z0-9]*$", name): + self._syntax_error("Not a valid name", name) + vars_set.add(name) + + def render(self, context: dict[str, Any] | None = None) -> str: + """Render this template by applying it to `context`. + + `context` is a dictionary of values to use in this rendering. + + """ + # Make the complete context we'll use. + render_context = dict(self.context) + if context: + render_context.update(context) + return self._render_function(render_context, self._do_dots) + + def _do_dots(self, value: Any, *dots: str) -> Any: + """Evaluate dotted expressions at run-time.""" + for dot in dots: + try: + value = getattr(value, dot) + except AttributeError: + try: + value = value[dot] + except (TypeError, KeyError) as exc: + raise TempliteValueError( + f"Couldn't evaluate {value!r}.{dot}", + ) from exc + if callable(value): + value = value() + return value diff --git a/.venv/lib/python3.12/site-packages/coverage/tomlconfig.py b/.venv/lib/python3.12/site-packages/coverage/tomlconfig.py new file mode 100644 index 0000000..5d02df1 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/tomlconfig.py @@ -0,0 +1,212 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""TOML configuration support for coverage.py""" + +from __future__ import annotations + +import os +import re +from collections.abc import Callable, Iterable +from typing import Any, TypeVar + +from coverage import config, env +from coverage.exceptions import ConfigError +from coverage.misc import import_third_party, isolate_module, substitute_variables +from coverage.types import TConfigSectionOut, TConfigValueOut + +os = isolate_module(os) + +if env.PYVERSION >= (3, 11, 0, "alpha", 7): + import tomllib # pylint: disable=import-error + + has_tomllib = True +else: + # TOML support on Python 3.10 and below is an install-time extra option. + tomllib, has_tomllib = import_third_party("tomli") + + +class TomlDecodeError(Exception): + """An exception class that exists even when toml isn't installed.""" + + pass + + +TWant = TypeVar("TWant") + + +class TomlConfigParser: + """TOML file reading with the interface of HandyConfigParser.""" + + # This class has the same interface as config.HandyConfigParser, no + # need for docstrings. + # pylint: disable=missing-function-docstring + + def __init__(self, our_file: bool) -> None: + self.our_file = our_file + self.data: dict[str, Any] = {} + + def read(self, filenames: Iterable[str]) -> list[str]: + # RawConfigParser takes a filename or list of filenames, but we only + # ever call this with a single filename. + assert isinstance(filenames, (bytes, str, os.PathLike)) + filename = os.fspath(filenames) + + try: + with open(filename, encoding="utf-8") as fp: + toml_text = fp.read() + except OSError: + return [] + if has_tomllib: + try: + self.data = tomllib.loads(toml_text) + except tomllib.TOMLDecodeError as err: + raise TomlDecodeError(str(err)) from err + return [filename] + else: + has_toml = re.search(r"^\[tool\.coverage(\.|])", toml_text, flags=re.MULTILINE) + if self.our_file or has_toml: + # Looks like they meant to read TOML, but we can't read it. + msg = "Can't read {!r} without TOML support. Install with [toml] extra" + raise ConfigError(msg.format(filename)) + return [] + + def _get_section(self, section: str) -> tuple[str | None, TConfigSectionOut | None]: + """Get a section from the data. + + Arguments: + section (str): A section name, which can be dotted. + + Returns: + name (str): the actual name of the section that was found, if any, + or None. + data (str): the dict of data in the section, or None if not found. + + """ + prefixes = ["tool.coverage."] + if self.our_file: + prefixes.append("") + for prefix in prefixes: + real_section = prefix + section + parts = real_section.split(".") + try: + data = self.data[parts[0]] + for part in parts[1:]: + data = data[part] + except KeyError: + continue + break + else: + return None, None + return real_section, data + + def _get(self, section: str, option: str) -> tuple[str, TConfigValueOut]: + """Like .get, but returns the real section name and the value.""" + name, data = self._get_section(section) + if data is None: + raise ConfigError(f"No section: {section!r}") + assert name is not None + try: + value = data[option] + except KeyError: + raise ConfigError(f"No option {option!r} in section: {name!r}") from None + return name, value + + def _get_single(self, section: str, option: str) -> Any: + """Get a single-valued option. + + Performs environment substitution if the value is a string. Other types + will be converted later as needed. + """ + name, value = self._get(section, option) + if isinstance(value, str): + value = substitute_variables(value, os.environ) + return name, value + + def has_option(self, section: str, option: str) -> bool: + _, data = self._get_section(section) + if data is None: + return False + return option in data + + def real_section(self, section: str) -> str | None: + name, _ = self._get_section(section) + return name + + def has_section(self, section: str) -> bool: + name, _ = self._get_section(section) + return bool(name) + + def options(self, section: str) -> list[str]: + _, data = self._get_section(section) + if data is None: + raise ConfigError(f"No section: {section!r}") + return list(data.keys()) + + def get_section(self, section: str) -> TConfigSectionOut: + _, data = self._get_section(section) + return data or {} + + def get(self, section: str, option: str) -> Any: + _, value = self._get_single(section, option) + return value + + def _check_type( + self, + section: str, + option: str, + value: Any, + type_: type[TWant], + converter: Callable[[Any], TWant] | None, + type_desc: str, + ) -> TWant: + """Check that `value` has the type we want, converting if needed. + + Returns the resulting value of the desired type. + """ + if isinstance(value, type_): + return value + if isinstance(value, str) and converter is not None: + try: + return converter(value) + except Exception as e: + raise ValueError( + f"Option [{section}]{option} couldn't convert to {type_desc}: {value!r}", + ) from e + raise ValueError( + f"Option [{section}]{option} is not {type_desc}: {value!r}", + ) + + def getboolean(self, section: str, option: str) -> bool: + name, value = self._get_single(section, option) + bool_strings = {"true": True, "false": False} + return self._check_type(name, option, value, bool, bool_strings.__getitem__, "a boolean") + + def getfile(self, section: str, option: str) -> str: + _, value = self._get_single(section, option) + return config.process_file_value(value) + + def _get_list(self, section: str, option: str) -> tuple[str, list[str]]: + """Get a list of strings, substituting environment variables in the elements.""" + name, values = self._get(section, option) + values = self._check_type(name, option, values, list, None, "a list") + values = [substitute_variables(value, os.environ) for value in values] + return name, values + + def getlist(self, section: str, option: str) -> list[str]: + _, values = self._get_list(section, option) + return values + + def getregexlist(self, section: str, option: str) -> list[str]: + name, values = self._get_list(section, option) + return config.process_regexlist(name, option, values) + + def getint(self, section: str, option: str) -> int: + name, value = self._get_single(section, option) + return self._check_type(name, option, value, int, int, "an integer") + + def getfloat(self, section: str, option: str) -> float: + name, value = self._get_single(section, option) + if isinstance(value, int): + value = float(value) + return self._check_type(name, option, value, float, float, "a float") diff --git a/.venv/lib/python3.12/site-packages/coverage/tracer.cpython-312-x86_64-linux-gnu.so b/.venv/lib/python3.12/site-packages/coverage/tracer.cpython-312-x86_64-linux-gnu.so new file mode 100755 index 0000000000000000000000000000000000000000..87bc885ec2db1748ccc1dd8696b709eb6160f2a9 GIT binary patch literal 129792 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

gmauIu5e~d<0i*?}7fC zX9nB1W=p1R5egsC96qF_}fVuFNvguj^wW#IVwgQ;>4KnI(ms;4d-OyEIo?0cErpT>!cw-?s%A z`QEjC#qKSAxlRGdRgEA<0dB!q>tJS)s=ak^aiNfD$)l${=7=p~bZwTM|9nY&mSnKp!S|zAve)7TAp&fwo^(Y%dJJvY|`Kxazfi-5tX6 zg5rX$l`5q`JiMxW6-s|&|S)vt5;?imke)yshBW~1*K8} zv%F(RRy;$t2gJ*$_^dcvP@6NX6-$`Og|c=*b8)b@l--Q9RIuq*=KAubT=SN`f#%Hv z-94Stx;q0?+L|qH4VvKz(bA@1&D6k?7NPaBLI!n(Tu)XSXs*Af6f_(2YA)q=ATO&N z>hj{TgXY{;UDvjDqAg3dg*5 z=%C}#WEd`N%gm3@crw*+QEO!{T>g_|gO^@@InVZ+G{ba}qGLN^emob@VsI`pa$A7y zKdKp~cO&kTpY$ssAKOn5Ab#_432nB&ND-JG<1wsZBU;$sMMz#w@V`z2W~SVCkbm~W zbS>KdHPQYFZO^pHc2mK>f`d+EghkSOLEAH(fGxWG*uOviKGaG33k3U5$oAVV@)75H!3U%^h`R&L^|7_258K!p;QB%MF zy8%zOe_^pjWO^aV!->>If{i{qfe6+3n z$M#Hr?6v1P+4I_7&OwtuwqyF7*Pi>+O{;CIRw62qCQX_A5*b0^_<5ebPhTKBors!x z$+MFhv^?tBmSSir*5&ir?vkkA}Rv)Kzw<}%0sbL`V!fGB5La6 zo>Zg#er^B#+sX;}?O$D^{kwi)+dU|gBk}XwzqUsERsU%lUF!+fZ@*aEduYKo&ajv_ zPfT= None: ... + +class CTracer(Tracer): + """CTracer is in ctracer/tracer.c""" + + check_include: Any + concur_id_func: Any + data: TTraceData + disable_plugin: Any + file_tracers: Any + should_start_context: Any + should_trace: Any + should_trace_cache: Any + switch_context: Any + lock_data: Any + unlock_data: Any + trace_arcs: Any + warn: Any + def __init__(self) -> None: ... + def activity(self) -> bool: ... + def get_stats(self) -> Dict[str, int]: ... + def reset_activity(self) -> Any: ... + def start(self) -> TTraceFn: ... + def stop(self) -> None: ... diff --git a/.venv/lib/python3.12/site-packages/coverage/types.py b/.venv/lib/python3.12/site-packages/coverage/types.py new file mode 100644 index 0000000..8c310e2 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/types.py @@ -0,0 +1,214 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +""" +Types for use throughout coverage.py. +""" + +from __future__ import annotations + +import os +import pathlib +from collections.abc import Callable, Iterable, Mapping +from types import FrameType, ModuleType +from typing import TYPE_CHECKING, Any, Optional, Protocol + +if TYPE_CHECKING: + from coverage.plugin import FileTracer + + +AnyCallable = Callable[..., Any] + +## File paths + +# For arguments that are file paths: +FilePath = str | os.PathLike[str] +# For testing FilePath arguments +FilePathClasses = [str, pathlib.Path] +FilePathType = type[str] | type[pathlib.Path] + +## Python tracing + + +class TTraceFn(Protocol): + """A Python trace function.""" + + def __call__( + self, + frame: FrameType, + event: str, + arg: Any, + lineno: TLineNo | None = None, # Our own twist, see collector.py + ) -> TTraceFn | None: ... + + +## Coverage.py tracing + +# Line numbers are pervasive enough that they deserve their own type. +TLineNo = int + +# Bytecode offsets are pervasive enough that they deserve their own type. +TOffset = int + +TArc = tuple[TLineNo, TLineNo] + + +class TFileDisposition(Protocol): + """A simple value type for recording what to do with a file.""" + + original_filename: str + canonical_filename: str + source_filename: str | None + trace: bool + reason: str + file_tracer: FileTracer | None + has_dynamic_filename: bool + + +class TMatcher(Protocol): + """The shape all Matchers have.""" + + def match(self, s: str) -> bool: + """Does this string match?""" + + +# When collecting data, we use a dictionary with a few possible shapes. The +# keys are always file names. +# - If measuring line coverage, the values are sets of line numbers. +# - If measuring arcs in the Python tracer, the values are sets of arcs (pairs +# of line numbers). +# - If measuring arcs in the C tracer, the values are sets of packed arcs (two +# line numbers combined into one integer). + +TTraceFileData = set[TLineNo] | set[TArc] | set[int] + +TTraceData = dict[str, TTraceFileData] + +# Functions passed into collectors. +TShouldTraceFn = Callable[[str, FrameType], TFileDisposition] +TCheckIncludeFn = Callable[[str, FrameType], bool] +TShouldStartContextFn = Callable[[FrameType], str | None] + + +class Tracer(Protocol): + """Anything that can report on Python execution.""" + + data: TTraceData + trace_arcs: bool + should_trace: TShouldTraceFn + should_trace_cache: Mapping[str, TFileDisposition | None] + should_start_context: TShouldStartContextFn | None + switch_context: Callable[[str | None], None] | None + lock_data: Callable[[], None] + unlock_data: Callable[[], None] + warn: TWarnFn + + def __init__(self) -> None: ... + + def start(self) -> TTraceFn | None: + """Start this tracer, return a trace function if based on sys.settrace.""" + + def stop(self) -> None: + """Stop this tracer.""" + + def activity(self) -> bool: + """Has there been any activity?""" + + def reset_activity(self) -> None: + """Reset the activity() flag.""" + + def get_stats(self) -> dict[str, int] | None: + """Return a dictionary of statistics, or None.""" + + +## Coverage + +# Many places use kwargs as Coverage kwargs. +TCovKwargs = Any + + +## Configuration + +# One value read from a config file. +TConfigValueIn = Optional[bool | int | float | str | Iterable[str] | Mapping[str, Iterable[str]]] +TConfigValueOut = Optional[bool | int | float | str | list[str] | dict[str, list[str]]] +# An entire config section, mapping option names to values. +TConfigSectionIn = Mapping[str, TConfigValueIn] +TConfigSectionOut = Mapping[str, TConfigValueOut] + + +class TConfigurable(Protocol): + """Something that can proxy to the coverage configuration settings.""" + + def get_option(self, option_name: str) -> TConfigValueOut | None: + """Get an option from the configuration. + + `option_name` is a colon-separated string indicating the section and + option name. For example, the ``branch`` option in the ``[run]`` + section of the config file would be indicated with `"run:branch"`. + + Returns the value of the option. + + """ + + def set_option(self, option_name: str, value: TConfigValueIn | TConfigSectionIn) -> None: + """Set an option in the configuration. + + `option_name` is a colon-separated string indicating the section and + option name. For example, the ``branch`` option in the ``[run]`` + section of the config file would be indicated with `"run:branch"`. + + `value` is the new value for the option. + + """ + + +class TPluginConfig(Protocol): + """Something that can provide options to a plugin.""" + + def get_plugin_options(self, plugin: str) -> TConfigSectionOut: + """Get the options for a plugin.""" + + +## Parsing + +TMorf = ModuleType | str +TMorfs = TMorf | Iterable[TMorf] | None + +TSourceTokenLines = Iterable[list[tuple[str, str]]] + + +## Plugins + + +class TPlugin(Protocol): + """What all plugins have in common.""" + + _coverage_plugin_name: str + _coverage_enabled: bool + + +## Debugging + + +class TWarnFn(Protocol): + """A callable warn() function.""" + + def __call__(self, msg: str, slug: str | None = None, once: bool = False) -> None: ... + + +class TDebugCtl(Protocol): + """A DebugControl object, or something like it.""" + + def should(self, option: str) -> bool: + """Decide whether to output debug information in category `option`.""" + + def write(self, msg: str) -> None: + """Write a line of debug output.""" + + +class TWritable(Protocol): + """Anything that can be written to.""" + + def write(self, msg: str) -> None: + """Write a message.""" diff --git a/.venv/lib/python3.12/site-packages/coverage/version.py b/.venv/lib/python3.12/site-packages/coverage/version.py new file mode 100644 index 0000000..3fc6aaa --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/version.py @@ -0,0 +1,35 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""The version and URL for coverage.py""" +# This file is exec'ed in setup.py, don't import anything! + +from __future__ import annotations + +# version_info: same semantics as sys.version_info. +# _dev: the .devN suffix if any. +version_info = (7, 13, 1, "final", 0) +_dev = 0 + + +def _make_version( + major: int, + minor: int, + micro: int, + releaselevel: str = "final", + serial: int = 0, + dev: int = 0, +) -> str: + """Create a readable version string from version_info tuple components.""" + assert releaselevel in ["alpha", "beta", "candidate", "final"] + version = f"{major}.{minor}.{micro}" + if releaselevel != "final": + short = {"alpha": "a", "beta": "b", "candidate": "rc"}[releaselevel] + version += f"{short}{serial}" + if dev != 0: + version += f".dev{dev}" + return version + + +__version__ = _make_version(*version_info, _dev) +__url__ = f"https://coverage.readthedocs.io/en/{__version__}" diff --git a/.venv/lib/python3.12/site-packages/coverage/xmlreport.py b/.venv/lib/python3.12/site-packages/coverage/xmlreport.py new file mode 100644 index 0000000..98419f1 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/coverage/xmlreport.py @@ -0,0 +1,263 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt + +"""XML reporting for coverage.py""" + +from __future__ import annotations + +import os +import os.path +import sys +import time +import xml.dom.minidom +from dataclasses import dataclass +from typing import IO, TYPE_CHECKING, Any + +from coverage import __version__, files +from coverage.misc import human_sorted, human_sorted_items, isolate_module +from coverage.plugin import FileReporter +from coverage.report_core import get_analysis_to_report +from coverage.results import Analysis +from coverage.types import TMorfs +from coverage.version import __url__ + +if TYPE_CHECKING: + from coverage import Coverage + +os = isolate_module(os) + + +DTD_URL = "https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd" + + +def rate(hit: int, num: int) -> str: + """Return the fraction of `hit`/`num`, as a string.""" + if num == 0: + return "1" + else: + return f"{hit / num:.4g}" + + +@dataclass +class PackageData: + """Data we keep about each "package" (in Java terms).""" + + elements: dict[str, xml.dom.minidom.Element] + hits: int + lines: int + br_hits: int + branches: int + + +def appendChild(parent: Any, child: Any) -> None: + """Append a child to a parent, in a way mypy will shut up about.""" + parent.appendChild(child) + + +class XmlReporter: + """A reporter for writing Cobertura-style XML coverage results.""" + + report_type = "XML report" + + def __init__(self, coverage: Coverage) -> None: + self.coverage = coverage + self.config = self.coverage.config + + self.source_paths = set() + if self.config.source: + for src in self.config.source: + if os.path.exists(src): + if self.config.relative_files: + src = src.rstrip(r"\/") + else: + src = files.canonical_filename(src) + self.source_paths.add(src) + self.packages: dict[str, PackageData] = {} + self.xml_out: xml.dom.minidom.Document + + def report(self, morfs: TMorfs, outfile: IO[str] | None = None) -> float: + """Generate a Cobertura-compatible XML report for `morfs`. + + `morfs` is a list of modules or file names. + + `outfile` is a file object to write the XML to. + + """ + # Initial setup. + outfile = outfile or sys.stdout + has_arcs = self.coverage.get_data().has_arcs() + + # Create the DOM that will store the data. + impl = xml.dom.minidom.getDOMImplementation() + assert impl is not None + self.xml_out = impl.createDocument(None, "coverage", None) + + # Write header stuff. + xcoverage = self.xml_out.documentElement + assert xcoverage is not None + xcoverage.setAttribute("version", __version__) + xcoverage.setAttribute("timestamp", str(int(time.time() * 1000))) + xcoverage.appendChild( + self.xml_out.createComment( + f" Generated by coverage.py: {__url__} ", + ) + ) + xcoverage.appendChild(self.xml_out.createComment(f" Based on {DTD_URL} ")) + + # Call xml_file for each file in the data. + for fr, analysis in get_analysis_to_report(self.coverage, morfs): + self.xml_file(fr, analysis, has_arcs) + + xsources = self.xml_out.createElement("sources") + xcoverage.appendChild(xsources) + + # Populate the XML DOM with the source info. + for path in human_sorted(self.source_paths): + xsource = self.xml_out.createElement("source") + appendChild(xsources, xsource) + txt = self.xml_out.createTextNode(path) + appendChild(xsource, txt) + + lnum_tot, lhits_tot = 0, 0 + bnum_tot, bhits_tot = 0, 0 + + xpackages = self.xml_out.createElement("packages") + xcoverage.appendChild(xpackages) + + # Populate the XML DOM with the package info. + for pkg_name, pkg_data in human_sorted_items(self.packages.items()): + xpackage = self.xml_out.createElement("package") + appendChild(xpackages, xpackage) + xclasses = self.xml_out.createElement("classes") + appendChild(xpackage, xclasses) + for _, class_elt in human_sorted_items(pkg_data.elements.items()): + appendChild(xclasses, class_elt) + xpackage.setAttribute("name", pkg_name.replace(os.sep, ".")) + xpackage.setAttribute("line-rate", rate(pkg_data.hits, pkg_data.lines)) + if has_arcs: + branch_rate = rate(pkg_data.br_hits, pkg_data.branches) + else: + branch_rate = "0" + xpackage.setAttribute("branch-rate", branch_rate) + xpackage.setAttribute("complexity", "0") + + lhits_tot += pkg_data.hits + lnum_tot += pkg_data.lines + bhits_tot += pkg_data.br_hits + bnum_tot += pkg_data.branches + + xcoverage.setAttribute("lines-valid", str(lnum_tot)) + xcoverage.setAttribute("lines-covered", str(lhits_tot)) + xcoverage.setAttribute("line-rate", rate(lhits_tot, lnum_tot)) + if has_arcs: + xcoverage.setAttribute("branches-valid", str(bnum_tot)) + xcoverage.setAttribute("branches-covered", str(bhits_tot)) + xcoverage.setAttribute("branch-rate", rate(bhits_tot, bnum_tot)) + else: + xcoverage.setAttribute("branches-covered", "0") + xcoverage.setAttribute("branches-valid", "0") + xcoverage.setAttribute("branch-rate", "0") + xcoverage.setAttribute("complexity", "0") + + # Write the output file. + outfile.write(serialize_xml(self.xml_out)) + + # Return the total percentage. + denom = lnum_tot + bnum_tot + if denom == 0: + pct = 0.0 + else: + pct = 100.0 * (lhits_tot + bhits_tot) / denom + return pct + + def xml_file(self, fr: FileReporter, analysis: Analysis, has_arcs: bool) -> None: + """Add to the XML report for a single file.""" + + if self.config.skip_empty: + if analysis.numbers.n_statements == 0: + return + + # Create the "lines" and "package" XML elements, which + # are populated later. Note that a package == a directory. + filename = fr.filename.replace("\\", "/") + for source_path in self.source_paths: + if not self.config.relative_files: + source_path = files.canonical_filename(source_path) + if filename.startswith(source_path.replace("\\", "/") + "/"): + rel_name = filename[len(source_path) + 1 :] + break + else: + rel_name = fr.relative_filename().replace("\\", "/") + self.source_paths.add(fr.filename[: -len(rel_name)].rstrip(r"\/")) + + dirname = os.path.dirname(rel_name) or "." + dirname = "/".join(dirname.split("/")[: self.config.xml_package_depth]) + package_name = dirname.replace("/", ".") + + package = self.packages.setdefault(package_name, PackageData({}, 0, 0, 0, 0)) + + xclass: xml.dom.minidom.Element = self.xml_out.createElement("class") + + appendChild(xclass, self.xml_out.createElement("methods")) + + xlines = self.xml_out.createElement("lines") + appendChild(xclass, xlines) + + xclass.setAttribute("name", os.path.relpath(rel_name, dirname)) + xclass.setAttribute("filename", rel_name.replace("\\", "/")) + xclass.setAttribute("complexity", "0") + + branch_stats = analysis.branch_stats() + missing_branch_arcs = analysis.missing_branch_arcs() + + # For each statement, create an XML "line" element. + for line in sorted(analysis.statements): + xline = self.xml_out.createElement("line") + xline.setAttribute("number", str(line)) + + # Q: can we get info about the number of times a statement is + # executed? If so, that should be recorded here. + xline.setAttribute("hits", str(int(line not in analysis.missing))) + + if has_arcs: + if line in branch_stats: + total, taken = branch_stats[line] + xline.setAttribute("branch", "true") + xline.setAttribute( + "condition-coverage", + f"{100 * taken // total}% ({taken}/{total})", + ) + if line in missing_branch_arcs: + annlines = ["exit" if b < 0 else str(b) for b in missing_branch_arcs[line]] + xline.setAttribute("missing-branches", ",".join(annlines)) + appendChild(xlines, xline) + + class_lines = len(analysis.statements) + class_hits = class_lines - len(analysis.missing) + + if has_arcs: + class_branches = sum(t for t, k in branch_stats.values()) + missing_branches = sum(t - k for t, k in branch_stats.values()) + class_br_hits = class_branches - missing_branches + else: + class_branches = 0 + class_br_hits = 0 + + # Finalize the statistics that are collected in the XML DOM. + xclass.setAttribute("line-rate", rate(class_hits, class_lines)) + if has_arcs: + branch_rate = rate(class_br_hits, class_branches) + else: + branch_rate = "0" + xclass.setAttribute("branch-rate", branch_rate) + + package.elements[rel_name] = xclass + package.hits += class_hits + package.lines += class_lines + package.br_hits += class_br_hits + package.branches += class_branches + + +def serialize_xml(dom: xml.dom.minidom.Document) -> str: + """Serialize a minidom node to XML.""" + return dom.toprettyxml() diff --git a/.venv/lib/python3.12/site-packages/idna-3.11.dist-info/INSTALLER b/.venv/lib/python3.12/site-packages/idna-3.11.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/idna-3.11.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.venv/lib/python3.12/site-packages/idna-3.11.dist-info/METADATA b/.venv/lib/python3.12/site-packages/idna-3.11.dist-info/METADATA new file mode 100644 index 0000000..7a4a4b7 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/idna-3.11.dist-info/METADATA @@ -0,0 +1,209 @@ +Metadata-Version: 2.4 +Name: idna +Version: 3.11 +Summary: Internationalized Domain Names in Applications (IDNA) +Author-email: Kim Davies +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-Expression: BSD-3-Clause +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Intended Audience :: System Administrators +Classifier: Operating System :: OS Independent +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 :: 3.14 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Internet :: Name Service (DNS) +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Utilities +License-File: LICENSE.md +Requires-Dist: ruff >= 0.6.2 ; extra == "all" +Requires-Dist: mypy >= 1.11.2 ; extra == "all" +Requires-Dist: pytest >= 8.3.2 ; extra == "all" +Requires-Dist: flake8 >= 7.1.1 ; extra == "all" +Project-URL: Changelog, https://github.com/kjd/idna/blob/master/HISTORY.rst +Project-URL: Issue tracker, https://github.com/kjd/idna/issues +Project-URL: Source, https://github.com/kjd/idna +Provides-Extra: all + +Internationalized Domain Names in Applications (IDNA) +===================================================== + +Support for `Internationalized Domain Names in +Applications (IDNA) `_ +and `Unicode IDNA Compatibility Processing +`_. + +The latest versions of these standards supplied here provide +more comprehensive language coverage and reduce the potential of +allowing domains with known security vulnerabilities. This library +is a suitable replacement for the “encodings.idna” +module that comes with the Python standard library, but which +only supports an older superseded IDNA specification from 2003. + +Basic functions are simply executed: + +.. code-block:: pycon + + >>> import idna + >>> idna.encode('ドメイン.テスト') + b'xn--eckwd4c7c.xn--zckzah' + >>> print(idna.decode('xn--eckwd4c7c.xn--zckzah')) + ドメイン.テスト + + +Installation +------------ + +This package is available for installation from PyPI via the +typical mechanisms, such as: + +.. code-block:: bash + + $ python3 -m pip install idna + + +Usage +----- + +For typical usage, the ``encode`` and ``decode`` functions will take a +domain name argument and perform a conversion to ASCII compatible encoding +(known as A-labels), or to Unicode strings (known as U-labels) +respectively. + +.. code-block:: pycon + + >>> import idna + >>> idna.encode('ドメイン.テスト') + b'xn--eckwd4c7c.xn--zckzah' + >>> print(idna.decode('xn--eckwd4c7c.xn--zckzah')) + ドメイン.テスト + +Conversions can be applied at a per-label basis using the ``ulabel`` or +``alabel`` functions if necessary: + +.. code-block:: pycon + + >>> idna.alabel('测试') + b'xn--0zwm56d' + + +Compatibility Mapping (UTS #46) ++++++++++++++++++++++++++++++++ + +This library provides support for `Unicode IDNA Compatibility +Processing `_ which normalizes input from +different potential ways a user may input a domain prior to performing the IDNA +conversion operations. This functionality, known as a +`mapping `_, is considered by the +specification to be a local user-interface issue distinct from IDNA +conversion functionality. + +For example, “Königsgäßchen” is not a permissible label as *LATIN +CAPITAL LETTER K* is not allowed (nor are capital letters in general). +UTS 46 will convert this into lower case prior to applying the IDNA +conversion. + +.. code-block:: pycon + + >>> import idna + >>> idna.encode('Königsgäßchen') + ... + idna.core.InvalidCodepoint: Codepoint U+004B at position 1 of 'Königsgäßchen' not allowed + >>> idna.encode('Königsgäßchen', uts46=True) + b'xn--knigsgchen-b4a3dun' + >>> print(idna.decode('xn--knigsgchen-b4a3dun')) + königsgäßchen + + +Exceptions +---------- + +All errors raised during the conversion following the specification +should raise an exception derived from the ``idna.IDNAError`` base +class. + +More specific exceptions that may be generated as ``idna.IDNABidiError`` +when the error reflects an illegal combination of left-to-right and +right-to-left characters in a label; ``idna.InvalidCodepoint`` when +a specific codepoint is an illegal character in an IDN label (i.e. +INVALID); and ``idna.InvalidCodepointContext`` when the codepoint is +illegal based on its position in the string (i.e. it is CONTEXTO or CONTEXTJ +but the contextual requirements are not satisfied.) + +Building and Diagnostics +------------------------ + +The IDNA and UTS 46 functionality relies upon pre-calculated lookup +tables for performance. These tables are derived from computing against +eligibility criteria in the respective standards using the command-line +script ``tools/idna-data``. + +This tool will fetch relevant codepoint data from the Unicode repository +and perform the required calculations to identify eligibility. There are +three main modes: + +* ``idna-data make-libdata``. Generates ``idnadata.py`` and + ``uts46data.py``, the pre-calculated lookup tables used for IDNA and + UTS 46 conversions. Implementers who wish to track this library against + a different Unicode version may use this tool to manually generate a + different version of the ``idnadata.py`` and ``uts46data.py`` files. + +* ``idna-data make-table``. Generate a table of the IDNA disposition + (e.g. PVALID, CONTEXTJ, CONTEXTO) in the format found in Appendix + B.1 of RFC 5892 and the pre-computed tables published by `IANA + `_. + +* ``idna-data U+0061``. Prints debugging output on the various + properties associated with an individual Unicode codepoint (in this + case, U+0061), that are used to assess the IDNA and UTS 46 status of a + codepoint. This is helpful in debugging or analysis. + +The tool accepts a number of arguments, described using ``idna-data +-h``. Most notably, the ``--version`` argument allows the specification +of the version of Unicode to be used in computing the table data. For +example, ``idna-data --version 9.0.0 make-libdata`` will generate +library data against Unicode 9.0.0. + + +Additional Notes +---------------- + +* **Packages**. The latest tagged release version is published in the + `Python Package Index `_. + +* **Version support**. This library supports Python 3.8 and higher. + As this library serves as a low-level toolkit for a variety of + applications, many of which strive for broad compatibility with older + Python versions, there is no rush to remove older interpreter support. + Support for older versions are likely to be removed from new releases + as automated tests can no longer easily be run, i.e. once the Python + version is officially end-of-life. + +* **Testing**. The library has a test suite based on each rule of the + IDNA specification, as well as tests that are provided as part of the + Unicode Technical Standard 46, `Unicode IDNA Compatibility Processing + `_. + +* **Emoji**. It is an occasional request to support emoji domains in + this library. Encoding of symbols like emoji is expressly prohibited by + the technical standard IDNA 2008 and emoji domains are broadly phased + out across the domain industry due to associated security risks. For + now, applications that need to support these non-compliant labels + may wish to consider trying the encode/decode operation in this library + first, and then falling back to using `encodings.idna`. See `the Github + project `_ for more discussion. + +* **Transitional processing**. Unicode 16.0.0 removed transitional + processing so the `transitional` argument for the encode() method + no longer has any effect and will be removed at a later date. + diff --git a/.venv/lib/python3.12/site-packages/idna-3.11.dist-info/RECORD b/.venv/lib/python3.12/site-packages/idna-3.11.dist-info/RECORD new file mode 100644 index 0000000..8525b6d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/idna-3.11.dist-info/RECORD @@ -0,0 +1,22 @@ +idna-3.11.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +idna-3.11.dist-info/METADATA,sha256=fCwSww9SuiN8TIHllFSASUQCW55hAs8dzKnr9RaEEbA,8378 +idna-3.11.dist-info/RECORD,, +idna-3.11.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82 +idna-3.11.dist-info/licenses/LICENSE.md,sha256=t6M2q_OwThgOwGXN0W5wXQeeHMehT5EKpukYfza5zYc,1541 +idna/__init__.py,sha256=MPqNDLZbXqGaNdXxAFhiqFPKEQXju2jNQhCey6-5eJM,868 +idna/__pycache__/__init__.cpython-312.pyc,, +idna/__pycache__/codec.cpython-312.pyc,, +idna/__pycache__/compat.cpython-312.pyc,, +idna/__pycache__/core.cpython-312.pyc,, +idna/__pycache__/idnadata.cpython-312.pyc,, +idna/__pycache__/intranges.cpython-312.pyc,, +idna/__pycache__/package_data.cpython-312.pyc,, +idna/__pycache__/uts46data.cpython-312.pyc,, +idna/codec.py,sha256=M2SGWN7cs_6B32QmKTyTN6xQGZeYQgQ2wiX3_DR6loE,3438 +idna/compat.py,sha256=RzLy6QQCdl9784aFhb2EX9EKGCJjg0P3PilGdeXXcx8,316 +idna/core.py,sha256=P26_XVycuMTZ1R2mNK1ZREVzM5mvTzdabBXfyZVU1Lc,13246 +idna/idnadata.py,sha256=SG8jhaGE53iiD6B49pt2pwTv_UvClciWE-N54oR2p4U,79623 +idna/intranges.py,sha256=amUtkdhYcQG8Zr-CoMM_kVRacxkivC1WgxN1b63KKdU,1898 +idna/package_data.py,sha256=_CUavOxobnbyNG2FLyHoN8QHP3QM9W1tKuw7eq9QwBk,21 +idna/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +idna/uts46data.py,sha256=H9J35VkD0F9L9mKOqjeNGd2A-Va6FlPoz6Jz4K7h-ps,243725 diff --git a/.venv/lib/python3.12/site-packages/idna-3.11.dist-info/WHEEL b/.venv/lib/python3.12/site-packages/idna-3.11.dist-info/WHEEL new file mode 100644 index 0000000..d8b9936 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/idna-3.11.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/.venv/lib/python3.12/site-packages/idna-3.11.dist-info/licenses/LICENSE.md b/.venv/lib/python3.12/site-packages/idna-3.11.dist-info/licenses/LICENSE.md new file mode 100644 index 0000000..256ba90 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/idna-3.11.dist-info/licenses/LICENSE.md @@ -0,0 +1,31 @@ +BSD 3-Clause License + +Copyright (c) 2013-2025, Kim Davies and 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. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +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/.venv/lib/python3.12/site-packages/idna/__init__.py b/.venv/lib/python3.12/site-packages/idna/__init__.py new file mode 100644 index 0000000..cfdc030 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/idna/__init__.py @@ -0,0 +1,45 @@ +from .core import ( + IDNABidiError, + IDNAError, + InvalidCodepoint, + InvalidCodepointContext, + alabel, + check_bidi, + check_hyphen_ok, + check_initial_combiner, + check_label, + check_nfc, + decode, + encode, + ulabel, + uts46_remap, + valid_contextj, + valid_contexto, + valid_label_length, + valid_string_length, +) +from .intranges import intranges_contain +from .package_data import __version__ + +__all__ = [ + "__version__", + "IDNABidiError", + "IDNAError", + "InvalidCodepoint", + "InvalidCodepointContext", + "alabel", + "check_bidi", + "check_hyphen_ok", + "check_initial_combiner", + "check_label", + "check_nfc", + "decode", + "encode", + "intranges_contain", + "ulabel", + "uts46_remap", + "valid_contextj", + "valid_contexto", + "valid_label_length", + "valid_string_length", +] diff --git a/.venv/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e98b265ddb79df826fe5a665639adfc081c2f2d GIT binary patch literal 881 zcmbu7J&)5c7{~3jO<&UYw_`wTNOZVH2Z#wFK>_KO(@jWtvE0NozUHwjC#~qnr(kE} zv+xZpF)=Y9Ax`L|o3N9@a7Zk8_~m*2iT}^@#QxOjw2)ojlGh@xAoRs0zn6CiE^`~a zM=^?ViU1P~9`T?;Do`a=sF51@#D_YmLxVJ+Nt)0iEeJ>eZPJDg=|Gosp+|bqCw&-@ z0Sw6yJ3lWS!I+GTxROp_N~RdCP+a|h$w`niF^|oKjx7wZG0}v=eGPL*yh>8M^tlQ8`CXXv}Q#k7dLWchUNQW zCr!Cr<%t=UT9#`eR|j#1&A^VRnOyO#uwz16F`#tEbtaUgbT-yg`_r^NO{A+1H3#3J z?$B^(I=G|PfkWG&N;o$sFj literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/idna/__pycache__/codec.cpython-312.pyc b/.venv/lib/python3.12/site-packages/idna/__pycache__/codec.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1233f51de9c6dda9e35a7234806dc6b7e0a6d807 GIT binary patch literal 4981 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc b/.venv/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b80a243315aad3945c8cf4b0ed5c164dfb537cea GIT binary patch literal 16193 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc b/.venv/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..95c75048024dff012bdd1eb1795860a54f724987 GIT binary patch literal 100910 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%0A#eDWL(TAQhqmE64kN?&9KL0E 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

XVoyBu#R1cyID%tw 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/idna/__pycache__/uts46data.cpython-312.pyc b/.venv/lib/python3.12/site-packages/idna/__pycache__/uts46data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..04053fc94861d4227a1fdeb0ccecabf2d97a1553 GIT binary patch literal 161840 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%0Da9*iMe; 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 O>#~kccQ0liRR2F6MKzxQ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/idna/codec.py b/.venv/lib/python3.12/site-packages/idna/codec.py new file mode 100644 index 0000000..cbc2e4f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/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, # type: ignore + incrementalencoder=IncrementalEncoder, + incrementaldecoder=IncrementalDecoder, + streamwriter=StreamWriter, + streamreader=StreamReader, + ) + + +codecs.register(search_function) diff --git a/.venv/lib/python3.12/site-packages/idna/compat.py b/.venv/lib/python3.12/site-packages/idna/compat.py new file mode 100644 index 0000000..1df9f2a --- /dev/null +++ b/.venv/lib/python3.12/site-packages/idna/compat.py @@ -0,0 +1,15 @@ +from typing import Any, Union + +from .core import decode, encode + + +def ToASCII(label: str) -> bytes: + return encode(label) + + +def ToUnicode(label: Union[bytes, bytearray]) -> str: + return decode(label) + + +def nameprep(s: Any) -> None: + raise NotImplementedError("IDNA 2008 does not utilise nameprep protocol") diff --git a/.venv/lib/python3.12/site-packages/idna/core.py b/.venv/lib/python3.12/site-packages/idna/core.py new file mode 100644 index 0000000..8177bf7 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/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 = bytes(label) + + label_bytes = label_bytes.lower() + if label_bytes.startswith(_alabel_prefix): + label_bytes = label_bytes[len(_alabel_prefix) :] + if not label_bytes: + raise IDNAError("Malformed A-label, no Punycode eligible content found") + if label_bytes.decode("ascii")[-1] == "-": + raise IDNAError("A-label must not end with a hyphen") + else: + check_label(label_bytes) + return label_bytes.decode("ascii") + + try: + label = label_bytes.decode("punycode") + except UnicodeError: + raise IDNAError("Invalid A-label") + check_label(label) + return label + + +def uts46_remap(domain: str, std3_rules: bool = True, transitional: bool = False) -> str: + """Re-map the characters in the string according to UTS46 processing.""" + from .uts46data import uts46data + + output = "" + + for pos, char in enumerate(domain): + code_point = ord(char) + try: + uts46row = uts46data[code_point if code_point < 256 else bisect.bisect_left(uts46data, (code_point, "Z")) - 1] + status = uts46row[1] + replacement: Optional[str] = None + if len(uts46row) == 3: + replacement = uts46row[2] + if ( + status == "V" + or (status == "D" and not transitional) + or (status == "3" and not std3_rules and replacement is None) + ): + output += char + elif replacement is not None and ( + status == "M" or (status == "3" and not std3_rules) or (status == "D" and transitional) + ): + output += replacement + elif status != "I": + raise IndexError() + except IndexError: + raise InvalidCodepoint( + "Codepoint {} not allowed at position {} in {}".format(_unot(code_point), pos + 1, repr(domain)) + ) + + return unicodedata.normalize("NFC", output) + + +def encode( + s: Union[str, bytes, bytearray], + strict: bool = False, + uts46: bool = False, + std3_rules: bool = False, + transitional: bool = False, +) -> bytes: + if not isinstance(s, str): + try: + s = str(s, "ascii") + except UnicodeDecodeError: + raise IDNAError("should pass a unicode string to the function rather than a byte string.") + if uts46: + s = uts46_remap(s, std3_rules, transitional) + trailing_dot = False + result = [] + if strict: + labels = s.split(".") + else: + labels = _unicode_dots_re.split(s) + if not labels or labels == [""]: + raise IDNAError("Empty domain") + if labels[-1] == "": + del labels[-1] + trailing_dot = True + for label in labels: + s = alabel(label) + if s: + result.append(s) + else: + raise IDNAError("Empty label") + if trailing_dot: + result.append(b"") + s = b".".join(result) + if not valid_string_length(s, trailing_dot): + raise IDNAError("Domain too long") + return s + + +def decode( + s: Union[str, bytes, bytearray], + strict: bool = False, + uts46: bool = False, + std3_rules: bool = False, +) -> str: + try: + if not isinstance(s, str): + s = str(s, "ascii") + except UnicodeDecodeError: + raise IDNAError("Invalid ASCII in A-label") + if uts46: + s = uts46_remap(s, std3_rules, False) + trailing_dot = False + result = [] + if not strict: + labels = _unicode_dots_re.split(s) + else: + labels = s.split(".") + if not labels or labels == [""]: + raise IDNAError("Empty domain") + if not labels[-1]: + del labels[-1] + trailing_dot = True + for label in labels: + s = ulabel(label) + if s: + result.append(s) + else: + raise IDNAError("Empty label") + if trailing_dot: + result.append("") + return ".".join(result) diff --git a/.venv/lib/python3.12/site-packages/idna/idnadata.py b/.venv/lib/python3.12/site-packages/idna/idnadata.py new file mode 100644 index 0000000..ded47ca --- /dev/null +++ b/.venv/lib/python3.12/site-packages/idna/idnadata.py @@ -0,0 +1,4309 @@ +# This file is automatically generated by tools/idna-data + +__version__ = "16.0.0" + +scripts = { + "Greek": ( + 0x37000000374, + 0x37500000378, + 0x37A0000037E, + 0x37F00000380, + 0x38400000385, + 0x38600000387, + 0x3880000038B, + 0x38C0000038D, + 0x38E000003A2, + 0x3A3000003E2, + 0x3F000000400, + 0x1D2600001D2B, + 0x1D5D00001D62, + 0x1D6600001D6B, + 0x1DBF00001DC0, + 0x1F0000001F16, + 0x1F1800001F1E, + 0x1F2000001F46, + 0x1F4800001F4E, + 0x1F5000001F58, + 0x1F5900001F5A, + 0x1F5B00001F5C, + 0x1F5D00001F5E, + 0x1F5F00001F7E, + 0x1F8000001FB5, + 0x1FB600001FC5, + 0x1FC600001FD4, + 0x1FD600001FDC, + 0x1FDD00001FF0, + 0x1FF200001FF5, + 0x1FF600001FFF, + 0x212600002127, + 0xAB650000AB66, + 0x101400001018F, + 0x101A0000101A1, + 0x1D2000001D246, + ), + "Han": ( + 0x2E8000002E9A, + 0x2E9B00002EF4, + 0x2F0000002FD6, + 0x300500003006, + 0x300700003008, + 0x30210000302A, + 0x30380000303C, + 0x340000004DC0, + 0x4E000000A000, + 0xF9000000FA6E, + 0xFA700000FADA, + 0x16FE200016FE4, + 0x16FF000016FF2, + 0x200000002A6E0, + 0x2A7000002B73A, + 0x2B7400002B81E, + 0x2B8200002CEA2, + 0x2CEB00002EBE1, + 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, + 0x897: 84, + 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, + 0x10D69: 84, + 0x10D6A: 84, + 0x10D6B: 84, + 0x10D6C: 84, + 0x10D6D: 84, + 0x10EAB: 84, + 0x10EAC: 84, + 0x10EC2: 82, + 0x10EC3: 68, + 0x10EC4: 68, + 0x10EFC: 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, + 0x113BB: 84, + 0x113BC: 84, + 0x113BD: 84, + 0x113BE: 84, + 0x113BF: 84, + 0x113C0: 84, + 0x113CE: 84, + 0x113D0: 84, + 0x113D2: 84, + 0x113E1: 84, + 0x113E2: 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, + 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, + 0x11F5A: 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, + 0x1611E: 84, + 0x1611F: 84, + 0x16120: 84, + 0x16121: 84, + 0x16122: 84, + 0x16123: 84, + 0x16124: 84, + 0x16125: 84, + 0x16126: 84, + 0x16127: 84, + 0x16128: 84, + 0x16129: 84, + 0x1612D: 84, + 0x1612E: 84, + 0x1612F: 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, + 0x1E5EE: 84, + 0x1E5EF: 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, + 0x897000008E2, + 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, + 0x1C8A00001C8B, + 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, + 0xA7CD0000A7CE, + 0xA7D10000A7D2, + 0xA7D30000A7D4, + 0xA7D50000A7D6, + 0xA7D70000A7D8, + 0xA7D90000A7DA, + 0xA7DB0000A7DC, + 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, + 0x105C0000105F4, + 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, + 0x10D4000010D50, + 0x10D6900010D6E, + 0x10D6F00010D86, + 0x10E8000010EAA, + 0x10EAB00010EAD, + 0x10EB000010EB2, + 0x10EC200010EC5, + 0x10EFC00010F1D, + 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, + 0x113800001138A, + 0x1138B0001138C, + 0x1138E0001138F, + 0x11390000113B6, + 0x113B7000113C1, + 0x113C2000113C3, + 0x113C5000113C6, + 0x113C7000113CB, + 0x113CC000113D4, + 0x113E1000113E3, + 0x114000001144B, + 0x114500001145A, + 0x1145E00011462, + 0x11480000114C6, + 0x114C7000114C8, + 0x114D0000114DA, + 0x11580000115B6, + 0x115B8000115C1, + 0x115D8000115DE, + 0x1160000011641, + 0x1164400011645, + 0x116500001165A, + 0x11680000116B9, + 0x116C0000116CA, + 0x116D0000116E4, + 0x117000001171B, + 0x1171D0001172C, + 0x117300001173A, + 0x1174000011747, + 0x118000001183B, + 0x118C0000118EA, + 0x118FF00011907, + 0x119090001190A, + 0x1190C00011914, + 0x1191500011917, + 0x1191800011936, + 0x1193700011939, + 0x1193B00011944, + 0x119500001195A, + 0x119A0000119A8, + 0x119AA000119D8, + 0x119DA000119E2, + 0x119E3000119E5, + 0x11A0000011A3F, + 0x11A4700011A48, + 0x11A5000011A9A, + 0x11A9D00011A9E, + 0x11AB000011AF9, + 0x11BC000011BE1, + 0x11BF000011BFA, + 0x11C0000011C09, + 0x11C0A00011C37, + 0x11C3800011C41, + 0x11C5000011C5A, + 0x11C7200011C90, + 0x11C9200011CA8, + 0x11CA900011CB7, + 0x11D0000011D07, + 0x11D0800011D0A, + 0x11D0B00011D37, + 0x11D3A00011D3B, + 0x11D3C00011D3E, + 0x11D3F00011D48, + 0x11D5000011D5A, + 0x11D6000011D66, + 0x11D6700011D69, + 0x11D6A00011D8F, + 0x11D9000011D92, + 0x11D9300011D99, + 0x11DA000011DAA, + 0x11EE000011EF7, + 0x11F0000011F11, + 0x11F1200011F3B, + 0x11F3E00011F43, + 0x11F5000011F5B, + 0x11FB000011FB1, + 0x120000001239A, + 0x1248000012544, + 0x12F9000012FF1, + 0x1300000013430, + 0x1344000013456, + 0x13460000143FB, + 0x1440000014647, + 0x161000001613A, + 0x1680000016A39, + 0x16A4000016A5F, + 0x16A6000016A6A, + 0x16A7000016ABF, + 0x16AC000016ACA, + 0x16AD000016AEE, + 0x16AF000016AF5, + 0x16B0000016B37, + 0x16B4000016B44, + 0x16B5000016B5A, + 0x16B6300016B78, + 0x16B7D00016B90, + 0x16D4000016D6D, + 0x16D7000016D7A, + 0x16E6000016E80, + 0x16F0000016F4B, + 0x16F4F00016F88, + 0x16F8F00016FA0, + 0x16FE000016FE2, + 0x16FE300016FE5, + 0x16FF000016FF2, + 0x17000000187F8, + 0x1880000018CD6, + 0x18CFF00018D09, + 0x1AFF00001AFF4, + 0x1AFF50001AFFC, + 0x1AFFD0001AFFF, + 0x1B0000001B123, + 0x1B1320001B133, + 0x1B1500001B153, + 0x1B1550001B156, + 0x1B1640001B168, + 0x1B1700001B2FC, + 0x1BC000001BC6B, + 0x1BC700001BC7D, + 0x1BC800001BC89, + 0x1BC900001BC9A, + 0x1BC9D0001BC9F, + 0x1CCF00001CCFA, + 0x1CF000001CF2E, + 0x1CF300001CF47, + 0x1DA000001DA37, + 0x1DA3B0001DA6D, + 0x1DA750001DA76, + 0x1DA840001DA85, + 0x1DA9B0001DAA0, + 0x1DAA10001DAB0, + 0x1DF000001DF1F, + 0x1DF250001DF2B, + 0x1E0000001E007, + 0x1E0080001E019, + 0x1E01B0001E022, + 0x1E0230001E025, + 0x1E0260001E02B, + 0x1E08F0001E090, + 0x1E1000001E12D, + 0x1E1300001E13E, + 0x1E1400001E14A, + 0x1E14E0001E14F, + 0x1E2900001E2AF, + 0x1E2C00001E2FA, + 0x1E4D00001E4FA, + 0x1E5D00001E5FB, + 0x1E7E00001E7E7, + 0x1E7E80001E7EC, + 0x1E7ED0001E7EF, + 0x1E7F00001E7FF, + 0x1E8000001E8C5, + 0x1E8D00001E8D7, + 0x1E9220001E94C, + 0x1E9500001E95A, + 0x200000002A6E0, + 0x2A7000002B73A, + 0x2B7400002B81E, + 0x2B8200002CEA2, + 0x2CEB00002EBE1, + 0x2EBF00002EE5E, + 0x300000003134B, + 0x31350000323B0, + ), + "CONTEXTJ": (0x200C0000200E,), + "CONTEXTO": ( + 0xB7000000B8, + 0x37500000376, + 0x5F3000005F5, + 0x6600000066A, + 0x6F0000006FA, + 0x30FB000030FC, + ), +} diff --git a/.venv/lib/python3.12/site-packages/idna/intranges.py b/.venv/lib/python3.12/site-packages/idna/intranges.py new file mode 100644 index 0000000..7bfaa8d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/idna/intranges.py @@ -0,0 +1,57 @@ +""" +Given a list of integers, made up of (hopefully) a small number of long runs +of consecutive integers, compute a representation of the form +((start1, end1), (start2, end2) ...). Then answer the question "was x present +in the original list?" in time O(log(# runs)). +""" + +import bisect +from typing import List, Tuple + + +def intranges_from_list(list_: List[int]) -> Tuple[int, ...]: + """Represent a list of integers as a sequence of ranges: + ((start_0, end_0), (start_1, end_1), ...), such that the original + integers are exactly those x such that start_i <= x < end_i for some i. + + Ranges are encoded as single integers (start << 32 | end), not as tuples. + """ + + sorted_list = sorted(list_) + ranges = [] + last_write = -1 + for i in range(len(sorted_list)): + if i + 1 < len(sorted_list): + if sorted_list[i] == sorted_list[i + 1] - 1: + continue + current_range = sorted_list[last_write + 1 : i + 1] + ranges.append(_encode_range(current_range[0], current_range[-1] + 1)) + last_write = i + + return tuple(ranges) + + +def _encode_range(start: int, end: int) -> int: + return (start << 32) | end + + +def _decode_range(r: int) -> Tuple[int, int]: + return (r >> 32), (r & ((1 << 32) - 1)) + + +def intranges_contain(int_: int, ranges: Tuple[int, ...]) -> bool: + """Determine if `int_` falls into one of the ranges in `ranges`.""" + tuple_ = _encode_range(int_, 0) + pos = bisect.bisect_left(ranges, tuple_) + # we could be immediately ahead of a tuple (start, end) + # with start < int_ <= end + if pos > 0: + left, right = _decode_range(ranges[pos - 1]) + if left <= int_ < right: + return True + # or we could be immediately behind a tuple (int_, end) + if pos < len(ranges): + left, _ = _decode_range(ranges[pos]) + if left == int_: + return True + return False diff --git a/.venv/lib/python3.12/site-packages/idna/package_data.py b/.venv/lib/python3.12/site-packages/idna/package_data.py new file mode 100644 index 0000000..7272c8d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/idna/package_data.py @@ -0,0 +1 @@ +__version__ = "3.11" diff --git a/.venv/lib/python3.12/site-packages/idna/py.typed b/.venv/lib/python3.12/site-packages/idna/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/.venv/lib/python3.12/site-packages/idna/uts46data.py b/.venv/lib/python3.12/site-packages/idna/uts46data.py new file mode 100644 index 0000000..4610b71 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/idna/uts46data.py @@ -0,0 +1,8841 @@ +# 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__ = "16.0.0" + + +def _seg_0() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x0, "V"), + (0x1, "V"), + (0x2, "V"), + (0x3, "V"), + (0x4, "V"), + (0x5, "V"), + (0x6, "V"), + (0x7, "V"), + (0x8, "V"), + (0x9, "V"), + (0xA, "V"), + (0xB, "V"), + (0xC, "V"), + (0xD, "V"), + (0xE, "V"), + (0xF, "V"), + (0x10, "V"), + (0x11, "V"), + (0x12, "V"), + (0x13, "V"), + (0x14, "V"), + (0x15, "V"), + (0x16, "V"), + (0x17, "V"), + (0x18, "V"), + (0x19, "V"), + (0x1A, "V"), + (0x1B, "V"), + (0x1C, "V"), + (0x1D, "V"), + (0x1E, "V"), + (0x1F, "V"), + (0x20, "V"), + (0x21, "V"), + (0x22, "V"), + (0x23, "V"), + (0x24, "V"), + (0x25, "V"), + (0x26, "V"), + (0x27, "V"), + (0x28, "V"), + (0x29, "V"), + (0x2A, "V"), + (0x2B, "V"), + (0x2C, "V"), + (0x2D, "V"), + (0x2E, "V"), + (0x2F, "V"), + (0x30, "V"), + (0x31, "V"), + (0x32, "V"), + (0x33, "V"), + (0x34, "V"), + (0x35, "V"), + (0x36, "V"), + (0x37, "V"), + (0x38, "V"), + (0x39, "V"), + (0x3A, "V"), + (0x3B, "V"), + (0x3C, "V"), + (0x3D, "V"), + (0x3E, "V"), + (0x3F, "V"), + (0x40, "V"), + (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, "V"), + (0x5C, "V"), + (0x5D, "V"), + (0x5E, "V"), + (0x5F, "V"), + (0x60, "V"), + (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, "V"), + (0x7C, "V"), + (0x7D, "V"), + (0x7E, "V"), + (0x7F, "V"), + (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, "M", " "), + (0xA1, "V"), + (0xA2, "V"), + (0xA3, "V"), + (0xA4, "V"), + (0xA5, "V"), + (0xA6, "V"), + (0xA7, "V"), + (0xA8, "M", " ̈"), + (0xA9, "V"), + (0xAA, "M", "a"), + (0xAB, "V"), + (0xAC, "V"), + (0xAD, "I"), + (0xAE, "V"), + (0xAF, "M", " ̄"), + (0xB0, "V"), + (0xB1, "V"), + (0xB2, "M", "2"), + (0xB3, "M", "3"), + (0xB4, "M", " ́"), + (0xB5, "M", "μ"), + (0xB6, "V"), + (0xB7, "V"), + (0xB8, "M", " ̧"), + (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, "M", " ̆"), + (0x2D9, "M", " ̇"), + (0x2DA, "M", " ̊"), + (0x2DB, "M", " ̨"), + (0x2DC, "M", " ̃"), + (0x2DD, "M", " ̋"), + (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, "M", " ι"), + (0x37B, "V"), + (0x37E, "M", ";"), + (0x37F, "M", "ϳ"), + (0x380, "X"), + (0x384, "M", " ́"), + (0x385, "M", " ̈́"), + (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, "M", "ӏ"), + (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"), + (0x897, "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, "M", "ⴀ"), + (0x10A1, "M", "ⴁ"), + (0x10A2, "M", "ⴂ"), + (0x10A3, "M", "ⴃ"), + (0x10A4, "M", "ⴄ"), + (0x10A5, "M", "ⴅ"), + (0x10A6, "M", "ⴆ"), + (0x10A7, "M", "ⴇ"), + (0x10A8, "M", "ⴈ"), + (0x10A9, "M", "ⴉ"), + (0x10AA, "M", "ⴊ"), + (0x10AB, "M", "ⴋ"), + (0x10AC, "M", "ⴌ"), + (0x10AD, "M", "ⴍ"), + (0x10AE, "M", "ⴎ"), + (0x10AF, "M", "ⴏ"), + (0x10B0, "M", "ⴐ"), + (0x10B1, "M", "ⴑ"), + (0x10B2, "M", "ⴒ"), + (0x10B3, "M", "ⴓ"), + (0x10B4, "M", "ⴔ"), + (0x10B5, "M", "ⴕ"), + (0x10B6, "M", "ⴖ"), + (0x10B7, "M", "ⴗ"), + (0x10B8, "M", "ⴘ"), + (0x10B9, "M", "ⴙ"), + (0x10BA, "M", "ⴚ"), + (0x10BB, "M", "ⴛ"), + (0x10BC, "M", "ⴜ"), + (0x10BD, "M", "ⴝ"), + (0x10BE, "M", "ⴞ"), + (0x10BF, "M", "ⴟ"), + (0x10C0, "M", "ⴠ"), + (0x10C1, "M", "ⴡ"), + (0x10C2, "M", "ⴢ"), + (0x10C3, "M", "ⴣ"), + (0x10C4, "M", "ⴤ"), + (0x10C5, "M", "ⴥ"), + ] + + +def _seg_14() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10C6, "X"), + (0x10C7, "M", "ⴧ"), + (0x10C8, "X"), + (0x10CD, "M", "ⴭ"), + (0x10CE, "X"), + (0x10D0, "V"), + (0x10FC, "M", "ნ"), + (0x10FD, "V"), + (0x115F, "I"), + (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"), + (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, "I"), + (0x17B6, "V"), + (0x17DE, "X"), + (0x17E0, "V"), + (0x17EA, "X"), + (0x17F0, "V"), + (0x17FA, "X"), + (0x1800, "V"), + (0x180B, "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"), + ] + + +def _seg_15() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x1B4E, "V"), + (0x1BF4, "X"), + (0x1BFC, "V"), + (0x1C38, "X"), + (0x1C3B, "V"), + (0x1C4A, "X"), + (0x1C4D, "V"), + (0x1C80, "M", "в"), + (0x1C81, "M", "д"), + (0x1C82, "M", "о"), + (0x1C83, "M", "с"), + (0x1C84, "M", "т"), + (0x1C86, "M", "ъ"), + (0x1C87, "M", "ѣ"), + (0x1C88, "M", "ꙋ"), + (0x1C89, "M", "ᲊ"), + (0x1C8A, "V"), + (0x1C8B, "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"), + ] + + +def _seg_16() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ɔ"), + (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"), + ] + + +def _seg_17() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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"), + ] + + +def _seg_18() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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", "ỏ"), + ] + + +def _seg_19() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ự"), + (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", "ὕ"), + ] + + +def _seg_20() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ἇι"), + (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, "M", " ̓"), + (0x1FBE, "M", "ι"), + (0x1FBF, "M", " ̓"), + (0x1FC0, "M", " ͂"), + (0x1FC1, "M", " ̈͂"), + (0x1FC2, "M", "ὴι"), + (0x1FC3, "M", "ηι"), + (0x1FC4, "M", "ήι"), + (0x1FC5, "X"), + (0x1FC6, "V"), + (0x1FC7, "M", "ῆι"), + (0x1FC8, "M", "ὲ"), + (0x1FC9, "M", "έ"), + (0x1FCA, "M", "ὴ"), + ] + + +def _seg_21() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FCB, "M", "ή"), + (0x1FCC, "M", "ηι"), + (0x1FCD, "M", " ̓̀"), + (0x1FCE, "M", " ̓́"), + (0x1FCF, "M", " ̓͂"), + (0x1FD0, "V"), + (0x1FD3, "M", "ΐ"), + (0x1FD4, "X"), + (0x1FD6, "V"), + (0x1FD8, "M", "ῐ"), + (0x1FD9, "M", "ῑ"), + (0x1FDA, "M", "ὶ"), + (0x1FDB, "M", "ί"), + (0x1FDC, "X"), + (0x1FDD, "M", " ̔̀"), + (0x1FDE, "M", " ̔́"), + (0x1FDF, "M", " ̔͂"), + (0x1FE0, "V"), + (0x1FE3, "M", "ΰ"), + (0x1FE4, "V"), + (0x1FE8, "M", "ῠ"), + (0x1FE9, "M", "ῡ"), + (0x1FEA, "M", "ὺ"), + (0x1FEB, "M", "ύ"), + (0x1FEC, "M", "ῥ"), + (0x1FED, "M", " ̈̀"), + (0x1FEE, "M", " ̈́"), + (0x1FEF, "M", "`"), + (0x1FF0, "X"), + (0x1FF2, "M", "ὼι"), + (0x1FF3, "M", "ωι"), + (0x1FF4, "M", "ώι"), + (0x1FF5, "X"), + (0x1FF6, "V"), + (0x1FF7, "M", "ῶι"), + (0x1FF8, "M", "ὸ"), + (0x1FF9, "M", "ό"), + (0x1FFA, "M", "ὼ"), + (0x1FFB, "M", "ώ"), + (0x1FFC, "M", "ωι"), + (0x1FFD, "M", " ́"), + (0x1FFE, "M", " ̔"), + (0x1FFF, "X"), + (0x2000, "M", " "), + (0x200B, "I"), + (0x200C, "D", ""), + (0x200E, "X"), + (0x2010, "V"), + (0x2011, "M", "‐"), + (0x2012, "V"), + (0x2017, "M", " ̳"), + (0x2018, "V"), + (0x2024, "X"), + (0x2027, "V"), + (0x2028, "X"), + (0x202F, "M", " "), + (0x2030, "V"), + (0x2033, "M", "′′"), + (0x2034, "M", "′′′"), + (0x2035, "V"), + (0x2036, "M", "‵‵"), + (0x2037, "M", "‵‵‵"), + (0x2038, "V"), + (0x203C, "M", "!!"), + (0x203D, "V"), + (0x203E, "M", " ̅"), + (0x203F, "V"), + (0x2047, "M", "??"), + (0x2048, "M", "?!"), + (0x2049, "M", "!?"), + (0x204A, "V"), + (0x2057, "M", "′′′′"), + (0x2058, "V"), + (0x205F, "M", " "), + (0x2060, "I"), + (0x2065, "X"), + (0x206A, "I"), + (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, "M", "+"), + (0x207B, "M", "−"), + (0x207C, "M", "="), + (0x207D, "M", "("), + (0x207E, "M", ")"), + (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"), + ] + + +def _seg_22() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2088, "M", "8"), + (0x2089, "M", "9"), + (0x208A, "M", "+"), + (0x208B, "M", "−"), + (0x208C, "M", "="), + (0x208D, "M", "("), + (0x208E, "M", ")"), + (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, "M", "a/c"), + (0x2101, "M", "a/s"), + (0x2102, "M", "c"), + (0x2103, "M", "°c"), + (0x2104, "V"), + (0x2105, "M", "c/o"), + (0x2106, "M", "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, "M", "ⅎ"), + (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"), + ] + + +def _seg_23() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x217D, "M", "c"), + (0x217E, "M", "d"), + (0x217F, "M", "m"), + (0x2180, "V"), + (0x2183, "M", "ↄ"), + (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"), + (0x242A, "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, "M", "(1)"), + (0x2475, "M", "(2)"), + (0x2476, "M", "(3)"), + (0x2477, "M", "(4)"), + (0x2478, "M", "(5)"), + (0x2479, "M", "(6)"), + (0x247A, "M", "(7)"), + (0x247B, "M", "(8)"), + (0x247C, "M", "(9)"), + (0x247D, "M", "(10)"), + (0x247E, "M", "(11)"), + (0x247F, "M", "(12)"), + (0x2480, "M", "(13)"), + (0x2481, "M", "(14)"), + (0x2482, "M", "(15)"), + (0x2483, "M", "(16)"), + (0x2484, "M", "(17)"), + (0x2485, "M", "(18)"), + (0x2486, "M", "(19)"), + (0x2487, "M", "(20)"), + (0x2488, "X"), + (0x249C, "M", "(a)"), + (0x249D, "M", "(b)"), + (0x249E, "M", "(c)"), + (0x249F, "M", "(d)"), + ] + + +def _seg_24() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x24A0, "M", "(e)"), + (0x24A1, "M", "(f)"), + (0x24A2, "M", "(g)"), + (0x24A3, "M", "(h)"), + (0x24A4, "M", "(i)"), + (0x24A5, "M", "(j)"), + (0x24A6, "M", "(k)"), + (0x24A7, "M", "(l)"), + (0x24A8, "M", "(m)"), + (0x24A9, "M", "(n)"), + (0x24AA, "M", "(o)"), + (0x24AB, "M", "(p)"), + (0x24AC, "M", "(q)"), + (0x24AD, "M", "(r)"), + (0x24AE, "M", "(s)"), + (0x24AF, "M", "(t)"), + (0x24B0, "M", "(u)"), + (0x24B1, "M", "(v)"), + (0x24B2, "M", "(w)"), + (0x24B3, "M", "(x)"), + (0x24B4, "M", "(y)"), + (0x24B5, "M", "(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"), + (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, "M", "::="), + (0x2A75, "M", "=="), + (0x2A76, "M", "==="), + (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", "ⰻ"), + ] + + +def _seg_25() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ⱜ"), + (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"), + ] + + +def _seg_26() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ⳇ"), + (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"), + ] + + +def _seg_27() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "卩"), + (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", "牛"), + ] + + +def _seg_28() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "而"), + (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", "鬲"), + ] + + +def _seg_29() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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, "M", " "), + (0x3001, "V"), + (0x3002, "M", "."), + (0x3003, "V"), + (0x3036, "M", "〒"), + (0x3037, "V"), + (0x3038, "M", "十"), + (0x3039, "M", "卄"), + (0x303A, "M", "卅"), + (0x303B, "V"), + (0x3040, "X"), + (0x3041, "V"), + (0x3097, "X"), + (0x3099, "V"), + (0x309B, "M", " ゙"), + (0x309C, "M", " ゚"), + (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, "I"), + (0x3165, "M", "ᄔ"), + (0x3166, "M", "ᄕ"), + (0x3167, "M", "ᇇ"), + ] + + +def _seg_30() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ᆅ"), + (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"), + (0x31E6, "X"), + (0x31F0, "V"), + (0x3200, "M", "(ᄀ)"), + (0x3201, "M", "(ᄂ)"), + (0x3202, "M", "(ᄃ)"), + (0x3203, "M", "(ᄅ)"), + (0x3204, "M", "(ᄆ)"), + (0x3205, "M", "(ᄇ)"), + (0x3206, "M", "(ᄉ)"), + (0x3207, "M", "(ᄋ)"), + (0x3208, "M", "(ᄌ)"), + (0x3209, "M", "(ᄎ)"), + (0x320A, "M", "(ᄏ)"), + (0x320B, "M", "(ᄐ)"), + (0x320C, "M", "(ᄑ)"), + (0x320D, "M", "(ᄒ)"), + (0x320E, "M", "(가)"), + (0x320F, "M", "(나)"), + (0x3210, "M", "(다)"), + (0x3211, "M", "(라)"), + (0x3212, "M", "(마)"), + (0x3213, "M", "(바)"), + (0x3214, "M", "(사)"), + (0x3215, "M", "(아)"), + (0x3216, "M", "(자)"), + (0x3217, "M", "(차)"), + (0x3218, "M", "(카)"), + (0x3219, "M", "(타)"), + (0x321A, "M", "(파)"), + (0x321B, "M", "(하)"), + (0x321C, "M", "(주)"), + (0x321D, "M", "(오전)"), + (0x321E, "M", "(오후)"), + (0x321F, "X"), + (0x3220, "M", "(一)"), + (0x3221, "M", "(二)"), + (0x3222, "M", "(三)"), + (0x3223, "M", "(四)"), + (0x3224, "M", "(五)"), + (0x3225, "M", "(六)"), + (0x3226, "M", "(七)"), + (0x3227, "M", "(八)"), + (0x3228, "M", "(九)"), + (0x3229, "M", "(十)"), + ] + + +def _seg_31() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x322A, "M", "(月)"), + (0x322B, "M", "(火)"), + (0x322C, "M", "(水)"), + (0x322D, "M", "(木)"), + (0x322E, "M", "(金)"), + (0x322F, "M", "(土)"), + (0x3230, "M", "(日)"), + (0x3231, "M", "(株)"), + (0x3232, "M", "(有)"), + (0x3233, "M", "(社)"), + (0x3234, "M", "(名)"), + (0x3235, "M", "(特)"), + (0x3236, "M", "(財)"), + (0x3237, "M", "(祝)"), + (0x3238, "M", "(労)"), + (0x3239, "M", "(代)"), + (0x323A, "M", "(呼)"), + (0x323B, "M", "(学)"), + (0x323C, "M", "(監)"), + (0x323D, "M", "(企)"), + (0x323E, "M", "(資)"), + (0x323F, "M", "(協)"), + (0x3240, "M", "(祭)"), + (0x3241, "M", "(休)"), + (0x3242, "M", "(自)"), + (0x3243, "M", "(至)"), + (0x3244, "M", "問"), + (0x3245, "M", "幼"), + (0x3246, "M", "文"), + (0x3247, "M", "箏"), + (0x3248, "V"), + (0x3250, "M", "pte"), + (0x3251, "M", "21"), + (0x3252, "M", "22"), + (0x3253, "M", "23"), + (0x3254, "M", "24"), + (0x3255, "M", "25"), + (0x3256, "M", "26"), + (0x3257, "M", "27"), + (0x3258, "M", "28"), + (0x3259, "M", "29"), + (0x325A, "M", "30"), + (0x325B, "M", "31"), + (0x325C, "M", "32"), + (0x325D, "M", "33"), + (0x325E, "M", "34"), + (0x325F, "M", "35"), + (0x3260, "M", "ᄀ"), + (0x3261, "M", "ᄂ"), + (0x3262, "M", "ᄃ"), + (0x3263, "M", "ᄅ"), + (0x3264, "M", "ᄆ"), + (0x3265, "M", "ᄇ"), + (0x3266, "M", "ᄉ"), + (0x3267, "M", "ᄋ"), + (0x3268, "M", "ᄌ"), + (0x3269, "M", "ᄎ"), + (0x326A, "M", "ᄏ"), + (0x326B, "M", "ᄐ"), + (0x326C, "M", "ᄑ"), + (0x326D, "M", "ᄒ"), + (0x326E, "M", "가"), + (0x326F, "M", "나"), + (0x3270, "M", "다"), + (0x3271, "M", "라"), + (0x3272, "M", "마"), + (0x3273, "M", "바"), + (0x3274, "M", "사"), + (0x3275, "M", "아"), + (0x3276, "M", "자"), + (0x3277, "M", "차"), + (0x3278, "M", "카"), + (0x3279, "M", "타"), + (0x327A, "M", "파"), + (0x327B, "M", "하"), + (0x327C, "M", "참고"), + (0x327D, "M", "주의"), + (0x327E, "M", "우"), + (0x327F, "V"), + (0x3280, "M", "一"), + (0x3281, "M", "二"), + (0x3282, "M", "三"), + (0x3283, "M", "四"), + (0x3284, "M", "五"), + (0x3285, "M", "六"), + (0x3286, "M", "七"), + (0x3287, "M", "八"), + (0x3288, "M", "九"), + (0x3289, "M", "十"), + (0x328A, "M", "月"), + (0x328B, "M", "火"), + (0x328C, "M", "水"), + (0x328D, "M", "木"), + (0x328E, "M", "金"), + (0x328F, "M", "土"), + (0x3290, "M", "日"), + (0x3291, "M", "株"), + (0x3292, "M", "有"), + (0x3293, "M", "社"), + (0x3294, "M", "名"), + ] + + +def _seg_32() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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", "ル"), + ] + + +def _seg_33() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "グラムトン"), + (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点"), + ] + + +def _seg_34() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "大正"), + (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ω"), + ] + + +def _seg_35() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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日"), + (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", "ꙟ"), + ] + + +def _seg_36() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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"), + ] + + +def _seg_37() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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"), + ] + + +def _seg_38() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA7C9, "M", "ꟊ"), + (0xA7CA, "V"), + (0xA7CB, "M", "ɤ"), + (0xA7CC, "M", "ꟍ"), + (0xA7CD, "V"), + (0xA7CE, "X"), + (0xA7D0, "M", "ꟑ"), + (0xA7D1, "V"), + (0xA7D2, "X"), + (0xA7D3, "V"), + (0xA7D4, "X"), + (0xA7D5, "V"), + (0xA7D6, "M", "ꟗ"), + (0xA7D7, "V"), + (0xA7D8, "M", "ꟙ"), + (0xA7D9, "V"), + (0xA7DA, "M", "ꟛ"), + (0xA7DB, "V"), + (0xA7DC, "M", "ƛ"), + (0xA7DD, "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"), + (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", "Ꮇ"), + ] + + +def _seg_39() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "Ꮮ"), + (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", "濫"), + ] + + +def _seg_40() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "雷"), + (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", "閭"), + ] + + +def _seg_41() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "玲"), + (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", "離"), + ] + + +def _seg_42() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "晴"), + (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", "禎"), + ] + + +def _seg_43() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "塚"), + (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", "調"), + ] + + +def _seg_44() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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, "M", "+"), + (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", "پ"), + ] + + +def _seg_45() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ى"), + (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", "قح"), + ] + + +def _seg_46() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "يي"), + (0xFC5B, "M", "ذٰ"), + (0xFC5C, "M", "رٰ"), + (0xFC5D, "M", "ىٰ"), + (0xFC5E, "M", " ٌّ"), + (0xFC5F, "M", " ٍّ"), + (0xFC60, "M", " َّ"), + (0xFC61, "M", " ُّ"), + (0xFC62, "M", " ِّ"), + (0xFC63, "M", " ّٰ"), + (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", "ئج"), + ] + + +def _seg_47() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "فج"), + (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", "سى"), + ] + + +def _seg_48() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "صي"), + (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", "فخم"), + ] + + +def _seg_49() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "شحي"), + (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, "M", "صلى الله عليه وسلم"), + (0xFDFB, "M", "جل جلاله"), + (0xFDFC, "M", "ریال"), + (0xFDFD, "V"), + (0xFE00, "I"), + (0xFE10, "M", ","), + (0xFE11, "M", "、"), + (0xFE12, "X"), + (0xFE13, "M", ":"), + (0xFE14, "M", ";"), + (0xFE15, "M", "!"), + (0xFE16, "M", "?"), + (0xFE17, "M", "〖"), + (0xFE18, "M", "〗"), + (0xFE19, "X"), + (0xFE20, "V"), + (0xFE30, "X"), + (0xFE31, "M", "—"), + (0xFE32, "M", "–"), + ] + + +def _seg_50() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFE33, "M", "_"), + (0xFE35, "M", "("), + (0xFE36, "M", ")"), + (0xFE37, "M", "{"), + (0xFE38, "M", "}"), + (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, "M", "["), + (0xFE48, "M", "]"), + (0xFE49, "M", " ̅"), + (0xFE4D, "M", "_"), + (0xFE50, "M", ","), + (0xFE51, "M", "、"), + (0xFE52, "X"), + (0xFE54, "M", ";"), + (0xFE55, "M", ":"), + (0xFE56, "M", "?"), + (0xFE57, "M", "!"), + (0xFE58, "M", "—"), + (0xFE59, "M", "("), + (0xFE5A, "M", ")"), + (0xFE5B, "M", "{"), + (0xFE5C, "M", "}"), + (0xFE5D, "M", "〔"), + (0xFE5E, "M", "〕"), + (0xFE5F, "M", "#"), + (0xFE60, "M", "&"), + (0xFE61, "M", "*"), + (0xFE62, "M", "+"), + (0xFE63, "M", "-"), + (0xFE64, "M", "<"), + (0xFE65, "M", ">"), + (0xFE66, "M", "="), + (0xFE67, "X"), + (0xFE68, "M", "\\"), + (0xFE69, "M", "$"), + (0xFE6A, "M", "%"), + (0xFE6B, "M", "@"), + (0xFE6C, "X"), + (0xFE70, "M", " ً"), + (0xFE71, "M", "ـً"), + (0xFE72, "M", " ٌ"), + (0xFE73, "V"), + (0xFE74, "M", " ٍ"), + (0xFE75, "X"), + (0xFE76, "M", " َ"), + (0xFE77, "M", "ـَ"), + (0xFE78, "M", " ُ"), + (0xFE79, "M", "ـُ"), + (0xFE7A, "M", " ِ"), + (0xFE7B, "M", "ـِ"), + (0xFE7C, "M", " ّ"), + (0xFE7D, "M", "ـّ"), + (0xFE7E, "M", " ْ"), + (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", "و"), + ] + + +def _seg_51() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFEEF, "M", "ى"), + (0xFEF1, "M", "ي"), + (0xFEF5, "M", "لآ"), + (0xFEF7, "M", "لأ"), + (0xFEF9, "M", "لإ"), + (0xFEFB, "M", "لا"), + (0xFEFD, "X"), + (0xFEFF, "I"), + (0xFF00, "X"), + (0xFF01, "M", "!"), + (0xFF02, "M", '"'), + (0xFF03, "M", "#"), + (0xFF04, "M", "$"), + (0xFF05, "M", "%"), + (0xFF06, "M", "&"), + (0xFF07, "M", "'"), + (0xFF08, "M", "("), + (0xFF09, "M", ")"), + (0xFF0A, "M", "*"), + (0xFF0B, "M", "+"), + (0xFF0C, "M", ","), + (0xFF0D, "M", "-"), + (0xFF0E, "M", "."), + (0xFF0F, "M", "/"), + (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, "M", ":"), + (0xFF1B, "M", ";"), + (0xFF1C, "M", "<"), + (0xFF1D, "M", "="), + (0xFF1E, "M", ">"), + (0xFF1F, "M", "?"), + (0xFF20, "M", "@"), + (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, "M", "["), + (0xFF3C, "M", "\\"), + (0xFF3D, "M", "]"), + (0xFF3E, "M", "^"), + (0xFF3F, "M", "_"), + (0xFF40, "M", "`"), + (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, "M", "{"), + ] + + +def _seg_52() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF5C, "M", "|"), + (0xFF5D, "M", "}"), + (0xFF5E, "M", "~"), + (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", "ツ"), + (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, "I"), + (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"), + ] + + +def _seg_53() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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, "M", " ̄"), + (0xFFE4, "M", "¦"), + (0xFFE5, "M", "¥"), + (0xFFE6, "M", "₩"), + (0xFFE7, "X"), + (0xFFE8, "M", "│"), + (0xFFE9, "M", "←"), + (0xFFEA, "M", "↑"), + (0xFFEB, "M", "→"), + (0xFFEC, "M", "↓"), + (0xFFED, "M", "■"), + (0xFFEE, "M", "○"), + (0xFFEF, "X"), + (0x10000, "V"), + (0x1000C, "X"), + (0x1000D, "V"), + (0x10027, "X"), + (0x10028, "V"), + (0x1003B, "X"), + (0x1003C, "V"), + (0x1003E, "X"), + (0x1003F, "V"), + (0x1004E, "X"), + (0x10050, "V"), + (0x1005E, "X"), + (0x10080, "V"), + (0x100FB, "X"), + (0x10100, "V"), + (0x10103, "X"), + (0x10107, "V"), + (0x10134, "X"), + (0x10137, "V"), + (0x1018F, "X"), + (0x10190, "V"), + (0x1019D, "X"), + (0x101A0, "V"), + (0x101A1, "X"), + (0x101D0, "V"), + (0x101FE, "X"), + (0x10280, "V"), + (0x1029D, "X"), + (0x102A0, "V"), + (0x102D1, "X"), + (0x102E0, "V"), + (0x102FC, "X"), + (0x10300, "V"), + (0x10324, "X"), + (0x1032D, "V"), + (0x1034B, "X"), + (0x10350, "V"), + (0x1037B, "X"), + (0x10380, "V"), + (0x1039E, "X"), + (0x1039F, "V"), + (0x103C4, "X"), + (0x103C8, "V"), + (0x103D6, "X"), + (0x10400, "M", "𐐨"), + (0x10401, "M", "𐐩"), + (0x10402, "M", "𐐪"), + (0x10403, "M", "𐐫"), + (0x10404, "M", "𐐬"), + (0x10405, "M", "𐐭"), + (0x10406, "M", "𐐮"), + (0x10407, "M", "𐐯"), + (0x10408, "M", "𐐰"), + (0x10409, "M", "𐐱"), + (0x1040A, "M", "𐐲"), + (0x1040B, "M", "𐐳"), + (0x1040C, "M", "𐐴"), + (0x1040D, "M", "𐐵"), + (0x1040E, "M", "𐐶"), + ] + + +def _seg_54() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "𐓡"), + (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", "𐖱"), + ] + + +def _seg_55() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x105C0, "V"), + (0x105F4, "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", "ɗ"), + (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"), + ] + + +def _seg_56() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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", "𐳭"), + ] + + +def _seg_57() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10CAE, "M", "𐳮"), + (0x10CAF, "M", "𐳯"), + (0x10CB0, "M", "𐳰"), + (0x10CB1, "M", "𐳱"), + (0x10CB2, "M", "𐳲"), + (0x10CB3, "X"), + (0x10CC0, "V"), + (0x10CF3, "X"), + (0x10CFA, "V"), + (0x10D28, "X"), + (0x10D30, "V"), + (0x10D3A, "X"), + (0x10D40, "V"), + (0x10D50, "M", "𐵰"), + (0x10D51, "M", "𐵱"), + (0x10D52, "M", "𐵲"), + (0x10D53, "M", "𐵳"), + (0x10D54, "M", "𐵴"), + (0x10D55, "M", "𐵵"), + (0x10D56, "M", "𐵶"), + (0x10D57, "M", "𐵷"), + (0x10D58, "M", "𐵸"), + (0x10D59, "M", "𐵹"), + (0x10D5A, "M", "𐵺"), + (0x10D5B, "M", "𐵻"), + (0x10D5C, "M", "𐵼"), + (0x10D5D, "M", "𐵽"), + (0x10D5E, "M", "𐵾"), + (0x10D5F, "M", "𐵿"), + (0x10D60, "M", "𐶀"), + (0x10D61, "M", "𐶁"), + (0x10D62, "M", "𐶂"), + (0x10D63, "M", "𐶃"), + (0x10D64, "M", "𐶄"), + (0x10D65, "M", "𐶅"), + (0x10D66, "X"), + (0x10D69, "V"), + (0x10D86, "X"), + (0x10D8E, "V"), + (0x10D90, "X"), + (0x10E60, "V"), + (0x10E7F, "X"), + (0x10E80, "V"), + (0x10EAA, "X"), + (0x10EAB, "V"), + (0x10EAE, "X"), + (0x10EB0, "V"), + (0x10EB2, "X"), + (0x10EC2, "V"), + (0x10EC5, "X"), + (0x10EFC, "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"), + (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"), + ] + + +def _seg_58() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x11380, "V"), + (0x1138A, "X"), + (0x1138B, "V"), + (0x1138C, "X"), + (0x1138E, "V"), + (0x1138F, "X"), + (0x11390, "V"), + (0x113B6, "X"), + (0x113B7, "V"), + (0x113C1, "X"), + (0x113C2, "V"), + (0x113C3, "X"), + (0x113C5, "V"), + (0x113C6, "X"), + (0x113C7, "V"), + (0x113CB, "X"), + (0x113CC, "V"), + (0x113D6, "X"), + (0x113D7, "V"), + (0x113D9, "X"), + (0x113E1, "V"), + (0x113E3, "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"), + (0x116D0, "V"), + (0x116E4, "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", "𑣊"), + (0x118AB, "M", "𑣋"), + (0x118AC, "M", "𑣌"), + (0x118AD, "M", "𑣍"), + (0x118AE, "M", "𑣎"), + (0x118AF, "M", "𑣏"), + ] + + +def _seg_59() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x11BC0, "V"), + (0x11BE2, "X"), + (0x11BF0, "V"), + (0x11BFA, "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"), + (0x11F5B, "X"), + ] + + +def _seg_60() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x13460, "V"), + (0x143FB, "X"), + (0x14400, "V"), + (0x14647, "X"), + (0x16100, "V"), + (0x1613A, "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"), + (0x16D40, "V"), + (0x16D7A, "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"), + (0x18CFF, "V"), + (0x18D09, "X"), + ] + + +def _seg_61() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1AFF0, "V"), + (0x1AFF4, "X"), + (0x1AFF5, "V"), + (0x1AFFC, "X"), + (0x1AFFD, "V"), + (0x1AFFF, "X"), + (0x1B000, "V"), + (0x1B123, "X"), + (0x1B132, "V"), + (0x1B133, "X"), + (0x1B150, "V"), + (0x1B153, "X"), + (0x1B155, "V"), + (0x1B156, "X"), + (0x1B164, "V"), + (0x1B168, "X"), + (0x1B170, "V"), + (0x1B2FC, "X"), + (0x1BC00, "V"), + (0x1BC6B, "X"), + (0x1BC70, "V"), + (0x1BC7D, "X"), + (0x1BC80, "V"), + (0x1BC89, "X"), + (0x1BC90, "V"), + (0x1BC9A, "X"), + (0x1BC9C, "V"), + (0x1BCA0, "I"), + (0x1BCA4, "X"), + (0x1CC00, "V"), + (0x1CCD6, "M", "a"), + (0x1CCD7, "M", "b"), + (0x1CCD8, "M", "c"), + (0x1CCD9, "M", "d"), + (0x1CCDA, "M", "e"), + (0x1CCDB, "M", "f"), + (0x1CCDC, "M", "g"), + (0x1CCDD, "M", "h"), + (0x1CCDE, "M", "i"), + (0x1CCDF, "M", "j"), + (0x1CCE0, "M", "k"), + (0x1CCE1, "M", "l"), + (0x1CCE2, "M", "m"), + (0x1CCE3, "M", "n"), + (0x1CCE4, "M", "o"), + (0x1CCE5, "M", "p"), + (0x1CCE6, "M", "q"), + (0x1CCE7, "M", "r"), + (0x1CCE8, "M", "s"), + (0x1CCE9, "M", "t"), + (0x1CCEA, "M", "u"), + (0x1CCEB, "M", "v"), + (0x1CCEC, "M", "w"), + (0x1CCED, "M", "x"), + (0x1CCEE, "M", "y"), + (0x1CCEF, "M", "z"), + (0x1CCF0, "M", "0"), + (0x1CCF1, "M", "1"), + (0x1CCF2, "M", "2"), + (0x1CCF3, "M", "3"), + (0x1CCF4, "M", "4"), + (0x1CCF5, "M", "5"), + (0x1CCF6, "M", "6"), + (0x1CCF7, "M", "7"), + (0x1CCF8, "M", "8"), + (0x1CCF9, "M", "9"), + (0x1CCFA, "X"), + (0x1CD00, "V"), + (0x1CEB4, "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, "I"), + (0x1D17B, "V"), + (0x1D1BB, "M", "𝆹𝅥"), + (0x1D1BC, "M", "𝆺𝅥"), + (0x1D1BD, "M", "𝆹𝅥𝅮"), + (0x1D1BE, "M", "𝆺𝅥𝅮"), + (0x1D1BF, "M", "𝆹𝅥𝅯"), + (0x1D1C0, "M", "𝆺𝅥𝅯"), + (0x1D1C1, "V"), + (0x1D1EB, "X"), + (0x1D200, "V"), + (0x1D246, "X"), + ] + + +def _seg_62() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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"), + ] + + +def _seg_63() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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"), + ] + + +def _seg_64() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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"), + ] + + +def _seg_65() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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"), + ] + + +def _seg_66() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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"), + ] + + +def _seg_67() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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"), + ] + + +def _seg_68() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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", "σ"), + ] + + +def _seg_69() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "η"), + (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", "ε"), + ] + + +def _seg_70() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ω"), + (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", "χ"), + ] + + +def _seg_71() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "κ"), + (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"), + ] + + +def _seg_72() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ж"), + (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", "ұ"), + ] + + +def _seg_73() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x1E5D0, "V"), + (0x1E5FB, "X"), + (0x1E5FF, "V"), + (0x1E600, "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", "𞤯"), + (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", "ش"), + ] + + +def _seg_74() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "س"), + (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", "د"), + ] + + +def _seg_75() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ذ"), + (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, "M", "0,"), + (0x1F102, "M", "1,"), + (0x1F103, "M", "2,"), + (0x1F104, "M", "3,"), + (0x1F105, "M", "4,"), + (0x1F106, "M", "5,"), + (0x1F107, "M", "6,"), + (0x1F108, "M", "7,"), + (0x1F109, "M", "8,"), + (0x1F10A, "M", "9,"), + (0x1F10B, "V"), + (0x1F110, "M", "(a)"), + (0x1F111, "M", "(b)"), + (0x1F112, "M", "(c)"), + (0x1F113, "M", "(d)"), + (0x1F114, "M", "(e)"), + (0x1F115, "M", "(f)"), + (0x1F116, "M", "(g)"), + (0x1F117, "M", "(h)"), + (0x1F118, "M", "(i)"), + (0x1F119, "M", "(j)"), + (0x1F11A, "M", "(k)"), + (0x1F11B, "M", "(l)"), + (0x1F11C, "M", "(m)"), + (0x1F11D, "M", "(n)"), + (0x1F11E, "M", "(o)"), + (0x1F11F, "M", "(p)"), + (0x1F120, "M", "(q)"), + (0x1F121, "M", "(r)"), + (0x1F122, "M", "(s)"), + (0x1F123, "M", "(t)"), + (0x1F124, "M", "(u)"), + (0x1F125, "M", "(v)"), + ] + + +def _seg_76() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F126, "M", "(w)"), + (0x1F127, "M", "(x)"), + (0x1F128, "M", "(y)"), + (0x1F129, "M", "(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"), + (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"), + ] + + +def _seg_77() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x1F8BC, "X"), + (0x1F8C0, "V"), + (0x1F8C2, "X"), + (0x1F900, "V"), + (0x1FA54, "X"), + (0x1FA60, "V"), + (0x1FA6E, "X"), + (0x1FA70, "V"), + (0x1FA7D, "X"), + (0x1FA80, "V"), + (0x1FA8A, "X"), + (0x1FA8F, "V"), + (0x1FAC7, "X"), + (0x1FACE, "V"), + (0x1FADD, "X"), + (0x1FADF, "V"), + (0x1FAEA, "X"), + (0x1FAF0, "V"), + (0x1FAF9, "X"), + (0x1FB00, "V"), + (0x1FB93, "X"), + (0x1FB94, "V"), + (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", "免"), + ] + + +def _seg_78() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "咢"), + (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, "M", "㛼"), + (0x2F869, "M", "嬈"), + (0x2F86A, "M", "嬾"), + (0x2F86C, "M", "𡧈"), + (0x2F86D, "M", "寃"), + (0x2F86E, "M", "寘"), + (0x2F86F, "M", "寧"), + (0x2F870, "M", "寳"), + (0x2F871, "M", "𡬘"), + (0x2F872, "M", "寿"), + (0x2F873, "M", "将"), + (0x2F874, "M", "当"), + (0x2F875, "M", "尢"), + (0x2F876, "M", "㞁"), + ] + + +def _seg_79() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "慎"), + (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", "杓"), + ] + + +def _seg_80() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "滇"), + (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, "M", "𤎫"), + (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", "𥃳"), + ] + + +def _seg_81() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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, "M", "竮"), + (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", "𦉇"), + (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", "䔫"), + ] + + +def _seg_82() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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, "M", "䗗"), + (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", "起"), + (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", "鳽"), + ] + + +def _seg_83() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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() + + _seg_82() + + _seg_83() +) # type: Tuple[Union[Tuple[int, str], Tuple[int, str, str]], ...] diff --git a/.venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/INSTALLER b/.venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/METADATA b/.venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/METADATA new file mode 100644 index 0000000..fc3c00d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/METADATA @@ -0,0 +1,79 @@ +Metadata-Version: 2.4 +Name: iniconfig +Version: 2.3.0 +Summary: brain-dead simple config-ini parsing +Author-email: Ronny Pfannschmidt , Holger Krekel +License-Expression: MIT +Project-URL: Homepage, https://github.com/pytest-dev/iniconfig +Classifier: Development Status :: 4 - Beta +Classifier: Intended Audience :: Developers +Classifier: Operating System :: MacOS :: MacOS X +Classifier: Operating System :: Microsoft :: Windows +Classifier: Operating System :: POSIX +Classifier: Programming Language :: Python :: 3 :: Only +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 :: 3.14 +Classifier: Topic :: Software Development :: Libraries +Classifier: Topic :: Utilities +Requires-Python: >=3.10 +Description-Content-Type: text/x-rst +License-File: LICENSE +Dynamic: license-file + +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/.venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/RECORD b/.venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/RECORD new file mode 100644 index 0000000..c9899e4 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/RECORD @@ -0,0 +1,15 @@ +iniconfig-2.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +iniconfig-2.3.0.dist-info/METADATA,sha256=QNdz-E5OES9JW79PG-nL0tRWwK6271MR910b8yLyFls,2526 +iniconfig-2.3.0.dist-info/RECORD,, +iniconfig-2.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91 +iniconfig-2.3.0.dist-info/licenses/LICENSE,sha256=NAn6kfes5VeJRjJnZlbjImT-XvdYFTVyXcmiN3RVG9Q,1098 +iniconfig-2.3.0.dist-info/top_level.txt,sha256=7KfM0fugdlToj9UW7enKXk2HYALQD8qHiyKtjhSzgN8,10 +iniconfig/__init__.py,sha256=XL5eqUYj4mskAOorZ5jfRAinJvJzTI-fJxpP4xfXtaw,7497 +iniconfig/__pycache__/__init__.cpython-312.pyc,, +iniconfig/__pycache__/_parse.cpython-312.pyc,, +iniconfig/__pycache__/_version.cpython-312.pyc,, +iniconfig/__pycache__/exceptions.cpython-312.pyc,, +iniconfig/_parse.py,sha256=5ncBl7MAQiaPNnpRrs9FR4t6G6DkgOUs458OY_1CR28,5223 +iniconfig/_version.py,sha256=KNFYe-Vtdt7Z-oHyl8jmDAQ9qXoCNMAEXigj6BR1QUI,704 +iniconfig/exceptions.py,sha256=mipQ_aMxD9CvSvFWN1oTXY4QuRnKAMZ1f3sCdmjDTU0,399 +iniconfig/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 diff --git a/.venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/WHEEL b/.venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/WHEEL new file mode 100644 index 0000000..e7fa31b --- /dev/null +++ b/.venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (80.9.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/.venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/licenses/LICENSE b/.venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/licenses/LICENSE new file mode 100644 index 0000000..46f4b28 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/iniconfig-2.3.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/.venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/top_level.txt b/.venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/top_level.txt new file mode 100644 index 0000000..9dda536 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/iniconfig-2.3.0.dist-info/top_level.txt @@ -0,0 +1 @@ +iniconfig diff --git a/.venv/lib/python3.12/site-packages/iniconfig/__init__.py b/.venv/lib/python3.12/site-packages/iniconfig/__init__.py new file mode 100644 index 0000000..b84809f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/iniconfig/__init__.py @@ -0,0 +1,249 @@ +"""brain-dead simple parser for ini-style files. +(C) Ronny Pfannschmidt, Holger Krekel -- MIT licensed +""" + +import os +from collections.abc import Callable +from collections.abc import Iterator +from collections.abc import Mapping +from typing import Final +from typing import TypeVar +from typing import overload + +__all__ = ["IniConfig", "ParseError", "COMMENTCHARS", "iscommentline"] + +from . import _parse +from ._parse import COMMENTCHARS +from ._parse import iscommentline +from .exceptions import ParseError + +_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]]] + _sources: Final[Mapping[tuple[str, str | None], int]] + + def __init__( + self, + path: str | os.PathLike[str], + data: str | None = None, + encoding: str = "utf-8", + *, + _sections: Mapping[str, Mapping[str, str]] | None = None, + _sources: Mapping[tuple[str, str | None], int] | None = None, + ) -> None: + self.path = os.fspath(path) + + # Determine sections and sources + if _sections is not None and _sources is not None: + # Use provided pre-parsed data (called from parse()) + sections_data = _sections + sources = _sources + else: + # Parse the data (backward compatible path) + if data is None: + with open(self.path, encoding=encoding) as fp: + data = fp.read() + + # Use old behavior (no stripping) for backward compatibility + sections_data, sources = _parse.parse_ini_data( + self.path, data, strip_inline_comments=False + ) + + # Assign once to Final attributes + self._sources = sources + self.sections = sections_data + + @classmethod + def parse( + cls, + path: str | os.PathLike[str], + data: str | None = None, + encoding: str = "utf-8", + *, + strip_inline_comments: bool = True, + strip_section_whitespace: bool = False, + ) -> "IniConfig": + """Parse an INI file. + + Args: + path: Path to the INI file (used for error messages) + data: Optional INI content as string. If None, reads from path. + encoding: Encoding to use when reading the file (default: utf-8) + strip_inline_comments: Whether to strip inline comments from values + (default: True). When True, comments starting with # or ; are + removed from values, matching the behavior for section comments. + strip_section_whitespace: Whether to strip whitespace from section and key names + (default: False). When True, strips Unicode whitespace from section and key names, + addressing issue #4. When False, preserves existing behavior for backward compatibility. + + Returns: + IniConfig instance with parsed configuration + + Example: + # With comment stripping (default): + config = IniConfig.parse("setup.cfg") + # value = "foo" instead of "foo # comment" + + # Without comment stripping (old behavior): + config = IniConfig.parse("setup.cfg", strip_inline_comments=False) + # value = "foo # comment" + + # With section name stripping (opt-in for issue #4): + config = IniConfig.parse("setup.cfg", strip_section_whitespace=True) + # section names and keys have Unicode whitespace stripped + """ + fspath = os.fspath(path) + + if data is None: + with open(fspath, encoding=encoding) as fp: + data = fp.read() + + sections_data, sources = _parse.parse_ini_data( + fspath, + data, + strip_inline_comments=strip_inline_comments, + strip_section_whitespace=strip_section_whitespace, + ) + + # Call constructor with pre-parsed sections and sources + return cls(path=fspath, _sections=sections_data, _sources=sources) + + 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/.venv/lib/python3.12/site-packages/iniconfig/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/iniconfig/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1626f45e0a05530d13f262a362addbc791c057d9 GIT binary patch literal 10881 zcmcIqYj6}-cJA)!o|opKkw#AtZuBsWjYb#=Fxc`gPa9(dYqaZF-pzQJ?m+{i8KrxK zkUUyrn@vQ@sTD_I;jn?z!ild(S!gN3Yk-A^per>xm;>9QUtODJRh^tQAmL

g< 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/iniconfig/__pycache__/_parse.cpython-312.pyc b/.venv/lib/python3.12/site-packages/iniconfig/__pycache__/_parse.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cac1093119ae62991d9c59f1c83473c8bad4ec0a GIT binary patch literal 5581 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/iniconfig/__pycache__/exceptions.cpython-312.pyc b/.venv/lib/python3.12/site-packages/iniconfig/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a2ce3cdaa3eefaad8f23b5626a1f513f150e90b6 GIT binary patch literal 1200 zcmZ8fO=}xR7@pakl~#%rC$Vsqq@jjDU>%|*?JY5-!HENbxF(^{3d*qF8A)recGa1+ ziHr`0y3~T2IEP@F5R#)qFYYP%552gg2eCA#o^mJ{)DYuS-dTN^WDf7w^UTNl%=>3P zpGC0#tNq|T#0dSXlHoE2LGKa-+lV2CeN@L~jFEoU=YCTs@Gr~zlW9fBLhUx=c&fG_q8E5AmA^9yKLJ^aO6V>9B?*%*vW4$h` zaZ2!LSp;(~f#ZiuDWJOR-2?L&Z=-04pf+itO~6~YrM2{-23X~YYC{@ehz|4tt`6Dg z{3ggWXBn{}mm6HfCZ%5BMU;vZ>=tQdlw!ajlKYiU%5jEL*LS3(RH|oA!dg4}(XNGc zZi{fio^QG}N7Uy7<^T_`lT(sh+k=ZgH&*k6d z`i#%Xb5hleL*f=j-X|0wQd_s6d9o7crDpj%n>-+@!- zl*U;~>mghARh*;rr)9_QBSKA1tiw(57^O}Sgprf{1rT*Fh?4&h1x3marorXDPbqY9 z5~@iT-y~fKrEX%BH1aN(!(UK0JGP~_r(TmnH+OpLV*Ac(GSSVP+>q^aKYx2bi1AtH z{s98Fdogi)Gl_e3^PMUlmi3Du<`H&b~w7l3gDFiUSe~ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/iniconfig/_parse.py b/.venv/lib/python3.12/site-packages/iniconfig/_parse.py new file mode 100644 index 0000000..57b9b44 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/iniconfig/_parse.py @@ -0,0 +1,163 @@ +from collections.abc import Mapping +from typing import NamedTuple + +from .exceptions import ParseError + +COMMENTCHARS = "#;" + + +class ParsedLine(NamedTuple): + lineno: int + section: str | None + name: str | None + value: str | None + + +def parse_ini_data( + path: str, + data: str, + *, + strip_inline_comments: bool, + strip_section_whitespace: bool = False, +) -> tuple[Mapping[str, Mapping[str, str]], Mapping[tuple[str, str | None], int]]: + """Parse INI data and return sections and sources mappings. + + Args: + path: Path for error messages + data: INI content as string + strip_inline_comments: Whether to strip inline comments from values + strip_section_whitespace: Whether to strip whitespace from section and key names + (default: False). When True, addresses issue #4 by stripping Unicode whitespace. + + Returns: + Tuple of (sections_data, sources) where: + - sections_data: mapping of section -> {name -> value} + - sources: mapping of (section, name) -> line number + """ + tokens = parse_lines( + path, + data.splitlines(True), + strip_inline_comments=strip_inline_comments, + strip_section_whitespace=strip_section_whitespace, + ) + + sources: dict[tuple[str, str | None], int] = {} + sections_data: dict[str, dict[str, str]] = {} + + for lineno, section, name, value in tokens: + if section is None: + raise ParseError(path, lineno, "no section header defined") + sources[section, name] = lineno + if name is None: + if section in sections_data: + raise ParseError(path, lineno, f"duplicate section {section!r}") + sections_data[section] = {} + else: + if name in sections_data[section]: + raise ParseError(path, lineno, f"duplicate name {name!r}") + assert value is not None + sections_data[section][name] = value + + return sections_data, sources + + +def parse_lines( + path: str, + line_iter: list[str], + *, + strip_inline_comments: bool = False, + strip_section_whitespace: bool = False, +) -> list[ParsedLine]: + result: list[ParsedLine] = [] + section = None + for lineno, line in enumerate(line_iter): + name, data = _parseline( + path, line, lineno, strip_inline_comments, strip_section_whitespace + ) + # 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, + strip_inline_comments: bool, + strip_section_whitespace: bool, +) -> 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] == "]": + section_name = line[1:-1] + # Optionally strip whitespace from section name (issue #4) + if strip_section_whitespace: + section_name = section_name.strip() + return section_name, 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, f"unexpected line: {line!r}") from None + + # Strip key name (always for backward compatibility, optionally with unicode awareness) + key_name = name.strip() + + # Strip value + value = value.strip() + # Strip inline comments from values if requested (issue #55) + if strip_inline_comments: + for c in COMMENTCHARS: + value = value.split(c)[0].rstrip() + + return key_name, value + # continuation + else: + line = line.strip() + # Strip inline comments from continuations if requested (issue #55) + if strip_inline_comments: + for c in COMMENTCHARS: + line = line.split(c)[0].rstrip() + return None, line + + +def iscommentline(line: str) -> bool: + c = line.lstrip()[:1] + return c in COMMENTCHARS diff --git a/.venv/lib/python3.12/site-packages/iniconfig/_version.py b/.venv/lib/python3.12/site-packages/iniconfig/_version.py new file mode 100644 index 0000000..b982b02 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/iniconfig/_version.py @@ -0,0 +1,34 @@ +# file generated by setuptools-scm +# don't change, don't track in version control + +__all__ = [ + "__version__", + "__version_tuple__", + "version", + "version_tuple", + "__commit_id__", + "commit_id", +] + +TYPE_CHECKING = False +if TYPE_CHECKING: + from typing import Tuple + from typing import Union + + VERSION_TUPLE = Tuple[Union[int, str], ...] + COMMIT_ID = Union[str, None] +else: + VERSION_TUPLE = object + COMMIT_ID = object + +version: str +__version__: str +__version_tuple__: VERSION_TUPLE +version_tuple: VERSION_TUPLE +commit_id: COMMIT_ID +__commit_id__: COMMIT_ID + +__version__ = version = '2.3.0' +__version_tuple__ = version_tuple = (2, 3, 0) + +__commit_id__ = commit_id = None diff --git a/.venv/lib/python3.12/site-packages/iniconfig/exceptions.py b/.venv/lib/python3.12/site-packages/iniconfig/exceptions.py new file mode 100644 index 0000000..d078bc6 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/iniconfig/exceptions.py @@ -0,0 +1,16 @@ +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/.venv/lib/python3.12/site-packages/iniconfig/py.typed b/.venv/lib/python3.12/site-packages/iniconfig/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/.venv/lib/python3.12/site-packages/packaging-25.0.dist-info/INSTALLER b/.venv/lib/python3.12/site-packages/packaging-25.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/packaging-25.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.venv/lib/python3.12/site-packages/packaging-25.0.dist-info/METADATA b/.venv/lib/python3.12/site-packages/packaging-25.0.dist-info/METADATA new file mode 100644 index 0000000..10b290a --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/packaging-25.0.dist-info/RECORD b/.venv/lib/python3.12/site-packages/packaging-25.0.dist-info/RECORD new file mode 100644 index 0000000..1cf8646 --- /dev/null +++ b/.venv/lib/python3.12/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-312.pyc,, +packaging/__pycache__/_elffile.cpython-312.pyc,, +packaging/__pycache__/_manylinux.cpython-312.pyc,, +packaging/__pycache__/_musllinux.cpython-312.pyc,, +packaging/__pycache__/_parser.cpython-312.pyc,, +packaging/__pycache__/_structures.cpython-312.pyc,, +packaging/__pycache__/_tokenizer.cpython-312.pyc,, +packaging/__pycache__/markers.cpython-312.pyc,, +packaging/__pycache__/metadata.cpython-312.pyc,, +packaging/__pycache__/requirements.cpython-312.pyc,, +packaging/__pycache__/specifiers.cpython-312.pyc,, +packaging/__pycache__/tags.cpython-312.pyc,, +packaging/__pycache__/utils.cpython-312.pyc,, +packaging/__pycache__/version.cpython-312.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-312.pyc,, +packaging/licenses/__pycache__/_spdx.cpython-312.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/.venv/lib/python3.12/site-packages/packaging-25.0.dist-info/WHEEL b/.venv/lib/python3.12/site-packages/packaging-25.0.dist-info/WHEEL new file mode 100644 index 0000000..d8b9936 --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/packaging-25.0.dist-info/licenses/LICENSE b/.venv/lib/python3.12/site-packages/packaging-25.0.dist-info/licenses/LICENSE new file mode 100644 index 0000000..6f62d44 --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/packaging-25.0.dist-info/licenses/LICENSE.APACHE b/.venv/lib/python3.12/site-packages/packaging-25.0.dist-info/licenses/LICENSE.APACHE new file mode 100644 index 0000000..f433b1a --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/packaging-25.0.dist-info/licenses/LICENSE.BSD b/.venv/lib/python3.12/site-packages/packaging-25.0.dist-info/licenses/LICENSE.BSD new file mode 100644 index 0000000..42ce7b7 --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/packaging/__init__.py b/.venv/lib/python3.12/site-packages/packaging/__init__.py new file mode 100644 index 0000000..d45c22c --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/packaging/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/packaging/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a38e168db28f2e479d419490a0ff9bb6d736ef99 GIT binary patch literal 553 zcmYLG&x_PB7;Wdr&a|@~7Fkd{NE9!#&}O%~A|j&B;!y_nWIcpTlbL>N+ms|7Xz@`0 z18)lAAK>5O#p5ui0nf_9-u7f>$7R1mcrSV1`;wQRp66Po{v_|)L%J-XwWGqWHlf}m03n*Wk`>ZQo?q3!KDI`8{!f|OY<0Mu<7I(g>tYk@<$IinjAJRLcv8g)mDxm!GahS&#~FJg^25awW<1TmaHO_i?U=D8G{_1}I_-pUsCr|F0)_-0{v!MV0 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/packaging/__pycache__/_elffile.cpython-312.pyc b/.venv/lib/python3.12/site-packages/packaging/__pycache__/_elffile.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..74646df0a56040e8f2839606a25f0eb6d85758af GIT binary patch literal 5018 zcmb6dTWk|o_Rh=kGj?JJ5+3car3)@#x8%_PftDl=NlOD13T=QjlbLZm!5+IaW5AZP z&*sS=6QRT6b8sI*dpSgG5u^4TtYbhRIw)YaBI?MmJ4S3Xt>B&)69XV1OkaY6{{ z_9{7Z=G^nTXU;w6UjN1Cb0Zl4PQIo5&5O_v_{AQag;0y%12TyuG=L;ZqEl3w9-t|V zGbv_(Ay0OIB~NaEgD0DEq-zFhC`6+}NaC&{$ss#$F_yjo7opYw)hRQ>A&a^aRyjR{ z(*>OFpWyToP7iQ;e}dCTIDNobdyB4kRGVkQeqkSlkUMs`hfgRena>KEE^86D`$SUF z`K*??ph&XL3%r;Tbe%tU4mf*&@!UDyND79<5A!OIRmhiQF=q&aph!_cNLSKIO3>Vj zYRFnb5M|!TfQ|trYw3vaN7PgvG|9Xs3la#~d|+HjXH#-o29gB+bPBpG@fme5pEQiD zzBd{jQgkCSq!`KEU_{KMqp7^EOBpGeXnmpe#XW-DF70U++uK@S6k1!`S_C;E?oK2I zMS(0f3Fc&NS(zp$^sFrEk(8q5E+sNKRT2y(qee2?P*hGOqC>)<(y}8eCR-x1B^*f_ z>6CjO2Qy5W9zj(z29eSG;hpX~BChUgfwK?*_?x?O9@~*5Po)?B>J!&C}Iuwn=T5%#o zvU$w`76=FeqT_vW6_r`1=CSE(FA%5p@&Y9a_6j|~Lawo9O{}jA=g~Zl#yrl${xGN2 zV0}&uTmVd_t9dtowiXR~hM@Ve zfdGKDygIB8n#^nZ;A*cLun-2DFoHv6d4fr6d&0xa;{lQwC?f2DL*fQ%@{Vwg>5RQ5 zh)G42=NS-~Ux&eV3=UxM8G!zebjBea3@nv5bXA&J?5s&j0SmDuwy zLab^HoTFq&T#@~N{*bo0-laf}!QlbRc<+z_G)IMo^PCJ9f`B+Bm*kc_zhl8OoZhPj zP;oA=8VMTfIs+>i;lK*sG-Lo?_3KG%EpoP}XCPK14v?v?c*H^8tA3C-pRJv|RlNZ@ zyiv%=qi2x8+Hb?vRofJVwj!-=gjo@_YP^cfyAbCQ=GV+c>LR+tyoD}Opsm^&L2~CK zlHRo=^#PK6Yex%aYCo*5`U&=ap7(w`hHGgH2l`Fsg|^PZQ#qA1LFjg*q4Ll~RYOTA zB1!3aY*WYJGGuj9fpdv1lMW5)SHQGiaP7Z+}3A3(?hKOIrmH_P@mI z(AA(J!xQ48(K~@OitFcj7A!l$qnWWSvQ@wVbf__G#&A5 zJdrlYQ;{y2&R6Ap3`?3d6|>NY<#;xkNq~t&N*L0i2V(+!N*$I{nO1XYDAueFjnkxn zlYDBEl1+|$PH=~qq2fB;|G2)v(C|*fjb2d|BOWgVDittdQz9_04?%6Zg39&5QTDx> z1(tF3P~}kLy15JU@-CF z(l1e<@jhZ)4KQD>56^7=GS2TS;3D=VrlI%~&jT8b~^>AXm_L{sxjZ$8T)? zc-u$YKHmA!&OcoE81*paapxX8*>o8Gmj>`gTHz8YYgf7y+QEhL_auS7` zI{ueva>$_G8wSq*GY_7ql^jK|R@(y#8TjN(#&DyJEkB=N6Q2rKjVIb z!gW&2XcDv>xQF8F<+*c5PsIEBPsCn73RhRVmsBotRdK7aZUA%3cYy~KoU{EVrwQti ztnI^d)^5>d`MlPS-}hpGcZJr10p3~K^BA-OFzF05poA`gM{wor!6Xh^m68oJ)&}Dg zRgy26EZjH+9UoF*Ay$L%kP9)KhT&RV2--Vt1@TwFt^X6i6}03=>o!icT;D&vztj-E zk6f-J)M%{i4O}}kcIevSvBOiL>zk)H&xF1S@0|Hllvz2O&QlOPG7uUoG#9E|1tF0#!oliKKAKTb30!yJ$a?KtN28#(x4;WR{XCm)GK z&O)6dbT@GDMV<&fcCV_5$EA!Ik853^f_!V!3BQhHWzEQIuVWf69@Y(sTvngOuNdH} zsBZ^w72Tt0&bjE^!JVQO2Plf`p&-VN+WT}Z7g}ThyN5AL2@&;cCqWSZ43NmdlHg|m z4d;i+%5dt?UIVmJ#*KUyPEi^z8K(QBkjlyAC}SOhYWh?oh6V5uo?KPQm5+G0%Iycv z4(kVp1KL?&#^qTT0l+t)sC%@NV*e9D)H6RI&$r0+E%N;XH7q$O$~C@W3BhB@NmJfY r=~`+mwS)j&a^v?C*UpTcsl0Pk-Kc@v{SpH7zkzOw3f)H-l4bu7uS7Hp literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/packaging/__pycache__/_manylinux.cpython-312.pyc b/.venv/lib/python3.12/site-packages/packaging/__pycache__/_manylinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c284c6c1605708da1732e5c828b9b852dc3ca7f GIT binary patch literal 9746 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/packaging/__pycache__/_parser.cpython-312.pyc b/.venv/lib/python3.12/site-packages/packaging/__pycache__/_parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c2f151e682828c5c54a1d1d9766a318317b58b3d GIT binary patch literal 13993 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�vX2X^BABYDi^lYlVR#FD4&~ZPvZY$zhrX~n+1SOZ?CX^sPKnwjU9lh$Q&v?!cYDd@r~ z=r5w%_h;NG<=*`n@^6sG!cXdfaL>%L?3X4BYx%vKVLN`qIRBeDnq`ju5A*6*HW%Ce zB?G~JlZmZgOYSoe?K@3uk-T=WlSUUD?hFrIUt;yF_LaNWjp3FD7SZBV;!nWnTCboIs>1P!?=KlaB C*hG2& literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/packaging/__pycache__/_structures.cpython-312.pyc b/.venv/lib/python3.12/site-packages/packaging/__pycache__/_structures.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a2406930ede8cfc6aec0c04c6409902edba2ab6 GIT binary patch literal 3236 zcmc&#&1)M+6rWwKWLcIhw~}i)b`k|QG-_+Fos^bB$fd>oIEX-UsSaIa?dT(wSI+F( zAmM`#J`~zQp#}Tso{I6G(u<2PW$CTwf{O})ocewUVa8X_DMXT-AbCxO1iD_NL9D>eWPR$A0<9Qe9SiZ1j+HLVMj@x9Fk)s zCx+w+lBb5`ILXN&d6MLmoxpzf6z!KJdAgk{O#8_%oNB{qcR7}IEnU?E`?Fxm(-IcAj zAGa*Qw}fSNX8SQ9^p(DPf}(J#x@?dAk)H1o!ve>_FL|7Ii8)~2;HVz7^4Vo4J#GK{ zgicvJ)_tR1cI&=@07RT@)tLp_3W4G8n81`8M%_1v?6E)7nV&yB%>MM{S^D;A{I*D9 zeYEA(xv2EojWp^Br2beht_z&-SQnG@5m_QGmgMs)ikM|JJ&GYSk{l>gWY_JdCM&&O z?oPY~AMhvUh+J^Q$2lV93|7p8;A8+ zHXPS0I~DFvT2`f5c3rCexCr_4F%d$Up{=?gD8~HZ-J|TUw|=>GmR>!LuU-tA?1Cde zb$A+{m)f`jK#6n?3Xr*iAF)I$E^#!j05wv|+~37o6hO9$pDprQ*=y|Z;m!z*2AW>h z28pKH5LHhv_XW+L8QtW<7))4}!)uiG?64miPpMs`4P8tQ@;>POVj+$3amt$%yPvSE z&6d601fR65=iB9G?@xrFKupnUKhkhK@g}%fYXj)w8yl@wQ{+e`7C`bKZ-cx8@*arn zWSJ2Rqrh1ui4o)eKxCht>ss{2;Zm2;=RBrG^NP=dpFLbZC;jY^hu^aysx@V`rmWUr zl~t;&Qe{I_`5&v;K7V@Wqkr*LwL_2}^cCTXD9gqvR3n@pE9DajIa0qn-xPAa1_XcD^g4?nZ6xvdW3q4oi@@W#Z__fR#lnnuAN$GTqq@Qb0rCo&eITz` z1Gx_pinSK>z>% literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/packaging/__pycache__/_tokenizer.cpython-312.pyc b/.venv/lib/python3.12/site-packages/packaging/__pycache__/_tokenizer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ec7bce994292ab49980c82108bdaf9460fc88fb2 GIT binary patch literal 7943 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 D63HW+ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/packaging/__pycache__/metadata.cpython-312.pyc b/.venv/lib/python3.12/site-packages/packaging/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d01b98f5febada49e2edd94add2f87f89a554c62 GIT binary patch literal 27245 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 B#&iGx literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/packaging/__pycache__/requirements.cpython-312.pyc b/.venv/lib/python3.12/site-packages/packaging/__pycache__/requirements.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a7c207dc414776c77111e6914f18992870f01249 GIT binary patch literal 4405 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%0ARDS1%aHvqe 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 WRSwD({^S}D<@!ygh1o{K)Bgu=e-=0Z literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/packaging/__pycache__/version.cpython-312.pyc b/.venv/lib/python3.12/site-packages/packaging/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..396aaf4debc2ca4d52c704e1b830e230feb4aeab GIT binary patch literal 20463 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/packaging/_elffile.py b/.venv/lib/python3.12/site-packages/packaging/_elffile.py new file mode 100644 index 0000000..7a5afc3 --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/packaging/_manylinux.py b/.venv/lib/python3.12/site-packages/packaging/_manylinux.py new file mode 100644 index 0000000..95f5576 --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/packaging/_musllinux.py b/.venv/lib/python3.12/site-packages/packaging/_musllinux.py new file mode 100644 index 0000000..d2bf30b --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/packaging/_parser.py b/.venv/lib/python3.12/site-packages/packaging/_parser.py new file mode 100644 index 0000000..0007c0a --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/packaging/_structures.py b/.venv/lib/python3.12/site-packages/packaging/_structures.py new file mode 100644 index 0000000..90a6465 --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/packaging/_tokenizer.py b/.venv/lib/python3.12/site-packages/packaging/_tokenizer.py new file mode 100644 index 0000000..d28a9b6 --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/packaging/licenses/__init__.py b/.venv/lib/python3.12/site-packages/packaging/licenses/__init__.py new file mode 100644 index 0000000..6f7f9e6 --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/packaging/licenses/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/packaging/licenses/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2c9ca65f8071a555ed7b893d50cc0e96c123b413 GIT binary patch literal 4112 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 U%vx&SRkrBB8p*yOb-*y;zjiwAh5!Hn literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/packaging/licenses/__pycache__/_spdx.cpython-312.pyc b/.venv/lib/python3.12/site-packages/packaging/licenses/__pycache__/_spdx.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fc6421ef4772bddc7c2bfc4fb1118de0952af15f GIT binary patch literal 47359 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 Any: + """ + Normalize extra values. + """ + if isinstance(results[0], tuple): + lhs, op, rhs = results[0] + if isinstance(lhs, Variable) and lhs.value == "extra": + normalized_extra = canonicalize_name(rhs.value) + rhs = Value(normalized_extra) + elif isinstance(rhs, Variable) and rhs.value == "extra": + normalized_extra = canonicalize_name(lhs.value) + lhs = Value(normalized_extra) + results[0] = lhs, op, rhs + return results + + +def _format_marker( + marker: list[str] | MarkerAtom | str, first: bool | None = True +) -> str: + assert isinstance(marker, (list, tuple, str)) + + # Sometimes we have a structure like [[...]] which is a single item list + # where the single item is itself it's own list. In that case we want skip + # the rest of this function so that we don't get extraneous () on the + # outside. + if ( + isinstance(marker, list) + and len(marker) == 1 + and isinstance(marker[0], (list, tuple)) + ): + return _format_marker(marker[0]) + + if isinstance(marker, list): + inner = (_format_marker(m, first=False) for m in marker) + if first: + return " ".join(inner) + else: + return "(" + " ".join(inner) + ")" + elif isinstance(marker, tuple): + return " ".join([m.serialize() for m in marker]) + else: + return marker + + +_operators: dict[str, Operator] = { + "in": lambda lhs, rhs: lhs in rhs, + "not in": lambda lhs, rhs: lhs not in rhs, + "<": operator.lt, + "<=": operator.le, + "==": operator.eq, + "!=": operator.ne, + ">=": operator.ge, + ">": operator.gt, +} + + +def _eval_op(lhs: str, op: Op, rhs: str | 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/.venv/lib/python3.12/site-packages/packaging/metadata.py b/.venv/lib/python3.12/site-packages/packaging/metadata.py new file mode 100644 index 0000000..3bd8602 --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/packaging/py.typed b/.venv/lib/python3.12/site-packages/packaging/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/.venv/lib/python3.12/site-packages/packaging/requirements.py b/.venv/lib/python3.12/site-packages/packaging/requirements.py new file mode 100644 index 0000000..4e068c9 --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/packaging/specifiers.py b/.venv/lib/python3.12/site-packages/packaging/specifiers.py new file mode 100644 index 0000000..c844804 --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/packaging/tags.py b/.venv/lib/python3.12/site-packages/packaging/tags.py new file mode 100644 index 0000000..8522f59 --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/packaging/utils.py b/.venv/lib/python3.12/site-packages/packaging/utils.py new file mode 100644 index 0000000..2345095 --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/packaging/version.py b/.venv/lib/python3.12/site-packages/packaging/version.py new file mode 100644 index 0000000..c9bbda2 --- /dev/null +++ b/.venv/lib/python3.12/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/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt
new file mode 100644
index 0000000..0e63548
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt
@@ -0,0 +1,760 @@
+@Switch01
+A_Rog
+Aakanksha Agrawal
+Abhinav Sagar
+ABHYUDAY PRATAP SINGH
+abs51295
+AceGentile
+Adam Chainz
+Adam Tse
+Adam Wentz
+admin
+Adrien Morison
+ahayrapetyan
+Ahilya
+AinsworthK
+Akash Srivastava
+Alan Yee
+Albert Tugushev
+Albert-Guan
+albertg
+Alberto Sottile
+Aleks Bunin
+Ales Erjavec
+Alethea Flowers
+Alex Gaynor
+Alex Grönholm
+Alex Hedges
+Alex Loosley
+Alex Morega
+Alex Stachowiak
+Alexander Shtyrov
+Alexandre Conrad
+Alexey Popravka
+Aleš Erjavec
+Alli
+Ami Fischman
+Ananya Maiti
+Anatoly Techtonik
+Anders Kaseorg
+Andre Aguiar
+Andreas Lutro
+Andrei Geacar
+Andrew Gaul
+Andrew Shymanel
+Andrey Bienkowski
+Andrey Bulgakov
+Andrés Delfino
+Andy Freeland
+Andy Kluger
+Ani Hayrapetyan
+Aniruddha Basak
+Anish Tambe
+Anrs Hu
+Anthony Sottile
+Antoine Musso
+Anton Ovchinnikov
+Anton Patrushev
+Antonio Alvarado Hernandez
+Antony Lee
+Antti Kaihola
+Anubhav Patel
+Anudit Nagar
+Anuj Godase
+AQNOUCH Mohammed
+AraHaan
+Arindam Choudhury
+Armin Ronacher
+Artem
+Arun Babu Neelicattu
+Ashley Manton
+Ashwin Ramaswami
+atse
+Atsushi Odagiri
+Avinash Karhana
+Avner Cohen
+Awit (Ah-Wit) Ghirmai
+Baptiste Mispelon
+Barney Gale
+barneygale
+Bartek Ogryczak
+Bastian Venthur
+Ben Bodenmiller
+Ben Darnell
+Ben Hoyt
+Ben Mares
+Ben Rosser
+Bence Nagy
+Benjamin Peterson
+Benjamin VanEvery
+Benoit Pierre
+Berker Peksag
+Bernard
+Bernard Tyers
+Bernardo B. Marques
+Bernhard M. Wiedemann
+Bertil Hatt
+Bhavam Vidyarthi
+Blazej Michalik
+Bogdan Opanchuk
+BorisZZZ
+Brad Erickson
+Bradley Ayers
+Brandon L. Reiss
+Brandt Bucher
+Brett Randall
+Brett Rosen
+Brian Cristante
+Brian Rosner
+briantracy
+BrownTruck
+Bruno Oliveira
+Bruno Renié
+Bruno S
+Bstrdsmkr
+Buck Golemon
+burrows
+Bussonnier Matthias
+bwoodsend
+c22
+Caleb Martinez
+Calvin Smith
+Carl Meyer
+Carlos Liam
+Carol Willing
+Carter Thayer
+Cass
+Chandrasekhar Atina
+Chih-Hsuan Yen
+Chris Brinker
+Chris Hunt
+Chris Jerdonek
+Chris Kuehl
+Chris McDonough
+Chris Pawley
+Chris Pryer
+Chris Wolfe
+Christian Clauss
+Christian Heimes
+Christian Oudard
+Christoph Reiter
+Christopher Hunt
+Christopher Snyder
+cjc7373
+Clark Boylan
+Claudio Jolowicz
+Clay McClure
+Cody
+Cody Soyland
+Colin Watson
+Collin Anderson
+Connor Osborn
+Cooper Lees
+Cooper Ry Lees
+Cory Benfield
+Cory Wright
+Craig Kerstiens
+Cristian Sorinel
+Cristina
+Cristina Muñoz
+Curtis Doty
+cytolentino
+Daan De Meyer
+Dale
+Damian
+Damian Quiroga
+Damian Shaw
+Dan Black
+Dan Savilonis
+Dan Sully
+Dane Hillard
+daniel
+Daniel Collins
+Daniel Hahler
+Daniel Holth
+Daniel Jost
+Daniel Katz
+Daniel Shaulov
+Daniele Esposti
+Daniele Nicolodi
+Daniele Procida
+Daniil Konovalenko
+Danny Hermes
+Danny McClanahan
+Darren Kavanagh
+Dav Clark
+Dave Abrahams
+Dave Jones
+David Aguilar
+David Black
+David Bordeynik
+David Caro
+David D Lowe
+David Evans
+David Hewitt
+David Linke
+David Poggi
+David Pursehouse
+David Runge
+David Tucker
+David Wales
+Davidovich
+ddelange
+Deepak Sharma
+Deepyaman Datta
+Denise Yu
+dependabot[bot]
+derwolfe
+Desetude
+Devesh Kumar Singh
+Diego Caraballo
+Diego Ramirez
+DiegoCaraballo
+Dimitri Merejkowsky
+Dimitri Papadopoulos
+Dirk Stolle
+Dmitry Gladkov
+Dmitry Volodin
+Domen Kožar
+Dominic Davis-Foster
+Donald Stufft
+Dongweiming
+doron zarhi
+Dos Moonen
+Douglas Thor
+DrFeathers
+Dustin Ingram
+Dwayne Bailey
+Ed Morley
+Edgar Ramírez
+Edgar Ramírez Mondragón
+Ee Durbin
+Efflam Lemaillet
+efflamlemaillet
+Eitan Adler
+ekristina
+elainechan
+Eli Schwartz
+Elisha Hollander
+Ellen Marie Dash
+Emil Burzo
+Emil Styrke
+Emmanuel Arias
+Endoh Takanao
+enoch
+Erdinc Mutlu
+Eric Cousineau
+Eric Gillingham
+Eric Hanchrow
+Eric Hopper
+Erik M. Bray
+Erik Rose
+Erwin Janssen
+Eugene Vereshchagin
+everdimension
+Federico
+Felipe Peter
+Felix Yan
+fiber-space
+Filip Kokosiński
+Filipe Laíns
+Finn Womack
+finnagin
+Flavio Amurrio
+Florian Briand
+Florian Rathgeber
+Francesco
+Francesco Montesano
+Frost Ming
+Gabriel Curio
+Gabriel de Perthuis
+Garry Polley
+gavin
+gdanielson
+Geoffrey Sneddon
+George Song
+Georgi Valkov
+Georgy Pchelkin
+ghost
+Giftlin Rajaiah
+gizmoguy1
+gkdoc
+Godefroid Chapelle
+Gopinath M
+GOTO Hayato
+gousaiyang
+gpiks
+Greg Roodt
+Greg Ward
+Guilherme Espada
+Guillaume Seguin
+gutsytechster
+Guy Rozendorn
+Guy Tuval
+gzpan123
+Hanjun Kim
+Hari Charan
+Harsh Vardhan
+harupy
+Harutaka Kawamura
+hauntsaninja
+Henrich Hartzer
+Henry Schreiner
+Herbert Pfennig
+Holly Stotelmyer
+Honnix
+Hsiaoming Yang
+Hugo Lopes Tavares
+Hugo van Kemenade
+Hugues Bruant
+Hynek Schlawack
+Ian Bicking
+Ian Cordasco
+Ian Lee
+Ian Stapleton Cordasco
+Ian Wienand
+Igor Kuzmitshov
+Igor Sobreira
+Ilan Schnell
+Illia Volochii
+Ilya Baryshev
+Inada Naoki
+Ionel Cristian Mărieș
+Ionel Maries Cristian
+Itamar Turner-Trauring
+Ivan Pozdeev
+J. Nick Koston
+Jacob Kim
+Jacob Walls
+Jaime Sanz
+jakirkham
+Jakub Kuczys
+Jakub Stasiak
+Jakub Vysoky
+Jakub Wilk
+James Cleveland
+James Curtin
+James Firth
+James Gerity
+James Polley
+Jan Pokorný
+Jannis Leidel
+Jarek Potiuk
+jarondl
+Jason Curtis
+Jason R. Coombs
+JasonMo
+JasonMo1
+Jay Graves
+Jean Abou Samra
+Jean-Christophe Fillion-Robin
+Jeff Barber
+Jeff Dairiki
+Jeff Widman
+Jelmer Vernooij
+jenix21
+Jeremy Stanley
+Jeremy Zafran
+Jesse Rittner
+Jiashuo Li
+Jim Fisher
+Jim Garrison
+Jiun Bae
+Jivan Amara
+Joe Bylund
+Joe Michelini
+John Paton
+John T. Wodder II
+John-Scott Atlakson
+johnthagen
+Jon Banafato
+Jon Dufresne
+Jon Parise
+Jonas Nockert
+Jonathan Herbert
+Joonatan Partanen
+Joost Molenaar
+Jorge Niedbalski
+Joseph Bylund
+Joseph Long
+Josh Bronson
+Josh Hansen
+Josh Schneier
+Joshua
+Juan Luis Cano Rodríguez
+Juanjo Bazán
+Judah Rand
+Julian Berman
+Julian Gethmann
+Julien Demoor
+Jussi Kukkonen
+jwg4
+Jyrki Pulliainen
+Kai Chen
+Kai Mueller
+Kamal Bin Mustafa
+kasium
+kaustav haldar
+keanemind
+Keith Maxwell
+Kelsey Hightower
+Kenneth Belitzky
+Kenneth Reitz
+Kevin Burke
+Kevin Carter
+Kevin Frommelt
+Kevin R Patterson
+Kexuan Sun
+Kit Randel
+Klaas van Schelven
+KOLANICH
+kpinc
+Krishna Oza
+Kumar McMillan
+Kurt McKee
+Kyle Persohn
+lakshmanaram
+Laszlo Kiss-Kollar
+Laurent Bristiel
+Laurent LAPORTE
+Laurie O
+Laurie Opperman
+layday
+Leon Sasson
+Lev Givon
+Lincoln de Sousa
+Lipis
+lorddavidiii
+Loren Carvalho
+Lucas Cimon
+Ludovic Gasc
+Lukas Geiger
+Lukas Juhrich
+Luke Macken
+Luo Jiebin
+luojiebin
+luz.paz
+László Kiss Kollár
+M00nL1ght
+Marc Abramowitz
+Marc Tamlyn
+Marcus Smith
+Mariatta
+Mark Kohler
+Mark Williams
+Markus Hametner
+Martey Dodoo
+Martin Fischer
+Martin Häcker
+Martin Pavlasek
+Masaki
+Masklinn
+Matej Stuchlik
+Mathew Jennings
+Mathieu Bridon
+Mathieu Kniewallner
+Matt Bacchi
+Matt Good
+Matt Maker
+Matt Robenolt
+matthew
+Matthew Einhorn
+Matthew Feickert
+Matthew Gilliard
+Matthew Iversen
+Matthew Treinish
+Matthew Trumbell
+Matthew Willson
+Matthias Bussonnier
+mattip
+Maurits van Rees
+Max W Chase
+Maxim Kurnikov
+Maxime Rouyrre
+mayeut
+mbaluna
+mdebi
+memoselyk
+meowmeowcat
+Michael
+Michael Aquilina
+Michael E. Karpeles
+Michael Klich
+Michael Mintz
+Michael Williamson
+michaelpacer
+Michał Górny
+Mickaël Schoentgen
+Miguel Araujo Perez
+Mihir Singh
+Mike
+Mike Hendricks
+Min RK
+MinRK
+Miro Hrončok
+Monica Baluna
+montefra
+Monty Taylor
+Muha Ajjan‮
+Nadav Wexler
+Nahuel Ambrosini
+Nate Coraor
+Nate Prewitt
+Nathan Houghton
+Nathaniel J. Smith
+Nehal J Wani
+Neil Botelho
+Nguyễn Gia Phong
+Nicholas Serra
+Nick Coghlan
+Nick Stenning
+Nick Timkovich
+Nicolas Bock
+Nicole Harris
+Nikhil Benesch
+Nikhil Ladha
+Nikita Chepanov
+Nikolay Korolev
+Nipunn Koorapati
+Nitesh Sharma
+Niyas Sait
+Noah
+Noah Gorny
+Nowell Strite
+NtaleGrey
+nvdv
+OBITORASU
+Ofek Lev
+ofrinevo
+Oliver Freund
+Oliver Jeeves
+Oliver Mannion
+Oliver Tonnhofer
+Olivier Girardot
+Olivier Grisel
+Ollie Rutherfurd
+OMOTO Kenji
+Omry Yadan
+onlinejudge95
+Oren Held
+Oscar Benjamin
+Oz N Tiram
+Pachwenko
+Patrick Dubroy
+Patrick Jenkins
+Patrick Lawson
+patricktokeeffe
+Patrik Kopkan
+Paul Ganssle
+Paul Kehrer
+Paul Moore
+Paul Nasrat
+Paul Oswald
+Paul van der Linden
+Paulus Schoutsen
+Pavel Safronov
+Pavithra Eswaramoorthy
+Pawel Jasinski
+Paweł Szramowski
+Pekka Klärck
+Peter Gessler
+Peter Lisák
+Peter Waller
+petr-tik
+Phaneendra Chiruvella
+Phil Elson
+Phil Freo
+Phil Pennock
+Phil Whelan
+Philip Jägenstedt
+Philip Molloy
+Philippe Ombredanne
+Pi Delport
+Pierre-Yves Rofes
+Pieter Degroote
+pip
+Prabakaran Kumaresshan
+Prabhjyotsing Surjit Singh Sodhi
+Prabhu Marappan
+Pradyun Gedam
+Prashant Sharma
+Pratik Mallya
+pre-commit-ci[bot]
+Preet Thakkar
+Preston Holmes
+Przemek Wrzos
+Pulkit Goyal
+q0w
+Qiangning Hong
+Qiming Xu
+Quentin Lee
+Quentin Pradet
+R. David Murray
+Rafael Caricio
+Ralf Schmitt
+Razzi Abuissa
+rdb
+Reece Dunham
+Remi Rampin
+Rene Dudfield
+Riccardo Magliocchetti
+Riccardo Schirone
+Richard Jones
+Richard Si
+Ricky Ng-Adam
+Rishi
+RobberPhex
+Robert Collins
+Robert McGibbon
+Robert Pollak
+Robert T. McGibbon
+robin elisha robinson
+Roey Berman
+Rohan Jain
+Roman Bogorodskiy
+Roman Donchenko
+Romuald Brunet
+ronaudinho
+Ronny Pfannschmidt
+Rory McCann
+Ross Brattain
+Roy Wellington Ⅳ
+Ruairidh MacLeod
+Russell Keith-Magee
+Ryan Shepherd
+Ryan Wooden
+ryneeverett
+Sachi King
+Salvatore Rinchiera
+sandeepkiran-js
+Sander Van Balen
+Savio Jomton
+schlamar
+Scott Kitterman
+Sean
+seanj
+Sebastian Jordan
+Sebastian Schaetz
+Segev Finer
+SeongSoo Cho
+Sergey Vasilyev
+Seth Michael Larson
+Seth Woodworth
+Shahar Epstein
+Shantanu
+shireenrao
+Shivansh-007
+Shlomi Fish
+Shovan Maity
+Simeon Visser
+Simon Cross
+Simon Pichugin
+sinoroc
+sinscary
+snook92
+socketubs
+Sorin Sbarnea
+Srinivas Nyayapati
+Stavros Korokithakis
+Stefan Scherfke
+Stefano Rivera
+Stephan Erb
+Stephen Rosen
+stepshal
+Steve (Gadget) Barnes
+Steve Barnes
+Steve Dower
+Steve Kowalik
+Steven Myint
+Steven Silvester
+stonebig
+studioj
+Stéphane Bidoul
+Stéphane Bidoul (ACSONE)
+Stéphane Klein
+Sumana Harihareswara
+Surbhi Sharma
+Sviatoslav Sydorenko
+Swat009
+Sylvain
+Takayuki SHIMIZUKAWA
+Taneli Hukkinen
+tbeswick
+Thiago
+Thijs Triemstra
+Thomas Fenzl
+Thomas Grainger
+Thomas Guettler
+Thomas Johansson
+Thomas Kluyver
+Thomas Smith
+Thomas VINCENT
+Tim D. Smith
+Tim Gates
+Tim Harder
+Tim Heap
+tim smith
+tinruufu
+Tobias Hermann
+Tom Forbes
+Tom Freudenheim
+Tom V
+Tomas Hrnciar
+Tomas Orsava
+Tomer Chachamu
+Tommi Enenkel | AnB
+Tomáš Hrnčiar
+Tony Beswick
+Tony Narlock
+Tony Zhaocheng Tan
+TonyBeswick
+toonarmycaptain
+Toshio Kuratomi
+toxinu
+Travis Swicegood
+Tushar Sadhwani
+Tzu-ping Chung
+Valentin Haenel
+Victor Stinner
+victorvpaulo
+Vikram - Google
+Viktor Szépe
+Ville Skyttä
+Vinay Sajip
+Vincent Philippon
+Vinicyus Macedo
+Vipul Kumar
+Vitaly Babiy
+Vladimir Fokow
+Vladimir Rutsky
+W. Trevor King
+Wil Tan
+Wilfred Hughes
+William Edwards
+William ML Leslie
+William T Olson
+William Woodruff
+Wilson Mo
+wim glenn
+Winson Luk
+Wolfgang Maier
+Wu Zhenyu
+XAMES3
+Xavier Fernandez
+xoviat
+xtreak
+YAMAMOTO Takashi
+Yen Chi Hsuan
+Yeray Diaz Diaz
+Yoval P
+Yu Jian
+Yuan Jing Vincent Yan
+Yusuke Hayashi
+Zearin
+Zhiping Deng
+ziebam
+Zvezdan Petkovic
+Łukasz Langa
+Роман Донченко
+Семён Марьясин
+‮rekcäH nitraM‮
diff --git a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER
new file mode 100644
index 0000000..a1b589e
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER
@@ -0,0 +1 @@
+pip
diff --git a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt
new file mode 100644
index 0000000..8e7b65e
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt
@@ -0,0 +1,20 @@
+Copyright (c) 2008-present The pip developers (see AUTHORS.txt file)
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA
new file mode 100644
index 0000000..e5b45bd
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA
@@ -0,0 +1,88 @@
+Metadata-Version: 2.1
+Name: pip
+Version: 24.0
+Summary: The PyPA recommended tool for installing Python packages.
+Author-email: The pip developers 
+License: MIT
+Project-URL: Homepage, https://pip.pypa.io/
+Project-URL: Documentation, https://pip.pypa.io
+Project-URL: Source, https://github.com/pypa/pip
+Project-URL: Changelog, https://pip.pypa.io/en/stable/news/
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: MIT License
+Classifier: Topic :: Software Development :: Build Tools
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3 :: Only
+Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Classifier: Programming Language :: Python :: Implementation :: PyPy
+Requires-Python: >=3.7
+Description-Content-Type: text/x-rst
+License-File: LICENSE.txt
+License-File: AUTHORS.txt
+
+pip - The Python Package Installer
+==================================
+
+.. image:: https://img.shields.io/pypi/v/pip.svg
+   :target: https://pypi.org/project/pip/
+   :alt: PyPI
+
+.. image:: https://img.shields.io/pypi/pyversions/pip
+   :target: https://pypi.org/project/pip
+   :alt: PyPI - Python Version
+
+.. image:: https://readthedocs.org/projects/pip/badge/?version=latest
+   :target: https://pip.pypa.io/en/latest
+   :alt: Documentation
+
+pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes.
+
+Please take a look at our documentation for how to install and use pip:
+
+* `Installation`_
+* `Usage`_
+
+We release updates regularly, with a new version every 3 months. Find more details in our documentation:
+
+* `Release notes`_
+* `Release process`_
+
+If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms:
+
+* `Issue tracking`_
+* `Discourse channel`_
+* `User IRC`_
+
+If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms:
+
+* `GitHub page`_
+* `Development documentation`_
+* `Development IRC`_
+
+Code of Conduct
+---------------
+
+Everyone interacting in the pip project's codebases, issue trackers, chat
+rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
+
+.. _package installer: https://packaging.python.org/guides/tool-recommendations/
+.. _Python Package Index: https://pypi.org
+.. _Installation: https://pip.pypa.io/en/stable/installation/
+.. _Usage: https://pip.pypa.io/en/stable/
+.. _Release notes: https://pip.pypa.io/en/stable/news.html
+.. _Release process: https://pip.pypa.io/en/latest/development/release-process/
+.. _GitHub page: https://github.com/pypa/pip
+.. _Development documentation: https://pip.pypa.io/en/latest/development
+.. _Issue tracking: https://github.com/pypa/pip/issues
+.. _Discourse channel: https://discuss.python.org/c/packaging
+.. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa
+.. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev
+.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
diff --git a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD
new file mode 100644
index 0000000..39657b2
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD
@@ -0,0 +1,1005 @@
+../../../bin/pip,sha256=aymRgz9d4gssbKk5f_tbJSdv5G4uBr5EyQMlTOwgJAk,257
+../../../bin/pip3,sha256=aymRgz9d4gssbKk5f_tbJSdv5G4uBr5EyQMlTOwgJAk,257
+../../../bin/pip3.12,sha256=aymRgz9d4gssbKk5f_tbJSdv5G4uBr5EyQMlTOwgJAk,257
+pip-24.0.dist-info/AUTHORS.txt,sha256=SwXm4nkwRkmtnO1ZY-dLy7EPeoQNXMNLby5CN3GlNhY,10388
+pip-24.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
+pip-24.0.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093
+pip-24.0.dist-info/METADATA,sha256=kNEfJ3_Vho2mee4lfJdlbd5RHIqsfQJSMUB-bOkIOeI,3581
+pip-24.0.dist-info/RECORD,,
+pip-24.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip-24.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
+pip-24.0.dist-info/entry_points.txt,sha256=Fa_c0b-xGFaYxagIruvpJD6qqXmNTA02vAVIkmMj-9o,125
+pip-24.0.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
+pip/__init__.py,sha256=oAk1nFpLmUVS5Ln7NxvNoGUn5Vkn6FGQjPaNDf8Q8pk,355
+pip/__main__.py,sha256=WzbhHXTbSE6gBY19mNN9m4s5o_365LOvTYSgqgbdBhE,854
+pip/__pip-runner__.py,sha256=EnrfKmKMzWAdqg_JicLCOP9Y95Ux7zHh4ObvqLtQcjo,1444
+pip/__pycache__/__init__.cpython-312.pyc,,
+pip/__pycache__/__main__.cpython-312.pyc,,
+pip/__pycache__/__pip-runner__.cpython-312.pyc,,
+pip/_internal/__init__.py,sha256=iqZ5-YQsQV08tkUc7L806Reop6tguLFWf70ySF6be0Y,515
+pip/_internal/__pycache__/__init__.cpython-312.pyc,,
+pip/_internal/__pycache__/build_env.cpython-312.pyc,,
+pip/_internal/__pycache__/cache.cpython-312.pyc,,
+pip/_internal/__pycache__/configuration.cpython-312.pyc,,
+pip/_internal/__pycache__/exceptions.cpython-312.pyc,,
+pip/_internal/__pycache__/main.cpython-312.pyc,,
+pip/_internal/__pycache__/pyproject.cpython-312.pyc,,
+pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc,,
+pip/_internal/__pycache__/wheel_builder.cpython-312.pyc,,
+pip/_internal/build_env.py,sha256=1ESpqw0iupS_K7phZK5zshVE5Czy9BtGLFU4W6Enva8,10243
+pip/_internal/cache.py,sha256=uiYD-9F0Bv1C8ZyWE85lpzDmQf7hcUkgL99GmI8I41Q,10370
+pip/_internal/cli/__init__.py,sha256=FkHBgpxxb-_gd6r1FjnNhfMOzAUYyXoXKJ6abijfcFU,132
+pip/_internal/cli/__pycache__/__init__.cpython-312.pyc,,
+pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc,,
+pip/_internal/cli/__pycache__/base_command.cpython-312.pyc,,
+pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc,,
+pip/_internal/cli/__pycache__/command_context.cpython-312.pyc,,
+pip/_internal/cli/__pycache__/main.cpython-312.pyc,,
+pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc,,
+pip/_internal/cli/__pycache__/parser.cpython-312.pyc,,
+pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc,,
+pip/_internal/cli/__pycache__/req_command.cpython-312.pyc,,
+pip/_internal/cli/__pycache__/spinners.cpython-312.pyc,,
+pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc,,
+pip/_internal/cli/autocompletion.py,sha256=_br_5NgSxSuvPjMF0MLHzS5s6BpSkQAQHKrLK89VauM,6690
+pip/_internal/cli/base_command.py,sha256=iuVWGa2oTq7gBReo0er3Z0tXJ2oqBIC6QjDHcnDhKXY,8733
+pip/_internal/cli/cmdoptions.py,sha256=V8ggG6AtHpHKkH_6tRU0mhJaZTeqtrFpu75ghvMXXJk,30063
+pip/_internal/cli/command_context.py,sha256=RHgIPwtObh5KhMrd3YZTkl8zbVG-6Okml7YbFX4Ehg0,774
+pip/_internal/cli/main.py,sha256=Uzxt_YD1hIvB1AW5mxt6IVcht5G712AtMqdo51UMhmQ,2816
+pip/_internal/cli/main_parser.py,sha256=laDpsuBDl6kyfywp9eMMA9s84jfH2TJJn-vmL0GG90w,4338
+pip/_internal/cli/parser.py,sha256=KW6C3-7-4ErTNB0TfLTKwOdHcd-qefCeGnrOoE2r0RQ,10781
+pip/_internal/cli/progress_bars.py,sha256=So4mPoSjXkXiSHiTzzquH3VVyVD_njXlHJSExYPXAow,1968
+pip/_internal/cli/req_command.py,sha256=c7_XHABnXmD3_qlK9-r37KqdKBAcgmVKvQ2WcTrNLfc,18369
+pip/_internal/cli/spinners.py,sha256=hIJ83GerdFgFCdobIA23Jggetegl_uC4Sp586nzFbPE,5118
+pip/_internal/cli/status_codes.py,sha256=sEFHUaUJbqv8iArL3HAtcztWZmGOFX01hTesSytDEh0,116
+pip/_internal/commands/__init__.py,sha256=5oRO9O3dM2vGuh0bFw4HOVletryrz5HHMmmPWwJrH9U,3882
+pip/_internal/commands/__pycache__/__init__.cpython-312.pyc,,
+pip/_internal/commands/__pycache__/cache.cpython-312.pyc,,
+pip/_internal/commands/__pycache__/check.cpython-312.pyc,,
+pip/_internal/commands/__pycache__/completion.cpython-312.pyc,,
+pip/_internal/commands/__pycache__/configuration.cpython-312.pyc,,
+pip/_internal/commands/__pycache__/debug.cpython-312.pyc,,
+pip/_internal/commands/__pycache__/download.cpython-312.pyc,,
+pip/_internal/commands/__pycache__/freeze.cpython-312.pyc,,
+pip/_internal/commands/__pycache__/hash.cpython-312.pyc,,
+pip/_internal/commands/__pycache__/help.cpython-312.pyc,,
+pip/_internal/commands/__pycache__/index.cpython-312.pyc,,
+pip/_internal/commands/__pycache__/inspect.cpython-312.pyc,,
+pip/_internal/commands/__pycache__/install.cpython-312.pyc,,
+pip/_internal/commands/__pycache__/list.cpython-312.pyc,,
+pip/_internal/commands/__pycache__/search.cpython-312.pyc,,
+pip/_internal/commands/__pycache__/show.cpython-312.pyc,,
+pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc,,
+pip/_internal/commands/__pycache__/wheel.cpython-312.pyc,,
+pip/_internal/commands/cache.py,sha256=xg76_ZFEBC6zoQ3gXLRfMZJft4z2a0RwH4GEFZC6nnU,7944
+pip/_internal/commands/check.py,sha256=Rb13Q28yoLh0j1gpx5SU0jlResNct21eQCRsnaO9xKA,1782
+pip/_internal/commands/completion.py,sha256=HT4lD0bgsflHq2IDgYfiEdp7IGGtE7s6MgI3xn0VQEw,4287
+pip/_internal/commands/configuration.py,sha256=n98enwp6y0b5G6fiRQjaZo43FlJKYve_daMhN-4BRNc,9766
+pip/_internal/commands/debug.py,sha256=63972uUCeMIGOdMMVeIUGrOjTOqTVWplFC82a-hcKyA,6777
+pip/_internal/commands/download.py,sha256=e4hw088zGo26WmJaMIRvCniLlLmoOjqolGyfHjsCkCQ,5335
+pip/_internal/commands/freeze.py,sha256=qrIHS_-c6JPrQ92hMhAv9kkl0bHgFpRLwYJDdbcYr1o,3243
+pip/_internal/commands/hash.py,sha256=EVVOuvGtoPEdFi8SNnmdqlCQrhCxV-kJsdwtdcCnXGQ,1703
+pip/_internal/commands/help.py,sha256=gcc6QDkcgHMOuAn5UxaZwAStsRBrnGSn_yxjS57JIoM,1132
+pip/_internal/commands/index.py,sha256=CNXQer_PeZKSJooURcCFCBEKGfwyNoUWYP_MWczAcOM,4775
+pip/_internal/commands/inspect.py,sha256=2wSPt9yfr3r6g-s2S5L6PvRtaHNVyb4TuodMStJ39cw,3188
+pip/_internal/commands/install.py,sha256=VxDd-BD3a27ApeE2OK34rfBXS6Zo2wtemK9-HCwPqxM,28782
+pip/_internal/commands/list.py,sha256=-QbpPuGDiGN1SdThsk2ml8beBnepliefbGhMAN8tkzU,12547
+pip/_internal/commands/search.py,sha256=sbBZiARRc050QquOKcCvOr2K3XLsoYebLKZGRi__iUI,5697
+pip/_internal/commands/show.py,sha256=t5jia4zcYJRJZy4U_Von7zMl03hJmmcofj6oDNTnj7Y,6419
+pip/_internal/commands/uninstall.py,sha256=OIqO9tqadY8kM4HwhFf1Q62fUIp7v8KDrTRo8yWMz7Y,3886
+pip/_internal/commands/wheel.py,sha256=CSnX8Pmf1oPCnd7j7bn1_f58G9KHNiAblvVJ5zykN-A,6476
+pip/_internal/configuration.py,sha256=XkAiBS0hpzsM-LF0Qu5hvPWO_Bs67-oQKRYFBuMbESs,14006
+pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858
+pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc,,
+pip/_internal/distributions/__pycache__/base.cpython-312.pyc,,
+pip/_internal/distributions/__pycache__/installed.cpython-312.pyc,,
+pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc,,
+pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc,,
+pip/_internal/distributions/base.py,sha256=oRSEvnv2ZjBnargamnv2fcJa1n6gUDKaW0g6CWSEpWs,1743
+pip/_internal/distributions/installed.py,sha256=QinHFbWAQ8oE0pbD8MFZWkwlnfU1QYTccA1vnhrlYOU,842
+pip/_internal/distributions/sdist.py,sha256=4K3V0VNMllHbBzCJibjwd_tylUKpmIdu2AQyhplvCQo,6709
+pip/_internal/distributions/wheel.py,sha256=-ma3sOtUQj0AxXCEb6_Fhmjl3nh4k3A0HC2taAb2N-4,1277
+pip/_internal/exceptions.py,sha256=TmF1iNFEneSWaemwlg6a5bpPuq2cMHK7d1-SvjsQHb0,23634
+pip/_internal/index/__init__.py,sha256=vpt-JeTZefh8a-FC22ZeBSXFVbuBcXSGiILhQZJaNpQ,30
+pip/_internal/index/__pycache__/__init__.cpython-312.pyc,,
+pip/_internal/index/__pycache__/collector.cpython-312.pyc,,
+pip/_internal/index/__pycache__/package_finder.cpython-312.pyc,,
+pip/_internal/index/__pycache__/sources.cpython-312.pyc,,
+pip/_internal/index/collector.py,sha256=sH0tL_cOoCk6pLLfCSGVjFM4rPEJtllF-VobvAvLSH4,16590
+pip/_internal/index/package_finder.py,sha256=S_nC8gzVIMY6ikWfKoSOzRtoesUqnfNhAPl_BwSOusA,37843
+pip/_internal/index/sources.py,sha256=dJegiR9f86kslaAHcv9-R5L_XBf5Rzm_FkyPteDuPxI,8688
+pip/_internal/locations/__init__.py,sha256=Dh8LJWG8LRlDK4JIj9sfRF96TREzE--N_AIlx7Tqoe4,15365
+pip/_internal/locations/__pycache__/__init__.cpython-312.pyc,,
+pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc,,
+pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc,,
+pip/_internal/locations/__pycache__/base.cpython-312.pyc,,
+pip/_internal/locations/_distutils.py,sha256=H9ZHK_35rdDV1Qsmi4QeaBULjFT4Mbu6QuoVGkJ6QHI,6009
+pip/_internal/locations/_sysconfig.py,sha256=jyNVtUfMIf0mtyY-Xp1m9yQ8iwECozSVVFmjkN9a2yw,7680
+pip/_internal/locations/base.py,sha256=RQiPi1d4FVM2Bxk04dQhXZ2PqkeljEL2fZZ9SYqIQ78,2556
+pip/_internal/main.py,sha256=r-UnUe8HLo5XFJz8inTcOOTiu_sxNhgHb6VwlGUllOI,340
+pip/_internal/metadata/__init__.py,sha256=9pU3W3s-6HtjFuYhWcLTYVmSaziklPv7k2x8p7X1GmA,4339
+pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc,,
+pip/_internal/metadata/__pycache__/_json.cpython-312.pyc,,
+pip/_internal/metadata/__pycache__/base.cpython-312.pyc,,
+pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc,,
+pip/_internal/metadata/_json.py,sha256=Rz5M5ciSNvITwaTQR6NfN8TgKgM5WfTws4D6CFknovE,2627
+pip/_internal/metadata/base.py,sha256=l3Wgku4xlgr8s4p6fS-3qQ4QKOpPbWLRwi5d9omEFG4,25907
+pip/_internal/metadata/importlib/__init__.py,sha256=jUUidoxnHcfITHHaAWG1G2i5fdBYklv_uJcjo2x7VYE,135
+pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc,,
+pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc,,
+pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc,,
+pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc,,
+pip/_internal/metadata/importlib/_compat.py,sha256=GAe_prIfCE4iUylrnr_2dJRlkkBVRUbOidEoID7LPoE,1882
+pip/_internal/metadata/importlib/_dists.py,sha256=UPl1wUujFqiwiltRJ1tMF42WRINO1sSpNNlYQ2mX0mk,8297
+pip/_internal/metadata/importlib/_envs.py,sha256=XTaFIYERP2JF0QUZuPx2ETiugXbPEcZ8q8ZKeht6Lpc,7456
+pip/_internal/metadata/pkg_resources.py,sha256=opjw4IBSqHvie6sXJ_cbT42meygoPEUfNURJuWZY7sk,10035
+pip/_internal/models/__init__.py,sha256=3DHUd_qxpPozfzouoqa9g9ts1Czr5qaHfFxbnxriepM,63
+pip/_internal/models/__pycache__/__init__.cpython-312.pyc,,
+pip/_internal/models/__pycache__/candidate.cpython-312.pyc,,
+pip/_internal/models/__pycache__/direct_url.cpython-312.pyc,,
+pip/_internal/models/__pycache__/format_control.cpython-312.pyc,,
+pip/_internal/models/__pycache__/index.cpython-312.pyc,,
+pip/_internal/models/__pycache__/installation_report.cpython-312.pyc,,
+pip/_internal/models/__pycache__/link.cpython-312.pyc,,
+pip/_internal/models/__pycache__/scheme.cpython-312.pyc,,
+pip/_internal/models/__pycache__/search_scope.cpython-312.pyc,,
+pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc,,
+pip/_internal/models/__pycache__/target_python.cpython-312.pyc,,
+pip/_internal/models/__pycache__/wheel.cpython-312.pyc,,
+pip/_internal/models/candidate.py,sha256=hEPu8VdGE5qVASv6vLz-R-Rgh5-7LMbai1jgthMCd8M,931
+pip/_internal/models/direct_url.py,sha256=FwouYBKcqckh7B-k2H3HVgRhhFTukFwqiS3kfvtFLSk,6889
+pip/_internal/models/format_control.py,sha256=wtsQqSK9HaUiNxQEuB-C62eVimw6G4_VQFxV9-_KDBE,2486
+pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030
+pip/_internal/models/installation_report.py,sha256=zRVZoaz-2vsrezj_H3hLOhMZCK9c7TbzWgC-jOalD00,2818
+pip/_internal/models/link.py,sha256=XirOAGv1jgMu7vu87kuPbohGj7VHpwVrd2q3KUgVQNg,20777
+pip/_internal/models/scheme.py,sha256=3EFQp_ICu_shH1-TBqhl0QAusKCPDFOlgHFeN4XowWs,738
+pip/_internal/models/search_scope.py,sha256=ASVyyZxiJILw7bTIVVpJx8J293M3Hk5F33ilGn0e80c,4643
+pip/_internal/models/selection_prefs.py,sha256=KZdi66gsR-_RUXUr9uejssk3rmTHrQVJWeNA2sV-VSY,1907
+pip/_internal/models/target_python.py,sha256=34EkorrMuRvRp-bjqHKJ-bOO71m9xdjN2b8WWFEC2HU,4272
+pip/_internal/models/wheel.py,sha256=YqazoIZyma_Q1ejFa1C7NHKQRRWlvWkdK96VRKmDBeI,3600
+pip/_internal/network/__init__.py,sha256=jf6Tt5nV_7zkARBrKojIXItgejvoegVJVKUbhAa5Ioc,50
+pip/_internal/network/__pycache__/__init__.cpython-312.pyc,,
+pip/_internal/network/__pycache__/auth.cpython-312.pyc,,
+pip/_internal/network/__pycache__/cache.cpython-312.pyc,,
+pip/_internal/network/__pycache__/download.cpython-312.pyc,,
+pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc,,
+pip/_internal/network/__pycache__/session.cpython-312.pyc,,
+pip/_internal/network/__pycache__/utils.cpython-312.pyc,,
+pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc,,
+pip/_internal/network/auth.py,sha256=TC-OcW2KU4W6R1hU4qPgQXvVH54adACpZz6sWq-R9NA,20541
+pip/_internal/network/cache.py,sha256=48A971qCzKNFvkb57uGEk7-0xaqPS0HWj2711QNTxkU,3935
+pip/_internal/network/download.py,sha256=i0Tn55CD5D7XYEFY3TxiYaCf0OaaTQ6SScNgCsSeV14,6086
+pip/_internal/network/lazy_wheel.py,sha256=2PXVduYZPCPZkkQFe1J1GbfHJWeCU--FXonGyIfw9eU,7638
+pip/_internal/network/session.py,sha256=9tqEDD8JiVaFdplOEXJxNo9cjRfBZ6RIa0yQQ_qBNiM,18698
+pip/_internal/network/utils.py,sha256=6A5SrUJEEUHxbGtbscwU2NpCyz-3ztiDlGWHpRRhsJ8,4073
+pip/_internal/network/xmlrpc.py,sha256=sAxzOacJ-N1NXGPvap9jC3zuYWSnnv3GXtgR2-E2APA,1838
+pip/_internal/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_internal/operations/__pycache__/__init__.cpython-312.pyc,,
+pip/_internal/operations/__pycache__/check.cpython-312.pyc,,
+pip/_internal/operations/__pycache__/freeze.cpython-312.pyc,,
+pip/_internal/operations/__pycache__/prepare.cpython-312.pyc,,
+pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc,,
+pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc,,
+pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc,,
+pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc,,
+pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc,,
+pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc,,
+pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc,,
+pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc,,
+pip/_internal/operations/build/build_tracker.py,sha256=z-H5DOknZdBa3dh2Vq6VBMY5qLYIKmlj2p6CGZK5Lc8,4832
+pip/_internal/operations/build/metadata.py,sha256=9S0CUD8U3QqZeXp-Zyt8HxwU90lE4QrnYDgrqZDzBnc,1422
+pip/_internal/operations/build/metadata_editable.py,sha256=VLL7LvntKE8qxdhUdEJhcotFzUsOSI8NNS043xULKew,1474
+pip/_internal/operations/build/metadata_legacy.py,sha256=o-eU21As175hDC7dluM1fJJ_FqokTIShyWpjKaIpHZw,2198
+pip/_internal/operations/build/wheel.py,sha256=sT12FBLAxDC6wyrDorh8kvcZ1jG5qInCRWzzP-UkJiQ,1075
+pip/_internal/operations/build/wheel_editable.py,sha256=yOtoH6zpAkoKYEUtr8FhzrYnkNHQaQBjWQ2HYae1MQg,1417
+pip/_internal/operations/build/wheel_legacy.py,sha256=C9j6rukgQI1n_JeQLoZGuDdfUwzCXShyIdPTp6edbMQ,3064
+pip/_internal/operations/check.py,sha256=fsqA88iGaqftCr2tlP3sSU202CSkoODRtW0O-JU9M4Y,6806
+pip/_internal/operations/freeze.py,sha256=uqoeTAf6HOYVMR2UgAT8N85UZoGEVEoQdan_Ao6SOfk,9816
+pip/_internal/operations/install/__init__.py,sha256=mX7hyD2GNBO2mFGokDQ30r_GXv7Y_PLdtxcUv144e-s,51
+pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc,,
+pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc,,
+pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc,,
+pip/_internal/operations/install/editable_legacy.py,sha256=YeR0KadWXw_ZheC1NtAG1qVIEkOgRGHc23x-YtGW7NU,1282
+pip/_internal/operations/install/wheel.py,sha256=9hGb1c4bRnPIb2FG7CtUSPfPxqprmHQBtwIAlWPNTtE,27311
+pip/_internal/operations/prepare.py,sha256=57Oq87HfunX3Rbqp47FdaJr9cHbAKUm_3gv7WhBAqbE,28128
+pip/_internal/pyproject.py,sha256=4Xszp11xgr126yzG6BbJA0oaQ9WXuhb0jyUb-y_6lPQ,7152
+pip/_internal/req/__init__.py,sha256=TELFgZOof3lhMmaICVWL9U7PlhXo9OufokbMAJ6J2GI,2738
+pip/_internal/req/__pycache__/__init__.cpython-312.pyc,,
+pip/_internal/req/__pycache__/constructors.cpython-312.pyc,,
+pip/_internal/req/__pycache__/req_file.cpython-312.pyc,,
+pip/_internal/req/__pycache__/req_install.cpython-312.pyc,,
+pip/_internal/req/__pycache__/req_set.cpython-312.pyc,,
+pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc,,
+pip/_internal/req/constructors.py,sha256=8hlY56imEthLORRwmloyKz3YOyXymIaKsNB6P9ewvNI,19018
+pip/_internal/req/req_file.py,sha256=M8ttOZL-PwAj7scPElhW3ZD2hiD9mm_6FJAGIbwAzEI,17790
+pip/_internal/req/req_install.py,sha256=wtOPxkyRSM8comTks8oL1Gp2oyGqbH7JwIDRci2QiPk,35460
+pip/_internal/req/req_set.py,sha256=iMYDUToSgkxFyrP_OrTtPSgw4dwjRyGRDpGooTqeA4Y,4704
+pip/_internal/req/req_uninstall.py,sha256=nmvTQaRCC0iu-5Tw0djlXJhSj6WmqHRvT3qkkEdC35E,24551
+pip/_internal/resolution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc,,
+pip/_internal/resolution/__pycache__/base.cpython-312.pyc,,
+pip/_internal/resolution/base.py,sha256=qlmh325SBVfvG6Me9gc5Nsh5sdwHBwzHBq6aEXtKsLA,583
+pip/_internal/resolution/legacy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc,,
+pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc,,
+pip/_internal/resolution/legacy/resolver.py,sha256=Xk24jQ62GvLr4Mc7IjN_qiO88qp0BImzVmPIFz9QLOE,24025
+pip/_internal/resolution/resolvelib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc,,
+pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc,,
+pip/_internal/resolution/resolvelib/base.py,sha256=jg5COmHLhmBIKOR-4spdJD3jyULYa1BdsqiBu2YJnJ4,5173
+pip/_internal/resolution/resolvelib/candidates.py,sha256=19Ki91Po-MSxBknGIfOGkaWkFdOznN0W_nKv7jL28L0,21052
+pip/_internal/resolution/resolvelib/factory.py,sha256=vqqk-hjchdhShwWVdeW2_A-5ZblLhE_nC_v3Mhz4Svc,32292
+pip/_internal/resolution/resolvelib/found_candidates.py,sha256=hvL3Hoa9VaYo-qEOZkBi2Iqw251UDxPz-uMHVaWmLpE,5705
+pip/_internal/resolution/resolvelib/provider.py,sha256=4t23ivjruqM6hKBX1KpGiTt-M4HGhRcZnGLV0c01K7U,9824
+pip/_internal/resolution/resolvelib/reporter.py,sha256=YFm9hQvz4DFCbjZeFTQ56hTz3Ac-mDBnHkeNRVvMHLY,3100
+pip/_internal/resolution/resolvelib/requirements.py,sha256=-kJONP0WjDfdTvBAs2vUXPgAnOyNIBEAXY4b72ogtPE,5696
+pip/_internal/resolution/resolvelib/resolver.py,sha256=nLJOsVMEVi2gQUVJoUFKMZAeu2f7GRMjGMvNSWyz0Bc,12592
+pip/_internal/self_outdated_check.py,sha256=saxQLB8UzIFtMScquytG10TOTsYVFJQ_mkW1NY-46wE,8378
+pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_internal/utils/__pycache__/__init__.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/_log.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/compat.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/datetime.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/encoding.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/glibc.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/hashes.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/logging.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/misc.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/models.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/packaging.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/urls.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc,,
+pip/_internal/utils/__pycache__/wheel.cpython-312.pyc,,
+pip/_internal/utils/_jaraco_text.py,sha256=yvDGelTVugRayPaOF2k4ab0Ky4d3uOkAfuOQjASjImY,3351
+pip/_internal/utils/_log.py,sha256=-jHLOE_THaZz5BFcCnoSL9EYAtJ0nXem49s9of4jvKw,1015
+pip/_internal/utils/appdirs.py,sha256=swgcTKOm3daLeXTW6v5BUS2Ti2RvEnGRQYH_yDXklAo,1665
+pip/_internal/utils/compat.py,sha256=ACyBfLgj3_XG-iA5omEDrXqDM0cQKzi8h8HRBInzG6Q,1884
+pip/_internal/utils/compatibility_tags.py,sha256=ydin8QG8BHqYRsPY4OL6cmb44CbqXl1T0xxS97VhHkk,5377
+pip/_internal/utils/datetime.py,sha256=m21Y3wAtQc-ji6Veb6k_M5g6A0ZyFI4egchTdnwh-pQ,242
+pip/_internal/utils/deprecation.py,sha256=NKo8VqLioJ4nnXXGmW4KdasxF90EFHkZaHeX1fT08C8,3627
+pip/_internal/utils/direct_url_helpers.py,sha256=6F1tc2rcKaCZmgfVwsE6ObIe_Pux23mUVYA-2D9wCFc,3206
+pip/_internal/utils/egg_link.py,sha256=0FePZoUYKv4RGQ2t6x7w5Z427wbA_Uo3WZnAkrgsuqo,2463
+pip/_internal/utils/encoding.py,sha256=qqsXDtiwMIjXMEiIVSaOjwH5YmirCaK-dIzb6-XJsL0,1169
+pip/_internal/utils/entrypoints.py,sha256=YlhLTRl2oHBAuqhc-zmL7USS67TPWVHImjeAQHreZTQ,3064
+pip/_internal/utils/filesystem.py,sha256=RhMIXUaNVMGjc3rhsDahWQ4MavvEQDdqXqgq-F6fpw8,5122
+pip/_internal/utils/filetypes.py,sha256=i8XAQ0eFCog26Fw9yV0Yb1ygAqKYB1w9Cz9n0fj8gZU,716
+pip/_internal/utils/glibc.py,sha256=Mesxxgg3BLxheLZx-dSf30b6gKpOgdVXw6W--uHSszQ,3113
+pip/_internal/utils/hashes.py,sha256=MjOigC75z6qoRMkgHiHqot7eqxfwDZSrEflJMPm-bHE,5118
+pip/_internal/utils/logging.py,sha256=fdtuZJ-AKkqwDTANDvGcBEpssL8el7T1jnwk1CnZl3Y,11603
+pip/_internal/utils/misc.py,sha256=fNXwaeeikvnUt4CPMFIL4-IQbZDxxjj4jDpzCi4ZsOw,23623
+pip/_internal/utils/models.py,sha256=5GoYU586SrxURMvDn_jBMJInitviJg4O5-iOU-6I0WY,1193
+pip/_internal/utils/packaging.py,sha256=5Wm6_x7lKrlqVjPI5MBN_RurcRHwVYoQ7Ksrs84de7s,2108
+pip/_internal/utils/setuptools_build.py,sha256=ouXpud-jeS8xPyTPsXJ-m34NPvK5os45otAzdSV_IJE,4435
+pip/_internal/utils/subprocess.py,sha256=zzdimb75jVLE1GU4WlTZ055gczhD7n1y1xTcNc7vNZQ,9207
+pip/_internal/utils/temp_dir.py,sha256=DUAw22uFruQdK43i2L2K53C-CDjRCPeAsBKJpu-rHQ4,9312
+pip/_internal/utils/unpacking.py,sha256=SBb2iV1crb89MDRTEKY86R4A_UOWApTQn9VQVcMDOlE,8821
+pip/_internal/utils/urls.py,sha256=AhaesUGl-9it6uvG6fsFPOr9ynFpGaTMk4t5XTX7Z_Q,1759
+pip/_internal/utils/virtualenv.py,sha256=S6f7csYorRpiD6cvn3jISZYc3I8PJC43H5iMFpRAEDU,3456
+pip/_internal/utils/wheel.py,sha256=i4BwUNHattzN0ixy3HBAF04tZPRh2CcxaT6t86viwkE,4499
+pip/_internal/vcs/__init__.py,sha256=UAqvzpbi0VbZo3Ub6skEeZAw-ooIZR-zX_WpCbxyCoU,596
+pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc,,
+pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc,,
+pip/_internal/vcs/__pycache__/git.cpython-312.pyc,,
+pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc,,
+pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc,,
+pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc,,
+pip/_internal/vcs/bazaar.py,sha256=j0oin0fpGRHcCFCxEcpPCQoFEvA-DMLULKdGP8Nv76o,3519
+pip/_internal/vcs/git.py,sha256=CeKBGJnl6uskvvjkAUXrJVxbHJrpS_B_pyfFdjL3CRc,18121
+pip/_internal/vcs/mercurial.py,sha256=oULOhzJ2Uie-06d1omkL-_Gc6meGaUkyogvqG9ZCyPs,5249
+pip/_internal/vcs/subversion.py,sha256=vhZs8L-TNggXqM1bbhl-FpbxE3TrIB6Tgnx8fh3S2HE,11729
+pip/_internal/vcs/versioncontrol.py,sha256=3eIjtOMYvOY5qP6BMYIYDZ375CSuec6kSEB0bOo1cSs,22787
+pip/_internal/wheel_builder.py,sha256=qTTzQV8F6b1jNsFCda1TRQC8J7gK-m7iuRNgKo7Dj68,11801
+pip/_vendor/__init__.py,sha256=U51NPwXdA-wXOiANIQncYjcMp6txgeOL5nHxksJeyas,4993
+pip/_vendor/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/__pycache__/six.cpython-312.pyc,,
+pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc,,
+pip/_vendor/cachecontrol/__init__.py,sha256=ctHagMhQXuvQDdm4TirZrwDOT5H8oBNAJqzdKI6sovk,676
+pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc,,
+pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc,,
+pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc,,
+pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc,,
+pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc,,
+pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc,,
+pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc,,
+pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc,,
+pip/_vendor/cachecontrol/_cmd.py,sha256=iist2EpzJvDVIhMAxXq8iFnTBsiZAd6iplxfmNboNyk,1737
+pip/_vendor/cachecontrol/adapter.py,sha256=_CcWvUP9048qAZjsNqViaHbdcLs9mmFNixVfpO7oebE,6392
+pip/_vendor/cachecontrol/cache.py,sha256=OTQj72tUf8C1uEgczdl3Gc8vkldSzsTITKtDGKMx4z8,1952
+pip/_vendor/cachecontrol/caches/__init__.py,sha256=dtrrroK5BnADR1GWjCZ19aZ0tFsMfvFBtLQQU1sp_ag,303
+pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc,,
+pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc,,
+pip/_vendor/cachecontrol/caches/file_cache.py,sha256=3z8AWKD-vfKeiJqIzLmJyIYtR2yd6Tsh3u1TyLRQoIQ,5352
+pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=9rmqwtYu_ljVkW6_oLqbC7EaX_a8YT_yLuna-eS0dgo,1386
+pip/_vendor/cachecontrol/controller.py,sha256=keCFA3ZaNVaWTwHd6F1zqWhb4vyvNx_UvZuo5iIYMfo,18384
+pip/_vendor/cachecontrol/filewrapper.py,sha256=STttGmIPBvZzt2b51dUOwoWX5crcMCpKZOisM3f5BNc,4292
+pip/_vendor/cachecontrol/heuristics.py,sha256=fdFbk9W8IeLrjteIz_fK4mj2HD_Y7COXF2Uc8TgjT1c,4828
+pip/_vendor/cachecontrol/serialize.py,sha256=0dHeMaDwysVAAnGVlhMOP4tDliohgNK0Jxk_zsOiWxw,7173
+pip/_vendor/cachecontrol/wrapper.py,sha256=hsGc7g8QGQTT-4f8tgz3AM5qwScg6FO0BSdLSRdEvpU,1417
+pip/_vendor/certifi/__init__.py,sha256=L_j-d0kYuA_MzA2_2hraF1ovf6KT6DTquRdV3paQwOk,94
+pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255
+pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc,,
+pip/_vendor/certifi/__pycache__/core.cpython-312.pyc,,
+pip/_vendor/certifi/cacert.pem,sha256=eU0Dn_3yd8BH4m8sfVj4Glhl2KDrcCSg-sEWT-pNJ88,281617
+pip/_vendor/certifi/core.py,sha256=DNTl8b_B6C4vO3Vc9_q2uvwHpNnBQoy5onDC4McImxc,4531
+pip/_vendor/chardet/__init__.py,sha256=57R-HSxj0PWmILMN0GFmUNqEMfrEVSamXyjD-W6_fbs,4797
+pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc,,
+pip/_vendor/chardet/__pycache__/version.cpython-312.pyc,,
+pip/_vendor/chardet/big5freq.py,sha256=ltcfP-3PjlNHCoo5e4a7C4z-2DhBTXRfY6jbMbB7P30,31274
+pip/_vendor/chardet/big5prober.py,sha256=lPMfwCX6v2AaPgvFh_cSWZcgLDbWiFCHLZ_p9RQ9uxE,1763
+pip/_vendor/chardet/chardistribution.py,sha256=13B8XUG4oXDuLdXvfbIWwLFeR-ZU21AqTS1zcdON8bU,10032
+pip/_vendor/chardet/charsetgroupprober.py,sha256=UKK3SaIZB2PCdKSIS0gnvMtLR9JJX62M-fZJu3OlWyg,3915
+pip/_vendor/chardet/charsetprober.py,sha256=L3t8_wIOov8em-vZWOcbkdsrwe43N6_gqNh5pH7WPd4,5420
+pip/_vendor/chardet/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc,,
+pip/_vendor/chardet/cli/chardetect.py,sha256=zibMVg5RpKb-ME9_7EYG4ZM2Sf07NHcQzZ12U-rYJho,3242
+pip/_vendor/chardet/codingstatemachine.py,sha256=K7k69sw3jY5DmTXoSJQVsUtFIQKYPQVOSJJhBuGv_yE,3732
+pip/_vendor/chardet/codingstatemachinedict.py,sha256=0GY3Hi2qIZvDrOOJ3AtqppM1RsYxr_66ER4EHjuMiMc,542
+pip/_vendor/chardet/cp949prober.py,sha256=0jKRV7fECuWI16rNnks0ZECKA1iZYCIEaP8A1ZvjUSI,1860
+pip/_vendor/chardet/enums.py,sha256=TzECiZoCKNMqgwU76cPCeKWFBqaWvAdLMev5_bCkhY8,1683
+pip/_vendor/chardet/escprober.py,sha256=Kho48X65xE0scFylIdeJjM2bcbvRvv0h0WUbMWrJD3A,4006
+pip/_vendor/chardet/escsm.py,sha256=AqyXpA2FQFD7k-buBty_7itGEYkhmVa8X09NLRul3QM,12176
+pip/_vendor/chardet/eucjpprober.py,sha256=5KYaM9fsxkRYzw1b5k0fL-j_-ezIw-ij9r97a9MHxLY,3934
+pip/_vendor/chardet/euckrfreq.py,sha256=3mHuRvXfsq_QcQysDQFb8qSudvTiol71C6Ic2w57tKM,13566
+pip/_vendor/chardet/euckrprober.py,sha256=hiFT6wM174GIwRvqDsIcuOc-dDsq2uPKMKbyV8-1Xnc,1753
+pip/_vendor/chardet/euctwfreq.py,sha256=2alILE1Lh5eqiFJZjzRkMQXolNJRHY5oBQd-vmZYFFM,36913
+pip/_vendor/chardet/euctwprober.py,sha256=NxbpNdBtU0VFI0bKfGfDkpP7S2_8_6FlO87dVH0ogws,1753
+pip/_vendor/chardet/gb2312freq.py,sha256=49OrdXzD-HXqwavkqjo8Z7gvs58hONNzDhAyMENNkvY,20735
+pip/_vendor/chardet/gb2312prober.py,sha256=KPEBueaSLSvBpFeINMu0D6TgHcR90e5PaQawifzF4o0,1759
+pip/_vendor/chardet/hebrewprober.py,sha256=96T_Lj_OmW-fK7JrSHojYjyG3fsGgbzkoTNleZ3kfYE,14537
+pip/_vendor/chardet/jisfreq.py,sha256=mm8tfrwqhpOd3wzZKS4NJqkYBQVcDfTM2JiQ5aW932E,25796
+pip/_vendor/chardet/johabfreq.py,sha256=dBpOYG34GRX6SL8k_LbS9rxZPMjLjoMlgZ03Pz5Hmqc,42498
+pip/_vendor/chardet/johabprober.py,sha256=O1Qw9nVzRnun7vZp4UZM7wvJSv9W941mEU9uDMnY3DU,1752
+pip/_vendor/chardet/jpcntx.py,sha256=uhHrYWkLxE_rF5OkHKInm0HUsrjgKHHVQvtt3UcvotA,27055
+pip/_vendor/chardet/langbulgarianmodel.py,sha256=vmbvYFP8SZkSxoBvLkFqKiH1sjma5ihk3PTpdy71Rr4,104562
+pip/_vendor/chardet/langgreekmodel.py,sha256=JfB7bupjjJH2w3X_mYnQr9cJA_7EuITC2cRW13fUjeI,98484
+pip/_vendor/chardet/langhebrewmodel.py,sha256=3HXHaLQPNAGcXnJjkIJfozNZLTvTJmf4W5Awi6zRRKc,98196
+pip/_vendor/chardet/langhungarianmodel.py,sha256=WxbeQIxkv8YtApiNqxQcvj-tMycsoI4Xy-fwkDHpP_Y,101363
+pip/_vendor/chardet/langrussianmodel.py,sha256=s395bTZ87ESTrZCOdgXbEjZ9P1iGPwCl_8xSsac_DLY,128035
+pip/_vendor/chardet/langthaimodel.py,sha256=7bJlQitRpTnVGABmbSznHnJwOHDy3InkTvtFUx13WQI,102774
+pip/_vendor/chardet/langturkishmodel.py,sha256=XY0eGdTIy4eQ9Xg1LVPZacb-UBhHBR-cq0IpPVHowKc,95372
+pip/_vendor/chardet/latin1prober.py,sha256=p15EEmFbmQUwbKLC7lOJVGHEZwcG45ubEZYTGu01J5g,5380
+pip/_vendor/chardet/macromanprober.py,sha256=9anfzmY6TBfUPDyBDOdY07kqmTHpZ1tK0jL-p1JWcOY,6077
+pip/_vendor/chardet/mbcharsetprober.py,sha256=Wr04WNI4F3X_VxEverNG-H25g7u-MDDKlNt-JGj-_uU,3715
+pip/_vendor/chardet/mbcsgroupprober.py,sha256=iRpaNBjV0DNwYPu_z6TiHgRpwYahiM7ztI_4kZ4Uz9A,2131
+pip/_vendor/chardet/mbcssm.py,sha256=hUtPvDYgWDaA2dWdgLsshbwRfm3Q5YRlRogdmeRUNQw,30391
+pip/_vendor/chardet/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc,,
+pip/_vendor/chardet/metadata/languages.py,sha256=FhvBIdZFxRQ-dTwkb_0madRKgVBCaUMQz9I5xqjE5iQ,13560
+pip/_vendor/chardet/resultdict.py,sha256=ez4FRvN5KaSosJeJ2WzUyKdDdg35HDy_SSLPXKCdt5M,402
+pip/_vendor/chardet/sbcharsetprober.py,sha256=-nd3F90i7GpXLjehLVHqVBE0KlWzGvQUPETLBNn4o6U,6400
+pip/_vendor/chardet/sbcsgroupprober.py,sha256=gcgI0fOfgw_3YTClpbra_MNxwyEyJ3eUXraoLHYb59E,4137
+pip/_vendor/chardet/sjisprober.py,sha256=aqQufMzRw46ZpFlzmYaYeT2-nzmKb-hmcrApppJ862k,4007
+pip/_vendor/chardet/universaldetector.py,sha256=xYBrg4x0dd9WnT8qclfADVD9ondrUNkqPmvte1pa520,14848
+pip/_vendor/chardet/utf1632prober.py,sha256=pw1epGdMj1hDGiCu1AHqqzOEfjX8MVdiW7O1BlT8-eQ,8505
+pip/_vendor/chardet/utf8prober.py,sha256=8m08Ub5490H4jQ6LYXvFysGtgKoKsHUd2zH_i8_TnVw,2812
+pip/_vendor/chardet/version.py,sha256=lGtJcxGM44Qz4Cbk4rbbmrKxnNr1-97U25TameLehZw,244
+pip/_vendor/colorama/__init__.py,sha256=wePQA4U20tKgYARySLEC047ucNX-g8pRLpYBuiHlLb8,266
+pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc,,
+pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc,,
+pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc,,
+pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc,,
+pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc,,
+pip/_vendor/colorama/ansi.py,sha256=Top4EeEuaQdBWdteKMEcGOTeKeF19Q-Wo_6_Cj5kOzQ,2522
+pip/_vendor/colorama/ansitowin32.py,sha256=vPNYa3OZbxjbuFyaVo0Tmhmy1FZ1lKMWCnT7odXpItk,11128
+pip/_vendor/colorama/initialise.py,sha256=-hIny86ClXo39ixh5iSCfUIa2f_h_bgKRDW7gqs-KLU,3325
+pip/_vendor/colorama/tests/__init__.py,sha256=MkgPAEzGQd-Rq0w0PZXSX2LadRWhUECcisJY8lSrm4Q,75
+pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc,,
+pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc,,
+pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc,,
+pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc,,
+pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc,,
+pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc,,
+pip/_vendor/colorama/tests/ansi_test.py,sha256=FeViDrUINIZcr505PAxvU4AjXz1asEiALs9GXMhwRaE,2839
+pip/_vendor/colorama/tests/ansitowin32_test.py,sha256=RN7AIhMJ5EqDsYaCjVo-o4u8JzDD4ukJbmevWKS70rY,10678
+pip/_vendor/colorama/tests/initialise_test.py,sha256=BbPy-XfyHwJ6zKozuQOvNvQZzsx9vdb_0bYXn7hsBTc,6741
+pip/_vendor/colorama/tests/isatty_test.py,sha256=Pg26LRpv0yQDB5Ac-sxgVXG7hsA1NYvapFgApZfYzZg,1866
+pip/_vendor/colorama/tests/utils.py,sha256=1IIRylG39z5-dzq09R_ngufxyPZxgldNbrxKxUGwGKE,1079
+pip/_vendor/colorama/tests/winterm_test.py,sha256=qoWFPEjym5gm2RuMwpf3pOis3a5r_PJZFCzK254JL8A,3709
+pip/_vendor/colorama/win32.py,sha256=YQOKwMTwtGBbsY4dL5HYTvwTeP9wIQra5MvPNddpxZs,6181
+pip/_vendor/colorama/winterm.py,sha256=XCQFDHjPi6AHYNdZwy0tA02H-Jh48Jp-HvCjeLeLp3U,7134
+pip/_vendor/distlib/__init__.py,sha256=hJKF7FHoqbmGckncDuEINWo_OYkDNiHODtYXSMcvjcc,625
+pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc,,
+pip/_vendor/distlib/__pycache__/database.cpython-312.pyc,,
+pip/_vendor/distlib/__pycache__/index.cpython-312.pyc,,
+pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc,,
+pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc,,
+pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc,,
+pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc,,
+pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc,,
+pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc,,
+pip/_vendor/distlib/__pycache__/util.cpython-312.pyc,,
+pip/_vendor/distlib/__pycache__/version.cpython-312.pyc,,
+pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc,,
+pip/_vendor/distlib/compat.py,sha256=Un-uIBvy02w-D267OG4VEhuddqWgKj9nNkxVltAb75w,41487
+pip/_vendor/distlib/database.py,sha256=0V9Qvs0Vrxa2F_-hLWitIyVyRifJ0pCxyOI-kEOBwsA,51965
+pip/_vendor/distlib/index.py,sha256=lTbw268rRhj8dw1sib3VZ_0EhSGgoJO3FKJzSFMOaeA,20797
+pip/_vendor/distlib/locators.py,sha256=o1r_M86_bRLafSpetmyfX8KRtFu-_Q58abvQrnOSnbA,51767
+pip/_vendor/distlib/manifest.py,sha256=3qfmAmVwxRqU1o23AlfXrQGZzh6g_GGzTAP_Hb9C5zQ,14168
+pip/_vendor/distlib/markers.py,sha256=n3DfOh1yvZ_8EW7atMyoYeZFXjYla0Nz0itQlojCd0A,5268
+pip/_vendor/distlib/metadata.py,sha256=pB9WZ9mBfmQxc9OVIldLS5CjOoQRvKAvUwwQyKwKQtQ,39693
+pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820
+pip/_vendor/distlib/scripts.py,sha256=nQFXN6G7nOWNDUyxirUep-3WOlJhB7McvCs9zOnkGTI,18315
+pip/_vendor/distlib/util.py,sha256=XSznxEi_i3T20UJuaVc0qXHz5ksGUCW1khYlBprN_QE,67530
+pip/_vendor/distlib/version.py,sha256=9pXkduchve_aN7JG6iL9VTYV_kqNSGoc2Dwl8JuySnQ,23747
+pip/_vendor/distlib/wheel.py,sha256=FVQCve8u-L0QYk5-YTZc7s4WmNQdvjRWTK08KXzZVX4,43958
+pip/_vendor/distro/__init__.py,sha256=2fHjF-SfgPvjyNZ1iHh_wjqWdR_Yo5ODHwZC0jLBPhc,981
+pip/_vendor/distro/__main__.py,sha256=bu9d3TifoKciZFcqRBuygV3GSuThnVD_m2IK4cz96Vs,64
+pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc,,
+pip/_vendor/distro/__pycache__/distro.cpython-312.pyc,,
+pip/_vendor/distro/distro.py,sha256=UZO1LjIhtFCMdlbiz39gj3raV-Amf3SBwzGzfApiMHw,49330
+pip/_vendor/idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849
+pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/idna/__pycache__/codec.cpython-312.pyc,,
+pip/_vendor/idna/__pycache__/compat.cpython-312.pyc,,
+pip/_vendor/idna/__pycache__/core.cpython-312.pyc,,
+pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc,,
+pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc,,
+pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc,,
+pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc,,
+pip/_vendor/idna/codec.py,sha256=6ly5odKfqrytKT9_7UrlGklHnf1DSK2r9C6cSM4sa28,3374
+pip/_vendor/idna/compat.py,sha256=0_sOEUMT4CVw9doD3vyRhX80X19PwqFoUBs7gWsFME4,321
+pip/_vendor/idna/core.py,sha256=kkCFNJOrE6I3WwBTXcGNuc24V_QZQ8AULE6EYe1iHlU,12813
+pip/_vendor/idna/idnadata.py,sha256=9NIhTqC2piUpeIMOGZ9Bu_7eAFQ-Ic8TkP_hOzUpnDc,78344
+pip/_vendor/idna/intranges.py,sha256=YBr4fRYuWH7kTKS2tXlFjM24ZF1Pdvcir-aywniInqg,1881
+pip/_vendor/idna/package_data.py,sha256=C_jHJzmX8PI4xq0jpzmcTMxpb5lDsq4o5VyxQzlVrZE,21
+pip/_vendor/idna/uts46data.py,sha256=zvjZU24s58_uAS850Mcd0NnD0X7_gCMAMjzWNIeUJdc,206539
+pip/_vendor/msgpack/__init__.py,sha256=hyGhlnmcJkxryJBKC3X5FnEph375kQoL_mG8LZUuXgY,1132
+pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc,,
+pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc,,
+pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc,,
+pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081
+pip/_vendor/msgpack/ext.py,sha256=C5MK8JhVYGYFWPvxsORsqZAnvOXefYQ57m1Ym0luW5M,6079
+pip/_vendor/msgpack/fallback.py,sha256=tvNBHyxxFbuVlC8GZShETClJxjLiDMOja4XwwyvNm2g,34544
+pip/_vendor/packaging/__about__.py,sha256=ugASIO2w1oUyH8_COqQ2X_s0rDhjbhQC3yJocD03h2c,661
+pip/_vendor/packaging/__init__.py,sha256=b9Kk5MF7KxhhLgcDmiUWukN-LatWFxPdNug0joPhHSk,497
+pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc,,
+pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc,,
+pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc,,
+pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc,,
+pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc,,
+pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc,,
+pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc,,
+pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc,,
+pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc,,
+pip/_vendor/packaging/__pycache__/version.cpython-312.pyc,,
+pip/_vendor/packaging/_manylinux.py,sha256=XcbiXB-qcjv3bcohp6N98TMpOP4_j3m-iOA8ptK2GWY,11488
+pip/_vendor/packaging/_musllinux.py,sha256=_KGgY_qc7vhMGpoqss25n2hiLCNKRtvz9mCrS7gkqyc,4378
+pip/_vendor/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431
+pip/_vendor/packaging/markers.py,sha256=AJBOcY8Oq0kYc570KuuPTkvuqjAlhufaE2c9sCUbm64,8487
+pip/_vendor/packaging/requirements.py,sha256=NtDlPBtojpn1IUC85iMjPNsUmufjpSlwnNA-Xb4m5NA,4676
+pip/_vendor/packaging/specifiers.py,sha256=LRQ0kFsHrl5qfcFNEEJrIFYsnIHQUJXY9fIsakTrrqE,30110
+pip/_vendor/packaging/tags.py,sha256=lmsnGNiJ8C4D_Pf9PbM0qgbZvD9kmB9lpZBQUZa3R_Y,15699
+pip/_vendor/packaging/utils.py,sha256=dJjeat3BS-TYn1RrUFVwufUMasbtzLfYRoy_HXENeFQ,4200
+pip/_vendor/packaging/version.py,sha256=_fLRNrFrxYcHVfyo8vk9j8s6JM8N_xsSxVFr6RJyco8,14665
+pip/_vendor/pkg_resources/__init__.py,sha256=hTAeJCNYb7dJseIDVsYK3mPQep_gphj4tQh-bspX8bg,109364
+pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/platformdirs/__init__.py,sha256=SkhEYVyC_HUHC6KX7n4M_6coyRMtEB38QMyOYIAX6Yk,20155
+pip/_vendor/platformdirs/__main__.py,sha256=fVvSiTzr2-RM6IsjWjj4fkaOtDOgDhUWv6sA99do4CQ,1476
+pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc,,
+pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc,,
+pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc,,
+pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc,,
+pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc,,
+pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc,,
+pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc,,
+pip/_vendor/platformdirs/android.py,sha256=y_EEMKwYl2-bzYBDovksSn8m76on0Lda8eyJksVQE9U,7211
+pip/_vendor/platformdirs/api.py,sha256=jWtX06jAJytYrkJDOqEls97mCkyHRSZkoqUlbMK5Qew,7132
+pip/_vendor/platformdirs/macos.py,sha256=LueVOoVgGWDBwQb8OFwXkVKfVn33CM1Lkwf1-A86tRQ,3678
+pip/_vendor/platformdirs/unix.py,sha256=22JhR8ZY0aLxSVCFnKrc6f1iz6Gv42K24Daj7aTjfSg,8809
+pip/_vendor/platformdirs/version.py,sha256=mavZTQIJIXfdewEaSTn7EWrNfPZWeRofb-74xqW5f2M,160
+pip/_vendor/platformdirs/windows.py,sha256=4TtbPGoWG2PRgI11uquDa7eRk8TcxvnUNuuMGZItnXc,9573
+pip/_vendor/pygments/__init__.py,sha256=6AuDljQtvf89DTNUyWM7k3oUlP_lq70NU-INKKteOBY,2983
+pip/_vendor/pygments/__main__.py,sha256=es8EKMvXj5yToIfQ-pf3Dv5TnIeeM6sME0LW-n4ecHo,353
+pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc,,
+pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc,,
+pip/_vendor/pygments/__pycache__/console.cpython-312.pyc,,
+pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc,,
+pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc,,
+pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc,,
+pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc,,
+pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc,,
+pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc,,
+pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc,,
+pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc,,
+pip/_vendor/pygments/__pycache__/style.cpython-312.pyc,,
+pip/_vendor/pygments/__pycache__/token.cpython-312.pyc,,
+pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc,,
+pip/_vendor/pygments/__pycache__/util.cpython-312.pyc,,
+pip/_vendor/pygments/cmdline.py,sha256=byxYJp9gnjVeyhRlZ3UTMgo_LhkXh1afvN8wJBtAcc8,23685
+pip/_vendor/pygments/console.py,sha256=2wZ5W-U6TudJD1_NLUwjclMpbomFM91lNv11_60sfGY,1697
+pip/_vendor/pygments/filter.py,sha256=j5aLM9a9wSx6eH1oy473oSkJ02hGWNptBlVo4s1g_30,1938
+pip/_vendor/pygments/filters/__init__.py,sha256=h_koYkUFo-FFUxjs564JHUAz7O3yJpVwI6fKN3MYzG0,40386
+pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/pygments/formatter.py,sha256=J9OL9hXLJKZk7moUgKwpjW9HNf4WlJFg_o_-Z_S_tTY,4178
+pip/_vendor/pygments/formatters/__init__.py,sha256=_xgAcdFKr0QNYwh_i98AU9hvfP3X2wAkhElFcRRF3Uo,5424
+pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc,,
+pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc,,
+pip/_vendor/pygments/formatters/_mapping.py,sha256=1Cw37FuQlNacnxRKmtlPX4nyLoX9_ttko5ZwscNUZZ4,4176
+pip/_vendor/pygments/formatters/bbcode.py,sha256=r1b7wzWTJouADDLh-Z11iRi4iQxD0JKJ1qHl6mOYxsA,3314
+pip/_vendor/pygments/formatters/groff.py,sha256=xy8Zf3tXOo6MWrXh7yPGWx3lVEkg_DhY4CxmsDb0IVo,5094
+pip/_vendor/pygments/formatters/html.py,sha256=PIzAyilNqaTzSSP2slDG2VDLE3qNioWy2rgtSSoviuI,35610
+pip/_vendor/pygments/formatters/img.py,sha256=XKXmg2_XONrR4mtq2jfEU8XCsoln3VSGTw-UYiEokys,21938
+pip/_vendor/pygments/formatters/irc.py,sha256=Ep-m8jd3voFO6Fv57cUGFmz6JVA67IEgyiBOwv0N4a0,4981
+pip/_vendor/pygments/formatters/latex.py,sha256=FGzJ-YqSTE8z_voWPdzvLY5Tq8jE_ygjGjM6dXZJ8-k,19351
+pip/_vendor/pygments/formatters/other.py,sha256=gPxkk5BdAzWTCgbEHg1lpLi-1F6ZPh5A_aotgLXHnzg,5073
+pip/_vendor/pygments/formatters/pangomarkup.py,sha256=6LKnQc8yh49f802bF0sPvbzck4QivMYqqoXAPaYP8uU,2212
+pip/_vendor/pygments/formatters/rtf.py,sha256=aA0v_psW6KZI3N18TKDifxeL6mcF8EDXcPXDWI4vhVQ,5014
+pip/_vendor/pygments/formatters/svg.py,sha256=dQONWypbzfvzGCDtdp3M_NJawScJvM2DiHbx1k-ww7g,7335
+pip/_vendor/pygments/formatters/terminal.py,sha256=FG-rpjRpFmNpiGB4NzIucvxq6sQIXB3HOTo2meTKtrU,4674
+pip/_vendor/pygments/formatters/terminal256.py,sha256=13SJ3D5pFdqZ9zROE6HbWnBDwHvOGE8GlsmqGhprRp4,11753
+pip/_vendor/pygments/lexer.py,sha256=2BpqLlT2ExvOOi7vnjK5nB4Fp-m52ldiPaXMox5uwug,34618
+pip/_vendor/pygments/lexers/__init__.py,sha256=j5KEi5O_VQ5GS59H49l-10gzUOkWKxlwGeVMlGO2MMk,12130
+pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc,,
+pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc,,
+pip/_vendor/pygments/lexers/_mapping.py,sha256=Hts4r_ZQ8icftGM7gkBPeED5lyVSv4affFgXYE6Ap04,72281
+pip/_vendor/pygments/lexers/python.py,sha256=c7jnmKFU9DLxTJW0UbwXt6Z9FJqbBlVsWA1Qr9xSA_w,53424
+pip/_vendor/pygments/modeline.py,sha256=eF2vO4LpOGoPvIKKkbPfnyut8hT4UiebZPpb-BYGQdI,986
+pip/_vendor/pygments/plugin.py,sha256=j1Fh310RbV2DQ9nvkmkqvlj38gdyuYKllLnGxbc8sJM,2591
+pip/_vendor/pygments/regexopt.py,sha256=jg1ALogcYGU96TQS9isBl6dCrvw5y5--BP_K-uFk_8s,3072
+pip/_vendor/pygments/scanner.py,sha256=b_nu5_f3HCgSdp5S_aNRBQ1MSCm4ZjDwec2OmTRickw,3092
+pip/_vendor/pygments/sphinxext.py,sha256=wBFYm180qea9JKt__UzhRlNRNhczPDFDaqGD21sbuso,6882
+pip/_vendor/pygments/style.py,sha256=C4qyoJrUTkq-OV3iO-8Vz3UtWYpJwSTdh5_vlGCGdNQ,6257
+pip/_vendor/pygments/styles/__init__.py,sha256=he7HjQx7sC0d2kfTVLjUs0J15mtToJM6M1brwIm9--Q,3700
+pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/pygments/token.py,sha256=seNsmcch9OEHXYirh8Ool7w8xDhfNTbLj5rHAC-gc_o,6184
+pip/_vendor/pygments/unistring.py,sha256=FaUfG14NBJEKLQoY9qj6JYeXrpYcLmKulghdxOGFaOc,63223
+pip/_vendor/pygments/util.py,sha256=AEVY0qonyyEMgv4Do2dINrrqUAwUk2XYSqHM650uzek,10230
+pip/_vendor/pyparsing/__init__.py,sha256=9m1JbE2JTLdBG0Mb6B0lEaZj181Wx5cuPXZpsbHEYgE,9116
+pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc,,
+pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc,,
+pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc,,
+pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc,,
+pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc,,
+pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc,,
+pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc,,
+pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc,,
+pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc,,
+pip/_vendor/pyparsing/actions.py,sha256=05uaIPOznJPQ7VgRdmGCmG4sDnUPtwgv5qOYIqbL2UY,6567
+pip/_vendor/pyparsing/common.py,sha256=p-3c83E5-DjlkF35G0O9-kjQRpoejP-2_z0hxZ-eol4,13387
+pip/_vendor/pyparsing/core.py,sha256=yvuRlLpXSF8mgk-QhiW3OVLqD9T0rsj9tbibhRH4Yaw,224445
+pip/_vendor/pyparsing/diagram/__init__.py,sha256=nxmDOoYF9NXuLaGYy01tKFjkNReWJlrGFuJNWEiTo84,24215
+pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/pyparsing/exceptions.py,sha256=6Jc6W1eDZBzyFu1J0YrcdNFVBC-RINujZmveSnB8Rxw,9523
+pip/_vendor/pyparsing/helpers.py,sha256=BZJHCA8SS0pYio30KGQTc9w2qMOaK4YpZ7hcvHbnTgk,38646
+pip/_vendor/pyparsing/results.py,sha256=9dyqQ-w3MjfmxWbFt8KEPU6IfXeyRdoWp2Og802rUQY,26692
+pip/_vendor/pyparsing/testing.py,sha256=eJncg0p83zm1FTPvM9auNT6oavIvXaibmRFDf1qmwkY,13488
+pip/_vendor/pyparsing/unicode.py,sha256=fAPdsJiARFbkPAih6NkYry0dpj4jPqelGVMlE4wWFW8,10646
+pip/_vendor/pyparsing/util.py,sha256=vTMzTdwSDyV8d_dSgquUTdWgBFoA_W30nfxEJDsshRQ,8670
+pip/_vendor/pyproject_hooks/__init__.py,sha256=kCehmy0UaBa9oVMD7ZIZrnswfnP3LXZ5lvnNJAL5JBM,491
+pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc,,
+pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc,,
+pip/_vendor/pyproject_hooks/_compat.py,sha256=by6evrYnqkisiM-MQcvOKs5bgDMzlOSgZqRHNqf04zE,138
+pip/_vendor/pyproject_hooks/_impl.py,sha256=61GJxzQip0IInhuO69ZI5GbNQ82XEDUB_1Gg5_KtUoc,11920
+pip/_vendor/pyproject_hooks/_in_process/__init__.py,sha256=9gQATptbFkelkIy0OfWFEACzqxXJMQDWCH9rBOAZVwQ,546
+pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc,,
+pip/_vendor/pyproject_hooks/_in_process/_in_process.py,sha256=m2b34c917IW5o-Q_6TYIHlsK9lSUlNiyrITTUH_zwew,10927
+pip/_vendor/requests/__init__.py,sha256=owujob4dk45Siy4EYtbCKR6wcFph7E04a_v_OuAacBA,5169
+pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc,,
+pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc,,
+pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc,,
+pip/_vendor/requests/__pycache__/api.cpython-312.pyc,,
+pip/_vendor/requests/__pycache__/auth.cpython-312.pyc,,
+pip/_vendor/requests/__pycache__/certs.cpython-312.pyc,,
+pip/_vendor/requests/__pycache__/compat.cpython-312.pyc,,
+pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc,,
+pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc,,
+pip/_vendor/requests/__pycache__/help.cpython-312.pyc,,
+pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc,,
+pip/_vendor/requests/__pycache__/models.cpython-312.pyc,,
+pip/_vendor/requests/__pycache__/packages.cpython-312.pyc,,
+pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc,,
+pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc,,
+pip/_vendor/requests/__pycache__/structures.cpython-312.pyc,,
+pip/_vendor/requests/__pycache__/utils.cpython-312.pyc,,
+pip/_vendor/requests/__version__.py,sha256=ssI3Ezt7PaxgkOW45GhtwPUclo_SO_ygtIm4A74IOfw,435
+pip/_vendor/requests/_internal_utils.py,sha256=nMQymr4hs32TqVo5AbCrmcJEhvPUh7xXlluyqwslLiQ,1495
+pip/_vendor/requests/adapters.py,sha256=idj6cZcId3L5xNNeJ7ieOLtw3awJk5A64xUfetHwq3M,19697
+pip/_vendor/requests/api.py,sha256=q61xcXq4tmiImrvcSVLTbFyCiD2F-L_-hWKGbz4y8vg,6449
+pip/_vendor/requests/auth.py,sha256=h-HLlVx9j8rKV5hfSAycP2ApOSglTz77R0tz7qCbbEE,10187
+pip/_vendor/requests/certs.py,sha256=PVPooB0jP5hkZEULSCwC074532UFbR2Ptgu0I5zwmCs,575
+pip/_vendor/requests/compat.py,sha256=IhK9quyX0RRuWTNcg6d2JGSAOUbM6mym2p_2XjLTwf4,1286
+pip/_vendor/requests/cookies.py,sha256=kD3kNEcCj-mxbtf5fJsSaT86eGoEYpD3X0CSgpzl7BM,18560
+pip/_vendor/requests/exceptions.py,sha256=FA-_kVwBZ2jhXauRctN_ewHVK25b-fj0Azyz1THQ0Kk,3823
+pip/_vendor/requests/help.py,sha256=FnAAklv8MGm_qb2UilDQgS6l0cUttiCFKUjx0zn2XNA,3879
+pip/_vendor/requests/hooks.py,sha256=CiuysiHA39V5UfcCBXFIx83IrDpuwfN9RcTUgv28ftQ,733
+pip/_vendor/requests/models.py,sha256=dDZ-iThotky-Noq9yy97cUEJhr3wnY6mv-xR_ePg_lk,35288
+pip/_vendor/requests/packages.py,sha256=njJmVifY4aSctuW3PP5EFRCxjEwMRDO6J_feG2dKWsI,695
+pip/_vendor/requests/sessions.py,sha256=-LvTzrPtetSTrR3buxu4XhdgMrJFLB1q5D7P--L2Xhw,30373
+pip/_vendor/requests/status_codes.py,sha256=FvHmT5uH-_uimtRz5hH9VCbt7VV-Nei2J9upbej6j8g,4235
+pip/_vendor/requests/structures.py,sha256=-IbmhVz06S-5aPSZuUthZ6-6D9XOjRuTXHOabY041XM,2912
+pip/_vendor/requests/utils.py,sha256=BvQDKkLuXCSaVfSW_1blUN0IzJSfNC8njNr8vhKj76Y,33189
+pip/_vendor/resolvelib/__init__.py,sha256=h509TdEcpb5-44JonaU3ex2TM15GVBLjM9CNCPwnTTs,537
+pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc,,
+pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc,,
+pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc,,
+pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc,,
+pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc,,
+pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156
+pip/_vendor/resolvelib/providers.py,sha256=fuuvVrCetu5gsxPB43ERyjfO8aReS3rFQHpDgiItbs4,5871
+pip/_vendor/resolvelib/reporters.py,sha256=TSbRmWzTc26w0ggsV1bxVpeWDB8QNIre6twYl7GIZBE,1601
+pip/_vendor/resolvelib/resolvers.py,sha256=G8rsLZSq64g5VmIq-lB7UcIJ1gjAxIQJmTF4REZleQ0,20511
+pip/_vendor/resolvelib/structs.py,sha256=0_1_XO8z_CLhegP3Vpf9VJ3zJcfLm0NOHRM-i0Ykz3o,4963
+pip/_vendor/rich/__init__.py,sha256=dRxjIL-SbFVY0q3IjSMrfgBTHrm1LZDgLOygVBwiYZc,6090
+pip/_vendor/rich/__main__.py,sha256=TT8sb9PTnsnKhhrGuHkLN0jdN0dtKhtPkEr9CidDbPM,8478
+pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/abc.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/align.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/bar.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/box.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/cells.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/color.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/columns.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/console.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/containers.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/control.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/errors.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/json.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/layout.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/live.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/logging.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/markup.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/measure.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/padding.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/pager.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/palette.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/panel.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/progress.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/region.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/repr.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/rule.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/scope.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/screen.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/segment.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/status.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/style.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/styled.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/table.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/text.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/theme.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/themes.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc,,
+pip/_vendor/rich/__pycache__/tree.cpython-312.pyc,,
+pip/_vendor/rich/_cell_widths.py,sha256=2n4EiJi3X9sqIq0O16kUZ_zy6UYMd3xFfChlKfnW1Hc,10096
+pip/_vendor/rich/_emoji_codes.py,sha256=hu1VL9nbVdppJrVoijVshRlcRRe_v3dju3Mmd2sKZdY,140235
+pip/_vendor/rich/_emoji_replace.py,sha256=n-kcetsEUx2ZUmhQrfeMNc-teeGhpuSQ5F8VPBsyvDo,1064
+pip/_vendor/rich/_export_format.py,sha256=qxgV3nKnXQu1hfbnRVswPYy-AwIg1X0LSC47cK5s8jk,2100
+pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265
+pip/_vendor/rich/_fileno.py,sha256=HWZxP5C2ajMbHryvAQZseflVfQoGzsKOHzKGsLD8ynQ,799
+pip/_vendor/rich/_inspect.py,sha256=oZJGw31e64dwXSCmrDnvZbwVb1ZKhWfU8wI3VWohjJk,9695
+pip/_vendor/rich/_log_render.py,sha256=1ByI0PA1ZpxZY3CGJOK54hjlq4X-Bz_boIjIqCd8Kns,3225
+pip/_vendor/rich/_loop.py,sha256=hV_6CLdoPm0va22Wpw4zKqM0RYsz3TZxXj0PoS-9eDQ,1236
+pip/_vendor/rich/_null_file.py,sha256=tGSXk_v-IZmbj1GAzHit8A3kYIQMiCpVsCFfsC-_KJ4,1387
+pip/_vendor/rich/_palettes.py,sha256=cdev1JQKZ0JvlguV9ipHgznTdnvlIzUFDBb0It2PzjI,7063
+pip/_vendor/rich/_pick.py,sha256=evDt8QN4lF5CiwrUIXlOJCntitBCOsI3ZLPEIAVRLJU,423
+pip/_vendor/rich/_ratio.py,sha256=2lLSliL025Y-YMfdfGbutkQDevhcyDqc-DtUYW9mU70,5472
+pip/_vendor/rich/_spinners.py,sha256=U2r1_g_1zSjsjiUdAESc2iAMc3i4ri_S8PYP6kQ5z1I,19919
+pip/_vendor/rich/_stack.py,sha256=-C8OK7rxn3sIUdVwxZBBpeHhIzX0eI-VM3MemYfaXm0,351
+pip/_vendor/rich/_timer.py,sha256=zelxbT6oPFZnNrwWPpc1ktUeAT-Vc4fuFcRZLQGLtMI,417
+pip/_vendor/rich/_win32_console.py,sha256=P0vxI2fcndym1UU1S37XAzQzQnkyY7YqAKmxm24_gug,22820
+pip/_vendor/rich/_windows.py,sha256=dvNl9TmfPzNVxiKk5WDFihErZ5796g2UC9-KGGyfXmk,1926
+pip/_vendor/rich/_windows_renderer.py,sha256=t74ZL3xuDCP3nmTp9pH1L5LiI2cakJuQRQleHCJerlk,2783
+pip/_vendor/rich/_wrap.py,sha256=xfV_9t0Sg6rzimmrDru8fCVmUlalYAcHLDfrJZnbbwQ,1840
+pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890
+pip/_vendor/rich/align.py,sha256=Ji-Yokfkhnfe_xMmr4ISjZB07TJXggBCOYoYa-HDAr8,10368
+pip/_vendor/rich/ansi.py,sha256=iD6532QYqnBm6hADulKjrV8l8kFJ-9fEVooHJHH3hMg,6906
+pip/_vendor/rich/bar.py,sha256=a7UD303BccRCrEhGjfMElpv5RFYIinaAhAuqYqhUvmw,3264
+pip/_vendor/rich/box.py,sha256=FJ6nI3jD7h2XNFU138bJUt2HYmWOlRbltoCEuIAZhew,9842
+pip/_vendor/rich/cells.py,sha256=627ztJs9zOL-38HJ7kXBerR-gT8KBfYC8UzEwMJDYYo,4509
+pip/_vendor/rich/color.py,sha256=9Gh958U3f75WVdLTeC0U9nkGTn2n0wnojKpJ6jQEkIE,18224
+pip/_vendor/rich/color_triplet.py,sha256=3lhQkdJbvWPoLDO-AnYImAWmJvV5dlgYNCVZ97ORaN4,1054
+pip/_vendor/rich/columns.py,sha256=HUX0KcMm9dsKNi11fTbiM_h2iDtl8ySCaVcxlalEzq8,7131
+pip/_vendor/rich/console.py,sha256=pDvkbLkvtZIMIwQx_jkZ-seyNl4zGBLviXoWXte9fwg,99218
+pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288
+pip/_vendor/rich/containers.py,sha256=aKgm5UDHn5Nmui6IJaKdsZhbHClh_X7D-_Wg8Ehrr7s,5497
+pip/_vendor/rich/control.py,sha256=DSkHTUQLorfSERAKE_oTAEUFefZnZp4bQb4q8rHbKws,6630
+pip/_vendor/rich/default_styles.py,sha256=-Fe318kMVI_IwciK5POpThcO0-9DYJ67TZAN6DlmlmM,8082
+pip/_vendor/rich/diagnose.py,sha256=an6uouwhKPAlvQhYpNNpGq9EJysfMIOvvCbO3oSoR24,972
+pip/_vendor/rich/emoji.py,sha256=omTF9asaAnsM4yLY94eR_9dgRRSm1lHUszX20D1yYCQ,2501
+pip/_vendor/rich/errors.py,sha256=5pP3Kc5d4QJ_c0KFsxrfyhjiPVe7J1zOqSFbFAzcV-Y,642
+pip/_vendor/rich/file_proxy.py,sha256=Tl9THMDZ-Pk5Wm8sI1gGg_U5DhusmxD-FZ0fUbcU0W0,1683
+pip/_vendor/rich/filesize.py,sha256=9fTLAPCAwHmBXdRv7KZU194jSgNrRb6Wx7RIoBgqeKY,2508
+pip/_vendor/rich/highlighter.py,sha256=p3C1g4QYzezFKdR7NF9EhPbzQDvdPUhGRgSyGGEmPko,9584
+pip/_vendor/rich/json.py,sha256=EYp9ucj-nDjYDkHCV6Mk1ve8nUOpuFLaW76X50Mis2M,5032
+pip/_vendor/rich/jupyter.py,sha256=QyoKoE_8IdCbrtiSHp9TsTSNyTHY0FO5whE7jOTd9UE,3252
+pip/_vendor/rich/layout.py,sha256=RFYL6HdCFsHf9WRpcvi3w-fpj-8O5dMZ8W96VdKNdbI,14007
+pip/_vendor/rich/live.py,sha256=vZzYvu7fqwlv3Gthl2xiw1Dc_O80VlGcCV0DOHwCyDM,14273
+pip/_vendor/rich/live_render.py,sha256=zElm3PrfSIvjOce28zETHMIUf9pFYSUA5o0AflgUP64,3667
+pip/_vendor/rich/logging.py,sha256=uB-cB-3Q4bmXDLLpbOWkmFviw-Fde39zyMV6tKJ2WHQ,11903
+pip/_vendor/rich/markup.py,sha256=xzF4uAafiEeEYDJYt_vUnJOGoTU8RrH-PH7WcWYXjCg,8198
+pip/_vendor/rich/measure.py,sha256=HmrIJX8sWRTHbgh8MxEay_83VkqNW_70s8aKP5ZcYI8,5305
+pip/_vendor/rich/padding.py,sha256=kTFGsdGe0os7tXLnHKpwTI90CXEvrceeZGCshmJy5zw,4970
+pip/_vendor/rich/pager.py,sha256=SO_ETBFKbg3n_AgOzXm41Sv36YxXAyI3_R-KOY2_uSc,828
+pip/_vendor/rich/palette.py,sha256=lInvR1ODDT2f3UZMfL1grq7dY_pDdKHw4bdUgOGaM4Y,3396
+pip/_vendor/rich/panel.py,sha256=wGMe40J8KCGgQoM0LyjRErmGIkv2bsYA71RCXThD0xE,10574
+pip/_vendor/rich/pretty.py,sha256=eLEYN9xVaMNuA6EJVYm4li7HdOHxCqmVKvnOqJpyFt0,35852
+pip/_vendor/rich/progress.py,sha256=n4KF9vky8_5iYeXcyZPEvzyLplWlDvFLkM5JI0Bs08A,59706
+pip/_vendor/rich/progress_bar.py,sha256=cEoBfkc3lLwqba4XKsUpy4vSQKDh2QQ5J2J94-ACFoo,8165
+pip/_vendor/rich/prompt.py,sha256=x0mW-pIPodJM4ry6grgmmLrl8VZp99kqcmdnBe70YYA,11303
+pip/_vendor/rich/protocol.py,sha256=5hHHDDNHckdk8iWH5zEbi-zuIVSF5hbU2jIo47R7lTE,1391
+pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166
+pip/_vendor/rich/repr.py,sha256=9Z8otOmM-tyxnyTodvXlectP60lwahjGiDTrbrxPSTg,4431
+pip/_vendor/rich/rule.py,sha256=0fNaS_aERa3UMRc3T5WMpN_sumtDxfaor2y3of1ftBk,4602
+pip/_vendor/rich/scope.py,sha256=TMUU8qo17thyqQCPqjDLYpg_UU1k5qVd-WwiJvnJVas,2843
+pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591
+pip/_vendor/rich/segment.py,sha256=XLnJEFvcV3bjaVzMNUJiem3n8lvvI9TJ5PTu-IG2uTg,24247
+pip/_vendor/rich/spinner.py,sha256=15koCmF0DQeD8-k28Lpt6X_zJQUlzEhgo_6A6uy47lc,4339
+pip/_vendor/rich/status.py,sha256=gJsIXIZeSo3urOyxRUjs6VrhX5CZrA0NxIQ-dxhCnwo,4425
+pip/_vendor/rich/style.py,sha256=3hiocH_4N8vwRm3-8yFWzM7tSwjjEven69XqWasSQwM,27073
+pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258
+pip/_vendor/rich/syntax.py,sha256=jgDiVCK6cpR0NmBOpZmIu-Ud4eaW7fHvjJZkDbjpcSA,35173
+pip/_vendor/rich/table.py,sha256=-WzesL-VJKsaiDU3uyczpJMHy6VCaSewBYJwx8RudI8,39684
+pip/_vendor/rich/terminal_theme.py,sha256=1j5-ufJfnvlAo5Qsi_ACZiXDmwMXzqgmFByObT9-yJY,3370
+pip/_vendor/rich/text.py,sha256=_8JBlSau0c2z8ENOZMi1hJ7M1ZGY408E4-hXjHyyg1A,45525
+pip/_vendor/rich/theme.py,sha256=belFJogzA0W0HysQabKaHOc3RWH2ko3fQAJhoN-AFdo,3777
+pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102
+pip/_vendor/rich/traceback.py,sha256=yCLVrCtyoFNENd9mkm2xeG3KmqkTwH9xpFOO7p2Bq0A,29604
+pip/_vendor/rich/tree.py,sha256=BMbUYNjS9uodNPfvtY_odmU09GA5QzcMbQ5cJZhllQI,9169
+pip/_vendor/six.py,sha256=TOOfQi7nFGfMrIvtdr6wX4wyHH8M7aknmuLfo2cBBrM,34549
+pip/_vendor/tenacity/__init__.py,sha256=3kvAL6KClq8GFo2KFhmOzskRKSDQI-ubrlfZ8AQEEI0,20493
+pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc,,
+pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc,,
+pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc,,
+pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc,,
+pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc,,
+pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc,,
+pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc,,
+pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc,,
+pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc,,
+pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc,,
+pip/_vendor/tenacity/_asyncio.py,sha256=Qi6wgQsGa9MQibYRy3OXqcDQswIZZ00dLOoSUGN-6o8,3551
+pip/_vendor/tenacity/_utils.py,sha256=ubs6a7sxj3JDNRKWCyCU2j5r1CB7rgyONgZzYZq6D_4,2179
+pip/_vendor/tenacity/after.py,sha256=S5NCISScPeIrKwIeXRwdJl3kV9Q4nqZfnNPDx6Hf__g,1682
+pip/_vendor/tenacity/before.py,sha256=dIZE9gmBTffisfwNkK0F1xFwGPV41u5GK70UY4Pi5Kc,1562
+pip/_vendor/tenacity/before_sleep.py,sha256=YmpgN9Y7HGlH97U24vvq_YWb5deaK4_DbiD8ZuFmy-E,2372
+pip/_vendor/tenacity/nap.py,sha256=fRWvnz1aIzbIq9Ap3gAkAZgDH6oo5zxMrU6ZOVByq0I,1383
+pip/_vendor/tenacity/retry.py,sha256=jrzD_mxA5mSTUEdiYB7SHpxltjhPSYZSnSRATb-ggRc,8746
+pip/_vendor/tenacity/stop.py,sha256=YMJs7ZgZfND65PRLqlGB_agpfGXlemx_5Hm4PKnBqpQ,3086
+pip/_vendor/tenacity/tornadoweb.py,sha256=po29_F1Mt8qZpsFjX7EVwAT0ydC_NbVia9gVi7R_wXA,2142
+pip/_vendor/tenacity/wait.py,sha256=3FcBJoCDgym12_dN6xfK8C1gROY0Hn4NSI2u8xv50uE,8024
+pip/_vendor/tomli/__init__.py,sha256=JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4,396
+pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc,,
+pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc,,
+pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc,,
+pip/_vendor/tomli/_parser.py,sha256=g9-ENaALS-B8dokYpCuzUFalWlog7T-SIYMjLZSWrtM,22633
+pip/_vendor/tomli/_re.py,sha256=dbjg5ChZT23Ka9z9DHOXfdtSpPwUfdgMXnj8NOoly-w,2943
+pip/_vendor/tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254
+pip/_vendor/truststore/__init__.py,sha256=qzTLSH8PvAkY1fr6QQ2vV-KwE_M83wdXugtpJaP_AbM,403
+pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc,,
+pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc,,
+pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc,,
+pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc,,
+pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc,,
+pip/_vendor/truststore/_api.py,sha256=xjuEu_rlH4hcdJTROImEyOEqdw-F8t5vO2H2BToY0Ro,9893
+pip/_vendor/truststore/_macos.py,sha256=BjvAKoAjXhdIPuxpY124HJIFswDb0pq8DjynzJOVwqc,17694
+pip/_vendor/truststore/_openssl.py,sha256=LLUZ7ZGaio-i5dpKKjKCSeSufmn6T8pi9lDcFnvSyq0,2324
+pip/_vendor/truststore/_ssl_constants.py,sha256=NUD4fVKdSD02ri7-db0tnO0VqLP9aHuzmStcW7tAl08,1130
+pip/_vendor/truststore/_windows.py,sha256=1x_EhROeJ9QK1sMAjfnZC7awYI8UnBJYL-TjACUYI4A,17468
+pip/_vendor/typing_extensions.py,sha256=EWpcpyQnVmc48E9fSyPGs-vXgHcAk9tQABQIxmMsCGk,111130
+pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333
+pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc,,
+pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc,,
+pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc,,
+pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc,,
+pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc,,
+pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc,,
+pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc,,
+pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc,,
+pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc,,
+pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc,,
+pip/_vendor/urllib3/_collections.py,sha256=pyASJJhW7wdOpqJj9QJA8FyGRfr8E8uUUhqUvhF0728,11372
+pip/_vendor/urllib3/_version.py,sha256=azoM7M7BUADl2kBhMVR6PPf2GhBDI90me1fcnzTwdcw,64
+pip/_vendor/urllib3/connection.py,sha256=92k9td_y4PEiTIjNufCUa1NzMB3J3w0LEdyokYgXnW8,20300
+pip/_vendor/urllib3/connectionpool.py,sha256=Be6q65SR9laoikg-h_jmc_p8OWtEmwgq_Om_Xtig-2M,40285
+pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc,,
+pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc,,
+pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc,,
+pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc,,
+pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc,,
+pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc,,
+pip/_vendor/urllib3/contrib/_appengine_environ.py,sha256=bDbyOEhW2CKLJcQqAKAyrEHN-aklsyHFKq6vF8ZFsmk,957
+pip/_vendor/urllib3/contrib/_securetransport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc,,
+pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc,,
+pip/_vendor/urllib3/contrib/_securetransport/bindings.py,sha256=4Xk64qIkPBt09A5q-RIFUuDhNc9mXilVapm7WnYnzRw,17632
+pip/_vendor/urllib3/contrib/_securetransport/low_level.py,sha256=B2JBB2_NRP02xK6DCa1Pa9IuxrPwxzDzZbixQkb7U9M,13922
+pip/_vendor/urllib3/contrib/appengine.py,sha256=VR68eAVE137lxTgjBDwCna5UiBZTOKa01Aj_-5BaCz4,11036
+pip/_vendor/urllib3/contrib/ntlmpool.py,sha256=NlfkW7WMdW8ziqudopjHoW299og1BTWi0IeIibquFwk,4528
+pip/_vendor/urllib3/contrib/pyopenssl.py,sha256=hDJh4MhyY_p-oKlFcYcQaVQRDv6GMmBGuW9yjxyeejM,17081
+pip/_vendor/urllib3/contrib/securetransport.py,sha256=yhZdmVjY6PI6EeFbp7qYOp6-vp1Rkv2NMuOGaEj7pmc,34448
+pip/_vendor/urllib3/contrib/socks.py,sha256=aRi9eWXo9ZEb95XUxef4Z21CFlnnjbEiAo9HOseoMt4,7097
+pip/_vendor/urllib3/exceptions.py,sha256=0Mnno3KHTNfXRfY7638NufOPkUb6mXOm-Lqj-4x2w8A,8217
+pip/_vendor/urllib3/fields.py,sha256=kvLDCg_JmH1lLjUUEY_FLS8UhY7hBvDPuVETbY8mdrM,8579
+pip/_vendor/urllib3/filepost.py,sha256=5b_qqgRHVlL7uLtdAYBzBh-GHmU5AfJVt_2N0XS3PeY,2440
+pip/_vendor/urllib3/packages/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc,,
+pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc,,
+pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc,,
+pip/_vendor/urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417
+pip/_vendor/urllib3/packages/backports/weakref_finalize.py,sha256=tRCal5OAhNSRyb0DhHp-38AtIlCsRP8BxF3NX-6rqIA,5343
+pip/_vendor/urllib3/packages/six.py,sha256=b9LM0wBXv7E7SrbCjAm4wwN-hrH-iNxv18LgWNMMKPo,34665
+pip/_vendor/urllib3/poolmanager.py,sha256=mJmZWy_Mb4-dHbmNCKbDqv3fZS9UF_2bVDuiECHyPaI,20943
+pip/_vendor/urllib3/request.py,sha256=YTWFNr7QIwh7E1W9dde9LM77v2VWTJ5V78XuTTw7D1A,6691
+pip/_vendor/urllib3/response.py,sha256=fmDJAFkG71uFTn-sVSTh2Iw0WmcXQYqkbRjihvwBjU8,30641
+pip/_vendor/urllib3/util/__init__.py,sha256=JEmSmmqqLyaw8P51gUImZh8Gwg9i1zSe-DoqAitn2nc,1155
+pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc,,
+pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc,,
+pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc,,
+pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc,,
+pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc,,
+pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc,,
+pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc,,
+pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc,,
+pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc,,
+pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc,,
+pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc,,
+pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc,,
+pip/_vendor/urllib3/util/connection.py,sha256=5Lx2B1PW29KxBn2T0xkN1CBgRBa3gGVJBKoQoRogEVk,4901
+pip/_vendor/urllib3/util/proxy.py,sha256=zUvPPCJrp6dOF0N4GAVbOcl6o-4uXKSrGiTkkr5vUS4,1605
+pip/_vendor/urllib3/util/queue.py,sha256=nRgX8_eX-_VkvxoX096QWoz8Ps0QHUAExILCY_7PncM,498
+pip/_vendor/urllib3/util/request.py,sha256=C0OUt2tcU6LRiQJ7YYNP9GvPrSvl7ziIBekQ-5nlBZk,3997
+pip/_vendor/urllib3/util/response.py,sha256=GJpg3Egi9qaJXRwBh5wv-MNuRWan5BIu40oReoxWP28,3510
+pip/_vendor/urllib3/util/retry.py,sha256=6ENvOZ8PBDzh8kgixpql9lIrb2dxH-k7ZmBanJF2Ng4,22050
+pip/_vendor/urllib3/util/ssl_.py,sha256=X4-AqW91aYPhPx6-xbf66yHFQKbqqfC_5Zt4WkLX1Hc,17177
+pip/_vendor/urllib3/util/ssl_match_hostname.py,sha256=Ir4cZVEjmAk8gUAIHWSi7wtOO83UCYABY2xFD1Ql_WA,5758
+pip/_vendor/urllib3/util/ssltransport.py,sha256=NA-u5rMTrDFDFC8QzRKUEKMG0561hOD4qBTr3Z4pv6E,6895
+pip/_vendor/urllib3/util/timeout.py,sha256=cwq4dMk87mJHSBktK1miYJ-85G-3T3RmT20v7SFCpno,10168
+pip/_vendor/urllib3/util/url.py,sha256=lCAE7M5myA8EDdW0sJuyyZhVB9K_j38ljWhHAnFaWoE,14296
+pip/_vendor/urllib3/util/wait.py,sha256=fOX0_faozG2P7iVojQoE1mbydweNyTcm-hXEfFrTtLI,5403
+pip/_vendor/vendor.txt,sha256=4NKk7fQhVsZw0U-0zmm9Q2LgGyaPXacFbnJAaS0Q6EY,493
+pip/_vendor/webencodings/__init__.py,sha256=qOBJIuPy_4ByYH6W_bNgJF-qYQ2DoU-dKsDu5yRWCXg,10579
+pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc,,
+pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc,,
+pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc,,
+pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc,,
+pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc,,
+pip/_vendor/webencodings/labels.py,sha256=4AO_KxTddqGtrL9ns7kAPjb0CcN6xsCIxbK37HY9r3E,8979
+pip/_vendor/webencodings/mklabels.py,sha256=GYIeywnpaLnP0GSic8LFWgd0UVvO_l1Nc6YoF-87R_4,1305
+pip/_vendor/webencodings/tests.py,sha256=OtGLyjhNY1fvkW1GvLJ_FV9ZoqC9Anyjr7q3kxTbzNs,6563
+pip/_vendor/webencodings/x_user_defined.py,sha256=yOqWSdmpytGfUgh_Z6JYgDNhoc-BAHyyeeT15Fr42tM,4307
+pip/py.typed,sha256=EBVvvPRTn_eIpz5e5QztSCdrMX7Qwd7VP93RSoIlZ2I,286
diff --git a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED
new file mode 100644
index 0000000..e69de29
diff --git a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL
new file mode 100644
index 0000000..98c0d20
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL
@@ -0,0 +1,5 @@
+Wheel-Version: 1.0
+Generator: bdist_wheel (0.42.0)
+Root-Is-Purelib: true
+Tag: py3-none-any
+
diff --git a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt
new file mode 100644
index 0000000..26fa361
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt
@@ -0,0 +1,4 @@
+[console_scripts]
+pip = pip._internal.cli.main:main
+pip3 = pip._internal.cli.main:main
+pip3.12 = pip._internal.cli.main:main
diff --git a/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt
new file mode 100644
index 0000000..a1b589e
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt
@@ -0,0 +1 @@
+pip
diff --git a/.venv/lib/python3.12/site-packages/pip/__init__.py b/.venv/lib/python3.12/site-packages/pip/__init__.py
new file mode 100644
index 0000000..be0e3ed
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/__init__.py
@@ -0,0 +1,13 @@
+from typing import List, Optional
+
+__version__ = "24.0"
+
+
+def main(args: Optional[List[str]] = None) -> int:
+    """This is an internal API only meant for use by pip's own console scripts.
+
+    For additional details, see https://github.com/pypa/pip/issues/7498.
+    """
+    from pip._internal.utils.entrypoints import _wrapper
+
+    return _wrapper(args)
diff --git a/.venv/lib/python3.12/site-packages/pip/__main__.py b/.venv/lib/python3.12/site-packages/pip/__main__.py
new file mode 100644
index 0000000..5991326
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/__main__.py
@@ -0,0 +1,24 @@
+import os
+import sys
+
+# Remove '' and current working directory from the first entry
+# of sys.path, if present to avoid using current directory
+# in pip commands check, freeze, install, list and show,
+# when invoked as python -m pip 
+if sys.path[0] in ("", os.getcwd()):
+    sys.path.pop(0)
+
+# If we are running from a wheel, add the wheel to sys.path
+# This allows the usage python pip-*.whl/pip install pip-*.whl
+if __package__ == "":
+    # __file__ is pip-*.whl/pip/__main__.py
+    # first dirname call strips of '/__main__.py', second strips off '/pip'
+    # Resulting path is the name of the wheel itself
+    # Add that to sys.path so we can import pip
+    path = os.path.dirname(os.path.dirname(__file__))
+    sys.path.insert(0, path)
+
+if __name__ == "__main__":
+    from pip._internal.cli.main import main as _main
+
+    sys.exit(_main())
diff --git a/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py b/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py
new file mode 100644
index 0000000..49a148a
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py
@@ -0,0 +1,50 @@
+"""Execute exactly this copy of pip, within a different environment.
+
+This file is named as it is, to ensure that this module can't be imported via
+an import statement.
+"""
+
+# /!\ This version compatibility check section must be Python 2 compatible. /!\
+
+import sys
+
+# Copied from setup.py
+PYTHON_REQUIRES = (3, 7)
+
+
+def version_str(version):  # type: ignore
+    return ".".join(str(v) for v in version)
+
+
+if sys.version_info[:2] < PYTHON_REQUIRES:
+    raise SystemExit(
+        "This version of pip does not support python {} (requires >={}).".format(
+            version_str(sys.version_info[:2]), version_str(PYTHON_REQUIRES)
+        )
+    )
+
+# From here on, we can use Python 3 features, but the syntax must remain
+# Python 2 compatible.
+
+import runpy  # noqa: E402
+from importlib.machinery import PathFinder  # noqa: E402
+from os.path import dirname  # noqa: E402
+
+PIP_SOURCES_ROOT = dirname(dirname(__file__))
+
+
+class PipImportRedirectingFinder:
+    @classmethod
+    def find_spec(self, fullname, path=None, target=None):  # type: ignore
+        if fullname != "pip":
+            return None
+
+        spec = PathFinder.find_spec(fullname, [PIP_SOURCES_ROOT], target)
+        assert spec, (PIP_SOURCES_ROOT, fullname)
+        return spec
+
+
+sys.meta_path.insert(0, PipImportRedirectingFinder())
+
+assert __name__ == "__main__", "Cannot run __pip-runner__.py as a non-main module"
+runpy.run_module("pip", run_name="__main__", alter_sys=True)
diff --git a/.venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..653f303707e9c8631e05f65966fcbe983dcaae2e
GIT binary patch
literal 691
zcmX|9J#Q2-5Vd#rKDZ-9d^Di|LxWC&HG~KVLXi*%2?>Rh0tMHs_SVj=Vb`{7--V5W
zl!5|@hA!bBfcPmiP_hjmD!QP9CKcl&VdNRlSa07vd-mhpTnB-D$)AV}BlN=;ht@bq
zrq>|ZK@2fmpb`&o84Lo9STG1#i$y%(m`4kM@y;5&u^zGJ%f_Htg}wGqPtptO=z*}V
zZa>scD47NCDoNqDR5F@?U-A7eQEhdJR>pz
zsPEyrootv?Yi{5v&H^${4pqiu2h=f_&Qw~#sWol?OuhY4$7~fjTcVf&RiJNvx|n
zDpMg%7kV_o?Qsa(=uZbVmcMsTzPbB)zdVvN6{bKj1g+V1{pw(#j!
Y&v&EUwYNt;&!68zP`}H5`)x+`7riXHZvX%Q

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..8e2aa64c3b9524634203ba4c452ac0d1ceac9b2f
GIT binary patch
literal 847
zcmb7C&ubGw6n?Y2X?|BKwa`{P*o!&1i?Nb`Vki~qp_p8%n9H)wOq1R2FLu}HDo6uD
z8$5JHu=doel0U_ZwhB5$D0uP~=&dJbnk*?;55B{^Z{B?KzHi^or+hvGEPk{e>kmbM
zUwjisVhE03B7hyhfRPFHK}K~%kRip?QN}RMHdqjVfH5|z$EY_1YeE~m+4FlC>6ksr
z7<$YF4+JEEh4pIyUX5v-LW3)-1xitm!5%jp?>eynt8u39C%Gx+|-?
z9T3Jf<%X%tT*u?@fhJDXsYIUX!ACgeu1;2zmSYjcb5@mF*l1~M$_KOa2iaR2_u`w?PBmJHg0Ir$BQd-6
gd|#aYDa{{Axs65MxV!TD(KqQ*KMB%|H_5F10k|EvyZ`_I

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..95e132edbc4487711a822ce8b826aa1d4ae8a20b
GIT binary patch
literal 2210
zcmaJ>O-vg{6n?Y2{>RvfArR6e8zoI~W$coqN>mY2m6C)+0td(;uBz3>JB9^&*V$bY
zOhBRtsi{<{9I8TZ9I7f2t<+^S*iS
z&G+8V;cyUe?2O-2zwrS4#y0K(&XwF*lFLyxqrb4DOu(P{n_mD2s}k%Ta@BmPoZJ)zGy9u9LywC^N~ac`D+p$pxy2vMH(-
zZWE%V<7u;GP(+q32fm;yB|M##wYMzsKAIJZx?!Q&lqv^ht+5wPOSY(U$1ZbvFwX5V
z?{|GDvW=Hx3J~yPn%V^v$RsjxSd0JIP`E{yg%82amHR>?5a$Q?N%A$si)d6wybT0V
zXW`=rz#L(0b;c}lF}@re(xAn@hf9lPQytN)-1$N{#CU
znlkkJsdPCzE*pikp-<4PWv2QH%5~isqp9Q+W;m5s@284oYh2eZCc7`BOx2=YML9bu
zk5My)Pm_`)lwC$i)2Jay$zpjw&@)CgI$bn+XHHE~!&G%mLMM_vc|9xV&EDiIeH6Vh
zTTuJ~f6c>2EV1(7%f1z|e0@EZ_}gR&U1)8?IBa1;S2dh{4Lp;DFB&0~cIeO@1||pC
zXSSi3hwV`F7gs*Jf^e%hHe-ouC{Ym-HB`Ya%f!sJI&B&N4YG-fPLV>oC7Puo1yTbW#N=gcMWhS|
z^q6S05!Z;#v&4FZGe%~4w;bn$S-}k7f&=X=$#JfG3uIP6nsS3Sk1rnQjiU%<2XYv?
zWEN@Gj;06F(#X)=;lBP6X?SR8H14qlljd`_KUd1XgZi$i3i
z{+>oVZfDN@cM_7XZhR9@npaWG!}CyVsk9M#V>{ONd*t|5L
zswPP@-F>pgXos~VzE)MNo5{#Zt&5!&9p4Pb@=>gAKibqiw*zwC!a_95W;|y5BuUY;
z=rfOdJCeRPdUI${8t%VycVM`Gq+Tp`lUqKjmecLvNZG`G*FUXVwl}961=+Ga2wp7P
zF{eXfLr50nEOujRlpPNEbTi4`)rd6$VtrVWjN`bi=fVzPx@5_DdsQ>3VHu~{*&y?~
z5zAS2n!QCmk^BB0=YOwp3IDNrH!CRictXevP9Q=p3M91Wh1l`=$V)FFU3-2Id|P~M
zosTVjuym)wx2>c$`1nq+W!pcnqOVEBsb_=X!hRlcP`0RN52Ormm-te!Nyq
z-LCOmAXwvtkarIRkGFOdNcb7N{R~e08teG_^6Hi9i9|KlRe|WAUO#Dh0Vwv40TDh8
ze-hq;mUU=Zy0hMXq1t|F6W)F9i!8mj;X7G@;mYaZDoWqUZHUf$wjjC=(WTbajvuUF
Ipr;=3KbQd~tN;K2

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/__init__.py
new file mode 100644
index 0000000..96c6b88
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/__init__.py
@@ -0,0 +1,18 @@
+from typing import List, Optional
+
+from pip._internal.utils import _log
+
+# init_logging() must be called before any call to logging.getLogger()
+# which happens at import of most modules.
+_log.init_logging()
+
+
+def main(args: (Optional[List[str]]) = None) -> int:
+    """This is preserved for old console scripts that may still be referencing
+    it.
+
+    For additional details, see https://github.com/pypa/pip/issues/7498.
+    """
+    from pip._internal.utils.entrypoints import _wrapper
+
+    return _wrapper(args)
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..7321be0793fff9e196c9759286cd1a21e373d8de
GIT binary patch
literal 793
zcmZuvJ8#rL5Z<+Y7w07rE=?$45i}=(S3IN;gwlYhP>2K#*BGBYu{ZH!wYzu7C`c*j
zXwnfHdX$F$K|>@Ygd2nq1zk{}NyV&lpeJcl}?jSAvg?{MzmNKW%K^X}kwQo5p`Aji|~f@6*N$^D13yyhx?G=_)WIRmRkYPsl}S-_dzw
zh?F8SMEZhSWZQI`>`$T}k-q!nhM!cRL5(3{8Jp0Kzob(I6tu@cf~X0phz
zBC44-BG1_nn1T&ZP{yK6XBd(&!Az^%#}ZMJh!fN-0TYQ_Utt=6WyVN-oAXqdY%~nw
zs^GGg5tl-8q4fwfU%t6=D`*QTyaU0h{qUKJqy&XKxqy*DC`tngR}zd6jSiqRs+JXc
zwVJj$j_RUlb#03W~odx=@Jr7Y8CJX~vH(n8mQq5sEdw#uuY=``rBb}9Rv%TGWuU0>L
zOGoI$iPrklP1n>CSEuZ?l!vV8{bw{~f4yd|?SiLIF{5#{QH_hkw$0uVHE&DIB0Ki)
z6jd_HVO1@nX-}<}ksZ2}(y!#=4|4g?C-m%&_n9mlkcCgA_p9sEbG!cD;$Hk_>EO(z
NLxT2u_qP>o;lHst(VYMQ

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..fa002a81e1f29878690c69e7b71ee6d148b43b66
GIT binary patch
literal 14300
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
G=zjxY0Dl9~|eQZu>%ra!GIKiQ2l;@k3`|lODV3
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

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..d851443ce8382d81a4be48e5d7b414272e0d501a
GIT binary patch
literal 17672
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
ZWHi0!*d~X%-|ig~_+I`Y$1=8F{|}@V+DiZc

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..194cda02eee66b6da31beb391dde33cb695e1a89
GIT binary patch
literal 33290
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
N*(9$6Xm*AGP7}BU6
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
K2^3*~`u_oFE`$*P

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..25a2be58b9781bd8dd9e615a9fa384014b9cdd17
GIT binary patch
literal 676
zcmX|9J#Q2-5Vd#rj^mODA*xV-K{O}9S_C8rLTNx$C`3vcjw0GyPi_snYisN~SQI1*
z3M3jjLPHJWr_eyjHV9GC1syc07#|^{o!RHFH*d!Nw6xS`WM7N>dW$pmBMkmq=Mcb)y}uQd)8}H
zXXSdEWH@$h7r{@k&MEJa#e{;-&QPG7Tty-0GtODWcKI&*c({9$4dSQowhHY8eHOt1
zPC)Wr^J}1jFnxtyh2i>;o8%u4&a8npgw6XKp##F$Z+Hqe^&J}qY_K=LF2o=bWQ;;=420Njh+45~v>orv+GA#CHfLt>
zCA*D_@?fM$!7sI|Bob+>mIx~G$U`66N^K(bWgS!DOk9PksoK6R7%44z>3?Q+W^FgA
z)EsNi%sJ=3o$vhrfBx|w!{H!;_UY7Rxw;FXzmkE|xZ2C+@8D$_iAbarl%}jFou=VQ
zD@>kEvlLll6i?op_U3(QU*4bgTXU=u$OqFw>)oSp`A|BP52wS{*sDbH(R4K5kZ#B~
zrW;|-CwWD`6w9$<;4L;C7lTq0jGJK0!MK@55-Wx#kr@6db(^+rOSgy-33%FJC`N(4
z0e+1ZpI>Srv$>!c1Mb#2DiQxDVH!6LKl4ukQij-hX<^^@mWG~9PVfx1khODWA
z0z@7|%PVq%He=`2tAZknuSl;KWh~_-)iAj&0}#=8UeygjQ3S$0jIoBzt{T_)+&I>z
zrL1wLC@YQ(-Ryc<)^%B({Dx&lo0vAeSTc%O%~HhfT4UkKz;E*cbj!$a*GkB!fr5|&
z&n$&w6f!(DUO2$FPzep8+qH??HSS9&L62@zLsbdaONathCG=VoLS<@;O6tE=
z{+L>(DD-vDWTjRJ&08TJYYsaeTnbOXZ_ojhW)vLWSlVm8k|{XuF<%S$P&
zO{B)>vQq-i*MQSgFXqLw8lIF=$*YojHKoWCsluEwrK$bNqtB*vkaD;nWUmO5lAbEa
zg;YjX4GF_B0$IUEKUtW28W@-V|P044*k0OL1J*VZ|vVXIf`o?om7Isgw|w=iRq8(W&p
zU{MF{QsMZ~6K37~3^CvI>kwB3u+5T|A;}<1P;;6OUaT1V82WF8Amv0>nf(^{(=NBC
z#Oe(tj~+3IO;#&0@51@K@6ueON-TcK2)OH%NZ(dkMYsp(_W*s@7W%++e1|$1mi(fhc#|W`dDdi}E1`w6C3cq5&p;+5zGt=R
z7U!-0oF-y+G%@JN3n7rfe=8YWT}Bzw=mLEK!Kp#C%&{f^f)_3|N(_sU_h>-NZ?B3`
zK!L&`gM^jUO3a-GM-FiN#V9ei95A|S1gI2n*7dMKvWnG8jM#W5=A0XF28PgU5#S64
zkg?aLa`y?zyMYB%zxH(fj)rpR8z`D4-P@-eot`M#eseuLt3lGPiAi@lxpn@!@eE(hUzcPFAum_tX5Srb@05BFJrdNl>?lnG$rh*WlrH
zQsk^`D094Ckg{@4mc*nhz_r=RV_?ZexU@*g!D~5tQ}$)otAE}0Trp1i`=0_VBDggz
zWL#F*t(7l<^;H0oq)tb7Eisewh@X*qF+l7B!T04f>$Y0=6E6TFRuQBq;4DH89E=B$$+ov?BDNI^
z*5)Qi$;d;=BV$b^z-}XSuYYUf;7b}W=LwKDuYEh(JL{{N3uTfqmDp~yjRh%PuL7jn
zRzKpgrWtkjOIYgXzsHN3r1Pp~@Is*=37BwA5V*&!qKuq7DR@uvsw9)c;Cmfs>IE(s
zx_)fMUN4{1imI5L_Y{rX;pd?A_Dd=pC;&4$AF?nwtXpNk{P`hS7bX-~`I>0sWgP&v
zO7)YD4Ruqe1lXQH5HA+MtzUf_wk6k)nVQc6gK-w6q(V
zrs$?;W=fKj`B;5w@YJy*$>)+s=4~S_vZN(A1L;UOnaSABp2;L=O!6TYnE7fI
z@O?5Y44JcDW|{#qv@kWP
z9Dq`=OFr9;GPWC8keS?;Xf-`nBEsE7EV-g^4|F;yj7WHFX?8UqC)=xQwRGSYfSMqq
zzXFB!0(x=;HMcI0ER8IWE{)zCTx)uE;pL5n*s^cQw;WlDtjw-8^evqK3)l8R`$lBX
zdbD+Mx{9dwQ_zJ6HyI`xtRf~5d=y0f=8bUUjpVHp_rv|L8aQIaA!Nrj;8CZJQx_kMJr8hud>$BHG4_kLFh8{J5gr8hq=b9_r-VdMIh;>(K
zs<9tb#3P_09I5(IOUL!#r-9~`)UEHYc09k0ly2<#d(Sf;oV_)0FS>g0+*;51O&?1*
zS>Oy>oYgiIY^nryJq)!!Ms)c2M!a)*aB1*C{NQT*;H`^m@#ibi=N~h$^2N55k+t}-
zO7vLOhXV0x1ch3_zzVw;`bT~ktw-YzeesHKSG5UsBr9#n^{&&8JWN|~F;tDAP+NuT
zuCU$ES3}4jTj^Z&?cazTynF6`&{#BI$qNh4>
z$=~ulXOA<#PjVwP{fFb8v!{I@(Seb@o{zZ3kxtJ?ogR2kw3!h%$dV++@CjhGqSoZH
z8r(lwQZ(q8foaog%oQLvU{Z%+@;QjTWSWBy>0}1Jw?z%xF}-igOw!Iaz?a+-M!FrX
zByP<%i`w}RPfD{{$@<@lZsiI)z)8HD>;&XPJL+RZJ5M?i@K!*5h^((cE9{>72lAR&
zRHQ*n{`*0}PyYpURfeLd&rtJcDDY>r?{jou6&?5+>iQgwe#x>F{RlxEJGHlmo^U0?uX^@A@mSQ>KK=t&ECay+

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..60f329d519eedbdbf7e22dbda0eefe2c0309a8c9
GIT binary patch
literal 10558
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 Union[Tuple[str], Tuple[str, str]]:
+    return (a, b) if a != b else (a,)
+
+
+class _Prefix:
+    def __init__(self, path: str) -> None:
+        self.path = path
+        self.setup = False
+        scheme = get_scheme("", prefix=path)
+        self.bin_dir = scheme.scripts
+        self.lib_dirs = _dedup(scheme.purelib, scheme.platlib)
+
+
+def get_runnable_pip() -> str:
+    """Get a file to pass to a Python executable, to run the currently-running pip.
+
+    This is used to run a pip subprocess, for installing requirements into the build
+    environment.
+    """
+    source = pathlib.Path(pip_location).resolve().parent
+
+    if not source.is_dir():
+        # This would happen if someone is using pip from inside a zip file. In that
+        # case, we can use that directly.
+        return str(source)
+
+    return os.fsdecode(source / "__pip-runner__.py")
+
+
+def _get_system_sitepackages() -> Set[str]:
+    """Get system site packages
+
+    Usually from site.getsitepackages,
+    but fallback on `get_purelib()/get_platlib()` if unavailable
+    (e.g. in a virtualenv created by virtualenv<20)
+
+    Returns normalized set of strings.
+    """
+    if hasattr(site, "getsitepackages"):
+        system_sites = site.getsitepackages()
+    else:
+        # virtualenv < 20 overwrites site.py without getsitepackages
+        # fallback on get_purelib/get_platlib.
+        # this is known to miss things, but shouldn't in the cases
+        # where getsitepackages() has been removed (inside a virtualenv)
+        system_sites = [get_purelib(), get_platlib()]
+    return {os.path.normcase(path) for path in system_sites}
+
+
+class BuildEnvironment:
+    """Creates and manages an isolated environment to install build deps"""
+
+    def __init__(self) -> None:
+        temp_dir = TempDirectory(kind=tempdir_kinds.BUILD_ENV, globally_managed=True)
+
+        self._prefixes = OrderedDict(
+            (name, _Prefix(os.path.join(temp_dir.path, name)))
+            for name in ("normal", "overlay")
+        )
+
+        self._bin_dirs: List[str] = []
+        self._lib_dirs: List[str] = []
+        for prefix in reversed(list(self._prefixes.values())):
+            self._bin_dirs.append(prefix.bin_dir)
+            self._lib_dirs.extend(prefix.lib_dirs)
+
+        # Customize site to:
+        # - ensure .pth files are honored
+        # - prevent access to system site packages
+        system_sites = _get_system_sitepackages()
+
+        self._site_dir = os.path.join(temp_dir.path, "site")
+        if not os.path.exists(self._site_dir):
+            os.mkdir(self._site_dir)
+        with open(
+            os.path.join(self._site_dir, "sitecustomize.py"), "w", encoding="utf-8"
+        ) as fp:
+            fp.write(
+                textwrap.dedent(
+                    """
+                import os, site, sys
+
+                # First, drop system-sites related paths.
+                original_sys_path = sys.path[:]
+                known_paths = set()
+                for path in {system_sites!r}:
+                    site.addsitedir(path, known_paths=known_paths)
+                system_paths = set(
+                    os.path.normcase(path)
+                    for path in sys.path[len(original_sys_path):]
+                )
+                original_sys_path = [
+                    path for path in original_sys_path
+                    if os.path.normcase(path) not in system_paths
+                ]
+                sys.path = original_sys_path
+
+                # Second, add lib directories.
+                # ensuring .pth file are processed.
+                for path in {lib_dirs!r}:
+                    assert not path in sys.path
+                    site.addsitedir(path)
+                """
+                ).format(system_sites=system_sites, lib_dirs=self._lib_dirs)
+            )
+
+    def __enter__(self) -> None:
+        self._save_env = {
+            name: os.environ.get(name, None)
+            for name in ("PATH", "PYTHONNOUSERSITE", "PYTHONPATH")
+        }
+
+        path = self._bin_dirs[:]
+        old_path = self._save_env["PATH"]
+        if old_path:
+            path.extend(old_path.split(os.pathsep))
+
+        pythonpath = [self._site_dir]
+
+        os.environ.update(
+            {
+                "PATH": os.pathsep.join(path),
+                "PYTHONNOUSERSITE": "1",
+                "PYTHONPATH": os.pathsep.join(pythonpath),
+            }
+        )
+
+    def __exit__(
+        self,
+        exc_type: Optional[Type[BaseException]],
+        exc_val: Optional[BaseException],
+        exc_tb: Optional[TracebackType],
+    ) -> None:
+        for varname, old_value in self._save_env.items():
+            if old_value is None:
+                os.environ.pop(varname, None)
+            else:
+                os.environ[varname] = old_value
+
+    def check_requirements(
+        self, reqs: Iterable[str]
+    ) -> Tuple[Set[Tuple[str, str]], Set[str]]:
+        """Return 2 sets:
+        - conflicting requirements: set of (installed, wanted) reqs tuples
+        - missing requirements: set of reqs
+        """
+        missing = set()
+        conflicting = set()
+        if reqs:
+            env = (
+                get_environment(self._lib_dirs)
+                if hasattr(self, "_lib_dirs")
+                else get_default_environment()
+            )
+            for req_str in reqs:
+                req = Requirement(req_str)
+                # We're explicitly evaluating with an empty extra value, since build
+                # environments are not provided any mechanism to select specific extras.
+                if req.marker is not None and not req.marker.evaluate({"extra": ""}):
+                    continue
+                dist = env.get_distribution(req.name)
+                if not dist:
+                    missing.add(req_str)
+                    continue
+                if isinstance(dist.version, Version):
+                    installed_req_str = f"{req.name}=={dist.version}"
+                else:
+                    installed_req_str = f"{req.name}==={dist.version}"
+                if not req.specifier.contains(dist.version, prereleases=True):
+                    conflicting.add((installed_req_str, req_str))
+                # FIXME: Consider direct URL?
+        return conflicting, missing
+
+    def install_requirements(
+        self,
+        finder: "PackageFinder",
+        requirements: Iterable[str],
+        prefix_as_string: str,
+        *,
+        kind: str,
+    ) -> None:
+        prefix = self._prefixes[prefix_as_string]
+        assert not prefix.setup
+        prefix.setup = True
+        if not requirements:
+            return
+        self._install_requirements(
+            get_runnable_pip(),
+            finder,
+            requirements,
+            prefix,
+            kind=kind,
+        )
+
+    @staticmethod
+    def _install_requirements(
+        pip_runnable: str,
+        finder: "PackageFinder",
+        requirements: Iterable[str],
+        prefix: _Prefix,
+        *,
+        kind: str,
+    ) -> None:
+        args: List[str] = [
+            sys.executable,
+            pip_runnable,
+            "install",
+            "--ignore-installed",
+            "--no-user",
+            "--prefix",
+            prefix.path,
+            "--no-warn-script-location",
+        ]
+        if logger.getEffectiveLevel() <= logging.DEBUG:
+            args.append("-v")
+        for format_control in ("no_binary", "only_binary"):
+            formats = getattr(finder.format_control, format_control)
+            args.extend(
+                (
+                    "--" + format_control.replace("_", "-"),
+                    ",".join(sorted(formats or {":none:"})),
+                )
+            )
+
+        index_urls = finder.index_urls
+        if index_urls:
+            args.extend(["-i", index_urls[0]])
+            for extra_index in index_urls[1:]:
+                args.extend(["--extra-index-url", extra_index])
+        else:
+            args.append("--no-index")
+        for link in finder.find_links:
+            args.extend(["--find-links", link])
+
+        for host in finder.trusted_hosts:
+            args.extend(["--trusted-host", host])
+        if finder.allow_all_prereleases:
+            args.append("--pre")
+        if finder.prefer_binary:
+            args.append("--prefer-binary")
+        args.append("--")
+        args.extend(requirements)
+        extra_environ = {"_PIP_STANDALONE_CERT": where()}
+        with open_spinner(f"Installing {kind}") as spinner:
+            call_subprocess(
+                args,
+                command_desc=f"pip subprocess to install {kind}",
+                spinner=spinner,
+                extra_environ=extra_environ,
+            )
+
+
+class NoOpBuildEnvironment(BuildEnvironment):
+    """A no-op drop-in replacement for BuildEnvironment"""
+
+    def __init__(self) -> None:
+        pass
+
+    def __enter__(self) -> None:
+        pass
+
+    def __exit__(
+        self,
+        exc_type: Optional[Type[BaseException]],
+        exc_val: Optional[BaseException],
+        exc_tb: Optional[TracebackType],
+    ) -> None:
+        pass
+
+    def cleanup(self) -> None:
+        pass
+
+    def install_requirements(
+        self,
+        finder: "PackageFinder",
+        requirements: Iterable[str],
+        prefix_as_string: str,
+        *,
+        kind: str,
+    ) -> None:
+        raise NotImplementedError()
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cache.py b/.venv/lib/python3.12/site-packages/pip/_internal/cache.py
new file mode 100644
index 0000000..f45ac23
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/cache.py
@@ -0,0 +1,290 @@
+"""Cache Management
+"""
+
+import hashlib
+import json
+import logging
+import os
+from pathlib import Path
+from typing import Any, Dict, List, Optional
+
+from pip._vendor.packaging.tags import Tag, interpreter_name, interpreter_version
+from pip._vendor.packaging.utils import canonicalize_name
+
+from pip._internal.exceptions import InvalidWheelFilename
+from pip._internal.models.direct_url import DirectUrl
+from pip._internal.models.link import Link
+from pip._internal.models.wheel import Wheel
+from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds
+from pip._internal.utils.urls import path_to_url
+
+logger = logging.getLogger(__name__)
+
+ORIGIN_JSON_NAME = "origin.json"
+
+
+def _hash_dict(d: Dict[str, str]) -> str:
+    """Return a stable sha224 of a dictionary."""
+    s = json.dumps(d, sort_keys=True, separators=(",", ":"), ensure_ascii=True)
+    return hashlib.sha224(s.encode("ascii")).hexdigest()
+
+
+class Cache:
+    """An abstract class - provides cache directories for data from links
+
+    :param cache_dir: The root of the cache.
+    """
+
+    def __init__(self, cache_dir: str) -> None:
+        super().__init__()
+        assert not cache_dir or os.path.isabs(cache_dir)
+        self.cache_dir = cache_dir or None
+
+    def _get_cache_path_parts(self, link: Link) -> List[str]:
+        """Get parts of part that must be os.path.joined with cache_dir"""
+
+        # We want to generate an url to use as our cache key, we don't want to
+        # just re-use the URL because it might have other items in the fragment
+        # and we don't care about those.
+        key_parts = {"url": link.url_without_fragment}
+        if link.hash_name is not None and link.hash is not None:
+            key_parts[link.hash_name] = link.hash
+        if link.subdirectory_fragment:
+            key_parts["subdirectory"] = link.subdirectory_fragment
+
+        # Include interpreter name, major and minor version in cache key
+        # to cope with ill-behaved sdists that build a different wheel
+        # depending on the python version their setup.py is being run on,
+        # and don't encode the difference in compatibility tags.
+        # https://github.com/pypa/pip/issues/7296
+        key_parts["interpreter_name"] = interpreter_name()
+        key_parts["interpreter_version"] = interpreter_version()
+
+        # Encode our key url with sha224, we'll use this because it has similar
+        # security properties to sha256, but with a shorter total output (and
+        # thus less secure). However the differences don't make a lot of
+        # difference for our use case here.
+        hashed = _hash_dict(key_parts)
+
+        # We want to nest the directories some to prevent having a ton of top
+        # level directories where we might run out of sub directories on some
+        # FS.
+        parts = [hashed[:2], hashed[2:4], hashed[4:6], hashed[6:]]
+
+        return parts
+
+    def _get_candidates(self, link: Link, canonical_package_name: str) -> List[Any]:
+        can_not_cache = not self.cache_dir or not canonical_package_name or not link
+        if can_not_cache:
+            return []
+
+        path = self.get_path_for_link(link)
+        if os.path.isdir(path):
+            return [(candidate, path) for candidate in os.listdir(path)]
+        return []
+
+    def get_path_for_link(self, link: Link) -> str:
+        """Return a directory to store cached items in for link."""
+        raise NotImplementedError()
+
+    def get(
+        self,
+        link: Link,
+        package_name: Optional[str],
+        supported_tags: List[Tag],
+    ) -> Link:
+        """Returns a link to a cached item if it exists, otherwise returns the
+        passed link.
+        """
+        raise NotImplementedError()
+
+
+class SimpleWheelCache(Cache):
+    """A cache of wheels for future installs."""
+
+    def __init__(self, cache_dir: str) -> None:
+        super().__init__(cache_dir)
+
+    def get_path_for_link(self, link: Link) -> str:
+        """Return a directory to store cached wheels for link
+
+        Because there are M wheels for any one sdist, we provide a directory
+        to cache them in, and then consult that directory when looking up
+        cache hits.
+
+        We only insert things into the cache if they have plausible version
+        numbers, so that we don't contaminate the cache with things that were
+        not unique. E.g. ./package might have dozens of installs done for it
+        and build a version of 0.0...and if we built and cached a wheel, we'd
+        end up using the same wheel even if the source has been edited.
+
+        :param link: The link of the sdist for which this will cache wheels.
+        """
+        parts = self._get_cache_path_parts(link)
+        assert self.cache_dir
+        # Store wheels within the root cache_dir
+        return os.path.join(self.cache_dir, "wheels", *parts)
+
+    def get(
+        self,
+        link: Link,
+        package_name: Optional[str],
+        supported_tags: List[Tag],
+    ) -> Link:
+        candidates = []
+
+        if not package_name:
+            return link
+
+        canonical_package_name = canonicalize_name(package_name)
+        for wheel_name, wheel_dir in self._get_candidates(link, canonical_package_name):
+            try:
+                wheel = Wheel(wheel_name)
+            except InvalidWheelFilename:
+                continue
+            if canonicalize_name(wheel.name) != canonical_package_name:
+                logger.debug(
+                    "Ignoring cached wheel %s for %s as it "
+                    "does not match the expected distribution name %s.",
+                    wheel_name,
+                    link,
+                    package_name,
+                )
+                continue
+            if not wheel.supported(supported_tags):
+                # Built for a different python/arch/etc
+                continue
+            candidates.append(
+                (
+                    wheel.support_index_min(supported_tags),
+                    wheel_name,
+                    wheel_dir,
+                )
+            )
+
+        if not candidates:
+            return link
+
+        _, wheel_name, wheel_dir = min(candidates)
+        return Link(path_to_url(os.path.join(wheel_dir, wheel_name)))
+
+
+class EphemWheelCache(SimpleWheelCache):
+    """A SimpleWheelCache that creates it's own temporary cache directory"""
+
+    def __init__(self) -> None:
+        self._temp_dir = TempDirectory(
+            kind=tempdir_kinds.EPHEM_WHEEL_CACHE,
+            globally_managed=True,
+        )
+
+        super().__init__(self._temp_dir.path)
+
+
+class CacheEntry:
+    def __init__(
+        self,
+        link: Link,
+        persistent: bool,
+    ):
+        self.link = link
+        self.persistent = persistent
+        self.origin: Optional[DirectUrl] = None
+        origin_direct_url_path = Path(self.link.file_path).parent / ORIGIN_JSON_NAME
+        if origin_direct_url_path.exists():
+            try:
+                self.origin = DirectUrl.from_json(
+                    origin_direct_url_path.read_text(encoding="utf-8")
+                )
+            except Exception as e:
+                logger.warning(
+                    "Ignoring invalid cache entry origin file %s for %s (%s)",
+                    origin_direct_url_path,
+                    link.filename,
+                    e,
+                )
+
+
+class WheelCache(Cache):
+    """Wraps EphemWheelCache and SimpleWheelCache into a single Cache
+
+    This Cache allows for gracefully degradation, using the ephem wheel cache
+    when a certain link is not found in the simple wheel cache first.
+    """
+
+    def __init__(self, cache_dir: str) -> None:
+        super().__init__(cache_dir)
+        self._wheel_cache = SimpleWheelCache(cache_dir)
+        self._ephem_cache = EphemWheelCache()
+
+    def get_path_for_link(self, link: Link) -> str:
+        return self._wheel_cache.get_path_for_link(link)
+
+    def get_ephem_path_for_link(self, link: Link) -> str:
+        return self._ephem_cache.get_path_for_link(link)
+
+    def get(
+        self,
+        link: Link,
+        package_name: Optional[str],
+        supported_tags: List[Tag],
+    ) -> Link:
+        cache_entry = self.get_cache_entry(link, package_name, supported_tags)
+        if cache_entry is None:
+            return link
+        return cache_entry.link
+
+    def get_cache_entry(
+        self,
+        link: Link,
+        package_name: Optional[str],
+        supported_tags: List[Tag],
+    ) -> Optional[CacheEntry]:
+        """Returns a CacheEntry with a link to a cached item if it exists or
+        None. The cache entry indicates if the item was found in the persistent
+        or ephemeral cache.
+        """
+        retval = self._wheel_cache.get(
+            link=link,
+            package_name=package_name,
+            supported_tags=supported_tags,
+        )
+        if retval is not link:
+            return CacheEntry(retval, persistent=True)
+
+        retval = self._ephem_cache.get(
+            link=link,
+            package_name=package_name,
+            supported_tags=supported_tags,
+        )
+        if retval is not link:
+            return CacheEntry(retval, persistent=False)
+
+        return None
+
+    @staticmethod
+    def record_download_origin(cache_dir: str, download_info: DirectUrl) -> None:
+        origin_path = Path(cache_dir) / ORIGIN_JSON_NAME
+        if origin_path.exists():
+            try:
+                origin = DirectUrl.from_json(origin_path.read_text(encoding="utf-8"))
+            except Exception as e:
+                logger.warning(
+                    "Could not read origin file %s in cache entry (%s). "
+                    "Will attempt to overwrite it.",
+                    origin_path,
+                    e,
+                )
+            else:
+                # TODO: use DirectUrl.equivalent when
+                # https://github.com/pypa/pip/pull/10564 is merged.
+                if origin.url != download_info.url:
+                    logger.warning(
+                        "Origin URL %s in cache entry %s does not match download URL "
+                        "%s. This is likely a pip bug or a cache corruption issue. "
+                        "Will overwrite it with the new value.",
+                        origin.url,
+                        cache_dir,
+                        download_info.url,
+                    )
+        origin_path.write_text(download_info.to_json(), encoding="utf-8")
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py
new file mode 100644
index 0000000..e589bb9
--- /dev/null
+++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..c11627cb06a0e2a66d433067cdbab6acf9343283
GIT binary patch
literal 284
zcmXv~yG{c!5IlznqDc7%cPIt7B54r~5_BjM6*QL5-rOztCEJN~)cgbAz_;)P(DDO_
zbgA&6FwM^F7BjQ&v)QyN_~`EGrOdBE{DU3HZc@l=rK^XkXY-&l4fES3SVO5=pRw#1XosH``9AXTXb76)IjKS=iRbCUqGUaXNOb?N(c~twoV#QhCmca
jS%^CH`^km%dSmc19v9D{W*WZmeZ(0188J4F<05|nZnIR@

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..c55aae4ec4051ed1471724b77db95ec891657832
GIT binary patch
literal 8471
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

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..fc42e3c1d05471885c46827ddfd5ad10a7bc8b28
GIT binary patch
literal 10461
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

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..a3c6d8885acd251960bf0fcf7b72a03324e4b728
GIT binary patch
literal 1787
zcmZ`(O>7%g5Pom}yiV~fwCM{+ufIBgLiG-
zZhjo)5LJ&6_v#
z&CLFkPIn<#zsyZL5|7aDOlU8m#q3Q2vw>`6;}UYQj$KaYFq63w?+Uu$in{1Zx`Yvj
zh-CA&@U^(f#kchYhpr)8T1R%Gqm!$$n*5U)s9czQec1`F2d4FYc+x6+0a*@Q(=%rY
zRr&Dbc&vFl)`ZDx#3R%U$}~(As}=H&Nkh&k7F8T3t@5Ht9n%Y}`01E-vX}z-L&$?5
z9otCf>_iRCV4GV{={yl^OhlW125e?HTUZx1TRwEj7D;!D&83A$;^kfY!W4-G-
zQspo+UUng3yB(^t{Dv1wlmrXZvvA7~+W_F`+baO`3En^f(?;tSUPT{^2(_ODctK;d
zKtw1=v@P2faN14{RRPDsger!jzfd7Glnul2oWL-`ZeR@81k!?*vLM3rAsrM!@JVSV
zOd5t&GJW4LeD-p7?a910S9Xa;%Qv*isx@a)caoOpi52+TxNA?8=`7K5i^N;hO3n?f
zQVr(H-ix`*FKE6KkmoBpL=lb;^*(xg!^*;9@rq2FBA%g3Lt@Y5Wc-T
zK;A+ax?vT~1AlZ;?oD(PMrygGOzG=6&|!Hlfx*tUIGq1ke9hH9xA_@l~3K;X1lj@n&m0VUBS@
z<)304rU~oTc6$Q+403uFNIV)b@U$NkD+9;jedvC4PX*gGw4-FUm7#meP+cCXD?__X
z9B3#5+ltmuwECs7pOt)F&eJ}yhG$c-71R@Kq&?FmFw$Ly;g;=%65~^b@xg*wicg{e
zqU@(YS)d^Zaekimm1H#{0M=t$G6qZUS7O{?|9!$HF9H3#DpKG_M<(@CURR)lVMk@
z)bPuQen(Nvp%hdrjyD@e93{X)h+}5~eTiZ(tl^)?uf`a>M$d!Ds_0(?(&RD557DKE
eXtaSwe-l%+;_c#=cz%uBmwNFP{0K1``S}lZ*_LMj

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..e30812f46c5ddd9688a2b627512da8e32c6c9973
GIT binary patch
literal 2304
zcma)7O>7fK6rTO{`X_c`f)fk@CpZX$VmAeeg3<~~(h4;S5ggjADp`wnaMtXfW+y+6
z9LRw~A|ZuajYHDd#VabrAoadB2wsvs7TNQw*aYB!KE|nY!>LHBiZkp@6Eh<
z^X9#`zc)2S02zObj%XkXz*9Q$hp-J^{Y=0&Km{^T8I{!;neikmv!3K+&Xc^%ds2`E
zA~{_&LUPEEWQn2scs*=H$60dv}sQgbGxZU4U
zN&6^}zQ4rsPDWJr1$rN;Ot5lwmAmm{LryRgV3HdF6AZa?5Z|o7H;^O_nQ0#H
z)Kn!G=zOGxYP=t326$)jSNR*ik+X;l&dNoGo>P}yQ7fAkf>Vk75&KHHh@fMQp%Qd*
zoGU6NT1u`&N&uEERCPteQpa>S6&kp3;rxYD85c}-pQHOVvz&pnY%<+WW?~eY83$ra
zS=}lrWJjc@M{_Kl7@~D2?cg?-bE=M4UE{7ap&*lNa@_c3O~(-J%#-~=DSp{lgu>MQ
zlx8|u(e>i?(xPsa%fu5}T8LH^qDAD24ps^43KK}f&}A*h4e6Q*9ca5eoYb%@HXL=s
z#PMw?4xTNZ860#4uOZMC)U+$8@X}Zrg{WQLP&6|qBHE2foD8*SDh6yIuVHX-vg9(*
z4Q)3ahx(N9#_M8X)G}ZJS(ggK)zYYfjA3L|U?$6$
z%wzf94+{>tLyxVLt|(>b6l~2d6iF+Dh;+R|N!JS0sk~i9-Q+CqFHe9&`Z<^Zk3!Lz
z+T%oWesXTI&eYl2+AO~n147dpzjuY-`zX=2+I4*SjKJGZOaQtD%2P;x~R=Rn3vzZspFps79n$*4`wck$N>A2Ogz^+P1wcVw*G?~q$o-c1r&(}6lkMLR9%RG)d$|WaXR`e%ZYd>@$
z^H6#6Q2DpMPo&Viq;)&~yNteP(ff8GFQ?tqdutjWG^df1?e8i{0z&VT=rl@U*SqR5
ztm#gpmcnI-2OBvq6}?0zmpn*a=Nyb&j^vn^P2Yo8ganAT_}5ZjqbGcVPLU~XDb5J_
z+vFIAdBHLa{}eQ>gZMfKuY<@sNc;&p{{kmBz=;jey8(JOz|kk+^laN&IK2{1*FSm~
i&d!K0`Z}4e*~vOzzj!OWlIYq5WWG?^q5_>H*8c?yr6X?u

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..3d93ad953d3863c02f763d89459deae0ebb12671
GIT binary patch
literal 4911
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
YiR(i*n{FmP53P@t4!rcxKpHas7s(K4{{R30

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..81e07b19ee8d3287d1bc6ab2fce7f16ed44df20e
GIT binary patch
literal 15028
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
H3qRlo5jURF

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..f6562d4201c4a0c451ff169aa53c9378b21ec0a2
GIT binary patch
literal 18858
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

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..4d679cdac456e4a97567fbf198febc618ba677b6
GIT binary patch
literal 7846
zcmb_hYit|WmA>;LhYyi@OQdXxwq(mpY$=W%zv@ThS1iXX2XVG;l(a0(8CsP2(B2tY
zAy>h=u7S$kEbO*HETdl7KOJNjoBh?aD9|MPvwy@&hPY!bYM?35{-Z-LQh1BSo^$8H
zhbg-O_S!u6&bg1dbMAK@_vkk*EnWiUKPTTz{ci^$zsCo=$X26riX-F(QHa8&$%I*R
z6C8WyCwNv169TKn2@z^OEoEF2u8e!aoslPG4(AAIPsTgpWov!gNsAOu3
zIjfc`Eozq%P~B>)!YN!*2tj93RDxH;kE~%6-Ae03kJ2{LyT%Ibs!Q#{dAN?!VXe?v
zvqC7(MZ5ll>y1YRgC9F>cwSMnDvj$oYRIRj^;9k!Pe(b!eRgd8=;^a(pcy=`>akQ-
zQL}m+`xDl7SS4Byl_6-{AS%J5fn#wg!W9vYMN~!j93DPIf@dkuN8Lv2ndwv(UOJZ5
zRho<^RKrD8eTHVo6PDcBq9|{aZl#+otvh|TJT7w|a^oLzM#p$gAInUq)eLM=RgO`b
zqret5HJ#LOR^)MFbTXGwM``Zd=xh1JWSnMRqq!+Hp=+Z@GRpBBJ+F?ATvW3cN7Jcu
zqtkhPGMC*kvi-$TEv2j5rsIhV@$;%SI-Qyx1yR7ZK}w^EbZS&HKSdjv&ch4gq0rU%
zbtA|Q;)nQvTq3K14NHN+MR~9SkHqjNQ?OV}1L4kS2@7P{1NeNV0H`0v&=w#c^0XD(
zT|hLP8Hvy~s0}bbXpnZgP0)b^vC&!~MLypC=@r)Xa8QxedlT&8W
z*!IU_e>W3Pn>`dK8-k`&+KZFTHQ0Np2N;Y5prN6fT_F{olZMJJAa{0@2~>A?KEjH<
znhmZ47cPON@;x9`aCr#+Q(6>W6%;`gRY_&q!jLZlPf}e;S#e#FCfte}o@LM{QSkr(
zWhJ0^q4p>~hwq1HFX%1gpg+RWuQ4T
zt;BWJM8!osNHvkmDq2Fqom&Ol49XFJ;|(&$&5@YhN9OoTt-5pWQ?^Dq{e-;B&+#w=
zS71fA1w-aU+f+fn^F{^NcR8aGd#p?$LK@1PP_sgHT{7j&uTGdka5WT#*L!T1t(XPa
z$sC!o*)??m+KPbGek+({5q66>W+hLe()jVmT%;gHMn*;=6eSaF0W{j@AZU5baA~@d
zo6!v^#!kieI-J3&R0gz_8Z9xfXKE~MJ$hgWYJjR39_-h1xwK|TiF^W%(-$+(lRZeY
z6bHEBjfN{Wn^N@2sAQ_u2H??+NCuIhwbM}E5iF*nfxf_d^jNIW_au%+>`oMxHUs1m
zDYuePWL|u)rQ{3F?_cfczOnDe`{s|9x@EQd>>eqaW^=o`9y
z=;ooj`Rpk0i*oNm$E|-@8hD`?dg0@pKR@vA2a2I@e!9CDI=L*r
zTI%kZ7yrq}6b*%k#)fHnoyBo*`fU@ZP0x_>C&^`SQEGY%JUhwg!uHC9EF-B4_lbBJ*Vx79&Yj=oiS)j5D~
zVf-;C)6LKumFYI9=!;06L$V!+A*9u;Atlo@+9chI42i0msz(JAi#w6!ItNZ^W?Dm|
z;6M;SiwG`+ngNh?JrBdR9{{;TN*z5n4*uleqP$@-xS{MK?cEFFZQo5_v2AePRjR{P
z_npDJ;=lPm^c6SmD28@?oGga+FUtq&!PmVkM^?K-3!8s>0if!uTLBR)`&Z;}Q4X)j
zk)j;ACvRk6taJGe{%*kz!A>^EAD73TCWx8B`3=REyk^d7g1{PNkSP|B)-PdW$gVk(
zC(Q3gUFPZ8M-*4`^cyhO5VPt#I(-3}6tQ5&Af{JDhgs-pay)2;cH`hZK;UqE!D|P9
zbg<-aF9kbRf*Xp#4J*OnVsLml7)2%=kMFAQ{i6$=E1_sH6kY0k?wxJfILI2IIf}0ISRudFE(_;V>888o;}NPH`NvG;{vyUF3;(()W-V;7-Xh0DCnxn
zP?Q>FwiR(%p!DnBYON
z3*xr7=SI)Nl2AT9L@^|Z`e+y`+J|HvlJ!Uss}!Y;nx2d6bO$onXR(kB11j2&1miLj
zJrQgn!H`%>1Gz%VG8r5$g*QCd_Ts~qcB%J4TW48<8Z{&=<+7%01uC6lh+
zvIkp!vibQ64li%Bq>#pCcXK9lnz`24Q%T=q#-
zq0AQ#!OP50HBk#$Y~!zTj%}ts(qeIuWASyzTFmjbZUf|;)xgFy0jT1PMLPgTe%x?_
zJEd^(0B8>5t{6Vi(3-~EZH0)o`F6HnXS><)7y6riu@gL;f<-m-69CxW0Tw!#aX~|{
z01)&{)!EvgOAM
zu1(s$$R@4U($c-KW5bosoj(t;o|wueb4=_}>jH$IT6+Pa$AM8;zlLDV=>2t^^AeB-
zuh`(TmgSABasUnQ^%D!q?aa;0-EZBKcQO&z`7sBD7h%mcrThQv$7&5OAQPn5s_Ch8
zIznf%*;MvCMAK2R>apkn*c%g0b0-yUE-~~|XHi@urnsK%rvQnIUBma}EhZG7@J@xYzy$KM1X(>)!mru?Ks1_c}?Vvb+M=1$su`>j%&JYk1d0NJE$`l
z=!grQH8)Df{w8rK9snHl)>rTX7A*}9&5QTs(33{M`2?JGgH-cZQ}Ena?6~J$Ky!10
zTL6P;CIXsWtuDMx$Qdgv6%0{NWmNhayo8WP_(CpRjdqjQFM
z4$=jtt;82JMq~`bNK|~yW*`ue@w~L@<6~t4)hD1?P?cpt+IL+?E!+3V%So0kWV2a3
zfZnjqg}8t*2*1iNIn-zl#RiXN`MQ@My8Y=6*+!p^+hC>H#r6V(vDB}l+*z4(k~r^j
zS)Y#C#wYk5qGN86m8b9D4#8f6Z=K^l5N>cRTMyZLJ9CcwrYWeJn?@dlwjFLuDM!GfOnbb7>2X*)HyZ2=Q5ck<{ST2nB}74xFIUJ
ztZK-Kcs8M?Aqyp`n4ylgQ2Z+ZMZaOVQd(Ts^AxSN(FO_kW630Bry&n{O1-G24L626
z;KL1ZZ2b6Xb_HOj-e{RjDUg|uC1$9WGqbQp+pB8+TrN%(7CY0KY2EM~dnci?>^}H9
z1RMmd;K(5fUu*dce{LGqvU(^Qdkug80_2b6&zH!f0Fiw^EPTJP;_fZFdzaneTNhUb
zb{7YBFAePd)!ARa{foDMJ2197wCm&9rJ+Mt-Cwj1-*qpwzcBAE^ImCSwIzIO$L)PL
z_bs(-en>b^xYQo{(cgR}K&#wNJgwIPR|D5C-jn;k>OdBb_@6I)>%IgH3Y6p^>n=bL
zR+3v*eVuje*=2bE*kuWZ{zXGGbNS`IBYoUw{h`Af$!EKz!`;GX`(z^KR+z
zfcx`4H*z-aI?^lrN3Q_LG<8;{>_hQfKmNBTdKWwOUFDsE4HR_m_;Wa@VHa(
zInCyv-E5eH8ur(ZuGIxIY2u-1+UQ$I5bhK_7op!lf^n3Y0rQ<0J9;d3*`zYedktkrGHnkf7ep~
zo?q?$_5NS%|84&(Fv3b>z5flsP?;AzL-+k{5B#myPF_9v{@>s85B_=nsMG$7hF5aH
z*5P)*miY1>^4Z32Z13qg927ne3eb**4KMr+K!+p{{56SUplp60(|2@WhD*Q`Pe_$GM{=hUc1L3 None:
+    """Entry Point for completion of main and subcommand options."""
+    # Don't complete if user hasn't sourced bash_completion file.
+    if "PIP_AUTO_COMPLETE" not in os.environ:
+        return
+    cwords = os.environ["COMP_WORDS"].split()[1:]
+    cword = int(os.environ["COMP_CWORD"])
+    try:
+        current = cwords[cword - 1]
+    except IndexError:
+        current = ""
+
+    parser = create_main_parser()
+    subcommands = list(commands_dict)
+    options = []
+
+    # subcommand
+    subcommand_name: Optional[str] = None
+    for word in cwords:
+        if word in subcommands:
+            subcommand_name = word
+            break
+    # subcommand options
+    if subcommand_name is not None:
+        # special case: 'help' subcommand has no options
+        if subcommand_name == "help":
+            sys.exit(1)
+        # special case: list locally installed dists for show and uninstall
+        should_list_installed = not current.startswith("-") and subcommand_name in [
+            "show",
+            "uninstall",
+        ]
+        if should_list_installed:
+            env = get_default_environment()
+            lc = current.lower()
+            installed = [
+                dist.canonical_name
+                for dist in env.iter_installed_distributions(local_only=True)
+                if dist.canonical_name.startswith(lc)
+                and dist.canonical_name not in cwords[1:]
+            ]
+            # if there are no dists installed, fall back to option completion
+            if installed:
+                for dist in installed:
+                    print(dist)
+                sys.exit(1)
+
+        should_list_installables = (
+            not current.startswith("-") and subcommand_name == "install"
+        )
+        if should_list_installables:
+            for path in auto_complete_paths(current, "path"):
+                print(path)
+            sys.exit(1)
+
+        subcommand = create_command(subcommand_name)
+
+        for opt in subcommand.parser.option_list_all:
+            if opt.help != optparse.SUPPRESS_HELP:
+                options += [
+                    (opt_str, opt.nargs) for opt_str in opt._long_opts + opt._short_opts
+                ]
+
+        # filter out previously specified options from available options
+        prev_opts = [x.split("=")[0] for x in cwords[1 : cword - 1]]
+        options = [(x, v) for (x, v) in options if x not in prev_opts]
+        # filter options by current input
+        options = [(k, v) for k, v in options if k.startswith(current)]
+        # get completion type given cwords and available subcommand options
+        completion_type = get_path_completion_type(
+            cwords,
+            cword,
+            subcommand.parser.option_list_all,
+        )
+        # get completion files and directories if ``completion_type`` is
+        # ````, ```` or ````
+        if completion_type:
+            paths = auto_complete_paths(current, completion_type)
+            options = [(path, 0) for path in paths]
+        for option in options:
+            opt_label = option[0]
+            # append '=' to options which require args
+            if option[1] and option[0][:2] == "--":
+                opt_label += "="
+            print(opt_label)
+    else:
+        # show main parser options only when necessary
+
+        opts = [i.option_list for i in parser.option_groups]
+        opts.append(parser.option_list)
+        flattened_opts = chain.from_iterable(opts)
+        if current.startswith("-"):
+            for opt in flattened_opts:
+                if opt.help != optparse.SUPPRESS_HELP:
+                    subcommands += opt._long_opts + opt._short_opts
+        else:
+            # get completion type given cwords and all available options
+            completion_type = get_path_completion_type(cwords, cword, flattened_opts)
+            if completion_type:
+                subcommands = list(auto_complete_paths(current, completion_type))
+
+        print(" ".join([x for x in subcommands if x.startswith(current)]))
+    sys.exit(1)
+
+
+def get_path_completion_type(
+    cwords: List[str], cword: int, opts: Iterable[Any]
+) -> Optional[str]:
+    """Get the type of path completion (``file``, ``dir``, ``path`` or None)
+
+    :param cwords: same as the environmental variable ``COMP_WORDS``
+    :param cword: same as the environmental variable ``COMP_CWORD``
+    :param opts: The available options to check
+    :return: path completion type (``file``, ``dir``, ``path`` or None)
+    """
+    if cword < 2 or not cwords[cword - 2].startswith("-"):
+        return None
+    for opt in opts:
+        if opt.help == optparse.SUPPRESS_HELP:
+            continue
+        for o in str(opt).split("/"):
+            if cwords[cword - 2].split("=")[0] == o:
+                if not opt.metavar or any(
+                    x in ("path", "file", "dir") for x in opt.metavar.split("/")
+                ):
+                    return opt.metavar
+    return None
+
+
+def auto_complete_paths(current: str, completion_type: str) -> Iterable[str]:
+    """If ``completion_type`` is ``file`` or ``path``, list all regular files
+    and directories starting with ``current``; otherwise only list directories
+    starting with ``current``.
+
+    :param current: The word to be completed
+    :param completion_type: path completion type(``file``, ``path`` or ``dir``)
+    :return: A generator of regular files and/or directories
+    """
+    directory, filename = os.path.split(current)
+    current_path = os.path.abspath(directory)
+    # Don't complete paths if they can't be accessed
+    if not os.access(current_path, os.R_OK):
+        return
+    filename = os.path.normcase(filename)
+    # list all files that start with ``filename``
+    file_list = (
+        x for x in os.listdir(current_path) if os.path.normcase(x).startswith(filename)
+    )
+    for f in file_list:
+        opt = os.path.join(current_path, f)
+        comp_file = os.path.normcase(os.path.join(directory, f))
+        # complete regular files when there is not ```` after option
+        # complete directories when there is ````, ```` or
+        # ````after option
+        if completion_type != "dir" and os.path.isfile(opt):
+            yield comp_file
+        elif os.path.isdir(opt):
+            yield os.path.join(comp_file, "")
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py
new file mode 100644
index 0000000..db9d5cc
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py
@@ -0,0 +1,236 @@
+"""Base Command class, and related routines"""
+
+import functools
+import logging
+import logging.config
+import optparse
+import os
+import sys
+import traceback
+from optparse import Values
+from typing import Any, Callable, List, Optional, Tuple
+
+from pip._vendor.rich import traceback as rich_traceback
+
+from pip._internal.cli import cmdoptions
+from pip._internal.cli.command_context import CommandContextMixIn
+from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter
+from pip._internal.cli.status_codes import (
+    ERROR,
+    PREVIOUS_BUILD_DIR_ERROR,
+    UNKNOWN_ERROR,
+    VIRTUALENV_NOT_FOUND,
+)
+from pip._internal.exceptions import (
+    BadCommand,
+    CommandError,
+    DiagnosticPipError,
+    InstallationError,
+    NetworkConnectionError,
+    PreviousBuildDirError,
+    UninstallationError,
+)
+from pip._internal.utils.filesystem import check_path_owner
+from pip._internal.utils.logging import BrokenStdoutLoggingError, setup_logging
+from pip._internal.utils.misc import get_prog, normalize_path
+from pip._internal.utils.temp_dir import TempDirectoryTypeRegistry as TempDirRegistry
+from pip._internal.utils.temp_dir import global_tempdir_manager, tempdir_registry
+from pip._internal.utils.virtualenv import running_under_virtualenv
+
+__all__ = ["Command"]
+
+logger = logging.getLogger(__name__)
+
+
+class Command(CommandContextMixIn):
+    usage: str = ""
+    ignore_require_venv: bool = False
+
+    def __init__(self, name: str, summary: str, isolated: bool = False) -> None:
+        super().__init__()
+
+        self.name = name
+        self.summary = summary
+        self.parser = ConfigOptionParser(
+            usage=self.usage,
+            prog=f"{get_prog()} {name}",
+            formatter=UpdatingDefaultsHelpFormatter(),
+            add_help_option=False,
+            name=name,
+            description=self.__doc__,
+            isolated=isolated,
+        )
+
+        self.tempdir_registry: Optional[TempDirRegistry] = None
+
+        # Commands should add options to this option group
+        optgroup_name = f"{self.name.capitalize()} Options"
+        self.cmd_opts = optparse.OptionGroup(self.parser, optgroup_name)
+
+        # Add the general options
+        gen_opts = cmdoptions.make_option_group(
+            cmdoptions.general_group,
+            self.parser,
+        )
+        self.parser.add_option_group(gen_opts)
+
+        self.add_options()
+
+    def add_options(self) -> None:
+        pass
+
+    def handle_pip_version_check(self, options: Values) -> None:
+        """
+        This is a no-op so that commands by default do not do the pip version
+        check.
+        """
+        # Make sure we do the pip version check if the index_group options
+        # are present.
+        assert not hasattr(options, "no_index")
+
+    def run(self, options: Values, args: List[str]) -> int:
+        raise NotImplementedError
+
+    def parse_args(self, args: List[str]) -> Tuple[Values, List[str]]:
+        # factored out for testability
+        return self.parser.parse_args(args)
+
+    def main(self, args: List[str]) -> int:
+        try:
+            with self.main_context():
+                return self._main(args)
+        finally:
+            logging.shutdown()
+
+    def _main(self, args: List[str]) -> int:
+        # We must initialize this before the tempdir manager, otherwise the
+        # configuration would not be accessible by the time we clean up the
+        # tempdir manager.
+        self.tempdir_registry = self.enter_context(tempdir_registry())
+        # Intentionally set as early as possible so globally-managed temporary
+        # directories are available to the rest of the code.
+        self.enter_context(global_tempdir_manager())
+
+        options, args = self.parse_args(args)
+
+        # Set verbosity so that it can be used elsewhere.
+        self.verbosity = options.verbose - options.quiet
+
+        level_number = setup_logging(
+            verbosity=self.verbosity,
+            no_color=options.no_color,
+            user_log_file=options.log,
+        )
+
+        always_enabled_features = set(options.features_enabled) & set(
+            cmdoptions.ALWAYS_ENABLED_FEATURES
+        )
+        if always_enabled_features:
+            logger.warning(
+                "The following features are always enabled: %s. ",
+                ", ".join(sorted(always_enabled_features)),
+            )
+
+        # Make sure that the --python argument isn't specified after the
+        # subcommand. We can tell, because if --python was specified,
+        # we should only reach this point if we're running in the created
+        # subprocess, which has the _PIP_RUNNING_IN_SUBPROCESS environment
+        # variable set.
+        if options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ:
+            logger.critical(
+                "The --python option must be placed before the pip subcommand name"
+            )
+            sys.exit(ERROR)
+
+        # TODO: Try to get these passing down from the command?
+        #       without resorting to os.environ to hold these.
+        #       This also affects isolated builds and it should.
+
+        if options.no_input:
+            os.environ["PIP_NO_INPUT"] = "1"
+
+        if options.exists_action:
+            os.environ["PIP_EXISTS_ACTION"] = " ".join(options.exists_action)
+
+        if options.require_venv and not self.ignore_require_venv:
+            # If a venv is required check if it can really be found
+            if not running_under_virtualenv():
+                logger.critical("Could not find an activated virtualenv (required).")
+                sys.exit(VIRTUALENV_NOT_FOUND)
+
+        if options.cache_dir:
+            options.cache_dir = normalize_path(options.cache_dir)
+            if not check_path_owner(options.cache_dir):
+                logger.warning(
+                    "The directory '%s' or its parent directory is not owned "
+                    "or is not writable by the current user. The cache "
+                    "has been disabled. Check the permissions and owner of "
+                    "that directory. If executing pip with sudo, you should "
+                    "use sudo's -H flag.",
+                    options.cache_dir,
+                )
+                options.cache_dir = None
+
+        def intercepts_unhandled_exc(
+            run_func: Callable[..., int]
+        ) -> Callable[..., int]:
+            @functools.wraps(run_func)
+            def exc_logging_wrapper(*args: Any) -> int:
+                try:
+                    status = run_func(*args)
+                    assert isinstance(status, int)
+                    return status
+                except DiagnosticPipError as exc:
+                    logger.error("%s", exc, extra={"rich": True})
+                    logger.debug("Exception information:", exc_info=True)
+
+                    return ERROR
+                except PreviousBuildDirError as exc:
+                    logger.critical(str(exc))
+                    logger.debug("Exception information:", exc_info=True)
+
+                    return PREVIOUS_BUILD_DIR_ERROR
+                except (
+                    InstallationError,
+                    UninstallationError,
+                    BadCommand,
+                    NetworkConnectionError,
+                ) as exc:
+                    logger.critical(str(exc))
+                    logger.debug("Exception information:", exc_info=True)
+
+                    return ERROR
+                except CommandError as exc:
+                    logger.critical("%s", exc)
+                    logger.debug("Exception information:", exc_info=True)
+
+                    return ERROR
+                except BrokenStdoutLoggingError:
+                    # Bypass our logger and write any remaining messages to
+                    # stderr because stdout no longer works.
+                    print("ERROR: Pipe to stdout was broken", file=sys.stderr)
+                    if level_number <= logging.DEBUG:
+                        traceback.print_exc(file=sys.stderr)
+
+                    return ERROR
+                except KeyboardInterrupt:
+                    logger.critical("Operation cancelled by user")
+                    logger.debug("Exception information:", exc_info=True)
+
+                    return ERROR
+                except BaseException:
+                    logger.critical("Exception:", exc_info=True)
+
+                    return UNKNOWN_ERROR
+
+            return exc_logging_wrapper
+
+        try:
+            if not options.debug_mode:
+                run = intercepts_unhandled_exc(self.run)
+            else:
+                run = self.run
+                rich_traceback.install(show_locals=True)
+            return run(options, args)
+        finally:
+            self.handle_pip_version_check(options)
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py
new file mode 100644
index 0000000..d643256
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py
@@ -0,0 +1,1074 @@
+"""
+shared options and groups
+
+The principle here is to define options once, but *not* instantiate them
+globally. One reason being that options with action='append' can carry state
+between parses. pip parses general options twice internally, and shouldn't
+pass on state. To be consistent, all options will follow this design.
+"""
+
+# The following comment should be removed at some point in the future.
+# mypy: strict-optional=False
+
+import importlib.util
+import logging
+import os
+import textwrap
+from functools import partial
+from optparse import SUPPRESS_HELP, Option, OptionGroup, OptionParser, Values
+from textwrap import dedent
+from typing import Any, Callable, Dict, Optional, Tuple
+
+from pip._vendor.packaging.utils import canonicalize_name
+
+from pip._internal.cli.parser import ConfigOptionParser
+from pip._internal.exceptions import CommandError
+from pip._internal.locations import USER_CACHE_DIR, get_src_prefix
+from pip._internal.models.format_control import FormatControl
+from pip._internal.models.index import PyPI
+from pip._internal.models.target_python import TargetPython
+from pip._internal.utils.hashes import STRONG_HASHES
+from pip._internal.utils.misc import strtobool
+
+logger = logging.getLogger(__name__)
+
+
+def raise_option_error(parser: OptionParser, option: Option, msg: str) -> None:
+    """
+    Raise an option parsing error using parser.error().
+
+    Args:
+      parser: an OptionParser instance.
+      option: an Option instance.
+      msg: the error text.
+    """
+    msg = f"{option} error: {msg}"
+    msg = textwrap.fill(" ".join(msg.split()))
+    parser.error(msg)
+
+
+def make_option_group(group: Dict[str, Any], parser: ConfigOptionParser) -> OptionGroup:
+    """
+    Return an OptionGroup object
+    group  -- assumed to be dict with 'name' and 'options' keys
+    parser -- an optparse Parser
+    """
+    option_group = OptionGroup(parser, group["name"])
+    for option in group["options"]:
+        option_group.add_option(option())
+    return option_group
+
+
+def check_dist_restriction(options: Values, check_target: bool = False) -> None:
+    """Function for determining if custom platform options are allowed.
+
+    :param options: The OptionParser options.
+    :param check_target: Whether or not to check if --target is being used.
+    """
+    dist_restriction_set = any(
+        [
+            options.python_version,
+            options.platforms,
+            options.abis,
+            options.implementation,
+        ]
+    )
+
+    binary_only = FormatControl(set(), {":all:"})
+    sdist_dependencies_allowed = (
+        options.format_control != binary_only and not options.ignore_dependencies
+    )
+
+    # Installations or downloads using dist restrictions must not combine
+    # source distributions and dist-specific wheels, as they are not
+    # guaranteed to be locally compatible.
+    if dist_restriction_set and sdist_dependencies_allowed:
+        raise CommandError(
+            "When restricting platform and interpreter constraints using "
+            "--python-version, --platform, --abi, or --implementation, "
+            "either --no-deps must be set, or --only-binary=:all: must be "
+            "set and --no-binary must not be set (or must be set to "
+            ":none:)."
+        )
+
+    if check_target:
+        if not options.dry_run and dist_restriction_set and not options.target_dir:
+            raise CommandError(
+                "Can not use any platform or abi specific options unless "
+                "installing via '--target' or using '--dry-run'"
+            )
+
+
+def _path_option_check(option: Option, opt: str, value: str) -> str:
+    return os.path.expanduser(value)
+
+
+def _package_name_option_check(option: Option, opt: str, value: str) -> str:
+    return canonicalize_name(value)
+
+
+class PipOption(Option):
+    TYPES = Option.TYPES + ("path", "package_name")
+    TYPE_CHECKER = Option.TYPE_CHECKER.copy()
+    TYPE_CHECKER["package_name"] = _package_name_option_check
+    TYPE_CHECKER["path"] = _path_option_check
+
+
+###########
+# options #
+###########
+
+help_: Callable[..., Option] = partial(
+    Option,
+    "-h",
+    "--help",
+    dest="help",
+    action="help",
+    help="Show help.",
+)
+
+debug_mode: Callable[..., Option] = partial(
+    Option,
+    "--debug",
+    dest="debug_mode",
+    action="store_true",
+    default=False,
+    help=(
+        "Let unhandled exceptions propagate outside the main subroutine, "
+        "instead of logging them to stderr."
+    ),
+)
+
+isolated_mode: Callable[..., Option] = partial(
+    Option,
+    "--isolated",
+    dest="isolated_mode",
+    action="store_true",
+    default=False,
+    help=(
+        "Run pip in an isolated mode, ignoring environment variables and user "
+        "configuration."
+    ),
+)
+
+require_virtualenv: Callable[..., Option] = partial(
+    Option,
+    "--require-virtualenv",
+    "--require-venv",
+    dest="require_venv",
+    action="store_true",
+    default=False,
+    help=(
+        "Allow pip to only run in a virtual environment; "
+        "exit with an error otherwise."
+    ),
+)
+
+override_externally_managed: Callable[..., Option] = partial(
+    Option,
+    "--break-system-packages",
+    dest="override_externally_managed",
+    action="store_true",
+    help="Allow pip to modify an EXTERNALLY-MANAGED Python installation",
+)
+
+python: Callable[..., Option] = partial(
+    Option,
+    "--python",
+    dest="python",
+    help="Run pip with the specified Python interpreter.",
+)
+
+verbose: Callable[..., Option] = partial(
+    Option,
+    "-v",
+    "--verbose",
+    dest="verbose",
+    action="count",
+    default=0,
+    help="Give more output. Option is additive, and can be used up to 3 times.",
+)
+
+no_color: Callable[..., Option] = partial(
+    Option,
+    "--no-color",
+    dest="no_color",
+    action="store_true",
+    default=False,
+    help="Suppress colored output.",
+)
+
+version: Callable[..., Option] = partial(
+    Option,
+    "-V",
+    "--version",
+    dest="version",
+    action="store_true",
+    help="Show version and exit.",
+)
+
+quiet: Callable[..., Option] = partial(
+    Option,
+    "-q",
+    "--quiet",
+    dest="quiet",
+    action="count",
+    default=0,
+    help=(
+        "Give less output. Option is additive, and can be used up to 3"
+        " times (corresponding to WARNING, ERROR, and CRITICAL logging"
+        " levels)."
+    ),
+)
+
+progress_bar: Callable[..., Option] = partial(
+    Option,
+    "--progress-bar",
+    dest="progress_bar",
+    type="choice",
+    choices=["on", "off"],
+    default="on",
+    help="Specify whether the progress bar should be used [on, off] (default: on)",
+)
+
+log: Callable[..., Option] = partial(
+    PipOption,
+    "--log",
+    "--log-file",
+    "--local-log",
+    dest="log",
+    metavar="path",
+    type="path",
+    help="Path to a verbose appending log.",
+)
+
+no_input: Callable[..., Option] = partial(
+    Option,
+    # Don't ask for input
+    "--no-input",
+    dest="no_input",
+    action="store_true",
+    default=False,
+    help="Disable prompting for input.",
+)
+
+keyring_provider: Callable[..., Option] = partial(
+    Option,
+    "--keyring-provider",
+    dest="keyring_provider",
+    choices=["auto", "disabled", "import", "subprocess"],
+    default="auto",
+    help=(
+        "Enable the credential lookup via the keyring library if user input is allowed."
+        " Specify which mechanism to use [disabled, import, subprocess]."
+        " (default: disabled)"
+    ),
+)
+
+proxy: Callable[..., Option] = partial(
+    Option,
+    "--proxy",
+    dest="proxy",
+    type="str",
+    default="",
+    help="Specify a proxy in the form scheme://[user:passwd@]proxy.server:port.",
+)
+
+retries: Callable[..., Option] = partial(
+    Option,
+    "--retries",
+    dest="retries",
+    type="int",
+    default=5,
+    help="Maximum number of retries each connection should attempt "
+    "(default %default times).",
+)
+
+timeout: Callable[..., Option] = partial(
+    Option,
+    "--timeout",
+    "--default-timeout",
+    metavar="sec",
+    dest="timeout",
+    type="float",
+    default=15,
+    help="Set the socket timeout (default %default seconds).",
+)
+
+
+def exists_action() -> Option:
+    return Option(
+        # Option when path already exist
+        "--exists-action",
+        dest="exists_action",
+        type="choice",
+        choices=["s", "i", "w", "b", "a"],
+        default=[],
+        action="append",
+        metavar="action",
+        help="Default action when a path already exists: "
+        "(s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.",
+    )
+
+
+cert: Callable[..., Option] = partial(
+    PipOption,
+    "--cert",
+    dest="cert",
+    type="path",
+    metavar="path",
+    help=(
+        "Path to PEM-encoded CA certificate bundle. "
+        "If provided, overrides the default. "
+        "See 'SSL Certificate Verification' in pip documentation "
+        "for more information."
+    ),
+)
+
+client_cert: Callable[..., Option] = partial(
+    PipOption,
+    "--client-cert",
+    dest="client_cert",
+    type="path",
+    default=None,
+    metavar="path",
+    help="Path to SSL client certificate, a single file containing the "
+    "private key and the certificate in PEM format.",
+)
+
+index_url: Callable[..., Option] = partial(
+    Option,
+    "-i",
+    "--index-url",
+    "--pypi-url",
+    dest="index_url",
+    metavar="URL",
+    default=PyPI.simple_url,
+    help="Base URL of the Python Package Index (default %default). "
+    "This should point to a repository compliant with PEP 503 "
+    "(the simple repository API) or a local directory laid out "
+    "in the same format.",
+)
+
+
+def extra_index_url() -> Option:
+    return Option(
+        "--extra-index-url",
+        dest="extra_index_urls",
+        metavar="URL",
+        action="append",
+        default=[],
+        help="Extra URLs of package indexes to use in addition to "
+        "--index-url. Should follow the same rules as "
+        "--index-url.",
+    )
+
+
+no_index: Callable[..., Option] = partial(
+    Option,
+    "--no-index",
+    dest="no_index",
+    action="store_true",
+    default=False,
+    help="Ignore package index (only looking at --find-links URLs instead).",
+)
+
+
+def find_links() -> Option:
+    return Option(
+        "-f",
+        "--find-links",
+        dest="find_links",
+        action="append",
+        default=[],
+        metavar="url",
+        help="If a URL or path to an html file, then parse for links to "
+        "archives such as sdist (.tar.gz) or wheel (.whl) files. "
+        "If a local path or file:// URL that's a directory, "
+        "then look for archives in the directory listing. "
+        "Links to VCS project URLs are not supported.",
+    )
+
+
+def trusted_host() -> Option:
+    return Option(
+        "--trusted-host",
+        dest="trusted_hosts",
+        action="append",
+        metavar="HOSTNAME",
+        default=[],
+        help="Mark this host or host:port pair as trusted, even though it "
+        "does not have valid or any HTTPS.",
+    )
+
+
+def constraints() -> Option:
+    return Option(
+        "-c",
+        "--constraint",
+        dest="constraints",
+        action="append",
+        default=[],
+        metavar="file",
+        help="Constrain versions using the given constraints file. "
+        "This option can be used multiple times.",
+    )
+
+
+def requirements() -> Option:
+    return Option(
+        "-r",
+        "--requirement",
+        dest="requirements",
+        action="append",
+        default=[],
+        metavar="file",
+        help="Install from the given requirements file. "
+        "This option can be used multiple times.",
+    )
+
+
+def editable() -> Option:
+    return Option(
+        "-e",
+        "--editable",
+        dest="editables",
+        action="append",
+        default=[],
+        metavar="path/url",
+        help=(
+            "Install a project in editable mode (i.e. setuptools "
+            '"develop mode") from a local project path or a VCS url.'
+        ),
+    )
+
+
+def _handle_src(option: Option, opt_str: str, value: str, parser: OptionParser) -> None:
+    value = os.path.abspath(value)
+    setattr(parser.values, option.dest, value)
+
+
+src: Callable[..., Option] = partial(
+    PipOption,
+    "--src",
+    "--source",
+    "--source-dir",
+    "--source-directory",
+    dest="src_dir",
+    type="path",
+    metavar="dir",
+    default=get_src_prefix(),
+    action="callback",
+    callback=_handle_src,
+    help="Directory to check out editable projects into. "
+    'The default in a virtualenv is "/src". '
+    'The default for global installs is "/src".',
+)
+
+
+def _get_format_control(values: Values, option: Option) -> Any:
+    """Get a format_control object."""
+    return getattr(values, option.dest)
+
+
+def _handle_no_binary(
+    option: Option, opt_str: str, value: str, parser: OptionParser
+) -> None:
+    existing = _get_format_control(parser.values, option)
+    FormatControl.handle_mutual_excludes(
+        value,
+        existing.no_binary,
+        existing.only_binary,
+    )
+
+
+def _handle_only_binary(
+    option: Option, opt_str: str, value: str, parser: OptionParser
+) -> None:
+    existing = _get_format_control(parser.values, option)
+    FormatControl.handle_mutual_excludes(
+        value,
+        existing.only_binary,
+        existing.no_binary,
+    )
+
+
+def no_binary() -> Option:
+    format_control = FormatControl(set(), set())
+    return Option(
+        "--no-binary",
+        dest="format_control",
+        action="callback",
+        callback=_handle_no_binary,
+        type="str",
+        default=format_control,
+        help="Do not use binary packages. Can be supplied multiple times, and "
+        'each time adds to the existing value. Accepts either ":all:" to '
+        'disable all binary packages, ":none:" to empty the set (notice '
+        "the colons), or one or more package names with commas between "
+        "them (no colons). Note that some packages are tricky to compile "
+        "and may fail to install when this option is used on them.",
+    )
+
+
+def only_binary() -> Option:
+    format_control = FormatControl(set(), set())
+    return Option(
+        "--only-binary",
+        dest="format_control",
+        action="callback",
+        callback=_handle_only_binary,
+        type="str",
+        default=format_control,
+        help="Do not use source packages. Can be supplied multiple times, and "
+        'each time adds to the existing value. Accepts either ":all:" to '
+        'disable all source packages, ":none:" to empty the set, or one '
+        "or more package names with commas between them. Packages "
+        "without binary distributions will fail to install when this "
+        "option is used on them.",
+    )
+
+
+platforms: Callable[..., Option] = partial(
+    Option,
+    "--platform",
+    dest="platforms",
+    metavar="platform",
+    action="append",
+    default=None,
+    help=(
+        "Only use wheels compatible with . Defaults to the "
+        "platform of the running system. Use this option multiple times to "
+        "specify multiple platforms supported by the target interpreter."
+    ),
+)
+
+
+# This was made a separate function for unit-testing purposes.
+def _convert_python_version(value: str) -> Tuple[Tuple[int, ...], Optional[str]]:
+    """
+    Convert a version string like "3", "37", or "3.7.3" into a tuple of ints.
+
+    :return: A 2-tuple (version_info, error_msg), where `error_msg` is
+        non-None if and only if there was a parsing error.
+    """
+    if not value:
+        # The empty string is the same as not providing a value.
+        return (None, None)
+
+    parts = value.split(".")
+    if len(parts) > 3:
+        return ((), "at most three version parts are allowed")
+
+    if len(parts) == 1:
+        # Then we are in the case of "3" or "37".
+        value = parts[0]
+        if len(value) > 1:
+            parts = [value[0], value[1:]]
+
+    try:
+        version_info = tuple(int(part) for part in parts)
+    except ValueError:
+        return ((), "each version part must be an integer")
+
+    return (version_info, None)
+
+
+def _handle_python_version(
+    option: Option, opt_str: str, value: str, parser: OptionParser
+) -> None:
+    """
+    Handle a provided --python-version value.
+    """
+    version_info, error_msg = _convert_python_version(value)
+    if error_msg is not None:
+        msg = f"invalid --python-version value: {value!r}: {error_msg}"
+        raise_option_error(parser, option=option, msg=msg)
+
+    parser.values.python_version = version_info
+
+
+python_version: Callable[..., Option] = partial(
+    Option,
+    "--python-version",
+    dest="python_version",
+    metavar="python_version",
+    action="callback",
+    callback=_handle_python_version,
+    type="str",
+    default=None,
+    help=dedent(
+        """\
+    The Python interpreter version to use for wheel and "Requires-Python"
+    compatibility checks. Defaults to a version derived from the running
+    interpreter. The version can be specified using up to three dot-separated
+    integers (e.g. "3" for 3.0.0, "3.7" for 3.7.0, or "3.7.3"). A major-minor
+    version can also be given as a string without dots (e.g. "37" for 3.7.0).
+    """
+    ),
+)
+
+
+implementation: Callable[..., Option] = partial(
+    Option,
+    "--implementation",
+    dest="implementation",
+    metavar="implementation",
+    default=None,
+    help=(
+        "Only use wheels compatible with Python "
+        "implementation , e.g. 'pp', 'jy', 'cp', "
+        " or 'ip'. If not specified, then the current "
+        "interpreter implementation is used.  Use 'py' to force "
+        "implementation-agnostic wheels."
+    ),
+)
+
+
+abis: Callable[..., Option] = partial(
+    Option,
+    "--abi",
+    dest="abis",
+    metavar="abi",
+    action="append",
+    default=None,
+    help=(
+        "Only use wheels compatible with Python abi , e.g. 'pypy_41'. "
+        "If not specified, then the current interpreter abi tag is used. "
+        "Use this option multiple times to specify multiple abis supported "
+        "by the target interpreter. Generally you will need to specify "
+        "--implementation, --platform, and --python-version when using this "
+        "option."
+    ),
+)
+
+
+def add_target_python_options(cmd_opts: OptionGroup) -> None:
+    cmd_opts.add_option(platforms())
+    cmd_opts.add_option(python_version())
+    cmd_opts.add_option(implementation())
+    cmd_opts.add_option(abis())
+
+
+def make_target_python(options: Values) -> TargetPython:
+    target_python = TargetPython(
+        platforms=options.platforms,
+        py_version_info=options.python_version,
+        abis=options.abis,
+        implementation=options.implementation,
+    )
+
+    return target_python
+
+
+def prefer_binary() -> Option:
+    return Option(
+        "--prefer-binary",
+        dest="prefer_binary",
+        action="store_true",
+        default=False,
+        help=(
+            "Prefer binary packages over source packages, even if the "
+            "source packages are newer."
+        ),
+    )
+
+
+cache_dir: Callable[..., Option] = partial(
+    PipOption,
+    "--cache-dir",
+    dest="cache_dir",
+    default=USER_CACHE_DIR,
+    metavar="dir",
+    type="path",
+    help="Store the cache data in .",
+)
+
+
+def _handle_no_cache_dir(
+    option: Option, opt: str, value: str, parser: OptionParser
+) -> None:
+    """
+    Process a value provided for the --no-cache-dir option.
+
+    This is an optparse.Option callback for the --no-cache-dir option.
+    """
+    # The value argument will be None if --no-cache-dir is passed via the
+    # command-line, since the option doesn't accept arguments.  However,
+    # the value can be non-None if the option is triggered e.g. by an
+    # environment variable, like PIP_NO_CACHE_DIR=true.
+    if value is not None:
+        # Then parse the string value to get argument error-checking.
+        try:
+            strtobool(value)
+        except ValueError as exc:
+            raise_option_error(parser, option=option, msg=str(exc))
+
+    # Originally, setting PIP_NO_CACHE_DIR to a value that strtobool()
+    # converted to 0 (like "false" or "no") caused cache_dir to be disabled
+    # rather than enabled (logic would say the latter).  Thus, we disable
+    # the cache directory not just on values that parse to True, but (for
+    # backwards compatibility reasons) also on values that parse to False.
+    # In other words, always set it to False if the option is provided in
+    # some (valid) form.
+    parser.values.cache_dir = False
+
+
+no_cache: Callable[..., Option] = partial(
+    Option,
+    "--no-cache-dir",
+    dest="cache_dir",
+    action="callback",
+    callback=_handle_no_cache_dir,
+    help="Disable the cache.",
+)
+
+no_deps: Callable[..., Option] = partial(
+    Option,
+    "--no-deps",
+    "--no-dependencies",
+    dest="ignore_dependencies",
+    action="store_true",
+    default=False,
+    help="Don't install package dependencies.",
+)
+
+ignore_requires_python: Callable[..., Option] = partial(
+    Option,
+    "--ignore-requires-python",
+    dest="ignore_requires_python",
+    action="store_true",
+    help="Ignore the Requires-Python information.",
+)
+
+no_build_isolation: Callable[..., Option] = partial(
+    Option,
+    "--no-build-isolation",
+    dest="build_isolation",
+    action="store_false",
+    default=True,
+    help="Disable isolation when building a modern source distribution. "
+    "Build dependencies specified by PEP 518 must be already installed "
+    "if this option is used.",
+)
+
+check_build_deps: Callable[..., Option] = partial(
+    Option,
+    "--check-build-dependencies",
+    dest="check_build_deps",
+    action="store_true",
+    default=False,
+    help="Check the build dependencies when PEP517 is used.",
+)
+
+
+def _handle_no_use_pep517(
+    option: Option, opt: str, value: str, parser: OptionParser
+) -> None:
+    """
+    Process a value provided for the --no-use-pep517 option.
+
+    This is an optparse.Option callback for the no_use_pep517 option.
+    """
+    # Since --no-use-pep517 doesn't accept arguments, the value argument
+    # will be None if --no-use-pep517 is passed via the command-line.
+    # However, the value can be non-None if the option is triggered e.g.
+    # by an environment variable, for example "PIP_NO_USE_PEP517=true".
+    if value is not None:
+        msg = """A value was passed for --no-use-pep517,
+        probably using either the PIP_NO_USE_PEP517 environment variable
+        or the "no-use-pep517" config file option. Use an appropriate value
+        of the PIP_USE_PEP517 environment variable or the "use-pep517"
+        config file option instead.
+        """
+        raise_option_error(parser, option=option, msg=msg)
+
+    # If user doesn't wish to use pep517, we check if setuptools and wheel are installed
+    # and raise error if it is not.
+    packages = ("setuptools", "wheel")
+    if not all(importlib.util.find_spec(package) for package in packages):
+        msg = (
+            f"It is not possible to use --no-use-pep517 "
+            f"without {' and '.join(packages)} installed."
+        )
+        raise_option_error(parser, option=option, msg=msg)
+
+    # Otherwise, --no-use-pep517 was passed via the command-line.
+    parser.values.use_pep517 = False
+
+
+use_pep517: Any = partial(
+    Option,
+    "--use-pep517",
+    dest="use_pep517",
+    action="store_true",
+    default=None,
+    help="Use PEP 517 for building source distributions "
+    "(use --no-use-pep517 to force legacy behaviour).",
+)
+
+no_use_pep517: Any = partial(
+    Option,
+    "--no-use-pep517",
+    dest="use_pep517",
+    action="callback",
+    callback=_handle_no_use_pep517,
+    default=None,
+    help=SUPPRESS_HELP,
+)
+
+
+def _handle_config_settings(
+    option: Option, opt_str: str, value: str, parser: OptionParser
+) -> None:
+    key, sep, val = value.partition("=")
+    if sep != "=":
+        parser.error(f"Arguments to {opt_str} must be of the form KEY=VAL")
+    dest = getattr(parser.values, option.dest)
+    if dest is None:
+        dest = {}
+        setattr(parser.values, option.dest, dest)
+    if key in dest:
+        if isinstance(dest[key], list):
+            dest[key].append(val)
+        else:
+            dest[key] = [dest[key], val]
+    else:
+        dest[key] = val
+
+
+config_settings: Callable[..., Option] = partial(
+    Option,
+    "-C",
+    "--config-settings",
+    dest="config_settings",
+    type=str,
+    action="callback",
+    callback=_handle_config_settings,
+    metavar="settings",
+    help="Configuration settings to be passed to the PEP 517 build backend. "
+    "Settings take the form KEY=VALUE. Use multiple --config-settings options "
+    "to pass multiple keys to the backend.",
+)
+
+build_options: Callable[..., Option] = partial(
+    Option,
+    "--build-option",
+    dest="build_options",
+    metavar="options",
+    action="append",
+    help="Extra arguments to be supplied to 'setup.py bdist_wheel'.",
+)
+
+global_options: Callable[..., Option] = partial(
+    Option,
+    "--global-option",
+    dest="global_options",
+    action="append",
+    metavar="options",
+    help="Extra global options to be supplied to the setup.py "
+    "call before the install or bdist_wheel command.",
+)
+
+no_clean: Callable[..., Option] = partial(
+    Option,
+    "--no-clean",
+    action="store_true",
+    default=False,
+    help="Don't clean up build directories.",
+)
+
+pre: Callable[..., Option] = partial(
+    Option,
+    "--pre",
+    action="store_true",
+    default=False,
+    help="Include pre-release and development versions. By default, "
+    "pip only finds stable versions.",
+)
+
+disable_pip_version_check: Callable[..., Option] = partial(
+    Option,
+    "--disable-pip-version-check",
+    dest="disable_pip_version_check",
+    action="store_true",
+    default=True,
+    help="Don't periodically check PyPI to determine whether a new version "
+    "of pip is available for download. Implied with --no-index.",
+)
+
+root_user_action: Callable[..., Option] = partial(
+    Option,
+    "--root-user-action",
+    dest="root_user_action",
+    default="warn",
+    choices=["warn", "ignore"],
+    help="Action if pip is run as a root user. By default, a warning message is shown.",
+)
+
+
+def _handle_merge_hash(
+    option: Option, opt_str: str, value: str, parser: OptionParser
+) -> None:
+    """Given a value spelled "algo:digest", append the digest to a list
+    pointed to in a dict by the algo name."""
+    if not parser.values.hashes:
+        parser.values.hashes = {}
+    try:
+        algo, digest = value.split(":", 1)
+    except ValueError:
+        parser.error(
+            f"Arguments to {opt_str} must be a hash name "
+            "followed by a value, like --hash=sha256:"
+            "abcde..."
+        )
+    if algo not in STRONG_HASHES:
+        parser.error(
+            "Allowed hash algorithms for {} are {}.".format(
+                opt_str, ", ".join(STRONG_HASHES)
+            )
+        )
+    parser.values.hashes.setdefault(algo, []).append(digest)
+
+
+hash: Callable[..., Option] = partial(
+    Option,
+    "--hash",
+    # Hash values eventually end up in InstallRequirement.hashes due to
+    # __dict__ copying in process_line().
+    dest="hashes",
+    action="callback",
+    callback=_handle_merge_hash,
+    type="string",
+    help="Verify that the package's archive matches this "
+    "hash before installing. Example: --hash=sha256:abcdef...",
+)
+
+
+require_hashes: Callable[..., Option] = partial(
+    Option,
+    "--require-hashes",
+    dest="require_hashes",
+    action="store_true",
+    default=False,
+    help="Require a hash to check each requirement against, for "
+    "repeatable installs. This option is implied when any package in a "
+    "requirements file has a --hash option.",
+)
+
+
+list_path: Callable[..., Option] = partial(
+    PipOption,
+    "--path",
+    dest="path",
+    type="path",
+    action="append",
+    help="Restrict to the specified installation path for listing "
+    "packages (can be used multiple times).",
+)
+
+
+def check_list_path_option(options: Values) -> None:
+    if options.path and (options.user or options.local):
+        raise CommandError("Cannot combine '--path' with '--user' or '--local'")
+
+
+list_exclude: Callable[..., Option] = partial(
+    PipOption,
+    "--exclude",
+    dest="excludes",
+    action="append",
+    metavar="package",
+    type="package_name",
+    help="Exclude specified package from the output",
+)
+
+
+no_python_version_warning: Callable[..., Option] = partial(
+    Option,
+    "--no-python-version-warning",
+    dest="no_python_version_warning",
+    action="store_true",
+    default=False,
+    help="Silence deprecation warnings for upcoming unsupported Pythons.",
+)
+
+
+# Features that are now always on. A warning is printed if they are used.
+ALWAYS_ENABLED_FEATURES = [
+    "no-binary-enable-wheel-cache",  # always on since 23.1
+]
+
+use_new_feature: Callable[..., Option] = partial(
+    Option,
+    "--use-feature",
+    dest="features_enabled",
+    metavar="feature",
+    action="append",
+    default=[],
+    choices=[
+        "fast-deps",
+        "truststore",
+    ]
+    + ALWAYS_ENABLED_FEATURES,
+    help="Enable new functionality, that may be backward incompatible.",
+)
+
+use_deprecated_feature: Callable[..., Option] = partial(
+    Option,
+    "--use-deprecated",
+    dest="deprecated_features_enabled",
+    metavar="feature",
+    action="append",
+    default=[],
+    choices=[
+        "legacy-resolver",
+    ],
+    help=("Enable deprecated functionality, that will be removed in the future."),
+)
+
+
+##########
+# groups #
+##########
+
+general_group: Dict[str, Any] = {
+    "name": "General Options",
+    "options": [
+        help_,
+        debug_mode,
+        isolated_mode,
+        require_virtualenv,
+        python,
+        verbose,
+        version,
+        quiet,
+        log,
+        no_input,
+        keyring_provider,
+        proxy,
+        retries,
+        timeout,
+        exists_action,
+        trusted_host,
+        cert,
+        client_cert,
+        cache_dir,
+        no_cache,
+        disable_pip_version_check,
+        no_color,
+        no_python_version_warning,
+        use_new_feature,
+        use_deprecated_feature,
+    ],
+}
+
+index_group: Dict[str, Any] = {
+    "name": "Package Index Options",
+    "options": [
+        index_url,
+        extra_index_url,
+        no_index,
+        find_links,
+    ],
+}
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py
new file mode 100644
index 0000000..139995a
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py
@@ -0,0 +1,27 @@
+from contextlib import ExitStack, contextmanager
+from typing import ContextManager, Generator, TypeVar
+
+_T = TypeVar("_T", covariant=True)
+
+
+class CommandContextMixIn:
+    def __init__(self) -> None:
+        super().__init__()
+        self._in_main_context = False
+        self._main_context = ExitStack()
+
+    @contextmanager
+    def main_context(self) -> Generator[None, None, None]:
+        assert not self._in_main_context
+
+        self._in_main_context = True
+        try:
+            with self._main_context:
+                yield
+        finally:
+            self._in_main_context = False
+
+    def enter_context(self, context_provider: ContextManager[_T]) -> _T:
+        assert self._in_main_context
+
+        return self._main_context.enter_context(context_provider)
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py
new file mode 100644
index 0000000..7e061f5
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py
@@ -0,0 +1,79 @@
+"""Primary application entrypoint.
+"""
+import locale
+import logging
+import os
+import sys
+import warnings
+from typing import List, Optional
+
+from pip._internal.cli.autocompletion import autocomplete
+from pip._internal.cli.main_parser import parse_command
+from pip._internal.commands import create_command
+from pip._internal.exceptions import PipError
+from pip._internal.utils import deprecation
+
+logger = logging.getLogger(__name__)
+
+
+# Do not import and use main() directly! Using it directly is actively
+# discouraged by pip's maintainers. The name, location and behavior of
+# this function is subject to change, so calling it directly is not
+# portable across different pip versions.
+
+# In addition, running pip in-process is unsupported and unsafe. This is
+# elaborated in detail at
+# https://pip.pypa.io/en/stable/user_guide/#using-pip-from-your-program.
+# That document also provides suggestions that should work for nearly
+# all users that are considering importing and using main() directly.
+
+# However, we know that certain users will still want to invoke pip
+# in-process. If you understand and accept the implications of using pip
+# in an unsupported manner, the best approach is to use runpy to avoid
+# depending on the exact location of this entry point.
+
+# The following example shows how to use runpy to invoke pip in that
+# case:
+#
+#     sys.argv = ["pip", your, args, here]
+#     runpy.run_module("pip", run_name="__main__")
+#
+# Note that this will exit the process after running, unlike a direct
+# call to main. As it is not safe to do any processing after calling
+# main, this should not be an issue in practice.
+
+
+def main(args: Optional[List[str]] = None) -> int:
+    if args is None:
+        args = sys.argv[1:]
+
+    # Suppress the pkg_resources deprecation warning
+    # Note - we use a module of .*pkg_resources to cover
+    # the normal case (pip._vendor.pkg_resources) and the
+    # devendored case (a bare pkg_resources)
+    warnings.filterwarnings(
+        action="ignore", category=DeprecationWarning, module=".*pkg_resources"
+    )
+
+    # Configure our deprecation warnings to be sent through loggers
+    deprecation.install_warning_logger()
+
+    autocomplete()
+
+    try:
+        cmd_name, cmd_args = parse_command(args)
+    except PipError as exc:
+        sys.stderr.write(f"ERROR: {exc}")
+        sys.stderr.write(os.linesep)
+        sys.exit(1)
+
+    # Needed for locale.getpreferredencoding(False) to work
+    # in pip._internal.utils.encoding.auto_decode
+    try:
+        locale.setlocale(locale.LC_ALL, "")
+    except locale.Error as e:
+        # setlocale can apparently crash if locale are uninitialized
+        logger.debug("Ignoring error %s when setting locale", e)
+    command = create_command(cmd_name, isolated=("--isolated" in cmd_args))
+
+    return command.main(cmd_args)
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py
new file mode 100644
index 0000000..5ade356
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py
@@ -0,0 +1,134 @@
+"""A single place for constructing and exposing the main parser
+"""
+
+import os
+import subprocess
+import sys
+from typing import List, Optional, Tuple
+
+from pip._internal.build_env import get_runnable_pip
+from pip._internal.cli import cmdoptions
+from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter
+from pip._internal.commands import commands_dict, get_similar_commands
+from pip._internal.exceptions import CommandError
+from pip._internal.utils.misc import get_pip_version, get_prog
+
+__all__ = ["create_main_parser", "parse_command"]
+
+
+def create_main_parser() -> ConfigOptionParser:
+    """Creates and returns the main parser for pip's CLI"""
+
+    parser = ConfigOptionParser(
+        usage="\n%prog  [options]",
+        add_help_option=False,
+        formatter=UpdatingDefaultsHelpFormatter(),
+        name="global",
+        prog=get_prog(),
+    )
+    parser.disable_interspersed_args()
+
+    parser.version = get_pip_version()
+
+    # add the general options
+    gen_opts = cmdoptions.make_option_group(cmdoptions.general_group, parser)
+    parser.add_option_group(gen_opts)
+
+    # so the help formatter knows
+    parser.main = True  # type: ignore
+
+    # create command listing for description
+    description = [""] + [
+        f"{name:27} {command_info.summary}"
+        for name, command_info in commands_dict.items()
+    ]
+    parser.description = "\n".join(description)
+
+    return parser
+
+
+def identify_python_interpreter(python: str) -> Optional[str]:
+    # If the named file exists, use it.
+    # If it's a directory, assume it's a virtual environment and
+    # look for the environment's Python executable.
+    if os.path.exists(python):
+        if os.path.isdir(python):
+            # bin/python for Unix, Scripts/python.exe for Windows
+            # Try both in case of odd cases like cygwin.
+            for exe in ("bin/python", "Scripts/python.exe"):
+                py = os.path.join(python, exe)
+                if os.path.exists(py):
+                    return py
+        else:
+            return python
+
+    # Could not find the interpreter specified
+    return None
+
+
+def parse_command(args: List[str]) -> Tuple[str, List[str]]:
+    parser = create_main_parser()
+
+    # Note: parser calls disable_interspersed_args(), so the result of this
+    # call is to split the initial args into the general options before the
+    # subcommand and everything else.
+    # For example:
+    #  args: ['--timeout=5', 'install', '--user', 'INITools']
+    #  general_options: ['--timeout==5']
+    #  args_else: ['install', '--user', 'INITools']
+    general_options, args_else = parser.parse_args(args)
+
+    # --python
+    if general_options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ:
+        # Re-invoke pip using the specified Python interpreter
+        interpreter = identify_python_interpreter(general_options.python)
+        if interpreter is None:
+            raise CommandError(
+                f"Could not locate Python interpreter {general_options.python}"
+            )
+
+        pip_cmd = [
+            interpreter,
+            get_runnable_pip(),
+        ]
+        pip_cmd.extend(args)
+
+        # Set a flag so the child doesn't re-invoke itself, causing
+        # an infinite loop.
+        os.environ["_PIP_RUNNING_IN_SUBPROCESS"] = "1"
+        returncode = 0
+        try:
+            proc = subprocess.run(pip_cmd)
+            returncode = proc.returncode
+        except (subprocess.SubprocessError, OSError) as exc:
+            raise CommandError(f"Failed to run pip under {interpreter}: {exc}")
+        sys.exit(returncode)
+
+    # --version
+    if general_options.version:
+        sys.stdout.write(parser.version)
+        sys.stdout.write(os.linesep)
+        sys.exit()
+
+    # pip || pip help -> print_help()
+    if not args_else or (args_else[0] == "help" and len(args_else) == 1):
+        parser.print_help()
+        sys.exit()
+
+    # the subcommand name
+    cmd_name = args_else[0]
+
+    if cmd_name not in commands_dict:
+        guess = get_similar_commands(cmd_name)
+
+        msg = [f'unknown command "{cmd_name}"']
+        if guess:
+            msg.append(f'maybe you meant "{guess}"')
+
+        raise CommandError(" - ".join(msg))
+
+    # all the args without the subcommand
+    cmd_args = args[:]
+    cmd_args.remove(cmd_name)
+
+    return cmd_name, cmd_args
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py
new file mode 100644
index 0000000..ae554b2
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py
@@ -0,0 +1,294 @@
+"""Base option parser setup"""
+
+import logging
+import optparse
+import shutil
+import sys
+import textwrap
+from contextlib import suppress
+from typing import Any, Dict, Generator, List, Tuple
+
+from pip._internal.cli.status_codes import UNKNOWN_ERROR
+from pip._internal.configuration import Configuration, ConfigurationError
+from pip._internal.utils.misc import redact_auth_from_url, strtobool
+
+logger = logging.getLogger(__name__)
+
+
+class PrettyHelpFormatter(optparse.IndentedHelpFormatter):
+    """A prettier/less verbose help formatter for optparse."""
+
+    def __init__(self, *args: Any, **kwargs: Any) -> None:
+        # help position must be aligned with __init__.parseopts.description
+        kwargs["max_help_position"] = 30
+        kwargs["indent_increment"] = 1
+        kwargs["width"] = shutil.get_terminal_size()[0] - 2
+        super().__init__(*args, **kwargs)
+
+    def format_option_strings(self, option: optparse.Option) -> str:
+        return self._format_option_strings(option)
+
+    def _format_option_strings(
+        self, option: optparse.Option, mvarfmt: str = " <{}>", optsep: str = ", "
+    ) -> str:
+        """
+        Return a comma-separated list of option strings and metavars.
+
+        :param option:  tuple of (short opt, long opt), e.g: ('-f', '--format')
+        :param mvarfmt: metavar format string
+        :param optsep:  separator
+        """
+        opts = []
+
+        if option._short_opts:
+            opts.append(option._short_opts[0])
+        if option._long_opts:
+            opts.append(option._long_opts[0])
+        if len(opts) > 1:
+            opts.insert(1, optsep)
+
+        if option.takes_value():
+            assert option.dest is not None
+            metavar = option.metavar or option.dest.lower()
+            opts.append(mvarfmt.format(metavar.lower()))
+
+        return "".join(opts)
+
+    def format_heading(self, heading: str) -> str:
+        if heading == "Options":
+            return ""
+        return heading + ":\n"
+
+    def format_usage(self, usage: str) -> str:
+        """
+        Ensure there is only one newline between usage and the first heading
+        if there is no description.
+        """
+        msg = "\nUsage: {}\n".format(self.indent_lines(textwrap.dedent(usage), "  "))
+        return msg
+
+    def format_description(self, description: str) -> str:
+        # leave full control over description to us
+        if description:
+            if hasattr(self.parser, "main"):
+                label = "Commands"
+            else:
+                label = "Description"
+            # some doc strings have initial newlines, some don't
+            description = description.lstrip("\n")
+            # some doc strings have final newlines and spaces, some don't
+            description = description.rstrip()
+            # dedent, then reindent
+            description = self.indent_lines(textwrap.dedent(description), "  ")
+            description = f"{label}:\n{description}\n"
+            return description
+        else:
+            return ""
+
+    def format_epilog(self, epilog: str) -> str:
+        # leave full control over epilog to us
+        if epilog:
+            return epilog
+        else:
+            return ""
+
+    def indent_lines(self, text: str, indent: str) -> str:
+        new_lines = [indent + line for line in text.split("\n")]
+        return "\n".join(new_lines)
+
+
+class UpdatingDefaultsHelpFormatter(PrettyHelpFormatter):
+    """Custom help formatter for use in ConfigOptionParser.
+
+    This is updates the defaults before expanding them, allowing
+    them to show up correctly in the help listing.
+
+    Also redact auth from url type options
+    """
+
+    def expand_default(self, option: optparse.Option) -> str:
+        default_values = None
+        if self.parser is not None:
+            assert isinstance(self.parser, ConfigOptionParser)
+            self.parser._update_defaults(self.parser.defaults)
+            assert option.dest is not None
+            default_values = self.parser.defaults.get(option.dest)
+        help_text = super().expand_default(option)
+
+        if default_values and option.metavar == "URL":
+            if isinstance(default_values, str):
+                default_values = [default_values]
+
+            # If its not a list, we should abort and just return the help text
+            if not isinstance(default_values, list):
+                default_values = []
+
+            for val in default_values:
+                help_text = help_text.replace(val, redact_auth_from_url(val))
+
+        return help_text
+
+
+class CustomOptionParser(optparse.OptionParser):
+    def insert_option_group(
+        self, idx: int, *args: Any, **kwargs: Any
+    ) -> optparse.OptionGroup:
+        """Insert an OptionGroup at a given position."""
+        group = self.add_option_group(*args, **kwargs)
+
+        self.option_groups.pop()
+        self.option_groups.insert(idx, group)
+
+        return group
+
+    @property
+    def option_list_all(self) -> List[optparse.Option]:
+        """Get a list of all options, including those in option groups."""
+        res = self.option_list[:]
+        for i in self.option_groups:
+            res.extend(i.option_list)
+
+        return res
+
+
+class ConfigOptionParser(CustomOptionParser):
+    """Custom option parser which updates its defaults by checking the
+    configuration files and environmental variables"""
+
+    def __init__(
+        self,
+        *args: Any,
+        name: str,
+        isolated: bool = False,
+        **kwargs: Any,
+    ) -> None:
+        self.name = name
+        self.config = Configuration(isolated)
+
+        assert self.name
+        super().__init__(*args, **kwargs)
+
+    def check_default(self, option: optparse.Option, key: str, val: Any) -> Any:
+        try:
+            return option.check_value(key, val)
+        except optparse.OptionValueError as exc:
+            print(f"An error occurred during configuration: {exc}")
+            sys.exit(3)
+
+    def _get_ordered_configuration_items(
+        self,
+    ) -> Generator[Tuple[str, Any], None, None]:
+        # Configuration gives keys in an unordered manner. Order them.
+        override_order = ["global", self.name, ":env:"]
+
+        # Pool the options into different groups
+        section_items: Dict[str, List[Tuple[str, Any]]] = {
+            name: [] for name in override_order
+        }
+        for section_key, val in self.config.items():
+            # ignore empty values
+            if not val:
+                logger.debug(
+                    "Ignoring configuration key '%s' as it's value is empty.",
+                    section_key,
+                )
+                continue
+
+            section, key = section_key.split(".", 1)
+            if section in override_order:
+                section_items[section].append((key, val))
+
+        # Yield each group in their override order
+        for section in override_order:
+            for key, val in section_items[section]:
+                yield key, val
+
+    def _update_defaults(self, defaults: Dict[str, Any]) -> Dict[str, Any]:
+        """Updates the given defaults with values from the config files and
+        the environ. Does a little special handling for certain types of
+        options (lists)."""
+
+        # Accumulate complex default state.
+        self.values = optparse.Values(self.defaults)
+        late_eval = set()
+        # Then set the options with those values
+        for key, val in self._get_ordered_configuration_items():
+            # '--' because configuration supports only long names
+            option = self.get_option("--" + key)
+
+            # Ignore options not present in this parser. E.g. non-globals put
+            # in [global] by users that want them to apply to all applicable
+            # commands.
+            if option is None:
+                continue
+
+            assert option.dest is not None
+
+            if option.action in ("store_true", "store_false"):
+                try:
+                    val = strtobool(val)
+                except ValueError:
+                    self.error(
+                        f"{val} is not a valid value for {key} option, "
+                        "please specify a boolean value like yes/no, "
+                        "true/false or 1/0 instead."
+                    )
+            elif option.action == "count":
+                with suppress(ValueError):
+                    val = strtobool(val)
+                with suppress(ValueError):
+                    val = int(val)
+                if not isinstance(val, int) or val < 0:
+                    self.error(
+                        f"{val} is not a valid value for {key} option, "
+                        "please instead specify either a non-negative integer "
+                        "or a boolean value like yes/no or false/true "
+                        "which is equivalent to 1/0."
+                    )
+            elif option.action == "append":
+                val = val.split()
+                val = [self.check_default(option, key, v) for v in val]
+            elif option.action == "callback":
+                assert option.callback is not None
+                late_eval.add(option.dest)
+                opt_str = option.get_opt_string()
+                val = option.convert_value(opt_str, val)
+                # From take_action
+                args = option.callback_args or ()
+                kwargs = option.callback_kwargs or {}
+                option.callback(option, opt_str, val, self, *args, **kwargs)
+            else:
+                val = self.check_default(option, key, val)
+
+            defaults[option.dest] = val
+
+        for key in late_eval:
+            defaults[key] = getattr(self.values, key)
+        self.values = None
+        return defaults
+
+    def get_default_values(self) -> optparse.Values:
+        """Overriding to make updating the defaults after instantiation of
+        the option parser possible, _update_defaults() does the dirty work."""
+        if not self.process_default_values:
+            # Old, pre-Optik 1.5 behaviour.
+            return optparse.Values(self.defaults)
+
+        # Load the configuration, or error out in case of an error
+        try:
+            self.config.load()
+        except ConfigurationError as err:
+            self.exit(UNKNOWN_ERROR, str(err))
+
+        defaults = self._update_defaults(self.defaults.copy())  # ours
+        for option in self._get_all_options():
+            assert option.dest is not None
+            default = defaults.get(option.dest)
+            if isinstance(default, str):
+                opt_str = option.get_opt_string()
+                defaults[option.dest] = option.check_value(opt_str, default)
+        return optparse.Values(defaults)
+
+    def error(self, msg: str) -> None:
+        self.print_usage(sys.stderr)
+        self.exit(UNKNOWN_ERROR, f"{msg}\n")
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py
new file mode 100644
index 0000000..0ad1403
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py
@@ -0,0 +1,68 @@
+import functools
+from typing import Callable, Generator, Iterable, Iterator, Optional, Tuple
+
+from pip._vendor.rich.progress import (
+    BarColumn,
+    DownloadColumn,
+    FileSizeColumn,
+    Progress,
+    ProgressColumn,
+    SpinnerColumn,
+    TextColumn,
+    TimeElapsedColumn,
+    TimeRemainingColumn,
+    TransferSpeedColumn,
+)
+
+from pip._internal.utils.logging import get_indentation
+
+DownloadProgressRenderer = Callable[[Iterable[bytes]], Iterator[bytes]]
+
+
+def _rich_progress_bar(
+    iterable: Iterable[bytes],
+    *,
+    bar_type: str,
+    size: int,
+) -> Generator[bytes, None, None]:
+    assert bar_type == "on", "This should only be used in the default mode."
+
+    if not size:
+        total = float("inf")
+        columns: Tuple[ProgressColumn, ...] = (
+            TextColumn("[progress.description]{task.description}"),
+            SpinnerColumn("line", speed=1.5),
+            FileSizeColumn(),
+            TransferSpeedColumn(),
+            TimeElapsedColumn(),
+        )
+    else:
+        total = size
+        columns = (
+            TextColumn("[progress.description]{task.description}"),
+            BarColumn(),
+            DownloadColumn(),
+            TransferSpeedColumn(),
+            TextColumn("eta"),
+            TimeRemainingColumn(),
+        )
+
+    progress = Progress(*columns, refresh_per_second=30)
+    task_id = progress.add_task(" " * (get_indentation() + 2), total=total)
+    with progress:
+        for chunk in iterable:
+            yield chunk
+            progress.update(task_id, advance=len(chunk))
+
+
+def get_download_progress_renderer(
+    *, bar_type: str, size: Optional[int] = None
+) -> DownloadProgressRenderer:
+    """Get an object that can be used to render the download progress.
+
+    Returns a callable, that takes an iterable to "wrap".
+    """
+    if bar_type == "on":
+        return functools.partial(_rich_progress_bar, bar_type=bar_type, size=size)
+    else:
+        return iter  # no-op, when passed an iterator
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py
new file mode 100644
index 0000000..6f2f79c
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py
@@ -0,0 +1,505 @@
+"""Contains the Command base classes that depend on PipSession.
+
+The classes in this module are in a separate module so the commands not
+needing download / PackageFinder capability don't unnecessarily import the
+PackageFinder machinery and all its vendored dependencies, etc.
+"""
+
+import logging
+import os
+import sys
+from functools import partial
+from optparse import Values
+from typing import TYPE_CHECKING, Any, List, Optional, Tuple
+
+from pip._internal.cache import WheelCache
+from pip._internal.cli import cmdoptions
+from pip._internal.cli.base_command import Command
+from pip._internal.cli.command_context import CommandContextMixIn
+from pip._internal.exceptions import CommandError, PreviousBuildDirError
+from pip._internal.index.collector import LinkCollector
+from pip._internal.index.package_finder import PackageFinder
+from pip._internal.models.selection_prefs import SelectionPreferences
+from pip._internal.models.target_python import TargetPython
+from pip._internal.network.session import PipSession
+from pip._internal.operations.build.build_tracker import BuildTracker
+from pip._internal.operations.prepare import RequirementPreparer
+from pip._internal.req.constructors import (
+    install_req_from_editable,
+    install_req_from_line,
+    install_req_from_parsed_requirement,
+    install_req_from_req_string,
+)
+from pip._internal.req.req_file import parse_requirements
+from pip._internal.req.req_install import InstallRequirement
+from pip._internal.resolution.base import BaseResolver
+from pip._internal.self_outdated_check import pip_self_version_check
+from pip._internal.utils.temp_dir import (
+    TempDirectory,
+    TempDirectoryTypeRegistry,
+    tempdir_kinds,
+)
+from pip._internal.utils.virtualenv import running_under_virtualenv
+
+if TYPE_CHECKING:
+    from ssl import SSLContext
+
+logger = logging.getLogger(__name__)
+
+
+def _create_truststore_ssl_context() -> Optional["SSLContext"]:
+    if sys.version_info < (3, 10):
+        raise CommandError("The truststore feature is only available for Python 3.10+")
+
+    try:
+        import ssl
+    except ImportError:
+        logger.warning("Disabling truststore since ssl support is missing")
+        return None
+
+    try:
+        from pip._vendor import truststore
+    except ImportError as e:
+        raise CommandError(f"The truststore feature is unavailable: {e}")
+
+    return truststore.SSLContext(ssl.PROTOCOL_TLS_CLIENT)
+
+
+class SessionCommandMixin(CommandContextMixIn):
+
+    """
+    A class mixin for command classes needing _build_session().
+    """
+
+    def __init__(self) -> None:
+        super().__init__()
+        self._session: Optional[PipSession] = None
+
+    @classmethod
+    def _get_index_urls(cls, options: Values) -> Optional[List[str]]:
+        """Return a list of index urls from user-provided options."""
+        index_urls = []
+        if not getattr(options, "no_index", False):
+            url = getattr(options, "index_url", None)
+            if url:
+                index_urls.append(url)
+        urls = getattr(options, "extra_index_urls", None)
+        if urls:
+            index_urls.extend(urls)
+        # Return None rather than an empty list
+        return index_urls or None
+
+    def get_default_session(self, options: Values) -> PipSession:
+        """Get a default-managed session."""
+        if self._session is None:
+            self._session = self.enter_context(self._build_session(options))
+            # there's no type annotation on requests.Session, so it's
+            # automatically ContextManager[Any] and self._session becomes Any,
+            # then https://github.com/python/mypy/issues/7696 kicks in
+            assert self._session is not None
+        return self._session
+
+    def _build_session(
+        self,
+        options: Values,
+        retries: Optional[int] = None,
+        timeout: Optional[int] = None,
+        fallback_to_certifi: bool = False,
+    ) -> PipSession:
+        cache_dir = options.cache_dir
+        assert not cache_dir or os.path.isabs(cache_dir)
+
+        if "truststore" in options.features_enabled:
+            try:
+                ssl_context = _create_truststore_ssl_context()
+            except Exception:
+                if not fallback_to_certifi:
+                    raise
+                ssl_context = None
+        else:
+            ssl_context = None
+
+        session = PipSession(
+            cache=os.path.join(cache_dir, "http-v2") if cache_dir else None,
+            retries=retries if retries is not None else options.retries,
+            trusted_hosts=options.trusted_hosts,
+            index_urls=self._get_index_urls(options),
+            ssl_context=ssl_context,
+        )
+
+        # Handle custom ca-bundles from the user
+        if options.cert:
+            session.verify = options.cert
+
+        # Handle SSL client certificate
+        if options.client_cert:
+            session.cert = options.client_cert
+
+        # Handle timeouts
+        if options.timeout or timeout:
+            session.timeout = timeout if timeout is not None else options.timeout
+
+        # Handle configured proxies
+        if options.proxy:
+            session.proxies = {
+                "http": options.proxy,
+                "https": options.proxy,
+            }
+
+        # Determine if we can prompt the user for authentication or not
+        session.auth.prompting = not options.no_input
+        session.auth.keyring_provider = options.keyring_provider
+
+        return session
+
+
+class IndexGroupCommand(Command, SessionCommandMixin):
+
+    """
+    Abstract base class for commands with the index_group options.
+
+    This also corresponds to the commands that permit the pip version check.
+    """
+
+    def handle_pip_version_check(self, options: Values) -> None:
+        """
+        Do the pip version check if not disabled.
+
+        This overrides the default behavior of not doing the check.
+        """
+        # Make sure the index_group options are present.
+        assert hasattr(options, "no_index")
+
+        if options.disable_pip_version_check or options.no_index:
+            return
+
+        # Otherwise, check if we're using the latest version of pip available.
+        session = self._build_session(
+            options,
+            retries=0,
+            timeout=min(5, options.timeout),
+            # This is set to ensure the function does not fail when truststore is
+            # specified in use-feature but cannot be loaded. This usually raises a
+            # CommandError and shows a nice user-facing error, but this function is not
+            # called in that try-except block.
+            fallback_to_certifi=True,
+        )
+        with session:
+            pip_self_version_check(session, options)
+
+
+KEEPABLE_TEMPDIR_TYPES = [
+    tempdir_kinds.BUILD_ENV,
+    tempdir_kinds.EPHEM_WHEEL_CACHE,
+    tempdir_kinds.REQ_BUILD,
+]
+
+
+def warn_if_run_as_root() -> None:
+    """Output a warning for sudo users on Unix.
+
+    In a virtual environment, sudo pip still writes to virtualenv.
+    On Windows, users may run pip as Administrator without issues.
+    This warning only applies to Unix root users outside of virtualenv.
+    """
+    if running_under_virtualenv():
+        return
+    if not hasattr(os, "getuid"):
+        return
+    # On Windows, there are no "system managed" Python packages. Installing as
+    # Administrator via pip is the correct way of updating system environments.
+    #
+    # We choose sys.platform over utils.compat.WINDOWS here to enable Mypy platform
+    # checks: https://mypy.readthedocs.io/en/stable/common_issues.html
+    if sys.platform == "win32" or sys.platform == "cygwin":
+        return
+
+    if os.getuid() != 0:
+        return
+
+    logger.warning(
+        "Running pip as the 'root' user can result in broken permissions and "
+        "conflicting behaviour with the system package manager. "
+        "It is recommended to use a virtual environment instead: "
+        "https://pip.pypa.io/warnings/venv"
+    )
+
+
+def with_cleanup(func: Any) -> Any:
+    """Decorator for common logic related to managing temporary
+    directories.
+    """
+
+    def configure_tempdir_registry(registry: TempDirectoryTypeRegistry) -> None:
+        for t in KEEPABLE_TEMPDIR_TYPES:
+            registry.set_delete(t, False)
+
+    def wrapper(
+        self: RequirementCommand, options: Values, args: List[Any]
+    ) -> Optional[int]:
+        assert self.tempdir_registry is not None
+        if options.no_clean:
+            configure_tempdir_registry(self.tempdir_registry)
+
+        try:
+            return func(self, options, args)
+        except PreviousBuildDirError:
+            # This kind of conflict can occur when the user passes an explicit
+            # build directory with a pre-existing folder. In that case we do
+            # not want to accidentally remove it.
+            configure_tempdir_registry(self.tempdir_registry)
+            raise
+
+    return wrapper
+
+
+class RequirementCommand(IndexGroupCommand):
+    def __init__(self, *args: Any, **kw: Any) -> None:
+        super().__init__(*args, **kw)
+
+        self.cmd_opts.add_option(cmdoptions.no_clean())
+
+    @staticmethod
+    def determine_resolver_variant(options: Values) -> str:
+        """Determines which resolver should be used, based on the given options."""
+        if "legacy-resolver" in options.deprecated_features_enabled:
+            return "legacy"
+
+        return "resolvelib"
+
+    @classmethod
+    def make_requirement_preparer(
+        cls,
+        temp_build_dir: TempDirectory,
+        options: Values,
+        build_tracker: BuildTracker,
+        session: PipSession,
+        finder: PackageFinder,
+        use_user_site: bool,
+        download_dir: Optional[str] = None,
+        verbosity: int = 0,
+    ) -> RequirementPreparer:
+        """
+        Create a RequirementPreparer instance for the given parameters.
+        """
+        temp_build_dir_path = temp_build_dir.path
+        assert temp_build_dir_path is not None
+        legacy_resolver = False
+
+        resolver_variant = cls.determine_resolver_variant(options)
+        if resolver_variant == "resolvelib":
+            lazy_wheel = "fast-deps" in options.features_enabled
+            if lazy_wheel:
+                logger.warning(
+                    "pip is using lazily downloaded wheels using HTTP "
+                    "range requests to obtain dependency information. "
+                    "This experimental feature is enabled through "
+                    "--use-feature=fast-deps and it is not ready for "
+                    "production."
+                )
+        else:
+            legacy_resolver = True
+            lazy_wheel = False
+            if "fast-deps" in options.features_enabled:
+                logger.warning(
+                    "fast-deps has no effect when used with the legacy resolver."
+                )
+
+        return RequirementPreparer(
+            build_dir=temp_build_dir_path,
+            src_dir=options.src_dir,
+            download_dir=download_dir,
+            build_isolation=options.build_isolation,
+            check_build_deps=options.check_build_deps,
+            build_tracker=build_tracker,
+            session=session,
+            progress_bar=options.progress_bar,
+            finder=finder,
+            require_hashes=options.require_hashes,
+            use_user_site=use_user_site,
+            lazy_wheel=lazy_wheel,
+            verbosity=verbosity,
+            legacy_resolver=legacy_resolver,
+        )
+
+    @classmethod
+    def make_resolver(
+        cls,
+        preparer: RequirementPreparer,
+        finder: PackageFinder,
+        options: Values,
+        wheel_cache: Optional[WheelCache] = None,
+        use_user_site: bool = False,
+        ignore_installed: bool = True,
+        ignore_requires_python: bool = False,
+        force_reinstall: bool = False,
+        upgrade_strategy: str = "to-satisfy-only",
+        use_pep517: Optional[bool] = None,
+        py_version_info: Optional[Tuple[int, ...]] = None,
+    ) -> BaseResolver:
+        """
+        Create a Resolver instance for the given parameters.
+        """
+        make_install_req = partial(
+            install_req_from_req_string,
+            isolated=options.isolated_mode,
+            use_pep517=use_pep517,
+        )
+        resolver_variant = cls.determine_resolver_variant(options)
+        # The long import name and duplicated invocation is needed to convince
+        # Mypy into correctly typechecking. Otherwise it would complain the
+        # "Resolver" class being redefined.
+        if resolver_variant == "resolvelib":
+            import pip._internal.resolution.resolvelib.resolver
+
+            return pip._internal.resolution.resolvelib.resolver.Resolver(
+                preparer=preparer,
+                finder=finder,
+                wheel_cache=wheel_cache,
+                make_install_req=make_install_req,
+                use_user_site=use_user_site,
+                ignore_dependencies=options.ignore_dependencies,
+                ignore_installed=ignore_installed,
+                ignore_requires_python=ignore_requires_python,
+                force_reinstall=force_reinstall,
+                upgrade_strategy=upgrade_strategy,
+                py_version_info=py_version_info,
+            )
+        import pip._internal.resolution.legacy.resolver
+
+        return pip._internal.resolution.legacy.resolver.Resolver(
+            preparer=preparer,
+            finder=finder,
+            wheel_cache=wheel_cache,
+            make_install_req=make_install_req,
+            use_user_site=use_user_site,
+            ignore_dependencies=options.ignore_dependencies,
+            ignore_installed=ignore_installed,
+            ignore_requires_python=ignore_requires_python,
+            force_reinstall=force_reinstall,
+            upgrade_strategy=upgrade_strategy,
+            py_version_info=py_version_info,
+        )
+
+    def get_requirements(
+        self,
+        args: List[str],
+        options: Values,
+        finder: PackageFinder,
+        session: PipSession,
+    ) -> List[InstallRequirement]:
+        """
+        Parse command-line arguments into the corresponding requirements.
+        """
+        requirements: List[InstallRequirement] = []
+        for filename in options.constraints:
+            for parsed_req in parse_requirements(
+                filename,
+                constraint=True,
+                finder=finder,
+                options=options,
+                session=session,
+            ):
+                req_to_add = install_req_from_parsed_requirement(
+                    parsed_req,
+                    isolated=options.isolated_mode,
+                    user_supplied=False,
+                )
+                requirements.append(req_to_add)
+
+        for req in args:
+            req_to_add = install_req_from_line(
+                req,
+                comes_from=None,
+                isolated=options.isolated_mode,
+                use_pep517=options.use_pep517,
+                user_supplied=True,
+                config_settings=getattr(options, "config_settings", None),
+            )
+            requirements.append(req_to_add)
+
+        for req in options.editables:
+            req_to_add = install_req_from_editable(
+                req,
+                user_supplied=True,
+                isolated=options.isolated_mode,
+                use_pep517=options.use_pep517,
+                config_settings=getattr(options, "config_settings", None),
+            )
+            requirements.append(req_to_add)
+
+        # NOTE: options.require_hashes may be set if --require-hashes is True
+        for filename in options.requirements:
+            for parsed_req in parse_requirements(
+                filename, finder=finder, options=options, session=session
+            ):
+                req_to_add = install_req_from_parsed_requirement(
+                    parsed_req,
+                    isolated=options.isolated_mode,
+                    use_pep517=options.use_pep517,
+                    user_supplied=True,
+                    config_settings=parsed_req.options.get("config_settings")
+                    if parsed_req.options
+                    else None,
+                )
+                requirements.append(req_to_add)
+
+        # If any requirement has hash options, enable hash checking.
+        if any(req.has_hash_options for req in requirements):
+            options.require_hashes = True
+
+        if not (args or options.editables or options.requirements):
+            opts = {"name": self.name}
+            if options.find_links:
+                raise CommandError(
+                    "You must give at least one requirement to {name} "
+                    '(maybe you meant "pip {name} {links}"?)'.format(
+                        **dict(opts, links=" ".join(options.find_links))
+                    )
+                )
+            else:
+                raise CommandError(
+                    "You must give at least one requirement to {name} "
+                    '(see "pip help {name}")'.format(**opts)
+                )
+
+        return requirements
+
+    @staticmethod
+    def trace_basic_info(finder: PackageFinder) -> None:
+        """
+        Trace basic information about the provided objects.
+        """
+        # Display where finder is looking for packages
+        search_scope = finder.search_scope
+        locations = search_scope.get_formatted_locations()
+        if locations:
+            logger.info(locations)
+
+    def _build_package_finder(
+        self,
+        options: Values,
+        session: PipSession,
+        target_python: Optional[TargetPython] = None,
+        ignore_requires_python: Optional[bool] = None,
+    ) -> PackageFinder:
+        """
+        Create a package finder appropriate to this requirement command.
+
+        :param ignore_requires_python: Whether to ignore incompatible
+            "Requires-Python" values in links. Defaults to False.
+        """
+        link_collector = LinkCollector.create(session, options=options)
+        selection_prefs = SelectionPreferences(
+            allow_yanked=True,
+            format_control=options.format_control,
+            allow_all_prereleases=options.pre,
+            prefer_binary=options.prefer_binary,
+            ignore_requires_python=ignore_requires_python,
+        )
+
+        return PackageFinder.create(
+            link_collector=link_collector,
+            selection_prefs=selection_prefs,
+            target_python=target_python,
+        )
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py
new file mode 100644
index 0000000..cf2b976
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py
@@ -0,0 +1,159 @@
+import contextlib
+import itertools
+import logging
+import sys
+import time
+from typing import IO, Generator, Optional
+
+from pip._internal.utils.compat import WINDOWS
+from pip._internal.utils.logging import get_indentation
+
+logger = logging.getLogger(__name__)
+
+
+class SpinnerInterface:
+    def spin(self) -> None:
+        raise NotImplementedError()
+
+    def finish(self, final_status: str) -> None:
+        raise NotImplementedError()
+
+
+class InteractiveSpinner(SpinnerInterface):
+    def __init__(
+        self,
+        message: str,
+        file: Optional[IO[str]] = None,
+        spin_chars: str = "-\\|/",
+        # Empirically, 8 updates/second looks nice
+        min_update_interval_seconds: float = 0.125,
+    ):
+        self._message = message
+        if file is None:
+            file = sys.stdout
+        self._file = file
+        self._rate_limiter = RateLimiter(min_update_interval_seconds)
+        self._finished = False
+
+        self._spin_cycle = itertools.cycle(spin_chars)
+
+        self._file.write(" " * get_indentation() + self._message + " ... ")
+        self._width = 0
+
+    def _write(self, status: str) -> None:
+        assert not self._finished
+        # Erase what we wrote before by backspacing to the beginning, writing
+        # spaces to overwrite the old text, and then backspacing again
+        backup = "\b" * self._width
+        self._file.write(backup + " " * self._width + backup)
+        # Now we have a blank slate to add our status
+        self._file.write(status)
+        self._width = len(status)
+        self._file.flush()
+        self._rate_limiter.reset()
+
+    def spin(self) -> None:
+        if self._finished:
+            return
+        if not self._rate_limiter.ready():
+            return
+        self._write(next(self._spin_cycle))
+
+    def finish(self, final_status: str) -> None:
+        if self._finished:
+            return
+        self._write(final_status)
+        self._file.write("\n")
+        self._file.flush()
+        self._finished = True
+
+
+# Used for dumb terminals, non-interactive installs (no tty), etc.
+# We still print updates occasionally (once every 60 seconds by default) to
+# act as a keep-alive for systems like Travis-CI that take lack-of-output as
+# an indication that a task has frozen.
+class NonInteractiveSpinner(SpinnerInterface):
+    def __init__(self, message: str, min_update_interval_seconds: float = 60.0) -> None:
+        self._message = message
+        self._finished = False
+        self._rate_limiter = RateLimiter(min_update_interval_seconds)
+        self._update("started")
+
+    def _update(self, status: str) -> None:
+        assert not self._finished
+        self._rate_limiter.reset()
+        logger.info("%s: %s", self._message, status)
+
+    def spin(self) -> None:
+        if self._finished:
+            return
+        if not self._rate_limiter.ready():
+            return
+        self._update("still running...")
+
+    def finish(self, final_status: str) -> None:
+        if self._finished:
+            return
+        self._update(f"finished with status '{final_status}'")
+        self._finished = True
+
+
+class RateLimiter:
+    def __init__(self, min_update_interval_seconds: float) -> None:
+        self._min_update_interval_seconds = min_update_interval_seconds
+        self._last_update: float = 0
+
+    def ready(self) -> bool:
+        now = time.time()
+        delta = now - self._last_update
+        return delta >= self._min_update_interval_seconds
+
+    def reset(self) -> None:
+        self._last_update = time.time()
+
+
+@contextlib.contextmanager
+def open_spinner(message: str) -> Generator[SpinnerInterface, None, None]:
+    # Interactive spinner goes directly to sys.stdout rather than being routed
+    # through the logging system, but it acts like it has level INFO,
+    # i.e. it's only displayed if we're at level INFO or better.
+    # Non-interactive spinner goes through the logging system, so it is always
+    # in sync with logging configuration.
+    if sys.stdout.isatty() and logger.getEffectiveLevel() <= logging.INFO:
+        spinner: SpinnerInterface = InteractiveSpinner(message)
+    else:
+        spinner = NonInteractiveSpinner(message)
+    try:
+        with hidden_cursor(sys.stdout):
+            yield spinner
+    except KeyboardInterrupt:
+        spinner.finish("canceled")
+        raise
+    except Exception:
+        spinner.finish("error")
+        raise
+    else:
+        spinner.finish("done")
+
+
+HIDE_CURSOR = "\x1b[?25l"
+SHOW_CURSOR = "\x1b[?25h"
+
+
+@contextlib.contextmanager
+def hidden_cursor(file: IO[str]) -> Generator[None, None, None]:
+    # The Windows terminal does not support the hide/show cursor ANSI codes,
+    # even via colorama. So don't even try.
+    if WINDOWS:
+        yield
+    # We don't want to clutter the output with control characters if we're
+    # writing to a file, or if the user is running with --quiet.
+    # See https://github.com/pypa/pip/issues/3418
+    elif not file.isatty() or logger.getEffectiveLevel() > logging.INFO:
+        yield
+    else:
+        file.write(HIDE_CURSOR)
+        try:
+            yield
+        finally:
+            file.write(SHOW_CURSOR)
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py
new file mode 100644
index 0000000..5e29502
--- /dev/null
+++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/commands/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py
new file mode 100644
index 0000000..858a410
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py
@@ -0,0 +1,132 @@
+"""
+Package containing all pip commands
+"""
+
+import importlib
+from collections import namedtuple
+from typing import Any, Dict, Optional
+
+from pip._internal.cli.base_command import Command
+
+CommandInfo = namedtuple("CommandInfo", "module_path, class_name, summary")
+
+# This dictionary does a bunch of heavy lifting for help output:
+# - Enables avoiding additional (costly) imports for presenting `--help`.
+# - The ordering matters for help display.
+#
+# Even though the module path starts with the same "pip._internal.commands"
+# prefix, the full path makes testing easier (specifically when modifying
+# `commands_dict` in test setup / teardown).
+commands_dict: Dict[str, CommandInfo] = {
+    "install": CommandInfo(
+        "pip._internal.commands.install",
+        "InstallCommand",
+        "Install packages.",
+    ),
+    "download": CommandInfo(
+        "pip._internal.commands.download",
+        "DownloadCommand",
+        "Download packages.",
+    ),
+    "uninstall": CommandInfo(
+        "pip._internal.commands.uninstall",
+        "UninstallCommand",
+        "Uninstall packages.",
+    ),
+    "freeze": CommandInfo(
+        "pip._internal.commands.freeze",
+        "FreezeCommand",
+        "Output installed packages in requirements format.",
+    ),
+    "inspect": CommandInfo(
+        "pip._internal.commands.inspect",
+        "InspectCommand",
+        "Inspect the python environment.",
+    ),
+    "list": CommandInfo(
+        "pip._internal.commands.list",
+        "ListCommand",
+        "List installed packages.",
+    ),
+    "show": CommandInfo(
+        "pip._internal.commands.show",
+        "ShowCommand",
+        "Show information about installed packages.",
+    ),
+    "check": CommandInfo(
+        "pip._internal.commands.check",
+        "CheckCommand",
+        "Verify installed packages have compatible dependencies.",
+    ),
+    "config": CommandInfo(
+        "pip._internal.commands.configuration",
+        "ConfigurationCommand",
+        "Manage local and global configuration.",
+    ),
+    "search": CommandInfo(
+        "pip._internal.commands.search",
+        "SearchCommand",
+        "Search PyPI for packages.",
+    ),
+    "cache": CommandInfo(
+        "pip._internal.commands.cache",
+        "CacheCommand",
+        "Inspect and manage pip's wheel cache.",
+    ),
+    "index": CommandInfo(
+        "pip._internal.commands.index",
+        "IndexCommand",
+        "Inspect information available from package indexes.",
+    ),
+    "wheel": CommandInfo(
+        "pip._internal.commands.wheel",
+        "WheelCommand",
+        "Build wheels from your requirements.",
+    ),
+    "hash": CommandInfo(
+        "pip._internal.commands.hash",
+        "HashCommand",
+        "Compute hashes of package archives.",
+    ),
+    "completion": CommandInfo(
+        "pip._internal.commands.completion",
+        "CompletionCommand",
+        "A helper command used for command completion.",
+    ),
+    "debug": CommandInfo(
+        "pip._internal.commands.debug",
+        "DebugCommand",
+        "Show information useful for debugging.",
+    ),
+    "help": CommandInfo(
+        "pip._internal.commands.help",
+        "HelpCommand",
+        "Show help for commands.",
+    ),
+}
+
+
+def create_command(name: str, **kwargs: Any) -> Command:
+    """
+    Create an instance of the Command class with the given name.
+    """
+    module_path, class_name, summary = commands_dict[name]
+    module = importlib.import_module(module_path)
+    command_class = getattr(module, class_name)
+    command = command_class(name=name, summary=summary, **kwargs)
+
+    return command
+
+
+def get_similar_commands(name: str) -> Optional[str]:
+    """Command name auto-correct."""
+    from difflib import get_close_matches
+
+    name = name.lower()
+
+    close_commands = get_close_matches(name, commands_dict.keys())
+
+    if close_commands:
+        return close_commands[0]
+    else:
+        return None
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..f54506fad52c4b49748884ad5c52bcd3ed180019
GIT binary patch
literal 4008
zcmaJ^&2!tv6<>fP2#F%8Pg}Mu8@46clr7ToN8HMeU0I4^*|DTVjngQ}a3JoIgarc3
z0+dXKn&F{`YC6-#(}Q*BL7B-R9rxg4|A$_z(IE&Xo!ZmMp*K#IQ%-%mAY>>tixGj{
z-|y{j-@bkOp})uDod}-qiXUs^Nre8zD*h8~74~Hjp{M9WgwYDZ0v2^)MSyQe7fYd)
zkif989xg>zA|+`>Dn(bK9E<33sbi%>Kq4X`EaB)g&|%L?r-m?yl1|)#J8|q;$ix36
z;4Y5FaRMg;Xg5cDa4+r)p#2;jz(?@W06NIgWB5283ZN%AI*d=^Qvp=r=xKZgpADcR
z9391D_*?)z&(Rbf#}@+VMUGD3G|mLjOB|iVm+_SVdX=Ns@LTwL0R06=e~G8?jR1O+
zqi^F|_;vvO6-TG>9Xu02XF2)~p2P13(7PO+$M^94*XT-&NTiE&=EY+WauUby-GncG
zK)Ub(iQq-jk(cn&Z^J7IjxCZX>0*}oFn%ADB40F_FrfvwJevpHQz32vvMmI$^hWu2r#ZfM%5y5U(ZXS?!Z+15-$)xjt_k->jMG3jtWG^^Nxk)P2L??
zxZNN6#=d0V0TR%Z@|2JosSURg^k_Fe$IX1H$;FCYuGmV;9fA)O0a7UWyrNN3B8F`#
zd6Sk@JIw=ICOP~61(xwVu&m(sbqWH@>WW)qG=E(rzSIB)PTPi8gL>
z*6o^MM!x*@hlFbR>Kj~Dit0LBEhR`~ZB-`z%NW0EBU7^s}
zG~E7~VAbz@?15^qC8?V^RaamIDh1tKg`%h3Y7Bi@M5Vc6+XV7xH@?ixeDz~qRavSo
z&9f9a$R8Fc6@t+|P>h8@v5&7d>Zb^E6Lt&cHw^uprEC-l0hgIEC~FX+$8D84>vqjE
zBVYN7uY72d*HukdS=jT`Ecvd(G(kfa{s`~2Z9klKyFOyB`TdOCsc1U(+=Vs6WUFR{
z9$HF}pGDOww#`pQy0N?P_Epb90hTF&bg_!WQq25;vuw_^b>?kn4vcidQlWObZNm5_
zZV%J+%>8aArj;Vm%Y^!ywNkNQOJLIq+HCjcsp>U?@L;l9DYOj_XWgz@X5{xU_CE^^
zddOFF-Un|`fHQ*y2>fUtARr+?@b-0&a$VLa=q&^#-g4Z^Vs^5G*&*RdYa1#pSgu5g
zU7DGH-~MBGJwy;m=}S_*(dbuoP9rWY8}p_R%ewRLUPjeEtc
zcc{A20y_ieab^}tNSRGAjZ!r2actF@4dxKXU-
z^ALJ^3#{CTZf+3jyw-m7EjDPFV>-o}_A_})E5Rm9{W-Ac3{X}0
zS#QCsfqn?5UdEDtoZ6cD{msVgtAVi{`>&sUJ8^q=;`ZLe^xnXo#=@)UfRh~FR(F%i
z3t4%Y?4#^*n(B6=*(^45*(|*bbvKqXbsdHW8=ys*Bd%mu%dnqNwm>P1I%Q#Xe|{y@
zwe+eAG4RubtyjuY)*E%mvZv#5VPPU+G;e8niJ^w&w{)xtR(bx~@@~gz)_VA1I_x2L^8?k2ZLm?$P;rP}U
zj(pyc2OW86KN{|qnjuCsyHF(gB<9E|M?U7rCxGgansH7YL6Pn!LykP|$j2Rd7^q&U
zd6ZKMip00p9Qm9hA9ds#KqaN-X-Dv0lk;feQh$Bw}mynwC0w+HJl6#VN}hCc}G
zbs+ns=AuXb2FSoT*-&7dAA98LVcFB3Y>tzS`0wm5XSRo4^pET&NB7Y~K@gi%>=634
l`9{OtYM^@x1_g@d}&qDwJ

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..9e07d1b3d9ffc8e96d2c52050e3d69fb2841509f
GIT binary patch
literal 9717
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
A(EtDd

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..6476a7e6198da9dec2489666cd7a164c4f52582a
GIT binary patch
literal 2096
zcma(SOK%fLc-G#RUqBK!Pe_*1s5OLj0jUA0t%_2hQqvSADpI$NR-4_iy<{I|W*y|n
zmN;<8fkQYE^+a!=TsZbW^inHGm~BvzXb-&^LRyJazuC2uwBpc}_09K~`QG2>pL4l1
zg70bNTl+5&p%;wkeL@%6`2mo7$U+w9AdQ^~hjSBJf@65nNxHnoM>y{YuBeF-E;y1a
zYqFctQV}gWX*Z)~+^m*$b6PIqNzNhnuy&Y3353ygrDu5m#C@AwOlkcIbOl-RZDgge
zxS8y72kKlQ{U;;l3S1~&Gn^Wxfbp|74d9e!eAhKRtB?qVOY`$z&xg{&H#0Mr78VN0
zu+OYub6Kw%=CV=7I>kYF+$7it@IjtlBEGBJ9t{k~!B%+Ura?U2!DYj&>noU0+xMsr
zHgsCWrd_gu1(vfni4BVUT2QS8X6$YZA&rGgx0XPDF7uvVw9VPco+%AR{lHyWx`j1{byzFRc{d&$9yg{#=J
zuxHwss;h%(CHf|-#4jt~`PG1hu^38SEaVMRrlCl1P$Qn%&3EKC>ljAw%tLMNp`cqK
zgf=5FLfWM9`AvNSi%1W^8ZSpanLwDZc(H)gX4H4cH|Az%}&%z)?1d%k;%}g_U
zz!G=}ma>g>BeU7{66_3voikuZpnOB5i3U%^Aeu4e$pSj?ofa53p;O4571S`THwBT<-PSl5v-
z3Av#;xE!}}7rw#8itpkgm@8hbn-zn&S7Yt8IOAHEeNx6nbp?AXMaNz$R_j5<_s*$j
z&K4;Q>*?O?6svZ%2qPb0;u%g6hKTJDT8#FETCIcinzwr7;3TTR83K3c3jnv!_T=TQ
z$uC;+yK9;C#clc2gD)S;=eH+5d^EN-@kvWQx+blUJwJNl6_Qi^YqRaa`fjOzh?)rWNjW1km+z7-a|U
zF8{c=JutjB`+Iiymyz?2vlq4pM%U(cAWYb~=}^|A>galy)^*pnY7PcGtLryvhQmq<
zl%(sHZvrCJC~R87_5xv}8765!!X#vxj05=)kqIU`#sDjB1o{A>Cjs0>Px*@-p39Bg
zy3`RTgt3i}ItY#j`3L61kqCW6Uo%duhG{6|L&@>WW!7mj>^9bsu>+wP)T_Xb9T|s`
zt9vC^O~+Q342tz`?Fn02;ae`jzd}%>aLvMWe=z=g)30IzYZx}H8ud^#Rr^C04*%PF
zEwCM`!nBytz=f$Y4rU<;Oo+n#5LrY(L@9b7IQwaPBYzwh;Zt%31Z+3civT)Fj^lns
zhn}IaXK3gTboMuN;qL^`C0-%`yJ^IoeV!U!8+wu&ZKXyx&TpmOyCuFBC%Lip>0Jaz
GWa1y`&Mc<@

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..65f9337404262183a02d8e7c97cb1c0cac8f9dce
GIT binary patch
literal 5198
zcmbVQU2Gd!6&~B;pE!2nB>mg|aY;hsSvvNnMMX{5tF~zhUD`AxDa$&IhKc9e8SmKR
zy)#Z5CzkeMC0YroS_!F@;9=o~uDTLMJW!ri0>le1jS3_?+e%0*4~UmQ$^-kvIpdkJ
zoj8Tvku`Jfz2|)Q+;h)4_gw!W9*=VHe7yLk`cZ=8{)!Fv2|C2qO(5=a3a9uqF5CF}
zvOZ}0HGe6P4fwDxpz)<(HfYnl7Al3aVVe$Wky2N-%cetGwA7vL20EOLDG{Yhi7MSn
z?8kgI?&rS2De-qXrH6(e1R67EdzO7d@87X8Dfq0=cVw+f4WRhTs$s%6Jg%2Ya#=xg
z=Gyr9#LNtkkpeZP3eyX<3(+A`Q7dG{SfrX(Cpo=T(Wt5FWn!2zGgpipQ!8eDS1wvs
zqViE6$3=Bi$w3=uL0YH$5Q)vCUSH#n)`5_Np
zLZGBT+U$iQvZCy;)D4{}2AF7912xT&8BQk0uT4)+OwNj{CvE6emZRwu`Z|Wj
zal&W;qJ^?1eqLuplcB3c+}*RrM6h!s&8-{p`0}bv%GK8W_Vkvdyb5+fD2OtO`|L@g
zCmR$TNxRt+3nb~Nsi|f3H-QW`7q~;jjsTMEu(KtwB4U+ISuGnxREa2V!!`xdh#fl!
z1#xs6OfwW(=iT8gWVC%rCR57=VpKHMB-e>OE$&0>TyvxIO>oR8H~~Jcp@^85$zZaB
z`Gi3t=Gr3d`;Z$w0C2`+a+VsVIE4nd=s3{W^;vmg;$}rI8<6S*B7z?fv8Q%`&w#gBiaiU!w)kfK8~B
z&0@Tvnv2Q7MtUQII~R|F!xQDDF+2A(a(WZQTO_jK(`0orI4;UoJ=M@xNL{Ao0_>l-
z&AB}39bTAe_d;Y$9&`LeaA9|7GEGbRlCx{=`u~5dw*LQnH%SA*`X+rRBveta(n6Oq%<==
zeQ9cT#^T?i%LV}H%%qA9WJU0bc7w?kE2L0`mQ5=F{}EUrI3MBWz|f1WUb?I?`
z@=5>YKgO;+9XNPv^3z!Fo!4)_z8*Wg7CXF=`09G%#9HFS!&ARH^NTZ&>Q7Eyd6JlX
z9`MI|0Bg^oTa*9!*M9D$ai4)P|I^s`tGwW6JwQ(i-Bv`B@FF2eR#cKox>D7Uj!Dwn
zRatXJ!jh!uIp`ix3uQbj8GXA7H)ILZJ399WL5w+lAVO+2OPr~u+7Xc
z^6l5RfH2bVdYAi{&-~@!(Z~G$Eq*XKw)st8Pw>#aQ=1%o?(eyu``{&;d}ut!o(2}e
z2)#^1v=Mk&5lD}XgA3KLLgsP>s?UZxN8x};c?V1?r>QA8z45rWj}C@5u{topzf)$_
z05&+(8y^Q!L@ntXb3{u|GKa0HDuHP8r~0iVzJ
z2^al@>wU%@ddBVl8+YOv{=`k*Kfu4!yBUqdBb)s_vB>7pC{X+M4n+QW$v3vo|CsB4
SUh{q3cj#XD-yD4G$^HxE4HR1d

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..16e68a20752ebf6139d0a07f31eaf390a5ebe5be
GIT binary patch
literal 13218
zcmc&aYiu0HdAql}_u}2@NFLu5xqOK_nLJwWh>;~z6eTNCXvdV4n6`60-7d+a?!nCN
ziROVURKY)}#DU2s2pPmi&ghTOu#3__fvQDYNVbCnXn*iRxkqmpL_uAk`FAoED3Sm4
z`(}6VL7fyOEzmu3W_ISA$A0s@Xa3FYb~5mMI`L9u*Di+nPkb>S!6P^Lc^2Eas1UP`T4T0RTg*Ocr*(YP5p#|@X<3L?#9X7Un0wSs
z->p$kY{%%1n0M40s~oM2RgG5BdRw$Q<{S0VvOQW8s~xSSWk<9wRzF%FYZz@{84Dvb
zlLyQN7jn7jJyw4kZMHC{8OixNBUQ-G_c)_==M3w2{T5$_{j6ra7>Xuk#m{NnKzv5y
z&qWkfvp+wjMiTK*6aZ|4iC8QYm;4q@7<%!==U>!pBNqk-hek&HyyhNE#K$7zNfJVM
zjXxWSOIqEytOmoy4Z*QUR8}GQK9T?}E@<(VZE-_OW!V-Fv{aRC*#Rxp
zWm~+^;*%<6kHo{gyi^76HSjgnkk^*&;e(dCqHnB`9a63Agzu^!vrBc*+5r9QA#bGp
zdD#KuHo$w+jNot5d?j0GY<6f1sKqJ5^VLv1G%kzLL^u=`fegg)XyOtSOZGS5q_88&
zOJSW@lzzRYSBwHZ^@~VVqBcv{xGTtPY)LyD3JM?$JBiPI5v0v1AvJCL9R
zZ}d~J--yw#6yg~=i~*O7Q^*UL(PjM!b4c=~h>|=OiNm6kz$^sk
zis=Y0**x*GJfn!pL?RiL#7nX$B~($7r$WG;(AD@5I;#G;VmuU+d+5hdWZ(u-%)|ap
z5t#8cv0dNpb}=+ICd1yv$D#j>IaWYC1zRV-7K%+pje**yB2&ip!rZDsE&*in*LssA
zDo&{Cl+xeVXY>jr$ar77I8E1VB0;8W!sXC@BK8}DnL<${Ji22_k9aAmirc4?64UW$
zA|wUWNK6LVA?|&;UH`z+3B(Yzzye`LNi<;-@#qYlhmL9v)t;ZyAoDY0VmuL-#l)D{
z+nZEm(gV4{7RVvJy$VP!F+^l>3g}IidSJFI5uzqTQMwj64sVHg48)#+Dno!8l&pv_
zsw76nM4To9grIW`4vt7cde;Yf4fsk4h|fbUnT{wj%mgTkB_v>;FqO%QI1!qflH;P9
zpnY+@`ZSkj=omm*p=4AI(3kU}PLQdzh|J%Gl30BCC{Ea`)6B6~DNFwmke7RVkz--Y
zj_P^uR7jnGzWAn7?xV*Cwlz^+%$JYufOJ;Mrec9jAKi_z@3xMAQW(ujWHm|R
z!(l_)Ql(^r6eK6J^#WB*v&F|;ahLIIH5eyxh!8IB`AxEchRXYD`6?#q$9?eOY7F0=6K9zb3
z7C@Jy%qXfH>z#&?%W*#np_Ek@ESdw^l@6BbH2Y)K<2s`7(HxlS9rv3Z!%0F=K6a>asG-pVnCH#6Ts1#U)RviJ&M^prW>fks@B&XhGHC~aU
zV+yi`_#oCdk%-BCByp+lg_-a~h{RqXiAm5TO5b2i0_`y__XV!Niu$6FOMO!_>O>;G
zKd^USAFdySM))#VA4(r6mA+skuF3?A(mqoKK%vO`3{1^v6@^tQDRHp4dC<`GMG*b4
zMCG3$xyo$VU2nRtyR&vNV;47EwHuWU8`X^)zWN-`RvyW@8Asba#^G@0Y8i)n8)VBy
zb?b(&VWaX`u7bi@0nWP(&bLw7Y{DIWLby}g;VQ0IWbNGva^UZtdH0!5>_@g>
z{fuVQ_dwD35E)m(#S#Y1Wh#^Y9X5685i$k1&)_s1&U~P@4F5u{)r2VIP-`0Ig-V=_
zdRawPP?XrWtaIF~h1g~-k_C&>@LhU}ZO
zJ|2&=*2zW_zL4wtVB!sC$m1()c?rDRIqP3qM~r-$on~I+USg)%|IfMoj$yx5rK?1rLD$3Zro(8Bf)hmAcUK7XYH10xVr+?)d7nzRrxV69jD5*PZco
zZ&cSUJ+t@>WZCLnnd)5|H4RI_#UNzanx0He&t138=bX3S^)X)Gg1S7gIGvuz)CD$O
zRd1fVes06Ncf;#jax6OD+Lf+fZ``x)ed?aTxjpynjIUw-+?~prh0tQ%yftUHIvO_W
zo3r&jnfjg$Z(aK0THo+m*Km$w8hW=FOM_?r%snsD^3+C6bGBwrre@D-`PDFcJupVKXlX#
z?qNQv*>Q3=^U)s1$u91r{oN-;?&C%l${&jYrn?QqzQfL&T*RCv{&vbupSryIsBMZL;t3AUV;DCt#3Ux2*LYX);o5U{a~aVMEK
zxi|SRH_n7DuLAYH0`h*2o8xDBVwvR@EpJrt%$z`L1Z8;EqOdcJn%6B7`#PiMHHs;H
zi@u=DT95@!GA67kFNyc@y+-~BHle+s#RPLy$#Qu&Fq|+eNF2@!P&MZFOS}nnjSX8^
z*vUD5j+qlQF7Z&JYt4Y~2aadcdc%dbt5
zW2wVsrN=hO7C1`7QOdDEzT;akoPt8=znR}(Wj<%P8qXbH=RJ<8tX{G$+LkN=mK0kg`
z!S^pwCjJWIhLJV?!pP8z1dRpFdivb+CkD=uW?DaT=KK(8#Ucj*6@uigaZx!=rMBN%
zB!ZDmH4Z{Mnn3lB=E8LuMz^9MlYs<=hYDfxEWD>Wp9GEH1xN)0+*cWplT~#~jf;)T
zU(fCgWOfGDynUOMwM)&5&CAo-)_s}QeQVzRSW^mY6^Q^xehX`E2*`_1yy>cl~V7tv#9DUj=Dhr3P((kd!pV6|EjP*`|^6@(a#yy5xD-9`N4&nO;`PL
zUAiNk{KVCJmxF2olC4zz;L51_NkQRBHwWB^vaU;6>6Ld6=6E$9gn$j;3x+jCeaeY3
zsF%?^dsUYZ-+(2hEMPJ6;CF5yXR@1Mner?UuvhF!N&w+81^|oic?OAV6#@n+pvhLkGFMMYAEu3FI_=&yk
zF}VCTjQgax%q!170i(sZgPq7@6{a;FlM!eLhaXN=VYp7mt@tv<-mAYwZ9ovmrT9e~
zS(ka$K_zrWE$d&rJ6MaMf=}%2k3s%582(9-|K|}hjS)Tp(p`G6b2~|w
zpu0kML3Dx+!_uL()Dxg$gzC||bYn|+ywtU-|VlSQ(=
z!h}RwUl293JiviqhR6ci3iL78aS#kO6&*PGOy*+=W(`D9^Y&t)ZZ>Z@LJXiVE7*^-
z)`EtawGxcB<}Jyh{&@ij=gn696;}JkMV@&h3cAVK!R%!eb{cHXmtd7(1cvokfZvun
zat;sr!ZhxNr%}C>nBW*BLhuxWBosKxioj744MZAn)E*>zVHs50Q91B{>r(nto-R1%
z(GAIdv5O3YRfW=5^Gy*51_mK)2;zYlE^?77tOQj^3}HciVO=c}H2ldKOi-7Rvp810
zK9;@~3T%w`upexr5#l&R7wD29qpo}fwa4^jKI9aWFT*6M?y~&xu$%u804skF3HZp!
z5Qd(eUTLFxwue@>W$bOY?H%{5Olw#Ae75Uwrt5IF>rAHW%zD?^^_Fv=Gd9QZ>%;S>
z7cQXItx4N%yLN9hw0zD8?&Ax>W=-q&Ub)NgmB%;RJAcysPWMj&?*vwB*4qy+oZa+^
zYi)a158im{w(r!Zb?wwuKA5RLxH^8j{@8s7bjo4RyBrL4SAco$Tg|!$3R3Yc{{VC1
zknO`m!inP*DzOBwbHx&h(K8xRTxiF6tyuK+4^Qbk+N6vBu~jYoph?KmFZ3sM-w4U_6EOJ$Fu
z?{(;+pi>C6*3_D9>diFuW}8lAnoit2yxw#++w`?e)7RFUMlf!1;QHD5lM7v&l}+Dk
zzRR%g1DoFFjgIs@opj5!{|Ku5{7H(Aw1I>=|XJwxQ
z5JVgD(i^Ss!X^}K?~+aYzmd`=v9NP+`UX)3T<^BWob^Y{+elJ{RifQ)DG<*aKr9YM
z67W}8{fw}kd}aiLe5|R1CFG+RViHc?6+EU1DJ3U0`O_&f4lC4bhVaw)7tXv8B)E?d
z4b|;XD&`7~ffuRFIP^hz2^Vpaa3oAj%F6o&M1fJZsrLz}O8Fl{SfxVvQyk$kBv%8|?@NF2^_XtSlWAhDjybUnA;^_BIOvp{0*LyJyyAUB%DboEaf-f8%o
zrnGylF|c4mQu}&(d?opb_uyRt0Pk}!(tR9`j`=`A=Xq(sHPFl5>J#13BHT_O36N13U_nJ1c)+%&
z4h%w^9^o*4jxl>Zey(2v(c>~G3DMF}LyVYrn9
zGlXR@JwQj}O&EIF1q)(*_Xv#WNy{ict!>8dHIM~gPsX49OZ|V{zp=Apf&IR7!&Ujk
z=8lH!j-Jep9t;-1Ffj4Xp_`$fMQ=rKesitq{Cd@eHP?kNau74P$Uaay;X7`*b`I=e
zZtZcL=;v5u4+>BQ0jXb0A}>LYFb|3O7
zE(3Z=D_97~dzOcl5Y&SBN4|X92GN9qIw}gw&T^7q1aMi&+5oe`(IYzoCoHLf=iuG|
z-sDP%vCw6>c9n$NLU^~wINKJ-f%x&AM8+pnF`kTF0%$ZQ$aoSj4k@YL(*TmhxG5Z`
z167xSLF3tIO}PW&ZUZI#VtdMNTInfEyT1?x^>btd)=ALe&_j_%D2Y-e`m+?D8W&T>
zw}(2=G=D@WsVHJ~AD|ReIiMjbJoD;zjx4j^K6a<-_)YeP0#?Kz+p^iR>qnEzudLLs
zcCR+vXoszbqje5qiVz#DZd%^|z1}rf>zxYM0{iVlaALH~E*_pAzEfQ{e^&R!^Ew)4
z!HuT|=l7wo1R5GVA1G~q%9)&|csGP>o`gUkwt;t+_YKQ=gas7f3i{tI!uc!Jb`VGd(!j7wnw@r9@yg3BXBo`T~(pbESZ27hn?Zak3MamKh7AySbN
z06B63=7U=pFp}mNdMzx|>lx%I);i?;J3Sukgi8IYh8{f*!+UCXS#@6~0wciJD5s&z
zRVHV(IszLmZ`Re4akXS!9T`{0C$27Fd^q^x9e7fgbv45Q*@pKV9H_z39Ey{*rk?dG
z*v;OY17IE~XqsPZ+{wJXXTZjlI1adnbRRdN0FDD&ZWsT`RlXk1tywkihLnrof{Lzw
zJcPvR3=G2He>)Pr@c?Hz1(lljyRWf+ei$xg(|byqRllW_YA>fa4V4Hq12=-;ijuA`
z(7UC^A>J_5IoMK&;uIgd5Dc@Xc9q}jynZ%LuD!U^7@z|kQc?BhvFpdyD!Sl?%+j&N
zV{5Lq4R_63RX=Y0VPnP($C))t{fqs}6PfDnHCOjznm$7%b9}w(*)`X*lym(S;)6Mc
z{mq&^sGp7pHD?eHtdnr$5!774;J4rwCF)anvju}vA`FG<$aowsfdz^Dtz-mpyif#2
zt^#+5NH+{fka7shXt*7q5{-lC0Xc=Q{G~)9N|2Qaaw$DMAs7=U7`P=zFu@2Hb>j)r
z96^hipzU?C|J?{J-Z+V^?bzCp9>c1R)sr`>
zKR82+H#@PlLvP)sxALnaA2?|7hGevQgySpF3fT?*#>hWHD->@+D`Yv57Y?lQ*x|qp
zA9gsf<+2Kga$cWsk;N%7H|NAMPKtT1$0gLK`Si#;Fd!6H2WfUg&u$KGVdYk{1HP@+
zE)1|MwK)d!)xmo-*LMMN?{Cp;cy|J9L_PE~3zeE3?n~*n*pM_dt2#4<0CY!@PAExe
zEpYEFkiT~p2uCA^*(jdK@K`&NlP1}YmzMe+!Xy`PE
z*1UdtSYO&9FS`}p4Ba+fQjJ8FfcdTH1VV7D@OM5FB!)#naW==O}}P#Wtd(6#q9ev
zbL757U@cn=B)@YpY~WW|`QjF!qw}iup7jLJ4zSCIf5*@Qo%MeJ
D4IVIj

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..a3affdc54d90edfcbc3eaa4db0eca16e83afe876
GIT binary patch
literal 10167
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

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..fe506b93bf0ef323eb8696464cae275d77604b28
GIT binary patch
literal 7595
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

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..33b5b2d0d1221203a46372ed282c33d54d8a8277
GIT binary patch
literal 1679
zcmZux&2Jk;6rc5e+DYtuf2v`d6q+E_OH&CrG!-QZ6bVH|flBdZwb_~2>+V-))=6yH
zqCzdF8*4oXXwEdcNvw_1EIF9j@opSgBA93Cm9I+rqT(BiaF31rV
zZN*6!(i}*E_W_hP0F;rq%g1pGnW{3K{+%h)TqxZ!>noVOMejI<(9n%$gV(0n*#nu)l}`omh@#8#pnNT2IBj>w0T$a(wEO_rKuc*@<;h=B%dEIgYgk8hVCrjci%>lE@;cg0H<^va^^{53g
zYr9Y~d>^?G%S;iw;LjXX85GLRh#_rc#O
zA)WaHP-t}u>9M1svF)1=);4do6wukfJ^Q3%>Y#tBIlSLLvpIh>@Y>G$PWdsn*Eh4*
zdu?;>AlLt_yKgJ=AhUNN->fu?k3ZTQd+TZU+s}K)w=3V(zNs}QAAY*utL=4azx1j*
z!~4CjZ_3Y<+*jGpvp*>ppC}ifDwEH1gPYlZPF?}sqkjS}J@#|o=obqup0ZQIdi+cA
z<}CPrHur9h{~^m!T%c#I=uxG0J*IVZZxKkCkS~G;E<=sjmN3_2pm%c_yU7;0*sJ1C~SZOL2U_K*U0_(
zqtWp_VW=gHh(p_Nwg45){-*h8B%+VW3A5m-Bt(=weQn|nW6Ot9Q1vah7^gA*QWx7+
ze%T-|?h0nlQ20MiBrt*sp|=Mj68H7+emFsaWZ{R#t
l*_%aF3iLEM?huR}f}!8Q%pv=(o=7S;^!4Sx02NV$e*rTgvortz

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..d3a40bb7f2cb2b695516e91fe387d628db857b6a
GIT binary patch
literal 6726
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

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..b55e435edea3d6e6edc92cacaaddbbda4f8ab207
GIT binary patch
literal 3981
zcmb7HO>7&-6`o!0E|-5I^)FF!v{dX^G%V7V?ItN=r?zCZb`8aaoEBveY}dOhit;X(
znO!=NAQ=wegHjZ*4HS?I7-$L0Rq7|~kxiF(8D`H1;QAP)?nB9@w&P_Fz2+g<*8=z
zW&t}z+bmLcxP%KuPhD`GB8(!cdeg*i!6~XL73#L(lsp)^FbYmOwyhNnO3uDNIeBq*
zHqDd71Z0U`yGr{Dbf@US=_t;eqA6Dwy?Ljow4Is)
zXP}g@W0Z9h6tG!xu%{G?%H`SjW|TPx+nSeQMz1aPv9F>W0sXx4LGv&_Boa2gGA_>O
z&HH8h4nj|Fc4rK@YiJoQF!tVVfokk)250a_zz`mb8$v_GeV5sAmTbQKIJD73%y*gZ
z`6xpR{{6N2x6!2iNM@GhHiag+5cxLG2p@a~8+=2TLyIUKnOO>sk6VteStRUw4mMQ}
zm(A&=*-LZuRx}0T-79MrTp?Vq<|*@uHu{!fk8%4J~iF8NimL=`75HO+XQ0-n2?f()f7UH8BxrzjXY)qP3_vWv^8Bc4vb(
zzCrMd>W#Yv&&;F+A{Zths1LS<`)M~oJG#rXL}Wmr3X$WIux2m{P=;yJBO&UrO3_55
zl7{K}-LQy>JvxEHIFFrj2_Pr9rZwl%Xj8t)XXhQ;%wp$y_UfWOuVMQtb`}5gPVo*DZDbJMG|TG
z>nPTd6m{kl&&!MLvyG<)an(=sLH4`cG#c
zoqZ<1y#szA5^O@12pZ12dOPT7@G_WQW-#@3A-vEGOKQMx%Umn)TR>Un4une6(n83e
z-TJ}|R_0n9N&y#2-u~vreU6v#Dc_67oL@XvAfv&QtoNQ|k{vSvWx#Wb5^
z8Y`GyQCh+Zr4Q5Y2y{fGhFx$EK16Dy3YR8OT8If@my1hX`;Y^?6CiX~p}UQ?
z<*urnuE^>2qhH7q+li6Sf`5qqF1nQ%uO=>65|?ZJudS`zU#aySTC?t3+nqhX{$Q&!
zRS%-hA9FiM=nSul^(Yz`+8%nN_U_b|gBPE84-Qw8$1BO>>(`zoC!P*o+#bqo4V`!y
zlDfjH(klQ}_XFvfJhC0{TkZJYes
z;I_|ciVf}|zruq|*sl*U8dwf|(z6^`phvy0`H{HH8~i&UE2hB40c8i`T==Bh+buq=
z_@)K5z!~C0-nRi34nW(AcrYJ}%OcE_=<1+BBWz#8ap3PFv?YXDK{kt@MQM2k9$B(&
zdK!&m(&_QHJBA(9FRgZ&p9oKU=qUSNAObgOd}m4
zv0aliZb^(P?^?%a!7mbQ1~nPDdQ|*Bkcs?$`Lytx{a{*rfv5y2A
zB@o}H%a*{?{`CDAz-K_RG`tT3d$2}Vb^i$6ZS-PbxH@pGGH|SxI#NxYs-#Z66aypS
z)d0kJUvf>oudaq`k>1Tns-_&PDialDVoN!_I(aYpGmpm`Zbr}tfYzqB#o{J6MzPKZG
ziQlh}#l`*y->W0|toN+zj|Lg}#NDBs`sk3@y*WBjNAP{(eLne@?$3Yp=UcDnu(2Xt
zEd3e@T24M+DCUU_HMjAKq5c!eTPy*);VJW(?dTAs{S4i*;owZ;F#=i{Tf;Zt*M+5B
zl4#e#1$~|+ViEv$BUg7a1^@Aq(XB$GJ~WKC^D}VBYV&b}X__FfeQRz8YK2#JK@Fa9
zEZvj7y-GgB8W+H-O>(aW{5x501{Q)M#EJ?TI7k5??P3Zw5`y2XD{yiq#+TS}(PM-G
zyTYFUr**C0$nP{l>Ky(B2p|a~_X>3N0LO9vKpoG~&{t@*f=0haXP={^U!$StXzV#U
u`5aArg{Gi?j!wJ?C0F~ap=2eLeDKy*=Yy6^q$zleU>YX1k>WZ(M$

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..a163f93af7b09aeb1f7b431b72f7c0acf13ae6b4
GIT binary patch
literal 28919
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
YN9r8B@*Z6M!&sRBxiq+r71N{t1!6lR@Bjb+

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..3077f83af9ee803beafb39fe9ed0bac530b9f65b
GIT binary patch
literal 9734
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
g?x+X5&0zPv`` can be a glob expression or a package name.
+    """
+
+    ignore_require_venv = True
+    usage = """
+        %prog dir
+        %prog info
+        %prog list [] [--format=[human, abspath]]
+        %prog remove 
+        %prog purge
+    """
+
+    def add_options(self) -> None:
+        self.cmd_opts.add_option(
+            "--format",
+            action="store",
+            dest="list_format",
+            default="human",
+            choices=("human", "abspath"),
+            help="Select the output format among: human (default) or abspath",
+        )
+
+        self.parser.insert_option_group(0, self.cmd_opts)
+
+    def run(self, options: Values, args: List[str]) -> int:
+        handlers = {
+            "dir": self.get_cache_dir,
+            "info": self.get_cache_info,
+            "list": self.list_cache_items,
+            "remove": self.remove_cache_items,
+            "purge": self.purge_cache,
+        }
+
+        if not options.cache_dir:
+            logger.error("pip cache commands can not function since cache is disabled.")
+            return ERROR
+
+        # Determine action
+        if not args or args[0] not in handlers:
+            logger.error(
+                "Need an action (%s) to perform.",
+                ", ".join(sorted(handlers)),
+            )
+            return ERROR
+
+        action = args[0]
+
+        # Error handling happens here, not in the action-handlers.
+        try:
+            handlers[action](options, args[1:])
+        except PipError as e:
+            logger.error(e.args[0])
+            return ERROR
+
+        return SUCCESS
+
+    def get_cache_dir(self, options: Values, args: List[Any]) -> None:
+        if args:
+            raise CommandError("Too many arguments")
+
+        logger.info(options.cache_dir)
+
+    def get_cache_info(self, options: Values, args: List[Any]) -> None:
+        if args:
+            raise CommandError("Too many arguments")
+
+        num_http_files = len(self._find_http_files(options))
+        num_packages = len(self._find_wheels(options, "*"))
+
+        http_cache_location = self._cache_dir(options, "http-v2")
+        old_http_cache_location = self._cache_dir(options, "http")
+        wheels_cache_location = self._cache_dir(options, "wheels")
+        http_cache_size = filesystem.format_size(
+            filesystem.directory_size(http_cache_location)
+            + filesystem.directory_size(old_http_cache_location)
+        )
+        wheels_cache_size = filesystem.format_directory_size(wheels_cache_location)
+
+        message = (
+            textwrap.dedent(
+                """
+                    Package index page cache location (pip v23.3+): {http_cache_location}
+                    Package index page cache location (older pips): {old_http_cache_location}
+                    Package index page cache size: {http_cache_size}
+                    Number of HTTP files: {num_http_files}
+                    Locally built wheels location: {wheels_cache_location}
+                    Locally built wheels size: {wheels_cache_size}
+                    Number of locally built wheels: {package_count}
+                """  # noqa: E501
+            )
+            .format(
+                http_cache_location=http_cache_location,
+                old_http_cache_location=old_http_cache_location,
+                http_cache_size=http_cache_size,
+                num_http_files=num_http_files,
+                wheels_cache_location=wheels_cache_location,
+                package_count=num_packages,
+                wheels_cache_size=wheels_cache_size,
+            )
+            .strip()
+        )
+
+        logger.info(message)
+
+    def list_cache_items(self, options: Values, args: List[Any]) -> None:
+        if len(args) > 1:
+            raise CommandError("Too many arguments")
+
+        if args:
+            pattern = args[0]
+        else:
+            pattern = "*"
+
+        files = self._find_wheels(options, pattern)
+        if options.list_format == "human":
+            self.format_for_human(files)
+        else:
+            self.format_for_abspath(files)
+
+    def format_for_human(self, files: List[str]) -> None:
+        if not files:
+            logger.info("No locally built wheels cached.")
+            return
+
+        results = []
+        for filename in files:
+            wheel = os.path.basename(filename)
+            size = filesystem.format_file_size(filename)
+            results.append(f" - {wheel} ({size})")
+        logger.info("Cache contents:\n")
+        logger.info("\n".join(sorted(results)))
+
+    def format_for_abspath(self, files: List[str]) -> None:
+        if files:
+            logger.info("\n".join(sorted(files)))
+
+    def remove_cache_items(self, options: Values, args: List[Any]) -> None:
+        if len(args) > 1:
+            raise CommandError("Too many arguments")
+
+        if not args:
+            raise CommandError("Please provide a pattern")
+
+        files = self._find_wheels(options, args[0])
+
+        no_matching_msg = "No matching packages"
+        if args[0] == "*":
+            # Only fetch http files if no specific pattern given
+            files += self._find_http_files(options)
+        else:
+            # Add the pattern to the log message
+            no_matching_msg += f' for pattern "{args[0]}"'
+
+        if not files:
+            logger.warning(no_matching_msg)
+
+        for filename in files:
+            os.unlink(filename)
+            logger.verbose("Removed %s", filename)
+        logger.info("Files removed: %s", len(files))
+
+    def purge_cache(self, options: Values, args: List[Any]) -> None:
+        if args:
+            raise CommandError("Too many arguments")
+
+        return self.remove_cache_items(options, ["*"])
+
+    def _cache_dir(self, options: Values, subdir: str) -> str:
+        return os.path.join(options.cache_dir, subdir)
+
+    def _find_http_files(self, options: Values) -> List[str]:
+        old_http_dir = self._cache_dir(options, "http")
+        new_http_dir = self._cache_dir(options, "http-v2")
+        return filesystem.find_files(old_http_dir, "*") + filesystem.find_files(
+            new_http_dir, "*"
+        )
+
+    def _find_wheels(self, options: Values, pattern: str) -> List[str]:
+        wheel_dir = self._cache_dir(options, "wheels")
+
+        # The wheel filename format, as specified in PEP 427, is:
+        #     {distribution}-{version}(-{build})?-{python}-{abi}-{platform}.whl
+        #
+        # Additionally, non-alphanumeric values in the distribution are
+        # normalized to underscores (_), meaning hyphens can never occur
+        # before `-{version}`.
+        #
+        # Given that information:
+        # - If the pattern we're given contains a hyphen (-), the user is
+        #   providing at least the version. Thus, we can just append `*.whl`
+        #   to match the rest of it.
+        # - If the pattern we're given doesn't contain a hyphen (-), the
+        #   user is only providing the name. Thus, we append `-*.whl` to
+        #   match the hyphen before the version, followed by anything else.
+        #
+        # PEP 427: https://www.python.org/dev/peps/pep-0427/
+        pattern = pattern + ("*.whl" if "-" in pattern else "-*.whl")
+
+        return filesystem.find_files(wheel_dir, pattern)
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py
new file mode 100644
index 0000000..5efd0a3
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py
@@ -0,0 +1,54 @@
+import logging
+from optparse import Values
+from typing import List
+
+from pip._internal.cli.base_command import Command
+from pip._internal.cli.status_codes import ERROR, SUCCESS
+from pip._internal.operations.check import (
+    check_package_set,
+    create_package_set_from_installed,
+    warn_legacy_versions_and_specifiers,
+)
+from pip._internal.utils.misc import write_output
+
+logger = logging.getLogger(__name__)
+
+
+class CheckCommand(Command):
+    """Verify installed packages have compatible dependencies."""
+
+    usage = """
+      %prog [options]"""
+
+    def run(self, options: Values, args: List[str]) -> int:
+        package_set, parsing_probs = create_package_set_from_installed()
+        warn_legacy_versions_and_specifiers(package_set)
+        missing, conflicting = check_package_set(package_set)
+
+        for project_name in missing:
+            version = package_set[project_name].version
+            for dependency in missing[project_name]:
+                write_output(
+                    "%s %s requires %s, which is not installed.",
+                    project_name,
+                    version,
+                    dependency[0],
+                )
+
+        for project_name in conflicting:
+            version = package_set[project_name].version
+            for dep_name, dep_version, req in conflicting[project_name]:
+                write_output(
+                    "%s %s has requirement %s, but you have %s %s.",
+                    project_name,
+                    version,
+                    req,
+                    dep_name,
+                    dep_version,
+                )
+
+        if missing or conflicting or parsing_probs:
+            return ERROR
+        else:
+            write_output("No broken requirements found.")
+            return SUCCESS
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py
new file mode 100644
index 0000000..9e89e27
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py
@@ -0,0 +1,130 @@
+import sys
+import textwrap
+from optparse import Values
+from typing import List
+
+from pip._internal.cli.base_command import Command
+from pip._internal.cli.status_codes import SUCCESS
+from pip._internal.utils.misc import get_prog
+
+BASE_COMPLETION = """
+# pip {shell} completion start{script}# pip {shell} completion end
+"""
+
+COMPLETION_SCRIPTS = {
+    "bash": """
+        _pip_completion()
+        {{
+            COMPREPLY=( $( COMP_WORDS="${{COMP_WORDS[*]}}" \\
+                           COMP_CWORD=$COMP_CWORD \\
+                           PIP_AUTO_COMPLETE=1 $1 2>/dev/null ) )
+        }}
+        complete -o default -F _pip_completion {prog}
+    """,
+    "zsh": """
+        #compdef -P pip[0-9.]#
+        __pip() {{
+          compadd $( COMP_WORDS="$words[*]" \\
+                     COMP_CWORD=$((CURRENT-1)) \\
+                     PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null )
+        }}
+        if [[ $zsh_eval_context[-1] == loadautofunc ]]; then
+          # autoload from fpath, call function directly
+          __pip "$@"
+        else
+          # eval/source/. command, register function for later
+          compdef __pip -P 'pip[0-9.]#'
+        fi
+    """,
+    "fish": """
+        function __fish_complete_pip
+            set -lx COMP_WORDS (commandline -o) ""
+            set -lx COMP_CWORD ( \\
+                math (contains -i -- (commandline -t) $COMP_WORDS)-1 \\
+            )
+            set -lx PIP_AUTO_COMPLETE 1
+            string split \\  -- (eval $COMP_WORDS[1])
+        end
+        complete -fa "(__fish_complete_pip)" -c {prog}
+    """,
+    "powershell": """
+        if ((Test-Path Function:\\TabExpansion) -and -not `
+            (Test-Path Function:\\_pip_completeBackup)) {{
+            Rename-Item Function:\\TabExpansion _pip_completeBackup
+        }}
+        function TabExpansion($line, $lastWord) {{
+            $lastBlock = [regex]::Split($line, '[|;]')[-1].TrimStart()
+            if ($lastBlock.StartsWith("{prog} ")) {{
+                $Env:COMP_WORDS=$lastBlock
+                $Env:COMP_CWORD=$lastBlock.Split().Length - 1
+                $Env:PIP_AUTO_COMPLETE=1
+                (& {prog}).Split()
+                Remove-Item Env:COMP_WORDS
+                Remove-Item Env:COMP_CWORD
+                Remove-Item Env:PIP_AUTO_COMPLETE
+            }}
+            elseif (Test-Path Function:\\_pip_completeBackup) {{
+                # Fall back on existing tab expansion
+                _pip_completeBackup $line $lastWord
+            }}
+        }}
+    """,
+}
+
+
+class CompletionCommand(Command):
+    """A helper command to be used for command completion."""
+
+    ignore_require_venv = True
+
+    def add_options(self) -> None:
+        self.cmd_opts.add_option(
+            "--bash",
+            "-b",
+            action="store_const",
+            const="bash",
+            dest="shell",
+            help="Emit completion code for bash",
+        )
+        self.cmd_opts.add_option(
+            "--zsh",
+            "-z",
+            action="store_const",
+            const="zsh",
+            dest="shell",
+            help="Emit completion code for zsh",
+        )
+        self.cmd_opts.add_option(
+            "--fish",
+            "-f",
+            action="store_const",
+            const="fish",
+            dest="shell",
+            help="Emit completion code for fish",
+        )
+        self.cmd_opts.add_option(
+            "--powershell",
+            "-p",
+            action="store_const",
+            const="powershell",
+            dest="shell",
+            help="Emit completion code for powershell",
+        )
+
+        self.parser.insert_option_group(0, self.cmd_opts)
+
+    def run(self, options: Values, args: List[str]) -> int:
+        """Prints the completion code of the given shell"""
+        shells = COMPLETION_SCRIPTS.keys()
+        shell_options = ["--" + shell for shell in sorted(shells)]
+        if options.shell in shells:
+            script = textwrap.dedent(
+                COMPLETION_SCRIPTS.get(options.shell, "").format(prog=get_prog())
+            )
+            print(BASE_COMPLETION.format(script=script, shell=options.shell))
+            return SUCCESS
+        else:
+            sys.stderr.write(
+                "ERROR: You must pass {}\n".format(" or ".join(shell_options))
+            )
+            return SUCCESS
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py
new file mode 100644
index 0000000..1a1dc6b
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py
@@ -0,0 +1,280 @@
+import logging
+import os
+import subprocess
+from optparse import Values
+from typing import Any, List, Optional
+
+from pip._internal.cli.base_command import Command
+from pip._internal.cli.status_codes import ERROR, SUCCESS
+from pip._internal.configuration import (
+    Configuration,
+    Kind,
+    get_configuration_files,
+    kinds,
+)
+from pip._internal.exceptions import PipError
+from pip._internal.utils.logging import indent_log
+from pip._internal.utils.misc import get_prog, write_output
+
+logger = logging.getLogger(__name__)
+
+
+class ConfigurationCommand(Command):
+    """
+    Manage local and global configuration.
+
+    Subcommands:
+
+    - list: List the active configuration (or from the file specified)
+    - edit: Edit the configuration file in an editor
+    - get: Get the value associated with command.option
+    - set: Set the command.option=value
+    - unset: Unset the value associated with command.option
+    - debug: List the configuration files and values defined under them
+
+    Configuration keys should be dot separated command and option name,
+    with the special prefix "global" affecting any command. For example,
+    "pip config set global.index-url https://example.org/" would configure
+    the index url for all commands, but "pip config set download.timeout 10"
+    would configure a 10 second timeout only for "pip download" commands.
+
+    If none of --user, --global and --site are passed, a virtual
+    environment configuration file is used if one is active and the file
+    exists. Otherwise, all modifications happen to the user file by
+    default.
+    """
+
+    ignore_require_venv = True
+    usage = """
+        %prog [] list
+        %prog [] [--editor ] edit
+
+        %prog [] get command.option
+        %prog [] set command.option value
+        %prog [] unset command.option
+        %prog [] debug
+    """
+
+    def add_options(self) -> None:
+        self.cmd_opts.add_option(
+            "--editor",
+            dest="editor",
+            action="store",
+            default=None,
+            help=(
+                "Editor to use to edit the file. Uses VISUAL or EDITOR "
+                "environment variables if not provided."
+            ),
+        )
+
+        self.cmd_opts.add_option(
+            "--global",
+            dest="global_file",
+            action="store_true",
+            default=False,
+            help="Use the system-wide configuration file only",
+        )
+
+        self.cmd_opts.add_option(
+            "--user",
+            dest="user_file",
+            action="store_true",
+            default=False,
+            help="Use the user configuration file only",
+        )
+
+        self.cmd_opts.add_option(
+            "--site",
+            dest="site_file",
+            action="store_true",
+            default=False,
+            help="Use the current environment configuration file only",
+        )
+
+        self.parser.insert_option_group(0, self.cmd_opts)
+
+    def run(self, options: Values, args: List[str]) -> int:
+        handlers = {
+            "list": self.list_values,
+            "edit": self.open_in_editor,
+            "get": self.get_name,
+            "set": self.set_name_value,
+            "unset": self.unset_name,
+            "debug": self.list_config_values,
+        }
+
+        # Determine action
+        if not args or args[0] not in handlers:
+            logger.error(
+                "Need an action (%s) to perform.",
+                ", ".join(sorted(handlers)),
+            )
+            return ERROR
+
+        action = args[0]
+
+        # Determine which configuration files are to be loaded
+        #    Depends on whether the command is modifying.
+        try:
+            load_only = self._determine_file(
+                options, need_value=(action in ["get", "set", "unset", "edit"])
+            )
+        except PipError as e:
+            logger.error(e.args[0])
+            return ERROR
+
+        # Load a new configuration
+        self.configuration = Configuration(
+            isolated=options.isolated_mode, load_only=load_only
+        )
+        self.configuration.load()
+
+        # Error handling happens here, not in the action-handlers.
+        try:
+            handlers[action](options, args[1:])
+        except PipError as e:
+            logger.error(e.args[0])
+            return ERROR
+
+        return SUCCESS
+
+    def _determine_file(self, options: Values, need_value: bool) -> Optional[Kind]:
+        file_options = [
+            key
+            for key, value in (
+                (kinds.USER, options.user_file),
+                (kinds.GLOBAL, options.global_file),
+                (kinds.SITE, options.site_file),
+            )
+            if value
+        ]
+
+        if not file_options:
+            if not need_value:
+                return None
+            # Default to user, unless there's a site file.
+            elif any(
+                os.path.exists(site_config_file)
+                for site_config_file in get_configuration_files()[kinds.SITE]
+            ):
+                return kinds.SITE
+            else:
+                return kinds.USER
+        elif len(file_options) == 1:
+            return file_options[0]
+
+        raise PipError(
+            "Need exactly one file to operate upon "
+            "(--user, --site, --global) to perform."
+        )
+
+    def list_values(self, options: Values, args: List[str]) -> None:
+        self._get_n_args(args, "list", n=0)
+
+        for key, value in sorted(self.configuration.items()):
+            write_output("%s=%r", key, value)
+
+    def get_name(self, options: Values, args: List[str]) -> None:
+        key = self._get_n_args(args, "get [name]", n=1)
+        value = self.configuration.get_value(key)
+
+        write_output("%s", value)
+
+    def set_name_value(self, options: Values, args: List[str]) -> None:
+        key, value = self._get_n_args(args, "set [name] [value]", n=2)
+        self.configuration.set_value(key, value)
+
+        self._save_configuration()
+
+    def unset_name(self, options: Values, args: List[str]) -> None:
+        key = self._get_n_args(args, "unset [name]", n=1)
+        self.configuration.unset_value(key)
+
+        self._save_configuration()
+
+    def list_config_values(self, options: Values, args: List[str]) -> None:
+        """List config key-value pairs across different config files"""
+        self._get_n_args(args, "debug", n=0)
+
+        self.print_env_var_values()
+        # Iterate over config files and print if they exist, and the
+        # key-value pairs present in them if they do
+        for variant, files in sorted(self.configuration.iter_config_files()):
+            write_output("%s:", variant)
+            for fname in files:
+                with indent_log():
+                    file_exists = os.path.exists(fname)
+                    write_output("%s, exists: %r", fname, file_exists)
+                    if file_exists:
+                        self.print_config_file_values(variant)
+
+    def print_config_file_values(self, variant: Kind) -> None:
+        """Get key-value pairs from the file of a variant"""
+        for name, value in self.configuration.get_values_in_config(variant).items():
+            with indent_log():
+                write_output("%s: %s", name, value)
+
+    def print_env_var_values(self) -> None:
+        """Get key-values pairs present as environment variables"""
+        write_output("%s:", "env_var")
+        with indent_log():
+            for key, value in sorted(self.configuration.get_environ_vars()):
+                env_var = f"PIP_{key.upper()}"
+                write_output("%s=%r", env_var, value)
+
+    def open_in_editor(self, options: Values, args: List[str]) -> None:
+        editor = self._determine_editor(options)
+
+        fname = self.configuration.get_file_to_edit()
+        if fname is None:
+            raise PipError("Could not determine appropriate file.")
+        elif '"' in fname:
+            # This shouldn't happen, unless we see a username like that.
+            # If that happens, we'd appreciate a pull request fixing this.
+            raise PipError(
+                f'Can not open an editor for a file name containing "\n{fname}'
+            )
+
+        try:
+            subprocess.check_call(f'{editor} "{fname}"', shell=True)
+        except FileNotFoundError as e:
+            if not e.filename:
+                e.filename = editor
+            raise
+        except subprocess.CalledProcessError as e:
+            raise PipError(f"Editor Subprocess exited with exit code {e.returncode}")
+
+    def _get_n_args(self, args: List[str], example: str, n: int) -> Any:
+        """Helper to make sure the command got the right number of arguments"""
+        if len(args) != n:
+            msg = (
+                f"Got unexpected number of arguments, expected {n}. "
+                f'(example: "{get_prog()} config {example}")'
+            )
+            raise PipError(msg)
+
+        if n == 1:
+            return args[0]
+        else:
+            return args
+
+    def _save_configuration(self) -> None:
+        # We successfully ran a modifying command. Need to save the
+        # configuration.
+        try:
+            self.configuration.save()
+        except Exception:
+            logger.exception(
+                "Unable to save configuration. Please report this as a bug."
+            )
+            raise PipError("Internal Error.")
+
+    def _determine_editor(self, options: Values) -> str:
+        if options.editor is not None:
+            return options.editor
+        elif "VISUAL" in os.environ:
+            return os.environ["VISUAL"]
+        elif "EDITOR" in os.environ:
+            return os.environ["EDITOR"]
+        else:
+            raise PipError("Could not determine editor to use.")
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py
new file mode 100644
index 0000000..7e5271c
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py
@@ -0,0 +1,201 @@
+import importlib.resources
+import locale
+import logging
+import os
+import sys
+from optparse import Values
+from types import ModuleType
+from typing import Any, Dict, List, Optional
+
+import pip._vendor
+from pip._vendor.certifi import where
+from pip._vendor.packaging.version import parse as parse_version
+
+from pip._internal.cli import cmdoptions
+from pip._internal.cli.base_command import Command
+from pip._internal.cli.cmdoptions import make_target_python
+from pip._internal.cli.status_codes import SUCCESS
+from pip._internal.configuration import Configuration
+from pip._internal.metadata import get_environment
+from pip._internal.utils.logging import indent_log
+from pip._internal.utils.misc import get_pip_version
+
+logger = logging.getLogger(__name__)
+
+
+def show_value(name: str, value: Any) -> None:
+    logger.info("%s: %s", name, value)
+
+
+def show_sys_implementation() -> None:
+    logger.info("sys.implementation:")
+    implementation_name = sys.implementation.name
+    with indent_log():
+        show_value("name", implementation_name)
+
+
+def create_vendor_txt_map() -> Dict[str, str]:
+    with importlib.resources.open_text("pip._vendor", "vendor.txt") as f:
+        # Purge non version specifying lines.
+        # Also, remove any space prefix or suffixes (including comments).
+        lines = [
+            line.strip().split(" ", 1)[0] for line in f.readlines() if "==" in line
+        ]
+
+    # Transform into "module" -> version dict.
+    return dict(line.split("==", 1) for line in lines)
+
+
+def get_module_from_module_name(module_name: str) -> Optional[ModuleType]:
+    # Module name can be uppercase in vendor.txt for some reason...
+    module_name = module_name.lower().replace("-", "_")
+    # PATCH: setuptools is actually only pkg_resources.
+    if module_name == "setuptools":
+        module_name = "pkg_resources"
+
+    try:
+        __import__(f"pip._vendor.{module_name}", globals(), locals(), level=0)
+        return getattr(pip._vendor, module_name)
+    except ImportError:
+        # We allow 'truststore' to fail to import due
+        # to being unavailable on Python 3.9 and earlier.
+        if module_name == "truststore" and sys.version_info < (3, 10):
+            return None
+        raise
+
+
+def get_vendor_version_from_module(module_name: str) -> Optional[str]:
+    module = get_module_from_module_name(module_name)
+    version = getattr(module, "__version__", None)
+
+    if module and not version:
+        # Try to find version in debundled module info.
+        assert module.__file__ is not None
+        env = get_environment([os.path.dirname(module.__file__)])
+        dist = env.get_distribution(module_name)
+        if dist:
+            version = str(dist.version)
+
+    return version
+
+
+def show_actual_vendor_versions(vendor_txt_versions: Dict[str, str]) -> None:
+    """Log the actual version and print extra info if there is
+    a conflict or if the actual version could not be imported.
+    """
+    for module_name, expected_version in vendor_txt_versions.items():
+        extra_message = ""
+        actual_version = get_vendor_version_from_module(module_name)
+        if not actual_version:
+            extra_message = (
+                " (Unable to locate actual module version, using"
+                " vendor.txt specified version)"
+            )
+            actual_version = expected_version
+        elif parse_version(actual_version) != parse_version(expected_version):
+            extra_message = (
+                " (CONFLICT: vendor.txt suggests version should"
+                f" be {expected_version})"
+            )
+        logger.info("%s==%s%s", module_name, actual_version, extra_message)
+
+
+def show_vendor_versions() -> None:
+    logger.info("vendored library versions:")
+
+    vendor_txt_versions = create_vendor_txt_map()
+    with indent_log():
+        show_actual_vendor_versions(vendor_txt_versions)
+
+
+def show_tags(options: Values) -> None:
+    tag_limit = 10
+
+    target_python = make_target_python(options)
+    tags = target_python.get_sorted_tags()
+
+    # Display the target options that were explicitly provided.
+    formatted_target = target_python.format_given()
+    suffix = ""
+    if formatted_target:
+        suffix = f" (target: {formatted_target})"
+
+    msg = f"Compatible tags: {len(tags)}{suffix}"
+    logger.info(msg)
+
+    if options.verbose < 1 and len(tags) > tag_limit:
+        tags_limited = True
+        tags = tags[:tag_limit]
+    else:
+        tags_limited = False
+
+    with indent_log():
+        for tag in tags:
+            logger.info(str(tag))
+
+        if tags_limited:
+            msg = f"...\n[First {tag_limit} tags shown. Pass --verbose to show all.]"
+            logger.info(msg)
+
+
+def ca_bundle_info(config: Configuration) -> str:
+    levels = {key.split(".", 1)[0] for key, _ in config.items()}
+    if not levels:
+        return "Not specified"
+
+    levels_that_override_global = ["install", "wheel", "download"]
+    global_overriding_level = [
+        level for level in levels if level in levels_that_override_global
+    ]
+    if not global_overriding_level:
+        return "global"
+
+    if "global" in levels:
+        levels.remove("global")
+    return ", ".join(levels)
+
+
+class DebugCommand(Command):
+    """
+    Display debug information.
+    """
+
+    usage = """
+      %prog """
+    ignore_require_venv = True
+
+    def add_options(self) -> None:
+        cmdoptions.add_target_python_options(self.cmd_opts)
+        self.parser.insert_option_group(0, self.cmd_opts)
+        self.parser.config.load()
+
+    def run(self, options: Values, args: List[str]) -> int:
+        logger.warning(
+            "This command is only meant for debugging. "
+            "Do not use this with automation for parsing and getting these "
+            "details, since the output and options of this command may "
+            "change without notice."
+        )
+        show_value("pip version", get_pip_version())
+        show_value("sys.version", sys.version)
+        show_value("sys.executable", sys.executable)
+        show_value("sys.getdefaultencoding", sys.getdefaultencoding())
+        show_value("sys.getfilesystemencoding", sys.getfilesystemencoding())
+        show_value(
+            "locale.getpreferredencoding",
+            locale.getpreferredencoding(),
+        )
+        show_value("sys.platform", sys.platform)
+        show_sys_implementation()
+
+        show_value("'cert' config value", ca_bundle_info(self.parser.config))
+        show_value("REQUESTS_CA_BUNDLE", os.environ.get("REQUESTS_CA_BUNDLE"))
+        show_value("CURL_CA_BUNDLE", os.environ.get("CURL_CA_BUNDLE"))
+        show_value("pip._vendor.certifi.where()", where())
+        show_value("pip._vendor.DEBUNDLED", pip._vendor.DEBUNDLED)
+
+        show_vendor_versions()
+
+        show_tags(options)
+
+        return SUCCESS
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py
new file mode 100644
index 0000000..54247a7
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py
@@ -0,0 +1,147 @@
+import logging
+import os
+from optparse import Values
+from typing import List
+
+from pip._internal.cli import cmdoptions
+from pip._internal.cli.cmdoptions import make_target_python
+from pip._internal.cli.req_command import RequirementCommand, with_cleanup
+from pip._internal.cli.status_codes import SUCCESS
+from pip._internal.operations.build.build_tracker import get_build_tracker
+from pip._internal.req.req_install import check_legacy_setup_py_options
+from pip._internal.utils.misc import ensure_dir, normalize_path, write_output
+from pip._internal.utils.temp_dir import TempDirectory
+
+logger = logging.getLogger(__name__)
+
+
+class DownloadCommand(RequirementCommand):
+    """
+    Download packages from:
+
+    - PyPI (and other indexes) using requirement specifiers.
+    - VCS project urls.
+    - Local project directories.
+    - Local or remote source archives.
+
+    pip also supports downloading from "requirements files", which provide
+    an easy way to specify a whole environment to be downloaded.
+    """
+
+    usage = """
+      %prog [options]  [package-index-options] ...
+      %prog [options] -r  [package-index-options] ...
+      %prog [options]  ...
+      %prog [options]  ...
+      %prog [options]  ..."""
+
+    def add_options(self) -> None:
+        self.cmd_opts.add_option(cmdoptions.constraints())
+        self.cmd_opts.add_option(cmdoptions.requirements())
+        self.cmd_opts.add_option(cmdoptions.no_deps())
+        self.cmd_opts.add_option(cmdoptions.global_options())
+        self.cmd_opts.add_option(cmdoptions.no_binary())
+        self.cmd_opts.add_option(cmdoptions.only_binary())
+        self.cmd_opts.add_option(cmdoptions.prefer_binary())
+        self.cmd_opts.add_option(cmdoptions.src())
+        self.cmd_opts.add_option(cmdoptions.pre())
+        self.cmd_opts.add_option(cmdoptions.require_hashes())
+        self.cmd_opts.add_option(cmdoptions.progress_bar())
+        self.cmd_opts.add_option(cmdoptions.no_build_isolation())
+        self.cmd_opts.add_option(cmdoptions.use_pep517())
+        self.cmd_opts.add_option(cmdoptions.no_use_pep517())
+        self.cmd_opts.add_option(cmdoptions.check_build_deps())
+        self.cmd_opts.add_option(cmdoptions.ignore_requires_python())
+
+        self.cmd_opts.add_option(
+            "-d",
+            "--dest",
+            "--destination-dir",
+            "--destination-directory",
+            dest="download_dir",
+            metavar="dir",
+            default=os.curdir,
+            help="Download packages into .",
+        )
+
+        cmdoptions.add_target_python_options(self.cmd_opts)
+
+        index_opts = cmdoptions.make_option_group(
+            cmdoptions.index_group,
+            self.parser,
+        )
+
+        self.parser.insert_option_group(0, index_opts)
+        self.parser.insert_option_group(0, self.cmd_opts)
+
+    @with_cleanup
+    def run(self, options: Values, args: List[str]) -> int:
+        options.ignore_installed = True
+        # editable doesn't really make sense for `pip download`, but the bowels
+        # of the RequirementSet code require that property.
+        options.editables = []
+
+        cmdoptions.check_dist_restriction(options)
+
+        options.download_dir = normalize_path(options.download_dir)
+        ensure_dir(options.download_dir)
+
+        session = self.get_default_session(options)
+
+        target_python = make_target_python(options)
+        finder = self._build_package_finder(
+            options=options,
+            session=session,
+            target_python=target_python,
+            ignore_requires_python=options.ignore_requires_python,
+        )
+
+        build_tracker = self.enter_context(get_build_tracker())
+
+        directory = TempDirectory(
+            delete=not options.no_clean,
+            kind="download",
+            globally_managed=True,
+        )
+
+        reqs = self.get_requirements(args, options, finder, session)
+        check_legacy_setup_py_options(options, reqs)
+
+        preparer = self.make_requirement_preparer(
+            temp_build_dir=directory,
+            options=options,
+            build_tracker=build_tracker,
+            session=session,
+            finder=finder,
+            download_dir=options.download_dir,
+            use_user_site=False,
+            verbosity=self.verbosity,
+        )
+
+        resolver = self.make_resolver(
+            preparer=preparer,
+            finder=finder,
+            options=options,
+            ignore_requires_python=options.ignore_requires_python,
+            use_pep517=options.use_pep517,
+            py_version_info=options.python_version,
+        )
+
+        self.trace_basic_info(finder)
+
+        requirement_set = resolver.resolve(reqs, check_supported_wheels=True)
+
+        downloaded: List[str] = []
+        for req in requirement_set.requirements.values():
+            if req.satisfied_by is None:
+                assert req.name is not None
+                preparer.save_linked_requirement(req)
+                downloaded.append(req.name)
+
+        preparer.prepare_linked_requirements_more(requirement_set.requirements.values())
+        requirement_set.warn_legacy_versions_and_specifiers()
+
+        if downloaded:
+            write_output("Successfully downloaded %s", " ".join(downloaded))
+
+        return SUCCESS
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py
new file mode 100644
index 0000000..e64cb3d
--- /dev/null
+++ b/.venv/lib/python3.12/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"}
+        pkgs |= {"setuptools", "distribute", "wheel", "pkg-resources"}
+
+    return pkgs
+
+
+class FreezeCommand(Command):
+    """
+    Output installed packages in requirements format.
+
+    packages are listed in a case-insensitive sorted order.
+    """
+
+    usage = """
+      %prog [options]"""
+    log_streams = ("ext://sys.stderr", "ext://sys.stderr")
+
+    def add_options(self) -> None:
+        self.cmd_opts.add_option(
+            "-r",
+            "--requirement",
+            dest="requirements",
+            action="append",
+            default=[],
+            metavar="file",
+            help=(
+                "Use the order in the given requirements file and its "
+                "comments when generating output. This option can be "
+                "used multiple times."
+            ),
+        )
+        self.cmd_opts.add_option(
+            "-l",
+            "--local",
+            dest="local",
+            action="store_true",
+            default=False,
+            help=(
+                "If in a virtualenv that has global access, do not output "
+                "globally-installed packages."
+            ),
+        )
+        self.cmd_opts.add_option(
+            "--user",
+            dest="user",
+            action="store_true",
+            default=False,
+            help="Only output packages installed in user-site.",
+        )
+        self.cmd_opts.add_option(cmdoptions.list_path())
+        self.cmd_opts.add_option(
+            "--all",
+            dest="freeze_all",
+            action="store_true",
+            help=(
+                "Do not skip these packages in the output:"
+                " {}".format(", ".join(_dev_pkgs()))
+            ),
+        )
+        self.cmd_opts.add_option(
+            "--exclude-editable",
+            dest="exclude_editable",
+            action="store_true",
+            help="Exclude editable package from output.",
+        )
+        self.cmd_opts.add_option(cmdoptions.list_exclude())
+
+        self.parser.insert_option_group(0, self.cmd_opts)
+
+    def run(self, options: Values, args: List[str]) -> int:
+        skip = set(stdlib_pkgs)
+        if not options.freeze_all:
+            skip.update(_dev_pkgs())
+
+        if options.excludes:
+            skip.update(options.excludes)
+
+        cmdoptions.check_list_path_option(options)
+
+        for line in freeze(
+            requirement=options.requirements,
+            local_only=options.local,
+            user_only=options.user,
+            paths=options.path,
+            isolated=options.isolated_mode,
+            skip=skip,
+            exclude_editable=options.exclude_editable,
+        ):
+            sys.stdout.write(line + "\n")
+        return SUCCESS
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py
new file mode 100644
index 0000000..042dac8
--- /dev/null
+++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/commands/help.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py
new file mode 100644
index 0000000..6206631
--- /dev/null
+++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/commands/index.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py
new file mode 100644
index 0000000..f55e9e4
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py
@@ -0,0 +1,139 @@
+import logging
+from optparse import Values
+from typing import Any, Iterable, List, Optional, Union
+
+from pip._vendor.packaging.version import LegacyVersion, Version
+
+from pip._internal.cli import cmdoptions
+from pip._internal.cli.req_command import IndexGroupCommand
+from pip._internal.cli.status_codes import ERROR, SUCCESS
+from pip._internal.commands.search import print_dist_installation_info
+from pip._internal.exceptions import CommandError, DistributionNotFound, PipError
+from pip._internal.index.collector import LinkCollector
+from pip._internal.index.package_finder import PackageFinder
+from pip._internal.models.selection_prefs import SelectionPreferences
+from pip._internal.models.target_python import TargetPython
+from pip._internal.network.session import PipSession
+from pip._internal.utils.misc import write_output
+
+logger = logging.getLogger(__name__)
+
+
+class IndexCommand(IndexGroupCommand):
+    """
+    Inspect information available from package indexes.
+    """
+
+    ignore_require_venv = True
+    usage = """
+        %prog versions 
+    """
+
+    def add_options(self) -> None:
+        cmdoptions.add_target_python_options(self.cmd_opts)
+
+        self.cmd_opts.add_option(cmdoptions.ignore_requires_python())
+        self.cmd_opts.add_option(cmdoptions.pre())
+        self.cmd_opts.add_option(cmdoptions.no_binary())
+        self.cmd_opts.add_option(cmdoptions.only_binary())
+
+        index_opts = cmdoptions.make_option_group(
+            cmdoptions.index_group,
+            self.parser,
+        )
+
+        self.parser.insert_option_group(0, index_opts)
+        self.parser.insert_option_group(0, self.cmd_opts)
+
+    def run(self, options: Values, args: List[str]) -> int:
+        handlers = {
+            "versions": self.get_available_package_versions,
+        }
+
+        logger.warning(
+            "pip index is currently an experimental command. "
+            "It may be removed/changed in a future release "
+            "without prior warning."
+        )
+
+        # Determine action
+        if not args or args[0] not in handlers:
+            logger.error(
+                "Need an action (%s) to perform.",
+                ", ".join(sorted(handlers)),
+            )
+            return ERROR
+
+        action = args[0]
+
+        # Error handling happens here, not in the action-handlers.
+        try:
+            handlers[action](options, args[1:])
+        except PipError as e:
+            logger.error(e.args[0])
+            return ERROR
+
+        return SUCCESS
+
+    def _build_package_finder(
+        self,
+        options: Values,
+        session: PipSession,
+        target_python: Optional[TargetPython] = None,
+        ignore_requires_python: Optional[bool] = None,
+    ) -> PackageFinder:
+        """
+        Create a package finder appropriate to the index command.
+        """
+        link_collector = LinkCollector.create(session, options=options)
+
+        # Pass allow_yanked=False to ignore yanked versions.
+        selection_prefs = SelectionPreferences(
+            allow_yanked=False,
+            allow_all_prereleases=options.pre,
+            ignore_requires_python=ignore_requires_python,
+        )
+
+        return PackageFinder.create(
+            link_collector=link_collector,
+            selection_prefs=selection_prefs,
+            target_python=target_python,
+        )
+
+    def get_available_package_versions(self, options: Values, args: List[Any]) -> None:
+        if len(args) != 1:
+            raise CommandError("You need to specify exactly one argument")
+
+        target_python = cmdoptions.make_target_python(options)
+        query = args[0]
+
+        with self._build_session(options) as session:
+            finder = self._build_package_finder(
+                options=options,
+                session=session,
+                target_python=target_python,
+                ignore_requires_python=options.ignore_requires_python,
+            )
+
+            versions: Iterable[Union[LegacyVersion, Version]] = (
+                candidate.version for candidate in finder.find_all_candidates(query)
+            )
+
+            if not options.pre:
+                # Remove prereleases
+                versions = (
+                    version for version in versions if not version.is_prerelease
+                )
+            versions = set(versions)
+
+            if not versions:
+                raise DistributionNotFound(
+                    f"No matching distribution found for {query}"
+                )
+
+            formatted_versions = [str(ver) for ver in sorted(versions, reverse=True)]
+            latest = formatted_versions[0]
+
+        write_output(f"{query} ({latest})")
+        write_output("Available versions: {}".format(", ".join(formatted_versions)))
+        print_dist_installation_info(query, latest)
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py
new file mode 100644
index 0000000..27c8fa3
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py
@@ -0,0 +1,92 @@
+import logging
+from optparse import Values
+from typing import Any, Dict, List
+
+from pip._vendor.packaging.markers import default_environment
+from pip._vendor.rich import print_json
+
+from pip import __version__
+from pip._internal.cli import cmdoptions
+from pip._internal.cli.req_command import Command
+from pip._internal.cli.status_codes import SUCCESS
+from pip._internal.metadata import BaseDistribution, get_environment
+from pip._internal.utils.compat import stdlib_pkgs
+from pip._internal.utils.urls import path_to_url
+
+logger = logging.getLogger(__name__)
+
+
+class InspectCommand(Command):
+    """
+    Inspect the content of a Python environment and produce a report in JSON format.
+    """
+
+    ignore_require_venv = True
+    usage = """
+      %prog [options]"""
+
+    def add_options(self) -> None:
+        self.cmd_opts.add_option(
+            "--local",
+            action="store_true",
+            default=False,
+            help=(
+                "If in a virtualenv that has global access, do not list "
+                "globally-installed packages."
+            ),
+        )
+        self.cmd_opts.add_option(
+            "--user",
+            dest="user",
+            action="store_true",
+            default=False,
+            help="Only output packages installed in user-site.",
+        )
+        self.cmd_opts.add_option(cmdoptions.list_path())
+        self.parser.insert_option_group(0, self.cmd_opts)
+
+    def run(self, options: Values, args: List[str]) -> int:
+        cmdoptions.check_list_path_option(options)
+        dists = get_environment(options.path).iter_installed_distributions(
+            local_only=options.local,
+            user_only=options.user,
+            skip=set(stdlib_pkgs),
+        )
+        output = {
+            "version": "1",
+            "pip_version": __version__,
+            "installed": [self._dist_to_dict(dist) for dist in dists],
+            "environment": default_environment(),
+            # TODO tags? scheme?
+        }
+        print_json(data=output)
+        return SUCCESS
+
+    def _dist_to_dict(self, dist: BaseDistribution) -> Dict[str, Any]:
+        res: Dict[str, Any] = {
+            "metadata": dist.metadata_dict,
+            "metadata_location": dist.info_location,
+        }
+        # direct_url. Note that we don't have download_info (as in the installation
+        # report) since it is not recorded in installed metadata.
+        direct_url = dist.direct_url
+        if direct_url is not None:
+            res["direct_url"] = direct_url.to_dict()
+        else:
+            # Emulate direct_url for legacy editable installs.
+            editable_project_location = dist.editable_project_location
+            if editable_project_location is not None:
+                res["direct_url"] = {
+                    "url": path_to_url(editable_project_location),
+                    "dir_info": {
+                        "editable": True,
+                    },
+                }
+        # installer
+        installer = dist.installer
+        if dist.installer:
+            res["installer"] = installer
+        # requested
+        if dist.installed_with_dist_info:
+            res["requested"] = dist.requested
+        return res
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py
new file mode 100644
index 0000000..e944bb9
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py
@@ -0,0 +1,774 @@
+import errno
+import json
+import operator
+import os
+import shutil
+import site
+from optparse import SUPPRESS_HELP, Values
+from typing import List, Optional
+
+from pip._vendor.rich import print_json
+
+from pip._internal.cache import WheelCache
+from pip._internal.cli import cmdoptions
+from pip._internal.cli.cmdoptions import make_target_python
+from pip._internal.cli.req_command import (
+    RequirementCommand,
+    warn_if_run_as_root,
+    with_cleanup,
+)
+from pip._internal.cli.status_codes import ERROR, SUCCESS
+from pip._internal.exceptions import CommandError, InstallationError
+from pip._internal.locations import get_scheme
+from pip._internal.metadata import get_environment
+from pip._internal.models.installation_report import InstallationReport
+from pip._internal.operations.build.build_tracker import get_build_tracker
+from pip._internal.operations.check import ConflictDetails, check_install_conflicts
+from pip._internal.req import install_given_reqs
+from pip._internal.req.req_install import (
+    InstallRequirement,
+    check_legacy_setup_py_options,
+)
+from pip._internal.utils.compat import WINDOWS
+from pip._internal.utils.filesystem import test_writable_dir
+from pip._internal.utils.logging import getLogger
+from pip._internal.utils.misc import (
+    check_externally_managed,
+    ensure_dir,
+    get_pip_version,
+    protect_pip_from_modification_on_windows,
+    write_output,
+)
+from pip._internal.utils.temp_dir import TempDirectory
+from pip._internal.utils.virtualenv import (
+    running_under_virtualenv,
+    virtualenv_no_global,
+)
+from pip._internal.wheel_builder import build, should_build_for_install_command
+
+logger = getLogger(__name__)
+
+
+class InstallCommand(RequirementCommand):
+    """
+    Install packages from:
+
+    - PyPI (and other indexes) using requirement specifiers.
+    - VCS project urls.
+    - Local project directories.
+    - Local or remote source archives.
+
+    pip also supports installing from "requirements files", which provide
+    an easy way to specify a whole environment to be installed.
+    """
+
+    usage = """
+      %prog [options]  [package-index-options] ...
+      %prog [options] -r  [package-index-options] ...
+      %prog [options] [-e]  ...
+      %prog [options] [-e]  ...
+      %prog [options]  ..."""
+
+    def add_options(self) -> None:
+        self.cmd_opts.add_option(cmdoptions.requirements())
+        self.cmd_opts.add_option(cmdoptions.constraints())
+        self.cmd_opts.add_option(cmdoptions.no_deps())
+        self.cmd_opts.add_option(cmdoptions.pre())
+
+        self.cmd_opts.add_option(cmdoptions.editable())
+        self.cmd_opts.add_option(
+            "--dry-run",
+            action="store_true",
+            dest="dry_run",
+            default=False,
+            help=(
+                "Don't actually install anything, just print what would be. "
+                "Can be used in combination with --ignore-installed "
+                "to 'resolve' the requirements."
+            ),
+        )
+        self.cmd_opts.add_option(
+            "-t",
+            "--target",
+            dest="target_dir",
+            metavar="dir",
+            default=None,
+            help=(
+                "Install packages into . "
+                "By default this will not replace existing files/folders in "
+                ". Use --upgrade to replace existing packages in  "
+                "with new versions."
+            ),
+        )
+        cmdoptions.add_target_python_options(self.cmd_opts)
+
+        self.cmd_opts.add_option(
+            "--user",
+            dest="use_user_site",
+            action="store_true",
+            help=(
+                "Install to the Python user install directory for your "
+                "platform. Typically ~/.local/, or %APPDATA%\\Python on "
+                "Windows. (See the Python documentation for site.USER_BASE "
+                "for full details.)"
+            ),
+        )
+        self.cmd_opts.add_option(
+            "--no-user",
+            dest="use_user_site",
+            action="store_false",
+            help=SUPPRESS_HELP,
+        )
+        self.cmd_opts.add_option(
+            "--root",
+            dest="root_path",
+            metavar="dir",
+            default=None,
+            help="Install everything relative to this alternate root directory.",
+        )
+        self.cmd_opts.add_option(
+            "--prefix",
+            dest="prefix_path",
+            metavar="dir",
+            default=None,
+            help=(
+                "Installation prefix where lib, bin and other top-level "
+                "folders are placed. Note that the resulting installation may "
+                "contain scripts and other resources which reference the "
+                "Python interpreter of pip, and not that of ``--prefix``. "
+                "See also the ``--python`` option if the intention is to "
+                "install packages into another (possibly pip-free) "
+                "environment."
+            ),
+        )
+
+        self.cmd_opts.add_option(cmdoptions.src())
+
+        self.cmd_opts.add_option(
+            "-U",
+            "--upgrade",
+            dest="upgrade",
+            action="store_true",
+            help=(
+                "Upgrade all specified packages to the newest available "
+                "version. The handling of dependencies depends on the "
+                "upgrade-strategy used."
+            ),
+        )
+
+        self.cmd_opts.add_option(
+            "--upgrade-strategy",
+            dest="upgrade_strategy",
+            default="only-if-needed",
+            choices=["only-if-needed", "eager"],
+            help=(
+                "Determines how dependency upgrading should be handled "
+                "[default: %default]. "
+                '"eager" - dependencies are upgraded regardless of '
+                "whether the currently installed version satisfies the "
+                "requirements of the upgraded package(s). "
+                '"only-if-needed" -  are upgraded only when they do not '
+                "satisfy the requirements of the upgraded package(s)."
+            ),
+        )
+
+        self.cmd_opts.add_option(
+            "--force-reinstall",
+            dest="force_reinstall",
+            action="store_true",
+            help="Reinstall all packages even if they are already up-to-date.",
+        )
+
+        self.cmd_opts.add_option(
+            "-I",
+            "--ignore-installed",
+            dest="ignore_installed",
+            action="store_true",
+            help=(
+                "Ignore the installed packages, overwriting them. "
+                "This can break your system if the existing package "
+                "is of a different version or was installed "
+                "with a different package manager!"
+            ),
+        )
+
+        self.cmd_opts.add_option(cmdoptions.ignore_requires_python())
+        self.cmd_opts.add_option(cmdoptions.no_build_isolation())
+        self.cmd_opts.add_option(cmdoptions.use_pep517())
+        self.cmd_opts.add_option(cmdoptions.no_use_pep517())
+        self.cmd_opts.add_option(cmdoptions.check_build_deps())
+        self.cmd_opts.add_option(cmdoptions.override_externally_managed())
+
+        self.cmd_opts.add_option(cmdoptions.config_settings())
+        self.cmd_opts.add_option(cmdoptions.global_options())
+
+        self.cmd_opts.add_option(
+            "--compile",
+            action="store_true",
+            dest="compile",
+            default=True,
+            help="Compile Python source files to bytecode",
+        )
+
+        self.cmd_opts.add_option(
+            "--no-compile",
+            action="store_false",
+            dest="compile",
+            help="Do not compile Python source files to bytecode",
+        )
+
+        self.cmd_opts.add_option(
+            "--no-warn-script-location",
+            action="store_false",
+            dest="warn_script_location",
+            default=True,
+            help="Do not warn when installing scripts outside PATH",
+        )
+        self.cmd_opts.add_option(
+            "--no-warn-conflicts",
+            action="store_false",
+            dest="warn_about_conflicts",
+            default=True,
+            help="Do not warn about broken dependencies",
+        )
+        self.cmd_opts.add_option(cmdoptions.no_binary())
+        self.cmd_opts.add_option(cmdoptions.only_binary())
+        self.cmd_opts.add_option(cmdoptions.prefer_binary())
+        self.cmd_opts.add_option(cmdoptions.require_hashes())
+        self.cmd_opts.add_option(cmdoptions.progress_bar())
+        self.cmd_opts.add_option(cmdoptions.root_user_action())
+
+        index_opts = cmdoptions.make_option_group(
+            cmdoptions.index_group,
+            self.parser,
+        )
+
+        self.parser.insert_option_group(0, index_opts)
+        self.parser.insert_option_group(0, self.cmd_opts)
+
+        self.cmd_opts.add_option(
+            "--report",
+            dest="json_report_file",
+            metavar="file",
+            default=None,
+            help=(
+                "Generate a JSON file describing what pip did to install "
+                "the provided requirements. "
+                "Can be used in combination with --dry-run and --ignore-installed "
+                "to 'resolve' the requirements. "
+                "When - is used as file name it writes to stdout. "
+                "When writing to stdout, please combine with the --quiet option "
+                "to avoid mixing pip logging output with JSON output."
+            ),
+        )
+
+    @with_cleanup
+    def run(self, options: Values, args: List[str]) -> int:
+        if options.use_user_site and options.target_dir is not None:
+            raise CommandError("Can not combine '--user' and '--target'")
+
+        # Check whether the environment we're installing into is externally
+        # managed, as specified in PEP 668. Specifying --root, --target, or
+        # --prefix disables the check, since there's no reliable way to locate
+        # the EXTERNALLY-MANAGED file for those cases. An exception is also
+        # made specifically for "--dry-run --report" for convenience.
+        installing_into_current_environment = (
+            not (options.dry_run and options.json_report_file)
+            and options.root_path is None
+            and options.target_dir is None
+            and options.prefix_path is None
+        )
+        if (
+            installing_into_current_environment
+            and not options.override_externally_managed
+        ):
+            check_externally_managed()
+
+        upgrade_strategy = "to-satisfy-only"
+        if options.upgrade:
+            upgrade_strategy = options.upgrade_strategy
+
+        cmdoptions.check_dist_restriction(options, check_target=True)
+
+        logger.verbose("Using %s", get_pip_version())
+        options.use_user_site = decide_user_install(
+            options.use_user_site,
+            prefix_path=options.prefix_path,
+            target_dir=options.target_dir,
+            root_path=options.root_path,
+            isolated_mode=options.isolated_mode,
+        )
+
+        target_temp_dir: Optional[TempDirectory] = None
+        target_temp_dir_path: Optional[str] = None
+        if options.target_dir:
+            options.ignore_installed = True
+            options.target_dir = os.path.abspath(options.target_dir)
+            if (
+                # fmt: off
+                os.path.exists(options.target_dir) and
+                not os.path.isdir(options.target_dir)
+                # fmt: on
+            ):
+                raise CommandError(
+                    "Target path exists but is not a directory, will not continue."
+                )
+
+            # Create a target directory for using with the target option
+            target_temp_dir = TempDirectory(kind="target")
+            target_temp_dir_path = target_temp_dir.path
+            self.enter_context(target_temp_dir)
+
+        global_options = options.global_options or []
+
+        session = self.get_default_session(options)
+
+        target_python = make_target_python(options)
+        finder = self._build_package_finder(
+            options=options,
+            session=session,
+            target_python=target_python,
+            ignore_requires_python=options.ignore_requires_python,
+        )
+        build_tracker = self.enter_context(get_build_tracker())
+
+        directory = TempDirectory(
+            delete=not options.no_clean,
+            kind="install",
+            globally_managed=True,
+        )
+
+        try:
+            reqs = self.get_requirements(args, options, finder, session)
+            check_legacy_setup_py_options(options, reqs)
+
+            wheel_cache = WheelCache(options.cache_dir)
+
+            # Only when installing is it permitted to use PEP 660.
+            # In other circumstances (pip wheel, pip download) we generate
+            # regular (i.e. non editable) metadata and wheels.
+            for req in reqs:
+                req.permit_editable_wheels = True
+
+            preparer = self.make_requirement_preparer(
+                temp_build_dir=directory,
+                options=options,
+                build_tracker=build_tracker,
+                session=session,
+                finder=finder,
+                use_user_site=options.use_user_site,
+                verbosity=self.verbosity,
+            )
+            resolver = self.make_resolver(
+                preparer=preparer,
+                finder=finder,
+                options=options,
+                wheel_cache=wheel_cache,
+                use_user_site=options.use_user_site,
+                ignore_installed=options.ignore_installed,
+                ignore_requires_python=options.ignore_requires_python,
+                force_reinstall=options.force_reinstall,
+                upgrade_strategy=upgrade_strategy,
+                use_pep517=options.use_pep517,
+            )
+
+            self.trace_basic_info(finder)
+
+            requirement_set = resolver.resolve(
+                reqs, check_supported_wheels=not options.target_dir
+            )
+
+            if options.json_report_file:
+                report = InstallationReport(requirement_set.requirements_to_install)
+                if options.json_report_file == "-":
+                    print_json(data=report.to_dict())
+                else:
+                    with open(options.json_report_file, "w", encoding="utf-8") as f:
+                        json.dump(report.to_dict(), f, indent=2, ensure_ascii=False)
+
+            if options.dry_run:
+                # In non dry-run mode, the legacy versions and specifiers check
+                # will be done as part of conflict detection.
+                requirement_set.warn_legacy_versions_and_specifiers()
+                would_install_items = sorted(
+                    (r.metadata["name"], r.metadata["version"])
+                    for r in requirement_set.requirements_to_install
+                )
+                if would_install_items:
+                    write_output(
+                        "Would install %s",
+                        " ".join("-".join(item) for item in would_install_items),
+                    )
+                return SUCCESS
+
+            try:
+                pip_req = requirement_set.get_requirement("pip")
+            except KeyError:
+                modifying_pip = False
+            else:
+                # If we're not replacing an already installed pip,
+                # we're not modifying it.
+                modifying_pip = pip_req.satisfied_by is None
+            protect_pip_from_modification_on_windows(modifying_pip=modifying_pip)
+
+            reqs_to_build = [
+                r
+                for r in requirement_set.requirements.values()
+                if should_build_for_install_command(r)
+            ]
+
+            _, build_failures = build(
+                reqs_to_build,
+                wheel_cache=wheel_cache,
+                verify=True,
+                build_options=[],
+                global_options=global_options,
+            )
+
+            if build_failures:
+                raise InstallationError(
+                    "Could not build wheels for {}, which is required to "
+                    "install pyproject.toml-based projects".format(
+                        ", ".join(r.name for r in build_failures)  # type: ignore
+                    )
+                )
+
+            to_install = resolver.get_installation_order(requirement_set)
+
+            # Check for conflicts in the package set we're installing.
+            conflicts: Optional[ConflictDetails] = None
+            should_warn_about_conflicts = (
+                not options.ignore_dependencies and options.warn_about_conflicts
+            )
+            if should_warn_about_conflicts:
+                conflicts = self._determine_conflicts(to_install)
+
+            # Don't warn about script install locations if
+            # --target or --prefix has been specified
+            warn_script_location = options.warn_script_location
+            if options.target_dir or options.prefix_path:
+                warn_script_location = False
+
+            installed = install_given_reqs(
+                to_install,
+                global_options,
+                root=options.root_path,
+                home=target_temp_dir_path,
+                prefix=options.prefix_path,
+                warn_script_location=warn_script_location,
+                use_user_site=options.use_user_site,
+                pycompile=options.compile,
+            )
+
+            lib_locations = get_lib_location_guesses(
+                user=options.use_user_site,
+                home=target_temp_dir_path,
+                root=options.root_path,
+                prefix=options.prefix_path,
+                isolated=options.isolated_mode,
+            )
+            env = get_environment(lib_locations)
+
+            installed.sort(key=operator.attrgetter("name"))
+            items = []
+            for result in installed:
+                item = result.name
+                try:
+                    installed_dist = env.get_distribution(item)
+                    if installed_dist is not None:
+                        item = f"{item}-{installed_dist.version}"
+                except Exception:
+                    pass
+                items.append(item)
+
+            if conflicts is not None:
+                self._warn_about_conflicts(
+                    conflicts,
+                    resolver_variant=self.determine_resolver_variant(options),
+                )
+
+            installed_desc = " ".join(items)
+            if installed_desc:
+                write_output(
+                    "Successfully installed %s",
+                    installed_desc,
+                )
+        except OSError as error:
+            show_traceback = self.verbosity >= 1
+
+            message = create_os_error_message(
+                error,
+                show_traceback,
+                options.use_user_site,
+            )
+            logger.error(message, exc_info=show_traceback)
+
+            return ERROR
+
+        if options.target_dir:
+            assert target_temp_dir
+            self._handle_target_dir(
+                options.target_dir, target_temp_dir, options.upgrade
+            )
+        if options.root_user_action == "warn":
+            warn_if_run_as_root()
+        return SUCCESS
+
+    def _handle_target_dir(
+        self, target_dir: str, target_temp_dir: TempDirectory, upgrade: bool
+    ) -> None:
+        ensure_dir(target_dir)
+
+        # Checking both purelib and platlib directories for installed
+        # packages to be moved to target directory
+        lib_dir_list = []
+
+        # Checking both purelib and platlib directories for installed
+        # packages to be moved to target directory
+        scheme = get_scheme("", home=target_temp_dir.path)
+        purelib_dir = scheme.purelib
+        platlib_dir = scheme.platlib
+        data_dir = scheme.data
+
+        if os.path.exists(purelib_dir):
+            lib_dir_list.append(purelib_dir)
+        if os.path.exists(platlib_dir) and platlib_dir != purelib_dir:
+            lib_dir_list.append(platlib_dir)
+        if os.path.exists(data_dir):
+            lib_dir_list.append(data_dir)
+
+        for lib_dir in lib_dir_list:
+            for item in os.listdir(lib_dir):
+                if lib_dir == data_dir:
+                    ddir = os.path.join(data_dir, item)
+                    if any(s.startswith(ddir) for s in lib_dir_list[:-1]):
+                        continue
+                target_item_dir = os.path.join(target_dir, item)
+                if os.path.exists(target_item_dir):
+                    if not upgrade:
+                        logger.warning(
+                            "Target directory %s already exists. Specify "
+                            "--upgrade to force replacement.",
+                            target_item_dir,
+                        )
+                        continue
+                    if os.path.islink(target_item_dir):
+                        logger.warning(
+                            "Target directory %s already exists and is "
+                            "a link. pip will not automatically replace "
+                            "links, please remove if replacement is "
+                            "desired.",
+                            target_item_dir,
+                        )
+                        continue
+                    if os.path.isdir(target_item_dir):
+                        shutil.rmtree(target_item_dir)
+                    else:
+                        os.remove(target_item_dir)
+
+                shutil.move(os.path.join(lib_dir, item), target_item_dir)
+
+    def _determine_conflicts(
+        self, to_install: List[InstallRequirement]
+    ) -> Optional[ConflictDetails]:
+        try:
+            return check_install_conflicts(to_install)
+        except Exception:
+            logger.exception(
+                "Error while checking for conflicts. Please file an issue on "
+                "pip's issue tracker: https://github.com/pypa/pip/issues/new"
+            )
+            return None
+
+    def _warn_about_conflicts(
+        self, conflict_details: ConflictDetails, resolver_variant: str
+    ) -> None:
+        package_set, (missing, conflicting) = conflict_details
+        if not missing and not conflicting:
+            return
+
+        parts: List[str] = []
+        if resolver_variant == "legacy":
+            parts.append(
+                "pip's legacy dependency resolver does not consider dependency "
+                "conflicts when selecting packages. This behaviour is the "
+                "source of the following dependency conflicts."
+            )
+        else:
+            assert resolver_variant == "resolvelib"
+            parts.append(
+                "pip's dependency resolver does not currently take into account "
+                "all the packages that are installed. This behaviour is the "
+                "source of the following dependency conflicts."
+            )
+
+        # NOTE: There is some duplication here, with commands/check.py
+        for project_name in missing:
+            version = package_set[project_name][0]
+            for dependency in missing[project_name]:
+                message = (
+                    f"{project_name} {version} requires {dependency[1]}, "
+                    "which is not installed."
+                )
+                parts.append(message)
+
+        for project_name in conflicting:
+            version = package_set[project_name][0]
+            for dep_name, dep_version, req in conflicting[project_name]:
+                message = (
+                    "{name} {version} requires {requirement}, but {you} have "
+                    "{dep_name} {dep_version} which is incompatible."
+                ).format(
+                    name=project_name,
+                    version=version,
+                    requirement=req,
+                    dep_name=dep_name,
+                    dep_version=dep_version,
+                    you=("you" if resolver_variant == "resolvelib" else "you'll"),
+                )
+                parts.append(message)
+
+        logger.critical("\n".join(parts))
+
+
+def get_lib_location_guesses(
+    user: bool = False,
+    home: Optional[str] = None,
+    root: Optional[str] = None,
+    isolated: bool = False,
+    prefix: Optional[str] = None,
+) -> List[str]:
+    scheme = get_scheme(
+        "",
+        user=user,
+        home=home,
+        root=root,
+        isolated=isolated,
+        prefix=prefix,
+    )
+    return [scheme.purelib, scheme.platlib]
+
+
+def site_packages_writable(root: Optional[str], isolated: bool) -> bool:
+    return all(
+        test_writable_dir(d)
+        for d in set(get_lib_location_guesses(root=root, isolated=isolated))
+    )
+
+
+def decide_user_install(
+    use_user_site: Optional[bool],
+    prefix_path: Optional[str] = None,
+    target_dir: Optional[str] = None,
+    root_path: Optional[str] = None,
+    isolated_mode: bool = False,
+) -> bool:
+    """Determine whether to do a user install based on the input options.
+
+    If use_user_site is False, no additional checks are done.
+    If use_user_site is True, it is checked for compatibility with other
+    options.
+    If use_user_site is None, the default behaviour depends on the environment,
+    which is provided by the other arguments.
+    """
+    # In some cases (config from tox), use_user_site can be set to an integer
+    # rather than a bool, which 'use_user_site is False' wouldn't catch.
+    if (use_user_site is not None) and (not use_user_site):
+        logger.debug("Non-user install by explicit request")
+        return False
+
+    if use_user_site:
+        if prefix_path:
+            raise CommandError(
+                "Can not combine '--user' and '--prefix' as they imply "
+                "different installation locations"
+            )
+        if virtualenv_no_global():
+            raise InstallationError(
+                "Can not perform a '--user' install. User site-packages "
+                "are not visible in this virtualenv."
+            )
+        logger.debug("User install by explicit request")
+        return True
+
+    # If we are here, user installs have not been explicitly requested/avoided
+    assert use_user_site is None
+
+    # user install incompatible with --prefix/--target
+    if prefix_path or target_dir:
+        logger.debug("Non-user install due to --prefix or --target option")
+        return False
+
+    # If user installs are not enabled, choose a non-user install
+    if not site.ENABLE_USER_SITE:
+        logger.debug("Non-user install because user site-packages disabled")
+        return False
+
+    # If we have permission for a non-user install, do that,
+    # otherwise do a user install.
+    if site_packages_writable(root=root_path, isolated=isolated_mode):
+        logger.debug("Non-user install because site-packages writeable")
+        return False
+
+    logger.info(
+        "Defaulting to user installation because normal site-packages "
+        "is not writeable"
+    )
+    return True
+
+
+def create_os_error_message(
+    error: OSError, show_traceback: bool, using_user_site: bool
+) -> str:
+    """Format an error message for an OSError
+
+    It may occur anytime during the execution of the install command.
+    """
+    parts = []
+
+    # Mention the error if we are not going to show a traceback
+    parts.append("Could not install packages due to an OSError")
+    if not show_traceback:
+        parts.append(": ")
+        parts.append(str(error))
+    else:
+        parts.append(".")
+
+    # Spilt the error indication from a helper message (if any)
+    parts[-1] += "\n"
+
+    # Suggest useful actions to the user:
+    #  (1) using user site-packages or (2) verifying the permissions
+    if error.errno == errno.EACCES:
+        user_option_part = "Consider using the `--user` option"
+        permissions_part = "Check the permissions"
+
+        if not running_under_virtualenv() and not using_user_site:
+            parts.extend(
+                [
+                    user_option_part,
+                    " or ",
+                    permissions_part.lower(),
+                ]
+            )
+        else:
+            parts.append(permissions_part)
+        parts.append(".\n")
+
+    # Suggest the user to enable Long Paths if path length is
+    # more than 260
+    if (
+        WINDOWS
+        and error.errno == errno.ENOENT
+        and error.filename
+        and len(error.filename) > 260
+    ):
+        parts.append(
+            "HINT: This error might have occurred since "
+            "this system does not have Windows Long Path "
+            "support enabled. You can find information on "
+            "how to enable this at "
+            "https://pip.pypa.io/warnings/enable-long-paths\n"
+        )
+
+    return "".join(parts).strip() + "\n"
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py
new file mode 100644
index 0000000..32fb19b
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py
@@ -0,0 +1,370 @@
+import json
+import logging
+from optparse import Values
+from typing import TYPE_CHECKING, Generator, List, Optional, Sequence, Tuple, cast
+
+from pip._vendor.packaging.utils import canonicalize_name
+
+from pip._internal.cli import cmdoptions
+from pip._internal.cli.req_command import IndexGroupCommand
+from pip._internal.cli.status_codes import SUCCESS
+from pip._internal.exceptions import CommandError
+from pip._internal.index.collector import LinkCollector
+from pip._internal.index.package_finder import PackageFinder
+from pip._internal.metadata import BaseDistribution, get_environment
+from pip._internal.models.selection_prefs import SelectionPreferences
+from pip._internal.network.session import PipSession
+from pip._internal.utils.compat import stdlib_pkgs
+from pip._internal.utils.misc import tabulate, write_output
+
+if TYPE_CHECKING:
+    from pip._internal.metadata.base import DistributionVersion
+
+    class _DistWithLatestInfo(BaseDistribution):
+        """Give the distribution object a couple of extra fields.
+
+        These will be populated during ``get_outdated()``. This is dirty but
+        makes the rest of the code much cleaner.
+        """
+
+        latest_version: DistributionVersion
+        latest_filetype: str
+
+    _ProcessedDists = Sequence[_DistWithLatestInfo]
+
+
+from pip._vendor.packaging.version import parse
+
+logger = logging.getLogger(__name__)
+
+
+class ListCommand(IndexGroupCommand):
+    """
+    List installed packages, including editables.
+
+    Packages are listed in a case-insensitive sorted order.
+    """
+
+    ignore_require_venv = True
+    usage = """
+      %prog [options]"""
+
+    def add_options(self) -> None:
+        self.cmd_opts.add_option(
+            "-o",
+            "--outdated",
+            action="store_true",
+            default=False,
+            help="List outdated packages",
+        )
+        self.cmd_opts.add_option(
+            "-u",
+            "--uptodate",
+            action="store_true",
+            default=False,
+            help="List uptodate packages",
+        )
+        self.cmd_opts.add_option(
+            "-e",
+            "--editable",
+            action="store_true",
+            default=False,
+            help="List editable projects.",
+        )
+        self.cmd_opts.add_option(
+            "-l",
+            "--local",
+            action="store_true",
+            default=False,
+            help=(
+                "If in a virtualenv that has global access, do not list "
+                "globally-installed packages."
+            ),
+        )
+        self.cmd_opts.add_option(
+            "--user",
+            dest="user",
+            action="store_true",
+            default=False,
+            help="Only output packages installed in user-site.",
+        )
+        self.cmd_opts.add_option(cmdoptions.list_path())
+        self.cmd_opts.add_option(
+            "--pre",
+            action="store_true",
+            default=False,
+            help=(
+                "Include pre-release and development versions. By default, "
+                "pip only finds stable versions."
+            ),
+        )
+
+        self.cmd_opts.add_option(
+            "--format",
+            action="store",
+            dest="list_format",
+            default="columns",
+            choices=("columns", "freeze", "json"),
+            help=(
+                "Select the output format among: columns (default), freeze, or json. "
+                "The 'freeze' format cannot be used with the --outdated option."
+            ),
+        )
+
+        self.cmd_opts.add_option(
+            "--not-required",
+            action="store_true",
+            dest="not_required",
+            help="List packages that are not dependencies of installed packages.",
+        )
+
+        self.cmd_opts.add_option(
+            "--exclude-editable",
+            action="store_false",
+            dest="include_editable",
+            help="Exclude editable package from output.",
+        )
+        self.cmd_opts.add_option(
+            "--include-editable",
+            action="store_true",
+            dest="include_editable",
+            help="Include editable package from output.",
+            default=True,
+        )
+        self.cmd_opts.add_option(cmdoptions.list_exclude())
+        index_opts = cmdoptions.make_option_group(cmdoptions.index_group, self.parser)
+
+        self.parser.insert_option_group(0, index_opts)
+        self.parser.insert_option_group(0, self.cmd_opts)
+
+    def _build_package_finder(
+        self, options: Values, session: PipSession
+    ) -> PackageFinder:
+        """
+        Create a package finder appropriate to this list command.
+        """
+        link_collector = LinkCollector.create(session, options=options)
+
+        # Pass allow_yanked=False to ignore yanked versions.
+        selection_prefs = SelectionPreferences(
+            allow_yanked=False,
+            allow_all_prereleases=options.pre,
+        )
+
+        return PackageFinder.create(
+            link_collector=link_collector,
+            selection_prefs=selection_prefs,
+        )
+
+    def run(self, options: Values, args: List[str]) -> int:
+        if options.outdated and options.uptodate:
+            raise CommandError("Options --outdated and --uptodate cannot be combined.")
+
+        if options.outdated and options.list_format == "freeze":
+            raise CommandError(
+                "List format 'freeze' cannot be used with the --outdated option."
+            )
+
+        cmdoptions.check_list_path_option(options)
+
+        skip = set(stdlib_pkgs)
+        if options.excludes:
+            skip.update(canonicalize_name(n) for n in options.excludes)
+
+        packages: "_ProcessedDists" = [
+            cast("_DistWithLatestInfo", d)
+            for d in get_environment(options.path).iter_installed_distributions(
+                local_only=options.local,
+                user_only=options.user,
+                editables_only=options.editable,
+                include_editables=options.include_editable,
+                skip=skip,
+            )
+        ]
+
+        # get_not_required must be called firstly in order to find and
+        # filter out all dependencies correctly. Otherwise a package
+        # can't be identified as requirement because some parent packages
+        # could be filtered out before.
+        if options.not_required:
+            packages = self.get_not_required(packages, options)
+
+        if options.outdated:
+            packages = self.get_outdated(packages, options)
+        elif options.uptodate:
+            packages = self.get_uptodate(packages, options)
+
+        self.output_package_listing(packages, options)
+        return SUCCESS
+
+    def get_outdated(
+        self, packages: "_ProcessedDists", options: Values
+    ) -> "_ProcessedDists":
+        return [
+            dist
+            for dist in self.iter_packages_latest_infos(packages, options)
+            if parse(str(dist.latest_version)) > parse(str(dist.version))
+        ]
+
+    def get_uptodate(
+        self, packages: "_ProcessedDists", options: Values
+    ) -> "_ProcessedDists":
+        return [
+            dist
+            for dist in self.iter_packages_latest_infos(packages, options)
+            if parse(str(dist.latest_version)) == parse(str(dist.version))
+        ]
+
+    def get_not_required(
+        self, packages: "_ProcessedDists", options: Values
+    ) -> "_ProcessedDists":
+        dep_keys = {
+            canonicalize_name(dep.name)
+            for dist in packages
+            for dep in (dist.iter_dependencies() or ())
+        }
+
+        # Create a set to remove duplicate packages, and cast it to a list
+        # to keep the return type consistent with get_outdated and
+        # get_uptodate
+        return list({pkg for pkg in packages if pkg.canonical_name not in dep_keys})
+
+    def iter_packages_latest_infos(
+        self, packages: "_ProcessedDists", options: Values
+    ) -> Generator["_DistWithLatestInfo", None, None]:
+        with self._build_session(options) as session:
+            finder = self._build_package_finder(options, session)
+
+            def latest_info(
+                dist: "_DistWithLatestInfo",
+            ) -> Optional["_DistWithLatestInfo"]:
+                all_candidates = finder.find_all_candidates(dist.canonical_name)
+                if not options.pre:
+                    # Remove prereleases
+                    all_candidates = [
+                        candidate
+                        for candidate in all_candidates
+                        if not candidate.version.is_prerelease
+                    ]
+
+                evaluator = finder.make_candidate_evaluator(
+                    project_name=dist.canonical_name,
+                )
+                best_candidate = evaluator.sort_best_candidate(all_candidates)
+                if best_candidate is None:
+                    return None
+
+                remote_version = best_candidate.version
+                if best_candidate.link.is_wheel:
+                    typ = "wheel"
+                else:
+                    typ = "sdist"
+                dist.latest_version = remote_version
+                dist.latest_filetype = typ
+                return dist
+
+            for dist in map(latest_info, packages):
+                if dist is not None:
+                    yield dist
+
+    def output_package_listing(
+        self, packages: "_ProcessedDists", options: Values
+    ) -> None:
+        packages = sorted(
+            packages,
+            key=lambda dist: dist.canonical_name,
+        )
+        if options.list_format == "columns" and packages:
+            data, header = format_for_columns(packages, options)
+            self.output_package_listing_columns(data, header)
+        elif options.list_format == "freeze":
+            for dist in packages:
+                if options.verbose >= 1:
+                    write_output(
+                        "%s==%s (%s)", dist.raw_name, dist.version, dist.location
+                    )
+                else:
+                    write_output("%s==%s", dist.raw_name, dist.version)
+        elif options.list_format == "json":
+            write_output(format_for_json(packages, options))
+
+    def output_package_listing_columns(
+        self, data: List[List[str]], header: List[str]
+    ) -> None:
+        # insert the header first: we need to know the size of column names
+        if len(data) > 0:
+            data.insert(0, header)
+
+        pkg_strings, sizes = tabulate(data)
+
+        # Create and add a separator.
+        if len(data) > 0:
+            pkg_strings.insert(1, " ".join("-" * x for x in sizes))
+
+        for val in pkg_strings:
+            write_output(val)
+
+
+def format_for_columns(
+    pkgs: "_ProcessedDists", options: Values
+) -> Tuple[List[List[str]], List[str]]:
+    """
+    Convert the package data into something usable
+    by output_package_listing_columns.
+    """
+    header = ["Package", "Version"]
+
+    running_outdated = options.outdated
+    if running_outdated:
+        header.extend(["Latest", "Type"])
+
+    has_editables = any(x.editable for x in pkgs)
+    if has_editables:
+        header.append("Editable project location")
+
+    if options.verbose >= 1:
+        header.append("Location")
+    if options.verbose >= 1:
+        header.append("Installer")
+
+    data = []
+    for proj in pkgs:
+        # if we're working on the 'outdated' list, separate out the
+        # latest_version and type
+        row = [proj.raw_name, str(proj.version)]
+
+        if running_outdated:
+            row.append(str(proj.latest_version))
+            row.append(proj.latest_filetype)
+
+        if has_editables:
+            row.append(proj.editable_project_location or "")
+
+        if options.verbose >= 1:
+            row.append(proj.location or "")
+        if options.verbose >= 1:
+            row.append(proj.installer)
+
+        data.append(row)
+
+    return data, header
+
+
+def format_for_json(packages: "_ProcessedDists", options: Values) -> str:
+    data = []
+    for dist in packages:
+        info = {
+            "name": dist.raw_name,
+            "version": str(dist.version),
+        }
+        if options.verbose >= 1:
+            info["location"] = dist.location or ""
+            info["installer"] = dist.installer
+        if options.outdated:
+            info["latest_version"] = str(dist.latest_version)
+            info["latest_filetype"] = dist.latest_filetype
+        editable_project_location = dist.editable_project_location
+        if editable_project_location:
+            info["editable_project_location"] = editable_project_location
+        data.append(info)
+    return json.dumps(data)
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py
new file mode 100644
index 0000000..03ed925
--- /dev/null
+++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/commands/show.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py
new file mode 100644
index 0000000..3f10701
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py
@@ -0,0 +1,189 @@
+import logging
+from optparse import Values
+from typing import Generator, Iterable, Iterator, List, NamedTuple, Optional
+
+from pip._vendor.packaging.utils import canonicalize_name
+
+from pip._internal.cli.base_command import Command
+from pip._internal.cli.status_codes import ERROR, SUCCESS
+from pip._internal.metadata import BaseDistribution, get_default_environment
+from pip._internal.utils.misc import write_output
+
+logger = logging.getLogger(__name__)
+
+
+class ShowCommand(Command):
+    """
+    Show information about one or more installed packages.
+
+    The output is in RFC-compliant mail header format.
+    """
+
+    usage = """
+      %prog [options]  ..."""
+    ignore_require_venv = True
+
+    def add_options(self) -> None:
+        self.cmd_opts.add_option(
+            "-f",
+            "--files",
+            dest="files",
+            action="store_true",
+            default=False,
+            help="Show the full list of installed files for each package.",
+        )
+
+        self.parser.insert_option_group(0, self.cmd_opts)
+
+    def run(self, options: Values, args: List[str]) -> int:
+        if not args:
+            logger.warning("ERROR: Please provide a package name or names.")
+            return ERROR
+        query = args
+
+        results = search_packages_info(query)
+        if not print_results(
+            results, list_files=options.files, verbose=options.verbose
+        ):
+            return ERROR
+        return SUCCESS
+
+
+class _PackageInfo(NamedTuple):
+    name: str
+    version: str
+    location: str
+    editable_project_location: Optional[str]
+    requires: List[str]
+    required_by: List[str]
+    installer: str
+    metadata_version: str
+    classifiers: List[str]
+    summary: str
+    homepage: str
+    project_urls: List[str]
+    author: str
+    author_email: str
+    license: str
+    entry_points: List[str]
+    files: Optional[List[str]]
+
+
+def search_packages_info(query: List[str]) -> Generator[_PackageInfo, None, None]:
+    """
+    Gather details from installed distributions. Print distribution name,
+    version, location, and installed files. Installed files requires a
+    pip generated 'installed-files.txt' in the distributions '.egg-info'
+    directory.
+    """
+    env = get_default_environment()
+
+    installed = {dist.canonical_name: dist for dist in env.iter_all_distributions()}
+    query_names = [canonicalize_name(name) for name in query]
+    missing = sorted(
+        [name for name, pkg in zip(query, query_names) if pkg not in installed]
+    )
+    if missing:
+        logger.warning("Package(s) not found: %s", ", ".join(missing))
+
+    def _get_requiring_packages(current_dist: BaseDistribution) -> Iterator[str]:
+        return (
+            dist.metadata["Name"] or "UNKNOWN"
+            for dist in installed.values()
+            if current_dist.canonical_name
+            in {canonicalize_name(d.name) for d in dist.iter_dependencies()}
+        )
+
+    for query_name in query_names:
+        try:
+            dist = installed[query_name]
+        except KeyError:
+            continue
+
+        requires = sorted((req.name for req in dist.iter_dependencies()), key=str.lower)
+        required_by = sorted(_get_requiring_packages(dist), key=str.lower)
+
+        try:
+            entry_points_text = dist.read_text("entry_points.txt")
+            entry_points = entry_points_text.splitlines(keepends=False)
+        except FileNotFoundError:
+            entry_points = []
+
+        files_iter = dist.iter_declared_entries()
+        if files_iter is None:
+            files: Optional[List[str]] = None
+        else:
+            files = sorted(files_iter)
+
+        metadata = dist.metadata
+
+        yield _PackageInfo(
+            name=dist.raw_name,
+            version=str(dist.version),
+            location=dist.location or "",
+            editable_project_location=dist.editable_project_location,
+            requires=requires,
+            required_by=required_by,
+            installer=dist.installer,
+            metadata_version=dist.metadata_version or "",
+            classifiers=metadata.get_all("Classifier", []),
+            summary=metadata.get("Summary", ""),
+            homepage=metadata.get("Home-page", ""),
+            project_urls=metadata.get_all("Project-URL", []),
+            author=metadata.get("Author", ""),
+            author_email=metadata.get("Author-email", ""),
+            license=metadata.get("License", ""),
+            entry_points=entry_points,
+            files=files,
+        )
+
+
+def print_results(
+    distributions: Iterable[_PackageInfo],
+    list_files: bool,
+    verbose: bool,
+) -> bool:
+    """
+    Print the information from installed distributions found.
+    """
+    results_printed = False
+    for i, dist in enumerate(distributions):
+        results_printed = True
+        if i > 0:
+            write_output("---")
+
+        write_output("Name: %s", dist.name)
+        write_output("Version: %s", dist.version)
+        write_output("Summary: %s", dist.summary)
+        write_output("Home-page: %s", dist.homepage)
+        write_output("Author: %s", dist.author)
+        write_output("Author-email: %s", dist.author_email)
+        write_output("License: %s", dist.license)
+        write_output("Location: %s", dist.location)
+        if dist.editable_project_location is not None:
+            write_output(
+                "Editable project location: %s", dist.editable_project_location
+            )
+        write_output("Requires: %s", ", ".join(dist.requires))
+        write_output("Required-by: %s", ", ".join(dist.required_by))
+
+        if verbose:
+            write_output("Metadata-Version: %s", dist.metadata_version)
+            write_output("Installer: %s", dist.installer)
+            write_output("Classifiers:")
+            for classifier in dist.classifiers:
+                write_output("  %s", classifier)
+            write_output("Entry-points:")
+            for entry in dist.entry_points:
+                write_output("  %s", entry.strip())
+            write_output("Project-URLs:")
+            for project_url in dist.project_urls:
+                write_output("  %s", project_url)
+        if list_files:
+            write_output("Files:")
+            if dist.files is None:
+                write_output("Cannot locate RECORD or installed-files.txt")
+            else:
+                for line in dist.files:
+                    write_output("  %s", line.strip())
+    return results_printed
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py
new file mode 100644
index 0000000..f198fc3
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py
@@ -0,0 +1,113 @@
+import logging
+from optparse import Values
+from typing import List
+
+from pip._vendor.packaging.utils import canonicalize_name
+
+from pip._internal.cli import cmdoptions
+from pip._internal.cli.base_command import Command
+from pip._internal.cli.req_command import SessionCommandMixin, warn_if_run_as_root
+from pip._internal.cli.status_codes import SUCCESS
+from pip._internal.exceptions import InstallationError
+from pip._internal.req import parse_requirements
+from pip._internal.req.constructors import (
+    install_req_from_line,
+    install_req_from_parsed_requirement,
+)
+from pip._internal.utils.misc import (
+    check_externally_managed,
+    protect_pip_from_modification_on_windows,
+)
+
+logger = logging.getLogger(__name__)
+
+
+class UninstallCommand(Command, SessionCommandMixin):
+    """
+    Uninstall packages.
+
+    pip is able to uninstall most installed packages. Known exceptions are:
+
+    - Pure distutils packages installed with ``python setup.py install``, which
+      leave behind no metadata to determine what files were installed.
+    - Script wrappers installed by ``python setup.py develop``.
+    """
+
+    usage = """
+      %prog [options]  ...
+      %prog [options] -r  ..."""
+
+    def add_options(self) -> None:
+        self.cmd_opts.add_option(
+            "-r",
+            "--requirement",
+            dest="requirements",
+            action="append",
+            default=[],
+            metavar="file",
+            help=(
+                "Uninstall all the packages listed in the given requirements "
+                "file.  This option can be used multiple times."
+            ),
+        )
+        self.cmd_opts.add_option(
+            "-y",
+            "--yes",
+            dest="yes",
+            action="store_true",
+            help="Don't ask for confirmation of uninstall deletions.",
+        )
+        self.cmd_opts.add_option(cmdoptions.root_user_action())
+        self.cmd_opts.add_option(cmdoptions.override_externally_managed())
+        self.parser.insert_option_group(0, self.cmd_opts)
+
+    def run(self, options: Values, args: List[str]) -> int:
+        session = self.get_default_session(options)
+
+        reqs_to_uninstall = {}
+        for name in args:
+            req = install_req_from_line(
+                name,
+                isolated=options.isolated_mode,
+            )
+            if req.name:
+                reqs_to_uninstall[canonicalize_name(req.name)] = req
+            else:
+                logger.warning(
+                    "Invalid requirement: %r ignored -"
+                    " the uninstall command expects named"
+                    " requirements.",
+                    name,
+                )
+        for filename in options.requirements:
+            for parsed_req in parse_requirements(
+                filename, options=options, session=session
+            ):
+                req = install_req_from_parsed_requirement(
+                    parsed_req, isolated=options.isolated_mode
+                )
+                if req.name:
+                    reqs_to_uninstall[canonicalize_name(req.name)] = req
+        if not reqs_to_uninstall:
+            raise InstallationError(
+                f"You must give at least one requirement to {self.name} (see "
+                f'"pip help {self.name}")'
+            )
+
+        if not options.override_externally_managed:
+            check_externally_managed()
+
+        protect_pip_from_modification_on_windows(
+            modifying_pip="pip" in reqs_to_uninstall
+        )
+
+        for req in reqs_to_uninstall.values():
+            uninstall_pathset = req.uninstall(
+                auto_confirm=options.yes,
+                verbose=self.verbosity > 0,
+            )
+            if uninstall_pathset:
+                uninstall_pathset.commit()
+        if options.root_user_action == "warn":
+            warn_if_run_as_root()
+        return SUCCESS
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py
new file mode 100644
index 0000000..ed578aa
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py
@@ -0,0 +1,183 @@
+import logging
+import os
+import shutil
+from optparse import Values
+from typing import List
+
+from pip._internal.cache import WheelCache
+from pip._internal.cli import cmdoptions
+from pip._internal.cli.req_command import RequirementCommand, with_cleanup
+from pip._internal.cli.status_codes import SUCCESS
+from pip._internal.exceptions import CommandError
+from pip._internal.operations.build.build_tracker import get_build_tracker
+from pip._internal.req.req_install import (
+    InstallRequirement,
+    check_legacy_setup_py_options,
+)
+from pip._internal.utils.misc import ensure_dir, normalize_path
+from pip._internal.utils.temp_dir import TempDirectory
+from pip._internal.wheel_builder import build, should_build_for_wheel_command
+
+logger = logging.getLogger(__name__)
+
+
+class WheelCommand(RequirementCommand):
+    """
+    Build Wheel archives for your requirements and dependencies.
+
+    Wheel is a built-package format, and offers the advantage of not
+    recompiling your software during every install. For more details, see the
+    wheel docs: https://wheel.readthedocs.io/en/latest/
+
+    'pip wheel' uses the build system interface as described here:
+    https://pip.pypa.io/en/stable/reference/build-system/
+
+    """
+
+    usage = """
+      %prog [options]  ...
+      %prog [options] -r  ...
+      %prog [options] [-e]  ...
+      %prog [options] [-e]  ...
+      %prog [options]  ..."""
+
+    def add_options(self) -> None:
+        self.cmd_opts.add_option(
+            "-w",
+            "--wheel-dir",
+            dest="wheel_dir",
+            metavar="dir",
+            default=os.curdir,
+            help=(
+                "Build wheels into , where the default is the "
+                "current working directory."
+            ),
+        )
+        self.cmd_opts.add_option(cmdoptions.no_binary())
+        self.cmd_opts.add_option(cmdoptions.only_binary())
+        self.cmd_opts.add_option(cmdoptions.prefer_binary())
+        self.cmd_opts.add_option(cmdoptions.no_build_isolation())
+        self.cmd_opts.add_option(cmdoptions.use_pep517())
+        self.cmd_opts.add_option(cmdoptions.no_use_pep517())
+        self.cmd_opts.add_option(cmdoptions.check_build_deps())
+        self.cmd_opts.add_option(cmdoptions.constraints())
+        self.cmd_opts.add_option(cmdoptions.editable())
+        self.cmd_opts.add_option(cmdoptions.requirements())
+        self.cmd_opts.add_option(cmdoptions.src())
+        self.cmd_opts.add_option(cmdoptions.ignore_requires_python())
+        self.cmd_opts.add_option(cmdoptions.no_deps())
+        self.cmd_opts.add_option(cmdoptions.progress_bar())
+
+        self.cmd_opts.add_option(
+            "--no-verify",
+            dest="no_verify",
+            action="store_true",
+            default=False,
+            help="Don't verify if built wheel is valid.",
+        )
+
+        self.cmd_opts.add_option(cmdoptions.config_settings())
+        self.cmd_opts.add_option(cmdoptions.build_options())
+        self.cmd_opts.add_option(cmdoptions.global_options())
+
+        self.cmd_opts.add_option(
+            "--pre",
+            action="store_true",
+            default=False,
+            help=(
+                "Include pre-release and development versions. By default, "
+                "pip only finds stable versions."
+            ),
+        )
+
+        self.cmd_opts.add_option(cmdoptions.require_hashes())
+
+        index_opts = cmdoptions.make_option_group(
+            cmdoptions.index_group,
+            self.parser,
+        )
+
+        self.parser.insert_option_group(0, index_opts)
+        self.parser.insert_option_group(0, self.cmd_opts)
+
+    @with_cleanup
+    def run(self, options: Values, args: List[str]) -> int:
+        session = self.get_default_session(options)
+
+        finder = self._build_package_finder(options, session)
+
+        options.wheel_dir = normalize_path(options.wheel_dir)
+        ensure_dir(options.wheel_dir)
+
+        build_tracker = self.enter_context(get_build_tracker())
+
+        directory = TempDirectory(
+            delete=not options.no_clean,
+            kind="wheel",
+            globally_managed=True,
+        )
+
+        reqs = self.get_requirements(args, options, finder, session)
+        check_legacy_setup_py_options(options, reqs)
+
+        wheel_cache = WheelCache(options.cache_dir)
+
+        preparer = self.make_requirement_preparer(
+            temp_build_dir=directory,
+            options=options,
+            build_tracker=build_tracker,
+            session=session,
+            finder=finder,
+            download_dir=options.wheel_dir,
+            use_user_site=False,
+            verbosity=self.verbosity,
+        )
+
+        resolver = self.make_resolver(
+            preparer=preparer,
+            finder=finder,
+            options=options,
+            wheel_cache=wheel_cache,
+            ignore_requires_python=options.ignore_requires_python,
+            use_pep517=options.use_pep517,
+        )
+
+        self.trace_basic_info(finder)
+
+        requirement_set = resolver.resolve(reqs, check_supported_wheels=True)
+
+        reqs_to_build: List[InstallRequirement] = []
+        for req in requirement_set.requirements.values():
+            if req.is_wheel:
+                preparer.save_linked_requirement(req)
+            elif should_build_for_wheel_command(req):
+                reqs_to_build.append(req)
+
+        preparer.prepare_linked_requirements_more(requirement_set.requirements.values())
+        requirement_set.warn_legacy_versions_and_specifiers()
+
+        # build wheels
+        build_successes, build_failures = build(
+            reqs_to_build,
+            wheel_cache=wheel_cache,
+            verify=(not options.no_verify),
+            build_options=options.build_options or [],
+            global_options=options.global_options or [],
+        )
+        for req in build_successes:
+            assert req.link and req.link.is_wheel
+            assert req.local_file_path
+            # copy from cache to target directory
+            try:
+                shutil.copy(req.local_file_path, options.wheel_dir)
+            except OSError as e:
+                logger.warning(
+                    "Building wheel for %s failed: %s",
+                    req.name,
+                    e,
+                )
+                build_failures.append(req)
+        if len(build_failures) != 0:
+            raise CommandError("Failed to build one or more wheels")
+
+        return SUCCESS
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py b/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py
new file mode 100644
index 0000000..c25273d
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py
@@ -0,0 +1,383 @@
+"""Configuration management setup
+
+Some terminology:
+- name
+  As written in config files.
+- value
+  Value associated with a name
+- key
+  Name combined with it's section (section.name)
+- variant
+  A single word describing where the configuration key-value pair came from
+"""
+
+import configparser
+import locale
+import os
+import sys
+from typing import Any, Dict, Iterable, List, NewType, Optional, Tuple
+
+from pip._internal.exceptions import (
+    ConfigurationError,
+    ConfigurationFileCouldNotBeLoaded,
+)
+from pip._internal.utils import appdirs
+from pip._internal.utils.compat import WINDOWS
+from pip._internal.utils.logging import getLogger
+from pip._internal.utils.misc import ensure_dir, enum
+
+RawConfigParser = configparser.RawConfigParser  # Shorthand
+Kind = NewType("Kind", str)
+
+CONFIG_BASENAME = "pip.ini" if WINDOWS else "pip.conf"
+ENV_NAMES_IGNORED = "version", "help"
+
+# The kinds of configurations there are.
+kinds = enum(
+    USER="user",  # User Specific
+    GLOBAL="global",  # System Wide
+    SITE="site",  # [Virtual] Environment Specific
+    ENV="env",  # from PIP_CONFIG_FILE
+    ENV_VAR="env-var",  # from Environment Variables
+)
+OVERRIDE_ORDER = kinds.GLOBAL, kinds.USER, kinds.SITE, kinds.ENV, kinds.ENV_VAR
+VALID_LOAD_ONLY = kinds.USER, kinds.GLOBAL, kinds.SITE
+
+logger = getLogger(__name__)
+
+
+# NOTE: Maybe use the optionx attribute to normalize keynames.
+def _normalize_name(name: str) -> str:
+    """Make a name consistent regardless of source (environment or file)"""
+    name = name.lower().replace("_", "-")
+    if name.startswith("--"):
+        name = name[2:]  # only prefer long opts
+    return name
+
+
+def _disassemble_key(name: str) -> List[str]:
+    if "." not in name:
+        error_message = (
+            "Key does not contain dot separated section and key. "
+            f"Perhaps you wanted to use 'global.{name}' instead?"
+        )
+        raise ConfigurationError(error_message)
+    return name.split(".", 1)
+
+
+def get_configuration_files() -> Dict[Kind, List[str]]:
+    global_config_files = [
+        os.path.join(path, CONFIG_BASENAME) for path in appdirs.site_config_dirs("pip")
+    ]
+
+    site_config_file = os.path.join(sys.prefix, CONFIG_BASENAME)
+    legacy_config_file = os.path.join(
+        os.path.expanduser("~"),
+        "pip" if WINDOWS else ".pip",
+        CONFIG_BASENAME,
+    )
+    new_config_file = os.path.join(appdirs.user_config_dir("pip"), CONFIG_BASENAME)
+    return {
+        kinds.GLOBAL: global_config_files,
+        kinds.SITE: [site_config_file],
+        kinds.USER: [legacy_config_file, new_config_file],
+    }
+
+
+class Configuration:
+    """Handles management of configuration.
+
+    Provides an interface to accessing and managing configuration files.
+
+    This class converts provides an API that takes "section.key-name" style
+    keys and stores the value associated with it as "key-name" under the
+    section "section".
+
+    This allows for a clean interface wherein the both the section and the
+    key-name are preserved in an easy to manage form in the configuration files
+    and the data stored is also nice.
+    """
+
+    def __init__(self, isolated: bool, load_only: Optional[Kind] = None) -> None:
+        super().__init__()
+
+        if load_only is not None and load_only not in VALID_LOAD_ONLY:
+            raise ConfigurationError(
+                "Got invalid value for load_only - should be one of {}".format(
+                    ", ".join(map(repr, VALID_LOAD_ONLY))
+                )
+            )
+        self.isolated = isolated
+        self.load_only = load_only
+
+        # Because we keep track of where we got the data from
+        self._parsers: Dict[Kind, List[Tuple[str, RawConfigParser]]] = {
+            variant: [] for variant in OVERRIDE_ORDER
+        }
+        self._config: Dict[Kind, Dict[str, Any]] = {
+            variant: {} for variant in OVERRIDE_ORDER
+        }
+        self._modified_parsers: List[Tuple[str, RawConfigParser]] = []
+
+    def load(self) -> None:
+        """Loads configuration from configuration files and environment"""
+        self._load_config_files()
+        if not self.isolated:
+            self._load_environment_vars()
+
+    def get_file_to_edit(self) -> Optional[str]:
+        """Returns the file with highest priority in configuration"""
+        assert self.load_only is not None, "Need to be specified a file to be editing"
+
+        try:
+            return self._get_parser_to_modify()[0]
+        except IndexError:
+            return None
+
+    def items(self) -> Iterable[Tuple[str, Any]]:
+        """Returns key-value pairs like dict.items() representing the loaded
+        configuration
+        """
+        return self._dictionary.items()
+
+    def get_value(self, key: str) -> Any:
+        """Get a value from the configuration."""
+        orig_key = key
+        key = _normalize_name(key)
+        try:
+            return self._dictionary[key]
+        except KeyError:
+            # disassembling triggers a more useful error message than simply
+            # "No such key" in the case that the key isn't in the form command.option
+            _disassemble_key(key)
+            raise ConfigurationError(f"No such key - {orig_key}")
+
+    def set_value(self, key: str, value: Any) -> None:
+        """Modify a value in the configuration."""
+        key = _normalize_name(key)
+        self._ensure_have_load_only()
+
+        assert self.load_only
+        fname, parser = self._get_parser_to_modify()
+
+        if parser is not None:
+            section, name = _disassemble_key(key)
+
+            # Modify the parser and the configuration
+            if not parser.has_section(section):
+                parser.add_section(section)
+            parser.set(section, name, value)
+
+        self._config[self.load_only][key] = value
+        self._mark_as_modified(fname, parser)
+
+    def unset_value(self, key: str) -> None:
+        """Unset a value in the configuration."""
+        orig_key = key
+        key = _normalize_name(key)
+        self._ensure_have_load_only()
+
+        assert self.load_only
+        if key not in self._config[self.load_only]:
+            raise ConfigurationError(f"No such key - {orig_key}")
+
+        fname, parser = self._get_parser_to_modify()
+
+        if parser is not None:
+            section, name = _disassemble_key(key)
+            if not (
+                parser.has_section(section) and parser.remove_option(section, name)
+            ):
+                # The option was not removed.
+                raise ConfigurationError(
+                    "Fatal Internal error [id=1]. Please report as a bug."
+                )
+
+            # The section may be empty after the option was removed.
+            if not parser.items(section):
+                parser.remove_section(section)
+            self._mark_as_modified(fname, parser)
+
+        del self._config[self.load_only][key]
+
+    def save(self) -> None:
+        """Save the current in-memory state."""
+        self._ensure_have_load_only()
+
+        for fname, parser in self._modified_parsers:
+            logger.info("Writing to %s", fname)
+
+            # Ensure directory exists.
+            ensure_dir(os.path.dirname(fname))
+
+            # Ensure directory's permission(need to be writeable)
+            try:
+                with open(fname, "w") as f:
+                    parser.write(f)
+            except OSError as error:
+                raise ConfigurationError(
+                    f"An error occurred while writing to the configuration file "
+                    f"{fname}: {error}"
+                )
+
+    #
+    # Private routines
+    #
+
+    def _ensure_have_load_only(self) -> None:
+        if self.load_only is None:
+            raise ConfigurationError("Needed a specific file to be modifying.")
+        logger.debug("Will be working with %s variant only", self.load_only)
+
+    @property
+    def _dictionary(self) -> Dict[str, Any]:
+        """A dictionary representing the loaded configuration."""
+        # NOTE: Dictionaries are not populated if not loaded. So, conditionals
+        #       are not needed here.
+        retval = {}
+
+        for variant in OVERRIDE_ORDER:
+            retval.update(self._config[variant])
+
+        return retval
+
+    def _load_config_files(self) -> None:
+        """Loads configuration from configuration files"""
+        config_files = dict(self.iter_config_files())
+        if config_files[kinds.ENV][0:1] == [os.devnull]:
+            logger.debug(
+                "Skipping loading configuration files due to "
+                "environment's PIP_CONFIG_FILE being os.devnull"
+            )
+            return
+
+        for variant, files in config_files.items():
+            for fname in files:
+                # If there's specific variant set in `load_only`, load only
+                # that variant, not the others.
+                if self.load_only is not None and variant != self.load_only:
+                    logger.debug("Skipping file '%s' (variant: %s)", fname, variant)
+                    continue
+
+                parser = self._load_file(variant, fname)
+
+                # Keeping track of the parsers used
+                self._parsers[variant].append((fname, parser))
+
+    def _load_file(self, variant: Kind, fname: str) -> RawConfigParser:
+        logger.verbose("For variant '%s', will try loading '%s'", variant, fname)
+        parser = self._construct_parser(fname)
+
+        for section in parser.sections():
+            items = parser.items(section)
+            self._config[variant].update(self._normalized_keys(section, items))
+
+        return parser
+
+    def _construct_parser(self, fname: str) -> RawConfigParser:
+        parser = configparser.RawConfigParser()
+        # If there is no such file, don't bother reading it but create the
+        # parser anyway, to hold the data.
+        # Doing this is useful when modifying and saving files, where we don't
+        # need to construct a parser.
+        if os.path.exists(fname):
+            locale_encoding = locale.getpreferredencoding(False)
+            try:
+                parser.read(fname, encoding=locale_encoding)
+            except UnicodeDecodeError:
+                # See https://github.com/pypa/pip/issues/4963
+                raise ConfigurationFileCouldNotBeLoaded(
+                    reason=f"contains invalid {locale_encoding} characters",
+                    fname=fname,
+                )
+            except configparser.Error as error:
+                # See https://github.com/pypa/pip/issues/4893
+                raise ConfigurationFileCouldNotBeLoaded(error=error)
+        return parser
+
+    def _load_environment_vars(self) -> None:
+        """Loads configuration from environment variables"""
+        self._config[kinds.ENV_VAR].update(
+            self._normalized_keys(":env:", self.get_environ_vars())
+        )
+
+    def _normalized_keys(
+        self, section: str, items: Iterable[Tuple[str, Any]]
+    ) -> Dict[str, Any]:
+        """Normalizes items to construct a dictionary with normalized keys.
+
+        This routine is where the names become keys and are made the same
+        regardless of source - configuration files or environment.
+        """
+        normalized = {}
+        for name, val in items:
+            key = section + "." + _normalize_name(name)
+            normalized[key] = val
+        return normalized
+
+    def get_environ_vars(self) -> Iterable[Tuple[str, str]]:
+        """Returns a generator with all environmental vars with prefix PIP_"""
+        for key, val in os.environ.items():
+            if key.startswith("PIP_"):
+                name = key[4:].lower()
+                if name not in ENV_NAMES_IGNORED:
+                    yield name, val
+
+    # XXX: This is patched in the tests.
+    def iter_config_files(self) -> Iterable[Tuple[Kind, List[str]]]:
+        """Yields variant and configuration files associated with it.
+
+        This should be treated like items of a dictionary. The order
+        here doesn't affect what gets overridden. That is controlled
+        by OVERRIDE_ORDER. However this does control the order they are
+        displayed to the user. It's probably most ergononmic to display
+        things in the same order as OVERRIDE_ORDER
+        """
+        # SMELL: Move the conditions out of this function
+
+        env_config_file = os.environ.get("PIP_CONFIG_FILE", None)
+        config_files = get_configuration_files()
+
+        yield kinds.GLOBAL, config_files[kinds.GLOBAL]
+
+        # per-user config is not loaded when env_config_file exists
+        should_load_user_config = not self.isolated and not (
+            env_config_file and os.path.exists(env_config_file)
+        )
+        if should_load_user_config:
+            # The legacy config file is overridden by the new config file
+            yield kinds.USER, config_files[kinds.USER]
+
+        # virtualenv config
+        yield kinds.SITE, config_files[kinds.SITE]
+
+        if env_config_file is not None:
+            yield kinds.ENV, [env_config_file]
+        else:
+            yield kinds.ENV, []
+
+    def get_values_in_config(self, variant: Kind) -> Dict[str, Any]:
+        """Get values present in a config file"""
+        return self._config[variant]
+
+    def _get_parser_to_modify(self) -> Tuple[str, RawConfigParser]:
+        # Determine which parser to modify
+        assert self.load_only
+        parsers = self._parsers[self.load_only]
+        if not parsers:
+            # This should not happen if everything works correctly.
+            raise ConfigurationError(
+                "Fatal Internal error [id=2]. Please report as a bug."
+            )
+
+        # Use the highest priority parser.
+        return parsers[-1]
+
+    # XXX: This is patched in the tests.
+    def _mark_as_modified(self, fname: str, parser: RawConfigParser) -> None:
+        file_parser_tuple = (fname, parser)
+        if file_parser_tuple not in self._modified_parsers:
+            self._modified_parsers.append(file_parser_tuple)
+
+    def __repr__(self) -> str:
+        return f"{self.__class__.__name__}({self._dictionary!r})"
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py
new file mode 100644
index 0000000..9a89a83
--- /dev/null
+++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..9800abe9048d0e59ee8460f48a4368e374592dcd
GIT binary patch
literal 947
zcmaJ;&ubGw6rO1|yIYeqwDuxF*&+zrk{#582a8%Pf)^?6LEOu-$xgG=?2mM2Qi=57
z!T+Hidlml_FTozv#em?+TOd94er+8lrj5nHV4orLT
zhiYl#Y;~(8B=_5Ln}KJozGP_v`IWu2&)ak^yZk()G@47UJWYi3qiB~N_8F%!O=MPK
zzj7X@hndc)?DM3Jr!tfSiTRpH04L}e9jNS_@rqP+xgDeT)BAg>diEu=WAIRI%)(;z
z|9jZ@)xF)Em#}=RD9PGSxg|qtb=VP2tbf(nT4vIKNxv0Qu83qN6W&YpHM|U=jkzKs
z6kqEiCSe*=!qXPn8MH&6$2&YdplvD0<2ZPd@(v{qJaj}N)*`)u4AbPUbNdbvOwwl0
zZ+HC;6{N>{#AAu1Jno95f^A&F7?04_2t691ha)g&_?u1;N~hjNHCWqz(hEY%b>HLX+K%Kc?uGW&IfUeTlg+O{
z_y|Jcq^2=aOEImMW+|RwX_jeZE|Z4F^h*;pooCM$2RDdimgWY}O~Is*g1|C2dn&a&
z=0wpI~>e`^=XQb
z1zLyHP}{YFfHs7rP0M4h<1JGsPLEZ0IkjZyG{8KlJgcA7dk+t4`RY0T0{$P%H=gzFBS{5(ksxANJFc
zL&j=T(GHXBVLB|voEVzPCVdy?&>@UAfCynDD-a&0OSZlF(19h!eGVA*Y=;NsCne7Y
z;}CL52P;fP{Vb%1@(aEQ&=oi;@xiK#^H2jGTFeTqtrR&8jNjv&shSA7D&z`;qui{w
z9T(OCNh@4#C2F9E%iQBK_N47O=i2@Au=mgdK^=$(;M94f%%cveD1W0gpe@QuD3sA^AHRlYu8BFe|05wkz55{N?J}M7qyGT>|1xphPGHvM|#lqxr_|cbUY_C
zO^K}!>zRPN4K;~!rm0%QGy^=0()9;UwJBP>Dn-3|s$(}T**YZ!raPz}Z?O|XF7s;T
zJonC5U8i34p*Mtgr1H|?YT$%?K7l~hcl;`x3(yDdsfuV_
z^IlL1o`T{2I{C#YTp7D))+K2a6r8t
z+OWw0CnGTj^prrDE-h7j$$d+5b1-pcg6g^Q(h_u}>%z{8YHZ+p&MF&Pv|~|(CtJR&
zc%QSkq!e;Plar8*0CPd*HW;Il3d8In-gMa7b0f>}uo}gE3NWmbdlO`G|F^{hw~PZ4
zKWP8A3~~aD`)5UDkI%|to|JCJPyM;`Mvn;fVWY$p+2I~WE`Rs
z2-iY3i%NEr+bd?g3_KOs8L&^T|A4Qpz{(kwcsUK$as~$lXWS1E(<{ZkCzg8c@W_Cl
zXmb$uPl{9=E>d|r(gA*VOf$-xW=pWPi}HkNo@-lf@6DKLGGPN_z~2y2Z5pMmx*e6Q
z-uKp*0;nbINbI#J4b3EXqf|^30IE&FB>p`~{7H})bd;$J;mW5`EcBSi=B{g+Wlfe~
zRe|6Q1yO0B6%NQ+!6z`>zeN5@m2{&!o6>jR+FR)ocz*fv-}vYnB%Av|pSrD2byK=N
zdwuTnBRA&n5)e1jBs;AZyG5n6`!?vOG=28gi?7`!@I;M0YNeYU(8%huzn1oOb$G)1
z^wZrjlngTSOgD#8p5%*n$3ar|_fjCKPEcOMpI8q2RncpCTpoY`qHNgl;cF3RZ9hAopIJ?h7}VQs34813`g6BHGsBM<)X2LW5?eCCzMAUB=!yo;DK>8
zF8%8gzc0uP!7L2jw5Dl4ll&br^9MP4hrDu!9J-f%L7TmP`m-}P&iq3_RJ;5OOO_lL

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..ad1491a9eb5fca7d369cea7280038eed730a7921
GIT binary patch
literal 1706
zcma)6&2Jl35P$pWwPVLdX##C&S)sJTLfs9`kqW7Ritr&sz=b`qTJL*~H`%Ygx301l
zhX~~WCyu$ojjDeNmmm(nN|7od4%`ebm!6o}wSyf6)RA`HZ)fIx{AT98A6l&j0r_?K
zSmibQi!0VZ@Orabzkv3R9`fG^Sq#&p@WivHD~d?9{+xfK5GCojTQ6
z1J1lcYw*d`7#Oq;_GWH$8^!vEvB_=9+m@Tl?)!RdvZc{DGV>oXRc
zeiEglj8UsJ6*_0xh{wJ(<2E0#08E%^R&Hn
zYV=O;_I?80-dgqD4k{O=^(O4L9dkx7%(TP4A6t1w(Q
z_9EuGMZLFq
z5*R0juC<7Cpx)yb5cWOkn68a>WCVovHENUP_;E~w$rT_dX}d_yjPvxgxhJI
z-%e|>%Y@a3ca>vNir1IJupthu*$sEA{-{WAEClB6?o{daQzjNCgT+t2iMsdf75*53rilF&c6gUMU~

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..60311b19cbf923430230730d7eef5521d8174a2c
GIT binary patch
literal 8494
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
DZ&I!E

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..b9d15f4b802fa30966fc2656a975b9fb203bcbea
GIT binary patch
literal 2254
zcmaJ?&uw~0MXyaigSo
z-t)Qa%9sbAwK(^aeak#{uA=C$F>j4DuynPDo9!hKZW2yv8Y4BGX*Gjqn9faZ9e^)Q
zof#XM&7pBE3tw!|Wi~Rk95Z>IS$qnzo?<$)n>NdV9`nv8dsQgoarQ2M!rOvN9>$Wo
zRK-Wf-CL(Um>!!CuRZCAJm3w33BTvC9N);YKlyb=3d+6mi$
z7iSgaDzOBQJ0fgo!vsbztkE_Q12XTDJKEwMtWidCzbVm_K3l1_qJURLRIe^|8!cA^
zOCnld#Nc*^$93e7xlL&0(e1wK%tPT8pQ4
z;zEX2WSWrX2~C_2QF?wu1XzFI=WTR=jM?btHCt2!6Q(#0{V$Qof?&-kTSB
zj0^|1$24kA5TA7fdS%ho(1%QV`xQ|jF2SKwu5bYjfCGhls)9{Z(utZ!fHmoII>T0Hh!aRxu!SpRmtZ!h!@FKpQh*ViAEj@-(8Z{N1>
z(}kbu!dB_@b@M^-ja&TJ`LjR9_tx&N-CMuAzBT{xR&lX!FNztA+iI$LnH1B$@nqzy
z(UFuIE#6plQZ?gkx!BlEo{8Zgroo*k!cxvCl*B<)%;EAnED}#+-BP>`rDKXuK(zy4
zulgcp|9jvl-hgccxa}dif=aGjNNh*_HykI)J5CU>4wTnP_BhVvj_YHEVV89r7BxVy
z+ahXn5qAYf0=!R)S
zF|Fx=u9>s9j{k7#_WWN2#BF1w99Xt_LF=D*XPclfn6=Epqtc;)3GabL4jvw4QL@S0
zkwFfnJjqW#odPMn9PeF(bgj7C2HvOf&%scwI52xzBr55og>M!3Vfs?hIibp8G1OAnH-%oL&B^L9dhUx{NJX)?3*+kwL^;E^Hx$QO(OTqK9g4GtT+Kz;&7A4
qVHp^jradHckICuB None:
+        super().__init__()
+        self.req = req
+
+    @abc.abstractproperty
+    def build_tracker_id(self) -> Optional[str]:
+        """A string that uniquely identifies this requirement to the build tracker.
+
+        If None, then this dist has no work to do in the build tracker, and
+        ``.prepare_distribution_metadata()`` will not be called."""
+        raise NotImplementedError()
+
+    @abc.abstractmethod
+    def get_metadata_distribution(self) -> BaseDistribution:
+        raise NotImplementedError()
+
+    @abc.abstractmethod
+    def prepare_distribution_metadata(
+        self,
+        finder: PackageFinder,
+        build_isolation: bool,
+        check_build_deps: bool,
+    ) -> None:
+        raise NotImplementedError()
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py
new file mode 100644
index 0000000..ab8d53b
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py
@@ -0,0 +1,29 @@
+from typing import Optional
+
+from pip._internal.distributions.base import AbstractDistribution
+from pip._internal.index.package_finder import PackageFinder
+from pip._internal.metadata import BaseDistribution
+
+
+class InstalledDistribution(AbstractDistribution):
+    """Represents an installed package.
+
+    This does not need any preparation as the required information has already
+    been computed.
+    """
+
+    @property
+    def build_tracker_id(self) -> Optional[str]:
+        return None
+
+    def get_metadata_distribution(self) -> BaseDistribution:
+        assert self.req.satisfied_by is not None, "not actually installed"
+        return self.req.satisfied_by
+
+    def prepare_distribution_metadata(
+        self,
+        finder: PackageFinder,
+        build_isolation: bool,
+        check_build_deps: bool,
+    ) -> None:
+        pass
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py
new file mode 100644
index 0000000..15ff42b
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py
@@ -0,0 +1,156 @@
+import logging
+from typing import Iterable, Optional, Set, Tuple
+
+from pip._internal.build_env import BuildEnvironment
+from pip._internal.distributions.base import AbstractDistribution
+from pip._internal.exceptions import InstallationError
+from pip._internal.index.package_finder import PackageFinder
+from pip._internal.metadata import BaseDistribution
+from pip._internal.utils.subprocess import runner_with_spinner_message
+
+logger = logging.getLogger(__name__)
+
+
+class SourceDistribution(AbstractDistribution):
+    """Represents a source distribution.
+
+    The preparation step for these needs metadata for the packages to be
+    generated, either using PEP 517 or using the legacy `setup.py egg_info`.
+    """
+
+    @property
+    def build_tracker_id(self) -> Optional[str]:
+        """Identify this requirement uniquely by its link."""
+        assert self.req.link
+        return self.req.link.url_without_fragment
+
+    def get_metadata_distribution(self) -> BaseDistribution:
+        return self.req.get_dist()
+
+    def prepare_distribution_metadata(
+        self,
+        finder: PackageFinder,
+        build_isolation: bool,
+        check_build_deps: bool,
+    ) -> None:
+        # Load pyproject.toml, to determine whether PEP 517 is to be used
+        self.req.load_pyproject_toml()
+
+        # Set up the build isolation, if this requirement should be isolated
+        should_isolate = self.req.use_pep517 and build_isolation
+        if should_isolate:
+            # Setup an isolated environment and install the build backend static
+            # requirements in it.
+            self._prepare_build_backend(finder)
+            # Check that if the requirement is editable, it either supports PEP 660 or
+            # has a setup.py or a setup.cfg. This cannot be done earlier because we need
+            # to setup the build backend to verify it supports build_editable, nor can
+            # it be done later, because we want to avoid installing build requirements
+            # needlessly. Doing it here also works around setuptools generating
+            # UNKNOWN.egg-info when running get_requires_for_build_wheel on a directory
+            # without setup.py nor setup.cfg.
+            self.req.isolated_editable_sanity_check()
+            # Install the dynamic build requirements.
+            self._install_build_reqs(finder)
+        # Check if the current environment provides build dependencies
+        should_check_deps = self.req.use_pep517 and check_build_deps
+        if should_check_deps:
+            pyproject_requires = self.req.pyproject_requires
+            assert pyproject_requires is not None
+            conflicting, missing = self.req.build_env.check_requirements(
+                pyproject_requires
+            )
+            if conflicting:
+                self._raise_conflicts("the backend dependencies", conflicting)
+            if missing:
+                self._raise_missing_reqs(missing)
+        self.req.prepare_metadata()
+
+    def _prepare_build_backend(self, finder: PackageFinder) -> None:
+        # Isolate in a BuildEnvironment and install the build-time
+        # requirements.
+        pyproject_requires = self.req.pyproject_requires
+        assert pyproject_requires is not None
+
+        self.req.build_env = BuildEnvironment()
+        self.req.build_env.install_requirements(
+            finder, pyproject_requires, "overlay", kind="build dependencies"
+        )
+        conflicting, missing = self.req.build_env.check_requirements(
+            self.req.requirements_to_check
+        )
+        if conflicting:
+            self._raise_conflicts("PEP 517/518 supported requirements", conflicting)
+        if missing:
+            logger.warning(
+                "Missing build requirements in pyproject.toml for %s.",
+                self.req,
+            )
+            logger.warning(
+                "The project does not specify a build backend, and "
+                "pip cannot fall back to setuptools without %s.",
+                " and ".join(map(repr, sorted(missing))),
+            )
+
+    def _get_build_requires_wheel(self) -> Iterable[str]:
+        with self.req.build_env:
+            runner = runner_with_spinner_message("Getting requirements to build wheel")
+            backend = self.req.pep517_backend
+            assert backend is not None
+            with backend.subprocess_runner(runner):
+                return backend.get_requires_for_build_wheel()
+
+    def _get_build_requires_editable(self) -> Iterable[str]:
+        with self.req.build_env:
+            runner = runner_with_spinner_message(
+                "Getting requirements to build editable"
+            )
+            backend = self.req.pep517_backend
+            assert backend is not None
+            with backend.subprocess_runner(runner):
+                return backend.get_requires_for_build_editable()
+
+    def _install_build_reqs(self, finder: PackageFinder) -> None:
+        # Install any extra build dependencies that the backend requests.
+        # This must be done in a second pass, as the pyproject.toml
+        # dependencies must be installed before we can call the backend.
+        if (
+            self.req.editable
+            and self.req.permit_editable_wheels
+            and self.req.supports_pyproject_editable()
+        ):
+            build_reqs = self._get_build_requires_editable()
+        else:
+            build_reqs = self._get_build_requires_wheel()
+        conflicting, missing = self.req.build_env.check_requirements(build_reqs)
+        if conflicting:
+            self._raise_conflicts("the backend dependencies", conflicting)
+        self.req.build_env.install_requirements(
+            finder, missing, "normal", kind="backend dependencies"
+        )
+
+    def _raise_conflicts(
+        self, conflicting_with: str, conflicting_reqs: Set[Tuple[str, str]]
+    ) -> None:
+        format_string = (
+            "Some build dependencies for {requirement} "
+            "conflict with {conflicting_with}: {description}."
+        )
+        error_message = format_string.format(
+            requirement=self.req,
+            conflicting_with=conflicting_with,
+            description=", ".join(
+                f"{installed} is incompatible with {wanted}"
+                for installed, wanted in sorted(conflicting_reqs)
+            ),
+        )
+        raise InstallationError(error_message)
+
+    def _raise_missing_reqs(self, missing: Set[str]) -> None:
+        format_string = (
+            "Some build dependencies for {requirement} are missing: {missing}."
+        )
+        error_message = format_string.format(
+            requirement=self.req, missing=", ".join(map(repr, sorted(missing)))
+        )
+        raise InstallationError(error_message)
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py
new file mode 100644
index 0000000..eb16e25
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py
@@ -0,0 +1,40 @@
+from typing import Optional
+
+from pip._vendor.packaging.utils import canonicalize_name
+
+from pip._internal.distributions.base import AbstractDistribution
+from pip._internal.index.package_finder import PackageFinder
+from pip._internal.metadata import (
+    BaseDistribution,
+    FilesystemWheel,
+    get_wheel_distribution,
+)
+
+
+class WheelDistribution(AbstractDistribution):
+    """Represents a wheel distribution.
+
+    This does not need any preparation as wheels can be directly unpacked.
+    """
+
+    @property
+    def build_tracker_id(self) -> Optional[str]:
+        return None
+
+    def get_metadata_distribution(self) -> BaseDistribution:
+        """Loads the metadata from the wheel file into memory and returns a
+        Distribution that uses it, not relying on the wheel file or
+        requirement.
+        """
+        assert self.req.local_file_path, "Set as part of preparation during download"
+        assert self.req.name, "Wheels are never unnamed"
+        wheel = FilesystemWheel(self.req.local_file_path)
+        return get_wheel_distribution(wheel, canonicalize_name(self.req.name))
+
+    def prepare_distribution_metadata(
+        self,
+        finder: PackageFinder,
+        build_isolation: bool,
+        check_build_deps: bool,
+    ) -> None:
+        pass
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py b/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py
new file mode 100644
index 0000000..5007a62
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py
@@ -0,0 +1,728 @@
+"""Exceptions used throughout package.
+
+This module MUST NOT try to import from anything within `pip._internal` to
+operate. This is expected to be importable from any/all files within the
+subpackage and, thus, should not depend on them.
+"""
+
+import configparser
+import contextlib
+import locale
+import logging
+import pathlib
+import re
+import sys
+from itertools import chain, groupby, repeat
+from typing import TYPE_CHECKING, Dict, Iterator, List, Optional, Union
+
+from pip._vendor.requests.models import Request, Response
+from pip._vendor.rich.console import Console, ConsoleOptions, RenderResult
+from pip._vendor.rich.markup import escape
+from pip._vendor.rich.text import Text
+
+if TYPE_CHECKING:
+    from hashlib import _Hash
+    from typing import Literal
+
+    from pip._internal.metadata import BaseDistribution
+    from pip._internal.req.req_install import InstallRequirement
+
+logger = logging.getLogger(__name__)
+
+
+#
+# Scaffolding
+#
+def _is_kebab_case(s: str) -> bool:
+    return re.match(r"^[a-z]+(-[a-z]+)*$", s) is not None
+
+
+def _prefix_with_indent(
+    s: Union[Text, str],
+    console: Console,
+    *,
+    prefix: str,
+    indent: str,
+) -> Text:
+    if isinstance(s, Text):
+        text = s
+    else:
+        text = console.render_str(s)
+
+    return console.render_str(prefix, overflow="ignore") + console.render_str(
+        f"\n{indent}", overflow="ignore"
+    ).join(text.split(allow_blank=True))
+
+
+class PipError(Exception):
+    """The base pip error."""
+
+
+class DiagnosticPipError(PipError):
+    """An error, that presents diagnostic information to the user.
+
+    This contains a bunch of logic, to enable pretty presentation of our error
+    messages. Each error gets a unique reference. Each error can also include
+    additional context, a hint and/or a note -- which are presented with the
+    main error message in a consistent style.
+
+    This is adapted from the error output styling in `sphinx-theme-builder`.
+    """
+
+    reference: str
+
+    def __init__(
+        self,
+        *,
+        kind: 'Literal["error", "warning"]' = "error",
+        reference: Optional[str] = None,
+        message: Union[str, Text],
+        context: Optional[Union[str, Text]],
+        hint_stmt: Optional[Union[str, Text]],
+        note_stmt: Optional[Union[str, Text]] = None,
+        link: Optional[str] = None,
+    ) -> None:
+        # Ensure a proper reference is provided.
+        if reference is None:
+            assert hasattr(self, "reference"), "error reference not provided!"
+            reference = self.reference
+        assert _is_kebab_case(reference), "error reference must be kebab-case!"
+
+        self.kind = kind
+        self.reference = reference
+
+        self.message = message
+        self.context = context
+
+        self.note_stmt = note_stmt
+        self.hint_stmt = hint_stmt
+
+        self.link = link
+
+        super().__init__(f"<{self.__class__.__name__}: {self.reference}>")
+
+    def __repr__(self) -> str:
+        return (
+            f"<{self.__class__.__name__}("
+            f"reference={self.reference!r}, "
+            f"message={self.message!r}, "
+            f"context={self.context!r}, "
+            f"note_stmt={self.note_stmt!r}, "
+            f"hint_stmt={self.hint_stmt!r}"
+            ")>"
+        )
+
+    def __rich_console__(
+        self,
+        console: Console,
+        options: ConsoleOptions,
+    ) -> RenderResult:
+        colour = "red" if self.kind == "error" else "yellow"
+
+        yield f"[{colour} bold]{self.kind}[/]: [bold]{self.reference}[/]"
+        yield ""
+
+        if not options.ascii_only:
+            # Present the main message, with relevant context indented.
+            if self.context is not None:
+                yield _prefix_with_indent(
+                    self.message,
+                    console,
+                    prefix=f"[{colour}]×[/] ",
+                    indent=f"[{colour}]│[/] ",
+                )
+                yield _prefix_with_indent(
+                    self.context,
+                    console,
+                    prefix=f"[{colour}]╰─>[/] ",
+                    indent=f"[{colour}]   [/] ",
+                )
+            else:
+                yield _prefix_with_indent(
+                    self.message,
+                    console,
+                    prefix="[red]×[/] ",
+                    indent="  ",
+                )
+        else:
+            yield self.message
+            if self.context is not None:
+                yield ""
+                yield self.context
+
+        if self.note_stmt is not None or self.hint_stmt is not None:
+            yield ""
+
+        if self.note_stmt is not None:
+            yield _prefix_with_indent(
+                self.note_stmt,
+                console,
+                prefix="[magenta bold]note[/]: ",
+                indent="      ",
+            )
+        if self.hint_stmt is not None:
+            yield _prefix_with_indent(
+                self.hint_stmt,
+                console,
+                prefix="[cyan bold]hint[/]: ",
+                indent="      ",
+            )
+
+        if self.link is not None:
+            yield ""
+            yield f"Link: {self.link}"
+
+
+#
+# Actual Errors
+#
+class ConfigurationError(PipError):
+    """General exception in configuration"""
+
+
+class InstallationError(PipError):
+    """General exception during installation"""
+
+
+class UninstallationError(PipError):
+    """General exception during uninstallation"""
+
+
+class MissingPyProjectBuildRequires(DiagnosticPipError):
+    """Raised when pyproject.toml has `build-system`, but no `build-system.requires`."""
+
+    reference = "missing-pyproject-build-system-requires"
+
+    def __init__(self, *, package: str) -> None:
+        super().__init__(
+            message=f"Can not process {escape(package)}",
+            context=Text(
+                "This package has an invalid pyproject.toml file.\n"
+                "The [build-system] table is missing the mandatory `requires` key."
+            ),
+            note_stmt="This is an issue with the package mentioned above, not pip.",
+            hint_stmt=Text("See PEP 518 for the detailed specification."),
+        )
+
+
+class InvalidPyProjectBuildRequires(DiagnosticPipError):
+    """Raised when pyproject.toml an invalid `build-system.requires`."""
+
+    reference = "invalid-pyproject-build-system-requires"
+
+    def __init__(self, *, package: str, reason: str) -> None:
+        super().__init__(
+            message=f"Can not process {escape(package)}",
+            context=Text(
+                "This package has an invalid `build-system.requires` key in "
+                f"pyproject.toml.\n{reason}"
+            ),
+            note_stmt="This is an issue with the package mentioned above, not pip.",
+            hint_stmt=Text("See PEP 518 for the detailed specification."),
+        )
+
+
+class NoneMetadataError(PipError):
+    """Raised when accessing a Distribution's "METADATA" or "PKG-INFO".
+
+    This signifies an inconsistency, when the Distribution claims to have
+    the metadata file (if not, raise ``FileNotFoundError`` instead), but is
+    not actually able to produce its content. This may be due to permission
+    errors.
+    """
+
+    def __init__(
+        self,
+        dist: "BaseDistribution",
+        metadata_name: str,
+    ) -> None:
+        """
+        :param dist: A Distribution object.
+        :param metadata_name: The name of the metadata being accessed
+            (can be "METADATA" or "PKG-INFO").
+        """
+        self.dist = dist
+        self.metadata_name = metadata_name
+
+    def __str__(self) -> str:
+        # Use `dist` in the error message because its stringification
+        # includes more information, like the version and location.
+        return f"None {self.metadata_name} metadata found for distribution: {self.dist}"
+
+
+class UserInstallationInvalid(InstallationError):
+    """A --user install is requested on an environment without user site."""
+
+    def __str__(self) -> str:
+        return "User base directory is not specified"
+
+
+class InvalidSchemeCombination(InstallationError):
+    def __str__(self) -> str:
+        before = ", ".join(str(a) for a in self.args[:-1])
+        return f"Cannot set {before} and {self.args[-1]} together"
+
+
+class DistributionNotFound(InstallationError):
+    """Raised when a distribution cannot be found to satisfy a requirement"""
+
+
+class RequirementsFileParseError(InstallationError):
+    """Raised when a general error occurs parsing a requirements file line."""
+
+
+class BestVersionAlreadyInstalled(PipError):
+    """Raised when the most up-to-date version of a package is already
+    installed."""
+
+
+class BadCommand(PipError):
+    """Raised when virtualenv or a command is not found"""
+
+
+class CommandError(PipError):
+    """Raised when there is an error in command-line arguments"""
+
+
+class PreviousBuildDirError(PipError):
+    """Raised when there's a previous conflicting build directory"""
+
+
+class NetworkConnectionError(PipError):
+    """HTTP connection error"""
+
+    def __init__(
+        self,
+        error_msg: str,
+        response: Optional[Response] = None,
+        request: Optional[Request] = None,
+    ) -> None:
+        """
+        Initialize NetworkConnectionError with  `request` and `response`
+        objects.
+        """
+        self.response = response
+        self.request = request
+        self.error_msg = error_msg
+        if (
+            self.response is not None
+            and not self.request
+            and hasattr(response, "request")
+        ):
+            self.request = self.response.request
+        super().__init__(error_msg, response, request)
+
+    def __str__(self) -> str:
+        return str(self.error_msg)
+
+
+class InvalidWheelFilename(InstallationError):
+    """Invalid wheel filename."""
+
+
+class UnsupportedWheel(InstallationError):
+    """Unsupported wheel."""
+
+
+class InvalidWheel(InstallationError):
+    """Invalid (e.g. corrupt) wheel."""
+
+    def __init__(self, location: str, name: str):
+        self.location = location
+        self.name = name
+
+    def __str__(self) -> str:
+        return f"Wheel '{self.name}' located at {self.location} is invalid."
+
+
+class MetadataInconsistent(InstallationError):
+    """Built metadata contains inconsistent information.
+
+    This is raised when the metadata contains values (e.g. name and version)
+    that do not match the information previously obtained from sdist filename,
+    user-supplied ``#egg=`` value, or an install requirement name.
+    """
+
+    def __init__(
+        self, ireq: "InstallRequirement", field: str, f_val: str, m_val: str
+    ) -> None:
+        self.ireq = ireq
+        self.field = field
+        self.f_val = f_val
+        self.m_val = m_val
+
+    def __str__(self) -> str:
+        return (
+            f"Requested {self.ireq} has inconsistent {self.field}: "
+            f"expected {self.f_val!r}, but metadata has {self.m_val!r}"
+        )
+
+
+class InstallationSubprocessError(DiagnosticPipError, InstallationError):
+    """A subprocess call failed."""
+
+    reference = "subprocess-exited-with-error"
+
+    def __init__(
+        self,
+        *,
+        command_description: str,
+        exit_code: int,
+        output_lines: Optional[List[str]],
+    ) -> None:
+        if output_lines is None:
+            output_prompt = Text("See above for output.")
+        else:
+            output_prompt = (
+                Text.from_markup(f"[red][{len(output_lines)} lines of output][/]\n")
+                + Text("".join(output_lines))
+                + Text.from_markup(R"[red]\[end of output][/]")
+            )
+
+        super().__init__(
+            message=(
+                f"[green]{escape(command_description)}[/] did not run successfully.\n"
+                f"exit code: {exit_code}"
+            ),
+            context=output_prompt,
+            hint_stmt=None,
+            note_stmt=(
+                "This error originates from a subprocess, and is likely not a "
+                "problem with pip."
+            ),
+        )
+
+        self.command_description = command_description
+        self.exit_code = exit_code
+
+    def __str__(self) -> str:
+        return f"{self.command_description} exited with {self.exit_code}"
+
+
+class MetadataGenerationFailed(InstallationSubprocessError, InstallationError):
+    reference = "metadata-generation-failed"
+
+    def __init__(
+        self,
+        *,
+        package_details: str,
+    ) -> None:
+        super(InstallationSubprocessError, self).__init__(
+            message="Encountered error while generating package metadata.",
+            context=escape(package_details),
+            hint_stmt="See above for details.",
+            note_stmt="This is an issue with the package mentioned above, not pip.",
+        )
+
+    def __str__(self) -> str:
+        return "metadata generation failed"
+
+
+class HashErrors(InstallationError):
+    """Multiple HashError instances rolled into one for reporting"""
+
+    def __init__(self) -> None:
+        self.errors: List["HashError"] = []
+
+    def append(self, error: "HashError") -> None:
+        self.errors.append(error)
+
+    def __str__(self) -> str:
+        lines = []
+        self.errors.sort(key=lambda e: e.order)
+        for cls, errors_of_cls in groupby(self.errors, lambda e: e.__class__):
+            lines.append(cls.head)
+            lines.extend(e.body() for e in errors_of_cls)
+        if lines:
+            return "\n".join(lines)
+        return ""
+
+    def __bool__(self) -> bool:
+        return bool(self.errors)
+
+
+class HashError(InstallationError):
+    """
+    A failure to verify a package against known-good hashes
+
+    :cvar order: An int sorting hash exception classes by difficulty of
+        recovery (lower being harder), so the user doesn't bother fretting
+        about unpinned packages when he has deeper issues, like VCS
+        dependencies, to deal with. Also keeps error reports in a
+        deterministic order.
+    :cvar head: A section heading for display above potentially many
+        exceptions of this kind
+    :ivar req: The InstallRequirement that triggered this error. This is
+        pasted on after the exception is instantiated, because it's not
+        typically available earlier.
+
+    """
+
+    req: Optional["InstallRequirement"] = None
+    head = ""
+    order: int = -1
+
+    def body(self) -> str:
+        """Return a summary of me for display under the heading.
+
+        This default implementation simply prints a description of the
+        triggering requirement.
+
+        :param req: The InstallRequirement that provoked this error, with
+            its link already populated by the resolver's _populate_link().
+
+        """
+        return f"    {self._requirement_name()}"
+
+    def __str__(self) -> str:
+        return f"{self.head}\n{self.body()}"
+
+    def _requirement_name(self) -> str:
+        """Return a description of the requirement that triggered me.
+
+        This default implementation returns long description of the req, with
+        line numbers
+
+        """
+        return str(self.req) if self.req else "unknown package"
+
+
+class VcsHashUnsupported(HashError):
+    """A hash was provided for a version-control-system-based requirement, but
+    we don't have a method for hashing those."""
+
+    order = 0
+    head = (
+        "Can't verify hashes for these requirements because we don't "
+        "have a way to hash version control repositories:"
+    )
+
+
+class DirectoryUrlHashUnsupported(HashError):
+    """A hash was provided for a version-control-system-based requirement, but
+    we don't have a method for hashing those."""
+
+    order = 1
+    head = (
+        "Can't verify hashes for these file:// requirements because they "
+        "point to directories:"
+    )
+
+
+class HashMissing(HashError):
+    """A hash was needed for a requirement but is absent."""
+
+    order = 2
+    head = (
+        "Hashes are required in --require-hashes mode, but they are "
+        "missing from some requirements. Here is a list of those "
+        "requirements along with the hashes their downloaded archives "
+        "actually had. Add lines like these to your requirements files to "
+        "prevent tampering. (If you did not enable --require-hashes "
+        "manually, note that it turns on automatically when any package "
+        "has a hash.)"
+    )
+
+    def __init__(self, gotten_hash: str) -> None:
+        """
+        :param gotten_hash: The hash of the (possibly malicious) archive we
+            just downloaded
+        """
+        self.gotten_hash = gotten_hash
+
+    def body(self) -> str:
+        # Dodge circular import.
+        from pip._internal.utils.hashes import FAVORITE_HASH
+
+        package = None
+        if self.req:
+            # In the case of URL-based requirements, display the original URL
+            # seen in the requirements file rather than the package name,
+            # so the output can be directly copied into the requirements file.
+            package = (
+                self.req.original_link
+                if self.req.is_direct
+                # In case someone feeds something downright stupid
+                # to InstallRequirement's constructor.
+                else getattr(self.req, "req", None)
+            )
+        return "    {} --hash={}:{}".format(
+            package or "unknown package", FAVORITE_HASH, self.gotten_hash
+        )
+
+
+class HashUnpinned(HashError):
+    """A requirement had a hash specified but was not pinned to a specific
+    version."""
+
+    order = 3
+    head = (
+        "In --require-hashes mode, all requirements must have their "
+        "versions pinned with ==. These do not:"
+    )
+
+
+class HashMismatch(HashError):
+    """
+    Distribution file hash values don't match.
+
+    :ivar package_name: The name of the package that triggered the hash
+        mismatch. Feel free to write to this after the exception is raise to
+        improve its error message.
+
+    """
+
+    order = 4
+    head = (
+        "THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS "
+        "FILE. If you have updated the package versions, please update "
+        "the hashes. Otherwise, examine the package contents carefully; "
+        "someone may have tampered with them."
+    )
+
+    def __init__(self, allowed: Dict[str, List[str]], gots: Dict[str, "_Hash"]) -> None:
+        """
+        :param allowed: A dict of algorithm names pointing to lists of allowed
+            hex digests
+        :param gots: A dict of algorithm names pointing to hashes we
+            actually got from the files under suspicion
+        """
+        self.allowed = allowed
+        self.gots = gots
+
+    def body(self) -> str:
+        return f"    {self._requirement_name()}:\n{self._hash_comparison()}"
+
+    def _hash_comparison(self) -> str:
+        """
+        Return a comparison of actual and expected hash values.
+
+        Example::
+
+               Expected sha256 abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde
+                            or 123451234512345123451234512345123451234512345
+                    Got        bcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdef
+
+        """
+
+        def hash_then_or(hash_name: str) -> "chain[str]":
+            # For now, all the decent hashes have 6-char names, so we can get
+            # away with hard-coding space literals.
+            return chain([hash_name], repeat("    or"))
+
+        lines: List[str] = []
+        for hash_name, expecteds in self.allowed.items():
+            prefix = hash_then_or(hash_name)
+            lines.extend((f"        Expected {next(prefix)} {e}") for e in expecteds)
+            lines.append(
+                f"             Got        {self.gots[hash_name].hexdigest()}\n"
+            )
+        return "\n".join(lines)
+
+
+class UnsupportedPythonVersion(InstallationError):
+    """Unsupported python version according to Requires-Python package
+    metadata."""
+
+
+class ConfigurationFileCouldNotBeLoaded(ConfigurationError):
+    """When there are errors while loading a configuration file"""
+
+    def __init__(
+        self,
+        reason: str = "could not be loaded",
+        fname: Optional[str] = None,
+        error: Optional[configparser.Error] = None,
+    ) -> None:
+        super().__init__(error)
+        self.reason = reason
+        self.fname = fname
+        self.error = error
+
+    def __str__(self) -> str:
+        if self.fname is not None:
+            message_part = f" in {self.fname}."
+        else:
+            assert self.error is not None
+            message_part = f".\n{self.error}\n"
+        return f"Configuration file {self.reason}{message_part}"
+
+
+_DEFAULT_EXTERNALLY_MANAGED_ERROR = f"""\
+The Python environment under {sys.prefix} is managed externally, and may not be
+manipulated by the user. Please use specific tooling from the distributor of
+the Python installation to interact with this environment instead.
+"""
+
+
+class ExternallyManagedEnvironment(DiagnosticPipError):
+    """The current environment is externally managed.
+
+    This is raised when the current environment is externally managed, as
+    defined by `PEP 668`_. The ``EXTERNALLY-MANAGED`` configuration is checked
+    and displayed when the error is bubbled up to the user.
+
+    :param error: The error message read from ``EXTERNALLY-MANAGED``.
+    """
+
+    reference = "externally-managed-environment"
+
+    def __init__(self, error: Optional[str]) -> None:
+        if error is None:
+            context = Text(_DEFAULT_EXTERNALLY_MANAGED_ERROR)
+        else:
+            context = Text(error)
+        super().__init__(
+            message="This environment is externally managed",
+            context=context,
+            note_stmt=(
+                "If you believe this is a mistake, please contact your "
+                "Python installation or OS distribution provider. "
+                "You can override this, at the risk of breaking your Python "
+                "installation or OS, by passing --break-system-packages."
+            ),
+            hint_stmt=Text("See PEP 668 for the detailed specification."),
+        )
+
+    @staticmethod
+    def _iter_externally_managed_error_keys() -> Iterator[str]:
+        # LC_MESSAGES is in POSIX, but not the C standard. The most common
+        # platform that does not implement this category is Windows, where
+        # using other categories for console message localization is equally
+        # unreliable, so we fall back to the locale-less vendor message. This
+        # can always be re-evaluated when a vendor proposes a new alternative.
+        try:
+            category = locale.LC_MESSAGES
+        except AttributeError:
+            lang: Optional[str] = None
+        else:
+            lang, _ = locale.getlocale(category)
+        if lang is not None:
+            yield f"Error-{lang}"
+            for sep in ("-", "_"):
+                before, found, _ = lang.partition(sep)
+                if not found:
+                    continue
+                yield f"Error-{before}"
+        yield "Error"
+
+    @classmethod
+    def from_config(
+        cls,
+        config: Union[pathlib.Path, str],
+    ) -> "ExternallyManagedEnvironment":
+        parser = configparser.ConfigParser(interpolation=None)
+        try:
+            parser.read(config, encoding="utf-8")
+            section = parser["externally-managed"]
+            for key in cls._iter_externally_managed_error_keys():
+                with contextlib.suppress(KeyError):
+                    return cls(section[key])
+        except KeyError:
+            pass
+        except (OSError, UnicodeDecodeError, configparser.ParsingError):
+            from pip._internal.utils._log import VERBOSE
+
+            exc_info = logger.isEnabledFor(VERBOSE)
+            logger.warning("Failed to read %s", config, exc_info=exc_info)
+        return cls(None)
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py
new file mode 100644
index 0000000..7a17b7b
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py
@@ -0,0 +1,2 @@
+"""Index interaction code
+"""
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..84321743b61ed1c9bd8a6a135d4227bd1a027fdc
GIT binary patch
literal 238
zcmXw!F>V4e5Jhc3fRL!^B3cS|1hi2aq)2HZTGCj?9CXaRd^=K8@hbgwZgS2q4bEG>
G72_Z42Scy`

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..d3416a30ca1bd5129df6c4511e6e8cb8e7f32caa
GIT binary patch
literal 21892
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
O6XSW$yBwtqnEo&KkHb3v

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..09d4f2e0789da05df611e40c59c7f86525f8c101
GIT binary patch
literal 40741
zcmdtL32+=&dM224pFkB*1)vIN;v!HW4gv%(@DdMz1Vuq?ky1UgmfYOjBZ@Ve)Z#e_G=h7uwUc2k^P#+P53p;m}f2HmRak#b=Ed+
zo3)SIXC32?S?9QOwrsp?wtT!?NA($JT(j>9MUlL1u46ba&|!<*b{GlZf-snj!02amS%!6DI~_`#4`(L
zM!UsuBqY5mMgNZ8YAj&Ql%0F&%<#mqlf%cJ9vwT8v5m-caVc_Eie;>$F-Z=dpOG@g
z)8QzdpS>Il&qabW83QGo&dpy&n(6rnA_KaNJ$hN13{Qn6If^I4x!?u-R7?gVbCK|5
za3&m=CL+OE36ai;qrs^30y6TFrprM&Dg}(0x}#Dwrod0VKfqr1!rcYP{w;4
zosh%l@nUn4vANjD+islU?da{Vcd{VHZmvA24lzOA~AVx1`!yH$R+$b
z&PqXf^5WUaxyzK#dsd>FQTmK5O-Zs8nUttv=eeMKL5iJOh+SmEWa9nNWh#{xpOb!L
zJ}gVKQY41#Hsn1$cj1C0A@0o%ES%hHMY
zpd1Pqlw2w#pdP6q_WTm1O+qx=y~&1pn@BMO^7KdK@b*&X=V9QM)g|MeV|hp$C6>u
z5SfT&`GzAnpB6kr~X
zTwq<{b+Ia_v$MhJIk{&x3~;qS1+T#PSA+cO#&ayD*bq=z8OWghudwZ1G1ibfNGRLmM%5pgY^6Vq`9cffy3o
z
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
P`@;X$^N7N1OaFfX|5q-q

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..0f850ec7b077efc70bd714ff130da163fbaae450
GIT binary patch
literal 12610
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 Optional[str]:
+    """Look for VCS schemes in the URL.
+
+    Returns the matched VCS scheme, or None if there's no match.
+    """
+    for scheme in vcs.schemes:
+        if url.lower().startswith(scheme) and url[len(scheme)] in "+:":
+            return scheme
+    return None
+
+
+class _NotAPIContent(Exception):
+    def __init__(self, content_type: str, request_desc: str) -> None:
+        super().__init__(content_type, request_desc)
+        self.content_type = content_type
+        self.request_desc = request_desc
+
+
+def _ensure_api_header(response: Response) -> None:
+    """
+    Check the Content-Type header to ensure the response contains a Simple
+    API Response.
+
+    Raises `_NotAPIContent` if the content type is not a valid content-type.
+    """
+    content_type = response.headers.get("Content-Type", "Unknown")
+
+    content_type_l = content_type.lower()
+    if content_type_l.startswith(
+        (
+            "text/html",
+            "application/vnd.pypi.simple.v1+html",
+            "application/vnd.pypi.simple.v1+json",
+        )
+    ):
+        return
+
+    raise _NotAPIContent(content_type, response.request.method)
+
+
+class _NotHTTP(Exception):
+    pass
+
+
+def _ensure_api_response(url: str, session: PipSession) -> None:
+    """
+    Send a HEAD request to the URL, and ensure the response contains a simple
+    API Response.
+
+    Raises `_NotHTTP` if the URL is not available for a HEAD request, or
+    `_NotAPIContent` if the content type is not a valid content type.
+    """
+    scheme, netloc, path, query, fragment = urllib.parse.urlsplit(url)
+    if scheme not in {"http", "https"}:
+        raise _NotHTTP()
+
+    resp = session.head(url, allow_redirects=True)
+    raise_for_status(resp)
+
+    _ensure_api_header(resp)
+
+
+def _get_simple_response(url: str, session: PipSession) -> Response:
+    """Access an Simple API response with GET, and return the response.
+
+    This consists of three parts:
+
+    1. If the URL looks suspiciously like an archive, send a HEAD first to
+       check the Content-Type is HTML or Simple API, to avoid downloading a
+       large file. Raise `_NotHTTP` if the content type cannot be determined, or
+       `_NotAPIContent` if it is not HTML or a Simple API.
+    2. Actually perform the request. Raise HTTP exceptions on network failures.
+    3. Check the Content-Type header to make sure we got a Simple API response,
+       and raise `_NotAPIContent` otherwise.
+    """
+    if is_archive_file(Link(url).filename):
+        _ensure_api_response(url, session=session)
+
+    logger.debug("Getting page %s", redact_auth_from_url(url))
+
+    resp = session.get(
+        url,
+        headers={
+            "Accept": ", ".join(
+                [
+                    "application/vnd.pypi.simple.v1+json",
+                    "application/vnd.pypi.simple.v1+html; q=0.1",
+                    "text/html; q=0.01",
+                ]
+            ),
+            # We don't want to blindly returned cached data for
+            # /simple/, because authors generally expecting that
+            # twine upload && pip install will function, but if
+            # they've done a pip install in the last ~10 minutes
+            # it won't. Thus by setting this to zero we will not
+            # blindly use any cached data, however the benefit of
+            # using max-age=0 instead of no-cache, is that we will
+            # still support conditional requests, so we will still
+            # minimize traffic sent in cases where the page hasn't
+            # changed at all, we will just always incur the round
+            # trip for the conditional GET now instead of only
+            # once per 10 minutes.
+            # For more information, please see pypa/pip#5670.
+            "Cache-Control": "max-age=0",
+        },
+    )
+    raise_for_status(resp)
+
+    # The check for archives above only works if the url ends with
+    # something that looks like an archive. However that is not a
+    # requirement of an url. Unless we issue a HEAD request on every
+    # url we cannot know ahead of time for sure if something is a
+    # Simple API response or not. However we can check after we've
+    # downloaded it.
+    _ensure_api_header(resp)
+
+    logger.debug(
+        "Fetched page %s as %s",
+        redact_auth_from_url(url),
+        resp.headers.get("Content-Type", "Unknown"),
+    )
+
+    return resp
+
+
+def _get_encoding_from_headers(headers: ResponseHeaders) -> Optional[str]:
+    """Determine if we have any encoding information in our headers."""
+    if headers and "Content-Type" in headers:
+        m = email.message.Message()
+        m["content-type"] = headers["Content-Type"]
+        charset = m.get_param("charset")
+        if charset:
+            return str(charset)
+    return None
+
+
+class CacheablePageContent:
+    def __init__(self, page: "IndexContent") -> None:
+        assert page.cache_link_parsing
+        self.page = page
+
+    def __eq__(self, other: object) -> bool:
+        return isinstance(other, type(self)) and self.page.url == other.page.url
+
+    def __hash__(self) -> int:
+        return hash(self.page.url)
+
+
+class ParseLinks(Protocol):
+    def __call__(self, page: "IndexContent") -> Iterable[Link]:
+        ...
+
+
+def with_cached_index_content(fn: ParseLinks) -> ParseLinks:
+    """
+    Given a function that parses an Iterable[Link] from an IndexContent, cache the
+    function's result (keyed by CacheablePageContent), unless the IndexContent
+    `page` has `page.cache_link_parsing == False`.
+    """
+
+    @functools.lru_cache(maxsize=None)
+    def wrapper(cacheable_page: CacheablePageContent) -> List[Link]:
+        return list(fn(cacheable_page.page))
+
+    @functools.wraps(fn)
+    def wrapper_wrapper(page: "IndexContent") -> List[Link]:
+        if page.cache_link_parsing:
+            return wrapper(CacheablePageContent(page))
+        return list(fn(page))
+
+    return wrapper_wrapper
+
+
+@with_cached_index_content
+def parse_links(page: "IndexContent") -> Iterable[Link]:
+    """
+    Parse a Simple API's Index Content, and yield its anchor elements as Link objects.
+    """
+
+    content_type_l = page.content_type.lower()
+    if content_type_l.startswith("application/vnd.pypi.simple.v1+json"):
+        data = json.loads(page.content)
+        for file in data.get("files", []):
+            link = Link.from_json(file, page.url)
+            if link is None:
+                continue
+            yield link
+        return
+
+    parser = HTMLLinkParser(page.url)
+    encoding = page.encoding or "utf-8"
+    parser.feed(page.content.decode(encoding))
+
+    url = page.url
+    base_url = parser.base_url or url
+    for anchor in parser.anchors:
+        link = Link.from_element(anchor, page_url=url, base_url=base_url)
+        if link is None:
+            continue
+        yield link
+
+
+class IndexContent:
+    """Represents one response (or page), along with its URL"""
+
+    def __init__(
+        self,
+        content: bytes,
+        content_type: str,
+        encoding: Optional[str],
+        url: str,
+        cache_link_parsing: bool = True,
+    ) -> None:
+        """
+        :param encoding: the encoding to decode the given content.
+        :param url: the URL from which the HTML was downloaded.
+        :param cache_link_parsing: whether links parsed from this page's url
+                                   should be cached. PyPI index urls should
+                                   have this set to False, for example.
+        """
+        self.content = content
+        self.content_type = content_type
+        self.encoding = encoding
+        self.url = url
+        self.cache_link_parsing = cache_link_parsing
+
+    def __str__(self) -> str:
+        return redact_auth_from_url(self.url)
+
+
+class HTMLLinkParser(HTMLParser):
+    """
+    HTMLParser that keeps the first base HREF and a list of all anchor
+    elements' attributes.
+    """
+
+    def __init__(self, url: str) -> None:
+        super().__init__(convert_charrefs=True)
+
+        self.url: str = url
+        self.base_url: Optional[str] = None
+        self.anchors: List[Dict[str, Optional[str]]] = []
+
+    def handle_starttag(self, tag: str, attrs: List[Tuple[str, Optional[str]]]) -> None:
+        if tag == "base" and self.base_url is None:
+            href = self.get_href(attrs)
+            if href is not None:
+                self.base_url = href
+        elif tag == "a":
+            self.anchors.append(dict(attrs))
+
+    def get_href(self, attrs: List[Tuple[str, Optional[str]]]) -> Optional[str]:
+        for name, value in attrs:
+            if name == "href":
+                return value
+        return None
+
+
+def _handle_get_simple_fail(
+    link: Link,
+    reason: Union[str, Exception],
+    meth: Optional[Callable[..., None]] = None,
+) -> None:
+    if meth is None:
+        meth = logger.debug
+    meth("Could not fetch URL %s: %s - skipping", link, reason)
+
+
+def _make_index_content(
+    response: Response, cache_link_parsing: bool = True
+) -> IndexContent:
+    encoding = _get_encoding_from_headers(response.headers)
+    return IndexContent(
+        response.content,
+        response.headers["Content-Type"],
+        encoding=encoding,
+        url=response.url,
+        cache_link_parsing=cache_link_parsing,
+    )
+
+
+def _get_index_content(link: Link, *, session: PipSession) -> Optional["IndexContent"]:
+    url = link.url.split("#", 1)[0]
+
+    # Check for VCS schemes that do not support lookup as web pages.
+    vcs_scheme = _match_vcs_scheme(url)
+    if vcs_scheme:
+        logger.warning(
+            "Cannot look at %s URL %s because it does not support lookup as web pages.",
+            vcs_scheme,
+            link,
+        )
+        return None
+
+    # Tack index.html onto file:// URLs that point to directories
+    scheme, _, path, _, _, _ = urllib.parse.urlparse(url)
+    if scheme == "file" and os.path.isdir(urllib.request.url2pathname(path)):
+        # add trailing slash if not present so urljoin doesn't trim
+        # final segment
+        if not url.endswith("/"):
+            url += "/"
+        # TODO: In the future, it would be nice if pip supported PEP 691
+        #       style responses in the file:// URLs, however there's no
+        #       standard file extension for application/vnd.pypi.simple.v1+json
+        #       so we'll need to come up with something on our own.
+        url = urllib.parse.urljoin(url, "index.html")
+        logger.debug(" file: URL is directory, getting %s", url)
+
+    try:
+        resp = _get_simple_response(url, session=session)
+    except _NotHTTP:
+        logger.warning(
+            "Skipping page %s because it looks like an archive, and cannot "
+            "be checked by a HTTP HEAD request.",
+            link,
+        )
+    except _NotAPIContent as exc:
+        logger.warning(
+            "Skipping page %s because the %s request got Content-Type: %s. "
+            "The only supported Content-Types are application/vnd.pypi.simple.v1+json, "
+            "application/vnd.pypi.simple.v1+html, and text/html",
+            link,
+            exc.request_desc,
+            exc.content_type,
+        )
+    except NetworkConnectionError as exc:
+        _handle_get_simple_fail(link, exc)
+    except RetryError as exc:
+        _handle_get_simple_fail(link, exc)
+    except SSLError as exc:
+        reason = "There was a problem confirming the ssl certificate: "
+        reason += str(exc)
+        _handle_get_simple_fail(link, reason, meth=logger.info)
+    except requests.ConnectionError as exc:
+        _handle_get_simple_fail(link, f"connection error: {exc}")
+    except requests.Timeout:
+        _handle_get_simple_fail(link, "timed out")
+    else:
+        return _make_index_content(resp, cache_link_parsing=link.cache_link_parsing)
+    return None
+
+
+class CollectedSources(NamedTuple):
+    find_links: Sequence[Optional[LinkSource]]
+    index_urls: Sequence[Optional[LinkSource]]
+
+
+class LinkCollector:
+
+    """
+    Responsible for collecting Link objects from all configured locations,
+    making network requests as needed.
+
+    The class's main method is its collect_sources() method.
+    """
+
+    def __init__(
+        self,
+        session: PipSession,
+        search_scope: SearchScope,
+    ) -> None:
+        self.search_scope = search_scope
+        self.session = session
+
+    @classmethod
+    def create(
+        cls,
+        session: PipSession,
+        options: Values,
+        suppress_no_index: bool = False,
+    ) -> "LinkCollector":
+        """
+        :param session: The Session to use to make requests.
+        :param suppress_no_index: Whether to ignore the --no-index option
+            when constructing the SearchScope object.
+        """
+        index_urls = [options.index_url] + options.extra_index_urls
+        if options.no_index and not suppress_no_index:
+            logger.debug(
+                "Ignoring indexes: %s",
+                ",".join(redact_auth_from_url(url) for url in index_urls),
+            )
+            index_urls = []
+
+        # Make sure find_links is a list before passing to create().
+        find_links = options.find_links or []
+
+        search_scope = SearchScope.create(
+            find_links=find_links,
+            index_urls=index_urls,
+            no_index=options.no_index,
+        )
+        link_collector = LinkCollector(
+            session=session,
+            search_scope=search_scope,
+        )
+        return link_collector
+
+    @property
+    def find_links(self) -> List[str]:
+        return self.search_scope.find_links
+
+    def fetch_response(self, location: Link) -> Optional[IndexContent]:
+        """
+        Fetch an HTML page containing package links.
+        """
+        return _get_index_content(location, session=self.session)
+
+    def collect_sources(
+        self,
+        project_name: str,
+        candidates_from_page: CandidatesFromPage,
+    ) -> CollectedSources:
+        # The OrderedDict calls deduplicate sources by URL.
+        index_url_sources = collections.OrderedDict(
+            build_source(
+                loc,
+                candidates_from_page=candidates_from_page,
+                page_validator=self.session.is_secure_origin,
+                expand_dir=False,
+                cache_link_parsing=False,
+                project_name=project_name,
+            )
+            for loc in self.search_scope.get_index_urls_locations(project_name)
+        ).values()
+        find_links_sources = collections.OrderedDict(
+            build_source(
+                loc,
+                candidates_from_page=candidates_from_page,
+                page_validator=self.session.is_secure_origin,
+                expand_dir=True,
+                cache_link_parsing=True,
+                project_name=project_name,
+            )
+            for loc in self.find_links
+        ).values()
+
+        if logger.isEnabledFor(logging.DEBUG):
+            lines = [
+                f"* {s.link}"
+                for s in itertools.chain(find_links_sources, index_url_sources)
+                if s is not None and s.link is not None
+            ]
+            lines = [
+                f"{len(lines)} location(s) to search "
+                f"for versions of {project_name}:"
+            ] + lines
+            logger.debug("\n".join(lines))
+
+        return CollectedSources(
+            find_links=list(find_links_sources),
+            index_urls=list(index_url_sources),
+        )
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py b/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py
new file mode 100644
index 0000000..ec9ebc3
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py
@@ -0,0 +1,1027 @@
+"""Routines related to PyPI, indexes"""
+
+import enum
+import functools
+import itertools
+import logging
+import re
+from typing import TYPE_CHECKING, FrozenSet, Iterable, List, Optional, Set, Tuple, Union
+
+from pip._vendor.packaging import specifiers
+from pip._vendor.packaging.tags import Tag
+from pip._vendor.packaging.utils import canonicalize_name
+from pip._vendor.packaging.version import _BaseVersion
+from pip._vendor.packaging.version import parse as parse_version
+
+from pip._internal.exceptions import (
+    BestVersionAlreadyInstalled,
+    DistributionNotFound,
+    InvalidWheelFilename,
+    UnsupportedWheel,
+)
+from pip._internal.index.collector import LinkCollector, parse_links
+from pip._internal.models.candidate import InstallationCandidate
+from pip._internal.models.format_control import FormatControl
+from pip._internal.models.link import Link
+from pip._internal.models.search_scope import SearchScope
+from pip._internal.models.selection_prefs import SelectionPreferences
+from pip._internal.models.target_python import TargetPython
+from pip._internal.models.wheel import Wheel
+from pip._internal.req import InstallRequirement
+from pip._internal.utils._log import getLogger
+from pip._internal.utils.filetypes import WHEEL_EXTENSION
+from pip._internal.utils.hashes import Hashes
+from pip._internal.utils.logging import indent_log
+from pip._internal.utils.misc import build_netloc
+from pip._internal.utils.packaging import check_requires_python
+from pip._internal.utils.unpacking import SUPPORTED_EXTENSIONS
+
+if TYPE_CHECKING:
+    from pip._vendor.typing_extensions import TypeGuard
+
+__all__ = ["FormatControl", "BestCandidateResult", "PackageFinder"]
+
+
+logger = getLogger(__name__)
+
+BuildTag = Union[Tuple[()], Tuple[int, str]]
+CandidateSortingKey = Tuple[int, int, int, _BaseVersion, Optional[int], BuildTag]
+
+
+def _check_link_requires_python(
+    link: Link,
+    version_info: Tuple[int, int, int],
+    ignore_requires_python: bool = False,
+) -> bool:
+    """
+    Return whether the given Python version is compatible with a link's
+    "Requires-Python" value.
+
+    :param version_info: A 3-tuple of ints representing the Python
+        major-minor-micro version to check.
+    :param ignore_requires_python: Whether to ignore the "Requires-Python"
+        value if the given Python version isn't compatible.
+    """
+    try:
+        is_compatible = check_requires_python(
+            link.requires_python,
+            version_info=version_info,
+        )
+    except specifiers.InvalidSpecifier:
+        logger.debug(
+            "Ignoring invalid Requires-Python (%r) for link: %s",
+            link.requires_python,
+            link,
+        )
+    else:
+        if not is_compatible:
+            version = ".".join(map(str, version_info))
+            if not ignore_requires_python:
+                logger.verbose(
+                    "Link requires a different Python (%s not in: %r): %s",
+                    version,
+                    link.requires_python,
+                    link,
+                )
+                return False
+
+            logger.debug(
+                "Ignoring failed Requires-Python check (%s not in: %r) for link: %s",
+                version,
+                link.requires_python,
+                link,
+            )
+
+    return True
+
+
+class LinkType(enum.Enum):
+    candidate = enum.auto()
+    different_project = enum.auto()
+    yanked = enum.auto()
+    format_unsupported = enum.auto()
+    format_invalid = enum.auto()
+    platform_mismatch = enum.auto()
+    requires_python_mismatch = enum.auto()
+
+
+class LinkEvaluator:
+
+    """
+    Responsible for evaluating links for a particular project.
+    """
+
+    _py_version_re = re.compile(r"-py([123]\.?[0-9]?)$")
+
+    # Don't include an allow_yanked default value to make sure each call
+    # site considers whether yanked releases are allowed. This also causes
+    # that decision to be made explicit in the calling code, which helps
+    # people when reading the code.
+    def __init__(
+        self,
+        project_name: str,
+        canonical_name: str,
+        formats: FrozenSet[str],
+        target_python: TargetPython,
+        allow_yanked: bool,
+        ignore_requires_python: Optional[bool] = None,
+    ) -> None:
+        """
+        :param project_name: The user supplied package name.
+        :param canonical_name: The canonical package name.
+        :param formats: The formats allowed for this package. Should be a set
+            with 'binary' or 'source' or both in it.
+        :param target_python: The target Python interpreter to use when
+            evaluating link compatibility. This is used, for example, to
+            check wheel compatibility, as well as when checking the Python
+            version, e.g. the Python version embedded in a link filename
+            (or egg fragment) and against an HTML link's optional PEP 503
+            "data-requires-python" attribute.
+        :param allow_yanked: Whether files marked as yanked (in the sense
+            of PEP 592) are permitted to be candidates for install.
+        :param ignore_requires_python: Whether to ignore incompatible
+            PEP 503 "data-requires-python" values in HTML links. Defaults
+            to False.
+        """
+        if ignore_requires_python is None:
+            ignore_requires_python = False
+
+        self._allow_yanked = allow_yanked
+        self._canonical_name = canonical_name
+        self._ignore_requires_python = ignore_requires_python
+        self._formats = formats
+        self._target_python = target_python
+
+        self.project_name = project_name
+
+    def evaluate_link(self, link: Link) -> Tuple[LinkType, str]:
+        """
+        Determine whether a link is a candidate for installation.
+
+        :return: A tuple (result, detail), where *result* is an enum
+            representing whether the evaluation found a candidate, or the reason
+            why one is not found. If a candidate is found, *detail* will be the
+            candidate's version string; if one is not found, it contains the
+            reason the link fails to qualify.
+        """
+        version = None
+        if link.is_yanked and not self._allow_yanked:
+            reason = link.yanked_reason or ""
+            return (LinkType.yanked, f"yanked for reason: {reason}")
+
+        if link.egg_fragment:
+            egg_info = link.egg_fragment
+            ext = link.ext
+        else:
+            egg_info, ext = link.splitext()
+            if not ext:
+                return (LinkType.format_unsupported, "not a file")
+            if ext not in SUPPORTED_EXTENSIONS:
+                return (
+                    LinkType.format_unsupported,
+                    f"unsupported archive format: {ext}",
+                )
+            if "binary" not in self._formats and ext == WHEEL_EXTENSION:
+                reason = f"No binaries permitted for {self.project_name}"
+                return (LinkType.format_unsupported, reason)
+            if "macosx10" in link.path and ext == ".zip":
+                return (LinkType.format_unsupported, "macosx10 one")
+            if ext == WHEEL_EXTENSION:
+                try:
+                    wheel = Wheel(link.filename)
+                except InvalidWheelFilename:
+                    return (
+                        LinkType.format_invalid,
+                        "invalid wheel filename",
+                    )
+                if canonicalize_name(wheel.name) != self._canonical_name:
+                    reason = f"wrong project name (not {self.project_name})"
+                    return (LinkType.different_project, reason)
+
+                supported_tags = self._target_python.get_unsorted_tags()
+                if not wheel.supported(supported_tags):
+                    # Include the wheel's tags in the reason string to
+                    # simplify troubleshooting compatibility issues.
+                    file_tags = ", ".join(wheel.get_formatted_file_tags())
+                    reason = (
+                        f"none of the wheel's tags ({file_tags}) are compatible "
+                        f"(run pip debug --verbose to show compatible tags)"
+                    )
+                    return (LinkType.platform_mismatch, reason)
+
+                version = wheel.version
+
+        # This should be up by the self.ok_binary check, but see issue 2700.
+        if "source" not in self._formats and ext != WHEEL_EXTENSION:
+            reason = f"No sources permitted for {self.project_name}"
+            return (LinkType.format_unsupported, reason)
+
+        if not version:
+            version = _extract_version_from_fragment(
+                egg_info,
+                self._canonical_name,
+            )
+        if not version:
+            reason = f"Missing project version for {self.project_name}"
+            return (LinkType.format_invalid, reason)
+
+        match = self._py_version_re.search(version)
+        if match:
+            version = version[: match.start()]
+            py_version = match.group(1)
+            if py_version != self._target_python.py_version:
+                return (
+                    LinkType.platform_mismatch,
+                    "Python version is incorrect",
+                )
+
+        supports_python = _check_link_requires_python(
+            link,
+            version_info=self._target_python.py_version_info,
+            ignore_requires_python=self._ignore_requires_python,
+        )
+        if not supports_python:
+            reason = f"{version} Requires-Python {link.requires_python}"
+            return (LinkType.requires_python_mismatch, reason)
+
+        logger.debug("Found link %s, version: %s", link, version)
+
+        return (LinkType.candidate, version)
+
+
+def filter_unallowed_hashes(
+    candidates: List[InstallationCandidate],
+    hashes: Optional[Hashes],
+    project_name: str,
+) -> List[InstallationCandidate]:
+    """
+    Filter out candidates whose hashes aren't allowed, and return a new
+    list of candidates.
+
+    If at least one candidate has an allowed hash, then all candidates with
+    either an allowed hash or no hash specified are returned.  Otherwise,
+    the given candidates are returned.
+
+    Including the candidates with no hash specified when there is a match
+    allows a warning to be logged if there is a more preferred candidate
+    with no hash specified.  Returning all candidates in the case of no
+    matches lets pip report the hash of the candidate that would otherwise
+    have been installed (e.g. permitting the user to more easily update
+    their requirements file with the desired hash).
+    """
+    if not hashes:
+        logger.debug(
+            "Given no hashes to check %s links for project %r: "
+            "discarding no candidates",
+            len(candidates),
+            project_name,
+        )
+        # Make sure we're not returning back the given value.
+        return list(candidates)
+
+    matches_or_no_digest = []
+    # Collect the non-matches for logging purposes.
+    non_matches = []
+    match_count = 0
+    for candidate in candidates:
+        link = candidate.link
+        if not link.has_hash:
+            pass
+        elif link.is_hash_allowed(hashes=hashes):
+            match_count += 1
+        else:
+            non_matches.append(candidate)
+            continue
+
+        matches_or_no_digest.append(candidate)
+
+    if match_count:
+        filtered = matches_or_no_digest
+    else:
+        # Make sure we're not returning back the given value.
+        filtered = list(candidates)
+
+    if len(filtered) == len(candidates):
+        discard_message = "discarding no candidates"
+    else:
+        discard_message = "discarding {} non-matches:\n  {}".format(
+            len(non_matches),
+            "\n  ".join(str(candidate.link) for candidate in non_matches),
+        )
+
+    logger.debug(
+        "Checked %s links for project %r against %s hashes "
+        "(%s matches, %s no digest): %s",
+        len(candidates),
+        project_name,
+        hashes.digest_count,
+        match_count,
+        len(matches_or_no_digest) - match_count,
+        discard_message,
+    )
+
+    return filtered
+
+
+class CandidatePreferences:
+
+    """
+    Encapsulates some of the preferences for filtering and sorting
+    InstallationCandidate objects.
+    """
+
+    def __init__(
+        self,
+        prefer_binary: bool = False,
+        allow_all_prereleases: bool = False,
+    ) -> None:
+        """
+        :param allow_all_prereleases: Whether to allow all pre-releases.
+        """
+        self.allow_all_prereleases = allow_all_prereleases
+        self.prefer_binary = prefer_binary
+
+
+class BestCandidateResult:
+    """A collection of candidates, returned by `PackageFinder.find_best_candidate`.
+
+    This class is only intended to be instantiated by CandidateEvaluator's
+    `compute_best_candidate()` method.
+    """
+
+    def __init__(
+        self,
+        candidates: List[InstallationCandidate],
+        applicable_candidates: List[InstallationCandidate],
+        best_candidate: Optional[InstallationCandidate],
+    ) -> None:
+        """
+        :param candidates: A sequence of all available candidates found.
+        :param applicable_candidates: The applicable candidates.
+        :param best_candidate: The most preferred candidate found, or None
+            if no applicable candidates were found.
+        """
+        assert set(applicable_candidates) <= set(candidates)
+
+        if best_candidate is None:
+            assert not applicable_candidates
+        else:
+            assert best_candidate in applicable_candidates
+
+        self._applicable_candidates = applicable_candidates
+        self._candidates = candidates
+
+        self.best_candidate = best_candidate
+
+    def iter_all(self) -> Iterable[InstallationCandidate]:
+        """Iterate through all candidates."""
+        return iter(self._candidates)
+
+    def iter_applicable(self) -> Iterable[InstallationCandidate]:
+        """Iterate through the applicable candidates."""
+        return iter(self._applicable_candidates)
+
+
+class CandidateEvaluator:
+
+    """
+    Responsible for filtering and sorting candidates for installation based
+    on what tags are valid.
+    """
+
+    @classmethod
+    def create(
+        cls,
+        project_name: str,
+        target_python: Optional[TargetPython] = None,
+        prefer_binary: bool = False,
+        allow_all_prereleases: bool = False,
+        specifier: Optional[specifiers.BaseSpecifier] = None,
+        hashes: Optional[Hashes] = None,
+    ) -> "CandidateEvaluator":
+        """Create a CandidateEvaluator object.
+
+        :param target_python: The target Python interpreter to use when
+            checking compatibility. If None (the default), a TargetPython
+            object will be constructed from the running Python.
+        :param specifier: An optional object implementing `filter`
+            (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable
+            versions.
+        :param hashes: An optional collection of allowed hashes.
+        """
+        if target_python is None:
+            target_python = TargetPython()
+        if specifier is None:
+            specifier = specifiers.SpecifierSet()
+
+        supported_tags = target_python.get_sorted_tags()
+
+        return cls(
+            project_name=project_name,
+            supported_tags=supported_tags,
+            specifier=specifier,
+            prefer_binary=prefer_binary,
+            allow_all_prereleases=allow_all_prereleases,
+            hashes=hashes,
+        )
+
+    def __init__(
+        self,
+        project_name: str,
+        supported_tags: List[Tag],
+        specifier: specifiers.BaseSpecifier,
+        prefer_binary: bool = False,
+        allow_all_prereleases: bool = False,
+        hashes: Optional[Hashes] = None,
+    ) -> None:
+        """
+        :param supported_tags: The PEP 425 tags supported by the target
+            Python in order of preference (most preferred first).
+        """
+        self._allow_all_prereleases = allow_all_prereleases
+        self._hashes = hashes
+        self._prefer_binary = prefer_binary
+        self._project_name = project_name
+        self._specifier = specifier
+        self._supported_tags = supported_tags
+        # Since the index of the tag in the _supported_tags list is used
+        # as a priority, precompute a map from tag to index/priority to be
+        # used in wheel.find_most_preferred_tag.
+        self._wheel_tag_preferences = {
+            tag: idx for idx, tag in enumerate(supported_tags)
+        }
+
+    def get_applicable_candidates(
+        self,
+        candidates: List[InstallationCandidate],
+    ) -> List[InstallationCandidate]:
+        """
+        Return the applicable candidates from a list of candidates.
+        """
+        # Using None infers from the specifier instead.
+        allow_prereleases = self._allow_all_prereleases or None
+        specifier = self._specifier
+        versions = {
+            str(v)
+            for v in specifier.filter(
+                # We turn the version object into a str here because otherwise
+                # when we're debundled but setuptools isn't, Python will see
+                # packaging.version.Version and
+                # pkg_resources._vendor.packaging.version.Version as different
+                # types. This way we'll use a str as a common data interchange
+                # format. If we stop using the pkg_resources provided specifier
+                # and start using our own, we can drop the cast to str().
+                (str(c.version) for c in candidates),
+                prereleases=allow_prereleases,
+            )
+        }
+
+        # Again, converting version to str to deal with debundling.
+        applicable_candidates = [c for c in candidates if str(c.version) in versions]
+
+        filtered_applicable_candidates = filter_unallowed_hashes(
+            candidates=applicable_candidates,
+            hashes=self._hashes,
+            project_name=self._project_name,
+        )
+
+        return sorted(filtered_applicable_candidates, key=self._sort_key)
+
+    def _sort_key(self, candidate: InstallationCandidate) -> CandidateSortingKey:
+        """
+        Function to pass as the `key` argument to a call to sorted() to sort
+        InstallationCandidates by preference.
+
+        Returns a tuple such that tuples sorting as greater using Python's
+        default comparison operator are more preferred.
+
+        The preference is as follows:
+
+        First and foremost, candidates with allowed (matching) hashes are
+        always preferred over candidates without matching hashes. This is
+        because e.g. if the only candidate with an allowed hash is yanked,
+        we still want to use that candidate.
+
+        Second, excepting hash considerations, candidates that have been
+        yanked (in the sense of PEP 592) are always less preferred than
+        candidates that haven't been yanked. Then:
+
+        If not finding wheels, they are sorted by version only.
+        If finding wheels, then the sort order is by version, then:
+          1. existing installs
+          2. wheels ordered via Wheel.support_index_min(self._supported_tags)
+          3. source archives
+        If prefer_binary was set, then all wheels are sorted above sources.
+
+        Note: it was considered to embed this logic into the Link
+              comparison operators, but then different sdist links
+              with the same version, would have to be considered equal
+        """
+        valid_tags = self._supported_tags
+        support_num = len(valid_tags)
+        build_tag: BuildTag = ()
+        binary_preference = 0
+        link = candidate.link
+        if link.is_wheel:
+            # can raise InvalidWheelFilename
+            wheel = Wheel(link.filename)
+            try:
+                pri = -(
+                    wheel.find_most_preferred_tag(
+                        valid_tags, self._wheel_tag_preferences
+                    )
+                )
+            except ValueError:
+                raise UnsupportedWheel(
+                    f"{wheel.filename} is not a supported wheel for this platform. It "
+                    "can't be sorted."
+                )
+            if self._prefer_binary:
+                binary_preference = 1
+            if wheel.build_tag is not None:
+                match = re.match(r"^(\d+)(.*)$", wheel.build_tag)
+                assert match is not None, "guaranteed by filename validation"
+                build_tag_groups = match.groups()
+                build_tag = (int(build_tag_groups[0]), build_tag_groups[1])
+        else:  # sdist
+            pri = -(support_num)
+        has_allowed_hash = int(link.is_hash_allowed(self._hashes))
+        yank_value = -1 * int(link.is_yanked)  # -1 for yanked.
+        return (
+            has_allowed_hash,
+            yank_value,
+            binary_preference,
+            candidate.version,
+            pri,
+            build_tag,
+        )
+
+    def sort_best_candidate(
+        self,
+        candidates: List[InstallationCandidate],
+    ) -> Optional[InstallationCandidate]:
+        """
+        Return the best candidate per the instance's sort order, or None if
+        no candidate is acceptable.
+        """
+        if not candidates:
+            return None
+        best_candidate = max(candidates, key=self._sort_key)
+        return best_candidate
+
+    def compute_best_candidate(
+        self,
+        candidates: List[InstallationCandidate],
+    ) -> BestCandidateResult:
+        """
+        Compute and return a `BestCandidateResult` instance.
+        """
+        applicable_candidates = self.get_applicable_candidates(candidates)
+
+        best_candidate = self.sort_best_candidate(applicable_candidates)
+
+        return BestCandidateResult(
+            candidates,
+            applicable_candidates=applicable_candidates,
+            best_candidate=best_candidate,
+        )
+
+
+class PackageFinder:
+    """This finds packages.
+
+    This is meant to match easy_install's technique for looking for
+    packages, by reading pages and looking for appropriate links.
+    """
+
+    def __init__(
+        self,
+        link_collector: LinkCollector,
+        target_python: TargetPython,
+        allow_yanked: bool,
+        format_control: Optional[FormatControl] = None,
+        candidate_prefs: Optional[CandidatePreferences] = None,
+        ignore_requires_python: Optional[bool] = None,
+    ) -> None:
+        """
+        This constructor is primarily meant to be used by the create() class
+        method and from tests.
+
+        :param format_control: A FormatControl object, used to control
+            the selection of source packages / binary packages when consulting
+            the index and links.
+        :param candidate_prefs: Options to use when creating a
+            CandidateEvaluator object.
+        """
+        if candidate_prefs is None:
+            candidate_prefs = CandidatePreferences()
+
+        format_control = format_control or FormatControl(set(), set())
+
+        self._allow_yanked = allow_yanked
+        self._candidate_prefs = candidate_prefs
+        self._ignore_requires_python = ignore_requires_python
+        self._link_collector = link_collector
+        self._target_python = target_python
+
+        self.format_control = format_control
+
+        # These are boring links that have already been logged somehow.
+        self._logged_links: Set[Tuple[Link, LinkType, str]] = set()
+
+    # Don't include an allow_yanked default value to make sure each call
+    # site considers whether yanked releases are allowed. This also causes
+    # that decision to be made explicit in the calling code, which helps
+    # people when reading the code.
+    @classmethod
+    def create(
+        cls,
+        link_collector: LinkCollector,
+        selection_prefs: SelectionPreferences,
+        target_python: Optional[TargetPython] = None,
+    ) -> "PackageFinder":
+        """Create a PackageFinder.
+
+        :param selection_prefs: The candidate selection preferences, as a
+            SelectionPreferences object.
+        :param target_python: The target Python interpreter to use when
+            checking compatibility. If None (the default), a TargetPython
+            object will be constructed from the running Python.
+        """
+        if target_python is None:
+            target_python = TargetPython()
+
+        candidate_prefs = CandidatePreferences(
+            prefer_binary=selection_prefs.prefer_binary,
+            allow_all_prereleases=selection_prefs.allow_all_prereleases,
+        )
+
+        return cls(
+            candidate_prefs=candidate_prefs,
+            link_collector=link_collector,
+            target_python=target_python,
+            allow_yanked=selection_prefs.allow_yanked,
+            format_control=selection_prefs.format_control,
+            ignore_requires_python=selection_prefs.ignore_requires_python,
+        )
+
+    @property
+    def target_python(self) -> TargetPython:
+        return self._target_python
+
+    @property
+    def search_scope(self) -> SearchScope:
+        return self._link_collector.search_scope
+
+    @search_scope.setter
+    def search_scope(self, search_scope: SearchScope) -> None:
+        self._link_collector.search_scope = search_scope
+
+    @property
+    def find_links(self) -> List[str]:
+        return self._link_collector.find_links
+
+    @property
+    def index_urls(self) -> List[str]:
+        return self.search_scope.index_urls
+
+    @property
+    def trusted_hosts(self) -> Iterable[str]:
+        for host_port in self._link_collector.session.pip_trusted_origins:
+            yield build_netloc(*host_port)
+
+    @property
+    def allow_all_prereleases(self) -> bool:
+        return self._candidate_prefs.allow_all_prereleases
+
+    def set_allow_all_prereleases(self) -> None:
+        self._candidate_prefs.allow_all_prereleases = True
+
+    @property
+    def prefer_binary(self) -> bool:
+        return self._candidate_prefs.prefer_binary
+
+    def set_prefer_binary(self) -> None:
+        self._candidate_prefs.prefer_binary = True
+
+    def requires_python_skipped_reasons(self) -> List[str]:
+        reasons = {
+            detail
+            for _, result, detail in self._logged_links
+            if result == LinkType.requires_python_mismatch
+        }
+        return sorted(reasons)
+
+    def make_link_evaluator(self, project_name: str) -> LinkEvaluator:
+        canonical_name = canonicalize_name(project_name)
+        formats = self.format_control.get_allowed_formats(canonical_name)
+
+        return LinkEvaluator(
+            project_name=project_name,
+            canonical_name=canonical_name,
+            formats=formats,
+            target_python=self._target_python,
+            allow_yanked=self._allow_yanked,
+            ignore_requires_python=self._ignore_requires_python,
+        )
+
+    def _sort_links(self, links: Iterable[Link]) -> List[Link]:
+        """
+        Returns elements of links in order, non-egg links first, egg links
+        second, while eliminating duplicates
+        """
+        eggs, no_eggs = [], []
+        seen: Set[Link] = set()
+        for link in links:
+            if link not in seen:
+                seen.add(link)
+                if link.egg_fragment:
+                    eggs.append(link)
+                else:
+                    no_eggs.append(link)
+        return no_eggs + eggs
+
+    def _log_skipped_link(self, link: Link, result: LinkType, detail: str) -> None:
+        entry = (link, result, detail)
+        if entry not in self._logged_links:
+            # Put the link at the end so the reason is more visible and because
+            # the link string is usually very long.
+            logger.debug("Skipping link: %s: %s", detail, link)
+            self._logged_links.add(entry)
+
+    def get_install_candidate(
+        self, link_evaluator: LinkEvaluator, link: Link
+    ) -> Optional[InstallationCandidate]:
+        """
+        If the link is a candidate for install, convert it to an
+        InstallationCandidate and return it. Otherwise, return None.
+        """
+        result, detail = link_evaluator.evaluate_link(link)
+        if result != LinkType.candidate:
+            self._log_skipped_link(link, result, detail)
+            return None
+
+        return InstallationCandidate(
+            name=link_evaluator.project_name,
+            link=link,
+            version=detail,
+        )
+
+    def evaluate_links(
+        self, link_evaluator: LinkEvaluator, links: Iterable[Link]
+    ) -> List[InstallationCandidate]:
+        """
+        Convert links that are candidates to InstallationCandidate objects.
+        """
+        candidates = []
+        for link in self._sort_links(links):
+            candidate = self.get_install_candidate(link_evaluator, link)
+            if candidate is not None:
+                candidates.append(candidate)
+
+        return candidates
+
+    def process_project_url(
+        self, project_url: Link, link_evaluator: LinkEvaluator
+    ) -> List[InstallationCandidate]:
+        logger.debug(
+            "Fetching project page and analyzing links: %s",
+            project_url,
+        )
+        index_response = self._link_collector.fetch_response(project_url)
+        if index_response is None:
+            return []
+
+        page_links = list(parse_links(index_response))
+
+        with indent_log():
+            package_links = self.evaluate_links(
+                link_evaluator,
+                links=page_links,
+            )
+
+        return package_links
+
+    @functools.lru_cache(maxsize=None)
+    def find_all_candidates(self, project_name: str) -> List[InstallationCandidate]:
+        """Find all available InstallationCandidate for project_name
+
+        This checks index_urls and find_links.
+        All versions found are returned as an InstallationCandidate list.
+
+        See LinkEvaluator.evaluate_link() for details on which files
+        are accepted.
+        """
+        link_evaluator = self.make_link_evaluator(project_name)
+
+        collected_sources = self._link_collector.collect_sources(
+            project_name=project_name,
+            candidates_from_page=functools.partial(
+                self.process_project_url,
+                link_evaluator=link_evaluator,
+            ),
+        )
+
+        page_candidates_it = itertools.chain.from_iterable(
+            source.page_candidates()
+            for sources in collected_sources
+            for source in sources
+            if source is not None
+        )
+        page_candidates = list(page_candidates_it)
+
+        file_links_it = itertools.chain.from_iterable(
+            source.file_links()
+            for sources in collected_sources
+            for source in sources
+            if source is not None
+        )
+        file_candidates = self.evaluate_links(
+            link_evaluator,
+            sorted(file_links_it, reverse=True),
+        )
+
+        if logger.isEnabledFor(logging.DEBUG) and file_candidates:
+            paths = []
+            for candidate in file_candidates:
+                assert candidate.link.url  # we need to have a URL
+                try:
+                    paths.append(candidate.link.file_path)
+                except Exception:
+                    paths.append(candidate.link.url)  # it's not a local file
+
+            logger.debug("Local files found: %s", ", ".join(paths))
+
+        # This is an intentional priority ordering
+        return file_candidates + page_candidates
+
+    def make_candidate_evaluator(
+        self,
+        project_name: str,
+        specifier: Optional[specifiers.BaseSpecifier] = None,
+        hashes: Optional[Hashes] = None,
+    ) -> CandidateEvaluator:
+        """Create a CandidateEvaluator object to use."""
+        candidate_prefs = self._candidate_prefs
+        return CandidateEvaluator.create(
+            project_name=project_name,
+            target_python=self._target_python,
+            prefer_binary=candidate_prefs.prefer_binary,
+            allow_all_prereleases=candidate_prefs.allow_all_prereleases,
+            specifier=specifier,
+            hashes=hashes,
+        )
+
+    @functools.lru_cache(maxsize=None)
+    def find_best_candidate(
+        self,
+        project_name: str,
+        specifier: Optional[specifiers.BaseSpecifier] = None,
+        hashes: Optional[Hashes] = None,
+    ) -> BestCandidateResult:
+        """Find matches for the given project and specifier.
+
+        :param specifier: An optional object implementing `filter`
+            (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable
+            versions.
+
+        :return: A `BestCandidateResult` instance.
+        """
+        candidates = self.find_all_candidates(project_name)
+        candidate_evaluator = self.make_candidate_evaluator(
+            project_name=project_name,
+            specifier=specifier,
+            hashes=hashes,
+        )
+        return candidate_evaluator.compute_best_candidate(candidates)
+
+    def find_requirement(
+        self, req: InstallRequirement, upgrade: bool
+    ) -> Optional[InstallationCandidate]:
+        """Try to find a Link matching req
+
+        Expects req, an InstallRequirement and upgrade, a boolean
+        Returns a InstallationCandidate if found,
+        Raises DistributionNotFound or BestVersionAlreadyInstalled otherwise
+        """
+        hashes = req.hashes(trust_internet=False)
+        best_candidate_result = self.find_best_candidate(
+            req.name,
+            specifier=req.specifier,
+            hashes=hashes,
+        )
+        best_candidate = best_candidate_result.best_candidate
+
+        installed_version: Optional[_BaseVersion] = None
+        if req.satisfied_by is not None:
+            installed_version = req.satisfied_by.version
+
+        def _format_versions(cand_iter: Iterable[InstallationCandidate]) -> str:
+            # This repeated parse_version and str() conversion is needed to
+            # handle different vendoring sources from pip and pkg_resources.
+            # If we stop using the pkg_resources provided specifier and start
+            # using our own, we can drop the cast to str().
+            return (
+                ", ".join(
+                    sorted(
+                        {str(c.version) for c in cand_iter},
+                        key=parse_version,
+                    )
+                )
+                or "none"
+            )
+
+        if installed_version is None and best_candidate is None:
+            logger.critical(
+                "Could not find a version that satisfies the requirement %s "
+                "(from versions: %s)",
+                req,
+                _format_versions(best_candidate_result.iter_all()),
+            )
+
+            raise DistributionNotFound(f"No matching distribution found for {req}")
+
+        def _should_install_candidate(
+            candidate: Optional[InstallationCandidate],
+        ) -> "TypeGuard[InstallationCandidate]":
+            if installed_version is None:
+                return True
+            if best_candidate is None:
+                return False
+            return best_candidate.version > installed_version
+
+        if not upgrade and installed_version is not None:
+            if _should_install_candidate(best_candidate):
+                logger.debug(
+                    "Existing installed version (%s) satisfies requirement "
+                    "(most up-to-date version is %s)",
+                    installed_version,
+                    best_candidate.version,
+                )
+            else:
+                logger.debug(
+                    "Existing installed version (%s) is most up-to-date and "
+                    "satisfies requirement",
+                    installed_version,
+                )
+            return None
+
+        if _should_install_candidate(best_candidate):
+            logger.debug(
+                "Using version %s (newest of versions: %s)",
+                best_candidate.version,
+                _format_versions(best_candidate_result.iter_applicable()),
+            )
+            return best_candidate
+
+        # We have an existing version, and its the best version
+        logger.debug(
+            "Installed version (%s) is most up-to-date (past versions: %s)",
+            installed_version,
+            _format_versions(best_candidate_result.iter_applicable()),
+        )
+        raise BestVersionAlreadyInstalled
+
+
+def _find_name_version_sep(fragment: str, canonical_name: str) -> int:
+    """Find the separator's index based on the package's canonical name.
+
+    :param fragment: A + filename "fragment" (stem) or
+        egg fragment.
+    :param canonical_name: The package's canonical name.
+
+    This function is needed since the canonicalized name does not necessarily
+    have the same length as the egg info's name part. An example::
+
+    >>> fragment = 'foo__bar-1.0'
+    >>> canonical_name = 'foo-bar'
+    >>> _find_name_version_sep(fragment, canonical_name)
+    8
+    """
+    # Project name and version must be separated by one single dash. Find all
+    # occurrences of dashes; if the string in front of it matches the canonical
+    # name, this is the one separating the name and version parts.
+    for i, c in enumerate(fragment):
+        if c != "-":
+            continue
+        if canonicalize_name(fragment[:i]) == canonical_name:
+            return i
+    raise ValueError(f"{fragment} does not match {canonical_name}")
+
+
+def _extract_version_from_fragment(fragment: str, canonical_name: str) -> Optional[str]:
+    """Parse the version string from a + filename
+    "fragment" (stem) or egg fragment.
+
+    :param fragment: The string to parse. E.g. foo-2.1
+    :param canonical_name: The canonicalized name of the package this
+        belongs to.
+    """
+    try:
+        version_start = _find_name_version_sep(fragment, canonical_name) + 1
+    except ValueError:
+        return None
+    version = fragment[version_start:]
+    if not version:
+        return None
+    return version
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py b/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py
new file mode 100644
index 0000000..f4626d7
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py
@@ -0,0 +1,285 @@
+import logging
+import mimetypes
+import os
+from collections import defaultdict
+from typing import Callable, Dict, Iterable, List, Optional, Tuple
+
+from pip._vendor.packaging.utils import (
+    InvalidSdistFilename,
+    InvalidVersion,
+    InvalidWheelFilename,
+    canonicalize_name,
+    parse_sdist_filename,
+    parse_wheel_filename,
+)
+
+from pip._internal.models.candidate import InstallationCandidate
+from pip._internal.models.link import Link
+from pip._internal.utils.urls import path_to_url, url_to_path
+from pip._internal.vcs import is_url
+
+logger = logging.getLogger(__name__)
+
+FoundCandidates = Iterable[InstallationCandidate]
+FoundLinks = Iterable[Link]
+CandidatesFromPage = Callable[[Link], Iterable[InstallationCandidate]]
+PageValidator = Callable[[Link], bool]
+
+
+class LinkSource:
+    @property
+    def link(self) -> Optional[Link]:
+        """Returns the underlying link, if there's one."""
+        raise NotImplementedError()
+
+    def page_candidates(self) -> FoundCandidates:
+        """Candidates found by parsing an archive listing HTML file."""
+        raise NotImplementedError()
+
+    def file_links(self) -> FoundLinks:
+        """Links found by specifying archives directly."""
+        raise NotImplementedError()
+
+
+def _is_html_file(file_url: str) -> bool:
+    return mimetypes.guess_type(file_url, strict=False)[0] == "text/html"
+
+
+class _FlatDirectoryToUrls:
+    """Scans directory and caches results"""
+
+    def __init__(self, path: str) -> None:
+        self._path = path
+        self._page_candidates: List[str] = []
+        self._project_name_to_urls: Dict[str, List[str]] = defaultdict(list)
+        self._scanned_directory = False
+
+    def _scan_directory(self) -> None:
+        """Scans directory once and populates both page_candidates
+        and project_name_to_urls at the same time
+        """
+        for entry in os.scandir(self._path):
+            url = path_to_url(entry.path)
+            if _is_html_file(url):
+                self._page_candidates.append(url)
+                continue
+
+            # File must have a valid wheel or sdist name,
+            # otherwise not worth considering as a package
+            try:
+                project_filename = parse_wheel_filename(entry.name)[0]
+            except (InvalidWheelFilename, InvalidVersion):
+                try:
+                    project_filename = parse_sdist_filename(entry.name)[0]
+                except (InvalidSdistFilename, InvalidVersion):
+                    continue
+
+            self._project_name_to_urls[project_filename].append(url)
+        self._scanned_directory = True
+
+    @property
+    def page_candidates(self) -> List[str]:
+        if not self._scanned_directory:
+            self._scan_directory()
+
+        return self._page_candidates
+
+    @property
+    def project_name_to_urls(self) -> Dict[str, List[str]]:
+        if not self._scanned_directory:
+            self._scan_directory()
+
+        return self._project_name_to_urls
+
+
+class _FlatDirectorySource(LinkSource):
+    """Link source specified by ``--find-links=``.
+
+    This looks the content of the directory, and returns:
+
+    * ``page_candidates``: Links listed on each HTML file in the directory.
+    * ``file_candidates``: Archives in the directory.
+    """
+
+    _paths_to_urls: Dict[str, _FlatDirectoryToUrls] = {}
+
+    def __init__(
+        self,
+        candidates_from_page: CandidatesFromPage,
+        path: str,
+        project_name: str,
+    ) -> None:
+        self._candidates_from_page = candidates_from_page
+        self._project_name = canonicalize_name(project_name)
+
+        # Get existing instance of _FlatDirectoryToUrls if it exists
+        if path in self._paths_to_urls:
+            self._path_to_urls = self._paths_to_urls[path]
+        else:
+            self._path_to_urls = _FlatDirectoryToUrls(path=path)
+            self._paths_to_urls[path] = self._path_to_urls
+
+    @property
+    def link(self) -> Optional[Link]:
+        return None
+
+    def page_candidates(self) -> FoundCandidates:
+        for url in self._path_to_urls.page_candidates:
+            yield from self._candidates_from_page(Link(url))
+
+    def file_links(self) -> FoundLinks:
+        for url in self._path_to_urls.project_name_to_urls[self._project_name]:
+            yield Link(url)
+
+
+class _LocalFileSource(LinkSource):
+    """``--find-links=`` or ``--[extra-]index-url=``.
+
+    If a URL is supplied, it must be a ``file:`` URL. If a path is supplied to
+    the option, it is converted to a URL first. This returns:
+
+    * ``page_candidates``: Links listed on an HTML file.
+    * ``file_candidates``: The non-HTML file.
+    """
+
+    def __init__(
+        self,
+        candidates_from_page: CandidatesFromPage,
+        link: Link,
+    ) -> None:
+        self._candidates_from_page = candidates_from_page
+        self._link = link
+
+    @property
+    def link(self) -> Optional[Link]:
+        return self._link
+
+    def page_candidates(self) -> FoundCandidates:
+        if not _is_html_file(self._link.url):
+            return
+        yield from self._candidates_from_page(self._link)
+
+    def file_links(self) -> FoundLinks:
+        if _is_html_file(self._link.url):
+            return
+        yield self._link
+
+
+class _RemoteFileSource(LinkSource):
+    """``--find-links=`` or ``--[extra-]index-url=``.
+
+    This returns:
+
+    * ``page_candidates``: Links listed on an HTML file.
+    * ``file_candidates``: The non-HTML file.
+    """
+
+    def __init__(
+        self,
+        candidates_from_page: CandidatesFromPage,
+        page_validator: PageValidator,
+        link: Link,
+    ) -> None:
+        self._candidates_from_page = candidates_from_page
+        self._page_validator = page_validator
+        self._link = link
+
+    @property
+    def link(self) -> Optional[Link]:
+        return self._link
+
+    def page_candidates(self) -> FoundCandidates:
+        if not self._page_validator(self._link):
+            return
+        yield from self._candidates_from_page(self._link)
+
+    def file_links(self) -> FoundLinks:
+        yield self._link
+
+
+class _IndexDirectorySource(LinkSource):
+    """``--[extra-]index-url=``.
+
+    This is treated like a remote URL; ``candidates_from_page`` contains logic
+    for this by appending ``index.html`` to the link.
+    """
+
+    def __init__(
+        self,
+        candidates_from_page: CandidatesFromPage,
+        link: Link,
+    ) -> None:
+        self._candidates_from_page = candidates_from_page
+        self._link = link
+
+    @property
+    def link(self) -> Optional[Link]:
+        return self._link
+
+    def page_candidates(self) -> FoundCandidates:
+        yield from self._candidates_from_page(self._link)
+
+    def file_links(self) -> FoundLinks:
+        return ()
+
+
+def build_source(
+    location: str,
+    *,
+    candidates_from_page: CandidatesFromPage,
+    page_validator: PageValidator,
+    expand_dir: bool,
+    cache_link_parsing: bool,
+    project_name: str,
+) -> Tuple[Optional[str], Optional[LinkSource]]:
+    path: Optional[str] = None
+    url: Optional[str] = None
+    if os.path.exists(location):  # Is a local path.
+        url = path_to_url(location)
+        path = location
+    elif location.startswith("file:"):  # A file: URL.
+        url = location
+        path = url_to_path(location)
+    elif is_url(location):
+        url = location
+
+    if url is None:
+        msg = (
+            "Location '%s' is ignored: "
+            "it is either a non-existing path or lacks a specific scheme."
+        )
+        logger.warning(msg, location)
+        return (None, None)
+
+    if path is None:
+        source: LinkSource = _RemoteFileSource(
+            candidates_from_page=candidates_from_page,
+            page_validator=page_validator,
+            link=Link(url, cache_link_parsing=cache_link_parsing),
+        )
+        return (url, source)
+
+    if os.path.isdir(path):
+        if expand_dir:
+            source = _FlatDirectorySource(
+                candidates_from_page=candidates_from_page,
+                path=path,
+                project_name=project_name,
+            )
+        else:
+            source = _IndexDirectorySource(
+                candidates_from_page=candidates_from_page,
+                link=Link(url, cache_link_parsing=cache_link_parsing),
+            )
+        return (url, source)
+    elif os.path.isfile(path):
+        source = _LocalFileSource(
+            candidates_from_page=candidates_from_page,
+            link=Link(url, cache_link_parsing=cache_link_parsing),
+        )
+        return (url, source)
+    logger.warning(
+        "Location '%s' is ignored: it is neither a file nor a directory.",
+        location,
+    )
+    return (url, None)
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py
new file mode 100644
index 0000000..d54bc63
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py
@@ -0,0 +1,467 @@
+import functools
+import logging
+import os
+import pathlib
+import sys
+import sysconfig
+from typing import Any, Dict, Generator, Optional, Tuple
+
+from pip._internal.models.scheme import SCHEME_KEYS, Scheme
+from pip._internal.utils.compat import WINDOWS
+from pip._internal.utils.deprecation import deprecated
+from pip._internal.utils.virtualenv import running_under_virtualenv
+
+from . import _sysconfig
+from .base import (
+    USER_CACHE_DIR,
+    get_major_minor_version,
+    get_src_prefix,
+    is_osx_framework,
+    site_packages,
+    user_site,
+)
+
+__all__ = [
+    "USER_CACHE_DIR",
+    "get_bin_prefix",
+    "get_bin_user",
+    "get_major_minor_version",
+    "get_platlib",
+    "get_purelib",
+    "get_scheme",
+    "get_src_prefix",
+    "site_packages",
+    "user_site",
+]
+
+
+logger = logging.getLogger(__name__)
+
+
+_PLATLIBDIR: str = getattr(sys, "platlibdir", "lib")
+
+_USE_SYSCONFIG_DEFAULT = sys.version_info >= (3, 10)
+
+
+def _should_use_sysconfig() -> bool:
+    """This function determines the value of _USE_SYSCONFIG.
+
+    By default, pip uses sysconfig on Python 3.10+.
+    But Python distributors can override this decision by setting:
+        sysconfig._PIP_USE_SYSCONFIG = True / False
+    Rationale in https://github.com/pypa/pip/issues/10647
+
+    This is a function for testability, but should be constant during any one
+    run.
+    """
+    return bool(getattr(sysconfig, "_PIP_USE_SYSCONFIG", _USE_SYSCONFIG_DEFAULT))
+
+
+_USE_SYSCONFIG = _should_use_sysconfig()
+
+if not _USE_SYSCONFIG:
+    # Import distutils lazily to avoid deprecation warnings,
+    # but import it soon enough that it is in memory and available during
+    # a pip reinstall.
+    from . import _distutils
+
+# Be noisy about incompatibilities if this platforms "should" be using
+# sysconfig, but is explicitly opting out and using distutils instead.
+if _USE_SYSCONFIG_DEFAULT and not _USE_SYSCONFIG:
+    _MISMATCH_LEVEL = logging.WARNING
+else:
+    _MISMATCH_LEVEL = logging.DEBUG
+
+
+def _looks_like_bpo_44860() -> bool:
+    """The resolution to bpo-44860 will change this incorrect platlib.
+
+    See .
+    """
+    from distutils.command.install import INSTALL_SCHEMES
+
+    try:
+        unix_user_platlib = INSTALL_SCHEMES["unix_user"]["platlib"]
+    except KeyError:
+        return False
+    return unix_user_platlib == "$usersite"
+
+
+def _looks_like_red_hat_patched_platlib_purelib(scheme: Dict[str, str]) -> bool:
+    platlib = scheme["platlib"]
+    if "/$platlibdir/" in platlib:
+        platlib = platlib.replace("/$platlibdir/", f"/{_PLATLIBDIR}/")
+    if "/lib64/" not in platlib:
+        return False
+    unpatched = platlib.replace("/lib64/", "/lib/")
+    return unpatched.replace("$platbase/", "$base/") == scheme["purelib"]
+
+
+@functools.lru_cache(maxsize=None)
+def _looks_like_red_hat_lib() -> bool:
+    """Red Hat patches platlib in unix_prefix and unix_home, but not purelib.
+
+    This is the only way I can see to tell a Red Hat-patched Python.
+    """
+    from distutils.command.install import INSTALL_SCHEMES
+
+    return all(
+        k in INSTALL_SCHEMES
+        and _looks_like_red_hat_patched_platlib_purelib(INSTALL_SCHEMES[k])
+        for k in ("unix_prefix", "unix_home")
+    )
+
+
+@functools.lru_cache(maxsize=None)
+def _looks_like_debian_scheme() -> bool:
+    """Debian adds two additional schemes."""
+    from distutils.command.install import INSTALL_SCHEMES
+
+    return "deb_system" in INSTALL_SCHEMES and "unix_local" in INSTALL_SCHEMES
+
+
+@functools.lru_cache(maxsize=None)
+def _looks_like_red_hat_scheme() -> bool:
+    """Red Hat patches ``sys.prefix`` and ``sys.exec_prefix``.
+
+    Red Hat's ``00251-change-user-install-location.patch`` changes the install
+    command's ``prefix`` and ``exec_prefix`` to append ``"/local"``. This is
+    (fortunately?) done quite unconditionally, so we create a default command
+    object without any configuration to detect this.
+    """
+    from distutils.command.install import install
+    from distutils.dist import Distribution
+
+    cmd: Any = install(Distribution())
+    cmd.finalize_options()
+    return (
+        cmd.exec_prefix == f"{os.path.normpath(sys.exec_prefix)}/local"
+        and cmd.prefix == f"{os.path.normpath(sys.prefix)}/local"
+    )
+
+
+@functools.lru_cache(maxsize=None)
+def _looks_like_slackware_scheme() -> bool:
+    """Slackware patches sysconfig but fails to patch distutils and site.
+
+    Slackware changes sysconfig's user scheme to use ``"lib64"`` for the lib
+    path, but does not do the same to the site module.
+    """
+    if user_site is None:  # User-site not available.
+        return False
+    try:
+        paths = sysconfig.get_paths(scheme="posix_user", expand=False)
+    except KeyError:  # User-site not available.
+        return False
+    return "/lib64/" in paths["purelib"] and "/lib64/" not in user_site
+
+
+@functools.lru_cache(maxsize=None)
+def _looks_like_msys2_mingw_scheme() -> bool:
+    """MSYS2 patches distutils and sysconfig to use a UNIX-like scheme.
+
+    However, MSYS2 incorrectly patches sysconfig ``nt`` scheme. The fix is
+    likely going to be included in their 3.10 release, so we ignore the warning.
+    See msys2/MINGW-packages#9319.
+
+    MSYS2 MINGW's patch uses lowercase ``"lib"`` instead of the usual uppercase,
+    and is missing the final ``"site-packages"``.
+    """
+    paths = sysconfig.get_paths("nt", expand=False)
+    return all(
+        "Lib" not in p and "lib" in p and not p.endswith("site-packages")
+        for p in (paths[key] for key in ("platlib", "purelib"))
+    )
+
+
+def _fix_abiflags(parts: Tuple[str]) -> Generator[str, None, None]:
+    ldversion = sysconfig.get_config_var("LDVERSION")
+    abiflags = getattr(sys, "abiflags", None)
+
+    # LDVERSION does not end with sys.abiflags. Just return the path unchanged.
+    if not ldversion or not abiflags or not ldversion.endswith(abiflags):
+        yield from parts
+        return
+
+    # Strip sys.abiflags from LDVERSION-based path components.
+    for part in parts:
+        if part.endswith(ldversion):
+            part = part[: (0 - len(abiflags))]
+        yield part
+
+
+@functools.lru_cache(maxsize=None)
+def _warn_mismatched(old: pathlib.Path, new: pathlib.Path, *, key: str) -> None:
+    issue_url = "https://github.com/pypa/pip/issues/10151"
+    message = (
+        "Value for %s does not match. Please report this to <%s>"
+        "\ndistutils: %s"
+        "\nsysconfig: %s"
+    )
+    logger.log(_MISMATCH_LEVEL, message, key, issue_url, old, new)
+
+
+def _warn_if_mismatch(old: pathlib.Path, new: pathlib.Path, *, key: str) -> bool:
+    if old == new:
+        return False
+    _warn_mismatched(old, new, key=key)
+    return True
+
+
+@functools.lru_cache(maxsize=None)
+def _log_context(
+    *,
+    user: bool = False,
+    home: Optional[str] = None,
+    root: Optional[str] = None,
+    prefix: Optional[str] = None,
+) -> None:
+    parts = [
+        "Additional context:",
+        "user = %r",
+        "home = %r",
+        "root = %r",
+        "prefix = %r",
+    ]
+
+    logger.log(_MISMATCH_LEVEL, "\n".join(parts), user, home, root, prefix)
+
+
+def get_scheme(
+    dist_name: str,
+    user: bool = False,
+    home: Optional[str] = None,
+    root: Optional[str] = None,
+    isolated: bool = False,
+    prefix: Optional[str] = None,
+) -> Scheme:
+    new = _sysconfig.get_scheme(
+        dist_name,
+        user=user,
+        home=home,
+        root=root,
+        isolated=isolated,
+        prefix=prefix,
+    )
+    if _USE_SYSCONFIG:
+        return new
+
+    old = _distutils.get_scheme(
+        dist_name,
+        user=user,
+        home=home,
+        root=root,
+        isolated=isolated,
+        prefix=prefix,
+    )
+
+    warning_contexts = []
+    for k in SCHEME_KEYS:
+        old_v = pathlib.Path(getattr(old, k))
+        new_v = pathlib.Path(getattr(new, k))
+
+        if old_v == new_v:
+            continue
+
+        # distutils incorrectly put PyPy packages under ``site-packages/python``
+        # in the ``posix_home`` scheme, but PyPy devs said they expect the
+        # directory name to be ``pypy`` instead. So we treat this as a bug fix
+        # and not warn about it. See bpo-43307 and python/cpython#24628.
+        skip_pypy_special_case = (
+            sys.implementation.name == "pypy"
+            and home is not None
+            and k in ("platlib", "purelib")
+            and old_v.parent == new_v.parent
+            and old_v.name.startswith("python")
+            and new_v.name.startswith("pypy")
+        )
+        if skip_pypy_special_case:
+            continue
+
+        # sysconfig's ``osx_framework_user`` does not include ``pythonX.Y`` in
+        # the ``include`` value, but distutils's ``headers`` does. We'll let
+        # CPython decide whether this is a bug or feature. See bpo-43948.
+        skip_osx_framework_user_special_case = (
+            user
+            and is_osx_framework()
+            and k == "headers"
+            and old_v.parent.parent == new_v.parent
+            and old_v.parent.name.startswith("python")
+        )
+        if skip_osx_framework_user_special_case:
+            continue
+
+        # On Red Hat and derived Linux distributions, distutils is patched to
+        # use "lib64" instead of "lib" for platlib.
+        if k == "platlib" and _looks_like_red_hat_lib():
+            continue
+
+        # On Python 3.9+, sysconfig's posix_user scheme sets platlib against
+        # sys.platlibdir, but distutils's unix_user incorrectly coninutes
+        # using the same $usersite for both platlib and purelib. This creates a
+        # mismatch when sys.platlibdir is not "lib".
+        skip_bpo_44860 = (
+            user
+            and k == "platlib"
+            and not WINDOWS
+            and sys.version_info >= (3, 9)
+            and _PLATLIBDIR != "lib"
+            and _looks_like_bpo_44860()
+        )
+        if skip_bpo_44860:
+            continue
+
+        # Slackware incorrectly patches posix_user to use lib64 instead of lib,
+        # but not usersite to match the location.
+        skip_slackware_user_scheme = (
+            user
+            and k in ("platlib", "purelib")
+            and not WINDOWS
+            and _looks_like_slackware_scheme()
+        )
+        if skip_slackware_user_scheme:
+            continue
+
+        # Both Debian and Red Hat patch Python to place the system site under
+        # /usr/local instead of /usr. Debian also places lib in dist-packages
+        # instead of site-packages, but the /usr/local check should cover it.
+        skip_linux_system_special_case = (
+            not (user or home or prefix or running_under_virtualenv())
+            and old_v.parts[1:3] == ("usr", "local")
+            and len(new_v.parts) > 1
+            and new_v.parts[1] == "usr"
+            and (len(new_v.parts) < 3 or new_v.parts[2] != "local")
+            and (_looks_like_red_hat_scheme() or _looks_like_debian_scheme())
+        )
+        if skip_linux_system_special_case:
+            continue
+
+        # On Python 3.7 and earlier, sysconfig does not include sys.abiflags in
+        # the "pythonX.Y" part of the path, but distutils does.
+        skip_sysconfig_abiflag_bug = (
+            sys.version_info < (3, 8)
+            and not WINDOWS
+            and k in ("headers", "platlib", "purelib")
+            and tuple(_fix_abiflags(old_v.parts)) == new_v.parts
+        )
+        if skip_sysconfig_abiflag_bug:
+            continue
+
+        # MSYS2 MINGW's sysconfig patch does not include the "site-packages"
+        # part of the path. This is incorrect and will be fixed in MSYS.
+        skip_msys2_mingw_bug = (
+            WINDOWS and k in ("platlib", "purelib") and _looks_like_msys2_mingw_scheme()
+        )
+        if skip_msys2_mingw_bug:
+            continue
+
+        # CPython's POSIX install script invokes pip (via ensurepip) against the
+        # interpreter located in the source tree, not the install site. This
+        # triggers special logic in sysconfig that's not present in distutils.
+        # https://github.com/python/cpython/blob/8c21941ddaf/Lib/sysconfig.py#L178-L194
+        skip_cpython_build = (
+            sysconfig.is_python_build(check_home=True)
+            and not WINDOWS
+            and k in ("headers", "include", "platinclude")
+        )
+        if skip_cpython_build:
+            continue
+
+        warning_contexts.append((old_v, new_v, f"scheme.{k}"))
+
+    if not warning_contexts:
+        return old
+
+    # Check if this path mismatch is caused by distutils config files. Those
+    # files will no longer work once we switch to sysconfig, so this raises a
+    # deprecation message for them.
+    default_old = _distutils.distutils_scheme(
+        dist_name,
+        user,
+        home,
+        root,
+        isolated,
+        prefix,
+        ignore_config_files=True,
+    )
+    if any(default_old[k] != getattr(old, k) for k in SCHEME_KEYS):
+        deprecated(
+            reason=(
+                "Configuring installation scheme with distutils config files "
+                "is deprecated and will no longer work in the near future. If you "
+                "are using a Homebrew or Linuxbrew Python, please see discussion "
+                "at https://github.com/Homebrew/homebrew-core/issues/76621"
+            ),
+            replacement=None,
+            gone_in=None,
+        )
+        return old
+
+    # Post warnings about this mismatch so user can report them back.
+    for old_v, new_v, key in warning_contexts:
+        _warn_mismatched(old_v, new_v, key=key)
+    _log_context(user=user, home=home, root=root, prefix=prefix)
+
+    return old
+
+
+def get_bin_prefix() -> str:
+    new = _sysconfig.get_bin_prefix()
+    if _USE_SYSCONFIG:
+        return new
+
+    old = _distutils.get_bin_prefix()
+    if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="bin_prefix"):
+        _log_context()
+    return old
+
+
+def get_bin_user() -> str:
+    return _sysconfig.get_scheme("", user=True).scripts
+
+
+def _looks_like_deb_system_dist_packages(value: str) -> bool:
+    """Check if the value is Debian's APT-controlled dist-packages.
+
+    Debian's ``distutils.sysconfig.get_python_lib()`` implementation returns the
+    default package path controlled by APT, but does not patch ``sysconfig`` to
+    do the same. This is similar to the bug worked around in ``get_scheme()``,
+    but here the default is ``deb_system`` instead of ``unix_local``. Ultimately
+    we can't do anything about this Debian bug, and this detection allows us to
+    skip the warning when needed.
+    """
+    if not _looks_like_debian_scheme():
+        return False
+    if value == "/usr/lib/python3/dist-packages":
+        return True
+    return False
+
+
+def get_purelib() -> str:
+    """Return the default pure-Python lib location."""
+    new = _sysconfig.get_purelib()
+    if _USE_SYSCONFIG:
+        return new
+
+    old = _distutils.get_purelib()
+    if _looks_like_deb_system_dist_packages(old):
+        return old
+    if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="purelib"):
+        _log_context()
+    return old
+
+
+def get_platlib() -> str:
+    """Return the default platform-shared lib location."""
+    new = _sysconfig.get_platlib()
+    if _USE_SYSCONFIG:
+        return new
+
+    from . import _distutils
+
+    old = _distutils.get_platlib()
+    if _looks_like_deb_system_dist_packages(old):
+        return old
+    if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="platlib"):
+        _log_context()
+    return old
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..7debcad33a41002093f9054d184fb30d5033e335
GIT binary patch
literal 16782
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
T=_P*lWvdG){s^<8yJ`GC*8y?L

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..55d20d810d7465d8e082f88520f4e36cdf355a7f
GIT binary patch
literal 6862
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

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..69469551622a751f0cb56b0d4a2315b988d1894f
GIT binary patch
literal 3787
zcmbUkT}&IvdDiRye;~w=`TQ53&yAq{eQHAfuM44n(23dX^}){1ID}TwH6$U4%b`RKatV&jEeQ*Q
ze1d1tny@lxOV|Kfa`wC<;o#^QKIhE45-v8j=G=Kt!owj8!meza$#M@$w$FhpZ3!Rj
zv1X6eW{tgM-`x|yLEI!c`e9je;$X%ixjwZfnk6?5N*?$q&MtWY*HT~i!T6Ai^0#Dr
z8mZRCpVv`|!`POMy}piv?SKTHe##T5pzN8~cS+nI0;Y_>_bA8}{M5Qj``8@UiE!IH
zhy*w)NAK$t5{D+`b;GCQ?e44D|WI;?%i<4M0>;&sYqNE!o
z;bB6*9jfXoC@XQ<#`XGGx0uMR)g0}?U!pM-vCLz)0PQMcBIr|C$ctH(oXpFLN`x6q
zG|)y+Gi)hcBm^tEaAi)P0<5SBqM+#nl!^*CHW_22j-QV89T(s*3{Jg!yoQ{&eY_C+
zcp<_Y_KZsMqHgfooMw3I43e^vQGbtisB|xJd`ivZI8jsaD|6{7k>sxsHH*`_79Yw>
zAF5;$$73^KxHybCbp4dEkV#5>NutrG$)(xkEOG%=t
zy5TH{`jjH(aeCM8uz?0GyQ_b*pw(eoYuUzKb)3XacOyhn4Z9Awxvayau?KH*rdw;m
z8%{%7+23v=IA51%41Kfnl11W=paZEKq^Xr@I{F4)p8b*{Drr3t-2l1^mIeMMFWG4D
zOLj)n26HCM0{;f;2U~(~(7|W&mmCeW4$$YNMin&?%3}=Lf-LfV?RsheP!BGf7n8FYLq$tnO)S(NyDyUkFQjcX-
zS?M?F3vl=&F)fUa)zuoW%brppGnTL8GWY@LwJ6+kvL#Qn|FeP+nO3(UU;ec1!DO-|fED{@eZcoa^0{meU*F
z)6ZW;K05WNcRgBZ>D%!3J$HGQL*>xQ#m_pn+m76I+;MER^=!8Fte>s4ohkd4T34)3
zJ%JUj+_xfqHu$t9w8pJjR?aS6G#TG4-(0(VPpSk?Y&cK6u%m$R)Gs_}ei*tRy637Q
zu4jmY-Z#YU@O;2sMZC++vSAvO*=w6
z)u6PS#TJlq+J(LWeJU|)S+6o+r3z>Oh40R&iZ!SaG(Z(TtH!EeS
z+w5zS#XQR)C`1N#3lV+Y>ae}5d_@Qj*+8bg>rSZrCD4E
zITfOU2q}65>XKN*O>DrC&~!?uf0DOoM@?baYawIU;o(e|B*QT}#>yPSif3gVN}ZHO
zV+BebHwcof?bhh6*8{*$U);SV5`m>Y__QK)i)h=?@x<}1?bguh_1o81Z`{7|pz~qR
z{hoDPX+2YRSM65U54r93qjy7hLU)hdIrbp+P`)q!Zu-%CmGAJa1}ME&}cb9OSrr^tI6~D72l>tV!k~9gH@#O`nJC3Kh*#CHSnAIP7~4^Y{Up$
znHax3I`ZMw^B-NhK6>^0P$yYas+u!gP$i{RB_mH7%zCwPaz-SCx(y4uT6PJ_T2j?!
zlNkb8tE7@?atbz#!l%*8Ttv@3fnT|{g58_J?v2Q~O7OcCPydFspOJ{XWw%<5olcEASzEmMZGF=F%?4cWik4lHtmcVvFlq)Q3K=xY@t`I{R_G(&vD!~3O+-wXUOvmxu4Oo@1N+~U!d?8XsBvO
z&D|@Zt)}p1Q+VB0X^JiS0e852Wn!x}yxAIFcU4+@7kx`w1@%_#HtyuTmK_A38f@p>
zYn@dDV7-NbN3a63>RBHbUgLKVfU02QI)Gky@Se2QHL%$=Q0e+$ad>HF`BwSXnzk9}
ztXMyQ^48M2*uKRb+T;$cjX&XzS1la({@OcVApko(vUL83BEGJAkn=D_c03IpTJ_)d
ee=v*Zr$L~+k&I?iWINCIX_{W1B^#20@j%pnM

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py b/.venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py
new file mode 100644
index 0000000..0e18c6e
--- /dev/null
+++ b/.venv/lib/python3.12/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, cast
+
+from pip._internal.models.scheme import Scheme
+from pip._internal.utils.compat import WINDOWS
+from pip._internal.utils.virtualenv import running_under_virtualenv
+
+from .base import get_major_minor_version
+
+logger = logging.getLogger(__name__)
+
+
+def distutils_scheme(
+    dist_name: str,
+    user: bool = False,
+    home: Optional[str] = None,
+    root: Optional[str] = None,
+    isolated: bool = False,
+    prefix: Optional[str] = None,
+    *,
+    ignore_config_files: bool = False,
+) -> Dict[str, str]:
+    """
+    Return a distutils install scheme
+    """
+    from distutils.dist import Distribution
+
+    dist_args: Dict[str, Union[str, List[str]]] = {"name": dist_name}
+    if isolated:
+        dist_args["script_args"] = ["--no-user-cfg"]
+
+    d = Distribution(dist_args)
+    if not ignore_config_files:
+        try:
+            d.parse_config_files()
+        except UnicodeDecodeError:
+            paths = d.find_config_files()
+            logger.warning(
+                "Ignore distutils configs in %s due to encoding errors.",
+                ", ".join(os.path.basename(p) for p in paths),
+            )
+    obj: Optional[DistutilsCommand] = None
+    obj = d.get_command_obj("install", create=True)
+    assert obj is not None
+    i = cast(distutils_install_command, obj)
+    # NOTE: setting user or home has the side-effect of creating the home dir
+    # or user base for installations during finalize_options()
+    # ideally, we'd prefer a scheme class that has no side-effects.
+    assert not (user and prefix), f"user={user} prefix={prefix}"
+    assert not (home and prefix), f"home={home} prefix={prefix}"
+    i.user = user or i.user
+    if user or home:
+        i.prefix = ""
+    i.prefix = prefix or i.prefix
+    i.home = home or i.home
+    i.root = root or i.root
+    i.finalize_options()
+
+    scheme = {}
+    for key in SCHEME_KEYS:
+        scheme[key] = getattr(i, "install_" + key)
+
+    # install_lib specified in setup.cfg should install *everything*
+    # into there (i.e. it takes precedence over both purelib and
+    # platlib).  Note, i.install_lib is *always* set after
+    # finalize_options(); we only want to override here if the user
+    # has explicitly requested it hence going back to the config
+    if "install_lib" in d.get_option_dict("install"):
+        scheme.update({"purelib": i.install_lib, "platlib": i.install_lib})
+
+    if running_under_virtualenv():
+        if home:
+            prefix = home
+        elif user:
+            prefix = i.install_userbase
+        else:
+            prefix = i.prefix
+        scheme["headers"] = os.path.join(
+            prefix,
+            "include",
+            "site",
+            f"python{get_major_minor_version()}",
+            dist_name,
+        )
+
+        if root is not None:
+            path_no_drive = os.path.splitdrive(os.path.abspath(scheme["headers"]))[1]
+            scheme["headers"] = os.path.join(root, path_no_drive[1:])
+
+    return scheme
+
+
+def get_scheme(
+    dist_name: str,
+    user: bool = False,
+    home: Optional[str] = None,
+    root: Optional[str] = None,
+    isolated: bool = False,
+    prefix: Optional[str] = None,
+) -> Scheme:
+    """
+    Get the "scheme" corresponding to the input parameters. The distutils
+    documentation provides the context for the available schemes:
+    https://docs.python.org/3/install/index.html#alternate-installation
+
+    :param dist_name: the name of the package to retrieve the scheme for, used
+        in the headers scheme path
+    :param user: indicates to use the "user" scheme
+    :param home: indicates to use the "home" scheme and provides the base
+        directory for the same
+    :param root: root under which other directories are re-based
+    :param isolated: equivalent to --no-user-cfg, i.e. do not consider
+        ~/.pydistutils.cfg (posix) or ~/pydistutils.cfg (non-posix) for
+        scheme paths
+    :param prefix: indicates to use the "prefix" scheme and provides the
+        base directory for the same
+    """
+    scheme = distutils_scheme(dist_name, user, home, root, isolated, prefix)
+    return Scheme(
+        platlib=scheme["platlib"],
+        purelib=scheme["purelib"],
+        headers=scheme["headers"],
+        scripts=scheme["scripts"],
+        data=scheme["data"],
+    )
+
+
+def get_bin_prefix() -> str:
+    # XXX: In old virtualenv versions, sys.prefix can contain '..' components,
+    # so we need to call normpath to eliminate them.
+    prefix = os.path.normpath(sys.prefix)
+    if WINDOWS:
+        bin_py = os.path.join(prefix, "Scripts")
+        # buildout uses 'bin' on Windows too?
+        if not os.path.exists(bin_py):
+            bin_py = os.path.join(prefix, "bin")
+        return bin_py
+    # Forcing to use /usr/local/bin for standard macOS framework installs
+    # Also log to ~/Library/Logs/ for use with the Console.app log viewer
+    if sys.platform[:6] == "darwin" and prefix[:16] == "/System/Library/":
+        return "/usr/local/bin"
+    return os.path.join(prefix, "bin")
+
+
+def get_purelib() -> str:
+    return get_python_lib(plat_specific=False)
+
+
+def get_platlib() -> str:
+    return get_python_lib(plat_specific=True)
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py b/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py
new file mode 100644
index 0000000..97aef1f
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py
@@ -0,0 +1,213 @@
+import logging
+import os
+import sys
+import sysconfig
+import typing
+
+from pip._internal.exceptions import InvalidSchemeCombination, UserInstallationInvalid
+from pip._internal.models.scheme import SCHEME_KEYS, Scheme
+from pip._internal.utils.virtualenv import running_under_virtualenv
+
+from .base import change_root, get_major_minor_version, is_osx_framework
+
+logger = logging.getLogger(__name__)
+
+
+# Notes on _infer_* functions.
+# Unfortunately ``get_default_scheme()`` didn't exist before 3.10, so there's no
+# way to ask things like "what is the '_prefix' scheme on this platform". These
+# functions try to answer that with some heuristics while accounting for ad-hoc
+# platforms not covered by CPython's default sysconfig implementation. If the
+# ad-hoc implementation does not fully implement sysconfig, we'll fall back to
+# a POSIX scheme.
+
+_AVAILABLE_SCHEMES = set(sysconfig.get_scheme_names())
+
+_PREFERRED_SCHEME_API = getattr(sysconfig, "get_preferred_scheme", None)
+
+
+def _should_use_osx_framework_prefix() -> bool:
+    """Check for Apple's ``osx_framework_library`` scheme.
+
+    Python distributed by Apple's Command Line Tools has this special scheme
+    that's used when:
+
+    * This is a framework build.
+    * We are installing into the system prefix.
+
+    This does not account for ``pip install --prefix`` (also means we're not
+    installing to the system prefix), which should use ``posix_prefix``, but
+    logic here means ``_infer_prefix()`` outputs ``osx_framework_library``. But
+    since ``prefix`` is not available for ``sysconfig.get_default_scheme()``,
+    which is the stdlib replacement for ``_infer_prefix()``, presumably Apple
+    wouldn't be able to magically switch between ``osx_framework_library`` and
+    ``posix_prefix``. ``_infer_prefix()`` returning ``osx_framework_library``
+    means its behavior is consistent whether we use the stdlib implementation
+    or our own, and we deal with this special case in ``get_scheme()`` instead.
+    """
+    return (
+        "osx_framework_library" in _AVAILABLE_SCHEMES
+        and not running_under_virtualenv()
+        and is_osx_framework()
+    )
+
+
+def _infer_prefix() -> str:
+    """Try to find a prefix scheme for the current platform.
+
+    This tries:
+
+    * A special ``osx_framework_library`` for Python distributed by Apple's
+      Command Line Tools, when not running in a virtual environment.
+    * Implementation + OS, used by PyPy on Windows (``pypy_nt``).
+    * Implementation without OS, used by PyPy on POSIX (``pypy``).
+    * OS + "prefix", used by CPython on POSIX (``posix_prefix``).
+    * Just the OS name, used by CPython on Windows (``nt``).
+
+    If none of the above works, fall back to ``posix_prefix``.
+    """
+    if _PREFERRED_SCHEME_API:
+        return _PREFERRED_SCHEME_API("prefix")
+    if _should_use_osx_framework_prefix():
+        return "osx_framework_library"
+    implementation_suffixed = f"{sys.implementation.name}_{os.name}"
+    if implementation_suffixed in _AVAILABLE_SCHEMES:
+        return implementation_suffixed
+    if sys.implementation.name in _AVAILABLE_SCHEMES:
+        return sys.implementation.name
+    suffixed = f"{os.name}_prefix"
+    if suffixed in _AVAILABLE_SCHEMES:
+        return suffixed
+    if os.name in _AVAILABLE_SCHEMES:  # On Windows, prefx is just called "nt".
+        return os.name
+    return "posix_prefix"
+
+
+def _infer_user() -> str:
+    """Try to find a user scheme for the current platform."""
+    if _PREFERRED_SCHEME_API:
+        return _PREFERRED_SCHEME_API("user")
+    if is_osx_framework() and not running_under_virtualenv():
+        suffixed = "osx_framework_user"
+    else:
+        suffixed = f"{os.name}_user"
+    if suffixed in _AVAILABLE_SCHEMES:
+        return suffixed
+    if "posix_user" not in _AVAILABLE_SCHEMES:  # User scheme unavailable.
+        raise UserInstallationInvalid()
+    return "posix_user"
+
+
+def _infer_home() -> str:
+    """Try to find a home for the current platform."""
+    if _PREFERRED_SCHEME_API:
+        return _PREFERRED_SCHEME_API("home")
+    suffixed = f"{os.name}_home"
+    if suffixed in _AVAILABLE_SCHEMES:
+        return suffixed
+    return "posix_home"
+
+
+# Update these keys if the user sets a custom home.
+_HOME_KEYS = [
+    "installed_base",
+    "base",
+    "installed_platbase",
+    "platbase",
+    "prefix",
+    "exec_prefix",
+]
+if sysconfig.get_config_var("userbase") is not None:
+    _HOME_KEYS.append("userbase")
+
+
+def get_scheme(
+    dist_name: str,
+    user: bool = False,
+    home: typing.Optional[str] = None,
+    root: typing.Optional[str] = None,
+    isolated: bool = False,
+    prefix: typing.Optional[str] = None,
+) -> Scheme:
+    """
+    Get the "scheme" corresponding to the input parameters.
+
+    :param dist_name: the name of the package to retrieve the scheme for, used
+        in the headers scheme path
+    :param user: indicates to use the "user" scheme
+    :param home: indicates to use the "home" scheme
+    :param root: root under which other directories are re-based
+    :param isolated: ignored, but kept for distutils compatibility (where
+        this controls whether the user-site pydistutils.cfg is honored)
+    :param prefix: indicates to use the "prefix" scheme and provides the
+        base directory for the same
+    """
+    if user and prefix:
+        raise InvalidSchemeCombination("--user", "--prefix")
+    if home and prefix:
+        raise InvalidSchemeCombination("--home", "--prefix")
+
+    if home is not None:
+        scheme_name = _infer_home()
+    elif user:
+        scheme_name = _infer_user()
+    else:
+        scheme_name = _infer_prefix()
+
+    # Special case: When installing into a custom prefix, use posix_prefix
+    # instead of osx_framework_library. See _should_use_osx_framework_prefix()
+    # docstring for details.
+    if prefix is not None and scheme_name == "osx_framework_library":
+        scheme_name = "posix_prefix"
+
+    if home is not None:
+        variables = {k: home for k in _HOME_KEYS}
+    elif prefix is not None:
+        variables = {k: prefix for k in _HOME_KEYS}
+    else:
+        variables = {}
+
+    paths = sysconfig.get_paths(scheme=scheme_name, vars=variables)
+
+    # Logic here is very arbitrary, we're doing it for compatibility, don't ask.
+    # 1. Pip historically uses a special header path in virtual environments.
+    # 2. If the distribution name is not known, distutils uses 'UNKNOWN'. We
+    #    only do the same when not running in a virtual environment because
+    #    pip's historical header path logic (see point 1) did not do this.
+    if running_under_virtualenv():
+        if user:
+            base = variables.get("userbase", sys.prefix)
+        else:
+            base = variables.get("base", sys.prefix)
+        python_xy = f"python{get_major_minor_version()}"
+        paths["include"] = os.path.join(base, "include", "site", python_xy)
+    elif not dist_name:
+        dist_name = "UNKNOWN"
+
+    scheme = Scheme(
+        platlib=paths["platlib"],
+        purelib=paths["purelib"],
+        headers=os.path.join(paths["include"], dist_name),
+        scripts=paths["scripts"],
+        data=paths["data"],
+    )
+    if root is not None:
+        for key in SCHEME_KEYS:
+            value = change_root(root, getattr(scheme, key))
+            setattr(scheme, key, value)
+    return scheme
+
+
+def get_bin_prefix() -> str:
+    # Forcing to use /usr/local/bin for standard macOS framework installs.
+    if sys.platform[:6] == "darwin" and sys.prefix[:16] == "/System/Library/":
+        return "/usr/local/bin"
+    return sysconfig.get_paths()["scripts"]
+
+
+def get_purelib() -> str:
+    return sysconfig.get_paths()["purelib"]
+
+
+def get_platlib() -> str:
+    return sysconfig.get_paths()["platlib"]
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py b/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py
new file mode 100644
index 0000000..3f9f896
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py
@@ -0,0 +1,81 @@
+import functools
+import os
+import site
+import sys
+import sysconfig
+import typing
+
+from pip._internal.exceptions import InstallationError
+from pip._internal.utils import appdirs
+from pip._internal.utils.virtualenv import running_under_virtualenv
+
+# Application Directories
+USER_CACHE_DIR = appdirs.user_cache_dir("pip")
+
+# FIXME doesn't account for venv linked to global site-packages
+site_packages: str = sysconfig.get_path("purelib")
+
+
+def get_major_minor_version() -> str:
+    """
+    Return the major-minor version of the current Python as a string, e.g.
+    "3.7" or "3.10".
+    """
+    return "{}.{}".format(*sys.version_info)
+
+
+def change_root(new_root: str, pathname: str) -> str:
+    """Return 'pathname' with 'new_root' prepended.
+
+    If 'pathname' is relative, this is equivalent to os.path.join(new_root, pathname).
+    Otherwise, it requires making 'pathname' relative and then joining the
+    two, which is tricky on DOS/Windows and Mac OS.
+
+    This is borrowed from Python's standard library's distutils module.
+    """
+    if os.name == "posix":
+        if not os.path.isabs(pathname):
+            return os.path.join(new_root, pathname)
+        else:
+            return os.path.join(new_root, pathname[1:])
+
+    elif os.name == "nt":
+        (drive, path) = os.path.splitdrive(pathname)
+        if path[0] == "\\":
+            path = path[1:]
+        return os.path.join(new_root, path)
+
+    else:
+        raise InstallationError(
+            f"Unknown platform: {os.name}\n"
+            "Can not change root path prefix on unknown platform."
+        )
+
+
+def get_src_prefix() -> str:
+    if running_under_virtualenv():
+        src_prefix = os.path.join(sys.prefix, "src")
+    else:
+        # FIXME: keep src in cwd for now (it is not a temporary folder)
+        try:
+            src_prefix = os.path.join(os.getcwd(), "src")
+        except OSError:
+            # In case the current working directory has been renamed or deleted
+            sys.exit("The folder you are executing pip from can no longer be found.")
+
+    # under macOS + virtualenv sys.prefix is not properly resolved
+    # it is something like /path/to/python/bin/..
+    return os.path.abspath(src_prefix)
+
+
+try:
+    # Use getusersitepackages if this is present, as it ensures that the
+    # value is initialised properly.
+    user_site: typing.Optional[str] = site.getusersitepackages()
+except AttributeError:
+    user_site = site.USER_SITE
+
+
+@functools.lru_cache(maxsize=None)
+def is_osx_framework() -> bool:
+    return bool(sysconfig.get_config_var("PYTHONFRAMEWORK"))
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/main.py b/.venv/lib/python3.12/site-packages/pip/_internal/main.py
new file mode 100644
index 0000000..33c6d24
--- /dev/null
+++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/metadata/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py
new file mode 100644
index 0000000..aa232b6
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py
@@ -0,0 +1,128 @@
+import contextlib
+import functools
+import os
+import sys
+from typing import TYPE_CHECKING, List, Optional, Type, cast
+
+from pip._internal.utils.misc import strtobool
+
+from .base import BaseDistribution, BaseEnvironment, FilesystemWheel, MemoryWheel, Wheel
+
+if TYPE_CHECKING:
+    from typing import Literal, Protocol
+else:
+    Protocol = object
+
+__all__ = [
+    "BaseDistribution",
+    "BaseEnvironment",
+    "FilesystemWheel",
+    "MemoryWheel",
+    "Wheel",
+    "get_default_environment",
+    "get_environment",
+    "get_wheel_distribution",
+    "select_backend",
+]
+
+
+def _should_use_importlib_metadata() -> bool:
+    """Whether to use the ``importlib.metadata`` or ``pkg_resources`` backend.
+
+    By default, pip uses ``importlib.metadata`` on Python 3.11+, and
+    ``pkg_resourcess`` otherwise. This can be overridden by a couple of ways:
+
+    * If environment variable ``_PIP_USE_IMPORTLIB_METADATA`` is set, it
+      dictates whether ``importlib.metadata`` is used, regardless of Python
+      version.
+    * On Python 3.11+, Python distributors can patch ``importlib.metadata``
+      to add a global constant ``_PIP_USE_IMPORTLIB_METADATA = False``. This
+      makes pip use ``pkg_resources`` (unless the user set the aforementioned
+      environment variable to *True*).
+    """
+    with contextlib.suppress(KeyError, ValueError):
+        return bool(strtobool(os.environ["_PIP_USE_IMPORTLIB_METADATA"]))
+    if sys.version_info < (3, 11):
+        return False
+    import importlib.metadata
+
+    return bool(getattr(importlib.metadata, "_PIP_USE_IMPORTLIB_METADATA", True))
+
+
+class Backend(Protocol):
+    NAME: 'Literal["importlib", "pkg_resources"]'
+    Distribution: Type[BaseDistribution]
+    Environment: Type[BaseEnvironment]
+
+
+@functools.lru_cache(maxsize=None)
+def select_backend() -> Backend:
+    if _should_use_importlib_metadata():
+        from . import importlib
+
+        return cast(Backend, importlib)
+    from . import pkg_resources
+
+    return cast(Backend, pkg_resources)
+
+
+def get_default_environment() -> BaseEnvironment:
+    """Get the default representation for the current environment.
+
+    This returns an Environment instance from the chosen backend. The default
+    Environment instance should be built from ``sys.path`` and may use caching
+    to share instance state accorss calls.
+    """
+    return select_backend().Environment.default()
+
+
+def get_environment(paths: Optional[List[str]]) -> BaseEnvironment:
+    """Get a representation of the environment specified by ``paths``.
+
+    This returns an Environment instance from the chosen backend based on the
+    given import paths. The backend must build a fresh instance representing
+    the state of installed distributions when this function is called.
+    """
+    return select_backend().Environment.from_paths(paths)
+
+
+def get_directory_distribution(directory: str) -> BaseDistribution:
+    """Get the distribution metadata representation in the specified directory.
+
+    This returns a Distribution instance from the chosen backend based on
+    the given on-disk ``.dist-info`` directory.
+    """
+    return select_backend().Distribution.from_directory(directory)
+
+
+def get_wheel_distribution(wheel: Wheel, canonical_name: str) -> BaseDistribution:
+    """Get the representation of the specified wheel's distribution metadata.
+
+    This returns a Distribution instance from the chosen backend based on
+    the given wheel's ``.dist-info`` directory.
+
+    :param canonical_name: Normalized project name of the given wheel.
+    """
+    return select_backend().Distribution.from_wheel(wheel, canonical_name)
+
+
+def get_metadata_distribution(
+    metadata_contents: bytes,
+    filename: str,
+    canonical_name: str,
+) -> BaseDistribution:
+    """Get the dist representation of the specified METADATA file contents.
+
+    This returns a Distribution instance from the chosen backend sourced from the data
+    in `metadata_contents`.
+
+    :param metadata_contents: Contents of a METADATA file within a dist, or one served
+                              via PEP 658.
+    :param filename: Filename for the dist this metadata represents.
+    :param canonical_name: Normalized project name of the given dist.
+    """
+    return select_backend().Distribution.from_metadata_file_contents(
+        metadata_contents,
+        filename,
+        canonical_name,
+    )
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..37bebabf7164a79f4781b7a4349a9c12d3465cd6
GIT binary patch
literal 5888
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
AumAu6

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..b738da6a1dae8a51f1d96431318e291e176f3770
GIT binary patch
literal 2881
zcmZt|TTC3+_0Dq_W*@u^j=;_)m^y1%))b|RWa4(sg41G%o3(3sRSOL}7Z{kw_RcJL
z>1@SEK5%WxAVo56(|XfZs#8~LD^+TK-QWJ0tkbSXRJGKv{%yc&8$PO@JG;XYD_5Gi
z=XK9LbDr~;aJUu0dbW679S7*26!DkX0QL<4?jZ#!jD~b3%jj&D)wwLkP#UZ8x{wt-
znA1c(kPYa;Y*25>w&<B+j^jX>3{Y0*>=8mokbjpH_3W
z%U@D0+ZC=Fs%gYuiL+~M)7X|3*_IRE!^8sWWSn*R8Ck~^2pk~>(nUko)!Y@J2QO=~
zJ#P{nkhP9XA)hyijg`a^vKz=0bX_Jzsz*v=D@WA4UB6)M_z^rYZW=Z=?8KE~-n%q7
zg^Q~uQ7kyQ*7A<2<3t`lgkqtzxoT*ptR$|!cZn(%Qw4j`Bp$C0Ca^B68s)W4%c^0+
zgFSv*6K%=_E~zb!~x{jBhN_y+}*U@MUZpHWKmkaD>Qw^CQFwI9+Z
zZrYd_vPLDP%fwv5Ih&eE@d)56ssg$|ipZY&Lz1sP^6s2vYS{K~bOkU)Q(Tc?yFiQ_
zL*w6AJnS4i`xoGK4>@S*D7PW>sIf0m$(NSGDC{G)PRu}7%^WZZmzf2(37WYI*%cr-
zugN(aXGk}QSyX@Q04EnA9!X-(B`+6qi!#w0Uuq@Cb!E~d3phEvf{m4=rp_hvo|{I8
zN4}o4RGWq|w+xZAl6f_soQ2?c4om8d6im)8S*9_ZFS;!hn1yu1`H*E*_7
zZFkSzI(Pf+ze%wjDOT<*=PJ^fC;XXxU?Z2)t%WZ+Dgac^QBUCmpkf)D%6ZFfd_F=p
zb*H!LRj05=D7?bG&zBe#l~~)af0RZyevZ)hK|_fv@eb#p6^1Z(B)i4e)s*62S>NtRm7A4x0hrFz}Sb)gw?muyzhQ$O3Fa$P
zhIP34Ba(MUd1N0ZgMAoUhw-)fd*+B-)5;9$M|RLRI=YiuMK@tzW#atI
zTBu+w8_<3eZ_TOpnozLk6K}a9%mLLHi3i=HwBQJ>DOaq|D7OP94joo$
zZ)8mnViH%B^LcD2E@#<dTXbk_-Adi-bKbVGbd}-`QewOhTy1m8(!;ZS30&Sf7tz0idB#GY)tOKooeEU4=r
z{7JAT0CZr{`ua_0YJ`0}BBj15JU-9B+YK%^2H^oS;@X=EZXg8K)h9tigY9hg-LYaP|Zh|vAv
zo4@M*ZD+Z6r#DeUfd8?7pKi4ninOgy?jAqAhuVd{TcHhMqX6B0o7<6ktD&ylNYA!V
ziJaWvo=I)bhmyaW`grOSp)z#--yAy>sh)mgD_UkgYkR#$(T$1E5p16a(XmtI@n2v3
z=;FhPU(QszMmHv^5Q?Qwqp_L@LE0YJ8mpdt^H0(rq))~xXTSB=zSP5!?e9LgcK_PX
zu0QEZZBFd;rJnb__F(G%)K8~3C#v1O8{&rbW2x2;HrBp|q8)e5TV^Hl>iWfJfk-uW
z8rY?s;ECr_`}*`3djnv^7keG(#0AC*feRkDN5^C0pSyd;2gI3p)D3w*E5r3axMtaS
z)!>HfOuhaeN9gQvMZ1`XN+7g*5L&c^hM=Ae&}$H(-u8m;`Tk=>UZn(DF9*Rf-Bb!1
zK2I(HN;{1;1+N;%FwB2M#Ek8rbALy#{R71-D89${cCzcy+8DzOZf0r-w(ZP5-D<%>
arepJ34Z&9KD(4=KmKQ%d`GTU}W&Z~vPSR!o

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..86da1ad7d66e081996f288eef0548c908fa2529d
GIT binary patch
literal 35718
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

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..982e8688c4ae5f0987ff7147e4b379f9f4b40bd5
GIT binary patch
literal 15796
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 str:
+    return field.lower().replace("-", "_")
+
+
+def msg_to_json(msg: Message) -> Dict[str, Any]:
+    """Convert a Message object into a JSON-compatible dictionary."""
+
+    def sanitise_header(h: Union[Header, str]) -> str:
+        if isinstance(h, Header):
+            chunks = []
+            for bytes, encoding in decode_header(h):
+                if encoding == "unknown-8bit":
+                    try:
+                        # See if UTF-8 works
+                        bytes.decode("utf-8")
+                        encoding = "utf-8"
+                    except UnicodeDecodeError:
+                        # If not, latin1 at least won't fail
+                        encoding = "latin1"
+                chunks.append((bytes, encoding))
+            return str(make_header(chunks))
+        return str(h)
+
+    result = {}
+    for field, multi in METADATA_FIELDS:
+        if field not in msg:
+            continue
+        key = json_name(field)
+        if multi:
+            value: Union[str, List[str]] = [
+                sanitise_header(v) for v in msg.get_all(field)  # type: ignore
+            ]
+        else:
+            value = sanitise_header(msg.get(field))  # type: ignore
+            if key == "keywords":
+                # Accept both comma-separated and space-separated
+                # forms, for better compatibility with old data.
+                if "," in value:
+                    value = [v.strip() for v in value.split(",")]
+                else:
+                    value = value.split()
+        result[key] = value
+
+    payload = msg.get_payload()
+    if payload:
+        result["description"] = payload
+
+    return result
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py
new file mode 100644
index 0000000..9249124
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py
@@ -0,0 +1,702 @@
+import csv
+import email.message
+import functools
+import json
+import logging
+import pathlib
+import re
+import zipfile
+from typing import (
+    IO,
+    TYPE_CHECKING,
+    Any,
+    Collection,
+    Container,
+    Dict,
+    Iterable,
+    Iterator,
+    List,
+    NamedTuple,
+    Optional,
+    Tuple,
+    Union,
+)
+
+from pip._vendor.packaging.requirements import Requirement
+from pip._vendor.packaging.specifiers import InvalidSpecifier, SpecifierSet
+from pip._vendor.packaging.utils import NormalizedName, canonicalize_name
+from pip._vendor.packaging.version import LegacyVersion, Version
+
+from pip._internal.exceptions import NoneMetadataError
+from pip._internal.locations import site_packages, user_site
+from pip._internal.models.direct_url import (
+    DIRECT_URL_METADATA_NAME,
+    DirectUrl,
+    DirectUrlValidationError,
+)
+from pip._internal.utils.compat import stdlib_pkgs  # TODO: Move definition here.
+from pip._internal.utils.egg_link import egg_link_path_from_sys_path
+from pip._internal.utils.misc import is_local, normalize_path
+from pip._internal.utils.urls import url_to_path
+
+from ._json import msg_to_json
+
+if TYPE_CHECKING:
+    from typing import Protocol
+else:
+    Protocol = object
+
+DistributionVersion = Union[LegacyVersion, Version]
+
+InfoPath = Union[str, pathlib.PurePath]
+
+logger = logging.getLogger(__name__)
+
+
+class BaseEntryPoint(Protocol):
+    @property
+    def name(self) -> str:
+        raise NotImplementedError()
+
+    @property
+    def value(self) -> str:
+        raise NotImplementedError()
+
+    @property
+    def group(self) -> str:
+        raise NotImplementedError()
+
+
+def _convert_installed_files_path(
+    entry: Tuple[str, ...],
+    info: Tuple[str, ...],
+) -> str:
+    """Convert a legacy installed-files.txt path into modern RECORD path.
+
+    The legacy format stores paths relative to the info directory, while the
+    modern format stores paths relative to the package root, e.g. the
+    site-packages directory.
+
+    :param entry: Path parts of the installed-files.txt entry.
+    :param info: Path parts of the egg-info directory relative to package root.
+    :returns: The converted entry.
+
+    For best compatibility with symlinks, this does not use ``abspath()`` or
+    ``Path.resolve()``, but tries to work with path parts:
+
+    1. While ``entry`` starts with ``..``, remove the equal amounts of parts
+       from ``info``; if ``info`` is empty, start appending ``..`` instead.
+    2. Join the two directly.
+    """
+    while entry and entry[0] == "..":
+        if not info or info[-1] == "..":
+            info += ("..",)
+        else:
+            info = info[:-1]
+        entry = entry[1:]
+    return str(pathlib.Path(*info, *entry))
+
+
+class RequiresEntry(NamedTuple):
+    requirement: str
+    extra: str
+    marker: str
+
+
+class BaseDistribution(Protocol):
+    @classmethod
+    def from_directory(cls, directory: str) -> "BaseDistribution":
+        """Load the distribution from a metadata directory.
+
+        :param directory: Path to a metadata directory, e.g. ``.dist-info``.
+        """
+        raise NotImplementedError()
+
+    @classmethod
+    def from_metadata_file_contents(
+        cls,
+        metadata_contents: bytes,
+        filename: str,
+        project_name: str,
+    ) -> "BaseDistribution":
+        """Load the distribution from the contents of a METADATA file.
+
+        This is used to implement PEP 658 by generating a "shallow" dist object that can
+        be used for resolution without downloading or building the actual dist yet.
+
+        :param metadata_contents: The contents of a METADATA file.
+        :param filename: File name for the dist with this metadata.
+        :param project_name: Name of the project this dist represents.
+        """
+        raise NotImplementedError()
+
+    @classmethod
+    def from_wheel(cls, wheel: "Wheel", name: str) -> "BaseDistribution":
+        """Load the distribution from a given wheel.
+
+        :param wheel: A concrete wheel definition.
+        :param name: File name of the wheel.
+
+        :raises InvalidWheel: Whenever loading of the wheel causes a
+            :py:exc:`zipfile.BadZipFile` exception to be thrown.
+        :raises UnsupportedWheel: If the wheel is a valid zip, but malformed
+            internally.
+        """
+        raise NotImplementedError()
+
+    def __repr__(self) -> str:
+        return f"{self.raw_name} {self.version} ({self.location})"
+
+    def __str__(self) -> str:
+        return f"{self.raw_name} {self.version}"
+
+    @property
+    def location(self) -> Optional[str]:
+        """Where the distribution is loaded from.
+
+        A string value is not necessarily a filesystem path, since distributions
+        can be loaded from other sources, e.g. arbitrary zip archives. ``None``
+        means the distribution is created in-memory.
+
+        Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If
+        this is a symbolic link, we want to preserve the relative path between
+        it and files in the distribution.
+        """
+        raise NotImplementedError()
+
+    @property
+    def editable_project_location(self) -> Optional[str]:
+        """The project location for editable distributions.
+
+        This is the directory where pyproject.toml or setup.py is located.
+        None if the distribution is not installed in editable mode.
+        """
+        # TODO: this property is relatively costly to compute, memoize it ?
+        direct_url = self.direct_url
+        if direct_url:
+            if direct_url.is_local_editable():
+                return url_to_path(direct_url.url)
+        else:
+            # Search for an .egg-link file by walking sys.path, as it was
+            # done before by dist_is_editable().
+            egg_link_path = egg_link_path_from_sys_path(self.raw_name)
+            if egg_link_path:
+                # TODO: get project location from second line of egg_link file
+                #       (https://github.com/pypa/pip/issues/10243)
+                return self.location
+        return None
+
+    @property
+    def installed_location(self) -> Optional[str]:
+        """The distribution's "installed" location.
+
+        This should generally be a ``site-packages`` directory. This is
+        usually ``dist.location``, except for legacy develop-installed packages,
+        where ``dist.location`` is the source code location, and this is where
+        the ``.egg-link`` file is.
+
+        The returned location is normalized (in particular, with symlinks removed).
+        """
+        raise NotImplementedError()
+
+    @property
+    def info_location(self) -> Optional[str]:
+        """Location of the .[egg|dist]-info directory or file.
+
+        Similarly to ``location``, a string value is not necessarily a
+        filesystem path. ``None`` means the distribution is created in-memory.
+
+        For a modern .dist-info installation on disk, this should be something
+        like ``{location}/{raw_name}-{version}.dist-info``.
+
+        Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If
+        this is a symbolic link, we want to preserve the relative path between
+        it and other files in the distribution.
+        """
+        raise NotImplementedError()
+
+    @property
+    def installed_by_distutils(self) -> bool:
+        """Whether this distribution is installed with legacy distutils format.
+
+        A distribution installed with "raw" distutils not patched by setuptools
+        uses one single file at ``info_location`` to store metadata. We need to
+        treat this specially on uninstallation.
+        """
+        info_location = self.info_location
+        if not info_location:
+            return False
+        return pathlib.Path(info_location).is_file()
+
+    @property
+    def installed_as_egg(self) -> bool:
+        """Whether this distribution is installed as an egg.
+
+        This usually indicates the distribution was installed by (older versions
+        of) easy_install.
+        """
+        location = self.location
+        if not location:
+            return False
+        return location.endswith(".egg")
+
+    @property
+    def installed_with_setuptools_egg_info(self) -> bool:
+        """Whether this distribution is installed with the ``.egg-info`` format.
+
+        This usually indicates the distribution was installed with setuptools
+        with an old pip version or with ``single-version-externally-managed``.
+
+        Note that this ensure the metadata store is a directory. distutils can
+        also installs an ``.egg-info``, but as a file, not a directory. This
+        property is *False* for that case. Also see ``installed_by_distutils``.
+        """
+        info_location = self.info_location
+        if not info_location:
+            return False
+        if not info_location.endswith(".egg-info"):
+            return False
+        return pathlib.Path(info_location).is_dir()
+
+    @property
+    def installed_with_dist_info(self) -> bool:
+        """Whether this distribution is installed with the "modern format".
+
+        This indicates a "modern" installation, e.g. storing metadata in the
+        ``.dist-info`` directory. This applies to installations made by
+        setuptools (but through pip, not directly), or anything using the
+        standardized build backend interface (PEP 517).
+        """
+        info_location = self.info_location
+        if not info_location:
+            return False
+        if not info_location.endswith(".dist-info"):
+            return False
+        return pathlib.Path(info_location).is_dir()
+
+    @property
+    def canonical_name(self) -> NormalizedName:
+        raise NotImplementedError()
+
+    @property
+    def version(self) -> DistributionVersion:
+        raise NotImplementedError()
+
+    @property
+    def setuptools_filename(self) -> str:
+        """Convert a project name to its setuptools-compatible filename.
+
+        This is a copy of ``pkg_resources.to_filename()`` for compatibility.
+        """
+        return self.raw_name.replace("-", "_")
+
+    @property
+    def direct_url(self) -> Optional[DirectUrl]:
+        """Obtain a DirectUrl from this distribution.
+
+        Returns None if the distribution has no `direct_url.json` metadata,
+        or if `direct_url.json` is invalid.
+        """
+        try:
+            content = self.read_text(DIRECT_URL_METADATA_NAME)
+        except FileNotFoundError:
+            return None
+        try:
+            return DirectUrl.from_json(content)
+        except (
+            UnicodeDecodeError,
+            json.JSONDecodeError,
+            DirectUrlValidationError,
+        ) as e:
+            logger.warning(
+                "Error parsing %s for %s: %s",
+                DIRECT_URL_METADATA_NAME,
+                self.canonical_name,
+                e,
+            )
+            return None
+
+    @property
+    def installer(self) -> str:
+        try:
+            installer_text = self.read_text("INSTALLER")
+        except (OSError, ValueError, NoneMetadataError):
+            return ""  # Fail silently if the installer file cannot be read.
+        for line in installer_text.splitlines():
+            cleaned_line = line.strip()
+            if cleaned_line:
+                return cleaned_line
+        return ""
+
+    @property
+    def requested(self) -> bool:
+        return self.is_file("REQUESTED")
+
+    @property
+    def editable(self) -> bool:
+        return bool(self.editable_project_location)
+
+    @property
+    def local(self) -> bool:
+        """If distribution is installed in the current virtual environment.
+
+        Always True if we're not in a virtualenv.
+        """
+        if self.installed_location is None:
+            return False
+        return is_local(self.installed_location)
+
+    @property
+    def in_usersite(self) -> bool:
+        if self.installed_location is None or user_site is None:
+            return False
+        return self.installed_location.startswith(normalize_path(user_site))
+
+    @property
+    def in_site_packages(self) -> bool:
+        if self.installed_location is None or site_packages is None:
+            return False
+        return self.installed_location.startswith(normalize_path(site_packages))
+
+    def is_file(self, path: InfoPath) -> bool:
+        """Check whether an entry in the info directory is a file."""
+        raise NotImplementedError()
+
+    def iter_distutils_script_names(self) -> Iterator[str]:
+        """Find distutils 'scripts' entries metadata.
+
+        If 'scripts' is supplied in ``setup.py``, distutils records those in the
+        installed distribution's ``scripts`` directory, a file for each script.
+        """
+        raise NotImplementedError()
+
+    def read_text(self, path: InfoPath) -> str:
+        """Read a file in the info directory.
+
+        :raise FileNotFoundError: If ``path`` does not exist in the directory.
+        :raise NoneMetadataError: If ``path`` exists in the info directory, but
+            cannot be read.
+        """
+        raise NotImplementedError()
+
+    def iter_entry_points(self) -> Iterable[BaseEntryPoint]:
+        raise NotImplementedError()
+
+    def _metadata_impl(self) -> email.message.Message:
+        raise NotImplementedError()
+
+    @functools.lru_cache(maxsize=1)
+    def _metadata_cached(self) -> email.message.Message:
+        # When we drop python 3.7 support, move this to the metadata property and use
+        # functools.cached_property instead of lru_cache.
+        metadata = self._metadata_impl()
+        self._add_egg_info_requires(metadata)
+        return metadata
+
+    @property
+    def metadata(self) -> email.message.Message:
+        """Metadata of distribution parsed from e.g. METADATA or PKG-INFO.
+
+        This should return an empty message if the metadata file is unavailable.
+
+        :raises NoneMetadataError: If the metadata file is available, but does
+            not contain valid metadata.
+        """
+        return self._metadata_cached()
+
+    @property
+    def metadata_dict(self) -> Dict[str, Any]:
+        """PEP 566 compliant JSON-serializable representation of METADATA or PKG-INFO.
+
+        This should return an empty dict if the metadata file is unavailable.
+
+        :raises NoneMetadataError: If the metadata file is available, but does
+            not contain valid metadata.
+        """
+        return msg_to_json(self.metadata)
+
+    @property
+    def metadata_version(self) -> Optional[str]:
+        """Value of "Metadata-Version:" in distribution metadata, if available."""
+        return self.metadata.get("Metadata-Version")
+
+    @property
+    def raw_name(self) -> str:
+        """Value of "Name:" in distribution metadata."""
+        # The metadata should NEVER be missing the Name: key, but if it somehow
+        # does, fall back to the known canonical name.
+        return self.metadata.get("Name", self.canonical_name)
+
+    @property
+    def requires_python(self) -> SpecifierSet:
+        """Value of "Requires-Python:" in distribution metadata.
+
+        If the key does not exist or contains an invalid value, an empty
+        SpecifierSet should be returned.
+        """
+        value = self.metadata.get("Requires-Python")
+        if value is None:
+            return SpecifierSet()
+        try:
+            # Convert to str to satisfy the type checker; this can be a Header object.
+            spec = SpecifierSet(str(value))
+        except InvalidSpecifier as e:
+            message = "Package %r has an invalid Requires-Python: %s"
+            logger.warning(message, self.raw_name, e)
+            return SpecifierSet()
+        return spec
+
+    def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]:
+        """Dependencies of this distribution.
+
+        For modern .dist-info distributions, this is the collection of
+        "Requires-Dist:" entries in distribution metadata.
+        """
+        raise NotImplementedError()
+
+    def iter_provided_extras(self) -> Iterable[str]:
+        """Extras provided by this distribution.
+
+        For modern .dist-info distributions, this is the collection of
+        "Provides-Extra:" entries in distribution metadata.
+
+        The return value of this function is not particularly useful other than
+        display purposes due to backward compatibility issues and the extra
+        names being poorly normalized prior to PEP 685. If you want to perform
+        logic operations on extras, use :func:`is_extra_provided` instead.
+        """
+        raise NotImplementedError()
+
+    def is_extra_provided(self, extra: str) -> bool:
+        """Check whether an extra is provided by this distribution.
+
+        This is needed mostly for compatibility issues with pkg_resources not
+        following the extra normalization rules defined in PEP 685.
+        """
+        raise NotImplementedError()
+
+    def _iter_declared_entries_from_record(self) -> Optional[Iterator[str]]:
+        try:
+            text = self.read_text("RECORD")
+        except FileNotFoundError:
+            return None
+        # This extra Path-str cast normalizes entries.
+        return (str(pathlib.Path(row[0])) for row in csv.reader(text.splitlines()))
+
+    def _iter_declared_entries_from_legacy(self) -> Optional[Iterator[str]]:
+        try:
+            text = self.read_text("installed-files.txt")
+        except FileNotFoundError:
+            return None
+        paths = (p for p in text.splitlines(keepends=False) if p)
+        root = self.location
+        info = self.info_location
+        if root is None or info is None:
+            return paths
+        try:
+            info_rel = pathlib.Path(info).relative_to(root)
+        except ValueError:  # info is not relative to root.
+            return paths
+        if not info_rel.parts:  # info *is* root.
+            return paths
+        return (
+            _convert_installed_files_path(pathlib.Path(p).parts, info_rel.parts)
+            for p in paths
+        )
+
+    def iter_declared_entries(self) -> Optional[Iterator[str]]:
+        """Iterate through file entries declared in this distribution.
+
+        For modern .dist-info distributions, this is the files listed in the
+        ``RECORD`` metadata file. For legacy setuptools distributions, this
+        comes from ``installed-files.txt``, with entries normalized to be
+        compatible with the format used by ``RECORD``.
+
+        :return: An iterator for listed entries, or None if the distribution
+            contains neither ``RECORD`` nor ``installed-files.txt``.
+        """
+        return (
+            self._iter_declared_entries_from_record()
+            or self._iter_declared_entries_from_legacy()
+        )
+
+    def _iter_requires_txt_entries(self) -> Iterator[RequiresEntry]:
+        """Parse a ``requires.txt`` in an egg-info directory.
+
+        This is an INI-ish format where an egg-info stores dependencies. A
+        section name describes extra other environment markers, while each entry
+        is an arbitrary string (not a key-value pair) representing a dependency
+        as a requirement string (no markers).
+
+        There is a construct in ``importlib.metadata`` called ``Sectioned`` that
+        does mostly the same, but the format is currently considered private.
+        """
+        try:
+            content = self.read_text("requires.txt")
+        except FileNotFoundError:
+            return
+        extra = marker = ""  # Section-less entries don't have markers.
+        for line in content.splitlines():
+            line = line.strip()
+            if not line or line.startswith("#"):  # Comment; ignored.
+                continue
+            if line.startswith("[") and line.endswith("]"):  # A section header.
+                extra, _, marker = line.strip("[]").partition(":")
+                continue
+            yield RequiresEntry(requirement=line, extra=extra, marker=marker)
+
+    def _iter_egg_info_extras(self) -> Iterable[str]:
+        """Get extras from the egg-info directory."""
+        known_extras = {""}
+        for entry in self._iter_requires_txt_entries():
+            extra = canonicalize_name(entry.extra)
+            if extra in known_extras:
+                continue
+            known_extras.add(extra)
+            yield extra
+
+    def _iter_egg_info_dependencies(self) -> Iterable[str]:
+        """Get distribution dependencies from the egg-info directory.
+
+        To ease parsing, this converts a legacy dependency entry into a PEP 508
+        requirement string. Like ``_iter_requires_txt_entries()``, there is code
+        in ``importlib.metadata`` that does mostly the same, but not do exactly
+        what we need.
+
+        Namely, ``importlib.metadata`` does not normalize the extra name before
+        putting it into the requirement string, which causes marker comparison
+        to fail because the dist-info format do normalize. This is consistent in
+        all currently available PEP 517 backends, although not standardized.
+        """
+        for entry in self._iter_requires_txt_entries():
+            extra = canonicalize_name(entry.extra)
+            if extra and entry.marker:
+                marker = f'({entry.marker}) and extra == "{extra}"'
+            elif extra:
+                marker = f'extra == "{extra}"'
+            elif entry.marker:
+                marker = entry.marker
+            else:
+                marker = ""
+            if marker:
+                yield f"{entry.requirement} ; {marker}"
+            else:
+                yield entry.requirement
+
+    def _add_egg_info_requires(self, metadata: email.message.Message) -> None:
+        """Add egg-info requires.txt information to the metadata."""
+        if not metadata.get_all("Requires-Dist"):
+            for dep in self._iter_egg_info_dependencies():
+                metadata["Requires-Dist"] = dep
+        if not metadata.get_all("Provides-Extra"):
+            for extra in self._iter_egg_info_extras():
+                metadata["Provides-Extra"] = extra
+
+
+class BaseEnvironment:
+    """An environment containing distributions to introspect."""
+
+    @classmethod
+    def default(cls) -> "BaseEnvironment":
+        raise NotImplementedError()
+
+    @classmethod
+    def from_paths(cls, paths: Optional[List[str]]) -> "BaseEnvironment":
+        raise NotImplementedError()
+
+    def get_distribution(self, name: str) -> Optional["BaseDistribution"]:
+        """Given a requirement name, return the installed distributions.
+
+        The name may not be normalized. The implementation must canonicalize
+        it for lookup.
+        """
+        raise NotImplementedError()
+
+    def _iter_distributions(self) -> Iterator["BaseDistribution"]:
+        """Iterate through installed distributions.
+
+        This function should be implemented by subclass, but never called
+        directly. Use the public ``iter_distribution()`` instead, which
+        implements additional logic to make sure the distributions are valid.
+        """
+        raise NotImplementedError()
+
+    def iter_all_distributions(self) -> Iterator[BaseDistribution]:
+        """Iterate through all installed distributions without any filtering."""
+        for dist in self._iter_distributions():
+            # Make sure the distribution actually comes from a valid Python
+            # packaging distribution. Pip's AdjacentTempDirectory leaves folders
+            # e.g. ``~atplotlib.dist-info`` if cleanup was interrupted. The
+            # valid project name pattern is taken from PEP 508.
+            project_name_valid = re.match(
+                r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$",
+                dist.canonical_name,
+                flags=re.IGNORECASE,
+            )
+            if not project_name_valid:
+                logger.warning(
+                    "Ignoring invalid distribution %s (%s)",
+                    dist.canonical_name,
+                    dist.location,
+                )
+                continue
+            yield dist
+
+    def iter_installed_distributions(
+        self,
+        local_only: bool = True,
+        skip: Container[str] = stdlib_pkgs,
+        include_editables: bool = True,
+        editables_only: bool = False,
+        user_only: bool = False,
+    ) -> Iterator[BaseDistribution]:
+        """Return a list of installed distributions.
+
+        This is based on ``iter_all_distributions()`` with additional filtering
+        options. Note that ``iter_installed_distributions()`` without arguments
+        is *not* equal to ``iter_all_distributions()``, since some of the
+        configurations exclude packages by default.
+
+        :param local_only: If True (default), only return installations
+        local to the current virtualenv, if in a virtualenv.
+        :param skip: An iterable of canonicalized project names to ignore;
+            defaults to ``stdlib_pkgs``.
+        :param include_editables: If False, don't report editables.
+        :param editables_only: If True, only report editables.
+        :param user_only: If True, only report installations in the user
+        site directory.
+        """
+        it = self.iter_all_distributions()
+        if local_only:
+            it = (d for d in it if d.local)
+        if not include_editables:
+            it = (d for d in it if not d.editable)
+        if editables_only:
+            it = (d for d in it if d.editable)
+        if user_only:
+            it = (d for d in it if d.in_usersite)
+        return (d for d in it if d.canonical_name not in skip)
+
+
+class Wheel(Protocol):
+    location: str
+
+    def as_zipfile(self) -> zipfile.ZipFile:
+        raise NotImplementedError()
+
+
+class FilesystemWheel(Wheel):
+    def __init__(self, location: str) -> None:
+        self.location = location
+
+    def as_zipfile(self) -> zipfile.ZipFile:
+        return zipfile.ZipFile(self.location, allowZip64=True)
+
+
+class MemoryWheel(Wheel):
+    def __init__(self, location: str, stream: IO[bytes]) -> None:
+        self.location = location
+        self.stream = stream
+
+    def as_zipfile(self) -> zipfile.ZipFile:
+        return zipfile.ZipFile(self.stream, allowZip64=True)
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py
new file mode 100644
index 0000000..a779138
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py
@@ -0,0 +1,6 @@
+from ._dists import Distribution
+from ._envs import Environment
+
+__all__ = ["NAME", "Distribution", "Environment"]
+
+NAME = "importlib"
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..098cba751c0537ba300ed6f285547b2ae137ec38
GIT binary patch
literal 364
zcmX|6Jx{|h5Vf16g_bTztcZ~e)GDk92|?MYx{}3mYpXHDc64?tWrK;Iz|O{R;TI68
z5`u{hsaq$meBJQwo!)z=yXS7VO|V|_D}9gseLehDkcp
zB1)!2MvpX$Wt=5dk~Tjm+EZF@oogRJk7q$Ui*sjS=Ng7&-72YM66e;S@mXk_NR8JZOG8LD!Q?xM(+lB4aP7y?LQKxNqp+>tSapnEX
z>`*cl6%YaeHP9B&p{ND41=3S3xIlaKF{hwFFA^L;?lwRV$)z_Y(#fZOZyY*-AUYY5ce0MPn0In;Wx&ab{9?w*
zLoT$e@<39$%AL1`;tp3lu^cy6NnQ#bhXM7fDT6sX)3IryCz*nLz|h0qG4|yBY9sVTRfY@In=QM+rH{BQ3tPq2
zYrbeHih6t+4GwYQrH`inRQ_Z6qZjU9y|4cA!OjQw
z{fFmwM=$LbF3FRaQ!Y|W0`7}?JsGUm{m^N8BoEc=?>D*E87cOnnH0KyCPQxkInrHd
z60DOfWO)K6CGl#<(B`$fl5ndV3R?UfG@C{{lgUkOzqdbC-J7cJPhH%by4W_L`rEkf
zc7OEl0sXcMX72L#_@RL=wMfQ}Fov=~-@yem{fwz)g#|9;fc@;I^*~QDj9MPrykqrg
z23k3=qHvYR;wD!O{tJZq3X3`3N^&fxpGE_Kr;N43-W6;FhLFZNQJ-&ZP2ve^jJ`Y+n5%jCDHvy2v
zrUz!ifXxGK4)OBcfMTNU#ki1}!x333Xh}|oX|8N0153D95v#H(XOYr=0-eARZq>!G
z?u9m|yFgYjg+L#VquDSHPZ~qxTj#fyw$-E3^sd!G54{nN5Xyo=->C{hKWY?_UVrPx
zgO0pRv!D5XZYn%1({J5Wz4uagO+2iK)%qhO{yEbf`OsW935{!iy&;gm&
z5500oNFqf)kO&C6{_z#=dVImdB@nQi`t`!_d^yKZusuXvR@hI03Mq7~6~}W&Q4Yl&
zZYyMos$p7A-)=>%UPWiOgK$-6D^1eclpCyY4;bj(Feods#b(H}86-?U!}5|IHzCi(FP+{io!)rkv(j^0&hM{%T4JA#Om0u_&RqX=8{#^ciH##_32lt+`3$5|@B
z4vR@1HyUD*x=V?cR8jO1lEI&FuPM@Eu3r|6hF+kCs*MI;dLr`jnF9Eva4~)2T$c0>
zq01w7(X_LsY5vog{Fia=k#X)YpEoaW%^n))4o{vir|;f5G|;ur6wOz*C-)~`-J5)M
zfAYfK5oiK02SUEH6T-J6)*pLl(5;&qxc_VC&vb^7T40o4pS
A^Z)<=

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..0151e43612bc5f85c1b201a0889938c4d55b1c40
GIT binary patch
literal 13431
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

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py
new file mode 100644
index 0000000..593bff2
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py
@@ -0,0 +1,55 @@
+import importlib.metadata
+from typing import Any, Optional, Protocol, cast
+
+
+class BadMetadata(ValueError):
+    def __init__(self, dist: importlib.metadata.Distribution, *, reason: str) -> None:
+        self.dist = dist
+        self.reason = reason
+
+    def __str__(self) -> str:
+        return f"Bad metadata in {self.dist} ({self.reason})"
+
+
+class BasePath(Protocol):
+    """A protocol that various path objects conform.
+
+    This exists because importlib.metadata uses both ``pathlib.Path`` and
+    ``zipfile.Path``, and we need a common base for type hints (Union does not
+    work well since ``zipfile.Path`` is too new for our linter setup).
+
+    This does not mean to be exhaustive, but only contains things that present
+    in both classes *that we need*.
+    """
+
+    @property
+    def name(self) -> str:
+        raise NotImplementedError()
+
+    @property
+    def parent(self) -> "BasePath":
+        raise NotImplementedError()
+
+
+def get_info_location(d: importlib.metadata.Distribution) -> Optional[BasePath]:
+    """Find the path to the distribution's metadata directory.
+
+    HACK: This relies on importlib.metadata's private ``_path`` attribute. Not
+    all distributions exist on disk, so importlib.metadata is correct to not
+    expose the attribute as public. But pip's code base is old and not as clean,
+    so we do this to avoid having to rewrite too many things. Hopefully we can
+    eliminate this some day.
+    """
+    return getattr(d, "_path", None)
+
+
+def get_dist_name(dist: importlib.metadata.Distribution) -> str:
+    """Get the distribution's project name.
+
+    The ``name`` attribute is only available in Python 3.10 or later. We are
+    targeting exactly that, but Mypy does not know this.
+    """
+    name = cast(Any, dist).name
+    if not isinstance(name, str):
+        raise BadMetadata(dist, reason="invalid metadata entry 'name'")
+    return name
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py
new file mode 100644
index 0000000..26370fa
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py
@@ -0,0 +1,227 @@
+import email.message
+import importlib.metadata
+import os
+import pathlib
+import zipfile
+from typing import (
+    Collection,
+    Dict,
+    Iterable,
+    Iterator,
+    Mapping,
+    Optional,
+    Sequence,
+    cast,
+)
+
+from pip._vendor.packaging.requirements import Requirement
+from pip._vendor.packaging.utils import NormalizedName, canonicalize_name
+from pip._vendor.packaging.version import parse as parse_version
+
+from pip._internal.exceptions import InvalidWheel, UnsupportedWheel
+from pip._internal.metadata.base import (
+    BaseDistribution,
+    BaseEntryPoint,
+    DistributionVersion,
+    InfoPath,
+    Wheel,
+)
+from pip._internal.utils.misc import normalize_path
+from pip._internal.utils.temp_dir import TempDirectory
+from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file
+
+from ._compat import BasePath, get_dist_name
+
+
+class WheelDistribution(importlib.metadata.Distribution):
+    """An ``importlib.metadata.Distribution`` read from a wheel.
+
+    Although ``importlib.metadata.PathDistribution`` accepts ``zipfile.Path``,
+    its implementation is too "lazy" for pip's needs (we can't keep the ZipFile
+    handle open for the entire lifetime of the distribution object).
+
+    This implementation eagerly reads the entire metadata directory into the
+    memory instead, and operates from that.
+    """
+
+    def __init__(
+        self,
+        files: Mapping[pathlib.PurePosixPath, bytes],
+        info_location: pathlib.PurePosixPath,
+    ) -> None:
+        self._files = files
+        self.info_location = info_location
+
+    @classmethod
+    def from_zipfile(
+        cls,
+        zf: zipfile.ZipFile,
+        name: str,
+        location: str,
+    ) -> "WheelDistribution":
+        info_dir, _ = parse_wheel(zf, name)
+        paths = (
+            (name, pathlib.PurePosixPath(name.split("/", 1)[-1]))
+            for name in zf.namelist()
+            if name.startswith(f"{info_dir}/")
+        )
+        files = {
+            relpath: read_wheel_metadata_file(zf, fullpath)
+            for fullpath, relpath in paths
+        }
+        info_location = pathlib.PurePosixPath(location, info_dir)
+        return cls(files, info_location)
+
+    def iterdir(self, path: InfoPath) -> Iterator[pathlib.PurePosixPath]:
+        # Only allow iterating through the metadata directory.
+        if pathlib.PurePosixPath(str(path)) in self._files:
+            return iter(self._files)
+        raise FileNotFoundError(path)
+
+    def read_text(self, filename: str) -> Optional[str]:
+        try:
+            data = self._files[pathlib.PurePosixPath(filename)]
+        except KeyError:
+            return None
+        try:
+            text = data.decode("utf-8")
+        except UnicodeDecodeError as e:
+            wheel = self.info_location.parent
+            error = f"Error decoding metadata for {wheel}: {e} in {filename} file"
+            raise UnsupportedWheel(error)
+        return text
+
+
+class Distribution(BaseDistribution):
+    def __init__(
+        self,
+        dist: importlib.metadata.Distribution,
+        info_location: Optional[BasePath],
+        installed_location: Optional[BasePath],
+    ) -> None:
+        self._dist = dist
+        self._info_location = info_location
+        self._installed_location = installed_location
+
+    @classmethod
+    def from_directory(cls, directory: str) -> BaseDistribution:
+        info_location = pathlib.Path(directory)
+        dist = importlib.metadata.Distribution.at(info_location)
+        return cls(dist, info_location, info_location.parent)
+
+    @classmethod
+    def from_metadata_file_contents(
+        cls,
+        metadata_contents: bytes,
+        filename: str,
+        project_name: str,
+    ) -> BaseDistribution:
+        # Generate temp dir to contain the metadata file, and write the file contents.
+        temp_dir = pathlib.Path(
+            TempDirectory(kind="metadata", globally_managed=True).path
+        )
+        metadata_path = temp_dir / "METADATA"
+        metadata_path.write_bytes(metadata_contents)
+        # Construct dist pointing to the newly created directory.
+        dist = importlib.metadata.Distribution.at(metadata_path.parent)
+        return cls(dist, metadata_path.parent, None)
+
+    @classmethod
+    def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution:
+        try:
+            with wheel.as_zipfile() as zf:
+                dist = WheelDistribution.from_zipfile(zf, name, wheel.location)
+        except zipfile.BadZipFile as e:
+            raise InvalidWheel(wheel.location, name) from e
+        except UnsupportedWheel as e:
+            raise UnsupportedWheel(f"{name} has an invalid wheel, {e}")
+        return cls(dist, dist.info_location, pathlib.PurePosixPath(wheel.location))
+
+    @property
+    def location(self) -> Optional[str]:
+        if self._info_location is None:
+            return None
+        return str(self._info_location.parent)
+
+    @property
+    def info_location(self) -> Optional[str]:
+        if self._info_location is None:
+            return None
+        return str(self._info_location)
+
+    @property
+    def installed_location(self) -> Optional[str]:
+        if self._installed_location is None:
+            return None
+        return normalize_path(str(self._installed_location))
+
+    def _get_dist_name_from_location(self) -> Optional[str]:
+        """Try to get the name from the metadata directory name.
+
+        This is much faster than reading metadata.
+        """
+        if self._info_location is None:
+            return None
+        stem, suffix = os.path.splitext(self._info_location.name)
+        if suffix not in (".dist-info", ".egg-info"):
+            return None
+        return stem.split("-", 1)[0]
+
+    @property
+    def canonical_name(self) -> NormalizedName:
+        name = self._get_dist_name_from_location() or get_dist_name(self._dist)
+        return canonicalize_name(name)
+
+    @property
+    def version(self) -> DistributionVersion:
+        return parse_version(self._dist.version)
+
+    def is_file(self, path: InfoPath) -> bool:
+        return self._dist.read_text(str(path)) is not None
+
+    def iter_distutils_script_names(self) -> Iterator[str]:
+        # A distutils installation is always "flat" (not in e.g. egg form), so
+        # if this distribution's info location is NOT a pathlib.Path (but e.g.
+        # zipfile.Path), it can never contain any distutils scripts.
+        if not isinstance(self._info_location, pathlib.Path):
+            return
+        for child in self._info_location.joinpath("scripts").iterdir():
+            yield child.name
+
+    def read_text(self, path: InfoPath) -> str:
+        content = self._dist.read_text(str(path))
+        if content is None:
+            raise FileNotFoundError(path)
+        return content
+
+    def iter_entry_points(self) -> Iterable[BaseEntryPoint]:
+        # importlib.metadata's EntryPoint structure sasitfies BaseEntryPoint.
+        return self._dist.entry_points
+
+    def _metadata_impl(self) -> email.message.Message:
+        # From Python 3.10+, importlib.metadata declares PackageMetadata as the
+        # return type. This protocol is unfortunately a disaster now and misses
+        # a ton of fields that we need, including get() and get_payload(). We
+        # rely on the implementation that the object is actually a Message now,
+        # until upstream can improve the protocol. (python/cpython#94952)
+        return cast(email.message.Message, self._dist.metadata)
+
+    def iter_provided_extras(self) -> Iterable[str]:
+        return self.metadata.get_all("Provides-Extra", [])
+
+    def is_extra_provided(self, extra: str) -> bool:
+        return any(
+            canonicalize_name(provided_extra) == canonicalize_name(extra)
+            for provided_extra in self.metadata.get_all("Provides-Extra", [])
+        )
+
+    def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]:
+        contexts: Sequence[Dict[str, str]] = [{"extra": e} for e in extras]
+        for req_string in self.metadata.get_all("Requires-Dist", []):
+            req = Requirement(req_string)
+            if not req.marker:
+                yield req
+            elif not extras and req.marker.evaluate({"extra": ""}):
+                yield req
+            elif any(req.marker.evaluate(context) for context in contexts):
+                yield req
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py
new file mode 100644
index 0000000..048dc55
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py
@@ -0,0 +1,189 @@
+import functools
+import importlib.metadata
+import logging
+import os
+import pathlib
+import sys
+import zipfile
+import zipimport
+from typing import Iterator, List, Optional, Sequence, Set, Tuple
+
+from pip._vendor.packaging.utils import NormalizedName, canonicalize_name
+
+from pip._internal.metadata.base import BaseDistribution, BaseEnvironment
+from pip._internal.models.wheel import Wheel
+from pip._internal.utils.deprecation import deprecated
+from pip._internal.utils.filetypes import WHEEL_EXTENSION
+
+from ._compat import BadMetadata, BasePath, get_dist_name, get_info_location
+from ._dists import Distribution
+
+logger = logging.getLogger(__name__)
+
+
+def _looks_like_wheel(location: str) -> bool:
+    if not location.endswith(WHEEL_EXTENSION):
+        return False
+    if not os.path.isfile(location):
+        return False
+    if not Wheel.wheel_file_re.match(os.path.basename(location)):
+        return False
+    return zipfile.is_zipfile(location)
+
+
+class _DistributionFinder:
+    """Finder to locate distributions.
+
+    The main purpose of this class is to memoize found distributions' names, so
+    only one distribution is returned for each package name. At lot of pip code
+    assumes this (because it is setuptools's behavior), and not doing the same
+    can potentially cause a distribution in lower precedence path to override a
+    higher precedence one if the caller is not careful.
+
+    Eventually we probably want to make it possible to see lower precedence
+    installations as well. It's useful feature, after all.
+    """
+
+    FoundResult = Tuple[importlib.metadata.Distribution, Optional[BasePath]]
+
+    def __init__(self) -> None:
+        self._found_names: Set[NormalizedName] = set()
+
+    def _find_impl(self, location: str) -> Iterator[FoundResult]:
+        """Find distributions in a location."""
+        # Skip looking inside a wheel. Since a package inside a wheel is not
+        # always valid (due to .data directories etc.), its .dist-info entry
+        # should not be considered an installed distribution.
+        if _looks_like_wheel(location):
+            return
+        # To know exactly where we find a distribution, we have to feed in the
+        # paths one by one, instead of dumping the list to importlib.metadata.
+        for dist in importlib.metadata.distributions(path=[location]):
+            info_location = get_info_location(dist)
+            try:
+                raw_name = get_dist_name(dist)
+            except BadMetadata as e:
+                logger.warning("Skipping %s due to %s", info_location, e.reason)
+                continue
+            normalized_name = canonicalize_name(raw_name)
+            if normalized_name in self._found_names:
+                continue
+            self._found_names.add(normalized_name)
+            yield dist, info_location
+
+    def find(self, location: str) -> Iterator[BaseDistribution]:
+        """Find distributions in a location.
+
+        The path can be either a directory, or a ZIP archive.
+        """
+        for dist, info_location in self._find_impl(location):
+            if info_location is None:
+                installed_location: Optional[BasePath] = None
+            else:
+                installed_location = info_location.parent
+            yield Distribution(dist, info_location, installed_location)
+
+    def find_linked(self, location: str) -> Iterator[BaseDistribution]:
+        """Read location in egg-link files and return distributions in there.
+
+        The path should be a directory; otherwise this returns nothing. This
+        follows how setuptools does this for compatibility. The first non-empty
+        line in the egg-link is read as a path (resolved against the egg-link's
+        containing directory if relative). Distributions found at that linked
+        location are returned.
+        """
+        path = pathlib.Path(location)
+        if not path.is_dir():
+            return
+        for child in path.iterdir():
+            if child.suffix != ".egg-link":
+                continue
+            with child.open() as f:
+                lines = (line.strip() for line in f)
+                target_rel = next((line for line in lines if line), "")
+            if not target_rel:
+                continue
+            target_location = str(path.joinpath(target_rel))
+            for dist, info_location in self._find_impl(target_location):
+                yield Distribution(dist, info_location, path)
+
+    def _find_eggs_in_dir(self, location: str) -> Iterator[BaseDistribution]:
+        from pip._vendor.pkg_resources import find_distributions
+
+        from pip._internal.metadata import pkg_resources as legacy
+
+        with os.scandir(location) as it:
+            for entry in it:
+                if not entry.name.endswith(".egg"):
+                    continue
+                for dist in find_distributions(entry.path):
+                    yield legacy.Distribution(dist)
+
+    def _find_eggs_in_zip(self, location: str) -> Iterator[BaseDistribution]:
+        from pip._vendor.pkg_resources import find_eggs_in_zip
+
+        from pip._internal.metadata import pkg_resources as legacy
+
+        try:
+            importer = zipimport.zipimporter(location)
+        except zipimport.ZipImportError:
+            return
+        for dist in find_eggs_in_zip(importer, location):
+            yield legacy.Distribution(dist)
+
+    def find_eggs(self, location: str) -> Iterator[BaseDistribution]:
+        """Find eggs in a location.
+
+        This actually uses the old *pkg_resources* backend. We likely want to
+        deprecate this so we can eventually remove the *pkg_resources*
+        dependency entirely. Before that, this should first emit a deprecation
+        warning for some versions when using the fallback since importing
+        *pkg_resources* is slow for those who don't need it.
+        """
+        if os.path.isdir(location):
+            yield from self._find_eggs_in_dir(location)
+        if zipfile.is_zipfile(location):
+            yield from self._find_eggs_in_zip(location)
+
+
+@functools.lru_cache(maxsize=None)  # Warn a distribution exactly once.
+def _emit_egg_deprecation(location: Optional[str]) -> None:
+    deprecated(
+        reason=f"Loading egg at {location} is deprecated.",
+        replacement="to use pip for package installation.",
+        gone_in="24.3",
+        issue=12330,
+    )
+
+
+class Environment(BaseEnvironment):
+    def __init__(self, paths: Sequence[str]) -> None:
+        self._paths = paths
+
+    @classmethod
+    def default(cls) -> BaseEnvironment:
+        return cls(sys.path)
+
+    @classmethod
+    def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment:
+        if paths is None:
+            return cls(sys.path)
+        return cls(paths)
+
+    def _iter_distributions(self) -> Iterator[BaseDistribution]:
+        finder = _DistributionFinder()
+        for location in self._paths:
+            yield from finder.find(location)
+            for dist in finder.find_eggs(location):
+                _emit_egg_deprecation(dist.location)
+                yield dist
+            # This must go last because that's how pkg_resources tie-breaks.
+            yield from finder.find_linked(location)
+
+    def get_distribution(self, name: str) -> Optional[BaseDistribution]:
+        matches = (
+            distribution
+            for distribution in self.iter_all_distributions()
+            if distribution.canonical_name == canonicalize_name(name)
+        )
+        return next(matches, None)
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py
new file mode 100644
index 0000000..bb11e5b
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py
@@ -0,0 +1,278 @@
+import email.message
+import email.parser
+import logging
+import os
+import zipfile
+from typing import Collection, Iterable, Iterator, List, Mapping, NamedTuple, Optional
+
+from pip._vendor import pkg_resources
+from pip._vendor.packaging.requirements import Requirement
+from pip._vendor.packaging.utils import NormalizedName, canonicalize_name
+from pip._vendor.packaging.version import parse as parse_version
+
+from pip._internal.exceptions import InvalidWheel, NoneMetadataError, UnsupportedWheel
+from pip._internal.utils.egg_link import egg_link_path_from_location
+from pip._internal.utils.misc import display_path, normalize_path
+from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file
+
+from .base import (
+    BaseDistribution,
+    BaseEntryPoint,
+    BaseEnvironment,
+    DistributionVersion,
+    InfoPath,
+    Wheel,
+)
+
+__all__ = ["NAME", "Distribution", "Environment"]
+
+logger = logging.getLogger(__name__)
+
+NAME = "pkg_resources"
+
+
+class EntryPoint(NamedTuple):
+    name: str
+    value: str
+    group: str
+
+
+class InMemoryMetadata:
+    """IMetadataProvider that reads metadata files from a dictionary.
+
+    This also maps metadata decoding exceptions to our internal exception type.
+    """
+
+    def __init__(self, metadata: Mapping[str, bytes], wheel_name: str) -> None:
+        self._metadata = metadata
+        self._wheel_name = wheel_name
+
+    def has_metadata(self, name: str) -> bool:
+        return name in self._metadata
+
+    def get_metadata(self, name: str) -> str:
+        try:
+            return self._metadata[name].decode()
+        except UnicodeDecodeError as e:
+            # Augment the default error with the origin of the file.
+            raise UnsupportedWheel(
+                f"Error decoding metadata for {self._wheel_name}: {e} in {name} file"
+            )
+
+    def get_metadata_lines(self, name: str) -> Iterable[str]:
+        return pkg_resources.yield_lines(self.get_metadata(name))
+
+    def metadata_isdir(self, name: str) -> bool:
+        return False
+
+    def metadata_listdir(self, name: str) -> List[str]:
+        return []
+
+    def run_script(self, script_name: str, namespace: str) -> None:
+        pass
+
+
+class Distribution(BaseDistribution):
+    def __init__(self, dist: pkg_resources.Distribution) -> None:
+        self._dist = dist
+
+    @classmethod
+    def from_directory(cls, directory: str) -> BaseDistribution:
+        dist_dir = directory.rstrip(os.sep)
+
+        # Build a PathMetadata object, from path to metadata. :wink:
+        base_dir, dist_dir_name = os.path.split(dist_dir)
+        metadata = pkg_resources.PathMetadata(base_dir, dist_dir)
+
+        # Determine the correct Distribution object type.
+        if dist_dir.endswith(".egg-info"):
+            dist_cls = pkg_resources.Distribution
+            dist_name = os.path.splitext(dist_dir_name)[0]
+        else:
+            assert dist_dir.endswith(".dist-info")
+            dist_cls = pkg_resources.DistInfoDistribution
+            dist_name = os.path.splitext(dist_dir_name)[0].split("-")[0]
+
+        dist = dist_cls(base_dir, project_name=dist_name, metadata=metadata)
+        return cls(dist)
+
+    @classmethod
+    def from_metadata_file_contents(
+        cls,
+        metadata_contents: bytes,
+        filename: str,
+        project_name: str,
+    ) -> BaseDistribution:
+        metadata_dict = {
+            "METADATA": metadata_contents,
+        }
+        dist = pkg_resources.DistInfoDistribution(
+            location=filename,
+            metadata=InMemoryMetadata(metadata_dict, filename),
+            project_name=project_name,
+        )
+        return cls(dist)
+
+    @classmethod
+    def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution:
+        try:
+            with wheel.as_zipfile() as zf:
+                info_dir, _ = parse_wheel(zf, name)
+                metadata_dict = {
+                    path.split("/", 1)[-1]: read_wheel_metadata_file(zf, path)
+                    for path in zf.namelist()
+                    if path.startswith(f"{info_dir}/")
+                }
+        except zipfile.BadZipFile as e:
+            raise InvalidWheel(wheel.location, name) from e
+        except UnsupportedWheel as e:
+            raise UnsupportedWheel(f"{name} has an invalid wheel, {e}")
+        dist = pkg_resources.DistInfoDistribution(
+            location=wheel.location,
+            metadata=InMemoryMetadata(metadata_dict, wheel.location),
+            project_name=name,
+        )
+        return cls(dist)
+
+    @property
+    def location(self) -> Optional[str]:
+        return self._dist.location
+
+    @property
+    def installed_location(self) -> Optional[str]:
+        egg_link = egg_link_path_from_location(self.raw_name)
+        if egg_link:
+            location = egg_link
+        elif self.location:
+            location = self.location
+        else:
+            return None
+        return normalize_path(location)
+
+    @property
+    def info_location(self) -> Optional[str]:
+        return self._dist.egg_info
+
+    @property
+    def installed_by_distutils(self) -> bool:
+        # A distutils-installed distribution is provided by FileMetadata. This
+        # provider has a "path" attribute not present anywhere else. Not the
+        # best introspection logic, but pip has been doing this for a long time.
+        try:
+            return bool(self._dist._provider.path)
+        except AttributeError:
+            return False
+
+    @property
+    def canonical_name(self) -> NormalizedName:
+        return canonicalize_name(self._dist.project_name)
+
+    @property
+    def version(self) -> DistributionVersion:
+        return parse_version(self._dist.version)
+
+    def is_file(self, path: InfoPath) -> bool:
+        return self._dist.has_metadata(str(path))
+
+    def iter_distutils_script_names(self) -> Iterator[str]:
+        yield from self._dist.metadata_listdir("scripts")
+
+    def read_text(self, path: InfoPath) -> str:
+        name = str(path)
+        if not self._dist.has_metadata(name):
+            raise FileNotFoundError(name)
+        content = self._dist.get_metadata(name)
+        if content is None:
+            raise NoneMetadataError(self, name)
+        return content
+
+    def iter_entry_points(self) -> Iterable[BaseEntryPoint]:
+        for group, entries in self._dist.get_entry_map().items():
+            for name, entry_point in entries.items():
+                name, _, value = str(entry_point).partition("=")
+                yield EntryPoint(name=name.strip(), value=value.strip(), group=group)
+
+    def _metadata_impl(self) -> email.message.Message:
+        """
+        :raises NoneMetadataError: if the distribution reports `has_metadata()`
+            True but `get_metadata()` returns None.
+        """
+        if isinstance(self._dist, pkg_resources.DistInfoDistribution):
+            metadata_name = "METADATA"
+        else:
+            metadata_name = "PKG-INFO"
+        try:
+            metadata = self.read_text(metadata_name)
+        except FileNotFoundError:
+            if self.location:
+                displaying_path = display_path(self.location)
+            else:
+                displaying_path = repr(self.location)
+            logger.warning("No metadata found in %s", displaying_path)
+            metadata = ""
+        feed_parser = email.parser.FeedParser()
+        feed_parser.feed(metadata)
+        return feed_parser.close()
+
+    def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]:
+        if extras:  # pkg_resources raises on invalid extras, so we sanitize.
+            extras = frozenset(pkg_resources.safe_extra(e) for e in extras)
+            extras = extras.intersection(self._dist.extras)
+        return self._dist.requires(extras)
+
+    def iter_provided_extras(self) -> Iterable[str]:
+        return self._dist.extras
+
+    def is_extra_provided(self, extra: str) -> bool:
+        return pkg_resources.safe_extra(extra) in self._dist.extras
+
+
+class Environment(BaseEnvironment):
+    def __init__(self, ws: pkg_resources.WorkingSet) -> None:
+        self._ws = ws
+
+    @classmethod
+    def default(cls) -> BaseEnvironment:
+        return cls(pkg_resources.working_set)
+
+    @classmethod
+    def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment:
+        return cls(pkg_resources.WorkingSet(paths))
+
+    def _iter_distributions(self) -> Iterator[BaseDistribution]:
+        for dist in self._ws:
+            yield Distribution(dist)
+
+    def _search_distribution(self, name: str) -> Optional[BaseDistribution]:
+        """Find a distribution matching the ``name`` in the environment.
+
+        This searches from *all* distributions available in the environment, to
+        match the behavior of ``pkg_resources.get_distribution()``.
+        """
+        canonical_name = canonicalize_name(name)
+        for dist in self.iter_all_distributions():
+            if dist.canonical_name == canonical_name:
+                return dist
+        return None
+
+    def get_distribution(self, name: str) -> Optional[BaseDistribution]:
+        # Search the distribution by looking through the working set.
+        dist = self._search_distribution(name)
+        if dist:
+            return dist
+
+        # If distribution could not be found, call working_set.require to
+        # update the working set, and try to find the distribution again.
+        # This might happen for e.g. when you install a package twice, once
+        # using setup.py develop and again using setup.py install. Now when
+        # running pip uninstall twice, the package gets removed from the
+        # working set in the first uninstall, so we have to populate the
+        # working set again so that pip knows about it and the packages gets
+        # picked up and is successfully uninstalled the second time too.
+        try:
+            # We didn't pass in any version specifiers, so this can never
+            # raise pkg_resources.VersionConflict.
+            self._ws.require(name)
+        except pkg_resources.DistributionNotFound:
+            return None
+        return self._search_distribution(name)
diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py
new file mode 100644
index 0000000..7855226
--- /dev/null
+++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..eece5e5bf2c19f9495096c54985adf42edc97151
GIT binary patch
literal 272
zcmXv}F-`+95VS)CQKbCAZ3=EhXebZ}MWRG$p|Kp_5*zMpYrTnde1tdf7G3}?A3&r_
zg-=OFTJ6jfyEC7Y$ygM8xkrCn_D?U4kO#6I74j}>@gzDq9lTxLsbuV{S)pQQSlJlZ
z_>ff_Yi#n~Bus=E1FJHgJ?3isFqPkDTG!EP{UNsf`Q0Epm6rNfCtaqC
z@x1xo``%CO?Rf;_;naltm4wi5e31?%QR+jWtRjL4_D~sH8O-&JCzWMO7P{mqWz|wK
z%Ahw9k(UrrsJa3F8Eo`z_m=Ay
zxpz9WM5$i~<$Z{RA`25_WeB#UNr>c2Y{^8T3X$Q1n~6%YC2bj%FwvIUtSnKfQp%9r
zl5A;-o(Da*jBa5oe+?N2;_eYYj2zE%A~*1d9iOmIIS=mQa=iHN3R4CXs+Yw
zCyS}eNxc*>-EBHuSeIhicgi%*&QTV^|6iqJx412?w8o=F`RBv|eHL@9D;MP5K3cEc$&ow_#7u-hC%
zVu4+?$th7wQq-32evLPhn=z^)BQs`XVrhm};+IGm%(qSy_O`20dnVKxPVP2^gryN$k
z!h&g9j6!p`OfCg%lA47%>d%>;d&8_$qp83@UwGx58M+ZYQ*nwj&Lj=Zid!)uhKMrX
z@yv2Ss27_1xh_=0Zzf4pV26w>fHK;c^;o-CrBuA|HH2f0T*r@naS=bkg5wa0R)H5~CweA(
z>zEye7(yPc&Y&U@&pHE^+4g_K+OQwt2Ty|lR6Ab%rQ_m*j*B~Ooga;?jPPl6Wi(mU
zvvOy?hU8qH@iR{W$4goej5iaYS4%?Nfz|?+7U121cGDU_ut=Y&0F*p7-=*)@jNYG=
zyFM@LPNeT)gK=82UJ%VNWTBoTjzV8ckfFGQxsM;~2LT`)ILX52EzhF|P3-;`W4xMe2FBZD7^~yW&L`L}CSrh2U%sFM)WngdWO6
zzjnT~I8u`}CBJs9hG4pTUQC-rOy5Vle6!Z2fWwP*1XJxGR>tw#;lB}|#f!v`#|$m*
z1I`wpr}!jbg$9wK@c`FF>t#IGtP@1sD;!gD7aHU)h|bKP7ax1tJ{!4Sn0PTxH*w=S
wYTV8%cTXE^;5ft#Sn`q%IWjc~WBeFh_ye7Oj9&Xo?ZM-C`-QW+h%4gwKhkx@>Hq)$

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..28add3a0af3622e7ee30b5f4228906f7feea8564
GIT binary patch
literal 11205
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 WFVOeDKnMS4JIQgb=ZMwT=l=(wMz8|_ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7e48aad9390b469cc0b6fb2bb778bccd49ef84ef GIT binary patch literal 1700 zcmZ`(&u<$=6rTO*jpN8INnFbWv{DerY3qfgY7hd12!cdHAu3Q6Uq;)ValB@|yUc8& z+VUYtkw_#E;()@ja3LrhIPyPmiIt)xOHXj(W=K)1o_MosI|ivE?R)dyn>X|3d*AFY z6BAhkVe$lHi02XeZgD$9t!&d}>Q7kNqiA~=Y=v$z zo20etYF&E$2-ypu0_D}>m9lJ^geF5nQ zeOp2use^DIe1xI_e5hdza?W*Q{Cqx`b)*9+oi}m=-?@gphdXvqBYz$l%*Zew)(+2n z!diK77OWNbPew-uE1{k+Td1t8#(D~7tO_8@d0mGpk)ma97OcafJmr#6DFfXY>cjgm>3Pg>;DZP!jM4c zAs}5pAKs?4T2|Qw2(pVH;tX`H0WU1+Oj%}AB2omwMT%*%f^bZNXqWzr*=W0`MZz;6 z0Jr?~mz~|taelU&pS}Cm_sicd?~|ka!lALiF2RcOnBbLfHz~$(7Gr472E17u=P>?c z!}j`-42I|HfE#$iy&wXf#0rmC(!Qh~U|h-|hk72yWr-zKi0Ac2TD5?a2_ZiIGKfdp z=v008_X{_+R(fhyTl{9Jhd}-0B7fK6rTO@e~e9jAWrJYKnPs|UMQseG_4v1QRpE;q(aoFS}op5VrRYU%&eh~ zLWL?0IaF$Us7M4=P%i~>sMJf-8^=n$#6-w+)T&4=hu%zrT9s4Z?0O-XbR@rhfAi+O z`QAML9FIp4tY4-+EQm3L{@{YYL_ z%yooOPB2hTGz2VRIR&~2(Gai6xd09tpfO||!eJbl5M7%LdCPa3A#%|ct7rsaXN=eK zJP+N0%+BJnO&r!)@N(10i{xm&c?WJ#&P(uHZwGQ6%?Wcza}AtSks^#iiCx-eaTJls z6q^$SP(zdl%4D9+s8e>|!PR2?lDCv7r`)$Ap>P}MA4RLfOo z%C-(=55A$&f`j*$_58FxiK$vHlvOy?!Nk%{wPYLEq-rw>w?L?fSC}nVSy%(lf}?4( zy-g@KTtU`1@+PC4TtyFeADfpSgmHukIn;PKU4E+~Y3XE?;w^ArHIXaij#sX1m7hjA384 zOj|bq;R!o4VUx^BCBWh@sad2zH3LwD=gZluZcSr@MR?C+>Hr%qVMjM~M`y|BN)3PP z5S=Pf(gkO-kYhuPyhFBeNj3}CG}+GCc!gr3(Mq{&7I>&h?0_S6Slkcl?qfkO9t%=v zOKk9|k~b;g&x%O|Q_8W=WHKbdHJuw@l-4|ZcF$)0yW#2ijvO|+1mr4ul<24@cHB?w zSP74;>^{DHczIxD*T^aei5-nL)VH&qR%>aso<34bA6ZQwYlKlx-%{UVUn7VP4*d}M zKC;lclv+&HQ~U0x_AOUjdp$K+OAUfYD!mk6jNeGqyN7DsLr?Z}CZh9FV=rn;)??}W zvGlF}ZwJ2_{BvO6?GL`YaOcA6z_Iz!mE_J^+pdR+_W3B;3OVMR@B)hvZ&3G1T?GaP zy5PXqTXU$maWFNtC(!3YUYtaE@gr!XD=?ml0e{Df@0{Q_(U;<9T{3uI5gdQ;K5uD5 zyeW@^O>pg(Ve*eL;h-Y3P;;KM7|b1ixU*36=2>jx{Fe!jOE?6ipA-H*6_N1g;-cN0 zgf7mc7qqiIo50$Hd@tDPC=ft$d(W@E1CNH^tq-584WIj461%rNJbd&Ext>&NN#%C` zgQU8~l~3EzYwBw6fhVbWGTK1#Nc7*eAm}NdA76F96&_RC_)xU;64o>p)iju&6_fLA znl@9>P0vF3MG}q(;qR8k@}^EHboG>N5FU$3)FFh!~9KU^j<;_#I{ioLv2+&8ttqrj!(6RFR@dkqLvU6|rr;dB4e*9#Oi|dl_&^Wp! z5MAh8$lp4&FtynC6oKfS$4?nkVl3!X%LQxF%ZexIR>9H$To#bC44Y)Ve-ZG?mUJ== zf7LEVOadPlyr#GR_mYK~z<>Ue^sdCM?EpW3H?dpqv+%HYlkbor(DA;eeLxzLAPB#s aff^ckjNX2XdVfR1{{&Sbx`u$b`~L%C;UU-n literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c606dee61439e091d35f6e608c7e1658d90ccdd9 GIT binary patch literal 26008 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e85dee7c27a50d203c10ec6366761875896b53a GIT binary patch literal 1175 zcmZ`%%We}f6!lDI@|Y$~U#P8AfhCYoB$yGD6+%d;Do?el)D_u`+_94}Ovb@>(x%Fy zi!Qo=b@%Kl{(xWL2VhnRejsg-kh$bWd1XM)IZ})U8QeVhsupUg_gqgAfKh~|}I!QE>DWrA#&xCyM%*_gI z$S&b~Ksu6*NX!UjQe_1dN#52fb12ay8h?6><%u)A2jmnnRJWj3Hnr+G=G0wkvpmhg zaA3GF@-Pat*eKJ|u~RSfiZw6G?~dwms2|}m!?8%H!fm2sh4*6~#h6HjI|`~vlqmw< zBZ^_lC5yC>917kL(!*dxYTh7`{<{SP?~JMg_eQTtlli0bG6#uE({AY+$QvjCWO>PS zN2c46S(=*ZxQQ4(2RKE2tB=Cz9_riRSyQ*418<@bg!&G6CURtb7rd#)P!H9tZE23y z@|mMp()e#y$|Pg{iSZ>3V$ouO6nnu=FN%q5?MU$oDx!jo76mOfS>ShB+6|za!B`sW z{++vl;vj%Y6;#mX?I7f!C=f;xv;<{|3dRxzJ!QoZHn|SN!|J#@{&ZmxQc*Vnj?iEZ ztz0{C-j+WvU;W3lv~uFSD-Gc&suj(RDQU4V%)Bs!_d1E;3P$fbuSkEafZ}vwO*!U&$$aXC!&Hv?+fzh+e vhW$?EviM;9wTE&AHjFCN8o(fDS=PDjTF%8Bs%}_EGe7f-*6IZU7)AdAUxGCh literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ce2763aed08394f7425db58d6298cf84bbdccee GIT binary patch literal 5094 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 Kyg(o_w|@abfesr0 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d1da61d5a466ff2087705d380aad07986f139184 GIT binary patch literal 4960 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 h=Q(k`j&Q-hk None: + self.name = name + self.version = parse_version(version) + self.link = link + + super().__init__( + key=(self.name, self.version, self.link), + defining_class=InstallationCandidate, + ) + + def __repr__(self) -> str: + return "".format( + self.name, + self.version, + self.link, + ) + + def __str__(self) -> str: + return f"{self.name!r} candidate (version {self.version} at {self.link})" diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 0000000..0af884b --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,235 @@ +""" PEP 610 """ +import json +import re +import urllib.parse +from typing import Any, Dict, Iterable, Optional, Type, TypeVar, Union + +__all__ = [ + "DirectUrl", + "DirectUrlValidationError", + "DirInfo", + "ArchiveInfo", + "VcsInfo", +] + +T = TypeVar("T") + +DIRECT_URL_METADATA_NAME = "direct_url.json" +ENV_VAR_RE = re.compile(r"^\$\{[A-Za-z0-9-_]+\}(:\$\{[A-Za-z0-9-_]+\})?$") + + +class DirectUrlValidationError(Exception): + pass + + +def _get( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> Optional[T]: + """Get value from dictionary and verify expected type.""" + if key not in d: + return default + value = d[key] + if not isinstance(value, expected_type): + raise DirectUrlValidationError( + f"{value!r} has unexpected type for {key} (expected {expected_type})" + ) + return value + + +def _get_required( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> T: + value = _get(d, expected_type, key, default) + if value is None: + raise DirectUrlValidationError(f"{key} must have a value") + return value + + +def _exactly_one_of(infos: Iterable[Optional["InfoType"]]) -> "InfoType": + infos = [info for info in infos if info is not None] + if not infos: + raise DirectUrlValidationError( + "missing one of archive_info, dir_info, vcs_info" + ) + if len(infos) > 1: + raise DirectUrlValidationError( + "more than one of archive_info, dir_info, vcs_info" + ) + assert infos[0] is not None + return infos[0] + + +def _filter_none(**kwargs: Any) -> Dict[str, Any]: + """Make dict excluding None values.""" + return {k: v for k, v in kwargs.items() if v is not None} + + +class VcsInfo: + name = "vcs_info" + + def __init__( + self, + vcs: str, + commit_id: str, + requested_revision: Optional[str] = None, + ) -> None: + self.vcs = vcs + self.requested_revision = requested_revision + self.commit_id = commit_id + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["VcsInfo"]: + if d is None: + return None + return cls( + vcs=_get_required(d, str, "vcs"), + commit_id=_get_required(d, str, "commit_id"), + requested_revision=_get(d, str, "requested_revision"), + ) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none( + vcs=self.vcs, + requested_revision=self.requested_revision, + commit_id=self.commit_id, + ) + + +class ArchiveInfo: + name = "archive_info" + + def __init__( + self, + hash: Optional[str] = None, + hashes: Optional[Dict[str, str]] = None, + ) -> None: + # set hashes before hash, since the hash setter will further populate hashes + self.hashes = hashes + self.hash = hash + + @property + def hash(self) -> Optional[str]: + return self._hash + + @hash.setter + def hash(self, value: Optional[str]) -> None: + if value is not None: + # Auto-populate the hashes key to upgrade to the new format automatically. + # We don't back-populate the legacy hash key from hashes. + try: + hash_name, hash_value = value.split("=", 1) + except ValueError: + raise DirectUrlValidationError( + f"invalid archive_info.hash format: {value!r}" + ) + if self.hashes is None: + self.hashes = {hash_name: hash_value} + elif hash_name not in self.hashes: + self.hashes = self.hashes.copy() + self.hashes[hash_name] = hash_value + self._hash = value + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["ArchiveInfo"]: + if d is None: + return None + return cls(hash=_get(d, str, "hash"), hashes=_get(d, dict, "hashes")) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(hash=self.hash, hashes=self.hashes) + + +class DirInfo: + name = "dir_info" + + def __init__( + self, + editable: bool = False, + ) -> None: + self.editable = editable + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["DirInfo"]: + if d is None: + return None + return cls(editable=_get_required(d, bool, "editable", default=False)) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(editable=self.editable or None) + + +InfoType = Union[ArchiveInfo, DirInfo, VcsInfo] + + +class DirectUrl: + def __init__( + self, + url: str, + info: InfoType, + subdirectory: Optional[str] = None, + ) -> None: + self.url = url + self.info = info + self.subdirectory = subdirectory + + def _remove_auth_from_netloc(self, netloc: str) -> str: + if "@" not in netloc: + return netloc + user_pass, netloc_no_user_pass = netloc.split("@", 1) + if ( + isinstance(self.info, VcsInfo) + and self.info.vcs == "git" + and user_pass == "git" + ): + return netloc + if ENV_VAR_RE.match(user_pass): + return netloc + return netloc_no_user_pass + + @property + def redacted_url(self) -> str: + """url with user:password part removed unless it is formed with + environment variables as specified in PEP 610, or it is ``git`` + in the case of a git URL. + """ + purl = urllib.parse.urlsplit(self.url) + netloc = self._remove_auth_from_netloc(purl.netloc) + surl = urllib.parse.urlunsplit( + (purl.scheme, netloc, purl.path, purl.query, purl.fragment) + ) + return surl + + def validate(self) -> None: + self.from_dict(self.to_dict()) + + @classmethod + def from_dict(cls, d: Dict[str, Any]) -> "DirectUrl": + return DirectUrl( + url=_get_required(d, str, "url"), + subdirectory=_get(d, str, "subdirectory"), + info=_exactly_one_of( + [ + ArchiveInfo._from_dict(_get(d, dict, "archive_info")), + DirInfo._from_dict(_get(d, dict, "dir_info")), + VcsInfo._from_dict(_get(d, dict, "vcs_info")), + ] + ), + ) + + def to_dict(self) -> Dict[str, Any]: + res = _filter_none( + url=self.redacted_url, + subdirectory=self.subdirectory, + ) + res[self.info.name] = self.info._to_dict() + return res + + @classmethod + def from_json(cls, s: str) -> "DirectUrl": + return cls.from_dict(json.loads(s)) + + def to_json(self) -> str: + return json.dumps(self.to_dict(), sort_keys=True) + + def is_local_editable(self) -> bool: + return isinstance(self.info, DirInfo) and self.info.editable diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 0000000..ccd1127 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py @@ -0,0 +1,78 @@ +from typing import FrozenSet, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import CommandError + + +class FormatControl: + """Helper for managing formats from which a package can be installed.""" + + __slots__ = ["no_binary", "only_binary"] + + def __init__( + self, + no_binary: Optional[Set[str]] = None, + only_binary: Optional[Set[str]] = None, + ) -> None: + if no_binary is None: + no_binary = set() + if only_binary is None: + only_binary = set() + + self.no_binary = no_binary + self.only_binary = only_binary + + def __eq__(self, other: object) -> bool: + if not isinstance(other, self.__class__): + return NotImplemented + + if self.__slots__ != other.__slots__: + return False + + return all(getattr(self, k) == getattr(other, k) for k in self.__slots__) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.no_binary}, {self.only_binary})" + + @staticmethod + def handle_mutual_excludes(value: str, target: Set[str], other: Set[str]) -> None: + if value.startswith("-"): + raise CommandError( + "--no-binary / --only-binary option requires 1 argument." + ) + new = value.split(",") + while ":all:" in new: + other.clear() + target.clear() + target.add(":all:") + del new[: new.index(":all:") + 1] + # Without a none, we want to discard everything as :all: covers it + if ":none:" not in new: + return + for name in new: + if name == ":none:": + target.clear() + continue + name = canonicalize_name(name) + other.discard(name) + target.add(name) + + def get_allowed_formats(self, canonical_name: str) -> FrozenSet[str]: + result = {"binary", "source"} + if canonical_name in self.only_binary: + result.discard("source") + elif canonical_name in self.no_binary: + result.discard("binary") + elif ":all:" in self.only_binary: + result.discard("source") + elif ":all:" in self.no_binary: + result.discard("binary") + return frozenset(result) + + def disallow_binaries(self) -> None: + self.handle_mutual_excludes( + ":all:", + self.no_binary, + self.only_binary, + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py new file mode 100644 index 0000000..b94c325 --- /dev/null +++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/models/installation_report.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py new file mode 100644 index 0000000..b9c6330 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py @@ -0,0 +1,56 @@ +from typing import Any, Dict, Sequence + +from pip._vendor.packaging.markers import default_environment + +from pip import __version__ +from pip._internal.req.req_install import InstallRequirement + + +class InstallationReport: + def __init__(self, install_requirements: Sequence[InstallRequirement]): + self._install_requirements = install_requirements + + @classmethod + def _install_req_to_dict(cls, ireq: InstallRequirement) -> Dict[str, Any]: + assert ireq.download_info, f"No download_info for {ireq}" + res = { + # PEP 610 json for the download URL. download_info.archive_info.hashes may + # be absent when the requirement was installed from the wheel cache + # and the cache entry was populated by an older pip version that did not + # record origin.json. + "download_info": ireq.download_info.to_dict(), + # is_direct is true if the requirement was a direct URL reference (which + # includes editable requirements), and false if the requirement was + # downloaded from a PEP 503 index or --find-links. + "is_direct": ireq.is_direct, + # is_yanked is true if the requirement was yanked from the index, but + # was still selected by pip to conform to PEP 592. + "is_yanked": ireq.link.is_yanked if ireq.link else False, + # requested is true if the requirement was specified by the user (aka + # top level requirement), and false if it was installed as a dependency of a + # requirement. https://peps.python.org/pep-0376/#requested + "requested": ireq.user_supplied, + # PEP 566 json encoding for metadata + # https://www.python.org/dev/peps/pep-0566/#json-compatible-metadata + "metadata": ireq.get_dist().metadata_dict, + } + if ireq.user_supplied and ireq.extras: + # For top level requirements, the list of requested extras, if any. + res["requested_extras"] = sorted(ireq.extras) + return res + + def to_dict(self) -> Dict[str, Any]: + return { + "version": "1", + "pip_version": __version__, + "install": [ + self._install_req_to_dict(ireq) for ireq in self._install_requirements + ], + # https://peps.python.org/pep-0508/#environment-markers + # TODO: currently, the resolver uses the default environment to evaluate + # environment markers, so that is what we report here. In the future, it + # should also take into account options such as --python-version or + # --platform, perhaps under the form of an environment_override field? + # https://github.com/pypa/pip/issues/11198 + "environment": default_environment(), + } diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py new file mode 100644 index 0000000..73041b8 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py @@ -0,0 +1,579 @@ +import functools +import itertools +import logging +import os +import posixpath +import re +import urllib.parse +from dataclasses import dataclass +from typing import ( + TYPE_CHECKING, + Any, + Dict, + List, + Mapping, + NamedTuple, + Optional, + Tuple, + Union, +) + +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + pairwise, + redact_auth_from_url, + split_auth_from_netloc, + splitext, +) +from pip._internal.utils.models import KeyBasedCompareMixin +from pip._internal.utils.urls import path_to_url, url_to_path + +if TYPE_CHECKING: + from pip._internal.index.collector import IndexContent + +logger = logging.getLogger(__name__) + + +# Order matters, earlier hashes have a precedence over later hashes for what +# we will pick to use. +_SUPPORTED_HASHES = ("sha512", "sha384", "sha256", "sha224", "sha1", "md5") + + +@dataclass(frozen=True) +class LinkHash: + """Links to content may have embedded hash values. This class parses those. + + `name` must be any member of `_SUPPORTED_HASHES`. + + This class can be converted to and from `ArchiveInfo`. While ArchiveInfo intends to + be JSON-serializable to conform to PEP 610, this class contains the logic for + parsing a hash name and value for correctness, and then checking whether that hash + conforms to a schema with `.is_hash_allowed()`.""" + + name: str + value: str + + _hash_url_fragment_re = re.compile( + # NB: we do not validate that the second group (.*) is a valid hex + # digest. Instead, we simply keep that string in this class, and then check it + # against Hashes when hash-checking is needed. This is easier to debug than + # proactively discarding an invalid hex digest, as we handle incorrect hashes + # and malformed hashes in the same place. + r"[#&]({choices})=([^&]*)".format( + choices="|".join(re.escape(hash_name) for hash_name in _SUPPORTED_HASHES) + ), + ) + + def __post_init__(self) -> None: + assert self.name in _SUPPORTED_HASHES + + @classmethod + @functools.lru_cache(maxsize=None) + def find_hash_url_fragment(cls, url: str) -> Optional["LinkHash"]: + """Search a string for a checksum algorithm name and encoded output value.""" + match = cls._hash_url_fragment_re.search(url) + if match is None: + return None + name, value = match.groups() + return cls(name=name, value=value) + + def as_dict(self) -> Dict[str, str]: + return {self.name: self.value} + + def as_hashes(self) -> Hashes: + """Return a Hashes instance which checks only for the current hash.""" + return Hashes({self.name: [self.value]}) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the current hash is allowed by `hashes`. + """ + if hashes is None: + return False + return hashes.is_hash_allowed(self.name, hex_digest=self.value) + + +@dataclass(frozen=True) +class MetadataFile: + """Information about a core metadata file associated with a distribution.""" + + hashes: Optional[Dict[str, str]] + + def __post_init__(self) -> None: + if self.hashes is not None: + assert all(name in _SUPPORTED_HASHES for name in self.hashes) + + +def supported_hashes(hashes: Optional[Dict[str, str]]) -> Optional[Dict[str, str]]: + # Remove any unsupported hash types from the mapping. If this leaves no + # supported hashes, return None + if hashes is None: + return None + hashes = {n: v for n, v in hashes.items() if n in _SUPPORTED_HASHES} + if not hashes: + return None + return hashes + + +def _clean_url_path_part(part: str) -> str: + """ + Clean a "part" of a URL path (i.e. after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + return urllib.parse.quote(urllib.parse.unquote(part)) + + +def _clean_file_url_path(part: str) -> str: + """ + Clean the first part of a URL path that corresponds to a local + filesystem path (i.e. the first part after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + # Also, on Windows the path part might contain a drive letter which + # should not be quoted. On Linux where drive letters do not + # exist, the colon should be quoted. We rely on urllib.request + # to do the right thing here. + return urllib.request.pathname2url(urllib.request.url2pathname(part)) + + +# percent-encoded: / +_reserved_chars_re = re.compile("(@|%2F)", re.IGNORECASE) + + +def _clean_url_path(path: str, is_local_path: bool) -> str: + """ + Clean the path portion of a URL. + """ + if is_local_path: + clean_func = _clean_file_url_path + else: + clean_func = _clean_url_path_part + + # Split on the reserved characters prior to cleaning so that + # revision strings in VCS URLs are properly preserved. + parts = _reserved_chars_re.split(path) + + cleaned_parts = [] + for to_clean, reserved in pairwise(itertools.chain(parts, [""])): + cleaned_parts.append(clean_func(to_clean)) + # Normalize %xx escapes (e.g. %2f -> %2F) + cleaned_parts.append(reserved.upper()) + + return "".join(cleaned_parts) + + +def _ensure_quoted_url(url: str) -> str: + """ + Make sure a link is fully quoted. + For example, if ' ' occurs in the URL, it will be replaced with "%20", + and without double-quoting other characters. + """ + # Split the URL into parts according to the general structure + # `scheme://netloc/path;parameters?query#fragment`. + result = urllib.parse.urlparse(url) + # If the netloc is empty, then the URL refers to a local filesystem path. + is_local_path = not result.netloc + path = _clean_url_path(result.path, is_local_path=is_local_path) + return urllib.parse.urlunparse(result._replace(path=path)) + + +class Link(KeyBasedCompareMixin): + """Represents a parsed link from a Package Index's simple URL""" + + __slots__ = [ + "_parsed_url", + "_url", + "_hashes", + "comes_from", + "requires_python", + "yanked_reason", + "metadata_file_data", + "cache_link_parsing", + "egg_fragment", + ] + + def __init__( + self, + url: str, + comes_from: Optional[Union[str, "IndexContent"]] = None, + requires_python: Optional[str] = None, + yanked_reason: Optional[str] = None, + metadata_file_data: Optional[MetadataFile] = None, + cache_link_parsing: bool = True, + hashes: Optional[Mapping[str, str]] = None, + ) -> None: + """ + :param url: url of the resource pointed to (href of the link) + :param comes_from: instance of IndexContent where the link was found, + or string. + :param requires_python: String containing the `Requires-Python` + metadata field, specified in PEP 345. This may be specified by + a data-requires-python attribute in the HTML link tag, as + described in PEP 503. + :param yanked_reason: the reason the file has been yanked, if the + file has been yanked, or None if the file hasn't been yanked. + This is the value of the "data-yanked" attribute, if present, in + a simple repository HTML link. If the file has been yanked but + no reason was provided, this should be the empty string. See + PEP 592 for more information and the specification. + :param metadata_file_data: the metadata attached to the file, or None if + no such metadata is provided. This argument, if not None, indicates + that a separate metadata file exists, and also optionally supplies + hashes for that file. + :param cache_link_parsing: A flag that is used elsewhere to determine + whether resources retrieved from this link should be cached. PyPI + URLs should generally have this set to False, for example. + :param hashes: A mapping of hash names to digests to allow us to + determine the validity of a download. + """ + + # The comes_from, requires_python, and metadata_file_data arguments are + # only used by classmethods of this class, and are not used in client + # code directly. + + # url can be a UNC windows share + if url.startswith("\\\\"): + url = path_to_url(url) + + self._parsed_url = urllib.parse.urlsplit(url) + # Store the url as a private attribute to prevent accidentally + # trying to set a new value. + self._url = url + + link_hash = LinkHash.find_hash_url_fragment(url) + hashes_from_link = {} if link_hash is None else link_hash.as_dict() + if hashes is None: + self._hashes = hashes_from_link + else: + self._hashes = {**hashes, **hashes_from_link} + + self.comes_from = comes_from + self.requires_python = requires_python if requires_python else None + self.yanked_reason = yanked_reason + self.metadata_file_data = metadata_file_data + + super().__init__(key=url, defining_class=Link) + + self.cache_link_parsing = cache_link_parsing + self.egg_fragment = self._egg_fragment() + + @classmethod + def from_json( + cls, + file_data: Dict[str, Any], + page_url: str, + ) -> Optional["Link"]: + """ + Convert an pypi json document from a simple repository page into a Link. + """ + file_url = file_data.get("url") + if file_url is None: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(page_url, file_url)) + pyrequire = file_data.get("requires-python") + yanked_reason = file_data.get("yanked") + hashes = file_data.get("hashes", {}) + + # PEP 714: Indexes must use the name core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = file_data.get("core-metadata") + if metadata_info is None: + metadata_info = file_data.get("dist-info-metadata") + + # The metadata info value may be a boolean, or a dict of hashes. + if isinstance(metadata_info, dict): + # The file exists, and hashes have been supplied + metadata_file_data = MetadataFile(supported_hashes(metadata_info)) + elif metadata_info: + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + else: + # False or not present: the file does not exist + metadata_file_data = None + + # The Link.yanked_reason expects an empty string instead of a boolean. + if yanked_reason and not isinstance(yanked_reason, str): + yanked_reason = "" + # The Link.yanked_reason expects None instead of False. + elif not yanked_reason: + yanked_reason = None + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + hashes=hashes, + metadata_file_data=metadata_file_data, + ) + + @classmethod + def from_element( + cls, + anchor_attribs: Dict[str, Optional[str]], + page_url: str, + base_url: str, + ) -> Optional["Link"]: + """ + Convert an anchor element's attributes in a simple repository page to a Link. + """ + href = anchor_attribs.get("href") + if not href: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(base_url, href)) + pyrequire = anchor_attribs.get("data-requires-python") + yanked_reason = anchor_attribs.get("data-yanked") + + # PEP 714: Indexes must use the name data-core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = anchor_attribs.get("data-core-metadata") + if metadata_info is None: + metadata_info = anchor_attribs.get("data-dist-info-metadata") + # The metadata info value may be the string "true", or a string of + # the form "hashname=hashval" + if metadata_info == "true": + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + elif metadata_info is None: + # The file does not exist + metadata_file_data = None + else: + # The file exists, and hashes have been supplied + hashname, sep, hashval = metadata_info.partition("=") + if sep == "=": + metadata_file_data = MetadataFile(supported_hashes({hashname: hashval})) + else: + # Error - data is wrong. Treat as no hashes supplied. + logger.debug( + "Index returned invalid data-dist-info-metadata value: %s", + metadata_info, + ) + metadata_file_data = MetadataFile(None) + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + metadata_file_data=metadata_file_data, + ) + + def __str__(self) -> str: + if self.requires_python: + rp = f" (requires-python:{self.requires_python})" + else: + rp = "" + if self.comes_from: + return f"{redact_auth_from_url(self._url)} (from {self.comes_from}){rp}" + else: + return redact_auth_from_url(str(self._url)) + + def __repr__(self) -> str: + return f"" + + @property + def url(self) -> str: + return self._url + + @property + def filename(self) -> str: + path = self.path.rstrip("/") + name = posixpath.basename(path) + if not name: + # Make sure we don't leak auth information if the netloc + # includes a username and password. + netloc, user_pass = split_auth_from_netloc(self.netloc) + return netloc + + name = urllib.parse.unquote(name) + assert name, f"URL {self._url!r} produced no filename" + return name + + @property + def file_path(self) -> str: + return url_to_path(self.url) + + @property + def scheme(self) -> str: + return self._parsed_url.scheme + + @property + def netloc(self) -> str: + """ + This can contain auth information. + """ + return self._parsed_url.netloc + + @property + def path(self) -> str: + return urllib.parse.unquote(self._parsed_url.path) + + def splitext(self) -> Tuple[str, str]: + return splitext(posixpath.basename(self.path.rstrip("/"))) + + @property + def ext(self) -> str: + return self.splitext()[1] + + @property + def url_without_fragment(self) -> str: + scheme, netloc, path, query, fragment = self._parsed_url + return urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + + _egg_fragment_re = re.compile(r"[#&]egg=([^&]*)") + + # Per PEP 508. + _project_name_re = re.compile( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE + ) + + def _egg_fragment(self) -> Optional[str]: + match = self._egg_fragment_re.search(self._url) + if not match: + return None + + # An egg fragment looks like a PEP 508 project name, along with + # an optional extras specifier. Anything else is invalid. + project_name = match.group(1) + if not self._project_name_re.match(project_name): + deprecated( + reason=f"{self} contains an egg fragment with a non-PEP 508 name", + replacement="to use the req @ url syntax, and remove the egg fragment", + gone_in="25.0", + issue=11617, + ) + + return project_name + + _subdirectory_fragment_re = re.compile(r"[#&]subdirectory=([^&]*)") + + @property + def subdirectory_fragment(self) -> Optional[str]: + match = self._subdirectory_fragment_re.search(self._url) + if not match: + return None + return match.group(1) + + def metadata_link(self) -> Optional["Link"]: + """Return a link to the associated core metadata file (if any).""" + if self.metadata_file_data is None: + return None + metadata_url = f"{self.url_without_fragment}.metadata" + if self.metadata_file_data.hashes is None: + return Link(metadata_url) + return Link(metadata_url, hashes=self.metadata_file_data.hashes) + + def as_hashes(self) -> Hashes: + return Hashes({k: [v] for k, v in self._hashes.items()}) + + @property + def hash(self) -> Optional[str]: + return next(iter(self._hashes.values()), None) + + @property + def hash_name(self) -> Optional[str]: + return next(iter(self._hashes), None) + + @property + def show_url(self) -> str: + return posixpath.basename(self._url.split("#", 1)[0].split("?", 1)[0]) + + @property + def is_file(self) -> bool: + return self.scheme == "file" + + def is_existing_dir(self) -> bool: + return self.is_file and os.path.isdir(self.file_path) + + @property + def is_wheel(self) -> bool: + return self.ext == WHEEL_EXTENSION + + @property + def is_vcs(self) -> bool: + from pip._internal.vcs import vcs + + return self.scheme in vcs.all_schemes + + @property + def is_yanked(self) -> bool: + return self.yanked_reason is not None + + @property + def has_hash(self) -> bool: + return bool(self._hashes) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the link has a hash and it is allowed by `hashes`. + """ + if hashes is None: + return False + return any(hashes.is_hash_allowed(k, v) for k, v in self._hashes.items()) + + +class _CleanResult(NamedTuple): + """Convert link for equivalency check. + + This is used in the resolver to check whether two URL-specified requirements + likely point to the same distribution and can be considered equivalent. This + equivalency logic avoids comparing URLs literally, which can be too strict + (e.g. "a=1&b=2" vs "b=2&a=1") and produce conflicts unexpecting to users. + + Currently this does three things: + + 1. Drop the basic auth part. This is technically wrong since a server can + serve different content based on auth, but if it does that, it is even + impossible to guarantee two URLs without auth are equivalent, since + the user can input different auth information when prompted. So the + practical solution is to assume the auth doesn't affect the response. + 2. Parse the query to avoid the ordering issue. Note that ordering under the + same key in the query are NOT cleaned; i.e. "a=1&a=2" and "a=2&a=1" are + still considered different. + 3. Explicitly drop most of the fragment part, except ``subdirectory=`` and + hash values, since it should have no impact the downloaded content. Note + that this drops the "egg=" part historically used to denote the requested + project (and extras), which is wrong in the strictest sense, but too many + people are supplying it inconsistently to cause superfluous resolution + conflicts, so we choose to also ignore them. + """ + + parsed: urllib.parse.SplitResult + query: Dict[str, List[str]] + subdirectory: str + hashes: Dict[str, str] + + +def _clean_link(link: Link) -> _CleanResult: + parsed = link._parsed_url + netloc = parsed.netloc.rsplit("@", 1)[-1] + # According to RFC 8089, an empty host in file: means localhost. + if parsed.scheme == "file" and not netloc: + netloc = "localhost" + fragment = urllib.parse.parse_qs(parsed.fragment) + if "egg" in fragment: + logger.debug("Ignoring egg= fragment in %s", link) + try: + # If there are multiple subdirectory values, use the first one. + # This matches the behavior of Link.subdirectory_fragment. + subdirectory = fragment["subdirectory"][0] + except (IndexError, KeyError): + subdirectory = "" + # If there are multiple hash values under the same algorithm, use the + # first one. This matches the behavior of Link.hash_value. + hashes = {k: fragment[k][0] for k in _SUPPORTED_HASHES if k in fragment} + return _CleanResult( + parsed=parsed._replace(netloc=netloc, query="", fragment=""), + query=urllib.parse.parse_qs(parsed.query), + subdirectory=subdirectory, + hashes=hashes, + ) + + +@functools.lru_cache(maxsize=None) +def links_equivalent(link1: Link, link2: Link) -> bool: + return _clean_link(link1) == _clean_link(link2) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 0000000..f51190a --- /dev/null +++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/models/search_scope.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 0000000..fe61e81 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py @@ -0,0 +1,132 @@ +import itertools +import logging +import os +import posixpath +import urllib.parse +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.models.index import PyPI +from pip._internal.utils.compat import has_tls +from pip._internal.utils.misc import normalize_path, redact_auth_from_url + +logger = logging.getLogger(__name__) + + +class SearchScope: + + """ + Encapsulates the locations that pip is configured to search. + """ + + __slots__ = ["find_links", "index_urls", "no_index"] + + @classmethod + def create( + cls, + find_links: List[str], + index_urls: List[str], + no_index: bool, + ) -> "SearchScope": + """ + Create a SearchScope object after normalizing the `find_links`. + """ + # Build find_links. If an argument starts with ~, it may be + # a local file relative to a home directory. So try normalizing + # it and if it exists, use the normalized version. + # This is deliberately conservative - it might be fine just to + # blindly normalize anything starting with a ~... + built_find_links: List[str] = [] + for link in find_links: + if link.startswith("~"): + new_link = normalize_path(link) + if os.path.exists(new_link): + link = new_link + built_find_links.append(link) + + # If we don't have TLS enabled, then WARN if anyplace we're looking + # relies on TLS. + if not has_tls(): + for link in itertools.chain(index_urls, built_find_links): + parsed = urllib.parse.urlparse(link) + if parsed.scheme == "https": + logger.warning( + "pip is configured with locations that require " + "TLS/SSL, however the ssl module in Python is not " + "available." + ) + break + + return cls( + find_links=built_find_links, + index_urls=index_urls, + no_index=no_index, + ) + + def __init__( + self, + find_links: List[str], + index_urls: List[str], + no_index: bool, + ) -> None: + self.find_links = find_links + self.index_urls = index_urls + self.no_index = no_index + + def get_formatted_locations(self) -> str: + lines = [] + redacted_index_urls = [] + if self.index_urls and self.index_urls != [PyPI.simple_url]: + for url in self.index_urls: + redacted_index_url = redact_auth_from_url(url) + + # Parse the URL + purl = urllib.parse.urlsplit(redacted_index_url) + + # URL is generally invalid if scheme and netloc is missing + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not purl.scheme and not purl.netloc: + logger.warning( + 'The index url "%s" seems invalid, please provide a scheme.', + redacted_index_url, + ) + + redacted_index_urls.append(redacted_index_url) + + lines.append( + "Looking in indexes: {}".format(", ".join(redacted_index_urls)) + ) + + if self.find_links: + lines.append( + "Looking in links: {}".format( + ", ".join(redact_auth_from_url(url) for url in self.find_links) + ) + ) + return "\n".join(lines) + + def get_index_urls_locations(self, project_name: str) -> List[str]: + """Returns the locations found via self.index_urls + + Checks the url_name on the main (first in the list) index and + use this url_name to produce all locations + """ + + def mkurl_pypi_url(url: str) -> str: + loc = posixpath.join( + url, urllib.parse.quote(canonicalize_name(project_name)) + ) + # For maximum compatibility with easy_install, ensure the path + # ends in a trailing slash. Although this isn't in the spec + # (and PyPI can handle it without the slash) some other index + # implementations might break if they relied on easy_install's + # behavior. + if not loc.endswith("/"): + loc = loc + "/" + return loc + + return [mkurl_pypi_url(url) for url in self.index_urls] diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 0000000..977bc4c --- /dev/null +++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/models/target_python.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 0000000..67ea5da --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,122 @@ +import sys +from typing import List, Optional, Set, Tuple + +from pip._vendor.packaging.tags import Tag + +from pip._internal.utils.compatibility_tags import get_supported, version_info_to_nodot +from pip._internal.utils.misc import normalize_version_info + + +class TargetPython: + + """ + Encapsulates the properties of a Python interpreter one is targeting + for a package install, download, etc. + """ + + __slots__ = [ + "_given_py_version_info", + "abis", + "implementation", + "platforms", + "py_version", + "py_version_info", + "_valid_tags", + "_valid_tags_set", + ] + + def __init__( + self, + platforms: Optional[List[str]] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + abis: Optional[List[str]] = None, + implementation: Optional[str] = None, + ) -> None: + """ + :param platforms: A list of strings or None. If None, searches for + packages that are supported by the current system. Otherwise, will + find packages that can be built on the platforms passed in. These + packages will only be downloaded for distribution: they will + not be built locally. + :param py_version_info: An optional tuple of ints representing the + Python version information to use (e.g. `sys.version_info[:3]`). + This can have length 1, 2, or 3 when provided. + :param abis: A list of strings or None. This is passed to + compatibility_tags.py's get_supported() function as is. + :param implementation: A string or None. This is passed to + compatibility_tags.py's get_supported() function as is. + """ + # Store the given py_version_info for when we call get_supported(). + self._given_py_version_info = py_version_info + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + py_version = ".".join(map(str, py_version_info[:2])) + + self.abis = abis + self.implementation = implementation + self.platforms = platforms + self.py_version = py_version + self.py_version_info = py_version_info + + # This is used to cache the return value of get_(un)sorted_tags. + self._valid_tags: Optional[List[Tag]] = None + self._valid_tags_set: Optional[Set[Tag]] = None + + def format_given(self) -> str: + """ + Format the given, non-None attributes for display. + """ + display_version = None + if self._given_py_version_info is not None: + display_version = ".".join( + str(part) for part in self._given_py_version_info + ) + + key_values = [ + ("platforms", self.platforms), + ("version_info", display_version), + ("abis", self.abis), + ("implementation", self.implementation), + ] + return " ".join( + f"{key}={value!r}" for key, value in key_values if value is not None + ) + + def get_sorted_tags(self) -> List[Tag]: + """ + Return the supported PEP 425 tags to check wheel candidates against. + + The tags are returned in order of preference (most preferred first). + """ + if self._valid_tags is None: + # Pass versions=None if no py_version_info was given since + # versions=None uses special default logic. + py_version_info = self._given_py_version_info + if py_version_info is None: + version = None + else: + version = version_info_to_nodot(py_version_info) + + tags = get_supported( + version=version, + platforms=self.platforms, + abis=self.abis, + impl=self.implementation, + ) + self._valid_tags = tags + + return self._valid_tags + + def get_unsorted_tags(self) -> Set[Tag]: + """Exactly the same as get_sorted_tags, but returns a set. + + This is important for performance. + """ + if self._valid_tags_set is None: + self._valid_tags_set = set(self.get_sorted_tags()) + + return self._valid_tags_set diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 0000000..a5dc12b --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py @@ -0,0 +1,92 @@ +"""Represents a wheel file and provides access to the various parts of the +name that have meaning. +""" +import re +from typing import Dict, Iterable, List + +from pip._vendor.packaging.tags import Tag + +from pip._internal.exceptions import InvalidWheelFilename + + +class Wheel: + """A wheel file""" + + wheel_file_re = re.compile( + r"""^(?P(?P[^\s-]+?)-(?P[^\s-]*?)) + ((-(?P\d[^-]*?))?-(?P[^\s-]+?)-(?P[^\s-]+?)-(?P[^\s-]+?) + \.whl|\.dist-info)$""", + re.VERBOSE, + ) + + def __init__(self, filename: str) -> None: + """ + :raises InvalidWheelFilename: when the filename is invalid for a wheel + """ + wheel_info = self.wheel_file_re.match(filename) + if not wheel_info: + raise InvalidWheelFilename(f"{filename} is not a valid wheel filename.") + self.filename = filename + self.name = wheel_info.group("name").replace("_", "-") + # we'll assume "_" means "-" due to wheel naming scheme + # (https://github.com/pypa/pip/issues/1150) + self.version = wheel_info.group("ver").replace("_", "-") + self.build_tag = wheel_info.group("build") + self.pyversions = wheel_info.group("pyver").split(".") + self.abis = wheel_info.group("abi").split(".") + self.plats = wheel_info.group("plat").split(".") + + # All the tag combinations from this file + self.file_tags = { + Tag(x, y, z) for x in self.pyversions for y in self.abis for z in self.plats + } + + def get_formatted_file_tags(self) -> List[str]: + """Return the wheel's tags as a sorted list of strings.""" + return sorted(str(tag) for tag in self.file_tags) + + def support_index_min(self, tags: List[Tag]) -> int: + """Return the lowest index that one of the wheel's file_tag combinations + achieves in the given list of supported tags. + + For example, if there are 8 supported tags and one of the file tags + is first in the list, then return 0. + + :param tags: the PEP 425 tags to check the wheel against, in order + with most preferred first. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + try: + return next(i for i, t in enumerate(tags) if t in self.file_tags) + except StopIteration: + raise ValueError() + + def find_most_preferred_tag( + self, tags: List[Tag], tag_to_priority: Dict[Tag, int] + ) -> int: + """Return the priority of the most preferred tag that one of the wheel's file + tag combinations achieves in the given list of supported tags using the given + tag_to_priority mapping, where lower priorities are more-preferred. + + This is used in place of support_index_min in some cases in order to avoid + an expensive linear scan of a large list of tags. + + :param tags: the PEP 425 tags to check the wheel against. + :param tag_to_priority: a mapping from tag to priority of that tag, where + lower is more preferred. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + return min( + tag_to_priority[tag] for tag in self.file_tags if tag in tag_to_priority + ) + + def supported(self, tags: Iterable[Tag]) -> bool: + """Return whether the wheel is compatible with one of the given tags. + + :param tags: the PEP 425 tags to check the wheel against. + """ + return not self.file_tags.isdisjoint(tags) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 0000000..b51bde9 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b06993c2dd4696b710e90c89f6baf63d55a1899e GIT binary patch literal 260 zcmXw!F-`+95Jl}If+$k%ux*60Ba#-;M507#p|PCZ(e4nhZP~Ly<|3Sdvv2}vxd0+v zD!fwioB3~wng2iM^O?x{YM*G8=g$Ba$+J05vw0V_cos=6MsGJ8XIYbth3^BJR9NI! z7xv2xnz1f=CPPdZ%h}^XeqSq9yGp4KaU3q58faaI5Zn&7scLoTw!yt%#Su1L{oq1_ zP#(}8z|anS;?~)9dAov0j7zVpy>2jqCl87&W3bx5IRmJ?B37#O=`_9TT-_VI4_Eo` TP$v#;f5%eFzmb%aFv<82U3g5p literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..37e749c71ec5f17fd52244c925156f39fbe912c9 GIT binary patch literal 22002 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 a;B=m^T=iV@mjuXH&+g~C9uXi+EB+TOeVg9^ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45e69ffb58f6f1909655d0e71026b29dc9ff9e0a GIT binary patch literal 11669 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%0DV!9$Kki6JPjm7A$)IO!Jvmep_TC zZ`YW|f86g9{$x)SY#XqN14~r$6s!~6-YBp(H%&)BB~Rh5$GijBcClnAenO0Q*Bl8f z4{gR+o@W+P-nJ>AE{?g(JJZhHVw09SV-{3Rp|4dcwx_kae616+q_}X&W7$xc9j>3v zy8uN_LCLf0aihx;hCKISn}hps)&YyH^nMCi^v}AVlIk5YLy5%!)nXk884->qRm6s( zbA2QJO2cL%>1?nV$$f+4u2CsT357}&GRPIkNzSmhD13m+8t_A9zx&yI2xHAq&^S9_ z7oUg-ikXiYZoBw~mVlu%O!aS(zzVCZxe-_leEU7vK%Sllb^9{fop0X$=JIf^?&!kM z1D^;j*YZ)z@@UR?1a{cIjyp5AXO{P`)U8POhI9MQJm#F0JvYmioJ;CPYukG3b8D^7 zt<>MM=UPuL2^-Z->(&0XYXAM}!yDDUTb`Sq%>Mh;;)A_C%kQjc>o1&Jd*NJe?`ve5 z^(+m;CcE|e&DYm`U2DFs?AxFE4nKme*7L}NA)dG~Js4}A9yZaZDuu{zo;f;LY5#{x z=U{^yrp10#;jC7fLyn9H+VVxIiCt^(cPo3S3@YN3eMoR}icoPF4mO=!>2_EP3c1Y+ zIl#&*R42?TiCJ0E=9EFI>!3Qvcp?#1&eA)b)F^LI(oYGQ7RtMnu-#>j7x54ageV~@ zNtBT1p-fUj+oup~8gz4tN>IC;LUL6h-Y`gpd{bN?qtVo6G_~cM+BOA1X1cam2b5d$uaB)Kwhlx58(1^J`8vN*52t|@ z+B(d_(XXti_Xbz4{=Cnqc<8CwauUd<&*waE^k4<*!3u|Z&B9k+G71kpwM)lw)he86 zy7>z9Ue{_}-dNX(@$q9vNs-7pMT zAMya1FQ~WTCSzX^2Srjs=`*f30#6?&vS5rkF@|D7m*lPP8NNzaHE=3m+_(G| z4M*VzgO9fJ)>Gl6aXa+1@}~d+YjG+G8Mu->|0}NPVfn$;L$9osy?V|48?NWq-2Pv4 z2R`FYuXCqA;|}~M_tIzF&~LbR*0^_m%{~7acWI5g^o5J(Jz4)39I{QJia*O|!kZlB eMD&!eOdI*?@Y`Fg;z`G}jqiC3-;Xzl;Qs(W;-~Kb literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e6d782f0e3c8aa2fe30492f07cd5012a5ecc82f GIT binary patch literal 18780 zcmc(H32i=h4z4*g^qxOh0cJJg|2{` zg`R*1p)u->6$Of7#ew2jNuVTF8YqpG1_GVg~~UV}}BVSh_TNICdm(gy*CpnbxN) zdNkG<=wxN((POc$Ko`#$ILR_}OW(45D4lql*HVF#(gvv;|0<*^>6FwxVAy~H`VAP# z51d9Do}noXy3iLZr1txjZ)5k#@!Vxj-0)pKa8@dlPE$>(N37b9P^=F0iZ#-?0fSik zx+(Al#LINSiVug(Cxzuzgrc zT#L(Be6sXgqmq&!*n!C9Q8|>*o4X_phOS29a=ZOQ8bpuZuDbePJl7TMJlWNGy1VCu zYCJMLrkajL!U@%OLK>D(IWDWFGZ7`BTF-_?M$oe=^o~%Ip{OeKQD4JhNj3M6jzke$ z7)FWTpbFVhD5`Z-jz%MwcKUg>q%#yAlsYj7IUYSChDH*S4A`P$UB{1HIMW|I*V}vM z=$YQm)2icWNRf01UUi)8??0y}4XWpyERBR@Nj$GjRTa)l%1C@zk+e<}sT=WOC6b6- zm1r`^cB9*2DNF-D7mr7gQ%*qPQCZ5i^2Lx$3yTs*FnCpxX%~V)Br7gUiJ&MAghr!@ zpfr3nBFBeg(lE7(l^MQ*u=Fg-BFEw}Yz~GV2_G3v3?kpv7aEX`N1_s&IWnw+AtjiI zDu@bLl`wULB`CWz8i|TQELCtoj>m%7%V<2TIx$N{%BE1oK>&$(a3sW9xA*m(q1BYG z(^wodud|`y&}B(hEs@K^ahcXb2!|5V<+wcNxA={!c`%U}QB;1byagw~Z)AaLLuaAr zU|dNQW{*3z?|7zt8~y9pyQ;vtZ{PNg?K|{L)ii)9GKe1ZVN{esmSCRh?(6EjaK0

^g*S$-Ctc^| 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 NXZ-Bf@O2R4{$C2T+pYir literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/auth.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/auth.py new file mode 100644 index 0000000..94a82fa --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/network/auth.py @@ -0,0 +1,561 @@ +"""Network Authentication Helpers + +Contains interface (MultiDomainBasicAuth) and associated glue code for +providing credentials in the context of network requests. +""" +import logging +import os +import shutil +import subprocess +import sysconfig +import typing +import urllib.parse +from abc import ABC, abstractmethod +from functools import lru_cache +from os.path import commonprefix +from pathlib import Path +from typing import Any, Dict, List, NamedTuple, Optional, Tuple + +from pip._vendor.requests.auth import AuthBase, HTTPBasicAuth +from pip._vendor.requests.models import Request, Response +from pip._vendor.requests.utils import get_netrc_auth + +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + ask, + ask_input, + ask_password, + remove_auth_from_url, + split_auth_netloc_from_url, +) +from pip._internal.vcs.versioncontrol import AuthInfo + +logger = getLogger(__name__) + +KEYRING_DISABLED = False + + +class Credentials(NamedTuple): + url: str + username: str + password: str + + +class KeyRingBaseProvider(ABC): + """Keyring base provider interface""" + + has_keyring: bool + + @abstractmethod + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + ... + + @abstractmethod + def save_auth_info(self, url: str, username: str, password: str) -> None: + ... + + +class KeyRingNullProvider(KeyRingBaseProvider): + """Keyring null provider""" + + has_keyring = False + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return None + + +class KeyRingPythonProvider(KeyRingBaseProvider): + """Keyring interface which uses locally imported `keyring`""" + + has_keyring = True + + def __init__(self) -> None: + import keyring + + self.keyring = keyring + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # Support keyring's get_credential interface which supports getting + # credentials without a username. This is only available for + # keyring>=15.2.0. + if hasattr(self.keyring, "get_credential"): + logger.debug("Getting credentials from keyring for %s", url) + cred = self.keyring.get_credential(url, username) + if cred is not None: + return cred.username, cred.password + return None + + if username is not None: + logger.debug("Getting password from keyring for %s", url) + password = self.keyring.get_password(url, username) + if password: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + self.keyring.set_password(url, username, password) + + +class KeyRingCliProvider(KeyRingBaseProvider): + """Provider which uses `keyring` cli + + Instead of calling the keyring package installed alongside pip + we call keyring on the command line which will enable pip to + use which ever installation of keyring is available first in + PATH. + """ + + has_keyring = True + + def __init__(self, cmd: str) -> None: + self.keyring = cmd + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # This is the default implementation of keyring.get_credential + # https://github.com/jaraco/keyring/blob/97689324abcf01bd1793d49063e7ca01e03d7d07/keyring/backend.py#L134-L139 + if username is not None: + password = self._get_password(url, username) + if password is not None: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return self._set_password(url, username, password) + + def _get_password(self, service_name: str, username: str) -> Optional[str]: + """Mirror the implementation of keyring.get_password using cli""" + if self.keyring is None: + return None + + cmd = [self.keyring, "get", service_name, username] + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + res = subprocess.run( + cmd, + stdin=subprocess.DEVNULL, + stdout=subprocess.PIPE, + env=env, + ) + if res.returncode: + return None + return res.stdout.decode("utf-8").strip(os.linesep) + + def _set_password(self, service_name: str, username: str, password: str) -> None: + """Mirror the implementation of keyring.set_password using cli""" + if self.keyring is None: + return None + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + subprocess.run( + [self.keyring, "set", service_name, username], + input=f"{password}{os.linesep}".encode("utf-8"), + env=env, + check=True, + ) + return None + + +@lru_cache(maxsize=None) +def get_keyring_provider(provider: str) -> KeyRingBaseProvider: + logger.verbose("Keyring provider requested: %s", provider) + + # keyring has previously failed and been disabled + if KEYRING_DISABLED: + provider = "disabled" + if provider in ["import", "auto"]: + try: + impl = KeyRingPythonProvider() + logger.verbose("Keyring provider set: import") + return impl + except ImportError: + pass + except Exception as exc: + # In the event of an unexpected exception + # we should warn the user + msg = "Installed copy of keyring fails with exception %s" + if provider == "auto": + msg = msg + ", trying to find a keyring executable as a fallback" + logger.warning(msg, exc, exc_info=logger.isEnabledFor(logging.DEBUG)) + if provider in ["subprocess", "auto"]: + cli = shutil.which("keyring") + if cli and cli.startswith(sysconfig.get_path("scripts")): + # all code within this function is stolen from shutil.which implementation + @typing.no_type_check + def PATH_as_shutil_which_determines_it() -> str: + path = os.environ.get("PATH", None) + if path is None: + try: + path = os.confstr("CS_PATH") + except (AttributeError, ValueError): + # os.confstr() or CS_PATH is not available + path = os.defpath + # bpo-35755: Don't use os.defpath if the PATH environment variable is + # set to an empty string + + return path + + scripts = Path(sysconfig.get_path("scripts")) + + paths = [] + for path in PATH_as_shutil_which_determines_it().split(os.pathsep): + p = Path(path) + try: + if not p.samefile(scripts): + paths.append(path) + except FileNotFoundError: + pass + + path = os.pathsep.join(paths) + + cli = shutil.which("keyring", path=path) + + if cli: + logger.verbose("Keyring provider set: subprocess with executable %s", cli) + return KeyRingCliProvider(cli) + + logger.verbose("Keyring provider set: disabled") + return KeyRingNullProvider() + + +class MultiDomainBasicAuth(AuthBase): + def __init__( + self, + prompting: bool = True, + index_urls: Optional[List[str]] = None, + keyring_provider: str = "auto", + ) -> None: + self.prompting = prompting + self.index_urls = index_urls + self.keyring_provider = keyring_provider # type: ignore[assignment] + self.passwords: Dict[str, AuthInfo] = {} + # When the user is prompted to enter credentials and keyring is + # available, we will offer to save them. If the user accepts, + # this value is set to the credentials they entered. After the + # request authenticates, the caller should call + # ``save_credentials`` to save these. + self._credentials_to_save: Optional[Credentials] = None + + @property + def keyring_provider(self) -> KeyRingBaseProvider: + return get_keyring_provider(self._keyring_provider) + + @keyring_provider.setter + def keyring_provider(self, provider: str) -> None: + # The free function get_keyring_provider has been decorated with + # functools.cache. If an exception occurs in get_keyring_auth that + # cache will be cleared and keyring disabled, take that into account + # if you want to remove this indirection. + self._keyring_provider = provider + + @property + def use_keyring(self) -> bool: + # We won't use keyring when --no-input is passed unless + # a specific provider is requested because it might require + # user interaction + return self.prompting or self._keyring_provider not in ["auto", "disabled"] + + def _get_keyring_auth( + self, + url: Optional[str], + username: Optional[str], + ) -> Optional[AuthInfo]: + """Return the tuple auth for a given url from keyring.""" + # Do nothing if no url was provided + if not url: + return None + + try: + return self.keyring_provider.get_auth_info(url, username) + except Exception as exc: + logger.warning( + "Keyring is skipped due to an exception: %s", + str(exc), + ) + global KEYRING_DISABLED + KEYRING_DISABLED = True + get_keyring_provider.cache_clear() + return None + + def _get_index_url(self, url: str) -> Optional[str]: + """Return the original index URL matching the requested URL. + + Cached or dynamically generated credentials may work against + the original index URL rather than just the netloc. + + The provided url should have had its username and password + removed already. If the original index url had credentials then + they will be included in the return value. + + Returns None if no matching index was found, or if --no-index + was specified by the user. + """ + if not url or not self.index_urls: + return None + + url = remove_auth_from_url(url).rstrip("/") + "/" + parsed_url = urllib.parse.urlsplit(url) + + candidates = [] + + for index in self.index_urls: + index = index.rstrip("/") + "/" + parsed_index = urllib.parse.urlsplit(remove_auth_from_url(index)) + if parsed_url == parsed_index: + return index + + if parsed_url.netloc != parsed_index.netloc: + continue + + candidate = urllib.parse.urlsplit(index) + candidates.append(candidate) + + if not candidates: + return None + + candidates.sort( + reverse=True, + key=lambda candidate: commonprefix( + [ + parsed_url.path, + candidate.path, + ] + ).rfind("/"), + ) + + return urllib.parse.urlunsplit(candidates[0]) + + def _get_new_credentials( + self, + original_url: str, + *, + allow_netrc: bool = True, + allow_keyring: bool = False, + ) -> AuthInfo: + """Find and return credentials for the specified URL.""" + # Split the credentials and netloc from the url. + url, netloc, url_user_password = split_auth_netloc_from_url( + original_url, + ) + + # Start with the credentials embedded in the url + username, password = url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in url for %s", netloc) + return url_user_password + + # Find a matching index url for this request + index_url = self._get_index_url(url) + if index_url: + # Split the credentials from the url. + index_info = split_auth_netloc_from_url(index_url) + if index_info: + index_url, _, index_url_user_password = index_info + logger.debug("Found index url %s", index_url) + + # If an index URL was found, try its embedded credentials + if index_url and index_url_user_password[0] is not None: + username, password = index_url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in index url for %s", netloc) + return index_url_user_password + + # Get creds from netrc if we still don't have them + if allow_netrc: + netrc_auth = get_netrc_auth(original_url) + if netrc_auth: + logger.debug("Found credentials in netrc for %s", netloc) + return netrc_auth + + # If we don't have a password and keyring is available, use it. + if allow_keyring: + # The index url is more specific than the netloc, so try it first + # fmt: off + kr_auth = ( + self._get_keyring_auth(index_url, username) or + self._get_keyring_auth(netloc, username) + ) + # fmt: on + if kr_auth: + logger.debug("Found credentials in keyring for %s", netloc) + return kr_auth + + return username, password + + def _get_url_and_credentials( + self, original_url: str + ) -> Tuple[str, Optional[str], Optional[str]]: + """Return the credentials to use for the provided URL. + + If allowed, netrc and keyring may be used to obtain the + correct credentials. + + Returns (url_without_credentials, username, password). Note + that even if the original URL contains credentials, this + function may return a different username and password. + """ + url, netloc, _ = split_auth_netloc_from_url(original_url) + + # Try to get credentials from original url + username, password = self._get_new_credentials(original_url) + + # If credentials not found, use any stored credentials for this netloc. + # Do this if either the username or the password is missing. + # This accounts for the situation in which the user has specified + # the username in the index url, but the password comes from keyring. + if (username is None or password is None) and netloc in self.passwords: + un, pw = self.passwords[netloc] + # It is possible that the cached credentials are for a different username, + # in which case the cache should be ignored. + if username is None or username == un: + username, password = un, pw + + if username is not None or password is not None: + # Convert the username and password if they're None, so that + # this netloc will show up as "cached" in the conditional above. + # Further, HTTPBasicAuth doesn't accept None, so it makes sense to + # cache the value that is going to be used. + username = username or "" + password = password or "" + + # Store any acquired credentials. + self.passwords[netloc] = (username, password) + + assert ( + # Credentials were found + (username is not None and password is not None) + # Credentials were not found + or (username is None and password is None) + ), f"Could not load credentials from url: {original_url}" + + return url, username, password + + def __call__(self, req: Request) -> Request: + # Get credentials for this request + url, username, password = self._get_url_and_credentials(req.url) + + # Set the url of the request to the url without any credentials + req.url = url + + if username is not None and password is not None: + # Send the basic auth with this request + req = HTTPBasicAuth(username, password)(req) + + # Attach a hook to handle 401 responses + req.register_hook("response", self.handle_401) + + return req + + # Factored out to allow for easy patching in tests + def _prompt_for_password( + self, netloc: str + ) -> Tuple[Optional[str], Optional[str], bool]: + username = ask_input(f"User for {netloc}: ") if self.prompting else None + if not username: + return None, None, False + if self.use_keyring: + auth = self._get_keyring_auth(netloc, username) + if auth and auth[0] is not None and auth[1] is not None: + return auth[0], auth[1], False + password = ask_password("Password: ") + return username, password, True + + # Factored out to allow for easy patching in tests + def _should_save_password_to_keyring(self) -> bool: + if ( + not self.prompting + or not self.use_keyring + or not self.keyring_provider.has_keyring + ): + return False + return ask("Save credentials to keyring [y/N]: ", ["y", "n"]) == "y" + + def handle_401(self, resp: Response, **kwargs: Any) -> Response: + # We only care about 401 responses, anything else we want to just + # pass through the actual response + if resp.status_code != 401: + return resp + + username, password = None, None + + # Query the keyring for credentials: + if self.use_keyring: + username, password = self._get_new_credentials( + resp.url, + allow_netrc=False, + allow_keyring=True, + ) + + # We are not able to prompt the user so simply return the response + if not self.prompting and not username and not password: + return resp + + parsed = urllib.parse.urlparse(resp.url) + + # Prompt the user for a new username and password + save = False + if not username and not password: + username, password, save = self._prompt_for_password(parsed.netloc) + + # Store the new username and password to use for future requests + self._credentials_to_save = None + if username is not None and password is not None: + self.passwords[parsed.netloc] = (username, password) + + # Prompt to save the password to keyring + if save and self._should_save_password_to_keyring(): + self._credentials_to_save = Credentials( + url=parsed.netloc, + username=username, + password=password, + ) + + # Consume content and release the original connection to allow our new + # request to reuse the same one. + # The result of the assignment isn't used, it's just needed to consume + # the content. + _ = resp.content + resp.raw.release_conn() + + # Add our new username and password to the request + req = HTTPBasicAuth(username or "", password or "")(resp.request) + req.register_hook("response", self.warn_on_401) + + # On successful request, save the credentials that were used to + # keyring. (Note that if the user responded "no" above, this member + # is not set and nothing will be saved.) + if self._credentials_to_save: + req.register_hook("response", self.save_credentials) + + # Send our new request + new_resp = resp.connection.send(req, **kwargs) + new_resp.history.append(resp) + + return new_resp + + def warn_on_401(self, resp: Response, **kwargs: Any) -> None: + """Response callback to warn about incorrect credentials.""" + if resp.status_code == 401: + logger.warning( + "401 Error, Credentials not correct for %s", + resp.request.url, + ) + + def save_credentials(self, resp: Response, **kwargs: Any) -> None: + """Response callback to save credentials on success.""" + assert ( + self.keyring_provider.has_keyring + ), "should never reach here without keyring" + + creds = self._credentials_to_save + self._credentials_to_save = None + if creds and resp.status_code < 400: + try: + logger.info("Saving credentials to keyring") + self.keyring_provider.save_auth_info( + creds.url, creds.username, creds.password + ) + except Exception: + logger.exception("Failed to save credentials") diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py new file mode 100644 index 0000000..4d0fb54 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,106 @@ +"""HTTP cache implementation. +""" + +import os +from contextlib import contextmanager +from datetime import datetime +from typing import BinaryIO, Generator, Optional, Union + +from pip._vendor.cachecontrol.cache import SeparateBodyBaseCache +from pip._vendor.cachecontrol.caches import SeparateBodyFileCache +from pip._vendor.requests.models import Response + +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import ensure_dir + + +def is_from_cache(response: Response) -> bool: + return getattr(response, "from_cache", False) + + +@contextmanager +def suppressed_cache_errors() -> Generator[None, None, None]: + """If we can't access the cache then we can just skip caching and process + requests as if caching wasn't enabled. + """ + try: + yield + except OSError: + pass + + +class SafeFileCache(SeparateBodyBaseCache): + """ + A file based cache which is safe to use even when the target directory may + not be accessible or writable. + + There is a race condition when two processes try to write and/or read the + same entry at the same time, since each entry consists of two separate + files (https://github.com/psf/cachecontrol/issues/324). We therefore have + additional logic that makes sure that both files to be present before + returning an entry; this fixes the read side of the race condition. + + For the write side, we assume that the server will only ever return the + same data for the same URL, which ought to be the case for files pip is + downloading. PyPI does not have a mechanism to swap out a wheel for + another wheel, for example. If this assumption is not true, the + CacheControl issue will need to be fixed. + """ + + def __init__(self, directory: str) -> None: + assert directory is not None, "Cache directory must not be None." + super().__init__() + self.directory = directory + + def _get_cache_path(self, name: str) -> str: + # From cachecontrol.caches.file_cache.FileCache._fn, brought into our + # class for backwards-compatibility and to avoid using a non-public + # method. + hashed = SeparateBodyFileCache.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> Optional[bytes]: + # The cache entry is only valid if both metadata and body exist. + metadata_path = self._get_cache_path(key) + body_path = metadata_path + ".body" + if not (os.path.exists(metadata_path) and os.path.exists(body_path)): + return None + with suppressed_cache_errors(): + with open(metadata_path, "rb") as f: + return f.read() + + def _write(self, path: str, data: bytes) -> None: + with suppressed_cache_errors(): + ensure_dir(os.path.dirname(path)) + + with adjacent_tmp_file(path) as f: + f.write(data) + + replace(f.name, path) + + def set( + self, key: str, value: bytes, expires: Union[int, datetime, None] = None + ) -> None: + path = self._get_cache_path(key) + self._write(path, value) + + def delete(self, key: str) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + os.remove(path) + with suppressed_cache_errors(): + os.remove(path + ".body") + + def get_body(self, key: str) -> Optional[BinaryIO]: + # The cache entry is only valid if both metadata and body exist. + metadata_path = self._get_cache_path(key) + body_path = metadata_path + ".body" + if not (os.path.exists(metadata_path) and os.path.exists(body_path)): + return None + with suppressed_cache_errors(): + return open(body_path, "rb") + + def set_body(self, key: str, body: bytes) -> None: + path = self._get_cache_path(key) + ".body" + self._write(path, body) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py new file mode 100644 index 0000000..d1d4354 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py @@ -0,0 +1,186 @@ +"""Download files with progress indicators. +""" +import email.message +import logging +import mimetypes +import os +from typing import Iterable, Optional, Tuple + +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.cli.progress_bars import get_download_progress_renderer +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.index import PyPI +from pip._internal.models.link import Link +from pip._internal.network.cache import is_from_cache +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks +from pip._internal.utils.misc import format_size, redact_auth_from_url, splitext + +logger = logging.getLogger(__name__) + + +def _get_http_response_size(resp: Response) -> Optional[int]: + try: + return int(resp.headers["content-length"]) + except (ValueError, KeyError, TypeError): + return None + + +def _prepare_download( + resp: Response, + link: Link, + progress_bar: str, +) -> Iterable[bytes]: + total_length = _get_http_response_size(resp) + + if link.netloc == PyPI.file_storage_domain: + url = link.show_url + else: + url = link.url_without_fragment + + logged_url = redact_auth_from_url(url) + + if total_length: + logged_url = f"{logged_url} ({format_size(total_length)})" + + if is_from_cache(resp): + logger.info("Using cached %s", logged_url) + else: + logger.info("Downloading %s", logged_url) + + if logger.getEffectiveLevel() > logging.INFO: + show_progress = False + elif is_from_cache(resp): + show_progress = False + elif not total_length: + show_progress = True + elif total_length > (40 * 1000): + show_progress = True + else: + show_progress = False + + chunks = response_chunks(resp, CONTENT_CHUNK_SIZE) + + if not show_progress: + return chunks + + renderer = get_download_progress_renderer(bar_type=progress_bar, size=total_length) + return renderer(chunks) + + +def sanitize_content_filename(filename: str) -> str: + """ + Sanitize the "filename" value from a Content-Disposition header. + """ + return os.path.basename(filename) + + +def parse_content_disposition(content_disposition: str, default_filename: str) -> str: + """ + Parse the "filename" value from a Content-Disposition header, and + return the default filename if the result is empty. + """ + m = email.message.Message() + m["content-type"] = content_disposition + filename = m.get_param("filename") + if filename: + # We need to sanitize the filename to prevent directory traversal + # in case the filename contains ".." path parts. + filename = sanitize_content_filename(str(filename)) + return filename or default_filename + + +def _get_http_response_filename(resp: Response, link: Link) -> str: + """Get an ideal filename from the given HTTP response, falling back to + the link filename if not provided. + """ + filename = link.filename # fallback + # Have a look at the Content-Disposition header for a better guess + content_disposition = resp.headers.get("content-disposition") + if content_disposition: + filename = parse_content_disposition(content_disposition, filename) + ext: Optional[str] = splitext(filename)[1] + if not ext: + ext = mimetypes.guess_extension(resp.headers.get("content-type", "")) + if ext: + filename += ext + if not ext and link.url != resp.url: + ext = os.path.splitext(resp.url)[1] + if ext: + filename += ext + return filename + + +def _http_get_download(session: PipSession, link: Link) -> Response: + target_url = link.url.split("#", 1)[0] + resp = session.get(target_url, headers=HEADERS, stream=True) + raise_for_status(resp) + return resp + + +class Downloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__(self, link: Link, location: str) -> Tuple[str, str]: + """Download the file given by link into location.""" + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", e.response.status_code, link + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + return filepath, content_type + + +class BatchDownloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__( + self, links: Iterable[Link], location: str + ) -> Iterable[Tuple[Link, Tuple[str, str]]]: + """Download the files given by links into location.""" + for link in links: + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", + e.response.status_code, + link, + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + yield link, (filepath, content_type) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 0000000..82ec50d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py @@ -0,0 +1,210 @@ +"""Lazy ZIP over HTTP""" + +__all__ = ["HTTPRangeRequestUnsupported", "dist_from_wheel_url"] + +from bisect import bisect_left, bisect_right +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, Dict, Generator, List, Optional, Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.metadata import BaseDistribution, MemoryWheel, get_wheel_distribution +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks + + +class HTTPRangeRequestUnsupported(Exception): + pass + + +def dist_from_wheel_url(name: str, url: str, session: PipSession) -> BaseDistribution: + """Return a distribution object from the given wheel URL. + + This uses HTTP range requests to only fetch the portion of the wheel + containing metadata, just enough for the object to be constructed. + If such requests are not supported, HTTPRangeRequestUnsupported + is raised. + """ + with LazyZipOverHTTP(url, session) as zf: + # For read-only ZIP files, ZipFile only needs methods read, + # seek, seekable and tell, not the whole IO protocol. + wheel = MemoryWheel(zf.name, zf) # type: ignore + # After context manager exit, wheel.name + # is an invalid file by intention. + return get_wheel_distribution(wheel, canonicalize_name(name)) + + +class LazyZipOverHTTP: + """File-like object mapped to a ZIP file over HTTP. + + This uses HTTP range requests to lazily fetch the file's content, + which is supposed to be fed to ZipFile. If such requests are not + supported by the server, raise HTTPRangeRequestUnsupported + during initialization. + """ + + def __init__( + self, url: str, session: PipSession, chunk_size: int = CONTENT_CHUNK_SIZE + ) -> None: + head = session.head(url, headers=HEADERS) + raise_for_status(head) + assert head.status_code == 200 + self._session, self._url, self._chunk_size = session, url, chunk_size + self._length = int(head.headers["Content-Length"]) + self._file = NamedTemporaryFile() + self.truncate(self._length) + self._left: List[int] = [] + self._right: List[int] = [] + if "bytes" not in head.headers.get("Accept-Ranges", "none"): + raise HTTPRangeRequestUnsupported("range request is not supported") + self._check_zip() + + @property + def mode(self) -> str: + """Opening mode, which is always rb.""" + return "rb" + + @property + def name(self) -> str: + """Path to the underlying file.""" + return self._file.name + + def seekable(self) -> bool: + """Return whether random access is supported, which is True.""" + return True + + def close(self) -> None: + """Close the file.""" + self._file.close() + + @property + def closed(self) -> bool: + """Whether the file is closed.""" + return self._file.closed + + def read(self, size: int = -1) -> bytes: + """Read up to size bytes from the object and return them. + + As a convenience, if size is unspecified or -1, + all bytes until EOF are returned. Fewer than + size bytes may be returned if EOF is reached. + """ + download_size = max(size, self._chunk_size) + start, length = self.tell(), self._length + stop = length if size < 0 else min(start + download_size, length) + start = max(0, stop - download_size) + self._download(start, stop - 1) + return self._file.read(size) + + def readable(self) -> bool: + """Return whether the file is readable, which is True.""" + return True + + def seek(self, offset: int, whence: int = 0) -> int: + """Change stream position and return the new absolute position. + + Seek to offset relative position indicated by whence: + * 0: Start of stream (the default). pos should be >= 0; + * 1: Current position - pos may be negative; + * 2: End of stream - pos usually negative. + """ + return self._file.seek(offset, whence) + + def tell(self) -> int: + """Return the current position.""" + return self._file.tell() + + def truncate(self, size: Optional[int] = None) -> int: + """Resize the stream to the given size in bytes. + + If size is unspecified resize to the current position. + The current stream position isn't changed. + + Return the new file size. + """ + return self._file.truncate(size) + + def writable(self) -> bool: + """Return False.""" + return False + + def __enter__(self) -> "LazyZipOverHTTP": + self._file.__enter__() + return self + + def __exit__(self, *exc: Any) -> None: + self._file.__exit__(*exc) + + @contextmanager + def _stay(self) -> Generator[None, None, None]: + """Return a context manager keeping the position. + + At the end of the block, seek back to original position. + """ + pos = self.tell() + try: + yield + finally: + self.seek(pos) + + def _check_zip(self) -> None: + """Check and download until the file is a valid ZIP.""" + end = self._length - 1 + for start in reversed(range(0, end, self._chunk_size)): + self._download(start, end) + with self._stay(): + try: + # For read-only ZIP files, ZipFile only needs + # methods read, seek, seekable and tell. + ZipFile(self) # type: ignore + except BadZipFile: + pass + else: + break + + def _stream_response( + self, start: int, end: int, base_headers: Dict[str, str] = HEADERS + ) -> Response: + """Return HTTP response to a range request from start to end.""" + headers = base_headers.copy() + headers["Range"] = f"bytes={start}-{end}" + # TODO: Get range requests to be correctly cached + headers["Cache-Control"] = "no-cache" + return self._session.get(self._url, headers=headers, stream=True) + + def _merge( + self, start: int, end: int, left: int, right: int + ) -> Generator[Tuple[int, int], None, None]: + """Return a generator of intervals to be fetched. + + Args: + start (int): Start of needed interval + end (int): End of needed interval + left (int): Index of first overlapping downloaded data + right (int): Index after last overlapping downloaded data + """ + lslice, rslice = self._left[left:right], self._right[left:right] + i = start = min([start] + lslice[:1]) + end = max([end] + rslice[-1:]) + for j, k in zip(lslice, rslice): + if j > i: + yield i, j - 1 + i = k + 1 + if i <= end: + yield i, end + self._left[left:right], self._right[left:right] = [start], [end] + + def _download(self, start: int, end: int) -> None: + """Download bytes from start to end inclusively.""" + with self._stay(): + left = bisect_left(self._right, start) + right = bisect_right(self._left, end) + for start, end in self._merge(start, end, left, right): + response = self._stream_response(start, end) + response.raise_for_status() + self.seek(start) + for chunk in response_chunks(response, self._chunk_size): + self._file.write(chunk) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py new file mode 100644 index 0000000..f17efc5 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py @@ -0,0 +1,520 @@ +"""PipSession and supporting code, containing all pip-specific +network request configuration and behavior. +""" + +import email.utils +import io +import ipaddress +import json +import logging +import mimetypes +import os +import platform +import shutil +import subprocess +import sys +import urllib.parse +import warnings +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Generator, + List, + Mapping, + Optional, + Sequence, + Tuple, + Union, +) + +from pip._vendor import requests, urllib3 +from pip._vendor.cachecontrol import CacheControlAdapter as _BaseCacheControlAdapter +from pip._vendor.requests.adapters import DEFAULT_POOLBLOCK, BaseAdapter +from pip._vendor.requests.adapters import HTTPAdapter as _BaseHTTPAdapter +from pip._vendor.requests.models import PreparedRequest, Response +from pip._vendor.requests.structures import CaseInsensitiveDict +from pip._vendor.urllib3.connectionpool import ConnectionPool +from pip._vendor.urllib3.exceptions import InsecureRequestWarning + +from pip import __version__ +from pip._internal.metadata import get_default_environment +from pip._internal.models.link import Link +from pip._internal.network.auth import MultiDomainBasicAuth +from pip._internal.network.cache import SafeFileCache + +# Import ssl from compat so the initial import occurs in only one place. +from pip._internal.utils.compat import has_tls +from pip._internal.utils.glibc import libc_ver +from pip._internal.utils.misc import build_url_from_netloc, parse_netloc +from pip._internal.utils.urls import url_to_path + +if TYPE_CHECKING: + from ssl import SSLContext + + from pip._vendor.urllib3.poolmanager import PoolManager + + +logger = logging.getLogger(__name__) + +SecureOrigin = Tuple[str, str, Optional[Union[int, str]]] + + +# Ignore warning raised when using --trusted-host. +warnings.filterwarnings("ignore", category=InsecureRequestWarning) + + +SECURE_ORIGINS: List[SecureOrigin] = [ + # protocol, hostname, port + # Taken from Chrome's list of secure origins (See: http://bit.ly/1qrySKC) + ("https", "*", "*"), + ("*", "localhost", "*"), + ("*", "127.0.0.0/8", "*"), + ("*", "::1/128", "*"), + ("file", "*", None), + # ssh is always secure. + ("ssh", "*", "*"), +] + + +# These are environment variables present when running under various +# CI systems. For each variable, some CI systems that use the variable +# are indicated. The collection was chosen so that for each of a number +# of popular systems, at least one of the environment variables is used. +# This list is used to provide some indication of and lower bound for +# CI traffic to PyPI. Thus, it is okay if the list is not comprehensive. +# For more background, see: https://github.com/pypa/pip/issues/5499 +CI_ENVIRONMENT_VARIABLES = ( + # Azure Pipelines + "BUILD_BUILDID", + # Jenkins + "BUILD_ID", + # AppVeyor, CircleCI, Codeship, Gitlab CI, Shippable, Travis CI + "CI", + # Explicit environment variable. + "PIP_IS_CI", +) + + +def looks_like_ci() -> bool: + """ + Return whether it looks like pip is running under CI. + """ + # We don't use the method of checking for a tty (e.g. using isatty()) + # because some CI systems mimic a tty (e.g. Travis CI). Thus that + # method doesn't provide definitive information in either direction. + return any(name in os.environ for name in CI_ENVIRONMENT_VARIABLES) + + +def user_agent() -> str: + """ + Return a string representing the user agent. + """ + data: Dict[str, Any] = { + "installer": {"name": "pip", "version": __version__}, + "python": platform.python_version(), + "implementation": { + "name": platform.python_implementation(), + }, + } + + if data["implementation"]["name"] == "CPython": + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "PyPy": + pypy_version_info = sys.pypy_version_info # type: ignore + if pypy_version_info.releaselevel == "final": + pypy_version_info = pypy_version_info[:3] + data["implementation"]["version"] = ".".join( + [str(x) for x in pypy_version_info] + ) + elif data["implementation"]["name"] == "Jython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "IronPython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + + if sys.platform.startswith("linux"): + from pip._vendor import distro + + linux_distribution = distro.name(), distro.version(), distro.codename() + distro_infos: Dict[str, Any] = dict( + filter( + lambda x: x[1], + zip(["name", "version", "id"], linux_distribution), + ) + ) + libc = dict( + filter( + lambda x: x[1], + zip(["lib", "version"], libc_ver()), + ) + ) + if libc: + distro_infos["libc"] = libc + if distro_infos: + data["distro"] = distro_infos + + if sys.platform.startswith("darwin") and platform.mac_ver()[0]: + data["distro"] = {"name": "macOS", "version": platform.mac_ver()[0]} + + if platform.system(): + data.setdefault("system", {})["name"] = platform.system() + + if platform.release(): + data.setdefault("system", {})["release"] = platform.release() + + if platform.machine(): + data["cpu"] = platform.machine() + + if has_tls(): + import _ssl as ssl + + data["openssl_version"] = ssl.OPENSSL_VERSION + + setuptools_dist = get_default_environment().get_distribution("setuptools") + if setuptools_dist is not None: + data["setuptools_version"] = str(setuptools_dist.version) + + if shutil.which("rustc") is not None: + # If for any reason `rustc --version` fails, silently ignore it + try: + rustc_output = subprocess.check_output( + ["rustc", "--version"], stderr=subprocess.STDOUT, timeout=0.5 + ) + except Exception: + pass + else: + if rustc_output.startswith(b"rustc "): + # The format of `rustc --version` is: + # `b'rustc 1.52.1 (9bc8c42bb 2021-05-09)\n'` + # We extract just the middle (1.52.1) part + data["rustc_version"] = rustc_output.split(b" ")[1].decode() + + # Use None rather than False so as not to give the impression that + # pip knows it is not being run under CI. Rather, it is a null or + # inconclusive result. Also, we include some value rather than no + # value to make it easier to know that the check has been run. + data["ci"] = True if looks_like_ci() else None + + user_data = os.environ.get("PIP_USER_AGENT_USER_DATA") + if user_data is not None: + data["user_data"] = user_data + + return "{data[installer][name]}/{data[installer][version]} {json}".format( + data=data, + json=json.dumps(data, separators=(",", ":"), sort_keys=True), + ) + + +class LocalFSAdapter(BaseAdapter): + def send( + self, + request: PreparedRequest, + stream: bool = False, + timeout: Optional[Union[float, Tuple[float, float]]] = None, + verify: Union[bool, str] = True, + cert: Optional[Union[str, Tuple[str, str]]] = None, + proxies: Optional[Mapping[str, str]] = None, + ) -> Response: + pathname = url_to_path(request.url) + + resp = Response() + resp.status_code = 200 + resp.url = request.url + + try: + stats = os.stat(pathname) + except OSError as exc: + # format the exception raised as a io.BytesIO object, + # to return a better error message: + resp.status_code = 404 + resp.reason = type(exc).__name__ + resp.raw = io.BytesIO(f"{resp.reason}: {exc}".encode("utf8")) + else: + modified = email.utils.formatdate(stats.st_mtime, usegmt=True) + content_type = mimetypes.guess_type(pathname)[0] or "text/plain" + resp.headers = CaseInsensitiveDict( + { + "Content-Type": content_type, + "Content-Length": stats.st_size, + "Last-Modified": modified, + } + ) + + resp.raw = open(pathname, "rb") + resp.close = resp.raw.close + + return resp + + def close(self) -> None: + pass + + +class _SSLContextAdapterMixin: + """Mixin to add the ``ssl_context`` constructor argument to HTTP adapters. + + The additional argument is forwarded directly to the pool manager. This allows us + to dynamically decide what SSL store to use at runtime, which is used to implement + the optional ``truststore`` backend. + """ + + def __init__( + self, + *, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + self._ssl_context = ssl_context + super().__init__(**kwargs) + + def init_poolmanager( + self, + connections: int, + maxsize: int, + block: bool = DEFAULT_POOLBLOCK, + **pool_kwargs: Any, + ) -> "PoolManager": + if self._ssl_context is not None: + pool_kwargs.setdefault("ssl_context", self._ssl_context) + return super().init_poolmanager( # type: ignore[misc] + connections=connections, + maxsize=maxsize, + block=block, + **pool_kwargs, + ) + + +class HTTPAdapter(_SSLContextAdapterMixin, _BaseHTTPAdapter): + pass + + +class CacheControlAdapter(_SSLContextAdapterMixin, _BaseCacheControlAdapter): + pass + + +class InsecureHTTPAdapter(HTTPAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class InsecureCacheControlAdapter(CacheControlAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class PipSession(requests.Session): + timeout: Optional[int] = None + + def __init__( + self, + *args: Any, + retries: int = 0, + cache: Optional[str] = None, + trusted_hosts: Sequence[str] = (), + index_urls: Optional[List[str]] = None, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + """ + :param trusted_hosts: Domains not to emit warnings for when not using + HTTPS. + """ + super().__init__(*args, **kwargs) + + # Namespace the attribute with "pip_" just in case to prevent + # possible conflicts with the base class. + self.pip_trusted_origins: List[Tuple[str, Optional[int]]] = [] + + # Attach our User Agent to the request + self.headers["User-Agent"] = user_agent() + + # Attach our Authentication handler to the session + self.auth = MultiDomainBasicAuth(index_urls=index_urls) + + # Create our urllib3.Retry instance which will allow us to customize + # how we handle retries. + retries = urllib3.Retry( + # Set the total number of retries that a particular request can + # have. + total=retries, + # A 503 error from PyPI typically means that the Fastly -> Origin + # connection got interrupted in some way. A 503 error in general + # is typically considered a transient error so we'll go ahead and + # retry it. + # A 500 may indicate transient error in Amazon S3 + # A 502 may be a transient error from a CDN like CloudFlare or CloudFront + # A 520 or 527 - may indicate transient error in CloudFlare + status_forcelist=[500, 502, 503, 520, 527], + # Add a small amount of back off between failed requests in + # order to prevent hammering the service. + backoff_factor=0.25, + ) # type: ignore + + # Our Insecure HTTPAdapter disables HTTPS validation. It does not + # support caching so we'll use it for all http:// URLs. + # If caching is disabled, we will also use it for + # https:// hosts that we've marked as ignoring + # TLS errors for (trusted-hosts). + insecure_adapter = InsecureHTTPAdapter(max_retries=retries) + + # We want to _only_ cache responses on securely fetched origins or when + # the host is specified as trusted. We do this because + # we can't validate the response of an insecurely/untrusted fetched + # origin, and we don't want someone to be able to poison the cache and + # require manual eviction from the cache to fix it. + if cache: + secure_adapter = CacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ssl_context=ssl_context, + ) + self._trusted_host_adapter = InsecureCacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ) + else: + secure_adapter = HTTPAdapter(max_retries=retries, ssl_context=ssl_context) + self._trusted_host_adapter = insecure_adapter + + self.mount("https://", secure_adapter) + self.mount("http://", insecure_adapter) + + # Enable file:// urls + self.mount("file://", LocalFSAdapter()) + + for host in trusted_hosts: + self.add_trusted_host(host, suppress_logging=True) + + def update_index_urls(self, new_index_urls: List[str]) -> None: + """ + :param new_index_urls: New index urls to update the authentication + handler with. + """ + self.auth.index_urls = new_index_urls + + def add_trusted_host( + self, host: str, source: Optional[str] = None, suppress_logging: bool = False + ) -> None: + """ + :param host: It is okay to provide a host that has previously been + added. + :param source: An optional source string, for logging where the host + string came from. + """ + if not suppress_logging: + msg = f"adding trusted host: {host!r}" + if source is not None: + msg += f" (from {source})" + logger.info(msg) + + parsed_host, parsed_port = parse_netloc(host) + if parsed_host is None: + raise ValueError(f"Trusted host URL must include a host part: {host!r}") + if (parsed_host, parsed_port) not in self.pip_trusted_origins: + self.pip_trusted_origins.append((parsed_host, parsed_port)) + + self.mount( + build_url_from_netloc(host, scheme="http") + "/", self._trusted_host_adapter + ) + self.mount(build_url_from_netloc(host) + "/", self._trusted_host_adapter) + if not parsed_port: + self.mount( + build_url_from_netloc(host, scheme="http") + ":", + self._trusted_host_adapter, + ) + # Mount wildcard ports for the same host. + self.mount(build_url_from_netloc(host) + ":", self._trusted_host_adapter) + + def iter_secure_origins(self) -> Generator[SecureOrigin, None, None]: + yield from SECURE_ORIGINS + for host, port in self.pip_trusted_origins: + yield ("*", host, "*" if port is None else port) + + def is_secure_origin(self, location: Link) -> bool: + # Determine if this url used a secure transport mechanism + parsed = urllib.parse.urlparse(str(location)) + origin_protocol, origin_host, origin_port = ( + parsed.scheme, + parsed.hostname, + parsed.port, + ) + + # The protocol to use to see if the protocol matches. + # Don't count the repository type as part of the protocol: in + # cases such as "git+ssh", only use "ssh". (I.e., Only verify against + # the last scheme.) + origin_protocol = origin_protocol.rsplit("+", 1)[-1] + + # Determine if our origin is a secure origin by looking through our + # hardcoded list of secure origins, as well as any additional ones + # configured on this PackageFinder instance. + for secure_origin in self.iter_secure_origins(): + secure_protocol, secure_host, secure_port = secure_origin + if origin_protocol != secure_protocol and secure_protocol != "*": + continue + + try: + addr = ipaddress.ip_address(origin_host or "") + network = ipaddress.ip_network(secure_host) + except ValueError: + # We don't have both a valid address or a valid network, so + # we'll check this origin against hostnames. + if ( + origin_host + and origin_host.lower() != secure_host.lower() + and secure_host != "*" + ): + continue + else: + # We have a valid address and network, so see if the address + # is contained within the network. + if addr not in network: + continue + + # Check to see if the port matches. + if ( + origin_port != secure_port + and secure_port != "*" + and secure_port is not None + ): + continue + + # If we've gotten here, then this origin matches the current + # secure origin and we should return True + return True + + # If we've gotten to this point, then the origin isn't secure and we + # will not accept it as a valid location to search. We will however + # log a warning that we are ignoring it. + logger.warning( + "The repository located at %s is not a trusted or secure host and " + "is being ignored. If this repository is available via HTTPS we " + "recommend you use HTTPS instead, otherwise you may silence " + "this warning and allow it anyway with '--trusted-host %s'.", + origin_host, + origin_host, + ) + + return False + + def request(self, method: str, url: str, *args: Any, **kwargs: Any) -> Response: + # Allow setting a default timeout on a session + kwargs.setdefault("timeout", self.timeout) + # Allow setting a default proxies on a session + kwargs.setdefault("proxies", self.proxies) + + # Dispatch the actual request + return super().request(method, url, *args, **kwargs) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py new file mode 100644 index 0000000..134848a --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py @@ -0,0 +1,96 @@ +from typing import Dict, Generator + +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.exceptions import NetworkConnectionError + +# The following comments and HTTP headers were originally added by +# Donald Stufft in git commit 22c562429a61bb77172039e480873fb239dd8c03. +# +# We use Accept-Encoding: identity here because requests defaults to +# accepting compressed responses. This breaks in a variety of ways +# depending on how the server is configured. +# - Some servers will notice that the file isn't a compressible file +# and will leave the file alone and with an empty Content-Encoding +# - Some servers will notice that the file is already compressed and +# will leave the file alone, adding a Content-Encoding: gzip header +# - Some servers won't notice anything at all and will take a file +# that's already been compressed and compress it again, and set +# the Content-Encoding: gzip header +# By setting this to request only the identity encoding we're hoping +# to eliminate the third case. Hopefully there does not exist a server +# which when given a file will notice it is already compressed and that +# you're not asking for a compressed file and will then decompress it +# before sending because if that's the case I don't think it'll ever be +# possible to make this work. +HEADERS: Dict[str, str] = {"Accept-Encoding": "identity"} + + +def raise_for_status(resp: Response) -> None: + http_error_msg = "" + if isinstance(resp.reason, bytes): + # We attempt to decode utf-8 first because some servers + # choose to localize their reason strings. If the string + # isn't utf-8, we fall back to iso-8859-1 for all other + # encodings. + try: + reason = resp.reason.decode("utf-8") + except UnicodeDecodeError: + reason = resp.reason.decode("iso-8859-1") + else: + reason = resp.reason + + if 400 <= resp.status_code < 500: + http_error_msg = ( + f"{resp.status_code} Client Error: {reason} for url: {resp.url}" + ) + + elif 500 <= resp.status_code < 600: + http_error_msg = ( + f"{resp.status_code} Server Error: {reason} for url: {resp.url}" + ) + + if http_error_msg: + raise NetworkConnectionError(http_error_msg, response=resp) + + +def response_chunks( + response: Response, chunk_size: int = CONTENT_CHUNK_SIZE +) -> Generator[bytes, None, None]: + """Given a requests Response, provide the data chunks.""" + try: + # Special case for urllib3. + for chunk in response.raw.stream( + chunk_size, + # We use decode_content=False here because we don't + # want urllib3 to mess with the raw bytes we get + # from the server. If we decompress inside of + # urllib3 then we cannot verify the checksum + # because the checksum will be of the compressed + # file. This breakage will only occur if the + # server adds a Content-Encoding header, which + # depends on how the server was configured: + # - Some servers will notice that the file isn't a + # compressible file and will leave the file alone + # and with an empty Content-Encoding + # - Some servers will notice that the file is + # already compressed and will leave the file + # alone and will add a Content-Encoding: gzip + # header + # - Some servers won't notice anything at all and + # will take a file that's already been compressed + # and compress it again and set the + # Content-Encoding: gzip header + # + # By setting this not to decode automatically we + # hope to eliminate problems with the second case. + decode_content=False, + ): + yield chunk + except AttributeError: + # Standard file-like object. + while True: + chunk = response.raw.read(chunk_size) + if not chunk: + break + yield chunk diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 0000000..22ec8d2 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py @@ -0,0 +1,62 @@ +"""xmlrpclib.Transport implementation +""" + +import logging +import urllib.parse +import xmlrpc.client +from typing import TYPE_CHECKING, Tuple + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status + +if TYPE_CHECKING: + from xmlrpc.client import _HostType, _Marshallable + + from _typeshed import SizedBuffer + +logger = logging.getLogger(__name__) + + +class PipXmlrpcTransport(xmlrpc.client.Transport): + """Provide a `xmlrpclib.Transport` implementation via a `PipSession` + object. + """ + + def __init__( + self, index_url: str, session: PipSession, use_datetime: bool = False + ) -> None: + super().__init__(use_datetime) + index_parts = urllib.parse.urlparse(index_url) + self._scheme = index_parts.scheme + self._session = session + + def request( + self, + host: "_HostType", + handler: str, + request_body: "SizedBuffer", + verbose: bool = False, + ) -> Tuple["_Marshallable", ...]: + assert isinstance(host, str) + parts = (self._scheme, host, handler, None, None, None) + url = urllib.parse.urlunparse(parts) + try: + headers = {"Content-Type": "text/xml"} + response = self._session.post( + url, + data=request_body, + headers=headers, + stream=True, + ) + raise_for_status(response) + self.verbose = verbose + return self.parse_response(response.raw) + except NetworkConnectionError as exc: + assert exc.response + logger.critical( + "HTTP error %s while getting %s", + exc.response.status_code, + url, + ) + raise diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..44ad06acb95eb5fe92de71a27d246911ec4e9aae GIT binary patch literal 203 zcmZ9FK?=e!5JeNKAVLq~!VclM!Xy@Q63^gSJb`OZAl-Fky7j}K z|K>9=uQ*<@pm%+hQ+}rLuVEgV2lH&rFHc6Zunp7A*g&m21kyRAzNiItDd`3aXW`V9 zXH6AC(xd93l{pyiYOVIkb_Z5E+!#^ZM1>ZNG>}QGIyUsq literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45020287d26805a37d8fa40a65ccdd03ea251509 GIT binary patch literal 7585 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..02ab6c03c8baceb1b9cd4fee1034935636bdcb58 GIT binary patch literal 209 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 ANdN!< literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3f54fab1a185c8520220ed86b9f4c0957f115e03 GIT binary patch literal 1886 zcmZ`)&2Jk;6rb4-ukCn~CaKa$DP%=Mf|25-w51Yi3%Il?0@^5U5A|iW_DH06tF5sZuYAQmJJHQYF*_x0D10g$r+Xy$+4aSe}_T@6DUv zy!V^84^%aep#9RgYJVjo^g9>QmhDcq8Zh|=S*VIEYzYpoVi-k7aK);K`I_WNu3VMl zx$IMcd z(6r3Z)E0qN6`7E-&`ALJOg*dJ3=C@h#hgUJ5Me6xFU7X34~DyIZc`+ z-Rb&Rkvn*i``_0(a%#bM<`7ur_L+d#+4GahAuGdwDH_P@J~`}9J-i6z;$W)X8#~gc zJ%1H+1cfm_xqbrCp%o=mQ`?Skw}-f+d?r|#73CA9gWUP;!A%Cgf^6Q zj1-Ci56wt8+iDQvP|hQo;oAkDMbe^gd&Ml}{GdERw2!L>dfP)cfZIle-U630-O~#E z>Du1BZ}3%_@VCY|N*+Vrb_2cPyF{mcO`mN;Y3g4d)wc1;i3 zVZ-;1m5#otGdm>H-54-Eumjz&y%2(II=UZpYYEfio9QXIQqYbDyQO9?1oSW<;sj+s zL3aaf_oG7-YsI(kUw$|;cjMBN;a46FPpuD6-T3H9Zs-}x$rZevMMKkT({mexl`k@n z)q{`J$#r$|_R@x0dWNK21#b$XTEUOUCm)T^tdGy!FKmoo`MR(pbKOo~>|z8J`fr`Q zdGgk&o2R}l+;%qlj;%?@{@zy5LH$pJVf(Kmr5{=kM`rF{SvxTI&!))Nc6XH6e|*Yr z;%YO-w9DQB_}{%$o)Uk=4p)DDZ0n4WlzAg=o29#SydEJT*#TIGsOTGF> zC9WNPUQ4dmNe~zE{}Aov=WU?SJFK+F-Gt1CUt|?wGCO^2MJlOXca$Syz!;l%ivfU&fdK{)>uoq39m?+79m{>maegMUMBZDvOB@y7$> Zn<5`ye>WLFycmy9-1G{_Amdh2aW&$ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a47f7d916299251f52c3526c3eff7db14948941d GIT binary patch literal 1920 zcmZ`)-)|H}9G}^rch}n%S}YAkyAfVj}ml*}Iwcw(PIW?6q8T zRbqUQ#Dw^y4?gf};19rg z&&>W}7zG6F*T#8wMMdZjA!IGrovbxr@+~5$iU=l>hpQMy*^_*^Dr2EjJjGY5YC2av z&DX2CpR49lS@ZIKp;}1iy4U9yt3{aSs7mrwCIxDcK5ES7NbyUh+TW5&#?pb0Y3vXu zcFZ{%Q0ByL7?@r-=hn^HkeNJevN|=1%VXx&n!?Jv70hNxmjP*)&*4^jZg6q7yi#>+wWm zG;Xq>E_d@S1|9xFUYo@t_c8RHCMs}Uz9w~~Ww|ZScjuXh7?+hcdK+OBLrpu4DA&3% zmen?%7xABKZ8h@{EAt4v^3S<|*nSd6%Oj$RUxo(i`kWm1XAxe6a(-)OeKNL{&wKG^ z&@L3G{1o=xhz&05v61<X$>>l{y_W|3kWd!v$sEoBAC(JkK$0zUURVQGwrt-CfKX)V&1ps>hY2i{ zxUp07p2GNg)B@hl1J}xN=zAsL-#`Q`gOzrdWT#7cChl{hL{8jbqWsBL-s8L7VRN!8 zO1GhQhRKE-XLrfl-IobYF-=5}LY^q|p&OKPOmKyXVzEA98t6rc{RmE;6nhFGY26Kr z;u^cbY-kIuO2xh70;tHRXqzpo5&G0(Va=LuK^2%k-8n0_j``$7$mXb3UVxird2Y>$ zT5%%`_Luj)WpOvAd%9`hR^&#O?FKO<-0`e1>b@)7N)KoCz-8GjN3CQ>_x+)ErtRg0 z?F5X1zWitCE}`{)w0-yO(&1a@?hT*4bmrmEtM`W{?hH*_`siVP@G7~-@{PrN!&A3DxxMA= zzpJv)ZEomk{B)PiPN>xs*Cu}lj`01!ar{Q<4P-iVDtx0#!S``Ps9Q8o^ucs%(@=pdaKKbA07)-;3*kI>Oa=)i^~W9jc4 m!c+KnbZ}K0!3Q1;jIGLIeB<5D_~Geve5mHuRnW87AlQHVEfco@ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aea2dfaee32c1644d43261132c14e36afd2b3667 GIT binary patch literal 3071 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 DPl)Ib literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py new file mode 100644 index 0000000..3791932 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py @@ -0,0 +1,139 @@ +import contextlib +import hashlib +import logging +import os +from types import TracebackType +from typing import Dict, Generator, 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) -> Generator[None, None, None]: + target = os.environ + + # Save values from the target and change them. + non_existent_marker = object() + saved_values: Dict[str, Union[object, str]] = {} + for name, new_value in changes.items(): + try: + saved_values[name] = target[name] + except KeyError: + saved_values[name] = non_existent_marker + target[name] = new_value + + try: + yield + finally: + # Restore original values in the target. + for name, original_value in saved_values.items(): + if original_value is non_existent_marker: + del target[name] + else: + assert isinstance(original_value, str) # for mypy + target[name] = original_value + + +@contextlib.contextmanager +def get_build_tracker() -> Generator["BuildTracker", None, None]: + root = os.environ.get("PIP_BUILD_TRACKER") + with contextlib.ExitStack() as ctx: + if root is None: + root = ctx.enter_context(TempDirectory(kind="build-tracker")).path + ctx.enter_context(update_env_context_manager(PIP_BUILD_TRACKER=root)) + logger.debug("Initialized build tracking at %s", root) + + with BuildTracker(root) as tracker: + yield tracker + + +class TrackerId(str): + """Uniquely identifying string provided to the build tracker.""" + + +class BuildTracker: + """Ensure that an sdist cannot request itself as a setup requirement. + + When an sdist is prepared, it identifies its setup requirements in the + context of ``BuildTracker.track()``. If a requirement shows up recursively, this + raises an exception. + + This stops fork bombs embedded in malicious packages.""" + + def __init__(self, root: str) -> None: + self._root = root + self._entries: Dict[TrackerId, InstallRequirement] = {} + logger.debug("Created build tracker: %s", self._root) + + def __enter__(self) -> "BuildTracker": + logger.debug("Entered build tracker: %s", self._root) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.cleanup() + + def _entry_path(self, key: TrackerId) -> str: + hashed = hashlib.sha224(key.encode()).hexdigest() + return os.path.join(self._root, hashed) + + def add(self, req: InstallRequirement, key: TrackerId) -> None: + """Add an InstallRequirement to build tracking.""" + + # Get the file to write information about this requirement. + entry_path = self._entry_path(key) + + # Try reading from the file. If it exists and can be read from, a build + # is already in progress, so a LookupError is raised. + try: + with open(entry_path) as fp: + contents = fp.read() + except FileNotFoundError: + pass + else: + message = "{} is already being built: {}".format(req.link, contents) + raise LookupError(message) + + # If we're here, req should really not be building already. + assert key not in self._entries + + # Start tracking this requirement. + with open(entry_path, "w", encoding="utf-8") as fp: + fp.write(str(req)) + self._entries[key] = req + + logger.debug("Added %s to build tracker %r", req, self._root) + + def remove(self, req: InstallRequirement, key: TrackerId) -> None: + """Remove an InstallRequirement from build tracking.""" + + # Delete the created file and the corresponding entry. + os.unlink(self._entry_path(key)) + del self._entries[key] + + logger.debug("Removed %s from build tracker %r", req, self._root) + + def cleanup(self) -> None: + for key, req in list(self._entries.items()): + self.remove(req, key) + + logger.debug("Removed build tracker: %r", self._root) + + @contextlib.contextmanager + def track(self, req: InstallRequirement, key: str) -> Generator[None, None, None]: + """Ensure that `key` cannot install itself as a setup requirement. + + :raises LookupError: If `key` was already provided in a parent invocation of + the context introduced by this method.""" + tracker_id = TrackerId(key) + self.add(req, tracker_id) + yield + self.remove(req, tracker_id) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py new file mode 100644 index 0000000..c66ac35 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py @@ -0,0 +1,39 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 517. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message("Preparing metadata (pyproject.toml)") + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_wheel(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 0000000..27c69f0 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py @@ -0,0 +1,41 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_editable_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 660. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel/editable, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message( + "Preparing editable metadata (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_editable(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 0000000..e60988d --- /dev/null +++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/operations/build/wheel.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 0000000..064811a --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py @@ -0,0 +1,37 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_pep517( + name: str, + backend: BuildBackendHookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 517 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building wheel for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + wheel_name = backend.build_wheel( + tempd, + metadata_directory=metadata_directory, + ) + except Exception: + logger.error("Failed building wheel for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 0000000..719d69d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py @@ -0,0 +1,46 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller, HookMissing + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_editable( + name: str, + backend: BuildBackendHookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 660 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building editable for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + wheel_name = backend.build_editable( + tempd, + metadata_directory=metadata_directory, + ) + except HookMissing as e: + logger.error( + "Cannot build editable %s because the build " + "backend does not have the %s hook", + name, + e, + ) + return None + except Exception: + logger.error("Failed building editable for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 0000000..c5f0492 --- /dev/null +++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/operations/check.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py new file mode 100644 index 0000000..90c6a58 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py @@ -0,0 +1,187 @@ +"""Validation of dependencies of packages +""" + +import logging +from typing import Callable, Dict, List, NamedTuple, Optional, Set, Tuple + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import LegacySpecifier +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import LegacyVersion + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.metadata import get_default_environment +from pip._internal.metadata.base import DistributionVersion +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.deprecation import deprecated + +logger = logging.getLogger(__name__) + + +class PackageDetails(NamedTuple): + version: DistributionVersion + dependencies: List[Requirement] + + +# Shorthands +PackageSet = Dict[NormalizedName, PackageDetails] +Missing = Tuple[NormalizedName, Requirement] +Conflicting = Tuple[NormalizedName, DistributionVersion, Requirement] + +MissingDict = Dict[NormalizedName, List[Missing]] +ConflictingDict = Dict[NormalizedName, List[Conflicting]] +CheckResult = Tuple[MissingDict, ConflictingDict] +ConflictDetails = Tuple[PackageSet, CheckResult] + + +def create_package_set_from_installed() -> Tuple[PackageSet, bool]: + """Converts a list of distributions into a PackageSet.""" + package_set = {} + problems = False + env = get_default_environment() + for dist in env.iter_installed_distributions(local_only=False, skip=()): + name = dist.canonical_name + try: + dependencies = list(dist.iter_dependencies()) + package_set[name] = PackageDetails(dist.version, dependencies) + except (OSError, ValueError) as e: + # Don't crash on unreadable or broken metadata. + logger.warning("Error parsing requirements for %s: %s", name, e) + problems = True + return package_set, problems + + +def check_package_set( + package_set: PackageSet, should_ignore: Optional[Callable[[str], bool]] = None +) -> CheckResult: + """Check if a package set is consistent + + If should_ignore is passed, it should be a callable that takes a + package name and returns a boolean. + """ + + warn_legacy_versions_and_specifiers(package_set) + + missing = {} + conflicting = {} + + for package_name, package_detail in package_set.items(): + # Info about dependencies of package_name + missing_deps: Set[Missing] = set() + conflicting_deps: Set[Conflicting] = set() + + if should_ignore and should_ignore(package_name): + continue + + for req in package_detail.dependencies: + name = canonicalize_name(req.name) + + # Check if it's missing + if name not in package_set: + missed = True + if req.marker is not None: + missed = req.marker.evaluate({"extra": ""}) + if missed: + missing_deps.add((name, req)) + continue + + # Check if there's a conflict + version = package_set[name].version + if not req.specifier.contains(version, prereleases=True): + conflicting_deps.add((name, version, req)) + + if missing_deps: + missing[package_name] = sorted(missing_deps, key=str) + if conflicting_deps: + conflicting[package_name] = sorted(conflicting_deps, key=str) + + return missing, conflicting + + +def check_install_conflicts(to_install: List[InstallRequirement]) -> ConflictDetails: + """For checking if the dependency graph would be consistent after \ + installing given requirements + """ + # Start from the current state + package_set, _ = create_package_set_from_installed() + # Install packages + would_be_installed = _simulate_installation_of(to_install, package_set) + + # Only warn about directly-dependent packages; create a whitelist of them + whitelist = _create_whitelist(would_be_installed, package_set) + + return ( + package_set, + check_package_set( + package_set, should_ignore=lambda name: name not in whitelist + ), + ) + + +def _simulate_installation_of( + to_install: List[InstallRequirement], package_set: PackageSet +) -> Set[NormalizedName]: + """Computes the version of packages after installing to_install.""" + # Keep track of packages that were installed + installed = set() + + # Modify it as installing requirement_set would (assuming no errors) + for inst_req in to_install: + abstract_dist = make_distribution_for_install_requirement(inst_req) + dist = abstract_dist.get_metadata_distribution() + name = dist.canonical_name + package_set[name] = PackageDetails(dist.version, list(dist.iter_dependencies())) + + installed.add(name) + + return installed + + +def _create_whitelist( + would_be_installed: Set[NormalizedName], package_set: PackageSet +) -> Set[NormalizedName]: + packages_affected = set(would_be_installed) + + for package_name in package_set: + if package_name in packages_affected: + continue + + for req in package_set[package_name].dependencies: + if canonicalize_name(req.name) in packages_affected: + packages_affected.add(package_name) + break + + return packages_affected + + +def warn_legacy_versions_and_specifiers(package_set: PackageSet) -> None: + for project_name, package_details in package_set.items(): + if isinstance(package_details.version, LegacyVersion): + deprecated( + reason=( + f"{project_name} {package_details.version} " + f"has a non-standard version number." + ), + replacement=( + f"to upgrade to a newer version of {project_name} " + f"or contact the author to suggest that they " + f"release a version with a conforming version number" + ), + issue=12063, + gone_in="24.1", + ) + for dep in package_details.dependencies: + if any(isinstance(spec, LegacySpecifier) for spec in dep.specifier): + deprecated( + reason=( + f"{project_name} {package_details.version} " + f"has a non-standard dependency specifier {dep}." + ), + replacement=( + f"to upgrade to a newer version of {project_name} " + f"or contact the author to suggest that they " + f"release a version with a conforming dependency specifiers" + ), + issue=12063, + gone_in="24.1", + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 0000000..3544568 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py @@ -0,0 +1,255 @@ +import collections +import logging +import os +from typing import Container, Dict, Generator, Iterable, List, NamedTuple, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_file import COMMENT_RE +from pip._internal.utils.direct_url_helpers import direct_url_as_pep440_direct_reference + +logger = logging.getLogger(__name__) + + +class _EditableInfo(NamedTuple): + requirement: str + comments: List[str] + + +def freeze( + requirement: Optional[List[str]] = None, + local_only: bool = False, + user_only: bool = False, + paths: Optional[List[str]] = None, + isolated: bool = False, + exclude_editable: bool = False, + skip: Container[str] = (), +) -> Generator[str, None, None]: + installations: Dict[str, FrozenRequirement] = {} + + dists = get_environment(paths).iter_installed_distributions( + local_only=local_only, + skip=(), + user_only=user_only, + ) + for dist in dists: + req = FrozenRequirement.from_dist(dist) + if exclude_editable and req.editable: + continue + installations[req.canonical_name] = req + + if requirement: + # the options that don't get turned into an InstallRequirement + # should only be emitted once, even if the same option is in multiple + # requirements files, so we need to keep track of what has been emitted + # so that we don't emit it again if it's seen again + emitted_options: Set[str] = set() + # keep track of which files a requirement is in so that we can + # give an accurate warning if a requirement appears multiple times. + req_files: Dict[str, List[str]] = collections.defaultdict(list) + for req_file_path in requirement: + with open(req_file_path) as req_file: + for line in req_file: + if ( + not line.strip() + or line.strip().startswith("#") + or line.startswith( + ( + "-r", + "--requirement", + "-f", + "--find-links", + "-i", + "--index-url", + "--pre", + "--trusted-host", + "--process-dependency-links", + "--extra-index-url", + "--use-feature", + ) + ) + ): + line = line.rstrip() + if line not in emitted_options: + emitted_options.add(line) + yield line + continue + + if line.startswith("-e") or line.startswith("--editable"): + if line.startswith("-e"): + line = line[2:].strip() + else: + line = line[len("--editable") :].strip().lstrip("=") + line_req = install_req_from_editable( + line, + isolated=isolated, + ) + else: + line_req = install_req_from_line( + COMMENT_RE.sub("", line).strip(), + isolated=isolated, + ) + + if not line_req.name: + logger.info( + "Skipping line in requirement file [%s] because " + "it's not clear what it would install: %s", + req_file_path, + line.strip(), + ) + logger.info( + " (add #egg=PackageName to the URL to avoid" + " this warning)" + ) + else: + line_req_canonical_name = canonicalize_name(line_req.name) + if line_req_canonical_name not in installations: + # either it's not installed, or it is installed + # but has been processed already + if not req_files[line_req.name]: + logger.warning( + "Requirement file [%s] contains %s, but " + "package %r is not installed", + req_file_path, + COMMENT_RE.sub("", line).strip(), + line_req.name, + ) + else: + req_files[line_req.name].append(req_file_path) + else: + yield str(installations[line_req_canonical_name]).rstrip() + del installations[line_req_canonical_name] + req_files[line_req.name].append(req_file_path) + + # Warn about requirements that were included multiple times (in a + # single requirements file or in different requirements files). + for name, files in req_files.items(): + if len(files) > 1: + logger.warning( + "Requirement %s included multiple times [%s]", + name, + ", ".join(sorted(set(files))), + ) + + yield ("## The following requirements were added by pip freeze:") + for installation in sorted(installations.values(), key=lambda x: x.name.lower()): + if installation.canonical_name not in skip: + yield str(installation).rstrip() + + +def _format_as_name_version(dist: BaseDistribution) -> str: + dist_version = dist.version + if isinstance(dist_version, Version): + return f"{dist.raw_name}=={dist_version}" + return f"{dist.raw_name}==={dist_version}" + + +def _get_editable_info(dist: BaseDistribution) -> _EditableInfo: + """ + Compute and return values (req, comments) for use in + FrozenRequirement.from_dist(). + """ + editable_project_location = dist.editable_project_location + assert editable_project_location + location = os.path.normcase(os.path.abspath(editable_project_location)) + + from pip._internal.vcs import RemoteNotFoundError, RemoteNotValidError, vcs + + vcs_backend = vcs.get_backend_for_dir(location) + + if vcs_backend is None: + display = _format_as_name_version(dist) + logger.debug( + 'No VCS found for editable requirement "%s" in: %r', + display, + location, + ) + return _EditableInfo( + requirement=location, + comments=[f"# Editable install with no version control ({display})"], + ) + + vcs_name = type(vcs_backend).__name__ + + try: + req = vcs_backend.get_src_requirement(location, dist.raw_name) + except RemoteNotFoundError: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[f"# Editable {vcs_name} install with no remote ({display})"], + ) + except RemoteNotValidError as ex: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[ + f"# Editable {vcs_name} install ({display}) with either a deleted " + f"local remote or invalid URI:", + f"# '{ex.url}'", + ], + ) + except BadCommand: + logger.warning( + "cannot determine version of editable source in %s " + "(%s command not found in path)", + location, + vcs_backend.name, + ) + return _EditableInfo(requirement=location, comments=[]) + except InstallationError as exc: + logger.warning("Error when trying to get requirement for VCS system %s", exc) + else: + return _EditableInfo(requirement=req, comments=[]) + + logger.warning("Could not determine repository location of %s", location) + + return _EditableInfo( + requirement=location, + comments=["## !! Could not determine repository location"], + ) + + +class FrozenRequirement: + def __init__( + self, + name: str, + req: str, + editable: bool, + comments: Iterable[str] = (), + ) -> None: + self.name = name + self.canonical_name = canonicalize_name(name) + self.req = req + self.editable = editable + self.comments = comments + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "FrozenRequirement": + editable = dist.editable + if editable: + req, comments = _get_editable_info(dist) + else: + comments = [] + direct_url = dist.direct_url + if direct_url: + # if PEP 610 metadata is present, use it + req = direct_url_as_pep440_direct_reference(direct_url, dist.raw_name) + else: + # name==version requirement + req = _format_as_name_version(dist) + + return cls(dist.raw_name, req, editable, comments=comments) + + def __str__(self) -> str: + req = self.req + if self.editable: + req = f"-e {req}" + return "\n".join(list(self.comments) + [str(req)]) + "\n" diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 0000000..24d6a5d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py @@ -0,0 +1,2 @@ +"""For modules related to installing packages. +""" diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4c096c2b9d9f3efc43c3510e85b147d9abc8c3e4 GIT binary patch literal 272 zcmXw!F-`+95Jl|}K@=%>a2pABMA9M}q?A!wXe?(v+I8@Htg(r-T!b@l7ES;y7eJ&- zg;ylMng2D?)Bhi{*;EvLwvTRE?)MPRk|%SR6!RvmcoMywk6y1=#Hu6v;xQ>kZ!%hy zNx6`+@!o|-MN>bU22(X%&*j&Z)|P6m-^F1-9vNEd5SX^G>Fd^Tw_)00ofABCw$K}d zYL8(L-fbcFxuvkIZWoYT#+x%6qKlwi$jHHXpona;qmbZK1a$ejtaTOp;M1& literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..42b180ef0f17b014cf1137608dbdaf8b87fde75a GIT binary patch literal 1823 zcmZuxO>Epm6dtdC*53aln=VaD>(W-Rh^*BgP=ydE{7I-yspzT8!S&jcUAMN!%y`po zv`9rlf(j1h)LuEF^nj4y-ZPgXkXS}kR4N>}IciX)oOokz5{NphdH&v;*?Di?``-Lm zt(Fjs-v*cbf{M^1p=^)l6g>U`z-{EAF7hO=5J+7KzH(3q<*pnmT}2XhB~U}Ht7TXX zilN@sGpq$hSn8HCTnx%#rCX6u0b%LN!nUK`FRraixz??FI#zIFKd7F8to(~nr<1c8(IBr;=4 zT+G-@rr*IG^D@K9Fz&=7)5EJcAo1l+>2DFw`F4Tp@5kaVPQdkx_@g0?T-=s;#pj zH%cf0Cgo$Sj?q{fOXI>=zFSz=a_h%NQrzCLJ_Ro$35|k_TB{)k$U(Q~aFQIGFUi(PR?QL!C!}oGVn2sqDhW$awgpm+)x6GZ)w08J|VHEjMKVSI|wagVl&Eu@C zQgL5ii%4EomqaUmpNh7mWg#jc)>`o>8314R5)^n@aY-0Dkq5kDE|=YF-ubr5H6ULf zQ?B?CI1=fmBKuU7wOz`5?(spZV!b9rU5JJdGa$Gkn94*%;+FZ?8d-vl79~CF!pI#s zG`v8`6(AI|-U_{U3GHL6vkJts0>5YF;h*Z9IB5ymE>088tk{n&+m8}Vp|dO!W12N4 zv!-ooZTGDmWPJ=7cKx`s%HUe=2Z5~2u`Lna1oW0*T@$Knflrw*ppP%US zlh*M`>+qyLKdH`4_8r}<7Ax9~w>M`|srkjh4Wy~HNp;@_QjOa0l>?JTbMovfljh<- zMWtGMB7^mb3|msM?@0mFRP5Z^HEyxz!25Ud(h>Rl`qI35PtgJ1n^%_(8TS^70v}PA zUM#lfc+s{!;@UPZiZTH`xR#7!_)`>0w!= z`LU<%*yX349hfnLAA0K6ofj!14LABYIhT`4w{7w4*fwp6SY(y}(R%Q>Wrg?#Jq9bH z;(g!JUxWS`2KaT_230)n>}wFIEJ@NvL6Ve5sP+ds{ues^0G)h*mLH&39~ujvw|+Gi zeliyBocY-}c0)@wQ>r~|9=vn$tL0P$oNA~#f9vAS<+La?9hK*9ow~W08bT|f<}+zo vpb9G2(yBl;)NG}7ff}ejm(B<@iyCG+Cr}faN7H$M_93mb*#bmgfGGb3m#pzk literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..40461937306bc27aefbe2cc603b1635141224f8a GIT binary patch literal 33865 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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/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 0000000..f67180c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,734 @@ +"""Support for installing and building the "wheel" binary package format. +""" + +import collections +import compileall +import contextlib +import csv +import importlib +import logging +import os.path +import re +import shutil +import sys +import warnings +from base64 import urlsafe_b64encode +from email.message import Message +from itertools import chain, filterfalse, starmap +from typing import ( + IO, + TYPE_CHECKING, + Any, + BinaryIO, + Callable, + Dict, + Generator, + Iterable, + Iterator, + List, + NewType, + Optional, + Sequence, + Set, + Tuple, + Union, + cast, +) +from zipfile import ZipFile, ZipInfo + +from pip._vendor.distlib.scripts import ScriptMaker +from pip._vendor.distlib.util import get_export_entry +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InstallationError +from pip._internal.locations import get_major_minor_version +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) +from pip._internal.models.direct_url import DIRECT_URL_METADATA_NAME, DirectUrl +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import captured_stdout, ensure_dir, hash_file, partition +from pip._internal.utils.unpacking import ( + current_umask, + is_within_directory, + set_extracted_file_to_default_mode_plus_executable, + zip_item_is_executable, +) +from pip._internal.utils.wheel import parse_wheel + +if TYPE_CHECKING: + from typing import Protocol + + class File(Protocol): + src_record_path: "RecordPath" + dest_path: str + changed: bool + + def save(self) -> None: + pass + + +logger = logging.getLogger(__name__) + +RecordPath = NewType("RecordPath", str) +InstalledCSVRow = Tuple[RecordPath, str, Union[int, str]] + + +def rehash(path: str, blocksize: int = 1 << 20) -> Tuple[str, str]: + """Return (encoded_digest, length) for path using hashlib.sha256()""" + h, length = hash_file(path, blocksize) + digest = "sha256=" + urlsafe_b64encode(h.digest()).decode("latin1").rstrip("=") + return (digest, str(length)) + + +def csv_io_kwargs(mode: str) -> Dict[str, Any]: + """Return keyword arguments to properly open a CSV file + in the given mode. + """ + return {"mode": mode, "newline": "", "encoding": "utf-8"} + + +def fix_script(path: str) -> bool: + """Replace #!python with #!/path/to/python + Return True if file was changed. + """ + # XXX RECORD hashes will need to be updated + assert os.path.isfile(path) + + with open(path, "rb") as script: + firstline = script.readline() + if not firstline.startswith(b"#!python"): + return False + exename = sys.executable.encode(sys.getfilesystemencoding()) + firstline = b"#!" + exename + os.linesep.encode("ascii") + rest = script.read() + with open(path, "wb") as script: + script.write(firstline) + script.write(rest) + return True + + +def wheel_root_is_purelib(metadata: Message) -> bool: + return metadata.get("Root-Is-Purelib", "").lower() == "true" + + +def get_entrypoints(dist: BaseDistribution) -> Tuple[Dict[str, str], Dict[str, str]]: + console_scripts = {} + gui_scripts = {} + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + console_scripts[entry_point.name] = entry_point.value + elif entry_point.group == "gui_scripts": + gui_scripts[entry_point.name] = entry_point.value + return console_scripts, gui_scripts + + +def message_about_scripts_not_on_PATH(scripts: Sequence[str]) -> Optional[str]: + """Determine if any scripts are not on PATH and format a warning. + Returns a warning message if one or more scripts are not on PATH, + otherwise None. + """ + if not scripts: + return None + + # Group scripts by the path they were installed in + grouped_by_dir: Dict[str, Set[str]] = collections.defaultdict(set) + for destfile in scripts: + parent_dir = os.path.dirname(destfile) + script_name = os.path.basename(destfile) + grouped_by_dir[parent_dir].add(script_name) + + # We don't want to warn for directories that are on PATH. + not_warn_dirs = [ + os.path.normcase(os.path.normpath(i)).rstrip(os.sep) + for i in os.environ.get("PATH", "").split(os.pathsep) + ] + # If an executable sits with sys.executable, we don't warn for it. + # This covers the case of venv invocations without activating the venv. + not_warn_dirs.append( + os.path.normcase(os.path.normpath(os.path.dirname(sys.executable))) + ) + warn_for: Dict[str, Set[str]] = { + parent_dir: scripts + for parent_dir, scripts in grouped_by_dir.items() + if os.path.normcase(os.path.normpath(parent_dir)) not in not_warn_dirs + } + if not warn_for: + return None + + # Format a message + msg_lines = [] + for parent_dir, dir_scripts in warn_for.items(): + sorted_scripts: List[str] = sorted(dir_scripts) + if len(sorted_scripts) == 1: + start_text = f"script {sorted_scripts[0]} is" + else: + start_text = "scripts {} are".format( + ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1] + ) + + msg_lines.append( + f"The {start_text} installed in '{parent_dir}' which is not on PATH." + ) + + last_line_fmt = ( + "Consider adding {} to PATH or, if you prefer " + "to suppress this warning, use --no-warn-script-location." + ) + if len(msg_lines) == 1: + msg_lines.append(last_line_fmt.format("this directory")) + else: + msg_lines.append(last_line_fmt.format("these directories")) + + # Add a note if any directory starts with ~ + warn_for_tilde = any( + i[0] == "~" for i in os.environ.get("PATH", "").split(os.pathsep) if i + ) + if warn_for_tilde: + tilde_warning_msg = ( + "NOTE: The current PATH contains path(s) starting with `~`, " + "which may not be expanded by all applications." + ) + msg_lines.append(tilde_warning_msg) + + # Returns the formatted multiline message + return "\n".join(msg_lines) + + +def _normalized_outrows( + outrows: Iterable[InstalledCSVRow], +) -> List[Tuple[str, str, str]]: + """Normalize the given rows of a RECORD file. + + Items in each row are converted into str. Rows are then sorted to make + the value more predictable for tests. + + Each row is a 3-tuple (path, hash, size) and corresponds to a record of + a RECORD file (see PEP 376 and PEP 427 for details). For the rows + passed to this function, the size can be an integer as an int or string, + or the empty string. + """ + # Normally, there should only be one row per path, in which case the + # second and third elements don't come into play when sorting. + # However, in cases in the wild where a path might happen to occur twice, + # we don't want the sort operation to trigger an error (but still want + # determinism). Since the third element can be an int or string, we + # coerce each element to a string to avoid a TypeError in this case. + # For additional background, see-- + # https://github.com/pypa/pip/issues/5868 + return sorted( + (record_path, hash_, str(size)) for record_path, hash_, size in outrows + ) + + +def _record_to_fs_path(record_path: RecordPath, lib_dir: str) -> str: + return os.path.join(lib_dir, record_path) + + +def _fs_to_record_path(path: str, lib_dir: str) -> RecordPath: + # On Windows, do not handle relative paths if they belong to different + # logical disks + if os.path.splitdrive(path)[0].lower() == os.path.splitdrive(lib_dir)[0].lower(): + path = os.path.relpath(path, lib_dir) + + path = path.replace(os.path.sep, "/") + return cast("RecordPath", path) + + +def get_csv_rows_for_installed( + old_csv_rows: List[List[str]], + installed: Dict[RecordPath, RecordPath], + changed: Set[RecordPath], + generated: List[str], + lib_dir: str, +) -> List[InstalledCSVRow]: + """ + :param installed: A map from archive RECORD path to installation RECORD + path. + """ + installed_rows: List[InstalledCSVRow] = [] + for row in old_csv_rows: + if len(row) > 3: + logger.warning("RECORD line has more than three elements: %s", row) + old_record_path = cast("RecordPath", row[0]) + new_record_path = installed.pop(old_record_path, old_record_path) + if new_record_path in changed: + digest, length = rehash(_record_to_fs_path(new_record_path, lib_dir)) + else: + digest = row[1] if len(row) > 1 else "" + length = row[2] if len(row) > 2 else "" + installed_rows.append((new_record_path, digest, length)) + for f in generated: + path = _fs_to_record_path(f, lib_dir) + digest, length = rehash(f) + installed_rows.append((path, digest, length)) + return installed_rows + [ + (installed_record_path, "", "") for installed_record_path in installed.values() + ] + + +def get_console_script_specs(console: Dict[str, str]) -> List[str]: + """ + Given the mapping from entrypoint name to callable, return the relevant + console script specs. + """ + # Don't mutate caller's version + console = console.copy() + + scripts_to_generate = [] + + # Special case pip and setuptools to generate versioned wrappers + # + # The issue is that some projects (specifically, pip and setuptools) use + # code in setup.py to create "versioned" entry points - pip2.7 on Python + # 2.7, pip3.3 on Python 3.3, etc. But these entry points are baked into + # the wheel metadata at build time, and so if the wheel is installed with + # a *different* version of Python the entry points will be wrong. The + # correct fix for this is to enhance the metadata to be able to describe + # such versioned entry points, but that won't happen till Metadata 2.0 is + # available. + # In the meantime, projects using versioned entry points will either have + # incorrect versioned entry points, or they will not be able to distribute + # "universal" wheels (i.e., they will need a wheel per Python version). + # + # Because setuptools and pip are bundled with _ensurepip and virtualenv, + # we need to use universal wheels. So, as a stopgap until Metadata 2.0, we + # override the versioned entry points in the wheel and generate the + # correct ones. This code is purely a short-term measure until Metadata 2.0 + # is available. + # + # To add the level of hack in this section of code, in order to support + # ensurepip this code will look for an ``ENSUREPIP_OPTIONS`` environment + # variable which will control which version scripts get installed. + # + # ENSUREPIP_OPTIONS=altinstall + # - Only pipX.Y and easy_install-X.Y will be generated and installed + # ENSUREPIP_OPTIONS=install + # - pipX.Y, pipX, easy_install-X.Y will be generated and installed. Note + # that this option is technically if ENSUREPIP_OPTIONS is set and is + # not altinstall + # DEFAULT + # - The default behavior is to install pip, pipX, pipX.Y, easy_install + # and easy_install-X.Y. + pip_script = console.pop("pip", None) + if pip_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("pip = " + pip_script) + + if os.environ.get("ENSUREPIP_OPTIONS", "") != "altinstall": + scripts_to_generate.append(f"pip{sys.version_info[0]} = {pip_script}") + + scripts_to_generate.append(f"pip{get_major_minor_version()} = {pip_script}") + # Delete any other versioned pip entry points + pip_ep = [k for k in console if re.match(r"pip(\d+(\.\d+)?)?$", k)] + for k in pip_ep: + del console[k] + easy_install_script = console.pop("easy_install", None) + if easy_install_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("easy_install = " + easy_install_script) + + scripts_to_generate.append( + f"easy_install-{get_major_minor_version()} = {easy_install_script}" + ) + # Delete any other versioned easy_install entry points + easy_install_ep = [ + k for k in console if re.match(r"easy_install(-\d+\.\d+)?$", k) + ] + for k in easy_install_ep: + del console[k] + + # Generate the console entry points specified in the wheel + scripts_to_generate.extend(starmap("{} = {}".format, console.items())) + + return scripts_to_generate + + +class ZipBackedFile: + def __init__( + self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile + ) -> None: + self.src_record_path = src_record_path + self.dest_path = dest_path + self._zip_file = zip_file + self.changed = False + + def _getinfo(self) -> ZipInfo: + return self._zip_file.getinfo(self.src_record_path) + + def save(self) -> None: + # directory creation is lazy and after file filtering + # to ensure we don't install empty dirs; empty dirs can't be + # uninstalled. + parent_dir = os.path.dirname(self.dest_path) + ensure_dir(parent_dir) + + # When we open the output file below, any existing file is truncated + # before we start writing the new contents. This is fine in most + # cases, but can cause a segfault if pip has loaded a shared + # object (e.g. from pyopenssl through its vendored urllib3) + # Since the shared object is mmap'd an attempt to call a + # symbol in it will then cause a segfault. Unlinking the file + # allows writing of new contents while allowing the process to + # continue to use the old copy. + if os.path.exists(self.dest_path): + os.unlink(self.dest_path) + + zipinfo = self._getinfo() + + with self._zip_file.open(zipinfo) as f: + with open(self.dest_path, "wb") as dest: + shutil.copyfileobj(f, dest) + + if zip_item_is_executable(zipinfo): + set_extracted_file_to_default_mode_plus_executable(self.dest_path) + + +class ScriptFile: + def __init__(self, file: "File") -> None: + self._file = file + self.src_record_path = self._file.src_record_path + self.dest_path = self._file.dest_path + self.changed = False + + def save(self) -> None: + self._file.save() + self.changed = fix_script(self.dest_path) + + +class MissingCallableSuffix(InstallationError): + def __init__(self, entry_point: str) -> None: + super().__init__( + f"Invalid script entry point: {entry_point} - A callable " + "suffix is required. Cf https://packaging.python.org/" + "specifications/entry-points/#use-for-scripts for more " + "information." + ) + + +def _raise_for_invalid_entrypoint(specification: str) -> None: + entry = get_export_entry(specification) + if entry is not None and entry.suffix is None: + raise MissingCallableSuffix(str(entry)) + + +class PipScriptMaker(ScriptMaker): + def make( + self, specification: str, options: Optional[Dict[str, Any]] = None + ) -> List[str]: + _raise_for_invalid_entrypoint(specification) + return super().make(specification, options) + + +def _install_wheel( + name: str, + wheel_zip: ZipFile, + wheel_path: str, + scheme: Scheme, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + """Install a wheel. + + :param name: Name of the project to install + :param wheel_zip: open ZipFile for wheel being installed + :param scheme: Distutils scheme dictating the install directories + :param req_description: String used in place of the requirement, for + logging + :param pycompile: Whether to byte-compile installed Python files + :param warn_script_location: Whether to check that scripts are installed + into a directory on PATH + :raises UnsupportedWheel: + * when the directory holds an unpacked wheel with incompatible + Wheel-Version + * when the .dist-info dir does not match the wheel + """ + info_dir, metadata = parse_wheel(wheel_zip, name) + + if wheel_root_is_purelib(metadata): + lib_dir = scheme.purelib + else: + lib_dir = scheme.platlib + + # Record details of the files moved + # installed = files copied from the wheel to the destination + # changed = files changed while installing (scripts #! line typically) + # generated = files newly generated during the install (script wrappers) + installed: Dict[RecordPath, RecordPath] = {} + changed: Set[RecordPath] = set() + generated: List[str] = [] + + def record_installed( + srcfile: RecordPath, destfile: str, modified: bool = False + ) -> None: + """Map archive RECORD paths to installation RECORD paths.""" + newpath = _fs_to_record_path(destfile, lib_dir) + installed[srcfile] = newpath + if modified: + changed.add(newpath) + + def is_dir_path(path: RecordPath) -> bool: + return path.endswith("/") + + def assert_no_path_traversal(dest_dir_path: str, target_path: str) -> None: + if not is_within_directory(dest_dir_path, target_path): + message = ( + "The wheel {!r} has a file {!r} trying to install" + " outside the target directory {!r}" + ) + raise InstallationError( + message.format(wheel_path, target_path, dest_dir_path) + ) + + def root_scheme_file_maker( + zip_file: ZipFile, dest: str + ) -> Callable[[RecordPath], "File"]: + def make_root_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + dest_path = os.path.join(dest, normed_path) + assert_no_path_traversal(dest, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_root_scheme_file + + def data_scheme_file_maker( + zip_file: ZipFile, scheme: Scheme + ) -> Callable[[RecordPath], "File"]: + scheme_paths = {key: getattr(scheme, key) for key in SCHEME_KEYS} + + def make_data_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + try: + _, scheme_key, dest_subpath = normed_path.split(os.path.sep, 2) + except ValueError: + message = ( + "Unexpected file in {}: {!r}. .data directory contents" + " should be named like: '/'." + ).format(wheel_path, record_path) + raise InstallationError(message) + + try: + scheme_path = scheme_paths[scheme_key] + except KeyError: + valid_scheme_keys = ", ".join(sorted(scheme_paths)) + message = ( + "Unknown scheme key used in {}: {} (for file {!r}). .data" + " directory contents should be in subdirectories named" + " with a valid scheme key ({})" + ).format(wheel_path, scheme_key, record_path, valid_scheme_keys) + raise InstallationError(message) + + dest_path = os.path.join(scheme_path, dest_subpath) + assert_no_path_traversal(scheme_path, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_data_scheme_file + + def is_data_scheme_path(path: RecordPath) -> bool: + return path.split("/", 1)[0].endswith(".data") + + paths = cast(List[RecordPath], wheel_zip.namelist()) + file_paths = filterfalse(is_dir_path, paths) + root_scheme_paths, data_scheme_paths = partition(is_data_scheme_path, file_paths) + + make_root_scheme_file = root_scheme_file_maker(wheel_zip, lib_dir) + files: Iterator[File] = map(make_root_scheme_file, root_scheme_paths) + + def is_script_scheme_path(path: RecordPath) -> bool: + parts = path.split("/", 2) + return len(parts) > 2 and parts[0].endswith(".data") and parts[1] == "scripts" + + other_scheme_paths, script_scheme_paths = partition( + is_script_scheme_path, data_scheme_paths + ) + + make_data_scheme_file = data_scheme_file_maker(wheel_zip, scheme) + other_scheme_files = map(make_data_scheme_file, other_scheme_paths) + files = chain(files, other_scheme_files) + + # Get the defined entry points + distribution = get_wheel_distribution( + FilesystemWheel(wheel_path), + canonicalize_name(name), + ) + console, gui = get_entrypoints(distribution) + + def is_entrypoint_wrapper(file: "File") -> bool: + # EP, EP.exe and EP-script.py are scripts generated for + # entry point EP by setuptools + path = file.dest_path + name = os.path.basename(path) + if name.lower().endswith(".exe"): + matchname = name[:-4] + elif name.lower().endswith("-script.py"): + matchname = name[:-10] + elif name.lower().endswith(".pya"): + matchname = name[:-4] + else: + matchname = name + # Ignore setuptools-generated scripts + return matchname in console or matchname in gui + + script_scheme_files: Iterator[File] = map( + make_data_scheme_file, script_scheme_paths + ) + script_scheme_files = filterfalse(is_entrypoint_wrapper, script_scheme_files) + script_scheme_files = map(ScriptFile, script_scheme_files) + files = chain(files, script_scheme_files) + + for file in files: + file.save() + record_installed(file.src_record_path, file.dest_path, file.changed) + + def pyc_source_file_paths() -> Generator[str, None, None]: + # We de-duplicate installation paths, since there can be overlap (e.g. + # file in .data maps to same location as file in wheel root). + # Sorting installation paths makes it easier to reproduce and debug + # issues related to permissions on existing files. + for installed_path in sorted(set(installed.values())): + full_installed_path = os.path.join(lib_dir, installed_path) + if not os.path.isfile(full_installed_path): + continue + if not full_installed_path.endswith(".py"): + continue + yield full_installed_path + + def pyc_output_path(path: str) -> str: + """Return the path the pyc file would have been written to.""" + return importlib.util.cache_from_source(path) + + # Compile all of the pyc files for the installed files + if pycompile: + with captured_stdout() as stdout: + with warnings.catch_warnings(): + warnings.filterwarnings("ignore") + for path in pyc_source_file_paths(): + success = compileall.compile_file(path, force=True, quiet=True) + if success: + pyc_path = pyc_output_path(path) + assert os.path.exists(pyc_path) + pyc_record_path = cast( + "RecordPath", pyc_path.replace(os.path.sep, "/") + ) + record_installed(pyc_record_path, pyc_path) + logger.debug(stdout.getvalue()) + + maker = PipScriptMaker(None, scheme.scripts) + + # Ensure old scripts are overwritten. + # See https://github.com/pypa/pip/issues/1800 + maker.clobber = True + + # Ensure we don't generate any variants for scripts because this is almost + # never what somebody wants. + # See https://bitbucket.org/pypa/distlib/issue/35/ + maker.variants = {""} + + # This is required because otherwise distlib creates scripts that are not + # executable. + # See https://bitbucket.org/pypa/distlib/issue/32/ + maker.set_mode = True + + # Generate the console and GUI entry points specified in the wheel + scripts_to_generate = get_console_script_specs(console) + + gui_scripts_to_generate = list(starmap("{} = {}".format, gui.items())) + + generated_console_scripts = maker.make_multiple(scripts_to_generate) + generated.extend(generated_console_scripts) + + generated.extend(maker.make_multiple(gui_scripts_to_generate, {"gui": True})) + + if warn_script_location: + msg = message_about_scripts_not_on_PATH(generated_console_scripts) + if msg is not None: + logger.warning(msg) + + generated_file_mode = 0o666 & ~current_umask() + + @contextlib.contextmanager + def _generate_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: + with adjacent_tmp_file(path, **kwargs) as f: + yield f + os.chmod(f.name, generated_file_mode) + replace(f.name, path) + + dest_info_dir = os.path.join(lib_dir, info_dir) + + # Record pip as the installer + installer_path = os.path.join(dest_info_dir, "INSTALLER") + with _generate_file(installer_path) as installer_file: + installer_file.write(b"pip\n") + generated.append(installer_path) + + # Record the PEP 610 direct URL reference + if direct_url is not None: + direct_url_path = os.path.join(dest_info_dir, DIRECT_URL_METADATA_NAME) + with _generate_file(direct_url_path) as direct_url_file: + direct_url_file.write(direct_url.to_json().encode("utf-8")) + generated.append(direct_url_path) + + # Record the REQUESTED file + if requested: + requested_path = os.path.join(dest_info_dir, "REQUESTED") + with open(requested_path, "wb"): + pass + generated.append(requested_path) + + record_text = distribution.read_text("RECORD") + record_rows = list(csv.reader(record_text.splitlines())) + + rows = get_csv_rows_for_installed( + record_rows, + installed=installed, + changed=changed, + generated=generated, + lib_dir=lib_dir, + ) + + # Record details of all files installed + record_path = os.path.join(dest_info_dir, "RECORD") + + with _generate_file(record_path, **csv_io_kwargs("w")) as record_file: + # Explicitly cast to typing.IO[str] as a workaround for the mypy error: + # "writer" has incompatible type "BinaryIO"; expected "_Writer" + writer = csv.writer(cast("IO[str]", record_file)) + writer.writerows(_normalized_outrows(rows)) + + +@contextlib.contextmanager +def req_error_context(req_description: str) -> Generator[None, None, None]: + try: + yield + except InstallationError as e: + message = f"For req: {req_description}. {e.args[0]}" + raise InstallationError(message) from e + + +def install_wheel( + name: str, + wheel_path: str, + scheme: Scheme, + req_description: str, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + with ZipFile(wheel_path, allowZip64=True) as z: + with req_error_context(req_description): + _install_wheel( + name=name, + wheel_zip=z, + wheel_path=wheel_path, + scheme=scheme, + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=direct_url, + requested=requested, + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 0000000..956717d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,730 @@ +"""Prepares a distribution for installation +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import mimetypes +import os +import shutil +from pathlib import Path +from typing import Dict, Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.distributions.installed import InstalledDistribution +from pip._internal.exceptions import ( + DirectoryUrlHashUnsupported, + HashMismatch, + HashUnpinned, + InstallationError, + MetadataInconsistent, + NetworkConnectionError, + VcsHashUnsupported, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_metadata_distribution +from pip._internal.models.direct_url import ArchiveInfo +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.network.download import BatchDownloader, Downloader +from pip._internal.network.lazy_wheel import ( + HTTPRangeRequestUnsupported, + dist_from_wheel_url, +) +from pip._internal.network.session import PipSession +from pip._internal.operations.build.build_tracker import BuildTracker +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils._log import getLogger +from pip._internal.utils.direct_url_helpers import ( + direct_url_for_editable, + direct_url_from_link, +) +from pip._internal.utils.hashes import Hashes, MissingHashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ( + display_path, + hash_file, + hide_url, + redact_auth_from_requirement, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.unpacking import unpack_file +from pip._internal.vcs import vcs + +logger = getLogger(__name__) + + +def _get_prepared_distribution( + req: InstallRequirement, + build_tracker: BuildTracker, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, +) -> BaseDistribution: + """Prepare a distribution for installation.""" + abstract_dist = make_distribution_for_install_requirement(req) + tracker_id = abstract_dist.build_tracker_id + if tracker_id is not None: + with build_tracker.track(req, tracker_id): + abstract_dist.prepare_distribution_metadata( + finder, build_isolation, check_build_deps + ) + return abstract_dist.get_metadata_distribution() + + +def unpack_vcs_link(link: Link, location: str, verbosity: int) -> None: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend is not None + vcs_backend.unpack(location, url=hide_url(link.url), verbosity=verbosity) + + +class File: + def __init__(self, path: str, content_type: Optional[str]) -> None: + self.path = path + if content_type is None: + self.content_type = mimetypes.guess_type(path)[0] + else: + self.content_type = content_type + + +def get_http_url( + link: Link, + download: Downloader, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> File: + temp_dir = TempDirectory(kind="unpack", globally_managed=True) + # If a download dir is specified, is the file already downloaded there? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + content_type = None + else: + # let's download to a tmp dir + from_path, content_type = download(link, temp_dir.path) + if hashes: + hashes.check_against_path(from_path) + + return File(from_path, content_type) + + +def get_file_url( + link: Link, download_dir: Optional[str] = None, hashes: Optional[Hashes] = None +) -> File: + """Get file and optionally check its hash.""" + # If a download dir is specified, is the file already there and valid? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + else: + from_path = link.file_path + + # If --require-hashes is off, `hashes` is either empty, the + # link's embedded hash, or MissingHashes; it is required to + # match. If --require-hashes is on, we are satisfied by any + # hash in `hashes` matching: a URL-based or an option-based + # one; no internet-sourced hash will be in `hashes`. + if hashes: + hashes.check_against_path(from_path) + return File(from_path, None) + + +def unpack_url( + link: Link, + location: str, + download: Downloader, + verbosity: int, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> Optional[File]: + """Unpack link into location, downloading if required. + + :param hashes: A Hashes object, one of whose embedded hashes must match, + or HashMismatch will be raised. If the Hashes is empty, no matches are + required, and unhashable types of requirements (like VCS ones, which + would ordinarily raise HashUnsupported) are allowed. + """ + # non-editable vcs urls + if link.is_vcs: + unpack_vcs_link(link, location, verbosity=verbosity) + return None + + assert not link.is_existing_dir() + + # file urls + if link.is_file: + file = get_file_url(link, download_dir, hashes=hashes) + + # http urls + else: + file = get_http_url( + link, + download, + download_dir, + hashes=hashes, + ) + + # unpack the archive to the build dir location. even when only downloading + # archives, they have to be unpacked to parse dependencies, except wheels + if not link.is_wheel: + unpack_file(file.path, location, file.content_type) + + return file + + +def _check_download_dir( + link: Link, + download_dir: str, + hashes: Optional[Hashes], + warn_on_hash_mismatch: bool = True, +) -> Optional[str]: + """Check download_dir for previously downloaded file with correct hash + If a correct file is found return its path else None + """ + download_path = os.path.join(download_dir, link.filename) + + if not os.path.exists(download_path): + return None + + # If already downloaded, does its hash match? + logger.info("File was already downloaded %s", download_path) + if hashes: + try: + hashes.check_against_path(download_path) + except HashMismatch: + if warn_on_hash_mismatch: + logger.warning( + "Previously-downloaded file %s has bad hash. Re-downloading.", + download_path, + ) + os.unlink(download_path) + return None + return download_path + + +class RequirementPreparer: + """Prepares a Requirement""" + + def __init__( + self, + build_dir: str, + download_dir: Optional[str], + src_dir: str, + build_isolation: bool, + check_build_deps: bool, + build_tracker: BuildTracker, + session: PipSession, + progress_bar: str, + finder: PackageFinder, + require_hashes: bool, + use_user_site: bool, + lazy_wheel: bool, + verbosity: int, + legacy_resolver: bool, + ) -> None: + super().__init__() + + self.src_dir = src_dir + self.build_dir = build_dir + self.build_tracker = build_tracker + self._session = session + self._download = Downloader(session, progress_bar) + self._batch_download = BatchDownloader(session, progress_bar) + self.finder = finder + + # Where still-packed archives should be written to. If None, they are + # not saved, and are deleted immediately after unpacking. + self.download_dir = download_dir + + # Is build isolation allowed? + self.build_isolation = build_isolation + + # Should check build dependencies? + self.check_build_deps = check_build_deps + + # Should hash-checking be required? + self.require_hashes = require_hashes + + # Should install in user site-packages? + self.use_user_site = use_user_site + + # Should wheels be downloaded lazily? + self.use_lazy_wheel = lazy_wheel + + # How verbose should underlying tooling be? + self.verbosity = verbosity + + # Are we using the legacy resolver? + self.legacy_resolver = legacy_resolver + + # Memoized downloaded files, as mapping of url: path. + self._downloaded: Dict[str, str] = {} + + # Previous "header" printed for a link-based InstallRequirement + self._previous_requirement_header = ("", "") + + def _log_preparing_link(self, req: InstallRequirement) -> None: + """Provide context for the requirement being prepared.""" + if req.link.is_file and not req.is_wheel_from_cache: + message = "Processing %s" + information = str(display_path(req.link.file_path)) + else: + message = "Collecting %s" + information = redact_auth_from_requirement(req.req) if req.req else str(req) + + # If we used req.req, inject requirement source if available (this + # would already be included if we used req directly) + if req.req and req.comes_from: + if isinstance(req.comes_from, str): + comes_from: Optional[str] = req.comes_from + else: + comes_from = req.comes_from.from_path() + if comes_from: + information += f" (from {comes_from})" + + if (message, information) != self._previous_requirement_header: + self._previous_requirement_header = (message, information) + logger.info(message, information) + + if req.is_wheel_from_cache: + with indent_log(): + logger.info("Using cached %s", req.link.filename) + + def _ensure_link_req_src_dir( + self, req: InstallRequirement, parallel_builds: bool + ) -> None: + """Ensure source_dir of a linked InstallRequirement.""" + # Since source_dir is only set for editable requirements. + if req.link.is_wheel: + # We don't need to unpack wheels, so no need for a source + # directory. + return + assert req.source_dir is None + if req.link.is_existing_dir(): + # build local directories in-tree + req.source_dir = req.link.file_path + return + + # We always delete unpacked sdists after pip runs. + req.ensure_has_source_dir( + self.build_dir, + autodelete=True, + parallel_builds=parallel_builds, + ) + req.ensure_pristine_source_checkout() + + def _get_linked_req_hashes(self, req: InstallRequirement) -> Hashes: + # By the time this is called, the requirement's link should have + # been checked so we can tell what kind of requirements req is + # and raise some more informative errors than otherwise. + # (For example, we can raise VcsHashUnsupported for a VCS URL + # rather than HashMissing.) + if not self.require_hashes: + return req.hashes(trust_internet=True) + + # We could check these first 2 conditions inside unpack_url + # and save repetition of conditions, but then we would + # report less-useful error messages for unhashable + # requirements, complaining that there's no hash provided. + if req.link.is_vcs: + raise VcsHashUnsupported() + if req.link.is_existing_dir(): + raise DirectoryUrlHashUnsupported() + + # Unpinned packages are asking for trouble when a new version + # is uploaded. This isn't a security check, but it saves users + # a surprising hash mismatch in the future. + # file:/// URLs aren't pinnable, so don't complain about them + # not being pinned. + if not req.is_direct and not req.is_pinned: + raise HashUnpinned() + + # If known-good hashes are missing for this requirement, + # shim it with a facade object that will provoke hash + # computation and then raise a HashMissing exception + # showing the user what the hash should be. + return req.hashes(trust_internet=False) or MissingHashes() + + def _fetch_metadata_only( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + if self.legacy_resolver: + logger.debug( + "Metadata-only fetching is not used in the legacy resolver", + ) + return None + if self.require_hashes: + logger.debug( + "Metadata-only fetching is not used as hash checking is required", + ) + return None + # Try PEP 658 metadata first, then fall back to lazy wheel if unavailable. + return self._fetch_metadata_using_link_data_attr( + req + ) or self._fetch_metadata_using_lazy_wheel(req.link) + + def _fetch_metadata_using_link_data_attr( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + """Fetch metadata from the data-dist-info-metadata attribute, if possible.""" + # (1) Get the link to the metadata file, if provided by the backend. + metadata_link = req.link.metadata_link() + if metadata_link is None: + return None + assert req.req is not None + logger.verbose( + "Obtaining dependency information for %s from %s", + req.req, + metadata_link, + ) + # (2) Download the contents of the METADATA file, separate from the dist itself. + metadata_file = get_http_url( + metadata_link, + self._download, + hashes=metadata_link.as_hashes(), + ) + with open(metadata_file.path, "rb") as f: + metadata_contents = f.read() + # (3) Generate a dist just from those file contents. + metadata_dist = get_metadata_distribution( + metadata_contents, + req.link.filename, + req.req.name, + ) + # (4) Ensure the Name: field from the METADATA file matches the name from the + # install requirement. + # + # NB: raw_name will fall back to the name from the install requirement if + # the Name: field is not present, but it's noted in the raw_name docstring + # that that should NEVER happen anyway. + if canonicalize_name(metadata_dist.raw_name) != canonicalize_name(req.req.name): + raise MetadataInconsistent( + req, "Name", req.req.name, metadata_dist.raw_name + ) + return metadata_dist + + def _fetch_metadata_using_lazy_wheel( + self, + link: Link, + ) -> Optional[BaseDistribution]: + """Fetch metadata using lazy wheel, if possible.""" + # --use-feature=fast-deps must be provided. + if not self.use_lazy_wheel: + return None + if link.is_file or not link.is_wheel: + logger.debug( + "Lazy wheel is not used as %r does not point to a remote wheel", + link, + ) + return None + + wheel = Wheel(link.filename) + name = canonicalize_name(wheel.name) + logger.info( + "Obtaining dependency information from %s %s", + name, + wheel.version, + ) + url = link.url.split("#", 1)[0] + try: + return dist_from_wheel_url(name, url, self._session) + except HTTPRangeRequestUnsupported: + logger.debug("%s does not support range requests", url) + return None + + def _complete_partial_requirements( + self, + partially_downloaded_reqs: Iterable[InstallRequirement], + parallel_builds: bool = False, + ) -> None: + """Download any requirements which were only fetched by metadata.""" + # Download to a temporary directory. These will be copied over as + # needed for downstream 'download', 'wheel', and 'install' commands. + temp_dir = TempDirectory(kind="unpack", globally_managed=True).path + + # Map each link to the requirement that owns it. This allows us to set + # `req.local_file_path` on the appropriate requirement after passing + # all the links at once into BatchDownloader. + links_to_fully_download: Dict[Link, InstallRequirement] = {} + for req in partially_downloaded_reqs: + assert req.link + links_to_fully_download[req.link] = req + + batch_download = self._batch_download( + links_to_fully_download.keys(), + temp_dir, + ) + for link, (filepath, _) in batch_download: + logger.debug("Downloading link %s to %s", link, filepath) + req = links_to_fully_download[link] + # Record the downloaded file path so wheel reqs can extract a Distribution + # in .get_dist(). + req.local_file_path = filepath + # Record that the file is downloaded so we don't do it again in + # _prepare_linked_requirement(). + self._downloaded[req.link.url] = filepath + + # If this is an sdist, we need to unpack it after downloading, but the + # .source_dir won't be set up until we are in _prepare_linked_requirement(). + # Add the downloaded archive to the install requirement to unpack after + # preparing the source dir. + if not req.is_wheel: + req.needs_unpacked_archive(Path(filepath)) + + # This step is necessary to ensure all lazy wheels are processed + # successfully by the 'download', 'wheel', and 'install' commands. + for req in partially_downloaded_reqs: + self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool = False + ) -> BaseDistribution: + """Prepare a requirement to be obtained from req.link.""" + assert req.link + self._log_preparing_link(req) + with indent_log(): + # Check if the relevant file is already available + # in the download directory + file_path = None + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir( + req.link, + self.download_dir, + hashes, + # When a locally built wheel has been found in cache, we don't warn + # about re-downloading when the already downloaded wheel hash does + # not match. This is because the hash must be checked against the + # original link, not the cached link. It that case the already + # downloaded file will be removed and re-fetched from cache (which + # implies a hash check against the cache entry's origin.json). + warn_on_hash_mismatch=not req.is_wheel_from_cache, + ) + + if file_path is not None: + # The file is already available, so mark it as downloaded + self._downloaded[req.link.url] = file_path + else: + # The file is not available, attempt to fetch only metadata + metadata_dist = self._fetch_metadata_only(req) + if metadata_dist is not None: + req.needs_more_preparation = True + return metadata_dist + + # None of the optimizations worked, fully prepare the requirement + return self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirements_more( + self, reqs: Iterable[InstallRequirement], parallel_builds: bool = False + ) -> None: + """Prepare linked requirements more, if needed.""" + reqs = [req for req in reqs if req.needs_more_preparation] + for req in reqs: + # Determine if any of these requirements were already downloaded. + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir(req.link, self.download_dir, hashes) + if file_path is not None: + self._downloaded[req.link.url] = file_path + req.needs_more_preparation = False + + # Prepare requirements we found were already downloaded for some + # reason. The other downloads will be completed separately. + partially_downloaded_reqs: List[InstallRequirement] = [] + for req in reqs: + if req.needs_more_preparation: + partially_downloaded_reqs.append(req) + else: + self._prepare_linked_requirement(req, parallel_builds) + + # TODO: separate this part out from RequirementPreparer when the v1 + # resolver can be removed! + self._complete_partial_requirements( + partially_downloaded_reqs, + parallel_builds=parallel_builds, + ) + + def _prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool + ) -> BaseDistribution: + assert req.link + link = req.link + + hashes = self._get_linked_req_hashes(req) + + if hashes and req.is_wheel_from_cache: + assert req.download_info is not None + assert link.is_wheel + assert link.is_file + # We need to verify hashes, and we have found the requirement in the cache + # of locally built wheels. + if ( + isinstance(req.download_info.info, ArchiveInfo) + and req.download_info.info.hashes + and hashes.has_one_of(req.download_info.info.hashes) + ): + # At this point we know the requirement was built from a hashable source + # artifact, and we verified that the cache entry's hash of the original + # artifact matches one of the hashes we expect. We don't verify hashes + # against the cached wheel, because the wheel is not the original. + hashes = None + else: + logger.warning( + "The hashes of the source archive found in cache entry " + "don't match, ignoring cached built wheel " + "and re-downloading source." + ) + req.link = req.cached_wheel_source_link + link = req.link + + self._ensure_link_req_src_dir(req, parallel_builds) + + if link.is_existing_dir(): + local_file = None + elif link.url not in self._downloaded: + try: + local_file = unpack_url( + link, + req.source_dir, + self._download, + self.verbosity, + self.download_dir, + hashes, + ) + except NetworkConnectionError as exc: + raise InstallationError( + f"Could not install requirement {req} because of HTTP " + f"error {exc} for URL {link}" + ) + else: + file_path = self._downloaded[link.url] + if hashes: + hashes.check_against_path(file_path) + local_file = File(file_path, content_type=None) + + # If download_info is set, we got it from the wheel cache. + if req.download_info is None: + # Editables don't go through this function (see + # prepare_editable_requirement). + assert not req.editable + req.download_info = direct_url_from_link(link, req.source_dir) + # Make sure we have a hash in download_info. If we got it as part of the + # URL, it will have been verified and we can rely on it. Otherwise we + # compute it from the downloaded file. + # FIXME: https://github.com/pypa/pip/issues/11943 + if ( + isinstance(req.download_info.info, ArchiveInfo) + and not req.download_info.info.hashes + and local_file + ): + hash = hash_file(local_file.path)[0].hexdigest() + # We populate info.hash for backward compatibility. + # This will automatically populate info.hashes. + req.download_info.info.hash = f"sha256={hash}" + + # For use in later processing, + # preserve the file path on the requirement. + if local_file: + req.local_file_path = local_file.path + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + return dist + + def save_linked_requirement(self, req: InstallRequirement) -> None: + assert self.download_dir is not None + assert req.link is not None + link = req.link + if link.is_vcs or (link.is_existing_dir() and req.editable): + # Make a .zip of the source_dir we already created. + req.archive(self.download_dir) + return + + if link.is_existing_dir(): + logger.debug( + "Not copying link to destination directory " + "since it is a directory: %s", + link, + ) + return + if req.local_file_path is None: + # No distribution was downloaded for this requirement. + return + + download_location = os.path.join(self.download_dir, link.filename) + if not os.path.exists(download_location): + shutil.copy(req.local_file_path, download_location) + download_path = display_path(download_location) + logger.info("Saved %s", download_path) + + def prepare_editable_requirement( + self, + req: InstallRequirement, + ) -> BaseDistribution: + """Prepare an editable requirement.""" + assert req.editable, "cannot prepare a non-editable req as editable" + + logger.info("Obtaining %s", req) + + with indent_log(): + if self.require_hashes: + raise InstallationError( + f"The editable requirement {req} cannot be installed when " + "requiring hashes, because there is no single file to " + "hash." + ) + req.ensure_has_source_dir(self.src_dir) + req.update_editable() + assert req.source_dir + req.download_info = direct_url_for_editable(req.unpacked_source_directory) + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + + req.check_if_exists(self.use_user_site) + + return dist + + def prepare_installed_requirement( + self, + req: InstallRequirement, + skip_reason: str, + ) -> BaseDistribution: + """Prepare an already-installed requirement.""" + assert req.satisfied_by, "req should have been satisfied but isn't" + assert skip_reason is not None, ( + "did not get skip reason skipped but req.satisfied_by " + f"is set to {req.satisfied_by}" + ) + logger.info( + "Requirement %s: %s (%s)", skip_reason, req, req.satisfied_by.version + ) + with indent_log(): + if self.require_hashes: + logger.debug( + "Since it is already installed, we are trusting this " + "package without checking its hash. To ensure a " + "completely repeatable environment, install into an " + "empty virtualenv." + ) + return InstalledDistribution(req).get_metadata_distribution() diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py b/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py new file mode 100644 index 0000000..8de36b8 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py @@ -0,0 +1,179 @@ +import importlib.util +import os +from collections import namedtuple +from typing import Any, List, Optional + +from pip._vendor import tomli +from pip._vendor.packaging.requirements import InvalidRequirement, Requirement + +from pip._internal.exceptions import ( + InstallationError, + InvalidPyProjectBuildRequires, + MissingPyProjectBuildRequires, +) + + +def _is_list_of_str(obj: Any) -> bool: + return isinstance(obj, list) and all(isinstance(item, str) for item in obj) + + +def make_pyproject_path(unpacked_source_directory: str) -> str: + return os.path.join(unpacked_source_directory, "pyproject.toml") + + +BuildSystemDetails = namedtuple( + "BuildSystemDetails", ["requires", "backend", "check", "backend_path"] +) + + +def load_pyproject_toml( + use_pep517: Optional[bool], pyproject_toml: str, setup_py: str, req_name: str +) -> Optional[BuildSystemDetails]: + """Load the pyproject.toml file. + + Parameters: + use_pep517 - Has the user requested PEP 517 processing? None + means the user hasn't explicitly specified. + pyproject_toml - Location of the project's pyproject.toml file + setup_py - Location of the project's setup.py file + req_name - The name of the requirement we're processing (for + error reporting) + + Returns: + None if we should use the legacy code path, otherwise a tuple + ( + requirements from pyproject.toml, + name of PEP 517 backend, + requirements we should check are installed after setting + up the build environment + directory paths to import the backend from (backend-path), + relative to the project root. + ) + """ + has_pyproject = os.path.isfile(pyproject_toml) + has_setup = os.path.isfile(setup_py) + + if not has_pyproject and not has_setup: + raise InstallationError( + f"{req_name} does not appear to be a Python project: " + f"neither 'setup.py' nor 'pyproject.toml' found." + ) + + if has_pyproject: + with open(pyproject_toml, encoding="utf-8") as f: + pp_toml = tomli.loads(f.read()) + build_system = pp_toml.get("build-system") + else: + build_system = None + + # The following cases must use PEP 517 + # We check for use_pep517 being non-None and falsey because that means + # the user explicitly requested --no-use-pep517. The value 0 as + # opposed to False can occur when the value is provided via an + # environment variable or config file option (due to the quirk of + # strtobool() returning an integer in pip's configuration code). + if has_pyproject and not has_setup: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project does not have a setup.py" + ) + use_pep517 = True + elif build_system and "build-backend" in build_system: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project specifies a build backend of {} " + "in pyproject.toml".format(build_system["build-backend"]) + ) + use_pep517 = True + + # If we haven't worked out whether to use PEP 517 yet, + # and the user hasn't explicitly stated a preference, + # we do so if the project has a pyproject.toml file + # or if we cannot import setuptools or wheels. + + # We fallback to PEP 517 when without setuptools or without the wheel package, + # so setuptools can be installed as a default build backend. + # For more info see: + # https://discuss.python.org/t/pip-without-setuptools-could-the-experience-be-improved/11810/9 + # https://github.com/pypa/pip/issues/8559 + elif use_pep517 is None: + use_pep517 = ( + has_pyproject + or not importlib.util.find_spec("setuptools") + or not importlib.util.find_spec("wheel") + ) + + # At this point, we know whether we're going to use PEP 517. + assert use_pep517 is not None + + # If we're using the legacy code path, there is nothing further + # for us to do here. + if not use_pep517: + return None + + if build_system is None: + # Either the user has a pyproject.toml with no build-system + # section, or the user has no pyproject.toml, but has opted in + # explicitly via --use-pep517. + # In the absence of any explicit backend specification, we + # assume the setuptools backend that most closely emulates the + # traditional direct setup.py execution, and require wheel and + # a version of setuptools that supports that backend. + + build_system = { + "requires": ["setuptools>=40.8.0"], + "build-backend": "setuptools.build_meta:__legacy__", + } + + # If we're using PEP 517, we have build system information (either + # from pyproject.toml, or defaulted by the code above). + # Note that at this point, we do not know if the user has actually + # specified a backend, though. + assert build_system is not None + + # Ensure that the build-system section in pyproject.toml conforms + # to PEP 518. + + # Specifying the build-system table but not the requires key is invalid + if "requires" not in build_system: + raise MissingPyProjectBuildRequires(package=req_name) + + # Error out if requires is not a list of strings + requires = build_system["requires"] + if not _is_list_of_str(requires): + raise InvalidPyProjectBuildRequires( + package=req_name, + reason="It is not a list of strings.", + ) + + # Each requirement must be valid as per PEP 508 + for requirement in requires: + try: + Requirement(requirement) + except InvalidRequirement as error: + raise InvalidPyProjectBuildRequires( + package=req_name, + reason=f"It contains an invalid requirement: {requirement!r}", + ) from error + + backend = build_system.get("build-backend") + backend_path = build_system.get("backend-path", []) + check: List[str] = [] + if backend is None: + # If the user didn't specify a backend, we assume they want to use + # the setuptools backend. But we can't be sure they have included + # a version of setuptools which supplies the backend. So we + # make a note to check that this requirement is present once + # we have set up the environment. + # This is quite a lot of work to check for a very specific case. But + # the problem is, that case is potentially quite common - projects that + # adopted PEP 518 early for the ability to specify requirements to + # execute setup.py, but never considered needing to mention the build + # tools themselves. The original PEP 518 code had a similar check (but + # implemented in a different way). + backend = "setuptools.build_meta:__legacy__" + check = ["setuptools>=40.8.0"] + + return BuildSystemDetails(requires, backend, check, backend_path) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 0000000..16de903 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py @@ -0,0 +1,92 @@ +import collections +import logging +from typing import Generator, List, Optional, Sequence, Tuple + +from pip._internal.utils.logging import indent_log + +from .req_file import parse_requirements +from .req_install import InstallRequirement +from .req_set import RequirementSet + +__all__ = [ + "RequirementSet", + "InstallRequirement", + "parse_requirements", + "install_given_reqs", +] + +logger = logging.getLogger(__name__) + + +class InstallationResult: + def __init__(self, name: str) -> None: + self.name = name + + def __repr__(self) -> str: + return f"InstallationResult(name={self.name!r})" + + +def _validate_requirements( + requirements: List[InstallRequirement], +) -> Generator[Tuple[str, InstallRequirement], None, None]: + for req in requirements: + assert req.name, f"invalid to-be-installed requirement: {req}" + yield req.name, req + + +def install_given_reqs( + requirements: List[InstallRequirement], + global_options: Sequence[str], + root: Optional[str], + home: Optional[str], + prefix: Optional[str], + warn_script_location: bool, + use_user_site: bool, + pycompile: bool, +) -> List[InstallationResult]: + """ + Install everything in the given list. + + (to be called after having downloaded and unpacked the packages) + """ + to_install = collections.OrderedDict(_validate_requirements(requirements)) + + if to_install: + logger.info( + "Installing collected packages: %s", + ", ".join(to_install.keys()), + ) + + installed = [] + + with indent_log(): + for req_name, requirement in to_install.items(): + if requirement.should_reinstall: + logger.info("Attempting uninstall: %s", req_name) + with indent_log(): + uninstalled_pathset = requirement.uninstall(auto_confirm=True) + else: + uninstalled_pathset = None + + try: + requirement.install( + global_options, + root=root, + home=home, + prefix=prefix, + warn_script_location=warn_script_location, + use_user_site=use_user_site, + pycompile=pycompile, + ) + except Exception: + # if install did not succeed, rollback previous uninstall + if uninstalled_pathset and not requirement.install_succeeded: + uninstalled_pathset.rollback() + raise + else: + if uninstalled_pathset and requirement.install_succeeded: + uninstalled_pathset.commit() + + installed.append(InstallationResult(req_name)) + + return installed diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6ee6d14acdbe5ce152c6413edd7baf2151978793 GIT binary patch literal 3749 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 H7+3l~7QN0h literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b895e278374345e85c7d32a962b118cc0e301d73 GIT binary patch literal 21467 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..015c9d4569179d326c54c8564b1483b707ce69a4 GIT binary patch literal 7224 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 V9$)i!E%^TBo8-92U4l8A{6BhitWf{} literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f9b9918d04736327b3c5b17fd258889c656b8cda GIT binary patch literal 32983 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 a=k;GP@Rj#C3cq;TvWIuy=Mb Tuple[str, Optional[str]]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1) + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: Optional[str]) -> Set[str]: + if not extras: + return set() + return get_requirement("placeholder" + extras.lower()).extras + + +def _set_requirement_extras(req: Requirement, new_extras: Set[str]) -> Requirement: + """ + Returns a new requirement based on the given one, with the supplied extras. If the + given requirement already has extras those are replaced (or dropped if no new extras + are given). + """ + match: Optional[re.Match[str]] = re.fullmatch( + # see https://peps.python.org/pep-0508/#complete-grammar + r"([\w\t .-]+)(\[[^\]]*\])?(.*)", + str(req), + flags=re.ASCII, + ) + # ireq.req is a valid requirement so the regex should always match + assert ( + match is not None + ), f"regex match on requirement {req} failed, this should never happen" + pre: Optional[str] = match.group(1) + post: Optional[str] = match.group(3) + assert ( + pre is not None and post is not None + ), f"regex group selection for requirement {req} failed, this should never happen" + extras: str = "[%s]" % ",".join(sorted(new_extras)) if new_extras else "" + return Requirement(f"{pre}{extras}{post}") + + +def parse_editable(editable_req: str) -> Tuple[Optional[str], str, Set[str]]: + """Parses an editable requirement into: + - a requirement name + - an URL + - extras + - editable options + Accepted requirements: + svn+http://blahblah@rev#egg=Foobar[baz]&subdirectory=version_subdir + .[some_extra] + """ + + url = editable_req + + # If a file path is specified with extras, strip off the extras. + url_no_extras, extras = _strip_extras(url) + + if os.path.isdir(url_no_extras): + # Treating it as code that has already been checked out + url_no_extras = path_to_url(url_no_extras) + + if url_no_extras.lower().startswith("file:"): + package_name = Link(url_no_extras).egg_fragment + if extras: + return ( + package_name, + url_no_extras, + get_requirement("placeholder" + extras.lower()).extras, + ) + else: + return package_name, url_no_extras, set() + + for version_control in vcs: + if url.lower().startswith(f"{version_control}:"): + url = f"{version_control}+{url}" + break + + link = Link(url) + + if not link.is_vcs: + backends = ", ".join(vcs.all_schemes) + raise InstallationError( + f"{editable_req} is not a valid editable requirement. " + f"It should either be a path to a local project or a VCS URL " + f"(beginning with {backends})." + ) + + package_name = link.egg_fragment + if not package_name: + raise InstallationError( + "Could not detect requirement name for '{}', please specify one " + "with #egg=your_package_name".format(editable_req) + ) + return package_name, url, set() + + +def check_first_requirement_in_file(filename: str) -> None: + """Check if file is parsable as a requirements file. + + This is heavily based on ``pkg_resources.parse_requirements``, but + simplified to just check the first meaningful line. + + :raises InvalidRequirement: If the first meaningful line cannot be parsed + as an requirement. + """ + with open(filename, encoding="utf-8", errors="ignore") as f: + # Create a steppable iterator, so we can handle \-continuations. + lines = ( + line + for line in (line.strip() for line in f) + if line and not line.startswith("#") # Skip blank lines/comments. + ) + + for line in lines: + # Drop comments -- a hash without a space may be in a URL. + if " #" in line: + line = line[: line.find(" #")] + # If there is a line continuation, drop it, and append the next line. + if line.endswith("\\"): + line = line[:-2].strip() + next(lines, "") + Requirement(line) + return + + +def deduce_helpful_msg(req: str) -> str: + """Returns helpful msg in case requirements file does not exist, + or cannot be parsed. + + :params req: Requirements file path + """ + if not os.path.exists(req): + return f" File '{req}' does not exist." + msg = " The path does exist. " + # Try to parse and check if it is a requirements file. + try: + check_first_requirement_in_file(req) + except InvalidRequirement: + logger.debug("Cannot parse '%s' as requirements file", req) + else: + msg += ( + f"The argument you provided " + f"({req}) appears to be a" + f" requirements file. If that is the" + f" case, use the '-r' flag to install" + f" the packages specified within it." + ) + return msg + + +class RequirementParts: + def __init__( + self, + requirement: Optional[Requirement], + link: Optional[Link], + markers: Optional[Marker], + extras: Set[str], + ): + self.requirement = requirement + self.link = link + self.markers = markers + self.extras = extras + + +def parse_req_from_editable(editable_req: str) -> RequirementParts: + name, url, extras_override = parse_editable(editable_req) + + if name is not None: + try: + req: Optional[Requirement] = Requirement(name) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{name}'") + else: + req = None + + link = Link(url) + + return RequirementParts(req, link, None, extras_override) + + +# ---- The actual constructors follow ---- + + +def install_req_from_editable( + editable_req: str, + comes_from: Optional[Union[InstallRequirement, str]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + user_supplied: bool = False, + permit_editable_wheels: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + parts = parse_req_from_editable(editable_req) + + return InstallRequirement( + parts.requirement, + comes_from=comes_from, + user_supplied=user_supplied, + editable=True, + permit_editable_wheels=permit_editable_wheels, + link=parts.link, + constraint=constraint, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + extras=parts.extras, + ) + + +def _looks_like_path(name: str) -> bool: + """Checks whether the string "looks like" a path on the filesystem. + + This does not check whether the target actually exists, only judge from the + appearance. + + Returns true if any of the following conditions is true: + * a path separator is found (either os.path.sep or os.path.altsep); + * a dot is found (which represents the current directory). + """ + if os.path.sep in name: + return True + if os.path.altsep is not None and os.path.altsep in name: + return True + if name.startswith("."): + return True + return False + + +def _get_url_from_path(path: str, name: str) -> Optional[str]: + """ + First, it checks whether a provided path is an installable directory. If it + is, returns the path. + + If false, check if the path is an archive file (such as a .whl). + The function checks if the path is a file. If false, if the path has + an @, it will treat it as a PEP 440 URL requirement and return the path. + """ + if _looks_like_path(name) and os.path.isdir(path): + if is_installable_dir(path): + return path_to_url(path) + # TODO: The is_installable_dir test here might not be necessary + # now that it is done in load_pyproject_toml too. + raise InstallationError( + f"Directory {name!r} is not installable. Neither 'setup.py' " + "nor 'pyproject.toml' found." + ) + if not is_archive_file(path): + return None + if os.path.isfile(path): + return path_to_url(path) + urlreq_parts = name.split("@", 1) + if len(urlreq_parts) >= 2 and not _looks_like_path(urlreq_parts[0]): + # If the path contains '@' and the part before it does not look + # like a path, try to treat it as a PEP 440 URL req instead. + return None + logger.warning( + "Requirement %r looks like a filename, but the file does not exist", + name, + ) + return path_to_url(path) + + +def parse_req_from_line(name: str, line_source: Optional[str]) -> RequirementParts: + if is_url(name): + marker_sep = "; " + else: + marker_sep = ";" + if marker_sep in name: + name, markers_as_string = name.split(marker_sep, 1) + markers_as_string = markers_as_string.strip() + if not markers_as_string: + markers = None + else: + markers = Marker(markers_as_string) + else: + markers = None + name = name.strip() + req_as_string = None + path = os.path.normpath(os.path.abspath(name)) + link = None + extras_as_string = None + + if is_url(name): + link = Link(name) + else: + p, extras_as_string = _strip_extras(path) + url = _get_url_from_path(p, name) + if url is not None: + link = Link(url) + + # it's a local file, dir, or url + if link: + # Handle relative file URLs + if link.scheme == "file" and re.search(r"\.\./", link.url): + link = Link(path_to_url(os.path.normpath(os.path.abspath(link.path)))) + # wheel file + if link.is_wheel: + wheel = Wheel(link.filename) # can raise InvalidWheelFilename + req_as_string = f"{wheel.name}=={wheel.version}" + else: + # set the req to the egg fragment. when it's not there, this + # will become an 'unnamed' requirement + req_as_string = link.egg_fragment + + # a requirement specifier + else: + req_as_string = name + + extras = convert_extras(extras_as_string) + + def with_source(text: str) -> str: + if not line_source: + return text + return f"{text} (from {line_source})" + + def _parse_req_string(req_as_string: str) -> Requirement: + try: + req = get_requirement(req_as_string) + except InvalidRequirement: + if os.path.sep in req_as_string: + add_msg = "It looks like a path." + add_msg += deduce_helpful_msg(req_as_string) + elif "=" in req_as_string and not any( + op in req_as_string for op in operators + ): + add_msg = "= is not a valid operator. Did you mean == ?" + else: + add_msg = "" + msg = with_source(f"Invalid requirement: {req_as_string!r}") + if add_msg: + msg += f"\nHint: {add_msg}" + raise InstallationError(msg) + else: + # Deprecate extras after specifiers: "name>=1.0[extras]" + # This currently works by accident because _strip_extras() parses + # any extras in the end of the string and those are saved in + # RequirementParts + for spec in req.specifier: + spec_str = str(spec) + if spec_str.endswith("]"): + msg = f"Extras after version '{spec_str}'." + raise InstallationError(msg) + return req + + if req_as_string is not None: + req: Optional[Requirement] = _parse_req_string(req_as_string) + else: + req = None + + return RequirementParts(req, link, markers, extras) + + +def install_req_from_line( + name: str, + comes_from: Optional[Union[str, InstallRequirement]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + line_source: Optional[str] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + """Creates an InstallRequirement from a name, which might be a + requirement, directory containing 'setup.py', filename, or URL. + + :param line_source: An optional string describing where the line is from, + for logging purposes in case of an error. + """ + parts = parse_req_from_line(name, line_source) + + return InstallRequirement( + parts.requirement, + comes_from, + link=parts.link, + markers=parts.markers, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + constraint=constraint, + extras=parts.extras, + user_supplied=user_supplied, + ) + + +def install_req_from_req_string( + req_string: str, + comes_from: Optional[InstallRequirement] = None, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, +) -> InstallRequirement: + try: + req = get_requirement(req_string) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{req_string}'") + + domains_not_allowed = [ + PyPI.file_storage_domain, + TestPyPI.file_storage_domain, + ] + if ( + req.url + and comes_from + and comes_from.link + and comes_from.link.netloc in domains_not_allowed + ): + # Explicitly disallow pypi packages that depend on external urls + raise InstallationError( + "Packages installed from PyPI cannot depend on packages " + "which are not also hosted on PyPI.\n" + f"{comes_from.name} depends on {req} " + ) + + return InstallRequirement( + req, + comes_from, + isolated=isolated, + use_pep517=use_pep517, + user_supplied=user_supplied, + ) + + +def install_req_from_parsed_requirement( + parsed_req: ParsedRequirement, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + if parsed_req.is_editable: + req = install_req_from_editable( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + constraint=parsed_req.constraint, + isolated=isolated, + user_supplied=user_supplied, + config_settings=config_settings, + ) + + else: + req = install_req_from_line( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + isolated=isolated, + global_options=( + parsed_req.options.get("global_options", []) + if parsed_req.options + else [] + ), + hash_options=( + parsed_req.options.get("hashes", {}) if parsed_req.options else {} + ), + constraint=parsed_req.constraint, + line_source=parsed_req.line_source, + user_supplied=user_supplied, + config_settings=config_settings, + ) + return req + + +def install_req_from_link_and_ireq( + link: Link, ireq: InstallRequirement +) -> InstallRequirement: + return InstallRequirement( + req=ireq.req, + comes_from=ireq.comes_from, + editable=ireq.editable, + link=link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + ) + + +def install_req_drop_extras(ireq: InstallRequirement) -> InstallRequirement: + """ + Creates a new InstallationRequirement using the given template but without + any extras. Sets the original requirement as the new one's parent + (comes_from). + """ + return InstallRequirement( + req=( + _set_requirement_extras(ireq.req, set()) if ireq.req is not None else None + ), + comes_from=ireq, + editable=ireq.editable, + link=ireq.link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + constraint=ireq.constraint, + extras=[], + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + permit_editable_wheels=ireq.permit_editable_wheels, + ) + + +def install_req_extend_extras( + ireq: InstallRequirement, + extras: Collection[str], +) -> InstallRequirement: + """ + Returns a copy of an installation requirement with some additional extras. + Makes a shallow copy of the ireq object. + """ + result = copy.copy(ireq) + result.extras = {*ireq.extras, *extras} + result.req = ( + _set_requirement_extras(ireq.req, result.extras) + if ireq.req is not None + else None + ) + return result diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 0000000..1ef3d5e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,554 @@ +""" +Requirements file parsing +""" + +import logging +import optparse +import os +import re +import shlex +import urllib.parse +from optparse import Values +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Dict, + Generator, + Iterable, + List, + Optional, + Tuple, +) + +from pip._internal.cli import cmdoptions +from pip._internal.exceptions import InstallationError, RequirementsFileParseError +from pip._internal.models.search_scope import SearchScope +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status +from pip._internal.utils.encoding import auto_decode +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # NoReturn introduced in 3.6.2; imported only for type checking to maintain + # pip compatibility with older patch versions of Python 3.6 + from typing import NoReturn + + from pip._internal.index.package_finder import PackageFinder + +__all__ = ["parse_requirements"] + +ReqFileLines = Iterable[Tuple[int, str]] + +LineParser = Callable[[str], Tuple[str, Values]] + +SCHEME_RE = re.compile(r"^(http|https|file):", re.I) +COMMENT_RE = re.compile(r"(^|\s+)#.*$") + +# Matches environment variable-style values in '${MY_VARIABLE_1}' with the +# variable name consisting of only uppercase letters, digits or the '_' +# (underscore). This follows the POSIX standard defined in IEEE Std 1003.1, +# 2013 Edition. +ENV_VAR_RE = re.compile(r"(?P\$\{(?P[A-Z0-9_]+)\})") + +SUPPORTED_OPTIONS: List[Callable[..., optparse.Option]] = [ + cmdoptions.index_url, + cmdoptions.extra_index_url, + cmdoptions.no_index, + cmdoptions.constraints, + cmdoptions.requirements, + cmdoptions.editable, + cmdoptions.find_links, + cmdoptions.no_binary, + cmdoptions.only_binary, + cmdoptions.prefer_binary, + cmdoptions.require_hashes, + cmdoptions.pre, + cmdoptions.trusted_host, + cmdoptions.use_new_feature, +] + +# options to be passed to requirements +SUPPORTED_OPTIONS_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.global_options, + cmdoptions.hash, + cmdoptions.config_settings, +] + +SUPPORTED_OPTIONS_EDITABLE_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.config_settings, +] + + +# the 'dest' string values +SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_REQ] +SUPPORTED_OPTIONS_EDITABLE_REQ_DEST = [ + str(o().dest) for o in SUPPORTED_OPTIONS_EDITABLE_REQ +] + +logger = logging.getLogger(__name__) + + +class ParsedRequirement: + def __init__( + self, + requirement: str, + is_editable: bool, + comes_from: str, + constraint: bool, + options: Optional[Dict[str, Any]] = None, + line_source: Optional[str] = None, + ) -> None: + self.requirement = requirement + self.is_editable = is_editable + self.comes_from = comes_from + self.options = options + self.constraint = constraint + self.line_source = line_source + + +class ParsedLine: + def __init__( + self, + filename: str, + lineno: int, + args: str, + opts: Values, + constraint: bool, + ) -> None: + self.filename = filename + self.lineno = lineno + self.opts = opts + self.constraint = constraint + + if args: + self.is_requirement = True + self.is_editable = False + self.requirement = args + elif opts.editables: + self.is_requirement = True + self.is_editable = True + # We don't support multiple -e on one line + self.requirement = opts.editables[0] + else: + self.is_requirement = False + + +def parse_requirements( + filename: str, + session: PipSession, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + constraint: bool = False, +) -> Generator[ParsedRequirement, None, None]: + """Parse a requirements file and yield ParsedRequirement instances. + + :param filename: Path or url of requirements file. + :param session: PipSession instance. + :param finder: Instance of pip.index.PackageFinder. + :param options: cli options. + :param constraint: If true, parsing a constraint file rather than + requirements file. + """ + line_parser = get_line_parser(finder) + parser = RequirementsFileParser(session, line_parser) + + for parsed_line in parser.parse(filename, constraint): + parsed_req = handle_line( + parsed_line, options=options, finder=finder, session=session + ) + if parsed_req is not None: + yield parsed_req + + +def preprocess(content: str) -> ReqFileLines: + """Split, filter, and join lines, and return a line iterator + + :param content: the content of the requirements file + """ + lines_enum: ReqFileLines = enumerate(content.splitlines(), start=1) + lines_enum = join_lines(lines_enum) + lines_enum = ignore_comments(lines_enum) + lines_enum = expand_env_variables(lines_enum) + return lines_enum + + +def handle_requirement_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, +) -> ParsedRequirement: + # preserve for the nested code path + line_comes_from = "{} {} (line {})".format( + "-c" if line.constraint else "-r", + line.filename, + line.lineno, + ) + + assert line.is_requirement + + # get the options that apply to requirements + if line.is_editable: + supported_dest = SUPPORTED_OPTIONS_EDITABLE_REQ_DEST + else: + supported_dest = SUPPORTED_OPTIONS_REQ_DEST + req_options = {} + for dest in supported_dest: + if dest in line.opts.__dict__ and line.opts.__dict__[dest]: + req_options[dest] = line.opts.__dict__[dest] + + line_source = f"line {line.lineno} of {line.filename}" + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + options=req_options, + line_source=line_source, + ) + + +def handle_option_line( + opts: Values, + filename: str, + lineno: int, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + session: Optional[PipSession] = None, +) -> None: + if opts.hashes: + logger.warning( + "%s line %s has --hash but no requirement, and will be ignored.", + filename, + lineno, + ) + + if options: + # percolate options upward + if opts.require_hashes: + options.require_hashes = opts.require_hashes + if opts.features_enabled: + options.features_enabled.extend( + f for f in opts.features_enabled if f not in options.features_enabled + ) + + # set finder options + if finder: + find_links = finder.find_links + index_urls = finder.index_urls + no_index = finder.search_scope.no_index + if opts.no_index is True: + no_index = True + index_urls = [] + if opts.index_url and not no_index: + index_urls = [opts.index_url] + if opts.extra_index_urls and not no_index: + index_urls.extend(opts.extra_index_urls) + if opts.find_links: + # FIXME: it would be nice to keep track of the source + # of the find_links: support a find-links local path + # relative to a requirements file. + value = opts.find_links[0] + req_dir = os.path.dirname(os.path.abspath(filename)) + relative_to_reqs_file = os.path.join(req_dir, value) + if os.path.exists(relative_to_reqs_file): + value = relative_to_reqs_file + find_links.append(value) + + if session: + # We need to update the auth urls in session + session.update_index_urls(index_urls) + + search_scope = SearchScope( + find_links=find_links, + index_urls=index_urls, + no_index=no_index, + ) + finder.search_scope = search_scope + + if opts.pre: + finder.set_allow_all_prereleases() + + if opts.prefer_binary: + finder.set_prefer_binary() + + if session: + for host in opts.trusted_hosts or []: + source = f"line {lineno} of {filename}" + session.add_trusted_host(host, source=source) + + +def handle_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, + finder: Optional["PackageFinder"] = None, + session: Optional[PipSession] = None, +) -> Optional[ParsedRequirement]: + """Handle a single parsed requirements line; This can result in + creating/yielding requirements, or updating the finder. + + :param line: The parsed line to be processed. + :param options: CLI options. + :param finder: The finder - updated by non-requirement lines. + :param session: The session - updated by non-requirement lines. + + Returns a ParsedRequirement object if the line is a requirement line, + otherwise returns None. + + For lines that contain requirements, the only options that have an effect + are from SUPPORTED_OPTIONS_REQ, and they are scoped to the + requirement. Other options from SUPPORTED_OPTIONS may be present, but are + ignored. + + For lines that do not contain requirements, the only options that have an + effect are from SUPPORTED_OPTIONS. Options from SUPPORTED_OPTIONS_REQ may + be present, but are ignored. These lines may contain multiple options + (although our docs imply only one is supported), and all our parsed and + affect the finder. + """ + + if line.is_requirement: + parsed_req = handle_requirement_line(line, options) + return parsed_req + else: + handle_option_line( + line.opts, + line.filename, + line.lineno, + finder, + options, + session, + ) + return None + + +class RequirementsFileParser: + def __init__( + self, + session: PipSession, + line_parser: LineParser, + ) -> None: + self._session = session + self._line_parser = line_parser + + def parse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + """Parse a given file, yielding parsed lines.""" + yield from self._parse_and_recurse(filename, constraint) + + def _parse_and_recurse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + for line in self._parse_file(filename, constraint): + if not line.is_requirement and ( + line.opts.requirements or line.opts.constraints + ): + # parse a nested requirements file + if line.opts.requirements: + req_path = line.opts.requirements[0] + nested_constraint = False + else: + req_path = line.opts.constraints[0] + nested_constraint = True + + # original file is over http + if SCHEME_RE.search(filename): + # do a url join so relative paths work + req_path = urllib.parse.urljoin(filename, req_path) + # original file and nested file are paths + elif not SCHEME_RE.search(req_path): + # do a join so relative paths work + req_path = os.path.join( + os.path.dirname(filename), + req_path, + ) + + yield from self._parse_and_recurse(req_path, nested_constraint) + else: + yield line + + def _parse_file( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + _, content = get_file_content(filename, self._session) + + lines_enum = preprocess(content) + + for line_number, line in lines_enum: + try: + args_str, opts = self._line_parser(line) + except OptionParsingError as e: + # add offending line + msg = f"Invalid requirement: {line}\n{e.msg}" + raise RequirementsFileParseError(msg) + + yield ParsedLine( + filename, + line_number, + args_str, + opts, + constraint, + ) + + +def get_line_parser(finder: Optional["PackageFinder"]) -> LineParser: + def parse_line(line: str) -> Tuple[str, Values]: + # Build new parser for each line since it accumulates appendable + # options. + parser = build_parser() + defaults = parser.get_default_values() + defaults.index_url = None + if finder: + defaults.format_control = finder.format_control + + args_str, options_str = break_args_options(line) + + try: + options = shlex.split(options_str) + except ValueError as e: + raise OptionParsingError(f"Could not split options: {options_str}") from e + + opts, _ = parser.parse_args(options, defaults) + + return args_str, opts + + return parse_line + + +def break_args_options(line: str) -> Tuple[str, str]: + """Break up the line into an args and options string. We only want to shlex + (and then optparse) the options, not the args. args can contain markers + which are corrupted by shlex. + """ + tokens = line.split(" ") + args = [] + options = tokens[:] + for token in tokens: + if token.startswith("-") or token.startswith("--"): + break + else: + args.append(token) + options.pop(0) + return " ".join(args), " ".join(options) + + +class OptionParsingError(Exception): + def __init__(self, msg: str) -> None: + self.msg = msg + + +def build_parser() -> optparse.OptionParser: + """ + Return a parser for parsing requirement lines + """ + parser = optparse.OptionParser(add_help_option=False) + + option_factories = SUPPORTED_OPTIONS + SUPPORTED_OPTIONS_REQ + for option_factory in option_factories: + option = option_factory() + parser.add_option(option) + + # By default optparse sys.exits on parsing errors. We want to wrap + # that in our own exception. + def parser_exit(self: Any, msg: str) -> "NoReturn": + raise OptionParsingError(msg) + + # NOTE: mypy disallows assigning to a method + # https://github.com/python/mypy/issues/2427 + parser.exit = parser_exit # type: ignore + + return parser + + +def join_lines(lines_enum: ReqFileLines) -> ReqFileLines: + """Joins a line ending in '\' with the previous line (except when following + comments). The joined line takes on the index of the first line. + """ + primary_line_number = None + new_line: List[str] = [] + for line_number, line in lines_enum: + if not line.endswith("\\") or COMMENT_RE.match(line): + if COMMENT_RE.match(line): + # this ensures comments are always matched later + line = " " + line + if new_line: + new_line.append(line) + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + new_line = [] + else: + yield line_number, line + else: + if not new_line: + primary_line_number = line_number + new_line.append(line.strip("\\")) + + # last line contains \ + if new_line: + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + + # TODO: handle space after '\'. + + +def ignore_comments(lines_enum: ReqFileLines) -> ReqFileLines: + """ + Strips comments and filter empty lines. + """ + for line_number, line in lines_enum: + line = COMMENT_RE.sub("", line) + line = line.strip() + if line: + yield line_number, line + + +def expand_env_variables(lines_enum: ReqFileLines) -> ReqFileLines: + """Replace all environment variables that can be retrieved via `os.getenv`. + + The only allowed format for environment variables defined in the + requirement file is `${MY_VARIABLE_1}` to ensure two things: + + 1. Strings that contain a `$` aren't accidentally (partially) expanded. + 2. Ensure consistency across platforms for requirement files. + + These points are the result of a discussion on the `github pull + request #3514 `_. + + Valid characters in variable names follow the `POSIX standard + `_ and are limited + to uppercase letter, digits and the `_` (underscore). + """ + for line_number, line in lines_enum: + for env_var, var_name in ENV_VAR_RE.findall(line): + value = os.getenv(var_name) + if not value: + continue + + line = line.replace(env_var, value) + + yield line_number, line + + +def get_file_content(url: str, session: PipSession) -> Tuple[str, str]: + """Gets the content of a file; it may be a filename, file: URL, or + http: URL. Returns (location, content). Content is unicode. + Respects # -*- coding: declarations on the retrieved files. + + :param url: File path or url. + :param session: PipSession instance. + """ + scheme = get_url_scheme(url) + + # Pip has special support for file:// URLs (LocalFSAdapter). + if scheme in ["http", "https", "file"]: + resp = session.get(url) + raise_for_status(resp) + return resp.url, resp.text + + # Assume this is a bare path. + try: + with open(url, "rb") as f: + content = auto_decode(f.read()) + except OSError as exc: + raise InstallationError(f"Could not open requirements file: {exc}") + return url, content diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 0000000..a65611c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,923 @@ +import functools +import logging +import os +import shutil +import sys +import uuid +import zipfile +from optparse import Values +from pathlib import Path +from typing import Any, Collection, Dict, Iterable, List, Optional, Sequence, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment, NoOpBuildEnvironment +from pip._internal.exceptions import InstallationError, PreviousBuildDirError +from pip._internal.locations import get_scheme +from pip._internal.metadata import ( + BaseDistribution, + get_default_environment, + get_directory_distribution, + get_wheel_distribution, +) +from pip._internal.metadata.base import FilesystemWheel +from pip._internal.models.direct_url import DirectUrl +from pip._internal.models.link import Link +from pip._internal.operations.build.metadata import generate_metadata +from pip._internal.operations.build.metadata_editable import generate_editable_metadata +from pip._internal.operations.build.metadata_legacy import ( + generate_metadata as generate_metadata_legacy, +) +from pip._internal.operations.install.editable_legacy import ( + install_editable as install_editable_legacy, +) +from pip._internal.operations.install.wheel import install_wheel +from pip._internal.pyproject import load_pyproject_toml, make_pyproject_path +from pip._internal.req.req_uninstall import UninstallPathSet +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + ConfiguredBuildBackendHookCaller, + ask_path_exists, + backup_dir, + display_path, + hide_url, + is_installable_dir, + redact_auth_from_requirement, + redact_auth_from_url, +) +from pip._internal.utils.packaging import safe_extra +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.unpacking import unpack_file +from pip._internal.utils.virtualenv import running_under_virtualenv +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +class InstallRequirement: + """ + Represents something that may be installed later on, may have information + about where to fetch the relevant requirement and also contains logic for + installing the said requirement. + """ + + def __init__( + self, + req: Optional[Requirement], + comes_from: Optional[Union[str, "InstallRequirement"]], + editable: bool = False, + link: Optional[Link] = None, + markers: Optional[Marker] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + *, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + constraint: bool = False, + extras: Collection[str] = (), + user_supplied: bool = False, + permit_editable_wheels: bool = False, + ) -> None: + assert req is None or isinstance(req, Requirement), req + self.req = req + self.comes_from = comes_from + self.constraint = constraint + self.editable = editable + self.permit_editable_wheels = permit_editable_wheels + + # source_dir is the local directory where the linked requirement is + # located, or unpacked. In case unpacking is needed, creating and + # populating source_dir is done by the RequirementPreparer. Note this + # is not necessarily the directory where pyproject.toml or setup.py is + # located - that one is obtained via unpacked_source_directory. + self.source_dir: Optional[str] = None + if self.editable: + assert link + if link.is_file: + self.source_dir = os.path.normpath(os.path.abspath(link.file_path)) + + # original_link is the direct URL that was provided by the user for the + # requirement, either directly or via a constraints file. + if link is None and req and req.url: + # PEP 508 URL requirement + link = Link(req.url) + self.link = self.original_link = link + + # When this InstallRequirement is a wheel obtained from the cache of locally + # built wheels, this is the source link corresponding to the cache entry, which + # was used to download and build the cached wheel. + self.cached_wheel_source_link: Optional[Link] = None + + # Information about the location of the artifact that was downloaded . This + # property is guaranteed to be set in resolver results. + self.download_info: Optional[DirectUrl] = None + + # Path to any downloaded or already-existing package. + self.local_file_path: Optional[str] = None + if self.link and self.link.is_file: + self.local_file_path = self.link.file_path + + if extras: + self.extras = extras + elif req: + self.extras = req.extras + else: + self.extras = set() + if markers is None and req: + markers = req.marker + self.markers = markers + + # This holds the Distribution object if this requirement is already installed. + self.satisfied_by: Optional[BaseDistribution] = None + # Whether the installation process should try to uninstall an existing + # distribution before installing this requirement. + self.should_reinstall = False + # Temporary build location + self._temp_build_dir: Optional[TempDirectory] = None + # Set to True after successful installation + self.install_succeeded: Optional[bool] = None + # Supplied options + self.global_options = global_options if global_options else [] + self.hash_options = hash_options if hash_options else {} + self.config_settings = config_settings + # Set to True after successful preparation of this requirement + self.prepared = False + # User supplied requirement are explicitly requested for installation + # by the user via CLI arguments or requirements files, as opposed to, + # e.g. dependencies, extras or constraints. + self.user_supplied = user_supplied + + self.isolated = isolated + self.build_env: BuildEnvironment = NoOpBuildEnvironment() + + # For PEP 517, the directory where we request the project metadata + # gets stored. We need this to pass to build_wheel, so the backend + # can ensure that the wheel matches the metadata (see the PEP for + # details). + self.metadata_directory: Optional[str] = None + + # The static build requirements (from pyproject.toml) + self.pyproject_requires: Optional[List[str]] = None + + # Build requirements that we will check are available + self.requirements_to_check: List[str] = [] + + # The PEP 517 backend we should use to build the project + self.pep517_backend: Optional[BuildBackendHookCaller] = None + + # Are we using PEP 517 for this requirement? + # After pyproject.toml has been loaded, the only valid values are True + # and False. Before loading, None is valid (meaning "use the default"). + # Setting an explicit value before loading pyproject.toml is supported, + # but after loading this flag should be treated as read only. + self.use_pep517 = use_pep517 + + # If config settings are provided, enforce PEP 517. + if self.config_settings: + if self.use_pep517 is False: + logger.warning( + "--no-use-pep517 ignored for %s " + "because --config-settings are specified.", + self, + ) + self.use_pep517 = True + + # This requirement needs more preparation before it can be built + self.needs_more_preparation = False + + # This requirement needs to be unpacked before it can be installed. + self._archive_source: Optional[Path] = None + + def __str__(self) -> str: + if self.req: + s = redact_auth_from_requirement(self.req) + if self.link: + s += f" from {redact_auth_from_url(self.link.url)}" + elif self.link: + s = redact_auth_from_url(self.link.url) + else: + s = "" + if self.satisfied_by is not None: + if self.satisfied_by.location is not None: + location = display_path(self.satisfied_by.location) + else: + location = "" + s += f" in {location}" + if self.comes_from: + if isinstance(self.comes_from, str): + comes_from: Optional[str] = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += f" (from {comes_from})" + return s + + def __repr__(self) -> str: + return "<{} object: {} editable={!r}>".format( + self.__class__.__name__, str(self), self.editable + ) + + def format_debug(self) -> str: + """An un-tested helper for getting state, for debugging.""" + attributes = vars(self) + names = sorted(attributes) + + state = (f"{attr}={attributes[attr]!r}" for attr in sorted(names)) + return "<{name} object: {{{state}}}>".format( + name=self.__class__.__name__, + state=", ".join(state), + ) + + # Things that are valid for all kinds of requirements? + @property + def name(self) -> Optional[str]: + if self.req is None: + return None + return self.req.name + + @functools.lru_cache() # use cached_property in python 3.8+ + def supports_pyproject_editable(self) -> bool: + if not self.use_pep517: + return False + assert self.pep517_backend + with self.build_env: + runner = runner_with_spinner_message( + "Checking if build backend supports build_editable" + ) + with self.pep517_backend.subprocess_runner(runner): + return "build_editable" in self.pep517_backend._supported_features() + + @property + def specifier(self) -> SpecifierSet: + assert self.req is not None + return self.req.specifier + + @property + def is_direct(self) -> bool: + """Whether this requirement was specified as a direct URL.""" + return self.original_link is not None + + @property + def is_pinned(self) -> bool: + """Return whether I am pinned to an exact version. + + For example, some-package==1.2 is pinned; some-package>1.2 is not. + """ + assert self.req is not None + specifiers = self.req.specifier + return len(specifiers) == 1 and next(iter(specifiers)).operator in {"==", "==="} + + def match_markers(self, extras_requested: Optional[Iterable[str]] = None) -> bool: + if not extras_requested: + # Provide an extra to safely evaluate the markers + # without matching any extra + extras_requested = ("",) + if self.markers is not None: + return any( + self.markers.evaluate({"extra": extra}) + # TODO: Remove these two variants when packaging is upgraded to + # support the marker comparison logic specified in PEP 685. + or self.markers.evaluate({"extra": safe_extra(extra)}) + or self.markers.evaluate({"extra": canonicalize_name(extra)}) + for extra in extras_requested + ) + else: + return True + + @property + def has_hash_options(self) -> bool: + """Return whether any known-good hashes are specified as options. + + These activate --require-hashes mode; hashes specified as part of a + URL do not. + + """ + return bool(self.hash_options) + + def hashes(self, trust_internet: bool = True) -> Hashes: + """Return a hash-comparer that considers my option- and URL-based + hashes to be known-good. + + Hashes in URLs--ones embedded in the requirements file, not ones + downloaded from an index server--are almost peers with ones from + flags. They satisfy --require-hashes (whether it was implicitly or + explicitly activated) but do not activate it. md5 and sha224 are not + allowed in flags, which should nudge people toward good algos. We + always OR all hashes together, even ones from URLs. + + :param trust_internet: Whether to trust URL-based (#md5=...) hashes + downloaded from the internet, as by populate_link() + + """ + good_hashes = self.hash_options.copy() + if trust_internet: + link = self.link + elif self.is_direct and self.user_supplied: + link = self.original_link + else: + link = None + if link and link.hash: + assert link.hash_name is not None + good_hashes.setdefault(link.hash_name, []).append(link.hash) + return Hashes(good_hashes) + + def from_path(self) -> Optional[str]: + """Format a nice indicator to show where this "comes from" """ + if self.req is None: + return None + s = str(self.req) + if self.comes_from: + comes_from: Optional[str] + if isinstance(self.comes_from, str): + comes_from = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += "->" + comes_from + return s + + def ensure_build_location( + self, build_dir: str, autodelete: bool, parallel_builds: bool + ) -> str: + assert build_dir is not None + if self._temp_build_dir is not None: + assert self._temp_build_dir.path + return self._temp_build_dir.path + if self.req is None: + # Some systems have /tmp as a symlink which confuses custom + # builds (such as numpy). Thus, we ensure that the real path + # is returned. + self._temp_build_dir = TempDirectory( + kind=tempdir_kinds.REQ_BUILD, globally_managed=True + ) + + return self._temp_build_dir.path + + # This is the only remaining place where we manually determine the path + # for the temporary directory. It is only needed for editables where + # it is the value of the --src option. + + # When parallel builds are enabled, add a UUID to the build directory + # name so multiple builds do not interfere with each other. + dir_name: str = canonicalize_name(self.req.name) + if parallel_builds: + dir_name = f"{dir_name}_{uuid.uuid4().hex}" + + # FIXME: Is there a better place to create the build_dir? (hg and bzr + # need this) + if not os.path.exists(build_dir): + logger.debug("Creating directory %s", build_dir) + os.makedirs(build_dir) + actual_build_dir = os.path.join(build_dir, dir_name) + # `None` indicates that we respect the globally-configured deletion + # settings, which is what we actually want when auto-deleting. + delete_arg = None if autodelete else False + return TempDirectory( + path=actual_build_dir, + delete=delete_arg, + kind=tempdir_kinds.REQ_BUILD, + globally_managed=True, + ).path + + def _set_requirement(self) -> None: + """Set requirement after generating metadata.""" + assert self.req is None + assert self.metadata is not None + assert self.source_dir is not None + + # Construct a Requirement object from the generated metadata + if isinstance(parse_version(self.metadata["Version"]), Version): + op = "==" + else: + op = "===" + + self.req = Requirement( + "".join( + [ + self.metadata["Name"], + op, + self.metadata["Version"], + ] + ) + ) + + def warn_on_mismatching_name(self) -> None: + assert self.req is not None + metadata_name = canonicalize_name(self.metadata["Name"]) + if canonicalize_name(self.req.name) == metadata_name: + # Everything is fine. + return + + # If we're here, there's a mismatch. Log a warning about it. + logger.warning( + "Generating metadata for package %s " + "produced metadata for project name %s. Fix your " + "#egg=%s fragments.", + self.name, + metadata_name, + self.name, + ) + self.req = Requirement(metadata_name) + + def check_if_exists(self, use_user_site: bool) -> None: + """Find an installed distribution that satisfies or conflicts + with this requirement, and set self.satisfied_by or + self.should_reinstall appropriately. + """ + if self.req is None: + return + existing_dist = get_default_environment().get_distribution(self.req.name) + if not existing_dist: + return + + version_compatible = self.req.specifier.contains( + existing_dist.version, + prereleases=True, + ) + if not version_compatible: + self.satisfied_by = None + if use_user_site: + if existing_dist.in_usersite: + self.should_reinstall = True + elif running_under_virtualenv() and existing_dist.in_site_packages: + raise InstallationError( + f"Will not install to the user site because it will " + f"lack sys.path precedence to {existing_dist.raw_name} " + f"in {existing_dist.location}" + ) + else: + self.should_reinstall = True + else: + if self.editable: + self.should_reinstall = True + # when installing editables, nothing pre-existing should ever + # satisfy + self.satisfied_by = None + else: + self.satisfied_by = existing_dist + + # Things valid for wheels + @property + def is_wheel(self) -> bool: + if not self.link: + return False + return self.link.is_wheel + + @property + def is_wheel_from_cache(self) -> bool: + # When True, it means that this InstallRequirement is a local wheel file in the + # cache of locally built wheels. + return self.cached_wheel_source_link is not None + + # Things valid for sdists + @property + def unpacked_source_directory(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return os.path.join( + self.source_dir, self.link and self.link.subdirectory_fragment or "" + ) + + @property + def setup_py_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_py = os.path.join(self.unpacked_source_directory, "setup.py") + + return setup_py + + @property + def setup_cfg_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_cfg = os.path.join(self.unpacked_source_directory, "setup.cfg") + + return setup_cfg + + @property + def pyproject_toml_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return make_pyproject_path(self.unpacked_source_directory) + + def load_pyproject_toml(self) -> None: + """Load the pyproject.toml file. + + After calling this routine, all of the attributes related to PEP 517 + processing for this requirement have been set. In particular, the + use_pep517 attribute can be used to determine whether we should + follow the PEP 517 or legacy (setup.py) code path. + """ + pyproject_toml_data = load_pyproject_toml( + self.use_pep517, self.pyproject_toml_path, self.setup_py_path, str(self) + ) + + if pyproject_toml_data is None: + assert not self.config_settings + self.use_pep517 = False + return + + self.use_pep517 = True + requires, backend, check, backend_path = pyproject_toml_data + self.requirements_to_check = check + self.pyproject_requires = requires + self.pep517_backend = ConfiguredBuildBackendHookCaller( + self, + self.unpacked_source_directory, + backend, + backend_path=backend_path, + ) + + def isolated_editable_sanity_check(self) -> None: + """Check that an editable requirement if valid for use with PEP 517/518. + + This verifies that an editable that has a pyproject.toml either supports PEP 660 + or as a setup.py or a setup.cfg + """ + if ( + self.editable + and self.use_pep517 + and not self.supports_pyproject_editable() + and not os.path.isfile(self.setup_py_path) + and not os.path.isfile(self.setup_cfg_path) + ): + raise InstallationError( + f"Project {self} has a 'pyproject.toml' and its build " + f"backend is missing the 'build_editable' hook. Since it does not " + f"have a 'setup.py' nor a 'setup.cfg', " + f"it cannot be installed in editable mode. " + f"Consider using a build backend that supports PEP 660." + ) + + def prepare_metadata(self) -> None: + """Ensure that project metadata is available. + + Under PEP 517 and PEP 660, call the backend hook to prepare the metadata. + Under legacy processing, call setup.py egg-info. + """ + assert self.source_dir, f"No source dir for {self}" + details = self.name or f"from {self.link}" + + if self.use_pep517: + assert self.pep517_backend is not None + if ( + self.editable + and self.permit_editable_wheels + and self.supports_pyproject_editable() + ): + self.metadata_directory = generate_editable_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata_legacy( + build_env=self.build_env, + setup_py_path=self.setup_py_path, + source_dir=self.unpacked_source_directory, + isolated=self.isolated, + details=details, + ) + + # Act on the newly generated metadata, based on the name and version. + if not self.name: + self._set_requirement() + else: + self.warn_on_mismatching_name() + + self.assert_source_matches_version() + + @property + def metadata(self) -> Any: + if not hasattr(self, "_metadata"): + self._metadata = self.get_dist().metadata + + return self._metadata + + def get_dist(self) -> BaseDistribution: + if self.metadata_directory: + return get_directory_distribution(self.metadata_directory) + elif self.local_file_path and self.is_wheel: + assert self.req is not None + return get_wheel_distribution( + FilesystemWheel(self.local_file_path), + canonicalize_name(self.req.name), + ) + raise AssertionError( + f"InstallRequirement {self} has no metadata directory and no wheel: " + f"can't make a distribution." + ) + + def assert_source_matches_version(self) -> None: + assert self.source_dir, f"No source dir for {self}" + version = self.metadata["version"] + if self.req and self.req.specifier and version not in self.req.specifier: + logger.warning( + "Requested %s, but installing version %s", + self, + version, + ) + else: + logger.debug( + "Source in %s has version %s, which satisfies requirement %s", + display_path(self.source_dir), + version, + self, + ) + + # For both source distributions and editables + def ensure_has_source_dir( + self, + parent_dir: str, + autodelete: bool = False, + parallel_builds: bool = False, + ) -> None: + """Ensure that a source_dir is set. + + This will create a temporary build dir if the name of the requirement + isn't known yet. + + :param parent_dir: The ideal pip parent_dir for the source_dir. + Generally src_dir for editables and build_dir for sdists. + :return: self.source_dir + """ + if self.source_dir is None: + self.source_dir = self.ensure_build_location( + parent_dir, + autodelete=autodelete, + parallel_builds=parallel_builds, + ) + + def needs_unpacked_archive(self, archive_source: Path) -> None: + assert self._archive_source is None + self._archive_source = archive_source + + def ensure_pristine_source_checkout(self) -> None: + """Ensure the source directory has not yet been built in.""" + assert self.source_dir is not None + if self._archive_source is not None: + unpack_file(str(self._archive_source), self.source_dir) + elif is_installable_dir(self.source_dir): + # If a checkout exists, it's unwise to keep going. + # version inconsistencies are logged later, but do not fail + # the installation. + raise PreviousBuildDirError( + f"pip can't proceed with requirements '{self}' due to a " + f"pre-existing build directory ({self.source_dir}). This is likely " + "due to a previous installation that failed . pip is " + "being responsible and not assuming it can delete this. " + "Please delete it and try again." + ) + + # For editable installations + def update_editable(self) -> None: + if not self.link: + logger.debug( + "Cannot update repository at %s; repository location is unknown", + self.source_dir, + ) + return + assert self.editable + assert self.source_dir + if self.link.scheme == "file": + # Static paths don't get updated + return + vcs_backend = vcs.get_backend_for_scheme(self.link.scheme) + # Editable requirements are validated in Requirement constructors. + # So here, if it's neither a path nor a valid VCS URL, it's a bug. + assert vcs_backend, f"Unsupported VCS URL {self.link.url}" + hidden_url = hide_url(self.link.url) + vcs_backend.obtain(self.source_dir, url=hidden_url, verbosity=0) + + # Top-level Actions + def uninstall( + self, auto_confirm: bool = False, verbose: bool = False + ) -> Optional[UninstallPathSet]: + """ + Uninstall the distribution currently satisfying this requirement. + + Prompts before removing or modifying files unless + ``auto_confirm`` is True. + + Refuses to delete or modify files outside of ``sys.prefix`` - + thus uninstallation within a virtual environment can only + modify that virtual environment, even if the virtualenv is + linked to global site-packages. + + """ + assert self.req + dist = get_default_environment().get_distribution(self.req.name) + if not dist: + logger.warning("Skipping %s as it is not installed.", self.name) + return None + logger.info("Found existing installation: %s", dist) + + uninstalled_pathset = UninstallPathSet.from_dist(dist) + uninstalled_pathset.remove(auto_confirm, verbose) + return uninstalled_pathset + + def _get_archive_name(self, path: str, parentdir: str, rootdir: str) -> str: + def _clean_zip_name(name: str, prefix: str) -> str: + assert name.startswith( + prefix + os.path.sep + ), f"name {name!r} doesn't start with prefix {prefix!r}" + name = name[len(prefix) + 1 :] + name = name.replace(os.path.sep, "/") + return name + + assert self.req is not None + path = os.path.join(parentdir, path) + name = _clean_zip_name(path, rootdir) + return self.req.name + "/" + name + + def archive(self, build_dir: Optional[str]) -> None: + """Saves archive to provided build_dir. + + Used for saving downloaded VCS requirements as part of `pip download`. + """ + assert self.source_dir + if build_dir is None: + return + + create_archive = True + archive_name = "{}-{}.zip".format(self.name, self.metadata["version"]) + archive_path = os.path.join(build_dir, archive_name) + + if os.path.exists(archive_path): + response = ask_path_exists( + f"The file {display_path(archive_path)} exists. (i)gnore, (w)ipe, " + "(b)ackup, (a)bort ", + ("i", "w", "b", "a"), + ) + if response == "i": + create_archive = False + elif response == "w": + logger.warning("Deleting %s", display_path(archive_path)) + os.remove(archive_path) + elif response == "b": + dest_file = backup_dir(archive_path) + logger.warning( + "Backing up %s to %s", + display_path(archive_path), + display_path(dest_file), + ) + shutil.move(archive_path, dest_file) + elif response == "a": + sys.exit(-1) + + if not create_archive: + return + + zip_output = zipfile.ZipFile( + archive_path, + "w", + zipfile.ZIP_DEFLATED, + allowZip64=True, + ) + with zip_output: + dir = os.path.normcase(os.path.abspath(self.unpacked_source_directory)) + for dirpath, dirnames, filenames in os.walk(dir): + for dirname in dirnames: + dir_arcname = self._get_archive_name( + dirname, + parentdir=dirpath, + rootdir=dir, + ) + zipdir = zipfile.ZipInfo(dir_arcname + "/") + zipdir.external_attr = 0x1ED << 16 # 0o755 + zip_output.writestr(zipdir, "") + for filename in filenames: + file_arcname = self._get_archive_name( + filename, + parentdir=dirpath, + rootdir=dir, + ) + filename = os.path.join(dirpath, filename) + zip_output.write(filename, file_arcname) + + logger.info("Saved %s", display_path(archive_path)) + + def install( + self, + global_options: Optional[Sequence[str]] = None, + root: Optional[str] = None, + home: Optional[str] = None, + prefix: Optional[str] = None, + warn_script_location: bool = True, + use_user_site: bool = False, + pycompile: bool = True, + ) -> None: + assert self.req is not None + scheme = get_scheme( + self.req.name, + user=use_user_site, + home=home, + root=root, + isolated=self.isolated, + prefix=prefix, + ) + + if self.editable and not self.is_wheel: + if self.config_settings: + logger.warning( + "--config-settings ignored for legacy editable install of %s. " + "Consider upgrading to a version of setuptools " + "that supports PEP 660 (>= 64).", + self, + ) + install_editable_legacy( + global_options=global_options if global_options is not None else [], + prefix=prefix, + home=home, + use_user_site=use_user_site, + name=self.req.name, + setup_py_path=self.setup_py_path, + isolated=self.isolated, + build_env=self.build_env, + unpacked_source_directory=self.unpacked_source_directory, + ) + self.install_succeeded = True + return + + assert self.is_wheel + assert self.local_file_path + + install_wheel( + self.req.name, + self.local_file_path, + scheme=scheme, + req_description=str(self.req), + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=self.download_info if self.is_direct else None, + requested=self.user_supplied, + ) + self.install_succeeded = True + + +def check_invalid_constraint_type(req: InstallRequirement) -> str: + # Check for unsupported forms + problem = "" + if not req.name: + problem = "Unnamed requirements are not allowed as constraints" + elif req.editable: + problem = "Editable requirements are not allowed as constraints" + elif req.extras: + problem = "Constraints cannot have extras" + + if problem: + deprecated( + reason=( + "Constraints are only allowed to take the form of a package " + "name and a version specifier. Other forms were originally " + "permitted as an accident of the implementation, but were " + "undocumented. The new implementation of the resolver no " + "longer supports these forms." + ), + replacement="replacing the constraint with a requirement", + # No plan yet for when the new resolver becomes default + gone_in=None, + issue=8210, + ) + + return problem + + +def _has_option(options: Values, reqs: List[InstallRequirement], option: str) -> bool: + if getattr(options, option, None): + return True + for req in reqs: + if getattr(req, option, None): + return True + return False + + +def check_legacy_setup_py_options( + options: Values, + reqs: List[InstallRequirement], +) -> None: + has_build_options = _has_option(options, reqs, "build_options") + has_global_options = _has_option(options, reqs, "global_options") + if has_build_options or has_global_options: + deprecated( + reason="--build-option and --global-option are deprecated.", + issue=11859, + replacement="to use --config-settings", + gone_in="24.2", + ) + logger.warning( + "Implying --no-binary=:all: due to the presence of " + "--build-option / --global-option. " + ) + options.format_control.disallow_binaries() diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 0000000..bf36114 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py @@ -0,0 +1,119 @@ +import logging +from collections import OrderedDict +from typing import Dict, List + +from pip._vendor.packaging.specifiers import LegacySpecifier +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import LegacyVersion + +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.deprecation import deprecated + +logger = logging.getLogger(__name__) + + +class RequirementSet: + def __init__(self, check_supported_wheels: bool = True) -> None: + """Create a RequirementSet.""" + + self.requirements: Dict[str, InstallRequirement] = OrderedDict() + self.check_supported_wheels = check_supported_wheels + + self.unnamed_requirements: List[InstallRequirement] = [] + + def __str__(self) -> str: + requirements = sorted( + (req for req in self.requirements.values() if not req.comes_from), + key=lambda req: canonicalize_name(req.name or ""), + ) + return " ".join(str(req.req) for req in requirements) + + def __repr__(self) -> str: + requirements = sorted( + self.requirements.values(), + key=lambda req: canonicalize_name(req.name or ""), + ) + + format_string = "<{classname} object; {count} requirement(s): {reqs}>" + return format_string.format( + classname=self.__class__.__name__, + count=len(requirements), + reqs=", ".join(str(req.req) for req in requirements), + ) + + def add_unnamed_requirement(self, install_req: InstallRequirement) -> None: + assert not install_req.name + self.unnamed_requirements.append(install_req) + + def add_named_requirement(self, install_req: InstallRequirement) -> None: + assert install_req.name + + project_name = canonicalize_name(install_req.name) + self.requirements[project_name] = install_req + + def has_requirement(self, name: str) -> bool: + project_name = canonicalize_name(name) + + return ( + project_name in self.requirements + and not self.requirements[project_name].constraint + ) + + def get_requirement(self, name: str) -> InstallRequirement: + project_name = canonicalize_name(name) + + if project_name in self.requirements: + return self.requirements[project_name] + + raise KeyError(f"No project with the name {name!r}") + + @property + def all_requirements(self) -> List[InstallRequirement]: + return self.unnamed_requirements + list(self.requirements.values()) + + @property + def requirements_to_install(self) -> List[InstallRequirement]: + """Return the list of requirements that need to be installed. + + TODO remove this property together with the legacy resolver, since the new + resolver only returns requirements that need to be installed. + """ + return [ + install_req + for install_req in self.all_requirements + if not install_req.constraint and not install_req.satisfied_by + ] + + def warn_legacy_versions_and_specifiers(self) -> None: + for req in self.requirements_to_install: + version = req.get_dist().version + if isinstance(version, LegacyVersion): + deprecated( + reason=( + f"pip has selected the non standard version {version} " + f"of {req}. In the future this version will be " + f"ignored as it isn't standard compliant." + ), + replacement=( + "set or update constraints to select another version " + "or contact the package author to fix the version number" + ), + issue=12063, + gone_in="24.1", + ) + for dep in req.get_dist().iter_dependencies(): + if any(isinstance(spec, LegacySpecifier) for spec in dep.specifier): + deprecated( + reason=( + f"pip has selected {req} {version} which has non " + f"standard dependency specifier {dep}. " + f"In the future this version of {req} will be " + f"ignored as it isn't standard compliant." + ), + replacement=( + "set or update constraints to select another version " + "or contact the package author to fix the version number" + ), + issue=12063, + gone_in="24.1", + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 0000000..707fde1 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,649 @@ +import functools +import os +import sys +import sysconfig +from importlib.util import cache_from_source +from typing import Any, Callable, Dict, Generator, Iterable, List, Optional, Set, Tuple + +from pip._internal.exceptions import UninstallationError +from pip._internal.locations import get_bin_prefix, get_bin_user +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.logging import getLogger, indent_log +from pip._internal.utils.misc import ask, normalize_path, renames, rmtree +from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory +from pip._internal.utils.virtualenv import running_under_virtualenv + +logger = getLogger(__name__) + + +def _script_names( + bin_dir: str, script_name: str, is_gui: bool +) -> Generator[str, None, None]: + """Create the fully qualified name of the files created by + {console,gui}_scripts for the given ``dist``. + Returns the list of file names + """ + exe_name = os.path.join(bin_dir, script_name) + yield exe_name + if not WINDOWS: + return + yield f"{exe_name}.exe" + yield f"{exe_name}.exe.manifest" + if is_gui: + yield f"{exe_name}-script.pyw" + else: + yield f"{exe_name}-script.py" + + +def _unique( + fn: Callable[..., Generator[Any, None, None]] +) -> Callable[..., Generator[Any, None, None]]: + @functools.wraps(fn) + def unique(*args: Any, **kw: Any) -> Generator[Any, None, None]: + seen: Set[Any] = set() + for item in fn(*args, **kw): + if item not in seen: + seen.add(item) + yield item + + return unique + + +@_unique +def uninstallation_paths(dist: BaseDistribution) -> Generator[str, None, None]: + """ + Yield all the uninstallation paths for dist based on RECORD-without-.py[co] + + Yield paths to all the files in RECORD. For each .py file in RECORD, add + the .pyc and .pyo in the same directory. + + UninstallPathSet.add() takes care of the __pycache__ .py[co]. + + If RECORD is not found, raises UninstallationError, + with possible information from the INSTALLER file. + + https://packaging.python.org/specifications/recording-installed-packages/ + """ + location = dist.location + assert location is not None, "not installed" + + entries = dist.iter_declared_entries() + if entries is None: + msg = f"Cannot uninstall {dist}, RECORD file not found." + installer = dist.installer + if not installer or installer == "pip": + dep = f"{dist.raw_name}=={dist.version}" + msg += ( + " You might be able to recover from this via: " + f"'pip install --force-reinstall --no-deps {dep}'." + ) + else: + msg += f" Hint: The package was installed by {installer}." + raise UninstallationError(msg) + + for entry in entries: + path = os.path.join(location, entry) + yield path + if path.endswith(".py"): + dn, fn = os.path.split(path) + base = fn[:-3] + path = os.path.join(dn, base + ".pyc") + yield path + path = os.path.join(dn, base + ".pyo") + yield path + + +def compact(paths: Iterable[str]) -> Set[str]: + """Compact a path set to contain the minimal number of paths + necessary to contain all paths in the set. If /a/path/ and + /a/path/to/a/file.txt are both in the set, leave only the + shorter path.""" + + sep = os.path.sep + short_paths: Set[str] = set() + for path in sorted(paths, key=len): + should_skip = any( + path.startswith(shortpath.rstrip("*")) + and path[len(shortpath.rstrip("*").rstrip(sep))] == sep + for shortpath in short_paths + ) + if not should_skip: + short_paths.add(path) + return short_paths + + +def compress_for_rename(paths: Iterable[str]) -> Set[str]: + """Returns a set containing the paths that need to be renamed. + + This set may include directories when the original sequence of paths + included every file on disk. + """ + case_map = {os.path.normcase(p): p for p in paths} + remaining = set(case_map) + unchecked = sorted({os.path.split(p)[0] for p in case_map.values()}, key=len) + wildcards: Set[str] = set() + + def norm_join(*a: str) -> str: + return os.path.normcase(os.path.join(*a)) + + for root in unchecked: + if any(os.path.normcase(root).startswith(w) for w in wildcards): + # This directory has already been handled. + continue + + all_files: Set[str] = set() + all_subdirs: Set[str] = set() + for dirname, subdirs, files in os.walk(root): + all_subdirs.update(norm_join(root, dirname, d) for d in subdirs) + all_files.update(norm_join(root, dirname, f) for f in files) + # If all the files we found are in our remaining set of files to + # remove, then remove them from the latter set and add a wildcard + # for the directory. + if not (all_files - remaining): + remaining.difference_update(all_files) + wildcards.add(root + os.sep) + + return set(map(case_map.__getitem__, remaining)) | wildcards + + +def compress_for_output_listing(paths: Iterable[str]) -> Tuple[Set[str], Set[str]]: + """Returns a tuple of 2 sets of which paths to display to user + + The first set contains paths that would be deleted. Files of a package + are not added and the top-level directory of the package has a '*' added + at the end - to signify that all it's contents are removed. + + The second set contains files that would have been skipped in the above + folders. + """ + + will_remove = set(paths) + will_skip = set() + + # Determine folders and files + folders = set() + files = set() + for path in will_remove: + if path.endswith(".pyc"): + continue + if path.endswith("__init__.py") or ".dist-info" in path: + folders.add(os.path.dirname(path)) + files.add(path) + + _normcased_files = set(map(os.path.normcase, files)) + + folders = compact(folders) + + # This walks the tree using os.walk to not miss extra folders + # that might get added. + for folder in folders: + for dirpath, _, dirfiles in os.walk(folder): + for fname in dirfiles: + if fname.endswith(".pyc"): + continue + + file_ = os.path.join(dirpath, fname) + if ( + os.path.isfile(file_) + and os.path.normcase(file_) not in _normcased_files + ): + # We are skipping this file. Add it to the set. + will_skip.add(file_) + + will_remove = files | {os.path.join(folder, "*") for folder in folders} + + return will_remove, will_skip + + +class StashedUninstallPathSet: + """A set of file rename operations to stash files while + tentatively uninstalling them.""" + + def __init__(self) -> None: + # Mapping from source file root to [Adjacent]TempDirectory + # for files under that directory. + self._save_dirs: Dict[str, TempDirectory] = {} + # (old path, new path) tuples for each move that may need + # to be undone. + self._moves: List[Tuple[str, str]] = [] + + def _get_directory_stash(self, path: str) -> str: + """Stashes a directory. + + Directories are stashed adjacent to their original location if + possible, or else moved/copied into the user's temp dir.""" + + try: + save_dir: TempDirectory = AdjacentTempDirectory(path) + except OSError: + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[os.path.normcase(path)] = save_dir + + return save_dir.path + + def _get_file_stash(self, path: str) -> str: + """Stashes a file. + + If no root has been provided, one will be created for the directory + in the user's temp directory.""" + path = os.path.normcase(path) + head, old_head = os.path.dirname(path), None + save_dir = None + + while head != old_head: + try: + save_dir = self._save_dirs[head] + break + except KeyError: + pass + head, old_head = os.path.dirname(head), head + else: + # Did not find any suitable root + head = os.path.dirname(path) + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[head] = save_dir + + relpath = os.path.relpath(path, head) + if relpath and relpath != os.path.curdir: + return os.path.join(save_dir.path, relpath) + return save_dir.path + + def stash(self, path: str) -> str: + """Stashes the directory or file and returns its new location. + Handle symlinks as files to avoid modifying the symlink targets. + """ + path_is_dir = os.path.isdir(path) and not os.path.islink(path) + if path_is_dir: + new_path = self._get_directory_stash(path) + else: + new_path = self._get_file_stash(path) + + self._moves.append((path, new_path)) + if path_is_dir and os.path.isdir(new_path): + # If we're moving a directory, we need to + # remove the destination first or else it will be + # moved to inside the existing directory. + # We just created new_path ourselves, so it will + # be removable. + os.rmdir(new_path) + renames(path, new_path) + return new_path + + def commit(self) -> None: + """Commits the uninstall by removing stashed files.""" + for save_dir in self._save_dirs.values(): + save_dir.cleanup() + self._moves = [] + self._save_dirs = {} + + def rollback(self) -> None: + """Undoes the uninstall by moving stashed files back.""" + for p in self._moves: + logger.info("Moving to %s\n from %s", *p) + + for new_path, path in self._moves: + try: + logger.debug("Replacing %s from %s", new_path, path) + if os.path.isfile(new_path) or os.path.islink(new_path): + os.unlink(new_path) + elif os.path.isdir(new_path): + rmtree(new_path) + renames(path, new_path) + except OSError as ex: + logger.error("Failed to restore %s", new_path) + logger.debug("Exception: %s", ex) + + self.commit() + + @property + def can_rollback(self) -> bool: + return bool(self._moves) + + +class UninstallPathSet: + """A set of file paths to be removed in the uninstallation of a + requirement.""" + + def __init__(self, dist: BaseDistribution) -> None: + self._paths: Set[str] = set() + self._refuse: Set[str] = set() + self._pth: Dict[str, UninstallPthEntries] = {} + self._dist = dist + self._moved_paths = StashedUninstallPathSet() + # Create local cache of normalize_path results. Creating an UninstallPathSet + # can result in hundreds/thousands of redundant calls to normalize_path with + # the same args, which hurts performance. + self._normalize_path_cached = functools.lru_cache()(normalize_path) + + def _permitted(self, path: str) -> bool: + """ + Return True if the given path is one we are permitted to + remove/modify, False otherwise. + + """ + # aka is_local, but caching normalized sys.prefix + if not running_under_virtualenv(): + return True + return path.startswith(self._normalize_path_cached(sys.prefix)) + + def add(self, path: str) -> None: + head, tail = os.path.split(path) + + # we normalize the head to resolve parent directory symlinks, but not + # the tail, since we only want to uninstall symlinks, not their targets + path = os.path.join(self._normalize_path_cached(head), os.path.normcase(tail)) + + if not os.path.exists(path): + return + if self._permitted(path): + self._paths.add(path) + else: + self._refuse.add(path) + + # __pycache__ files can show up after 'installed-files.txt' is created, + # due to imports + if os.path.splitext(path)[1] == ".py": + self.add(cache_from_source(path)) + + def add_pth(self, pth_file: str, entry: str) -> None: + pth_file = self._normalize_path_cached(pth_file) + if self._permitted(pth_file): + if pth_file not in self._pth: + self._pth[pth_file] = UninstallPthEntries(pth_file) + self._pth[pth_file].add(entry) + else: + self._refuse.add(pth_file) + + def remove(self, auto_confirm: bool = False, verbose: bool = False) -> None: + """Remove paths in ``self._paths`` with confirmation (unless + ``auto_confirm`` is True).""" + + if not self._paths: + logger.info( + "Can't uninstall '%s'. No files were found to uninstall.", + self._dist.raw_name, + ) + return + + dist_name_version = f"{self._dist.raw_name}-{self._dist.version}" + logger.info("Uninstalling %s:", dist_name_version) + + with indent_log(): + if auto_confirm or self._allowed_to_proceed(verbose): + moved = self._moved_paths + + for_rename = compress_for_rename(self._paths) + + for path in sorted(compact(for_rename)): + moved.stash(path) + logger.verbose("Removing file or directory %s", path) + + for pth in self._pth.values(): + pth.remove() + + logger.info("Successfully uninstalled %s", dist_name_version) + + def _allowed_to_proceed(self, verbose: bool) -> bool: + """Display which files would be deleted and prompt for confirmation""" + + def _display(msg: str, paths: Iterable[str]) -> None: + if not paths: + return + + logger.info(msg) + with indent_log(): + for path in sorted(compact(paths)): + logger.info(path) + + if not verbose: + will_remove, will_skip = compress_for_output_listing(self._paths) + else: + # In verbose mode, display all the files that are going to be + # deleted. + will_remove = set(self._paths) + will_skip = set() + + _display("Would remove:", will_remove) + _display("Would not remove (might be manually added):", will_skip) + _display("Would not remove (outside of prefix):", self._refuse) + if verbose: + _display("Will actually move:", compress_for_rename(self._paths)) + + return ask("Proceed (Y/n)? ", ("y", "n", "")) != "n" + + def rollback(self) -> None: + """Rollback the changes previously made by remove().""" + if not self._moved_paths.can_rollback: + logger.error( + "Can't roll back %s; was not uninstalled", + self._dist.raw_name, + ) + return + logger.info("Rolling back uninstall of %s", self._dist.raw_name) + self._moved_paths.rollback() + for pth in self._pth.values(): + pth.rollback() + + def commit(self) -> None: + """Remove temporary save dir: rollback will no longer be possible.""" + self._moved_paths.commit() + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "UninstallPathSet": + dist_location = dist.location + info_location = dist.info_location + if dist_location is None: + logger.info( + "Not uninstalling %s since it is not installed", + dist.canonical_name, + ) + return cls(dist) + + normalized_dist_location = normalize_path(dist_location) + if not dist.local: + logger.info( + "Not uninstalling %s at %s, outside environment %s", + dist.canonical_name, + normalized_dist_location, + sys.prefix, + ) + return cls(dist) + + if normalized_dist_location in { + p + for p in {sysconfig.get_path("stdlib"), sysconfig.get_path("platstdlib")} + if p + }: + logger.info( + "Not uninstalling %s at %s, as it is in the standard library.", + dist.canonical_name, + normalized_dist_location, + ) + return cls(dist) + + paths_to_remove = cls(dist) + develop_egg_link = egg_link_path_from_location(dist.raw_name) + + # Distribution is installed with metadata in a "flat" .egg-info + # directory. This means it is not a modern .dist-info installation, an + # egg, or legacy editable. + setuptools_flat_installation = ( + dist.installed_with_setuptools_egg_info + and info_location is not None + and os.path.exists(info_location) + # If dist is editable and the location points to a ``.egg-info``, + # we are in fact in the legacy editable case. + and not info_location.endswith(f"{dist.setuptools_filename}.egg-info") + ) + + # Uninstall cases order do matter as in the case of 2 installs of the + # same package, pip needs to uninstall the currently detected version + if setuptools_flat_installation: + if info_location is not None: + paths_to_remove.add(info_location) + installed_files = dist.iter_declared_entries() + if installed_files is not None: + for installed_file in installed_files: + paths_to_remove.add(os.path.join(dist_location, installed_file)) + # FIXME: need a test for this elif block + # occurs with --single-version-externally-managed/--record outside + # of pip + elif dist.is_file("top_level.txt"): + try: + namespace_packages = dist.read_text("namespace_packages.txt") + except FileNotFoundError: + namespaces = [] + else: + namespaces = namespace_packages.splitlines(keepends=False) + for top_level_pkg in [ + p + for p in dist.read_text("top_level.txt").splitlines() + if p and p not in namespaces + ]: + path = os.path.join(dist_location, top_level_pkg) + paths_to_remove.add(path) + paths_to_remove.add(f"{path}.py") + paths_to_remove.add(f"{path}.pyc") + paths_to_remove.add(f"{path}.pyo") + + elif dist.installed_by_distutils: + raise UninstallationError( + "Cannot uninstall {!r}. It is a distutils installed project " + "and thus we cannot accurately determine which files belong " + "to it which would lead to only a partial uninstall.".format( + dist.raw_name, + ) + ) + + elif dist.installed_as_egg: + # package installed by easy_install + # We cannot match on dist.egg_name because it can slightly vary + # i.e. setuptools-0.6c11-py2.6.egg vs setuptools-0.6rc11-py2.6.egg + paths_to_remove.add(dist_location) + easy_install_egg = os.path.split(dist_location)[1] + easy_install_pth = os.path.join( + os.path.dirname(dist_location), + "easy-install.pth", + ) + paths_to_remove.add_pth(easy_install_pth, "./" + easy_install_egg) + + elif dist.installed_with_dist_info: + for path in uninstallation_paths(dist): + paths_to_remove.add(path) + + elif develop_egg_link: + # PEP 660 modern editable is handled in the ``.dist-info`` case + # above, so this only covers the setuptools-style editable. + with open(develop_egg_link) as fh: + link_pointer = os.path.normcase(fh.readline().strip()) + normalized_link_pointer = paths_to_remove._normalize_path_cached( + link_pointer + ) + assert os.path.samefile( + normalized_link_pointer, normalized_dist_location + ), ( + f"Egg-link {develop_egg_link} (to {link_pointer}) does not match " + f"installed location of {dist.raw_name} (at {dist_location})" + ) + paths_to_remove.add(develop_egg_link) + easy_install_pth = os.path.join( + os.path.dirname(develop_egg_link), "easy-install.pth" + ) + paths_to_remove.add_pth(easy_install_pth, dist_location) + + else: + logger.debug( + "Not sure how to uninstall: %s - Check: %s", + dist, + dist_location, + ) + + if dist.in_usersite: + bin_dir = get_bin_user() + else: + bin_dir = get_bin_prefix() + + # find distutils scripts= scripts + try: + for script in dist.iter_distutils_script_names(): + paths_to_remove.add(os.path.join(bin_dir, script)) + if WINDOWS: + paths_to_remove.add(os.path.join(bin_dir, f"{script}.bat")) + except (FileNotFoundError, NotADirectoryError): + pass + + # find console_scripts and gui_scripts + def iter_scripts_to_remove( + dist: BaseDistribution, + bin_dir: str, + ) -> Generator[str, None, None]: + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + yield from _script_names(bin_dir, entry_point.name, False) + elif entry_point.group == "gui_scripts": + yield from _script_names(bin_dir, entry_point.name, True) + + for s in iter_scripts_to_remove(dist, bin_dir): + paths_to_remove.add(s) + + return paths_to_remove + + +class UninstallPthEntries: + def __init__(self, pth_file: str) -> None: + self.file = pth_file + self.entries: Set[str] = set() + self._saved_lines: Optional[List[bytes]] = None + + def add(self, entry: str) -> None: + entry = os.path.normcase(entry) + # On Windows, os.path.normcase converts the entry to use + # backslashes. This is correct for entries that describe absolute + # paths outside of site-packages, but all the others use forward + # slashes. + # os.path.splitdrive is used instead of os.path.isabs because isabs + # treats non-absolute paths with drive letter markings like c:foo\bar + # as absolute paths. It also does not recognize UNC paths if they don't + # have more than "\\sever\share". Valid examples: "\\server\share\" or + # "\\server\share\folder". + if WINDOWS and not os.path.splitdrive(entry)[0]: + entry = entry.replace("\\", "/") + self.entries.add(entry) + + def remove(self) -> None: + logger.verbose("Removing pth entries from %s:", self.file) + + # If the file doesn't exist, log a warning and return + if not os.path.isfile(self.file): + logger.warning("Cannot remove entries from nonexistent file %s", self.file) + return + with open(self.file, "rb") as fh: + # windows uses '\r\n' with py3k, but uses '\n' with py2.x + lines = fh.readlines() + self._saved_lines = lines + if any(b"\r\n" in line for line in lines): + endline = "\r\n" + else: + endline = "\n" + # handle missing trailing newline + if lines and not lines[-1].endswith(endline.encode("utf-8")): + lines[-1] = lines[-1] + endline.encode("utf-8") + for entry in self.entries: + try: + logger.verbose("Removing entry: %s", entry) + lines.remove((entry + endline).encode("utf-8")) + except ValueError: + pass + with open(self.file, "wb") as fh: + fh.writelines(lines) + + def rollback(self) -> bool: + if self._saved_lines is None: + logger.error("Cannot roll back changes to %s, none were made", self.file) + return False + logger.debug("Rolling %s back to previous state", self.file) + with open(self.file, "wb") as fh: + fh.writelines(self._saved_lines) + return True diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..656ecf39c76274a9bd5517c20c632593a2534bb7 GIT binary patch literal 203 zcmZ9FK?=e!5JelSAVLq~!Vc9=uOwMTLGSu1ru3=F6H>n~`p?bQVr+ zb=Gu4NPAR0NKt_CuGVUwZg*gX!;RtPo!`)c5e9Oh9FpP^2(6Z#6IwwYTH*3MHGW(k WT3vM#kF*G{S+Jep8#Bfz4)g#oj;(;_1_U9-S?WW^=7#2Ij~K?idI-)w7OwlqR+Sz~J~ zFrKr(e2HJ9rG8v|cAJw?pcQeT)9^Zp*FBA|% zB9Wc>&Akt@Nr85kH36el1e*+)%LC?W0Y_;D2?|hJpo7)2P?X`80uwCsC#NkVu#mL} zrJAj#uKGFLgFKD;AXHhTsq_SNb2Z=WK=ZMe_p&S%5(4i@2O!FoB|!E>($sg=;7&P{ zKbl9g$t1_EST860Grq;wx44>HPvy-xi;65ExGqF0uslW%QA<$A#2z#`#i~}TKUz*F zjlmIV!?`$lQ7n0B2tUk%KEQXVuQN$>{e;4ec|7Cut`NiO3$TG zhyVWRaJ2d%7I>W7B7K;OSLFM{ULDu$vRFcn<~zTLW=H3ozh|en+38Pg^&PwLVR8A5 nX}>r%oLkhqX&X RequirementSet: + raise NotImplementedError() + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + raise NotImplementedError() diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e40a2b5cbee03f3f40aa54aa17f5e62fe72d0141 GIT binary patch literal 210 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py new file mode 100644 index 0000000..5ddb848 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py @@ -0,0 +1,598 @@ +"""Dependency Resolution + +The dependency resolution in pip is performed as follows: + +for top-level requirements: + a. only one spec allowed per project, regardless of conflicts or not. + otherwise a "double requirement" exception is raised + b. they override sub-dependency requirements. +for sub-dependencies + a. "first found, wins" (where the order is breadth first) +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import sys +from collections import defaultdict +from itertools import chain +from typing import DefaultDict, Iterable, List, Optional, Set, Tuple + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.requirements import Requirement + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + HashError, + HashErrors, + InstallationError, + NoneMetadataError, + UnsupportedPythonVersion, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.utils import compatibility_tags +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.direct_url_helpers import direct_url_from_link +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import normalize_version_info +from pip._internal.utils.packaging import check_requires_python + +logger = logging.getLogger(__name__) + +DiscoveredDependencies = DefaultDict[str, List[InstallRequirement]] + + +def _check_dist_requires_python( + dist: BaseDistribution, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> None: + """ + Check whether the given Python version is compatible with a distribution's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + + :raises UnsupportedPythonVersion: When the given Python version isn't + compatible. + """ + # This idiosyncratically converts the SpecifierSet to str and let + # check_requires_python then parse it again into SpecifierSet. But this + # is the legacy resolver so I'm just not going to bother refactoring. + try: + requires_python = str(dist.requires_python) + except FileNotFoundError as e: + raise NoneMetadataError(dist, str(e)) + try: + is_compatible = check_requires_python( + requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier as exc: + logger.warning( + "Package %r has an invalid Requires-Python: %s", dist.raw_name, exc + ) + return + + if is_compatible: + return + + version = ".".join(map(str, version_info)) + if ignore_requires_python: + logger.debug( + "Ignoring failed Requires-Python check for package %r: %s not in %r", + dist.raw_name, + version, + requires_python, + ) + return + + raise UnsupportedPythonVersion( + "Package {!r} requires a different Python: {} not in {!r}".format( + dist.raw_name, version, requires_python + ) + ) + + +class Resolver(BaseResolver): + """Resolves which packages need to be installed/uninstalled to perform \ + the requested operation without breaking the requirements of any package. + """ + + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + self._py_version_info = py_version_info + + self.preparer = preparer + self.finder = finder + self.wheel_cache = wheel_cache + + self.upgrade_strategy = upgrade_strategy + self.force_reinstall = force_reinstall + self.ignore_dependencies = ignore_dependencies + self.ignore_installed = ignore_installed + self.ignore_requires_python = ignore_requires_python + self.use_user_site = use_user_site + self._make_install_req = make_install_req + + self._discovered_dependencies: DiscoveredDependencies = defaultdict(list) + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + """Resolve what operations need to be done + + As a side-effect of this method, the packages (and their dependencies) + are downloaded, unpacked and prepared for installation. This + preparation is done by ``pip.operations.prepare``. + + Once PyPI has static dependency metadata available, it would be + possible to move the preparation to become a step separated from + dependency resolution. + """ + requirement_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for req in root_reqs: + if req.constraint: + check_invalid_constraint_type(req) + self._add_requirement_to_set(requirement_set, req) + + # Actually prepare the files, and collect any exceptions. Most hash + # exceptions cannot be checked ahead of time, because + # _populate_link() needs to be called before we can make decisions + # based on link type. + discovered_reqs: List[InstallRequirement] = [] + hash_errors = HashErrors() + for req in chain(requirement_set.all_requirements, discovered_reqs): + try: + discovered_reqs.extend(self._resolve_one(requirement_set, req)) + except HashError as exc: + exc.req = req + hash_errors.append(exc) + + if hash_errors: + raise hash_errors + + return requirement_set + + def _add_requirement_to_set( + self, + requirement_set: RequirementSet, + install_req: InstallRequirement, + parent_req_name: Optional[str] = None, + extras_requested: Optional[Iterable[str]] = None, + ) -> Tuple[List[InstallRequirement], Optional[InstallRequirement]]: + """Add install_req as a requirement to install. + + :param parent_req_name: The name of the requirement that needed this + added. The name is used because when multiple unnamed requirements + resolve to the same name, we could otherwise end up with dependency + links that point outside the Requirements set. parent_req must + already be added. Note that None implies that this is a user + supplied requirement, vs an inferred one. + :param extras_requested: an iterable of extras used to evaluate the + environment markers. + :return: Additional requirements to scan. That is either [] if + the requirement is not applicable, or [install_req] if the + requirement is applicable and has just been added. + """ + # If the markers do not match, ignore this requirement. + if not install_req.match_markers(extras_requested): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + install_req.name, + install_req.markers, + ) + return [], None + + # If the wheel is not supported, raise an error. + # Should check this after filtering out based on environment markers to + # allow specifying different wheels based on the environment/OS, in a + # single requirements file. + if install_req.link and install_req.link.is_wheel: + wheel = Wheel(install_req.link.filename) + tags = compatibility_tags.get_supported() + if requirement_set.check_supported_wheels and not wheel.supported(tags): + raise InstallationError( + f"{wheel.filename} is not a supported wheel on this platform." + ) + + # This next bit is really a sanity check. + assert ( + not install_req.user_supplied or parent_req_name is None + ), "a user supplied req shouldn't have a parent" + + # Unnamed requirements are scanned again and the requirement won't be + # added as a dependency until after scanning. + if not install_req.name: + requirement_set.add_unnamed_requirement(install_req) + return [install_req], None + + try: + existing_req: Optional[ + InstallRequirement + ] = requirement_set.get_requirement(install_req.name) + except KeyError: + existing_req = None + + has_conflicting_requirement = ( + parent_req_name is None + and existing_req + and not existing_req.constraint + and existing_req.extras == install_req.extras + and existing_req.req + and install_req.req + and existing_req.req.specifier != install_req.req.specifier + ) + if has_conflicting_requirement: + raise InstallationError( + "Double requirement given: {} (already in {}, name={!r})".format( + install_req, existing_req, install_req.name + ) + ) + + # When no existing requirement exists, add the requirement as a + # dependency and it will be scanned again after. + if not existing_req: + requirement_set.add_named_requirement(install_req) + # We'd want to rescan this requirement later + return [install_req], install_req + + # Assume there's no need to scan, and that we've already + # encountered this for scanning. + if install_req.constraint or not existing_req.constraint: + return [], existing_req + + does_not_satisfy_constraint = install_req.link and not ( + existing_req.link and install_req.link.path == existing_req.link.path + ) + if does_not_satisfy_constraint: + raise InstallationError( + f"Could not satisfy constraints for '{install_req.name}': " + "installation from path or url cannot be " + "constrained to a version" + ) + # If we're now installing a constraint, mark the existing + # object for real installation. + existing_req.constraint = False + # If we're now installing a user supplied requirement, + # mark the existing object as such. + if install_req.user_supplied: + existing_req.user_supplied = True + existing_req.extras = tuple( + sorted(set(existing_req.extras) | set(install_req.extras)) + ) + logger.debug( + "Setting %s extras to: %s", + existing_req, + existing_req.extras, + ) + # Return the existing requirement for addition to the parent and + # scanning again. + return [existing_req], existing_req + + def _is_upgrade_allowed(self, req: InstallRequirement) -> bool: + if self.upgrade_strategy == "to-satisfy-only": + return False + elif self.upgrade_strategy == "eager": + return True + else: + assert self.upgrade_strategy == "only-if-needed" + return req.user_supplied or req.constraint + + def _set_req_to_reinstall(self, req: InstallRequirement) -> None: + """ + Set a requirement to be installed. + """ + # Don't uninstall the conflict if doing a user install and the + # conflict is not a user install. + if not self.use_user_site or req.satisfied_by.in_usersite: + req.should_reinstall = True + req.satisfied_by = None + + def _check_skip_installed( + self, req_to_install: InstallRequirement + ) -> Optional[str]: + """Check if req_to_install should be skipped. + + This will check if the req is installed, and whether we should upgrade + or reinstall it, taking into account all the relevant user options. + + After calling this req_to_install will only have satisfied_by set to + None if the req_to_install is to be upgraded/reinstalled etc. Any + other value will be a dist recording the current thing installed that + satisfies the requirement. + + Note that for vcs urls and the like we can't assess skipping in this + routine - we simply identify that we need to pull the thing down, + then later on it is pulled down and introspected to assess upgrade/ + reinstalls etc. + + :return: A text reason for why it was skipped, or None. + """ + if self.ignore_installed: + return None + + req_to_install.check_if_exists(self.use_user_site) + if not req_to_install.satisfied_by: + return None + + if self.force_reinstall: + self._set_req_to_reinstall(req_to_install) + return None + + if not self._is_upgrade_allowed(req_to_install): + if self.upgrade_strategy == "only-if-needed": + return "already satisfied, skipping upgrade" + return "already satisfied" + + # Check for the possibility of an upgrade. For link-based + # requirements we have to pull the tree down and inspect to assess + # the version #, so it's handled way down. + if not req_to_install.link: + try: + self.finder.find_requirement(req_to_install, upgrade=True) + except BestVersionAlreadyInstalled: + # Then the best version is installed. + return "already up-to-date" + except DistributionNotFound: + # No distribution found, so we squash the error. It will + # be raised later when we re-try later to do the install. + # Why don't we just raise here? + pass + + self._set_req_to_reinstall(req_to_install) + return None + + def _find_requirement_link(self, req: InstallRequirement) -> Optional[Link]: + upgrade = self._is_upgrade_allowed(req) + best_candidate = self.finder.find_requirement(req, upgrade) + if not best_candidate: + return None + + # Log a warning per PEP 592 if necessary before returning. + link = best_candidate.link + if link.is_yanked: + reason = link.yanked_reason or "" + msg = ( + # Mark this as a unicode string to prevent + # "UnicodeEncodeError: 'ascii' codec can't encode character" + # in Python 2 when the reason contains non-ascii characters. + "The candidate selected for download or install is a " + f"yanked version: {best_candidate}\n" + f"Reason for being yanked: {reason}" + ) + logger.warning(msg) + + return link + + def _populate_link(self, req: InstallRequirement) -> None: + """Ensure that if a link can be found for this, that it is found. + + Note that req.link may still be None - if the requirement is already + installed and not needed to be upgraded based on the return value of + _is_upgrade_allowed(). + + If preparer.require_hashes is True, don't use the wheel cache, because + cached wheels, always built locally, have different hashes than the + files downloaded from the index server and thus throw false hash + mismatches. Furthermore, cached wheels at present have undeterministic + contents due to file modification times. + """ + if req.link is None: + req.link = self._find_requirement_link(req) + + if self.wheel_cache is None or self.preparer.require_hashes: + return + cache_entry = self.wheel_cache.get_cache_entry( + link=req.link, + package_name=req.name, + supported_tags=get_supported(), + ) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + if req.link is req.original_link and cache_entry.persistent: + req.cached_wheel_source_link = req.link + if cache_entry.origin is not None: + req.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hashes field. + req.download_info = direct_url_from_link( + req.link, link_is_in_wheel_cache=cache_entry.persistent + ) + req.link = cache_entry.link + + def _get_dist_for(self, req: InstallRequirement) -> BaseDistribution: + """Takes a InstallRequirement and returns a single AbstractDist \ + representing a prepared variant of the same. + """ + if req.editable: + return self.preparer.prepare_editable_requirement(req) + + # satisfied_by is only evaluated by calling _check_skip_installed, + # so it must be None here. + assert req.satisfied_by is None + skip_reason = self._check_skip_installed(req) + + if req.satisfied_by: + return self.preparer.prepare_installed_requirement(req, skip_reason) + + # We eagerly populate the link, since that's our "legacy" behavior. + self._populate_link(req) + dist = self.preparer.prepare_linked_requirement(req) + + # NOTE + # The following portion is for determining if a certain package is + # going to be re-installed/upgraded or not and reporting to the user. + # This should probably get cleaned up in a future refactor. + + # req.req is only avail after unpack for URL + # pkgs repeat check_if_exists to uninstall-on-upgrade + # (#14) + if not self.ignore_installed: + req.check_if_exists(self.use_user_site) + + if req.satisfied_by: + should_modify = ( + self.upgrade_strategy != "to-satisfy-only" + or self.force_reinstall + or self.ignore_installed + or req.link.scheme == "file" + ) + if should_modify: + self._set_req_to_reinstall(req) + else: + logger.info( + "Requirement already satisfied (use --upgrade to upgrade): %s", + req, + ) + return dist + + def _resolve_one( + self, + requirement_set: RequirementSet, + req_to_install: InstallRequirement, + ) -> List[InstallRequirement]: + """Prepare a single requirements file. + + :return: A list of additional InstallRequirements to also install. + """ + # Tell user what we are doing for this requirement: + # obtain (editable), skipping, processing (local url), collecting + # (remote url or package name) + if req_to_install.constraint or req_to_install.prepared: + return [] + + req_to_install.prepared = True + + # Parse and return dependencies + dist = self._get_dist_for(req_to_install) + # This will raise UnsupportedPythonVersion if the given Python + # version isn't compatible with the distribution's Requires-Python. + _check_dist_requires_python( + dist, + version_info=self._py_version_info, + ignore_requires_python=self.ignore_requires_python, + ) + + more_reqs: List[InstallRequirement] = [] + + def add_req(subreq: Requirement, extras_requested: Iterable[str]) -> None: + # This idiosyncratically converts the Requirement to str and let + # make_install_req then parse it again into Requirement. But this is + # the legacy resolver so I'm just not going to bother refactoring. + sub_install_req = self._make_install_req(str(subreq), req_to_install) + parent_req_name = req_to_install.name + to_scan_again, add_to_parent = self._add_requirement_to_set( + requirement_set, + sub_install_req, + parent_req_name=parent_req_name, + extras_requested=extras_requested, + ) + if parent_req_name and add_to_parent: + self._discovered_dependencies[parent_req_name].append(add_to_parent) + more_reqs.extend(to_scan_again) + + with indent_log(): + # We add req_to_install before its dependencies, so that we + # can refer to it when adding dependencies. + if not requirement_set.has_requirement(req_to_install.name): + # 'unnamed' requirements will get added here + # 'unnamed' requirements can only come from being directly + # provided by the user. + assert req_to_install.user_supplied + self._add_requirement_to_set( + requirement_set, req_to_install, parent_req_name=None + ) + + if not self.ignore_dependencies: + if req_to_install.extras: + logger.debug( + "Installing extra requirements: %r", + ",".join(req_to_install.extras), + ) + missing_requested = sorted( + set(req_to_install.extras) - set(dist.iter_provided_extras()) + ) + for missing in missing_requested: + logger.warning( + "%s %s does not provide the extra '%s'", + dist.raw_name, + dist.version, + missing, + ) + + available_requested = sorted( + set(dist.iter_provided_extras()) & set(req_to_install.extras) + ) + for subreq in dist.iter_dependencies(available_requested): + add_req(subreq, extras_requested=available_requested) + + return more_reqs + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Create the installation order. + + The installation order is topological - requirements are installed + before the requiring thing. We break cycles at an arbitrary point, + and make no other guarantees. + """ + # The current implementation, which we may change at any point + # installs the user specified things in the order given, except when + # dependencies must come earlier to achieve topological order. + order = [] + ordered_reqs: Set[InstallRequirement] = set() + + def schedule(req: InstallRequirement) -> None: + if req.satisfied_by or req in ordered_reqs: + return + if req.constraint: + return + ordered_reqs.add(req) + for dep in self._discovered_dependencies[req.name]: + schedule(dep) + order.append(req) + + for install_req in req_set.requirements.values(): + schedule(install_req) + return order diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2f6740ee683a44cc71720ed6050bdf3f988dc1c2 GIT binary patch literal 214 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3b081b742c8849d064d8864236de8a37fe98830d GIT binary patch literal 30404 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 T%J>bY?{qX++InP7c literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..01ca10bff7d9a18eefd1a805ecf95b3484aeac68 GIT binary patch literal 6214 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 G@A*G*o^OZ% literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3f3b46fbd81fb43e6b0310e84732ad9b337f6aae GIT binary patch literal 10384 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 KzY^%p$@(9RpMaGB literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1933cde3b5181f8a4f2f4a5de8ab98140233ef30 GIT binary patch literal 4941 zcmd5=U2GHC6`t|T*yGqZ&JTZCR(omK1w*ibrG#WDESrcn1%)hZRV8g1O*}XDgz=2` z&NyJ#NIdWmq)MB<6#A!TpEig}OP`uPbsv%12P`&9811T5RaK$Bq)qz5Q_qS}kwPZM&o^@at%~9u)mCI3<3c130 zv+Tx(eTHG5A^whP(<`)SF^94j_{8H8N^a!!Y`)Ho!m?JOs5<&2 z$he_9d15(v$_U%Amz^f>R((A9D#-KE)i0-I4rgbZGLuDptWM?Mf zj9`D(({IXRBv%4oHM6jHWQvqQyBn(MplEdx+#0k3I3T_c^rW^;h8$*)BV;I@5||9m z^ui-MpqCOEI*u!VZtiYIr)kzvvKDBjOqP|vH{88S0mOip*ox{X&0G(7SG1`yWuwcI zm!(YJD$oqGCNpE@Y+hxBF=nAmJ2O&SVUIGE*!&dCPn=ef&hm)*X5@ zc%6+#$S9x@Wu|ImJfoHz@L0b)Lvb?;ZZKHOl@;LD9Yv{hk8RwwbbS_q+9@EnxzEmy z{J!_;+0j|?Q~AKE9O@WYZS#oGagqPq-j2g0y0ClYY?EujjRe;NbG zmS=`%d>Q4nSgQ)&UeT$CG;TV&WjhSDP*t3cZJ%$A=a)h~L_G}9LdX|yNmYItlF8O* znET#1XdkYIrxRP(zzX5%GO$dwtX0&Qj6pK@9lRyw!KfR)J4MPGs` zfiyXgCRHQTJGb*c45oapAACpTnryavJAYNGTY<+w93A!UTSXojy>NMuylz8+iZ@5x z%CT=_G;~-Q0;Q%;O;HAEhcvvck7y-`G8TrADFdR(U`1*p@Vw+nB_4zx2;?TIbiD_$ zsALBLnc5CSs#Khz5nK_YJL|%3*zl60E9&Ny<%S`e6jaBJ;Rt)^?6IbZ?uLshs^mt3 ztl=hoMgKsr)uyQJGBz;eBQZhx${`9^Vp-Ewa)(8 z$Y*lmgV^2J+&AYVA0<9aEROtk^f#mPiKpb^r}CxeiMMBkl|B2H_Z+S5Ir?`_jvk)< z#!AmumV45*p7bO6*X_S*pW8J%^gP}^clz$-*`a6cJ6Doj_uu%%kslwq|LVND5dJvv zAo1j2|D)=Y-NUuy@DGLO$*w26QOh}D1-8Ap+;yC;dwXa+1S-85&L9;mSHIGlO)JhE0Fi&_-MQK$;rv>1&AJaL$dYdc_1 zqA}MFb2}PiQA@%&Q5I62F6N41^xPbHS-n8344jAj>=%bv12{yps7;_2K%a%;AV2+_=c~Nh3S2|X*Kl7u5XgwWXFusqEy;(y({m*q%9)$l=A?y5 z!~=2+I{z9-mETAL5C#FtE8Czb49X1c(CaM4PJz%=$PXW

N}>3Gp!{>X`fumEJEz z<}vqIqW z!N!~SR`$1q+RQT40_dqlX-Pio0sV5%aKjya6}Fw7ho|}M!aif=l`jBtp#_B00-V)x zKbG{ux|b$49T!F|&mm7h=ihP2YN-BE>1Aec$==3+shWRa8y_+Nt&cQZGdQz`CY#T! zbNlwn!IprxGmap5%*#!VIR>QnBI6t(?L9;Nth7C@goA1S`a|>Cod8FaWIb1n$ z-(x;8?=hdisWE=xI|${`tK)*}ved zW8=DZ;0*0vT7cSUUL7 zh7UpL`q|oM5o8l5;pZLScAgcz1Mo7YSIu}9+ib;`@)^HAI?FDC1pJb<@px7Rp65U3 zdOzo0{R7wgXKvsx+@U{4JLgV6jqbZ0UJoDPd*=GqIcV0u%kSd*@1OYx2aSjGpYMOM Al>h($ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fcf5ffcf96f76693404888c4fa6c5e57a75b6813 GIT binary patch literal 11435 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..07dbe3b55da878a49a801e18af8000d1bea8f1ec GIT binary patch literal 12357 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 str: + if not extras: + return project + extras_expr = ",".join(sorted(extras)) + return f"{project}[{extras_expr}]" + + +class Constraint: + def __init__( + self, specifier: SpecifierSet, hashes: Hashes, links: FrozenSet[Link] + ) -> None: + self.specifier = specifier + self.hashes = hashes + self.links = links + + @classmethod + def empty(cls) -> "Constraint": + return Constraint(SpecifierSet(), Hashes(), frozenset()) + + @classmethod + def from_ireq(cls, ireq: InstallRequirement) -> "Constraint": + links = frozenset([ireq.link]) if ireq.link else frozenset() + return Constraint(ireq.specifier, ireq.hashes(trust_internet=False), links) + + def __bool__(self) -> bool: + return bool(self.specifier) or bool(self.hashes) or bool(self.links) + + def __and__(self, other: InstallRequirement) -> "Constraint": + if not isinstance(other, InstallRequirement): + return NotImplemented + specifier = self.specifier & other.specifier + hashes = self.hashes & other.hashes(trust_internet=False) + links = self.links + if other.link: + links = links.union([other.link]) + return Constraint(specifier, hashes, links) + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + # Reject if there are any mismatched URL constraints on this package. + if self.links and not all(_match_link(link, candidate) for link in self.links): + return False + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class Requirement: + @property + def project_name(self) -> NormalizedName: + """The "project name" of a requirement. + + This is different from ``name`` if this requirement contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Subclass should override") + + @property + def name(self) -> str: + """The name identifying this requirement in the resolver. + + This is different from ``project_name`` if this requirement contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Subclass should override") + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + return False + + def get_candidate_lookup(self) -> CandidateLookup: + raise NotImplementedError("Subclass should override") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") + + +def _match_link(link: Link, candidate: "Candidate") -> bool: + if candidate.source_link: + return links_equivalent(link, candidate.source_link) + return False + + +class Candidate: + @property + def project_name(self) -> NormalizedName: + """The "project name" of the candidate. + + This is different from ``name`` if this candidate contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Override in subclass") + + @property + def name(self) -> str: + """The name identifying this candidate in the resolver. + + This is different from ``project_name`` if this candidate contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Override in subclass") + + @property + def version(self) -> CandidateVersion: + raise NotImplementedError("Override in subclass") + + @property + def is_installed(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def is_editable(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def source_link(self) -> Optional[Link]: + raise NotImplementedError("Override in subclass") + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + raise NotImplementedError("Override in subclass") + + def get_install_requirement(self) -> Optional[InstallRequirement]: + raise NotImplementedError("Override in subclass") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 0000000..4125cda --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,597 @@ +import logging +import sys +from typing import TYPE_CHECKING, Any, FrozenSet, Iterable, Optional, Tuple, Union, cast + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import ( + HashError, + InstallationSubprocessError, + MetadataInconsistent, +) +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link, links_equivalent +from pip._internal.models.wheel import Wheel +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.direct_url_helpers import direct_url_from_link +from pip._internal.utils.misc import normalize_version_info + +from .base import Candidate, CandidateVersion, Requirement, format_name + +if TYPE_CHECKING: + from .factory import Factory + +logger = logging.getLogger(__name__) + +BaseCandidate = Union[ + "AlreadyInstalledCandidate", + "EditableCandidate", + "LinkCandidate", +] + +# Avoid conflicting with the PyPI package "Python". +REQUIRES_PYTHON_IDENTIFIER = cast(NormalizedName, "") + + +def as_base_candidate(candidate: Candidate) -> Optional[BaseCandidate]: + """The runtime version of BaseCandidate.""" + base_candidate_classes = ( + AlreadyInstalledCandidate, + EditableCandidate, + LinkCandidate, + ) + if isinstance(candidate, base_candidate_classes): + return candidate + return None + + +def make_install_req_from_link( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert not template.editable, "template is editable" + if template.req: + line = str(template.req) + else: + line = link.url + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.original_link = template.original_link + ireq.link = link + ireq.extras = template.extras + return ireq + + +def make_install_req_from_editable( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert template.editable, "template not editable" + ireq = install_req_from_editable( + link.url, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + permit_editable_wheels=template.permit_editable_wheels, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.extras = template.extras + return ireq + + +def _make_install_req_from_dist( + dist: BaseDistribution, template: InstallRequirement +) -> InstallRequirement: + if template.req: + line = str(template.req) + elif template.link: + line = f"{dist.canonical_name} @ {template.link.url}" + else: + line = f"{dist.canonical_name}=={dist.version}" + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.satisfied_by = dist + return ireq + + +class _InstallRequirementBackedCandidate(Candidate): + """A candidate backed by an ``InstallRequirement``. + + This represents a package request with the target not being already + in the environment, and needs to be fetched and installed. The backing + ``InstallRequirement`` is responsible for most of the leg work; this + class exposes appropriate information to the resolver. + + :param link: The link passed to the ``InstallRequirement``. The backing + ``InstallRequirement`` will use this link to fetch the distribution. + :param source_link: The link this candidate "originates" from. This is + different from ``link`` when the link is found in the wheel cache. + ``link`` would point to the wheel cache, while this points to the + found remote link (e.g. from pypi.org). + """ + + dist: BaseDistribution + is_installed = False + + def __init__( + self, + link: Link, + source_link: Link, + ireq: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + self._link = link + self._source_link = source_link + self._factory = factory + self._ireq = ireq + self._name = name + self._version = version + self.dist = self._prepare() + + def __str__(self) -> str: + return f"{self.name} {self.version}" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._link)!r})" + + def __hash__(self) -> int: + return hash((self.__class__, self._link)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return links_equivalent(self._link, other._link) + return False + + @property + def source_link(self) -> Optional[Link]: + return self._source_link + + @property + def project_name(self) -> NormalizedName: + """The normalised name of the project the candidate refers to""" + if self._name is None: + self._name = self.dist.canonical_name + return self._name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + if self._version is None: + self._version = self.dist.version + return self._version + + def format_for_error(self) -> str: + return "{} {} (from {})".format( + self.name, + self.version, + self._link.file_path if self._link.is_file else self._link, + ) + + def _prepare_distribution(self) -> BaseDistribution: + raise NotImplementedError("Override in subclass") + + def _check_metadata_consistency(self, dist: BaseDistribution) -> None: + """Check for consistency of project name and version of dist.""" + if self._name is not None and self._name != dist.canonical_name: + raise MetadataInconsistent( + self._ireq, + "name", + self._name, + dist.canonical_name, + ) + if self._version is not None and self._version != dist.version: + raise MetadataInconsistent( + self._ireq, + "version", + str(self._version), + str(dist.version), + ) + + def _prepare(self) -> BaseDistribution: + try: + dist = self._prepare_distribution() + except HashError as e: + # Provide HashError the underlying ireq that caused it. This + # provides context for the resulting error message to show the + # offending line to the user. + e.req = self._ireq + raise + except InstallationSubprocessError as exc: + # The output has been presented already, so don't duplicate it. + exc.context = "See above for output." + raise + + self._check_metadata_consistency(dist) + return dist + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + requires = self.dist.iter_dependencies() if with_requires else () + for r in requires: + yield from self._factory.make_requirements_from_spec(str(r), self._ireq) + yield self._factory.make_requires_python_requirement(self.dist.requires_python) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return self._ireq + + +class LinkCandidate(_InstallRequirementBackedCandidate): + is_editable = False + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + source_link = link + cache_entry = factory.get_wheel_cache_entry(source_link, name) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + link = cache_entry.link + ireq = make_install_req_from_link(link, template) + assert ireq.link == link + if ireq.link.is_wheel and not ireq.link.is_file: + wheel = Wheel(ireq.link.filename) + wheel_name = canonicalize_name(wheel.name) + assert name == wheel_name, f"{name!r} != {wheel_name!r} for wheel" + # Version may not be present for PEP 508 direct URLs + if version is not None: + wheel_version = Version(wheel.version) + assert version == wheel_version, "{!r} != {!r} for wheel {}".format( + version, wheel_version, name + ) + + if cache_entry is not None: + assert ireq.link.is_wheel + assert ireq.link.is_file + if cache_entry.persistent and template.link is template.original_link: + ireq.cached_wheel_source_link = source_link + if cache_entry.origin is not None: + ireq.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hashes field. + ireq.download_info = direct_url_from_link( + source_link, link_is_in_wheel_cache=cache_entry.persistent + ) + + super().__init__( + link=link, + source_link=source_link, + ireq=ireq, + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + preparer = self._factory.preparer + return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) + + +class EditableCandidate(_InstallRequirementBackedCandidate): + is_editable = True + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + super().__init__( + link=link, + source_link=link, + ireq=make_install_req_from_editable(link, template), + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + return self._factory.preparer.prepare_editable_requirement(self._ireq) + + +class AlreadyInstalledCandidate(Candidate): + is_installed = True + source_link = None + + def __init__( + self, + dist: BaseDistribution, + template: InstallRequirement, + factory: "Factory", + ) -> None: + self.dist = dist + self._ireq = _make_install_req_from_dist(dist, template) + self._factory = factory + self._version = None + + # This is just logging some messages, so we can do it eagerly. + # The returned dist would be exactly the same as self.dist because we + # set satisfied_by in _make_install_req_from_dist. + # TODO: Supply reason based on force_reinstall and upgrade_strategy. + skip_reason = "already satisfied" + factory.preparer.prepare_installed_requirement(self._ireq, skip_reason) + + def __str__(self) -> str: + return str(self.dist) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.dist!r})" + + def __hash__(self) -> int: + return hash((self.__class__, self.name, self.version)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.name == other.name and self.version == other.version + return False + + @property + def project_name(self) -> NormalizedName: + return self.dist.canonical_name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + if self._version is None: + self._version = self.dist.version + return self._version + + @property + def is_editable(self) -> bool: + return self.dist.editable + + def format_for_error(self) -> str: + return f"{self.name} {self.version} (Installed)" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + if not with_requires: + return + for r in self.dist.iter_dependencies(): + yield from self._factory.make_requirements_from_spec(str(r), self._ireq) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None + + +class ExtrasCandidate(Candidate): + """A candidate that has 'extras', indicating additional dependencies. + + Requirements can be for a project with dependencies, something like + foo[extra]. The extras don't affect the project/version being installed + directly, but indicate that we need additional dependencies. We model that + by having an artificial ExtrasCandidate that wraps the "base" candidate. + + The ExtrasCandidate differs from the base in the following ways: + + 1. It has a unique name, of the form foo[extra]. This causes the resolver + to treat it as a separate node in the dependency graph. + 2. When we're getting the candidate's dependencies, + a) We specify that we want the extra dependencies as well. + b) We add a dependency on the base candidate. + See below for why this is needed. + 3. We return None for the underlying InstallRequirement, as the base + candidate will provide it, and we don't want to end up with duplicates. + + The dependency on the base candidate is needed so that the resolver can't + decide that it should recommend foo[extra1] version 1.0 and foo[extra2] + version 2.0. Having those candidates depend on foo=1.0 and foo=2.0 + respectively forces the resolver to recognise that this is a conflict. + """ + + def __init__( + self, + base: BaseCandidate, + extras: FrozenSet[str], + *, + comes_from: Optional[InstallRequirement] = None, + ) -> None: + """ + :param comes_from: the InstallRequirement that led to this candidate if it + differs from the base's InstallRequirement. This will often be the + case in the sense that this candidate's requirement has the extras + while the base's does not. Unlike the InstallRequirement backed + candidates, this requirement is used solely for reporting purposes, + it does not do any leg work. + """ + self.base = base + self.extras = frozenset(canonicalize_name(e) for e in extras) + # If any extras are requested in their non-normalized forms, keep track + # of their raw values. This is needed when we look up dependencies + # since PEP 685 has not been implemented for marker-matching, and using + # the non-normalized extra for lookup ensures the user can select a + # non-normalized extra in a package with its non-normalized form. + # TODO: Remove this attribute when packaging is upgraded to support the + # marker comparison logic specified in PEP 685. + self._unnormalized_extras = extras.difference(self.extras) + self._comes_from = comes_from if comes_from is not None else self.base._ireq + + def __str__(self) -> str: + name, rest = str(self.base).split(" ", 1) + return "{}[{}] {}".format(name, ",".join(self.extras), rest) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}(base={self.base!r}, extras={self.extras!r})" + + def __hash__(self) -> int: + return hash((self.base, self.extras)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.base == other.base and self.extras == other.extras + return False + + @property + def project_name(self) -> NormalizedName: + return self.base.project_name + + @property + def name(self) -> str: + """The normalised name of the project the candidate refers to""" + return format_name(self.base.project_name, self.extras) + + @property + def version(self) -> CandidateVersion: + return self.base.version + + def format_for_error(self) -> str: + return "{} [{}]".format( + self.base.format_for_error(), ", ".join(sorted(self.extras)) + ) + + @property + def is_installed(self) -> bool: + return self.base.is_installed + + @property + def is_editable(self) -> bool: + return self.base.is_editable + + @property + def source_link(self) -> Optional[Link]: + return self.base.source_link + + def _warn_invalid_extras( + self, + requested: FrozenSet[str], + valid: FrozenSet[str], + ) -> None: + """Emit warnings for invalid extras being requested. + + This emits a warning for each requested extra that is not in the + candidate's ``Provides-Extra`` list. + """ + invalid_extras_to_warn = frozenset( + extra + for extra in requested + if extra not in valid + # If an extra is requested in an unnormalized form, skip warning + # about the normalized form being missing. + and extra in self.extras + ) + if not invalid_extras_to_warn: + return + for extra in sorted(invalid_extras_to_warn): + logger.warning( + "%s %s does not provide the extra '%s'", + self.base.name, + self.version, + extra, + ) + + def _calculate_valid_requested_extras(self) -> FrozenSet[str]: + """Get a list of valid extras requested by this candidate. + + The user (or upstream dependant) may have specified extras that the + candidate doesn't support. Any unsupported extras are dropped, and each + cause a warning to be logged here. + """ + requested_extras = self.extras.union(self._unnormalized_extras) + valid_extras = frozenset( + extra + for extra in requested_extras + if self.base.dist.is_extra_provided(extra) + ) + self._warn_invalid_extras(requested_extras, valid_extras) + return valid_extras + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + factory = self.base._factory + + # Add a dependency on the exact base + # (See note 2b in the class docstring) + yield factory.make_requirement_from_candidate(self.base) + if not with_requires: + return + + valid_extras = self._calculate_valid_requested_extras() + for r in self.base.dist.iter_dependencies(valid_extras): + yield from factory.make_requirements_from_spec( + str(r), + self._comes_from, + valid_extras, + ) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + # We don't return anything here, because we always + # depend on the base candidate, and we'll get the + # install requirement from that. + return None + + +class RequiresPythonCandidate(Candidate): + is_installed = False + source_link = None + + def __init__(self, py_version_info: Optional[Tuple[int, ...]]) -> None: + if py_version_info is not None: + version_info = normalize_version_info(py_version_info) + else: + version_info = sys.version_info[:3] + self._version = Version(".".join(str(c) for c in version_info)) + + # We don't need to implement __eq__() and __ne__() since there is always + # only one RequiresPythonCandidate in a resolution, i.e. the host Python. + # The built-in object.__eq__() and object.__ne__() do exactly what we want. + + def __str__(self) -> str: + return f"Python {self._version}" + + @property + def project_name(self) -> NormalizedName: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def name(self) -> str: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def version(self) -> CandidateVersion: + return self._version + + def format_for_error(self) -> str: + return f"Python {self.version}" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + return () + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 0000000..4adeb43 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,812 @@ +import contextlib +import functools +import logging +from typing import ( + TYPE_CHECKING, + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Mapping, + NamedTuple, + Optional, + Sequence, + Set, + Tuple, + TypeVar, + cast, +) + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.resolvelib import ResolutionImpossible + +from pip._internal.cache import CacheEntry, WheelCache +from pip._internal.exceptions import ( + DistributionNotFound, + InstallationError, + MetadataInconsistent, + UnsupportedPythonVersion, + UnsupportedWheel, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import ( + install_req_drop_extras, + install_req_from_link_and_ireq, +) +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.resolution.base import InstallRequirementProvider +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import Candidate, CandidateVersion, Constraint, Requirement +from .candidates import ( + AlreadyInstalledCandidate, + BaseCandidate, + EditableCandidate, + ExtrasCandidate, + LinkCandidate, + RequiresPythonCandidate, + as_base_candidate, +) +from .found_candidates import FoundCandidates, IndexCandidateInfo +from .requirements import ( + ExplicitRequirement, + RequiresPythonRequirement, + SpecifierRequirement, + SpecifierWithoutExtrasRequirement, + UnsatisfiableRequirement, +) + +if TYPE_CHECKING: + from typing import Protocol + + class ConflictCause(Protocol): + requirement: RequiresPythonRequirement + parent: Candidate + + +logger = logging.getLogger(__name__) + +C = TypeVar("C") +Cache = Dict[Link, C] + + +class CollectedRootRequirements(NamedTuple): + requirements: List[Requirement] + constraints: Dict[str, Constraint] + user_requested: Dict[str, int] + + +class Factory: + def __init__( + self, + finder: PackageFinder, + preparer: RequirementPreparer, + make_install_req: InstallRequirementProvider, + wheel_cache: Optional[WheelCache], + use_user_site: bool, + force_reinstall: bool, + ignore_installed: bool, + ignore_requires_python: bool, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + self._finder = finder + self.preparer = preparer + self._wheel_cache = wheel_cache + self._python_candidate = RequiresPythonCandidate(py_version_info) + self._make_install_req_from_spec = make_install_req + self._use_user_site = use_user_site + self._force_reinstall = force_reinstall + self._ignore_requires_python = ignore_requires_python + + self._build_failures: Cache[InstallationError] = {} + self._link_candidate_cache: Cache[LinkCandidate] = {} + self._editable_candidate_cache: Cache[EditableCandidate] = {} + self._installed_candidate_cache: Dict[str, AlreadyInstalledCandidate] = {} + self._extras_candidate_cache: Dict[ + Tuple[int, FrozenSet[NormalizedName]], ExtrasCandidate + ] = {} + + if not ignore_installed: + env = get_default_environment() + self._installed_dists = { + dist.canonical_name: dist + for dist in env.iter_installed_distributions(local_only=False) + } + else: + self._installed_dists = {} + + @property + def force_reinstall(self) -> bool: + return self._force_reinstall + + def _fail_if_link_is_unsupported_wheel(self, link: Link) -> None: + if not link.is_wheel: + return + wheel = Wheel(link.filename) + if wheel.supported(self._finder.target_python.get_unsorted_tags()): + return + msg = f"{link.filename} is not a supported wheel on this platform." + raise UnsupportedWheel(msg) + + def _make_extras_candidate( + self, + base: BaseCandidate, + extras: FrozenSet[str], + *, + comes_from: Optional[InstallRequirement] = None, + ) -> ExtrasCandidate: + cache_key = (id(base), frozenset(canonicalize_name(e) for e in extras)) + try: + candidate = self._extras_candidate_cache[cache_key] + except KeyError: + candidate = ExtrasCandidate(base, extras, comes_from=comes_from) + self._extras_candidate_cache[cache_key] = candidate + return candidate + + def _make_candidate_from_dist( + self, + dist: BaseDistribution, + extras: FrozenSet[str], + template: InstallRequirement, + ) -> Candidate: + try: + base = self._installed_candidate_cache[dist.canonical_name] + except KeyError: + base = AlreadyInstalledCandidate(dist, template, factory=self) + self._installed_candidate_cache[dist.canonical_name] = base + if not extras: + return base + return self._make_extras_candidate(base, extras, comes_from=template) + + def _make_candidate_from_link( + self, + link: Link, + extras: FrozenSet[str], + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[CandidateVersion], + ) -> Optional[Candidate]: + base: Optional[BaseCandidate] = self._make_base_candidate_from_link( + link, template, name, version + ) + if not extras or base is None: + return base + return self._make_extras_candidate(base, extras, comes_from=template) + + def _make_base_candidate_from_link( + self, + link: Link, + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[CandidateVersion], + ) -> Optional[BaseCandidate]: + # TODO: Check already installed candidate, and use it if the link and + # editable flag match. + + if link in self._build_failures: + # We already tried this candidate before, and it does not build. + # Don't bother trying again. + return None + + if template.editable: + if link not in self._editable_candidate_cache: + try: + self._editable_candidate_cache[link] = EditableCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + + return self._editable_candidate_cache[link] + else: + if link not in self._link_candidate_cache: + try: + self._link_candidate_cache[link] = LinkCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + return self._link_candidate_cache[link] + + def _iter_found_candidates( + self, + ireqs: Sequence[InstallRequirement], + specifier: SpecifierSet, + hashes: Hashes, + prefers_installed: bool, + incompatible_ids: Set[int], + ) -> Iterable[Candidate]: + if not ireqs: + return () + + # The InstallRequirement implementation requires us to give it a + # "template". Here we just choose the first requirement to represent + # all of them. + # Hopefully the Project model can correct this mismatch in the future. + template = ireqs[0] + assert template.req, "Candidates found on index must be PEP 508" + name = canonicalize_name(template.req.name) + + extras: FrozenSet[str] = frozenset() + for ireq in ireqs: + assert ireq.req, "Candidates found on index must be PEP 508" + specifier &= ireq.req.specifier + hashes &= ireq.hashes(trust_internet=False) + extras |= frozenset(ireq.extras) + + def _get_installed_candidate() -> Optional[Candidate]: + """Get the candidate for the currently-installed version.""" + # If --force-reinstall is set, we want the version from the index + # instead, so we "pretend" there is nothing installed. + if self._force_reinstall: + return None + try: + installed_dist = self._installed_dists[name] + except KeyError: + return None + # Don't use the installed distribution if its version does not fit + # the current dependency graph. + if not specifier.contains(installed_dist.version, prereleases=True): + return None + candidate = self._make_candidate_from_dist( + dist=installed_dist, + extras=extras, + template=template, + ) + # The candidate is a known incompatibility. Don't use it. + if id(candidate) in incompatible_ids: + return None + return candidate + + def iter_index_candidate_infos() -> Iterator[IndexCandidateInfo]: + result = self._finder.find_best_candidate( + project_name=name, + specifier=specifier, + hashes=hashes, + ) + icans = list(result.iter_applicable()) + + # PEP 592: Yanked releases are ignored unless the specifier + # explicitly pins a version (via '==' or '===') that can be + # solely satisfied by a yanked release. + all_yanked = all(ican.link.is_yanked for ican in icans) + + def is_pinned(specifier: SpecifierSet) -> bool: + for sp in specifier: + if sp.operator == "===": + return True + if sp.operator != "==": + continue + if sp.version.endswith(".*"): + continue + return True + return False + + pinned = is_pinned(specifier) + + # PackageFinder returns earlier versions first, so we reverse. + for ican in reversed(icans): + if not (all_yanked and pinned) and ican.link.is_yanked: + continue + func = functools.partial( + self._make_candidate_from_link, + link=ican.link, + extras=extras, + template=template, + name=name, + version=ican.version, + ) + yield ican.version, func + + return FoundCandidates( + iter_index_candidate_infos, + _get_installed_candidate(), + prefers_installed, + incompatible_ids, + ) + + def _iter_explicit_candidates_from_base( + self, + base_requirements: Iterable[Requirement], + extras: FrozenSet[str], + ) -> Iterator[Candidate]: + """Produce explicit candidates from the base given an extra-ed package. + + :param base_requirements: Requirements known to the resolver. The + requirements are guaranteed to not have extras. + :param extras: The extras to inject into the explicit requirements' + candidates. + """ + for req in base_requirements: + lookup_cand, _ = req.get_candidate_lookup() + if lookup_cand is None: # Not explicit. + continue + # We've stripped extras from the identifier, and should always + # get a BaseCandidate here, unless there's a bug elsewhere. + base_cand = as_base_candidate(lookup_cand) + assert base_cand is not None, "no extras here" + yield self._make_extras_candidate(base_cand, extras) + + def _iter_candidates_from_constraints( + self, + identifier: str, + constraint: Constraint, + template: InstallRequirement, + ) -> Iterator[Candidate]: + """Produce explicit candidates from constraints. + + This creates "fake" InstallRequirement objects that are basically clones + of what "should" be the template, but with original_link set to link. + """ + for link in constraint.links: + self._fail_if_link_is_unsupported_wheel(link) + candidate = self._make_base_candidate_from_link( + link, + template=install_req_from_link_and_ireq(link, template), + name=canonicalize_name(identifier), + version=None, + ) + if candidate: + yield candidate + + def find_candidates( + self, + identifier: str, + requirements: Mapping[str, Iterable[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + constraint: Constraint, + prefers_installed: bool, + ) -> Iterable[Candidate]: + # Collect basic lookup information from the requirements. + explicit_candidates: Set[Candidate] = set() + ireqs: List[InstallRequirement] = [] + for req in requirements[identifier]: + cand, ireq = req.get_candidate_lookup() + if cand is not None: + explicit_candidates.add(cand) + if ireq is not None: + ireqs.append(ireq) + + # If the current identifier contains extras, add requires and explicit + # candidates from entries from extra-less identifier. + with contextlib.suppress(InvalidRequirement): + parsed_requirement = get_requirement(identifier) + if parsed_requirement.name != identifier: + explicit_candidates.update( + self._iter_explicit_candidates_from_base( + requirements.get(parsed_requirement.name, ()), + frozenset(parsed_requirement.extras), + ), + ) + for req in requirements.get(parsed_requirement.name, []): + _, ireq = req.get_candidate_lookup() + if ireq is not None: + ireqs.append(ireq) + + # Add explicit candidates from constraints. We only do this if there are + # known ireqs, which represent requirements not already explicit. If + # there are no ireqs, we're constraining already-explicit requirements, + # which is handled later when we return the explicit candidates. + if ireqs: + try: + explicit_candidates.update( + self._iter_candidates_from_constraints( + identifier, + constraint, + template=ireqs[0], + ), + ) + except UnsupportedWheel: + # If we're constrained to install a wheel incompatible with the + # target architecture, no candidates will ever be valid. + return () + + # Since we cache all the candidates, incompatibility identification + # can be made quicker by comparing only the id() values. + incompat_ids = {id(c) for c in incompatibilities.get(identifier, ())} + + # If none of the requirements want an explicit candidate, we can ask + # the finder for candidates. + if not explicit_candidates: + return self._iter_found_candidates( + ireqs, + constraint.specifier, + constraint.hashes, + prefers_installed, + incompat_ids, + ) + + return ( + c + for c in explicit_candidates + if id(c) not in incompat_ids + and constraint.is_satisfied_by(c) + and all(req.is_satisfied_by(c) for req in requirements[identifier]) + ) + + def _make_requirements_from_install_req( + self, ireq: InstallRequirement, requested_extras: Iterable[str] + ) -> Iterator[Requirement]: + """ + Returns requirement objects associated with the given InstallRequirement. In + most cases this will be a single object but the following special cases exist: + - the InstallRequirement has markers that do not apply -> result is empty + - the InstallRequirement has both a constraint (or link) and extras + -> result is split in two requirement objects: one with the constraint + (or link) and one with the extra. This allows centralized constraint + handling for the base, resulting in fewer candidate rejections. + """ + if not ireq.match_markers(requested_extras): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + ireq.name, + ireq.markers, + ) + elif not ireq.link: + if ireq.extras and ireq.req is not None and ireq.req.specifier: + yield SpecifierWithoutExtrasRequirement(ireq) + yield SpecifierRequirement(ireq) + else: + self._fail_if_link_is_unsupported_wheel(ireq.link) + # Always make the link candidate for the base requirement to make it + # available to `find_candidates` for explicit candidate lookup for any + # set of extras. + # The extras are required separately via a second requirement. + cand = self._make_base_candidate_from_link( + ireq.link, + template=install_req_drop_extras(ireq) if ireq.extras else ireq, + name=canonicalize_name(ireq.name) if ireq.name else None, + version=None, + ) + if cand is None: + # There's no way we can satisfy a URL requirement if the underlying + # candidate fails to build. An unnamed URL must be user-supplied, so + # we fail eagerly. If the URL is named, an unsatisfiable requirement + # can make the resolver do the right thing, either backtrack (and + # maybe find some other requirement that's buildable) or raise a + # ResolutionImpossible eventually. + if not ireq.name: + raise self._build_failures[ireq.link] + yield UnsatisfiableRequirement(canonicalize_name(ireq.name)) + else: + # require the base from the link + yield self.make_requirement_from_candidate(cand) + if ireq.extras: + # require the extras on top of the base candidate + yield self.make_requirement_from_candidate( + self._make_extras_candidate(cand, frozenset(ireq.extras)) + ) + + def collect_root_requirements( + self, root_ireqs: List[InstallRequirement] + ) -> CollectedRootRequirements: + collected = CollectedRootRequirements([], {}, {}) + for i, ireq in enumerate(root_ireqs): + if ireq.constraint: + # Ensure we only accept valid constraints + problem = check_invalid_constraint_type(ireq) + if problem: + raise InstallationError(problem) + if not ireq.match_markers(): + continue + assert ireq.name, "Constraint must be named" + name = canonicalize_name(ireq.name) + if name in collected.constraints: + collected.constraints[name] &= ireq + else: + collected.constraints[name] = Constraint.from_ireq(ireq) + else: + reqs = list( + self._make_requirements_from_install_req( + ireq, + requested_extras=(), + ) + ) + if not reqs: + continue + template = reqs[0] + if ireq.user_supplied and template.name not in collected.user_requested: + collected.user_requested[template.name] = i + collected.requirements.extend(reqs) + # Put requirements with extras at the end of the root requires. This does not + # affect resolvelib's picking preference but it does affect its initial criteria + # population: by putting extras at the end we enable the candidate finder to + # present resolvelib with a smaller set of candidates to resolvelib, already + # taking into account any non-transient constraints on the associated base. This + # means resolvelib will have fewer candidates to visit and reject. + # Python's list sort is stable, meaning relative order is kept for objects with + # the same key. + collected.requirements.sort(key=lambda r: r.name != r.project_name) + return collected + + def make_requirement_from_candidate( + self, candidate: Candidate + ) -> ExplicitRequirement: + return ExplicitRequirement(candidate) + + def make_requirements_from_spec( + self, + specifier: str, + comes_from: Optional[InstallRequirement], + requested_extras: Iterable[str] = (), + ) -> Iterator[Requirement]: + """ + Returns requirement objects associated with the given specifier. In most cases + this will be a single object but the following special cases exist: + - the specifier has markers that do not apply -> result is empty + - the specifier has both a constraint and extras -> result is split + in two requirement objects: one with the constraint and one with the + extra. This allows centralized constraint handling for the base, + resulting in fewer candidate rejections. + """ + ireq = self._make_install_req_from_spec(specifier, comes_from) + return self._make_requirements_from_install_req(ireq, requested_extras) + + def make_requires_python_requirement( + self, + specifier: SpecifierSet, + ) -> Optional[Requirement]: + if self._ignore_requires_python: + return None + # Don't bother creating a dependency for an empty Requires-Python. + if not str(specifier): + return None + return RequiresPythonRequirement(specifier, self._python_candidate) + + def get_wheel_cache_entry( + self, link: Link, name: Optional[str] + ) -> Optional[CacheEntry]: + """Look up the link in the wheel cache. + + If ``preparer.require_hashes`` is True, don't use the wheel cache, + because cached wheels, always built locally, have different hashes + than the files downloaded from the index server and thus throw false + hash mismatches. Furthermore, cached wheels at present have + nondeterministic contents due to file modification times. + """ + if self._wheel_cache is None: + return None + return self._wheel_cache.get_cache_entry( + link=link, + package_name=name, + supported_tags=get_supported(), + ) + + def get_dist_to_uninstall(self, candidate: Candidate) -> Optional[BaseDistribution]: + # TODO: Are there more cases this needs to return True? Editable? + dist = self._installed_dists.get(candidate.project_name) + if dist is None: # Not installed, no uninstallation required. + return None + + # We're installing into global site. The current installation must + # be uninstalled, no matter it's in global or user site, because the + # user site installation has precedence over global. + if not self._use_user_site: + return dist + + # We're installing into user site. Remove the user site installation. + if dist.in_usersite: + return dist + + # We're installing into user site, but the installed incompatible + # package is in global site. We can't uninstall that, and would let + # the new user installation to "shadow" it. But shadowing won't work + # in virtual environments, so we error out. + if running_under_virtualenv() and dist.in_site_packages: + message = ( + f"Will not install to the user site because it will lack " + f"sys.path precedence to {dist.raw_name} in {dist.location}" + ) + raise InstallationError(message) + return None + + def _report_requires_python_error( + self, causes: Sequence["ConflictCause"] + ) -> UnsupportedPythonVersion: + assert causes, "Requires-Python error reported with no cause" + + version = self._python_candidate.version + + if len(causes) == 1: + specifier = str(causes[0].requirement.specifier) + message = ( + f"Package {causes[0].parent.name!r} requires a different " + f"Python: {version} not in {specifier!r}" + ) + return UnsupportedPythonVersion(message) + + message = f"Packages require a different Python. {version} not in:" + for cause in causes: + package = cause.parent.format_for_error() + specifier = str(cause.requirement.specifier) + message += f"\n{specifier!r} (required by {package})" + return UnsupportedPythonVersion(message) + + def _report_single_requirement_conflict( + self, req: Requirement, parent: Optional[Candidate] + ) -> DistributionNotFound: + if parent is None: + req_disp = str(req) + else: + req_disp = f"{req} (from {parent.name})" + + cands = self._finder.find_all_candidates(req.project_name) + skipped_by_requires_python = self._finder.requires_python_skipped_reasons() + + versions_set: Set[CandidateVersion] = set() + yanked_versions_set: Set[CandidateVersion] = set() + for c in cands: + is_yanked = c.link.is_yanked if c.link else False + if is_yanked: + yanked_versions_set.add(c.version) + else: + versions_set.add(c.version) + + versions = [str(v) for v in sorted(versions_set)] + yanked_versions = [str(v) for v in sorted(yanked_versions_set)] + + if yanked_versions: + # Saying "version X is yanked" isn't entirely accurate. + # https://github.com/pypa/pip/issues/11745#issuecomment-1402805842 + logger.critical( + "Ignored the following yanked versions: %s", + ", ".join(yanked_versions) or "none", + ) + if skipped_by_requires_python: + logger.critical( + "Ignored the following versions that require a different python " + "version: %s", + "; ".join(skipped_by_requires_python) or "none", + ) + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req_disp, + ", ".join(versions) or "none", + ) + if str(req) == "requirements.txt": + logger.info( + "HINT: You are attempting to install a package literally " + 'named "requirements.txt" (which cannot exist). Consider ' + "using the '-r' flag to install the packages listed in " + "requirements.txt" + ) + + return DistributionNotFound(f"No matching distribution found for {req}") + + def get_installation_error( + self, + e: "ResolutionImpossible[Requirement, Candidate]", + constraints: Dict[str, Constraint], + ) -> InstallationError: + assert e.causes, "Installation error reported with no cause" + + # If one of the things we can't solve is "we need Python X.Y", + # that is what we report. + requires_python_causes = [ + cause + for cause in e.causes + if isinstance(cause.requirement, RequiresPythonRequirement) + and not cause.requirement.is_satisfied_by(self._python_candidate) + ] + if requires_python_causes: + # The comprehension above makes sure all Requirement instances are + # RequiresPythonRequirement, so let's cast for convenience. + return self._report_requires_python_error( + cast("Sequence[ConflictCause]", requires_python_causes), + ) + + # Otherwise, we have a set of causes which can't all be satisfied + # at once. + + # The simplest case is when we have *one* cause that can't be + # satisfied. We just report that case. + if len(e.causes) == 1: + req, parent = e.causes[0] + if req.name not in constraints: + return self._report_single_requirement_conflict(req, parent) + + # OK, we now have a list of requirements that can't all be + # satisfied at once. + + # A couple of formatting helpers + def text_join(parts: List[str]) -> str: + if len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def describe_trigger(parent: Candidate) -> str: + ireq = parent.get_install_requirement() + if not ireq or not ireq.comes_from: + return f"{parent.name}=={parent.version}" + if isinstance(ireq.comes_from, InstallRequirement): + return str(ireq.comes_from.name) + return str(ireq.comes_from) + + triggers = set() + for req, parent in e.causes: + if parent is None: + # This is a root requirement, so we can report it directly + trigger = req.format_for_error() + else: + trigger = describe_trigger(parent) + triggers.add(trigger) + + if triggers: + info = text_join(sorted(triggers)) + else: + info = "the requested packages" + + msg = ( + f"Cannot install {info} because these package versions " + "have conflicting dependencies." + ) + logger.critical(msg) + msg = "\nThe conflict is caused by:" + + relevant_constraints = set() + for req, parent in e.causes: + if req.name in constraints: + relevant_constraints.add(req.name) + msg = msg + "\n " + if parent: + msg = msg + f"{parent.name} {parent.version} depends on " + else: + msg = msg + "The user requested " + msg = msg + req.format_for_error() + for key in relevant_constraints: + spec = constraints[key].specifier + msg += f"\n The user requested (constraint) {key}{spec}" + + msg = ( + msg + + "\n\n" + + "To fix this you could try to:\n" + + "1. loosen the range of package versions you've specified\n" + + "2. remove package versions to allow pip attempt to solve " + + "the dependency conflict\n" + ) + + logger.info(msg) + + return DistributionNotFound( + "ResolutionImpossible: for help visit " + "https://pip.pypa.io/en/latest/topics/dependency-resolution/" + "#dealing-with-dependency-conflicts" + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 0000000..8663097 --- /dev/null +++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/resolution/resolvelib/provider.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 0000000..315fb9c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py @@ -0,0 +1,255 @@ +import collections +import math +from typing import ( + TYPE_CHECKING, + Dict, + Iterable, + Iterator, + Mapping, + Sequence, + TypeVar, + Union, +) + +from pip._vendor.resolvelib.providers import AbstractProvider + +from .base import Candidate, Constraint, Requirement +from .candidates import REQUIRES_PYTHON_IDENTIFIER +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.providers import Preference + from pip._vendor.resolvelib.resolvers import RequirementInformation + + PreferenceInformation = RequirementInformation[Requirement, Candidate] + + _ProviderBase = AbstractProvider[Requirement, Candidate, str] +else: + _ProviderBase = AbstractProvider + +# Notes on the relationship between the provider, the factory, and the +# candidate and requirement classes. +# +# The provider is a direct implementation of the resolvelib class. Its role +# is to deliver the API that resolvelib expects. +# +# Rather than work with completely abstract "requirement" and "candidate" +# concepts as resolvelib does, pip has concrete classes implementing these two +# ideas. The API of Requirement and Candidate objects are defined in the base +# classes, but essentially map fairly directly to the equivalent provider +# methods. In particular, `find_matches` and `is_satisfied_by` are +# requirement methods, and `get_dependencies` is a candidate method. +# +# The factory is the interface to pip's internal mechanisms. It is stateless, +# and is created by the resolver and held as a property of the provider. It is +# responsible for creating Requirement and Candidate objects, and provides +# services to those objects (access to pip's finder and preparer). + + +D = TypeVar("D") +V = TypeVar("V") + + +def _get_with_identifier( + mapping: Mapping[str, V], + identifier: str, + default: D, +) -> Union[D, V]: + """Get item from a package name lookup mapping with a resolver identifier. + + This extra logic is needed when the target mapping is keyed by package + name, which cannot be directly looked up with an identifier (which may + contain requested extras). Additional logic is added to also look up a value + by "cleaning up" the extras from the identifier. + """ + if identifier in mapping: + return mapping[identifier] + # HACK: Theoretically we should check whether this identifier is a valid + # "NAME[EXTRAS]" format, and parse out the name part with packaging or + # some regular expression. But since pip's resolver only spits out three + # kinds of identifiers: normalized PEP 503 names, normalized names plus + # extras, and Requires-Python, we can cheat a bit here. + name, open_bracket, _ = identifier.partition("[") + if open_bracket and name in mapping: + return mapping[name] + return default + + +class PipProvider(_ProviderBase): + """Pip's provider implementation for resolvelib. + + :params constraints: A mapping of constraints specified by the user. Keys + are canonicalized project names. + :params ignore_dependencies: Whether the user specified ``--no-deps``. + :params upgrade_strategy: The user-specified upgrade strategy. + :params user_requested: A set of canonicalized package names that the user + supplied for pip to install/upgrade. + """ + + def __init__( + self, + factory: Factory, + constraints: Dict[str, Constraint], + ignore_dependencies: bool, + upgrade_strategy: str, + user_requested: Dict[str, int], + ) -> None: + self._factory = factory + self._constraints = constraints + self._ignore_dependencies = ignore_dependencies + self._upgrade_strategy = upgrade_strategy + self._user_requested = user_requested + self._known_depths: Dict[str, float] = collections.defaultdict(lambda: math.inf) + + def identify(self, requirement_or_candidate: Union[Requirement, Candidate]) -> str: + return requirement_or_candidate.name + + def get_preference( + self, + identifier: str, + resolutions: Mapping[str, Candidate], + candidates: Mapping[str, Iterator[Candidate]], + information: Mapping[str, Iterable["PreferenceInformation"]], + backtrack_causes: Sequence["PreferenceInformation"], + ) -> "Preference": + """Produce a sort key for given requirement based on preference. + + The lower the return value is, the more preferred this group of + arguments is. + + Currently pip considers the following in order: + + * Prefer if any of the known requirements is "direct", e.g. points to an + explicit URL. + * If equal, prefer if any requirement is "pinned", i.e. contains + operator ``===`` or ``==``. + * If equal, calculate an approximate "depth" and resolve requirements + closer to the user-specified requirements first. If the depth cannot + by determined (eg: due to no matching parents), it is considered + infinite. + * Order user-specified requirements by the order they are specified. + * If equal, prefers "non-free" requirements, i.e. contains at least one + operator, such as ``>=`` or ``<``. + * If equal, order alphabetically for consistency (helps debuggability). + """ + try: + next(iter(information[identifier])) + except StopIteration: + # There is no information for this identifier, so there's no known + # candidates. + has_information = False + else: + has_information = True + + if has_information: + lookups = (r.get_candidate_lookup() for r, _ in information[identifier]) + candidate, ireqs = zip(*lookups) + else: + candidate, ireqs = None, () + + operators = [ + specifier.operator + for specifier_set in (ireq.specifier for ireq in ireqs if ireq) + for specifier in specifier_set + ] + + direct = candidate is not None + pinned = any(op[:2] == "==" for op in operators) + unfree = bool(operators) + + try: + requested_order: Union[int, float] = self._user_requested[identifier] + except KeyError: + requested_order = math.inf + if has_information: + parent_depths = ( + self._known_depths[parent.name] if parent is not None else 0.0 + for _, parent in information[identifier] + ) + inferred_depth = min(d for d in parent_depths) + 1.0 + else: + inferred_depth = math.inf + else: + inferred_depth = 1.0 + self._known_depths[identifier] = inferred_depth + + requested_order = self._user_requested.get(identifier, math.inf) + + # Requires-Python has only one candidate and the check is basically + # free, so we always do it first to avoid needless work if it fails. + requires_python = identifier == REQUIRES_PYTHON_IDENTIFIER + + # Prefer the causes of backtracking on the assumption that the problem + # resolving the dependency tree is related to the failures that caused + # the backtracking + backtrack_cause = self.is_backtrack_cause(identifier, backtrack_causes) + + return ( + not requires_python, + not direct, + not pinned, + not backtrack_cause, + inferred_depth, + requested_order, + not unfree, + identifier, + ) + + def find_matches( + self, + identifier: str, + requirements: Mapping[str, Iterator[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + ) -> Iterable[Candidate]: + def _eligible_for_upgrade(identifier: str) -> bool: + """Are upgrades allowed for this project? + + This checks the upgrade strategy, and whether the project was one + that the user specified in the command line, in order to decide + whether we should upgrade if there's a newer version available. + + (Note that we don't need access to the `--upgrade` flag, because + an upgrade strategy of "to-satisfy-only" means that `--upgrade` + was not specified). + """ + if self._upgrade_strategy == "eager": + return True + elif self._upgrade_strategy == "only-if-needed": + user_order = _get_with_identifier( + self._user_requested, + identifier, + default=None, + ) + return user_order is not None + return False + + constraint = _get_with_identifier( + self._constraints, + identifier, + default=Constraint.empty(), + ) + return self._factory.find_candidates( + identifier=identifier, + requirements=requirements, + constraint=constraint, + prefers_installed=(not _eligible_for_upgrade(identifier)), + incompatibilities=incompatibilities, + ) + + def is_satisfied_by(self, requirement: Requirement, candidate: Candidate) -> bool: + return requirement.is_satisfied_by(candidate) + + def get_dependencies(self, candidate: Candidate) -> Sequence[Requirement]: + with_requires = not self._ignore_dependencies + return [r for r in candidate.iter_dependencies(with_requires) if r is not None] + + @staticmethod + def is_backtrack_cause( + identifier: str, backtrack_causes: Sequence["PreferenceInformation"] + ) -> bool: + for backtrack_cause in backtrack_causes: + if identifier == backtrack_cause.requirement.name: + return True + if backtrack_cause.parent and identifier == backtrack_cause.parent.name: + return True + return False diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 0000000..12adeff --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py @@ -0,0 +1,80 @@ +from collections import defaultdict +from logging import getLogger +from typing import Any, DefaultDict + +from pip._vendor.resolvelib.reporters import BaseReporter + +from .base import Candidate, Requirement + +logger = getLogger(__name__) + + +class PipReporter(BaseReporter): + def __init__(self) -> None: + self.reject_count_by_package: DefaultDict[str, int] = defaultdict(int) + + self._messages_at_reject_count = { + 1: ( + "pip is looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 8: ( + "pip is still looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 13: ( + "This is taking longer than usual. You might need to provide " + "the dependency resolver with stricter constraints to reduce " + "runtime. See https://pip.pypa.io/warnings/backtracking for " + "guidance. If you want to abort this run, press Ctrl + C." + ), + } + + def rejecting_candidate(self, criterion: Any, candidate: Candidate) -> None: + self.reject_count_by_package[candidate.name] += 1 + + count = self.reject_count_by_package[candidate.name] + if count not in self._messages_at_reject_count: + return + + message = self._messages_at_reject_count[count] + logger.info("INFO: %s", message.format(package_name=candidate.name)) + + msg = "Will try a different candidate, due to conflict:" + for req_info in criterion.information: + req, parent = req_info.requirement, req_info.parent + # Inspired by Factory.get_installation_error + msg += "\n " + if parent: + msg += f"{parent.name} {parent.version} depends on " + else: + msg += "The user requested " + msg += req.format_for_error() + logger.debug(msg) + + +class PipDebuggingReporter(BaseReporter): + """A reporter that does an info log for every event it sees.""" + + def starting(self) -> None: + logger.info("Reporter.starting()") + + def starting_round(self, index: int) -> None: + logger.info("Reporter.starting_round(%r)", index) + + def ending_round(self, index: int, state: Any) -> None: + logger.info("Reporter.ending_round(%r, state)", index) + + def ending(self, state: Any) -> None: + logger.info("Reporter.ending(%r)", state) + + def adding_requirement(self, requirement: Requirement, parent: Candidate) -> None: + logger.info("Reporter.adding_requirement(%r, %r)", requirement, parent) + + def rejecting_candidate(self, criterion: Any, candidate: Candidate) -> None: + logger.info("Reporter.rejecting_candidate(%r, %r)", criterion, candidate) + + def pinning(self, candidate: Candidate) -> None: + logger.info("Reporter.pinning(%r)", candidate) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 0000000..4af4a9f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py @@ -0,0 +1,166 @@ +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.req.constructors import install_req_drop_extras +from pip._internal.req.req_install import InstallRequirement + +from .base import Candidate, CandidateLookup, Requirement, format_name + + +class ExplicitRequirement(Requirement): + def __init__(self, candidate: Candidate) -> None: + self.candidate = candidate + + def __str__(self) -> str: + return str(self.candidate) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.candidate!r})" + + @property + def project_name(self) -> NormalizedName: + # No need to canonicalize - the candidate did this + return self.candidate.project_name + + @property + def name(self) -> str: + # No need to canonicalize - the candidate did this + return self.candidate.name + + def format_for_error(self) -> str: + return self.candidate.format_for_error() + + def get_candidate_lookup(self) -> CandidateLookup: + return self.candidate, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return candidate == self.candidate + + +class SpecifierRequirement(Requirement): + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = ireq + self._extras = frozenset(canonicalize_name(e) for e in self._ireq.extras) + + def __str__(self) -> str: + return str(self._ireq.req) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._ireq.req)!r})" + + @property + def project_name(self) -> NormalizedName: + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + return canonicalize_name(self._ireq.req.name) + + @property + def name(self) -> str: + return format_name(self.project_name, self._extras) + + def format_for_error(self) -> str: + # Convert comma-separated specifiers into "A, B, ..., F and G" + # This makes the specifier a bit more "human readable", without + # risking a change in meaning. (Hopefully! Not all edge cases have + # been checked) + parts = [s.strip() for s in str(self).split(",")] + if len(parts) == 0: + return "" + elif len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def get_candidate_lookup(self) -> CandidateLookup: + return None, self._ireq + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self.name, ( + f"Internal issue: Candidate is not for this requirement " + f"{candidate.name} vs {self.name}" + ) + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + spec = self._ireq.req.specifier + return spec.contains(candidate.version, prereleases=True) + + +class SpecifierWithoutExtrasRequirement(SpecifierRequirement): + """ + Requirement backed by an install requirement on a base package. + Trims extras from its install requirement if there are any. + """ + + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = install_req_drop_extras(ireq) + self._extras = frozenset(canonicalize_name(e) for e in self._ireq.extras) + + +class RequiresPythonRequirement(Requirement): + """A requirement representing Requires-Python metadata.""" + + def __init__(self, specifier: SpecifierSet, match: Candidate) -> None: + self.specifier = specifier + self._candidate = match + + def __str__(self) -> str: + return f"Python {self.specifier}" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self.specifier)!r})" + + @property + def project_name(self) -> NormalizedName: + return self._candidate.project_name + + @property + def name(self) -> str: + return self._candidate.name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + if self.specifier.contains(self._candidate.version, prereleases=True): + return self._candidate, None + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self._candidate.name, "Not Python candidate" + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class UnsatisfiableRequirement(Requirement): + """A requirement that cannot be satisfied.""" + + def __init__(self, name: NormalizedName) -> None: + self._name = name + + def __str__(self) -> str: + return f"{self._name} (unavailable)" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._name)!r})" + + @property + def project_name(self) -> NormalizedName: + return self._name + + @property + def name(self) -> str: + return self._name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return False diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 0000000..c12beef --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,317 @@ +import contextlib +import functools +import logging +import os +from typing import TYPE_CHECKING, Dict, List, Optional, Set, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.resolvelib import BaseReporter, ResolutionImpossible +from pip._vendor.resolvelib import Resolver as RLResolver +from pip._vendor.resolvelib.structs import DirectedGraph + +from pip._internal.cache import WheelCache +from pip._internal.index.package_finder import PackageFinder +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import install_req_extend_extras +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.resolution.resolvelib.provider import PipProvider +from pip._internal.resolution.resolvelib.reporter import ( + PipDebuggingReporter, + PipReporter, +) +from pip._internal.utils.packaging import get_requirement + +from .base import Candidate, Requirement +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.resolvers import Result as RLResult + + Result = RLResult[Requirement, Candidate, str] + + +logger = logging.getLogger(__name__) + + +class Resolver(BaseResolver): + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ): + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + self.factory = Factory( + finder=finder, + preparer=preparer, + make_install_req=make_install_req, + wheel_cache=wheel_cache, + use_user_site=use_user_site, + force_reinstall=force_reinstall, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + py_version_info=py_version_info, + ) + self.ignore_dependencies = ignore_dependencies + self.upgrade_strategy = upgrade_strategy + self._result: Optional[Result] = None + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + collected = self.factory.collect_root_requirements(root_reqs) + provider = PipProvider( + factory=self.factory, + constraints=collected.constraints, + ignore_dependencies=self.ignore_dependencies, + upgrade_strategy=self.upgrade_strategy, + user_requested=collected.user_requested, + ) + if "PIP_RESOLVER_DEBUG" in os.environ: + reporter: BaseReporter = PipDebuggingReporter() + else: + reporter = PipReporter() + resolver: RLResolver[Requirement, Candidate, str] = RLResolver( + provider, + reporter, + ) + + try: + limit_how_complex_resolution_can_be = 200000 + result = self._result = resolver.resolve( + collected.requirements, max_rounds=limit_how_complex_resolution_can_be + ) + + except ResolutionImpossible as e: + error = self.factory.get_installation_error( + cast("ResolutionImpossible[Requirement, Candidate]", e), + collected.constraints, + ) + raise error from e + + req_set = RequirementSet(check_supported_wheels=check_supported_wheels) + # process candidates with extras last to ensure their base equivalent is + # already in the req_set if appropriate. + # Python's sort is stable so using a binary key function keeps relative order + # within both subsets. + for candidate in sorted( + result.mapping.values(), key=lambda c: c.name != c.project_name + ): + ireq = candidate.get_install_requirement() + if ireq is None: + if candidate.name != candidate.project_name: + # extend existing req's extras + with contextlib.suppress(KeyError): + req = req_set.get_requirement(candidate.project_name) + req_set.add_named_requirement( + install_req_extend_extras( + req, get_requirement(candidate.name).extras + ) + ) + continue + + # Check if there is already an installation under the same name, + # and set a flag for later stages to uninstall it, if needed. + installed_dist = self.factory.get_dist_to_uninstall(candidate) + if installed_dist is None: + # There is no existing installation -- nothing to uninstall. + ireq.should_reinstall = False + elif self.factory.force_reinstall: + # The --force-reinstall flag is set -- reinstall. + ireq.should_reinstall = True + elif installed_dist.version != candidate.version: + # The installation is different in version -- reinstall. + ireq.should_reinstall = True + elif candidate.is_editable or installed_dist.editable: + # The incoming distribution is editable, or different in + # editable-ness to installation -- reinstall. + ireq.should_reinstall = True + elif candidate.source_link and candidate.source_link.is_file: + # The incoming distribution is under file:// + if candidate.source_link.is_wheel: + # is a local wheel -- do nothing. + logger.info( + "%s is already installed with the same version as the " + "provided wheel. Use --force-reinstall to force an " + "installation of the wheel.", + ireq.name, + ) + continue + + # is a local sdist or path -- reinstall + ireq.should_reinstall = True + else: + continue + + link = candidate.source_link + if link and link.is_yanked: + # The reason can contain non-ASCII characters, Unicode + # is required for Python 2. + msg = ( + "The candidate selected for download or install is a " + "yanked version: {name!r} candidate (version {version} " + "at {link})\nReason for being yanked: {reason}" + ).format( + name=candidate.name, + version=candidate.version, + link=link, + reason=link.yanked_reason or "", + ) + logger.warning(msg) + + req_set.add_named_requirement(ireq) + + reqs = req_set.all_requirements + self.factory.preparer.prepare_linked_requirements_more(reqs) + for req in reqs: + req.prepared = True + req.needs_more_preparation = False + return req_set + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Get order for installation of requirements in RequirementSet. + + The returned list contains a requirement before another that depends on + it. This helps ensure that the environment is kept consistent as they + get installed one-by-one. + + The current implementation creates a topological ordering of the + dependency graph, giving more weight to packages with less + or no dependencies, while breaking any cycles in the graph at + arbitrary points. We make no guarantees about where the cycle + would be broken, other than it *would* be broken. + """ + assert self._result is not None, "must call resolve() first" + + if not req_set.requirements: + # Nothing is left to install, so we do not need an order. + return [] + + graph = self._result.graph + weights = get_topological_weights(graph, set(req_set.requirements.keys())) + + sorted_items = sorted( + req_set.requirements.items(), + key=functools.partial(_req_set_item_sorter, weights=weights), + reverse=True, + ) + return [ireq for _, ireq in sorted_items] + + +def get_topological_weights( + graph: "DirectedGraph[Optional[str]]", requirement_keys: Set[str] +) -> Dict[Optional[str], int]: + """Assign weights to each node based on how "deep" they are. + + This implementation may change at any point in the future without prior + notice. + + We first simplify the dependency graph by pruning any leaves and giving them + the highest weight: a package without any dependencies should be installed + first. This is done again and again in the same way, giving ever less weight + to the newly found leaves. The loop stops when no leaves are left: all + remaining packages have at least one dependency left in the graph. + + Then we continue with the remaining graph, by taking the length for the + longest path to any node from root, ignoring any paths that contain a single + node twice (i.e. cycles). This is done through a depth-first search through + the graph, while keeping track of the path to the node. + + Cycles in the graph result would result in node being revisited while also + being on its own path. In this case, take no action. This helps ensure we + don't get stuck in a cycle. + + When assigning weight, the longer path (i.e. larger length) is preferred. + + We are only interested in the weights of packages that are in the + requirement_keys. + """ + path: Set[Optional[str]] = set() + weights: Dict[Optional[str], int] = {} + + def visit(node: Optional[str]) -> None: + if node in path: + # We hit a cycle, so we'll break it here. + return + + # Time to visit the children! + path.add(node) + for child in graph.iter_children(node): + visit(child) + path.remove(node) + + if node not in requirement_keys: + return + + last_known_parent_count = weights.get(node, 0) + weights[node] = max(last_known_parent_count, len(path)) + + # Simplify the graph, pruning leaves that have no dependencies. + # This is needed for large graphs (say over 200 packages) because the + # `visit` function is exponentially slower then, taking minutes. + # See https://github.com/pypa/pip/issues/10557 + # We will loop until we explicitly break the loop. + while True: + leaves = set() + for key in graph: + if key is None: + continue + for _child in graph.iter_children(key): + # This means we have at least one child + break + else: + # No child. + leaves.add(key) + if not leaves: + # We are done simplifying. + break + # Calculate the weight for the leaves. + weight = len(graph) - 1 + for leaf in leaves: + if leaf not in requirement_keys: + continue + weights[leaf] = weight + # Remove the leaves from the graph, making it simpler. + for leaf in leaves: + graph.remove(leaf) + + # Visit the remaining graph. + # `None` is guaranteed to be the root node by resolvelib. + visit(None) + + # Sanity check: all requirement keys should be in the weights, + # and no other keys should be in the weights. + difference = set(weights.keys()).difference(requirement_keys) + assert not difference, difference + + return weights + + +def _req_set_item_sorter( + item: Tuple[str, InstallRequirement], + weights: Dict[Optional[str], int], +) -> Tuple[int, str]: + """Key function used to sort install requirements for installation. + + Based on the "weight" mapping calculated in ``get_installation_order()``. + The canonical package name is returned as the second member as a tie- + breaker to ensure the result is predictable, which is useful in tests. + """ + name = canonicalize_name(item[0]) + return weights[name], name diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py b/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 0000000..0f64ae0 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,248 @@ +import datetime +import functools +import hashlib +import json +import logging +import optparse +import os.path +import sys +from dataclasses import dataclass +from typing import Any, Callable, Dict, Optional + +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.rich.console import Group +from pip._vendor.rich.markup import escape +from pip._vendor.rich.text import Text + +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import get_default_environment +from pip._internal.metadata.base import DistributionVersion +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.entrypoints import ( + get_best_invocation_for_this_pip, + get_best_invocation_for_this_python, +) +from pip._internal.utils.filesystem import adjacent_tmp_file, check_path_owner, replace +from pip._internal.utils.misc import ensure_dir + +_WEEK = datetime.timedelta(days=7) + +logger = logging.getLogger(__name__) + + +def _get_statefile_name(key: str) -> str: + key_bytes = key.encode() + name = hashlib.sha224(key_bytes).hexdigest() + return name + + +def _convert_date(isodate: str) -> datetime.datetime: + """Convert an ISO format string to a date. + + Handles the format 2020-01-22T14:24:01Z (trailing Z) + which is not supported by older versions of fromisoformat. + """ + return datetime.datetime.fromisoformat(isodate.replace("Z", "+00:00")) + + +class SelfCheckState: + def __init__(self, cache_dir: str) -> None: + self._state: Dict[str, Any] = {} + self._statefile_path = None + + # Try to load the existing state + if cache_dir: + self._statefile_path = os.path.join( + cache_dir, "selfcheck", _get_statefile_name(self.key) + ) + try: + with open(self._statefile_path, encoding="utf-8") as statefile: + self._state = json.load(statefile) + except (OSError, ValueError, KeyError): + # Explicitly suppressing exceptions, since we don't want to + # error out if the cache file is invalid. + pass + + @property + def key(self) -> str: + return sys.prefix + + def get(self, current_time: datetime.datetime) -> Optional[str]: + """Check if we have a not-outdated version loaded already.""" + if not self._state: + return None + + if "last_check" not in self._state: + return None + + if "pypi_version" not in self._state: + return None + + # Determine if we need to refresh the state + last_check = _convert_date(self._state["last_check"]) + time_since_last_check = current_time - last_check + if time_since_last_check > _WEEK: + return None + + return self._state["pypi_version"] + + def set(self, pypi_version: str, current_time: datetime.datetime) -> None: + # If we do not have a path to cache in, don't bother saving. + if not self._statefile_path: + return + + # Check to make sure that we own the directory + if not check_path_owner(os.path.dirname(self._statefile_path)): + return + + # Now that we've ensured the directory is owned by this user, we'll go + # ahead and make sure that all our directories are created. + ensure_dir(os.path.dirname(self._statefile_path)) + + state = { + # Include the key so it's easy to tell which pip wrote the + # file. + "key": self.key, + "last_check": current_time.isoformat(), + "pypi_version": pypi_version, + } + + text = json.dumps(state, sort_keys=True, separators=(",", ":")) + + with adjacent_tmp_file(self._statefile_path) as f: + f.write(text.encode()) + + try: + # Since we have a prefix-specific state file, we can just + # overwrite whatever is there, no need to check. + replace(f.name, self._statefile_path) + except OSError: + # Best effort. + pass + + +@dataclass +class UpgradePrompt: + old: str + new: str + + def __rich__(self) -> Group: + if WINDOWS: + pip_cmd = f"{get_best_invocation_for_this_python()} -m pip" + else: + pip_cmd = get_best_invocation_for_this_pip() + + notice = "[bold][[reset][blue]notice[reset][bold]][reset]" + return Group( + Text(), + Text.from_markup( + f"{notice} A new release of pip is available: " + f"[red]{self.old}[reset] -> [green]{self.new}[reset]" + ), + Text.from_markup( + f"{notice} To update, run: " + f"[green]{escape(pip_cmd)} install --upgrade pip" + ), + ) + + +def was_installed_by_pip(pkg: str) -> bool: + """Checks whether pkg was installed by pip + + This is used not to display the upgrade message when pip is in fact + installed by system package manager, such as dnf on Fedora. + """ + dist = get_default_environment().get_distribution(pkg) + return dist is not None and "pip" == dist.installer + + +def _get_current_remote_pip_version( + session: PipSession, options: optparse.Values +) -> Optional[str]: + # Lets use PackageFinder to see what the latest pip version is + link_collector = LinkCollector.create( + session, + options=options, + suppress_no_index=True, + ) + + # Pass allow_yanked=False so we don't suggest upgrading to a + # yanked version. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=False, # Explicitly set to False + ) + + finder = PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + best_candidate = finder.find_best_candidate("pip").best_candidate + if best_candidate is None: + return None + + return str(best_candidate.version) + + +def _self_version_check_logic( + *, + state: SelfCheckState, + current_time: datetime.datetime, + local_version: DistributionVersion, + get_remote_version: Callable[[], Optional[str]], +) -> Optional[UpgradePrompt]: + remote_version_str = state.get(current_time) + if remote_version_str is None: + remote_version_str = get_remote_version() + if remote_version_str is None: + logger.debug("No remote pip version found") + return None + state.set(remote_version_str, current_time) + + remote_version = parse_version(remote_version_str) + logger.debug("Remote version of pip: %s", remote_version) + logger.debug("Local version of pip: %s", local_version) + + pip_installed_by_pip = was_installed_by_pip("pip") + logger.debug("Was pip installed by pip? %s", pip_installed_by_pip) + if not pip_installed_by_pip: + return None # Only suggest upgrade if pip is installed by pip. + + local_version_is_older = ( + local_version < remote_version + and local_version.base_version != remote_version.base_version + ) + if local_version_is_older: + return UpgradePrompt(old=str(local_version), new=remote_version_str) + + return None + + +def pip_self_version_check(session: PipSession, options: optparse.Values) -> None: + """Check for an update for pip. + + Limit the frequency of checks to once per week. State is stored either in + the active virtualenv or in the user's USER_CACHE_DIR keyed off the prefix + of the pip script path. + """ + installed_dist = get_default_environment().get_distribution("pip") + if not installed_dist: + return + + try: + upgrade_prompt = _self_version_check_logic( + state=SelfCheckState(cache_dir=options.cache_dir), + current_time=datetime.datetime.now(datetime.timezone.utc), + local_version=installed_dist.version, + get_remote_version=functools.partial( + _get_current_remote_pip_version, session, options + ), + ) + if upgrade_prompt is not None: + logger.warning("%s", upgrade_prompt, extra={"rich": True}) + except Exception: + logger.warning("There was an error checking the latest version of pip.") + logger.debug("See below for error", exc_info=True) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2dd67f924466729940220ed8d3e550d958dfaccb GIT binary patch literal 198 zcmX@j%ge<81UEAxGePuY5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!O4ZNE&rQ`Y%1_b{ zs7%gCEXoZi%FjwoE-BV`&P{R4FG^3<*DFiSE7Q-(Owuo?EXl~vGuAUS(l5>|N!2Y# zOwLYBPc7Cj$Sly0&&(@HEy_#G(Jw8@%qiB72MT1C#K-FuRQ}?y$<0qG%}KQ@Vg=gD S2*kx8#z$sGM#ds$APWFEel?E( literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e9999c2f9f37b16350ee77b63f91678a58af017f GIT binary patch literal 4539 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9643b8195d42566153ca9de3a9a556e408043696 GIT binary patch literal 2216 zcmaJCO>7iZ_|44z%+Bso+^x12iGv`p0y~w;kEJ1sK&&?1+C|oGNG8*r+1=UB&TQU$ z%d(`!N=%>$NsE}YMvX=<5=^*yl#>T9EhT9fdLZgWPbs43t>s%ito#LsS)`*Z(m9>CxGd*EKFfPh$O;9d3*T{BACC;K zdS`ofFZ#>ocHNLxJQae7r*DSQ9~%b^t1+cE4}2z_=Q!L39DGUMKu?%)WS^_^iOBi))3ln;%e1IbSvT`}0~6V_ zSC58G<)Jz)I<|Zk2&Q8bS+jMyVrew*;IgEfgkp2FN*O8nC$lw}5Zp+?plU^`4!U(FdBncK@7A80jjdN*~@C{~>bnN>V***t&z0RcwK`JxO?!g+)-3;Bg3mcP31$EI-OAMW<{i*cnxZ z>batZ%R|^H897Rncgp%n2Nw(_2@20Dpi8NEG3-gczF#3GHTG4s+?ZA{hyr#M)wHRB zZOu}cMWW=KGK4N!sk_0VMpSAM90jAB;3KcWHi;U%-ygjv#_zYq|6LBh@BnfC=v^_= z5CA^=%7ObSV@UKI7to>tjjDt=1_I@!T;PP2DWdDM`xp+PX%OI<0Y4yI0~1_n}@ z^U6~aN92rYSze%;!-s_sVuo8PNh0Dkokl5kd55?@r()Qym{Nz2rv?W`FslyNpC?qK zZh%m4y!msMLk!Hy%ng`?1>W^}9KqEWB!niF&+D$3H!Xw75!OlIFJ|?N*~Qzoz=2$a zZ4y1~L}J?&Jkxh4C@)9brZZESnNwfw|K`XSM}Cam+th2WsbUm=0J0UHBvCK zk#|K67b+SihAY%e+ZA$_>GC#B#N42&>P}8o-Jsqca@^lM$Hi6xh-WP1Ad)_AW`= v7Nl+8zPc#wzAa^bNZ&kj{mf4vF6=vYd*A7w@h`PowfW)Gw?6(P=sEfyH;);$ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e23da2f3ba7ce1375527a2a4761d09af0b4e96d8 GIT binary patch literal 5564 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4c0df3d61eb86efa892e7381a3badc5e1c59d6ff GIT binary patch literal 687 zcmZuvzi-n(6uz_1iB%j_sU2Xd5e!&}96!VcEN$6ZRbnEG<@k=+iS3KdmsGA&DFaI< z*xIops0$3WrsC*GMvNQfuB?|bk0-o5Xh{Jzy%L13SgXX#JiZzfrq zy9nktAvi`1br8eM%5VoWn_G;4JKzm&KX+O41?iB=3fzPC6CwTmgctrW9s2uGp-Nu~ zKTdc&@KwTn7Afw-8I|U|z4G0R+0~@tk9A6XDDJoK-lJuz`0Zg75279~DeRYqX`#3*qKuAInw4~^t39mrS}iI}%P<3t zGE_-a$QGz*f|qvyrs#{e{&MGN=aaYb(c3upu1&WWm6IE%&S`n>-I{KHy|nu3!O^1+ zovXItm)m>FH@{<{0#sRraS-u literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0a31417c24bfdb83fa82f972f4e999ae5d73a0e6 GIT binary patch literal 4189 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 Rj95c$K-ebtiZZ9O{{U`C?}h*X literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b75cb89734129cb2a0c893e89f12575dfec9ab1d GIT binary patch literal 3996 zcmb7HTWk~A89sCICCq%M0tJ|zAL>5%_AjJ z8V>fg+8TNQl4E6&|F} zzGlA@`l%|H=Q)qU97@Ok!iY|#c~?BA+KwB&U^%L3$Xc3nMO{`6Xd{=;PMyARdD;~$ z)q2TEF1jX43@IR0t!pz)wjWNI)z{A+l>8yF-{O^bTe zElti7k3f-V)+nAM*f8gsvh+1m@Sj_zuPX_IGMaj{JrZyS&X*|#tzgq2k}vlip!Ulr zzcqDsYW%1#Bpc5V#*=DP%nyiyXR3@XW&(Des+JQ_mGC9@_&F5}q#&yr9DsKh%3!|) zgG6mm3)3=Kh7`M~5gC+j6M~D5W7$VDnOW5-mS?2Asb{RJC1+q?#@PH$g{-u zq>%Fr8*n32c2v#IZ1E$>s=Co!Q?E1uH}^9ZMxa_i8v`g5{b=%sldEE~Atu-PP}|Uk z5DA4hx=}~>E%8T3>tf#v*oyM33JMD-0(>ui0(i0&Uns9|2B!c#I-5vS5`$x{wzP>U ztvM$e^h;hS3r2nm*wdsq&%J?m=c^~#Xv>MNe_t&zsk~McK@o!+A2hMG1R>(}vW0T; z^)<8^Hs<*)`?izEHayohF}TK8(7aF+=ts_Gusw~g`~U)$=&-osmC`n0u_gw*&xhW? z!8RJHad1A6dbk#{xsTs_1C^ZtH?6i74tRj`-+ROPU9EFLuNDFdO)h{!ttPSnI*ml+ z><;!kXm&n@q~tRmqEqxFw6v`vH_1|Z>j0#%zXigwxS(4ok~qZ z2S1YB$h3!Iwkyo2hAXmIL)+lOYZ2^&LOMa2N4UIcyCMrfu2_PwN10OHutgz|U3H^| zN%cHHnj2|ScLj(RZpgMY)o~;2oJ}k@kvsFGr6gg=g&+7k`$R+1CkWg ze9;Y)s}M(RH)_i|kk*Jh41{v*Wq<<}GcU9FmV;27W5FipBS$*ob_4%1t>%2JGHKQA zY|b=!j4>v1mP~|agnZX|YpF?4VL-Tn8ZyVAqdqn?$aV=IZ{tBJ8jV(b^EemVKG z$(6)~g~_$lz|!pE>}qOXBeidNekFDI(O^9_ws7G|B(*k>evaDP@b!tcU3)*T-KpK5 zSlM;B-mzm158aF0jojbqF1Wp%1x5kQT<);)$DcH|AF3yBhIb%fd>0&%(q; z7!7=NskT^Ko>=KW0M_~>(*M&_pO4=eU)?d<*f9#W`pEwEjArY6S5Os1z@6>k?+kxnrhAw=GqQ1SUP3{Fi}$}=N-xd4P-VB zbp^;ayiCILSWj5+KPBYhhL_uX&GYz|(PKIs)yN5Y0?x7^YCnT&UEnzGDe8WT+Mc4$ zrzrM&wEGzv`5lr#I-%I(aNG6a)!1MoHne6aNL73d)fH literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f35ddfc509b82c6ceba962464d08cdf8c5583135 GIT binary patch literal 7461 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 S8Kxs`Me&XW>obguJ^pX0vs+*Q literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5bd84f9f382868b25dd586b582af30a808e53061 GIT binary patch literal 1167 zcmZ8fy>HV%6uv1|qbWZ1OUKbF9a<))s4v`p?w{z!+ zwDWplkG+uDMa0(`UEJdv%6$9up*{8@wIdM;36(<`7AWfbY>8wop<_^P;0B7g!@zS<03M3j6Kx=xJl#tEmcHe7{C@@i~iwU$g0 zOI%CTRJx>38kMDLWo~iy>fEBjC%KGrH=&Fzbd!ORD22@HCZ3rVm-HQxgq}EID(SQH zJFE&j2wl$Z+d>nkQuX4(4qD3jriW4iqqvEE3(|)S7E2`E8*>C+fOy+?54;)ZHl#DT zO<8-^o5A@$ya(fdQwJ*m!xqzG6)rimkY$vsxJjB>mv7NJZplt0o3a)7kz*r_Y}q7d zUpBGTa8{69C*4=qY4Ylf!eV-F%DcfT!fE;9!t~|Y>y;gEQy5&J43^9xB0mwx@@8FY z1Rm0GP}AmHR>Q>JJPvLnD~_~j&z=eJGSbu)WN7$BIBG0P3w-i zj3O;`Ld|ge7-8RZwPx(Nkw%N7Un5e(R$6i*V^Fn09e9M~KR|YLj6fUw5X+rYPt~=N zu6X#1c%&;H`6Q0Fr+Yc^vm|$Oa<8<%H#EFKxL{5xr8&c}1IsW{fn;#}WlUS19wcR` z+hwR(8LH<*)>daqH!fEySN=By^E8N!Vw{!?!}R?i&i-#?7+4@KoTHGZAW}=(7;QUkrrY9|6EaKf%Pe^1*hgH+H%$b@-08 zcCyoWR{8`^_ZeY~X%`N7b7 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e6f0d65db2664d8257c6b1b41af480aeb72ca2eb GIT binary patch literal 2345 zcmb7F&2JM&6rb7k+G}qhf!GNUXtsPM3&iH*P(kTO8Up2`1`$9dYHMxmalDD`UCoRM zMvjzLl}e=^s4A5pRU$}8r9$c-&|A*E7>q<%DwV2SdUHt*D82N}+MD8#OP{oF-@KVO zZ+6~qfA80I>mmr`N$#>`v?27T82A!s8jB7XH&F&50Z*vK69kV6o&ZsZl9if~A@GLF*iiox>63=!s%IT;*+nz& zDi=ylp146uc!?I%Vu3Fb7&1JIaZooA$Nt3qrg0Us2u572@x=F!AOl}JeBRrU>En58 zEUjN5ltD(FacULE_vtp(lXj8lR#q?CTrV;3HkQWWd|SPsR5K{m2uh{xVirudXYE;D zb_n|kEsC=&k0o+;fh4FsmN-{V=S*5SN9_rc<}5K($Q-xnI7!5>km8jD953ONdCo2# ziXS+bU=}9>j+ve`#|cX~mXke0Z5wSiOBz$q&5(Q?xYIJ}$w1q`@p&<&XoHCQDXJlT&B#bqgsxQO&*LZn*0!O*YUCy;F#PfHbP1nofFgRxl6#V2{f*ZWph-ifG;(PdPY zrqEUSGMd6h;M)7=s8uj&S+@!Rs{$!)ybPYYtw=&*~|_3xKNmrx4650kORoZN}LQ+ zYEw6KcBElME}8jK!)eHF$9S=n64><5YYYC?{Qa_G8FHF(pIuf&KEP%~($4XN5! zmCq|TrXGggSZMF8OR5t6t!LZqBe#xJcfVchIa*aWEoePeZO1}q_p{ip$FaQ+VtZ?` zfv+Ri@%6XrDr)PTNxobPp>;h!oVYt$)%L$Yk`ny`_EO-z%(@`c_uYds`neO-yc`|e zBF}Hepj+T0SjB_SG8i{e7+3{(1c{3jcszXDOYB73k~f&A+L15m1d?CY}tzjuzC z`TQ9Cy#Eh>X^%SMRHRP2ipkQJWklRy!|!S*3yw{B14MzLV`t95uMglEC%gqfGzRgm znobG6NjYwa5+-(bBNosb<7P2U0KmXt!3;^;8Da$JHW9MHp>~=umMWSB!hn1T)rDVs zg#ekTG9a=ENpTNUs9t#3H=t%vJt!;Dr)sR;fj0Nv)^2HY$7-95Y9LmZ6eYUQyZ>?T z@Ppprs=Bql9_`%o<9m1Bs|Geb3g}NZ?yha@pE>m){mZiKZ|{Bv#)@CKcf zii@NIF;v{9cYp?qdAJctsAvS<1|G*Pt49lVrj#e|Qqk_k+1N!;P-KjsqVQ7``5kSq z2PJ$O&*tXXt->M_c0IBIch2SRu{+=Zv)yXQW>m%j7qA_BAi8IIuo8@p!Z*^ycG L+r$!rp_lewXG%o2 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3f40085464986d88acd9985bcc4c4e7e52910e1e GIT binary patch literal 7557 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 Z;RjC6`-EWl>>VM%9h@Efia^As`d{QPm!ALt literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4fce727e7faf416d1ad43240b0a43e5d77bbfee1 GIT binary patch literal 13560 zcmbVzdr(|gn%}**Z@(L8-fw6GNHhqL^|a+#kCB9AEDh3tER8$kX}9`bpiw`Va~nx? zV65?KXVI>`7Kt;$8O<7}oS2EdyV~8^TBj;iv6HFFq*Ar%7FyH3Mu}?Us>J`b3@%Sx zdHud~`vq=KwsNWd&g(npo_o&sK8OEUR^|}!d_47hXuMw#{wo!7k1d%aTvxsVSSvKAD%zJ~K}(J_}MQY>n7_Hj(<8!uE*6=iqrcEJd6?C(oP1 zu1J}$EK=?(k5u?7B5t2MQt7LVRQakR)xK(uV+q$pYJIhlI$vF+-d7)K@HIpleT|VO zUlVV)hMOZTz80Rhghub3_pNHoi;f}~I-!7hahC3r&zOG2OubY=$;oXrv zzCAo&7Ve37eO{g~5BEm;e0`!I394oKd$|QFr0-_4zJ6eID;4jGMul%c5>5$<`-Y%Y zs)O&EvbFn^Dz#dDtPw>8sZyivpRg#kH)P)dRhXX24px*Xy-J;W2zV7rJ@uN9m4+MU z{96yB<Jk7kf-ke$1o1tqpDMYFoa~ zlf2f0+766<&FE7MrxV2`BcJd66z{zYy*pKBzV_R^whOi0MYT^WyYa<))cs12TB#24 zwW6=IDPDZ#u{qJ(_Zba8>J@dn5{L(a;ee*0P9Nbb&D~GE}x&9QN0%3dOQ}@VqsM; z&t?ovO|Q(B$JD5Tu`UrxAy2(^mr)*5wb?M-6%&cN`HXME?G&vQxJR5V`s;Qb^D|mKNFjrG%zoYjGj1qaU7U+ zCx*|B4IdvmKXP`||DEwuew0p*d=D)SHLA@r)vttD!aWn38PH}g&9GQd)wCE37Vlh^ zfQ3yrYHtgwKnxEi7k#EV$!pRZj+s+i3xqUP@q{Kk z2I9HUjLO?Rv0!kPX`YD~^TelAkH$wp!qh;-b9E{dRy|>S6vi9iBaM1x-RAd40}<8l z*ByR;B&N)UDev<8e>fWmXIrd(zY+`j{l5@4=|jF!2B%^Xb&$m_4W63|P6b%x9E(k> z!MHYfJffV8u}O7s;EEc(G8hhB8l0JnPsO4K1|Hi#sD0%|qTAJLK|d!?-Gr=eVQPGqMT1$E z1D+tr_>p+n{9}OI!n_biYCN+76X(Qu9$ORVq_{cPIxog8xqOa^uZe80D9nq~IT4;i zKpM~2O>@y-)U>_TwY`N(6Ver7T=1Gk&z}T0RqWVVMm(xJLRu)Q#RJixs#`&&L=(DM zWh@%gEyE+D7lzL0=HYWA=Z3u!>qZZ@8$hG4^LSVn4N>b4Y5q%`zWi8z)sNmW#s<;m zCEVWuxGtov?$^(ztexqK>MtCEt2$j#^Qp7;R`AY|HD~8N=ebqWpV@z5|E2oZ;Xe=m zYWUxu{_u42(79yKxukrK?~QJX&PMPpqoctbv143;7M8Yda|7VCAYwD(`SzT2ENq59 zzb%EjYvMF*=Z3xiXhtD$h%6Aa91DrZy>y$8HLGaL8BW1dT@Cj^Oy zehO#hKy;1|MpzMu6XG3@8VSV-0R$0J&>^1VXp>$6*#)+u5dtK0!Pw~P2jRq3-C5M& z71=(lq(*y?r4NVEOdZ%ER3E1HQGow0{N}o_RW7vkueA=`c=o>Bv>}(T%T4#>rsZHt z?)Y1|DI=N8yFam&eQK*(x3%4~wXJlfY~3H(+J5tjV|&H_)S5Bm%l$)p#k=xQx$w&- zL_P3N9v@!qzIHBIT4G=OT6xxQqyhq&gNP5RWr5iz# zs;rn*vtmJNRcsTsMPWiz>^I6`w>ea+;#6&lRkgx8aY5_al`_>aUB^e=1~`t)`O2ggF=B@i6Us(EAZQ-#rY>91gAJJ_>niBIBf}kZp!n* zs}OzjQb?FLy)FI`xDGail=vG?w$NCfp}gM7&lH3ohy#6 z=uCh?nQi-?qZt2EEEXoV2?as((L6haLs2k`HWixPf>NOc_X4Yn5{*dMjMMH7F-)q)oO$|@*R`w(og?$S^xBCs% zdxd?ZF_Fr{Csv0BodG(16p#BRihUs3W}yEl2a-@f7LA ztnlWz#bf66V4-VvOli*Km9xT;)?#{o22R(yw{T`NiQW<@l~TNY1rmDuF3Vf_Od=?MUA zHtE~fFW&Yq`R_Tq($%$TXU)2^J>_h_?>T(mc_d>IYUTi)Sk~vpoP3Ggb}k(&MI0k z&70;W@=q3E$1Xr1l(LUl4eFh_zJ;{#{-432{keqxvLeNy(v2r)8YD1RQuGV5B2JTN z+VRXw(Ja48sFG;W1Wz;U1bC_5MX&f~oue~aO zW`B~Wwc~+s*pOM+;;0f}TumGDcdzFXlsH%KhCuTGIY-n*q?{kj5Kx!qp#PZ%);ojN z&Z>W|ygi(s3pC7zG2yR7&v~z%J%y}pF<6B?ivlM}Lq<7_>hlm|T)XM=bSwl@K${7N z;{2svt3k`BsUs1zUbc;Nb&J7Nx=iS72pHT5C$`NCGBOPkjU{N@c>QJS^m70*9vnh# z)6%J>(Urq%HNA`WbVJK}!$7KGV0G^O-T!9bUk$7^j4YO=YdTg&QZ@aH_J@_#iH!I$#ShcJ*3?}RM-4&Cy`xj59ZRNK*?^LWccvDs0l+B9{HFdX7EuFeM zw|?Yw>d5I|pIAHc-H%$vR^!VTR+OK;aIa--t!5lAuV_fx8ve)UCZTm))QGbGt>ijZ zZ}XP3HWV0%UgiPNs}*%30Pm8kPk(l?se>+)&S50VbrXCn-2_+0*oKo-XFn609OL}R zXqEJ`tTqU$;V@h&(O6Mpyr&JNKmvdf7{O2bA;52L2qB?Mrx@OzsNG@8Bc85*^T1kn*%<><6e}wE()4 zbG4tdHS?p!YcY8HMM4P>icK@39hz=7(9WZl6Fz6>tO9fU{S5wzKf42df1=ai?cz;? zk+L1>$21fX40jSpLp9%iYU!z!u6G9C8oYaCt@_DD+lIS--QAgTcdk6M=I&oKr)wHN z7fg1~;)#u_#^ufx`5ot5&Qw$1TGifruD$8{=GV?Ho~5R)f84+3YJX$}?n77eS6UU` z^YT#L(4hEXgE-W0`LMAT`BAT92jem~5cLYbKM;l0z-6h1iBp7;k!E4#1V~@7DFV9) z5KS4(_yXk!%;Tr^0{ouv(A~Bsx20Vbzk50(+svMHeOtyvsrLv^AKGiT%qSbfP-j|{ z{FCRR6;u^F4bKUaf)AVo9 zO4;#nJXx`U1IvFqPS!PX`6{@3;f8zR&}%4OhTzgTj~`_NXS(h5@beeXj-43SEk*2k;C#RU`FHRN=e{y!fd-A&^ z0Pw)k5WMEm^N5*} zol`}@LYeDUF53-asm35)*a2r zKrEIJfN`2Me{zCQlb#h`77J@VFBbdMY^3x!--pOuFcrPcREUAa^D(e^KHfE9%D>O? zESyEyd#0aDxqZd^^H$xwDW13Ga_!jn?6)k)(U&23X;*eU1zQsKoiI(}amNEHGZ)6e zca?Cue>`5gKHiWUtQ5ap{yqq!EZ&;KQOxgIa$@(mdp$QL#U(Li!5|9^od^O}dGx3StswE;Dq?9PFXkRoxPrjK-J>PPWCa zsBD7j%e&v~d!z5|+4~j!Nn3xiq94(z zTZfkquN=DX^rk!Zywm(vbIR4W=-;SrO}pFg?>g|y@BM2n*>QZ!B-NB>1gY$}_^_%Y zS-C5@YbaT9Y|~6NsIMvCvI)K4LZA04)_R@*dT;s7XJJm(H{ZUzbQ$r5I`87CbYts! zG_irUwHbn{2a3U9i)kre&g7vFi|trzZ9@84+YST)~o8CV)l z*EZk&!O{=jzWUBfZ@qM{_As^B?zcR4Yd9mD?A>XX`?WJS&#b%JF!SZa-Df^Hlsxxb z($)62t_#1}sA%|H5INGit0m=XS-$X*t1Dwdm7)Is-Q(>i8iZdpG@UqP`qe=ZaGN|N z>gMwBBV@SF!HODBDOs44E+p@ogzrPbEJ*NYCHB<3iG2&)kmZ)#7?hSW6$^fKDT5Fv z4Rvv6ZVdR-c}d6|U-xt&3CTR+4-c<(6np6u;Y>V6ZYTo4SEtlyF1khxI2)ytG75o^ zyQ$%vCL3BF82yZ-r`HZ|Wlqy=baE1k!l8K)wQL4}G&-F*@#6sF_~j{T`&|Gi(x)lU zX}_Cty9o>d>WeK;MN~}_61V;&Sds`cBe-lP`qCSZsT5Eikry~d>4T_bL{ZHC*o+#*vDwq;V^B3QODDwy@*EgC@FTsuQCXX7dW+)FBCU4g8* z#`{v96A9_+ou>(N0wc2+Ccvim^!;^Rxskcs;3Z_L}(|B0}Pm!Umtn-=9)zsX?E z&*UJGX(rQ1cRnD);@M}LFQaZeJ6FjtCW0P#f%N5 z3P0HKmLpXpyzD!PgL|;#X0U=};?nA$Qr#{BodmiF{4@vt1{rMtfG9;YH!lY>0+JPF zlah=@H1`#vLMYrlxP^wSK%r5-nTWOv6d%Y)l}jCfQ($PqILVSBY^+?^*dT1odNmBL z@T{UDWQIdhgOU>8b&&0pKRWUl)i@r&xe=5X;cM9g8{BzdF`NoP849~=W7!+AV+Wh&!2jFSAdV2b_#xYFewOx9X(Q&B&LdK0fN9>bC!E}sD|%r-^- z8g2=-0^HreHD7MR`-;cSE0_GRaCD>YqS==aj>WFq_o|Ua75!!+9~h_x81IID5rENyCx;2Q|Y>clk{!v-A4PQXtWmf zwky01VU69qbr1Sl(YJ?>ZBe{R3vL4Tp?2>bdEPqjRQmBP1IpmMEhL6SW#1iZ!St9n zL25mgh#rqcCqk3B^`&{>C3-X!B4>7H$B_>mEE?z6#$l&%bi~vj&f+v420YAkLNN|{ z_Id&umt1r$itdYC34~`=XpGL zZoc8xgFG^N@~q+Il7pLY;~L7*!9m#m1BRKuqXrRW=-odAD)$3WOzguIp@IAjtpR>R zYalz{fl>y3;?QsF@s0Kq-phk(Gk7^f>5DXn@>~oW6NxcRugaAR_v&<8PX3%s^!~ON zZ&$uv=_{$n%MFc0dG2cr<${Tj5vj{$87An0+BbfF326?i8H>ynlOMM#qS#eUuLE_& z5hlO^Qp{g8_o^Ibp)TRoi(ac1JDgX+Qs4`VfH zE7_kB_!9zzj|c{tD~P?&MNK1!Nh_~g4Mn8s`Kttsy+ghJw9t$FIaTnDic;<`2>c}h z+P8#xHa^k+IJ=8{_BFhNZX?~m?QWYI4aO8YXE!TqI55XMBdYo$jj>AL7XufjYl5zv%kZRlV-=q+FhrmNnPF^Qg=i%mCOtCt>`B)8@IGYEv4UB5s2-Qj&yW^Jj;R0(Z+z5%iQkb%`%m8mNpEPolJ64sVuJsWqgT9c0*Pwv5P3_lu?hDEz$%XCUK zTQXyk;A+4DwPB%(Tt#`0>kcpmU3!aAB|bMplu1U45yc_H&WPfW*=7WAh`9BJBB3z=Av`sZ)gnbl zfINQerhb(K$UD_rzSghkbcoThLy4iYU&qKqD$$%hfHh8R>%R5^9^~fn=xpEI#ptZs zC5AMF6P-cmO?-eIIKfy1kq+asaC<2PMa7*Cx*->f8rPbP1==x8B%}q6;E6dL3kJf* zy~z*pTJ|ylI^fXDjvEfpF}BF!->nW%2pf{5Sn;Wo_3TAJ?=d+xD&1JeCwHw=5>nwmi2bAj!BK;&;WB z^Q---?#D9%72aPk(&Tra+vF7x0g`K7Y)Xkuk0htK`_}P{fMms<>^++DJoz~lHcf)m zoT1iCizq&}jC&kNwru;v#^w6;#@eH$_7&^8XJ5**Z{2eu5Y&CB$7ZX5EAc)urYe^Fd#6<#+FUXMP&*VsH)_w5+GUF zvfDG3+U}+pdxv68ujLuZHXv4sU(8hs{EY3BuDYSWDGYh*%wuH70Yz=K2*v8&VMz)7`4D4WG&qzmT=fF-D z_KrLhdU)Vro;$@!rGLT?>@sn(<@5{2K;(RR_XoW8HqePQEmB$by-Qv#H_P2i@mcPc zmkyaJG|+?CUizoM@4@?C{58pYSxVg>GSQpn4(yYc$u)Ad+-0Js zQO{#}?@f3=Dj$_rUFD_Kat&HnEj7zNxkv8S`ytBvSzf2q@``ofnAU#uT9ACm+b@l= zHmspuA=WCbeZ?~HxYUaGb@ECL#`>2wq*K*MXSl4e?TkTrcg!SeMJ9?3Z|qCc`!K{vq`Kq;!^*^f1OngUK$$2K3Si z`+zg7c0qas^+?ig^rVw|gOaRL7vki+wshltNb12D_UhwkmG&U+l!@ERNqb-6qkZ~d$Vgd>jw9uXEtvm`eY3&-RM&h z?ZcQH$NO{oJK^7xcvqySQ0f5Y=H630%BnNwU*0U-EAP|cZIzxzo@ic~&)_|lZ3&|Y zDES0p$5_eKK8#mEE45VG2x{XlNZ&w?vw99{+aTW0<-I?P_w$lpZe?&0q?33bXX6*Z z_(>m_v|$>UkYom>36wE}G|%g0(EBO8PfEjtRg8WF@qR%%FP(<}0?IuMN^}O{7o~BA zJtGW50Ta+Zt+iGu1jtWGVPjq(R|7%KpmI7^Mo`L2(kP(X1*oE2if6gHScssqQf6Vp z&(`o9^1jS^rl4n0xh;#C-yG+C6ThO4_W5|#HtJVmLH`JX_G2+67(TWCu+OZzhJqt8 zSsC(=L}k?+lV#O45gZ*HiG)wd(HIg7NBps2pGkG^84Cwu!AQ7&d{kCT`W1gbKIspf zp;uq2YVHh=tM;y7*sqN5Kdjoj{Uam(lOwX~>5hbB^7+^yf7pLYR#c%U7>KEky>eJq z{IQ6l+V`V=mQ)K-oNzE0jj8s-qg0`PM78##1QcuO9~(uP0&9bf+$a2sYI!`2WU3JG zvlhFK%Fm4j6*(k_sRPwrW5E%r3r&^7(!NOK3^h$w(07X>$CPokG#ZPH4*G}Cj6q2r z@sF#{bN*m#a42|QmQa9eaPX|GL{Y`yAOWH~5(@dlQm>+*rS-k%kq>Pg8P|F!^@h&| zl}K2xeaR^~HW>1sjwpknU>L4m6w0+7-{04B`1mmdYm~8Y7(+5R7M9Qo6c8KpkI3P( zKCfz3LNNv7;+BHZQM7Jw6a%6<3HD>7gHljY&Hm^a)sBxr0yKs+qJ;dh!Dw(oR?CCY z!C*KV(}#nl_n;ji{|G*7W!V%t><`IN)lQ8aRU)TUZ@@nq8&hOyFdCC0V=>h!hog9B z`6~h2$XR*NKNcGv98w~o!7*h-tqBavfir_>fesIJn}%FcMWDb?@DvqSd@NMHAKjEu zVK|^oOw9!s$kFTs6 zFgRGF5crdvQPKtQnK8HV=`C=YlN?+j<~8DswE?k~@7j)WK5O5EsjY277!8h!6IPLc zElxPZmeKLpa3m~#&ij0J)f9=U0>cX7bR-y7Z9obdP}M#NBp#6m2UVN@WRy}UBC1jv z;Sge@)WOj+r)W^4#N~;f``d>jA-P?NoNPZb9vJp3p(9Gb><+q*;3o``ZvZf`pa z#B3i4o^01zv8ipt#`Y+1Z`~+x5+fdMN5SntI}H=s$6~>eXnQCa4YZApt6qj=s9B#0 zN+)VQh`;EQaHhCh<&~G4FEw9oz0`VDdHdXzb8o+R<;CxvPp{a1t?9auF7KT>U?ge3 z)IPg5UEVfz;C4ybn``6C5<|03&mNjzdSmC&^v?cd$K%PzpGdlnCxzp8Q8uS~N5_q7 z(Y&EZTR>-S=_^MF#L(>z5dgYnzvYHd;?Dr}l&VQ=O^SV=z~)9WO`xQS5{|pTg)54s zLMc5c#e!1I5?_mSF{+n6l7QND^acW0{O8dOr-%o$2q24zelbQ=P>c+T0C7}Qeq30}F#cBrbwX$M056D=Ugx8BxSO zsu1-?N990pXj}|OM7=d_V*fBcvE~Q-VR6`hRu=u?aZziV(ISl$6f{9gAhL#w!6EV4 zMeTi73`S8=cpX*VmTk@9*s!de3r6KufQjf!k&IZ^hW%LXB(WvfCbzNX`?Ml{MZ@Cb z6&jB|)%Aq74D1KyU?DK0O-iknpc|exg_PY0s?|9Xt9PB@o3aldk5SqqaHhC>)tucm z{YctYm+*gVTd`nYlIVQbJbO4TZcf#2z9yvV9!l9Cn(^LpxTgoxj%Bm_$BvZ?wZ6HA zxedwMb<^HYUEX*};>EP9Jt?#+T_{xPfK!0h0wSm%cW=SDjD1WFC5zF~9J2G=IN!*{ zC_j6eIOWj`{3L(cYQ*IHST^o-mV)NKp4moJ=YctyWFVJ|LM$i$GWQfF+y(vxew@#R zw3u`JIqtmqDefHaGfjw*XdBVFwvhjfOk_2@^z-4YINUVde}W5bc9A#bpGG zrTmuNdC@iFiuZhCU;5cCSNX3wv!(pD%YAX%%(ge>%OjUYK6W+CKKI_acg}r()eqV~ zZ2!2qbHQD9&&;)S@i$xzf0wZ!!{^aT6!~&h4VQ3qt~I~2vvaliqtzA!1BlN)S*rDa zA&L!e_EWLpExJs8>EKB`F`*ym)bIipG|6<9Q!4U?yvV@O^7dWRF{D1m0g1B9Ud&@O zFIH-VhRi@MGmk+Y7qWwC>0{Flg9-*L zN-OPXEptW@hz`QRXq#-7l3U)gi|1y}-SnYg ztL0Yp(#zpX;bhgS+2hHIbxHTS+Z9Wu4}5mZU3+!^yAw&*#$R*1rDVbGUT~FWEC_xc ztw9|xcUn7L+(!%sGrWU2fEn^Ci<62n>~)Sd|fXy4nck{7G)o zoGTL~jQa}d%|;t2y-(a;SN# zP0tx65>1P*Mwcit%R%zIs0?R{yW{5URkuo4Oj{Og?x_p6O2ui*t*ZKaR?boK`r~hI zxw(;8rmPWi*z_b~r9*@IuaI*Ef7wDE+G6QPoGJ`~1yJpn6l{^s&I~Gq8bKp@ zcbLtL2QHqxK_^dBXBRyegh?SckBTjn6R0J+v7nahY|0fj$v?0hz&nT24$cHRJeh49 zE$lJyr`j`Vx_@3qt&^r_(C-VD3#JPe*>VacqbA{N;X6$nVauA#Ba6r? zt{Zw5yc{cOjktfvNDO9CfhaK&9vKHuDTl>itQow5f?bR_G~z!+++D6QD+u!pf`gzeWea{*rv{7*MS0+YgQp-184&~6c+*y0+q&tUX=!U~Bd(l?$-@Rw zc~&nwHtdg4^%&CccrnbeLlO!++Ydt$5dMs zqK60s3I{OIkopYnKYnz7f3Io@3?o`~2BSeBbS>Bu~Z=SYgoSeJj&Hl?L zE}Z}mlo6bcs#|W)#eFmT;{Azj@AkiU;++$zx{Wv7n=($Jr0OT7mGS;JoeQPa_w1az zIzIev$qiTA!qSy9o@su1d;GDV2#)EdxDX%yL|F0JJs%4HHD|JTe_{7zEb#yC-g2(8 z4ofR5Dr1KKclW$p=@LXa%6{T5MUx+=^+ zEa%Csc62qEf4Gt-ca@`SgZYQ+dAJ3PHo=9_irtJ>?J1fgyVe@1@`Vc@ zpiX*-KRfNv!uf6<(_e(57=nifv^mSgK4W5;w4CQs%mw47cGKLw7O{QNwg|A_excycU%slOWgE36a5lmJP0#Jy+If+dw z%$w0jG#Z3Fvh8yodjM^k=qw{`)gU^Qm0hS@bzAo4 zukzQdX1pup{2%mT2oAP&Rt`7~X8)$EF6FAb+V%F{D|_EQeC6<5Pr80X+O=`2XTj!r z^~IN7d{enRerf!T=ifd0-tl*izxVVzPp6iwzhT?3;4P2$Uv0d4^6lW2;9Fa84ieeV6a*H0~qYB1$ z>!eBInN$NM=J-CW2|DJnvHN}0#J|4Ps2zAj7cVnxF(e?d`S`XHWHia5OSmpDOK1VU? zF~#7yzKO3YA66YC-VBp0coEOlLfOgr5BQ4?zyS>ebLE`sTqv!W+JDRGzSum|e6ek& zEm4sezp~EN{Eo`rLj6sG;e=|fp=Z+z*@BT1oF z8+scgwoypiz?L$i9W9OraWv)Yh)yB)G#MPk=^~WJpcp;e3D6VTBTVvVF*9DbPnrTI z9y3_rVp%%GxDOpqX>RwaWk>cO8Dx9%V}qUD{reC1sgQPQ%a;uTMv|ecW=ufU!X(>@ z4;}HDm2bgQUW21r{Y)PbC3H8|BGn67IFo8a5KW_~yg^Cv7u^F#lP<2gwB~Z#rMBeC z&GRSI+EN7|Fbv@>3Dh`3n=KR?%l;gQi;80Al)q*Bw|Enp<_~Z zqKgHS(w;3Ye_FE1%N){2M*VQ6xZ6(GEeJeqH|*lAikifdH+D_i7b@y5@4B=rUD0^6 z!k4P>r7PAV(p8bzmU1=Ra+hUHd|B1ctLiR2k=QpYy%&5ZIB!d@-kz@7@f(Y|!~^cK zvVQt-riyd9@1LdAB8EMLipAyoe4ZpehdZEH{6syC4RId&M9UwUHb@Ex(UpHn&Sg0H zbHYJ1Nt+Gt;L~UHxe^X$gHRFQdqb$dd!5 zb3(WbE+DHi(e`!VC1MJcnZ!jPfKB8EA1N}JR$OdZZ|orZ=^JA~L1h(LY#wiJg(FAF zi!lc&$d82K(&n*wL-S6(94#Z`Mp$M_(j1PEJH#B)!BZeIMDHy3`sOxKWaK_7K0&;1 zFYOtz5oE1oX@ts`3+mBYT}=g!M#r+hv~UvPJqSC`N3zPLO1OQ86KxoyMHgjqb) z6)eS$0iiQpQ0lTiLA+?j90V-CUkFQOE#8?^Nl+v?7ldLq_w@50+iDlemn2qSYMb4R zz4e?qS=Kt&o%F6x+Se~QJn^L;J8Ey0SHGdTc)1w@3tclkro=AF|lJ+JI@`4gMR|t68MY4JO4BAD2@8K@;0n;fiU^-C; zjxbL@nwy_FWfE3IePuU*cgghnG6B0kEJ7~rJHgqabD@vCiY-g zQoM9C*7E$80xK`@lDXKLomVc=DE6H87@?dGxtQ6Iiy3`6U6%W9gbW&nem;bL3Q(m9 zljb3y3-QYV(*?-R^pGhVLL4~0YezNZrC%HYQ%idvZT%$%js}Jii`>URWMnK97Rdkv zk|8HaYW9F?$mjhbD2_Wiw5VOXc8O4mjA6elw>$L@o(-LD^ev*OKTiN-gUeNwU_={`8s3uj@^qd#^ZxE7s0 zcJaxXC*KTQZG78z#W#CwZdJN^eY#}B&64e@lI@?AbR^veD8m6Lb>ge0A4&>K{`S{4 z&b{$(Rrf*s9f+2qRevCMtq{I1b~Onf)jrbY6AI{CR;ct4n`U2UBX1yO6x!1Vc)coAko0@t8QWO)Tg>(3uo~Y$=)9Y(}Sg+HcEN&g8;15 zAaA8LbaWi5KeBmgi$y{s#0OwgG&Tz5<0IO{*$;72VH$0(*$UPi#j=u*^d1qnY}h6m zMTuEU1o50Kj=&6!rZAgSn78sNe_&jzCWb{bD#Ff-q#Y;6#h^r%9Yf>PGNT=B;&EAo z@VYq$DKU($7+VUao)xDh3JjeRPs#!R7&eMykn=Lxn4t?d%Auw*5xD;>gvd0HSV?-@ zS!sIvqu6^42Lr>5?eUM0?0j4dK;90UE@~z1C>FtlwM^qh_DpyRKlV@9jW+0eeogdZ z2}Vg_X$?k6q|fMp@-h%BkGD`-@y?ueG^;f|?7dQ5;CAuhnTHdVH(bjXyp^}G)japo zIofKzdGhk9OQ%TjKD#;T+mWvBxMAD5;H~(ABy+Xt>diN7U_~l0arFg|S_IuHh)#i^ zg_giZ{M{w#;Q@}vQt0>sCN{STqzxs_#!1s3^Ot#^dwuDjnVJ2lX9Dw8# zbYAkupx+>~FHOy{j%hX`Cka2rF<{1s*n4;nM4Hf8)2LuG_9Ft&{|Sc#{bS)Xg#r>6 zrNSniJ}CbVsdf<j0#t(Ea%CL&__s{* z^>W=ZUM(Q7eK`d0p0g zNWwkMul`k7H#6d#9XL!m0`HiOU;#<}K-Nu@CSu9JbhRENC8A+aWSG~siZC7l-$b8=hQu~#3$SgB zOb8VE)!+ZaKl}qkW~u|CnIMJ)gRq8bWP2t%ba+g$fJsWbAypu273G@<7R*sC3*~!) zMx_q{Y^qC_-YjiMl{U<7PM5a4w128+x{;I!5T<=|@}{jmWdp~4!`8ImDUWZAZ<-D! z8fPNYW{|LWcl_w|I8z(ME2eiOg-VU0nIj`mZG`1>1+!K_ZERd#_`0(;3uiV~rVHjt zld^TvtZaV33@Wnz=adW4s@#67nBqK_5+a=JTs&PwVU;h6Mp|@Ndy3&*F&tZji(3C` z(Z3}HYWrdvg{&Z#)aUdMYH(rz*>k@N9jcFQ1`g^b+ATf}|1>o?DY2mpq1D|VP@v%w zCHZU+D+kttJgX>$SYPE2$$6BV({NOQwB@Q()0$(^jWR7Uq`fyO$pT9e084UpfBv zH?DkRuII+G4Os)Z8}_B23eHy#ymTOLjvu=rEd8{s;)}}2n9PncQWhVYIh1Jn#JwV8 z;mWF}VxK`gf1g5^?1z3>Q`NPe`{8;=*F)wX?&RSXP#{`y7^V*+kWYb(jT&2_xzm(p z(UWHYMf^E?ieaTeaSR`H#WeBvY#q>dbWEfa1VgFwq{N~Hv2`1V9it-S2tq4q{m;qG z5I5k@Mq>s0!SAgC zyp$KoVapFQd$MZ1UCiyNcAQ^eEmUqJ!ziH}We2*IbMB@au2qaj^OBtL>aOoK{>wG* zuSwT!NxQZtg{?Z73q?;cL%>4u1tBz1oV)AcDiGdF?> zuyrJIiXCbpV{$CAzd%{ae}a?0$f|B;S275Oo)jYg6`zT=Mk^42Ldrn@q)-=^ZU}YS zQi*Tb$6$@_?nBgNPUh$+?11TUPBzPe#6N^s*&^{WmN1FK!6kFvAv3FNlT5N5N0o%U zSjV^p^1+g0I9TEj9asFLFmX{`WVC|w9u%i+MWF@j0*O=DY-wPPAcG=fp3wR^X(CQs zdq|zZ46-22B6&ZI6U~8M@Y1KCzckpsV(o*9}vvQ^lys$g{SN_ z8EaeZs%i7mX!ZaN$l9IVI*VYnpA}vr`g1HQD`?g zzcieesde3W`vY#FY)M*Ja@$f03TvsD9m>F5xnh0=SuI!GHFH*IT@Zrg*6M-&#o|je zlC7$bK6&m?1nUedT6JmT$of=3ZE3DG;_oiCK-(wfR`i@v9I%Qo4G+YC2I6!1-*aYV z#mroCdn`jF#}`<<=a*#E^v5RJgB7n0Bb1bO)kK=d)m| z!cM|rTdwV$7ag@~$BC<8m|WP0v894pgvI30XhiWVL0GIoeKCULcN#s$QUOaanzZ7Y zJm9a81N6vBtKdP_jY&U<@ZbmqO@7agO zoBrw}k(O@l(3~!31=qxu!$srV;uEoW8Yzjl(jTT_ zZD}5sp~r95)CWbfvn4yN{F+2DN6+ey7 zVlqODrb5m;G;m%7v=zB7u|4f-N(!3R;A??ZWNkkt%h(AQoIz~S59P3?VQwfSS6I}r z!h?&H$c#jPme)v_5f(NQ7GF3oNRE&%nODnV<=8HnW9K>RL!p?DQOJycI;z{!xrq`X& zBUmobyM?T?h!eN2aIhjq$9}B}Y4#Kg9MvKtGmNIr$m6PoVI-YMU==Jj z7*z#ItCS<#U*JzS2e{=feX}Ay@NU(+(YcO4eKEaqTe@s}%H4IX7tU1gLhFWqdEos6 z9~`>r>9}$_5t!XFJr)nlOe8%WQ+rdMj)fJgA!&EkrAV9Zjaw6@L~q*FkQ5sJ_O6BV z?qnK*zbffmj;;+ypjZ%y?iH{&1S$HvOCm;a4Ez*yMaQ6ln&hBowrbWmIMre%Ei_bw zUtBEBKsAK#O7)q%Za%d~3MO2aIIgf?`)Fq1)`UxPqVU3`uV>L)ThbddEduQ=)K zB77_P>Fj8KYGxBmDV^7nhNe%;eJK%_?+LZEFlQh zz?m?2w6{avX$eFi0L6M!OJC~X6s$8<8tia1Sv#Yw15re}A5q%QED$}fPQEl5?@rrl z5}hC0md!TKJ&|hIbj^HyYij%c+ZC1ZC*u1Oo$+Nb4f9k^KN&xks7~0E50Y!qemkFB zyoF4Q#z8gHS#T>$Ar zv>1yAb_M{aq*d%XKt1>q)HlQH>FFOr}n@okJ*y!dHcYX14&nNQfR)P z~B z1;`PR6Xv$rQ7v{>vKYaK3K?ythva21t@s)xWTi{M5IV4dKC{ucPK>hAKSJZjjA+TU zL_aP;xIpLl!Srb=Wjg1e>l=)@n1?&j4zWdxZWUWd+Dzl$3c9A55&85bT3L?Hyl?93 zW40!JY$Ahqgf5pZDbVCm4M?Ii!clEw;pfI8F&V-qhC%{0NHvX~Qw6G`Q1+x&voi87 zAJ8ZEdKC3j{6*gc5J4U3pEQ0PA@Yc6+O>c9%KAziU*#y%~~oWxnZMCJ6!Y2j0#;X^YI-E^%;xmG{~ z?pj5r+>WUivN*dkRkCunAziX++H@O+q&b24iw@v=Zn1$+(`W zrI?UOgTBV$Hmt$Zz$8|%#MhLfMeGk)xy0w&0&;GeU@yse=!qUOQgtb6I!Xzb!o)!%`HTtHs<0CfO zI>HxHxDp7|V6177xGhNf8UCWrGK_?hQrtQ}lwR>Lc$BF~ zGzNw(O4C_yNdcEboGK%d)I%U0UbUx~Eab}t;1^5~13~mtjL3a}(&-^`R!lTHiJK3| zT(J1Eh1g=Eds8v{n<2{u;Q_rUVvRE?WLs#Nw8Tgl#~yHb+2w$dPqY6hx`O*|G>|e= z8+`+A@Of+^VBOPkeKGhoi-4>!6}lsm*c0W|Cyz#t3FGO5pJ6vMk;pc1p4fRF-R zqrEDz{^EKD0Hk1bWY4*2Wf)a3lK=x^Iud3}*r0QF!~?0WKE^8d)0GfDXWpzMK0{kA zvh1C1BY@2sZtbxTDgIM*$&Tto%CWGX7G;8Qp=qFOg##`hUsbmT=t0&>mSIp+u|uLq z^^g#s2$I2fdj_-Jr@L*GP88)vd!wUB2xg^*bC+xDfS3Z?Qo+`NpHwu?_PlrCodfBL z^-~9Lmsek2dueTAa<22ri}S({93MKaZT>eMf7x+8_BR(kx{xe;eCp9##%j_4>*m>x zw5tuPiOc(DWjr+dOuB3%PK76hjrXq`G=13=UM!)=@tB4XlV{WnyLf_Pp5zj@8bNYk zP^un$6sdnDtbey$D`!`yUB0BCiS`NvdD+Tqk+%4vHN@wtCnBhHFRI)#SV$@N;CmC* zU#ivbUYb~)cCSq4?1l@Pkmd8X-`9lPT4-#xHJ*;Sq^kqDg3%pqMfiz7WH_wxMSh0m zFu}yVB{Dcw7{%!`3d$4kBXGer0U5NV4hJqMR-f_uTmo~11cSPn4P#MSvxO98mskVd zH!%cLXcVygXf%9rLE0{d*}PEqbGTZY#}Daf&ZOpqw~wO47J_RtgDX~`maX%FzuK8@ z-kTC2rm4IXj-O4$7F>0SCuaMTUohfXaJPH~aBEZ@;Dz#10}CijAOf)>2v-(-%?9tt z)_$@;-`%XUq*5C*KUVgk?Z8`tMjqZO8_@>lY^HwE1psXG;I2(HUVT38T07U7a5zQBB;+2(7X3YZ^A~m|3=0#6)PV$F7uUhC+y~94zdDiu1Qd(sM*z`O>NnP!&DL zik@~TzUGtCc=3~Or(5j1QI9bd*`(`u5IE66#0QwBI_nhr05 za{YZ!&MR1SI{Mmn?fhnNMRP^mArOz;%okT-gULoebMw$%-(xk}PaP z*ecnfu`@$sCrA#wJH`bliJbd_66^r!7CgvpuUk|n0A>&xC+K=q?z8cv7^ zkR)r8%U93gO~(K(r_59yN1Q?yC)mp0LB3o>A(sn{m8L70sK_;|&4}DbK-I|jLUsML z@VaZEMw}MDUGgOpQfp=L8@1lTi7F;zGxtrnAIepTyU%uE)L*5BX5i$}2-2wmIh4V{ zMJ?1K4^j&?MdCu)va5mFrniEL6LTw*-qxhO_5NlOsMrM47CcB15V82t7d#Lwg5Z5E zvJH}g6AdcQ^#CAaafhir#O=ba-&=9UoA)wEDigDrPy<;CY`o=?bck6al^dDkTEYgqrm5dIpu zl)L2IBZm$5lhl-_$@vC3WbFe}DmrZ9r}qdY>>_73IsFtz&R%N8UPQfudwWclm5C^h z8d_G)1(-K4-KDpTowuw@G{R=lvMyugEz1%W6ke9GTPys&3(#7YT*euz-KBB9u=66(avF*YYb|3^b)=iJEN;zZnY_(76NrtWB#|Wvh?OIGxyTl3(IdfbT^uQk0_A)X*Nb+4>A00xT{N(KQgR82! zFf8Gyi>BH+rv8Yil}!ah^ z-%*CIgsIAvAi}DJT?Gq|?t)dCsGc3$|+0&SeD}I zOp>}r)mp80gYeD`f}tMN`ZP!ePcGPX4(d%=BtUI}l?VZyW}C)-=7SpdSYZRhK&^yP zp-i**KcE#5sd_kvXTe$Wdf=vKdCIf=rl%?8X-bx?O4?T!i=KV#-RRBcZK>vMH=7?$ zH9wqOy(?*dBx4iGtW*1O5XVvdvHi$ZXzq`^d-A!y2u%Do@AE?l->vM1`&rK@nRyu@?YEYRU{0f);iC`zN0=vVg13dVkksC-Ik zC}VMs1S|K20*4Kr%%9jpoDzvDXJf$UHYOYxASMGe6nQZbdiajOZzep zJLmt_&CZaV8-^v33}a>pe*$9)EK4DC%H3s5LM*!cLc8l&H)1hvK!WWdWqbD7-Y5He zkM?yQJowbQL!Et{dwYAHeHJr>BGk2 z7#cxW3c$pPj`_fLXnYaFrdGq`lSUuevC+uhf1uDsxZfcNHlhp|#AD00V`fJJ$M(dJ zUEAJ0_TE$PJau!`mei^(=~dg3!ZrpI)o~J<_%rt%+sW>l{}T$!pX|lJV{{QpLApyP zYwMAJ&}|D&bmr}cp$hz7R*sB2QdU9|ZkaUah{2@AnE32Y9g>n0BfIFyrNSYhMggX5 zSh?}f*irM4pKE7G8@UbO7|)sL7EK=ijClQORLjH`T^iE@n_Wn=v=w&<{b5ZyQxXZ;+Ki#|FE{A>Csy9xj+~V|} z1$PO%Y3%WDAHHM3_urb43)>HO$@CCA81Y-jqKMCkBV<5~Me&QsfPWlLul?bHny1>8K30{_(fEE?k?Gjs} z>s!U>1{i>~L~*N8bQ240MraE{25SRzWr5nx4%=chUjcaYs1)h6g6yhf$uJQ3bHL?_@~9z9YLU%Aa71 zlrj9oJFM@I)BQI%T!}k=!6CBCz96%WK{*Ld5i1vN=Yzh2gt^)s4n`EoaM=wHdW3dw zHJz!`_)3ClwxAXeqKJg0irGK4Y*_E}iR%FG_2Ncxv$$2J@;xIx?`ZV|VMJ6PL5 zbQ$kwZnDd~m+ML~8P5b)?PcTb|US1}ld?Ku6M4QR;{T{1<|C{PvI zA`8UEOBRHzl9j^j-DZ3la!+$Zykvi+WWdHssF57V>BM)tEXWAUPOS|62P#b2GF(O( zl3Nyr?5vy;l;c7>mP($lSPJE}vbOO&SR1}dFWlMw39J=m$nE*sxyzB; z`?YgdAa^N)K&|BZitwwH%ktn~g%ZmDQ6*HPgo$kwbQ~UcKsGOFW7c@gnq#RJ33s12Lo7E z;~)&P=?4L#YB^2__{m-)mqBd|T$l4fxI&bP5U0hnQ+ z3ON$3iFl5YF%SfYR|s_f6b|Si11*dAV}hkiLk!lP_pKWA6O=rgM>Pd-5fP$t>RKJt z-$mp^>jOcZSHs^Bw8`=e(1xXur~GEgid4ypn~oJy{3n3bW`SY>5W*X3zVAhE;58<`9ZT zHAny6BhWqkK+t_zJ^uxOyz4`$G)t{tgkYNpy*A~e7qVra|33kb%^GD6fH8PKoq*AB ze0^B4V*eXDt-OzNv>Eol8U!o8U|fwkQVa@oOk-mA*Top4_tmPT#C`xk)4{WObqJlH1S$cC||FP@qD%1LW% zt{^2hN3;8F9rHdUn0G!9<`1g(w*+)LGy0|L>9&Ox8y4!9FVwHi*tpW|cR7I;R7hn1 zSF8&2MIqeyB|SATO!-&Hdf!sB8@S(yfIFMohvXkCBD;jlPwFRjm5;G^i;hS{ds=v?o7<9zH|_lM*2ZK>AIWOHY# zp)0ktJ7c3%c5d0K*<)7@WhgJIc9#6cMWK3D=pCEYvX5s)Qs66;$&%Tr7zYbh|Bq-~ z4R?rtjK5dz0(-rdsx;R_xEPM7JSI3(PG2 zjfHXme7~pcfck@LKfveJet^%EYY-8e?l@c+u6kVb0RJn1mQvZd+T|I_rwwA(Z-p63^Yb!UWK-;xIzzy`J#%0(l{x?iU?{3qYq@6 zqLBuYCMk?Glv1dS9MUaoM1qkJGOJO@C{H0Ju|oE#8XX}~qS^qBV;g>e586cqt*0Lg zL^W-Bc3DvcS4VPcT|q+Qt~JOLBDl1wo>Elir@)o${y-3#gk@CUa&lIX^B6fI9JPie zXW9h(DhHIz`Y&BXH7#ocrCCy#hHjl8abi?yq_4GwU)gUO(pd#SlId~P<;4=@Zs}mE zB^7o+U@vfZ-vR#UAiF$5Bg&tm4uv+P$^_MB!yVi7Gjqznrl>vSyh_e?47M^vp;P2^ zlCzJT4dk?w!^rV!3Q6S1-jHS-OsthKjRS7_A{>g*FvewG-b;)an8EwB{vK>G zrz{z(z(2{8H5B<7Pbt5it((#LmiG^5IJ{oBTo3$cQ}W2M>!H-{{<{>FS#9IXfpmcg6D7kHU!fnP~YfH${&zWe=$S@7C1 z0_n<($D%b59yJhNrqs>X$15@%JZ%tJa2{iTn9OoBUrTkvqq^Z`+-ANh(MVBEvj8!? zjJt&25#N;I;3YQQB`+h|`Bm{TYTBw?22V%l=gRqj%{;rryJsQAglWQ{e$yS2o@hx2D9ccg%Laa=}@iVSep0=HIq> za9mr0veql6EGzF?kmgRclW$0%d+_E3=3O`6rMFD2m9L^k!%J+zS-rq)&6P(8yj7WU z)J8C&CLjehVYAkR1{c4LGQmqA3SOq32LLe$@MZxPcymoO_VxGdCA=@b?;hac1AAa{ z-{fmk0HDdmx6h(#t0>K**5#PYe4)Y7el%BwOp zLS6*InNopoq`KkFb~A6TXTIY7{WRK*8IJ=ki)N6uezs+9(>v=}aK4)gtG`oY;~S{K z@aB*R-gOKVyiBE)Zy}h$o2{BXKW~2L!u;^H=!c1`$cGZ)5oW;4w3P9i*yJK#Y?*7EtD3jW2d-_JAO6sr^gWUicW2D_cH82d-V}G? z40*~@f7gPTObgGiNtg+sYi3;p&^0u_nrJ}a&2E{ic&CG+n=*C>zlK!;Un|HQe>}0B zc=NfI`AzSyOV({mRc%kYwx=vR?plzFAlXhc2i|Oepw*u7nD~tp1&^ZO;n$(~9)9)= zCF|kmS-Kwnx1Mr-?HvwIW)07`X+z(ZI8AM7%h*kb0u10K)=(*J8Rrt-d95eI!MhGj zhIeP% literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6b91320658e4d3661bb116bfafeac7d1cd332220 GIT binary patch literal 2715 zcmc&$O-vg{6rTOX{2IbfOGCm^0?2B^76NIckV*;ZPuhk=rKwb3R_mRyy=1-X%r2-# zMB>09JvBEtrc$K_<-)PY9D1nKi!D--tRl5lPrcE)Ql*^w-mdLJ3Y@BB4sYgrZ{GU7 zH}k&nkL~R(1jdv6=k}&d$ZrVh18_8|=U`eVl%xq2sOSi30cOb&3sPDt$Z5Htq!odP z1QI@q`+s$bOk21$^`5iaUrKC{0=$697 ztm!yr#$loSX{pGp_)D==YoNLXi*>>X1VYjx719zFsgx7bGL@M^6{b?s4|}Leo3biR ztjXyns+*`6KRL6?cw(q%`Wfsj$ zy=p<;3^d!_X{D=?jV z8U1?6%A33ZnJzFZ@b%dOeb3`LrjIW%cS(2bj9x4SdCxsFJ~65LcEC;-P3xwaW4>Or zi@IUE0pqUe=!+8>fHO&Ue|7uI+Z#8&`QY1YUtil!PL&f=QIanpJN_!fz_Dec zoS0$o;{f(0a}pGXCj%~+2OmIzNAtp?&Otr@8?^?Z92zyc;2FKls1L05>qkZnE+<}Y z)a=$lwLW!J)aat^i#k*b3>c5@W8y~l2C#P@@c<_uNIkVa_SK-#$MZnw$l43__Y%HU zA1lH^+UNUS4qI&BcKyI~Ef&#y*fHk?R|-Xk6&O%4jk!(wxAXZ3{6wAlBc6-8>M&NW zvB@wxO@Kg(>)#l;*RwM;T^X8wlsx;id#Kzt^lP&BF5T%HtMrZC@7+nAucXdzCuhou znW)R)O$9P_%>vwsu*ERoSy*&%-DViK7EPySX)+AzS)gt<4BznrAC3<>k}D{XW) ztX|obMP+A*LQuvwhN}doT~$z~aWhQ!E~9Gt|5eG# zg$-+$z;yrI*8F$FTOU4@%Tt#tZ@e2Re>n9Q+M*gqX{DMtK7}=o3`#}#{}z`psz+4E zs0MH0E+oLHF3%D(@sYg4CqaiVkv|AxR}uu_4^a^0s!D{;pUG&2jQ*_-3K#w)AfgZa E1MkT*ivR!s literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..26283ea1092fffd656a4f5af3c2cab5377395167 GIT binary patch literal 2586 zcmai0O>7fK6rQ!$cKnk#goKa?=p?iX25b`|{vuR~h9ZzqKqQx%ruJlaY;UqZ?#w#D z5lA_3=nYMSdlOoiv;`x2^=DqK| z_f5Xg}HPKT&*{ zU3!$lnGu-kF&d=9VBJ=f{Nj+5~+|7i% z1g}xeC>xY9=j@Z8SGT%Vp= zC}jd$IzgJorFmATrT_Gi6W8F7BwWJaM_=Sdu4~m50En#`oE`=9Mf7p$0x>x)b+03^ z$?+w71yV_$3({^HUn=9$8wpjyRRW0G0Ed*uWs!mYZS${{Tqee15K=GI)iXz3CUVS+ z0LB~=e919vFKm&T7v?U@s7&Ml>lGp+Z(LXG#>wmJWOUJojjJFpK!07%R~?JynX{O` z+R&F#H2o~S4kO|7@gCD;L%{prDLp{UI*nyYn-9O>O&+w_I_|#^) zg)cVM{l5?GySH$6;r`Ua(+^I6HS=xw>yKMUKWH7CX$_rUpM9PjY3@JSOrC72C$~Ts zGJx1nM)6`6xxt~vy#(A{1jxW3ty`ZUD5_Uh@Lm|)L)*2xU8hhx%G!w;$A;r|&4t|E z_U+m>qhM!IAct2Cw~95QRpBZo3OJ*%eb8}nEoR~#FI}N-fQHC8CiwO}A(Vz@9lh#D zso^_ot>k!99cQEBNQ4TO`j_op_NjuvPTSos@B9zLD0&F|6#m2aHns^UIp7z`Bj>>r zfCI7#z_2l4iw2m+8n}b6s8|AHV(WzIctRRJfo)>Z4q=?L8<^E?E~vqF>?|>BRbtmI z$_x!^9oR&JRDx1rRIr9gG^%%C1+{=Gkjg}H;;5`rxWq4CUN>EAz$tT;G&nY$Rm$K! zpt@hH^Hta^*KJL_8A4D8dNMTPg7PwRELKSWY>;m z&*ZWTM?9sNi7@dLFv0R(h*7BX`l1(+-asO~1Is%TDZxpZ7A3+=lTG1u?}sGzf~aT^MJ^F&cwexY)CZH z=QxzcWiWs;ucs*CDi*z{FbP(|Kr)`X2xdy|@Zu(`7e%d6SwRwl$4L4l3+;8!SaUJ-wPD~1x>clY=>hBxOnd%nrb`O8RrD+257910Ds zk33TbpDKeJb3Z6!?NCfPct6}m&^=22CAzIJ3XRM4_F!DOs@&1qNc0=dE7?m&{s9H$ Bz6t;U literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..244145c9a6691577caf841196e68e00e7e3e2a3f GIT binary patch literal 4553 zcmaJ_-ER}w6`!%k_QW4aAPL`uOA<)DWb6ehwao&nia<*j0wQ!S(an8Bt z{LaU{<}aB{Qi12o%6)6`fTH{Z2kmDl?7Y3HD#{CmDpa+VCHYmCR2WC>NHw|?t!hhJ zHMSH}m59RBN9neJ?w3YigA9BgwWZ3TXkUl@C4E4_e{_^;Y=Fj?#$s&XD6Ha3<19%N z@ailoXG=*s@L6mr6;g+^G}-2&DUi}jo&HQ)O7ElYuE%Kx)-(Ioao0i6MCd_>I=$gO zO$O-!;2jja2Rk&#+m)}=5uh1bSF>aPLW>u&(LlRtd48bZuKAYhn0BBqvQO*GDKfJX zQu)DTGwA%t|h2#Bx^M70W4im}gNM zbIfI%ks5a&u_Ew^?Wo0JV29$t4k?wCxLYL;DVSaNE!)c#LGDA8vgYy?vS#@e;;=Qw zNzE*-m}RkEIjhiTlaD%FRy;`{sW0+=1_0M=l{%)3Hj-^9xmT zh4DE8CJBH@31Wmy8^vj1Ysm%eC;AL6Gly~07pQp^tJ>p8a4@NW99uw+0hKG3%7*LM z>mAohS)nIgZKIu{KyzsOa-`sVfF=NZO50LBbvv85n;<#Mw3BHq(>->$29k z<@hs#9wp&3aqaHi+jr;4Rnrj$VrtZV*5euCS&%%v(1(6ES53IlQUe9^@JEq zw$~-KRU)pJtC@ZUrFgzK(_YVZQ9*%@S!KQ45*#9vr|pcKTVqaF0s(+aT`|ZaoKmQ* z7m6-Ld8Hg@CY_P?Fxz8Y@}6BME}3=THQIqhd$A5{PZ!?(TTF=T??yvke0(59&15Ge z9({$cPtvRibcA7+Od#1rR%#99k(?njzdX&K%w}QjJBs7PKDHp!5s&Z(gJs)YHtm8d z%CZ*>I&J|V6RCkTKjTYFOFB2P(J{h4<}mp?RVB z;WQkAkxsYMDXUMkMwG`J8db~cMn+L!tkHXbD&#=+Cm9b!8#^^Cu2%fiZyQ5YAp1(tTb2vizXgjIq9;w zn#s+us9SIEL`~R17dxV)Ztj}E{;=!R+6vjaz zk;R~mAF&~irJ5TNqYiIzBV!njYoHDW)Yq&QM4>1INmXok2HSZaMjKi|zOCjfZk6S^yPUtXUaXkBdM7-Z z^H;0%y35NfpIe1mm$$9ud~MyYxX#7g`3rf^@|hveUFPNC!jLaO4Q3ob%Zt-G-%Z_u zsF>i%;3%F#g`O1*mjdd<4}wnT;q^X&W>a}Lu4IOPxA1IXH+6h-{>#LXJw3fWx*dNu zxTWoB`qsTKMkfC@@?LY~y+2<5>&Opx({oL24hhGQaImS5Z)xG+)b8-d<>gmXu7WBa0gccIN$pL z?U5*PJqBbSA?Np@0bECw^qD<%q?a%lvNoLQ}i2Igbe6 zYHCNJhnVpZ;4Su6qE5YfA6EV^CXq&j0w!V2fsw?49|p!ChSxD?BW4(I(c*Y@&q7^; zj|53rjNn43N_&s(w^s;|mYxK{2k?65paDzu@38de+vVN#cvBniwJwO)I4fC?0}T@* z$UxG`I*x%}Y`YxI?wHPD@Iq%6(&Okx#%)|suoF+OmaR5(W$c8b5X&odeTV=Le+ZYhVg0h;op&N#@1}jK-jWr;w zH{yn`zm0Xe3VVZ(EilV`b zo~W36I2RLj{jSDSShZz$zY+3t3gv*g$XZw~;gq=o`x>6mJpN znuK@?wv+W(V2WyV0X?}N(6%^<=rj=j243$XG!WoP2=JE={&eMw)ZNYbH;}SRTQ{59 z5rl38F*&i**d3m2>a$x~7n5vs;rjLLFvp+Xf$p=%J|3(=++VN3ZJr}09JS&Y=Ruq@ z3Wqz~Sv((ph44X~j6y%qmf<&~C|4Xy49D!_=yQ&0zEVWZ5OMOYeyQrxy3MZeJS<@@ zc^ukSR8`fll;l^+(BGAFP32rGsfF6@~Ac(Gxqrcv<}YgXZYDRtzSfu8kdSC9tO} zM^3bm7`BKfw>riUVL_|mBLY4NsVk@d}g#VI2u$& qkFT`mWLv_ATd{B=7*|3(@{YA9DWe#IcPfJ7uR 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 T5fr}&-VNsu^gJeYD$)N11ZXPB literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..16ba6fd60e851743e3ed721b5fedcc062361483d GIT binary patch literal 12065 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e4e8d2adda99e495360267faff6286ca36fc3d7c GIT binary patch literal 11111 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bdaca1feb8144b581418b915809a5b74fd99cdae GIT binary patch literal 2408 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 list(yield_lines('')) + [] + >>> list(yield_lines(['foo', 'bar'])) + ['foo', 'bar'] + >>> list(yield_lines('foo\nbar')) + ['foo', 'bar'] + >>> list(yield_lines('\nfoo\n#bar\nbaz #comment')) + ['foo', 'baz #comment'] + >>> list(yield_lines(['foo\nbar', 'baz', 'bing\n\n\n'])) + ['foo', 'bar', 'baz', 'bing'] + """ + return itertools.chain.from_iterable(map(yield_lines, iterable)) + + +@yield_lines.register(str) +def _(text): + return filter(_nonblank, map(str.strip, text.splitlines())) + + +def drop_comment(line): + """ + Drop comments. + + >>> drop_comment('foo # bar') + 'foo' + + A hash without a space may be in a URL. + + >>> drop_comment('http://example.com/foo#bar') + 'http://example.com/foo#bar' + """ + return line.partition(" #")[0] + + +def join_continuation(lines): + r""" + Join lines continued by a trailing backslash. + + >>> list(join_continuation(['foo \\', 'bar', 'baz'])) + ['foobar', 'baz'] + >>> list(join_continuation(['foo \\', 'bar', 'baz'])) + ['foobar', 'baz'] + >>> list(join_continuation(['foo \\', 'bar \\', 'baz'])) + ['foobarbaz'] + + Not sure why, but... + The character preceeding the backslash is also elided. + + >>> list(join_continuation(['goo\\', 'dly'])) + ['godly'] + + A terrible idea, but... + If no line is available to continue, suppress the lines. + + >>> list(join_continuation(['foo', 'bar\\', 'baz\\'])) + ['foo'] + """ + lines = iter(lines) + for item in lines: + while item.endswith("\\"): + try: + item = item[:-2].strip() + next(lines) + except StopIteration: + return + yield item diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py new file mode 100644 index 0000000..92c4c6a --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py @@ -0,0 +1,38 @@ +"""Customize logging + +Defines custom logger class for the `logger.verbose(...)` method. + +init_logging() must be called before any other modules that call logging.getLogger. +""" + +import logging +from typing import Any, cast + +# custom log level for `--verbose` output +# between DEBUG and INFO +VERBOSE = 15 + + +class VerboseLogger(logging.Logger): + """Custom Logger, defining a verbose log-level + + VERBOSE is between INFO and DEBUG. + """ + + def verbose(self, msg: str, *args: Any, **kwargs: Any) -> None: + return self.log(VERBOSE, msg, *args, **kwargs) + + +def getLogger(name: str) -> VerboseLogger: + """logging.getLogger, but ensures our VerboseLogger class is returned""" + return cast(VerboseLogger, logging.getLogger(name)) + + +def init_logging() -> None: + """Register our VerboseLogger and VERBOSE log level. + + Should be called before any calls to getLogger(), + i.e. in pip._internal.__init__ + """ + logging.setLoggerClass(VerboseLogger) + logging.addLevelName(VERBOSE, "VERBOSE") diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 0000000..16933bf --- /dev/null +++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/utils/compat.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 0000000..3f4d300 --- /dev/null +++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/utils/compatibility_tags.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 0000000..b6ed9a7 --- /dev/null +++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/utils/datetime.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 0000000..8668b3b --- /dev/null +++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/utils/deprecation.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 0000000..72bd6f2 --- /dev/null +++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/utils/direct_url_helpers.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 0000000..0e8e5e1 --- /dev/null +++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/utils/egg_link.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 0000000..4a384a6 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py @@ -0,0 +1,80 @@ +import os +import re +import sys +from typing import List, Optional + +from pip._internal.locations import site_packages, user_site +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) + +__all__ = [ + "egg_link_path_from_sys_path", + "egg_link_path_from_location", +] + + +def _egg_link_names(raw_name: str) -> List[str]: + """ + Convert a Name metadata value to a .egg-link name, by applying + the same substitution as pkg_resources's safe_name function. + Note: we cannot use canonicalize_name because it has a different logic. + + We also look for the raw name (without normalization) as setuptools 69 changed + the way it names .egg-link files (https://github.com/pypa/setuptools/issues/4167). + """ + return [ + re.sub("[^A-Za-z0-9.]+", "-", raw_name) + ".egg-link", + f"{raw_name}.egg-link", + ] + + +def egg_link_path_from_sys_path(raw_name: str) -> Optional[str]: + """ + Look for a .egg-link file for project name, by walking sys.path. + """ + egg_link_names = _egg_link_names(raw_name) + for path_item in sys.path: + for egg_link_name in egg_link_names: + egg_link = os.path.join(path_item, egg_link_name) + if os.path.isfile(egg_link): + return egg_link + return None + + +def egg_link_path_from_location(raw_name: str) -> Optional[str]: + """ + Return the path for the .egg-link file if it exists, otherwise, None. + + There's 3 scenarios: + 1) not in a virtualenv + try to find in site.USER_SITE, then site_packages + 2) in a no-global virtualenv + try to find in site_packages + 3) in a yes-global virtualenv + try to find in site_packages, then site.USER_SITE + (don't look in global location) + + For #1 and #3, there could be odd cases, where there's an egg-link in 2 + locations. + + This method will just return the first one found. + """ + sites: List[str] = [] + if running_under_virtualenv(): + sites.append(site_packages) + if not virtualenv_no_global() and user_site: + sites.append(user_site) + else: + if user_site: + sites.append(user_site) + sites.append(site_packages) + + egg_link_names = _egg_link_names(raw_name) + for site in sites: + for egg_link_name in egg_link_names: + egglink = os.path.join(site, egg_link_name) + if os.path.isfile(egglink): + return egglink + return None diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py new file mode 100644 index 0000000..008f06a --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py @@ -0,0 +1,36 @@ +import codecs +import locale +import re +import sys +from typing import List, Tuple + +BOMS: List[Tuple[bytes, str]] = [ + (codecs.BOM_UTF8, "utf-8"), + (codecs.BOM_UTF16, "utf-16"), + (codecs.BOM_UTF16_BE, "utf-16-be"), + (codecs.BOM_UTF16_LE, "utf-16-le"), + (codecs.BOM_UTF32, "utf-32"), + (codecs.BOM_UTF32_BE, "utf-32-be"), + (codecs.BOM_UTF32_LE, "utf-32-le"), +] + +ENCODING_RE = re.compile(rb"coding[:=]\s*([-\w.]+)") + + +def auto_decode(data: bytes) -> str: + """Check a bytes string for a BOM to correctly detect the encoding + + Fallback to locale.getpreferredencoding(False) like open() on Python3""" + for bom, encoding in BOMS: + if data.startswith(bom): + return data[len(bom) :].decode(encoding) + # Lets check the first two lines as in PEP263 + for line in data.split(b"\n")[:2]: + if line[0:1] == b"#" and ENCODING_RE.search(line): + result = ENCODING_RE.search(line) + assert result is not None + encoding = result.groups()[0].decode("ascii") + return data.decode(encoding) + return data.decode( + locale.getpreferredencoding(False) or sys.getdefaultencoding(), + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 0000000..1501369 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py @@ -0,0 +1,84 @@ +import itertools +import os +import shutil +import sys +from typing import List, Optional + +from pip._internal.cli.main import main +from pip._internal.utils.compat import WINDOWS + +_EXECUTABLE_NAMES = [ + "pip", + f"pip{sys.version_info.major}", + f"pip{sys.version_info.major}.{sys.version_info.minor}", +] +if WINDOWS: + _allowed_extensions = {"", ".exe"} + _EXECUTABLE_NAMES = [ + "".join(parts) + for parts in itertools.product(_EXECUTABLE_NAMES, _allowed_extensions) + ] + + +def _wrapper(args: Optional[List[str]] = None) -> int: + """Central wrapper for all old entrypoints. + + Historically pip has had several entrypoints defined. Because of issues + arising from PATH, sys.path, multiple Pythons, their interactions, and most + of them having a pip installed, users suffer every time an entrypoint gets + moved. + + To alleviate this pain, and provide a mechanism for warning users and + directing them to an appropriate place for help, we now define all of + our old entrypoints as wrappers for the current one. + """ + sys.stderr.write( + "WARNING: pip is being invoked by an old script wrapper. This will " + "fail in a future version of pip.\n" + "Please see https://github.com/pypa/pip/issues/5599 for advice on " + "fixing the underlying issue.\n" + "To avoid this problem you can invoke Python with '-m pip' instead of " + "running pip directly.\n" + ) + return main(args) + + +def get_best_invocation_for_this_pip() -> str: + """Try to figure out the best way to invoke pip in the current environment.""" + binary_directory = "Scripts" if WINDOWS else "bin" + binary_prefix = os.path.join(sys.prefix, binary_directory) + + # Try to use pip[X[.Y]] names, if those executables for this environment are + # the first on PATH with that name. + path_parts = os.path.normcase(os.environ.get("PATH", "")).split(os.pathsep) + exe_are_in_PATH = os.path.normcase(binary_prefix) in path_parts + if exe_are_in_PATH: + for exe_name in _EXECUTABLE_NAMES: + found_executable = shutil.which(exe_name) + binary_executable = os.path.join(binary_prefix, exe_name) + if ( + found_executable + and os.path.exists(binary_executable) + and os.path.samefile( + found_executable, + binary_executable, + ) + ): + return exe_name + + # Use the `-m` invocation, if there's no "nice" invocation. + return f"{get_best_invocation_for_this_python()} -m pip" + + +def get_best_invocation_for_this_python() -> str: + """Try to figure out the best way to invoke the current Python.""" + exe = sys.executable + exe_name = os.path.basename(exe) + + # Try to use the basename, if it's the first executable. + found_executable = shutil.which(exe_name) + if found_executable and os.path.samefile(found_executable, exe): + return exe_name + + # Use the full executable name, because we couldn't find something simpler. + return exe diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 0000000..83c2df7 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py @@ -0,0 +1,153 @@ +import fnmatch +import os +import os.path +import random +import sys +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, BinaryIO, Generator, List, Union, cast + +from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed + +from pip._internal.utils.compat import get_path_uid +from pip._internal.utils.misc import format_size + + +def check_path_owner(path: str) -> bool: + # If we don't have a way to check the effective uid of this process, then + # we'll just assume that we own the directory. + if sys.platform == "win32" or not hasattr(os, "geteuid"): + return True + + assert os.path.isabs(path) + + previous = None + while path != previous: + if os.path.lexists(path): + # Check if path is writable by current user. + if os.geteuid() == 0: + # Special handling for root user in order to handle properly + # cases where users use sudo without -H flag. + try: + path_uid = get_path_uid(path) + except OSError: + return False + return path_uid == 0 + else: + return os.access(path, os.W_OK) + else: + previous, path = path, os.path.dirname(path) + return False # assume we don't own the path + + +@contextmanager +def adjacent_tmp_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: + """Return a file-like object pointing to a tmp file next to path. + + The file is created securely and is ensured to be written to disk + after the context reaches its end. + + kwargs will be passed to tempfile.NamedTemporaryFile to control + the way the temporary file will be opened. + """ + with NamedTemporaryFile( + delete=False, + dir=os.path.dirname(path), + prefix=os.path.basename(path), + suffix=".tmp", + **kwargs, + ) as f: + result = cast(BinaryIO, f) + try: + yield result + finally: + result.flush() + os.fsync(result.fileno()) + + +# Tenacity raises RetryError by default, explicitly raise the original exception +_replace_retry = retry(reraise=True, stop=stop_after_delay(1), wait=wait_fixed(0.25)) + +replace = _replace_retry(os.replace) + + +# test_writable_dir and _test_writable_dir_win are copied from Flit, +# with the author's agreement to also place them under pip's license. +def test_writable_dir(path: str) -> bool: + """Check if a directory is writable. + + Uses os.access() on POSIX, tries creating files on Windows. + """ + # If the directory doesn't exist, find the closest parent that does. + while not os.path.isdir(path): + parent = os.path.dirname(path) + if parent == path: + break # Should never get here, but infinite loops are bad + path = parent + + if os.name == "posix": + return os.access(path, os.W_OK) + + return _test_writable_dir_win(path) + + +def _test_writable_dir_win(path: str) -> bool: + # os.access doesn't work on Windows: http://bugs.python.org/issue2528 + # and we can't use tempfile: http://bugs.python.org/issue22107 + basename = "accesstest_deleteme_fishfingers_custard_" + alphabet = "abcdefghijklmnopqrstuvwxyz0123456789" + for _ in range(10): + name = basename + "".join(random.choice(alphabet) for _ in range(6)) + file = os.path.join(path, name) + try: + fd = os.open(file, os.O_RDWR | os.O_CREAT | os.O_EXCL) + except FileExistsError: + pass + except PermissionError: + # This could be because there's a directory with the same name. + # But it's highly unlikely there's a directory called that, + # so we'll assume it's because the parent dir is not writable. + # This could as well be because the parent dir is not readable, + # due to non-privileged user access. + return False + else: + os.close(fd) + os.unlink(file) + return True + + # This should never be reached + raise OSError("Unexpected condition testing for writable directory") + + +def find_files(path: str, pattern: str) -> List[str]: + """Returns a list of absolute paths of files beneath path, recursively, + with filenames which match the UNIX-style shell glob pattern.""" + result: List[str] = [] + for root, _, files in os.walk(path): + matches = fnmatch.filter(files, pattern) + result.extend(os.path.join(root, f) for f in matches) + return result + + +def file_size(path: str) -> Union[int, float]: + # If it's a symlink, return 0. + if os.path.islink(path): + return 0 + return os.path.getsize(path) + + +def format_file_size(path: str) -> str: + return format_size(file_size(path)) + + +def directory_size(path: str) -> Union[int, float]: + size = 0.0 + for root, _dirs, files in os.walk(path): + for filename in files: + file_path = os.path.join(root, filename) + size += file_size(file_path) + return size + + +def format_directory_size(path: str) -> str: + return format_size(directory_size(path)) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 0000000..5948570 --- /dev/null +++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/utils/glibc.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 0000000..81342af --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py @@ -0,0 +1,88 @@ +import os +import sys +from typing import Optional, Tuple + + +def glibc_version_string() -> Optional[str]: + "Returns glibc version string, or None if not using glibc." + return glibc_version_string_confstr() or glibc_version_string_ctypes() + + +def glibc_version_string_confstr() -> Optional[str]: + "Primary implementation of glibc_version_string using os.confstr." + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module: + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c9d0921ff3d70e1127ca1b71/Lib/platform.py#L175-L183 + if sys.platform == "win32": + return None + try: + gnu_libc_version = os.confstr("CS_GNU_LIBC_VERSION") + if gnu_libc_version is None: + return None + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17": + _, version = gnu_libc_version.split() + except (AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def glibc_version_string_ctypes() -> Optional[str]: + "Fallback implementation of glibc_version_string using ctypes." + + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + process_namespace = ctypes.CDLL(None) + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +# platform.libc_ver regularly returns completely nonsensical glibc +# versions. E.g. on my computer, platform says: +# +# ~$ python2.7 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.7') +# ~$ python3.5 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.9') +# +# But the truth is: +# +# ~$ ldd --version +# ldd (Debian GLIBC 2.22-11) 2.22 +# +# This is unfortunate, because it means that the linehaul data on libc +# versions that was generated by pip 8.1.2 and earlier is useless and +# misleading. Solution: instead of using platform, use our code that actually +# works. +def libc_ver() -> Tuple[str, str]: + """Try to determine the glibc version + + Returns a tuple of strings (lib, version) which default to empty strings + in case the lookup fails. + """ + glibc_version = glibc_version_string() + if glibc_version is None: + return ("", "") + else: + return ("glibc", glibc_version) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 0000000..843cffc --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py @@ -0,0 +1,151 @@ +import hashlib +from typing import TYPE_CHECKING, BinaryIO, Dict, Iterable, List, Optional + +from pip._internal.exceptions import HashMismatch, HashMissing, InstallationError +from pip._internal.utils.misc import read_chunks + +if TYPE_CHECKING: + from hashlib import _Hash + + # NoReturn introduced in 3.6.2; imported only for type checking to maintain + # pip compatibility with older patch versions of Python 3.6 + from typing import NoReturn + + +# The recommended hash algo of the moment. Change this whenever the state of +# the art changes; it won't hurt backward compatibility. +FAVORITE_HASH = "sha256" + + +# Names of hashlib algorithms allowed by the --hash option and ``pip hash`` +# Currently, those are the ones at least as collision-resistant as sha256. +STRONG_HASHES = ["sha256", "sha384", "sha512"] + + +class Hashes: + """A wrapper that builds multiple hashes at once and checks them against + known-good values + + """ + + def __init__(self, hashes: Optional[Dict[str, List[str]]] = None) -> None: + """ + :param hashes: A dict of algorithm names pointing to lists of allowed + hex digests + """ + allowed = {} + if hashes is not None: + for alg, keys in hashes.items(): + # Make sure values are always sorted (to ease equality checks) + allowed[alg] = sorted(keys) + self._allowed = allowed + + def __and__(self, other: "Hashes") -> "Hashes": + if not isinstance(other, Hashes): + return NotImplemented + + # If either of the Hashes object is entirely empty (i.e. no hash + # specified at all), all hashes from the other object are allowed. + if not other: + return self + if not self: + return other + + # Otherwise only hashes that present in both objects are allowed. + new = {} + for alg, values in other._allowed.items(): + if alg not in self._allowed: + continue + new[alg] = [v for v in values if v in self._allowed[alg]] + return Hashes(new) + + @property + def digest_count(self) -> int: + return sum(len(digests) for digests in self._allowed.values()) + + def is_hash_allowed(self, hash_name: str, hex_digest: str) -> bool: + """Return whether the given hex digest is allowed.""" + return hex_digest in self._allowed.get(hash_name, []) + + def check_against_chunks(self, chunks: Iterable[bytes]) -> None: + """Check good hashes against ones built from iterable of chunks of + data. + + Raise HashMismatch if none match. + + """ + gots = {} + for hash_name in self._allowed.keys(): + try: + gots[hash_name] = hashlib.new(hash_name) + except (ValueError, TypeError): + raise InstallationError(f"Unknown hash name: {hash_name}") + + for chunk in chunks: + for hash in gots.values(): + hash.update(chunk) + + for hash_name, got in gots.items(): + if got.hexdigest() in self._allowed[hash_name]: + return + self._raise(gots) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMismatch(self._allowed, gots) + + def check_against_file(self, file: BinaryIO) -> None: + """Check good hashes against a file-like object + + Raise HashMismatch if none match. + + """ + return self.check_against_chunks(read_chunks(file)) + + def check_against_path(self, path: str) -> None: + with open(path, "rb") as file: + return self.check_against_file(file) + + def has_one_of(self, hashes: Dict[str, str]) -> bool: + """Return whether any of the given hashes are allowed.""" + for hash_name, hex_digest in hashes.items(): + if self.is_hash_allowed(hash_name, hex_digest): + return True + return False + + def __bool__(self) -> bool: + """Return whether I know any known-good hashes.""" + return bool(self._allowed) + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Hashes): + return NotImplemented + return self._allowed == other._allowed + + def __hash__(self) -> int: + return hash( + ",".join( + sorted( + ":".join((alg, digest)) + for alg, digest_list in self._allowed.items() + for digest in digest_list + ) + ) + ) + + +class MissingHashes(Hashes): + """A workalike for Hashes used when we're missing a hash for a requirement + + It computes the actual hash of the requirement and raises a HashMissing + exception showing it to the user. + + """ + + def __init__(self) -> None: + """Don't offer the ``hashes`` kwarg.""" + # Pass our favorite hash in to generate a "gotten hash". With the + # empty list, it will never match, so an error will always raise. + super().__init__(hashes={FAVORITE_HASH: []}) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMissing(gots[FAVORITE_HASH].hexdigest()) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 0000000..95982df --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py @@ -0,0 +1,348 @@ +import contextlib +import errno +import logging +import logging.handlers +import os +import sys +import threading +from dataclasses import dataclass +from io import TextIOWrapper +from logging import Filter +from typing import Any, ClassVar, Generator, List, Optional, TextIO, Type + +from pip._vendor.rich.console import ( + Console, + ConsoleOptions, + ConsoleRenderable, + RenderableType, + RenderResult, + RichCast, +) +from pip._vendor.rich.highlighter import NullHighlighter +from pip._vendor.rich.logging import RichHandler +from pip._vendor.rich.segment import Segment +from pip._vendor.rich.style import Style + +from pip._internal.utils._log import VERBOSE, getLogger +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import DEPRECATION_MSG_PREFIX +from pip._internal.utils.misc import ensure_dir + +_log_state = threading.local() +subprocess_logger = getLogger("pip.subprocessor") + + +class BrokenStdoutLoggingError(Exception): + """ + Raised if BrokenPipeError occurs for the stdout stream while logging. + """ + + +def _is_broken_pipe_error(exc_class: Type[BaseException], exc: BaseException) -> bool: + if exc_class is BrokenPipeError: + return True + + # On Windows, a broken pipe can show up as EINVAL rather than EPIPE: + # https://bugs.python.org/issue19612 + # https://bugs.python.org/issue30418 + if not WINDOWS: + return False + + return isinstance(exc, OSError) and exc.errno in (errno.EINVAL, errno.EPIPE) + + +@contextlib.contextmanager +def indent_log(num: int = 2) -> Generator[None, None, None]: + """ + A context manager which will cause the log output to be indented for any + log messages emitted inside it. + """ + # For thread-safety + _log_state.indentation = get_indentation() + _log_state.indentation += num + try: + yield + finally: + _log_state.indentation -= num + + +def get_indentation() -> int: + return getattr(_log_state, "indentation", 0) + + +class IndentingFormatter(logging.Formatter): + default_time_format = "%Y-%m-%dT%H:%M:%S" + + def __init__( + self, + *args: Any, + add_timestamp: bool = False, + **kwargs: Any, + ) -> None: + """ + A logging.Formatter that obeys the indent_log() context manager. + + :param add_timestamp: A bool indicating output lines should be prefixed + with their record's timestamp. + """ + self.add_timestamp = add_timestamp + super().__init__(*args, **kwargs) + + def get_message_start(self, formatted: str, levelno: int) -> str: + """ + Return the start of the formatted log message (not counting the + prefix to add to each line). + """ + if levelno < logging.WARNING: + return "" + if formatted.startswith(DEPRECATION_MSG_PREFIX): + # Then the message already has a prefix. We don't want it to + # look like "WARNING: DEPRECATION: ...." + return "" + if levelno < logging.ERROR: + return "WARNING: " + + return "ERROR: " + + def format(self, record: logging.LogRecord) -> str: + """ + Calls the standard formatter, but will indent all of the log message + lines by our current indentation level. + """ + formatted = super().format(record) + message_start = self.get_message_start(formatted, record.levelno) + formatted = message_start + formatted + + prefix = "" + if self.add_timestamp: + prefix = f"{self.formatTime(record)} " + prefix += " " * get_indentation() + formatted = "".join([prefix + line for line in formatted.splitlines(True)]) + return formatted + + +@dataclass +class IndentedRenderable: + renderable: RenderableType + indent: int + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + segments = console.render(self.renderable, options) + lines = Segment.split_lines(segments) + for line in lines: + yield Segment(" " * self.indent) + yield from line + yield Segment("\n") + + +class RichPipStreamHandler(RichHandler): + KEYWORDS: ClassVar[Optional[List[str]]] = [] + + def __init__(self, stream: Optional[TextIO], no_color: bool) -> None: + super().__init__( + console=Console(file=stream, no_color=no_color, soft_wrap=True), + show_time=False, + show_level=False, + show_path=False, + highlighter=NullHighlighter(), + ) + + # Our custom override on Rich's logger, to make things work as we need them to. + def emit(self, record: logging.LogRecord) -> None: + style: Optional[Style] = None + + # If we are given a diagnostic error to present, present it with indentation. + assert isinstance(record.args, tuple) + if getattr(record, "rich", False): + (rich_renderable,) = record.args + assert isinstance( + rich_renderable, (ConsoleRenderable, RichCast, str) + ), f"{rich_renderable} is not rich-console-renderable" + + renderable: RenderableType = IndentedRenderable( + rich_renderable, indent=get_indentation() + ) + else: + message = self.format(record) + renderable = self.render_message(record, message) + if record.levelno is not None: + if record.levelno >= logging.ERROR: + style = Style(color="red") + elif record.levelno >= logging.WARNING: + style = Style(color="yellow") + + try: + self.console.print(renderable, overflow="ignore", crop=False, style=style) + except Exception: + self.handleError(record) + + def handleError(self, record: logging.LogRecord) -> None: + """Called when logging is unable to log some output.""" + + exc_class, exc = sys.exc_info()[:2] + # If a broken pipe occurred while calling write() or flush() on the + # stdout stream in logging's Handler.emit(), then raise our special + # exception so we can handle it in main() instead of logging the + # broken pipe error and continuing. + if ( + exc_class + and exc + and self.console.file is sys.stdout + and _is_broken_pipe_error(exc_class, exc) + ): + raise BrokenStdoutLoggingError() + + return super().handleError(record) + + +class BetterRotatingFileHandler(logging.handlers.RotatingFileHandler): + def _open(self) -> TextIOWrapper: + ensure_dir(os.path.dirname(self.baseFilename)) + return super()._open() + + +class MaxLevelFilter(Filter): + def __init__(self, level: int) -> None: + self.level = level + + def filter(self, record: logging.LogRecord) -> bool: + return record.levelno < self.level + + +class ExcludeLoggerFilter(Filter): + + """ + A logging Filter that excludes records from a logger (or its children). + """ + + def filter(self, record: logging.LogRecord) -> bool: + # The base Filter class allows only records from a logger (or its + # children). + return not super().filter(record) + + +def setup_logging(verbosity: int, no_color: bool, user_log_file: Optional[str]) -> int: + """Configures and sets up all of the logging + + Returns the requested logging level, as its integer value. + """ + + # Determine the level to be logging at. + if verbosity >= 2: + level_number = logging.DEBUG + elif verbosity == 1: + level_number = VERBOSE + elif verbosity == -1: + level_number = logging.WARNING + elif verbosity == -2: + level_number = logging.ERROR + elif verbosity <= -3: + level_number = logging.CRITICAL + else: + level_number = logging.INFO + + level = logging.getLevelName(level_number) + + # The "root" logger should match the "console" level *unless* we also need + # to log to a user log file. + include_user_log = user_log_file is not None + if include_user_log: + additional_log_file = user_log_file + root_level = "DEBUG" + else: + additional_log_file = "/dev/null" + root_level = level + + # Disable any logging besides WARNING unless we have DEBUG level logging + # enabled for vendored libraries. + vendored_log_level = "WARNING" if level in ["INFO", "ERROR"] else "DEBUG" + + # Shorthands for clarity + log_streams = { + "stdout": "ext://sys.stdout", + "stderr": "ext://sys.stderr", + } + handler_classes = { + "stream": "pip._internal.utils.logging.RichPipStreamHandler", + "file": "pip._internal.utils.logging.BetterRotatingFileHandler", + } + handlers = ["console", "console_errors", "console_subprocess"] + ( + ["user_log"] if include_user_log else [] + ) + + logging.config.dictConfig( + { + "version": 1, + "disable_existing_loggers": False, + "filters": { + "exclude_warnings": { + "()": "pip._internal.utils.logging.MaxLevelFilter", + "level": logging.WARNING, + }, + "restrict_to_subprocess": { + "()": "logging.Filter", + "name": subprocess_logger.name, + }, + "exclude_subprocess": { + "()": "pip._internal.utils.logging.ExcludeLoggerFilter", + "name": subprocess_logger.name, + }, + }, + "formatters": { + "indent": { + "()": IndentingFormatter, + "format": "%(message)s", + }, + "indent_with_timestamp": { + "()": IndentingFormatter, + "format": "%(message)s", + "add_timestamp": True, + }, + }, + "handlers": { + "console": { + "level": level, + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stdout"], + "filters": ["exclude_subprocess", "exclude_warnings"], + "formatter": "indent", + }, + "console_errors": { + "level": "WARNING", + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stderr"], + "filters": ["exclude_subprocess"], + "formatter": "indent", + }, + # A handler responsible for logging to the console messages + # from the "subprocessor" logger. + "console_subprocess": { + "level": level, + "class": handler_classes["stream"], + "stream": log_streams["stderr"], + "no_color": no_color, + "filters": ["restrict_to_subprocess"], + "formatter": "indent", + }, + "user_log": { + "level": "DEBUG", + "class": handler_classes["file"], + "filename": additional_log_file, + "encoding": "utf-8", + "delay": True, + "formatter": "indent_with_timestamp", + }, + }, + "root": { + "level": root_level, + "handlers": handlers, + }, + "loggers": {"pip._vendor": {"level": vendored_log_level}}, + } + ) + + return level_number diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 0000000..1ad3f61 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,783 @@ +import contextlib +import errno +import getpass +import hashlib +import io +import logging +import os +import posixpath +import shutil +import stat +import sys +import sysconfig +import urllib.parse +from functools import partial +from io import StringIO +from itertools import filterfalse, tee, zip_longest +from pathlib import Path +from types import FunctionType, TracebackType +from typing import ( + Any, + BinaryIO, + Callable, + ContextManager, + Dict, + Generator, + Iterable, + Iterator, + List, + Optional, + TextIO, + Tuple, + Type, + TypeVar, + Union, + cast, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.pyproject_hooks import BuildBackendHookCaller +from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed + +from pip import __version__ +from pip._internal.exceptions import CommandError, ExternallyManagedEnvironment +from pip._internal.locations import get_major_minor_version +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +__all__ = [ + "rmtree", + "display_path", + "backup_dir", + "ask", + "splitext", + "format_size", + "is_installable_dir", + "normalize_path", + "renames", + "get_prog", + "captured_stdout", + "ensure_dir", + "remove_auth_from_url", + "check_externally_managed", + "ConfiguredBuildBackendHookCaller", +] + +logger = logging.getLogger(__name__) + +T = TypeVar("T") +ExcInfo = Tuple[Type[BaseException], BaseException, TracebackType] +VersionInfo = Tuple[int, int, int] +NetlocTuple = Tuple[str, Tuple[Optional[str], Optional[str]]] +OnExc = Callable[[FunctionType, Path, BaseException], Any] +OnErr = Callable[[FunctionType, Path, ExcInfo], Any] + + +def get_pip_version() -> str: + pip_pkg_dir = os.path.join(os.path.dirname(__file__), "..", "..") + pip_pkg_dir = os.path.abspath(pip_pkg_dir) + + return f"pip {__version__} from {pip_pkg_dir} (python {get_major_minor_version()})" + + +def normalize_version_info(py_version_info: Tuple[int, ...]) -> Tuple[int, int, int]: + """ + Convert a tuple of ints representing a Python version to one of length + three. + + :param py_version_info: a tuple of ints representing a Python version, + or None to specify no version. The tuple can have any length. + + :return: a tuple of length three if `py_version_info` is non-None. + Otherwise, return `py_version_info` unchanged (i.e. None). + """ + if len(py_version_info) < 3: + py_version_info += (3 - len(py_version_info)) * (0,) + elif len(py_version_info) > 3: + py_version_info = py_version_info[:3] + + return cast("VersionInfo", py_version_info) + + +def ensure_dir(path: str) -> None: + """os.path.makedirs without EEXIST.""" + try: + os.makedirs(path) + except OSError as e: + # Windows can raise spurious ENOTEMPTY errors. See #6426. + if e.errno != errno.EEXIST and e.errno != errno.ENOTEMPTY: + raise + + +def get_prog() -> str: + try: + prog = os.path.basename(sys.argv[0]) + if prog in ("__main__.py", "-c"): + return f"{sys.executable} -m pip" + else: + return prog + except (AttributeError, TypeError, IndexError): + pass + return "pip" + + +# Retry every half second for up to 3 seconds +# Tenacity raises RetryError by default, explicitly raise the original exception +@retry(reraise=True, stop=stop_after_delay(3), wait=wait_fixed(0.5)) +def rmtree( + dir: str, + ignore_errors: bool = False, + onexc: Optional[OnExc] = None, +) -> None: + if ignore_errors: + onexc = _onerror_ignore + if onexc is None: + onexc = _onerror_reraise + handler: OnErr = partial( + # `[func, path, Union[ExcInfo, BaseException]] -> Any` is equivalent to + # `Union[([func, path, ExcInfo] -> Any), ([func, path, BaseException] -> Any)]`. + cast(Union[OnExc, OnErr], rmtree_errorhandler), + onexc=onexc, + ) + if sys.version_info >= (3, 12): + # See https://docs.python.org/3.12/whatsnew/3.12.html#shutil. + shutil.rmtree(dir, onexc=handler) # type: ignore + else: + shutil.rmtree(dir, onerror=handler) # type: ignore + + +def _onerror_ignore(*_args: Any) -> None: + pass + + +def _onerror_reraise(*_args: Any) -> None: + raise + + +def rmtree_errorhandler( + func: FunctionType, + path: Path, + exc_info: Union[ExcInfo, BaseException], + *, + onexc: OnExc = _onerror_reraise, +) -> None: + """ + `rmtree` error handler to 'force' a file remove (i.e. like `rm -f`). + + * If a file is readonly then it's write flag is set and operation is + retried. + + * `onerror` is the original callback from `rmtree(... onerror=onerror)` + that is chained at the end if the "rm -f" still fails. + """ + try: + st_mode = os.stat(path).st_mode + except OSError: + # it's equivalent to os.path.exists + return + + if not st_mode & stat.S_IWRITE: + # convert to read/write + try: + os.chmod(path, st_mode | stat.S_IWRITE) + except OSError: + pass + else: + # use the original function to repeat the operation + try: + func(path) + return + except OSError: + pass + + if not isinstance(exc_info, BaseException): + _, exc_info, _ = exc_info + onexc(func, path, exc_info) + + +def display_path(path: str) -> str: + """Gives the display value for a given path, making it relative to cwd + if possible.""" + path = os.path.normcase(os.path.abspath(path)) + if path.startswith(os.getcwd() + os.path.sep): + path = "." + path[len(os.getcwd()) :] + return path + + +def backup_dir(dir: str, ext: str = ".bak") -> str: + """Figure out the name of a directory to back up the given dir to + (adding .bak, .bak2, etc)""" + n = 1 + extension = ext + while os.path.exists(dir + extension): + n += 1 + extension = ext + str(n) + return dir + extension + + +def ask_path_exists(message: str, options: Iterable[str]) -> str: + for action in os.environ.get("PIP_EXISTS_ACTION", "").split(): + if action in options: + return action + return ask(message, options) + + +def _check_no_input(message: str) -> None: + """Raise an error if no input is allowed.""" + if os.environ.get("PIP_NO_INPUT"): + raise Exception( + f"No input was expected ($PIP_NO_INPUT set); question: {message}" + ) + + +def ask(message: str, options: Iterable[str]) -> str: + """Ask the message interactively, with the given possible responses""" + while 1: + _check_no_input(message) + response = input(message) + response = response.strip().lower() + if response not in options: + print( + "Your response ({!r}) was not one of the expected responses: " + "{}".format(response, ", ".join(options)) + ) + else: + return response + + +def ask_input(message: str) -> str: + """Ask for input interactively.""" + _check_no_input(message) + return input(message) + + +def ask_password(message: str) -> str: + """Ask for a password interactively.""" + _check_no_input(message) + return getpass.getpass(message) + + +def strtobool(val: str) -> int: + """Convert a string representation of truth to true (1) or false (0). + + True values are 'y', 'yes', 't', 'true', 'on', and '1'; false values + are 'n', 'no', 'f', 'false', 'off', and '0'. Raises ValueError if + 'val' is anything else. + """ + val = val.lower() + if val in ("y", "yes", "t", "true", "on", "1"): + return 1 + elif val in ("n", "no", "f", "false", "off", "0"): + return 0 + else: + raise ValueError(f"invalid truth value {val!r}") + + +def format_size(bytes: float) -> str: + if bytes > 1000 * 1000: + return f"{bytes / 1000.0 / 1000:.1f} MB" + elif bytes > 10 * 1000: + return f"{int(bytes / 1000)} kB" + elif bytes > 1000: + return f"{bytes / 1000.0:.1f} kB" + else: + return f"{int(bytes)} bytes" + + +def tabulate(rows: Iterable[Iterable[Any]]) -> Tuple[List[str], List[int]]: + """Return a list of formatted rows and a list of column sizes. + + For example:: + + >>> tabulate([['foobar', 2000], [0xdeadbeef]]) + (['foobar 2000', '3735928559'], [10, 4]) + """ + rows = [tuple(map(str, row)) for row in rows] + sizes = [max(map(len, col)) for col in zip_longest(*rows, fillvalue="")] + table = [" ".join(map(str.ljust, row, sizes)).rstrip() for row in rows] + return table, sizes + + +def is_installable_dir(path: str) -> bool: + """Is path is a directory containing pyproject.toml or setup.py? + + If pyproject.toml exists, this is a PEP 517 project. Otherwise we look for + a legacy setuptools layout by identifying setup.py. We don't check for the + setup.cfg because using it without setup.py is only available for PEP 517 + projects, which are already covered by the pyproject.toml check. + """ + if not os.path.isdir(path): + return False + if os.path.isfile(os.path.join(path, "pyproject.toml")): + return True + if os.path.isfile(os.path.join(path, "setup.py")): + return True + return False + + +def read_chunks( + file: BinaryIO, size: int = io.DEFAULT_BUFFER_SIZE +) -> Generator[bytes, None, None]: + """Yield pieces of data from a file-like object until EOF.""" + while True: + chunk = file.read(size) + if not chunk: + break + yield chunk + + +def normalize_path(path: str, resolve_symlinks: bool = True) -> str: + """ + Convert a path to its canonical, case-normalized, absolute version. + + """ + path = os.path.expanduser(path) + if resolve_symlinks: + path = os.path.realpath(path) + else: + path = os.path.abspath(path) + return os.path.normcase(path) + + +def splitext(path: str) -> Tuple[str, str]: + """Like os.path.splitext, but take off .tar too""" + base, ext = posixpath.splitext(path) + if base.lower().endswith(".tar"): + ext = base[-4:] + ext + base = base[:-4] + return base, ext + + +def renames(old: str, new: str) -> None: + """Like os.renames(), but handles renaming across devices.""" + # Implementation borrowed from os.renames(). + head, tail = os.path.split(new) + if head and tail and not os.path.exists(head): + os.makedirs(head) + + shutil.move(old, new) + + head, tail = os.path.split(old) + if head and tail: + try: + os.removedirs(head) + except OSError: + pass + + +def is_local(path: str) -> bool: + """ + Return True if path is within sys.prefix, if we're running in a virtualenv. + + If we're not in a virtualenv, all paths are considered "local." + + Caution: this function assumes the head of path has been normalized + with normalize_path. + """ + if not running_under_virtualenv(): + return True + return path.startswith(normalize_path(sys.prefix)) + + +def write_output(msg: Any, *args: Any) -> None: + logger.info(msg, *args) + + +class StreamWrapper(StringIO): + orig_stream: TextIO + + @classmethod + def from_stream(cls, orig_stream: TextIO) -> "StreamWrapper": + ret = cls() + ret.orig_stream = orig_stream + return ret + + # compileall.compile_dir() needs stdout.encoding to print to stdout + # type ignore is because TextIOBase.encoding is writeable + @property + def encoding(self) -> str: # type: ignore + return self.orig_stream.encoding + + +@contextlib.contextmanager +def captured_output(stream_name: str) -> Generator[StreamWrapper, None, None]: + """Return a context manager used by captured_stdout/stdin/stderr + that temporarily replaces the sys stream *stream_name* with a StringIO. + + Taken from Lib/support/__init__.py in the CPython repo. + """ + orig_stdout = getattr(sys, stream_name) + setattr(sys, stream_name, StreamWrapper.from_stream(orig_stdout)) + try: + yield getattr(sys, stream_name) + finally: + setattr(sys, stream_name, orig_stdout) + + +def captured_stdout() -> ContextManager[StreamWrapper]: + """Capture the output of sys.stdout: + + with captured_stdout() as stdout: + print('hello') + self.assertEqual(stdout.getvalue(), 'hello\n') + + Taken from Lib/support/__init__.py in the CPython repo. + """ + return captured_output("stdout") + + +def captured_stderr() -> ContextManager[StreamWrapper]: + """ + See captured_stdout(). + """ + return captured_output("stderr") + + +# Simulates an enum +def enum(*sequential: Any, **named: Any) -> Type[Any]: + enums = dict(zip(sequential, range(len(sequential))), **named) + reverse = {value: key for key, value in enums.items()} + enums["reverse_mapping"] = reverse + return type("Enum", (), enums) + + +def build_netloc(host: str, port: Optional[int]) -> str: + """ + Build a netloc from a host-port pair + """ + if port is None: + return host + if ":" in host: + # Only wrap host with square brackets when it is IPv6 + host = f"[{host}]" + return f"{host}:{port}" + + +def build_url_from_netloc(netloc: str, scheme: str = "https") -> str: + """ + Build a full URL from a netloc. + """ + if netloc.count(":") >= 2 and "@" not in netloc and "[" not in netloc: + # It must be a bare IPv6 address, so wrap it with brackets. + netloc = f"[{netloc}]" + return f"{scheme}://{netloc}" + + +def parse_netloc(netloc: str) -> Tuple[Optional[str], Optional[int]]: + """ + Return the host-port pair from a netloc. + """ + url = build_url_from_netloc(netloc) + parsed = urllib.parse.urlparse(url) + return parsed.hostname, parsed.port + + +def split_auth_from_netloc(netloc: str) -> NetlocTuple: + """ + Parse out and remove the auth information from a netloc. + + Returns: (netloc, (username, password)). + """ + if "@" not in netloc: + return netloc, (None, None) + + # Split from the right because that's how urllib.parse.urlsplit() + # behaves if more than one @ is present (which can be checked using + # the password attribute of urlsplit()'s return value). + auth, netloc = netloc.rsplit("@", 1) + pw: Optional[str] = None + if ":" in auth: + # Split from the left because that's how urllib.parse.urlsplit() + # behaves if more than one : is present (which again can be checked + # using the password attribute of the return value) + user, pw = auth.split(":", 1) + else: + user, pw = auth, None + + user = urllib.parse.unquote(user) + if pw is not None: + pw = urllib.parse.unquote(pw) + + return netloc, (user, pw) + + +def redact_netloc(netloc: str) -> str: + """ + Replace the sensitive data in a netloc with "****", if it exists. + + For example: + - "user:pass@example.com" returns "user:****@example.com" + - "accesstoken@example.com" returns "****@example.com" + """ + netloc, (user, password) = split_auth_from_netloc(netloc) + if user is None: + return netloc + if password is None: + user = "****" + password = "" + else: + user = urllib.parse.quote(user) + password = ":****" + return f"{user}{password}@{netloc}" + + +def _transform_url( + url: str, transform_netloc: Callable[[str], Tuple[Any, ...]] +) -> Tuple[str, NetlocTuple]: + """Transform and replace netloc in a url. + + transform_netloc is a function taking the netloc and returning a + tuple. The first element of this tuple is the new netloc. The + entire tuple is returned. + + Returns a tuple containing the transformed url as item 0 and the + original tuple returned by transform_netloc as item 1. + """ + purl = urllib.parse.urlsplit(url) + netloc_tuple = transform_netloc(purl.netloc) + # stripped url + url_pieces = (purl.scheme, netloc_tuple[0], purl.path, purl.query, purl.fragment) + surl = urllib.parse.urlunsplit(url_pieces) + return surl, cast("NetlocTuple", netloc_tuple) + + +def _get_netloc(netloc: str) -> NetlocTuple: + return split_auth_from_netloc(netloc) + + +def _redact_netloc(netloc: str) -> Tuple[str]: + return (redact_netloc(netloc),) + + +def split_auth_netloc_from_url( + url: str, +) -> Tuple[str, str, Tuple[Optional[str], Optional[str]]]: + """ + Parse a url into separate netloc, auth, and url with no auth. + + Returns: (url_without_auth, netloc, (username, password)) + """ + url_without_auth, (netloc, auth) = _transform_url(url, _get_netloc) + return url_without_auth, netloc, auth + + +def remove_auth_from_url(url: str) -> str: + """Return a copy of url with 'username:password@' removed.""" + # username/pass params are passed to subversion through flags + # and are not recognized in the url. + return _transform_url(url, _get_netloc)[0] + + +def redact_auth_from_url(url: str) -> str: + """Replace the password in a given url with ****.""" + return _transform_url(url, _redact_netloc)[0] + + +def redact_auth_from_requirement(req: Requirement) -> str: + """Replace the password in a given requirement url with ****.""" + if not req.url: + return str(req) + return str(req).replace(req.url, redact_auth_from_url(req.url)) + + +class HiddenText: + def __init__(self, secret: str, redacted: str) -> None: + self.secret = secret + self.redacted = redacted + + def __repr__(self) -> str: + return f"" + + def __str__(self) -> str: + return self.redacted + + # This is useful for testing. + def __eq__(self, other: Any) -> bool: + if type(self) != type(other): + return False + + # The string being used for redaction doesn't also have to match, + # just the raw, original string. + return self.secret == other.secret + + +def hide_value(value: str) -> HiddenText: + return HiddenText(value, redacted="****") + + +def hide_url(url: str) -> HiddenText: + redacted = redact_auth_from_url(url) + return HiddenText(url, redacted=redacted) + + +def protect_pip_from_modification_on_windows(modifying_pip: bool) -> None: + """Protection of pip.exe from modification on Windows + + On Windows, any operation modifying pip should be run as: + python -m pip ... + """ + pip_names = [ + "pip", + f"pip{sys.version_info.major}", + f"pip{sys.version_info.major}.{sys.version_info.minor}", + ] + + # See https://github.com/pypa/pip/issues/1299 for more discussion + should_show_use_python_msg = ( + modifying_pip and WINDOWS and os.path.basename(sys.argv[0]) in pip_names + ) + + if should_show_use_python_msg: + new_command = [sys.executable, "-m", "pip"] + sys.argv[1:] + raise CommandError( + "To modify pip, please run the following command:\n{}".format( + " ".join(new_command) + ) + ) + + +def check_externally_managed() -> None: + """Check whether the current environment is externally managed. + + If the ``EXTERNALLY-MANAGED`` config file is found, the current environment + is considered externally managed, and an ExternallyManagedEnvironment is + raised. + """ + if running_under_virtualenv(): + return + marker = os.path.join(sysconfig.get_path("stdlib"), "EXTERNALLY-MANAGED") + if not os.path.isfile(marker): + return + raise ExternallyManagedEnvironment.from_config(marker) + + +def is_console_interactive() -> bool: + """Is this console interactive?""" + return sys.stdin is not None and sys.stdin.isatty() + + +def hash_file(path: str, blocksize: int = 1 << 20) -> Tuple[Any, int]: + """Return (hash, length) for path using hashlib.sha256()""" + + h = hashlib.sha256() + length = 0 + with open(path, "rb") as f: + for block in read_chunks(f, size=blocksize): + length += len(block) + h.update(block) + return h, length + + +def pairwise(iterable: Iterable[Any]) -> Iterator[Tuple[Any, Any]]: + """ + Return paired elements. + + For example: + s -> (s0, s1), (s2, s3), (s4, s5), ... + """ + iterable = iter(iterable) + return zip_longest(iterable, iterable) + + +def partition( + pred: Callable[[T], bool], + iterable: Iterable[T], +) -> Tuple[Iterable[T], Iterable[T]]: + """ + Use a predicate to partition entries into false entries and true entries, + like + + partition(is_odd, range(10)) --> 0 2 4 6 8 and 1 3 5 7 9 + """ + t1, t2 = tee(iterable) + return filterfalse(pred, t1), filter(pred, t2) + + +class ConfiguredBuildBackendHookCaller(BuildBackendHookCaller): + def __init__( + self, + config_holder: Any, + source_dir: str, + build_backend: str, + backend_path: Optional[str] = None, + runner: Optional[Callable[..., None]] = None, + python_executable: Optional[str] = None, + ): + super().__init__( + source_dir, build_backend, backend_path, runner, python_executable + ) + self.config_holder = config_holder + + def build_wheel( + self, + wheel_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + metadata_directory: Optional[str] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_wheel( + wheel_directory, config_settings=cs, metadata_directory=metadata_directory + ) + + def build_sdist( + self, + sdist_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_sdist(sdist_directory, config_settings=cs) + + def build_editable( + self, + wheel_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + metadata_directory: Optional[str] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_editable( + wheel_directory, config_settings=cs, metadata_directory=metadata_directory + ) + + def get_requires_for_build_wheel( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_wheel(config_settings=cs) + + def get_requires_for_build_sdist( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_sdist(config_settings=cs) + + def get_requires_for_build_editable( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_editable(config_settings=cs) + + def prepare_metadata_for_build_wheel( + self, + metadata_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + _allow_fallback: bool = True, + ) -> str: + cs = self.config_holder.config_settings + return super().prepare_metadata_for_build_wheel( + metadata_directory=metadata_directory, + config_settings=cs, + _allow_fallback=_allow_fallback, + ) + + def prepare_metadata_for_build_editable( + self, + metadata_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + _allow_fallback: bool = True, + ) -> str: + cs = self.config_holder.config_settings + return super().prepare_metadata_for_build_editable( + metadata_directory=metadata_directory, + config_settings=cs, + _allow_fallback=_allow_fallback, + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/models.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/models.py new file mode 100644 index 0000000..b6bb21a --- /dev/null +++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/utils/packaging.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 0000000..b9f6af4 --- /dev/null +++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/utils/setuptools_build.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 0000000..96d1b24 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py @@ -0,0 +1,146 @@ +import sys +import textwrap +from typing import List, Optional, Sequence + +# Shim to wrap setup.py invocation with setuptools +# Note that __file__ is handled via two {!r} *and* %r, to ensure that paths on +# Windows are correctly handled (it should be "C:\\Users" not "C:\Users"). +_SETUPTOOLS_SHIM = textwrap.dedent( + """ + exec(compile(''' + # This is -- a caller that pip uses to run setup.py + # + # - It imports setuptools before invoking setup.py, to enable projects that directly + # import from `distutils.core` to work with newer packaging standards. + # - It provides a clear error message when setuptools is not installed. + # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so + # setuptools doesn't think the script is `-c`. This avoids the following warning: + # manifest_maker: standard file '-c' not found". + # - It generates a shim setup.py, for handling setup.cfg-only projects. + import os, sys, tokenize + + try: + import setuptools + except ImportError as error: + print( + "ERROR: Can not execute `setup.py` since setuptools is not available in " + "the build environment.", + file=sys.stderr, + ) + sys.exit(1) + + __file__ = %r + sys.argv[0] = __file__ + + if os.path.exists(__file__): + filename = __file__ + with tokenize.open(__file__) as f: + setup_py_code = f.read() + else: + filename = "" + setup_py_code = "from setuptools import setup; setup()" + + exec(compile(setup_py_code, filename, "exec")) + ''' % ({!r},), "", "exec")) + """ +).rstrip() + + +def make_setuptools_shim_args( + setup_py_path: str, + global_options: Optional[Sequence[str]] = None, + no_user_config: bool = False, + unbuffered_output: bool = False, +) -> List[str]: + """ + Get setuptools command arguments with shim wrapped setup file invocation. + + :param setup_py_path: The path to setup.py to be wrapped. + :param global_options: Additional global options. + :param no_user_config: If True, disables personal user configuration. + :param unbuffered_output: If True, adds the unbuffered switch to the + argument list. + """ + args = [sys.executable] + if unbuffered_output: + args += ["-u"] + args += ["-c", _SETUPTOOLS_SHIM.format(setup_py_path)] + if global_options: + args += global_options + if no_user_config: + args += ["--no-user-cfg"] + return args + + +def make_setuptools_bdist_wheel_args( + setup_py_path: str, + global_options: Sequence[str], + build_options: Sequence[str], + destination_dir: str, +) -> List[str]: + # NOTE: Eventually, we'd want to also -S to the flags here, when we're + # isolating. Currently, it breaks Python in virtualenvs, because it + # relies on site.py to find parts of the standard library outside the + # virtualenv. + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["bdist_wheel", "-d", destination_dir] + args += build_options + return args + + +def make_setuptools_clean_args( + setup_py_path: str, + global_options: Sequence[str], +) -> List[str]: + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["clean", "--all"] + return args + + +def make_setuptools_develop_args( + setup_py_path: str, + *, + global_options: Sequence[str], + no_user_config: bool, + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, +) -> List[str]: + assert not (use_user_site and prefix) + + args = make_setuptools_shim_args( + setup_py_path, + global_options=global_options, + no_user_config=no_user_config, + ) + + args += ["develop", "--no-deps"] + + if prefix: + args += ["--prefix", prefix] + if home is not None: + args += ["--install-dir", home] + + if use_user_site: + args += ["--user", "--prefix="] + + return args + + +def make_setuptools_egg_info_args( + setup_py_path: str, + egg_info_dir: Optional[str], + no_user_config: bool, +) -> List[str]: + args = make_setuptools_shim_args(setup_py_path, no_user_config=no_user_config) + + args += ["egg_info"] + + if egg_info_dir: + args += ["--egg-base", egg_info_dir] + + return args diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 0000000..79580b0 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py @@ -0,0 +1,260 @@ +import logging +import os +import shlex +import subprocess +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Iterable, + List, + Mapping, + Optional, + Union, +) + +from pip._vendor.rich.markup import escape + +from pip._internal.cli.spinners import SpinnerInterface, open_spinner +from pip._internal.exceptions import InstallationSubprocessError +from pip._internal.utils.logging import VERBOSE, subprocess_logger +from pip._internal.utils.misc import HiddenText + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + +CommandArgs = List[Union[str, HiddenText]] + + +def make_command(*args: Union[str, HiddenText, CommandArgs]) -> CommandArgs: + """ + Create a CommandArgs object. + """ + command_args: CommandArgs = [] + for arg in args: + # Check for list instead of CommandArgs since CommandArgs is + # only known during type-checking. + if isinstance(arg, list): + command_args.extend(arg) + else: + # Otherwise, arg is str or HiddenText. + command_args.append(arg) + + return command_args + + +def format_command_args(args: Union[List[str], CommandArgs]) -> str: + """ + Format command arguments for display. + """ + # For HiddenText arguments, display the redacted form by calling str(). + # Also, we don't apply str() to arguments that aren't HiddenText since + # this can trigger a UnicodeDecodeError in Python 2 if the argument + # has type unicode and includes a non-ascii character. (The type + # checker doesn't ensure the annotations are correct in all cases.) + return " ".join( + shlex.quote(str(arg)) if isinstance(arg, HiddenText) else shlex.quote(arg) + for arg in args + ) + + +def reveal_command_args(args: Union[List[str], CommandArgs]) -> List[str]: + """ + Return the arguments in their raw, unredacted form. + """ + return [arg.secret if isinstance(arg, HiddenText) else arg for arg in args] + + +def call_subprocess( + cmd: Union[List[str], CommandArgs], + show_stdout: bool = False, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + unset_environ: Optional[Iterable[str]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: Optional[bool] = True, + stdout_only: Optional[bool] = False, + *, + command_desc: str, +) -> str: + """ + Args: + show_stdout: if true, use INFO to log the subprocess's stderr and + stdout streams. Otherwise, use DEBUG. Defaults to False. + extra_ok_returncodes: an iterable of integer return codes that are + acceptable, in addition to 0. Defaults to None, which means []. + unset_environ: an iterable of environment variable names to unset + prior to calling subprocess.Popen(). + log_failed_cmd: if false, failed commands are not logged, only raised. + stdout_only: if true, return only stdout, else return both. When true, + logging of both stdout and stderr occurs when the subprocess has + terminated, else logging occurs as subprocess output is produced. + """ + if extra_ok_returncodes is None: + extra_ok_returncodes = [] + if unset_environ is None: + unset_environ = [] + # Most places in pip use show_stdout=False. What this means is-- + # + # - We connect the child's output (combined stderr and stdout) to a + # single pipe, which we read. + # - We log this output to stderr at DEBUG level as it is received. + # - If DEBUG logging isn't enabled (e.g. if --verbose logging wasn't + # requested), then we show a spinner so the user can still see the + # subprocess is in progress. + # - If the subprocess exits with an error, we log the output to stderr + # at ERROR level if it hasn't already been displayed to the console + # (e.g. if --verbose logging wasn't enabled). This way we don't log + # the output to the console twice. + # + # If show_stdout=True, then the above is still done, but with DEBUG + # replaced by INFO. + if show_stdout: + # Then log the subprocess output at INFO level. + log_subprocess: Callable[..., None] = subprocess_logger.info + used_level = logging.INFO + else: + # Then log the subprocess output using VERBOSE. This also ensures + # it will be logged to the log file (aka user_log), if enabled. + log_subprocess = subprocess_logger.verbose + used_level = VERBOSE + + # Whether the subprocess will be visible in the console. + showing_subprocess = subprocess_logger.getEffectiveLevel() <= used_level + + # Only use the spinner if we're not showing the subprocess output + # and we have a spinner. + use_spinner = not showing_subprocess and spinner is not None + + log_subprocess("Running command %s", command_desc) + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + for name in unset_environ: + env.pop(name, None) + try: + proc = subprocess.Popen( + # Convert HiddenText objects to the underlying str. + reveal_command_args(cmd), + stdin=subprocess.PIPE, + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT if not stdout_only else subprocess.PIPE, + cwd=cwd, + env=env, + errors="backslashreplace", + ) + except Exception as exc: + if log_failed_cmd: + subprocess_logger.critical( + "Error %s while executing command %s", + exc, + command_desc, + ) + raise + all_output = [] + if not stdout_only: + assert proc.stdout + assert proc.stdin + proc.stdin.close() + # In this mode, stdout and stderr are in the same pipe. + while True: + line: str = proc.stdout.readline() + if not line: + break + line = line.rstrip() + all_output.append(line + "\n") + + # Show the line immediately. + log_subprocess(line) + # Update the spinner. + if use_spinner: + assert spinner + spinner.spin() + try: + proc.wait() + finally: + if proc.stdout: + proc.stdout.close() + output = "".join(all_output) + else: + # In this mode, stdout and stderr are in different pipes. + # We must use communicate() which is the only safe way to read both. + out, err = proc.communicate() + # log line by line to preserve pip log indenting + for out_line in out.splitlines(): + log_subprocess(out_line) + all_output.append(out) + for err_line in err.splitlines(): + log_subprocess(err_line) + all_output.append(err) + output = out + + proc_had_error = proc.returncode and proc.returncode not in extra_ok_returncodes + if use_spinner: + assert spinner + if proc_had_error: + spinner.finish("error") + else: + spinner.finish("done") + if proc_had_error: + if on_returncode == "raise": + error = InstallationSubprocessError( + command_description=command_desc, + exit_code=proc.returncode, + output_lines=all_output if not showing_subprocess else None, + ) + if log_failed_cmd: + subprocess_logger.error("%s", error, extra={"rich": True}) + subprocess_logger.verbose( + "[bold magenta]full command[/]: [blue]%s[/]", + escape(format_command_args(cmd)), + extra={"markup": True}, + ) + subprocess_logger.verbose( + "[bold magenta]cwd[/]: %s", + escape(cwd or "[inherit]"), + extra={"markup": True}, + ) + + raise error + elif on_returncode == "warn": + subprocess_logger.warning( + 'Command "%s" had error code %s in %s', + command_desc, + proc.returncode, + cwd, + ) + elif on_returncode == "ignore": + pass + else: + raise ValueError(f"Invalid value: on_returncode={on_returncode!r}") + return output + + +def runner_with_spinner_message(message: str) -> Callable[..., None]: + """Provide a subprocess_runner that shows a spinner message. + + Intended for use with for BuildBackendHookCaller. Thus, the runner has + an API that matches what's expected by BuildBackendHookCaller.subprocess_runner. + """ + + def runner( + cmd: List[str], + cwd: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + ) -> None: + with open_spinner(message) as spinner: + call_subprocess( + cmd, + command_desc=message, + cwd=cwd, + extra_environ=extra_environ, + spinner=spinner, + ) + + return runner diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 0000000..4eec5f3 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py @@ -0,0 +1,296 @@ +import errno +import itertools +import logging +import os.path +import tempfile +import traceback +from contextlib import ExitStack, contextmanager +from pathlib import Path +from typing import ( + Any, + Callable, + Dict, + Generator, + List, + Optional, + TypeVar, + Union, +) + +from pip._internal.utils.misc import enum, rmtree + +logger = logging.getLogger(__name__) + +_T = TypeVar("_T", bound="TempDirectory") + + +# Kinds of temporary directories. Only needed for ones that are +# globally-managed. +tempdir_kinds = enum( + BUILD_ENV="build-env", + EPHEM_WHEEL_CACHE="ephem-wheel-cache", + REQ_BUILD="req-build", +) + + +_tempdir_manager: Optional[ExitStack] = None + + +@contextmanager +def global_tempdir_manager() -> Generator[None, None, None]: + global _tempdir_manager + with ExitStack() as stack: + old_tempdir_manager, _tempdir_manager = _tempdir_manager, stack + try: + yield + finally: + _tempdir_manager = old_tempdir_manager + + +class TempDirectoryTypeRegistry: + """Manages temp directory behavior""" + + def __init__(self) -> None: + self._should_delete: Dict[str, bool] = {} + + def set_delete(self, kind: str, value: bool) -> None: + """Indicate whether a TempDirectory of the given kind should be + auto-deleted. + """ + self._should_delete[kind] = value + + def get_delete(self, kind: str) -> bool: + """Get configured auto-delete flag for a given TempDirectory type, + default True. + """ + return self._should_delete.get(kind, True) + + +_tempdir_registry: Optional[TempDirectoryTypeRegistry] = None + + +@contextmanager +def tempdir_registry() -> Generator[TempDirectoryTypeRegistry, None, None]: + """Provides a scoped global tempdir registry that can be used to dictate + whether directories should be deleted. + """ + global _tempdir_registry + old_tempdir_registry = _tempdir_registry + _tempdir_registry = TempDirectoryTypeRegistry() + try: + yield _tempdir_registry + finally: + _tempdir_registry = old_tempdir_registry + + +class _Default: + pass + + +_default = _Default() + + +class TempDirectory: + """Helper class that owns and cleans up a temporary directory. + + This class can be used as a context manager or as an OO representation of a + temporary directory. + + Attributes: + path + Location to the created temporary directory + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + Methods: + cleanup() + Deletes the temporary directory + + When used as a context manager, if the delete attribute is True, on + exiting the context the temporary directory is deleted. + """ + + def __init__( + self, + path: Optional[str] = None, + delete: Union[bool, None, _Default] = _default, + kind: str = "temp", + globally_managed: bool = False, + ignore_cleanup_errors: bool = True, + ): + super().__init__() + + if delete is _default: + if path is not None: + # If we were given an explicit directory, resolve delete option + # now. + delete = False + else: + # Otherwise, we wait until cleanup and see what + # tempdir_registry says. + delete = None + + # The only time we specify path is in for editables where it + # is the value of the --src option. + if path is None: + path = self._create(kind) + + self._path = path + self._deleted = False + self.delete = delete + self.kind = kind + self.ignore_cleanup_errors = ignore_cleanup_errors + + if globally_managed: + assert _tempdir_manager is not None + _tempdir_manager.enter_context(self) + + @property + def path(self) -> str: + assert not self._deleted, f"Attempted to access deleted path: {self._path}" + return self._path + + def __repr__(self) -> str: + return f"<{self.__class__.__name__} {self.path!r}>" + + def __enter__(self: _T) -> _T: + return self + + def __exit__(self, exc: Any, value: Any, tb: Any) -> None: + if self.delete is not None: + delete = self.delete + elif _tempdir_registry: + delete = _tempdir_registry.get_delete(self.kind) + else: + delete = True + + if delete: + self.cleanup() + + def _create(self, kind: str) -> str: + """Create a temporary directory and store its path in self.path""" + # We realpath here because some systems have their default tmpdir + # symlinked to another directory. This tends to confuse build + # scripts, so we canonicalize the path by traversing potential + # symlinks here. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + logger.debug("Created temporary directory: %s", path) + return path + + def cleanup(self) -> None: + """Remove the temporary directory created and reset state""" + self._deleted = True + if not os.path.exists(self._path): + return + + errors: List[BaseException] = [] + + def onerror( + func: Callable[..., Any], + path: Path, + exc_val: BaseException, + ) -> None: + """Log a warning for a `rmtree` error and continue""" + formatted_exc = "\n".join( + traceback.format_exception_only(type(exc_val), exc_val) + ) + formatted_exc = formatted_exc.rstrip() # remove trailing new line + if func in (os.unlink, os.remove, os.rmdir): + logger.debug( + "Failed to remove a temporary file '%s' due to %s.\n", + path, + formatted_exc, + ) + else: + logger.debug("%s failed with %s.", func.__qualname__, formatted_exc) + errors.append(exc_val) + + if self.ignore_cleanup_errors: + try: + # first try with tenacity; retrying to handle ephemeral errors + rmtree(self._path, ignore_errors=False) + except OSError: + # last pass ignore/log all errors + rmtree(self._path, onexc=onerror) + if errors: + logger.warning( + "Failed to remove contents in a temporary directory '%s'.\n" + "You can safely remove it manually.", + self._path, + ) + else: + rmtree(self._path) + + +class AdjacentTempDirectory(TempDirectory): + """Helper class that creates a temporary directory adjacent to a real one. + + Attributes: + original + The original directory to create a temp directory for. + path + After calling create() or entering, contains the full + path to the temporary directory. + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + """ + + # The characters that may be used to name the temp directory + # We always prepend a ~ and then rotate through these until + # a usable name is found. + # pkg_resources raises a different error for .dist-info folder + # with leading '-' and invalid metadata + LEADING_CHARS = "-~.=%0123456789" + + def __init__(self, original: str, delete: Optional[bool] = None) -> None: + self.original = original.rstrip("/\\") + super().__init__(delete=delete) + + @classmethod + def _generate_names(cls, name: str) -> Generator[str, None, None]: + """Generates a series of temporary names. + + The algorithm replaces the leading characters in the name + with ones that are valid filesystem characters, but are not + valid package names (for both Python and pip definitions of + package). + """ + for i in range(1, len(name)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i - 1 + ): + new_name = "~" + "".join(candidate) + name[i:] + if new_name != name: + yield new_name + + # If we make it this far, we will have to make a longer name + for i in range(len(cls.LEADING_CHARS)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i + ): + new_name = "~" + "".join(candidate) + name + if new_name != name: + yield new_name + + def _create(self, kind: str) -> str: + root, name = os.path.split(self.original) + for candidate in self._generate_names(name): + path = os.path.join(root, candidate) + try: + os.mkdir(path) + except OSError as ex: + # Continue if the name exists already + if ex.errno != errno.EEXIST: + raise + else: + path = os.path.realpath(path) + break + else: + # Final fallback on the default behavior. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + + logger.debug("Created temporary directory: %s", path) + return path diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 0000000..78b5c13 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py @@ -0,0 +1,257 @@ +"""Utilities related archives. +""" + +import logging +import os +import shutil +import stat +import tarfile +import zipfile +from typing import Iterable, List, Optional +from zipfile import ZipInfo + +from pip._internal.exceptions import InstallationError +from pip._internal.utils.filetypes import ( + BZ2_EXTENSIONS, + TAR_EXTENSIONS, + XZ_EXTENSIONS, + ZIP_EXTENSIONS, +) +from pip._internal.utils.misc import ensure_dir + +logger = logging.getLogger(__name__) + + +SUPPORTED_EXTENSIONS = ZIP_EXTENSIONS + TAR_EXTENSIONS + +try: + import bz2 # noqa + + SUPPORTED_EXTENSIONS += BZ2_EXTENSIONS +except ImportError: + logger.debug("bz2 module is not available") + +try: + # Only for Python 3.3+ + import lzma # noqa + + SUPPORTED_EXTENSIONS += XZ_EXTENSIONS +except ImportError: + logger.debug("lzma module is not available") + + +def current_umask() -> int: + """Get the current umask which involves having to set it temporarily.""" + mask = os.umask(0) + os.umask(mask) + return mask + + +def split_leading_dir(path: str) -> List[str]: + path = path.lstrip("/").lstrip("\\") + if "/" in path and ( + ("\\" in path and path.find("/") < path.find("\\")) or "\\" not in path + ): + return path.split("/", 1) + elif "\\" in path: + return path.split("\\", 1) + else: + return [path, ""] + + +def has_leading_dir(paths: Iterable[str]) -> bool: + """Returns true if all the paths have the same leading path name + (i.e., everything is in one subdirectory in an archive)""" + common_prefix = None + for path in paths: + prefix, rest = split_leading_dir(path) + if not prefix: + return False + elif common_prefix is None: + common_prefix = prefix + elif prefix != common_prefix: + return False + return True + + +def is_within_directory(directory: str, target: str) -> bool: + """ + Return true if the absolute path of target is within the directory + """ + abs_directory = os.path.abspath(directory) + abs_target = os.path.abspath(target) + + prefix = os.path.commonprefix([abs_directory, abs_target]) + return prefix == abs_directory + + +def set_extracted_file_to_default_mode_plus_executable(path: str) -> None: + """ + Make file present at path have execute for user/group/world + (chmod +x) is no-op on windows per python docs + """ + os.chmod(path, (0o777 & ~current_umask() | 0o111)) + + +def zip_item_is_executable(info: ZipInfo) -> bool: + mode = info.external_attr >> 16 + # if mode and regular file and any execute permissions for + # user/group/world? + return bool(mode and stat.S_ISREG(mode) and mode & 0o111) + + +def unzip_file(filename: str, location: str, flatten: bool = True) -> None: + """ + Unzip the file (with path `filename`) to the destination `location`. All + files are written based on system defaults and umask (i.e. permissions are + not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied after being + written. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + zipfp = open(filename, "rb") + try: + zip = zipfile.ZipFile(zipfp, allowZip64=True) + leading = has_leading_dir(zip.namelist()) and flatten + for info in zip.infolist(): + name = info.filename + fn = name + if leading: + fn = split_leading_dir(name)[1] + fn = os.path.join(location, fn) + dir = os.path.dirname(fn) + if not is_within_directory(location, fn): + message = ( + "The zip file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, fn, location)) + if fn.endswith("/") or fn.endswith("\\"): + # A directory + ensure_dir(fn) + else: + ensure_dir(dir) + # Don't use read() to avoid allocating an arbitrarily large + # chunk of memory for the file's content + fp = zip.open(name) + try: + with open(fn, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + finally: + fp.close() + if zip_item_is_executable(info): + set_extracted_file_to_default_mode_plus_executable(fn) + finally: + zipfp.close() + + +def untar_file(filename: str, location: str) -> None: + """ + Untar the file (with path `filename`) to the destination `location`. + All files are written based on system defaults and umask (i.e. permissions + are not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied after being + written. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + if filename.lower().endswith(".gz") or filename.lower().endswith(".tgz"): + mode = "r:gz" + elif filename.lower().endswith(BZ2_EXTENSIONS): + mode = "r:bz2" + elif filename.lower().endswith(XZ_EXTENSIONS): + mode = "r:xz" + elif filename.lower().endswith(".tar"): + mode = "r" + else: + logger.warning( + "Cannot determine compression type for file %s", + filename, + ) + mode = "r:*" + tar = tarfile.open(filename, mode, encoding="utf-8") + try: + leading = has_leading_dir([member.name for member in tar.getmembers()]) + for member in tar.getmembers(): + fn = member.name + if leading: + fn = split_leading_dir(fn)[1] + path = os.path.join(location, fn) + if not is_within_directory(location, path): + message = ( + "The tar file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, path, location)) + if member.isdir(): + ensure_dir(path) + elif member.issym(): + try: + tar._extract_member(member, path) + except Exception as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + else: + try: + fp = tar.extractfile(member) + except (KeyError, AttributeError) as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + ensure_dir(os.path.dirname(path)) + assert fp is not None + with open(path, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + fp.close() + # Update the timestamp (useful for cython compiled files) + tar.utime(member, path) + # member have any execute permissions for user/group/world? + if member.mode & 0o111: + set_extracted_file_to_default_mode_plus_executable(path) + finally: + tar.close() + + +def unpack_file( + filename: str, + location: str, + content_type: Optional[str] = None, +) -> None: + filename = os.path.realpath(filename) + if ( + content_type == "application/zip" + or filename.lower().endswith(ZIP_EXTENSIONS) + or zipfile.is_zipfile(filename) + ): + unzip_file(filename, location, flatten=not filename.endswith(".whl")) + elif ( + content_type == "application/x-gzip" + or tarfile.is_tarfile(filename) + or filename.lower().endswith(TAR_EXTENSIONS + BZ2_EXTENSIONS + XZ_EXTENSIONS) + ): + untar_file(filename, location) + else: + # FIXME: handle? + # FIXME: magic signatures? + logger.critical( + "Cannot unpack file %s (downloaded from %s, content-type: %s); " + "cannot detect archive format", + filename, + location, + content_type, + ) + raise InstallationError(f"Cannot determine archive format of {location}") diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 0000000..6ba2e04 --- /dev/null +++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/utils/virtualenv.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 0000000..882e36f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py @@ -0,0 +1,104 @@ +import logging +import os +import re +import site +import sys +from typing import List, Optional + +logger = logging.getLogger(__name__) +_INCLUDE_SYSTEM_SITE_PACKAGES_REGEX = re.compile( + r"include-system-site-packages\s*=\s*(?Ptrue|false)" +) + + +def _running_under_venv() -> bool: + """Checks if sys.base_prefix and sys.prefix match. + + This handles PEP 405 compliant virtual environments. + """ + return sys.prefix != getattr(sys, "base_prefix", sys.prefix) + + +def _running_under_legacy_virtualenv() -> bool: + """Checks if sys.real_prefix is set. + + This handles virtual environments created with pypa's virtualenv. + """ + # pypa/virtualenv case + return hasattr(sys, "real_prefix") + + +def running_under_virtualenv() -> bool: + """True if we're running inside a virtual environment, False otherwise.""" + return _running_under_venv() or _running_under_legacy_virtualenv() + + +def _get_pyvenv_cfg_lines() -> Optional[List[str]]: + """Reads {sys.prefix}/pyvenv.cfg and returns its contents as list of lines + + Returns None, if it could not read/access the file. + """ + pyvenv_cfg_file = os.path.join(sys.prefix, "pyvenv.cfg") + try: + # Although PEP 405 does not specify, the built-in venv module always + # writes with UTF-8. (pypa/pip#8717) + with open(pyvenv_cfg_file, encoding="utf-8") as f: + return f.read().splitlines() # avoids trailing newlines + except OSError: + return None + + +def _no_global_under_venv() -> bool: + """Check `{sys.prefix}/pyvenv.cfg` for system site-packages inclusion + + PEP 405 specifies that when system site-packages are not supposed to be + visible from a virtual environment, `pyvenv.cfg` must contain the following + line: + + include-system-site-packages = false + + Additionally, log a warning if accessing the file fails. + """ + cfg_lines = _get_pyvenv_cfg_lines() + if cfg_lines is None: + # We're not in a "sane" venv, so assume there is no system + # site-packages access (since that's PEP 405's default state). + logger.warning( + "Could not access 'pyvenv.cfg' despite a virtual environment " + "being active. Assuming global site-packages is not accessible " + "in this environment." + ) + return True + + for line in cfg_lines: + match = _INCLUDE_SYSTEM_SITE_PACKAGES_REGEX.match(line) + if match is not None and match.group("value") == "false": + return True + return False + + +def _no_global_under_legacy_virtualenv() -> bool: + """Check if "no-global-site-packages.txt" exists beside site.py + + This mirrors logic in pypa/virtualenv for determining whether system + site-packages are visible in the virtual environment. + """ + site_mod_dir = os.path.dirname(os.path.abspath(site.__file__)) + no_global_site_packages_file = os.path.join( + site_mod_dir, + "no-global-site-packages.txt", + ) + return os.path.exists(no_global_site_packages_file) + + +def virtualenv_no_global() -> bool: + """Returns a boolean, whether running in venv with no system site-packages.""" + # PEP 405 compliance needs to be checked first since virtualenv >=20 would + # return True for both checks, but is only able to use the PEP 405 config. + if _running_under_venv(): + return _no_global_under_venv() + + if _running_under_legacy_virtualenv(): + return _no_global_under_legacy_virtualenv() + + return False diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 0000000..3551f8f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py @@ -0,0 +1,134 @@ +"""Support functions for working with wheel files. +""" + +import logging +from email.message import Message +from email.parser import Parser +from typing import Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import UnsupportedWheel + +VERSION_COMPATIBLE = (1, 0) + + +logger = logging.getLogger(__name__) + + +def parse_wheel(wheel_zip: ZipFile, name: str) -> Tuple[str, Message]: + """Extract information from the provided wheel, ensuring it meets basic + standards. + + Returns the name of the .dist-info directory and the parsed WHEEL metadata. + """ + try: + info_dir = wheel_dist_info_dir(wheel_zip, name) + metadata = wheel_metadata(wheel_zip, info_dir) + version = wheel_version(metadata) + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {str(e)}") + + check_compatibility(version, name) + + return info_dir, metadata + + +def wheel_dist_info_dir(source: ZipFile, name: str) -> str: + """Returns the name of the contained .dist-info directory. + + Raises AssertionError or UnsupportedWheel if not found, >1 found, or + it doesn't match the provided name. + """ + # Zip file path separators must be / + subdirs = {p.split("/", 1)[0] for p in source.namelist()} + + info_dirs = [s for s in subdirs if s.endswith(".dist-info")] + + if not info_dirs: + raise UnsupportedWheel(".dist-info directory not found") + + if len(info_dirs) > 1: + raise UnsupportedWheel( + "multiple .dist-info directories found: {}".format(", ".join(info_dirs)) + ) + + info_dir = info_dirs[0] + + info_dir_name = canonicalize_name(info_dir) + canonical_name = canonicalize_name(name) + if not info_dir_name.startswith(canonical_name): + raise UnsupportedWheel( + f".dist-info directory {info_dir!r} does not start with {canonical_name!r}" + ) + + return info_dir + + +def read_wheel_metadata_file(source: ZipFile, path: str) -> bytes: + try: + return source.read(path) + # BadZipFile for general corruption, KeyError for missing entry, + # and RuntimeError for password-protected files + except (BadZipFile, KeyError, RuntimeError) as e: + raise UnsupportedWheel(f"could not read {path!r} file: {e!r}") + + +def wheel_metadata(source: ZipFile, dist_info_dir: str) -> Message: + """Return the WHEEL metadata of an extracted wheel, if possible. + Otherwise, raise UnsupportedWheel. + """ + path = f"{dist_info_dir}/WHEEL" + # Zip file path separators must be / + wheel_contents = read_wheel_metadata_file(source, path) + + try: + wheel_text = wheel_contents.decode() + except UnicodeDecodeError as e: + raise UnsupportedWheel(f"error decoding {path!r}: {e!r}") + + # FeedParser (used by Parser) does not raise any exceptions. The returned + # message may have .defects populated, but for backwards-compatibility we + # currently ignore them. + return Parser().parsestr(wheel_text) + + +def wheel_version(wheel_data: Message) -> Tuple[int, ...]: + """Given WHEEL metadata, return the parsed Wheel-Version. + Otherwise, raise UnsupportedWheel. + """ + version_text = wheel_data["Wheel-Version"] + if version_text is None: + raise UnsupportedWheel("WHEEL is missing Wheel-Version") + + version = version_text.strip() + + try: + return tuple(map(int, version.split("."))) + except ValueError: + raise UnsupportedWheel(f"invalid Wheel-Version: {version!r}") + + +def check_compatibility(version: Tuple[int, ...], name: str) -> None: + """Raises errors or warns if called with an incompatible Wheel-Version. + + pip should refuse to install a Wheel-Version that's a major series + ahead of what it's compatible with (e.g 2.0 > 1.1); and warn when + installing a version only minor version ahead (e.g 1.2 > 1.1). + + version: a 2-tuple representing a Wheel-Version (Major, Minor) + name: name of wheel or package to raise exception about + + :raises UnsupportedWheel: when an incompatible Wheel-Version is given + """ + if version[0] > VERSION_COMPATIBLE[0]: + raise UnsupportedWheel( + "{}'s Wheel-Version ({}) is not compatible with this version " + "of pip".format(name, ".".join(map(str, version))) + ) + elif version > VERSION_COMPATIBLE: + logger.warning( + "Installing from a newer Wheel-Version (%s)", + ".".join(map(str, version)), + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 0000000..b6beddb --- /dev/null +++ b/.venv/lib/python3.12/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.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..697fa4758a12e699ff43eb48a7c02a62a30be3f2 GIT binary patch literal 537 zcmZXP!AiqG5QcXXo7Remh#**@=&1*@s8`{t{U@l>sEbZ!UHcmE$`XWAq&*Br9 z9zA&z3JN_r2~~s)?DsSOKkV+juCKQV*4y|_-Z+H3m(6csU)B5^<(b4Jriui#QfH~| zQdcT@u6#88A%Ef=3Kx@NyB?3E zEq3d+77*nixhgvKFw2J%0hu&O(XFS;C^Cr!qrk;&VWmW)gjb@8cp-BnSww7Xv|wO{ zY%q<+9P|Lpy@+haE_B>CFcQq4h-AW)9I|w3$0j-PkB(U;tvF11^uR|VWB3pDw>ZPa zS%|H)Vd$sRMe9_XI9K8fHt|i0C)-1Ox|Gs+o6zozbY^6KMh?Cmk2+rj0UJ2+1F6)f A3;+NC literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed23ad508804f979b2f8ca2d05ede199dd4aee93 GIT binary patch literal 5029 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aac869334417fd13567a03d3ea96869f789a0fd0 GIT binary patch literal 18998 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 R%lEzC_2$of#5J<5`2VPFTHpWx literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2f1ba42bce338321b296a840a010669ad92e6d8c GIT binary patch literal 7618 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4f3fefefcc5b9ad5b22ea131aef2d670e4f3b9fe GIT binary patch literal 12490 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 V4MMyN%(tCyIkTZ(QGW6s{|ogUuYv#o literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..67ebb023165fb88d17c0bb795cb1b5d5ad14812e GIT binary patch literal 29016 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py new file mode 100644 index 0000000..20a17ed --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py @@ -0,0 +1,112 @@ +import logging +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Bazaar(VersionControl): + name = "bzr" + dirname = ".bzr" + repo_name = "branch" + schemes = ( + "bzr+http", + "bzr+https", + "bzr+ssh", + "bzr+sftp", + "bzr+ftp", + "bzr+lp", + "bzr+file", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flag = "--quiet" + elif verbosity == 1: + flag = "" + else: + flag = f"-{'v'*verbosity}" + cmd_args = make_command( + "checkout", "--lightweight", flag, rev_options.to_args(), url, dest + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(make_command("switch", url), cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + output = self.run_command( + make_command("info"), show_stdout=False, stdout_only=True, cwd=dest + ) + if output.startswith("Standalone "): + # Older versions of pip used to create standalone branches. + # Convert the standalone branch to a checkout by calling "bzr bind". + cmd_args = make_command("bind", "-q", url) + self.run_command(cmd_args, cwd=dest) + + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing bzr+ from bzr+ssh:// re-add it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "bzr+" + url + return url, rev, user_pass + + @classmethod + def get_remote_url(cls, location: str) -> str: + urls = cls.run_command( + ["info"], show_stdout=False, stdout_only=True, cwd=location + ) + for line in urls.splitlines(): + line = line.strip() + for x in ("checkout of branch: ", "parent branch: "): + if line.startswith(x): + repo = line.split(x)[1] + if cls._is_local_repository(repo): + return path_to_url(repo) + return repo + raise RemoteNotFoundError + + @classmethod + def get_revision(cls, location: str) -> str: + revision = cls.run_command( + ["revno"], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return revision.splitlines()[-1] + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + +vcs.register(Bazaar) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 0000000..8c242cf --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py @@ -0,0 +1,526 @@ +import logging +import os.path +import pathlib +import re +import urllib.parse +import urllib.request +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path, hide_url +from pip._internal.utils.subprocess import make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RemoteNotValidError, + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +urlsplit = urllib.parse.urlsplit +urlunsplit = urllib.parse.urlunsplit + + +logger = logging.getLogger(__name__) + + +GIT_VERSION_REGEX = re.compile( + r"^git version " # Prefix. + r"(\d+)" # Major. + r"\.(\d+)" # Dot, minor. + r"(?:\.(\d+))?" # Optional dot, patch. + r".*$" # Suffix, including any pre- and post-release segments we don't care about. +) + +HASH_REGEX = re.compile("^[a-fA-F0-9]{40}$") + +# SCP (Secure copy protocol) shorthand. e.g. 'git@example.com:foo/bar.git' +SCP_REGEX = re.compile( + r"""^ + # Optional user, e.g. 'git@' + (\w+@)? + # Server, e.g. 'github.com'. + ([^/:]+): + # The server-side path. e.g. 'user/project.git'. Must start with an + # alphanumeric character so as not to be confusable with a Windows paths + # like 'C:/foo/bar' or 'C:\foo\bar'. + (\w[^:]*) + $""", + re.VERBOSE, +) + + +def looks_like_hash(sha: str) -> bool: + return bool(HASH_REGEX.match(sha)) + + +class Git(VersionControl): + name = "git" + dirname = ".git" + repo_name = "clone" + schemes = ( + "git+http", + "git+https", + "git+ssh", + "git+git", + "git+file", + ) + # Prevent the user's environment variables from interfering with pip: + # https://github.com/pypa/pip/issues/1130 + unset_environ = ("GIT_DIR", "GIT_WORK_TREE") + default_arg_rev = "HEAD" + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [rev] + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + _, rev_options = self.get_url_rev_options(hide_url(url)) + if not rev_options.rev: + return False + if not self.is_commit_id_equal(dest, rev_options.rev): + # the current commit is different from rev, + # which means rev was something else than a commit hash + return False + # return False in the rare case rev is both a commit hash + # and a tag or a branch; we don't want to cache in that case + # because that branch/tag could point to something else in the future + is_tag_or_branch = bool(self.get_revision_sha(dest, rev_options.rev)[0]) + return not is_tag_or_branch + + def get_git_version(self) -> Tuple[int, ...]: + version = self.run_command( + ["version"], + command_desc="git version", + show_stdout=False, + stdout_only=True, + ) + match = GIT_VERSION_REGEX.match(version) + if not match: + logger.warning("Can't parse git version: %s", version) + return () + return (int(match.group(1)), int(match.group(2))) + + @classmethod + def get_current_branch(cls, location: str) -> Optional[str]: + """ + Return the current branch, or None if HEAD isn't at a branch + (e.g. detached HEAD). + """ + # git-symbolic-ref exits with empty stdout if "HEAD" is a detached + # HEAD rather than a symbolic ref. In addition, the -q causes the + # command to exit with status code 1 instead of 128 in this case + # and to suppress the message to stderr. + args = ["symbolic-ref", "-q", "HEAD"] + output = cls.run_command( + args, + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + ref = output.strip() + + if ref.startswith("refs/heads/"): + return ref[len("refs/heads/") :] + + return None + + @classmethod + def get_revision_sha(cls, dest: str, rev: str) -> Tuple[Optional[str], bool]: + """ + Return (sha_or_none, is_branch), where sha_or_none is a commit hash + if the revision names a remote branch or tag, otherwise None. + + Args: + dest: the repository directory. + rev: the revision name. + """ + # Pass rev to pre-filter the list. + output = cls.run_command( + ["show-ref", rev], + cwd=dest, + show_stdout=False, + stdout_only=True, + on_returncode="ignore", + ) + refs = {} + # NOTE: We do not use splitlines here since that would split on other + # unicode separators, which can be maliciously used to install a + # different revision. + for line in output.strip().split("\n"): + line = line.rstrip("\r") + if not line: + continue + try: + ref_sha, ref_name = line.split(" ", maxsplit=2) + except ValueError: + # Include the offending line to simplify troubleshooting if + # this error ever occurs. + raise ValueError(f"unexpected show-ref line: {line!r}") + + refs[ref_name] = ref_sha + + branch_ref = f"refs/remotes/origin/{rev}" + tag_ref = f"refs/tags/{rev}" + + sha = refs.get(branch_ref) + if sha is not None: + return (sha, True) + + sha = refs.get(tag_ref) + + return (sha, False) + + @classmethod + def _should_fetch(cls, dest: str, rev: str) -> bool: + """ + Return true if rev is a ref or is a commit that we don't have locally. + + Branches and tags are not considered in this method because they are + assumed to be always available locally (which is a normal outcome of + ``git clone`` and ``git fetch --tags``). + """ + if rev.startswith("refs/"): + # Always fetch remote refs. + return True + + if not looks_like_hash(rev): + # Git fetch would fail with abbreviated commits. + return False + + if cls.has_commit(dest, rev): + # Don't fetch if we have the commit locally. + return False + + return True + + @classmethod + def resolve_revision( + cls, dest: str, url: HiddenText, rev_options: RevOptions + ) -> RevOptions: + """ + Resolve a revision to a new RevOptions object with the SHA1 of the + branch, tag, or ref if found. + + Args: + rev_options: a RevOptions object. + """ + rev = rev_options.arg_rev + # The arg_rev property's implementation for Git ensures that the + # rev return value is always non-None. + assert rev is not None + + sha, is_branch = cls.get_revision_sha(dest, rev) + + if sha is not None: + rev_options = rev_options.make_new(sha) + rev_options.branch_name = rev if is_branch else None + + return rev_options + + # Do not show a warning for the common case of something that has + # the form of a Git commit hash. + if not looks_like_hash(rev): + logger.warning( + "Did not find branch or tag '%s', assuming revision or ref.", + rev, + ) + + if not cls._should_fetch(dest, rev): + return rev_options + + # fetch the requested revision + cls.run_command( + make_command("fetch", "-q", url, rev_options.to_args()), + cwd=dest, + ) + # Change the revision to the SHA of the ref we fetched + sha = cls.get_revision(dest, rev="FETCH_HEAD") + rev_options = rev_options.make_new(sha) + + return rev_options + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the current commit hash equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + if not name: + # Then avoid an unnecessary subprocess call. + return False + + return cls.get_revision(dest) == name + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info("Cloning %s%s to %s", url, rev_display, display_path(dest)) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + else: + flags = ("--verbose", "--progress") + if self.get_git_version() >= (2, 17): + # Git added support for partial clone in 2.17 + # https://git-scm.com/docs/partial-clone + # Speeds up cloning by functioning without a complete copy of repository + self.run_command( + make_command( + "clone", + "--filter=blob:none", + *flags, + url, + dest, + ) + ) + else: + self.run_command(make_command("clone", *flags, url, dest)) + + if rev_options.rev: + # Then a specific revision was requested. + rev_options = self.resolve_revision(dest, url, rev_options) + branch_name = getattr(rev_options, "branch_name", None) + logger.debug("Rev options %s, branch_name %s", rev_options, branch_name) + if branch_name is None: + # Only do a checkout if the current commit id doesn't match + # the requested revision. + if not self.is_commit_id_equal(dest, rev_options.rev): + cmd_args = make_command( + "checkout", + "-q", + rev_options.to_args(), + ) + self.run_command(cmd_args, cwd=dest) + elif self.get_current_branch(dest) != branch_name: + # Then a specific branch was requested, and that branch + # is not yet checked out. + track_branch = f"origin/{branch_name}" + cmd_args = [ + "checkout", + "-b", + branch_name, + "--track", + track_branch, + ] + self.run_command(cmd_args, cwd=dest) + else: + sha = self.get_revision(dest) + rev_options = rev_options.make_new(sha) + + logger.info("Resolved %s to commit %s", url, rev_options.rev) + + #: repo may contain submodules + self.update_submodules(dest) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command( + make_command("config", "remote.origin.url", url), + cwd=dest, + ) + cmd_args = make_command("checkout", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + self.update_submodules(dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + # First fetch changes from the default remote + if self.get_git_version() >= (1, 9): + # fetch tags in addition to everything else + self.run_command(["fetch", "-q", "--tags"], cwd=dest) + else: + self.run_command(["fetch", "-q"], cwd=dest) + # Then reset to wanted revision (maybe even origin/master) + rev_options = self.resolve_revision(dest, url, rev_options) + cmd_args = make_command("reset", "--hard", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + #: update submodules + self.update_submodules(dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return URL of the first remote encountered. + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + # We need to pass 1 for extra_ok_returncodes since the command + # exits with return code 1 if there are no matching lines. + stdout = cls.run_command( + ["config", "--get-regexp", r"remote\..*\.url"], + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + remotes = stdout.splitlines() + try: + found_remote = remotes[0] + except IndexError: + raise RemoteNotFoundError + + for remote in remotes: + if remote.startswith("remote.origin.url "): + found_remote = remote + break + url = found_remote.split(" ")[1] + return cls._git_remote_to_pip_url(url.strip()) + + @staticmethod + def _git_remote_to_pip_url(url: str) -> str: + """ + Convert a remote url from what git uses to what pip accepts. + + There are 3 legal forms **url** may take: + + 1. A fully qualified url: ssh://git@example.com/foo/bar.git + 2. A local project.git folder: /path/to/bare/repository.git + 3. SCP shorthand for form 1: git@example.com:foo/bar.git + + Form 1 is output as-is. Form 2 must be converted to URI and form 3 must + be converted to form 1. + + See the corresponding test test_git_remote_url_to_pip() for examples of + sample inputs/outputs. + """ + if re.match(r"\w+://", url): + # This is already valid. Pass it though as-is. + return url + if os.path.exists(url): + # A local bare remote (git clone --mirror). + # Needs a file:// prefix. + return pathlib.PurePath(url).as_uri() + scp_match = SCP_REGEX.match(url) + if scp_match: + # Add an ssh:// prefix and replace the ':' with a '/'. + return scp_match.expand(r"ssh://\1\2/\3") + # Otherwise, bail out. + raise RemoteNotValidError(url) + + @classmethod + def has_commit(cls, location: str, rev: str) -> bool: + """ + Check if rev is a commit that is available in the local repository. + """ + try: + cls.run_command( + ["rev-parse", "-q", "--verify", "sha^" + rev], + cwd=location, + log_failed_cmd=False, + ) + except InstallationError: + return False + else: + return True + + @classmethod + def get_revision(cls, location: str, rev: Optional[str] = None) -> str: + if rev is None: + rev = "HEAD" + current_rev = cls.run_command( + ["rev-parse", rev], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return current_rev.strip() + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + git_dir = cls.run_command( + ["rev-parse", "--git-dir"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if not os.path.isabs(git_dir): + git_dir = os.path.join(location, git_dir) + repo_root = os.path.abspath(os.path.join(git_dir, "..")) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Prefixes stub URLs like 'user@hostname:user/repo.git' with 'ssh://'. + That's required because although they use SSH they sometimes don't + work with a ssh:// scheme (e.g. GitHub). But we need a scheme for + parsing. Hence we remove it again afterwards and return it as a stub. + """ + # Works around an apparent Git bug + # (see https://article.gmane.org/gmane.comp.version-control.git/146500) + scheme, netloc, path, query, fragment = urlsplit(url) + if scheme.endswith("file"): + initial_slashes = path[: -len(path.lstrip("/"))] + newpath = initial_slashes + urllib.request.url2pathname(path).replace( + "\\", "/" + ).lstrip("/") + after_plus = scheme.find("+") + 1 + url = scheme[:after_plus] + urlunsplit( + (scheme[after_plus:], netloc, newpath, query, fragment), + ) + + if "://" not in url: + assert "file:" not in url + url = url.replace("git+", "git+ssh://") + url, rev, user_pass = super().get_url_rev_and_auth(url) + url = url.replace("ssh://", "") + else: + url, rev, user_pass = super().get_url_rev_and_auth(url) + + return url, rev, user_pass + + @classmethod + def update_submodules(cls, location: str) -> None: + if not os.path.exists(os.path.join(location, ".gitmodules")): + return + cls.run_command( + ["submodule", "update", "--init", "--recursive", "-q"], + cwd=location, + ) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["rev-parse", "--show-toplevel"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under git control " + "because git is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + @staticmethod + def should_add_vcs_url_prefix(repo_url: str) -> bool: + """In either https or ssh form, requirements must be prefixed with git+.""" + return True + + +vcs.register(Git) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 0000000..c183d41 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py @@ -0,0 +1,163 @@ +import configparser +import logging +import os +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Mercurial(VersionControl): + name = "hg" + dirname = ".hg" + repo_name = "clone" + schemes = ( + "hg+file", + "hg+http", + "hg+https", + "hg+ssh", + "hg+static-http", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [f"--rev={rev}"] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Cloning hg %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + elif verbosity == 2: + flags = ("--verbose",) + else: + flags = ("--verbose", "--debug") + self.run_command(make_command("clone", "--noupdate", *flags, url, dest)) + self.run_command( + make_command("update", *flags, rev_options.to_args()), + cwd=dest, + ) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + repo_config = os.path.join(dest, self.dirname, "hgrc") + config = configparser.RawConfigParser() + try: + config.read(repo_config) + config.set("paths", "default", url.secret) + with open(repo_config, "w") as config_file: + config.write(config_file) + except (OSError, configparser.NoSectionError) as exc: + logger.warning("Could not switch Mercurial repository to %s: %s", url, exc) + else: + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(["pull", "-q"], cwd=dest) + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + url = cls.run_command( + ["showconfig", "paths.default"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if cls._is_local_repository(url): + url = path_to_url(url) + return url.strip() + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the repository-local changeset revision number, as an integer. + """ + current_revision = cls.run_command( + ["parents", "--template={rev}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_revision + + @classmethod + def get_requirement_revision(cls, location: str) -> str: + """ + Return the changeset identification hash, as a 40-character + hexadecimal string + """ + current_rev_hash = cls.run_command( + ["parents", "--template={node}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_rev_hash + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + repo_root = cls.run_command( + ["root"], show_stdout=False, stdout_only=True, cwd=location + ).strip() + if not os.path.isabs(repo_root): + repo_root = os.path.abspath(os.path.join(location, repo_root)) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["root"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under hg control " + "because hg is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + +vcs.register(Mercurial) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 0000000..16d93a6 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py @@ -0,0 +1,324 @@ +import logging +import os +import re +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import ( + HiddenText, + display_path, + is_console_interactive, + is_installable_dir, + split_auth_from_netloc, +) +from pip._internal.utils.subprocess import CommandArgs, make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + +_svn_xml_url_re = re.compile('url="([^"]+)"') +_svn_rev_re = re.compile(r'committed-rev="(\d+)"') +_svn_info_xml_rev_re = re.compile(r'\s*revision="(\d+)"') +_svn_info_xml_url_re = re.compile(r"(.*)") + + +class Subversion(VersionControl): + name = "svn" + dirname = ".svn" + repo_name = "checkout" + schemes = ("svn+ssh", "svn+http", "svn+https", "svn+svn", "svn+file") + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + return True + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the maximum revision for all files under a given location + """ + # Note: taken from setuptools.command.egg_info + revision = 0 + + for base, dirs, _ in os.walk(location): + if cls.dirname not in dirs: + dirs[:] = [] + continue # no sense walking uncontrolled subdirs + dirs.remove(cls.dirname) + entries_fn = os.path.join(base, cls.dirname, "entries") + if not os.path.exists(entries_fn): + # FIXME: should we warn? + continue + + dirurl, localrev = cls._get_svn_url_rev(base) + + if base == location: + assert dirurl is not None + base = dirurl + "/" # save the root url + elif not dirurl or not dirurl.startswith(base): + dirs[:] = [] + continue # not part of the same svn tree, skip it + revision = max(revision, localrev) + return str(revision) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + This override allows the auth information to be passed to svn via the + --username and --password options instead of via the URL. + """ + if scheme == "ssh": + # The --username and --password options can't be used for + # svn+ssh URLs, so keep the auth information in the URL. + return super().get_netloc_and_auth(netloc, scheme) + + return split_auth_from_netloc(netloc) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing svn+ from svn+ssh:// re-add it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "svn+" + url + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + extra_args: CommandArgs = [] + if username: + extra_args += ["--username", username] + if password: + extra_args += ["--password", password] + + return extra_args + + @classmethod + def get_remote_url(cls, location: str) -> str: + # In cases where the source is in a subdirectory, we have to look up in + # the location until we find a valid project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + raise RemoteNotFoundError + + url, _rev = cls._get_svn_url_rev(location) + if url is None: + raise RemoteNotFoundError + + return url + + @classmethod + def _get_svn_url_rev(cls, location: str) -> Tuple[Optional[str], int]: + from pip._internal.exceptions import InstallationError + + entries_path = os.path.join(location, cls.dirname, "entries") + if os.path.exists(entries_path): + with open(entries_path) as f: + data = f.read() + else: # subversion >= 1.7 does not have the 'entries' file + data = "" + + url = None + if data.startswith("8") or data.startswith("9") or data.startswith("10"): + entries = list(map(str.splitlines, data.split("\n\x0c\n"))) + del entries[0][0] # get rid of the '8' + url = entries[0][3] + revs = [int(d[9]) for d in entries if len(d) > 9 and d[9]] + [0] + elif data.startswith("= 1.7 + # Note that using get_remote_call_options is not necessary here + # because `svn info` is being run against a local directory. + # We don't need to worry about making sure interactive mode + # is being used to prompt for passwords, because passwords + # are only potentially needed for remote server requests. + xml = cls.run_command( + ["info", "--xml", location], + show_stdout=False, + stdout_only=True, + ) + match = _svn_info_xml_url_re.search(xml) + assert match is not None + url = match.group(1) + revs = [int(m.group(1)) for m in _svn_info_xml_rev_re.finditer(xml)] + except InstallationError: + url, revs = None, [] + + if revs: + rev = max(revs) + else: + rev = 0 + + return url, rev + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + def __init__(self, use_interactive: Optional[bool] = None) -> None: + if use_interactive is None: + use_interactive = is_console_interactive() + self.use_interactive = use_interactive + + # This member is used to cache the fetched version of the current + # ``svn`` client. + # Special value definitions: + # None: Not evaluated yet. + # Empty tuple: Could not parse version. + self._vcs_version: Optional[Tuple[int, ...]] = None + + super().__init__() + + def call_vcs_version(self) -> Tuple[int, ...]: + """Query the version of the currently installed Subversion client. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + # Example versions: + # svn, version 1.10.3 (r1842928) + # compiled Feb 25 2019, 14:20:39 on x86_64-apple-darwin17.0.0 + # svn, version 1.7.14 (r1542130) + # compiled Mar 28 2018, 08:49:13 on x86_64-pc-linux-gnu + # svn, version 1.12.0-SlikSvn (SlikSvn/1.12.0) + # compiled May 28 2019, 13:44:56 on x86_64-microsoft-windows6.2 + version_prefix = "svn, version " + version = self.run_command(["--version"], show_stdout=False, stdout_only=True) + if not version.startswith(version_prefix): + return () + + version = version[len(version_prefix) :].split()[0] + version_list = version.partition("-")[0].split(".") + try: + parsed_version = tuple(map(int, version_list)) + except ValueError: + return () + + return parsed_version + + def get_vcs_version(self) -> Tuple[int, ...]: + """Return the version of the currently installed Subversion client. + + If the version of the Subversion client has already been queried, + a cached value will be used. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + if self._vcs_version is not None: + # Use cached version, if available. + # If parsing the version failed previously (empty tuple), + # do not attempt to parse it again. + return self._vcs_version + + vcs_version = self.call_vcs_version() + self._vcs_version = vcs_version + return vcs_version + + def get_remote_call_options(self) -> CommandArgs: + """Return options to be used on calls to Subversion that contact the server. + + These options are applicable for the following ``svn`` subcommands used + in this class. + + - checkout + - switch + - update + + :return: A list of command line arguments to pass to ``svn``. + """ + if not self.use_interactive: + # --non-interactive switch is available since Subversion 0.14.4. + # Subversion < 1.8 runs in interactive mode by default. + return ["--non-interactive"] + + svn_version = self.get_vcs_version() + # By default, Subversion >= 1.8 runs in non-interactive mode if + # stdin is not a TTY. Since that is how pip invokes SVN, in + # call_subprocess(), pip must pass --force-interactive to ensure + # the user can be prompted for a password, if required. + # SVN added the --force-interactive option in SVN 1.8. Since + # e.g. RHEL/CentOS 7, which is supported until 2024, ships with + # SVN 1.7, pip should continue to support SVN 1.7. Therefore, pip + # can't safely add the option if the SVN version is < 1.8 (or unknown). + if svn_version >= (1, 8): + return ["--force-interactive"] + + return [] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flag = "--quiet" + else: + flag = "" + cmd_args = make_command( + "checkout", + flag, + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "switch", + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "update", + self.get_remote_call_options(), + rev_options.to_args(), + dest, + ) + self.run_command(cmd_args) + + +vcs.register(Subversion) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 0000000..46ca279 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py @@ -0,0 +1,705 @@ +"""Handles all VCS (version control) support""" + +import logging +import os +import shutil +import sys +import urllib.parse +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Iterable, + Iterator, + List, + Mapping, + Optional, + Tuple, + Type, + Union, +) + +from pip._internal.cli.spinners import SpinnerInterface +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import ( + HiddenText, + ask_path_exists, + backup_dir, + display_path, + hide_url, + hide_value, + is_installable_dir, + rmtree, +) +from pip._internal.utils.subprocess import ( + CommandArgs, + call_subprocess, + format_command_args, + make_command, +) +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + + +__all__ = ["vcs"] + + +logger = logging.getLogger(__name__) + +AuthInfo = Tuple[Optional[str], Optional[str]] + + +def is_url(name: str) -> bool: + """ + Return true if the name looks like a URL. + """ + scheme = get_url_scheme(name) + if scheme is None: + return False + return scheme in ["http", "https", "file", "ftp"] + vcs.all_schemes + + +def make_vcs_requirement_url( + repo_url: str, rev: str, project_name: str, subdir: Optional[str] = None +) -> str: + """ + Return the URL for a VCS requirement. + + Args: + repo_url: the remote VCS url, with any needed VCS prefix (e.g. "git+"). + project_name: the (unescaped) project name. + """ + egg_project_name = project_name.replace("-", "_") + req = f"{repo_url}@{rev}#egg={egg_project_name}" + if subdir: + req += f"&subdirectory={subdir}" + + return req + + +def find_path_to_project_root_from_repo_root( + location: str, repo_root: str +) -> Optional[str]: + """ + Find the the Python project's root by searching up the filesystem from + `location`. Return the path to project root relative to `repo_root`. + Return None if the project root is `repo_root`, or cannot be found. + """ + # find project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find a Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + return None + + if os.path.samefile(repo_root, location): + return None + + return os.path.relpath(location, repo_root) + + +class RemoteNotFoundError(Exception): + pass + + +class RemoteNotValidError(Exception): + def __init__(self, url: str): + super().__init__(url) + self.url = url + + +class RevOptions: + + """ + Encapsulates a VCS-specific revision to install, along with any VCS + install options. + + Instances of this class should be treated as if immutable. + """ + + def __init__( + self, + vc_class: Type["VersionControl"], + rev: Optional[str] = None, + extra_args: Optional[CommandArgs] = None, + ) -> None: + """ + Args: + vc_class: a VersionControl subclass. + rev: the name of the revision to install. + extra_args: a list of extra options. + """ + if extra_args is None: + extra_args = [] + + self.extra_args = extra_args + self.rev = rev + self.vc_class = vc_class + self.branch_name: Optional[str] = None + + def __repr__(self) -> str: + return f"" + + @property + def arg_rev(self) -> Optional[str]: + if self.rev is None: + return self.vc_class.default_arg_rev + + return self.rev + + def to_args(self) -> CommandArgs: + """ + Return the VCS-specific command arguments. + """ + args: CommandArgs = [] + rev = self.arg_rev + if rev is not None: + args += self.vc_class.get_base_rev_args(rev) + args += self.extra_args + + return args + + def to_display(self) -> str: + if not self.rev: + return "" + + return f" (to revision {self.rev})" + + def make_new(self, rev: str) -> "RevOptions": + """ + Make a copy of the current instance, but with a new rev. + + Args: + rev: the name of the revision for the new object. + """ + return self.vc_class.make_rev_options(rev, extra_args=self.extra_args) + + +class VcsSupport: + _registry: Dict[str, "VersionControl"] = {} + schemes = ["ssh", "git", "hg", "bzr", "sftp", "svn"] + + def __init__(self) -> None: + # Register more schemes with urlparse for various version control + # systems + urllib.parse.uses_netloc.extend(self.schemes) + super().__init__() + + def __iter__(self) -> Iterator[str]: + return self._registry.__iter__() + + @property + def backends(self) -> List["VersionControl"]: + return list(self._registry.values()) + + @property + def dirnames(self) -> List[str]: + return [backend.dirname for backend in self.backends] + + @property + def all_schemes(self) -> List[str]: + schemes: List[str] = [] + for backend in self.backends: + schemes.extend(backend.schemes) + return schemes + + def register(self, cls: Type["VersionControl"]) -> None: + if not hasattr(cls, "name"): + logger.warning("Cannot register VCS %s", cls.__name__) + return + if cls.name not in self._registry: + self._registry[cls.name] = cls() + logger.debug("Registered VCS backend: %s", cls.name) + + def unregister(self, name: str) -> None: + if name in self._registry: + del self._registry[name] + + def get_backend_for_dir(self, location: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object if a repository of that type is found + at the given directory. + """ + vcs_backends = {} + for vcs_backend in self._registry.values(): + repo_path = vcs_backend.get_repository_root(location) + if not repo_path: + continue + logger.debug("Determine that %s uses VCS: %s", location, vcs_backend.name) + vcs_backends[repo_path] = vcs_backend + + if not vcs_backends: + return None + + # Choose the VCS in the inner-most directory. Since all repository + # roots found here would be either `location` or one of its + # parents, the longest path should have the most path components, + # i.e. the backend representing the inner-most repository. + inner_most_repo_path = max(vcs_backends, key=len) + return vcs_backends[inner_most_repo_path] + + def get_backend_for_scheme(self, scheme: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + for vcs_backend in self._registry.values(): + if scheme in vcs_backend.schemes: + return vcs_backend + return None + + def get_backend(self, name: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + name = name.lower() + return self._registry.get(name) + + +vcs = VcsSupport() + + +class VersionControl: + name = "" + dirname = "" + repo_name = "" + # List of supported schemes for this Version Control + schemes: Tuple[str, ...] = () + # Iterable of environment variable names to pass to call_subprocess(). + unset_environ: Tuple[str, ...] = () + default_arg_rev: Optional[str] = None + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + """ + Return whether the vcs prefix (e.g. "git+") should be added to a + repository's remote url when used in a requirement. + """ + return not remote_url.lower().startswith(f"{cls.name}:") + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + return None + + @classmethod + def get_requirement_revision(cls, repo_dir: str) -> str: + """ + Return the revision string that should be used in a requirement. + """ + return cls.get_revision(repo_dir) + + @classmethod + def get_src_requirement(cls, repo_dir: str, project_name: str) -> str: + """ + Return the requirement string to use to redownload the files + currently at the given repository directory. + + Args: + project_name: the (unescaped) project name. + + The return value has a form similar to the following: + + {repository_url}@{revision}#egg={project_name} + """ + repo_url = cls.get_remote_url(repo_dir) + + if cls.should_add_vcs_url_prefix(repo_url): + repo_url = f"{cls.name}+{repo_url}" + + revision = cls.get_requirement_revision(repo_dir) + subdir = cls.get_subdirectory(repo_dir) + req = make_vcs_requirement_url(repo_url, revision, project_name, subdir=subdir) + + return req + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + """ + Return the base revision arguments for a vcs command. + + Args: + rev: the name of a revision to install. Cannot be None. + """ + raise NotImplementedError + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + """ + Return true if the commit hash checked out at dest matches + the revision in url. + + Always return False, if the VCS does not support immutable commit + hashes. + + This method does not check if there are local uncommitted changes + in dest after checkout, as pip currently has no use case for that. + """ + return False + + @classmethod + def make_rev_options( + cls, rev: Optional[str] = None, extra_args: Optional[CommandArgs] = None + ) -> RevOptions: + """ + Return a RevOptions object. + + Args: + rev: the name of a revision to install. + extra_args: a list of extra options. + """ + return RevOptions(cls, rev, extra_args=extra_args) + + @classmethod + def _is_local_repository(cls, repo: str) -> bool: + """ + posix absolute paths start with os.path.sep, + win32 ones start with drive (like c:\\folder) + """ + drive, tail = os.path.splitdrive(repo) + return repo.startswith(os.path.sep) or bool(drive) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + Parse the repository URL's netloc, and return the new netloc to use + along with auth information. + + Args: + netloc: the original repository URL netloc. + scheme: the repository URL's scheme without the vcs prefix. + + This is mainly for the Subversion class to override, so that auth + information can be provided via the --username and --password options + instead of through the URL. For other subclasses like Git without + such an option, auth information must stay in the URL. + + Returns: (netloc, (username, password)). + """ + return netloc, (None, None) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Parse the repository URL to use, and return the URL, revision, + and auth info to use. + + Returns: (url, rev, (username, password)). + """ + scheme, netloc, path, query, frag = urllib.parse.urlsplit(url) + if "+" not in scheme: + raise ValueError( + f"Sorry, {url!r} is a malformed VCS url. " + "The format is +://, " + "e.g. svn+http://myrepo/svn/MyApp#egg=MyApp" + ) + # Remove the vcs prefix. + scheme = scheme.split("+", 1)[1] + netloc, user_pass = cls.get_netloc_and_auth(netloc, scheme) + rev = None + if "@" in path: + path, rev = path.rsplit("@", 1) + if not rev: + raise InstallationError( + f"The URL {url!r} has an empty revision (after @) " + "which is not supported. Include a revision after @ " + "or remove @ from the URL." + ) + url = urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + """ + Return the RevOptions "extra arguments" to use in obtain(). + """ + return [] + + def get_url_rev_options(self, url: HiddenText) -> Tuple[HiddenText, RevOptions]: + """ + Return the URL and RevOptions object to use in obtain(), + as a tuple (url, rev_options). + """ + secret_url, rev, user_pass = self.get_url_rev_and_auth(url.secret) + username, secret_password = user_pass + password: Optional[HiddenText] = None + if secret_password is not None: + password = hide_value(secret_password) + extra_args = self.make_rev_args(username, password) + rev_options = self.make_rev_options(rev, extra_args=extra_args) + + return hide_url(secret_url), rev_options + + @staticmethod + def normalize_url(url: str) -> str: + """ + Normalize a URL for comparison by unquoting it and removing any + trailing slash. + """ + return urllib.parse.unquote(url).rstrip("/") + + @classmethod + def compare_urls(cls, url1: str, url2: str) -> bool: + """ + Compare two repo URLs for identity, ignoring incidental differences. + """ + return cls.normalize_url(url1) == cls.normalize_url(url2) + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + """ + Fetch a revision from a repository, in the case that this is the + first fetch from the repository. + + Args: + dest: the directory to fetch the repository to. + rev_options: a RevOptions object. + verbosity: verbosity level. + """ + raise NotImplementedError + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Switch the repo at ``dest`` to point to ``URL``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Update an already-existing repo to the given ``rev_options``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the id of the current commit equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + raise NotImplementedError + + def obtain(self, dest: str, url: HiddenText, verbosity: int) -> None: + """ + Install or update in editable mode the package represented by this + VersionControl object. + + :param dest: the repository directory in which to install or update. + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + url, rev_options = self.get_url_rev_options(url) + + if not os.path.exists(dest): + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + rev_display = rev_options.to_display() + if self.is_repository_directory(dest): + existing_url = self.get_remote_url(dest) + if self.compare_urls(existing_url, url.secret): + logger.debug( + "%s in %s exists, and has correct URL (%s)", + self.repo_name.title(), + display_path(dest), + url, + ) + if not self.is_commit_id_equal(dest, rev_options.rev): + logger.info( + "Updating %s %s%s", + display_path(dest), + self.repo_name, + rev_display, + ) + self.update(dest, url, rev_options) + else: + logger.info("Skipping because already up-to-date.") + return + + logger.warning( + "%s %s in %s exists with URL %s", + self.name, + self.repo_name, + display_path(dest), + existing_url, + ) + prompt = ("(s)witch, (i)gnore, (w)ipe, (b)ackup ", ("s", "i", "w", "b")) + else: + logger.warning( + "Directory %s already exists, and is not a %s %s.", + dest, + self.name, + self.repo_name, + ) + # https://github.com/python/mypy/issues/1174 + prompt = ("(i)gnore, (w)ipe, (b)ackup ", ("i", "w", "b")) # type: ignore + + logger.warning( + "The plan is to install the %s repository %s", + self.name, + url, + ) + response = ask_path_exists(f"What to do? {prompt[0]}", prompt[1]) + + if response == "a": + sys.exit(-1) + + if response == "w": + logger.warning("Deleting %s", display_path(dest)) + rmtree(dest) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + if response == "b": + dest_dir = backup_dir(dest) + logger.warning("Backing up %s to %s", display_path(dest), dest_dir) + shutil.move(dest, dest_dir) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + # Do nothing if the response is "i". + if response == "s": + logger.info( + "Switching %s %s to %s%s", + self.repo_name, + display_path(dest), + url, + rev_display, + ) + self.switch(dest, url, rev_options) + + def unpack(self, location: str, url: HiddenText, verbosity: int) -> None: + """ + Clean up current location and download the url repository + (and vcs infos) into location + + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + if os.path.exists(location): + rmtree(location) + self.obtain(location, url=url, verbosity=verbosity) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return the url used at location + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + raise NotImplementedError + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the current commit id of the files at the given location. + """ + raise NotImplementedError + + @classmethod + def run_command( + cls, + cmd: Union[List[str], CommandArgs], + show_stdout: bool = True, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + command_desc: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: bool = True, + stdout_only: bool = False, + ) -> str: + """ + Run a VCS subcommand + This is simply a wrapper around call_subprocess that adds the VCS + command name, and checks that the VCS is available + """ + cmd = make_command(cls.name, *cmd) + if command_desc is None: + command_desc = format_command_args(cmd) + try: + return call_subprocess( + cmd, + show_stdout, + cwd, + on_returncode=on_returncode, + extra_ok_returncodes=extra_ok_returncodes, + command_desc=command_desc, + extra_environ=extra_environ, + unset_environ=cls.unset_environ, + spinner=spinner, + log_failed_cmd=log_failed_cmd, + stdout_only=stdout_only, + ) + except FileNotFoundError: + # errno.ENOENT = no such file or directory + # In other words, the VCS executable isn't available + raise BadCommand( + f"Cannot find command {cls.name!r} - do you have " + f"{cls.name!r} installed and in your PATH?" + ) + except PermissionError: + # errno.EACCES = Permission denied + # This error occurs, for instance, when the command is installed + # only for another user. So, the current user don't have + # permission to call the other user command. + raise BadCommand( + f"No permission to execute {cls.name!r} - install it " + f"locally, globally (ask admin), or check your PATH. " + f"See possible solutions at " + f"https://pip.pypa.io/en/latest/reference/pip_freeze/" + f"#fixing-permission-denied." + ) + + @classmethod + def is_repository_directory(cls, path: str) -> bool: + """ + Return whether a directory path is a repository directory. + """ + logger.debug("Checking in %s for %s (%s)...", path, cls.dirname, cls.name) + return os.path.exists(os.path.join(path, cls.dirname)) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + """ + Return the "root" (top-level) directory controlled by the vcs, + or `None` if the directory is not in any. + + It is meant to be overridden to implement smarter detection + mechanisms for specific vcs. + + This can do more than is_repository_directory() alone. For + example, the Git override checks that Git is actually available. + """ + if cls.is_repository_directory(location): + return location + return None diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py b/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 0000000..b1debe3 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py @@ -0,0 +1,354 @@ +"""Orchestrator for building wheels from InstallRequirements. +""" + +import logging +import os.path +import re +import shutil +from typing import Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name, canonicalize_version +from pip._vendor.packaging.version import InvalidVersion, Version + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import InvalidWheelFilename, UnsupportedWheel +from pip._internal.metadata import FilesystemWheel, get_wheel_distribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.build.wheel import build_wheel_pep517 +from pip._internal.operations.build.wheel_editable import build_wheel_editable +from pip._internal.operations.build.wheel_legacy import build_wheel_legacy +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ensure_dir, hash_file +from pip._internal.utils.setuptools_build import make_setuptools_clean_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + +_egg_info_re = re.compile(r"([a-z0-9_.]+)-([a-z0-9_.!+-]+)", re.IGNORECASE) + +BuildResult = Tuple[List[InstallRequirement], List[InstallRequirement]] + + +def _contains_egg_info(s: str) -> bool: + """Determine whether the string looks like an egg_info. + + :param s: The string to parse. E.g. foo-2.1 + """ + return bool(_egg_info_re.search(s)) + + +def _should_build( + req: InstallRequirement, + need_wheel: bool, +) -> bool: + """Return whether an InstallRequirement should be built into a wheel.""" + if req.constraint: + # never build requirements that are merely constraints + return False + if req.is_wheel: + if need_wheel: + logger.info( + "Skipping %s, due to already being wheel.", + req.name, + ) + return False + + if need_wheel: + # i.e. pip wheel, not pip install + return True + + # From this point, this concerns the pip install command only + # (need_wheel=False). + + if not req.source_dir: + return False + + if req.editable: + # we only build PEP 660 editable requirements + return req.supports_pyproject_editable() + + return True + + +def should_build_for_wheel_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=True) + + +def should_build_for_install_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=False) + + +def _should_cache( + req: InstallRequirement, +) -> Optional[bool]: + """ + Return whether a built InstallRequirement can be stored in the persistent + wheel cache, assuming the wheel cache is available, and _should_build() + has determined a wheel needs to be built. + """ + if req.editable or not req.source_dir: + # never cache editable requirements + return False + + if req.link and req.link.is_vcs: + # VCS checkout. Do not cache + # unless it points to an immutable commit hash. + assert not req.editable + assert req.source_dir + vcs_backend = vcs.get_backend_for_scheme(req.link.scheme) + assert vcs_backend + if vcs_backend.is_immutable_rev_checkout(req.link.url, req.source_dir): + return True + return False + + assert req.link + base, ext = req.link.splitext() + if _contains_egg_info(base): + return True + + # Otherwise, do not cache. + return False + + +def _get_cache_dir( + req: InstallRequirement, + wheel_cache: WheelCache, +) -> str: + """Return the persistent or temporary cache directory where the built + wheel need to be stored. + """ + cache_available = bool(wheel_cache.cache_dir) + assert req.link + if cache_available and _should_cache(req): + cache_dir = wheel_cache.get_path_for_link(req.link) + else: + cache_dir = wheel_cache.get_ephem_path_for_link(req.link) + return cache_dir + + +def _verify_one(req: InstallRequirement, wheel_path: str) -> None: + canonical_name = canonicalize_name(req.name or "") + w = Wheel(os.path.basename(wheel_path)) + if canonicalize_name(w.name) != canonical_name: + raise InvalidWheelFilename( + f"Wheel has unexpected file name: expected {canonical_name!r}, " + f"got {w.name!r}", + ) + dist = get_wheel_distribution(FilesystemWheel(wheel_path), canonical_name) + dist_verstr = str(dist.version) + if canonicalize_version(dist_verstr) != canonicalize_version(w.version): + raise InvalidWheelFilename( + f"Wheel has unexpected file name: expected {dist_verstr!r}, " + f"got {w.version!r}", + ) + metadata_version_value = dist.metadata_version + if metadata_version_value is None: + raise UnsupportedWheel("Missing Metadata-Version") + try: + metadata_version = Version(metadata_version_value) + except InvalidVersion: + msg = f"Invalid Metadata-Version: {metadata_version_value}" + raise UnsupportedWheel(msg) + if metadata_version >= Version("1.2") and not isinstance(dist.version, Version): + raise UnsupportedWheel( + f"Metadata 1.2 mandates PEP 440 version, but {dist_verstr!r} is not" + ) + + +def _build_one( + req: InstallRequirement, + output_dir: str, + verify: bool, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + """Build one wheel. + + :return: The filename of the built wheel, or None if the build failed. + """ + artifact = "editable" if editable else "wheel" + try: + ensure_dir(output_dir) + except OSError as e: + logger.warning( + "Building %s for %s failed: %s", + artifact, + req.name, + e, + ) + return None + + # Install build deps into temporary directory (PEP 518) + with req.build_env: + wheel_path = _build_one_inside_env( + req, output_dir, build_options, global_options, editable + ) + if wheel_path and verify: + try: + _verify_one(req, wheel_path) + except (InvalidWheelFilename, UnsupportedWheel) as e: + logger.warning("Built %s for %s is invalid: %s", artifact, req.name, e) + return None + return wheel_path + + +def _build_one_inside_env( + req: InstallRequirement, + output_dir: str, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + with TempDirectory(kind="wheel") as temp_dir: + assert req.name + if req.use_pep517: + assert req.metadata_directory + assert req.pep517_backend + if global_options: + logger.warning( + "Ignoring --global-option when building %s using PEP 517", req.name + ) + if build_options: + logger.warning( + "Ignoring --build-option when building %s using PEP 517", req.name + ) + if editable: + wheel_path = build_wheel_editable( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_pep517( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_legacy( + name=req.name, + setup_py_path=req.setup_py_path, + source_dir=req.unpacked_source_directory, + global_options=global_options, + build_options=build_options, + tempd=temp_dir.path, + ) + + if wheel_path is not None: + wheel_name = os.path.basename(wheel_path) + dest_path = os.path.join(output_dir, wheel_name) + try: + wheel_hash, length = hash_file(wheel_path) + shutil.move(wheel_path, dest_path) + logger.info( + "Created wheel for %s: filename=%s size=%d sha256=%s", + req.name, + wheel_name, + length, + wheel_hash.hexdigest(), + ) + logger.info("Stored in directory: %s", output_dir) + return dest_path + except Exception as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + # Ignore return, we can't do anything else useful. + if not req.use_pep517: + _clean_one_legacy(req, global_options) + return None + + +def _clean_one_legacy(req: InstallRequirement, global_options: List[str]) -> bool: + clean_args = make_setuptools_clean_args( + req.setup_py_path, + global_options=global_options, + ) + + logger.info("Running setup.py clean for %s", req.name) + try: + call_subprocess( + clean_args, command_desc="python setup.py clean", cwd=req.source_dir + ) + return True + except Exception: + logger.error("Failed cleaning build dir for %s", req.name) + return False + + +def build( + requirements: Iterable[InstallRequirement], + wheel_cache: WheelCache, + verify: bool, + build_options: List[str], + global_options: List[str], +) -> BuildResult: + """Build wheels. + + :return: The list of InstallRequirement that succeeded to build and + the list of InstallRequirement that failed to build. + """ + if not requirements: + return [], [] + + # Build the wheels. + logger.info( + "Building wheels for collected packages: %s", + ", ".join(req.name for req in requirements), # type: ignore + ) + + with indent_log(): + build_successes, build_failures = [], [] + for req in requirements: + assert req.name + cache_dir = _get_cache_dir(req, wheel_cache) + wheel_file = _build_one( + req, + cache_dir, + verify, + build_options, + global_options, + req.editable and req.permit_editable_wheels, + ) + if wheel_file: + # Record the download origin in the cache + if req.download_info is not None: + # download_info is guaranteed to be set because when we build an + # InstallRequirement it has been through the preparer before, but + # let's be cautious. + wheel_cache.record_download_origin(cache_dir, req.download_info) + # Update the link for this. + req.link = Link(path_to_url(wheel_file)) + req.local_file_path = req.link.file_path + assert req.link.is_wheel + build_successes.append(req) + else: + build_failures.append(req) + + # notify success/failure + if build_successes: + logger.info( + "Successfully built %s", + " ".join([req.name for req in build_successes]), # type: ignore + ) + if build_failures: + logger.info( + "Failed to build %s", + " ".join([req.name for req in build_failures]), # type: ignore + ) + # Return a list of requirements that failed to build + return build_successes, build_failures diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py new file mode 100644 index 0000000..c1884ba --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py @@ -0,0 +1,121 @@ +""" +pip._vendor is for vendoring dependencies of pip to prevent needing pip to +depend on something external. + +Files inside of pip._vendor should be considered immutable and should only be +updated to versions from upstream. +""" +from __future__ import absolute_import + +import glob +import os.path +import sys + +# Downstream redistributors which have debundled our dependencies should also +# patch this value to be true. This will trigger the additional patching +# to cause things like "six" to be available as pip. +DEBUNDLED = False + +# By default, look in this directory for a bunch of .whl files which we will +# add to the beginning of sys.path before attempting to import anything. This +# is done to support downstream re-distributors like Debian and Fedora who +# wish to create their own Wheels for our dependencies to aid in debundling. +WHEEL_DIR = os.path.abspath(os.path.dirname(__file__)) + + +# Define a small helper function to alias our vendored modules to the real ones +# if the vendored ones do not exist. This idea of this was taken from +# https://github.com/kennethreitz/requests/pull/2567. +def vendored(modulename): + vendored_name = "{0}.{1}".format(__name__, modulename) + + try: + __import__(modulename, globals(), locals(), level=0) + except ImportError: + # We can just silently allow import failures to pass here. If we + # got to this point it means that ``import pip._vendor.whatever`` + # failed and so did ``import whatever``. Since we're importing this + # upfront in an attempt to alias imports, not erroring here will + # just mean we get a regular import error whenever pip *actually* + # tries to import one of these modules to use it, which actually + # gives us a better error message than we would have otherwise + # gotten. + pass + else: + sys.modules[vendored_name] = sys.modules[modulename] + base, head = vendored_name.rsplit(".", 1) + setattr(sys.modules[base], head, sys.modules[modulename]) + + +# If we're operating in a debundled setup, then we want to go ahead and trigger +# the aliasing of our vendored libraries as well as looking for wheels to add +# to our sys.path. This will cause all of this code to be a no-op typically +# however downstream redistributors can enable it in a consistent way across +# all platforms. +if DEBUNDLED: + # Actually look inside of WHEEL_DIR to find .whl files and add them to the + # front of our sys.path. + sys.path[:] = glob.glob(os.path.join(WHEEL_DIR, "*.whl")) + sys.path + + # Actually alias all of our vendored dependencies. + vendored("cachecontrol") + vendored("certifi") + vendored("colorama") + vendored("distlib") + vendored("distro") + vendored("six") + vendored("six.moves") + vendored("six.moves.urllib") + vendored("six.moves.urllib.parse") + vendored("packaging") + vendored("packaging.version") + vendored("packaging.specifiers") + vendored("pep517") + vendored("pkg_resources") + vendored("platformdirs") + vendored("progress") + vendored("requests") + vendored("requests.exceptions") + vendored("requests.packages") + vendored("requests.packages.urllib3") + vendored("requests.packages.urllib3._collections") + vendored("requests.packages.urllib3.connection") + vendored("requests.packages.urllib3.connectionpool") + vendored("requests.packages.urllib3.contrib") + vendored("requests.packages.urllib3.contrib.ntlmpool") + vendored("requests.packages.urllib3.contrib.pyopenssl") + vendored("requests.packages.urllib3.exceptions") + vendored("requests.packages.urllib3.fields") + vendored("requests.packages.urllib3.filepost") + vendored("requests.packages.urllib3.packages") + vendored("requests.packages.urllib3.packages.ordered_dict") + vendored("requests.packages.urllib3.packages.six") + vendored("requests.packages.urllib3.packages.ssl_match_hostname") + vendored("requests.packages.urllib3.packages.ssl_match_hostname." + "_implementation") + vendored("requests.packages.urllib3.poolmanager") + vendored("requests.packages.urllib3.request") + vendored("requests.packages.urllib3.response") + vendored("requests.packages.urllib3.util") + vendored("requests.packages.urllib3.util.connection") + vendored("requests.packages.urllib3.util.request") + vendored("requests.packages.urllib3.util.response") + vendored("requests.packages.urllib3.util.retry") + vendored("requests.packages.urllib3.util.ssl_") + vendored("requests.packages.urllib3.util.timeout") + vendored("requests.packages.urllib3.util.url") + vendored("resolvelib") + vendored("rich") + vendored("rich.console") + vendored("rich.highlighter") + vendored("rich.logging") + vendored("rich.markup") + vendored("rich.progress") + vendored("rich.segment") + vendored("rich.style") + vendored("rich.text") + vendored("rich.traceback") + vendored("tenacity") + vendored("tomli") + vendored("truststore") + vendored("urllib3") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0a449e575d3d3ffa1260150ddc94c522f0939791 GIT binary patch literal 4699 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 O;kaCH`MAym_x}T&-(T7Q literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6c879663fbed7a1c9048a5adbf17e2435bd736e9 GIT binary patch literal 122056 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

_nfwoa2PCjXt1DE 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 Pao&5+WB%_D3&;NfaEDp5 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py new file mode 100644 index 0000000..4d20bc9 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py @@ -0,0 +1,28 @@ +# 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.13.1" + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.controller import CacheController +from pip._vendor.cachecontrol.wrapper import CacheControl + +__all__ = [ + "__author__", + "__email__", + "__version__", + "CacheControlAdapter", + "CacheController", + "CacheControl", +] + +import logging + +logging.getLogger(__name__).addHandler(logging.NullHandler()) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d71a1f7e8ac6536cac2ae3f53958955a6862c87 GIT binary patch literal 909 zcmaJ<&1=*^6rb6zY?6Me6rorGLf1Vsv3jyptrSI}mfpl%hG}M+o$VwOCfSzV)BXwG zyoz{G`looY6lo0<1o7al+FMV)Y&iMpgQ$g(c6A>N;V2fPuGzGD+v_xF@pTnvT1iJliPD+# zBF?zpp#gU->m}Xgj>sHN)2@@Lk;{%&krNcL!7z4TWG&Un9I4{aiD|^s1Tv(q)w7>! z5jY!Erz-Bva8TBSinR)MU8Tcb?XJ6g-(CJy5NzW7`Z%K}j3&SZ%+up$IWSF(o0_%U zB7}B;geD|63E>eH5}-}U9@i<9Bt(~?h%T0;s~|R;Gr2(sQvp2H3ae3wI*8m!MB+kZ z%#?P=J9X(LsX?y%_CMW*g8{CCg8xaluW6EiTS2MdLuJ9+kSYvC9Oh=ovkkyp=XFAg z(ZZ`m8GBA+2I+Hqvm@nD`Gn3P3%Y1~EfsN3t8H(q8?>m7wzO*VAWOaVh&_YBbI*nD z_B<)Jy`&3si(w1*yi{a-30AjDL!Nrjoi`kUH$DW95D|-v5I5;w)K??LI+8!qb5OeY zoarkNXJw4>Z>x+eXLU3+-?vUC7W(GN)Lh^GiPlch<5TqDPsOlHedGKZ!qeZ;Y~MIW mvxjK*&7C7Oe~cCn(c+iJ%DesJ#>!!1<*2dx6+P59AopKTwFhAU literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bd99fa71161fd205ff6bf2e55b82308f242c1dd5 GIT binary patch literal 2653 zcmaJ@O>7fK6rS~t?Ty!V9FjmNNiaBt_<$`6Y7uSIQX7&&Fj0X@Sd~_bckvIqUUzm) zWh;@4LltXWkLNA>9W_C9=G<4*hdGqGY z+qds~KmIKe2_YCyN*Bt%1`v8mH{S3$1h?@c5Q|7b3a25R%X1v1eVQ-tgO%5K9p^FQ zVa=}x@&QKswV*EK1x5$7K0TBVF*>M;dN?0uw4g=wXgafy(c@iNa_>eku-?g4Y4PV2T9Q>Q^lbkKe z)v961R@tbUIoL;!kz!p}tJa)MOqBp9a_++1aVax%Jag*f+%zx*qJCaiP0Iv&Fe4XA zYR0Hq#L$i@a?N6Q`m*JM#g0HGpc%!Y!_LXNYS!d}3he>C~s*u7zyjVTOm>_zs9g zWO3eM#r3|or>lj%T?Mdub=-IFa>(*~XBEMtx~u1*h2FQZDCo*iY94hpHo%3sWPtPm z-xf^OnpLl;njNHHT&@;vfA;uC=cnz+S&OK$J|kBZ_)t3}D~d~lAA%)^ZBjeqFD|7^ zhOVZGaWOsDD3oNP&k>`d7A!NJ(UlVhDXQtz6}5ULt(7mPYYnSpR1c*NzLhr1mU;ku zds!~3X1Z3cr6mwk43aKTj0z4$X{n$qsanI1fVK6Sh@QL!UH~DhN9QV;Fn}jWh<09Y4h##+*y?L z=guX0TV%eJR7)!fU2~btDd) zQFzQxVFDPVdsc;ko8q0JhZ8?fJm-D=f!6f%016Lv#9eK1*OEBa%C2DH`pK&&Z!~W2 z2c*4S^Y%N-IPu45qBELmkEUALWxR7m>~EbS!=U;lxG8iD?$3beh1&yp0g|S&2|Wn8 z1Hkt^;CtXgl}+$H8H7A700Pe0e4S{`k#i+Ae*Tl$xMjpG(uhL_#hKS2pKwXlYDu0@ ztL!kOnk2g=%?{OQQKNfWy8>)SoV;^fg zc*kx3qlu|Uc*ipSU_~70h@)+BbV(e4gvbBKKU0w6Tl?p~iNOMV3vYlYHvzT5r8Oa%z1G^GGI++w1Xef{xH z4g}3kwS#USvw0$a;hrjz$Mn}oxoRb`jafYGrW!E4%aoZky5caLxWT$yu9Abmqvg|V zzyvWP4&FT4%C3srZ@%Bku0z(vzCQBRkz3itnQvxT=0PU+$+gZu7S_vY`;F9#2=3XvP-$HK^8 zuo{mAC;n_flBi9R1jQpjpwyG9jdMm-P5Q_oFs~W&x_HVhMeYHik&@hQha~Az9j>X8 zL}=;~8WXkv&T!I(rB}de)S%B18mG1hJtyV%9H+{~dpIfPeYdEk+;YasqCNgvF?NTQ zO*`>=A*ZuJ>12JFeE<=u$+W4lcyJ7&T}01kAS$uQxsi8i8T~|Mt>i!p~GwF?LYb08s7U1XEp*nw|gVp$Hg{A7&XN0 ZUQZz$zR~=h-}wX!U!DMD@f+-o{{qnTOlklC literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..52cdebfc7273bc44c318dc24e65b9b5f812a3080 GIT binary patch literal 6471 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f608a61875fed184d7b1765666b3d9e02a5bad75 GIT binary patch literal 4354 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 yh`@1wwi2%U55)F+GW?xnR{6P literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..311d5190084d9a0a6faec09b15758f8dff7cd6ff GIT binary patch literal 1681 zcmaJ>TW=dh6rS;}*Xy;{x0p0dLYpRmvRu4C1B8kqiV3|$Sdr3~ZiK9jcZj#_#muY= zwl>F5h>{59J9jtM>eZWT)%9Do8=+KnEekbRlyax4dZUS| zuH#|Xx^Cz#4`J#~e_}SgI7AH*qp#YCc!UK$)(IK~^5cuGc%jVVH&Gj##4{UofwYOR zsas|j;aWo+lsKLlrX`0*KT)s;eAtsbIEo((fdhTG3w_}mNNB0O#3;TiB!DmY&`NfJ4u0gt~rsuV;s%lqcfKa4xI7PRL+3v%n?Y13H zNryZ^G(j>>fO9OKXH$VqMaGo%L9+(0!X@TQ4Sgg{t%cDzHr1wUBNe;b>PDy0)UmyR z-Fs95M6KG!r!L+>YUMt1?yHu$t+qOJr_PniTW_nx^w1kEz44{KgNWKPTWX!s3>T~M zzJ}*jzs7p2g>a?S3A5EPIpOnk8)f<@TXgDys0`*W?O%Iv>%scZsJ9lBFa2I#J$z}k z_t~S|Tp-Fp`C>5jVo;h3&MU#}YtQ9WUg+J33Lu&O{`R-Gf9ULAKI9hzUW~2o{(Fb~ z(&J3Nw|+#^10_|vQ)5FZVfNDF!brB2O`tFv&n@De@(0$v|=!&ZNa_ zVsVCO8(s1H{D;0k?y`6<8J=c|4GdY``*N#NpA zFf$)4zY@IsYVgkc!Mj(3H&>$KIamm!*@&ah$CUW5)h`JPf=gI@xKAC!_eIT literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py new file mode 100644 index 0000000..2c84208 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py @@ -0,0 +1,70 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import logging +from argparse import ArgumentParser +from typing import TYPE_CHECKING + +from pip._vendor import requests + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import logger + +if TYPE_CHECKING: + from argparse import Namespace + + from pip._vendor.cachecontrol.controller import CacheController + + +def setup_logging() -> None: + logger.setLevel(logging.DEBUG) + handler = logging.StreamHandler() + logger.addHandler(handler) + + +def get_session() -> requests.Session: + adapter = CacheControlAdapter( + DictCache(), cache_etags=True, serializer=None, heuristic=None + ) + sess = requests.Session() + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + sess.cache_controller = adapter.controller # type: ignore[attr-defined] + return sess + + +def get_args() -> Namespace: + parser = ArgumentParser() + parser.add_argument("url", help="The URL to try and cache") + return parser.parse_args() + + +def main() -> None: + args = get_args() + sess = get_session() + + # Make a request to get a response + resp = sess.get(args.url) + + # Turn on logging + setup_logging() + + # try setting the cache + cache_controller: CacheController = ( + sess.cache_controller # type: ignore[attr-defined] + ) + cache_controller.cache_response(resp.request, resp.raw) + + # Now try to get it + if cache_controller.cached_request(resp.request): + print("Cached!") + else: + print("Not cached :(") + + +if __name__ == "__main__": + main() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py new file mode 100644 index 0000000..3e83e30 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py @@ -0,0 +1,161 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import functools +import types +import zlib +from typing import TYPE_CHECKING, Any, Collection, Mapping + +from pip._vendor.requests.adapters import HTTPAdapter + +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import PERMANENT_REDIRECT_STATUSES, CacheController +from pip._vendor.cachecontrol.filewrapper import CallbackFileWrapper + +if TYPE_CHECKING: + from pip._vendor.requests import PreparedRequest, Response + from pip._vendor.urllib3 import HTTPResponse + + from pip._vendor.cachecontrol.cache import BaseCache + from pip._vendor.cachecontrol.heuristics import BaseHeuristic + from pip._vendor.cachecontrol.serialize import Serializer + + +class CacheControlAdapter(HTTPAdapter): + invalidating_methods = {"PUT", "PATCH", "DELETE"} + + def __init__( + self, + cache: BaseCache | None = None, + cache_etags: bool = True, + controller_class: type[CacheController] | None = None, + serializer: Serializer | None = None, + heuristic: BaseHeuristic | None = None, + cacheable_methods: Collection[str] | None = None, + *args: Any, + **kw: Any, + ) -> None: + super().__init__(*args, **kw) + self.cache = DictCache() if cache is None else cache + self.heuristic = heuristic + self.cacheable_methods = cacheable_methods or ("GET",) + + controller_factory = controller_class or CacheController + self.controller = controller_factory( + self.cache, cache_etags=cache_etags, serializer=serializer + ) + + def send( + self, + request: PreparedRequest, + stream: bool = False, + timeout: None | float | tuple[float, float] | tuple[float, None] = None, + verify: bool | str = True, + cert: (None | bytes | str | tuple[bytes | str, bytes | str]) = None, + proxies: Mapping[str, str] | None = None, + cacheable_methods: Collection[str] | None = None, + ) -> Response: + """ + Send a request. Use the request information to see if it + exists in the cache and cache the response if we need to and can. + """ + cacheable = cacheable_methods or self.cacheable_methods + if request.method in cacheable: + try: + cached_response = self.controller.cached_request(request) + except zlib.error: + cached_response = None + if cached_response: + return self.build_response(request, cached_response, from_cache=True) + + # check for etags and add headers if appropriate + request.headers.update(self.controller.conditional_headers(request)) + + resp = super().send(request, stream, timeout, verify, cert, proxies) + + return resp + + def build_response( + self, + request: PreparedRequest, + response: HTTPResponse, + from_cache: bool = False, + cacheable_methods: Collection[str] | None = None, + ) -> Response: + """ + Build a response by making a request or using the cache. + + This will end up calling send and returning a potentially + cached response + """ + cacheable = cacheable_methods or self.cacheable_methods + if not from_cache and request.method in cacheable: + # Check for any heuristics that might update headers + # before trying to cache. + if self.heuristic: + response = self.heuristic.apply(response) + + # apply any expiration heuristics + if response.status == 304: + # We must have sent an ETag request. This could mean + # that we've been expired already or that we simply + # have an etag. In either case, we want to try and + # update the cache if that is the case. + cached_response = self.controller.update_cached_response( + request, response + ) + + if cached_response is not response: + from_cache = True + + # We are done with the server response, read a + # possible response body (compliant servers will + # not return one, but we cannot be 100% sure) and + # release the connection back to the pool. + response.read(decode_content=False) + response.release_conn() + + response = cached_response + + # We always cache the 301 responses + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + self.controller.cache_response(request, response) + else: + # Wrap the response file with a wrapper that will cache the + # response when the stream has been consumed. + response._fp = CallbackFileWrapper( # type: ignore[attr-defined] + response._fp, # type: ignore[attr-defined] + functools.partial( + self.controller.cache_response, request, response + ), + ) + if response.chunked: + super_update_chunk_length = response._update_chunk_length # type: ignore[attr-defined] + + def _update_chunk_length(self: HTTPResponse) -> None: + super_update_chunk_length() + if self.chunk_left == 0: + self._fp._close() # type: ignore[attr-defined] + + response._update_chunk_length = types.MethodType( # type: ignore[attr-defined] + _update_chunk_length, response + ) + + resp: Response = super().build_response(request, response) # type: ignore[no-untyped-call] + + # See if we should invalidate the cache. + if request.method in self.invalidating_methods and resp.ok: + assert request.url is not None + cache_url = self.controller.cache_url(request.url) + self.cache.delete(cache_url) + + # Give the request a from_cache attr to let people use it + resp.from_cache = from_cache # type: ignore[attr-defined] + + return resp + + def close(self) -> None: + self.cache.close() + super().close() # type: ignore[no-untyped-call] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py new file mode 100644 index 0000000..3293b00 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py @@ -0,0 +1,74 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The cache object API for implementing caches. The default is a thread +safe in-memory dictionary. +""" +from __future__ import annotations + +from threading import Lock +from typing import IO, TYPE_CHECKING, MutableMapping + +if TYPE_CHECKING: + from datetime import datetime + + +class BaseCache: + def get(self, key: str) -> bytes | None: + raise NotImplementedError() + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + raise NotImplementedError() + + def delete(self, key: str) -> None: + raise NotImplementedError() + + def close(self) -> None: + pass + + +class DictCache(BaseCache): + def __init__(self, init_dict: MutableMapping[str, bytes] | None = None) -> None: + self.lock = Lock() + self.data = init_dict or {} + + def get(self, key: str) -> bytes | None: + return self.data.get(key, None) + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + with self.lock: + self.data.update({key: value}) + + def delete(self, key: str) -> None: + with self.lock: + if key in self.data: + self.data.pop(key) + + +class SeparateBodyBaseCache(BaseCache): + """ + In this variant, the body is not stored mixed in with the metadata, but is + passed in (as a bytes-like object) in a separate call to ``set_body()``. + + That is, the expected interaction pattern is:: + + cache.set(key, serialized_metadata) + cache.set_body(key) + + Similarly, the body should be loaded separately via ``get_body()``. + """ + + def set_body(self, key: str, body: bytes) -> None: + raise NotImplementedError() + + def get_body(self, key: str) -> IO[bytes] | None: + """ + Return the body as file-like object. + """ + raise NotImplementedError() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py new file mode 100644 index 0000000..24ff469 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from pip._vendor.cachecontrol.caches.file_cache import FileCache, SeparateBodyFileCache +from pip._vendor.cachecontrol.caches.redis_cache import RedisCache + +__all__ = ["FileCache", "SeparateBodyFileCache", "RedisCache"] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..09756740b398630969b66a41a6791704a6a52046 GIT binary patch literal 442 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9bff623ae3df29b6784c27bee49368e1100b0185 GIT binary patch literal 2745 zcmbVO-ES0C6u0frBMnId0-7rraQOoEVDD~ompVl zE$Kra+C)?FrR$TJkSM7SKKeiSLQ@;+1QLw#!MEZHTM8lRW=^(5C;QPYXPaFQ0nO{VL5ff?AI z>!-y~wakD9c9DiE(yHfDU`l>`>HKM9;LPcP4~B*ZVIlFJ>C*u-KaRV~N7SBgYmlMQlOOUmnwaJpFz${C%6yS(iNl;(T#i5Tw zuU4e==CF+m}yo&sXx}CM%w2UV-KVKRZyg-uKuT&1SAr_iEO$N3x|#Fz&f;WRAX`_3eNj zE}8i&<{0&}CA*Y0fX(t)Hjfa2z<_y9H1V?x(K7f>rc?=4!?0aDFpO&Fs#%%V;uh2| z0c4UaclA!oUnUwbA?wUWu({d&Fqk7XQb3jst)y->k1?DbT^S1#3HQPI9D>IeZiJ6J|g~j&1yJ{apD~9tj z&{m7Xfb0A9%_2WOLl@81~L?TTLnSw8pFb zd~?{+5m0G*8Buu|Nub}lvuP1iB^Fd|chpO3&8YBc5VqOA?fQY~<|#vmhLY=DW9WcT zDhGLnYKCz}OOBbRp#n$f^-!|iAWQ~OXB@-Fe6ajy>6B?0r`Jn1qkb5N zI}NxkR4nQQrjI_=d5c1@7v}3i5X7Khe-_9jc@!fZJ~W?dun+{-?!OsvOjgzvx__4 z`YOKMwX;69(3P4#-MaDI%(?o&?ao^l@1^<|QvHjm@--9|1B+R$`>9ckbBDV{<2Oo?PtQ|2Gj5 z`=$q)v2st_wV>^)Us%%m9!aqAJhEskM;0NTi>!Q?%hSs~^>uu$;0Xei^^)f~VDBN_ z^>mj~OAkB%!2=7?`c=lv@Ev&Bd3yQiM4d+h8Uwr=jDeL5u=wbJN%BzDxQ1z&V^h_* zBA<*@0_tB5V~hr6=7#bx{uRhk>PmjV*daJw)i|48({VcrPL=a8l)!W#p~87sAM$U5 zq5#~jACA^Ryo((M(v%RLUR@Qrw1^{tucvDksbPd|hEepavV&vIFg`1rPPD^1@J1}K z4C_YZYV;s`4aq?ySiqxv!N-6h!BhSqkSWp-1!a39CMf$>RB}f6P*{;P<>+!}chv8F zCF--Mc>gewY$&kb*d-`?8ZlYf_gE8^WF!M`9!_sUZAZ(1CTPpBX7gGamC;yGDS?|A z7QJu}{7qz IO[bytes]: + # We only want to write to this file, so open it in write only mode + flags = os.O_WRONLY + + # os.O_CREAT | os.O_EXCL will fail if the file already exists, so we only + # will open *new* files. + # We specify this because we want to ensure that the mode we pass is the + # mode of the file. + flags |= os.O_CREAT | os.O_EXCL + + # Do not follow symlinks to prevent someone from making a symlink that + # we follow and insecurely open a cache file. + if hasattr(os, "O_NOFOLLOW"): + flags |= os.O_NOFOLLOW + + # On Windows we'll mark this file as binary + if hasattr(os, "O_BINARY"): + flags |= os.O_BINARY + + # Before we open our file, we want to delete any existing file that is + # there + try: + os.remove(filename) + except OSError: + # The file must not exist already, so we can just skip ahead to opening + pass + + # Open our file, the use of os.O_CREAT | os.O_EXCL will ensure that if a + # race condition happens between the os.remove and this line, that an + # error will be raised. Because we utilize a lockfile this should only + # happen if someone is attempting to attack us. + fd = os.open(filename, flags, fmode) + try: + return os.fdopen(fd, "wb") + + except: + # An error occurred wrapping our FD in a file object + os.close(fd) + raise + + +class _FileCacheMixin: + """Shared implementation for both FileCache variants.""" + + def __init__( + self, + directory: str, + forever: bool = False, + filemode: int = 0o0600, + dirmode: int = 0o0700, + lock_class: type[BaseFileLock] | None = None, + ) -> None: + try: + if lock_class is None: + from filelock import FileLock + + lock_class = FileLock + except ImportError: + notice = dedent( + """ + NOTE: In order to use the FileCache you must have + filelock installed. You can install it via pip: + pip install filelock + """ + ) + raise ImportError(notice) + + self.directory = directory + self.forever = forever + self.filemode = filemode + self.dirmode = dirmode + self.lock_class = lock_class + + @staticmethod + def encode(x: str) -> str: + return hashlib.sha224(x.encode()).hexdigest() + + def _fn(self, name: str) -> str: + # NOTE: This method should not change as some may depend on it. + # See: https://github.com/ionrock/cachecontrol/issues/63 + hashed = self.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> bytes | None: + name = self._fn(key) + try: + with open(name, "rb") as fh: + return fh.read() + + except FileNotFoundError: + return None + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + name = self._fn(key) + self._write(name, value) + + def _write(self, path: str, data: bytes) -> None: + """ + Safely write the data to the given path. + """ + # Make sure the directory exists + try: + os.makedirs(os.path.dirname(path), self.dirmode) + except OSError: + pass + + with self.lock_class(path + ".lock"): + # Write our actual file + with _secure_open_write(path, self.filemode) as fh: + fh.write(data) + + def _delete(self, key: str, suffix: str) -> None: + name = self._fn(key) + suffix + if not self.forever: + try: + os.remove(name) + except FileNotFoundError: + pass + + +class FileCache(_FileCacheMixin, BaseCache): + """ + Traditional FileCache: body is stored in memory, so not suitable for large + downloads. + """ + + def delete(self, key: str) -> None: + self._delete(key, "") + + +class SeparateBodyFileCache(_FileCacheMixin, SeparateBodyBaseCache): + """ + Memory-efficient FileCache: body is stored in a separate file, reducing + peak memory usage. + """ + + def get_body(self, key: str) -> IO[bytes] | None: + name = self._fn(key) + ".body" + try: + return open(name, "rb") + except FileNotFoundError: + return None + + def set_body(self, key: str, body: bytes) -> None: + name = self._fn(key) + ".body" + self._write(name, body) + + def delete(self, key: str) -> None: + self._delete(key, "") + self._delete(key, ".body") + + +def url_to_file_path(url: str, filecache: FileCache) -> str: + """Return the file cache path based on the URL. + + This does not ensure the file exists! + """ + key = CacheController.cache_url(url) + return filecache._fn(key) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py new file mode 100644 index 0000000..f4f68c4 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py @@ -0,0 +1,48 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + + +from datetime import datetime, timezone +from typing import TYPE_CHECKING + +from pip._vendor.cachecontrol.cache import BaseCache + +if TYPE_CHECKING: + from redis import Redis + + +class RedisCache(BaseCache): + def __init__(self, conn: Redis[bytes]) -> None: + self.conn = conn + + def get(self, key: str) -> bytes | None: + return self.conn.get(key) + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + if not expires: + self.conn.set(key, value) + elif isinstance(expires, datetime): + now_utc = datetime.now(timezone.utc) + if expires.tzinfo is None: + now_utc = now_utc.replace(tzinfo=None) + delta = expires - now_utc + self.conn.setex(key, int(delta.total_seconds()), value) + else: + self.conn.setex(key, expires, value) + + def delete(self, key: str) -> None: + self.conn.delete(key) + + def clear(self) -> None: + """Helper for clearing all the keys in a database. Use with + caution!""" + for key in self.conn.keys(): + self.conn.delete(key) + + def close(self) -> None: + """Redis uses connection pooling, no need to close the connection.""" + pass diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py new file mode 100644 index 0000000..586b9f9 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py @@ -0,0 +1,494 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The httplib2 algorithms ported for use with requests. +""" +from __future__ import annotations + +import calendar +import logging +import re +import time +from email.utils import parsedate_tz +from typing import TYPE_CHECKING, Collection, Mapping + +from pip._vendor.requests.structures import CaseInsensitiveDict + +from pip._vendor.cachecontrol.cache import DictCache, SeparateBodyBaseCache +from pip._vendor.cachecontrol.serialize import Serializer + +if TYPE_CHECKING: + from typing import Literal + + from pip._vendor.requests import PreparedRequest + from pip._vendor.urllib3 import HTTPResponse + + from pip._vendor.cachecontrol.cache import BaseCache + +logger = logging.getLogger(__name__) + +URI = re.compile(r"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?") + +PERMANENT_REDIRECT_STATUSES = (301, 308) + + +def parse_uri(uri: str) -> tuple[str, str, str, str, str]: + """Parses a URI using the regex given in Appendix B of RFC 3986. + + (scheme, authority, path, query, fragment) = parse_uri(uri) + """ + match = URI.match(uri) + assert match is not None + groups = match.groups() + return (groups[1], groups[3], groups[4], groups[6], groups[8]) + + +class CacheController: + """An interface to see if request should cached or not.""" + + def __init__( + self, + cache: BaseCache | None = None, + cache_etags: bool = True, + serializer: Serializer | None = None, + status_codes: Collection[int] | None = None, + ): + self.cache = DictCache() if cache is None else cache + self.cache_etags = cache_etags + self.serializer = serializer or Serializer() + self.cacheable_status_codes = status_codes or (200, 203, 300, 301, 308) + + @classmethod + def _urlnorm(cls, uri: str) -> str: + """Normalize the URL to create a safe key for the cache""" + (scheme, authority, path, query, fragment) = parse_uri(uri) + if not scheme or not authority: + raise Exception("Only absolute URIs are allowed. uri = %s" % uri) + + scheme = scheme.lower() + authority = authority.lower() + + if not path: + path = "/" + + # Could do syntax based normalization of the URI before + # computing the digest. See Section 6.2.2 of Std 66. + request_uri = query and "?".join([path, query]) or path + defrag_uri = scheme + "://" + authority + request_uri + + return defrag_uri + + @classmethod + def cache_url(cls, uri: str) -> str: + return cls._urlnorm(uri) + + def parse_cache_control(self, headers: Mapping[str, str]) -> dict[str, int | None]: + known_directives = { + # https://tools.ietf.org/html/rfc7234#section-5.2 + "max-age": (int, True), + "max-stale": (int, False), + "min-fresh": (int, True), + "no-cache": (None, False), + "no-store": (None, False), + "no-transform": (None, False), + "only-if-cached": (None, False), + "must-revalidate": (None, False), + "public": (None, False), + "private": (None, False), + "proxy-revalidate": (None, False), + "s-maxage": (int, True), + } + + cc_headers = headers.get("cache-control", headers.get("Cache-Control", "")) + + retval: dict[str, int | None] = {} + + for cc_directive in cc_headers.split(","): + if not cc_directive.strip(): + continue + + parts = cc_directive.split("=", 1) + directive = parts[0].strip() + + try: + typ, required = known_directives[directive] + except KeyError: + logger.debug("Ignoring unknown cache-control directive: %s", directive) + continue + + if not typ or not required: + retval[directive] = None + if typ: + try: + retval[directive] = typ(parts[1].strip()) + except IndexError: + if required: + logger.debug( + "Missing value for cache-control " "directive: %s", + directive, + ) + except ValueError: + logger.debug( + "Invalid value for cache-control directive " "%s, must be %s", + directive, + typ.__name__, + ) + + return retval + + def _load_from_cache(self, request: PreparedRequest) -> HTTPResponse | None: + """ + Load a cached response, or return None if it's not available. + """ + cache_url = request.url + assert cache_url is not None + cache_data = self.cache.get(cache_url) + if cache_data is None: + logger.debug("No cache entry available") + return None + + if isinstance(self.cache, SeparateBodyBaseCache): + body_file = self.cache.get_body(cache_url) + else: + body_file = None + + result = self.serializer.loads(request, cache_data, body_file) + if result is None: + logger.warning("Cache entry deserialization failed, entry ignored") + return result + + def cached_request(self, request: PreparedRequest) -> HTTPResponse | Literal[False]: + """ + Return a cached response if it exists in the cache, otherwise + return False. + """ + assert request.url is not None + cache_url = self.cache_url(request.url) + logger.debug('Looking up "%s" in the cache', cache_url) + cc = self.parse_cache_control(request.headers) + + # Bail out if the request insists on fresh data + if "no-cache" in cc: + logger.debug('Request header has "no-cache", cache bypassed') + return False + + if "max-age" in cc and cc["max-age"] == 0: + logger.debug('Request header has "max_age" as 0, cache bypassed') + return False + + # Check whether we can load the response from the cache: + resp = self._load_from_cache(request) + if not resp: + return False + + # If we have a cached permanent redirect, return it immediately. We + # don't need to test our response for other headers b/c it is + # intrinsically "cacheable" as it is Permanent. + # + # See: + # https://tools.ietf.org/html/rfc7231#section-6.4.2 + # + # Client can try to refresh the value by repeating the request + # with cache busting headers as usual (ie no-cache). + if int(resp.status) in PERMANENT_REDIRECT_STATUSES: + msg = ( + "Returning cached permanent redirect response " + "(ignoring date and etag information)" + ) + logger.debug(msg) + return resp + + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict(resp.headers) + if not headers or "date" not in headers: + if "etag" not in headers: + # Without date or etag, the cached response can never be used + # and should be deleted. + logger.debug("Purging cached response: no date or etag") + self.cache.delete(cache_url) + logger.debug("Ignoring cached response: no date") + return False + + now = time.time() + time_tuple = parsedate_tz(headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + current_age = max(0, now - date) + logger.debug("Current age based on date: %i", current_age) + + # TODO: There is an assumption that the result will be a + # urllib3 response object. This may not be best since we + # could probably avoid instantiating or constructing the + # response until we know we need it. + resp_cc = self.parse_cache_control(headers) + + # determine freshness + freshness_lifetime = 0 + + # Check the max-age pragma in the cache control header + max_age = resp_cc.get("max-age") + if max_age is not None: + freshness_lifetime = max_age + logger.debug("Freshness lifetime from max-age: %i", freshness_lifetime) + + # If there isn't a max-age, check for an expires header + elif "expires" in headers: + expires = parsedate_tz(headers["expires"]) + if expires is not None: + expire_time = calendar.timegm(expires[:6]) - date + freshness_lifetime = max(0, expire_time) + logger.debug("Freshness lifetime from expires: %i", freshness_lifetime) + + # Determine if we are setting freshness limit in the + # request. Note, this overrides what was in the response. + max_age = cc.get("max-age") + if max_age is not None: + freshness_lifetime = max_age + logger.debug( + "Freshness lifetime from request max-age: %i", freshness_lifetime + ) + + min_fresh = cc.get("min-fresh") + if min_fresh is not None: + # adjust our current age by our min fresh + current_age += min_fresh + logger.debug("Adjusted current age from min-fresh: %i", current_age) + + # Return entry if it is fresh enough + if freshness_lifetime > current_age: + logger.debug('The response is "fresh", returning cached response') + logger.debug("%i > %i", freshness_lifetime, current_age) + return resp + + # we're not fresh. If we don't have an Etag, clear it out + if "etag" not in headers: + logger.debug('The cached response is "stale" with no etag, purging') + self.cache.delete(cache_url) + + # return the original handler + return False + + def conditional_headers(self, request: PreparedRequest) -> dict[str, str]: + resp = self._load_from_cache(request) + new_headers = {} + + if resp: + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict(resp.headers) + + if "etag" in headers: + new_headers["If-None-Match"] = headers["ETag"] + + if "last-modified" in headers: + new_headers["If-Modified-Since"] = headers["Last-Modified"] + + return new_headers + + def _cache_set( + self, + cache_url: str, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + expires_time: int | None = None, + ) -> None: + """ + Store the data in the cache. + """ + if isinstance(self.cache, SeparateBodyBaseCache): + # We pass in the body separately; just put a placeholder empty + # string in the metadata. + self.cache.set( + cache_url, + self.serializer.dumps(request, response, b""), + expires=expires_time, + ) + # body is None can happen when, for example, we're only updating + # headers, as is the case in update_cached_response(). + if body is not None: + self.cache.set_body(cache_url, body) + else: + self.cache.set( + cache_url, + self.serializer.dumps(request, response, body), + expires=expires_time, + ) + + def cache_response( + self, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + status_codes: Collection[int] | None = None, + ) -> None: + """ + Algorithm for caching requests. + + This assumes a requests Response object. + """ + # From httplib2: Don't cache 206's since we aren't going to + # handle byte range requests + cacheable_status_codes = status_codes or self.cacheable_status_codes + if response.status not in cacheable_status_codes: + logger.debug( + "Status code %s not in %s", response.status, cacheable_status_codes + ) + return + + response_headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( + response.headers + ) + + if "date" in response_headers: + time_tuple = parsedate_tz(response_headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + else: + date = 0 + + # If we've been given a body, our response has a Content-Length, that + # Content-Length is valid then we can check to see if the body we've + # been given matches the expected size, and if it doesn't we'll just + # skip trying to cache it. + if ( + body is not None + and "content-length" in response_headers + and response_headers["content-length"].isdigit() + and int(response_headers["content-length"]) != len(body) + ): + return + + cc_req = self.parse_cache_control(request.headers) + cc = self.parse_cache_control(response_headers) + + assert request.url is not None + cache_url = self.cache_url(request.url) + logger.debug('Updating cache with response from "%s"', cache_url) + + # Delete it from the cache if we happen to have it stored there + no_store = False + if "no-store" in cc: + no_store = True + logger.debug('Response header has "no-store"') + if "no-store" in cc_req: + no_store = True + logger.debug('Request header has "no-store"') + if no_store and self.cache.get(cache_url): + logger.debug('Purging existing cache entry to honor "no-store"') + self.cache.delete(cache_url) + if no_store: + return + + # https://tools.ietf.org/html/rfc7234#section-4.1: + # A Vary header field-value of "*" always fails to match. + # Storing such a response leads to a deserialization warning + # during cache lookup and is not allowed to ever be served, + # so storing it can be avoided. + if "*" in response_headers.get("vary", ""): + logger.debug('Response header has "Vary: *"') + return + + # If we've been given an etag, then keep the response + if self.cache_etags and "etag" in response_headers: + expires_time = 0 + if response_headers.get("expires"): + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires[:6]) - date + + expires_time = max(expires_time, 14 * 86400) + + logger.debug(f"etag object cached for {expires_time} seconds") + logger.debug("Caching due to etag") + self._cache_set(cache_url, request, response, body, expires_time) + + # Add to the cache any permanent redirects. We do this before looking + # that the Date headers. + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + logger.debug("Caching permanent redirect") + self._cache_set(cache_url, request, response, b"") + + # Add to the cache if the response headers demand it. If there + # is no date header then we can't do anything about expiring + # the cache. + elif "date" in response_headers: + time_tuple = parsedate_tz(response_headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + # cache when there is a max-age > 0 + max_age = cc.get("max-age") + if max_age is not None and max_age > 0: + logger.debug("Caching b/c date exists and max-age > 0") + expires_time = max_age + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + # If the request can expire, it means we should cache it + # in the meantime. + elif "expires" in response_headers: + if response_headers["expires"]: + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires[:6]) - date + else: + expires_time = None + + logger.debug( + "Caching b/c of expires header. expires in {} seconds".format( + expires_time + ) + ) + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + def update_cached_response( + self, request: PreparedRequest, response: HTTPResponse + ) -> HTTPResponse: + """On a 304 we will get a new set of headers that we want to + update our cached value with, assuming we have one. + + This should only ever be called when we've sent an ETag and + gotten a 304 as the response. + """ + assert request.url is not None + cache_url = self.cache_url(request.url) + cached_response = self._load_from_cache(request) + + if not cached_response: + # we didn't have a cached response + return response + + # Lets update our headers with the headers from the new request: + # http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-26#section-4.1 + # + # The server isn't supposed to send headers that would make + # the cached body invalid. But... just in case, we'll be sure + # to strip out ones we know that might be problmatic due to + # typical assumptions. + excluded_headers = ["content-length"] + + cached_response.headers.update( + { + k: v + for k, v in response.headers.items() # type: ignore[no-untyped-call] + if k.lower() not in excluded_headers + } + ) + + # we want a 200 b/c we have content via the cache + cached_response.status = 200 + + # update our cache + self._cache_set(cache_url, request, cached_response) + + return cached_response diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 0000000..2514390 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py @@ -0,0 +1,119 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import mmap +from tempfile import NamedTemporaryFile +from typing import TYPE_CHECKING, Any, Callable + +if TYPE_CHECKING: + from http.client import HTTPResponse + + +class CallbackFileWrapper: + """ + Small wrapper around a fp object which will tee everything read into a + buffer, and when that file is closed it will execute a callback with the + contents of that buffer. + + All attributes are proxied to the underlying file object. + + This class uses members with a double underscore (__) leading prefix so as + not to accidentally shadow an attribute. + + The data is stored in a temporary file until it is all available. As long + as the temporary files directory is disk-based (sometimes it's a + memory-backed-``tmpfs`` on Linux), data will be unloaded to disk if memory + pressure is high. For small files the disk usually won't be used at all, + it'll all be in the filesystem memory cache, so there should be no + performance impact. + """ + + def __init__( + self, fp: HTTPResponse, callback: Callable[[bytes], None] | None + ) -> None: + self.__buf = NamedTemporaryFile("rb+", delete=True) + self.__fp = fp + self.__callback = callback + + def __getattr__(self, name: str) -> Any: + # The vaguaries of garbage collection means that self.__fp is + # not always set. By using __getattribute__ and the private + # name[0] allows looking up the attribute value and raising an + # AttributeError when it doesn't exist. This stop thigns from + # infinitely recursing calls to getattr in the case where + # self.__fp hasn't been set. + # + # [0] https://docs.python.org/2/reference/expressions.html#atom-identifiers + fp = self.__getattribute__("_CallbackFileWrapper__fp") + return getattr(fp, name) + + def __is_fp_closed(self) -> bool: + try: + return self.__fp.fp is None + + except AttributeError: + pass + + try: + closed: bool = self.__fp.closed + return closed + + except AttributeError: + pass + + # We just don't cache it then. + # TODO: Add some logging here... + return False + + def _close(self) -> None: + if self.__callback: + if self.__buf.tell() == 0: + # Empty file: + result = b"" + else: + # Return the data without actually loading it into memory, + # relying on Python's buffer API and mmap(). mmap() just gives + # a view directly into the filesystem's memory cache, so it + # doesn't result in duplicate memory use. + self.__buf.seek(0, 0) + result = memoryview( + mmap.mmap(self.__buf.fileno(), 0, access=mmap.ACCESS_READ) + ) + self.__callback(result) + + # We assign this to None here, because otherwise we can get into + # really tricky problems where the CPython interpreter dead locks + # because the callback is holding a reference to something which + # has a __del__ method. Setting this to None breaks the cycle + # and allows the garbage collector to do it's thing normally. + self.__callback = None + + # Closing the temporary file releases memory and frees disk space. + # Important when caching big files. + self.__buf.close() + + def read(self, amt: int | None = None) -> bytes: + data: bytes = self.__fp.read(amt) + if data: + # We may be dealing with b'', a sign that things are over: + # it's passed e.g. after we've already closed self.__buf. + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data + + def _safe_read(self, amt: int) -> bytes: + data: bytes = self.__fp._safe_read(amt) # type: ignore[attr-defined] + if amt == 2 and data == b"\r\n": + # urllib executes this read to toss the CRLF at the end + # of the chunk. + return data + + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 0000000..b9d72ca --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py @@ -0,0 +1,154 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import calendar +import time +from datetime import datetime, timedelta, timezone +from email.utils import formatdate, parsedate, parsedate_tz +from typing import TYPE_CHECKING, Any, Mapping + +if TYPE_CHECKING: + from pip._vendor.urllib3 import HTTPResponse + +TIME_FMT = "%a, %d %b %Y %H:%M:%S GMT" + + +def expire_after(delta: timedelta, date: datetime | None = None) -> datetime: + date = date or datetime.now(timezone.utc) + return date + delta + + +def datetime_to_header(dt: datetime) -> str: + return formatdate(calendar.timegm(dt.timetuple())) + + +class BaseHeuristic: + def warning(self, response: HTTPResponse) -> str | None: + """ + Return a valid 1xx warning header value describing the cache + adjustments. + + The response is provided too allow warnings like 113 + http://tools.ietf.org/html/rfc7234#section-5.5.4 where we need + to explicitly say response is over 24 hours old. + """ + return '110 - "Response is Stale"' + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + """Update the response headers with any new headers. + + NOTE: This SHOULD always include some Warning header to + signify that the response was cached by the client, not + by way of the provided headers. + """ + return {} + + def apply(self, response: HTTPResponse) -> HTTPResponse: + updated_headers = self.update_headers(response) + + if updated_headers: + response.headers.update(updated_headers) + warning_header_value = self.warning(response) + if warning_header_value is not None: + response.headers.update({"Warning": warning_header_value}) + + return response + + +class OneDayCache(BaseHeuristic): + """ + Cache the response by providing an expires 1 day in the + future. + """ + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + headers = {} + + if "expires" not in response.headers: + date = parsedate(response.headers["date"]) + expires = expire_after(timedelta(days=1), date=datetime(*date[:6], tzinfo=timezone.utc)) # type: ignore[misc] + headers["expires"] = datetime_to_header(expires) + headers["cache-control"] = "public" + return headers + + +class ExpiresAfter(BaseHeuristic): + """ + Cache **all** requests for a defined time period. + """ + + def __init__(self, **kw: Any) -> None: + self.delta = timedelta(**kw) + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + expires = expire_after(self.delta) + return {"expires": datetime_to_header(expires), "cache-control": "public"} + + def warning(self, response: HTTPResponse) -> str | None: + tmpl = "110 - Automatically cached for %s. Response might be stale" + return tmpl % self.delta + + +class LastModified(BaseHeuristic): + """ + If there is no Expires header already, fall back on Last-Modified + using the heuristic from + http://tools.ietf.org/html/rfc7234#section-4.2.2 + to calculate a reasonable value. + + Firefox also does something like this per + https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching_FAQ + http://lxr.mozilla.org/mozilla-release/source/netwerk/protocol/http/nsHttpResponseHead.cpp#397 + Unlike mozilla we limit this to 24-hr. + """ + + cacheable_by_default_statuses = { + 200, + 203, + 204, + 206, + 300, + 301, + 404, + 405, + 410, + 414, + 501, + } + + def update_headers(self, resp: HTTPResponse) -> dict[str, str]: + headers: Mapping[str, str] = resp.headers + + if "expires" in headers: + return {} + + if "cache-control" in headers and headers["cache-control"] != "public": + return {} + + if resp.status not in self.cacheable_by_default_statuses: + return {} + + if "date" not in headers or "last-modified" not in headers: + return {} + + time_tuple = parsedate_tz(headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + last_modified = parsedate(headers["last-modified"]) + if last_modified is None: + return {} + + now = time.time() + current_age = max(0, now - date) + delta = date - calendar.timegm(last_modified) + freshness_lifetime = max(0, min(delta / 10, 24 * 3600)) + if freshness_lifetime <= current_age: + return {} + + expires = date + freshness_lifetime + return {"expires": time.strftime(TIME_FMT, time.gmtime(expires))} + + def warning(self, resp: HTTPResponse) -> str | None: + return None diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 0000000..f9e967c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py @@ -0,0 +1,206 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import io +from typing import IO, TYPE_CHECKING, Any, Mapping, cast + +from pip._vendor import msgpack +from pip._vendor.requests.structures import CaseInsensitiveDict +from pip._vendor.urllib3 import HTTPResponse + +if TYPE_CHECKING: + from pip._vendor.requests import PreparedRequest + + +class Serializer: + serde_version = "4" + + def dumps( + self, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + ) -> bytes: + response_headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( + response.headers + ) + + if body is None: + # When a body isn't passed in, we'll read the response. We + # also update the response with a new file handler to be + # sure it acts as though it was never read. + body = response.read(decode_content=False) + response._fp = io.BytesIO(body) # type: ignore[attr-defined] + response.length_remaining = len(body) + + data = { + "response": { + "body": body, # Empty bytestring if body is stored separately + "headers": {str(k): str(v) for k, v in response.headers.items()}, # type: ignore[no-untyped-call] + "status": response.status, + "version": response.version, + "reason": str(response.reason), + "decode_content": response.decode_content, + } + } + + # Construct our vary headers + data["vary"] = {} + if "vary" in response_headers: + varied_headers = response_headers["vary"].split(",") + for header in varied_headers: + header = str(header).strip() + header_value = request.headers.get(header, None) + if header_value is not None: + header_value = str(header_value) + data["vary"][header] = header_value + + return b",".join([f"cc={self.serde_version}".encode(), self.serialize(data)]) + + def serialize(self, data: dict[str, Any]) -> bytes: + return cast(bytes, msgpack.dumps(data, use_bin_type=True)) + + def loads( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + # Short circuit if we've been given an empty set of data + if not data: + return None + + # Determine what version of the serializer the data was serialized + # with + try: + ver, data = data.split(b",", 1) + except ValueError: + ver = b"cc=0" + + # Make sure that our "ver" is actually a version and isn't a false + # positive from a , being in the data stream. + if ver[:3] != b"cc=": + data = ver + data + ver = b"cc=0" + + # Get the version number out of the cc=N + verstr = ver.split(b"=", 1)[-1].decode("ascii") + + # Dispatch to the actual load method for the given version + try: + return getattr(self, f"_loads_v{verstr}")(request, data, body_file) # type: ignore[no-any-return] + + except AttributeError: + # This is a version we don't have a loads function for, so we'll + # just treat it as a miss and return None + return None + + def prepare_response( + self, + request: PreparedRequest, + cached: Mapping[str, Any], + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + """Verify our vary headers match and construct a real urllib3 + HTTPResponse object. + """ + # Special case the '*' Vary value as it means we cannot actually + # determine if the cached response is suitable for this request. + # This case is also handled in the controller code when creating + # a cache entry, but is left here for backwards compatibility. + if "*" in cached.get("vary", {}): + return None + + # Ensure that the Vary headers for the cached response match our + # request + for header, value in cached.get("vary", {}).items(): + if request.headers.get(header, None) != value: + return None + + body_raw = cached["response"].pop("body") + + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( + data=cached["response"]["headers"] + ) + if headers.get("transfer-encoding", "") == "chunked": + headers.pop("transfer-encoding") + + cached["response"]["headers"] = headers + + try: + body: IO[bytes] + if body_file is None: + body = io.BytesIO(body_raw) + else: + body = body_file + except TypeError: + # This can happen if cachecontrol serialized to v1 format (pickle) + # using Python 2. A Python 2 str(byte string) will be unpickled as + # a Python 3 str (unicode string), which will cause the above to + # fail with: + # + # TypeError: 'str' does not support the buffer interface + body = io.BytesIO(body_raw.encode("utf8")) + + # Discard any `strict` parameter serialized by older version of cachecontrol. + cached["response"].pop("strict", None) + + return HTTPResponse(body=body, preload_content=False, **cached["response"]) + + def _loads_v0( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> None: + # The original legacy cache data. This doesn't contain enough + # information to construct everything we need, so we'll treat this as + # a miss. + return None + + def _loads_v1( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + # The "v1" pickled cache format. This is no longer supported + # for security reasons, so we treat it as a miss. + return None + + def _loads_v2( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + # The "v2" compressed base64 cache format. + # This has been removed due to age and poor size/performance + # characteristics, so we treat it as a miss. + return None + + def _loads_v3( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> None: + # Due to Python 2 encoding issues, it's impossible to know for sure + # exactly how to load v3 entries, thus we'll treat these as a miss so + # that they get rewritten out as v4 entries. + return None + + def _loads_v4( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + try: + cached = msgpack.loads(data, raw=False) + except ValueError: + return None + + return self.prepare_response(request, cached, body_file) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 0000000..f618bc3 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py @@ -0,0 +1,43 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +from typing import TYPE_CHECKING, Collection + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache + +if TYPE_CHECKING: + from pip._vendor import requests + + from pip._vendor.cachecontrol.cache import BaseCache + from pip._vendor.cachecontrol.controller import CacheController + from pip._vendor.cachecontrol.heuristics import BaseHeuristic + from pip._vendor.cachecontrol.serialize import Serializer + + +def CacheControl( + sess: requests.Session, + cache: BaseCache | None = None, + cache_etags: bool = True, + serializer: Serializer | None = None, + heuristic: BaseHeuristic | None = None, + controller_class: type[CacheController] | None = None, + adapter_class: type[CacheControlAdapter] | None = None, + cacheable_methods: Collection[str] | None = None, +) -> requests.Session: + cache = DictCache() if cache is None else cache + adapter_class = adapter_class or CacheControlAdapter + adapter = adapter_class( + cache, + cache_etags=cache_etags, + serializer=serializer, + heuristic=heuristic, + controller_class=controller_class, + cacheable_methods=cacheable_methods, + ) + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + return sess diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 0000000..8ce89ce --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py @@ -0,0 +1,4 @@ +from .core import contents, where + +__all__ = ["contents", "where"] +__version__ = "2023.07.22" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 0000000..0037634 --- /dev/null +++ b/.venv/lib/python3.12/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.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6570d769dd652c420d3e100b98fb5f9db17ad3ad GIT binary patch literal 325 zcmYjMJx{|h5Vi9`OQNzNBo<)IKwQ#+1+gG8qON4XO5-Cj#CGJERAGXDz{YRjx3Dlm z7Lb_Okh*okl|bSR@7~?J58d-<6d;SY@|<7T__<2{;QWfkt`(1nA%-g?aEgVKIv6pB zxrLLu%uBt_kJi4hZHt_Km@8>Onx^;XC1}vDt!vNHZIFzUNjyG`ljJP&doNf2?S4RM zR#lYtA*C(ohAT$d*)mM(WO# zN>1W~gf!g1ex2plSpf~Hc}?tc$&@BJXu~f#p_EH*D2?lGIXn`I-BfU_Lwj}gQnO|0 b+r=2aqrH!C^I`rH?A#4rH@5FXy>7i9@A6qQ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1250af84edb359d273b6a44030e1107b765ef944 GIT binary patch literal 652 zcmZutO=}ZD7@pbhT}&$tLhuv>(TLeWdu;_#JeC|amu0&%W;bScmUkzW6c0rZm0rB* zPf+4N@nUEt?Rcqp5N|?nz36PZ+gu!&d7pWn_v4xQ(r9={t>gGf@>j*5<)vO`1x^nY zc#kNec!c_8)J8bf`dX^@b&NE`(9o%imT_9azRApCW69Tu>eQg-XKSjTGZ?A7)mmM~ zi#`r>hQ^Yw5v(W&uG(6iImPE1MiX3V`v0_!{ku%u>S)r5cqUjT3TZx%8L(Zg8|`}C z?gi}?f&&W#j9CXuD~v?KvyLa75C(Y&1(VG@$^Br5Wt4*-F%Zeq1j@HTXd{N2|XOIdR)>T64EObK3{*wLR+yS##8!q2{}XA8vnq y@f9@>(Z-S8nA@$H-8!(Z?inY#{d)7|=CR?vy}5tun{nlbLf7|iyxM}xs`)>mgriXa literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..64d4b3c24a77f03c1d468f6dcda8d06e3934a840 GIT binary patch literal 3334 zcmbVOO>7&-6`t82{)ysBB1K7NVltB5n2tr-j@rgen?_MwxribQmg3e#ngz2vl9nd9 z?Ci?26s6E12MH-46)9??$iatR1pDBkmmYg8kP8(Wkh66F0SOTJ##9CZ=+yU?T#B;Q z0_hNZ^XC7}`@Z*PKkMua5h!2GUo-yJO~_Z+@JdHh*}FmsxkYr6BRbWEBF#}<%n6JZ zeBRW9T9>ZBO9&r;nQ~Do$vL^?%lRnLg}fjB0o})fvx4sbNXmtpdI0o}^7a3+U$C`b z2=)u-I!lpU`16)JYZRFyqqH1f!xRno^NI`#uG#xDh+D+=`pN3+Huk&4##wIB>0KZbmV&=g zw@Y2{M!h;O*&Ypv9q{HBIz8>6zS~q=E8A?DCR^ggIFU>fC0-kx_lycuINzjj2+=1x#m!Ox7V>K55UBlh#z zd9%c_+BX{^ex# z)X!>zuk8$uZx4?DGh7>dr*`b>+FOqj$3OjGCpog69H}LLR7?DLZQ^SsQ4J(G?sN!T z1keTdDkuPM6FLHUz;kn<1u{%&mID|IE#SQ|SS#L>yww1VJjpQyafI2C^Oj~9Ths}# zvS#W=c`hxw2yjH)338U#Rh!+kIV3CM8qA|O67cBG6VN;jf9n*8Rq{xQReMj@l$Umt zk!@w<{<}5hjU8oTTbZa{{Y_Pws44GN1Mj&zr3H?cd5pva_DhI2KL!mA{;eW`=K7=v z$|1t14+xJr=dRFLlNan3)oonumO{|e4(k6+VU8=(G7m%L1m>8nx&}s|$rTh`C=UC@ zC5S6VV9+`bqKzf}Br#MSdgbqDYRAUE7cW{te;hVE%nMy`@olnVn(#PG*`lr=pEeGm za`Ac_ls#l0;?-Xr$lMSAWATAgj{ zWSR_-bHt*H0wvc7h2IjnDPALsG%ZZ>emH+ibR@IF$}TdFgscW&PrwL2i2`rI@p*D2 zJ#XhN^mhu2OZJ8@k(lt(66-7o05wb^J%2p;$%}U`J?I>+6B~>C*AyzmL0*g`17#6ODQ%I(qHD>dazHE_ly-y!#WU*_`{ z@bssGvc-E$A$$F$m-Y1c4IWSXy8D_yY(6IRQZ+Cm;yq zL?Z}pb)6IcD*wcv7MA4&dv^F0#|MwPq1oxU<5yMP)PPu`wPbP3picM(;}#?$)hN%J zPShw>Om4#~p7An}b@0`|-PDZfx{;qrQZrNmG;7fcI@`OS|zbv z(YGT;x5en@;^*S=Z>00PJ@M7IAYZIb)TOxm+~&)B1giR3Dywu;djbwqY28PB!5z7G zTkgFb|6ERfBmKO6SzlurRQ2;zo@y?eqI&@%NB$*seJMS+8;NdS+=-poj-9xpRb%Px z$m!Mbhe~X7`u1?O_r-1H)as>r4;e^3j356t=$DfZyZh@R)Vn>$>N3<|LNs3YqZT0D xu{zGFhe)V%uLHHXC=a9QP}M^X8}`8TDGDu`TC<=*Q}uvA6PrU%2vlwu{0Akapw$2X literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem b/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem new file mode 100644 index 0000000..0212369 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem @@ -0,0 +1,4635 @@ + +# 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: 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=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=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----- +MIIF8TCCA9mgAwIBAgIQALC3WhZIX7/hy/WL1xnmfTANBgkqhkiG9w0BAQsFADA4 +MQswCQYDVQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6 +ZW5wZS5jb20wHhcNMDcxMjEzMTMwODI4WhcNMzcxMjEzMDgyNzI1WjA4MQswCQYD +VQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6ZW5wZS5j +b20wggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDJ03rKDx6sp4boFmVq +scIbRTJxldn+EFvMr+eleQGPicPK8lVx93e+d5TzcqQsRNiekpsUOqHnJJAKClaO +xdgmlOHZSOEtPtoKct2jmRXagaKH9HtuJneJWK3W6wyyQXpzbm3benhB6QiIEn6H +LmYRY2xU+zydcsC8Lv/Ct90NduM61/e0aL6i9eOBbsFGb12N4E3GVFWJGjMxCrFX +uaOKmMPsOzTFlUFpfnXCPCDFYbpRR6AgkJOhkEvzTnyFRVSa0QUmQbC1TR0zvsQD +yCV8wXDbO/QJLVQnSKwv4cSsPsjLkkxTOTcj7NMB+eAJRE1NZMDhDVqHIrytG6P+ +JrUV86f8hBnp7KGItERphIPzidF0BqnMC9bC3ieFUCbKF7jJeodWLBoBHmy+E60Q +rLUk9TiRodZL2vG70t5HtfG8gfZZa88ZU+mNFctKy6lvROUbQc/hhqfK0GqfvEyN +BjNaooXlkDWgYlwWTvDjovoDGrQscbNYLN57C9saD+veIR8GdwYDsMnvmfzAuU8L +hij+0rnq49qlw0dpEuDb8PYZi+17cNcC1u2HGCgsBCRMd+RIihrGO5rUD8r6ddIB +QFqNeb+Lz0vPqhbBleStTIo+F5HUsWLlguWABKQDfo2/2n+iD5dPDNMN+9fR5XJ+ +HMh3/1uaD7euBUbl8agW7EekFwIDAQABo4H2MIHzMIGwBgNVHREEgagwgaWBD2lu +Zm9AaXplbnBlLmNvbaSBkTCBjjFHMEUGA1UECgw+SVpFTlBFIFMuQS4gLSBDSUYg +QTAxMzM3MjYwLVJNZXJjLlZpdG9yaWEtR2FzdGVpeiBUMTA1NSBGNjIgUzgxQzBB +BgNVBAkMOkF2ZGEgZGVsIE1lZGl0ZXJyYW5lbyBFdG9yYmlkZWEgMTQgLSAwMTAx +MCBWaXRvcmlhLUdhc3RlaXowDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AQYwHQYDVR0OBBYEFB0cZQ6o8iV7tJHP5LGx5r1VdGwFMA0GCSqGSIb3DQEBCwUA +A4ICAQB4pgwWSp9MiDrAyw6lFn2fuUhfGI8NYjb2zRlrrKvV9pF9rnHzP7MOeIWb +laQnIUdCSnxIOvVFfLMMjlF4rJUT3sb9fbgakEyrkgPH7UIBzg/YsfqikuFgba56 +awmqxinuaElnMIAkejEWOVt+8Rwu3WwJrfIxwYJOubv5vr8qhT/AQKM6WfxZSzwo +JNu0FXWuDYi6LnPAvViH5ULy617uHjAimcs30cQhbIHsvm0m5hzkQiCeR7Csg1lw +LDXWrzY0tM07+DKo7+N4ifuNRSzanLh+QBxh5z6ikixL8s36mLYp//Pye6kfLqCT +VyvehQP5aTfLnnhqBbTFMXiJ7HqnheG5ezzevh55hM6fcA5ZwjUukCox2eRFekGk +LhObNA5me0mrZJfQRsN5nXJQY6aYWwa9SG3YOYNw6DXwBdGqvOPbyALqfP2C2sJb +UjWumDqtujWTI6cfSN01RpiyEGjkpTHCClguGYEQyVB1/OpaFs4R1+7vUIgtYf8/ +QnMFlEPVjjxOAToZpR9GTnfQXeWBIiGH/pR9hNiTrdZoQ0iy2+tzJOeRf1SktoA+ +naM8THLCV8Sg1Mw4J87VBp6iSNnpn86CcDaTmjvfliHjWbcM2pE38P1ZWrOZyGls +QyYBNWNgVYkDOnXYukrZVP/u3oDYLdE41V4tC5h9Pmzb/CaIxw== +-----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=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----- +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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----- diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py b/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py new file mode 100644 index 0000000..5c67600 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py @@ -0,0 +1,119 @@ +""" +certifi.py +~~~~~~~~~~ + +This module returns the installation location of cacert.pem or its contents. +""" +import sys + +DEBIAN_CA_CERTS_PATH = '/etc/ssl/certs/ca-certificates.crt' + +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__()) + + return _CACERT_PATH + + def contents() -> str: + return files("pip._vendor.certifi").joinpath("cacert.pem").read_text(encoding="ascii") + +elif sys.version_info >= (3, 7): + + from importlib.resources import path as get_path, read_text + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the + # file in cases where we're inside of a zipimport situation until + # someone actually calls where(), but we don't want to re-extract + # the file on every call of where(), so we'll do it once then store + # it in a global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you + # to manage the cleanup of this file, so it doesn't actually + # return a path, it returns a context manager that will give + # you the path when you enter it and will do any cleanup when + # you leave it. In the common case of not needing a temporary + # file, it will just return the file system location and the + # __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = get_path("pip._vendor.certifi", "cacert.pem") + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + + return _CACERT_PATH + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") + +else: + import os + import types + from typing import Union + + Package = Union[types.ModuleType, str] + Resource = Union[str, "os.PathLike"] + + # This fallback will work for Python versions prior to 3.7 that lack the + # importlib.resources module but relies on the existing `where` function + # so won't address issues with environments like PyOxidizer that don't set + # __file__ on modules. + def read_text( + package: Package, + resource: Resource, + encoding: str = 'utf-8', + errors: str = 'strict' + ) -> str: + with open(where(), encoding=encoding) as data: + return data.read() + + # If we don't have importlib.resources, then we will just do the old logic + # of assuming we're on the filesystem and munge the path directly. + def where() -> str: + f = os.path.dirname(__file__) + + return os.path.join(f, "cacert.pem") + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") + + +# Debian: Use system CA certs: +def where() -> str: + return DEBIAN_CA_CERTS_PATH + + +def contents() -> str: + with open(where(), "r", encoding="ascii") as data: + return data.read() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py new file mode 100644 index 0000000..fe58162 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py @@ -0,0 +1,115 @@ +######################## BEGIN LICENSE BLOCK ######################## +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Union + +from .charsetgroupprober import CharSetGroupProber +from .charsetprober import CharSetProber +from .enums import InputState +from .resultdict import ResultDict +from .universaldetector import UniversalDetector +from .version import VERSION, __version__ + +__all__ = ["UniversalDetector", "detect", "detect_all", "__version__", "VERSION"] + + +def detect( + byte_str: Union[bytes, bytearray], should_rename_legacy: bool = False +) -> ResultDict: + """ + Detect the encoding of the given byte string. + + :param byte_str: The byte sequence to examine. + :type byte_str: ``bytes`` or ``bytearray`` + :param should_rename_legacy: Should we rename legacy encodings + to their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + if not isinstance(byte_str, bytearray): + if not isinstance(byte_str, bytes): + raise TypeError( + f"Expected object of type bytes or bytearray, got: {type(byte_str)}" + ) + byte_str = bytearray(byte_str) + detector = UniversalDetector(should_rename_legacy=should_rename_legacy) + detector.feed(byte_str) + return detector.close() + + +def detect_all( + byte_str: Union[bytes, bytearray], + ignore_threshold: bool = False, + should_rename_legacy: bool = False, +) -> List[ResultDict]: + """ + Detect all the possible encodings of the given byte string. + + :param byte_str: The byte sequence to examine. + :type byte_str: ``bytes`` or ``bytearray`` + :param ignore_threshold: Include encodings that are below + ``UniversalDetector.MINIMUM_THRESHOLD`` + in results. + :type ignore_threshold: ``bool`` + :param should_rename_legacy: Should we rename legacy encodings + to their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + if not isinstance(byte_str, bytearray): + if not isinstance(byte_str, bytes): + raise TypeError( + f"Expected object of type bytes or bytearray, got: {type(byte_str)}" + ) + byte_str = bytearray(byte_str) + + detector = UniversalDetector(should_rename_legacy=should_rename_legacy) + detector.feed(byte_str) + detector.close() + + if detector.input_state == InputState.HIGH_BYTE: + results: List[ResultDict] = [] + probers: List[CharSetProber] = [] + for prober in detector.charset_probers: + if isinstance(prober, CharSetGroupProber): + probers.extend(p for p in prober.probers) + else: + probers.append(prober) + for prober in probers: + if ignore_threshold or prober.get_confidence() > detector.MINIMUM_THRESHOLD: + charset_name = prober.charset_name or "" + lower_charset_name = charset_name.lower() + # Use Windows encoding name instead of ISO-8859 if we saw any + # extra Windows-specific bytes + if lower_charset_name.startswith("iso-8859") and detector.has_win_bytes: + charset_name = detector.ISO_WIN_MAP.get( + lower_charset_name, charset_name + ) + # Rename legacy encodings with superset encodings if asked + if should_rename_legacy: + charset_name = detector.LEGACY_MAP.get( + charset_name.lower(), charset_name + ) + results.append( + { + "encoding": charset_name, + "confidence": prober.get_confidence(), + "language": prober.language, + } + ) + if len(results) > 0: + return sorted(results, key=lambda result: -result["confidence"]) + + return [detector.result] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..962866bec858947c2515fdbb6b89a1c229171763 GIT binary patch literal 4575 zcmd59TTC3+_0GOu>;j81Hjf>90kg!}#kl5WOywFdgqLHS5F=#q8zeZ^{w+D;=1hPJzMBLuhUz0SSzVQp_ZivP@bS zBv=HiXieEBZ8~fd?J38kLx=66Gv%6e>99j|r#zD$9d?S|lyB0f!!EHT<)8GY0+Rs- zC6M6$1v6RdMnak3!4_PG%V#WyU|qqBgMtrxW*kDvP5Wep8v#%GOFVwyG58qlp|fUO zLIAiAES5%sU&0tgEShaNsi>O$9VsbGUosTOXyxZ-c`}aG^F*FcUm)@{CV(v|V0RIo zK`A}2j;p+if$X`6m3dL^O~zFim4U!(m?*s1i&Y#~WddtC-|f3NJ~%e2c{z>}VM&gQ z*a_WI%^~QFn#brlUKEKB2*gXNuIWV;bBao|3T0NF7X^-BiBDlp#0fsWs5uB$=ZO@z z0JHfy0IQtXQ}83Y`GBE^L67l3gTvGVVNA|4h#W6N1} z7PDB2%R*90u=0#PPQa;1EZs~NHWLU@k3OX<%@aPQ6X-5?Q8DZ#5MZ$4tMecUv#QME z>wGFH;ixf9T}&H1#aZms6rH3@O|dd540uBL#i^;iOYL`zugy6ggGjRR(l1Ku@6 z(PilBy|w`@!S*C!Q!>HO2$)DLn2@~2i&#>X@9)w5HEK}3Wmzn!{QN}U^)%dKEU@zQ z902-unx-q%PHM7l<#9G4t6l6phLpnLL|mFDsU#&uXR)4t6>^W*aBeEGTG_x_>k zccbg)#@9TdoB+V7m3TlToQHDmoo zH@AMBn?o3|&e3c2(x*a_GQPPA6Dsysnh;uL$Y=sB+2FT>jLIU_gnH5Y{Rk~N_Jl!) zT4hqrFi64~`&_k&E%t)-CdxSGYKj;W>P2Rdx?c#C4EneYq=Zb4VxMvB;Tf=@j2*Pv zq*`Sdr4HmDDe{_-DIKgjYT}Chm0q~5%*SDvTVKSQ&~-+kDciQ>%sA(cnb=})%3gA1 zTyv2k-h>3ZsV`}Q^_xw6u_rZvKVBT0&|J)fihahFahm%K8d*p)%xx*sO=#b_U#tHM za&7zWyz?7&*D=>>u3zj0#~rJ=18}N;vLW@9NzK?yir}QDK>TWZktVoqqR-r>wd3?& zcbL>-pI{)ddH7z)(HKjC}!J-*4u`b5up_V2)16q zi;-G#07iu78*-2~G@}rzi(crE!xWO@r* zlIpBhGRrI6LQ>+4I?X#cKE_Q9j&dVsFKAYfuX%?1&YwMZnIZ_y4Vo2-OUM!#uda4sQm#e_NG1JMrl3L_YjRF5I3Cx97sA zv*FYEs^+`HP?OeIt`0wSp^7G*-j)r+nqAp&SH7w~SJj-YYTl?iepf6og6y&?YRFc7 zOTO`VuJLrX@$^RHnS6coFUNj9_S9)RQ29@*qpW;81U5W7j(mZYg&%dV9eL!fejGfs zb}V~rXfrsx?i=3nRooi;Xl&hEvu>-=onlNllKQ#`_?+wE9$fUhHV{l=B(at z*#kRv;Mi_Ob>aMx#;496ruHRvz-(0>-nK&zhgBWgraU0t;aO?U+7CQ)!%$cFzkudW A<^TWy literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..69a8eb2c3a47e66d9920cf942c2ad0356281c44e GIT binary patch literal 27206 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 RG>Vxn+UY2%ddCTY{{vQ%wtN5p literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..94dc3f4c6bb18e1f81b09b438e5fe9496424b409 GIT binary patch literal 1394 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 O?)T~qe2uL!9Q+@FMh{8= literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..329d8fc9cee2bfcc5ee5afd6aab7f55605bdfc54 GIT binary patch literal 4129 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bb6c52782870c83b87f00ca728ada152ff788a96 GIT binary patch literal 3885 zcmb_f%WoUU8J}G~v?eL3wM$kp>u4dvmRVaQl=P80MG9ATi$0Di@hDl*`M4-U{GC{R=`TA=Q!FHIuyvMzi*aH>Ou9? z1vvA~%=h@s_uA$AKC! zg*Yknm-5JpHN@ipNFD1f#@UKuvlZ1=R#LXg({{>E*V8baUdh-6JBvAMkMS`(#mBI( zVXaA8wNHUQ1v*z(?HuSlFZ5UW2kEDMn=9kpbY(m`eH^LzdqBzQc&_OI-9T@}SI|RW zU+2Q9cXd-=?cyNdw>#XkxL)@K_S&Wh9joJ-LdULjK~?{eFQhUKC9zc4;JVF2ZiSE% z+~UqU53cA=sNZp1SFdw!>tVwT``o_HVHGy55R6jSVOZw6>A2>q%dhCZ$73l-n|kQ9 zcvZgzbB6`2hUu;G02YG->Q>DFhJBB=^|s*aj^7FTlBP$H`nmx$K`pfluABJ1IMfBz z9_$~sDz8M0ejUdl7d!~br6yQAp+A?nJwXCN`eS|JERkk7&f zE>8Y;`I_k-j*L`Au^c>?oGP4R>g%TK*gB%b^|lW@6&XahM!?Zr=nXT_S2>3}Z0?0l z-QjjMM)vBB1XdrHXFC@1gy6yNYK)25oM^q(%NAeFQ7uA>{~8 zZ5}vl9)cy)PKL$|kE?=*iQDsaA36lC83Yc}WRRTtorZ&?v=9Ny_d*jv3(3(0@u<2a z)hXg&k(ml`E;o@GGKfyA#chY`1%@2TRfIOU1H*uMR2^L^33%VFHMqTB&E)O|&%wnQ6aplRfCbc{+(O_`FtFh{hTq~f z;jh+icFAt*rtq8S<3VkqWuwur@mh7Ad+RmVS*^9ZVZ--ctj@nsLpkudwrRa#qV3k& zPP=A+&Gto&w4e@Z@!LY;?Z0iR?Jl8nJSQ}ajq>sLR5dyL9zpyGhWl){H1#n3>-_HX z(+|@hYUO19q&&M*p6iw8Xm@J2be5PtDV^IX&Gt&Of7AX^nwMf);qBa8x!)A_p^RCB zjKP9DAoHsVVvB_s%`&qMBz7|)YR@l+XA86%Aw|koY5ejwk%+BO=Z*qEDo0b`U zsQ9Q#WbvH^aZ)-jGf~EIMUh?<-vE7}yrMJcd9o?uW5%F}p=EAd9O0}Hd`qN@Y8MTL zfX?(LXSTJO<3K5EBv2j1NkHSeLpG_4QJR`Bnt{xSqmZX06!{q)2iNGg#*ND-;U2;K z3qT3Jia~;Z`^~rBeDt0F8-C5jmvjeRU3?Q3jyhe;VRK~bPQ-pW1o!FW842!cZ}Q@{ zc2PRFqKZ@CSgcHlGnk{CLGQwjOYf_KVchPRZvX8yW*D|_8HS+B5K}ZzLyc1SvK1F- zIV+bzD8yx=w6^fuT!dW-@(Gjn;!Zq9>@>{a7tr6a2kdk8YZ-0t%2=kjU7p`#n4j7E zH0_^OGS$6oKBGTc*khO;FYME_cUH-qf4scUFzsbAymP)!v+Ts4s$^y#o&N%dv->G* zd`=rN1Tu^sK@p2emJH~@*CIZ(LwU(4!@W)`h+Bw+{4IzKukoe!{n%Hpi0|TnYAB%k e*-I&kf`7Zp#m$Yf2Y9bPeN+6)Rft(-2{c4 zVQSd2A{h7|Oejn6f)Ep1r2s=G?7IXBgr$4$c^|(Y_T%?swORpUefEz0Ed_vY(pfHJ z0p_~`oB|9m3_u9`FjV>q1O(De!6|}M`zizqH~?6E4zNa4tiLzjX+?ft%SuF-)-u0K z%2Igs@Tj+kI`{TE5AJslxPCZF0%Ad4KFkt=cYT++MRH-)g){dAI0XdsAqIWrF(4|@ zFg#Wof+spwcI00ZNX^mTyV`#^J?9LOVf;ZQi89kF^Li)7el&c<97Y~GuIEQYo~^}K z+`vgw#GFAu_-f%CJ1&bUUrA;3Vr$Ly9Et)GEqpCZbS;A$EK9^oP&o;?98_Nha!nqEZc0DTt_yT- z?i5WP^}^2z(69W^481;Se7OD#2ynImwyu8Cnt7eyHEPzI literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..31a4d22d398047e6a6c7480a9cd4007c6170fce7 GIT binary patch literal 1403 zcmah}&2QX96o2Edb<)iTfhHTcM5(A)Rm9M8Xay>TO+lhf8WC~8myu&nvM&BuW@alK z<&Z-pHWC#ll>Q4<_)oZi+5=dPgv5zk#3oYJ6K}@rvOQtRZ=T=x`@J{*Wol{?@cE z&KOGP*ZPT!KP@EdbOXN0`))WYULT|EFuaSO-(xQf zd=i0gMD_r-Nn{)}eUn)cVfMBWnFrSK$lG^bO06+zV*uX~-`#|^Q(n+{t1?Q5Guh`^ zs2Z#vm0Z2U0g|7{5y)Bthhz^PBFuF<0*gu*a7x}r5#r2Jgz7#ErSLjw^jXe#n78tPWe>b0 z-tu~d?B?0EmG`fDB9`pkUJ!m0>@eZ=;+{v*EXuj3qC`x3VGjr1)AL{H6}*WFci$MB z#!B7RCDe%bkUZaqXYSNt<2SeU)P3{W;+3D*pDcbjuzr|6bKvsFPu{*Yu%5chzq`#J zCl4ndHizf~uMATO^e`1tM^KQqv0mCb>0@|I_$-Qrn%5GaLs~Xfv4{}Of|TvH#;Y6G zTv2Xn^!xDV%shV`x&Ke=+{rl$GCq&id_hGROY9~=w$n%KUWKHVddj>`xS$iZ4L*U= z_4b5X2vskomLN)sdV&LQ+nR79nIwLTQ`u z*Hl7P-z^Occa^Ck%Sv$*$@2p^Hyr!o=`1+Yrv|YX9) literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a965db232d807095808d495424fc14deb8d2b3a3 GIT binary patch literal 3003 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 S&|)irf5F$IEd4*c%6|byDCyY% literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2160b1e80d1818d5f87456a7901bc2a3f476d5ca GIT binary patch literal 4390 zcmbUkTWk~A_0HJijAJL`1hdWq5<>{Zu*A&+=5;%r-Mw>pBpGMLucQBWgw`@vt-fV$eB_S`!j;}|F{ zSN6TS9noG2n7!zwA8Xq`!VKA<0I6jfpfYYx;lQU{ug{h4L zX(_HujcHL$9*)MQZyb{HY^U03=W--nMRwvy@YIB1>om!ZZe865{j^ra~4f95_{bpv6WyO zz;>CF7}+t&O7`padnMsWO_|D7PVkJfn(rV69Dgavb^ zdzx3+W$pHRz)|0U?%Qi;9qLCsrb`<91OzD&0%DA~sMTr! zpii6J)B=JVvp5ywHTE3(7#@0}QnJK1dCwnxp0OVLAev`B_!y!0LFx*7#rAUD31UH2 z%iAm+SL}JaR(|#gnuj(|zO)C9=N#yEZ>AG0Q4S){c@o(N@vy1}RPvIlTAsaE@?Z#T zUW=I^URl*3Je4hAVCPEBCd-M(RyAt5uR`m#stJH@)~Y<-q?33?RU6&M5 zyz_t9#=w4UIq)bt!tyQX4J~_(Ca~)hJIXVXo#f+}pNYhlP8RO3x>b0{-fA8~^v2G= zV&D5;oNwJX?g5$LtNFnF{)^m8gCrbRSo9j71uZYx5mX&qD7T|i^~2B1Wd7;6=7)Tn z#{Q`0C!q>>nD_=J5Aeyqp#_>T$@-YQL&GU6*_4c-gfnUtsL3F*0gOpBF}R`8(UDQZ zkxWlbLHg$;c_KT7{Y18dbUc~l2#tir;UU9eN*a!{;W2{qr$)v@gW}n+!HtFcN5jUJ zDG2egEXJ||BZT~B+E9%CZCn2eHC%4i1Hf2Eu1Urww5$t% zQdEl?^;BJ2nT$)a5|fR_u`?s1;eqk67(O#P1jzZpfP>~5OrDv+#0@(+4@ftqiiIx0 z6H7!eMI|+jpEffu_5z;sRAwV$+F_uoI;4f{<4pSn@|zG7Rq-qt;D z|E0_DY%S^O(c60-3O%cBdy8$odRs5yeqH90RSK|*WydkS^;n_x#5}*U#e19i#le-p z{`tX$ky|5+{knHIT|A(B14VC_?(Mpx{r;o7A1(2Zyk{wg(2Cw(-P`-c;2%f+FtYUH zzj{M!#NY~<%lDc4{a;>2g~&)RPabHZ&#=UdiX!p*~Thdo&N_ zWIC#0dQ^3#Z;zOqOp0QF!6eJjTJfZLEOmfm((NXU6m;KSN6%P}+xo1Y<#w<0$Wgz} zGF;Q`*gp{r8#aru?kGVmw>t={rOawscXV_keVo!-DXO`q*^o_Kvm%*&jkpz!Yrss^-quIJN~G7QOEH`pphC|-3Q&e sjbWH)KR`_LKhUAasON8J|6{c0G3tGcc0P5SWSHP`i_@% literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4d4da1840e3fbf2dab87e59be85ff6c78ec418ac GIT binary patch literal 12089 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7c40be9ccc049fcafabdfe05cca64b4b46a8f31c GIT binary patch literal 27211 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b57bca5ea98a52e68367cfbea1805171b1af595 GIT binary patch literal 19133 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..714e630f33516aaaa79f52dbb32ffe3f7901117a GIT binary patch literal 1410 zcmah}Pix#p6n~?Yw6eP!Ck{@$>BYn(AWBxmzO)e1CQchDu@msAx(r%rysJdgZf9mg z*ZAOrp=)U9sW@LDxZk9gmgLY1n-+TN&D1f3ocf-$N;kc9KyTi>H}CK7jecr2X93r5 zy|3cmZGb=NP%Uf1oPLSS0Ynh71XAWRM!b<2Y0a+{d@V6k%eM;NOzgDo*BKaaA0lfH zB3oF8wbGaGjOwoQ7sHdw@+OhP2 zAne7NK9xJo4@pD#pHK=FW(+D21L3MI5_ z(y!<;v1ZQJq(gkQ*=Cc5CNPbJ<4nNl;t9&@*$GEIT?mfBnjs(lNTr; zCHPs<8|lzhB3DUq8_AnJI5SLZ;iLifxf6p~i_gQq0k_jyB{;DsTXcb8>I>#0X>Q`;iA`sPf^5M t=T_OA+wwZfs5-TTeC&#dI46Dbm{Mv4^*3TE+Gr+yb^&jQKPFMf{ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..01aac4f66b99e66f425eb52fa8903ab6ecc6e755 GIT binary patch literal 5829 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 f5UTZ0tspYDo literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f9d65dfb126b631fc0e652a6651d300b4516f0ff GIT binary patch literal 22162 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 rJ;cp8v0}x#*&{T( literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d0fdebd3e559df281a54e6b085a552af365b3ce GIT binary patch literal 83010 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..82c470c6ecf6c517ab1a6234fd0660cf667bb757 GIT binary patch literal 39556 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9329260699b02f6584f4acbe3283f8c952774751 GIT binary patch literal 83129 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..120a016a8494d2b45dc2b9661b750625bbbe1674 GIT binary patch literal 76995 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d3a195197702ed841cfd70739e7ac2ebc95f4717 GIT binary patch literal 83083 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 Ur|d3vyES{XqHFz;l@%5L2Q$huIsgCw literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..86b8cc8f262e05c8af8efb5ac54405729148ba74 GIT binary patch literal 77684 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..54c8e54614d1ac9bd146ebbbce6b54805f1ecf62 GIT binary patch literal 77523 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..15ade4742574b1e2ae2dfd0461523e8291f87796 GIT binary patch literal 7189 zcmd^?Piz#|9mn6y{_*U3*Sp@ejcu?oU~I1gULcUB)P*2BB#MFwF{J7$(P*F|BvtW(FxoB)BWC(<``n!;(@}}1+SlkNr8@qX=gPJdI9Hr271tCh zQ=I6;`K&c<+OJrpH%$u#5u&-`?6jS=%{A;>VojxljBB)^tpzD*p+uu3gd}ywqDJ2= zp?%YOd_v>7(#N-xwOclp6*6gB9^aVW$&yW)Bww&8*pfDwo8wAqCYwF;W{sNz$y)gs zP0M2`hu3IaG?jEc_%V{7<2W)!M!_+o8lhz|qZsPtNXEzP1N+T@p_suL)$m{T-<(gv2kdMkatR4~(6VCh#XnI3z`EWVS@&%K$Ruh{2H#iz#(9!i(zY;*s7HuqL`)-0#z=jPKoni(Z4O%}tn z(}ir#qR%-m*YVhV#p=YE)oqV{<}vS$il{6PBl&Vk+|#00T54MN$6D{bfj!IqkF~zl zkx|NfSGCC1@Rjg;kq2lhHlG}tlt(8ApS&@RhBB)(r>2T2TR%O9x+pHtezM^*eB&sw zX@8NIoNm0(BU9y{l3T-?Tp)563R+!gZsBK`a3UvPeg2F-apJ5#b?%haP30YwP<&dw zNO)4LKCiUevEgIM>7>^yA3;K2%KJS1J8w+?X1vyymS3qJ7Q67>R#G;7H1a_a9;}|ui|IxM{Ad(Iog{Q z+tkapm7|#VE_x)nk_Rxrb%el$Mu2!t5E#mBF1@5IDwE=kf)JNfyWv@sd&?zXGn_UL zo@Us{aPw6$1kL&-|DxYe-WtKX?zSmtK(18-XfyyE0O+Mr2mF}H!^rjsYO!A zR|m(IC;uARRgYn`dZO9k>nnp+qm0mh17w6E-*`1+@dCBqaLLG0DvI5R9YjcD3u`uB zALWQg#J8myYH@J$)`pK_cZ)i|JZ%FM=T$`XqEf~AhBebT}(#vQ!38P8D=qOmg&azBRZqI$j$c|L{z0^!OhKYojM?iIX4gt+k&<2!)cLhecPYXI4TN;Ikx^jDKI?s!01y|*pUdo%EbKqfzt9DXX* z=>+Y{JpPxkX!_mPjPh~i{!X#z>~{iYaiLIl-**=k_|8q9lt;PaJ25>$$uyFQ*C;tn zw?xyR)02}{n%w&-8KXqL{vZ(@z4DWMrH#9jbIdw}GCE|+XR%!BK1ET!I3|>x{}LmA z7d!9A;!BbH!ImZ8>XRms=u)U2-_@o$Kb!_vfXNO1qyFA)6 zrCLa@gOz<(m#{?e}d`$33ijXf# zz6kl4;A4W12|gzHnBZfAPf{ECV&rQh9}|2`@G-&11RoQ8Oz=sHldqk8aq=<2#{?e} zd`$2$!N&xjqy+hr;A4W12|gzHnBbGtPrjYx>n9%*d`$2$!N&w2 z6MRhYNg5#EF7geKj|n~|_?X~hf{zJ4Cio=nCf^?N?Is@+d`$2$!N&w26MRhYNg5>I zUh)l+j|n~|_?X~hf{zJ4Cio-`k#CrML*!$Ej|n~|_?X~hf{zJ4Nh9P-k#B^2Oz<(m z#{?e}d`$2$!6#{yd{2>YlzdF^F~P?K9}|2`@G-$BX&?FalW!mSnBZfAj|n~|_?X~h zf=|*I`O@SYBOeodOz<(m#{?e}d`$33IzYaI;FENSd{2|_ z5c!zkV}g$fJ|_5>;A4VM(qZx)A>U#0F~P?K9}|2`@G-&11fQg5$oC!cJwrYw_?X~h zf{zJ4Cis}(lk_b4zDvGm$;SjA6MRhYF~P?K9}|3%j*{ z;FB~?zVDN7oP131F~P?K9}|2`@G-$B=@|KrlkXV$nBZfAj|n~|_?X~hf=|+O3JFgr zWCTOmU`QJbZG$0hFw_l(yul++eJc5m=%`OAtzGIJk@&p-h|+uQjfVo6{MGqi_Je}1 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d55d795dcb3e29ee9d3da264c2a9e6db4214abfa GIT binary patch literal 3910 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 W>$(1o593q7?PL|YYj2-6CjS5~H>Iio literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b237d0b4616d4935a85c35e6a450d5be0d7c2150 GIT binary patch literal 6394 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 PVM43b2VM|FOkw{4>awZl literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ffa6460c76fb7bf88c82e3c2fab366e049ddc794 GIT binary patch literal 12276 zcmb_CTW}lKbqf#xK>#Gchxh<^(K;Z6U6O$CVD2s? zlcrO(^-Sedsp%PKEN3!fd8(3 z*3oil+?%Km*3)uXydlvTY&0=u<~+l>UuQVaL$mfJ!KMv!pgat?7{^?SOUHROl1hr< zXfm2yWyLj~y_$^P;E529Pw^rj5mSWa^g<*a7KCp0=2|qe#zqASzD}ZvFxha>J~qsz z1)i{}6?S7#>hh4o6$9Om`uBFI0I~OL`*~`)RDqvtcfdDZYjC)u;{aFR~Wb|%6x_yEGM zgz-!86IY-<*n1*p$P5gbOc5?DL{g4l;WEt!id4&NR1j7B!nznu!Azz7ID8c(3LG}D@CC{i6W$@R3jD27E|Et?G|SJUBD{#-OJ@xo;y3ac$f;u6<$ck#i?jS1hnqO zBLJmWm(KMM4-RNZA{t|8c}b@7bRItR9foIs&l%)#;BRx#VrF=2%#}MpD|1B;abX|@ zi=PQ&F<|V^gs~bhC7g{b=ImSv=ir>2i!0^IerOLmpw-5?q3+?zxeBiGhs8lB?}~Y~ z*>iKQYQ@YQ<6T@eU&hsNwJSER?saR>&3m{Sz8w0zuUj5w1_Uc;YZF|%8?}K}wfu-|g};r0 z$U<5I(OX_V0szvZNme?^@gyGQHK{YCt5*|F09#2XBgm^1TR6#qWB^lxl!!1U9FL<= zqI`4Fl@*@wNs)~J4-34=u2cRMKsG5MDRvba!$1uOEQADP6$FS1p9GOZNy0gzqJZ5i zQ4X5hAGXya8&7Z2Iyc70$_Sqc%JJN zQVBkEZ3Dh2zdI6734GolZE1K8@TYqT6$*`z)gQcz>7PyuR@kyXzSZ;P%YqF`o%LJa zc{QLnzW4H`>&0l2OWhQD`Ug%99IBl-RO>%f8$MJUJXAY*s5W${HWILZ;fM;Up3%{h zV?F(w+44Y6`D9LcIHx?4Qy%>yJ9cc-nZ-G{>6}?y$V||$7N0-cKYC*Dgle6bL2O;2g;aQ?u zxKxr?OG2wDF~o(%Fu{dU9ha|OnGT&Qsc8(C33L-^E8W6NNo?3+? zdsQs~&A zx0nM5^L5jd>9%Fx&MKp)@ZF%C9KmY7YZdxT@$>@ z9yPSf4gFF>Kf>1mFf_WA`gW|=KB{h%t2?CXj*skn)c|qFsWi1=Prc$B#dnKhcfIL& z!|^>A@dGgtLy(|?Wh!>aukV0h#o(Qv7MTa8`GAS^K*s|UISDTT2eM=sa@Co$>zj>7 zmm{b9RUC?9aEp2Du9V%Z|GEV{iR~Y3nRRoBOaF3Y#rQsmlZTi#+;#lH0dq_Z_7V)gIl`Z@?yj!vf9 zLYJ1PYBM;2*0L%U)gEG?Ni@`9%us%MAA_nGk4>65E7Xeh8t{^#)buvkC2!&OSY;MQ zFJ+Y;jH%LFvu}#4K>KgSg@;&PnqpqAV3^lTTc+oazEfpkHcSEA=6@Q-3E0|TEEV>f z&_K!-=~U{I78h;;vl>QA8;4MOm+;E4bVuwkxkfI+4!m*wSdR!C86 zE0v6Iut_kE0HuKp#{hm9%|!_)LI8;-*=xLbljoCQxP{{z0$7D$5oWDHE)_{9z$^qi zP`A3~2@5MlS|B?|SuNlq0c`2Q>^Npr`0y|w-I$@4AibEiV>X0Y2WBV;0W(z}sx7k; z$aAcwM=0cG%~3g^y8kZ$PlU-est83rYtzcL4uCtkTv673GUG0*qec#ooRD0#><5KnU&lyum{q1v# ztK!YsH)g*#|D*`&bX8P4nxt^@k%%EiKrGrEnkd5hJWIV2(+04e0J&%g-Ihs2F{VlP z+Xbg+*f3kBhZ*4omStjw2DnYu)drtSM|cq8a88g)wojhGXKm@VU1?sA?Ep(Xbi2eymTFelKd5nY|86^Y7B)w zFJ<|TRA+76SZf{_RN*@eJ3ATty=i*^M*5CoFGw2`LyeP{woIGQV(j*@9I85&3gNiRN32qU!9!>h81*6b&qN(tx7%IuUB%aV4Vgq_9`=+~f{TbNM zEXzyT-O9m>Hd|hzcuzkA?`R${RG$GkaTHQtjiZ|6D|2sw-J*2=El_jn=*)swJgv6^ z#Mkw5_O0^-?3BU%g>l9H(6wEB2HwJJTi|PA&sp1N;69uEQoWR~&GYx*chDgPBpr8Q z+eF5JjwyYn>|1zWJg?UP;_G@j`_}hi75!@ie_>ehf<7*GQ7>iRn{XzQw!(D8=CW{l zNnFrNI-lyan2^T{d`&?tfAs%?W$~+G0h2WdCaZbN{D<E3hOq9t)^$u7Se=>(YT_!Pgs~0<%JM z*8c&7##RB@`dXm}1k=Js5kAbJ541$mu!cEK%4P{hEk}D6XU_jpV~&H%sxYl)zS`qh_^ z0^QUJQX$S7O@hw`(QmZ`-GDG5;SK5=sSao-qHr@RuBkS>r-}%w{p`YA22=^hHz&7ylO$#Q|;##uFg+|W|mZ!9+<$$ zomvLLyihjqs5yOT`Dsx)wB4xZM=;(=(D_h{=NINflNT?kw($Bo1lveCc9mj==B`@) z;>`TvucAI?posd81XT_>1DPKEqhToWBD8E)A9Wv*`X3`R;cfyK7`OhJx-7e{lN!)BEm0 z=xXU!TKx*!3IV(3ifzmHF<@8WmCJonx$pjp+&(6?kNsp=o|u;==6C!H`{kEmQ1{S3 z4DKv_Luz^vM=0fW8vKrbbiaJ;z|ORcWssIwGe}(q(%%W_{>lf5_Y*(<#^1mEcQ5bw zC-=*z@@9S8`M9y=_SBtu#a;R4t8ct|cU*F}@3;q)26o%>c8TJt1~R}gb~Z@PhWieg zJt?s#cbz8zTz0nutnBWQ+&v$z?Yl=F`FdsFsN@^nw*1V~^4L=)ds-w<%l)A2AD8^& zyPk2Ss#dP@OI3cks#~h+{&49>p$DN)UXgmv?^j*;MRxc;4EMI)8@M-kw+H-qH_!ms z+-{Kdjwz z5BxYT4_}goFYUT7J!X9}J0!6~GJ8g1&nT_!a_g|vIxM$NORdv;t>?4b_%?21V~f5N zu0u_@meo`fm%}8T2dx48PotKa{|6`=PO{#3W zpOo8AN$sb0D^Jl43P@D}x$1;eb>hd(d;Mqkt0ooPOTXmt%bsq@)BVw(Jp9(a=Tv^{ zxAuBo*!O%*@ixicKFQnnIb$#NZrhZ~x_2htnz;MQUS;P;vvT(tsr$@c<(bF6F4;FC z`9_rXZn=FzYM7x2N8|1gqcThr-OKRdomDfbO7za)MuS`}HN= zcMmJ=UC4872Sto$G7l^wQin(w`gu?`ua&ihr8c~=m+UMU(QD3K2iy3e>8kGUFM@xVc!>Z56Ss*S$ zasHYse$B+$Uo*oSZp~r^A~axWHiM;U*|LD8Xxp;H49`}l06gqW5ksh3=Ic|Sa7}j_ zwoG83T3#!<(*ibM5&1{F>xvbKj37MuWUHu91miX9mi3nTBJ<~_Eo-bkJELAQX12lj z=TTO?WsBi;QeNV+v7k<%&hQ1ZV59-s*=$`e6}qY0vTa%Qh#gQ~FnU3Hp}jz?q98u& zD<;7V|MWcf+YilY-71Ea0Iw`R%Ptzx6MZkpl`VS=gVA{jcpD4~ z;O)X|QHU-VNI-!*UuZ3`=FgXwhZ)UcV(v^?m^*7mo3A4$hsmqPR6+Q zdw?*m{}6N3C+P-E#;++9Gdfz=`3=E9t$Qc%Ue+(j!982fTB=Y(0+;oR@*IC+X|p_; zqAnD;gb^NohT~cY@HRt0O)+E|vlhs-%aKjH{&NNO4K~49(H%y14ScTz-0LLL33NDl zaFpWQ<}ts(!jq*1eoyfWfqLyyC4lHr1_?5;YUTKA>D4^bpIpIyWH$ma05F;7X69$+ zuFi#)E?k*jys$7kMP8zVF>dhX0+wFqo??SkDgJAMAlKp%s&;Y6-g{LwChM?kqW_E@`zwo-?)&# z=alAv+&nBb4{y7anzo&qz8y~==?2sFWrN-gC#?fsD&|1|l zSDuh6Pkij%hiPi+<(jVDnl7c|xZE)!b&SXz6H>>7($M>{>uHg>(|gwira2h(mEF6Q z-AY>r`a^Qtu+%oJ)cJSoj(=Do*A7Uv1ADbYAID*YuX=kH{hA)7wOe7kWOh(u2eVdf z8ScTv8xyj#Q*w6hIlDeu{ZZmUV%Irw*gfe5)AJqYTTacv*lC^G_e?9kPHn9|XUfaH z+q0k6cPO>&qneg`-TNob?$=Bz?E`ZAxYR!WIb*A9x_b^>ocAuhdr5BSks5jwc0^&@ zHF}`%f%|XOf%C!NhHlQ>NDh-`-!%3;(BrV`C z8MH7WHH_>vjKRn{??D}qbl^k(5qzv2yH~q5H4`)}<^xRxk15p=3MJ^jx1kXHHxv4H zIvmgZ2vZyifd&nQ$TGs239lAMQi=6woF|u|g1qOQqsu z1R7O4Na8wA#0|A5niL5}kjV>}p=C_$m|=umyP?IKMb%3Gt0Nb%72RoqHX}(u_JE;Z zp?TVP??o`ffT1t~a`ig%#9U^zAF!}qJCh+S<)SDVr0zgKlHA+-!)zu)NhKed%x>krz`n61a} zUcGnn!@y44pwu{Yz+lTKRZr>r;GAX7WUb%c{4WOI+M41@2Aat_uIfe1P|=caL#Eoq zjdeI)wH>oyGu@|(Oaz8%L`~mn%D6Psk!iy{R;_$8oe=2XT9i*R@g4XXECYqX8r2o2 zzZqwmFczbhCBhMce;Q{RX>7)wxE2v|=f$v&>d?+;j4M)}QQblwSUG}~W_~uyAViCf z@)3CjOMcAocIpfJDNQ!MMqY<18i4}xjaW?epEH=#nf?zqdRxo@ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d812d7ae8a8621aad9d7178acd50e28da582bdb7 GIT binary patch literal 9986 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 Ang9R* literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..98ebc9e97f7d8cdaa4d7b60e1066841e72909864 GIT binary patch literal 3182 zcma(T-)kGmd3LocuYOs!WXnW&cQ+R(1(PSqmSYKg?q``*Gf0!XiDiro+{1_J&r!~n^~EtJF=fSt5FdS;ZO5dhEY<7r^g?ZDcwWv?Wy0$KW~Vaso0PKO)oZusv%@ zt0L7g19%s9`@B`O8gRJZ&Tplb(Ni%&L?FdFsBDzhF`mQZwLKgUSRO*nBEd$-wz6^{8qlpEe9tHJH>B8{aR-SBeE32ZzS*l-ZdA z*k%=HOd~#3(5@HBGLDaag!PZ&`P@=`y=<-&^$Vk8<8dQr;`8h2%vyRG8}aqrdRzrI ztw`cbiiXX2$;@6}=W#W;7luI5`H42ULc=9iU8?ZB!OwVxl60)z4pkik=Fj7tjWa!4v!v)Xzf#o2s5J z;7VWHZQ2Rr>=cX84fHA)`TxF35$T5$WPqJ*`=XLh>&qnwkOPi)kUwt!QaAq+RhG&o zRt=M6SbREzDaccC9I)G{DomqaK1b-D2#$1k+UBDiSrwghyyvRAOeT?!)%|pJFbJ)k z1zq|~#lfud^6l*G8Pa(Fq=0nefJ_z|hsHZHSw0*Zhh*M5Ad>~wp}}Mt!u?Hp)#&U4za;j6Dv@fGNS5pX!pO65PXS+;i1uHspE%8u;rSM!^y#S zY0iCsI`l4eZ5sU0+a~=7Y6zrrRPt8h2JPg$MLnC-u%5v*v~Y87J~_3RRFgO7XJB)C8tMu28W~}i5HgUm zt-{V^8SMHeVA$y_Wii$&!L~GJh%3Nj)B$XuMtAgE;`tX=FJhl@YdpY!eeQ3-Y8ha@H*7tQ+Z;Lu^4Ug{x$2s+aHFV)1 zm7U!Ujy1x4+moM6*29;q@TJ}G2hYcL!xN33WA&cXJ3XhLj95MA{?c>0*$Y=`9z*`F z2UoVPd^S*z#;s_4#}{t|!}Z`vD|m7@c~VE930tMWpLzFUx3 zVc^Aql>&G{3HPAK9#s}JaSft?j8qxDy}ZCVHjX}3fq!*pDOi941VJSw zmOsDow@T0F|GfH|m4eo5qIoqY+7S?#OU$TKH?PgBcjo7Q3Rvb^>MrT|+#0sqgY8N( z3WQ3u&65WsWfsWBRRGMVy)}2k7p(gRE#Kf{VaGSp@P{61^~hN(a`wro`uh_W{2~*U zf1-B15so~Hd@}LEKimlR)&ksia1TF-O2k6!DZyHSs#3427K&Oa&(?lb{jikI+Z1vM zczN&UJ&Y>Q(BTzgmZ=MhG+`-CPB6ecKxJ0F4eDW2nvisvXA@y9h057{F>P{H;gMoL zLozs@SJjw6SOMaV<0p2%WJQNCaEcK=1n}J^YV`DN%)XH%x%Z9VB@Z{f$lci#1-b80 z=34~Qp36Zr-K|yV(R+*(+9!pY?r!<`qs7OUp2S|fcflIG*hGMMKCs88=4n}uJeL2B zVB*H&cSywi)NPj6;l*pK8EExO`*A~9v!o$AQ+d)C>~}MNpivpagUsM1rd3-COBur` z@Ru8xZ}(1CSGn@vD-*UaCdmxoSUWXN0%*DfL3nc+3DJL`v)`cczoPTsppk#MM}^44 L!8Zsde&zoHxE!7D literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c836dd29c4e0c84eaa1498fdf111c2eb12776a9c GIT binary patch literal 495 zcmYLGJx?4l5M6V3I%EV?(9le}ToIcO(IA8nACb~rP6?tp0ykE4bMu1pG+Ub3-p z1mitc`pnopIAI!&a;6_?@RBo4k~usaD<*T28r8#Bon5j;HfMr8qn>y*mtGQ`f$btqj&5fnaQnb+~MKxR8f4b;_tshsP+`S0twuKP7Tj-$n d?Mk$|{(0#SUc12?zwySm<7*6Gx^^+J{sV!)meT+L literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py new file mode 100644 index 0000000..87d9f97 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py @@ -0,0 +1,386 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Big5 frequency table +# by Taiwan's Mandarin Promotion Council +# +# +# 128 --> 0.42261 +# 256 --> 0.57851 +# 512 --> 0.74851 +# 1024 --> 0.89384 +# 2048 --> 0.97583 +# +# Ideal Distribution Ratio = 0.74851/(1-0.74851) =2.98 +# Random Distribution Ration = 512/(5401-512)=0.105 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR + +BIG5_TYPICAL_DISTRIBUTION_RATIO = 0.75 + +# Char to FreqOrder table +BIG5_TABLE_SIZE = 5376 +# fmt: off +BIG5_CHAR_TO_FREQ_ORDER = ( + 1,1801,1506, 255,1431, 198, 9, 82, 6,5008, 177, 202,3681,1256,2821, 110, # 16 +3814, 33,3274, 261, 76, 44,2114, 16,2946,2187,1176, 659,3971, 26,3451,2653, # 32 +1198,3972,3350,4202, 410,2215, 302, 590, 361,1964, 8, 204, 58,4510,5009,1932, # 48 + 63,5010,5011, 317,1614, 75, 222, 159,4203,2417,1480,5012,3555,3091, 224,2822, # 64 +3682, 3, 10,3973,1471, 29,2787,1135,2866,1940, 873, 130,3275,1123, 312,5013, # 80 +4511,2052, 507, 252, 682,5014, 142,1915, 124, 206,2947, 34,3556,3204, 64, 604, # 96 +5015,2501,1977,1978, 155,1991, 645, 641,1606,5016,3452, 337, 72, 406,5017, 80, # 112 + 630, 238,3205,1509, 263, 939,1092,2654, 756,1440,1094,3453, 449, 69,2987, 591, # 128 + 179,2096, 471, 115,2035,1844, 60, 50,2988, 134, 806,1869, 734,2036,3454, 180, # 144 + 995,1607, 156, 537,2907, 688,5018, 319,1305, 779,2145, 514,2379, 298,4512, 359, # 160 +2502, 90,2716,1338, 663, 11, 906,1099,2553, 20,2441, 182, 532,1716,5019, 732, # 176 +1376,4204,1311,1420,3206, 25,2317,1056, 113, 399, 382,1950, 242,3455,2474, 529, # 192 +3276, 475,1447,3683,5020, 117, 21, 656, 810,1297,2300,2334,3557,5021, 126,4205, # 208 + 706, 456, 150, 613,4513, 71,1118,2037,4206, 145,3092, 85, 835, 486,2115,1246, # 224 +1426, 428, 727,1285,1015, 800, 106, 623, 303,1281,5022,2128,2359, 347,3815, 221, # 240 +3558,3135,5023,1956,1153,4207, 83, 296,1199,3093, 192, 624, 93,5024, 822,1898, # 256 +2823,3136, 795,2065, 991,1554,1542,1592, 27, 43,2867, 859, 139,1456, 860,4514, # 272 + 437, 712,3974, 164,2397,3137, 695, 211,3037,2097, 195,3975,1608,3559,3560,3684, # 288 +3976, 234, 811,2989,2098,3977,2233,1441,3561,1615,2380, 668,2077,1638, 305, 228, # 304 +1664,4515, 467, 415,5025, 262,2099,1593, 239, 108, 300, 200,1033, 512,1247,2078, # 320 +5026,5027,2176,3207,3685,2682, 593, 845,1062,3277, 88,1723,2038,3978,1951, 212, # 336 + 266, 152, 149, 468,1899,4208,4516, 77, 187,5028,3038, 37, 5,2990,5029,3979, # 352 +5030,5031, 39,2524,4517,2908,3208,2079, 55, 148, 74,4518, 545, 483,1474,1029, # 368 +1665, 217,1870,1531,3138,1104,2655,4209, 24, 172,3562, 900,3980,3563,3564,4519, # 384 + 32,1408,2824,1312, 329, 487,2360,2251,2717, 784,2683, 4,3039,3351,1427,1789, # 400 + 188, 109, 499,5032,3686,1717,1790, 888,1217,3040,4520,5033,3565,5034,3352,1520, # 416 +3687,3981, 196,1034, 775,5035,5036, 929,1816, 249, 439, 38,5037,1063,5038, 794, # 432 +3982,1435,2301, 46, 178,3278,2066,5039,2381,5040, 214,1709,4521, 804, 35, 707, # 448 + 324,3688,1601,2554, 140, 459,4210,5041,5042,1365, 839, 272, 978,2262,2580,3456, # 464 +2129,1363,3689,1423, 697, 100,3094, 48, 70,1231, 495,3139,2196,5043,1294,5044, # 480 +2080, 462, 586,1042,3279, 853, 256, 988, 185,2382,3457,1698, 434,1084,5045,3458, # 496 + 314,2625,2788,4522,2335,2336, 569,2285, 637,1817,2525, 757,1162,1879,1616,3459, # 512 + 287,1577,2116, 768,4523,1671,2868,3566,2526,1321,3816, 909,2418,5046,4211, 933, # 528 +3817,4212,2053,2361,1222,4524, 765,2419,1322, 786,4525,5047,1920,1462,1677,2909, # 544 +1699,5048,4526,1424,2442,3140,3690,2600,3353,1775,1941,3460,3983,4213, 309,1369, # 560 +1130,2825, 364,2234,1653,1299,3984,3567,3985,3986,2656, 525,1085,3041, 902,2001, # 576 +1475, 964,4527, 421,1845,1415,1057,2286, 940,1364,3141, 376,4528,4529,1381, 7, # 592 +2527, 983,2383, 336,1710,2684,1846, 321,3461, 559,1131,3042,2752,1809,1132,1313, # 608 + 265,1481,1858,5049, 352,1203,2826,3280, 167,1089, 420,2827, 776, 792,1724,3568, # 624 +4214,2443,3281,5050,4215,5051, 446, 229, 333,2753, 901,3818,1200,1557,4530,2657, # 640 +1921, 395,2754,2685,3819,4216,1836, 125, 916,3209,2626,4531,5052,5053,3820,5054, # 656 +5055,5056,4532,3142,3691,1133,2555,1757,3462,1510,2318,1409,3569,5057,2146, 438, # 672 +2601,2910,2384,3354,1068, 958,3043, 461, 311,2869,2686,4217,1916,3210,4218,1979, # 688 + 383, 750,2755,2627,4219, 274, 539, 385,1278,1442,5058,1154,1965, 384, 561, 210, # 704 + 98,1295,2556,3570,5059,1711,2420,1482,3463,3987,2911,1257, 129,5060,3821, 642, # 720 + 523,2789,2790,2658,5061, 141,2235,1333, 68, 176, 441, 876, 907,4220, 603,2602, # 736 + 710, 171,3464, 404, 549, 18,3143,2398,1410,3692,1666,5062,3571,4533,2912,4534, # 752 +5063,2991, 368,5064, 146, 366, 99, 871,3693,1543, 748, 807,1586,1185, 22,2263, # 768 + 379,3822,3211,5065,3212, 505,1942,2628,1992,1382,2319,5066, 380,2362, 218, 702, # 784 +1818,1248,3465,3044,3572,3355,3282,5067,2992,3694, 930,3283,3823,5068, 59,5069, # 800 + 585, 601,4221, 497,3466,1112,1314,4535,1802,5070,1223,1472,2177,5071, 749,1837, # 816 + 690,1900,3824,1773,3988,1476, 429,1043,1791,2236,2117, 917,4222, 447,1086,1629, # 832 +5072, 556,5073,5074,2021,1654, 844,1090, 105, 550, 966,1758,2828,1008,1783, 686, # 848 +1095,5075,2287, 793,1602,5076,3573,2603,4536,4223,2948,2302,4537,3825, 980,2503, # 864 + 544, 353, 527,4538, 908,2687,2913,5077, 381,2629,1943,1348,5078,1341,1252, 560, # 880 +3095,5079,3467,2870,5080,2054, 973, 886,2081, 143,4539,5081,5082, 157,3989, 496, # 896 +4224, 57, 840, 540,2039,4540,4541,3468,2118,1445, 970,2264,1748,1966,2082,4225, # 912 +3144,1234,1776,3284,2829,3695, 773,1206,2130,1066,2040,1326,3990,1738,1725,4226, # 928 + 279,3145, 51,1544,2604, 423,1578,2131,2067, 173,4542,1880,5083,5084,1583, 264, # 944 + 610,3696,4543,2444, 280, 154,5085,5086,5087,1739, 338,1282,3096, 693,2871,1411, # 960 +1074,3826,2445,5088,4544,5089,5090,1240, 952,2399,5091,2914,1538,2688, 685,1483, # 976 +4227,2475,1436, 953,4228,2055,4545, 671,2400, 79,4229,2446,3285, 608, 567,2689, # 992 +3469,4230,4231,1691, 393,1261,1792,2401,5092,4546,5093,5094,5095,5096,1383,1672, # 1008 +3827,3213,1464, 522,1119, 661,1150, 216, 675,4547,3991,1432,3574, 609,4548,2690, # 1024 +2402,5097,5098,5099,4232,3045, 0,5100,2476, 315, 231,2447, 301,3356,4549,2385, # 1040 +5101, 233,4233,3697,1819,4550,4551,5102, 96,1777,1315,2083,5103, 257,5104,1810, # 1056 +3698,2718,1139,1820,4234,2022,1124,2164,2791,1778,2659,5105,3097, 363,1655,3214, # 1072 +5106,2993,5107,5108,5109,3992,1567,3993, 718, 103,3215, 849,1443, 341,3357,2949, # 1088 +1484,5110,1712, 127, 67, 339,4235,2403, 679,1412, 821,5111,5112, 834, 738, 351, # 1104 +2994,2147, 846, 235,1497,1881, 418,1993,3828,2719, 186,1100,2148,2756,3575,1545, # 1120 +1355,2950,2872,1377, 583,3994,4236,2581,2995,5113,1298,3699,1078,2557,3700,2363, # 1136 + 78,3829,3830, 267,1289,2100,2002,1594,4237, 348, 369,1274,2197,2178,1838,4552, # 1152 +1821,2830,3701,2757,2288,2003,4553,2951,2758, 144,3358, 882,4554,3995,2759,3470, # 1168 +4555,2915,5114,4238,1726, 320,5115,3996,3046, 788,2996,5116,2831,1774,1327,2873, # 1184 +3997,2832,5117,1306,4556,2004,1700,3831,3576,2364,2660, 787,2023, 506, 824,3702, # 1200 + 534, 323,4557,1044,3359,2024,1901, 946,3471,5118,1779,1500,1678,5119,1882,4558, # 1216 + 165, 243,4559,3703,2528, 123, 683,4239, 764,4560, 36,3998,1793, 589,2916, 816, # 1232 + 626,1667,3047,2237,1639,1555,1622,3832,3999,5120,4000,2874,1370,1228,1933, 891, # 1248 +2084,2917, 304,4240,5121, 292,2997,2720,3577, 691,2101,4241,1115,4561, 118, 662, # 1264 +5122, 611,1156, 854,2386,1316,2875, 2, 386, 515,2918,5123,5124,3286, 868,2238, # 1280 +1486, 855,2661, 785,2216,3048,5125,1040,3216,3578,5126,3146, 448,5127,1525,5128, # 1296 +2165,4562,5129,3833,5130,4242,2833,3579,3147, 503, 818,4001,3148,1568, 814, 676, # 1312 +1444, 306,1749,5131,3834,1416,1030, 197,1428, 805,2834,1501,4563,5132,5133,5134, # 1328 +1994,5135,4564,5136,5137,2198, 13,2792,3704,2998,3149,1229,1917,5138,3835,2132, # 1344 +5139,4243,4565,2404,3580,5140,2217,1511,1727,1120,5141,5142, 646,3836,2448, 307, # 1360 +5143,5144,1595,3217,5145,5146,5147,3705,1113,1356,4002,1465,2529,2530,5148, 519, # 1376 +5149, 128,2133, 92,2289,1980,5150,4003,1512, 342,3150,2199,5151,2793,2218,1981, # 1392 +3360,4244, 290,1656,1317, 789, 827,2365,5152,3837,4566, 562, 581,4004,5153, 401, # 1408 +4567,2252, 94,4568,5154,1399,2794,5155,1463,2025,4569,3218,1944,5156, 828,1105, # 1424 +4245,1262,1394,5157,4246, 605,4570,5158,1784,2876,5159,2835, 819,2102, 578,2200, # 1440 +2952,5160,1502, 436,3287,4247,3288,2836,4005,2919,3472,3473,5161,2721,2320,5162, # 1456 +5163,2337,2068, 23,4571, 193, 826,3838,2103, 699,1630,4248,3098, 390,1794,1064, # 1472 +3581,5164,1579,3099,3100,1400,5165,4249,1839,1640,2877,5166,4572,4573, 137,4250, # 1488 + 598,3101,1967, 780, 104, 974,2953,5167, 278, 899, 253, 402, 572, 504, 493,1339, # 1504 +5168,4006,1275,4574,2582,2558,5169,3706,3049,3102,2253, 565,1334,2722, 863, 41, # 1520 +5170,5171,4575,5172,1657,2338, 19, 463,2760,4251, 606,5173,2999,3289,1087,2085, # 1536 +1323,2662,3000,5174,1631,1623,1750,4252,2691,5175,2878, 791,2723,2663,2339, 232, # 1552 +2421,5176,3001,1498,5177,2664,2630, 755,1366,3707,3290,3151,2026,1609, 119,1918, # 1568 +3474, 862,1026,4253,5178,4007,3839,4576,4008,4577,2265,1952,2477,5179,1125, 817, # 1584 +4254,4255,4009,1513,1766,2041,1487,4256,3050,3291,2837,3840,3152,5180,5181,1507, # 1600 +5182,2692, 733, 40,1632,1106,2879, 345,4257, 841,2531, 230,4578,3002,1847,3292, # 1616 +3475,5183,1263, 986,3476,5184, 735, 879, 254,1137, 857, 622,1300,1180,1388,1562, # 1632 +4010,4011,2954, 967,2761,2665,1349, 592,2134,1692,3361,3003,1995,4258,1679,4012, # 1648 +1902,2188,5185, 739,3708,2724,1296,1290,5186,4259,2201,2202,1922,1563,2605,2559, # 1664 +1871,2762,3004,5187, 435,5188, 343,1108, 596, 17,1751,4579,2239,3477,3709,5189, # 1680 +4580, 294,3582,2955,1693, 477, 979, 281,2042,3583, 643,2043,3710,2631,2795,2266, # 1696 +1031,2340,2135,2303,3584,4581, 367,1249,2560,5190,3585,5191,4582,1283,3362,2005, # 1712 + 240,1762,3363,4583,4584, 836,1069,3153, 474,5192,2149,2532, 268,3586,5193,3219, # 1728 +1521,1284,5194,1658,1546,4260,5195,3587,3588,5196,4261,3364,2693,1685,4262, 961, # 1744 +1673,2632, 190,2006,2203,3841,4585,4586,5197, 570,2504,3711,1490,5198,4587,2633, # 1760 +3293,1957,4588, 584,1514, 396,1045,1945,5199,4589,1968,2449,5200,5201,4590,4013, # 1776 + 619,5202,3154,3294, 215,2007,2796,2561,3220,4591,3221,4592, 763,4263,3842,4593, # 1792 +5203,5204,1958,1767,2956,3365,3712,1174, 452,1477,4594,3366,3155,5205,2838,1253, # 1808 +2387,2189,1091,2290,4264, 492,5206, 638,1169,1825,2136,1752,4014, 648, 926,1021, # 1824 +1324,4595, 520,4596, 997, 847,1007, 892,4597,3843,2267,1872,3713,2405,1785,4598, # 1840 +1953,2957,3103,3222,1728,4265,2044,3714,4599,2008,1701,3156,1551, 30,2268,4266, # 1856 +5207,2027,4600,3589,5208, 501,5209,4267, 594,3478,2166,1822,3590,3479,3591,3223, # 1872 + 829,2839,4268,5210,1680,3157,1225,4269,5211,3295,4601,4270,3158,2341,5212,4602, # 1888 +4271,5213,4015,4016,5214,1848,2388,2606,3367,5215,4603, 374,4017, 652,4272,4273, # 1904 + 375,1140, 798,5216,5217,5218,2366,4604,2269, 546,1659, 138,3051,2450,4605,5219, # 1920 +2254, 612,1849, 910, 796,3844,1740,1371, 825,3845,3846,5220,2920,2562,5221, 692, # 1936 + 444,3052,2634, 801,4606,4274,5222,1491, 244,1053,3053,4275,4276, 340,5223,4018, # 1952 +1041,3005, 293,1168, 87,1357,5224,1539, 959,5225,2240, 721, 694,4277,3847, 219, # 1968 +1478, 644,1417,3368,2666,1413,1401,1335,1389,4019,5226,5227,3006,2367,3159,1826, # 1984 + 730,1515, 184,2840, 66,4607,5228,1660,2958, 246,3369, 378,1457, 226,3480, 975, # 2000 +4020,2959,1264,3592, 674, 696,5229, 163,5230,1141,2422,2167, 713,3593,3370,4608, # 2016 +4021,5231,5232,1186, 15,5233,1079,1070,5234,1522,3224,3594, 276,1050,2725, 758, # 2032 +1126, 653,2960,3296,5235,2342, 889,3595,4022,3104,3007, 903,1250,4609,4023,3481, # 2048 +3596,1342,1681,1718, 766,3297, 286, 89,2961,3715,5236,1713,5237,2607,3371,3008, # 2064 +5238,2962,2219,3225,2880,5239,4610,2505,2533, 181, 387,1075,4024, 731,2190,3372, # 2080 +5240,3298, 310, 313,3482,2304, 770,4278, 54,3054, 189,4611,3105,3848,4025,5241, # 2096 +1230,1617,1850, 355,3597,4279,4612,3373, 111,4280,3716,1350,3160,3483,3055,4281, # 2112 +2150,3299,3598,5242,2797,4026,4027,3009, 722,2009,5243,1071, 247,1207,2343,2478, # 2128 +1378,4613,2010, 864,1437,1214,4614, 373,3849,1142,2220, 667,4615, 442,2763,2563, # 2144 +3850,4028,1969,4282,3300,1840, 837, 170,1107, 934,1336,1883,5244,5245,2119,4283, # 2160 +2841, 743,1569,5246,4616,4284, 582,2389,1418,3484,5247,1803,5248, 357,1395,1729, # 2176 +3717,3301,2423,1564,2241,5249,3106,3851,1633,4617,1114,2086,4285,1532,5250, 482, # 2192 +2451,4618,5251,5252,1492, 833,1466,5253,2726,3599,1641,2842,5254,1526,1272,3718, # 2208 +4286,1686,1795, 416,2564,1903,1954,1804,5255,3852,2798,3853,1159,2321,5256,2881, # 2224 +4619,1610,1584,3056,2424,2764, 443,3302,1163,3161,5257,5258,4029,5259,4287,2506, # 2240 +3057,4620,4030,3162,2104,1647,3600,2011,1873,4288,5260,4289, 431,3485,5261, 250, # 2256 + 97, 81,4290,5262,1648,1851,1558, 160, 848,5263, 866, 740,1694,5264,2204,2843, # 2272 +3226,4291,4621,3719,1687, 950,2479, 426, 469,3227,3720,3721,4031,5265,5266,1188, # 2288 + 424,1996, 861,3601,4292,3854,2205,2694, 168,1235,3602,4293,5267,2087,1674,4622, # 2304 +3374,3303, 220,2565,1009,5268,3855, 670,3010, 332,1208, 717,5269,5270,3603,2452, # 2320 +4032,3375,5271, 513,5272,1209,2882,3376,3163,4623,1080,5273,5274,5275,5276,2534, # 2336 +3722,3604, 815,1587,4033,4034,5277,3605,3486,3856,1254,4624,1328,3058,1390,4035, # 2352 +1741,4036,3857,4037,5278, 236,3858,2453,3304,5279,5280,3723,3859,1273,3860,4625, # 2368 +5281, 308,5282,4626, 245,4627,1852,2480,1307,2583, 430, 715,2137,2454,5283, 270, # 2384 + 199,2883,4038,5284,3606,2727,1753, 761,1754, 725,1661,1841,4628,3487,3724,5285, # 2400 +5286, 587, 14,3305, 227,2608, 326, 480,2270, 943,2765,3607, 291, 650,1884,5287, # 2416 +1702,1226, 102,1547, 62,3488, 904,4629,3489,1164,4294,5288,5289,1224,1548,2766, # 2432 + 391, 498,1493,5290,1386,1419,5291,2056,1177,4630, 813, 880,1081,2368, 566,1145, # 2448 +4631,2291,1001,1035,2566,2609,2242, 394,1286,5292,5293,2069,5294, 86,1494,1730, # 2464 +4039, 491,1588, 745, 897,2963, 843,3377,4040,2767,2884,3306,1768, 998,2221,2070, # 2480 + 397,1827,1195,1970,3725,3011,3378, 284,5295,3861,2507,2138,2120,1904,5296,4041, # 2496 +2151,4042,4295,1036,3490,1905, 114,2567,4296, 209,1527,5297,5298,2964,2844,2635, # 2512 +2390,2728,3164, 812,2568,5299,3307,5300,1559, 737,1885,3726,1210, 885, 28,2695, # 2528 +3608,3862,5301,4297,1004,1780,4632,5302, 346,1982,2222,2696,4633,3863,1742, 797, # 2544 +1642,4043,1934,1072,1384,2152, 896,4044,3308,3727,3228,2885,3609,5303,2569,1959, # 2560 +4634,2455,1786,5304,5305,5306,4045,4298,1005,1308,3728,4299,2729,4635,4636,1528, # 2576 +2610, 161,1178,4300,1983, 987,4637,1101,4301, 631,4046,1157,3229,2425,1343,1241, # 2592 +1016,2243,2570, 372, 877,2344,2508,1160, 555,1935, 911,4047,5307, 466,1170, 169, # 2608 +1051,2921,2697,3729,2481,3012,1182,2012,2571,1251,2636,5308, 992,2345,3491,1540, # 2624 +2730,1201,2071,2406,1997,2482,5309,4638, 528,1923,2191,1503,1874,1570,2369,3379, # 2640 +3309,5310, 557,1073,5311,1828,3492,2088,2271,3165,3059,3107, 767,3108,2799,4639, # 2656 +1006,4302,4640,2346,1267,2179,3730,3230, 778,4048,3231,2731,1597,2667,5312,4641, # 2672 +5313,3493,5314,5315,5316,3310,2698,1433,3311, 131, 95,1504,4049, 723,4303,3166, # 2688 +1842,3610,2768,2192,4050,2028,2105,3731,5317,3013,4051,1218,5318,3380,3232,4052, # 2704 +4304,2584, 248,1634,3864, 912,5319,2845,3732,3060,3865, 654, 53,5320,3014,5321, # 2720 +1688,4642, 777,3494,1032,4053,1425,5322, 191, 820,2121,2846, 971,4643, 931,3233, # 2736 + 135, 664, 783,3866,1998, 772,2922,1936,4054,3867,4644,2923,3234, 282,2732, 640, # 2752 +1372,3495,1127, 922, 325,3381,5323,5324, 711,2045,5325,5326,4055,2223,2800,1937, # 2768 +4056,3382,2224,2255,3868,2305,5327,4645,3869,1258,3312,4057,3235,2139,2965,4058, # 2784 +4059,5328,2225, 258,3236,4646, 101,1227,5329,3313,1755,5330,1391,3314,5331,2924, # 2800 +2057, 893,5332,5333,5334,1402,4305,2347,5335,5336,3237,3611,5337,5338, 878,1325, # 2816 +1781,2801,4647, 259,1385,2585, 744,1183,2272,4648,5339,4060,2509,5340, 684,1024, # 2832 +4306,5341, 472,3612,3496,1165,3315,4061,4062, 322,2153, 881, 455,1695,1152,1340, # 2848 + 660, 554,2154,4649,1058,4650,4307, 830,1065,3383,4063,4651,1924,5342,1703,1919, # 2864 +5343, 932,2273, 122,5344,4652, 947, 677,5345,3870,2637, 297,1906,1925,2274,4653, # 2880 +2322,3316,5346,5347,4308,5348,4309, 84,4310, 112, 989,5349, 547,1059,4064, 701, # 2896 +3613,1019,5350,4311,5351,3497, 942, 639, 457,2306,2456, 993,2966, 407, 851, 494, # 2912 +4654,3384, 927,5352,1237,5353,2426,3385, 573,4312, 680, 921,2925,1279,1875, 285, # 2928 + 790,1448,1984, 719,2168,5354,5355,4655,4065,4066,1649,5356,1541, 563,5357,1077, # 2944 +5358,3386,3061,3498, 511,3015,4067,4068,3733,4069,1268,2572,3387,3238,4656,4657, # 2960 +5359, 535,1048,1276,1189,2926,2029,3167,1438,1373,2847,2967,1134,2013,5360,4313, # 2976 +1238,2586,3109,1259,5361, 700,5362,2968,3168,3734,4314,5363,4315,1146,1876,1907, # 2992 +4658,2611,4070, 781,2427, 132,1589, 203, 147, 273,2802,2407, 898,1787,2155,4071, # 3008 +4072,5364,3871,2803,5365,5366,4659,4660,5367,3239,5368,1635,3872, 965,5369,1805, # 3024 +2699,1516,3614,1121,1082,1329,3317,4073,1449,3873, 65,1128,2848,2927,2769,1590, # 3040 +3874,5370,5371, 12,2668, 45, 976,2587,3169,4661, 517,2535,1013,1037,3240,5372, # 3056 +3875,2849,5373,3876,5374,3499,5375,2612, 614,1999,2323,3877,3110,2733,2638,5376, # 3072 +2588,4316, 599,1269,5377,1811,3735,5378,2700,3111, 759,1060, 489,1806,3388,3318, # 3088 +1358,5379,5380,2391,1387,1215,2639,2256, 490,5381,5382,4317,1759,2392,2348,5383, # 3104 +4662,3878,1908,4074,2640,1807,3241,4663,3500,3319,2770,2349, 874,5384,5385,3501, # 3120 +3736,1859, 91,2928,3737,3062,3879,4664,5386,3170,4075,2669,5387,3502,1202,1403, # 3136 +3880,2969,2536,1517,2510,4665,3503,2511,5388,4666,5389,2701,1886,1495,1731,4076, # 3152 +2370,4667,5390,2030,5391,5392,4077,2702,1216, 237,2589,4318,2324,4078,3881,4668, # 3168 +4669,2703,3615,3504, 445,4670,5393,5394,5395,5396,2771, 61,4079,3738,1823,4080, # 3184 +5397, 687,2046, 935, 925, 405,2670, 703,1096,1860,2734,4671,4081,1877,1367,2704, # 3200 +3389, 918,2106,1782,2483, 334,3320,1611,1093,4672, 564,3171,3505,3739,3390, 945, # 3216 +2641,2058,4673,5398,1926, 872,4319,5399,3506,2705,3112, 349,4320,3740,4082,4674, # 3232 +3882,4321,3741,2156,4083,4675,4676,4322,4677,2408,2047, 782,4084, 400, 251,4323, # 3248 +1624,5400,5401, 277,3742, 299,1265, 476,1191,3883,2122,4324,4325,1109, 205,5402, # 3264 +2590,1000,2157,3616,1861,5403,5404,5405,4678,5406,4679,2573, 107,2484,2158,4085, # 3280 +3507,3172,5407,1533, 541,1301, 158, 753,4326,2886,3617,5408,1696, 370,1088,4327, # 3296 +4680,3618, 579, 327, 440, 162,2244, 269,1938,1374,3508, 968,3063, 56,1396,3113, # 3312 +2107,3321,3391,5409,1927,2159,4681,3016,5410,3619,5411,5412,3743,4682,2485,5413, # 3328 +2804,5414,1650,4683,5415,2613,5416,5417,4086,2671,3392,1149,3393,4087,3884,4088, # 3344 +5418,1076, 49,5419, 951,3242,3322,3323, 450,2850, 920,5420,1812,2805,2371,4328, # 3360 +1909,1138,2372,3885,3509,5421,3243,4684,1910,1147,1518,2428,4685,3886,5422,4686, # 3376 +2393,2614, 260,1796,3244,5423,5424,3887,3324, 708,5425,3620,1704,5426,3621,1351, # 3392 +1618,3394,3017,1887, 944,4329,3395,4330,3064,3396,4331,5427,3744, 422, 413,1714, # 3408 +3325, 500,2059,2350,4332,2486,5428,1344,1911, 954,5429,1668,5430,5431,4089,2409, # 3424 +4333,3622,3888,4334,5432,2307,1318,2512,3114, 133,3115,2887,4687, 629, 31,2851, # 3440 +2706,3889,4688, 850, 949,4689,4090,2970,1732,2089,4335,1496,1853,5433,4091, 620, # 3456 +3245, 981,1242,3745,3397,1619,3746,1643,3326,2140,2457,1971,1719,3510,2169,5434, # 3472 +3246,5435,5436,3398,1829,5437,1277,4690,1565,2048,5438,1636,3623,3116,5439, 869, # 3488 +2852, 655,3890,3891,3117,4092,3018,3892,1310,3624,4691,5440,5441,5442,1733, 558, # 3504 +4692,3747, 335,1549,3065,1756,4336,3748,1946,3511,1830,1291,1192, 470,2735,2108, # 3520 +2806, 913,1054,4093,5443,1027,5444,3066,4094,4693, 982,2672,3399,3173,3512,3247, # 3536 +3248,1947,2807,5445, 571,4694,5446,1831,5447,3625,2591,1523,2429,5448,2090, 984, # 3552 +4695,3749,1960,5449,3750, 852, 923,2808,3513,3751, 969,1519, 999,2049,2325,1705, # 3568 +5450,3118, 615,1662, 151, 597,4095,2410,2326,1049, 275,4696,3752,4337, 568,3753, # 3584 +3626,2487,4338,3754,5451,2430,2275, 409,3249,5452,1566,2888,3514,1002, 769,2853, # 3600 + 194,2091,3174,3755,2226,3327,4339, 628,1505,5453,5454,1763,2180,3019,4096, 521, # 3616 +1161,2592,1788,2206,2411,4697,4097,1625,4340,4341, 412, 42,3119, 464,5455,2642, # 3632 +4698,3400,1760,1571,2889,3515,2537,1219,2207,3893,2643,2141,2373,4699,4700,3328, # 3648 +1651,3401,3627,5456,5457,3628,2488,3516,5458,3756,5459,5460,2276,2092, 460,5461, # 3664 +4701,5462,3020, 962, 588,3629, 289,3250,2644,1116, 52,5463,3067,1797,5464,5465, # 3680 +5466,1467,5467,1598,1143,3757,4342,1985,1734,1067,4702,1280,3402, 465,4703,1572, # 3696 + 510,5468,1928,2245,1813,1644,3630,5469,4704,3758,5470,5471,2673,1573,1534,5472, # 3712 +5473, 536,1808,1761,3517,3894,3175,2645,5474,5475,5476,4705,3518,2929,1912,2809, # 3728 +5477,3329,1122, 377,3251,5478, 360,5479,5480,4343,1529, 551,5481,2060,3759,1769, # 3744 +2431,5482,2930,4344,3330,3120,2327,2109,2031,4706,1404, 136,1468,1479, 672,1171, # 3760 +3252,2308, 271,3176,5483,2772,5484,2050, 678,2736, 865,1948,4707,5485,2014,4098, # 3776 +2971,5486,2737,2227,1397,3068,3760,4708,4709,1735,2931,3403,3631,5487,3895, 509, # 3792 +2854,2458,2890,3896,5488,5489,3177,3178,4710,4345,2538,4711,2309,1166,1010, 552, # 3808 + 681,1888,5490,5491,2972,2973,4099,1287,1596,1862,3179, 358, 453, 736, 175, 478, # 3824 +1117, 905,1167,1097,5492,1854,1530,5493,1706,5494,2181,3519,2292,3761,3520,3632, # 3840 +4346,2093,4347,5495,3404,1193,2489,4348,1458,2193,2208,1863,1889,1421,3331,2932, # 3856 +3069,2182,3521, 595,2123,5496,4100,5497,5498,4349,1707,2646, 223,3762,1359, 751, # 3872 +3121, 183,3522,5499,2810,3021, 419,2374, 633, 704,3897,2394, 241,5500,5501,5502, # 3888 + 838,3022,3763,2277,2773,2459,3898,1939,2051,4101,1309,3122,2246,1181,5503,1136, # 3904 +2209,3899,2375,1446,4350,2310,4712,5504,5505,4351,1055,2615, 484,3764,5506,4102, # 3920 + 625,4352,2278,3405,1499,4353,4103,5507,4104,4354,3253,2279,2280,3523,5508,5509, # 3936 +2774, 808,2616,3765,3406,4105,4355,3123,2539, 526,3407,3900,4356, 955,5510,1620, # 3952 +4357,2647,2432,5511,1429,3766,1669,1832, 994, 928,5512,3633,1260,5513,5514,5515, # 3968 +1949,2293, 741,2933,1626,4358,2738,2460, 867,1184, 362,3408,1392,5516,5517,4106, # 3984 +4359,1770,1736,3254,2934,4713,4714,1929,2707,1459,1158,5518,3070,3409,2891,1292, # 4000 +1930,2513,2855,3767,1986,1187,2072,2015,2617,4360,5519,2574,2514,2170,3768,2490, # 4016 +3332,5520,3769,4715,5521,5522, 666,1003,3023,1022,3634,4361,5523,4716,1814,2257, # 4032 + 574,3901,1603, 295,1535, 705,3902,4362, 283, 858, 417,5524,5525,3255,4717,4718, # 4048 +3071,1220,1890,1046,2281,2461,4107,1393,1599, 689,2575, 388,4363,5526,2491, 802, # 4064 +5527,2811,3903,2061,1405,2258,5528,4719,3904,2110,1052,1345,3256,1585,5529, 809, # 4080 +5530,5531,5532, 575,2739,3524, 956,1552,1469,1144,2328,5533,2329,1560,2462,3635, # 4096 +3257,4108, 616,2210,4364,3180,2183,2294,5534,1833,5535,3525,4720,5536,1319,3770, # 4112 +3771,1211,3636,1023,3258,1293,2812,5537,5538,5539,3905, 607,2311,3906, 762,2892, # 4128 +1439,4365,1360,4721,1485,3072,5540,4722,1038,4366,1450,2062,2648,4367,1379,4723, # 4144 +2593,5541,5542,4368,1352,1414,2330,2935,1172,5543,5544,3907,3908,4724,1798,1451, # 4160 +5545,5546,5547,5548,2936,4109,4110,2492,2351, 411,4111,4112,3637,3333,3124,4725, # 4176 +1561,2674,1452,4113,1375,5549,5550, 47,2974, 316,5551,1406,1591,2937,3181,5552, # 4192 +1025,2142,3125,3182, 354,2740, 884,2228,4369,2412, 508,3772, 726,3638, 996,2433, # 4208 +3639, 729,5553, 392,2194,1453,4114,4726,3773,5554,5555,2463,3640,2618,1675,2813, # 4224 + 919,2352,2975,2353,1270,4727,4115, 73,5556,5557, 647,5558,3259,2856,2259,1550, # 4240 +1346,3024,5559,1332, 883,3526,5560,5561,5562,5563,3334,2775,5564,1212, 831,1347, # 4256 +4370,4728,2331,3909,1864,3073, 720,3910,4729,4730,3911,5565,4371,5566,5567,4731, # 4272 +5568,5569,1799,4732,3774,2619,4733,3641,1645,2376,4734,5570,2938, 669,2211,2675, # 4288 +2434,5571,2893,5572,5573,1028,3260,5574,4372,2413,5575,2260,1353,5576,5577,4735, # 4304 +3183, 518,5578,4116,5579,4373,1961,5580,2143,4374,5581,5582,3025,2354,2355,3912, # 4320 + 516,1834,1454,4117,2708,4375,4736,2229,2620,1972,1129,3642,5583,2776,5584,2976, # 4336 +1422, 577,1470,3026,1524,3410,5585,5586, 432,4376,3074,3527,5587,2594,1455,2515, # 4352 +2230,1973,1175,5588,1020,2741,4118,3528,4737,5589,2742,5590,1743,1361,3075,3529, # 4368 +2649,4119,4377,4738,2295, 895, 924,4378,2171, 331,2247,3076, 166,1627,3077,1098, # 4384 +5591,1232,2894,2231,3411,4739, 657, 403,1196,2377, 542,3775,3412,1600,4379,3530, # 4400 +5592,4740,2777,3261, 576, 530,1362,4741,4742,2540,2676,3776,4120,5593, 842,3913, # 4416 +5594,2814,2032,1014,4121, 213,2709,3413, 665, 621,4380,5595,3777,2939,2435,5596, # 4432 +2436,3335,3643,3414,4743,4381,2541,4382,4744,3644,1682,4383,3531,1380,5597, 724, # 4448 +2282, 600,1670,5598,1337,1233,4745,3126,2248,5599,1621,4746,5600, 651,4384,5601, # 4464 +1612,4385,2621,5602,2857,5603,2743,2312,3078,5604, 716,2464,3079, 174,1255,2710, # 4480 +4122,3645, 548,1320,1398, 728,4123,1574,5605,1891,1197,3080,4124,5606,3081,3082, # 4496 +3778,3646,3779, 747,5607, 635,4386,4747,5608,5609,5610,4387,5611,5612,4748,5613, # 4512 +3415,4749,2437, 451,5614,3780,2542,2073,4388,2744,4389,4125,5615,1764,4750,5616, # 4528 +4390, 350,4751,2283,2395,2493,5617,4391,4126,2249,1434,4127, 488,4752, 458,4392, # 4544 +4128,3781, 771,1330,2396,3914,2576,3184,2160,2414,1553,2677,3185,4393,5618,2494, # 4560 +2895,2622,1720,2711,4394,3416,4753,5619,2543,4395,5620,3262,4396,2778,5621,2016, # 4576 +2745,5622,1155,1017,3782,3915,5623,3336,2313, 201,1865,4397,1430,5624,4129,5625, # 4592 +5626,5627,5628,5629,4398,1604,5630, 414,1866, 371,2595,4754,4755,3532,2017,3127, # 4608 +4756,1708, 960,4399, 887, 389,2172,1536,1663,1721,5631,2232,4130,2356,2940,1580, # 4624 +5632,5633,1744,4757,2544,4758,4759,5634,4760,5635,2074,5636,4761,3647,3417,2896, # 4640 +4400,5637,4401,2650,3418,2815, 673,2712,2465, 709,3533,4131,3648,4402,5638,1148, # 4656 + 502, 634,5639,5640,1204,4762,3649,1575,4763,2623,3783,5641,3784,3128, 948,3263, # 4672 + 121,1745,3916,1110,5642,4403,3083,2516,3027,4132,3785,1151,1771,3917,1488,4133, # 4688 +1987,5643,2438,3534,5644,5645,2094,5646,4404,3918,1213,1407,2816, 531,2746,2545, # 4704 +3264,1011,1537,4764,2779,4405,3129,1061,5647,3786,3787,1867,2897,5648,2018, 120, # 4720 +4406,4407,2063,3650,3265,2314,3919,2678,3419,1955,4765,4134,5649,3535,1047,2713, # 4736 +1266,5650,1368,4766,2858, 649,3420,3920,2546,2747,1102,2859,2679,5651,5652,2000, # 4752 +5653,1111,3651,2977,5654,2495,3921,3652,2817,1855,3421,3788,5655,5656,3422,2415, # 4768 +2898,3337,3266,3653,5657,2577,5658,3654,2818,4135,1460, 856,5659,3655,5660,2899, # 4784 +2978,5661,2900,3922,5662,4408, 632,2517, 875,3923,1697,3924,2296,5663,5664,4767, # 4800 +3028,1239, 580,4768,4409,5665, 914, 936,2075,1190,4136,1039,2124,5666,5667,5668, # 4816 +5669,3423,1473,5670,1354,4410,3925,4769,2173,3084,4137, 915,3338,4411,4412,3339, # 4832 +1605,1835,5671,2748, 398,3656,4413,3926,4138, 328,1913,2860,4139,3927,1331,4414, # 4848 +3029, 937,4415,5672,3657,4140,4141,3424,2161,4770,3425, 524, 742, 538,3085,1012, # 4864 +5673,5674,3928,2466,5675, 658,1103, 225,3929,5676,5677,4771,5678,4772,5679,3267, # 4880 +1243,5680,4142, 963,2250,4773,5681,2714,3658,3186,5682,5683,2596,2332,5684,4774, # 4896 +5685,5686,5687,3536, 957,3426,2547,2033,1931,2941,2467, 870,2019,3659,1746,2780, # 4912 +2781,2439,2468,5688,3930,5689,3789,3130,3790,3537,3427,3791,5690,1179,3086,5691, # 4928 +3187,2378,4416,3792,2548,3188,3131,2749,4143,5692,3428,1556,2549,2297, 977,2901, # 4944 +2034,4144,1205,3429,5693,1765,3430,3189,2125,1271, 714,1689,4775,3538,5694,2333, # 4960 +3931, 533,4417,3660,2184, 617,5695,2469,3340,3539,2315,5696,5697,3190,5698,5699, # 4976 +3932,1988, 618, 427,2651,3540,3431,5700,5701,1244,1690,5702,2819,4418,4776,5703, # 4992 +3541,4777,5704,2284,1576, 473,3661,4419,3432, 972,5705,3662,5706,3087,5707,5708, # 5008 +4778,4779,5709,3793,4145,4146,5710, 153,4780, 356,5711,1892,2902,4420,2144, 408, # 5024 + 803,2357,5712,3933,5713,4421,1646,2578,2518,4781,4782,3934,5714,3935,4422,5715, # 5040 +2416,3433, 752,5716,5717,1962,3341,2979,5718, 746,3030,2470,4783,4423,3794, 698, # 5056 +4784,1893,4424,3663,2550,4785,3664,3936,5719,3191,3434,5720,1824,1302,4147,2715, # 5072 +3937,1974,4425,5721,4426,3192, 823,1303,1288,1236,2861,3542,4148,3435, 774,3938, # 5088 +5722,1581,4786,1304,2862,3939,4787,5723,2440,2162,1083,3268,4427,4149,4428, 344, # 5104 +1173, 288,2316, 454,1683,5724,5725,1461,4788,4150,2597,5726,5727,4789, 985, 894, # 5120 +5728,3436,3193,5729,1914,2942,3795,1989,5730,2111,1975,5731,4151,5732,2579,1194, # 5136 + 425,5733,4790,3194,1245,3796,4429,5734,5735,2863,5736, 636,4791,1856,3940, 760, # 5152 +1800,5737,4430,2212,1508,4792,4152,1894,1684,2298,5738,5739,4793,4431,4432,2213, # 5168 + 479,5740,5741, 832,5742,4153,2496,5743,2980,2497,3797, 990,3132, 627,1815,2652, # 5184 +4433,1582,4434,2126,2112,3543,4794,5744, 799,4435,3195,5745,4795,2113,1737,3031, # 5200 +1018, 543, 754,4436,3342,1676,4796,4797,4154,4798,1489,5746,3544,5747,2624,2903, # 5216 +4155,5748,5749,2981,5750,5751,5752,5753,3196,4799,4800,2185,1722,5754,3269,3270, # 5232 +1843,3665,1715, 481, 365,1976,1857,5755,5756,1963,2498,4801,5757,2127,3666,3271, # 5248 + 433,1895,2064,2076,5758, 602,2750,5759,5760,5761,5762,5763,3032,1628,3437,5764, # 5264 +3197,4802,4156,2904,4803,2519,5765,2551,2782,5766,5767,5768,3343,4804,2905,5769, # 5280 +4805,5770,2864,4806,4807,1221,2982,4157,2520,5771,5772,5773,1868,1990,5774,5775, # 5296 +5776,1896,5777,5778,4808,1897,4158, 318,5779,2095,4159,4437,5780,5781, 485,5782, # 5312 + 938,3941, 553,2680, 116,5783,3942,3667,5784,3545,2681,2783,3438,3344,2820,5785, # 5328 +3668,2943,4160,1747,2944,2983,5786,5787, 207,5788,4809,5789,4810,2521,5790,3033, # 5344 + 890,3669,3943,5791,1878,3798,3439,5792,2186,2358,3440,1652,5793,5794,5795, 941, # 5360 +2299, 208,3546,4161,2020, 330,4438,3944,2906,2499,3799,4439,4811,5796,5797,5798, # 5376 +) +# fmt: on diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py new file mode 100644 index 0000000..ef09c60 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import Big5DistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import BIG5_SM_MODEL + + +class Big5Prober(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(BIG5_SM_MODEL) + self.distribution_analyzer = Big5DistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "Big5" + + @property + def language(self) -> str: + return "Chinese" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py new file mode 100644 index 0000000..176cb99 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py @@ -0,0 +1,261 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Tuple, Union + +from .big5freq import ( + BIG5_CHAR_TO_FREQ_ORDER, + BIG5_TABLE_SIZE, + BIG5_TYPICAL_DISTRIBUTION_RATIO, +) +from .euckrfreq import ( + EUCKR_CHAR_TO_FREQ_ORDER, + EUCKR_TABLE_SIZE, + EUCKR_TYPICAL_DISTRIBUTION_RATIO, +) +from .euctwfreq import ( + EUCTW_CHAR_TO_FREQ_ORDER, + EUCTW_TABLE_SIZE, + EUCTW_TYPICAL_DISTRIBUTION_RATIO, +) +from .gb2312freq import ( + GB2312_CHAR_TO_FREQ_ORDER, + GB2312_TABLE_SIZE, + GB2312_TYPICAL_DISTRIBUTION_RATIO, +) +from .jisfreq import ( + JIS_CHAR_TO_FREQ_ORDER, + JIS_TABLE_SIZE, + JIS_TYPICAL_DISTRIBUTION_RATIO, +) +from .johabfreq import JOHAB_TO_EUCKR_ORDER_TABLE + + +class CharDistributionAnalysis: + ENOUGH_DATA_THRESHOLD = 1024 + SURE_YES = 0.99 + SURE_NO = 0.01 + MINIMUM_DATA_THRESHOLD = 3 + + def __init__(self) -> None: + # Mapping table to get frequency order from char order (get from + # GetOrder()) + self._char_to_freq_order: Tuple[int, ...] = tuple() + self._table_size = 0 # Size of above table + # This is a constant value which varies from language to language, + # used in calculating confidence. See + # http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html + # for further detail. + self.typical_distribution_ratio = 0.0 + self._done = False + self._total_chars = 0 + self._freq_chars = 0 + self.reset() + + def reset(self) -> None: + """reset analyser, clear any state""" + # If this flag is set to True, detection is done and conclusion has + # been made + self._done = False + self._total_chars = 0 # Total characters encountered + # The number of characters whose frequency order is less than 512 + self._freq_chars = 0 + + def feed(self, char: Union[bytes, bytearray], char_len: int) -> None: + """feed a character with known length""" + if char_len == 2: + # we only care about 2-bytes character in our distribution analysis + order = self.get_order(char) + else: + order = -1 + if order >= 0: + self._total_chars += 1 + # order is valid + if order < self._table_size: + if 512 > self._char_to_freq_order[order]: + self._freq_chars += 1 + + def get_confidence(self) -> float: + """return confidence based on existing data""" + # if we didn't receive any character in our consideration range, + # return negative answer + if self._total_chars <= 0 or self._freq_chars <= self.MINIMUM_DATA_THRESHOLD: + return self.SURE_NO + + if self._total_chars != self._freq_chars: + r = self._freq_chars / ( + (self._total_chars - self._freq_chars) * self.typical_distribution_ratio + ) + if r < self.SURE_YES: + return r + + # normalize confidence (we don't want to be 100% sure) + return self.SURE_YES + + def got_enough_data(self) -> bool: + # It is not necessary to receive all data to draw conclusion. + # For charset detection, certain amount of data is enough + return self._total_chars > self.ENOUGH_DATA_THRESHOLD + + def get_order(self, _: Union[bytes, bytearray]) -> int: + # We do not handle characters based on the original encoding string, + # but convert this encoding string to a number, here called order. + # This allows multiple encodings of a language to share one frequency + # table. + return -1 + + +class EUCTWDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = EUCTW_CHAR_TO_FREQ_ORDER + self._table_size = EUCTW_TABLE_SIZE + self.typical_distribution_ratio = EUCTW_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for euc-TW encoding, we are interested + # first byte range: 0xc4 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char = byte_str[0] + if first_char >= 0xC4: + return 94 * (first_char - 0xC4) + byte_str[1] - 0xA1 + return -1 + + +class EUCKRDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = EUCKR_CHAR_TO_FREQ_ORDER + self._table_size = EUCKR_TABLE_SIZE + self.typical_distribution_ratio = EUCKR_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for euc-KR encoding, we are interested + # first byte range: 0xb0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char = byte_str[0] + if first_char >= 0xB0: + return 94 * (first_char - 0xB0) + byte_str[1] - 0xA1 + return -1 + + +class JOHABDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = EUCKR_CHAR_TO_FREQ_ORDER + self._table_size = EUCKR_TABLE_SIZE + self.typical_distribution_ratio = EUCKR_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + first_char = byte_str[0] + if 0x88 <= first_char < 0xD4: + code = first_char * 256 + byte_str[1] + return JOHAB_TO_EUCKR_ORDER_TABLE.get(code, -1) + return -1 + + +class GB2312DistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = GB2312_CHAR_TO_FREQ_ORDER + self._table_size = GB2312_TABLE_SIZE + self.typical_distribution_ratio = GB2312_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for GB2312 encoding, we are interested + # first byte range: 0xb0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if (first_char >= 0xB0) and (second_char >= 0xA1): + return 94 * (first_char - 0xB0) + second_char - 0xA1 + return -1 + + +class Big5DistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = BIG5_CHAR_TO_FREQ_ORDER + self._table_size = BIG5_TABLE_SIZE + self.typical_distribution_ratio = BIG5_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for big5 encoding, we are interested + # first byte range: 0xa4 -- 0xfe + # second byte range: 0x40 -- 0x7e , 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if first_char >= 0xA4: + if second_char >= 0xA1: + return 157 * (first_char - 0xA4) + second_char - 0xA1 + 63 + return 157 * (first_char - 0xA4) + second_char - 0x40 + return -1 + + +class SJISDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER + self._table_size = JIS_TABLE_SIZE + self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for sjis encoding, we are interested + # first byte range: 0x81 -- 0x9f , 0xe0 -- 0xfe + # second byte range: 0x40 -- 0x7e, 0x81 -- oxfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if 0x81 <= first_char <= 0x9F: + order = 188 * (first_char - 0x81) + elif 0xE0 <= first_char <= 0xEF: + order = 188 * (first_char - 0xE0 + 31) + else: + return -1 + order = order + second_char - 0x40 + if second_char > 0x7F: + order = -1 + return order + + +class EUCJPDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER + self._table_size = JIS_TABLE_SIZE + self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for euc-JP encoding, we are interested + # first byte range: 0xa0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + char = byte_str[0] + if char >= 0xA0: + return 94 * (char - 0xA1) + byte_str[1] - 0xA1 + return -1 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py new file mode 100644 index 0000000..6def56b --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py @@ -0,0 +1,106 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Optional, Union + +from .charsetprober import CharSetProber +from .enums import LanguageFilter, ProbingState + + +class CharSetGroupProber(CharSetProber): + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self._active_num = 0 + self.probers: List[CharSetProber] = [] + self._best_guess_prober: Optional[CharSetProber] = None + + def reset(self) -> None: + super().reset() + self._active_num = 0 + for prober in self.probers: + prober.reset() + prober.active = True + self._active_num += 1 + self._best_guess_prober = None + + @property + def charset_name(self) -> Optional[str]: + if not self._best_guess_prober: + self.get_confidence() + if not self._best_guess_prober: + return None + return self._best_guess_prober.charset_name + + @property + def language(self) -> Optional[str]: + if not self._best_guess_prober: + self.get_confidence() + if not self._best_guess_prober: + return None + return self._best_guess_prober.language + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for prober in self.probers: + if not prober.active: + continue + state = prober.feed(byte_str) + if not state: + continue + if state == ProbingState.FOUND_IT: + self._best_guess_prober = prober + self._state = ProbingState.FOUND_IT + return self.state + if state == ProbingState.NOT_ME: + prober.active = False + self._active_num -= 1 + if self._active_num <= 0: + self._state = ProbingState.NOT_ME + return self.state + return self.state + + def get_confidence(self) -> float: + state = self.state + if state == ProbingState.FOUND_IT: + return 0.99 + if state == ProbingState.NOT_ME: + return 0.01 + best_conf = 0.0 + self._best_guess_prober = None + for prober in self.probers: + if not prober.active: + self.logger.debug("%s not active", prober.charset_name) + continue + conf = prober.get_confidence() + self.logger.debug( + "%s %s confidence = %s", prober.charset_name, prober.language, conf + ) + if best_conf < conf: + best_conf = conf + self._best_guess_prober = prober + if not self._best_guess_prober: + return 0.0 + return best_conf diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py new file mode 100644 index 0000000..a103ca1 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py @@ -0,0 +1,147 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +import logging +import re +from typing import Optional, Union + +from .enums import LanguageFilter, ProbingState + +INTERNATIONAL_WORDS_PATTERN = re.compile( + b"[a-zA-Z]*[\x80-\xFF]+[a-zA-Z]*[^a-zA-Z\x80-\xFF]?" +) + + +class CharSetProber: + + SHORTCUT_THRESHOLD = 0.95 + + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + self._state = ProbingState.DETECTING + self.active = True + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + + def reset(self) -> None: + self._state = ProbingState.DETECTING + + @property + def charset_name(self) -> Optional[str]: + return None + + @property + def language(self) -> Optional[str]: + raise NotImplementedError + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + raise NotImplementedError + + @property + def state(self) -> ProbingState: + return self._state + + def get_confidence(self) -> float: + return 0.0 + + @staticmethod + def filter_high_byte_only(buf: Union[bytes, bytearray]) -> bytes: + buf = re.sub(b"([\x00-\x7F])+", b" ", buf) + return buf + + @staticmethod + def filter_international_words(buf: Union[bytes, bytearray]) -> bytearray: + """ + We define three types of bytes: + alphabet: english alphabets [a-zA-Z] + international: international characters [\x80-\xFF] + marker: everything else [^a-zA-Z\x80-\xFF] + The input buffer can be thought to contain a series of words delimited + by markers. This function works to filter all words that contain at + least one international character. All contiguous sequences of markers + are replaced by a single space ascii character. + This filter applies to all scripts which do not use English characters. + """ + filtered = bytearray() + + # This regex expression filters out only words that have at-least one + # international character. The word may include one marker character at + # the end. + words = INTERNATIONAL_WORDS_PATTERN.findall(buf) + + for word in words: + filtered.extend(word[:-1]) + + # If the last character in the word is a marker, replace it with a + # space as markers shouldn't affect our analysis (they are used + # similarly across all languages and may thus have similar + # frequencies). + last_char = word[-1:] + if not last_char.isalpha() and last_char < b"\x80": + last_char = b" " + filtered.extend(last_char) + + return filtered + + @staticmethod + def remove_xml_tags(buf: Union[bytes, bytearray]) -> bytes: + """ + Returns a copy of ``buf`` that retains only the sequences of English + alphabet and high byte characters that are not between <> characters. + This filter can be applied to all scripts which contain both English + characters and extended ASCII characters, but is currently only used by + ``Latin1Prober``. + """ + filtered = bytearray() + in_tag = False + prev = 0 + buf = memoryview(buf).cast("c") + + for curr, buf_char in enumerate(buf): + # Check if we're coming out of or entering an XML tag + + # https://github.com/python/typeshed/issues/8182 + if buf_char == b">": # type: ignore[comparison-overlap] + prev = curr + 1 + in_tag = False + # https://github.com/python/typeshed/issues/8182 + elif buf_char == b"<": # type: ignore[comparison-overlap] + if curr > prev and not in_tag: + # Keep everything after last non-extended-ASCII, + # non-alphabetic character + filtered.extend(buf[prev:curr]) + # Output a space to delimit stretch we kept + filtered.extend(b" ") + in_tag = True + + # If we're not in a tag... + if not in_tag: + # Keep everything after last non-extended-ASCII, non-alphabetic + # character + filtered.extend(buf[prev:]) + + return filtered diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..947cb03ccecf18aaf4679e748f6fa04946a31bdf GIT binary patch literal 202 zcmZ8aK?=e!5KOFs2z`hLyQo+3B6yTuJ%u(2cC~3j5({~WZ}2U?z_Txq-g+{*Ixsu4 z%dqpx^96}`H)l-xN#h^GG+rJgkR?4miJio4NSP6#(Mp2VHI#ujl~twHSINDDgAzw= zFA|Dgc0IIMg9*OT-L_b7z@e8bQ}J7Mkq!(RU@<1Nh4e*854=TS3_J9U6()@Hozmjo T%DtV%W*X^|`DT<-n??5nAqqCt literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0dd3630bd0e4e425573d6aad429b75392e055eac GIT binary patch literal 4019 zcma)9O>7&-6`mz`m*nzCqWmk_ut$dDnu$n8ZezH#Vb`^y#6VyhmRuw(3~I$4iYqO5 z+1aHO5;W=nDJmld>|81pL4XuJ^hY}6m_rZgsfS*qq=4zIiy8=e$c>Ja9&+k?ORh*M zHqa5c^Y`Y>n|a@S@9FRHxI&;jF2AGyIY!7=*zpVWy|T3q)e6x_o@jy=Foe9|)q#8f z>Yx#y1;B|nT%STRxHkFNjDg+s!rLas;N=Vsup)pggRxWbE+|i z6&(iFnMF&}%{g09UVm4uR1KEPDGG)15-pZh-Vvm>Rbie^Y*?U!W6zWGr*d>jH#KX? zPLH2??F@9BGA&wWN!MTxMqkamwj;iyAV*cZsO#So9?!h0C|66=wERQBnX24c1ZCP7 z)t&BL#3q>_x5o&%BRMGTm8P^a zFEzz^$sh04Jqdw;1n#w`*uwoWftZ4b^N~H1(CwiM=Dqi_Tjq}33~;F_YXL;*6!BYp zuqk{*w4mRIwg_zrr9L7bOCX8!^2dQGk_xGxB4!a)H@zF8D)@>6>;Q;1AbA#>fGYIy zEc%Q3xTIDIggxk4+|yuyBXP8&zy^1t-dt7XYK3~v%F$_1JzIB}-LDp%oTJy^i_=|e0NsWGuL!_{quzdfdOK^t%6>)9gH4XoDGyC_ ziNQ<7b+iMh9g}T1ho=UQ`r-nogtzSxK*iD+H!1r?O$ zN=3u689o|MIK&a295KkF`0+LuYOaVk%MZYi9fD8y_}?vL%fLlh08I8q9jU5vgIn|9 z4?BCMqD@+Sj%728%v{VG`fRpZcgmLe!_4@ZtgSmNT~&(<>KwDPRlS-84gluj*)HK_ zi-zvEL0_g?cM~0)dhAiKN*rN+7%f_X&t0;8l0-%}vRD2Qp16CtHF)3~B1uEb;*){H ztNTCr<+9icM;^%c}fRi;OqxyAIFmICZwmgHb=%bhSMAAi=QoiZfstf+PFBq zF>q@me5;ihTK?I?^Bd9Q8{+XTFpapP%I6k~JFEjkc+DOo{S-*BpONN~6!#QOSP!iE zEG0CB=dq9$)WjaIJ&%R79VXLc2QlH5=kd)vdVNos6V^j(UG@W>d%g`}Eutyw(X}pn zzECcv#kGVd*=6Y$N)A9gPdW+T7+|%)`p_=@Nq??aH_6Uz1)72Rq27$&0-i4d&j*{q zdBpUd;`1>-;vDj)w0(VdhN#<9*7vV{1%K-zul|X z53F_X%Riq$?lY0p52g+^zVi6uO~^D1$U}-&rGiNZK3fXtt5uMGygUS`7^tj_`3CT} z${_>U&EE*t9K~3Tl)AHc4Dtl31Ls#+Q7`FC>t-_kUTNH`L+ZQO5mJb2Ks94PYugee$90fo|GHlv##)RN_53C zGpeqL$8aSR4r05Zu5crgPIt4H#>+P#_QDODMtyf=gnhs*rUrQ*wQ3F|R<2?@kWdyJ zUSp{M9|c6Xvg!rBMj&l8!s&D;RyD?MzA$v{3Q6D(JA>AA6E8Q^Z8Rb;ord^7m$E7B zbP9IjKY&l;_wQIWfC9wEnrUL9(4}dhW^f-Scwo*VGwK<717e9yuT0;3D?LG-B^~lk zwG;e3w0W4KvxaIebkK?C)#o4|>|O($x2 z;93#W0x*0hc3n#)-7xq7G7|`MiOb!Wa09#Cjj5VefLZT#xM9S=G`cMaKy@WAlXd0U zTB*c1$FS!ro*rCcb9}b0tlO&N)Lp5H-gISH1F~Ld>P1mk?zkrEZDA4 zvhh_T_Bj%ZD^^t9jVB-E@8!QCaYH|yt-<8O@s+b5p8e!Uf4K0w3!iI$Tlnk3b}$f6d>a%a%Cmi-jE~^O zg$o6|I`}Ul$TKi7Ihhg=0HH!bvx@+%;OG2H$QeA+=l z5S|5Mg1B{z2!sD5%D>4go8*=Mkdc3pak%{C;nx1)*668ck>dhwMfW{?{obW^5ZX_b zcw2%RE;ljM4q+=yjvQ~J9ITTQ%f Optional[str]: + """ + Return a string describing the probable encoding of a file or + list of strings. + + :param lines: The lines to get the encoding of. + :type lines: Iterable of bytes + :param name: Name of file or collection of lines + :type name: str + :param should_rename_legacy: Should we rename legacy encodings to + their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + u = UniversalDetector(should_rename_legacy=should_rename_legacy) + for line in lines: + line = bytearray(line) + u.feed(line) + # shortcut out of the loop to save reading further - particularly useful if we read a BOM. + if u.done: + break + u.close() + result = u.result + if minimal: + return result["encoding"] + if result["encoding"]: + return f'{name}: {result["encoding"]} with confidence {result["confidence"]}' + return f"{name}: no result" + + +def main(argv: Optional[List[str]] = None) -> None: + """ + Handles command line arguments and gets things started. + + :param argv: List of arguments, as if specified on the command-line. + If None, ``sys.argv[1:]`` is used instead. + :type argv: list of str + """ + # Get command line arguments + parser = argparse.ArgumentParser( + description=( + "Takes one or more file paths and reports their detected encodings" + ) + ) + parser.add_argument( + "input", + help="File whose encoding we would like to determine. (default: stdin)", + type=argparse.FileType("rb"), + nargs="*", + default=[sys.stdin.buffer], + ) + parser.add_argument( + "--minimal", + help="Print only the encoding to standard output", + action="store_true", + ) + parser.add_argument( + "-l", + "--legacy", + help="Rename legacy encodings to more modern ones.", + action="store_true", + ) + parser.add_argument( + "--version", action="version", version=f"%(prog)s {__version__}" + ) + args = parser.parse_args(argv) + + for f in args.input: + if f.isatty(): + print( + "You are running chardetect interactively. Press " + "CTRL-D twice at the start of a blank line to signal the " + "end of your input. If you want help, run chardetect " + "--help\n", + file=sys.stderr, + ) + print( + description_of( + f, f.name, minimal=args.minimal, should_rename_legacy=args.legacy + ) + ) + + +if __name__ == "__main__": + main() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py new file mode 100644 index 0000000..8ed4a87 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py @@ -0,0 +1,90 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +import logging + +from .codingstatemachinedict import CodingStateMachineDict +from .enums import MachineState + + +class CodingStateMachine: + """ + A state machine to verify a byte sequence for a particular encoding. For + each byte the detector receives, it will feed that byte to every active + state machine available, one byte at a time. The state machine changes its + state based on its previous state and the byte it receives. There are 3 + states in a state machine that are of interest to an auto-detector: + + START state: This is the state to start with, or a legal byte sequence + (i.e. a valid code point) for character has been identified. + + ME state: This indicates that the state machine identified a byte sequence + that is specific to the charset it is designed for and that + there is no other possible encoding which can contain this byte + sequence. This will to lead to an immediate positive answer for + the detector. + + ERROR state: This indicates the state machine identified an illegal byte + sequence for that encoding. This will lead to an immediate + negative answer for this encoding. Detector will exclude this + encoding from consideration from here on. + """ + + def __init__(self, sm: CodingStateMachineDict) -> None: + self._model = sm + self._curr_byte_pos = 0 + self._curr_char_len = 0 + self._curr_state = MachineState.START + self.active = True + self.logger = logging.getLogger(__name__) + self.reset() + + def reset(self) -> None: + self._curr_state = MachineState.START + + def next_state(self, c: int) -> int: + # for each byte we get its class + # if it is first byte, we also get byte length + byte_class = self._model["class_table"][c] + if self._curr_state == MachineState.START: + self._curr_byte_pos = 0 + self._curr_char_len = self._model["char_len_table"][byte_class] + # from byte's class and state_table, we get its next state + curr_state = self._curr_state * self._model["class_factor"] + byte_class + self._curr_state = self._model["state_table"][curr_state] + self._curr_byte_pos += 1 + return self._curr_state + + def get_current_charlen(self) -> int: + return self._curr_char_len + + def get_coding_state_machine(self) -> str: + return self._model["name"] + + @property + def language(self) -> str: + return self._model["language"] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py new file mode 100644 index 0000000..7a3c4c7 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py @@ -0,0 +1,19 @@ +from typing import TYPE_CHECKING, Tuple + +if TYPE_CHECKING: + # TypedDict was introduced in Python 3.8. + # + # TODO: Remove the else block and TYPE_CHECKING check when dropping support + # for Python 3.7. + from typing import TypedDict + + class CodingStateMachineDict(TypedDict, total=False): + class_table: Tuple[int, ...] + class_factor: int + state_table: Tuple[int, ...] + char_len_table: Tuple[int, ...] + name: str + language: str # Optional key + +else: + CodingStateMachineDict = dict diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py new file mode 100644 index 0000000..fa7307e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py @@ -0,0 +1,49 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCKRDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import CP949_SM_MODEL + + +class CP949Prober(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(CP949_SM_MODEL) + # NOTE: CP949 is a superset of EUC-KR, so the distribution should be + # not different. + self.distribution_analyzer = EUCKRDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "CP949" + + @property + def language(self) -> str: + return "Korean" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py new file mode 100644 index 0000000..5e3e198 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py @@ -0,0 +1,85 @@ +""" +All of the Enums that are used throughout the chardet package. + +:author: Dan Blanchard (dan.blanchard@gmail.com) +""" + +from enum import Enum, Flag + + +class InputState: + """ + This enum represents the different states a universal detector can be in. + """ + + PURE_ASCII = 0 + ESC_ASCII = 1 + HIGH_BYTE = 2 + + +class LanguageFilter(Flag): + """ + This enum represents the different language filters we can apply to a + ``UniversalDetector``. + """ + + NONE = 0x00 + CHINESE_SIMPLIFIED = 0x01 + CHINESE_TRADITIONAL = 0x02 + JAPANESE = 0x04 + KOREAN = 0x08 + NON_CJK = 0x10 + ALL = 0x1F + CHINESE = CHINESE_SIMPLIFIED | CHINESE_TRADITIONAL + CJK = CHINESE | JAPANESE | KOREAN + + +class ProbingState(Enum): + """ + This enum represents the different states a prober can be in. + """ + + DETECTING = 0 + FOUND_IT = 1 + NOT_ME = 2 + + +class MachineState: + """ + This enum represents the different states a state machine can be in. + """ + + START = 0 + ERROR = 1 + ITS_ME = 2 + + +class SequenceLikelihood: + """ + This enum represents the likelihood of a character following the previous one. + """ + + NEGATIVE = 0 + UNLIKELY = 1 + LIKELY = 2 + POSITIVE = 3 + + @classmethod + def get_num_categories(cls) -> int: + """:returns: The number of likelihood categories in the enum.""" + return 4 + + +class CharacterCategory: + """ + This enum represents the different categories language models for + ``SingleByteCharsetProber`` put characters into. + + Anything less than CONTROL is considered a letter. + """ + + UNDEFINED = 255 + LINE_BREAK = 254 + SYMBOL = 253 + DIGIT = 252 + CONTROL = 251 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py new file mode 100644 index 0000000..fd71383 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py @@ -0,0 +1,102 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Optional, Union + +from .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import LanguageFilter, MachineState, ProbingState +from .escsm import ( + HZ_SM_MODEL, + ISO2022CN_SM_MODEL, + ISO2022JP_SM_MODEL, + ISO2022KR_SM_MODEL, +) + + +class EscCharSetProber(CharSetProber): + """ + This CharSetProber uses a "code scheme" approach for detecting encodings, + whereby easily recognizable escape or shift sequences are relied on to + identify these encodings. + """ + + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self.coding_sm = [] + if self.lang_filter & LanguageFilter.CHINESE_SIMPLIFIED: + self.coding_sm.append(CodingStateMachine(HZ_SM_MODEL)) + self.coding_sm.append(CodingStateMachine(ISO2022CN_SM_MODEL)) + if self.lang_filter & LanguageFilter.JAPANESE: + self.coding_sm.append(CodingStateMachine(ISO2022JP_SM_MODEL)) + if self.lang_filter & LanguageFilter.KOREAN: + self.coding_sm.append(CodingStateMachine(ISO2022KR_SM_MODEL)) + self.active_sm_count = 0 + self._detected_charset: Optional[str] = None + self._detected_language: Optional[str] = None + self._state = ProbingState.DETECTING + self.reset() + + def reset(self) -> None: + super().reset() + for coding_sm in self.coding_sm: + coding_sm.active = True + coding_sm.reset() + self.active_sm_count = len(self.coding_sm) + self._detected_charset = None + self._detected_language = None + + @property + def charset_name(self) -> Optional[str]: + return self._detected_charset + + @property + def language(self) -> Optional[str]: + return self._detected_language + + def get_confidence(self) -> float: + return 0.99 if self._detected_charset else 0.00 + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for c in byte_str: + for coding_sm in self.coding_sm: + if not coding_sm.active: + continue + coding_state = coding_sm.next_state(c) + if coding_state == MachineState.ERROR: + coding_sm.active = False + self.active_sm_count -= 1 + if self.active_sm_count <= 0: + self._state = ProbingState.NOT_ME + return self.state + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + self._detected_charset = coding_sm.get_coding_state_machine() + self._detected_language = coding_sm.language + return self.state + + return self.state diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py new file mode 100644 index 0000000..11d4adf --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py @@ -0,0 +1,261 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .codingstatemachinedict import CodingStateMachineDict +from .enums import MachineState + +# fmt: off +HZ_CLS = ( + 1, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 0, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 0, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 4, 0, 5, 2, 0, # 78 - 7f + 1, 1, 1, 1, 1, 1, 1, 1, # 80 - 87 + 1, 1, 1, 1, 1, 1, 1, 1, # 88 - 8f + 1, 1, 1, 1, 1, 1, 1, 1, # 90 - 97 + 1, 1, 1, 1, 1, 1, 1, 1, # 98 - 9f + 1, 1, 1, 1, 1, 1, 1, 1, # a0 - a7 + 1, 1, 1, 1, 1, 1, 1, 1, # a8 - af + 1, 1, 1, 1, 1, 1, 1, 1, # b0 - b7 + 1, 1, 1, 1, 1, 1, 1, 1, # b8 - bf + 1, 1, 1, 1, 1, 1, 1, 1, # c0 - c7 + 1, 1, 1, 1, 1, 1, 1, 1, # c8 - cf + 1, 1, 1, 1, 1, 1, 1, 1, # d0 - d7 + 1, 1, 1, 1, 1, 1, 1, 1, # d8 - df + 1, 1, 1, 1, 1, 1, 1, 1, # e0 - e7 + 1, 1, 1, 1, 1, 1, 1, 1, # e8 - ef + 1, 1, 1, 1, 1, 1, 1, 1, # f0 - f7 + 1, 1, 1, 1, 1, 1, 1, 1, # f8 - ff +) + +HZ_ST = ( +MachineState.START, MachineState.ERROR, 3, MachineState.START, MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, # 00-07 +MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 08-0f +MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.START, MachineState.START, 4, MachineState.ERROR, # 10-17 + 5, MachineState.ERROR, 6, MachineState.ERROR, 5, 5, 4, MachineState.ERROR, # 18-1f + 4, MachineState.ERROR, 4, 4, 4, MachineState.ERROR, 4, MachineState.ERROR, # 20-27 + 4, MachineState.ITS_ME, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 28-2f +) +# fmt: on + +HZ_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) + +HZ_SM_MODEL: CodingStateMachineDict = { + "class_table": HZ_CLS, + "class_factor": 6, + "state_table": HZ_ST, + "char_len_table": HZ_CHAR_LEN_TABLE, + "name": "HZ-GB-2312", + "language": "Chinese", +} + +# fmt: off +ISO2022CN_CLS = ( + 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 3, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 4, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 + 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f + 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 + 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff +) + +ISO2022CN_ST = ( + MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 00-07 + MachineState.START, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 08-0f + MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 10-17 + MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, # 18-1f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 20-27 + 5, 6, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 28-2f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 30-37 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.START, # 38-3f +) +# fmt: on + +ISO2022CN_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0) + +ISO2022CN_SM_MODEL: CodingStateMachineDict = { + "class_table": ISO2022CN_CLS, + "class_factor": 9, + "state_table": ISO2022CN_ST, + "char_len_table": ISO2022CN_CHAR_LEN_TABLE, + "name": "ISO-2022-CN", + "language": "Chinese", +} + +# fmt: off +ISO2022JP_CLS = ( + 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 2, 2, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 7, 0, 0, 0, # 20 - 27 + 3, 0, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 6, 0, 4, 0, 8, 0, 0, 0, # 40 - 47 + 0, 9, 5, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 + 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f + 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 + 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff +) + +ISO2022JP_ST = ( + MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 00-07 + MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 08-0f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 10-17 + MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, # 18-1f + MachineState.ERROR, 5, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, MachineState.ERROR, # 20-27 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 6, MachineState.ITS_ME, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, # 28-2f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, # 30-37 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 38-3f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.START, MachineState.START, # 40-47 +) +# fmt: on + +ISO2022JP_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0, 0) + +ISO2022JP_SM_MODEL: CodingStateMachineDict = { + "class_table": ISO2022JP_CLS, + "class_factor": 10, + "state_table": ISO2022JP_ST, + "char_len_table": ISO2022JP_CHAR_LEN_TABLE, + "name": "ISO-2022-JP", + "language": "Japanese", +} + +# fmt: off +ISO2022KR_CLS = ( + 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 3, 0, 0, 0, # 20 - 27 + 0, 4, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 5, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 + 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f + 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 + 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff +) + +ISO2022KR_ST = ( + MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, # 00-07 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 08-0f + MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, MachineState.ERROR, # 10-17 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 5, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 18-1f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 20-27 +) +# fmt: on + +ISO2022KR_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) + +ISO2022KR_SM_MODEL: CodingStateMachineDict = { + "class_table": ISO2022KR_CLS, + "class_factor": 6, + "state_table": ISO2022KR_ST, + "char_len_table": ISO2022KR_CHAR_LEN_TABLE, + "name": "ISO-2022-KR", + "language": "Korean", +} diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py new file mode 100644 index 0000000..39487f4 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py @@ -0,0 +1,102 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Union + +from .chardistribution import EUCJPDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .enums import MachineState, ProbingState +from .jpcntx import EUCJPContextAnalysis +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import EUCJP_SM_MODEL + + +class EUCJPProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(EUCJP_SM_MODEL) + self.distribution_analyzer = EUCJPDistributionAnalysis() + self.context_analyzer = EUCJPContextAnalysis() + self.reset() + + def reset(self) -> None: + super().reset() + self.context_analyzer.reset() + + @property + def charset_name(self) -> str: + return "EUC-JP" + + @property + def language(self) -> str: + return "Japanese" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + assert self.coding_sm is not None + assert self.distribution_analyzer is not None + + for i, byte in enumerate(byte_str): + # PY3K: byte_str is a byte array, so byte is an int, not a byte + coding_state = self.coding_sm.next_state(byte) + if coding_state == MachineState.ERROR: + self.logger.debug( + "%s %s prober hit error at byte %s", + self.charset_name, + self.language, + i, + ) + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte + self.context_analyzer.feed(self._last_char, char_len) + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.context_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if self.context_analyzer.got_enough_data() and ( + self.get_confidence() > self.SHORTCUT_THRESHOLD + ): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + assert self.distribution_analyzer is not None + + context_conf = self.context_analyzer.get_confidence() + distrib_conf = self.distribution_analyzer.get_confidence() + return max(context_conf, distrib_conf) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py new file mode 100644 index 0000000..7dc3b10 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py @@ -0,0 +1,196 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Sampling from about 20M text materials include literature and computer technology + +# 128 --> 0.79 +# 256 --> 0.92 +# 512 --> 0.986 +# 1024 --> 0.99944 +# 2048 --> 0.99999 +# +# Idea Distribution Ratio = 0.98653 / (1-0.98653) = 73.24 +# Random Distribution Ration = 512 / (2350-512) = 0.279. +# +# Typical Distribution Ratio + +EUCKR_TYPICAL_DISTRIBUTION_RATIO = 6.0 + +EUCKR_TABLE_SIZE = 2352 + +# Char to FreqOrder table , +# fmt: off +EUCKR_CHAR_TO_FREQ_ORDER = ( + 13, 130, 120,1396, 481,1719,1720, 328, 609, 212,1721, 707, 400, 299,1722, 87, +1397,1723, 104, 536,1117,1203,1724,1267, 685,1268, 508,1725,1726,1727,1728,1398, +1399,1729,1730,1731, 141, 621, 326,1057, 368,1732, 267, 488, 20,1733,1269,1734, + 945,1400,1735, 47, 904,1270,1736,1737, 773, 248,1738, 409, 313, 786, 429,1739, + 116, 987, 813,1401, 683, 75,1204, 145,1740,1741,1742,1743, 16, 847, 667, 622, + 708,1744,1745,1746, 966, 787, 304, 129,1747, 60, 820, 123, 676,1748,1749,1750, +1751, 617,1752, 626,1753,1754,1755,1756, 653,1757,1758,1759,1760,1761,1762, 856, + 344,1763,1764,1765,1766, 89, 401, 418, 806, 905, 848,1767,1768,1769, 946,1205, + 709,1770,1118,1771, 241,1772,1773,1774,1271,1775, 569,1776, 999,1777,1778,1779, +1780, 337, 751,1058, 28, 628, 254,1781, 177, 906, 270, 349, 891,1079,1782, 19, +1783, 379,1784, 315,1785, 629, 754,1402, 559,1786, 636, 203,1206,1787, 710, 567, +1788, 935, 814,1789,1790,1207, 766, 528,1791,1792,1208,1793,1794,1795,1796,1797, +1403,1798,1799, 533,1059,1404,1405,1156,1406, 936, 884,1080,1800, 351,1801,1802, +1803,1804,1805, 801,1806,1807,1808,1119,1809,1157, 714, 474,1407,1810, 298, 899, + 885,1811,1120, 802,1158,1812, 892,1813,1814,1408, 659,1815,1816,1121,1817,1818, +1819,1820,1821,1822, 319,1823, 594, 545,1824, 815, 937,1209,1825,1826, 573,1409, +1022,1827,1210,1828,1829,1830,1831,1832,1833, 556, 722, 807,1122,1060,1834, 697, +1835, 900, 557, 715,1836,1410, 540,1411, 752,1159, 294, 597,1211, 976, 803, 770, +1412,1837,1838, 39, 794,1413, 358,1839, 371, 925,1840, 453, 661, 788, 531, 723, + 544,1023,1081, 869, 91,1841, 392, 430, 790, 602,1414, 677,1082, 457,1415,1416, +1842,1843, 475, 327,1024,1417, 795, 121,1844, 733, 403,1418,1845,1846,1847, 300, + 119, 711,1212, 627,1848,1272, 207,1849,1850, 796,1213, 382,1851, 519,1852,1083, + 893,1853,1854,1855, 367, 809, 487, 671,1856, 663,1857,1858, 956, 471, 306, 857, +1859,1860,1160,1084,1861,1862,1863,1864,1865,1061,1866,1867,1868,1869,1870,1871, + 282, 96, 574,1872, 502,1085,1873,1214,1874, 907,1875,1876, 827, 977,1419,1420, +1421, 268,1877,1422,1878,1879,1880, 308,1881, 2, 537,1882,1883,1215,1884,1885, + 127, 791,1886,1273,1423,1887, 34, 336, 404, 643,1888, 571, 654, 894, 840,1889, + 0, 886,1274, 122, 575, 260, 908, 938,1890,1275, 410, 316,1891,1892, 100,1893, +1894,1123, 48,1161,1124,1025,1895, 633, 901,1276,1896,1897, 115, 816,1898, 317, +1899, 694,1900, 909, 734,1424, 572, 866,1425, 691, 85, 524,1010, 543, 394, 841, +1901,1902,1903,1026,1904,1905,1906,1907,1908,1909, 30, 451, 651, 988, 310,1910, +1911,1426, 810,1216, 93,1912,1913,1277,1217,1914, 858, 759, 45, 58, 181, 610, + 269,1915,1916, 131,1062, 551, 443,1000, 821,1427, 957, 895,1086,1917,1918, 375, +1919, 359,1920, 687,1921, 822,1922, 293,1923,1924, 40, 662, 118, 692, 29, 939, + 887, 640, 482, 174,1925, 69,1162, 728,1428, 910,1926,1278,1218,1279, 386, 870, + 217, 854,1163, 823,1927,1928,1929,1930, 834,1931, 78,1932, 859,1933,1063,1934, +1935,1936,1937, 438,1164, 208, 595,1938,1939,1940,1941,1219,1125,1942, 280, 888, +1429,1430,1220,1431,1943,1944,1945,1946,1947,1280, 150, 510,1432,1948,1949,1950, +1951,1952,1953,1954,1011,1087,1955,1433,1043,1956, 881,1957, 614, 958,1064,1065, +1221,1958, 638,1001, 860, 967, 896,1434, 989, 492, 553,1281,1165,1959,1282,1002, +1283,1222,1960,1961,1962,1963, 36, 383, 228, 753, 247, 454,1964, 876, 678,1965, +1966,1284, 126, 464, 490, 835, 136, 672, 529, 940,1088,1435, 473,1967,1968, 467, + 50, 390, 227, 587, 279, 378, 598, 792, 968, 240, 151, 160, 849, 882,1126,1285, + 639,1044, 133, 140, 288, 360, 811, 563,1027, 561, 142, 523,1969,1970,1971, 7, + 103, 296, 439, 407, 506, 634, 990,1972,1973,1974,1975, 645,1976,1977,1978,1979, +1980,1981, 236,1982,1436,1983,1984,1089, 192, 828, 618, 518,1166, 333,1127,1985, + 818,1223,1986,1987,1988,1989,1990,1991,1992,1993, 342,1128,1286, 746, 842,1994, +1995, 560, 223,1287, 98, 8, 189, 650, 978,1288,1996,1437,1997, 17, 345, 250, + 423, 277, 234, 512, 226, 97, 289, 42, 167,1998, 201,1999,2000, 843, 836, 824, + 532, 338, 783,1090, 182, 576, 436,1438,1439, 527, 500,2001, 947, 889,2002,2003, +2004,2005, 262, 600, 314, 447,2006, 547,2007, 693, 738,1129,2008, 71,1440, 745, + 619, 688,2009, 829,2010,2011, 147,2012, 33, 948,2013,2014, 74, 224,2015, 61, + 191, 918, 399, 637,2016,1028,1130, 257, 902,2017,2018,2019,2020,2021,2022,2023, +2024,2025,2026, 837,2027,2028,2029,2030, 179, 874, 591, 52, 724, 246,2031,2032, +2033,2034,1167, 969,2035,1289, 630, 605, 911,1091,1168,2036,2037,2038,1441, 912, +2039, 623,2040,2041, 253,1169,1290,2042,1442, 146, 620, 611, 577, 433,2043,1224, + 719,1170, 959, 440, 437, 534, 84, 388, 480,1131, 159, 220, 198, 679,2044,1012, + 819,1066,1443, 113,1225, 194, 318,1003,1029,2045,2046,2047,2048,1067,2049,2050, +2051,2052,2053, 59, 913, 112,2054, 632,2055, 455, 144, 739,1291,2056, 273, 681, + 499,2057, 448,2058,2059, 760,2060,2061, 970, 384, 169, 245,1132,2062,2063, 414, +1444,2064,2065, 41, 235,2066, 157, 252, 877, 568, 919, 789, 580,2067, 725,2068, +2069,1292,2070,2071,1445,2072,1446,2073,2074, 55, 588, 66,1447, 271,1092,2075, +1226,2076, 960,1013, 372,2077,2078,2079,2080,2081,1293,2082,2083,2084,2085, 850, +2086,2087,2088,2089,2090, 186,2091,1068, 180,2092,2093,2094, 109,1227, 522, 606, +2095, 867,1448,1093, 991,1171, 926, 353,1133,2096, 581,2097,2098,2099,1294,1449, +1450,2100, 596,1172,1014,1228,2101,1451,1295,1173,1229,2102,2103,1296,1134,1452, + 949,1135,2104,2105,1094,1453,1454,1455,2106,1095,2107,2108,2109,2110,2111,2112, +2113,2114,2115,2116,2117, 804,2118,2119,1230,1231, 805,1456, 405,1136,2120,2121, +2122,2123,2124, 720, 701,1297, 992,1457, 927,1004,2125,2126,2127,2128,2129,2130, + 22, 417,2131, 303,2132, 385,2133, 971, 520, 513,2134,1174, 73,1096, 231, 274, + 962,1458, 673,2135,1459,2136, 152,1137,2137,2138,2139,2140,1005,1138,1460,1139, +2141,2142,2143,2144, 11, 374, 844,2145, 154,1232, 46,1461,2146, 838, 830, 721, +1233, 106,2147, 90, 428, 462, 578, 566,1175, 352,2148,2149, 538,1234, 124,1298, +2150,1462, 761, 565,2151, 686,2152, 649,2153, 72, 173,2154, 460, 415,2155,1463, +2156,1235, 305,2157,2158,2159,2160,2161,2162, 579,2163,2164,2165,2166,2167, 747, +2168,2169,2170,2171,1464, 669,2172,2173,2174,2175,2176,1465,2177, 23, 530, 285, +2178, 335, 729,2179, 397,2180,2181,2182,1030,2183,2184, 698,2185,2186, 325,2187, +2188, 369,2189, 799,1097,1015, 348,2190,1069, 680,2191, 851,1466,2192,2193, 10, +2194, 613, 424,2195, 979, 108, 449, 589, 27, 172, 81,1031, 80, 774, 281, 350, +1032, 525, 301, 582,1176,2196, 674,1045,2197,2198,1467, 730, 762,2199,2200,2201, +2202,1468,2203, 993,2204,2205, 266,1070, 963,1140,2206,2207,2208, 664,1098, 972, +2209,2210,2211,1177,1469,1470, 871,2212,2213,2214,2215,2216,1471,2217,2218,2219, +2220,2221,2222,2223,2224,2225,2226,2227,1472,1236,2228,2229,2230,2231,2232,2233, +2234,2235,1299,2236,2237, 200,2238, 477, 373,2239,2240, 731, 825, 777,2241,2242, +2243, 521, 486, 548,2244,2245,2246,1473,1300, 53, 549, 137, 875, 76, 158,2247, +1301,1474, 469, 396,1016, 278, 712,2248, 321, 442, 503, 767, 744, 941,1237,1178, +1475,2249, 82, 178,1141,1179, 973,2250,1302,2251, 297,2252,2253, 570,2254,2255, +2256, 18, 450, 206,2257, 290, 292,1142,2258, 511, 162, 99, 346, 164, 735,2259, +1476,1477, 4, 554, 343, 798,1099,2260,1100,2261, 43, 171,1303, 139, 215,2262, +2263, 717, 775,2264,1033, 322, 216,2265, 831,2266, 149,2267,1304,2268,2269, 702, +1238, 135, 845, 347, 309,2270, 484,2271, 878, 655, 238,1006,1478,2272, 67,2273, + 295,2274,2275, 461,2276, 478, 942, 412,2277,1034,2278,2279,2280, 265,2281, 541, +2282,2283,2284,2285,2286, 70, 852,1071,2287,2288,2289,2290, 21, 56, 509, 117, + 432,2291,2292, 331, 980, 552,1101, 148, 284, 105, 393,1180,1239, 755,2293, 187, +2294,1046,1479,2295, 340,2296, 63,1047, 230,2297,2298,1305, 763,1306, 101, 800, + 808, 494,2299,2300,2301, 903,2302, 37,1072, 14, 5,2303, 79, 675,2304, 312, +2305,2306,2307,2308,2309,1480, 6,1307,2310,2311,2312, 1, 470, 35, 24, 229, +2313, 695, 210, 86, 778, 15, 784, 592, 779, 32, 77, 855, 964,2314, 259,2315, + 501, 380,2316,2317, 83, 981, 153, 689,1308,1481,1482,1483,2318,2319, 716,1484, +2320,2321,2322,2323,2324,2325,1485,2326,2327, 128, 57, 68, 261,1048, 211, 170, +1240, 31,2328, 51, 435, 742,2329,2330,2331, 635,2332, 264, 456,2333,2334,2335, + 425,2336,1486, 143, 507, 263, 943,2337, 363, 920,1487, 256,1488,1102, 243, 601, +1489,2338,2339,2340,2341,2342,2343,2344, 861,2345,2346,2347,2348,2349,2350, 395, +2351,1490,1491, 62, 535, 166, 225,2352,2353, 668, 419,1241, 138, 604, 928,2354, +1181,2355,1492,1493,2356,2357,2358,1143,2359, 696,2360, 387, 307,1309, 682, 476, +2361,2362, 332, 12, 222, 156,2363, 232,2364, 641, 276, 656, 517,1494,1495,1035, + 416, 736,1496,2365,1017, 586,2366,2367,2368,1497,2369, 242,2370,2371,2372,1498, +2373, 965, 713,2374,2375,2376,2377, 740, 982,1499, 944,1500,1007,2378,2379,1310, +1501,2380,2381,2382, 785, 329,2383,2384,1502,2385,2386,2387, 932,2388,1503,2389, +2390,2391,2392,1242,2393,2394,2395,2396,2397, 994, 950,2398,2399,2400,2401,1504, +1311,2402,2403,2404,2405,1049, 749,2406,2407, 853, 718,1144,1312,2408,1182,1505, +2409,2410, 255, 516, 479, 564, 550, 214,1506,1507,1313, 413, 239, 444, 339,1145, +1036,1508,1509,1314,1037,1510,1315,2411,1511,2412,2413,2414, 176, 703, 497, 624, + 593, 921, 302,2415, 341, 165,1103,1512,2416,1513,2417,2418,2419, 376,2420, 700, +2421,2422,2423, 258, 768,1316,2424,1183,2425, 995, 608,2426,2427,2428,2429, 221, +2430,2431,2432,2433,2434,2435,2436,2437, 195, 323, 726, 188, 897, 983,1317, 377, + 644,1050, 879,2438, 452,2439,2440,2441,2442,2443,2444, 914,2445,2446,2447,2448, + 915, 489,2449,1514,1184,2450,2451, 515, 64, 427, 495,2452, 583,2453, 483, 485, +1038, 562, 213,1515, 748, 666,2454,2455,2456,2457, 334,2458, 780, 996,1008, 705, +1243,2459,2460,2461,2462,2463, 114,2464, 493,1146, 366, 163,1516, 961,1104,2465, + 291,2466,1318,1105,2467,1517, 365,2468, 355, 951,1244,2469,1319,2470, 631,2471, +2472, 218,1320, 364, 320, 756,1518,1519,1321,1520,1322,2473,2474,2475,2476, 997, +2477,2478,2479,2480, 665,1185,2481, 916,1521,2482,2483,2484, 584, 684,2485,2486, + 797,2487,1051,1186,2488,2489,2490,1522,2491,2492, 370,2493,1039,1187, 65,2494, + 434, 205, 463,1188,2495, 125, 812, 391, 402, 826, 699, 286, 398, 155, 781, 771, + 585,2496, 590, 505,1073,2497, 599, 244, 219, 917,1018, 952, 646,1523,2498,1323, +2499,2500, 49, 984, 354, 741,2501, 625,2502,1324,2503,1019, 190, 357, 757, 491, + 95, 782, 868,2504,2505,2506,2507,2508,2509, 134,1524,1074, 422,1525, 898,2510, + 161,2511,2512,2513,2514, 769,2515,1526,2516,2517, 411,1325,2518, 472,1527,2519, +2520,2521,2522,2523,2524, 985,2525,2526,2527,2528,2529,2530, 764,2531,1245,2532, +2533, 25, 204, 311,2534, 496,2535,1052,2536,2537,2538,2539,2540,2541,2542, 199, + 704, 504, 468, 758, 657,1528, 196, 44, 839,1246, 272, 750,2543, 765, 862,2544, +2545,1326,2546, 132, 615, 933,2547, 732,2548,2549,2550,1189,1529,2551, 283,1247, +1053, 607, 929,2552,2553,2554, 930, 183, 872, 616,1040,1147,2555,1148,1020, 441, + 249,1075,2556,2557,2558, 466, 743,2559,2560,2561, 92, 514, 426, 420, 526,2562, +2563,2564,2565,2566,2567,2568, 185,2569,2570,2571,2572, 776,1530, 658,2573, 362, +2574, 361, 922,1076, 793,2575,2576,2577,2578,2579,2580,1531, 251,2581,2582,2583, +2584,1532, 54, 612, 237,1327,2585,2586, 275, 408, 647, 111,2587,1533,1106, 465, + 3, 458, 9, 38,2588, 107, 110, 890, 209, 26, 737, 498,2589,1534,2590, 431, + 202, 88,1535, 356, 287,1107, 660,1149,2591, 381,1536, 986,1150, 445,1248,1151, + 974,2592,2593, 846,2594, 446, 953, 184,1249,1250, 727,2595, 923, 193, 883,2596, +2597,2598, 102, 324, 539, 817,2599, 421,1041,2600, 832,2601, 94, 175, 197, 406, +2602, 459,2603,2604,2605,2606,2607, 330, 555,2608,2609,2610, 706,1108, 389,2611, +2612,2613,2614, 233,2615, 833, 558, 931, 954,1251,2616,2617,1537, 546,2618,2619, +1009,2620,2621,2622,1538, 690,1328,2623, 955,2624,1539,2625,2626, 772,2627,2628, +2629,2630,2631, 924, 648, 863, 603,2632,2633, 934,1540, 864, 865,2634, 642,1042, + 670,1190,2635,2636,2637,2638, 168,2639, 652, 873, 542,1054,1541,2640,2641,2642, # 512, 256 +) +# fmt: on diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py new file mode 100644 index 0000000..1fc5de0 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCKRDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import EUCKR_SM_MODEL + + +class EUCKRProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(EUCKR_SM_MODEL) + self.distribution_analyzer = EUCKRDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "EUC-KR" + + @property + def language(self) -> str: + return "Korean" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py new file mode 100644 index 0000000..4900ccc --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py @@ -0,0 +1,388 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# EUCTW frequency table +# Converted from big5 work +# by Taiwan's Mandarin Promotion Council +# + +# 128 --> 0.42261 +# 256 --> 0.57851 +# 512 --> 0.74851 +# 1024 --> 0.89384 +# 2048 --> 0.97583 +# +# Idea Distribution Ratio = 0.74851/(1-0.74851) =2.98 +# Random Distribution Ration = 512/(5401-512)=0.105 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR + +EUCTW_TYPICAL_DISTRIBUTION_RATIO = 0.75 + +# Char to FreqOrder table +EUCTW_TABLE_SIZE = 5376 + +# fmt: off +EUCTW_CHAR_TO_FREQ_ORDER = ( + 1, 1800, 1506, 255, 1431, 198, 9, 82, 6, 7310, 177, 202, 3615, 1256, 2808, 110, # 2742 + 3735, 33, 3241, 261, 76, 44, 2113, 16, 2931, 2184, 1176, 659, 3868, 26, 3404, 2643, # 2758 + 1198, 3869, 3313, 4060, 410, 2211, 302, 590, 361, 1963, 8, 204, 58, 4296, 7311, 1931, # 2774 + 63, 7312, 7313, 317, 1614, 75, 222, 159, 4061, 2412, 1480, 7314, 3500, 3068, 224, 2809, # 2790 + 3616, 3, 10, 3870, 1471, 29, 2774, 1135, 2852, 1939, 873, 130, 3242, 1123, 312, 7315, # 2806 + 4297, 2051, 507, 252, 682, 7316, 142, 1914, 124, 206, 2932, 34, 3501, 3173, 64, 604, # 2822 + 7317, 2494, 1976, 1977, 155, 1990, 645, 641, 1606, 7318, 3405, 337, 72, 406, 7319, 80, # 2838 + 630, 238, 3174, 1509, 263, 939, 1092, 2644, 756, 1440, 1094, 3406, 449, 69, 2969, 591, # 2854 + 179, 2095, 471, 115, 2034, 1843, 60, 50, 2970, 134, 806, 1868, 734, 2035, 3407, 180, # 2870 + 995, 1607, 156, 537, 2893, 688, 7320, 319, 1305, 779, 2144, 514, 2374, 298, 4298, 359, # 2886 + 2495, 90, 2707, 1338, 663, 11, 906, 1099, 2545, 20, 2436, 182, 532, 1716, 7321, 732, # 2902 + 1376, 4062, 1311, 1420, 3175, 25, 2312, 1056, 113, 399, 382, 1949, 242, 3408, 2467, 529, # 2918 + 3243, 475, 1447, 3617, 7322, 117, 21, 656, 810, 1297, 2295, 2329, 3502, 7323, 126, 4063, # 2934 + 706, 456, 150, 613, 4299, 71, 1118, 2036, 4064, 145, 3069, 85, 835, 486, 2114, 1246, # 2950 + 1426, 428, 727, 1285, 1015, 800, 106, 623, 303, 1281, 7324, 2127, 2354, 347, 3736, 221, # 2966 + 3503, 3110, 7325, 1955, 1153, 4065, 83, 296, 1199, 3070, 192, 624, 93, 7326, 822, 1897, # 2982 + 2810, 3111, 795, 2064, 991, 1554, 1542, 1592, 27, 43, 2853, 859, 139, 1456, 860, 4300, # 2998 + 437, 712, 3871, 164, 2392, 3112, 695, 211, 3017, 2096, 195, 3872, 1608, 3504, 3505, 3618, # 3014 + 3873, 234, 811, 2971, 2097, 3874, 2229, 1441, 3506, 1615, 2375, 668, 2076, 1638, 305, 228, # 3030 + 1664, 4301, 467, 415, 7327, 262, 2098, 1593, 239, 108, 300, 200, 1033, 512, 1247, 2077, # 3046 + 7328, 7329, 2173, 3176, 3619, 2673, 593, 845, 1062, 3244, 88, 1723, 2037, 3875, 1950, 212, # 3062 + 266, 152, 149, 468, 1898, 4066, 4302, 77, 187, 7330, 3018, 37, 5, 2972, 7331, 3876, # 3078 + 7332, 7333, 39, 2517, 4303, 2894, 3177, 2078, 55, 148, 74, 4304, 545, 483, 1474, 1029, # 3094 + 1665, 217, 1869, 1531, 3113, 1104, 2645, 4067, 24, 172, 3507, 900, 3877, 3508, 3509, 4305, # 3110 + 32, 1408, 2811, 1312, 329, 487, 2355, 2247, 2708, 784, 2674, 4, 3019, 3314, 1427, 1788, # 3126 + 188, 109, 499, 7334, 3620, 1717, 1789, 888, 1217, 3020, 4306, 7335, 3510, 7336, 3315, 1520, # 3142 + 3621, 3878, 196, 1034, 775, 7337, 7338, 929, 1815, 249, 439, 38, 7339, 1063, 7340, 794, # 3158 + 3879, 1435, 2296, 46, 178, 3245, 2065, 7341, 2376, 7342, 214, 1709, 4307, 804, 35, 707, # 3174 + 324, 3622, 1601, 2546, 140, 459, 4068, 7343, 7344, 1365, 839, 272, 978, 2257, 2572, 3409, # 3190 + 2128, 1363, 3623, 1423, 697, 100, 3071, 48, 70, 1231, 495, 3114, 2193, 7345, 1294, 7346, # 3206 + 2079, 462, 586, 1042, 3246, 853, 256, 988, 185, 2377, 3410, 1698, 434, 1084, 7347, 3411, # 3222 + 314, 2615, 2775, 4308, 2330, 2331, 569, 2280, 637, 1816, 2518, 757, 1162, 1878, 1616, 3412, # 3238 + 287, 1577, 2115, 768, 4309, 1671, 2854, 3511, 2519, 1321, 3737, 909, 2413, 7348, 4069, 933, # 3254 + 3738, 7349, 2052, 2356, 1222, 4310, 765, 2414, 1322, 786, 4311, 7350, 1919, 1462, 1677, 2895, # 3270 + 1699, 7351, 4312, 1424, 2437, 3115, 3624, 2590, 3316, 1774, 1940, 3413, 3880, 4070, 309, 1369, # 3286 + 1130, 2812, 364, 2230, 1653, 1299, 3881, 3512, 3882, 3883, 2646, 525, 1085, 3021, 902, 2000, # 3302 + 1475, 964, 4313, 421, 1844, 1415, 1057, 2281, 940, 1364, 3116, 376, 4314, 4315, 1381, 7, # 3318 + 2520, 983, 2378, 336, 1710, 2675, 1845, 321, 3414, 559, 1131, 3022, 2742, 1808, 1132, 1313, # 3334 + 265, 1481, 1857, 7352, 352, 1203, 2813, 3247, 167, 1089, 420, 2814, 776, 792, 1724, 3513, # 3350 + 4071, 2438, 3248, 7353, 4072, 7354, 446, 229, 333, 2743, 901, 3739, 1200, 1557, 4316, 2647, # 3366 + 1920, 395, 2744, 2676, 3740, 4073, 1835, 125, 916, 3178, 2616, 4317, 7355, 7356, 3741, 7357, # 3382 + 7358, 7359, 4318, 3117, 3625, 1133, 2547, 1757, 3415, 1510, 2313, 1409, 3514, 7360, 2145, 438, # 3398 + 2591, 2896, 2379, 3317, 1068, 958, 3023, 461, 311, 2855, 2677, 4074, 1915, 3179, 4075, 1978, # 3414 + 383, 750, 2745, 2617, 4076, 274, 539, 385, 1278, 1442, 7361, 1154, 1964, 384, 561, 210, # 3430 + 98, 1295, 2548, 3515, 7362, 1711, 2415, 1482, 3416, 3884, 2897, 1257, 129, 7363, 3742, 642, # 3446 + 523, 2776, 2777, 2648, 7364, 141, 2231, 1333, 68, 176, 441, 876, 907, 4077, 603, 2592, # 3462 + 710, 171, 3417, 404, 549, 18, 3118, 2393, 1410, 3626, 1666, 7365, 3516, 4319, 2898, 4320, # 3478 + 7366, 2973, 368, 7367, 146, 366, 99, 871, 3627, 1543, 748, 807, 1586, 1185, 22, 2258, # 3494 + 379, 3743, 3180, 7368, 3181, 505, 1941, 2618, 1991, 1382, 2314, 7369, 380, 2357, 218, 702, # 3510 + 1817, 1248, 3418, 3024, 3517, 3318, 3249, 7370, 2974, 3628, 930, 3250, 3744, 7371, 59, 7372, # 3526 + 585, 601, 4078, 497, 3419, 1112, 1314, 4321, 1801, 7373, 1223, 1472, 2174, 7374, 749, 1836, # 3542 + 690, 1899, 3745, 1772, 3885, 1476, 429, 1043, 1790, 2232, 2116, 917, 4079, 447, 1086, 1629, # 3558 + 7375, 556, 7376, 7377, 2020, 1654, 844, 1090, 105, 550, 966, 1758, 2815, 1008, 1782, 686, # 3574 + 1095, 7378, 2282, 793, 1602, 7379, 3518, 2593, 4322, 4080, 2933, 2297, 4323, 3746, 980, 2496, # 3590 + 544, 353, 527, 4324, 908, 2678, 2899, 7380, 381, 2619, 1942, 1348, 7381, 1341, 1252, 560, # 3606 + 3072, 7382, 3420, 2856, 7383, 2053, 973, 886, 2080, 143, 4325, 7384, 7385, 157, 3886, 496, # 3622 + 4081, 57, 840, 540, 2038, 4326, 4327, 3421, 2117, 1445, 970, 2259, 1748, 1965, 2081, 4082, # 3638 + 3119, 1234, 1775, 3251, 2816, 3629, 773, 1206, 2129, 1066, 2039, 1326, 3887, 1738, 1725, 4083, # 3654 + 279, 3120, 51, 1544, 2594, 423, 1578, 2130, 2066, 173, 4328, 1879, 7386, 7387, 1583, 264, # 3670 + 610, 3630, 4329, 2439, 280, 154, 7388, 7389, 7390, 1739, 338, 1282, 3073, 693, 2857, 1411, # 3686 + 1074, 3747, 2440, 7391, 4330, 7392, 7393, 1240, 952, 2394, 7394, 2900, 1538, 2679, 685, 1483, # 3702 + 4084, 2468, 1436, 953, 4085, 2054, 4331, 671, 2395, 79, 4086, 2441, 3252, 608, 567, 2680, # 3718 + 3422, 4087, 4088, 1691, 393, 1261, 1791, 2396, 7395, 4332, 7396, 7397, 7398, 7399, 1383, 1672, # 3734 + 3748, 3182, 1464, 522, 1119, 661, 1150, 216, 675, 4333, 3888, 1432, 3519, 609, 4334, 2681, # 3750 + 2397, 7400, 7401, 7402, 4089, 3025, 0, 7403, 2469, 315, 231, 2442, 301, 3319, 4335, 2380, # 3766 + 7404, 233, 4090, 3631, 1818, 4336, 4337, 7405, 96, 1776, 1315, 2082, 7406, 257, 7407, 1809, # 3782 + 3632, 2709, 1139, 1819, 4091, 2021, 1124, 2163, 2778, 1777, 2649, 7408, 3074, 363, 1655, 3183, # 3798 + 7409, 2975, 7410, 7411, 7412, 3889, 1567, 3890, 718, 103, 3184, 849, 1443, 341, 3320, 2934, # 3814 + 1484, 7413, 1712, 127, 67, 339, 4092, 2398, 679, 1412, 821, 7414, 7415, 834, 738, 351, # 3830 + 2976, 2146, 846, 235, 1497, 1880, 418, 1992, 3749, 2710, 186, 1100, 2147, 2746, 3520, 1545, # 3846 + 1355, 2935, 2858, 1377, 583, 3891, 4093, 2573, 2977, 7416, 1298, 3633, 1078, 2549, 3634, 2358, # 3862 + 78, 3750, 3751, 267, 1289, 2099, 2001, 1594, 4094, 348, 369, 1274, 2194, 2175, 1837, 4338, # 3878 + 1820, 2817, 3635, 2747, 2283, 2002, 4339, 2936, 2748, 144, 3321, 882, 4340, 3892, 2749, 3423, # 3894 + 4341, 2901, 7417, 4095, 1726, 320, 7418, 3893, 3026, 788, 2978, 7419, 2818, 1773, 1327, 2859, # 3910 + 3894, 2819, 7420, 1306, 4342, 2003, 1700, 3752, 3521, 2359, 2650, 787, 2022, 506, 824, 3636, # 3926 + 534, 323, 4343, 1044, 3322, 2023, 1900, 946, 3424, 7421, 1778, 1500, 1678, 7422, 1881, 4344, # 3942 + 165, 243, 4345, 3637, 2521, 123, 683, 4096, 764, 4346, 36, 3895, 1792, 589, 2902, 816, # 3958 + 626, 1667, 3027, 2233, 1639, 1555, 1622, 3753, 3896, 7423, 3897, 2860, 1370, 1228, 1932, 891, # 3974 + 2083, 2903, 304, 4097, 7424, 292, 2979, 2711, 3522, 691, 2100, 4098, 1115, 4347, 118, 662, # 3990 + 7425, 611, 1156, 854, 2381, 1316, 2861, 2, 386, 515, 2904, 7426, 7427, 3253, 868, 2234, # 4006 + 1486, 855, 2651, 785, 2212, 3028, 7428, 1040, 3185, 3523, 7429, 3121, 448, 7430, 1525, 7431, # 4022 + 2164, 4348, 7432, 3754, 7433, 4099, 2820, 3524, 3122, 503, 818, 3898, 3123, 1568, 814, 676, # 4038 + 1444, 306, 1749, 7434, 3755, 1416, 1030, 197, 1428, 805, 2821, 1501, 4349, 7435, 7436, 7437, # 4054 + 1993, 7438, 4350, 7439, 7440, 2195, 13, 2779, 3638, 2980, 3124, 1229, 1916, 7441, 3756, 2131, # 4070 + 7442, 4100, 4351, 2399, 3525, 7443, 2213, 1511, 1727, 1120, 7444, 7445, 646, 3757, 2443, 307, # 4086 + 7446, 7447, 1595, 3186, 7448, 7449, 7450, 3639, 1113, 1356, 3899, 1465, 2522, 2523, 7451, 519, # 4102 + 7452, 128, 2132, 92, 2284, 1979, 7453, 3900, 1512, 342, 3125, 2196, 7454, 2780, 2214, 1980, # 4118 + 3323, 7455, 290, 1656, 1317, 789, 827, 2360, 7456, 3758, 4352, 562, 581, 3901, 7457, 401, # 4134 + 4353, 2248, 94, 4354, 1399, 2781, 7458, 1463, 2024, 4355, 3187, 1943, 7459, 828, 1105, 4101, # 4150 + 1262, 1394, 7460, 4102, 605, 4356, 7461, 1783, 2862, 7462, 2822, 819, 2101, 578, 2197, 2937, # 4166 + 7463, 1502, 436, 3254, 4103, 3255, 2823, 3902, 2905, 3425, 3426, 7464, 2712, 2315, 7465, 7466, # 4182 + 2332, 2067, 23, 4357, 193, 826, 3759, 2102, 699, 1630, 4104, 3075, 390, 1793, 1064, 3526, # 4198 + 7467, 1579, 3076, 3077, 1400, 7468, 4105, 1838, 1640, 2863, 7469, 4358, 4359, 137, 4106, 598, # 4214 + 3078, 1966, 780, 104, 974, 2938, 7470, 278, 899, 253, 402, 572, 504, 493, 1339, 7471, # 4230 + 3903, 1275, 4360, 2574, 2550, 7472, 3640, 3029, 3079, 2249, 565, 1334, 2713, 863, 41, 7473, # 4246 + 7474, 4361, 7475, 1657, 2333, 19, 463, 2750, 4107, 606, 7476, 2981, 3256, 1087, 2084, 1323, # 4262 + 2652, 2982, 7477, 1631, 1623, 1750, 4108, 2682, 7478, 2864, 791, 2714, 2653, 2334, 232, 2416, # 4278 + 7479, 2983, 1498, 7480, 2654, 2620, 755, 1366, 3641, 3257, 3126, 2025, 1609, 119, 1917, 3427, # 4294 + 862, 1026, 4109, 7481, 3904, 3760, 4362, 3905, 4363, 2260, 1951, 2470, 7482, 1125, 817, 4110, # 4310 + 4111, 3906, 1513, 1766, 2040, 1487, 4112, 3030, 3258, 2824, 3761, 3127, 7483, 7484, 1507, 7485, # 4326 + 2683, 733, 40, 1632, 1106, 2865, 345, 4113, 841, 2524, 230, 4364, 2984, 1846, 3259, 3428, # 4342 + 7486, 1263, 986, 3429, 7487, 735, 879, 254, 1137, 857, 622, 1300, 1180, 1388, 1562, 3907, # 4358 + 3908, 2939, 967, 2751, 2655, 1349, 592, 2133, 1692, 3324, 2985, 1994, 4114, 1679, 3909, 1901, # 4374 + 2185, 7488, 739, 3642, 2715, 1296, 1290, 7489, 4115, 2198, 2199, 1921, 1563, 2595, 2551, 1870, # 4390 + 2752, 2986, 7490, 435, 7491, 343, 1108, 596, 17, 1751, 4365, 2235, 3430, 3643, 7492, 4366, # 4406 + 294, 3527, 2940, 1693, 477, 979, 281, 2041, 3528, 643, 2042, 3644, 2621, 2782, 2261, 1031, # 4422 + 2335, 2134, 2298, 3529, 4367, 367, 1249, 2552, 7493, 3530, 7494, 4368, 1283, 3325, 2004, 240, # 4438 + 1762, 3326, 4369, 4370, 836, 1069, 3128, 474, 7495, 2148, 2525, 268, 3531, 7496, 3188, 1521, # 4454 + 1284, 7497, 1658, 1546, 4116, 7498, 3532, 3533, 7499, 4117, 3327, 2684, 1685, 4118, 961, 1673, # 4470 + 2622, 190, 2005, 2200, 3762, 4371, 4372, 7500, 570, 2497, 3645, 1490, 7501, 4373, 2623, 3260, # 4486 + 1956, 4374, 584, 1514, 396, 1045, 1944, 7502, 4375, 1967, 2444, 7503, 7504, 4376, 3910, 619, # 4502 + 7505, 3129, 3261, 215, 2006, 2783, 2553, 3189, 4377, 3190, 4378, 763, 4119, 3763, 4379, 7506, # 4518 + 7507, 1957, 1767, 2941, 3328, 3646, 1174, 452, 1477, 4380, 3329, 3130, 7508, 2825, 1253, 2382, # 4534 + 2186, 1091, 2285, 4120, 492, 7509, 638, 1169, 1824, 2135, 1752, 3911, 648, 926, 1021, 1324, # 4550 + 4381, 520, 4382, 997, 847, 1007, 892, 4383, 3764, 2262, 1871, 3647, 7510, 2400, 1784, 4384, # 4566 + 1952, 2942, 3080, 3191, 1728, 4121, 2043, 3648, 4385, 2007, 1701, 3131, 1551, 30, 2263, 4122, # 4582 + 7511, 2026, 4386, 3534, 7512, 501, 7513, 4123, 594, 3431, 2165, 1821, 3535, 3432, 3536, 3192, # 4598 + 829, 2826, 4124, 7514, 1680, 3132, 1225, 4125, 7515, 3262, 4387, 4126, 3133, 2336, 7516, 4388, # 4614 + 4127, 7517, 3912, 3913, 7518, 1847, 2383, 2596, 3330, 7519, 4389, 374, 3914, 652, 4128, 4129, # 4630 + 375, 1140, 798, 7520, 7521, 7522, 2361, 4390, 2264, 546, 1659, 138, 3031, 2445, 4391, 7523, # 4646 + 2250, 612, 1848, 910, 796, 3765, 1740, 1371, 825, 3766, 3767, 7524, 2906, 2554, 7525, 692, # 4662 + 444, 3032, 2624, 801, 4392, 4130, 7526, 1491, 244, 1053, 3033, 4131, 4132, 340, 7527, 3915, # 4678 + 1041, 2987, 293, 1168, 87, 1357, 7528, 1539, 959, 7529, 2236, 721, 694, 4133, 3768, 219, # 4694 + 1478, 644, 1417, 3331, 2656, 1413, 1401, 1335, 1389, 3916, 7530, 7531, 2988, 2362, 3134, 1825, # 4710 + 730, 1515, 184, 2827, 66, 4393, 7532, 1660, 2943, 246, 3332, 378, 1457, 226, 3433, 975, # 4726 + 3917, 2944, 1264, 3537, 674, 696, 7533, 163, 7534, 1141, 2417, 2166, 713, 3538, 3333, 4394, # 4742 + 3918, 7535, 7536, 1186, 15, 7537, 1079, 1070, 7538, 1522, 3193, 3539, 276, 1050, 2716, 758, # 4758 + 1126, 653, 2945, 3263, 7539, 2337, 889, 3540, 3919, 3081, 2989, 903, 1250, 4395, 3920, 3434, # 4774 + 3541, 1342, 1681, 1718, 766, 3264, 286, 89, 2946, 3649, 7540, 1713, 7541, 2597, 3334, 2990, # 4790 + 7542, 2947, 2215, 3194, 2866, 7543, 4396, 2498, 2526, 181, 387, 1075, 3921, 731, 2187, 3335, # 4806 + 7544, 3265, 310, 313, 3435, 2299, 770, 4134, 54, 3034, 189, 4397, 3082, 3769, 3922, 7545, # 4822 + 1230, 1617, 1849, 355, 3542, 4135, 4398, 3336, 111, 4136, 3650, 1350, 3135, 3436, 3035, 4137, # 4838 + 2149, 3266, 3543, 7546, 2784, 3923, 3924, 2991, 722, 2008, 7547, 1071, 247, 1207, 2338, 2471, # 4854 + 1378, 4399, 2009, 864, 1437, 1214, 4400, 373, 3770, 1142, 2216, 667, 4401, 442, 2753, 2555, # 4870 + 3771, 3925, 1968, 4138, 3267, 1839, 837, 170, 1107, 934, 1336, 1882, 7548, 7549, 2118, 4139, # 4886 + 2828, 743, 1569, 7550, 4402, 4140, 582, 2384, 1418, 3437, 7551, 1802, 7552, 357, 1395, 1729, # 4902 + 3651, 3268, 2418, 1564, 2237, 7553, 3083, 3772, 1633, 4403, 1114, 2085, 4141, 1532, 7554, 482, # 4918 + 2446, 4404, 7555, 7556, 1492, 833, 1466, 7557, 2717, 3544, 1641, 2829, 7558, 1526, 1272, 3652, # 4934 + 4142, 1686, 1794, 416, 2556, 1902, 1953, 1803, 7559, 3773, 2785, 3774, 1159, 2316, 7560, 2867, # 4950 + 4405, 1610, 1584, 3036, 2419, 2754, 443, 3269, 1163, 3136, 7561, 7562, 3926, 7563, 4143, 2499, # 4966 + 3037, 4406, 3927, 3137, 2103, 1647, 3545, 2010, 1872, 4144, 7564, 4145, 431, 3438, 7565, 250, # 4982 + 97, 81, 4146, 7566, 1648, 1850, 1558, 160, 848, 7567, 866, 740, 1694, 7568, 2201, 2830, # 4998 + 3195, 4147, 4407, 3653, 1687, 950, 2472, 426, 469, 3196, 3654, 3655, 3928, 7569, 7570, 1188, # 5014 + 424, 1995, 861, 3546, 4148, 3775, 2202, 2685, 168, 1235, 3547, 4149, 7571, 2086, 1674, 4408, # 5030 + 3337, 3270, 220, 2557, 1009, 7572, 3776, 670, 2992, 332, 1208, 717, 7573, 7574, 3548, 2447, # 5046 + 3929, 3338, 7575, 513, 7576, 1209, 2868, 3339, 3138, 4409, 1080, 7577, 7578, 7579, 7580, 2527, # 5062 + 3656, 3549, 815, 1587, 3930, 3931, 7581, 3550, 3439, 3777, 1254, 4410, 1328, 3038, 1390, 3932, # 5078 + 1741, 3933, 3778, 3934, 7582, 236, 3779, 2448, 3271, 7583, 7584, 3657, 3780, 1273, 3781, 4411, # 5094 + 7585, 308, 7586, 4412, 245, 4413, 1851, 2473, 1307, 2575, 430, 715, 2136, 2449, 7587, 270, # 5110 + 199, 2869, 3935, 7588, 3551, 2718, 1753, 761, 1754, 725, 1661, 1840, 4414, 3440, 3658, 7589, # 5126 + 7590, 587, 14, 3272, 227, 2598, 326, 480, 2265, 943, 2755, 3552, 291, 650, 1883, 7591, # 5142 + 1702, 1226, 102, 1547, 62, 3441, 904, 4415, 3442, 1164, 4150, 7592, 7593, 1224, 1548, 2756, # 5158 + 391, 498, 1493, 7594, 1386, 1419, 7595, 2055, 1177, 4416, 813, 880, 1081, 2363, 566, 1145, # 5174 + 4417, 2286, 1001, 1035, 2558, 2599, 2238, 394, 1286, 7596, 7597, 2068, 7598, 86, 1494, 1730, # 5190 + 3936, 491, 1588, 745, 897, 2948, 843, 3340, 3937, 2757, 2870, 3273, 1768, 998, 2217, 2069, # 5206 + 397, 1826, 1195, 1969, 3659, 2993, 3341, 284, 7599, 3782, 2500, 2137, 2119, 1903, 7600, 3938, # 5222 + 2150, 3939, 4151, 1036, 3443, 1904, 114, 2559, 4152, 209, 1527, 7601, 7602, 2949, 2831, 2625, # 5238 + 2385, 2719, 3139, 812, 2560, 7603, 3274, 7604, 1559, 737, 1884, 3660, 1210, 885, 28, 2686, # 5254 + 3553, 3783, 7605, 4153, 1004, 1779, 4418, 7606, 346, 1981, 2218, 2687, 4419, 3784, 1742, 797, # 5270 + 1642, 3940, 1933, 1072, 1384, 2151, 896, 3941, 3275, 3661, 3197, 2871, 3554, 7607, 2561, 1958, # 5286 + 4420, 2450, 1785, 7608, 7609, 7610, 3942, 4154, 1005, 1308, 3662, 4155, 2720, 4421, 4422, 1528, # 5302 + 2600, 161, 1178, 4156, 1982, 987, 4423, 1101, 4157, 631, 3943, 1157, 3198, 2420, 1343, 1241, # 5318 + 1016, 2239, 2562, 372, 877, 2339, 2501, 1160, 555, 1934, 911, 3944, 7611, 466, 1170, 169, # 5334 + 1051, 2907, 2688, 3663, 2474, 2994, 1182, 2011, 2563, 1251, 2626, 7612, 992, 2340, 3444, 1540, # 5350 + 2721, 1201, 2070, 2401, 1996, 2475, 7613, 4424, 528, 1922, 2188, 1503, 1873, 1570, 2364, 3342, # 5366 + 3276, 7614, 557, 1073, 7615, 1827, 3445, 2087, 2266, 3140, 3039, 3084, 767, 3085, 2786, 4425, # 5382 + 1006, 4158, 4426, 2341, 1267, 2176, 3664, 3199, 778, 3945, 3200, 2722, 1597, 2657, 7616, 4427, # 5398 + 7617, 3446, 7618, 7619, 7620, 3277, 2689, 1433, 3278, 131, 95, 1504, 3946, 723, 4159, 3141, # 5414 + 1841, 3555, 2758, 2189, 3947, 2027, 2104, 3665, 7621, 2995, 3948, 1218, 7622, 3343, 3201, 3949, # 5430 + 4160, 2576, 248, 1634, 3785, 912, 7623, 2832, 3666, 3040, 3786, 654, 53, 7624, 2996, 7625, # 5446 + 1688, 4428, 777, 3447, 1032, 3950, 1425, 7626, 191, 820, 2120, 2833, 971, 4429, 931, 3202, # 5462 + 135, 664, 783, 3787, 1997, 772, 2908, 1935, 3951, 3788, 4430, 2909, 3203, 282, 2723, 640, # 5478 + 1372, 3448, 1127, 922, 325, 3344, 7627, 7628, 711, 2044, 7629, 7630, 3952, 2219, 2787, 1936, # 5494 + 3953, 3345, 2220, 2251, 3789, 2300, 7631, 4431, 3790, 1258, 3279, 3954, 3204, 2138, 2950, 3955, # 5510 + 3956, 7632, 2221, 258, 3205, 4432, 101, 1227, 7633, 3280, 1755, 7634, 1391, 3281, 7635, 2910, # 5526 + 2056, 893, 7636, 7637, 7638, 1402, 4161, 2342, 7639, 7640, 3206, 3556, 7641, 7642, 878, 1325, # 5542 + 1780, 2788, 4433, 259, 1385, 2577, 744, 1183, 2267, 4434, 7643, 3957, 2502, 7644, 684, 1024, # 5558 + 4162, 7645, 472, 3557, 3449, 1165, 3282, 3958, 3959, 322, 2152, 881, 455, 1695, 1152, 1340, # 5574 + 660, 554, 2153, 4435, 1058, 4436, 4163, 830, 1065, 3346, 3960, 4437, 1923, 7646, 1703, 1918, # 5590 + 7647, 932, 2268, 122, 7648, 4438, 947, 677, 7649, 3791, 2627, 297, 1905, 1924, 2269, 4439, # 5606 + 2317, 3283, 7650, 7651, 4164, 7652, 4165, 84, 4166, 112, 989, 7653, 547, 1059, 3961, 701, # 5622 + 3558, 1019, 7654, 4167, 7655, 3450, 942, 639, 457, 2301, 2451, 993, 2951, 407, 851, 494, # 5638 + 4440, 3347, 927, 7656, 1237, 7657, 2421, 3348, 573, 4168, 680, 921, 2911, 1279, 1874, 285, # 5654 + 790, 1448, 1983, 719, 2167, 7658, 7659, 4441, 3962, 3963, 1649, 7660, 1541, 563, 7661, 1077, # 5670 + 7662, 3349, 3041, 3451, 511, 2997, 3964, 3965, 3667, 3966, 1268, 2564, 3350, 3207, 4442, 4443, # 5686 + 7663, 535, 1048, 1276, 1189, 2912, 2028, 3142, 1438, 1373, 2834, 2952, 1134, 2012, 7664, 4169, # 5702 + 1238, 2578, 3086, 1259, 7665, 700, 7666, 2953, 3143, 3668, 4170, 7667, 4171, 1146, 1875, 1906, # 5718 + 4444, 2601, 3967, 781, 2422, 132, 1589, 203, 147, 273, 2789, 2402, 898, 1786, 2154, 3968, # 5734 + 3969, 7668, 3792, 2790, 7669, 7670, 4445, 4446, 7671, 3208, 7672, 1635, 3793, 965, 7673, 1804, # 5750 + 2690, 1516, 3559, 1121, 1082, 1329, 3284, 3970, 1449, 3794, 65, 1128, 2835, 2913, 2759, 1590, # 5766 + 3795, 7674, 7675, 12, 2658, 45, 976, 2579, 3144, 4447, 517, 2528, 1013, 1037, 3209, 7676, # 5782 + 3796, 2836, 7677, 3797, 7678, 3452, 7679, 2602, 614, 1998, 2318, 3798, 3087, 2724, 2628, 7680, # 5798 + 2580, 4172, 599, 1269, 7681, 1810, 3669, 7682, 2691, 3088, 759, 1060, 489, 1805, 3351, 3285, # 5814 + 1358, 7683, 7684, 2386, 1387, 1215, 2629, 2252, 490, 7685, 7686, 4173, 1759, 2387, 2343, 7687, # 5830 + 4448, 3799, 1907, 3971, 2630, 1806, 3210, 4449, 3453, 3286, 2760, 2344, 874, 7688, 7689, 3454, # 5846 + 3670, 1858, 91, 2914, 3671, 3042, 3800, 4450, 7690, 3145, 3972, 2659, 7691, 3455, 1202, 1403, # 5862 + 3801, 2954, 2529, 1517, 2503, 4451, 3456, 2504, 7692, 4452, 7693, 2692, 1885, 1495, 1731, 3973, # 5878 + 2365, 4453, 7694, 2029, 7695, 7696, 3974, 2693, 1216, 237, 2581, 4174, 2319, 3975, 3802, 4454, # 5894 + 4455, 2694, 3560, 3457, 445, 4456, 7697, 7698, 7699, 7700, 2761, 61, 3976, 3672, 1822, 3977, # 5910 + 7701, 687, 2045, 935, 925, 405, 2660, 703, 1096, 1859, 2725, 4457, 3978, 1876, 1367, 2695, # 5926 + 3352, 918, 2105, 1781, 2476, 334, 3287, 1611, 1093, 4458, 564, 3146, 3458, 3673, 3353, 945, # 5942 + 2631, 2057, 4459, 7702, 1925, 872, 4175, 7703, 3459, 2696, 3089, 349, 4176, 3674, 3979, 4460, # 5958 + 3803, 4177, 3675, 2155, 3980, 4461, 4462, 4178, 4463, 2403, 2046, 782, 3981, 400, 251, 4179, # 5974 + 1624, 7704, 7705, 277, 3676, 299, 1265, 476, 1191, 3804, 2121, 4180, 4181, 1109, 205, 7706, # 5990 + 2582, 1000, 2156, 3561, 1860, 7707, 7708, 7709, 4464, 7710, 4465, 2565, 107, 2477, 2157, 3982, # 6006 + 3460, 3147, 7711, 1533, 541, 1301, 158, 753, 4182, 2872, 3562, 7712, 1696, 370, 1088, 4183, # 6022 + 4466, 3563, 579, 327, 440, 162, 2240, 269, 1937, 1374, 3461, 968, 3043, 56, 1396, 3090, # 6038 + 2106, 3288, 3354, 7713, 1926, 2158, 4467, 2998, 7714, 3564, 7715, 7716, 3677, 4468, 2478, 7717, # 6054 + 2791, 7718, 1650, 4469, 7719, 2603, 7720, 7721, 3983, 2661, 3355, 1149, 3356, 3984, 3805, 3985, # 6070 + 7722, 1076, 49, 7723, 951, 3211, 3289, 3290, 450, 2837, 920, 7724, 1811, 2792, 2366, 4184, # 6086 + 1908, 1138, 2367, 3806, 3462, 7725, 3212, 4470, 1909, 1147, 1518, 2423, 4471, 3807, 7726, 4472, # 6102 + 2388, 2604, 260, 1795, 3213, 7727, 7728, 3808, 3291, 708, 7729, 3565, 1704, 7730, 3566, 1351, # 6118 + 1618, 3357, 2999, 1886, 944, 4185, 3358, 4186, 3044, 3359, 4187, 7731, 3678, 422, 413, 1714, # 6134 + 3292, 500, 2058, 2345, 4188, 2479, 7732, 1344, 1910, 954, 7733, 1668, 7734, 7735, 3986, 2404, # 6150 + 4189, 3567, 3809, 4190, 7736, 2302, 1318, 2505, 3091, 133, 3092, 2873, 4473, 629, 31, 2838, # 6166 + 2697, 3810, 4474, 850, 949, 4475, 3987, 2955, 1732, 2088, 4191, 1496, 1852, 7737, 3988, 620, # 6182 + 3214, 981, 1242, 3679, 3360, 1619, 3680, 1643, 3293, 2139, 2452, 1970, 1719, 3463, 2168, 7738, # 6198 + 3215, 7739, 7740, 3361, 1828, 7741, 1277, 4476, 1565, 2047, 7742, 1636, 3568, 3093, 7743, 869, # 6214 + 2839, 655, 3811, 3812, 3094, 3989, 3000, 3813, 1310, 3569, 4477, 7744, 7745, 7746, 1733, 558, # 6230 + 4478, 3681, 335, 1549, 3045, 1756, 4192, 3682, 1945, 3464, 1829, 1291, 1192, 470, 2726, 2107, # 6246 + 2793, 913, 1054, 3990, 7747, 1027, 7748, 3046, 3991, 4479, 982, 2662, 3362, 3148, 3465, 3216, # 6262 + 3217, 1946, 2794, 7749, 571, 4480, 7750, 1830, 7751, 3570, 2583, 1523, 2424, 7752, 2089, 984, # 6278 + 4481, 3683, 1959, 7753, 3684, 852, 923, 2795, 3466, 3685, 969, 1519, 999, 2048, 2320, 1705, # 6294 + 7754, 3095, 615, 1662, 151, 597, 3992, 2405, 2321, 1049, 275, 4482, 3686, 4193, 568, 3687, # 6310 + 3571, 2480, 4194, 3688, 7755, 2425, 2270, 409, 3218, 7756, 1566, 2874, 3467, 1002, 769, 2840, # 6326 + 194, 2090, 3149, 3689, 2222, 3294, 4195, 628, 1505, 7757, 7758, 1763, 2177, 3001, 3993, 521, # 6342 + 1161, 2584, 1787, 2203, 2406, 4483, 3994, 1625, 4196, 4197, 412, 42, 3096, 464, 7759, 2632, # 6358 + 4484, 3363, 1760, 1571, 2875, 3468, 2530, 1219, 2204, 3814, 2633, 2140, 2368, 4485, 4486, 3295, # 6374 + 1651, 3364, 3572, 7760, 7761, 3573, 2481, 3469, 7762, 3690, 7763, 7764, 2271, 2091, 460, 7765, # 6390 + 4487, 7766, 3002, 962, 588, 3574, 289, 3219, 2634, 1116, 52, 7767, 3047, 1796, 7768, 7769, # 6406 + 7770, 1467, 7771, 1598, 1143, 3691, 4198, 1984, 1734, 1067, 4488, 1280, 3365, 465, 4489, 1572, # 6422 + 510, 7772, 1927, 2241, 1812, 1644, 3575, 7773, 4490, 3692, 7774, 7775, 2663, 1573, 1534, 7776, # 6438 + 7777, 4199, 536, 1807, 1761, 3470, 3815, 3150, 2635, 7778, 7779, 7780, 4491, 3471, 2915, 1911, # 6454 + 2796, 7781, 3296, 1122, 377, 3220, 7782, 360, 7783, 7784, 4200, 1529, 551, 7785, 2059, 3693, # 6470 + 1769, 2426, 7786, 2916, 4201, 3297, 3097, 2322, 2108, 2030, 4492, 1404, 136, 1468, 1479, 672, # 6486 + 1171, 3221, 2303, 271, 3151, 7787, 2762, 7788, 2049, 678, 2727, 865, 1947, 4493, 7789, 2013, # 6502 + 3995, 2956, 7790, 2728, 2223, 1397, 3048, 3694, 4494, 4495, 1735, 2917, 3366, 3576, 7791, 3816, # 6518 + 509, 2841, 2453, 2876, 3817, 7792, 7793, 3152, 3153, 4496, 4202, 2531, 4497, 2304, 1166, 1010, # 6534 + 552, 681, 1887, 7794, 7795, 2957, 2958, 3996, 1287, 1596, 1861, 3154, 358, 453, 736, 175, # 6550 + 478, 1117, 905, 1167, 1097, 7796, 1853, 1530, 7797, 1706, 7798, 2178, 3472, 2287, 3695, 3473, # 6566 + 3577, 4203, 2092, 4204, 7799, 3367, 1193, 2482, 4205, 1458, 2190, 2205, 1862, 1888, 1421, 3298, # 6582 + 2918, 3049, 2179, 3474, 595, 2122, 7800, 3997, 7801, 7802, 4206, 1707, 2636, 223, 3696, 1359, # 6598 + 751, 3098, 183, 3475, 7803, 2797, 3003, 419, 2369, 633, 704, 3818, 2389, 241, 7804, 7805, # 6614 + 7806, 838, 3004, 3697, 2272, 2763, 2454, 3819, 1938, 2050, 3998, 1309, 3099, 2242, 1181, 7807, # 6630 + 1136, 2206, 3820, 2370, 1446, 4207, 2305, 4498, 7808, 7809, 4208, 1055, 2605, 484, 3698, 7810, # 6646 + 3999, 625, 4209, 2273, 3368, 1499, 4210, 4000, 7811, 4001, 4211, 3222, 2274, 2275, 3476, 7812, # 6662 + 7813, 2764, 808, 2606, 3699, 3369, 4002, 4212, 3100, 2532, 526, 3370, 3821, 4213, 955, 7814, # 6678 + 1620, 4214, 2637, 2427, 7815, 1429, 3700, 1669, 1831, 994, 928, 7816, 3578, 1260, 7817, 7818, # 6694 + 7819, 1948, 2288, 741, 2919, 1626, 4215, 2729, 2455, 867, 1184, 362, 3371, 1392, 7820, 7821, # 6710 + 4003, 4216, 1770, 1736, 3223, 2920, 4499, 4500, 1928, 2698, 1459, 1158, 7822, 3050, 3372, 2877, # 6726 + 1292, 1929, 2506, 2842, 3701, 1985, 1187, 2071, 2014, 2607, 4217, 7823, 2566, 2507, 2169, 3702, # 6742 + 2483, 3299, 7824, 3703, 4501, 7825, 7826, 666, 1003, 3005, 1022, 3579, 4218, 7827, 4502, 1813, # 6758 + 2253, 574, 3822, 1603, 295, 1535, 705, 3823, 4219, 283, 858, 417, 7828, 7829, 3224, 4503, # 6774 + 4504, 3051, 1220, 1889, 1046, 2276, 2456, 4004, 1393, 1599, 689, 2567, 388, 4220, 7830, 2484, # 6790 + 802, 7831, 2798, 3824, 2060, 1405, 2254, 7832, 4505, 3825, 2109, 1052, 1345, 3225, 1585, 7833, # 6806 + 809, 7834, 7835, 7836, 575, 2730, 3477, 956, 1552, 1469, 1144, 2323, 7837, 2324, 1560, 2457, # 6822 + 3580, 3226, 4005, 616, 2207, 3155, 2180, 2289, 7838, 1832, 7839, 3478, 4506, 7840, 1319, 3704, # 6838 + 3705, 1211, 3581, 1023, 3227, 1293, 2799, 7841, 7842, 7843, 3826, 607, 2306, 3827, 762, 2878, # 6854 + 1439, 4221, 1360, 7844, 1485, 3052, 7845, 4507, 1038, 4222, 1450, 2061, 2638, 4223, 1379, 4508, # 6870 + 2585, 7846, 7847, 4224, 1352, 1414, 2325, 2921, 1172, 7848, 7849, 3828, 3829, 7850, 1797, 1451, # 6886 + 7851, 7852, 7853, 7854, 2922, 4006, 4007, 2485, 2346, 411, 4008, 4009, 3582, 3300, 3101, 4509, # 6902 + 1561, 2664, 1452, 4010, 1375, 7855, 7856, 47, 2959, 316, 7857, 1406, 1591, 2923, 3156, 7858, # 6918 + 1025, 2141, 3102, 3157, 354, 2731, 884, 2224, 4225, 2407, 508, 3706, 726, 3583, 996, 2428, # 6934 + 3584, 729, 7859, 392, 2191, 1453, 4011, 4510, 3707, 7860, 7861, 2458, 3585, 2608, 1675, 2800, # 6950 + 919, 2347, 2960, 2348, 1270, 4511, 4012, 73, 7862, 7863, 647, 7864, 3228, 2843, 2255, 1550, # 6966 + 1346, 3006, 7865, 1332, 883, 3479, 7866, 7867, 7868, 7869, 3301, 2765, 7870, 1212, 831, 1347, # 6982 + 4226, 4512, 2326, 3830, 1863, 3053, 720, 3831, 4513, 4514, 3832, 7871, 4227, 7872, 7873, 4515, # 6998 + 7874, 7875, 1798, 4516, 3708, 2609, 4517, 3586, 1645, 2371, 7876, 7877, 2924, 669, 2208, 2665, # 7014 + 2429, 7878, 2879, 7879, 7880, 1028, 3229, 7881, 4228, 2408, 7882, 2256, 1353, 7883, 7884, 4518, # 7030 + 3158, 518, 7885, 4013, 7886, 4229, 1960, 7887, 2142, 4230, 7888, 7889, 3007, 2349, 2350, 3833, # 7046 + 516, 1833, 1454, 4014, 2699, 4231, 4519, 2225, 2610, 1971, 1129, 3587, 7890, 2766, 7891, 2961, # 7062 + 1422, 577, 1470, 3008, 1524, 3373, 7892, 7893, 432, 4232, 3054, 3480, 7894, 2586, 1455, 2508, # 7078 + 2226, 1972, 1175, 7895, 1020, 2732, 4015, 3481, 4520, 7896, 2733, 7897, 1743, 1361, 3055, 3482, # 7094 + 2639, 4016, 4233, 4521, 2290, 895, 924, 4234, 2170, 331, 2243, 3056, 166, 1627, 3057, 1098, # 7110 + 7898, 1232, 2880, 2227, 3374, 4522, 657, 403, 1196, 2372, 542, 3709, 3375, 1600, 4235, 3483, # 7126 + 7899, 4523, 2767, 3230, 576, 530, 1362, 7900, 4524, 2533, 2666, 3710, 4017, 7901, 842, 3834, # 7142 + 7902, 2801, 2031, 1014, 4018, 213, 2700, 3376, 665, 621, 4236, 7903, 3711, 2925, 2430, 7904, # 7158 + 2431, 3302, 3588, 3377, 7905, 4237, 2534, 4238, 4525, 3589, 1682, 4239, 3484, 1380, 7906, 724, # 7174 + 2277, 600, 1670, 7907, 1337, 1233, 4526, 3103, 2244, 7908, 1621, 4527, 7909, 651, 4240, 7910, # 7190 + 1612, 4241, 2611, 7911, 2844, 7912, 2734, 2307, 3058, 7913, 716, 2459, 3059, 174, 1255, 2701, # 7206 + 4019, 3590, 548, 1320, 1398, 728, 4020, 1574, 7914, 1890, 1197, 3060, 4021, 7915, 3061, 3062, # 7222 + 3712, 3591, 3713, 747, 7916, 635, 4242, 4528, 7917, 7918, 7919, 4243, 7920, 7921, 4529, 7922, # 7238 + 3378, 4530, 2432, 451, 7923, 3714, 2535, 2072, 4244, 2735, 4245, 4022, 7924, 1764, 4531, 7925, # 7254 + 4246, 350, 7926, 2278, 2390, 2486, 7927, 4247, 4023, 2245, 1434, 4024, 488, 4532, 458, 4248, # 7270 + 4025, 3715, 771, 1330, 2391, 3835, 2568, 3159, 2159, 2409, 1553, 2667, 3160, 4249, 7928, 2487, # 7286 + 2881, 2612, 1720, 2702, 4250, 3379, 4533, 7929, 2536, 4251, 7930, 3231, 4252, 2768, 7931, 2015, # 7302 + 2736, 7932, 1155, 1017, 3716, 3836, 7933, 3303, 2308, 201, 1864, 4253, 1430, 7934, 4026, 7935, # 7318 + 7936, 7937, 7938, 7939, 4254, 1604, 7940, 414, 1865, 371, 2587, 4534, 4535, 3485, 2016, 3104, # 7334 + 4536, 1708, 960, 4255, 887, 389, 2171, 1536, 1663, 1721, 7941, 2228, 4027, 2351, 2926, 1580, # 7350 + 7942, 7943, 7944, 1744, 7945, 2537, 4537, 4538, 7946, 4539, 7947, 2073, 7948, 7949, 3592, 3380, # 7366 + 2882, 4256, 7950, 4257, 2640, 3381, 2802, 673, 2703, 2460, 709, 3486, 4028, 3593, 4258, 7951, # 7382 + 1148, 502, 634, 7952, 7953, 1204, 4540, 3594, 1575, 4541, 2613, 3717, 7954, 3718, 3105, 948, # 7398 + 3232, 121, 1745, 3837, 1110, 7955, 4259, 3063, 2509, 3009, 4029, 3719, 1151, 1771, 3838, 1488, # 7414 + 4030, 1986, 7956, 2433, 3487, 7957, 7958, 2093, 7959, 4260, 3839, 1213, 1407, 2803, 531, 2737, # 7430 + 2538, 3233, 1011, 1537, 7960, 2769, 4261, 3106, 1061, 7961, 3720, 3721, 1866, 2883, 7962, 2017, # 7446 + 120, 4262, 4263, 2062, 3595, 3234, 2309, 3840, 2668, 3382, 1954, 4542, 7963, 7964, 3488, 1047, # 7462 + 2704, 1266, 7965, 1368, 4543, 2845, 649, 3383, 3841, 2539, 2738, 1102, 2846, 2669, 7966, 7967, # 7478 + 1999, 7968, 1111, 3596, 2962, 7969, 2488, 3842, 3597, 2804, 1854, 3384, 3722, 7970, 7971, 3385, # 7494 + 2410, 2884, 3304, 3235, 3598, 7972, 2569, 7973, 3599, 2805, 4031, 1460, 856, 7974, 3600, 7975, # 7510 + 2885, 2963, 7976, 2886, 3843, 7977, 4264, 632, 2510, 875, 3844, 1697, 3845, 2291, 7978, 7979, # 7526 + 4544, 3010, 1239, 580, 4545, 4265, 7980, 914, 936, 2074, 1190, 4032, 1039, 2123, 7981, 7982, # 7542 + 7983, 3386, 1473, 7984, 1354, 4266, 3846, 7985, 2172, 3064, 4033, 915, 3305, 4267, 4268, 3306, # 7558 + 1605, 1834, 7986, 2739, 398, 3601, 4269, 3847, 4034, 328, 1912, 2847, 4035, 3848, 1331, 4270, # 7574 + 3011, 937, 4271, 7987, 3602, 4036, 4037, 3387, 2160, 4546, 3388, 524, 742, 538, 3065, 1012, # 7590 + 7988, 7989, 3849, 2461, 7990, 658, 1103, 225, 3850, 7991, 7992, 4547, 7993, 4548, 7994, 3236, # 7606 + 1243, 7995, 4038, 963, 2246, 4549, 7996, 2705, 3603, 3161, 7997, 7998, 2588, 2327, 7999, 4550, # 7622 + 8000, 8001, 8002, 3489, 3307, 957, 3389, 2540, 2032, 1930, 2927, 2462, 870, 2018, 3604, 1746, # 7638 + 2770, 2771, 2434, 2463, 8003, 3851, 8004, 3723, 3107, 3724, 3490, 3390, 3725, 8005, 1179, 3066, # 7654 + 8006, 3162, 2373, 4272, 3726, 2541, 3163, 3108, 2740, 4039, 8007, 3391, 1556, 2542, 2292, 977, # 7670 + 2887, 2033, 4040, 1205, 3392, 8008, 1765, 3393, 3164, 2124, 1271, 1689, 714, 4551, 3491, 8009, # 7686 + 2328, 3852, 533, 4273, 3605, 2181, 617, 8010, 2464, 3308, 3492, 2310, 8011, 8012, 3165, 8013, # 7702 + 8014, 3853, 1987, 618, 427, 2641, 3493, 3394, 8015, 8016, 1244, 1690, 8017, 2806, 4274, 4552, # 7718 + 8018, 3494, 8019, 8020, 2279, 1576, 473, 3606, 4275, 3395, 972, 8021, 3607, 8022, 3067, 8023, # 7734 + 8024, 4553, 4554, 8025, 3727, 4041, 4042, 8026, 153, 4555, 356, 8027, 1891, 2888, 4276, 2143, # 7750 + 408, 803, 2352, 8028, 3854, 8029, 4277, 1646, 2570, 2511, 4556, 4557, 3855, 8030, 3856, 4278, # 7766 + 8031, 2411, 3396, 752, 8032, 8033, 1961, 2964, 8034, 746, 3012, 2465, 8035, 4279, 3728, 698, # 7782 + 4558, 1892, 4280, 3608, 2543, 4559, 3609, 3857, 8036, 3166, 3397, 8037, 1823, 1302, 4043, 2706, # 7798 + 3858, 1973, 4281, 8038, 4282, 3167, 823, 1303, 1288, 1236, 2848, 3495, 4044, 3398, 774, 3859, # 7814 + 8039, 1581, 4560, 1304, 2849, 3860, 4561, 8040, 2435, 2161, 1083, 3237, 4283, 4045, 4284, 344, # 7830 + 1173, 288, 2311, 454, 1683, 8041, 8042, 1461, 4562, 4046, 2589, 8043, 8044, 4563, 985, 894, # 7846 + 8045, 3399, 3168, 8046, 1913, 2928, 3729, 1988, 8047, 2110, 1974, 8048, 4047, 8049, 2571, 1194, # 7862 + 425, 8050, 4564, 3169, 1245, 3730, 4285, 8051, 8052, 2850, 8053, 636, 4565, 1855, 3861, 760, # 7878 + 1799, 8054, 4286, 2209, 1508, 4566, 4048, 1893, 1684, 2293, 8055, 8056, 8057, 4287, 4288, 2210, # 7894 + 479, 8058, 8059, 832, 8060, 4049, 2489, 8061, 2965, 2490, 3731, 990, 3109, 627, 1814, 2642, # 7910 + 4289, 1582, 4290, 2125, 2111, 3496, 4567, 8062, 799, 4291, 3170, 8063, 4568, 2112, 1737, 3013, # 7926 + 1018, 543, 754, 4292, 3309, 1676, 4569, 4570, 4050, 8064, 1489, 8065, 3497, 8066, 2614, 2889, # 7942 + 4051, 8067, 8068, 2966, 8069, 8070, 8071, 8072, 3171, 4571, 4572, 2182, 1722, 8073, 3238, 3239, # 7958 + 1842, 3610, 1715, 481, 365, 1975, 1856, 8074, 8075, 1962, 2491, 4573, 8076, 2126, 3611, 3240, # 7974 + 433, 1894, 2063, 2075, 8077, 602, 2741, 8078, 8079, 8080, 8081, 8082, 3014, 1628, 3400, 8083, # 7990 + 3172, 4574, 4052, 2890, 4575, 2512, 8084, 2544, 2772, 8085, 8086, 8087, 3310, 4576, 2891, 8088, # 8006 + 4577, 8089, 2851, 4578, 4579, 1221, 2967, 4053, 2513, 8090, 8091, 8092, 1867, 1989, 8093, 8094, # 8022 + 8095, 1895, 8096, 8097, 4580, 1896, 4054, 318, 8098, 2094, 4055, 4293, 8099, 8100, 485, 8101, # 8038 + 938, 3862, 553, 2670, 116, 8102, 3863, 3612, 8103, 3498, 2671, 2773, 3401, 3311, 2807, 8104, # 8054 + 3613, 2929, 4056, 1747, 2930, 2968, 8105, 8106, 207, 8107, 8108, 2672, 4581, 2514, 8109, 3015, # 8070 + 890, 3614, 3864, 8110, 1877, 3732, 3402, 8111, 2183, 2353, 3403, 1652, 8112, 8113, 8114, 941, # 8086 + 2294, 208, 3499, 4057, 2019, 330, 4294, 3865, 2892, 2492, 3733, 4295, 8115, 8116, 8117, 8118, # 8102 +) +# fmt: on diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py new file mode 100644 index 0000000..a37ab18 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCTWDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import EUCTW_SM_MODEL + + +class EUCTWProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(EUCTW_SM_MODEL) + self.distribution_analyzer = EUCTWDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "EUC-TW" + + @property + def language(self) -> str: + return "Taiwan" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py new file mode 100644 index 0000000..b32bfc7 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py @@ -0,0 +1,284 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# GB2312 most frequently used character table +# +# Char to FreqOrder table , from hz6763 + +# 512 --> 0.79 -- 0.79 +# 1024 --> 0.92 -- 0.13 +# 2048 --> 0.98 -- 0.06 +# 6768 --> 1.00 -- 0.02 +# +# Ideal Distribution Ratio = 0.79135/(1-0.79135) = 3.79 +# Random Distribution Ration = 512 / (3755 - 512) = 0.157 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher that RDR + +GB2312_TYPICAL_DISTRIBUTION_RATIO = 0.9 + +GB2312_TABLE_SIZE = 3760 + +# fmt: off +GB2312_CHAR_TO_FREQ_ORDER = ( +1671, 749,1443,2364,3924,3807,2330,3921,1704,3463,2691,1511,1515, 572,3191,2205, +2361, 224,2558, 479,1711, 963,3162, 440,4060,1905,2966,2947,3580,2647,3961,3842, +2204, 869,4207, 970,2678,5626,2944,2956,1479,4048, 514,3595, 588,1346,2820,3409, + 249,4088,1746,1873,2047,1774, 581,1813, 358,1174,3590,1014,1561,4844,2245, 670, +1636,3112, 889,1286, 953, 556,2327,3060,1290,3141, 613, 185,3477,1367, 850,3820, +1715,2428,2642,2303,2732,3041,2562,2648,3566,3946,1349, 388,3098,2091,1360,3585, + 152,1687,1539, 738,1559, 59,1232,2925,2267,1388,1249,1741,1679,2960, 151,1566, +1125,1352,4271, 924,4296, 385,3166,4459, 310,1245,2850, 70,3285,2729,3534,3575, +2398,3298,3466,1960,2265, 217,3647, 864,1909,2084,4401,2773,1010,3269,5152, 853, +3051,3121,1244,4251,1895, 364,1499,1540,2313,1180,3655,2268, 562, 715,2417,3061, + 544, 336,3768,2380,1752,4075, 950, 280,2425,4382, 183,2759,3272, 333,4297,2155, +1688,2356,1444,1039,4540, 736,1177,3349,2443,2368,2144,2225, 565, 196,1482,3406, + 927,1335,4147, 692, 878,1311,1653,3911,3622,1378,4200,1840,2969,3149,2126,1816, +2534,1546,2393,2760, 737,2494, 13, 447, 245,2747, 38,2765,2129,2589,1079, 606, + 360, 471,3755,2890, 404, 848, 699,1785,1236, 370,2221,1023,3746,2074,2026,2023, +2388,1581,2119, 812,1141,3091,2536,1519, 804,2053, 406,1596,1090, 784, 548,4414, +1806,2264,2936,1100, 343,4114,5096, 622,3358, 743,3668,1510,1626,5020,3567,2513, +3195,4115,5627,2489,2991, 24,2065,2697,1087,2719, 48,1634, 315, 68, 985,2052, + 198,2239,1347,1107,1439, 597,2366,2172, 871,3307, 919,2487,2790,1867, 236,2570, +1413,3794, 906,3365,3381,1701,1982,1818,1524,2924,1205, 616,2586,2072,2004, 575, + 253,3099, 32,1365,1182, 197,1714,2454,1201, 554,3388,3224,2748, 756,2587, 250, +2567,1507,1517,3529,1922,2761,2337,3416,1961,1677,2452,2238,3153, 615, 911,1506, +1474,2495,1265,1906,2749,3756,3280,2161, 898,2714,1759,3450,2243,2444, 563, 26, +3286,2266,3769,3344,2707,3677, 611,1402, 531,1028,2871,4548,1375, 261,2948, 835, +1190,4134, 353, 840,2684,1900,3082,1435,2109,1207,1674, 329,1872,2781,4055,2686, +2104, 608,3318,2423,2957,2768,1108,3739,3512,3271,3985,2203,1771,3520,1418,2054, +1681,1153, 225,1627,2929, 162,2050,2511,3687,1954, 124,1859,2431,1684,3032,2894, + 585,4805,3969,2869,2704,2088,2032,2095,3656,2635,4362,2209, 256, 518,2042,2105, +3777,3657, 643,2298,1148,1779, 190, 989,3544, 414, 11,2135,2063,2979,1471, 403, +3678, 126, 770,1563, 671,2499,3216,2877, 600,1179, 307,2805,4937,1268,1297,2694, + 252,4032,1448,1494,1331,1394, 127,2256, 222,1647,1035,1481,3056,1915,1048, 873, +3651, 210, 33,1608,2516, 200,1520, 415, 102, 0,3389,1287, 817, 91,3299,2940, + 836,1814, 549,2197,1396,1669,2987,3582,2297,2848,4528,1070, 687, 20,1819, 121, +1552,1364,1461,1968,2617,3540,2824,2083, 177, 948,4938,2291, 110,4549,2066, 648, +3359,1755,2110,2114,4642,4845,1693,3937,3308,1257,1869,2123, 208,1804,3159,2992, +2531,2549,3361,2418,1350,2347,2800,2568,1291,2036,2680, 72, 842,1990, 212,1233, +1154,1586, 75,2027,3410,4900,1823,1337,2710,2676, 728,2810,1522,3026,4995, 157, + 755,1050,4022, 710, 785,1936,2194,2085,1406,2777,2400, 150,1250,4049,1206, 807, +1910, 534, 529,3309,1721,1660, 274, 39,2827, 661,2670,1578, 925,3248,3815,1094, +4278,4901,4252, 41,1150,3747,2572,2227,4501,3658,4902,3813,3357,3617,2884,2258, + 887, 538,4187,3199,1294,2439,3042,2329,2343,2497,1255, 107, 543,1527, 521,3478, +3568, 194,5062, 15, 961,3870,1241,1192,2664, 66,5215,3260,2111,1295,1127,2152, +3805,4135, 901,1164,1976, 398,1278, 530,1460, 748, 904,1054,1966,1426, 53,2909, + 509, 523,2279,1534, 536,1019, 239,1685, 460,2353, 673,1065,2401,3600,4298,2272, +1272,2363, 284,1753,3679,4064,1695, 81, 815,2677,2757,2731,1386, 859, 500,4221, +2190,2566, 757,1006,2519,2068,1166,1455, 337,2654,3203,1863,1682,1914,3025,1252, +1409,1366, 847, 714,2834,2038,3209, 964,2970,1901, 885,2553,1078,1756,3049, 301, +1572,3326, 688,2130,1996,2429,1805,1648,2930,3421,2750,3652,3088, 262,1158,1254, + 389,1641,1812, 526,1719, 923,2073,1073,1902, 468, 489,4625,1140, 857,2375,3070, +3319,2863, 380, 116,1328,2693,1161,2244, 273,1212,1884,2769,3011,1775,1142, 461, +3066,1200,2147,2212, 790, 702,2695,4222,1601,1058, 434,2338,5153,3640, 67,2360, +4099,2502, 618,3472,1329, 416,1132, 830,2782,1807,2653,3211,3510,1662, 192,2124, + 296,3979,1739,1611,3684, 23, 118, 324, 446,1239,1225, 293,2520,3814,3795,2535, +3116, 17,1074, 467,2692,2201, 387,2922, 45,1326,3055,1645,3659,2817, 958, 243, +1903,2320,1339,2825,1784,3289, 356, 576, 865,2315,2381,3377,3916,1088,3122,1713, +1655, 935, 628,4689,1034,1327, 441, 800, 720, 894,1979,2183,1528,5289,2702,1071, +4046,3572,2399,1571,3281, 79, 761,1103, 327, 134, 758,1899,1371,1615, 879, 442, + 215,2605,2579, 173,2048,2485,1057,2975,3317,1097,2253,3801,4263,1403,1650,2946, + 814,4968,3487,1548,2644,1567,1285, 2, 295,2636, 97, 946,3576, 832, 141,4257, +3273, 760,3821,3521,3156,2607, 949,1024,1733,1516,1803,1920,2125,2283,2665,3180, +1501,2064,3560,2171,1592, 803,3518,1416, 732,3897,4258,1363,1362,2458, 119,1427, + 602,1525,2608,1605,1639,3175, 694,3064, 10, 465, 76,2000,4846,4208, 444,3781, +1619,3353,2206,1273,3796, 740,2483, 320,1723,2377,3660,2619,1359,1137,1762,1724, +2345,2842,1850,1862, 912, 821,1866, 612,2625,1735,2573,3369,1093, 844, 89, 937, + 930,1424,3564,2413,2972,1004,3046,3019,2011, 711,3171,1452,4178, 428, 801,1943, + 432, 445,2811, 206,4136,1472, 730, 349, 73, 397,2802,2547, 998,1637,1167, 789, + 396,3217, 154,1218, 716,1120,1780,2819,4826,1931,3334,3762,2139,1215,2627, 552, +3664,3628,3232,1405,2383,3111,1356,2652,3577,3320,3101,1703, 640,1045,1370,1246, +4996, 371,1575,2436,1621,2210, 984,4033,1734,2638, 16,4529, 663,2755,3255,1451, +3917,2257,1253,1955,2234,1263,2951, 214,1229, 617, 485, 359,1831,1969, 473,2310, + 750,2058, 165, 80,2864,2419, 361,4344,2416,2479,1134, 796,3726,1266,2943, 860, +2715, 938, 390,2734,1313,1384, 248, 202, 877,1064,2854, 522,3907, 279,1602, 297, +2357, 395,3740, 137,2075, 944,4089,2584,1267,3802, 62,1533,2285, 178, 176, 780, +2440, 201,3707, 590, 478,1560,4354,2117,1075, 30, 74,4643,4004,1635,1441,2745, + 776,2596, 238,1077,1692,1912,2844, 605, 499,1742,3947, 241,3053, 980,1749, 936, +2640,4511,2582, 515,1543,2162,5322,2892,2993, 890,2148,1924, 665,1827,3581,1032, + 968,3163, 339,1044,1896, 270, 583,1791,1720,4367,1194,3488,3669, 43,2523,1657, + 163,2167, 290,1209,1622,3378, 550, 634,2508,2510, 695,2634,2384,2512,1476,1414, + 220,1469,2341,2138,2852,3183,2900,4939,2865,3502,1211,3680, 854,3227,1299,2976, +3172, 186,2998,1459, 443,1067,3251,1495, 321,1932,3054, 909, 753,1410,1828, 436, +2441,1119,1587,3164,2186,1258, 227, 231,1425,1890,3200,3942, 247, 959, 725,5254, +2741, 577,2158,2079, 929, 120, 174, 838,2813, 591,1115, 417,2024, 40,3240,1536, +1037, 291,4151,2354, 632,1298,2406,2500,3535,1825,1846,3451, 205,1171, 345,4238, + 18,1163, 811, 685,2208,1217, 425,1312,1508,1175,4308,2552,1033, 587,1381,3059, +2984,3482, 340,1316,4023,3972, 792,3176, 519, 777,4690, 918, 933,4130,2981,3741, + 90,3360,2911,2200,5184,4550, 609,3079,2030, 272,3379,2736, 363,3881,1130,1447, + 286, 779, 357,1169,3350,3137,1630,1220,2687,2391, 747,1277,3688,2618,2682,2601, +1156,3196,5290,4034,3102,1689,3596,3128, 874, 219,2783, 798, 508,1843,2461, 269, +1658,1776,1392,1913,2983,3287,2866,2159,2372, 829,4076, 46,4253,2873,1889,1894, + 915,1834,1631,2181,2318, 298, 664,2818,3555,2735, 954,3228,3117, 527,3511,2173, + 681,2712,3033,2247,2346,3467,1652, 155,2164,3382, 113,1994, 450, 899, 494, 994, +1237,2958,1875,2336,1926,3727, 545,1577,1550, 633,3473, 204,1305,3072,2410,1956, +2471, 707,2134, 841,2195,2196,2663,3843,1026,4940, 990,3252,4997, 368,1092, 437, +3212,3258,1933,1829, 675,2977,2893, 412, 943,3723,4644,3294,3283,2230,2373,5154, +2389,2241,2661,2323,1404,2524, 593, 787, 677,3008,1275,2059, 438,2709,2609,2240, +2269,2246,1446, 36,1568,1373,3892,1574,2301,1456,3962, 693,2276,5216,2035,1143, +2720,1919,1797,1811,2763,4137,2597,1830,1699,1488,1198,2090, 424,1694, 312,3634, +3390,4179,3335,2252,1214, 561,1059,3243,2295,2561, 975,5155,2321,2751,3772, 472, +1537,3282,3398,1047,2077,2348,2878,1323,3340,3076, 690,2906, 51, 369, 170,3541, +1060,2187,2688,3670,2541,1083,1683, 928,3918, 459, 109,4427, 599,3744,4286, 143, +2101,2730,2490, 82,1588,3036,2121, 281,1860, 477,4035,1238,2812,3020,2716,3312, +1530,2188,2055,1317, 843, 636,1808,1173,3495, 649, 181,1002, 147,3641,1159,2414, +3750,2289,2795, 813,3123,2610,1136,4368, 5,3391,4541,2174, 420, 429,1728, 754, +1228,2115,2219, 347,2223,2733, 735,1518,3003,2355,3134,1764,3948,3329,1888,2424, +1001,1234,1972,3321,3363,1672,1021,1450,1584, 226, 765, 655,2526,3404,3244,2302, +3665, 731, 594,2184, 319,1576, 621, 658,2656,4299,2099,3864,1279,2071,2598,2739, + 795,3086,3699,3908,1707,2352,2402,1382,3136,2475,1465,4847,3496,3865,1085,3004, +2591,1084, 213,2287,1963,3565,2250, 822, 793,4574,3187,1772,1789,3050, 595,1484, +1959,2770,1080,2650, 456, 422,2996, 940,3322,4328,4345,3092,2742, 965,2784, 739, +4124, 952,1358,2498,2949,2565, 332,2698,2378, 660,2260,2473,4194,3856,2919, 535, +1260,2651,1208,1428,1300,1949,1303,2942, 433,2455,2450,1251,1946, 614,1269, 641, +1306,1810,2737,3078,2912, 564,2365,1419,1415,1497,4460,2367,2185,1379,3005,1307, +3218,2175,1897,3063, 682,1157,4040,4005,1712,1160,1941,1399, 394, 402,2952,1573, +1151,2986,2404, 862, 299,2033,1489,3006, 346, 171,2886,3401,1726,2932, 168,2533, + 47,2507,1030,3735,1145,3370,1395,1318,1579,3609,4560,2857,4116,1457,2529,1965, + 504,1036,2690,2988,2405, 745,5871, 849,2397,2056,3081, 863,2359,3857,2096, 99, +1397,1769,2300,4428,1643,3455,1978,1757,3718,1440, 35,4879,3742,1296,4228,2280, + 160,5063,1599,2013, 166, 520,3479,1646,3345,3012, 490,1937,1545,1264,2182,2505, +1096,1188,1369,1436,2421,1667,2792,2460,1270,2122, 727,3167,2143, 806,1706,1012, +1800,3037, 960,2218,1882, 805, 139,2456,1139,1521, 851,1052,3093,3089, 342,2039, + 744,5097,1468,1502,1585,2087, 223, 939, 326,2140,2577, 892,2481,1623,4077, 982, +3708, 135,2131, 87,2503,3114,2326,1106, 876,1616, 547,2997,2831,2093,3441,4530, +4314, 9,3256,4229,4148, 659,1462,1986,1710,2046,2913,2231,4090,4880,5255,3392, +3274,1368,3689,4645,1477, 705,3384,3635,1068,1529,2941,1458,3782,1509, 100,1656, +2548, 718,2339, 408,1590,2780,3548,1838,4117,3719,1345,3530, 717,3442,2778,3220, +2898,1892,4590,3614,3371,2043,1998,1224,3483, 891, 635, 584,2559,3355, 733,1766, +1729,1172,3789,1891,2307, 781,2982,2271,1957,1580,5773,2633,2005,4195,3097,1535, +3213,1189,1934,5693,3262, 586,3118,1324,1598, 517,1564,2217,1868,1893,4445,3728, +2703,3139,1526,1787,1992,3882,2875,1549,1199,1056,2224,1904,2711,5098,4287, 338, +1993,3129,3489,2689,1809,2815,1997, 957,1855,3898,2550,3275,3057,1105,1319, 627, +1505,1911,1883,3526, 698,3629,3456,1833,1431, 746, 77,1261,2017,2296,1977,1885, + 125,1334,1600, 525,1798,1109,2222,1470,1945, 559,2236,1186,3443,2476,1929,1411, +2411,3135,1777,3372,2621,1841,1613,3229, 668,1430,1839,2643,2916, 195,1989,2671, +2358,1387, 629,3205,2293,5256,4439, 123,1310, 888,1879,4300,3021,3605,1003,1162, +3192,2910,2010, 140,2395,2859, 55,1082,2012,2901, 662, 419,2081,1438, 680,2774, +4654,3912,1620,1731,1625,5035,4065,2328, 512,1344, 802,5443,2163,2311,2537, 524, +3399, 98,1155,2103,1918,2606,3925,2816,1393,2465,1504,3773,2177,3963,1478,4346, + 180,1113,4655,3461,2028,1698, 833,2696,1235,1322,1594,4408,3623,3013,3225,2040, +3022, 541,2881, 607,3632,2029,1665,1219, 639,1385,1686,1099,2803,3231,1938,3188, +2858, 427, 676,2772,1168,2025, 454,3253,2486,3556, 230,1950, 580, 791,1991,1280, +1086,1974,2034, 630, 257,3338,2788,4903,1017, 86,4790, 966,2789,1995,1696,1131, + 259,3095,4188,1308, 179,1463,5257, 289,4107,1248, 42,3413,1725,2288, 896,1947, + 774,4474,4254, 604,3430,4264, 392,2514,2588, 452, 237,1408,3018, 988,4531,1970, +3034,3310, 540,2370,1562,1288,2990, 502,4765,1147, 4,1853,2708, 207, 294,2814, +4078,2902,2509, 684, 34,3105,3532,2551, 644, 709,2801,2344, 573,1727,3573,3557, +2021,1081,3100,4315,2100,3681, 199,2263,1837,2385, 146,3484,1195,2776,3949, 997, +1939,3973,1008,1091,1202,1962,1847,1149,4209,5444,1076, 493, 117,5400,2521, 972, +1490,2934,1796,4542,2374,1512,2933,2657, 413,2888,1135,2762,2314,2156,1355,2369, + 766,2007,2527,2170,3124,2491,2593,2632,4757,2437, 234,3125,3591,1898,1750,1376, +1942,3468,3138, 570,2127,2145,3276,4131, 962, 132,1445,4196, 19, 941,3624,3480, +3366,1973,1374,4461,3431,2629, 283,2415,2275, 808,2887,3620,2112,2563,1353,3610, + 955,1089,3103,1053, 96, 88,4097, 823,3808,1583, 399, 292,4091,3313, 421,1128, + 642,4006, 903,2539,1877,2082, 596, 29,4066,1790, 722,2157, 130, 995,1569, 769, +1485, 464, 513,2213, 288,1923,1101,2453,4316, 133, 486,2445, 50, 625, 487,2207, + 57, 423, 481,2962, 159,3729,1558, 491, 303, 482, 501, 240,2837, 112,3648,2392, +1783, 362, 8,3433,3422, 610,2793,3277,1390,1284,1654, 21,3823, 734, 367, 623, + 193, 287, 374,1009,1483, 816, 476, 313,2255,2340,1262,2150,2899,1146,2581, 782, +2116,1659,2018,1880, 255,3586,3314,1110,2867,2137,2564, 986,2767,5185,2006, 650, + 158, 926, 762, 881,3157,2717,2362,3587, 306,3690,3245,1542,3077,2427,1691,2478, +2118,2985,3490,2438, 539,2305, 983, 129,1754, 355,4201,2386, 827,2923, 104,1773, +2838,2771, 411,2905,3919, 376, 767, 122,1114, 828,2422,1817,3506, 266,3460,1007, +1609,4998, 945,2612,4429,2274, 726,1247,1964,2914,2199,2070,4002,4108, 657,3323, +1422, 579, 455,2764,4737,1222,2895,1670, 824,1223,1487,2525, 558, 861,3080, 598, +2659,2515,1967, 752,2583,2376,2214,4180, 977, 704,2464,4999,2622,4109,1210,2961, + 819,1541, 142,2284, 44, 418, 457,1126,3730,4347,4626,1644,1876,3671,1864, 302, +1063,5694, 624, 723,1984,3745,1314,1676,2488,1610,1449,3558,3569,2166,2098, 409, +1011,2325,3704,2306, 818,1732,1383,1824,1844,3757, 999,2705,3497,1216,1423,2683, +2426,2954,2501,2726,2229,1475,2554,5064,1971,1794,1666,2014,1343, 783, 724, 191, +2434,1354,2220,5065,1763,2752,2472,4152, 131, 175,2885,3434, 92,1466,4920,2616, +3871,3872,3866, 128,1551,1632, 669,1854,3682,4691,4125,1230, 188,2973,3290,1302, +1213, 560,3266, 917, 763,3909,3249,1760, 868,1958, 764,1782,2097, 145,2277,3774, +4462, 64,1491,3062, 971,2132,3606,2442, 221,1226,1617, 218, 323,1185,3207,3147, + 571, 619,1473,1005,1744,2281, 449,1887,2396,3685, 275, 375,3816,1743,3844,3731, + 845,1983,2350,4210,1377, 773, 967,3499,3052,3743,2725,4007,1697,1022,3943,1464, +3264,2855,2722,1952,1029,2839,2467, 84,4383,2215, 820,1391,2015,2448,3672, 377, +1948,2168, 797,2545,3536,2578,2645, 94,2874,1678, 405,1259,3071, 771, 546,1315, + 470,1243,3083, 895,2468, 981, 969,2037, 846,4181, 653,1276,2928, 14,2594, 557, +3007,2474, 156, 902,1338,1740,2574, 537,2518, 973,2282,2216,2433,1928, 138,2903, +1293,2631,1612, 646,3457, 839,2935, 111, 496,2191,2847, 589,3186, 149,3994,2060, +4031,2641,4067,3145,1870, 37,3597,2136,1025,2051,3009,3383,3549,1121,1016,3261, +1301, 251,2446,2599,2153, 872,3246, 637, 334,3705, 831, 884, 921,3065,3140,4092, +2198,1944, 246,2964, 108,2045,1152,1921,2308,1031, 203,3173,4170,1907,3890, 810, +1401,2003,1690, 506, 647,1242,2828,1761,1649,3208,2249,1589,3709,2931,5156,1708, + 498, 666,2613, 834,3817,1231, 184,2851,1124, 883,3197,2261,3710,1765,1553,2658, +1178,2639,2351, 93,1193, 942,2538,2141,4402, 235,1821, 870,1591,2192,1709,1871, +3341,1618,4126,2595,2334, 603, 651, 69, 701, 268,2662,3411,2555,1380,1606, 503, + 448, 254,2371,2646, 574,1187,2309,1770, 322,2235,1292,1801, 305, 566,1133, 229, +2067,2057, 706, 167, 483,2002,2672,3295,1820,3561,3067, 316, 378,2746,3452,1112, + 136,1981, 507,1651,2917,1117, 285,4591, 182,2580,3522,1304, 335,3303,1835,2504, +1795,1792,2248, 674,1018,2106,2449,1857,2292,2845, 976,3047,1781,2600,2727,1389, +1281, 52,3152, 153, 265,3950, 672,3485,3951,4463, 430,1183, 365, 278,2169, 27, +1407,1336,2304, 209,1340,1730,2202,1852,2403,2883, 979,1737,1062, 631,2829,2542, +3876,2592, 825,2086,2226,3048,3625, 352,1417,3724, 542, 991, 431,1351,3938,1861, +2294, 826,1361,2927,3142,3503,1738, 463,2462,2723, 582,1916,1595,2808, 400,3845, +3891,2868,3621,2254, 58,2492,1123, 910,2160,2614,1372,1603,1196,1072,3385,1700, +3267,1980, 696, 480,2430, 920, 799,1570,2920,1951,2041,4047,2540,1321,4223,2469, +3562,2228,1271,2602, 401,2833,3351,2575,5157, 907,2312,1256, 410, 263,3507,1582, + 996, 678,1849,2316,1480, 908,3545,2237, 703,2322, 667,1826,2849,1531,2604,2999, +2407,3146,2151,2630,1786,3711, 469,3542, 497,3899,2409, 858, 837,4446,3393,1274, + 786, 620,1845,2001,3311, 484, 308,3367,1204,1815,3691,2332,1532,2557,1842,2020, +2724,1927,2333,4440, 567, 22,1673,2728,4475,1987,1858,1144,1597, 101,1832,3601, + 12, 974,3783,4391, 951,1412, 1,3720, 453,4608,4041, 528,1041,1027,3230,2628, +1129, 875,1051,3291,1203,2262,1069,2860,2799,2149,2615,3278, 144,1758,3040, 31, + 475,1680, 366,2685,3184, 311,1642,4008,2466,5036,1593,1493,2809, 216,1420,1668, + 233, 304,2128,3284, 232,1429,1768,1040,2008,3407,2740,2967,2543, 242,2133, 778, +1565,2022,2620, 505,2189,2756,1098,2273, 372,1614, 708, 553,2846,2094,2278, 169, +3626,2835,4161, 228,2674,3165, 809,1454,1309, 466,1705,1095, 900,3423, 880,2667, +3751,5258,2317,3109,2571,4317,2766,1503,1342, 866,4447,1118, 63,2076, 314,1881, +1348,1061, 172, 978,3515,1747, 532, 511,3970, 6, 601, 905,2699,3300,1751, 276, +1467,3725,2668, 65,4239,2544,2779,2556,1604, 578,2451,1802, 992,2331,2624,1320, +3446, 713,1513,1013, 103,2786,2447,1661, 886,1702, 916, 654,3574,2031,1556, 751, +2178,2821,2179,1498,1538,2176, 271, 914,2251,2080,1325, 638,1953,2937,3877,2432, +2754, 95,3265,1716, 260,1227,4083, 775, 106,1357,3254, 426,1607, 555,2480, 772, +1985, 244,2546, 474, 495,1046,2611,1851,2061, 71,2089,1675,2590, 742,3758,2843, +3222,1433, 267,2180,2576,2826,2233,2092,3913,2435, 956,1745,3075, 856,2113,1116, + 451, 3,1988,2896,1398, 993,2463,1878,2049,1341,2718,2721,2870,2108, 712,2904, +4363,2753,2324, 277,2872,2349,2649, 384, 987, 435, 691,3000, 922, 164,3939, 652, +1500,1184,4153,2482,3373,2165,4848,2335,3775,3508,3154,2806,2830,1554,2102,1664, +2530,1434,2408, 893,1547,2623,3447,2832,2242,2532,3169,2856,3223,2078, 49,3770, +3469, 462, 318, 656,2259,3250,3069, 679,1629,2758, 344,1138,1104,3120,1836,1283, +3115,2154,1437,4448, 934, 759,1999, 794,2862,1038, 533,2560,1722,2342, 855,2626, +1197,1663,4476,3127, 85,4240,2528, 25,1111,1181,3673, 407,3470,4561,2679,2713, + 768,1925,2841,3986,1544,1165, 932, 373,1240,2146,1930,2673, 721,4766, 354,4333, + 391,2963, 187, 61,3364,1442,1102, 330,1940,1767, 341,3809,4118, 393,2496,2062, +2211, 105, 331, 300, 439, 913,1332, 626, 379,3304,1557, 328, 689,3952, 309,1555, + 931, 317,2517,3027, 325, 569, 686,2107,3084, 60,1042,1333,2794, 264,3177,4014, +1628, 258,3712, 7,4464,1176,1043,1778, 683, 114,1975, 78,1492, 383,1886, 510, + 386, 645,5291,2891,2069,3305,4138,3867,2939,2603,2493,1935,1066,1848,3588,1015, +1282,1289,4609, 697,1453,3044,2666,3611,1856,2412, 54, 719,1330, 568,3778,2459, +1748, 788, 492, 551,1191,1000, 488,3394,3763, 282,1799, 348,2016,1523,3155,2390, +1049, 382,2019,1788,1170, 729,2968,3523, 897,3926,2785,2938,3292, 350,2319,3238, +1718,1717,2655,3453,3143,4465, 161,2889,2980,2009,1421, 56,1908,1640,2387,2232, +1917,1874,2477,4921, 148, 83,3438, 592,4245,2882,1822,1055, 741, 115,1496,1624, + 381,1638,4592,1020, 516,3214, 458, 947,4575,1432, 211,1514,2926,1865,2142, 189, + 852,1221,1400,1486, 882,2299,4036, 351, 28,1122, 700,6479,6480,6481,6482,6483, #last 512 +) +# fmt: on diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py new file mode 100644 index 0000000..d423e73 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import GB2312DistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import GB2312_SM_MODEL + + +class GB2312Prober(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(GB2312_SM_MODEL) + self.distribution_analyzer = GB2312DistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "GB2312" + + @property + def language(self) -> str: + return "Chinese" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py new file mode 100644 index 0000000..785d005 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py @@ -0,0 +1,316 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Shy Shalom +# Portions created by the Initial Developer are Copyright (C) 2005 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Optional, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState +from .sbcharsetprober import SingleByteCharSetProber + +# This prober doesn't actually recognize a language or a charset. +# It is a helper prober for the use of the Hebrew model probers + +### General ideas of the Hebrew charset recognition ### +# +# Four main charsets exist in Hebrew: +# "ISO-8859-8" - Visual Hebrew +# "windows-1255" - Logical Hebrew +# "ISO-8859-8-I" - Logical Hebrew +# "x-mac-hebrew" - ?? Logical Hebrew ?? +# +# Both "ISO" charsets use a completely identical set of code points, whereas +# "windows-1255" and "x-mac-hebrew" are two different proper supersets of +# these code points. windows-1255 defines additional characters in the range +# 0x80-0x9F as some misc punctuation marks as well as some Hebrew-specific +# diacritics and additional 'Yiddish' ligature letters in the range 0xc0-0xd6. +# x-mac-hebrew defines similar additional code points but with a different +# mapping. +# +# As far as an average Hebrew text with no diacritics is concerned, all four +# charsets are identical with respect to code points. Meaning that for the +# main Hebrew alphabet, all four map the same values to all 27 Hebrew letters +# (including final letters). +# +# The dominant difference between these charsets is their directionality. +# "Visual" directionality means that the text is ordered as if the renderer is +# not aware of a BIDI rendering algorithm. The renderer sees the text and +# draws it from left to right. The text itself when ordered naturally is read +# backwards. A buffer of Visual Hebrew generally looks like so: +# "[last word of first line spelled backwards] [whole line ordered backwards +# and spelled backwards] [first word of first line spelled backwards] +# [end of line] [last word of second line] ... etc' " +# adding punctuation marks, numbers and English text to visual text is +# naturally also "visual" and from left to right. +# +# "Logical" directionality means the text is ordered "naturally" according to +# the order it is read. It is the responsibility of the renderer to display +# the text from right to left. A BIDI algorithm is used to place general +# punctuation marks, numbers and English text in the text. +# +# Texts in x-mac-hebrew are almost impossible to find on the Internet. From +# what little evidence I could find, it seems that its general directionality +# is Logical. +# +# To sum up all of the above, the Hebrew probing mechanism knows about two +# charsets: +# Visual Hebrew - "ISO-8859-8" - backwards text - Words and sentences are +# backwards while line order is natural. For charset recognition purposes +# the line order is unimportant (In fact, for this implementation, even +# word order is unimportant). +# Logical Hebrew - "windows-1255" - normal, naturally ordered text. +# +# "ISO-8859-8-I" is a subset of windows-1255 and doesn't need to be +# specifically identified. +# "x-mac-hebrew" is also identified as windows-1255. A text in x-mac-hebrew +# that contain special punctuation marks or diacritics is displayed with +# some unconverted characters showing as question marks. This problem might +# be corrected using another model prober for x-mac-hebrew. Due to the fact +# that x-mac-hebrew texts are so rare, writing another model prober isn't +# worth the effort and performance hit. +# +#### The Prober #### +# +# The prober is divided between two SBCharSetProbers and a HebrewProber, +# all of which are managed, created, fed data, inquired and deleted by the +# SBCSGroupProber. The two SBCharSetProbers identify that the text is in +# fact some kind of Hebrew, Logical or Visual. The final decision about which +# one is it is made by the HebrewProber by combining final-letter scores +# with the scores of the two SBCharSetProbers to produce a final answer. +# +# The SBCSGroupProber is responsible for stripping the original text of HTML +# tags, English characters, numbers, low-ASCII punctuation characters, spaces +# and new lines. It reduces any sequence of such characters to a single space. +# The buffer fed to each prober in the SBCS group prober is pure text in +# high-ASCII. +# The two SBCharSetProbers (model probers) share the same language model: +# Win1255Model. +# The first SBCharSetProber uses the model normally as any other +# SBCharSetProber does, to recognize windows-1255, upon which this model was +# built. The second SBCharSetProber is told to make the pair-of-letter +# lookup in the language model backwards. This in practice exactly simulates +# a visual Hebrew model using the windows-1255 logical Hebrew model. +# +# The HebrewProber is not using any language model. All it does is look for +# final-letter evidence suggesting the text is either logical Hebrew or visual +# Hebrew. Disjointed from the model probers, the results of the HebrewProber +# alone are meaningless. HebrewProber always returns 0.00 as confidence +# since it never identifies a charset by itself. Instead, the pointer to the +# HebrewProber is passed to the model probers as a helper "Name Prober". +# When the Group prober receives a positive identification from any prober, +# it asks for the name of the charset identified. If the prober queried is a +# Hebrew model prober, the model prober forwards the call to the +# HebrewProber to make the final decision. In the HebrewProber, the +# decision is made according to the final-letters scores maintained and Both +# model probers scores. The answer is returned in the form of the name of the +# charset identified, either "windows-1255" or "ISO-8859-8". + + +class HebrewProber(CharSetProber): + SPACE = 0x20 + # windows-1255 / ISO-8859-8 code points of interest + FINAL_KAF = 0xEA + NORMAL_KAF = 0xEB + FINAL_MEM = 0xED + NORMAL_MEM = 0xEE + FINAL_NUN = 0xEF + NORMAL_NUN = 0xF0 + FINAL_PE = 0xF3 + NORMAL_PE = 0xF4 + FINAL_TSADI = 0xF5 + NORMAL_TSADI = 0xF6 + + # Minimum Visual vs Logical final letter score difference. + # If the difference is below this, don't rely solely on the final letter score + # distance. + MIN_FINAL_CHAR_DISTANCE = 5 + + # Minimum Visual vs Logical model score difference. + # If the difference is below this, don't rely at all on the model score + # distance. + MIN_MODEL_DISTANCE = 0.01 + + VISUAL_HEBREW_NAME = "ISO-8859-8" + LOGICAL_HEBREW_NAME = "windows-1255" + + def __init__(self) -> None: + super().__init__() + self._final_char_logical_score = 0 + self._final_char_visual_score = 0 + self._prev = self.SPACE + self._before_prev = self.SPACE + self._logical_prober: Optional[SingleByteCharSetProber] = None + self._visual_prober: Optional[SingleByteCharSetProber] = None + self.reset() + + def reset(self) -> None: + self._final_char_logical_score = 0 + self._final_char_visual_score = 0 + # The two last characters seen in the previous buffer, + # mPrev and mBeforePrev are initialized to space in order to simulate + # a word delimiter at the beginning of the data + self._prev = self.SPACE + self._before_prev = self.SPACE + # These probers are owned by the group prober. + + def set_model_probers( + self, + logical_prober: SingleByteCharSetProber, + visual_prober: SingleByteCharSetProber, + ) -> None: + self._logical_prober = logical_prober + self._visual_prober = visual_prober + + def is_final(self, c: int) -> bool: + return c in [ + self.FINAL_KAF, + self.FINAL_MEM, + self.FINAL_NUN, + self.FINAL_PE, + self.FINAL_TSADI, + ] + + def is_non_final(self, c: int) -> bool: + # The normal Tsadi is not a good Non-Final letter due to words like + # 'lechotet' (to chat) containing an apostrophe after the tsadi. This + # apostrophe is converted to a space in FilterWithoutEnglishLetters + # causing the Non-Final tsadi to appear at an end of a word even + # though this is not the case in the original text. + # The letters Pe and Kaf rarely display a related behavior of not being + # a good Non-Final letter. Words like 'Pop', 'Winamp' and 'Mubarak' + # for example legally end with a Non-Final Pe or Kaf. However, the + # benefit of these letters as Non-Final letters outweighs the damage + # since these words are quite rare. + return c in [self.NORMAL_KAF, self.NORMAL_MEM, self.NORMAL_NUN, self.NORMAL_PE] + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + # Final letter analysis for logical-visual decision. + # Look for evidence that the received buffer is either logical Hebrew + # or visual Hebrew. + # The following cases are checked: + # 1) A word longer than 1 letter, ending with a final letter. This is + # an indication that the text is laid out "naturally" since the + # final letter really appears at the end. +1 for logical score. + # 2) A word longer than 1 letter, ending with a Non-Final letter. In + # normal Hebrew, words ending with Kaf, Mem, Nun, Pe or Tsadi, + # should not end with the Non-Final form of that letter. Exceptions + # to this rule are mentioned above in isNonFinal(). This is an + # indication that the text is laid out backwards. +1 for visual + # score + # 3) A word longer than 1 letter, starting with a final letter. Final + # letters should not appear at the beginning of a word. This is an + # indication that the text is laid out backwards. +1 for visual + # score. + # + # The visual score and logical score are accumulated throughout the + # text and are finally checked against each other in GetCharSetName(). + # No checking for final letters in the middle of words is done since + # that case is not an indication for either Logical or Visual text. + # + # We automatically filter out all 7-bit characters (replace them with + # spaces) so the word boundary detection works properly. [MAP] + + if self.state == ProbingState.NOT_ME: + # Both model probers say it's not them. No reason to continue. + return ProbingState.NOT_ME + + byte_str = self.filter_high_byte_only(byte_str) + + for cur in byte_str: + if cur == self.SPACE: + # We stand on a space - a word just ended + if self._before_prev != self.SPACE: + # next-to-last char was not a space so self._prev is not a + # 1 letter word + if self.is_final(self._prev): + # case (1) [-2:not space][-1:final letter][cur:space] + self._final_char_logical_score += 1 + elif self.is_non_final(self._prev): + # case (2) [-2:not space][-1:Non-Final letter][ + # cur:space] + self._final_char_visual_score += 1 + else: + # Not standing on a space + if ( + (self._before_prev == self.SPACE) + and (self.is_final(self._prev)) + and (cur != self.SPACE) + ): + # case (3) [-2:space][-1:final letter][cur:not space] + self._final_char_visual_score += 1 + self._before_prev = self._prev + self._prev = cur + + # Forever detecting, till the end or until both model probers return + # ProbingState.NOT_ME (handled above) + return ProbingState.DETECTING + + @property + def charset_name(self) -> str: + assert self._logical_prober is not None + assert self._visual_prober is not None + + # Make the decision: is it Logical or Visual? + # If the final letter score distance is dominant enough, rely on it. + finalsub = self._final_char_logical_score - self._final_char_visual_score + if finalsub >= self.MIN_FINAL_CHAR_DISTANCE: + return self.LOGICAL_HEBREW_NAME + if finalsub <= -self.MIN_FINAL_CHAR_DISTANCE: + return self.VISUAL_HEBREW_NAME + + # It's not dominant enough, try to rely on the model scores instead. + modelsub = ( + self._logical_prober.get_confidence() - self._visual_prober.get_confidence() + ) + if modelsub > self.MIN_MODEL_DISTANCE: + return self.LOGICAL_HEBREW_NAME + if modelsub < -self.MIN_MODEL_DISTANCE: + return self.VISUAL_HEBREW_NAME + + # Still no good, back to final letter distance, maybe it'll save the + # day. + if finalsub < 0.0: + return self.VISUAL_HEBREW_NAME + + # (finalsub > 0 - Logical) or (don't know what to do) default to + # Logical. + return self.LOGICAL_HEBREW_NAME + + @property + def language(self) -> str: + return "Hebrew" + + @property + def state(self) -> ProbingState: + assert self._logical_prober is not None + assert self._visual_prober is not None + + # Remain active as long as any of the model probers are active. + if (self._logical_prober.state == ProbingState.NOT_ME) and ( + self._visual_prober.state == ProbingState.NOT_ME + ): + return ProbingState.NOT_ME + return ProbingState.DETECTING diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py new file mode 100644 index 0000000..3293576 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py @@ -0,0 +1,325 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Sampling from about 20M text materials include literature and computer technology +# +# Japanese frequency table, applied to both S-JIS and EUC-JP +# They are sorted in order. + +# 128 --> 0.77094 +# 256 --> 0.85710 +# 512 --> 0.92635 +# 1024 --> 0.97130 +# 2048 --> 0.99431 +# +# Ideal Distribution Ratio = 0.92635 / (1-0.92635) = 12.58 +# Random Distribution Ration = 512 / (2965+62+83+86-512) = 0.191 +# +# Typical Distribution Ratio, 25% of IDR + +JIS_TYPICAL_DISTRIBUTION_RATIO = 3.0 + +# Char to FreqOrder table , +JIS_TABLE_SIZE = 4368 + +# fmt: off +JIS_CHAR_TO_FREQ_ORDER = ( + 40, 1, 6, 182, 152, 180, 295,2127, 285, 381,3295,4304,3068,4606,3165,3510, # 16 +3511,1822,2785,4607,1193,2226,5070,4608, 171,2996,1247, 18, 179,5071, 856,1661, # 32 +1262,5072, 619, 127,3431,3512,3230,1899,1700, 232, 228,1294,1298, 284, 283,2041, # 48 +2042,1061,1062, 48, 49, 44, 45, 433, 434,1040,1041, 996, 787,2997,1255,4305, # 64 +2108,4609,1684,1648,5073,5074,5075,5076,5077,5078,3687,5079,4610,5080,3927,3928, # 80 +5081,3296,3432, 290,2285,1471,2187,5082,2580,2825,1303,2140,1739,1445,2691,3375, # 96 +1691,3297,4306,4307,4611, 452,3376,1182,2713,3688,3069,4308,5083,5084,5085,5086, # 112 +5087,5088,5089,5090,5091,5092,5093,5094,5095,5096,5097,5098,5099,5100,5101,5102, # 128 +5103,5104,5105,5106,5107,5108,5109,5110,5111,5112,4097,5113,5114,5115,5116,5117, # 144 +5118,5119,5120,5121,5122,5123,5124,5125,5126,5127,5128,5129,5130,5131,5132,5133, # 160 +5134,5135,5136,5137,5138,5139,5140,5141,5142,5143,5144,5145,5146,5147,5148,5149, # 176 +5150,5151,5152,4612,5153,5154,5155,5156,5157,5158,5159,5160,5161,5162,5163,5164, # 192 +5165,5166,5167,5168,5169,5170,5171,5172,5173,5174,5175,1472, 598, 618, 820,1205, # 208 +1309,1412,1858,1307,1692,5176,5177,5178,5179,5180,5181,5182,1142,1452,1234,1172, # 224 +1875,2043,2149,1793,1382,2973, 925,2404,1067,1241, 960,1377,2935,1491, 919,1217, # 240 +1865,2030,1406,1499,2749,4098,5183,5184,5185,5186,5187,5188,2561,4099,3117,1804, # 256 +2049,3689,4309,3513,1663,5189,3166,3118,3298,1587,1561,3433,5190,3119,1625,2998, # 272 +3299,4613,1766,3690,2786,4614,5191,5192,5193,5194,2161, 26,3377, 2,3929, 20, # 288 +3691, 47,4100, 50, 17, 16, 35, 268, 27, 243, 42, 155, 24, 154, 29, 184, # 304 + 4, 91, 14, 92, 53, 396, 33, 289, 9, 37, 64, 620, 21, 39, 321, 5, # 320 + 12, 11, 52, 13, 3, 208, 138, 0, 7, 60, 526, 141, 151,1069, 181, 275, # 336 +1591, 83, 132,1475, 126, 331, 829, 15, 69, 160, 59, 22, 157, 55,1079, 312, # 352 + 109, 38, 23, 25, 10, 19, 79,5195, 61, 382,1124, 8, 30,5196,5197,5198, # 368 +5199,5200,5201,5202,5203,5204,5205,5206, 89, 62, 74, 34,2416, 112, 139, 196, # 384 + 271, 149, 84, 607, 131, 765, 46, 88, 153, 683, 76, 874, 101, 258, 57, 80, # 400 + 32, 364, 121,1508, 169,1547, 68, 235, 145,2999, 41, 360,3027, 70, 63, 31, # 416 + 43, 259, 262,1383, 99, 533, 194, 66, 93, 846, 217, 192, 56, 106, 58, 565, # 432 + 280, 272, 311, 256, 146, 82, 308, 71, 100, 128, 214, 655, 110, 261, 104,1140, # 448 + 54, 51, 36, 87, 67,3070, 185,2618,2936,2020, 28,1066,2390,2059,5207,5208, # 464 +5209,5210,5211,5212,5213,5214,5215,5216,4615,5217,5218,5219,5220,5221,5222,5223, # 480 +5224,5225,5226,5227,5228,5229,5230,5231,5232,5233,5234,5235,5236,3514,5237,5238, # 496 +5239,5240,5241,5242,5243,5244,2297,2031,4616,4310,3692,5245,3071,5246,3598,5247, # 512 +4617,3231,3515,5248,4101,4311,4618,3808,4312,4102,5249,4103,4104,3599,5250,5251, # 528 +5252,5253,5254,5255,5256,5257,5258,5259,5260,5261,5262,5263,5264,5265,5266,5267, # 544 +5268,5269,5270,5271,5272,5273,5274,5275,5276,5277,5278,5279,5280,5281,5282,5283, # 560 +5284,5285,5286,5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299, # 576 +5300,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315, # 592 +5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329,5330,5331, # 608 +5332,5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344,5345,5346,5347, # 624 +5348,5349,5350,5351,5352,5353,5354,5355,5356,5357,5358,5359,5360,5361,5362,5363, # 640 +5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379, # 656 +5380,5381, 363, 642,2787,2878,2788,2789,2316,3232,2317,3434,2011, 165,1942,3930, # 672 +3931,3932,3933,5382,4619,5383,4620,5384,5385,5386,5387,5388,5389,5390,5391,5392, # 688 +5393,5394,5395,5396,5397,5398,5399,5400,5401,5402,5403,5404,5405,5406,5407,5408, # 704 +5409,5410,5411,5412,5413,5414,5415,5416,5417,5418,5419,5420,5421,5422,5423,5424, # 720 +5425,5426,5427,5428,5429,5430,5431,5432,5433,5434,5435,5436,5437,5438,5439,5440, # 736 +5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452,5453,5454,5455,5456, # 752 +5457,5458,5459,5460,5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472, # 768 +5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487,5488, # 784 +5489,5490,5491,5492,5493,5494,5495,5496,5497,5498,5499,5500,5501,5502,5503,5504, # 800 +5505,5506,5507,5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520, # 816 +5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536, # 832 +5537,5538,5539,5540,5541,5542,5543,5544,5545,5546,5547,5548,5549,5550,5551,5552, # 848 +5553,5554,5555,5556,5557,5558,5559,5560,5561,5562,5563,5564,5565,5566,5567,5568, # 864 +5569,5570,5571,5572,5573,5574,5575,5576,5577,5578,5579,5580,5581,5582,5583,5584, # 880 +5585,5586,5587,5588,5589,5590,5591,5592,5593,5594,5595,5596,5597,5598,5599,5600, # 896 +5601,5602,5603,5604,5605,5606,5607,5608,5609,5610,5611,5612,5613,5614,5615,5616, # 912 +5617,5618,5619,5620,5621,5622,5623,5624,5625,5626,5627,5628,5629,5630,5631,5632, # 928 +5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648, # 944 +5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664, # 960 +5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680, # 976 +5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696, # 992 +5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712, # 1008 +5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728, # 1024 +5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744, # 1040 +5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760, # 1056 +5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774,5775,5776, # 1072 +5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787,5788,5789,5790,5791,5792, # 1088 +5793,5794,5795,5796,5797,5798,5799,5800,5801,5802,5803,5804,5805,5806,5807,5808, # 1104 +5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5821,5822,5823,5824, # 1120 +5825,5826,5827,5828,5829,5830,5831,5832,5833,5834,5835,5836,5837,5838,5839,5840, # 1136 +5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856, # 1152 +5857,5858,5859,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872, # 1168 +5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888, # 1184 +5889,5890,5891,5892,5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904, # 1200 +5905,5906,5907,5908,5909,5910,5911,5912,5913,5914,5915,5916,5917,5918,5919,5920, # 1216 +5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936, # 1232 +5937,5938,5939,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5952, # 1248 +5953,5954,5955,5956,5957,5958,5959,5960,5961,5962,5963,5964,5965,5966,5967,5968, # 1264 +5969,5970,5971,5972,5973,5974,5975,5976,5977,5978,5979,5980,5981,5982,5983,5984, # 1280 +5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000, # 1296 +6001,6002,6003,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016, # 1312 +6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032, # 1328 +6033,6034,6035,6036,6037,6038,6039,6040,6041,6042,6043,6044,6045,6046,6047,6048, # 1344 +6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064, # 1360 +6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6076,6077,6078,6079,6080, # 1376 +6081,6082,6083,6084,6085,6086,6087,6088,6089,6090,6091,6092,6093,6094,6095,6096, # 1392 +6097,6098,6099,6100,6101,6102,6103,6104,6105,6106,6107,6108,6109,6110,6111,6112, # 1408 +6113,6114,2044,2060,4621, 997,1235, 473,1186,4622, 920,3378,6115,6116, 379,1108, # 1424 +4313,2657,2735,3934,6117,3809, 636,3233, 573,1026,3693,3435,2974,3300,2298,4105, # 1440 + 854,2937,2463, 393,2581,2417, 539, 752,1280,2750,2480, 140,1161, 440, 708,1569, # 1456 + 665,2497,1746,1291,1523,3000, 164,1603, 847,1331, 537,1997, 486, 508,1693,2418, # 1472 +1970,2227, 878,1220, 299,1030, 969, 652,2751, 624,1137,3301,2619, 65,3302,2045, # 1488 +1761,1859,3120,1930,3694,3516, 663,1767, 852, 835,3695, 269, 767,2826,2339,1305, # 1504 + 896,1150, 770,1616,6118, 506,1502,2075,1012,2519, 775,2520,2975,2340,2938,4314, # 1520 +3028,2086,1224,1943,2286,6119,3072,4315,2240,1273,1987,3935,1557, 175, 597, 985, # 1536 +3517,2419,2521,1416,3029, 585, 938,1931,1007,1052,1932,1685,6120,3379,4316,4623, # 1552 + 804, 599,3121,1333,2128,2539,1159,1554,2032,3810, 687,2033,2904, 952, 675,1467, # 1568 +3436,6121,2241,1096,1786,2440,1543,1924, 980,1813,2228, 781,2692,1879, 728,1918, # 1584 +3696,4624, 548,1950,4625,1809,1088,1356,3303,2522,1944, 502, 972, 373, 513,2827, # 1600 + 586,2377,2391,1003,1976,1631,6122,2464,1084, 648,1776,4626,2141, 324, 962,2012, # 1616 +2177,2076,1384, 742,2178,1448,1173,1810, 222, 102, 301, 445, 125,2420, 662,2498, # 1632 + 277, 200,1476,1165,1068, 224,2562,1378,1446, 450,1880, 659, 791, 582,4627,2939, # 1648 +3936,1516,1274, 555,2099,3697,1020,1389,1526,3380,1762,1723,1787,2229, 412,2114, # 1664 +1900,2392,3518, 512,2597, 427,1925,2341,3122,1653,1686,2465,2499, 697, 330, 273, # 1680 + 380,2162, 951, 832, 780, 991,1301,3073, 965,2270,3519, 668,2523,2636,1286, 535, # 1696 +1407, 518, 671, 957,2658,2378, 267, 611,2197,3030,6123, 248,2299, 967,1799,2356, # 1712 + 850,1418,3437,1876,1256,1480,2828,1718,6124,6125,1755,1664,2405,6126,4628,2879, # 1728 +2829, 499,2179, 676,4629, 557,2329,2214,2090, 325,3234, 464, 811,3001, 992,2342, # 1744 +2481,1232,1469, 303,2242, 466,1070,2163, 603,1777,2091,4630,2752,4631,2714, 322, # 1760 +2659,1964,1768, 481,2188,1463,2330,2857,3600,2092,3031,2421,4632,2318,2070,1849, # 1776 +2598,4633,1302,2254,1668,1701,2422,3811,2905,3032,3123,2046,4106,1763,1694,4634, # 1792 +1604, 943,1724,1454, 917, 868,2215,1169,2940, 552,1145,1800,1228,1823,1955, 316, # 1808 +1080,2510, 361,1807,2830,4107,2660,3381,1346,1423,1134,4108,6127, 541,1263,1229, # 1824 +1148,2540, 545, 465,1833,2880,3438,1901,3074,2482, 816,3937, 713,1788,2500, 122, # 1840 +1575, 195,1451,2501,1111,6128, 859, 374,1225,2243,2483,4317, 390,1033,3439,3075, # 1856 +2524,1687, 266, 793,1440,2599, 946, 779, 802, 507, 897,1081, 528,2189,1292, 711, # 1872 +1866,1725,1167,1640, 753, 398,2661,1053, 246, 348,4318, 137,1024,3440,1600,2077, # 1888 +2129, 825,4319, 698, 238, 521, 187,2300,1157,2423,1641,1605,1464,1610,1097,2541, # 1904 +1260,1436, 759,2255,1814,2150, 705,3235, 409,2563,3304, 561,3033,2005,2564, 726, # 1920 +1956,2343,3698,4109, 949,3812,3813,3520,1669, 653,1379,2525, 881,2198, 632,2256, # 1936 +1027, 778,1074, 733,1957, 514,1481,2466, 554,2180, 702,3938,1606,1017,1398,6129, # 1952 +1380,3521, 921, 993,1313, 594, 449,1489,1617,1166, 768,1426,1360, 495,1794,3601, # 1968 +1177,3602,1170,4320,2344, 476, 425,3167,4635,3168,1424, 401,2662,1171,3382,1998, # 1984 +1089,4110, 477,3169, 474,6130,1909, 596,2831,1842, 494, 693,1051,1028,1207,3076, # 2000 + 606,2115, 727,2790,1473,1115, 743,3522, 630, 805,1532,4321,2021, 366,1057, 838, # 2016 + 684,1114,2142,4322,2050,1492,1892,1808,2271,3814,2424,1971,1447,1373,3305,1090, # 2032 +1536,3939,3523,3306,1455,2199, 336, 369,2331,1035, 584,2393, 902, 718,2600,6131, # 2048 +2753, 463,2151,1149,1611,2467, 715,1308,3124,1268, 343,1413,3236,1517,1347,2663, # 2064 +2093,3940,2022,1131,1553,2100,2941,1427,3441,2942,1323,2484,6132,1980, 872,2368, # 2080 +2441,2943, 320,2369,2116,1082, 679,1933,3941,2791,3815, 625,1143,2023, 422,2200, # 2096 +3816,6133, 730,1695, 356,2257,1626,2301,2858,2637,1627,1778, 937, 883,2906,2693, # 2112 +3002,1769,1086, 400,1063,1325,3307,2792,4111,3077, 456,2345,1046, 747,6134,1524, # 2128 + 884,1094,3383,1474,2164,1059, 974,1688,2181,2258,1047, 345,1665,1187, 358, 875, # 2144 +3170, 305, 660,3524,2190,1334,1135,3171,1540,1649,2542,1527, 927, 968,2793, 885, # 2160 +1972,1850, 482, 500,2638,1218,1109,1085,2543,1654,2034, 876, 78,2287,1482,1277, # 2176 + 861,1675,1083,1779, 724,2754, 454, 397,1132,1612,2332, 893, 672,1237, 257,2259, # 2192 +2370, 135,3384, 337,2244, 547, 352, 340, 709,2485,1400, 788,1138,2511, 540, 772, # 2208 +1682,2260,2272,2544,2013,1843,1902,4636,1999,1562,2288,4637,2201,1403,1533, 407, # 2224 + 576,3308,1254,2071, 978,3385, 170, 136,1201,3125,2664,3172,2394, 213, 912, 873, # 2240 +3603,1713,2202, 699,3604,3699, 813,3442, 493, 531,1054, 468,2907,1483, 304, 281, # 2256 +4112,1726,1252,2094, 339,2319,2130,2639, 756,1563,2944, 748, 571,2976,1588,2425, # 2272 +2715,1851,1460,2426,1528,1392,1973,3237, 288,3309, 685,3386, 296, 892,2716,2216, # 2288 +1570,2245, 722,1747,2217, 905,3238,1103,6135,1893,1441,1965, 251,1805,2371,3700, # 2304 +2601,1919,1078, 75,2182,1509,1592,1270,2640,4638,2152,6136,3310,3817, 524, 706, # 2320 +1075, 292,3818,1756,2602, 317, 98,3173,3605,3525,1844,2218,3819,2502, 814, 567, # 2336 + 385,2908,1534,6137, 534,1642,3239, 797,6138,1670,1529, 953,4323, 188,1071, 538, # 2352 + 178, 729,3240,2109,1226,1374,2000,2357,2977, 731,2468,1116,2014,2051,6139,1261, # 2368 +1593, 803,2859,2736,3443, 556, 682, 823,1541,6140,1369,2289,1706,2794, 845, 462, # 2384 +2603,2665,1361, 387, 162,2358,1740, 739,1770,1720,1304,1401,3241,1049, 627,1571, # 2400 +2427,3526,1877,3942,1852,1500, 431,1910,1503, 677, 297,2795, 286,1433,1038,1198, # 2416 +2290,1133,1596,4113,4639,2469,1510,1484,3943,6141,2442, 108, 712,4640,2372, 866, # 2432 +3701,2755,3242,1348, 834,1945,1408,3527,2395,3243,1811, 824, 994,1179,2110,1548, # 2448 +1453, 790,3003, 690,4324,4325,2832,2909,3820,1860,3821, 225,1748, 310, 346,1780, # 2464 +2470, 821,1993,2717,2796, 828, 877,3528,2860,2471,1702,2165,2910,2486,1789, 453, # 2480 + 359,2291,1676, 73,1164,1461,1127,3311, 421, 604, 314,1037, 589, 116,2487, 737, # 2496 + 837,1180, 111, 244, 735,6142,2261,1861,1362, 986, 523, 418, 581,2666,3822, 103, # 2512 + 855, 503,1414,1867,2488,1091, 657,1597, 979, 605,1316,4641,1021,2443,2078,2001, # 2528 +1209, 96, 587,2166,1032, 260,1072,2153, 173, 94, 226,3244, 819,2006,4642,4114, # 2544 +2203, 231,1744, 782, 97,2667, 786,3387, 887, 391, 442,2219,4326,1425,6143,2694, # 2560 + 633,1544,1202, 483,2015, 592,2052,1958,2472,1655, 419, 129,4327,3444,3312,1714, # 2576 +1257,3078,4328,1518,1098, 865,1310,1019,1885,1512,1734, 469,2444, 148, 773, 436, # 2592 +1815,1868,1128,1055,4329,1245,2756,3445,2154,1934,1039,4643, 579,1238, 932,2320, # 2608 + 353, 205, 801, 115,2428, 944,2321,1881, 399,2565,1211, 678, 766,3944, 335,2101, # 2624 +1459,1781,1402,3945,2737,2131,1010, 844, 981,1326,1013, 550,1816,1545,2620,1335, # 2640 +1008, 371,2881, 936,1419,1613,3529,1456,1395,2273,1834,2604,1317,2738,2503, 416, # 2656 +1643,4330, 806,1126, 229, 591,3946,1314,1981,1576,1837,1666, 347,1790, 977,3313, # 2672 + 764,2861,1853, 688,2429,1920,1462, 77, 595, 415,2002,3034, 798,1192,4115,6144, # 2688 +2978,4331,3035,2695,2582,2072,2566, 430,2430,1727, 842,1396,3947,3702, 613, 377, # 2704 + 278, 236,1417,3388,3314,3174, 757,1869, 107,3530,6145,1194, 623,2262, 207,1253, # 2720 +2167,3446,3948, 492,1117,1935, 536,1838,2757,1246,4332, 696,2095,2406,1393,1572, # 2736 +3175,1782, 583, 190, 253,1390,2230, 830,3126,3389, 934,3245,1703,1749,2979,1870, # 2752 +2545,1656,2204, 869,2346,4116,3176,1817, 496,1764,4644, 942,1504, 404,1903,1122, # 2768 +1580,3606,2945,1022, 515, 372,1735, 955,2431,3036,6146,2797,1110,2302,2798, 617, # 2784 +6147, 441, 762,1771,3447,3607,3608,1904, 840,3037, 86, 939,1385, 572,1370,2445, # 2800 +1336, 114,3703, 898, 294, 203,3315, 703,1583,2274, 429, 961,4333,1854,1951,3390, # 2816 +2373,3704,4334,1318,1381, 966,1911,2322,1006,1155, 309, 989, 458,2718,1795,1372, # 2832 +1203, 252,1689,1363,3177, 517,1936, 168,1490, 562, 193,3823,1042,4117,1835, 551, # 2848 + 470,4645, 395, 489,3448,1871,1465,2583,2641, 417,1493, 279,1295, 511,1236,1119, # 2864 + 72,1231,1982,1812,3004, 871,1564, 984,3449,1667,2696,2096,4646,2347,2833,1673, # 2880 +3609, 695,3246,2668, 807,1183,4647, 890, 388,2333,1801,1457,2911,1765,1477,1031, # 2896 +3316,3317,1278,3391,2799,2292,2526, 163,3450,4335,2669,1404,1802,6148,2323,2407, # 2912 +1584,1728,1494,1824,1269, 298, 909,3318,1034,1632, 375, 776,1683,2061, 291, 210, # 2928 +1123, 809,1249,1002,2642,3038, 206,1011,2132, 144, 975, 882,1565, 342, 667, 754, # 2944 +1442,2143,1299,2303,2062, 447, 626,2205,1221,2739,2912,1144,1214,2206,2584, 760, # 2960 +1715, 614, 950,1281,2670,2621, 810, 577,1287,2546,4648, 242,2168, 250,2643, 691, # 2976 + 123,2644, 647, 313,1029, 689,1357,2946,1650, 216, 771,1339,1306, 808,2063, 549, # 2992 + 913,1371,2913,2914,6149,1466,1092,1174,1196,1311,2605,2396,1783,1796,3079, 406, # 3008 +2671,2117,3949,4649, 487,1825,2220,6150,2915, 448,2348,1073,6151,2397,1707, 130, # 3024 + 900,1598, 329, 176,1959,2527,1620,6152,2275,4336,3319,1983,2191,3705,3610,2155, # 3040 +3706,1912,1513,1614,6153,1988, 646, 392,2304,1589,3320,3039,1826,1239,1352,1340, # 3056 +2916, 505,2567,1709,1437,2408,2547, 906,6154,2672, 384,1458,1594,1100,1329, 710, # 3072 + 423,3531,2064,2231,2622,1989,2673,1087,1882, 333, 841,3005,1296,2882,2379, 580, # 3088 +1937,1827,1293,2585, 601, 574, 249,1772,4118,2079,1120, 645, 901,1176,1690, 795, # 3104 +2207, 478,1434, 516,1190,1530, 761,2080, 930,1264, 355, 435,1552, 644,1791, 987, # 3120 + 220,1364,1163,1121,1538, 306,2169,1327,1222, 546,2645, 218, 241, 610,1704,3321, # 3136 +1984,1839,1966,2528, 451,6155,2586,3707,2568, 907,3178, 254,2947, 186,1845,4650, # 3152 + 745, 432,1757, 428,1633, 888,2246,2221,2489,3611,2118,1258,1265, 956,3127,1784, # 3168 +4337,2490, 319, 510, 119, 457,3612, 274,2035,2007,4651,1409,3128, 970,2758, 590, # 3184 +2800, 661,2247,4652,2008,3950,1420,1549,3080,3322,3951,1651,1375,2111, 485,2491, # 3200 +1429,1156,6156,2548,2183,1495, 831,1840,2529,2446, 501,1657, 307,1894,3247,1341, # 3216 + 666, 899,2156,1539,2549,1559, 886, 349,2208,3081,2305,1736,3824,2170,2759,1014, # 3232 +1913,1386, 542,1397,2948, 490, 368, 716, 362, 159, 282,2569,1129,1658,1288,1750, # 3248 +2674, 276, 649,2016, 751,1496, 658,1818,1284,1862,2209,2087,2512,3451, 622,2834, # 3264 + 376, 117,1060,2053,1208,1721,1101,1443, 247,1250,3179,1792,3952,2760,2398,3953, # 3280 +6157,2144,3708, 446,2432,1151,2570,3452,2447,2761,2835,1210,2448,3082, 424,2222, # 3296 +1251,2449,2119,2836, 504,1581,4338, 602, 817, 857,3825,2349,2306, 357,3826,1470, # 3312 +1883,2883, 255, 958, 929,2917,3248, 302,4653,1050,1271,1751,2307,1952,1430,2697, # 3328 +2719,2359, 354,3180, 777, 158,2036,4339,1659,4340,4654,2308,2949,2248,1146,2232, # 3344 +3532,2720,1696,2623,3827,6158,3129,1550,2698,1485,1297,1428, 637, 931,2721,2145, # 3360 + 914,2550,2587, 81,2450, 612, 827,2646,1242,4655,1118,2884, 472,1855,3181,3533, # 3376 +3534, 569,1353,2699,1244,1758,2588,4119,2009,2762,2171,3709,1312,1531,6159,1152, # 3392 +1938, 134,1830, 471,3710,2276,1112,1535,3323,3453,3535, 982,1337,2950, 488, 826, # 3408 + 674,1058,1628,4120,2017, 522,2399, 211, 568,1367,3454, 350, 293,1872,1139,3249, # 3424 +1399,1946,3006,1300,2360,3324, 588, 736,6160,2606, 744, 669,3536,3828,6161,1358, # 3440 + 199, 723, 848, 933, 851,1939,1505,1514,1338,1618,1831,4656,1634,3613, 443,2740, # 3456 +3829, 717,1947, 491,1914,6162,2551,1542,4121,1025,6163,1099,1223, 198,3040,2722, # 3472 + 370, 410,1905,2589, 998,1248,3182,2380, 519,1449,4122,1710, 947, 928,1153,4341, # 3488 +2277, 344,2624,1511, 615, 105, 161,1212,1076,1960,3130,2054,1926,1175,1906,2473, # 3504 + 414,1873,2801,6164,2309, 315,1319,3325, 318,2018,2146,2157, 963, 631, 223,4342, # 3520 +4343,2675, 479,3711,1197,2625,3712,2676,2361,6165,4344,4123,6166,2451,3183,1886, # 3536 +2184,1674,1330,1711,1635,1506, 799, 219,3250,3083,3954,1677,3713,3326,2081,3614, # 3552 +1652,2073,4657,1147,3041,1752, 643,1961, 147,1974,3955,6167,1716,2037, 918,3007, # 3568 +1994, 120,1537, 118, 609,3184,4345, 740,3455,1219, 332,1615,3830,6168,1621,2980, # 3584 +1582, 783, 212, 553,2350,3714,1349,2433,2082,4124, 889,6169,2310,1275,1410, 973, # 3600 + 166,1320,3456,1797,1215,3185,2885,1846,2590,2763,4658, 629, 822,3008, 763, 940, # 3616 +1990,2862, 439,2409,1566,1240,1622, 926,1282,1907,2764, 654,2210,1607, 327,1130, # 3632 +3956,1678,1623,6170,2434,2192, 686, 608,3831,3715, 903,3957,3042,6171,2741,1522, # 3648 +1915,1105,1555,2552,1359, 323,3251,4346,3457, 738,1354,2553,2311,2334,1828,2003, # 3664 +3832,1753,2351,1227,6172,1887,4125,1478,6173,2410,1874,1712,1847, 520,1204,2607, # 3680 + 264,4659, 836,2677,2102, 600,4660,3833,2278,3084,6174,4347,3615,1342, 640, 532, # 3696 + 543,2608,1888,2400,2591,1009,4348,1497, 341,1737,3616,2723,1394, 529,3252,1321, # 3712 + 983,4661,1515,2120, 971,2592, 924, 287,1662,3186,4349,2700,4350,1519, 908,1948, # 3728 +2452, 156, 796,1629,1486,2223,2055, 694,4126,1259,1036,3392,1213,2249,2742,1889, # 3744 +1230,3958,1015, 910, 408, 559,3617,4662, 746, 725, 935,4663,3959,3009,1289, 563, # 3760 + 867,4664,3960,1567,2981,2038,2626, 988,2263,2381,4351, 143,2374, 704,1895,6175, # 3776 +1188,3716,2088, 673,3085,2362,4352, 484,1608,1921,2765,2918, 215, 904,3618,3537, # 3792 + 894, 509, 976,3043,2701,3961,4353,2837,2982, 498,6176,6177,1102,3538,1332,3393, # 3808 +1487,1636,1637, 233, 245,3962, 383, 650, 995,3044, 460,1520,1206,2352, 749,3327, # 3824 + 530, 700, 389,1438,1560,1773,3963,2264, 719,2951,2724,3834, 870,1832,1644,1000, # 3840 + 839,2474,3717, 197,1630,3394, 365,2886,3964,1285,2133, 734, 922, 818,1106, 732, # 3856 + 480,2083,1774,3458, 923,2279,1350, 221,3086, 85,2233,2234,3835,1585,3010,2147, # 3872 +1387,1705,2382,1619,2475, 133, 239,2802,1991,1016,2084,2383, 411,2838,1113, 651, # 3888 +1985,1160,3328, 990,1863,3087,1048,1276,2647, 265,2627,1599,3253,2056, 150, 638, # 3904 +2019, 656, 853, 326,1479, 680,1439,4354,1001,1759, 413,3459,3395,2492,1431, 459, # 3920 +4355,1125,3329,2265,1953,1450,2065,2863, 849, 351,2678,3131,3254,3255,1104,1577, # 3936 + 227,1351,1645,2453,2193,1421,2887, 812,2121, 634, 95,2435, 201,2312,4665,1646, # 3952 +1671,2743,1601,2554,2702,2648,2280,1315,1366,2089,3132,1573,3718,3965,1729,1189, # 3968 + 328,2679,1077,1940,1136, 558,1283, 964,1195, 621,2074,1199,1743,3460,3619,1896, # 3984 +1916,1890,3836,2952,1154,2112,1064, 862, 378,3011,2066,2113,2803,1568,2839,6178, # 4000 +3088,2919,1941,1660,2004,1992,2194, 142, 707,1590,1708,1624,1922,1023,1836,1233, # 4016 +1004,2313, 789, 741,3620,6179,1609,2411,1200,4127,3719,3720,4666,2057,3721, 593, # 4032 +2840, 367,2920,1878,6180,3461,1521, 628,1168, 692,2211,2649, 300, 720,2067,2571, # 4048 +2953,3396, 959,2504,3966,3539,3462,1977, 701,6181, 954,1043, 800, 681, 183,3722, # 4064 +1803,1730,3540,4128,2103, 815,2314, 174, 467, 230,2454,1093,2134, 755,3541,3397, # 4080 +1141,1162,6182,1738,2039, 270,3256,2513,1005,1647,2185,3837, 858,1679,1897,1719, # 4096 +2954,2324,1806, 402, 670, 167,4129,1498,2158,2104, 750,6183, 915, 189,1680,1551, # 4112 + 455,4356,1501,2455, 405,1095,2955, 338,1586,1266,1819, 570, 641,1324, 237,1556, # 4128 +2650,1388,3723,6184,1368,2384,1343,1978,3089,2436, 879,3724, 792,1191, 758,3012, # 4144 +1411,2135,1322,4357, 240,4667,1848,3725,1574,6185, 420,3045,1546,1391, 714,4358, # 4160 +1967, 941,1864, 863, 664, 426, 560,1731,2680,1785,2864,1949,2363, 403,3330,1415, # 4176 +1279,2136,1697,2335, 204, 721,2097,3838, 90,6186,2085,2505, 191,3967, 124,2148, # 4192 +1376,1798,1178,1107,1898,1405, 860,4359,1243,1272,2375,2983,1558,2456,1638, 113, # 4208 +3621, 578,1923,2609, 880, 386,4130, 784,2186,2266,1422,2956,2172,1722, 497, 263, # 4224 +2514,1267,2412,2610, 177,2703,3542, 774,1927,1344, 616,1432,1595,1018, 172,4360, # 4240 +2325, 911,4361, 438,1468,3622, 794,3968,2024,2173,1681,1829,2957, 945, 895,3090, # 4256 + 575,2212,2476, 475,2401,2681, 785,2744,1745,2293,2555,1975,3133,2865, 394,4668, # 4272 +3839, 635,4131, 639, 202,1507,2195,2766,1345,1435,2572,3726,1908,1184,1181,2457, # 4288 +3727,3134,4362, 843,2611, 437, 916,4669, 234, 769,1884,3046,3047,3623, 833,6187, # 4304 +1639,2250,2402,1355,1185,2010,2047, 999, 525,1732,1290,1488,2612, 948,1578,3728, # 4320 +2413,2477,1216,2725,2159, 334,3840,1328,3624,2921,1525,4132, 564,1056, 891,4363, # 4336 +1444,1698,2385,2251,3729,1365,2281,2235,1717,6188, 864,3841,2515, 444, 527,2767, # 4352 +2922,3625, 544, 461,6189, 566, 209,2437,3398,2098,1065,2068,3331,3626,3257,2137, # 4368 #last 512 +) +# fmt: on diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py new file mode 100644 index 0000000..c129699 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py @@ -0,0 +1,2382 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# The frequency data itself is the same as euc-kr. +# This is just a mapping table to euc-kr. + +JOHAB_TO_EUCKR_ORDER_TABLE = { + 0x8861: 0, + 0x8862: 1, + 0x8865: 2, + 0x8868: 3, + 0x8869: 4, + 0x886A: 5, + 0x886B: 6, + 0x8871: 7, + 0x8873: 8, + 0x8874: 9, + 0x8875: 10, + 0x8876: 11, + 0x8877: 12, + 0x8878: 13, + 0x8879: 14, + 0x887B: 15, + 0x887C: 16, + 0x887D: 17, + 0x8881: 18, + 0x8882: 19, + 0x8885: 20, + 0x8889: 21, + 0x8891: 22, + 0x8893: 23, + 0x8895: 24, + 0x8896: 25, + 0x8897: 26, + 0x88A1: 27, + 0x88A2: 28, + 0x88A5: 29, + 0x88A9: 30, + 0x88B5: 31, + 0x88B7: 32, + 0x88C1: 33, + 0x88C5: 34, + 0x88C9: 35, + 0x88E1: 36, + 0x88E2: 37, + 0x88E5: 38, + 0x88E8: 39, + 0x88E9: 40, + 0x88EB: 41, + 0x88F1: 42, + 0x88F3: 43, + 0x88F5: 44, + 0x88F6: 45, + 0x88F7: 46, + 0x88F8: 47, + 0x88FB: 48, + 0x88FC: 49, + 0x88FD: 50, + 0x8941: 51, + 0x8945: 52, + 0x8949: 53, + 0x8951: 54, + 0x8953: 55, + 0x8955: 56, + 0x8956: 57, + 0x8957: 58, + 0x8961: 59, + 0x8962: 60, + 0x8963: 61, + 0x8965: 62, + 0x8968: 63, + 0x8969: 64, + 0x8971: 65, + 0x8973: 66, + 0x8975: 67, + 0x8976: 68, + 0x8977: 69, + 0x897B: 70, + 0x8981: 71, + 0x8985: 72, + 0x8989: 73, + 0x8993: 74, + 0x8995: 75, + 0x89A1: 76, + 0x89A2: 77, + 0x89A5: 78, + 0x89A8: 79, + 0x89A9: 80, + 0x89AB: 81, + 0x89AD: 82, + 0x89B0: 83, + 0x89B1: 84, + 0x89B3: 85, + 0x89B5: 86, + 0x89B7: 87, + 0x89B8: 88, + 0x89C1: 89, + 0x89C2: 90, + 0x89C5: 91, + 0x89C9: 92, + 0x89CB: 93, + 0x89D1: 94, + 0x89D3: 95, + 0x89D5: 96, + 0x89D7: 97, + 0x89E1: 98, + 0x89E5: 99, + 0x89E9: 100, + 0x89F3: 101, + 0x89F6: 102, + 0x89F7: 103, + 0x8A41: 104, + 0x8A42: 105, + 0x8A45: 106, + 0x8A49: 107, + 0x8A51: 108, + 0x8A53: 109, + 0x8A55: 110, + 0x8A57: 111, + 0x8A61: 112, + 0x8A65: 113, + 0x8A69: 114, + 0x8A73: 115, + 0x8A75: 116, + 0x8A81: 117, + 0x8A82: 118, + 0x8A85: 119, + 0x8A88: 120, + 0x8A89: 121, + 0x8A8A: 122, + 0x8A8B: 123, + 0x8A90: 124, + 0x8A91: 125, + 0x8A93: 126, + 0x8A95: 127, + 0x8A97: 128, + 0x8A98: 129, + 0x8AA1: 130, + 0x8AA2: 131, + 0x8AA5: 132, + 0x8AA9: 133, + 0x8AB6: 134, + 0x8AB7: 135, + 0x8AC1: 136, + 0x8AD5: 137, + 0x8AE1: 138, + 0x8AE2: 139, + 0x8AE5: 140, + 0x8AE9: 141, + 0x8AF1: 142, + 0x8AF3: 143, + 0x8AF5: 144, + 0x8B41: 145, + 0x8B45: 146, + 0x8B49: 147, + 0x8B61: 148, + 0x8B62: 149, + 0x8B65: 150, + 0x8B68: 151, + 0x8B69: 152, + 0x8B6A: 153, + 0x8B71: 154, + 0x8B73: 155, + 0x8B75: 156, + 0x8B77: 157, + 0x8B81: 158, + 0x8BA1: 159, + 0x8BA2: 160, + 0x8BA5: 161, + 0x8BA8: 162, + 0x8BA9: 163, + 0x8BAB: 164, + 0x8BB1: 165, + 0x8BB3: 166, + 0x8BB5: 167, + 0x8BB7: 168, + 0x8BB8: 169, + 0x8BBC: 170, + 0x8C61: 171, + 0x8C62: 172, + 0x8C63: 173, + 0x8C65: 174, + 0x8C69: 175, + 0x8C6B: 176, + 0x8C71: 177, + 0x8C73: 178, + 0x8C75: 179, + 0x8C76: 180, + 0x8C77: 181, + 0x8C7B: 182, + 0x8C81: 183, + 0x8C82: 184, + 0x8C85: 185, + 0x8C89: 186, + 0x8C91: 187, + 0x8C93: 188, + 0x8C95: 189, + 0x8C96: 190, + 0x8C97: 191, + 0x8CA1: 192, + 0x8CA2: 193, + 0x8CA9: 194, + 0x8CE1: 195, + 0x8CE2: 196, + 0x8CE3: 197, + 0x8CE5: 198, + 0x8CE9: 199, + 0x8CF1: 200, + 0x8CF3: 201, + 0x8CF5: 202, + 0x8CF6: 203, + 0x8CF7: 204, + 0x8D41: 205, + 0x8D42: 206, + 0x8D45: 207, + 0x8D51: 208, + 0x8D55: 209, + 0x8D57: 210, + 0x8D61: 211, + 0x8D65: 212, + 0x8D69: 213, + 0x8D75: 214, + 0x8D76: 215, + 0x8D7B: 216, + 0x8D81: 217, + 0x8DA1: 218, + 0x8DA2: 219, + 0x8DA5: 220, + 0x8DA7: 221, + 0x8DA9: 222, + 0x8DB1: 223, + 0x8DB3: 224, + 0x8DB5: 225, + 0x8DB7: 226, + 0x8DB8: 227, + 0x8DB9: 228, + 0x8DC1: 229, + 0x8DC2: 230, + 0x8DC9: 231, + 0x8DD6: 232, + 0x8DD7: 233, + 0x8DE1: 234, + 0x8DE2: 235, + 0x8DF7: 236, + 0x8E41: 237, + 0x8E45: 238, + 0x8E49: 239, + 0x8E51: 240, + 0x8E53: 241, + 0x8E57: 242, + 0x8E61: 243, + 0x8E81: 244, + 0x8E82: 245, + 0x8E85: 246, + 0x8E89: 247, + 0x8E90: 248, + 0x8E91: 249, + 0x8E93: 250, + 0x8E95: 251, + 0x8E97: 252, + 0x8E98: 253, + 0x8EA1: 254, + 0x8EA9: 255, + 0x8EB6: 256, + 0x8EB7: 257, + 0x8EC1: 258, + 0x8EC2: 259, + 0x8EC5: 260, + 0x8EC9: 261, + 0x8ED1: 262, + 0x8ED3: 263, + 0x8ED6: 264, + 0x8EE1: 265, + 0x8EE5: 266, + 0x8EE9: 267, + 0x8EF1: 268, + 0x8EF3: 269, + 0x8F41: 270, + 0x8F61: 271, + 0x8F62: 272, + 0x8F65: 273, + 0x8F67: 274, + 0x8F69: 275, + 0x8F6B: 276, + 0x8F70: 277, + 0x8F71: 278, + 0x8F73: 279, + 0x8F75: 280, + 0x8F77: 281, + 0x8F7B: 282, + 0x8FA1: 283, + 0x8FA2: 284, + 0x8FA5: 285, + 0x8FA9: 286, + 0x8FB1: 287, + 0x8FB3: 288, + 0x8FB5: 289, + 0x8FB7: 290, + 0x9061: 291, + 0x9062: 292, + 0x9063: 293, + 0x9065: 294, + 0x9068: 295, + 0x9069: 296, + 0x906A: 297, + 0x906B: 298, + 0x9071: 299, + 0x9073: 300, + 0x9075: 301, + 0x9076: 302, + 0x9077: 303, + 0x9078: 304, + 0x9079: 305, + 0x907B: 306, + 0x907D: 307, + 0x9081: 308, + 0x9082: 309, + 0x9085: 310, + 0x9089: 311, + 0x9091: 312, + 0x9093: 313, + 0x9095: 314, + 0x9096: 315, + 0x9097: 316, + 0x90A1: 317, + 0x90A2: 318, + 0x90A5: 319, + 0x90A9: 320, + 0x90B1: 321, + 0x90B7: 322, + 0x90E1: 323, + 0x90E2: 324, + 0x90E4: 325, + 0x90E5: 326, + 0x90E9: 327, + 0x90EB: 328, + 0x90EC: 329, + 0x90F1: 330, + 0x90F3: 331, + 0x90F5: 332, + 0x90F6: 333, + 0x90F7: 334, + 0x90FD: 335, + 0x9141: 336, + 0x9142: 337, + 0x9145: 338, + 0x9149: 339, + 0x9151: 340, + 0x9153: 341, + 0x9155: 342, + 0x9156: 343, + 0x9157: 344, + 0x9161: 345, + 0x9162: 346, + 0x9165: 347, + 0x9169: 348, + 0x9171: 349, + 0x9173: 350, + 0x9176: 351, + 0x9177: 352, + 0x917A: 353, + 0x9181: 354, + 0x9185: 355, + 0x91A1: 356, + 0x91A2: 357, + 0x91A5: 358, + 0x91A9: 359, + 0x91AB: 360, + 0x91B1: 361, + 0x91B3: 362, + 0x91B5: 363, + 0x91B7: 364, + 0x91BC: 365, + 0x91BD: 366, + 0x91C1: 367, + 0x91C5: 368, + 0x91C9: 369, + 0x91D6: 370, + 0x9241: 371, + 0x9245: 372, + 0x9249: 373, + 0x9251: 374, + 0x9253: 375, + 0x9255: 376, + 0x9261: 377, + 0x9262: 378, + 0x9265: 379, + 0x9269: 380, + 0x9273: 381, + 0x9275: 382, + 0x9277: 383, + 0x9281: 384, + 0x9282: 385, + 0x9285: 386, + 0x9288: 387, + 0x9289: 388, + 0x9291: 389, + 0x9293: 390, + 0x9295: 391, + 0x9297: 392, + 0x92A1: 393, + 0x92B6: 394, + 0x92C1: 395, + 0x92E1: 396, + 0x92E5: 397, + 0x92E9: 398, + 0x92F1: 399, + 0x92F3: 400, + 0x9341: 401, + 0x9342: 402, + 0x9349: 403, + 0x9351: 404, + 0x9353: 405, + 0x9357: 406, + 0x9361: 407, + 0x9362: 408, + 0x9365: 409, + 0x9369: 410, + 0x936A: 411, + 0x936B: 412, + 0x9371: 413, + 0x9373: 414, + 0x9375: 415, + 0x9377: 416, + 0x9378: 417, + 0x937C: 418, + 0x9381: 419, + 0x9385: 420, + 0x9389: 421, + 0x93A1: 422, + 0x93A2: 423, + 0x93A5: 424, + 0x93A9: 425, + 0x93AB: 426, + 0x93B1: 427, + 0x93B3: 428, + 0x93B5: 429, + 0x93B7: 430, + 0x93BC: 431, + 0x9461: 432, + 0x9462: 433, + 0x9463: 434, + 0x9465: 435, + 0x9468: 436, + 0x9469: 437, + 0x946A: 438, + 0x946B: 439, + 0x946C: 440, + 0x9470: 441, + 0x9471: 442, + 0x9473: 443, + 0x9475: 444, + 0x9476: 445, + 0x9477: 446, + 0x9478: 447, + 0x9479: 448, + 0x947D: 449, + 0x9481: 450, + 0x9482: 451, + 0x9485: 452, + 0x9489: 453, + 0x9491: 454, + 0x9493: 455, + 0x9495: 456, + 0x9496: 457, + 0x9497: 458, + 0x94A1: 459, + 0x94E1: 460, + 0x94E2: 461, + 0x94E3: 462, + 0x94E5: 463, + 0x94E8: 464, + 0x94E9: 465, + 0x94EB: 466, + 0x94EC: 467, + 0x94F1: 468, + 0x94F3: 469, + 0x94F5: 470, + 0x94F7: 471, + 0x94F9: 472, + 0x94FC: 473, + 0x9541: 474, + 0x9542: 475, + 0x9545: 476, + 0x9549: 477, + 0x9551: 478, + 0x9553: 479, + 0x9555: 480, + 0x9556: 481, + 0x9557: 482, + 0x9561: 483, + 0x9565: 484, + 0x9569: 485, + 0x9576: 486, + 0x9577: 487, + 0x9581: 488, + 0x9585: 489, + 0x95A1: 490, + 0x95A2: 491, + 0x95A5: 492, + 0x95A8: 493, + 0x95A9: 494, + 0x95AB: 495, + 0x95AD: 496, + 0x95B1: 497, + 0x95B3: 498, + 0x95B5: 499, + 0x95B7: 500, + 0x95B9: 501, + 0x95BB: 502, + 0x95C1: 503, + 0x95C5: 504, + 0x95C9: 505, + 0x95E1: 506, + 0x95F6: 507, + 0x9641: 508, + 0x9645: 509, + 0x9649: 510, + 0x9651: 511, + 0x9653: 512, + 0x9655: 513, + 0x9661: 514, + 0x9681: 515, + 0x9682: 516, + 0x9685: 517, + 0x9689: 518, + 0x9691: 519, + 0x9693: 520, + 0x9695: 521, + 0x9697: 522, + 0x96A1: 523, + 0x96B6: 524, + 0x96C1: 525, + 0x96D7: 526, + 0x96E1: 527, + 0x96E5: 528, + 0x96E9: 529, + 0x96F3: 530, + 0x96F5: 531, + 0x96F7: 532, + 0x9741: 533, + 0x9745: 534, + 0x9749: 535, + 0x9751: 536, + 0x9757: 537, + 0x9761: 538, + 0x9762: 539, + 0x9765: 540, + 0x9768: 541, + 0x9769: 542, + 0x976B: 543, + 0x9771: 544, + 0x9773: 545, + 0x9775: 546, + 0x9777: 547, + 0x9781: 548, + 0x97A1: 549, + 0x97A2: 550, + 0x97A5: 551, + 0x97A8: 552, + 0x97A9: 553, + 0x97B1: 554, + 0x97B3: 555, + 0x97B5: 556, + 0x97B6: 557, + 0x97B7: 558, + 0x97B8: 559, + 0x9861: 560, + 0x9862: 561, + 0x9865: 562, + 0x9869: 563, + 0x9871: 564, + 0x9873: 565, + 0x9875: 566, + 0x9876: 567, + 0x9877: 568, + 0x987D: 569, + 0x9881: 570, + 0x9882: 571, + 0x9885: 572, + 0x9889: 573, + 0x9891: 574, + 0x9893: 575, + 0x9895: 576, + 0x9896: 577, + 0x9897: 578, + 0x98E1: 579, + 0x98E2: 580, + 0x98E5: 581, + 0x98E9: 582, + 0x98EB: 583, + 0x98EC: 584, + 0x98F1: 585, + 0x98F3: 586, + 0x98F5: 587, + 0x98F6: 588, + 0x98F7: 589, + 0x98FD: 590, + 0x9941: 591, + 0x9942: 592, + 0x9945: 593, + 0x9949: 594, + 0x9951: 595, + 0x9953: 596, + 0x9955: 597, + 0x9956: 598, + 0x9957: 599, + 0x9961: 600, + 0x9976: 601, + 0x99A1: 602, + 0x99A2: 603, + 0x99A5: 604, + 0x99A9: 605, + 0x99B7: 606, + 0x99C1: 607, + 0x99C9: 608, + 0x99E1: 609, + 0x9A41: 610, + 0x9A45: 611, + 0x9A81: 612, + 0x9A82: 613, + 0x9A85: 614, + 0x9A89: 615, + 0x9A90: 616, + 0x9A91: 617, + 0x9A97: 618, + 0x9AC1: 619, + 0x9AE1: 620, + 0x9AE5: 621, + 0x9AE9: 622, + 0x9AF1: 623, + 0x9AF3: 624, + 0x9AF7: 625, + 0x9B61: 626, + 0x9B62: 627, + 0x9B65: 628, + 0x9B68: 629, + 0x9B69: 630, + 0x9B71: 631, + 0x9B73: 632, + 0x9B75: 633, + 0x9B81: 634, + 0x9B85: 635, + 0x9B89: 636, + 0x9B91: 637, + 0x9B93: 638, + 0x9BA1: 639, + 0x9BA5: 640, + 0x9BA9: 641, + 0x9BB1: 642, + 0x9BB3: 643, + 0x9BB5: 644, + 0x9BB7: 645, + 0x9C61: 646, + 0x9C62: 647, + 0x9C65: 648, + 0x9C69: 649, + 0x9C71: 650, + 0x9C73: 651, + 0x9C75: 652, + 0x9C76: 653, + 0x9C77: 654, + 0x9C78: 655, + 0x9C7C: 656, + 0x9C7D: 657, + 0x9C81: 658, + 0x9C82: 659, + 0x9C85: 660, + 0x9C89: 661, + 0x9C91: 662, + 0x9C93: 663, + 0x9C95: 664, + 0x9C96: 665, + 0x9C97: 666, + 0x9CA1: 667, + 0x9CA2: 668, + 0x9CA5: 669, + 0x9CB5: 670, + 0x9CB7: 671, + 0x9CE1: 672, + 0x9CE2: 673, + 0x9CE5: 674, + 0x9CE9: 675, + 0x9CF1: 676, + 0x9CF3: 677, + 0x9CF5: 678, + 0x9CF6: 679, + 0x9CF7: 680, + 0x9CFD: 681, + 0x9D41: 682, + 0x9D42: 683, + 0x9D45: 684, + 0x9D49: 685, + 0x9D51: 686, + 0x9D53: 687, + 0x9D55: 688, + 0x9D57: 689, + 0x9D61: 690, + 0x9D62: 691, + 0x9D65: 692, + 0x9D69: 693, + 0x9D71: 694, + 0x9D73: 695, + 0x9D75: 696, + 0x9D76: 697, + 0x9D77: 698, + 0x9D81: 699, + 0x9D85: 700, + 0x9D93: 701, + 0x9D95: 702, + 0x9DA1: 703, + 0x9DA2: 704, + 0x9DA5: 705, + 0x9DA9: 706, + 0x9DB1: 707, + 0x9DB3: 708, + 0x9DB5: 709, + 0x9DB7: 710, + 0x9DC1: 711, + 0x9DC5: 712, + 0x9DD7: 713, + 0x9DF6: 714, + 0x9E41: 715, + 0x9E45: 716, + 0x9E49: 717, + 0x9E51: 718, + 0x9E53: 719, + 0x9E55: 720, + 0x9E57: 721, + 0x9E61: 722, + 0x9E65: 723, + 0x9E69: 724, + 0x9E73: 725, + 0x9E75: 726, + 0x9E77: 727, + 0x9E81: 728, + 0x9E82: 729, + 0x9E85: 730, + 0x9E89: 731, + 0x9E91: 732, + 0x9E93: 733, + 0x9E95: 734, + 0x9E97: 735, + 0x9EA1: 736, + 0x9EB6: 737, + 0x9EC1: 738, + 0x9EE1: 739, + 0x9EE2: 740, + 0x9EE5: 741, + 0x9EE9: 742, + 0x9EF1: 743, + 0x9EF5: 744, + 0x9EF7: 745, + 0x9F41: 746, + 0x9F42: 747, + 0x9F45: 748, + 0x9F49: 749, + 0x9F51: 750, + 0x9F53: 751, + 0x9F55: 752, + 0x9F57: 753, + 0x9F61: 754, + 0x9F62: 755, + 0x9F65: 756, + 0x9F69: 757, + 0x9F71: 758, + 0x9F73: 759, + 0x9F75: 760, + 0x9F77: 761, + 0x9F78: 762, + 0x9F7B: 763, + 0x9F7C: 764, + 0x9FA1: 765, + 0x9FA2: 766, + 0x9FA5: 767, + 0x9FA9: 768, + 0x9FB1: 769, + 0x9FB3: 770, + 0x9FB5: 771, + 0x9FB7: 772, + 0xA061: 773, + 0xA062: 774, + 0xA065: 775, + 0xA067: 776, + 0xA068: 777, + 0xA069: 778, + 0xA06A: 779, + 0xA06B: 780, + 0xA071: 781, + 0xA073: 782, + 0xA075: 783, + 0xA077: 784, + 0xA078: 785, + 0xA07B: 786, + 0xA07D: 787, + 0xA081: 788, + 0xA082: 789, + 0xA085: 790, + 0xA089: 791, + 0xA091: 792, + 0xA093: 793, + 0xA095: 794, + 0xA096: 795, + 0xA097: 796, + 0xA098: 797, + 0xA0A1: 798, + 0xA0A2: 799, + 0xA0A9: 800, + 0xA0B7: 801, + 0xA0E1: 802, + 0xA0E2: 803, + 0xA0E5: 804, + 0xA0E9: 805, + 0xA0EB: 806, + 0xA0F1: 807, + 0xA0F3: 808, + 0xA0F5: 809, + 0xA0F7: 810, + 0xA0F8: 811, + 0xA0FD: 812, + 0xA141: 813, + 0xA142: 814, + 0xA145: 815, + 0xA149: 816, + 0xA151: 817, + 0xA153: 818, + 0xA155: 819, + 0xA156: 820, + 0xA157: 821, + 0xA161: 822, + 0xA162: 823, + 0xA165: 824, + 0xA169: 825, + 0xA175: 826, + 0xA176: 827, + 0xA177: 828, + 0xA179: 829, + 0xA181: 830, + 0xA1A1: 831, + 0xA1A2: 832, + 0xA1A4: 833, + 0xA1A5: 834, + 0xA1A9: 835, + 0xA1AB: 836, + 0xA1B1: 837, + 0xA1B3: 838, + 0xA1B5: 839, + 0xA1B7: 840, + 0xA1C1: 841, + 0xA1C5: 842, + 0xA1D6: 843, + 0xA1D7: 844, + 0xA241: 845, + 0xA245: 846, + 0xA249: 847, + 0xA253: 848, + 0xA255: 849, + 0xA257: 850, + 0xA261: 851, + 0xA265: 852, + 0xA269: 853, + 0xA273: 854, + 0xA275: 855, + 0xA281: 856, + 0xA282: 857, + 0xA283: 858, + 0xA285: 859, + 0xA288: 860, + 0xA289: 861, + 0xA28A: 862, + 0xA28B: 863, + 0xA291: 864, + 0xA293: 865, + 0xA295: 866, + 0xA297: 867, + 0xA29B: 868, + 0xA29D: 869, + 0xA2A1: 870, + 0xA2A5: 871, + 0xA2A9: 872, + 0xA2B3: 873, + 0xA2B5: 874, + 0xA2C1: 875, + 0xA2E1: 876, + 0xA2E5: 877, + 0xA2E9: 878, + 0xA341: 879, + 0xA345: 880, + 0xA349: 881, + 0xA351: 882, + 0xA355: 883, + 0xA361: 884, + 0xA365: 885, + 0xA369: 886, + 0xA371: 887, + 0xA375: 888, + 0xA3A1: 889, + 0xA3A2: 890, + 0xA3A5: 891, + 0xA3A8: 892, + 0xA3A9: 893, + 0xA3AB: 894, + 0xA3B1: 895, + 0xA3B3: 896, + 0xA3B5: 897, + 0xA3B6: 898, + 0xA3B7: 899, + 0xA3B9: 900, + 0xA3BB: 901, + 0xA461: 902, + 0xA462: 903, + 0xA463: 904, + 0xA464: 905, + 0xA465: 906, + 0xA468: 907, + 0xA469: 908, + 0xA46A: 909, + 0xA46B: 910, + 0xA46C: 911, + 0xA471: 912, + 0xA473: 913, + 0xA475: 914, + 0xA477: 915, + 0xA47B: 916, + 0xA481: 917, + 0xA482: 918, + 0xA485: 919, + 0xA489: 920, + 0xA491: 921, + 0xA493: 922, + 0xA495: 923, + 0xA496: 924, + 0xA497: 925, + 0xA49B: 926, + 0xA4A1: 927, + 0xA4A2: 928, + 0xA4A5: 929, + 0xA4B3: 930, + 0xA4E1: 931, + 0xA4E2: 932, + 0xA4E5: 933, + 0xA4E8: 934, + 0xA4E9: 935, + 0xA4EB: 936, + 0xA4F1: 937, + 0xA4F3: 938, + 0xA4F5: 939, + 0xA4F7: 940, + 0xA4F8: 941, + 0xA541: 942, + 0xA542: 943, + 0xA545: 944, + 0xA548: 945, + 0xA549: 946, + 0xA551: 947, + 0xA553: 948, + 0xA555: 949, + 0xA556: 950, + 0xA557: 951, + 0xA561: 952, + 0xA562: 953, + 0xA565: 954, + 0xA569: 955, + 0xA573: 956, + 0xA575: 957, + 0xA576: 958, + 0xA577: 959, + 0xA57B: 960, + 0xA581: 961, + 0xA585: 962, + 0xA5A1: 963, + 0xA5A2: 964, + 0xA5A3: 965, + 0xA5A5: 966, + 0xA5A9: 967, + 0xA5B1: 968, + 0xA5B3: 969, + 0xA5B5: 970, + 0xA5B7: 971, + 0xA5C1: 972, + 0xA5C5: 973, + 0xA5D6: 974, + 0xA5E1: 975, + 0xA5F6: 976, + 0xA641: 977, + 0xA642: 978, + 0xA645: 979, + 0xA649: 980, + 0xA651: 981, + 0xA653: 982, + 0xA661: 983, + 0xA665: 984, + 0xA681: 985, + 0xA682: 986, + 0xA685: 987, + 0xA688: 988, + 0xA689: 989, + 0xA68A: 990, + 0xA68B: 991, + 0xA691: 992, + 0xA693: 993, + 0xA695: 994, + 0xA697: 995, + 0xA69B: 996, + 0xA69C: 997, + 0xA6A1: 998, + 0xA6A9: 999, + 0xA6B6: 1000, + 0xA6C1: 1001, + 0xA6E1: 1002, + 0xA6E2: 1003, + 0xA6E5: 1004, + 0xA6E9: 1005, + 0xA6F7: 1006, + 0xA741: 1007, + 0xA745: 1008, + 0xA749: 1009, + 0xA751: 1010, + 0xA755: 1011, + 0xA757: 1012, + 0xA761: 1013, + 0xA762: 1014, + 0xA765: 1015, + 0xA769: 1016, + 0xA771: 1017, + 0xA773: 1018, + 0xA775: 1019, + 0xA7A1: 1020, + 0xA7A2: 1021, + 0xA7A5: 1022, + 0xA7A9: 1023, + 0xA7AB: 1024, + 0xA7B1: 1025, + 0xA7B3: 1026, + 0xA7B5: 1027, + 0xA7B7: 1028, + 0xA7B8: 1029, + 0xA7B9: 1030, + 0xA861: 1031, + 0xA862: 1032, + 0xA865: 1033, + 0xA869: 1034, + 0xA86B: 1035, + 0xA871: 1036, + 0xA873: 1037, + 0xA875: 1038, + 0xA876: 1039, + 0xA877: 1040, + 0xA87D: 1041, + 0xA881: 1042, + 0xA882: 1043, + 0xA885: 1044, + 0xA889: 1045, + 0xA891: 1046, + 0xA893: 1047, + 0xA895: 1048, + 0xA896: 1049, + 0xA897: 1050, + 0xA8A1: 1051, + 0xA8A2: 1052, + 0xA8B1: 1053, + 0xA8E1: 1054, + 0xA8E2: 1055, + 0xA8E5: 1056, + 0xA8E8: 1057, + 0xA8E9: 1058, + 0xA8F1: 1059, + 0xA8F5: 1060, + 0xA8F6: 1061, + 0xA8F7: 1062, + 0xA941: 1063, + 0xA957: 1064, + 0xA961: 1065, + 0xA962: 1066, + 0xA971: 1067, + 0xA973: 1068, + 0xA975: 1069, + 0xA976: 1070, + 0xA977: 1071, + 0xA9A1: 1072, + 0xA9A2: 1073, + 0xA9A5: 1074, + 0xA9A9: 1075, + 0xA9B1: 1076, + 0xA9B3: 1077, + 0xA9B7: 1078, + 0xAA41: 1079, + 0xAA61: 1080, + 0xAA77: 1081, + 0xAA81: 1082, + 0xAA82: 1083, + 0xAA85: 1084, + 0xAA89: 1085, + 0xAA91: 1086, + 0xAA95: 1087, + 0xAA97: 1088, + 0xAB41: 1089, + 0xAB57: 1090, + 0xAB61: 1091, + 0xAB65: 1092, + 0xAB69: 1093, + 0xAB71: 1094, + 0xAB73: 1095, + 0xABA1: 1096, + 0xABA2: 1097, + 0xABA5: 1098, + 0xABA9: 1099, + 0xABB1: 1100, + 0xABB3: 1101, + 0xABB5: 1102, + 0xABB7: 1103, + 0xAC61: 1104, + 0xAC62: 1105, + 0xAC64: 1106, + 0xAC65: 1107, + 0xAC68: 1108, + 0xAC69: 1109, + 0xAC6A: 1110, + 0xAC6B: 1111, + 0xAC71: 1112, + 0xAC73: 1113, + 0xAC75: 1114, + 0xAC76: 1115, + 0xAC77: 1116, + 0xAC7B: 1117, + 0xAC81: 1118, + 0xAC82: 1119, + 0xAC85: 1120, + 0xAC89: 1121, + 0xAC91: 1122, + 0xAC93: 1123, + 0xAC95: 1124, + 0xAC96: 1125, + 0xAC97: 1126, + 0xACA1: 1127, + 0xACA2: 1128, + 0xACA5: 1129, + 0xACA9: 1130, + 0xACB1: 1131, + 0xACB3: 1132, + 0xACB5: 1133, + 0xACB7: 1134, + 0xACC1: 1135, + 0xACC5: 1136, + 0xACC9: 1137, + 0xACD1: 1138, + 0xACD7: 1139, + 0xACE1: 1140, + 0xACE2: 1141, + 0xACE3: 1142, + 0xACE4: 1143, + 0xACE5: 1144, + 0xACE8: 1145, + 0xACE9: 1146, + 0xACEB: 1147, + 0xACEC: 1148, + 0xACF1: 1149, + 0xACF3: 1150, + 0xACF5: 1151, + 0xACF6: 1152, + 0xACF7: 1153, + 0xACFC: 1154, + 0xAD41: 1155, + 0xAD42: 1156, + 0xAD45: 1157, + 0xAD49: 1158, + 0xAD51: 1159, + 0xAD53: 1160, + 0xAD55: 1161, + 0xAD56: 1162, + 0xAD57: 1163, + 0xAD61: 1164, + 0xAD62: 1165, + 0xAD65: 1166, + 0xAD69: 1167, + 0xAD71: 1168, + 0xAD73: 1169, + 0xAD75: 1170, + 0xAD76: 1171, + 0xAD77: 1172, + 0xAD81: 1173, + 0xAD85: 1174, + 0xAD89: 1175, + 0xAD97: 1176, + 0xADA1: 1177, + 0xADA2: 1178, + 0xADA3: 1179, + 0xADA5: 1180, + 0xADA9: 1181, + 0xADAB: 1182, + 0xADB1: 1183, + 0xADB3: 1184, + 0xADB5: 1185, + 0xADB7: 1186, + 0xADBB: 1187, + 0xADC1: 1188, + 0xADC2: 1189, + 0xADC5: 1190, + 0xADC9: 1191, + 0xADD7: 1192, + 0xADE1: 1193, + 0xADE5: 1194, + 0xADE9: 1195, + 0xADF1: 1196, + 0xADF5: 1197, + 0xADF6: 1198, + 0xAE41: 1199, + 0xAE45: 1200, + 0xAE49: 1201, + 0xAE51: 1202, + 0xAE53: 1203, + 0xAE55: 1204, + 0xAE61: 1205, + 0xAE62: 1206, + 0xAE65: 1207, + 0xAE69: 1208, + 0xAE71: 1209, + 0xAE73: 1210, + 0xAE75: 1211, + 0xAE77: 1212, + 0xAE81: 1213, + 0xAE82: 1214, + 0xAE85: 1215, + 0xAE88: 1216, + 0xAE89: 1217, + 0xAE91: 1218, + 0xAE93: 1219, + 0xAE95: 1220, + 0xAE97: 1221, + 0xAE99: 1222, + 0xAE9B: 1223, + 0xAE9C: 1224, + 0xAEA1: 1225, + 0xAEB6: 1226, + 0xAEC1: 1227, + 0xAEC2: 1228, + 0xAEC5: 1229, + 0xAEC9: 1230, + 0xAED1: 1231, + 0xAED7: 1232, + 0xAEE1: 1233, + 0xAEE2: 1234, + 0xAEE5: 1235, + 0xAEE9: 1236, + 0xAEF1: 1237, + 0xAEF3: 1238, + 0xAEF5: 1239, + 0xAEF7: 1240, + 0xAF41: 1241, + 0xAF42: 1242, + 0xAF49: 1243, + 0xAF51: 1244, + 0xAF55: 1245, + 0xAF57: 1246, + 0xAF61: 1247, + 0xAF62: 1248, + 0xAF65: 1249, + 0xAF69: 1250, + 0xAF6A: 1251, + 0xAF71: 1252, + 0xAF73: 1253, + 0xAF75: 1254, + 0xAF77: 1255, + 0xAFA1: 1256, + 0xAFA2: 1257, + 0xAFA5: 1258, + 0xAFA8: 1259, + 0xAFA9: 1260, + 0xAFB0: 1261, + 0xAFB1: 1262, + 0xAFB3: 1263, + 0xAFB5: 1264, + 0xAFB7: 1265, + 0xAFBC: 1266, + 0xB061: 1267, + 0xB062: 1268, + 0xB064: 1269, + 0xB065: 1270, + 0xB069: 1271, + 0xB071: 1272, + 0xB073: 1273, + 0xB076: 1274, + 0xB077: 1275, + 0xB07D: 1276, + 0xB081: 1277, + 0xB082: 1278, + 0xB085: 1279, + 0xB089: 1280, + 0xB091: 1281, + 0xB093: 1282, + 0xB096: 1283, + 0xB097: 1284, + 0xB0B7: 1285, + 0xB0E1: 1286, + 0xB0E2: 1287, + 0xB0E5: 1288, + 0xB0E9: 1289, + 0xB0EB: 1290, + 0xB0F1: 1291, + 0xB0F3: 1292, + 0xB0F6: 1293, + 0xB0F7: 1294, + 0xB141: 1295, + 0xB145: 1296, + 0xB149: 1297, + 0xB185: 1298, + 0xB1A1: 1299, + 0xB1A2: 1300, + 0xB1A5: 1301, + 0xB1A8: 1302, + 0xB1A9: 1303, + 0xB1AB: 1304, + 0xB1B1: 1305, + 0xB1B3: 1306, + 0xB1B7: 1307, + 0xB1C1: 1308, + 0xB1C2: 1309, + 0xB1C5: 1310, + 0xB1D6: 1311, + 0xB1E1: 1312, + 0xB1F6: 1313, + 0xB241: 1314, + 0xB245: 1315, + 0xB249: 1316, + 0xB251: 1317, + 0xB253: 1318, + 0xB261: 1319, + 0xB281: 1320, + 0xB282: 1321, + 0xB285: 1322, + 0xB289: 1323, + 0xB291: 1324, + 0xB293: 1325, + 0xB297: 1326, + 0xB2A1: 1327, + 0xB2B6: 1328, + 0xB2C1: 1329, + 0xB2E1: 1330, + 0xB2E5: 1331, + 0xB357: 1332, + 0xB361: 1333, + 0xB362: 1334, + 0xB365: 1335, + 0xB369: 1336, + 0xB36B: 1337, + 0xB370: 1338, + 0xB371: 1339, + 0xB373: 1340, + 0xB381: 1341, + 0xB385: 1342, + 0xB389: 1343, + 0xB391: 1344, + 0xB3A1: 1345, + 0xB3A2: 1346, + 0xB3A5: 1347, + 0xB3A9: 1348, + 0xB3B1: 1349, + 0xB3B3: 1350, + 0xB3B5: 1351, + 0xB3B7: 1352, + 0xB461: 1353, + 0xB462: 1354, + 0xB465: 1355, + 0xB466: 1356, + 0xB467: 1357, + 0xB469: 1358, + 0xB46A: 1359, + 0xB46B: 1360, + 0xB470: 1361, + 0xB471: 1362, + 0xB473: 1363, + 0xB475: 1364, + 0xB476: 1365, + 0xB477: 1366, + 0xB47B: 1367, + 0xB47C: 1368, + 0xB481: 1369, + 0xB482: 1370, + 0xB485: 1371, + 0xB489: 1372, + 0xB491: 1373, + 0xB493: 1374, + 0xB495: 1375, + 0xB496: 1376, + 0xB497: 1377, + 0xB4A1: 1378, + 0xB4A2: 1379, + 0xB4A5: 1380, + 0xB4A9: 1381, + 0xB4AC: 1382, + 0xB4B1: 1383, + 0xB4B3: 1384, + 0xB4B5: 1385, + 0xB4B7: 1386, + 0xB4BB: 1387, + 0xB4BD: 1388, + 0xB4C1: 1389, + 0xB4C5: 1390, + 0xB4C9: 1391, + 0xB4D3: 1392, + 0xB4E1: 1393, + 0xB4E2: 1394, + 0xB4E5: 1395, + 0xB4E6: 1396, + 0xB4E8: 1397, + 0xB4E9: 1398, + 0xB4EA: 1399, + 0xB4EB: 1400, + 0xB4F1: 1401, + 0xB4F3: 1402, + 0xB4F4: 1403, + 0xB4F5: 1404, + 0xB4F6: 1405, + 0xB4F7: 1406, + 0xB4F8: 1407, + 0xB4FA: 1408, + 0xB4FC: 1409, + 0xB541: 1410, + 0xB542: 1411, + 0xB545: 1412, + 0xB549: 1413, + 0xB551: 1414, + 0xB553: 1415, + 0xB555: 1416, + 0xB557: 1417, + 0xB561: 1418, + 0xB562: 1419, + 0xB563: 1420, + 0xB565: 1421, + 0xB569: 1422, + 0xB56B: 1423, + 0xB56C: 1424, + 0xB571: 1425, + 0xB573: 1426, + 0xB574: 1427, + 0xB575: 1428, + 0xB576: 1429, + 0xB577: 1430, + 0xB57B: 1431, + 0xB57C: 1432, + 0xB57D: 1433, + 0xB581: 1434, + 0xB585: 1435, + 0xB589: 1436, + 0xB591: 1437, + 0xB593: 1438, + 0xB595: 1439, + 0xB596: 1440, + 0xB5A1: 1441, + 0xB5A2: 1442, + 0xB5A5: 1443, + 0xB5A9: 1444, + 0xB5AA: 1445, + 0xB5AB: 1446, + 0xB5AD: 1447, + 0xB5B0: 1448, + 0xB5B1: 1449, + 0xB5B3: 1450, + 0xB5B5: 1451, + 0xB5B7: 1452, + 0xB5B9: 1453, + 0xB5C1: 1454, + 0xB5C2: 1455, + 0xB5C5: 1456, + 0xB5C9: 1457, + 0xB5D1: 1458, + 0xB5D3: 1459, + 0xB5D5: 1460, + 0xB5D6: 1461, + 0xB5D7: 1462, + 0xB5E1: 1463, + 0xB5E2: 1464, + 0xB5E5: 1465, + 0xB5F1: 1466, + 0xB5F5: 1467, + 0xB5F7: 1468, + 0xB641: 1469, + 0xB642: 1470, + 0xB645: 1471, + 0xB649: 1472, + 0xB651: 1473, + 0xB653: 1474, + 0xB655: 1475, + 0xB657: 1476, + 0xB661: 1477, + 0xB662: 1478, + 0xB665: 1479, + 0xB669: 1480, + 0xB671: 1481, + 0xB673: 1482, + 0xB675: 1483, + 0xB677: 1484, + 0xB681: 1485, + 0xB682: 1486, + 0xB685: 1487, + 0xB689: 1488, + 0xB68A: 1489, + 0xB68B: 1490, + 0xB691: 1491, + 0xB693: 1492, + 0xB695: 1493, + 0xB697: 1494, + 0xB6A1: 1495, + 0xB6A2: 1496, + 0xB6A5: 1497, + 0xB6A9: 1498, + 0xB6B1: 1499, + 0xB6B3: 1500, + 0xB6B6: 1501, + 0xB6B7: 1502, + 0xB6C1: 1503, + 0xB6C2: 1504, + 0xB6C5: 1505, + 0xB6C9: 1506, + 0xB6D1: 1507, + 0xB6D3: 1508, + 0xB6D7: 1509, + 0xB6E1: 1510, + 0xB6E2: 1511, + 0xB6E5: 1512, + 0xB6E9: 1513, + 0xB6F1: 1514, + 0xB6F3: 1515, + 0xB6F5: 1516, + 0xB6F7: 1517, + 0xB741: 1518, + 0xB742: 1519, + 0xB745: 1520, + 0xB749: 1521, + 0xB751: 1522, + 0xB753: 1523, + 0xB755: 1524, + 0xB757: 1525, + 0xB759: 1526, + 0xB761: 1527, + 0xB762: 1528, + 0xB765: 1529, + 0xB769: 1530, + 0xB76F: 1531, + 0xB771: 1532, + 0xB773: 1533, + 0xB775: 1534, + 0xB777: 1535, + 0xB778: 1536, + 0xB779: 1537, + 0xB77A: 1538, + 0xB77B: 1539, + 0xB77C: 1540, + 0xB77D: 1541, + 0xB781: 1542, + 0xB785: 1543, + 0xB789: 1544, + 0xB791: 1545, + 0xB795: 1546, + 0xB7A1: 1547, + 0xB7A2: 1548, + 0xB7A5: 1549, + 0xB7A9: 1550, + 0xB7AA: 1551, + 0xB7AB: 1552, + 0xB7B0: 1553, + 0xB7B1: 1554, + 0xB7B3: 1555, + 0xB7B5: 1556, + 0xB7B6: 1557, + 0xB7B7: 1558, + 0xB7B8: 1559, + 0xB7BC: 1560, + 0xB861: 1561, + 0xB862: 1562, + 0xB865: 1563, + 0xB867: 1564, + 0xB868: 1565, + 0xB869: 1566, + 0xB86B: 1567, + 0xB871: 1568, + 0xB873: 1569, + 0xB875: 1570, + 0xB876: 1571, + 0xB877: 1572, + 0xB878: 1573, + 0xB881: 1574, + 0xB882: 1575, + 0xB885: 1576, + 0xB889: 1577, + 0xB891: 1578, + 0xB893: 1579, + 0xB895: 1580, + 0xB896: 1581, + 0xB897: 1582, + 0xB8A1: 1583, + 0xB8A2: 1584, + 0xB8A5: 1585, + 0xB8A7: 1586, + 0xB8A9: 1587, + 0xB8B1: 1588, + 0xB8B7: 1589, + 0xB8C1: 1590, + 0xB8C5: 1591, + 0xB8C9: 1592, + 0xB8E1: 1593, + 0xB8E2: 1594, + 0xB8E5: 1595, + 0xB8E9: 1596, + 0xB8EB: 1597, + 0xB8F1: 1598, + 0xB8F3: 1599, + 0xB8F5: 1600, + 0xB8F7: 1601, + 0xB8F8: 1602, + 0xB941: 1603, + 0xB942: 1604, + 0xB945: 1605, + 0xB949: 1606, + 0xB951: 1607, + 0xB953: 1608, + 0xB955: 1609, + 0xB957: 1610, + 0xB961: 1611, + 0xB965: 1612, + 0xB969: 1613, + 0xB971: 1614, + 0xB973: 1615, + 0xB976: 1616, + 0xB977: 1617, + 0xB981: 1618, + 0xB9A1: 1619, + 0xB9A2: 1620, + 0xB9A5: 1621, + 0xB9A9: 1622, + 0xB9AB: 1623, + 0xB9B1: 1624, + 0xB9B3: 1625, + 0xB9B5: 1626, + 0xB9B7: 1627, + 0xB9B8: 1628, + 0xB9B9: 1629, + 0xB9BD: 1630, + 0xB9C1: 1631, + 0xB9C2: 1632, + 0xB9C9: 1633, + 0xB9D3: 1634, + 0xB9D5: 1635, + 0xB9D7: 1636, + 0xB9E1: 1637, + 0xB9F6: 1638, + 0xB9F7: 1639, + 0xBA41: 1640, + 0xBA45: 1641, + 0xBA49: 1642, + 0xBA51: 1643, + 0xBA53: 1644, + 0xBA55: 1645, + 0xBA57: 1646, + 0xBA61: 1647, + 0xBA62: 1648, + 0xBA65: 1649, + 0xBA77: 1650, + 0xBA81: 1651, + 0xBA82: 1652, + 0xBA85: 1653, + 0xBA89: 1654, + 0xBA8A: 1655, + 0xBA8B: 1656, + 0xBA91: 1657, + 0xBA93: 1658, + 0xBA95: 1659, + 0xBA97: 1660, + 0xBAA1: 1661, + 0xBAB6: 1662, + 0xBAC1: 1663, + 0xBAE1: 1664, + 0xBAE2: 1665, + 0xBAE5: 1666, + 0xBAE9: 1667, + 0xBAF1: 1668, + 0xBAF3: 1669, + 0xBAF5: 1670, + 0xBB41: 1671, + 0xBB45: 1672, + 0xBB49: 1673, + 0xBB51: 1674, + 0xBB61: 1675, + 0xBB62: 1676, + 0xBB65: 1677, + 0xBB69: 1678, + 0xBB71: 1679, + 0xBB73: 1680, + 0xBB75: 1681, + 0xBB77: 1682, + 0xBBA1: 1683, + 0xBBA2: 1684, + 0xBBA5: 1685, + 0xBBA8: 1686, + 0xBBA9: 1687, + 0xBBAB: 1688, + 0xBBB1: 1689, + 0xBBB3: 1690, + 0xBBB5: 1691, + 0xBBB7: 1692, + 0xBBB8: 1693, + 0xBBBB: 1694, + 0xBBBC: 1695, + 0xBC61: 1696, + 0xBC62: 1697, + 0xBC65: 1698, + 0xBC67: 1699, + 0xBC69: 1700, + 0xBC6C: 1701, + 0xBC71: 1702, + 0xBC73: 1703, + 0xBC75: 1704, + 0xBC76: 1705, + 0xBC77: 1706, + 0xBC81: 1707, + 0xBC82: 1708, + 0xBC85: 1709, + 0xBC89: 1710, + 0xBC91: 1711, + 0xBC93: 1712, + 0xBC95: 1713, + 0xBC96: 1714, + 0xBC97: 1715, + 0xBCA1: 1716, + 0xBCA5: 1717, + 0xBCB7: 1718, + 0xBCE1: 1719, + 0xBCE2: 1720, + 0xBCE5: 1721, + 0xBCE9: 1722, + 0xBCF1: 1723, + 0xBCF3: 1724, + 0xBCF5: 1725, + 0xBCF6: 1726, + 0xBCF7: 1727, + 0xBD41: 1728, + 0xBD57: 1729, + 0xBD61: 1730, + 0xBD76: 1731, + 0xBDA1: 1732, + 0xBDA2: 1733, + 0xBDA5: 1734, + 0xBDA9: 1735, + 0xBDB1: 1736, + 0xBDB3: 1737, + 0xBDB5: 1738, + 0xBDB7: 1739, + 0xBDB9: 1740, + 0xBDC1: 1741, + 0xBDC2: 1742, + 0xBDC9: 1743, + 0xBDD6: 1744, + 0xBDE1: 1745, + 0xBDF6: 1746, + 0xBE41: 1747, + 0xBE45: 1748, + 0xBE49: 1749, + 0xBE51: 1750, + 0xBE53: 1751, + 0xBE77: 1752, + 0xBE81: 1753, + 0xBE82: 1754, + 0xBE85: 1755, + 0xBE89: 1756, + 0xBE91: 1757, + 0xBE93: 1758, + 0xBE97: 1759, + 0xBEA1: 1760, + 0xBEB6: 1761, + 0xBEB7: 1762, + 0xBEE1: 1763, + 0xBF41: 1764, + 0xBF61: 1765, + 0xBF71: 1766, + 0xBF75: 1767, + 0xBF77: 1768, + 0xBFA1: 1769, + 0xBFA2: 1770, + 0xBFA5: 1771, + 0xBFA9: 1772, + 0xBFB1: 1773, + 0xBFB3: 1774, + 0xBFB7: 1775, + 0xBFB8: 1776, + 0xBFBD: 1777, + 0xC061: 1778, + 0xC062: 1779, + 0xC065: 1780, + 0xC067: 1781, + 0xC069: 1782, + 0xC071: 1783, + 0xC073: 1784, + 0xC075: 1785, + 0xC076: 1786, + 0xC077: 1787, + 0xC078: 1788, + 0xC081: 1789, + 0xC082: 1790, + 0xC085: 1791, + 0xC089: 1792, + 0xC091: 1793, + 0xC093: 1794, + 0xC095: 1795, + 0xC096: 1796, + 0xC097: 1797, + 0xC0A1: 1798, + 0xC0A5: 1799, + 0xC0A7: 1800, + 0xC0A9: 1801, + 0xC0B1: 1802, + 0xC0B7: 1803, + 0xC0E1: 1804, + 0xC0E2: 1805, + 0xC0E5: 1806, + 0xC0E9: 1807, + 0xC0F1: 1808, + 0xC0F3: 1809, + 0xC0F5: 1810, + 0xC0F6: 1811, + 0xC0F7: 1812, + 0xC141: 1813, + 0xC142: 1814, + 0xC145: 1815, + 0xC149: 1816, + 0xC151: 1817, + 0xC153: 1818, + 0xC155: 1819, + 0xC157: 1820, + 0xC161: 1821, + 0xC165: 1822, + 0xC176: 1823, + 0xC181: 1824, + 0xC185: 1825, + 0xC197: 1826, + 0xC1A1: 1827, + 0xC1A2: 1828, + 0xC1A5: 1829, + 0xC1A9: 1830, + 0xC1B1: 1831, + 0xC1B3: 1832, + 0xC1B5: 1833, + 0xC1B7: 1834, + 0xC1C1: 1835, + 0xC1C5: 1836, + 0xC1C9: 1837, + 0xC1D7: 1838, + 0xC241: 1839, + 0xC245: 1840, + 0xC249: 1841, + 0xC251: 1842, + 0xC253: 1843, + 0xC255: 1844, + 0xC257: 1845, + 0xC261: 1846, + 0xC271: 1847, + 0xC281: 1848, + 0xC282: 1849, + 0xC285: 1850, + 0xC289: 1851, + 0xC291: 1852, + 0xC293: 1853, + 0xC295: 1854, + 0xC297: 1855, + 0xC2A1: 1856, + 0xC2B6: 1857, + 0xC2C1: 1858, + 0xC2C5: 1859, + 0xC2E1: 1860, + 0xC2E5: 1861, + 0xC2E9: 1862, + 0xC2F1: 1863, + 0xC2F3: 1864, + 0xC2F5: 1865, + 0xC2F7: 1866, + 0xC341: 1867, + 0xC345: 1868, + 0xC349: 1869, + 0xC351: 1870, + 0xC357: 1871, + 0xC361: 1872, + 0xC362: 1873, + 0xC365: 1874, + 0xC369: 1875, + 0xC371: 1876, + 0xC373: 1877, + 0xC375: 1878, + 0xC377: 1879, + 0xC3A1: 1880, + 0xC3A2: 1881, + 0xC3A5: 1882, + 0xC3A8: 1883, + 0xC3A9: 1884, + 0xC3AA: 1885, + 0xC3B1: 1886, + 0xC3B3: 1887, + 0xC3B5: 1888, + 0xC3B7: 1889, + 0xC461: 1890, + 0xC462: 1891, + 0xC465: 1892, + 0xC469: 1893, + 0xC471: 1894, + 0xC473: 1895, + 0xC475: 1896, + 0xC477: 1897, + 0xC481: 1898, + 0xC482: 1899, + 0xC485: 1900, + 0xC489: 1901, + 0xC491: 1902, + 0xC493: 1903, + 0xC495: 1904, + 0xC496: 1905, + 0xC497: 1906, + 0xC4A1: 1907, + 0xC4A2: 1908, + 0xC4B7: 1909, + 0xC4E1: 1910, + 0xC4E2: 1911, + 0xC4E5: 1912, + 0xC4E8: 1913, + 0xC4E9: 1914, + 0xC4F1: 1915, + 0xC4F3: 1916, + 0xC4F5: 1917, + 0xC4F6: 1918, + 0xC4F7: 1919, + 0xC541: 1920, + 0xC542: 1921, + 0xC545: 1922, + 0xC549: 1923, + 0xC551: 1924, + 0xC553: 1925, + 0xC555: 1926, + 0xC557: 1927, + 0xC561: 1928, + 0xC565: 1929, + 0xC569: 1930, + 0xC571: 1931, + 0xC573: 1932, + 0xC575: 1933, + 0xC576: 1934, + 0xC577: 1935, + 0xC581: 1936, + 0xC5A1: 1937, + 0xC5A2: 1938, + 0xC5A5: 1939, + 0xC5A9: 1940, + 0xC5B1: 1941, + 0xC5B3: 1942, + 0xC5B5: 1943, + 0xC5B7: 1944, + 0xC5C1: 1945, + 0xC5C2: 1946, + 0xC5C5: 1947, + 0xC5C9: 1948, + 0xC5D1: 1949, + 0xC5D7: 1950, + 0xC5E1: 1951, + 0xC5F7: 1952, + 0xC641: 1953, + 0xC649: 1954, + 0xC661: 1955, + 0xC681: 1956, + 0xC682: 1957, + 0xC685: 1958, + 0xC689: 1959, + 0xC691: 1960, + 0xC693: 1961, + 0xC695: 1962, + 0xC697: 1963, + 0xC6A1: 1964, + 0xC6A5: 1965, + 0xC6A9: 1966, + 0xC6B7: 1967, + 0xC6C1: 1968, + 0xC6D7: 1969, + 0xC6E1: 1970, + 0xC6E2: 1971, + 0xC6E5: 1972, + 0xC6E9: 1973, + 0xC6F1: 1974, + 0xC6F3: 1975, + 0xC6F5: 1976, + 0xC6F7: 1977, + 0xC741: 1978, + 0xC745: 1979, + 0xC749: 1980, + 0xC751: 1981, + 0xC761: 1982, + 0xC762: 1983, + 0xC765: 1984, + 0xC769: 1985, + 0xC771: 1986, + 0xC773: 1987, + 0xC777: 1988, + 0xC7A1: 1989, + 0xC7A2: 1990, + 0xC7A5: 1991, + 0xC7A9: 1992, + 0xC7B1: 1993, + 0xC7B3: 1994, + 0xC7B5: 1995, + 0xC7B7: 1996, + 0xC861: 1997, + 0xC862: 1998, + 0xC865: 1999, + 0xC869: 2000, + 0xC86A: 2001, + 0xC871: 2002, + 0xC873: 2003, + 0xC875: 2004, + 0xC876: 2005, + 0xC877: 2006, + 0xC881: 2007, + 0xC882: 2008, + 0xC885: 2009, + 0xC889: 2010, + 0xC891: 2011, + 0xC893: 2012, + 0xC895: 2013, + 0xC896: 2014, + 0xC897: 2015, + 0xC8A1: 2016, + 0xC8B7: 2017, + 0xC8E1: 2018, + 0xC8E2: 2019, + 0xC8E5: 2020, + 0xC8E9: 2021, + 0xC8EB: 2022, + 0xC8F1: 2023, + 0xC8F3: 2024, + 0xC8F5: 2025, + 0xC8F6: 2026, + 0xC8F7: 2027, + 0xC941: 2028, + 0xC942: 2029, + 0xC945: 2030, + 0xC949: 2031, + 0xC951: 2032, + 0xC953: 2033, + 0xC955: 2034, + 0xC957: 2035, + 0xC961: 2036, + 0xC965: 2037, + 0xC976: 2038, + 0xC981: 2039, + 0xC985: 2040, + 0xC9A1: 2041, + 0xC9A2: 2042, + 0xC9A5: 2043, + 0xC9A9: 2044, + 0xC9B1: 2045, + 0xC9B3: 2046, + 0xC9B5: 2047, + 0xC9B7: 2048, + 0xC9BC: 2049, + 0xC9C1: 2050, + 0xC9C5: 2051, + 0xC9E1: 2052, + 0xCA41: 2053, + 0xCA45: 2054, + 0xCA55: 2055, + 0xCA57: 2056, + 0xCA61: 2057, + 0xCA81: 2058, + 0xCA82: 2059, + 0xCA85: 2060, + 0xCA89: 2061, + 0xCA91: 2062, + 0xCA93: 2063, + 0xCA95: 2064, + 0xCA97: 2065, + 0xCAA1: 2066, + 0xCAB6: 2067, + 0xCAC1: 2068, + 0xCAE1: 2069, + 0xCAE2: 2070, + 0xCAE5: 2071, + 0xCAE9: 2072, + 0xCAF1: 2073, + 0xCAF3: 2074, + 0xCAF7: 2075, + 0xCB41: 2076, + 0xCB45: 2077, + 0xCB49: 2078, + 0xCB51: 2079, + 0xCB57: 2080, + 0xCB61: 2081, + 0xCB62: 2082, + 0xCB65: 2083, + 0xCB68: 2084, + 0xCB69: 2085, + 0xCB6B: 2086, + 0xCB71: 2087, + 0xCB73: 2088, + 0xCB75: 2089, + 0xCB81: 2090, + 0xCB85: 2091, + 0xCB89: 2092, + 0xCB91: 2093, + 0xCB93: 2094, + 0xCBA1: 2095, + 0xCBA2: 2096, + 0xCBA5: 2097, + 0xCBA9: 2098, + 0xCBB1: 2099, + 0xCBB3: 2100, + 0xCBB5: 2101, + 0xCBB7: 2102, + 0xCC61: 2103, + 0xCC62: 2104, + 0xCC63: 2105, + 0xCC65: 2106, + 0xCC69: 2107, + 0xCC6B: 2108, + 0xCC71: 2109, + 0xCC73: 2110, + 0xCC75: 2111, + 0xCC76: 2112, + 0xCC77: 2113, + 0xCC7B: 2114, + 0xCC81: 2115, + 0xCC82: 2116, + 0xCC85: 2117, + 0xCC89: 2118, + 0xCC91: 2119, + 0xCC93: 2120, + 0xCC95: 2121, + 0xCC96: 2122, + 0xCC97: 2123, + 0xCCA1: 2124, + 0xCCA2: 2125, + 0xCCE1: 2126, + 0xCCE2: 2127, + 0xCCE5: 2128, + 0xCCE9: 2129, + 0xCCF1: 2130, + 0xCCF3: 2131, + 0xCCF5: 2132, + 0xCCF6: 2133, + 0xCCF7: 2134, + 0xCD41: 2135, + 0xCD42: 2136, + 0xCD45: 2137, + 0xCD49: 2138, + 0xCD51: 2139, + 0xCD53: 2140, + 0xCD55: 2141, + 0xCD57: 2142, + 0xCD61: 2143, + 0xCD65: 2144, + 0xCD69: 2145, + 0xCD71: 2146, + 0xCD73: 2147, + 0xCD76: 2148, + 0xCD77: 2149, + 0xCD81: 2150, + 0xCD89: 2151, + 0xCD93: 2152, + 0xCD95: 2153, + 0xCDA1: 2154, + 0xCDA2: 2155, + 0xCDA5: 2156, + 0xCDA9: 2157, + 0xCDB1: 2158, + 0xCDB3: 2159, + 0xCDB5: 2160, + 0xCDB7: 2161, + 0xCDC1: 2162, + 0xCDD7: 2163, + 0xCE41: 2164, + 0xCE45: 2165, + 0xCE61: 2166, + 0xCE65: 2167, + 0xCE69: 2168, + 0xCE73: 2169, + 0xCE75: 2170, + 0xCE81: 2171, + 0xCE82: 2172, + 0xCE85: 2173, + 0xCE88: 2174, + 0xCE89: 2175, + 0xCE8B: 2176, + 0xCE91: 2177, + 0xCE93: 2178, + 0xCE95: 2179, + 0xCE97: 2180, + 0xCEA1: 2181, + 0xCEB7: 2182, + 0xCEE1: 2183, + 0xCEE5: 2184, + 0xCEE9: 2185, + 0xCEF1: 2186, + 0xCEF5: 2187, + 0xCF41: 2188, + 0xCF45: 2189, + 0xCF49: 2190, + 0xCF51: 2191, + 0xCF55: 2192, + 0xCF57: 2193, + 0xCF61: 2194, + 0xCF65: 2195, + 0xCF69: 2196, + 0xCF71: 2197, + 0xCF73: 2198, + 0xCF75: 2199, + 0xCFA1: 2200, + 0xCFA2: 2201, + 0xCFA5: 2202, + 0xCFA9: 2203, + 0xCFB1: 2204, + 0xCFB3: 2205, + 0xCFB5: 2206, + 0xCFB7: 2207, + 0xD061: 2208, + 0xD062: 2209, + 0xD065: 2210, + 0xD069: 2211, + 0xD06E: 2212, + 0xD071: 2213, + 0xD073: 2214, + 0xD075: 2215, + 0xD077: 2216, + 0xD081: 2217, + 0xD082: 2218, + 0xD085: 2219, + 0xD089: 2220, + 0xD091: 2221, + 0xD093: 2222, + 0xD095: 2223, + 0xD096: 2224, + 0xD097: 2225, + 0xD0A1: 2226, + 0xD0B7: 2227, + 0xD0E1: 2228, + 0xD0E2: 2229, + 0xD0E5: 2230, + 0xD0E9: 2231, + 0xD0EB: 2232, + 0xD0F1: 2233, + 0xD0F3: 2234, + 0xD0F5: 2235, + 0xD0F7: 2236, + 0xD141: 2237, + 0xD142: 2238, + 0xD145: 2239, + 0xD149: 2240, + 0xD151: 2241, + 0xD153: 2242, + 0xD155: 2243, + 0xD157: 2244, + 0xD161: 2245, + 0xD162: 2246, + 0xD165: 2247, + 0xD169: 2248, + 0xD171: 2249, + 0xD173: 2250, + 0xD175: 2251, + 0xD176: 2252, + 0xD177: 2253, + 0xD181: 2254, + 0xD185: 2255, + 0xD189: 2256, + 0xD193: 2257, + 0xD1A1: 2258, + 0xD1A2: 2259, + 0xD1A5: 2260, + 0xD1A9: 2261, + 0xD1AE: 2262, + 0xD1B1: 2263, + 0xD1B3: 2264, + 0xD1B5: 2265, + 0xD1B7: 2266, + 0xD1BB: 2267, + 0xD1C1: 2268, + 0xD1C2: 2269, + 0xD1C5: 2270, + 0xD1C9: 2271, + 0xD1D5: 2272, + 0xD1D7: 2273, + 0xD1E1: 2274, + 0xD1E2: 2275, + 0xD1E5: 2276, + 0xD1F5: 2277, + 0xD1F7: 2278, + 0xD241: 2279, + 0xD242: 2280, + 0xD245: 2281, + 0xD249: 2282, + 0xD253: 2283, + 0xD255: 2284, + 0xD257: 2285, + 0xD261: 2286, + 0xD265: 2287, + 0xD269: 2288, + 0xD273: 2289, + 0xD275: 2290, + 0xD281: 2291, + 0xD282: 2292, + 0xD285: 2293, + 0xD289: 2294, + 0xD28E: 2295, + 0xD291: 2296, + 0xD295: 2297, + 0xD297: 2298, + 0xD2A1: 2299, + 0xD2A5: 2300, + 0xD2A9: 2301, + 0xD2B1: 2302, + 0xD2B7: 2303, + 0xD2C1: 2304, + 0xD2C2: 2305, + 0xD2C5: 2306, + 0xD2C9: 2307, + 0xD2D7: 2308, + 0xD2E1: 2309, + 0xD2E2: 2310, + 0xD2E5: 2311, + 0xD2E9: 2312, + 0xD2F1: 2313, + 0xD2F3: 2314, + 0xD2F5: 2315, + 0xD2F7: 2316, + 0xD341: 2317, + 0xD342: 2318, + 0xD345: 2319, + 0xD349: 2320, + 0xD351: 2321, + 0xD355: 2322, + 0xD357: 2323, + 0xD361: 2324, + 0xD362: 2325, + 0xD365: 2326, + 0xD367: 2327, + 0xD368: 2328, + 0xD369: 2329, + 0xD36A: 2330, + 0xD371: 2331, + 0xD373: 2332, + 0xD375: 2333, + 0xD377: 2334, + 0xD37B: 2335, + 0xD381: 2336, + 0xD385: 2337, + 0xD389: 2338, + 0xD391: 2339, + 0xD393: 2340, + 0xD397: 2341, + 0xD3A1: 2342, + 0xD3A2: 2343, + 0xD3A5: 2344, + 0xD3A9: 2345, + 0xD3B1: 2346, + 0xD3B3: 2347, + 0xD3B5: 2348, + 0xD3B7: 2349, +} diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py new file mode 100644 index 0000000..d7364ba --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import JOHABDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import JOHAB_SM_MODEL + + +class JOHABProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(JOHAB_SM_MODEL) + self.distribution_analyzer = JOHABDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "Johab" + + @property + def language(self) -> str: + return "Korean" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py new file mode 100644 index 0000000..2f53bdd --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py @@ -0,0 +1,238 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Tuple, Union + +# This is hiragana 2-char sequence table, the number in each cell represents its frequency category +# fmt: off +jp2_char_context = ( + (0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1), + (2, 4, 0, 4, 0, 3, 0, 4, 0, 3, 4, 4, 4, 2, 4, 3, 3, 4, 3, 2, 3, 3, 4, 2, 3, 3, 3, 2, 4, 1, 4, 3, 3, 1, 5, 4, 3, 4, 3, 4, 3, 5, 3, 0, 3, 5, 4, 2, 0, 3, 1, 0, 3, 3, 0, 3, 3, 0, 1, 1, 0, 4, 3, 0, 3, 3, 0, 4, 0, 2, 0, 3, 5, 5, 5, 5, 4, 0, 4, 1, 0, 3, 4), + (0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2), + (0, 4, 0, 5, 0, 5, 0, 4, 0, 4, 5, 4, 4, 3, 5, 3, 5, 1, 5, 3, 4, 3, 4, 4, 3, 4, 3, 3, 4, 3, 5, 4, 4, 3, 5, 5, 3, 5, 5, 5, 3, 5, 5, 3, 4, 5, 5, 3, 1, 3, 2, 0, 3, 4, 0, 4, 2, 0, 4, 2, 1, 5, 3, 2, 3, 5, 0, 4, 0, 2, 0, 5, 4, 4, 5, 4, 5, 0, 4, 0, 0, 4, 4), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 3, 0, 4, 0, 3, 0, 3, 0, 4, 5, 4, 3, 3, 3, 3, 4, 3, 5, 4, 4, 3, 5, 4, 4, 3, 4, 3, 4, 4, 4, 4, 5, 3, 4, 4, 3, 4, 5, 5, 4, 5, 5, 1, 4, 5, 4, 3, 0, 3, 3, 1, 3, 3, 0, 4, 4, 0, 3, 3, 1, 5, 3, 3, 3, 5, 0, 4, 0, 3, 0, 4, 4, 3, 4, 3, 3, 0, 4, 1, 1, 3, 4), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 4, 0, 3, 0, 3, 0, 4, 0, 3, 4, 4, 3, 2, 2, 1, 2, 1, 3, 1, 3, 3, 3, 3, 3, 4, 3, 1, 3, 3, 5, 3, 3, 0, 4, 3, 0, 5, 4, 3, 3, 5, 4, 4, 3, 4, 4, 5, 0, 1, 2, 0, 1, 2, 0, 2, 2, 0, 1, 0, 0, 5, 2, 2, 1, 4, 0, 3, 0, 1, 0, 4, 4, 3, 5, 4, 3, 0, 2, 1, 0, 4, 3), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 3, 0, 5, 0, 4, 0, 2, 1, 4, 4, 2, 4, 1, 4, 2, 4, 2, 4, 3, 3, 3, 4, 3, 3, 3, 3, 1, 4, 2, 3, 3, 3, 1, 4, 4, 1, 1, 1, 4, 3, 3, 2, 0, 2, 4, 3, 2, 0, 3, 3, 0, 3, 1, 1, 0, 0, 0, 3, 3, 0, 4, 2, 2, 3, 4, 0, 4, 0, 3, 0, 4, 4, 5, 3, 4, 4, 0, 3, 0, 0, 1, 4), + (1, 4, 0, 4, 0, 4, 0, 4, 0, 3, 5, 4, 4, 3, 4, 3, 5, 4, 3, 3, 4, 3, 5, 4, 4, 4, 4, 3, 4, 2, 4, 3, 3, 1, 5, 4, 3, 2, 4, 5, 4, 5, 5, 4, 4, 5, 4, 4, 0, 3, 2, 2, 3, 3, 0, 4, 3, 1, 3, 2, 1, 4, 3, 3, 4, 5, 0, 3, 0, 2, 0, 4, 5, 5, 4, 5, 4, 0, 4, 0, 0, 5, 4), + (0, 5, 0, 5, 0, 4, 0, 3, 0, 4, 4, 3, 4, 3, 3, 3, 4, 0, 4, 4, 4, 3, 4, 3, 4, 3, 3, 1, 4, 2, 4, 3, 4, 0, 5, 4, 1, 4, 5, 4, 4, 5, 3, 2, 4, 3, 4, 3, 2, 4, 1, 3, 3, 3, 2, 3, 2, 0, 4, 3, 3, 4, 3, 3, 3, 4, 0, 4, 0, 3, 0, 4, 5, 4, 4, 4, 3, 0, 4, 1, 0, 1, 3), + (0, 3, 1, 4, 0, 3, 0, 2, 0, 3, 4, 4, 3, 1, 4, 2, 3, 3, 4, 3, 4, 3, 4, 3, 4, 4, 3, 2, 3, 1, 5, 4, 4, 1, 4, 4, 3, 5, 4, 4, 3, 5, 5, 4, 3, 4, 4, 3, 1, 2, 3, 1, 2, 2, 0, 3, 2, 0, 3, 1, 0, 5, 3, 3, 3, 4, 3, 3, 3, 3, 4, 4, 4, 4, 5, 4, 2, 0, 3, 3, 2, 4, 3), + (0, 2, 0, 3, 0, 1, 0, 1, 0, 0, 3, 2, 0, 0, 2, 0, 1, 0, 2, 1, 3, 3, 3, 1, 2, 3, 1, 0, 1, 0, 4, 2, 1, 1, 3, 3, 0, 4, 3, 3, 1, 4, 3, 3, 0, 3, 3, 2, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 4, 1, 0, 2, 3, 2, 2, 2, 1, 3, 3, 3, 4, 4, 3, 2, 0, 3, 1, 0, 3, 3), + (0, 4, 0, 4, 0, 3, 0, 3, 0, 4, 4, 4, 3, 3, 3, 3, 3, 3, 4, 3, 4, 2, 4, 3, 4, 3, 3, 2, 4, 3, 4, 5, 4, 1, 4, 5, 3, 5, 4, 5, 3, 5, 4, 0, 3, 5, 5, 3, 1, 3, 3, 2, 2, 3, 0, 3, 4, 1, 3, 3, 2, 4, 3, 3, 3, 4, 0, 4, 0, 3, 0, 4, 5, 4, 4, 5, 3, 0, 4, 1, 0, 3, 4), + (0, 2, 0, 3, 0, 3, 0, 0, 0, 2, 2, 2, 1, 0, 1, 0, 0, 0, 3, 0, 3, 0, 3, 0, 1, 3, 1, 0, 3, 1, 3, 3, 3, 1, 3, 3, 3, 0, 1, 3, 1, 3, 4, 0, 0, 3, 1, 1, 0, 3, 2, 0, 0, 0, 0, 1, 3, 0, 1, 0, 0, 3, 3, 2, 0, 3, 0, 0, 0, 0, 0, 3, 4, 3, 4, 3, 3, 0, 3, 0, 0, 2, 3), + (2, 3, 0, 3, 0, 2, 0, 1, 0, 3, 3, 4, 3, 1, 3, 1, 1, 1, 3, 1, 4, 3, 4, 3, 3, 3, 0, 0, 3, 1, 5, 4, 3, 1, 4, 3, 2, 5, 5, 4, 4, 4, 4, 3, 3, 4, 4, 4, 0, 2, 1, 1, 3, 2, 0, 1, 2, 0, 0, 1, 0, 4, 1, 3, 3, 3, 0, 3, 0, 1, 0, 4, 4, 4, 5, 5, 3, 0, 2, 0, 0, 4, 4), + (0, 2, 0, 1, 0, 3, 1, 3, 0, 2, 3, 3, 3, 0, 3, 1, 0, 0, 3, 0, 3, 2, 3, 1, 3, 2, 1, 1, 0, 0, 4, 2, 1, 0, 2, 3, 1, 4, 3, 2, 0, 4, 4, 3, 1, 3, 1, 3, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 4, 1, 1, 1, 2, 0, 3, 0, 0, 0, 3, 4, 2, 4, 3, 2, 0, 1, 0, 0, 3, 3), + (0, 1, 0, 4, 0, 5, 0, 4, 0, 2, 4, 4, 2, 3, 3, 2, 3, 3, 5, 3, 3, 3, 4, 3, 4, 2, 3, 0, 4, 3, 3, 3, 4, 1, 4, 3, 2, 1, 5, 5, 3, 4, 5, 1, 3, 5, 4, 2, 0, 3, 3, 0, 1, 3, 0, 4, 2, 0, 1, 3, 1, 4, 3, 3, 3, 3, 0, 3, 0, 1, 0, 3, 4, 4, 4, 5, 5, 0, 3, 0, 1, 4, 5), + (0, 2, 0, 3, 0, 3, 0, 0, 0, 2, 3, 1, 3, 0, 4, 0, 1, 1, 3, 0, 3, 4, 3, 2, 3, 1, 0, 3, 3, 2, 3, 1, 3, 0, 2, 3, 0, 2, 1, 4, 1, 2, 2, 0, 0, 3, 3, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 2, 2, 0, 3, 2, 1, 3, 3, 0, 2, 0, 2, 0, 0, 3, 3, 1, 2, 4, 0, 3, 0, 2, 2, 3), + (2, 4, 0, 5, 0, 4, 0, 4, 0, 2, 4, 4, 4, 3, 4, 3, 3, 3, 1, 2, 4, 3, 4, 3, 4, 4, 5, 0, 3, 3, 3, 3, 2, 0, 4, 3, 1, 4, 3, 4, 1, 4, 4, 3, 3, 4, 4, 3, 1, 2, 3, 0, 4, 2, 0, 4, 1, 0, 3, 3, 0, 4, 3, 3, 3, 4, 0, 4, 0, 2, 0, 3, 5, 3, 4, 5, 2, 0, 3, 0, 0, 4, 5), + (0, 3, 0, 4, 0, 1, 0, 1, 0, 1, 3, 2, 2, 1, 3, 0, 3, 0, 2, 0, 2, 0, 3, 0, 2, 0, 0, 0, 1, 0, 1, 1, 0, 0, 3, 1, 0, 0, 0, 4, 0, 3, 1, 0, 2, 1, 3, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 4, 2, 2, 3, 1, 0, 3, 0, 0, 0, 1, 4, 4, 4, 3, 0, 0, 4, 0, 0, 1, 4), + (1, 4, 1, 5, 0, 3, 0, 3, 0, 4, 5, 4, 4, 3, 5, 3, 3, 4, 4, 3, 4, 1, 3, 3, 3, 3, 2, 1, 4, 1, 5, 4, 3, 1, 4, 4, 3, 5, 4, 4, 3, 5, 4, 3, 3, 4, 4, 4, 0, 3, 3, 1, 2, 3, 0, 3, 1, 0, 3, 3, 0, 5, 4, 4, 4, 4, 4, 4, 3, 3, 5, 4, 4, 3, 3, 5, 4, 0, 3, 2, 0, 4, 4), + (0, 2, 0, 3, 0, 1, 0, 0, 0, 1, 3, 3, 3, 2, 4, 1, 3, 0, 3, 1, 3, 0, 2, 2, 1, 1, 0, 0, 2, 0, 4, 3, 1, 0, 4, 3, 0, 4, 4, 4, 1, 4, 3, 1, 1, 3, 3, 1, 0, 2, 0, 0, 1, 3, 0, 0, 0, 0, 2, 0, 0, 4, 3, 2, 4, 3, 5, 4, 3, 3, 3, 4, 3, 3, 4, 3, 3, 0, 2, 1, 0, 3, 3), + (0, 2, 0, 4, 0, 3, 0, 2, 0, 2, 5, 5, 3, 4, 4, 4, 4, 1, 4, 3, 3, 0, 4, 3, 4, 3, 1, 3, 3, 2, 4, 3, 0, 3, 4, 3, 0, 3, 4, 4, 2, 4, 4, 0, 4, 5, 3, 3, 2, 2, 1, 1, 1, 2, 0, 1, 5, 0, 3, 3, 2, 4, 3, 3, 3, 4, 0, 3, 0, 2, 0, 4, 4, 3, 5, 5, 0, 0, 3, 0, 2, 3, 3), + (0, 3, 0, 4, 0, 3, 0, 1, 0, 3, 4, 3, 3, 1, 3, 3, 3, 0, 3, 1, 3, 0, 4, 3, 3, 1, 1, 0, 3, 0, 3, 3, 0, 0, 4, 4, 0, 1, 5, 4, 3, 3, 5, 0, 3, 3, 4, 3, 0, 2, 0, 1, 1, 1, 0, 1, 3, 0, 1, 2, 1, 3, 3, 2, 3, 3, 0, 3, 0, 1, 0, 1, 3, 3, 4, 4, 1, 0, 1, 2, 2, 1, 3), + (0, 1, 0, 4, 0, 4, 0, 3, 0, 1, 3, 3, 3, 2, 3, 1, 1, 0, 3, 0, 3, 3, 4, 3, 2, 4, 2, 0, 1, 0, 4, 3, 2, 0, 4, 3, 0, 5, 3, 3, 2, 4, 4, 4, 3, 3, 3, 4, 0, 1, 3, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 4, 2, 3, 3, 3, 0, 3, 0, 0, 0, 4, 4, 4, 5, 3, 2, 0, 3, 3, 0, 3, 5), + (0, 2, 0, 3, 0, 0, 0, 3, 0, 1, 3, 0, 2, 0, 0, 0, 1, 0, 3, 1, 1, 3, 3, 0, 0, 3, 0, 0, 3, 0, 2, 3, 1, 0, 3, 1, 0, 3, 3, 2, 0, 4, 2, 2, 0, 2, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 2, 0, 1, 0, 1, 0, 0, 0, 1, 3, 1, 2, 0, 0, 0, 1, 0, 0, 1, 4), + (0, 3, 0, 3, 0, 5, 0, 1, 0, 2, 4, 3, 1, 3, 3, 2, 1, 1, 5, 2, 1, 0, 5, 1, 2, 0, 0, 0, 3, 3, 2, 2, 3, 2, 4, 3, 0, 0, 3, 3, 1, 3, 3, 0, 2, 5, 3, 4, 0, 3, 3, 0, 1, 2, 0, 2, 2, 0, 3, 2, 0, 2, 2, 3, 3, 3, 0, 2, 0, 1, 0, 3, 4, 4, 2, 5, 4, 0, 3, 0, 0, 3, 5), + (0, 3, 0, 3, 0, 3, 0, 1, 0, 3, 3, 3, 3, 0, 3, 0, 2, 0, 2, 1, 1, 0, 2, 0, 1, 0, 0, 0, 2, 1, 0, 0, 1, 0, 3, 2, 0, 0, 3, 3, 1, 2, 3, 1, 0, 3, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 3, 1, 2, 3, 0, 3, 0, 1, 0, 3, 2, 1, 0, 4, 3, 0, 1, 1, 0, 3, 3), + (0, 4, 0, 5, 0, 3, 0, 3, 0, 4, 5, 5, 4, 3, 5, 3, 4, 3, 5, 3, 3, 2, 5, 3, 4, 4, 4, 3, 4, 3, 4, 5, 5, 3, 4, 4, 3, 4, 4, 5, 4, 4, 4, 3, 4, 5, 5, 4, 2, 3, 4, 2, 3, 4, 0, 3, 3, 1, 4, 3, 2, 4, 3, 3, 5, 5, 0, 3, 0, 3, 0, 5, 5, 5, 5, 4, 4, 0, 4, 0, 1, 4, 4), + (0, 4, 0, 4, 0, 3, 0, 3, 0, 3, 5, 4, 4, 2, 3, 2, 5, 1, 3, 2, 5, 1, 4, 2, 3, 2, 3, 3, 4, 3, 3, 3, 3, 2, 5, 4, 1, 3, 3, 5, 3, 4, 4, 0, 4, 4, 3, 1, 1, 3, 1, 0, 2, 3, 0, 2, 3, 0, 3, 0, 0, 4, 3, 1, 3, 4, 0, 3, 0, 2, 0, 4, 4, 4, 3, 4, 5, 0, 4, 0, 0, 3, 4), + (0, 3, 0, 3, 0, 3, 1, 2, 0, 3, 4, 4, 3, 3, 3, 0, 2, 2, 4, 3, 3, 1, 3, 3, 3, 1, 1, 0, 3, 1, 4, 3, 2, 3, 4, 4, 2, 4, 4, 4, 3, 4, 4, 3, 2, 4, 4, 3, 1, 3, 3, 1, 3, 3, 0, 4, 1, 0, 2, 2, 1, 4, 3, 2, 3, 3, 5, 4, 3, 3, 5, 4, 4, 3, 3, 0, 4, 0, 3, 2, 2, 4, 4), + (0, 2, 0, 1, 0, 0, 0, 0, 0, 1, 2, 1, 3, 0, 0, 0, 0, 0, 2, 0, 1, 2, 1, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 1, 0, 1, 1, 3, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 0, 3, 4, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1), + (0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 4, 0, 4, 1, 4, 0, 3, 0, 4, 0, 3, 0, 4, 0, 3, 0, 3, 0, 4, 1, 5, 1, 4, 0, 0, 3, 0, 5, 0, 5, 2, 0, 1, 0, 0, 0, 2, 1, 4, 0, 1, 3, 0, 0, 3, 0, 0, 3, 1, 1, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0), + (1, 4, 0, 5, 0, 3, 0, 2, 0, 3, 5, 4, 4, 3, 4, 3, 5, 3, 4, 3, 3, 0, 4, 3, 3, 3, 3, 3, 3, 2, 4, 4, 3, 1, 3, 4, 4, 5, 4, 4, 3, 4, 4, 1, 3, 5, 4, 3, 3, 3, 1, 2, 2, 3, 3, 1, 3, 1, 3, 3, 3, 5, 3, 3, 4, 5, 0, 3, 0, 3, 0, 3, 4, 3, 4, 4, 3, 0, 3, 0, 2, 4, 3), + (0, 1, 0, 4, 0, 0, 0, 0, 0, 1, 4, 0, 4, 1, 4, 2, 4, 0, 3, 0, 1, 0, 1, 0, 0, 0, 0, 0, 2, 0, 3, 1, 1, 1, 0, 3, 0, 0, 0, 1, 2, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 3, 2, 0, 2, 2, 0, 1, 0, 0, 0, 2, 3, 2, 3, 3, 0, 0, 0, 0, 2, 1, 0), + (0, 5, 1, 5, 0, 3, 0, 3, 0, 5, 4, 4, 5, 1, 5, 3, 3, 0, 4, 3, 4, 3, 5, 3, 4, 3, 3, 2, 4, 3, 4, 3, 3, 0, 3, 3, 1, 4, 4, 3, 4, 4, 4, 3, 4, 5, 5, 3, 2, 3, 1, 1, 3, 3, 1, 3, 1, 1, 3, 3, 2, 4, 5, 3, 3, 5, 0, 4, 0, 3, 0, 4, 4, 3, 5, 3, 3, 0, 3, 4, 0, 4, 3), + (0, 5, 0, 5, 0, 3, 0, 2, 0, 4, 4, 3, 5, 2, 4, 3, 3, 3, 4, 4, 4, 3, 5, 3, 5, 3, 3, 1, 4, 0, 4, 3, 3, 0, 3, 3, 0, 4, 4, 4, 4, 5, 4, 3, 3, 5, 5, 3, 2, 3, 1, 2, 3, 2, 0, 1, 0, 0, 3, 2, 2, 4, 4, 3, 1, 5, 0, 4, 0, 3, 0, 4, 3, 1, 3, 2, 1, 0, 3, 3, 0, 3, 3), + (0, 4, 0, 5, 0, 5, 0, 4, 0, 4, 5, 5, 5, 3, 4, 3, 3, 2, 5, 4, 4, 3, 5, 3, 5, 3, 4, 0, 4, 3, 4, 4, 3, 2, 4, 4, 3, 4, 5, 4, 4, 5, 5, 0, 3, 5, 5, 4, 1, 3, 3, 2, 3, 3, 1, 3, 1, 0, 4, 3, 1, 4, 4, 3, 4, 5, 0, 4, 0, 2, 0, 4, 3, 4, 4, 3, 3, 0, 4, 0, 0, 5, 5), + (0, 4, 0, 4, 0, 5, 0, 1, 1, 3, 3, 4, 4, 3, 4, 1, 3, 0, 5, 1, 3, 0, 3, 1, 3, 1, 1, 0, 3, 0, 3, 3, 4, 0, 4, 3, 0, 4, 4, 4, 3, 4, 4, 0, 3, 5, 4, 1, 0, 3, 0, 0, 2, 3, 0, 3, 1, 0, 3, 1, 0, 3, 2, 1, 3, 5, 0, 3, 0, 1, 0, 3, 2, 3, 3, 4, 4, 0, 2, 2, 0, 4, 4), + (2, 4, 0, 5, 0, 4, 0, 3, 0, 4, 5, 5, 4, 3, 5, 3, 5, 3, 5, 3, 5, 2, 5, 3, 4, 3, 3, 4, 3, 4, 5, 3, 2, 1, 5, 4, 3, 2, 3, 4, 5, 3, 4, 1, 2, 5, 4, 3, 0, 3, 3, 0, 3, 2, 0, 2, 3, 0, 4, 1, 0, 3, 4, 3, 3, 5, 0, 3, 0, 1, 0, 4, 5, 5, 5, 4, 3, 0, 4, 2, 0, 3, 5), + (0, 5, 0, 4, 0, 4, 0, 2, 0, 5, 4, 3, 4, 3, 4, 3, 3, 3, 4, 3, 4, 2, 5, 3, 5, 3, 4, 1, 4, 3, 4, 4, 4, 0, 3, 5, 0, 4, 4, 4, 4, 5, 3, 1, 3, 4, 5, 3, 3, 3, 3, 3, 3, 3, 0, 2, 2, 0, 3, 3, 2, 4, 3, 3, 3, 5, 3, 4, 1, 3, 3, 5, 3, 2, 0, 0, 0, 0, 4, 3, 1, 3, 3), + (0, 1, 0, 3, 0, 3, 0, 1, 0, 1, 3, 3, 3, 2, 3, 3, 3, 0, 3, 0, 0, 0, 3, 1, 3, 0, 0, 0, 2, 2, 2, 3, 0, 0, 3, 2, 0, 1, 2, 4, 1, 3, 3, 0, 0, 3, 3, 3, 0, 1, 0, 0, 2, 1, 0, 0, 3, 0, 3, 1, 0, 3, 0, 0, 1, 3, 0, 2, 0, 1, 0, 3, 3, 1, 3, 3, 0, 0, 1, 1, 0, 3, 3), + (0, 2, 0, 3, 0, 2, 1, 4, 0, 2, 2, 3, 1, 1, 3, 1, 1, 0, 2, 0, 3, 1, 2, 3, 1, 3, 0, 0, 1, 0, 4, 3, 2, 3, 3, 3, 1, 4, 2, 3, 3, 3, 3, 1, 0, 3, 1, 4, 0, 1, 1, 0, 1, 2, 0, 1, 1, 0, 1, 1, 0, 3, 1, 3, 2, 2, 0, 1, 0, 0, 0, 2, 3, 3, 3, 1, 0, 0, 0, 0, 0, 2, 3), + (0, 5, 0, 4, 0, 5, 0, 2, 0, 4, 5, 5, 3, 3, 4, 3, 3, 1, 5, 4, 4, 2, 4, 4, 4, 3, 4, 2, 4, 3, 5, 5, 4, 3, 3, 4, 3, 3, 5, 5, 4, 5, 5, 1, 3, 4, 5, 3, 1, 4, 3, 1, 3, 3, 0, 3, 3, 1, 4, 3, 1, 4, 5, 3, 3, 5, 0, 4, 0, 3, 0, 5, 3, 3, 1, 4, 3, 0, 4, 0, 1, 5, 3), + (0, 5, 0, 5, 0, 4, 0, 2, 0, 4, 4, 3, 4, 3, 3, 3, 3, 3, 5, 4, 4, 4, 4, 4, 4, 5, 3, 3, 5, 2, 4, 4, 4, 3, 4, 4, 3, 3, 4, 4, 5, 5, 3, 3, 4, 3, 4, 3, 3, 4, 3, 3, 3, 3, 1, 2, 2, 1, 4, 3, 3, 5, 4, 4, 3, 4, 0, 4, 0, 3, 0, 4, 4, 4, 4, 4, 1, 0, 4, 2, 0, 2, 4), + (0, 4, 0, 4, 0, 3, 0, 1, 0, 3, 5, 2, 3, 0, 3, 0, 2, 1, 4, 2, 3, 3, 4, 1, 4, 3, 3, 2, 4, 1, 3, 3, 3, 0, 3, 3, 0, 0, 3, 3, 3, 5, 3, 3, 3, 3, 3, 2, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 1, 0, 0, 3, 1, 2, 2, 3, 0, 3, 0, 2, 0, 4, 4, 3, 3, 4, 1, 0, 3, 0, 0, 2, 4), + (0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 2, 0, 0, 0, 0, 0, 1, 0, 2, 0, 1, 0, 0, 0, 0, 0, 3, 1, 3, 0, 3, 2, 0, 0, 0, 1, 0, 3, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 0, 2, 0, 0, 0, 0, 0, 0, 2), + (0, 2, 1, 3, 0, 2, 0, 2, 0, 3, 3, 3, 3, 1, 3, 1, 3, 3, 3, 3, 3, 3, 4, 2, 2, 1, 2, 1, 4, 0, 4, 3, 1, 3, 3, 3, 2, 4, 3, 5, 4, 3, 3, 3, 3, 3, 3, 3, 0, 1, 3, 0, 2, 0, 0, 1, 0, 0, 1, 0, 0, 4, 2, 0, 2, 3, 0, 3, 3, 0, 3, 3, 4, 2, 3, 1, 4, 0, 1, 2, 0, 2, 3), + (0, 3, 0, 3, 0, 1, 0, 3, 0, 2, 3, 3, 3, 0, 3, 1, 2, 0, 3, 3, 2, 3, 3, 2, 3, 2, 3, 1, 3, 0, 4, 3, 2, 0, 3, 3, 1, 4, 3, 3, 2, 3, 4, 3, 1, 3, 3, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 4, 1, 1, 0, 3, 0, 3, 1, 0, 2, 3, 3, 3, 3, 3, 1, 0, 0, 2, 0, 3, 3), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 2, 0, 3, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 3, 0, 3, 0, 3, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 2, 0, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 3), + (0, 2, 0, 3, 1, 3, 0, 3, 0, 2, 3, 3, 3, 1, 3, 1, 3, 1, 3, 1, 3, 3, 3, 1, 3, 0, 2, 3, 1, 1, 4, 3, 3, 2, 3, 3, 1, 2, 2, 4, 1, 3, 3, 0, 1, 4, 2, 3, 0, 1, 3, 0, 3, 0, 0, 1, 3, 0, 2, 0, 0, 3, 3, 2, 1, 3, 0, 3, 0, 2, 0, 3, 4, 4, 4, 3, 1, 0, 3, 0, 0, 3, 3), + (0, 2, 0, 1, 0, 2, 0, 0, 0, 1, 3, 2, 2, 1, 3, 0, 1, 1, 3, 0, 3, 2, 3, 1, 2, 0, 2, 0, 1, 1, 3, 3, 3, 0, 3, 3, 1, 1, 2, 3, 2, 3, 3, 1, 2, 3, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 2, 1, 2, 1, 3, 0, 3, 0, 0, 0, 3, 4, 4, 4, 3, 2, 0, 2, 0, 0, 2, 4), + (0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 3), + (0, 3, 0, 3, 0, 2, 0, 3, 0, 3, 3, 3, 2, 3, 2, 2, 2, 0, 3, 1, 3, 3, 3, 2, 3, 3, 0, 0, 3, 0, 3, 2, 2, 0, 2, 3, 1, 4, 3, 4, 3, 3, 2, 3, 1, 5, 4, 4, 0, 3, 1, 2, 1, 3, 0, 3, 1, 1, 2, 0, 2, 3, 1, 3, 1, 3, 0, 3, 0, 1, 0, 3, 3, 4, 4, 2, 1, 0, 2, 1, 0, 2, 4), + (0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 4, 2, 5, 1, 4, 0, 2, 0, 2, 1, 3, 1, 4, 0, 2, 1, 0, 0, 2, 1, 4, 1, 1, 0, 3, 3, 0, 5, 1, 3, 2, 3, 3, 1, 0, 3, 2, 3, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 4, 0, 1, 0, 3, 0, 2, 0, 1, 0, 3, 3, 3, 4, 3, 3, 0, 0, 0, 0, 2, 3), + (0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 0, 1, 0, 0, 0, 0, 0, 3), + (0, 1, 0, 3, 0, 4, 0, 3, 0, 2, 4, 3, 1, 0, 3, 2, 2, 1, 3, 1, 2, 2, 3, 1, 1, 1, 2, 1, 3, 0, 1, 2, 0, 1, 3, 2, 1, 3, 0, 5, 5, 1, 0, 0, 1, 3, 2, 1, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 3, 4, 0, 1, 1, 1, 3, 2, 0, 2, 0, 1, 0, 2, 3, 3, 1, 2, 3, 0, 1, 0, 1, 0, 4), + (0, 0, 0, 1, 0, 3, 0, 3, 0, 2, 2, 1, 0, 0, 4, 0, 3, 0, 3, 1, 3, 0, 3, 0, 3, 0, 1, 0, 3, 0, 3, 1, 3, 0, 3, 3, 0, 0, 1, 2, 1, 1, 1, 0, 1, 2, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 1, 2, 0, 0, 2, 0, 0, 0, 0, 2, 3, 3, 3, 3, 0, 0, 0, 0, 1, 4), + (0, 0, 0, 3, 0, 3, 0, 0, 0, 0, 3, 1, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 2, 0, 2, 3, 0, 0, 2, 2, 3, 1, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 2, 0, 0, 0, 0, 2, 3), + (2, 4, 0, 5, 0, 5, 0, 4, 0, 3, 4, 3, 3, 3, 4, 3, 3, 3, 4, 3, 4, 4, 5, 4, 5, 5, 5, 2, 3, 0, 5, 5, 4, 1, 5, 4, 3, 1, 5, 4, 3, 4, 4, 3, 3, 4, 3, 3, 0, 3, 2, 0, 2, 3, 0, 3, 0, 0, 3, 3, 0, 5, 3, 2, 3, 3, 0, 3, 0, 3, 0, 3, 4, 5, 4, 5, 3, 0, 4, 3, 0, 3, 4), + (0, 3, 0, 3, 0, 3, 0, 3, 0, 3, 3, 4, 3, 2, 3, 2, 3, 0, 4, 3, 3, 3, 3, 3, 3, 3, 3, 0, 3, 2, 4, 3, 3, 1, 3, 4, 3, 4, 4, 4, 3, 4, 4, 3, 2, 4, 4, 1, 0, 2, 0, 0, 1, 1, 0, 2, 0, 0, 3, 1, 0, 5, 3, 2, 1, 3, 0, 3, 0, 1, 2, 4, 3, 2, 4, 3, 3, 0, 3, 2, 0, 4, 4), + (0, 3, 0, 3, 0, 1, 0, 0, 0, 1, 4, 3, 3, 2, 3, 1, 3, 1, 4, 2, 3, 2, 4, 2, 3, 4, 3, 0, 2, 2, 3, 3, 3, 0, 3, 3, 3, 0, 3, 4, 1, 3, 3, 0, 3, 4, 3, 3, 0, 1, 1, 0, 1, 0, 0, 0, 4, 0, 3, 0, 0, 3, 1, 2, 1, 3, 0, 4, 0, 1, 0, 4, 3, 3, 4, 3, 3, 0, 2, 0, 0, 3, 3), + (0, 3, 0, 4, 0, 1, 0, 3, 0, 3, 4, 3, 3, 0, 3, 3, 3, 1, 3, 1, 3, 3, 4, 3, 3, 3, 0, 0, 3, 1, 5, 3, 3, 1, 3, 3, 2, 5, 4, 3, 3, 4, 5, 3, 2, 5, 3, 4, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 1, 1, 0, 4, 2, 2, 1, 3, 0, 3, 0, 2, 0, 4, 4, 3, 5, 3, 2, 0, 1, 1, 0, 3, 4), + (0, 5, 0, 4, 0, 5, 0, 2, 0, 4, 4, 3, 3, 2, 3, 3, 3, 1, 4, 3, 4, 1, 5, 3, 4, 3, 4, 0, 4, 2, 4, 3, 4, 1, 5, 4, 0, 4, 4, 4, 4, 5, 4, 1, 3, 5, 4, 2, 1, 4, 1, 1, 3, 2, 0, 3, 1, 0, 3, 2, 1, 4, 3, 3, 3, 4, 0, 4, 0, 3, 0, 4, 4, 4, 3, 3, 3, 0, 4, 2, 0, 3, 4), + (1, 4, 0, 4, 0, 3, 0, 1, 0, 3, 3, 3, 1, 1, 3, 3, 2, 2, 3, 3, 1, 0, 3, 2, 2, 1, 2, 0, 3, 1, 2, 1, 2, 0, 3, 2, 0, 2, 2, 3, 3, 4, 3, 0, 3, 3, 1, 2, 0, 1, 1, 3, 1, 2, 0, 0, 3, 0, 1, 1, 0, 3, 2, 2, 3, 3, 0, 3, 0, 0, 0, 2, 3, 3, 4, 3, 3, 0, 1, 0, 0, 1, 4), + (0, 4, 0, 4, 0, 4, 0, 0, 0, 3, 4, 4, 3, 1, 4, 2, 3, 2, 3, 3, 3, 1, 4, 3, 4, 0, 3, 0, 4, 2, 3, 3, 2, 2, 5, 4, 2, 1, 3, 4, 3, 4, 3, 1, 3, 3, 4, 2, 0, 2, 1, 0, 3, 3, 0, 0, 2, 0, 3, 1, 0, 4, 4, 3, 4, 3, 0, 4, 0, 1, 0, 2, 4, 4, 4, 4, 4, 0, 3, 2, 0, 3, 3), + (0, 0, 0, 1, 0, 4, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 2, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2), + (0, 2, 0, 3, 0, 4, 0, 4, 0, 1, 3, 3, 3, 0, 4, 0, 2, 1, 2, 1, 1, 1, 2, 0, 3, 1, 1, 0, 1, 0, 3, 1, 0, 0, 3, 3, 2, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 2, 0, 2, 2, 0, 3, 1, 0, 0, 1, 0, 1, 1, 0, 1, 2, 0, 3, 0, 0, 0, 0, 1, 0, 0, 3, 3, 4, 3, 1, 0, 1, 0, 3, 0, 2), + (0, 0, 0, 3, 0, 5, 0, 0, 0, 0, 1, 0, 2, 0, 3, 1, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 4, 0, 0, 0, 2, 3, 0, 1, 4, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 3, 0, 0, 0, 0, 0, 3), + (0, 2, 0, 5, 0, 5, 0, 1, 0, 2, 4, 3, 3, 2, 5, 1, 3, 2, 3, 3, 3, 0, 4, 1, 2, 0, 3, 0, 4, 0, 2, 2, 1, 1, 5, 3, 0, 0, 1, 4, 2, 3, 2, 0, 3, 3, 3, 2, 0, 2, 4, 1, 1, 2, 0, 1, 1, 0, 3, 1, 0, 1, 3, 1, 2, 3, 0, 2, 0, 0, 0, 1, 3, 5, 4, 4, 4, 0, 3, 0, 0, 1, 3), + (0, 4, 0, 5, 0, 4, 0, 4, 0, 4, 5, 4, 3, 3, 4, 3, 3, 3, 4, 3, 4, 4, 5, 3, 4, 5, 4, 2, 4, 2, 3, 4, 3, 1, 4, 4, 1, 3, 5, 4, 4, 5, 5, 4, 4, 5, 5, 5, 2, 3, 3, 1, 4, 3, 1, 3, 3, 0, 3, 3, 1, 4, 3, 4, 4, 4, 0, 3, 0, 4, 0, 3, 3, 4, 4, 5, 0, 0, 4, 3, 0, 4, 5), + (0, 4, 0, 4, 0, 3, 0, 3, 0, 3, 4, 4, 4, 3, 3, 2, 4, 3, 4, 3, 4, 3, 5, 3, 4, 3, 2, 1, 4, 2, 4, 4, 3, 1, 3, 4, 2, 4, 5, 5, 3, 4, 5, 4, 1, 5, 4, 3, 0, 3, 2, 2, 3, 2, 1, 3, 1, 0, 3, 3, 3, 5, 3, 3, 3, 5, 4, 4, 2, 3, 3, 4, 3, 3, 3, 2, 1, 0, 3, 2, 1, 4, 3), + (0, 4, 0, 5, 0, 4, 0, 3, 0, 3, 5, 5, 3, 2, 4, 3, 4, 0, 5, 4, 4, 1, 4, 4, 4, 3, 3, 3, 4, 3, 5, 5, 2, 3, 3, 4, 1, 2, 5, 5, 3, 5, 5, 2, 3, 5, 5, 4, 0, 3, 2, 0, 3, 3, 1, 1, 5, 1, 4, 1, 0, 4, 3, 2, 3, 5, 0, 4, 0, 3, 0, 5, 4, 3, 4, 3, 0, 0, 4, 1, 0, 4, 4), + (1, 3, 0, 4, 0, 2, 0, 2, 0, 2, 5, 5, 3, 3, 3, 3, 3, 0, 4, 2, 3, 4, 4, 4, 3, 4, 0, 0, 3, 4, 5, 4, 3, 3, 3, 3, 2, 5, 5, 4, 5, 5, 5, 4, 3, 5, 5, 5, 1, 3, 1, 0, 1, 0, 0, 3, 2, 0, 4, 2, 0, 5, 2, 3, 2, 4, 1, 3, 0, 3, 0, 4, 5, 4, 5, 4, 3, 0, 4, 2, 0, 5, 4), + (0, 3, 0, 4, 0, 5, 0, 3, 0, 3, 4, 4, 3, 2, 3, 2, 3, 3, 3, 3, 3, 2, 4, 3, 3, 2, 2, 0, 3, 3, 3, 3, 3, 1, 3, 3, 3, 0, 4, 4, 3, 4, 4, 1, 1, 4, 4, 2, 0, 3, 1, 0, 1, 1, 0, 4, 1, 0, 2, 3, 1, 3, 3, 1, 3, 4, 0, 3, 0, 1, 0, 3, 1, 3, 0, 0, 1, 0, 2, 0, 0, 4, 4), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 3, 0, 3, 0, 2, 0, 3, 0, 1, 5, 4, 3, 3, 3, 1, 4, 2, 1, 2, 3, 4, 4, 2, 4, 4, 5, 0, 3, 1, 4, 3, 4, 0, 4, 3, 3, 3, 2, 3, 2, 5, 3, 4, 3, 2, 2, 3, 0, 0, 3, 0, 2, 1, 0, 1, 2, 0, 0, 0, 0, 2, 1, 1, 3, 1, 0, 2, 0, 4, 0, 3, 4, 4, 4, 5, 2, 0, 2, 0, 0, 1, 3), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 4, 2, 1, 1, 0, 1, 0, 3, 2, 0, 0, 3, 1, 1, 1, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 4, 0, 4, 2, 1, 0, 0, 0, 0, 0, 1), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 3, 1, 0, 0, 0, 2, 0, 2, 1, 0, 0, 1, 2, 1, 0, 1, 1, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 0, 0, 0, 0, 0, 1, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2), + (0, 4, 0, 4, 0, 4, 0, 3, 0, 4, 4, 3, 4, 2, 4, 3, 2, 0, 4, 4, 4, 3, 5, 3, 5, 3, 3, 2, 4, 2, 4, 3, 4, 3, 1, 4, 0, 2, 3, 4, 4, 4, 3, 3, 3, 4, 4, 4, 3, 4, 1, 3, 4, 3, 2, 1, 2, 1, 3, 3, 3, 4, 4, 3, 3, 5, 0, 4, 0, 3, 0, 4, 3, 3, 3, 2, 1, 0, 3, 0, 0, 3, 3), + (0, 4, 0, 3, 0, 3, 0, 3, 0, 3, 5, 5, 3, 3, 3, 3, 4, 3, 4, 3, 3, 3, 4, 4, 4, 3, 3, 3, 3, 4, 3, 5, 3, 3, 1, 3, 2, 4, 5, 5, 5, 5, 4, 3, 4, 5, 5, 3, 2, 2, 3, 3, 3, 3, 2, 3, 3, 1, 2, 3, 2, 4, 3, 3, 3, 4, 0, 4, 0, 2, 0, 4, 3, 2, 2, 1, 2, 0, 3, 0, 0, 4, 1), +) +# fmt: on + + +class JapaneseContextAnalysis: + NUM_OF_CATEGORY = 6 + DONT_KNOW = -1 + ENOUGH_REL_THRESHOLD = 100 + MAX_REL_THRESHOLD = 1000 + MINIMUM_DATA_THRESHOLD = 4 + + def __init__(self) -> None: + self._total_rel = 0 + self._rel_sample: List[int] = [] + self._need_to_skip_char_num = 0 + self._last_char_order = -1 + self._done = False + self.reset() + + def reset(self) -> None: + self._total_rel = 0 # total sequence received + # category counters, each integer counts sequence in its category + self._rel_sample = [0] * self.NUM_OF_CATEGORY + # if last byte in current buffer is not the last byte of a character, + # we need to know how many bytes to skip in next buffer + self._need_to_skip_char_num = 0 + self._last_char_order = -1 # The order of previous char + # If this flag is set to True, detection is done and conclusion has + # been made + self._done = False + + def feed(self, byte_str: Union[bytes, bytearray], num_bytes: int) -> None: + if self._done: + return + + # The buffer we got is byte oriented, and a character may span in more than one + # buffers. In case the last one or two byte in last buffer is not + # complete, we record how many byte needed to complete that character + # and skip these bytes here. We can choose to record those bytes as + # well and analyse the character once it is complete, but since a + # character will not make much difference, by simply skipping + # this character will simply our logic and improve performance. + i = self._need_to_skip_char_num + while i < num_bytes: + order, char_len = self.get_order(byte_str[i : i + 2]) + i += char_len + if i > num_bytes: + self._need_to_skip_char_num = i - num_bytes + self._last_char_order = -1 + else: + if (order != -1) and (self._last_char_order != -1): + self._total_rel += 1 + if self._total_rel > self.MAX_REL_THRESHOLD: + self._done = True + break + self._rel_sample[ + jp2_char_context[self._last_char_order][order] + ] += 1 + self._last_char_order = order + + def got_enough_data(self) -> bool: + return self._total_rel > self.ENOUGH_REL_THRESHOLD + + def get_confidence(self) -> float: + # This is just one way to calculate confidence. It works well for me. + if self._total_rel > self.MINIMUM_DATA_THRESHOLD: + return (self._total_rel - self._rel_sample[0]) / self._total_rel + return self.DONT_KNOW + + def get_order(self, _: Union[bytes, bytearray]) -> Tuple[int, int]: + return -1, 1 + + +class SJISContextAnalysis(JapaneseContextAnalysis): + def __init__(self) -> None: + super().__init__() + self._charset_name = "SHIFT_JIS" + + @property + def charset_name(self) -> str: + return self._charset_name + + def get_order(self, byte_str: Union[bytes, bytearray]) -> Tuple[int, int]: + if not byte_str: + return -1, 1 + # find out current char's byte length + first_char = byte_str[0] + if (0x81 <= first_char <= 0x9F) or (0xE0 <= first_char <= 0xFC): + char_len = 2 + if (first_char == 0x87) or (0xFA <= first_char <= 0xFC): + self._charset_name = "CP932" + else: + char_len = 1 + + # return its order if it is hiragana + if len(byte_str) > 1: + second_char = byte_str[1] + if (first_char == 202) and (0x9F <= second_char <= 0xF1): + return second_char - 0x9F, char_len + + return -1, char_len + + +class EUCJPContextAnalysis(JapaneseContextAnalysis): + def get_order(self, byte_str: Union[bytes, bytearray]) -> Tuple[int, int]: + if not byte_str: + return -1, 1 + # find out current char's byte length + first_char = byte_str[0] + if (first_char == 0x8E) or (0xA1 <= first_char <= 0xFE): + char_len = 2 + elif first_char == 0x8F: + char_len = 3 + else: + char_len = 1 + + # return its order if it is hiragana + if len(byte_str) > 1: + second_char = byte_str[1] + if (first_char == 0xA4) and (0xA1 <= second_char <= 0xF3): + return second_char - 0xA1, char_len + + return -1, char_len diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py new file mode 100644 index 0000000..9946682 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py @@ -0,0 +1,4649 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +BULGARIAN_LANG_MODEL = { + 63: { # 'e' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 1, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 45: { # '\xad' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 1, # 'М' + 36: 0, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 31: { # 'А' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 1, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 2, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 2, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 0, # 'и' + 26: 2, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 32: { # 'Б' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 1, # 'Щ' + 61: 2, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 35: { # 'В' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 2, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 2, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 43: { # 'Г' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 1, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 37: { # 'Д' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 2, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 44: { # 'Е' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 2, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 0, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 55: { # 'Ж' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 47: { # 'З' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 40: { # 'И' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 2, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 2, # 'Я' + 1: 1, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 3, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 0, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 59: { # 'Й' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 33: { # 'К' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 46: { # 'Л' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 2, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 38: { # 'М' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 36: { # 'Н' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 2, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 41: { # 'О' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 2, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 2, # 'ч' + 27: 0, # 'ш' + 24: 2, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 30: { # 'П' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 2, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 39: { # 'Р' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 2, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 28: { # 'С' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 3, # 'А' + 32: 2, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 34: { # 'Т' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 51: { # 'У' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 2, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 48: { # 'Ф' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 49: { # 'Х' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 53: { # 'Ц' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 50: { # 'Ч' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 54: { # 'Ш' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 57: { # 'Щ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 61: { # 'Ъ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 60: { # 'Ю' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 1, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 0, # 'е' + 23: 2, # 'ж' + 15: 1, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 56: { # 'Я' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 1, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 1: { # 'а' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 18: { # 'б' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 0, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 2, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 3, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 9: { # 'в' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 0, # 'в' + 20: 2, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 20: { # 'г' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 11: { # 'д' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 1, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 3: { # 'е' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 2, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 23: { # 'ж' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 15: { # 'з' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 2: { # 'и' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 1, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 26: { # 'й' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 12: { # 'к' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 3, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 10: { # 'л' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 1, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 3, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 14: { # 'м' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 6: { # 'н' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 2, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 3, # 'ф' + 25: 2, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 4: { # 'о' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 13: { # 'п' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 7: { # 'р' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 2, # 'ч' + 27: 3, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 8: { # 'с' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 5: { # 'т' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 19: { # 'у' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 2, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 2, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 29: { # 'ф' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 2, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 25: { # 'х' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 22: { # 'ц' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 21: { # 'ч' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 27: { # 'ш' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 24: { # 'щ' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 17: { # 'ъ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 1, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 3, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 2, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 52: { # 'ь' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 42: { # 'ю' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 1, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 1, # 'е' + 23: 2, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 1, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 16: { # 'я' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 1, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 3, # 'х' + 22: 2, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 2, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 58: { # 'є' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 62: { # '№' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +ISO_8859_5_BULGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 77, # 'A' + 66: 90, # 'B' + 67: 99, # 'C' + 68: 100, # 'D' + 69: 72, # 'E' + 70: 109, # 'F' + 71: 107, # 'G' + 72: 101, # 'H' + 73: 79, # 'I' + 74: 185, # 'J' + 75: 81, # 'K' + 76: 102, # 'L' + 77: 76, # 'M' + 78: 94, # 'N' + 79: 82, # 'O' + 80: 110, # 'P' + 81: 186, # 'Q' + 82: 108, # 'R' + 83: 91, # 'S' + 84: 74, # 'T' + 85: 119, # 'U' + 86: 84, # 'V' + 87: 96, # 'W' + 88: 111, # 'X' + 89: 187, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 65, # 'a' + 98: 69, # 'b' + 99: 70, # 'c' + 100: 66, # 'd' + 101: 63, # 'e' + 102: 68, # 'f' + 103: 112, # 'g' + 104: 103, # 'h' + 105: 92, # 'i' + 106: 194, # 'j' + 107: 104, # 'k' + 108: 95, # 'l' + 109: 86, # 'm' + 110: 87, # 'n' + 111: 71, # 'o' + 112: 116, # 'p' + 113: 195, # 'q' + 114: 85, # 'r' + 115: 93, # 's' + 116: 97, # 't' + 117: 113, # 'u' + 118: 196, # 'v' + 119: 197, # 'w' + 120: 198, # 'x' + 121: 199, # 'y' + 122: 200, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 194, # '\x80' + 129: 195, # '\x81' + 130: 196, # '\x82' + 131: 197, # '\x83' + 132: 198, # '\x84' + 133: 199, # '\x85' + 134: 200, # '\x86' + 135: 201, # '\x87' + 136: 202, # '\x88' + 137: 203, # '\x89' + 138: 204, # '\x8a' + 139: 205, # '\x8b' + 140: 206, # '\x8c' + 141: 207, # '\x8d' + 142: 208, # '\x8e' + 143: 209, # '\x8f' + 144: 210, # '\x90' + 145: 211, # '\x91' + 146: 212, # '\x92' + 147: 213, # '\x93' + 148: 214, # '\x94' + 149: 215, # '\x95' + 150: 216, # '\x96' + 151: 217, # '\x97' + 152: 218, # '\x98' + 153: 219, # '\x99' + 154: 220, # '\x9a' + 155: 221, # '\x9b' + 156: 222, # '\x9c' + 157: 223, # '\x9d' + 158: 224, # '\x9e' + 159: 225, # '\x9f' + 160: 81, # '\xa0' + 161: 226, # 'Ё' + 162: 227, # 'Ђ' + 163: 228, # 'Ѓ' + 164: 229, # 'Є' + 165: 230, # 'Ѕ' + 166: 105, # 'І' + 167: 231, # 'Ї' + 168: 232, # 'Ј' + 169: 233, # 'Љ' + 170: 234, # 'Њ' + 171: 235, # 'Ћ' + 172: 236, # 'Ќ' + 173: 45, # '\xad' + 174: 237, # 'Ў' + 175: 238, # 'Џ' + 176: 31, # 'А' + 177: 32, # 'Б' + 178: 35, # 'В' + 179: 43, # 'Г' + 180: 37, # 'Д' + 181: 44, # 'Е' + 182: 55, # 'Ж' + 183: 47, # 'З' + 184: 40, # 'И' + 185: 59, # 'Й' + 186: 33, # 'К' + 187: 46, # 'Л' + 188: 38, # 'М' + 189: 36, # 'Н' + 190: 41, # 'О' + 191: 30, # 'П' + 192: 39, # 'Р' + 193: 28, # 'С' + 194: 34, # 'Т' + 195: 51, # 'У' + 196: 48, # 'Ф' + 197: 49, # 'Х' + 198: 53, # 'Ц' + 199: 50, # 'Ч' + 200: 54, # 'Ш' + 201: 57, # 'Щ' + 202: 61, # 'Ъ' + 203: 239, # 'Ы' + 204: 67, # 'Ь' + 205: 240, # 'Э' + 206: 60, # 'Ю' + 207: 56, # 'Я' + 208: 1, # 'а' + 209: 18, # 'б' + 210: 9, # 'в' + 211: 20, # 'г' + 212: 11, # 'д' + 213: 3, # 'е' + 214: 23, # 'ж' + 215: 15, # 'з' + 216: 2, # 'и' + 217: 26, # 'й' + 218: 12, # 'к' + 219: 10, # 'л' + 220: 14, # 'м' + 221: 6, # 'н' + 222: 4, # 'о' + 223: 13, # 'п' + 224: 7, # 'р' + 225: 8, # 'с' + 226: 5, # 'т' + 227: 19, # 'у' + 228: 29, # 'ф' + 229: 25, # 'х' + 230: 22, # 'ц' + 231: 21, # 'ч' + 232: 27, # 'ш' + 233: 24, # 'щ' + 234: 17, # 'ъ' + 235: 75, # 'ы' + 236: 52, # 'ь' + 237: 241, # 'э' + 238: 42, # 'ю' + 239: 16, # 'я' + 240: 62, # '№' + 241: 242, # 'ё' + 242: 243, # 'ђ' + 243: 244, # 'ѓ' + 244: 58, # 'є' + 245: 245, # 'ѕ' + 246: 98, # 'і' + 247: 246, # 'ї' + 248: 247, # 'ј' + 249: 248, # 'љ' + 250: 249, # 'њ' + 251: 250, # 'ћ' + 252: 251, # 'ќ' + 253: 91, # '§' + 254: 252, # 'ў' + 255: 253, # 'џ' +} + +ISO_8859_5_BULGARIAN_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-5", + language="Bulgarian", + char_to_order_map=ISO_8859_5_BULGARIAN_CHAR_TO_ORDER, + language_model=BULGARIAN_LANG_MODEL, + typical_positive_ratio=0.969392, + keep_ascii_letters=False, + alphabet="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя", +) + +WINDOWS_1251_BULGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 77, # 'A' + 66: 90, # 'B' + 67: 99, # 'C' + 68: 100, # 'D' + 69: 72, # 'E' + 70: 109, # 'F' + 71: 107, # 'G' + 72: 101, # 'H' + 73: 79, # 'I' + 74: 185, # 'J' + 75: 81, # 'K' + 76: 102, # 'L' + 77: 76, # 'M' + 78: 94, # 'N' + 79: 82, # 'O' + 80: 110, # 'P' + 81: 186, # 'Q' + 82: 108, # 'R' + 83: 91, # 'S' + 84: 74, # 'T' + 85: 119, # 'U' + 86: 84, # 'V' + 87: 96, # 'W' + 88: 111, # 'X' + 89: 187, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 65, # 'a' + 98: 69, # 'b' + 99: 70, # 'c' + 100: 66, # 'd' + 101: 63, # 'e' + 102: 68, # 'f' + 103: 112, # 'g' + 104: 103, # 'h' + 105: 92, # 'i' + 106: 194, # 'j' + 107: 104, # 'k' + 108: 95, # 'l' + 109: 86, # 'm' + 110: 87, # 'n' + 111: 71, # 'o' + 112: 116, # 'p' + 113: 195, # 'q' + 114: 85, # 'r' + 115: 93, # 's' + 116: 97, # 't' + 117: 113, # 'u' + 118: 196, # 'v' + 119: 197, # 'w' + 120: 198, # 'x' + 121: 199, # 'y' + 122: 200, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 206, # 'Ђ' + 129: 207, # 'Ѓ' + 130: 208, # '‚' + 131: 209, # 'ѓ' + 132: 210, # '„' + 133: 211, # '…' + 134: 212, # '†' + 135: 213, # '‡' + 136: 120, # '€' + 137: 214, # '‰' + 138: 215, # 'Љ' + 139: 216, # '‹' + 140: 217, # 'Њ' + 141: 218, # 'Ќ' + 142: 219, # 'Ћ' + 143: 220, # 'Џ' + 144: 221, # 'ђ' + 145: 78, # '‘' + 146: 64, # '’' + 147: 83, # '“' + 148: 121, # '”' + 149: 98, # '•' + 150: 117, # '–' + 151: 105, # '—' + 152: 222, # None + 153: 223, # '™' + 154: 224, # 'љ' + 155: 225, # '›' + 156: 226, # 'њ' + 157: 227, # 'ќ' + 158: 228, # 'ћ' + 159: 229, # 'џ' + 160: 88, # '\xa0' + 161: 230, # 'Ў' + 162: 231, # 'ў' + 163: 232, # 'Ј' + 164: 233, # '¤' + 165: 122, # 'Ґ' + 166: 89, # '¦' + 167: 106, # '§' + 168: 234, # 'Ё' + 169: 235, # '©' + 170: 236, # 'Є' + 171: 237, # '«' + 172: 238, # '¬' + 173: 45, # '\xad' + 174: 239, # '®' + 175: 240, # 'Ї' + 176: 73, # '°' + 177: 80, # '±' + 178: 118, # 'І' + 179: 114, # 'і' + 180: 241, # 'ґ' + 181: 242, # 'µ' + 182: 243, # '¶' + 183: 244, # '·' + 184: 245, # 'ё' + 185: 62, # '№' + 186: 58, # 'є' + 187: 246, # '»' + 188: 247, # 'ј' + 189: 248, # 'Ѕ' + 190: 249, # 'ѕ' + 191: 250, # 'ї' + 192: 31, # 'А' + 193: 32, # 'Б' + 194: 35, # 'В' + 195: 43, # 'Г' + 196: 37, # 'Д' + 197: 44, # 'Е' + 198: 55, # 'Ж' + 199: 47, # 'З' + 200: 40, # 'И' + 201: 59, # 'Й' + 202: 33, # 'К' + 203: 46, # 'Л' + 204: 38, # 'М' + 205: 36, # 'Н' + 206: 41, # 'О' + 207: 30, # 'П' + 208: 39, # 'Р' + 209: 28, # 'С' + 210: 34, # 'Т' + 211: 51, # 'У' + 212: 48, # 'Ф' + 213: 49, # 'Х' + 214: 53, # 'Ц' + 215: 50, # 'Ч' + 216: 54, # 'Ш' + 217: 57, # 'Щ' + 218: 61, # 'Ъ' + 219: 251, # 'Ы' + 220: 67, # 'Ь' + 221: 252, # 'Э' + 222: 60, # 'Ю' + 223: 56, # 'Я' + 224: 1, # 'а' + 225: 18, # 'б' + 226: 9, # 'в' + 227: 20, # 'г' + 228: 11, # 'д' + 229: 3, # 'е' + 230: 23, # 'ж' + 231: 15, # 'з' + 232: 2, # 'и' + 233: 26, # 'й' + 234: 12, # 'к' + 235: 10, # 'л' + 236: 14, # 'м' + 237: 6, # 'н' + 238: 4, # 'о' + 239: 13, # 'п' + 240: 7, # 'р' + 241: 8, # 'с' + 242: 5, # 'т' + 243: 19, # 'у' + 244: 29, # 'ф' + 245: 25, # 'х' + 246: 22, # 'ц' + 247: 21, # 'ч' + 248: 27, # 'ш' + 249: 24, # 'щ' + 250: 17, # 'ъ' + 251: 75, # 'ы' + 252: 52, # 'ь' + 253: 253, # 'э' + 254: 42, # 'ю' + 255: 16, # 'я' +} + +WINDOWS_1251_BULGARIAN_MODEL = SingleByteCharSetModel( + charset_name="windows-1251", + language="Bulgarian", + char_to_order_map=WINDOWS_1251_BULGARIAN_CHAR_TO_ORDER, + language_model=BULGARIAN_LANG_MODEL, + typical_positive_ratio=0.969392, + keep_ascii_letters=False, + alphabet="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя", +) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py new file mode 100644 index 0000000..cfb8639 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py @@ -0,0 +1,4397 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +GREEK_LANG_MODEL = { + 60: { # 'e' + 60: 2, # 'e' + 55: 1, # 'o' + 58: 2, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 55: { # 'o' + 60: 0, # 'e' + 55: 2, # 'o' + 58: 2, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 58: { # 't' + 60: 2, # 'e' + 55: 1, # 'o' + 58: 1, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 1, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 36: { # '·' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 61: { # 'Ά' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 1, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 1, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 46: { # 'Έ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 2, # 'β' + 20: 2, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 1, # 'σ' + 2: 2, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 54: { # 'Ό' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 31: { # 'Α' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 2, # 'Β' + 43: 2, # 'Γ' + 41: 1, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 2, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 1, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 2, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 2, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 1, # 'θ' + 5: 0, # 'ι' + 11: 2, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 2, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 51: { # 'Β' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 1, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 43: { # 'Γ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 1, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 41: { # 'Δ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 1, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 34: { # 'Ε' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 2, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 1, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 2, # 'Χ' + 57: 2, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 1, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 1, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 1, # 'ύ' + 27: 0, # 'ώ' + }, + 40: { # 'Η' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 2, # 'Θ' + 47: 0, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 52: { # 'Θ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 1, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 47: { # 'Ι' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 1, # 'Β' + 43: 1, # 'Γ' + 41: 2, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 2, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 1, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 1, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 44: { # 'Κ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 1, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 1, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 53: { # 'Λ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 2, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 2, # 'Σ' + 33: 0, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 1, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 38: { # 'Μ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 2, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 2, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 49: { # 'Ν' + 60: 2, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 1, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 1, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 59: { # 'Ξ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 39: { # 'Ο' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 1, # 'Β' + 43: 2, # 'Γ' + 41: 2, # 'Δ' + 34: 2, # 'Ε' + 40: 1, # 'Η' + 52: 2, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 2, # 'Φ' + 50: 2, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 1, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 35: { # 'Π' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 2, # 'Λ' + 38: 1, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 1, # 'έ' + 22: 1, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 3, # 'ώ' + }, + 48: { # 'Ρ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 1, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 1, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 37: { # 'Σ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 2, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 2, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 2, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 2, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 33: { # 'Τ' + 60: 0, # 'e' + 55: 1, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 2, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 45: { # 'Υ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 2, # 'Η' + 52: 2, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 1, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 56: { # 'Φ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 1, # 'ύ' + 27: 1, # 'ώ' + }, + 50: { # 'Χ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 1, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 1, # 'Ω' + 17: 2, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 57: { # 'Ω' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 2, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 17: { # 'ά' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 3, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 3, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 18: { # 'έ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 3, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 22: { # 'ή' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 15: { # 'ί' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 3, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 1, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 1: { # 'α' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 2, # 'ε' + 32: 3, # 'ζ' + 13: 1, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 29: { # 'β' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 2, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 3, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 20: { # 'γ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 21: { # 'δ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 3: { # 'ε' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 2, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 2, # 'ε' + 32: 2, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 32: { # 'ζ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 2, # 'ώ' + }, + 13: { # 'η' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 25: { # 'θ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 1, # 'λ' + 10: 3, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 5: { # 'ι' + 60: 0, # 'e' + 55: 1, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 0, # 'ύ' + 27: 3, # 'ώ' + }, + 11: { # 'κ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 16: { # 'λ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 1, # 'β' + 20: 2, # 'γ' + 21: 1, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 10: { # 'μ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 3, # 'φ' + 23: 0, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 6: { # 'ν' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 1, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 30: { # 'ξ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 3, # 'ύ' + 27: 1, # 'ώ' + }, + 4: { # 'ο' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 2, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 1, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 9: { # 'π' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 3, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 2, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 8: { # 'ρ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 1, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 3, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 14: { # 'ς' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 7: { # 'σ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 2: { # 'τ' + 60: 0, # 'e' + 55: 2, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 12: { # 'υ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 2, # 'ε' + 32: 2, # 'ζ' + 13: 2, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 2, # 'ώ' + }, + 28: { # 'φ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 1, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 23: { # 'χ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 42: { # 'ψ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 1, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 24: { # 'ω' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 1, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 19: { # 'ό' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 1, # 'ε' + 32: 2, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 1, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 26: { # 'ύ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 2, # 'β' + 20: 2, # 'γ' + 21: 1, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 27: { # 'ώ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 1, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 1, # 'η' + 25: 2, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 1, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 1, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1253_GREEK_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 82, # 'A' + 66: 100, # 'B' + 67: 104, # 'C' + 68: 94, # 'D' + 69: 98, # 'E' + 70: 101, # 'F' + 71: 116, # 'G' + 72: 102, # 'H' + 73: 111, # 'I' + 74: 187, # 'J' + 75: 117, # 'K' + 76: 92, # 'L' + 77: 88, # 'M' + 78: 113, # 'N' + 79: 85, # 'O' + 80: 79, # 'P' + 81: 118, # 'Q' + 82: 105, # 'R' + 83: 83, # 'S' + 84: 67, # 'T' + 85: 114, # 'U' + 86: 119, # 'V' + 87: 95, # 'W' + 88: 99, # 'X' + 89: 109, # 'Y' + 90: 188, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 72, # 'a' + 98: 70, # 'b' + 99: 80, # 'c' + 100: 81, # 'd' + 101: 60, # 'e' + 102: 96, # 'f' + 103: 93, # 'g' + 104: 89, # 'h' + 105: 68, # 'i' + 106: 120, # 'j' + 107: 97, # 'k' + 108: 77, # 'l' + 109: 86, # 'm' + 110: 69, # 'n' + 111: 55, # 'o' + 112: 78, # 'p' + 113: 115, # 'q' + 114: 65, # 'r' + 115: 66, # 's' + 116: 58, # 't' + 117: 76, # 'u' + 118: 106, # 'v' + 119: 103, # 'w' + 120: 87, # 'x' + 121: 107, # 'y' + 122: 112, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 255, # '€' + 129: 255, # None + 130: 255, # '‚' + 131: 255, # 'ƒ' + 132: 255, # '„' + 133: 255, # '…' + 134: 255, # '†' + 135: 255, # '‡' + 136: 255, # None + 137: 255, # '‰' + 138: 255, # None + 139: 255, # '‹' + 140: 255, # None + 141: 255, # None + 142: 255, # None + 143: 255, # None + 144: 255, # None + 145: 255, # '‘' + 146: 255, # '’' + 147: 255, # '“' + 148: 255, # '”' + 149: 255, # '•' + 150: 255, # '–' + 151: 255, # '—' + 152: 255, # None + 153: 255, # '™' + 154: 255, # None + 155: 255, # '›' + 156: 255, # None + 157: 255, # None + 158: 255, # None + 159: 255, # None + 160: 253, # '\xa0' + 161: 233, # '΅' + 162: 61, # 'Ά' + 163: 253, # '£' + 164: 253, # '¤' + 165: 253, # '¥' + 166: 253, # '¦' + 167: 253, # '§' + 168: 253, # '¨' + 169: 253, # '©' + 170: 253, # None + 171: 253, # '«' + 172: 253, # '¬' + 173: 74, # '\xad' + 174: 253, # '®' + 175: 253, # '―' + 176: 253, # '°' + 177: 253, # '±' + 178: 253, # '²' + 179: 253, # '³' + 180: 247, # '΄' + 181: 253, # 'µ' + 182: 253, # '¶' + 183: 36, # '·' + 184: 46, # 'Έ' + 185: 71, # 'Ή' + 186: 73, # 'Ί' + 187: 253, # '»' + 188: 54, # 'Ό' + 189: 253, # '½' + 190: 108, # 'Ύ' + 191: 123, # 'Ώ' + 192: 110, # 'ΐ' + 193: 31, # 'Α' + 194: 51, # 'Β' + 195: 43, # 'Γ' + 196: 41, # 'Δ' + 197: 34, # 'Ε' + 198: 91, # 'Ζ' + 199: 40, # 'Η' + 200: 52, # 'Θ' + 201: 47, # 'Ι' + 202: 44, # 'Κ' + 203: 53, # 'Λ' + 204: 38, # 'Μ' + 205: 49, # 'Ν' + 206: 59, # 'Ξ' + 207: 39, # 'Ο' + 208: 35, # 'Π' + 209: 48, # 'Ρ' + 210: 250, # None + 211: 37, # 'Σ' + 212: 33, # 'Τ' + 213: 45, # 'Υ' + 214: 56, # 'Φ' + 215: 50, # 'Χ' + 216: 84, # 'Ψ' + 217: 57, # 'Ω' + 218: 120, # 'Ϊ' + 219: 121, # 'Ϋ' + 220: 17, # 'ά' + 221: 18, # 'έ' + 222: 22, # 'ή' + 223: 15, # 'ί' + 224: 124, # 'ΰ' + 225: 1, # 'α' + 226: 29, # 'β' + 227: 20, # 'γ' + 228: 21, # 'δ' + 229: 3, # 'ε' + 230: 32, # 'ζ' + 231: 13, # 'η' + 232: 25, # 'θ' + 233: 5, # 'ι' + 234: 11, # 'κ' + 235: 16, # 'λ' + 236: 10, # 'μ' + 237: 6, # 'ν' + 238: 30, # 'ξ' + 239: 4, # 'ο' + 240: 9, # 'π' + 241: 8, # 'ρ' + 242: 14, # 'ς' + 243: 7, # 'σ' + 244: 2, # 'τ' + 245: 12, # 'υ' + 246: 28, # 'φ' + 247: 23, # 'χ' + 248: 42, # 'ψ' + 249: 24, # 'ω' + 250: 64, # 'ϊ' + 251: 75, # 'ϋ' + 252: 19, # 'ό' + 253: 26, # 'ύ' + 254: 27, # 'ώ' + 255: 253, # None +} + +WINDOWS_1253_GREEK_MODEL = SingleByteCharSetModel( + charset_name="windows-1253", + language="Greek", + char_to_order_map=WINDOWS_1253_GREEK_CHAR_TO_ORDER, + language_model=GREEK_LANG_MODEL, + typical_positive_ratio=0.982851, + keep_ascii_letters=False, + alphabet="ΆΈΉΊΌΎΏΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩάέήίαβγδεζηθικλμνξοπρςστυφχψωόύώ", +) + +ISO_8859_7_GREEK_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 82, # 'A' + 66: 100, # 'B' + 67: 104, # 'C' + 68: 94, # 'D' + 69: 98, # 'E' + 70: 101, # 'F' + 71: 116, # 'G' + 72: 102, # 'H' + 73: 111, # 'I' + 74: 187, # 'J' + 75: 117, # 'K' + 76: 92, # 'L' + 77: 88, # 'M' + 78: 113, # 'N' + 79: 85, # 'O' + 80: 79, # 'P' + 81: 118, # 'Q' + 82: 105, # 'R' + 83: 83, # 'S' + 84: 67, # 'T' + 85: 114, # 'U' + 86: 119, # 'V' + 87: 95, # 'W' + 88: 99, # 'X' + 89: 109, # 'Y' + 90: 188, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 72, # 'a' + 98: 70, # 'b' + 99: 80, # 'c' + 100: 81, # 'd' + 101: 60, # 'e' + 102: 96, # 'f' + 103: 93, # 'g' + 104: 89, # 'h' + 105: 68, # 'i' + 106: 120, # 'j' + 107: 97, # 'k' + 108: 77, # 'l' + 109: 86, # 'm' + 110: 69, # 'n' + 111: 55, # 'o' + 112: 78, # 'p' + 113: 115, # 'q' + 114: 65, # 'r' + 115: 66, # 's' + 116: 58, # 't' + 117: 76, # 'u' + 118: 106, # 'v' + 119: 103, # 'w' + 120: 87, # 'x' + 121: 107, # 'y' + 122: 112, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 255, # '\x80' + 129: 255, # '\x81' + 130: 255, # '\x82' + 131: 255, # '\x83' + 132: 255, # '\x84' + 133: 255, # '\x85' + 134: 255, # '\x86' + 135: 255, # '\x87' + 136: 255, # '\x88' + 137: 255, # '\x89' + 138: 255, # '\x8a' + 139: 255, # '\x8b' + 140: 255, # '\x8c' + 141: 255, # '\x8d' + 142: 255, # '\x8e' + 143: 255, # '\x8f' + 144: 255, # '\x90' + 145: 255, # '\x91' + 146: 255, # '\x92' + 147: 255, # '\x93' + 148: 255, # '\x94' + 149: 255, # '\x95' + 150: 255, # '\x96' + 151: 255, # '\x97' + 152: 255, # '\x98' + 153: 255, # '\x99' + 154: 255, # '\x9a' + 155: 255, # '\x9b' + 156: 255, # '\x9c' + 157: 255, # '\x9d' + 158: 255, # '\x9e' + 159: 255, # '\x9f' + 160: 253, # '\xa0' + 161: 233, # '‘' + 162: 90, # '’' + 163: 253, # '£' + 164: 253, # '€' + 165: 253, # '₯' + 166: 253, # '¦' + 167: 253, # '§' + 168: 253, # '¨' + 169: 253, # '©' + 170: 253, # 'ͺ' + 171: 253, # '«' + 172: 253, # '¬' + 173: 74, # '\xad' + 174: 253, # None + 175: 253, # '―' + 176: 253, # '°' + 177: 253, # '±' + 178: 253, # '²' + 179: 253, # '³' + 180: 247, # '΄' + 181: 248, # '΅' + 182: 61, # 'Ά' + 183: 36, # '·' + 184: 46, # 'Έ' + 185: 71, # 'Ή' + 186: 73, # 'Ί' + 187: 253, # '»' + 188: 54, # 'Ό' + 189: 253, # '½' + 190: 108, # 'Ύ' + 191: 123, # 'Ώ' + 192: 110, # 'ΐ' + 193: 31, # 'Α' + 194: 51, # 'Β' + 195: 43, # 'Γ' + 196: 41, # 'Δ' + 197: 34, # 'Ε' + 198: 91, # 'Ζ' + 199: 40, # 'Η' + 200: 52, # 'Θ' + 201: 47, # 'Ι' + 202: 44, # 'Κ' + 203: 53, # 'Λ' + 204: 38, # 'Μ' + 205: 49, # 'Ν' + 206: 59, # 'Ξ' + 207: 39, # 'Ο' + 208: 35, # 'Π' + 209: 48, # 'Ρ' + 210: 250, # None + 211: 37, # 'Σ' + 212: 33, # 'Τ' + 213: 45, # 'Υ' + 214: 56, # 'Φ' + 215: 50, # 'Χ' + 216: 84, # 'Ψ' + 217: 57, # 'Ω' + 218: 120, # 'Ϊ' + 219: 121, # 'Ϋ' + 220: 17, # 'ά' + 221: 18, # 'έ' + 222: 22, # 'ή' + 223: 15, # 'ί' + 224: 124, # 'ΰ' + 225: 1, # 'α' + 226: 29, # 'β' + 227: 20, # 'γ' + 228: 21, # 'δ' + 229: 3, # 'ε' + 230: 32, # 'ζ' + 231: 13, # 'η' + 232: 25, # 'θ' + 233: 5, # 'ι' + 234: 11, # 'κ' + 235: 16, # 'λ' + 236: 10, # 'μ' + 237: 6, # 'ν' + 238: 30, # 'ξ' + 239: 4, # 'ο' + 240: 9, # 'π' + 241: 8, # 'ρ' + 242: 14, # 'ς' + 243: 7, # 'σ' + 244: 2, # 'τ' + 245: 12, # 'υ' + 246: 28, # 'φ' + 247: 23, # 'χ' + 248: 42, # 'ψ' + 249: 24, # 'ω' + 250: 64, # 'ϊ' + 251: 75, # 'ϋ' + 252: 19, # 'ό' + 253: 26, # 'ύ' + 254: 27, # 'ώ' + 255: 253, # None +} + +ISO_8859_7_GREEK_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-7", + language="Greek", + char_to_order_map=ISO_8859_7_GREEK_CHAR_TO_ORDER, + language_model=GREEK_LANG_MODEL, + typical_positive_ratio=0.982851, + keep_ascii_letters=False, + alphabet="ΆΈΉΊΌΎΏΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩάέήίαβγδεζηθικλμνξοπρςστυφχψωόύώ", +) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py new file mode 100644 index 0000000..56d2975 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py @@ -0,0 +1,4380 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +HEBREW_LANG_MODEL = { + 50: { # 'a' + 50: 0, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 2, # 'l' + 54: 2, # 'n' + 49: 0, # 'o' + 51: 2, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 0, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 60: { # 'c' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 61: { # 'd' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 0, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 42: { # 'e' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 2, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 2, # 'l' + 54: 2, # 'n' + 49: 1, # 'o' + 51: 2, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 1, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 53: { # 'i' + 50: 1, # 'a' + 60: 2, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 0, # 'i' + 56: 1, # 'l' + 54: 2, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 56: { # 'l' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 2, # 'e' + 53: 2, # 'i' + 56: 2, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 54: { # 'n' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 49: { # 'o' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 2, # 'n' + 49: 1, # 'o' + 51: 2, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 51: { # 'r' + 50: 2, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 2, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 43: { # 's' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 2, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 2, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 44: { # 't' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 2, # 'e' + 53: 2, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 63: { # 'u' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 34: { # '\xa0' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 1, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 2, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 55: { # '´' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 2, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 1, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 48: { # '¼' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 39: { # '½' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 57: { # '¾' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 30: { # 'ְ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 2, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 0, # 'ף' + 18: 2, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 59: { # 'ֱ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 1, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 41: { # 'ֲ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 33: { # 'ִ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 2, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 37: { # 'ֵ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 1, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 36: { # 'ֶ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 1, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 2, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 31: { # 'ַ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 29: { # 'ָ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 2, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 35: { # 'ֹ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 62: { # 'ֻ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 1, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 28: { # 'ּ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 3, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 3, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 3, # 'ַ' + 29: 3, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 2, # 'ׁ' + 45: 1, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 2, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 2, # 'מ' + 23: 1, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 38: { # 'ׁ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 2, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 45: { # 'ׂ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 2, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 9: { # 'א' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 2, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 8: { # 'ב' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 1, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 20: { # 'ג' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 2, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 16: { # 'ד' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 3: { # 'ה' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 3, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 0, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 2: { # 'ו' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 3, # 'ֹ' + 62: 0, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 24: { # 'ז' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 1, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 1, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 14: { # 'ח' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 1, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 22: { # 'ט' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 1, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 2, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 1: { # 'י' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 25: { # 'ך' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 15: { # 'כ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 4: { # 'ל' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 3, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 11: { # 'ם' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 6: { # 'מ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 0, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 23: { # 'ן' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 12: { # 'נ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 19: { # 'ס' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 2, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 1, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 13: { # 'ע' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 1, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 26: { # 'ף' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 18: { # 'פ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 2, # 'ב' + 20: 3, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 27: { # 'ץ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 21: { # 'צ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 1, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 0, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 17: { # 'ק' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 7: { # 'ר' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 2, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 10: { # 'ש' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 3, # 'ׁ' + 45: 2, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 5: { # 'ת' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 1, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 32: { # '–' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 52: { # '’' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 47: { # '“' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 46: { # '”' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 58: { # '†' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 2, # '†' + 40: 0, # '…' + }, + 40: { # '…' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1255_HEBREW_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 69, # 'A' + 66: 91, # 'B' + 67: 79, # 'C' + 68: 80, # 'D' + 69: 92, # 'E' + 70: 89, # 'F' + 71: 97, # 'G' + 72: 90, # 'H' + 73: 68, # 'I' + 74: 111, # 'J' + 75: 112, # 'K' + 76: 82, # 'L' + 77: 73, # 'M' + 78: 95, # 'N' + 79: 85, # 'O' + 80: 78, # 'P' + 81: 121, # 'Q' + 82: 86, # 'R' + 83: 71, # 'S' + 84: 67, # 'T' + 85: 102, # 'U' + 86: 107, # 'V' + 87: 84, # 'W' + 88: 114, # 'X' + 89: 103, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 50, # 'a' + 98: 74, # 'b' + 99: 60, # 'c' + 100: 61, # 'd' + 101: 42, # 'e' + 102: 76, # 'f' + 103: 70, # 'g' + 104: 64, # 'h' + 105: 53, # 'i' + 106: 105, # 'j' + 107: 93, # 'k' + 108: 56, # 'l' + 109: 65, # 'm' + 110: 54, # 'n' + 111: 49, # 'o' + 112: 66, # 'p' + 113: 110, # 'q' + 114: 51, # 'r' + 115: 43, # 's' + 116: 44, # 't' + 117: 63, # 'u' + 118: 81, # 'v' + 119: 77, # 'w' + 120: 98, # 'x' + 121: 75, # 'y' + 122: 108, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 124, # '€' + 129: 202, # None + 130: 203, # '‚' + 131: 204, # 'ƒ' + 132: 205, # '„' + 133: 40, # '…' + 134: 58, # '†' + 135: 206, # '‡' + 136: 207, # 'ˆ' + 137: 208, # '‰' + 138: 209, # None + 139: 210, # '‹' + 140: 211, # None + 141: 212, # None + 142: 213, # None + 143: 214, # None + 144: 215, # None + 145: 83, # '‘' + 146: 52, # '’' + 147: 47, # '“' + 148: 46, # '”' + 149: 72, # '•' + 150: 32, # '–' + 151: 94, # '—' + 152: 216, # '˜' + 153: 113, # '™' + 154: 217, # None + 155: 109, # '›' + 156: 218, # None + 157: 219, # None + 158: 220, # None + 159: 221, # None + 160: 34, # '\xa0' + 161: 116, # '¡' + 162: 222, # '¢' + 163: 118, # '£' + 164: 100, # '₪' + 165: 223, # '¥' + 166: 224, # '¦' + 167: 117, # '§' + 168: 119, # '¨' + 169: 104, # '©' + 170: 125, # '×' + 171: 225, # '«' + 172: 226, # '¬' + 173: 87, # '\xad' + 174: 99, # '®' + 175: 227, # '¯' + 176: 106, # '°' + 177: 122, # '±' + 178: 123, # '²' + 179: 228, # '³' + 180: 55, # '´' + 181: 229, # 'µ' + 182: 230, # '¶' + 183: 101, # '·' + 184: 231, # '¸' + 185: 232, # '¹' + 186: 120, # '÷' + 187: 233, # '»' + 188: 48, # '¼' + 189: 39, # '½' + 190: 57, # '¾' + 191: 234, # '¿' + 192: 30, # 'ְ' + 193: 59, # 'ֱ' + 194: 41, # 'ֲ' + 195: 88, # 'ֳ' + 196: 33, # 'ִ' + 197: 37, # 'ֵ' + 198: 36, # 'ֶ' + 199: 31, # 'ַ' + 200: 29, # 'ָ' + 201: 35, # 'ֹ' + 202: 235, # None + 203: 62, # 'ֻ' + 204: 28, # 'ּ' + 205: 236, # 'ֽ' + 206: 126, # '־' + 207: 237, # 'ֿ' + 208: 238, # '׀' + 209: 38, # 'ׁ' + 210: 45, # 'ׂ' + 211: 239, # '׃' + 212: 240, # 'װ' + 213: 241, # 'ױ' + 214: 242, # 'ײ' + 215: 243, # '׳' + 216: 127, # '״' + 217: 244, # None + 218: 245, # None + 219: 246, # None + 220: 247, # None + 221: 248, # None + 222: 249, # None + 223: 250, # None + 224: 9, # 'א' + 225: 8, # 'ב' + 226: 20, # 'ג' + 227: 16, # 'ד' + 228: 3, # 'ה' + 229: 2, # 'ו' + 230: 24, # 'ז' + 231: 14, # 'ח' + 232: 22, # 'ט' + 233: 1, # 'י' + 234: 25, # 'ך' + 235: 15, # 'כ' + 236: 4, # 'ל' + 237: 11, # 'ם' + 238: 6, # 'מ' + 239: 23, # 'ן' + 240: 12, # 'נ' + 241: 19, # 'ס' + 242: 13, # 'ע' + 243: 26, # 'ף' + 244: 18, # 'פ' + 245: 27, # 'ץ' + 246: 21, # 'צ' + 247: 17, # 'ק' + 248: 7, # 'ר' + 249: 10, # 'ש' + 250: 5, # 'ת' + 251: 251, # None + 252: 252, # None + 253: 128, # '\u200e' + 254: 96, # '\u200f' + 255: 253, # None +} + +WINDOWS_1255_HEBREW_MODEL = SingleByteCharSetModel( + charset_name="windows-1255", + language="Hebrew", + char_to_order_map=WINDOWS_1255_HEBREW_CHAR_TO_ORDER, + language_model=HEBREW_LANG_MODEL, + typical_positive_ratio=0.984004, + keep_ascii_letters=False, + alphabet="אבגדהוזחטיךכלםמןנסעףפץצקרשתװױײ", +) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py new file mode 100644 index 0000000..09a0d32 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py @@ -0,0 +1,4649 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +HUNGARIAN_LANG_MODEL = { + 28: { # 'A' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 2, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 2, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 2, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 1, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 40: { # 'B' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 3, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 54: { # 'C' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 3, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 45: { # 'D' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 32: { # 'E' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 2, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 50: { # 'F' + 28: 1, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 0, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 49: { # 'G' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 2, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 38: { # 'H' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 0, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 1, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 2, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 39: { # 'I' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 2, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 53: { # 'J' + 28: 2, # 'A' + 40: 0, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 0, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 36: { # 'K' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 2, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 41: { # 'L' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 34: { # 'M' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 3, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 1, # 'ű' + }, + 35: { # 'N' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 2, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 2, # 'Y' + 52: 1, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 47: { # 'O' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 2, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 46: { # 'P' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 3, # 'á' + 15: 2, # 'é' + 30: 0, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 43: { # 'R' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 2, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 2, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 33: { # 'S' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 3, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 1, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 37: { # 'T' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 57: { # 'U' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 48: { # 'V' + 28: 2, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 55: { # 'Y' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 2, # 'Z' + 2: 1, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 52: { # 'Z' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 1, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 2: { # 'a' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 18: { # 'b' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 26: { # 'c' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 1, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 2, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 2, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 17: { # 'd' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 2, # 'k' + 6: 1, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 1: { # 'e' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 2, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 27: { # 'f' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 3, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 3, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 12: { # 'g' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 20: { # 'h' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 9: { # 'i' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 3, # 'ó' + 24: 1, # 'ö' + 31: 2, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 1, # 'ű' + }, + 22: { # 'j' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 1, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 1, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 7: { # 'k' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 1, # 'ú' + 29: 3, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 6: { # 'l' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 3, # 'ő' + 56: 1, # 'ű' + }, + 13: { # 'm' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 1, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 3, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 2, # 'ű' + }, + 4: { # 'n' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 1, # 'x' + 16: 3, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 8: { # 'o' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 23: { # 'p' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 10: { # 'r' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 2, # 'ű' + }, + 5: { # 's' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 3: { # 't' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 1, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 3, # 'ő' + 56: 2, # 'ű' + }, + 21: { # 'u' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 2, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 1, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 1, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 19: { # 'v' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 2, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 62: { # 'x' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 16: { # 'y' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 2, # 'ű' + }, + 11: { # 'z' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 51: { # 'Á' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 44: { # 'É' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 61: { # 'Í' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 0, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 58: { # 'Ó' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 2, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 59: { # 'Ö' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 60: { # 'Ú' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 2, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 63: { # 'Ü' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 14: { # 'á' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 15: { # 'é' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 30: { # 'í' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 25: { # 'ó' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 1, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 24: { # 'ö' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 0, # 'a' + 18: 3, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 31: { # 'ú' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 3, # 'j' + 7: 1, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 29: { # 'ü' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 0, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 42: { # 'ő' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 56: { # 'ű' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1250_HUNGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 28, # 'A' + 66: 40, # 'B' + 67: 54, # 'C' + 68: 45, # 'D' + 69: 32, # 'E' + 70: 50, # 'F' + 71: 49, # 'G' + 72: 38, # 'H' + 73: 39, # 'I' + 74: 53, # 'J' + 75: 36, # 'K' + 76: 41, # 'L' + 77: 34, # 'M' + 78: 35, # 'N' + 79: 47, # 'O' + 80: 46, # 'P' + 81: 72, # 'Q' + 82: 43, # 'R' + 83: 33, # 'S' + 84: 37, # 'T' + 85: 57, # 'U' + 86: 48, # 'V' + 87: 64, # 'W' + 88: 68, # 'X' + 89: 55, # 'Y' + 90: 52, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 2, # 'a' + 98: 18, # 'b' + 99: 26, # 'c' + 100: 17, # 'd' + 101: 1, # 'e' + 102: 27, # 'f' + 103: 12, # 'g' + 104: 20, # 'h' + 105: 9, # 'i' + 106: 22, # 'j' + 107: 7, # 'k' + 108: 6, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 8, # 'o' + 112: 23, # 'p' + 113: 67, # 'q' + 114: 10, # 'r' + 115: 5, # 's' + 116: 3, # 't' + 117: 21, # 'u' + 118: 19, # 'v' + 119: 65, # 'w' + 120: 62, # 'x' + 121: 16, # 'y' + 122: 11, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 161, # '€' + 129: 162, # None + 130: 163, # '‚' + 131: 164, # None + 132: 165, # '„' + 133: 166, # '…' + 134: 167, # '†' + 135: 168, # '‡' + 136: 169, # None + 137: 170, # '‰' + 138: 171, # 'Š' + 139: 172, # '‹' + 140: 173, # 'Ś' + 141: 174, # 'Ť' + 142: 175, # 'Ž' + 143: 176, # 'Ź' + 144: 177, # None + 145: 178, # '‘' + 146: 179, # '’' + 147: 180, # '“' + 148: 78, # '”' + 149: 181, # '•' + 150: 69, # '–' + 151: 182, # '—' + 152: 183, # None + 153: 184, # '™' + 154: 185, # 'š' + 155: 186, # '›' + 156: 187, # 'ś' + 157: 188, # 'ť' + 158: 189, # 'ž' + 159: 190, # 'ź' + 160: 191, # '\xa0' + 161: 192, # 'ˇ' + 162: 193, # '˘' + 163: 194, # 'Ł' + 164: 195, # '¤' + 165: 196, # 'Ą' + 166: 197, # '¦' + 167: 76, # '§' + 168: 198, # '¨' + 169: 199, # '©' + 170: 200, # 'Ş' + 171: 201, # '«' + 172: 202, # '¬' + 173: 203, # '\xad' + 174: 204, # '®' + 175: 205, # 'Ż' + 176: 81, # '°' + 177: 206, # '±' + 178: 207, # '˛' + 179: 208, # 'ł' + 180: 209, # '´' + 181: 210, # 'µ' + 182: 211, # '¶' + 183: 212, # '·' + 184: 213, # '¸' + 185: 214, # 'ą' + 186: 215, # 'ş' + 187: 216, # '»' + 188: 217, # 'Ľ' + 189: 218, # '˝' + 190: 219, # 'ľ' + 191: 220, # 'ż' + 192: 221, # 'Ŕ' + 193: 51, # 'Á' + 194: 83, # 'Â' + 195: 222, # 'Ă' + 196: 80, # 'Ä' + 197: 223, # 'Ĺ' + 198: 224, # 'Ć' + 199: 225, # 'Ç' + 200: 226, # 'Č' + 201: 44, # 'É' + 202: 227, # 'Ę' + 203: 228, # 'Ë' + 204: 229, # 'Ě' + 205: 61, # 'Í' + 206: 230, # 'Î' + 207: 231, # 'Ď' + 208: 232, # 'Đ' + 209: 233, # 'Ń' + 210: 234, # 'Ň' + 211: 58, # 'Ó' + 212: 235, # 'Ô' + 213: 66, # 'Ő' + 214: 59, # 'Ö' + 215: 236, # '×' + 216: 237, # 'Ř' + 217: 238, # 'Ů' + 218: 60, # 'Ú' + 219: 70, # 'Ű' + 220: 63, # 'Ü' + 221: 239, # 'Ý' + 222: 240, # 'Ţ' + 223: 241, # 'ß' + 224: 84, # 'ŕ' + 225: 14, # 'á' + 226: 75, # 'â' + 227: 242, # 'ă' + 228: 71, # 'ä' + 229: 82, # 'ĺ' + 230: 243, # 'ć' + 231: 73, # 'ç' + 232: 244, # 'č' + 233: 15, # 'é' + 234: 85, # 'ę' + 235: 79, # 'ë' + 236: 86, # 'ě' + 237: 30, # 'í' + 238: 77, # 'î' + 239: 87, # 'ď' + 240: 245, # 'đ' + 241: 246, # 'ń' + 242: 247, # 'ň' + 243: 25, # 'ó' + 244: 74, # 'ô' + 245: 42, # 'ő' + 246: 24, # 'ö' + 247: 248, # '÷' + 248: 249, # 'ř' + 249: 250, # 'ů' + 250: 31, # 'ú' + 251: 56, # 'ű' + 252: 29, # 'ü' + 253: 251, # 'ý' + 254: 252, # 'ţ' + 255: 253, # '˙' +} + +WINDOWS_1250_HUNGARIAN_MODEL = SingleByteCharSetModel( + charset_name="windows-1250", + language="Hungarian", + char_to_order_map=WINDOWS_1250_HUNGARIAN_CHAR_TO_ORDER, + language_model=HUNGARIAN_LANG_MODEL, + typical_positive_ratio=0.947368, + keep_ascii_letters=True, + alphabet="ABCDEFGHIJKLMNOPRSTUVZabcdefghijklmnoprstuvzÁÉÍÓÖÚÜáéíóöúüŐőŰű", +) + +ISO_8859_2_HUNGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 28, # 'A' + 66: 40, # 'B' + 67: 54, # 'C' + 68: 45, # 'D' + 69: 32, # 'E' + 70: 50, # 'F' + 71: 49, # 'G' + 72: 38, # 'H' + 73: 39, # 'I' + 74: 53, # 'J' + 75: 36, # 'K' + 76: 41, # 'L' + 77: 34, # 'M' + 78: 35, # 'N' + 79: 47, # 'O' + 80: 46, # 'P' + 81: 71, # 'Q' + 82: 43, # 'R' + 83: 33, # 'S' + 84: 37, # 'T' + 85: 57, # 'U' + 86: 48, # 'V' + 87: 64, # 'W' + 88: 68, # 'X' + 89: 55, # 'Y' + 90: 52, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 2, # 'a' + 98: 18, # 'b' + 99: 26, # 'c' + 100: 17, # 'd' + 101: 1, # 'e' + 102: 27, # 'f' + 103: 12, # 'g' + 104: 20, # 'h' + 105: 9, # 'i' + 106: 22, # 'j' + 107: 7, # 'k' + 108: 6, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 8, # 'o' + 112: 23, # 'p' + 113: 67, # 'q' + 114: 10, # 'r' + 115: 5, # 's' + 116: 3, # 't' + 117: 21, # 'u' + 118: 19, # 'v' + 119: 65, # 'w' + 120: 62, # 'x' + 121: 16, # 'y' + 122: 11, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 159, # '\x80' + 129: 160, # '\x81' + 130: 161, # '\x82' + 131: 162, # '\x83' + 132: 163, # '\x84' + 133: 164, # '\x85' + 134: 165, # '\x86' + 135: 166, # '\x87' + 136: 167, # '\x88' + 137: 168, # '\x89' + 138: 169, # '\x8a' + 139: 170, # '\x8b' + 140: 171, # '\x8c' + 141: 172, # '\x8d' + 142: 173, # '\x8e' + 143: 174, # '\x8f' + 144: 175, # '\x90' + 145: 176, # '\x91' + 146: 177, # '\x92' + 147: 178, # '\x93' + 148: 179, # '\x94' + 149: 180, # '\x95' + 150: 181, # '\x96' + 151: 182, # '\x97' + 152: 183, # '\x98' + 153: 184, # '\x99' + 154: 185, # '\x9a' + 155: 186, # '\x9b' + 156: 187, # '\x9c' + 157: 188, # '\x9d' + 158: 189, # '\x9e' + 159: 190, # '\x9f' + 160: 191, # '\xa0' + 161: 192, # 'Ą' + 162: 193, # '˘' + 163: 194, # 'Ł' + 164: 195, # '¤' + 165: 196, # 'Ľ' + 166: 197, # 'Ś' + 167: 75, # '§' + 168: 198, # '¨' + 169: 199, # 'Š' + 170: 200, # 'Ş' + 171: 201, # 'Ť' + 172: 202, # 'Ź' + 173: 203, # '\xad' + 174: 204, # 'Ž' + 175: 205, # 'Ż' + 176: 79, # '°' + 177: 206, # 'ą' + 178: 207, # '˛' + 179: 208, # 'ł' + 180: 209, # '´' + 181: 210, # 'ľ' + 182: 211, # 'ś' + 183: 212, # 'ˇ' + 184: 213, # '¸' + 185: 214, # 'š' + 186: 215, # 'ş' + 187: 216, # 'ť' + 188: 217, # 'ź' + 189: 218, # '˝' + 190: 219, # 'ž' + 191: 220, # 'ż' + 192: 221, # 'Ŕ' + 193: 51, # 'Á' + 194: 81, # 'Â' + 195: 222, # 'Ă' + 196: 78, # 'Ä' + 197: 223, # 'Ĺ' + 198: 224, # 'Ć' + 199: 225, # 'Ç' + 200: 226, # 'Č' + 201: 44, # 'É' + 202: 227, # 'Ę' + 203: 228, # 'Ë' + 204: 229, # 'Ě' + 205: 61, # 'Í' + 206: 230, # 'Î' + 207: 231, # 'Ď' + 208: 232, # 'Đ' + 209: 233, # 'Ń' + 210: 234, # 'Ň' + 211: 58, # 'Ó' + 212: 235, # 'Ô' + 213: 66, # 'Ő' + 214: 59, # 'Ö' + 215: 236, # '×' + 216: 237, # 'Ř' + 217: 238, # 'Ů' + 218: 60, # 'Ú' + 219: 69, # 'Ű' + 220: 63, # 'Ü' + 221: 239, # 'Ý' + 222: 240, # 'Ţ' + 223: 241, # 'ß' + 224: 82, # 'ŕ' + 225: 14, # 'á' + 226: 74, # 'â' + 227: 242, # 'ă' + 228: 70, # 'ä' + 229: 80, # 'ĺ' + 230: 243, # 'ć' + 231: 72, # 'ç' + 232: 244, # 'č' + 233: 15, # 'é' + 234: 83, # 'ę' + 235: 77, # 'ë' + 236: 84, # 'ě' + 237: 30, # 'í' + 238: 76, # 'î' + 239: 85, # 'ď' + 240: 245, # 'đ' + 241: 246, # 'ń' + 242: 247, # 'ň' + 243: 25, # 'ó' + 244: 73, # 'ô' + 245: 42, # 'ő' + 246: 24, # 'ö' + 247: 248, # '÷' + 248: 249, # 'ř' + 249: 250, # 'ů' + 250: 31, # 'ú' + 251: 56, # 'ű' + 252: 29, # 'ü' + 253: 251, # 'ý' + 254: 252, # 'ţ' + 255: 253, # '˙' +} + +ISO_8859_2_HUNGARIAN_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-2", + language="Hungarian", + char_to_order_map=ISO_8859_2_HUNGARIAN_CHAR_TO_ORDER, + language_model=HUNGARIAN_LANG_MODEL, + typical_positive_ratio=0.947368, + keep_ascii_letters=True, + alphabet="ABCDEFGHIJKLMNOPRSTUVZabcdefghijklmnoprstuvzÁÉÍÓÖÚÜáéíóöúüŐőŰű", +) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py new file mode 100644 index 0000000..39a5388 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py @@ -0,0 +1,5725 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +RUSSIAN_LANG_MODEL = { + 37: { # 'А' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 44: { # 'Б' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 33: { # 'В' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 0, # 'ю' + 16: 1, # 'я' + }, + 46: { # 'Г' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 41: { # 'Д' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 3, # 'ж' + 20: 1, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 48: { # 'Е' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 2, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 1, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 56: { # 'Ж' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 1, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 2, # 'ю' + 16: 0, # 'я' + }, + 51: { # 'З' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 1, # 'я' + }, + 42: { # 'И' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 2, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 60: { # 'Й' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 36: { # 'К' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 49: { # 'Л' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 1, # 'я' + }, + 38: { # 'М' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 1, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 31: { # 'Н' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 2, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 34: { # 'О' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 2, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 2, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 35: { # 'П' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 1, # 'с' + 6: 1, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 2, # 'я' + }, + 45: { # 'Р' + 37: 2, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 2, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 32: { # 'С' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 2, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 40: { # 'Т' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 52: { # 'У' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 1, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 1, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 53: { # 'Ф' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 1, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 55: { # 'Х' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 58: { # 'Ц' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 50: { # 'Ч' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 57: { # 'Ш' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 63: { # 'Щ' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 62: { # 'Ы' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 61: { # 'Ь' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 47: { # 'Э' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 59: { # 'Ю' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 43: { # 'Я' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 1, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 3: { # 'а' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 21: { # 'б' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 10: { # 'в' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 19: { # 'г' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 13: { # 'д' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 3, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 2: { # 'е' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 24: { # 'ж' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 1, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 20: { # 'з' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 4: { # 'и' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 23: { # 'й' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 11: { # 'к' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 3, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 8: { # 'л' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 3, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 12: { # 'м' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 5: { # 'н' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 2, # 'щ' + 54: 1, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 1: { # 'о' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 15: { # 'п' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 9: { # 'р' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 7: { # 'с' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 6: { # 'т' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 2, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 14: { # 'у' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 2, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 2, # 'я' + }, + 39: { # 'ф' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 26: { # 'х' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 3, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 28: { # 'ц' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 1, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 22: { # 'ч' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 3, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 25: { # 'ш' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 29: { # 'щ' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 2, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 54: { # 'ъ' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 18: { # 'ы' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 1, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 2, # 'я' + }, + 17: { # 'ь' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 0, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 0, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 30: { # 'э' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 27: { # 'ю' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 1, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 1, # 'я' + }, + 16: { # 'я' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 2, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 2, # 'ю' + 16: 2, # 'я' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +IBM866_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 37, # 'А' + 129: 44, # 'Б' + 130: 33, # 'В' + 131: 46, # 'Г' + 132: 41, # 'Д' + 133: 48, # 'Е' + 134: 56, # 'Ж' + 135: 51, # 'З' + 136: 42, # 'И' + 137: 60, # 'Й' + 138: 36, # 'К' + 139: 49, # 'Л' + 140: 38, # 'М' + 141: 31, # 'Н' + 142: 34, # 'О' + 143: 35, # 'П' + 144: 45, # 'Р' + 145: 32, # 'С' + 146: 40, # 'Т' + 147: 52, # 'У' + 148: 53, # 'Ф' + 149: 55, # 'Х' + 150: 58, # 'Ц' + 151: 50, # 'Ч' + 152: 57, # 'Ш' + 153: 63, # 'Щ' + 154: 70, # 'Ъ' + 155: 62, # 'Ы' + 156: 61, # 'Ь' + 157: 47, # 'Э' + 158: 59, # 'Ю' + 159: 43, # 'Я' + 160: 3, # 'а' + 161: 21, # 'б' + 162: 10, # 'в' + 163: 19, # 'г' + 164: 13, # 'д' + 165: 2, # 'е' + 166: 24, # 'ж' + 167: 20, # 'з' + 168: 4, # 'и' + 169: 23, # 'й' + 170: 11, # 'к' + 171: 8, # 'л' + 172: 12, # 'м' + 173: 5, # 'н' + 174: 1, # 'о' + 175: 15, # 'п' + 176: 191, # '░' + 177: 192, # '▒' + 178: 193, # '▓' + 179: 194, # '│' + 180: 195, # '┤' + 181: 196, # '╡' + 182: 197, # '╢' + 183: 198, # '╖' + 184: 199, # '╕' + 185: 200, # '╣' + 186: 201, # '║' + 187: 202, # '╗' + 188: 203, # '╝' + 189: 204, # '╜' + 190: 205, # '╛' + 191: 206, # '┐' + 192: 207, # '└' + 193: 208, # '┴' + 194: 209, # '┬' + 195: 210, # '├' + 196: 211, # '─' + 197: 212, # '┼' + 198: 213, # '╞' + 199: 214, # '╟' + 200: 215, # '╚' + 201: 216, # '╔' + 202: 217, # '╩' + 203: 218, # '╦' + 204: 219, # '╠' + 205: 220, # '═' + 206: 221, # '╬' + 207: 222, # '╧' + 208: 223, # '╨' + 209: 224, # '╤' + 210: 225, # '╥' + 211: 226, # '╙' + 212: 227, # '╘' + 213: 228, # '╒' + 214: 229, # '╓' + 215: 230, # '╫' + 216: 231, # '╪' + 217: 232, # '┘' + 218: 233, # '┌' + 219: 234, # '█' + 220: 235, # '▄' + 221: 236, # '▌' + 222: 237, # '▐' + 223: 238, # '▀' + 224: 9, # 'р' + 225: 7, # 'с' + 226: 6, # 'т' + 227: 14, # 'у' + 228: 39, # 'ф' + 229: 26, # 'х' + 230: 28, # 'ц' + 231: 22, # 'ч' + 232: 25, # 'ш' + 233: 29, # 'щ' + 234: 54, # 'ъ' + 235: 18, # 'ы' + 236: 17, # 'ь' + 237: 30, # 'э' + 238: 27, # 'ю' + 239: 16, # 'я' + 240: 239, # 'Ё' + 241: 68, # 'ё' + 242: 240, # 'Є' + 243: 241, # 'є' + 244: 242, # 'Ї' + 245: 243, # 'ї' + 246: 244, # 'Ў' + 247: 245, # 'ў' + 248: 246, # '°' + 249: 247, # '∙' + 250: 248, # '·' + 251: 249, # '√' + 252: 250, # '№' + 253: 251, # '¤' + 254: 252, # '■' + 255: 255, # '\xa0' +} + +IBM866_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="IBM866", + language="Russian", + char_to_order_map=IBM866_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +WINDOWS_1251_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # 'Ђ' + 129: 192, # 'Ѓ' + 130: 193, # '‚' + 131: 194, # 'ѓ' + 132: 195, # '„' + 133: 196, # '…' + 134: 197, # '†' + 135: 198, # '‡' + 136: 199, # '€' + 137: 200, # '‰' + 138: 201, # 'Љ' + 139: 202, # '‹' + 140: 203, # 'Њ' + 141: 204, # 'Ќ' + 142: 205, # 'Ћ' + 143: 206, # 'Џ' + 144: 207, # 'ђ' + 145: 208, # '‘' + 146: 209, # '’' + 147: 210, # '“' + 148: 211, # '”' + 149: 212, # '•' + 150: 213, # '–' + 151: 214, # '—' + 152: 215, # None + 153: 216, # '™' + 154: 217, # 'љ' + 155: 218, # '›' + 156: 219, # 'њ' + 157: 220, # 'ќ' + 158: 221, # 'ћ' + 159: 222, # 'џ' + 160: 223, # '\xa0' + 161: 224, # 'Ў' + 162: 225, # 'ў' + 163: 226, # 'Ј' + 164: 227, # '¤' + 165: 228, # 'Ґ' + 166: 229, # '¦' + 167: 230, # '§' + 168: 231, # 'Ё' + 169: 232, # '©' + 170: 233, # 'Є' + 171: 234, # '«' + 172: 235, # '¬' + 173: 236, # '\xad' + 174: 237, # '®' + 175: 238, # 'Ї' + 176: 239, # '°' + 177: 240, # '±' + 178: 241, # 'І' + 179: 242, # 'і' + 180: 243, # 'ґ' + 181: 244, # 'µ' + 182: 245, # '¶' + 183: 246, # '·' + 184: 68, # 'ё' + 185: 247, # '№' + 186: 248, # 'є' + 187: 249, # '»' + 188: 250, # 'ј' + 189: 251, # 'Ѕ' + 190: 252, # 'ѕ' + 191: 253, # 'ї' + 192: 37, # 'А' + 193: 44, # 'Б' + 194: 33, # 'В' + 195: 46, # 'Г' + 196: 41, # 'Д' + 197: 48, # 'Е' + 198: 56, # 'Ж' + 199: 51, # 'З' + 200: 42, # 'И' + 201: 60, # 'Й' + 202: 36, # 'К' + 203: 49, # 'Л' + 204: 38, # 'М' + 205: 31, # 'Н' + 206: 34, # 'О' + 207: 35, # 'П' + 208: 45, # 'Р' + 209: 32, # 'С' + 210: 40, # 'Т' + 211: 52, # 'У' + 212: 53, # 'Ф' + 213: 55, # 'Х' + 214: 58, # 'Ц' + 215: 50, # 'Ч' + 216: 57, # 'Ш' + 217: 63, # 'Щ' + 218: 70, # 'Ъ' + 219: 62, # 'Ы' + 220: 61, # 'Ь' + 221: 47, # 'Э' + 222: 59, # 'Ю' + 223: 43, # 'Я' + 224: 3, # 'а' + 225: 21, # 'б' + 226: 10, # 'в' + 227: 19, # 'г' + 228: 13, # 'д' + 229: 2, # 'е' + 230: 24, # 'ж' + 231: 20, # 'з' + 232: 4, # 'и' + 233: 23, # 'й' + 234: 11, # 'к' + 235: 8, # 'л' + 236: 12, # 'м' + 237: 5, # 'н' + 238: 1, # 'о' + 239: 15, # 'п' + 240: 9, # 'р' + 241: 7, # 'с' + 242: 6, # 'т' + 243: 14, # 'у' + 244: 39, # 'ф' + 245: 26, # 'х' + 246: 28, # 'ц' + 247: 22, # 'ч' + 248: 25, # 'ш' + 249: 29, # 'щ' + 250: 54, # 'ъ' + 251: 18, # 'ы' + 252: 17, # 'ь' + 253: 30, # 'э' + 254: 27, # 'ю' + 255: 16, # 'я' +} + +WINDOWS_1251_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="windows-1251", + language="Russian", + char_to_order_map=WINDOWS_1251_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +IBM855_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # 'ђ' + 129: 192, # 'Ђ' + 130: 193, # 'ѓ' + 131: 194, # 'Ѓ' + 132: 68, # 'ё' + 133: 195, # 'Ё' + 134: 196, # 'є' + 135: 197, # 'Є' + 136: 198, # 'ѕ' + 137: 199, # 'Ѕ' + 138: 200, # 'і' + 139: 201, # 'І' + 140: 202, # 'ї' + 141: 203, # 'Ї' + 142: 204, # 'ј' + 143: 205, # 'Ј' + 144: 206, # 'љ' + 145: 207, # 'Љ' + 146: 208, # 'њ' + 147: 209, # 'Њ' + 148: 210, # 'ћ' + 149: 211, # 'Ћ' + 150: 212, # 'ќ' + 151: 213, # 'Ќ' + 152: 214, # 'ў' + 153: 215, # 'Ў' + 154: 216, # 'џ' + 155: 217, # 'Џ' + 156: 27, # 'ю' + 157: 59, # 'Ю' + 158: 54, # 'ъ' + 159: 70, # 'Ъ' + 160: 3, # 'а' + 161: 37, # 'А' + 162: 21, # 'б' + 163: 44, # 'Б' + 164: 28, # 'ц' + 165: 58, # 'Ц' + 166: 13, # 'д' + 167: 41, # 'Д' + 168: 2, # 'е' + 169: 48, # 'Е' + 170: 39, # 'ф' + 171: 53, # 'Ф' + 172: 19, # 'г' + 173: 46, # 'Г' + 174: 218, # '«' + 175: 219, # '»' + 176: 220, # '░' + 177: 221, # '▒' + 178: 222, # '▓' + 179: 223, # '│' + 180: 224, # '┤' + 181: 26, # 'х' + 182: 55, # 'Х' + 183: 4, # 'и' + 184: 42, # 'И' + 185: 225, # '╣' + 186: 226, # '║' + 187: 227, # '╗' + 188: 228, # '╝' + 189: 23, # 'й' + 190: 60, # 'Й' + 191: 229, # '┐' + 192: 230, # '└' + 193: 231, # '┴' + 194: 232, # '┬' + 195: 233, # '├' + 196: 234, # '─' + 197: 235, # '┼' + 198: 11, # 'к' + 199: 36, # 'К' + 200: 236, # '╚' + 201: 237, # '╔' + 202: 238, # '╩' + 203: 239, # '╦' + 204: 240, # '╠' + 205: 241, # '═' + 206: 242, # '╬' + 207: 243, # '¤' + 208: 8, # 'л' + 209: 49, # 'Л' + 210: 12, # 'м' + 211: 38, # 'М' + 212: 5, # 'н' + 213: 31, # 'Н' + 214: 1, # 'о' + 215: 34, # 'О' + 216: 15, # 'п' + 217: 244, # '┘' + 218: 245, # '┌' + 219: 246, # '█' + 220: 247, # '▄' + 221: 35, # 'П' + 222: 16, # 'я' + 223: 248, # '▀' + 224: 43, # 'Я' + 225: 9, # 'р' + 226: 45, # 'Р' + 227: 7, # 'с' + 228: 32, # 'С' + 229: 6, # 'т' + 230: 40, # 'Т' + 231: 14, # 'у' + 232: 52, # 'У' + 233: 24, # 'ж' + 234: 56, # 'Ж' + 235: 10, # 'в' + 236: 33, # 'В' + 237: 17, # 'ь' + 238: 61, # 'Ь' + 239: 249, # '№' + 240: 250, # '\xad' + 241: 18, # 'ы' + 242: 62, # 'Ы' + 243: 20, # 'з' + 244: 51, # 'З' + 245: 25, # 'ш' + 246: 57, # 'Ш' + 247: 30, # 'э' + 248: 47, # 'Э' + 249: 29, # 'щ' + 250: 63, # 'Щ' + 251: 22, # 'ч' + 252: 50, # 'Ч' + 253: 251, # '§' + 254: 252, # '■' + 255: 255, # '\xa0' +} + +IBM855_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="IBM855", + language="Russian", + char_to_order_map=IBM855_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +KOI8_R_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # '─' + 129: 192, # '│' + 130: 193, # '┌' + 131: 194, # '┐' + 132: 195, # '└' + 133: 196, # '┘' + 134: 197, # '├' + 135: 198, # '┤' + 136: 199, # '┬' + 137: 200, # '┴' + 138: 201, # '┼' + 139: 202, # '▀' + 140: 203, # '▄' + 141: 204, # '█' + 142: 205, # '▌' + 143: 206, # '▐' + 144: 207, # '░' + 145: 208, # '▒' + 146: 209, # '▓' + 147: 210, # '⌠' + 148: 211, # '■' + 149: 212, # '∙' + 150: 213, # '√' + 151: 214, # '≈' + 152: 215, # '≤' + 153: 216, # '≥' + 154: 217, # '\xa0' + 155: 218, # '⌡' + 156: 219, # '°' + 157: 220, # '²' + 158: 221, # '·' + 159: 222, # '÷' + 160: 223, # '═' + 161: 224, # '║' + 162: 225, # '╒' + 163: 68, # 'ё' + 164: 226, # '╓' + 165: 227, # '╔' + 166: 228, # '╕' + 167: 229, # '╖' + 168: 230, # '╗' + 169: 231, # '╘' + 170: 232, # '╙' + 171: 233, # '╚' + 172: 234, # '╛' + 173: 235, # '╜' + 174: 236, # '╝' + 175: 237, # '╞' + 176: 238, # '╟' + 177: 239, # '╠' + 178: 240, # '╡' + 179: 241, # 'Ё' + 180: 242, # '╢' + 181: 243, # '╣' + 182: 244, # '╤' + 183: 245, # '╥' + 184: 246, # '╦' + 185: 247, # '╧' + 186: 248, # '╨' + 187: 249, # '╩' + 188: 250, # '╪' + 189: 251, # '╫' + 190: 252, # '╬' + 191: 253, # '©' + 192: 27, # 'ю' + 193: 3, # 'а' + 194: 21, # 'б' + 195: 28, # 'ц' + 196: 13, # 'д' + 197: 2, # 'е' + 198: 39, # 'ф' + 199: 19, # 'г' + 200: 26, # 'х' + 201: 4, # 'и' + 202: 23, # 'й' + 203: 11, # 'к' + 204: 8, # 'л' + 205: 12, # 'м' + 206: 5, # 'н' + 207: 1, # 'о' + 208: 15, # 'п' + 209: 16, # 'я' + 210: 9, # 'р' + 211: 7, # 'с' + 212: 6, # 'т' + 213: 14, # 'у' + 214: 24, # 'ж' + 215: 10, # 'в' + 216: 17, # 'ь' + 217: 18, # 'ы' + 218: 20, # 'з' + 219: 25, # 'ш' + 220: 30, # 'э' + 221: 29, # 'щ' + 222: 22, # 'ч' + 223: 54, # 'ъ' + 224: 59, # 'Ю' + 225: 37, # 'А' + 226: 44, # 'Б' + 227: 58, # 'Ц' + 228: 41, # 'Д' + 229: 48, # 'Е' + 230: 53, # 'Ф' + 231: 46, # 'Г' + 232: 55, # 'Х' + 233: 42, # 'И' + 234: 60, # 'Й' + 235: 36, # 'К' + 236: 49, # 'Л' + 237: 38, # 'М' + 238: 31, # 'Н' + 239: 34, # 'О' + 240: 35, # 'П' + 241: 43, # 'Я' + 242: 45, # 'Р' + 243: 32, # 'С' + 244: 40, # 'Т' + 245: 52, # 'У' + 246: 56, # 'Ж' + 247: 33, # 'В' + 248: 61, # 'Ь' + 249: 62, # 'Ы' + 250: 51, # 'З' + 251: 57, # 'Ш' + 252: 47, # 'Э' + 253: 63, # 'Щ' + 254: 50, # 'Ч' + 255: 70, # 'Ъ' +} + +KOI8_R_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="KOI8-R", + language="Russian", + char_to_order_map=KOI8_R_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +MACCYRILLIC_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 37, # 'А' + 129: 44, # 'Б' + 130: 33, # 'В' + 131: 46, # 'Г' + 132: 41, # 'Д' + 133: 48, # 'Е' + 134: 56, # 'Ж' + 135: 51, # 'З' + 136: 42, # 'И' + 137: 60, # 'Й' + 138: 36, # 'К' + 139: 49, # 'Л' + 140: 38, # 'М' + 141: 31, # 'Н' + 142: 34, # 'О' + 143: 35, # 'П' + 144: 45, # 'Р' + 145: 32, # 'С' + 146: 40, # 'Т' + 147: 52, # 'У' + 148: 53, # 'Ф' + 149: 55, # 'Х' + 150: 58, # 'Ц' + 151: 50, # 'Ч' + 152: 57, # 'Ш' + 153: 63, # 'Щ' + 154: 70, # 'Ъ' + 155: 62, # 'Ы' + 156: 61, # 'Ь' + 157: 47, # 'Э' + 158: 59, # 'Ю' + 159: 43, # 'Я' + 160: 191, # '†' + 161: 192, # '°' + 162: 193, # 'Ґ' + 163: 194, # '£' + 164: 195, # '§' + 165: 196, # '•' + 166: 197, # '¶' + 167: 198, # 'І' + 168: 199, # '®' + 169: 200, # '©' + 170: 201, # '™' + 171: 202, # 'Ђ' + 172: 203, # 'ђ' + 173: 204, # '≠' + 174: 205, # 'Ѓ' + 175: 206, # 'ѓ' + 176: 207, # '∞' + 177: 208, # '±' + 178: 209, # '≤' + 179: 210, # '≥' + 180: 211, # 'і' + 181: 212, # 'µ' + 182: 213, # 'ґ' + 183: 214, # 'Ј' + 184: 215, # 'Є' + 185: 216, # 'є' + 186: 217, # 'Ї' + 187: 218, # 'ї' + 188: 219, # 'Љ' + 189: 220, # 'љ' + 190: 221, # 'Њ' + 191: 222, # 'њ' + 192: 223, # 'ј' + 193: 224, # 'Ѕ' + 194: 225, # '¬' + 195: 226, # '√' + 196: 227, # 'ƒ' + 197: 228, # '≈' + 198: 229, # '∆' + 199: 230, # '«' + 200: 231, # '»' + 201: 232, # '…' + 202: 233, # '\xa0' + 203: 234, # 'Ћ' + 204: 235, # 'ћ' + 205: 236, # 'Ќ' + 206: 237, # 'ќ' + 207: 238, # 'ѕ' + 208: 239, # '–' + 209: 240, # '—' + 210: 241, # '“' + 211: 242, # '”' + 212: 243, # '‘' + 213: 244, # '’' + 214: 245, # '÷' + 215: 246, # '„' + 216: 247, # 'Ў' + 217: 248, # 'ў' + 218: 249, # 'Џ' + 219: 250, # 'џ' + 220: 251, # '№' + 221: 252, # 'Ё' + 222: 68, # 'ё' + 223: 16, # 'я' + 224: 3, # 'а' + 225: 21, # 'б' + 226: 10, # 'в' + 227: 19, # 'г' + 228: 13, # 'д' + 229: 2, # 'е' + 230: 24, # 'ж' + 231: 20, # 'з' + 232: 4, # 'и' + 233: 23, # 'й' + 234: 11, # 'к' + 235: 8, # 'л' + 236: 12, # 'м' + 237: 5, # 'н' + 238: 1, # 'о' + 239: 15, # 'п' + 240: 9, # 'р' + 241: 7, # 'с' + 242: 6, # 'т' + 243: 14, # 'у' + 244: 39, # 'ф' + 245: 26, # 'х' + 246: 28, # 'ц' + 247: 22, # 'ч' + 248: 25, # 'ш' + 249: 29, # 'щ' + 250: 54, # 'ъ' + 251: 18, # 'ы' + 252: 17, # 'ь' + 253: 30, # 'э' + 254: 27, # 'ю' + 255: 255, # '€' +} + +MACCYRILLIC_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="MacCyrillic", + language="Russian", + char_to_order_map=MACCYRILLIC_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +ISO_8859_5_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # '\x80' + 129: 192, # '\x81' + 130: 193, # '\x82' + 131: 194, # '\x83' + 132: 195, # '\x84' + 133: 196, # '\x85' + 134: 197, # '\x86' + 135: 198, # '\x87' + 136: 199, # '\x88' + 137: 200, # '\x89' + 138: 201, # '\x8a' + 139: 202, # '\x8b' + 140: 203, # '\x8c' + 141: 204, # '\x8d' + 142: 205, # '\x8e' + 143: 206, # '\x8f' + 144: 207, # '\x90' + 145: 208, # '\x91' + 146: 209, # '\x92' + 147: 210, # '\x93' + 148: 211, # '\x94' + 149: 212, # '\x95' + 150: 213, # '\x96' + 151: 214, # '\x97' + 152: 215, # '\x98' + 153: 216, # '\x99' + 154: 217, # '\x9a' + 155: 218, # '\x9b' + 156: 219, # '\x9c' + 157: 220, # '\x9d' + 158: 221, # '\x9e' + 159: 222, # '\x9f' + 160: 223, # '\xa0' + 161: 224, # 'Ё' + 162: 225, # 'Ђ' + 163: 226, # 'Ѓ' + 164: 227, # 'Є' + 165: 228, # 'Ѕ' + 166: 229, # 'І' + 167: 230, # 'Ї' + 168: 231, # 'Ј' + 169: 232, # 'Љ' + 170: 233, # 'Њ' + 171: 234, # 'Ћ' + 172: 235, # 'Ќ' + 173: 236, # '\xad' + 174: 237, # 'Ў' + 175: 238, # 'Џ' + 176: 37, # 'А' + 177: 44, # 'Б' + 178: 33, # 'В' + 179: 46, # 'Г' + 180: 41, # 'Д' + 181: 48, # 'Е' + 182: 56, # 'Ж' + 183: 51, # 'З' + 184: 42, # 'И' + 185: 60, # 'Й' + 186: 36, # 'К' + 187: 49, # 'Л' + 188: 38, # 'М' + 189: 31, # 'Н' + 190: 34, # 'О' + 191: 35, # 'П' + 192: 45, # 'Р' + 193: 32, # 'С' + 194: 40, # 'Т' + 195: 52, # 'У' + 196: 53, # 'Ф' + 197: 55, # 'Х' + 198: 58, # 'Ц' + 199: 50, # 'Ч' + 200: 57, # 'Ш' + 201: 63, # 'Щ' + 202: 70, # 'Ъ' + 203: 62, # 'Ы' + 204: 61, # 'Ь' + 205: 47, # 'Э' + 206: 59, # 'Ю' + 207: 43, # 'Я' + 208: 3, # 'а' + 209: 21, # 'б' + 210: 10, # 'в' + 211: 19, # 'г' + 212: 13, # 'д' + 213: 2, # 'е' + 214: 24, # 'ж' + 215: 20, # 'з' + 216: 4, # 'и' + 217: 23, # 'й' + 218: 11, # 'к' + 219: 8, # 'л' + 220: 12, # 'м' + 221: 5, # 'н' + 222: 1, # 'о' + 223: 15, # 'п' + 224: 9, # 'р' + 225: 7, # 'с' + 226: 6, # 'т' + 227: 14, # 'у' + 228: 39, # 'ф' + 229: 26, # 'х' + 230: 28, # 'ц' + 231: 22, # 'ч' + 232: 25, # 'ш' + 233: 29, # 'щ' + 234: 54, # 'ъ' + 235: 18, # 'ы' + 236: 17, # 'ь' + 237: 30, # 'э' + 238: 27, # 'ю' + 239: 16, # 'я' + 240: 239, # '№' + 241: 68, # 'ё' + 242: 240, # 'ђ' + 243: 241, # 'ѓ' + 244: 242, # 'є' + 245: 243, # 'ѕ' + 246: 244, # 'і' + 247: 245, # 'ї' + 248: 246, # 'ј' + 249: 247, # 'љ' + 250: 248, # 'њ' + 251: 249, # 'ћ' + 252: 250, # 'ќ' + 253: 251, # '§' + 254: 252, # 'ў' + 255: 255, # 'џ' +} + +ISO_8859_5_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-5", + language="Russian", + char_to_order_map=ISO_8859_5_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py new file mode 100644 index 0000000..489cad9 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py @@ -0,0 +1,4380 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +THAI_LANG_MODEL = { + 5: { # 'ก' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 3, # 'ฎ' + 57: 2, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 2, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 2, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 3, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 1, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 30: { # 'ข' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 0, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 2, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 2, # 'ี' + 40: 3, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 24: { # 'ค' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 2, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 3, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 8: { # 'ง' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 1, # 'ฉ' + 34: 2, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 2, # 'ศ' + 46: 1, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 3, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 26: { # 'จ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 3, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 52: { # 'ฉ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 1, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 34: { # 'ช' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 1, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 51: { # 'ซ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 3, # 'ึ' + 27: 2, # 'ื' + 32: 1, # 'ุ' + 35: 1, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 1, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 47: { # 'ญ' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 3, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 2, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 58: { # 'ฎ' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 1, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 57: { # 'ฏ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 49: { # 'ฐ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 53: { # 'ฑ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 55: { # 'ฒ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 43: { # 'ณ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 3, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 3, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 3, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 20: { # 'ด' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 2, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 1, # 'ึ' + 27: 2, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 2, # 'ๆ' + 37: 2, # '็' + 6: 1, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 19: { # 'ต' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 2, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 2, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 1, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 2, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 44: { # 'ถ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 3, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 14: { # 'ท' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 3, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 3, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 1, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 3, # 'ศ' + 46: 1, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 48: { # 'ธ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 2, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 2, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 3: { # 'น' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 2, # 'ถ' + 14: 3, # 'ท' + 48: 3, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 1, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 3, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 3, # 'โ' + 29: 3, # 'ใ' + 33: 3, # 'ไ' + 50: 2, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 17: { # 'บ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 1, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 2, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 2, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 25: { # 'ป' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 1, # 'ฎ' + 57: 3, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 1, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 2, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 1, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 39: { # 'ผ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 1, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 0, # 'ุ' + 35: 3, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 1, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 62: { # 'ฝ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 1, # 'ี' + 40: 2, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 1, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 31: { # 'พ' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 2, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 1, # 'ึ' + 27: 3, # 'ื' + 32: 1, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 0, # '่' + 7: 1, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 54: { # 'ฟ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 45: { # 'ภ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 2, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 9: { # 'ม' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 2, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 1, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 2, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 16: { # 'ย' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 2, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 1, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 2, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 2: { # 'ร' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 2, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 3, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 3, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 3, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 2, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 2, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 3, # 'เ' + 28: 3, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 61: { # 'ฤ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 2, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 15: { # 'ล' + 5: 2, # 'ก' + 30: 3, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 3, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 2, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 2, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 12: { # 'ว' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 2, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 42: { # 'ศ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 2, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 3, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 2, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 46: { # 'ษ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 2, # 'ฎ' + 57: 1, # 'ฏ' + 49: 2, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 18: { # 'ส' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 3, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 2, # 'ภ' + 9: 3, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 0, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 1, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 21: { # 'ห' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 4: { # 'อ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 63: { # 'ฯ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 22: { # 'ะ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 1, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 10: { # 'ั' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 3, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 2, # 'ฐ' + 53: 0, # 'ฑ' + 55: 3, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 1: { # 'า' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 1, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 2, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 3, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 3, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 36: { # 'ำ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 23: { # 'ิ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 3, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 2, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 3, # 'ศ' + 46: 2, # 'ษ' + 18: 2, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 13: { # 'ี' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 40: { # 'ึ' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 3, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 27: { # 'ื' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 32: { # 'ุ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 3, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 1, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 1, # 'ศ' + 46: 2, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 35: { # 'ู' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 11: { # 'เ' + 5: 3, # 'ก' + 30: 3, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 3, # 'ฉ' + 34: 3, # 'ช' + 51: 2, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 3, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 3, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 28: { # 'แ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 3, # 'ต' + 44: 2, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 3, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 41: { # 'โ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 1, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 29: { # 'ใ' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 33: { # 'ไ' + 5: 1, # 'ก' + 30: 2, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 1, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 2, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 50: { # 'ๆ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 37: { # '็' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 6: { # '่' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 7: { # '้' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 38: { # '์' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 1, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 56: { # '๑' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 2, # '๑' + 59: 1, # '๒' + 60: 1, # '๕' + }, + 59: { # '๒' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 1, # '๑' + 59: 1, # '๒' + 60: 3, # '๕' + }, + 60: { # '๕' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 2, # '๑' + 59: 1, # '๒' + 60: 0, # '๕' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +TIS_620_THAI_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 182, # 'A' + 66: 106, # 'B' + 67: 107, # 'C' + 68: 100, # 'D' + 69: 183, # 'E' + 70: 184, # 'F' + 71: 185, # 'G' + 72: 101, # 'H' + 73: 94, # 'I' + 74: 186, # 'J' + 75: 187, # 'K' + 76: 108, # 'L' + 77: 109, # 'M' + 78: 110, # 'N' + 79: 111, # 'O' + 80: 188, # 'P' + 81: 189, # 'Q' + 82: 190, # 'R' + 83: 89, # 'S' + 84: 95, # 'T' + 85: 112, # 'U' + 86: 113, # 'V' + 87: 191, # 'W' + 88: 192, # 'X' + 89: 193, # 'Y' + 90: 194, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 64, # 'a' + 98: 72, # 'b' + 99: 73, # 'c' + 100: 114, # 'd' + 101: 74, # 'e' + 102: 115, # 'f' + 103: 116, # 'g' + 104: 102, # 'h' + 105: 81, # 'i' + 106: 201, # 'j' + 107: 117, # 'k' + 108: 90, # 'l' + 109: 103, # 'm' + 110: 78, # 'n' + 111: 82, # 'o' + 112: 96, # 'p' + 113: 202, # 'q' + 114: 91, # 'r' + 115: 79, # 's' + 116: 84, # 't' + 117: 104, # 'u' + 118: 105, # 'v' + 119: 97, # 'w' + 120: 98, # 'x' + 121: 92, # 'y' + 122: 203, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 209, # '\x80' + 129: 210, # '\x81' + 130: 211, # '\x82' + 131: 212, # '\x83' + 132: 213, # '\x84' + 133: 88, # '\x85' + 134: 214, # '\x86' + 135: 215, # '\x87' + 136: 216, # '\x88' + 137: 217, # '\x89' + 138: 218, # '\x8a' + 139: 219, # '\x8b' + 140: 220, # '\x8c' + 141: 118, # '\x8d' + 142: 221, # '\x8e' + 143: 222, # '\x8f' + 144: 223, # '\x90' + 145: 224, # '\x91' + 146: 99, # '\x92' + 147: 85, # '\x93' + 148: 83, # '\x94' + 149: 225, # '\x95' + 150: 226, # '\x96' + 151: 227, # '\x97' + 152: 228, # '\x98' + 153: 229, # '\x99' + 154: 230, # '\x9a' + 155: 231, # '\x9b' + 156: 232, # '\x9c' + 157: 233, # '\x9d' + 158: 234, # '\x9e' + 159: 235, # '\x9f' + 160: 236, # None + 161: 5, # 'ก' + 162: 30, # 'ข' + 163: 237, # 'ฃ' + 164: 24, # 'ค' + 165: 238, # 'ฅ' + 166: 75, # 'ฆ' + 167: 8, # 'ง' + 168: 26, # 'จ' + 169: 52, # 'ฉ' + 170: 34, # 'ช' + 171: 51, # 'ซ' + 172: 119, # 'ฌ' + 173: 47, # 'ญ' + 174: 58, # 'ฎ' + 175: 57, # 'ฏ' + 176: 49, # 'ฐ' + 177: 53, # 'ฑ' + 178: 55, # 'ฒ' + 179: 43, # 'ณ' + 180: 20, # 'ด' + 181: 19, # 'ต' + 182: 44, # 'ถ' + 183: 14, # 'ท' + 184: 48, # 'ธ' + 185: 3, # 'น' + 186: 17, # 'บ' + 187: 25, # 'ป' + 188: 39, # 'ผ' + 189: 62, # 'ฝ' + 190: 31, # 'พ' + 191: 54, # 'ฟ' + 192: 45, # 'ภ' + 193: 9, # 'ม' + 194: 16, # 'ย' + 195: 2, # 'ร' + 196: 61, # 'ฤ' + 197: 15, # 'ล' + 198: 239, # 'ฦ' + 199: 12, # 'ว' + 200: 42, # 'ศ' + 201: 46, # 'ษ' + 202: 18, # 'ส' + 203: 21, # 'ห' + 204: 76, # 'ฬ' + 205: 4, # 'อ' + 206: 66, # 'ฮ' + 207: 63, # 'ฯ' + 208: 22, # 'ะ' + 209: 10, # 'ั' + 210: 1, # 'า' + 211: 36, # 'ำ' + 212: 23, # 'ิ' + 213: 13, # 'ี' + 214: 40, # 'ึ' + 215: 27, # 'ื' + 216: 32, # 'ุ' + 217: 35, # 'ู' + 218: 86, # 'ฺ' + 219: 240, # None + 220: 241, # None + 221: 242, # None + 222: 243, # None + 223: 244, # '฿' + 224: 11, # 'เ' + 225: 28, # 'แ' + 226: 41, # 'โ' + 227: 29, # 'ใ' + 228: 33, # 'ไ' + 229: 245, # 'ๅ' + 230: 50, # 'ๆ' + 231: 37, # '็' + 232: 6, # '่' + 233: 7, # '้' + 234: 67, # '๊' + 235: 77, # '๋' + 236: 38, # '์' + 237: 93, # 'ํ' + 238: 246, # '๎' + 239: 247, # '๏' + 240: 68, # '๐' + 241: 56, # '๑' + 242: 59, # '๒' + 243: 65, # '๓' + 244: 69, # '๔' + 245: 60, # '๕' + 246: 70, # '๖' + 247: 80, # '๗' + 248: 71, # '๘' + 249: 87, # '๙' + 250: 248, # '๚' + 251: 249, # '๛' + 252: 250, # None + 253: 251, # None + 254: 252, # None + 255: 253, # None +} + +TIS_620_THAI_MODEL = SingleByteCharSetModel( + charset_name="TIS-620", + language="Thai", + char_to_order_map=TIS_620_THAI_CHAR_TO_ORDER, + language_model=THAI_LANG_MODEL, + typical_positive_ratio=0.926386, + keep_ascii_letters=False, + alphabet="กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛", +) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py new file mode 100644 index 0000000..291857c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py @@ -0,0 +1,4380 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +TURKISH_LANG_MODEL = { + 23: { # 'A' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 37: { # 'B' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 47: { # 'C' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 39: { # 'D' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 0, # 'ş' + }, + 29: { # 'E' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 52: { # 'F' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 1, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 2, # 'ş' + }, + 36: { # 'G' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 2, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 1, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 45: { # 'H' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 2, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 2, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 53: { # 'I' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 60: { # 'J' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 16: { # 'K' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 1, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 49: { # 'L' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 2, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 20: { # 'M' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 0, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 46: { # 'N' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 42: { # 'O' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 2, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 48: { # 'P' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 44: { # 'R' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 35: { # 'S' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 1, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 2, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 31: { # 'T' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 2, # 't' + 14: 2, # 'u' + 32: 1, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 51: { # 'U' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 38: { # 'V' + 23: 1, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 1, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 62: { # 'W' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 43: { # 'Y' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 0, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 1, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 56: { # 'Z' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 1: { # 'a' + 23: 3, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 1, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 21: { # 'b' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 3, # 'g' + 25: 1, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 2, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 28: { # 'c' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 2, # 'T' + 51: 2, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 3, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 1, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 1, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 2, # 'ş' + }, + 12: { # 'd' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 2: { # 'e' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 18: { # 'f' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 1, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 1, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 27: { # 'g' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 25: { # 'h' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 3: { # 'i' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 1, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 3, # 'g' + 25: 1, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 24: { # 'j' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 10: { # 'k' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 2, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 5: { # 'l' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 1, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 2, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 13: { # 'm' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 2, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 4: { # 'n' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 15: { # 'o' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 2, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 2, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 2, # 'ş' + }, + 26: { # 'p' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 7: { # 'r' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 1, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 8: { # 's' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 9: { # 't' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 14: { # 'u' + 23: 3, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 2, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 2, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 32: { # 'v' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 57: { # 'w' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 1, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 58: { # 'x' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 11: { # 'y' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 22: { # 'z' + 23: 2, # 'A' + 37: 2, # 'B' + 47: 1, # 'C' + 39: 2, # 'D' + 29: 3, # 'E' + 52: 1, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 2, # 'N' + 42: 2, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 3, # 'T' + 51: 2, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 1, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 2, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 1, # 'Ş' + 19: 2, # 'ş' + }, + 63: { # '·' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 54: { # 'Ç' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 3, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 50: { # 'Ö' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 2, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 1, # 'N' + 42: 2, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 1, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 1, # 's' + 9: 2, # 't' + 14: 0, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 55: { # 'Ü' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 59: { # 'â' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 0, # 'ş' + }, + 33: { # 'ç' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 0, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 61: { # 'î' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 1, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 34: { # 'ö' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 1, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 3, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 1, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 17: { # 'ü' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 30: { # 'ğ' + 23: 0, # 'A' + 37: 2, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 2, # 'N' + 42: 2, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 3, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 2, # 'İ' + 6: 2, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 41: { # 'İ' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 2, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 6: { # 'ı' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 40: { # 'Ş' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 2, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 0, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 3, # 'f' + 27: 0, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 1, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 1, # 'ü' + 30: 2, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 2, # 'ş' + }, + 19: { # 'ş' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 2, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 1, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +ISO_8859_9_TURKISH_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 255, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 255, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 255, # ' ' + 33: 255, # '!' + 34: 255, # '"' + 35: 255, # '#' + 36: 255, # '$' + 37: 255, # '%' + 38: 255, # '&' + 39: 255, # "'" + 40: 255, # '(' + 41: 255, # ')' + 42: 255, # '*' + 43: 255, # '+' + 44: 255, # ',' + 45: 255, # '-' + 46: 255, # '.' + 47: 255, # '/' + 48: 255, # '0' + 49: 255, # '1' + 50: 255, # '2' + 51: 255, # '3' + 52: 255, # '4' + 53: 255, # '5' + 54: 255, # '6' + 55: 255, # '7' + 56: 255, # '8' + 57: 255, # '9' + 58: 255, # ':' + 59: 255, # ';' + 60: 255, # '<' + 61: 255, # '=' + 62: 255, # '>' + 63: 255, # '?' + 64: 255, # '@' + 65: 23, # 'A' + 66: 37, # 'B' + 67: 47, # 'C' + 68: 39, # 'D' + 69: 29, # 'E' + 70: 52, # 'F' + 71: 36, # 'G' + 72: 45, # 'H' + 73: 53, # 'I' + 74: 60, # 'J' + 75: 16, # 'K' + 76: 49, # 'L' + 77: 20, # 'M' + 78: 46, # 'N' + 79: 42, # 'O' + 80: 48, # 'P' + 81: 69, # 'Q' + 82: 44, # 'R' + 83: 35, # 'S' + 84: 31, # 'T' + 85: 51, # 'U' + 86: 38, # 'V' + 87: 62, # 'W' + 88: 65, # 'X' + 89: 43, # 'Y' + 90: 56, # 'Z' + 91: 255, # '[' + 92: 255, # '\\' + 93: 255, # ']' + 94: 255, # '^' + 95: 255, # '_' + 96: 255, # '`' + 97: 1, # 'a' + 98: 21, # 'b' + 99: 28, # 'c' + 100: 12, # 'd' + 101: 2, # 'e' + 102: 18, # 'f' + 103: 27, # 'g' + 104: 25, # 'h' + 105: 3, # 'i' + 106: 24, # 'j' + 107: 10, # 'k' + 108: 5, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 15, # 'o' + 112: 26, # 'p' + 113: 64, # 'q' + 114: 7, # 'r' + 115: 8, # 's' + 116: 9, # 't' + 117: 14, # 'u' + 118: 32, # 'v' + 119: 57, # 'w' + 120: 58, # 'x' + 121: 11, # 'y' + 122: 22, # 'z' + 123: 255, # '{' + 124: 255, # '|' + 125: 255, # '}' + 126: 255, # '~' + 127: 255, # '\x7f' + 128: 180, # '\x80' + 129: 179, # '\x81' + 130: 178, # '\x82' + 131: 177, # '\x83' + 132: 176, # '\x84' + 133: 175, # '\x85' + 134: 174, # '\x86' + 135: 173, # '\x87' + 136: 172, # '\x88' + 137: 171, # '\x89' + 138: 170, # '\x8a' + 139: 169, # '\x8b' + 140: 168, # '\x8c' + 141: 167, # '\x8d' + 142: 166, # '\x8e' + 143: 165, # '\x8f' + 144: 164, # '\x90' + 145: 163, # '\x91' + 146: 162, # '\x92' + 147: 161, # '\x93' + 148: 160, # '\x94' + 149: 159, # '\x95' + 150: 101, # '\x96' + 151: 158, # '\x97' + 152: 157, # '\x98' + 153: 156, # '\x99' + 154: 155, # '\x9a' + 155: 154, # '\x9b' + 156: 153, # '\x9c' + 157: 152, # '\x9d' + 158: 151, # '\x9e' + 159: 106, # '\x9f' + 160: 150, # '\xa0' + 161: 149, # '¡' + 162: 148, # '¢' + 163: 147, # '£' + 164: 146, # '¤' + 165: 145, # '¥' + 166: 144, # '¦' + 167: 100, # '§' + 168: 143, # '¨' + 169: 142, # '©' + 170: 141, # 'ª' + 171: 140, # '«' + 172: 139, # '¬' + 173: 138, # '\xad' + 174: 137, # '®' + 175: 136, # '¯' + 176: 94, # '°' + 177: 80, # '±' + 178: 93, # '²' + 179: 135, # '³' + 180: 105, # '´' + 181: 134, # 'µ' + 182: 133, # '¶' + 183: 63, # '·' + 184: 132, # '¸' + 185: 131, # '¹' + 186: 130, # 'º' + 187: 129, # '»' + 188: 128, # '¼' + 189: 127, # '½' + 190: 126, # '¾' + 191: 125, # '¿' + 192: 124, # 'À' + 193: 104, # 'Á' + 194: 73, # 'Â' + 195: 99, # 'Ã' + 196: 79, # 'Ä' + 197: 85, # 'Å' + 198: 123, # 'Æ' + 199: 54, # 'Ç' + 200: 122, # 'È' + 201: 98, # 'É' + 202: 92, # 'Ê' + 203: 121, # 'Ë' + 204: 120, # 'Ì' + 205: 91, # 'Í' + 206: 103, # 'Î' + 207: 119, # 'Ï' + 208: 68, # 'Ğ' + 209: 118, # 'Ñ' + 210: 117, # 'Ò' + 211: 97, # 'Ó' + 212: 116, # 'Ô' + 213: 115, # 'Õ' + 214: 50, # 'Ö' + 215: 90, # '×' + 216: 114, # 'Ø' + 217: 113, # 'Ù' + 218: 112, # 'Ú' + 219: 111, # 'Û' + 220: 55, # 'Ü' + 221: 41, # 'İ' + 222: 40, # 'Ş' + 223: 86, # 'ß' + 224: 89, # 'à' + 225: 70, # 'á' + 226: 59, # 'â' + 227: 78, # 'ã' + 228: 71, # 'ä' + 229: 82, # 'å' + 230: 88, # 'æ' + 231: 33, # 'ç' + 232: 77, # 'è' + 233: 66, # 'é' + 234: 84, # 'ê' + 235: 83, # 'ë' + 236: 110, # 'ì' + 237: 75, # 'í' + 238: 61, # 'î' + 239: 96, # 'ï' + 240: 30, # 'ğ' + 241: 67, # 'ñ' + 242: 109, # 'ò' + 243: 74, # 'ó' + 244: 87, # 'ô' + 245: 102, # 'õ' + 246: 34, # 'ö' + 247: 95, # '÷' + 248: 81, # 'ø' + 249: 108, # 'ù' + 250: 76, # 'ú' + 251: 72, # 'û' + 252: 17, # 'ü' + 253: 6, # 'ı' + 254: 19, # 'ş' + 255: 107, # 'ÿ' +} + +ISO_8859_9_TURKISH_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-9", + language="Turkish", + char_to_order_map=ISO_8859_9_TURKISH_CHAR_TO_ORDER, + language_model=TURKISH_LANG_MODEL, + typical_positive_ratio=0.97029, + keep_ascii_letters=True, + alphabet="ABCDEFGHIJKLMNOPRSTUVYZabcdefghijklmnoprstuvyzÂÇÎÖÛÜâçîöûüĞğİıŞş", +) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py new file mode 100644 index 0000000..59a01d9 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py @@ -0,0 +1,147 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState + +FREQ_CAT_NUM = 4 + +UDF = 0 # undefined +OTH = 1 # other +ASC = 2 # ascii capital letter +ASS = 3 # ascii small letter +ACV = 4 # accent capital vowel +ACO = 5 # accent capital other +ASV = 6 # accent small vowel +ASO = 7 # accent small other +CLASS_NUM = 8 # total classes + +# fmt: off +Latin1_CharToClass = ( + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 00 - 07 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 08 - 0F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 10 - 17 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 18 - 1F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 20 - 27 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 28 - 2F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 30 - 37 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 38 - 3F + OTH, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 40 - 47 + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 48 - 4F + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 50 - 57 + ASC, ASC, ASC, OTH, OTH, OTH, OTH, OTH, # 58 - 5F + OTH, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 60 - 67 + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 68 - 6F + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 70 - 77 + ASS, ASS, ASS, OTH, OTH, OTH, OTH, OTH, # 78 - 7F + OTH, UDF, OTH, ASO, OTH, OTH, OTH, OTH, # 80 - 87 + OTH, OTH, ACO, OTH, ACO, UDF, ACO, UDF, # 88 - 8F + UDF, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 90 - 97 + OTH, OTH, ASO, OTH, ASO, UDF, ASO, ACO, # 98 - 9F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A0 - A7 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A8 - AF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B0 - B7 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B8 - BF + ACV, ACV, ACV, ACV, ACV, ACV, ACO, ACO, # C0 - C7 + ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV, # C8 - CF + ACO, ACO, ACV, ACV, ACV, ACV, ACV, OTH, # D0 - D7 + ACV, ACV, ACV, ACV, ACV, ACO, ACO, ACO, # D8 - DF + ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASO, # E0 - E7 + ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV, # E8 - EF + ASO, ASO, ASV, ASV, ASV, ASV, ASV, OTH, # F0 - F7 + ASV, ASV, ASV, ASV, ASV, ASO, ASO, ASO, # F8 - FF +) + +# 0 : illegal +# 1 : very unlikely +# 2 : normal +# 3 : very likely +Latin1ClassModel = ( +# UDF OTH ASC ASS ACV ACO ASV ASO + 0, 0, 0, 0, 0, 0, 0, 0, # UDF + 0, 3, 3, 3, 3, 3, 3, 3, # OTH + 0, 3, 3, 3, 3, 3, 3, 3, # ASC + 0, 3, 3, 3, 1, 1, 3, 3, # ASS + 0, 3, 3, 3, 1, 2, 1, 2, # ACV + 0, 3, 3, 3, 3, 3, 3, 3, # ACO + 0, 3, 1, 3, 1, 1, 1, 3, # ASV + 0, 3, 1, 3, 1, 1, 3, 3, # ASO +) +# fmt: on + + +class Latin1Prober(CharSetProber): + def __init__(self) -> None: + super().__init__() + self._last_char_class = OTH + self._freq_counter: List[int] = [] + self.reset() + + def reset(self) -> None: + self._last_char_class = OTH + self._freq_counter = [0] * FREQ_CAT_NUM + super().reset() + + @property + def charset_name(self) -> str: + return "ISO-8859-1" + + @property + def language(self) -> str: + return "" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + byte_str = self.remove_xml_tags(byte_str) + for c in byte_str: + char_class = Latin1_CharToClass[c] + freq = Latin1ClassModel[(self._last_char_class * CLASS_NUM) + char_class] + if freq == 0: + self._state = ProbingState.NOT_ME + break + self._freq_counter[freq] += 1 + self._last_char_class = char_class + + return self.state + + def get_confidence(self) -> float: + if self.state == ProbingState.NOT_ME: + return 0.01 + + total = sum(self._freq_counter) + confidence = ( + 0.0 + if total < 0.01 + else (self._freq_counter[3] - self._freq_counter[1] * 20.0) / total + ) + confidence = max(confidence, 0.0) + # lower the confidence of latin1 so that other more accurate + # detector can take priority. + confidence *= 0.73 + return confidence diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py new file mode 100644 index 0000000..1425d10 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py @@ -0,0 +1,162 @@ +######################## BEGIN LICENSE BLOCK ######################## +# This code was modified from latin1prober.py by Rob Speer . +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Rob Speer - adapt to MacRoman encoding +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState + +FREQ_CAT_NUM = 4 + +UDF = 0 # undefined +OTH = 1 # other +ASC = 2 # ascii capital letter +ASS = 3 # ascii small letter +ACV = 4 # accent capital vowel +ACO = 5 # accent capital other +ASV = 6 # accent small vowel +ASO = 7 # accent small other +ODD = 8 # character that is unlikely to appear +CLASS_NUM = 9 # total classes + +# The change from Latin1 is that we explicitly look for extended characters +# that are infrequently-occurring symbols, and consider them to always be +# improbable. This should let MacRoman get out of the way of more likely +# encodings in most situations. + +# fmt: off +MacRoman_CharToClass = ( + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 00 - 07 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 08 - 0F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 10 - 17 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 18 - 1F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 20 - 27 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 28 - 2F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 30 - 37 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 38 - 3F + OTH, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 40 - 47 + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 48 - 4F + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 50 - 57 + ASC, ASC, ASC, OTH, OTH, OTH, OTH, OTH, # 58 - 5F + OTH, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 60 - 67 + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 68 - 6F + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 70 - 77 + ASS, ASS, ASS, OTH, OTH, OTH, OTH, OTH, # 78 - 7F + ACV, ACV, ACO, ACV, ACO, ACV, ACV, ASV, # 80 - 87 + ASV, ASV, ASV, ASV, ASV, ASO, ASV, ASV, # 88 - 8F + ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASV, # 90 - 97 + ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV, # 98 - 9F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, ASO, # A0 - A7 + OTH, OTH, ODD, ODD, OTH, OTH, ACV, ACV, # A8 - AF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B0 - B7 + OTH, OTH, OTH, OTH, OTH, OTH, ASV, ASV, # B8 - BF + OTH, OTH, ODD, OTH, ODD, OTH, OTH, OTH, # C0 - C7 + OTH, OTH, OTH, ACV, ACV, ACV, ACV, ASV, # C8 - CF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, ODD, # D0 - D7 + ASV, ACV, ODD, OTH, OTH, OTH, OTH, OTH, # D8 - DF + OTH, OTH, OTH, OTH, OTH, ACV, ACV, ACV, # E0 - E7 + ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV, # E8 - EF + ODD, ACV, ACV, ACV, ACV, ASV, ODD, ODD, # F0 - F7 + ODD, ODD, ODD, ODD, ODD, ODD, ODD, ODD, # F8 - FF +) + +# 0 : illegal +# 1 : very unlikely +# 2 : normal +# 3 : very likely +MacRomanClassModel = ( +# UDF OTH ASC ASS ACV ACO ASV ASO ODD + 0, 0, 0, 0, 0, 0, 0, 0, 0, # UDF + 0, 3, 3, 3, 3, 3, 3, 3, 1, # OTH + 0, 3, 3, 3, 3, 3, 3, 3, 1, # ASC + 0, 3, 3, 3, 1, 1, 3, 3, 1, # ASS + 0, 3, 3, 3, 1, 2, 1, 2, 1, # ACV + 0, 3, 3, 3, 3, 3, 3, 3, 1, # ACO + 0, 3, 1, 3, 1, 1, 1, 3, 1, # ASV + 0, 3, 1, 3, 1, 1, 3, 3, 1, # ASO + 0, 1, 1, 1, 1, 1, 1, 1, 1, # ODD +) +# fmt: on + + +class MacRomanProber(CharSetProber): + def __init__(self) -> None: + super().__init__() + self._last_char_class = OTH + self._freq_counter: List[int] = [] + self.reset() + + def reset(self) -> None: + self._last_char_class = OTH + self._freq_counter = [0] * FREQ_CAT_NUM + + # express the prior that MacRoman is a somewhat rare encoding; + # this can be done by starting out in a slightly improbable state + # that must be overcome + self._freq_counter[2] = 10 + + super().reset() + + @property + def charset_name(self) -> str: + return "MacRoman" + + @property + def language(self) -> str: + return "" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + byte_str = self.remove_xml_tags(byte_str) + for c in byte_str: + char_class = MacRoman_CharToClass[c] + freq = MacRomanClassModel[(self._last_char_class * CLASS_NUM) + char_class] + if freq == 0: + self._state = ProbingState.NOT_ME + break + self._freq_counter[freq] += 1 + self._last_char_class = char_class + + return self.state + + def get_confidence(self) -> float: + if self.state == ProbingState.NOT_ME: + return 0.01 + + total = sum(self._freq_counter) + confidence = ( + 0.0 + if total < 0.01 + else (self._freq_counter[3] - self._freq_counter[1] * 20.0) / total + ) + confidence = max(confidence, 0.0) + # lower the confidence of MacRoman so that other more accurate + # detector can take priority. + confidence *= 0.73 + return confidence diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py new file mode 100644 index 0000000..666307e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py @@ -0,0 +1,95 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# Proofpoint, Inc. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Optional, Union + +from .chardistribution import CharDistributionAnalysis +from .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import LanguageFilter, MachineState, ProbingState + + +class MultiByteCharSetProber(CharSetProber): + """ + MultiByteCharSetProber + """ + + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self.distribution_analyzer: Optional[CharDistributionAnalysis] = None + self.coding_sm: Optional[CodingStateMachine] = None + self._last_char = bytearray(b"\0\0") + + def reset(self) -> None: + super().reset() + if self.coding_sm: + self.coding_sm.reset() + if self.distribution_analyzer: + self.distribution_analyzer.reset() + self._last_char = bytearray(b"\0\0") + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + assert self.coding_sm is not None + assert self.distribution_analyzer is not None + + for i, byte in enumerate(byte_str): + coding_state = self.coding_sm.next_state(byte) + if coding_state == MachineState.ERROR: + self.logger.debug( + "%s %s prober hit error at byte %s", + self.charset_name, + self.language, + i, + ) + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if self.distribution_analyzer.got_enough_data() and ( + self.get_confidence() > self.SHORTCUT_THRESHOLD + ): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + assert self.distribution_analyzer is not None + return self.distribution_analyzer.get_confidence() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py new file mode 100644 index 0000000..6cb9cc7 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py @@ -0,0 +1,57 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# Proofpoint, Inc. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .big5prober import Big5Prober +from .charsetgroupprober import CharSetGroupProber +from .cp949prober import CP949Prober +from .enums import LanguageFilter +from .eucjpprober import EUCJPProber +from .euckrprober import EUCKRProber +from .euctwprober import EUCTWProber +from .gb2312prober import GB2312Prober +from .johabprober import JOHABProber +from .sjisprober import SJISProber +from .utf8prober import UTF8Prober + + +class MBCSGroupProber(CharSetGroupProber): + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self.probers = [ + UTF8Prober(), + SJISProber(), + EUCJPProber(), + GB2312Prober(), + EUCKRProber(), + CP949Prober(), + Big5Prober(), + EUCTWProber(), + JOHABProber(), + ] + self.reset() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py new file mode 100644 index 0000000..7bbe97e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py @@ -0,0 +1,661 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .codingstatemachinedict import CodingStateMachineDict +from .enums import MachineState + +# BIG5 + +# fmt: off +BIG5_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 #allow 0x00 as legal value + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 1, # 78 - 7f + 4, 4, 4, 4, 4, 4, 4, 4, # 80 - 87 + 4, 4, 4, 4, 4, 4, 4, 4, # 88 - 8f + 4, 4, 4, 4, 4, 4, 4, 4, # 90 - 97 + 4, 4, 4, 4, 4, 4, 4, 4, # 98 - 9f + 4, 3, 3, 3, 3, 3, 3, 3, # a0 - a7 + 3, 3, 3, 3, 3, 3, 3, 3, # a8 - af + 3, 3, 3, 3, 3, 3, 3, 3, # b0 - b7 + 3, 3, 3, 3, 3, 3, 3, 3, # b8 - bf + 3, 3, 3, 3, 3, 3, 3, 3, # c0 - c7 + 3, 3, 3, 3, 3, 3, 3, 3, # c8 - cf + 3, 3, 3, 3, 3, 3, 3, 3, # d0 - d7 + 3, 3, 3, 3, 3, 3, 3, 3, # d8 - df + 3, 3, 3, 3, 3, 3, 3, 3, # e0 - e7 + 3, 3, 3, 3, 3, 3, 3, 3, # e8 - ef + 3, 3, 3, 3, 3, 3, 3, 3, # f0 - f7 + 3, 3, 3, 3, 3, 3, 3, 0 # f8 - ff +) + +BIG5_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,#08-0f + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START#10-17 +) +# fmt: on + +BIG5_CHAR_LEN_TABLE = (0, 1, 1, 2, 0) + +BIG5_SM_MODEL: CodingStateMachineDict = { + "class_table": BIG5_CLS, + "class_factor": 5, + "state_table": BIG5_ST, + "char_len_table": BIG5_CHAR_LEN_TABLE, + "name": "Big5", +} + +# CP949 +# fmt: off +CP949_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, # 00 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, # 10 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 3f + 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, # 40 - 4f + 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 1, 1, 1, 1, 1, # 50 - 5f + 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, # 60 - 6f + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 1, 1, 1, 1, 1, # 70 - 7f + 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, # 80 - 8f + 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, # 90 - 9f + 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, # a0 - af + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, # b0 - bf + 7, 7, 7, 7, 7, 7, 9, 2, 2, 3, 2, 2, 2, 2, 2, 2, # c0 - cf + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, # d0 - df + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, # e0 - ef + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, # f0 - ff +) + +CP949_ST = ( +#cls= 0 1 2 3 4 5 6 7 8 9 # previous state = + MachineState.ERROR,MachineState.START, 3,MachineState.ERROR,MachineState.START,MachineState.START, 4, 5,MachineState.ERROR, 6, # MachineState.START + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, # MachineState.ERROR + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME, # MachineState.ITS_ME + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START, # 3 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, # 4 + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, # 5 + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START, # 6 +) +# fmt: on + +CP949_CHAR_LEN_TABLE = (0, 1, 2, 0, 1, 1, 2, 2, 0, 2) + +CP949_SM_MODEL: CodingStateMachineDict = { + "class_table": CP949_CLS, + "class_factor": 10, + "state_table": CP949_ST, + "char_len_table": CP949_CHAR_LEN_TABLE, + "name": "CP949", +} + +# EUC-JP +# fmt: off +EUCJP_CLS = ( + 4, 4, 4, 4, 4, 4, 4, 4, # 00 - 07 + 4, 4, 4, 4, 4, 4, 5, 5, # 08 - 0f + 4, 4, 4, 4, 4, 4, 4, 4, # 10 - 17 + 4, 4, 4, 5, 4, 4, 4, 4, # 18 - 1f + 4, 4, 4, 4, 4, 4, 4, 4, # 20 - 27 + 4, 4, 4, 4, 4, 4, 4, 4, # 28 - 2f + 4, 4, 4, 4, 4, 4, 4, 4, # 30 - 37 + 4, 4, 4, 4, 4, 4, 4, 4, # 38 - 3f + 4, 4, 4, 4, 4, 4, 4, 4, # 40 - 47 + 4, 4, 4, 4, 4, 4, 4, 4, # 48 - 4f + 4, 4, 4, 4, 4, 4, 4, 4, # 50 - 57 + 4, 4, 4, 4, 4, 4, 4, 4, # 58 - 5f + 4, 4, 4, 4, 4, 4, 4, 4, # 60 - 67 + 4, 4, 4, 4, 4, 4, 4, 4, # 68 - 6f + 4, 4, 4, 4, 4, 4, 4, 4, # 70 - 77 + 4, 4, 4, 4, 4, 4, 4, 4, # 78 - 7f + 5, 5, 5, 5, 5, 5, 5, 5, # 80 - 87 + 5, 5, 5, 5, 5, 5, 1, 3, # 88 - 8f + 5, 5, 5, 5, 5, 5, 5, 5, # 90 - 97 + 5, 5, 5, 5, 5, 5, 5, 5, # 98 - 9f + 5, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 0, 0, 0, 0, 0, 0, 0, 0, # e0 - e7 + 0, 0, 0, 0, 0, 0, 0, 0, # e8 - ef + 0, 0, 0, 0, 0, 0, 0, 0, # f0 - f7 + 0, 0, 0, 0, 0, 0, 0, 5 # f8 - ff +) + +EUCJP_ST = ( + 3, 4, 3, 5,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.START,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#10-17 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 3,MachineState.ERROR,#18-1f + 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START#20-27 +) +# fmt: on + +EUCJP_CHAR_LEN_TABLE = (2, 2, 2, 3, 1, 0) + +EUCJP_SM_MODEL: CodingStateMachineDict = { + "class_table": EUCJP_CLS, + "class_factor": 6, + "state_table": EUCJP_ST, + "char_len_table": EUCJP_CHAR_LEN_TABLE, + "name": "EUC-JP", +} + +# EUC-KR +# fmt: off +EUCKR_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 1, 1, 1, 1, 1, 1, 1, 1, # 40 - 47 + 1, 1, 1, 1, 1, 1, 1, 1, # 48 - 4f + 1, 1, 1, 1, 1, 1, 1, 1, # 50 - 57 + 1, 1, 1, 1, 1, 1, 1, 1, # 58 - 5f + 1, 1, 1, 1, 1, 1, 1, 1, # 60 - 67 + 1, 1, 1, 1, 1, 1, 1, 1, # 68 - 6f + 1, 1, 1, 1, 1, 1, 1, 1, # 70 - 77 + 1, 1, 1, 1, 1, 1, 1, 1, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 0, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 3, 3, 3, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 3, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 0 # f8 - ff +) + +EUCKR_ST = ( + MachineState.ERROR,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START #08-0f +) +# fmt: on + +EUCKR_CHAR_LEN_TABLE = (0, 1, 2, 0) + +EUCKR_SM_MODEL: CodingStateMachineDict = { + "class_table": EUCKR_CLS, + "class_factor": 4, + "state_table": EUCKR_ST, + "char_len_table": EUCKR_CHAR_LEN_TABLE, + "name": "EUC-KR", +} + +# JOHAB +# fmt: off +JOHAB_CLS = ( + 4,4,4,4,4,4,4,4, # 00 - 07 + 4,4,4,4,4,4,0,0, # 08 - 0f + 4,4,4,4,4,4,4,4, # 10 - 17 + 4,4,4,0,4,4,4,4, # 18 - 1f + 4,4,4,4,4,4,4,4, # 20 - 27 + 4,4,4,4,4,4,4,4, # 28 - 2f + 4,3,3,3,3,3,3,3, # 30 - 37 + 3,3,3,3,3,3,3,3, # 38 - 3f + 3,1,1,1,1,1,1,1, # 40 - 47 + 1,1,1,1,1,1,1,1, # 48 - 4f + 1,1,1,1,1,1,1,1, # 50 - 57 + 1,1,1,1,1,1,1,1, # 58 - 5f + 1,1,1,1,1,1,1,1, # 60 - 67 + 1,1,1,1,1,1,1,1, # 68 - 6f + 1,1,1,1,1,1,1,1, # 70 - 77 + 1,1,1,1,1,1,1,2, # 78 - 7f + 6,6,6,6,8,8,8,8, # 80 - 87 + 8,8,8,8,8,8,8,8, # 88 - 8f + 8,7,7,7,7,7,7,7, # 90 - 97 + 7,7,7,7,7,7,7,7, # 98 - 9f + 7,7,7,7,7,7,7,7, # a0 - a7 + 7,7,7,7,7,7,7,7, # a8 - af + 7,7,7,7,7,7,7,7, # b0 - b7 + 7,7,7,7,7,7,7,7, # b8 - bf + 7,7,7,7,7,7,7,7, # c0 - c7 + 7,7,7,7,7,7,7,7, # c8 - cf + 7,7,7,7,5,5,5,5, # d0 - d7 + 5,9,9,9,9,9,9,5, # d8 - df + 9,9,9,9,9,9,9,9, # e0 - e7 + 9,9,9,9,9,9,9,9, # e8 - ef + 9,9,9,9,9,9,9,9, # f0 - f7 + 9,9,5,5,5,5,5,0 # f8 - ff +) + +JOHAB_ST = ( +# cls = 0 1 2 3 4 5 6 7 8 9 + MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.ERROR ,MachineState.ERROR ,3 ,3 ,4 , # MachineState.START + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME, # MachineState.ITS_ME + MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR , # MachineState.ERROR + MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.ERROR ,MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START , # 3 + MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START , # 4 +) +# fmt: on + +JOHAB_CHAR_LEN_TABLE = (0, 1, 1, 1, 1, 0, 0, 2, 2, 2) + +JOHAB_SM_MODEL: CodingStateMachineDict = { + "class_table": JOHAB_CLS, + "class_factor": 10, + "state_table": JOHAB_ST, + "char_len_table": JOHAB_CHAR_LEN_TABLE, + "name": "Johab", +} + +# EUC-TW +# fmt: off +EUCTW_CLS = ( + 2, 2, 2, 2, 2, 2, 2, 2, # 00 - 07 + 2, 2, 2, 2, 2, 2, 0, 0, # 08 - 0f + 2, 2, 2, 2, 2, 2, 2, 2, # 10 - 17 + 2, 2, 2, 0, 2, 2, 2, 2, # 18 - 1f + 2, 2, 2, 2, 2, 2, 2, 2, # 20 - 27 + 2, 2, 2, 2, 2, 2, 2, 2, # 28 - 2f + 2, 2, 2, 2, 2, 2, 2, 2, # 30 - 37 + 2, 2, 2, 2, 2, 2, 2, 2, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 2, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 6, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 3, 4, 4, 4, 4, 4, 4, # a0 - a7 + 5, 5, 1, 1, 1, 1, 1, 1, # a8 - af + 1, 1, 1, 1, 1, 1, 1, 1, # b0 - b7 + 1, 1, 1, 1, 1, 1, 1, 1, # b8 - bf + 1, 1, 3, 1, 3, 3, 3, 3, # c0 - c7 + 3, 3, 3, 3, 3, 3, 3, 3, # c8 - cf + 3, 3, 3, 3, 3, 3, 3, 3, # d0 - d7 + 3, 3, 3, 3, 3, 3, 3, 3, # d8 - df + 3, 3, 3, 3, 3, 3, 3, 3, # e0 - e7 + 3, 3, 3, 3, 3, 3, 3, 3, # e8 - ef + 3, 3, 3, 3, 3, 3, 3, 3, # f0 - f7 + 3, 3, 3, 3, 3, 3, 3, 0 # f8 - ff +) + +EUCTW_ST = ( + MachineState.ERROR,MachineState.ERROR,MachineState.START, 3, 3, 3, 4,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.START,MachineState.ERROR,#10-17 + MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.START,MachineState.START,#20-27 + MachineState.START,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START #28-2f +) +# fmt: on + +EUCTW_CHAR_LEN_TABLE = (0, 0, 1, 2, 2, 2, 3) + +EUCTW_SM_MODEL: CodingStateMachineDict = { + "class_table": EUCTW_CLS, + "class_factor": 7, + "state_table": EUCTW_ST, + "char_len_table": EUCTW_CHAR_LEN_TABLE, + "name": "x-euc-tw", +} + +# GB2312 +# fmt: off +GB2312_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 3, 3, 3, 3, 3, 3, 3, 3, # 30 - 37 + 3, 3, 1, 1, 1, 1, 1, 1, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 4, # 78 - 7f + 5, 6, 6, 6, 6, 6, 6, 6, # 80 - 87 + 6, 6, 6, 6, 6, 6, 6, 6, # 88 - 8f + 6, 6, 6, 6, 6, 6, 6, 6, # 90 - 97 + 6, 6, 6, 6, 6, 6, 6, 6, # 98 - 9f + 6, 6, 6, 6, 6, 6, 6, 6, # a0 - a7 + 6, 6, 6, 6, 6, 6, 6, 6, # a8 - af + 6, 6, 6, 6, 6, 6, 6, 6, # b0 - b7 + 6, 6, 6, 6, 6, 6, 6, 6, # b8 - bf + 6, 6, 6, 6, 6, 6, 6, 6, # c0 - c7 + 6, 6, 6, 6, 6, 6, 6, 6, # c8 - cf + 6, 6, 6, 6, 6, 6, 6, 6, # d0 - d7 + 6, 6, 6, 6, 6, 6, 6, 6, # d8 - df + 6, 6, 6, 6, 6, 6, 6, 6, # e0 - e7 + 6, 6, 6, 6, 6, 6, 6, 6, # e8 - ef + 6, 6, 6, 6, 6, 6, 6, 6, # f0 - f7 + 6, 6, 6, 6, 6, 6, 6, 0 # f8 - ff +) + +GB2312_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, 3,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,#10-17 + 4,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + MachineState.ERROR,MachineState.ERROR, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,#20-27 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START #28-2f +) +# fmt: on + +# To be accurate, the length of class 6 can be either 2 or 4. +# But it is not necessary to discriminate between the two since +# it is used for frequency analysis only, and we are validating +# each code range there as well. So it is safe to set it to be +# 2 here. +GB2312_CHAR_LEN_TABLE = (0, 1, 1, 1, 1, 1, 2) + +GB2312_SM_MODEL: CodingStateMachineDict = { + "class_table": GB2312_CLS, + "class_factor": 7, + "state_table": GB2312_ST, + "char_len_table": GB2312_CHAR_LEN_TABLE, + "name": "GB2312", +} + +# Shift_JIS +# fmt: off +SJIS_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 1, # 78 - 7f + 3, 3, 3, 3, 3, 2, 2, 3, # 80 - 87 + 3, 3, 3, 3, 3, 3, 3, 3, # 88 - 8f + 3, 3, 3, 3, 3, 3, 3, 3, # 90 - 97 + 3, 3, 3, 3, 3, 3, 3, 3, # 98 - 9f + #0xa0 is illegal in sjis encoding, but some pages does + #contain such byte. We need to be more error forgiven. + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 3, 3, 3, 3, 3, 3, 3, 3, # e0 - e7 + 3, 3, 3, 3, 3, 4, 4, 4, # e8 - ef + 3, 3, 3, 3, 3, 3, 3, 3, # f0 - f7 + 3, 3, 3, 3, 3, 0, 0, 0, # f8 - ff +) + +SJIS_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START #10-17 +) +# fmt: on + +SJIS_CHAR_LEN_TABLE = (0, 1, 1, 2, 0, 0) + +SJIS_SM_MODEL: CodingStateMachineDict = { + "class_table": SJIS_CLS, + "class_factor": 6, + "state_table": SJIS_ST, + "char_len_table": SJIS_CHAR_LEN_TABLE, + "name": "Shift_JIS", +} + +# UCS2-BE +# fmt: off +UCS2BE_CLS = ( + 0, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 1, 0, 0, 2, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 3, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 3, 3, 3, 3, 3, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 0, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 0, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 0, 0, 0, 0, 0, 0, 0, # a0 - a7 + 0, 0, 0, 0, 0, 0, 0, 0, # a8 - af + 0, 0, 0, 0, 0, 0, 0, 0, # b0 - b7 + 0, 0, 0, 0, 0, 0, 0, 0, # b8 - bf + 0, 0, 0, 0, 0, 0, 0, 0, # c0 - c7 + 0, 0, 0, 0, 0, 0, 0, 0, # c8 - cf + 0, 0, 0, 0, 0, 0, 0, 0, # d0 - d7 + 0, 0, 0, 0, 0, 0, 0, 0, # d8 - df + 0, 0, 0, 0, 0, 0, 0, 0, # e0 - e7 + 0, 0, 0, 0, 0, 0, 0, 0, # e8 - ef + 0, 0, 0, 0, 0, 0, 0, 0, # f0 - f7 + 0, 0, 0, 0, 0, 0, 4, 5 # f8 - ff +) + +UCS2BE_ST = ( + 5, 7, 7,MachineState.ERROR, 4, 3,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME, 6, 6, 6, 6,MachineState.ERROR,MachineState.ERROR,#10-17 + 6, 6, 6, 6, 6,MachineState.ITS_ME, 6, 6,#18-1f + 6, 6, 6, 6, 5, 7, 7,MachineState.ERROR,#20-27 + 5, 8, 6, 6,MachineState.ERROR, 6, 6, 6,#28-2f + 6, 6, 6, 6,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START #30-37 +) +# fmt: on + +UCS2BE_CHAR_LEN_TABLE = (2, 2, 2, 0, 2, 2) + +UCS2BE_SM_MODEL: CodingStateMachineDict = { + "class_table": UCS2BE_CLS, + "class_factor": 6, + "state_table": UCS2BE_ST, + "char_len_table": UCS2BE_CHAR_LEN_TABLE, + "name": "UTF-16BE", +} + +# UCS2-LE +# fmt: off +UCS2LE_CLS = ( + 0, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 1, 0, 0, 2, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 3, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 3, 3, 3, 3, 3, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 0, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 0, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 0, 0, 0, 0, 0, 0, 0, # a0 - a7 + 0, 0, 0, 0, 0, 0, 0, 0, # a8 - af + 0, 0, 0, 0, 0, 0, 0, 0, # b0 - b7 + 0, 0, 0, 0, 0, 0, 0, 0, # b8 - bf + 0, 0, 0, 0, 0, 0, 0, 0, # c0 - c7 + 0, 0, 0, 0, 0, 0, 0, 0, # c8 - cf + 0, 0, 0, 0, 0, 0, 0, 0, # d0 - d7 + 0, 0, 0, 0, 0, 0, 0, 0, # d8 - df + 0, 0, 0, 0, 0, 0, 0, 0, # e0 - e7 + 0, 0, 0, 0, 0, 0, 0, 0, # e8 - ef + 0, 0, 0, 0, 0, 0, 0, 0, # f0 - f7 + 0, 0, 0, 0, 0, 0, 4, 5 # f8 - ff +) + +UCS2LE_ST = ( + 6, 6, 7, 6, 4, 3,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME, 5, 5, 5,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,#10-17 + 5, 5, 5,MachineState.ERROR, 5,MachineState.ERROR, 6, 6,#18-1f + 7, 6, 8, 8, 5, 5, 5,MachineState.ERROR,#20-27 + 5, 5, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 5, 5,#28-2f + 5, 5, 5,MachineState.ERROR, 5,MachineState.ERROR,MachineState.START,MachineState.START #30-37 +) +# fmt: on + +UCS2LE_CHAR_LEN_TABLE = (2, 2, 2, 2, 2, 2) + +UCS2LE_SM_MODEL: CodingStateMachineDict = { + "class_table": UCS2LE_CLS, + "class_factor": 6, + "state_table": UCS2LE_ST, + "char_len_table": UCS2LE_CHAR_LEN_TABLE, + "name": "UTF-16LE", +} + +# UTF-8 +# fmt: off +UTF8_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 #allow 0x00 as a legal value + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 1, 1, 1, 1, 1, 1, 1, 1, # 40 - 47 + 1, 1, 1, 1, 1, 1, 1, 1, # 48 - 4f + 1, 1, 1, 1, 1, 1, 1, 1, # 50 - 57 + 1, 1, 1, 1, 1, 1, 1, 1, # 58 - 5f + 1, 1, 1, 1, 1, 1, 1, 1, # 60 - 67 + 1, 1, 1, 1, 1, 1, 1, 1, # 68 - 6f + 1, 1, 1, 1, 1, 1, 1, 1, # 70 - 77 + 1, 1, 1, 1, 1, 1, 1, 1, # 78 - 7f + 2, 2, 2, 2, 3, 3, 3, 3, # 80 - 87 + 4, 4, 4, 4, 4, 4, 4, 4, # 88 - 8f + 4, 4, 4, 4, 4, 4, 4, 4, # 90 - 97 + 4, 4, 4, 4, 4, 4, 4, 4, # 98 - 9f + 5, 5, 5, 5, 5, 5, 5, 5, # a0 - a7 + 5, 5, 5, 5, 5, 5, 5, 5, # a8 - af + 5, 5, 5, 5, 5, 5, 5, 5, # b0 - b7 + 5, 5, 5, 5, 5, 5, 5, 5, # b8 - bf + 0, 0, 6, 6, 6, 6, 6, 6, # c0 - c7 + 6, 6, 6, 6, 6, 6, 6, 6, # c8 - cf + 6, 6, 6, 6, 6, 6, 6, 6, # d0 - d7 + 6, 6, 6, 6, 6, 6, 6, 6, # d8 - df + 7, 8, 8, 8, 8, 8, 8, 8, # e0 - e7 + 8, 8, 8, 8, 8, 9, 8, 8, # e8 - ef + 10, 11, 11, 11, 11, 11, 11, 11, # f0 - f7 + 12, 13, 13, 13, 14, 15, 0, 0 # f8 - ff +) + +UTF8_ST = ( + MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 12, 10,#00-07 + 9, 11, 8, 7, 6, 5, 4, 3,#08-0f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#10-17 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#20-27 + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#28-2f + MachineState.ERROR,MachineState.ERROR, 5, 5, 5, 5,MachineState.ERROR,MachineState.ERROR,#30-37 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#38-3f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 5, 5, 5,MachineState.ERROR,MachineState.ERROR,#40-47 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#48-4f + MachineState.ERROR,MachineState.ERROR, 7, 7, 7, 7,MachineState.ERROR,MachineState.ERROR,#50-57 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#58-5f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 7, 7,MachineState.ERROR,MachineState.ERROR,#60-67 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#68-6f + MachineState.ERROR,MachineState.ERROR, 9, 9, 9, 9,MachineState.ERROR,MachineState.ERROR,#70-77 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#78-7f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 9,MachineState.ERROR,MachineState.ERROR,#80-87 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#88-8f + MachineState.ERROR,MachineState.ERROR, 12, 12, 12, 12,MachineState.ERROR,MachineState.ERROR,#90-97 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#98-9f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 12,MachineState.ERROR,MachineState.ERROR,#a0-a7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#a8-af + MachineState.ERROR,MachineState.ERROR, 12, 12, 12,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#b0-b7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#b8-bf + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,#c0-c7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR #c8-cf +) +# fmt: on + +UTF8_CHAR_LEN_TABLE = (0, 1, 0, 0, 0, 0, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6) + +UTF8_SM_MODEL: CodingStateMachineDict = { + "class_table": UTF8_CLS, + "class_factor": 16, + "state_table": UTF8_ST, + "char_len_table": UTF8_CHAR_LEN_TABLE, + "name": "UTF-8", +} diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5126c40146845010526966ca4c2cb64db3028bcd GIT binary patch literal 207 zcmZ8aK?=e!5KOFs2z`hLyQo+3B6yTuJ%zMcOtfi25(|BaZ}2U?z_Txq-g+{*Ixsu4 z%dqpx^96}`%d<-QN#h^GG+rL0Crf&I5;uw4kTPQn(r5%{Dk%F}a;HmYu2=^T2Q7}q zT@Z>6+YTC4f$f7d?Y3BNz^i~O%j+Azpa-iguox4@LHZ&vfX2WD4;&a%tqP14wjbv^ WZN$C7y_>~)8tIeyW|UHwMfU?^(>UV* literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5a81c0344836597e78d2c611a97cb700c47ee8fb GIT binary patch literal 9762 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py new file mode 100644 index 0000000..eb40c5f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py @@ -0,0 +1,352 @@ +""" +Metadata about languages used by our model training code for our +SingleByteCharSetProbers. Could be used for other things in the future. + +This code is based on the language metadata from the uchardet project. +""" + +from string import ascii_letters +from typing import List, Optional + +# TODO: Add Ukrainian (KOI8-U) + + +class Language: + """Metadata about a language useful for training models + + :ivar name: The human name for the language, in English. + :type name: str + :ivar iso_code: 2-letter ISO 639-1 if possible, 3-letter ISO code otherwise, + or use another catalog as a last resort. + :type iso_code: str + :ivar use_ascii: Whether or not ASCII letters should be included in trained + models. + :type use_ascii: bool + :ivar charsets: The charsets we want to support and create data for. + :type charsets: list of str + :ivar alphabet: The characters in the language's alphabet. If `use_ascii` is + `True`, you only need to add those not in the ASCII set. + :type alphabet: str + :ivar wiki_start_pages: The Wikipedia pages to start from if we're crawling + Wikipedia for training data. + :type wiki_start_pages: list of str + """ + + def __init__( + self, + name: Optional[str] = None, + iso_code: Optional[str] = None, + use_ascii: bool = True, + charsets: Optional[List[str]] = None, + alphabet: Optional[str] = None, + wiki_start_pages: Optional[List[str]] = None, + ) -> None: + super().__init__() + self.name = name + self.iso_code = iso_code + self.use_ascii = use_ascii + self.charsets = charsets + if self.use_ascii: + if alphabet: + alphabet += ascii_letters + else: + alphabet = ascii_letters + elif not alphabet: + raise ValueError("Must supply alphabet if use_ascii is False") + self.alphabet = "".join(sorted(set(alphabet))) if alphabet else None + self.wiki_start_pages = wiki_start_pages + + def __repr__(self) -> str: + param_str = ", ".join( + f"{k}={v!r}" for k, v in self.__dict__.items() if not k.startswith("_") + ) + return f"{self.__class__.__name__}({param_str})" + + +LANGUAGES = { + "Arabic": Language( + name="Arabic", + iso_code="ar", + use_ascii=False, + # We only support encodings that use isolated + # forms, because the current recommendation is + # that the rendering system handles presentation + # forms. This means we purposefully skip IBM864. + charsets=["ISO-8859-6", "WINDOWS-1256", "CP720", "CP864"], + alphabet="ءآأؤإئابةتثجحخدذرزسشصضطظعغػؼؽؾؿـفقكلمنهوىيًٌٍَُِّ", + wiki_start_pages=["الصفحة_الرئيسية"], + ), + "Belarusian": Language( + name="Belarusian", + iso_code="be", + use_ascii=False, + charsets=["ISO-8859-5", "WINDOWS-1251", "IBM866", "MacCyrillic"], + alphabet="АБВГДЕЁЖЗІЙКЛМНОПРСТУЎФХЦЧШЫЬЭЮЯабвгдеёжзійклмнопрстуўфхцчшыьэюяʼ", + wiki_start_pages=["Галоўная_старонка"], + ), + "Bulgarian": Language( + name="Bulgarian", + iso_code="bg", + use_ascii=False, + charsets=["ISO-8859-5", "WINDOWS-1251", "IBM855"], + alphabet="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя", + wiki_start_pages=["Начална_страница"], + ), + "Czech": Language( + name="Czech", + iso_code="cz", + use_ascii=True, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="áčďéěíňóřšťúůýžÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ", + wiki_start_pages=["Hlavní_strana"], + ), + "Danish": Language( + name="Danish", + iso_code="da", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="æøåÆØÅ", + wiki_start_pages=["Forside"], + ), + "German": Language( + name="German", + iso_code="de", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="äöüßẞÄÖÜ", + wiki_start_pages=["Wikipedia:Hauptseite"], + ), + "Greek": Language( + name="Greek", + iso_code="el", + use_ascii=False, + charsets=["ISO-8859-7", "WINDOWS-1253"], + alphabet="αβγδεζηθικλμνξοπρσςτυφχψωάέήίόύώΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΣΤΥΦΧΨΩΆΈΉΊΌΎΏ", + wiki_start_pages=["Πύλη:Κύρια"], + ), + "English": Language( + name="English", + iso_code="en", + use_ascii=True, + charsets=["ISO-8859-1", "WINDOWS-1252", "MacRoman"], + wiki_start_pages=["Main_Page"], + ), + "Esperanto": Language( + name="Esperanto", + iso_code="eo", + # Q, W, X, and Y not used at all + use_ascii=False, + charsets=["ISO-8859-3"], + alphabet="abcĉdefgĝhĥijĵklmnoprsŝtuŭvzABCĈDEFGĜHĤIJĴKLMNOPRSŜTUŬVZ", + wiki_start_pages=["Vikipedio:Ĉefpaĝo"], + ), + "Spanish": Language( + name="Spanish", + iso_code="es", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ñáéíóúüÑÁÉÍÓÚÜ", + wiki_start_pages=["Wikipedia:Portada"], + ), + "Estonian": Language( + name="Estonian", + iso_code="et", + use_ascii=False, + charsets=["ISO-8859-4", "ISO-8859-13", "WINDOWS-1257"], + # C, F, Š, Q, W, X, Y, Z, Ž are only for + # loanwords + alphabet="ABDEGHIJKLMNOPRSTUVÕÄÖÜabdeghijklmnoprstuvõäöü", + wiki_start_pages=["Esileht"], + ), + "Finnish": Language( + name="Finnish", + iso_code="fi", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ÅÄÖŠŽåäöšž", + wiki_start_pages=["Wikipedia:Etusivu"], + ), + "French": Language( + name="French", + iso_code="fr", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="œàâçèéîïùûêŒÀÂÇÈÉÎÏÙÛÊ", + wiki_start_pages=["Wikipédia:Accueil_principal", "Bœuf (animal)"], + ), + "Hebrew": Language( + name="Hebrew", + iso_code="he", + use_ascii=False, + charsets=["ISO-8859-8", "WINDOWS-1255"], + alphabet="אבגדהוזחטיךכלםמןנסעףפץצקרשתװױײ", + wiki_start_pages=["עמוד_ראשי"], + ), + "Croatian": Language( + name="Croatian", + iso_code="hr", + # Q, W, X, Y are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="abcčćdđefghijklmnoprsštuvzžABCČĆDĐEFGHIJKLMNOPRSŠTUVZŽ", + wiki_start_pages=["Glavna_stranica"], + ), + "Hungarian": Language( + name="Hungarian", + iso_code="hu", + # Q, W, X, Y are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="abcdefghijklmnoprstuvzáéíóöőúüűABCDEFGHIJKLMNOPRSTUVZÁÉÍÓÖŐÚÜŰ", + wiki_start_pages=["Kezdőlap"], + ), + "Italian": Language( + name="Italian", + iso_code="it", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ÀÈÉÌÒÓÙàèéìòóù", + wiki_start_pages=["Pagina_principale"], + ), + "Lithuanian": Language( + name="Lithuanian", + iso_code="lt", + use_ascii=False, + charsets=["ISO-8859-13", "WINDOWS-1257", "ISO-8859-4"], + # Q, W, and X not used at all + alphabet="AĄBCČDEĘĖFGHIĮYJKLMNOPRSŠTUŲŪVZŽaąbcčdeęėfghiįyjklmnoprsštuųūvzž", + wiki_start_pages=["Pagrindinis_puslapis"], + ), + "Latvian": Language( + name="Latvian", + iso_code="lv", + use_ascii=False, + charsets=["ISO-8859-13", "WINDOWS-1257", "ISO-8859-4"], + # Q, W, X, Y are only for loanwords + alphabet="AĀBCČDEĒFGĢHIĪJKĶLĻMNŅOPRSŠTUŪVZŽaābcčdeēfgģhiījkķlļmnņoprsštuūvzž", + wiki_start_pages=["Sākumlapa"], + ), + "Macedonian": Language( + name="Macedonian", + iso_code="mk", + use_ascii=False, + charsets=["ISO-8859-5", "WINDOWS-1251", "MacCyrillic", "IBM855"], + alphabet="АБВГДЃЕЖЗЅИЈКЛЉМНЊОПРСТЌУФХЦЧЏШабвгдѓежзѕијклљмнњопрстќуфхцчџш", + wiki_start_pages=["Главна_страница"], + ), + "Dutch": Language( + name="Dutch", + iso_code="nl", + use_ascii=True, + charsets=["ISO-8859-1", "WINDOWS-1252", "MacRoman"], + wiki_start_pages=["Hoofdpagina"], + ), + "Polish": Language( + name="Polish", + iso_code="pl", + # Q and X are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="AĄBCĆDEĘFGHIJKLŁMNŃOÓPRSŚTUWYZŹŻaąbcćdeęfghijklłmnńoóprsśtuwyzźż", + wiki_start_pages=["Wikipedia:Strona_główna"], + ), + "Portuguese": Language( + name="Portuguese", + iso_code="pt", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ÁÂÃÀÇÉÊÍÓÔÕÚáâãàçéêíóôõú", + wiki_start_pages=["Wikipédia:Página_principal"], + ), + "Romanian": Language( + name="Romanian", + iso_code="ro", + use_ascii=True, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="ăâîșțĂÂÎȘȚ", + wiki_start_pages=["Pagina_principală"], + ), + "Russian": Language( + name="Russian", + iso_code="ru", + use_ascii=False, + charsets=[ + "ISO-8859-5", + "WINDOWS-1251", + "KOI8-R", + "MacCyrillic", + "IBM866", + "IBM855", + ], + alphabet="абвгдеёжзийклмнопрстуфхцчшщъыьэюяАБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ", + wiki_start_pages=["Заглавная_страница"], + ), + "Slovak": Language( + name="Slovak", + iso_code="sk", + use_ascii=True, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="áäčďéíĺľňóôŕšťúýžÁÄČĎÉÍĹĽŇÓÔŔŠŤÚÝŽ", + wiki_start_pages=["Hlavná_stránka"], + ), + "Slovene": Language( + name="Slovene", + iso_code="sl", + # Q, W, X, Y are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="abcčdefghijklmnoprsštuvzžABCČDEFGHIJKLMNOPRSŠTUVZŽ", + wiki_start_pages=["Glavna_stran"], + ), + # Serbian can be written in both Latin and Cyrillic, but there's no + # simple way to get the Latin alphabet pages from Wikipedia through + # the API, so for now we just support Cyrillic. + "Serbian": Language( + name="Serbian", + iso_code="sr", + alphabet="АБВГДЂЕЖЗИЈКЛЉМНЊОПРСТЋУФХЦЧЏШабвгдђежзијклљмнњопрстћуфхцчџш", + charsets=["ISO-8859-5", "WINDOWS-1251", "MacCyrillic", "IBM855"], + wiki_start_pages=["Главна_страна"], + ), + "Thai": Language( + name="Thai", + iso_code="th", + use_ascii=False, + charsets=["ISO-8859-11", "TIS-620", "CP874"], + alphabet="กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛", + wiki_start_pages=["หน้าหลัก"], + ), + "Turkish": Language( + name="Turkish", + iso_code="tr", + # Q, W, and X are not used by Turkish + use_ascii=False, + charsets=["ISO-8859-3", "ISO-8859-9", "WINDOWS-1254"], + alphabet="abcçdefgğhıijklmnoöprsştuüvyzâîûABCÇDEFGĞHIİJKLMNOÖPRSŞTUÜVYZÂÎÛ", + wiki_start_pages=["Ana_Sayfa"], + ), + "Vietnamese": Language( + name="Vietnamese", + iso_code="vi", + use_ascii=False, + # Windows-1258 is the only common 8-bit + # Vietnamese encoding supported by Python. + # From Wikipedia: + # For systems that lack support for Unicode, + # dozens of 8-bit Vietnamese code pages are + # available.[1] The most common are VISCII + # (TCVN 5712:1993), VPS, and Windows-1258.[3] + # Where ASCII is required, such as when + # ensuring readability in plain text e-mail, + # Vietnamese letters are often encoded + # according to Vietnamese Quoted-Readable + # (VIQR) or VSCII Mnemonic (VSCII-MNEM),[4] + # though usage of either variable-width + # scheme has declined dramatically following + # the adoption of Unicode on the World Wide + # Web. + charsets=["WINDOWS-1258"], + alphabet="aăâbcdđeêghiklmnoôơpqrstuưvxyAĂÂBCDĐEÊGHIKLMNOÔƠPQRSTUƯVXY", + wiki_start_pages=["Chữ_Quốc_ngữ"], + ), +} diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py new file mode 100644 index 0000000..7d36e64 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py @@ -0,0 +1,16 @@ +from typing import TYPE_CHECKING, Optional + +if TYPE_CHECKING: + # TypedDict was introduced in Python 3.8. + # + # TODO: Remove the else block and TYPE_CHECKING check when dropping support + # for Python 3.7. + from typing import TypedDict + + class ResultDict(TypedDict): + encoding: Optional[str] + confidence: float + language: Optional[str] + +else: + ResultDict = dict diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py new file mode 100644 index 0000000..0ffbcdd --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py @@ -0,0 +1,162 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Dict, List, NamedTuple, Optional, Union + +from .charsetprober import CharSetProber +from .enums import CharacterCategory, ProbingState, SequenceLikelihood + + +class SingleByteCharSetModel(NamedTuple): + charset_name: str + language: str + char_to_order_map: Dict[int, int] + language_model: Dict[int, Dict[int, int]] + typical_positive_ratio: float + keep_ascii_letters: bool + alphabet: str + + +class SingleByteCharSetProber(CharSetProber): + SAMPLE_SIZE = 64 + SB_ENOUGH_REL_THRESHOLD = 1024 # 0.25 * SAMPLE_SIZE^2 + POSITIVE_SHORTCUT_THRESHOLD = 0.95 + NEGATIVE_SHORTCUT_THRESHOLD = 0.05 + + def __init__( + self, + model: SingleByteCharSetModel, + is_reversed: bool = False, + name_prober: Optional[CharSetProber] = None, + ) -> None: + super().__init__() + self._model = model + # TRUE if we need to reverse every pair in the model lookup + self._reversed = is_reversed + # Optional auxiliary prober for name decision + self._name_prober = name_prober + self._last_order = 255 + self._seq_counters: List[int] = [] + self._total_seqs = 0 + self._total_char = 0 + self._control_char = 0 + self._freq_char = 0 + self.reset() + + def reset(self) -> None: + super().reset() + # char order of last character + self._last_order = 255 + self._seq_counters = [0] * SequenceLikelihood.get_num_categories() + self._total_seqs = 0 + self._total_char = 0 + self._control_char = 0 + # characters that fall in our sampling range + self._freq_char = 0 + + @property + def charset_name(self) -> Optional[str]: + if self._name_prober: + return self._name_prober.charset_name + return self._model.charset_name + + @property + def language(self) -> Optional[str]: + if self._name_prober: + return self._name_prober.language + return self._model.language + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + # TODO: Make filter_international_words keep things in self.alphabet + if not self._model.keep_ascii_letters: + byte_str = self.filter_international_words(byte_str) + else: + byte_str = self.remove_xml_tags(byte_str) + if not byte_str: + return self.state + char_to_order_map = self._model.char_to_order_map + language_model = self._model.language_model + for char in byte_str: + order = char_to_order_map.get(char, CharacterCategory.UNDEFINED) + # XXX: This was SYMBOL_CAT_ORDER before, with a value of 250, but + # CharacterCategory.SYMBOL is actually 253, so we use CONTROL + # to make it closer to the original intent. The only difference + # is whether or not we count digits and control characters for + # _total_char purposes. + if order < CharacterCategory.CONTROL: + self._total_char += 1 + if order < self.SAMPLE_SIZE: + self._freq_char += 1 + if self._last_order < self.SAMPLE_SIZE: + self._total_seqs += 1 + if not self._reversed: + lm_cat = language_model[self._last_order][order] + else: + lm_cat = language_model[order][self._last_order] + self._seq_counters[lm_cat] += 1 + self._last_order = order + + charset_name = self._model.charset_name + if self.state == ProbingState.DETECTING: + if self._total_seqs > self.SB_ENOUGH_REL_THRESHOLD: + confidence = self.get_confidence() + if confidence > self.POSITIVE_SHORTCUT_THRESHOLD: + self.logger.debug( + "%s confidence = %s, we have a winner", charset_name, confidence + ) + self._state = ProbingState.FOUND_IT + elif confidence < self.NEGATIVE_SHORTCUT_THRESHOLD: + self.logger.debug( + "%s confidence = %s, below negative shortcut threshold %s", + charset_name, + confidence, + self.NEGATIVE_SHORTCUT_THRESHOLD, + ) + self._state = ProbingState.NOT_ME + + return self.state + + def get_confidence(self) -> float: + r = 0.01 + if self._total_seqs > 0: + r = ( + ( + self._seq_counters[SequenceLikelihood.POSITIVE] + + 0.25 * self._seq_counters[SequenceLikelihood.LIKELY] + ) + / self._total_seqs + / self._model.typical_positive_ratio + ) + # The more control characters (proportionnaly to the size + # of the text), the less confident we become in the current + # charset. + r = r * (self._total_char - self._control_char) / self._total_char + r = r * self._freq_char / self._total_char + if r >= 1.0: + r = 0.99 + return r diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py new file mode 100644 index 0000000..890ae84 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py @@ -0,0 +1,88 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .charsetgroupprober import CharSetGroupProber +from .hebrewprober import HebrewProber +from .langbulgarianmodel import ISO_8859_5_BULGARIAN_MODEL, WINDOWS_1251_BULGARIAN_MODEL +from .langgreekmodel import ISO_8859_7_GREEK_MODEL, WINDOWS_1253_GREEK_MODEL +from .langhebrewmodel import WINDOWS_1255_HEBREW_MODEL + +# from .langhungarianmodel import (ISO_8859_2_HUNGARIAN_MODEL, +# WINDOWS_1250_HUNGARIAN_MODEL) +from .langrussianmodel import ( + IBM855_RUSSIAN_MODEL, + IBM866_RUSSIAN_MODEL, + ISO_8859_5_RUSSIAN_MODEL, + KOI8_R_RUSSIAN_MODEL, + MACCYRILLIC_RUSSIAN_MODEL, + WINDOWS_1251_RUSSIAN_MODEL, +) +from .langthaimodel import TIS_620_THAI_MODEL +from .langturkishmodel import ISO_8859_9_TURKISH_MODEL +from .sbcharsetprober import SingleByteCharSetProber + + +class SBCSGroupProber(CharSetGroupProber): + def __init__(self) -> None: + super().__init__() + hebrew_prober = HebrewProber() + logical_hebrew_prober = SingleByteCharSetProber( + WINDOWS_1255_HEBREW_MODEL, is_reversed=False, name_prober=hebrew_prober + ) + # TODO: See if using ISO-8859-8 Hebrew model works better here, since + # it's actually the visual one + visual_hebrew_prober = SingleByteCharSetProber( + WINDOWS_1255_HEBREW_MODEL, is_reversed=True, name_prober=hebrew_prober + ) + hebrew_prober.set_model_probers(logical_hebrew_prober, visual_hebrew_prober) + # TODO: ORDER MATTERS HERE. I changed the order vs what was in master + # and several tests failed that did not before. Some thought + # should be put into the ordering, and we should consider making + # order not matter here, because that is very counter-intuitive. + self.probers = [ + SingleByteCharSetProber(WINDOWS_1251_RUSSIAN_MODEL), + SingleByteCharSetProber(KOI8_R_RUSSIAN_MODEL), + SingleByteCharSetProber(ISO_8859_5_RUSSIAN_MODEL), + SingleByteCharSetProber(MACCYRILLIC_RUSSIAN_MODEL), + SingleByteCharSetProber(IBM866_RUSSIAN_MODEL), + SingleByteCharSetProber(IBM855_RUSSIAN_MODEL), + SingleByteCharSetProber(ISO_8859_7_GREEK_MODEL), + SingleByteCharSetProber(WINDOWS_1253_GREEK_MODEL), + SingleByteCharSetProber(ISO_8859_5_BULGARIAN_MODEL), + SingleByteCharSetProber(WINDOWS_1251_BULGARIAN_MODEL), + # TODO: Restore Hungarian encodings (iso-8859-2 and windows-1250) + # after we retrain model. + # SingleByteCharSetProber(ISO_8859_2_HUNGARIAN_MODEL), + # SingleByteCharSetProber(WINDOWS_1250_HUNGARIAN_MODEL), + SingleByteCharSetProber(TIS_620_THAI_MODEL), + SingleByteCharSetProber(ISO_8859_9_TURKISH_MODEL), + hebrew_prober, + logical_hebrew_prober, + visual_hebrew_prober, + ] + self.reset() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py new file mode 100644 index 0000000..91df077 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py @@ -0,0 +1,105 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Union + +from .chardistribution import SJISDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .enums import MachineState, ProbingState +from .jpcntx import SJISContextAnalysis +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import SJIS_SM_MODEL + + +class SJISProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(SJIS_SM_MODEL) + self.distribution_analyzer = SJISDistributionAnalysis() + self.context_analyzer = SJISContextAnalysis() + self.reset() + + def reset(self) -> None: + super().reset() + self.context_analyzer.reset() + + @property + def charset_name(self) -> str: + return self.context_analyzer.charset_name + + @property + def language(self) -> str: + return "Japanese" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + assert self.coding_sm is not None + assert self.distribution_analyzer is not None + + for i, byte in enumerate(byte_str): + coding_state = self.coding_sm.next_state(byte) + if coding_state == MachineState.ERROR: + self.logger.debug( + "%s %s prober hit error at byte %s", + self.charset_name, + self.language, + i, + ) + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte + self.context_analyzer.feed( + self._last_char[2 - char_len :], char_len + ) + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.context_analyzer.feed( + byte_str[i + 1 - char_len : i + 3 - char_len], char_len + ) + self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if self.context_analyzer.got_enough_data() and ( + self.get_confidence() > self.SHORTCUT_THRESHOLD + ): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + assert self.distribution_analyzer is not None + + context_conf = self.context_analyzer.get_confidence() + distrib_conf = self.distribution_analyzer.get_confidence() + return max(context_conf, distrib_conf) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py new file mode 100644 index 0000000..30c441d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py @@ -0,0 +1,362 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### +""" +Module containing the UniversalDetector detector class, which is the primary +class a user of ``chardet`` should use. + +:author: Mark Pilgrim (initial port to Python) +:author: Shy Shalom (original C code) +:author: Dan Blanchard (major refactoring for 3.0) +:author: Ian Cordasco +""" + + +import codecs +import logging +import re +from typing import List, Optional, Union + +from .charsetgroupprober import CharSetGroupProber +from .charsetprober import CharSetProber +from .enums import InputState, LanguageFilter, ProbingState +from .escprober import EscCharSetProber +from .latin1prober import Latin1Prober +from .macromanprober import MacRomanProber +from .mbcsgroupprober import MBCSGroupProber +from .resultdict import ResultDict +from .sbcsgroupprober import SBCSGroupProber +from .utf1632prober import UTF1632Prober + + +class UniversalDetector: + """ + The ``UniversalDetector`` class underlies the ``chardet.detect`` function + and coordinates all of the different charset probers. + + To get a ``dict`` containing an encoding and its confidence, you can simply + run: + + .. code:: + + u = UniversalDetector() + u.feed(some_bytes) + u.close() + detected = u.result + + """ + + MINIMUM_THRESHOLD = 0.20 + HIGH_BYTE_DETECTOR = re.compile(b"[\x80-\xFF]") + ESC_DETECTOR = re.compile(b"(\033|~{)") + WIN_BYTE_DETECTOR = re.compile(b"[\x80-\x9F]") + ISO_WIN_MAP = { + "iso-8859-1": "Windows-1252", + "iso-8859-2": "Windows-1250", + "iso-8859-5": "Windows-1251", + "iso-8859-6": "Windows-1256", + "iso-8859-7": "Windows-1253", + "iso-8859-8": "Windows-1255", + "iso-8859-9": "Windows-1254", + "iso-8859-13": "Windows-1257", + } + # Based on https://encoding.spec.whatwg.org/#names-and-labels + # but altered to match Python names for encodings and remove mappings + # that break tests. + LEGACY_MAP = { + "ascii": "Windows-1252", + "iso-8859-1": "Windows-1252", + "tis-620": "ISO-8859-11", + "iso-8859-9": "Windows-1254", + "gb2312": "GB18030", + "euc-kr": "CP949", + "utf-16le": "UTF-16", + } + + def __init__( + self, + lang_filter: LanguageFilter = LanguageFilter.ALL, + should_rename_legacy: bool = False, + ) -> None: + self._esc_charset_prober: Optional[EscCharSetProber] = None + self._utf1632_prober: Optional[UTF1632Prober] = None + self._charset_probers: List[CharSetProber] = [] + self.result: ResultDict = { + "encoding": None, + "confidence": 0.0, + "language": None, + } + self.done = False + self._got_data = False + self._input_state = InputState.PURE_ASCII + self._last_char = b"" + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + self._has_win_bytes = False + self.should_rename_legacy = should_rename_legacy + self.reset() + + @property + def input_state(self) -> int: + return self._input_state + + @property + def has_win_bytes(self) -> bool: + return self._has_win_bytes + + @property + def charset_probers(self) -> List[CharSetProber]: + return self._charset_probers + + def reset(self) -> None: + """ + Reset the UniversalDetector and all of its probers back to their + initial states. This is called by ``__init__``, so you only need to + call this directly in between analyses of different documents. + """ + self.result = {"encoding": None, "confidence": 0.0, "language": None} + self.done = False + self._got_data = False + self._has_win_bytes = False + self._input_state = InputState.PURE_ASCII + self._last_char = b"" + if self._esc_charset_prober: + self._esc_charset_prober.reset() + if self._utf1632_prober: + self._utf1632_prober.reset() + for prober in self._charset_probers: + prober.reset() + + def feed(self, byte_str: Union[bytes, bytearray]) -> None: + """ + Takes a chunk of a document and feeds it through all of the relevant + charset probers. + + After calling ``feed``, you can check the value of the ``done`` + attribute to see if you need to continue feeding the + ``UniversalDetector`` more data, or if it has made a prediction + (in the ``result`` attribute). + + .. note:: + You should always call ``close`` when you're done feeding in your + document if ``done`` is not already ``True``. + """ + if self.done: + return + + if not byte_str: + return + + if not isinstance(byte_str, bytearray): + byte_str = bytearray(byte_str) + + # First check for known BOMs, since these are guaranteed to be correct + if not self._got_data: + # If the data starts with BOM, we know it is UTF + if byte_str.startswith(codecs.BOM_UTF8): + # EF BB BF UTF-8 with BOM + self.result = { + "encoding": "UTF-8-SIG", + "confidence": 1.0, + "language": "", + } + elif byte_str.startswith((codecs.BOM_UTF32_LE, codecs.BOM_UTF32_BE)): + # FF FE 00 00 UTF-32, little-endian BOM + # 00 00 FE FF UTF-32, big-endian BOM + self.result = {"encoding": "UTF-32", "confidence": 1.0, "language": ""} + elif byte_str.startswith(b"\xFE\xFF\x00\x00"): + # FE FF 00 00 UCS-4, unusual octet order BOM (3412) + self.result = { + # TODO: This encoding is not supported by Python. Should remove? + "encoding": "X-ISO-10646-UCS-4-3412", + "confidence": 1.0, + "language": "", + } + elif byte_str.startswith(b"\x00\x00\xFF\xFE"): + # 00 00 FF FE UCS-4, unusual octet order BOM (2143) + self.result = { + # TODO: This encoding is not supported by Python. Should remove? + "encoding": "X-ISO-10646-UCS-4-2143", + "confidence": 1.0, + "language": "", + } + elif byte_str.startswith((codecs.BOM_LE, codecs.BOM_BE)): + # FF FE UTF-16, little endian BOM + # FE FF UTF-16, big endian BOM + self.result = {"encoding": "UTF-16", "confidence": 1.0, "language": ""} + + self._got_data = True + if self.result["encoding"] is not None: + self.done = True + return + + # If none of those matched and we've only see ASCII so far, check + # for high bytes and escape sequences + if self._input_state == InputState.PURE_ASCII: + if self.HIGH_BYTE_DETECTOR.search(byte_str): + self._input_state = InputState.HIGH_BYTE + elif ( + self._input_state == InputState.PURE_ASCII + and self.ESC_DETECTOR.search(self._last_char + byte_str) + ): + self._input_state = InputState.ESC_ASCII + + self._last_char = byte_str[-1:] + + # next we will look to see if it is appears to be either a UTF-16 or + # UTF-32 encoding + if not self._utf1632_prober: + self._utf1632_prober = UTF1632Prober() + + if self._utf1632_prober.state == ProbingState.DETECTING: + if self._utf1632_prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = { + "encoding": self._utf1632_prober.charset_name, + "confidence": self._utf1632_prober.get_confidence(), + "language": "", + } + self.done = True + return + + # If we've seen escape sequences, use the EscCharSetProber, which + # uses a simple state machine to check for known escape sequences in + # HZ and ISO-2022 encodings, since those are the only encodings that + # use such sequences. + if self._input_state == InputState.ESC_ASCII: + if not self._esc_charset_prober: + self._esc_charset_prober = EscCharSetProber(self.lang_filter) + if self._esc_charset_prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = { + "encoding": self._esc_charset_prober.charset_name, + "confidence": self._esc_charset_prober.get_confidence(), + "language": self._esc_charset_prober.language, + } + self.done = True + # If we've seen high bytes (i.e., those with values greater than 127), + # we need to do more complicated checks using all our multi-byte and + # single-byte probers that are left. The single-byte probers + # use character bigram distributions to determine the encoding, whereas + # the multi-byte probers use a combination of character unigram and + # bigram distributions. + elif self._input_state == InputState.HIGH_BYTE: + if not self._charset_probers: + self._charset_probers = [MBCSGroupProber(self.lang_filter)] + # If we're checking non-CJK encodings, use single-byte prober + if self.lang_filter & LanguageFilter.NON_CJK: + self._charset_probers.append(SBCSGroupProber()) + self._charset_probers.append(Latin1Prober()) + self._charset_probers.append(MacRomanProber()) + for prober in self._charset_probers: + if prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = { + "encoding": prober.charset_name, + "confidence": prober.get_confidence(), + "language": prober.language, + } + self.done = True + break + if self.WIN_BYTE_DETECTOR.search(byte_str): + self._has_win_bytes = True + + def close(self) -> ResultDict: + """ + Stop analyzing the current document and come up with a final + prediction. + + :returns: The ``result`` attribute, a ``dict`` with the keys + `encoding`, `confidence`, and `language`. + """ + # Don't bother with checks if we're already done + if self.done: + return self.result + self.done = True + + if not self._got_data: + self.logger.debug("no data received!") + + # Default to ASCII if it is all we've seen so far + elif self._input_state == InputState.PURE_ASCII: + self.result = {"encoding": "ascii", "confidence": 1.0, "language": ""} + + # If we have seen non-ASCII, return the best that met MINIMUM_THRESHOLD + elif self._input_state == InputState.HIGH_BYTE: + prober_confidence = None + max_prober_confidence = 0.0 + max_prober = None + for prober in self._charset_probers: + if not prober: + continue + prober_confidence = prober.get_confidence() + if prober_confidence > max_prober_confidence: + max_prober_confidence = prober_confidence + max_prober = prober + if max_prober and (max_prober_confidence > self.MINIMUM_THRESHOLD): + charset_name = max_prober.charset_name + assert charset_name is not None + lower_charset_name = charset_name.lower() + confidence = max_prober.get_confidence() + # Use Windows encoding name instead of ISO-8859 if we saw any + # extra Windows-specific bytes + if lower_charset_name.startswith("iso-8859"): + if self._has_win_bytes: + charset_name = self.ISO_WIN_MAP.get( + lower_charset_name, charset_name + ) + # Rename legacy encodings with superset encodings if asked + if self.should_rename_legacy: + charset_name = self.LEGACY_MAP.get( + (charset_name or "").lower(), charset_name + ) + self.result = { + "encoding": charset_name, + "confidence": confidence, + "language": max_prober.language, + } + + # Log all prober confidences if none met MINIMUM_THRESHOLD + if self.logger.getEffectiveLevel() <= logging.DEBUG: + if self.result["encoding"] is None: + self.logger.debug("no probers hit minimum threshold") + for group_prober in self._charset_probers: + if not group_prober: + continue + if isinstance(group_prober, CharSetGroupProber): + for prober in group_prober.probers: + self.logger.debug( + "%s %s confidence = %s", + prober.charset_name, + prober.language, + prober.get_confidence(), + ) + else: + self.logger.debug( + "%s %s confidence = %s", + group_prober.charset_name, + group_prober.language, + group_prober.get_confidence(), + ) + return self.result diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py new file mode 100644 index 0000000..6bdec63 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py @@ -0,0 +1,225 @@ +######################## BEGIN LICENSE BLOCK ######################## +# +# Contributor(s): +# Jason Zavaglia +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### +from typing import List, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState + + +class UTF1632Prober(CharSetProber): + """ + This class simply looks for occurrences of zero bytes, and infers + whether the file is UTF16 or UTF32 (low-endian or big-endian) + For instance, files looking like ( \0 \0 \0 [nonzero] )+ + have a good probability to be UTF32BE. Files looking like ( \0 [nonzero] )+ + may be guessed to be UTF16BE, and inversely for little-endian varieties. + """ + + # how many logical characters to scan before feeling confident of prediction + MIN_CHARS_FOR_DETECTION = 20 + # a fixed constant ratio of expected zeros or non-zeros in modulo-position. + EXPECTED_RATIO = 0.94 + + def __init__(self) -> None: + super().__init__() + self.position = 0 + self.zeros_at_mod = [0] * 4 + self.nonzeros_at_mod = [0] * 4 + self._state = ProbingState.DETECTING + self.quad = [0, 0, 0, 0] + self.invalid_utf16be = False + self.invalid_utf16le = False + self.invalid_utf32be = False + self.invalid_utf32le = False + self.first_half_surrogate_pair_detected_16be = False + self.first_half_surrogate_pair_detected_16le = False + self.reset() + + def reset(self) -> None: + super().reset() + self.position = 0 + self.zeros_at_mod = [0] * 4 + self.nonzeros_at_mod = [0] * 4 + self._state = ProbingState.DETECTING + self.invalid_utf16be = False + self.invalid_utf16le = False + self.invalid_utf32be = False + self.invalid_utf32le = False + self.first_half_surrogate_pair_detected_16be = False + self.first_half_surrogate_pair_detected_16le = False + self.quad = [0, 0, 0, 0] + + @property + def charset_name(self) -> str: + if self.is_likely_utf32be(): + return "utf-32be" + if self.is_likely_utf32le(): + return "utf-32le" + if self.is_likely_utf16be(): + return "utf-16be" + if self.is_likely_utf16le(): + return "utf-16le" + # default to something valid + return "utf-16" + + @property + def language(self) -> str: + return "" + + def approx_32bit_chars(self) -> float: + return max(1.0, self.position / 4.0) + + def approx_16bit_chars(self) -> float: + return max(1.0, self.position / 2.0) + + def is_likely_utf32be(self) -> bool: + approx_chars = self.approx_32bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + self.zeros_at_mod[0] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[1] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[2] / approx_chars > self.EXPECTED_RATIO + and self.nonzeros_at_mod[3] / approx_chars > self.EXPECTED_RATIO + and not self.invalid_utf32be + ) + + def is_likely_utf32le(self) -> bool: + approx_chars = self.approx_32bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + self.nonzeros_at_mod[0] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[1] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[2] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[3] / approx_chars > self.EXPECTED_RATIO + and not self.invalid_utf32le + ) + + def is_likely_utf16be(self) -> bool: + approx_chars = self.approx_16bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + (self.nonzeros_at_mod[1] + self.nonzeros_at_mod[3]) / approx_chars + > self.EXPECTED_RATIO + and (self.zeros_at_mod[0] + self.zeros_at_mod[2]) / approx_chars + > self.EXPECTED_RATIO + and not self.invalid_utf16be + ) + + def is_likely_utf16le(self) -> bool: + approx_chars = self.approx_16bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + (self.nonzeros_at_mod[0] + self.nonzeros_at_mod[2]) / approx_chars + > self.EXPECTED_RATIO + and (self.zeros_at_mod[1] + self.zeros_at_mod[3]) / approx_chars + > self.EXPECTED_RATIO + and not self.invalid_utf16le + ) + + def validate_utf32_characters(self, quad: List[int]) -> None: + """ + Validate if the quad of bytes is valid UTF-32. + + UTF-32 is valid in the range 0x00000000 - 0x0010FFFF + excluding 0x0000D800 - 0x0000DFFF + + https://en.wikipedia.org/wiki/UTF-32 + """ + if ( + quad[0] != 0 + or quad[1] > 0x10 + or (quad[0] == 0 and quad[1] == 0 and 0xD8 <= quad[2] <= 0xDF) + ): + self.invalid_utf32be = True + if ( + quad[3] != 0 + or quad[2] > 0x10 + or (quad[3] == 0 and quad[2] == 0 and 0xD8 <= quad[1] <= 0xDF) + ): + self.invalid_utf32le = True + + def validate_utf16_characters(self, pair: List[int]) -> None: + """ + Validate if the pair of bytes is valid UTF-16. + + UTF-16 is valid in the range 0x0000 - 0xFFFF excluding 0xD800 - 0xFFFF + with an exception for surrogate pairs, which must be in the range + 0xD800-0xDBFF followed by 0xDC00-0xDFFF + + https://en.wikipedia.org/wiki/UTF-16 + """ + if not self.first_half_surrogate_pair_detected_16be: + if 0xD8 <= pair[0] <= 0xDB: + self.first_half_surrogate_pair_detected_16be = True + elif 0xDC <= pair[0] <= 0xDF: + self.invalid_utf16be = True + else: + if 0xDC <= pair[0] <= 0xDF: + self.first_half_surrogate_pair_detected_16be = False + else: + self.invalid_utf16be = True + + if not self.first_half_surrogate_pair_detected_16le: + if 0xD8 <= pair[1] <= 0xDB: + self.first_half_surrogate_pair_detected_16le = True + elif 0xDC <= pair[1] <= 0xDF: + self.invalid_utf16le = True + else: + if 0xDC <= pair[1] <= 0xDF: + self.first_half_surrogate_pair_detected_16le = False + else: + self.invalid_utf16le = True + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for c in byte_str: + mod4 = self.position % 4 + self.quad[mod4] = c + if mod4 == 3: + self.validate_utf32_characters(self.quad) + self.validate_utf16_characters(self.quad[0:2]) + self.validate_utf16_characters(self.quad[2:4]) + if c == 0: + self.zeros_at_mod[mod4] += 1 + else: + self.nonzeros_at_mod[mod4] += 1 + self.position += 1 + return self.state + + @property + def state(self) -> ProbingState: + if self._state in {ProbingState.NOT_ME, ProbingState.FOUND_IT}: + # terminal, decided states + return self._state + if self.get_confidence() > 0.80: + self._state = ProbingState.FOUND_IT + elif self.position > 4 * 1024: + # if we get to 4kb into the file, and we can't conclude it's UTF, + # let's give up + self._state = ProbingState.NOT_ME + return self._state + + def get_confidence(self) -> float: + return ( + 0.85 + if ( + self.is_likely_utf16le() + or self.is_likely_utf16be() + or self.is_likely_utf32le() + or self.is_likely_utf32be() + ) + else 0.00 + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py new file mode 100644 index 0000000..d96354d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py @@ -0,0 +1,82 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Union + +from .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import MachineState, ProbingState +from .mbcssm import UTF8_SM_MODEL + + +class UTF8Prober(CharSetProber): + ONE_CHAR_PROB = 0.5 + + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(UTF8_SM_MODEL) + self._num_mb_chars = 0 + self.reset() + + def reset(self) -> None: + super().reset() + self.coding_sm.reset() + self._num_mb_chars = 0 + + @property + def charset_name(self) -> str: + return "utf-8" + + @property + def language(self) -> str: + return "" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for c in byte_str: + coding_state = self.coding_sm.next_state(c) + if coding_state == MachineState.ERROR: + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + if self.coding_sm.get_current_charlen() >= 2: + self._num_mb_chars += 1 + + if self.state == ProbingState.DETECTING: + if self.get_confidence() > self.SHORTCUT_THRESHOLD: + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + unlike = 0.99 + if self._num_mb_chars < 6: + unlike *= self.ONE_CHAR_PROB**self._num_mb_chars + return 1.0 - unlike + return unlike diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py new file mode 100644 index 0000000..c5e9d85 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py @@ -0,0 +1,9 @@ +""" +This module exists only to simplify retrieving the version number of chardet +from within setuptools and from chardet subpackages. + +:author: Dan Blanchard (dan.blanchard@gmail.com) +""" + +__version__ = "5.1.0" +VERSION = __version__.split(".") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py new file mode 100644 index 0000000..383101c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py @@ -0,0 +1,7 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +from .initialise import init, deinit, reinit, colorama_text, just_fix_windows_console +from .ansi import Fore, Back, Style, Cursor +from .ansitowin32 import AnsiToWin32 + +__version__ = '0.4.6' + diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..48bbb7c832a365dc6619c70cd27c3d2800bb06bb GIT binary patch literal 499 zcmXv~O=}cE5bfUSnf;jE97I9yUWVYb?n+J~Xh1wkK!ezqW-`;scI=)Ws%JMDZ~h8@ zgTKY2c(6efJcu_Tx16jtrVg)O)uTQ?EfzC^_I3S6&nO{3V{mPw|K#F1k`JUI4K>74 zLG4J4Y$6iN1hc6~Y1Bq0vtu!~6EU$-8)5TDPm^yYznfu-to5?1WhyrYobpf&}*f79ow0MHnLlR$(nnVmyry zUj%tn@~HF9mGUFGz!bSW=4)pa2Y18|hI(CrJpgyA>fZBx+u+tG zikDl}Zn@D%yc_zpYggriCCA?CUWfNoC(83qcO0AJ*}$*A!ljHCNLhBn<>Zld&Bmz5 ma1+PIxB5E>e-cXRFLL;W9DXOepULhwa`(s1t@k3NcWmZWox}y!U1} z^XAR(%?$q;i-ie%kJm5QEJVn^QR#n5Pw4y$gge9}8ZiY;Fhxx?B~3ErZKBDh0;rfN zGq5da0jO1|RgugQGq_F6kQIC&`QvCIZViJqGGq;NYZR<8D>UdE;np}<6GPT0w~m2z ze8?ITi4}R!b5@Ik79D5_&|(8^47Bh-8*e2u2R7T`m37-mZ#2xSH7mVl)h%kcmXpqx zEA#2?Zq?^>PyLNpIEVTyZCTQQV>qgDVhAWmem0ow<=2R|c)w7@5 zSL~)`+D5iP*K(-ka9rJTsz%e&anSIlc=S^!7oQ7iRp_k(D;Wxgu5%LL4sikf&+P@2 zkS+3{_lr$vG6lp6$%thpY}^-_RH)1|$#H2$U@~6-_D(;)lv{6XSUK9blv`@y5;vA; zZo3QU?VmSFXYYr8ee;mfDMbHYN7 zbbrIuBv=ur|1jUc>YC(dyv=m8jdI5J`1gPIMQFad42V?*toi-r_%W`vVOzdWKy56(L^;Tf*f5-v<)|*Za(; z!mWdD|EPlBZwU{2l=wn))&4Kg?&8MtZ%gd|x_{sZKRHt7b*!6Uo!?fLJC6q@>S=27bKoiksZx%=Rm68$qNk^H){JAV83H@0@Gdx>KYgU9@gdv(rD`x%#oNk{yWXBN+wHxomiq2Vp) zMo%N~#D8^e6kg(nI=i@hKEFKEBP!pTY|obYUpX`L5@+P;eBs?5fjdGKQmH~Sbt?gYc$WLrNzo-d}t3re-B)7 zjsw88vX5T(3f~BSpWREm^G#(haq404R4;=C4-dnPNb^u}$OP#xQ09EVyO5qjz|^C^ zMwmkQ7=iB+vc*qp9xa3uP#jEhOlv`Tqa%+%7u3^yeu}+EQoVmPcb1@KDAh5|MM!Z8 z(p!eqRy5TNXhBoeLS|44n;|V?hP9{}(PCy)i<>bmVaByFGog)}V_MQ2*HZBQO0ghD z4Bi};_j8!QdmSN-a0~&n*uwyNxC9T=)x$V=8p5Xte?+*5@FxTv;m-&LK>7ZGeZgbO zbP0&Wq~+oaQ|6Y7#WD+AD3(f#=b1cRS}ihlAwO3vujH9rxR5V1<^0+Cl_FD?iSB!C)x{WJ%_-hGD;=WsymqyCcbQS x2~^#aDPhu=C%Y$QA-NOk5~!X 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f6f67d4084cc011d26a5c7212db14a231ad890de GIT binary patch literal 8133 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

&5uQdjeCCgk2 zzAvm1OvWLxDsC9m5Y050=G?}fg-aG5QeK~QXwG+>YE4!B7 zUwQ9~$ZF)5yH?*{Yk6}`Y@%>w7URyl7e~LoiV$C@tsej$ztGkO_CpsV+2Ym< z*NMcBlQt74=kFF`78=g|(p0==m!UzKNeFgeDze8Uh`XX)?F|Y3H z&&$Fsc2>+*+(*oX#Fom}8@y5q7|G1wg-;+!sX^ zdY`5H491j<=b5O12D*Eiq-Wt2nxpbuD)|Vji%Oo zQ;*ivlY4ukb>CXBPiyVF72c?-{p|e5laHI)mYbKF@10*^*PHgD#P`3YZQrdh-Qxa$ zG1(qX+_SRdf$u@;H!}~#^QFA{zi<2Nw)OqJzd5lse(9n3eqknm@YLo#d*LX!a^%60 zN1kI(dB$VhBgac)3=19q?EeBCP3$;kk7g9*Y>>weyX;4>lcZQAq&~5*sJCQQ+F&2t z-`ZoX4Q`pM_Z#uq2G19T)R2V`|66l;NiD)$UJfgTEdM`-mD|Pw%;U>3k3?Z*2R!8= z42JatagF>55*o+EutWiG3QHI@QrIfQHbg?kDI^&16B)@BBncp2k7(Qmz9bVVIa6nb zGezECVy9<7UK(-iaAMc;#ifhOmzFNAOys-!wC=uq_kaeU)&U!M;PQLk()PTS-*Zyi zb8@}u6vD`^eCq+N^+3M$kk)$WW&4;9{Vp)`NPPcWj)py;kQe>zQ#=~tMrRx`9Mr(N zw|KCaNT^BKyxinftZl#8#DfB57cVv~)?cAxSWWCWYzd(jIP9VL=BUJ%0Kb|DxD0<5uEF05l1catFOiDPC8F>Xo=Sh;*QjrNDe$A`m11TCt&CKl#o zqITf3NU+1sFbp}btWkpG(E|Ue2`x}&90s@Pr!t>|Z53_3( z%|APw-+f5iedyutBOBiOr(6}^@VK_^E?KXAH77jASZcTC-FZAjB>p^m@LV^-&B;^!D9e74c+t?^&?z``J W<*>TedQBsKF8D$(-l-6RQdU1C_&AXO literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0d5ff91445975a0e1a40b4f4e376534c438e596e GIT binary patch literal 5474 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f40639c08165d065c62582b3011956c9de667579 GIT binary patch literal 6619 zcmeHMO>7&-6`uVexg=LKYwO>xEG0H<29anKKo4#qp$04?2iHh|x~D{NfVx0|7HBU$_aasbq%2${MSM|DQstn9FYS9v?s7$~ zq`*;&0PP&!%+Al7$9doTnc<)6>H-AHr&Hsp+aW@}zz?fx=ssBJ;8*6UYYR!K@e;vvu)0hOlIa$lg0d_9^UR zuFO3iQVz+&&C`TXfh7v}xUwlj3QU1{l_he;rqi zL^wl;DVjcz&=iBuCQ>;gpxsR6ujMj|rbSqTzpN&28lHSYPfo3~umo3JPvr*Gj7rVc zm|n;zh7bB;3e6@f!kCqP9DiW&I200RWD;jlXqkBoeOP4n4zYehoQE-w;!VTB)|T|Q zYI|TUXLI2nqjXSYkAt7TW-mBOd#}I&?B#Rt3myPJ!NE^F0DgW4zq*>U2sp+7dnHt!KHkSpBkEGHZc^A-k?~fgZrD^2_#E z7q)h(*0K#suuT&2jI66Lxb8#ZMIr!+_$juH;7p&c)6~SYu4qQtp@A;) z2CpfZNyDE7g9csp_80;-aZ`gw9cp;??NDCiqf=^DiBfeUdZmz@O3>^Ts-~5su0;p3 z@>?psp+viGDY;wGOll&UFX&ThuD7eZC#t1%r85uPCT=KNG@r^xC733wG-?4R3cn86 zRA3|FS69AZ2-q0TrSxJw$cBz2h9g$*A&^X)0P`2plXXk{q%-PZKU@(`?bmno;n7ElPlVH3unRFb z5U?1g$~)63s%Y&XldR5YNgJy$2bE^x`=@{nS9~*oZ>EZG^UJmn^UFpypwY%Q3Q#U! z4=&iYun#WOMx}0}-OY76rFfa0_U7&?g^M+S6!xz_cqtq*y6i2pMF>VkI97+Whplr? z*ITV>4bpxs?KtFd@hFbbJ*Cz6lyUp-0T08CP(0#wHh9LDC4s@ZV5$ zDFK$RQG}i09UpxA?a}Lo?{eSJ;7F{GVv1vU`>zfUeLuFy(xbSt4Ty&9+uP}J92e0% z!BL?L(TdHrhHH)Bw%T8Sfbo{?^YezrIsR^7tx`2M!B@~}pluJ^mRlkpb*~7W&lcU}DK~2(Ph0!w)e94KR}_o1-@gO+}`yu-cBo4ja3Q)B7@+ zoi=8TL~-SZK)zale0KEs`)B9)6`^^p0gVq#v0ODaqY->Ai1$MCAsB|%%SF-^;k3h` zS6d>bmdI+$nNrJ{Cnr7;&Xujj8BQ_zFvIEJpy6sQjBYz*3zg20QWH=aw}1)>U}eu; z6FDYrTMGzMDPJLRbWL4dlTe3k6v!f9aoK3Gv52qivrzmxFn{YB5ZePkbpXKh#i(-synmtNuDFlR|F26p$Vzcu3<`w40o^-Q zh_Tn;F&W=ih5ayTrwXz6GBBa%k#qprmWck3T292W9Q5HXmV;@B;V~~id!4%gd%JO-x~G(*T|5<28K zS$KTb6I9n`Qu-8q4JY*=Ifvu|l8ZN&zOo9!q74UtB{M8d!3ckAR zIkCz5JdrJqcu#I%Yx6Mih8MU8;(c*7e5w>a^^s>e+_iM3f7vsz$sX|xF*x@UvthP3 zUnAb2#V71JU*Q9-%@cd^5z14M4Kz3F|8sL~=|oSUA|13gk2&PFMmAY!nU29cEYul3 z`%6+JOfktYglTw&LoiZIw<%^9WmVN#16}xTSibq7HjUtLHm}0#BcqOL!r?S;ouv=ymu6Th$OgwS%oil^8Htuibc5%Z zj?ehWKLo<`lt}k;FJ+j(!s+J(>y0!=cyX@yXRhT_Uiisd8}Qls&y5+52uJ=-7+l$2 a;@gpB#|sU^*Me|?{JyR)$o(> 4) & 7 + self._style = value & (WinStyle.BRIGHT | WinStyle.BRIGHT_BACKGROUND) + + def reset_all(self, on_stderr=None): + self.set_attrs(self._default) + self.set_console(attrs=self._default) + self._light = 0 + + def fore(self, fore=None, light=False, on_stderr=False): + if fore is None: + fore = self._default_fore + self._fore = fore + # Emulate LIGHT_EX with BRIGHT Style + if light: + self._light |= WinStyle.BRIGHT + else: + self._light &= ~WinStyle.BRIGHT + self.set_console(on_stderr=on_stderr) + + def back(self, back=None, light=False, on_stderr=False): + if back is None: + back = self._default_back + self._back = back + # Emulate LIGHT_EX with BRIGHT_BACKGROUND Style + if light: + self._light |= WinStyle.BRIGHT_BACKGROUND + else: + self._light &= ~WinStyle.BRIGHT_BACKGROUND + self.set_console(on_stderr=on_stderr) + + def style(self, style=None, on_stderr=False): + if style is None: + style = self._default_style + self._style = style + self.set_console(on_stderr=on_stderr) + + def set_console(self, attrs=None, on_stderr=False): + if attrs is None: + attrs = self.get_attrs() + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleTextAttribute(handle, attrs) + + def get_position(self, handle): + position = win32.GetConsoleScreenBufferInfo(handle).dwCursorPosition + # Because Windows coordinates are 0-based, + # and win32.SetConsoleCursorPosition expects 1-based. + position.X += 1 + position.Y += 1 + return position + + def set_cursor_position(self, position=None, on_stderr=False): + if position is None: + # I'm not currently tracking the position, so there is no default. + # position = self.get_position() + return + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleCursorPosition(handle, position) + + def cursor_adjust(self, x, y, on_stderr=False): + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + position = self.get_position(handle) + adjusted_position = (position.Y + y, position.X + x) + win32.SetConsoleCursorPosition(handle, adjusted_position, adjust=False) + + def erase_screen(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the screen. + # 1 should clear from the cursor to the beginning of the screen. + # 2 should clear the entire screen, and move cursor to (1,1) + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + # get the number of character cells in the current buffer + cells_in_screen = csbi.dwSize.X * csbi.dwSize.Y + # get number of character cells before current cursor position + cells_before_cursor = csbi.dwSize.X * csbi.dwCursorPosition.Y + csbi.dwCursorPosition.X + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = cells_in_screen - cells_before_cursor + elif mode == 1: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_before_cursor + elif mode == 2: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_in_screen + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + if mode == 2: + # put the cursor where needed + win32.SetConsoleCursorPosition(handle, (1, 1)) + + def erase_line(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the line. + # 1 should clear from the cursor to the beginning of the line. + # 2 should clear the entire line. + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = csbi.dwSize.X - csbi.dwCursorPosition.X + elif mode == 1: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwCursorPosition.X + elif mode == 2: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwSize.X + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + + def set_title(self, title): + win32.SetConsoleTitle(title) + + +def enable_vt_processing(fd): + if win32.windll is None or not win32.winapi_test(): + return False + + try: + handle = get_osfhandle(fd) + mode = win32.GetConsoleMode(handle) + win32.SetConsoleMode( + handle, + mode | win32.ENABLE_VIRTUAL_TERMINAL_PROCESSING, + ) + + mode = win32.GetConsoleMode(handle) + if mode & win32.ENABLE_VIRTUAL_TERMINAL_PROCESSING: + return True + # Can get TypeError in testsuite where 'fd' is a Mock() + except (OSError, TypeError): + return False diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 0000000..e999438 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py @@ -0,0 +1,33 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import logging + +__version__ = '0.3.8' + + +class DistlibException(Exception): + pass + + +try: + from logging import NullHandler +except ImportError: # pragma: no cover + + class NullHandler(logging.Handler): + + def handle(self, record): + pass + + def emit(self, record): + pass + + def createLock(self): + self.lock = None + + +logger = logging.getLogger(__name__) +logger.addHandler(NullHandler()) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f1617c9ec901c723645967aa98a2a3df5c76b378 GIT binary patch literal 1276 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 Qaz7FShr69W>f(|9FS_UYlmGw# literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fce1ddbcefdd72537f1d72233be2488d09ef22cc GIT binary patch literal 60165 zcmce<33Oc7c_vu?jfo0fHO2lORZnBq)pY21|yDcm)t3HoqzmM7dxw zj?)2cdIZSMA<$NuMO$+SMoJ5g-N$q%9m}>7%XZHM#R7v;4bsCT?#^*9=Rl;!QOjp0 z^Zoa&C_GSh=1d-mTkqX>?|t{(ckjRd|NXhkm8HY+?&VJp?)jNc_xE%m9TxHANtRKk zyQSlFoPJo>L%)V${fME*pcnFtJw|rV)MH}5<{mTqwe(onueHZ&7fRZCY%Iso( zY1ld9>T#hJBWE7Y9&z`$M?5{Ak({2Kk=&l#5pR!o#Mk2+$?M4*$?wS@Dd;H}DeNg4 zDefsADd{O0DeWm8DeEa?^)18YBNaUrBmN%$NM%nY%d-wwja2tkkJR+kuxs0J?MPiu z-AH{;{YXPk!$_bfFtV*@+sO8w?IVpnjU!DxO{|=KxOt?dr)6YE&klB-HQYMV*3&k! zvuCGXXV8UALzkr?Qhr0bUe^m(J-boHIy9=>lg>DYTxRcm5kz1lF+sSfEkz1z9J;8Fzkz1k4?P9rpE@ZFK z@iu&Wn(JI4B)?-tVQ26xuU(%NG!iX@WW|yn=M~Ec%tUj|8uT zdN~vd7}B)gDm#SE_p*j_*ueDi=rvwxBs3aH=L=a>p%*XMdo{#| zsk4p?As*+?@?+Pg(%GY9{0Mpy4fRq%bT*6H4x=|1*@BOw7vtk&d?dtuLZ~kE*pN1V z@^UCNoOTU{d;7*l@C61h4Tqw+pKW-4a(m!l!)Jm`{X3fWy|6tHE#Cipcw66P`iK#n z9mHQl^R@tfYNF*d;w_gWBg3)aINq@j?Tn4KTx+--2^=07j^DqVmb> z;+X+pE2ig+5`d8M^|}kXYTVoEt~}*U(Lc!Y<9IF24*$i=AwTAxf2`jh!Ku0w&)V+rAN3ETX(~aF z5!&4RFrn#x5MI!BoX?$p^F*FV3OT{2@_a}~~e<9#cxZP&Zj z4MuZu%AL3Bu1>hClkVC_wt^d$naQuXAKHpOm~qSJABOE{=$5-(_g(ipW8m~a?1nGtdQ2hHHGPj6f0iEWlrdmRyEEWT^aT6TNBw!;ZQIf3JagJPa-*}Yc~9` z)!@S#A@XC|!s$D8FSxK4tTAiMd{r0L-?YWdF>4WuPFwW4QN2kQvs~9t=_2yFidm#t zKW&TIhNO3;Cx{1UxYD50@rNSv3c_l#N_UlCY1N=bv6X2{ghrJeF*DYen9qA-<{^i4 zNBMops?N{F3zm3PkW$!ZDOBohiRDtlpR*W{jC)=GVnBx}Xb~x(On)8AZ?# zGkGwrOK0<;@!?=!sP}Rx$c6ZTji+}>TLeJJQ}wiyW?ugUrXJ0H>*ZiL7>V%wZo20^ zh7XeQebd?|Smqt+=yp(>Zfz4yByAYu=LiuB5km#+Gt;Up{=}@cg9* z4*yzS>HLM&vZh2?Q?jgODLeO5~r#@bszS4h=7ZY_n{5 z2Z7IfaV8vC>AGGSdMPj|B10qz4oPqg<)se>x&T))9D6!ck=j8Gg0<|J(gzH|&*JfH zAZdl39vzGff~>-TGPE9!1V{Tq0=%aCB6b&`ONakhs4qByvht7*kBwdN(?=K?16Bu( z3Owr<3Ak`0Q2|r(v#34QF&YYSgiDA9VB~^W%`ZHRZsAeQASwpK{_uFHZ?Jzb6yB;e zqBr^`c%GjB?1^Wa(3P?-l#`h63tT1AS#3jEC76ZbOl8-rkjpbekuLD zZ_yQ0zjioT-JZ=WcmS1w~%G{N&jm((7>R`ZP1Hmd!b{f6+2 z%wveAd&VJ6zwjlHuiCZbiL6xR^skGHW7?pNreg-Fgnp}bX-G2;sW)5JdDrJ>=!3JQN(JQLp>7?&g9_WE-M;<>@97+M`o`;gkC(FAw%z_FoQO4f)6V*gWQx z`P3D#@Si~AX>({~96Xm1_&sd_AA;$fHlJX5_DC>%1&C%8q%oU5X$v0;PYg%W`cRnO z4l7TXMT~C}9vjV-<`Gd0LS77I!@q|FGs&jQ^#Kv*=HJ>rw|zCYI+0twl3TlOFu96S zzQS8)=FZ$YKX*QUBI(;Ut513IZ@K1N^T8F5A1K_F^YWP+XI7n+31{VsvwGd7^A;%0 zJVZ0uI#2$L>w|Tx4sGq9+rR3qNqB1>>-4UocRhvcM*Myl&OuN9P2(}W?nnBfV`au4 zmFkghn5G1K8N98*3Gr1!GJHjbcqkKqU|{r+{3(uuLgfMbGQPw}a7y?ZmqMXYfV+W# zkm`dF+LyX+7;$KX}eyRpYCbB-$HBDtC|PGMlw9ic&C15=2TTPhw#0eW8~{Cp52C{IstqyC_OU=Vz!UzDRX`Y|xb zgM-6C$TwsZOjxuNSWDtR<%S1G1ym1`NX`>5?d7qFVa|UE z?EA?0Fq6;#g%W!=af$JN#Lmf8PWSu!z~iDsKR-5tUJVni7HSB97GQFzMn7>9%_6$< zPY#0XN81=W>RM24NGd?I1mSX(fQSl$gBc9>Pc{0-aFd@TdSx&ox7H1?r+~{3{m(MC zQ+WaEJ~b-60_L5!dn|HVdBGFJ`$#ju!~`Dd3E*V&PW%AMs#fQ|N>jjtJ|kVMYLRk1lso(sTuKoZJXa$bLRgY>TCrPu6qHwX;dj(@?88=1A)<|*0q)?h zViRW%32z#K@;Lv{1c-KdnTP#BEapC9q5Q+asSr<;ZDed*nMEKi2$Aq4x8(bfh_nVD zri{-b*+^oaqoNx1wdL}zgy%ArUWqb5L1xN=sVWeI25inAiKos_?Brjy8$c@qji zur}k`45wu|?QQ^KHJnz@L`7OVWJ32dj+kLcE$b5RzD}qS$Fz~tPn%-KAz8X4WEW^I z)DKb=c@QNl{2n2O3`__l!2rE7K`%0PJZ)yu_^3@1#s?gNl*~Rp79PAtT9~wrga`!Z z(v~+lK5O)eV$hn8dpa%gW?SIO3gc+BXhAb=s z%onfV@TGM8~9qxIDUk@-rj={)TB| zOwWH7lTcg^QbGDvEiuy;CDaQ90@Ev<_$c5N(W)_KxB_;YFN(;>M+?|Phyrn|r2hoS zH(tgrX7ZW{%>3#`R3&iD+Pyp%-ygg>Ho=Gek~T|ti7`lKSQhkKKpbNK!mapg3lkt`t5Ra01^C3) zrOZAndH*|#hp!+3M)NT__PY*uDktw&`CNJ2l+3A}IhJwd&Y3;-<;hf0*{lT^Y2Nqc zFRX!+cFsAM%l6#&-H)tzI>Am8tNgxEms23z*|~J_e*22&hzf_P7o7rLZP3I|}zr5&7x_2$xc5Q|_gy7f! ztYavkUebSw(5_+Hq#labMF{jfzVWnq+A?jOwoTiovtn6Vgs3D!(1a;6a^(vmGV0ev z@IaukECu>RWMn=hD~Zr|@jyw5XmG?Fyf5Y$k`cO8MyHc{_B=l9v~$`uYUa$+dCWSU z9kcSTn3b~-8O&LkIt*$x&cIoUnX+w&ge(~cXOo`H|J<&Nc%|DhtCTx!W4rL-wdtx4ba*I;#AzA|& z2g;UaWZ^PGI%IZ$l(EFJW44%`bM(t9M$S1@DV0!u(N>jmC7pHZUe4(=3_vyT0$QEU z;apmEBehcb7<43@p;#x4uJk)+xLIjJE7Lhr4(EQ=JZ&0%7_(}9H++X}Qk%-JRQDsl zL(Ycp@U2Lb)W%S=bf)|&bK#mEYbRIx*-+|&4x09E(O<9JH~q~#nw61O=?O9Uodr zE69(F^g0zJ2}pO8U(Ta`56GI^Wm$86Fjq~RTnIs00whb=+z;shv3VjL!pIQFl0=f1 zl@KUx3Enpl34)4Q0uuB?ED8l1tXzoCoC5t0BpvSKVYwv9fJXhNE}lEI!8Qc-8UBVkIqa_@)KJyvuM)9Jl|tE6NqD4+Q3+K*+*SJ(xlp5@ zq(StWQnLz1+N7r=u=ZpJk_~*Gya=_B1%Xddd-%|<~}N%Yxp2t~se`CWKw)X?bvP~ZGZ0@499WBAin@#F9$Am)kb`7m2BmuV93 zM2iOn`!UQ0kY+Tq7=cIaMtwxTNi&a_EtZSV2YDuxW303|3tPnYs6@adh#Ov|hssap z|BxPUuLV~%2-BZPpjcq}%)?`ou$aq&w3Cl829Li%6~Bxm?KpMx!l@I__0mt;%$}OI z48W{qJj}mDrK%~Zq2zZc2~(mxmlQu~6Epuak58eCX%pEWrR}nXVA?tv0+O_aSz3je;UGViHqrM?>qpY2;PAj$ z+9JGn+BU`y4ltJ1%!WE`9USc&o`Cs={wf=;v=KZl|GU(z@;?77F2jUmrB$B!EAXVH zPn);Vn%`u0|5tj_G^WvY-D8j5eoQZ#d#tq|xPRe0=MuKo8Oy9?-ZbAI4=r9yIovOI z-01kqfmKIU!ci69z2exm=FENh?2WU_Mf+1lweiUNP!u)&!dW0ledf8OvwBAVuEUus zDZRaSVedCOZk(OzoU40OQcEYZbt!Mbj15HjZ0CIL+^M+nmGj7%H_qqI?wjeP=N-Ip za6W&<;a@lST*vimg=O>HHypF(wSt=X#}_-_Jb&-}O2L6OU-7N8b7z+;_us$x(0A-n zLG^OM_Ec5fg7t5!ninVDjNXghKai|CHE(^lp!`uy;O;Ybo=Md=-krWPooZ-$Gy7il zT6NRn)upTVuccacElu3N1U96LE#3O}T(+v>dCLdu`QSNjmCcpSM^-ELCo1-@ zi_z+qvLe zu08pV?_pv0qm~_s!bW_@f%wF`72EH{?w@_9W~Jr)qlU)R_O?`G`&xbL((e1a-`bnn zx$pk2x2o{|JG!Q=eyp^*7<8w`;Wve%k_H_{=M(|iq>naRV=NUeBW|6!O2 zuOC$&D?RPiy?wCebhhU&D(yJ`X||bCZ^h|d#-Fz9k#52nM$~*lE1B4eX#)r00A$Za zu)s7hIkS;7g5&|24q^cEFwu?;XE77q?>9^XZ$}t5w239VYw|p zXoi4A6HY+v5q~`a7!j`4s{{#xR)Xk>wx-Ag#1H-kD%ps383-n#qn~U98~veS$OM?0 z#(!L}(im0@L#TIQ2%AAp5QeyL>S)`p-OPAo)PJsXmx8~$(^j$Xz`2(2c& z{K|M|BENx_TmF2_EBmQd=c4z{>E*KK*{+nYh)wBr2TF_b?aiF7EMHqgH%Y#xC0A2a zjF6LQmr&$tG;L{0=VJ1)DN9pQ%d~RZGFqdUFfjv0otEJH4Wq>GZru`i2MuvJD0{pW z9oMiB6w@b|h#EMdZ#K~XdX6oUnC$>c#w(~pmn6cH;= zF!E5XWIrR=`v*sZ!_rMAi&HCv0s^J2NZnM>f>vNqvbXA!h)5FMk%fvv_+K6y=E5K= z2|_U8q1?9t2<1m*Za@(tpwvC9s3p~jogtC81XKzy3tT5!7u$l$E&A%*Ugd$w1KS&lbMrfnc#vsR~ ztwedlfIDCps4`M%@&BF@nN&)fsHbVe2*+AxWUq$NYueX4!M>5?&cNIsqNNgvq;>Zh z0yO^zo(4eU)Oma_U%PQ_-jZ}z%$Udqr(v#PeqS=TcE*}=`l~2a~2~O$3b7)(8;@>`(+UoQWw$7GShz16b1#flWi?20G<1 zC=LibIoR9tu(yY?o@J;^YESu91d(C=Xl=|8&V`u7uH+7tD`lm#a1Jc;E2S&tSE;4f z-8^d2sroMiLWn6lvFZvU^-?_u7oUv>|GBA;H+Ehhx`qY5b@u@{JUr1{~SMzR)`ic<5oei#FT|$Nml%|NI`u#qR4nw8i^@(>!sv*5RKX>F z*D)G>PdS`3`_^)+maC7vwLekaoy^#4g zQ!?Lq`^>_bWKIJtkSpu&mftB~(tpqOZCA4L(6a3i5f!tOYqso{oj07zdG(70->q4i z{7%zq+o?p`sTJF4Fk-9T>V&sCe)MkF9XJPVpRuhuvS+S+<=}kl14rp2U;fOAl(%@* z+mP@!fP~5`d#rP~ieSj>^({lX;oY9{m986XIYp_Gs@n$_4ld@blx&CS<8Mpq?r}@4 zuMey?AAit%JXKnG`|QHm#hh2qf3Ti|7Tzz^dAzf`z7m~33SDkt`TWFU-J9F)ZCfea zHEVv??UU8J%}eGL&+b%lMcl9un6;*gD&zHuqHS<+a^$4ko|mtE`C7_fdDnKwHf#C1 zD^lV2lqYxQXey`ZR_R>n{NQ44 zGN%z_UqRVw!S+PK_QyJdt5#q&t6tfcDyxVa7d|UWRLviv9n3%TmtjLPpM3A(%#TDCd1@ZnSx06 zI<@pkN?xR-kCFjOu23?HByEEbnK>&9lbso_P10SqAb+3Eh$Ud+SpMJ98RHw?p|dn4 zBv)W`E1Tr}dAg+J)A$RM1X^^%!Uz^U3lFTkRN)Rvi>sGS1)$_}^RGYisJvwQv-#WX^MYjkSucn)|pQi zlMxA7jIV^MVifjS5$Kr+3~i9r5s)TE`Ux>{f1p=ucocJ=nC`1kz;h;eX&GMA|1Wyb zghb~XQH32U4^X|@D;s5~eRjZS)*QVhBde`ks^kJ%9@7{rygFls#o<$UV6pras1gRC z)_E2_xZti)gNPsaCWUyxFBfA0L+^<`@UKc`z7Bol>ydPe@-cvSs>A;+-Jq2t*upW^ zm=xeV5wQ16idrIV5gwhk_X@bGw>L~k69ax-SP|4pv|!`(kX@5*6Yy_Di4S16k*%|5 z-yEIi61K*KZTI5U2e#d*LgElzYY>K2FNRn0cYcI762T7j$Am0Ln%B4^9a>fzGHHz- z(Q$zsIIiLZCMtwM*_-p*>Fg2`m60@0@FH59@rK%l(SJnmTZ;06nTmI|U2tw`On4iU z-sYscW!csuu)*qnTTz3i-IKSGdrLQnf1LhR2#fK4$j&^pEL2DYEwLG757&vv7BB2& zf@tkFv9-0c#3z{rBJ`Zl_*@ zwYCe4C2G3Fie!4O#aP>=k%-xP-AY+p$ws5FRCb9-Tco``y&4zkg5b| zR)o)hO)X-cK+^zYbS|8>h9^cwfb)5JGNUn7M7NKv%d|&~ynxstj57+So#Gjzcay%CM66zaRzuP9|GJYQY2cE0aet3+9iS|JxJhJR9w24 zn*c=z$M^yPqO>Hu5aum$N$-A`^yU;j(fRD{pa7-&M8iTuSDEy-gTB?wT`Q=FNA7<9 z&gWMOcFvrFj4z(QaCYVt1bY?L@zV=0&74|smg4;OwS{Yo_GCqykm0W(s&uh<>A9qT zFJ+Z&DzoOTh})9hz)WY_?FC6We{^mV>XEu_i@WYznYFEWs-f*zEpJYgH!nt#Zq*8NIN5_IRqSQt;?s-|n%(zj>Tw?E{+0E^b z^G)U*zj78z^cj`x!=HSJ>rVI2qtDzlk)FA5zFQ*DCK<`GnLwj*^h(C(P@se_~W{Gb3AF)*hLBf}*|zi;XEJDZmnjZO23yeD%}FFo3O( zBE$3w8KyYID>mV30qhjaZbXX4%>O-_=6^-WCn+ImC;tmd{xcFSTBR^!sAOVgnLb=4 zYJpf;v$<}L%|{Zpri5+JlI4MI&st$k{6exY018EP96@pUFyf5GsRU6R(F!Ke zkp1Ei2udHY;u~TCOe#vm$;s zi1EErzko*x8DtzxxO zF%-ziz@_4V#1tLdHA*PGw+#{Q%s663))#}&m!X!7+qi^qTo#rqcNL3LX@*D??*He0 zO7suw+0BMTpU*UU~^e>4BLn4zQ`Anj+y5pyc^ zE1u?5=BH|AIOR3r!pv}~W`>I_*4fBA(DUET`2Mc{U%tQVpZWc>{>8ra@0oNre__%A zy1^U=N|APH(4iDL0h@c>&~7P5`5oG)oJ(hs{nA-1TlxmlFO(}Z@a!0ZsxI^3pv;lx zGR2!f7_ICtWK)lXvq`14 zL_y(hlPK?K9-|%lL(EJQKIb8hS!ViK{3!wT5)9-oAW54j=1JPbBW@I|6cLvNwumO` zLK?=IK`#8;(dvviPf+7TmkU(;_vlO}*wbbZFC$?=aQ+GEfpL5y!V@ZFg88%^(nK+W zqbMI|Bf!XddRyvic$|NaDx@g+2_*_yPeX-=!1N)UHja%T2FDmvWb`6GOb}Wo^Mw-? zv0s{ryVcZw8dxd(hd`WaYJV*|Z&>%DscJ?PHz`36vhL|B8Zc5U0i;PwuUoJ`)|p*L^k50_)LnB|Aer{~ zRy|b-Pn8suYsIrYRnxFq)1IhlU%HsA>6kT<_tX4^gr^eGMrN|y!wHsZrwo-hhK4ZP5hZV zO{-PA5>>mBReK)mvR$3}xopG%%Y$-Y{?hHCg`o%D2B-qo^2_7g-79yltmL<$vn6G> z_blw0HGbWeDu-D8>kf%HoHeKXHM3?2?5pbW$jLc3Gz56roKC%(kMR|)`sx$D`c>cd zgm3#ISd|?a-92&Z+}yc%b;4J-k;xhOZumPBN#DU$-_eBc=v&n*zOGbL>uS@%MAO0h zT(ar7n%{ZPK@Wbiqk(5QxMQ`J!J@CM7?o8BQ2l;foCBZI5jx^9lX0oI54Ph>G^%Pd+3f^GOvN*eJF} z$T3a34bFgk0zw%Fa%GZBxfO+&33p_X%f>qri0y%M$QDmC{pMd(&hjPM39KiZOvTcsXW@PkZOukncAdRCVn$^;It%Zotb_ z9YQGBKBMye8B0gkPyPr=W&oL(f!PJoTxSPZRFUxkF{){Wq{;SZif1JvfJC``0c<)P z(o>XQ#jq1kmU}T}m@*)4-4*urX$ENPBm@;WX%Rj?I!I{QPd+=6P6abWw8bE+J(N-m zcKgU9nOIhpp237pb;J6WVa;FQf{F3c=3W|XsIC!tsPA&x%)Be$!a-z>P?pgbe~e3s zQ5PI-87m)k(KMF1b3ev5O!9x|k+XDgY&YGsr>g6gZFQtUm^Zy@BY^hIjb|iZfZKx$ zgGpzD;15t*cKhVQ$@tN4JTuez)pM{ma|%p+wB$3N4K_s)1-Pbedt*z-{)2~)G*{R5 zKL32I>4goUrU(qNsqh~e7-C+fdWA=p=zAu!m!|>hh=-O=LVJ=(pC0t~ZP44809w;V z6)XbWGG`>d_Pg_t=1LzLPT)8xMP|_j7q`E!WG0SFGN+}o{ znfqm{VHlX*fq@xG;@AOswd+edF8d9)WORpbMdtLL=-o>j|)KnH-fl+ zaA6m0Y+*LTg6u{>F~jIZvHX$jJA{?Fu`mlJ&Km5WfH)3aV$fZd$q^LTFqdr@5E|tt zJxDg{)1=wQ{G#FFFm0SRk$<#edHnBM)91ZkY=Op z1TKiXx~}`hUQmR8>Pk3wfe`JQ?~K)F=n{=}^|U^hHRrhA}mEN6odhwQbj!zJ$VDLyN*^11Q0eiGfl=1p*xX&~{)r zIC6;#9*UM~jg)j35&s2|^>y9idi{CG-!HS-L4Gob}AtOs!0X&7kh-oxwH%x-jYI(3#+p{vIbj{~|(k9Y=QB z%7@5YDFnUDkLlXnOUOKp7z1!@#e!m}C2eQehK$=)jH!#t+o8$E41q2Q*54DC1YYv5 za7PN^l7l`9?jzqsE@J~J9P%)msTy;U&A(`tGQv&t3Pi}l&n??z-}OH1K=Qtp2lWl& z7WK^atmZW&@){O>Zx-DvO6I}u%4V;IL6Rr$mV3?(_Q_LCnjFTN!I8hxT;M_OuKCYFy)%WA#iNV;_fF3o zU&}3;uesf{(6s1H<~GrF@%+xO;e_nXo9CKWb88a#Uwi7E>SS&=vf+9M^a^je3$xLO z&Z_ks^!k1HoE6Sn?sVVpT**0#7nI{Fb;JIwi-zwcC4{&IqaOo?-P(s}{E!@^^{3PN z3u*nQ_;MO@pd?X>4>Sh1DyoAGJ~kQQWKkX^9vbHxC?*-4zmr z=eg@A9-HjudN|hQl*}54iC!+*cfaii?cWD4edPM-M`qu9h9YzR6QjrUAF|35X_lEI_EJ{p?oa=+;rXr zX1#NP{KA2PB!$%9GaQR800b`!5#I@HNLcY2XV_0N9TGj$g@8H14W>i_^~ty!equE2 zAAvK+Ai1GM01O~lA{!aRJtM?@y5;Tf|?o|dazH7a&|4!CQ@&47~BZ=Z8$>L+zH82F0fIu%3>LUyx zI?f9gb=ZGLkP?UlKSK*2(UFf+N2s;yy7@}+k=P4@>gXjz?@xtisUC3;zSEXYDMhT=)_1b!3&TnLeG$K z33NHw2_ahsQxt1_GKe4z0=xpOQledCc8jhzb***Brjh(8YeA(#m#9Yf32OB1_-vVK z^ajkAv;+I941~n6<|5G*M)VIB!kqs&6|qw+3#Jvoeh8O>TrWa_MZ(w>=*l3rmp~*v z9xyYUcBqC1dl@lc4J?s1KLi0OS-L=RtqWuTt% z`>D(Sh0gu~iQ?dUU1goP1zeHhr+R#bkwWTE66$iA7qR$TUtTAa93<<(TIBvk?_ z1uI^Dt9Pz9iKvyRgXn#QmA77+dnsAafNLi!tr=LE;2A;jC;t`6E!_Y?8=MJ;iZ#<| zMWlQkLqrDz3KzlN>lMg0B*P@31f^g{i1^Mp6kNo--VF+@11l~=C#8}ESs+%>ly7O7 z^C=F$VBJ4q($Ri2(La~L$VCycvsik>9%D5#n_z^x7^S$#Qlu5a??PZ=_|%XXi}Bbf zFE@3GnIBU~8o{jvcF7kZ<6>d@h<~O)l!LHI8-$e$)+NQ>K%8T?Qvwz!qSiI5LJqSz z&p7zdB_PB3DfrgK2X{sydO3X5EhYz3x-BW zPsXB`Fn16snwox4V5?|G03@)Pp7xOQ2znZl9uck6#_O5oC}d6eGiZu=o)!rPxjFf> zk=26wL_s~AFkpveuYu;sQ?%;wCp`W|)0>Wajuj8to598N=*?3pr|adDH%{I>O)|K1 zH_oj({RyW(p7YRI{hl3_1+x=z9lpZ9RZaW*%B1HANs6%;DP6ja_0qTfm9TCw%cuaxS-H@CfCup~q5+fzAVMxTl)xwORQIaNv ztCw1oXG8TCvq4?xI!%SMXaiFrTMQ-wR?}XK4~-AoP0qgM(BjQU9y)6vEV0)<5}c2z zP#zU>z1(%9>#L{eUf!d^V#QcW{rw2)FlbhVT(!xO_Sf2_0~8@@OP)UvL8)Zz3Oqx7 z4TuIqB?q3!j;#!pP*bL-q_QyN_$bJxCBFQqIx?lCJV$|+2)8F2A`Qu+OQj@yi{-tj z7;M!rdC@XE$}qsus-@xQ=#-iI#b_&5j%^~KZ&=bZzgV>@zk1T-&?3HZp&yA%@>R?Ux+%`ekrt^;Oyt&57Rne+WS|~E0w5+J}1A2?)KB!ZaRC0 z5|S6N5KtKli9d_Gl6E3Yg;=wVILpvZM35D&+G0Ja5Ybm@IsFX^t9AM*Y>x5#jpyIf zx$LE>Vn0;mXP`5l>4Y7vB9X}x)%}43$=rh^dJ#1nq?%oU7TxI))U>P4s)Vy@#aY90 zr0q5gW>>A~Xg2=>w9B3yP_I)U96`k%-?`$cmvgES*>}ZL`$$s2uXt*3Z`SdTCFtOK zsh~ApH|uipgxU{1H6Q+Ck#bK6r}N6uU7aT5k8DRB$6E|P_U7W^$1S;?dh^?QBhKG8 znLD$s(F4z4YJjk8;#zOR;Pc$x-LY$XclYjYk6{}=+L19fIXK#|vn|#e9N~7i2Vx_^ zzOnGN-owvx+XK&E+Th?r;DdpXy*SwleQ3#56#xLnSs(3`!EfgnB=3Th8dL$IP!kA- zs9&T%o5Wp+`sAo(hvlje!sbfldbtp7%>p>jWB*$jIAks;tU!przp-E|3f-Kx7O;ci;&OS;>ZZEc$^K8b~9V@FK*R%3^FqndJQ zW&C&wWo{TPMLA-zGY$gLTJc~c@GxzN$e>zNxtSSv*}(5aiyAJ27Yf?L*Lgl)tj>1-HQ$5av`->N** z;r}Cftm^tSOF`ZE!5-=R#Qc>M2qpx zeW9=t?wq-4Hyt9_ZRd|*Ao*u0VV;)^fGg1X5Z!nOpM}9;k@gihKeAj4(-fAe-y9|gVrcKOJspie?_qHz~sPln; zL?p6ccQi@E=x{9dj6eNK-Cf9mUgSv6re(ve;Fu)dcHo4Wf-R zab^i}2-e@^`=zCqmdGRoHffMY%D~yCZIOKGxkIGw$T&DVpeSN?A#8~VVF96Rz*||O z|1GA!zf;s9)5Z#dJ{lYGKvm5oXw0=BDBv@mXeJWlFs7LK*(yPxz&J(*`zD5in>5w_ zu)HY{(=#K|D|nR6^0+QwK^twZOOHs~B-jT5t%)Ma^Pk7drH%cO@elPKEbanR6Q=DX z>mMdr(Zy)B@F;AciOsR)fDS@byV|f{02?krf&3Dh<4K#s6M@D5CrUa9V#Mj}7nBfW z0sBmG#QEElA;XqH7PCR2ke#Df(l&M=MF8>3UABx3_dlmP6KPdZt*-GGKirvg9 zTFt3R08+xo}6qwL`q}E|=^~xTJe%uOZ=rqH@L6%nCg67Tr29 zcOY(ze+;Iji~59j8w@?M16TA$^eeIX&p&W)OBI#RSsqbDdl@ix-0ys=8Zj2;uOeQj zz5bD`Bix`bk;#$=7@S*VT&>BwYk@OqfeHI%^KYZ3CP^Xz7Bc*}Ub^KIo}z7mOyC^A zkp?h?tm0pZhW#*^ASt{SAiS!FvuGZBvIdyc1aq>11s1#?` zOYj=ZIg?cNVCJN4j4cLc;9tO{pw(y0`P+2)9Kl@@?!Rup4$FSx9#Eg+J)bu-7;4PMvwcfI*A zYG>hKyvdR#SacVZ%*IlM{`GRO#{z@hknl7-^lV!%)75Re+jFPqvCf`XyI@Bw+&+q> z8@U_36Maz9x^A$R)q?N8n{_AaZuXt*#mI`kJ=M^-+Hfe*a0nZJG<347jzmMp{r0!K zZ}qJ-JhN7_?e5t-XO~;M-Z8z?w^H*QEadNY-|1eh*`27_4Z^bKzz6GYJP&NUx<4zP zZRq+V?3~@Ib9+B{zg$GO!b$WC^%=S~d<7jKA-tgl}11{dy+dEz6x3k!}Q%~nE zBjtPSC#=S|i)v07jBg(_pUBevg~5!RzpxtVJgf9X-Nw+nGTmDPB=HowSF%MRkN zZ`Gtc37lJ002dnf8>%hqm&<4oXjdwhhm=ZhW>XE`pvz z^n*eD8xDywo<>-~k7&_}(G$NBLpCyCSNf$HJpo>fTA>Hua7nFA+dtyT*&Cj0AF5QI zD4ofq1?>z|E#)e|oSXB=&vQg-q&u4N6CCm^x&uxjAeB{q<)=Auf4h<|oyqrITl7ZW zDFj|<*)SZ}Y5LN!z<<+jgmHAoTvDH=U0m*Tc7(zMv16!JI#YgQ@*A*yS8`$=Eni3Q zMS!JrOlO1CaSiPfuGFdG?>6mhGA&iRBDY;~59%W08dmRI}}HMiE?M_YZw6M_D=W z*t1UOd?Dv%Ncf%9M~+Cf(A&>W=lpiyI;OGKhfXM^q%$RmC}d-R6!2D- zSLUcQQ$#;%6a@70oBT|ElP;-6yh-J6`zCUGkEQmMFY@%SE|m-92g@)8v()sKOh*v` zBnWyDB5^Dn9;9Ff0;fy_PSXhVt_Xy{wm(+M%0Bg}Px&vN?>vuC<`HnG5!!2&l_9C$ zD4C=x(lWNIGDTx#aTO4>X<~$IPatTMyF}fgxFMkTNYDoQ$PY~~4A{ht)X3l*#K|DM zEyxI6wwsdzE&5@KqO=B^Cy3cZjWyy)GGdTDLWpxrW)&>Bu|ltQDB%;r*C%Dsxb+5jF)ejD>|QHOzxy4gtpO zXjo7i5#AB>M6#fO@1d98M+vc2%%_$Azv&Eu95K)fqi=JFLhn6(zWd^d?u)$_KmF_p zA*iDT-xdB$%=!*O5#|8PBj(NVQ%9e>aN;7<5isLz{-4lb+9^8YoS?vG%*2%^R*ffc z!kefYB#7dfXp~XTcX1iW6+CK4$B-et;9sCROpo3;On7dA0X|7i4=uU>!m=I zX*&xX&SHVRhjM9~{N-R`M=nAdXZ8~h93`(A?pp6y@4D`|-Wa~$o@_p{;y(&i*{hB5a1y&%KA+6( zm^uE)kv&_pnp>5?e@7MD{Ixcbhqy0^ylpdG@-`T|?;G!bV#V3Heo@afTk9Xw>k!*; zvrGdHMqLnW%tpvQ2TBz=aO1)I;kP|gxCeLh)zZ1(J0LBnc6bE2SmF@}vui2grw=ghax&D$vk&(y-y zH$Fda66-9t97UCR+q)&zh`e)m&nmnyf6%^jOI(IehePtT)GliCy1Bbx^1y>4B{nH1CT7>Nua@sIt!b7kf z>HQ0DRj&9t$rrhJfu!zvZHU!*+r8kHwklaEY=z7{uk9b{9xL!qzy3u5A`IzsPUth6 zTJ?1%e4WJf;O4Ip*-`yQ4}5_S!(YMd|8ddrL#KA>eo~loDo^*5Knc#@$tyn9W_+i` zK(q|5uf7WiN^MmFy z7W>Z)R-FIbP9=YyO(lO`TySQ$@#n29XSbPh_8aN$p`5dBV>JH&*ma0855fcUg>8r6 z%yzY9>l1Dv4b&;>|J+nO@4CG##O^L^>+AZy zD^YzSncKDO?2o zNPMr743QK^7#r~W+E0B3n!8n1*@&xB^M*qRW zK|PBEZw6$EmHqHK6b&0U7+cUJci<16ae@Us)+Ej{52(`R5R__bEycG%+0+oRS3yB= z=0Q33YDAWYYpr+9)h#RPVAJ~a+8R(m5!r;Z6^ne>S7q!hK|&lQT;!A~U8{>i8fT&4`hFGnx`Eh2}ufBiP&+_@RD(7tFxn|H@2v zi9?BujW-R0eHvCK;#R%$6RRbRP>54rGi{eUeKG06)&7Je|-ZrslS!K(FH+2tlBa95{n}c2D``O!!t{fO`DFYHV=?n61N39>_3VK{mil! z&KH;=#HSK=W!r)&UsiM>BOWFQt{55-xg|^!n0Z`953v6j^cNEYmsz+%X2k-FTxu25 zoCojY-?$CBvhrY9`x4%szm7z*KAFQg+lvtuHyWU1i|So*!^LRDrU|gIKo3m=(R2&@ z{S>ac{Ry`}?pv)qn5aCMbW@!B&8Axfh1u8px0sx2%UQ*pSnJDaQ)I8B4LU$W{V_C` zXjgFdj!~f5ui=WsZyLHSh+t$JRA@8vBSJGse`A^sJLE`$CAgN$#vRy}+Nk(WeMGxj zFkKEVAiW!h9r-w;;*<`97@d|#oi-AadxX7Y@Lpd;Nez)YGsh5D2k6E>U|LQM@fvp2 zc>@AR*ubI$(tv2i%99%!6KBAGnZQokG#MPe!hfE!zrYfVBs1+6yyOY9@lm?*@969u zN(h8W`&5M~gD6Y5p~G{E_Nan{!Ay%LoHq22s!XOx)**mpqyn!_gB&f}G+EU~WtV8G zK0rCO8S7eQ_1%Iy1u!)zyH}R1MDQesJwM?r!-kSI^X62337ncK#FGKGQ>)&(gtsov zFSbAQ?pP}-xm~bOaJzJ&6ino?WKqlPv9;owc>m(1wYs+Nwta8UxA%PS@V5`Y)t21Z zm8?6Ns%u!RTD*ka2I|_L=nN%0XODv;EA_9I97vR4+t9aak|if+JJSUvY-h^WL}BYv z-Tj(}g@@swOmUuaiRe4@wL@^P7PizYLQmJRPecBUMj%glh5Z?ZSer{y{B5-O9LyRh zsWJ~~K4N9PDXul9tcsbC^9NXKq`#)mlW`!Vf=pAfwI;)5E$aeJ`vC*A++rK?-p1a|{LK`Xu?>Aa_t^cy?uKae^ zLRP$e(Q@a&!@?c3?pi;3*#Ul$mLMZOfIyBhI7p!BDSRFy-YDs$Q7T1Y7Ff(c0hit8 zvd2{x^Wn#yY;*pv{5cZ$MaBD2Qa*6ajwe)qV{kF-hoO`9!vNWDPCF>@p-9dto2)Y) zi*Z*_D}cTLfjS=Q8^jKbY+DmhAY?)jWTJi&+53ZX;NP)PKZOKjZa|=HvuLIeWrC1F$|Jq6$XCVvR8NtrF;_4FV^8 z7J*oy)v5-iij&qC^*mX@Jtg3Am1@wL@L0{j3SyA2;z9g})XWJa8#q^jsML)o#ejg? z^pe5{vRGRmKxRZWG7iq5gyIFn{(C@dIqVW=BK2R`2IEo|YKgNjb)f#HPvLxFhRQ-M zp$rSMw8c}PJeOd#HXeau-6V7k7{jbZZ-HtviGleo%049=_7jG3AG_EIA!>Oi!iS3I z{lE|^e@>I;`@5Ar=CBp2Ocf$fv({*NRHe;|=R09D^qO=B83$=qVX~1!RZe15N+trc6SeBwb342w2`Q?odJuK zip@`k5ksB!M1=~Fl#Akq24Eom2VO@|$uOJ%)UV^ekAyZX_}m0o#1Ud7($>(maRgEi zv+V?cp$HfWI~EXODKzjFo&As!Y9;MdFJ1m+z%gNS`X5n=A5%j3N{VPB(};p#l5mp{ z)AT1e+Z54;$>gGi>XoOa2fv0d9xlKWH_(IbinuB1hSxKhzeD(LTd>6o7ORqlO|-4} zvlQ$T+ap`CulUIa*qR`+bSBYqSzHc>RD=mubl3#r5g}E1i==|85{f=YS@O9TCZwX?yd#e{si=X{NBbV$I^Ud(F#L`(``8eg-?V-)*?luz2WxTe9j9%Dd%_3zpiF6}#E?1NGYxw=;4p zHWy2fBa}MOXw93A_Zt7q_^0Ni=g_L>Si*Dct@d}!KivP&bDnl4e^$Rcf5ckZ8gu4aoW^ z5h4>C!e9t-LfoC0;Lk$VAtJTt7a64AfYB(Z63GckHw|qnLpLmh85V>nKO|`hX}TqJ z03_HyF-$9gHHW=*NyQ7<7VwL-dEn830l2)7(pCx(^P-4Bq?e($Bk2nhJQAt(5urN_ zDp8^Wp7aqS!Pp^zhOpro-4~f{mI5B()@zI^_LN)6^w|3lmKLRQ1Rw;#p7yqgG`7mt zh+5)3X=5fq9`y>%0g^|hvj(xHg0Q0^Pb4&S$Ktaj8Pp$8+5duDLf`|!3h0dyaZrUn%*}V%Uj*2u%{efis`k&C+R<2}P z7(#`0$rjrxZ+Qg&Rv5DxG&w797ut6e?Gx_H9~@m0j{#XyJgA3+SF?4c4Nj*nKWHSn zK*hiRIT{rA6za3XIz907qO4w8`X=E#s1f~FPH3Ix0>>^(M*;C(tu2~AR5hA zL5uT*&fceY!>~y4f7zU-Dfbf%B4lH9p){ESN7=UI2%}fx_O|N_z2|+weRvOHVV=Gk) zQ&z|eRGHEW6oldhG=+N8JKDl7_*Zy{4BdWH@F%^8px4NJJ1ubcFRslHhMs9MnBE~% zl_7|id3+aaQcEUOz+Cb;5TxI52&xCkR&0vCB{d+818FCOfFjKFOHiIDYKjd_(FN5N zoIBx{N#_5ULrP;5=Y(~iqfVn~f!lgY@4$wsLXV`)thN;5$08^{zJU*&wn;q}(9Qz# z7}}8_)vJ{8RNPXsc}d9V<$t4v-ijFu^a43sekp}Kj9VA;l6fr@_J&~-Z2Cuv4u8BR zVcU_gbu8^p+ByUV4iA?PG$k-_!#H6SfP704Sz%6tN|0CpWu7&<|Q= z8HZAvf__Zt_z((UJpLX(JR6_^I-`-1lmUN18UKJp)C7pQm&!%UHO7Y-1qv~g{)UEV z2MS_{lyTU(V%r6mf?Lyb)1-v2nmL(rdRLtl31`JaXC=J7>{XjtTzQ0!p*g?{Qdi}?tMA-(bl<R{@k$2zR8sYBgT94Db8ZZhFh=&2LHHliu{n4!jRB@+{6WGBOXg z?;%RExXDx_<4_SEVBjHoEW{W|h(=YG|0W=>Oh+m=IP6m;QIh0kpjigAs9eT^GFpON z*|UI@1e&eLL<@wZX1+CM zyOk{kFLniN!o;4!5by*K8LOSPOpHTF7vfP>$6us--$b%`^FOxiQ*@t6e7}dYw1MmA zS1Ic|!WFg!=^vW_=R|L$hWjd|ON9oAP_x;;#Ow{%pfgx7IbMWT6_(2rUA?^=%f(Z$ z>Y>;j@y?_tFmp8R_RxMH9j|nxN~>-^v+zv(D)#6oZJRxjDzBl9EEbEFjwQ?Y%$|G% zdq>(_0v2;MsiF#|e(p*ZZJ#~%Zb9jt+*D0Kuqk}3GZk%H=$t<~|G89!KYnasGUcy| zw|>jKm~$uVHS?o}K->^-{ib={j&h(AMNRhUWKr|%v2;QCH(`TUeA~WYkJmpe+y+EY zSW0a5a=~_R>n;3|7SP5w>a?BWc1~I;f6SeeFS}j|JmBM@kg*0t|=K|oPmLsXu z0q>(odNi*=GkI{!;_1Nh{}_z|YxB%Se;YgFkIHUn2G7Y%4kmQ1!o zkcQ>~n1w%vIx3xk3~5b>(sU9wovu9M2I^Of_a=(>CW|`~o{l-ox*4}cg8zf}%{pH_ zu#hY7U5^iTU#>hMHo-T%ZH7OwA2R<3{ULK8duxV(Vari^#s8C%^OWpC0;_ZMTi_Si z2xu}54B=ApQ(6Qas3*(zE!pP%@B5ABs>fMIbM<>!v}5+bto;+v}Wp11_Uc&GFCh&Xnl=HRp(khOfv44-YH$J zY)@3SC-Zkf4&vBMo)DqH2A}LO0Bmq699psuSjft@2BfjnB0m^$rm0DeG1N_Do|dEo z@^!tIX1HIhrG;Vv@Zgj?t+KpO{J0r0VVE|3#2Y~_gYf@)NjJeraM_Je8VgAFy~??C zhRp|GGhl+`yRqzr9^+P+Qr3zgI{gAqfOXLI^OzJcMim1_LG- zyf$XBcm0@d#+z)P21odbVfPBw3oBYr@&#H?EoVDf(PU~ilMl2>TXuFkVVaqYoo+In z=@;D<9;vdMkeTF5KY4AXyR)DA`=4`P64#GTJJrCs?{m*N_x#T}|JU!&k;{%@FXyJ` zW9QBS0v+8D;S=lzf6DV&nAk3px=)k`v!#8N_Jzq?&On zk(>u5E-*k|Y~Ddk#kUL*QT+|_;X=mBTdoyX%GU``XL}zBu-;jD2U4q+@Uk^y56bpn zvQM^$vU@>yx5`(_6Jr3U-?zFiRTGx&9a#vm8gDmZt>8E=0*SJrccUlW(7$pT<|bi- zbBA^F;@!C|*C_%_V=$DhvI~e8KRWQk{h!atsArVUE`mXQEty5X0j3Z zKO*L*kn#vYI+zG7pH9YjLVOAl|H1zc5yu%P!PJjtcQ8LKqF^Qb%8+pg{ES!pJrHOuJo(LS8tz1BTKs}A(u-< z5J`b`-kRggI89H5I+L7}I3T4l78`bSYs1w)r0%R>9D8hz{fImH{?*%86_%kj?e7L# z1XV}va>W;Uhu{I{Q{vbU#5W3C`QGrFc>5(5BD3hBmE+k;|8m762X6k7MgRO}eUotK z;L%{oy*d$T!3tgDNCni8Da)`e{uOpXGwB@`YLpZEsT~i-D5f(EM(L8c4N{SDl($dr84li=F%xmiUYX}8N=4Y(8I01Ro@!@#X%faW_*Vfys&0Q2*QEKX%t9q z@U0IUx_4UZJ;VXA^_g)XrA5}|Z(L$xZ%E}~&kCsJ!rrcB@T~5x6Gi9+Iy?lHB-S?; z#H1Wta&JO+<4}@q(vVCmG``TH@tcW~c=!GU7gW>TAJZk)^Qm`pKV5b^O##}fP2%2S zBy7{jjLDI56{MXf{UBMoOEDOo7crGxg*RL!GWZVi0iWX$V3^DNW!L)B)g8-a=*qX= zU3nMI1yx=as|dY+DANg zVJ2>RY!|$B2wM97tG8cGzO&^;_|!Tsu&KdwFbgDc%@=vM5a=fFOFZ5D?U%{ba`%@^ zJ9y7pb+p@ZuiJTa#CC63L|OoWNQ!rXSg+nh8X)05e&#sZU|Kv)^1ytLF^S=qQ9nHfcBPz?}ST#*{cj z@I@NI={Qvv3}WM`g@_Z{a&uHLO>E1!F=O`1J}tjkYxFCvVRDa||72X;*{&MLW>TAi zdLKl+&G|r0+>ODagx3s_ME)F~P$ToBa|rJICX1B;tb4M$f*TQm^>YH?k@zNIWQo~P zVe-J|VV1j0@c=l8sg@ZF8^CNS-)3t#m2}7yk}ce{kV4$-3#`~w*TpVOipq?u+lzFJ zh7ON}db;*UXsiH+!!hlikb12LGoSYEab_i^Djab$s|*=~?F&szsP&ncKv*NFCa+D= z^pD}MXxPyUz(>l7308AFri_=+Fl(<=hDbGUzA8|U;BLc%A4m&|t&ZBhgcGTcph_m} zH9K+$Lt!~roWYJ~@yhel2+=*H`GOhMres*EvgV3o59779YG@;%x})ZYUH~UDu<=o2 zbLzc7arc?lBbll>Xj>qg%~J>|Rjo_GHuYQTWnt)_ z#$3_2;gz?u7))udzai%|G{X4VNIBwIV1*XrGaZ}wzK>CavoJK%0aQYoU7VUhouz-G z+3sg_`9tifbKpN?A3@ZKWZ8_zItQ{PbAp^>eul5_qSD9oG@C1#^^DnUh|WhrXq4)j z%!Y+Ge2Zqo|3rB(8@7{~3wc(WSV>A=AQdCy)dF-tjpwmPY5atNAqWP!R6a_d2gLsIhE{O4{Y>547RMj zk`8uZwhQhDZl}8kxSg=E;dA06w*UZ77n4}LzUA6Wybvo<3K7qJL6XHEPKe6cjHgZZ zw5?tGxa1?4BMxLdB*Ne9x$hYvS^eQ{;>-vReyxLY;$Rj~ns9Cj_11oxGUNd!1%N43{Gbl9zG)CJP`-}1@K$NR-rCH5M-vVb;`R-`hu=&$*2PvbWPA-o# z+j*%5_qFJGsC$qpL*=YPW}%d=>NS0fvn0DO`cYJOQZHZWD7t{dC70e>S{u0I7AcH3 z+R;;6qIRqjAv;~F00?shVOK0w0xS)^7|f76?w;GL<_fFwa(;*U6Nv=L0L<$kO^wh4}J<&M(O^{x8gNsJrifie5UBPTBr8cYpe&}*we2`2B2YY=c~#p>tYQ5APGrkeMbp1A#aPduk(Do~%^qRQaV@MWvf zA7KW$iMX6+F#rc#p|gVW4(D^OO;9UcjAZ z^zJXD_nV7W0R|m^4N5ALED6ias9rkrFMNe`%tb$y!ZpgOjn|?z2ho}s_dxG37&+IV zK7-R^rKLe#4v4h&-nsc#LyFycXfK$#b}B@-NY>NlS{P(J}5hcgxrhm0%r%XXfC7=h9x*aC!z#Y40Rr_KWMYDr%o7s`7&i?oO5!Ctl^awMD2oGm-eifa zW{s_C{0Zm`wxGR!nUF4`4B(Gnqny<@KeOEPGjQK#@COUTS8?udk|KC${)2`O`c*=i zBWPxYw@{_9#^%=@5s(LU7v*NH7%C@a$oFi~m)GrE4PgP;r(t{w7V!(AOOsIEU{A|; zh@##PO(^_MbRtB@m(S0`%z=svg{Rv5A@D3LkLze8?Rib}Goj`|JQKLwHvy~&c8_I1 zeXb+Iz95$+KD{8U=bR&CMJ-s*Hx`~%D#N$X3Pskr0FRvOR9s`2#<knf^(s4X_M=xmFD z%VSx_7VFMv8gq%_+raFOdEp_us$-KgxeAmtr?CKTGYrQCyIf)p%+s0ZqR&)L{zFW%v41FG@_;^p2g1zyYMIG; zV-v-14JwDf@z*8yehTc#>a>5~vNP-SBu>iCrmU-0(TC1MTe`Zd#q0~@d3cOBXWM&$77aHhUXuJ2lZH+yLOQHjvd z4cx7U6C!}f+$ThOiUJ44ANt!<;o;49@*%VGVEZ1QsF+Uh%NT|6c#H z{b6NwVk|N67bM*e)F)q09{;Xu*`2GXCY#a0+k@{7LA}LySv-$qU#7lO#$RP81P+R@ zA$s4l_fe^U=p%tWasU{Ta$tYLmaPdS$G$xR#cakKhE^87ms1;WYal{m0U~$K=4+YAFOQxE;=*bxmvj)ynmD6lwXDtZ&y7q0v1i zLR+n&D}$+ytwVyL(eja0We-IDx7LLaEyD zhfc!39R6T9(=s5p3~ao0H=1f0NVl9!+OxGyxB)PgcU-HkRNLTY^HyLO?hSOfc5UOe zRNKM(fx+#jFqyWlzme%2kvm6{JxLU+G5J<<0O%>fzYWUu2T;sACst3ay|LBMl?^oC zaj&}9E^P(6v-J&YrK^Y5`!+`8y+^VQkxWCU+|apxX{+JjL)iJkXDbzXIUDK8L`LPv zD8j2Wj)~iKFsijzq54Ph{GI;Qeio^KB3kv!_^X9KUjrdFWCERXpmTll3r>A=BE z;E)_Rw0ZP?;P7^+H52NUL%kb)a%d2Cy7i&8qu(9c)?0I2HZA*K@X-~(p4SFD$6g&FR!6Ka-f1HYpQqaS8SQBI_Bk9VB zhOj!CZEVgo_R5XDzk^z+51wd_zI?ghP%MbT>%J{}cec`-xU~FdDf=!a)8g(LmNVlK z=hJOc*%->CkW5m^heR5$9#C=`g9p!xAkd|CI!8$-4GYAolRqxdC7#$zZ3B-zZrgG3 z@h*?8<8f<+t@d%q4*Dh~b zQ@F@*fTTE`XGn;{bkX_BHF64PP{1&JoWFJr(oGh5gPtHmLxv*6=ZsRqSe%^WK*l7~ zYlWL(PvYjA|)YC0s589YvbP7NrEDL!41k)8y@ zXhFJ5Ni8Kb-sY@;qL`LQpd$q-Ay6ys!A=q^y-~Vd5m-Kd>&nWNR9#oPqWgw3Tkc)neQVFk zo|Lb5WAw*kAC9HVzjC823-rlRBEMAAOKIQ=LKx?XT&<52R8Y^uOXvkZC;@5XK!1CnzmniBdI-O+1`E( zUA}|c^(}dawWjSxntLxT zi=`TOknT{ayOuCBm5iCf3YuaRWQuy)0qUT;Xu30440it!ExV#w74V=bu(QAdeq?rb z@<*}1@7xz9F;3D8>D+tIJ?A^$Ip=$ShySyp!o%TuJoHxd8+$nJU+G1^?ApVN!#u}L za}lnWi|`RkobTn?-O_7ecWbYe-EF-#cDMK1Bi4v5?ihCVI(ZJy_PA@<-Rox0j<{#I zthWr$&OyGn+`@^LSc5*Kc^4}`!l-ohdeO!f6WGhLBH}{*re#&^8{y zqPBT8ytI?!44Ac|J=V6mO~exMG;qE37Vab$DSH>Q6a61qH9XdgSpwzhl;>zXB+G&% zj!2>`CX{GmP*8?MAs&?#AvqunMB}0?L=!?th@eV}_NSC+G7E(aR1qjW?ZD4h{s#ECDihzoD- zh#RFR;z3#F=G}L5i6`1NPlVJGESYu#_dX#-Xd15KbiN8 zT_^r=cgB5;d;2DE@+h>E?26UuPv$-5H=p&Vj6LJgRmFH&(U^LJqI;&y7_&T69$QoN zNqZcxz#RBYh2BnDm$AjXtJ^8-^g0u!-iPOI4FZbAgd+2|Mo?olYb5^G7;0Q*Z}j?( zjl(MPw>}uNj#&e?^zaFiav*$7Pce34`irp~2~Y5XaP_Lr8&|Iq_mP4FZzba?Mf4Eg z(M9}~2n|D98ES7J34kVdO2j__Yr%P`uj|sq<0sXJV_g^3hqK*hx&xKqHzlME89H|V|1t)1sNC%0isbGsGqlto3R{Dma{v;B5fl8^K`j>!N zut~`zm>pw=uSu^k03#`Rs9TU(zIpXwS{*7mE)n#VQu-+MKCY^k<>`t;Q48D*h%bN2X?HS3>q?uw>K+tRxAclX@c zb9eup{d2at$ili^ldjJk+?s~z(W%jy8w>u{Nn75(ZaOoSnY2BwX_)E!{(*dLBNH8` z=DxA8dH18*J&)@eXL^3{_J@1!b^g_X$F*x_*8HIRX$|0i=H|S$(pt=5nKGm`X3Fs2 z@h}bQjulG|)X@c5P(n586fL(YhTMpetXXlz+$$>ZT3Whfc!O6VjY>(FlHB(4(G59c zVu5kAS?YJ5V~Q?qaKw=ac#CnC&NPO2U#0Az8HQD5r}Gi@2}L47Xuzl}grO??McA3~ zkP^Kv>HvvNO$O@@xC~1sfru zDLF>VQV?I$ z=?xJuZo!V0qAiQL2e;~M>OTCZ75lK>qt|C^ibu73y}MO&sdSV*Q>5lYmz-|)$1CbbG&;U*0tPs`_#m#$(}#$er83@ z>V+hGjVeTrtRu?}z;=Jv^`67DB`03Wo>+KZ+HbZtRIoK;!Pc~rvbS&( zj*Rs`z{WOx^K{0AqH2SpvSh4jsOWKvLSmj>5zD)%Keo!sJ;vR(hb@B;OK)S9U>F#- zZb@NM!tBV{|1&pbxh2>DW88iTCC{Elp|H|>4N|%&Dk&)ee@s%~PcRdaoIBGtO-fKY zM)PH2l8Bo0*o%Kc@dFFUx->Bxf(5p|Au?mejMzf30yelI?07KAguT>kuOS8??Nkg~ zy_D@At1zMJPo{vo0xZTY;e|EY zBEyE}KIc0EPR0iXM?5(=C`tu;MC?xus`7|7SXJM4c_bcH0*-GiQ@m=%|iM6Y= z_rhUy?~kD(?OidAC^gNZ_}xwJHy($(`7<9^T{qb?-8LLezjK4_T7@-NXQ^b~W=&ivfL9mGzquJSL>)2?p zgxF}M?8{}Np}$}2@A%5tI=>dS@Ni3D>;B5v7L8Vft%vpB#b&$hWow(U{iIAE|0}F* zdB%~k>ETd}*P*RW#aG3*c)TKfD_Q@or70ld&Dc#W z!5K}2V_0nM>diW#d$p&9Qtpy*Jmu;VF7#-8hdA(u(mrnkKWyc(ZTw}v92Tcpp60BNub z_CYB$pme7NK+@YrK@6)WX&;eN2{GM?hKPb*r+|2TOh+j4^3Lh1Xaf0*D12PdZZZL6 zV7B>?Wsqc%3_z8nQKPLK>f$PEC&wOC2&^+-u^)YXwTr$jIp3Dq!F!Q;-gNhc`*jjOF#Yk_mk&bF3!S2|6Fn{R8Z>)UXDgK$A+5_2TF!+iC z%Lf$Mfct5{1KNOX4=UQU0as4#G8+(~C^j`3aBu$i4u8^2L!M?sVv6dJ1{A*H;PN2{ z*pLTk$b)Ri$&#hTV!P3v6kz1VzB>%*EOOTPN)%BjlvSB~Ug31En-txv67 z?d#eizPuA~6Sn1pd#T$#wHu=5HBEV6)9gUb*Z#uF*96h1qC_adFl^ePNGKFhDgdF| zY4BAIvjx79X0vJL&03fq77Ct4tk=Qo8A~bK9yv#wsj~DQZA~oY#P-RH+!|P{aj4dYK{uR6b&F;NUeoHLn@|-?&pT6e5D`8t(9ky*7CFw|Ffoz6MT?L~+l` zl|2z`w;?s)7_b@90_Uh6H^5WCo4#u(#mgipLkhy?rm{EVc3Q&A5OpOqFq56 zIve<;Hx~5^2{Kd)jE((8^F5fZN+qr(lA}n%8=A__eB*)@`S*eYIY{KkCDJ<*@q56< zTqNl&JQwVvi0Q}@Iqnk04WuhnTUInc!N!`<ef#VDGtMqR;8k)JELJg7HPiL5 zy!lC0{p7c&)?^*|w&1)gn029;+&y#VNm&&{TK&Ff9ACcgQ*ZU;tACQ7If8gbeRIBc z-~G$E+M|$r{^R7LR-trodk@@yM9RGgnLfzKviTs}ZUjjFfs|e_D-+1pGhT)$3 z&AHmc1Q$~VhOZOcbuF{0xi{XwvCy!6;tbwvn&z8!->=U#9a^Y9JYRnJiMMX@#%%rE zx_NKsysPtf&jZ|=*WrEp=q6Lx?;qQ$kCog0TW9sLDqFZXre?_b|BY5S83RfCMe#X` zOv3dca>2#iN6pDlYt-_l5B-Zr&_3$A0uj5CF;}?2J4hNM4Qj}66Rs(lk@Bkp1fseX zSBwHcD=xDiPU#@Rd21IUtcY_4tf4=~L@tRGH4w;PO$^FHE1hOZ4Tt*UW6VHi$*_RH z9FP{uhqF^Eatp*uk>$_KXQ4%7`IdGFyEhZj8{1@MjM@M3NH`=#gjO=B1G}Qz#c_0?rLBdX z|7bbXBB-`KpeDA-5KTCLAW-HW0zs7IcKBUnv~SWrZ8AV1^D=^r3%NMkA|mA+G4?(| z#-X1f0X8qq?==d#BopmwEoP0ZX+P45dLskavGbQYejmxf$eB0W%*Hsb(WMC?gXAC-hadkhBL zF@-sFh|%|p%BUzN3~<1Dn40N}f$0{{F*=AtBcL+$1PDsNQKrr4O&b)I`y_EtykTrn zy9t4aK%ap?^sK>StF<+yHjB0O z3b*yQ)a%h{43}@(Gvy)gW=47F+l<3FQ}(A$w1k7` ztIL+F(bi&BVkoO$0H3d?tcna}E~cq405PtQG{gUEs-Y5)O6Keh$6}QlqU_>D7Pd0T z>!oUl1&mY;q)Ib`ObxCoqQUc^dkKOA2g^hf`HUxt7j(@65f6@5V?;XPwFXFu^&^sI zn%zCUH*+vorIs+%#gfAj|15=FwjCYpmKXRdq#KB0aKOPOUQvmUJ za#Rq5gF)EU2ujHmZGqgqbo87cr}|-uLW8l-P-CWmQxBSvz)+)O@Bz$#l<5S3>+I4H z_P=1Gd8w>LsS`@WP!zE=i%Bswk*-k@r{W}v5=`|CR2MVVidc_;O_#%H1EyN@5~faEB;@c2KmCbw@EE#jyuDf z*;m~om+D@gSvE6smk=qq#F<%F!~l+Al{Uj-D`A~Qj95XbOsx6!3b3UJ0IWk^I#?Q( ziNm;S)%eXBSFFTgvv-W6a#9sqRAEh4T<;i+E88gl8?geqA(CPwbXQyorJdLnqx9a2 zD@N}BiVO2;SW$)7h>`HoMH7zmStt2F@-CYldP>_%uLvM$LT%hrx<$rl5wR(hpfnUDf`m(E&G!7W%>0?SrHz_?iAG-2Mvqrj6F)@>@8tjvm$yLI}MOH=2&Vk%Mf>R(f0v^w&`u$mH1}HW#Vj7 zo>`Z1>FaLRne?a4&6TnLkk7dBUxxqkAM!LFo}54A|J;dDS~C`@c@@@f18asG+SR_J z!zsebJUSY&HE@8qoZ3nKuDDE`;ZwOo>p(a?n)yXRA9+ZO$G63!*O;BG`a!zg4znp_ z7-3|arQ#v;2nl8Ak$O>oGoXhTG{r*tOSj%sqmJ3^#g-{~4(%SjA37vV2aU80lm`q( znBfK-hK_0>w!&JADlL?vQZ2rK0SVfY8INiZO1Bk-R@I1wqo#H%wn_u05=HbUgawp{ zsH6i_yo#dxbN))&a^=eB{I}AUU|Yaf@I(>Mfm?v{;W(A8NCk@|7MvQY1#jPlw|Y*U z@9w*N{Nkmq^WBBAK5{Mllq9UYf*Z`OlV28`e>Lj2t;;crD zh;52`e1X(&dYu_4T4e%vf}Z4mM{$#TR?U^yE_v6^w0yAZp|@qpzjiu3m7Z-`@VCwT z+Mf6~Ojdqc)-ZGVL0Qw2Mq#nBJ=fSicWI$<$717axyIM-A6;lXJaI02d~(NR_*Z4s z`L*j8*9LNH19L44Yje}h%spjm_C18Dh;`&VOdw-a(UpHx`IWzRu3$vYfdgq${y7j}>dtLd? zz4!O!I*;S(5Vm9`D@qaqY)r|D);g&ix;U0bs*Xbb99CeDzB;n`Q?d)U@X}Zk|=%ZOb;Oi4ZefruX_IY zF%X53B1z;=DL|sdO;*Q{%$QNDn#3mu*N7dl_5;yykqnf`mrUEP;7U8M?D*!lw#aX% zt6N(S?caFiN}!eM18spTLHNW@EyPuD8wjexi)4zFLILTR>W3XqmX^ds786PI9hqz< z?jkbLN|DgHf!B1cDRfNPd5xqE1^e;ql1i?A{bF5nuC94@bfK;z>p>0JXJBF=Yh5a< zxV?K~_hip|l)I~G$R5pCH_php>P=ba5`L6&dFt|f7#@Dh~MG4ysz)usSrDPk2hyu9}WQY^-1)r3W>r2 z>_DNklb&E)bJA%l`lz7DyF?DXL=FgZZzP)UhnzY*oz!PPEMrA8-k2BiF89o0wYy$; z-1c?PH>|ZcJ>TuJcRa6k+Sk3PuC*WLpSN4_#dFXee16KZ&Hn1sZ}HrLBYb{S%L{9Z zz3%Bn^R*hUt=yrbe13D_h4oc?^NR#uXK!HR2i8hi!r+fk;P(qS5D7O;-BN8g$7H4w zSx%zhAdQC~MbHKoY;@v*r737daOMk3XWIex6~Y*+X3LOFgTNM;7o_3(v9sk0-=!b$2v zO%P17^q9)}+_hibri0R-p$-JY$#+md)baeYavN`Z;o*4iKXaA;%(>a0=ij&u|H3u? z3%7wHB=y<$o6aZhhOB?l-H>xP%&_257izc9b5$U$ z$xYL3Q*HC>cih|gcbz}&yuaxmHh;YNr>`wkAG+y9QlzGSv3e6oZ+7SGk@@Q8o8HeH Sy>`AKd;K@~VIr@t`~L@2kIe4? literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d90a07e2972f30b4f119173e1bc18955657a2dc9 GIT binary patch literal 7689 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..22264d39a06f3bd4f127352bb138655a564fd278 GIT binary patch literal 41806 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

X;2?O$VE9R#Yzf1O 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 z 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

|zDuDYc2Dq276|50zwXr66vvZE& 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 dbXnd)t literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7597c30eaed7399413acb6e6ec7bb9dad415a396 GIT binary patch literal 88263 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�D0(GnE~THba6xDO>nP=CNcXRlLVSUgLXbp0$j_axD5bz z@Jz+JQNTogF%vYW5EO`p;pfqX0F?=*_yCKTR5!lkQaaju_%H8zI;aSNA##NqQjqwPpVYvVm~B`|IC`p8!FbKKiQT6 zShgHpGowQ$kEK}#BApjBT{>pvW!OOV%mt`!$zWOs|O7 zr7Ts5(oH)AO>K;AN!rR129-z!)H?cmuns4tIuzz8Zlyz(l7|rCCZOeK4~0nLhLMOt zQ-lbi!GbYyGae~qf`~lM;xY8F$RQj>=-El1D;W6O?3Y@nT4TKzcM&78e(J(xE*d?- z3mUSPEU|U0slSa2hy)>{!Y1|t1J135{7ALw@&aPZjW*W?lMM@DoIy4hVqX+0b;%Kc zfsVNF6w6epXpjg?T9};jjie^vmmEcK$6_;daR*Tg&qV$SuCRMIHkhE9#IuLQUPI4( z3O^YOp?Bt0iTEa=5Q5?a7z?<>JOJ|vT0e^QK%r^-;Zn{~AjA&pV3M3dYFt{GFjP+L zn|v*8&YA3cb39#Ab*Eep1eRr!HJ}kdpKHEFDHdVb5 zwrrF8VrTA{or?vf@hz!>x=BmcP1;rvdm;X6!d9O!)bsL6R4g6Tw`|n9aiNq~stIl7 zi3Y|>8cns7GB72{A$nKW^)mwd(8!<1PsTV(t^mun2cW2H6p@UqF?#qUS5eO~>Mt+y zfmL=mFTF7J0v{B2(O}}kFU}j>ifs|3mLZ3PNCLQF1}_MR2BR)1joeZwiZH}%HbE(+ z(8lZKy^zH@hy8$yVIrmli=(BWo9GD(~K@ef{Jg*Wu zjRx_HkyZ{skN|`7VK@R+FsKkj6FWaj5R|)y=ANKV=tNRX8b=-i;9BexFdiz2Bl_2U zjoz5gN5mv4X!QptZ#!2qDd-)0-aRv3(#{f&$sGxU2h6&pYx);lfub7IP?vWi>Yc3MV^wj^u$J?eRAM?d3q?G zNuY(t)D-`MJ19%K)XXCkZ)qJYIb>d)_g+V>0@cF4trD$P;kCt9)3z4)GGi&08sv+N zdY~;lqxwGBFJf}Gh9%Bh)gv&wCu^V7laF{W$t1;ku^7ye3yiqfL)*gkh8cMx?bW&3 z%ZFr__U`P%?iXI(t)4L@jYGq3vo~(4bNX4%*C<)z~Fyf|?jW zkLXUGV&Qasc8=gUSBq07_sEIk`>+e5upcM)I+hvt8ND&G9Tk~f9JVM7vJDmCQWxs= zBZ^WrrSKd%did!*?Z>!YKGaAK!P? z@v(mPV5)KJ&9-FYj$57`#2W0I+Q-Mlibqq0t7k`(g&VLxkbM_+6k+>_TsBS{-!o6P zr3)+Kr{d>hC*j50HmAL@XSOp@yMFH3L}4pz)y$5GHx})63-*;s`^woZDf9IKSA4yAHt*Y|v&gd!d1NTnB&jl>S?~f%tztTaMnUO-?%W9#N61IdeRb+o z$xU=$79)W^U3$oi9W(>&*DDL=Aq-M_?a*dkYCuU^lC&cR+gVo)D2b`mMDF4{a*n5& z+6SeC&k*@zHmTdZqhWXh%Qv%CA>!BL6;_jztuS%V+@pK= z-Aze~$I*5M9247r6SpAliKOR+^+e%kGvq})F-Dd4pqs>fa=A}X$Rw?>=a2;ye!j-) z5f+d?W$_Bzg;pl2_WntAvg$x8_h7YFEluzF@0K+GCXVWOJX+uybpOyi&g8qtXm%W7}I8%2Of$CP7 z=Q14!>I`gW#Le`z8c;x&a79Wk9aC53gQb<$0D4C_WUD>c!IgqSS7E1RV;pV^%F{Df zAaZ5Zg0}aBC0(=H8bELtgL1W@l`s@yy8u1&2#071&7(!VunGBUwXmI=2*T1qeeuMv zohE7zD-!Os+LhdOnt#+m5%(xK)Lukt!L$a-;x|SIQ~IZP$y>NH7rB?|mPAe5Bu)s! zi;X`(;~~^zAY+AFZa>q#@=_%&2R38qf`14vmsq4^a)?l7^@O;8g_7ble-}_VQOK@$ zp2hxIu7cS9cMs3xr(AUt`?K$e)#%4g6lqJIurF@GyrlvgF~odH3*=F02ke9F#!@h? zHhWBu&5aQl!lJ!20mt4vAq?b9H3Zj5l9OS(_L-Yo=t&bg%Xd5q zHUS$sNje)f5AlFBp=H-n*s$e^-+xw(id5)}VEv9-mTYrW11~~(;gP}5k|O|0Qn_ov z39#|wrZ=F|IVN0P&`SCXSmDraEg;XrO~=PZf)N)4H3R*;rnZH)fQd9dEAN0!agv}Z zMNA}+X-^+J+yyZboBAXNX1g3jR&-(kU;zmTjYvN**#m6PY?iG)M2SJeQQxunDH%Oh z0`Er0menE520oC=cPYvD==3{u`aVuz%3kXY!cz{^q?vn>9y5{*Ti1j}u%jQ_UM7US zcCaNRG$ypGjW)P^dxLxyt66Ma58GFU_IUXnT7*<1acI~h?4HhPJfQv30 z3k^;CUnff1K3)GO+6Bwg3Cq)r!1{-KMoRIJ8L_?9R7Ju&{Xd zI{gpV8F3wHI1>(!gj!o#E?l_K3_#ZufGz=%oCaG)#zy*E1X4HDqE3Lp8XW7CI29sm z)PzCeisY@v$U+QzZfIpjT;>O5%^u!M$VcX)i0dJ;N!Uk&L@g1A*uZ9*nl}uPK|rp^ zaikE<6caFIlZ_20+XS=+8?JLSuAnPkKq7g{HumFa^rihXCB=?!zMH#a| z&9S~x>n1)gzh?dz8B^3vYtSZiQ@sz{Y(M|uOV?lejh^2Q{Oi4moQ|a(Wvhtyrff9{ zL(Otg7D{8sgBtuOZB*5w?K1mQV>_u*BR>^rYoPBCVzCX53%*x(UKp}OV#wB1xQC}jx2`PwdkK&F_< zP{9&quBcl{d_!Zn5*!i-fNsm;iv+=g(3$K<4L!<>Eh|z1&D14_oDxcNagbD9!Q_-`R)r93BR441 z%~*>?VY^t(S;@pme1cS<07Vf>mhxZi>m;Nq=T|6g)N)WbjU|WNc9EWhC9pw~g3E}u=|d&1PCQ|NHcMyGXjk_cC(RmoU} zz{Zirgo~mI(bi*n>6UY)d8&vYd1jkC|(vNcOuM)K6Ox05r--s!!U4^JQd&h8KQUf;V=w;@@#VeWXU zt~KS}ChaYewG0R#(%%Cz?ohH}@^AtGY9n3J&A0_ z(zXawhn3SSzCsayV*PWPx&u+2+g zxEGe+e@TxhTsC)$P91c+mQF2n`ginLqRYC}1Q?O}(xbc7yTL+i}CY&u}W}h{avjr6{%^b~Ee0plxvvkHD5Wl{gs6nulYkr3jqsBR==?~%%a&*BoV z4IY6M$c>V)NR9#BLpT=1V>vbekmBCsxpYwVtO;>kFcrG=O1=P#57iJPQ!bfCj_OWJ ziXM_%kuTC1Qbid91Eq@|d%zl1X(PoVL=K~x@IVF!2w0)@>HM!?yrmV|7J#W1wki=i z81a9>G=o%t8|jcTTDd?cu*V7sETXx|iHQiHLr5zZ%4d-834viS5wsuVXd_9I$;KMj zpf(tND>aWVFzd{kK*k-y><9*YGF%a=<_$Soz0aTFH-15V{3Fub0K1Wy2LnslZSoI2 zs$ynbMs&I&1G&1g?jq_)=r6IQUC`gt4kH{*2nMb)IeZHSf_-5zSe=pOf)$C>{d`gb zJ%AVO`K3x5j%0h0+&$8=X+|G9XmTDvJ%DF!4I)E1y-BARLI9g9Zh$g>v9xNYbjF@4 zZNk>1g>N6Yi$IgX>9Wb)u+vHl@h4Z_cGcg-HObA+-gfzTI1ABrCS2@>>)3R;cPHpPjNTSlISlh>y8~A4m~UqbPZQ3Nk{;qC{2w=TyOtBL3?~ z_!>Guz3L)wDh7*1S0JVX;toGHR+5&AJljJ{ppCeCmIE8MPzY@BIv{1YQyKE0FboH) z2m{-olnupAv`{2~X%w;uU?<796)lRCDn?<+yCxcr8hk4#VT8+Y$2u0=^+|XAg4>sL z`)2Fs@>A{&Dd)z7W#jU0Cy579(GLheGvb)Sg9@F8N75lP1R#LDAb^c*Pj_Qfdm8pd zzpni)6Ofypf{Vf3N7WQT8C>jQjX`PNphDIX2MgT{366#JNLmmk(v_wS2*FZtxA=bk zP{T8_7#k+&x^WYT!Xpwe@>)E+UVRH7$v(Np?BGb^V0IJ zNQ=-75O23q{UPrTT(0)=%@b}Q9fEy0y8*8H35Je|wRyh$_vp3`6M-WcIA~7^zGVzl zV8+Ck#akaSkoQMOyU_AiZm(=n@qV zL&R^z?QQwG&+@%(8;zfB(Bj<1ouZzwE}_D?6!jFNz?n{tu`{eQ|AJn0P#4Oy_-%Sd zCnJ5j7cYqx*MSzdXpL15O!>x@_ZxGJ4fj1pg~lR2GiB*TYUvPH?E{h}E2(nO z-Qsp&wnx$B*b)qzfdzADQ?QSOBD-z4$M#^-y?rdlXU|xViB@Ckl=x0oeKsY|?$BWV zkj);%qE(#gVasNMsUB35_zjKr_J)|Q6E{N?(pQ~`&zIUJ(eTeuw-VU_8or1;=;1og zein;L-U~u%V_OciiQu8X2ZV$lMf9lY{A3`mjF^$Oo3B@lt#JT;EFz@lLg@XB~kvw)`;%QYcEo$7Mxmb*^Ro1HZwZD9= zDy50FvS{9jwcmm7!M2QS@-h(ir+C2qjOH?tR@`6F=>(mAmr@G&;Qzvdj4>EEjU~#A zWtu71kLYv^r{&nd#?!p~DJ(Ae{quW(ueY=!?9T(A|+R2EWLH9TELITHUU~l6Ax|zq z)_$5)N011U%2^N#za34$G$kqkSaH{Z?;QK~vnk7}1xriP(lUoF5H~(P!EKQTP=XZ+ zBohu;I$&0atkeK>lv($|R!WsU6J$gNRj-;NtD|Aaf&SnRQ2lTVl6AG< z%JvLHIs9~iakE0)+f@f^5Io)|pT z8KSxI{<66Ns?*x3MI0Uq?muGy3plwa`|h5}VBM!p+w;i4BJM_TZ|VBBz4GS>v*_{w z6rq$w;^B9EYDiXer1JM9?0YCWQm6JGh{I$__ED05z2P%=qM|dEzc*puODXojl7i&5 zQnJvLjX_St8j{akzPwbuTv-5On->WQW@ zBNJp3_9#XG)_p}J?pGga&*7YnJ6U`#j}c@kUeD1nARm5U63RWpRt=fkf%VzBxZSsj z9YGj4=SfvsUW|I4n!X9yVOpjTaxCUqjTGZ(rjEa? zK3Nr0MhJZk5EEY%GCDp&vNpk1qz#pTKKXyr zG-s2aaVO=7Ww2?24vB5QWR8WLNWz%R6*Y@!i7t_8A&(*0{EN0)W23H7tRVw%nDtxA zowS+{vMm-SB%*=sNmmB39Qh&!p8JO=4O?9+s6VB-2tfXe2K>|E-iSdXzpmU| z)OxjEomcNQc#U3@*F0zf#GCn|c}5F18Eh@t$Ilp^Giq4X60NbEl&Qph*l| zh}zj7qy%aY%rniyqvHfk?iPpx9ovB?N;}RHjEjgBwjbbpmPmTRTt_gy z?&ldLb2W<@bxRf1^EnIUP+;eLP!rsIFjR5K*WvGZy(^MgG*@vallCr^HDZ#?+Y`af zouP{TLXzcF$`g`05Dopz3v-!sW7qTVIO-ym)mXIeW#vVj6*n!{EpJg7yLO8w{e^F<9g zDpmY?67Afaf>iE3!ydclr*`X}eBDp;IE1i$A?6Tbxlb?w*wEnZ=nFoX0tW>t6x7nw zRJx;{a+9fn)45Z)gwxt-4|bWS;87jwr=B~GjQ(GUFO8bKe80|XhpvszL}hw$N{a4? zdbpR!pvXmf#H zbEy#~C92Si$Q8^hm>l(7!TiLZ%D9w6#wn^LkPibw>tIr&Ys!j&mBI{9L#`n<(VhF8 z&wI2^r$_Is-|pleN85P}PRPQye8Ek9!6iX)$2bN?Z+?vi72r5T8`S}))f2Ph#LvH_(Qy&q!?aE-_7O^!u$92+TFX{+di=&BhgpPd_37EchS%-? zVeHR(0!6KNQ?>v)%f5BlfR`{NGIMD+LYs@WrZ6xGlb7jkd5~j~7DEY({8WoO;al{D8q*i12KfALIOX}m z%x+G48o$uf9YW90Il9L)geNH+KRw)!LdlmbSUHE;^eXqN^@_&Jd98!M7*%MDKLLPy0g^cTHh!tPDY!Z*d z>{_0L&B`N$ms6%m6KF*eXa%@GSj3p6GK0d{^qP@PUvf}I^P=o(ihZvb-^-Lrt^AdF zpD+0ys}orT55^pHCX3F5%au$#m&@@i&4VNOrVKQuB$U31`fWq~EMtYzGe9I3N%zX% zF{gAdwIH@iMe1qKlu2oozpfOi?Ita~a+_b;q1U)lUtvItlZIaTun)>yrMxTMDI*p< zpn*?Csv7B;@>i;v#NquuDaSPuzgLsi6}PC#jC>tt_M6&xiv@*wlp4jIiXkj(2b4l7 z>S>(!r##uED!r74wUi2ezaIUD%8q&lORH2Sso`mJpf=oRlQ%?cI?;*dVY!7|JE>q5&%VIuh|D#*G?r zv=B|fTTwZ+J+y>h_<;Nd|@IRUZF>R)(|45ezTEOO)TRECOBvdtV6p{o^4VA#W4yw8?4STf51d z=Cy-Y4}vLe3KihA_htr2$+p=Yi;jx<)cK}c+27y&{@(ZY-l=J2vbHU^`+|i#LTNh# zww>^0QY*NSg^a3zCTlT*s18d6B62CBkVRm%@aXy0QyxU;Q8YGnNQdRaW8hn{y72iz zL?6$8A5G@T6a^JzopKh3ILJ^*5?S1!hNGT|6Vu7#oV4Cou%#SBKEkE8%;5Z-tP^9# z8d73ah6`J(+}L9`F`9~aW$5Rov@d95PT*-hn~$D{WnLdo2Ty1nCENh)i|U+& zx5oF;0Rv_oaRDf**kL)JphMnFB-@3c*<3V)dQ(AKo#6{MuB*8oqf$xc2PLHCYW6_U%5~o z%H9-6+4MQEZNll5!SqV-QAm;HypcZF{dP_$t2U5Q`&-&=tPxGd{ zq5F{mH#M1w(}ws2ewHQ>6HH~}Cyp}UR5)3<@M~xomEmdB3~3QXyO}cp{#{B(=Wc~& za0~O3l=*Cu@}>0RdKzv(nPV*h<4NYc9ZLBWae7h9Fk}e6j8YnfVMtay8oq*JOkzTQ z6BWTAe4jqTI%{YIFVHvmaso?Emxi1Ar7Z6A|>y(zG1U$AgrD6J!a zgO1uNLjexJ`5wQxV=1dJP}H!X3uQHV_rXPAB&Rr>Qyt8y4&~HBELKoL0_F-|+lLu& z<##uuoV@#0U?ZGebY*yUn1CmGLRqc9*Q*#ksTFX0K%aff9WGuQEMB{S)5whrkKHM5 z28wt=SvbEwm|q{tUrS2Fot)3KlwC4cb+hhz-S;hbvs)u&wKun3-x@A!4wf}9jEBm0 z`1T2YPj+%E$wtc>9O0~J_L>&WCHKq@(F(9-(Omv1j%ubyY|J3$8;3#lZ0VoRY>JN% z%*%gLu)A@uQ}dUOZ3zF$nYnjkJYJqG_09lI8*(I|-#z&Q|kMUFi$9it?Qu?ZlL z@(O)Y)9x#IfO&F3mku_4N4N$= z#a+-ntr_QFAX|&Y${CBy$Gqtcjlf>5&q*#t-JOS>qbCU*hA&2^b;0mnJ2VQqCy+DWOaY@I`oZ(V z!%-bSFwDPz$8KV&Bm$WH5+4Y5fvsqFY|jrpBCVXH}w zngPpl3YLC=9(}y)K-b|XyZSMY9oz2Vp%%9r;vyVJ>UF z`A*6DfO&nuu|85%9x#`~Qq1gY`eqAOAG(FpMEtPtyD3(XRY@M zZkWE2ViPX3CWLFUy+-W&V#=3NAEu6td6U{xepjKXYW7&tz+r+v70ZojC?aBeXM&0P z)pki9Y|7(%PEh^|y~dN@Z2mBUs2=`;2l&V6_fZ6LZ=qYMw{%eF#dQ@xZVBFZz~hj6 zONeNvzB-A95madxW-c(ekAS%(0MHM}vk((-6a&q@=iR4nJ$0vy46y@_jbg_wC8u2; zni+cSS-3N@IxcUW*&47GNAiojZQnR}FTZFmgTM~4`qJ+Q`;*2i>(4ISkP_V$I}_Bk z$qzBu@E`|?*QPBpAPbo)6I+X8)JoK9xTk>wGxm{wK2BwBp%`{-+><6ZkQ{fI+Ncz7 zvNrO4?czkhoa3F4w25t3I%YfkW3z|vn#+Yc$}<-4$TNN`emqo1u39UlJ`4?%nE{B^ zp-KFJk>=a@t|wV8KbzRyRCZd2Pm@R8q^c!c zh)sy0pGrj-nL^oxYeI8N+tq`?%LX>#Jdd_2ysoChcC#hm($Ojd}$ZMHt zp^+yTt--LteAT>YD}m5gp(L@Dqd1u^icBGM_@n%k?<7+VEvrw| zbY4)aC-zg+1X?lSif$avjTd99Xp&Ar-Y9^z0+f?*x+(jR6t0=28m1z*@`AoKtb=+jd$Y7 zUlQc#{ZLKzof`0@%dM_New7-25U-)(F`71C+#Ja)fEOYgQwl9x0ozBwr2%`P5HBc; z;7uqs3kH!nS99QStK)h{Ft;w4QooS#e$IP2x7&Wy@q>=w`nF(7I|JC8<7SUD$FGu? z(bz7aW@Q8N`?wKFA(kf#4Khiixr${&~}7fs@nuv z>Mk+bLaq{Ai^sfUM=Sf^W3K3EtvJ+L(G9L6zPI=%QTM1B8}>n3$fCwmXX&rBjG1xL zg2~cYcgFXmL)dipN=ZC9a(5;?d6xS05Gn!+VaxDy7Z3Tz#3{AV^nS~GEw{&hbm0dV z?rhi>$t;#VPTkiLAP*fYZheQ@L)~r(t!)csw#Ri{EG@xjgsz)J>_g|CgUvlvdIHtM zB{uU^=iIcQoOoWn!(Dn(2e@fCsLV{ns&p~E0hNcIR33`D0cll+j(QF><0Ya_-T$xo zI-?d4@6&t0OGQq2J9a7vV~h)=X!2Fb^WPeUVSK|fefuveLYv6ntf_cf75*39L%f^rc@(3Gs~Yk z`?%kAZTRYNFr(JTMf2eyC|tG)4v21Zi)F0=$CiLukj=)a1Bmi4>hq_#dDsvJb0!QN zED|G?>YavIl|dwSGV)HmJhTMF_(F!DA(;&g=)b8a$fxdz35=oMLqmomcb|Yc<6hJb zvPA=(ZWI_jah=d;hW%Zw|hXHSFq&AFZv%&GzF zeEin&VCH7;-lYt9&DB}3sm9L8ufI6;VM->{%D@M=6#)FpghynEkO#M(J^rqsqc&i! zWvhJ`m{$~B^D7sE8b_iwnS|bgN||v{C+H`!gM1&|7$ zIjt4qaJP~nxVxhVDTb}$1Kcf_i;CwpERGb#{yaSjOo7hHvNXP+dlU5u8#dgt609cf% zv$VFh)OnUX)tnpEqfVZk5K5Pb~4Am1_-giU2ZQ`ubSqNyR0e88()f~(zh z|HReeP;yPcT(e}#3!6&dkQatorn*S--Um}aj$8v2*nnQ}vK&VvX(27czg2RoeEan>dph?(ZX2voP32(vL zNO=na57phG%b>K7h};ixn84ETWM`qBG>N}-a4%*WDV;Q_F#;~xf`M!sR8v@_@*>{?-W8?-?f0Z81~Y5V=iH4@>TTsYZUCD$4p=Sx5y0U;uDC7Ci6r6r5mrY*A zL;W44pF+SO1kMUdNE6=&CypeoB5^ena|e-;s#u$6Wuai6raU=*`tMAkomq6HceZ!# z=>;y7**M*`1Z>>xAyc0Ju{)+BSbh7pha9DIeRmvH0rRH$qL6u0z)=+`s$)R8KArE0 zNJchub>II+7g-19Ll>S?mQYUJ1L?377FP>SW)^mZikfE*!vo_!TL057PDXMI;33439vNd4fE*$7x9@Qc_r*uMkucVs;lx!0!N$Q`}Se*5%$7hiqog}!AXrM zb`NJ)1+%N>^`Y!~Nb2*PH_}L+&peK}7WRcowubVyk@Bt3w>y$o@J0t|-U>f8AgA9j zBfFQ|ZSBcWfJAK_Jv~RdJFt`t!%#Pwk^A1$qi&{Cji&5@S=!Jbp~VXN=zjFAe4%sL zwTcZasN{g=7`%2IgPj+hl$NCMK+Vxd9qcOrWg`<}sGhre;z%yKT3}1-K=Hp!FQ(3V zB35NzG)OxZBIpTM47mnlDqIBD3Eh!MYWZxE9rwz4A|IKYNN-?oB;Ml4maL^xBN}6} z6^a^?m^9U4V?Yu-b}4TtXF&L}N$myh3>f6ZOG$l(`Xb>X;P8HJudK<7CFd@^OC#60 z5~o*WLn(ceJ~CGSWJ1#AACNk?UikFP$Cs0DfN8c zi7}y7>Zp9nWsK=x2lBvZOS}MrZXyXT4Cb_FXseKLO>%=A&fzl%k%aM~R?`#sN?k%0 z_{krEh00nf9%Y^8yI#4M?xgXiUUsGJ#~P(K&TN$Kl)o+bMfCA_jv*v(%En|Nl*>yxs9lN@FySqB04tR$GVwz0uJgFTZ zd<3Efk~iRjftS0cm|sE>qN#${!dlbhTOk%lU znByLfCZRx}e`7E@i8|nvr04LS!v}>@Zs0G{TPE=Dbe@5qq2<*9Aq9?FQ1Sau_u;6< zMT#{8`-D}894oV@?x=lF`_Ue--;X`sd9=MPYGuWr=mpm7Ks1x(BE~SxQTjsEI*!8{ zy;RBpc!?BD$Xugm=`&xa&sbqUgUv4_sr;A#TS8zZ{41;o?$hVT;4yRr5EdPeUKx!*1dc1*1=UBm(l8N`xq`(#{6HIe|*ugAyR;q@|zY> zB=gPWkF#>GjLeSQ=nhx31S?uXS)0B4;F9H=ZvP=Nk4wqE;&|P0W5dlI*LMU{8sBt~ zyOuHkGxOz(jEh)hB?dp#>MpYk#$Y)Ti&zy_6G9nf*JMqa@P1w;hZ(W zoHg@p!JI7%dl7isE_IR!3AxW@gi9Lllr#c0F*R=~11C{#Zoa-bT-FjSYYCOLLiXJG zgU-ba$Q$ym9GpEEC}~=7y+8Ec(A|uk%O*|f2Jh78z#YxOu@zlv9+}2>&US_~DuWr7 zH=YYuZ3;|Y@$sEUz{T*xO<^S*EsAN-e1yOQ@AG=FW_mE4i8gMjzfh>S6B z|3maPe~p406tvM(B3!}-?%z-x1%FFjN=qbU4C&c8!~sRHZPl1>$rDmjnmFD9zuC3w z#Ge@60y_z4_$4G3rsoH0uaSS5GKk$K(LMcJ-On=kGJC)niWH|2W*S{N-wE-Mu0EQw z8=$|jyptf6k()!3Hpvlg%0!w2f<`?v_I+8a4rPPJU5vyS{kDRz4YnB-bAZlW6Dh!% zmP>~s&N^?~U7HA6BJp5I&%CG+ld^gNK`a|JNlTWNp~nZ{!Z|T| zzRDGs6+@GXdrd&-MxL(GUL2zs5v(fV@t7Pflh0#VJDz8`F+xYiq;WYSGeQ&>JPk7k zzHmPaHkGi0CGYicmg$CLTZlmb1U^o1->3T^PGPCZcTQY}s1g(&=gHj1InDr|DRCXW zrvN}7KEPZ%JBLMqwx(O$%Z!9i9yjM%&npy!$OD^yDK-KWD+>#^C$4A_K zgTk2HBXin9<>K=@jh&lNb_jLQE2jtgp9SJ6(SHK!+6(g!=9QEIS2MJA=3behd$DGU z%dY?Q=qS>Uvs@uZipBgAyF`K6q7i|q!RUfKH6XG51mlhW1uZhPUIHzX92sZwowtk zgv0DP3QJ1{>uM}xytwjZ4f#-vGerhoL@q7r;+9TebtasH%%O*;R&nwyunZ9T5rgE6 zeFf8p_##u(Bz7);3)7v)i8T00#2xd=0oM(TTi`DvMk0m%l;l65LUE)pn#BB7u&FC@ z1mbSAL3v=nKFr;R_hEgkHQV#BdcP!=AE^E2ml1N$Q&6eve*bV2_t?IP-^~)Mo-V+b1LIt73CNLxKsr10R6h}cW z^ReIxLe!;i%=9&*DUMLwkA$2L*S z6GvgB>{ZuN)f1RlxnnnGf}xn6pQU<{Sb_f@-O(_-C4hRfM^PJGPmlwT0ot0x%{YPi zNRvx1a~_q{LIURz$p%pKCEF6Yp2~+1Eo?3in#<>U=C|H8w>(HAMj>@h229|UO1~dm{ko!+^mKfD-K*XddIMb2s?`J zz^bolzA3zBOK{B=_>5e${Z85TNGW(pawT6}cH_x##galn^(;SLz$3}9{(@S zL3=k?9=V17|DA_FrRuYW_>Z_#nQ~cig_WmWbIi2MF9nN#aLJY#wv`2KWno)g&{j9! zv#|B9ZRdm24lfEc{$Fsz)cMk?f#1@l9N~_cc6zrK@;SZwB%1`SBN-T;(!@@<#L21h zM3^*ea#pa(N$U^0Fgay)hpMrW)&&=u*re!blfot_noxXKwG@KeO>8&dJ&KV+N-v;X z82Q`O6D;-zboYNyK(mtZov~Aq{~o%waHpAE+o8WMI*`4$4_aJt9mCpT(dJ+vlCV#zA>zUwN;T~Sk&Y1vW6?KqGZl{ zET0h<6?-Nk=EmHIIS2{V!nQwo}>=wxogW~5~ow`#Uns)Q*?&*P?~G_W4d zj##@Hvj}sU3lsf#UB0MMt@yWULnaudS~d0=vUgc_%q-)j50VsF_fm(t>Xe8yMzJb# zQ>^oO9ADOp3dWeTEjWg497~eQIR#P=1)Ofu06DT)ev}02Ntz3!aEz7rK3ch`rURfe zhir_qjX1MiHpPzJKgTzt2FCLOe1rY6j7b~@4w{am6vCh;5x;;Q$@-F!*#C;R1$N-C z>5j+{U?)GJl!FwoZ55jmee{!MuOI7&tNYXV?WU~<8~6x>u}?X8GGh8vrdJ&?Lmpo4 z^RDO3cP@-U=M*q+C8ohQ4&9b5Jzy>R7~Y2a-#9V19?tNv|H?19)_S#dZe*b^l;7e# zNSd+iI}YbkcKNLS<7|lSKCG;r-}FJjVr5sr)`gj}C1@+2D~S}s%=}Up<3-3}a@brM zG*@EcbO+54n1w_`Cl!8>5#xm6&zgsVy;KboYDvRC*|1d@`1C}5^in&;nF1hX;w7*r zaDGL70Dp`w9YG<%j4Fw&UtI}G1(HTISnAZMrMKVx9OJY3e?SpQy(K!Uhe9=M z%7(X5KNl3$s<0#X>1M1m`g`!&Vf0P}&AI5fQV{+Z9!|9e=mZ7URcfJ zs0K}ax>h?7D4Q6qW^yEd4muBasm*@z_mCMA5aSw-?66P#N@kQpF-*T8L3!Ll&zvps*CEo7~fgp#-ZWp?H}2otl-> zcafehq8h>mK+FFLehY$k;kX0;3Kf<eDB6XgF%&i>rm!rAOqt@rki+I&bnsoX z;I8IDuQlxMv1;TDf-MevHEs}5`_r{ria;4e*pDfY+)NNWV8HNz3%95R)ji5Q zgU0o>ybuA15gE}&7;=^EbR2~(B(cu2Q2xYAU~gcrcpMdkj8mDuYN}^d*RaflRyn>k zlA*|SPznQ;!X;yFV7bvtWl&H+)W8G5s1X5AxR|0+qh|X;Ocrvdp~x;Aqrp zFedp9-SHIAnS202DU@b`V&9{Hy+fn~C(Yc?@qdAo{73jH$$Z$dLy1(_;WW9I~Sx*@vW?IZcQ+^X1)p-#S6`$+*a^f zc}^TeI`DB`+1%dw=IdPxdqR0FSVIl~t^CTF*)y=%%)g!=%-X)7f8YL|9XASsxis2P z2u!zs4ROG9Bg%v67GE<3_41P!-nkfnE}EYQOhqY*$&@VS`rQit#oB~>Sj^sYKtgqTXt zh~bkwjZAgE<`wpO%&3bwO&%*Kc{I6GAFCn>QXx(v38Hb&F5x5}9kIs#j0lQATK-Sm zMUCUE_;G}VaXCa?9zs}z8q0*`O={$NdoM7o^7d^Yx0g+{yH3{%CjG^ajJ;6atau7He(*rNiTJ) z4VAg9&<4h7`~p?SE<%~7ucIgejt1cg322hPqAoHET{Jo_PFtK_A01~4huXCLHC|yv zQtTz^<*U?71Na7d>A}fLz<;|UIgs${?8UHpO9vNmqjNF6A(CHA_{DSMz<%(x;n0Kt z-1=rR^w{=dNcYn-ynDn`kzsQ|&|Ki}zH1gB&j7HZD$AlGCQjL3QXB^&5q56C;9@k@W%6nUv7dOwa?I$` zgYz*lrr69J0$RL)mp+z6`-UhvdmkJ+MF*=!`KT3#TS=M-EzVd}haYhwGAbMWTOCC3 zCKo%N6+!i+<{MVXf@I+>Y<6IU=FW(PDOY1ZzKcBR0u7;A!!C(?HAVp>j#GL3Kd~mo zGr`m}Om~wAq+w)4*-;x7huuprQ`PqNO3T1>%w9D!w&L={|5NI!a^(0q#+2E9Y1rQu zG}q2IFPa-+_HZYo3OGoeS3AFTKsi5(BFPs~F4jWi`|4HAt2Thy+0YXV%lvdKzq(Bsv1wh@LN2Op+({ZJNu5 ze&BESYZ)+{0r0vu1><^FOTcjb+9}zR4mogm$0)u7C^ncl%alnmdjVl#YZhAQegFxFI17tO+QNUEB4(8XT{gXU;T$4UTW#@OycSLhfMmqv?6H?W!2Izp+JkgwRN@M(aP z-d|{|Yj6UOEf&nR33?b-abpwb1^_xS)ISzY5vDbih`s%=Y#2Su4918^)fl7PsKDl45tW>#-4Z@;%0tg)-hOV0v-H5k%W2VMkE11X(eyDZnXPP zEIQUia-DBw`1`(|w|n;WsOpno>bWbkngr&CGvJEkTC; z9_=$H*!qO^nMnpG5XnDF0kt+yqnH1J?*1e0fc`Ns);9)#FuNcVT%{-9q9=xP03US= zwio{o#j+NsmlRVB{y$K@-4sV%!Gy+NrEU?Sh};%&I%7KvzECH6WmU!oVB(UgL+UX}-2VDoM0b%ka~h0z4dYp71R@nftF5 zJku)!^FYy%;itz~Y|ezW4x!nsR^%SAJaK*i&Zy@s5-|)%u^L zI1t9M;Ci$JTU;*T=3(L>(ML(#LZZ+enGTeL4roCKoM853>Vs^>OIcb-xPC^8j`=&u zR6fFN=08JEVhLuWgiT{MlBj>Bjs11Js&Z=E+S?0FDK;Btu?^0N8wxQ`?$9XMgB-BU z$JyBY*?fO@FtvoXXqmpjw_Jmcxu}Oi5^*V5CMj{ z51IIo?HAa^*0pQl@^^G>w10HCLEz`VgXZ9!Xj))l30xZqiGcj>?mOw`E9oh5a6A(d zl@a0i9{v120%=eGmlRP$kBG)g%$%rr_#bGegrO6|#71c7^y4j@1azcc9-kS%JT)`r zhvjb>c@5t;yN~Q(A>hfqo;%+j%4qbqFM+^3GxLl;b51vZYSG>d-I=BIcF7VjpP!z6 z+W)mTfY$ICAf8Lv6#mR0-3jPaKQ7JMt=0WRYuIfw38GhP;)a1ujx>}hngURs^Gtm& zG^Jb62h+siIZSn)Di^hjd~E-~@NjQ0ls)$m%f!qgA!S@K1-GcSWWoPAWT@Hsfr7el z!M0$*wovx=fIcHqv<9K?@t{8cpRo-A;&TxW-|pn}hOB?FL4F_z4k#aLF!{o7cC8Xy z94k10S*;N}34BHGXH*?8e$gU^nM%IRRu zC^)A+2N$ID2t#TJzKPC{ojX6q-j0XNqGF+mG^}Hr5E(VNnN!ti*)P#0E z3G+jSq0R8PBm!lj=1xMOA|S{~sExc^_=MUUtPv3=!2%|d1830R5UC6mPr7JN!-~tJ zSPvuK4|6;iVl`B#SiJ8UT@X=*ckv&K?2dDmT(Ke}4-ITvd3OZEgnP-EDh9SxN z;rVt1LvD~CJ?relF==VI;;1qkaZcFe4)oy}4owdXVJyOzx#*d;k4PLFJaUeb;jgoL zXwV5@fPQu&q=t??Ghv1N28g5pM?x0NFrIZ!xZ#HaD8MmpmAizam_#^1GHFcmG&;$H zPM?b@^j^cGs8M*2|9kvkB2a>=IPX3!D0xKae3GT}Z(|@R`S1;hlR0Bae@mixPgdeU zr!Nlh|2GYD`X7e==QROblvpmutRs|C;@$OOdPW531&-_h zxl+jSr~3E7i{H<)i;d1HYz6@&e z=r5!Ev}H)Rl#-$3nF$Z^Gv@gtq2bv%FESBMxL(RYow5@m@e>EeWi^<8EyVJ^nQ&&ibeo>oDYfXU~GndGa5a{mR4N5efJivcewN zmKC-Y5J%m;4AE-UQhCG8!`Basf9TL~6?7iX%1Pn4V;#*t)uA<$}`x&F*; z?nmYym_MivY&x)LKj_s)%t@EcGv-T4OZKeaD_z8Fxon&<0v-}?nr2LwEXoZ)y0*=1 z3s}nu@=b8c(Y$D@B_&L%*Nn3=0PH$`@%WO>L7Pai9#1dYsv?dQubB~*8tq;cJ&odC znkg;wsZ-j}9s<*}mhMaxN5Rjjv1s^;PNi1?iBhs+PB&z))}|N)=b|iOoDfOo5Dwza zFQZ??^FyeDkJ0rg&Hz$gou^JXA~WO}aANg>t4FLp=ipQcxMxm6qekp-pYurj5$DEr z8$8Bm>U$ebtl_U?K!ZQJfj>Bvc>W~+CcXv!^C|p^HFHQFVFz%KdoN|i7ok{b*j2in zNQjdaFz-pe+&t6ltM>1i%LrL3!`8Z>wJv0B22$*ac-yqf}*v<1E>1>C)VO1 zCSu|_O1T66n0co1U-E{^UR$wj0lOuUe%Km-pOu#-#?Mmu*d+kB zew|iq6RR2Dk9q$!Jd1%6ewC=vO$wgD1BuOLdN7JmVRO@!_LDi>YU;)oq$dr#-P^j9 zntmmFHkT|u`BWK+03BtluyDX@smD|4LWlhGuS>{&N%qFDOi!2P) z_{~R`iB^wCt(jALh-Bb}5@oj`rON6_b6y@Gv_h+`gt9&_Mhag+Qus;Z8Is#3TvDA} zdS-{4^5|3$I#&sj`AO3$&9j)Fyak{y^lHADrd-^79*Nj7iEvZ_c zNh8))vA-e3VCU%BS#y=Xfd+;AcFU``QVl#w8r0#7jiQ7fkSzF~8ZLnmE^Wl`@mUWm zladBg(9A^J4bT%v_e~IU8(jugcPC9twUOj943cmyMg1x2D&+eH?wIalQt&0sU3!b2 zQ8&pk-=X<&X&zri%et(rtq0&1i2Qr1))AmLQXSJDR!1cbu>J^2Ql-Tq+WYcedsqtD z@eo>wQ2JE*&1HYfAYgln$^g=`K{vDold2B+u`r*-2IIvD}(BaZc?4GYgUVH@w zRR{o~rqEFfC6Y;KG_9?D@29PJwyWS2+!czlijGsNk#tpm&3@IsXse857hZXB z_QgO1!<)BDDd;IZ@-saIF|!gB9ZdixfZ{9 zxr-CfSPyWTvNbE3tjub^F;ZGPzc)~_0eAHq-aU5f*lptnNul}!(4%;QIm8dH-4bbN z3^%j~8^{ZE!#?g_!^VZN@TSh-rp`e9{z&}}m;==B;#M@K+~%tX!MS9k1kTEE@w#B~ zx`nLU>5IkNA`MONp1F1AcGd^!p@#N3K5`M<<;Tx zEy40Fx1R`^lA{A9v_b%6?ddvI88W(EPoO3O~)HU~VtC$KXoL(MGhmF$w@x}Dkh-huSci~{D zWY_HednFa&l9pgei*LWwEzJw9A?Nmp*h%8A(mE7^>8REQ3)g;XHRh#3n+5kGSzh~Z zR!(r}3$~H?$-3GOtv=2|KwjIAVd{Jt4=b%bOzI`GIvB6wh5fI(e`ne88e3Ck?XvV9 z_Jgug6dtN{s*)`^1q-7LXWnj&DvlXgQC6MdXo7*4GZrq+j2*TUnXJ@xX5nG>|t zOTKKKvHEsjazGgqc9aAiC3BUFjvA1Xu&pR)EAl@_gapZwW|Dl({?@q*i{^ESznAQ( zzEWTRYbQuFU*PW}LPW0LQ!gDR!F<7I6#Xd$f=vD=#+dU?d%3LveHQ#ePaj&<>kZi}wpO59 zUf_}>3uQ_l#{uKFhWX+>Ew4QxTB6$=fo@r#Li-2c9VtCTm zh;}|CdISoA2n`AB$deOJdC?Wl-eZ#|?iyH)>7F&pEsi;Kjotj&dKqX8ZKwEtegoID=#U*|6*AIsE*+G4_ z-*7GYYVy2+z+dj_H$AwsmC56`QD{_Au8dl@i@3UOmsZi=s#QzP@K0(oFrnN8lzji2 zIY7MjznOz6=6w}r6RfQ{rZrSVqo_&xqf-csGb~^p-KrMa=(tl9Lan5C$xedsTpm_x z%yF!pjhY})YJURmp8^9vB_MOE`Wuzfs%;Kk))*h2IPR#L#_md%77f+sR+mG1jwMy& zN^zy;X z4%s_sMIY&^j}Aa1izS0pVuE58z{2ouIYPJ~(4jHhm-9T224VWX8rJTI5h0SiX^zeqA!pVPRcnxouC<}{P-bw zN5sR2prYJf^7murZyh*&n~;D>3b|NL+tPxU!V01|y8V+~2{Vf%%? zvv327yaxfnLH&f%GOGf2D@%aAAXJ9uFVqihY-x^<=^H+Gy3bj?qehB$kK!Xk?)t`t z=6d(}k*4#)H=Z0C0e~BTjD~<8Bzy#AAHXN&PmB+Z)c2irH8(k{o10DorAT@Qb=-BR zjpF;B?Q>peY3^-qs&jVYP~0%xv>$42>Zx-MjP=WfKvo+XksRL|CAF*DSubf+S(nx^ zovAb$oPddv>RlrgcQ2H#>`mv$=tw>7)Sr?E4`7=BMM5JLZOP!6gqPjUD$>MCxmJm- z%fAHnH)>!t`@$ku(qpLZg_n(-P3#I z;I5v%hmRiO*Rnj>P+~~Cf=J^DOhGFphi3NyWjop#bL_ncP|S6nKT|9UWw}ZhAsf&(1t&~ zQl)=I+zC(*Cr+WF&;cBGK?eXYwS7E(Be4Z7BruURxq^^{^Z90^`rX7G`g-8MT zKcKjalw=DyCZ4D#nUn+l5MFKEP!<4+k-jhTp?o`~B3%Q&8$r~tt9wspCr|hy{Ez8f zTkoh_NnK8!oor6D^E?dLQwVrNDgwO_bx@2@?%wAho&l<{an#N96qnIxQ4>Ef zJV0kdsSZ>&!Y>EvBN`G00&Z3;0x25q%eVnw z1XoBz<~oKq9b0kZI# zpmhz>WMfS=gtm?wE3KWWSR( z|KwuHMyO~~(#6-ov#;OqzWF`#_mYD8`spXUJ-$u;eREGj`jMP*`S{H7*S-?Amj&%* zb9?5~LiW1py^-Y1%cC=+{{FcQq2#J?^4ehX+6CQ0cPM%D^uBv0yZ5B`YttUzlXpx7 zD`ri8$@QuL^I&k#LPvsAy?MUzI~J<2Z~aWGKb`qYD1v+`s}LSxpPYZ}`mwi*7uE*> zR(R@m-|dqN&jy^kgIT-1`%t9vH6LULvpT)|;9%2t-amfBee?P2&j*V)1hY2;Z5w9x zDIYn1$5QY!bNz>o{MTLxz|WQZ^$T|_#gWup*b_p#kvE&?@4Ug2+l^4_I&5CW&1H7T zR^sJ8wAvzB*;h`@o_b?wW?y_3ADQ!)weZyNGus+;LHW9H+0J0u&Io~X5GY^BRyCis zkbN7#L|pkEE@*aojXskSO0>%N0`(QKS)ZP=Skc2-A1T;RKX85O0=>ORjmYdak{2^@Tvg?oja_ zcngS_if_CaG&L)Uta*X_4MA&DK;I;2j@KdQ8tzvPB9LH1l z@m30GE60;~jZdb4)syT`coK&3X%vtl37%bR`MnejQ}Ayn__q|iLBU%Te4B#5qTnA8 zM3cp)hHV7Y;1?8pPQe!xJWGW+iy&%xqW$RZ!`o8VqR=KaN{X(s0Q?(-eNBN&QHZ^fOJ_M;gmV8tX@zWOjo{{IrAc za*mJm$*V>UmxgrgvEw6+V_C1`sz1^LF+juF{x40@XIed1{h8*$V3p$F*exmFn;o{~ z1uc30mXM`<+K9O19Pd%`k{iH!Yp(JRMhj|H3?LYYkgONHv`QMkiVVdaUDBWFDH1b546@{<+(u9Tlt-cPf0 zFt@+2!Jidp4(Ghz{DPJ%@HOAp(BGBaMjMxQzbKb0_Ep~3;Lmakgn!<~%dIo5=pI8J z7R7=hf^=E6=xtTg=9T0E6nuLnSG{tSOGXZ*I2f^FvvHLxMLN{MX6DkCvor;j{ziHW z;C_az2)qoB&5o@av;~C$O%Ae5EAXY!q77r`P-^`&MnD!`Ytp0_`bw|V&elRkT(o&r z!=<-QJ66ngZtaRQ1DUs^Ayus=zl{rMumtN7m8|2+?%QfOc<8zhnw)?CDXxvk9MDyEAbicYv}LtaXpt+gsxvT@8VGS4y_eAmTN4P(}w%TCpm77_qqET`n!zz zhT*|RgYSiqtrDG^Q|i}VOS+mADBBUr*%{DeMzWl~lLR&pDA^dwY7S`9SBz$^a3w33 zEBv%Yqc?qq>aT%N+py+-veS^~uL^^s%Uge6gCF9vzpZf(lT!zndUxPpQo0GXxy2qdUbsM>?KsvI=-}~pd1}>FG3jVB|i?#%qNwUGn9I*U*B{!b`LRRarPKV~MpKtY_jfxugnzHI NbfxJ2-oYXK{{TDJ5r+T( literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5f1346722054fd07a7295e9bd7d5fe3636d505d1 GIT binary patch literal 30373 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 z zzRD-HVMMCAlujWc5?zXy6@#j?_xI zDbI1FRI=35tT(6vz$VngW0S(R>YW-I8ouc9#tjI<_KD>mH;iGQ9v=7bGx6;G&z;!c zd%Wk#-UQg%e;k;F(wo$AadSWI&tgXWNfbfN_wIo6lH%`lnd>EGYbA}5lE!FB^Up0U zAzM%xEPF-sfu&_d-*U^6w`M7iSjyKdTO*dOEBdX!xvN!JTfNky-!XM&Xaj~f3jQGCxHI{u@e?VryQqM{R9$8L^`BE9#exmyN-$h(152H<5o$UmDSuhBH?6 zH8G20&MZJ4lqWsn9Q(K)L01(XMW2#WfGnW|!ms93a5bD7u9nkrS|IxwTn65BGa9!( zt~)w0H4Z#?11O^m89;Ec42Q9x`{5HF_9lUanZ$sp;$|$uDc;l1_Ec|NgVpE-Ox1Wj zqeIC{PT$`@JU;B}@1M0M%5D@xE~5l5p*z@gi%aJ;tNMbNJ$Fv?`v#%WR44HvKda+& z@BrMZ0C2@`Nxyz2n~sWf;A@1IY04u{b)`aVo0=!!&kw_iXG~4v^x<)<`SbLury0ZM zP9{z-eDKuOhVI*RWW)1&6ys&+SLQ|d*ijndFh9riK(BLk`i)Gkmk#j&D(D>Ep zK21sjyk5XIbH$PVn_u0bxKg1>>87}Pa$=J8m0QdDh@U_{Jdsx7%JXsM1qK{xMJ1M0 z2Jac0xZs)161zxvpGN|3Cmi&WBY(|N6LHk6IqD*gy2b9OW9wXI%wBR=p)!v1CO9F$=tE`t$#X%$Yy9XRf=gWD zSAb7Sp@o{nEEt*^9i>^o4^T7FBJb3wPr_gY&|w@J9_JDeXEsM{Y*OG=YH_vDVq;Fw zcXeidCSr7<^>YVqXDF<>bLQJ>MQ*{|fh0JPJTs(y+=X$bR>?bgy6KPBIX*pxpY7r_ zTaF8Tlx~J7`7EDw(Bp78BVw62)4rtiN&6A&CU``q^z@n+g9S1u$q}>|uxpJFfE_g5#O}Y=`jhpoL`c-bs*9;_6Y)I8jLw zN0I)1w=i$`ioNQs@SQOU0knh^e!c4?cyPjLNQoirqbCL4iXzr6M)+g5;<>76MC*FGg z_2-u^MjD=oIyy1ST$OVNaJGrri>^L7|73XIqAhB#o7;~qF1Yn;v!PBbwW>{vE!Uq5 zW~^GvUVo zLCO0h?UJ-dVuvgec1Vwo_DB)G?bG93m-KGHyFTeX(_`ceN$(~u6FaOKp~j@pEY5^b z3s=mUu?t(dEWFt`3*2nZ3O9!<;cWO~=d$tU;Bw&Ra(1{*&H*=%%Y~cIIpG#?rCc83 z7IOJ`E8+^^79;0Egq2`tcg3|Q>2N#yL?(gSeWL?jFU|8aQ^TX2YXFmdSfH@Eh@R(S zaj^(SJziJsQ~RHCZE0Q#k;{A@>>gDY&sGP*!J zOF!U|@Blt2`o(cj_y8${=PZRwd2%ZDF2Mj!&EBQh@_J8)Ws0MQ9Ft(rOD;}}5Q)IV zW#G*ymJj%!C;H`I#E@XmjK)_aeiT7X z;5|Gv6W23Pg_pSYspmm^1d(ut-qaw`#We%`;5ojRvdO>+esG$L>p*U&Quxyps!Pxu z!DvX79yc(q1x1Nlh*8jwOc{0H*#5Y7Y``}N7Qk740to)_ppQR_Tm*DZE9~M%k-^Y^ zY(KAKWelA068`Vj35f2il!Wlsc!tmhzJ*>iME2wt;Pp~6>Q+3$wnp3EY!-vQ(kbW% z6!T?(%$F3m^$K8rnk$A_afNUk$}7ODc|Er@aSWXg5W`lx$ev-#PO9c z;Kc;IV8vJ%%PXDhy3!LXbm8YnthnsjiwiH#b^U(tEotX-lNEWvODx8!g?5a1)S(@QLf0@S0;~ zRX2*S7Y8-p%(_)sedFNugEx*|Ke|*Kt=t*0mIZa8ymfo&n!PGwr}FGgLFGrzy!C=j zw-w6z9kE?qcht)I{mPFO%EALmggFiw?&LUsa5@TpY+C8th%WJ`M} z6M;$qNbo~aNq_)FBpxZ1`k|>L1X)ZYBl0*RDn_KuQ~sV7IahKTaia=g(@jSvdR2*D z(Y}h~0`sYut7fhSuJ$`dpy(O1ha?cTS3+EPk8g?}2iOu`AZIYbEM={&~&Avp{doQBVxA*^&3 zJxxqTAZE)uvAzi;i0fOd?oEVwe-94Ucc#K*eYxYS9WiG?=magxh;!5B?wij1x$c-X z=c;~QAF^L7SSW~EE9bPaEZfWHE}z56@Z$W%XqIbE9kXP=eDU(dkmj0U!4S2S&uMOE z=U%O!uV2fqj$~Jdy_nM3&2ze#yWy?;H}c;;_!rOpcq;C${~mW+t+Z~zDl=?h$npmA z5A9TJS}($rOs7nDicCvHQKX~sVj`rQUfk*B=U0k zzNI{VgIFqRmZ?(sHGY{BZuCjVBfs%YseY(~jyD=WNTYvZ2}-Pk@id`VPHGf>owwLW zD~3H>2B%94Y@{Q=M#9sBCHZy7u>e~@(wqik>3Nilm9h1r`gz5)vO?i=B??khLV}FG zUs;$|h+j9Rx`dpBFK&G=!+h_Xs=STFR&F3{@4j}*H`K5#t|VC&9f6&RGb6LxM8tTS zPUiKlGoHbLDWK$I36U1pu-7#<>?Ndphii0V;=G4W>7YZ+s_I?t?1zFj{xoXNcB*&= ziPQ{&BL<|H1X4UaPp6`IHnF)_vHfCcJQ2-!;?l$olM~+Iivsfl;w|Gmox|e#!=4#I z5GC{3fzc@s^Sey~_#~okTu;a};p=fdwYr}KUUbtu$pP?j)$CAQJv8oR1g^MhXq-fd z1lb)K5m%iVimRrFye4EP?3;oskWBSr0&xo!-~Vq!_a0^_@~s@l)%N-JtGniRg*7)! z*G-GuTVt<}MRRt|>0>43*M?smUbMee^u3~$oHm5yl!dz^IrVe;_3XU0?D9xLI&+TJ0*;sD= zU4_A%A5`5|>23MzwJmRDy`Hsn@!jlbZPyAo`T2#{oD0sCvesz+=GzL5qkM_~sJJqG z?9~@Ss`WDWQu%7x)=)6zeABg>Mbh2r-SdGZ|ji#9lOF_u%7F}W?jBL zwsX%9x4*Of-Q$0`8vwKX5TVP?!-Ou|;HnYxULDo`b~7XU-E&ZelW|v0y0)r+TvXFlt@(*Mud6`!lR`cDD^v*oNj38~mcjpC zfwrr{_+F_FU*D@XbhYZ&63SK7X9diC7IX@)lT{vKx3L<|@xI$c=!nyU&@O?HZw=JEF7ImzE<7u|MeDdPX&s8V;fO9)F$ z8;Fv;h1@`=Ac{#k?3nEmJdLV|0uq4d+5DJ+ZzBrGzlI6Aw-i&N+03!@|GKu6FJp6A!GcMzfdTIRzU zo7i{hHO)`ku(TQo`AQtiCQ_r91ezNyuJZob>+$O$vL5#TP z2r>aZk!XMrU?7&D+sFVVpe96)899&t->DFt_nhakuGpN-$I}6ztITl49MIyJjki zn2JItqNegW3&1+&(zWoy=&h_z->7qvDgsDXu{fota$&b>Oan7uF_an{dkZaND< z8O*H=`yvE>V>tyY#Z8f%rn#=$c>uz5#@h}Bh!FYn`Jt^*TNxxEZI0wO$U}C1^+G5+ zbmkA8F=r7n%yEWPq1Lc+p)I&4eD;H!hFD?weAmrFSFmdx_*z#ar*?4*DCj7{RUJx{YWWgK`6l11hNrO<1~YHFK*ByG*BszxcYEf zli+kZ8kdY(q+NTGP*pmysN^#tPV$-|u&i-Lp}mSdIHOo_;*$^>KqYq86zlyZrFeF6 zYkFr(l0?j1=LWpzTmz$LCm`T{Zj6ZXY;|?SwFBP4;bBP08z@TudCdQ~4!iq+&j-Ao z!brj{s}rvzkS`nv1X6egHw+nDUp#|k;oG*vZBzWHcVNiVf2M7VXPn9TgBy-?lkp5e z?q8G+p-q>+2`8RGCE&oq_8S^fwmcFi0YWn9yLb{1-w)GT2qH2u!R;%?qF7$hwXB7# zxt`l9jiGVfQS|MT;bFG9+|ett^Fo?eiq>qE5nE-{Ry~)oZgZ~L+!335u{vsNS+i}6 z*tRW07;E>MZGXhJ|J}1uTQB6YEP0{o6^m;{@A~IYj0!6gJZW6dE?=qG7ptfTCSKV9 zL_DVvc(}RowpwLqyw6s6(AwFc_)$aNUafkNHY)LvP>$~-1Ski=Jod;FkAP#^Ekex! zT^LG|n)69Gu#6%AjR3xjBR|LqARVOLuw)Dt$6$v>@!)}Z<^iN)CJCk3iW-yX9N0=e zej8qRJDj+Fnki09Oect?B)&R0!E@fYQSb=b7CFShA&KkczziX6T+L5Rr_xg6CiXEA ze>PhHjmcprX)ZjEIsh(a=LV-=X#nL@Z+SWEa@I;--QuyO>=oyhRsGg=b8hep?4YMI zRE00ZoET4~xeDYdYwlIcyd|vu&{~N>HCNrkP*&XoB3gBa9AQx3$nVTj|0qk_>C|l) zRATNhDD(+~LTA|!Fh;31kl|NjFg~9UxY7mmNkgvRfc+W#hIGR&!JN!g+z&W{A{`cU zNutOw8kA9n9qGuh>EImbK#7SNFkuQwunz4^JbsrO{MU@baPmkL@R>W8#ZKP16wk_t@4w6FX)foE%a<0}5l zthUPAQ3X-cWBd0#d8`YvtaJ{GYlt4h{}*^=ES!N?FO-3V^+SiYxZXF>&*(Ay$9Q#{ zg_GKA^eF@ImuM_zaqSSv#>@XBOGd;e#%X+qUR48=aV7o_@eIJ;qA;*oXFW{1UPe6N z6CkWPc_n#ga~@n?-p|qciX$h$+H5=4R&f~w7w7cB+MAB@y9%wL>GJ-$y+P%=%@G_3 z*UtgG~1#FT5>ks-IJ?n;qXcbM@@} z*{h@TqY!0!E}GjGHMh^HAW^xd&xbT^s3zPJKC`NK$MlXheNjYT6gm?w3!VH>Uv)1B zm11=j7WlVq`x>=BY1Hm(H*Am^lot5U&<7i#Hq@jfYDGGtsyN92m(@)6vM~V)Gy!eW zB$u{x6p(nZyaB((^lXx*K}lGgL=6DVn}0`WuI`O1r)Qlf`3au~^hOdCf(zQ?G*K!6 z$Qcn)H#RSIGAQB`Iu`@%7n;ntz zaD39rXy{ob4u}$phqt7IB;NGn7O1dk<--)k=kyehGthS&7SjM}E)!I##N2=!3e95n zJS4UeAW@DjaqJ!v+axm!khe5{FXNC*M^hXc6(fWeq&%STnejzpSje9lg)fuK!a)%| z5ioL=gwKQx)y!GD6hY;SAY%lw{8^Wk7nHp6iUFl%vC=Fu<71>i&QtWIWo1~zZ32?c zjXuhTJtHNePyY2waak?UH>WTw0@i>nknPXL2LCU3%kh$m!I#NHR{ z6|g@dpDH=M==0lA*Tg6W9KISc{1G{&tC7*4<#&kiN2*h<-#p?LbCrMnxqf@{X6eu3 zY&6r+w=etcBXx32(I+e7VqilAQ2WX?M_&iN}}0Hgg^K!asi(w69yq#wUz(jfsmMyaR#Ib7ZaCB{ZCkLqXW zhy1iqH7dF(lzE`O6;XR(C9V~!!``m!S6^6e4(-f#B1 z-YgSa8lb(rQ~W0X`txx(RQU~lv$%hNWc9oEwPIwioTunRiCv;!{*`J}hVKXEaM9;4 zLtPT^3v;pTLAFUyeWgS=&ZQpn@a0bWFIRq+H~^Nykf`aE+87Q1NjW=OOAb^yeVAO9F4ifOky{F+aoAWqG&W z4NNX-GaZ3HCjP@W34>JtdxBmr69i(~7LbfOgpZ_*k5i=}8}*XF?mLX|+2SO$ym1$4 zT#kBo!y_n3`w2-mBHlm0qzHe0aesLBB|(1!MlW=v7)Z239a+MFM9AxT_2glwRC z>Eow7{AHx)ze>(G$@vyJObm}e*L@v{SP&ilkMRZ#JUZEeF3H3kU~0w{|6%FGR8s75ht47=f>5frqn z8Kn@>Qy|sYt!M{HH5B^i zN*_<>wzzV9qh@1RB2SXrn7|VIZJl7es6o&YS zr7UK(1)rJE3@T%GN01M;&-F4oKkA`A@0oE|^8c0UN3%Dc0Rs~x5Uz$5lenhy*uHN5 z8x*bvQ8;ztoTgNNNRGt%jBAIzL`Bg|4~(AYai9~p%R%LN(_c1IyH4`W*bwFga)>xRAkw1DDf&NDOs#X|6vNan^UzLG$^NqQl{`1@4s zG8L<5{3+B-;PA7PI81*fMB6nyrXh(0@LnuLf=>K@prmv{2PtckjXVFZ6vW6#|3cwP zi0yOZ@hqXGqDW3^$Cpqcbo%#}!*QJ!!Q#Vy1uB%59r|aDNi&L$*xqkw7+_)YvU9s& zBV(@X7R+)CMT=WjHupqx4@GT<|F$#2i1kKW@c9pnC9&M%xr6J)6`}6Aqw9qwp{lvV z>qV|m+vOuSbBpLpdFbHW(O6+wsCMo!Byd9Qb4N&a@wxfuLTAGP(lI3g`yA)hZS&hg z`@=h<;Bk?pJ=9CP=etAChEGN9tt4`P)0P{&Fkd{EaWjpuLs95rB&Q}>^5`aH_|1^= zvA2G#uo@b{rn6*+s-Q9+v*yKe@n5 zwf=?v#iy4v(c-O$TwL|qnHy)XpS>}9eROHt^6_`eqt*MP#Ro#FSYFjyUVS95e(}sw z+2YC7ysfdqlCV2kShv*qgF|m0TE6h%mILc$RpEg}`*(@PSKPc*7OSbfapC%f?_LZO zjjy=*W<||fMSG;8eOVK&=m>Rfh~J3#uCg1t>$*kFYi5d1oRi|lyE$mcT{W6_+lZdI zT}wht8Vmu%waO}PIIlaY#Jh@YLu15LJl7Sh3~9j<4Enz6|0F|EQWN&Q+7CLUtz>?G zurtW7=fe!kt3}Lq3R7y>^`Wy_R4CYWebCF$}0wm(N=QD1W~CK z>*1BM!%^$u;KiG{g?AMh=Ek7vR!(7P?<>33a%#boTybw-&DjC%$aQ<})r0c~nF$wr zn1?VcXrPYbZ=bn#cH!)`iG_*90Vw#Fv_&25K~>CJyk@P8SS!P47R$mXKeRU7F(dEW z`DoN9n-sR3tC{nep>2Y|ceeAc0$eO+MP?;`-v^d`>-M5=A7i6=YT?vk?b6<8aeLIh zExEwag;9vq9E+B0i#oQaEAX}fdEN#cwIV$BL3PiPZ>_y2g8!yNF;m5B=Od<;n5is$ zFk-5^tePAm4(`Wu--;eAo$g~2v7g`SR?%oIn^+YXIK?G3A@MiK#Ox|KrC zJsHj28a1~OId=o`c2!?>*Q7NRf+(C{8VW2`ujXyX+R{TTFQHZ69X_{G*tC?pT)e73 z_-V2!q4V0wI?z+%B;{vPJbU$YHZ}nbf#iJ%mC!0 z2b;8Nc2q(HyAn8{hfqr(fjsGSB{%{u=sWsi6M=398 zXC?GN5h~-3Km`dMm^C&DJdDPXX|G$!*PucP`T4jGB@*_zL54n)itA@}n6(NpTn-_7 zabBYMLGPhRVRZ_2GFDt$qRey(+wM2e+liV;80E)b1qG34t|NF!eLzi3s{|u=ANZf? zVW>mOe;8!vk4(GDUWzA0Uh^YDl?=^lg6$JqnR3@ z(Q2Ucav+n_C45F%oID-V&u{dhXN5;9-Snt5oGc!0eq>yOly8>LDVCK^*A}|1iRm7& z$O7sRDw52G;yi8jThr2TC4*^*V}k&PMW&SnvXjKoC8M8#9L_}l#M&tpmvRz%oMmDy zYqvM?)1QV34nxfsc6xdhR7z8zST z!>{FY&m6gwcz*;tuodV8rE&MrxADoK3hxDAJp^Bc%_em68 zfBu_xvHti{;4c8J1#_0@ikySxTI4VE=lP3vp|mSmjNg>fqp3aoh`Evp+F{~k9w>f9 zTw_w)l1IeNR^pd1$p8q)lT=o?A5DvRV*$;2#b z0<{mB*-2NJ|k6G!P0(Jg6f9(UUEB05V zv@V0M^H+~NDdr^q`b+%9GWUef^F1Yg8#ylerhBVjZGW_*HrPuIS^U5{yyjWZL7c|f&F*ne2 zQ($CLeY4~=qK_+MT;gh3!fT{Y{3ieUo3QRq$?u|%E1v}h#Z}B=ACha}FCXa_W5~a# zV`8_${Lpxhi|dZ>^%aY;{7qb?n9t*^qx9>>@4l3}Zkqkgm+Br^H&yEIz!X7GYt%o=Msa9TLP{AEy+6` z@c7}Brr;HANzA~&R*cj6G%>b{F)&BVN5(!q2B`Jl0ar4E&wm6I-6ZGAnF4J=)%Y9u zZO7~#f3O4rMt7B{P{YPLQMy_7$+rT!q*Gub3&fULFtOM4S%?B|-;Yq?`x2Mj1 z;B@U=1F*9H8Mwg?uF=1P;r=`QJ1=c#R@=fli=!zH&H~= zkGKOOPr$K2hreUQm-IQ|1rMzmUoNEk0;Sj8_;&HZZ+w}5H`l_oradF2O(FIOwTe-! zcl&qycOmyQaFXGmFM#X%6^&xN@1ebH67!^9e&Cew1+ms6e$glY`lXXY+Ed~dF=x!1 zb{Lp$Pa8{`zZkhxNY>7O@{m;R!xHok?0HC>ZAo#S@bB@eEK52bF2Hd*R0&X*C*~0VK zR0OAAIt2%cd|2_q@)M4TZmy8{F!E(fj?zq@Fy_}fMIzB2 zsnuQiKLoyO!cMSb`T^10pzcandY&!5^gQH?_R9T-e9>I_=%HT@ieG$Z#5O@m16Qvk z?LQvzi~P&ga`|t%#W_T3=fR9C_eJH6G(70{#d0>Pq+`F!6u)e!0WN}hL=85}{f^RA zR}Mb3bk&t-K4TeeDP_#aWo)P|NQ_CfotOJb^l`i8oPa01B8JPqB5YAAzNAPh<+10U zoMvMW&zOX^yY~!y5#)qSk&~6Us=_spVD&?ImRR#L8=vvh8(lp^uJhAS1#_J~jURA@ zPoIXyzm$y>zuqjcCH>Rt5CYLE~(XiCT%u!^IyyhmzTg6vHUf3fKa zNrHM;LXx1~Ma)z7S+eXP8*50;j6?=V>=_n-H;nU{86UgkgsCp!_K;!0G8!{gom}rk zTB&kkI$@}ZqL2O}`4Ad_2GWCak)jouhhV1GScc4SW5d?1t#0&#l$CU~2;zcSKMCte z;24M_^3*GMh{eh0K3&{7gSTHGYCAuHLtk5(b(1U>4^RhGy?8JMQNSDs-uzW*uS! zcL>ZJTF)>|Yp1e_@&d0)J*te@?CMl#S# z+B2?E&)ETh86lCh6tQ3@2)NKHJS&LX0Q@GTfhMUlEP^I(BU&_u)$X0$mXh(I<4^WJ zR(_;~HZa*Qwgbv;c%#OY!bZw4CsvI>J`*I8p!%%Z)#2igV0>T?7@|-aSc$m3VAh@h zM9JOU=sv{nqmis2rxz_qtFwQaK7cf=;J;4}O@Jh84@5B##8wF3zd%s4d1Ods$h!w4gf1Q)$L z8UMrbXO~exie?l-d$`!fi^~W!WUZO6q$>Y_QfSeiV_x12KmQ&DOL)bFIO8A*og#@rGKPYKcrZgj?8+|T?%31NP;BO0u_5wh z3ah-I{B(JkX99O&of(YlCt!bxb(wB@f%NTP-+67-NSFC)Vf6Gal^Q0I-&QhhL|7|or3x+3S>Rd&WfUHFg`hn zSz$rwMHm!Ud7upKq3Z+&cqWoX)E2&hoGEgir8-y=kVXWQaU+0@^dh#O8kmu&sxGnB zdb^Nb#8Lk(zk+0zE-@Jsdt_tc^*3mwcO9?>O#O02PTtjqdD6PIIjYnt{1G-ABxqtd<-*2n^*KD5a59r&F^B#=|Rb=TX|)q z`yIZx+R_uvJ2YorFR8gUzA(P{+|qQkWY3De5Z5qW9iJZ$Keu=>n!9bzcq_#U)U6~d zP)F2;8ki`7M2>UbxsqQWwKc#djk$R#=OZXE9)IOjP_DMa41OH3)2W4BMg>7?3V%DOtX3fBWrHZx8`(5obJV4tJZBdEx9Ys+K9!y`0NLk&9VHF&`c!XJ)dzi;R|Nm z%*}%h2BD6jLUcE*J(=B$+3SuHXgfOGP>+Lh`?ImqDyYXf+##6YD}|+n10iLssy3tx zEB`PP>TnJ>)ZuJ!koFTuKb2km;`|rG=ay7a=jOTYb*F3Ndw%(~l7*5*{gQk6STz5M zxkI1m6}jb$HLIk`2^)WN2d*5w<;W9EyR6vi=k_v-mKb6uZo#UKYv&F^PRCU< zw|~`C1e2}o_qJ+KWv;>9AJ<-3c;VF-KUN%7+BOIGL&lAUF?ev@Sr)E&bNi}uYpk+v z!Em#(?ndwRUKob0+!->EsliM0m%=lv&X!o7D^^ezc1H^8gZs$1X3N(vpzA$1CazCJ z%iESKmIvOc{-FGc^%9aiYu*xT+XIE~<|oLWR%s{M)5`Bu!qNq$i&eW9%dQVGLAlM# z%4qeD1!G7P@=!G)Ru?`QEyl!9<~J;5#{_G&-`yVSf*ezR!_CTCW&^hpQgD?W3x<#~ z)CP&e@H2n7XT7`?iMDKu?dU|wTlP}P75k{<;(f|H8IV8=_XtXk%eC)zuWUcMTG_jv zS39X(U?K3GuA*E@jN!y5`;)aqnC{5OwccsoDp- zV2%>Z&AhTTXI;dJ3pA($YnpFdx_)WNyWAPA*}Y&w)wYJq*UKw!)LgH*QGdODacb$A z*ZqHW>Tk=V9Y>?(y$d?BOjfnx-nD#wrS?#y@X$v^mC5lheBb|WPqe)^TK;567cZ<# z?VnxfpQ7@$qQ*#3<08M*zFM@CI%yXsTv5rj_JwxX{wQp?1%LNKclczix^As{d!%~% z^07$uo_DuKs=7acq~Iat%{?Y96!!NHN!P)<*kwO)}^gKFW-J!WhmYqtF9NSi5VH& z)_Ys4sM&!WYMxSt)#$J?_YKQ+%aZ!%t}PH!D{;|`5o{2@Il9~)ZQK_v?t(OC!pboT zCF+*5qZPX#l$bKTIyQFSw$-9t)O{UTRTwnLMw0R6#p!5S`$7insqBr_HH5UQd9|@h z_l-l>4=wWF?Zq0&D_P5HjpVg1ZC}mnz$#%qY4~|w>+Kg*wAk)^PNg7;#sZRNTq)bR zYTpGL$zSh+xS*>t*d42=xv~BF_Qn24MMv;R%vlkh`oLL#tGN2w=N3M<*uB!$9WCw& z!62SBzb%#!+06cKAh1Idj=B3S% z%C@jFR#CZ_@kcvjT?bYw4}`lHpI^>-y+2af@vbt~uz9KT_2<_bIwB1n(S|(`kF082 zRL0u3{ovxCU3}N})4U(&VP8Q=UHx0_-)oQ6H!L}qH~(ib`Sz^_V45aK>=A+enL&lE^H@$v7=5Bl||MmQ(?aODP?#|F5 zabk2_?^r5Wt=P3*-Hg6$?EtW-*$rRW?wd{9L;F{Y>SML-YqcGb+Ky-~dPQA)KzUt* zdEOFlYk$YK;@%m~z-If_q1O*BU5M824jW>w>NVGnh-=64_77eAZ|f+_pP zRJqs?*2U`E*XlbW^&QcA%CYQ_@_JXeGyM7Zj-Bs3z0$BJd?41m^#_@6XD+wB+a7H` z9PWu#Zd$9{9jV;CJo8~?5AsAB*d2r&MBRdp-Bb81H1qS?prBpYykv_OZVq-~`oc1| z#+upyE*#r#Itu|{fRC8x&7rfa*6MrDXVA`mM?vmA6}D~I_Aod9 z%U!*qyzO2twm~R_+uZlrW(bRnW_XV&0n8!&ncr~#UOhk-d3W8vS3q##4udzp{iHxq z*?{R-yc;b7f|GSUYo)0>wrv-nZ&}kl8Y)QB7Vo})&x%D$8Fbvg*Njy_LZv%@`$?X{ z_u@Y_$G zQY!3_mR6f{p%1@ibw#YMm9loA6$v{ht5#@TI514+T*^`GqYtgs_Y<9Tn|0EC@3(;E zy{F1Pw_W|7-Oees@6}er|JPaBTvp~^yE<)n`I{Cq=hFVoZrr4;`>9P2|4;Mx=HSEo z4SUh?j^phufixRCHG1C92=<(dkxIneeY>*~l%g^w>2YW^_{A zpO@u$cItkAYpTCUxAt5uIw zw{~bf8sn`!d(k{&F+L`DL4u{O!!YLwi;_`X+({dt`G*14-9TLf#oRtBl+X=p+s7 zie)mX(g>ng6;i?Go0bKp5=NZ($iIl0D%{dUGIhLz5(pN*;~F~VZxC0uvfCe7Il@)W zv$>1_*q9nlmneICkQeM58m)63NrL3BWkp@h->+C2i?(*fTs3c2tZmv6*|cN1b-8n8 z)9#3CHx4-VCzQ}vvFC>>UpY+oC)wvrJe|%4QCaCBdJP-AUurfEURrDDS}C36fy6=@ z2@QnOv`BeGeiJx^X(g1whovuRq?8$NHoa+U)I0To*+f}>S|bnq2$6779+BIP1K4t2Jc=64!>@MhCAhv4Xz=Uo=MQkCX5V8`q%|23GphMv<_sVMLK~h`F>ap8tPLeW~>}iOj8?Zhi$2zG%$>X<*^Ttc&C~f1DNo}o{qDdY( z{z#(~D0v_+-YmYPll>jpEPj=LW$6&;^6N&n%3nmEY&it>L0ZJnbou*pM%u*h^6wug z0(RK+$R?wk0h`~(Q#sq^@1hTq@5%bj8R;a8Vb8-VOPN9g{@3ZO1p#p5pExd<6&Vk5 z;IHIJ++Y$bU=MiSYGypW>|uOV$|=D~)g{|A&Xn%!JudTPPPj``;rs&15tJuSlTRjq zzfG@yN{&qX9;5w$3<&Yp;Ka=W)x94!wm>uE|2=&m`fOZJlu`tF`3VXm@Wj6k2S&4C z|1hri`ufLw!?-$#$dDf9GtUgF=tz~s3pqiE%D3JLqZ0nOQLiCCzNK=CE(uVloP!>!weTu=~PqqG>U3j%| zzA>D)xGS2y4F=d#NO2%)!9HUWJucti2=lj9d1gn<;kz!?tBH`=fkU zIQ!MY;9d{{ZscFjUu^wuaqtjmQENplk)oDp5s{IK%h!sVBT!e&ix%$)LWhy*6y7Mh zUbN_WYvlEjo%YqrSptI|xW!I(`rmy)I{ELVF%JlBZ=(eNL(%z6p{P4wvFD`PcrJG~bn-&h< zs@?RK?seUg<_+^&?e0kJ?oiKqZSz{~_DJpawc3M`+JiBd8+e1eF4S`qq=6mRcPyTb zRoIK?!%!&vFhd}&`EYdfw8bW2J*?Fg+t-#rA*LQaNNIU zUNDD!izmXPALeboQ-~Vhv!TcCY0;gxw+L3^TM)qd@wcDUB`e8{W6-$nP}tRA}FKsSx%3 zawYjI)a0+$_B3xqTM6r7m=Cd4HrQ2@bOL}9Drb*M%xPH#4zdWM+yzM(fXf3$8r|tB zNJS76dup7SOYqKk!F`cA$lzs~LEx8@@T6Ym#hg|oF7J68e$f!#hL{f2)@wn;mlU9U zT8m+P*HXTsFMklJLmZ)L8hEZMW|Yw6d+L$R0E^uN&3fF^hzlV|37_3kdIs_pJ_IB# zQIK15f|+kft$y5uI!mcVdzr~$h13k2wiy@zPaX4_wJ2-x&+d6Gb{xy-Dd|H-X97CSB>W zA-&2cVYcb|2zm-mS?4Yt4hu^Sk}+a3HtARLu20W%BtNAK@hV$_g>|M!r7wIiJ*P>o z1$yPv@L{^|@+n`5m`hS^U1FI03yW7-TFIGc^E21bcl$)ul{{Rmn? z8?I~lBLt*eN5vCxVYZX`KO^4`iXyYQ317gCRpSH)__q)tuI)dE8)4!GTK>#}F1s~X zw4%)L3&JVl>M`$GhA^bwv#n*d7ELR#mofqX{|%|+T^t5DUu$JI?lA@VADG@YEptB{ zduJ?KaU_~^6wEtI&YGnR20KRSd(~70+Xvs?x>nd2!GB95EgzUt4Lt|aITqSlPW1;lE$JwopeU6lh69?`K9}eh zaRcZ_!+tCDqpj(%h@=ZrKy?`*`g6*|Nmtp}DF&>Nl-=~x>j{_#c9>UiMGk@RVzv+nVheZvr1oU$+-o`OH6^Z)UCvp z%6}IT#4BDQdWeh0_tI{90sSrSrjK`*;7#03Bitnjj&Eu0XBRZvWZ08N&a66F&ddr+ zR;$)3k}|8lou$D2!2j2B^J0bOJwYulXT8?A&=}OM=M;y|zBaR( z(*pL^e9ui6<84FG#MK_`fe4qQzq^=^-C-wWZU`h6ta zRM#bL)Qmt+C44iXUCjbcmp zAe;O>cebLR?v-NjZY$uBBtbPv5`cN0omPlo8%kmoxPR}kQcQN=JA)bdUXf1)ph|0fmZ9*6cP&DlMA-Fs?1{O=j}ZpVk8YTe{E+Iq@$KiyLf|KFBd$la;! z(Hh=Y=;41~ukFb;zHg>v?>n?TrH1zlSa`X%r_T6(jgI0pYJ1vs>Fq5Q0FqpVbxGKK z)xeTHZjgBd9fu%K%JZ4z;ZhjAlypjPM@RYou0#F!TM(#w3rfI-H+ z#61bSR;H}a?a$zn@hl^-ArtmAi7P4BQcMqA=c~f5ofZ>GvVi2zlI`G%yBjbOaMXZ_ zWR0Yw$Vhkl6pL?1Id(n^yfJ2Ho;NVAuN^$T1jd4+sp_Q`*=AEZ?k8u2O`gm* zB`d`&XW$u0e8g(0dnAu+;R!UhlaJ`XbU2@Msf;&Ewz7en4^l4jdPL6Y)*jJ8>7V)rp_{rV$c3PkF={En<}c=Vz!zraV@#Kb7alH9D}qqezDp!b(b}-zi#Y!kDGS z1z|PIDYk))Ywo98U_yLp1>FGekCYWY6Z)QlX=2bB zp=&uv+E@cn2!yf?jL(kyb}*&@?8M@Gl6qsp9$*7g!b-L>O)LaKafRZ$2F^eq3wOB* z8j_4fBE*(z1l}Ryky@wJI^l)qJ>JQQagNl!lFbhedn8p)W=5GcSjtXnIH;;aP+}p? z#=&#AN-?F3gi&jz#o=N~WK3%m+L|0EWd;Qdh7wbeq{Yd5#wIR!#2~t1duRfcm(|DkeC!tfA;M*oBtcn`~g4>O0^f?WYNz#z9otsb}iAQq8D~#HLCb zrsGV9lRixni-&X7Ql+83=LO4Z#x=zz66cmONg8gHDroNwxTw*Lq03ZFPoE~fFLAR^ zlRB}ic3jVzg2+;KED^<_oG?!*0-D*-;F=)cG!$=zM7SC7>@c*b5(>>ofnMbksZw-A z#YT!6%L&y@(#Iu5VW=`En#HQas!;Fpz~r~<02%&H;$kI@jF1WRfzef7GI7pkEPIv8 zOT>{g*l^FZ8UT%mj2~Zw16&5SPy#Bt(3K>cWLU1AiQS!0#A>8Zm98+v*VJo&nk(F$R|oGI)P zjg}q7+}gOF2#Wn<1CxTWW_Caupzov}luFMxlCoVwduq1qBx!dy3SBK5XHSaqHPqjG z9GSrocX8Q@sci0Gkc$^reOR++CHo1%2r)EG%44||;d7DPMj+#s?BKb}mtxM+uzEfa z)T|ejFKSi`8rBN7MhdnDb-4L6)D`SlF}cz+4q5kSVjHIJXE$%66~g0}7`qJAOI<5| zhuJELwv0hjbE@;mhsWJ+ekMy8P>uItXh2GvMH0H1Hywf^6K`OqQIlk*QR9;skFv;^ zV5X67_{D8>85dO-RW$H|x%5Hxpo$O~m|RDx1qw_e9j8ra%!bo{8HO9X6sa4iAU20P zhmXr>r(gM|Z1ge%2H7*@3zT5IB@LqKlPK$NB>IwW{7uI&0}7>kQ!*L?^iD#aM$GpK>f)|d+PZ1J-RLk=QzC1E5)rtPVU2UCKM5PX!JFgYiXhrog? zqF0&ID8U~=wU)soJr$@I2t)&j9@iyGVV%bm6Zzc~t{UU`_YwKQ8{*?x8#^t*PJIAE zZH)Cz>c>oE2q2YP01Yvf*<6QviNiIk)=e>cAv3X^6NT+_P#WwY6>N=_REDP`C5`h3 zZ#HaMdV1OR_A^V*F7~fA?2R<+eRp%T;o#4Ux)+t-J|4Dx=h>B_?%;knF^J-pztR)7 z&G)|26LU8&WiOR|uW)Jb2j|{C2XTB1UTp)E2lh05qENPzrRUP-;6Ydgw>n|gJG^Dp zQ46!$#g#$TH!{JDyjHwWyjrsdig3XU@oEEZu`Q@ywYEwZ(d}A3`|k9I)+cY{`dH_0 z?%EW^J<5NE@QA&R1oY8Hc46IZmC{ibD|i2sR%NS$+`qX_urU4QPQ^Z#;zye7eTAAI zZvYEIWgUF2T!pEj2(mD_%@X}EZ8PSlW)C3tjy0ew^$w@Y6 z5`x{M6JU8Wjp_eN*)U-|tY~CN4o|V6K|47^c%i$1kr*Mnmq4Z=oR`3b_-Ts%6LNk= z&IDz)OwK#xFaqT7(FaC={4x1bNQ?uB7q^O-khu04sZlDBgL>{1&|v7wCpO}^Y6y2G z1L^;CKt*xE}flH?52#j!2&r256Sn!~g&$086>vP#wz?-e<@zpV1 z;lm#|n@APYSqQ~dXKjL*wlmgofQV@ai7Z&!&9p7Ml{caOduaYpXexYm)!rz|;O$!2 zwW#}k(eiM#r8`>K6YRpB=E3gJ^B>r2Ak1cKx~D}w?^G%(8W+zk>!anJ5mV_3u0tRA z1<)3K#JPF#0Gzq*xW)O4+RaPd%jcpHu(MVLEn)jdIpvF%m7Rw_s6G4(dwF=zQrD_| z`^}ufm7I$8@=a?@(QmmrwxcK3zWWocs^SSHD2jVSI*@xIfJk>h9Q)>xTS>x#d8>u3 zXyZy#7u3M0h1;lsxS~>-zx@_;|L8gZ!8-qmAH4YXi_wyOP-%5lhM&9fx$B>cR&9;C z+Jfc{Er+CH;SP)d8k4u;bmQW6t9{K{9bJ*KVejNfbf`f>fj7_c#qK!6ZnNgxo1yqfY%AR#FsP1`gTNid|)ym|?F zFteJpYK&4TPN^2AWfN7Sjc)scuAM~GKbB7WqunOW#vmL+RkC*LR_zaB*rrv}wBL6w zeuTQ2*5wL)KAgur_nvd^Ip6tx-}$~>V^2?|Isfr2kKSDXgr8!ERr_aoYBK6yoN-D> z__CKkjt{mOn>ppLw6%FnmBOz}8aVv-QKitdL-$d&7UAD;LbIqTQSNJOlowaUzI`Qp zBh+*+qqOugkyk*%n)Y_rnU3~$+0ev1#h;{jExg&Eg<8ucSrqX$B@nkH5pN@XK;&H_ z^vTH1R=%LnA`zZGR5lZAp%9sokiJiZlzW+;jI39~RBCQh-1|h{qO$a5$%=CI6sjfi zYLw7q*?Sk{74E)5A!rHL&hoUtBZsGHQB^E#T)_0GHr-d4gsMd)LJJgH$YXH|p>R14 zA(W(iDxqvS4k4iH>h$}H93g|^(ibQcc}yeZETpmoRV)Fah#^}@Tih-R`4PJy6h%xX zVNE1YCFCs{dU?Sf=~0>lXC&{mQYelb)o6tDNNPSxHS#KDdQ#NVT=)D^k|Zo^{G>t;xwx)x<*LzD0L6b+xt8UdAM1XH6*6ah*<$K zD=6l8>Ow}dr!k}vy%mG!eYQ!BJ!DDqwO-G-k$pXTq$6m7uVr3W4cAFfo@yCt8Ljzo z)0<7V_S`HOId*f+cXre~GOc5uEus#DN==)i50j`MUjPI(FKPg-@U~JLFQ)>w4h~;1xxe89`H`)ZOxLmSG z;q$nlK72fbSh1Rlu-oDE!4i4<_leC39p)Fqf7RDP6 z<@H1UO%vU6jr?m{-Abk)a}@DLx0;2YLRjZcj$S1F3eOQ=z^et z^~Z)s*9LGN!CbFA&=Mw>3Dze0B#}JBq10eS{$)Z32OlPTWa0*;qu8Lm*+b z>lox3r~B<|k6b7#X^|KG<7Mop9XF$A{|miZzY(SiaReU86)=n#O(L$XKP8s5vAm)@A(hlgA55)6 zYFLcrZ;}#0F5Fw^lB75S}T7<$%*w`zvgtg1K3EWSfI@WUrX4>G~7C$QV zWv`4&5oaA%(*S|3y$ZU)Q6e`eTEmQJBA!)yh~mFXguqD|t0WmpFSQDdya%r3^N#Vs z)=utrrGMe+{z}X_Fk~?2faok)UbkoWoB>)!LoJ?$IZMVHy)(ArfUS6p57B!qr+zMV z)$j%w@(?N*n?9q@4(PK-4o&L|Lxz-VdxrLmsF~fAwz2#m95S{B>>H*H^n^OsU>Oo3E2{K7=4-~ROS_X>lC&0hYl-awulFTQ#4t^RC4VX)#kr$>?=!6Kc3|KY$N@Q)o z4DYb=J-uI@#-`z*>QlT3`((T(a&beLwHK{iL6)z=Uk}oAtw&qNf~>P21PP znu(mi4saY{xx{$)9q%Cq*p@sJ$>n}y0Q6igE?}-z;@3h|D0|PO^;-(KPL&eUC zv_SC=jEv%)z??H-jS9syleXgjQf|vceW3VpDp$)>!MgvWATT4GoC(2NkL`Q5Tcu;q zkH7f#3;z7A!OU&9+d>u2@fY8e(dE76@2TqZ2O2z zR$R>8M+OP8lPUeM)FS3g4mjDFzg@Q)%O9AAz+R@ZP}^wXF5~D$0b-b^BYM zs5#hFySJhJV9l0FFovny{Au zdMM!P(|w&cpPa%Ol@x@A4VX)fsRV}TJ?=SkE}X$Sa%otl4w<}4Z=0_$q&NABZj@aw zo7Crw7L28n^{h$QXFE61_sjm<{ga!ULg|?>N@%b!6l6h%vX~wWsmq9njA1?#7Tepq z`oNcT0qlds&v2Q18ep*0jdUo}1Yje?qflVAMn*GZ7}IJ4_*3 z++;uBNRa ztbr5n+Wl<}(wmg;2Sk2HBtXPZV7BNx}}LI9H=&;QND@oPWjjI;D-{+KJ6AQ_mom$NB1uFlB0uNKKH=)7 zxw?-j&>G-cp)<_q!^T&Xs5u@pzs}*c&FCBfoda%wb%h@Fyw>0m?kPoYr9Y)$N?91P zqz^WS1nre0gGXkB?0^7{VM=%)+V|w7;9&XYE$N=-d1I0HnHghIz*yv8QynyJ@rZXd z7FcN=DVTAT1{|eh8^>z=j`ab{dQUUh2ycHto9PikI;*cIpv&{9?`f6=X$zl)VTq5?#P9py4a(*LsF} z78F`Rh1FZFz4F}PbG`#N4qrbU5LPW(b>@7Jej$Ui=J;0MD7{{~0MK1U@cW94dcm6S zF+*z}cRX Jd@37-{{fQP@PGgS literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py new file mode 100644 index 0000000..e93dc27 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py @@ -0,0 +1,1138 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2017 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import absolute_import + +import os +import re +import shutil +import sys + +try: + import ssl +except ImportError: # pragma: no cover + ssl = None + +if sys.version_info[0] < 3: # pragma: no cover + from StringIO import StringIO + string_types = basestring, + text_type = unicode + from types import FileType as file_type + import __builtin__ as builtins + import ConfigParser as configparser + from urlparse import urlparse, urlunparse, urljoin, urlsplit, urlunsplit + from urllib import (urlretrieve, quote as _quote, unquote, url2pathname, + pathname2url, ContentTooShortError, splittype) + + def quote(s): + if isinstance(s, unicode): + s = s.encode('utf-8') + return _quote(s) + + import urllib2 + from urllib2 import (Request, urlopen, URLError, HTTPError, + HTTPBasicAuthHandler, HTTPPasswordMgr, HTTPHandler, + HTTPRedirectHandler, build_opener) + if ssl: + from urllib2 import HTTPSHandler + import httplib + import xmlrpclib + import Queue as queue + from HTMLParser import HTMLParser + import htmlentitydefs + raw_input = raw_input + from itertools import ifilter as filter + from itertools import ifilterfalse as filterfalse + + # Leaving this around for now, in case it needs resurrecting in some way + # _userprog = None + # def splituser(host): + # """splituser('user[:passwd]@host[:port]') --> 'user[:passwd]', 'host[:port]'.""" + # global _userprog + # if _userprog is None: + # import re + # _userprog = re.compile('^(.*)@(.*)$') + + # match = _userprog.match(host) + # if match: return match.group(1, 2) + # return None, host + +else: # pragma: no cover + from io import StringIO + string_types = str, + text_type = str + from io import TextIOWrapper as file_type + import builtins + import configparser + from urllib.parse import (urlparse, urlunparse, urljoin, quote, unquote, + urlsplit, urlunsplit, splittype) + from urllib.request import (urlopen, urlretrieve, Request, url2pathname, + pathname2url, HTTPBasicAuthHandler, + HTTPPasswordMgr, HTTPHandler, + HTTPRedirectHandler, build_opener) + if ssl: + from urllib.request import HTTPSHandler + from urllib.error import HTTPError, URLError, ContentTooShortError + import http.client as httplib + import urllib.request as urllib2 + import xmlrpc.client as xmlrpclib + import queue + from html.parser import HTMLParser + import html.entities as htmlentitydefs + raw_input = input + from itertools import filterfalse + filter = filter + +try: + from ssl import match_hostname, CertificateError +except ImportError: # pragma: no cover + + class CertificateError(ValueError): + pass + + def _dnsname_match(dn, hostname, max_wildcards=1): + """Matching according to RFC 6125, section 6.4.3 + + http://tools.ietf.org/html/rfc6125#section-6.4.3 + """ + pats = [] + if not dn: + return False + + parts = dn.split('.') + leftmost, remainder = parts[0], parts[1:] + + wildcards = leftmost.count('*') + if wildcards > max_wildcards: + # Issue #17980: avoid denials of service by refusing more + # than one wildcard per fragment. A survey of established + # policy among SSL implementations showed it to be a + # reasonable choice. + raise CertificateError( + "too many wildcards in certificate DNS name: " + repr(dn)) + + # speed up common case w/o wildcards + if not wildcards: + return dn.lower() == hostname.lower() + + # RFC 6125, section 6.4.3, subitem 1. + # The client SHOULD NOT attempt to match a presented identifier in which + # the wildcard character comprises a label other than the left-most label. + if leftmost == '*': + # When '*' is a fragment by itself, it matches a non-empty dotless + # fragment. + pats.append('[^.]+') + elif leftmost.startswith('xn--') or hostname.startswith('xn--'): + # RFC 6125, section 6.4.3, subitem 3. + # The client SHOULD NOT attempt to match a presented identifier + # where the wildcard character is embedded within an A-label or + # U-label of an internationalized domain name. + pats.append(re.escape(leftmost)) + else: + # Otherwise, '*' matches any dotless string, e.g. www* + pats.append(re.escape(leftmost).replace(r'\*', '[^.]*')) + + # add the remaining fragments, ignore any wildcards + for frag in remainder: + pats.append(re.escape(frag)) + + pat = re.compile(r'\A' + r'\.'.join(pats) + r'\Z', re.IGNORECASE) + return pat.match(hostname) + + def match_hostname(cert, hostname): + """Verify that *cert* (in decoded format as returned by + SSLSocket.getpeercert()) matches the *hostname*. RFC 2818 and RFC 6125 + rules are followed, but IP addresses are not accepted for *hostname*. + + CertificateError is raised on failure. On success, the function + returns nothing. + """ + if not cert: + raise ValueError("empty or no certificate, match_hostname needs a " + "SSL socket or SSL context with either " + "CERT_OPTIONAL or CERT_REQUIRED") + dnsnames = [] + san = cert.get('subjectAltName', ()) + for key, value in san: + if key == 'DNS': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if not dnsnames: + # The subject is only checked when there is no dNSName entry + # in subjectAltName + for sub in cert.get('subject', ()): + for key, value in sub: + # XXX according to RFC 2818, the most specific Common Name + # must be used. + if key == 'commonName': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if len(dnsnames) > 1: + raise CertificateError("hostname %r " + "doesn't match either of %s" % + (hostname, ', '.join(map(repr, dnsnames)))) + elif len(dnsnames) == 1: + raise CertificateError("hostname %r " + "doesn't match %r" % + (hostname, dnsnames[0])) + else: + raise CertificateError("no appropriate commonName or " + "subjectAltName fields were found") + + +try: + from types import SimpleNamespace as Container +except ImportError: # pragma: no cover + + class Container(object): + """ + A generic container for when multiple values need to be returned + """ + + def __init__(self, **kwargs): + self.__dict__.update(kwargs) + + +try: + from shutil import which +except ImportError: # pragma: no cover + # Implementation from Python 3.3 + def which(cmd, mode=os.F_OK | os.X_OK, path=None): + """Given a command, mode, and a PATH string, return the path which + conforms to the given mode on the PATH, or None if there is no such + file. + + `mode` defaults to os.F_OK | os.X_OK. `path` defaults to the result + of os.environ.get("PATH"), or can be overridden with a custom search + path. + + """ + + # Check that a given file can be accessed with the correct mode. + # Additionally check that `file` is not a directory, as on Windows + # directories pass the os.access check. + def _access_check(fn, mode): + return (os.path.exists(fn) and os.access(fn, mode) + and not os.path.isdir(fn)) + + # If we're given a path with a directory part, look it up directly rather + # than referring to PATH directories. This includes checking relative to the + # current directory, e.g. ./script + if os.path.dirname(cmd): + if _access_check(cmd, mode): + return cmd + return None + + if path is None: + path = os.environ.get("PATH", os.defpath) + if not path: + return None + path = path.split(os.pathsep) + + if sys.platform == "win32": + # The current directory takes precedence on Windows. + if os.curdir not in path: + path.insert(0, os.curdir) + + # PATHEXT is necessary to check on Windows. + pathext = os.environ.get("PATHEXT", "").split(os.pathsep) + # See if the given file matches any of the expected path extensions. + # This will allow us to short circuit when given "python.exe". + # If it does match, only test that one, otherwise we have to try + # others. + if any(cmd.lower().endswith(ext.lower()) for ext in pathext): + files = [cmd] + else: + files = [cmd + ext for ext in pathext] + else: + # On other platforms you don't have things like PATHEXT to tell you + # what file suffixes are executable, so just pass on cmd as-is. + files = [cmd] + + seen = set() + for dir in path: + normdir = os.path.normcase(dir) + if normdir not in seen: + seen.add(normdir) + for thefile in files: + name = os.path.join(dir, thefile) + if _access_check(name, mode): + return name + return None + + +# ZipFile is a context manager in 2.7, but not in 2.6 + +from zipfile import ZipFile as BaseZipFile + +if hasattr(BaseZipFile, '__enter__'): # pragma: no cover + ZipFile = BaseZipFile +else: # pragma: no cover + from zipfile import ZipExtFile as BaseZipExtFile + + class ZipExtFile(BaseZipExtFile): + + def __init__(self, base): + self.__dict__.update(base.__dict__) + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + class ZipFile(BaseZipFile): + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + def open(self, *args, **kwargs): + base = BaseZipFile.open(self, *args, **kwargs) + return ZipExtFile(base) + + +try: + from platform import python_implementation +except ImportError: # pragma: no cover + + def python_implementation(): + """Return a string identifying the Python implementation.""" + if 'PyPy' in sys.version: + return 'PyPy' + if os.name == 'java': + return 'Jython' + if sys.version.startswith('IronPython'): + return 'IronPython' + return 'CPython' + + +import sysconfig + +try: + callable = callable +except NameError: # pragma: no cover + from collections.abc import Callable + + def callable(obj): + return isinstance(obj, Callable) + + +try: + fsencode = os.fsencode + fsdecode = os.fsdecode +except AttributeError: # pragma: no cover + # Issue #99: on some systems (e.g. containerised), + # sys.getfilesystemencoding() returns None, and we need a real value, + # so fall back to utf-8. From the CPython 2.7 docs relating to Unix and + # sys.getfilesystemencoding(): the return value is "the user’s preference + # according to the result of nl_langinfo(CODESET), or None if the + # nl_langinfo(CODESET) failed." + _fsencoding = sys.getfilesystemencoding() or 'utf-8' + if _fsencoding == 'mbcs': + _fserrors = 'strict' + else: + _fserrors = 'surrogateescape' + + def fsencode(filename): + if isinstance(filename, bytes): + return filename + elif isinstance(filename, text_type): + return filename.encode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + def fsdecode(filename): + if isinstance(filename, text_type): + return filename + elif isinstance(filename, bytes): + return filename.decode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + +try: + from tokenize import detect_encoding +except ImportError: # pragma: no cover + from codecs import BOM_UTF8, lookup + + cookie_re = re.compile(r"coding[:=]\s*([-\w.]+)") + + def _get_normal_name(orig_enc): + """Imitates get_normal_name in tokenizer.c.""" + # Only care about the first 12 characters. + enc = orig_enc[:12].lower().replace("_", "-") + if enc == "utf-8" or enc.startswith("utf-8-"): + return "utf-8" + if enc in ("latin-1", "iso-8859-1", "iso-latin-1") or \ + enc.startswith(("latin-1-", "iso-8859-1-", "iso-latin-1-")): + return "iso-8859-1" + return orig_enc + + def detect_encoding(readline): + """ + The detect_encoding() function is used to detect the encoding that should + be used to decode a Python source file. It requires one argument, readline, + in the same way as the tokenize() generator. + + It will call readline a maximum of twice, and return the encoding used + (as a string) and a list of any lines (left as bytes) it has read in. + + It detects the encoding from the presence of a utf-8 bom or an encoding + cookie as specified in pep-0263. If both a bom and a cookie are present, + but disagree, a SyntaxError will be raised. If the encoding cookie is an + invalid charset, raise a SyntaxError. Note that if a utf-8 bom is found, + 'utf-8-sig' is returned. + + If no encoding is specified, then the default of 'utf-8' will be returned. + """ + try: + filename = readline.__self__.name + except AttributeError: + filename = None + bom_found = False + encoding = None + default = 'utf-8' + + def read_or_stop(): + try: + return readline() + except StopIteration: + return b'' + + def find_cookie(line): + try: + # Decode as UTF-8. Either the line is an encoding declaration, + # in which case it should be pure ASCII, or it must be UTF-8 + # per default encoding. + line_string = line.decode('utf-8') + except UnicodeDecodeError: + msg = "invalid or missing encoding declaration" + if filename is not None: + msg = '{} for {!r}'.format(msg, filename) + raise SyntaxError(msg) + + matches = cookie_re.findall(line_string) + if not matches: + return None + encoding = _get_normal_name(matches[0]) + try: + codec = lookup(encoding) + except LookupError: + # This behaviour mimics the Python interpreter + if filename is None: + msg = "unknown encoding: " + encoding + else: + msg = "unknown encoding for {!r}: {}".format( + filename, encoding) + raise SyntaxError(msg) + + if bom_found: + if codec.name != 'utf-8': + # This behaviour mimics the Python interpreter + if filename is None: + msg = 'encoding problem: utf-8' + else: + msg = 'encoding problem for {!r}: utf-8'.format( + filename) + raise SyntaxError(msg) + encoding += '-sig' + return encoding + + first = read_or_stop() + if first.startswith(BOM_UTF8): + bom_found = True + first = first[3:] + default = 'utf-8-sig' + if not first: + return default, [] + + encoding = find_cookie(first) + if encoding: + return encoding, [first] + + second = read_or_stop() + if not second: + return default, [first] + + encoding = find_cookie(second) + if encoding: + return encoding, [first, second] + + return default, [first, second] + + +# For converting & <-> & etc. +try: + from html import escape +except ImportError: + from cgi import escape +if sys.version_info[:2] < (3, 4): + unescape = HTMLParser().unescape +else: + from html import unescape + +try: + from collections import ChainMap +except ImportError: # pragma: no cover + from collections import MutableMapping + + try: + from reprlib import recursive_repr as _recursive_repr + except ImportError: + + def _recursive_repr(fillvalue='...'): + ''' + Decorator to make a repr function return fillvalue for a recursive + call + ''' + + def decorating_function(user_function): + repr_running = set() + + def wrapper(self): + key = id(self), get_ident() + if key in repr_running: + return fillvalue + repr_running.add(key) + try: + result = user_function(self) + finally: + repr_running.discard(key) + return result + + # Can't use functools.wraps() here because of bootstrap issues + wrapper.__module__ = getattr(user_function, '__module__') + wrapper.__doc__ = getattr(user_function, '__doc__') + wrapper.__name__ = getattr(user_function, '__name__') + wrapper.__annotations__ = getattr(user_function, + '__annotations__', {}) + return wrapper + + return decorating_function + + class ChainMap(MutableMapping): + ''' + A ChainMap groups multiple dicts (or other mappings) together + to create a single, updateable view. + + The underlying mappings are stored in a list. That list is public and can + accessed or updated using the *maps* attribute. There is no other state. + + Lookups search the underlying mappings successively until a key is found. + In contrast, writes, updates, and deletions only operate on the first + mapping. + ''' + + def __init__(self, *maps): + '''Initialize a ChainMap by setting *maps* to the given mappings. + If no mappings are provided, a single empty dictionary is used. + + ''' + self.maps = list(maps) or [{}] # always at least one map + + def __missing__(self, key): + raise KeyError(key) + + def __getitem__(self, key): + for mapping in self.maps: + try: + return mapping[ + key] # can't use 'key in mapping' with defaultdict + except KeyError: + pass + return self.__missing__( + key) # support subclasses that define __missing__ + + def get(self, key, default=None): + return self[key] if key in self else default + + def __len__(self): + return len(set().union( + *self.maps)) # reuses stored hash values if possible + + def __iter__(self): + return iter(set().union(*self.maps)) + + def __contains__(self, key): + return any(key in m for m in self.maps) + + def __bool__(self): + return any(self.maps) + + @_recursive_repr() + def __repr__(self): + return '{0.__class__.__name__}({1})'.format( + self, ', '.join(map(repr, self.maps))) + + @classmethod + def fromkeys(cls, iterable, *args): + 'Create a ChainMap with a single dict created from the iterable.' + return cls(dict.fromkeys(iterable, *args)) + + def copy(self): + 'New ChainMap or subclass with a new copy of maps[0] and refs to maps[1:]' + return self.__class__(self.maps[0].copy(), *self.maps[1:]) + + __copy__ = copy + + def new_child(self): # like Django's Context.push() + 'New ChainMap with a new dict followed by all previous maps.' + return self.__class__({}, *self.maps) + + @property + def parents(self): # like Django's Context.pop() + 'New ChainMap from maps[1:].' + return self.__class__(*self.maps[1:]) + + def __setitem__(self, key, value): + self.maps[0][key] = value + + def __delitem__(self, key): + try: + del self.maps[0][key] + except KeyError: + raise KeyError( + 'Key not found in the first mapping: {!r}'.format(key)) + + def popitem(self): + 'Remove and return an item pair from maps[0]. Raise KeyError is maps[0] is empty.' + try: + return self.maps[0].popitem() + except KeyError: + raise KeyError('No keys found in the first mapping.') + + def pop(self, key, *args): + 'Remove *key* from maps[0] and return its value. Raise KeyError if *key* not in maps[0].' + try: + return self.maps[0].pop(key, *args) + except KeyError: + raise KeyError( + 'Key not found in the first mapping: {!r}'.format(key)) + + def clear(self): + 'Clear maps[0], leaving maps[1:] intact.' + self.maps[0].clear() + + +try: + from importlib.util import cache_from_source # Python >= 3.4 +except ImportError: # pragma: no cover + + def cache_from_source(path, debug_override=None): + assert path.endswith('.py') + if debug_override is None: + debug_override = __debug__ + if debug_override: + suffix = 'c' + else: + suffix = 'o' + return path + suffix + + +try: + from collections import OrderedDict +except ImportError: # pragma: no cover + # {{{ http://code.activestate.com/recipes/576693/ (r9) + # Backport of OrderedDict() class that runs on Python 2.4, 2.5, 2.6, 2.7 and pypy. + # Passes Python2.7's test suite and incorporates all the latest updates. + try: + from thread import get_ident as _get_ident + except ImportError: + from dummy_thread import get_ident as _get_ident + + try: + from _abcoll import KeysView, ValuesView, ItemsView + except ImportError: + pass + + class OrderedDict(dict): + 'Dictionary that remembers insertion order' + + # An inherited dict maps keys to values. + # The inherited dict provides __getitem__, __len__, __contains__, and get. + # The remaining methods are order-aware. + # Big-O running times for all methods are the same as for regular dictionaries. + + # The internal self.__map dictionary maps keys to links in a doubly linked list. + # The circular doubly linked list starts and ends with a sentinel element. + # The sentinel element never gets deleted (this simplifies the algorithm). + # Each link is stored as a list of length three: [PREV, NEXT, KEY]. + + def __init__(self, *args, **kwds): + '''Initialize an ordered dictionary. Signature is the same as for + regular dictionaries, but keyword arguments are not recommended + because their insertion order is arbitrary. + + ''' + if len(args) > 1: + raise TypeError('expected at most 1 arguments, got %d' % + len(args)) + try: + self.__root + except AttributeError: + self.__root = root = [] # sentinel node + root[:] = [root, root, None] + self.__map = {} + self.__update(*args, **kwds) + + def __setitem__(self, key, value, dict_setitem=dict.__setitem__): + 'od.__setitem__(i, y) <==> od[i]=y' + # Setting a new item creates a new link which goes at the end of the linked + # list, and the inherited dictionary is updated with the new key/value pair. + if key not in self: + root = self.__root + last = root[0] + last[1] = root[0] = self.__map[key] = [last, root, key] + dict_setitem(self, key, value) + + def __delitem__(self, key, dict_delitem=dict.__delitem__): + 'od.__delitem__(y) <==> del od[y]' + # Deleting an existing item uses self.__map to find the link which is + # then removed by updating the links in the predecessor and successor nodes. + dict_delitem(self, key) + link_prev, link_next, key = self.__map.pop(key) + link_prev[1] = link_next + link_next[0] = link_prev + + def __iter__(self): + 'od.__iter__() <==> iter(od)' + root = self.__root + curr = root[1] + while curr is not root: + yield curr[2] + curr = curr[1] + + def __reversed__(self): + 'od.__reversed__() <==> reversed(od)' + root = self.__root + curr = root[0] + while curr is not root: + yield curr[2] + curr = curr[0] + + def clear(self): + 'od.clear() -> None. Remove all items from od.' + try: + for node in self.__map.itervalues(): + del node[:] + root = self.__root + root[:] = [root, root, None] + self.__map.clear() + except AttributeError: + pass + dict.clear(self) + + def popitem(self, last=True): + '''od.popitem() -> (k, v), return and remove a (key, value) pair. + Pairs are returned in LIFO order if last is true or FIFO order if false. + + ''' + if not self: + raise KeyError('dictionary is empty') + root = self.__root + if last: + link = root[0] + link_prev = link[0] + link_prev[1] = root + root[0] = link_prev + else: + link = root[1] + link_next = link[1] + root[1] = link_next + link_next[0] = root + key = link[2] + del self.__map[key] + value = dict.pop(self, key) + return key, value + + # -- the following methods do not depend on the internal structure -- + + def keys(self): + 'od.keys() -> list of keys in od' + return list(self) + + def values(self): + 'od.values() -> list of values in od' + return [self[key] for key in self] + + def items(self): + 'od.items() -> list of (key, value) pairs in od' + return [(key, self[key]) for key in self] + + def iterkeys(self): + 'od.iterkeys() -> an iterator over the keys in od' + return iter(self) + + def itervalues(self): + 'od.itervalues -> an iterator over the values in od' + for k in self: + yield self[k] + + def iteritems(self): + 'od.iteritems -> an iterator over the (key, value) items in od' + for k in self: + yield (k, self[k]) + + def update(*args, **kwds): + '''od.update(E, **F) -> None. Update od from dict/iterable E and F. + + If E is a dict instance, does: for k in E: od[k] = E[k] + If E has a .keys() method, does: for k in E.keys(): od[k] = E[k] + Or if E is an iterable of items, does: for k, v in E: od[k] = v + In either case, this is followed by: for k, v in F.items(): od[k] = v + + ''' + if len(args) > 2: + raise TypeError('update() takes at most 2 positional ' + 'arguments (%d given)' % (len(args), )) + elif not args: + raise TypeError('update() takes at least 1 argument (0 given)') + self = args[0] + # Make progressively weaker assumptions about "other" + other = () + if len(args) == 2: + other = args[1] + if isinstance(other, dict): + for key in other: + self[key] = other[key] + elif hasattr(other, 'keys'): + for key in other.keys(): + self[key] = other[key] + else: + for key, value in other: + self[key] = value + for key, value in kwds.items(): + self[key] = value + + __update = update # let subclasses override update without breaking __init__ + + __marker = object() + + def pop(self, key, default=__marker): + '''od.pop(k[,d]) -> v, remove specified key and return the corresponding value. + If key is not found, d is returned if given, otherwise KeyError is raised. + + ''' + if key in self: + result = self[key] + del self[key] + return result + if default is self.__marker: + raise KeyError(key) + return default + + def setdefault(self, key, default=None): + 'od.setdefault(k[,d]) -> od.get(k,d), also set od[k]=d if k not in od' + if key in self: + return self[key] + self[key] = default + return default + + def __repr__(self, _repr_running=None): + 'od.__repr__() <==> repr(od)' + if not _repr_running: + _repr_running = {} + call_key = id(self), _get_ident() + if call_key in _repr_running: + return '...' + _repr_running[call_key] = 1 + try: + if not self: + return '%s()' % (self.__class__.__name__, ) + return '%s(%r)' % (self.__class__.__name__, self.items()) + finally: + del _repr_running[call_key] + + def __reduce__(self): + 'Return state information for pickling' + items = [[k, self[k]] for k in self] + inst_dict = vars(self).copy() + for k in vars(OrderedDict()): + inst_dict.pop(k, None) + if inst_dict: + return (self.__class__, (items, ), inst_dict) + return self.__class__, (items, ) + + def copy(self): + 'od.copy() -> a shallow copy of od' + return self.__class__(self) + + @classmethod + def fromkeys(cls, iterable, value=None): + '''OD.fromkeys(S[, v]) -> New ordered dictionary with keys from S + and values equal to v (which defaults to None). + + ''' + d = cls() + for key in iterable: + d[key] = value + return d + + def __eq__(self, other): + '''od.__eq__(y) <==> od==y. Comparison to another OD is order-sensitive + while comparison to a regular mapping is order-insensitive. + + ''' + if isinstance(other, OrderedDict): + return len(self) == len( + other) and self.items() == other.items() + return dict.__eq__(self, other) + + def __ne__(self, other): + return not self == other + + # -- the following methods are only used in Python 2.7 -- + + def viewkeys(self): + "od.viewkeys() -> a set-like object providing a view on od's keys" + return KeysView(self) + + def viewvalues(self): + "od.viewvalues() -> an object providing a view on od's values" + return ValuesView(self) + + def viewitems(self): + "od.viewitems() -> a set-like object providing a view on od's items" + return ItemsView(self) + + +try: + from logging.config import BaseConfigurator, valid_ident +except ImportError: # pragma: no cover + IDENTIFIER = re.compile('^[a-z_][a-z0-9_]*$', re.I) + + def valid_ident(s): + m = IDENTIFIER.match(s) + if not m: + raise ValueError('Not a valid Python identifier: %r' % s) + return True + + # The ConvertingXXX classes are wrappers around standard Python containers, + # and they serve to convert any suitable values in the container. The + # conversion converts base dicts, lists and tuples to their wrapped + # equivalents, whereas strings which match a conversion format are converted + # appropriately. + # + # Each wrapper should have a configurator attribute holding the actual + # configurator to use for conversion. + + class ConvertingDict(dict): + """A converting dictionary wrapper.""" + + def __getitem__(self, key): + value = dict.__getitem__(self, key) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def get(self, key, default=None): + value = dict.get(self, key, default) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, key, default=None): + value = dict.pop(self, key, default) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class ConvertingList(list): + """A converting list wrapper.""" + + def __getitem__(self, key): + value = list.__getitem__(self, key) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, idx=-1): + value = list.pop(self, idx) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + return result + + class ConvertingTuple(tuple): + """A converting tuple wrapper.""" + + def __getitem__(self, key): + value = tuple.__getitem__(self, key) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class BaseConfigurator(object): + """ + The configurator base class which defines some useful defaults. + """ + + CONVERT_PATTERN = re.compile(r'^(?P[a-z]+)://(?P.*)$') + + WORD_PATTERN = re.compile(r'^\s*(\w+)\s*') + DOT_PATTERN = re.compile(r'^\.\s*(\w+)\s*') + INDEX_PATTERN = re.compile(r'^\[\s*(\w+)\s*\]\s*') + DIGIT_PATTERN = re.compile(r'^\d+$') + + value_converters = { + 'ext': 'ext_convert', + 'cfg': 'cfg_convert', + } + + # We might want to use a different one, e.g. importlib + importer = staticmethod(__import__) + + def __init__(self, config): + self.config = ConvertingDict(config) + self.config.configurator = self + + def resolve(self, s): + """ + Resolve strings to objects using standard import and attribute + syntax. + """ + name = s.split('.') + used = name.pop(0) + try: + found = self.importer(used) + for frag in name: + used += '.' + frag + try: + found = getattr(found, frag) + except AttributeError: + self.importer(used) + found = getattr(found, frag) + return found + except ImportError: + e, tb = sys.exc_info()[1:] + v = ValueError('Cannot resolve %r: %s' % (s, e)) + v.__cause__, v.__traceback__ = e, tb + raise v + + def ext_convert(self, value): + """Default converter for the ext:// protocol.""" + return self.resolve(value) + + def cfg_convert(self, value): + """Default converter for the cfg:// protocol.""" + rest = value + m = self.WORD_PATTERN.match(rest) + if m is None: + raise ValueError("Unable to convert %r" % value) + else: + rest = rest[m.end():] + d = self.config[m.groups()[0]] + while rest: + m = self.DOT_PATTERN.match(rest) + if m: + d = d[m.groups()[0]] + else: + m = self.INDEX_PATTERN.match(rest) + if m: + idx = m.groups()[0] + if not self.DIGIT_PATTERN.match(idx): + d = d[idx] + else: + try: + n = int( + idx + ) # try as number first (most likely) + d = d[n] + except TypeError: + d = d[idx] + if m: + rest = rest[m.end():] + else: + raise ValueError('Unable to convert ' + '%r at %r' % (value, rest)) + # rest should be empty + return d + + def convert(self, value): + """ + Convert values to an appropriate type. dicts, lists and tuples are + replaced by their converting alternatives. Strings are checked to + see if they have a conversion format and are converted if they do. + """ + if not isinstance(value, ConvertingDict) and isinstance( + value, dict): + value = ConvertingDict(value) + value.configurator = self + elif not isinstance(value, ConvertingList) and isinstance( + value, list): + value = ConvertingList(value) + value.configurator = self + elif not isinstance(value, ConvertingTuple) and isinstance(value, tuple): + value = ConvertingTuple(value) + value.configurator = self + elif isinstance(value, string_types): + m = self.CONVERT_PATTERN.match(value) + if m: + d = m.groupdict() + prefix = d['prefix'] + converter = self.value_converters.get(prefix, None) + if converter: + suffix = d['suffix'] + converter = getattr(self, converter) + value = converter(suffix) + return value + + def configure_custom(self, config): + """Configure an object with a user-supplied factory.""" + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + kwargs = dict([(k, config[k]) for k in config if valid_ident(k)]) + result = c(**kwargs) + if props: + for name, value in props.items(): + setattr(result, name, value) + return result + + def as_tuple(self, value): + """Utility function which converts lists to tuples.""" + if isinstance(value, list): + value = tuple(value) + return value diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 0000000..eb3765f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py @@ -0,0 +1,1359 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""PEP 376 implementation.""" + +from __future__ import unicode_literals + +import base64 +import codecs +import contextlib +import hashlib +import logging +import os +import posixpath +import sys +import zipimport + +from . import DistlibException, resources +from .compat import StringIO +from .version import get_scheme, UnsupportedVersionError +from .metadata import (Metadata, METADATA_FILENAME, WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME) +from .util import (parse_requirement, cached_property, parse_name_and_version, + read_exports, write_exports, CSVReader, CSVWriter) + +__all__ = [ + 'Distribution', 'BaseInstalledDistribution', 'InstalledDistribution', + 'EggInfoDistribution', 'DistributionPath' +] + +logger = logging.getLogger(__name__) + +EXPORTS_FILENAME = 'pydist-exports.json' +COMMANDS_FILENAME = 'pydist-commands.json' + +DIST_FILES = ('INSTALLER', METADATA_FILENAME, 'RECORD', 'REQUESTED', + 'RESOURCES', EXPORTS_FILENAME, 'SHARED') + +DISTINFO_EXT = '.dist-info' + + +class _Cache(object): + """ + A simple cache mapping names and .dist-info paths to distributions + """ + + def __init__(self): + """ + Initialise an instance. There is normally one for each DistributionPath. + """ + self.name = {} + self.path = {} + self.generated = False + + def clear(self): + """ + Clear the cache, setting it to its initial state. + """ + self.name.clear() + self.path.clear() + self.generated = False + + def add(self, dist): + """ + Add a distribution to the cache. + :param dist: The distribution to add. + """ + if dist.path not in self.path: + self.path[dist.path] = dist + self.name.setdefault(dist.key, []).append(dist) + + +class DistributionPath(object): + """ + Represents a set of distributions installed on a path (typically sys.path). + """ + + def __init__(self, path=None, include_egg=False): + """ + Create an instance from a path, optionally including legacy (distutils/ + setuptools/distribute) distributions. + :param path: The path to use, as a list of directories. If not specified, + sys.path is used. + :param include_egg: If True, this instance will look for and return legacy + distributions as well as those based on PEP 376. + """ + if path is None: + path = sys.path + self.path = path + self._include_dist = True + self._include_egg = include_egg + + self._cache = _Cache() + self._cache_egg = _Cache() + self._cache_enabled = True + self._scheme = get_scheme('default') + + def _get_cache_enabled(self): + return self._cache_enabled + + def _set_cache_enabled(self, value): + self._cache_enabled = value + + cache_enabled = property(_get_cache_enabled, _set_cache_enabled) + + def clear_cache(self): + """ + Clears the internal cache. + """ + self._cache.clear() + self._cache_egg.clear() + + def _yield_distributions(self): + """ + Yield .dist-info and/or .egg(-info) distributions. + """ + # We need to check if we've seen some resources already, because on + # some Linux systems (e.g. some Debian/Ubuntu variants) there are + # symlinks which alias other files in the environment. + seen = set() + for path in self.path: + finder = resources.finder_for_path(path) + if finder is None: + continue + r = finder.find('') + if not r or not r.is_container: + continue + rset = sorted(r.resources) + for entry in rset: + r = finder.find(entry) + if not r or r.path in seen: + continue + try: + if self._include_dist and entry.endswith(DISTINFO_EXT): + possible_filenames = [ + METADATA_FILENAME, WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME + ] + for metadata_filename in possible_filenames: + metadata_path = posixpath.join( + entry, metadata_filename) + pydist = finder.find(metadata_path) + if pydist: + break + else: + continue + + with contextlib.closing(pydist.as_stream()) as stream: + metadata = Metadata(fileobj=stream, + scheme='legacy') + logger.debug('Found %s', r.path) + seen.add(r.path) + yield new_dist_class(r.path, + metadata=metadata, + env=self) + elif self._include_egg and entry.endswith( + ('.egg-info', '.egg')): + logger.debug('Found %s', r.path) + seen.add(r.path) + yield old_dist_class(r.path, self) + except Exception as e: + msg = 'Unable to read distribution at %s, perhaps due to bad metadata: %s' + logger.warning(msg, r.path, e) + import warnings + warnings.warn(msg % (r.path, e), stacklevel=2) + + def _generate_cache(self): + """ + Scan the path for distributions and populate the cache with + those that are found. + """ + gen_dist = not self._cache.generated + gen_egg = self._include_egg and not self._cache_egg.generated + if gen_dist or gen_egg: + for dist in self._yield_distributions(): + if isinstance(dist, InstalledDistribution): + self._cache.add(dist) + else: + self._cache_egg.add(dist) + + if gen_dist: + self._cache.generated = True + if gen_egg: + self._cache_egg.generated = True + + @classmethod + def distinfo_dirname(cls, name, version): + """ + The *name* and *version* parameters are converted into their + filename-escaped form, i.e. any ``'-'`` characters are replaced + with ``'_'`` other than the one in ``'dist-info'`` and the one + separating the name from the version number. + + :parameter name: is converted to a standard distribution name by replacing + any runs of non- alphanumeric characters with a single + ``'-'``. + :type name: string + :parameter version: is converted to a standard version string. Spaces + become dots, and all other non-alphanumeric characters + (except dots) become dashes, with runs of multiple + dashes condensed to a single dash. + :type version: string + :returns: directory name + :rtype: string""" + name = name.replace('-', '_') + return '-'.join([name, version]) + DISTINFO_EXT + + def get_distributions(self): + """ + Provides an iterator that looks for distributions and returns + :class:`InstalledDistribution` or + :class:`EggInfoDistribution` instances for each one of them. + + :rtype: iterator of :class:`InstalledDistribution` and + :class:`EggInfoDistribution` instances + """ + if not self._cache_enabled: + for dist in self._yield_distributions(): + yield dist + else: + self._generate_cache() + + for dist in self._cache.path.values(): + yield dist + + if self._include_egg: + for dist in self._cache_egg.path.values(): + yield dist + + def get_distribution(self, name): + """ + Looks for a named distribution on the path. + + This function only returns the first result found, as no more than one + value is expected. If nothing is found, ``None`` is returned. + + :rtype: :class:`InstalledDistribution`, :class:`EggInfoDistribution` + or ``None`` + """ + result = None + name = name.lower() + if not self._cache_enabled: + for dist in self._yield_distributions(): + if dist.key == name: + result = dist + break + else: + self._generate_cache() + + if name in self._cache.name: + result = self._cache.name[name][0] + elif self._include_egg and name in self._cache_egg.name: + result = self._cache_egg.name[name][0] + return result + + def provides_distribution(self, name, version=None): + """ + Iterates over all distributions to find which distributions provide *name*. + If a *version* is provided, it will be used to filter the results. + + This function only returns the first result found, since no more than + one values are expected. If the directory is not found, returns ``None``. + + :parameter version: a version specifier that indicates the version + required, conforming to the format in ``PEP-345`` + + :type name: string + :type version: string + """ + matcher = None + if version is not None: + try: + matcher = self._scheme.matcher('%s (%s)' % (name, version)) + except ValueError: + raise DistlibException('invalid name or version: %r, %r' % + (name, version)) + + for dist in self.get_distributions(): + # We hit a problem on Travis where enum34 was installed and doesn't + # have a provides attribute ... + if not hasattr(dist, 'provides'): + logger.debug('No "provides": %s', dist) + else: + provided = dist.provides + + for p in provided: + p_name, p_ver = parse_name_and_version(p) + if matcher is None: + if p_name == name: + yield dist + break + else: + if p_name == name and matcher.match(p_ver): + yield dist + break + + def get_file_path(self, name, relative_path): + """ + Return the path to a resource file. + """ + dist = self.get_distribution(name) + if dist is None: + raise LookupError('no distribution named %r found' % name) + return dist.get_resource_path(relative_path) + + def get_exported_entries(self, category, name=None): + """ + Return all of the exported entries in a particular category. + + :param category: The category to search for entries. + :param name: If specified, only entries with that name are returned. + """ + for dist in self.get_distributions(): + r = dist.exports + if category in r: + d = r[category] + if name is not None: + if name in d: + yield d[name] + else: + for v in d.values(): + yield v + + +class Distribution(object): + """ + A base class for distributions, whether installed or from indexes. + Either way, it must have some metadata, so that's all that's needed + for construction. + """ + + build_time_dependency = False + """ + Set to True if it's known to be only a build-time dependency (i.e. + not needed after installation). + """ + + requested = False + """A boolean that indicates whether the ``REQUESTED`` metadata file is + present (in other words, whether the package was installed by user + request or it was installed as a dependency).""" + + def __init__(self, metadata): + """ + Initialise an instance. + :param metadata: The instance of :class:`Metadata` describing this + distribution. + """ + self.metadata = metadata + self.name = metadata.name + self.key = self.name.lower() # for case-insensitive comparisons + self.version = metadata.version + self.locator = None + self.digest = None + self.extras = None # additional features requested + self.context = None # environment marker overrides + self.download_urls = set() + self.digests = {} + + @property + def source_url(self): + """ + The source archive download URL for this distribution. + """ + return self.metadata.source_url + + download_url = source_url # Backward compatibility + + @property + def name_and_version(self): + """ + A utility property which displays the name and version in parentheses. + """ + return '%s (%s)' % (self.name, self.version) + + @property + def provides(self): + """ + A set of distribution names and versions provided by this distribution. + :return: A set of "name (version)" strings. + """ + plist = self.metadata.provides + s = '%s (%s)' % (self.name, self.version) + if s not in plist: + plist.append(s) + return plist + + def _get_requirements(self, req_attr): + md = self.metadata + reqts = getattr(md, req_attr) + logger.debug('%s: got requirements %r from metadata: %r', self.name, + req_attr, reqts) + return set( + md.get_requirements(reqts, extras=self.extras, env=self.context)) + + @property + def run_requires(self): + return self._get_requirements('run_requires') + + @property + def meta_requires(self): + return self._get_requirements('meta_requires') + + @property + def build_requires(self): + return self._get_requirements('build_requires') + + @property + def test_requires(self): + return self._get_requirements('test_requires') + + @property + def dev_requires(self): + return self._get_requirements('dev_requires') + + def matches_requirement(self, req): + """ + Say if this instance matches (fulfills) a requirement. + :param req: The requirement to match. + :rtype req: str + :return: True if it matches, else False. + """ + # Requirement may contain extras - parse to lose those + # from what's passed to the matcher + r = parse_requirement(req) + scheme = get_scheme(self.metadata.scheme) + try: + matcher = scheme.matcher(r.requirement) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + result = False + for p in self.provides: + p_name, p_ver = parse_name_and_version(p) + if p_name != name: + continue + try: + result = matcher.match(p_ver) + break + except UnsupportedVersionError: + pass + return result + + def __repr__(self): + """ + Return a textual representation of this instance, + """ + if self.source_url: + suffix = ' [%s]' % self.source_url + else: + suffix = '' + return '' % (self.name, self.version, suffix) + + def __eq__(self, other): + """ + See if this distribution is the same as another. + :param other: The distribution to compare with. To be equal to one + another. distributions must have the same type, name, + version and source_url. + :return: True if it is the same, else False. + """ + if type(other) is not type(self): + result = False + else: + result = (self.name == other.name and self.version == other.version + and self.source_url == other.source_url) + return result + + def __hash__(self): + """ + Compute hash in a way which matches the equality test. + """ + return hash(self.name) + hash(self.version) + hash(self.source_url) + + +class BaseInstalledDistribution(Distribution): + """ + This is the base class for installed distributions (whether PEP 376 or + legacy). + """ + + hasher = None + + def __init__(self, metadata, path, env=None): + """ + Initialise an instance. + :param metadata: An instance of :class:`Metadata` which describes the + distribution. This will normally have been initialised + from a metadata file in the ``path``. + :param path: The path of the ``.dist-info`` or ``.egg-info`` + directory for the distribution. + :param env: This is normally the :class:`DistributionPath` + instance where this distribution was found. + """ + super(BaseInstalledDistribution, self).__init__(metadata) + self.path = path + self.dist_path = env + + def get_hash(self, data, hasher=None): + """ + Get the hash of some data, using a particular hash algorithm, if + specified. + + :param data: The data to be hashed. + :type data: bytes + :param hasher: The name of a hash implementation, supported by hashlib, + or ``None``. Examples of valid values are ``'sha1'``, + ``'sha224'``, ``'sha384'``, '``sha256'``, ``'md5'`` and + ``'sha512'``. If no hasher is specified, the ``hasher`` + attribute of the :class:`InstalledDistribution` instance + is used. If the hasher is determined to be ``None``, MD5 + is used as the hashing algorithm. + :returns: The hash of the data. If a hasher was explicitly specified, + the returned hash will be prefixed with the specified hasher + followed by '='. + :rtype: str + """ + if hasher is None: + hasher = self.hasher + if hasher is None: + hasher = hashlib.md5 + prefix = '' + else: + hasher = getattr(hashlib, hasher) + prefix = '%s=' % self.hasher + digest = hasher(data).digest() + digest = base64.urlsafe_b64encode(digest).rstrip(b'=').decode('ascii') + return '%s%s' % (prefix, digest) + + +class InstalledDistribution(BaseInstalledDistribution): + """ + Created with the *path* of the ``.dist-info`` directory provided to the + constructor. It reads the metadata contained in ``pydist.json`` when it is + instantiated., or uses a passed in Metadata instance (useful for when + dry-run mode is being used). + """ + + hasher = 'sha256' + + def __init__(self, path, metadata=None, env=None): + self.modules = [] + self.finder = finder = resources.finder_for_path(path) + if finder is None: + raise ValueError('finder unavailable for %s' % path) + if env and env._cache_enabled and path in env._cache.path: + metadata = env._cache.path[path].metadata + elif metadata is None: + r = finder.find(METADATA_FILENAME) + # Temporary - for Wheel 0.23 support + if r is None: + r = finder.find(WHEEL_METADATA_FILENAME) + # Temporary - for legacy support + if r is None: + r = finder.find(LEGACY_METADATA_FILENAME) + if r is None: + raise ValueError('no %s found in %s' % + (METADATA_FILENAME, path)) + with contextlib.closing(r.as_stream()) as stream: + metadata = Metadata(fileobj=stream, scheme='legacy') + + super(InstalledDistribution, self).__init__(metadata, path, env) + + if env and env._cache_enabled: + env._cache.add(self) + + r = finder.find('REQUESTED') + self.requested = r is not None + p = os.path.join(path, 'top_level.txt') + if os.path.exists(p): + with open(p, 'rb') as f: + data = f.read().decode('utf-8') + self.modules = data.splitlines() + + def __repr__(self): + return '' % ( + self.name, self.version, self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def _get_records(self): + """ + Get the list of installed files for the distribution + :return: A list of tuples of path, hash and size. Note that hash and + size might be ``None`` for some entries. The path is exactly + as stored in the file (which is as in PEP 376). + """ + results = [] + r = self.get_distinfo_resource('RECORD') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as record_reader: + # Base location is parent dir of .dist-info dir + # base_location = os.path.dirname(self.path) + # base_location = os.path.abspath(base_location) + for row in record_reader: + missing = [None for i in range(len(row), 3)] + path, checksum, size = row + missing + # if not os.path.isabs(path): + # path = path.replace('/', os.sep) + # path = os.path.join(base_location, path) + results.append((path, checksum, size)) + return results + + @cached_property + def exports(self): + """ + Return the information exported by this distribution. + :return: A dictionary of exports, mapping an export category to a dict + of :class:`ExportEntry` instances describing the individual + export entries, and keyed by name. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + result = self.read_exports() + return result + + def read_exports(self): + """ + Read exports data from a file in .ini format. + + :return: A dictionary of exports, mapping an export category to a list + of :class:`ExportEntry` instances describing the individual + export entries. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + with contextlib.closing(r.as_stream()) as stream: + result = read_exports(stream) + return result + + def write_exports(self, exports): + """ + Write a dictionary of exports to a file in .ini format. + :param exports: A dictionary of exports, mapping an export category to + a list of :class:`ExportEntry` instances describing the + individual export entries. + """ + rf = self.get_distinfo_file(EXPORTS_FILENAME) + with open(rf, 'w') as f: + write_exports(exports, f) + + def get_resource_path(self, relative_path): + """ + NOTE: This API may change in the future. + + Return the absolute path to a resource file with the given relative + path. + + :param relative_path: The path, relative to .dist-info, of the resource + of interest. + :return: The absolute path where the resource is to be found. + """ + r = self.get_distinfo_resource('RESOURCES') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as resources_reader: + for relative, destination in resources_reader: + if relative == relative_path: + return destination + raise KeyError('no resource file with relative path %r ' + 'is installed' % relative_path) + + def list_installed_files(self): + """ + Iterates over the ``RECORD`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: iterator of (path, hash, size) + """ + for result in self._get_records(): + yield result + + def write_installed_files(self, paths, prefix, dry_run=False): + """ + Writes the ``RECORD`` file, using the ``paths`` iterable passed in. Any + existing ``RECORD`` file is silently overwritten. + + prefix is used to determine when to write absolute paths. + """ + prefix = os.path.join(prefix, '') + base = os.path.dirname(self.path) + base_under_prefix = base.startswith(prefix) + base = os.path.join(base, '') + record_path = self.get_distinfo_file('RECORD') + logger.info('creating %s', record_path) + if dry_run: + return None + with CSVWriter(record_path) as writer: + for path in paths: + if os.path.isdir(path) or path.endswith(('.pyc', '.pyo')): + # do not put size and hash, as in PEP-376 + hash_value = size = '' + else: + size = '%d' % os.path.getsize(path) + with open(path, 'rb') as fp: + hash_value = self.get_hash(fp.read()) + if path.startswith(base) or (base_under_prefix + and path.startswith(prefix)): + path = os.path.relpath(path, base) + writer.writerow((path, hash_value, size)) + + # add the RECORD file itself + if record_path.startswith(base): + record_path = os.path.relpath(record_path, base) + writer.writerow((record_path, '', '')) + return record_path + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + base = os.path.dirname(self.path) + record_path = self.get_distinfo_file('RECORD') + for path, hash_value, size in self.list_installed_files(): + if not os.path.isabs(path): + path = os.path.join(base, path) + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + elif os.path.isfile(path): + actual_size = str(os.path.getsize(path)) + if size and actual_size != size: + mismatches.append((path, 'size', size, actual_size)) + elif hash_value: + if '=' in hash_value: + hasher = hash_value.split('=', 1)[0] + else: + hasher = None + + with open(path, 'rb') as f: + actual_hash = self.get_hash(f.read(), hasher) + if actual_hash != hash_value: + mismatches.append( + (path, 'hash', hash_value, actual_hash)) + return mismatches + + @cached_property + def shared_locations(self): + """ + A dictionary of shared locations whose keys are in the set 'prefix', + 'purelib', 'platlib', 'scripts', 'headers', 'data' and 'namespace'. + The corresponding value is the absolute path of that category for + this distribution, and takes into account any paths selected by the + user at installation time (e.g. via command-line arguments). In the + case of the 'namespace' key, this would be a list of absolute paths + for the roots of namespace packages in this distribution. + + The first time this property is accessed, the relevant information is + read from the SHARED file in the .dist-info directory. + """ + result = {} + shared_path = os.path.join(self.path, 'SHARED') + if os.path.isfile(shared_path): + with codecs.open(shared_path, 'r', encoding='utf-8') as f: + lines = f.read().splitlines() + for line in lines: + key, value = line.split('=', 1) + if key == 'namespace': + result.setdefault(key, []).append(value) + else: + result[key] = value + return result + + def write_shared_locations(self, paths, dry_run=False): + """ + Write shared location information to the SHARED file in .dist-info. + :param paths: A dictionary as described in the documentation for + :meth:`shared_locations`. + :param dry_run: If True, the action is logged but no file is actually + written. + :return: The path of the file written to. + """ + shared_path = os.path.join(self.path, 'SHARED') + logger.info('creating %s', shared_path) + if dry_run: + return None + lines = [] + for key in ('prefix', 'lib', 'headers', 'scripts', 'data'): + path = paths[key] + if os.path.isdir(paths[key]): + lines.append('%s=%s' % (key, path)) + for ns in paths.get('namespace', ()): + lines.append('namespace=%s' % ns) + + with codecs.open(shared_path, 'w', encoding='utf-8') as f: + f.write('\n'.join(lines)) + return shared_path + + def get_distinfo_resource(self, path): + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + finder = resources.finder_for_path(self.path) + if finder is None: + raise DistlibException('Unable to get a finder for %s' % self.path) + return finder.find(path) + + def get_distinfo_file(self, path): + """ + Returns a path located under the ``.dist-info`` directory. Returns a + string representing the path. + + :parameter path: a ``'/'``-separated path relative to the + ``.dist-info`` directory or an absolute path; + If *path* is an absolute path and doesn't start + with the ``.dist-info`` directory path, + a :class:`DistlibException` is raised + :type path: str + :rtype: str + """ + # Check if it is an absolute path # XXX use relpath, add tests + if path.find(os.sep) >= 0: + # it's an absolute path? + distinfo_dirname, path = path.split(os.sep)[-2:] + if distinfo_dirname != self.path.split(os.sep)[-1]: + raise DistlibException( + 'dist-info file %r does not belong to the %r %s ' + 'distribution' % (path, self.name, self.version)) + + # The file must be relative + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + + return os.path.join(self.path, path) + + def list_distinfo_files(self): + """ + Iterates over the ``RECORD`` entries and returns paths for each line if + the path is pointing to a file located in the ``.dist-info`` directory + or one of its subdirectories. + + :returns: iterator of paths + """ + base = os.path.dirname(self.path) + for path, checksum, size in self._get_records(): + # XXX add separator or use real relpath algo + if not os.path.isabs(path): + path = os.path.join(base, path) + if path.startswith(self.path): + yield path + + def __eq__(self, other): + return (isinstance(other, InstalledDistribution) + and self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + + +class EggInfoDistribution(BaseInstalledDistribution): + """Created with the *path* of the ``.egg-info`` directory or file provided + to the constructor. It reads the metadata contained in the file itself, or + if the given path happens to be a directory, the metadata is read from the + file ``PKG-INFO`` under that directory.""" + + requested = True # as we have no way of knowing, assume it was + shared_locations = {} + + def __init__(self, path, env=None): + + def set_name_and_version(s, n, v): + s.name = n + s.key = n.lower() # for case-insensitive comparisons + s.version = v + + self.path = path + self.dist_path = env + if env and env._cache_enabled and path in env._cache_egg.path: + metadata = env._cache_egg.path[path].metadata + set_name_and_version(self, metadata.name, metadata.version) + else: + metadata = self._get_metadata(path) + + # Need to be set before caching + set_name_and_version(self, metadata.name, metadata.version) + + if env and env._cache_enabled: + env._cache_egg.add(self) + super(EggInfoDistribution, self).__init__(metadata, path, env) + + def _get_metadata(self, path): + requires = None + + def parse_requires_data(data): + """Create a list of dependencies from a requires.txt file. + + *data*: the contents of a setuptools-produced requires.txt file. + """ + reqs = [] + lines = data.splitlines() + for line in lines: + line = line.strip() + # sectioned files have bare newlines (separating sections) + if not line: # pragma: no cover + continue + if line.startswith('['): # pragma: no cover + logger.warning( + 'Unexpected line: quitting requirement scan: %r', line) + break + r = parse_requirement(line) + if not r: # pragma: no cover + logger.warning('Not recognised as a requirement: %r', line) + continue + if r.extras: # pragma: no cover + logger.warning('extra requirements in requires.txt are ' + 'not supported') + if not r.constraints: + reqs.append(r.name) + else: + cons = ', '.join('%s%s' % c for c in r.constraints) + reqs.append('%s (%s)' % (r.name, cons)) + return reqs + + def parse_requires_path(req_path): + """Create a list of dependencies from a requires.txt file. + + *req_path*: the path to a setuptools-produced requires.txt file. + """ + + reqs = [] + try: + with codecs.open(req_path, 'r', 'utf-8') as fp: + reqs = parse_requires_data(fp.read()) + except IOError: + pass + return reqs + + tl_path = tl_data = None + if path.endswith('.egg'): + if os.path.isdir(path): + p = os.path.join(path, 'EGG-INFO') + meta_path = os.path.join(p, 'PKG-INFO') + metadata = Metadata(path=meta_path, scheme='legacy') + req_path = os.path.join(p, 'requires.txt') + tl_path = os.path.join(p, 'top_level.txt') + requires = parse_requires_path(req_path) + else: + # FIXME handle the case where zipfile is not available + zipf = zipimport.zipimporter(path) + fileobj = StringIO( + zipf.get_data('EGG-INFO/PKG-INFO').decode('utf8')) + metadata = Metadata(fileobj=fileobj, scheme='legacy') + try: + data = zipf.get_data('EGG-INFO/requires.txt') + tl_data = zipf.get_data('EGG-INFO/top_level.txt').decode( + 'utf-8') + requires = parse_requires_data(data.decode('utf-8')) + except IOError: + requires = None + elif path.endswith('.egg-info'): + if os.path.isdir(path): + req_path = os.path.join(path, 'requires.txt') + requires = parse_requires_path(req_path) + path = os.path.join(path, 'PKG-INFO') + tl_path = os.path.join(path, 'top_level.txt') + metadata = Metadata(path=path, scheme='legacy') + else: + raise DistlibException('path must end with .egg-info or .egg, ' + 'got %r' % path) + + if requires: + metadata.add_requirements(requires) + # look for top-level modules in top_level.txt, if present + if tl_data is None: + if tl_path is not None and os.path.exists(tl_path): + with open(tl_path, 'rb') as f: + tl_data = f.read().decode('utf-8') + if not tl_data: + tl_data = [] + else: + tl_data = tl_data.splitlines() + self.modules = tl_data + return metadata + + def __repr__(self): + return '' % (self.name, self.version, + self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + for path, _, _ in self.list_installed_files(): + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + return mismatches + + def list_installed_files(self): + """ + Iterates over the ``installed-files.txt`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: a list of (path, hash, size) + """ + + def _md5(path): + f = open(path, 'rb') + try: + content = f.read() + finally: + f.close() + return hashlib.md5(content).hexdigest() + + def _size(path): + return os.stat(path).st_size + + record_path = os.path.join(self.path, 'installed-files.txt') + result = [] + if os.path.exists(record_path): + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + p = os.path.normpath(os.path.join(self.path, line)) + # "./" is present as a marker between installed files + # and installation metadata files + if not os.path.exists(p): + logger.warning('Non-existent file: %s', p) + if p.endswith(('.pyc', '.pyo')): + continue + # otherwise fall through and fail + if not os.path.isdir(p): + result.append((p, _md5(p), _size(p))) + result.append((record_path, None, None)) + return result + + def list_distinfo_files(self, absolute=False): + """ + Iterates over the ``installed-files.txt`` entries and returns paths for + each line if the path is pointing to a file located in the + ``.egg-info`` directory or one of its subdirectories. + + :parameter absolute: If *absolute* is ``True``, each returned path is + transformed into a local absolute path. Otherwise the + raw value from ``installed-files.txt`` is returned. + :type absolute: boolean + :returns: iterator of paths + """ + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + skip = True + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + if line == './': + skip = False + continue + if not skip: + p = os.path.normpath(os.path.join(self.path, line)) + if p.startswith(self.path): + if absolute: + yield p + else: + yield line + + def __eq__(self, other): + return (isinstance(other, EggInfoDistribution) + and self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + + +new_dist_class = InstalledDistribution +old_dist_class = EggInfoDistribution + + +class DependencyGraph(object): + """ + Represents a dependency graph between distributions. + + The dependency relationships are stored in an ``adjacency_list`` that maps + distributions to a list of ``(other, label)`` tuples where ``other`` + is a distribution and the edge is labeled with ``label`` (i.e. the version + specifier, if such was provided). Also, for more efficient traversal, for + every distribution ``x``, a list of predecessors is kept in + ``reverse_list[x]``. An edge from distribution ``a`` to + distribution ``b`` means that ``a`` depends on ``b``. If any missing + dependencies are found, they are stored in ``missing``, which is a + dictionary that maps distributions to a list of requirements that were not + provided by any other distributions. + """ + + def __init__(self): + self.adjacency_list = {} + self.reverse_list = {} + self.missing = {} + + def add_distribution(self, distribution): + """Add the *distribution* to the graph. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + """ + self.adjacency_list[distribution] = [] + self.reverse_list[distribution] = [] + # self.missing[distribution] = [] + + def add_edge(self, x, y, label=None): + """Add an edge from distribution *x* to distribution *y* with the given + *label*. + + :type x: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type y: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type label: ``str`` or ``None`` + """ + self.adjacency_list[x].append((y, label)) + # multiple edges are allowed, so be careful + if x not in self.reverse_list[y]: + self.reverse_list[y].append(x) + + def add_missing(self, distribution, requirement): + """ + Add a missing *requirement* for the given *distribution*. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + :type requirement: ``str`` + """ + logger.debug('%s missing %r', distribution, requirement) + self.missing.setdefault(distribution, []).append(requirement) + + def _repr_dist(self, dist): + return '%s %s' % (dist.name, dist.version) + + def repr_node(self, dist, level=1): + """Prints only a subgraph""" + output = [self._repr_dist(dist)] + for other, label in self.adjacency_list[dist]: + dist = self._repr_dist(other) + if label is not None: + dist = '%s [%s]' % (dist, label) + output.append(' ' * level + str(dist)) + suboutput = self.repr_node(other, level + 1) + subs = suboutput.split('\n') + output.extend(subs[1:]) + return '\n'.join(output) + + def to_dot(self, f, skip_disconnected=True): + """Writes a DOT output for the graph to the provided file *f*. + + If *skip_disconnected* is set to ``True``, then all distributions + that are not dependent on any other distribution are skipped. + + :type f: has to support ``file``-like operations + :type skip_disconnected: ``bool`` + """ + disconnected = [] + + f.write("digraph dependencies {\n") + for dist, adjs in self.adjacency_list.items(): + if len(adjs) == 0 and not skip_disconnected: + disconnected.append(dist) + for other, label in adjs: + if label is not None: + f.write('"%s" -> "%s" [label="%s"]\n' % + (dist.name, other.name, label)) + else: + f.write('"%s" -> "%s"\n' % (dist.name, other.name)) + if not skip_disconnected and len(disconnected) > 0: + f.write('subgraph disconnected {\n') + f.write('label = "Disconnected"\n') + f.write('bgcolor = red\n') + + for dist in disconnected: + f.write('"%s"' % dist.name) + f.write('\n') + f.write('}\n') + f.write('}\n') + + def topological_sort(self): + """ + Perform a topological sort of the graph. + :return: A tuple, the first element of which is a topologically sorted + list of distributions, and the second element of which is a + list of distributions that cannot be sorted because they have + circular dependencies and so form a cycle. + """ + result = [] + # Make a shallow copy of the adjacency list + alist = {} + for k, v in self.adjacency_list.items(): + alist[k] = v[:] + while True: + # See what we can remove in this run + to_remove = [] + for k, v in list(alist.items())[:]: + if not v: + to_remove.append(k) + del alist[k] + if not to_remove: + # What's left in alist (if anything) is a cycle. + break + # Remove from the adjacency list of others + for k, v in alist.items(): + alist[k] = [(d, r) for d, r in v if d not in to_remove] + logger.debug('Moving to result: %s', + ['%s (%s)' % (d.name, d.version) for d in to_remove]) + result.extend(to_remove) + return result, list(alist.keys()) + + def __repr__(self): + """Representation of the graph""" + output = [] + for dist, adjs in self.adjacency_list.items(): + output.append(self.repr_node(dist)) + return '\n'.join(output) + + +def make_graph(dists, scheme='default'): + """Makes a dependency graph from the given distributions. + + :parameter dists: a list of distributions + :type dists: list of :class:`distutils2.database.InstalledDistribution` and + :class:`distutils2.database.EggInfoDistribution` instances + :rtype: a :class:`DependencyGraph` instance + """ + scheme = get_scheme(scheme) + graph = DependencyGraph() + provided = {} # maps names to lists of (version, dist) tuples + + # first, build the graph and find out what's provided + for dist in dists: + graph.add_distribution(dist) + + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + provided.setdefault(name, []).append((version, dist)) + + # now make the edges + for dist in dists: + requires = (dist.run_requires | dist.meta_requires + | dist.build_requires | dist.dev_requires) + for req in requires: + try: + matcher = scheme.matcher(req) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', + req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + matched = False + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + graph.add_edge(dist, provider, req) + matched = True + break + if not matched: + graph.add_missing(dist, req) + return graph + + +def get_dependent_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + dependent on *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + dep = [dist] # dependent distributions + todo = graph.reverse_list[dist] # list of nodes we should inspect + + while todo: + d = todo.pop() + dep.append(d) + for succ in graph.reverse_list[d]: + if succ not in dep: + todo.append(succ) + + dep.pop(0) # remove dist from dep, was there to prevent infinite loops + return dep + + +def get_required_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + required by *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + in finding the dependencies. + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + req = set() # required distributions + todo = graph.adjacency_list[dist] # list of nodes we should inspect + seen = set(t[0] for t in todo) # already added to todo + + while todo: + d = todo.pop()[0] + req.add(d) + pred_list = graph.adjacency_list[d] + for pred in pred_list: + d = pred[0] + if d not in req and d not in seen: + seen.add(d) + todo.append(pred) + return req + + +def make_dist(name, version, **kwargs): + """ + A convenience method for making a dist given just a name and version. + """ + summary = kwargs.pop('summary', 'Placeholder for summary') + md = Metadata(**kwargs) + md.name = name + md.version = version + md.summary = summary or 'Placeholder for summary' + return Distribution(md) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 0000000..56cd286 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py @@ -0,0 +1,508 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import hashlib +import logging +import os +import shutil +import subprocess +import tempfile +try: + from threading import Thread +except ImportError: # pragma: no cover + from dummy_threading import Thread + +from . import DistlibException +from .compat import (HTTPBasicAuthHandler, Request, HTTPPasswordMgr, + urlparse, build_opener, string_types) +from .util import zip_dir, ServerProxy + +logger = logging.getLogger(__name__) + +DEFAULT_INDEX = 'https://pypi.org/pypi' +DEFAULT_REALM = 'pypi' + + +class PackageIndex(object): + """ + This class represents a package index compatible with PyPI, the Python + Package Index. + """ + + boundary = b'----------ThIs_Is_tHe_distlib_index_bouNdaRY_$' + + def __init__(self, url=None): + """ + Initialise an instance. + + :param url: The URL of the index. If not specified, the URL for PyPI is + used. + """ + self.url = url or DEFAULT_INDEX + self.read_configuration() + scheme, netloc, path, params, query, frag = urlparse(self.url) + if params or query or frag or scheme not in ('http', 'https'): + raise DistlibException('invalid repository: %s' % self.url) + self.password_handler = None + self.ssl_verifier = None + self.gpg = None + self.gpg_home = None + with open(os.devnull, 'w') as sink: + # Use gpg by default rather than gpg2, as gpg2 insists on + # prompting for passwords + for s in ('gpg', 'gpg2'): + try: + rc = subprocess.check_call([s, '--version'], stdout=sink, + stderr=sink) + if rc == 0: + self.gpg = s + break + except OSError: + pass + + def _get_pypirc_command(self): + """ + Get the distutils command for interacting with PyPI configurations. + :return: the command. + """ + from .util import _get_pypirc_command as cmd + return cmd() + + def read_configuration(self): + """ + Read the PyPI access configuration as supported by distutils. This populates + ``username``, ``password``, ``realm`` and ``url`` attributes from the + configuration. + """ + from .util import _load_pypirc + cfg = _load_pypirc(self) + self.username = cfg.get('username') + self.password = cfg.get('password') + self.realm = cfg.get('realm', 'pypi') + self.url = cfg.get('repository', self.url) + + def save_configuration(self): + """ + Save the PyPI access configuration. You must have set ``username`` and + ``password`` attributes before calling this method. + """ + self.check_credentials() + from .util import _store_pypirc + _store_pypirc(self) + + def check_credentials(self): + """ + Check that ``username`` and ``password`` have been set, and raise an + exception if not. + """ + if self.username is None or self.password is None: + raise DistlibException('username and password must be set') + pm = HTTPPasswordMgr() + _, netloc, _, _, _, _ = urlparse(self.url) + pm.add_password(self.realm, netloc, self.username, self.password) + self.password_handler = HTTPBasicAuthHandler(pm) + + def register(self, metadata): # pragma: no cover + """ + Register a distribution on PyPI, using the provided metadata. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the distribution to be + registered. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + metadata.validate() + d = metadata.todict() + d[':action'] = 'verify' + request = self.encode_request(d.items(), []) + self.send_request(request) + d[':action'] = 'submit' + request = self.encode_request(d.items(), []) + return self.send_request(request) + + def _reader(self, name, stream, outbuf): + """ + Thread runner for reading lines of from a subprocess into a buffer. + + :param name: The logical name of the stream (used for logging only). + :param stream: The stream to read from. This will typically a pipe + connected to the output stream of a subprocess. + :param outbuf: The list to append the read lines to. + """ + while True: + s = stream.readline() + if not s: + break + s = s.decode('utf-8').rstrip() + outbuf.append(s) + logger.debug('%s: %s' % (name, s)) + stream.close() + + def get_sign_command(self, filename, signer, sign_password, keystore=None): # pragma: no cover + """ + Return a suitable command for signing a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The signing command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + if sign_password is not None: + cmd.extend(['--batch', '--passphrase-fd', '0']) + td = tempfile.mkdtemp() + sf = os.path.join(td, os.path.basename(filename) + '.asc') + cmd.extend(['--detach-sign', '--armor', '--local-user', + signer, '--output', sf, filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd, sf + + def run_command(self, cmd, input_data=None): + """ + Run a command in a child process , passing it any input data specified. + + :param cmd: The command to run. + :param input_data: If specified, this must be a byte string containing + data to be sent to the child process. + :return: A tuple consisting of the subprocess' exit code, a list of + lines read from the subprocess' ``stdout``, and a list of + lines read from the subprocess' ``stderr``. + """ + kwargs = { + 'stdout': subprocess.PIPE, + 'stderr': subprocess.PIPE, + } + if input_data is not None: + kwargs['stdin'] = subprocess.PIPE + stdout = [] + stderr = [] + p = subprocess.Popen(cmd, **kwargs) + # We don't use communicate() here because we may need to + # get clever with interacting with the command + t1 = Thread(target=self._reader, args=('stdout', p.stdout, stdout)) + t1.start() + t2 = Thread(target=self._reader, args=('stderr', p.stderr, stderr)) + t2.start() + if input_data is not None: + p.stdin.write(input_data) + p.stdin.close() + + p.wait() + t1.join() + t2.join() + return p.returncode, stdout, stderr + + def sign_file(self, filename, signer, sign_password, keystore=None): # pragma: no cover + """ + Sign a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The absolute pathname of the file where the signature is + stored. + """ + cmd, sig_file = self.get_sign_command(filename, signer, sign_password, + keystore) + rc, stdout, stderr = self.run_command(cmd, + sign_password.encode('utf-8')) + if rc != 0: + raise DistlibException('sign command failed with error ' + 'code %s' % rc) + return sig_file + + def upload_file(self, metadata, filename, signer=None, sign_password=None, + filetype='sdist', pyversion='source', keystore=None): + """ + Upload a release file to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the file to be uploaded. + :param filename: The pathname of the file to be uploaded. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param filetype: The type of the file being uploaded. This is the + distutils command which produced that file, e.g. + ``sdist`` or ``bdist_wheel``. + :param pyversion: The version of Python which the release relates + to. For code compatible with any Python, this would + be ``source``, otherwise it would be e.g. ``3.2``. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.exists(filename): + raise DistlibException('not found: %s' % filename) + metadata.validate() + d = metadata.todict() + sig_file = None + if signer: + if not self.gpg: + logger.warning('no signing program available - not signed') + else: + sig_file = self.sign_file(filename, signer, sign_password, + keystore) + with open(filename, 'rb') as f: + file_data = f.read() + md5_digest = hashlib.md5(file_data).hexdigest() + sha256_digest = hashlib.sha256(file_data).hexdigest() + d.update({ + ':action': 'file_upload', + 'protocol_version': '1', + 'filetype': filetype, + 'pyversion': pyversion, + 'md5_digest': md5_digest, + 'sha256_digest': sha256_digest, + }) + files = [('content', os.path.basename(filename), file_data)] + if sig_file: + with open(sig_file, 'rb') as f: + sig_data = f.read() + files.append(('gpg_signature', os.path.basename(sig_file), + sig_data)) + shutil.rmtree(os.path.dirname(sig_file)) + request = self.encode_request(d.items(), files) + return self.send_request(request) + + def upload_documentation(self, metadata, doc_dir): # pragma: no cover + """ + Upload documentation to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the documentation to be + uploaded. + :param doc_dir: The pathname of the directory which contains the + documentation. This should be the directory that + contains the ``index.html`` for the documentation. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.isdir(doc_dir): + raise DistlibException('not a directory: %r' % doc_dir) + fn = os.path.join(doc_dir, 'index.html') + if not os.path.exists(fn): + raise DistlibException('not found: %r' % fn) + metadata.validate() + name, version = metadata.name, metadata.version + zip_data = zip_dir(doc_dir).getvalue() + fields = [(':action', 'doc_upload'), + ('name', name), ('version', version)] + files = [('content', name, zip_data)] + request = self.encode_request(fields, files) + return self.send_request(request) + + def get_verify_command(self, signature_filename, data_filename, + keystore=None): + """ + Return a suitable command for verifying a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The verifying command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + cmd.extend(['--verify', signature_filename, data_filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd + + def verify_signature(self, signature_filename, data_filename, + keystore=None): + """ + Verify a signature for a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: True if the signature was verified, else False. + """ + if not self.gpg: + raise DistlibException('verification unavailable because gpg ' + 'unavailable') + cmd = self.get_verify_command(signature_filename, data_filename, + keystore) + rc, stdout, stderr = self.run_command(cmd) + if rc not in (0, 1): + raise DistlibException('verify command failed with error code %s' % rc) + return rc == 0 + + def download_file(self, url, destfile, digest=None, reporthook=None): + """ + This is a convenience method for downloading a file from an URL. + Normally, this will be a file from the index, though currently + no check is made for this (i.e. a file can be downloaded from + anywhere). + + The method is just like the :func:`urlretrieve` function in the + standard library, except that it allows digest computation to be + done during download and checking that the downloaded data + matched any expected value. + + :param url: The URL of the file to be downloaded (assumed to be + available via an HTTP GET request). + :param destfile: The pathname where the downloaded file is to be + saved. + :param digest: If specified, this must be a (hasher, value) + tuple, where hasher is the algorithm used (e.g. + ``'md5'``) and ``value`` is the expected value. + :param reporthook: The same as for :func:`urlretrieve` in the + standard library. + """ + if digest is None: + digester = None + logger.debug('No digest specified') + else: + if isinstance(digest, (list, tuple)): + hasher, digest = digest + else: + hasher = 'md5' + digester = getattr(hashlib, hasher)() + logger.debug('Digest specified: %s' % digest) + # The following code is equivalent to urlretrieve. + # We need to do it this way so that we can compute the + # digest of the file as we go. + with open(destfile, 'wb') as dfp: + # addinfourl is not a context manager on 2.x + # so we have to use try/finally + sfp = self.send_request(Request(url)) + try: + headers = sfp.info() + blocksize = 8192 + size = -1 + read = 0 + blocknum = 0 + if "content-length" in headers: + size = int(headers["Content-Length"]) + if reporthook: + reporthook(blocknum, blocksize, size) + while True: + block = sfp.read(blocksize) + if not block: + break + read += len(block) + dfp.write(block) + if digester: + digester.update(block) + blocknum += 1 + if reporthook: + reporthook(blocknum, blocksize, size) + finally: + sfp.close() + + # check that we got the whole file, if we can + if size >= 0 and read < size: + raise DistlibException( + 'retrieval incomplete: got only %d out of %d bytes' + % (read, size)) + # if we have a digest, it must match. + if digester: + actual = digester.hexdigest() + if digest != actual: + raise DistlibException('%s digest mismatch for %s: expected ' + '%s, got %s' % (hasher, destfile, + digest, actual)) + logger.debug('Digest verified: %s', digest) + + def send_request(self, req): + """ + Send a standard library :class:`Request` to PyPI and return its + response. + + :param req: The request to send. + :return: The HTTP response from PyPI (a standard library HTTPResponse). + """ + handlers = [] + if self.password_handler: + handlers.append(self.password_handler) + if self.ssl_verifier: + handlers.append(self.ssl_verifier) + opener = build_opener(*handlers) + return opener.open(req) + + def encode_request(self, fields, files): + """ + Encode fields and files for posting to an HTTP server. + + :param fields: The fields to send as a list of (fieldname, value) + tuples. + :param files: The files to send as a list of (fieldname, filename, + file_bytes) tuple. + """ + # Adapted from packaging, which in turn was adapted from + # http://code.activestate.com/recipes/146306 + + parts = [] + boundary = self.boundary + for k, values in fields: + if not isinstance(values, (list, tuple)): + values = [values] + + for v in values: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"' % + k).encode('utf-8'), + b'', + v.encode('utf-8'))) + for key, filename, value in files: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"; filename="%s"' % + (key, filename)).encode('utf-8'), + b'', + value)) + + parts.extend((b'--' + boundary + b'--', b'')) + + body = b'\r\n'.join(parts) + ct = b'multipart/form-data; boundary=' + boundary + headers = { + 'Content-type': ct, + 'Content-length': str(len(body)) + } + return Request(self.url, body, headers) + + def search(self, terms, operator=None): # pragma: no cover + if isinstance(terms, string_types): + terms = {'name': terms} + rpc_proxy = ServerProxy(self.url, timeout=3.0) + try: + return rpc_proxy.search(terms, operator or 'and') + finally: + rpc_proxy('close')() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 0000000..f9f0788 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py @@ -0,0 +1,1303 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# + +import gzip +from io import BytesIO +import json +import logging +import os +import posixpath +import re +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import zlib + +from . import DistlibException +from .compat import (urljoin, urlparse, urlunparse, url2pathname, pathname2url, + queue, quote, unescape, build_opener, + HTTPRedirectHandler as BaseRedirectHandler, text_type, + Request, HTTPError, URLError) +from .database import Distribution, DistributionPath, make_dist +from .metadata import Metadata, MetadataInvalidError +from .util import (cached_property, ensure_slash, split_filename, get_project_data, + parse_requirement, parse_name_and_version, ServerProxy, + normalize_name) +from .version import get_scheme, UnsupportedVersionError +from .wheel import Wheel, is_compatible + +logger = logging.getLogger(__name__) + +HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') +CHARSET = re.compile(r';\s*charset\s*=\s*(.*)\s*$', re.I) +HTML_CONTENT_TYPE = re.compile('text/html|application/x(ht)?ml') +DEFAULT_INDEX = 'https://pypi.org/pypi' + + +def get_all_distribution_names(url=None): + """ + Return all distribution names known by an index. + :param url: The URL of the index. + :return: A list of all known distribution names. + """ + if url is None: + url = DEFAULT_INDEX + client = ServerProxy(url, timeout=3.0) + try: + return client.list_packages() + finally: + client('close')() + + +class RedirectHandler(BaseRedirectHandler): + """ + A class to work around a bug in some Python 3.2.x releases. + """ + # There's a bug in the base version for some 3.2.x + # (e.g. 3.2.2 on Ubuntu Oneiric). If a Location header + # returns e.g. /abc, it bails because it says the scheme '' + # is bogus, when actually it should use the request's + # URL for the scheme. See Python issue #13696. + def http_error_302(self, req, fp, code, msg, headers): + # Some servers (incorrectly) return multiple Location headers + # (so probably same goes for URI). Use first header. + newurl = None + for key in ('location', 'uri'): + if key in headers: + newurl = headers[key] + break + if newurl is None: # pragma: no cover + return + urlparts = urlparse(newurl) + if urlparts.scheme == '': + newurl = urljoin(req.get_full_url(), newurl) + if hasattr(headers, 'replace_header'): + headers.replace_header(key, newurl) + else: + headers[key] = newurl + return BaseRedirectHandler.http_error_302(self, req, fp, code, msg, + headers) + + http_error_301 = http_error_303 = http_error_307 = http_error_302 + + +class Locator(object): + """ + A base class for locators - things that locate distributions. + """ + source_extensions = ('.tar.gz', '.tar.bz2', '.tar', '.zip', '.tgz', '.tbz') + binary_extensions = ('.egg', '.exe', '.whl') + excluded_extensions = ('.pdf',) + + # A list of tags indicating which wheels you want to match. The default + # value of None matches against the tags compatible with the running + # Python. If you want to match other values, set wheel_tags on a locator + # instance to a list of tuples (pyver, abi, arch) which you want to match. + wheel_tags = None + + downloadable_extensions = source_extensions + ('.whl',) + + def __init__(self, scheme='default'): + """ + Initialise an instance. + :param scheme: Because locators look for most recent versions, they + need to know the version scheme to use. This specifies + the current PEP-recommended scheme - use ``'legacy'`` + if you need to support existing distributions on PyPI. + """ + self._cache = {} + self.scheme = scheme + # Because of bugs in some of the handlers on some of the platforms, + # we use our own opener rather than just using urlopen. + self.opener = build_opener(RedirectHandler()) + # If get_project() is called from locate(), the matcher instance + # is set from the requirement passed to locate(). See issue #18 for + # why this can be useful to know. + self.matcher = None + self.errors = queue.Queue() + + def get_errors(self): + """ + Return any errors which have occurred. + """ + result = [] + while not self.errors.empty(): # pragma: no cover + try: + e = self.errors.get(False) + result.append(e) + except self.errors.Empty: + continue + self.errors.task_done() + return result + + def clear_errors(self): + """ + Clear any errors which may have been logged. + """ + # Just get the errors and throw them away + self.get_errors() + + def clear_cache(self): + self._cache.clear() + + def _get_scheme(self): + return self._scheme + + def _set_scheme(self, value): + self._scheme = value + + scheme = property(_get_scheme, _set_scheme) + + def _get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This should be implemented in subclasses. + + If called from a locate() request, self.matcher will be set to a + matcher for the requirement to satisfy, otherwise it will be None. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This calls _get_project to do all the work, and just implements a caching layer on top. + """ + if self._cache is None: # pragma: no cover + result = self._get_project(name) + elif name in self._cache: + result = self._cache[name] + else: + self.clear_errors() + result = self._get_project(name) + self._cache[name] = result + return result + + def score_url(self, url): + """ + Give an url a score which can be used to choose preferred URLs + for a given project release. + """ + t = urlparse(url) + basename = posixpath.basename(t.path) + compatible = True + is_wheel = basename.endswith('.whl') + is_downloadable = basename.endswith(self.downloadable_extensions) + if is_wheel: + compatible = is_compatible(Wheel(basename), self.wheel_tags) + return (t.scheme == 'https', 'pypi.org' in t.netloc, + is_downloadable, is_wheel, compatible, basename) + + def prefer_url(self, url1, url2): + """ + Choose one of two URLs where both are candidates for distribution + archives for the same version of a distribution (for example, + .tar.gz vs. zip). + + The current implementation favours https:// URLs over http://, archives + from PyPI over those from other locations, wheel compatibility (if a + wheel) and then the archive name. + """ + result = url2 + if url1: + s1 = self.score_url(url1) + s2 = self.score_url(url2) + if s1 > s2: + result = url1 + if result != url2: + logger.debug('Not replacing %r with %r', url1, url2) + else: + logger.debug('Replacing %r with %r', url1, url2) + return result + + def split_filename(self, filename, project_name): + """ + Attempt to split a filename in project name, version and Python version. + """ + return split_filename(filename, project_name) + + def convert_url_to_download_info(self, url, project_name): + """ + See if a URL is a candidate for a download URL for a project (the URL + has typically been scraped from an HTML page). + + If it is, a dictionary is returned with keys "name", "version", + "filename" and "url"; otherwise, None is returned. + """ + def same_project(name1, name2): + return normalize_name(name1) == normalize_name(name2) + + result = None + scheme, netloc, path, params, query, frag = urlparse(url) + if frag.lower().startswith('egg='): # pragma: no cover + logger.debug('%s: version hint in fragment: %r', + project_name, frag) + m = HASHER_HASH.match(frag) + if m: + algo, digest = m.groups() + else: + algo, digest = None, None + origpath = path + if path and path[-1] == '/': # pragma: no cover + path = path[:-1] + if path.endswith('.whl'): + try: + wheel = Wheel(path) + if not is_compatible(wheel, self.wheel_tags): + logger.debug('Wheel not compatible: %s', path) + else: + if project_name is None: + include = True + else: + include = same_project(wheel.name, project_name) + if include: + result = { + 'name': wheel.name, + 'version': wheel.version, + 'filename': wheel.filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + 'python-version': ', '.join( + ['.'.join(list(v[2:])) for v in wheel.pyver]), + } + except Exception: # pragma: no cover + logger.warning('invalid path for wheel: %s', path) + elif not path.endswith(self.downloadable_extensions): # pragma: no cover + logger.debug('Not downloadable: %s', path) + else: # downloadable extension + path = filename = posixpath.basename(path) + for ext in self.downloadable_extensions: + if path.endswith(ext): + path = path[:-len(ext)] + t = self.split_filename(path, project_name) + if not t: # pragma: no cover + logger.debug('No match for project/version: %s', path) + else: + name, version, pyver = t + if not project_name or same_project(project_name, name): + result = { + 'name': name, + 'version': version, + 'filename': filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + } + if pyver: # pragma: no cover + result['python-version'] = pyver + break + if result and algo: + result['%s_digest' % algo] = digest + return result + + def _get_digest(self, info): + """ + Get a digest from a dictionary by looking at a "digests" dictionary + or keys of the form 'algo_digest'. + + Returns a 2-tuple (algo, digest) if found, else None. Currently + looks only for SHA256, then MD5. + """ + result = None + if 'digests' in info: + digests = info['digests'] + for algo in ('sha256', 'md5'): + if algo in digests: + result = (algo, digests[algo]) + break + if not result: + for algo in ('sha256', 'md5'): + key = '%s_digest' % algo + if key in info: + result = (algo, info[key]) + break + return result + + def _update_version_data(self, result, info): + """ + Update a result dictionary (the final result from _get_project) with a + dictionary for a specific version, which typically holds information + gleaned from a filename or URL for an archive for the distribution. + """ + name = info.pop('name') + version = info.pop('version') + if version in result: + dist = result[version] + md = dist.metadata + else: + dist = make_dist(name, version, scheme=self.scheme) + md = dist.metadata + dist.digest = digest = self._get_digest(info) + url = info['url'] + result['digests'][url] = digest + if md.source_url != info['url']: + md.source_url = self.prefer_url(md.source_url, url) + result['urls'].setdefault(version, set()).add(url) + dist.locator = self + result[version] = dist + + def locate(self, requirement, prereleases=False): + """ + Find the most recent distribution which matches the given + requirement. + + :param requirement: A requirement of the form 'foo (1.0)' or perhaps + 'foo (>= 1.0, < 2.0, != 1.3)' + :param prereleases: If ``True``, allow pre-release versions + to be located. Otherwise, pre-release versions + are not returned. + :return: A :class:`Distribution` instance, or ``None`` if no such + distribution could be located. + """ + result = None + r = parse_requirement(requirement) + if r is None: # pragma: no cover + raise DistlibException('Not a valid requirement: %r' % requirement) + scheme = get_scheme(self.scheme) + self.matcher = matcher = scheme.matcher(r.requirement) + logger.debug('matcher: %s (%s)', matcher, type(matcher).__name__) + versions = self.get_project(r.name) + if len(versions) > 2: # urls and digests keys are present + # sometimes, versions are invalid + slist = [] + vcls = matcher.version_class + for k in versions: + if k in ('urls', 'digests'): + continue + try: + if not matcher.match(k): + pass # logger.debug('%s did not match %r', matcher, k) + else: + if prereleases or not vcls(k).is_prerelease: + slist.append(k) + except Exception: # pragma: no cover + logger.warning('error matching %s with %r', matcher, k) + pass # slist.append(k) + if len(slist) > 1: + slist = sorted(slist, key=scheme.key) + if slist: + logger.debug('sorted list: %s', slist) + version = slist[-1] + result = versions[version] + if result: + if r.extras: + result.extras = r.extras + result.download_urls = versions.get('urls', {}).get(version, set()) + d = {} + sd = versions.get('digests', {}) + for url in result.download_urls: + if url in sd: # pragma: no cover + d[url] = sd[url] + result.digests = d + self.matcher = None + return result + + +class PyPIRPCLocator(Locator): + """ + This locator uses XML-RPC to locate distributions. It therefore + cannot be used with simple mirrors (that only mirror file content). + """ + def __init__(self, url, **kwargs): + """ + Initialise an instance. + + :param url: The URL to use for XML-RPC. + :param kwargs: Passed to the superclass constructor. + """ + super(PyPIRPCLocator, self).__init__(**kwargs) + self.base_url = url + self.client = ServerProxy(url, timeout=3.0) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + return set(self.client.list_packages()) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + versions = self.client.package_releases(name, True) + for v in versions: + urls = self.client.release_urls(name, v) + data = self.client.release_data(name, v) + metadata = Metadata(scheme=self.scheme) + metadata.name = data['name'] + metadata.version = data['version'] + metadata.license = data.get('license') + metadata.keywords = data.get('keywords', []) + metadata.summary = data.get('summary') + dist = Distribution(metadata) + if urls: + info = urls[0] + metadata.source_url = info['url'] + dist.digest = self._get_digest(info) + dist.locator = self + result[v] = dist + for info in urls: + url = info['url'] + digest = self._get_digest(info) + result['urls'].setdefault(v, set()).add(url) + result['digests'][url] = digest + return result + + +class PyPIJSONLocator(Locator): + """ + This locator uses PyPI's JSON interface. It's very limited in functionality + and probably not worth using. + """ + def __init__(self, url, **kwargs): + super(PyPIJSONLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + url = urljoin(self.base_url, '%s/json' % quote(name)) + try: + resp = self.opener.open(url) + data = resp.read().decode() # for now + d = json.loads(data) + md = Metadata(scheme=self.scheme) + data = d['info'] + md.name = data['name'] + md.version = data['version'] + md.license = data.get('license') + md.keywords = data.get('keywords', []) + md.summary = data.get('summary') + dist = Distribution(md) + dist.locator = self + # urls = d['urls'] + result[md.version] = dist + for info in d['urls']: + url = info['url'] + dist.download_urls.add(url) + dist.digests[url] = self._get_digest(info) + result['urls'].setdefault(md.version, set()).add(url) + result['digests'][url] = self._get_digest(info) + # Now get other releases + for version, infos in d['releases'].items(): + if version == md.version: + continue # already done + omd = Metadata(scheme=self.scheme) + omd.name = md.name + omd.version = version + odist = Distribution(omd) + odist.locator = self + result[version] = odist + for info in infos: + url = info['url'] + odist.download_urls.add(url) + odist.digests[url] = self._get_digest(info) + result['urls'].setdefault(version, set()).add(url) + result['digests'][url] = self._get_digest(info) +# for info in urls: +# md.source_url = info['url'] +# dist.digest = self._get_digest(info) +# dist.locator = self +# for info in urls: +# url = info['url'] +# result['urls'].setdefault(md.version, set()).add(url) +# result['digests'][url] = self._get_digest(info) + except Exception as e: + self.errors.put(text_type(e)) + logger.exception('JSON fetch failed: %s', e) + return result + + +class Page(object): + """ + This class represents a scraped HTML page. + """ + # The following slightly hairy-looking regex just looks for the contents of + # an anchor link, which has an attribute "href" either immediately preceded + # or immediately followed by a "rel" attribute. The attribute values can be + # declared with double quotes, single quotes or no quotes - which leads to + # the length of the expression. + _href = re.compile(""" +(rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*))\\s+)? +href\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)) +(\\s+rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)))? +""", re.I | re.S | re.X) + _base = re.compile(r"""]+)""", re.I | re.S) + + def __init__(self, data, url): + """ + Initialise an instance with the Unicode page contents and the URL they + came from. + """ + self.data = data + self.base_url = self.url = url + m = self._base.search(self.data) + if m: + self.base_url = m.group(1) + + _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) + + @cached_property + def links(self): + """ + Return the URLs of all the links on a page together with information + about their "rel" attribute, for determining which ones to treat as + downloads and which ones to queue for further scraping. + """ + def clean(url): + "Tidy up an URL." + scheme, netloc, path, params, query, frag = urlparse(url) + return urlunparse((scheme, netloc, quote(path), + params, query, frag)) + + result = set() + for match in self._href.finditer(self.data): + d = match.groupdict('') + rel = (d['rel1'] or d['rel2'] or d['rel3'] or + d['rel4'] or d['rel5'] or d['rel6']) + url = d['url1'] or d['url2'] or d['url3'] + url = urljoin(self.base_url, url) + url = unescape(url) + url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url) + result.add((url, rel)) + # We sort the result, hoping to bring the most recent versions + # to the front + result = sorted(result, key=lambda t: t[0], reverse=True) + return result + + +class SimpleScrapingLocator(Locator): + """ + A locator which scrapes HTML pages to locate downloads for a distribution. + This runs multiple threads to do the I/O; performance is at least as good + as pip's PackageFinder, which works in an analogous fashion. + """ + + # These are used to deal with various Content-Encoding schemes. + decoders = { + 'deflate': zlib.decompress, + 'gzip': lambda b: gzip.GzipFile(fileobj=BytesIO(b)).read(), + 'none': lambda b: b, + } + + def __init__(self, url, timeout=None, num_workers=10, **kwargs): + """ + Initialise an instance. + :param url: The root URL to use for scraping. + :param timeout: The timeout, in seconds, to be applied to requests. + This defaults to ``None`` (no timeout specified). + :param num_workers: The number of worker threads you want to do I/O, + This defaults to 10. + :param kwargs: Passed to the superclass. + """ + super(SimpleScrapingLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + self.timeout = timeout + self._page_cache = {} + self._seen = set() + self._to_fetch = queue.Queue() + self._bad_hosts = set() + self.skip_externals = False + self.num_workers = num_workers + self._lock = threading.RLock() + # See issue #45: we need to be resilient when the locator is used + # in a thread, e.g. with concurrent.futures. We can't use self._lock + # as it is for coordinating our internal threads - the ones created + # in _prepare_threads. + self._gplock = threading.RLock() + self.platform_check = False # See issue #112 + + def _prepare_threads(self): + """ + Threads are created only when get_project is called, and terminate + before it returns. They are there primarily to parallelise I/O (i.e. + fetching web pages). + """ + self._threads = [] + for i in range(self.num_workers): + t = threading.Thread(target=self._fetch) + t.daemon = True + t.start() + self._threads.append(t) + + def _wait_threads(self): + """ + Tell all the threads to terminate (by sending a sentinel value) and + wait for them to do so. + """ + # Note that you need two loops, since you can't say which + # thread will get each sentinel + for t in self._threads: + self._to_fetch.put(None) # sentinel + for t in self._threads: + t.join() + self._threads = [] + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + with self._gplock: + self.result = result + self.project_name = name + url = urljoin(self.base_url, '%s/' % quote(name)) + self._seen.clear() + self._page_cache.clear() + self._prepare_threads() + try: + logger.debug('Queueing %s', url) + self._to_fetch.put(url) + self._to_fetch.join() + finally: + self._wait_threads() + del self.result + return result + + platform_dependent = re.compile(r'\b(linux_(i\d86|x86_64|arm\w+)|' + r'win(32|_amd64)|macosx_?\d+)\b', re.I) + + def _is_platform_dependent(self, url): + """ + Does an URL refer to a platform-specific download? + """ + return self.platform_dependent.search(url) + + def _process_download(self, url): + """ + See if an URL is a suitable download for a project. + + If it is, register information in the result dictionary (for + _get_project) about the specific version it's for. + + Note that the return value isn't actually used other than as a boolean + value. + """ + if self.platform_check and self._is_platform_dependent(url): + info = None + else: + info = self.convert_url_to_download_info(url, self.project_name) + logger.debug('process_download: %s -> %s', url, info) + if info: + with self._lock: # needed because self.result is shared + self._update_version_data(self.result, info) + return info + + def _should_queue(self, link, referrer, rel): + """ + Determine whether a link URL from a referring page and with a + particular "rel" attribute should be queued for scraping. + """ + scheme, netloc, path, _, _, _ = urlparse(link) + if path.endswith(self.source_extensions + self.binary_extensions + + self.excluded_extensions): + result = False + elif self.skip_externals and not link.startswith(self.base_url): + result = False + elif not referrer.startswith(self.base_url): + result = False + elif rel not in ('homepage', 'download'): + result = False + elif scheme not in ('http', 'https', 'ftp'): + result = False + elif self._is_platform_dependent(link): + result = False + else: + host = netloc.split(':', 1)[0] + if host.lower() == 'localhost': + result = False + else: + result = True + logger.debug('should_queue: %s (%s) from %s -> %s', link, rel, + referrer, result) + return result + + def _fetch(self): + """ + Get a URL to fetch from the work queue, get the HTML page, examine its + links for download candidates and candidates for further scraping. + + This is a handy method to run in a thread. + """ + while True: + url = self._to_fetch.get() + try: + if url: + page = self.get_page(url) + if page is None: # e.g. after an error + continue + for link, rel in page.links: + if link not in self._seen: + try: + self._seen.add(link) + if (not self._process_download(link) and + self._should_queue(link, url, rel)): + logger.debug('Queueing %s from %s', link, url) + self._to_fetch.put(link) + except MetadataInvalidError: # e.g. invalid versions + pass + except Exception as e: # pragma: no cover + self.errors.put(text_type(e)) + finally: + # always do this, to avoid hangs :-) + self._to_fetch.task_done() + if not url: + # logger.debug('Sentinel seen, quitting.') + break + + def get_page(self, url): + """ + Get the HTML for an URL, possibly from an in-memory cache. + + XXX TODO Note: this cache is never actually cleared. It's assumed that + the data won't get stale over the lifetime of a locator instance (not + necessarily true for the default_locator). + """ + # http://peak.telecommunity.com/DevCenter/EasyInstall#package-index-api + scheme, netloc, path, _, _, _ = urlparse(url) + if scheme == 'file' and os.path.isdir(url2pathname(path)): + url = urljoin(ensure_slash(url), 'index.html') + + if url in self._page_cache: + result = self._page_cache[url] + logger.debug('Returning %s from cache: %s', url, result) + else: + host = netloc.split(':', 1)[0] + result = None + if host in self._bad_hosts: + logger.debug('Skipping %s due to bad host %s', url, host) + else: + req = Request(url, headers={'Accept-encoding': 'identity'}) + try: + logger.debug('Fetching %s', url) + resp = self.opener.open(req, timeout=self.timeout) + logger.debug('Fetched %s', url) + headers = resp.info() + content_type = headers.get('Content-Type', '') + if HTML_CONTENT_TYPE.match(content_type): + final_url = resp.geturl() + data = resp.read() + encoding = headers.get('Content-Encoding') + if encoding: + decoder = self.decoders[encoding] # fail if not found + data = decoder(data) + encoding = 'utf-8' + m = CHARSET.search(content_type) + if m: + encoding = m.group(1) + try: + data = data.decode(encoding) + except UnicodeError: # pragma: no cover + data = data.decode('latin-1') # fallback + result = Page(data, final_url) + self._page_cache[final_url] = result + except HTTPError as e: + if e.code != 404: + logger.exception('Fetch failed: %s: %s', url, e) + except URLError as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + with self._lock: + self._bad_hosts.add(host) + except Exception as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + finally: + self._page_cache[url] = result # even if None (failure) + return result + + _distname_re = re.compile(']*>([^<]+)<') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + page = self.get_page(self.base_url) + if not page: + raise DistlibException('Unable to get %s' % self.base_url) + for match in self._distname_re.finditer(page.data): + result.add(match.group(1)) + return result + + +class DirectoryLocator(Locator): + """ + This class locates distributions in a directory tree. + """ + + def __init__(self, path, **kwargs): + """ + Initialise an instance. + :param path: The root of the directory tree to search. + :param kwargs: Passed to the superclass constructor, + except for: + * recursive - if True (the default), subdirectories are + recursed into. If False, only the top-level directory + is searched, + """ + self.recursive = kwargs.pop('recursive', True) + super(DirectoryLocator, self).__init__(**kwargs) + path = os.path.abspath(path) + if not os.path.isdir(path): # pragma: no cover + raise DistlibException('Not a directory: %r' % path) + self.base_dir = path + + def should_include(self, filename, parent): + """ + Should a filename be considered as a candidate for a distribution + archive? As well as the filename, the directory which contains it + is provided, though not used by the current implementation. + """ + return filename.endswith(self.downloadable_extensions) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, name) + if info: + self._update_version_data(result, info) + if not self.recursive: + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, None) + if info: + result.add(info['name']) + if not self.recursive: + break + return result + + +class JSONLocator(Locator): + """ + This locator uses special extended metadata (not available on PyPI) and is + the basis of performant dependency resolution in distlib. Other locators + require archive downloads before dependencies can be determined! As you + might imagine, that can be slow. + """ + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + data = get_project_data(name) + if data: + for info in data.get('files', []): + if info['ptype'] != 'sdist' or info['pyversion'] != 'source': + continue + # We don't store summary in project metadata as it makes + # the data bigger for no benefit during dependency + # resolution + dist = make_dist(data['name'], info['version'], + summary=data.get('summary', + 'Placeholder for summary'), + scheme=self.scheme) + md = dist.metadata + md.source_url = info['url'] + # TODO SHA256 digest + if 'digest' in info and info['digest']: + dist.digest = ('md5', info['digest']) + md.dependencies = info.get('requirements', {}) + dist.exports = info.get('exports', {}) + result[dist.version] = dist + result['urls'].setdefault(dist.version, set()).add(info['url']) + return result + + +class DistPathLocator(Locator): + """ + This locator finds installed distributions in a path. It can be useful for + adding to an :class:`AggregatingLocator`. + """ + def __init__(self, distpath, **kwargs): + """ + Initialise an instance. + + :param distpath: A :class:`DistributionPath` instance to search. + """ + super(DistPathLocator, self).__init__(**kwargs) + assert isinstance(distpath, DistributionPath) + self.distpath = distpath + + def _get_project(self, name): + dist = self.distpath.get_distribution(name) + if dist is None: + result = {'urls': {}, 'digests': {}} + else: + result = { + dist.version: dist, + 'urls': {dist.version: set([dist.source_url])}, + 'digests': {dist.version: set([None])} + } + return result + + +class AggregatingLocator(Locator): + """ + This class allows you to chain and/or merge a list of locators. + """ + def __init__(self, *locators, **kwargs): + """ + Initialise an instance. + + :param locators: The list of locators to search. + :param kwargs: Passed to the superclass constructor, + except for: + * merge - if False (the default), the first successful + search from any of the locators is returned. If True, + the results from all locators are merged (this can be + slow). + """ + self.merge = kwargs.pop('merge', False) + self.locators = locators + super(AggregatingLocator, self).__init__(**kwargs) + + def clear_cache(self): + super(AggregatingLocator, self).clear_cache() + for locator in self.locators: + locator.clear_cache() + + def _set_scheme(self, value): + self._scheme = value + for locator in self.locators: + locator.scheme = value + + scheme = property(Locator.scheme.fget, _set_scheme) + + def _get_project(self, name): + result = {} + for locator in self.locators: + d = locator.get_project(name) + if d: + if self.merge: + files = result.get('urls', {}) + digests = result.get('digests', {}) + # next line could overwrite result['urls'], result['digests'] + result.update(d) + df = result.get('urls') + if files and df: + for k, v in files.items(): + if k in df: + df[k] |= v + else: + df[k] = v + dd = result.get('digests') + if digests and dd: + dd.update(digests) + else: + # See issue #18. If any dists are found and we're looking + # for specific constraints, we only return something if + # a match is found. For example, if a DirectoryLocator + # returns just foo (1.0) while we're looking for + # foo (>= 2.0), we'll pretend there was nothing there so + # that subsequent locators can be queried. Otherwise we + # would just return foo (1.0) which would then lead to a + # failure to find foo (>= 2.0), because other locators + # weren't searched. Note that this only matters when + # merge=False. + if self.matcher is None: + found = True + else: + found = False + for k in d: + if self.matcher.match(k): + found = True + break + if found: + result = d + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for locator in self.locators: + try: + result |= locator.get_distribution_names() + except NotImplementedError: + pass + return result + + +# We use a legacy scheme simply because most of the dists on PyPI use legacy +# versions which don't conform to PEP 440. +default_locator = AggregatingLocator( + # JSONLocator(), # don't use as PEP 426 is withdrawn + SimpleScrapingLocator('https://pypi.org/simple/', + timeout=3.0), + scheme='legacy') + +locate = default_locator.locate + + +class DependencyFinder(object): + """ + Locate dependencies for distributions. + """ + + def __init__(self, locator=None): + """ + Initialise an instance, using the specified locator + to locate distributions. + """ + self.locator = locator or default_locator + self.scheme = get_scheme(self.locator.scheme) + + def add_distribution(self, dist): + """ + Add a distribution to the finder. This will update internal information + about who provides what. + :param dist: The distribution to add. + """ + logger.debug('adding distribution %s', dist) + name = dist.key + self.dists_by_name[name] = dist + self.dists[(name, dist.version)] = dist + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + self.provided.setdefault(name, set()).add((version, dist)) + + def remove_distribution(self, dist): + """ + Remove a distribution from the finder. This will update internal + information about who provides what. + :param dist: The distribution to remove. + """ + logger.debug('removing distribution %s', dist) + name = dist.key + del self.dists_by_name[name] + del self.dists[(name, dist.version)] + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Remove from provided: %s, %s, %s', name, version, dist) + s = self.provided[name] + s.remove((version, dist)) + if not s: + del self.provided[name] + + def get_matcher(self, reqt): + """ + Get a version matcher for a requirement. + :param reqt: The requirement + :type reqt: str + :return: A version matcher (an instance of + :class:`distlib.version.Matcher`). + """ + try: + matcher = self.scheme.matcher(reqt) + except UnsupportedVersionError: # pragma: no cover + # XXX compat-mode if cannot read the version + name = reqt.split()[0] + matcher = self.scheme.matcher(name) + return matcher + + def find_providers(self, reqt): + """ + Find the distributions which can fulfill a requirement. + + :param reqt: The requirement. + :type reqt: str + :return: A set of distribution which can fulfill the requirement. + """ + matcher = self.get_matcher(reqt) + name = matcher.key # case-insensitive + result = set() + provided = self.provided + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + result.add(provider) + break + return result + + def try_to_replace(self, provider, other, problems): + """ + Attempt to replace one provider with another. This is typically used + when resolving dependencies from multiple sources, e.g. A requires + (B >= 1.0) while C requires (B >= 1.1). + + For successful replacement, ``provider`` must meet all the requirements + which ``other`` fulfills. + + :param provider: The provider we are trying to replace with. + :param other: The provider we're trying to replace. + :param problems: If False is returned, this will contain what + problems prevented replacement. This is currently + a tuple of the literal string 'cantreplace', + ``provider``, ``other`` and the set of requirements + that ``provider`` couldn't fulfill. + :return: True if we can replace ``other`` with ``provider``, else + False. + """ + rlist = self.reqts[other] + unmatched = set() + for s in rlist: + matcher = self.get_matcher(s) + if not matcher.match(provider.version): + unmatched.add(s) + if unmatched: + # can't replace other with provider + problems.add(('cantreplace', provider, other, + frozenset(unmatched))) + result = False + else: + # can replace other with provider + self.remove_distribution(other) + del self.reqts[other] + for s in rlist: + self.reqts.setdefault(provider, set()).add(s) + self.add_distribution(provider) + result = True + return result + + def find(self, requirement, meta_extras=None, prereleases=False): + """ + Find a distribution and all distributions it depends on. + + :param requirement: The requirement specifying the distribution to + find, or a Distribution instance. + :param meta_extras: A list of meta extras such as :test:, :build: and + so on. + :param prereleases: If ``True``, allow pre-release versions to be + returned - otherwise, don't return prereleases + unless they're all that's available. + + Return a set of :class:`Distribution` instances and a set of + problems. + + The distributions returned should be such that they have the + :attr:`required` attribute set to ``True`` if they were + from the ``requirement`` passed to ``find()``, and they have the + :attr:`build_time_dependency` attribute set to ``True`` unless they + are post-installation dependencies of the ``requirement``. + + The problems should be a tuple consisting of the string + ``'unsatisfied'`` and the requirement which couldn't be satisfied + by any distribution known to the locator. + """ + + self.provided = {} + self.dists = {} + self.dists_by_name = {} + self.reqts = {} + + meta_extras = set(meta_extras or []) + if ':*:' in meta_extras: + meta_extras.remove(':*:') + # :meta: and :run: are implicitly included + meta_extras |= set([':test:', ':build:', ':dev:']) + + if isinstance(requirement, Distribution): + dist = odist = requirement + logger.debug('passed %s as requirement', odist) + else: + dist = odist = self.locator.locate(requirement, + prereleases=prereleases) + if dist is None: + raise DistlibException('Unable to locate %r' % requirement) + logger.debug('located %s', odist) + dist.requested = True + problems = set() + todo = set([dist]) + install_dists = set([odist]) + while todo: + dist = todo.pop() + name = dist.key # case-insensitive + if name not in self.dists_by_name: + self.add_distribution(dist) + else: + # import pdb; pdb.set_trace() + other = self.dists_by_name[name] + if other != dist: + self.try_to_replace(dist, other, problems) + + ireqts = dist.run_requires | dist.meta_requires + sreqts = dist.build_requires + ereqts = set() + if meta_extras and dist in install_dists: + for key in ('test', 'build', 'dev'): + e = ':%s:' % key + if e in meta_extras: + ereqts |= getattr(dist, '%s_requires' % key) + all_reqts = ireqts | sreqts | ereqts + for r in all_reqts: + providers = self.find_providers(r) + if not providers: + logger.debug('No providers found for %r', r) + provider = self.locator.locate(r, prereleases=prereleases) + # If no provider is found and we didn't consider + # prereleases, consider them now. + if provider is None and not prereleases: + provider = self.locator.locate(r, prereleases=True) + if provider is None: + logger.debug('Cannot satisfy %r', r) + problems.add(('unsatisfied', r)) + else: + n, v = provider.key, provider.version + if (n, v) not in self.dists: + todo.add(provider) + providers.add(provider) + if r in ireqts and dist in install_dists: + install_dists.add(provider) + logger.debug('Adding %s to install_dists', + provider.name_and_version) + for p in providers: + name = p.key + if name not in self.dists_by_name: + self.reqts.setdefault(p, set()).add(r) + else: + other = self.dists_by_name[name] + if other != p: + # see if other can be replaced by p + self.try_to_replace(p, other, problems) + + dists = set(self.dists.values()) + for dist in dists: + dist.build_time_dependency = dist not in install_dists + if dist.build_time_dependency: + logger.debug('%s is a build-time dependency only.', + dist.name_and_version) + logger.debug('find done for %s', odist) + return dists, problems diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 0000000..420dcf1 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py @@ -0,0 +1,384 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Class representing the list of files in a distribution. + +Equivalent to distutils.filelist, but fixes some problems. +""" +import fnmatch +import logging +import os +import re +import sys + +from . import DistlibException +from .compat import fsdecode +from .util import convert_path + + +__all__ = ['Manifest'] + +logger = logging.getLogger(__name__) + +# a \ followed by some spaces + EOL +_COLLAPSE_PATTERN = re.compile('\\\\w*\n', re.M) +_COMMENTED_LINE = re.compile('#.*?(?=\n)|\n(?=$)', re.M | re.S) + +# +# Due to the different results returned by fnmatch.translate, we need +# to do slightly different processing for Python 2.7 and 3.2 ... this needed +# to be brought in for Python 3.6 onwards. +# +_PYTHON_VERSION = sys.version_info[:2] + + +class Manifest(object): + """ + A list of files built by exploring the filesystem and filtered by applying various + patterns to what we find there. + """ + + def __init__(self, base=None): + """ + Initialise an instance. + + :param base: The base directory to explore under. + """ + self.base = os.path.abspath(os.path.normpath(base or os.getcwd())) + self.prefix = self.base + os.sep + self.allfiles = None + self.files = set() + + # + # Public API + # + + def findall(self): + """Find all files under the base and set ``allfiles`` to the absolute + pathnames of files found. + """ + from stat import S_ISREG, S_ISDIR, S_ISLNK + + self.allfiles = allfiles = [] + root = self.base + stack = [root] + pop = stack.pop + push = stack.append + + while stack: + root = pop() + names = os.listdir(root) + + for name in names: + fullname = os.path.join(root, name) + + # Avoid excess stat calls -- just one will do, thank you! + stat = os.stat(fullname) + mode = stat.st_mode + if S_ISREG(mode): + allfiles.append(fsdecode(fullname)) + elif S_ISDIR(mode) and not S_ISLNK(mode): + push(fullname) + + def add(self, item): + """ + Add a file to the manifest. + + :param item: The pathname to add. This can be relative to the base. + """ + if not item.startswith(self.prefix): + item = os.path.join(self.base, item) + self.files.add(os.path.normpath(item)) + + def add_many(self, items): + """ + Add a list of files to the manifest. + + :param items: The pathnames to add. These can be relative to the base. + """ + for item in items: + self.add(item) + + def sorted(self, wantdirs=False): + """ + Return sorted files in directory order + """ + + def add_dir(dirs, d): + dirs.add(d) + logger.debug('add_dir added %s', d) + if d != self.base: + parent, _ = os.path.split(d) + assert parent not in ('', '/') + add_dir(dirs, parent) + + result = set(self.files) # make a copy! + if wantdirs: + dirs = set() + for f in result: + add_dir(dirs, os.path.dirname(f)) + result |= dirs + return [os.path.join(*path_tuple) for path_tuple in + sorted(os.path.split(path) for path in result)] + + def clear(self): + """Clear all collected files.""" + self.files = set() + self.allfiles = [] + + def process_directive(self, directive): + """ + Process a directive which either adds some files from ``allfiles`` to + ``files``, or removes some files from ``files``. + + :param directive: The directive to process. This should be in a format + compatible with distutils ``MANIFEST.in`` files: + + http://docs.python.org/distutils/sourcedist.html#commands + """ + # Parse the line: split it up, make sure the right number of words + # is there, and return the relevant words. 'action' is always + # defined: it's the first word of the line. Which of the other + # three are defined depends on the action; it'll be either + # patterns, (dir and patterns), or (dirpattern). + action, patterns, thedir, dirpattern = self._parse_directive(directive) + + # OK, now we know that the action is valid and we have the + # right number of words on the line for that action -- so we + # can proceed with minimal error-checking. + if action == 'include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=True): + logger.warning('no files found matching %r', pattern) + + elif action == 'exclude': + for pattern in patterns: + self._exclude_pattern(pattern, anchor=True) + + elif action == 'global-include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=False): + logger.warning('no files found matching %r ' + 'anywhere in distribution', pattern) + + elif action == 'global-exclude': + for pattern in patterns: + self._exclude_pattern(pattern, anchor=False) + + elif action == 'recursive-include': + for pattern in patterns: + if not self._include_pattern(pattern, prefix=thedir): + logger.warning('no files found matching %r ' + 'under directory %r', pattern, thedir) + + elif action == 'recursive-exclude': + for pattern in patterns: + self._exclude_pattern(pattern, prefix=thedir) + + elif action == 'graft': + if not self._include_pattern(None, prefix=dirpattern): + logger.warning('no directories found matching %r', + dirpattern) + + elif action == 'prune': + if not self._exclude_pattern(None, prefix=dirpattern): + logger.warning('no previously-included directories found ' + 'matching %r', dirpattern) + else: # pragma: no cover + # This should never happen, as it should be caught in + # _parse_template_line + raise DistlibException( + 'invalid action %r' % action) + + # + # Private API + # + + def _parse_directive(self, directive): + """ + Validate a directive. + :param directive: The directive to validate. + :return: A tuple of action, patterns, thedir, dir_patterns + """ + words = directive.split() + if len(words) == 1 and words[0] not in ('include', 'exclude', + 'global-include', + 'global-exclude', + 'recursive-include', + 'recursive-exclude', + 'graft', 'prune'): + # no action given, let's use the default 'include' + words.insert(0, 'include') + + action = words[0] + patterns = thedir = dir_pattern = None + + if action in ('include', 'exclude', + 'global-include', 'global-exclude'): + if len(words) < 2: + raise DistlibException( + '%r expects ...' % action) + + patterns = [convert_path(word) for word in words[1:]] + + elif action in ('recursive-include', 'recursive-exclude'): + if len(words) < 3: + raise DistlibException( + '%r expects

...' % action) + + thedir = convert_path(words[1]) + patterns = [convert_path(word) for word in words[2:]] + + elif action in ('graft', 'prune'): + if len(words) != 2: + raise DistlibException( + '%r expects a single ' % action) + + dir_pattern = convert_path(words[1]) + + else: + raise DistlibException('unknown action %r' % action) + + return action, patterns, thedir, dir_pattern + + def _include_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Select strings (presumably filenames) from 'self.files' that + match 'pattern', a Unix-style wildcard (glob) pattern. + + Patterns are not quite the same as implemented by the 'fnmatch' + module: '*' and '?' match non-special characters, where "special" + is platform-dependent: slash on Unix; colon, slash, and backslash on + DOS/Windows; and colon on Mac OS. + + If 'anchor' is true (the default), then the pattern match is more + stringent: "*.py" will match "foo.py" but not "foo/bar.py". If + 'anchor' is false, both of these will match. + + If 'prefix' is supplied, then only filenames starting with 'prefix' + (itself a pattern) and ending with 'pattern', with anything in between + them, will match. 'anchor' is ignored in this case. + + If 'is_regex' is true, 'anchor' and 'prefix' are ignored, and + 'pattern' is assumed to be either a string containing a regex or a + regex object -- no translation is done, the regex is just compiled + and used as-is. + + Selected strings will be added to self.files. + + Return True if files are found. + """ + # XXX docstring lying about what the special chars are? + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + + # delayed loading of allfiles list + if self.allfiles is None: + self.findall() + + for name in self.allfiles: + if pattern_re.search(name): + self.files.add(name) + found = True + return found + + def _exclude_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Remove strings (presumably filenames) from 'files' that match + 'pattern'. + + Other parameters are the same as for 'include_pattern()', above. + The list 'self.files' is modified in place. Return True if files are + found. + + This API is public to allow e.g. exclusion of SCM subdirs, e.g. when + packaging source distributions + """ + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + for f in list(self.files): + if pattern_re.search(f): + self.files.remove(f) + found = True + return found + + def _translate_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Translate a shell-like wildcard pattern to a compiled regular + expression. + + Return the compiled regex. If 'is_regex' true, + then 'pattern' is directly compiled to a regex (if it's a string) + or just returned as-is (assumes it's a regex object). + """ + if is_regex: + if isinstance(pattern, str): + return re.compile(pattern) + else: + return pattern + + if _PYTHON_VERSION > (3, 2): + # ditch start and end characters + start, _, end = self._glob_to_re('_').partition('_') + + if pattern: + pattern_re = self._glob_to_re(pattern) + if _PYTHON_VERSION > (3, 2): + assert pattern_re.startswith(start) and pattern_re.endswith(end) + else: + pattern_re = '' + + base = re.escape(os.path.join(self.base, '')) + if prefix is not None: + # ditch end of pattern character + if _PYTHON_VERSION <= (3, 2): + empty_pattern = self._glob_to_re('') + prefix_re = self._glob_to_re(prefix)[:-len(empty_pattern)] + else: + prefix_re = self._glob_to_re(prefix) + assert prefix_re.startswith(start) and prefix_re.endswith(end) + prefix_re = prefix_re[len(start): len(prefix_re) - len(end)] + sep = os.sep + if os.sep == '\\': + sep = r'\\' + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + sep.join((prefix_re, + '.*' + pattern_re)) + else: + pattern_re = pattern_re[len(start): len(pattern_re) - len(end)] + pattern_re = r'%s%s%s%s.*%s%s' % (start, base, prefix_re, sep, + pattern_re, end) + else: # no prefix -- respect anchor flag + if anchor: + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + pattern_re + else: + pattern_re = r'%s%s%s' % (start, base, pattern_re[len(start):]) + + return re.compile(pattern_re) + + def _glob_to_re(self, pattern): + """Translate a shell-like glob pattern to a regular expression. + + Return a string containing the regex. Differs from + 'fnmatch.translate()' in that '*' does not match "special characters" + (which are platform-specific). + """ + pattern_re = fnmatch.translate(pattern) + + # '?' and '*' in the glob pattern become '.' and '.*' in the RE, which + # IMHO is wrong -- '?' and '*' aren't supposed to match slash in Unix, + # and by extension they shouldn't match such "special characters" under + # any OS. So change all non-escaped dots in the RE to match any + # character except the special characters (currently: just os.sep). + sep = os.sep + if os.sep == '\\': + # we're using a regex to manipulate a regex, so we need + # to escape the backslash twice + sep = r'\\\\' + escaped = r'\1[^%s]' % sep + pattern_re = re.sub(r'((? y, + '!=': lambda x, y: x != y, + '<': lambda x, y: x < y, + '<=': lambda x, y: x == y or x < y, + '>': lambda x, y: x > y, + '>=': lambda x, y: x == y or x > y, + 'and': lambda x, y: x and y, + 'or': lambda x, y: x or y, + 'in': lambda x, y: x in y, + 'not in': lambda x, y: x not in y, + } + + def evaluate(self, expr, context): + """ + Evaluate a marker expression returned by the :func:`parse_requirement` + function in the specified context. + """ + if isinstance(expr, string_types): + if expr[0] in '\'"': + result = expr[1:-1] + else: + if expr not in context: + raise SyntaxError('unknown variable: %s' % expr) + result = context[expr] + else: + assert isinstance(expr, dict) + op = expr['op'] + if op not in self.operations: + raise NotImplementedError('op not implemented: %s' % op) + elhs = expr['lhs'] + erhs = expr['rhs'] + if _is_literal(expr['lhs']) and _is_literal(expr['rhs']): + raise SyntaxError('invalid comparison: %s %s %s' % + (elhs, op, erhs)) + + lhs = self.evaluate(elhs, context) + rhs = self.evaluate(erhs, context) + if ((_is_version_marker(elhs) or _is_version_marker(erhs)) + and op in ('<', '<=', '>', '>=', '===', '==', '!=', '~=')): + lhs = LV(lhs) + rhs = LV(rhs) + elif _is_version_marker(elhs) and op in ('in', 'not in'): + lhs = LV(lhs) + rhs = _get_versions(rhs) + result = self.operations[op](lhs, rhs) + return result + + +_DIGITS = re.compile(r'\d+\.\d+') + + +def default_context(): + + def format_full_version(info): + version = '%s.%s.%s' % (info.major, info.minor, info.micro) + kind = info.releaselevel + if kind != 'final': + version += kind[0] + str(info.serial) + return version + + if hasattr(sys, 'implementation'): + implementation_version = format_full_version( + sys.implementation.version) + implementation_name = sys.implementation.name + else: + implementation_version = '0' + implementation_name = '' + + ppv = platform.python_version() + m = _DIGITS.match(ppv) + pv = m.group(0) + result = { + 'implementation_name': implementation_name, + 'implementation_version': implementation_version, + 'os_name': os.name, + 'platform_machine': platform.machine(), + 'platform_python_implementation': platform.python_implementation(), + 'platform_release': platform.release(), + 'platform_system': platform.system(), + 'platform_version': platform.version(), + 'platform_in_venv': str(in_venv()), + 'python_full_version': ppv, + 'python_version': pv, + 'sys_platform': sys.platform, + } + return result + + +DEFAULT_CONTEXT = default_context() +del default_context + +evaluator = Evaluator() + + +def interpret(marker, execution_context=None): + """ + Interpret a marker and return a result depending on environment. + + :param marker: The marker to interpret. + :type marker: str + :param execution_context: The context used for name lookup. + :type execution_context: mapping + """ + try: + expr, rest = parse_marker(marker) + except Exception as e: + raise SyntaxError('Unable to interpret marker syntax: %s: %s' % + (marker, e)) + if rest and rest[0] != '#': + raise SyntaxError('unexpected trailing data in marker: %s: %s' % + (marker, rest)) + context = dict(DEFAULT_CONTEXT) + if execution_context: + context.update(execution_context) + return evaluator.evaluate(expr, context) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 0000000..7189aee --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py @@ -0,0 +1,1068 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""Implementation of the Metadata for Python packages PEPs. + +Supports all metadata formats (1.0, 1.1, 1.2, 1.3/2.1 and 2.2). +""" +from __future__ import unicode_literals + +import codecs +from email import message_from_file +import json +import logging +import re + + +from . import DistlibException, __version__ +from .compat import StringIO, string_types, text_type +from .markers import interpret +from .util import extract_by_key, get_extras +from .version import get_scheme, PEP440_VERSION_RE + +logger = logging.getLogger(__name__) + + +class MetadataMissingError(DistlibException): + """A required metadata is missing""" + + +class MetadataConflictError(DistlibException): + """Attempt to read or write metadata fields that are conflictual.""" + + +class MetadataUnrecognizedVersionError(DistlibException): + """Unknown metadata version number.""" + + +class MetadataInvalidError(DistlibException): + """A metadata value is invalid""" + +# public API of this module +__all__ = ['Metadata', 'PKG_INFO_ENCODING', 'PKG_INFO_PREFERRED_VERSION'] + +# Encoding used for the PKG-INFO files +PKG_INFO_ENCODING = 'utf-8' + +# preferred version. Hopefully will be changed +# to 1.2 once PEP 345 is supported everywhere +PKG_INFO_PREFERRED_VERSION = '1.1' + +_LINE_PREFIX_1_2 = re.compile('\n \\|') +_LINE_PREFIX_PRE_1_2 = re.compile('\n ') +_241_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'License') + +_314_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'License', 'Classifier', 'Download-URL', 'Obsoletes', + 'Provides', 'Requires') + +_314_MARKERS = ('Obsoletes', 'Provides', 'Requires', 'Classifier', + 'Download-URL') + +_345_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', + 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External') + +_345_MARKERS = ('Provides-Dist', 'Requires-Dist', 'Requires-Python', + 'Obsoletes-Dist', 'Requires-External', 'Maintainer', + 'Maintainer-email', 'Project-URL') + +_426_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', + 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External', 'Private-Version', + 'Obsoleted-By', 'Setup-Requires-Dist', 'Extension', + 'Provides-Extra') + +_426_MARKERS = ('Private-Version', 'Provides-Extra', 'Obsoleted-By', + 'Setup-Requires-Dist', 'Extension') + +# See issue #106: Sometimes 'Requires' and 'Provides' occur wrongly in +# the metadata. Include them in the tuple literal below to allow them +# (for now). +# Ditto for Obsoletes - see issue #140. +_566_FIELDS = _426_FIELDS + ('Description-Content-Type', + 'Requires', 'Provides', 'Obsoletes') + +_566_MARKERS = ('Description-Content-Type',) + +_643_MARKERS = ('Dynamic', 'License-File') + +_643_FIELDS = _566_FIELDS + _643_MARKERS + +_ALL_FIELDS = set() +_ALL_FIELDS.update(_241_FIELDS) +_ALL_FIELDS.update(_314_FIELDS) +_ALL_FIELDS.update(_345_FIELDS) +_ALL_FIELDS.update(_426_FIELDS) +_ALL_FIELDS.update(_566_FIELDS) +_ALL_FIELDS.update(_643_FIELDS) + +EXTRA_RE = re.compile(r'''extra\s*==\s*("([^"]+)"|'([^']+)')''') + + +def _version2fieldlist(version): + if version == '1.0': + return _241_FIELDS + elif version == '1.1': + return _314_FIELDS + elif version == '1.2': + return _345_FIELDS + elif version in ('1.3', '2.1'): + # avoid adding field names if already there + return _345_FIELDS + tuple(f for f in _566_FIELDS if f not in _345_FIELDS) + elif version == '2.0': + raise ValueError('Metadata 2.0 is withdrawn and not supported') + # return _426_FIELDS + elif version == '2.2': + return _643_FIELDS + raise MetadataUnrecognizedVersionError(version) + + +def _best_version(fields): + """Detect the best version depending on the fields used.""" + def _has_marker(keys, markers): + return any(marker in keys for marker in markers) + + keys = [key for key, value in fields.items() if value not in ([], 'UNKNOWN', None)] + possible_versions = ['1.0', '1.1', '1.2', '1.3', '2.1', '2.2'] # 2.0 removed + + # first let's try to see if a field is not part of one of the version + for key in keys: + if key not in _241_FIELDS and '1.0' in possible_versions: + possible_versions.remove('1.0') + logger.debug('Removed 1.0 due to %s', key) + if key not in _314_FIELDS and '1.1' in possible_versions: + possible_versions.remove('1.1') + logger.debug('Removed 1.1 due to %s', key) + if key not in _345_FIELDS and '1.2' in possible_versions: + possible_versions.remove('1.2') + logger.debug('Removed 1.2 due to %s', key) + if key not in _566_FIELDS and '1.3' in possible_versions: + possible_versions.remove('1.3') + logger.debug('Removed 1.3 due to %s', key) + if key not in _566_FIELDS and '2.1' in possible_versions: + if key != 'Description': # In 2.1, description allowed after headers + possible_versions.remove('2.1') + logger.debug('Removed 2.1 due to %s', key) + if key not in _643_FIELDS and '2.2' in possible_versions: + possible_versions.remove('2.2') + logger.debug('Removed 2.2 due to %s', key) + # if key not in _426_FIELDS and '2.0' in possible_versions: + # possible_versions.remove('2.0') + # logger.debug('Removed 2.0 due to %s', key) + + # possible_version contains qualified versions + if len(possible_versions) == 1: + return possible_versions[0] # found ! + elif len(possible_versions) == 0: + logger.debug('Out of options - unknown metadata set: %s', fields) + raise MetadataConflictError('Unknown metadata set') + + # let's see if one unique marker is found + is_1_1 = '1.1' in possible_versions and _has_marker(keys, _314_MARKERS) + is_1_2 = '1.2' in possible_versions and _has_marker(keys, _345_MARKERS) + is_2_1 = '2.1' in possible_versions and _has_marker(keys, _566_MARKERS) + # is_2_0 = '2.0' in possible_versions and _has_marker(keys, _426_MARKERS) + is_2_2 = '2.2' in possible_versions and _has_marker(keys, _643_MARKERS) + if int(is_1_1) + int(is_1_2) + int(is_2_1) + int(is_2_2) > 1: + raise MetadataConflictError('You used incompatible 1.1/1.2/2.1/2.2 fields') + + # we have the choice, 1.0, or 1.2, 2.1 or 2.2 + # - 1.0 has a broken Summary field but works with all tools + # - 1.1 is to avoid + # - 1.2 fixes Summary but has little adoption + # - 2.1 adds more features + # - 2.2 is the latest + if not is_1_1 and not is_1_2 and not is_2_1 and not is_2_2: + # we couldn't find any specific marker + if PKG_INFO_PREFERRED_VERSION in possible_versions: + return PKG_INFO_PREFERRED_VERSION + if is_1_1: + return '1.1' + if is_1_2: + return '1.2' + if is_2_1: + return '2.1' + # if is_2_2: + # return '2.2' + + return '2.2' + +# This follows the rules about transforming keys as described in +# https://www.python.org/dev/peps/pep-0566/#id17 +_ATTR2FIELD = { + name.lower().replace("-", "_"): name for name in _ALL_FIELDS +} +_FIELD2ATTR = {field: attr for attr, field in _ATTR2FIELD.items()} + +_PREDICATE_FIELDS = ('Requires-Dist', 'Obsoletes-Dist', 'Provides-Dist') +_VERSIONS_FIELDS = ('Requires-Python',) +_VERSION_FIELDS = ('Version',) +_LISTFIELDS = ('Platform', 'Classifier', 'Obsoletes', + 'Requires', 'Provides', 'Obsoletes-Dist', + 'Provides-Dist', 'Requires-Dist', 'Requires-External', + 'Project-URL', 'Supported-Platform', 'Setup-Requires-Dist', + 'Provides-Extra', 'Extension', 'License-File') +_LISTTUPLEFIELDS = ('Project-URL',) + +_ELEMENTSFIELD = ('Keywords',) + +_UNICODEFIELDS = ('Author', 'Maintainer', 'Summary', 'Description') + +_MISSING = object() + +_FILESAFE = re.compile('[^A-Za-z0-9.]+') + + +def _get_name_and_version(name, version, for_filename=False): + """Return the distribution name with version. + + If for_filename is true, return a filename-escaped form.""" + if for_filename: + # For both name and version any runs of non-alphanumeric or '.' + # characters are replaced with a single '-'. Additionally any + # spaces in the version string become '.' + name = _FILESAFE.sub('-', name) + version = _FILESAFE.sub('-', version.replace(' ', '.')) + return '%s-%s' % (name, version) + + +class LegacyMetadata(object): + """The legacy metadata of a release. + + Supports versions 1.0, 1.1, 1.2, 2.0 and 1.3/2.1 (auto-detected). You can + instantiate the class with one of these arguments (or none): + - *path*, the path to a metadata file + - *fileobj* give a file-like object with metadata as content + - *mapping* is a dict-like object + - *scheme* is a version scheme name + """ + # TODO document the mapping API and UNKNOWN default key + + def __init__(self, path=None, fileobj=None, mapping=None, + scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._fields = {} + self.requires_files = [] + self._dependencies = None + self.scheme = scheme + if path is not None: + self.read(path) + elif fileobj is not None: + self.read_file(fileobj) + elif mapping is not None: + self.update(mapping) + self.set_metadata_version() + + def set_metadata_version(self): + self._fields['Metadata-Version'] = _best_version(self._fields) + + def _write_field(self, fileobj, name, value): + fileobj.write('%s: %s\n' % (name, value)) + + def __getitem__(self, name): + return self.get(name) + + def __setitem__(self, name, value): + return self.set(name, value) + + def __delitem__(self, name): + field_name = self._convert_name(name) + try: + del self._fields[field_name] + except KeyError: + raise KeyError(name) + + def __contains__(self, name): + return (name in self._fields or + self._convert_name(name) in self._fields) + + def _convert_name(self, name): + if name in _ALL_FIELDS: + return name + name = name.replace('-', '_').lower() + return _ATTR2FIELD.get(name, name) + + def _default_value(self, name): + if name in _LISTFIELDS or name in _ELEMENTSFIELD: + return [] + return 'UNKNOWN' + + def _remove_line_prefix(self, value): + if self.metadata_version in ('1.0', '1.1'): + return _LINE_PREFIX_PRE_1_2.sub('\n', value) + else: + return _LINE_PREFIX_1_2.sub('\n', value) + + def __getattr__(self, name): + if name in _ATTR2FIELD: + return self[name] + raise AttributeError(name) + + # + # Public API + # + +# dependencies = property(_get_dependencies, _set_dependencies) + + def get_fullname(self, filesafe=False): + """Return the distribution name with version. + + If filesafe is true, return a filename-escaped form.""" + return _get_name_and_version(self['Name'], self['Version'], filesafe) + + def is_field(self, name): + """return True if name is a valid metadata key""" + name = self._convert_name(name) + return name in _ALL_FIELDS + + def is_multi_field(self, name): + name = self._convert_name(name) + return name in _LISTFIELDS + + def read(self, filepath): + """Read the metadata values from a file path.""" + fp = codecs.open(filepath, 'r', encoding='utf-8') + try: + self.read_file(fp) + finally: + fp.close() + + def read_file(self, fileob): + """Read the metadata values from a file object.""" + msg = message_from_file(fileob) + self._fields['Metadata-Version'] = msg['metadata-version'] + + # When reading, get all the fields we can + for field in _ALL_FIELDS: + if field not in msg: + continue + if field in _LISTFIELDS: + # we can have multiple lines + values = msg.get_all(field) + if field in _LISTTUPLEFIELDS and values is not None: + values = [tuple(value.split(',')) for value in values] + self.set(field, values) + else: + # single line + value = msg[field] + if value is not None and value != 'UNKNOWN': + self.set(field, value) + + # PEP 566 specifies that the body be used for the description, if + # available + body = msg.get_payload() + self["Description"] = body if body else self["Description"] + # logger.debug('Attempting to set metadata for %s', self) + # self.set_metadata_version() + + def write(self, filepath, skip_unknown=False): + """Write the metadata fields to filepath.""" + fp = codecs.open(filepath, 'w', encoding='utf-8') + try: + self.write_file(fp, skip_unknown) + finally: + fp.close() + + def write_file(self, fileobject, skip_unknown=False): + """Write the PKG-INFO format data to a file object.""" + self.set_metadata_version() + + for field in _version2fieldlist(self['Metadata-Version']): + values = self.get(field) + if skip_unknown and values in ('UNKNOWN', [], ['UNKNOWN']): + continue + if field in _ELEMENTSFIELD: + self._write_field(fileobject, field, ','.join(values)) + continue + if field not in _LISTFIELDS: + if field == 'Description': + if self.metadata_version in ('1.0', '1.1'): + values = values.replace('\n', '\n ') + else: + values = values.replace('\n', '\n |') + values = [values] + + if field in _LISTTUPLEFIELDS: + values = [','.join(value) for value in values] + + for value in values: + self._write_field(fileobject, field, value) + + def update(self, other=None, **kwargs): + """Set metadata values from the given iterable `other` and kwargs. + + Behavior is like `dict.update`: If `other` has a ``keys`` method, + they are looped over and ``self[key]`` is assigned ``other[key]``. + Else, ``other`` is an iterable of ``(key, value)`` iterables. + + Keys that don't match a metadata field or that have an empty value are + dropped. + """ + def _set(key, value): + if key in _ATTR2FIELD and value: + self.set(self._convert_name(key), value) + + if not other: + # other is None or empty container + pass + elif hasattr(other, 'keys'): + for k in other.keys(): + _set(k, other[k]) + else: + for k, v in other: + _set(k, v) + + if kwargs: + for k, v in kwargs.items(): + _set(k, v) + + def set(self, name, value): + """Control then set a metadata field.""" + name = self._convert_name(name) + + if ((name in _ELEMENTSFIELD or name == 'Platform') and + not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [v.strip() for v in value.split(',')] + else: + value = [] + elif (name in _LISTFIELDS and + not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [value] + else: + value = [] + + if logger.isEnabledFor(logging.WARNING): + project_name = self['Name'] + + scheme = get_scheme(self.scheme) + if name in _PREDICATE_FIELDS and value is not None: + for v in value: + # check that the values are valid + if not scheme.is_valid_matcher(v.split(';')[0]): + logger.warning( + "'%s': '%s' is not valid (field '%s')", + project_name, v, name) + # FIXME this rejects UNKNOWN, is that right? + elif name in _VERSIONS_FIELDS and value is not None: + if not scheme.is_valid_constraint_list(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", + project_name, value, name) + elif name in _VERSION_FIELDS and value is not None: + if not scheme.is_valid_version(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", + project_name, value, name) + + if name in _UNICODEFIELDS: + if name == 'Description': + value = self._remove_line_prefix(value) + + self._fields[name] = value + + def get(self, name, default=_MISSING): + """Get a metadata field.""" + name = self._convert_name(name) + if name not in self._fields: + if default is _MISSING: + default = self._default_value(name) + return default + if name in _UNICODEFIELDS: + value = self._fields[name] + return value + elif name in _LISTFIELDS: + value = self._fields[name] + if value is None: + return [] + res = [] + for val in value: + if name not in _LISTTUPLEFIELDS: + res.append(val) + else: + # That's for Project-URL + res.append((val[0], val[1])) + return res + + elif name in _ELEMENTSFIELD: + value = self._fields[name] + if isinstance(value, string_types): + return value.split(',') + return self._fields[name] + + def check(self, strict=False): + """Check if the metadata is compliant. If strict is True then raise if + no Name or Version are provided""" + self.set_metadata_version() + + # XXX should check the versions (if the file was loaded) + missing, warnings = [], [] + + for attr in ('Name', 'Version'): # required by PEP 345 + if attr not in self: + missing.append(attr) + + if strict and missing != []: + msg = 'missing required metadata: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + + for attr in ('Home-page', 'Author'): + if attr not in self: + missing.append(attr) + + # checking metadata 1.2 (XXX needs to check 1.1, 1.0) + if self['Metadata-Version'] != '1.2': + return missing, warnings + + scheme = get_scheme(self.scheme) + + def are_valid_constraints(value): + for v in value: + if not scheme.is_valid_matcher(v.split(';')[0]): + return False + return True + + for fields, controller in ((_PREDICATE_FIELDS, are_valid_constraints), + (_VERSIONS_FIELDS, + scheme.is_valid_constraint_list), + (_VERSION_FIELDS, + scheme.is_valid_version)): + for field in fields: + value = self.get(field, None) + if value is not None and not controller(value): + warnings.append("Wrong value for '%s': %s" % (field, value)) + + return missing, warnings + + def todict(self, skip_missing=False): + """Return fields as a dict. + + Field names will be converted to use the underscore-lowercase style + instead of hyphen-mixed case (i.e. home_page instead of Home-page). + This is as per https://www.python.org/dev/peps/pep-0566/#id17. + """ + self.set_metadata_version() + + fields = _version2fieldlist(self['Metadata-Version']) + + data = {} + + for field_name in fields: + if not skip_missing or field_name in self._fields: + key = _FIELD2ATTR[field_name] + if key != 'project_url': + data[key] = self[field_name] + else: + data[key] = [','.join(u) for u in self[field_name]] + + return data + + def add_requirements(self, requirements): + if self['Metadata-Version'] == '1.1': + # we can't have 1.1 metadata *and* Setuptools requires + for field in ('Obsoletes', 'Requires', 'Provides'): + if field in self: + del self[field] + self['Requires-Dist'] += requirements + + # Mapping API + # TODO could add iter* variants + + def keys(self): + return list(_version2fieldlist(self['Metadata-Version'])) + + def __iter__(self): + for key in self.keys(): + yield key + + def values(self): + return [self[key] for key in self.keys()] + + def items(self): + return [(key, self[key]) for key in self.keys()] + + def __repr__(self): + return '<%s %s %s>' % (self.__class__.__name__, self.name, + self.version) + + +METADATA_FILENAME = 'pydist.json' +WHEEL_METADATA_FILENAME = 'metadata.json' +LEGACY_METADATA_FILENAME = 'METADATA' + + +class Metadata(object): + """ + The metadata of a release. This implementation uses 2.1 + metadata where possible. If not possible, it wraps a LegacyMetadata + instance which handles the key-value metadata format. + """ + + METADATA_VERSION_MATCHER = re.compile(r'^\d+(\.\d+)*$') + + NAME_MATCHER = re.compile('^[0-9A-Z]([0-9A-Z_.-]*[0-9A-Z])?$', re.I) + + FIELDNAME_MATCHER = re.compile('^[A-Z]([0-9A-Z-]*[0-9A-Z])?$', re.I) + + VERSION_MATCHER = PEP440_VERSION_RE + + SUMMARY_MATCHER = re.compile('.{1,2047}') + + METADATA_VERSION = '2.0' + + GENERATOR = 'distlib (%s)' % __version__ + + MANDATORY_KEYS = { + 'name': (), + 'version': (), + 'summary': ('legacy',), + } + + INDEX_KEYS = ('name version license summary description author ' + 'author_email keywords platform home_page classifiers ' + 'download_url') + + DEPENDENCY_KEYS = ('extras run_requires test_requires build_requires ' + 'dev_requires provides meta_requires obsoleted_by ' + 'supports_environments') + + SYNTAX_VALIDATORS = { + 'metadata_version': (METADATA_VERSION_MATCHER, ()), + 'name': (NAME_MATCHER, ('legacy',)), + 'version': (VERSION_MATCHER, ('legacy',)), + 'summary': (SUMMARY_MATCHER, ('legacy',)), + 'dynamic': (FIELDNAME_MATCHER, ('legacy',)), + } + + __slots__ = ('_legacy', '_data', 'scheme') + + def __init__(self, path=None, fileobj=None, mapping=None, + scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._legacy = None + self._data = None + self.scheme = scheme + #import pdb; pdb.set_trace() + if mapping is not None: + try: + self._validate_mapping(mapping, scheme) + self._data = mapping + except MetadataUnrecognizedVersionError: + self._legacy = LegacyMetadata(mapping=mapping, scheme=scheme) + self.validate() + else: + data = None + if path: + with open(path, 'rb') as f: + data = f.read() + elif fileobj: + data = fileobj.read() + if data is None: + # Initialised with no args - to be added + self._data = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + else: + if not isinstance(data, text_type): + data = data.decode('utf-8') + try: + self._data = json.loads(data) + self._validate_mapping(self._data, scheme) + except ValueError: + # Note: MetadataUnrecognizedVersionError does not + # inherit from ValueError (it's a DistlibException, + # which should not inherit from ValueError). + # The ValueError comes from the json.load - if that + # succeeds and we get a validation error, we want + # that to propagate + self._legacy = LegacyMetadata(fileobj=StringIO(data), + scheme=scheme) + self.validate() + + common_keys = set(('name', 'version', 'license', 'keywords', 'summary')) + + none_list = (None, list) + none_dict = (None, dict) + + mapped_keys = { + 'run_requires': ('Requires-Dist', list), + 'build_requires': ('Setup-Requires-Dist', list), + 'dev_requires': none_list, + 'test_requires': none_list, + 'meta_requires': none_list, + 'extras': ('Provides-Extra', list), + 'modules': none_list, + 'namespaces': none_list, + 'exports': none_dict, + 'commands': none_dict, + 'classifiers': ('Classifier', list), + 'source_url': ('Download-URL', None), + 'metadata_version': ('Metadata-Version', None), + } + + del none_list, none_dict + + def __getattribute__(self, key): + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, maker = mapped[key] + if self._legacy: + if lk is None: + result = None if maker is None else maker() + else: + result = self._legacy.get(lk) + else: + value = None if maker is None else maker() + if key not in ('commands', 'exports', 'modules', 'namespaces', + 'classifiers'): + result = self._data.get(key, value) + else: + # special cases for PEP 459 + sentinel = object() + result = sentinel + d = self._data.get('extensions') + if d: + if key == 'commands': + result = d.get('python.commands', value) + elif key == 'classifiers': + d = d.get('python.details') + if d: + result = d.get(key, value) + else: + d = d.get('python.exports') + if not d: + d = self._data.get('python.exports') + if d: + result = d.get(key, value) + if result is sentinel: + result = value + elif key not in common: + result = object.__getattribute__(self, key) + elif self._legacy: + result = self._legacy.get(key) + else: + result = self._data.get(key) + return result + + def _validate_value(self, key, value, scheme=None): + if key in self.SYNTAX_VALIDATORS: + pattern, exclusions = self.SYNTAX_VALIDATORS[key] + if (scheme or self.scheme) not in exclusions: + m = pattern.match(value) + if not m: + raise MetadataInvalidError("'%s' is an invalid value for " + "the '%s' property" % (value, + key)) + + def __setattr__(self, key, value): + self._validate_value(key, value) + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, _ = mapped[key] + if self._legacy: + if lk is None: + raise NotImplementedError + self._legacy[lk] = value + elif key not in ('commands', 'exports', 'modules', 'namespaces', + 'classifiers'): + self._data[key] = value + else: + # special cases for PEP 459 + d = self._data.setdefault('extensions', {}) + if key == 'commands': + d['python.commands'] = value + elif key == 'classifiers': + d = d.setdefault('python.details', {}) + d[key] = value + else: + d = d.setdefault('python.exports', {}) + d[key] = value + elif key not in common: + object.__setattr__(self, key, value) + else: + if key == 'keywords': + if isinstance(value, string_types): + value = value.strip() + if value: + value = value.split() + else: + value = [] + if self._legacy: + self._legacy[key] = value + else: + self._data[key] = value + + @property + def name_and_version(self): + return _get_name_and_version(self.name, self.version, True) + + @property + def provides(self): + if self._legacy: + result = self._legacy['Provides-Dist'] + else: + result = self._data.setdefault('provides', []) + s = '%s (%s)' % (self.name, self.version) + if s not in result: + result.append(s) + return result + + @provides.setter + def provides(self, value): + if self._legacy: + self._legacy['Provides-Dist'] = value + else: + self._data['provides'] = value + + def get_requirements(self, reqts, extras=None, env=None): + """ + Base method to get dependencies, given a set of extras + to satisfy and an optional environment context. + :param reqts: A list of sometimes-wanted dependencies, + perhaps dependent on extras and environment. + :param extras: A list of optional components being requested. + :param env: An optional environment for marker evaluation. + """ + if self._legacy: + result = reqts + else: + result = [] + extras = get_extras(extras or [], self.extras) + for d in reqts: + if 'extra' not in d and 'environment' not in d: + # unconditional + include = True + else: + if 'extra' not in d: + # Not extra-dependent - only environment-dependent + include = True + else: + include = d.get('extra') in extras + if include: + # Not excluded because of extras, check environment + marker = d.get('environment') + if marker: + include = interpret(marker, env) + if include: + result.extend(d['requires']) + for key in ('build', 'dev', 'test'): + e = ':%s:' % key + if e in extras: + extras.remove(e) + # A recursive call, but it should terminate since 'test' + # has been removed from the extras + reqts = self._data.get('%s_requires' % key, []) + result.extend(self.get_requirements(reqts, extras=extras, + env=env)) + return result + + @property + def dictionary(self): + if self._legacy: + return self._from_legacy() + return self._data + + @property + def dependencies(self): + if self._legacy: + raise NotImplementedError + else: + return extract_by_key(self._data, self.DEPENDENCY_KEYS) + + @dependencies.setter + def dependencies(self, value): + if self._legacy: + raise NotImplementedError + else: + self._data.update(value) + + def _validate_mapping(self, mapping, scheme): + if mapping.get('metadata_version') != self.METADATA_VERSION: + raise MetadataUnrecognizedVersionError() + missing = [] + for key, exclusions in self.MANDATORY_KEYS.items(): + if key not in mapping: + if scheme not in exclusions: + missing.append(key) + if missing: + msg = 'Missing metadata items: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + for k, v in mapping.items(): + self._validate_value(k, v, scheme) + + def validate(self): + if self._legacy: + missing, warnings = self._legacy.check(True) + if missing or warnings: + logger.warning('Metadata: missing: %s, warnings: %s', + missing, warnings) + else: + self._validate_mapping(self._data, self.scheme) + + def todict(self): + if self._legacy: + return self._legacy.todict(True) + else: + result = extract_by_key(self._data, self.INDEX_KEYS) + return result + + def _from_legacy(self): + assert self._legacy and not self._data + result = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + lmd = self._legacy.todict(True) # skip missing ones + for k in ('name', 'version', 'license', 'summary', 'description', + 'classifier'): + if k in lmd: + if k == 'classifier': + nk = 'classifiers' + else: + nk = k + result[nk] = lmd[k] + kw = lmd.get('Keywords', []) + if kw == ['']: + kw = [] + result['keywords'] = kw + keys = (('requires_dist', 'run_requires'), + ('setup_requires_dist', 'build_requires')) + for ok, nk in keys: + if ok in lmd and lmd[ok]: + result[nk] = [{'requires': lmd[ok]}] + result['provides'] = self.provides + author = {} + maintainer = {} + return result + + LEGACY_MAPPING = { + 'name': 'Name', + 'version': 'Version', + ('extensions', 'python.details', 'license'): 'License', + 'summary': 'Summary', + 'description': 'Description', + ('extensions', 'python.project', 'project_urls', 'Home'): 'Home-page', + ('extensions', 'python.project', 'contacts', 0, 'name'): 'Author', + ('extensions', 'python.project', 'contacts', 0, 'email'): 'Author-email', + 'source_url': 'Download-URL', + ('extensions', 'python.details', 'classifiers'): 'Classifier', + } + + def _to_legacy(self): + def process_entries(entries): + reqts = set() + for e in entries: + extra = e.get('extra') + env = e.get('environment') + rlist = e['requires'] + for r in rlist: + if not env and not extra: + reqts.add(r) + else: + marker = '' + if extra: + marker = 'extra == "%s"' % extra + if env: + if marker: + marker = '(%s) and %s' % (env, marker) + else: + marker = env + reqts.add(';'.join((r, marker))) + return reqts + + assert self._data and not self._legacy + result = LegacyMetadata() + nmd = self._data + # import pdb; pdb.set_trace() + for nk, ok in self.LEGACY_MAPPING.items(): + if not isinstance(nk, tuple): + if nk in nmd: + result[ok] = nmd[nk] + else: + d = nmd + found = True + for k in nk: + try: + d = d[k] + except (KeyError, IndexError): + found = False + break + if found: + result[ok] = d + r1 = process_entries(self.run_requires + self.meta_requires) + r2 = process_entries(self.build_requires + self.dev_requires) + if self.extras: + result['Provides-Extra'] = sorted(self.extras) + result['Requires-Dist'] = sorted(r1) + result['Setup-Requires-Dist'] = sorted(r2) + # TODO: any other fields wanted + return result + + def write(self, path=None, fileobj=None, legacy=False, skip_unknown=True): + if [path, fileobj].count(None) != 1: + raise ValueError('Exactly one of path and fileobj is needed') + self.validate() + if legacy: + if self._legacy: + legacy_md = self._legacy + else: + legacy_md = self._to_legacy() + if path: + legacy_md.write(path, skip_unknown=skip_unknown) + else: + legacy_md.write_file(fileobj, skip_unknown=skip_unknown) + else: + if self._legacy: + d = self._from_legacy() + else: + d = self._data + if fileobj: + json.dump(d, fileobj, ensure_ascii=True, indent=2, + sort_keys=True) + else: + with codecs.open(path, 'w', 'utf-8') as f: + json.dump(d, f, ensure_ascii=True, indent=2, + sort_keys=True) + + def add_requirements(self, requirements): + if self._legacy: + self._legacy.add_requirements(requirements) + else: + run_requires = self._data.setdefault('run_requires', []) + always = None + for entry in run_requires: + if 'environment' not in entry and 'extra' not in entry: + always = entry + break + if always is None: + always = { 'requires': requirements } + run_requires.insert(0, always) + else: + rset = set(always['requires']) | set(requirements) + always['requires'] = sorted(rset) + + def __repr__(self): + name = self.name or '(no name)' + version = self.version or 'no version' + return '<%s %s %s (%s)>' % (self.__class__.__name__, + self.metadata_version, name, version) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 0000000..fef52aa --- /dev/null +++ b/.venv/lib/python3.12/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.12/site-packages/pip/_vendor/distlib/scripts.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 0000000..cfa45d2 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py @@ -0,0 +1,452 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from io import BytesIO +import logging +import os +import re +import struct +import sys +import time +from zipfile import ZipInfo + +from .compat import sysconfig, detect_encoding, ZipFile +from .resources import finder +from .util import (FileOperator, get_export_entry, convert_path, + get_executable, get_platform, in_venv) + +logger = logging.getLogger(__name__) + +_DEFAULT_MANIFEST = ''' + + + + + + + + + + + + +'''.strip() + +# check if Python is called on the first line with this expression +FIRST_LINE_RE = re.compile(b'^#!.*pythonw?[0-9.]*([ \t].*)?$') +SCRIPT_TEMPLATE = r'''# -*- coding: utf-8 -*- +import re +import sys +from %(module)s import %(import_name)s +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(%(func)s()) +''' + + +def enquote_executable(executable): + if ' ' in executable: + # make sure we quote only the executable in case of env + # for example /usr/bin/env "/dir with spaces/bin/jython" + # instead of "/usr/bin/env /dir with spaces/bin/jython" + # otherwise whole + if executable.startswith('/usr/bin/env '): + env, _executable = executable.split(' ', 1) + if ' ' in _executable and not _executable.startswith('"'): + executable = '%s "%s"' % (env, _executable) + else: + if not executable.startswith('"'): + executable = '"%s"' % executable + return executable + + +# Keep the old name around (for now), as there is at least one project using it! +_enquote_executable = enquote_executable + + +class ScriptMaker(object): + """ + A class to copy or create scripts from source scripts or callable + specifications. + """ + script_template = SCRIPT_TEMPLATE + + executable = None # for shebangs + + def __init__(self, + source_dir, + target_dir, + add_launchers=True, + dry_run=False, + fileop=None): + self.source_dir = source_dir + self.target_dir = target_dir + self.add_launchers = add_launchers + self.force = False + self.clobber = False + # It only makes sense to set mode bits on POSIX. + self.set_mode = (os.name == 'posix') or (os.name == 'java' + and os._name == 'posix') + self.variants = set(('', 'X.Y')) + self._fileop = fileop or FileOperator(dry_run) + + self._is_nt = os.name == 'nt' or (os.name == 'java' + and os._name == 'nt') + self.version_info = sys.version_info + + def _get_alternate_executable(self, executable, options): + if options.get('gui', False) and self._is_nt: # pragma: no cover + dn, fn = os.path.split(executable) + fn = fn.replace('python', 'pythonw') + executable = os.path.join(dn, fn) + return executable + + if sys.platform.startswith('java'): # pragma: no cover + + def _is_shell(self, executable): + """ + Determine if the specified executable is a script + (contains a #! line) + """ + try: + with open(executable) as fp: + return fp.read(2) == '#!' + except (OSError, IOError): + logger.warning('Failed to open %s', executable) + return False + + def _fix_jython_executable(self, executable): + if self._is_shell(executable): + # Workaround for Jython is not needed on Linux systems. + import java + + if java.lang.System.getProperty('os.name') == 'Linux': + return executable + elif executable.lower().endswith('jython.exe'): + # Use wrapper exe for Jython on Windows + return executable + return '/usr/bin/env %s' % executable + + def _build_shebang(self, executable, post_interp): + """ + Build a shebang line. In the simple case (on Windows, or a shebang line + which is not too long or contains spaces) use a simple formulation for + the shebang. Otherwise, use /bin/sh as the executable, with a contrived + shebang which allows the script to run either under Python or sh, using + suitable quoting. Thanks to Harald Nordgren for his input. + + See also: http://www.in-ulm.de/~mascheck/various/shebang/#length + https://hg.mozilla.org/mozilla-central/file/tip/mach + """ + if os.name != 'posix': + simple_shebang = True + else: + # Add 3 for '#!' prefix and newline suffix. + shebang_length = len(executable) + len(post_interp) + 3 + if sys.platform == 'darwin': + max_shebang_length = 512 + else: + max_shebang_length = 127 + simple_shebang = ((b' ' not in executable) + and (shebang_length <= max_shebang_length)) + + if simple_shebang: + result = b'#!' + executable + post_interp + b'\n' + else: + result = b'#!/bin/sh\n' + result += b"'''exec' " + executable + post_interp + b' "$0" "$@"\n' + result += b"' '''" + return result + + def _get_shebang(self, encoding, post_interp=b'', options=None): + enquote = True + if self.executable: + executable = self.executable + enquote = False # assume this will be taken care of + elif not sysconfig.is_python_build(): + executable = get_executable() + elif in_venv(): # pragma: no cover + executable = os.path.join( + sysconfig.get_path('scripts'), + 'python%s' % sysconfig.get_config_var('EXE')) + else: # pragma: no cover + if os.name == 'nt': + # for Python builds from source on Windows, no Python executables with + # a version suffix are created, so we use python.exe + executable = os.path.join( + sysconfig.get_config_var('BINDIR'), + 'python%s' % (sysconfig.get_config_var('EXE'))) + else: + executable = os.path.join( + sysconfig.get_config_var('BINDIR'), + 'python%s%s' % (sysconfig.get_config_var('VERSION'), + sysconfig.get_config_var('EXE'))) + if options: + executable = self._get_alternate_executable(executable, options) + + if sys.platform.startswith('java'): # pragma: no cover + executable = self._fix_jython_executable(executable) + + # Normalise case for Windows - COMMENTED OUT + # executable = os.path.normcase(executable) + # N.B. The normalising operation above has been commented out: See + # issue #124. Although paths in Windows are generally case-insensitive, + # they aren't always. For example, a path containing a ẞ (which is a + # LATIN CAPITAL LETTER SHARP S - U+1E9E) is normcased to ß (which is a + # LATIN SMALL LETTER SHARP S' - U+00DF). The two are not considered by + # Windows as equivalent in path names. + + # If the user didn't specify an executable, it may be necessary to + # cater for executable paths with spaces (not uncommon on Windows) + if enquote: + executable = enquote_executable(executable) + # Issue #51: don't use fsencode, since we later try to + # check that the shebang is decodable using utf-8. + executable = executable.encode('utf-8') + # in case of IronPython, play safe and enable frames support + if (sys.platform == 'cli' and '-X:Frames' not in post_interp + and '-X:FullFrames' not in post_interp): # pragma: no cover + post_interp += b' -X:Frames' + shebang = self._build_shebang(executable, post_interp) + # Python parser starts to read a script using UTF-8 until + # it gets a #coding:xxx cookie. The shebang has to be the + # first line of a file, the #coding:xxx cookie cannot be + # written before. So the shebang has to be decodable from + # UTF-8. + try: + shebang.decode('utf-8') + except UnicodeDecodeError: # pragma: no cover + raise ValueError('The shebang (%r) is not decodable from utf-8' % + shebang) + # If the script is encoded to a custom encoding (use a + # #coding:xxx cookie), the shebang has to be decodable from + # the script encoding too. + if encoding != 'utf-8': + try: + shebang.decode(encoding) + except UnicodeDecodeError: # pragma: no cover + raise ValueError('The shebang (%r) is not decodable ' + 'from the script encoding (%r)' % + (shebang, encoding)) + return shebang + + def _get_script_text(self, entry): + return self.script_template % dict( + module=entry.prefix, + import_name=entry.suffix.split('.')[0], + func=entry.suffix) + + manifest = _DEFAULT_MANIFEST + + def get_manifest(self, exename): + base = os.path.basename(exename) + return self.manifest % base + + def _write_script(self, names, shebang, script_bytes, filenames, ext): + use_launcher = self.add_launchers and self._is_nt + linesep = os.linesep.encode('utf-8') + if not shebang.endswith(linesep): + shebang += linesep + if not use_launcher: + script_bytes = shebang + script_bytes + else: # pragma: no cover + if ext == 'py': + launcher = self._get_launcher('t') + else: + launcher = self._get_launcher('w') + stream = BytesIO() + with ZipFile(stream, 'w') as zf: + source_date_epoch = os.environ.get('SOURCE_DATE_EPOCH') + if source_date_epoch: + date_time = time.gmtime(int(source_date_epoch))[:6] + zinfo = ZipInfo(filename='__main__.py', + date_time=date_time) + zf.writestr(zinfo, script_bytes) + else: + zf.writestr('__main__.py', script_bytes) + zip_data = stream.getvalue() + script_bytes = launcher + shebang + zip_data + for name in names: + outname = os.path.join(self.target_dir, name) + if use_launcher: # pragma: no cover + n, e = os.path.splitext(outname) + if e.startswith('.py'): + outname = n + outname = '%s.exe' % outname + try: + self._fileop.write_binary_file(outname, script_bytes) + except Exception: + # Failed writing an executable - it might be in use. + logger.warning('Failed to write executable - trying to ' + 'use .deleteme logic') + dfname = '%s.deleteme' % outname + if os.path.exists(dfname): + os.remove(dfname) # Not allowed to fail here + os.rename(outname, dfname) # nor here + self._fileop.write_binary_file(outname, script_bytes) + logger.debug('Able to replace executable using ' + '.deleteme logic') + try: + os.remove(dfname) + except Exception: + pass # still in use - ignore error + else: + if self._is_nt and not outname.endswith( + '.' + ext): # pragma: no cover + outname = '%s.%s' % (outname, ext) + if os.path.exists(outname) and not self.clobber: + logger.warning('Skipping existing file %s', outname) + continue + self._fileop.write_binary_file(outname, script_bytes) + if self.set_mode: + self._fileop.set_executable_mode([outname]) + filenames.append(outname) + + variant_separator = '-' + + def get_script_filenames(self, name): + result = set() + if '' in self.variants: + result.add(name) + if 'X' in self.variants: + result.add('%s%s' % (name, self.version_info[0])) + if 'X.Y' in self.variants: + result.add('%s%s%s.%s' % + (name, self.variant_separator, self.version_info[0], + self.version_info[1])) + return result + + def _make_script(self, entry, filenames, options=None): + post_interp = b'' + if options: + args = options.get('interpreter_args', []) + if args: + args = ' %s' % ' '.join(args) + post_interp = args.encode('utf-8') + shebang = self._get_shebang('utf-8', post_interp, options=options) + script = self._get_script_text(entry).encode('utf-8') + scriptnames = self.get_script_filenames(entry.name) + if options and options.get('gui', False): + ext = 'pyw' + else: + ext = 'py' + self._write_script(scriptnames, shebang, script, filenames, ext) + + def _copy_script(self, script, filenames): + adjust = False + script = os.path.join(self.source_dir, convert_path(script)) + outname = os.path.join(self.target_dir, os.path.basename(script)) + if not self.force and not self._fileop.newer(script, outname): + logger.debug('not copying %s (up-to-date)', script) + return + + # Always open the file, but ignore failures in dry-run mode -- + # that way, we'll get accurate feedback if we can read the + # script. + try: + f = open(script, 'rb') + except IOError: # pragma: no cover + if not self.dry_run: + raise + f = None + else: + first_line = f.readline() + if not first_line: # pragma: no cover + logger.warning('%s is an empty file (skipping)', script) + return + + match = FIRST_LINE_RE.match(first_line.replace(b'\r\n', b'\n')) + if match: + adjust = True + post_interp = match.group(1) or b'' + + if not adjust: + if f: + f.close() + self._fileop.copy_file(script, outname) + if self.set_mode: + self._fileop.set_executable_mode([outname]) + filenames.append(outname) + else: + logger.info('copying and adjusting %s -> %s', script, + self.target_dir) + if not self._fileop.dry_run: + encoding, lines = detect_encoding(f.readline) + f.seek(0) + shebang = self._get_shebang(encoding, post_interp) + if b'pythonw' in first_line: # pragma: no cover + ext = 'pyw' + else: + ext = 'py' + n = os.path.basename(outname) + self._write_script([n], shebang, f.read(), filenames, ext) + if f: + f.close() + + @property + def dry_run(self): + return self._fileop.dry_run + + @dry_run.setter + def dry_run(self, value): + self._fileop.dry_run = value + + if os.name == 'nt' or (os.name == 'java' + and os._name == 'nt'): # pragma: no cover + # Executable launcher support. + # Launchers are from https://bitbucket.org/vinay.sajip/simple_launcher/ + + def _get_launcher(self, kind): + if struct.calcsize('P') == 8: # 64-bit + bits = '64' + else: + bits = '32' + platform_suffix = '-arm' if get_platform() == 'win-arm64' else '' + name = '%s%s%s.exe' % (kind, bits, platform_suffix) + # Issue 31: don't hardcode an absolute package name, but + # determine it relative to the current package + distlib_package = __name__.rsplit('.', 1)[0] + resource = finder(distlib_package).find(name) + if not resource: + msg = ('Unable to find resource %s in package %s' % + (name, distlib_package)) + raise ValueError(msg) + return resource.bytes + + # Public API follows + + def make(self, specification, options=None): + """ + Make a script. + + :param specification: The specification, which is either a valid export + entry specification (to make a script from a + callable) or a filename (to make a script by + copying from a source location). + :param options: A dictionary of options controlling script generation. + :return: A list of all absolute pathnames written to. + """ + filenames = [] + entry = get_export_entry(specification) + if entry is None: + self._copy_script(specification, filenames) + else: + self._make_script(entry, filenames, options=options) + return filenames + + def make_multiple(self, specifications, options=None): + """ + Take a list of specifications and make scripts from them, + :param specifications: A list of specifications. + :return: A list of all absolute pathnames written to, + """ + filenames = [] + for specification in specifications: + filenames.extend(self.make(specification, options)) + return filenames diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py new file mode 100644 index 0000000..ba58858 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py @@ -0,0 +1,2025 @@ +# +# Copyright (C) 2012-2023 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import codecs +from collections import deque +import contextlib +import csv +from glob import iglob as std_iglob +import io +import json +import logging +import os +import py_compile +import re +import socket +try: + import ssl +except ImportError: # pragma: no cover + ssl = None +import subprocess +import sys +import tarfile +import tempfile +import textwrap + +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import time + +from . import DistlibException +from .compat import (string_types, text_type, shutil, raw_input, StringIO, + cache_from_source, urlopen, urljoin, httplib, xmlrpclib, + HTTPHandler, BaseConfigurator, valid_ident, + Container, configparser, URLError, ZipFile, fsdecode, + unquote, urlparse) + +logger = logging.getLogger(__name__) + +# +# Requirement parsing code as per PEP 508 +# + +IDENTIFIER = re.compile(r'^([\w\.-]+)\s*') +VERSION_IDENTIFIER = re.compile(r'^([\w\.*+-]+)\s*') +COMPARE_OP = re.compile(r'^(<=?|>=?|={2,3}|[~!]=)\s*') +MARKER_OP = re.compile(r'^((<=?)|(>=?)|={2,3}|[~!]=|in|not\s+in)\s*') +OR = re.compile(r'^or\b\s*') +AND = re.compile(r'^and\b\s*') +NON_SPACE = re.compile(r'(\S+)\s*') +STRING_CHUNK = re.compile(r'([\s\w\.{}()*+#:;,/?!~`@$%^&=|<>\[\]-]+)') + + +def parse_marker(marker_string): + """ + Parse a marker string and return a dictionary containing a marker expression. + + The dictionary will contain keys "op", "lhs" and "rhs" for non-terminals in + the expression grammar, or strings. A string contained in quotes is to be + interpreted as a literal string, and a string not contained in quotes is a + variable (such as os_name). + """ + + def marker_var(remaining): + # either identifier, or literal string + m = IDENTIFIER.match(remaining) + if m: + result = m.groups()[0] + remaining = remaining[m.end():] + elif not remaining: + raise SyntaxError('unexpected end of input') + else: + q = remaining[0] + if q not in '\'"': + raise SyntaxError('invalid expression: %s' % remaining) + oq = '\'"'.replace(q, '') + remaining = remaining[1:] + parts = [q] + while remaining: + # either a string chunk, or oq, or q to terminate + if remaining[0] == q: + break + elif remaining[0] == oq: + parts.append(oq) + remaining = remaining[1:] + else: + m = STRING_CHUNK.match(remaining) + if not m: + raise SyntaxError('error in string literal: %s' % + remaining) + parts.append(m.groups()[0]) + remaining = remaining[m.end():] + else: + s = ''.join(parts) + raise SyntaxError('unterminated string: %s' % s) + parts.append(q) + result = ''.join(parts) + remaining = remaining[1:].lstrip() # skip past closing quote + return result, remaining + + def marker_expr(remaining): + if remaining and remaining[0] == '(': + result, remaining = marker(remaining[1:].lstrip()) + if remaining[0] != ')': + raise SyntaxError('unterminated parenthesis: %s' % remaining) + remaining = remaining[1:].lstrip() + else: + lhs, remaining = marker_var(remaining) + while remaining: + m = MARKER_OP.match(remaining) + if not m: + break + op = m.groups()[0] + remaining = remaining[m.end():] + rhs, remaining = marker_var(remaining) + lhs = {'op': op, 'lhs': lhs, 'rhs': rhs} + result = lhs + return result, remaining + + def marker_and(remaining): + lhs, remaining = marker_expr(remaining) + while remaining: + m = AND.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_expr(remaining) + lhs = {'op': 'and', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + def marker(remaining): + lhs, remaining = marker_and(remaining) + while remaining: + m = OR.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_and(remaining) + lhs = {'op': 'or', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + return marker(marker_string) + + +def parse_requirement(req): + """ + Parse a requirement passed in as a string. Return a Container + whose attributes contain the various parts of the requirement. + """ + remaining = req.strip() + if not remaining or remaining.startswith('#'): + return None + m = IDENTIFIER.match(remaining) + if not m: + raise SyntaxError('name expected: %s' % remaining) + distname = m.groups()[0] + remaining = remaining[m.end():] + extras = mark_expr = versions = uri = None + if remaining and remaining[0] == '[': + i = remaining.find(']', 1) + if i < 0: + raise SyntaxError('unterminated extra: %s' % remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + extras = [] + while s: + m = IDENTIFIER.match(s) + if not m: + raise SyntaxError('malformed extra: %s' % s) + extras.append(m.groups()[0]) + s = s[m.end():] + if not s: + break + if s[0] != ',': + raise SyntaxError('comma expected in extras: %s' % s) + s = s[1:].lstrip() + if not extras: + extras = None + if remaining: + if remaining[0] == '@': + # it's a URI + remaining = remaining[1:].lstrip() + m = NON_SPACE.match(remaining) + if not m: + raise SyntaxError('invalid URI: %s' % remaining) + uri = m.groups()[0] + t = urlparse(uri) + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not (t.scheme and t.netloc): + raise SyntaxError('Invalid URL: %s' % uri) + remaining = remaining[m.end():].lstrip() + else: + + def get_versions(ver_remaining): + """ + Return a list of operator, version tuples if any are + specified, else None. + """ + m = COMPARE_OP.match(ver_remaining) + versions = None + if m: + versions = [] + while True: + op = m.groups()[0] + ver_remaining = ver_remaining[m.end():] + m = VERSION_IDENTIFIER.match(ver_remaining) + if not m: + raise SyntaxError('invalid version: %s' % + ver_remaining) + v = m.groups()[0] + versions.append((op, v)) + ver_remaining = ver_remaining[m.end():] + if not ver_remaining or ver_remaining[0] != ',': + break + ver_remaining = ver_remaining[1:].lstrip() + # Some packages have a trailing comma which would break things + # See issue #148 + if not ver_remaining: + break + m = COMPARE_OP.match(ver_remaining) + if not m: + raise SyntaxError('invalid constraint: %s' % + ver_remaining) + if not versions: + versions = None + return versions, ver_remaining + + if remaining[0] != '(': + versions, remaining = get_versions(remaining) + else: + i = remaining.find(')', 1) + if i < 0: + raise SyntaxError('unterminated parenthesis: %s' % + remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + # As a special diversion from PEP 508, allow a version number + # a.b.c in parentheses as a synonym for ~= a.b.c (because this + # is allowed in earlier PEPs) + if COMPARE_OP.match(s): + versions, _ = get_versions(s) + else: + m = VERSION_IDENTIFIER.match(s) + if not m: + raise SyntaxError('invalid constraint: %s' % s) + v = m.groups()[0] + s = s[m.end():].lstrip() + if s: + raise SyntaxError('invalid constraint: %s' % s) + versions = [('~=', v)] + + if remaining: + if remaining[0] != ';': + raise SyntaxError('invalid requirement: %s' % remaining) + remaining = remaining[1:].lstrip() + + mark_expr, remaining = parse_marker(remaining) + + if remaining and remaining[0] != '#': + raise SyntaxError('unexpected trailing data: %s' % remaining) + + if not versions: + rs = distname + else: + rs = '%s %s' % (distname, ', '.join( + ['%s %s' % con for con in versions])) + return Container(name=distname, + extras=extras, + constraints=versions, + marker=mark_expr, + url=uri, + requirement=rs) + + +def get_resources_dests(resources_root, rules): + """Find destinations for resources files""" + + def get_rel_path(root, path): + # normalizes and returns a lstripped-/-separated path + root = root.replace(os.path.sep, '/') + path = path.replace(os.path.sep, '/') + assert path.startswith(root) + return path[len(root):].lstrip('/') + + destinations = {} + for base, suffix, dest in rules: + prefix = os.path.join(resources_root, base) + for abs_base in iglob(prefix): + abs_glob = os.path.join(abs_base, suffix) + for abs_path in iglob(abs_glob): + resource_file = get_rel_path(resources_root, abs_path) + if dest is None: # remove the entry if it was here + destinations.pop(resource_file, None) + else: + rel_path = get_rel_path(abs_base, abs_path) + rel_dest = dest.replace(os.path.sep, '/').rstrip('/') + destinations[resource_file] = rel_dest + '/' + rel_path + return destinations + + +def in_venv(): + if hasattr(sys, 'real_prefix'): + # virtualenv venvs + result = True + else: + # PEP 405 venvs + result = sys.prefix != getattr(sys, 'base_prefix', sys.prefix) + return result + + +def get_executable(): + # The __PYVENV_LAUNCHER__ dance is apparently no longer needed, as + # changes to the stub launcher mean that sys.executable always points + # to the stub on OS X + # if sys.platform == 'darwin' and ('__PYVENV_LAUNCHER__' + # in os.environ): + # result = os.environ['__PYVENV_LAUNCHER__'] + # else: + # result = sys.executable + # return result + # Avoid normcasing: see issue #143 + # result = os.path.normcase(sys.executable) + result = sys.executable + if not isinstance(result, text_type): + result = fsdecode(result) + return result + + +def proceed(prompt, allowed_chars, error_prompt=None, default=None): + p = prompt + while True: + s = raw_input(p) + p = prompt + if not s and default: + s = default + if s: + c = s[0].lower() + if c in allowed_chars: + break + if error_prompt: + p = '%c: %s\n%s' % (c, error_prompt, prompt) + return c + + +def extract_by_key(d, keys): + if isinstance(keys, string_types): + keys = keys.split() + result = {} + for key in keys: + if key in d: + result[key] = d[key] + return result + + +def read_exports(stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + # Try to load as JSON, falling back on legacy format + data = stream.read() + stream = StringIO(data) + try: + jdata = json.load(stream) + result = jdata['extensions']['python.exports']['exports'] + for group, entries in result.items(): + for k, v in entries.items(): + s = '%s = %s' % (k, v) + entry = get_export_entry(s) + assert entry is not None + entries[k] = entry + return result + except Exception: + stream.seek(0, 0) + + def read_stream(cp, stream): + if hasattr(cp, 'read_file'): + cp.read_file(stream) + else: + cp.readfp(stream) + + cp = configparser.ConfigParser() + try: + read_stream(cp, stream) + except configparser.MissingSectionHeaderError: + stream.close() + data = textwrap.dedent(data) + stream = StringIO(data) + read_stream(cp, stream) + + result = {} + for key in cp.sections(): + result[key] = entries = {} + for name, value in cp.items(key): + s = '%s = %s' % (name, value) + entry = get_export_entry(s) + assert entry is not None + # entry.dist = self + entries[name] = entry + return result + + +def write_exports(exports, stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getwriter('utf-8')(stream) + cp = configparser.ConfigParser() + for k, v in exports.items(): + # TODO check k, v for valid values + cp.add_section(k) + for entry in v.values(): + if entry.suffix is None: + s = entry.prefix + else: + s = '%s:%s' % (entry.prefix, entry.suffix) + if entry.flags: + s = '%s [%s]' % (s, ', '.join(entry.flags)) + cp.set(k, entry.name, s) + cp.write(stream) + + +@contextlib.contextmanager +def tempdir(): + td = tempfile.mkdtemp() + try: + yield td + finally: + shutil.rmtree(td) + + +@contextlib.contextmanager +def chdir(d): + cwd = os.getcwd() + try: + os.chdir(d) + yield + finally: + os.chdir(cwd) + + +@contextlib.contextmanager +def socket_timeout(seconds=15): + cto = socket.getdefaulttimeout() + try: + socket.setdefaulttimeout(seconds) + yield + finally: + socket.setdefaulttimeout(cto) + + +class cached_property(object): + + def __init__(self, func): + self.func = func + # for attr in ('__name__', '__module__', '__doc__'): + # setattr(self, attr, getattr(func, attr, None)) + + def __get__(self, obj, cls=None): + if obj is None: + return self + value = self.func(obj) + object.__setattr__(obj, self.func.__name__, value) + # obj.__dict__[self.func.__name__] = value = self.func(obj) + return value + + +def convert_path(pathname): + """Return 'pathname' as a name that will work on the native filesystem. + + The path is split on '/' and put back together again using the current + directory separator. Needed because filenames in the setup script are + always supplied in Unix style, and have to be converted to the local + convention before we can actually use them in the filesystem. Raises + ValueError on non-Unix-ish systems if 'pathname' either starts or + ends with a slash. + """ + if os.sep == '/': + return pathname + if not pathname: + return pathname + if pathname[0] == '/': + raise ValueError("path '%s' cannot be absolute" % pathname) + if pathname[-1] == '/': + raise ValueError("path '%s' cannot end with '/'" % pathname) + + paths = pathname.split('/') + while os.curdir in paths: + paths.remove(os.curdir) + if not paths: + return os.curdir + return os.path.join(*paths) + + +class FileOperator(object): + + def __init__(self, dry_run=False): + self.dry_run = dry_run + self.ensured = set() + self._init_record() + + def _init_record(self): + self.record = False + self.files_written = set() + self.dirs_created = set() + + def record_as_written(self, path): + if self.record: + self.files_written.add(path) + + def newer(self, source, target): + """Tell if the target is newer than the source. + + Returns true if 'source' exists and is more recently modified than + 'target', or if 'source' exists and 'target' doesn't. + + Returns false if both exist and 'target' is the same age or younger + than 'source'. Raise PackagingFileError if 'source' does not exist. + + Note that this test is not very accurate: files created in the same + second will have the same "age". + """ + if not os.path.exists(source): + raise DistlibException("file '%r' does not exist" % + os.path.abspath(source)) + if not os.path.exists(target): + return True + + return os.stat(source).st_mtime > os.stat(target).st_mtime + + def copy_file(self, infile, outfile, check=True): + """Copy a file respecting dry-run and force flags. + """ + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying %s to %s', infile, outfile) + if not self.dry_run: + msg = None + if check: + if os.path.islink(outfile): + msg = '%s is a symlink' % outfile + elif os.path.exists(outfile) and not os.path.isfile(outfile): + msg = '%s is a non-regular file' % outfile + if msg: + raise ValueError(msg + ' which would be overwritten') + shutil.copyfile(infile, outfile) + self.record_as_written(outfile) + + def copy_stream(self, instream, outfile, encoding=None): + assert not os.path.isdir(outfile) + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying stream %s to %s', instream, outfile) + if not self.dry_run: + if encoding is None: + outstream = open(outfile, 'wb') + else: + outstream = codecs.open(outfile, 'w', encoding=encoding) + try: + shutil.copyfileobj(instream, outstream) + finally: + outstream.close() + self.record_as_written(outfile) + + def write_binary_file(self, path, data): + self.ensure_dir(os.path.dirname(path)) + if not self.dry_run: + if os.path.exists(path): + os.remove(path) + with open(path, 'wb') as f: + f.write(data) + self.record_as_written(path) + + def write_text_file(self, path, data, encoding): + self.write_binary_file(path, data.encode(encoding)) + + def set_mode(self, bits, mask, files): + if os.name == 'posix' or (os.name == 'java' and os._name == 'posix'): + # Set the executable bits (owner, group, and world) on + # all the files specified. + for f in files: + if self.dry_run: + logger.info("changing mode of %s", f) + else: + mode = (os.stat(f).st_mode | bits) & mask + logger.info("changing mode of %s to %o", f, mode) + os.chmod(f, mode) + + set_executable_mode = lambda s, f: s.set_mode(0o555, 0o7777, f) + + def ensure_dir(self, path): + path = os.path.abspath(path) + if path not in self.ensured and not os.path.exists(path): + self.ensured.add(path) + d, f = os.path.split(path) + self.ensure_dir(d) + logger.info('Creating %s' % path) + if not self.dry_run: + os.mkdir(path) + if self.record: + self.dirs_created.add(path) + + def byte_compile(self, + path, + optimize=False, + force=False, + prefix=None, + hashed_invalidation=False): + dpath = cache_from_source(path, not optimize) + logger.info('Byte-compiling %s to %s', path, dpath) + if not self.dry_run: + if force or self.newer(path, dpath): + if not prefix: + diagpath = None + else: + assert path.startswith(prefix) + diagpath = path[len(prefix):] + compile_kwargs = {} + if hashed_invalidation and hasattr(py_compile, + 'PycInvalidationMode'): + compile_kwargs[ + 'invalidation_mode'] = py_compile.PycInvalidationMode.CHECKED_HASH + py_compile.compile(path, dpath, diagpath, True, + **compile_kwargs) # raise error + self.record_as_written(dpath) + return dpath + + def ensure_removed(self, path): + if os.path.exists(path): + if os.path.isdir(path) and not os.path.islink(path): + logger.debug('Removing directory tree at %s', path) + if not self.dry_run: + shutil.rmtree(path) + if self.record: + if path in self.dirs_created: + self.dirs_created.remove(path) + else: + if os.path.islink(path): + s = 'link' + else: + s = 'file' + logger.debug('Removing %s %s', s, path) + if not self.dry_run: + os.remove(path) + if self.record: + if path in self.files_written: + self.files_written.remove(path) + + def is_writable(self, path): + result = False + while not result: + if os.path.exists(path): + result = os.access(path, os.W_OK) + break + parent = os.path.dirname(path) + if parent == path: + break + path = parent + return result + + def commit(self): + """ + Commit recorded changes, turn off recording, return + changes. + """ + assert self.record + result = self.files_written, self.dirs_created + self._init_record() + return result + + def rollback(self): + if not self.dry_run: + for f in list(self.files_written): + if os.path.exists(f): + os.remove(f) + # dirs should all be empty now, except perhaps for + # __pycache__ subdirs + # reverse so that subdirs appear before their parents + dirs = sorted(self.dirs_created, reverse=True) + for d in dirs: + flist = os.listdir(d) + if flist: + assert flist == ['__pycache__'] + sd = os.path.join(d, flist[0]) + os.rmdir(sd) + os.rmdir(d) # should fail if non-empty + self._init_record() + + +def resolve(module_name, dotted_path): + if module_name in sys.modules: + mod = sys.modules[module_name] + else: + mod = __import__(module_name) + if dotted_path is None: + result = mod + else: + parts = dotted_path.split('.') + result = getattr(mod, parts.pop(0)) + for p in parts: + result = getattr(result, p) + return result + + +class ExportEntry(object): + + def __init__(self, name, prefix, suffix, flags): + self.name = name + self.prefix = prefix + self.suffix = suffix + self.flags = flags + + @cached_property + def value(self): + return resolve(self.prefix, self.suffix) + + def __repr__(self): # pragma: no cover + return '' % (self.name, self.prefix, + self.suffix, self.flags) + + def __eq__(self, other): + if not isinstance(other, ExportEntry): + result = False + else: + result = (self.name == other.name and self.prefix == other.prefix + and self.suffix == other.suffix + and self.flags == other.flags) + return result + + __hash__ = object.__hash__ + + +ENTRY_RE = re.compile( + r'''(?P([^\[]\S*)) + \s*=\s*(?P(\w+)([:\.]\w+)*) + \s*(\[\s*(?P[\w-]+(=\w+)?(,\s*\w+(=\w+)?)*)\s*\])? + ''', re.VERBOSE) + + +def get_export_entry(specification): + m = ENTRY_RE.search(specification) + if not m: + result = None + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + else: + d = m.groupdict() + name = d['name'] + path = d['callable'] + colons = path.count(':') + if colons == 0: + prefix, suffix = path, None + else: + if colons != 1: + raise DistlibException("Invalid specification " + "'%s'" % specification) + prefix, suffix = path.split(':') + flags = d['flags'] + if flags is None: + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + flags = [] + else: + flags = [f.strip() for f in flags.split(',')] + result = ExportEntry(name, prefix, suffix, flags) + return result + + +def get_cache_base(suffix=None): + """ + Return the default base location for distlib caches. If the directory does + not exist, it is created. Use the suffix provided for the base directory, + and default to '.distlib' if it isn't provided. + + On Windows, if LOCALAPPDATA is defined in the environment, then it is + assumed to be a directory, and will be the parent directory of the result. + On POSIX, and on Windows if LOCALAPPDATA is not defined, the user's home + directory - using os.expanduser('~') - will be the parent directory of + the result. + + The result is just the directory '.distlib' in the parent directory as + determined above, or with the name specified with ``suffix``. + """ + if suffix is None: + suffix = '.distlib' + if os.name == 'nt' and 'LOCALAPPDATA' in os.environ: + result = os.path.expandvars('$localappdata') + else: + # Assume posix, or old Windows + result = os.path.expanduser('~') + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if os.path.isdir(result): + usable = os.access(result, os.W_OK) + if not usable: + logger.warning('Directory exists but is not writable: %s', result) + else: + try: + os.makedirs(result) + usable = True + except OSError: + logger.warning('Unable to create %s', result, exc_info=True) + usable = False + if not usable: + result = tempfile.mkdtemp() + logger.warning('Default location unusable, using %s', result) + return os.path.join(result, suffix) + + +def path_to_cache_dir(path): + """ + Convert an absolute path to a directory name for use in a cache. + + The algorithm used is: + + #. On Windows, any ``':'`` in the drive is replaced with ``'---'``. + #. Any occurrence of ``os.sep`` is replaced with ``'--'``. + #. ``'.cache'`` is appended. + """ + d, p = os.path.splitdrive(os.path.abspath(path)) + if d: + d = d.replace(':', '---') + p = p.replace(os.sep, '--') + return d + p + '.cache' + + +def ensure_slash(s): + if not s.endswith('/'): + return s + '/' + return s + + +def parse_credentials(netloc): + username = password = None + if '@' in netloc: + prefix, netloc = netloc.rsplit('@', 1) + if ':' not in prefix: + username = prefix + else: + username, password = prefix.split(':', 1) + if username: + username = unquote(username) + if password: + password = unquote(password) + return username, password, netloc + + +def get_process_umask(): + result = os.umask(0o22) + os.umask(result) + return result + + +def is_string_sequence(seq): + result = True + i = None + for i, s in enumerate(seq): + if not isinstance(s, string_types): + result = False + break + assert i is not None + return result + + +PROJECT_NAME_AND_VERSION = re.compile( + '([a-z0-9_]+([.-][a-z_][a-z0-9_]*)*)-' + '([a-z0-9_.+-]+)', re.I) +PYTHON_VERSION = re.compile(r'-py(\d\.?\d?)') + + +def split_filename(filename, project_name=None): + """ + Extract name, version, python version from a filename (no extension) + + Return name, version, pyver or None + """ + result = None + pyver = None + filename = unquote(filename).replace(' ', '-') + m = PYTHON_VERSION.search(filename) + if m: + pyver = m.group(1) + filename = filename[:m.start()] + if project_name and len(filename) > len(project_name) + 1: + m = re.match(re.escape(project_name) + r'\b', filename) + if m: + n = m.end() + result = filename[:n], filename[n + 1:], pyver + if result is None: + m = PROJECT_NAME_AND_VERSION.match(filename) + if m: + result = m.group(1), m.group(3), pyver + return result + + +# Allow spaces in name because of legacy dists like "Twisted Core" +NAME_VERSION_RE = re.compile(r'(?P[\w .-]+)\s*' + r'\(\s*(?P[^\s)]+)\)$') + + +def parse_name_and_version(p): + """ + A utility method used to get name and version from a string. + + From e.g. a Provides-Dist value. + + :param p: A value in a form 'foo (1.0)' + :return: The name and version as a tuple. + """ + m = NAME_VERSION_RE.match(p) + if not m: + raise DistlibException('Ill-formed name/version string: \'%s\'' % p) + d = m.groupdict() + return d['name'].strip().lower(), d['ver'] + + +def get_extras(requested, available): + result = set() + requested = set(requested or []) + available = set(available or []) + if '*' in requested: + requested.remove('*') + result |= available + for r in requested: + if r == '-': + result.add(r) + elif r.startswith('-'): + unwanted = r[1:] + if unwanted not in available: + logger.warning('undeclared extra: %s' % unwanted) + if unwanted in result: + result.remove(unwanted) + else: + if r not in available: + logger.warning('undeclared extra: %s' % r) + result.add(r) + return result + + +# +# Extended metadata functionality +# + + +def _get_external_data(url): + result = {} + try: + # urlopen might fail if it runs into redirections, + # because of Python issue #13696. Fixed in locators + # using a custom redirect handler. + resp = urlopen(url) + headers = resp.info() + ct = headers.get('Content-Type') + if not ct.startswith('application/json'): + logger.debug('Unexpected response for JSON request: %s', ct) + else: + reader = codecs.getreader('utf-8')(resp) + # data = reader.read().decode('utf-8') + # result = json.loads(data) + result = json.load(reader) + except Exception as e: + logger.exception('Failed to get external data for %s: %s', url, e) + return result + + +_external_data_base_url = 'https://www.red-dove.com/pypi/projects/' + + +def get_project_data(name): + url = '%s/%s/project.json' % (name[0].upper(), name) + url = urljoin(_external_data_base_url, url) + result = _get_external_data(url) + return result + + +def get_package_data(name, version): + url = '%s/%s/package-%s.json' % (name[0].upper(), name, version) + url = urljoin(_external_data_base_url, url) + return _get_external_data(url) + + +class Cache(object): + """ + A class implementing a cache for resources that need to live in the file system + e.g. shared libraries. This class was moved from resources to here because it + could be used by other modules, e.g. the wheel module. + """ + + def __init__(self, base): + """ + Initialise an instance. + + :param base: The base directory where the cache should be located. + """ + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if not os.path.isdir(base): # pragma: no cover + os.makedirs(base) + if (os.stat(base).st_mode & 0o77) != 0: + logger.warning('Directory \'%s\' is not private', base) + self.base = os.path.abspath(os.path.normpath(base)) + + def prefix_to_dir(self, prefix): + """ + Converts a resource prefix to a directory name in the cache. + """ + return path_to_cache_dir(prefix) + + def clear(self): + """ + Clear the cache. + """ + not_removed = [] + for fn in os.listdir(self.base): + fn = os.path.join(self.base, fn) + try: + if os.path.islink(fn) or os.path.isfile(fn): + os.remove(fn) + elif os.path.isdir(fn): + shutil.rmtree(fn) + except Exception: + not_removed.append(fn) + return not_removed + + +class EventMixin(object): + """ + A very simple publish/subscribe system. + """ + + def __init__(self): + self._subscribers = {} + + def add(self, event, subscriber, append=True): + """ + Add a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be added (and called when the + event is published). + :param append: Whether to append or prepend the subscriber to an + existing subscriber list for the event. + """ + subs = self._subscribers + if event not in subs: + subs[event] = deque([subscriber]) + else: + sq = subs[event] + if append: + sq.append(subscriber) + else: + sq.appendleft(subscriber) + + def remove(self, event, subscriber): + """ + Remove a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be removed. + """ + subs = self._subscribers + if event not in subs: + raise ValueError('No subscribers: %r' % event) + subs[event].remove(subscriber) + + def get_subscribers(self, event): + """ + Return an iterator for the subscribers for an event. + :param event: The event to return subscribers for. + """ + return iter(self._subscribers.get(event, ())) + + def publish(self, event, *args, **kwargs): + """ + Publish a event and return a list of values returned by its + subscribers. + + :param event: The event to publish. + :param args: The positional arguments to pass to the event's + subscribers. + :param kwargs: The keyword arguments to pass to the event's + subscribers. + """ + result = [] + for subscriber in self.get_subscribers(event): + try: + value = subscriber(event, *args, **kwargs) + except Exception: + logger.exception('Exception during event publication') + value = None + result.append(value) + logger.debug('publish %s: args = %s, kwargs = %s, result = %s', event, + args, kwargs, result) + return result + + +# +# Simple sequencing +# +class Sequencer(object): + + def __init__(self): + self._preds = {} + self._succs = {} + self._nodes = set() # nodes with no preds/succs + + def add_node(self, node): + self._nodes.add(node) + + def remove_node(self, node, edges=False): + if node in self._nodes: + self._nodes.remove(node) + if edges: + for p in set(self._preds.get(node, ())): + self.remove(p, node) + for s in set(self._succs.get(node, ())): + self.remove(node, s) + # Remove empties + for k, v in list(self._preds.items()): + if not v: + del self._preds[k] + for k, v in list(self._succs.items()): + if not v: + del self._succs[k] + + def add(self, pred, succ): + assert pred != succ + self._preds.setdefault(succ, set()).add(pred) + self._succs.setdefault(pred, set()).add(succ) + + def remove(self, pred, succ): + assert pred != succ + try: + preds = self._preds[succ] + succs = self._succs[pred] + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of anything' % succ) + try: + preds.remove(pred) + succs.remove(succ) + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of %r' % (succ, pred)) + + def is_step(self, step): + return (step in self._preds or step in self._succs + or step in self._nodes) + + def get_steps(self, final): + if not self.is_step(final): + raise ValueError('Unknown: %r' % final) + result = [] + todo = [] + seen = set() + todo.append(final) + while todo: + step = todo.pop(0) + if step in seen: + # if a step was already seen, + # move it to the end (so it will appear earlier + # when reversed on return) ... but not for the + # final step, as that would be confusing for + # users + if step != final: + result.remove(step) + result.append(step) + else: + seen.add(step) + result.append(step) + preds = self._preds.get(step, ()) + todo.extend(preds) + return reversed(result) + + @property + def strong_connections(self): + # http://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm + index_counter = [0] + stack = [] + lowlinks = {} + index = {} + result = [] + + graph = self._succs + + def strongconnect(node): + # set the depth index for this node to the smallest unused index + index[node] = index_counter[0] + lowlinks[node] = index_counter[0] + index_counter[0] += 1 + stack.append(node) + + # Consider successors + try: + successors = graph[node] + except Exception: + successors = [] + for successor in successors: + if successor not in lowlinks: + # Successor has not yet been visited + strongconnect(successor) + lowlinks[node] = min(lowlinks[node], lowlinks[successor]) + elif successor in stack: + # the successor is in the stack and hence in the current + # strongly connected component (SCC) + lowlinks[node] = min(lowlinks[node], index[successor]) + + # If `node` is a root node, pop the stack and generate an SCC + if lowlinks[node] == index[node]: + connected_component = [] + + while True: + successor = stack.pop() + connected_component.append(successor) + if successor == node: + break + component = tuple(connected_component) + # storing the result + result.append(component) + + for node in graph: + if node not in lowlinks: + strongconnect(node) + + return result + + @property + def dot(self): + result = ['digraph G {'] + for succ in self._preds: + preds = self._preds[succ] + for pred in preds: + result.append(' %s -> %s;' % (pred, succ)) + for node in self._nodes: + result.append(' %s;' % node) + result.append('}') + return '\n'.join(result) + + +# +# Unarchiving functionality for zip, tar, tgz, tbz, whl +# + +ARCHIVE_EXTENSIONS = ('.tar.gz', '.tar.bz2', '.tar', '.zip', '.tgz', '.tbz', + '.whl') + + +def unarchive(archive_filename, dest_dir, format=None, check=True): + + def check_path(path): + if not isinstance(path, text_type): + path = path.decode('utf-8') + p = os.path.abspath(os.path.join(dest_dir, path)) + if not p.startswith(dest_dir) or p[plen] != os.sep: + raise ValueError('path outside destination: %r' % p) + + dest_dir = os.path.abspath(dest_dir) + plen = len(dest_dir) + archive = None + if format is None: + if archive_filename.endswith(('.zip', '.whl')): + format = 'zip' + elif archive_filename.endswith(('.tar.gz', '.tgz')): + format = 'tgz' + mode = 'r:gz' + elif archive_filename.endswith(('.tar.bz2', '.tbz')): + format = 'tbz' + mode = 'r:bz2' + elif archive_filename.endswith('.tar'): + format = 'tar' + mode = 'r' + else: # pragma: no cover + raise ValueError('Unknown format for %r' % archive_filename) + try: + if format == 'zip': + archive = ZipFile(archive_filename, 'r') + if check: + names = archive.namelist() + for name in names: + check_path(name) + else: + archive = tarfile.open(archive_filename, mode) + if check: + names = archive.getnames() + for name in names: + check_path(name) + if format != 'zip' and sys.version_info[0] < 3: + # See Python issue 17153. If the dest path contains Unicode, + # tarfile extraction fails on Python 2.x if a member path name + # contains non-ASCII characters - it leads to an implicit + # bytes -> unicode conversion using ASCII to decode. + for tarinfo in archive.getmembers(): + if not isinstance(tarinfo.name, text_type): + tarinfo.name = tarinfo.name.decode('utf-8') + + # Limit extraction of dangerous items, if this Python + # allows it easily. If not, just trust the input. + # See: https://docs.python.org/3/library/tarfile.html#extraction-filters + def extraction_filter(member, path): + """Run tarfile.tar_filter, but raise the expected ValueError""" + # This is only called if the current Python has tarfile filters + try: + return tarfile.tar_filter(member, path) + except tarfile.FilterError as exc: + raise ValueError(str(exc)) + + archive.extraction_filter = extraction_filter + + archive.extractall(dest_dir) + + finally: + if archive: + archive.close() + + +def zip_dir(directory): + """zip a directory tree into a BytesIO object""" + result = io.BytesIO() + dlen = len(directory) + with ZipFile(result, "w") as zf: + for root, dirs, files in os.walk(directory): + for name in files: + full = os.path.join(root, name) + rel = root[dlen:] + dest = os.path.join(rel, name) + zf.write(full, dest) + return result + + +# +# Simple progress bar +# + +UNITS = ('', 'K', 'M', 'G', 'T', 'P') + + +class Progress(object): + unknown = 'UNKNOWN' + + def __init__(self, minval=0, maxval=100): + assert maxval is None or maxval >= minval + self.min = self.cur = minval + self.max = maxval + self.started = None + self.elapsed = 0 + self.done = False + + def update(self, curval): + assert self.min <= curval + assert self.max is None or curval <= self.max + self.cur = curval + now = time.time() + if self.started is None: + self.started = now + else: + self.elapsed = now - self.started + + def increment(self, incr): + assert incr >= 0 + self.update(self.cur + incr) + + def start(self): + self.update(self.min) + return self + + def stop(self): + if self.max is not None: + self.update(self.max) + self.done = True + + @property + def maximum(self): + return self.unknown if self.max is None else self.max + + @property + def percentage(self): + if self.done: + result = '100 %' + elif self.max is None: + result = ' ?? %' + else: + v = 100.0 * (self.cur - self.min) / (self.max - self.min) + result = '%3d %%' % v + return result + + def format_duration(self, duration): + if (duration <= 0) and self.max is None or self.cur == self.min: + result = '??:??:??' + # elif duration < 1: + # result = '--:--:--' + else: + result = time.strftime('%H:%M:%S', time.gmtime(duration)) + return result + + @property + def ETA(self): + if self.done: + prefix = 'Done' + t = self.elapsed + # import pdb; pdb.set_trace() + else: + prefix = 'ETA ' + if self.max is None: + t = -1 + elif self.elapsed == 0 or (self.cur == self.min): + t = 0 + else: + # import pdb; pdb.set_trace() + t = float(self.max - self.min) + t /= self.cur - self.min + t = (t - 1) * self.elapsed + return '%s: %s' % (prefix, self.format_duration(t)) + + @property + def speed(self): + if self.elapsed == 0: + result = 0.0 + else: + result = (self.cur - self.min) / self.elapsed + for unit in UNITS: + if result < 1000: + break + result /= 1000.0 + return '%d %sB/s' % (result, unit) + + +# +# Glob functionality +# + +RICH_GLOB = re.compile(r'\{([^}]*)\}') +_CHECK_RECURSIVE_GLOB = re.compile(r'[^/\\,{]\*\*|\*\*[^/\\,}]') +_CHECK_MISMATCH_SET = re.compile(r'^[^{]*\}|\{[^}]*$') + + +def iglob(path_glob): + """Extended globbing function that supports ** and {opt1,opt2,opt3}.""" + if _CHECK_RECURSIVE_GLOB.search(path_glob): + msg = """invalid glob %r: recursive glob "**" must be used alone""" + raise ValueError(msg % path_glob) + if _CHECK_MISMATCH_SET.search(path_glob): + msg = """invalid glob %r: mismatching set marker '{' or '}'""" + raise ValueError(msg % path_glob) + return _iglob(path_glob) + + +def _iglob(path_glob): + rich_path_glob = RICH_GLOB.split(path_glob, 1) + if len(rich_path_glob) > 1: + assert len(rich_path_glob) == 3, rich_path_glob + prefix, set, suffix = rich_path_glob + for item in set.split(','): + for path in _iglob(''.join((prefix, item, suffix))): + yield path + else: + if '**' not in path_glob: + for item in std_iglob(path_glob): + yield item + else: + prefix, radical = path_glob.split('**', 1) + if prefix == '': + prefix = '.' + if radical == '': + radical = '*' + else: + # we support both + radical = radical.lstrip('/') + radical = radical.lstrip('\\') + for path, dir, files in os.walk(prefix): + path = os.path.normpath(path) + for fn in _iglob(os.path.join(path, radical)): + yield fn + + +if ssl: + from .compat import (HTTPSHandler as BaseHTTPSHandler, match_hostname, + CertificateError) + + # + # HTTPSConnection which verifies certificates/matches domains + # + + class HTTPSConnection(httplib.HTTPSConnection): + ca_certs = None # set this to the path to the certs file (.pem) + check_domain = True # only used if ca_certs is not None + + # noinspection PyPropertyAccess + def connect(self): + sock = socket.create_connection((self.host, self.port), + self.timeout) + if getattr(self, '_tunnel_host', False): + self.sock = sock + self._tunnel() + + context = ssl.SSLContext(ssl.PROTOCOL_SSLv23) + if hasattr(ssl, 'OP_NO_SSLv2'): + context.options |= ssl.OP_NO_SSLv2 + if getattr(self, 'cert_file', None): + context.load_cert_chain(self.cert_file, self.key_file) + kwargs = {} + if self.ca_certs: + context.verify_mode = ssl.CERT_REQUIRED + context.load_verify_locations(cafile=self.ca_certs) + if getattr(ssl, 'HAS_SNI', False): + kwargs['server_hostname'] = self.host + + self.sock = context.wrap_socket(sock, **kwargs) + if self.ca_certs and self.check_domain: + try: + match_hostname(self.sock.getpeercert(), self.host) + logger.debug('Host verified: %s', self.host) + except CertificateError: # pragma: no cover + self.sock.shutdown(socket.SHUT_RDWR) + self.sock.close() + raise + + class HTTPSHandler(BaseHTTPSHandler): + + def __init__(self, ca_certs, check_domain=True): + BaseHTTPSHandler.__init__(self) + self.ca_certs = ca_certs + self.check_domain = check_domain + + def _conn_maker(self, *args, **kwargs): + """ + This is called to create a connection instance. Normally you'd + pass a connection class to do_open, but it doesn't actually check for + a class, and just expects a callable. As long as we behave just as a + constructor would have, we should be OK. If it ever changes so that + we *must* pass a class, we'll create an UnsafeHTTPSConnection class + which just sets check_domain to False in the class definition, and + choose which one to pass to do_open. + """ + result = HTTPSConnection(*args, **kwargs) + if self.ca_certs: + result.ca_certs = self.ca_certs + result.check_domain = self.check_domain + return result + + def https_open(self, req): + try: + return self.do_open(self._conn_maker, req) + except URLError as e: + if 'certificate verify failed' in str(e.reason): + raise CertificateError( + 'Unable to verify server certificate ' + 'for %s' % req.host) + else: + raise + + # + # To prevent against mixing HTTP traffic with HTTPS (examples: A Man-In-The- + # Middle proxy using HTTP listens on port 443, or an index mistakenly serves + # HTML containing a http://xyz link when it should be https://xyz), + # you can use the following handler class, which does not allow HTTP traffic. + # + # It works by inheriting from HTTPHandler - so build_opener won't add a + # handler for HTTP itself. + # + class HTTPSOnlyHandler(HTTPSHandler, HTTPHandler): + + def http_open(self, req): + raise URLError( + 'Unexpected HTTP request on what should be a secure ' + 'connection: %s' % req) + + +# +# XML-RPC with timeouts +# +class Transport(xmlrpclib.Transport): + + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.Transport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, x509 = self.get_host_info(host) + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPConnection(h) + return self._connection[1] + + +if ssl: + + class SafeTransport(xmlrpclib.SafeTransport): + + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.SafeTransport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, kwargs = self.get_host_info(host) + if not kwargs: + kwargs = {} + kwargs['timeout'] = self.timeout + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPSConnection( + h, None, **kwargs) + return self._connection[1] + + +class ServerProxy(xmlrpclib.ServerProxy): + + def __init__(self, uri, **kwargs): + self.timeout = timeout = kwargs.pop('timeout', None) + # The above classes only come into play if a timeout + # is specified + if timeout is not None: + # scheme = splittype(uri) # deprecated as of Python 3.8 + scheme = urlparse(uri)[0] + use_datetime = kwargs.get('use_datetime', 0) + if scheme == 'https': + tcls = SafeTransport + else: + tcls = Transport + kwargs['transport'] = t = tcls(timeout, use_datetime=use_datetime) + self.transport = t + xmlrpclib.ServerProxy.__init__(self, uri, **kwargs) + + +# +# CSV functionality. This is provided because on 2.x, the csv module can't +# handle Unicode. However, we need to deal with Unicode in e.g. RECORD files. +# + + +def _csv_open(fn, mode, **kwargs): + if sys.version_info[0] < 3: + mode += 'b' + else: + kwargs['newline'] = '' + # Python 3 determines encoding from locale. Force 'utf-8' + # file encoding to match other forced utf-8 encoding + kwargs['encoding'] = 'utf-8' + return open(fn, mode, **kwargs) + + +class CSVBase(object): + defaults = { + 'delimiter': str(','), # The strs are used because we need native + 'quotechar': str('"'), # str in the csv API (2.x won't take + 'lineterminator': str('\n') # Unicode) + } + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.stream.close() + + +class CSVReader(CSVBase): + + def __init__(self, **kwargs): + if 'stream' in kwargs: + stream = kwargs['stream'] + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + self.stream = stream + else: + self.stream = _csv_open(kwargs['path'], 'r') + self.reader = csv.reader(self.stream, **self.defaults) + + def __iter__(self): + return self + + def next(self): + result = next(self.reader) + if sys.version_info[0] < 3: + for i, item in enumerate(result): + if not isinstance(item, text_type): + result[i] = item.decode('utf-8') + return result + + __next__ = next + + +class CSVWriter(CSVBase): + + def __init__(self, fn, **kwargs): + self.stream = _csv_open(fn, 'w') + self.writer = csv.writer(self.stream, **self.defaults) + + def writerow(self, row): + if sys.version_info[0] < 3: + r = [] + for item in row: + if isinstance(item, text_type): + item = item.encode('utf-8') + r.append(item) + row = r + self.writer.writerow(row) + + +# +# Configurator functionality +# + + +class Configurator(BaseConfigurator): + + value_converters = dict(BaseConfigurator.value_converters) + value_converters['inc'] = 'inc_convert' + + def __init__(self, config, base=None): + super(Configurator, self).__init__(config) + self.base = base or os.getcwd() + + def configure_custom(self, config): + + def convert(o): + if isinstance(o, (list, tuple)): + result = type(o)([convert(i) for i in o]) + elif isinstance(o, dict): + if '()' in o: + result = self.configure_custom(o) + else: + result = {} + for k in o: + result[k] = convert(o[k]) + else: + result = self.convert(o) + return result + + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + args = config.pop('[]', ()) + if args: + args = tuple([convert(o) for o in args]) + items = [(k, convert(config[k])) for k in config if valid_ident(k)] + kwargs = dict(items) + result = c(*args, **kwargs) + if props: + for n, v in props.items(): + setattr(result, n, convert(v)) + return result + + def __getitem__(self, key): + result = self.config[key] + if isinstance(result, dict) and '()' in result: + self.config[key] = result = self.configure_custom(result) + return result + + def inc_convert(self, value): + """Default converter for the inc:// protocol.""" + if not os.path.isabs(value): + value = os.path.join(self.base, value) + with codecs.open(value, 'r', encoding='utf-8') as f: + result = json.load(f) + return result + + +class SubprocessMixin(object): + """ + Mixin for running subprocesses and capturing their output + """ + + def __init__(self, verbose=False, progress=None): + self.verbose = verbose + self.progress = progress + + def reader(self, stream, context): + """ + Read lines from a subprocess' output stream and either pass to a progress + callable (if specified) or write progress information to sys.stderr. + """ + progress = self.progress + verbose = self.verbose + while True: + s = stream.readline() + if not s: + break + if progress is not None: + progress(s, context) + else: + if not verbose: + sys.stderr.write('.') + else: + sys.stderr.write(s.decode('utf-8')) + sys.stderr.flush() + stream.close() + + def run_command(self, cmd, **kwargs): + p = subprocess.Popen(cmd, + stdout=subprocess.PIPE, + stderr=subprocess.PIPE, + **kwargs) + t1 = threading.Thread(target=self.reader, args=(p.stdout, 'stdout')) + t1.start() + t2 = threading.Thread(target=self.reader, args=(p.stderr, 'stderr')) + t2.start() + p.wait() + t1.join() + t2.join() + if self.progress is not None: + self.progress('done.', 'main') + elif self.verbose: + sys.stderr.write('done.\n') + return p + + +def normalize_name(name): + """Normalize a python package name a la PEP 503""" + # https://www.python.org/dev/peps/pep-0503/#normalized-names + return re.sub('[-_.]+', '-', name).lower() + + +# def _get_pypirc_command(): +# """ +# Get the distutils command for interacting with PyPI configurations. +# :return: the command. +# """ +# from distutils.core import Distribution +# from distutils.config import PyPIRCCommand +# d = Distribution() +# return PyPIRCCommand(d) + + +class PyPIRCFile(object): + + DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/' + DEFAULT_REALM = 'pypi' + + def __init__(self, fn=None, url=None): + if fn is None: + fn = os.path.join(os.path.expanduser('~'), '.pypirc') + self.filename = fn + self.url = url + + def read(self): + result = {} + + if os.path.exists(self.filename): + repository = self.url or self.DEFAULT_REPOSITORY + + config = configparser.RawConfigParser() + config.read(self.filename) + sections = config.sections() + if 'distutils' in sections: + # let's get the list of servers + index_servers = config.get('distutils', 'index-servers') + _servers = [ + server.strip() for server in index_servers.split('\n') + if server.strip() != '' + ] + if _servers == []: + # nothing set, let's try to get the default pypi + if 'pypi' in sections: + _servers = ['pypi'] + else: + for server in _servers: + result = {'server': server} + result['username'] = config.get(server, 'username') + + # optional params + for key, default in (('repository', + self.DEFAULT_REPOSITORY), + ('realm', self.DEFAULT_REALM), + ('password', None)): + if config.has_option(server, key): + result[key] = config.get(server, key) + else: + result[key] = default + + # work around people having "repository" for the "pypi" + # section of their config set to the HTTP (rather than + # HTTPS) URL + if (server == 'pypi' and repository + in (self.DEFAULT_REPOSITORY, 'pypi')): + result['repository'] = self.DEFAULT_REPOSITORY + elif (result['server'] != repository + and result['repository'] != repository): + result = {} + elif 'server-login' in sections: + # old format + server = 'server-login' + if config.has_option(server, 'repository'): + repository = config.get(server, 'repository') + else: + repository = self.DEFAULT_REPOSITORY + result = { + 'username': config.get(server, 'username'), + 'password': config.get(server, 'password'), + 'repository': repository, + 'server': server, + 'realm': self.DEFAULT_REALM + } + return result + + def update(self, username, password): + # import pdb; pdb.set_trace() + config = configparser.RawConfigParser() + fn = self.filename + config.read(fn) + if not config.has_section('pypi'): + config.add_section('pypi') + config.set('pypi', 'username', username) + config.set('pypi', 'password', password) + with open(fn, 'w') as f: + config.write(f) + + +def _load_pypirc(index): + """ + Read the PyPI access configuration as supported by distutils. + """ + return PyPIRCFile(url=index.url).read() + + +def _store_pypirc(index): + PyPIRCFile().update(index.username, index.password) + + +# +# get_platform()/get_host_platform() copied from Python 3.10.a0 source, with some minor +# tweaks +# + + +def get_host_platform(): + """Return a string that identifies the current platform. This is used mainly to + distinguish platform-specific build directories and platform-specific built + distributions. Typically includes the OS name and version and the + architecture (as supplied by 'os.uname()'), although the exact information + included depends on the OS; eg. on Linux, the kernel version isn't + particularly important. + + Examples of returned values: + linux-i586 + linux-alpha (?) + solaris-2.6-sun4u + + Windows will return one of: + win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) + win32 (all others - specifically, sys.platform is returned) + + For other non-POSIX platforms, currently just returns 'sys.platform'. + + """ + if os.name == 'nt': + if 'amd64' in sys.version.lower(): + return 'win-amd64' + if '(arm)' in sys.version.lower(): + return 'win-arm32' + if '(arm64)' in sys.version.lower(): + return 'win-arm64' + return sys.platform + + # Set for cross builds explicitly + if "_PYTHON_HOST_PLATFORM" in os.environ: + return os.environ["_PYTHON_HOST_PLATFORM"] + + if os.name != 'posix' or not hasattr(os, 'uname'): + # XXX what about the architecture? NT is Intel or Alpha, + # Mac OS is M68k or PPC, etc. + return sys.platform + + # Try to distinguish various flavours of Unix + + (osname, host, release, version, machine) = os.uname() + + # Convert the OS name to lowercase, remove '/' characters, and translate + # spaces (for "Power Macintosh") + osname = osname.lower().replace('/', '') + machine = machine.replace(' ', '_').replace('/', '-') + + if osname[:5] == 'linux': + # At least on Linux/Intel, 'machine' is the processor -- + # i386, etc. + # XXX what about Alpha, SPARC, etc? + return "%s-%s" % (osname, machine) + + elif osname[:5] == 'sunos': + if release[0] >= '5': # SunOS 5 == Solaris 2 + osname = 'solaris' + release = '%d.%s' % (int(release[0]) - 3, release[2:]) + # We can't use 'platform.architecture()[0]' because a + # bootstrap problem. We use a dict to get an error + # if some suspicious happens. + bitness = {2147483647: '32bit', 9223372036854775807: '64bit'} + machine += '.%s' % bitness[sys.maxsize] + # fall through to standard osname-release-machine representation + elif osname[:3] == 'aix': + from _aix_support import aix_platform + return aix_platform() + elif osname[:6] == 'cygwin': + osname = 'cygwin' + rel_re = re.compile(r'[\d.]+', re.ASCII) + m = rel_re.match(release) + if m: + release = m.group() + elif osname[:6] == 'darwin': + import _osx_support + try: + from distutils import sysconfig + except ImportError: + import sysconfig + osname, release, machine = _osx_support.get_platform_osx( + sysconfig.get_config_vars(), osname, release, machine) + + return '%s-%s-%s' % (osname, release, machine) + + +_TARGET_TO_PLAT = { + 'x86': 'win32', + 'x64': 'win-amd64', + 'arm': 'win-arm32', +} + + +def get_platform(): + if os.name != 'nt': + return get_host_platform() + cross_compilation_target = os.environ.get('VSCMD_ARG_TGT_ARCH') + if cross_compilation_target not in _TARGET_TO_PLAT: + return get_host_platform() + return _TARGET_TO_PLAT[cross_compilation_target] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py new file mode 100644 index 0000000..14171ac --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py @@ -0,0 +1,751 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Implementation of a flexible versioning scheme providing support for PEP-440, +setuptools-compatible and semantic versioning. +""" + +import logging +import re + +from .compat import string_types +from .util import parse_requirement + +__all__ = ['NormalizedVersion', 'NormalizedMatcher', + 'LegacyVersion', 'LegacyMatcher', + 'SemanticVersion', 'SemanticMatcher', + 'UnsupportedVersionError', 'get_scheme'] + +logger = logging.getLogger(__name__) + + +class UnsupportedVersionError(ValueError): + """This is an unsupported version.""" + pass + + +class Version(object): + def __init__(self, s): + self._string = s = s.strip() + self._parts = parts = self.parse(s) + assert isinstance(parts, tuple) + assert len(parts) > 0 + + def parse(self, s): + raise NotImplementedError('please implement in a subclass') + + def _check_compatible(self, other): + if type(self) != type(other): + raise TypeError('cannot compare %r and %r' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + def __lt__(self, other): + self._check_compatible(other) + return self._parts < other._parts + + def __gt__(self, other): + return not (self.__lt__(other) or self.__eq__(other)) + + def __le__(self, other): + return self.__lt__(other) or self.__eq__(other) + + def __ge__(self, other): + return self.__gt__(other) or self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self._parts) + + def __repr__(self): + return "%s('%s')" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + @property + def is_prerelease(self): + raise NotImplementedError('Please implement in subclasses.') + + +class Matcher(object): + version_class = None + + # value is either a callable or the name of a method + _operators = { + '<': lambda v, c, p: v < c, + '>': lambda v, c, p: v > c, + '<=': lambda v, c, p: v == c or v < c, + '>=': lambda v, c, p: v == c or v > c, + '==': lambda v, c, p: v == c, + '===': lambda v, c, p: v == c, + # by default, compatible => >=. + '~=': lambda v, c, p: v == c or v > c, + '!=': lambda v, c, p: v != c, + } + + # this is a method only to support alternative implementations + # via overriding + def parse_requirement(self, s): + return parse_requirement(s) + + def __init__(self, s): + if self.version_class is None: + raise ValueError('Please specify a version class') + self._string = s = s.strip() + r = self.parse_requirement(s) + if not r: + raise ValueError('Not valid: %r' % s) + self.name = r.name + self.key = self.name.lower() # for case-insensitive comparisons + clist = [] + if r.constraints: + # import pdb; pdb.set_trace() + for op, s in r.constraints: + if s.endswith('.*'): + if op not in ('==', '!='): + raise ValueError('\'.*\' not allowed for ' + '%r constraints' % op) + # Could be a partial version (e.g. for '2.*') which + # won't parse as a version, so keep it as a string + vn, prefix = s[:-2], True + # Just to check that vn is a valid version + self.version_class(vn) + else: + # Should parse as a version, so we can create an + # instance for the comparison + vn, prefix = self.version_class(s), False + clist.append((op, vn, prefix)) + self._parts = tuple(clist) + + def match(self, version): + """ + Check if the provided version matches the constraints. + + :param version: The version to match against this instance. + :type version: String or :class:`Version` instance. + """ + if isinstance(version, string_types): + version = self.version_class(version) + for operator, constraint, prefix in self._parts: + f = self._operators.get(operator) + if isinstance(f, string_types): + f = getattr(self, f) + if not f: + msg = ('%r not implemented ' + 'for %s' % (operator, self.__class__.__name__)) + raise NotImplementedError(msg) + if not f(version, constraint, prefix): + return False + return True + + @property + def exact_version(self): + result = None + if len(self._parts) == 1 and self._parts[0][0] in ('==', '==='): + result = self._parts[0][1] + return result + + def _check_compatible(self, other): + if type(self) != type(other) or self.name != other.name: + raise TypeError('cannot compare %s and %s' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self.key == other.key and self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self.key) + hash(self._parts) + + def __repr__(self): + return "%s(%r)" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + +PEP440_VERSION_RE = re.compile(r'^v?(\d+!)?(\d+(\.\d+)*)((a|alpha|b|beta|c|rc|pre|preview)(\d+)?)?' + r'(\.(post|r|rev)(\d+)?)?([._-]?(dev)(\d+)?)?' + r'(\+([a-zA-Z\d]+(\.[a-zA-Z\d]+)?))?$', re.I) + + +def _pep_440_key(s): + s = s.strip() + m = PEP440_VERSION_RE.match(s) + if not m: + raise UnsupportedVersionError('Not a valid version: %s' % s) + groups = m.groups() + nums = tuple(int(v) for v in groups[1].split('.')) + while len(nums) > 1 and nums[-1] == 0: + nums = nums[:-1] + + if not groups[0]: + epoch = 0 + else: + epoch = int(groups[0][:-1]) + pre = groups[4:6] + post = groups[7:9] + dev = groups[10:12] + local = groups[13] + if pre == (None, None): + pre = () + else: + if pre[1] is None: + pre = pre[0], 0 + else: + pre = pre[0], int(pre[1]) + if post == (None, None): + post = () + else: + if post[1] is None: + post = post[0], 0 + else: + post = post[0], int(post[1]) + if dev == (None, None): + dev = () + else: + if dev[1] is None: + dev = dev[0], 0 + else: + dev = dev[0], int(dev[1]) + if local is None: + local = () + else: + parts = [] + for part in local.split('.'): + # to ensure that numeric compares as > lexicographic, avoid + # comparing them directly, but encode a tuple which ensures + # correct sorting + if part.isdigit(): + part = (1, int(part)) + else: + part = (0, part) + parts.append(part) + local = tuple(parts) + if not pre: + # either before pre-release, or final release and after + if not post and dev: + # before pre-release + pre = ('a', -1) # to sort before a0 + else: + pre = ('z',) # to sort after all pre-releases + # now look at the state of post and dev. + if not post: + post = ('_',) # sort before 'a' + if not dev: + dev = ('final',) + + return epoch, nums, pre, post, dev, local + + +_normalized_key = _pep_440_key + + +class NormalizedVersion(Version): + """A rational version. + + Good: + 1.2 # equivalent to "1.2.0" + 1.2.0 + 1.2a1 + 1.2.3a2 + 1.2.3b1 + 1.2.3c1 + 1.2.3.4 + TODO: fill this out + + Bad: + 1 # minimum two numbers + 1.2a # release level must have a release serial + 1.2.3b + """ + def parse(self, s): + result = _normalized_key(s) + # _normalized_key loses trailing zeroes in the release + # clause, since that's needed to ensure that X.Y == X.Y.0 == X.Y.0.0 + # However, PEP 440 prefix matching needs it: for example, + # (~= 1.4.5.0) matches differently to (~= 1.4.5.0.0). + m = PEP440_VERSION_RE.match(s) # must succeed + groups = m.groups() + self._release_clause = tuple(int(v) for v in groups[1].split('.')) + return result + + PREREL_TAGS = set(['a', 'b', 'c', 'rc', 'dev']) + + @property + def is_prerelease(self): + return any(t[0] in self.PREREL_TAGS for t in self._parts if t) + + +def _match_prefix(x, y): + x = str(x) + y = str(y) + if x == y: + return True + if not x.startswith(y): + return False + n = len(y) + return x[n] == '.' + + +class NormalizedMatcher(Matcher): + version_class = NormalizedVersion + + # value is either a callable or the name of a method + _operators = { + '~=': '_match_compatible', + '<': '_match_lt', + '>': '_match_gt', + '<=': '_match_le', + '>=': '_match_ge', + '==': '_match_eq', + '===': '_match_arbitrary', + '!=': '_match_ne', + } + + def _adjust_local(self, version, constraint, prefix): + if prefix: + strip_local = '+' not in constraint and version._parts[-1] + else: + # both constraint and version are + # NormalizedVersion instances. + # If constraint does not have a local component, + # ensure the version doesn't, either. + strip_local = not constraint._parts[-1] and version._parts[-1] + if strip_local: + s = version._string.split('+', 1)[0] + version = self.version_class(s) + return version, constraint + + def _match_lt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version >= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_gt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version <= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_le(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version <= constraint + + def _match_ge(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version >= constraint + + def _match_eq(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version == constraint) + else: + result = _match_prefix(version, constraint) + return result + + def _match_arbitrary(self, version, constraint, prefix): + return str(version) == str(constraint) + + def _match_ne(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version != constraint) + else: + result = not _match_prefix(version, constraint) + return result + + def _match_compatible(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version == constraint: + return True + if version < constraint: + return False +# if not prefix: +# return True + release_clause = constraint._release_clause + if len(release_clause) > 1: + release_clause = release_clause[:-1] + pfx = '.'.join([str(i) for i in release_clause]) + return _match_prefix(version, pfx) + + +_REPLACEMENTS = ( + (re.compile('[.+-]$'), ''), # remove trailing puncts + (re.compile(r'^[.](\d)'), r'0.\1'), # .N -> 0.N at start + (re.compile('^[.-]'), ''), # remove leading puncts + (re.compile(r'^\((.*)\)$'), r'\1'), # remove parentheses + (re.compile(r'^v(ersion)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile(r'^r(ev)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\b(alfa|apha)\b'), 'alpha'), # misspelt alpha + (re.compile(r'\b(pre-alpha|prealpha)\b'), + 'pre.alpha'), # standardise + (re.compile(r'\(beta\)$'), 'beta'), # remove parentheses +) + +_SUFFIX_REPLACEMENTS = ( + (re.compile('^[:~._+-]+'), ''), # remove leading puncts + (re.compile('[,*")([\\]]'), ''), # remove unwanted chars + (re.compile('[~:+_ -]'), '.'), # replace illegal chars + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\.$'), ''), # trailing '.' +) + +_NUMERIC_PREFIX = re.compile(r'(\d+(\.\d+)*)') + + +def _suggest_semantic_version(s): + """ + Try to suggest a semantic form for a version for which + _suggest_normalized_version couldn't come up with anything. + """ + result = s.strip().lower() + for pat, repl in _REPLACEMENTS: + result = pat.sub(repl, result) + if not result: + result = '0.0.0' + + # Now look for numeric prefix, and separate it out from + # the rest. + # import pdb; pdb.set_trace() + m = _NUMERIC_PREFIX.match(result) + if not m: + prefix = '0.0.0' + suffix = result + else: + prefix = m.groups()[0].split('.') + prefix = [int(i) for i in prefix] + while len(prefix) < 3: + prefix.append(0) + if len(prefix) == 3: + suffix = result[m.end():] + else: + suffix = '.'.join([str(i) for i in prefix[3:]]) + result[m.end():] + prefix = prefix[:3] + prefix = '.'.join([str(i) for i in prefix]) + suffix = suffix.strip() + if suffix: + # import pdb; pdb.set_trace() + # massage the suffix. + for pat, repl in _SUFFIX_REPLACEMENTS: + suffix = pat.sub(repl, suffix) + + if not suffix: + result = prefix + else: + sep = '-' if 'dev' in suffix else '+' + result = prefix + sep + suffix + if not is_semver(result): + result = None + return result + + +def _suggest_normalized_version(s): + """Suggest a normalized version close to the given version string. + + If you have a version string that isn't rational (i.e. NormalizedVersion + doesn't like it) then you might be able to get an equivalent (or close) + rational version from this function. + + This does a number of simple normalizations to the given string, based + on observation of versions currently in use on PyPI. Given a dump of + those version during PyCon 2009, 4287 of them: + - 2312 (53.93%) match NormalizedVersion without change + with the automatic suggestion + - 3474 (81.04%) match when using this suggestion method + + @param s {str} An irrational version string. + @returns A rational version string, or None, if couldn't determine one. + """ + try: + _normalized_key(s) + return s # already rational + except UnsupportedVersionError: + pass + + rs = s.lower() + + # part of this could use maketrans + for orig, repl in (('-alpha', 'a'), ('-beta', 'b'), ('alpha', 'a'), + ('beta', 'b'), ('rc', 'c'), ('-final', ''), + ('-pre', 'c'), + ('-release', ''), ('.release', ''), ('-stable', ''), + ('+', '.'), ('_', '.'), (' ', ''), ('.final', ''), + ('final', '')): + rs = rs.replace(orig, repl) + + # if something ends with dev or pre, we add a 0 + rs = re.sub(r"pre$", r"pre0", rs) + rs = re.sub(r"dev$", r"dev0", rs) + + # if we have something like "b-2" or "a.2" at the end of the + # version, that is probably beta, alpha, etc + # let's remove the dash or dot + rs = re.sub(r"([abc]|rc)[\-\.](\d+)$", r"\1\2", rs) + + # 1.0-dev-r371 -> 1.0.dev371 + # 0.1-dev-r79 -> 0.1.dev79 + rs = re.sub(r"[\-\.](dev)[\-\.]?r?(\d+)$", r".\1\2", rs) + + # Clean: 2.0.a.3, 2.0.b1, 0.9.0~c1 + rs = re.sub(r"[.~]?([abc])\.?", r"\1", rs) + + # Clean: v0.3, v1.0 + if rs.startswith('v'): + rs = rs[1:] + + # Clean leading '0's on numbers. + # TODO: unintended side-effect on, e.g., "2003.05.09" + # PyPI stats: 77 (~2%) better + rs = re.sub(r"\b0+(\d+)(?!\d)", r"\1", rs) + + # Clean a/b/c with no version. E.g. "1.0a" -> "1.0a0". Setuptools infers + # zero. + # PyPI stats: 245 (7.56%) better + rs = re.sub(r"(\d+[abc])$", r"\g<1>0", rs) + + # the 'dev-rNNN' tag is a dev tag + rs = re.sub(r"\.?(dev-r|dev\.r)\.?(\d+)$", r".dev\2", rs) + + # clean the - when used as a pre delimiter + rs = re.sub(r"-(a|b|c)(\d+)$", r"\1\2", rs) + + # a terminal "dev" or "devel" can be changed into ".dev0" + rs = re.sub(r"[\.\-](dev|devel)$", r".dev0", rs) + + # a terminal "dev" can be changed into ".dev0" + rs = re.sub(r"(?![\.\-])dev$", r".dev0", rs) + + # a terminal "final" or "stable" can be removed + rs = re.sub(r"(final|stable)$", "", rs) + + # The 'r' and the '-' tags are post release tags + # 0.4a1.r10 -> 0.4a1.post10 + # 0.9.33-17222 -> 0.9.33.post17222 + # 0.9.33-r17222 -> 0.9.33.post17222 + rs = re.sub(r"\.?(r|-|-r)\.?(\d+)$", r".post\2", rs) + + # Clean 'r' instead of 'dev' usage: + # 0.9.33+r17222 -> 0.9.33.dev17222 + # 1.0dev123 -> 1.0.dev123 + # 1.0.git123 -> 1.0.dev123 + # 1.0.bzr123 -> 1.0.dev123 + # 0.1a0dev.123 -> 0.1a0.dev123 + # PyPI stats: ~150 (~4%) better + rs = re.sub(r"\.?(dev|git|bzr)\.?(\d+)$", r".dev\2", rs) + + # Clean '.pre' (normalized from '-pre' above) instead of 'c' usage: + # 0.2.pre1 -> 0.2c1 + # 0.2-c1 -> 0.2c1 + # 1.0preview123 -> 1.0c123 + # PyPI stats: ~21 (0.62%) better + rs = re.sub(r"\.?(pre|preview|-c)(\d+)$", r"c\g<2>", rs) + + # Tcl/Tk uses "px" for their post release markers + rs = re.sub(r"p(\d+)$", r".post\1", rs) + + try: + _normalized_key(rs) + except UnsupportedVersionError: + rs = None + return rs + +# +# Legacy version processing (distribute-compatible) +# + + +_VERSION_PART = re.compile(r'([a-z]+|\d+|[\.-])', re.I) +_VERSION_REPLACE = { + 'pre': 'c', + 'preview': 'c', + '-': 'final-', + 'rc': 'c', + 'dev': '@', + '': None, + '.': None, +} + + +def _legacy_key(s): + def get_parts(s): + result = [] + for p in _VERSION_PART.split(s.lower()): + p = _VERSION_REPLACE.get(p, p) + if p: + if '0' <= p[:1] <= '9': + p = p.zfill(8) + else: + p = '*' + p + result.append(p) + result.append('*final') + return result + + result = [] + for p in get_parts(s): + if p.startswith('*'): + if p < '*final': + while result and result[-1] == '*final-': + result.pop() + while result and result[-1] == '00000000': + result.pop() + result.append(p) + return tuple(result) + + +class LegacyVersion(Version): + def parse(self, s): + return _legacy_key(s) + + @property + def is_prerelease(self): + result = False + for x in self._parts: + if (isinstance(x, string_types) and x.startswith('*') and + x < '*final'): + result = True + break + return result + + +class LegacyMatcher(Matcher): + version_class = LegacyVersion + + _operators = dict(Matcher._operators) + _operators['~='] = '_match_compatible' + + numeric_re = re.compile(r'^(\d+(\.\d+)*)') + + def _match_compatible(self, version, constraint, prefix): + if version < constraint: + return False + m = self.numeric_re.match(str(constraint)) + if not m: + logger.warning('Cannot compute compatible match for version %s ' + ' and constraint %s', version, constraint) + return True + s = m.groups()[0] + if '.' in s: + s = s.rsplit('.', 1)[0] + return _match_prefix(version, s) + +# +# Semantic versioning +# + + +_SEMVER_RE = re.compile(r'^(\d+)\.(\d+)\.(\d+)' + r'(-[a-z0-9]+(\.[a-z0-9-]+)*)?' + r'(\+[a-z0-9]+(\.[a-z0-9-]+)*)?$', re.I) + + +def is_semver(s): + return _SEMVER_RE.match(s) + + +def _semantic_key(s): + def make_tuple(s, absent): + if s is None: + result = (absent,) + else: + parts = s[1:].split('.') + # We can't compare ints and strings on Python 3, so fudge it + # by zero-filling numeric values so simulate a numeric comparison + result = tuple([p.zfill(8) if p.isdigit() else p for p in parts]) + return result + + m = is_semver(s) + if not m: + raise UnsupportedVersionError(s) + groups = m.groups() + major, minor, patch = [int(i) for i in groups[:3]] + # choose the '|' and '*' so that versions sort correctly + pre, build = make_tuple(groups[3], '|'), make_tuple(groups[5], '*') + return (major, minor, patch), pre, build + + +class SemanticVersion(Version): + def parse(self, s): + return _semantic_key(s) + + @property + def is_prerelease(self): + return self._parts[1][0] != '|' + + +class SemanticMatcher(Matcher): + version_class = SemanticVersion + + +class VersionScheme(object): + def __init__(self, key, matcher, suggester=None): + self.key = key + self.matcher = matcher + self.suggester = suggester + + def is_valid_version(self, s): + try: + self.matcher.version_class(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_matcher(self, s): + try: + self.matcher(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_constraint_list(self, s): + """ + Used for processing some metadata fields + """ + # See issue #140. Be tolerant of a single trailing comma. + if s.endswith(','): + s = s[:-1] + return self.is_valid_matcher('dummy_name (%s)' % s) + + def suggest(self, s): + if self.suggester is None: + result = None + else: + result = self.suggester(s) + return result + + +_SCHEMES = { + 'normalized': VersionScheme(_normalized_key, NormalizedMatcher, + _suggest_normalized_version), + 'legacy': VersionScheme(_legacy_key, LegacyMatcher, lambda self, s: s), + 'semantic': VersionScheme(_semantic_key, SemanticMatcher, + _suggest_semantic_version), +} + +_SCHEMES['default'] = _SCHEMES['normalized'] + + +def get_scheme(name): + if name not in _SCHEMES: + raise ValueError('unknown scheme name: %r' % name) + return _SCHEMES[name] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py new file mode 100644 index 0000000..4a5a30e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py @@ -0,0 +1,1099 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import base64 +import codecs +import datetime +from email import message_from_file +import hashlib +import json +import logging +import os +import posixpath +import re +import shutil +import sys +import tempfile +import zipfile + +from . import __version__, DistlibException +from .compat import sysconfig, ZipFile, fsdecode, text_type, filter +from .database import InstalledDistribution +from .metadata import Metadata, WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME +from .util import (FileOperator, convert_path, CSVReader, CSVWriter, Cache, + cached_property, get_cache_base, read_exports, tempdir, + get_platform) +from .version import NormalizedVersion, UnsupportedVersionError + +logger = logging.getLogger(__name__) + +cache = None # created when needed + +if hasattr(sys, 'pypy_version_info'): # pragma: no cover + IMP_PREFIX = 'pp' +elif sys.platform.startswith('java'): # pragma: no cover + IMP_PREFIX = 'jy' +elif sys.platform == 'cli': # pragma: no cover + IMP_PREFIX = 'ip' +else: + IMP_PREFIX = 'cp' + +VER_SUFFIX = sysconfig.get_config_var('py_version_nodot') +if not VER_SUFFIX: # pragma: no cover + VER_SUFFIX = '%s%s' % sys.version_info[:2] +PYVER = 'py' + VER_SUFFIX +IMPVER = IMP_PREFIX + VER_SUFFIX + +ARCH = get_platform().replace('-', '_').replace('.', '_') + +ABI = sysconfig.get_config_var('SOABI') +if ABI and ABI.startswith('cpython-'): + ABI = ABI.replace('cpython-', 'cp').split('-')[0] +else: + + def _derive_abi(): + parts = ['cp', VER_SUFFIX] + if sysconfig.get_config_var('Py_DEBUG'): + parts.append('d') + if IMP_PREFIX == 'cp': + vi = sys.version_info[:2] + if vi < (3, 8): + wpm = sysconfig.get_config_var('WITH_PYMALLOC') + if wpm is None: + wpm = True + if wpm: + parts.append('m') + if vi < (3, 3): + us = sysconfig.get_config_var('Py_UNICODE_SIZE') + if us == 4 or (us is None and sys.maxunicode == 0x10FFFF): + parts.append('u') + return ''.join(parts) + + ABI = _derive_abi() + del _derive_abi + +FILENAME_RE = re.compile( + r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))? +-(?P\w+\d+(\.\w+\d+)*) +-(?P\w+) +-(?P\w+(\.\w+)*) +\.whl$ +''', re.IGNORECASE | re.VERBOSE) + +NAME_VERSION_RE = re.compile( + r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))?$ +''', re.IGNORECASE | re.VERBOSE) + +SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') +SHEBANG_DETAIL_RE = re.compile(br'^(\s*#!("[^"]+"|\S+))\s+(.*)$') +SHEBANG_PYTHON = b'#!python' +SHEBANG_PYTHONW = b'#!pythonw' + +if os.sep == '/': + to_posix = lambda o: o +else: + to_posix = lambda o: o.replace(os.sep, '/') + +if sys.version_info[0] < 3: + import imp +else: + imp = None + import importlib.machinery + import importlib.util + + +def _get_suffixes(): + if imp: + return [s[0] for s in imp.get_suffixes()] + else: + return importlib.machinery.EXTENSION_SUFFIXES + + +def _load_dynamic(name, path): + # https://docs.python.org/3/library/importlib.html#importing-a-source-file-directly + if imp: + return imp.load_dynamic(name, path) + else: + spec = importlib.util.spec_from_file_location(name, path) + module = importlib.util.module_from_spec(spec) + sys.modules[name] = module + spec.loader.exec_module(module) + return module + + +class Mounter(object): + + def __init__(self): + self.impure_wheels = {} + self.libs = {} + + def add(self, pathname, extensions): + self.impure_wheels[pathname] = extensions + self.libs.update(extensions) + + def remove(self, pathname): + extensions = self.impure_wheels.pop(pathname) + for k, v in extensions: + if k in self.libs: + del self.libs[k] + + def find_module(self, fullname, path=None): + if fullname in self.libs: + result = self + else: + result = None + return result + + def load_module(self, fullname): + if fullname in sys.modules: + result = sys.modules[fullname] + else: + if fullname not in self.libs: + raise ImportError('unable to find extension for %s' % fullname) + result = _load_dynamic(fullname, self.libs[fullname]) + result.__loader__ = self + parts = fullname.rsplit('.', 1) + if len(parts) > 1: + result.__package__ = parts[0] + return result + + +_hook = Mounter() + + +class Wheel(object): + """ + Class to build and install from Wheel files (PEP 427). + """ + + wheel_version = (1, 1) + hash_kind = 'sha256' + + def __init__(self, filename=None, sign=False, verify=False): + """ + Initialise an instance using a (valid) filename. + """ + self.sign = sign + self.should_verify = verify + self.buildver = '' + self.pyver = [PYVER] + self.abi = ['none'] + self.arch = ['any'] + self.dirname = os.getcwd() + if filename is None: + self.name = 'dummy' + self.version = '0.1' + self._filename = self.filename + else: + m = NAME_VERSION_RE.match(filename) + if m: + info = m.groupdict('') + self.name = info['nm'] + # Reinstate the local version separator + self.version = info['vn'].replace('_', '-') + self.buildver = info['bn'] + self._filename = self.filename + else: + dirname, filename = os.path.split(filename) + m = FILENAME_RE.match(filename) + if not m: + raise DistlibException('Invalid name or ' + 'filename: %r' % filename) + if dirname: + self.dirname = os.path.abspath(dirname) + self._filename = filename + info = m.groupdict('') + self.name = info['nm'] + self.version = info['vn'] + self.buildver = info['bn'] + self.pyver = info['py'].split('.') + self.abi = info['bi'].split('.') + self.arch = info['ar'].split('.') + + @property + def filename(self): + """ + Build and return a filename from the various components. + """ + if self.buildver: + buildver = '-' + self.buildver + else: + buildver = '' + pyver = '.'.join(self.pyver) + abi = '.'.join(self.abi) + arch = '.'.join(self.arch) + # replace - with _ as a local version separator + version = self.version.replace('-', '_') + return '%s-%s%s-%s-%s-%s.whl' % (self.name, version, buildver, pyver, + abi, arch) + + @property + def exists(self): + path = os.path.join(self.dirname, self.filename) + return os.path.isfile(path) + + @property + def tags(self): + for pyver in self.pyver: + for abi in self.abi: + for arch in self.arch: + yield pyver, abi, arch + + @cached_property + def metadata(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + wrapper = codecs.getreader('utf-8') + with ZipFile(pathname, 'r') as zf: + self.get_wheel_metadata(zf) + # wv = wheel_metadata['Wheel-Version'].split('.', 1) + # file_version = tuple([int(i) for i in wv]) + # if file_version < (1, 1): + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME, + # LEGACY_METADATA_FILENAME] + # else: + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME] + fns = [WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME] + result = None + for fn in fns: + try: + metadata_filename = posixpath.join(info_dir, fn) + with zf.open(metadata_filename) as bf: + wf = wrapper(bf) + result = Metadata(fileobj=wf) + if result: + break + except KeyError: + pass + if not result: + raise ValueError('Invalid wheel, because metadata is ' + 'missing: looked in %s' % ', '.join(fns)) + return result + + def get_wheel_metadata(self, zf): + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + metadata_filename = posixpath.join(info_dir, 'WHEEL') + with zf.open(metadata_filename) as bf: + wf = codecs.getreader('utf-8')(bf) + message = message_from_file(wf) + return dict(message) + + @cached_property + def info(self): + pathname = os.path.join(self.dirname, self.filename) + with ZipFile(pathname, 'r') as zf: + result = self.get_wheel_metadata(zf) + return result + + def process_shebang(self, data): + m = SHEBANG_RE.match(data) + if m: + end = m.end() + shebang, data_after_shebang = data[:end], data[end:] + # Preserve any arguments after the interpreter + if b'pythonw' in shebang.lower(): + shebang_python = SHEBANG_PYTHONW + else: + shebang_python = SHEBANG_PYTHON + m = SHEBANG_DETAIL_RE.match(shebang) + if m: + args = b' ' + m.groups()[-1] + else: + args = b'' + shebang = shebang_python + args + data = shebang + data_after_shebang + else: + cr = data.find(b'\r') + lf = data.find(b'\n') + if cr < 0 or cr > lf: + term = b'\n' + else: + if data[cr:cr + 2] == b'\r\n': + term = b'\r\n' + else: + term = b'\r' + data = SHEBANG_PYTHON + term + data + return data + + def get_hash(self, data, hash_kind=None): + if hash_kind is None: + hash_kind = self.hash_kind + try: + hasher = getattr(hashlib, hash_kind) + except AttributeError: + raise DistlibException('Unsupported hash algorithm: %r' % + hash_kind) + result = hasher(data).digest() + result = base64.urlsafe_b64encode(result).rstrip(b'=').decode('ascii') + return hash_kind, result + + def write_record(self, records, record_path, archive_record_path): + records = list(records) # make a copy, as mutated + records.append((archive_record_path, '', '')) + with CSVWriter(record_path) as writer: + for row in records: + writer.writerow(row) + + def write_records(self, info, libdir, archive_paths): + records = [] + distinfo, info_dir = info + # hasher = getattr(hashlib, self.hash_kind) + for ap, p in archive_paths: + with open(p, 'rb') as f: + data = f.read() + digest = '%s=%s' % self.get_hash(data) + size = os.path.getsize(p) + records.append((ap, digest, size)) + + p = os.path.join(distinfo, 'RECORD') + ap = to_posix(os.path.join(info_dir, 'RECORD')) + self.write_record(records, p, ap) + archive_paths.append((ap, p)) + + def build_zip(self, pathname, archive_paths): + with ZipFile(pathname, 'w', zipfile.ZIP_DEFLATED) as zf: + for ap, p in archive_paths: + logger.debug('Wrote %s to %s in wheel', p, ap) + zf.write(p, ap) + + def build(self, paths, tags=None, wheel_version=None): + """ + Build a wheel from files in specified paths, and use any specified tags + when determining the name of the wheel. + """ + if tags is None: + tags = {} + + libkey = list(filter(lambda o: o in paths, ('purelib', 'platlib')))[0] + if libkey == 'platlib': + is_pure = 'false' + default_pyver = [IMPVER] + default_abi = [ABI] + default_arch = [ARCH] + else: + is_pure = 'true' + default_pyver = [PYVER] + default_abi = ['none'] + default_arch = ['any'] + + self.pyver = tags.get('pyver', default_pyver) + self.abi = tags.get('abi', default_abi) + self.arch = tags.get('arch', default_arch) + + libdir = paths[libkey] + + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + archive_paths = [] + + # First, stuff which is not in site-packages + for key in ('data', 'headers', 'scripts'): + if key not in paths: + continue + path = paths[key] + if os.path.isdir(path): + for root, dirs, files in os.walk(path): + for fn in files: + p = fsdecode(os.path.join(root, fn)) + rp = os.path.relpath(p, path) + ap = to_posix(os.path.join(data_dir, key, rp)) + archive_paths.append((ap, p)) + if key == 'scripts' and not p.endswith('.exe'): + with open(p, 'rb') as f: + data = f.read() + data = self.process_shebang(data) + with open(p, 'wb') as f: + f.write(data) + + # Now, stuff which is in site-packages, other than the + # distinfo stuff. + path = libdir + distinfo = None + for root, dirs, files in os.walk(path): + if root == path: + # At the top level only, save distinfo for later + # and skip it for now + for i, dn in enumerate(dirs): + dn = fsdecode(dn) + if dn.endswith('.dist-info'): + distinfo = os.path.join(root, dn) + del dirs[i] + break + assert distinfo, '.dist-info directory expected, not found' + + for fn in files: + # comment out next suite to leave .pyc files in + if fsdecode(fn).endswith(('.pyc', '.pyo')): + continue + p = os.path.join(root, fn) + rp = to_posix(os.path.relpath(p, path)) + archive_paths.append((rp, p)) + + # Now distinfo. Assumed to be flat, i.e. os.listdir is enough. + files = os.listdir(distinfo) + for fn in files: + if fn not in ('RECORD', 'INSTALLER', 'SHARED', 'WHEEL'): + p = fsdecode(os.path.join(distinfo, fn)) + ap = to_posix(os.path.join(info_dir, fn)) + archive_paths.append((ap, p)) + + wheel_metadata = [ + 'Wheel-Version: %d.%d' % (wheel_version or self.wheel_version), + 'Generator: distlib %s' % __version__, + 'Root-Is-Purelib: %s' % is_pure, + ] + for pyver, abi, arch in self.tags: + wheel_metadata.append('Tag: %s-%s-%s' % (pyver, abi, arch)) + p = os.path.join(distinfo, 'WHEEL') + with open(p, 'w') as f: + f.write('\n'.join(wheel_metadata)) + ap = to_posix(os.path.join(info_dir, 'WHEEL')) + archive_paths.append((ap, p)) + + # sort the entries by archive path. Not needed by any spec, but it + # keeps the archive listing and RECORD tidier than they would otherwise + # be. Use the number of path segments to keep directory entries together, + # and keep the dist-info stuff at the end. + def sorter(t): + ap = t[0] + n = ap.count('/') + if '.dist-info' in ap: + n += 10000 + return (n, ap) + + archive_paths = sorted(archive_paths, key=sorter) + + # Now, at last, RECORD. + # Paths in here are archive paths - nothing else makes sense. + self.write_records((distinfo, info_dir), libdir, archive_paths) + # Now, ready to build the zip file + pathname = os.path.join(self.dirname, self.filename) + self.build_zip(pathname, archive_paths) + return pathname + + def skip_entry(self, arcname): + """ + Determine whether an archive entry should be skipped when verifying + or installing. + """ + # The signature file won't be in RECORD, + # and we don't currently don't do anything with it + # We also skip directories, as they won't be in RECORD + # either. See: + # + # https://github.com/pypa/wheel/issues/294 + # https://github.com/pypa/wheel/issues/287 + # https://github.com/pypa/wheel/pull/289 + # + return arcname.endswith(('/', '/RECORD.jws')) + + def install(self, paths, maker, **kwargs): + """ + Install a wheel to the specified paths. If kwarg ``warner`` is + specified, it should be a callable, which will be called with two + tuples indicating the wheel version of this software and the wheel + version in the file, if there is a discrepancy in the versions. + This can be used to issue any warnings to raise any exceptions. + If kwarg ``lib_only`` is True, only the purelib/platlib files are + installed, and the headers, scripts, data and dist-info metadata are + not written. If kwarg ``bytecode_hashed_invalidation`` is True, written + bytecode will try to use file-hash based invalidation (PEP-552) on + supported interpreter versions (CPython 2.7+). + + The return value is a :class:`InstalledDistribution` instance unless + ``options.lib_only`` is True, in which case the return value is ``None``. + """ + + dry_run = maker.dry_run + warner = kwargs.get('warner') + lib_only = kwargs.get('lib_only', False) + bc_hashed_invalidation = kwargs.get('bytecode_hashed_invalidation', + False) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message = message_from_file(wf) + wv = message['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + if (file_version != self.wheel_version) and warner: + warner(self.wheel_version, file_version) + + if message['Root-Is-Purelib'] == 'true': + libdir = paths['purelib'] + else: + libdir = paths['platlib'] + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + data_pfx = posixpath.join(data_dir, '') + info_pfx = posixpath.join(info_dir, '') + script_pfx = posixpath.join(data_dir, 'scripts', '') + + # make a new instance rather than a copy of maker's, + # as we mutate it + fileop = FileOperator(dry_run=dry_run) + fileop.record = True # so we can rollback if needed + + bc = not sys.dont_write_bytecode # Double negatives. Lovely! + + outfiles = [] # for RECORD writing + + # for script copying/shebang processing + workdir = tempfile.mkdtemp() + # set target dir later + # we default add_launchers to False, as the + # Python Launcher should be used instead + maker.source_dir = workdir + maker.target_dir = None + try: + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + if lib_only and u_arcname.startswith((info_pfx, data_pfx)): + logger.debug('lib_only: skipping %s', u_arcname) + continue + is_script = (u_arcname.startswith(script_pfx) + and not u_arcname.endswith('.exe')) + + if u_arcname.startswith(data_pfx): + _, where, rp = u_arcname.split('/', 2) + outfile = os.path.join(paths[where], convert_path(rp)) + else: + # meant for site-packages. + if u_arcname in (wheel_metadata_name, record_name): + continue + outfile = os.path.join(libdir, convert_path(u_arcname)) + if not is_script: + with zf.open(arcname) as bf: + fileop.copy_stream(bf, outfile) + # Issue #147: permission bits aren't preserved. Using + # zf.extract(zinfo, libdir) should have worked, but didn't, + # see https://www.thetopsites.net/article/53834422.shtml + # So ... manually preserve permission bits as given in zinfo + if os.name == 'posix': + # just set the normal permission bits + os.chmod(outfile, + (zinfo.external_attr >> 16) & 0x1FF) + outfiles.append(outfile) + # Double check the digest of the written file + if not dry_run and row[1]: + with open(outfile, 'rb') as bf: + data = bf.read() + _, newdigest = self.get_hash(data, kind) + if newdigest != digest: + raise DistlibException('digest mismatch ' + 'on write for ' + '%s' % outfile) + if bc and outfile.endswith('.py'): + try: + pyc = fileop.byte_compile( + outfile, + hashed_invalidation=bc_hashed_invalidation) + outfiles.append(pyc) + except Exception: + # Don't give up if byte-compilation fails, + # but log it and perhaps warn the user + logger.warning('Byte-compilation failed', + exc_info=True) + else: + fn = os.path.basename(convert_path(arcname)) + workname = os.path.join(workdir, fn) + with zf.open(arcname) as bf: + fileop.copy_stream(bf, workname) + + dn, fn = os.path.split(outfile) + maker.target_dir = dn + filenames = maker.make(fn) + fileop.set_executable_mode(filenames) + outfiles.extend(filenames) + + if lib_only: + logger.debug('lib_only: returning None') + dist = None + else: + # Generate scripts + + # Try to get pydist.json so we can see if there are + # any commands to generate. If this fails (e.g. because + # of a legacy wheel), log a warning but don't give up. + commands = None + file_version = self.info['Wheel-Version'] + if file_version == '1.0': + # Use legacy info + ep = posixpath.join(info_dir, 'entry_points.txt') + try: + with zf.open(ep) as bwf: + epdata = read_exports(bwf) + commands = {} + for key in ('console', 'gui'): + k = '%s_scripts' % key + if k in epdata: + commands['wrap_%s' % key] = d = {} + for v in epdata[k].values(): + s = '%s:%s' % (v.prefix, v.suffix) + if v.flags: + s += ' [%s]' % ','.join(v.flags) + d[v.name] = s + except Exception: + logger.warning('Unable to read legacy script ' + 'metadata, so cannot generate ' + 'scripts') + else: + try: + with zf.open(metadata_name) as bwf: + wf = wrapper(bwf) + commands = json.load(wf).get('extensions') + if commands: + commands = commands.get('python.commands') + except Exception: + logger.warning('Unable to read JSON metadata, so ' + 'cannot generate scripts') + if commands: + console_scripts = commands.get('wrap_console', {}) + gui_scripts = commands.get('wrap_gui', {}) + if console_scripts or gui_scripts: + script_dir = paths.get('scripts', '') + if not os.path.isdir(script_dir): + raise ValueError('Valid script path not ' + 'specified') + maker.target_dir = script_dir + for k, v in console_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script) + fileop.set_executable_mode(filenames) + + if gui_scripts: + options = {'gui': True} + for k, v in gui_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script, options) + fileop.set_executable_mode(filenames) + + p = os.path.join(libdir, info_dir) + dist = InstalledDistribution(p) + + # Write SHARED + paths = dict(paths) # don't change passed in dict + del paths['purelib'] + del paths['platlib'] + paths['lib'] = libdir + p = dist.write_shared_locations(paths, dry_run) + if p: + outfiles.append(p) + + # Write RECORD + dist.write_installed_files(outfiles, paths['prefix'], + dry_run) + return dist + except Exception: # pragma: no cover + logger.exception('installation failed.') + fileop.rollback() + raise + finally: + shutil.rmtree(workdir) + + def _get_dylib_cache(self): + global cache + if cache is None: + # Use native string to avoid issues on 2.x: see Python #20140. + base = os.path.join(get_cache_base(), str('dylib-cache'), + '%s.%s' % sys.version_info[:2]) + cache = Cache(base) + return cache + + def _get_extensions(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + arcname = posixpath.join(info_dir, 'EXTENSIONS') + wrapper = codecs.getreader('utf-8') + result = [] + with ZipFile(pathname, 'r') as zf: + try: + with zf.open(arcname) as bf: + wf = wrapper(bf) + extensions = json.load(wf) + cache = self._get_dylib_cache() + prefix = cache.prefix_to_dir(pathname) + cache_base = os.path.join(cache.base, prefix) + if not os.path.isdir(cache_base): + os.makedirs(cache_base) + for name, relpath in extensions.items(): + dest = os.path.join(cache_base, convert_path(relpath)) + if not os.path.exists(dest): + extract = True + else: + file_time = os.stat(dest).st_mtime + file_time = datetime.datetime.fromtimestamp( + file_time) + info = zf.getinfo(relpath) + wheel_time = datetime.datetime(*info.date_time) + extract = wheel_time > file_time + if extract: + zf.extract(relpath, cache_base) + result.append((name, dest)) + except KeyError: + pass + return result + + def is_compatible(self): + """ + Determine if a wheel is compatible with the running system. + """ + return is_compatible(self) + + def is_mountable(self): + """ + Determine if a wheel is asserted as mountable by its metadata. + """ + return True # for now - metadata details TBD + + def mount(self, append=False): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if not self.is_compatible(): + msg = 'Wheel %s not compatible with this Python.' % pathname + raise DistlibException(msg) + if not self.is_mountable(): + msg = 'Wheel %s is marked as not mountable.' % pathname + raise DistlibException(msg) + if pathname in sys.path: + logger.debug('%s already in path', pathname) + else: + if append: + sys.path.append(pathname) + else: + sys.path.insert(0, pathname) + extensions = self._get_extensions() + if extensions: + if _hook not in sys.meta_path: + sys.meta_path.append(_hook) + _hook.add(pathname, extensions) + + def unmount(self): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if pathname not in sys.path: + logger.debug('%s not in path', pathname) + else: + sys.path.remove(pathname) + if pathname in _hook.impure_wheels: + _hook.remove(pathname) + if not _hook.impure_wheels: + if _hook in sys.meta_path: + sys.meta_path.remove(_hook) + + def verify(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + # data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + # metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message_from_file(wf) + # wv = message['Wheel-Version'].split('.', 1) + # file_version = tuple([int(i) for i in wv]) + # TODO version verification + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + # See issue #115: some wheels have .. in their entries, but + # in the filename ... e.g. __main__..py ! So the check is + # updated to look for .. in the directory portions + p = u_arcname.split('/') + if '..' in p: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + def update(self, modifier, dest_dir=None, **kwargs): + """ + Update the contents of a wheel in a generic way. The modifier should + be a callable which expects a dictionary argument: its keys are + archive-entry paths, and its values are absolute filesystem paths + where the contents the corresponding archive entries can be found. The + modifier is free to change the contents of the files pointed to, add + new entries and remove entries, before returning. This method will + extract the entire contents of the wheel to a temporary location, call + the modifier, and then use the passed (and possibly updated) + dictionary to write a new wheel. If ``dest_dir`` is specified, the new + wheel is written there -- otherwise, the original wheel is overwritten. + + The modifier should return True if it updated the wheel, else False. + This method returns the same value the modifier returns. + """ + + def get_version(path_map, info_dir): + version = path = None + key = '%s/%s' % (info_dir, LEGACY_METADATA_FILENAME) + if key not in path_map: + key = '%s/PKG-INFO' % info_dir + if key in path_map: + path = path_map[key] + version = Metadata(path=path).version + return version, path + + def update_version(version, path): + updated = None + try: + NormalizedVersion(version) + i = version.find('-') + if i < 0: + updated = '%s+1' % version + else: + parts = [int(s) for s in version[i + 1:].split('.')] + parts[-1] += 1 + updated = '%s+%s' % (version[:i], '.'.join( + str(i) for i in parts)) + except UnsupportedVersionError: + logger.debug( + 'Cannot update non-compliant (PEP-440) ' + 'version %r', version) + if updated: + md = Metadata(path=path) + md.version = updated + legacy = path.endswith(LEGACY_METADATA_FILENAME) + md.write(path=path, legacy=legacy) + logger.debug('Version updated from %r to %r', version, updated) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + record_name = posixpath.join(info_dir, 'RECORD') + with tempdir() as workdir: + with ZipFile(pathname, 'r') as zf: + path_map = {} + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if u_arcname == record_name: + continue + if '..' in u_arcname: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + zf.extract(zinfo, workdir) + path = os.path.join(workdir, convert_path(u_arcname)) + path_map[u_arcname] = path + + # Remember the version. + original_version, _ = get_version(path_map, info_dir) + # Files extracted. Call the modifier. + modified = modifier(path_map, **kwargs) + if modified: + # Something changed - need to build a new wheel. + current_version, path = get_version(path_map, info_dir) + if current_version and (current_version == original_version): + # Add or update local version to signify changes. + update_version(current_version, path) + # Decide where the new wheel goes. + if dest_dir is None: + fd, newpath = tempfile.mkstemp(suffix='.whl', + prefix='wheel-update-', + dir=workdir) + os.close(fd) + else: + if not os.path.isdir(dest_dir): + raise DistlibException('Not a directory: %r' % + dest_dir) + newpath = os.path.join(dest_dir, self.filename) + archive_paths = list(path_map.items()) + distinfo = os.path.join(workdir, info_dir) + info = distinfo, info_dir + self.write_records(info, workdir, archive_paths) + self.build_zip(newpath, archive_paths) + if dest_dir is None: + shutil.copyfile(newpath, pathname) + return modified + + +def _get_glibc_version(): + import platform + ver = platform.libc_ver() + result = [] + if ver[0] == 'glibc': + for s in ver[1].split('.'): + result.append(int(s) if s.isdigit() else 0) + result = tuple(result) + return result + + +def compatible_tags(): + """ + Return (pyver, abi, arch) tuples compatible with this Python. + """ + versions = [VER_SUFFIX] + major = VER_SUFFIX[0] + for minor in range(sys.version_info[1] - 1, -1, -1): + versions.append(''.join([major, str(minor)])) + + abis = [] + for suffix in _get_suffixes(): + if suffix.startswith('.abi'): + abis.append(suffix.split('.', 2)[1]) + abis.sort() + if ABI != 'none': + abis.insert(0, ABI) + abis.append('none') + result = [] + + arches = [ARCH] + if sys.platform == 'darwin': + m = re.match(r'(\w+)_(\d+)_(\d+)_(\w+)$', ARCH) + if m: + name, major, minor, arch = m.groups() + minor = int(minor) + matches = [arch] + if arch in ('i386', 'ppc'): + matches.append('fat') + if arch in ('i386', 'ppc', 'x86_64'): + matches.append('fat3') + if arch in ('ppc64', 'x86_64'): + matches.append('fat64') + if arch in ('i386', 'x86_64'): + matches.append('intel') + if arch in ('i386', 'x86_64', 'intel', 'ppc', 'ppc64'): + matches.append('universal') + while minor >= 0: + for match in matches: + s = '%s_%s_%s_%s' % (name, major, minor, match) + if s != ARCH: # already there + arches.append(s) + minor -= 1 + + # Most specific - our Python version, ABI and arch + for abi in abis: + for arch in arches: + result.append((''.join((IMP_PREFIX, versions[0])), abi, arch)) + # manylinux + if abi != 'none' and sys.platform.startswith('linux'): + arch = arch.replace('linux_', '') + parts = _get_glibc_version() + if len(parts) == 2: + if parts >= (2, 5): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux1_%s' % arch)) + if parts >= (2, 12): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux2010_%s' % arch)) + if parts >= (2, 17): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux2014_%s' % arch)) + result.append( + (''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux_%s_%s_%s' % (parts[0], parts[1], arch))) + + # where no ABI / arch dependency, but IMP_PREFIX dependency + for i, version in enumerate(versions): + result.append((''.join((IMP_PREFIX, version)), 'none', 'any')) + if i == 0: + result.append((''.join((IMP_PREFIX, version[0])), 'none', 'any')) + + # no IMP_PREFIX, ABI or arch dependency + for i, version in enumerate(versions): + result.append((''.join(('py', version)), 'none', 'any')) + if i == 0: + result.append((''.join(('py', version[0])), 'none', 'any')) + + return set(result) + + +COMPATIBLE_TAGS = compatible_tags() + +del compatible_tags + + +def is_compatible(wheel, tags=None): + if not isinstance(wheel, Wheel): + wheel = Wheel(wheel) # assume it's a filename + result = False + if tags is None: + tags = COMPATIBLE_TAGS + for ver, abi, arch in tags: + if ver in wheel.pyver and abi in wheel.abi and arch in wheel.arch: + result = True + break + return result diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py new file mode 100644 index 0000000..7686fe8 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py @@ -0,0 +1,54 @@ +from .distro import ( + NORMALIZED_DISTRO_ID, + NORMALIZED_LSB_ID, + NORMALIZED_OS_ID, + LinuxDistribution, + __version__, + build_number, + codename, + distro_release_attr, + distro_release_info, + id, + info, + like, + linux_distribution, + lsb_release_attr, + lsb_release_info, + major_version, + minor_version, + name, + os_release_attr, + os_release_info, + uname_attr, + uname_info, + version, + version_parts, +) + +__all__ = [ + "NORMALIZED_DISTRO_ID", + "NORMALIZED_LSB_ID", + "NORMALIZED_OS_ID", + "LinuxDistribution", + "build_number", + "codename", + "distro_release_attr", + "distro_release_info", + "id", + "info", + "like", + "linux_distribution", + "lsb_release_attr", + "lsb_release_info", + "major_version", + "minor_version", + "name", + "os_release_attr", + "os_release_info", + "uname_attr", + "uname_info", + "version", + "version_parts", +] + +__version__ = __version__ diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py new file mode 100644 index 0000000..0c01d5b --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py @@ -0,0 +1,4 @@ +from .distro import main + +if __name__ == "__main__": + main() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..19ddd2715b2360e5766dfa331607f15ebd520679 GIT binary patch literal 967 zcmcJNJ#Q015Qg{87u&IY@n>Q?1)_Cfd;zj=PJ53dG% zuz&LQc*yq$roN&coV*~ZwjvErvO@x=v_se+ zCV}3FE)yyQm#{^s5^97xp+RU8T7+%F4xvrx5W0lj6oHDcEz3zA~ k#bwU2tZTb#+1KnJxS|ig_Bv(zL*eoXtL}a*>w9VHZ%SYX761SM literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..29bc12d023526fb76e7217a782c24716ecc756ad GIT binary patch literal 299 zcmXv}!AiqG5S_^eSuDM4zrYA)P_H6_(4+LKmnF?E&Dv}>Y+@na1^>Wr5I@D6w*~~k zlea=|J-JKUcbIuI^O$+_IUF8>$FjKBH$MM{VvlG?)~BAlfdq*q7<@nk70GCR0^oQA z3O{y2gpPGAiT}_y66|A>>8j^Kge=5e!ukWLo7P#!ydq4h%qSt=VI5X%Bo)>ua&}6S zE-x}?CeA*pylv>#$gy=ZMd?CS3o7-L>aHzpb(x-DP@`LQR%iJ0Xtb8ifwF|!oug%DZ6+^^tIQn6O*XJ*Gyo~wFc*P(dIqt{*S4~jZ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..68db74415ef859692597bc8ef4531fea438fdb48 GIT binary patch literal 53761 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 b3P0PGbHrx*JFA86PVbRQ+uv1KaQ}Y*C&Cy~ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py b/.venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py new file mode 100644 index 0000000..89e1868 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py @@ -0,0 +1,1399 @@ +#!/usr/bin/env python +# Copyright 2015,2016,2017 Nir Cohen +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +""" +The ``distro`` package (``distro`` stands for Linux Distribution) provides +information about the Linux distribution it runs on, such as a reliable +machine-readable distro ID, or version information. + +It is the recommended replacement for Python's original +:py:func:`platform.linux_distribution` function, but it provides much more +functionality. An alternative implementation became necessary because Python +3.5 deprecated this function, and Python 3.8 removed it altogether. Its +predecessor function :py:func:`platform.dist` was already deprecated since +Python 2.6 and removed in Python 3.8. Still, there are many cases in which +access to OS distribution information is needed. See `Python issue 1322 +`_ for more information. +""" + +import argparse +import json +import logging +import os +import re +import shlex +import subprocess +import sys +import warnings +from typing import ( + Any, + Callable, + Dict, + Iterable, + Optional, + Sequence, + TextIO, + Tuple, + Type, +) + +try: + from typing import TypedDict +except ImportError: + # Python 3.7 + TypedDict = dict + +__version__ = "1.8.0" + + +class VersionDict(TypedDict): + major: str + minor: str + build_number: str + + +class InfoDict(TypedDict): + id: str + version: str + version_parts: VersionDict + like: str + codename: str + + +_UNIXCONFDIR = os.environ.get("UNIXCONFDIR", "/etc") +_UNIXUSRLIBDIR = os.environ.get("UNIXUSRLIBDIR", "/usr/lib") +_OS_RELEASE_BASENAME = "os-release" + +#: Translation table for normalizing the "ID" attribute defined in os-release +#: files, for use by the :func:`distro.id` method. +#: +#: * Key: Value as defined in the os-release file, translated to lower case, +#: with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_OS_ID = { + "ol": "oracle", # Oracle Linux + "opensuse-leap": "opensuse", # Newer versions of OpenSuSE report as opensuse-leap +} + +#: Translation table for normalizing the "Distributor ID" attribute returned by +#: the lsb_release command, for use by the :func:`distro.id` method. +#: +#: * Key: Value as returned by the lsb_release command, translated to lower +#: case, with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_LSB_ID = { + "enterpriseenterpriseas": "oracle", # Oracle Enterprise Linux 4 + "enterpriseenterpriseserver": "oracle", # Oracle Linux 5 + "redhatenterpriseworkstation": "rhel", # RHEL 6, 7 Workstation + "redhatenterpriseserver": "rhel", # RHEL 6, 7 Server + "redhatenterprisecomputenode": "rhel", # RHEL 6 ComputeNode +} + +#: Translation table for normalizing the distro ID derived from the file name +#: of distro release files, for use by the :func:`distro.id` method. +#: +#: * Key: Value as derived from the file name of a distro release file, +#: translated to lower case, with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_DISTRO_ID = { + "redhat": "rhel", # RHEL 6.x, 7.x +} + +# Pattern for content of distro release file (reversed) +_DISTRO_RELEASE_CONTENT_REVERSED_PATTERN = re.compile( + r"(?:[^)]*\)(.*)\()? *(?:STL )?([\d.+\-a-z]*\d) *(?:esaeler *)?(.+)" +) + +# Pattern for base file name of distro release file +_DISTRO_RELEASE_BASENAME_PATTERN = re.compile(r"(\w+)[-_](release|version)$") + +# Base file names to be looked up for if _UNIXCONFDIR is not readable. +_DISTRO_RELEASE_BASENAMES = [ + "SuSE-release", + "arch-release", + "base-release", + "centos-release", + "fedora-release", + "gentoo-release", + "mageia-release", + "mandrake-release", + "mandriva-release", + "mandrivalinux-release", + "manjaro-release", + "oracle-release", + "redhat-release", + "rocky-release", + "sl-release", + "slackware-version", +] + +# Base file names to be ignored when searching for distro release file +_DISTRO_RELEASE_IGNORE_BASENAMES = ( + "debian_version", + "lsb-release", + "oem-release", + _OS_RELEASE_BASENAME, + "system-release", + "plesk-release", + "iredmail-release", +) + + +def linux_distribution(full_distribution_name: bool = True) -> Tuple[str, str, str]: + """ + .. deprecated:: 1.6.0 + + :func:`distro.linux_distribution()` is deprecated. It should only be + used as a compatibility shim with Python's + :py:func:`platform.linux_distribution()`. Please use :func:`distro.id`, + :func:`distro.version` and :func:`distro.name` instead. + + Return information about the current OS distribution as a tuple + ``(id_name, version, codename)`` with items as follows: + + * ``id_name``: If *full_distribution_name* is false, the result of + :func:`distro.id`. Otherwise, the result of :func:`distro.name`. + + * ``version``: The result of :func:`distro.version`. + + * ``codename``: The extra item (usually in parentheses) after the + os-release version number, or the result of :func:`distro.codename`. + + The interface of this function is compatible with the original + :py:func:`platform.linux_distribution` function, supporting a subset of + its parameters. + + The data it returns may not exactly be the same, because it uses more data + sources than the original function, and that may lead to different data if + the OS distribution is not consistent across multiple data sources it + provides (there are indeed such distributions ...). + + Another reason for differences is the fact that the :func:`distro.id` + method normalizes the distro ID string to a reliable machine-readable value + for a number of popular OS distributions. + """ + warnings.warn( + "distro.linux_distribution() is deprecated. It should only be used as a " + "compatibility shim with Python's platform.linux_distribution(). Please use " + "distro.id(), distro.version() and distro.name() instead.", + DeprecationWarning, + stacklevel=2, + ) + return _distro.linux_distribution(full_distribution_name) + + +def id() -> str: + """ + Return the distro ID of the current distribution, as a + machine-readable string. + + For a number of OS distributions, the returned distro ID value is + *reliable*, in the sense that it is documented and that it does not change + across releases of the distribution. + + This package maintains the following reliable distro ID values: + + ============== ========================================= + Distro ID Distribution + ============== ========================================= + "ubuntu" Ubuntu + "debian" Debian + "rhel" RedHat Enterprise Linux + "centos" CentOS + "fedora" Fedora + "sles" SUSE Linux Enterprise Server + "opensuse" openSUSE + "amzn" Amazon Linux + "arch" Arch Linux + "buildroot" Buildroot + "cloudlinux" CloudLinux OS + "exherbo" Exherbo Linux + "gentoo" GenToo Linux + "ibm_powerkvm" IBM PowerKVM + "kvmibm" KVM for IBM z Systems + "linuxmint" Linux Mint + "mageia" Mageia + "mandriva" Mandriva Linux + "parallels" Parallels + "pidora" Pidora + "raspbian" Raspbian + "oracle" Oracle Linux (and Oracle Enterprise Linux) + "scientific" Scientific Linux + "slackware" Slackware + "xenserver" XenServer + "openbsd" OpenBSD + "netbsd" NetBSD + "freebsd" FreeBSD + "midnightbsd" MidnightBSD + "rocky" Rocky Linux + "aix" AIX + "guix" Guix System + ============== ========================================= + + If you have a need to get distros for reliable IDs added into this set, + or if you find that the :func:`distro.id` function returns a different + distro ID for one of the listed distros, please create an issue in the + `distro issue tracker`_. + + **Lookup hierarchy and transformations:** + + First, the ID is obtained from the following sources, in the specified + order. The first available and non-empty value is used: + + * the value of the "ID" attribute of the os-release file, + + * the value of the "Distributor ID" attribute returned by the lsb_release + command, + + * the first part of the file name of the distro release file, + + The so determined ID value then passes the following transformations, + before it is returned by this method: + + * it is translated to lower case, + + * blanks (which should not be there anyway) are translated to underscores, + + * a normalization of the ID is performed, based upon + `normalization tables`_. The purpose of this normalization is to ensure + that the ID is as reliable as possible, even across incompatible changes + in the OS distributions. A common reason for an incompatible change is + the addition of an os-release file, or the addition of the lsb_release + command, with ID values that differ from what was previously determined + from the distro release file name. + """ + return _distro.id() + + +def name(pretty: bool = False) -> str: + """ + Return the name of the current OS distribution, as a human-readable + string. + + If *pretty* is false, the name is returned without version or codename. + (e.g. "CentOS Linux") + + If *pretty* is true, the version and codename are appended. + (e.g. "CentOS Linux 7.1.1503 (Core)") + + **Lookup hierarchy:** + + The name is obtained from the following sources, in the specified order. + The first available and non-empty value is used: + + * If *pretty* is false: + + - the value of the "NAME" attribute of the os-release file, + + - the value of the "Distributor ID" attribute returned by the lsb_release + command, + + - the value of the "" field of the distro release file. + + * If *pretty* is true: + + - the value of the "PRETTY_NAME" attribute of the os-release file, + + - the value of the "Description" attribute returned by the lsb_release + command, + + - the value of the "" field of the distro release file, appended + with the value of the pretty version ("" and "" + fields) of the distro release file, if available. + """ + return _distro.name(pretty) + + +def version(pretty: bool = False, best: bool = False) -> str: + """ + Return the version of the current OS distribution, as a human-readable + string. + + If *pretty* is false, the version is returned without codename (e.g. + "7.0"). + + If *pretty* is true, the codename in parenthesis is appended, if the + codename is non-empty (e.g. "7.0 (Maipo)"). + + Some distributions provide version numbers with different precisions in + the different sources of distribution information. Examining the different + sources in a fixed priority order does not always yield the most precise + version (e.g. for Debian 8.2, or CentOS 7.1). + + Some other distributions may not provide this kind of information. In these + cases, an empty string would be returned. This behavior can be observed + with rolling releases distributions (e.g. Arch Linux). + + The *best* parameter can be used to control the approach for the returned + version: + + If *best* is false, the first non-empty version number in priority order of + the examined sources is returned. + + If *best* is true, the most precise version number out of all examined + sources is returned. + + **Lookup hierarchy:** + + In all cases, the version number is obtained from the following sources. + If *best* is false, this order represents the priority order: + + * the value of the "VERSION_ID" attribute of the os-release file, + * the value of the "Release" attribute returned by the lsb_release + command, + * the version number parsed from the "" field of the first line + of the distro release file, + * the version number parsed from the "PRETTY_NAME" attribute of the + os-release file, if it follows the format of the distro release files. + * the version number parsed from the "Description" attribute returned by + the lsb_release command, if it follows the format of the distro release + files. + """ + return _distro.version(pretty, best) + + +def version_parts(best: bool = False) -> Tuple[str, str, str]: + """ + Return the version of the current OS distribution as a tuple + ``(major, minor, build_number)`` with items as follows: + + * ``major``: The result of :func:`distro.major_version`. + + * ``minor``: The result of :func:`distro.minor_version`. + + * ``build_number``: The result of :func:`distro.build_number`. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.version_parts(best) + + +def major_version(best: bool = False) -> str: + """ + Return the major version of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The major version is the first + part of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.major_version(best) + + +def minor_version(best: bool = False) -> str: + """ + Return the minor version of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The minor version is the second + part of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.minor_version(best) + + +def build_number(best: bool = False) -> str: + """ + Return the build number of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The build number is the third part + of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.build_number(best) + + +def like() -> str: + """ + Return a space-separated list of distro IDs of distributions that are + closely related to the current OS distribution in regards to packaging + and programming interfaces, for example distributions the current + distribution is a derivative from. + + **Lookup hierarchy:** + + This information item is only provided by the os-release file. + For details, see the description of the "ID_LIKE" attribute in the + `os-release man page + `_. + """ + return _distro.like() + + +def codename() -> str: + """ + Return the codename for the release of the current OS distribution, + as a string. + + If the distribution does not have a codename, an empty string is returned. + + Note that the returned codename is not always really a codename. For + example, openSUSE returns "x86_64". This function does not handle such + cases in any special way and just returns the string it finds, if any. + + **Lookup hierarchy:** + + * the codename within the "VERSION" attribute of the os-release file, if + provided, + + * the value of the "Codename" attribute returned by the lsb_release + command, + + * the value of the "" field of the distro release file. + """ + return _distro.codename() + + +def info(pretty: bool = False, best: bool = False) -> InfoDict: + """ + Return certain machine-readable information items about the current OS + distribution in a dictionary, as shown in the following example: + + .. sourcecode:: python + + { + 'id': 'rhel', + 'version': '7.0', + 'version_parts': { + 'major': '7', + 'minor': '0', + 'build_number': '' + }, + 'like': 'fedora', + 'codename': 'Maipo' + } + + The dictionary structure and keys are always the same, regardless of which + information items are available in the underlying data sources. The values + for the various keys are as follows: + + * ``id``: The result of :func:`distro.id`. + + * ``version``: The result of :func:`distro.version`. + + * ``version_parts -> major``: The result of :func:`distro.major_version`. + + * ``version_parts -> minor``: The result of :func:`distro.minor_version`. + + * ``version_parts -> build_number``: The result of + :func:`distro.build_number`. + + * ``like``: The result of :func:`distro.like`. + + * ``codename``: The result of :func:`distro.codename`. + + For a description of the *pretty* and *best* parameters, see the + :func:`distro.version` method. + """ + return _distro.info(pretty, best) + + +def os_release_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the os-release file data source of the current OS distribution. + + See `os-release file`_ for details about these information items. + """ + return _distro.os_release_info() + + +def lsb_release_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the lsb_release command data source of the current OS distribution. + + See `lsb_release command output`_ for details about these information + items. + """ + return _distro.lsb_release_info() + + +def distro_release_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the distro release file data source of the current OS distribution. + + See `distro release file`_ for details about these information items. + """ + return _distro.distro_release_info() + + +def uname_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the distro release file data source of the current OS distribution. + """ + return _distro.uname_info() + + +def os_release_attr(attribute: str) -> str: + """ + Return a single named information item from the os-release file data source + of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `os-release file`_ for details about these information items. + """ + return _distro.os_release_attr(attribute) + + +def lsb_release_attr(attribute: str) -> str: + """ + Return a single named information item from the lsb_release command output + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `lsb_release command output`_ for details about these information + items. + """ + return _distro.lsb_release_attr(attribute) + + +def distro_release_attr(attribute: str) -> str: + """ + Return a single named information item from the distro release file + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `distro release file`_ for details about these information items. + """ + return _distro.distro_release_attr(attribute) + + +def uname_attr(attribute: str) -> str: + """ + Return a single named information item from the distro release file + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + """ + return _distro.uname_attr(attribute) + + +try: + from functools import cached_property +except ImportError: + # Python < 3.8 + class cached_property: # type: ignore + """A version of @property which caches the value. On access, it calls the + underlying function and sets the value in `__dict__` so future accesses + will not re-call the property. + """ + + def __init__(self, f: Callable[[Any], Any]) -> None: + self._fname = f.__name__ + self._f = f + + def __get__(self, obj: Any, owner: Type[Any]) -> Any: + assert obj is not None, f"call {self._fname} on an instance" + ret = obj.__dict__[self._fname] = self._f(obj) + return ret + + +class LinuxDistribution: + """ + Provides information about a OS distribution. + + This package creates a private module-global instance of this class with + default initialization arguments, that is used by the + `consolidated accessor functions`_ and `single source accessor functions`_. + By using default initialization arguments, that module-global instance + returns data about the current OS distribution (i.e. the distro this + package runs on). + + Normally, it is not necessary to create additional instances of this class. + However, in situations where control is needed over the exact data sources + that are used, instances of this class can be created with a specific + distro release file, or a specific os-release file, or without invoking the + lsb_release command. + """ + + def __init__( + self, + include_lsb: Optional[bool] = None, + os_release_file: str = "", + distro_release_file: str = "", + include_uname: Optional[bool] = None, + root_dir: Optional[str] = None, + include_oslevel: Optional[bool] = None, + ) -> None: + """ + The initialization method of this class gathers information from the + available data sources, and stores that in private instance attributes. + Subsequent access to the information items uses these private instance + attributes, so that the data sources are read only once. + + Parameters: + + * ``include_lsb`` (bool): Controls whether the + `lsb_release command output`_ is included as a data source. + + If the lsb_release command is not available in the program execution + path, the data source for the lsb_release command will be empty. + + * ``os_release_file`` (string): The path name of the + `os-release file`_ that is to be used as a data source. + + An empty string (the default) will cause the default path name to + be used (see `os-release file`_ for details). + + If the specified or defaulted os-release file does not exist, the + data source for the os-release file will be empty. + + * ``distro_release_file`` (string): The path name of the + `distro release file`_ that is to be used as a data source. + + An empty string (the default) will cause a default search algorithm + to be used (see `distro release file`_ for details). + + If the specified distro release file does not exist, or if no default + distro release file can be found, the data source for the distro + release file will be empty. + + * ``include_uname`` (bool): Controls whether uname command output is + included as a data source. If the uname command is not available in + the program execution path the data source for the uname command will + be empty. + + * ``root_dir`` (string): The absolute path to the root directory to use + to find distro-related information files. Note that ``include_*`` + parameters must not be enabled in combination with ``root_dir``. + + * ``include_oslevel`` (bool): Controls whether (AIX) oslevel command + output is included as a data source. If the oslevel command is not + available in the program execution path the data source will be + empty. + + Public instance attributes: + + * ``os_release_file`` (string): The path name of the + `os-release file`_ that is actually used as a data source. The + empty string if no distro release file is used as a data source. + + * ``distro_release_file`` (string): The path name of the + `distro release file`_ that is actually used as a data source. The + empty string if no distro release file is used as a data source. + + * ``include_lsb`` (bool): The result of the ``include_lsb`` parameter. + This controls whether the lsb information will be loaded. + + * ``include_uname`` (bool): The result of the ``include_uname`` + parameter. This controls whether the uname information will + be loaded. + + * ``include_oslevel`` (bool): The result of the ``include_oslevel`` + parameter. This controls whether (AIX) oslevel information will be + loaded. + + * ``root_dir`` (string): The result of the ``root_dir`` parameter. + The absolute path to the root directory to use to find distro-related + information files. + + Raises: + + * :py:exc:`ValueError`: Initialization parameters combination is not + supported. + + * :py:exc:`OSError`: Some I/O issue with an os-release file or distro + release file. + + * :py:exc:`UnicodeError`: A data source has unexpected characters or + uses an unexpected encoding. + """ + self.root_dir = root_dir + self.etc_dir = os.path.join(root_dir, "etc") if root_dir else _UNIXCONFDIR + self.usr_lib_dir = ( + os.path.join(root_dir, "usr/lib") if root_dir else _UNIXUSRLIBDIR + ) + + if os_release_file: + self.os_release_file = os_release_file + else: + etc_dir_os_release_file = os.path.join(self.etc_dir, _OS_RELEASE_BASENAME) + usr_lib_os_release_file = os.path.join( + self.usr_lib_dir, _OS_RELEASE_BASENAME + ) + + # NOTE: The idea is to respect order **and** have it set + # at all times for API backwards compatibility. + if os.path.isfile(etc_dir_os_release_file) or not os.path.isfile( + usr_lib_os_release_file + ): + self.os_release_file = etc_dir_os_release_file + else: + self.os_release_file = usr_lib_os_release_file + + self.distro_release_file = distro_release_file or "" # updated later + + is_root_dir_defined = root_dir is not None + if is_root_dir_defined and (include_lsb or include_uname or include_oslevel): + raise ValueError( + "Including subprocess data sources from specific root_dir is disallowed" + " to prevent false information" + ) + self.include_lsb = ( + include_lsb if include_lsb is not None else not is_root_dir_defined + ) + self.include_uname = ( + include_uname if include_uname is not None else not is_root_dir_defined + ) + self.include_oslevel = ( + include_oslevel if include_oslevel is not None else not is_root_dir_defined + ) + + def __repr__(self) -> str: + """Return repr of all info""" + return ( + "LinuxDistribution(" + "os_release_file={self.os_release_file!r}, " + "distro_release_file={self.distro_release_file!r}, " + "include_lsb={self.include_lsb!r}, " + "include_uname={self.include_uname!r}, " + "include_oslevel={self.include_oslevel!r}, " + "root_dir={self.root_dir!r}, " + "_os_release_info={self._os_release_info!r}, " + "_lsb_release_info={self._lsb_release_info!r}, " + "_distro_release_info={self._distro_release_info!r}, " + "_uname_info={self._uname_info!r}, " + "_oslevel_info={self._oslevel_info!r})".format(self=self) + ) + + def linux_distribution( + self, full_distribution_name: bool = True + ) -> Tuple[str, str, str]: + """ + Return information about the OS distribution that is compatible + with Python's :func:`platform.linux_distribution`, supporting a subset + of its parameters. + + For details, see :func:`distro.linux_distribution`. + """ + return ( + self.name() if full_distribution_name else self.id(), + self.version(), + self._os_release_info.get("release_codename") or self.codename(), + ) + + def id(self) -> str: + """Return the distro ID of the OS distribution, as a string. + + For details, see :func:`distro.id`. + """ + + def normalize(distro_id: str, table: Dict[str, str]) -> str: + distro_id = distro_id.lower().replace(" ", "_") + return table.get(distro_id, distro_id) + + distro_id = self.os_release_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_OS_ID) + + distro_id = self.lsb_release_attr("distributor_id") + if distro_id: + return normalize(distro_id, NORMALIZED_LSB_ID) + + distro_id = self.distro_release_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_DISTRO_ID) + + distro_id = self.uname_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_DISTRO_ID) + + return "" + + def name(self, pretty: bool = False) -> str: + """ + Return the name of the OS distribution, as a string. + + For details, see :func:`distro.name`. + """ + name = ( + self.os_release_attr("name") + or self.lsb_release_attr("distributor_id") + or self.distro_release_attr("name") + or self.uname_attr("name") + ) + if pretty: + name = self.os_release_attr("pretty_name") or self.lsb_release_attr( + "description" + ) + if not name: + name = self.distro_release_attr("name") or self.uname_attr("name") + version = self.version(pretty=True) + if version: + name = f"{name} {version}" + return name or "" + + def version(self, pretty: bool = False, best: bool = False) -> str: + """ + Return the version of the OS distribution, as a string. + + For details, see :func:`distro.version`. + """ + versions = [ + self.os_release_attr("version_id"), + self.lsb_release_attr("release"), + self.distro_release_attr("version_id"), + self._parse_distro_release_content(self.os_release_attr("pretty_name")).get( + "version_id", "" + ), + self._parse_distro_release_content( + self.lsb_release_attr("description") + ).get("version_id", ""), + self.uname_attr("release"), + ] + if self.uname_attr("id").startswith("aix"): + # On AIX platforms, prefer oslevel command output. + versions.insert(0, self.oslevel_info()) + elif self.id() == "debian" or "debian" in self.like().split(): + # On Debian-like, add debian_version file content to candidates list. + versions.append(self._debian_version) + version = "" + if best: + # This algorithm uses the last version in priority order that has + # the best precision. If the versions are not in conflict, that + # does not matter; otherwise, using the last one instead of the + # first one might be considered a surprise. + for v in versions: + if v.count(".") > version.count(".") or version == "": + version = v + else: + for v in versions: + if v != "": + version = v + break + if pretty and version and self.codename(): + version = f"{version} ({self.codename()})" + return version + + def version_parts(self, best: bool = False) -> Tuple[str, str, str]: + """ + Return the version of the OS distribution, as a tuple of version + numbers. + + For details, see :func:`distro.version_parts`. + """ + version_str = self.version(best=best) + if version_str: + version_regex = re.compile(r"(\d+)\.?(\d+)?\.?(\d+)?") + matches = version_regex.match(version_str) + if matches: + major, minor, build_number = matches.groups() + return major, minor or "", build_number or "" + return "", "", "" + + def major_version(self, best: bool = False) -> str: + """ + Return the major version number of the current distribution. + + For details, see :func:`distro.major_version`. + """ + return self.version_parts(best)[0] + + def minor_version(self, best: bool = False) -> str: + """ + Return the minor version number of the current distribution. + + For details, see :func:`distro.minor_version`. + """ + return self.version_parts(best)[1] + + def build_number(self, best: bool = False) -> str: + """ + Return the build number of the current distribution. + + For details, see :func:`distro.build_number`. + """ + return self.version_parts(best)[2] + + def like(self) -> str: + """ + Return the IDs of distributions that are like the OS distribution. + + For details, see :func:`distro.like`. + """ + return self.os_release_attr("id_like") or "" + + def codename(self) -> str: + """ + Return the codename of the OS distribution. + + For details, see :func:`distro.codename`. + """ + try: + # Handle os_release specially since distros might purposefully set + # this to empty string to have no codename + return self._os_release_info["codename"] + except KeyError: + return ( + self.lsb_release_attr("codename") + or self.distro_release_attr("codename") + or "" + ) + + def info(self, pretty: bool = False, best: bool = False) -> InfoDict: + """ + Return certain machine-readable information about the OS + distribution. + + For details, see :func:`distro.info`. + """ + return dict( + id=self.id(), + version=self.version(pretty, best), + version_parts=dict( + major=self.major_version(best), + minor=self.minor_version(best), + build_number=self.build_number(best), + ), + like=self.like(), + codename=self.codename(), + ) + + def os_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the os-release file data source of the OS distribution. + + For details, see :func:`distro.os_release_info`. + """ + return self._os_release_info + + def lsb_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the lsb_release command data source of the OS + distribution. + + For details, see :func:`distro.lsb_release_info`. + """ + return self._lsb_release_info + + def distro_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the distro release file data source of the OS + distribution. + + For details, see :func:`distro.distro_release_info`. + """ + return self._distro_release_info + + def uname_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the uname command data source of the OS distribution. + + For details, see :func:`distro.uname_info`. + """ + return self._uname_info + + def oslevel_info(self) -> str: + """ + Return AIX' oslevel command output. + """ + return self._oslevel_info + + def os_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the os-release file data + source of the OS distribution. + + For details, see :func:`distro.os_release_attr`. + """ + return self._os_release_info.get(attribute, "") + + def lsb_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the lsb_release command + output data source of the OS distribution. + + For details, see :func:`distro.lsb_release_attr`. + """ + return self._lsb_release_info.get(attribute, "") + + def distro_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the distro release file + data source of the OS distribution. + + For details, see :func:`distro.distro_release_attr`. + """ + return self._distro_release_info.get(attribute, "") + + def uname_attr(self, attribute: str) -> str: + """ + Return a single named information item from the uname command + output data source of the OS distribution. + + For details, see :func:`distro.uname_attr`. + """ + return self._uname_info.get(attribute, "") + + @cached_property + def _os_release_info(self) -> Dict[str, str]: + """ + Get the information items from the specified os-release file. + + Returns: + A dictionary containing all information items. + """ + if os.path.isfile(self.os_release_file): + with open(self.os_release_file, encoding="utf-8") as release_file: + return self._parse_os_release_content(release_file) + return {} + + @staticmethod + def _parse_os_release_content(lines: TextIO) -> Dict[str, str]: + """ + Parse the lines of an os-release file. + + Parameters: + + * lines: Iterable through the lines in the os-release file. + Each line must be a unicode string or a UTF-8 encoded byte + string. + + Returns: + A dictionary containing all information items. + """ + props = {} + lexer = shlex.shlex(lines, posix=True) + lexer.whitespace_split = True + + tokens = list(lexer) + for token in tokens: + # At this point, all shell-like parsing has been done (i.e. + # comments processed, quotes and backslash escape sequences + # processed, multi-line values assembled, trailing newlines + # stripped, etc.), so the tokens are now either: + # * variable assignments: var=value + # * commands or their arguments (not allowed in os-release) + # Ignore any tokens that are not variable assignments + if "=" in token: + k, v = token.split("=", 1) + props[k.lower()] = v + + if "version" in props: + # extract release codename (if any) from version attribute + match = re.search(r"\((\D+)\)|,\s*(\D+)", props["version"]) + if match: + release_codename = match.group(1) or match.group(2) + props["codename"] = props["release_codename"] = release_codename + + if "version_codename" in props: + # os-release added a version_codename field. Use that in + # preference to anything else Note that some distros purposefully + # do not have code names. They should be setting + # version_codename="" + props["codename"] = props["version_codename"] + elif "ubuntu_codename" in props: + # Same as above but a non-standard field name used on older Ubuntus + props["codename"] = props["ubuntu_codename"] + + return props + + @cached_property + def _lsb_release_info(self) -> Dict[str, str]: + """ + Get the information items from the lsb_release command output. + + Returns: + A dictionary containing all information items. + """ + if not self.include_lsb: + return {} + try: + cmd = ("lsb_release", "-a") + stdout = subprocess.check_output(cmd, stderr=subprocess.DEVNULL) + # Command not found or lsb_release returned error + except (OSError, subprocess.CalledProcessError): + return {} + content = self._to_str(stdout).splitlines() + return self._parse_lsb_release_content(content) + + @staticmethod + def _parse_lsb_release_content(lines: Iterable[str]) -> Dict[str, str]: + """ + Parse the output of the lsb_release command. + + Parameters: + + * lines: Iterable through the lines of the lsb_release output. + Each line must be a unicode string or a UTF-8 encoded byte + string. + + Returns: + A dictionary containing all information items. + """ + props = {} + for line in lines: + kv = line.strip("\n").split(":", 1) + if len(kv) != 2: + # Ignore lines without colon. + continue + k, v = kv + props.update({k.replace(" ", "_").lower(): v.strip()}) + return props + + @cached_property + def _uname_info(self) -> Dict[str, str]: + if not self.include_uname: + return {} + try: + cmd = ("uname", "-rs") + stdout = subprocess.check_output(cmd, stderr=subprocess.DEVNULL) + except OSError: + return {} + content = self._to_str(stdout).splitlines() + return self._parse_uname_content(content) + + @cached_property + def _oslevel_info(self) -> str: + if not self.include_oslevel: + return "" + try: + stdout = subprocess.check_output("oslevel", stderr=subprocess.DEVNULL) + except (OSError, subprocess.CalledProcessError): + return "" + return self._to_str(stdout).strip() + + @cached_property + def _debian_version(self) -> str: + try: + with open( + os.path.join(self.etc_dir, "debian_version"), encoding="ascii" + ) as fp: + return fp.readline().rstrip() + except FileNotFoundError: + return "" + + @staticmethod + def _parse_uname_content(lines: Sequence[str]) -> Dict[str, str]: + if not lines: + return {} + props = {} + match = re.search(r"^([^\s]+)\s+([\d\.]+)", lines[0].strip()) + if match: + name, version = match.groups() + + # This is to prevent the Linux kernel version from + # appearing as the 'best' version on otherwise + # identifiable distributions. + if name == "Linux": + return {} + props["id"] = name.lower() + props["name"] = name + props["release"] = version + return props + + @staticmethod + def _to_str(bytestring: bytes) -> str: + encoding = sys.getfilesystemencoding() + return bytestring.decode(encoding) + + @cached_property + def _distro_release_info(self) -> Dict[str, str]: + """ + Get the information items from the specified distro release file. + + Returns: + A dictionary containing all information items. + """ + if self.distro_release_file: + # If it was specified, we use it and parse what we can, even if + # its file name or content does not match the expected pattern. + distro_info = self._parse_distro_release_file(self.distro_release_file) + basename = os.path.basename(self.distro_release_file) + # The file name pattern for user-specified distro release files + # is somewhat more tolerant (compared to when searching for the + # file), because we want to use what was specified as best as + # possible. + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + else: + try: + basenames = [ + basename + for basename in os.listdir(self.etc_dir) + if basename not in _DISTRO_RELEASE_IGNORE_BASENAMES + and os.path.isfile(os.path.join(self.etc_dir, basename)) + ] + # We sort for repeatability in cases where there are multiple + # distro specific files; e.g. CentOS, Oracle, Enterprise all + # containing `redhat-release` on top of their own. + basenames.sort() + except OSError: + # This may occur when /etc is not readable but we can't be + # sure about the *-release files. Check common entries of + # /etc for information. If they turn out to not be there the + # error is handled in `_parse_distro_release_file()`. + basenames = _DISTRO_RELEASE_BASENAMES + for basename in basenames: + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + if match is None: + continue + filepath = os.path.join(self.etc_dir, basename) + distro_info = self._parse_distro_release_file(filepath) + # The name is always present if the pattern matches. + if "name" not in distro_info: + continue + self.distro_release_file = filepath + break + else: # the loop didn't "break": no candidate. + return {} + + if match is not None: + distro_info["id"] = match.group(1) + + # CloudLinux < 7: manually enrich info with proper id. + if "cloudlinux" in distro_info.get("name", "").lower(): + distro_info["id"] = "cloudlinux" + + return distro_info + + def _parse_distro_release_file(self, filepath: str) -> Dict[str, str]: + """ + Parse a distro release file. + + Parameters: + + * filepath: Path name of the distro release file. + + Returns: + A dictionary containing all information items. + """ + try: + with open(filepath, encoding="utf-8") as fp: + # Only parse the first line. For instance, on SLES there + # are multiple lines. We don't want them... + return self._parse_distro_release_content(fp.readline()) + except OSError: + # Ignore not being able to read a specific, seemingly version + # related file. + # See https://github.com/python-distro/distro/issues/162 + return {} + + @staticmethod + def _parse_distro_release_content(line: str) -> Dict[str, str]: + """ + Parse a line from a distro release file. + + Parameters: + * line: Line from the distro release file. Must be a unicode string + or a UTF-8 encoded byte string. + + Returns: + A dictionary containing all information items. + """ + matches = _DISTRO_RELEASE_CONTENT_REVERSED_PATTERN.match(line.strip()[::-1]) + distro_info = {} + if matches: + # regexp ensures non-None + distro_info["name"] = matches.group(3)[::-1] + if matches.group(2): + distro_info["version_id"] = matches.group(2)[::-1] + if matches.group(1): + distro_info["codename"] = matches.group(1)[::-1] + elif line: + distro_info["name"] = line.strip() + return distro_info + + +_distro = LinuxDistribution() + + +def main() -> None: + logger = logging.getLogger(__name__) + logger.setLevel(logging.DEBUG) + logger.addHandler(logging.StreamHandler(sys.stdout)) + + parser = argparse.ArgumentParser(description="OS distro info tool") + parser.add_argument( + "--json", "-j", help="Output in machine readable format", action="store_true" + ) + + parser.add_argument( + "--root-dir", + "-r", + type=str, + dest="root_dir", + help="Path to the root filesystem directory (defaults to /)", + ) + + args = parser.parse_args() + + if args.root_dir: + dist = LinuxDistribution( + include_lsb=False, + include_uname=False, + include_oslevel=False, + root_dir=args.root_dir, + ) + else: + dist = _distro + + if args.json: + logger.info(json.dumps(dist.info(), indent=4, sort_keys=True)) + else: + logger.info("Name: %s", dist.name(pretty=True)) + distribution_version = dist.version(pretty=True) + logger.info("Version: %s", distribution_version) + distribution_codename = dist.codename() + logger.info("Codename: %s", distribution_codename) + + +if __name__ == "__main__": + main() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py new file mode 100644 index 0000000..a40eeaf --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py @@ -0,0 +1,44 @@ +from .package_data import __version__ +from .core import ( + IDNABidiError, + IDNAError, + InvalidCodepoint, + InvalidCodepointContext, + alabel, + check_bidi, + check_hyphen_ok, + check_initial_combiner, + check_label, + check_nfc, + decode, + encode, + ulabel, + uts46_remap, + valid_contextj, + valid_contexto, + valid_label_length, + valid_string_length, +) +from .intranges import intranges_contain + +__all__ = [ + "IDNABidiError", + "IDNAError", + "InvalidCodepoint", + "InvalidCodepointContext", + "alabel", + "check_bidi", + "check_hyphen_ok", + "check_initial_combiner", + "check_label", + "check_nfc", + "decode", + "encode", + "intranges_contain", + "ulabel", + "uts46_remap", + "valid_contextj", + "valid_contexto", + "valid_label_length", + "valid_string_length", +] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0887b7239f87b4125b3fa5184f89f086203365fa GIT binary patch literal 888 zcmbu7y^a$x5XbFgv-#M3Czqo@bV#JQtPT(rLV^RNYfeXr8_T2r$9e*|n?&by5e9c+emX@QDvi(u5XiL7TLpLpl(U0J@|LJ<@|d>BE2wU`U2A zA|n`+F-*t=rewOySI-V$MrIf-QR02TVx>o8Ia3v!~BQ zB3@{%v}rrHGKZ&f!!nVasD$TA$kH6%jGQQ0^0%e&S;iusnNFPYcts^vh=kUq9QVY4<2kpg-Y>S%7B`Vn5*5uQNuQt2fR7aJ}&VJ4z5 z-_P$ZItl)A^KbdhhbTaQ5{>x@6qcdVqF&Em-7 hdmUr^1>L=>O>pfB{f(dZ5T5_=ra|ppQ{T2HegTug^RfT{ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..43dfd57dddb0fdb118d00e84bed6f5a3e9b761c9 GIT binary patch literal 4640 zcmeHKO>7&-6`uX&Qd*fJB{~)*>o2inwv~ujacjs)+Qza|8;b14b?dN5S&F-q$ndYT zO9xb`zzB4Zks_wkpdyeQ+@37BhaOX)1=O2?UdSq~sEvWRh%Y`xsd)0GeQ%aa>c=%4 zphbG;Thb5mxs+}x=W}Kvn~A3KDm46f{IjcXfBuJeKmX&e zUyq@sliZEM_B0e$h)%+sM#8-2(l}kvc=!vts7tyW=X<~+E^FeF1iOjtQnOvy(Jn!| zQjmj+C7pty$1G8cno*buj?%DXs+)P5i8Z#4buWR$`ZfizLW;b`z40wVXuxb71p>z@ zx$_J5839Y@usHeKT#+-lf?%RgmWrIyX1ez4;`~Jt6lW~iFli!YJ{-7|G4i=wmYTXY z$c8*PAI)f~L}qSq_~(nmL4F&ZPz6L#r0CI-<5`-HniL0U2`N3ZDp;bSr{WawL+Akz z2DS|j4nB;8=Cf%%M67e3KwvHazsvHS&BUml)-z@_ zb()bFZNb5k;t8N8>H*KO28ptM@q$69Z2y#9F#i!IX!=h!@z45VqQwr2q9!g%MUi$F zMNLAoGh|IhjV8T7GVY>axa>06@Ypg(7G=$~2-+#~`m=;ADn&Wz5NfLnVzxV#qT+Co zlXIl#qEgYNDGNXr;LBwqX|U9?w%dL&A;NW-#6{bain8OcC@nzSqI;L0=9Sv$16q;y zR^2l#5K+8eX)lNe|Ah3A8)qCxdC&wEMsy5UR%axiNg&-sw5(}FsBTF{E|oAXIhxA> zBT-~t20TklW)qp!Hu@B5np{YaK-H4j1!h>PNuvp*S9FKBgON{}K%a>PaBN?4ZMHH3 zSTXQW0*^Kl1BP`VGMkUbbsDkxZeeKu(Hq}wau~cAe*^Jklz8aAcWA>qTJ?_J64$+B z%X00ho@I5j-3x449)54KHZWXLYu$nJu^Z<${egQ}DxKTx>Zv_FQkuT!?Sd~noy%g) z-}?_Dx(Aj|*Hqv2SFXMC;mA$@2V)m0aJG;x=4R=Ybsh#hiDoejSS5^D3O>Md1 zgRKMPV9(0s8<)%Rb^noDYSsVTa$8MN-xo^L>zzYYWeA*mddkmLJOdSFfB||2b`2vT zij$@NCAn`)lH5(;!+d;`Q1+2Z@9!J9xeko^v*2C|Q) zShjZQ&P3(H#XBed1bhN&+Yx^LU*eM~77Xp+6LzHj&nD!nWD`0H8@`h%=+{6&zm5V= z5JhgcFXS;S;jQv`INLY#E;u)Kz6odBIn$R8fW=2WR?C zTuZ!kY&2t>w-?PPP>13L_&3pfSQ^7} z@B~pWnpBUbe?%c>r8BF-ULM-RHqV0xisC2m-^S}>iPS{J?ilr7w&Pdzs0JNVobTSn z_zvn&%whpgj@=KcYzBcsGvUIrc;q)wSRt+VNRn^bGz%KndUf1xXp_#9xoJhnBdjo_ z+mlQu{vswWF-s=CCG1kCQ~E7`yAjvGOGcQnM0^iG048FH$({o&l(c+_RzPN7lysNQ zh7z?@xMpGV-ejBS)Ib9(3PG*R9vX(_W-pAh8F>2O=vw`-YlEFOwxw*T_w0eyKBq$; za}XQS0zC(x$Kh|_Nxn+%w|h6*d#mlewT`a4p6++vy#Cg;w_1hXvAgi|55ceQQB--0 zD3Z)}FnG`sV_CXm%625eXa`q_eh-AjL%<@Ng&ag2Hf(U2Emtg?&LvX1%~?1jEASEv zDs*jsG{NThNP`AH?VbNw>>ek&XC)pg&)W}!7wPw*6)|P}3dEMcaonfm=?MA2+&u=KA!t={kX8{pbKUSU$MXGg3Df$BQRDCjMWKL>&kxJmeR(_r5|qik5v6f>I5omng0bi-qSq* literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a9b2ddc008e8344eda5726ae13d0fed16f8d3cfd GIT binary patch literal 894 zcmb7Cy=xRf6rZ{MxG&=e7coJi+gNOj*_aTpP~nIQ2WAN*DNLh#JCnQB-JRv_B(P#3 zVrP>sDQ$xY{vS3cRt^CRt8@ovmC84pT(H!E_vZKJH~T(*vtK7B8U)vm{TdHGJ0LDqboN-6b}Pzgr-iaM(@3Psii0kXl?`0(KpN`1 z<7FVwHkv}WPvklGhI~51>*SF7nA_%QC>TGaP{q5sW}TB4USA~K1JU)?im)F*vIgQM z4`uGHBvip$8#@>GVeKFV*MsbvL zCk+yw0neNagcPBOvAvcrWGBgDp72z1_835bOJNe5_`BQM_*=M!OjEO3Fx06rGq~~e zdt-HAu9mI4O=X4xxU%$Yp|WL>MQIPTwqT=EMlL~F-9qxbR9)3I4gi7zv=n8D!&4zj ztxjt96Tx<3{t#{=uYZkv1KrS|lpc}R5t;l+W`-uE(|b!pg4@CJNN+=1A8j5ie{=`e bZ-2WwSCU^^=cG^f41MO)1M_#emoxkUs*}yu literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ce97ea0b840bfadf2078045c2add9b8e13044ab GIT binary patch literal 16030 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 WkcG`agv~%in!#AS{1DS*f&O1~3GJ8w literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..12686e9dfb2d4f2c5cdf971ac125fc7362da7f27 GIT binary patch literal 99504 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..19c84fe70fc53781c24470491b3bc2ca423716c7 GIT binary patch literal 2645 zcmZuyO>7fK6rTNaf*t42A_+ew6GGc81e?TwP!(FKK|$iL`~*}&t7YRIJ4@EPW_ArY zb=tJ*A!(5ssYsZcIaD&@lHNG>SgDtUAk|$(?V-JJa~n=v=$lzPA&8N7=e>D9^XAR> z-uxDgh7pWErmmV-n-Kb&F^v(b6YF<@xQ`4pfegVAEnz}{S+c~eG$Cc>30XjfOeCW0 z06jw?GEt0BT4Y>WHk!VbCqhOutZjo&Axb)Agki18h;SaXVXdLv0+MDU3X;~>{eayz zuxkTpxFD+S`ZfWf@JaI)v9XRV)Ag{E#-{C&4598I&guri`5apum~wI?owuxl3aV~a zw=8Vuvy+4}spZ%iO!KxI1}5d$E=lD*aQm9Cl#|WnJp#s*peD4Ps&&L+T(7_+icut2iEyt8qL&#p1Qy+psw^y_qL2ceVGn?&3SR?mleV zTV4#G$cpH3ot_mkXjU|YS;=FXe0WNODhds~#(V;Oeg&af zxhNar45+lsQU!bW7w6AMx+8N%CpklPi5pq0tv(-Hl&x3D(kx-2^Sl;4LAQL!Z2JH zfQi5b+9|@2Ky^Dq+z-MSMjZ^=A%6SXp$#}_0X{Sa5Qd0B?B-KbaM!xG<-)m_2AZ)> z2_|>+lxGz{%W(-HWz&x1PBZbyaabN<@B;=giCqVvV#dSV*+m{+;L1)p1~J$XT+_~2 zn^>=d7LSbJ0l5!CiRTJ_Y=hI%)XDNtX%_^+(Bu9Dzd7`x9mRH( zw*Po=?sPTUHaAx7h|Qf^i+0{iE`G5Z>tBuT`wxYb?s=gaX_>#Ukh~XLytdlW_cYR1 zZQEHITKKZOt8$@o^UTDwq&)vr`pqBK2^E-@XS)j($LSb<(?z+(Q0$+ z57C9_y=?g`Xzn|_l>O!7m7^zr?OQo|dbR7!v*xqa?OhAuS`_w!uv$76yS_iZEcdKK zpvYG^UVI4-o2u6ZTStuM9ibD5`=|)5eg^oWFas3_H6fmRjzRJWDB1%AW%cDUD~#!O zw$R%6VIbTN_|2gz?0#|KbSb$K*|RL~q1~|R3v^2_V!QI4SxW0WLq$Ub;tW76EyC{7 zIl2p^7Snt6)vK>0M0W$J3iKVAT!zFT3ILlyHo-=FLDJ7um~$3Sbg^^c^5;Qhp`UE7b z&)aBb^>zmhkfrr8I}eP{Aic9Pv^}{9QQZ-zcY>8tRCpT|3lcOk>9yv!(UQ5md#m@i z_zf|?LBlOb1zA;Qj-MbNp;^<0o{+}ZSxTr0W5BJJNJ=Y9Cxui-a`{)z4^9WHmQM*HW+*23+-hj*`pcbBe| zudId#=SFKG)Et?=@XhVDuKw~^B?+~6Dtq#p0&>2a;WS+jI4GJE;NCW&W*ks0rhI6ox@6v_)VH-I4Mn|dm$<~ zWFZGlmoiLI1{Ggo2Vv+83Wx#LmnR*^;^*No=dSp%Up9|q9V2g%4{00}8BW}J_|+sq z5dIYvL0)e~LhD~>Pfd;qJ4#-8^g*G9fUI0zNayeO%%Eumn5wNx9Hld?5T0<~ZwpZMx(aN1iy_|hA{(`OYNdE^8 Ce5HB- literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..008deae920cbbeb82a138f06d983138c702b2450 GIT binary patch literal 223 zcmX@j%ge<81UEAxGev>)V-N=h7@>^M96-i&h7^V|N!2Y#OwLYBPc7Cj$SlwY8lIPuU!=#VgYgiY2ZFp literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cdb10d9b4d31cbef116332f92213d3628eb59274 GIT binary patch literal 158877 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py new file mode 100644 index 0000000..1ca9ba6 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py @@ -0,0 +1,112 @@ +from .core import encode, decode, alabel, ulabel, IDNAError +import codecs +import re +from typing import Tuple, Optional + +_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') + +class Codec(codecs.Codec): + + def encode(self, data: str, errors: str = 'strict') -> Tuple[bytes, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return b"", 0 + + return encode(data), len(data) + + def decode(self, data: bytes, errors: str = 'strict') -> Tuple[str, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return '', 0 + + return decode(data), len(data) + +class IncrementalEncoder(codecs.BufferedIncrementalEncoder): + def _buffer_encode(self, data: str, errors: str, final: bool) -> Tuple[str, int]: # type: ignore + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return "", 0 + + labels = _unicode_dots_re.split(data) + trailing_dot = '' + if labels: + if not labels[-1]: + trailing_dot = '.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = '.' + + result = [] + size = 0 + for label in labels: + result.append(alabel(label)) + if size: + size += 1 + size += len(label) + + # Join with U+002E + result_str = '.'.join(result) + trailing_dot # type: ignore + size += len(trailing_dot) + return result_str, size + +class IncrementalDecoder(codecs.BufferedIncrementalDecoder): + def _buffer_decode(self, data: str, errors: str, final: bool) -> Tuple[str, int]: # type: ignore + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return ('', 0) + + labels = _unicode_dots_re.split(data) + trailing_dot = '' + if labels: + if not labels[-1]: + trailing_dot = '.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = '.' + + result = [] + size = 0 + for label in labels: + result.append(ulabel(label)) + if size: + size += 1 + size += len(label) + + result_str = '.'.join(result) + trailing_dot + size += len(trailing_dot) + return (result_str, size) + + +class StreamWriter(Codec, codecs.StreamWriter): + pass + + +class StreamReader(Codec, codecs.StreamReader): + pass + + +def getregentry() -> codecs.CodecInfo: + # Compatibility as a search_function for codecs.register() + return codecs.CodecInfo( + name='idna', + encode=Codec().encode, # type: ignore + decode=Codec().decode, # type: ignore + incrementalencoder=IncrementalEncoder, + incrementaldecoder=IncrementalDecoder, + streamwriter=StreamWriter, + streamreader=StreamReader, + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py new file mode 100644 index 0000000..786e6bd --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py @@ -0,0 +1,13 @@ +from .core import * +from .codec import * +from typing import Any, Union + +def ToASCII(label: str) -> bytes: + return encode(label) + +def ToUnicode(label: Union[bytes, bytearray]) -> str: + return decode(label) + +def nameprep(s: Any) -> None: + raise NotImplementedError('IDNA 2008 does not utilise nameprep protocol') + diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py new file mode 100644 index 0000000..aea17ac --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py @@ -0,0 +1,400 @@ +from . import idnadata +import bisect +import unicodedata +import re +from typing import Union, Optional +from .intranges import intranges_contain + +_virama_combining_class = 9 +_alabel_prefix = b'xn--' +_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') + +class IDNAError(UnicodeError): + """ Base exception for all IDNA-encoding related problems """ + pass + + +class IDNABidiError(IDNAError): + """ Exception when bidirectional requirements are not satisfied """ + pass + + +class InvalidCodepoint(IDNAError): + """ Exception when a disallowed or unallocated codepoint is used """ + pass + + +class InvalidCodepointContext(IDNAError): + """ Exception when the codepoint is not valid in the context it is used """ + pass + + +def _combining_class(cp: int) -> int: + v = unicodedata.combining(chr(cp)) + if v == 0: + if not unicodedata.name(chr(cp)): + raise ValueError('Unknown character in unicodedata') + return v + +def _is_script(cp: str, script: str) -> bool: + return intranges_contain(ord(cp), idnadata.scripts[script]) + +def _punycode(s: str) -> bytes: + return s.encode('punycode') + +def _unot(s: int) -> str: + return 'U+{:04X}'.format(s) + + +def valid_label_length(label: Union[bytes, str]) -> bool: + if len(label) > 63: + return False + return True + + +def valid_string_length(label: Union[bytes, str], trailing_dot: bool) -> bool: + if len(label) > (254 if trailing_dot else 253): + return False + return True + + +def check_bidi(label: str, check_ltr: bool = False) -> bool: + # Bidi rules should only be applied if string contains RTL characters + bidi_label = False + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + if direction == '': + # String likely comes from a newer version of Unicode + raise IDNABidiError('Unknown directionality in label {} at position {}'.format(repr(label), idx)) + if direction in ['R', 'AL', 'AN']: + bidi_label = True + if not bidi_label and not check_ltr: + return True + + # Bidi rule 1 + direction = unicodedata.bidirectional(label[0]) + if direction in ['R', 'AL']: + rtl = True + elif direction == 'L': + rtl = False + else: + raise IDNABidiError('First codepoint in label {} must be directionality L, R or AL'.format(repr(label))) + + valid_ending = False + number_type = None # type: Optional[str] + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + + if rtl: + # Bidi rule 2 + if not direction in ['R', 'AL', 'AN', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a right-to-left label'.format(idx)) + # Bidi rule 3 + if direction in ['R', 'AL', 'EN', 'AN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + # Bidi rule 4 + if direction in ['AN', 'EN']: + if not number_type: + number_type = direction + else: + if number_type != direction: + raise IDNABidiError('Can not mix numeral types in a right-to-left label') + else: + # Bidi rule 5 + if not direction in ['L', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a left-to-right label'.format(idx)) + # Bidi rule 6 + if direction in ['L', 'EN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + + if not valid_ending: + raise IDNABidiError('Label ends with illegal codepoint directionality') + + return True + + +def check_initial_combiner(label: str) -> bool: + if unicodedata.category(label[0])[0] == 'M': + raise IDNAError('Label begins with an illegal combining character') + return True + + +def check_hyphen_ok(label: str) -> bool: + if label[2:4] == '--': + raise IDNAError('Label has disallowed hyphens in 3rd and 4th position') + if label[0] == '-' or label[-1] == '-': + raise IDNAError('Label must not start or end with a hyphen') + return True + + +def check_nfc(label: str) -> None: + if unicodedata.normalize('NFC', label) != label: + raise IDNAError('Label must be in Normalization Form C') + + +def valid_contextj(label: str, pos: int) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x200c: + + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + + ok = False + for i in range(pos-1, -1, -1): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord('T'): + continue + elif joining_type in [ord('L'), ord('D')]: + ok = True + break + else: + break + + if not ok: + return False + + ok = False + for i in range(pos+1, len(label)): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord('T'): + continue + elif joining_type in [ord('R'), ord('D')]: + ok = True + break + else: + break + return ok + + if cp_value == 0x200d: + + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + return False + + else: + + return False + + +def valid_contexto(label: str, pos: int, exception: bool = False) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x00b7: + if 0 < pos < len(label)-1: + if ord(label[pos - 1]) == 0x006c and ord(label[pos + 1]) == 0x006c: + return True + return False + + elif cp_value == 0x0375: + if pos < len(label)-1 and len(label) > 1: + return _is_script(label[pos + 1], 'Greek') + return False + + elif cp_value == 0x05f3 or cp_value == 0x05f4: + if pos > 0: + return _is_script(label[pos - 1], 'Hebrew') + return False + + elif cp_value == 0x30fb: + for cp in label: + if cp == '\u30fb': + continue + if _is_script(cp, 'Hiragana') or _is_script(cp, 'Katakana') or _is_script(cp, 'Han'): + return True + return False + + elif 0x660 <= cp_value <= 0x669: + for cp in label: + if 0x6f0 <= ord(cp) <= 0x06f9: + return False + return True + + elif 0x6f0 <= cp_value <= 0x6f9: + for cp in label: + if 0x660 <= ord(cp) <= 0x0669: + return False + return True + + return False + + +def check_label(label: Union[str, bytes, bytearray]) -> None: + if isinstance(label, (bytes, bytearray)): + label = label.decode('utf-8') + if len(label) == 0: + raise IDNAError('Empty Label') + + check_nfc(label) + check_hyphen_ok(label) + check_initial_combiner(label) + + for (pos, cp) in enumerate(label): + cp_value = ord(cp) + if intranges_contain(cp_value, idnadata.codepoint_classes['PVALID']): + continue + elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTJ']): + if not valid_contextj(label, pos): + raise InvalidCodepointContext('Joiner {} not allowed at position {} in {}'.format( + _unot(cp_value), pos+1, repr(label))) + elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTO']): + if not valid_contexto(label, pos): + raise InvalidCodepointContext('Codepoint {} not allowed at position {} in {}'.format(_unot(cp_value), pos+1, repr(label))) + else: + raise InvalidCodepoint('Codepoint {} at position {} of {} not allowed'.format(_unot(cp_value), pos+1, repr(label))) + + check_bidi(label) + + +def alabel(label: str) -> bytes: + try: + label_bytes = label.encode('ascii') + ulabel(label_bytes) + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + return label_bytes + except UnicodeEncodeError: + pass + + if not label: + raise IDNAError('No Input') + + label = str(label) + check_label(label) + label_bytes = _punycode(label) + label_bytes = _alabel_prefix + label_bytes + + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + + return label_bytes + + +def ulabel(label: Union[str, bytes, bytearray]) -> str: + if not isinstance(label, (bytes, bytearray)): + try: + label_bytes = label.encode('ascii') + except UnicodeEncodeError: + check_label(label) + return label + else: + label_bytes = label + + label_bytes = label_bytes.lower() + if label_bytes.startswith(_alabel_prefix): + label_bytes = label_bytes[len(_alabel_prefix):] + if not label_bytes: + raise IDNAError('Malformed A-label, no Punycode eligible content found') + if label_bytes.decode('ascii')[-1] == '-': + raise IDNAError('A-label must not end with a hyphen') + else: + check_label(label_bytes) + return label_bytes.decode('ascii') + + try: + label = label_bytes.decode('punycode') + except UnicodeError: + raise IDNAError('Invalid A-label') + check_label(label) + return label + + +def uts46_remap(domain: str, std3_rules: bool = True, transitional: bool = False) -> str: + """Re-map the characters in the string according to UTS46 processing.""" + from .uts46data import uts46data + output = '' + + for pos, char in enumerate(domain): + code_point = ord(char) + try: + uts46row = uts46data[code_point if code_point < 256 else + bisect.bisect_left(uts46data, (code_point, 'Z')) - 1] + status = uts46row[1] + replacement = None # type: Optional[str] + if len(uts46row) == 3: + replacement = uts46row[2] # type: ignore + if (status == 'V' or + (status == 'D' and not transitional) or + (status == '3' and not std3_rules and replacement is None)): + output += char + elif replacement is not None and (status == 'M' or + (status == '3' and not std3_rules) or + (status == 'D' and transitional)): + output += replacement + elif status != 'I': + raise IndexError() + except IndexError: + raise InvalidCodepoint( + 'Codepoint {} not allowed at position {} in {}'.format( + _unot(code_point), pos + 1, repr(domain))) + + return unicodedata.normalize('NFC', output) + + +def encode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False, transitional: bool = False) -> bytes: + if isinstance(s, (bytes, bytearray)): + try: + s = s.decode('ascii') + except UnicodeDecodeError: + raise IDNAError('should pass a unicode string to the function rather than a byte string.') + if uts46: + s = uts46_remap(s, std3_rules, transitional) + trailing_dot = False + result = [] + if strict: + labels = s.split('.') + else: + labels = _unicode_dots_re.split(s) + if not labels or labels == ['']: + raise IDNAError('Empty domain') + if labels[-1] == '': + del labels[-1] + trailing_dot = True + for label in labels: + s = alabel(label) + if s: + result.append(s) + else: + raise IDNAError('Empty label') + if trailing_dot: + result.append(b'') + s = b'.'.join(result) + if not valid_string_length(s, trailing_dot): + raise IDNAError('Domain too long') + return s + + +def decode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False) -> str: + try: + if isinstance(s, (bytes, bytearray)): + s = s.decode('ascii') + except UnicodeDecodeError: + raise IDNAError('Invalid ASCII in A-label') + if uts46: + s = uts46_remap(s, std3_rules, False) + trailing_dot = False + result = [] + if not strict: + labels = _unicode_dots_re.split(s) + else: + labels = s.split('.') + if not labels or labels == ['']: + raise IDNAError('Empty domain') + if not labels[-1]: + del labels[-1] + trailing_dot = True + for label in labels: + s = ulabel(label) + if s: + result.append(s) + else: + raise IDNAError('Empty label') + if trailing_dot: + result.append('') + return '.'.join(result) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py new file mode 100644 index 0000000..5b5e02a --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py @@ -0,0 +1,4246 @@ +# This file is automatically generated by tools/idna-data + +__version__ = '15.0.0' +scripts = { + 'Greek': ( + 0x37000000374, + 0x37500000378, + 0x37a0000037e, + 0x37f00000380, + 0x38400000385, + 0x38600000387, + 0x3880000038b, + 0x38c0000038d, + 0x38e000003a2, + 0x3a3000003e2, + 0x3f000000400, + 0x1d2600001d2b, + 0x1d5d00001d62, + 0x1d6600001d6b, + 0x1dbf00001dc0, + 0x1f0000001f16, + 0x1f1800001f1e, + 0x1f2000001f46, + 0x1f4800001f4e, + 0x1f5000001f58, + 0x1f5900001f5a, + 0x1f5b00001f5c, + 0x1f5d00001f5e, + 0x1f5f00001f7e, + 0x1f8000001fb5, + 0x1fb600001fc5, + 0x1fc600001fd4, + 0x1fd600001fdc, + 0x1fdd00001ff0, + 0x1ff200001ff5, + 0x1ff600001fff, + 0x212600002127, + 0xab650000ab66, + 0x101400001018f, + 0x101a0000101a1, + 0x1d2000001d246, + ), + 'Han': ( + 0x2e8000002e9a, + 0x2e9b00002ef4, + 0x2f0000002fd6, + 0x300500003006, + 0x300700003008, + 0x30210000302a, + 0x30380000303c, + 0x340000004dc0, + 0x4e000000a000, + 0xf9000000fa6e, + 0xfa700000fada, + 0x16fe200016fe4, + 0x16ff000016ff2, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x2f8000002fa1e, + 0x300000003134b, + 0x31350000323b0, + ), + 'Hebrew': ( + 0x591000005c8, + 0x5d0000005eb, + 0x5ef000005f5, + 0xfb1d0000fb37, + 0xfb380000fb3d, + 0xfb3e0000fb3f, + 0xfb400000fb42, + 0xfb430000fb45, + 0xfb460000fb50, + ), + 'Hiragana': ( + 0x304100003097, + 0x309d000030a0, + 0x1b0010001b120, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1f2000001f201, + ), + 'Katakana': ( + 0x30a1000030fb, + 0x30fd00003100, + 0x31f000003200, + 0x32d0000032ff, + 0x330000003358, + 0xff660000ff70, + 0xff710000ff9e, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b001, + 0x1b1200001b123, + 0x1b1550001b156, + 0x1b1640001b168, + ), +} +joining_types = { + 0xad: 84, + 0x300: 84, + 0x301: 84, + 0x302: 84, + 0x303: 84, + 0x304: 84, + 0x305: 84, + 0x306: 84, + 0x307: 84, + 0x308: 84, + 0x309: 84, + 0x30a: 84, + 0x30b: 84, + 0x30c: 84, + 0x30d: 84, + 0x30e: 84, + 0x30f: 84, + 0x310: 84, + 0x311: 84, + 0x312: 84, + 0x313: 84, + 0x314: 84, + 0x315: 84, + 0x316: 84, + 0x317: 84, + 0x318: 84, + 0x319: 84, + 0x31a: 84, + 0x31b: 84, + 0x31c: 84, + 0x31d: 84, + 0x31e: 84, + 0x31f: 84, + 0x320: 84, + 0x321: 84, + 0x322: 84, + 0x323: 84, + 0x324: 84, + 0x325: 84, + 0x326: 84, + 0x327: 84, + 0x328: 84, + 0x329: 84, + 0x32a: 84, + 0x32b: 84, + 0x32c: 84, + 0x32d: 84, + 0x32e: 84, + 0x32f: 84, + 0x330: 84, + 0x331: 84, + 0x332: 84, + 0x333: 84, + 0x334: 84, + 0x335: 84, + 0x336: 84, + 0x337: 84, + 0x338: 84, + 0x339: 84, + 0x33a: 84, + 0x33b: 84, + 0x33c: 84, + 0x33d: 84, + 0x33e: 84, + 0x33f: 84, + 0x340: 84, + 0x341: 84, + 0x342: 84, + 0x343: 84, + 0x344: 84, + 0x345: 84, + 0x346: 84, + 0x347: 84, + 0x348: 84, + 0x349: 84, + 0x34a: 84, + 0x34b: 84, + 0x34c: 84, + 0x34d: 84, + 0x34e: 84, + 0x34f: 84, + 0x350: 84, + 0x351: 84, + 0x352: 84, + 0x353: 84, + 0x354: 84, + 0x355: 84, + 0x356: 84, + 0x357: 84, + 0x358: 84, + 0x359: 84, + 0x35a: 84, + 0x35b: 84, + 0x35c: 84, + 0x35d: 84, + 0x35e: 84, + 0x35f: 84, + 0x360: 84, + 0x361: 84, + 0x362: 84, + 0x363: 84, + 0x364: 84, + 0x365: 84, + 0x366: 84, + 0x367: 84, + 0x368: 84, + 0x369: 84, + 0x36a: 84, + 0x36b: 84, + 0x36c: 84, + 0x36d: 84, + 0x36e: 84, + 0x36f: 84, + 0x483: 84, + 0x484: 84, + 0x485: 84, + 0x486: 84, + 0x487: 84, + 0x488: 84, + 0x489: 84, + 0x591: 84, + 0x592: 84, + 0x593: 84, + 0x594: 84, + 0x595: 84, + 0x596: 84, + 0x597: 84, + 0x598: 84, + 0x599: 84, + 0x59a: 84, + 0x59b: 84, + 0x59c: 84, + 0x59d: 84, + 0x59e: 84, + 0x59f: 84, + 0x5a0: 84, + 0x5a1: 84, + 0x5a2: 84, + 0x5a3: 84, + 0x5a4: 84, + 0x5a5: 84, + 0x5a6: 84, + 0x5a7: 84, + 0x5a8: 84, + 0x5a9: 84, + 0x5aa: 84, + 0x5ab: 84, + 0x5ac: 84, + 0x5ad: 84, + 0x5ae: 84, + 0x5af: 84, + 0x5b0: 84, + 0x5b1: 84, + 0x5b2: 84, + 0x5b3: 84, + 0x5b4: 84, + 0x5b5: 84, + 0x5b6: 84, + 0x5b7: 84, + 0x5b8: 84, + 0x5b9: 84, + 0x5ba: 84, + 0x5bb: 84, + 0x5bc: 84, + 0x5bd: 84, + 0x5bf: 84, + 0x5c1: 84, + 0x5c2: 84, + 0x5c4: 84, + 0x5c5: 84, + 0x5c7: 84, + 0x610: 84, + 0x611: 84, + 0x612: 84, + 0x613: 84, + 0x614: 84, + 0x615: 84, + 0x616: 84, + 0x617: 84, + 0x618: 84, + 0x619: 84, + 0x61a: 84, + 0x61c: 84, + 0x620: 68, + 0x622: 82, + 0x623: 82, + 0x624: 82, + 0x625: 82, + 0x626: 68, + 0x627: 82, + 0x628: 68, + 0x629: 82, + 0x62a: 68, + 0x62b: 68, + 0x62c: 68, + 0x62d: 68, + 0x62e: 68, + 0x62f: 82, + 0x630: 82, + 0x631: 82, + 0x632: 82, + 0x633: 68, + 0x634: 68, + 0x635: 68, + 0x636: 68, + 0x637: 68, + 0x638: 68, + 0x639: 68, + 0x63a: 68, + 0x63b: 68, + 0x63c: 68, + 0x63d: 68, + 0x63e: 68, + 0x63f: 68, + 0x640: 67, + 0x641: 68, + 0x642: 68, + 0x643: 68, + 0x644: 68, + 0x645: 68, + 0x646: 68, + 0x647: 68, + 0x648: 82, + 0x649: 68, + 0x64a: 68, + 0x64b: 84, + 0x64c: 84, + 0x64d: 84, + 0x64e: 84, + 0x64f: 84, + 0x650: 84, + 0x651: 84, + 0x652: 84, + 0x653: 84, + 0x654: 84, + 0x655: 84, + 0x656: 84, + 0x657: 84, + 0x658: 84, + 0x659: 84, + 0x65a: 84, + 0x65b: 84, + 0x65c: 84, + 0x65d: 84, + 0x65e: 84, + 0x65f: 84, + 0x66e: 68, + 0x66f: 68, + 0x670: 84, + 0x671: 82, + 0x672: 82, + 0x673: 82, + 0x675: 82, + 0x676: 82, + 0x677: 82, + 0x678: 68, + 0x679: 68, + 0x67a: 68, + 0x67b: 68, + 0x67c: 68, + 0x67d: 68, + 0x67e: 68, + 0x67f: 68, + 0x680: 68, + 0x681: 68, + 0x682: 68, + 0x683: 68, + 0x684: 68, + 0x685: 68, + 0x686: 68, + 0x687: 68, + 0x688: 82, + 0x689: 82, + 0x68a: 82, + 0x68b: 82, + 0x68c: 82, + 0x68d: 82, + 0x68e: 82, + 0x68f: 82, + 0x690: 82, + 0x691: 82, + 0x692: 82, + 0x693: 82, + 0x694: 82, + 0x695: 82, + 0x696: 82, + 0x697: 82, + 0x698: 82, + 0x699: 82, + 0x69a: 68, + 0x69b: 68, + 0x69c: 68, + 0x69d: 68, + 0x69e: 68, + 0x69f: 68, + 0x6a0: 68, + 0x6a1: 68, + 0x6a2: 68, + 0x6a3: 68, + 0x6a4: 68, + 0x6a5: 68, + 0x6a6: 68, + 0x6a7: 68, + 0x6a8: 68, + 0x6a9: 68, + 0x6aa: 68, + 0x6ab: 68, + 0x6ac: 68, + 0x6ad: 68, + 0x6ae: 68, + 0x6af: 68, + 0x6b0: 68, + 0x6b1: 68, + 0x6b2: 68, + 0x6b3: 68, + 0x6b4: 68, + 0x6b5: 68, + 0x6b6: 68, + 0x6b7: 68, + 0x6b8: 68, + 0x6b9: 68, + 0x6ba: 68, + 0x6bb: 68, + 0x6bc: 68, + 0x6bd: 68, + 0x6be: 68, + 0x6bf: 68, + 0x6c0: 82, + 0x6c1: 68, + 0x6c2: 68, + 0x6c3: 82, + 0x6c4: 82, + 0x6c5: 82, + 0x6c6: 82, + 0x6c7: 82, + 0x6c8: 82, + 0x6c9: 82, + 0x6ca: 82, + 0x6cb: 82, + 0x6cc: 68, + 0x6cd: 82, + 0x6ce: 68, + 0x6cf: 82, + 0x6d0: 68, + 0x6d1: 68, + 0x6d2: 82, + 0x6d3: 82, + 0x6d5: 82, + 0x6d6: 84, + 0x6d7: 84, + 0x6d8: 84, + 0x6d9: 84, + 0x6da: 84, + 0x6db: 84, + 0x6dc: 84, + 0x6df: 84, + 0x6e0: 84, + 0x6e1: 84, + 0x6e2: 84, + 0x6e3: 84, + 0x6e4: 84, + 0x6e7: 84, + 0x6e8: 84, + 0x6ea: 84, + 0x6eb: 84, + 0x6ec: 84, + 0x6ed: 84, + 0x6ee: 82, + 0x6ef: 82, + 0x6fa: 68, + 0x6fb: 68, + 0x6fc: 68, + 0x6ff: 68, + 0x70f: 84, + 0x710: 82, + 0x711: 84, + 0x712: 68, + 0x713: 68, + 0x714: 68, + 0x715: 82, + 0x716: 82, + 0x717: 82, + 0x718: 82, + 0x719: 82, + 0x71a: 68, + 0x71b: 68, + 0x71c: 68, + 0x71d: 68, + 0x71e: 82, + 0x71f: 68, + 0x720: 68, + 0x721: 68, + 0x722: 68, + 0x723: 68, + 0x724: 68, + 0x725: 68, + 0x726: 68, + 0x727: 68, + 0x728: 82, + 0x729: 68, + 0x72a: 82, + 0x72b: 68, + 0x72c: 82, + 0x72d: 68, + 0x72e: 68, + 0x72f: 82, + 0x730: 84, + 0x731: 84, + 0x732: 84, + 0x733: 84, + 0x734: 84, + 0x735: 84, + 0x736: 84, + 0x737: 84, + 0x738: 84, + 0x739: 84, + 0x73a: 84, + 0x73b: 84, + 0x73c: 84, + 0x73d: 84, + 0x73e: 84, + 0x73f: 84, + 0x740: 84, + 0x741: 84, + 0x742: 84, + 0x743: 84, + 0x744: 84, + 0x745: 84, + 0x746: 84, + 0x747: 84, + 0x748: 84, + 0x749: 84, + 0x74a: 84, + 0x74d: 82, + 0x74e: 68, + 0x74f: 68, + 0x750: 68, + 0x751: 68, + 0x752: 68, + 0x753: 68, + 0x754: 68, + 0x755: 68, + 0x756: 68, + 0x757: 68, + 0x758: 68, + 0x759: 82, + 0x75a: 82, + 0x75b: 82, + 0x75c: 68, + 0x75d: 68, + 0x75e: 68, + 0x75f: 68, + 0x760: 68, + 0x761: 68, + 0x762: 68, + 0x763: 68, + 0x764: 68, + 0x765: 68, + 0x766: 68, + 0x767: 68, + 0x768: 68, + 0x769: 68, + 0x76a: 68, + 0x76b: 82, + 0x76c: 82, + 0x76d: 68, + 0x76e: 68, + 0x76f: 68, + 0x770: 68, + 0x771: 82, + 0x772: 68, + 0x773: 82, + 0x774: 82, + 0x775: 68, + 0x776: 68, + 0x777: 68, + 0x778: 82, + 0x779: 82, + 0x77a: 68, + 0x77b: 68, + 0x77c: 68, + 0x77d: 68, + 0x77e: 68, + 0x77f: 68, + 0x7a6: 84, + 0x7a7: 84, + 0x7a8: 84, + 0x7a9: 84, + 0x7aa: 84, + 0x7ab: 84, + 0x7ac: 84, + 0x7ad: 84, + 0x7ae: 84, + 0x7af: 84, + 0x7b0: 84, + 0x7ca: 68, + 0x7cb: 68, + 0x7cc: 68, + 0x7cd: 68, + 0x7ce: 68, + 0x7cf: 68, + 0x7d0: 68, + 0x7d1: 68, + 0x7d2: 68, + 0x7d3: 68, + 0x7d4: 68, + 0x7d5: 68, + 0x7d6: 68, + 0x7d7: 68, + 0x7d8: 68, + 0x7d9: 68, + 0x7da: 68, + 0x7db: 68, + 0x7dc: 68, + 0x7dd: 68, + 0x7de: 68, + 0x7df: 68, + 0x7e0: 68, + 0x7e1: 68, + 0x7e2: 68, + 0x7e3: 68, + 0x7e4: 68, + 0x7e5: 68, + 0x7e6: 68, + 0x7e7: 68, + 0x7e8: 68, + 0x7e9: 68, + 0x7ea: 68, + 0x7eb: 84, + 0x7ec: 84, + 0x7ed: 84, + 0x7ee: 84, + 0x7ef: 84, + 0x7f0: 84, + 0x7f1: 84, + 0x7f2: 84, + 0x7f3: 84, + 0x7fa: 67, + 0x7fd: 84, + 0x816: 84, + 0x817: 84, + 0x818: 84, + 0x819: 84, + 0x81b: 84, + 0x81c: 84, + 0x81d: 84, + 0x81e: 84, + 0x81f: 84, + 0x820: 84, + 0x821: 84, + 0x822: 84, + 0x823: 84, + 0x825: 84, + 0x826: 84, + 0x827: 84, + 0x829: 84, + 0x82a: 84, + 0x82b: 84, + 0x82c: 84, + 0x82d: 84, + 0x840: 82, + 0x841: 68, + 0x842: 68, + 0x843: 68, + 0x844: 68, + 0x845: 68, + 0x846: 82, + 0x847: 82, + 0x848: 68, + 0x849: 82, + 0x84a: 68, + 0x84b: 68, + 0x84c: 68, + 0x84d: 68, + 0x84e: 68, + 0x84f: 68, + 0x850: 68, + 0x851: 68, + 0x852: 68, + 0x853: 68, + 0x854: 82, + 0x855: 68, + 0x856: 82, + 0x857: 82, + 0x858: 82, + 0x859: 84, + 0x85a: 84, + 0x85b: 84, + 0x860: 68, + 0x862: 68, + 0x863: 68, + 0x864: 68, + 0x865: 68, + 0x867: 82, + 0x868: 68, + 0x869: 82, + 0x86a: 82, + 0x870: 82, + 0x871: 82, + 0x872: 82, + 0x873: 82, + 0x874: 82, + 0x875: 82, + 0x876: 82, + 0x877: 82, + 0x878: 82, + 0x879: 82, + 0x87a: 82, + 0x87b: 82, + 0x87c: 82, + 0x87d: 82, + 0x87e: 82, + 0x87f: 82, + 0x880: 82, + 0x881: 82, + 0x882: 82, + 0x883: 67, + 0x884: 67, + 0x885: 67, + 0x886: 68, + 0x889: 68, + 0x88a: 68, + 0x88b: 68, + 0x88c: 68, + 0x88d: 68, + 0x88e: 82, + 0x898: 84, + 0x899: 84, + 0x89a: 84, + 0x89b: 84, + 0x89c: 84, + 0x89d: 84, + 0x89e: 84, + 0x89f: 84, + 0x8a0: 68, + 0x8a1: 68, + 0x8a2: 68, + 0x8a3: 68, + 0x8a4: 68, + 0x8a5: 68, + 0x8a6: 68, + 0x8a7: 68, + 0x8a8: 68, + 0x8a9: 68, + 0x8aa: 82, + 0x8ab: 82, + 0x8ac: 82, + 0x8ae: 82, + 0x8af: 68, + 0x8b0: 68, + 0x8b1: 82, + 0x8b2: 82, + 0x8b3: 68, + 0x8b4: 68, + 0x8b5: 68, + 0x8b6: 68, + 0x8b7: 68, + 0x8b8: 68, + 0x8b9: 82, + 0x8ba: 68, + 0x8bb: 68, + 0x8bc: 68, + 0x8bd: 68, + 0x8be: 68, + 0x8bf: 68, + 0x8c0: 68, + 0x8c1: 68, + 0x8c2: 68, + 0x8c3: 68, + 0x8c4: 68, + 0x8c5: 68, + 0x8c6: 68, + 0x8c7: 68, + 0x8c8: 68, + 0x8ca: 84, + 0x8cb: 84, + 0x8cc: 84, + 0x8cd: 84, + 0x8ce: 84, + 0x8cf: 84, + 0x8d0: 84, + 0x8d1: 84, + 0x8d2: 84, + 0x8d3: 84, + 0x8d4: 84, + 0x8d5: 84, + 0x8d6: 84, + 0x8d7: 84, + 0x8d8: 84, + 0x8d9: 84, + 0x8da: 84, + 0x8db: 84, + 0x8dc: 84, + 0x8dd: 84, + 0x8de: 84, + 0x8df: 84, + 0x8e0: 84, + 0x8e1: 84, + 0x8e3: 84, + 0x8e4: 84, + 0x8e5: 84, + 0x8e6: 84, + 0x8e7: 84, + 0x8e8: 84, + 0x8e9: 84, + 0x8ea: 84, + 0x8eb: 84, + 0x8ec: 84, + 0x8ed: 84, + 0x8ee: 84, + 0x8ef: 84, + 0x8f0: 84, + 0x8f1: 84, + 0x8f2: 84, + 0x8f3: 84, + 0x8f4: 84, + 0x8f5: 84, + 0x8f6: 84, + 0x8f7: 84, + 0x8f8: 84, + 0x8f9: 84, + 0x8fa: 84, + 0x8fb: 84, + 0x8fc: 84, + 0x8fd: 84, + 0x8fe: 84, + 0x8ff: 84, + 0x900: 84, + 0x901: 84, + 0x902: 84, + 0x93a: 84, + 0x93c: 84, + 0x941: 84, + 0x942: 84, + 0x943: 84, + 0x944: 84, + 0x945: 84, + 0x946: 84, + 0x947: 84, + 0x948: 84, + 0x94d: 84, + 0x951: 84, + 0x952: 84, + 0x953: 84, + 0x954: 84, + 0x955: 84, + 0x956: 84, + 0x957: 84, + 0x962: 84, + 0x963: 84, + 0x981: 84, + 0x9bc: 84, + 0x9c1: 84, + 0x9c2: 84, + 0x9c3: 84, + 0x9c4: 84, + 0x9cd: 84, + 0x9e2: 84, + 0x9e3: 84, + 0x9fe: 84, + 0xa01: 84, + 0xa02: 84, + 0xa3c: 84, + 0xa41: 84, + 0xa42: 84, + 0xa47: 84, + 0xa48: 84, + 0xa4b: 84, + 0xa4c: 84, + 0xa4d: 84, + 0xa51: 84, + 0xa70: 84, + 0xa71: 84, + 0xa75: 84, + 0xa81: 84, + 0xa82: 84, + 0xabc: 84, + 0xac1: 84, + 0xac2: 84, + 0xac3: 84, + 0xac4: 84, + 0xac5: 84, + 0xac7: 84, + 0xac8: 84, + 0xacd: 84, + 0xae2: 84, + 0xae3: 84, + 0xafa: 84, + 0xafb: 84, + 0xafc: 84, + 0xafd: 84, + 0xafe: 84, + 0xaff: 84, + 0xb01: 84, + 0xb3c: 84, + 0xb3f: 84, + 0xb41: 84, + 0xb42: 84, + 0xb43: 84, + 0xb44: 84, + 0xb4d: 84, + 0xb55: 84, + 0xb56: 84, + 0xb62: 84, + 0xb63: 84, + 0xb82: 84, + 0xbc0: 84, + 0xbcd: 84, + 0xc00: 84, + 0xc04: 84, + 0xc3c: 84, + 0xc3e: 84, + 0xc3f: 84, + 0xc40: 84, + 0xc46: 84, + 0xc47: 84, + 0xc48: 84, + 0xc4a: 84, + 0xc4b: 84, + 0xc4c: 84, + 0xc4d: 84, + 0xc55: 84, + 0xc56: 84, + 0xc62: 84, + 0xc63: 84, + 0xc81: 84, + 0xcbc: 84, + 0xcbf: 84, + 0xcc6: 84, + 0xccc: 84, + 0xccd: 84, + 0xce2: 84, + 0xce3: 84, + 0xd00: 84, + 0xd01: 84, + 0xd3b: 84, + 0xd3c: 84, + 0xd41: 84, + 0xd42: 84, + 0xd43: 84, + 0xd44: 84, + 0xd4d: 84, + 0xd62: 84, + 0xd63: 84, + 0xd81: 84, + 0xdca: 84, + 0xdd2: 84, + 0xdd3: 84, + 0xdd4: 84, + 0xdd6: 84, + 0xe31: 84, + 0xe34: 84, + 0xe35: 84, + 0xe36: 84, + 0xe37: 84, + 0xe38: 84, + 0xe39: 84, + 0xe3a: 84, + 0xe47: 84, + 0xe48: 84, + 0xe49: 84, + 0xe4a: 84, + 0xe4b: 84, + 0xe4c: 84, + 0xe4d: 84, + 0xe4e: 84, + 0xeb1: 84, + 0xeb4: 84, + 0xeb5: 84, + 0xeb6: 84, + 0xeb7: 84, + 0xeb8: 84, + 0xeb9: 84, + 0xeba: 84, + 0xebb: 84, + 0xebc: 84, + 0xec8: 84, + 0xec9: 84, + 0xeca: 84, + 0xecb: 84, + 0xecc: 84, + 0xecd: 84, + 0xece: 84, + 0xf18: 84, + 0xf19: 84, + 0xf35: 84, + 0xf37: 84, + 0xf39: 84, + 0xf71: 84, + 0xf72: 84, + 0xf73: 84, + 0xf74: 84, + 0xf75: 84, + 0xf76: 84, + 0xf77: 84, + 0xf78: 84, + 0xf79: 84, + 0xf7a: 84, + 0xf7b: 84, + 0xf7c: 84, + 0xf7d: 84, + 0xf7e: 84, + 0xf80: 84, + 0xf81: 84, + 0xf82: 84, + 0xf83: 84, + 0xf84: 84, + 0xf86: 84, + 0xf87: 84, + 0xf8d: 84, + 0xf8e: 84, + 0xf8f: 84, + 0xf90: 84, + 0xf91: 84, + 0xf92: 84, + 0xf93: 84, + 0xf94: 84, + 0xf95: 84, + 0xf96: 84, + 0xf97: 84, + 0xf99: 84, + 0xf9a: 84, + 0xf9b: 84, + 0xf9c: 84, + 0xf9d: 84, + 0xf9e: 84, + 0xf9f: 84, + 0xfa0: 84, + 0xfa1: 84, + 0xfa2: 84, + 0xfa3: 84, + 0xfa4: 84, + 0xfa5: 84, + 0xfa6: 84, + 0xfa7: 84, + 0xfa8: 84, + 0xfa9: 84, + 0xfaa: 84, + 0xfab: 84, + 0xfac: 84, + 0xfad: 84, + 0xfae: 84, + 0xfaf: 84, + 0xfb0: 84, + 0xfb1: 84, + 0xfb2: 84, + 0xfb3: 84, + 0xfb4: 84, + 0xfb5: 84, + 0xfb6: 84, + 0xfb7: 84, + 0xfb8: 84, + 0xfb9: 84, + 0xfba: 84, + 0xfbb: 84, + 0xfbc: 84, + 0xfc6: 84, + 0x102d: 84, + 0x102e: 84, + 0x102f: 84, + 0x1030: 84, + 0x1032: 84, + 0x1033: 84, + 0x1034: 84, + 0x1035: 84, + 0x1036: 84, + 0x1037: 84, + 0x1039: 84, + 0x103a: 84, + 0x103d: 84, + 0x103e: 84, + 0x1058: 84, + 0x1059: 84, + 0x105e: 84, + 0x105f: 84, + 0x1060: 84, + 0x1071: 84, + 0x1072: 84, + 0x1073: 84, + 0x1074: 84, + 0x1082: 84, + 0x1085: 84, + 0x1086: 84, + 0x108d: 84, + 0x109d: 84, + 0x135d: 84, + 0x135e: 84, + 0x135f: 84, + 0x1712: 84, + 0x1713: 84, + 0x1714: 84, + 0x1732: 84, + 0x1733: 84, + 0x1752: 84, + 0x1753: 84, + 0x1772: 84, + 0x1773: 84, + 0x17b4: 84, + 0x17b5: 84, + 0x17b7: 84, + 0x17b8: 84, + 0x17b9: 84, + 0x17ba: 84, + 0x17bb: 84, + 0x17bc: 84, + 0x17bd: 84, + 0x17c6: 84, + 0x17c9: 84, + 0x17ca: 84, + 0x17cb: 84, + 0x17cc: 84, + 0x17cd: 84, + 0x17ce: 84, + 0x17cf: 84, + 0x17d0: 84, + 0x17d1: 84, + 0x17d2: 84, + 0x17d3: 84, + 0x17dd: 84, + 0x1807: 68, + 0x180a: 67, + 0x180b: 84, + 0x180c: 84, + 0x180d: 84, + 0x180f: 84, + 0x1820: 68, + 0x1821: 68, + 0x1822: 68, + 0x1823: 68, + 0x1824: 68, + 0x1825: 68, + 0x1826: 68, + 0x1827: 68, + 0x1828: 68, + 0x1829: 68, + 0x182a: 68, + 0x182b: 68, + 0x182c: 68, + 0x182d: 68, + 0x182e: 68, + 0x182f: 68, + 0x1830: 68, + 0x1831: 68, + 0x1832: 68, + 0x1833: 68, + 0x1834: 68, + 0x1835: 68, + 0x1836: 68, + 0x1837: 68, + 0x1838: 68, + 0x1839: 68, + 0x183a: 68, + 0x183b: 68, + 0x183c: 68, + 0x183d: 68, + 0x183e: 68, + 0x183f: 68, + 0x1840: 68, + 0x1841: 68, + 0x1842: 68, + 0x1843: 68, + 0x1844: 68, + 0x1845: 68, + 0x1846: 68, + 0x1847: 68, + 0x1848: 68, + 0x1849: 68, + 0x184a: 68, + 0x184b: 68, + 0x184c: 68, + 0x184d: 68, + 0x184e: 68, + 0x184f: 68, + 0x1850: 68, + 0x1851: 68, + 0x1852: 68, + 0x1853: 68, + 0x1854: 68, + 0x1855: 68, + 0x1856: 68, + 0x1857: 68, + 0x1858: 68, + 0x1859: 68, + 0x185a: 68, + 0x185b: 68, + 0x185c: 68, + 0x185d: 68, + 0x185e: 68, + 0x185f: 68, + 0x1860: 68, + 0x1861: 68, + 0x1862: 68, + 0x1863: 68, + 0x1864: 68, + 0x1865: 68, + 0x1866: 68, + 0x1867: 68, + 0x1868: 68, + 0x1869: 68, + 0x186a: 68, + 0x186b: 68, + 0x186c: 68, + 0x186d: 68, + 0x186e: 68, + 0x186f: 68, + 0x1870: 68, + 0x1871: 68, + 0x1872: 68, + 0x1873: 68, + 0x1874: 68, + 0x1875: 68, + 0x1876: 68, + 0x1877: 68, + 0x1878: 68, + 0x1885: 84, + 0x1886: 84, + 0x1887: 68, + 0x1888: 68, + 0x1889: 68, + 0x188a: 68, + 0x188b: 68, + 0x188c: 68, + 0x188d: 68, + 0x188e: 68, + 0x188f: 68, + 0x1890: 68, + 0x1891: 68, + 0x1892: 68, + 0x1893: 68, + 0x1894: 68, + 0x1895: 68, + 0x1896: 68, + 0x1897: 68, + 0x1898: 68, + 0x1899: 68, + 0x189a: 68, + 0x189b: 68, + 0x189c: 68, + 0x189d: 68, + 0x189e: 68, + 0x189f: 68, + 0x18a0: 68, + 0x18a1: 68, + 0x18a2: 68, + 0x18a3: 68, + 0x18a4: 68, + 0x18a5: 68, + 0x18a6: 68, + 0x18a7: 68, + 0x18a8: 68, + 0x18a9: 84, + 0x18aa: 68, + 0x1920: 84, + 0x1921: 84, + 0x1922: 84, + 0x1927: 84, + 0x1928: 84, + 0x1932: 84, + 0x1939: 84, + 0x193a: 84, + 0x193b: 84, + 0x1a17: 84, + 0x1a18: 84, + 0x1a1b: 84, + 0x1a56: 84, + 0x1a58: 84, + 0x1a59: 84, + 0x1a5a: 84, + 0x1a5b: 84, + 0x1a5c: 84, + 0x1a5d: 84, + 0x1a5e: 84, + 0x1a60: 84, + 0x1a62: 84, + 0x1a65: 84, + 0x1a66: 84, + 0x1a67: 84, + 0x1a68: 84, + 0x1a69: 84, + 0x1a6a: 84, + 0x1a6b: 84, + 0x1a6c: 84, + 0x1a73: 84, + 0x1a74: 84, + 0x1a75: 84, + 0x1a76: 84, + 0x1a77: 84, + 0x1a78: 84, + 0x1a79: 84, + 0x1a7a: 84, + 0x1a7b: 84, + 0x1a7c: 84, + 0x1a7f: 84, + 0x1ab0: 84, + 0x1ab1: 84, + 0x1ab2: 84, + 0x1ab3: 84, + 0x1ab4: 84, + 0x1ab5: 84, + 0x1ab6: 84, + 0x1ab7: 84, + 0x1ab8: 84, + 0x1ab9: 84, + 0x1aba: 84, + 0x1abb: 84, + 0x1abc: 84, + 0x1abd: 84, + 0x1abe: 84, + 0x1abf: 84, + 0x1ac0: 84, + 0x1ac1: 84, + 0x1ac2: 84, + 0x1ac3: 84, + 0x1ac4: 84, + 0x1ac5: 84, + 0x1ac6: 84, + 0x1ac7: 84, + 0x1ac8: 84, + 0x1ac9: 84, + 0x1aca: 84, + 0x1acb: 84, + 0x1acc: 84, + 0x1acd: 84, + 0x1ace: 84, + 0x1b00: 84, + 0x1b01: 84, + 0x1b02: 84, + 0x1b03: 84, + 0x1b34: 84, + 0x1b36: 84, + 0x1b37: 84, + 0x1b38: 84, + 0x1b39: 84, + 0x1b3a: 84, + 0x1b3c: 84, + 0x1b42: 84, + 0x1b6b: 84, + 0x1b6c: 84, + 0x1b6d: 84, + 0x1b6e: 84, + 0x1b6f: 84, + 0x1b70: 84, + 0x1b71: 84, + 0x1b72: 84, + 0x1b73: 84, + 0x1b80: 84, + 0x1b81: 84, + 0x1ba2: 84, + 0x1ba3: 84, + 0x1ba4: 84, + 0x1ba5: 84, + 0x1ba8: 84, + 0x1ba9: 84, + 0x1bab: 84, + 0x1bac: 84, + 0x1bad: 84, + 0x1be6: 84, + 0x1be8: 84, + 0x1be9: 84, + 0x1bed: 84, + 0x1bef: 84, + 0x1bf0: 84, + 0x1bf1: 84, + 0x1c2c: 84, + 0x1c2d: 84, + 0x1c2e: 84, + 0x1c2f: 84, + 0x1c30: 84, + 0x1c31: 84, + 0x1c32: 84, + 0x1c33: 84, + 0x1c36: 84, + 0x1c37: 84, + 0x1cd0: 84, + 0x1cd1: 84, + 0x1cd2: 84, + 0x1cd4: 84, + 0x1cd5: 84, + 0x1cd6: 84, + 0x1cd7: 84, + 0x1cd8: 84, + 0x1cd9: 84, + 0x1cda: 84, + 0x1cdb: 84, + 0x1cdc: 84, + 0x1cdd: 84, + 0x1cde: 84, + 0x1cdf: 84, + 0x1ce0: 84, + 0x1ce2: 84, + 0x1ce3: 84, + 0x1ce4: 84, + 0x1ce5: 84, + 0x1ce6: 84, + 0x1ce7: 84, + 0x1ce8: 84, + 0x1ced: 84, + 0x1cf4: 84, + 0x1cf8: 84, + 0x1cf9: 84, + 0x1dc0: 84, + 0x1dc1: 84, + 0x1dc2: 84, + 0x1dc3: 84, + 0x1dc4: 84, + 0x1dc5: 84, + 0x1dc6: 84, + 0x1dc7: 84, + 0x1dc8: 84, + 0x1dc9: 84, + 0x1dca: 84, + 0x1dcb: 84, + 0x1dcc: 84, + 0x1dcd: 84, + 0x1dce: 84, + 0x1dcf: 84, + 0x1dd0: 84, + 0x1dd1: 84, + 0x1dd2: 84, + 0x1dd3: 84, + 0x1dd4: 84, + 0x1dd5: 84, + 0x1dd6: 84, + 0x1dd7: 84, + 0x1dd8: 84, + 0x1dd9: 84, + 0x1dda: 84, + 0x1ddb: 84, + 0x1ddc: 84, + 0x1ddd: 84, + 0x1dde: 84, + 0x1ddf: 84, + 0x1de0: 84, + 0x1de1: 84, + 0x1de2: 84, + 0x1de3: 84, + 0x1de4: 84, + 0x1de5: 84, + 0x1de6: 84, + 0x1de7: 84, + 0x1de8: 84, + 0x1de9: 84, + 0x1dea: 84, + 0x1deb: 84, + 0x1dec: 84, + 0x1ded: 84, + 0x1dee: 84, + 0x1def: 84, + 0x1df0: 84, + 0x1df1: 84, + 0x1df2: 84, + 0x1df3: 84, + 0x1df4: 84, + 0x1df5: 84, + 0x1df6: 84, + 0x1df7: 84, + 0x1df8: 84, + 0x1df9: 84, + 0x1dfa: 84, + 0x1dfb: 84, + 0x1dfc: 84, + 0x1dfd: 84, + 0x1dfe: 84, + 0x1dff: 84, + 0x200b: 84, + 0x200d: 67, + 0x200e: 84, + 0x200f: 84, + 0x202a: 84, + 0x202b: 84, + 0x202c: 84, + 0x202d: 84, + 0x202e: 84, + 0x2060: 84, + 0x2061: 84, + 0x2062: 84, + 0x2063: 84, + 0x2064: 84, + 0x206a: 84, + 0x206b: 84, + 0x206c: 84, + 0x206d: 84, + 0x206e: 84, + 0x206f: 84, + 0x20d0: 84, + 0x20d1: 84, + 0x20d2: 84, + 0x20d3: 84, + 0x20d4: 84, + 0x20d5: 84, + 0x20d6: 84, + 0x20d7: 84, + 0x20d8: 84, + 0x20d9: 84, + 0x20da: 84, + 0x20db: 84, + 0x20dc: 84, + 0x20dd: 84, + 0x20de: 84, + 0x20df: 84, + 0x20e0: 84, + 0x20e1: 84, + 0x20e2: 84, + 0x20e3: 84, + 0x20e4: 84, + 0x20e5: 84, + 0x20e6: 84, + 0x20e7: 84, + 0x20e8: 84, + 0x20e9: 84, + 0x20ea: 84, + 0x20eb: 84, + 0x20ec: 84, + 0x20ed: 84, + 0x20ee: 84, + 0x20ef: 84, + 0x20f0: 84, + 0x2cef: 84, + 0x2cf0: 84, + 0x2cf1: 84, + 0x2d7f: 84, + 0x2de0: 84, + 0x2de1: 84, + 0x2de2: 84, + 0x2de3: 84, + 0x2de4: 84, + 0x2de5: 84, + 0x2de6: 84, + 0x2de7: 84, + 0x2de8: 84, + 0x2de9: 84, + 0x2dea: 84, + 0x2deb: 84, + 0x2dec: 84, + 0x2ded: 84, + 0x2dee: 84, + 0x2def: 84, + 0x2df0: 84, + 0x2df1: 84, + 0x2df2: 84, + 0x2df3: 84, + 0x2df4: 84, + 0x2df5: 84, + 0x2df6: 84, + 0x2df7: 84, + 0x2df8: 84, + 0x2df9: 84, + 0x2dfa: 84, + 0x2dfb: 84, + 0x2dfc: 84, + 0x2dfd: 84, + 0x2dfe: 84, + 0x2dff: 84, + 0x302a: 84, + 0x302b: 84, + 0x302c: 84, + 0x302d: 84, + 0x3099: 84, + 0x309a: 84, + 0xa66f: 84, + 0xa670: 84, + 0xa671: 84, + 0xa672: 84, + 0xa674: 84, + 0xa675: 84, + 0xa676: 84, + 0xa677: 84, + 0xa678: 84, + 0xa679: 84, + 0xa67a: 84, + 0xa67b: 84, + 0xa67c: 84, + 0xa67d: 84, + 0xa69e: 84, + 0xa69f: 84, + 0xa6f0: 84, + 0xa6f1: 84, + 0xa802: 84, + 0xa806: 84, + 0xa80b: 84, + 0xa825: 84, + 0xa826: 84, + 0xa82c: 84, + 0xa840: 68, + 0xa841: 68, + 0xa842: 68, + 0xa843: 68, + 0xa844: 68, + 0xa845: 68, + 0xa846: 68, + 0xa847: 68, + 0xa848: 68, + 0xa849: 68, + 0xa84a: 68, + 0xa84b: 68, + 0xa84c: 68, + 0xa84d: 68, + 0xa84e: 68, + 0xa84f: 68, + 0xa850: 68, + 0xa851: 68, + 0xa852: 68, + 0xa853: 68, + 0xa854: 68, + 0xa855: 68, + 0xa856: 68, + 0xa857: 68, + 0xa858: 68, + 0xa859: 68, + 0xa85a: 68, + 0xa85b: 68, + 0xa85c: 68, + 0xa85d: 68, + 0xa85e: 68, + 0xa85f: 68, + 0xa860: 68, + 0xa861: 68, + 0xa862: 68, + 0xa863: 68, + 0xa864: 68, + 0xa865: 68, + 0xa866: 68, + 0xa867: 68, + 0xa868: 68, + 0xa869: 68, + 0xa86a: 68, + 0xa86b: 68, + 0xa86c: 68, + 0xa86d: 68, + 0xa86e: 68, + 0xa86f: 68, + 0xa870: 68, + 0xa871: 68, + 0xa872: 76, + 0xa8c4: 84, + 0xa8c5: 84, + 0xa8e0: 84, + 0xa8e1: 84, + 0xa8e2: 84, + 0xa8e3: 84, + 0xa8e4: 84, + 0xa8e5: 84, + 0xa8e6: 84, + 0xa8e7: 84, + 0xa8e8: 84, + 0xa8e9: 84, + 0xa8ea: 84, + 0xa8eb: 84, + 0xa8ec: 84, + 0xa8ed: 84, + 0xa8ee: 84, + 0xa8ef: 84, + 0xa8f0: 84, + 0xa8f1: 84, + 0xa8ff: 84, + 0xa926: 84, + 0xa927: 84, + 0xa928: 84, + 0xa929: 84, + 0xa92a: 84, + 0xa92b: 84, + 0xa92c: 84, + 0xa92d: 84, + 0xa947: 84, + 0xa948: 84, + 0xa949: 84, + 0xa94a: 84, + 0xa94b: 84, + 0xa94c: 84, + 0xa94d: 84, + 0xa94e: 84, + 0xa94f: 84, + 0xa950: 84, + 0xa951: 84, + 0xa980: 84, + 0xa981: 84, + 0xa982: 84, + 0xa9b3: 84, + 0xa9b6: 84, + 0xa9b7: 84, + 0xa9b8: 84, + 0xa9b9: 84, + 0xa9bc: 84, + 0xa9bd: 84, + 0xa9e5: 84, + 0xaa29: 84, + 0xaa2a: 84, + 0xaa2b: 84, + 0xaa2c: 84, + 0xaa2d: 84, + 0xaa2e: 84, + 0xaa31: 84, + 0xaa32: 84, + 0xaa35: 84, + 0xaa36: 84, + 0xaa43: 84, + 0xaa4c: 84, + 0xaa7c: 84, + 0xaab0: 84, + 0xaab2: 84, + 0xaab3: 84, + 0xaab4: 84, + 0xaab7: 84, + 0xaab8: 84, + 0xaabe: 84, + 0xaabf: 84, + 0xaac1: 84, + 0xaaec: 84, + 0xaaed: 84, + 0xaaf6: 84, + 0xabe5: 84, + 0xabe8: 84, + 0xabed: 84, + 0xfb1e: 84, + 0xfe00: 84, + 0xfe01: 84, + 0xfe02: 84, + 0xfe03: 84, + 0xfe04: 84, + 0xfe05: 84, + 0xfe06: 84, + 0xfe07: 84, + 0xfe08: 84, + 0xfe09: 84, + 0xfe0a: 84, + 0xfe0b: 84, + 0xfe0c: 84, + 0xfe0d: 84, + 0xfe0e: 84, + 0xfe0f: 84, + 0xfe20: 84, + 0xfe21: 84, + 0xfe22: 84, + 0xfe23: 84, + 0xfe24: 84, + 0xfe25: 84, + 0xfe26: 84, + 0xfe27: 84, + 0xfe28: 84, + 0xfe29: 84, + 0xfe2a: 84, + 0xfe2b: 84, + 0xfe2c: 84, + 0xfe2d: 84, + 0xfe2e: 84, + 0xfe2f: 84, + 0xfeff: 84, + 0xfff9: 84, + 0xfffa: 84, + 0xfffb: 84, + 0x101fd: 84, + 0x102e0: 84, + 0x10376: 84, + 0x10377: 84, + 0x10378: 84, + 0x10379: 84, + 0x1037a: 84, + 0x10a01: 84, + 0x10a02: 84, + 0x10a03: 84, + 0x10a05: 84, + 0x10a06: 84, + 0x10a0c: 84, + 0x10a0d: 84, + 0x10a0e: 84, + 0x10a0f: 84, + 0x10a38: 84, + 0x10a39: 84, + 0x10a3a: 84, + 0x10a3f: 84, + 0x10ac0: 68, + 0x10ac1: 68, + 0x10ac2: 68, + 0x10ac3: 68, + 0x10ac4: 68, + 0x10ac5: 82, + 0x10ac7: 82, + 0x10ac9: 82, + 0x10aca: 82, + 0x10acd: 76, + 0x10ace: 82, + 0x10acf: 82, + 0x10ad0: 82, + 0x10ad1: 82, + 0x10ad2: 82, + 0x10ad3: 68, + 0x10ad4: 68, + 0x10ad5: 68, + 0x10ad6: 68, + 0x10ad7: 76, + 0x10ad8: 68, + 0x10ad9: 68, + 0x10ada: 68, + 0x10adb: 68, + 0x10adc: 68, + 0x10add: 82, + 0x10ade: 68, + 0x10adf: 68, + 0x10ae0: 68, + 0x10ae1: 82, + 0x10ae4: 82, + 0x10ae5: 84, + 0x10ae6: 84, + 0x10aeb: 68, + 0x10aec: 68, + 0x10aed: 68, + 0x10aee: 68, + 0x10aef: 82, + 0x10b80: 68, + 0x10b81: 82, + 0x10b82: 68, + 0x10b83: 82, + 0x10b84: 82, + 0x10b85: 82, + 0x10b86: 68, + 0x10b87: 68, + 0x10b88: 68, + 0x10b89: 82, + 0x10b8a: 68, + 0x10b8b: 68, + 0x10b8c: 82, + 0x10b8d: 68, + 0x10b8e: 82, + 0x10b8f: 82, + 0x10b90: 68, + 0x10b91: 82, + 0x10ba9: 82, + 0x10baa: 82, + 0x10bab: 82, + 0x10bac: 82, + 0x10bad: 68, + 0x10bae: 68, + 0x10d00: 76, + 0x10d01: 68, + 0x10d02: 68, + 0x10d03: 68, + 0x10d04: 68, + 0x10d05: 68, + 0x10d06: 68, + 0x10d07: 68, + 0x10d08: 68, + 0x10d09: 68, + 0x10d0a: 68, + 0x10d0b: 68, + 0x10d0c: 68, + 0x10d0d: 68, + 0x10d0e: 68, + 0x10d0f: 68, + 0x10d10: 68, + 0x10d11: 68, + 0x10d12: 68, + 0x10d13: 68, + 0x10d14: 68, + 0x10d15: 68, + 0x10d16: 68, + 0x10d17: 68, + 0x10d18: 68, + 0x10d19: 68, + 0x10d1a: 68, + 0x10d1b: 68, + 0x10d1c: 68, + 0x10d1d: 68, + 0x10d1e: 68, + 0x10d1f: 68, + 0x10d20: 68, + 0x10d21: 68, + 0x10d22: 82, + 0x10d23: 68, + 0x10d24: 84, + 0x10d25: 84, + 0x10d26: 84, + 0x10d27: 84, + 0x10eab: 84, + 0x10eac: 84, + 0x10efd: 84, + 0x10efe: 84, + 0x10eff: 84, + 0x10f30: 68, + 0x10f31: 68, + 0x10f32: 68, + 0x10f33: 82, + 0x10f34: 68, + 0x10f35: 68, + 0x10f36: 68, + 0x10f37: 68, + 0x10f38: 68, + 0x10f39: 68, + 0x10f3a: 68, + 0x10f3b: 68, + 0x10f3c: 68, + 0x10f3d: 68, + 0x10f3e: 68, + 0x10f3f: 68, + 0x10f40: 68, + 0x10f41: 68, + 0x10f42: 68, + 0x10f43: 68, + 0x10f44: 68, + 0x10f46: 84, + 0x10f47: 84, + 0x10f48: 84, + 0x10f49: 84, + 0x10f4a: 84, + 0x10f4b: 84, + 0x10f4c: 84, + 0x10f4d: 84, + 0x10f4e: 84, + 0x10f4f: 84, + 0x10f50: 84, + 0x10f51: 68, + 0x10f52: 68, + 0x10f53: 68, + 0x10f54: 82, + 0x10f70: 68, + 0x10f71: 68, + 0x10f72: 68, + 0x10f73: 68, + 0x10f74: 82, + 0x10f75: 82, + 0x10f76: 68, + 0x10f77: 68, + 0x10f78: 68, + 0x10f79: 68, + 0x10f7a: 68, + 0x10f7b: 68, + 0x10f7c: 68, + 0x10f7d: 68, + 0x10f7e: 68, + 0x10f7f: 68, + 0x10f80: 68, + 0x10f81: 68, + 0x10f82: 84, + 0x10f83: 84, + 0x10f84: 84, + 0x10f85: 84, + 0x10fb0: 68, + 0x10fb2: 68, + 0x10fb3: 68, + 0x10fb4: 82, + 0x10fb5: 82, + 0x10fb6: 82, + 0x10fb8: 68, + 0x10fb9: 82, + 0x10fba: 82, + 0x10fbb: 68, + 0x10fbc: 68, + 0x10fbd: 82, + 0x10fbe: 68, + 0x10fbf: 68, + 0x10fc1: 68, + 0x10fc2: 82, + 0x10fc3: 82, + 0x10fc4: 68, + 0x10fc9: 82, + 0x10fca: 68, + 0x10fcb: 76, + 0x11001: 84, + 0x11038: 84, + 0x11039: 84, + 0x1103a: 84, + 0x1103b: 84, + 0x1103c: 84, + 0x1103d: 84, + 0x1103e: 84, + 0x1103f: 84, + 0x11040: 84, + 0x11041: 84, + 0x11042: 84, + 0x11043: 84, + 0x11044: 84, + 0x11045: 84, + 0x11046: 84, + 0x11070: 84, + 0x11073: 84, + 0x11074: 84, + 0x1107f: 84, + 0x11080: 84, + 0x11081: 84, + 0x110b3: 84, + 0x110b4: 84, + 0x110b5: 84, + 0x110b6: 84, + 0x110b9: 84, + 0x110ba: 84, + 0x110c2: 84, + 0x11100: 84, + 0x11101: 84, + 0x11102: 84, + 0x11127: 84, + 0x11128: 84, + 0x11129: 84, + 0x1112a: 84, + 0x1112b: 84, + 0x1112d: 84, + 0x1112e: 84, + 0x1112f: 84, + 0x11130: 84, + 0x11131: 84, + 0x11132: 84, + 0x11133: 84, + 0x11134: 84, + 0x11173: 84, + 0x11180: 84, + 0x11181: 84, + 0x111b6: 84, + 0x111b7: 84, + 0x111b8: 84, + 0x111b9: 84, + 0x111ba: 84, + 0x111bb: 84, + 0x111bc: 84, + 0x111bd: 84, + 0x111be: 84, + 0x111c9: 84, + 0x111ca: 84, + 0x111cb: 84, + 0x111cc: 84, + 0x111cf: 84, + 0x1122f: 84, + 0x11230: 84, + 0x11231: 84, + 0x11234: 84, + 0x11236: 84, + 0x11237: 84, + 0x1123e: 84, + 0x11241: 84, + 0x112df: 84, + 0x112e3: 84, + 0x112e4: 84, + 0x112e5: 84, + 0x112e6: 84, + 0x112e7: 84, + 0x112e8: 84, + 0x112e9: 84, + 0x112ea: 84, + 0x11300: 84, + 0x11301: 84, + 0x1133b: 84, + 0x1133c: 84, + 0x11340: 84, + 0x11366: 84, + 0x11367: 84, + 0x11368: 84, + 0x11369: 84, + 0x1136a: 84, + 0x1136b: 84, + 0x1136c: 84, + 0x11370: 84, + 0x11371: 84, + 0x11372: 84, + 0x11373: 84, + 0x11374: 84, + 0x11438: 84, + 0x11439: 84, + 0x1143a: 84, + 0x1143b: 84, + 0x1143c: 84, + 0x1143d: 84, + 0x1143e: 84, + 0x1143f: 84, + 0x11442: 84, + 0x11443: 84, + 0x11444: 84, + 0x11446: 84, + 0x1145e: 84, + 0x114b3: 84, + 0x114b4: 84, + 0x114b5: 84, + 0x114b6: 84, + 0x114b7: 84, + 0x114b8: 84, + 0x114ba: 84, + 0x114bf: 84, + 0x114c0: 84, + 0x114c2: 84, + 0x114c3: 84, + 0x115b2: 84, + 0x115b3: 84, + 0x115b4: 84, + 0x115b5: 84, + 0x115bc: 84, + 0x115bd: 84, + 0x115bf: 84, + 0x115c0: 84, + 0x115dc: 84, + 0x115dd: 84, + 0x11633: 84, + 0x11634: 84, + 0x11635: 84, + 0x11636: 84, + 0x11637: 84, + 0x11638: 84, + 0x11639: 84, + 0x1163a: 84, + 0x1163d: 84, + 0x1163f: 84, + 0x11640: 84, + 0x116ab: 84, + 0x116ad: 84, + 0x116b0: 84, + 0x116b1: 84, + 0x116b2: 84, + 0x116b3: 84, + 0x116b4: 84, + 0x116b5: 84, + 0x116b7: 84, + 0x1171d: 84, + 0x1171e: 84, + 0x1171f: 84, + 0x11722: 84, + 0x11723: 84, + 0x11724: 84, + 0x11725: 84, + 0x11727: 84, + 0x11728: 84, + 0x11729: 84, + 0x1172a: 84, + 0x1172b: 84, + 0x1182f: 84, + 0x11830: 84, + 0x11831: 84, + 0x11832: 84, + 0x11833: 84, + 0x11834: 84, + 0x11835: 84, + 0x11836: 84, + 0x11837: 84, + 0x11839: 84, + 0x1183a: 84, + 0x1193b: 84, + 0x1193c: 84, + 0x1193e: 84, + 0x11943: 84, + 0x119d4: 84, + 0x119d5: 84, + 0x119d6: 84, + 0x119d7: 84, + 0x119da: 84, + 0x119db: 84, + 0x119e0: 84, + 0x11a01: 84, + 0x11a02: 84, + 0x11a03: 84, + 0x11a04: 84, + 0x11a05: 84, + 0x11a06: 84, + 0x11a07: 84, + 0x11a08: 84, + 0x11a09: 84, + 0x11a0a: 84, + 0x11a33: 84, + 0x11a34: 84, + 0x11a35: 84, + 0x11a36: 84, + 0x11a37: 84, + 0x11a38: 84, + 0x11a3b: 84, + 0x11a3c: 84, + 0x11a3d: 84, + 0x11a3e: 84, + 0x11a47: 84, + 0x11a51: 84, + 0x11a52: 84, + 0x11a53: 84, + 0x11a54: 84, + 0x11a55: 84, + 0x11a56: 84, + 0x11a59: 84, + 0x11a5a: 84, + 0x11a5b: 84, + 0x11a8a: 84, + 0x11a8b: 84, + 0x11a8c: 84, + 0x11a8d: 84, + 0x11a8e: 84, + 0x11a8f: 84, + 0x11a90: 84, + 0x11a91: 84, + 0x11a92: 84, + 0x11a93: 84, + 0x11a94: 84, + 0x11a95: 84, + 0x11a96: 84, + 0x11a98: 84, + 0x11a99: 84, + 0x11c30: 84, + 0x11c31: 84, + 0x11c32: 84, + 0x11c33: 84, + 0x11c34: 84, + 0x11c35: 84, + 0x11c36: 84, + 0x11c38: 84, + 0x11c39: 84, + 0x11c3a: 84, + 0x11c3b: 84, + 0x11c3c: 84, + 0x11c3d: 84, + 0x11c3f: 84, + 0x11c92: 84, + 0x11c93: 84, + 0x11c94: 84, + 0x11c95: 84, + 0x11c96: 84, + 0x11c97: 84, + 0x11c98: 84, + 0x11c99: 84, + 0x11c9a: 84, + 0x11c9b: 84, + 0x11c9c: 84, + 0x11c9d: 84, + 0x11c9e: 84, + 0x11c9f: 84, + 0x11ca0: 84, + 0x11ca1: 84, + 0x11ca2: 84, + 0x11ca3: 84, + 0x11ca4: 84, + 0x11ca5: 84, + 0x11ca6: 84, + 0x11ca7: 84, + 0x11caa: 84, + 0x11cab: 84, + 0x11cac: 84, + 0x11cad: 84, + 0x11cae: 84, + 0x11caf: 84, + 0x11cb0: 84, + 0x11cb2: 84, + 0x11cb3: 84, + 0x11cb5: 84, + 0x11cb6: 84, + 0x11d31: 84, + 0x11d32: 84, + 0x11d33: 84, + 0x11d34: 84, + 0x11d35: 84, + 0x11d36: 84, + 0x11d3a: 84, + 0x11d3c: 84, + 0x11d3d: 84, + 0x11d3f: 84, + 0x11d40: 84, + 0x11d41: 84, + 0x11d42: 84, + 0x11d43: 84, + 0x11d44: 84, + 0x11d45: 84, + 0x11d47: 84, + 0x11d90: 84, + 0x11d91: 84, + 0x11d95: 84, + 0x11d97: 84, + 0x11ef3: 84, + 0x11ef4: 84, + 0x11f00: 84, + 0x11f01: 84, + 0x11f36: 84, + 0x11f37: 84, + 0x11f38: 84, + 0x11f39: 84, + 0x11f3a: 84, + 0x11f40: 84, + 0x11f42: 84, + 0x13430: 84, + 0x13431: 84, + 0x13432: 84, + 0x13433: 84, + 0x13434: 84, + 0x13435: 84, + 0x13436: 84, + 0x13437: 84, + 0x13438: 84, + 0x13439: 84, + 0x1343a: 84, + 0x1343b: 84, + 0x1343c: 84, + 0x1343d: 84, + 0x1343e: 84, + 0x1343f: 84, + 0x13440: 84, + 0x13447: 84, + 0x13448: 84, + 0x13449: 84, + 0x1344a: 84, + 0x1344b: 84, + 0x1344c: 84, + 0x1344d: 84, + 0x1344e: 84, + 0x1344f: 84, + 0x13450: 84, + 0x13451: 84, + 0x13452: 84, + 0x13453: 84, + 0x13454: 84, + 0x13455: 84, + 0x16af0: 84, + 0x16af1: 84, + 0x16af2: 84, + 0x16af3: 84, + 0x16af4: 84, + 0x16b30: 84, + 0x16b31: 84, + 0x16b32: 84, + 0x16b33: 84, + 0x16b34: 84, + 0x16b35: 84, + 0x16b36: 84, + 0x16f4f: 84, + 0x16f8f: 84, + 0x16f90: 84, + 0x16f91: 84, + 0x16f92: 84, + 0x16fe4: 84, + 0x1bc9d: 84, + 0x1bc9e: 84, + 0x1bca0: 84, + 0x1bca1: 84, + 0x1bca2: 84, + 0x1bca3: 84, + 0x1cf00: 84, + 0x1cf01: 84, + 0x1cf02: 84, + 0x1cf03: 84, + 0x1cf04: 84, + 0x1cf05: 84, + 0x1cf06: 84, + 0x1cf07: 84, + 0x1cf08: 84, + 0x1cf09: 84, + 0x1cf0a: 84, + 0x1cf0b: 84, + 0x1cf0c: 84, + 0x1cf0d: 84, + 0x1cf0e: 84, + 0x1cf0f: 84, + 0x1cf10: 84, + 0x1cf11: 84, + 0x1cf12: 84, + 0x1cf13: 84, + 0x1cf14: 84, + 0x1cf15: 84, + 0x1cf16: 84, + 0x1cf17: 84, + 0x1cf18: 84, + 0x1cf19: 84, + 0x1cf1a: 84, + 0x1cf1b: 84, + 0x1cf1c: 84, + 0x1cf1d: 84, + 0x1cf1e: 84, + 0x1cf1f: 84, + 0x1cf20: 84, + 0x1cf21: 84, + 0x1cf22: 84, + 0x1cf23: 84, + 0x1cf24: 84, + 0x1cf25: 84, + 0x1cf26: 84, + 0x1cf27: 84, + 0x1cf28: 84, + 0x1cf29: 84, + 0x1cf2a: 84, + 0x1cf2b: 84, + 0x1cf2c: 84, + 0x1cf2d: 84, + 0x1cf30: 84, + 0x1cf31: 84, + 0x1cf32: 84, + 0x1cf33: 84, + 0x1cf34: 84, + 0x1cf35: 84, + 0x1cf36: 84, + 0x1cf37: 84, + 0x1cf38: 84, + 0x1cf39: 84, + 0x1cf3a: 84, + 0x1cf3b: 84, + 0x1cf3c: 84, + 0x1cf3d: 84, + 0x1cf3e: 84, + 0x1cf3f: 84, + 0x1cf40: 84, + 0x1cf41: 84, + 0x1cf42: 84, + 0x1cf43: 84, + 0x1cf44: 84, + 0x1cf45: 84, + 0x1cf46: 84, + 0x1d167: 84, + 0x1d168: 84, + 0x1d169: 84, + 0x1d173: 84, + 0x1d174: 84, + 0x1d175: 84, + 0x1d176: 84, + 0x1d177: 84, + 0x1d178: 84, + 0x1d179: 84, + 0x1d17a: 84, + 0x1d17b: 84, + 0x1d17c: 84, + 0x1d17d: 84, + 0x1d17e: 84, + 0x1d17f: 84, + 0x1d180: 84, + 0x1d181: 84, + 0x1d182: 84, + 0x1d185: 84, + 0x1d186: 84, + 0x1d187: 84, + 0x1d188: 84, + 0x1d189: 84, + 0x1d18a: 84, + 0x1d18b: 84, + 0x1d1aa: 84, + 0x1d1ab: 84, + 0x1d1ac: 84, + 0x1d1ad: 84, + 0x1d242: 84, + 0x1d243: 84, + 0x1d244: 84, + 0x1da00: 84, + 0x1da01: 84, + 0x1da02: 84, + 0x1da03: 84, + 0x1da04: 84, + 0x1da05: 84, + 0x1da06: 84, + 0x1da07: 84, + 0x1da08: 84, + 0x1da09: 84, + 0x1da0a: 84, + 0x1da0b: 84, + 0x1da0c: 84, + 0x1da0d: 84, + 0x1da0e: 84, + 0x1da0f: 84, + 0x1da10: 84, + 0x1da11: 84, + 0x1da12: 84, + 0x1da13: 84, + 0x1da14: 84, + 0x1da15: 84, + 0x1da16: 84, + 0x1da17: 84, + 0x1da18: 84, + 0x1da19: 84, + 0x1da1a: 84, + 0x1da1b: 84, + 0x1da1c: 84, + 0x1da1d: 84, + 0x1da1e: 84, + 0x1da1f: 84, + 0x1da20: 84, + 0x1da21: 84, + 0x1da22: 84, + 0x1da23: 84, + 0x1da24: 84, + 0x1da25: 84, + 0x1da26: 84, + 0x1da27: 84, + 0x1da28: 84, + 0x1da29: 84, + 0x1da2a: 84, + 0x1da2b: 84, + 0x1da2c: 84, + 0x1da2d: 84, + 0x1da2e: 84, + 0x1da2f: 84, + 0x1da30: 84, + 0x1da31: 84, + 0x1da32: 84, + 0x1da33: 84, + 0x1da34: 84, + 0x1da35: 84, + 0x1da36: 84, + 0x1da3b: 84, + 0x1da3c: 84, + 0x1da3d: 84, + 0x1da3e: 84, + 0x1da3f: 84, + 0x1da40: 84, + 0x1da41: 84, + 0x1da42: 84, + 0x1da43: 84, + 0x1da44: 84, + 0x1da45: 84, + 0x1da46: 84, + 0x1da47: 84, + 0x1da48: 84, + 0x1da49: 84, + 0x1da4a: 84, + 0x1da4b: 84, + 0x1da4c: 84, + 0x1da4d: 84, + 0x1da4e: 84, + 0x1da4f: 84, + 0x1da50: 84, + 0x1da51: 84, + 0x1da52: 84, + 0x1da53: 84, + 0x1da54: 84, + 0x1da55: 84, + 0x1da56: 84, + 0x1da57: 84, + 0x1da58: 84, + 0x1da59: 84, + 0x1da5a: 84, + 0x1da5b: 84, + 0x1da5c: 84, + 0x1da5d: 84, + 0x1da5e: 84, + 0x1da5f: 84, + 0x1da60: 84, + 0x1da61: 84, + 0x1da62: 84, + 0x1da63: 84, + 0x1da64: 84, + 0x1da65: 84, + 0x1da66: 84, + 0x1da67: 84, + 0x1da68: 84, + 0x1da69: 84, + 0x1da6a: 84, + 0x1da6b: 84, + 0x1da6c: 84, + 0x1da75: 84, + 0x1da84: 84, + 0x1da9b: 84, + 0x1da9c: 84, + 0x1da9d: 84, + 0x1da9e: 84, + 0x1da9f: 84, + 0x1daa1: 84, + 0x1daa2: 84, + 0x1daa3: 84, + 0x1daa4: 84, + 0x1daa5: 84, + 0x1daa6: 84, + 0x1daa7: 84, + 0x1daa8: 84, + 0x1daa9: 84, + 0x1daaa: 84, + 0x1daab: 84, + 0x1daac: 84, + 0x1daad: 84, + 0x1daae: 84, + 0x1daaf: 84, + 0x1e000: 84, + 0x1e001: 84, + 0x1e002: 84, + 0x1e003: 84, + 0x1e004: 84, + 0x1e005: 84, + 0x1e006: 84, + 0x1e008: 84, + 0x1e009: 84, + 0x1e00a: 84, + 0x1e00b: 84, + 0x1e00c: 84, + 0x1e00d: 84, + 0x1e00e: 84, + 0x1e00f: 84, + 0x1e010: 84, + 0x1e011: 84, + 0x1e012: 84, + 0x1e013: 84, + 0x1e014: 84, + 0x1e015: 84, + 0x1e016: 84, + 0x1e017: 84, + 0x1e018: 84, + 0x1e01b: 84, + 0x1e01c: 84, + 0x1e01d: 84, + 0x1e01e: 84, + 0x1e01f: 84, + 0x1e020: 84, + 0x1e021: 84, + 0x1e023: 84, + 0x1e024: 84, + 0x1e026: 84, + 0x1e027: 84, + 0x1e028: 84, + 0x1e029: 84, + 0x1e02a: 84, + 0x1e08f: 84, + 0x1e130: 84, + 0x1e131: 84, + 0x1e132: 84, + 0x1e133: 84, + 0x1e134: 84, + 0x1e135: 84, + 0x1e136: 84, + 0x1e2ae: 84, + 0x1e2ec: 84, + 0x1e2ed: 84, + 0x1e2ee: 84, + 0x1e2ef: 84, + 0x1e4ec: 84, + 0x1e4ed: 84, + 0x1e4ee: 84, + 0x1e4ef: 84, + 0x1e8d0: 84, + 0x1e8d1: 84, + 0x1e8d2: 84, + 0x1e8d3: 84, + 0x1e8d4: 84, + 0x1e8d5: 84, + 0x1e8d6: 84, + 0x1e900: 68, + 0x1e901: 68, + 0x1e902: 68, + 0x1e903: 68, + 0x1e904: 68, + 0x1e905: 68, + 0x1e906: 68, + 0x1e907: 68, + 0x1e908: 68, + 0x1e909: 68, + 0x1e90a: 68, + 0x1e90b: 68, + 0x1e90c: 68, + 0x1e90d: 68, + 0x1e90e: 68, + 0x1e90f: 68, + 0x1e910: 68, + 0x1e911: 68, + 0x1e912: 68, + 0x1e913: 68, + 0x1e914: 68, + 0x1e915: 68, + 0x1e916: 68, + 0x1e917: 68, + 0x1e918: 68, + 0x1e919: 68, + 0x1e91a: 68, + 0x1e91b: 68, + 0x1e91c: 68, + 0x1e91d: 68, + 0x1e91e: 68, + 0x1e91f: 68, + 0x1e920: 68, + 0x1e921: 68, + 0x1e922: 68, + 0x1e923: 68, + 0x1e924: 68, + 0x1e925: 68, + 0x1e926: 68, + 0x1e927: 68, + 0x1e928: 68, + 0x1e929: 68, + 0x1e92a: 68, + 0x1e92b: 68, + 0x1e92c: 68, + 0x1e92d: 68, + 0x1e92e: 68, + 0x1e92f: 68, + 0x1e930: 68, + 0x1e931: 68, + 0x1e932: 68, + 0x1e933: 68, + 0x1e934: 68, + 0x1e935: 68, + 0x1e936: 68, + 0x1e937: 68, + 0x1e938: 68, + 0x1e939: 68, + 0x1e93a: 68, + 0x1e93b: 68, + 0x1e93c: 68, + 0x1e93d: 68, + 0x1e93e: 68, + 0x1e93f: 68, + 0x1e940: 68, + 0x1e941: 68, + 0x1e942: 68, + 0x1e943: 68, + 0x1e944: 84, + 0x1e945: 84, + 0x1e946: 84, + 0x1e947: 84, + 0x1e948: 84, + 0x1e949: 84, + 0x1e94a: 84, + 0x1e94b: 84, + 0xe0001: 84, + 0xe0020: 84, + 0xe0021: 84, + 0xe0022: 84, + 0xe0023: 84, + 0xe0024: 84, + 0xe0025: 84, + 0xe0026: 84, + 0xe0027: 84, + 0xe0028: 84, + 0xe0029: 84, + 0xe002a: 84, + 0xe002b: 84, + 0xe002c: 84, + 0xe002d: 84, + 0xe002e: 84, + 0xe002f: 84, + 0xe0030: 84, + 0xe0031: 84, + 0xe0032: 84, + 0xe0033: 84, + 0xe0034: 84, + 0xe0035: 84, + 0xe0036: 84, + 0xe0037: 84, + 0xe0038: 84, + 0xe0039: 84, + 0xe003a: 84, + 0xe003b: 84, + 0xe003c: 84, + 0xe003d: 84, + 0xe003e: 84, + 0xe003f: 84, + 0xe0040: 84, + 0xe0041: 84, + 0xe0042: 84, + 0xe0043: 84, + 0xe0044: 84, + 0xe0045: 84, + 0xe0046: 84, + 0xe0047: 84, + 0xe0048: 84, + 0xe0049: 84, + 0xe004a: 84, + 0xe004b: 84, + 0xe004c: 84, + 0xe004d: 84, + 0xe004e: 84, + 0xe004f: 84, + 0xe0050: 84, + 0xe0051: 84, + 0xe0052: 84, + 0xe0053: 84, + 0xe0054: 84, + 0xe0055: 84, + 0xe0056: 84, + 0xe0057: 84, + 0xe0058: 84, + 0xe0059: 84, + 0xe005a: 84, + 0xe005b: 84, + 0xe005c: 84, + 0xe005d: 84, + 0xe005e: 84, + 0xe005f: 84, + 0xe0060: 84, + 0xe0061: 84, + 0xe0062: 84, + 0xe0063: 84, + 0xe0064: 84, + 0xe0065: 84, + 0xe0066: 84, + 0xe0067: 84, + 0xe0068: 84, + 0xe0069: 84, + 0xe006a: 84, + 0xe006b: 84, + 0xe006c: 84, + 0xe006d: 84, + 0xe006e: 84, + 0xe006f: 84, + 0xe0070: 84, + 0xe0071: 84, + 0xe0072: 84, + 0xe0073: 84, + 0xe0074: 84, + 0xe0075: 84, + 0xe0076: 84, + 0xe0077: 84, + 0xe0078: 84, + 0xe0079: 84, + 0xe007a: 84, + 0xe007b: 84, + 0xe007c: 84, + 0xe007d: 84, + 0xe007e: 84, + 0xe007f: 84, + 0xe0100: 84, + 0xe0101: 84, + 0xe0102: 84, + 0xe0103: 84, + 0xe0104: 84, + 0xe0105: 84, + 0xe0106: 84, + 0xe0107: 84, + 0xe0108: 84, + 0xe0109: 84, + 0xe010a: 84, + 0xe010b: 84, + 0xe010c: 84, + 0xe010d: 84, + 0xe010e: 84, + 0xe010f: 84, + 0xe0110: 84, + 0xe0111: 84, + 0xe0112: 84, + 0xe0113: 84, + 0xe0114: 84, + 0xe0115: 84, + 0xe0116: 84, + 0xe0117: 84, + 0xe0118: 84, + 0xe0119: 84, + 0xe011a: 84, + 0xe011b: 84, + 0xe011c: 84, + 0xe011d: 84, + 0xe011e: 84, + 0xe011f: 84, + 0xe0120: 84, + 0xe0121: 84, + 0xe0122: 84, + 0xe0123: 84, + 0xe0124: 84, + 0xe0125: 84, + 0xe0126: 84, + 0xe0127: 84, + 0xe0128: 84, + 0xe0129: 84, + 0xe012a: 84, + 0xe012b: 84, + 0xe012c: 84, + 0xe012d: 84, + 0xe012e: 84, + 0xe012f: 84, + 0xe0130: 84, + 0xe0131: 84, + 0xe0132: 84, + 0xe0133: 84, + 0xe0134: 84, + 0xe0135: 84, + 0xe0136: 84, + 0xe0137: 84, + 0xe0138: 84, + 0xe0139: 84, + 0xe013a: 84, + 0xe013b: 84, + 0xe013c: 84, + 0xe013d: 84, + 0xe013e: 84, + 0xe013f: 84, + 0xe0140: 84, + 0xe0141: 84, + 0xe0142: 84, + 0xe0143: 84, + 0xe0144: 84, + 0xe0145: 84, + 0xe0146: 84, + 0xe0147: 84, + 0xe0148: 84, + 0xe0149: 84, + 0xe014a: 84, + 0xe014b: 84, + 0xe014c: 84, + 0xe014d: 84, + 0xe014e: 84, + 0xe014f: 84, + 0xe0150: 84, + 0xe0151: 84, + 0xe0152: 84, + 0xe0153: 84, + 0xe0154: 84, + 0xe0155: 84, + 0xe0156: 84, + 0xe0157: 84, + 0xe0158: 84, + 0xe0159: 84, + 0xe015a: 84, + 0xe015b: 84, + 0xe015c: 84, + 0xe015d: 84, + 0xe015e: 84, + 0xe015f: 84, + 0xe0160: 84, + 0xe0161: 84, + 0xe0162: 84, + 0xe0163: 84, + 0xe0164: 84, + 0xe0165: 84, + 0xe0166: 84, + 0xe0167: 84, + 0xe0168: 84, + 0xe0169: 84, + 0xe016a: 84, + 0xe016b: 84, + 0xe016c: 84, + 0xe016d: 84, + 0xe016e: 84, + 0xe016f: 84, + 0xe0170: 84, + 0xe0171: 84, + 0xe0172: 84, + 0xe0173: 84, + 0xe0174: 84, + 0xe0175: 84, + 0xe0176: 84, + 0xe0177: 84, + 0xe0178: 84, + 0xe0179: 84, + 0xe017a: 84, + 0xe017b: 84, + 0xe017c: 84, + 0xe017d: 84, + 0xe017e: 84, + 0xe017f: 84, + 0xe0180: 84, + 0xe0181: 84, + 0xe0182: 84, + 0xe0183: 84, + 0xe0184: 84, + 0xe0185: 84, + 0xe0186: 84, + 0xe0187: 84, + 0xe0188: 84, + 0xe0189: 84, + 0xe018a: 84, + 0xe018b: 84, + 0xe018c: 84, + 0xe018d: 84, + 0xe018e: 84, + 0xe018f: 84, + 0xe0190: 84, + 0xe0191: 84, + 0xe0192: 84, + 0xe0193: 84, + 0xe0194: 84, + 0xe0195: 84, + 0xe0196: 84, + 0xe0197: 84, + 0xe0198: 84, + 0xe0199: 84, + 0xe019a: 84, + 0xe019b: 84, + 0xe019c: 84, + 0xe019d: 84, + 0xe019e: 84, + 0xe019f: 84, + 0xe01a0: 84, + 0xe01a1: 84, + 0xe01a2: 84, + 0xe01a3: 84, + 0xe01a4: 84, + 0xe01a5: 84, + 0xe01a6: 84, + 0xe01a7: 84, + 0xe01a8: 84, + 0xe01a9: 84, + 0xe01aa: 84, + 0xe01ab: 84, + 0xe01ac: 84, + 0xe01ad: 84, + 0xe01ae: 84, + 0xe01af: 84, + 0xe01b0: 84, + 0xe01b1: 84, + 0xe01b2: 84, + 0xe01b3: 84, + 0xe01b4: 84, + 0xe01b5: 84, + 0xe01b6: 84, + 0xe01b7: 84, + 0xe01b8: 84, + 0xe01b9: 84, + 0xe01ba: 84, + 0xe01bb: 84, + 0xe01bc: 84, + 0xe01bd: 84, + 0xe01be: 84, + 0xe01bf: 84, + 0xe01c0: 84, + 0xe01c1: 84, + 0xe01c2: 84, + 0xe01c3: 84, + 0xe01c4: 84, + 0xe01c5: 84, + 0xe01c6: 84, + 0xe01c7: 84, + 0xe01c8: 84, + 0xe01c9: 84, + 0xe01ca: 84, + 0xe01cb: 84, + 0xe01cc: 84, + 0xe01cd: 84, + 0xe01ce: 84, + 0xe01cf: 84, + 0xe01d0: 84, + 0xe01d1: 84, + 0xe01d2: 84, + 0xe01d3: 84, + 0xe01d4: 84, + 0xe01d5: 84, + 0xe01d6: 84, + 0xe01d7: 84, + 0xe01d8: 84, + 0xe01d9: 84, + 0xe01da: 84, + 0xe01db: 84, + 0xe01dc: 84, + 0xe01dd: 84, + 0xe01de: 84, + 0xe01df: 84, + 0xe01e0: 84, + 0xe01e1: 84, + 0xe01e2: 84, + 0xe01e3: 84, + 0xe01e4: 84, + 0xe01e5: 84, + 0xe01e6: 84, + 0xe01e7: 84, + 0xe01e8: 84, + 0xe01e9: 84, + 0xe01ea: 84, + 0xe01eb: 84, + 0xe01ec: 84, + 0xe01ed: 84, + 0xe01ee: 84, + 0xe01ef: 84, +} +codepoint_classes = { + 'PVALID': ( + 0x2d0000002e, + 0x300000003a, + 0x610000007b, + 0xdf000000f7, + 0xf800000100, + 0x10100000102, + 0x10300000104, + 0x10500000106, + 0x10700000108, + 0x1090000010a, + 0x10b0000010c, + 0x10d0000010e, + 0x10f00000110, + 0x11100000112, + 0x11300000114, + 0x11500000116, + 0x11700000118, + 0x1190000011a, + 0x11b0000011c, + 0x11d0000011e, + 0x11f00000120, + 0x12100000122, + 0x12300000124, + 0x12500000126, + 0x12700000128, + 0x1290000012a, + 0x12b0000012c, + 0x12d0000012e, + 0x12f00000130, + 0x13100000132, + 0x13500000136, + 0x13700000139, + 0x13a0000013b, + 0x13c0000013d, + 0x13e0000013f, + 0x14200000143, + 0x14400000145, + 0x14600000147, + 0x14800000149, + 0x14b0000014c, + 0x14d0000014e, + 0x14f00000150, + 0x15100000152, + 0x15300000154, + 0x15500000156, + 0x15700000158, + 0x1590000015a, + 0x15b0000015c, + 0x15d0000015e, + 0x15f00000160, + 0x16100000162, + 0x16300000164, + 0x16500000166, + 0x16700000168, + 0x1690000016a, + 0x16b0000016c, + 0x16d0000016e, + 0x16f00000170, + 0x17100000172, + 0x17300000174, + 0x17500000176, + 0x17700000178, + 0x17a0000017b, + 0x17c0000017d, + 0x17e0000017f, + 0x18000000181, + 0x18300000184, + 0x18500000186, + 0x18800000189, + 0x18c0000018e, + 0x19200000193, + 0x19500000196, + 0x1990000019c, + 0x19e0000019f, + 0x1a1000001a2, + 0x1a3000001a4, + 0x1a5000001a6, + 0x1a8000001a9, + 0x1aa000001ac, + 0x1ad000001ae, + 0x1b0000001b1, + 0x1b4000001b5, + 0x1b6000001b7, + 0x1b9000001bc, + 0x1bd000001c4, + 0x1ce000001cf, + 0x1d0000001d1, + 0x1d2000001d3, + 0x1d4000001d5, + 0x1d6000001d7, + 0x1d8000001d9, + 0x1da000001db, + 0x1dc000001de, + 0x1df000001e0, + 0x1e1000001e2, + 0x1e3000001e4, + 0x1e5000001e6, + 0x1e7000001e8, + 0x1e9000001ea, + 0x1eb000001ec, + 0x1ed000001ee, + 0x1ef000001f1, + 0x1f5000001f6, + 0x1f9000001fa, + 0x1fb000001fc, + 0x1fd000001fe, + 0x1ff00000200, + 0x20100000202, + 0x20300000204, + 0x20500000206, + 0x20700000208, + 0x2090000020a, + 0x20b0000020c, + 0x20d0000020e, + 0x20f00000210, + 0x21100000212, + 0x21300000214, + 0x21500000216, + 0x21700000218, + 0x2190000021a, + 0x21b0000021c, + 0x21d0000021e, + 0x21f00000220, + 0x22100000222, + 0x22300000224, + 0x22500000226, + 0x22700000228, + 0x2290000022a, + 0x22b0000022c, + 0x22d0000022e, + 0x22f00000230, + 0x23100000232, + 0x2330000023a, + 0x23c0000023d, + 0x23f00000241, + 0x24200000243, + 0x24700000248, + 0x2490000024a, + 0x24b0000024c, + 0x24d0000024e, + 0x24f000002b0, + 0x2b9000002c2, + 0x2c6000002d2, + 0x2ec000002ed, + 0x2ee000002ef, + 0x30000000340, + 0x34200000343, + 0x3460000034f, + 0x35000000370, + 0x37100000372, + 0x37300000374, + 0x37700000378, + 0x37b0000037e, + 0x39000000391, + 0x3ac000003cf, + 0x3d7000003d8, + 0x3d9000003da, + 0x3db000003dc, + 0x3dd000003de, + 0x3df000003e0, + 0x3e1000003e2, + 0x3e3000003e4, + 0x3e5000003e6, + 0x3e7000003e8, + 0x3e9000003ea, + 0x3eb000003ec, + 0x3ed000003ee, + 0x3ef000003f0, + 0x3f3000003f4, + 0x3f8000003f9, + 0x3fb000003fd, + 0x43000000460, + 0x46100000462, + 0x46300000464, + 0x46500000466, + 0x46700000468, + 0x4690000046a, + 0x46b0000046c, + 0x46d0000046e, + 0x46f00000470, + 0x47100000472, + 0x47300000474, + 0x47500000476, + 0x47700000478, + 0x4790000047a, + 0x47b0000047c, + 0x47d0000047e, + 0x47f00000480, + 0x48100000482, + 0x48300000488, + 0x48b0000048c, + 0x48d0000048e, + 0x48f00000490, + 0x49100000492, + 0x49300000494, + 0x49500000496, + 0x49700000498, + 0x4990000049a, + 0x49b0000049c, + 0x49d0000049e, + 0x49f000004a0, + 0x4a1000004a2, + 0x4a3000004a4, + 0x4a5000004a6, + 0x4a7000004a8, + 0x4a9000004aa, + 0x4ab000004ac, + 0x4ad000004ae, + 0x4af000004b0, + 0x4b1000004b2, + 0x4b3000004b4, + 0x4b5000004b6, + 0x4b7000004b8, + 0x4b9000004ba, + 0x4bb000004bc, + 0x4bd000004be, + 0x4bf000004c0, + 0x4c2000004c3, + 0x4c4000004c5, + 0x4c6000004c7, + 0x4c8000004c9, + 0x4ca000004cb, + 0x4cc000004cd, + 0x4ce000004d0, + 0x4d1000004d2, + 0x4d3000004d4, + 0x4d5000004d6, + 0x4d7000004d8, + 0x4d9000004da, + 0x4db000004dc, + 0x4dd000004de, + 0x4df000004e0, + 0x4e1000004e2, + 0x4e3000004e4, + 0x4e5000004e6, + 0x4e7000004e8, + 0x4e9000004ea, + 0x4eb000004ec, + 0x4ed000004ee, + 0x4ef000004f0, + 0x4f1000004f2, + 0x4f3000004f4, + 0x4f5000004f6, + 0x4f7000004f8, + 0x4f9000004fa, + 0x4fb000004fc, + 0x4fd000004fe, + 0x4ff00000500, + 0x50100000502, + 0x50300000504, + 0x50500000506, + 0x50700000508, + 0x5090000050a, + 0x50b0000050c, + 0x50d0000050e, + 0x50f00000510, + 0x51100000512, + 0x51300000514, + 0x51500000516, + 0x51700000518, + 0x5190000051a, + 0x51b0000051c, + 0x51d0000051e, + 0x51f00000520, + 0x52100000522, + 0x52300000524, + 0x52500000526, + 0x52700000528, + 0x5290000052a, + 0x52b0000052c, + 0x52d0000052e, + 0x52f00000530, + 0x5590000055a, + 0x56000000587, + 0x58800000589, + 0x591000005be, + 0x5bf000005c0, + 0x5c1000005c3, + 0x5c4000005c6, + 0x5c7000005c8, + 0x5d0000005eb, + 0x5ef000005f3, + 0x6100000061b, + 0x62000000640, + 0x64100000660, + 0x66e00000675, + 0x679000006d4, + 0x6d5000006dd, + 0x6df000006e9, + 0x6ea000006f0, + 0x6fa00000700, + 0x7100000074b, + 0x74d000007b2, + 0x7c0000007f6, + 0x7fd000007fe, + 0x8000000082e, + 0x8400000085c, + 0x8600000086b, + 0x87000000888, + 0x8890000088f, + 0x898000008e2, + 0x8e300000958, + 0x96000000964, + 0x96600000970, + 0x97100000984, + 0x9850000098d, + 0x98f00000991, + 0x993000009a9, + 0x9aa000009b1, + 0x9b2000009b3, + 0x9b6000009ba, + 0x9bc000009c5, + 0x9c7000009c9, + 0x9cb000009cf, + 0x9d7000009d8, + 0x9e0000009e4, + 0x9e6000009f2, + 0x9fc000009fd, + 0x9fe000009ff, + 0xa0100000a04, + 0xa0500000a0b, + 0xa0f00000a11, + 0xa1300000a29, + 0xa2a00000a31, + 0xa3200000a33, + 0xa3500000a36, + 0xa3800000a3a, + 0xa3c00000a3d, + 0xa3e00000a43, + 0xa4700000a49, + 0xa4b00000a4e, + 0xa5100000a52, + 0xa5c00000a5d, + 0xa6600000a76, + 0xa8100000a84, + 0xa8500000a8e, + 0xa8f00000a92, + 0xa9300000aa9, + 0xaaa00000ab1, + 0xab200000ab4, + 0xab500000aba, + 0xabc00000ac6, + 0xac700000aca, + 0xacb00000ace, + 0xad000000ad1, + 0xae000000ae4, + 0xae600000af0, + 0xaf900000b00, + 0xb0100000b04, + 0xb0500000b0d, + 0xb0f00000b11, + 0xb1300000b29, + 0xb2a00000b31, + 0xb3200000b34, + 0xb3500000b3a, + 0xb3c00000b45, + 0xb4700000b49, + 0xb4b00000b4e, + 0xb5500000b58, + 0xb5f00000b64, + 0xb6600000b70, + 0xb7100000b72, + 0xb8200000b84, + 0xb8500000b8b, + 0xb8e00000b91, + 0xb9200000b96, + 0xb9900000b9b, + 0xb9c00000b9d, + 0xb9e00000ba0, + 0xba300000ba5, + 0xba800000bab, + 0xbae00000bba, + 0xbbe00000bc3, + 0xbc600000bc9, + 0xbca00000bce, + 0xbd000000bd1, + 0xbd700000bd8, + 0xbe600000bf0, + 0xc0000000c0d, + 0xc0e00000c11, + 0xc1200000c29, + 0xc2a00000c3a, + 0xc3c00000c45, + 0xc4600000c49, + 0xc4a00000c4e, + 0xc5500000c57, + 0xc5800000c5b, + 0xc5d00000c5e, + 0xc6000000c64, + 0xc6600000c70, + 0xc8000000c84, + 0xc8500000c8d, + 0xc8e00000c91, + 0xc9200000ca9, + 0xcaa00000cb4, + 0xcb500000cba, + 0xcbc00000cc5, + 0xcc600000cc9, + 0xcca00000cce, + 0xcd500000cd7, + 0xcdd00000cdf, + 0xce000000ce4, + 0xce600000cf0, + 0xcf100000cf4, + 0xd0000000d0d, + 0xd0e00000d11, + 0xd1200000d45, + 0xd4600000d49, + 0xd4a00000d4f, + 0xd5400000d58, + 0xd5f00000d64, + 0xd6600000d70, + 0xd7a00000d80, + 0xd8100000d84, + 0xd8500000d97, + 0xd9a00000db2, + 0xdb300000dbc, + 0xdbd00000dbe, + 0xdc000000dc7, + 0xdca00000dcb, + 0xdcf00000dd5, + 0xdd600000dd7, + 0xdd800000de0, + 0xde600000df0, + 0xdf200000df4, + 0xe0100000e33, + 0xe3400000e3b, + 0xe4000000e4f, + 0xe5000000e5a, + 0xe8100000e83, + 0xe8400000e85, + 0xe8600000e8b, + 0xe8c00000ea4, + 0xea500000ea6, + 0xea700000eb3, + 0xeb400000ebe, + 0xec000000ec5, + 0xec600000ec7, + 0xec800000ecf, + 0xed000000eda, + 0xede00000ee0, + 0xf0000000f01, + 0xf0b00000f0c, + 0xf1800000f1a, + 0xf2000000f2a, + 0xf3500000f36, + 0xf3700000f38, + 0xf3900000f3a, + 0xf3e00000f43, + 0xf4400000f48, + 0xf4900000f4d, + 0xf4e00000f52, + 0xf5300000f57, + 0xf5800000f5c, + 0xf5d00000f69, + 0xf6a00000f6d, + 0xf7100000f73, + 0xf7400000f75, + 0xf7a00000f81, + 0xf8200000f85, + 0xf8600000f93, + 0xf9400000f98, + 0xf9900000f9d, + 0xf9e00000fa2, + 0xfa300000fa7, + 0xfa800000fac, + 0xfad00000fb9, + 0xfba00000fbd, + 0xfc600000fc7, + 0x10000000104a, + 0x10500000109e, + 0x10d0000010fb, + 0x10fd00001100, + 0x120000001249, + 0x124a0000124e, + 0x125000001257, + 0x125800001259, + 0x125a0000125e, + 0x126000001289, + 0x128a0000128e, + 0x1290000012b1, + 0x12b2000012b6, + 0x12b8000012bf, + 0x12c0000012c1, + 0x12c2000012c6, + 0x12c8000012d7, + 0x12d800001311, + 0x131200001316, + 0x13180000135b, + 0x135d00001360, + 0x138000001390, + 0x13a0000013f6, + 0x14010000166d, + 0x166f00001680, + 0x16810000169b, + 0x16a0000016eb, + 0x16f1000016f9, + 0x170000001716, + 0x171f00001735, + 0x174000001754, + 0x17600000176d, + 0x176e00001771, + 0x177200001774, + 0x1780000017b4, + 0x17b6000017d4, + 0x17d7000017d8, + 0x17dc000017de, + 0x17e0000017ea, + 0x18100000181a, + 0x182000001879, + 0x1880000018ab, + 0x18b0000018f6, + 0x19000000191f, + 0x19200000192c, + 0x19300000193c, + 0x19460000196e, + 0x197000001975, + 0x1980000019ac, + 0x19b0000019ca, + 0x19d0000019da, + 0x1a0000001a1c, + 0x1a2000001a5f, + 0x1a6000001a7d, + 0x1a7f00001a8a, + 0x1a9000001a9a, + 0x1aa700001aa8, + 0x1ab000001abe, + 0x1abf00001acf, + 0x1b0000001b4d, + 0x1b5000001b5a, + 0x1b6b00001b74, + 0x1b8000001bf4, + 0x1c0000001c38, + 0x1c4000001c4a, + 0x1c4d00001c7e, + 0x1cd000001cd3, + 0x1cd400001cfb, + 0x1d0000001d2c, + 0x1d2f00001d30, + 0x1d3b00001d3c, + 0x1d4e00001d4f, + 0x1d6b00001d78, + 0x1d7900001d9b, + 0x1dc000001e00, + 0x1e0100001e02, + 0x1e0300001e04, + 0x1e0500001e06, + 0x1e0700001e08, + 0x1e0900001e0a, + 0x1e0b00001e0c, + 0x1e0d00001e0e, + 0x1e0f00001e10, + 0x1e1100001e12, + 0x1e1300001e14, + 0x1e1500001e16, + 0x1e1700001e18, + 0x1e1900001e1a, + 0x1e1b00001e1c, + 0x1e1d00001e1e, + 0x1e1f00001e20, + 0x1e2100001e22, + 0x1e2300001e24, + 0x1e2500001e26, + 0x1e2700001e28, + 0x1e2900001e2a, + 0x1e2b00001e2c, + 0x1e2d00001e2e, + 0x1e2f00001e30, + 0x1e3100001e32, + 0x1e3300001e34, + 0x1e3500001e36, + 0x1e3700001e38, + 0x1e3900001e3a, + 0x1e3b00001e3c, + 0x1e3d00001e3e, + 0x1e3f00001e40, + 0x1e4100001e42, + 0x1e4300001e44, + 0x1e4500001e46, + 0x1e4700001e48, + 0x1e4900001e4a, + 0x1e4b00001e4c, + 0x1e4d00001e4e, + 0x1e4f00001e50, + 0x1e5100001e52, + 0x1e5300001e54, + 0x1e5500001e56, + 0x1e5700001e58, + 0x1e5900001e5a, + 0x1e5b00001e5c, + 0x1e5d00001e5e, + 0x1e5f00001e60, + 0x1e6100001e62, + 0x1e6300001e64, + 0x1e6500001e66, + 0x1e6700001e68, + 0x1e6900001e6a, + 0x1e6b00001e6c, + 0x1e6d00001e6e, + 0x1e6f00001e70, + 0x1e7100001e72, + 0x1e7300001e74, + 0x1e7500001e76, + 0x1e7700001e78, + 0x1e7900001e7a, + 0x1e7b00001e7c, + 0x1e7d00001e7e, + 0x1e7f00001e80, + 0x1e8100001e82, + 0x1e8300001e84, + 0x1e8500001e86, + 0x1e8700001e88, + 0x1e8900001e8a, + 0x1e8b00001e8c, + 0x1e8d00001e8e, + 0x1e8f00001e90, + 0x1e9100001e92, + 0x1e9300001e94, + 0x1e9500001e9a, + 0x1e9c00001e9e, + 0x1e9f00001ea0, + 0x1ea100001ea2, + 0x1ea300001ea4, + 0x1ea500001ea6, + 0x1ea700001ea8, + 0x1ea900001eaa, + 0x1eab00001eac, + 0x1ead00001eae, + 0x1eaf00001eb0, + 0x1eb100001eb2, + 0x1eb300001eb4, + 0x1eb500001eb6, + 0x1eb700001eb8, + 0x1eb900001eba, + 0x1ebb00001ebc, + 0x1ebd00001ebe, + 0x1ebf00001ec0, + 0x1ec100001ec2, + 0x1ec300001ec4, + 0x1ec500001ec6, + 0x1ec700001ec8, + 0x1ec900001eca, + 0x1ecb00001ecc, + 0x1ecd00001ece, + 0x1ecf00001ed0, + 0x1ed100001ed2, + 0x1ed300001ed4, + 0x1ed500001ed6, + 0x1ed700001ed8, + 0x1ed900001eda, + 0x1edb00001edc, + 0x1edd00001ede, + 0x1edf00001ee0, + 0x1ee100001ee2, + 0x1ee300001ee4, + 0x1ee500001ee6, + 0x1ee700001ee8, + 0x1ee900001eea, + 0x1eeb00001eec, + 0x1eed00001eee, + 0x1eef00001ef0, + 0x1ef100001ef2, + 0x1ef300001ef4, + 0x1ef500001ef6, + 0x1ef700001ef8, + 0x1ef900001efa, + 0x1efb00001efc, + 0x1efd00001efe, + 0x1eff00001f08, + 0x1f1000001f16, + 0x1f2000001f28, + 0x1f3000001f38, + 0x1f4000001f46, + 0x1f5000001f58, + 0x1f6000001f68, + 0x1f7000001f71, + 0x1f7200001f73, + 0x1f7400001f75, + 0x1f7600001f77, + 0x1f7800001f79, + 0x1f7a00001f7b, + 0x1f7c00001f7d, + 0x1fb000001fb2, + 0x1fb600001fb7, + 0x1fc600001fc7, + 0x1fd000001fd3, + 0x1fd600001fd8, + 0x1fe000001fe3, + 0x1fe400001fe8, + 0x1ff600001ff7, + 0x214e0000214f, + 0x218400002185, + 0x2c3000002c60, + 0x2c6100002c62, + 0x2c6500002c67, + 0x2c6800002c69, + 0x2c6a00002c6b, + 0x2c6c00002c6d, + 0x2c7100002c72, + 0x2c7300002c75, + 0x2c7600002c7c, + 0x2c8100002c82, + 0x2c8300002c84, + 0x2c8500002c86, + 0x2c8700002c88, + 0x2c8900002c8a, + 0x2c8b00002c8c, + 0x2c8d00002c8e, + 0x2c8f00002c90, + 0x2c9100002c92, + 0x2c9300002c94, + 0x2c9500002c96, + 0x2c9700002c98, + 0x2c9900002c9a, + 0x2c9b00002c9c, + 0x2c9d00002c9e, + 0x2c9f00002ca0, + 0x2ca100002ca2, + 0x2ca300002ca4, + 0x2ca500002ca6, + 0x2ca700002ca8, + 0x2ca900002caa, + 0x2cab00002cac, + 0x2cad00002cae, + 0x2caf00002cb0, + 0x2cb100002cb2, + 0x2cb300002cb4, + 0x2cb500002cb6, + 0x2cb700002cb8, + 0x2cb900002cba, + 0x2cbb00002cbc, + 0x2cbd00002cbe, + 0x2cbf00002cc0, + 0x2cc100002cc2, + 0x2cc300002cc4, + 0x2cc500002cc6, + 0x2cc700002cc8, + 0x2cc900002cca, + 0x2ccb00002ccc, + 0x2ccd00002cce, + 0x2ccf00002cd0, + 0x2cd100002cd2, + 0x2cd300002cd4, + 0x2cd500002cd6, + 0x2cd700002cd8, + 0x2cd900002cda, + 0x2cdb00002cdc, + 0x2cdd00002cde, + 0x2cdf00002ce0, + 0x2ce100002ce2, + 0x2ce300002ce5, + 0x2cec00002ced, + 0x2cee00002cf2, + 0x2cf300002cf4, + 0x2d0000002d26, + 0x2d2700002d28, + 0x2d2d00002d2e, + 0x2d3000002d68, + 0x2d7f00002d97, + 0x2da000002da7, + 0x2da800002daf, + 0x2db000002db7, + 0x2db800002dbf, + 0x2dc000002dc7, + 0x2dc800002dcf, + 0x2dd000002dd7, + 0x2dd800002ddf, + 0x2de000002e00, + 0x2e2f00002e30, + 0x300500003008, + 0x302a0000302e, + 0x303c0000303d, + 0x304100003097, + 0x30990000309b, + 0x309d0000309f, + 0x30a1000030fb, + 0x30fc000030ff, + 0x310500003130, + 0x31a0000031c0, + 0x31f000003200, + 0x340000004dc0, + 0x4e000000a48d, + 0xa4d00000a4fe, + 0xa5000000a60d, + 0xa6100000a62c, + 0xa6410000a642, + 0xa6430000a644, + 0xa6450000a646, + 0xa6470000a648, + 0xa6490000a64a, + 0xa64b0000a64c, + 0xa64d0000a64e, + 0xa64f0000a650, + 0xa6510000a652, + 0xa6530000a654, + 0xa6550000a656, + 0xa6570000a658, + 0xa6590000a65a, + 0xa65b0000a65c, + 0xa65d0000a65e, + 0xa65f0000a660, + 0xa6610000a662, + 0xa6630000a664, + 0xa6650000a666, + 0xa6670000a668, + 0xa6690000a66a, + 0xa66b0000a66c, + 0xa66d0000a670, + 0xa6740000a67e, + 0xa67f0000a680, + 0xa6810000a682, + 0xa6830000a684, + 0xa6850000a686, + 0xa6870000a688, + 0xa6890000a68a, + 0xa68b0000a68c, + 0xa68d0000a68e, + 0xa68f0000a690, + 0xa6910000a692, + 0xa6930000a694, + 0xa6950000a696, + 0xa6970000a698, + 0xa6990000a69a, + 0xa69b0000a69c, + 0xa69e0000a6e6, + 0xa6f00000a6f2, + 0xa7170000a720, + 0xa7230000a724, + 0xa7250000a726, + 0xa7270000a728, + 0xa7290000a72a, + 0xa72b0000a72c, + 0xa72d0000a72e, + 0xa72f0000a732, + 0xa7330000a734, + 0xa7350000a736, + 0xa7370000a738, + 0xa7390000a73a, + 0xa73b0000a73c, + 0xa73d0000a73e, + 0xa73f0000a740, + 0xa7410000a742, + 0xa7430000a744, + 0xa7450000a746, + 0xa7470000a748, + 0xa7490000a74a, + 0xa74b0000a74c, + 0xa74d0000a74e, + 0xa74f0000a750, + 0xa7510000a752, + 0xa7530000a754, + 0xa7550000a756, + 0xa7570000a758, + 0xa7590000a75a, + 0xa75b0000a75c, + 0xa75d0000a75e, + 0xa75f0000a760, + 0xa7610000a762, + 0xa7630000a764, + 0xa7650000a766, + 0xa7670000a768, + 0xa7690000a76a, + 0xa76b0000a76c, + 0xa76d0000a76e, + 0xa76f0000a770, + 0xa7710000a779, + 0xa77a0000a77b, + 0xa77c0000a77d, + 0xa77f0000a780, + 0xa7810000a782, + 0xa7830000a784, + 0xa7850000a786, + 0xa7870000a789, + 0xa78c0000a78d, + 0xa78e0000a790, + 0xa7910000a792, + 0xa7930000a796, + 0xa7970000a798, + 0xa7990000a79a, + 0xa79b0000a79c, + 0xa79d0000a79e, + 0xa79f0000a7a0, + 0xa7a10000a7a2, + 0xa7a30000a7a4, + 0xa7a50000a7a6, + 0xa7a70000a7a8, + 0xa7a90000a7aa, + 0xa7af0000a7b0, + 0xa7b50000a7b6, + 0xa7b70000a7b8, + 0xa7b90000a7ba, + 0xa7bb0000a7bc, + 0xa7bd0000a7be, + 0xa7bf0000a7c0, + 0xa7c10000a7c2, + 0xa7c30000a7c4, + 0xa7c80000a7c9, + 0xa7ca0000a7cb, + 0xa7d10000a7d2, + 0xa7d30000a7d4, + 0xa7d50000a7d6, + 0xa7d70000a7d8, + 0xa7d90000a7da, + 0xa7f20000a7f5, + 0xa7f60000a7f8, + 0xa7fa0000a828, + 0xa82c0000a82d, + 0xa8400000a874, + 0xa8800000a8c6, + 0xa8d00000a8da, + 0xa8e00000a8f8, + 0xa8fb0000a8fc, + 0xa8fd0000a92e, + 0xa9300000a954, + 0xa9800000a9c1, + 0xa9cf0000a9da, + 0xa9e00000a9ff, + 0xaa000000aa37, + 0xaa400000aa4e, + 0xaa500000aa5a, + 0xaa600000aa77, + 0xaa7a0000aac3, + 0xaadb0000aade, + 0xaae00000aaf0, + 0xaaf20000aaf7, + 0xab010000ab07, + 0xab090000ab0f, + 0xab110000ab17, + 0xab200000ab27, + 0xab280000ab2f, + 0xab300000ab5b, + 0xab600000ab69, + 0xabc00000abeb, + 0xabec0000abee, + 0xabf00000abfa, + 0xac000000d7a4, + 0xfa0e0000fa10, + 0xfa110000fa12, + 0xfa130000fa15, + 0xfa1f0000fa20, + 0xfa210000fa22, + 0xfa230000fa25, + 0xfa270000fa2a, + 0xfb1e0000fb1f, + 0xfe200000fe30, + 0xfe730000fe74, + 0x100000001000c, + 0x1000d00010027, + 0x100280001003b, + 0x1003c0001003e, + 0x1003f0001004e, + 0x100500001005e, + 0x10080000100fb, + 0x101fd000101fe, + 0x102800001029d, + 0x102a0000102d1, + 0x102e0000102e1, + 0x1030000010320, + 0x1032d00010341, + 0x103420001034a, + 0x103500001037b, + 0x103800001039e, + 0x103a0000103c4, + 0x103c8000103d0, + 0x104280001049e, + 0x104a0000104aa, + 0x104d8000104fc, + 0x1050000010528, + 0x1053000010564, + 0x10597000105a2, + 0x105a3000105b2, + 0x105b3000105ba, + 0x105bb000105bd, + 0x1060000010737, + 0x1074000010756, + 0x1076000010768, + 0x1078000010786, + 0x10787000107b1, + 0x107b2000107bb, + 0x1080000010806, + 0x1080800010809, + 0x1080a00010836, + 0x1083700010839, + 0x1083c0001083d, + 0x1083f00010856, + 0x1086000010877, + 0x108800001089f, + 0x108e0000108f3, + 0x108f4000108f6, + 0x1090000010916, + 0x109200001093a, + 0x10980000109b8, + 0x109be000109c0, + 0x10a0000010a04, + 0x10a0500010a07, + 0x10a0c00010a14, + 0x10a1500010a18, + 0x10a1900010a36, + 0x10a3800010a3b, + 0x10a3f00010a40, + 0x10a6000010a7d, + 0x10a8000010a9d, + 0x10ac000010ac8, + 0x10ac900010ae7, + 0x10b0000010b36, + 0x10b4000010b56, + 0x10b6000010b73, + 0x10b8000010b92, + 0x10c0000010c49, + 0x10cc000010cf3, + 0x10d0000010d28, + 0x10d3000010d3a, + 0x10e8000010eaa, + 0x10eab00010ead, + 0x10eb000010eb2, + 0x10efd00010f1d, + 0x10f2700010f28, + 0x10f3000010f51, + 0x10f7000010f86, + 0x10fb000010fc5, + 0x10fe000010ff7, + 0x1100000011047, + 0x1106600011076, + 0x1107f000110bb, + 0x110c2000110c3, + 0x110d0000110e9, + 0x110f0000110fa, + 0x1110000011135, + 0x1113600011140, + 0x1114400011148, + 0x1115000011174, + 0x1117600011177, + 0x11180000111c5, + 0x111c9000111cd, + 0x111ce000111db, + 0x111dc000111dd, + 0x1120000011212, + 0x1121300011238, + 0x1123e00011242, + 0x1128000011287, + 0x1128800011289, + 0x1128a0001128e, + 0x1128f0001129e, + 0x1129f000112a9, + 0x112b0000112eb, + 0x112f0000112fa, + 0x1130000011304, + 0x113050001130d, + 0x1130f00011311, + 0x1131300011329, + 0x1132a00011331, + 0x1133200011334, + 0x113350001133a, + 0x1133b00011345, + 0x1134700011349, + 0x1134b0001134e, + 0x1135000011351, + 0x1135700011358, + 0x1135d00011364, + 0x113660001136d, + 0x1137000011375, + 0x114000001144b, + 0x114500001145a, + 0x1145e00011462, + 0x11480000114c6, + 0x114c7000114c8, + 0x114d0000114da, + 0x11580000115b6, + 0x115b8000115c1, + 0x115d8000115de, + 0x1160000011641, + 0x1164400011645, + 0x116500001165a, + 0x11680000116b9, + 0x116c0000116ca, + 0x117000001171b, + 0x1171d0001172c, + 0x117300001173a, + 0x1174000011747, + 0x118000001183b, + 0x118c0000118ea, + 0x118ff00011907, + 0x119090001190a, + 0x1190c00011914, + 0x1191500011917, + 0x1191800011936, + 0x1193700011939, + 0x1193b00011944, + 0x119500001195a, + 0x119a0000119a8, + 0x119aa000119d8, + 0x119da000119e2, + 0x119e3000119e5, + 0x11a0000011a3f, + 0x11a4700011a48, + 0x11a5000011a9a, + 0x11a9d00011a9e, + 0x11ab000011af9, + 0x11c0000011c09, + 0x11c0a00011c37, + 0x11c3800011c41, + 0x11c5000011c5a, + 0x11c7200011c90, + 0x11c9200011ca8, + 0x11ca900011cb7, + 0x11d0000011d07, + 0x11d0800011d0a, + 0x11d0b00011d37, + 0x11d3a00011d3b, + 0x11d3c00011d3e, + 0x11d3f00011d48, + 0x11d5000011d5a, + 0x11d6000011d66, + 0x11d6700011d69, + 0x11d6a00011d8f, + 0x11d9000011d92, + 0x11d9300011d99, + 0x11da000011daa, + 0x11ee000011ef7, + 0x11f0000011f11, + 0x11f1200011f3b, + 0x11f3e00011f43, + 0x11f5000011f5a, + 0x11fb000011fb1, + 0x120000001239a, + 0x1248000012544, + 0x12f9000012ff1, + 0x1300000013430, + 0x1344000013456, + 0x1440000014647, + 0x1680000016a39, + 0x16a4000016a5f, + 0x16a6000016a6a, + 0x16a7000016abf, + 0x16ac000016aca, + 0x16ad000016aee, + 0x16af000016af5, + 0x16b0000016b37, + 0x16b4000016b44, + 0x16b5000016b5a, + 0x16b6300016b78, + 0x16b7d00016b90, + 0x16e6000016e80, + 0x16f0000016f4b, + 0x16f4f00016f88, + 0x16f8f00016fa0, + 0x16fe000016fe2, + 0x16fe300016fe5, + 0x16ff000016ff2, + 0x17000000187f8, + 0x1880000018cd6, + 0x18d0000018d09, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b123, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1b1550001b156, + 0x1b1640001b168, + 0x1b1700001b2fc, + 0x1bc000001bc6b, + 0x1bc700001bc7d, + 0x1bc800001bc89, + 0x1bc900001bc9a, + 0x1bc9d0001bc9f, + 0x1cf000001cf2e, + 0x1cf300001cf47, + 0x1da000001da37, + 0x1da3b0001da6d, + 0x1da750001da76, + 0x1da840001da85, + 0x1da9b0001daa0, + 0x1daa10001dab0, + 0x1df000001df1f, + 0x1df250001df2b, + 0x1e0000001e007, + 0x1e0080001e019, + 0x1e01b0001e022, + 0x1e0230001e025, + 0x1e0260001e02b, + 0x1e08f0001e090, + 0x1e1000001e12d, + 0x1e1300001e13e, + 0x1e1400001e14a, + 0x1e14e0001e14f, + 0x1e2900001e2af, + 0x1e2c00001e2fa, + 0x1e4d00001e4fa, + 0x1e7e00001e7e7, + 0x1e7e80001e7ec, + 0x1e7ed0001e7ef, + 0x1e7f00001e7ff, + 0x1e8000001e8c5, + 0x1e8d00001e8d7, + 0x1e9220001e94c, + 0x1e9500001e95a, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x300000003134b, + 0x31350000323b0, + ), + 'CONTEXTJ': ( + 0x200c0000200e, + ), + 'CONTEXTO': ( + 0xb7000000b8, + 0x37500000376, + 0x5f3000005f5, + 0x6600000066a, + 0x6f0000006fa, + 0x30fb000030fc, + ), +} diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py new file mode 100644 index 0000000..6a43b04 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py @@ -0,0 +1,54 @@ +""" +Given a list of integers, made up of (hopefully) a small number of long runs +of consecutive integers, compute a representation of the form +((start1, end1), (start2, end2) ...). Then answer the question "was x present +in the original list?" in time O(log(# runs)). +""" + +import bisect +from typing import List, Tuple + +def intranges_from_list(list_: List[int]) -> Tuple[int, ...]: + """Represent a list of integers as a sequence of ranges: + ((start_0, end_0), (start_1, end_1), ...), such that the original + integers are exactly those x such that start_i <= x < end_i for some i. + + Ranges are encoded as single integers (start << 32 | end), not as tuples. + """ + + sorted_list = sorted(list_) + ranges = [] + last_write = -1 + for i in range(len(sorted_list)): + if i+1 < len(sorted_list): + if sorted_list[i] == sorted_list[i+1]-1: + continue + current_range = sorted_list[last_write+1:i+1] + ranges.append(_encode_range(current_range[0], current_range[-1] + 1)) + last_write = i + + return tuple(ranges) + +def _encode_range(start: int, end: int) -> int: + return (start << 32) | end + +def _decode_range(r: int) -> Tuple[int, int]: + return (r >> 32), (r & ((1 << 32) - 1)) + + +def intranges_contain(int_: int, ranges: Tuple[int, ...]) -> bool: + """Determine if `int_` falls into one of the ranges in `ranges`.""" + tuple_ = _encode_range(int_, 0) + pos = bisect.bisect_left(ranges, tuple_) + # we could be immediately ahead of a tuple (start, end) + # with start < int_ <= end + if pos > 0: + left, right = _decode_range(ranges[pos-1]) + if left <= int_ < right: + return True + # or we could be immediately behind a tuple (int_, end) + if pos < len(ranges): + left, _ = _decode_range(ranges[pos]) + if left == int_: + return True + return False diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py new file mode 100644 index 0000000..8501893 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py @@ -0,0 +1,2 @@ +__version__ = '3.4' + diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py new file mode 100644 index 0000000..186796c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py @@ -0,0 +1,8600 @@ +# This file is automatically generated by tools/idna-data +# vim: set fileencoding=utf-8 : + +from typing import List, Tuple, Union + + +"""IDNA Mapping Table from UTS46.""" + + +__version__ = '15.0.0' +def _seg_0() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x0, '3'), + (0x1, '3'), + (0x2, '3'), + (0x3, '3'), + (0x4, '3'), + (0x5, '3'), + (0x6, '3'), + (0x7, '3'), + (0x8, '3'), + (0x9, '3'), + (0xA, '3'), + (0xB, '3'), + (0xC, '3'), + (0xD, '3'), + (0xE, '3'), + (0xF, '3'), + (0x10, '3'), + (0x11, '3'), + (0x12, '3'), + (0x13, '3'), + (0x14, '3'), + (0x15, '3'), + (0x16, '3'), + (0x17, '3'), + (0x18, '3'), + (0x19, '3'), + (0x1A, '3'), + (0x1B, '3'), + (0x1C, '3'), + (0x1D, '3'), + (0x1E, '3'), + (0x1F, '3'), + (0x20, '3'), + (0x21, '3'), + (0x22, '3'), + (0x23, '3'), + (0x24, '3'), + (0x25, '3'), + (0x26, '3'), + (0x27, '3'), + (0x28, '3'), + (0x29, '3'), + (0x2A, '3'), + (0x2B, '3'), + (0x2C, '3'), + (0x2D, 'V'), + (0x2E, 'V'), + (0x2F, '3'), + (0x30, 'V'), + (0x31, 'V'), + (0x32, 'V'), + (0x33, 'V'), + (0x34, 'V'), + (0x35, 'V'), + (0x36, 'V'), + (0x37, 'V'), + (0x38, 'V'), + (0x39, 'V'), + (0x3A, '3'), + (0x3B, '3'), + (0x3C, '3'), + (0x3D, '3'), + (0x3E, '3'), + (0x3F, '3'), + (0x40, '3'), + (0x41, 'M', 'a'), + (0x42, 'M', 'b'), + (0x43, 'M', 'c'), + (0x44, 'M', 'd'), + (0x45, 'M', 'e'), + (0x46, 'M', 'f'), + (0x47, 'M', 'g'), + (0x48, 'M', 'h'), + (0x49, 'M', 'i'), + (0x4A, 'M', 'j'), + (0x4B, 'M', 'k'), + (0x4C, 'M', 'l'), + (0x4D, 'M', 'm'), + (0x4E, 'M', 'n'), + (0x4F, 'M', 'o'), + (0x50, 'M', 'p'), + (0x51, 'M', 'q'), + (0x52, 'M', 'r'), + (0x53, 'M', 's'), + (0x54, 'M', 't'), + (0x55, 'M', 'u'), + (0x56, 'M', 'v'), + (0x57, 'M', 'w'), + (0x58, 'M', 'x'), + (0x59, 'M', 'y'), + (0x5A, 'M', 'z'), + (0x5B, '3'), + (0x5C, '3'), + (0x5D, '3'), + (0x5E, '3'), + (0x5F, '3'), + (0x60, '3'), + (0x61, 'V'), + (0x62, 'V'), + (0x63, 'V'), + ] + +def _seg_1() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x64, 'V'), + (0x65, 'V'), + (0x66, 'V'), + (0x67, 'V'), + (0x68, 'V'), + (0x69, 'V'), + (0x6A, 'V'), + (0x6B, 'V'), + (0x6C, 'V'), + (0x6D, 'V'), + (0x6E, 'V'), + (0x6F, 'V'), + (0x70, 'V'), + (0x71, 'V'), + (0x72, 'V'), + (0x73, 'V'), + (0x74, 'V'), + (0x75, 'V'), + (0x76, 'V'), + (0x77, 'V'), + (0x78, 'V'), + (0x79, 'V'), + (0x7A, 'V'), + (0x7B, '3'), + (0x7C, '3'), + (0x7D, '3'), + (0x7E, '3'), + (0x7F, '3'), + (0x80, 'X'), + (0x81, 'X'), + (0x82, 'X'), + (0x83, 'X'), + (0x84, 'X'), + (0x85, 'X'), + (0x86, 'X'), + (0x87, 'X'), + (0x88, 'X'), + (0x89, 'X'), + (0x8A, 'X'), + (0x8B, 'X'), + (0x8C, 'X'), + (0x8D, 'X'), + (0x8E, 'X'), + (0x8F, 'X'), + (0x90, 'X'), + (0x91, 'X'), + (0x92, 'X'), + (0x93, 'X'), + (0x94, 'X'), + (0x95, 'X'), + (0x96, 'X'), + (0x97, 'X'), + (0x98, 'X'), + (0x99, 'X'), + (0x9A, 'X'), + (0x9B, 'X'), + (0x9C, 'X'), + (0x9D, 'X'), + (0x9E, 'X'), + (0x9F, 'X'), + (0xA0, '3', ' '), + (0xA1, 'V'), + (0xA2, 'V'), + (0xA3, 'V'), + (0xA4, 'V'), + (0xA5, 'V'), + (0xA6, 'V'), + (0xA7, 'V'), + (0xA8, '3', ' ̈'), + (0xA9, 'V'), + (0xAA, 'M', 'a'), + (0xAB, 'V'), + (0xAC, 'V'), + (0xAD, 'I'), + (0xAE, 'V'), + (0xAF, '3', ' ̄'), + (0xB0, 'V'), + (0xB1, 'V'), + (0xB2, 'M', '2'), + (0xB3, 'M', '3'), + (0xB4, '3', ' ́'), + (0xB5, 'M', 'μ'), + (0xB6, 'V'), + (0xB7, 'V'), + (0xB8, '3', ' ̧'), + (0xB9, 'M', '1'), + (0xBA, 'M', 'o'), + (0xBB, 'V'), + (0xBC, 'M', '1⁄4'), + (0xBD, 'M', '1⁄2'), + (0xBE, 'M', '3⁄4'), + (0xBF, 'V'), + (0xC0, 'M', 'à'), + (0xC1, 'M', 'á'), + (0xC2, 'M', 'â'), + (0xC3, 'M', 'ã'), + (0xC4, 'M', 'ä'), + (0xC5, 'M', 'å'), + (0xC6, 'M', 'æ'), + (0xC7, 'M', 'ç'), + ] + +def _seg_2() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC8, 'M', 'è'), + (0xC9, 'M', 'é'), + (0xCA, 'M', 'ê'), + (0xCB, 'M', 'ë'), + (0xCC, 'M', 'ì'), + (0xCD, 'M', 'í'), + (0xCE, 'M', 'î'), + (0xCF, 'M', 'ï'), + (0xD0, 'M', 'ð'), + (0xD1, 'M', 'ñ'), + (0xD2, 'M', 'ò'), + (0xD3, 'M', 'ó'), + (0xD4, 'M', 'ô'), + (0xD5, 'M', 'õ'), + (0xD6, 'M', 'ö'), + (0xD7, 'V'), + (0xD8, 'M', 'ø'), + (0xD9, 'M', 'ù'), + (0xDA, 'M', 'ú'), + (0xDB, 'M', 'û'), + (0xDC, 'M', 'ü'), + (0xDD, 'M', 'ý'), + (0xDE, 'M', 'þ'), + (0xDF, 'D', 'ss'), + (0xE0, 'V'), + (0xE1, 'V'), + (0xE2, 'V'), + (0xE3, 'V'), + (0xE4, 'V'), + (0xE5, 'V'), + (0xE6, 'V'), + (0xE7, 'V'), + (0xE8, 'V'), + (0xE9, 'V'), + (0xEA, 'V'), + (0xEB, 'V'), + (0xEC, 'V'), + (0xED, 'V'), + (0xEE, 'V'), + (0xEF, 'V'), + (0xF0, 'V'), + (0xF1, 'V'), + (0xF2, 'V'), + (0xF3, 'V'), + (0xF4, 'V'), + (0xF5, 'V'), + (0xF6, 'V'), + (0xF7, 'V'), + (0xF8, 'V'), + (0xF9, 'V'), + (0xFA, 'V'), + (0xFB, 'V'), + (0xFC, 'V'), + (0xFD, 'V'), + (0xFE, 'V'), + (0xFF, 'V'), + (0x100, 'M', 'ā'), + (0x101, 'V'), + (0x102, 'M', 'ă'), + (0x103, 'V'), + (0x104, 'M', 'ą'), + (0x105, 'V'), + (0x106, 'M', 'ć'), + (0x107, 'V'), + (0x108, 'M', 'ĉ'), + (0x109, 'V'), + (0x10A, 'M', 'ċ'), + (0x10B, 'V'), + (0x10C, 'M', 'č'), + (0x10D, 'V'), + (0x10E, 'M', 'ď'), + (0x10F, 'V'), + (0x110, 'M', 'đ'), + (0x111, 'V'), + (0x112, 'M', 'ē'), + (0x113, 'V'), + (0x114, 'M', 'ĕ'), + (0x115, 'V'), + (0x116, 'M', 'ė'), + (0x117, 'V'), + (0x118, 'M', 'ę'), + (0x119, 'V'), + (0x11A, 'M', 'ě'), + (0x11B, 'V'), + (0x11C, 'M', 'ĝ'), + (0x11D, 'V'), + (0x11E, 'M', 'ğ'), + (0x11F, 'V'), + (0x120, 'M', 'ġ'), + (0x121, 'V'), + (0x122, 'M', 'ģ'), + (0x123, 'V'), + (0x124, 'M', 'ĥ'), + (0x125, 'V'), + (0x126, 'M', 'ħ'), + (0x127, 'V'), + (0x128, 'M', 'ĩ'), + (0x129, 'V'), + (0x12A, 'M', 'ī'), + (0x12B, 'V'), + ] + +def _seg_3() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x12C, 'M', 'ĭ'), + (0x12D, 'V'), + (0x12E, 'M', 'į'), + (0x12F, 'V'), + (0x130, 'M', 'i̇'), + (0x131, 'V'), + (0x132, 'M', 'ij'), + (0x134, 'M', 'ĵ'), + (0x135, 'V'), + (0x136, 'M', 'ķ'), + (0x137, 'V'), + (0x139, 'M', 'ĺ'), + (0x13A, 'V'), + (0x13B, 'M', 'ļ'), + (0x13C, 'V'), + (0x13D, 'M', 'ľ'), + (0x13E, 'V'), + (0x13F, 'M', 'l·'), + (0x141, 'M', 'ł'), + (0x142, 'V'), + (0x143, 'M', 'ń'), + (0x144, 'V'), + (0x145, 'M', 'ņ'), + (0x146, 'V'), + (0x147, 'M', 'ň'), + (0x148, 'V'), + (0x149, 'M', 'ʼn'), + (0x14A, 'M', 'ŋ'), + (0x14B, 'V'), + (0x14C, 'M', 'ō'), + (0x14D, 'V'), + (0x14E, 'M', 'ŏ'), + (0x14F, 'V'), + (0x150, 'M', 'ő'), + (0x151, 'V'), + (0x152, 'M', 'œ'), + (0x153, 'V'), + (0x154, 'M', 'ŕ'), + (0x155, 'V'), + (0x156, 'M', 'ŗ'), + (0x157, 'V'), + (0x158, 'M', 'ř'), + (0x159, 'V'), + (0x15A, 'M', 'ś'), + (0x15B, 'V'), + (0x15C, 'M', 'ŝ'), + (0x15D, 'V'), + (0x15E, 'M', 'ş'), + (0x15F, 'V'), + (0x160, 'M', 'š'), + (0x161, 'V'), + (0x162, 'M', 'ţ'), + (0x163, 'V'), + (0x164, 'M', 'ť'), + (0x165, 'V'), + (0x166, 'M', 'ŧ'), + (0x167, 'V'), + (0x168, 'M', 'ũ'), + (0x169, 'V'), + (0x16A, 'M', 'ū'), + (0x16B, 'V'), + (0x16C, 'M', 'ŭ'), + (0x16D, 'V'), + (0x16E, 'M', 'ů'), + (0x16F, 'V'), + (0x170, 'M', 'ű'), + (0x171, 'V'), + (0x172, 'M', 'ų'), + (0x173, 'V'), + (0x174, 'M', 'ŵ'), + (0x175, 'V'), + (0x176, 'M', 'ŷ'), + (0x177, 'V'), + (0x178, 'M', 'ÿ'), + (0x179, 'M', 'ź'), + (0x17A, 'V'), + (0x17B, 'M', 'ż'), + (0x17C, 'V'), + (0x17D, 'M', 'ž'), + (0x17E, 'V'), + (0x17F, 'M', 's'), + (0x180, 'V'), + (0x181, 'M', 'ɓ'), + (0x182, 'M', 'ƃ'), + (0x183, 'V'), + (0x184, 'M', 'ƅ'), + (0x185, 'V'), + (0x186, 'M', 'ɔ'), + (0x187, 'M', 'ƈ'), + (0x188, 'V'), + (0x189, 'M', 'ɖ'), + (0x18A, 'M', 'ɗ'), + (0x18B, 'M', 'ƌ'), + (0x18C, 'V'), + (0x18E, 'M', 'ǝ'), + (0x18F, 'M', 'ə'), + (0x190, 'M', 'ɛ'), + (0x191, 'M', 'ƒ'), + (0x192, 'V'), + (0x193, 'M', 'ɠ'), + ] + +def _seg_4() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x194, 'M', 'ɣ'), + (0x195, 'V'), + (0x196, 'M', 'ɩ'), + (0x197, 'M', 'ɨ'), + (0x198, 'M', 'ƙ'), + (0x199, 'V'), + (0x19C, 'M', 'ɯ'), + (0x19D, 'M', 'ɲ'), + (0x19E, 'V'), + (0x19F, 'M', 'ɵ'), + (0x1A0, 'M', 'ơ'), + (0x1A1, 'V'), + (0x1A2, 'M', 'ƣ'), + (0x1A3, 'V'), + (0x1A4, 'M', 'ƥ'), + (0x1A5, 'V'), + (0x1A6, 'M', 'ʀ'), + (0x1A7, 'M', 'ƨ'), + (0x1A8, 'V'), + (0x1A9, 'M', 'ʃ'), + (0x1AA, 'V'), + (0x1AC, 'M', 'ƭ'), + (0x1AD, 'V'), + (0x1AE, 'M', 'ʈ'), + (0x1AF, 'M', 'ư'), + (0x1B0, 'V'), + (0x1B1, 'M', 'ʊ'), + (0x1B2, 'M', 'ʋ'), + (0x1B3, 'M', 'ƴ'), + (0x1B4, 'V'), + (0x1B5, 'M', 'ƶ'), + (0x1B6, 'V'), + (0x1B7, 'M', 'ʒ'), + (0x1B8, 'M', 'ƹ'), + (0x1B9, 'V'), + (0x1BC, 'M', 'ƽ'), + (0x1BD, 'V'), + (0x1C4, 'M', 'dž'), + (0x1C7, 'M', 'lj'), + (0x1CA, 'M', 'nj'), + (0x1CD, 'M', 'ǎ'), + (0x1CE, 'V'), + (0x1CF, 'M', 'ǐ'), + (0x1D0, 'V'), + (0x1D1, 'M', 'ǒ'), + (0x1D2, 'V'), + (0x1D3, 'M', 'ǔ'), + (0x1D4, 'V'), + (0x1D5, 'M', 'ǖ'), + (0x1D6, 'V'), + (0x1D7, 'M', 'ǘ'), + (0x1D8, 'V'), + (0x1D9, 'M', 'ǚ'), + (0x1DA, 'V'), + (0x1DB, 'M', 'ǜ'), + (0x1DC, 'V'), + (0x1DE, 'M', 'ǟ'), + (0x1DF, 'V'), + (0x1E0, 'M', 'ǡ'), + (0x1E1, 'V'), + (0x1E2, 'M', 'ǣ'), + (0x1E3, 'V'), + (0x1E4, 'M', 'ǥ'), + (0x1E5, 'V'), + (0x1E6, 'M', 'ǧ'), + (0x1E7, 'V'), + (0x1E8, 'M', 'ǩ'), + (0x1E9, 'V'), + (0x1EA, 'M', 'ǫ'), + (0x1EB, 'V'), + (0x1EC, 'M', 'ǭ'), + (0x1ED, 'V'), + (0x1EE, 'M', 'ǯ'), + (0x1EF, 'V'), + (0x1F1, 'M', 'dz'), + (0x1F4, 'M', 'ǵ'), + (0x1F5, 'V'), + (0x1F6, 'M', 'ƕ'), + (0x1F7, 'M', 'ƿ'), + (0x1F8, 'M', 'ǹ'), + (0x1F9, 'V'), + (0x1FA, 'M', 'ǻ'), + (0x1FB, 'V'), + (0x1FC, 'M', 'ǽ'), + (0x1FD, 'V'), + (0x1FE, 'M', 'ǿ'), + (0x1FF, 'V'), + (0x200, 'M', 'ȁ'), + (0x201, 'V'), + (0x202, 'M', 'ȃ'), + (0x203, 'V'), + (0x204, 'M', 'ȅ'), + (0x205, 'V'), + (0x206, 'M', 'ȇ'), + (0x207, 'V'), + (0x208, 'M', 'ȉ'), + (0x209, 'V'), + (0x20A, 'M', 'ȋ'), + (0x20B, 'V'), + (0x20C, 'M', 'ȍ'), + ] + +def _seg_5() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x20D, 'V'), + (0x20E, 'M', 'ȏ'), + (0x20F, 'V'), + (0x210, 'M', 'ȑ'), + (0x211, 'V'), + (0x212, 'M', 'ȓ'), + (0x213, 'V'), + (0x214, 'M', 'ȕ'), + (0x215, 'V'), + (0x216, 'M', 'ȗ'), + (0x217, 'V'), + (0x218, 'M', 'ș'), + (0x219, 'V'), + (0x21A, 'M', 'ț'), + (0x21B, 'V'), + (0x21C, 'M', 'ȝ'), + (0x21D, 'V'), + (0x21E, 'M', 'ȟ'), + (0x21F, 'V'), + (0x220, 'M', 'ƞ'), + (0x221, 'V'), + (0x222, 'M', 'ȣ'), + (0x223, 'V'), + (0x224, 'M', 'ȥ'), + (0x225, 'V'), + (0x226, 'M', 'ȧ'), + (0x227, 'V'), + (0x228, 'M', 'ȩ'), + (0x229, 'V'), + (0x22A, 'M', 'ȫ'), + (0x22B, 'V'), + (0x22C, 'M', 'ȭ'), + (0x22D, 'V'), + (0x22E, 'M', 'ȯ'), + (0x22F, 'V'), + (0x230, 'M', 'ȱ'), + (0x231, 'V'), + (0x232, 'M', 'ȳ'), + (0x233, 'V'), + (0x23A, 'M', 'ⱥ'), + (0x23B, 'M', 'ȼ'), + (0x23C, 'V'), + (0x23D, 'M', 'ƚ'), + (0x23E, 'M', 'ⱦ'), + (0x23F, 'V'), + (0x241, 'M', 'ɂ'), + (0x242, 'V'), + (0x243, 'M', 'ƀ'), + (0x244, 'M', 'ʉ'), + (0x245, 'M', 'ʌ'), + (0x246, 'M', 'ɇ'), + (0x247, 'V'), + (0x248, 'M', 'ɉ'), + (0x249, 'V'), + (0x24A, 'M', 'ɋ'), + (0x24B, 'V'), + (0x24C, 'M', 'ɍ'), + (0x24D, 'V'), + (0x24E, 'M', 'ɏ'), + (0x24F, 'V'), + (0x2B0, 'M', 'h'), + (0x2B1, 'M', 'ɦ'), + (0x2B2, 'M', 'j'), + (0x2B3, 'M', 'r'), + (0x2B4, 'M', 'ɹ'), + (0x2B5, 'M', 'ɻ'), + (0x2B6, 'M', 'ʁ'), + (0x2B7, 'M', 'w'), + (0x2B8, 'M', 'y'), + (0x2B9, 'V'), + (0x2D8, '3', ' ̆'), + (0x2D9, '3', ' ̇'), + (0x2DA, '3', ' ̊'), + (0x2DB, '3', ' ̨'), + (0x2DC, '3', ' ̃'), + (0x2DD, '3', ' ̋'), + (0x2DE, 'V'), + (0x2E0, 'M', 'ɣ'), + (0x2E1, 'M', 'l'), + (0x2E2, 'M', 's'), + (0x2E3, 'M', 'x'), + (0x2E4, 'M', 'ʕ'), + (0x2E5, 'V'), + (0x340, 'M', '̀'), + (0x341, 'M', '́'), + (0x342, 'V'), + (0x343, 'M', '̓'), + (0x344, 'M', '̈́'), + (0x345, 'M', 'ι'), + (0x346, 'V'), + (0x34F, 'I'), + (0x350, 'V'), + (0x370, 'M', 'ͱ'), + (0x371, 'V'), + (0x372, 'M', 'ͳ'), + (0x373, 'V'), + (0x374, 'M', 'ʹ'), + (0x375, 'V'), + (0x376, 'M', 'ͷ'), + (0x377, 'V'), + ] + +def _seg_6() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x378, 'X'), + (0x37A, '3', ' ι'), + (0x37B, 'V'), + (0x37E, '3', ';'), + (0x37F, 'M', 'ϳ'), + (0x380, 'X'), + (0x384, '3', ' ́'), + (0x385, '3', ' ̈́'), + (0x386, 'M', 'ά'), + (0x387, 'M', '·'), + (0x388, 'M', 'έ'), + (0x389, 'M', 'ή'), + (0x38A, 'M', 'ί'), + (0x38B, 'X'), + (0x38C, 'M', 'ό'), + (0x38D, 'X'), + (0x38E, 'M', 'ύ'), + (0x38F, 'M', 'ώ'), + (0x390, 'V'), + (0x391, 'M', 'α'), + (0x392, 'M', 'β'), + (0x393, 'M', 'γ'), + (0x394, 'M', 'δ'), + (0x395, 'M', 'ε'), + (0x396, 'M', 'ζ'), + (0x397, 'M', 'η'), + (0x398, 'M', 'θ'), + (0x399, 'M', 'ι'), + (0x39A, 'M', 'κ'), + (0x39B, 'M', 'λ'), + (0x39C, 'M', 'μ'), + (0x39D, 'M', 'ν'), + (0x39E, 'M', 'ξ'), + (0x39F, 'M', 'ο'), + (0x3A0, 'M', 'π'), + (0x3A1, 'M', 'ρ'), + (0x3A2, 'X'), + (0x3A3, 'M', 'σ'), + (0x3A4, 'M', 'τ'), + (0x3A5, 'M', 'υ'), + (0x3A6, 'M', 'φ'), + (0x3A7, 'M', 'χ'), + (0x3A8, 'M', 'ψ'), + (0x3A9, 'M', 'ω'), + (0x3AA, 'M', 'ϊ'), + (0x3AB, 'M', 'ϋ'), + (0x3AC, 'V'), + (0x3C2, 'D', 'σ'), + (0x3C3, 'V'), + (0x3CF, 'M', 'ϗ'), + (0x3D0, 'M', 'β'), + (0x3D1, 'M', 'θ'), + (0x3D2, 'M', 'υ'), + (0x3D3, 'M', 'ύ'), + (0x3D4, 'M', 'ϋ'), + (0x3D5, 'M', 'φ'), + (0x3D6, 'M', 'π'), + (0x3D7, 'V'), + (0x3D8, 'M', 'ϙ'), + (0x3D9, 'V'), + (0x3DA, 'M', 'ϛ'), + (0x3DB, 'V'), + (0x3DC, 'M', 'ϝ'), + (0x3DD, 'V'), + (0x3DE, 'M', 'ϟ'), + (0x3DF, 'V'), + (0x3E0, 'M', 'ϡ'), + (0x3E1, 'V'), + (0x3E2, 'M', 'ϣ'), + (0x3E3, 'V'), + (0x3E4, 'M', 'ϥ'), + (0x3E5, 'V'), + (0x3E6, 'M', 'ϧ'), + (0x3E7, 'V'), + (0x3E8, 'M', 'ϩ'), + (0x3E9, 'V'), + (0x3EA, 'M', 'ϫ'), + (0x3EB, 'V'), + (0x3EC, 'M', 'ϭ'), + (0x3ED, 'V'), + (0x3EE, 'M', 'ϯ'), + (0x3EF, 'V'), + (0x3F0, 'M', 'κ'), + (0x3F1, 'M', 'ρ'), + (0x3F2, 'M', 'σ'), + (0x3F3, 'V'), + (0x3F4, 'M', 'θ'), + (0x3F5, 'M', 'ε'), + (0x3F6, 'V'), + (0x3F7, 'M', 'ϸ'), + (0x3F8, 'V'), + (0x3F9, 'M', 'σ'), + (0x3FA, 'M', 'ϻ'), + (0x3FB, 'V'), + (0x3FD, 'M', 'ͻ'), + (0x3FE, 'M', 'ͼ'), + (0x3FF, 'M', 'ͽ'), + (0x400, 'M', 'ѐ'), + (0x401, 'M', 'ё'), + (0x402, 'M', 'ђ'), + ] + +def _seg_7() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x403, 'M', 'ѓ'), + (0x404, 'M', 'є'), + (0x405, 'M', 'ѕ'), + (0x406, 'M', 'і'), + (0x407, 'M', 'ї'), + (0x408, 'M', 'ј'), + (0x409, 'M', 'љ'), + (0x40A, 'M', 'њ'), + (0x40B, 'M', 'ћ'), + (0x40C, 'M', 'ќ'), + (0x40D, 'M', 'ѝ'), + (0x40E, 'M', 'ў'), + (0x40F, 'M', 'џ'), + (0x410, 'M', 'а'), + (0x411, 'M', 'б'), + (0x412, 'M', 'в'), + (0x413, 'M', 'г'), + (0x414, 'M', 'д'), + (0x415, 'M', 'е'), + (0x416, 'M', 'ж'), + (0x417, 'M', 'з'), + (0x418, 'M', 'и'), + (0x419, 'M', 'й'), + (0x41A, 'M', 'к'), + (0x41B, 'M', 'л'), + (0x41C, 'M', 'м'), + (0x41D, 'M', 'н'), + (0x41E, 'M', 'о'), + (0x41F, 'M', 'п'), + (0x420, 'M', 'р'), + (0x421, 'M', 'с'), + (0x422, 'M', 'т'), + (0x423, 'M', 'у'), + (0x424, 'M', 'ф'), + (0x425, 'M', 'х'), + (0x426, 'M', 'ц'), + (0x427, 'M', 'ч'), + (0x428, 'M', 'ш'), + (0x429, 'M', 'щ'), + (0x42A, 'M', 'ъ'), + (0x42B, 'M', 'ы'), + (0x42C, 'M', 'ь'), + (0x42D, 'M', 'э'), + (0x42E, 'M', 'ю'), + (0x42F, 'M', 'я'), + (0x430, 'V'), + (0x460, 'M', 'ѡ'), + (0x461, 'V'), + (0x462, 'M', 'ѣ'), + (0x463, 'V'), + (0x464, 'M', 'ѥ'), + (0x465, 'V'), + (0x466, 'M', 'ѧ'), + (0x467, 'V'), + (0x468, 'M', 'ѩ'), + (0x469, 'V'), + (0x46A, 'M', 'ѫ'), + (0x46B, 'V'), + (0x46C, 'M', 'ѭ'), + (0x46D, 'V'), + (0x46E, 'M', 'ѯ'), + (0x46F, 'V'), + (0x470, 'M', 'ѱ'), + (0x471, 'V'), + (0x472, 'M', 'ѳ'), + (0x473, 'V'), + (0x474, 'M', 'ѵ'), + (0x475, 'V'), + (0x476, 'M', 'ѷ'), + (0x477, 'V'), + (0x478, 'M', 'ѹ'), + (0x479, 'V'), + (0x47A, 'M', 'ѻ'), + (0x47B, 'V'), + (0x47C, 'M', 'ѽ'), + (0x47D, 'V'), + (0x47E, 'M', 'ѿ'), + (0x47F, 'V'), + (0x480, 'M', 'ҁ'), + (0x481, 'V'), + (0x48A, 'M', 'ҋ'), + (0x48B, 'V'), + (0x48C, 'M', 'ҍ'), + (0x48D, 'V'), + (0x48E, 'M', 'ҏ'), + (0x48F, 'V'), + (0x490, 'M', 'ґ'), + (0x491, 'V'), + (0x492, 'M', 'ғ'), + (0x493, 'V'), + (0x494, 'M', 'ҕ'), + (0x495, 'V'), + (0x496, 'M', 'җ'), + (0x497, 'V'), + (0x498, 'M', 'ҙ'), + (0x499, 'V'), + (0x49A, 'M', 'қ'), + (0x49B, 'V'), + (0x49C, 'M', 'ҝ'), + (0x49D, 'V'), + ] + +def _seg_8() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x49E, 'M', 'ҟ'), + (0x49F, 'V'), + (0x4A0, 'M', 'ҡ'), + (0x4A1, 'V'), + (0x4A2, 'M', 'ң'), + (0x4A3, 'V'), + (0x4A4, 'M', 'ҥ'), + (0x4A5, 'V'), + (0x4A6, 'M', 'ҧ'), + (0x4A7, 'V'), + (0x4A8, 'M', 'ҩ'), + (0x4A9, 'V'), + (0x4AA, 'M', 'ҫ'), + (0x4AB, 'V'), + (0x4AC, 'M', 'ҭ'), + (0x4AD, 'V'), + (0x4AE, 'M', 'ү'), + (0x4AF, 'V'), + (0x4B0, 'M', 'ұ'), + (0x4B1, 'V'), + (0x4B2, 'M', 'ҳ'), + (0x4B3, 'V'), + (0x4B4, 'M', 'ҵ'), + (0x4B5, 'V'), + (0x4B6, 'M', 'ҷ'), + (0x4B7, 'V'), + (0x4B8, 'M', 'ҹ'), + (0x4B9, 'V'), + (0x4BA, 'M', 'һ'), + (0x4BB, 'V'), + (0x4BC, 'M', 'ҽ'), + (0x4BD, 'V'), + (0x4BE, 'M', 'ҿ'), + (0x4BF, 'V'), + (0x4C0, 'X'), + (0x4C1, 'M', 'ӂ'), + (0x4C2, 'V'), + (0x4C3, 'M', 'ӄ'), + (0x4C4, 'V'), + (0x4C5, 'M', 'ӆ'), + (0x4C6, 'V'), + (0x4C7, 'M', 'ӈ'), + (0x4C8, 'V'), + (0x4C9, 'M', 'ӊ'), + (0x4CA, 'V'), + (0x4CB, 'M', 'ӌ'), + (0x4CC, 'V'), + (0x4CD, 'M', 'ӎ'), + (0x4CE, 'V'), + (0x4D0, 'M', 'ӑ'), + (0x4D1, 'V'), + (0x4D2, 'M', 'ӓ'), + (0x4D3, 'V'), + (0x4D4, 'M', 'ӕ'), + (0x4D5, 'V'), + (0x4D6, 'M', 'ӗ'), + (0x4D7, 'V'), + (0x4D8, 'M', 'ә'), + (0x4D9, 'V'), + (0x4DA, 'M', 'ӛ'), + (0x4DB, 'V'), + (0x4DC, 'M', 'ӝ'), + (0x4DD, 'V'), + (0x4DE, 'M', 'ӟ'), + (0x4DF, 'V'), + (0x4E0, 'M', 'ӡ'), + (0x4E1, 'V'), + (0x4E2, 'M', 'ӣ'), + (0x4E3, 'V'), + (0x4E4, 'M', 'ӥ'), + (0x4E5, 'V'), + (0x4E6, 'M', 'ӧ'), + (0x4E7, 'V'), + (0x4E8, 'M', 'ө'), + (0x4E9, 'V'), + (0x4EA, 'M', 'ӫ'), + (0x4EB, 'V'), + (0x4EC, 'M', 'ӭ'), + (0x4ED, 'V'), + (0x4EE, 'M', 'ӯ'), + (0x4EF, 'V'), + (0x4F0, 'M', 'ӱ'), + (0x4F1, 'V'), + (0x4F2, 'M', 'ӳ'), + (0x4F3, 'V'), + (0x4F4, 'M', 'ӵ'), + (0x4F5, 'V'), + (0x4F6, 'M', 'ӷ'), + (0x4F7, 'V'), + (0x4F8, 'M', 'ӹ'), + (0x4F9, 'V'), + (0x4FA, 'M', 'ӻ'), + (0x4FB, 'V'), + (0x4FC, 'M', 'ӽ'), + (0x4FD, 'V'), + (0x4FE, 'M', 'ӿ'), + (0x4FF, 'V'), + (0x500, 'M', 'ԁ'), + (0x501, 'V'), + (0x502, 'M', 'ԃ'), + ] + +def _seg_9() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x503, 'V'), + (0x504, 'M', 'ԅ'), + (0x505, 'V'), + (0x506, 'M', 'ԇ'), + (0x507, 'V'), + (0x508, 'M', 'ԉ'), + (0x509, 'V'), + (0x50A, 'M', 'ԋ'), + (0x50B, 'V'), + (0x50C, 'M', 'ԍ'), + (0x50D, 'V'), + (0x50E, 'M', 'ԏ'), + (0x50F, 'V'), + (0x510, 'M', 'ԑ'), + (0x511, 'V'), + (0x512, 'M', 'ԓ'), + (0x513, 'V'), + (0x514, 'M', 'ԕ'), + (0x515, 'V'), + (0x516, 'M', 'ԗ'), + (0x517, 'V'), + (0x518, 'M', 'ԙ'), + (0x519, 'V'), + (0x51A, 'M', 'ԛ'), + (0x51B, 'V'), + (0x51C, 'M', 'ԝ'), + (0x51D, 'V'), + (0x51E, 'M', 'ԟ'), + (0x51F, 'V'), + (0x520, 'M', 'ԡ'), + (0x521, 'V'), + (0x522, 'M', 'ԣ'), + (0x523, 'V'), + (0x524, 'M', 'ԥ'), + (0x525, 'V'), + (0x526, 'M', 'ԧ'), + (0x527, 'V'), + (0x528, 'M', 'ԩ'), + (0x529, 'V'), + (0x52A, 'M', 'ԫ'), + (0x52B, 'V'), + (0x52C, 'M', 'ԭ'), + (0x52D, 'V'), + (0x52E, 'M', 'ԯ'), + (0x52F, 'V'), + (0x530, 'X'), + (0x531, 'M', 'ա'), + (0x532, 'M', 'բ'), + (0x533, 'M', 'գ'), + (0x534, 'M', 'դ'), + (0x535, 'M', 'ե'), + (0x536, 'M', 'զ'), + (0x537, 'M', 'է'), + (0x538, 'M', 'ը'), + (0x539, 'M', 'թ'), + (0x53A, 'M', 'ժ'), + (0x53B, 'M', 'ի'), + (0x53C, 'M', 'լ'), + (0x53D, 'M', 'խ'), + (0x53E, 'M', 'ծ'), + (0x53F, 'M', 'կ'), + (0x540, 'M', 'հ'), + (0x541, 'M', 'ձ'), + (0x542, 'M', 'ղ'), + (0x543, 'M', 'ճ'), + (0x544, 'M', 'մ'), + (0x545, 'M', 'յ'), + (0x546, 'M', 'ն'), + (0x547, 'M', 'շ'), + (0x548, 'M', 'ո'), + (0x549, 'M', 'չ'), + (0x54A, 'M', 'պ'), + (0x54B, 'M', 'ջ'), + (0x54C, 'M', 'ռ'), + (0x54D, 'M', 'ս'), + (0x54E, 'M', 'վ'), + (0x54F, 'M', 'տ'), + (0x550, 'M', 'ր'), + (0x551, 'M', 'ց'), + (0x552, 'M', 'ւ'), + (0x553, 'M', 'փ'), + (0x554, 'M', 'ք'), + (0x555, 'M', 'օ'), + (0x556, 'M', 'ֆ'), + (0x557, 'X'), + (0x559, 'V'), + (0x587, 'M', 'եւ'), + (0x588, 'V'), + (0x58B, 'X'), + (0x58D, 'V'), + (0x590, 'X'), + (0x591, 'V'), + (0x5C8, 'X'), + (0x5D0, 'V'), + (0x5EB, 'X'), + (0x5EF, 'V'), + (0x5F5, 'X'), + (0x606, 'V'), + (0x61C, 'X'), + (0x61D, 'V'), + ] + +def _seg_10() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x675, 'M', 'اٴ'), + (0x676, 'M', 'وٴ'), + (0x677, 'M', 'ۇٴ'), + (0x678, 'M', 'يٴ'), + (0x679, 'V'), + (0x6DD, 'X'), + (0x6DE, 'V'), + (0x70E, 'X'), + (0x710, 'V'), + (0x74B, 'X'), + (0x74D, 'V'), + (0x7B2, 'X'), + (0x7C0, 'V'), + (0x7FB, 'X'), + (0x7FD, 'V'), + (0x82E, 'X'), + (0x830, 'V'), + (0x83F, 'X'), + (0x840, 'V'), + (0x85C, 'X'), + (0x85E, 'V'), + (0x85F, 'X'), + (0x860, 'V'), + (0x86B, 'X'), + (0x870, 'V'), + (0x88F, 'X'), + (0x898, 'V'), + (0x8E2, 'X'), + (0x8E3, 'V'), + (0x958, 'M', 'क़'), + (0x959, 'M', 'ख़'), + (0x95A, 'M', 'ग़'), + (0x95B, 'M', 'ज़'), + (0x95C, 'M', 'ड़'), + (0x95D, 'M', 'ढ़'), + (0x95E, 'M', 'फ़'), + (0x95F, 'M', 'य़'), + (0x960, 'V'), + (0x984, 'X'), + (0x985, 'V'), + (0x98D, 'X'), + (0x98F, 'V'), + (0x991, 'X'), + (0x993, 'V'), + (0x9A9, 'X'), + (0x9AA, 'V'), + (0x9B1, 'X'), + (0x9B2, 'V'), + (0x9B3, 'X'), + (0x9B6, 'V'), + (0x9BA, 'X'), + (0x9BC, 'V'), + (0x9C5, 'X'), + (0x9C7, 'V'), + (0x9C9, 'X'), + (0x9CB, 'V'), + (0x9CF, 'X'), + (0x9D7, 'V'), + (0x9D8, 'X'), + (0x9DC, 'M', 'ড়'), + (0x9DD, 'M', 'ঢ়'), + (0x9DE, 'X'), + (0x9DF, 'M', 'য়'), + (0x9E0, 'V'), + (0x9E4, 'X'), + (0x9E6, 'V'), + (0x9FF, 'X'), + (0xA01, 'V'), + (0xA04, 'X'), + (0xA05, 'V'), + (0xA0B, 'X'), + (0xA0F, 'V'), + (0xA11, 'X'), + (0xA13, 'V'), + (0xA29, 'X'), + (0xA2A, 'V'), + (0xA31, 'X'), + (0xA32, 'V'), + (0xA33, 'M', 'ਲ਼'), + (0xA34, 'X'), + (0xA35, 'V'), + (0xA36, 'M', 'ਸ਼'), + (0xA37, 'X'), + (0xA38, 'V'), + (0xA3A, 'X'), + (0xA3C, 'V'), + (0xA3D, 'X'), + (0xA3E, 'V'), + (0xA43, 'X'), + (0xA47, 'V'), + (0xA49, 'X'), + (0xA4B, 'V'), + (0xA4E, 'X'), + (0xA51, 'V'), + (0xA52, 'X'), + (0xA59, 'M', 'ਖ਼'), + (0xA5A, 'M', 'ਗ਼'), + (0xA5B, 'M', 'ਜ਼'), + (0xA5C, 'V'), + (0xA5D, 'X'), + ] + +def _seg_11() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA5E, 'M', 'ਫ਼'), + (0xA5F, 'X'), + (0xA66, 'V'), + (0xA77, 'X'), + (0xA81, 'V'), + (0xA84, 'X'), + (0xA85, 'V'), + (0xA8E, 'X'), + (0xA8F, 'V'), + (0xA92, 'X'), + (0xA93, 'V'), + (0xAA9, 'X'), + (0xAAA, 'V'), + (0xAB1, 'X'), + (0xAB2, 'V'), + (0xAB4, 'X'), + (0xAB5, 'V'), + (0xABA, 'X'), + (0xABC, 'V'), + (0xAC6, 'X'), + (0xAC7, 'V'), + (0xACA, 'X'), + (0xACB, 'V'), + (0xACE, 'X'), + (0xAD0, 'V'), + (0xAD1, 'X'), + (0xAE0, 'V'), + (0xAE4, 'X'), + (0xAE6, 'V'), + (0xAF2, 'X'), + (0xAF9, 'V'), + (0xB00, 'X'), + (0xB01, 'V'), + (0xB04, 'X'), + (0xB05, 'V'), + (0xB0D, 'X'), + (0xB0F, 'V'), + (0xB11, 'X'), + (0xB13, 'V'), + (0xB29, 'X'), + (0xB2A, 'V'), + (0xB31, 'X'), + (0xB32, 'V'), + (0xB34, 'X'), + (0xB35, 'V'), + (0xB3A, 'X'), + (0xB3C, 'V'), + (0xB45, 'X'), + (0xB47, 'V'), + (0xB49, 'X'), + (0xB4B, 'V'), + (0xB4E, 'X'), + (0xB55, 'V'), + (0xB58, 'X'), + (0xB5C, 'M', 'ଡ଼'), + (0xB5D, 'M', 'ଢ଼'), + (0xB5E, 'X'), + (0xB5F, 'V'), + (0xB64, 'X'), + (0xB66, 'V'), + (0xB78, 'X'), + (0xB82, 'V'), + (0xB84, 'X'), + (0xB85, 'V'), + (0xB8B, 'X'), + (0xB8E, 'V'), + (0xB91, 'X'), + (0xB92, 'V'), + (0xB96, 'X'), + (0xB99, 'V'), + (0xB9B, 'X'), + (0xB9C, 'V'), + (0xB9D, 'X'), + (0xB9E, 'V'), + (0xBA0, 'X'), + (0xBA3, 'V'), + (0xBA5, 'X'), + (0xBA8, 'V'), + (0xBAB, 'X'), + (0xBAE, 'V'), + (0xBBA, 'X'), + (0xBBE, 'V'), + (0xBC3, 'X'), + (0xBC6, 'V'), + (0xBC9, 'X'), + (0xBCA, 'V'), + (0xBCE, 'X'), + (0xBD0, 'V'), + (0xBD1, 'X'), + (0xBD7, 'V'), + (0xBD8, 'X'), + (0xBE6, 'V'), + (0xBFB, 'X'), + (0xC00, 'V'), + (0xC0D, 'X'), + (0xC0E, 'V'), + (0xC11, 'X'), + (0xC12, 'V'), + (0xC29, 'X'), + (0xC2A, 'V'), + ] + +def _seg_12() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC3A, 'X'), + (0xC3C, 'V'), + (0xC45, 'X'), + (0xC46, 'V'), + (0xC49, 'X'), + (0xC4A, 'V'), + (0xC4E, 'X'), + (0xC55, 'V'), + (0xC57, 'X'), + (0xC58, 'V'), + (0xC5B, 'X'), + (0xC5D, 'V'), + (0xC5E, 'X'), + (0xC60, 'V'), + (0xC64, 'X'), + (0xC66, 'V'), + (0xC70, 'X'), + (0xC77, 'V'), + (0xC8D, 'X'), + (0xC8E, 'V'), + (0xC91, 'X'), + (0xC92, 'V'), + (0xCA9, 'X'), + (0xCAA, 'V'), + (0xCB4, 'X'), + (0xCB5, 'V'), + (0xCBA, 'X'), + (0xCBC, 'V'), + (0xCC5, 'X'), + (0xCC6, 'V'), + (0xCC9, 'X'), + (0xCCA, 'V'), + (0xCCE, 'X'), + (0xCD5, 'V'), + (0xCD7, 'X'), + (0xCDD, 'V'), + (0xCDF, 'X'), + (0xCE0, 'V'), + (0xCE4, 'X'), + (0xCE6, 'V'), + (0xCF0, 'X'), + (0xCF1, 'V'), + (0xCF4, 'X'), + (0xD00, 'V'), + (0xD0D, 'X'), + (0xD0E, 'V'), + (0xD11, 'X'), + (0xD12, 'V'), + (0xD45, 'X'), + (0xD46, 'V'), + (0xD49, 'X'), + (0xD4A, 'V'), + (0xD50, 'X'), + (0xD54, 'V'), + (0xD64, 'X'), + (0xD66, 'V'), + (0xD80, 'X'), + (0xD81, 'V'), + (0xD84, 'X'), + (0xD85, 'V'), + (0xD97, 'X'), + (0xD9A, 'V'), + (0xDB2, 'X'), + (0xDB3, 'V'), + (0xDBC, 'X'), + (0xDBD, 'V'), + (0xDBE, 'X'), + (0xDC0, 'V'), + (0xDC7, 'X'), + (0xDCA, 'V'), + (0xDCB, 'X'), + (0xDCF, 'V'), + (0xDD5, 'X'), + (0xDD6, 'V'), + (0xDD7, 'X'), + (0xDD8, 'V'), + (0xDE0, 'X'), + (0xDE6, 'V'), + (0xDF0, 'X'), + (0xDF2, 'V'), + (0xDF5, 'X'), + (0xE01, 'V'), + (0xE33, 'M', 'ํา'), + (0xE34, 'V'), + (0xE3B, 'X'), + (0xE3F, 'V'), + (0xE5C, 'X'), + (0xE81, 'V'), + (0xE83, 'X'), + (0xE84, 'V'), + (0xE85, 'X'), + (0xE86, 'V'), + (0xE8B, 'X'), + (0xE8C, 'V'), + (0xEA4, 'X'), + (0xEA5, 'V'), + (0xEA6, 'X'), + (0xEA7, 'V'), + (0xEB3, 'M', 'ໍາ'), + (0xEB4, 'V'), + ] + +def _seg_13() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xEBE, 'X'), + (0xEC0, 'V'), + (0xEC5, 'X'), + (0xEC6, 'V'), + (0xEC7, 'X'), + (0xEC8, 'V'), + (0xECF, 'X'), + (0xED0, 'V'), + (0xEDA, 'X'), + (0xEDC, 'M', 'ຫນ'), + (0xEDD, 'M', 'ຫມ'), + (0xEDE, 'V'), + (0xEE0, 'X'), + (0xF00, 'V'), + (0xF0C, 'M', '་'), + (0xF0D, 'V'), + (0xF43, 'M', 'གྷ'), + (0xF44, 'V'), + (0xF48, 'X'), + (0xF49, 'V'), + (0xF4D, 'M', 'ཌྷ'), + (0xF4E, 'V'), + (0xF52, 'M', 'དྷ'), + (0xF53, 'V'), + (0xF57, 'M', 'བྷ'), + (0xF58, 'V'), + (0xF5C, 'M', 'ཛྷ'), + (0xF5D, 'V'), + (0xF69, 'M', 'ཀྵ'), + (0xF6A, 'V'), + (0xF6D, 'X'), + (0xF71, 'V'), + (0xF73, 'M', 'ཱི'), + (0xF74, 'V'), + (0xF75, 'M', 'ཱུ'), + (0xF76, 'M', 'ྲྀ'), + (0xF77, 'M', 'ྲཱྀ'), + (0xF78, 'M', 'ླྀ'), + (0xF79, 'M', 'ླཱྀ'), + (0xF7A, 'V'), + (0xF81, 'M', 'ཱྀ'), + (0xF82, 'V'), + (0xF93, 'M', 'ྒྷ'), + (0xF94, 'V'), + (0xF98, 'X'), + (0xF99, 'V'), + (0xF9D, 'M', 'ྜྷ'), + (0xF9E, 'V'), + (0xFA2, 'M', 'ྡྷ'), + (0xFA3, 'V'), + (0xFA7, 'M', 'ྦྷ'), + (0xFA8, 'V'), + (0xFAC, 'M', 'ྫྷ'), + (0xFAD, 'V'), + (0xFB9, 'M', 'ྐྵ'), + (0xFBA, 'V'), + (0xFBD, 'X'), + (0xFBE, 'V'), + (0xFCD, 'X'), + (0xFCE, 'V'), + (0xFDB, 'X'), + (0x1000, 'V'), + (0x10A0, 'X'), + (0x10C7, 'M', 'ⴧ'), + (0x10C8, 'X'), + (0x10CD, 'M', 'ⴭ'), + (0x10CE, 'X'), + (0x10D0, 'V'), + (0x10FC, 'M', 'ნ'), + (0x10FD, 'V'), + (0x115F, 'X'), + (0x1161, 'V'), + (0x1249, 'X'), + (0x124A, 'V'), + (0x124E, 'X'), + (0x1250, 'V'), + (0x1257, 'X'), + (0x1258, 'V'), + (0x1259, 'X'), + (0x125A, 'V'), + (0x125E, 'X'), + (0x1260, 'V'), + (0x1289, 'X'), + (0x128A, 'V'), + (0x128E, 'X'), + (0x1290, 'V'), + (0x12B1, 'X'), + (0x12B2, 'V'), + (0x12B6, 'X'), + (0x12B8, 'V'), + (0x12BF, 'X'), + (0x12C0, 'V'), + (0x12C1, 'X'), + (0x12C2, 'V'), + (0x12C6, 'X'), + (0x12C8, 'V'), + (0x12D7, 'X'), + (0x12D8, 'V'), + (0x1311, 'X'), + (0x1312, 'V'), + ] + +def _seg_14() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1316, 'X'), + (0x1318, 'V'), + (0x135B, 'X'), + (0x135D, 'V'), + (0x137D, 'X'), + (0x1380, 'V'), + (0x139A, 'X'), + (0x13A0, 'V'), + (0x13F6, 'X'), + (0x13F8, 'M', 'Ᏸ'), + (0x13F9, 'M', 'Ᏹ'), + (0x13FA, 'M', 'Ᏺ'), + (0x13FB, 'M', 'Ᏻ'), + (0x13FC, 'M', 'Ᏼ'), + (0x13FD, 'M', 'Ᏽ'), + (0x13FE, 'X'), + (0x1400, 'V'), + (0x1680, 'X'), + (0x1681, 'V'), + (0x169D, 'X'), + (0x16A0, 'V'), + (0x16F9, 'X'), + (0x1700, 'V'), + (0x1716, 'X'), + (0x171F, 'V'), + (0x1737, 'X'), + (0x1740, 'V'), + (0x1754, 'X'), + (0x1760, 'V'), + (0x176D, 'X'), + (0x176E, 'V'), + (0x1771, 'X'), + (0x1772, 'V'), + (0x1774, 'X'), + (0x1780, 'V'), + (0x17B4, 'X'), + (0x17B6, 'V'), + (0x17DE, 'X'), + (0x17E0, 'V'), + (0x17EA, 'X'), + (0x17F0, 'V'), + (0x17FA, 'X'), + (0x1800, 'V'), + (0x1806, 'X'), + (0x1807, 'V'), + (0x180B, 'I'), + (0x180E, 'X'), + (0x180F, 'I'), + (0x1810, 'V'), + (0x181A, 'X'), + (0x1820, 'V'), + (0x1879, 'X'), + (0x1880, 'V'), + (0x18AB, 'X'), + (0x18B0, 'V'), + (0x18F6, 'X'), + (0x1900, 'V'), + (0x191F, 'X'), + (0x1920, 'V'), + (0x192C, 'X'), + (0x1930, 'V'), + (0x193C, 'X'), + (0x1940, 'V'), + (0x1941, 'X'), + (0x1944, 'V'), + (0x196E, 'X'), + (0x1970, 'V'), + (0x1975, 'X'), + (0x1980, 'V'), + (0x19AC, 'X'), + (0x19B0, 'V'), + (0x19CA, 'X'), + (0x19D0, 'V'), + (0x19DB, 'X'), + (0x19DE, 'V'), + (0x1A1C, 'X'), + (0x1A1E, 'V'), + (0x1A5F, 'X'), + (0x1A60, 'V'), + (0x1A7D, 'X'), + (0x1A7F, 'V'), + (0x1A8A, 'X'), + (0x1A90, 'V'), + (0x1A9A, 'X'), + (0x1AA0, 'V'), + (0x1AAE, 'X'), + (0x1AB0, 'V'), + (0x1ACF, 'X'), + (0x1B00, 'V'), + (0x1B4D, 'X'), + (0x1B50, 'V'), + (0x1B7F, 'X'), + (0x1B80, 'V'), + (0x1BF4, 'X'), + (0x1BFC, 'V'), + (0x1C38, 'X'), + (0x1C3B, 'V'), + (0x1C4A, 'X'), + (0x1C4D, 'V'), + (0x1C80, 'M', 'в'), + ] + +def _seg_15() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1C81, 'M', 'д'), + (0x1C82, 'M', 'о'), + (0x1C83, 'M', 'с'), + (0x1C84, 'M', 'т'), + (0x1C86, 'M', 'ъ'), + (0x1C87, 'M', 'ѣ'), + (0x1C88, 'M', 'ꙋ'), + (0x1C89, 'X'), + (0x1C90, 'M', 'ა'), + (0x1C91, 'M', 'ბ'), + (0x1C92, 'M', 'გ'), + (0x1C93, 'M', 'დ'), + (0x1C94, 'M', 'ე'), + (0x1C95, 'M', 'ვ'), + (0x1C96, 'M', 'ზ'), + (0x1C97, 'M', 'თ'), + (0x1C98, 'M', 'ი'), + (0x1C99, 'M', 'კ'), + (0x1C9A, 'M', 'ლ'), + (0x1C9B, 'M', 'მ'), + (0x1C9C, 'M', 'ნ'), + (0x1C9D, 'M', 'ო'), + (0x1C9E, 'M', 'პ'), + (0x1C9F, 'M', 'ჟ'), + (0x1CA0, 'M', 'რ'), + (0x1CA1, 'M', 'ს'), + (0x1CA2, 'M', 'ტ'), + (0x1CA3, 'M', 'უ'), + (0x1CA4, 'M', 'ფ'), + (0x1CA5, 'M', 'ქ'), + (0x1CA6, 'M', 'ღ'), + (0x1CA7, 'M', 'ყ'), + (0x1CA8, 'M', 'შ'), + (0x1CA9, 'M', 'ჩ'), + (0x1CAA, 'M', 'ც'), + (0x1CAB, 'M', 'ძ'), + (0x1CAC, 'M', 'წ'), + (0x1CAD, 'M', 'ჭ'), + (0x1CAE, 'M', 'ხ'), + (0x1CAF, 'M', 'ჯ'), + (0x1CB0, 'M', 'ჰ'), + (0x1CB1, 'M', 'ჱ'), + (0x1CB2, 'M', 'ჲ'), + (0x1CB3, 'M', 'ჳ'), + (0x1CB4, 'M', 'ჴ'), + (0x1CB5, 'M', 'ჵ'), + (0x1CB6, 'M', 'ჶ'), + (0x1CB7, 'M', 'ჷ'), + (0x1CB8, 'M', 'ჸ'), + (0x1CB9, 'M', 'ჹ'), + (0x1CBA, 'M', 'ჺ'), + (0x1CBB, 'X'), + (0x1CBD, 'M', 'ჽ'), + (0x1CBE, 'M', 'ჾ'), + (0x1CBF, 'M', 'ჿ'), + (0x1CC0, 'V'), + (0x1CC8, 'X'), + (0x1CD0, 'V'), + (0x1CFB, 'X'), + (0x1D00, 'V'), + (0x1D2C, 'M', 'a'), + (0x1D2D, 'M', 'æ'), + (0x1D2E, 'M', 'b'), + (0x1D2F, 'V'), + (0x1D30, 'M', 'd'), + (0x1D31, 'M', 'e'), + (0x1D32, 'M', 'ǝ'), + (0x1D33, 'M', 'g'), + (0x1D34, 'M', 'h'), + (0x1D35, 'M', 'i'), + (0x1D36, 'M', 'j'), + (0x1D37, 'M', 'k'), + (0x1D38, 'M', 'l'), + (0x1D39, 'M', 'm'), + (0x1D3A, 'M', 'n'), + (0x1D3B, 'V'), + (0x1D3C, 'M', 'o'), + (0x1D3D, 'M', 'ȣ'), + (0x1D3E, 'M', 'p'), + (0x1D3F, 'M', 'r'), + (0x1D40, 'M', 't'), + (0x1D41, 'M', 'u'), + (0x1D42, 'M', 'w'), + (0x1D43, 'M', 'a'), + (0x1D44, 'M', 'ɐ'), + (0x1D45, 'M', 'ɑ'), + (0x1D46, 'M', 'ᴂ'), + (0x1D47, 'M', 'b'), + (0x1D48, 'M', 'd'), + (0x1D49, 'M', 'e'), + (0x1D4A, 'M', 'ə'), + (0x1D4B, 'M', 'ɛ'), + (0x1D4C, 'M', 'ɜ'), + (0x1D4D, 'M', 'g'), + (0x1D4E, 'V'), + (0x1D4F, 'M', 'k'), + (0x1D50, 'M', 'm'), + (0x1D51, 'M', 'ŋ'), + (0x1D52, 'M', 'o'), + (0x1D53, 'M', 'ɔ'), + ] + +def _seg_16() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D54, 'M', 'ᴖ'), + (0x1D55, 'M', 'ᴗ'), + (0x1D56, 'M', 'p'), + (0x1D57, 'M', 't'), + (0x1D58, 'M', 'u'), + (0x1D59, 'M', 'ᴝ'), + (0x1D5A, 'M', 'ɯ'), + (0x1D5B, 'M', 'v'), + (0x1D5C, 'M', 'ᴥ'), + (0x1D5D, 'M', 'β'), + (0x1D5E, 'M', 'γ'), + (0x1D5F, 'M', 'δ'), + (0x1D60, 'M', 'φ'), + (0x1D61, 'M', 'χ'), + (0x1D62, 'M', 'i'), + (0x1D63, 'M', 'r'), + (0x1D64, 'M', 'u'), + (0x1D65, 'M', 'v'), + (0x1D66, 'M', 'β'), + (0x1D67, 'M', 'γ'), + (0x1D68, 'M', 'ρ'), + (0x1D69, 'M', 'φ'), + (0x1D6A, 'M', 'χ'), + (0x1D6B, 'V'), + (0x1D78, 'M', 'н'), + (0x1D79, 'V'), + (0x1D9B, 'M', 'ɒ'), + (0x1D9C, 'M', 'c'), + (0x1D9D, 'M', 'ɕ'), + (0x1D9E, 'M', 'ð'), + (0x1D9F, 'M', 'ɜ'), + (0x1DA0, 'M', 'f'), + (0x1DA1, 'M', 'ɟ'), + (0x1DA2, 'M', 'ɡ'), + (0x1DA3, 'M', 'ɥ'), + (0x1DA4, 'M', 'ɨ'), + (0x1DA5, 'M', 'ɩ'), + (0x1DA6, 'M', 'ɪ'), + (0x1DA7, 'M', 'ᵻ'), + (0x1DA8, 'M', 'ʝ'), + (0x1DA9, 'M', 'ɭ'), + (0x1DAA, 'M', 'ᶅ'), + (0x1DAB, 'M', 'ʟ'), + (0x1DAC, 'M', 'ɱ'), + (0x1DAD, 'M', 'ɰ'), + (0x1DAE, 'M', 'ɲ'), + (0x1DAF, 'M', 'ɳ'), + (0x1DB0, 'M', 'ɴ'), + (0x1DB1, 'M', 'ɵ'), + (0x1DB2, 'M', 'ɸ'), + (0x1DB3, 'M', 'ʂ'), + (0x1DB4, 'M', 'ʃ'), + (0x1DB5, 'M', 'ƫ'), + (0x1DB6, 'M', 'ʉ'), + (0x1DB7, 'M', 'ʊ'), + (0x1DB8, 'M', 'ᴜ'), + (0x1DB9, 'M', 'ʋ'), + (0x1DBA, 'M', 'ʌ'), + (0x1DBB, 'M', 'z'), + (0x1DBC, 'M', 'ʐ'), + (0x1DBD, 'M', 'ʑ'), + (0x1DBE, 'M', 'ʒ'), + (0x1DBF, 'M', 'θ'), + (0x1DC0, 'V'), + (0x1E00, 'M', 'ḁ'), + (0x1E01, 'V'), + (0x1E02, 'M', 'ḃ'), + (0x1E03, 'V'), + (0x1E04, 'M', 'ḅ'), + (0x1E05, 'V'), + (0x1E06, 'M', 'ḇ'), + (0x1E07, 'V'), + (0x1E08, 'M', 'ḉ'), + (0x1E09, 'V'), + (0x1E0A, 'M', 'ḋ'), + (0x1E0B, 'V'), + (0x1E0C, 'M', 'ḍ'), + (0x1E0D, 'V'), + (0x1E0E, 'M', 'ḏ'), + (0x1E0F, 'V'), + (0x1E10, 'M', 'ḑ'), + (0x1E11, 'V'), + (0x1E12, 'M', 'ḓ'), + (0x1E13, 'V'), + (0x1E14, 'M', 'ḕ'), + (0x1E15, 'V'), + (0x1E16, 'M', 'ḗ'), + (0x1E17, 'V'), + (0x1E18, 'M', 'ḙ'), + (0x1E19, 'V'), + (0x1E1A, 'M', 'ḛ'), + (0x1E1B, 'V'), + (0x1E1C, 'M', 'ḝ'), + (0x1E1D, 'V'), + (0x1E1E, 'M', 'ḟ'), + (0x1E1F, 'V'), + (0x1E20, 'M', 'ḡ'), + (0x1E21, 'V'), + (0x1E22, 'M', 'ḣ'), + (0x1E23, 'V'), + ] + +def _seg_17() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E24, 'M', 'ḥ'), + (0x1E25, 'V'), + (0x1E26, 'M', 'ḧ'), + (0x1E27, 'V'), + (0x1E28, 'M', 'ḩ'), + (0x1E29, 'V'), + (0x1E2A, 'M', 'ḫ'), + (0x1E2B, 'V'), + (0x1E2C, 'M', 'ḭ'), + (0x1E2D, 'V'), + (0x1E2E, 'M', 'ḯ'), + (0x1E2F, 'V'), + (0x1E30, 'M', 'ḱ'), + (0x1E31, 'V'), + (0x1E32, 'M', 'ḳ'), + (0x1E33, 'V'), + (0x1E34, 'M', 'ḵ'), + (0x1E35, 'V'), + (0x1E36, 'M', 'ḷ'), + (0x1E37, 'V'), + (0x1E38, 'M', 'ḹ'), + (0x1E39, 'V'), + (0x1E3A, 'M', 'ḻ'), + (0x1E3B, 'V'), + (0x1E3C, 'M', 'ḽ'), + (0x1E3D, 'V'), + (0x1E3E, 'M', 'ḿ'), + (0x1E3F, 'V'), + (0x1E40, 'M', 'ṁ'), + (0x1E41, 'V'), + (0x1E42, 'M', 'ṃ'), + (0x1E43, 'V'), + (0x1E44, 'M', 'ṅ'), + (0x1E45, 'V'), + (0x1E46, 'M', 'ṇ'), + (0x1E47, 'V'), + (0x1E48, 'M', 'ṉ'), + (0x1E49, 'V'), + (0x1E4A, 'M', 'ṋ'), + (0x1E4B, 'V'), + (0x1E4C, 'M', 'ṍ'), + (0x1E4D, 'V'), + (0x1E4E, 'M', 'ṏ'), + (0x1E4F, 'V'), + (0x1E50, 'M', 'ṑ'), + (0x1E51, 'V'), + (0x1E52, 'M', 'ṓ'), + (0x1E53, 'V'), + (0x1E54, 'M', 'ṕ'), + (0x1E55, 'V'), + (0x1E56, 'M', 'ṗ'), + (0x1E57, 'V'), + (0x1E58, 'M', 'ṙ'), + (0x1E59, 'V'), + (0x1E5A, 'M', 'ṛ'), + (0x1E5B, 'V'), + (0x1E5C, 'M', 'ṝ'), + (0x1E5D, 'V'), + (0x1E5E, 'M', 'ṟ'), + (0x1E5F, 'V'), + (0x1E60, 'M', 'ṡ'), + (0x1E61, 'V'), + (0x1E62, 'M', 'ṣ'), + (0x1E63, 'V'), + (0x1E64, 'M', 'ṥ'), + (0x1E65, 'V'), + (0x1E66, 'M', 'ṧ'), + (0x1E67, 'V'), + (0x1E68, 'M', 'ṩ'), + (0x1E69, 'V'), + (0x1E6A, 'M', 'ṫ'), + (0x1E6B, 'V'), + (0x1E6C, 'M', 'ṭ'), + (0x1E6D, 'V'), + (0x1E6E, 'M', 'ṯ'), + (0x1E6F, 'V'), + (0x1E70, 'M', 'ṱ'), + (0x1E71, 'V'), + (0x1E72, 'M', 'ṳ'), + (0x1E73, 'V'), + (0x1E74, 'M', 'ṵ'), + (0x1E75, 'V'), + (0x1E76, 'M', 'ṷ'), + (0x1E77, 'V'), + (0x1E78, 'M', 'ṹ'), + (0x1E79, 'V'), + (0x1E7A, 'M', 'ṻ'), + (0x1E7B, 'V'), + (0x1E7C, 'M', 'ṽ'), + (0x1E7D, 'V'), + (0x1E7E, 'M', 'ṿ'), + (0x1E7F, 'V'), + (0x1E80, 'M', 'ẁ'), + (0x1E81, 'V'), + (0x1E82, 'M', 'ẃ'), + (0x1E83, 'V'), + (0x1E84, 'M', 'ẅ'), + (0x1E85, 'V'), + (0x1E86, 'M', 'ẇ'), + (0x1E87, 'V'), + ] + +def _seg_18() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E88, 'M', 'ẉ'), + (0x1E89, 'V'), + (0x1E8A, 'M', 'ẋ'), + (0x1E8B, 'V'), + (0x1E8C, 'M', 'ẍ'), + (0x1E8D, 'V'), + (0x1E8E, 'M', 'ẏ'), + (0x1E8F, 'V'), + (0x1E90, 'M', 'ẑ'), + (0x1E91, 'V'), + (0x1E92, 'M', 'ẓ'), + (0x1E93, 'V'), + (0x1E94, 'M', 'ẕ'), + (0x1E95, 'V'), + (0x1E9A, 'M', 'aʾ'), + (0x1E9B, 'M', 'ṡ'), + (0x1E9C, 'V'), + (0x1E9E, 'M', 'ss'), + (0x1E9F, 'V'), + (0x1EA0, 'M', 'ạ'), + (0x1EA1, 'V'), + (0x1EA2, 'M', 'ả'), + (0x1EA3, 'V'), + (0x1EA4, 'M', 'ấ'), + (0x1EA5, 'V'), + (0x1EA6, 'M', 'ầ'), + (0x1EA7, 'V'), + (0x1EA8, 'M', 'ẩ'), + (0x1EA9, 'V'), + (0x1EAA, 'M', 'ẫ'), + (0x1EAB, 'V'), + (0x1EAC, 'M', 'ậ'), + (0x1EAD, 'V'), + (0x1EAE, 'M', 'ắ'), + (0x1EAF, 'V'), + (0x1EB0, 'M', 'ằ'), + (0x1EB1, 'V'), + (0x1EB2, 'M', 'ẳ'), + (0x1EB3, 'V'), + (0x1EB4, 'M', 'ẵ'), + (0x1EB5, 'V'), + (0x1EB6, 'M', 'ặ'), + (0x1EB7, 'V'), + (0x1EB8, 'M', 'ẹ'), + (0x1EB9, 'V'), + (0x1EBA, 'M', 'ẻ'), + (0x1EBB, 'V'), + (0x1EBC, 'M', 'ẽ'), + (0x1EBD, 'V'), + (0x1EBE, 'M', 'ế'), + (0x1EBF, 'V'), + (0x1EC0, 'M', 'ề'), + (0x1EC1, 'V'), + (0x1EC2, 'M', 'ể'), + (0x1EC3, 'V'), + (0x1EC4, 'M', 'ễ'), + (0x1EC5, 'V'), + (0x1EC6, 'M', 'ệ'), + (0x1EC7, 'V'), + (0x1EC8, 'M', 'ỉ'), + (0x1EC9, 'V'), + (0x1ECA, 'M', 'ị'), + (0x1ECB, 'V'), + (0x1ECC, 'M', 'ọ'), + (0x1ECD, 'V'), + (0x1ECE, 'M', 'ỏ'), + (0x1ECF, 'V'), + (0x1ED0, 'M', 'ố'), + (0x1ED1, 'V'), + (0x1ED2, 'M', 'ồ'), + (0x1ED3, 'V'), + (0x1ED4, 'M', 'ổ'), + (0x1ED5, 'V'), + (0x1ED6, 'M', 'ỗ'), + (0x1ED7, 'V'), + (0x1ED8, 'M', 'ộ'), + (0x1ED9, 'V'), + (0x1EDA, 'M', 'ớ'), + (0x1EDB, 'V'), + (0x1EDC, 'M', 'ờ'), + (0x1EDD, 'V'), + (0x1EDE, 'M', 'ở'), + (0x1EDF, 'V'), + (0x1EE0, 'M', 'ỡ'), + (0x1EE1, 'V'), + (0x1EE2, 'M', 'ợ'), + (0x1EE3, 'V'), + (0x1EE4, 'M', 'ụ'), + (0x1EE5, 'V'), + (0x1EE6, 'M', 'ủ'), + (0x1EE7, 'V'), + (0x1EE8, 'M', 'ứ'), + (0x1EE9, 'V'), + (0x1EEA, 'M', 'ừ'), + (0x1EEB, 'V'), + (0x1EEC, 'M', 'ử'), + (0x1EED, 'V'), + (0x1EEE, 'M', 'ữ'), + (0x1EEF, 'V'), + (0x1EF0, 'M', 'ự'), + ] + +def _seg_19() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EF1, 'V'), + (0x1EF2, 'M', 'ỳ'), + (0x1EF3, 'V'), + (0x1EF4, 'M', 'ỵ'), + (0x1EF5, 'V'), + (0x1EF6, 'M', 'ỷ'), + (0x1EF7, 'V'), + (0x1EF8, 'M', 'ỹ'), + (0x1EF9, 'V'), + (0x1EFA, 'M', 'ỻ'), + (0x1EFB, 'V'), + (0x1EFC, 'M', 'ỽ'), + (0x1EFD, 'V'), + (0x1EFE, 'M', 'ỿ'), + (0x1EFF, 'V'), + (0x1F08, 'M', 'ἀ'), + (0x1F09, 'M', 'ἁ'), + (0x1F0A, 'M', 'ἂ'), + (0x1F0B, 'M', 'ἃ'), + (0x1F0C, 'M', 'ἄ'), + (0x1F0D, 'M', 'ἅ'), + (0x1F0E, 'M', 'ἆ'), + (0x1F0F, 'M', 'ἇ'), + (0x1F10, 'V'), + (0x1F16, 'X'), + (0x1F18, 'M', 'ἐ'), + (0x1F19, 'M', 'ἑ'), + (0x1F1A, 'M', 'ἒ'), + (0x1F1B, 'M', 'ἓ'), + (0x1F1C, 'M', 'ἔ'), + (0x1F1D, 'M', 'ἕ'), + (0x1F1E, 'X'), + (0x1F20, 'V'), + (0x1F28, 'M', 'ἠ'), + (0x1F29, 'M', 'ἡ'), + (0x1F2A, 'M', 'ἢ'), + (0x1F2B, 'M', 'ἣ'), + (0x1F2C, 'M', 'ἤ'), + (0x1F2D, 'M', 'ἥ'), + (0x1F2E, 'M', 'ἦ'), + (0x1F2F, 'M', 'ἧ'), + (0x1F30, 'V'), + (0x1F38, 'M', 'ἰ'), + (0x1F39, 'M', 'ἱ'), + (0x1F3A, 'M', 'ἲ'), + (0x1F3B, 'M', 'ἳ'), + (0x1F3C, 'M', 'ἴ'), + (0x1F3D, 'M', 'ἵ'), + (0x1F3E, 'M', 'ἶ'), + (0x1F3F, 'M', 'ἷ'), + (0x1F40, 'V'), + (0x1F46, 'X'), + (0x1F48, 'M', 'ὀ'), + (0x1F49, 'M', 'ὁ'), + (0x1F4A, 'M', 'ὂ'), + (0x1F4B, 'M', 'ὃ'), + (0x1F4C, 'M', 'ὄ'), + (0x1F4D, 'M', 'ὅ'), + (0x1F4E, 'X'), + (0x1F50, 'V'), + (0x1F58, 'X'), + (0x1F59, 'M', 'ὑ'), + (0x1F5A, 'X'), + (0x1F5B, 'M', 'ὓ'), + (0x1F5C, 'X'), + (0x1F5D, 'M', 'ὕ'), + (0x1F5E, 'X'), + (0x1F5F, 'M', 'ὗ'), + (0x1F60, 'V'), + (0x1F68, 'M', 'ὠ'), + (0x1F69, 'M', 'ὡ'), + (0x1F6A, 'M', 'ὢ'), + (0x1F6B, 'M', 'ὣ'), + (0x1F6C, 'M', 'ὤ'), + (0x1F6D, 'M', 'ὥ'), + (0x1F6E, 'M', 'ὦ'), + (0x1F6F, 'M', 'ὧ'), + (0x1F70, 'V'), + (0x1F71, 'M', 'ά'), + (0x1F72, 'V'), + (0x1F73, 'M', 'έ'), + (0x1F74, 'V'), + (0x1F75, 'M', 'ή'), + (0x1F76, 'V'), + (0x1F77, 'M', 'ί'), + (0x1F78, 'V'), + (0x1F79, 'M', 'ό'), + (0x1F7A, 'V'), + (0x1F7B, 'M', 'ύ'), + (0x1F7C, 'V'), + (0x1F7D, 'M', 'ώ'), + (0x1F7E, 'X'), + (0x1F80, 'M', 'ἀι'), + (0x1F81, 'M', 'ἁι'), + (0x1F82, 'M', 'ἂι'), + (0x1F83, 'M', 'ἃι'), + (0x1F84, 'M', 'ἄι'), + (0x1F85, 'M', 'ἅι'), + (0x1F86, 'M', 'ἆι'), + (0x1F87, 'M', 'ἇι'), + ] + +def _seg_20() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F88, 'M', 'ἀι'), + (0x1F89, 'M', 'ἁι'), + (0x1F8A, 'M', 'ἂι'), + (0x1F8B, 'M', 'ἃι'), + (0x1F8C, 'M', 'ἄι'), + (0x1F8D, 'M', 'ἅι'), + (0x1F8E, 'M', 'ἆι'), + (0x1F8F, 'M', 'ἇι'), + (0x1F90, 'M', 'ἠι'), + (0x1F91, 'M', 'ἡι'), + (0x1F92, 'M', 'ἢι'), + (0x1F93, 'M', 'ἣι'), + (0x1F94, 'M', 'ἤι'), + (0x1F95, 'M', 'ἥι'), + (0x1F96, 'M', 'ἦι'), + (0x1F97, 'M', 'ἧι'), + (0x1F98, 'M', 'ἠι'), + (0x1F99, 'M', 'ἡι'), + (0x1F9A, 'M', 'ἢι'), + (0x1F9B, 'M', 'ἣι'), + (0x1F9C, 'M', 'ἤι'), + (0x1F9D, 'M', 'ἥι'), + (0x1F9E, 'M', 'ἦι'), + (0x1F9F, 'M', 'ἧι'), + (0x1FA0, 'M', 'ὠι'), + (0x1FA1, 'M', 'ὡι'), + (0x1FA2, 'M', 'ὢι'), + (0x1FA3, 'M', 'ὣι'), + (0x1FA4, 'M', 'ὤι'), + (0x1FA5, 'M', 'ὥι'), + (0x1FA6, 'M', 'ὦι'), + (0x1FA7, 'M', 'ὧι'), + (0x1FA8, 'M', 'ὠι'), + (0x1FA9, 'M', 'ὡι'), + (0x1FAA, 'M', 'ὢι'), + (0x1FAB, 'M', 'ὣι'), + (0x1FAC, 'M', 'ὤι'), + (0x1FAD, 'M', 'ὥι'), + (0x1FAE, 'M', 'ὦι'), + (0x1FAF, 'M', 'ὧι'), + (0x1FB0, 'V'), + (0x1FB2, 'M', 'ὰι'), + (0x1FB3, 'M', 'αι'), + (0x1FB4, 'M', 'άι'), + (0x1FB5, 'X'), + (0x1FB6, 'V'), + (0x1FB7, 'M', 'ᾶι'), + (0x1FB8, 'M', 'ᾰ'), + (0x1FB9, 'M', 'ᾱ'), + (0x1FBA, 'M', 'ὰ'), + (0x1FBB, 'M', 'ά'), + (0x1FBC, 'M', 'αι'), + (0x1FBD, '3', ' ̓'), + (0x1FBE, 'M', 'ι'), + (0x1FBF, '3', ' ̓'), + (0x1FC0, '3', ' ͂'), + (0x1FC1, '3', ' ̈͂'), + (0x1FC2, 'M', 'ὴι'), + (0x1FC3, 'M', 'ηι'), + (0x1FC4, 'M', 'ήι'), + (0x1FC5, 'X'), + (0x1FC6, 'V'), + (0x1FC7, 'M', 'ῆι'), + (0x1FC8, 'M', 'ὲ'), + (0x1FC9, 'M', 'έ'), + (0x1FCA, 'M', 'ὴ'), + (0x1FCB, 'M', 'ή'), + (0x1FCC, 'M', 'ηι'), + (0x1FCD, '3', ' ̓̀'), + (0x1FCE, '3', ' ̓́'), + (0x1FCF, '3', ' ̓͂'), + (0x1FD0, 'V'), + (0x1FD3, 'M', 'ΐ'), + (0x1FD4, 'X'), + (0x1FD6, 'V'), + (0x1FD8, 'M', 'ῐ'), + (0x1FD9, 'M', 'ῑ'), + (0x1FDA, 'M', 'ὶ'), + (0x1FDB, 'M', 'ί'), + (0x1FDC, 'X'), + (0x1FDD, '3', ' ̔̀'), + (0x1FDE, '3', ' ̔́'), + (0x1FDF, '3', ' ̔͂'), + (0x1FE0, 'V'), + (0x1FE3, 'M', 'ΰ'), + (0x1FE4, 'V'), + (0x1FE8, 'M', 'ῠ'), + (0x1FE9, 'M', 'ῡ'), + (0x1FEA, 'M', 'ὺ'), + (0x1FEB, 'M', 'ύ'), + (0x1FEC, 'M', 'ῥ'), + (0x1FED, '3', ' ̈̀'), + (0x1FEE, '3', ' ̈́'), + (0x1FEF, '3', '`'), + (0x1FF0, 'X'), + (0x1FF2, 'M', 'ὼι'), + (0x1FF3, 'M', 'ωι'), + (0x1FF4, 'M', 'ώι'), + (0x1FF5, 'X'), + (0x1FF6, 'V'), + ] + +def _seg_21() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FF7, 'M', 'ῶι'), + (0x1FF8, 'M', 'ὸ'), + (0x1FF9, 'M', 'ό'), + (0x1FFA, 'M', 'ὼ'), + (0x1FFB, 'M', 'ώ'), + (0x1FFC, 'M', 'ωι'), + (0x1FFD, '3', ' ́'), + (0x1FFE, '3', ' ̔'), + (0x1FFF, 'X'), + (0x2000, '3', ' '), + (0x200B, 'I'), + (0x200C, 'D', ''), + (0x200E, 'X'), + (0x2010, 'V'), + (0x2011, 'M', '‐'), + (0x2012, 'V'), + (0x2017, '3', ' ̳'), + (0x2018, 'V'), + (0x2024, 'X'), + (0x2027, 'V'), + (0x2028, 'X'), + (0x202F, '3', ' '), + (0x2030, 'V'), + (0x2033, 'M', '′′'), + (0x2034, 'M', '′′′'), + (0x2035, 'V'), + (0x2036, 'M', '‵‵'), + (0x2037, 'M', '‵‵‵'), + (0x2038, 'V'), + (0x203C, '3', '!!'), + (0x203D, 'V'), + (0x203E, '3', ' ̅'), + (0x203F, 'V'), + (0x2047, '3', '??'), + (0x2048, '3', '?!'), + (0x2049, '3', '!?'), + (0x204A, 'V'), + (0x2057, 'M', '′′′′'), + (0x2058, 'V'), + (0x205F, '3', ' '), + (0x2060, 'I'), + (0x2061, 'X'), + (0x2064, 'I'), + (0x2065, 'X'), + (0x2070, 'M', '0'), + (0x2071, 'M', 'i'), + (0x2072, 'X'), + (0x2074, 'M', '4'), + (0x2075, 'M', '5'), + (0x2076, 'M', '6'), + (0x2077, 'M', '7'), + (0x2078, 'M', '8'), + (0x2079, 'M', '9'), + (0x207A, '3', '+'), + (0x207B, 'M', '−'), + (0x207C, '3', '='), + (0x207D, '3', '('), + (0x207E, '3', ')'), + (0x207F, 'M', 'n'), + (0x2080, 'M', '0'), + (0x2081, 'M', '1'), + (0x2082, 'M', '2'), + (0x2083, 'M', '3'), + (0x2084, 'M', '4'), + (0x2085, 'M', '5'), + (0x2086, 'M', '6'), + (0x2087, 'M', '7'), + (0x2088, 'M', '8'), + (0x2089, 'M', '9'), + (0x208A, '3', '+'), + (0x208B, 'M', '−'), + (0x208C, '3', '='), + (0x208D, '3', '('), + (0x208E, '3', ')'), + (0x208F, 'X'), + (0x2090, 'M', 'a'), + (0x2091, 'M', 'e'), + (0x2092, 'M', 'o'), + (0x2093, 'M', 'x'), + (0x2094, 'M', 'ə'), + (0x2095, 'M', 'h'), + (0x2096, 'M', 'k'), + (0x2097, 'M', 'l'), + (0x2098, 'M', 'm'), + (0x2099, 'M', 'n'), + (0x209A, 'M', 'p'), + (0x209B, 'M', 's'), + (0x209C, 'M', 't'), + (0x209D, 'X'), + (0x20A0, 'V'), + (0x20A8, 'M', 'rs'), + (0x20A9, 'V'), + (0x20C1, 'X'), + (0x20D0, 'V'), + (0x20F1, 'X'), + (0x2100, '3', 'a/c'), + (0x2101, '3', 'a/s'), + (0x2102, 'M', 'c'), + (0x2103, 'M', '°c'), + (0x2104, 'V'), + ] + +def _seg_22() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2105, '3', 'c/o'), + (0x2106, '3', 'c/u'), + (0x2107, 'M', 'ɛ'), + (0x2108, 'V'), + (0x2109, 'M', '°f'), + (0x210A, 'M', 'g'), + (0x210B, 'M', 'h'), + (0x210F, 'M', 'ħ'), + (0x2110, 'M', 'i'), + (0x2112, 'M', 'l'), + (0x2114, 'V'), + (0x2115, 'M', 'n'), + (0x2116, 'M', 'no'), + (0x2117, 'V'), + (0x2119, 'M', 'p'), + (0x211A, 'M', 'q'), + (0x211B, 'M', 'r'), + (0x211E, 'V'), + (0x2120, 'M', 'sm'), + (0x2121, 'M', 'tel'), + (0x2122, 'M', 'tm'), + (0x2123, 'V'), + (0x2124, 'M', 'z'), + (0x2125, 'V'), + (0x2126, 'M', 'ω'), + (0x2127, 'V'), + (0x2128, 'M', 'z'), + (0x2129, 'V'), + (0x212A, 'M', 'k'), + (0x212B, 'M', 'å'), + (0x212C, 'M', 'b'), + (0x212D, 'M', 'c'), + (0x212E, 'V'), + (0x212F, 'M', 'e'), + (0x2131, 'M', 'f'), + (0x2132, 'X'), + (0x2133, 'M', 'm'), + (0x2134, 'M', 'o'), + (0x2135, 'M', 'א'), + (0x2136, 'M', 'ב'), + (0x2137, 'M', 'ג'), + (0x2138, 'M', 'ד'), + (0x2139, 'M', 'i'), + (0x213A, 'V'), + (0x213B, 'M', 'fax'), + (0x213C, 'M', 'π'), + (0x213D, 'M', 'γ'), + (0x213F, 'M', 'π'), + (0x2140, 'M', '∑'), + (0x2141, 'V'), + (0x2145, 'M', 'd'), + (0x2147, 'M', 'e'), + (0x2148, 'M', 'i'), + (0x2149, 'M', 'j'), + (0x214A, 'V'), + (0x2150, 'M', '1⁄7'), + (0x2151, 'M', '1⁄9'), + (0x2152, 'M', '1⁄10'), + (0x2153, 'M', '1⁄3'), + (0x2154, 'M', '2⁄3'), + (0x2155, 'M', '1⁄5'), + (0x2156, 'M', '2⁄5'), + (0x2157, 'M', '3⁄5'), + (0x2158, 'M', '4⁄5'), + (0x2159, 'M', '1⁄6'), + (0x215A, 'M', '5⁄6'), + (0x215B, 'M', '1⁄8'), + (0x215C, 'M', '3⁄8'), + (0x215D, 'M', '5⁄8'), + (0x215E, 'M', '7⁄8'), + (0x215F, 'M', '1⁄'), + (0x2160, 'M', 'i'), + (0x2161, 'M', 'ii'), + (0x2162, 'M', 'iii'), + (0x2163, 'M', 'iv'), + (0x2164, 'M', 'v'), + (0x2165, 'M', 'vi'), + (0x2166, 'M', 'vii'), + (0x2167, 'M', 'viii'), + (0x2168, 'M', 'ix'), + (0x2169, 'M', 'x'), + (0x216A, 'M', 'xi'), + (0x216B, 'M', 'xii'), + (0x216C, 'M', 'l'), + (0x216D, 'M', 'c'), + (0x216E, 'M', 'd'), + (0x216F, 'M', 'm'), + (0x2170, 'M', 'i'), + (0x2171, 'M', 'ii'), + (0x2172, 'M', 'iii'), + (0x2173, 'M', 'iv'), + (0x2174, 'M', 'v'), + (0x2175, 'M', 'vi'), + (0x2176, 'M', 'vii'), + (0x2177, 'M', 'viii'), + (0x2178, 'M', 'ix'), + (0x2179, 'M', 'x'), + (0x217A, 'M', 'xi'), + (0x217B, 'M', 'xii'), + (0x217C, 'M', 'l'), + ] + +def _seg_23() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x217D, 'M', 'c'), + (0x217E, 'M', 'd'), + (0x217F, 'M', 'm'), + (0x2180, 'V'), + (0x2183, 'X'), + (0x2184, 'V'), + (0x2189, 'M', '0⁄3'), + (0x218A, 'V'), + (0x218C, 'X'), + (0x2190, 'V'), + (0x222C, 'M', '∫∫'), + (0x222D, 'M', '∫∫∫'), + (0x222E, 'V'), + (0x222F, 'M', '∮∮'), + (0x2230, 'M', '∮∮∮'), + (0x2231, 'V'), + (0x2260, '3'), + (0x2261, 'V'), + (0x226E, '3'), + (0x2270, 'V'), + (0x2329, 'M', '〈'), + (0x232A, 'M', '〉'), + (0x232B, 'V'), + (0x2427, 'X'), + (0x2440, 'V'), + (0x244B, 'X'), + (0x2460, 'M', '1'), + (0x2461, 'M', '2'), + (0x2462, 'M', '3'), + (0x2463, 'M', '4'), + (0x2464, 'M', '5'), + (0x2465, 'M', '6'), + (0x2466, 'M', '7'), + (0x2467, 'M', '8'), + (0x2468, 'M', '9'), + (0x2469, 'M', '10'), + (0x246A, 'M', '11'), + (0x246B, 'M', '12'), + (0x246C, 'M', '13'), + (0x246D, 'M', '14'), + (0x246E, 'M', '15'), + (0x246F, 'M', '16'), + (0x2470, 'M', '17'), + (0x2471, 'M', '18'), + (0x2472, 'M', '19'), + (0x2473, 'M', '20'), + (0x2474, '3', '(1)'), + (0x2475, '3', '(2)'), + (0x2476, '3', '(3)'), + (0x2477, '3', '(4)'), + (0x2478, '3', '(5)'), + (0x2479, '3', '(6)'), + (0x247A, '3', '(7)'), + (0x247B, '3', '(8)'), + (0x247C, '3', '(9)'), + (0x247D, '3', '(10)'), + (0x247E, '3', '(11)'), + (0x247F, '3', '(12)'), + (0x2480, '3', '(13)'), + (0x2481, '3', '(14)'), + (0x2482, '3', '(15)'), + (0x2483, '3', '(16)'), + (0x2484, '3', '(17)'), + (0x2485, '3', '(18)'), + (0x2486, '3', '(19)'), + (0x2487, '3', '(20)'), + (0x2488, 'X'), + (0x249C, '3', '(a)'), + (0x249D, '3', '(b)'), + (0x249E, '3', '(c)'), + (0x249F, '3', '(d)'), + (0x24A0, '3', '(e)'), + (0x24A1, '3', '(f)'), + (0x24A2, '3', '(g)'), + (0x24A3, '3', '(h)'), + (0x24A4, '3', '(i)'), + (0x24A5, '3', '(j)'), + (0x24A6, '3', '(k)'), + (0x24A7, '3', '(l)'), + (0x24A8, '3', '(m)'), + (0x24A9, '3', '(n)'), + (0x24AA, '3', '(o)'), + (0x24AB, '3', '(p)'), + (0x24AC, '3', '(q)'), + (0x24AD, '3', '(r)'), + (0x24AE, '3', '(s)'), + (0x24AF, '3', '(t)'), + (0x24B0, '3', '(u)'), + (0x24B1, '3', '(v)'), + (0x24B2, '3', '(w)'), + (0x24B3, '3', '(x)'), + (0x24B4, '3', '(y)'), + (0x24B5, '3', '(z)'), + (0x24B6, 'M', 'a'), + (0x24B7, 'M', 'b'), + (0x24B8, 'M', 'c'), + (0x24B9, 'M', 'd'), + (0x24BA, 'M', 'e'), + (0x24BB, 'M', 'f'), + (0x24BC, 'M', 'g'), + ] + +def _seg_24() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x24BD, 'M', 'h'), + (0x24BE, 'M', 'i'), + (0x24BF, 'M', 'j'), + (0x24C0, 'M', 'k'), + (0x24C1, 'M', 'l'), + (0x24C2, 'M', 'm'), + (0x24C3, 'M', 'n'), + (0x24C4, 'M', 'o'), + (0x24C5, 'M', 'p'), + (0x24C6, 'M', 'q'), + (0x24C7, 'M', 'r'), + (0x24C8, 'M', 's'), + (0x24C9, 'M', 't'), + (0x24CA, 'M', 'u'), + (0x24CB, 'M', 'v'), + (0x24CC, 'M', 'w'), + (0x24CD, 'M', 'x'), + (0x24CE, 'M', 'y'), + (0x24CF, 'M', 'z'), + (0x24D0, 'M', 'a'), + (0x24D1, 'M', 'b'), + (0x24D2, 'M', 'c'), + (0x24D3, 'M', 'd'), + (0x24D4, 'M', 'e'), + (0x24D5, 'M', 'f'), + (0x24D6, 'M', 'g'), + (0x24D7, 'M', 'h'), + (0x24D8, 'M', 'i'), + (0x24D9, 'M', 'j'), + (0x24DA, 'M', 'k'), + (0x24DB, 'M', 'l'), + (0x24DC, 'M', 'm'), + (0x24DD, 'M', 'n'), + (0x24DE, 'M', 'o'), + (0x24DF, 'M', 'p'), + (0x24E0, 'M', 'q'), + (0x24E1, 'M', 'r'), + (0x24E2, 'M', 's'), + (0x24E3, 'M', 't'), + (0x24E4, 'M', 'u'), + (0x24E5, 'M', 'v'), + (0x24E6, 'M', 'w'), + (0x24E7, 'M', 'x'), + (0x24E8, 'M', 'y'), + (0x24E9, 'M', 'z'), + (0x24EA, 'M', '0'), + (0x24EB, 'V'), + (0x2A0C, 'M', '∫∫∫∫'), + (0x2A0D, 'V'), + (0x2A74, '3', '::='), + (0x2A75, '3', '=='), + (0x2A76, '3', '==='), + (0x2A77, 'V'), + (0x2ADC, 'M', '⫝̸'), + (0x2ADD, 'V'), + (0x2B74, 'X'), + (0x2B76, 'V'), + (0x2B96, 'X'), + (0x2B97, 'V'), + (0x2C00, 'M', 'ⰰ'), + (0x2C01, 'M', 'ⰱ'), + (0x2C02, 'M', 'ⰲ'), + (0x2C03, 'M', 'ⰳ'), + (0x2C04, 'M', 'ⰴ'), + (0x2C05, 'M', 'ⰵ'), + (0x2C06, 'M', 'ⰶ'), + (0x2C07, 'M', 'ⰷ'), + (0x2C08, 'M', 'ⰸ'), + (0x2C09, 'M', 'ⰹ'), + (0x2C0A, 'M', 'ⰺ'), + (0x2C0B, 'M', 'ⰻ'), + (0x2C0C, 'M', 'ⰼ'), + (0x2C0D, 'M', 'ⰽ'), + (0x2C0E, 'M', 'ⰾ'), + (0x2C0F, 'M', 'ⰿ'), + (0x2C10, 'M', 'ⱀ'), + (0x2C11, 'M', 'ⱁ'), + (0x2C12, 'M', 'ⱂ'), + (0x2C13, 'M', 'ⱃ'), + (0x2C14, 'M', 'ⱄ'), + (0x2C15, 'M', 'ⱅ'), + (0x2C16, 'M', 'ⱆ'), + (0x2C17, 'M', 'ⱇ'), + (0x2C18, 'M', 'ⱈ'), + (0x2C19, 'M', 'ⱉ'), + (0x2C1A, 'M', 'ⱊ'), + (0x2C1B, 'M', 'ⱋ'), + (0x2C1C, 'M', 'ⱌ'), + (0x2C1D, 'M', 'ⱍ'), + (0x2C1E, 'M', 'ⱎ'), + (0x2C1F, 'M', 'ⱏ'), + (0x2C20, 'M', 'ⱐ'), + (0x2C21, 'M', 'ⱑ'), + (0x2C22, 'M', 'ⱒ'), + (0x2C23, 'M', 'ⱓ'), + (0x2C24, 'M', 'ⱔ'), + (0x2C25, 'M', 'ⱕ'), + (0x2C26, 'M', 'ⱖ'), + (0x2C27, 'M', 'ⱗ'), + (0x2C28, 'M', 'ⱘ'), + ] + +def _seg_25() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2C29, 'M', 'ⱙ'), + (0x2C2A, 'M', 'ⱚ'), + (0x2C2B, 'M', 'ⱛ'), + (0x2C2C, 'M', 'ⱜ'), + (0x2C2D, 'M', 'ⱝ'), + (0x2C2E, 'M', 'ⱞ'), + (0x2C2F, 'M', 'ⱟ'), + (0x2C30, 'V'), + (0x2C60, 'M', 'ⱡ'), + (0x2C61, 'V'), + (0x2C62, 'M', 'ɫ'), + (0x2C63, 'M', 'ᵽ'), + (0x2C64, 'M', 'ɽ'), + (0x2C65, 'V'), + (0x2C67, 'M', 'ⱨ'), + (0x2C68, 'V'), + (0x2C69, 'M', 'ⱪ'), + (0x2C6A, 'V'), + (0x2C6B, 'M', 'ⱬ'), + (0x2C6C, 'V'), + (0x2C6D, 'M', 'ɑ'), + (0x2C6E, 'M', 'ɱ'), + (0x2C6F, 'M', 'ɐ'), + (0x2C70, 'M', 'ɒ'), + (0x2C71, 'V'), + (0x2C72, 'M', 'ⱳ'), + (0x2C73, 'V'), + (0x2C75, 'M', 'ⱶ'), + (0x2C76, 'V'), + (0x2C7C, 'M', 'j'), + (0x2C7D, 'M', 'v'), + (0x2C7E, 'M', 'ȿ'), + (0x2C7F, 'M', 'ɀ'), + (0x2C80, 'M', 'ⲁ'), + (0x2C81, 'V'), + (0x2C82, 'M', 'ⲃ'), + (0x2C83, 'V'), + (0x2C84, 'M', 'ⲅ'), + (0x2C85, 'V'), + (0x2C86, 'M', 'ⲇ'), + (0x2C87, 'V'), + (0x2C88, 'M', 'ⲉ'), + (0x2C89, 'V'), + (0x2C8A, 'M', 'ⲋ'), + (0x2C8B, 'V'), + (0x2C8C, 'M', 'ⲍ'), + (0x2C8D, 'V'), + (0x2C8E, 'M', 'ⲏ'), + (0x2C8F, 'V'), + (0x2C90, 'M', 'ⲑ'), + (0x2C91, 'V'), + (0x2C92, 'M', 'ⲓ'), + (0x2C93, 'V'), + (0x2C94, 'M', 'ⲕ'), + (0x2C95, 'V'), + (0x2C96, 'M', 'ⲗ'), + (0x2C97, 'V'), + (0x2C98, 'M', 'ⲙ'), + (0x2C99, 'V'), + (0x2C9A, 'M', 'ⲛ'), + (0x2C9B, 'V'), + (0x2C9C, 'M', 'ⲝ'), + (0x2C9D, 'V'), + (0x2C9E, 'M', 'ⲟ'), + (0x2C9F, 'V'), + (0x2CA0, 'M', 'ⲡ'), + (0x2CA1, 'V'), + (0x2CA2, 'M', 'ⲣ'), + (0x2CA3, 'V'), + (0x2CA4, 'M', 'ⲥ'), + (0x2CA5, 'V'), + (0x2CA6, 'M', 'ⲧ'), + (0x2CA7, 'V'), + (0x2CA8, 'M', 'ⲩ'), + (0x2CA9, 'V'), + (0x2CAA, 'M', 'ⲫ'), + (0x2CAB, 'V'), + (0x2CAC, 'M', 'ⲭ'), + (0x2CAD, 'V'), + (0x2CAE, 'M', 'ⲯ'), + (0x2CAF, 'V'), + (0x2CB0, 'M', 'ⲱ'), + (0x2CB1, 'V'), + (0x2CB2, 'M', 'ⲳ'), + (0x2CB3, 'V'), + (0x2CB4, 'M', 'ⲵ'), + (0x2CB5, 'V'), + (0x2CB6, 'M', 'ⲷ'), + (0x2CB7, 'V'), + (0x2CB8, 'M', 'ⲹ'), + (0x2CB9, 'V'), + (0x2CBA, 'M', 'ⲻ'), + (0x2CBB, 'V'), + (0x2CBC, 'M', 'ⲽ'), + (0x2CBD, 'V'), + (0x2CBE, 'M', 'ⲿ'), + (0x2CBF, 'V'), + (0x2CC0, 'M', 'ⳁ'), + (0x2CC1, 'V'), + (0x2CC2, 'M', 'ⳃ'), + ] + +def _seg_26() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2CC3, 'V'), + (0x2CC4, 'M', 'ⳅ'), + (0x2CC5, 'V'), + (0x2CC6, 'M', 'ⳇ'), + (0x2CC7, 'V'), + (0x2CC8, 'M', 'ⳉ'), + (0x2CC9, 'V'), + (0x2CCA, 'M', 'ⳋ'), + (0x2CCB, 'V'), + (0x2CCC, 'M', 'ⳍ'), + (0x2CCD, 'V'), + (0x2CCE, 'M', 'ⳏ'), + (0x2CCF, 'V'), + (0x2CD0, 'M', 'ⳑ'), + (0x2CD1, 'V'), + (0x2CD2, 'M', 'ⳓ'), + (0x2CD3, 'V'), + (0x2CD4, 'M', 'ⳕ'), + (0x2CD5, 'V'), + (0x2CD6, 'M', 'ⳗ'), + (0x2CD7, 'V'), + (0x2CD8, 'M', 'ⳙ'), + (0x2CD9, 'V'), + (0x2CDA, 'M', 'ⳛ'), + (0x2CDB, 'V'), + (0x2CDC, 'M', 'ⳝ'), + (0x2CDD, 'V'), + (0x2CDE, 'M', 'ⳟ'), + (0x2CDF, 'V'), + (0x2CE0, 'M', 'ⳡ'), + (0x2CE1, 'V'), + (0x2CE2, 'M', 'ⳣ'), + (0x2CE3, 'V'), + (0x2CEB, 'M', 'ⳬ'), + (0x2CEC, 'V'), + (0x2CED, 'M', 'ⳮ'), + (0x2CEE, 'V'), + (0x2CF2, 'M', 'ⳳ'), + (0x2CF3, 'V'), + (0x2CF4, 'X'), + (0x2CF9, 'V'), + (0x2D26, 'X'), + (0x2D27, 'V'), + (0x2D28, 'X'), + (0x2D2D, 'V'), + (0x2D2E, 'X'), + (0x2D30, 'V'), + (0x2D68, 'X'), + (0x2D6F, 'M', 'ⵡ'), + (0x2D70, 'V'), + (0x2D71, 'X'), + (0x2D7F, 'V'), + (0x2D97, 'X'), + (0x2DA0, 'V'), + (0x2DA7, 'X'), + (0x2DA8, 'V'), + (0x2DAF, 'X'), + (0x2DB0, 'V'), + (0x2DB7, 'X'), + (0x2DB8, 'V'), + (0x2DBF, 'X'), + (0x2DC0, 'V'), + (0x2DC7, 'X'), + (0x2DC8, 'V'), + (0x2DCF, 'X'), + (0x2DD0, 'V'), + (0x2DD7, 'X'), + (0x2DD8, 'V'), + (0x2DDF, 'X'), + (0x2DE0, 'V'), + (0x2E5E, 'X'), + (0x2E80, 'V'), + (0x2E9A, 'X'), + (0x2E9B, 'V'), + (0x2E9F, 'M', '母'), + (0x2EA0, 'V'), + (0x2EF3, 'M', '龟'), + (0x2EF4, 'X'), + (0x2F00, 'M', '一'), + (0x2F01, 'M', '丨'), + (0x2F02, 'M', '丶'), + (0x2F03, 'M', '丿'), + (0x2F04, 'M', '乙'), + (0x2F05, 'M', '亅'), + (0x2F06, 'M', '二'), + (0x2F07, 'M', '亠'), + (0x2F08, 'M', '人'), + (0x2F09, 'M', '儿'), + (0x2F0A, 'M', '入'), + (0x2F0B, 'M', '八'), + (0x2F0C, 'M', '冂'), + (0x2F0D, 'M', '冖'), + (0x2F0E, 'M', '冫'), + (0x2F0F, 'M', '几'), + (0x2F10, 'M', '凵'), + (0x2F11, 'M', '刀'), + (0x2F12, 'M', '力'), + (0x2F13, 'M', '勹'), + (0x2F14, 'M', '匕'), + (0x2F15, 'M', '匚'), + ] + +def _seg_27() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F16, 'M', '匸'), + (0x2F17, 'M', '十'), + (0x2F18, 'M', '卜'), + (0x2F19, 'M', '卩'), + (0x2F1A, 'M', '厂'), + (0x2F1B, 'M', '厶'), + (0x2F1C, 'M', '又'), + (0x2F1D, 'M', '口'), + (0x2F1E, 'M', '囗'), + (0x2F1F, 'M', '土'), + (0x2F20, 'M', '士'), + (0x2F21, 'M', '夂'), + (0x2F22, 'M', '夊'), + (0x2F23, 'M', '夕'), + (0x2F24, 'M', '大'), + (0x2F25, 'M', '女'), + (0x2F26, 'M', '子'), + (0x2F27, 'M', '宀'), + (0x2F28, 'M', '寸'), + (0x2F29, 'M', '小'), + (0x2F2A, 'M', '尢'), + (0x2F2B, 'M', '尸'), + (0x2F2C, 'M', '屮'), + (0x2F2D, 'M', '山'), + (0x2F2E, 'M', '巛'), + (0x2F2F, 'M', '工'), + (0x2F30, 'M', '己'), + (0x2F31, 'M', '巾'), + (0x2F32, 'M', '干'), + (0x2F33, 'M', '幺'), + (0x2F34, 'M', '广'), + (0x2F35, 'M', '廴'), + (0x2F36, 'M', '廾'), + (0x2F37, 'M', '弋'), + (0x2F38, 'M', '弓'), + (0x2F39, 'M', '彐'), + (0x2F3A, 'M', '彡'), + (0x2F3B, 'M', '彳'), + (0x2F3C, 'M', '心'), + (0x2F3D, 'M', '戈'), + (0x2F3E, 'M', '戶'), + (0x2F3F, 'M', '手'), + (0x2F40, 'M', '支'), + (0x2F41, 'M', '攴'), + (0x2F42, 'M', '文'), + (0x2F43, 'M', '斗'), + (0x2F44, 'M', '斤'), + (0x2F45, 'M', '方'), + (0x2F46, 'M', '无'), + (0x2F47, 'M', '日'), + (0x2F48, 'M', '曰'), + (0x2F49, 'M', '月'), + (0x2F4A, 'M', '木'), + (0x2F4B, 'M', '欠'), + (0x2F4C, 'M', '止'), + (0x2F4D, 'M', '歹'), + (0x2F4E, 'M', '殳'), + (0x2F4F, 'M', '毋'), + (0x2F50, 'M', '比'), + (0x2F51, 'M', '毛'), + (0x2F52, 'M', '氏'), + (0x2F53, 'M', '气'), + (0x2F54, 'M', '水'), + (0x2F55, 'M', '火'), + (0x2F56, 'M', '爪'), + (0x2F57, 'M', '父'), + (0x2F58, 'M', '爻'), + (0x2F59, 'M', '爿'), + (0x2F5A, 'M', '片'), + (0x2F5B, 'M', '牙'), + (0x2F5C, 'M', '牛'), + (0x2F5D, 'M', '犬'), + (0x2F5E, 'M', '玄'), + (0x2F5F, 'M', '玉'), + (0x2F60, 'M', '瓜'), + (0x2F61, 'M', '瓦'), + (0x2F62, 'M', '甘'), + (0x2F63, 'M', '生'), + (0x2F64, 'M', '用'), + (0x2F65, 'M', '田'), + (0x2F66, 'M', '疋'), + (0x2F67, 'M', '疒'), + (0x2F68, 'M', '癶'), + (0x2F69, 'M', '白'), + (0x2F6A, 'M', '皮'), + (0x2F6B, 'M', '皿'), + (0x2F6C, 'M', '目'), + (0x2F6D, 'M', '矛'), + (0x2F6E, 'M', '矢'), + (0x2F6F, 'M', '石'), + (0x2F70, 'M', '示'), + (0x2F71, 'M', '禸'), + (0x2F72, 'M', '禾'), + (0x2F73, 'M', '穴'), + (0x2F74, 'M', '立'), + (0x2F75, 'M', '竹'), + (0x2F76, 'M', '米'), + (0x2F77, 'M', '糸'), + (0x2F78, 'M', '缶'), + (0x2F79, 'M', '网'), + ] + +def _seg_28() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F7A, 'M', '羊'), + (0x2F7B, 'M', '羽'), + (0x2F7C, 'M', '老'), + (0x2F7D, 'M', '而'), + (0x2F7E, 'M', '耒'), + (0x2F7F, 'M', '耳'), + (0x2F80, 'M', '聿'), + (0x2F81, 'M', '肉'), + (0x2F82, 'M', '臣'), + (0x2F83, 'M', '自'), + (0x2F84, 'M', '至'), + (0x2F85, 'M', '臼'), + (0x2F86, 'M', '舌'), + (0x2F87, 'M', '舛'), + (0x2F88, 'M', '舟'), + (0x2F89, 'M', '艮'), + (0x2F8A, 'M', '色'), + (0x2F8B, 'M', '艸'), + (0x2F8C, 'M', '虍'), + (0x2F8D, 'M', '虫'), + (0x2F8E, 'M', '血'), + (0x2F8F, 'M', '行'), + (0x2F90, 'M', '衣'), + (0x2F91, 'M', '襾'), + (0x2F92, 'M', '見'), + (0x2F93, 'M', '角'), + (0x2F94, 'M', '言'), + (0x2F95, 'M', '谷'), + (0x2F96, 'M', '豆'), + (0x2F97, 'M', '豕'), + (0x2F98, 'M', '豸'), + (0x2F99, 'M', '貝'), + (0x2F9A, 'M', '赤'), + (0x2F9B, 'M', '走'), + (0x2F9C, 'M', '足'), + (0x2F9D, 'M', '身'), + (0x2F9E, 'M', '車'), + (0x2F9F, 'M', '辛'), + (0x2FA0, 'M', '辰'), + (0x2FA1, 'M', '辵'), + (0x2FA2, 'M', '邑'), + (0x2FA3, 'M', '酉'), + (0x2FA4, 'M', '釆'), + (0x2FA5, 'M', '里'), + (0x2FA6, 'M', '金'), + (0x2FA7, 'M', '長'), + (0x2FA8, 'M', '門'), + (0x2FA9, 'M', '阜'), + (0x2FAA, 'M', '隶'), + (0x2FAB, 'M', '隹'), + (0x2FAC, 'M', '雨'), + (0x2FAD, 'M', '靑'), + (0x2FAE, 'M', '非'), + (0x2FAF, 'M', '面'), + (0x2FB0, 'M', '革'), + (0x2FB1, 'M', '韋'), + (0x2FB2, 'M', '韭'), + (0x2FB3, 'M', '音'), + (0x2FB4, 'M', '頁'), + (0x2FB5, 'M', '風'), + (0x2FB6, 'M', '飛'), + (0x2FB7, 'M', '食'), + (0x2FB8, 'M', '首'), + (0x2FB9, 'M', '香'), + (0x2FBA, 'M', '馬'), + (0x2FBB, 'M', '骨'), + (0x2FBC, 'M', '高'), + (0x2FBD, 'M', '髟'), + (0x2FBE, 'M', '鬥'), + (0x2FBF, 'M', '鬯'), + (0x2FC0, 'M', '鬲'), + (0x2FC1, 'M', '鬼'), + (0x2FC2, 'M', '魚'), + (0x2FC3, 'M', '鳥'), + (0x2FC4, 'M', '鹵'), + (0x2FC5, 'M', '鹿'), + (0x2FC6, 'M', '麥'), + (0x2FC7, 'M', '麻'), + (0x2FC8, 'M', '黃'), + (0x2FC9, 'M', '黍'), + (0x2FCA, 'M', '黑'), + (0x2FCB, 'M', '黹'), + (0x2FCC, 'M', '黽'), + (0x2FCD, 'M', '鼎'), + (0x2FCE, 'M', '鼓'), + (0x2FCF, 'M', '鼠'), + (0x2FD0, 'M', '鼻'), + (0x2FD1, 'M', '齊'), + (0x2FD2, 'M', '齒'), + (0x2FD3, 'M', '龍'), + (0x2FD4, 'M', '龜'), + (0x2FD5, 'M', '龠'), + (0x2FD6, 'X'), + (0x3000, '3', ' '), + (0x3001, 'V'), + (0x3002, 'M', '.'), + (0x3003, 'V'), + (0x3036, 'M', '〒'), + (0x3037, 'V'), + (0x3038, 'M', '十'), + ] + +def _seg_29() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3039, 'M', '卄'), + (0x303A, 'M', '卅'), + (0x303B, 'V'), + (0x3040, 'X'), + (0x3041, 'V'), + (0x3097, 'X'), + (0x3099, 'V'), + (0x309B, '3', ' ゙'), + (0x309C, '3', ' ゚'), + (0x309D, 'V'), + (0x309F, 'M', 'より'), + (0x30A0, 'V'), + (0x30FF, 'M', 'コト'), + (0x3100, 'X'), + (0x3105, 'V'), + (0x3130, 'X'), + (0x3131, 'M', 'ᄀ'), + (0x3132, 'M', 'ᄁ'), + (0x3133, 'M', 'ᆪ'), + (0x3134, 'M', 'ᄂ'), + (0x3135, 'M', 'ᆬ'), + (0x3136, 'M', 'ᆭ'), + (0x3137, 'M', 'ᄃ'), + (0x3138, 'M', 'ᄄ'), + (0x3139, 'M', 'ᄅ'), + (0x313A, 'M', 'ᆰ'), + (0x313B, 'M', 'ᆱ'), + (0x313C, 'M', 'ᆲ'), + (0x313D, 'M', 'ᆳ'), + (0x313E, 'M', 'ᆴ'), + (0x313F, 'M', 'ᆵ'), + (0x3140, 'M', 'ᄚ'), + (0x3141, 'M', 'ᄆ'), + (0x3142, 'M', 'ᄇ'), + (0x3143, 'M', 'ᄈ'), + (0x3144, 'M', 'ᄡ'), + (0x3145, 'M', 'ᄉ'), + (0x3146, 'M', 'ᄊ'), + (0x3147, 'M', 'ᄋ'), + (0x3148, 'M', 'ᄌ'), + (0x3149, 'M', 'ᄍ'), + (0x314A, 'M', 'ᄎ'), + (0x314B, 'M', 'ᄏ'), + (0x314C, 'M', 'ᄐ'), + (0x314D, 'M', 'ᄑ'), + (0x314E, 'M', 'ᄒ'), + (0x314F, 'M', 'ᅡ'), + (0x3150, 'M', 'ᅢ'), + (0x3151, 'M', 'ᅣ'), + (0x3152, 'M', 'ᅤ'), + (0x3153, 'M', 'ᅥ'), + (0x3154, 'M', 'ᅦ'), + (0x3155, 'M', 'ᅧ'), + (0x3156, 'M', 'ᅨ'), + (0x3157, 'M', 'ᅩ'), + (0x3158, 'M', 'ᅪ'), + (0x3159, 'M', 'ᅫ'), + (0x315A, 'M', 'ᅬ'), + (0x315B, 'M', 'ᅭ'), + (0x315C, 'M', 'ᅮ'), + (0x315D, 'M', 'ᅯ'), + (0x315E, 'M', 'ᅰ'), + (0x315F, 'M', 'ᅱ'), + (0x3160, 'M', 'ᅲ'), + (0x3161, 'M', 'ᅳ'), + (0x3162, 'M', 'ᅴ'), + (0x3163, 'M', 'ᅵ'), + (0x3164, 'X'), + (0x3165, 'M', 'ᄔ'), + (0x3166, 'M', 'ᄕ'), + (0x3167, 'M', 'ᇇ'), + (0x3168, 'M', 'ᇈ'), + (0x3169, 'M', 'ᇌ'), + (0x316A, 'M', 'ᇎ'), + (0x316B, 'M', 'ᇓ'), + (0x316C, 'M', 'ᇗ'), + (0x316D, 'M', 'ᇙ'), + (0x316E, 'M', 'ᄜ'), + (0x316F, 'M', 'ᇝ'), + (0x3170, 'M', 'ᇟ'), + (0x3171, 'M', 'ᄝ'), + (0x3172, 'M', 'ᄞ'), + (0x3173, 'M', 'ᄠ'), + (0x3174, 'M', 'ᄢ'), + (0x3175, 'M', 'ᄣ'), + (0x3176, 'M', 'ᄧ'), + (0x3177, 'M', 'ᄩ'), + (0x3178, 'M', 'ᄫ'), + (0x3179, 'M', 'ᄬ'), + (0x317A, 'M', 'ᄭ'), + (0x317B, 'M', 'ᄮ'), + (0x317C, 'M', 'ᄯ'), + (0x317D, 'M', 'ᄲ'), + (0x317E, 'M', 'ᄶ'), + (0x317F, 'M', 'ᅀ'), + (0x3180, 'M', 'ᅇ'), + (0x3181, 'M', 'ᅌ'), + (0x3182, 'M', 'ᇱ'), + (0x3183, 'M', 'ᇲ'), + (0x3184, 'M', 'ᅗ'), + ] + +def _seg_30() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3185, 'M', 'ᅘ'), + (0x3186, 'M', 'ᅙ'), + (0x3187, 'M', 'ᆄ'), + (0x3188, 'M', 'ᆅ'), + (0x3189, 'M', 'ᆈ'), + (0x318A, 'M', 'ᆑ'), + (0x318B, 'M', 'ᆒ'), + (0x318C, 'M', 'ᆔ'), + (0x318D, 'M', 'ᆞ'), + (0x318E, 'M', 'ᆡ'), + (0x318F, 'X'), + (0x3190, 'V'), + (0x3192, 'M', '一'), + (0x3193, 'M', '二'), + (0x3194, 'M', '三'), + (0x3195, 'M', '四'), + (0x3196, 'M', '上'), + (0x3197, 'M', '中'), + (0x3198, 'M', '下'), + (0x3199, 'M', '甲'), + (0x319A, 'M', '乙'), + (0x319B, 'M', '丙'), + (0x319C, 'M', '丁'), + (0x319D, 'M', '天'), + (0x319E, 'M', '地'), + (0x319F, 'M', '人'), + (0x31A0, 'V'), + (0x31E4, 'X'), + (0x31F0, 'V'), + (0x3200, '3', '(ᄀ)'), + (0x3201, '3', '(ᄂ)'), + (0x3202, '3', '(ᄃ)'), + (0x3203, '3', '(ᄅ)'), + (0x3204, '3', '(ᄆ)'), + (0x3205, '3', '(ᄇ)'), + (0x3206, '3', '(ᄉ)'), + (0x3207, '3', '(ᄋ)'), + (0x3208, '3', '(ᄌ)'), + (0x3209, '3', '(ᄎ)'), + (0x320A, '3', '(ᄏ)'), + (0x320B, '3', '(ᄐ)'), + (0x320C, '3', '(ᄑ)'), + (0x320D, '3', '(ᄒ)'), + (0x320E, '3', '(가)'), + (0x320F, '3', '(나)'), + (0x3210, '3', '(다)'), + (0x3211, '3', '(라)'), + (0x3212, '3', '(마)'), + (0x3213, '3', '(바)'), + (0x3214, '3', '(사)'), + (0x3215, '3', '(아)'), + (0x3216, '3', '(자)'), + (0x3217, '3', '(차)'), + (0x3218, '3', '(카)'), + (0x3219, '3', '(타)'), + (0x321A, '3', '(파)'), + (0x321B, '3', '(하)'), + (0x321C, '3', '(주)'), + (0x321D, '3', '(오전)'), + (0x321E, '3', '(오후)'), + (0x321F, 'X'), + (0x3220, '3', '(一)'), + (0x3221, '3', '(二)'), + (0x3222, '3', '(三)'), + (0x3223, '3', '(四)'), + (0x3224, '3', '(五)'), + (0x3225, '3', '(六)'), + (0x3226, '3', '(七)'), + (0x3227, '3', '(八)'), + (0x3228, '3', '(九)'), + (0x3229, '3', '(十)'), + (0x322A, '3', '(月)'), + (0x322B, '3', '(火)'), + (0x322C, '3', '(水)'), + (0x322D, '3', '(木)'), + (0x322E, '3', '(金)'), + (0x322F, '3', '(土)'), + (0x3230, '3', '(日)'), + (0x3231, '3', '(株)'), + (0x3232, '3', '(有)'), + (0x3233, '3', '(社)'), + (0x3234, '3', '(名)'), + (0x3235, '3', '(特)'), + (0x3236, '3', '(財)'), + (0x3237, '3', '(祝)'), + (0x3238, '3', '(労)'), + (0x3239, '3', '(代)'), + (0x323A, '3', '(呼)'), + (0x323B, '3', '(学)'), + (0x323C, '3', '(監)'), + (0x323D, '3', '(企)'), + (0x323E, '3', '(資)'), + (0x323F, '3', '(協)'), + (0x3240, '3', '(祭)'), + (0x3241, '3', '(休)'), + (0x3242, '3', '(自)'), + (0x3243, '3', '(至)'), + (0x3244, 'M', '問'), + (0x3245, 'M', '幼'), + (0x3246, 'M', '文'), + ] + +def _seg_31() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3247, 'M', '箏'), + (0x3248, 'V'), + (0x3250, 'M', 'pte'), + (0x3251, 'M', '21'), + (0x3252, 'M', '22'), + (0x3253, 'M', '23'), + (0x3254, 'M', '24'), + (0x3255, 'M', '25'), + (0x3256, 'M', '26'), + (0x3257, 'M', '27'), + (0x3258, 'M', '28'), + (0x3259, 'M', '29'), + (0x325A, 'M', '30'), + (0x325B, 'M', '31'), + (0x325C, 'M', '32'), + (0x325D, 'M', '33'), + (0x325E, 'M', '34'), + (0x325F, 'M', '35'), + (0x3260, 'M', 'ᄀ'), + (0x3261, 'M', 'ᄂ'), + (0x3262, 'M', 'ᄃ'), + (0x3263, 'M', 'ᄅ'), + (0x3264, 'M', 'ᄆ'), + (0x3265, 'M', 'ᄇ'), + (0x3266, 'M', 'ᄉ'), + (0x3267, 'M', 'ᄋ'), + (0x3268, 'M', 'ᄌ'), + (0x3269, 'M', 'ᄎ'), + (0x326A, 'M', 'ᄏ'), + (0x326B, 'M', 'ᄐ'), + (0x326C, 'M', 'ᄑ'), + (0x326D, 'M', 'ᄒ'), + (0x326E, 'M', '가'), + (0x326F, 'M', '나'), + (0x3270, 'M', '다'), + (0x3271, 'M', '라'), + (0x3272, 'M', '마'), + (0x3273, 'M', '바'), + (0x3274, 'M', '사'), + (0x3275, 'M', '아'), + (0x3276, 'M', '자'), + (0x3277, 'M', '차'), + (0x3278, 'M', '카'), + (0x3279, 'M', '타'), + (0x327A, 'M', '파'), + (0x327B, 'M', '하'), + (0x327C, 'M', '참고'), + (0x327D, 'M', '주의'), + (0x327E, 'M', '우'), + (0x327F, 'V'), + (0x3280, 'M', '一'), + (0x3281, 'M', '二'), + (0x3282, 'M', '三'), + (0x3283, 'M', '四'), + (0x3284, 'M', '五'), + (0x3285, 'M', '六'), + (0x3286, 'M', '七'), + (0x3287, 'M', '八'), + (0x3288, 'M', '九'), + (0x3289, 'M', '十'), + (0x328A, 'M', '月'), + (0x328B, 'M', '火'), + (0x328C, 'M', '水'), + (0x328D, 'M', '木'), + (0x328E, 'M', '金'), + (0x328F, 'M', '土'), + (0x3290, 'M', '日'), + (0x3291, 'M', '株'), + (0x3292, 'M', '有'), + (0x3293, 'M', '社'), + (0x3294, 'M', '名'), + (0x3295, 'M', '特'), + (0x3296, 'M', '財'), + (0x3297, 'M', '祝'), + (0x3298, 'M', '労'), + (0x3299, 'M', '秘'), + (0x329A, 'M', '男'), + (0x329B, 'M', '女'), + (0x329C, 'M', '適'), + (0x329D, 'M', '優'), + (0x329E, 'M', '印'), + (0x329F, 'M', '注'), + (0x32A0, 'M', '項'), + (0x32A1, 'M', '休'), + (0x32A2, 'M', '写'), + (0x32A3, 'M', '正'), + (0x32A4, 'M', '上'), + (0x32A5, 'M', '中'), + (0x32A6, 'M', '下'), + (0x32A7, 'M', '左'), + (0x32A8, 'M', '右'), + (0x32A9, 'M', '医'), + (0x32AA, 'M', '宗'), + (0x32AB, 'M', '学'), + (0x32AC, 'M', '監'), + (0x32AD, 'M', '企'), + (0x32AE, 'M', '資'), + (0x32AF, 'M', '協'), + (0x32B0, 'M', '夜'), + (0x32B1, 'M', '36'), + ] + +def _seg_32() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x32B2, 'M', '37'), + (0x32B3, 'M', '38'), + (0x32B4, 'M', '39'), + (0x32B5, 'M', '40'), + (0x32B6, 'M', '41'), + (0x32B7, 'M', '42'), + (0x32B8, 'M', '43'), + (0x32B9, 'M', '44'), + (0x32BA, 'M', '45'), + (0x32BB, 'M', '46'), + (0x32BC, 'M', '47'), + (0x32BD, 'M', '48'), + (0x32BE, 'M', '49'), + (0x32BF, 'M', '50'), + (0x32C0, 'M', '1月'), + (0x32C1, 'M', '2月'), + (0x32C2, 'M', '3月'), + (0x32C3, 'M', '4月'), + (0x32C4, 'M', '5月'), + (0x32C5, 'M', '6月'), + (0x32C6, 'M', '7月'), + (0x32C7, 'M', '8月'), + (0x32C8, 'M', '9月'), + (0x32C9, 'M', '10月'), + (0x32CA, 'M', '11月'), + (0x32CB, 'M', '12月'), + (0x32CC, 'M', 'hg'), + (0x32CD, 'M', 'erg'), + (0x32CE, 'M', 'ev'), + (0x32CF, 'M', 'ltd'), + (0x32D0, 'M', 'ア'), + (0x32D1, 'M', 'イ'), + (0x32D2, 'M', 'ウ'), + (0x32D3, 'M', 'エ'), + (0x32D4, 'M', 'オ'), + (0x32D5, 'M', 'カ'), + (0x32D6, 'M', 'キ'), + (0x32D7, 'M', 'ク'), + (0x32D8, 'M', 'ケ'), + (0x32D9, 'M', 'コ'), + (0x32DA, 'M', 'サ'), + (0x32DB, 'M', 'シ'), + (0x32DC, 'M', 'ス'), + (0x32DD, 'M', 'セ'), + (0x32DE, 'M', 'ソ'), + (0x32DF, 'M', 'タ'), + (0x32E0, 'M', 'チ'), + (0x32E1, 'M', 'ツ'), + (0x32E2, 'M', 'テ'), + (0x32E3, 'M', 'ト'), + (0x32E4, 'M', 'ナ'), + (0x32E5, 'M', 'ニ'), + (0x32E6, 'M', 'ヌ'), + (0x32E7, 'M', 'ネ'), + (0x32E8, 'M', 'ノ'), + (0x32E9, 'M', 'ハ'), + (0x32EA, 'M', 'ヒ'), + (0x32EB, 'M', 'フ'), + (0x32EC, 'M', 'ヘ'), + (0x32ED, 'M', 'ホ'), + (0x32EE, 'M', 'マ'), + (0x32EF, 'M', 'ミ'), + (0x32F0, 'M', 'ム'), + (0x32F1, 'M', 'メ'), + (0x32F2, 'M', 'モ'), + (0x32F3, 'M', 'ヤ'), + (0x32F4, 'M', 'ユ'), + (0x32F5, 'M', 'ヨ'), + (0x32F6, 'M', 'ラ'), + (0x32F7, 'M', 'リ'), + (0x32F8, 'M', 'ル'), + (0x32F9, 'M', 'レ'), + (0x32FA, 'M', 'ロ'), + (0x32FB, 'M', 'ワ'), + (0x32FC, 'M', 'ヰ'), + (0x32FD, 'M', 'ヱ'), + (0x32FE, 'M', 'ヲ'), + (0x32FF, 'M', '令和'), + (0x3300, 'M', 'アパート'), + (0x3301, 'M', 'アルファ'), + (0x3302, 'M', 'アンペア'), + (0x3303, 'M', 'アール'), + (0x3304, 'M', 'イニング'), + (0x3305, 'M', 'インチ'), + (0x3306, 'M', 'ウォン'), + (0x3307, 'M', 'エスクード'), + (0x3308, 'M', 'エーカー'), + (0x3309, 'M', 'オンス'), + (0x330A, 'M', 'オーム'), + (0x330B, 'M', 'カイリ'), + (0x330C, 'M', 'カラット'), + (0x330D, 'M', 'カロリー'), + (0x330E, 'M', 'ガロン'), + (0x330F, 'M', 'ガンマ'), + (0x3310, 'M', 'ギガ'), + (0x3311, 'M', 'ギニー'), + (0x3312, 'M', 'キュリー'), + (0x3313, 'M', 'ギルダー'), + (0x3314, 'M', 'キロ'), + (0x3315, 'M', 'キログラム'), + ] + +def _seg_33() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3316, 'M', 'キロメートル'), + (0x3317, 'M', 'キロワット'), + (0x3318, 'M', 'グラム'), + (0x3319, 'M', 'グラムトン'), + (0x331A, 'M', 'クルゼイロ'), + (0x331B, 'M', 'クローネ'), + (0x331C, 'M', 'ケース'), + (0x331D, 'M', 'コルナ'), + (0x331E, 'M', 'コーポ'), + (0x331F, 'M', 'サイクル'), + (0x3320, 'M', 'サンチーム'), + (0x3321, 'M', 'シリング'), + (0x3322, 'M', 'センチ'), + (0x3323, 'M', 'セント'), + (0x3324, 'M', 'ダース'), + (0x3325, 'M', 'デシ'), + (0x3326, 'M', 'ドル'), + (0x3327, 'M', 'トン'), + (0x3328, 'M', 'ナノ'), + (0x3329, 'M', 'ノット'), + (0x332A, 'M', 'ハイツ'), + (0x332B, 'M', 'パーセント'), + (0x332C, 'M', 'パーツ'), + (0x332D, 'M', 'バーレル'), + (0x332E, 'M', 'ピアストル'), + (0x332F, 'M', 'ピクル'), + (0x3330, 'M', 'ピコ'), + (0x3331, 'M', 'ビル'), + (0x3332, 'M', 'ファラッド'), + (0x3333, 'M', 'フィート'), + (0x3334, 'M', 'ブッシェル'), + (0x3335, 'M', 'フラン'), + (0x3336, 'M', 'ヘクタール'), + (0x3337, 'M', 'ペソ'), + (0x3338, 'M', 'ペニヒ'), + (0x3339, 'M', 'ヘルツ'), + (0x333A, 'M', 'ペンス'), + (0x333B, 'M', 'ページ'), + (0x333C, 'M', 'ベータ'), + (0x333D, 'M', 'ポイント'), + (0x333E, 'M', 'ボルト'), + (0x333F, 'M', 'ホン'), + (0x3340, 'M', 'ポンド'), + (0x3341, 'M', 'ホール'), + (0x3342, 'M', 'ホーン'), + (0x3343, 'M', 'マイクロ'), + (0x3344, 'M', 'マイル'), + (0x3345, 'M', 'マッハ'), + (0x3346, 'M', 'マルク'), + (0x3347, 'M', 'マンション'), + (0x3348, 'M', 'ミクロン'), + (0x3349, 'M', 'ミリ'), + (0x334A, 'M', 'ミリバール'), + (0x334B, 'M', 'メガ'), + (0x334C, 'M', 'メガトン'), + (0x334D, 'M', 'メートル'), + (0x334E, 'M', 'ヤード'), + (0x334F, 'M', 'ヤール'), + (0x3350, 'M', 'ユアン'), + (0x3351, 'M', 'リットル'), + (0x3352, 'M', 'リラ'), + (0x3353, 'M', 'ルピー'), + (0x3354, 'M', 'ルーブル'), + (0x3355, 'M', 'レム'), + (0x3356, 'M', 'レントゲン'), + (0x3357, 'M', 'ワット'), + (0x3358, 'M', '0点'), + (0x3359, 'M', '1点'), + (0x335A, 'M', '2点'), + (0x335B, 'M', '3点'), + (0x335C, 'M', '4点'), + (0x335D, 'M', '5点'), + (0x335E, 'M', '6点'), + (0x335F, 'M', '7点'), + (0x3360, 'M', '8点'), + (0x3361, 'M', '9点'), + (0x3362, 'M', '10点'), + (0x3363, 'M', '11点'), + (0x3364, 'M', '12点'), + (0x3365, 'M', '13点'), + (0x3366, 'M', '14点'), + (0x3367, 'M', '15点'), + (0x3368, 'M', '16点'), + (0x3369, 'M', '17点'), + (0x336A, 'M', '18点'), + (0x336B, 'M', '19点'), + (0x336C, 'M', '20点'), + (0x336D, 'M', '21点'), + (0x336E, 'M', '22点'), + (0x336F, 'M', '23点'), + (0x3370, 'M', '24点'), + (0x3371, 'M', 'hpa'), + (0x3372, 'M', 'da'), + (0x3373, 'M', 'au'), + (0x3374, 'M', 'bar'), + (0x3375, 'M', 'ov'), + (0x3376, 'M', 'pc'), + (0x3377, 'M', 'dm'), + (0x3378, 'M', 'dm2'), + (0x3379, 'M', 'dm3'), + ] + +def _seg_34() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x337A, 'M', 'iu'), + (0x337B, 'M', '平成'), + (0x337C, 'M', '昭和'), + (0x337D, 'M', '大正'), + (0x337E, 'M', '明治'), + (0x337F, 'M', '株式会社'), + (0x3380, 'M', 'pa'), + (0x3381, 'M', 'na'), + (0x3382, 'M', 'μa'), + (0x3383, 'M', 'ma'), + (0x3384, 'M', 'ka'), + (0x3385, 'M', 'kb'), + (0x3386, 'M', 'mb'), + (0x3387, 'M', 'gb'), + (0x3388, 'M', 'cal'), + (0x3389, 'M', 'kcal'), + (0x338A, 'M', 'pf'), + (0x338B, 'M', 'nf'), + (0x338C, 'M', 'μf'), + (0x338D, 'M', 'μg'), + (0x338E, 'M', 'mg'), + (0x338F, 'M', 'kg'), + (0x3390, 'M', 'hz'), + (0x3391, 'M', 'khz'), + (0x3392, 'M', 'mhz'), + (0x3393, 'M', 'ghz'), + (0x3394, 'M', 'thz'), + (0x3395, 'M', 'μl'), + (0x3396, 'M', 'ml'), + (0x3397, 'M', 'dl'), + (0x3398, 'M', 'kl'), + (0x3399, 'M', 'fm'), + (0x339A, 'M', 'nm'), + (0x339B, 'M', 'μm'), + (0x339C, 'M', 'mm'), + (0x339D, 'M', 'cm'), + (0x339E, 'M', 'km'), + (0x339F, 'M', 'mm2'), + (0x33A0, 'M', 'cm2'), + (0x33A1, 'M', 'm2'), + (0x33A2, 'M', 'km2'), + (0x33A3, 'M', 'mm3'), + (0x33A4, 'M', 'cm3'), + (0x33A5, 'M', 'm3'), + (0x33A6, 'M', 'km3'), + (0x33A7, 'M', 'm∕s'), + (0x33A8, 'M', 'm∕s2'), + (0x33A9, 'M', 'pa'), + (0x33AA, 'M', 'kpa'), + (0x33AB, 'M', 'mpa'), + (0x33AC, 'M', 'gpa'), + (0x33AD, 'M', 'rad'), + (0x33AE, 'M', 'rad∕s'), + (0x33AF, 'M', 'rad∕s2'), + (0x33B0, 'M', 'ps'), + (0x33B1, 'M', 'ns'), + (0x33B2, 'M', 'μs'), + (0x33B3, 'M', 'ms'), + (0x33B4, 'M', 'pv'), + (0x33B5, 'M', 'nv'), + (0x33B6, 'M', 'μv'), + (0x33B7, 'M', 'mv'), + (0x33B8, 'M', 'kv'), + (0x33B9, 'M', 'mv'), + (0x33BA, 'M', 'pw'), + (0x33BB, 'M', 'nw'), + (0x33BC, 'M', 'μw'), + (0x33BD, 'M', 'mw'), + (0x33BE, 'M', 'kw'), + (0x33BF, 'M', 'mw'), + (0x33C0, 'M', 'kω'), + (0x33C1, 'M', 'mω'), + (0x33C2, 'X'), + (0x33C3, 'M', 'bq'), + (0x33C4, 'M', 'cc'), + (0x33C5, 'M', 'cd'), + (0x33C6, 'M', 'c∕kg'), + (0x33C7, 'X'), + (0x33C8, 'M', 'db'), + (0x33C9, 'M', 'gy'), + (0x33CA, 'M', 'ha'), + (0x33CB, 'M', 'hp'), + (0x33CC, 'M', 'in'), + (0x33CD, 'M', 'kk'), + (0x33CE, 'M', 'km'), + (0x33CF, 'M', 'kt'), + (0x33D0, 'M', 'lm'), + (0x33D1, 'M', 'ln'), + (0x33D2, 'M', 'log'), + (0x33D3, 'M', 'lx'), + (0x33D4, 'M', 'mb'), + (0x33D5, 'M', 'mil'), + (0x33D6, 'M', 'mol'), + (0x33D7, 'M', 'ph'), + (0x33D8, 'X'), + (0x33D9, 'M', 'ppm'), + (0x33DA, 'M', 'pr'), + (0x33DB, 'M', 'sr'), + (0x33DC, 'M', 'sv'), + (0x33DD, 'M', 'wb'), + ] + +def _seg_35() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x33DE, 'M', 'v∕m'), + (0x33DF, 'M', 'a∕m'), + (0x33E0, 'M', '1日'), + (0x33E1, 'M', '2日'), + (0x33E2, 'M', '3日'), + (0x33E3, 'M', '4日'), + (0x33E4, 'M', '5日'), + (0x33E5, 'M', '6日'), + (0x33E6, 'M', '7日'), + (0x33E7, 'M', '8日'), + (0x33E8, 'M', '9日'), + (0x33E9, 'M', '10日'), + (0x33EA, 'M', '11日'), + (0x33EB, 'M', '12日'), + (0x33EC, 'M', '13日'), + (0x33ED, 'M', '14日'), + (0x33EE, 'M', '15日'), + (0x33EF, 'M', '16日'), + (0x33F0, 'M', '17日'), + (0x33F1, 'M', '18日'), + (0x33F2, 'M', '19日'), + (0x33F3, 'M', '20日'), + (0x33F4, 'M', '21日'), + (0x33F5, 'M', '22日'), + (0x33F6, 'M', '23日'), + (0x33F7, 'M', '24日'), + (0x33F8, 'M', '25日'), + (0x33F9, 'M', '26日'), + (0x33FA, 'M', '27日'), + (0x33FB, 'M', '28日'), + (0x33FC, 'M', '29日'), + (0x33FD, 'M', '30日'), + (0x33FE, 'M', '31日'), + (0x33FF, 'M', 'gal'), + (0x3400, 'V'), + (0xA48D, 'X'), + (0xA490, 'V'), + (0xA4C7, 'X'), + (0xA4D0, 'V'), + (0xA62C, 'X'), + (0xA640, 'M', 'ꙁ'), + (0xA641, 'V'), + (0xA642, 'M', 'ꙃ'), + (0xA643, 'V'), + (0xA644, 'M', 'ꙅ'), + (0xA645, 'V'), + (0xA646, 'M', 'ꙇ'), + (0xA647, 'V'), + (0xA648, 'M', 'ꙉ'), + (0xA649, 'V'), + (0xA64A, 'M', 'ꙋ'), + (0xA64B, 'V'), + (0xA64C, 'M', 'ꙍ'), + (0xA64D, 'V'), + (0xA64E, 'M', 'ꙏ'), + (0xA64F, 'V'), + (0xA650, 'M', 'ꙑ'), + (0xA651, 'V'), + (0xA652, 'M', 'ꙓ'), + (0xA653, 'V'), + (0xA654, 'M', 'ꙕ'), + (0xA655, 'V'), + (0xA656, 'M', 'ꙗ'), + (0xA657, 'V'), + (0xA658, 'M', 'ꙙ'), + (0xA659, 'V'), + (0xA65A, 'M', 'ꙛ'), + (0xA65B, 'V'), + (0xA65C, 'M', 'ꙝ'), + (0xA65D, 'V'), + (0xA65E, 'M', 'ꙟ'), + (0xA65F, 'V'), + (0xA660, 'M', 'ꙡ'), + (0xA661, 'V'), + (0xA662, 'M', 'ꙣ'), + (0xA663, 'V'), + (0xA664, 'M', 'ꙥ'), + (0xA665, 'V'), + (0xA666, 'M', 'ꙧ'), + (0xA667, 'V'), + (0xA668, 'M', 'ꙩ'), + (0xA669, 'V'), + (0xA66A, 'M', 'ꙫ'), + (0xA66B, 'V'), + (0xA66C, 'M', 'ꙭ'), + (0xA66D, 'V'), + (0xA680, 'M', 'ꚁ'), + (0xA681, 'V'), + (0xA682, 'M', 'ꚃ'), + (0xA683, 'V'), + (0xA684, 'M', 'ꚅ'), + (0xA685, 'V'), + (0xA686, 'M', 'ꚇ'), + (0xA687, 'V'), + (0xA688, 'M', 'ꚉ'), + (0xA689, 'V'), + (0xA68A, 'M', 'ꚋ'), + (0xA68B, 'V'), + (0xA68C, 'M', 'ꚍ'), + (0xA68D, 'V'), + ] + +def _seg_36() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA68E, 'M', 'ꚏ'), + (0xA68F, 'V'), + (0xA690, 'M', 'ꚑ'), + (0xA691, 'V'), + (0xA692, 'M', 'ꚓ'), + (0xA693, 'V'), + (0xA694, 'M', 'ꚕ'), + (0xA695, 'V'), + (0xA696, 'M', 'ꚗ'), + (0xA697, 'V'), + (0xA698, 'M', 'ꚙ'), + (0xA699, 'V'), + (0xA69A, 'M', 'ꚛ'), + (0xA69B, 'V'), + (0xA69C, 'M', 'ъ'), + (0xA69D, 'M', 'ь'), + (0xA69E, 'V'), + (0xA6F8, 'X'), + (0xA700, 'V'), + (0xA722, 'M', 'ꜣ'), + (0xA723, 'V'), + (0xA724, 'M', 'ꜥ'), + (0xA725, 'V'), + (0xA726, 'M', 'ꜧ'), + (0xA727, 'V'), + (0xA728, 'M', 'ꜩ'), + (0xA729, 'V'), + (0xA72A, 'M', 'ꜫ'), + (0xA72B, 'V'), + (0xA72C, 'M', 'ꜭ'), + (0xA72D, 'V'), + (0xA72E, 'M', 'ꜯ'), + (0xA72F, 'V'), + (0xA732, 'M', 'ꜳ'), + (0xA733, 'V'), + (0xA734, 'M', 'ꜵ'), + (0xA735, 'V'), + (0xA736, 'M', 'ꜷ'), + (0xA737, 'V'), + (0xA738, 'M', 'ꜹ'), + (0xA739, 'V'), + (0xA73A, 'M', 'ꜻ'), + (0xA73B, 'V'), + (0xA73C, 'M', 'ꜽ'), + (0xA73D, 'V'), + (0xA73E, 'M', 'ꜿ'), + (0xA73F, 'V'), + (0xA740, 'M', 'ꝁ'), + (0xA741, 'V'), + (0xA742, 'M', 'ꝃ'), + (0xA743, 'V'), + (0xA744, 'M', 'ꝅ'), + (0xA745, 'V'), + (0xA746, 'M', 'ꝇ'), + (0xA747, 'V'), + (0xA748, 'M', 'ꝉ'), + (0xA749, 'V'), + (0xA74A, 'M', 'ꝋ'), + (0xA74B, 'V'), + (0xA74C, 'M', 'ꝍ'), + (0xA74D, 'V'), + (0xA74E, 'M', 'ꝏ'), + (0xA74F, 'V'), + (0xA750, 'M', 'ꝑ'), + (0xA751, 'V'), + (0xA752, 'M', 'ꝓ'), + (0xA753, 'V'), + (0xA754, 'M', 'ꝕ'), + (0xA755, 'V'), + (0xA756, 'M', 'ꝗ'), + (0xA757, 'V'), + (0xA758, 'M', 'ꝙ'), + (0xA759, 'V'), + (0xA75A, 'M', 'ꝛ'), + (0xA75B, 'V'), + (0xA75C, 'M', 'ꝝ'), + (0xA75D, 'V'), + (0xA75E, 'M', 'ꝟ'), + (0xA75F, 'V'), + (0xA760, 'M', 'ꝡ'), + (0xA761, 'V'), + (0xA762, 'M', 'ꝣ'), + (0xA763, 'V'), + (0xA764, 'M', 'ꝥ'), + (0xA765, 'V'), + (0xA766, 'M', 'ꝧ'), + (0xA767, 'V'), + (0xA768, 'M', 'ꝩ'), + (0xA769, 'V'), + (0xA76A, 'M', 'ꝫ'), + (0xA76B, 'V'), + (0xA76C, 'M', 'ꝭ'), + (0xA76D, 'V'), + (0xA76E, 'M', 'ꝯ'), + (0xA76F, 'V'), + (0xA770, 'M', 'ꝯ'), + (0xA771, 'V'), + (0xA779, 'M', 'ꝺ'), + (0xA77A, 'V'), + (0xA77B, 'M', 'ꝼ'), + ] + +def _seg_37() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA77C, 'V'), + (0xA77D, 'M', 'ᵹ'), + (0xA77E, 'M', 'ꝿ'), + (0xA77F, 'V'), + (0xA780, 'M', 'ꞁ'), + (0xA781, 'V'), + (0xA782, 'M', 'ꞃ'), + (0xA783, 'V'), + (0xA784, 'M', 'ꞅ'), + (0xA785, 'V'), + (0xA786, 'M', 'ꞇ'), + (0xA787, 'V'), + (0xA78B, 'M', 'ꞌ'), + (0xA78C, 'V'), + (0xA78D, 'M', 'ɥ'), + (0xA78E, 'V'), + (0xA790, 'M', 'ꞑ'), + (0xA791, 'V'), + (0xA792, 'M', 'ꞓ'), + (0xA793, 'V'), + (0xA796, 'M', 'ꞗ'), + (0xA797, 'V'), + (0xA798, 'M', 'ꞙ'), + (0xA799, 'V'), + (0xA79A, 'M', 'ꞛ'), + (0xA79B, 'V'), + (0xA79C, 'M', 'ꞝ'), + (0xA79D, 'V'), + (0xA79E, 'M', 'ꞟ'), + (0xA79F, 'V'), + (0xA7A0, 'M', 'ꞡ'), + (0xA7A1, 'V'), + (0xA7A2, 'M', 'ꞣ'), + (0xA7A3, 'V'), + (0xA7A4, 'M', 'ꞥ'), + (0xA7A5, 'V'), + (0xA7A6, 'M', 'ꞧ'), + (0xA7A7, 'V'), + (0xA7A8, 'M', 'ꞩ'), + (0xA7A9, 'V'), + (0xA7AA, 'M', 'ɦ'), + (0xA7AB, 'M', 'ɜ'), + (0xA7AC, 'M', 'ɡ'), + (0xA7AD, 'M', 'ɬ'), + (0xA7AE, 'M', 'ɪ'), + (0xA7AF, 'V'), + (0xA7B0, 'M', 'ʞ'), + (0xA7B1, 'M', 'ʇ'), + (0xA7B2, 'M', 'ʝ'), + (0xA7B3, 'M', 'ꭓ'), + (0xA7B4, 'M', 'ꞵ'), + (0xA7B5, 'V'), + (0xA7B6, 'M', 'ꞷ'), + (0xA7B7, 'V'), + (0xA7B8, 'M', 'ꞹ'), + (0xA7B9, 'V'), + (0xA7BA, 'M', 'ꞻ'), + (0xA7BB, 'V'), + (0xA7BC, 'M', 'ꞽ'), + (0xA7BD, 'V'), + (0xA7BE, 'M', 'ꞿ'), + (0xA7BF, 'V'), + (0xA7C0, 'M', 'ꟁ'), + (0xA7C1, 'V'), + (0xA7C2, 'M', 'ꟃ'), + (0xA7C3, 'V'), + (0xA7C4, 'M', 'ꞔ'), + (0xA7C5, 'M', 'ʂ'), + (0xA7C6, 'M', 'ᶎ'), + (0xA7C7, 'M', 'ꟈ'), + (0xA7C8, 'V'), + (0xA7C9, 'M', 'ꟊ'), + (0xA7CA, 'V'), + (0xA7CB, 'X'), + (0xA7D0, 'M', 'ꟑ'), + (0xA7D1, 'V'), + (0xA7D2, 'X'), + (0xA7D3, 'V'), + (0xA7D4, 'X'), + (0xA7D5, 'V'), + (0xA7D6, 'M', 'ꟗ'), + (0xA7D7, 'V'), + (0xA7D8, 'M', 'ꟙ'), + (0xA7D9, 'V'), + (0xA7DA, 'X'), + (0xA7F2, 'M', 'c'), + (0xA7F3, 'M', 'f'), + (0xA7F4, 'M', 'q'), + (0xA7F5, 'M', 'ꟶ'), + (0xA7F6, 'V'), + (0xA7F8, 'M', 'ħ'), + (0xA7F9, 'M', 'œ'), + (0xA7FA, 'V'), + (0xA82D, 'X'), + (0xA830, 'V'), + (0xA83A, 'X'), + (0xA840, 'V'), + (0xA878, 'X'), + (0xA880, 'V'), + (0xA8C6, 'X'), + ] + +def _seg_38() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA8CE, 'V'), + (0xA8DA, 'X'), + (0xA8E0, 'V'), + (0xA954, 'X'), + (0xA95F, 'V'), + (0xA97D, 'X'), + (0xA980, 'V'), + (0xA9CE, 'X'), + (0xA9CF, 'V'), + (0xA9DA, 'X'), + (0xA9DE, 'V'), + (0xA9FF, 'X'), + (0xAA00, 'V'), + (0xAA37, 'X'), + (0xAA40, 'V'), + (0xAA4E, 'X'), + (0xAA50, 'V'), + (0xAA5A, 'X'), + (0xAA5C, 'V'), + (0xAAC3, 'X'), + (0xAADB, 'V'), + (0xAAF7, 'X'), + (0xAB01, 'V'), + (0xAB07, 'X'), + (0xAB09, 'V'), + (0xAB0F, 'X'), + (0xAB11, 'V'), + (0xAB17, 'X'), + (0xAB20, 'V'), + (0xAB27, 'X'), + (0xAB28, 'V'), + (0xAB2F, 'X'), + (0xAB30, 'V'), + (0xAB5C, 'M', 'ꜧ'), + (0xAB5D, 'M', 'ꬷ'), + (0xAB5E, 'M', 'ɫ'), + (0xAB5F, 'M', 'ꭒ'), + (0xAB60, 'V'), + (0xAB69, 'M', 'ʍ'), + (0xAB6A, 'V'), + (0xAB6C, 'X'), + (0xAB70, 'M', 'Ꭰ'), + (0xAB71, 'M', 'Ꭱ'), + (0xAB72, 'M', 'Ꭲ'), + (0xAB73, 'M', 'Ꭳ'), + (0xAB74, 'M', 'Ꭴ'), + (0xAB75, 'M', 'Ꭵ'), + (0xAB76, 'M', 'Ꭶ'), + (0xAB77, 'M', 'Ꭷ'), + (0xAB78, 'M', 'Ꭸ'), + (0xAB79, 'M', 'Ꭹ'), + (0xAB7A, 'M', 'Ꭺ'), + (0xAB7B, 'M', 'Ꭻ'), + (0xAB7C, 'M', 'Ꭼ'), + (0xAB7D, 'M', 'Ꭽ'), + (0xAB7E, 'M', 'Ꭾ'), + (0xAB7F, 'M', 'Ꭿ'), + (0xAB80, 'M', 'Ꮀ'), + (0xAB81, 'M', 'Ꮁ'), + (0xAB82, 'M', 'Ꮂ'), + (0xAB83, 'M', 'Ꮃ'), + (0xAB84, 'M', 'Ꮄ'), + (0xAB85, 'M', 'Ꮅ'), + (0xAB86, 'M', 'Ꮆ'), + (0xAB87, 'M', 'Ꮇ'), + (0xAB88, 'M', 'Ꮈ'), + (0xAB89, 'M', 'Ꮉ'), + (0xAB8A, 'M', 'Ꮊ'), + (0xAB8B, 'M', 'Ꮋ'), + (0xAB8C, 'M', 'Ꮌ'), + (0xAB8D, 'M', 'Ꮍ'), + (0xAB8E, 'M', 'Ꮎ'), + (0xAB8F, 'M', 'Ꮏ'), + (0xAB90, 'M', 'Ꮐ'), + (0xAB91, 'M', 'Ꮑ'), + (0xAB92, 'M', 'Ꮒ'), + (0xAB93, 'M', 'Ꮓ'), + (0xAB94, 'M', 'Ꮔ'), + (0xAB95, 'M', 'Ꮕ'), + (0xAB96, 'M', 'Ꮖ'), + (0xAB97, 'M', 'Ꮗ'), + (0xAB98, 'M', 'Ꮘ'), + (0xAB99, 'M', 'Ꮙ'), + (0xAB9A, 'M', 'Ꮚ'), + (0xAB9B, 'M', 'Ꮛ'), + (0xAB9C, 'M', 'Ꮜ'), + (0xAB9D, 'M', 'Ꮝ'), + (0xAB9E, 'M', 'Ꮞ'), + (0xAB9F, 'M', 'Ꮟ'), + (0xABA0, 'M', 'Ꮠ'), + (0xABA1, 'M', 'Ꮡ'), + (0xABA2, 'M', 'Ꮢ'), + (0xABA3, 'M', 'Ꮣ'), + (0xABA4, 'M', 'Ꮤ'), + (0xABA5, 'M', 'Ꮥ'), + (0xABA6, 'M', 'Ꮦ'), + (0xABA7, 'M', 'Ꮧ'), + (0xABA8, 'M', 'Ꮨ'), + (0xABA9, 'M', 'Ꮩ'), + (0xABAA, 'M', 'Ꮪ'), + ] + +def _seg_39() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xABAB, 'M', 'Ꮫ'), + (0xABAC, 'M', 'Ꮬ'), + (0xABAD, 'M', 'Ꮭ'), + (0xABAE, 'M', 'Ꮮ'), + (0xABAF, 'M', 'Ꮯ'), + (0xABB0, 'M', 'Ꮰ'), + (0xABB1, 'M', 'Ꮱ'), + (0xABB2, 'M', 'Ꮲ'), + (0xABB3, 'M', 'Ꮳ'), + (0xABB4, 'M', 'Ꮴ'), + (0xABB5, 'M', 'Ꮵ'), + (0xABB6, 'M', 'Ꮶ'), + (0xABB7, 'M', 'Ꮷ'), + (0xABB8, 'M', 'Ꮸ'), + (0xABB9, 'M', 'Ꮹ'), + (0xABBA, 'M', 'Ꮺ'), + (0xABBB, 'M', 'Ꮻ'), + (0xABBC, 'M', 'Ꮼ'), + (0xABBD, 'M', 'Ꮽ'), + (0xABBE, 'M', 'Ꮾ'), + (0xABBF, 'M', 'Ꮿ'), + (0xABC0, 'V'), + (0xABEE, 'X'), + (0xABF0, 'V'), + (0xABFA, 'X'), + (0xAC00, 'V'), + (0xD7A4, 'X'), + (0xD7B0, 'V'), + (0xD7C7, 'X'), + (0xD7CB, 'V'), + (0xD7FC, 'X'), + (0xF900, 'M', '豈'), + (0xF901, 'M', '更'), + (0xF902, 'M', '車'), + (0xF903, 'M', '賈'), + (0xF904, 'M', '滑'), + (0xF905, 'M', '串'), + (0xF906, 'M', '句'), + (0xF907, 'M', '龜'), + (0xF909, 'M', '契'), + (0xF90A, 'M', '金'), + (0xF90B, 'M', '喇'), + (0xF90C, 'M', '奈'), + (0xF90D, 'M', '懶'), + (0xF90E, 'M', '癩'), + (0xF90F, 'M', '羅'), + (0xF910, 'M', '蘿'), + (0xF911, 'M', '螺'), + (0xF912, 'M', '裸'), + (0xF913, 'M', '邏'), + (0xF914, 'M', '樂'), + (0xF915, 'M', '洛'), + (0xF916, 'M', '烙'), + (0xF917, 'M', '珞'), + (0xF918, 'M', '落'), + (0xF919, 'M', '酪'), + (0xF91A, 'M', '駱'), + (0xF91B, 'M', '亂'), + (0xF91C, 'M', '卵'), + (0xF91D, 'M', '欄'), + (0xF91E, 'M', '爛'), + (0xF91F, 'M', '蘭'), + (0xF920, 'M', '鸞'), + (0xF921, 'M', '嵐'), + (0xF922, 'M', '濫'), + (0xF923, 'M', '藍'), + (0xF924, 'M', '襤'), + (0xF925, 'M', '拉'), + (0xF926, 'M', '臘'), + (0xF927, 'M', '蠟'), + (0xF928, 'M', '廊'), + (0xF929, 'M', '朗'), + (0xF92A, 'M', '浪'), + (0xF92B, 'M', '狼'), + (0xF92C, 'M', '郎'), + (0xF92D, 'M', '來'), + (0xF92E, 'M', '冷'), + (0xF92F, 'M', '勞'), + (0xF930, 'M', '擄'), + (0xF931, 'M', '櫓'), + (0xF932, 'M', '爐'), + (0xF933, 'M', '盧'), + (0xF934, 'M', '老'), + (0xF935, 'M', '蘆'), + (0xF936, 'M', '虜'), + (0xF937, 'M', '路'), + (0xF938, 'M', '露'), + (0xF939, 'M', '魯'), + (0xF93A, 'M', '鷺'), + (0xF93B, 'M', '碌'), + (0xF93C, 'M', '祿'), + (0xF93D, 'M', '綠'), + (0xF93E, 'M', '菉'), + (0xF93F, 'M', '錄'), + (0xF940, 'M', '鹿'), + (0xF941, 'M', '論'), + (0xF942, 'M', '壟'), + (0xF943, 'M', '弄'), + (0xF944, 'M', '籠'), + (0xF945, 'M', '聾'), + ] + +def _seg_40() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF946, 'M', '牢'), + (0xF947, 'M', '磊'), + (0xF948, 'M', '賂'), + (0xF949, 'M', '雷'), + (0xF94A, 'M', '壘'), + (0xF94B, 'M', '屢'), + (0xF94C, 'M', '樓'), + (0xF94D, 'M', '淚'), + (0xF94E, 'M', '漏'), + (0xF94F, 'M', '累'), + (0xF950, 'M', '縷'), + (0xF951, 'M', '陋'), + (0xF952, 'M', '勒'), + (0xF953, 'M', '肋'), + (0xF954, 'M', '凜'), + (0xF955, 'M', '凌'), + (0xF956, 'M', '稜'), + (0xF957, 'M', '綾'), + (0xF958, 'M', '菱'), + (0xF959, 'M', '陵'), + (0xF95A, 'M', '讀'), + (0xF95B, 'M', '拏'), + (0xF95C, 'M', '樂'), + (0xF95D, 'M', '諾'), + (0xF95E, 'M', '丹'), + (0xF95F, 'M', '寧'), + (0xF960, 'M', '怒'), + (0xF961, 'M', '率'), + (0xF962, 'M', '異'), + (0xF963, 'M', '北'), + (0xF964, 'M', '磻'), + (0xF965, 'M', '便'), + (0xF966, 'M', '復'), + (0xF967, 'M', '不'), + (0xF968, 'M', '泌'), + (0xF969, 'M', '數'), + (0xF96A, 'M', '索'), + (0xF96B, 'M', '參'), + (0xF96C, 'M', '塞'), + (0xF96D, 'M', '省'), + (0xF96E, 'M', '葉'), + (0xF96F, 'M', '說'), + (0xF970, 'M', '殺'), + (0xF971, 'M', '辰'), + (0xF972, 'M', '沈'), + (0xF973, 'M', '拾'), + (0xF974, 'M', '若'), + (0xF975, 'M', '掠'), + (0xF976, 'M', '略'), + (0xF977, 'M', '亮'), + (0xF978, 'M', '兩'), + (0xF979, 'M', '凉'), + (0xF97A, 'M', '梁'), + (0xF97B, 'M', '糧'), + (0xF97C, 'M', '良'), + (0xF97D, 'M', '諒'), + (0xF97E, 'M', '量'), + (0xF97F, 'M', '勵'), + (0xF980, 'M', '呂'), + (0xF981, 'M', '女'), + (0xF982, 'M', '廬'), + (0xF983, 'M', '旅'), + (0xF984, 'M', '濾'), + (0xF985, 'M', '礪'), + (0xF986, 'M', '閭'), + (0xF987, 'M', '驪'), + (0xF988, 'M', '麗'), + (0xF989, 'M', '黎'), + (0xF98A, 'M', '力'), + (0xF98B, 'M', '曆'), + (0xF98C, 'M', '歷'), + (0xF98D, 'M', '轢'), + (0xF98E, 'M', '年'), + (0xF98F, 'M', '憐'), + (0xF990, 'M', '戀'), + (0xF991, 'M', '撚'), + (0xF992, 'M', '漣'), + (0xF993, 'M', '煉'), + (0xF994, 'M', '璉'), + (0xF995, 'M', '秊'), + (0xF996, 'M', '練'), + (0xF997, 'M', '聯'), + (0xF998, 'M', '輦'), + (0xF999, 'M', '蓮'), + (0xF99A, 'M', '連'), + (0xF99B, 'M', '鍊'), + (0xF99C, 'M', '列'), + (0xF99D, 'M', '劣'), + (0xF99E, 'M', '咽'), + (0xF99F, 'M', '烈'), + (0xF9A0, 'M', '裂'), + (0xF9A1, 'M', '說'), + (0xF9A2, 'M', '廉'), + (0xF9A3, 'M', '念'), + (0xF9A4, 'M', '捻'), + (0xF9A5, 'M', '殮'), + (0xF9A6, 'M', '簾'), + (0xF9A7, 'M', '獵'), + (0xF9A8, 'M', '令'), + (0xF9A9, 'M', '囹'), + ] + +def _seg_41() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF9AA, 'M', '寧'), + (0xF9AB, 'M', '嶺'), + (0xF9AC, 'M', '怜'), + (0xF9AD, 'M', '玲'), + (0xF9AE, 'M', '瑩'), + (0xF9AF, 'M', '羚'), + (0xF9B0, 'M', '聆'), + (0xF9B1, 'M', '鈴'), + (0xF9B2, 'M', '零'), + (0xF9B3, 'M', '靈'), + (0xF9B4, 'M', '領'), + (0xF9B5, 'M', '例'), + (0xF9B6, 'M', '禮'), + (0xF9B7, 'M', '醴'), + (0xF9B8, 'M', '隸'), + (0xF9B9, 'M', '惡'), + (0xF9BA, 'M', '了'), + (0xF9BB, 'M', '僚'), + (0xF9BC, 'M', '寮'), + (0xF9BD, 'M', '尿'), + (0xF9BE, 'M', '料'), + (0xF9BF, 'M', '樂'), + (0xF9C0, 'M', '燎'), + (0xF9C1, 'M', '療'), + (0xF9C2, 'M', '蓼'), + (0xF9C3, 'M', '遼'), + (0xF9C4, 'M', '龍'), + (0xF9C5, 'M', '暈'), + (0xF9C6, 'M', '阮'), + (0xF9C7, 'M', '劉'), + (0xF9C8, 'M', '杻'), + (0xF9C9, 'M', '柳'), + (0xF9CA, 'M', '流'), + (0xF9CB, 'M', '溜'), + (0xF9CC, 'M', '琉'), + (0xF9CD, 'M', '留'), + (0xF9CE, 'M', '硫'), + (0xF9CF, 'M', '紐'), + (0xF9D0, 'M', '類'), + (0xF9D1, 'M', '六'), + (0xF9D2, 'M', '戮'), + (0xF9D3, 'M', '陸'), + (0xF9D4, 'M', '倫'), + (0xF9D5, 'M', '崙'), + (0xF9D6, 'M', '淪'), + (0xF9D7, 'M', '輪'), + (0xF9D8, 'M', '律'), + (0xF9D9, 'M', '慄'), + (0xF9DA, 'M', '栗'), + (0xF9DB, 'M', '率'), + (0xF9DC, 'M', '隆'), + (0xF9DD, 'M', '利'), + (0xF9DE, 'M', '吏'), + (0xF9DF, 'M', '履'), + (0xF9E0, 'M', '易'), + (0xF9E1, 'M', '李'), + (0xF9E2, 'M', '梨'), + (0xF9E3, 'M', '泥'), + (0xF9E4, 'M', '理'), + (0xF9E5, 'M', '痢'), + (0xF9E6, 'M', '罹'), + (0xF9E7, 'M', '裏'), + (0xF9E8, 'M', '裡'), + (0xF9E9, 'M', '里'), + (0xF9EA, 'M', '離'), + (0xF9EB, 'M', '匿'), + (0xF9EC, 'M', '溺'), + (0xF9ED, 'M', '吝'), + (0xF9EE, 'M', '燐'), + (0xF9EF, 'M', '璘'), + (0xF9F0, 'M', '藺'), + (0xF9F1, 'M', '隣'), + (0xF9F2, 'M', '鱗'), + (0xF9F3, 'M', '麟'), + (0xF9F4, 'M', '林'), + (0xF9F5, 'M', '淋'), + (0xF9F6, 'M', '臨'), + (0xF9F7, 'M', '立'), + (0xF9F8, 'M', '笠'), + (0xF9F9, 'M', '粒'), + (0xF9FA, 'M', '狀'), + (0xF9FB, 'M', '炙'), + (0xF9FC, 'M', '識'), + (0xF9FD, 'M', '什'), + (0xF9FE, 'M', '茶'), + (0xF9FF, 'M', '刺'), + (0xFA00, 'M', '切'), + (0xFA01, 'M', '度'), + (0xFA02, 'M', '拓'), + (0xFA03, 'M', '糖'), + (0xFA04, 'M', '宅'), + (0xFA05, 'M', '洞'), + (0xFA06, 'M', '暴'), + (0xFA07, 'M', '輻'), + (0xFA08, 'M', '行'), + (0xFA09, 'M', '降'), + (0xFA0A, 'M', '見'), + (0xFA0B, 'M', '廓'), + (0xFA0C, 'M', '兀'), + (0xFA0D, 'M', '嗀'), + ] + +def _seg_42() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA0E, 'V'), + (0xFA10, 'M', '塚'), + (0xFA11, 'V'), + (0xFA12, 'M', '晴'), + (0xFA13, 'V'), + (0xFA15, 'M', '凞'), + (0xFA16, 'M', '猪'), + (0xFA17, 'M', '益'), + (0xFA18, 'M', '礼'), + (0xFA19, 'M', '神'), + (0xFA1A, 'M', '祥'), + (0xFA1B, 'M', '福'), + (0xFA1C, 'M', '靖'), + (0xFA1D, 'M', '精'), + (0xFA1E, 'M', '羽'), + (0xFA1F, 'V'), + (0xFA20, 'M', '蘒'), + (0xFA21, 'V'), + (0xFA22, 'M', '諸'), + (0xFA23, 'V'), + (0xFA25, 'M', '逸'), + (0xFA26, 'M', '都'), + (0xFA27, 'V'), + (0xFA2A, 'M', '飯'), + (0xFA2B, 'M', '飼'), + (0xFA2C, 'M', '館'), + (0xFA2D, 'M', '鶴'), + (0xFA2E, 'M', '郞'), + (0xFA2F, 'M', '隷'), + (0xFA30, 'M', '侮'), + (0xFA31, 'M', '僧'), + (0xFA32, 'M', '免'), + (0xFA33, 'M', '勉'), + (0xFA34, 'M', '勤'), + (0xFA35, 'M', '卑'), + (0xFA36, 'M', '喝'), + (0xFA37, 'M', '嘆'), + (0xFA38, 'M', '器'), + (0xFA39, 'M', '塀'), + (0xFA3A, 'M', '墨'), + (0xFA3B, 'M', '層'), + (0xFA3C, 'M', '屮'), + (0xFA3D, 'M', '悔'), + (0xFA3E, 'M', '慨'), + (0xFA3F, 'M', '憎'), + (0xFA40, 'M', '懲'), + (0xFA41, 'M', '敏'), + (0xFA42, 'M', '既'), + (0xFA43, 'M', '暑'), + (0xFA44, 'M', '梅'), + (0xFA45, 'M', '海'), + (0xFA46, 'M', '渚'), + (0xFA47, 'M', '漢'), + (0xFA48, 'M', '煮'), + (0xFA49, 'M', '爫'), + (0xFA4A, 'M', '琢'), + (0xFA4B, 'M', '碑'), + (0xFA4C, 'M', '社'), + (0xFA4D, 'M', '祉'), + (0xFA4E, 'M', '祈'), + (0xFA4F, 'M', '祐'), + (0xFA50, 'M', '祖'), + (0xFA51, 'M', '祝'), + (0xFA52, 'M', '禍'), + (0xFA53, 'M', '禎'), + (0xFA54, 'M', '穀'), + (0xFA55, 'M', '突'), + (0xFA56, 'M', '節'), + (0xFA57, 'M', '練'), + (0xFA58, 'M', '縉'), + (0xFA59, 'M', '繁'), + (0xFA5A, 'M', '署'), + (0xFA5B, 'M', '者'), + (0xFA5C, 'M', '臭'), + (0xFA5D, 'M', '艹'), + (0xFA5F, 'M', '著'), + (0xFA60, 'M', '褐'), + (0xFA61, 'M', '視'), + (0xFA62, 'M', '謁'), + (0xFA63, 'M', '謹'), + (0xFA64, 'M', '賓'), + (0xFA65, 'M', '贈'), + (0xFA66, 'M', '辶'), + (0xFA67, 'M', '逸'), + (0xFA68, 'M', '難'), + (0xFA69, 'M', '響'), + (0xFA6A, 'M', '頻'), + (0xFA6B, 'M', '恵'), + (0xFA6C, 'M', '𤋮'), + (0xFA6D, 'M', '舘'), + (0xFA6E, 'X'), + (0xFA70, 'M', '並'), + (0xFA71, 'M', '况'), + (0xFA72, 'M', '全'), + (0xFA73, 'M', '侀'), + (0xFA74, 'M', '充'), + (0xFA75, 'M', '冀'), + (0xFA76, 'M', '勇'), + (0xFA77, 'M', '勺'), + (0xFA78, 'M', '喝'), + ] + +def _seg_43() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA79, 'M', '啕'), + (0xFA7A, 'M', '喙'), + (0xFA7B, 'M', '嗢'), + (0xFA7C, 'M', '塚'), + (0xFA7D, 'M', '墳'), + (0xFA7E, 'M', '奄'), + (0xFA7F, 'M', '奔'), + (0xFA80, 'M', '婢'), + (0xFA81, 'M', '嬨'), + (0xFA82, 'M', '廒'), + (0xFA83, 'M', '廙'), + (0xFA84, 'M', '彩'), + (0xFA85, 'M', '徭'), + (0xFA86, 'M', '惘'), + (0xFA87, 'M', '慎'), + (0xFA88, 'M', '愈'), + (0xFA89, 'M', '憎'), + (0xFA8A, 'M', '慠'), + (0xFA8B, 'M', '懲'), + (0xFA8C, 'M', '戴'), + (0xFA8D, 'M', '揄'), + (0xFA8E, 'M', '搜'), + (0xFA8F, 'M', '摒'), + (0xFA90, 'M', '敖'), + (0xFA91, 'M', '晴'), + (0xFA92, 'M', '朗'), + (0xFA93, 'M', '望'), + (0xFA94, 'M', '杖'), + (0xFA95, 'M', '歹'), + (0xFA96, 'M', '殺'), + (0xFA97, 'M', '流'), + (0xFA98, 'M', '滛'), + (0xFA99, 'M', '滋'), + (0xFA9A, 'M', '漢'), + (0xFA9B, 'M', '瀞'), + (0xFA9C, 'M', '煮'), + (0xFA9D, 'M', '瞧'), + (0xFA9E, 'M', '爵'), + (0xFA9F, 'M', '犯'), + (0xFAA0, 'M', '猪'), + (0xFAA1, 'M', '瑱'), + (0xFAA2, 'M', '甆'), + (0xFAA3, 'M', '画'), + (0xFAA4, 'M', '瘝'), + (0xFAA5, 'M', '瘟'), + (0xFAA6, 'M', '益'), + (0xFAA7, 'M', '盛'), + (0xFAA8, 'M', '直'), + (0xFAA9, 'M', '睊'), + (0xFAAA, 'M', '着'), + (0xFAAB, 'M', '磌'), + (0xFAAC, 'M', '窱'), + (0xFAAD, 'M', '節'), + (0xFAAE, 'M', '类'), + (0xFAAF, 'M', '絛'), + (0xFAB0, 'M', '練'), + (0xFAB1, 'M', '缾'), + (0xFAB2, 'M', '者'), + (0xFAB3, 'M', '荒'), + (0xFAB4, 'M', '華'), + (0xFAB5, 'M', '蝹'), + (0xFAB6, 'M', '襁'), + (0xFAB7, 'M', '覆'), + (0xFAB8, 'M', '視'), + (0xFAB9, 'M', '調'), + (0xFABA, 'M', '諸'), + (0xFABB, 'M', '請'), + (0xFABC, 'M', '謁'), + (0xFABD, 'M', '諾'), + (0xFABE, 'M', '諭'), + (0xFABF, 'M', '謹'), + (0xFAC0, 'M', '變'), + (0xFAC1, 'M', '贈'), + (0xFAC2, 'M', '輸'), + (0xFAC3, 'M', '遲'), + (0xFAC4, 'M', '醙'), + (0xFAC5, 'M', '鉶'), + (0xFAC6, 'M', '陼'), + (0xFAC7, 'M', '難'), + (0xFAC8, 'M', '靖'), + (0xFAC9, 'M', '韛'), + (0xFACA, 'M', '響'), + (0xFACB, 'M', '頋'), + (0xFACC, 'M', '頻'), + (0xFACD, 'M', '鬒'), + (0xFACE, 'M', '龜'), + (0xFACF, 'M', '𢡊'), + (0xFAD0, 'M', '𢡄'), + (0xFAD1, 'M', '𣏕'), + (0xFAD2, 'M', '㮝'), + (0xFAD3, 'M', '䀘'), + (0xFAD4, 'M', '䀹'), + (0xFAD5, 'M', '𥉉'), + (0xFAD6, 'M', '𥳐'), + (0xFAD7, 'M', '𧻓'), + (0xFAD8, 'M', '齃'), + (0xFAD9, 'M', '龎'), + (0xFADA, 'X'), + (0xFB00, 'M', 'ff'), + (0xFB01, 'M', 'fi'), + ] + +def _seg_44() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFB02, 'M', 'fl'), + (0xFB03, 'M', 'ffi'), + (0xFB04, 'M', 'ffl'), + (0xFB05, 'M', 'st'), + (0xFB07, 'X'), + (0xFB13, 'M', 'մն'), + (0xFB14, 'M', 'մե'), + (0xFB15, 'M', 'մի'), + (0xFB16, 'M', 'վն'), + (0xFB17, 'M', 'մխ'), + (0xFB18, 'X'), + (0xFB1D, 'M', 'יִ'), + (0xFB1E, 'V'), + (0xFB1F, 'M', 'ײַ'), + (0xFB20, 'M', 'ע'), + (0xFB21, 'M', 'א'), + (0xFB22, 'M', 'ד'), + (0xFB23, 'M', 'ה'), + (0xFB24, 'M', 'כ'), + (0xFB25, 'M', 'ל'), + (0xFB26, 'M', 'ם'), + (0xFB27, 'M', 'ר'), + (0xFB28, 'M', 'ת'), + (0xFB29, '3', '+'), + (0xFB2A, 'M', 'שׁ'), + (0xFB2B, 'M', 'שׂ'), + (0xFB2C, 'M', 'שּׁ'), + (0xFB2D, 'M', 'שּׂ'), + (0xFB2E, 'M', 'אַ'), + (0xFB2F, 'M', 'אָ'), + (0xFB30, 'M', 'אּ'), + (0xFB31, 'M', 'בּ'), + (0xFB32, 'M', 'גּ'), + (0xFB33, 'M', 'דּ'), + (0xFB34, 'M', 'הּ'), + (0xFB35, 'M', 'וּ'), + (0xFB36, 'M', 'זּ'), + (0xFB37, 'X'), + (0xFB38, 'M', 'טּ'), + (0xFB39, 'M', 'יּ'), + (0xFB3A, 'M', 'ךּ'), + (0xFB3B, 'M', 'כּ'), + (0xFB3C, 'M', 'לּ'), + (0xFB3D, 'X'), + (0xFB3E, 'M', 'מּ'), + (0xFB3F, 'X'), + (0xFB40, 'M', 'נּ'), + (0xFB41, 'M', 'סּ'), + (0xFB42, 'X'), + (0xFB43, 'M', 'ףּ'), + (0xFB44, 'M', 'פּ'), + (0xFB45, 'X'), + (0xFB46, 'M', 'צּ'), + (0xFB47, 'M', 'קּ'), + (0xFB48, 'M', 'רּ'), + (0xFB49, 'M', 'שּ'), + (0xFB4A, 'M', 'תּ'), + (0xFB4B, 'M', 'וֹ'), + (0xFB4C, 'M', 'בֿ'), + (0xFB4D, 'M', 'כֿ'), + (0xFB4E, 'M', 'פֿ'), + (0xFB4F, 'M', 'אל'), + (0xFB50, 'M', 'ٱ'), + (0xFB52, 'M', 'ٻ'), + (0xFB56, 'M', 'پ'), + (0xFB5A, 'M', 'ڀ'), + (0xFB5E, 'M', 'ٺ'), + (0xFB62, 'M', 'ٿ'), + (0xFB66, 'M', 'ٹ'), + (0xFB6A, 'M', 'ڤ'), + (0xFB6E, 'M', 'ڦ'), + (0xFB72, 'M', 'ڄ'), + (0xFB76, 'M', 'ڃ'), + (0xFB7A, 'M', 'چ'), + (0xFB7E, 'M', 'ڇ'), + (0xFB82, 'M', 'ڍ'), + (0xFB84, 'M', 'ڌ'), + (0xFB86, 'M', 'ڎ'), + (0xFB88, 'M', 'ڈ'), + (0xFB8A, 'M', 'ژ'), + (0xFB8C, 'M', 'ڑ'), + (0xFB8E, 'M', 'ک'), + (0xFB92, 'M', 'گ'), + (0xFB96, 'M', 'ڳ'), + (0xFB9A, 'M', 'ڱ'), + (0xFB9E, 'M', 'ں'), + (0xFBA0, 'M', 'ڻ'), + (0xFBA4, 'M', 'ۀ'), + (0xFBA6, 'M', 'ہ'), + (0xFBAA, 'M', 'ھ'), + (0xFBAE, 'M', 'ے'), + (0xFBB0, 'M', 'ۓ'), + (0xFBB2, 'V'), + (0xFBC3, 'X'), + (0xFBD3, 'M', 'ڭ'), + (0xFBD7, 'M', 'ۇ'), + (0xFBD9, 'M', 'ۆ'), + (0xFBDB, 'M', 'ۈ'), + (0xFBDD, 'M', 'ۇٴ'), + (0xFBDE, 'M', 'ۋ'), + ] + +def _seg_45() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFBE0, 'M', 'ۅ'), + (0xFBE2, 'M', 'ۉ'), + (0xFBE4, 'M', 'ې'), + (0xFBE8, 'M', 'ى'), + (0xFBEA, 'M', 'ئا'), + (0xFBEC, 'M', 'ئە'), + (0xFBEE, 'M', 'ئو'), + (0xFBF0, 'M', 'ئۇ'), + (0xFBF2, 'M', 'ئۆ'), + (0xFBF4, 'M', 'ئۈ'), + (0xFBF6, 'M', 'ئې'), + (0xFBF9, 'M', 'ئى'), + (0xFBFC, 'M', 'ی'), + (0xFC00, 'M', 'ئج'), + (0xFC01, 'M', 'ئح'), + (0xFC02, 'M', 'ئم'), + (0xFC03, 'M', 'ئى'), + (0xFC04, 'M', 'ئي'), + (0xFC05, 'M', 'بج'), + (0xFC06, 'M', 'بح'), + (0xFC07, 'M', 'بخ'), + (0xFC08, 'M', 'بم'), + (0xFC09, 'M', 'بى'), + (0xFC0A, 'M', 'بي'), + (0xFC0B, 'M', 'تج'), + (0xFC0C, 'M', 'تح'), + (0xFC0D, 'M', 'تخ'), + (0xFC0E, 'M', 'تم'), + (0xFC0F, 'M', 'تى'), + (0xFC10, 'M', 'تي'), + (0xFC11, 'M', 'ثج'), + (0xFC12, 'M', 'ثم'), + (0xFC13, 'M', 'ثى'), + (0xFC14, 'M', 'ثي'), + (0xFC15, 'M', 'جح'), + (0xFC16, 'M', 'جم'), + (0xFC17, 'M', 'حج'), + (0xFC18, 'M', 'حم'), + (0xFC19, 'M', 'خج'), + (0xFC1A, 'M', 'خح'), + (0xFC1B, 'M', 'خم'), + (0xFC1C, 'M', 'سج'), + (0xFC1D, 'M', 'سح'), + (0xFC1E, 'M', 'سخ'), + (0xFC1F, 'M', 'سم'), + (0xFC20, 'M', 'صح'), + (0xFC21, 'M', 'صم'), + (0xFC22, 'M', 'ضج'), + (0xFC23, 'M', 'ضح'), + (0xFC24, 'M', 'ضخ'), + (0xFC25, 'M', 'ضم'), + (0xFC26, 'M', 'طح'), + (0xFC27, 'M', 'طم'), + (0xFC28, 'M', 'ظم'), + (0xFC29, 'M', 'عج'), + (0xFC2A, 'M', 'عم'), + (0xFC2B, 'M', 'غج'), + (0xFC2C, 'M', 'غم'), + (0xFC2D, 'M', 'فج'), + (0xFC2E, 'M', 'فح'), + (0xFC2F, 'M', 'فخ'), + (0xFC30, 'M', 'فم'), + (0xFC31, 'M', 'فى'), + (0xFC32, 'M', 'في'), + (0xFC33, 'M', 'قح'), + (0xFC34, 'M', 'قم'), + (0xFC35, 'M', 'قى'), + (0xFC36, 'M', 'قي'), + (0xFC37, 'M', 'كا'), + (0xFC38, 'M', 'كج'), + (0xFC39, 'M', 'كح'), + (0xFC3A, 'M', 'كخ'), + (0xFC3B, 'M', 'كل'), + (0xFC3C, 'M', 'كم'), + (0xFC3D, 'M', 'كى'), + (0xFC3E, 'M', 'كي'), + (0xFC3F, 'M', 'لج'), + (0xFC40, 'M', 'لح'), + (0xFC41, 'M', 'لخ'), + (0xFC42, 'M', 'لم'), + (0xFC43, 'M', 'لى'), + (0xFC44, 'M', 'لي'), + (0xFC45, 'M', 'مج'), + (0xFC46, 'M', 'مح'), + (0xFC47, 'M', 'مخ'), + (0xFC48, 'M', 'مم'), + (0xFC49, 'M', 'مى'), + (0xFC4A, 'M', 'مي'), + (0xFC4B, 'M', 'نج'), + (0xFC4C, 'M', 'نح'), + (0xFC4D, 'M', 'نخ'), + (0xFC4E, 'M', 'نم'), + (0xFC4F, 'M', 'نى'), + (0xFC50, 'M', 'ني'), + (0xFC51, 'M', 'هج'), + (0xFC52, 'M', 'هم'), + (0xFC53, 'M', 'هى'), + (0xFC54, 'M', 'هي'), + (0xFC55, 'M', 'يج'), + (0xFC56, 'M', 'يح'), + ] + +def _seg_46() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFC57, 'M', 'يخ'), + (0xFC58, 'M', 'يم'), + (0xFC59, 'M', 'يى'), + (0xFC5A, 'M', 'يي'), + (0xFC5B, 'M', 'ذٰ'), + (0xFC5C, 'M', 'رٰ'), + (0xFC5D, 'M', 'ىٰ'), + (0xFC5E, '3', ' ٌّ'), + (0xFC5F, '3', ' ٍّ'), + (0xFC60, '3', ' َّ'), + (0xFC61, '3', ' ُّ'), + (0xFC62, '3', ' ِّ'), + (0xFC63, '3', ' ّٰ'), + (0xFC64, 'M', 'ئر'), + (0xFC65, 'M', 'ئز'), + (0xFC66, 'M', 'ئم'), + (0xFC67, 'M', 'ئن'), + (0xFC68, 'M', 'ئى'), + (0xFC69, 'M', 'ئي'), + (0xFC6A, 'M', 'بر'), + (0xFC6B, 'M', 'بز'), + (0xFC6C, 'M', 'بم'), + (0xFC6D, 'M', 'بن'), + (0xFC6E, 'M', 'بى'), + (0xFC6F, 'M', 'بي'), + (0xFC70, 'M', 'تر'), + (0xFC71, 'M', 'تز'), + (0xFC72, 'M', 'تم'), + (0xFC73, 'M', 'تن'), + (0xFC74, 'M', 'تى'), + (0xFC75, 'M', 'تي'), + (0xFC76, 'M', 'ثر'), + (0xFC77, 'M', 'ثز'), + (0xFC78, 'M', 'ثم'), + (0xFC79, 'M', 'ثن'), + (0xFC7A, 'M', 'ثى'), + (0xFC7B, 'M', 'ثي'), + (0xFC7C, 'M', 'فى'), + (0xFC7D, 'M', 'في'), + (0xFC7E, 'M', 'قى'), + (0xFC7F, 'M', 'قي'), + (0xFC80, 'M', 'كا'), + (0xFC81, 'M', 'كل'), + (0xFC82, 'M', 'كم'), + (0xFC83, 'M', 'كى'), + (0xFC84, 'M', 'كي'), + (0xFC85, 'M', 'لم'), + (0xFC86, 'M', 'لى'), + (0xFC87, 'M', 'لي'), + (0xFC88, 'M', 'ما'), + (0xFC89, 'M', 'مم'), + (0xFC8A, 'M', 'نر'), + (0xFC8B, 'M', 'نز'), + (0xFC8C, 'M', 'نم'), + (0xFC8D, 'M', 'نن'), + (0xFC8E, 'M', 'نى'), + (0xFC8F, 'M', 'ني'), + (0xFC90, 'M', 'ىٰ'), + (0xFC91, 'M', 'ير'), + (0xFC92, 'M', 'يز'), + (0xFC93, 'M', 'يم'), + (0xFC94, 'M', 'ين'), + (0xFC95, 'M', 'يى'), + (0xFC96, 'M', 'يي'), + (0xFC97, 'M', 'ئج'), + (0xFC98, 'M', 'ئح'), + (0xFC99, 'M', 'ئخ'), + (0xFC9A, 'M', 'ئم'), + (0xFC9B, 'M', 'ئه'), + (0xFC9C, 'M', 'بج'), + (0xFC9D, 'M', 'بح'), + (0xFC9E, 'M', 'بخ'), + (0xFC9F, 'M', 'بم'), + (0xFCA0, 'M', 'به'), + (0xFCA1, 'M', 'تج'), + (0xFCA2, 'M', 'تح'), + (0xFCA3, 'M', 'تخ'), + (0xFCA4, 'M', 'تم'), + (0xFCA5, 'M', 'ته'), + (0xFCA6, 'M', 'ثم'), + (0xFCA7, 'M', 'جح'), + (0xFCA8, 'M', 'جم'), + (0xFCA9, 'M', 'حج'), + (0xFCAA, 'M', 'حم'), + (0xFCAB, 'M', 'خج'), + (0xFCAC, 'M', 'خم'), + (0xFCAD, 'M', 'سج'), + (0xFCAE, 'M', 'سح'), + (0xFCAF, 'M', 'سخ'), + (0xFCB0, 'M', 'سم'), + (0xFCB1, 'M', 'صح'), + (0xFCB2, 'M', 'صخ'), + (0xFCB3, 'M', 'صم'), + (0xFCB4, 'M', 'ضج'), + (0xFCB5, 'M', 'ضح'), + (0xFCB6, 'M', 'ضخ'), + (0xFCB7, 'M', 'ضم'), + (0xFCB8, 'M', 'طح'), + (0xFCB9, 'M', 'ظم'), + (0xFCBA, 'M', 'عج'), + ] + +def _seg_47() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFCBB, 'M', 'عم'), + (0xFCBC, 'M', 'غج'), + (0xFCBD, 'M', 'غم'), + (0xFCBE, 'M', 'فج'), + (0xFCBF, 'M', 'فح'), + (0xFCC0, 'M', 'فخ'), + (0xFCC1, 'M', 'فم'), + (0xFCC2, 'M', 'قح'), + (0xFCC3, 'M', 'قم'), + (0xFCC4, 'M', 'كج'), + (0xFCC5, 'M', 'كح'), + (0xFCC6, 'M', 'كخ'), + (0xFCC7, 'M', 'كل'), + (0xFCC8, 'M', 'كم'), + (0xFCC9, 'M', 'لج'), + (0xFCCA, 'M', 'لح'), + (0xFCCB, 'M', 'لخ'), + (0xFCCC, 'M', 'لم'), + (0xFCCD, 'M', 'له'), + (0xFCCE, 'M', 'مج'), + (0xFCCF, 'M', 'مح'), + (0xFCD0, 'M', 'مخ'), + (0xFCD1, 'M', 'مم'), + (0xFCD2, 'M', 'نج'), + (0xFCD3, 'M', 'نح'), + (0xFCD4, 'M', 'نخ'), + (0xFCD5, 'M', 'نم'), + (0xFCD6, 'M', 'نه'), + (0xFCD7, 'M', 'هج'), + (0xFCD8, 'M', 'هم'), + (0xFCD9, 'M', 'هٰ'), + (0xFCDA, 'M', 'يج'), + (0xFCDB, 'M', 'يح'), + (0xFCDC, 'M', 'يخ'), + (0xFCDD, 'M', 'يم'), + (0xFCDE, 'M', 'يه'), + (0xFCDF, 'M', 'ئم'), + (0xFCE0, 'M', 'ئه'), + (0xFCE1, 'M', 'بم'), + (0xFCE2, 'M', 'به'), + (0xFCE3, 'M', 'تم'), + (0xFCE4, 'M', 'ته'), + (0xFCE5, 'M', 'ثم'), + (0xFCE6, 'M', 'ثه'), + (0xFCE7, 'M', 'سم'), + (0xFCE8, 'M', 'سه'), + (0xFCE9, 'M', 'شم'), + (0xFCEA, 'M', 'شه'), + (0xFCEB, 'M', 'كل'), + (0xFCEC, 'M', 'كم'), + (0xFCED, 'M', 'لم'), + (0xFCEE, 'M', 'نم'), + (0xFCEF, 'M', 'نه'), + (0xFCF0, 'M', 'يم'), + (0xFCF1, 'M', 'يه'), + (0xFCF2, 'M', 'ـَّ'), + (0xFCF3, 'M', 'ـُّ'), + (0xFCF4, 'M', 'ـِّ'), + (0xFCF5, 'M', 'طى'), + (0xFCF6, 'M', 'طي'), + (0xFCF7, 'M', 'عى'), + (0xFCF8, 'M', 'عي'), + (0xFCF9, 'M', 'غى'), + (0xFCFA, 'M', 'غي'), + (0xFCFB, 'M', 'سى'), + (0xFCFC, 'M', 'سي'), + (0xFCFD, 'M', 'شى'), + (0xFCFE, 'M', 'شي'), + (0xFCFF, 'M', 'حى'), + (0xFD00, 'M', 'حي'), + (0xFD01, 'M', 'جى'), + (0xFD02, 'M', 'جي'), + (0xFD03, 'M', 'خى'), + (0xFD04, 'M', 'خي'), + (0xFD05, 'M', 'صى'), + (0xFD06, 'M', 'صي'), + (0xFD07, 'M', 'ضى'), + (0xFD08, 'M', 'ضي'), + (0xFD09, 'M', 'شج'), + (0xFD0A, 'M', 'شح'), + (0xFD0B, 'M', 'شخ'), + (0xFD0C, 'M', 'شم'), + (0xFD0D, 'M', 'شر'), + (0xFD0E, 'M', 'سر'), + (0xFD0F, 'M', 'صر'), + (0xFD10, 'M', 'ضر'), + (0xFD11, 'M', 'طى'), + (0xFD12, 'M', 'طي'), + (0xFD13, 'M', 'عى'), + (0xFD14, 'M', 'عي'), + (0xFD15, 'M', 'غى'), + (0xFD16, 'M', 'غي'), + (0xFD17, 'M', 'سى'), + (0xFD18, 'M', 'سي'), + (0xFD19, 'M', 'شى'), + (0xFD1A, 'M', 'شي'), + (0xFD1B, 'M', 'حى'), + (0xFD1C, 'M', 'حي'), + (0xFD1D, 'M', 'جى'), + (0xFD1E, 'M', 'جي'), + ] + +def _seg_48() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFD1F, 'M', 'خى'), + (0xFD20, 'M', 'خي'), + (0xFD21, 'M', 'صى'), + (0xFD22, 'M', 'صي'), + (0xFD23, 'M', 'ضى'), + (0xFD24, 'M', 'ضي'), + (0xFD25, 'M', 'شج'), + (0xFD26, 'M', 'شح'), + (0xFD27, 'M', 'شخ'), + (0xFD28, 'M', 'شم'), + (0xFD29, 'M', 'شر'), + (0xFD2A, 'M', 'سر'), + (0xFD2B, 'M', 'صر'), + (0xFD2C, 'M', 'ضر'), + (0xFD2D, 'M', 'شج'), + (0xFD2E, 'M', 'شح'), + (0xFD2F, 'M', 'شخ'), + (0xFD30, 'M', 'شم'), + (0xFD31, 'M', 'سه'), + (0xFD32, 'M', 'شه'), + (0xFD33, 'M', 'طم'), + (0xFD34, 'M', 'سج'), + (0xFD35, 'M', 'سح'), + (0xFD36, 'M', 'سخ'), + (0xFD37, 'M', 'شج'), + (0xFD38, 'M', 'شح'), + (0xFD39, 'M', 'شخ'), + (0xFD3A, 'M', 'طم'), + (0xFD3B, 'M', 'ظم'), + (0xFD3C, 'M', 'اً'), + (0xFD3E, 'V'), + (0xFD50, 'M', 'تجم'), + (0xFD51, 'M', 'تحج'), + (0xFD53, 'M', 'تحم'), + (0xFD54, 'M', 'تخم'), + (0xFD55, 'M', 'تمج'), + (0xFD56, 'M', 'تمح'), + (0xFD57, 'M', 'تمخ'), + (0xFD58, 'M', 'جمح'), + (0xFD5A, 'M', 'حمي'), + (0xFD5B, 'M', 'حمى'), + (0xFD5C, 'M', 'سحج'), + (0xFD5D, 'M', 'سجح'), + (0xFD5E, 'M', 'سجى'), + (0xFD5F, 'M', 'سمح'), + (0xFD61, 'M', 'سمج'), + (0xFD62, 'M', 'سمم'), + (0xFD64, 'M', 'صحح'), + (0xFD66, 'M', 'صمم'), + (0xFD67, 'M', 'شحم'), + (0xFD69, 'M', 'شجي'), + (0xFD6A, 'M', 'شمخ'), + (0xFD6C, 'M', 'شمم'), + (0xFD6E, 'M', 'ضحى'), + (0xFD6F, 'M', 'ضخم'), + (0xFD71, 'M', 'طمح'), + (0xFD73, 'M', 'طمم'), + (0xFD74, 'M', 'طمي'), + (0xFD75, 'M', 'عجم'), + (0xFD76, 'M', 'عمم'), + (0xFD78, 'M', 'عمى'), + (0xFD79, 'M', 'غمم'), + (0xFD7A, 'M', 'غمي'), + (0xFD7B, 'M', 'غمى'), + (0xFD7C, 'M', 'فخم'), + (0xFD7E, 'M', 'قمح'), + (0xFD7F, 'M', 'قمم'), + (0xFD80, 'M', 'لحم'), + (0xFD81, 'M', 'لحي'), + (0xFD82, 'M', 'لحى'), + (0xFD83, 'M', 'لجج'), + (0xFD85, 'M', 'لخم'), + (0xFD87, 'M', 'لمح'), + (0xFD89, 'M', 'محج'), + (0xFD8A, 'M', 'محم'), + (0xFD8B, 'M', 'محي'), + (0xFD8C, 'M', 'مجح'), + (0xFD8D, 'M', 'مجم'), + (0xFD8E, 'M', 'مخج'), + (0xFD8F, 'M', 'مخم'), + (0xFD90, 'X'), + (0xFD92, 'M', 'مجخ'), + (0xFD93, 'M', 'همج'), + (0xFD94, 'M', 'همم'), + (0xFD95, 'M', 'نحم'), + (0xFD96, 'M', 'نحى'), + (0xFD97, 'M', 'نجم'), + (0xFD99, 'M', 'نجى'), + (0xFD9A, 'M', 'نمي'), + (0xFD9B, 'M', 'نمى'), + (0xFD9C, 'M', 'يمم'), + (0xFD9E, 'M', 'بخي'), + (0xFD9F, 'M', 'تجي'), + (0xFDA0, 'M', 'تجى'), + (0xFDA1, 'M', 'تخي'), + (0xFDA2, 'M', 'تخى'), + (0xFDA3, 'M', 'تمي'), + (0xFDA4, 'M', 'تمى'), + (0xFDA5, 'M', 'جمي'), + (0xFDA6, 'M', 'جحى'), + ] + +def _seg_49() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFDA7, 'M', 'جمى'), + (0xFDA8, 'M', 'سخى'), + (0xFDA9, 'M', 'صحي'), + (0xFDAA, 'M', 'شحي'), + (0xFDAB, 'M', 'ضحي'), + (0xFDAC, 'M', 'لجي'), + (0xFDAD, 'M', 'لمي'), + (0xFDAE, 'M', 'يحي'), + (0xFDAF, 'M', 'يجي'), + (0xFDB0, 'M', 'يمي'), + (0xFDB1, 'M', 'ممي'), + (0xFDB2, 'M', 'قمي'), + (0xFDB3, 'M', 'نحي'), + (0xFDB4, 'M', 'قمح'), + (0xFDB5, 'M', 'لحم'), + (0xFDB6, 'M', 'عمي'), + (0xFDB7, 'M', 'كمي'), + (0xFDB8, 'M', 'نجح'), + (0xFDB9, 'M', 'مخي'), + (0xFDBA, 'M', 'لجم'), + (0xFDBB, 'M', 'كمم'), + (0xFDBC, 'M', 'لجم'), + (0xFDBD, 'M', 'نجح'), + (0xFDBE, 'M', 'جحي'), + (0xFDBF, 'M', 'حجي'), + (0xFDC0, 'M', 'مجي'), + (0xFDC1, 'M', 'فمي'), + (0xFDC2, 'M', 'بحي'), + (0xFDC3, 'M', 'كمم'), + (0xFDC4, 'M', 'عجم'), + (0xFDC5, 'M', 'صمم'), + (0xFDC6, 'M', 'سخي'), + (0xFDC7, 'M', 'نجي'), + (0xFDC8, 'X'), + (0xFDCF, 'V'), + (0xFDD0, 'X'), + (0xFDF0, 'M', 'صلے'), + (0xFDF1, 'M', 'قلے'), + (0xFDF2, 'M', 'الله'), + (0xFDF3, 'M', 'اكبر'), + (0xFDF4, 'M', 'محمد'), + (0xFDF5, 'M', 'صلعم'), + (0xFDF6, 'M', 'رسول'), + (0xFDF7, 'M', 'عليه'), + (0xFDF8, 'M', 'وسلم'), + (0xFDF9, 'M', 'صلى'), + (0xFDFA, '3', 'صلى الله عليه وسلم'), + (0xFDFB, '3', 'جل جلاله'), + (0xFDFC, 'M', 'ریال'), + (0xFDFD, 'V'), + (0xFE00, 'I'), + (0xFE10, '3', ','), + (0xFE11, 'M', '、'), + (0xFE12, 'X'), + (0xFE13, '3', ':'), + (0xFE14, '3', ';'), + (0xFE15, '3', '!'), + (0xFE16, '3', '?'), + (0xFE17, 'M', '〖'), + (0xFE18, 'M', '〗'), + (0xFE19, 'X'), + (0xFE20, 'V'), + (0xFE30, 'X'), + (0xFE31, 'M', '—'), + (0xFE32, 'M', '–'), + (0xFE33, '3', '_'), + (0xFE35, '3', '('), + (0xFE36, '3', ')'), + (0xFE37, '3', '{'), + (0xFE38, '3', '}'), + (0xFE39, 'M', '〔'), + (0xFE3A, 'M', '〕'), + (0xFE3B, 'M', '【'), + (0xFE3C, 'M', '】'), + (0xFE3D, 'M', '《'), + (0xFE3E, 'M', '》'), + (0xFE3F, 'M', '〈'), + (0xFE40, 'M', '〉'), + (0xFE41, 'M', '「'), + (0xFE42, 'M', '」'), + (0xFE43, 'M', '『'), + (0xFE44, 'M', '』'), + (0xFE45, 'V'), + (0xFE47, '3', '['), + (0xFE48, '3', ']'), + (0xFE49, '3', ' ̅'), + (0xFE4D, '3', '_'), + (0xFE50, '3', ','), + (0xFE51, 'M', '、'), + (0xFE52, 'X'), + (0xFE54, '3', ';'), + (0xFE55, '3', ':'), + (0xFE56, '3', '?'), + (0xFE57, '3', '!'), + (0xFE58, 'M', '—'), + (0xFE59, '3', '('), + (0xFE5A, '3', ')'), + (0xFE5B, '3', '{'), + (0xFE5C, '3', '}'), + (0xFE5D, 'M', '〔'), + ] + +def _seg_50() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFE5E, 'M', '〕'), + (0xFE5F, '3', '#'), + (0xFE60, '3', '&'), + (0xFE61, '3', '*'), + (0xFE62, '3', '+'), + (0xFE63, 'M', '-'), + (0xFE64, '3', '<'), + (0xFE65, '3', '>'), + (0xFE66, '3', '='), + (0xFE67, 'X'), + (0xFE68, '3', '\\'), + (0xFE69, '3', '$'), + (0xFE6A, '3', '%'), + (0xFE6B, '3', '@'), + (0xFE6C, 'X'), + (0xFE70, '3', ' ً'), + (0xFE71, 'M', 'ـً'), + (0xFE72, '3', ' ٌ'), + (0xFE73, 'V'), + (0xFE74, '3', ' ٍ'), + (0xFE75, 'X'), + (0xFE76, '3', ' َ'), + (0xFE77, 'M', 'ـَ'), + (0xFE78, '3', ' ُ'), + (0xFE79, 'M', 'ـُ'), + (0xFE7A, '3', ' ِ'), + (0xFE7B, 'M', 'ـِ'), + (0xFE7C, '3', ' ّ'), + (0xFE7D, 'M', 'ـّ'), + (0xFE7E, '3', ' ْ'), + (0xFE7F, 'M', 'ـْ'), + (0xFE80, 'M', 'ء'), + (0xFE81, 'M', 'آ'), + (0xFE83, 'M', 'أ'), + (0xFE85, 'M', 'ؤ'), + (0xFE87, 'M', 'إ'), + (0xFE89, 'M', 'ئ'), + (0xFE8D, 'M', 'ا'), + (0xFE8F, 'M', 'ب'), + (0xFE93, 'M', 'ة'), + (0xFE95, 'M', 'ت'), + (0xFE99, 'M', 'ث'), + (0xFE9D, 'M', 'ج'), + (0xFEA1, 'M', 'ح'), + (0xFEA5, 'M', 'خ'), + (0xFEA9, 'M', 'د'), + (0xFEAB, 'M', 'ذ'), + (0xFEAD, 'M', 'ر'), + (0xFEAF, 'M', 'ز'), + (0xFEB1, 'M', 'س'), + (0xFEB5, 'M', 'ش'), + (0xFEB9, 'M', 'ص'), + (0xFEBD, 'M', 'ض'), + (0xFEC1, 'M', 'ط'), + (0xFEC5, 'M', 'ظ'), + (0xFEC9, 'M', 'ع'), + (0xFECD, 'M', 'غ'), + (0xFED1, 'M', 'ف'), + (0xFED5, 'M', 'ق'), + (0xFED9, 'M', 'ك'), + (0xFEDD, 'M', 'ل'), + (0xFEE1, 'M', 'م'), + (0xFEE5, 'M', 'ن'), + (0xFEE9, 'M', 'ه'), + (0xFEED, 'M', 'و'), + (0xFEEF, 'M', 'ى'), + (0xFEF1, 'M', 'ي'), + (0xFEF5, 'M', 'لآ'), + (0xFEF7, 'M', 'لأ'), + (0xFEF9, 'M', 'لإ'), + (0xFEFB, 'M', 'لا'), + (0xFEFD, 'X'), + (0xFEFF, 'I'), + (0xFF00, 'X'), + (0xFF01, '3', '!'), + (0xFF02, '3', '"'), + (0xFF03, '3', '#'), + (0xFF04, '3', '$'), + (0xFF05, '3', '%'), + (0xFF06, '3', '&'), + (0xFF07, '3', '\''), + (0xFF08, '3', '('), + (0xFF09, '3', ')'), + (0xFF0A, '3', '*'), + (0xFF0B, '3', '+'), + (0xFF0C, '3', ','), + (0xFF0D, 'M', '-'), + (0xFF0E, 'M', '.'), + (0xFF0F, '3', '/'), + (0xFF10, 'M', '0'), + (0xFF11, 'M', '1'), + (0xFF12, 'M', '2'), + (0xFF13, 'M', '3'), + (0xFF14, 'M', '4'), + (0xFF15, 'M', '5'), + (0xFF16, 'M', '6'), + (0xFF17, 'M', '7'), + (0xFF18, 'M', '8'), + (0xFF19, 'M', '9'), + (0xFF1A, '3', ':'), + ] + +def _seg_51() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF1B, '3', ';'), + (0xFF1C, '3', '<'), + (0xFF1D, '3', '='), + (0xFF1E, '3', '>'), + (0xFF1F, '3', '?'), + (0xFF20, '3', '@'), + (0xFF21, 'M', 'a'), + (0xFF22, 'M', 'b'), + (0xFF23, 'M', 'c'), + (0xFF24, 'M', 'd'), + (0xFF25, 'M', 'e'), + (0xFF26, 'M', 'f'), + (0xFF27, 'M', 'g'), + (0xFF28, 'M', 'h'), + (0xFF29, 'M', 'i'), + (0xFF2A, 'M', 'j'), + (0xFF2B, 'M', 'k'), + (0xFF2C, 'M', 'l'), + (0xFF2D, 'M', 'm'), + (0xFF2E, 'M', 'n'), + (0xFF2F, 'M', 'o'), + (0xFF30, 'M', 'p'), + (0xFF31, 'M', 'q'), + (0xFF32, 'M', 'r'), + (0xFF33, 'M', 's'), + (0xFF34, 'M', 't'), + (0xFF35, 'M', 'u'), + (0xFF36, 'M', 'v'), + (0xFF37, 'M', 'w'), + (0xFF38, 'M', 'x'), + (0xFF39, 'M', 'y'), + (0xFF3A, 'M', 'z'), + (0xFF3B, '3', '['), + (0xFF3C, '3', '\\'), + (0xFF3D, '3', ']'), + (0xFF3E, '3', '^'), + (0xFF3F, '3', '_'), + (0xFF40, '3', '`'), + (0xFF41, 'M', 'a'), + (0xFF42, 'M', 'b'), + (0xFF43, 'M', 'c'), + (0xFF44, 'M', 'd'), + (0xFF45, 'M', 'e'), + (0xFF46, 'M', 'f'), + (0xFF47, 'M', 'g'), + (0xFF48, 'M', 'h'), + (0xFF49, 'M', 'i'), + (0xFF4A, 'M', 'j'), + (0xFF4B, 'M', 'k'), + (0xFF4C, 'M', 'l'), + (0xFF4D, 'M', 'm'), + (0xFF4E, 'M', 'n'), + (0xFF4F, 'M', 'o'), + (0xFF50, 'M', 'p'), + (0xFF51, 'M', 'q'), + (0xFF52, 'M', 'r'), + (0xFF53, 'M', 's'), + (0xFF54, 'M', 't'), + (0xFF55, 'M', 'u'), + (0xFF56, 'M', 'v'), + (0xFF57, 'M', 'w'), + (0xFF58, 'M', 'x'), + (0xFF59, 'M', 'y'), + (0xFF5A, 'M', 'z'), + (0xFF5B, '3', '{'), + (0xFF5C, '3', '|'), + (0xFF5D, '3', '}'), + (0xFF5E, '3', '~'), + (0xFF5F, 'M', '⦅'), + (0xFF60, 'M', '⦆'), + (0xFF61, 'M', '.'), + (0xFF62, 'M', '「'), + (0xFF63, 'M', '」'), + (0xFF64, 'M', '、'), + (0xFF65, 'M', '・'), + (0xFF66, 'M', 'ヲ'), + (0xFF67, 'M', 'ァ'), + (0xFF68, 'M', 'ィ'), + (0xFF69, 'M', 'ゥ'), + (0xFF6A, 'M', 'ェ'), + (0xFF6B, 'M', 'ォ'), + (0xFF6C, 'M', 'ャ'), + (0xFF6D, 'M', 'ュ'), + (0xFF6E, 'M', 'ョ'), + (0xFF6F, 'M', 'ッ'), + (0xFF70, 'M', 'ー'), + (0xFF71, 'M', 'ア'), + (0xFF72, 'M', 'イ'), + (0xFF73, 'M', 'ウ'), + (0xFF74, 'M', 'エ'), + (0xFF75, 'M', 'オ'), + (0xFF76, 'M', 'カ'), + (0xFF77, 'M', 'キ'), + (0xFF78, 'M', 'ク'), + (0xFF79, 'M', 'ケ'), + (0xFF7A, 'M', 'コ'), + (0xFF7B, 'M', 'サ'), + (0xFF7C, 'M', 'シ'), + (0xFF7D, 'M', 'ス'), + (0xFF7E, 'M', 'セ'), + ] + +def _seg_52() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF7F, 'M', 'ソ'), + (0xFF80, 'M', 'タ'), + (0xFF81, 'M', 'チ'), + (0xFF82, 'M', 'ツ'), + (0xFF83, 'M', 'テ'), + (0xFF84, 'M', 'ト'), + (0xFF85, 'M', 'ナ'), + (0xFF86, 'M', 'ニ'), + (0xFF87, 'M', 'ヌ'), + (0xFF88, 'M', 'ネ'), + (0xFF89, 'M', 'ノ'), + (0xFF8A, 'M', 'ハ'), + (0xFF8B, 'M', 'ヒ'), + (0xFF8C, 'M', 'フ'), + (0xFF8D, 'M', 'ヘ'), + (0xFF8E, 'M', 'ホ'), + (0xFF8F, 'M', 'マ'), + (0xFF90, 'M', 'ミ'), + (0xFF91, 'M', 'ム'), + (0xFF92, 'M', 'メ'), + (0xFF93, 'M', 'モ'), + (0xFF94, 'M', 'ヤ'), + (0xFF95, 'M', 'ユ'), + (0xFF96, 'M', 'ヨ'), + (0xFF97, 'M', 'ラ'), + (0xFF98, 'M', 'リ'), + (0xFF99, 'M', 'ル'), + (0xFF9A, 'M', 'レ'), + (0xFF9B, 'M', 'ロ'), + (0xFF9C, 'M', 'ワ'), + (0xFF9D, 'M', 'ン'), + (0xFF9E, 'M', '゙'), + (0xFF9F, 'M', '゚'), + (0xFFA0, 'X'), + (0xFFA1, 'M', 'ᄀ'), + (0xFFA2, 'M', 'ᄁ'), + (0xFFA3, 'M', 'ᆪ'), + (0xFFA4, 'M', 'ᄂ'), + (0xFFA5, 'M', 'ᆬ'), + (0xFFA6, 'M', 'ᆭ'), + (0xFFA7, 'M', 'ᄃ'), + (0xFFA8, 'M', 'ᄄ'), + (0xFFA9, 'M', 'ᄅ'), + (0xFFAA, 'M', 'ᆰ'), + (0xFFAB, 'M', 'ᆱ'), + (0xFFAC, 'M', 'ᆲ'), + (0xFFAD, 'M', 'ᆳ'), + (0xFFAE, 'M', 'ᆴ'), + (0xFFAF, 'M', 'ᆵ'), + (0xFFB0, 'M', 'ᄚ'), + (0xFFB1, 'M', 'ᄆ'), + (0xFFB2, 'M', 'ᄇ'), + (0xFFB3, 'M', 'ᄈ'), + (0xFFB4, 'M', 'ᄡ'), + (0xFFB5, 'M', 'ᄉ'), + (0xFFB6, 'M', 'ᄊ'), + (0xFFB7, 'M', 'ᄋ'), + (0xFFB8, 'M', 'ᄌ'), + (0xFFB9, 'M', 'ᄍ'), + (0xFFBA, 'M', 'ᄎ'), + (0xFFBB, 'M', 'ᄏ'), + (0xFFBC, 'M', 'ᄐ'), + (0xFFBD, 'M', 'ᄑ'), + (0xFFBE, 'M', 'ᄒ'), + (0xFFBF, 'X'), + (0xFFC2, 'M', 'ᅡ'), + (0xFFC3, 'M', 'ᅢ'), + (0xFFC4, 'M', 'ᅣ'), + (0xFFC5, 'M', 'ᅤ'), + (0xFFC6, 'M', 'ᅥ'), + (0xFFC7, 'M', 'ᅦ'), + (0xFFC8, 'X'), + (0xFFCA, 'M', 'ᅧ'), + (0xFFCB, 'M', 'ᅨ'), + (0xFFCC, 'M', 'ᅩ'), + (0xFFCD, 'M', 'ᅪ'), + (0xFFCE, 'M', 'ᅫ'), + (0xFFCF, 'M', 'ᅬ'), + (0xFFD0, 'X'), + (0xFFD2, 'M', 'ᅭ'), + (0xFFD3, 'M', 'ᅮ'), + (0xFFD4, 'M', 'ᅯ'), + (0xFFD5, 'M', 'ᅰ'), + (0xFFD6, 'M', 'ᅱ'), + (0xFFD7, 'M', 'ᅲ'), + (0xFFD8, 'X'), + (0xFFDA, 'M', 'ᅳ'), + (0xFFDB, 'M', 'ᅴ'), + (0xFFDC, 'M', 'ᅵ'), + (0xFFDD, 'X'), + (0xFFE0, 'M', '¢'), + (0xFFE1, 'M', '£'), + (0xFFE2, 'M', '¬'), + (0xFFE3, '3', ' ̄'), + (0xFFE4, 'M', '¦'), + (0xFFE5, 'M', '¥'), + (0xFFE6, 'M', '₩'), + (0xFFE7, 'X'), + (0xFFE8, 'M', '│'), + (0xFFE9, 'M', '←'), + ] + +def _seg_53() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFFEA, 'M', '↑'), + (0xFFEB, 'M', '→'), + (0xFFEC, 'M', '↓'), + (0xFFED, 'M', '■'), + (0xFFEE, 'M', '○'), + (0xFFEF, 'X'), + (0x10000, 'V'), + (0x1000C, 'X'), + (0x1000D, 'V'), + (0x10027, 'X'), + (0x10028, 'V'), + (0x1003B, 'X'), + (0x1003C, 'V'), + (0x1003E, 'X'), + (0x1003F, 'V'), + (0x1004E, 'X'), + (0x10050, 'V'), + (0x1005E, 'X'), + (0x10080, 'V'), + (0x100FB, 'X'), + (0x10100, 'V'), + (0x10103, 'X'), + (0x10107, 'V'), + (0x10134, 'X'), + (0x10137, 'V'), + (0x1018F, 'X'), + (0x10190, 'V'), + (0x1019D, 'X'), + (0x101A0, 'V'), + (0x101A1, 'X'), + (0x101D0, 'V'), + (0x101FE, 'X'), + (0x10280, 'V'), + (0x1029D, 'X'), + (0x102A0, 'V'), + (0x102D1, 'X'), + (0x102E0, 'V'), + (0x102FC, 'X'), + (0x10300, 'V'), + (0x10324, 'X'), + (0x1032D, 'V'), + (0x1034B, 'X'), + (0x10350, 'V'), + (0x1037B, 'X'), + (0x10380, 'V'), + (0x1039E, 'X'), + (0x1039F, 'V'), + (0x103C4, 'X'), + (0x103C8, 'V'), + (0x103D6, 'X'), + (0x10400, 'M', '𐐨'), + (0x10401, 'M', '𐐩'), + (0x10402, 'M', '𐐪'), + (0x10403, 'M', '𐐫'), + (0x10404, 'M', '𐐬'), + (0x10405, 'M', '𐐭'), + (0x10406, 'M', '𐐮'), + (0x10407, 'M', '𐐯'), + (0x10408, 'M', '𐐰'), + (0x10409, 'M', '𐐱'), + (0x1040A, 'M', '𐐲'), + (0x1040B, 'M', '𐐳'), + (0x1040C, 'M', '𐐴'), + (0x1040D, 'M', '𐐵'), + (0x1040E, 'M', '𐐶'), + (0x1040F, 'M', '𐐷'), + (0x10410, 'M', '𐐸'), + (0x10411, 'M', '𐐹'), + (0x10412, 'M', '𐐺'), + (0x10413, 'M', '𐐻'), + (0x10414, 'M', '𐐼'), + (0x10415, 'M', '𐐽'), + (0x10416, 'M', '𐐾'), + (0x10417, 'M', '𐐿'), + (0x10418, 'M', '𐑀'), + (0x10419, 'M', '𐑁'), + (0x1041A, 'M', '𐑂'), + (0x1041B, 'M', '𐑃'), + (0x1041C, 'M', '𐑄'), + (0x1041D, 'M', '𐑅'), + (0x1041E, 'M', '𐑆'), + (0x1041F, 'M', '𐑇'), + (0x10420, 'M', '𐑈'), + (0x10421, 'M', '𐑉'), + (0x10422, 'M', '𐑊'), + (0x10423, 'M', '𐑋'), + (0x10424, 'M', '𐑌'), + (0x10425, 'M', '𐑍'), + (0x10426, 'M', '𐑎'), + (0x10427, 'M', '𐑏'), + (0x10428, 'V'), + (0x1049E, 'X'), + (0x104A0, 'V'), + (0x104AA, 'X'), + (0x104B0, 'M', '𐓘'), + (0x104B1, 'M', '𐓙'), + (0x104B2, 'M', '𐓚'), + (0x104B3, 'M', '𐓛'), + (0x104B4, 'M', '𐓜'), + (0x104B5, 'M', '𐓝'), + ] + +def _seg_54() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x104B6, 'M', '𐓞'), + (0x104B7, 'M', '𐓟'), + (0x104B8, 'M', '𐓠'), + (0x104B9, 'M', '𐓡'), + (0x104BA, 'M', '𐓢'), + (0x104BB, 'M', '𐓣'), + (0x104BC, 'M', '𐓤'), + (0x104BD, 'M', '𐓥'), + (0x104BE, 'M', '𐓦'), + (0x104BF, 'M', '𐓧'), + (0x104C0, 'M', '𐓨'), + (0x104C1, 'M', '𐓩'), + (0x104C2, 'M', '𐓪'), + (0x104C3, 'M', '𐓫'), + (0x104C4, 'M', '𐓬'), + (0x104C5, 'M', '𐓭'), + (0x104C6, 'M', '𐓮'), + (0x104C7, 'M', '𐓯'), + (0x104C8, 'M', '𐓰'), + (0x104C9, 'M', '𐓱'), + (0x104CA, 'M', '𐓲'), + (0x104CB, 'M', '𐓳'), + (0x104CC, 'M', '𐓴'), + (0x104CD, 'M', '𐓵'), + (0x104CE, 'M', '𐓶'), + (0x104CF, 'M', '𐓷'), + (0x104D0, 'M', '𐓸'), + (0x104D1, 'M', '𐓹'), + (0x104D2, 'M', '𐓺'), + (0x104D3, 'M', '𐓻'), + (0x104D4, 'X'), + (0x104D8, 'V'), + (0x104FC, 'X'), + (0x10500, 'V'), + (0x10528, 'X'), + (0x10530, 'V'), + (0x10564, 'X'), + (0x1056F, 'V'), + (0x10570, 'M', '𐖗'), + (0x10571, 'M', '𐖘'), + (0x10572, 'M', '𐖙'), + (0x10573, 'M', '𐖚'), + (0x10574, 'M', '𐖛'), + (0x10575, 'M', '𐖜'), + (0x10576, 'M', '𐖝'), + (0x10577, 'M', '𐖞'), + (0x10578, 'M', '𐖟'), + (0x10579, 'M', '𐖠'), + (0x1057A, 'M', '𐖡'), + (0x1057B, 'X'), + (0x1057C, 'M', '𐖣'), + (0x1057D, 'M', '𐖤'), + (0x1057E, 'M', '𐖥'), + (0x1057F, 'M', '𐖦'), + (0x10580, 'M', '𐖧'), + (0x10581, 'M', '𐖨'), + (0x10582, 'M', '𐖩'), + (0x10583, 'M', '𐖪'), + (0x10584, 'M', '𐖫'), + (0x10585, 'M', '𐖬'), + (0x10586, 'M', '𐖭'), + (0x10587, 'M', '𐖮'), + (0x10588, 'M', '𐖯'), + (0x10589, 'M', '𐖰'), + (0x1058A, 'M', '𐖱'), + (0x1058B, 'X'), + (0x1058C, 'M', '𐖳'), + (0x1058D, 'M', '𐖴'), + (0x1058E, 'M', '𐖵'), + (0x1058F, 'M', '𐖶'), + (0x10590, 'M', '𐖷'), + (0x10591, 'M', '𐖸'), + (0x10592, 'M', '𐖹'), + (0x10593, 'X'), + (0x10594, 'M', '𐖻'), + (0x10595, 'M', '𐖼'), + (0x10596, 'X'), + (0x10597, 'V'), + (0x105A2, 'X'), + (0x105A3, 'V'), + (0x105B2, 'X'), + (0x105B3, 'V'), + (0x105BA, 'X'), + (0x105BB, 'V'), + (0x105BD, 'X'), + (0x10600, 'V'), + (0x10737, 'X'), + (0x10740, 'V'), + (0x10756, 'X'), + (0x10760, 'V'), + (0x10768, 'X'), + (0x10780, 'V'), + (0x10781, 'M', 'ː'), + (0x10782, 'M', 'ˑ'), + (0x10783, 'M', 'æ'), + (0x10784, 'M', 'ʙ'), + (0x10785, 'M', 'ɓ'), + (0x10786, 'X'), + (0x10787, 'M', 'ʣ'), + (0x10788, 'M', 'ꭦ'), + ] + +def _seg_55() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10789, 'M', 'ʥ'), + (0x1078A, 'M', 'ʤ'), + (0x1078B, 'M', 'ɖ'), + (0x1078C, 'M', 'ɗ'), + (0x1078D, 'M', 'ᶑ'), + (0x1078E, 'M', 'ɘ'), + (0x1078F, 'M', 'ɞ'), + (0x10790, 'M', 'ʩ'), + (0x10791, 'M', 'ɤ'), + (0x10792, 'M', 'ɢ'), + (0x10793, 'M', 'ɠ'), + (0x10794, 'M', 'ʛ'), + (0x10795, 'M', 'ħ'), + (0x10796, 'M', 'ʜ'), + (0x10797, 'M', 'ɧ'), + (0x10798, 'M', 'ʄ'), + (0x10799, 'M', 'ʪ'), + (0x1079A, 'M', 'ʫ'), + (0x1079B, 'M', 'ɬ'), + (0x1079C, 'M', '𝼄'), + (0x1079D, 'M', 'ꞎ'), + (0x1079E, 'M', 'ɮ'), + (0x1079F, 'M', '𝼅'), + (0x107A0, 'M', 'ʎ'), + (0x107A1, 'M', '𝼆'), + (0x107A2, 'M', 'ø'), + (0x107A3, 'M', 'ɶ'), + (0x107A4, 'M', 'ɷ'), + (0x107A5, 'M', 'q'), + (0x107A6, 'M', 'ɺ'), + (0x107A7, 'M', '𝼈'), + (0x107A8, 'M', 'ɽ'), + (0x107A9, 'M', 'ɾ'), + (0x107AA, 'M', 'ʀ'), + (0x107AB, 'M', 'ʨ'), + (0x107AC, 'M', 'ʦ'), + (0x107AD, 'M', 'ꭧ'), + (0x107AE, 'M', 'ʧ'), + (0x107AF, 'M', 'ʈ'), + (0x107B0, 'M', 'ⱱ'), + (0x107B1, 'X'), + (0x107B2, 'M', 'ʏ'), + (0x107B3, 'M', 'ʡ'), + (0x107B4, 'M', 'ʢ'), + (0x107B5, 'M', 'ʘ'), + (0x107B6, 'M', 'ǀ'), + (0x107B7, 'M', 'ǁ'), + (0x107B8, 'M', 'ǂ'), + (0x107B9, 'M', '𝼊'), + (0x107BA, 'M', '𝼞'), + (0x107BB, 'X'), + (0x10800, 'V'), + (0x10806, 'X'), + (0x10808, 'V'), + (0x10809, 'X'), + (0x1080A, 'V'), + (0x10836, 'X'), + (0x10837, 'V'), + (0x10839, 'X'), + (0x1083C, 'V'), + (0x1083D, 'X'), + (0x1083F, 'V'), + (0x10856, 'X'), + (0x10857, 'V'), + (0x1089F, 'X'), + (0x108A7, 'V'), + (0x108B0, 'X'), + (0x108E0, 'V'), + (0x108F3, 'X'), + (0x108F4, 'V'), + (0x108F6, 'X'), + (0x108FB, 'V'), + (0x1091C, 'X'), + (0x1091F, 'V'), + (0x1093A, 'X'), + (0x1093F, 'V'), + (0x10940, 'X'), + (0x10980, 'V'), + (0x109B8, 'X'), + (0x109BC, 'V'), + (0x109D0, 'X'), + (0x109D2, 'V'), + (0x10A04, 'X'), + (0x10A05, 'V'), + (0x10A07, 'X'), + (0x10A0C, 'V'), + (0x10A14, 'X'), + (0x10A15, 'V'), + (0x10A18, 'X'), + (0x10A19, 'V'), + (0x10A36, 'X'), + (0x10A38, 'V'), + (0x10A3B, 'X'), + (0x10A3F, 'V'), + (0x10A49, 'X'), + (0x10A50, 'V'), + (0x10A59, 'X'), + (0x10A60, 'V'), + (0x10AA0, 'X'), + (0x10AC0, 'V'), + ] + +def _seg_56() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10AE7, 'X'), + (0x10AEB, 'V'), + (0x10AF7, 'X'), + (0x10B00, 'V'), + (0x10B36, 'X'), + (0x10B39, 'V'), + (0x10B56, 'X'), + (0x10B58, 'V'), + (0x10B73, 'X'), + (0x10B78, 'V'), + (0x10B92, 'X'), + (0x10B99, 'V'), + (0x10B9D, 'X'), + (0x10BA9, 'V'), + (0x10BB0, 'X'), + (0x10C00, 'V'), + (0x10C49, 'X'), + (0x10C80, 'M', '𐳀'), + (0x10C81, 'M', '𐳁'), + (0x10C82, 'M', '𐳂'), + (0x10C83, 'M', '𐳃'), + (0x10C84, 'M', '𐳄'), + (0x10C85, 'M', '𐳅'), + (0x10C86, 'M', '𐳆'), + (0x10C87, 'M', '𐳇'), + (0x10C88, 'M', '𐳈'), + (0x10C89, 'M', '𐳉'), + (0x10C8A, 'M', '𐳊'), + (0x10C8B, 'M', '𐳋'), + (0x10C8C, 'M', '𐳌'), + (0x10C8D, 'M', '𐳍'), + (0x10C8E, 'M', '𐳎'), + (0x10C8F, 'M', '𐳏'), + (0x10C90, 'M', '𐳐'), + (0x10C91, 'M', '𐳑'), + (0x10C92, 'M', '𐳒'), + (0x10C93, 'M', '𐳓'), + (0x10C94, 'M', '𐳔'), + (0x10C95, 'M', '𐳕'), + (0x10C96, 'M', '𐳖'), + (0x10C97, 'M', '𐳗'), + (0x10C98, 'M', '𐳘'), + (0x10C99, 'M', '𐳙'), + (0x10C9A, 'M', '𐳚'), + (0x10C9B, 'M', '𐳛'), + (0x10C9C, 'M', '𐳜'), + (0x10C9D, 'M', '𐳝'), + (0x10C9E, 'M', '𐳞'), + (0x10C9F, 'M', '𐳟'), + (0x10CA0, 'M', '𐳠'), + (0x10CA1, 'M', '𐳡'), + (0x10CA2, 'M', '𐳢'), + (0x10CA3, 'M', '𐳣'), + (0x10CA4, 'M', '𐳤'), + (0x10CA5, 'M', '𐳥'), + (0x10CA6, 'M', '𐳦'), + (0x10CA7, 'M', '𐳧'), + (0x10CA8, 'M', '𐳨'), + (0x10CA9, 'M', '𐳩'), + (0x10CAA, 'M', '𐳪'), + (0x10CAB, 'M', '𐳫'), + (0x10CAC, 'M', '𐳬'), + (0x10CAD, 'M', '𐳭'), + (0x10CAE, 'M', '𐳮'), + (0x10CAF, 'M', '𐳯'), + (0x10CB0, 'M', '𐳰'), + (0x10CB1, 'M', '𐳱'), + (0x10CB2, 'M', '𐳲'), + (0x10CB3, 'X'), + (0x10CC0, 'V'), + (0x10CF3, 'X'), + (0x10CFA, 'V'), + (0x10D28, 'X'), + (0x10D30, 'V'), + (0x10D3A, 'X'), + (0x10E60, 'V'), + (0x10E7F, 'X'), + (0x10E80, 'V'), + (0x10EAA, 'X'), + (0x10EAB, 'V'), + (0x10EAE, 'X'), + (0x10EB0, 'V'), + (0x10EB2, 'X'), + (0x10EFD, 'V'), + (0x10F28, 'X'), + (0x10F30, 'V'), + (0x10F5A, 'X'), + (0x10F70, 'V'), + (0x10F8A, 'X'), + (0x10FB0, 'V'), + (0x10FCC, 'X'), + (0x10FE0, 'V'), + (0x10FF7, 'X'), + (0x11000, 'V'), + (0x1104E, 'X'), + (0x11052, 'V'), + (0x11076, 'X'), + (0x1107F, 'V'), + (0x110BD, 'X'), + (0x110BE, 'V'), + ] + +def _seg_57() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x110C3, 'X'), + (0x110D0, 'V'), + (0x110E9, 'X'), + (0x110F0, 'V'), + (0x110FA, 'X'), + (0x11100, 'V'), + (0x11135, 'X'), + (0x11136, 'V'), + (0x11148, 'X'), + (0x11150, 'V'), + (0x11177, 'X'), + (0x11180, 'V'), + (0x111E0, 'X'), + (0x111E1, 'V'), + (0x111F5, 'X'), + (0x11200, 'V'), + (0x11212, 'X'), + (0x11213, 'V'), + (0x11242, 'X'), + (0x11280, 'V'), + (0x11287, 'X'), + (0x11288, 'V'), + (0x11289, 'X'), + (0x1128A, 'V'), + (0x1128E, 'X'), + (0x1128F, 'V'), + (0x1129E, 'X'), + (0x1129F, 'V'), + (0x112AA, 'X'), + (0x112B0, 'V'), + (0x112EB, 'X'), + (0x112F0, 'V'), + (0x112FA, 'X'), + (0x11300, 'V'), + (0x11304, 'X'), + (0x11305, 'V'), + (0x1130D, 'X'), + (0x1130F, 'V'), + (0x11311, 'X'), + (0x11313, 'V'), + (0x11329, 'X'), + (0x1132A, 'V'), + (0x11331, 'X'), + (0x11332, 'V'), + (0x11334, 'X'), + (0x11335, 'V'), + (0x1133A, 'X'), + (0x1133B, 'V'), + (0x11345, 'X'), + (0x11347, 'V'), + (0x11349, 'X'), + (0x1134B, 'V'), + (0x1134E, 'X'), + (0x11350, 'V'), + (0x11351, 'X'), + (0x11357, 'V'), + (0x11358, 'X'), + (0x1135D, 'V'), + (0x11364, 'X'), + (0x11366, 'V'), + (0x1136D, 'X'), + (0x11370, 'V'), + (0x11375, 'X'), + (0x11400, 'V'), + (0x1145C, 'X'), + (0x1145D, 'V'), + (0x11462, 'X'), + (0x11480, 'V'), + (0x114C8, 'X'), + (0x114D0, 'V'), + (0x114DA, 'X'), + (0x11580, 'V'), + (0x115B6, 'X'), + (0x115B8, 'V'), + (0x115DE, 'X'), + (0x11600, 'V'), + (0x11645, 'X'), + (0x11650, 'V'), + (0x1165A, 'X'), + (0x11660, 'V'), + (0x1166D, 'X'), + (0x11680, 'V'), + (0x116BA, 'X'), + (0x116C0, 'V'), + (0x116CA, 'X'), + (0x11700, 'V'), + (0x1171B, 'X'), + (0x1171D, 'V'), + (0x1172C, 'X'), + (0x11730, 'V'), + (0x11747, 'X'), + (0x11800, 'V'), + (0x1183C, 'X'), + (0x118A0, 'M', '𑣀'), + (0x118A1, 'M', '𑣁'), + (0x118A2, 'M', '𑣂'), + (0x118A3, 'M', '𑣃'), + (0x118A4, 'M', '𑣄'), + (0x118A5, 'M', '𑣅'), + (0x118A6, 'M', '𑣆'), + ] + +def _seg_58() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x118A7, 'M', '𑣇'), + (0x118A8, 'M', '𑣈'), + (0x118A9, 'M', '𑣉'), + (0x118AA, 'M', '𑣊'), + (0x118AB, 'M', '𑣋'), + (0x118AC, 'M', '𑣌'), + (0x118AD, 'M', '𑣍'), + (0x118AE, 'M', '𑣎'), + (0x118AF, 'M', '𑣏'), + (0x118B0, 'M', '𑣐'), + (0x118B1, 'M', '𑣑'), + (0x118B2, 'M', '𑣒'), + (0x118B3, 'M', '𑣓'), + (0x118B4, 'M', '𑣔'), + (0x118B5, 'M', '𑣕'), + (0x118B6, 'M', '𑣖'), + (0x118B7, 'M', '𑣗'), + (0x118B8, 'M', '𑣘'), + (0x118B9, 'M', '𑣙'), + (0x118BA, 'M', '𑣚'), + (0x118BB, 'M', '𑣛'), + (0x118BC, 'M', '𑣜'), + (0x118BD, 'M', '𑣝'), + (0x118BE, 'M', '𑣞'), + (0x118BF, 'M', '𑣟'), + (0x118C0, 'V'), + (0x118F3, 'X'), + (0x118FF, 'V'), + (0x11907, 'X'), + (0x11909, 'V'), + (0x1190A, 'X'), + (0x1190C, 'V'), + (0x11914, 'X'), + (0x11915, 'V'), + (0x11917, 'X'), + (0x11918, 'V'), + (0x11936, 'X'), + (0x11937, 'V'), + (0x11939, 'X'), + (0x1193B, 'V'), + (0x11947, 'X'), + (0x11950, 'V'), + (0x1195A, 'X'), + (0x119A0, 'V'), + (0x119A8, 'X'), + (0x119AA, 'V'), + (0x119D8, 'X'), + (0x119DA, 'V'), + (0x119E5, 'X'), + (0x11A00, 'V'), + (0x11A48, 'X'), + (0x11A50, 'V'), + (0x11AA3, 'X'), + (0x11AB0, 'V'), + (0x11AF9, 'X'), + (0x11B00, 'V'), + (0x11B0A, 'X'), + (0x11C00, 'V'), + (0x11C09, 'X'), + (0x11C0A, 'V'), + (0x11C37, 'X'), + (0x11C38, 'V'), + (0x11C46, 'X'), + (0x11C50, 'V'), + (0x11C6D, 'X'), + (0x11C70, 'V'), + (0x11C90, 'X'), + (0x11C92, 'V'), + (0x11CA8, 'X'), + (0x11CA9, 'V'), + (0x11CB7, 'X'), + (0x11D00, 'V'), + (0x11D07, 'X'), + (0x11D08, 'V'), + (0x11D0A, 'X'), + (0x11D0B, 'V'), + (0x11D37, 'X'), + (0x11D3A, 'V'), + (0x11D3B, 'X'), + (0x11D3C, 'V'), + (0x11D3E, 'X'), + (0x11D3F, 'V'), + (0x11D48, 'X'), + (0x11D50, 'V'), + (0x11D5A, 'X'), + (0x11D60, 'V'), + (0x11D66, 'X'), + (0x11D67, 'V'), + (0x11D69, 'X'), + (0x11D6A, 'V'), + (0x11D8F, 'X'), + (0x11D90, 'V'), + (0x11D92, 'X'), + (0x11D93, 'V'), + (0x11D99, 'X'), + (0x11DA0, 'V'), + (0x11DAA, 'X'), + (0x11EE0, 'V'), + (0x11EF9, 'X'), + (0x11F00, 'V'), + ] + +def _seg_59() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x11F11, 'X'), + (0x11F12, 'V'), + (0x11F3B, 'X'), + (0x11F3E, 'V'), + (0x11F5A, 'X'), + (0x11FB0, 'V'), + (0x11FB1, 'X'), + (0x11FC0, 'V'), + (0x11FF2, 'X'), + (0x11FFF, 'V'), + (0x1239A, 'X'), + (0x12400, 'V'), + (0x1246F, 'X'), + (0x12470, 'V'), + (0x12475, 'X'), + (0x12480, 'V'), + (0x12544, 'X'), + (0x12F90, 'V'), + (0x12FF3, 'X'), + (0x13000, 'V'), + (0x13430, 'X'), + (0x13440, 'V'), + (0x13456, 'X'), + (0x14400, 'V'), + (0x14647, 'X'), + (0x16800, 'V'), + (0x16A39, 'X'), + (0x16A40, 'V'), + (0x16A5F, 'X'), + (0x16A60, 'V'), + (0x16A6A, 'X'), + (0x16A6E, 'V'), + (0x16ABF, 'X'), + (0x16AC0, 'V'), + (0x16ACA, 'X'), + (0x16AD0, 'V'), + (0x16AEE, 'X'), + (0x16AF0, 'V'), + (0x16AF6, 'X'), + (0x16B00, 'V'), + (0x16B46, 'X'), + (0x16B50, 'V'), + (0x16B5A, 'X'), + (0x16B5B, 'V'), + (0x16B62, 'X'), + (0x16B63, 'V'), + (0x16B78, 'X'), + (0x16B7D, 'V'), + (0x16B90, 'X'), + (0x16E40, 'M', '𖹠'), + (0x16E41, 'M', '𖹡'), + (0x16E42, 'M', '𖹢'), + (0x16E43, 'M', '𖹣'), + (0x16E44, 'M', '𖹤'), + (0x16E45, 'M', '𖹥'), + (0x16E46, 'M', '𖹦'), + (0x16E47, 'M', '𖹧'), + (0x16E48, 'M', '𖹨'), + (0x16E49, 'M', '𖹩'), + (0x16E4A, 'M', '𖹪'), + (0x16E4B, 'M', '𖹫'), + (0x16E4C, 'M', '𖹬'), + (0x16E4D, 'M', '𖹭'), + (0x16E4E, 'M', '𖹮'), + (0x16E4F, 'M', '𖹯'), + (0x16E50, 'M', '𖹰'), + (0x16E51, 'M', '𖹱'), + (0x16E52, 'M', '𖹲'), + (0x16E53, 'M', '𖹳'), + (0x16E54, 'M', '𖹴'), + (0x16E55, 'M', '𖹵'), + (0x16E56, 'M', '𖹶'), + (0x16E57, 'M', '𖹷'), + (0x16E58, 'M', '𖹸'), + (0x16E59, 'M', '𖹹'), + (0x16E5A, 'M', '𖹺'), + (0x16E5B, 'M', '𖹻'), + (0x16E5C, 'M', '𖹼'), + (0x16E5D, 'M', '𖹽'), + (0x16E5E, 'M', '𖹾'), + (0x16E5F, 'M', '𖹿'), + (0x16E60, 'V'), + (0x16E9B, 'X'), + (0x16F00, 'V'), + (0x16F4B, 'X'), + (0x16F4F, 'V'), + (0x16F88, 'X'), + (0x16F8F, 'V'), + (0x16FA0, 'X'), + (0x16FE0, 'V'), + (0x16FE5, 'X'), + (0x16FF0, 'V'), + (0x16FF2, 'X'), + (0x17000, 'V'), + (0x187F8, 'X'), + (0x18800, 'V'), + (0x18CD6, 'X'), + (0x18D00, 'V'), + (0x18D09, 'X'), + (0x1AFF0, 'V'), + ] + +def _seg_60() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1AFF4, 'X'), + (0x1AFF5, 'V'), + (0x1AFFC, 'X'), + (0x1AFFD, 'V'), + (0x1AFFF, 'X'), + (0x1B000, 'V'), + (0x1B123, 'X'), + (0x1B132, 'V'), + (0x1B133, 'X'), + (0x1B150, 'V'), + (0x1B153, 'X'), + (0x1B155, 'V'), + (0x1B156, 'X'), + (0x1B164, 'V'), + (0x1B168, 'X'), + (0x1B170, 'V'), + (0x1B2FC, 'X'), + (0x1BC00, 'V'), + (0x1BC6B, 'X'), + (0x1BC70, 'V'), + (0x1BC7D, 'X'), + (0x1BC80, 'V'), + (0x1BC89, 'X'), + (0x1BC90, 'V'), + (0x1BC9A, 'X'), + (0x1BC9C, 'V'), + (0x1BCA0, 'I'), + (0x1BCA4, 'X'), + (0x1CF00, 'V'), + (0x1CF2E, 'X'), + (0x1CF30, 'V'), + (0x1CF47, 'X'), + (0x1CF50, 'V'), + (0x1CFC4, 'X'), + (0x1D000, 'V'), + (0x1D0F6, 'X'), + (0x1D100, 'V'), + (0x1D127, 'X'), + (0x1D129, 'V'), + (0x1D15E, 'M', '𝅗𝅥'), + (0x1D15F, 'M', '𝅘𝅥'), + (0x1D160, 'M', '𝅘𝅥𝅮'), + (0x1D161, 'M', '𝅘𝅥𝅯'), + (0x1D162, 'M', '𝅘𝅥𝅰'), + (0x1D163, 'M', '𝅘𝅥𝅱'), + (0x1D164, 'M', '𝅘𝅥𝅲'), + (0x1D165, 'V'), + (0x1D173, 'X'), + (0x1D17B, 'V'), + (0x1D1BB, 'M', '𝆹𝅥'), + (0x1D1BC, 'M', '𝆺𝅥'), + (0x1D1BD, 'M', '𝆹𝅥𝅮'), + (0x1D1BE, 'M', '𝆺𝅥𝅮'), + (0x1D1BF, 'M', '𝆹𝅥𝅯'), + (0x1D1C0, 'M', '𝆺𝅥𝅯'), + (0x1D1C1, 'V'), + (0x1D1EB, 'X'), + (0x1D200, 'V'), + (0x1D246, 'X'), + (0x1D2C0, 'V'), + (0x1D2D4, 'X'), + (0x1D2E0, 'V'), + (0x1D2F4, 'X'), + (0x1D300, 'V'), + (0x1D357, 'X'), + (0x1D360, 'V'), + (0x1D379, 'X'), + (0x1D400, 'M', 'a'), + (0x1D401, 'M', 'b'), + (0x1D402, 'M', 'c'), + (0x1D403, 'M', 'd'), + (0x1D404, 'M', 'e'), + (0x1D405, 'M', 'f'), + (0x1D406, 'M', 'g'), + (0x1D407, 'M', 'h'), + (0x1D408, 'M', 'i'), + (0x1D409, 'M', 'j'), + (0x1D40A, 'M', 'k'), + (0x1D40B, 'M', 'l'), + (0x1D40C, 'M', 'm'), + (0x1D40D, 'M', 'n'), + (0x1D40E, 'M', 'o'), + (0x1D40F, 'M', 'p'), + (0x1D410, 'M', 'q'), + (0x1D411, 'M', 'r'), + (0x1D412, 'M', 's'), + (0x1D413, 'M', 't'), + (0x1D414, 'M', 'u'), + (0x1D415, 'M', 'v'), + (0x1D416, 'M', 'w'), + (0x1D417, 'M', 'x'), + (0x1D418, 'M', 'y'), + (0x1D419, 'M', 'z'), + (0x1D41A, 'M', 'a'), + (0x1D41B, 'M', 'b'), + (0x1D41C, 'M', 'c'), + (0x1D41D, 'M', 'd'), + (0x1D41E, 'M', 'e'), + (0x1D41F, 'M', 'f'), + (0x1D420, 'M', 'g'), + ] + +def _seg_61() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D421, 'M', 'h'), + (0x1D422, 'M', 'i'), + (0x1D423, 'M', 'j'), + (0x1D424, 'M', 'k'), + (0x1D425, 'M', 'l'), + (0x1D426, 'M', 'm'), + (0x1D427, 'M', 'n'), + (0x1D428, 'M', 'o'), + (0x1D429, 'M', 'p'), + (0x1D42A, 'M', 'q'), + (0x1D42B, 'M', 'r'), + (0x1D42C, 'M', 's'), + (0x1D42D, 'M', 't'), + (0x1D42E, 'M', 'u'), + (0x1D42F, 'M', 'v'), + (0x1D430, 'M', 'w'), + (0x1D431, 'M', 'x'), + (0x1D432, 'M', 'y'), + (0x1D433, 'M', 'z'), + (0x1D434, 'M', 'a'), + (0x1D435, 'M', 'b'), + (0x1D436, 'M', 'c'), + (0x1D437, 'M', 'd'), + (0x1D438, 'M', 'e'), + (0x1D439, 'M', 'f'), + (0x1D43A, 'M', 'g'), + (0x1D43B, 'M', 'h'), + (0x1D43C, 'M', 'i'), + (0x1D43D, 'M', 'j'), + (0x1D43E, 'M', 'k'), + (0x1D43F, 'M', 'l'), + (0x1D440, 'M', 'm'), + (0x1D441, 'M', 'n'), + (0x1D442, 'M', 'o'), + (0x1D443, 'M', 'p'), + (0x1D444, 'M', 'q'), + (0x1D445, 'M', 'r'), + (0x1D446, 'M', 's'), + (0x1D447, 'M', 't'), + (0x1D448, 'M', 'u'), + (0x1D449, 'M', 'v'), + (0x1D44A, 'M', 'w'), + (0x1D44B, 'M', 'x'), + (0x1D44C, 'M', 'y'), + (0x1D44D, 'M', 'z'), + (0x1D44E, 'M', 'a'), + (0x1D44F, 'M', 'b'), + (0x1D450, 'M', 'c'), + (0x1D451, 'M', 'd'), + (0x1D452, 'M', 'e'), + (0x1D453, 'M', 'f'), + (0x1D454, 'M', 'g'), + (0x1D455, 'X'), + (0x1D456, 'M', 'i'), + (0x1D457, 'M', 'j'), + (0x1D458, 'M', 'k'), + (0x1D459, 'M', 'l'), + (0x1D45A, 'M', 'm'), + (0x1D45B, 'M', 'n'), + (0x1D45C, 'M', 'o'), + (0x1D45D, 'M', 'p'), + (0x1D45E, 'M', 'q'), + (0x1D45F, 'M', 'r'), + (0x1D460, 'M', 's'), + (0x1D461, 'M', 't'), + (0x1D462, 'M', 'u'), + (0x1D463, 'M', 'v'), + (0x1D464, 'M', 'w'), + (0x1D465, 'M', 'x'), + (0x1D466, 'M', 'y'), + (0x1D467, 'M', 'z'), + (0x1D468, 'M', 'a'), + (0x1D469, 'M', 'b'), + (0x1D46A, 'M', 'c'), + (0x1D46B, 'M', 'd'), + (0x1D46C, 'M', 'e'), + (0x1D46D, 'M', 'f'), + (0x1D46E, 'M', 'g'), + (0x1D46F, 'M', 'h'), + (0x1D470, 'M', 'i'), + (0x1D471, 'M', 'j'), + (0x1D472, 'M', 'k'), + (0x1D473, 'M', 'l'), + (0x1D474, 'M', 'm'), + (0x1D475, 'M', 'n'), + (0x1D476, 'M', 'o'), + (0x1D477, 'M', 'p'), + (0x1D478, 'M', 'q'), + (0x1D479, 'M', 'r'), + (0x1D47A, 'M', 's'), + (0x1D47B, 'M', 't'), + (0x1D47C, 'M', 'u'), + (0x1D47D, 'M', 'v'), + (0x1D47E, 'M', 'w'), + (0x1D47F, 'M', 'x'), + (0x1D480, 'M', 'y'), + (0x1D481, 'M', 'z'), + (0x1D482, 'M', 'a'), + (0x1D483, 'M', 'b'), + (0x1D484, 'M', 'c'), + ] + +def _seg_62() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D485, 'M', 'd'), + (0x1D486, 'M', 'e'), + (0x1D487, 'M', 'f'), + (0x1D488, 'M', 'g'), + (0x1D489, 'M', 'h'), + (0x1D48A, 'M', 'i'), + (0x1D48B, 'M', 'j'), + (0x1D48C, 'M', 'k'), + (0x1D48D, 'M', 'l'), + (0x1D48E, 'M', 'm'), + (0x1D48F, 'M', 'n'), + (0x1D490, 'M', 'o'), + (0x1D491, 'M', 'p'), + (0x1D492, 'M', 'q'), + (0x1D493, 'M', 'r'), + (0x1D494, 'M', 's'), + (0x1D495, 'M', 't'), + (0x1D496, 'M', 'u'), + (0x1D497, 'M', 'v'), + (0x1D498, 'M', 'w'), + (0x1D499, 'M', 'x'), + (0x1D49A, 'M', 'y'), + (0x1D49B, 'M', 'z'), + (0x1D49C, 'M', 'a'), + (0x1D49D, 'X'), + (0x1D49E, 'M', 'c'), + (0x1D49F, 'M', 'd'), + (0x1D4A0, 'X'), + (0x1D4A2, 'M', 'g'), + (0x1D4A3, 'X'), + (0x1D4A5, 'M', 'j'), + (0x1D4A6, 'M', 'k'), + (0x1D4A7, 'X'), + (0x1D4A9, 'M', 'n'), + (0x1D4AA, 'M', 'o'), + (0x1D4AB, 'M', 'p'), + (0x1D4AC, 'M', 'q'), + (0x1D4AD, 'X'), + (0x1D4AE, 'M', 's'), + (0x1D4AF, 'M', 't'), + (0x1D4B0, 'M', 'u'), + (0x1D4B1, 'M', 'v'), + (0x1D4B2, 'M', 'w'), + (0x1D4B3, 'M', 'x'), + (0x1D4B4, 'M', 'y'), + (0x1D4B5, 'M', 'z'), + (0x1D4B6, 'M', 'a'), + (0x1D4B7, 'M', 'b'), + (0x1D4B8, 'M', 'c'), + (0x1D4B9, 'M', 'd'), + (0x1D4BA, 'X'), + (0x1D4BB, 'M', 'f'), + (0x1D4BC, 'X'), + (0x1D4BD, 'M', 'h'), + (0x1D4BE, 'M', 'i'), + (0x1D4BF, 'M', 'j'), + (0x1D4C0, 'M', 'k'), + (0x1D4C1, 'M', 'l'), + (0x1D4C2, 'M', 'm'), + (0x1D4C3, 'M', 'n'), + (0x1D4C4, 'X'), + (0x1D4C5, 'M', 'p'), + (0x1D4C6, 'M', 'q'), + (0x1D4C7, 'M', 'r'), + (0x1D4C8, 'M', 's'), + (0x1D4C9, 'M', 't'), + (0x1D4CA, 'M', 'u'), + (0x1D4CB, 'M', 'v'), + (0x1D4CC, 'M', 'w'), + (0x1D4CD, 'M', 'x'), + (0x1D4CE, 'M', 'y'), + (0x1D4CF, 'M', 'z'), + (0x1D4D0, 'M', 'a'), + (0x1D4D1, 'M', 'b'), + (0x1D4D2, 'M', 'c'), + (0x1D4D3, 'M', 'd'), + (0x1D4D4, 'M', 'e'), + (0x1D4D5, 'M', 'f'), + (0x1D4D6, 'M', 'g'), + (0x1D4D7, 'M', 'h'), + (0x1D4D8, 'M', 'i'), + (0x1D4D9, 'M', 'j'), + (0x1D4DA, 'M', 'k'), + (0x1D4DB, 'M', 'l'), + (0x1D4DC, 'M', 'm'), + (0x1D4DD, 'M', 'n'), + (0x1D4DE, 'M', 'o'), + (0x1D4DF, 'M', 'p'), + (0x1D4E0, 'M', 'q'), + (0x1D4E1, 'M', 'r'), + (0x1D4E2, 'M', 's'), + (0x1D4E3, 'M', 't'), + (0x1D4E4, 'M', 'u'), + (0x1D4E5, 'M', 'v'), + (0x1D4E6, 'M', 'w'), + (0x1D4E7, 'M', 'x'), + (0x1D4E8, 'M', 'y'), + (0x1D4E9, 'M', 'z'), + (0x1D4EA, 'M', 'a'), + (0x1D4EB, 'M', 'b'), + ] + +def _seg_63() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D4EC, 'M', 'c'), + (0x1D4ED, 'M', 'd'), + (0x1D4EE, 'M', 'e'), + (0x1D4EF, 'M', 'f'), + (0x1D4F0, 'M', 'g'), + (0x1D4F1, 'M', 'h'), + (0x1D4F2, 'M', 'i'), + (0x1D4F3, 'M', 'j'), + (0x1D4F4, 'M', 'k'), + (0x1D4F5, 'M', 'l'), + (0x1D4F6, 'M', 'm'), + (0x1D4F7, 'M', 'n'), + (0x1D4F8, 'M', 'o'), + (0x1D4F9, 'M', 'p'), + (0x1D4FA, 'M', 'q'), + (0x1D4FB, 'M', 'r'), + (0x1D4FC, 'M', 's'), + (0x1D4FD, 'M', 't'), + (0x1D4FE, 'M', 'u'), + (0x1D4FF, 'M', 'v'), + (0x1D500, 'M', 'w'), + (0x1D501, 'M', 'x'), + (0x1D502, 'M', 'y'), + (0x1D503, 'M', 'z'), + (0x1D504, 'M', 'a'), + (0x1D505, 'M', 'b'), + (0x1D506, 'X'), + (0x1D507, 'M', 'd'), + (0x1D508, 'M', 'e'), + (0x1D509, 'M', 'f'), + (0x1D50A, 'M', 'g'), + (0x1D50B, 'X'), + (0x1D50D, 'M', 'j'), + (0x1D50E, 'M', 'k'), + (0x1D50F, 'M', 'l'), + (0x1D510, 'M', 'm'), + (0x1D511, 'M', 'n'), + (0x1D512, 'M', 'o'), + (0x1D513, 'M', 'p'), + (0x1D514, 'M', 'q'), + (0x1D515, 'X'), + (0x1D516, 'M', 's'), + (0x1D517, 'M', 't'), + (0x1D518, 'M', 'u'), + (0x1D519, 'M', 'v'), + (0x1D51A, 'M', 'w'), + (0x1D51B, 'M', 'x'), + (0x1D51C, 'M', 'y'), + (0x1D51D, 'X'), + (0x1D51E, 'M', 'a'), + (0x1D51F, 'M', 'b'), + (0x1D520, 'M', 'c'), + (0x1D521, 'M', 'd'), + (0x1D522, 'M', 'e'), + (0x1D523, 'M', 'f'), + (0x1D524, 'M', 'g'), + (0x1D525, 'M', 'h'), + (0x1D526, 'M', 'i'), + (0x1D527, 'M', 'j'), + (0x1D528, 'M', 'k'), + (0x1D529, 'M', 'l'), + (0x1D52A, 'M', 'm'), + (0x1D52B, 'M', 'n'), + (0x1D52C, 'M', 'o'), + (0x1D52D, 'M', 'p'), + (0x1D52E, 'M', 'q'), + (0x1D52F, 'M', 'r'), + (0x1D530, 'M', 's'), + (0x1D531, 'M', 't'), + (0x1D532, 'M', 'u'), + (0x1D533, 'M', 'v'), + (0x1D534, 'M', 'w'), + (0x1D535, 'M', 'x'), + (0x1D536, 'M', 'y'), + (0x1D537, 'M', 'z'), + (0x1D538, 'M', 'a'), + (0x1D539, 'M', 'b'), + (0x1D53A, 'X'), + (0x1D53B, 'M', 'd'), + (0x1D53C, 'M', 'e'), + (0x1D53D, 'M', 'f'), + (0x1D53E, 'M', 'g'), + (0x1D53F, 'X'), + (0x1D540, 'M', 'i'), + (0x1D541, 'M', 'j'), + (0x1D542, 'M', 'k'), + (0x1D543, 'M', 'l'), + (0x1D544, 'M', 'm'), + (0x1D545, 'X'), + (0x1D546, 'M', 'o'), + (0x1D547, 'X'), + (0x1D54A, 'M', 's'), + (0x1D54B, 'M', 't'), + (0x1D54C, 'M', 'u'), + (0x1D54D, 'M', 'v'), + (0x1D54E, 'M', 'w'), + (0x1D54F, 'M', 'x'), + (0x1D550, 'M', 'y'), + (0x1D551, 'X'), + (0x1D552, 'M', 'a'), + ] + +def _seg_64() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D553, 'M', 'b'), + (0x1D554, 'M', 'c'), + (0x1D555, 'M', 'd'), + (0x1D556, 'M', 'e'), + (0x1D557, 'M', 'f'), + (0x1D558, 'M', 'g'), + (0x1D559, 'M', 'h'), + (0x1D55A, 'M', 'i'), + (0x1D55B, 'M', 'j'), + (0x1D55C, 'M', 'k'), + (0x1D55D, 'M', 'l'), + (0x1D55E, 'M', 'm'), + (0x1D55F, 'M', 'n'), + (0x1D560, 'M', 'o'), + (0x1D561, 'M', 'p'), + (0x1D562, 'M', 'q'), + (0x1D563, 'M', 'r'), + (0x1D564, 'M', 's'), + (0x1D565, 'M', 't'), + (0x1D566, 'M', 'u'), + (0x1D567, 'M', 'v'), + (0x1D568, 'M', 'w'), + (0x1D569, 'M', 'x'), + (0x1D56A, 'M', 'y'), + (0x1D56B, 'M', 'z'), + (0x1D56C, 'M', 'a'), + (0x1D56D, 'M', 'b'), + (0x1D56E, 'M', 'c'), + (0x1D56F, 'M', 'd'), + (0x1D570, 'M', 'e'), + (0x1D571, 'M', 'f'), + (0x1D572, 'M', 'g'), + (0x1D573, 'M', 'h'), + (0x1D574, 'M', 'i'), + (0x1D575, 'M', 'j'), + (0x1D576, 'M', 'k'), + (0x1D577, 'M', 'l'), + (0x1D578, 'M', 'm'), + (0x1D579, 'M', 'n'), + (0x1D57A, 'M', 'o'), + (0x1D57B, 'M', 'p'), + (0x1D57C, 'M', 'q'), + (0x1D57D, 'M', 'r'), + (0x1D57E, 'M', 's'), + (0x1D57F, 'M', 't'), + (0x1D580, 'M', 'u'), + (0x1D581, 'M', 'v'), + (0x1D582, 'M', 'w'), + (0x1D583, 'M', 'x'), + (0x1D584, 'M', 'y'), + (0x1D585, 'M', 'z'), + (0x1D586, 'M', 'a'), + (0x1D587, 'M', 'b'), + (0x1D588, 'M', 'c'), + (0x1D589, 'M', 'd'), + (0x1D58A, 'M', 'e'), + (0x1D58B, 'M', 'f'), + (0x1D58C, 'M', 'g'), + (0x1D58D, 'M', 'h'), + (0x1D58E, 'M', 'i'), + (0x1D58F, 'M', 'j'), + (0x1D590, 'M', 'k'), + (0x1D591, 'M', 'l'), + (0x1D592, 'M', 'm'), + (0x1D593, 'M', 'n'), + (0x1D594, 'M', 'o'), + (0x1D595, 'M', 'p'), + (0x1D596, 'M', 'q'), + (0x1D597, 'M', 'r'), + (0x1D598, 'M', 's'), + (0x1D599, 'M', 't'), + (0x1D59A, 'M', 'u'), + (0x1D59B, 'M', 'v'), + (0x1D59C, 'M', 'w'), + (0x1D59D, 'M', 'x'), + (0x1D59E, 'M', 'y'), + (0x1D59F, 'M', 'z'), + (0x1D5A0, 'M', 'a'), + (0x1D5A1, 'M', 'b'), + (0x1D5A2, 'M', 'c'), + (0x1D5A3, 'M', 'd'), + (0x1D5A4, 'M', 'e'), + (0x1D5A5, 'M', 'f'), + (0x1D5A6, 'M', 'g'), + (0x1D5A7, 'M', 'h'), + (0x1D5A8, 'M', 'i'), + (0x1D5A9, 'M', 'j'), + (0x1D5AA, 'M', 'k'), + (0x1D5AB, 'M', 'l'), + (0x1D5AC, 'M', 'm'), + (0x1D5AD, 'M', 'n'), + (0x1D5AE, 'M', 'o'), + (0x1D5AF, 'M', 'p'), + (0x1D5B0, 'M', 'q'), + (0x1D5B1, 'M', 'r'), + (0x1D5B2, 'M', 's'), + (0x1D5B3, 'M', 't'), + (0x1D5B4, 'M', 'u'), + (0x1D5B5, 'M', 'v'), + (0x1D5B6, 'M', 'w'), + ] + +def _seg_65() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D5B7, 'M', 'x'), + (0x1D5B8, 'M', 'y'), + (0x1D5B9, 'M', 'z'), + (0x1D5BA, 'M', 'a'), + (0x1D5BB, 'M', 'b'), + (0x1D5BC, 'M', 'c'), + (0x1D5BD, 'M', 'd'), + (0x1D5BE, 'M', 'e'), + (0x1D5BF, 'M', 'f'), + (0x1D5C0, 'M', 'g'), + (0x1D5C1, 'M', 'h'), + (0x1D5C2, 'M', 'i'), + (0x1D5C3, 'M', 'j'), + (0x1D5C4, 'M', 'k'), + (0x1D5C5, 'M', 'l'), + (0x1D5C6, 'M', 'm'), + (0x1D5C7, 'M', 'n'), + (0x1D5C8, 'M', 'o'), + (0x1D5C9, 'M', 'p'), + (0x1D5CA, 'M', 'q'), + (0x1D5CB, 'M', 'r'), + (0x1D5CC, 'M', 's'), + (0x1D5CD, 'M', 't'), + (0x1D5CE, 'M', 'u'), + (0x1D5CF, 'M', 'v'), + (0x1D5D0, 'M', 'w'), + (0x1D5D1, 'M', 'x'), + (0x1D5D2, 'M', 'y'), + (0x1D5D3, 'M', 'z'), + (0x1D5D4, 'M', 'a'), + (0x1D5D5, 'M', 'b'), + (0x1D5D6, 'M', 'c'), + (0x1D5D7, 'M', 'd'), + (0x1D5D8, 'M', 'e'), + (0x1D5D9, 'M', 'f'), + (0x1D5DA, 'M', 'g'), + (0x1D5DB, 'M', 'h'), + (0x1D5DC, 'M', 'i'), + (0x1D5DD, 'M', 'j'), + (0x1D5DE, 'M', 'k'), + (0x1D5DF, 'M', 'l'), + (0x1D5E0, 'M', 'm'), + (0x1D5E1, 'M', 'n'), + (0x1D5E2, 'M', 'o'), + (0x1D5E3, 'M', 'p'), + (0x1D5E4, 'M', 'q'), + (0x1D5E5, 'M', 'r'), + (0x1D5E6, 'M', 's'), + (0x1D5E7, 'M', 't'), + (0x1D5E8, 'M', 'u'), + (0x1D5E9, 'M', 'v'), + (0x1D5EA, 'M', 'w'), + (0x1D5EB, 'M', 'x'), + (0x1D5EC, 'M', 'y'), + (0x1D5ED, 'M', 'z'), + (0x1D5EE, 'M', 'a'), + (0x1D5EF, 'M', 'b'), + (0x1D5F0, 'M', 'c'), + (0x1D5F1, 'M', 'd'), + (0x1D5F2, 'M', 'e'), + (0x1D5F3, 'M', 'f'), + (0x1D5F4, 'M', 'g'), + (0x1D5F5, 'M', 'h'), + (0x1D5F6, 'M', 'i'), + (0x1D5F7, 'M', 'j'), + (0x1D5F8, 'M', 'k'), + (0x1D5F9, 'M', 'l'), + (0x1D5FA, 'M', 'm'), + (0x1D5FB, 'M', 'n'), + (0x1D5FC, 'M', 'o'), + (0x1D5FD, 'M', 'p'), + (0x1D5FE, 'M', 'q'), + (0x1D5FF, 'M', 'r'), + (0x1D600, 'M', 's'), + (0x1D601, 'M', 't'), + (0x1D602, 'M', 'u'), + (0x1D603, 'M', 'v'), + (0x1D604, 'M', 'w'), + (0x1D605, 'M', 'x'), + (0x1D606, 'M', 'y'), + (0x1D607, 'M', 'z'), + (0x1D608, 'M', 'a'), + (0x1D609, 'M', 'b'), + (0x1D60A, 'M', 'c'), + (0x1D60B, 'M', 'd'), + (0x1D60C, 'M', 'e'), + (0x1D60D, 'M', 'f'), + (0x1D60E, 'M', 'g'), + (0x1D60F, 'M', 'h'), + (0x1D610, 'M', 'i'), + (0x1D611, 'M', 'j'), + (0x1D612, 'M', 'k'), + (0x1D613, 'M', 'l'), + (0x1D614, 'M', 'm'), + (0x1D615, 'M', 'n'), + (0x1D616, 'M', 'o'), + (0x1D617, 'M', 'p'), + (0x1D618, 'M', 'q'), + (0x1D619, 'M', 'r'), + (0x1D61A, 'M', 's'), + ] + +def _seg_66() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D61B, 'M', 't'), + (0x1D61C, 'M', 'u'), + (0x1D61D, 'M', 'v'), + (0x1D61E, 'M', 'w'), + (0x1D61F, 'M', 'x'), + (0x1D620, 'M', 'y'), + (0x1D621, 'M', 'z'), + (0x1D622, 'M', 'a'), + (0x1D623, 'M', 'b'), + (0x1D624, 'M', 'c'), + (0x1D625, 'M', 'd'), + (0x1D626, 'M', 'e'), + (0x1D627, 'M', 'f'), + (0x1D628, 'M', 'g'), + (0x1D629, 'M', 'h'), + (0x1D62A, 'M', 'i'), + (0x1D62B, 'M', 'j'), + (0x1D62C, 'M', 'k'), + (0x1D62D, 'M', 'l'), + (0x1D62E, 'M', 'm'), + (0x1D62F, 'M', 'n'), + (0x1D630, 'M', 'o'), + (0x1D631, 'M', 'p'), + (0x1D632, 'M', 'q'), + (0x1D633, 'M', 'r'), + (0x1D634, 'M', 's'), + (0x1D635, 'M', 't'), + (0x1D636, 'M', 'u'), + (0x1D637, 'M', 'v'), + (0x1D638, 'M', 'w'), + (0x1D639, 'M', 'x'), + (0x1D63A, 'M', 'y'), + (0x1D63B, 'M', 'z'), + (0x1D63C, 'M', 'a'), + (0x1D63D, 'M', 'b'), + (0x1D63E, 'M', 'c'), + (0x1D63F, 'M', 'd'), + (0x1D640, 'M', 'e'), + (0x1D641, 'M', 'f'), + (0x1D642, 'M', 'g'), + (0x1D643, 'M', 'h'), + (0x1D644, 'M', 'i'), + (0x1D645, 'M', 'j'), + (0x1D646, 'M', 'k'), + (0x1D647, 'M', 'l'), + (0x1D648, 'M', 'm'), + (0x1D649, 'M', 'n'), + (0x1D64A, 'M', 'o'), + (0x1D64B, 'M', 'p'), + (0x1D64C, 'M', 'q'), + (0x1D64D, 'M', 'r'), + (0x1D64E, 'M', 's'), + (0x1D64F, 'M', 't'), + (0x1D650, 'M', 'u'), + (0x1D651, 'M', 'v'), + (0x1D652, 'M', 'w'), + (0x1D653, 'M', 'x'), + (0x1D654, 'M', 'y'), + (0x1D655, 'M', 'z'), + (0x1D656, 'M', 'a'), + (0x1D657, 'M', 'b'), + (0x1D658, 'M', 'c'), + (0x1D659, 'M', 'd'), + (0x1D65A, 'M', 'e'), + (0x1D65B, 'M', 'f'), + (0x1D65C, 'M', 'g'), + (0x1D65D, 'M', 'h'), + (0x1D65E, 'M', 'i'), + (0x1D65F, 'M', 'j'), + (0x1D660, 'M', 'k'), + (0x1D661, 'M', 'l'), + (0x1D662, 'M', 'm'), + (0x1D663, 'M', 'n'), + (0x1D664, 'M', 'o'), + (0x1D665, 'M', 'p'), + (0x1D666, 'M', 'q'), + (0x1D667, 'M', 'r'), + (0x1D668, 'M', 's'), + (0x1D669, 'M', 't'), + (0x1D66A, 'M', 'u'), + (0x1D66B, 'M', 'v'), + (0x1D66C, 'M', 'w'), + (0x1D66D, 'M', 'x'), + (0x1D66E, 'M', 'y'), + (0x1D66F, 'M', 'z'), + (0x1D670, 'M', 'a'), + (0x1D671, 'M', 'b'), + (0x1D672, 'M', 'c'), + (0x1D673, 'M', 'd'), + (0x1D674, 'M', 'e'), + (0x1D675, 'M', 'f'), + (0x1D676, 'M', 'g'), + (0x1D677, 'M', 'h'), + (0x1D678, 'M', 'i'), + (0x1D679, 'M', 'j'), + (0x1D67A, 'M', 'k'), + (0x1D67B, 'M', 'l'), + (0x1D67C, 'M', 'm'), + (0x1D67D, 'M', 'n'), + (0x1D67E, 'M', 'o'), + ] + +def _seg_67() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D67F, 'M', 'p'), + (0x1D680, 'M', 'q'), + (0x1D681, 'M', 'r'), + (0x1D682, 'M', 's'), + (0x1D683, 'M', 't'), + (0x1D684, 'M', 'u'), + (0x1D685, 'M', 'v'), + (0x1D686, 'M', 'w'), + (0x1D687, 'M', 'x'), + (0x1D688, 'M', 'y'), + (0x1D689, 'M', 'z'), + (0x1D68A, 'M', 'a'), + (0x1D68B, 'M', 'b'), + (0x1D68C, 'M', 'c'), + (0x1D68D, 'M', 'd'), + (0x1D68E, 'M', 'e'), + (0x1D68F, 'M', 'f'), + (0x1D690, 'M', 'g'), + (0x1D691, 'M', 'h'), + (0x1D692, 'M', 'i'), + (0x1D693, 'M', 'j'), + (0x1D694, 'M', 'k'), + (0x1D695, 'M', 'l'), + (0x1D696, 'M', 'm'), + (0x1D697, 'M', 'n'), + (0x1D698, 'M', 'o'), + (0x1D699, 'M', 'p'), + (0x1D69A, 'M', 'q'), + (0x1D69B, 'M', 'r'), + (0x1D69C, 'M', 's'), + (0x1D69D, 'M', 't'), + (0x1D69E, 'M', 'u'), + (0x1D69F, 'M', 'v'), + (0x1D6A0, 'M', 'w'), + (0x1D6A1, 'M', 'x'), + (0x1D6A2, 'M', 'y'), + (0x1D6A3, 'M', 'z'), + (0x1D6A4, 'M', 'ı'), + (0x1D6A5, 'M', 'ȷ'), + (0x1D6A6, 'X'), + (0x1D6A8, 'M', 'α'), + (0x1D6A9, 'M', 'β'), + (0x1D6AA, 'M', 'γ'), + (0x1D6AB, 'M', 'δ'), + (0x1D6AC, 'M', 'ε'), + (0x1D6AD, 'M', 'ζ'), + (0x1D6AE, 'M', 'η'), + (0x1D6AF, 'M', 'θ'), + (0x1D6B0, 'M', 'ι'), + (0x1D6B1, 'M', 'κ'), + (0x1D6B2, 'M', 'λ'), + (0x1D6B3, 'M', 'μ'), + (0x1D6B4, 'M', 'ν'), + (0x1D6B5, 'M', 'ξ'), + (0x1D6B6, 'M', 'ο'), + (0x1D6B7, 'M', 'π'), + (0x1D6B8, 'M', 'ρ'), + (0x1D6B9, 'M', 'θ'), + (0x1D6BA, 'M', 'σ'), + (0x1D6BB, 'M', 'τ'), + (0x1D6BC, 'M', 'υ'), + (0x1D6BD, 'M', 'φ'), + (0x1D6BE, 'M', 'χ'), + (0x1D6BF, 'M', 'ψ'), + (0x1D6C0, 'M', 'ω'), + (0x1D6C1, 'M', '∇'), + (0x1D6C2, 'M', 'α'), + (0x1D6C3, 'M', 'β'), + (0x1D6C4, 'M', 'γ'), + (0x1D6C5, 'M', 'δ'), + (0x1D6C6, 'M', 'ε'), + (0x1D6C7, 'M', 'ζ'), + (0x1D6C8, 'M', 'η'), + (0x1D6C9, 'M', 'θ'), + (0x1D6CA, 'M', 'ι'), + (0x1D6CB, 'M', 'κ'), + (0x1D6CC, 'M', 'λ'), + (0x1D6CD, 'M', 'μ'), + (0x1D6CE, 'M', 'ν'), + (0x1D6CF, 'M', 'ξ'), + (0x1D6D0, 'M', 'ο'), + (0x1D6D1, 'M', 'π'), + (0x1D6D2, 'M', 'ρ'), + (0x1D6D3, 'M', 'σ'), + (0x1D6D5, 'M', 'τ'), + (0x1D6D6, 'M', 'υ'), + (0x1D6D7, 'M', 'φ'), + (0x1D6D8, 'M', 'χ'), + (0x1D6D9, 'M', 'ψ'), + (0x1D6DA, 'M', 'ω'), + (0x1D6DB, 'M', '∂'), + (0x1D6DC, 'M', 'ε'), + (0x1D6DD, 'M', 'θ'), + (0x1D6DE, 'M', 'κ'), + (0x1D6DF, 'M', 'φ'), + (0x1D6E0, 'M', 'ρ'), + (0x1D6E1, 'M', 'π'), + (0x1D6E2, 'M', 'α'), + (0x1D6E3, 'M', 'β'), + (0x1D6E4, 'M', 'γ'), + ] + +def _seg_68() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D6E5, 'M', 'δ'), + (0x1D6E6, 'M', 'ε'), + (0x1D6E7, 'M', 'ζ'), + (0x1D6E8, 'M', 'η'), + (0x1D6E9, 'M', 'θ'), + (0x1D6EA, 'M', 'ι'), + (0x1D6EB, 'M', 'κ'), + (0x1D6EC, 'M', 'λ'), + (0x1D6ED, 'M', 'μ'), + (0x1D6EE, 'M', 'ν'), + (0x1D6EF, 'M', 'ξ'), + (0x1D6F0, 'M', 'ο'), + (0x1D6F1, 'M', 'π'), + (0x1D6F2, 'M', 'ρ'), + (0x1D6F3, 'M', 'θ'), + (0x1D6F4, 'M', 'σ'), + (0x1D6F5, 'M', 'τ'), + (0x1D6F6, 'M', 'υ'), + (0x1D6F7, 'M', 'φ'), + (0x1D6F8, 'M', 'χ'), + (0x1D6F9, 'M', 'ψ'), + (0x1D6FA, 'M', 'ω'), + (0x1D6FB, 'M', '∇'), + (0x1D6FC, 'M', 'α'), + (0x1D6FD, 'M', 'β'), + (0x1D6FE, 'M', 'γ'), + (0x1D6FF, 'M', 'δ'), + (0x1D700, 'M', 'ε'), + (0x1D701, 'M', 'ζ'), + (0x1D702, 'M', 'η'), + (0x1D703, 'M', 'θ'), + (0x1D704, 'M', 'ι'), + (0x1D705, 'M', 'κ'), + (0x1D706, 'M', 'λ'), + (0x1D707, 'M', 'μ'), + (0x1D708, 'M', 'ν'), + (0x1D709, 'M', 'ξ'), + (0x1D70A, 'M', 'ο'), + (0x1D70B, 'M', 'π'), + (0x1D70C, 'M', 'ρ'), + (0x1D70D, 'M', 'σ'), + (0x1D70F, 'M', 'τ'), + (0x1D710, 'M', 'υ'), + (0x1D711, 'M', 'φ'), + (0x1D712, 'M', 'χ'), + (0x1D713, 'M', 'ψ'), + (0x1D714, 'M', 'ω'), + (0x1D715, 'M', '∂'), + (0x1D716, 'M', 'ε'), + (0x1D717, 'M', 'θ'), + (0x1D718, 'M', 'κ'), + (0x1D719, 'M', 'φ'), + (0x1D71A, 'M', 'ρ'), + (0x1D71B, 'M', 'π'), + (0x1D71C, 'M', 'α'), + (0x1D71D, 'M', 'β'), + (0x1D71E, 'M', 'γ'), + (0x1D71F, 'M', 'δ'), + (0x1D720, 'M', 'ε'), + (0x1D721, 'M', 'ζ'), + (0x1D722, 'M', 'η'), + (0x1D723, 'M', 'θ'), + (0x1D724, 'M', 'ι'), + (0x1D725, 'M', 'κ'), + (0x1D726, 'M', 'λ'), + (0x1D727, 'M', 'μ'), + (0x1D728, 'M', 'ν'), + (0x1D729, 'M', 'ξ'), + (0x1D72A, 'M', 'ο'), + (0x1D72B, 'M', 'π'), + (0x1D72C, 'M', 'ρ'), + (0x1D72D, 'M', 'θ'), + (0x1D72E, 'M', 'σ'), + (0x1D72F, 'M', 'τ'), + (0x1D730, 'M', 'υ'), + (0x1D731, 'M', 'φ'), + (0x1D732, 'M', 'χ'), + (0x1D733, 'M', 'ψ'), + (0x1D734, 'M', 'ω'), + (0x1D735, 'M', '∇'), + (0x1D736, 'M', 'α'), + (0x1D737, 'M', 'β'), + (0x1D738, 'M', 'γ'), + (0x1D739, 'M', 'δ'), + (0x1D73A, 'M', 'ε'), + (0x1D73B, 'M', 'ζ'), + (0x1D73C, 'M', 'η'), + (0x1D73D, 'M', 'θ'), + (0x1D73E, 'M', 'ι'), + (0x1D73F, 'M', 'κ'), + (0x1D740, 'M', 'λ'), + (0x1D741, 'M', 'μ'), + (0x1D742, 'M', 'ν'), + (0x1D743, 'M', 'ξ'), + (0x1D744, 'M', 'ο'), + (0x1D745, 'M', 'π'), + (0x1D746, 'M', 'ρ'), + (0x1D747, 'M', 'σ'), + (0x1D749, 'M', 'τ'), + (0x1D74A, 'M', 'υ'), + ] + +def _seg_69() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D74B, 'M', 'φ'), + (0x1D74C, 'M', 'χ'), + (0x1D74D, 'M', 'ψ'), + (0x1D74E, 'M', 'ω'), + (0x1D74F, 'M', '∂'), + (0x1D750, 'M', 'ε'), + (0x1D751, 'M', 'θ'), + (0x1D752, 'M', 'κ'), + (0x1D753, 'M', 'φ'), + (0x1D754, 'M', 'ρ'), + (0x1D755, 'M', 'π'), + (0x1D756, 'M', 'α'), + (0x1D757, 'M', 'β'), + (0x1D758, 'M', 'γ'), + (0x1D759, 'M', 'δ'), + (0x1D75A, 'M', 'ε'), + (0x1D75B, 'M', 'ζ'), + (0x1D75C, 'M', 'η'), + (0x1D75D, 'M', 'θ'), + (0x1D75E, 'M', 'ι'), + (0x1D75F, 'M', 'κ'), + (0x1D760, 'M', 'λ'), + (0x1D761, 'M', 'μ'), + (0x1D762, 'M', 'ν'), + (0x1D763, 'M', 'ξ'), + (0x1D764, 'M', 'ο'), + (0x1D765, 'M', 'π'), + (0x1D766, 'M', 'ρ'), + (0x1D767, 'M', 'θ'), + (0x1D768, 'M', 'σ'), + (0x1D769, 'M', 'τ'), + (0x1D76A, 'M', 'υ'), + (0x1D76B, 'M', 'φ'), + (0x1D76C, 'M', 'χ'), + (0x1D76D, 'M', 'ψ'), + (0x1D76E, 'M', 'ω'), + (0x1D76F, 'M', '∇'), + (0x1D770, 'M', 'α'), + (0x1D771, 'M', 'β'), + (0x1D772, 'M', 'γ'), + (0x1D773, 'M', 'δ'), + (0x1D774, 'M', 'ε'), + (0x1D775, 'M', 'ζ'), + (0x1D776, 'M', 'η'), + (0x1D777, 'M', 'θ'), + (0x1D778, 'M', 'ι'), + (0x1D779, 'M', 'κ'), + (0x1D77A, 'M', 'λ'), + (0x1D77B, 'M', 'μ'), + (0x1D77C, 'M', 'ν'), + (0x1D77D, 'M', 'ξ'), + (0x1D77E, 'M', 'ο'), + (0x1D77F, 'M', 'π'), + (0x1D780, 'M', 'ρ'), + (0x1D781, 'M', 'σ'), + (0x1D783, 'M', 'τ'), + (0x1D784, 'M', 'υ'), + (0x1D785, 'M', 'φ'), + (0x1D786, 'M', 'χ'), + (0x1D787, 'M', 'ψ'), + (0x1D788, 'M', 'ω'), + (0x1D789, 'M', '∂'), + (0x1D78A, 'M', 'ε'), + (0x1D78B, 'M', 'θ'), + (0x1D78C, 'M', 'κ'), + (0x1D78D, 'M', 'φ'), + (0x1D78E, 'M', 'ρ'), + (0x1D78F, 'M', 'π'), + (0x1D790, 'M', 'α'), + (0x1D791, 'M', 'β'), + (0x1D792, 'M', 'γ'), + (0x1D793, 'M', 'δ'), + (0x1D794, 'M', 'ε'), + (0x1D795, 'M', 'ζ'), + (0x1D796, 'M', 'η'), + (0x1D797, 'M', 'θ'), + (0x1D798, 'M', 'ι'), + (0x1D799, 'M', 'κ'), + (0x1D79A, 'M', 'λ'), + (0x1D79B, 'M', 'μ'), + (0x1D79C, 'M', 'ν'), + (0x1D79D, 'M', 'ξ'), + (0x1D79E, 'M', 'ο'), + (0x1D79F, 'M', 'π'), + (0x1D7A0, 'M', 'ρ'), + (0x1D7A1, 'M', 'θ'), + (0x1D7A2, 'M', 'σ'), + (0x1D7A3, 'M', 'τ'), + (0x1D7A4, 'M', 'υ'), + (0x1D7A5, 'M', 'φ'), + (0x1D7A6, 'M', 'χ'), + (0x1D7A7, 'M', 'ψ'), + (0x1D7A8, 'M', 'ω'), + (0x1D7A9, 'M', '∇'), + (0x1D7AA, 'M', 'α'), + (0x1D7AB, 'M', 'β'), + (0x1D7AC, 'M', 'γ'), + (0x1D7AD, 'M', 'δ'), + (0x1D7AE, 'M', 'ε'), + (0x1D7AF, 'M', 'ζ'), + ] + +def _seg_70() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D7B0, 'M', 'η'), + (0x1D7B1, 'M', 'θ'), + (0x1D7B2, 'M', 'ι'), + (0x1D7B3, 'M', 'κ'), + (0x1D7B4, 'M', 'λ'), + (0x1D7B5, 'M', 'μ'), + (0x1D7B6, 'M', 'ν'), + (0x1D7B7, 'M', 'ξ'), + (0x1D7B8, 'M', 'ο'), + (0x1D7B9, 'M', 'π'), + (0x1D7BA, 'M', 'ρ'), + (0x1D7BB, 'M', 'σ'), + (0x1D7BD, 'M', 'τ'), + (0x1D7BE, 'M', 'υ'), + (0x1D7BF, 'M', 'φ'), + (0x1D7C0, 'M', 'χ'), + (0x1D7C1, 'M', 'ψ'), + (0x1D7C2, 'M', 'ω'), + (0x1D7C3, 'M', '∂'), + (0x1D7C4, 'M', 'ε'), + (0x1D7C5, 'M', 'θ'), + (0x1D7C6, 'M', 'κ'), + (0x1D7C7, 'M', 'φ'), + (0x1D7C8, 'M', 'ρ'), + (0x1D7C9, 'M', 'π'), + (0x1D7CA, 'M', 'ϝ'), + (0x1D7CC, 'X'), + (0x1D7CE, 'M', '0'), + (0x1D7CF, 'M', '1'), + (0x1D7D0, 'M', '2'), + (0x1D7D1, 'M', '3'), + (0x1D7D2, 'M', '4'), + (0x1D7D3, 'M', '5'), + (0x1D7D4, 'M', '6'), + (0x1D7D5, 'M', '7'), + (0x1D7D6, 'M', '8'), + (0x1D7D7, 'M', '9'), + (0x1D7D8, 'M', '0'), + (0x1D7D9, 'M', '1'), + (0x1D7DA, 'M', '2'), + (0x1D7DB, 'M', '3'), + (0x1D7DC, 'M', '4'), + (0x1D7DD, 'M', '5'), + (0x1D7DE, 'M', '6'), + (0x1D7DF, 'M', '7'), + (0x1D7E0, 'M', '8'), + (0x1D7E1, 'M', '9'), + (0x1D7E2, 'M', '0'), + (0x1D7E3, 'M', '1'), + (0x1D7E4, 'M', '2'), + (0x1D7E5, 'M', '3'), + (0x1D7E6, 'M', '4'), + (0x1D7E7, 'M', '5'), + (0x1D7E8, 'M', '6'), + (0x1D7E9, 'M', '7'), + (0x1D7EA, 'M', '8'), + (0x1D7EB, 'M', '9'), + (0x1D7EC, 'M', '0'), + (0x1D7ED, 'M', '1'), + (0x1D7EE, 'M', '2'), + (0x1D7EF, 'M', '3'), + (0x1D7F0, 'M', '4'), + (0x1D7F1, 'M', '5'), + (0x1D7F2, 'M', '6'), + (0x1D7F3, 'M', '7'), + (0x1D7F4, 'M', '8'), + (0x1D7F5, 'M', '9'), + (0x1D7F6, 'M', '0'), + (0x1D7F7, 'M', '1'), + (0x1D7F8, 'M', '2'), + (0x1D7F9, 'M', '3'), + (0x1D7FA, 'M', '4'), + (0x1D7FB, 'M', '5'), + (0x1D7FC, 'M', '6'), + (0x1D7FD, 'M', '7'), + (0x1D7FE, 'M', '8'), + (0x1D7FF, 'M', '9'), + (0x1D800, 'V'), + (0x1DA8C, 'X'), + (0x1DA9B, 'V'), + (0x1DAA0, 'X'), + (0x1DAA1, 'V'), + (0x1DAB0, 'X'), + (0x1DF00, 'V'), + (0x1DF1F, 'X'), + (0x1DF25, 'V'), + (0x1DF2B, 'X'), + (0x1E000, 'V'), + (0x1E007, 'X'), + (0x1E008, 'V'), + (0x1E019, 'X'), + (0x1E01B, 'V'), + (0x1E022, 'X'), + (0x1E023, 'V'), + (0x1E025, 'X'), + (0x1E026, 'V'), + (0x1E02B, 'X'), + (0x1E030, 'M', 'а'), + (0x1E031, 'M', 'б'), + (0x1E032, 'M', 'в'), + ] + +def _seg_71() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E033, 'M', 'г'), + (0x1E034, 'M', 'д'), + (0x1E035, 'M', 'е'), + (0x1E036, 'M', 'ж'), + (0x1E037, 'M', 'з'), + (0x1E038, 'M', 'и'), + (0x1E039, 'M', 'к'), + (0x1E03A, 'M', 'л'), + (0x1E03B, 'M', 'м'), + (0x1E03C, 'M', 'о'), + (0x1E03D, 'M', 'п'), + (0x1E03E, 'M', 'р'), + (0x1E03F, 'M', 'с'), + (0x1E040, 'M', 'т'), + (0x1E041, 'M', 'у'), + (0x1E042, 'M', 'ф'), + (0x1E043, 'M', 'х'), + (0x1E044, 'M', 'ц'), + (0x1E045, 'M', 'ч'), + (0x1E046, 'M', 'ш'), + (0x1E047, 'M', 'ы'), + (0x1E048, 'M', 'э'), + (0x1E049, 'M', 'ю'), + (0x1E04A, 'M', 'ꚉ'), + (0x1E04B, 'M', 'ә'), + (0x1E04C, 'M', 'і'), + (0x1E04D, 'M', 'ј'), + (0x1E04E, 'M', 'ө'), + (0x1E04F, 'M', 'ү'), + (0x1E050, 'M', 'ӏ'), + (0x1E051, 'M', 'а'), + (0x1E052, 'M', 'б'), + (0x1E053, 'M', 'в'), + (0x1E054, 'M', 'г'), + (0x1E055, 'M', 'д'), + (0x1E056, 'M', 'е'), + (0x1E057, 'M', 'ж'), + (0x1E058, 'M', 'з'), + (0x1E059, 'M', 'и'), + (0x1E05A, 'M', 'к'), + (0x1E05B, 'M', 'л'), + (0x1E05C, 'M', 'о'), + (0x1E05D, 'M', 'п'), + (0x1E05E, 'M', 'с'), + (0x1E05F, 'M', 'у'), + (0x1E060, 'M', 'ф'), + (0x1E061, 'M', 'х'), + (0x1E062, 'M', 'ц'), + (0x1E063, 'M', 'ч'), + (0x1E064, 'M', 'ш'), + (0x1E065, 'M', 'ъ'), + (0x1E066, 'M', 'ы'), + (0x1E067, 'M', 'ґ'), + (0x1E068, 'M', 'і'), + (0x1E069, 'M', 'ѕ'), + (0x1E06A, 'M', 'џ'), + (0x1E06B, 'M', 'ҫ'), + (0x1E06C, 'M', 'ꙑ'), + (0x1E06D, 'M', 'ұ'), + (0x1E06E, 'X'), + (0x1E08F, 'V'), + (0x1E090, 'X'), + (0x1E100, 'V'), + (0x1E12D, 'X'), + (0x1E130, 'V'), + (0x1E13E, 'X'), + (0x1E140, 'V'), + (0x1E14A, 'X'), + (0x1E14E, 'V'), + (0x1E150, 'X'), + (0x1E290, 'V'), + (0x1E2AF, 'X'), + (0x1E2C0, 'V'), + (0x1E2FA, 'X'), + (0x1E2FF, 'V'), + (0x1E300, 'X'), + (0x1E4D0, 'V'), + (0x1E4FA, 'X'), + (0x1E7E0, 'V'), + (0x1E7E7, 'X'), + (0x1E7E8, 'V'), + (0x1E7EC, 'X'), + (0x1E7ED, 'V'), + (0x1E7EF, 'X'), + (0x1E7F0, 'V'), + (0x1E7FF, 'X'), + (0x1E800, 'V'), + (0x1E8C5, 'X'), + (0x1E8C7, 'V'), + (0x1E8D7, 'X'), + (0x1E900, 'M', '𞤢'), + (0x1E901, 'M', '𞤣'), + (0x1E902, 'M', '𞤤'), + (0x1E903, 'M', '𞤥'), + (0x1E904, 'M', '𞤦'), + (0x1E905, 'M', '𞤧'), + (0x1E906, 'M', '𞤨'), + (0x1E907, 'M', '𞤩'), + (0x1E908, 'M', '𞤪'), + (0x1E909, 'M', '𞤫'), + ] + +def _seg_72() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E90A, 'M', '𞤬'), + (0x1E90B, 'M', '𞤭'), + (0x1E90C, 'M', '𞤮'), + (0x1E90D, 'M', '𞤯'), + (0x1E90E, 'M', '𞤰'), + (0x1E90F, 'M', '𞤱'), + (0x1E910, 'M', '𞤲'), + (0x1E911, 'M', '𞤳'), + (0x1E912, 'M', '𞤴'), + (0x1E913, 'M', '𞤵'), + (0x1E914, 'M', '𞤶'), + (0x1E915, 'M', '𞤷'), + (0x1E916, 'M', '𞤸'), + (0x1E917, 'M', '𞤹'), + (0x1E918, 'M', '𞤺'), + (0x1E919, 'M', '𞤻'), + (0x1E91A, 'M', '𞤼'), + (0x1E91B, 'M', '𞤽'), + (0x1E91C, 'M', '𞤾'), + (0x1E91D, 'M', '𞤿'), + (0x1E91E, 'M', '𞥀'), + (0x1E91F, 'M', '𞥁'), + (0x1E920, 'M', '𞥂'), + (0x1E921, 'M', '𞥃'), + (0x1E922, 'V'), + (0x1E94C, 'X'), + (0x1E950, 'V'), + (0x1E95A, 'X'), + (0x1E95E, 'V'), + (0x1E960, 'X'), + (0x1EC71, 'V'), + (0x1ECB5, 'X'), + (0x1ED01, 'V'), + (0x1ED3E, 'X'), + (0x1EE00, 'M', 'ا'), + (0x1EE01, 'M', 'ب'), + (0x1EE02, 'M', 'ج'), + (0x1EE03, 'M', 'د'), + (0x1EE04, 'X'), + (0x1EE05, 'M', 'و'), + (0x1EE06, 'M', 'ز'), + (0x1EE07, 'M', 'ح'), + (0x1EE08, 'M', 'ط'), + (0x1EE09, 'M', 'ي'), + (0x1EE0A, 'M', 'ك'), + (0x1EE0B, 'M', 'ل'), + (0x1EE0C, 'M', 'م'), + (0x1EE0D, 'M', 'ن'), + (0x1EE0E, 'M', 'س'), + (0x1EE0F, 'M', 'ع'), + (0x1EE10, 'M', 'ف'), + (0x1EE11, 'M', 'ص'), + (0x1EE12, 'M', 'ق'), + (0x1EE13, 'M', 'ر'), + (0x1EE14, 'M', 'ش'), + (0x1EE15, 'M', 'ت'), + (0x1EE16, 'M', 'ث'), + (0x1EE17, 'M', 'خ'), + (0x1EE18, 'M', 'ذ'), + (0x1EE19, 'M', 'ض'), + (0x1EE1A, 'M', 'ظ'), + (0x1EE1B, 'M', 'غ'), + (0x1EE1C, 'M', 'ٮ'), + (0x1EE1D, 'M', 'ں'), + (0x1EE1E, 'M', 'ڡ'), + (0x1EE1F, 'M', 'ٯ'), + (0x1EE20, 'X'), + (0x1EE21, 'M', 'ب'), + (0x1EE22, 'M', 'ج'), + (0x1EE23, 'X'), + (0x1EE24, 'M', 'ه'), + (0x1EE25, 'X'), + (0x1EE27, 'M', 'ح'), + (0x1EE28, 'X'), + (0x1EE29, 'M', 'ي'), + (0x1EE2A, 'M', 'ك'), + (0x1EE2B, 'M', 'ل'), + (0x1EE2C, 'M', 'م'), + (0x1EE2D, 'M', 'ن'), + (0x1EE2E, 'M', 'س'), + (0x1EE2F, 'M', 'ع'), + (0x1EE30, 'M', 'ف'), + (0x1EE31, 'M', 'ص'), + (0x1EE32, 'M', 'ق'), + (0x1EE33, 'X'), + (0x1EE34, 'M', 'ش'), + (0x1EE35, 'M', 'ت'), + (0x1EE36, 'M', 'ث'), + (0x1EE37, 'M', 'خ'), + (0x1EE38, 'X'), + (0x1EE39, 'M', 'ض'), + (0x1EE3A, 'X'), + (0x1EE3B, 'M', 'غ'), + (0x1EE3C, 'X'), + (0x1EE42, 'M', 'ج'), + (0x1EE43, 'X'), + (0x1EE47, 'M', 'ح'), + (0x1EE48, 'X'), + (0x1EE49, 'M', 'ي'), + (0x1EE4A, 'X'), + ] + +def _seg_73() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EE4B, 'M', 'ل'), + (0x1EE4C, 'X'), + (0x1EE4D, 'M', 'ن'), + (0x1EE4E, 'M', 'س'), + (0x1EE4F, 'M', 'ع'), + (0x1EE50, 'X'), + (0x1EE51, 'M', 'ص'), + (0x1EE52, 'M', 'ق'), + (0x1EE53, 'X'), + (0x1EE54, 'M', 'ش'), + (0x1EE55, 'X'), + (0x1EE57, 'M', 'خ'), + (0x1EE58, 'X'), + (0x1EE59, 'M', 'ض'), + (0x1EE5A, 'X'), + (0x1EE5B, 'M', 'غ'), + (0x1EE5C, 'X'), + (0x1EE5D, 'M', 'ں'), + (0x1EE5E, 'X'), + (0x1EE5F, 'M', 'ٯ'), + (0x1EE60, 'X'), + (0x1EE61, 'M', 'ب'), + (0x1EE62, 'M', 'ج'), + (0x1EE63, 'X'), + (0x1EE64, 'M', 'ه'), + (0x1EE65, 'X'), + (0x1EE67, 'M', 'ح'), + (0x1EE68, 'M', 'ط'), + (0x1EE69, 'M', 'ي'), + (0x1EE6A, 'M', 'ك'), + (0x1EE6B, 'X'), + (0x1EE6C, 'M', 'م'), + (0x1EE6D, 'M', 'ن'), + (0x1EE6E, 'M', 'س'), + (0x1EE6F, 'M', 'ع'), + (0x1EE70, 'M', 'ف'), + (0x1EE71, 'M', 'ص'), + (0x1EE72, 'M', 'ق'), + (0x1EE73, 'X'), + (0x1EE74, 'M', 'ش'), + (0x1EE75, 'M', 'ت'), + (0x1EE76, 'M', 'ث'), + (0x1EE77, 'M', 'خ'), + (0x1EE78, 'X'), + (0x1EE79, 'M', 'ض'), + (0x1EE7A, 'M', 'ظ'), + (0x1EE7B, 'M', 'غ'), + (0x1EE7C, 'M', 'ٮ'), + (0x1EE7D, 'X'), + (0x1EE7E, 'M', 'ڡ'), + (0x1EE7F, 'X'), + (0x1EE80, 'M', 'ا'), + (0x1EE81, 'M', 'ب'), + (0x1EE82, 'M', 'ج'), + (0x1EE83, 'M', 'د'), + (0x1EE84, 'M', 'ه'), + (0x1EE85, 'M', 'و'), + (0x1EE86, 'M', 'ز'), + (0x1EE87, 'M', 'ح'), + (0x1EE88, 'M', 'ط'), + (0x1EE89, 'M', 'ي'), + (0x1EE8A, 'X'), + (0x1EE8B, 'M', 'ل'), + (0x1EE8C, 'M', 'م'), + (0x1EE8D, 'M', 'ن'), + (0x1EE8E, 'M', 'س'), + (0x1EE8F, 'M', 'ع'), + (0x1EE90, 'M', 'ف'), + (0x1EE91, 'M', 'ص'), + (0x1EE92, 'M', 'ق'), + (0x1EE93, 'M', 'ر'), + (0x1EE94, 'M', 'ش'), + (0x1EE95, 'M', 'ت'), + (0x1EE96, 'M', 'ث'), + (0x1EE97, 'M', 'خ'), + (0x1EE98, 'M', 'ذ'), + (0x1EE99, 'M', 'ض'), + (0x1EE9A, 'M', 'ظ'), + (0x1EE9B, 'M', 'غ'), + (0x1EE9C, 'X'), + (0x1EEA1, 'M', 'ب'), + (0x1EEA2, 'M', 'ج'), + (0x1EEA3, 'M', 'د'), + (0x1EEA4, 'X'), + (0x1EEA5, 'M', 'و'), + (0x1EEA6, 'M', 'ز'), + (0x1EEA7, 'M', 'ح'), + (0x1EEA8, 'M', 'ط'), + (0x1EEA9, 'M', 'ي'), + (0x1EEAA, 'X'), + (0x1EEAB, 'M', 'ل'), + (0x1EEAC, 'M', 'م'), + (0x1EEAD, 'M', 'ن'), + (0x1EEAE, 'M', 'س'), + (0x1EEAF, 'M', 'ع'), + (0x1EEB0, 'M', 'ف'), + (0x1EEB1, 'M', 'ص'), + (0x1EEB2, 'M', 'ق'), + (0x1EEB3, 'M', 'ر'), + (0x1EEB4, 'M', 'ش'), + ] + +def _seg_74() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EEB5, 'M', 'ت'), + (0x1EEB6, 'M', 'ث'), + (0x1EEB7, 'M', 'خ'), + (0x1EEB8, 'M', 'ذ'), + (0x1EEB9, 'M', 'ض'), + (0x1EEBA, 'M', 'ظ'), + (0x1EEBB, 'M', 'غ'), + (0x1EEBC, 'X'), + (0x1EEF0, 'V'), + (0x1EEF2, 'X'), + (0x1F000, 'V'), + (0x1F02C, 'X'), + (0x1F030, 'V'), + (0x1F094, 'X'), + (0x1F0A0, 'V'), + (0x1F0AF, 'X'), + (0x1F0B1, 'V'), + (0x1F0C0, 'X'), + (0x1F0C1, 'V'), + (0x1F0D0, 'X'), + (0x1F0D1, 'V'), + (0x1F0F6, 'X'), + (0x1F101, '3', '0,'), + (0x1F102, '3', '1,'), + (0x1F103, '3', '2,'), + (0x1F104, '3', '3,'), + (0x1F105, '3', '4,'), + (0x1F106, '3', '5,'), + (0x1F107, '3', '6,'), + (0x1F108, '3', '7,'), + (0x1F109, '3', '8,'), + (0x1F10A, '3', '9,'), + (0x1F10B, 'V'), + (0x1F110, '3', '(a)'), + (0x1F111, '3', '(b)'), + (0x1F112, '3', '(c)'), + (0x1F113, '3', '(d)'), + (0x1F114, '3', '(e)'), + (0x1F115, '3', '(f)'), + (0x1F116, '3', '(g)'), + (0x1F117, '3', '(h)'), + (0x1F118, '3', '(i)'), + (0x1F119, '3', '(j)'), + (0x1F11A, '3', '(k)'), + (0x1F11B, '3', '(l)'), + (0x1F11C, '3', '(m)'), + (0x1F11D, '3', '(n)'), + (0x1F11E, '3', '(o)'), + (0x1F11F, '3', '(p)'), + (0x1F120, '3', '(q)'), + (0x1F121, '3', '(r)'), + (0x1F122, '3', '(s)'), + (0x1F123, '3', '(t)'), + (0x1F124, '3', '(u)'), + (0x1F125, '3', '(v)'), + (0x1F126, '3', '(w)'), + (0x1F127, '3', '(x)'), + (0x1F128, '3', '(y)'), + (0x1F129, '3', '(z)'), + (0x1F12A, 'M', '〔s〕'), + (0x1F12B, 'M', 'c'), + (0x1F12C, 'M', 'r'), + (0x1F12D, 'M', 'cd'), + (0x1F12E, 'M', 'wz'), + (0x1F12F, 'V'), + (0x1F130, 'M', 'a'), + (0x1F131, 'M', 'b'), + (0x1F132, 'M', 'c'), + (0x1F133, 'M', 'd'), + (0x1F134, 'M', 'e'), + (0x1F135, 'M', 'f'), + (0x1F136, 'M', 'g'), + (0x1F137, 'M', 'h'), + (0x1F138, 'M', 'i'), + (0x1F139, 'M', 'j'), + (0x1F13A, 'M', 'k'), + (0x1F13B, 'M', 'l'), + (0x1F13C, 'M', 'm'), + (0x1F13D, 'M', 'n'), + (0x1F13E, 'M', 'o'), + (0x1F13F, 'M', 'p'), + (0x1F140, 'M', 'q'), + (0x1F141, 'M', 'r'), + (0x1F142, 'M', 's'), + (0x1F143, 'M', 't'), + (0x1F144, 'M', 'u'), + (0x1F145, 'M', 'v'), + (0x1F146, 'M', 'w'), + (0x1F147, 'M', 'x'), + (0x1F148, 'M', 'y'), + (0x1F149, 'M', 'z'), + (0x1F14A, 'M', 'hv'), + (0x1F14B, 'M', 'mv'), + (0x1F14C, 'M', 'sd'), + (0x1F14D, 'M', 'ss'), + (0x1F14E, 'M', 'ppv'), + (0x1F14F, 'M', 'wc'), + (0x1F150, 'V'), + (0x1F16A, 'M', 'mc'), + (0x1F16B, 'M', 'md'), + ] + +def _seg_75() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F16C, 'M', 'mr'), + (0x1F16D, 'V'), + (0x1F190, 'M', 'dj'), + (0x1F191, 'V'), + (0x1F1AE, 'X'), + (0x1F1E6, 'V'), + (0x1F200, 'M', 'ほか'), + (0x1F201, 'M', 'ココ'), + (0x1F202, 'M', 'サ'), + (0x1F203, 'X'), + (0x1F210, 'M', '手'), + (0x1F211, 'M', '字'), + (0x1F212, 'M', '双'), + (0x1F213, 'M', 'デ'), + (0x1F214, 'M', '二'), + (0x1F215, 'M', '多'), + (0x1F216, 'M', '解'), + (0x1F217, 'M', '天'), + (0x1F218, 'M', '交'), + (0x1F219, 'M', '映'), + (0x1F21A, 'M', '無'), + (0x1F21B, 'M', '料'), + (0x1F21C, 'M', '前'), + (0x1F21D, 'M', '後'), + (0x1F21E, 'M', '再'), + (0x1F21F, 'M', '新'), + (0x1F220, 'M', '初'), + (0x1F221, 'M', '終'), + (0x1F222, 'M', '生'), + (0x1F223, 'M', '販'), + (0x1F224, 'M', '声'), + (0x1F225, 'M', '吹'), + (0x1F226, 'M', '演'), + (0x1F227, 'M', '投'), + (0x1F228, 'M', '捕'), + (0x1F229, 'M', '一'), + (0x1F22A, 'M', '三'), + (0x1F22B, 'M', '遊'), + (0x1F22C, 'M', '左'), + (0x1F22D, 'M', '中'), + (0x1F22E, 'M', '右'), + (0x1F22F, 'M', '指'), + (0x1F230, 'M', '走'), + (0x1F231, 'M', '打'), + (0x1F232, 'M', '禁'), + (0x1F233, 'M', '空'), + (0x1F234, 'M', '合'), + (0x1F235, 'M', '満'), + (0x1F236, 'M', '有'), + (0x1F237, 'M', '月'), + (0x1F238, 'M', '申'), + (0x1F239, 'M', '割'), + (0x1F23A, 'M', '営'), + (0x1F23B, 'M', '配'), + (0x1F23C, 'X'), + (0x1F240, 'M', '〔本〕'), + (0x1F241, 'M', '〔三〕'), + (0x1F242, 'M', '〔二〕'), + (0x1F243, 'M', '〔安〕'), + (0x1F244, 'M', '〔点〕'), + (0x1F245, 'M', '〔打〕'), + (0x1F246, 'M', '〔盗〕'), + (0x1F247, 'M', '〔勝〕'), + (0x1F248, 'M', '〔敗〕'), + (0x1F249, 'X'), + (0x1F250, 'M', '得'), + (0x1F251, 'M', '可'), + (0x1F252, 'X'), + (0x1F260, 'V'), + (0x1F266, 'X'), + (0x1F300, 'V'), + (0x1F6D8, 'X'), + (0x1F6DC, 'V'), + (0x1F6ED, 'X'), + (0x1F6F0, 'V'), + (0x1F6FD, 'X'), + (0x1F700, 'V'), + (0x1F777, 'X'), + (0x1F77B, 'V'), + (0x1F7DA, 'X'), + (0x1F7E0, 'V'), + (0x1F7EC, 'X'), + (0x1F7F0, 'V'), + (0x1F7F1, 'X'), + (0x1F800, 'V'), + (0x1F80C, 'X'), + (0x1F810, 'V'), + (0x1F848, 'X'), + (0x1F850, 'V'), + (0x1F85A, 'X'), + (0x1F860, 'V'), + (0x1F888, 'X'), + (0x1F890, 'V'), + (0x1F8AE, 'X'), + (0x1F8B0, 'V'), + (0x1F8B2, 'X'), + (0x1F900, 'V'), + (0x1FA54, 'X'), + (0x1FA60, 'V'), + (0x1FA6E, 'X'), + ] + +def _seg_76() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FA70, 'V'), + (0x1FA7D, 'X'), + (0x1FA80, 'V'), + (0x1FA89, 'X'), + (0x1FA90, 'V'), + (0x1FABE, 'X'), + (0x1FABF, 'V'), + (0x1FAC6, 'X'), + (0x1FACE, 'V'), + (0x1FADC, 'X'), + (0x1FAE0, 'V'), + (0x1FAE9, 'X'), + (0x1FAF0, 'V'), + (0x1FAF9, 'X'), + (0x1FB00, 'V'), + (0x1FB93, 'X'), + (0x1FB94, 'V'), + (0x1FBCB, 'X'), + (0x1FBF0, 'M', '0'), + (0x1FBF1, 'M', '1'), + (0x1FBF2, 'M', '2'), + (0x1FBF3, 'M', '3'), + (0x1FBF4, 'M', '4'), + (0x1FBF5, 'M', '5'), + (0x1FBF6, 'M', '6'), + (0x1FBF7, 'M', '7'), + (0x1FBF8, 'M', '8'), + (0x1FBF9, 'M', '9'), + (0x1FBFA, 'X'), + (0x20000, 'V'), + (0x2A6E0, 'X'), + (0x2A700, 'V'), + (0x2B73A, 'X'), + (0x2B740, 'V'), + (0x2B81E, 'X'), + (0x2B820, 'V'), + (0x2CEA2, 'X'), + (0x2CEB0, 'V'), + (0x2EBE1, 'X'), + (0x2F800, 'M', '丽'), + (0x2F801, 'M', '丸'), + (0x2F802, 'M', '乁'), + (0x2F803, 'M', '𠄢'), + (0x2F804, 'M', '你'), + (0x2F805, 'M', '侮'), + (0x2F806, 'M', '侻'), + (0x2F807, 'M', '倂'), + (0x2F808, 'M', '偺'), + (0x2F809, 'M', '備'), + (0x2F80A, 'M', '僧'), + (0x2F80B, 'M', '像'), + (0x2F80C, 'M', '㒞'), + (0x2F80D, 'M', '𠘺'), + (0x2F80E, 'M', '免'), + (0x2F80F, 'M', '兔'), + (0x2F810, 'M', '兤'), + (0x2F811, 'M', '具'), + (0x2F812, 'M', '𠔜'), + (0x2F813, 'M', '㒹'), + (0x2F814, 'M', '內'), + (0x2F815, 'M', '再'), + (0x2F816, 'M', '𠕋'), + (0x2F817, 'M', '冗'), + (0x2F818, 'M', '冤'), + (0x2F819, 'M', '仌'), + (0x2F81A, 'M', '冬'), + (0x2F81B, 'M', '况'), + (0x2F81C, 'M', '𩇟'), + (0x2F81D, 'M', '凵'), + (0x2F81E, 'M', '刃'), + (0x2F81F, 'M', '㓟'), + (0x2F820, 'M', '刻'), + (0x2F821, 'M', '剆'), + (0x2F822, 'M', '割'), + (0x2F823, 'M', '剷'), + (0x2F824, 'M', '㔕'), + (0x2F825, 'M', '勇'), + (0x2F826, 'M', '勉'), + (0x2F827, 'M', '勤'), + (0x2F828, 'M', '勺'), + (0x2F829, 'M', '包'), + (0x2F82A, 'M', '匆'), + (0x2F82B, 'M', '北'), + (0x2F82C, 'M', '卉'), + (0x2F82D, 'M', '卑'), + (0x2F82E, 'M', '博'), + (0x2F82F, 'M', '即'), + (0x2F830, 'M', '卽'), + (0x2F831, 'M', '卿'), + (0x2F834, 'M', '𠨬'), + (0x2F835, 'M', '灰'), + (0x2F836, 'M', '及'), + (0x2F837, 'M', '叟'), + (0x2F838, 'M', '𠭣'), + (0x2F839, 'M', '叫'), + (0x2F83A, 'M', '叱'), + (0x2F83B, 'M', '吆'), + (0x2F83C, 'M', '咞'), + (0x2F83D, 'M', '吸'), + (0x2F83E, 'M', '呈'), + ] + +def _seg_77() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F83F, 'M', '周'), + (0x2F840, 'M', '咢'), + (0x2F841, 'M', '哶'), + (0x2F842, 'M', '唐'), + (0x2F843, 'M', '啓'), + (0x2F844, 'M', '啣'), + (0x2F845, 'M', '善'), + (0x2F847, 'M', '喙'), + (0x2F848, 'M', '喫'), + (0x2F849, 'M', '喳'), + (0x2F84A, 'M', '嗂'), + (0x2F84B, 'M', '圖'), + (0x2F84C, 'M', '嘆'), + (0x2F84D, 'M', '圗'), + (0x2F84E, 'M', '噑'), + (0x2F84F, 'M', '噴'), + (0x2F850, 'M', '切'), + (0x2F851, 'M', '壮'), + (0x2F852, 'M', '城'), + (0x2F853, 'M', '埴'), + (0x2F854, 'M', '堍'), + (0x2F855, 'M', '型'), + (0x2F856, 'M', '堲'), + (0x2F857, 'M', '報'), + (0x2F858, 'M', '墬'), + (0x2F859, 'M', '𡓤'), + (0x2F85A, 'M', '売'), + (0x2F85B, 'M', '壷'), + (0x2F85C, 'M', '夆'), + (0x2F85D, 'M', '多'), + (0x2F85E, 'M', '夢'), + (0x2F85F, 'M', '奢'), + (0x2F860, 'M', '𡚨'), + (0x2F861, 'M', '𡛪'), + (0x2F862, 'M', '姬'), + (0x2F863, 'M', '娛'), + (0x2F864, 'M', '娧'), + (0x2F865, 'M', '姘'), + (0x2F866, 'M', '婦'), + (0x2F867, 'M', '㛮'), + (0x2F868, 'X'), + (0x2F869, 'M', '嬈'), + (0x2F86A, 'M', '嬾'), + (0x2F86C, 'M', '𡧈'), + (0x2F86D, 'M', '寃'), + (0x2F86E, 'M', '寘'), + (0x2F86F, 'M', '寧'), + (0x2F870, 'M', '寳'), + (0x2F871, 'M', '𡬘'), + (0x2F872, 'M', '寿'), + (0x2F873, 'M', '将'), + (0x2F874, 'X'), + (0x2F875, 'M', '尢'), + (0x2F876, 'M', '㞁'), + (0x2F877, 'M', '屠'), + (0x2F878, 'M', '屮'), + (0x2F879, 'M', '峀'), + (0x2F87A, 'M', '岍'), + (0x2F87B, 'M', '𡷤'), + (0x2F87C, 'M', '嵃'), + (0x2F87D, 'M', '𡷦'), + (0x2F87E, 'M', '嵮'), + (0x2F87F, 'M', '嵫'), + (0x2F880, 'M', '嵼'), + (0x2F881, 'M', '巡'), + (0x2F882, 'M', '巢'), + (0x2F883, 'M', '㠯'), + (0x2F884, 'M', '巽'), + (0x2F885, 'M', '帨'), + (0x2F886, 'M', '帽'), + (0x2F887, 'M', '幩'), + (0x2F888, 'M', '㡢'), + (0x2F889, 'M', '𢆃'), + (0x2F88A, 'M', '㡼'), + (0x2F88B, 'M', '庰'), + (0x2F88C, 'M', '庳'), + (0x2F88D, 'M', '庶'), + (0x2F88E, 'M', '廊'), + (0x2F88F, 'M', '𪎒'), + (0x2F890, 'M', '廾'), + (0x2F891, 'M', '𢌱'), + (0x2F893, 'M', '舁'), + (0x2F894, 'M', '弢'), + (0x2F896, 'M', '㣇'), + (0x2F897, 'M', '𣊸'), + (0x2F898, 'M', '𦇚'), + (0x2F899, 'M', '形'), + (0x2F89A, 'M', '彫'), + (0x2F89B, 'M', '㣣'), + (0x2F89C, 'M', '徚'), + (0x2F89D, 'M', '忍'), + (0x2F89E, 'M', '志'), + (0x2F89F, 'M', '忹'), + (0x2F8A0, 'M', '悁'), + (0x2F8A1, 'M', '㤺'), + (0x2F8A2, 'M', '㤜'), + (0x2F8A3, 'M', '悔'), + (0x2F8A4, 'M', '𢛔'), + (0x2F8A5, 'M', '惇'), + (0x2F8A6, 'M', '慈'), + ] + +def _seg_78() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F8A7, 'M', '慌'), + (0x2F8A8, 'M', '慎'), + (0x2F8A9, 'M', '慌'), + (0x2F8AA, 'M', '慺'), + (0x2F8AB, 'M', '憎'), + (0x2F8AC, 'M', '憲'), + (0x2F8AD, 'M', '憤'), + (0x2F8AE, 'M', '憯'), + (0x2F8AF, 'M', '懞'), + (0x2F8B0, 'M', '懲'), + (0x2F8B1, 'M', '懶'), + (0x2F8B2, 'M', '成'), + (0x2F8B3, 'M', '戛'), + (0x2F8B4, 'M', '扝'), + (0x2F8B5, 'M', '抱'), + (0x2F8B6, 'M', '拔'), + (0x2F8B7, 'M', '捐'), + (0x2F8B8, 'M', '𢬌'), + (0x2F8B9, 'M', '挽'), + (0x2F8BA, 'M', '拼'), + (0x2F8BB, 'M', '捨'), + (0x2F8BC, 'M', '掃'), + (0x2F8BD, 'M', '揤'), + (0x2F8BE, 'M', '𢯱'), + (0x2F8BF, 'M', '搢'), + (0x2F8C0, 'M', '揅'), + (0x2F8C1, 'M', '掩'), + (0x2F8C2, 'M', '㨮'), + (0x2F8C3, 'M', '摩'), + (0x2F8C4, 'M', '摾'), + (0x2F8C5, 'M', '撝'), + (0x2F8C6, 'M', '摷'), + (0x2F8C7, 'M', '㩬'), + (0x2F8C8, 'M', '敏'), + (0x2F8C9, 'M', '敬'), + (0x2F8CA, 'M', '𣀊'), + (0x2F8CB, 'M', '旣'), + (0x2F8CC, 'M', '書'), + (0x2F8CD, 'M', '晉'), + (0x2F8CE, 'M', '㬙'), + (0x2F8CF, 'M', '暑'), + (0x2F8D0, 'M', '㬈'), + (0x2F8D1, 'M', '㫤'), + (0x2F8D2, 'M', '冒'), + (0x2F8D3, 'M', '冕'), + (0x2F8D4, 'M', '最'), + (0x2F8D5, 'M', '暜'), + (0x2F8D6, 'M', '肭'), + (0x2F8D7, 'M', '䏙'), + (0x2F8D8, 'M', '朗'), + (0x2F8D9, 'M', '望'), + (0x2F8DA, 'M', '朡'), + (0x2F8DB, 'M', '杞'), + (0x2F8DC, 'M', '杓'), + (0x2F8DD, 'M', '𣏃'), + (0x2F8DE, 'M', '㭉'), + (0x2F8DF, 'M', '柺'), + (0x2F8E0, 'M', '枅'), + (0x2F8E1, 'M', '桒'), + (0x2F8E2, 'M', '梅'), + (0x2F8E3, 'M', '𣑭'), + (0x2F8E4, 'M', '梎'), + (0x2F8E5, 'M', '栟'), + (0x2F8E6, 'M', '椔'), + (0x2F8E7, 'M', '㮝'), + (0x2F8E8, 'M', '楂'), + (0x2F8E9, 'M', '榣'), + (0x2F8EA, 'M', '槪'), + (0x2F8EB, 'M', '檨'), + (0x2F8EC, 'M', '𣚣'), + (0x2F8ED, 'M', '櫛'), + (0x2F8EE, 'M', '㰘'), + (0x2F8EF, 'M', '次'), + (0x2F8F0, 'M', '𣢧'), + (0x2F8F1, 'M', '歔'), + (0x2F8F2, 'M', '㱎'), + (0x2F8F3, 'M', '歲'), + (0x2F8F4, 'M', '殟'), + (0x2F8F5, 'M', '殺'), + (0x2F8F6, 'M', '殻'), + (0x2F8F7, 'M', '𣪍'), + (0x2F8F8, 'M', '𡴋'), + (0x2F8F9, 'M', '𣫺'), + (0x2F8FA, 'M', '汎'), + (0x2F8FB, 'M', '𣲼'), + (0x2F8FC, 'M', '沿'), + (0x2F8FD, 'M', '泍'), + (0x2F8FE, 'M', '汧'), + (0x2F8FF, 'M', '洖'), + (0x2F900, 'M', '派'), + (0x2F901, 'M', '海'), + (0x2F902, 'M', '流'), + (0x2F903, 'M', '浩'), + (0x2F904, 'M', '浸'), + (0x2F905, 'M', '涅'), + (0x2F906, 'M', '𣴞'), + (0x2F907, 'M', '洴'), + (0x2F908, 'M', '港'), + (0x2F909, 'M', '湮'), + (0x2F90A, 'M', '㴳'), + ] + +def _seg_79() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F90B, 'M', '滋'), + (0x2F90C, 'M', '滇'), + (0x2F90D, 'M', '𣻑'), + (0x2F90E, 'M', '淹'), + (0x2F90F, 'M', '潮'), + (0x2F910, 'M', '𣽞'), + (0x2F911, 'M', '𣾎'), + (0x2F912, 'M', '濆'), + (0x2F913, 'M', '瀹'), + (0x2F914, 'M', '瀞'), + (0x2F915, 'M', '瀛'), + (0x2F916, 'M', '㶖'), + (0x2F917, 'M', '灊'), + (0x2F918, 'M', '災'), + (0x2F919, 'M', '灷'), + (0x2F91A, 'M', '炭'), + (0x2F91B, 'M', '𠔥'), + (0x2F91C, 'M', '煅'), + (0x2F91D, 'M', '𤉣'), + (0x2F91E, 'M', '熜'), + (0x2F91F, 'X'), + (0x2F920, 'M', '爨'), + (0x2F921, 'M', '爵'), + (0x2F922, 'M', '牐'), + (0x2F923, 'M', '𤘈'), + (0x2F924, 'M', '犀'), + (0x2F925, 'M', '犕'), + (0x2F926, 'M', '𤜵'), + (0x2F927, 'M', '𤠔'), + (0x2F928, 'M', '獺'), + (0x2F929, 'M', '王'), + (0x2F92A, 'M', '㺬'), + (0x2F92B, 'M', '玥'), + (0x2F92C, 'M', '㺸'), + (0x2F92E, 'M', '瑇'), + (0x2F92F, 'M', '瑜'), + (0x2F930, 'M', '瑱'), + (0x2F931, 'M', '璅'), + (0x2F932, 'M', '瓊'), + (0x2F933, 'M', '㼛'), + (0x2F934, 'M', '甤'), + (0x2F935, 'M', '𤰶'), + (0x2F936, 'M', '甾'), + (0x2F937, 'M', '𤲒'), + (0x2F938, 'M', '異'), + (0x2F939, 'M', '𢆟'), + (0x2F93A, 'M', '瘐'), + (0x2F93B, 'M', '𤾡'), + (0x2F93C, 'M', '𤾸'), + (0x2F93D, 'M', '𥁄'), + (0x2F93E, 'M', '㿼'), + (0x2F93F, 'M', '䀈'), + (0x2F940, 'M', '直'), + (0x2F941, 'M', '𥃳'), + (0x2F942, 'M', '𥃲'), + (0x2F943, 'M', '𥄙'), + (0x2F944, 'M', '𥄳'), + (0x2F945, 'M', '眞'), + (0x2F946, 'M', '真'), + (0x2F948, 'M', '睊'), + (0x2F949, 'M', '䀹'), + (0x2F94A, 'M', '瞋'), + (0x2F94B, 'M', '䁆'), + (0x2F94C, 'M', '䂖'), + (0x2F94D, 'M', '𥐝'), + (0x2F94E, 'M', '硎'), + (0x2F94F, 'M', '碌'), + (0x2F950, 'M', '磌'), + (0x2F951, 'M', '䃣'), + (0x2F952, 'M', '𥘦'), + (0x2F953, 'M', '祖'), + (0x2F954, 'M', '𥚚'), + (0x2F955, 'M', '𥛅'), + (0x2F956, 'M', '福'), + (0x2F957, 'M', '秫'), + (0x2F958, 'M', '䄯'), + (0x2F959, 'M', '穀'), + (0x2F95A, 'M', '穊'), + (0x2F95B, 'M', '穏'), + (0x2F95C, 'M', '𥥼'), + (0x2F95D, 'M', '𥪧'), + (0x2F95F, 'X'), + (0x2F960, 'M', '䈂'), + (0x2F961, 'M', '𥮫'), + (0x2F962, 'M', '篆'), + (0x2F963, 'M', '築'), + (0x2F964, 'M', '䈧'), + (0x2F965, 'M', '𥲀'), + (0x2F966, 'M', '糒'), + (0x2F967, 'M', '䊠'), + (0x2F968, 'M', '糨'), + (0x2F969, 'M', '糣'), + (0x2F96A, 'M', '紀'), + (0x2F96B, 'M', '𥾆'), + (0x2F96C, 'M', '絣'), + (0x2F96D, 'M', '䌁'), + (0x2F96E, 'M', '緇'), + (0x2F96F, 'M', '縂'), + (0x2F970, 'M', '繅'), + (0x2F971, 'M', '䌴'), + ] + +def _seg_80() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F972, 'M', '𦈨'), + (0x2F973, 'M', '𦉇'), + (0x2F974, 'M', '䍙'), + (0x2F975, 'M', '𦋙'), + (0x2F976, 'M', '罺'), + (0x2F977, 'M', '𦌾'), + (0x2F978, 'M', '羕'), + (0x2F979, 'M', '翺'), + (0x2F97A, 'M', '者'), + (0x2F97B, 'M', '𦓚'), + (0x2F97C, 'M', '𦔣'), + (0x2F97D, 'M', '聠'), + (0x2F97E, 'M', '𦖨'), + (0x2F97F, 'M', '聰'), + (0x2F980, 'M', '𣍟'), + (0x2F981, 'M', '䏕'), + (0x2F982, 'M', '育'), + (0x2F983, 'M', '脃'), + (0x2F984, 'M', '䐋'), + (0x2F985, 'M', '脾'), + (0x2F986, 'M', '媵'), + (0x2F987, 'M', '𦞧'), + (0x2F988, 'M', '𦞵'), + (0x2F989, 'M', '𣎓'), + (0x2F98A, 'M', '𣎜'), + (0x2F98B, 'M', '舁'), + (0x2F98C, 'M', '舄'), + (0x2F98D, 'M', '辞'), + (0x2F98E, 'M', '䑫'), + (0x2F98F, 'M', '芑'), + (0x2F990, 'M', '芋'), + (0x2F991, 'M', '芝'), + (0x2F992, 'M', '劳'), + (0x2F993, 'M', '花'), + (0x2F994, 'M', '芳'), + (0x2F995, 'M', '芽'), + (0x2F996, 'M', '苦'), + (0x2F997, 'M', '𦬼'), + (0x2F998, 'M', '若'), + (0x2F999, 'M', '茝'), + (0x2F99A, 'M', '荣'), + (0x2F99B, 'M', '莭'), + (0x2F99C, 'M', '茣'), + (0x2F99D, 'M', '莽'), + (0x2F99E, 'M', '菧'), + (0x2F99F, 'M', '著'), + (0x2F9A0, 'M', '荓'), + (0x2F9A1, 'M', '菊'), + (0x2F9A2, 'M', '菌'), + (0x2F9A3, 'M', '菜'), + (0x2F9A4, 'M', '𦰶'), + (0x2F9A5, 'M', '𦵫'), + (0x2F9A6, 'M', '𦳕'), + (0x2F9A7, 'M', '䔫'), + (0x2F9A8, 'M', '蓱'), + (0x2F9A9, 'M', '蓳'), + (0x2F9AA, 'M', '蔖'), + (0x2F9AB, 'M', '𧏊'), + (0x2F9AC, 'M', '蕤'), + (0x2F9AD, 'M', '𦼬'), + (0x2F9AE, 'M', '䕝'), + (0x2F9AF, 'M', '䕡'), + (0x2F9B0, 'M', '𦾱'), + (0x2F9B1, 'M', '𧃒'), + (0x2F9B2, 'M', '䕫'), + (0x2F9B3, 'M', '虐'), + (0x2F9B4, 'M', '虜'), + (0x2F9B5, 'M', '虧'), + (0x2F9B6, 'M', '虩'), + (0x2F9B7, 'M', '蚩'), + (0x2F9B8, 'M', '蚈'), + (0x2F9B9, 'M', '蜎'), + (0x2F9BA, 'M', '蛢'), + (0x2F9BB, 'M', '蝹'), + (0x2F9BC, 'M', '蜨'), + (0x2F9BD, 'M', '蝫'), + (0x2F9BE, 'M', '螆'), + (0x2F9BF, 'X'), + (0x2F9C0, 'M', '蟡'), + (0x2F9C1, 'M', '蠁'), + (0x2F9C2, 'M', '䗹'), + (0x2F9C3, 'M', '衠'), + (0x2F9C4, 'M', '衣'), + (0x2F9C5, 'M', '𧙧'), + (0x2F9C6, 'M', '裗'), + (0x2F9C7, 'M', '裞'), + (0x2F9C8, 'M', '䘵'), + (0x2F9C9, 'M', '裺'), + (0x2F9CA, 'M', '㒻'), + (0x2F9CB, 'M', '𧢮'), + (0x2F9CC, 'M', '𧥦'), + (0x2F9CD, 'M', '䚾'), + (0x2F9CE, 'M', '䛇'), + (0x2F9CF, 'M', '誠'), + (0x2F9D0, 'M', '諭'), + (0x2F9D1, 'M', '變'), + (0x2F9D2, 'M', '豕'), + (0x2F9D3, 'M', '𧲨'), + (0x2F9D4, 'M', '貫'), + (0x2F9D5, 'M', '賁'), + ] + +def _seg_81() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F9D6, 'M', '贛'), + (0x2F9D7, 'M', '起'), + (0x2F9D8, 'M', '𧼯'), + (0x2F9D9, 'M', '𠠄'), + (0x2F9DA, 'M', '跋'), + (0x2F9DB, 'M', '趼'), + (0x2F9DC, 'M', '跰'), + (0x2F9DD, 'M', '𠣞'), + (0x2F9DE, 'M', '軔'), + (0x2F9DF, 'M', '輸'), + (0x2F9E0, 'M', '𨗒'), + (0x2F9E1, 'M', '𨗭'), + (0x2F9E2, 'M', '邔'), + (0x2F9E3, 'M', '郱'), + (0x2F9E4, 'M', '鄑'), + (0x2F9E5, 'M', '𨜮'), + (0x2F9E6, 'M', '鄛'), + (0x2F9E7, 'M', '鈸'), + (0x2F9E8, 'M', '鋗'), + (0x2F9E9, 'M', '鋘'), + (0x2F9EA, 'M', '鉼'), + (0x2F9EB, 'M', '鏹'), + (0x2F9EC, 'M', '鐕'), + (0x2F9ED, 'M', '𨯺'), + (0x2F9EE, 'M', '開'), + (0x2F9EF, 'M', '䦕'), + (0x2F9F0, 'M', '閷'), + (0x2F9F1, 'M', '𨵷'), + (0x2F9F2, 'M', '䧦'), + (0x2F9F3, 'M', '雃'), + (0x2F9F4, 'M', '嶲'), + (0x2F9F5, 'M', '霣'), + (0x2F9F6, 'M', '𩅅'), + (0x2F9F7, 'M', '𩈚'), + (0x2F9F8, 'M', '䩮'), + (0x2F9F9, 'M', '䩶'), + (0x2F9FA, 'M', '韠'), + (0x2F9FB, 'M', '𩐊'), + (0x2F9FC, 'M', '䪲'), + (0x2F9FD, 'M', '𩒖'), + (0x2F9FE, 'M', '頋'), + (0x2FA00, 'M', '頩'), + (0x2FA01, 'M', '𩖶'), + (0x2FA02, 'M', '飢'), + (0x2FA03, 'M', '䬳'), + (0x2FA04, 'M', '餩'), + (0x2FA05, 'M', '馧'), + (0x2FA06, 'M', '駂'), + (0x2FA07, 'M', '駾'), + (0x2FA08, 'M', '䯎'), + (0x2FA09, 'M', '𩬰'), + (0x2FA0A, 'M', '鬒'), + (0x2FA0B, 'M', '鱀'), + (0x2FA0C, 'M', '鳽'), + (0x2FA0D, 'M', '䳎'), + (0x2FA0E, 'M', '䳭'), + (0x2FA0F, 'M', '鵧'), + (0x2FA10, 'M', '𪃎'), + (0x2FA11, 'M', '䳸'), + (0x2FA12, 'M', '𪄅'), + (0x2FA13, 'M', '𪈎'), + (0x2FA14, 'M', '𪊑'), + (0x2FA15, 'M', '麻'), + (0x2FA16, 'M', '䵖'), + (0x2FA17, 'M', '黹'), + (0x2FA18, 'M', '黾'), + (0x2FA19, 'M', '鼅'), + (0x2FA1A, 'M', '鼏'), + (0x2FA1B, 'M', '鼖'), + (0x2FA1C, 'M', '鼻'), + (0x2FA1D, 'M', '𪘀'), + (0x2FA1E, 'X'), + (0x30000, 'V'), + (0x3134B, 'X'), + (0x31350, 'V'), + (0x323B0, 'X'), + (0xE0100, 'I'), + (0xE01F0, 'X'), + ] + +uts46data = tuple( + _seg_0() + + _seg_1() + + _seg_2() + + _seg_3() + + _seg_4() + + _seg_5() + + _seg_6() + + _seg_7() + + _seg_8() + + _seg_9() + + _seg_10() + + _seg_11() + + _seg_12() + + _seg_13() + + _seg_14() + + _seg_15() + + _seg_16() + + _seg_17() + + _seg_18() + + _seg_19() + + _seg_20() + + _seg_21() + + _seg_22() + + _seg_23() + + _seg_24() + + _seg_25() + + _seg_26() + + _seg_27() + + _seg_28() + + _seg_29() + + _seg_30() + + _seg_31() + + _seg_32() + + _seg_33() + + _seg_34() + + _seg_35() + + _seg_36() + + _seg_37() + + _seg_38() + + _seg_39() + + _seg_40() + + _seg_41() + + _seg_42() + + _seg_43() + + _seg_44() + + _seg_45() + + _seg_46() + + _seg_47() + + _seg_48() + + _seg_49() + + _seg_50() + + _seg_51() + + _seg_52() + + _seg_53() + + _seg_54() + + _seg_55() + + _seg_56() + + _seg_57() + + _seg_58() + + _seg_59() + + _seg_60() + + _seg_61() + + _seg_62() + + _seg_63() + + _seg_64() + + _seg_65() + + _seg_66() + + _seg_67() + + _seg_68() + + _seg_69() + + _seg_70() + + _seg_71() + + _seg_72() + + _seg_73() + + _seg_74() + + _seg_75() + + _seg_76() + + _seg_77() + + _seg_78() + + _seg_79() + + _seg_80() + + _seg_81() +) # type: Tuple[Union[Tuple[int, str], Tuple[int, str, str]], ...] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py new file mode 100644 index 0000000..1300b86 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py @@ -0,0 +1,57 @@ +# coding: utf-8 +from .exceptions import * +from .ext import ExtType, Timestamp + +import os +import sys + + +version = (1, 0, 5) +__version__ = "1.0.5" + + +if os.environ.get("MSGPACK_PUREPYTHON") or sys.version_info[0] == 2: + from .fallback import Packer, unpackb, Unpacker +else: + try: + from ._cmsgpack import Packer, unpackb, Unpacker + except ImportError: + from .fallback import Packer, unpackb, Unpacker + + +def pack(o, stream, **kwargs): + """ + Pack object `o` and write it to `stream` + + See :class:`Packer` for options. + """ + packer = Packer(**kwargs) + stream.write(packer.pack(o)) + + +def packb(o, **kwargs): + """ + Pack object `o` and return packed bytes + + See :class:`Packer` for options. + """ + return Packer(**kwargs).pack(o) + + +def unpack(stream, **kwargs): + """ + Unpack an object from `stream`. + + Raises `ExtraData` when `stream` contains extra bytes. + See :class:`Unpacker` for options. + """ + data = stream.read() + return unpackb(data, **kwargs) + + +# alias for compatibility to simplejson/marshal/pickle. +load = unpack +loads = unpackb + +dump = pack +dumps = packb diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4584da01555711768a1781b43fa81c81782583e5 GIT binary patch literal 1838 zcmb7EO>7%Q6rR~1|E=vd&QDX7!nP?tCaRYbXrlxomHq&tw4qG}*^9mQj+1q~UTbF4 z)R8MW5>kbzAc#YH?12NQ;?9wBGj zZ+}ds5(wm%`B|r`AoNfyx&rG!9>p+1Ysf}6uA*-xEG(&tUCESO*_2@|+e%e2l|ZYe zYO7|%j+jxRRQ7f+d!j4-PwcK`M{mP7gs==zD+8gu6K#1vEbZ9BO9)X7B8XQtH)$r_ zl$mnVW*VcK78jAlt9zc_w-X;Dv(MH5GjN6%dKXBu_F<1>y+m~XlDO%e9_tV|`)Gy<@x z0xYY?a0YryO1@t33c6LZ^(E@~M0b4M_w)kuDY4u_BJjRMh(1xOT8vE;!h8yP*`vBw z_Z_dsa)HzNZy;YPsK?ddDz1o(vkJ!^kA(N}$ik9E=NONOSA;UbM-k69G3Gs&7}P5o z(~Z)+McrxYiSU?l%C*mWbdDIgE2MVCs5(WX-tgzW+F0(`s|JIhkBZx@Il_#(Q#bP9 zW_#3d*__xn@_DD``1yRU-k^fJ0Stk`o(E{5Ka(gu&`up(Ed#X9t}BV_=T^?G4y_&d z;=s)hzI^s)MSld2sMKo;EP4$)4vVK6hM{3tG;G&q_1ba?Wu@g0|FapC_=~ir2W7JL zV#6owfAoT;A*!qtbR$R?>^|6{VosSLp03kDP+S#XDAHlE1rIw25R@dDX=?{o&jLKq z^tPto>btLv+*L-XsNC+Qn1DBHsEH~&3k7>ZZifn8ll&fsn^L(~EGP$Fz7doo91x&n zm!M_pxjjba!ZKX697dR4fLW#1Y0I|?`qDh9_1yH5SMx2W#&jY)!U~2&-O1+eFz&)< z_!B5F12z?N3Czxb3hKud8@|Ux8o=DJjFE7>=`+F?9`+nS3w6>cnfZM3lgUrtY@Pm1 z%dEcE)(+o14scgF98@wp%oF5liG-8HWf83y3MvT3C695LH5iXxfnkAJ<60i*9hmt% zkHS1S6n5n~;`3zpg;OhgJXW@<)gm-EB!NhRCdHlceChFIaP3{U?os~?r5+7OL+~I- zf-6>4S3Wr7O*(yLs#u)#B_HUq(hbaCl zN^~Mf8)!w>(}OJyY$bAiVrAm`)XLP|%nLusFMd7tV05xQI{Dqn_UP32hwhD@+EB*s zDPtW)R>wDD)ysTK9F&IOE;`?e4k g$4=ajoq$Nx@ogshcc(vb(m;2NJ#S(82ZRCt21i)BLI3~& literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ab82c6ff1692560bd9a14fb7fdfbe3b6db96681 GIT binary patch literal 2032 zcmb7FL2u(!5Po*-)NzxxDeVF+Dz6978nN*LClKPW&_#PmD^ZZh#d@`08iV5(o}F}E z^-zf(_5f0E-2;E1;-~CoxfNge17(xbo|t(~(lja(JSpRO-^`ntH*aS0qE@pBtUo*7 zho2gR{DqszDvz1rZ@^p-oqSCKaz+A;liy2)tfeVb2eibsDXJ^f0Mwj8OA0Lmy1)&< z!5^-csc;MM$}POijn;ya*&tiw3sd_RCoRxz*?h58&8kk#FH99w8*hdyz+4c})dJGe z1Fcocbf=Ure;fCh|KrY6pZC&G#K$ilv4m4UVo5^VLefNZIpq^^LM00m9?+vs7;)NH zhr{@=VcQf|b9aB|voT7$EGx8cj#H6#xTI-^#Wd+36kbGIot+D$LFtn=%|xFbu{fov zpgv3e4rNh9xs*bFSODtmG<+JyNy=H!D8jika?A5#*5#g;+n(1IK|eyi>Ulr)Su~a` zcwQiU&$}c;OxNo}w*$9!r8sc+GQY!QcTb8RxSuBOm)+p8kcZrD40t?nqwv7(Wobvm zpEN%D*iFKeKfrvlL!P+3u;+T976|EflS9Pan@l!(nZ(Lb1fMBc0CGlN>85E(tVAWb z`!%Z|zIn||bM)MP)Ni-BeB6(s=4DBmXaK8LqFGr%qKqygSDO%ohNyc+u8gr;6#i$o zmEC^2+y08BtSOh!>YS%KVn~#58FwlSgzk3oFO|9odGE4x2jBkq-jjI1qA;N2yke<> zuqm;R=0kV`F(j+-ONz_p1})-1{C~w^f0JUvs4(n(A!y8@l z@KjVq`c!>6n%smV2^t&61Y-m;1R>RDLsF1~s#tjt(Xy+;XgcNjCbd98;@itDBy*kg zCSpiXm|*{$k-v4rv|d$pb8~2E=EI_{P^anCutdgFy%;pA>G51{f5)OeS2e5}LzQU0 zQjFjk8CuF~d$WHK`4Vn#bn@EnfXj9yj+D8)j^bO;+&x}fpBH2J3;8~nSCcOS=DMV5 z+DI>J)_FK0@ENUYTIKxR5rNOhLVkJ5Z=ZkgT;OgSCF|!K&pq6&U)yAD>m^wkm8;sr dmn(Ec;CoF;edDxtRo^^ax?0=*gVa@?{s9TY)WQG& literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b52aa47e4772e7e499df5b99b1fe70f48b6e981 GIT binary patch literal 8675 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9731d886aaf49f682573247276dd67fe3fa19606 GIT binary patch literal 43583 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 OTJ~=<{K-}w?Eeq=(9`k& literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py b/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py new file mode 100644 index 0000000..d6d2615 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py @@ -0,0 +1,48 @@ +class UnpackException(Exception): + """Base class for some exceptions raised while unpacking. + + NOTE: unpack may raise exception other than subclass of + UnpackException. If you want to catch all error, catch + Exception instead. + """ + + +class BufferFull(UnpackException): + pass + + +class OutOfData(UnpackException): + pass + + +class FormatError(ValueError, UnpackException): + """Invalid msgpack format""" + + +class StackError(ValueError, UnpackException): + """Too nested""" + + +# Deprecated. Use ValueError instead +UnpackValueError = ValueError + + +class ExtraData(UnpackValueError): + """ExtraData is raised when there is trailing data. + + This exception is raised while only one-shot (not streaming) + unpack. + """ + + def __init__(self, unpacked, extra): + self.unpacked = unpacked + self.extra = extra + + def __str__(self): + return "unpack(b) received extra data." + + +# Deprecated. Use Exception instead to catch all exception during packing. +PackException = Exception +PackValueError = ValueError +PackOverflowError = OverflowError diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py b/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py new file mode 100644 index 0000000..23e0d6b --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py @@ -0,0 +1,193 @@ +# coding: utf-8 +from collections import namedtuple +import datetime +import sys +import struct + + +PY2 = sys.version_info[0] == 2 + +if PY2: + int_types = (int, long) + _utc = None +else: + int_types = int + try: + _utc = datetime.timezone.utc + except AttributeError: + _utc = datetime.timezone(datetime.timedelta(0)) + + +class ExtType(namedtuple("ExtType", "code data")): + """ExtType represents ext type in msgpack.""" + + def __new__(cls, code, data): + if not isinstance(code, int): + raise TypeError("code must be int") + if not isinstance(data, bytes): + raise TypeError("data must be bytes") + if not 0 <= code <= 127: + raise ValueError("code must be 0~127") + return super(ExtType, cls).__new__(cls, code, data) + + +class Timestamp(object): + """Timestamp represents the Timestamp extension type in msgpack. + + When built with Cython, msgpack uses C methods to pack and unpack `Timestamp`. When using pure-Python + msgpack, :func:`to_bytes` and :func:`from_bytes` are used to pack and unpack `Timestamp`. + + This class is immutable: Do not override seconds and nanoseconds. + """ + + __slots__ = ["seconds", "nanoseconds"] + + def __init__(self, seconds, nanoseconds=0): + """Initialize a Timestamp object. + + :param int seconds: + Number of seconds since the UNIX epoch (00:00:00 UTC Jan 1 1970, minus leap seconds). + May be negative. + + :param int nanoseconds: + Number of nanoseconds to add to `seconds` to get fractional time. + Maximum is 999_999_999. Default is 0. + + Note: Negative times (before the UNIX epoch) are represented as negative seconds + positive ns. + """ + if not isinstance(seconds, int_types): + raise TypeError("seconds must be an integer") + if not isinstance(nanoseconds, int_types): + raise TypeError("nanoseconds must be an integer") + if not (0 <= nanoseconds < 10**9): + raise ValueError( + "nanoseconds must be a non-negative integer less than 999999999." + ) + self.seconds = seconds + self.nanoseconds = nanoseconds + + def __repr__(self): + """String representation of Timestamp.""" + return "Timestamp(seconds={0}, nanoseconds={1})".format( + self.seconds, self.nanoseconds + ) + + def __eq__(self, other): + """Check for equality with another Timestamp object""" + if type(other) is self.__class__: + return ( + self.seconds == other.seconds and self.nanoseconds == other.nanoseconds + ) + return False + + def __ne__(self, other): + """not-equals method (see :func:`__eq__()`)""" + return not self.__eq__(other) + + def __hash__(self): + return hash((self.seconds, self.nanoseconds)) + + @staticmethod + def from_bytes(b): + """Unpack bytes into a `Timestamp` object. + + Used for pure-Python msgpack unpacking. + + :param b: Payload from msgpack ext message with code -1 + :type b: bytes + + :returns: Timestamp object unpacked from msgpack ext payload + :rtype: Timestamp + """ + if len(b) == 4: + seconds = struct.unpack("!L", b)[0] + nanoseconds = 0 + elif len(b) == 8: + data64 = struct.unpack("!Q", b)[0] + seconds = data64 & 0x00000003FFFFFFFF + nanoseconds = data64 >> 34 + elif len(b) == 12: + nanoseconds, seconds = struct.unpack("!Iq", b) + else: + raise ValueError( + "Timestamp type can only be created from 32, 64, or 96-bit byte objects" + ) + return Timestamp(seconds, nanoseconds) + + def to_bytes(self): + """Pack this Timestamp object into bytes. + + Used for pure-Python msgpack packing. + + :returns data: Payload for EXT message with code -1 (timestamp type) + :rtype: bytes + """ + if (self.seconds >> 34) == 0: # seconds is non-negative and fits in 34 bits + data64 = self.nanoseconds << 34 | self.seconds + if data64 & 0xFFFFFFFF00000000 == 0: + # nanoseconds is zero and seconds < 2**32, so timestamp 32 + data = struct.pack("!L", data64) + else: + # timestamp 64 + data = struct.pack("!Q", data64) + else: + # timestamp 96 + data = struct.pack("!Iq", self.nanoseconds, self.seconds) + return data + + @staticmethod + def from_unix(unix_sec): + """Create a Timestamp from posix timestamp in seconds. + + :param unix_float: Posix timestamp in seconds. + :type unix_float: int or float. + """ + seconds = int(unix_sec // 1) + nanoseconds = int((unix_sec % 1) * 10**9) + return Timestamp(seconds, nanoseconds) + + def to_unix(self): + """Get the timestamp as a floating-point value. + + :returns: posix timestamp + :rtype: float + """ + return self.seconds + self.nanoseconds / 1e9 + + @staticmethod + def from_unix_nano(unix_ns): + """Create a Timestamp from posix timestamp in nanoseconds. + + :param int unix_ns: Posix timestamp in nanoseconds. + :rtype: Timestamp + """ + return Timestamp(*divmod(unix_ns, 10**9)) + + def to_unix_nano(self): + """Get the timestamp as a unixtime in nanoseconds. + + :returns: posix timestamp in nanoseconds + :rtype: int + """ + return self.seconds * 10**9 + self.nanoseconds + + def to_datetime(self): + """Get the timestamp as a UTC datetime. + + Python 2 is not supported. + + :rtype: datetime. + """ + return datetime.datetime.fromtimestamp(0, _utc) + datetime.timedelta( + seconds=self.to_unix() + ) + + @staticmethod + def from_datetime(dt): + """Create a Timestamp from datetime with tzinfo. + + Python 2 is not supported. + + :rtype: Timestamp + """ + return Timestamp.from_unix(dt.timestamp()) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py b/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py new file mode 100644 index 0000000..e8cebc1 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py @@ -0,0 +1,1010 @@ +"""Fallback pure Python implementation of msgpack""" +from datetime import datetime as _DateTime +import sys +import struct + + +PY2 = sys.version_info[0] == 2 +if PY2: + int_types = (int, long) + + def dict_iteritems(d): + return d.iteritems() + +else: + int_types = int + unicode = str + xrange = range + + def dict_iteritems(d): + return d.items() + + +if sys.version_info < (3, 5): + # Ugly hack... + RecursionError = RuntimeError + + def _is_recursionerror(e): + return ( + len(e.args) == 1 + and isinstance(e.args[0], str) + and e.args[0].startswith("maximum recursion depth exceeded") + ) + +else: + + def _is_recursionerror(e): + return True + + +if hasattr(sys, "pypy_version_info"): + # StringIO is slow on PyPy, StringIO is faster. However: PyPy's own + # StringBuilder is fastest. + from __pypy__ import newlist_hint + + try: + from __pypy__.builders import BytesBuilder as StringBuilder + except ImportError: + from __pypy__.builders import StringBuilder + USING_STRINGBUILDER = True + + class StringIO(object): + def __init__(self, s=b""): + if s: + self.builder = StringBuilder(len(s)) + self.builder.append(s) + else: + self.builder = StringBuilder() + + def write(self, s): + if isinstance(s, memoryview): + s = s.tobytes() + elif isinstance(s, bytearray): + s = bytes(s) + self.builder.append(s) + + def getvalue(self): + return self.builder.build() + +else: + USING_STRINGBUILDER = False + from io import BytesIO as StringIO + + newlist_hint = lambda size: [] + + +from .exceptions import BufferFull, OutOfData, ExtraData, FormatError, StackError + +from .ext import ExtType, Timestamp + + +EX_SKIP = 0 +EX_CONSTRUCT = 1 +EX_READ_ARRAY_HEADER = 2 +EX_READ_MAP_HEADER = 3 + +TYPE_IMMEDIATE = 0 +TYPE_ARRAY = 1 +TYPE_MAP = 2 +TYPE_RAW = 3 +TYPE_BIN = 4 +TYPE_EXT = 5 + +DEFAULT_RECURSE_LIMIT = 511 + + +def _check_type_strict(obj, t, type=type, tuple=tuple): + if type(t) is tuple: + return type(obj) in t + else: + return type(obj) is t + + +def _get_data_from_buffer(obj): + view = memoryview(obj) + if view.itemsize != 1: + raise ValueError("cannot unpack from multi-byte object") + return view + + +def unpackb(packed, **kwargs): + """ + Unpack an object from `packed`. + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``ValueError`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + + See :class:`Unpacker` for options. + """ + unpacker = Unpacker(None, max_buffer_size=len(packed), **kwargs) + unpacker.feed(packed) + try: + ret = unpacker._unpack() + except OutOfData: + raise ValueError("Unpack failed: incomplete input") + except RecursionError as e: + if _is_recursionerror(e): + raise StackError + raise + if unpacker._got_extradata(): + raise ExtraData(ret, unpacker._get_extradata()) + return ret + + +if sys.version_info < (2, 7, 6): + + def _unpack_from(f, b, o=0): + """Explicit type cast for legacy struct.unpack_from""" + return struct.unpack_from(f, bytes(b), o) + +else: + _unpack_from = struct.unpack_from + +_NO_FORMAT_USED = "" +_MSGPACK_HEADERS = { + 0xC4: (1, _NO_FORMAT_USED, TYPE_BIN), + 0xC5: (2, ">H", TYPE_BIN), + 0xC6: (4, ">I", TYPE_BIN), + 0xC7: (2, "Bb", TYPE_EXT), + 0xC8: (3, ">Hb", TYPE_EXT), + 0xC9: (5, ">Ib", TYPE_EXT), + 0xCA: (4, ">f"), + 0xCB: (8, ">d"), + 0xCC: (1, _NO_FORMAT_USED), + 0xCD: (2, ">H"), + 0xCE: (4, ">I"), + 0xCF: (8, ">Q"), + 0xD0: (1, "b"), + 0xD1: (2, ">h"), + 0xD2: (4, ">i"), + 0xD3: (8, ">q"), + 0xD4: (1, "b1s", TYPE_EXT), + 0xD5: (2, "b2s", TYPE_EXT), + 0xD6: (4, "b4s", TYPE_EXT), + 0xD7: (8, "b8s", TYPE_EXT), + 0xD8: (16, "b16s", TYPE_EXT), + 0xD9: (1, _NO_FORMAT_USED, TYPE_RAW), + 0xDA: (2, ">H", TYPE_RAW), + 0xDB: (4, ">I", TYPE_RAW), + 0xDC: (2, ">H", TYPE_ARRAY), + 0xDD: (4, ">I", TYPE_ARRAY), + 0xDE: (2, ">H", TYPE_MAP), + 0xDF: (4, ">I", TYPE_MAP), +} + + +class Unpacker(object): + """Streaming unpacker. + + Arguments: + + :param file_like: + File-like object having `.read(n)` method. + If specified, unpacker reads serialized data from it and :meth:`feed()` is not usable. + + :param int read_size: + Used as `file_like.read(read_size)`. (default: `min(16*1024, max_buffer_size)`) + + :param bool use_list: + If true, unpack msgpack array to Python list. + Otherwise, unpack to Python tuple. (default: True) + + :param bool raw: + If true, unpack msgpack raw to Python bytes. + Otherwise, unpack to Python str by decoding with UTF-8 encoding (default). + + :param int timestamp: + Control how timestamp type is unpacked: + + 0 - Timestamp + 1 - float (Seconds from the EPOCH) + 2 - int (Nanoseconds from the EPOCH) + 3 - datetime.datetime (UTC). Python 2 is not supported. + + :param bool strict_map_key: + If true (default), only str or bytes are accepted for map (dict) keys. + + :param callable object_hook: + When specified, it should be callable. + Unpacker calls it with a dict argument after unpacking msgpack map. + (See also simplejson) + + :param callable object_pairs_hook: + When specified, it should be callable. + Unpacker calls it with a list of key-value pairs after unpacking msgpack map. + (See also simplejson) + + :param str unicode_errors: + The error handler for decoding unicode. (default: 'strict') + This option should be used only when you have msgpack data which + contains invalid UTF-8 string. + + :param int max_buffer_size: + Limits size of data waiting unpacked. 0 means 2**32-1. + The default value is 100*1024*1024 (100MiB). + Raises `BufferFull` exception when it is insufficient. + You should set this parameter when unpacking data from untrusted source. + + :param int max_str_len: + Deprecated, use *max_buffer_size* instead. + Limits max length of str. (default: max_buffer_size) + + :param int max_bin_len: + Deprecated, use *max_buffer_size* instead. + Limits max length of bin. (default: max_buffer_size) + + :param int max_array_len: + Limits max length of array. + (default: max_buffer_size) + + :param int max_map_len: + Limits max length of map. + (default: max_buffer_size//2) + + :param int max_ext_len: + Deprecated, use *max_buffer_size* instead. + Limits max size of ext type. (default: max_buffer_size) + + Example of streaming deserialize from file-like object:: + + unpacker = Unpacker(file_like) + for o in unpacker: + process(o) + + Example of streaming deserialize from socket:: + + unpacker = Unpacker() + while True: + buf = sock.recv(1024**2) + if not buf: + break + unpacker.feed(buf) + for o in unpacker: + process(o) + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``OutOfData`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + """ + + def __init__( + self, + file_like=None, + read_size=0, + use_list=True, + raw=False, + timestamp=0, + strict_map_key=True, + object_hook=None, + object_pairs_hook=None, + list_hook=None, + unicode_errors=None, + max_buffer_size=100 * 1024 * 1024, + ext_hook=ExtType, + max_str_len=-1, + max_bin_len=-1, + max_array_len=-1, + max_map_len=-1, + max_ext_len=-1, + ): + if unicode_errors is None: + unicode_errors = "strict" + + if file_like is None: + self._feeding = True + else: + if not callable(file_like.read): + raise TypeError("`file_like.read` must be callable") + self.file_like = file_like + self._feeding = False + + #: array of bytes fed. + self._buffer = bytearray() + #: Which position we currently reads + self._buff_i = 0 + + # When Unpacker is used as an iterable, between the calls to next(), + # the buffer is not "consumed" completely, for efficiency sake. + # Instead, it is done sloppily. To make sure we raise BufferFull at + # the correct moments, we have to keep track of how sloppy we were. + # Furthermore, when the buffer is incomplete (that is: in the case + # we raise an OutOfData) we need to rollback the buffer to the correct + # state, which _buf_checkpoint records. + self._buf_checkpoint = 0 + + if not max_buffer_size: + max_buffer_size = 2**31 - 1 + if max_str_len == -1: + max_str_len = max_buffer_size + if max_bin_len == -1: + max_bin_len = max_buffer_size + if max_array_len == -1: + max_array_len = max_buffer_size + if max_map_len == -1: + max_map_len = max_buffer_size // 2 + if max_ext_len == -1: + max_ext_len = max_buffer_size + + self._max_buffer_size = max_buffer_size + if read_size > self._max_buffer_size: + raise ValueError("read_size must be smaller than max_buffer_size") + self._read_size = read_size or min(self._max_buffer_size, 16 * 1024) + self._raw = bool(raw) + self._strict_map_key = bool(strict_map_key) + self._unicode_errors = unicode_errors + self._use_list = use_list + if not (0 <= timestamp <= 3): + raise ValueError("timestamp must be 0..3") + self._timestamp = timestamp + self._list_hook = list_hook + self._object_hook = object_hook + self._object_pairs_hook = object_pairs_hook + self._ext_hook = ext_hook + self._max_str_len = max_str_len + self._max_bin_len = max_bin_len + self._max_array_len = max_array_len + self._max_map_len = max_map_len + self._max_ext_len = max_ext_len + self._stream_offset = 0 + + if list_hook is not None and not callable(list_hook): + raise TypeError("`list_hook` is not callable") + if object_hook is not None and not callable(object_hook): + raise TypeError("`object_hook` is not callable") + if object_pairs_hook is not None and not callable(object_pairs_hook): + raise TypeError("`object_pairs_hook` is not callable") + if object_hook is not None and object_pairs_hook is not None: + raise TypeError( + "object_pairs_hook and object_hook are mutually " "exclusive" + ) + if not callable(ext_hook): + raise TypeError("`ext_hook` is not callable") + + def feed(self, next_bytes): + assert self._feeding + view = _get_data_from_buffer(next_bytes) + if len(self._buffer) - self._buff_i + len(view) > self._max_buffer_size: + raise BufferFull + + # Strip buffer before checkpoint before reading file. + if self._buf_checkpoint > 0: + del self._buffer[: self._buf_checkpoint] + self._buff_i -= self._buf_checkpoint + self._buf_checkpoint = 0 + + # Use extend here: INPLACE_ADD += doesn't reliably typecast memoryview in jython + self._buffer.extend(view) + + def _consume(self): + """Gets rid of the used parts of the buffer.""" + self._stream_offset += self._buff_i - self._buf_checkpoint + self._buf_checkpoint = self._buff_i + + def _got_extradata(self): + return self._buff_i < len(self._buffer) + + def _get_extradata(self): + return self._buffer[self._buff_i :] + + def read_bytes(self, n): + ret = self._read(n, raise_outofdata=False) + self._consume() + return ret + + def _read(self, n, raise_outofdata=True): + # (int) -> bytearray + self._reserve(n, raise_outofdata=raise_outofdata) + i = self._buff_i + ret = self._buffer[i : i + n] + self._buff_i = i + len(ret) + return ret + + def _reserve(self, n, raise_outofdata=True): + remain_bytes = len(self._buffer) - self._buff_i - n + + # Fast path: buffer has n bytes already + if remain_bytes >= 0: + return + + if self._feeding: + self._buff_i = self._buf_checkpoint + raise OutOfData + + # Strip buffer before checkpoint before reading file. + if self._buf_checkpoint > 0: + del self._buffer[: self._buf_checkpoint] + self._buff_i -= self._buf_checkpoint + self._buf_checkpoint = 0 + + # Read from file + remain_bytes = -remain_bytes + if remain_bytes + len(self._buffer) > self._max_buffer_size: + raise BufferFull + while remain_bytes > 0: + to_read_bytes = max(self._read_size, remain_bytes) + read_data = self.file_like.read(to_read_bytes) + if not read_data: + break + assert isinstance(read_data, bytes) + self._buffer += read_data + remain_bytes -= len(read_data) + + if len(self._buffer) < n + self._buff_i and raise_outofdata: + self._buff_i = 0 # rollback + raise OutOfData + + def _read_header(self): + typ = TYPE_IMMEDIATE + n = 0 + obj = None + self._reserve(1) + b = self._buffer[self._buff_i] + self._buff_i += 1 + if b & 0b10000000 == 0: + obj = b + elif b & 0b11100000 == 0b11100000: + obj = -1 - (b ^ 0xFF) + elif b & 0b11100000 == 0b10100000: + n = b & 0b00011111 + typ = TYPE_RAW + if n > self._max_str_len: + raise ValueError("%s exceeds max_str_len(%s)" % (n, self._max_str_len)) + obj = self._read(n) + elif b & 0b11110000 == 0b10010000: + n = b & 0b00001111 + typ = TYPE_ARRAY + if n > self._max_array_len: + raise ValueError( + "%s exceeds max_array_len(%s)" % (n, self._max_array_len) + ) + elif b & 0b11110000 == 0b10000000: + n = b & 0b00001111 + typ = TYPE_MAP + if n > self._max_map_len: + raise ValueError("%s exceeds max_map_len(%s)" % (n, self._max_map_len)) + elif b == 0xC0: + obj = None + elif b == 0xC2: + obj = False + elif b == 0xC3: + obj = True + elif 0xC4 <= b <= 0xC6: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + n = _unpack_from(fmt, self._buffer, self._buff_i)[0] + else: + n = self._buffer[self._buff_i] + self._buff_i += size + if n > self._max_bin_len: + raise ValueError("%s exceeds max_bin_len(%s)" % (n, self._max_bin_len)) + obj = self._read(n) + elif 0xC7 <= b <= 0xC9: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + L, n = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if L > self._max_ext_len: + raise ValueError("%s exceeds max_ext_len(%s)" % (L, self._max_ext_len)) + obj = self._read(L) + elif 0xCA <= b <= 0xD3: + size, fmt = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + obj = _unpack_from(fmt, self._buffer, self._buff_i)[0] + else: + obj = self._buffer[self._buff_i] + self._buff_i += size + elif 0xD4 <= b <= 0xD8: + size, fmt, typ = _MSGPACK_HEADERS[b] + if self._max_ext_len < size: + raise ValueError( + "%s exceeds max_ext_len(%s)" % (size, self._max_ext_len) + ) + self._reserve(size + 1) + n, obj = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + 1 + elif 0xD9 <= b <= 0xDB: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + (n,) = _unpack_from(fmt, self._buffer, self._buff_i) + else: + n = self._buffer[self._buff_i] + self._buff_i += size + if n > self._max_str_len: + raise ValueError("%s exceeds max_str_len(%s)" % (n, self._max_str_len)) + obj = self._read(n) + elif 0xDC <= b <= 0xDD: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_array_len: + raise ValueError( + "%s exceeds max_array_len(%s)" % (n, self._max_array_len) + ) + elif 0xDE <= b <= 0xDF: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_map_len: + raise ValueError("%s exceeds max_map_len(%s)" % (n, self._max_map_len)) + else: + raise FormatError("Unknown header: 0x%x" % b) + return typ, n, obj + + def _unpack(self, execute=EX_CONSTRUCT): + typ, n, obj = self._read_header() + + if execute == EX_READ_ARRAY_HEADER: + if typ != TYPE_ARRAY: + raise ValueError("Expected array") + return n + if execute == EX_READ_MAP_HEADER: + if typ != TYPE_MAP: + raise ValueError("Expected map") + return n + # TODO should we eliminate the recursion? + if typ == TYPE_ARRAY: + if execute == EX_SKIP: + for i in xrange(n): + # TODO check whether we need to call `list_hook` + self._unpack(EX_SKIP) + return + ret = newlist_hint(n) + for i in xrange(n): + ret.append(self._unpack(EX_CONSTRUCT)) + if self._list_hook is not None: + ret = self._list_hook(ret) + # TODO is the interaction between `list_hook` and `use_list` ok? + return ret if self._use_list else tuple(ret) + if typ == TYPE_MAP: + if execute == EX_SKIP: + for i in xrange(n): + # TODO check whether we need to call hooks + self._unpack(EX_SKIP) + self._unpack(EX_SKIP) + return + if self._object_pairs_hook is not None: + ret = self._object_pairs_hook( + (self._unpack(EX_CONSTRUCT), self._unpack(EX_CONSTRUCT)) + for _ in xrange(n) + ) + else: + ret = {} + for _ in xrange(n): + key = self._unpack(EX_CONSTRUCT) + if self._strict_map_key and type(key) not in (unicode, bytes): + raise ValueError( + "%s is not allowed for map key" % str(type(key)) + ) + if not PY2 and type(key) is str: + key = sys.intern(key) + ret[key] = self._unpack(EX_CONSTRUCT) + if self._object_hook is not None: + ret = self._object_hook(ret) + return ret + if execute == EX_SKIP: + return + if typ == TYPE_RAW: + if self._raw: + obj = bytes(obj) + else: + obj = obj.decode("utf_8", self._unicode_errors) + return obj + if typ == TYPE_BIN: + return bytes(obj) + if typ == TYPE_EXT: + if n == -1: # timestamp + ts = Timestamp.from_bytes(bytes(obj)) + if self._timestamp == 1: + return ts.to_unix() + elif self._timestamp == 2: + return ts.to_unix_nano() + elif self._timestamp == 3: + return ts.to_datetime() + else: + return ts + else: + return self._ext_hook(n, bytes(obj)) + assert typ == TYPE_IMMEDIATE + return obj + + def __iter__(self): + return self + + def __next__(self): + try: + ret = self._unpack(EX_CONSTRUCT) + self._consume() + return ret + except OutOfData: + self._consume() + raise StopIteration + except RecursionError: + raise StackError + + next = __next__ + + def skip(self): + self._unpack(EX_SKIP) + self._consume() + + def unpack(self): + try: + ret = self._unpack(EX_CONSTRUCT) + except RecursionError: + raise StackError + self._consume() + return ret + + def read_array_header(self): + ret = self._unpack(EX_READ_ARRAY_HEADER) + self._consume() + return ret + + def read_map_header(self): + ret = self._unpack(EX_READ_MAP_HEADER) + self._consume() + return ret + + def tell(self): + return self._stream_offset + + +class Packer(object): + """ + MessagePack Packer + + Usage:: + + packer = Packer() + astream.write(packer.pack(a)) + astream.write(packer.pack(b)) + + Packer's constructor has some keyword arguments: + + :param callable default: + Convert user type to builtin type that Packer supports. + See also simplejson's document. + + :param bool use_single_float: + Use single precision float type for float. (default: False) + + :param bool autoreset: + Reset buffer after each pack and return its content as `bytes`. (default: True). + If set this to false, use `bytes()` to get content and `.reset()` to clear buffer. + + :param bool use_bin_type: + Use bin type introduced in msgpack spec 2.0 for bytes. + It also enables str8 type for unicode. (default: True) + + :param bool strict_types: + If set to true, types will be checked to be exact. Derived classes + from serializable types will not be serialized and will be + treated as unsupported type and forwarded to default. + Additionally tuples will not be serialized as lists. + This is useful when trying to implement accurate serialization + for python types. + + :param bool datetime: + If set to true, datetime with tzinfo is packed into Timestamp type. + Note that the tzinfo is stripped in the timestamp. + You can get UTC datetime with `timestamp=3` option of the Unpacker. + (Python 2 is not supported). + + :param str unicode_errors: + The error handler for encoding unicode. (default: 'strict') + DO NOT USE THIS!! This option is kept for very specific usage. + + Example of streaming deserialize from file-like object:: + + unpacker = Unpacker(file_like) + for o in unpacker: + process(o) + + Example of streaming deserialize from socket:: + + unpacker = Unpacker() + while True: + buf = sock.recv(1024**2) + if not buf: + break + unpacker.feed(buf) + for o in unpacker: + process(o) + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``OutOfData`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + """ + + def __init__( + self, + default=None, + use_single_float=False, + autoreset=True, + use_bin_type=True, + strict_types=False, + datetime=False, + unicode_errors=None, + ): + self._strict_types = strict_types + self._use_float = use_single_float + self._autoreset = autoreset + self._use_bin_type = use_bin_type + self._buffer = StringIO() + if PY2 and datetime: + raise ValueError("datetime is not supported in Python 2") + self._datetime = bool(datetime) + self._unicode_errors = unicode_errors or "strict" + if default is not None: + if not callable(default): + raise TypeError("default must be callable") + self._default = default + + def _pack( + self, + obj, + nest_limit=DEFAULT_RECURSE_LIMIT, + check=isinstance, + check_type_strict=_check_type_strict, + ): + default_used = False + if self._strict_types: + check = check_type_strict + list_types = list + else: + list_types = (list, tuple) + while True: + if nest_limit < 0: + raise ValueError("recursion limit exceeded") + if obj is None: + return self._buffer.write(b"\xc0") + if check(obj, bool): + if obj: + return self._buffer.write(b"\xc3") + return self._buffer.write(b"\xc2") + if check(obj, int_types): + if 0 <= obj < 0x80: + return self._buffer.write(struct.pack("B", obj)) + if -0x20 <= obj < 0: + return self._buffer.write(struct.pack("b", obj)) + if 0x80 <= obj <= 0xFF: + return self._buffer.write(struct.pack("BB", 0xCC, obj)) + if -0x80 <= obj < 0: + return self._buffer.write(struct.pack(">Bb", 0xD0, obj)) + if 0xFF < obj <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xCD, obj)) + if -0x8000 <= obj < -0x80: + return self._buffer.write(struct.pack(">Bh", 0xD1, obj)) + if 0xFFFF < obj <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xCE, obj)) + if -0x80000000 <= obj < -0x8000: + return self._buffer.write(struct.pack(">Bi", 0xD2, obj)) + if 0xFFFFFFFF < obj <= 0xFFFFFFFFFFFFFFFF: + return self._buffer.write(struct.pack(">BQ", 0xCF, obj)) + if -0x8000000000000000 <= obj < -0x80000000: + return self._buffer.write(struct.pack(">Bq", 0xD3, obj)) + if not default_used and self._default is not None: + obj = self._default(obj) + default_used = True + continue + raise OverflowError("Integer value out of range") + if check(obj, (bytes, bytearray)): + n = len(obj) + if n >= 2**32: + raise ValueError("%s is too large" % type(obj).__name__) + self._pack_bin_header(n) + return self._buffer.write(obj) + if check(obj, unicode): + obj = obj.encode("utf-8", self._unicode_errors) + n = len(obj) + if n >= 2**32: + raise ValueError("String is too large") + self._pack_raw_header(n) + return self._buffer.write(obj) + if check(obj, memoryview): + n = obj.nbytes + if n >= 2**32: + raise ValueError("Memoryview is too large") + self._pack_bin_header(n) + return self._buffer.write(obj) + if check(obj, float): + if self._use_float: + return self._buffer.write(struct.pack(">Bf", 0xCA, obj)) + return self._buffer.write(struct.pack(">Bd", 0xCB, obj)) + if check(obj, (ExtType, Timestamp)): + if check(obj, Timestamp): + code = -1 + data = obj.to_bytes() + else: + code = obj.code + data = obj.data + assert isinstance(code, int) + assert isinstance(data, bytes) + L = len(data) + if L == 1: + self._buffer.write(b"\xd4") + elif L == 2: + self._buffer.write(b"\xd5") + elif L == 4: + self._buffer.write(b"\xd6") + elif L == 8: + self._buffer.write(b"\xd7") + elif L == 16: + self._buffer.write(b"\xd8") + elif L <= 0xFF: + self._buffer.write(struct.pack(">BB", 0xC7, L)) + elif L <= 0xFFFF: + self._buffer.write(struct.pack(">BH", 0xC8, L)) + else: + self._buffer.write(struct.pack(">BI", 0xC9, L)) + self._buffer.write(struct.pack("b", code)) + self._buffer.write(data) + return + if check(obj, list_types): + n = len(obj) + self._pack_array_header(n) + for i in xrange(n): + self._pack(obj[i], nest_limit - 1) + return + if check(obj, dict): + return self._pack_map_pairs( + len(obj), dict_iteritems(obj), nest_limit - 1 + ) + + if self._datetime and check(obj, _DateTime) and obj.tzinfo is not None: + obj = Timestamp.from_datetime(obj) + default_used = 1 + continue + + if not default_used and self._default is not None: + obj = self._default(obj) + default_used = 1 + continue + + if self._datetime and check(obj, _DateTime): + raise ValueError("Cannot serialize %r where tzinfo=None" % (obj,)) + + raise TypeError("Cannot serialize %r" % (obj,)) + + def pack(self, obj): + try: + self._pack(obj) + except: + self._buffer = StringIO() # force reset + raise + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_map_pairs(self, pairs): + self._pack_map_pairs(len(pairs), pairs) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_array_header(self, n): + if n >= 2**32: + raise ValueError + self._pack_array_header(n) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_map_header(self, n): + if n >= 2**32: + raise ValueError + self._pack_map_header(n) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_ext_type(self, typecode, data): + if not isinstance(typecode, int): + raise TypeError("typecode must have int type.") + if not 0 <= typecode <= 127: + raise ValueError("typecode should be 0-127") + if not isinstance(data, bytes): + raise TypeError("data must have bytes type") + L = len(data) + if L > 0xFFFFFFFF: + raise ValueError("Too large data") + if L == 1: + self._buffer.write(b"\xd4") + elif L == 2: + self._buffer.write(b"\xd5") + elif L == 4: + self._buffer.write(b"\xd6") + elif L == 8: + self._buffer.write(b"\xd7") + elif L == 16: + self._buffer.write(b"\xd8") + elif L <= 0xFF: + self._buffer.write(b"\xc7" + struct.pack("B", L)) + elif L <= 0xFFFF: + self._buffer.write(b"\xc8" + struct.pack(">H", L)) + else: + self._buffer.write(b"\xc9" + struct.pack(">I", L)) + self._buffer.write(struct.pack("B", typecode)) + self._buffer.write(data) + + def _pack_array_header(self, n): + if n <= 0x0F: + return self._buffer.write(struct.pack("B", 0x90 + n)) + if n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xDC, n)) + if n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xDD, n)) + raise ValueError("Array is too large") + + def _pack_map_header(self, n): + if n <= 0x0F: + return self._buffer.write(struct.pack("B", 0x80 + n)) + if n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xDE, n)) + if n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xDF, n)) + raise ValueError("Dict is too large") + + def _pack_map_pairs(self, n, pairs, nest_limit=DEFAULT_RECURSE_LIMIT): + self._pack_map_header(n) + for (k, v) in pairs: + self._pack(k, nest_limit - 1) + self._pack(v, nest_limit - 1) + + def _pack_raw_header(self, n): + if n <= 0x1F: + self._buffer.write(struct.pack("B", 0xA0 + n)) + elif self._use_bin_type and n <= 0xFF: + self._buffer.write(struct.pack(">BB", 0xD9, n)) + elif n <= 0xFFFF: + self._buffer.write(struct.pack(">BH", 0xDA, n)) + elif n <= 0xFFFFFFFF: + self._buffer.write(struct.pack(">BI", 0xDB, n)) + else: + raise ValueError("Raw is too large") + + def _pack_bin_header(self, n): + if not self._use_bin_type: + return self._pack_raw_header(n) + elif n <= 0xFF: + return self._buffer.write(struct.pack(">BB", 0xC4, n)) + elif n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xC5, n)) + elif n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xC6, n)) + else: + raise ValueError("Bin is too large") + + def bytes(self): + """Return internal buffer contents as bytes object""" + return self._buffer.getvalue() + + def reset(self): + """Reset internal buffer. + + This method is useful only when autoreset=False. + """ + self._buffer = StringIO() + + def getbuffer(self): + """Return view of internal buffer.""" + if USING_STRINGBUILDER or PY2: + return memoryview(self.bytes()) + else: + return self._buffer.getbuffer() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py new file mode 100644 index 0000000..3551bc2 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py @@ -0,0 +1,26 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +__all__ = [ + "__title__", + "__summary__", + "__uri__", + "__version__", + "__author__", + "__email__", + "__license__", + "__copyright__", +] + +__title__ = "packaging" +__summary__ = "Core utilities for Python packages" +__uri__ = "https://github.com/pypa/packaging" + +__version__ = "21.3" + +__author__ = "Donald Stufft and individual contributors" +__email__ = "donald@stufft.io" + +__license__ = "BSD-2-Clause or Apache-2.0" +__copyright__ = "2014-2019 %s" % __author__ diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py new file mode 100644 index 0000000..3c50c5d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py @@ -0,0 +1,25 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +from .__about__ import ( + __author__, + __copyright__, + __email__, + __license__, + __summary__, + __title__, + __uri__, + __version__, +) + +__all__ = [ + "__title__", + "__summary__", + "__uri__", + "__version__", + "__author__", + "__email__", + "__license__", + "__copyright__", +] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0d58eb67ae8e9c5b1fb555eb17f0ad8db637e9ac GIT binary patch literal 637 zcmYL_J&)5c7{{HyrAaSG2ZYcKr+~yzP~vNjfj1$bCq`81CbC#*>^6oZj%=q=GKCL; zSP>hag^8`)REaNe;0XoanB}T%;}8;yqLO@-=vG!l@#kp8 z^Hu$DCM0u9%~P&9Q|?kocV0oe+}(?qsvjg;7wQGZE3T7r;m0DwMO8%jwoNaX`lt2e zOyp5Y-E&hhfOHK%2iy0OT$J^N#CfQ)aRl;dUt;21>P);O2u4w z##?BgFfZ^=>Vx29`qTqFcOR(_6RWi%O5vNb^;>pZ^jh>=fR{*`Eru;Dz)y4qMAr#U zM8>cb3p}slB$C-&icc)o3ePh7UdR>0{+i`$obm;HvNht=p9WZQ&Ab~&aKQ^qKt_eU zH37q$7NP`${i3=azRCnGQ}$Zkfr||o>LuW^YZ%5q+ZuHm^YR{Y?l;!vFla^_+iT42 h;oWAmb)Gf$=HR%owug`5V0`@j==b=^7e_i!{~!Nj!$trA literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8dc4c5b1708d577655a84af3236c3c1dc173f98e GIT binary patch literal 473 zcmYk2zfQw25XS8!ZIV_+Oe{P>25RwVL@Y>*h!rmrT zJkTRP(qlf>ArE!LBT90Tc~6wby`Kc{IFlsNY62j-wlEf8H3LXZ-CLCxEtWBW)Iyb* zP60}l%Bqn=(R5l1+Yh2vwWaHa0G(BXU@2{*Oa+icHbN&GI>Zj{EbBXr9L5d-;yRf) zOR+E=x(^E1|0mlG*^T>~G<>B0hXd>1GmBZ$l7khp&Tp>OF*Z58uB5j{|;6 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f78b556a3063e6ecfb740045eaea6e1771d0d894 GIT binary patch literal 12083 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f51a642d3b80ba77f04e6acf633ed955457cdc59 GIT binary patch literal 6917 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..174d0f6aa54fbe33fc56d172f9f1972f6363a676 GIT binary patch literal 3248 zcmc&#%}*Og6rWwMjR70eVu}eQaYUoWZDAp)T2+d2X+=K{R;1(-E-T|5?4@ScnO%^K zIB?)lsjXD0mEcHE72;3ng^EkN>aG6(l`BQcsqZ&qTVCU(luK9Ix9`1uGw;p&_{}fb z>=>ix_xcOxFv-}T5W0`iVcMS)bI5e|8MD~|v$a!Q{aGU&XQv&rHBDORWRd7u=wzYy zED|lFl&p5_<)`Q4fW$-EZB4V;nr>@6v7y`gfw5)~pCmp(e9AWX2+8RU!%mVs+9#(- z9_y1wNFMK#(Yn>(Y2~5mI{{y8R;piBYTP%QPSdo=%=Uz-l#W|7Ek6+3 zRSJ>&OU+i8wk*M$!m@U!yYb){OI`H{MdVYZ**^O%H`^wLMUIAF@@Vf8bI5|;u>)x3 zv&T+5+V1xmow$6Wheo~P*FysVh&0)%^9!^X0>j@SfhjeN+HVlqXMg0Te*E+(|HGH( zxw~iSyCQ@2NiV2#QSG!IY19)b!--yA6*%FEE=K7i@)@N=7^M&STPHNlSO=>q2!U4i0M!Np0>v}2MHt)5kfgdTeU$@jM=06$N8V{{B-9$w|tgf zz8o~!MaO~a@H{>*wP6K-66x#}VCouv!~(6j!qKn-)JQ3Fe;;d60NE;GzRYWtz}eyb zoe>!gG`*}15>2%ss-8~nOIkQNxXGn47_lsu*C_4zem^vxQaeu@`j{N#z1REYQV!$e zR<@^bf88j2f^L*?x>0hi zOerfKP$&X{Mf!>4=-ALLvOBui?F&_o0T`9#-Mu~7W)X--ReKPBON~(v#_8V;AztE( z$k7IaO)WbuHYf$}vde%ds%!w}2=I{{O~w_oE!%i^E+z?pa$H`bH{dsSgi(oiL=(6e z?+EplaB)K@7q_wZAZ*LQjSUIdy^Lk|KrY=bq#Q_c{0%0-A=VM#`Vo8#zsCNPBeX`m zBTDjz5l0fPBZKtsz$^e^m)aJfw>uxxMiP%dCJP_12t1zoIwwvV!Z literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9fa2c7e322860ede0d9f6820b1eb87644ef3eaf0 GIT binary patch literal 14065 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dfd20b9ecab3ee3dfdcc754b57532af45bcba2b9 GIT binary patch literal 6953 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..622ca5d1b30e9454630266170faf87ddfa9d33f6 GIT binary patch literal 31254 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..93794400549d080171ddf1f200da3dbe1fd79673 GIT binary patch literal 5875 zcmb_gZ%kX)6~FJF|6^>x1PCQBfdm|g$)Bc4NSY>1Ake0SG%0DEG_K)2uwDP_ea|7d zW^6z{suo9W6;IskU#~In>^_t z6{6jAh;cI^*3E`EHy6^mbrcd9feq?I2Dc$(bQ{%oE@%pw-R6+RZK06JiL9Wj1;!#P zmWkFOnzZw^yPQTMBj`ozeLBCg+eV`^NHE++f>E^JX9~R)YOe`;&FgwAVKxf1{CHXPgiIY~Ci{4?y81-UF^vK>}=&|;MuX}@jponaM& z$3r-KJc`NV2}OihkhCox&-*cNurQ+cc!bEH$Aim2))lgYRiWJ%35o4EGSJ>PI_UG_ zP#=y2#6ekVKNS+XB6wJAcU>35*V}{sf%fRA?2CjCxc2RDm;AE0C+Z!1&pRwi?NNWU z-2-Go1h?lq{o&#EnCuTquIMNxx>2igvalYi+vt0m<_x%68~LAZ@3h8^EmwtB zXNzmMQ(?(jC^{_4F&rM$ZVwP67XHLSR{~JoK{C|&5-8ZM_D-Gxl|Y)62e|bk`S$%n z*BB)eb*n`-XsraL&AkA|(7Q_Q0Sl`140^+nuzyg!=^iW&i#HTTiVY}SFft-yOc-G+ zR8AUig@?j{!Nf#~fDO-Mq7KErfd|;T(t_-_N)v=<#o;Sx0nj(m+YU&Xz4Vo%yF@fX)@}Z)3aG4Rw zMGb-03e;m%m`K^7`d_3X@>`%23wuq7qX zs}hvpQ$m7*rqz{+p>HZTpQBm90FsuV{{(H&EEOQuwy8XqrxAFTpnrxZvD;1Mxjaq4 zvjqJ{o~8AeDBh6^s1eCJZOJBtInWmxq%WfjXawD0E~633X^!7C5sz`v=a+c+fmMw1 zl0W1RdR2E&@Kr94N0PC})5Z_PWZnl(BoY>RFkv|;@`8T|oQD`56jfFue%Z$p#2fLB z@_s@c7J{Orc409ndL@`C4u{0BoX0;*Oly_e9@n>Ab?tSwHYxDt+F+Oj!VbWHWj|D} zBMOW&f!+bo2N+s2QcAm$zoPC?6#9joMWg6<%m_6@_0CWLIWnH17235|p>C`PmsR7j zVKFS;h~ne%<_$Pg014NzUy#+1J(Ks;JwiCAB%p1%w7|{{_r&Q>4miYUVpa!@Q-*OVa2(k z5lN1-E1cl*R=CQx3)S2KDK(Y(|(m}WZ zN%X{o3>A~jpB|XgZ(F8W^@JbUx(#}#*~r>aw?^sCd%7ls)F9PY#F zuN%H>nA_WzYw63`&(E=M=2^yX#xwdC3JfRTymM*l66kZf{|onwd#?U)&T)9oa3oLq z!Oagc`UZ_Omg>KEkZ5o&NQ`PtC z@7AZR`5i2o%RV|ZacJ`3&yQ!=+8>^rq>!!Qdqf+zE>+h3taq7%)~ZB2!7t67+tF9s z&7JMcS1t-_#h^ut8*VT0W2$cqsJ=0Q0!71vkwOuQCMa2DLai17{NZ}+x&<)?n~LTSlj|ikZEuM5T*tDm_dF)V+y;g*sybBf=zGBj_=ACrJB zzV~^oMsOrN%!gy40l=`x5CrW2MuZP>QL3L(XpbjuzINs6$W_7Rd1rT1yjo)x%_lfK z2~InBObiBhlI4mN12I43T6y*ze4K+Ujc;D1n$_6u<|Z}s+^I(NEL4TM!ZR%{-136go{<7_pyRt&F_g-K@0_zACJ z9En9Sx$RC9K1o>W1h3>1CHx9`F{)`D*}EE!=KXbn^lX?3 zKUsRL=Um7Elt6@-v(H z2nJ|^*#w$YREpP>X4Antb@(+nB87nuJLz^<*RY0rG)p={%!Sti$bEX(rAo^fgN?6+pCYJ4xx`exmk#_pW8Cu8V& zw88j-Icp;r9=Y=4uVmOd^|m{==D|`Yk4E8}5hj-%6BmHV<-jB{%71uxo3uy_paP-_ zc4}Okk8lY@jxK{5Q4ZSb$LyQc3@S3e-bUD<(vlzC%a;f{y$R@!z4gC9`ePF^Q*YQ=RF? zw3KeSdoE*d&6?YihHvdPnOf)cftRhQm5t$$ECZOQI9xQyU^ zwsD0#miwvgRLg?ZzRbXLi8GBKPaR5kPy1(?nQ+E@EX%#T!okRLH&sb(O&?fB@R&aM UpyA<`%)ahyYtIwXp`O^k05K#m3jhEB literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..32e7016d4d07b7b001c49d1d1bf4cf13a2fb7afc GIT binary patch literal 19946 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py new file mode 100644 index 0000000..4c379aa --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py @@ -0,0 +1,301 @@ +import collections +import functools +import os +import re +import struct +import sys +import warnings +from typing import IO, Dict, Iterator, NamedTuple, Optional, Tuple + + +# Python does not provide platform information at sufficient granularity to +# identify the architecture of the running executable in some cases, so we +# determine it dynamically by reading the information from the running +# process. This only applies on Linux, which uses the ELF format. +class _ELFFileHeader: + # https://en.wikipedia.org/wiki/Executable_and_Linkable_Format#File_header + class _InvalidELFFileHeader(ValueError): + """ + An invalid ELF file header was found. + """ + + ELF_MAGIC_NUMBER = 0x7F454C46 + ELFCLASS32 = 1 + ELFCLASS64 = 2 + ELFDATA2LSB = 1 + ELFDATA2MSB = 2 + EM_386 = 3 + EM_S390 = 22 + EM_ARM = 40 + EM_X86_64 = 62 + EF_ARM_ABIMASK = 0xFF000000 + EF_ARM_ABI_VER5 = 0x05000000 + EF_ARM_ABI_FLOAT_HARD = 0x00000400 + + def __init__(self, file: IO[bytes]) -> None: + def unpack(fmt: str) -> int: + try: + data = file.read(struct.calcsize(fmt)) + result: Tuple[int, ...] = struct.unpack(fmt, data) + except struct.error: + raise _ELFFileHeader._InvalidELFFileHeader() + return result[0] + + self.e_ident_magic = unpack(">I") + if self.e_ident_magic != self.ELF_MAGIC_NUMBER: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_class = unpack("B") + if self.e_ident_class not in {self.ELFCLASS32, self.ELFCLASS64}: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_data = unpack("B") + if self.e_ident_data not in {self.ELFDATA2LSB, self.ELFDATA2MSB}: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_version = unpack("B") + self.e_ident_osabi = unpack("B") + self.e_ident_abiversion = unpack("B") + self.e_ident_pad = file.read(7) + format_h = "H" + format_i = "I" + format_q = "Q" + format_p = format_i if self.e_ident_class == self.ELFCLASS32 else format_q + self.e_type = unpack(format_h) + self.e_machine = unpack(format_h) + self.e_version = unpack(format_i) + self.e_entry = unpack(format_p) + self.e_phoff = unpack(format_p) + self.e_shoff = unpack(format_p) + self.e_flags = unpack(format_i) + self.e_ehsize = unpack(format_h) + self.e_phentsize = unpack(format_h) + self.e_phnum = unpack(format_h) + self.e_shentsize = unpack(format_h) + self.e_shnum = unpack(format_h) + self.e_shstrndx = unpack(format_h) + + +def _get_elf_header() -> Optional[_ELFFileHeader]: + try: + with open(sys.executable, "rb") as f: + elf_header = _ELFFileHeader(f) + except (OSError, TypeError, _ELFFileHeader._InvalidELFFileHeader): + return None + return elf_header + + +def _is_linux_armhf() -> bool: + # hard-float ABI can be detected from the ELF header of the running + # process + # https://static.docs.arm.com/ihi0044/g/aaelf32.pdf + elf_header = _get_elf_header() + if elf_header is None: + return False + result = elf_header.e_ident_class == elf_header.ELFCLASS32 + result &= elf_header.e_ident_data == elf_header.ELFDATA2LSB + result &= elf_header.e_machine == elf_header.EM_ARM + result &= ( + elf_header.e_flags & elf_header.EF_ARM_ABIMASK + ) == elf_header.EF_ARM_ABI_VER5 + result &= ( + elf_header.e_flags & elf_header.EF_ARM_ABI_FLOAT_HARD + ) == elf_header.EF_ARM_ABI_FLOAT_HARD + return result + + +def _is_linux_i686() -> bool: + elf_header = _get_elf_header() + if elf_header is None: + return False + result = elf_header.e_ident_class == elf_header.ELFCLASS32 + result &= elf_header.e_ident_data == elf_header.ELFDATA2LSB + result &= elf_header.e_machine == elf_header.EM_386 + return result + + +def _have_compatible_abi(arch: str) -> bool: + if arch == "armv7l": + return _is_linux_armhf() + if arch == "i686": + return _is_linux_i686() + return arch in {"x86_64", "aarch64", "ppc64", "ppc64le", "s390x"} + + +# If glibc ever changes its major version, we need to know what the last +# minor version was, so we can build the complete list of all versions. +# For now, guess what the highest minor version might be, assume it will +# be 50 for testing. Once this actually happens, update the dictionary +# with the actual value. +_LAST_GLIBC_MINOR: Dict[int, int] = collections.defaultdict(lambda: 50) + + +class _GLibCVersion(NamedTuple): + major: int + minor: int + + +def _glibc_version_string_confstr() -> Optional[str]: + """ + Primary implementation of glibc_version_string using os.confstr. + """ + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module. + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c/Lib/platform.py#L175-L183 + try: + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17". + version_string = os.confstr("CS_GNU_LIBC_VERSION") + assert version_string is not None + _, version = version_string.split() + except (AssertionError, AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def _glibc_version_string_ctypes() -> Optional[str]: + """ + Fallback implementation of glibc_version_string using ctypes. + """ + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + # + # We must also handle the special case where the executable is not a + # dynamically linked executable. This can occur when using musl libc, + # for example. In this situation, dlopen() will error, leading to an + # OSError. Interestingly, at least in the case of musl, there is no + # errno set on the OSError. The single string argument used to construct + # OSError comes from libc itself and is therefore not portable to + # hard code here. In any case, failure to call dlopen() means we + # can proceed, so we bail on our attempt. + try: + process_namespace = ctypes.CDLL(None) + except OSError: + return None + + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str: str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +def _glibc_version_string() -> Optional[str]: + """Returns glibc version string, or None if not using glibc.""" + return _glibc_version_string_confstr() or _glibc_version_string_ctypes() + + +def _parse_glibc_version(version_str: str) -> Tuple[int, int]: + """Parse glibc version. + + We use a regexp instead of str.split because we want to discard any + random junk that might come after the minor version -- this might happen + in patched/forked versions of glibc (e.g. Linaro's version of glibc + uses version strings like "2.20-2014.11"). See gh-3588. + """ + m = re.match(r"(?P[0-9]+)\.(?P[0-9]+)", version_str) + if not m: + warnings.warn( + "Expected glibc version with 2 components major.minor," + " got: %s" % version_str, + RuntimeWarning, + ) + return -1, -1 + return int(m.group("major")), int(m.group("minor")) + + +@functools.lru_cache() +def _get_glibc_version() -> Tuple[int, int]: + version_str = _glibc_version_string() + if version_str is None: + return (-1, -1) + return _parse_glibc_version(version_str) + + +# From PEP 513, PEP 600 +def _is_compatible(name: str, arch: str, version: _GLibCVersion) -> bool: + sys_glibc = _get_glibc_version() + if sys_glibc < version: + return False + # Check for presence of _manylinux module. + try: + import _manylinux # noqa + except ImportError: + return True + if hasattr(_manylinux, "manylinux_compatible"): + result = _manylinux.manylinux_compatible(version[0], version[1], arch) + if result is not None: + return bool(result) + return True + if version == _GLibCVersion(2, 5): + if hasattr(_manylinux, "manylinux1_compatible"): + return bool(_manylinux.manylinux1_compatible) + if version == _GLibCVersion(2, 12): + if hasattr(_manylinux, "manylinux2010_compatible"): + return bool(_manylinux.manylinux2010_compatible) + if version == _GLibCVersion(2, 17): + if hasattr(_manylinux, "manylinux2014_compatible"): + return bool(_manylinux.manylinux2014_compatible) + return True + + +_LEGACY_MANYLINUX_MAP = { + # CentOS 7 w/ glibc 2.17 (PEP 599) + (2, 17): "manylinux2014", + # CentOS 6 w/ glibc 2.12 (PEP 571) + (2, 12): "manylinux2010", + # CentOS 5 w/ glibc 2.5 (PEP 513) + (2, 5): "manylinux1", +} + + +def platform_tags(linux: str, arch: str) -> Iterator[str]: + if not _have_compatible_abi(arch): + return + # Oldest glibc to be supported regardless of architecture is (2, 17). + too_old_glibc2 = _GLibCVersion(2, 16) + if arch in {"x86_64", "i686"}: + # On x86/i686 also oldest glibc to be supported is (2, 5). + too_old_glibc2 = _GLibCVersion(2, 4) + current_glibc = _GLibCVersion(*_get_glibc_version()) + glibc_max_list = [current_glibc] + # We can assume compatibility across glibc major versions. + # https://sourceware.org/bugzilla/show_bug.cgi?id=24636 + # + # Build a list of maximum glibc versions so that we can + # output the canonical list of all glibc from current_glibc + # down to too_old_glibc2, including all intermediary versions. + for glibc_major in range(current_glibc.major - 1, 1, -1): + glibc_minor = _LAST_GLIBC_MINOR[glibc_major] + glibc_max_list.append(_GLibCVersion(glibc_major, glibc_minor)) + for glibc_max in glibc_max_list: + if glibc_max.major == too_old_glibc2.major: + min_minor = too_old_glibc2.minor + else: + # For other glibc major versions oldest supported is (x, 0). + min_minor = -1 + for glibc_minor in range(glibc_max.minor, min_minor, -1): + glibc_version = _GLibCVersion(glibc_max.major, glibc_minor) + tag = "manylinux_{}_{}".format(*glibc_version) + if _is_compatible(tag, arch, glibc_version): + yield linux.replace("linux", tag) + # Handle the legacy manylinux1, manylinux2010, manylinux2014 tags. + if glibc_version in _LEGACY_MANYLINUX_MAP: + legacy_tag = _LEGACY_MANYLINUX_MAP[glibc_version] + if _is_compatible(legacy_tag, arch, glibc_version): + yield linux.replace("linux", legacy_tag) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py new file mode 100644 index 0000000..8ac3059 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py @@ -0,0 +1,136 @@ +"""PEP 656 support. + +This module implements logic to detect if the currently running Python is +linked against musl, and what musl version is used. +""" + +import contextlib +import functools +import operator +import os +import re +import struct +import subprocess +import sys +from typing import IO, Iterator, NamedTuple, Optional, Tuple + + +def _read_unpacked(f: IO[bytes], fmt: str) -> Tuple[int, ...]: + return struct.unpack(fmt, f.read(struct.calcsize(fmt))) + + +def _parse_ld_musl_from_elf(f: IO[bytes]) -> Optional[str]: + """Detect musl libc location by parsing the Python executable. + + Based on: https://gist.github.com/lyssdod/f51579ae8d93c8657a5564aefc2ffbca + ELF header: https://refspecs.linuxfoundation.org/elf/gabi4+/ch4.eheader.html + """ + f.seek(0) + try: + ident = _read_unpacked(f, "16B") + except struct.error: + return None + if ident[:4] != tuple(b"\x7fELF"): # Invalid magic, not ELF. + return None + f.seek(struct.calcsize("HHI"), 1) # Skip file type, machine, and version. + + try: + # e_fmt: Format for program header. + # p_fmt: Format for section header. + # p_idx: Indexes to find p_type, p_offset, and p_filesz. + e_fmt, p_fmt, p_idx = { + 1: ("IIIIHHH", "IIIIIIII", (0, 1, 4)), # 32-bit. + 2: ("QQQIHHH", "IIQQQQQQ", (0, 2, 5)), # 64-bit. + }[ident[4]] + except KeyError: + return None + else: + p_get = operator.itemgetter(*p_idx) + + # Find the interpreter section and return its content. + try: + _, e_phoff, _, _, _, e_phentsize, e_phnum = _read_unpacked(f, e_fmt) + except struct.error: + return None + for i in range(e_phnum + 1): + f.seek(e_phoff + e_phentsize * i) + try: + p_type, p_offset, p_filesz = p_get(_read_unpacked(f, p_fmt)) + except struct.error: + return None + if p_type != 3: # Not PT_INTERP. + continue + f.seek(p_offset) + interpreter = os.fsdecode(f.read(p_filesz)).strip("\0") + if "musl" not in interpreter: + return None + return interpreter + return None + + +class _MuslVersion(NamedTuple): + major: int + minor: int + + +def _parse_musl_version(output: str) -> Optional[_MuslVersion]: + lines = [n for n in (n.strip() for n in output.splitlines()) if n] + if len(lines) < 2 or lines[0][:4] != "musl": + return None + m = re.match(r"Version (\d+)\.(\d+)", lines[1]) + if not m: + return None + return _MuslVersion(major=int(m.group(1)), minor=int(m.group(2))) + + +@functools.lru_cache() +def _get_musl_version(executable: str) -> Optional[_MuslVersion]: + """Detect currently-running musl runtime version. + + This is done by checking the specified executable's dynamic linking + information, and invoking the loader to parse its output for a version + string. If the loader is musl, the output would be something like:: + + musl libc (x86_64) + Version 1.2.2 + Dynamic Program Loader + """ + with contextlib.ExitStack() as stack: + try: + f = stack.enter_context(open(executable, "rb")) + except OSError: + return None + ld = _parse_ld_musl_from_elf(f) + if not ld: + return None + proc = subprocess.run([ld], stderr=subprocess.PIPE, universal_newlines=True) + return _parse_musl_version(proc.stderr) + + +def platform_tags(arch: str) -> Iterator[str]: + """Generate musllinux tags compatible to the current platform. + + :param arch: Should be the part of platform tag after the ``linux_`` + prefix, e.g. ``x86_64``. The ``linux_`` prefix is assumed as a + prerequisite for the current platform to be musllinux-compatible. + + :returns: An iterator of compatible musllinux tags. + """ + sys_musl = _get_musl_version(sys.executable) + if sys_musl is None: # Python not dynamically linked against musl. + return + for minor in range(sys_musl.minor, -1, -1): + yield f"musllinux_{sys_musl.major}_{minor}_{arch}" + + +if __name__ == "__main__": # pragma: no cover + import sysconfig + + plat = sysconfig.get_platform() + assert plat.startswith("linux-"), "not linux" + + print("plat:", plat) + print("musl:", _get_musl_version(sys.executable)) + print("tags:", end=" ") + for t in platform_tags(re.sub(r"[.-]", "_", plat.split("-", 1)[-1])): + print(t, end="\n ") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py new file mode 100644 index 0000000..90a6465 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py @@ -0,0 +1,61 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + + +class InfinityType: + def __repr__(self) -> str: + return "Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return False + + def __le__(self, other: object) -> bool: + return False + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return True + + def __ge__(self, other: object) -> bool: + return True + + def __neg__(self: object) -> "NegativeInfinityType": + return NegativeInfinity + + +Infinity = InfinityType() + + +class NegativeInfinityType: + def __repr__(self) -> str: + return "-Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return True + + def __le__(self, other: object) -> bool: + return True + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return False + + def __ge__(self, other: object) -> bool: + return False + + def __neg__(self: object) -> InfinityType: + return Infinity + + +NegativeInfinity = NegativeInfinityType() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py new file mode 100644 index 0000000..540e7a4 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py @@ -0,0 +1,304 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import operator +import os +import platform +import sys +from typing import Any, Callable, Dict, List, Optional, Tuple, Union + +from pip._vendor.pyparsing import ( # noqa: N817 + Forward, + Group, + Literal as L, + ParseException, + ParseResults, + QuotedString, + ZeroOrMore, + stringEnd, + stringStart, +) + +from .specifiers import InvalidSpecifier, Specifier + +__all__ = [ + "InvalidMarker", + "UndefinedComparison", + "UndefinedEnvironmentName", + "Marker", + "default_environment", +] + +Operator = Callable[[str, str], bool] + + +class InvalidMarker(ValueError): + """ + An invalid marker was found, users should refer to PEP 508. + """ + + +class UndefinedComparison(ValueError): + """ + An invalid operation was attempted on a value that doesn't support it. + """ + + +class UndefinedEnvironmentName(ValueError): + """ + A name was attempted to be used that does not exist inside of the + environment. + """ + + +class Node: + def __init__(self, value: Any) -> None: + self.value = value + + def __str__(self) -> str: + return str(self.value) + + def __repr__(self) -> str: + return f"<{self.__class__.__name__}('{self}')>" + + def serialize(self) -> str: + raise NotImplementedError + + +class Variable(Node): + def serialize(self) -> str: + return str(self) + + +class Value(Node): + def serialize(self) -> str: + return f'"{self}"' + + +class Op(Node): + def serialize(self) -> str: + return str(self) + + +VARIABLE = ( + L("implementation_version") + | L("platform_python_implementation") + | L("implementation_name") + | L("python_full_version") + | L("platform_release") + | L("platform_version") + | L("platform_machine") + | L("platform_system") + | L("python_version") + | L("sys_platform") + | L("os_name") + | L("os.name") # PEP-345 + | L("sys.platform") # PEP-345 + | L("platform.version") # PEP-345 + | L("platform.machine") # PEP-345 + | L("platform.python_implementation") # PEP-345 + | L("python_implementation") # undocumented setuptools legacy + | L("extra") # PEP-508 +) +ALIASES = { + "os.name": "os_name", + "sys.platform": "sys_platform", + "platform.version": "platform_version", + "platform.machine": "platform_machine", + "platform.python_implementation": "platform_python_implementation", + "python_implementation": "platform_python_implementation", +} +VARIABLE.setParseAction(lambda s, l, t: Variable(ALIASES.get(t[0], t[0]))) + +VERSION_CMP = ( + L("===") | L("==") | L(">=") | L("<=") | L("!=") | L("~=") | L(">") | L("<") +) + +MARKER_OP = VERSION_CMP | L("not in") | L("in") +MARKER_OP.setParseAction(lambda s, l, t: Op(t[0])) + +MARKER_VALUE = QuotedString("'") | QuotedString('"') +MARKER_VALUE.setParseAction(lambda s, l, t: Value(t[0])) + +BOOLOP = L("and") | L("or") + +MARKER_VAR = VARIABLE | MARKER_VALUE + +MARKER_ITEM = Group(MARKER_VAR + MARKER_OP + MARKER_VAR) +MARKER_ITEM.setParseAction(lambda s, l, t: tuple(t[0])) + +LPAREN = L("(").suppress() +RPAREN = L(")").suppress() + +MARKER_EXPR = Forward() +MARKER_ATOM = MARKER_ITEM | Group(LPAREN + MARKER_EXPR + RPAREN) +MARKER_EXPR << MARKER_ATOM + ZeroOrMore(BOOLOP + MARKER_EXPR) + +MARKER = stringStart + MARKER_EXPR + stringEnd + + +def _coerce_parse_result(results: Union[ParseResults, List[Any]]) -> List[Any]: + if isinstance(results, ParseResults): + return [_coerce_parse_result(i) for i in results] + else: + return results + + +def _format_marker( + marker: Union[List[str], Tuple[Node, ...], str], first: Optional[bool] = True +) -> str: + + assert isinstance(marker, (list, tuple, str)) + + # Sometimes we have a structure like [[...]] which is a single item list + # where the single item is itself it's own list. In that case we want skip + # the rest of this function so that we don't get extraneous () on the + # outside. + if ( + isinstance(marker, list) + and len(marker) == 1 + and isinstance(marker[0], (list, tuple)) + ): + return _format_marker(marker[0]) + + if isinstance(marker, list): + inner = (_format_marker(m, first=False) for m in marker) + if first: + return " ".join(inner) + else: + return "(" + " ".join(inner) + ")" + elif isinstance(marker, tuple): + return " ".join([m.serialize() for m in marker]) + else: + return marker + + +_operators: Dict[str, Operator] = { + "in": lambda lhs, rhs: lhs in rhs, + "not in": lambda lhs, rhs: lhs not in rhs, + "<": operator.lt, + "<=": operator.le, + "==": operator.eq, + "!=": operator.ne, + ">=": operator.ge, + ">": operator.gt, +} + + +def _eval_op(lhs: str, op: Op, rhs: str) -> bool: + try: + spec = Specifier("".join([op.serialize(), rhs])) + except InvalidSpecifier: + pass + else: + return spec.contains(lhs) + + oper: Optional[Operator] = _operators.get(op.serialize()) + if oper is None: + raise UndefinedComparison(f"Undefined {op!r} on {lhs!r} and {rhs!r}.") + + return oper(lhs, rhs) + + +class Undefined: + pass + + +_undefined = Undefined() + + +def _get_env(environment: Dict[str, str], name: str) -> str: + value: Union[str, Undefined] = environment.get(name, _undefined) + + if isinstance(value, Undefined): + raise UndefinedEnvironmentName( + f"{name!r} does not exist in evaluation environment." + ) + + return value + + +def _evaluate_markers(markers: List[Any], environment: Dict[str, str]) -> bool: + groups: List[List[bool]] = [[]] + + for marker in markers: + assert isinstance(marker, (list, tuple, str)) + + if isinstance(marker, list): + groups[-1].append(_evaluate_markers(marker, environment)) + elif isinstance(marker, tuple): + lhs, op, rhs = marker + + if isinstance(lhs, Variable): + lhs_value = _get_env(environment, lhs.value) + rhs_value = rhs.value + else: + lhs_value = lhs.value + rhs_value = _get_env(environment, rhs.value) + + groups[-1].append(_eval_op(lhs_value, op, rhs_value)) + else: + assert marker in ["and", "or"] + if marker == "or": + groups.append([]) + + return any(all(item) for item in groups) + + +def format_full_version(info: "sys._version_info") -> str: + version = "{0.major}.{0.minor}.{0.micro}".format(info) + kind = info.releaselevel + if kind != "final": + version += kind[0] + str(info.serial) + return version + + +def default_environment() -> Dict[str, str]: + iver = format_full_version(sys.implementation.version) + implementation_name = sys.implementation.name + return { + "implementation_name": implementation_name, + "implementation_version": iver, + "os_name": os.name, + "platform_machine": platform.machine(), + "platform_release": platform.release(), + "platform_system": platform.system(), + "platform_version": platform.version(), + "python_full_version": platform.python_version(), + "platform_python_implementation": platform.python_implementation(), + "python_version": ".".join(platform.python_version_tuple()[:2]), + "sys_platform": sys.platform, + } + + +class Marker: + def __init__(self, marker: str) -> None: + try: + self._markers = _coerce_parse_result(MARKER.parseString(marker)) + except ParseException as e: + raise InvalidMarker( + f"Invalid marker: {marker!r}, parse error at " + f"{marker[e.loc : e.loc + 8]!r}" + ) + + def __str__(self) -> str: + return _format_marker(self._markers) + + def __repr__(self) -> str: + return f"" + + def evaluate(self, environment: Optional[Dict[str, str]] = None) -> bool: + """Evaluate a marker. + + Return the boolean from evaluating the given marker against the + environment. environment is an optional argument to override all or + part of the determined environment. + + The environment is determined from the current Python process. + """ + current_environment = default_environment() + if environment is not None: + current_environment.update(environment) + + return _evaluate_markers(self._markers, current_environment) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py new file mode 100644 index 0000000..1eab7dd --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py @@ -0,0 +1,146 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import re +import string +import urllib.parse +from typing import List, Optional as TOptional, Set + +from pip._vendor.pyparsing import ( # noqa + Combine, + Literal as L, + Optional, + ParseException, + Regex, + Word, + ZeroOrMore, + originalTextFor, + stringEnd, + stringStart, +) + +from .markers import MARKER_EXPR, Marker +from .specifiers import LegacySpecifier, Specifier, SpecifierSet + + +class InvalidRequirement(ValueError): + """ + An invalid requirement was found, users should refer to PEP 508. + """ + + +ALPHANUM = Word(string.ascii_letters + string.digits) + +LBRACKET = L("[").suppress() +RBRACKET = L("]").suppress() +LPAREN = L("(").suppress() +RPAREN = L(")").suppress() +COMMA = L(",").suppress() +SEMICOLON = L(";").suppress() +AT = L("@").suppress() + +PUNCTUATION = Word("-_.") +IDENTIFIER_END = ALPHANUM | (ZeroOrMore(PUNCTUATION) + ALPHANUM) +IDENTIFIER = Combine(ALPHANUM + ZeroOrMore(IDENTIFIER_END)) + +NAME = IDENTIFIER("name") +EXTRA = IDENTIFIER + +URI = Regex(r"[^ ]+")("url") +URL = AT + URI + +EXTRAS_LIST = EXTRA + ZeroOrMore(COMMA + EXTRA) +EXTRAS = (LBRACKET + Optional(EXTRAS_LIST) + RBRACKET)("extras") + +VERSION_PEP440 = Regex(Specifier._regex_str, re.VERBOSE | re.IGNORECASE) +VERSION_LEGACY = Regex(LegacySpecifier._regex_str, re.VERBOSE | re.IGNORECASE) + +VERSION_ONE = VERSION_PEP440 ^ VERSION_LEGACY +VERSION_MANY = Combine( + VERSION_ONE + ZeroOrMore(COMMA + VERSION_ONE), joinString=",", adjacent=False +)("_raw_spec") +_VERSION_SPEC = Optional((LPAREN + VERSION_MANY + RPAREN) | VERSION_MANY) +_VERSION_SPEC.setParseAction(lambda s, l, t: t._raw_spec or "") + +VERSION_SPEC = originalTextFor(_VERSION_SPEC)("specifier") +VERSION_SPEC.setParseAction(lambda s, l, t: t[1]) + +MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker") +MARKER_EXPR.setParseAction( + lambda s, l, t: Marker(s[t._original_start : t._original_end]) +) +MARKER_SEPARATOR = SEMICOLON +MARKER = MARKER_SEPARATOR + MARKER_EXPR + +VERSION_AND_MARKER = VERSION_SPEC + Optional(MARKER) +URL_AND_MARKER = URL + Optional(MARKER) + +NAMED_REQUIREMENT = NAME + Optional(EXTRAS) + (URL_AND_MARKER | VERSION_AND_MARKER) + +REQUIREMENT = stringStart + NAMED_REQUIREMENT + stringEnd +# pyparsing isn't thread safe during initialization, so we do it eagerly, see +# issue #104 +REQUIREMENT.parseString("x[]") + + +class Requirement: + """Parse a requirement. + + Parse a given requirement string into its parts, such as name, specifier, + URL, and extras. Raises InvalidRequirement on a badly-formed requirement + string. + """ + + # TODO: Can we test whether something is contained within a requirement? + # If so how do we do that? Do we need to test against the _name_ of + # the thing as well as the version? What about the markers? + # TODO: Can we normalize the name and extra name? + + def __init__(self, requirement_string: str) -> None: + try: + req = REQUIREMENT.parseString(requirement_string) + except ParseException as e: + raise InvalidRequirement( + f'Parse error at "{ requirement_string[e.loc : e.loc + 8]!r}": {e.msg}' + ) + + self.name: str = req.name + if req.url: + parsed_url = urllib.parse.urlparse(req.url) + if parsed_url.scheme == "file": + if urllib.parse.urlunparse(parsed_url) != req.url: + raise InvalidRequirement("Invalid URL given") + elif not (parsed_url.scheme and parsed_url.netloc) or ( + not parsed_url.scheme and not parsed_url.netloc + ): + raise InvalidRequirement(f"Invalid URL: {req.url}") + self.url: TOptional[str] = req.url + else: + self.url = None + self.extras: Set[str] = set(req.extras.asList() if req.extras else []) + self.specifier: SpecifierSet = SpecifierSet(req.specifier) + self.marker: TOptional[Marker] = req.marker if req.marker else None + + def __str__(self) -> str: + parts: List[str] = [self.name] + + if self.extras: + formatted_extras = ",".join(sorted(self.extras)) + parts.append(f"[{formatted_extras}]") + + if self.specifier: + parts.append(str(self.specifier)) + + if self.url: + parts.append(f"@ {self.url}") + if self.marker: + parts.append(" ") + + if self.marker: + parts.append(f"; {self.marker}") + + return "".join(parts) + + def __repr__(self) -> str: + return f"" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py new file mode 100644 index 0000000..0e218a6 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py @@ -0,0 +1,802 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import abc +import functools +import itertools +import re +import warnings +from typing import ( + Callable, + Dict, + Iterable, + Iterator, + List, + Optional, + Pattern, + Set, + Tuple, + TypeVar, + Union, +) + +from .utils import canonicalize_version +from .version import LegacyVersion, Version, parse + +ParsedVersion = Union[Version, LegacyVersion] +UnparsedVersion = Union[Version, LegacyVersion, str] +VersionTypeVar = TypeVar("VersionTypeVar", bound=UnparsedVersion) +CallableOperator = Callable[[ParsedVersion, str], bool] + + +class InvalidSpecifier(ValueError): + """ + An invalid specifier was found, users should refer to PEP 440. + """ + + +class BaseSpecifier(metaclass=abc.ABCMeta): + @abc.abstractmethod + def __str__(self) -> str: + """ + Returns the str representation of this Specifier like object. This + should be representative of the Specifier itself. + """ + + @abc.abstractmethod + def __hash__(self) -> int: + """ + Returns a hash value for this Specifier like object. + """ + + @abc.abstractmethod + def __eq__(self, other: object) -> bool: + """ + Returns a boolean representing whether or not the two Specifier like + objects are equal. + """ + + @abc.abstractproperty + def prereleases(self) -> Optional[bool]: + """ + Returns whether or not pre-releases as a whole are allowed by this + specifier. + """ + + @prereleases.setter + def prereleases(self, value: bool) -> None: + """ + Sets whether or not pre-releases as a whole are allowed by this + specifier. + """ + + @abc.abstractmethod + def contains(self, item: str, prereleases: Optional[bool] = None) -> bool: + """ + Determines if the given item is contained within this specifier. + """ + + @abc.abstractmethod + def filter( + self, iterable: Iterable[VersionTypeVar], prereleases: Optional[bool] = None + ) -> Iterable[VersionTypeVar]: + """ + Takes an iterable of items and filters them so that only items which + are contained within this specifier are allowed in it. + """ + + +class _IndividualSpecifier(BaseSpecifier): + + _operators: Dict[str, str] = {} + _regex: Pattern[str] + + def __init__(self, spec: str = "", prereleases: Optional[bool] = None) -> None: + match = self._regex.search(spec) + if not match: + raise InvalidSpecifier(f"Invalid specifier: '{spec}'") + + self._spec: Tuple[str, str] = ( + match.group("operator").strip(), + match.group("version").strip(), + ) + + # Store whether or not this Specifier should accept prereleases + self._prereleases = prereleases + + def __repr__(self) -> str: + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"<{self.__class__.__name__}({str(self)!r}{pre})>" + + def __str__(self) -> str: + return "{}{}".format(*self._spec) + + @property + def _canonical_spec(self) -> Tuple[str, str]: + return self._spec[0], canonicalize_version(self._spec[1]) + + def __hash__(self) -> int: + return hash(self._canonical_spec) + + def __eq__(self, other: object) -> bool: + if isinstance(other, str): + try: + other = self.__class__(str(other)) + except InvalidSpecifier: + return NotImplemented + elif not isinstance(other, self.__class__): + return NotImplemented + + return self._canonical_spec == other._canonical_spec + + def _get_operator(self, op: str) -> CallableOperator: + operator_callable: CallableOperator = getattr( + self, f"_compare_{self._operators[op]}" + ) + return operator_callable + + def _coerce_version(self, version: UnparsedVersion) -> ParsedVersion: + if not isinstance(version, (LegacyVersion, Version)): + version = parse(version) + return version + + @property + def operator(self) -> str: + return self._spec[0] + + @property + def version(self) -> str: + return self._spec[1] + + @property + def prereleases(self) -> Optional[bool]: + return self._prereleases + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + def __contains__(self, item: str) -> bool: + return self.contains(item) + + def contains( + self, item: UnparsedVersion, prereleases: Optional[bool] = None + ) -> bool: + + # Determine if prereleases are to be allowed or not. + if prereleases is None: + prereleases = self.prereleases + + # Normalize item to a Version or LegacyVersion, this allows us to have + # a shortcut for ``"2.0" in Specifier(">=2") + normalized_item = self._coerce_version(item) + + # Determine if we should be supporting prereleases in this specifier + # or not, if we do not support prereleases than we can short circuit + # logic if this version is a prereleases. + if normalized_item.is_prerelease and not prereleases: + return False + + # Actually do the comparison to determine if this item is contained + # within this Specifier or not. + operator_callable: CallableOperator = self._get_operator(self.operator) + return operator_callable(normalized_item, self.version) + + def filter( + self, iterable: Iterable[VersionTypeVar], prereleases: Optional[bool] = None + ) -> Iterable[VersionTypeVar]: + + yielded = False + found_prereleases = [] + + kw = {"prereleases": prereleases if prereleases is not None else True} + + # Attempt to iterate over all the values in the iterable and if any of + # them match, yield them. + for version in iterable: + parsed_version = self._coerce_version(version) + + if self.contains(parsed_version, **kw): + # If our version is a prerelease, and we were not set to allow + # prereleases, then we'll store it for later in case nothing + # else matches this specifier. + if parsed_version.is_prerelease and not ( + prereleases or self.prereleases + ): + found_prereleases.append(version) + # Either this is not a prerelease, or we should have been + # accepting prereleases from the beginning. + else: + yielded = True + yield version + + # Now that we've iterated over everything, determine if we've yielded + # any values, and if we have not and we have any prereleases stored up + # then we will go ahead and yield the prereleases. + if not yielded and found_prereleases: + for version in found_prereleases: + yield version + + +class LegacySpecifier(_IndividualSpecifier): + + _regex_str = r""" + (?P(==|!=|<=|>=|<|>)) + \s* + (?P + [^,;\s)]* # Since this is a "legacy" specifier, and the version + # string can be just about anything, we match everything + # except for whitespace, a semi-colon for marker support, + # a closing paren since versions can be enclosed in + # them, and a comma since it's a version separator. + ) + """ + + _regex = re.compile(r"^\s*" + _regex_str + r"\s*$", re.VERBOSE | re.IGNORECASE) + + _operators = { + "==": "equal", + "!=": "not_equal", + "<=": "less_than_equal", + ">=": "greater_than_equal", + "<": "less_than", + ">": "greater_than", + } + + def __init__(self, spec: str = "", prereleases: Optional[bool] = None) -> None: + super().__init__(spec, prereleases) + + warnings.warn( + "Creating a LegacyVersion has been deprecated and will be " + "removed in the next major release", + DeprecationWarning, + ) + + def _coerce_version(self, version: UnparsedVersion) -> LegacyVersion: + if not isinstance(version, LegacyVersion): + version = LegacyVersion(str(version)) + return version + + def _compare_equal(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective == self._coerce_version(spec) + + def _compare_not_equal(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective != self._coerce_version(spec) + + def _compare_less_than_equal(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective <= self._coerce_version(spec) + + def _compare_greater_than_equal( + self, prospective: LegacyVersion, spec: str + ) -> bool: + return prospective >= self._coerce_version(spec) + + def _compare_less_than(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective < self._coerce_version(spec) + + def _compare_greater_than(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective > self._coerce_version(spec) + + +def _require_version_compare( + fn: Callable[["Specifier", ParsedVersion, str], bool] +) -> Callable[["Specifier", ParsedVersion, str], bool]: + @functools.wraps(fn) + def wrapped(self: "Specifier", prospective: ParsedVersion, spec: str) -> bool: + if not isinstance(prospective, Version): + return False + return fn(self, prospective, spec) + + return wrapped + + +class Specifier(_IndividualSpecifier): + + _regex_str = r""" + (?P(~=|==|!=|<=|>=|<|>|===)) + (?P + (?: + # The identity operators allow for an escape hatch that will + # do an exact string match of the version you wish to install. + # This will not be parsed by PEP 440 and we cannot determine + # any semantic meaning from it. This operator is discouraged + # but included entirely as an escape hatch. + (?<====) # Only match for the identity operator + \s* + [^\s]* # We just match everything, except for whitespace + # since we are only testing for strict identity. + ) + | + (?: + # The (non)equality operators allow for wild card and local + # versions to be specified so we have to define these two + # operators separately to enable that. + (?<===|!=) # Only match for equals and not equals + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)* # release + (?: # pre release + [-_\.]? + (a|b|c|rc|alpha|beta|pre|preview) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + + # You cannot use a wild card and a dev or local version + # together so group them with a | and make them optional. + (?: + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + (?:\+[a-z0-9]+(?:[-_\.][a-z0-9]+)*)? # local + | + \.\* # Wild card syntax of .* + )? + ) + | + (?: + # The compatible operator requires at least two digits in the + # release segment. + (?<=~=) # Only match for the compatible operator + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)+ # release (We have a + instead of a *) + (?: # pre release + [-_\.]? + (a|b|c|rc|alpha|beta|pre|preview) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + ) + | + (?: + # All other operators only allow a sub set of what the + # (non)equality operators do. Specifically they do not allow + # local versions to be specified nor do they allow the prefix + # matching wild cards. + (?=": "greater_than_equal", + "<": "less_than", + ">": "greater_than", + "===": "arbitrary", + } + + @_require_version_compare + def _compare_compatible(self, prospective: ParsedVersion, spec: str) -> bool: + + # Compatible releases have an equivalent combination of >= and ==. That + # is that ~=2.2 is equivalent to >=2.2,==2.*. This allows us to + # implement this in terms of the other specifiers instead of + # implementing it ourselves. The only thing we need to do is construct + # the other specifiers. + + # We want everything but the last item in the version, but we want to + # ignore suffix segments. + prefix = ".".join( + list(itertools.takewhile(_is_not_suffix, _version_split(spec)))[:-1] + ) + + # Add the prefix notation to the end of our string + prefix += ".*" + + return self._get_operator(">=")(prospective, spec) and self._get_operator("==")( + prospective, prefix + ) + + @_require_version_compare + def _compare_equal(self, prospective: ParsedVersion, spec: str) -> bool: + + # We need special logic to handle prefix matching + if spec.endswith(".*"): + # In the case of prefix matching we want to ignore local segment. + prospective = Version(prospective.public) + # Split the spec out by dots, and pretend that there is an implicit + # dot in between a release segment and a pre-release segment. + split_spec = _version_split(spec[:-2]) # Remove the trailing .* + + # Split the prospective version out by dots, and pretend that there + # is an implicit dot in between a release segment and a pre-release + # segment. + split_prospective = _version_split(str(prospective)) + + # Shorten the prospective version to be the same length as the spec + # so that we can determine if the specifier is a prefix of the + # prospective version or not. + shortened_prospective = split_prospective[: len(split_spec)] + + # Pad out our two sides with zeros so that they both equal the same + # length. + padded_spec, padded_prospective = _pad_version( + split_spec, shortened_prospective + ) + + return padded_prospective == padded_spec + else: + # Convert our spec string into a Version + spec_version = Version(spec) + + # If the specifier does not have a local segment, then we want to + # act as if the prospective version also does not have a local + # segment. + if not spec_version.local: + prospective = Version(prospective.public) + + return prospective == spec_version + + @_require_version_compare + def _compare_not_equal(self, prospective: ParsedVersion, spec: str) -> bool: + return not self._compare_equal(prospective, spec) + + @_require_version_compare + def _compare_less_than_equal(self, prospective: ParsedVersion, spec: str) -> bool: + + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) <= Version(spec) + + @_require_version_compare + def _compare_greater_than_equal( + self, prospective: ParsedVersion, spec: str + ) -> bool: + + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) >= Version(spec) + + @_require_version_compare + def _compare_less_than(self, prospective: ParsedVersion, spec_str: str) -> bool: + + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is less than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective < spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a pre-release version, that we do not accept pre-release + # versions for the version mentioned in the specifier (e.g. <3.1 should + # not match 3.1.dev0, but should match 3.0.dev0). + if not spec.is_prerelease and prospective.is_prerelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # less than the spec version *and* it's not a pre-release of the same + # version in the spec. + return True + + @_require_version_compare + def _compare_greater_than(self, prospective: ParsedVersion, spec_str: str) -> bool: + + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is greater than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective > spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a post-release version, that we do not accept + # post-release versions for the version mentioned in the specifier + # (e.g. >3.1 should not match 3.0.post0, but should match 3.2.post0). + if not spec.is_postrelease and prospective.is_postrelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # Ensure that we do not allow a local version of the version mentioned + # in the specifier, which is technically greater than, to match. + if prospective.local is not None: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # greater than the spec version *and* it's not a pre-release of the + # same version in the spec. + return True + + def _compare_arbitrary(self, prospective: Version, spec: str) -> bool: + return str(prospective).lower() == str(spec).lower() + + @property + def prereleases(self) -> bool: + + # If there is an explicit prereleases set for this, then we'll just + # blindly use that. + if self._prereleases is not None: + return self._prereleases + + # Look at all of our specifiers and determine if they are inclusive + # operators, and if they are if they are including an explicit + # prerelease. + operator, version = self._spec + if operator in ["==", ">=", "<=", "~=", "==="]: + # The == specifier can include a trailing .*, if it does we + # want to remove before parsing. + if operator == "==" and version.endswith(".*"): + version = version[:-2] + + # Parse the version, and if it is a pre-release than this + # specifier allows pre-releases. + if parse(version).is_prerelease: + return True + + return False + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + +_prefix_regex = re.compile(r"^([0-9]+)((?:a|b|c|rc)[0-9]+)$") + + +def _version_split(version: str) -> List[str]: + result: List[str] = [] + for item in version.split("."): + match = _prefix_regex.search(item) + if match: + result.extend(match.groups()) + else: + result.append(item) + return result + + +def _is_not_suffix(segment: str) -> bool: + return not any( + segment.startswith(prefix) for prefix in ("dev", "a", "b", "rc", "post") + ) + + +def _pad_version(left: List[str], right: List[str]) -> Tuple[List[str], List[str]]: + left_split, right_split = [], [] + + # Get the release segment of our versions + left_split.append(list(itertools.takewhile(lambda x: x.isdigit(), left))) + right_split.append(list(itertools.takewhile(lambda x: x.isdigit(), right))) + + # Get the rest of our versions + left_split.append(left[len(left_split[0]) :]) + right_split.append(right[len(right_split[0]) :]) + + # Insert our padding + left_split.insert(1, ["0"] * max(0, len(right_split[0]) - len(left_split[0]))) + right_split.insert(1, ["0"] * max(0, len(left_split[0]) - len(right_split[0]))) + + return (list(itertools.chain(*left_split)), list(itertools.chain(*right_split))) + + +class SpecifierSet(BaseSpecifier): + def __init__( + self, specifiers: str = "", prereleases: Optional[bool] = None + ) -> None: + + # Split on , to break each individual specifier into it's own item, and + # strip each item to remove leading/trailing whitespace. + split_specifiers = [s.strip() for s in specifiers.split(",") if s.strip()] + + # Parsed each individual specifier, attempting first to make it a + # Specifier and falling back to a LegacySpecifier. + parsed: Set[_IndividualSpecifier] = set() + for specifier in split_specifiers: + try: + parsed.add(Specifier(specifier)) + except InvalidSpecifier: + parsed.add(LegacySpecifier(specifier)) + + # Turn our parsed specifiers into a frozen set and save them for later. + self._specs = frozenset(parsed) + + # Store our prereleases value so we can use it later to determine if + # we accept prereleases or not. + self._prereleases = prereleases + + def __repr__(self) -> str: + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"" + + def __str__(self) -> str: + return ",".join(sorted(str(s) for s in self._specs)) + + def __hash__(self) -> int: + return hash(self._specs) + + def __and__(self, other: Union["SpecifierSet", str]) -> "SpecifierSet": + if isinstance(other, str): + other = SpecifierSet(other) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + specifier = SpecifierSet() + specifier._specs = frozenset(self._specs | other._specs) + + if self._prereleases is None and other._prereleases is not None: + specifier._prereleases = other._prereleases + elif self._prereleases is not None and other._prereleases is None: + specifier._prereleases = self._prereleases + elif self._prereleases == other._prereleases: + specifier._prereleases = self._prereleases + else: + raise ValueError( + "Cannot combine SpecifierSets with True and False prerelease " + "overrides." + ) + + return specifier + + def __eq__(self, other: object) -> bool: + if isinstance(other, (str, _IndividualSpecifier)): + other = SpecifierSet(str(other)) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + return self._specs == other._specs + + def __len__(self) -> int: + return len(self._specs) + + def __iter__(self) -> Iterator[_IndividualSpecifier]: + return iter(self._specs) + + @property + def prereleases(self) -> Optional[bool]: + + # If we have been given an explicit prerelease modifier, then we'll + # pass that through here. + if self._prereleases is not None: + return self._prereleases + + # If we don't have any specifiers, and we don't have a forced value, + # then we'll just return None since we don't know if this should have + # pre-releases or not. + if not self._specs: + return None + + # Otherwise we'll see if any of the given specifiers accept + # prereleases, if any of them do we'll return True, otherwise False. + return any(s.prereleases for s in self._specs) + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + def __contains__(self, item: UnparsedVersion) -> bool: + return self.contains(item) + + def contains( + self, item: UnparsedVersion, prereleases: Optional[bool] = None + ) -> bool: + + # Ensure that our item is a Version or LegacyVersion instance. + if not isinstance(item, (LegacyVersion, Version)): + item = parse(item) + + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # We can determine if we're going to allow pre-releases by looking to + # see if any of the underlying items supports them. If none of them do + # and this item is a pre-release then we do not allow it and we can + # short circuit that here. + # Note: This means that 1.0.dev1 would not be contained in something + # like >=1.0.devabc however it would be in >=1.0.debabc,>0.0.dev0 + if not prereleases and item.is_prerelease: + return False + + # We simply dispatch to the underlying specs here to make sure that the + # given version is contained within all of them. + # Note: This use of all() here means that an empty set of specifiers + # will always return True, this is an explicit design decision. + return all(s.contains(item, prereleases=prereleases) for s in self._specs) + + def filter( + self, iterable: Iterable[VersionTypeVar], prereleases: Optional[bool] = None + ) -> Iterable[VersionTypeVar]: + + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # If we have any specifiers, then we want to wrap our iterable in the + # filter method for each one, this will act as a logical AND amongst + # each specifier. + if self._specs: + for spec in self._specs: + iterable = spec.filter(iterable, prereleases=bool(prereleases)) + return iterable + # If we do not have any specifiers, then we need to have a rough filter + # which will filter out any pre-releases, unless there are no final + # releases, and which will filter out LegacyVersion in general. + else: + filtered: List[VersionTypeVar] = [] + found_prereleases: List[VersionTypeVar] = [] + + item: UnparsedVersion + parsed_version: Union[Version, LegacyVersion] + + for item in iterable: + # Ensure that we some kind of Version class for this item. + if not isinstance(item, (LegacyVersion, Version)): + parsed_version = parse(item) + else: + parsed_version = item + + # Filter out any item which is parsed as a LegacyVersion + if isinstance(parsed_version, LegacyVersion): + continue + + # Store any item which is a pre-release for later unless we've + # already found a final version or we are accepting prereleases + if parsed_version.is_prerelease and not prereleases: + if not filtered: + found_prereleases.append(item) + else: + filtered.append(item) + + # If we've found no items except for pre-releases, then we'll go + # ahead and use the pre-releases + if not filtered and found_prereleases and prereleases is None: + return found_prereleases + + return filtered diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py new file mode 100644 index 0000000..9a3d25a --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py @@ -0,0 +1,487 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import logging +import platform +import sys +import sysconfig +from importlib.machinery import EXTENSION_SUFFIXES +from typing import ( + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Optional, + Sequence, + Tuple, + Union, + cast, +) + +from . import _manylinux, _musllinux + +logger = logging.getLogger(__name__) + +PythonVersion = Sequence[int] +MacVersion = Tuple[int, int] + +INTERPRETER_SHORT_NAMES: Dict[str, str] = { + "python": "py", # Generic. + "cpython": "cp", + "pypy": "pp", + "ironpython": "ip", + "jython": "jy", +} + + +_32_BIT_INTERPRETER = sys.maxsize <= 2 ** 32 + + +class Tag: + """ + A representation of the tag triple for a wheel. + + Instances are considered immutable and thus are hashable. Equality checking + is also supported. + """ + + __slots__ = ["_interpreter", "_abi", "_platform", "_hash"] + + def __init__(self, interpreter: str, abi: str, platform: str) -> None: + self._interpreter = interpreter.lower() + self._abi = abi.lower() + self._platform = platform.lower() + # The __hash__ of every single element in a Set[Tag] will be evaluated each time + # that a set calls its `.disjoint()` method, which may be called hundreds of + # times when scanning a page of links for packages with tags matching that + # Set[Tag]. Pre-computing the value here produces significant speedups for + # downstream consumers. + self._hash = hash((self._interpreter, self._abi, self._platform)) + + @property + def interpreter(self) -> str: + return self._interpreter + + @property + def abi(self) -> str: + return self._abi + + @property + def platform(self) -> str: + return self._platform + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Tag): + return NotImplemented + + return ( + (self._hash == other._hash) # Short-circuit ASAP for perf reasons. + and (self._platform == other._platform) + and (self._abi == other._abi) + and (self._interpreter == other._interpreter) + ) + + def __hash__(self) -> int: + return self._hash + + def __str__(self) -> str: + return f"{self._interpreter}-{self._abi}-{self._platform}" + + def __repr__(self) -> str: + return f"<{self} @ {id(self)}>" + + +def parse_tag(tag: str) -> FrozenSet[Tag]: + """ + Parses the provided tag (e.g. `py3-none-any`) into a frozenset of Tag instances. + + Returning a set is required due to the possibility that the tag is a + compressed tag set. + """ + tags = set() + interpreters, abis, platforms = tag.split("-") + for interpreter in interpreters.split("."): + for abi in abis.split("."): + for platform_ in platforms.split("."): + tags.add(Tag(interpreter, abi, platform_)) + return frozenset(tags) + + +def _get_config_var(name: str, warn: bool = False) -> Union[int, str, None]: + value = sysconfig.get_config_var(name) + if value is None and warn: + logger.debug( + "Config variable '%s' is unset, Python ABI tag may be incorrect", name + ) + return value + + +def _normalize_string(string: str) -> str: + return string.replace(".", "_").replace("-", "_") + + +def _abi3_applies(python_version: PythonVersion) -> bool: + """ + Determine if the Python version supports abi3. + + PEP 384 was first implemented in Python 3.2. + """ + return len(python_version) > 1 and tuple(python_version) >= (3, 2) + + +def _cpython_abis(py_version: PythonVersion, warn: bool = False) -> List[str]: + py_version = tuple(py_version) # To allow for version comparison. + abis = [] + version = _version_nodot(py_version[:2]) + debug = pymalloc = ucs4 = "" + with_debug = _get_config_var("Py_DEBUG", warn) + has_refcount = hasattr(sys, "gettotalrefcount") + # Windows doesn't set Py_DEBUG, so checking for support of debug-compiled + # extension modules is the best option. + # https://github.com/pypa/pip/issues/3383#issuecomment-173267692 + has_ext = "_d.pyd" in EXTENSION_SUFFIXES + if with_debug or (with_debug is None and (has_refcount or has_ext)): + debug = "d" + if py_version < (3, 8): + with_pymalloc = _get_config_var("WITH_PYMALLOC", warn) + if with_pymalloc or with_pymalloc is None: + pymalloc = "m" + if py_version < (3, 3): + unicode_size = _get_config_var("Py_UNICODE_SIZE", warn) + if unicode_size == 4 or ( + unicode_size is None and sys.maxunicode == 0x10FFFF + ): + ucs4 = "u" + elif debug: + # Debug builds can also load "normal" extension modules. + # We can also assume no UCS-4 or pymalloc requirement. + abis.append(f"cp{version}") + abis.insert( + 0, + "cp{version}{debug}{pymalloc}{ucs4}".format( + version=version, debug=debug, pymalloc=pymalloc, ucs4=ucs4 + ), + ) + return abis + + +def cpython_tags( + python_version: Optional[PythonVersion] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a CPython interpreter. + + The tags consist of: + - cp-- + - cp-abi3- + - cp-none- + - cp-abi3- # Older Python versions down to 3.2. + + If python_version only specifies a major version then user-provided ABIs and + the 'none' ABItag will be used. + + If 'abi3' or 'none' are specified in 'abis' then they will be yielded at + their normal position and not at the beginning. + """ + if not python_version: + python_version = sys.version_info[:2] + + interpreter = f"cp{_version_nodot(python_version[:2])}" + + if abis is None: + if len(python_version) > 1: + abis = _cpython_abis(python_version, warn) + else: + abis = [] + abis = list(abis) + # 'abi3' and 'none' are explicitly handled later. + for explicit_abi in ("abi3", "none"): + try: + abis.remove(explicit_abi) + except ValueError: + pass + + platforms = list(platforms or platform_tags()) + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + if _abi3_applies(python_version): + yield from (Tag(interpreter, "abi3", platform_) for platform_ in platforms) + yield from (Tag(interpreter, "none", platform_) for platform_ in platforms) + + if _abi3_applies(python_version): + for minor_version in range(python_version[1] - 1, 1, -1): + for platform_ in platforms: + interpreter = "cp{version}".format( + version=_version_nodot((python_version[0], minor_version)) + ) + yield Tag(interpreter, "abi3", platform_) + + +def _generic_abi() -> Iterator[str]: + abi = sysconfig.get_config_var("SOABI") + if abi: + yield _normalize_string(abi) + + +def generic_tags( + interpreter: Optional[str] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a generic interpreter. + + The tags consist of: + - -- + + The "none" ABI will be added if it was not explicitly provided. + """ + if not interpreter: + interp_name = interpreter_name() + interp_version = interpreter_version(warn=warn) + interpreter = "".join([interp_name, interp_version]) + if abis is None: + abis = _generic_abi() + platforms = list(platforms or platform_tags()) + abis = list(abis) + if "none" not in abis: + abis.append("none") + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + + +def _py_interpreter_range(py_version: PythonVersion) -> Iterator[str]: + """ + Yields Python versions in descending order. + + After the latest version, the major-only version will be yielded, and then + all previous versions of that major version. + """ + if len(py_version) > 1: + yield f"py{_version_nodot(py_version[:2])}" + yield f"py{py_version[0]}" + if len(py_version) > 1: + for minor in range(py_version[1] - 1, -1, -1): + yield f"py{_version_nodot((py_version[0], minor))}" + + +def compatible_tags( + python_version: Optional[PythonVersion] = None, + interpreter: Optional[str] = None, + platforms: Optional[Iterable[str]] = None, +) -> Iterator[Tag]: + """ + Yields the sequence of tags that are compatible with a specific version of Python. + + The tags consist of: + - py*-none- + - -none-any # ... if `interpreter` is provided. + - py*-none-any + """ + if not python_version: + python_version = sys.version_info[:2] + platforms = list(platforms or platform_tags()) + for version in _py_interpreter_range(python_version): + for platform_ in platforms: + yield Tag(version, "none", platform_) + if interpreter: + yield Tag(interpreter, "none", "any") + for version in _py_interpreter_range(python_version): + yield Tag(version, "none", "any") + + +def _mac_arch(arch: str, is_32bit: bool = _32_BIT_INTERPRETER) -> str: + if not is_32bit: + return arch + + if arch.startswith("ppc"): + return "ppc" + + return "i386" + + +def _mac_binary_formats(version: MacVersion, cpu_arch: str) -> List[str]: + formats = [cpu_arch] + if cpu_arch == "x86_64": + if version < (10, 4): + return [] + formats.extend(["intel", "fat64", "fat32"]) + + elif cpu_arch == "i386": + if version < (10, 4): + return [] + formats.extend(["intel", "fat32", "fat"]) + + elif cpu_arch == "ppc64": + # TODO: Need to care about 32-bit PPC for ppc64 through 10.2? + if version > (10, 5) or version < (10, 4): + return [] + formats.append("fat64") + + elif cpu_arch == "ppc": + if version > (10, 6): + return [] + formats.extend(["fat32", "fat"]) + + if cpu_arch in {"arm64", "x86_64"}: + formats.append("universal2") + + if cpu_arch in {"x86_64", "i386", "ppc64", "ppc", "intel"}: + formats.append("universal") + + return formats + + +def mac_platforms( + version: Optional[MacVersion] = None, arch: Optional[str] = None +) -> Iterator[str]: + """ + Yields the platform tags for a macOS system. + + The `version` parameter is a two-item tuple specifying the macOS version to + generate platform tags for. The `arch` parameter is the CPU architecture to + generate platform tags for. Both parameters default to the appropriate value + for the current system. + """ + version_str, _, cpu_arch = platform.mac_ver() + if version is None: + version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2]))) + else: + version = version + if arch is None: + arch = _mac_arch(cpu_arch) + else: + arch = arch + + if (10, 0) <= version and version < (11, 0): + # Prior to Mac OS 11, each yearly release of Mac OS bumped the + # "minor" version number. The major version was always 10. + for minor_version in range(version[1], -1, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=10, minor=minor_version, binary_format=binary_format + ) + + if version >= (11, 0): + # Starting with Mac OS 11, each yearly release bumps the major version + # number. The minor versions are now the midyear updates. + for major_version in range(version[0], 10, -1): + compat_version = major_version, 0 + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=major_version, minor=0, binary_format=binary_format + ) + + if version >= (11, 0): + # Mac OS 11 on x86_64 is compatible with binaries from previous releases. + # Arm64 support was introduced in 11.0, so no Arm binaries from previous + # releases exist. + # + # However, the "universal2" binary format can have a + # macOS version earlier than 11.0 when the x86_64 part of the binary supports + # that version of macOS. + if arch == "x86_64": + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + else: + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_format = "universal2" + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + + +def _linux_platforms(is_32bit: bool = _32_BIT_INTERPRETER) -> Iterator[str]: + linux = _normalize_string(sysconfig.get_platform()) + if is_32bit: + if linux == "linux_x86_64": + linux = "linux_i686" + elif linux == "linux_aarch64": + linux = "linux_armv7l" + _, arch = linux.split("_", 1) + yield from _manylinux.platform_tags(linux, arch) + yield from _musllinux.platform_tags(arch) + yield linux + + +def _generic_platforms() -> Iterator[str]: + yield _normalize_string(sysconfig.get_platform()) + + +def platform_tags() -> Iterator[str]: + """ + Provides the platform tags for this installation. + """ + if platform.system() == "Darwin": + return mac_platforms() + elif platform.system() == "Linux": + return _linux_platforms() + else: + return _generic_platforms() + + +def interpreter_name() -> str: + """ + Returns the name of the running interpreter. + """ + name = sys.implementation.name + return INTERPRETER_SHORT_NAMES.get(name) or name + + +def interpreter_version(*, warn: bool = False) -> str: + """ + Returns the version of the running interpreter. + """ + version = _get_config_var("py_version_nodot", warn=warn) + if version: + version = str(version) + else: + version = _version_nodot(sys.version_info[:2]) + return version + + +def _version_nodot(version: PythonVersion) -> str: + return "".join(map(str, version)) + + +def sys_tags(*, warn: bool = False) -> Iterator[Tag]: + """ + Returns the sequence of tag triples for the running interpreter. + + The order of the sequence corresponds to priority order for the + interpreter, from most to least important. + """ + + interp_name = interpreter_name() + if interp_name == "cp": + yield from cpython_tags(warn=warn) + else: + yield from generic_tags() + + if interp_name == "pp": + yield from compatible_tags(interpreter="pp3") + else: + yield from compatible_tags() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py new file mode 100644 index 0000000..bab11b8 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py @@ -0,0 +1,136 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import re +from typing import FrozenSet, NewType, Tuple, Union, cast + +from .tags import Tag, parse_tag +from .version import InvalidVersion, Version + +BuildTag = Union[Tuple[()], Tuple[int, str]] +NormalizedName = NewType("NormalizedName", str) + + +class InvalidWheelFilename(ValueError): + """ + An invalid wheel filename was found, users should refer to PEP 427. + """ + + +class InvalidSdistFilename(ValueError): + """ + An invalid sdist filename was found, users should refer to the packaging user guide. + """ + + +_canonicalize_regex = re.compile(r"[-_.]+") +# PEP 427: The build number must start with a digit. +_build_tag_regex = re.compile(r"(\d+)(.*)") + + +def canonicalize_name(name: str) -> NormalizedName: + # This is taken from PEP 503. + value = _canonicalize_regex.sub("-", name).lower() + return cast(NormalizedName, value) + + +def canonicalize_version(version: Union[Version, str]) -> str: + """ + This is very similar to Version.__str__, but has one subtle difference + with the way it handles the release segment. + """ + if isinstance(version, str): + try: + parsed = Version(version) + except InvalidVersion: + # Legacy versions cannot be normalized + return version + else: + parsed = version + + parts = [] + + # Epoch + if parsed.epoch != 0: + parts.append(f"{parsed.epoch}!") + + # Release segment + # NB: This strips trailing '.0's to normalize + parts.append(re.sub(r"(\.0)+$", "", ".".join(str(x) for x in parsed.release))) + + # Pre-release + if parsed.pre is not None: + parts.append("".join(str(x) for x in parsed.pre)) + + # Post-release + if parsed.post is not None: + parts.append(f".post{parsed.post}") + + # Development release + if parsed.dev is not None: + parts.append(f".dev{parsed.dev}") + + # Local version segment + if parsed.local is not None: + parts.append(f"+{parsed.local}") + + return "".join(parts) + + +def parse_wheel_filename( + filename: str, +) -> Tuple[NormalizedName, Version, BuildTag, FrozenSet[Tag]]: + if not filename.endswith(".whl"): + raise InvalidWheelFilename( + f"Invalid wheel filename (extension must be '.whl'): {filename}" + ) + + filename = filename[:-4] + dashes = filename.count("-") + if dashes not in (4, 5): + raise InvalidWheelFilename( + f"Invalid wheel filename (wrong number of parts): {filename}" + ) + + parts = filename.split("-", dashes - 2) + name_part = parts[0] + # See PEP 427 for the rules on escaping the project name + if "__" in name_part or re.match(r"^[\w\d._]*$", name_part, re.UNICODE) is None: + raise InvalidWheelFilename(f"Invalid project name: {filename}") + name = canonicalize_name(name_part) + version = Version(parts[1]) + if dashes == 5: + build_part = parts[2] + build_match = _build_tag_regex.match(build_part) + if build_match is None: + raise InvalidWheelFilename( + f"Invalid build number: {build_part} in '{filename}'" + ) + build = cast(BuildTag, (int(build_match.group(1)), build_match.group(2))) + else: + build = () + tags = parse_tag(parts[-1]) + return (name, version, build, tags) + + +def parse_sdist_filename(filename: str) -> Tuple[NormalizedName, Version]: + if filename.endswith(".tar.gz"): + file_stem = filename[: -len(".tar.gz")] + elif filename.endswith(".zip"): + file_stem = filename[: -len(".zip")] + else: + raise InvalidSdistFilename( + f"Invalid sdist filename (extension must be '.tar.gz' or '.zip'):" + f" {filename}" + ) + + # We are requiring a PEP 440 version, which cannot contain dashes, + # so we split on the last dash. + name_part, sep, version_part = file_stem.rpartition("-") + if not sep: + raise InvalidSdistFilename(f"Invalid sdist filename: {filename}") + + name = canonicalize_name(name_part) + version = Version(version_part) + return (name, version) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py new file mode 100644 index 0000000..de9a09a --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py @@ -0,0 +1,504 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +import collections +import itertools +import re +import warnings +from typing import Callable, Iterator, List, Optional, SupportsInt, Tuple, Union + +from ._structures import Infinity, InfinityType, NegativeInfinity, NegativeInfinityType + +__all__ = ["parse", "Version", "LegacyVersion", "InvalidVersion", "VERSION_PATTERN"] + +InfiniteTypes = Union[InfinityType, NegativeInfinityType] +PrePostDevType = Union[InfiniteTypes, Tuple[str, int]] +SubLocalType = Union[InfiniteTypes, int, str] +LocalType = Union[ + NegativeInfinityType, + Tuple[ + Union[ + SubLocalType, + Tuple[SubLocalType, str], + Tuple[NegativeInfinityType, SubLocalType], + ], + ..., + ], +] +CmpKey = Tuple[ + int, Tuple[int, ...], PrePostDevType, PrePostDevType, PrePostDevType, LocalType +] +LegacyCmpKey = Tuple[int, Tuple[str, ...]] +VersionComparisonMethod = Callable[ + [Union[CmpKey, LegacyCmpKey], Union[CmpKey, LegacyCmpKey]], bool +] + +_Version = collections.namedtuple( + "_Version", ["epoch", "release", "dev", "pre", "post", "local"] +) + + +def parse(version: str) -> Union["LegacyVersion", "Version"]: + """ + Parse the given version string and return either a :class:`Version` object + or a :class:`LegacyVersion` object depending on if the given version is + a valid PEP 440 version or a legacy version. + """ + try: + return Version(version) + except InvalidVersion: + return LegacyVersion(version) + + +class InvalidVersion(ValueError): + """ + An invalid version was found, users should refer to PEP 440. + """ + + +class _BaseVersion: + _key: Union[CmpKey, LegacyCmpKey] + + def __hash__(self) -> int: + return hash(self._key) + + # Please keep the duplicated `isinstance` check + # in the six comparisons hereunder + # unless you find a way to avoid adding overhead function calls. + def __lt__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key < other._key + + def __le__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key <= other._key + + def __eq__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key == other._key + + def __ge__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key >= other._key + + def __gt__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key > other._key + + def __ne__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key != other._key + + +class LegacyVersion(_BaseVersion): + def __init__(self, version: str) -> None: + self._version = str(version) + self._key = _legacy_cmpkey(self._version) + + warnings.warn( + "Creating a LegacyVersion has been deprecated and will be " + "removed in the next major release", + DeprecationWarning, + ) + + def __str__(self) -> str: + return self._version + + def __repr__(self) -> str: + return f"" + + @property + def public(self) -> str: + return self._version + + @property + def base_version(self) -> str: + return self._version + + @property + def epoch(self) -> int: + return -1 + + @property + def release(self) -> None: + return None + + @property + def pre(self) -> None: + return None + + @property + def post(self) -> None: + return None + + @property + def dev(self) -> None: + return None + + @property + def local(self) -> None: + return None + + @property + def is_prerelease(self) -> bool: + return False + + @property + def is_postrelease(self) -> bool: + return False + + @property + def is_devrelease(self) -> bool: + return False + + +_legacy_version_component_re = re.compile(r"(\d+ | [a-z]+ | \.| -)", re.VERBOSE) + +_legacy_version_replacement_map = { + "pre": "c", + "preview": "c", + "-": "final-", + "rc": "c", + "dev": "@", +} + + +def _parse_version_parts(s: str) -> Iterator[str]: + for part in _legacy_version_component_re.split(s): + part = _legacy_version_replacement_map.get(part, part) + + if not part or part == ".": + continue + + if part[:1] in "0123456789": + # pad for numeric comparison + yield part.zfill(8) + else: + yield "*" + part + + # ensure that alpha/beta/candidate are before final + yield "*final" + + +def _legacy_cmpkey(version: str) -> LegacyCmpKey: + + # We hardcode an epoch of -1 here. A PEP 440 version can only have a epoch + # greater than or equal to 0. This will effectively put the LegacyVersion, + # which uses the defacto standard originally implemented by setuptools, + # as before all PEP 440 versions. + epoch = -1 + + # This scheme is taken from pkg_resources.parse_version setuptools prior to + # it's adoption of the packaging library. + parts: List[str] = [] + for part in _parse_version_parts(version.lower()): + if part.startswith("*"): + # remove "-" before a prerelease tag + if part < "*final": + while parts and parts[-1] == "*final-": + parts.pop() + + # remove trailing zeros from each series of numeric parts + while parts and parts[-1] == "00000000": + parts.pop() + + parts.append(part) + + return epoch, tuple(parts) + + +# Deliberately not anchored to the start and end of the string, to make it +# easier for 3rd party code to reuse +VERSION_PATTERN = r""" + v? + (?: + (?:(?P[0-9]+)!)? # epoch + (?P[0-9]+(?:\.[0-9]+)*) # release segment + (?P

                                          # pre-release
+            [-_\.]?
+            (?P(a|b|c|rc|alpha|beta|pre|preview))
+            [-_\.]?
+            (?P[0-9]+)?
+        )?
+        (?P                                         # post release
+            (?:-(?P[0-9]+))
+            |
+            (?:
+                [-_\.]?
+                (?Ppost|rev|r)
+                [-_\.]?
+                (?P[0-9]+)?
+            )
+        )?
+        (?P                                          # dev release
+            [-_\.]?
+            (?Pdev)
+            [-_\.]?
+            (?P[0-9]+)?
+        )?
+    )
+    (?:\+(?P[a-z0-9]+(?:[-_\.][a-z0-9]+)*))?       # local version
+"""
+
+
+class Version(_BaseVersion):
+
+    _regex = re.compile(r"^\s*" + VERSION_PATTERN + r"\s*$", re.VERBOSE | re.IGNORECASE)
+
+    def __init__(self, version: str) -> None:
+
+        # Validate the version and parse it into pieces
+        match = self._regex.search(version)
+        if not match:
+            raise InvalidVersion(f"Invalid version: '{version}'")
+
+        # Store the parsed out pieces of the version
+        self._version = _Version(
+            epoch=int(match.group("epoch")) if match.group("epoch") else 0,
+            release=tuple(int(i) for i in match.group("release").split(".")),
+            pre=_parse_letter_version(match.group("pre_l"), match.group("pre_n")),
+            post=_parse_letter_version(
+                match.group("post_l"), match.group("post_n1") or match.group("post_n2")
+            ),
+            dev=_parse_letter_version(match.group("dev_l"), match.group("dev_n")),
+            local=_parse_local_version(match.group("local")),
+        )
+
+        # Generate a key which will be used for sorting
+        self._key = _cmpkey(
+            self._version.epoch,
+            self._version.release,
+            self._version.pre,
+            self._version.post,
+            self._version.dev,
+            self._version.local,
+        )
+
+    def __repr__(self) -> str:
+        return f""
+
+    def __str__(self) -> str:
+        parts = []
+
+        # Epoch
+        if self.epoch != 0:
+            parts.append(f"{self.epoch}!")
+
+        # Release segment
+        parts.append(".".join(str(x) for x in self.release))
+
+        # Pre-release
+        if self.pre is not None:
+            parts.append("".join(str(x) for x in self.pre))
+
+        # Post-release
+        if self.post is not None:
+            parts.append(f".post{self.post}")
+
+        # Development release
+        if self.dev is not None:
+            parts.append(f".dev{self.dev}")
+
+        # Local version segment
+        if self.local is not None:
+            parts.append(f"+{self.local}")
+
+        return "".join(parts)
+
+    @property
+    def epoch(self) -> int:
+        _epoch: int = self._version.epoch
+        return _epoch
+
+    @property
+    def release(self) -> Tuple[int, ...]:
+        _release: Tuple[int, ...] = self._version.release
+        return _release
+
+    @property
+    def pre(self) -> Optional[Tuple[str, int]]:
+        _pre: Optional[Tuple[str, int]] = self._version.pre
+        return _pre
+
+    @property
+    def post(self) -> Optional[int]:
+        return self._version.post[1] if self._version.post else None
+
+    @property
+    def dev(self) -> Optional[int]:
+        return self._version.dev[1] if self._version.dev else None
+
+    @property
+    def local(self) -> Optional[str]:
+        if self._version.local:
+            return ".".join(str(x) for x in self._version.local)
+        else:
+            return None
+
+    @property
+    def public(self) -> str:
+        return str(self).split("+", 1)[0]
+
+    @property
+    def base_version(self) -> str:
+        parts = []
+
+        # Epoch
+        if self.epoch != 0:
+            parts.append(f"{self.epoch}!")
+
+        # Release segment
+        parts.append(".".join(str(x) for x in self.release))
+
+        return "".join(parts)
+
+    @property
+    def is_prerelease(self) -> bool:
+        return self.dev is not None or self.pre is not None
+
+    @property
+    def is_postrelease(self) -> bool:
+        return self.post is not None
+
+    @property
+    def is_devrelease(self) -> bool:
+        return self.dev is not None
+
+    @property
+    def major(self) -> int:
+        return self.release[0] if len(self.release) >= 1 else 0
+
+    @property
+    def minor(self) -> int:
+        return self.release[1] if len(self.release) >= 2 else 0
+
+    @property
+    def micro(self) -> int:
+        return self.release[2] if len(self.release) >= 3 else 0
+
+
+def _parse_letter_version(
+    letter: str, number: Union[str, bytes, SupportsInt]
+) -> Optional[Tuple[str, int]]:
+
+    if letter:
+        # We consider there to be an implicit 0 in a pre-release if there is
+        # not a numeral associated with it.
+        if number is None:
+            number = 0
+
+        # We normalize any letters to their lower case form
+        letter = letter.lower()
+
+        # We consider some words to be alternate spellings of other words and
+        # in those cases we want to normalize the spellings to our preferred
+        # spelling.
+        if letter == "alpha":
+            letter = "a"
+        elif letter == "beta":
+            letter = "b"
+        elif letter in ["c", "pre", "preview"]:
+            letter = "rc"
+        elif letter in ["rev", "r"]:
+            letter = "post"
+
+        return letter, int(number)
+    if not letter and number:
+        # We assume if we are given a number, but we are not given a letter
+        # then this is using the implicit post release syntax (e.g. 1.0-1)
+        letter = "post"
+
+        return letter, int(number)
+
+    return None
+
+
+_local_version_separators = re.compile(r"[\._-]")
+
+
+def _parse_local_version(local: str) -> Optional[LocalType]:
+    """
+    Takes a string like abc.1.twelve and turns it into ("abc", 1, "twelve").
+    """
+    if local is not None:
+        return tuple(
+            part.lower() if not part.isdigit() else int(part)
+            for part in _local_version_separators.split(local)
+        )
+    return None
+
+
+def _cmpkey(
+    epoch: int,
+    release: Tuple[int, ...],
+    pre: Optional[Tuple[str, int]],
+    post: Optional[Tuple[str, int]],
+    dev: Optional[Tuple[str, int]],
+    local: Optional[Tuple[SubLocalType]],
+) -> CmpKey:
+
+    # When we compare a release version, we want to compare it with all of the
+    # trailing zeros removed. So we'll use a reverse the list, drop all the now
+    # leading zeros until we come to something non zero, then take the rest
+    # re-reverse it back into the correct order and make it a tuple and use
+    # that for our sorting key.
+    _release = tuple(
+        reversed(list(itertools.dropwhile(lambda x: x == 0, reversed(release))))
+    )
+
+    # We need to "trick" the sorting algorithm to put 1.0.dev0 before 1.0a0.
+    # We'll do this by abusing the pre segment, but we _only_ want to do this
+    # if there is not a pre or a post segment. If we have one of those then
+    # the normal sorting rules will handle this case correctly.
+    if pre is None and post is None and dev is not None:
+        _pre: PrePostDevType = NegativeInfinity
+    # Versions without a pre-release (except as noted above) should sort after
+    # those with one.
+    elif pre is None:
+        _pre = Infinity
+    else:
+        _pre = pre
+
+    # Versions without a post segment should sort before those with one.
+    if post is None:
+        _post: PrePostDevType = NegativeInfinity
+
+    else:
+        _post = post
+
+    # Versions without a development segment should sort after those with one.
+    if dev is None:
+        _dev: PrePostDevType = Infinity
+
+    else:
+        _dev = dev
+
+    if local is None:
+        # Versions without a local segment should sort before those with one.
+        _local: LocalType = NegativeInfinity
+    else:
+        # Versions with a local segment need that segment parsed to implement
+        # the sorting rules in PEP440.
+        # - Alpha numeric segments sort before numeric segments
+        # - Alpha numeric segments sort lexicographically
+        # - Numeric segments sort numerically
+        # - Shorter versions sort before longer versions when the prefixes
+        #   match exactly
+        _local = tuple(
+            (i, "") if isinstance(i, int) else (NegativeInfinity, i) for i in local
+        )
+
+    return epoch, _release, _pre, _post, _dev, _local
diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py
new file mode 100644
index 0000000..ad27940
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py
@@ -0,0 +1,3361 @@
+"""
+Package resource API
+--------------------
+
+A resource is a logical file contained within a package, or a logical
+subdirectory thereof.  The package resource API expects resource names
+to have their path parts separated with ``/``, *not* whatever the local
+path separator is.  Do not use os.path operations to manipulate resource
+names being passed into the API.
+
+The package resource API is designed to work with normal filesystem packages,
+.egg files, and unpacked .egg files.  It can also work in a limited way with
+.zip files and with custom PEP 302 loaders that support the ``get_data()``
+method.
+
+This module is deprecated. Users are directed to :mod:`importlib.resources`,
+:mod:`importlib.metadata` and :pypi:`packaging` instead.
+"""
+
+import sys
+import os
+import io
+import time
+import re
+import types
+import zipfile
+import zipimport
+import warnings
+import stat
+import functools
+import pkgutil
+import operator
+import platform
+import collections
+import plistlib
+import email.parser
+import errno
+import tempfile
+import textwrap
+import inspect
+import ntpath
+import posixpath
+import importlib
+from pkgutil import get_importer
+
+try:
+    import _imp
+except ImportError:
+    # Python 3.2 compatibility
+    import imp as _imp
+
+try:
+    FileExistsError
+except NameError:
+    FileExistsError = OSError
+
+# capture these to bypass sandboxing
+from os import utime
+
+try:
+    from os import mkdir, rename, unlink
+
+    WRITE_SUPPORT = True
+except ImportError:
+    # no write support, probably under GAE
+    WRITE_SUPPORT = False
+
+from os import open as os_open
+from os.path import isdir, split
+
+try:
+    import importlib.machinery as importlib_machinery
+
+    # access attribute to force import under delayed import mechanisms.
+    importlib_machinery.__name__
+except ImportError:
+    importlib_machinery = None
+
+from pip._internal.utils._jaraco_text import (
+    yield_lines,
+    drop_comment,
+    join_continuation,
+)
+
+from pip._vendor import platformdirs
+from pip._vendor import packaging
+
+__import__('pip._vendor.packaging.version')
+__import__('pip._vendor.packaging.specifiers')
+__import__('pip._vendor.packaging.requirements')
+__import__('pip._vendor.packaging.markers')
+__import__('pip._vendor.packaging.utils')
+
+if sys.version_info < (3, 5):
+    raise RuntimeError("Python 3.5 or later is required")
+
+# declare some globals that will be defined later to
+# satisfy the linters.
+require = None
+working_set = None
+add_activation_listener = None
+resources_stream = None
+cleanup_resources = None
+resource_dir = None
+resource_stream = None
+set_extraction_path = None
+resource_isdir = None
+resource_string = None
+iter_entry_points = None
+resource_listdir = None
+resource_filename = None
+resource_exists = None
+_distribution_finders = None
+_namespace_handlers = None
+_namespace_packages = None
+
+
+warnings.warn(
+    "pkg_resources is deprecated as an API. "
+    "See https://setuptools.pypa.io/en/latest/pkg_resources.html",
+    DeprecationWarning,
+    stacklevel=2
+)
+
+
+_PEP440_FALLBACK = re.compile(r"^v?(?P(?:[0-9]+!)?[0-9]+(?:\.[0-9]+)*)", re.I)
+
+
+class PEP440Warning(RuntimeWarning):
+    """
+    Used when there is an issue with a version or specifier not complying with
+    PEP 440.
+    """
+
+
+parse_version = packaging.version.Version
+
+
+_state_vars = {}
+
+
+def _declare_state(vartype, **kw):
+    globals().update(kw)
+    _state_vars.update(dict.fromkeys(kw, vartype))
+
+
+def __getstate__():
+    state = {}
+    g = globals()
+    for k, v in _state_vars.items():
+        state[k] = g['_sget_' + v](g[k])
+    return state
+
+
+def __setstate__(state):
+    g = globals()
+    for k, v in state.items():
+        g['_sset_' + _state_vars[k]](k, g[k], v)
+    return state
+
+
+def _sget_dict(val):
+    return val.copy()
+
+
+def _sset_dict(key, ob, state):
+    ob.clear()
+    ob.update(state)
+
+
+def _sget_object(val):
+    return val.__getstate__()
+
+
+def _sset_object(key, ob, state):
+    ob.__setstate__(state)
+
+
+_sget_none = _sset_none = lambda *args: None
+
+
+def get_supported_platform():
+    """Return this platform's maximum compatible version.
+
+    distutils.util.get_platform() normally reports the minimum version
+    of macOS that would be required to *use* extensions produced by
+    distutils.  But what we want when checking compatibility is to know the
+    version of macOS that we are *running*.  To allow usage of packages that
+    explicitly require a newer version of macOS, we must also know the
+    current version of the OS.
+
+    If this condition occurs for any other platform with a version in its
+    platform strings, this function should be extended accordingly.
+    """
+    plat = get_build_platform()
+    m = macosVersionString.match(plat)
+    if m is not None and sys.platform == "darwin":
+        try:
+            plat = 'macosx-%s-%s' % ('.'.join(_macos_vers()[:2]), m.group(3))
+        except ValueError:
+            # not macOS
+            pass
+    return plat
+
+
+__all__ = [
+    # Basic resource access and distribution/entry point discovery
+    'require',
+    'run_script',
+    'get_provider',
+    'get_distribution',
+    'load_entry_point',
+    'get_entry_map',
+    'get_entry_info',
+    'iter_entry_points',
+    'resource_string',
+    'resource_stream',
+    'resource_filename',
+    'resource_listdir',
+    'resource_exists',
+    'resource_isdir',
+    # Environmental control
+    'declare_namespace',
+    'working_set',
+    'add_activation_listener',
+    'find_distributions',
+    'set_extraction_path',
+    'cleanup_resources',
+    'get_default_cache',
+    # Primary implementation classes
+    'Environment',
+    'WorkingSet',
+    'ResourceManager',
+    'Distribution',
+    'Requirement',
+    'EntryPoint',
+    # Exceptions
+    'ResolutionError',
+    'VersionConflict',
+    'DistributionNotFound',
+    'UnknownExtra',
+    'ExtractionError',
+    # Warnings
+    'PEP440Warning',
+    # Parsing functions and string utilities
+    'parse_requirements',
+    'parse_version',
+    'safe_name',
+    'safe_version',
+    'get_platform',
+    'compatible_platforms',
+    'yield_lines',
+    'split_sections',
+    'safe_extra',
+    'to_filename',
+    'invalid_marker',
+    'evaluate_marker',
+    # filesystem utilities
+    'ensure_directory',
+    'normalize_path',
+    # Distribution "precedence" constants
+    'EGG_DIST',
+    'BINARY_DIST',
+    'SOURCE_DIST',
+    'CHECKOUT_DIST',
+    'DEVELOP_DIST',
+    # "Provider" interfaces, implementations, and registration/lookup APIs
+    'IMetadataProvider',
+    'IResourceProvider',
+    'FileMetadata',
+    'PathMetadata',
+    'EggMetadata',
+    'EmptyProvider',
+    'empty_provider',
+    'NullProvider',
+    'EggProvider',
+    'DefaultProvider',
+    'ZipProvider',
+    'register_finder',
+    'register_namespace_handler',
+    'register_loader_type',
+    'fixup_namespace_packages',
+    'get_importer',
+    # Warnings
+    'PkgResourcesDeprecationWarning',
+    # Deprecated/backward compatibility only
+    'run_main',
+    'AvailableDistributions',
+]
+
+
+class ResolutionError(Exception):
+    """Abstract base for dependency resolution errors"""
+
+    def __repr__(self):
+        return self.__class__.__name__ + repr(self.args)
+
+
+class VersionConflict(ResolutionError):
+    """
+    An already-installed version conflicts with the requested version.
+
+    Should be initialized with the installed Distribution and the requested
+    Requirement.
+    """
+
+    _template = "{self.dist} is installed but {self.req} is required"
+
+    @property
+    def dist(self):
+        return self.args[0]
+
+    @property
+    def req(self):
+        return self.args[1]
+
+    def report(self):
+        return self._template.format(**locals())
+
+    def with_context(self, required_by):
+        """
+        If required_by is non-empty, return a version of self that is a
+        ContextualVersionConflict.
+        """
+        if not required_by:
+            return self
+        args = self.args + (required_by,)
+        return ContextualVersionConflict(*args)
+
+
+class ContextualVersionConflict(VersionConflict):
+    """
+    A VersionConflict that accepts a third parameter, the set of the
+    requirements that required the installed Distribution.
+    """
+
+    _template = VersionConflict._template + ' by {self.required_by}'
+
+    @property
+    def required_by(self):
+        return self.args[2]
+
+
+class DistributionNotFound(ResolutionError):
+    """A requested distribution was not found"""
+
+    _template = (
+        "The '{self.req}' distribution was not found "
+        "and is required by {self.requirers_str}"
+    )
+
+    @property
+    def req(self):
+        return self.args[0]
+
+    @property
+    def requirers(self):
+        return self.args[1]
+
+    @property
+    def requirers_str(self):
+        if not self.requirers:
+            return 'the application'
+        return ', '.join(self.requirers)
+
+    def report(self):
+        return self._template.format(**locals())
+
+    def __str__(self):
+        return self.report()
+
+
+class UnknownExtra(ResolutionError):
+    """Distribution doesn't have an "extra feature" of the given name"""
+
+
+_provider_factories = {}
+
+PY_MAJOR = '{}.{}'.format(*sys.version_info)
+EGG_DIST = 3
+BINARY_DIST = 2
+SOURCE_DIST = 1
+CHECKOUT_DIST = 0
+DEVELOP_DIST = -1
+
+
+def register_loader_type(loader_type, provider_factory):
+    """Register `provider_factory` to make providers for `loader_type`
+
+    `loader_type` is the type or class of a PEP 302 ``module.__loader__``,
+    and `provider_factory` is a function that, passed a *module* object,
+    returns an ``IResourceProvider`` for that module.
+    """
+    _provider_factories[loader_type] = provider_factory
+
+
+def get_provider(moduleOrReq):
+    """Return an IResourceProvider for the named module or requirement"""
+    if isinstance(moduleOrReq, Requirement):
+        return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
+    try:
+        module = sys.modules[moduleOrReq]
+    except KeyError:
+        __import__(moduleOrReq)
+        module = sys.modules[moduleOrReq]
+    loader = getattr(module, '__loader__', None)
+    return _find_adapter(_provider_factories, loader)(module)
+
+
+def _macos_vers(_cache=[]):
+    if not _cache:
+        version = platform.mac_ver()[0]
+        # fallback for MacPorts
+        if version == '':
+            plist = '/System/Library/CoreServices/SystemVersion.plist'
+            if os.path.exists(plist):
+                if hasattr(plistlib, 'readPlist'):
+                    plist_content = plistlib.readPlist(plist)
+                    if 'ProductVersion' in plist_content:
+                        version = plist_content['ProductVersion']
+
+        _cache.append(version.split('.'))
+    return _cache[0]
+
+
+def _macos_arch(machine):
+    return {'PowerPC': 'ppc', 'Power_Macintosh': 'ppc'}.get(machine, machine)
+
+
+def get_build_platform():
+    """Return this platform's string for platform-specific distributions
+
+    XXX Currently this is the same as ``distutils.util.get_platform()``, but it
+    needs some hacks for Linux and macOS.
+    """
+    from sysconfig import get_platform
+
+    plat = get_platform()
+    if sys.platform == "darwin" and not plat.startswith('macosx-'):
+        try:
+            version = _macos_vers()
+            machine = os.uname()[4].replace(" ", "_")
+            return "macosx-%d.%d-%s" % (
+                int(version[0]),
+                int(version[1]),
+                _macos_arch(machine),
+            )
+        except ValueError:
+            # if someone is running a non-Mac darwin system, this will fall
+            # through to the default implementation
+            pass
+    return plat
+
+
+macosVersionString = re.compile(r"macosx-(\d+)\.(\d+)-(.*)")
+darwinVersionString = re.compile(r"darwin-(\d+)\.(\d+)\.(\d+)-(.*)")
+# XXX backward compat
+get_platform = get_build_platform
+
+
+def compatible_platforms(provided, required):
+    """Can code for the `provided` platform run on the `required` platform?
+
+    Returns true if either platform is ``None``, or the platforms are equal.
+
+    XXX Needs compatibility checks for Linux and other unixy OSes.
+    """
+    if provided is None or required is None or provided == required:
+        # easy case
+        return True
+
+    # macOS special cases
+    reqMac = macosVersionString.match(required)
+    if reqMac:
+        provMac = macosVersionString.match(provided)
+
+        # is this a Mac package?
+        if not provMac:
+            # this is backwards compatibility for packages built before
+            # setuptools 0.6. All packages built after this point will
+            # use the new macOS designation.
+            provDarwin = darwinVersionString.match(provided)
+            if provDarwin:
+                dversion = int(provDarwin.group(1))
+                macosversion = "%s.%s" % (reqMac.group(1), reqMac.group(2))
+                if (
+                    dversion == 7
+                    and macosversion >= "10.3"
+                    or dversion == 8
+                    and macosversion >= "10.4"
+                ):
+                    return True
+            # egg isn't macOS or legacy darwin
+            return False
+
+        # are they the same major version and machine type?
+        if provMac.group(1) != reqMac.group(1) or provMac.group(3) != reqMac.group(3):
+            return False
+
+        # is the required OS major update >= the provided one?
+        if int(provMac.group(2)) > int(reqMac.group(2)):
+            return False
+
+        return True
+
+    # XXX Linux and other platforms' special cases should go here
+    return False
+
+
+def run_script(dist_spec, script_name):
+    """Locate distribution `dist_spec` and run its `script_name` script"""
+    ns = sys._getframe(1).f_globals
+    name = ns['__name__']
+    ns.clear()
+    ns['__name__'] = name
+    require(dist_spec)[0].run_script(script_name, ns)
+
+
+# backward compatibility
+run_main = run_script
+
+
+def get_distribution(dist):
+    """Return a current distribution object for a Requirement or string"""
+    if isinstance(dist, str):
+        dist = Requirement.parse(dist)
+    if isinstance(dist, Requirement):
+        dist = get_provider(dist)
+    if not isinstance(dist, Distribution):
+        raise TypeError("Expected string, Requirement, or Distribution", dist)
+    return dist
+
+
+def load_entry_point(dist, group, name):
+    """Return `name` entry point of `group` for `dist` or raise ImportError"""
+    return get_distribution(dist).load_entry_point(group, name)
+
+
+def get_entry_map(dist, group=None):
+    """Return the entry point map for `group`, or the full entry map"""
+    return get_distribution(dist).get_entry_map(group)
+
+
+def get_entry_info(dist, group, name):
+    """Return the EntryPoint object for `group`+`name`, or ``None``"""
+    return get_distribution(dist).get_entry_info(group, name)
+
+
+class IMetadataProvider:
+    def has_metadata(name):
+        """Does the package's distribution contain the named metadata?"""
+
+    def get_metadata(name):
+        """The named metadata resource as a string"""
+
+    def get_metadata_lines(name):
+        """Yield named metadata resource as list of non-blank non-comment lines
+
+        Leading and trailing whitespace is stripped from each line, and lines
+        with ``#`` as the first non-blank character are omitted."""
+
+    def metadata_isdir(name):
+        """Is the named metadata a directory?  (like ``os.path.isdir()``)"""
+
+    def metadata_listdir(name):
+        """List of metadata names in the directory (like ``os.listdir()``)"""
+
+    def run_script(script_name, namespace):
+        """Execute the named script in the supplied namespace dictionary"""
+
+
+class IResourceProvider(IMetadataProvider):
+    """An object that provides access to package resources"""
+
+    def get_resource_filename(manager, resource_name):
+        """Return a true filesystem path for `resource_name`
+
+        `manager` must be an ``IResourceManager``"""
+
+    def get_resource_stream(manager, resource_name):
+        """Return a readable file-like object for `resource_name`
+
+        `manager` must be an ``IResourceManager``"""
+
+    def get_resource_string(manager, resource_name):
+        """Return a string containing the contents of `resource_name`
+
+        `manager` must be an ``IResourceManager``"""
+
+    def has_resource(resource_name):
+        """Does the package contain the named resource?"""
+
+    def resource_isdir(resource_name):
+        """Is the named resource a directory?  (like ``os.path.isdir()``)"""
+
+    def resource_listdir(resource_name):
+        """List of resource names in the directory (like ``os.listdir()``)"""
+
+
+class WorkingSet:
+    """A collection of active distributions on sys.path (or a similar list)"""
+
+    def __init__(self, entries=None):
+        """Create working set from list of path entries (default=sys.path)"""
+        self.entries = []
+        self.entry_keys = {}
+        self.by_key = {}
+        self.normalized_to_canonical_keys = {}
+        self.callbacks = []
+
+        if entries is None:
+            entries = sys.path
+
+        for entry in entries:
+            self.add_entry(entry)
+
+    @classmethod
+    def _build_master(cls):
+        """
+        Prepare the master working set.
+        """
+        ws = cls()
+        try:
+            from __main__ import __requires__
+        except ImportError:
+            # The main program does not list any requirements
+            return ws
+
+        # ensure the requirements are met
+        try:
+            ws.require(__requires__)
+        except VersionConflict:
+            return cls._build_from_requirements(__requires__)
+
+        return ws
+
+    @classmethod
+    def _build_from_requirements(cls, req_spec):
+        """
+        Build a working set from a requirement spec. Rewrites sys.path.
+        """
+        # try it without defaults already on sys.path
+        # by starting with an empty path
+        ws = cls([])
+        reqs = parse_requirements(req_spec)
+        dists = ws.resolve(reqs, Environment())
+        for dist in dists:
+            ws.add(dist)
+
+        # add any missing entries from sys.path
+        for entry in sys.path:
+            if entry not in ws.entries:
+                ws.add_entry(entry)
+
+        # then copy back to sys.path
+        sys.path[:] = ws.entries
+        return ws
+
+    def add_entry(self, entry):
+        """Add a path item to ``.entries``, finding any distributions on it
+
+        ``find_distributions(entry, True)`` is used to find distributions
+        corresponding to the path entry, and they are added.  `entry` is
+        always appended to ``.entries``, even if it is already present.
+        (This is because ``sys.path`` can contain the same value more than
+        once, and the ``.entries`` of the ``sys.path`` WorkingSet should always
+        equal ``sys.path``.)
+        """
+        self.entry_keys.setdefault(entry, [])
+        self.entries.append(entry)
+        for dist in find_distributions(entry, True):
+            self.add(dist, entry, False)
+
+    def __contains__(self, dist):
+        """True if `dist` is the active distribution for its project"""
+        return self.by_key.get(dist.key) == dist
+
+    def find(self, req):
+        """Find a distribution matching requirement `req`
+
+        If there is an active distribution for the requested project, this
+        returns it as long as it meets the version requirement specified by
+        `req`.  But, if there is an active distribution for the project and it
+        does *not* meet the `req` requirement, ``VersionConflict`` is raised.
+        If there is no active distribution for the requested project, ``None``
+        is returned.
+        """
+        dist = self.by_key.get(req.key)
+
+        if dist is None:
+            canonical_key = self.normalized_to_canonical_keys.get(req.key)
+
+            if canonical_key is not None:
+                req.key = canonical_key
+                dist = self.by_key.get(canonical_key)
+
+        if dist is not None and dist not in req:
+            # XXX add more info
+            raise VersionConflict(dist, req)
+        return dist
+
+    def iter_entry_points(self, group, name=None):
+        """Yield entry point objects from `group` matching `name`
+
+        If `name` is None, yields all entry points in `group` from all
+        distributions in the working set, otherwise only ones matching
+        both `group` and `name` are yielded (in distribution order).
+        """
+        return (
+            entry
+            for dist in self
+            for entry in dist.get_entry_map(group).values()
+            if name is None or name == entry.name
+        )
+
+    def run_script(self, requires, script_name):
+        """Locate distribution for `requires` and run `script_name` script"""
+        ns = sys._getframe(1).f_globals
+        name = ns['__name__']
+        ns.clear()
+        ns['__name__'] = name
+        self.require(requires)[0].run_script(script_name, ns)
+
+    def __iter__(self):
+        """Yield distributions for non-duplicate projects in the working set
+
+        The yield order is the order in which the items' path entries were
+        added to the working set.
+        """
+        seen = {}
+        for item in self.entries:
+            if item not in self.entry_keys:
+                # workaround a cache issue
+                continue
+
+            for key in self.entry_keys[item]:
+                if key not in seen:
+                    seen[key] = 1
+                    yield self.by_key[key]
+
+    def add(self, dist, entry=None, insert=True, replace=False):
+        """Add `dist` to working set, associated with `entry`
+
+        If `entry` is unspecified, it defaults to the ``.location`` of `dist`.
+        On exit from this routine, `entry` is added to the end of the working
+        set's ``.entries`` (if it wasn't already present).
+
+        `dist` is only added to the working set if it's for a project that
+        doesn't already have a distribution in the set, unless `replace=True`.
+        If it's added, any callbacks registered with the ``subscribe()`` method
+        will be called.
+        """
+        if insert:
+            dist.insert_on(self.entries, entry, replace=replace)
+
+        if entry is None:
+            entry = dist.location
+        keys = self.entry_keys.setdefault(entry, [])
+        keys2 = self.entry_keys.setdefault(dist.location, [])
+        if not replace and dist.key in self.by_key:
+            # ignore hidden distros
+            return
+
+        self.by_key[dist.key] = dist
+        normalized_name = packaging.utils.canonicalize_name(dist.key)
+        self.normalized_to_canonical_keys[normalized_name] = dist.key
+        if dist.key not in keys:
+            keys.append(dist.key)
+        if dist.key not in keys2:
+            keys2.append(dist.key)
+        self._added_new(dist)
+
+    def resolve(
+        self,
+        requirements,
+        env=None,
+        installer=None,
+        replace_conflicting=False,
+        extras=None,
+    ):
+        """List all distributions needed to (recursively) meet `requirements`
+
+        `requirements` must be a sequence of ``Requirement`` objects.  `env`,
+        if supplied, should be an ``Environment`` instance.  If
+        not supplied, it defaults to all distributions available within any
+        entry or distribution in the working set.  `installer`, if supplied,
+        will be invoked with each requirement that cannot be met by an
+        already-installed distribution; it should return a ``Distribution`` or
+        ``None``.
+
+        Unless `replace_conflicting=True`, raises a VersionConflict exception
+        if
+        any requirements are found on the path that have the correct name but
+        the wrong version.  Otherwise, if an `installer` is supplied it will be
+        invoked to obtain the correct version of the requirement and activate
+        it.
+
+        `extras` is a list of the extras to be used with these requirements.
+        This is important because extra requirements may look like `my_req;
+        extra = "my_extra"`, which would otherwise be interpreted as a purely
+        optional requirement.  Instead, we want to be able to assert that these
+        requirements are truly required.
+        """
+
+        # set up the stack
+        requirements = list(requirements)[::-1]
+        # set of processed requirements
+        processed = {}
+        # key -> dist
+        best = {}
+        to_activate = []
+
+        req_extras = _ReqExtras()
+
+        # Mapping of requirement to set of distributions that required it;
+        # useful for reporting info about conflicts.
+        required_by = collections.defaultdict(set)
+
+        while requirements:
+            # process dependencies breadth-first
+            req = requirements.pop(0)
+            if req in processed:
+                # Ignore cyclic or redundant dependencies
+                continue
+
+            if not req_extras.markers_pass(req, extras):
+                continue
+
+            dist = self._resolve_dist(
+                req, best, replace_conflicting, env, installer, required_by, to_activate
+            )
+
+            # push the new requirements onto the stack
+            new_requirements = dist.requires(req.extras)[::-1]
+            requirements.extend(new_requirements)
+
+            # Register the new requirements needed by req
+            for new_requirement in new_requirements:
+                required_by[new_requirement].add(req.project_name)
+                req_extras[new_requirement] = req.extras
+
+            processed[req] = True
+
+        # return list of distros to activate
+        return to_activate
+
+    def _resolve_dist(
+        self, req, best, replace_conflicting, env, installer, required_by, to_activate
+    ):
+        dist = best.get(req.key)
+        if dist is None:
+            # Find the best distribution and add it to the map
+            dist = self.by_key.get(req.key)
+            if dist is None or (dist not in req and replace_conflicting):
+                ws = self
+                if env is None:
+                    if dist is None:
+                        env = Environment(self.entries)
+                    else:
+                        # Use an empty environment and workingset to avoid
+                        # any further conflicts with the conflicting
+                        # distribution
+                        env = Environment([])
+                        ws = WorkingSet([])
+                dist = best[req.key] = env.best_match(
+                    req, ws, installer, replace_conflicting=replace_conflicting
+                )
+                if dist is None:
+                    requirers = required_by.get(req, None)
+                    raise DistributionNotFound(req, requirers)
+            to_activate.append(dist)
+        if dist not in req:
+            # Oops, the "best" so far conflicts with a dependency
+            dependent_req = required_by[req]
+            raise VersionConflict(dist, req).with_context(dependent_req)
+        return dist
+
+    def find_plugins(self, plugin_env, full_env=None, installer=None, fallback=True):
+        """Find all activatable distributions in `plugin_env`
+
+        Example usage::
+
+            distributions, errors = working_set.find_plugins(
+                Environment(plugin_dirlist)
+            )
+            # add plugins+libs to sys.path
+            map(working_set.add, distributions)
+            # display errors
+            print('Could not load', errors)
+
+        The `plugin_env` should be an ``Environment`` instance that contains
+        only distributions that are in the project's "plugin directory" or
+        directories. The `full_env`, if supplied, should be an ``Environment``
+        contains all currently-available distributions.  If `full_env` is not
+        supplied, one is created automatically from the ``WorkingSet`` this
+        method is called on, which will typically mean that every directory on
+        ``sys.path`` will be scanned for distributions.
+
+        `installer` is a standard installer callback as used by the
+        ``resolve()`` method. The `fallback` flag indicates whether we should
+        attempt to resolve older versions of a plugin if the newest version
+        cannot be resolved.
+
+        This method returns a 2-tuple: (`distributions`, `error_info`), where
+        `distributions` is a list of the distributions found in `plugin_env`
+        that were loadable, along with any other distributions that are needed
+        to resolve their dependencies.  `error_info` is a dictionary mapping
+        unloadable plugin distributions to an exception instance describing the
+        error that occurred. Usually this will be a ``DistributionNotFound`` or
+        ``VersionConflict`` instance.
+        """
+
+        plugin_projects = list(plugin_env)
+        # scan project names in alphabetic order
+        plugin_projects.sort()
+
+        error_info = {}
+        distributions = {}
+
+        if full_env is None:
+            env = Environment(self.entries)
+            env += plugin_env
+        else:
+            env = full_env + plugin_env
+
+        shadow_set = self.__class__([])
+        # put all our entries in shadow_set
+        list(map(shadow_set.add, self))
+
+        for project_name in plugin_projects:
+            for dist in plugin_env[project_name]:
+                req = [dist.as_requirement()]
+
+                try:
+                    resolvees = shadow_set.resolve(req, env, installer)
+
+                except ResolutionError as v:
+                    # save error info
+                    error_info[dist] = v
+                    if fallback:
+                        # try the next older version of project
+                        continue
+                    else:
+                        # give up on this project, keep going
+                        break
+
+                else:
+                    list(map(shadow_set.add, resolvees))
+                    distributions.update(dict.fromkeys(resolvees))
+
+                    # success, no need to try any more versions of this project
+                    break
+
+        distributions = list(distributions)
+        distributions.sort()
+
+        return distributions, error_info
+
+    def require(self, *requirements):
+        """Ensure that distributions matching `requirements` are activated
+
+        `requirements` must be a string or a (possibly-nested) sequence
+        thereof, specifying the distributions and versions required.  The
+        return value is a sequence of the distributions that needed to be
+        activated to fulfill the requirements; all relevant distributions are
+        included, even if they were already activated in this working set.
+        """
+        needed = self.resolve(parse_requirements(requirements))
+
+        for dist in needed:
+            self.add(dist)
+
+        return needed
+
+    def subscribe(self, callback, existing=True):
+        """Invoke `callback` for all distributions
+
+        If `existing=True` (default),
+        call on all existing ones, as well.
+        """
+        if callback in self.callbacks:
+            return
+        self.callbacks.append(callback)
+        if not existing:
+            return
+        for dist in self:
+            callback(dist)
+
+    def _added_new(self, dist):
+        for callback in self.callbacks:
+            callback(dist)
+
+    def __getstate__(self):
+        return (
+            self.entries[:],
+            self.entry_keys.copy(),
+            self.by_key.copy(),
+            self.normalized_to_canonical_keys.copy(),
+            self.callbacks[:],
+        )
+
+    def __setstate__(self, e_k_b_n_c):
+        entries, keys, by_key, normalized_to_canonical_keys, callbacks = e_k_b_n_c
+        self.entries = entries[:]
+        self.entry_keys = keys.copy()
+        self.by_key = by_key.copy()
+        self.normalized_to_canonical_keys = normalized_to_canonical_keys.copy()
+        self.callbacks = callbacks[:]
+
+
+class _ReqExtras(dict):
+    """
+    Map each requirement to the extras that demanded it.
+    """
+
+    def markers_pass(self, req, extras=None):
+        """
+        Evaluate markers for req against each extra that
+        demanded it.
+
+        Return False if the req has a marker and fails
+        evaluation. Otherwise, return True.
+        """
+        extra_evals = (
+            req.marker.evaluate({'extra': extra})
+            for extra in self.get(req, ()) + (extras or (None,))
+        )
+        return not req.marker or any(extra_evals)
+
+
+class Environment:
+    """Searchable snapshot of distributions on a search path"""
+
+    def __init__(
+        self, search_path=None, platform=get_supported_platform(), python=PY_MAJOR
+    ):
+        """Snapshot distributions available on a search path
+
+        Any distributions found on `search_path` are added to the environment.
+        `search_path` should be a sequence of ``sys.path`` items.  If not
+        supplied, ``sys.path`` is used.
+
+        `platform` is an optional string specifying the name of the platform
+        that platform-specific distributions must be compatible with.  If
+        unspecified, it defaults to the current platform.  `python` is an
+        optional string naming the desired version of Python (e.g. ``'3.6'``);
+        it defaults to the current version.
+
+        You may explicitly set `platform` (and/or `python`) to ``None`` if you
+        wish to map *all* distributions, not just those compatible with the
+        running platform or Python version.
+        """
+        self._distmap = {}
+        self.platform = platform
+        self.python = python
+        self.scan(search_path)
+
+    def can_add(self, dist):
+        """Is distribution `dist` acceptable for this environment?
+
+        The distribution must match the platform and python version
+        requirements specified when this environment was created, or False
+        is returned.
+        """
+        py_compat = (
+            self.python is None
+            or dist.py_version is None
+            or dist.py_version == self.python
+        )
+        return py_compat and compatible_platforms(dist.platform, self.platform)
+
+    def remove(self, dist):
+        """Remove `dist` from the environment"""
+        self._distmap[dist.key].remove(dist)
+
+    def scan(self, search_path=None):
+        """Scan `search_path` for distributions usable in this environment
+
+        Any distributions found are added to the environment.
+        `search_path` should be a sequence of ``sys.path`` items.  If not
+        supplied, ``sys.path`` is used.  Only distributions conforming to
+        the platform/python version defined at initialization are added.
+        """
+        if search_path is None:
+            search_path = sys.path
+
+        for item in search_path:
+            for dist in find_distributions(item):
+                self.add(dist)
+
+    def __getitem__(self, project_name):
+        """Return a newest-to-oldest list of distributions for `project_name`
+
+        Uses case-insensitive `project_name` comparison, assuming all the
+        project's distributions use their project's name converted to all
+        lowercase as their key.
+
+        """
+        distribution_key = project_name.lower()
+        return self._distmap.get(distribution_key, [])
+
+    def add(self, dist):
+        """Add `dist` if we ``can_add()`` it and it has not already been added"""
+        if self.can_add(dist) and dist.has_version():
+            dists = self._distmap.setdefault(dist.key, [])
+            if dist not in dists:
+                dists.append(dist)
+                dists.sort(key=operator.attrgetter('hashcmp'), reverse=True)
+
+    def best_match(self, req, working_set, installer=None, replace_conflicting=False):
+        """Find distribution best matching `req` and usable on `working_set`
+
+        This calls the ``find(req)`` method of the `working_set` to see if a
+        suitable distribution is already active.  (This may raise
+        ``VersionConflict`` if an unsuitable version of the project is already
+        active in the specified `working_set`.)  If a suitable distribution
+        isn't active, this method returns the newest distribution in the
+        environment that meets the ``Requirement`` in `req`.  If no suitable
+        distribution is found, and `installer` is supplied, then the result of
+        calling the environment's ``obtain(req, installer)`` method will be
+        returned.
+        """
+        try:
+            dist = working_set.find(req)
+        except VersionConflict:
+            if not replace_conflicting:
+                raise
+            dist = None
+        if dist is not None:
+            return dist
+        for dist in self[req.key]:
+            if dist in req:
+                return dist
+        # try to download/install
+        return self.obtain(req, installer)
+
+    def obtain(self, requirement, installer=None):
+        """Obtain a distribution matching `requirement` (e.g. via download)
+
+        Obtain a distro that matches requirement (e.g. via download).  In the
+        base ``Environment`` class, this routine just returns
+        ``installer(requirement)``, unless `installer` is None, in which case
+        None is returned instead.  This method is a hook that allows subclasses
+        to attempt other ways of obtaining a distribution before falling back
+        to the `installer` argument."""
+        if installer is not None:
+            return installer(requirement)
+
+    def __iter__(self):
+        """Yield the unique project names of the available distributions"""
+        for key in self._distmap.keys():
+            if self[key]:
+                yield key
+
+    def __iadd__(self, other):
+        """In-place addition of a distribution or environment"""
+        if isinstance(other, Distribution):
+            self.add(other)
+        elif isinstance(other, Environment):
+            for project in other:
+                for dist in other[project]:
+                    self.add(dist)
+        else:
+            raise TypeError("Can't add %r to environment" % (other,))
+        return self
+
+    def __add__(self, other):
+        """Add an environment or distribution to an environment"""
+        new = self.__class__([], platform=None, python=None)
+        for env in self, other:
+            new += env
+        return new
+
+
+# XXX backward compatibility
+AvailableDistributions = Environment
+
+
+class ExtractionError(RuntimeError):
+    """An error occurred extracting a resource
+
+    The following attributes are available from instances of this exception:
+
+    manager
+        The resource manager that raised this exception
+
+    cache_path
+        The base directory for resource extraction
+
+    original_error
+        The exception instance that caused extraction to fail
+    """
+
+
+class ResourceManager:
+    """Manage resource extraction and packages"""
+
+    extraction_path = None
+
+    def __init__(self):
+        self.cached_files = {}
+
+    def resource_exists(self, package_or_requirement, resource_name):
+        """Does the named resource exist?"""
+        return get_provider(package_or_requirement).has_resource(resource_name)
+
+    def resource_isdir(self, package_or_requirement, resource_name):
+        """Is the named resource an existing directory?"""
+        return get_provider(package_or_requirement).resource_isdir(resource_name)
+
+    def resource_filename(self, package_or_requirement, resource_name):
+        """Return a true filesystem path for specified resource"""
+        return get_provider(package_or_requirement).get_resource_filename(
+            self, resource_name
+        )
+
+    def resource_stream(self, package_or_requirement, resource_name):
+        """Return a readable file-like object for specified resource"""
+        return get_provider(package_or_requirement).get_resource_stream(
+            self, resource_name
+        )
+
+    def resource_string(self, package_or_requirement, resource_name):
+        """Return specified resource as a string"""
+        return get_provider(package_or_requirement).get_resource_string(
+            self, resource_name
+        )
+
+    def resource_listdir(self, package_or_requirement, resource_name):
+        """List the contents of the named resource directory"""
+        return get_provider(package_or_requirement).resource_listdir(resource_name)
+
+    def extraction_error(self):
+        """Give an error message for problems extracting file(s)"""
+
+        old_exc = sys.exc_info()[1]
+        cache_path = self.extraction_path or get_default_cache()
+
+        tmpl = textwrap.dedent(
+            """
+            Can't extract file(s) to egg cache
+
+            The following error occurred while trying to extract file(s)
+            to the Python egg cache:
+
+              {old_exc}
+
+            The Python egg cache directory is currently set to:
+
+              {cache_path}
+
+            Perhaps your account does not have write access to this directory?
+            You can change the cache directory by setting the PYTHON_EGG_CACHE
+            environment variable to point to an accessible directory.
+            """
+        ).lstrip()
+        err = ExtractionError(tmpl.format(**locals()))
+        err.manager = self
+        err.cache_path = cache_path
+        err.original_error = old_exc
+        raise err
+
+    def get_cache_path(self, archive_name, names=()):
+        """Return absolute location in cache for `archive_name` and `names`
+
+        The parent directory of the resulting path will be created if it does
+        not already exist.  `archive_name` should be the base filename of the
+        enclosing egg (which may not be the name of the enclosing zipfile!),
+        including its ".egg" extension.  `names`, if provided, should be a
+        sequence of path name parts "under" the egg's extraction location.
+
+        This method should only be called by resource providers that need to
+        obtain an extraction location, and only for names they intend to
+        extract, as it tracks the generated names for possible cleanup later.
+        """
+        extract_path = self.extraction_path or get_default_cache()
+        target_path = os.path.join(extract_path, archive_name + '-tmp', *names)
+        try:
+            _bypass_ensure_directory(target_path)
+        except Exception:
+            self.extraction_error()
+
+        self._warn_unsafe_extraction_path(extract_path)
+
+        self.cached_files[target_path] = 1
+        return target_path
+
+    @staticmethod
+    def _warn_unsafe_extraction_path(path):
+        """
+        If the default extraction path is overridden and set to an insecure
+        location, such as /tmp, it opens up an opportunity for an attacker to
+        replace an extracted file with an unauthorized payload. Warn the user
+        if a known insecure location is used.
+
+        See Distribute #375 for more details.
+        """
+        if os.name == 'nt' and not path.startswith(os.environ['windir']):
+            # On Windows, permissions are generally restrictive by default
+            #  and temp directories are not writable by other users, so
+            #  bypass the warning.
+            return
+        mode = os.stat(path).st_mode
+        if mode & stat.S_IWOTH or mode & stat.S_IWGRP:
+            msg = (
+                "Extraction path is writable by group/others "
+                "and vulnerable to attack when "
+                "used with get_resource_filename ({path}). "
+                "Consider a more secure "
+                "location (set with .set_extraction_path or the "
+                "PYTHON_EGG_CACHE environment variable)."
+            ).format(**locals())
+            warnings.warn(msg, UserWarning)
+
+    def postprocess(self, tempname, filename):
+        """Perform any platform-specific postprocessing of `tempname`
+
+        This is where Mac header rewrites should be done; other platforms don't
+        have anything special they should do.
+
+        Resource providers should call this method ONLY after successfully
+        extracting a compressed resource.  They must NOT call it on resources
+        that are already in the filesystem.
+
+        `tempname` is the current (temporary) name of the file, and `filename`
+        is the name it will be renamed to by the caller after this routine
+        returns.
+        """
+
+        if os.name == 'posix':
+            # Make the resource executable
+            mode = ((os.stat(tempname).st_mode) | 0o555) & 0o7777
+            os.chmod(tempname, mode)
+
+    def set_extraction_path(self, path):
+        """Set the base path where resources will be extracted to, if needed.
+
+        If you do not call this routine before any extractions take place, the
+        path defaults to the return value of ``get_default_cache()``.  (Which
+        is based on the ``PYTHON_EGG_CACHE`` environment variable, with various
+        platform-specific fallbacks.  See that routine's documentation for more
+        details.)
+
+        Resources are extracted to subdirectories of this path based upon
+        information given by the ``IResourceProvider``.  You may set this to a
+        temporary directory, but then you must call ``cleanup_resources()`` to
+        delete the extracted files when done.  There is no guarantee that
+        ``cleanup_resources()`` will be able to remove all extracted files.
+
+        (Note: you may not change the extraction path for a given resource
+        manager once resources have been extracted, unless you first call
+        ``cleanup_resources()``.)
+        """
+        if self.cached_files:
+            raise ValueError("Can't change extraction path, files already extracted")
+
+        self.extraction_path = path
+
+    def cleanup_resources(self, force=False):
+        """
+        Delete all extracted resource files and directories, returning a list
+        of the file and directory names that could not be successfully removed.
+        This function does not have any concurrency protection, so it should
+        generally only be called when the extraction path is a temporary
+        directory exclusive to a single process.  This method is not
+        automatically called; you must call it explicitly or register it as an
+        ``atexit`` function if you wish to ensure cleanup of a temporary
+        directory used for extractions.
+        """
+        # XXX
+
+
+def get_default_cache():
+    """
+    Return the ``PYTHON_EGG_CACHE`` environment variable
+    or a platform-relevant user cache dir for an app
+    named "Python-Eggs".
+    """
+    return os.environ.get('PYTHON_EGG_CACHE') or platformdirs.user_cache_dir(
+        appname='Python-Eggs'
+    )
+
+
+def safe_name(name):
+    """Convert an arbitrary string to a standard distribution name
+
+    Any runs of non-alphanumeric/. characters are replaced with a single '-'.
+    """
+    return re.sub('[^A-Za-z0-9.]+', '-', name)
+
+
+def safe_version(version):
+    """
+    Convert an arbitrary string to a standard version string
+    """
+    try:
+        # normalize the version
+        return str(packaging.version.Version(version))
+    except packaging.version.InvalidVersion:
+        version = version.replace(' ', '.')
+        return re.sub('[^A-Za-z0-9.]+', '-', version)
+
+
+def _forgiving_version(version):
+    """Fallback when ``safe_version`` is not safe enough
+    >>> parse_version(_forgiving_version('0.23ubuntu1'))
+    
+    >>> parse_version(_forgiving_version('0.23-'))
+    
+    >>> parse_version(_forgiving_version('0.-_'))
+    
+    >>> parse_version(_forgiving_version('42.+?1'))
+    
+    >>> parse_version(_forgiving_version('hello world'))
+    
+    """
+    version = version.replace(' ', '.')
+    match = _PEP440_FALLBACK.search(version)
+    if match:
+        safe = match["safe"]
+        rest = version[len(safe):]
+    else:
+        safe = "0"
+        rest = version
+    local = f"sanitized.{_safe_segment(rest)}".strip(".")
+    return f"{safe}.dev0+{local}"
+
+
+def _safe_segment(segment):
+    """Convert an arbitrary string into a safe segment"""
+    segment = re.sub('[^A-Za-z0-9.]+', '-', segment)
+    segment = re.sub('-[^A-Za-z0-9]+', '-', segment)
+    return re.sub(r'\.[^A-Za-z0-9]+', '.', segment).strip(".-")
+
+
+def safe_extra(extra):
+    """Convert an arbitrary string to a standard 'extra' name
+
+    Any runs of non-alphanumeric characters are replaced with a single '_',
+    and the result is always lowercased.
+    """
+    return re.sub('[^A-Za-z0-9.-]+', '_', extra).lower()
+
+
+def to_filename(name):
+    """Convert a project or version name to its filename-escaped form
+
+    Any '-' characters are currently replaced with '_'.
+    """
+    return name.replace('-', '_')
+
+
+def invalid_marker(text):
+    """
+    Validate text as a PEP 508 environment marker; return an exception
+    if invalid or False otherwise.
+    """
+    try:
+        evaluate_marker(text)
+    except SyntaxError as e:
+        e.filename = None
+        e.lineno = None
+        return e
+    return False
+
+
+def evaluate_marker(text, extra=None):
+    """
+    Evaluate a PEP 508 environment marker.
+    Return a boolean indicating the marker result in this environment.
+    Raise SyntaxError if marker is invalid.
+
+    This implementation uses the 'pyparsing' module.
+    """
+    try:
+        marker = packaging.markers.Marker(text)
+        return marker.evaluate()
+    except packaging.markers.InvalidMarker as e:
+        raise SyntaxError(e) from e
+
+
+class NullProvider:
+    """Try to implement resources and metadata for arbitrary PEP 302 loaders"""
+
+    egg_name = None
+    egg_info = None
+    loader = None
+
+    def __init__(self, module):
+        self.loader = getattr(module, '__loader__', None)
+        self.module_path = os.path.dirname(getattr(module, '__file__', ''))
+
+    def get_resource_filename(self, manager, resource_name):
+        return self._fn(self.module_path, resource_name)
+
+    def get_resource_stream(self, manager, resource_name):
+        return io.BytesIO(self.get_resource_string(manager, resource_name))
+
+    def get_resource_string(self, manager, resource_name):
+        return self._get(self._fn(self.module_path, resource_name))
+
+    def has_resource(self, resource_name):
+        return self._has(self._fn(self.module_path, resource_name))
+
+    def _get_metadata_path(self, name):
+        return self._fn(self.egg_info, name)
+
+    def has_metadata(self, name):
+        if not self.egg_info:
+            return self.egg_info
+
+        path = self._get_metadata_path(name)
+        return self._has(path)
+
+    def get_metadata(self, name):
+        if not self.egg_info:
+            return ""
+        path = self._get_metadata_path(name)
+        value = self._get(path)
+        try:
+            return value.decode('utf-8')
+        except UnicodeDecodeError as exc:
+            # Include the path in the error message to simplify
+            # troubleshooting, and without changing the exception type.
+            exc.reason += ' in {} file at path: {}'.format(name, path)
+            raise
+
+    def get_metadata_lines(self, name):
+        return yield_lines(self.get_metadata(name))
+
+    def resource_isdir(self, resource_name):
+        return self._isdir(self._fn(self.module_path, resource_name))
+
+    def metadata_isdir(self, name):
+        return self.egg_info and self._isdir(self._fn(self.egg_info, name))
+
+    def resource_listdir(self, resource_name):
+        return self._listdir(self._fn(self.module_path, resource_name))
+
+    def metadata_listdir(self, name):
+        if self.egg_info:
+            return self._listdir(self._fn(self.egg_info, name))
+        return []
+
+    def run_script(self, script_name, namespace):
+        script = 'scripts/' + script_name
+        if not self.has_metadata(script):
+            raise ResolutionError(
+                "Script {script!r} not found in metadata at {self.egg_info!r}".format(
+                    **locals()
+                ),
+            )
+        script_text = self.get_metadata(script).replace('\r\n', '\n')
+        script_text = script_text.replace('\r', '\n')
+        script_filename = self._fn(self.egg_info, script)
+        namespace['__file__'] = script_filename
+        if os.path.exists(script_filename):
+            with open(script_filename) as fid:
+                source = fid.read()
+            code = compile(source, script_filename, 'exec')
+            exec(code, namespace, namespace)
+        else:
+            from linecache import cache
+
+            cache[script_filename] = (
+                len(script_text),
+                0,
+                script_text.split('\n'),
+                script_filename,
+            )
+            script_code = compile(script_text, script_filename, 'exec')
+            exec(script_code, namespace, namespace)
+
+    def _has(self, path):
+        raise NotImplementedError(
+            "Can't perform this operation for unregistered loader type"
+        )
+
+    def _isdir(self, path):
+        raise NotImplementedError(
+            "Can't perform this operation for unregistered loader type"
+        )
+
+    def _listdir(self, path):
+        raise NotImplementedError(
+            "Can't perform this operation for unregistered loader type"
+        )
+
+    def _fn(self, base, resource_name):
+        self._validate_resource_path(resource_name)
+        if resource_name:
+            return os.path.join(base, *resource_name.split('/'))
+        return base
+
+    @staticmethod
+    def _validate_resource_path(path):
+        """
+        Validate the resource paths according to the docs.
+        https://setuptools.pypa.io/en/latest/pkg_resources.html#basic-resource-access
+
+        >>> warned = getfixture('recwarn')
+        >>> warnings.simplefilter('always')
+        >>> vrp = NullProvider._validate_resource_path
+        >>> vrp('foo/bar.txt')
+        >>> bool(warned)
+        False
+        >>> vrp('../foo/bar.txt')
+        >>> bool(warned)
+        True
+        >>> warned.clear()
+        >>> vrp('/foo/bar.txt')
+        >>> bool(warned)
+        True
+        >>> vrp('foo/../../bar.txt')
+        >>> bool(warned)
+        True
+        >>> warned.clear()
+        >>> vrp('foo/f../bar.txt')
+        >>> bool(warned)
+        False
+
+        Windows path separators are straight-up disallowed.
+        >>> vrp(r'\\foo/bar.txt')
+        Traceback (most recent call last):
+        ...
+        ValueError: Use of .. or absolute path in a resource path \
+is not allowed.
+
+        >>> vrp(r'C:\\foo/bar.txt')
+        Traceback (most recent call last):
+        ...
+        ValueError: Use of .. or absolute path in a resource path \
+is not allowed.
+
+        Blank values are allowed
+
+        >>> vrp('')
+        >>> bool(warned)
+        False
+
+        Non-string values are not.
+
+        >>> vrp(None)
+        Traceback (most recent call last):
+        ...
+        AttributeError: ...
+        """
+        invalid = (
+            os.path.pardir in path.split(posixpath.sep)
+            or posixpath.isabs(path)
+            or ntpath.isabs(path)
+        )
+        if not invalid:
+            return
+
+        msg = "Use of .. or absolute path in a resource path is not allowed."
+
+        # Aggressively disallow Windows absolute paths
+        if ntpath.isabs(path) and not posixpath.isabs(path):
+            raise ValueError(msg)
+
+        # for compatibility, warn; in future
+        # raise ValueError(msg)
+        issue_warning(
+            msg[:-1] + " and will raise exceptions in a future release.",
+            DeprecationWarning,
+        )
+
+    def _get(self, path):
+        if hasattr(self.loader, 'get_data'):
+            return self.loader.get_data(path)
+        raise NotImplementedError(
+            "Can't perform this operation for loaders without 'get_data()'"
+        )
+
+
+register_loader_type(object, NullProvider)
+
+
+def _parents(path):
+    """
+    yield all parents of path including path
+    """
+    last = None
+    while path != last:
+        yield path
+        last = path
+        path, _ = os.path.split(path)
+
+
+class EggProvider(NullProvider):
+    """Provider based on a virtual filesystem"""
+
+    def __init__(self, module):
+        super().__init__(module)
+        self._setup_prefix()
+
+    def _setup_prefix(self):
+        # Assume that metadata may be nested inside a "basket"
+        # of multiple eggs and use module_path instead of .archive.
+        eggs = filter(_is_egg_path, _parents(self.module_path))
+        egg = next(eggs, None)
+        egg and self._set_egg(egg)
+
+    def _set_egg(self, path):
+        self.egg_name = os.path.basename(path)
+        self.egg_info = os.path.join(path, 'EGG-INFO')
+        self.egg_root = path
+
+
+class DefaultProvider(EggProvider):
+    """Provides access to package resources in the filesystem"""
+
+    def _has(self, path):
+        return os.path.exists(path)
+
+    def _isdir(self, path):
+        return os.path.isdir(path)
+
+    def _listdir(self, path):
+        return os.listdir(path)
+
+    def get_resource_stream(self, manager, resource_name):
+        return open(self._fn(self.module_path, resource_name), 'rb')
+
+    def _get(self, path):
+        with open(path, 'rb') as stream:
+            return stream.read()
+
+    @classmethod
+    def _register(cls):
+        loader_names = (
+            'SourceFileLoader',
+            'SourcelessFileLoader',
+        )
+        for name in loader_names:
+            loader_cls = getattr(importlib_machinery, name, type(None))
+            register_loader_type(loader_cls, cls)
+
+
+DefaultProvider._register()
+
+
+class EmptyProvider(NullProvider):
+    """Provider that returns nothing for all requests"""
+
+    module_path = None
+
+    _isdir = _has = lambda self, path: False
+
+    def _get(self, path):
+        return ''
+
+    def _listdir(self, path):
+        return []
+
+    def __init__(self):
+        pass
+
+
+empty_provider = EmptyProvider()
+
+
+class ZipManifests(dict):
+    """
+    zip manifest builder
+    """
+
+    @classmethod
+    def build(cls, path):
+        """
+        Build a dictionary similar to the zipimport directory
+        caches, except instead of tuples, store ZipInfo objects.
+
+        Use a platform-specific path separator (os.sep) for the path keys
+        for compatibility with pypy on Windows.
+        """
+        with zipfile.ZipFile(path) as zfile:
+            items = (
+                (
+                    name.replace('/', os.sep),
+                    zfile.getinfo(name),
+                )
+                for name in zfile.namelist()
+            )
+            return dict(items)
+
+    load = build
+
+
+class MemoizedZipManifests(ZipManifests):
+    """
+    Memoized zipfile manifests.
+    """
+
+    manifest_mod = collections.namedtuple('manifest_mod', 'manifest mtime')
+
+    def load(self, path):
+        """
+        Load a manifest at path or return a suitable manifest already loaded.
+        """
+        path = os.path.normpath(path)
+        mtime = os.stat(path).st_mtime
+
+        if path not in self or self[path].mtime != mtime:
+            manifest = self.build(path)
+            self[path] = self.manifest_mod(manifest, mtime)
+
+        return self[path].manifest
+
+
+class ZipProvider(EggProvider):
+    """Resource support for zips and eggs"""
+
+    eagers = None
+    _zip_manifests = MemoizedZipManifests()
+
+    def __init__(self, module):
+        super().__init__(module)
+        self.zip_pre = self.loader.archive + os.sep
+
+    def _zipinfo_name(self, fspath):
+        # Convert a virtual filename (full path to file) into a zipfile subpath
+        # usable with the zipimport directory cache for our target archive
+        fspath = fspath.rstrip(os.sep)
+        if fspath == self.loader.archive:
+            return ''
+        if fspath.startswith(self.zip_pre):
+            return fspath[len(self.zip_pre) :]
+        raise AssertionError("%s is not a subpath of %s" % (fspath, self.zip_pre))
+
+    def _parts(self, zip_path):
+        # Convert a zipfile subpath into an egg-relative path part list.
+        # pseudo-fs path
+        fspath = self.zip_pre + zip_path
+        if fspath.startswith(self.egg_root + os.sep):
+            return fspath[len(self.egg_root) + 1 :].split(os.sep)
+        raise AssertionError("%s is not a subpath of %s" % (fspath, self.egg_root))
+
+    @property
+    def zipinfo(self):
+        return self._zip_manifests.load(self.loader.archive)
+
+    def get_resource_filename(self, manager, resource_name):
+        if not self.egg_name:
+            raise NotImplementedError(
+                "resource_filename() only supported for .egg, not .zip"
+            )
+        # no need to lock for extraction, since we use temp names
+        zip_path = self._resource_to_zip(resource_name)
+        eagers = self._get_eager_resources()
+        if '/'.join(self._parts(zip_path)) in eagers:
+            for name in eagers:
+                self._extract_resource(manager, self._eager_to_zip(name))
+        return self._extract_resource(manager, zip_path)
+
+    @staticmethod
+    def _get_date_and_size(zip_stat):
+        size = zip_stat.file_size
+        # ymdhms+wday, yday, dst
+        date_time = zip_stat.date_time + (0, 0, -1)
+        # 1980 offset already done
+        timestamp = time.mktime(date_time)
+        return timestamp, size
+
+    # FIXME: 'ZipProvider._extract_resource' is too complex (12)
+    def _extract_resource(self, manager, zip_path):  # noqa: C901
+        if zip_path in self._index():
+            for name in self._index()[zip_path]:
+                last = self._extract_resource(manager, os.path.join(zip_path, name))
+            # return the extracted directory name
+            return os.path.dirname(last)
+
+        timestamp, size = self._get_date_and_size(self.zipinfo[zip_path])
+
+        if not WRITE_SUPPORT:
+            raise IOError(
+                '"os.rename" and "os.unlink" are not supported ' 'on this platform'
+            )
+        try:
+            real_path = manager.get_cache_path(self.egg_name, self._parts(zip_path))
+
+            if self._is_current(real_path, zip_path):
+                return real_path
+
+            outf, tmpnam = _mkstemp(
+                ".$extract",
+                dir=os.path.dirname(real_path),
+            )
+            os.write(outf, self.loader.get_data(zip_path))
+            os.close(outf)
+            utime(tmpnam, (timestamp, timestamp))
+            manager.postprocess(tmpnam, real_path)
+
+            try:
+                rename(tmpnam, real_path)
+
+            except os.error:
+                if os.path.isfile(real_path):
+                    if self._is_current(real_path, zip_path):
+                        # the file became current since it was checked above,
+                        #  so proceed.
+                        return real_path
+                    # Windows, del old file and retry
+                    elif os.name == 'nt':
+                        unlink(real_path)
+                        rename(tmpnam, real_path)
+                        return real_path
+                raise
+
+        except os.error:
+            # report a user-friendly error
+            manager.extraction_error()
+
+        return real_path
+
+    def _is_current(self, file_path, zip_path):
+        """
+        Return True if the file_path is current for this zip_path
+        """
+        timestamp, size = self._get_date_and_size(self.zipinfo[zip_path])
+        if not os.path.isfile(file_path):
+            return False
+        stat = os.stat(file_path)
+        if stat.st_size != size or stat.st_mtime != timestamp:
+            return False
+        # check that the contents match
+        zip_contents = self.loader.get_data(zip_path)
+        with open(file_path, 'rb') as f:
+            file_contents = f.read()
+        return zip_contents == file_contents
+
+    def _get_eager_resources(self):
+        if self.eagers is None:
+            eagers = []
+            for name in ('native_libs.txt', 'eager_resources.txt'):
+                if self.has_metadata(name):
+                    eagers.extend(self.get_metadata_lines(name))
+            self.eagers = eagers
+        return self.eagers
+
+    def _index(self):
+        try:
+            return self._dirindex
+        except AttributeError:
+            ind = {}
+            for path in self.zipinfo:
+                parts = path.split(os.sep)
+                while parts:
+                    parent = os.sep.join(parts[:-1])
+                    if parent in ind:
+                        ind[parent].append(parts[-1])
+                        break
+                    else:
+                        ind[parent] = [parts.pop()]
+            self._dirindex = ind
+            return ind
+
+    def _has(self, fspath):
+        zip_path = self._zipinfo_name(fspath)
+        return zip_path in self.zipinfo or zip_path in self._index()
+
+    def _isdir(self, fspath):
+        return self._zipinfo_name(fspath) in self._index()
+
+    def _listdir(self, fspath):
+        return list(self._index().get(self._zipinfo_name(fspath), ()))
+
+    def _eager_to_zip(self, resource_name):
+        return self._zipinfo_name(self._fn(self.egg_root, resource_name))
+
+    def _resource_to_zip(self, resource_name):
+        return self._zipinfo_name(self._fn(self.module_path, resource_name))
+
+
+register_loader_type(zipimport.zipimporter, ZipProvider)
+
+
+class FileMetadata(EmptyProvider):
+    """Metadata handler for standalone PKG-INFO files
+
+    Usage::
+
+        metadata = FileMetadata("/path/to/PKG-INFO")
+
+    This provider rejects all data and metadata requests except for PKG-INFO,
+    which is treated as existing, and will be the contents of the file at
+    the provided location.
+    """
+
+    def __init__(self, path):
+        self.path = path
+
+    def _get_metadata_path(self, name):
+        return self.path
+
+    def has_metadata(self, name):
+        return name == 'PKG-INFO' and os.path.isfile(self.path)
+
+    def get_metadata(self, name):
+        if name != 'PKG-INFO':
+            raise KeyError("No metadata except PKG-INFO is available")
+
+        with io.open(self.path, encoding='utf-8', errors="replace") as f:
+            metadata = f.read()
+        self._warn_on_replacement(metadata)
+        return metadata
+
+    def _warn_on_replacement(self, metadata):
+        replacement_char = '�'
+        if replacement_char in metadata:
+            tmpl = "{self.path} could not be properly decoded in UTF-8"
+            msg = tmpl.format(**locals())
+            warnings.warn(msg)
+
+    def get_metadata_lines(self, name):
+        return yield_lines(self.get_metadata(name))
+
+
+class PathMetadata(DefaultProvider):
+    """Metadata provider for egg directories
+
+    Usage::
+
+        # Development eggs:
+
+        egg_info = "/path/to/PackageName.egg-info"
+        base_dir = os.path.dirname(egg_info)
+        metadata = PathMetadata(base_dir, egg_info)
+        dist_name = os.path.splitext(os.path.basename(egg_info))[0]
+        dist = Distribution(basedir, project_name=dist_name, metadata=metadata)
+
+        # Unpacked egg directories:
+
+        egg_path = "/path/to/PackageName-ver-pyver-etc.egg"
+        metadata = PathMetadata(egg_path, os.path.join(egg_path,'EGG-INFO'))
+        dist = Distribution.from_filename(egg_path, metadata=metadata)
+    """
+
+    def __init__(self, path, egg_info):
+        self.module_path = path
+        self.egg_info = egg_info
+
+
+class EggMetadata(ZipProvider):
+    """Metadata provider for .egg files"""
+
+    def __init__(self, importer):
+        """Create a metadata provider from a zipimporter"""
+
+        self.zip_pre = importer.archive + os.sep
+        self.loader = importer
+        if importer.prefix:
+            self.module_path = os.path.join(importer.archive, importer.prefix)
+        else:
+            self.module_path = importer.archive
+        self._setup_prefix()
+
+
+_declare_state('dict', _distribution_finders={})
+
+
+def register_finder(importer_type, distribution_finder):
+    """Register `distribution_finder` to find distributions in sys.path items
+
+    `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item
+    handler), and `distribution_finder` is a callable that, passed a path
+    item and the importer instance, yields ``Distribution`` instances found on
+    that path item.  See ``pkg_resources.find_on_path`` for an example."""
+    _distribution_finders[importer_type] = distribution_finder
+
+
+def find_distributions(path_item, only=False):
+    """Yield distributions accessible via `path_item`"""
+    importer = get_importer(path_item)
+    finder = _find_adapter(_distribution_finders, importer)
+    return finder(importer, path_item, only)
+
+
+def find_eggs_in_zip(importer, path_item, only=False):
+    """
+    Find eggs in zip files; possibly multiple nested eggs.
+    """
+    if importer.archive.endswith('.whl'):
+        # wheels are not supported with this finder
+        # they don't have PKG-INFO metadata, and won't ever contain eggs
+        return
+    metadata = EggMetadata(importer)
+    if metadata.has_metadata('PKG-INFO'):
+        yield Distribution.from_filename(path_item, metadata=metadata)
+    if only:
+        # don't yield nested distros
+        return
+    for subitem in metadata.resource_listdir(''):
+        if _is_egg_path(subitem):
+            subpath = os.path.join(path_item, subitem)
+            dists = find_eggs_in_zip(zipimport.zipimporter(subpath), subpath)
+            for dist in dists:
+                yield dist
+        elif subitem.lower().endswith(('.dist-info', '.egg-info')):
+            subpath = os.path.join(path_item, subitem)
+            submeta = EggMetadata(zipimport.zipimporter(subpath))
+            submeta.egg_info = subpath
+            yield Distribution.from_location(path_item, subitem, submeta)
+
+
+register_finder(zipimport.zipimporter, find_eggs_in_zip)
+
+
+def find_nothing(importer, path_item, only=False):
+    return ()
+
+
+register_finder(object, find_nothing)
+
+
+def find_on_path(importer, path_item, only=False):
+    """Yield distributions accessible on a sys.path directory"""
+    path_item = _normalize_cached(path_item)
+
+    if _is_unpacked_egg(path_item):
+        yield Distribution.from_filename(
+            path_item,
+            metadata=PathMetadata(path_item, os.path.join(path_item, 'EGG-INFO')),
+        )
+        return
+
+    entries = (os.path.join(path_item, child) for child in safe_listdir(path_item))
+
+    # scan for .egg and .egg-info in directory
+    for entry in sorted(entries):
+        fullpath = os.path.join(path_item, entry)
+        factory = dist_factory(path_item, entry, only)
+        for dist in factory(fullpath):
+            yield dist
+
+
+def dist_factory(path_item, entry, only):
+    """Return a dist_factory for the given entry."""
+    lower = entry.lower()
+    is_egg_info = lower.endswith('.egg-info')
+    is_dist_info = lower.endswith('.dist-info') and os.path.isdir(
+        os.path.join(path_item, entry)
+    )
+    is_meta = is_egg_info or is_dist_info
+    return (
+        distributions_from_metadata
+        if is_meta
+        else find_distributions
+        if not only and _is_egg_path(entry)
+        else resolve_egg_link
+        if not only and lower.endswith('.egg-link')
+        else NoDists()
+    )
+
+
+class NoDists:
+    """
+    >>> bool(NoDists())
+    False
+
+    >>> list(NoDists()('anything'))
+    []
+    """
+
+    def __bool__(self):
+        return False
+
+    def __call__(self, fullpath):
+        return iter(())
+
+
+def safe_listdir(path):
+    """
+    Attempt to list contents of path, but suppress some exceptions.
+    """
+    try:
+        return os.listdir(path)
+    except (PermissionError, NotADirectoryError):
+        pass
+    except OSError as e:
+        # Ignore the directory if does not exist, not a directory or
+        # permission denied
+        if e.errno not in (errno.ENOTDIR, errno.EACCES, errno.ENOENT):
+            raise
+    return ()
+
+
+def distributions_from_metadata(path):
+    root = os.path.dirname(path)
+    if os.path.isdir(path):
+        if len(os.listdir(path)) == 0:
+            # empty metadata dir; skip
+            return
+        metadata = PathMetadata(root, path)
+    else:
+        metadata = FileMetadata(path)
+    entry = os.path.basename(path)
+    yield Distribution.from_location(
+        root,
+        entry,
+        metadata,
+        precedence=DEVELOP_DIST,
+    )
+
+
+def non_empty_lines(path):
+    """
+    Yield non-empty lines from file at path
+    """
+    with open(path) as f:
+        for line in f:
+            line = line.strip()
+            if line:
+                yield line
+
+
+def resolve_egg_link(path):
+    """
+    Given a path to an .egg-link, resolve distributions
+    present in the referenced path.
+    """
+    referenced_paths = non_empty_lines(path)
+    resolved_paths = (
+        os.path.join(os.path.dirname(path), ref) for ref in referenced_paths
+    )
+    dist_groups = map(find_distributions, resolved_paths)
+    return next(dist_groups, ())
+
+
+if hasattr(pkgutil, 'ImpImporter'):
+    register_finder(pkgutil.ImpImporter, find_on_path)
+
+register_finder(importlib_machinery.FileFinder, find_on_path)
+
+_declare_state('dict', _namespace_handlers={})
+_declare_state('dict', _namespace_packages={})
+
+
+def register_namespace_handler(importer_type, namespace_handler):
+    """Register `namespace_handler` to declare namespace packages
+
+    `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item
+    handler), and `namespace_handler` is a callable like this::
+
+        def namespace_handler(importer, path_entry, moduleName, module):
+            # return a path_entry to use for child packages
+
+    Namespace handlers are only called if the importer object has already
+    agreed that it can handle the relevant path item, and they should only
+    return a subpath if the module __path__ does not already contain an
+    equivalent subpath.  For an example namespace handler, see
+    ``pkg_resources.file_ns_handler``.
+    """
+    _namespace_handlers[importer_type] = namespace_handler
+
+
+def _handle_ns(packageName, path_item):
+    """Ensure that named package includes a subpath of path_item (if needed)"""
+
+    importer = get_importer(path_item)
+    if importer is None:
+        return None
+
+    # use find_spec (PEP 451) and fall-back to find_module (PEP 302)
+    try:
+        spec = importer.find_spec(packageName)
+    except AttributeError:
+        # capture warnings due to #1111
+        with warnings.catch_warnings():
+            warnings.simplefilter("ignore")
+            loader = importer.find_module(packageName)
+    else:
+        loader = spec.loader if spec else None
+
+    if loader is None:
+        return None
+    module = sys.modules.get(packageName)
+    if module is None:
+        module = sys.modules[packageName] = types.ModuleType(packageName)
+        module.__path__ = []
+        _set_parent_ns(packageName)
+    elif not hasattr(module, '__path__'):
+        raise TypeError("Not a package:", packageName)
+    handler = _find_adapter(_namespace_handlers, importer)
+    subpath = handler(importer, path_item, packageName, module)
+    if subpath is not None:
+        path = module.__path__
+        path.append(subpath)
+        importlib.import_module(packageName)
+        _rebuild_mod_path(path, packageName, module)
+    return subpath
+
+
+def _rebuild_mod_path(orig_path, package_name, module):
+    """
+    Rebuild module.__path__ ensuring that all entries are ordered
+    corresponding to their sys.path order
+    """
+    sys_path = [_normalize_cached(p) for p in sys.path]
+
+    def safe_sys_path_index(entry):
+        """
+        Workaround for #520 and #513.
+        """
+        try:
+            return sys_path.index(entry)
+        except ValueError:
+            return float('inf')
+
+    def position_in_sys_path(path):
+        """
+        Return the ordinal of the path based on its position in sys.path
+        """
+        path_parts = path.split(os.sep)
+        module_parts = package_name.count('.') + 1
+        parts = path_parts[:-module_parts]
+        return safe_sys_path_index(_normalize_cached(os.sep.join(parts)))
+
+    new_path = sorted(orig_path, key=position_in_sys_path)
+    new_path = [_normalize_cached(p) for p in new_path]
+
+    if isinstance(module.__path__, list):
+        module.__path__[:] = new_path
+    else:
+        module.__path__ = new_path
+
+
+def declare_namespace(packageName):
+    """Declare that package 'packageName' is a namespace package"""
+
+    msg = (
+        f"Deprecated call to `pkg_resources.declare_namespace({packageName!r})`.\n"
+        "Implementing implicit namespace packages (as specified in PEP 420) "
+        "is preferred to `pkg_resources.declare_namespace`. "
+        "See https://setuptools.pypa.io/en/latest/references/"
+        "keywords.html#keyword-namespace-packages"
+    )
+    warnings.warn(msg, DeprecationWarning, stacklevel=2)
+
+    _imp.acquire_lock()
+    try:
+        if packageName in _namespace_packages:
+            return
+
+        path = sys.path
+        parent, _, _ = packageName.rpartition('.')
+
+        if parent:
+            declare_namespace(parent)
+            if parent not in _namespace_packages:
+                __import__(parent)
+            try:
+                path = sys.modules[parent].__path__
+            except AttributeError as e:
+                raise TypeError("Not a package:", parent) from e
+
+        # Track what packages are namespaces, so when new path items are added,
+        # they can be updated
+        _namespace_packages.setdefault(parent or None, []).append(packageName)
+        _namespace_packages.setdefault(packageName, [])
+
+        for path_item in path:
+            # Ensure all the parent's path items are reflected in the child,
+            # if they apply
+            _handle_ns(packageName, path_item)
+
+    finally:
+        _imp.release_lock()
+
+
+def fixup_namespace_packages(path_item, parent=None):
+    """Ensure that previously-declared namespace packages include path_item"""
+    _imp.acquire_lock()
+    try:
+        for package in _namespace_packages.get(parent, ()):
+            subpath = _handle_ns(package, path_item)
+            if subpath:
+                fixup_namespace_packages(subpath, package)
+    finally:
+        _imp.release_lock()
+
+
+def file_ns_handler(importer, path_item, packageName, module):
+    """Compute an ns-package subpath for a filesystem or zipfile importer"""
+
+    subpath = os.path.join(path_item, packageName.split('.')[-1])
+    normalized = _normalize_cached(subpath)
+    for item in module.__path__:
+        if _normalize_cached(item) == normalized:
+            break
+    else:
+        # Only return the path if it's not already there
+        return subpath
+
+
+if hasattr(pkgutil, 'ImpImporter'):
+    register_namespace_handler(pkgutil.ImpImporter, file_ns_handler)
+
+register_namespace_handler(zipimport.zipimporter, file_ns_handler)
+register_namespace_handler(importlib_machinery.FileFinder, file_ns_handler)
+
+
+def null_ns_handler(importer, path_item, packageName, module):
+    return None
+
+
+register_namespace_handler(object, null_ns_handler)
+
+
+def normalize_path(filename):
+    """Normalize a file/dir name for comparison purposes"""
+    return os.path.normcase(os.path.realpath(os.path.normpath(_cygwin_patch(filename))))
+
+
+def _cygwin_patch(filename):  # pragma: nocover
+    """
+    Contrary to POSIX 2008, on Cygwin, getcwd (3) contains
+    symlink components. Using
+    os.path.abspath() works around this limitation. A fix in os.getcwd()
+    would probably better, in Cygwin even more so, except
+    that this seems to be by design...
+    """
+    return os.path.abspath(filename) if sys.platform == 'cygwin' else filename
+
+
+def _normalize_cached(filename, _cache={}):
+    try:
+        return _cache[filename]
+    except KeyError:
+        _cache[filename] = result = normalize_path(filename)
+        return result
+
+
+def _is_egg_path(path):
+    """
+    Determine if given path appears to be an egg.
+    """
+    return _is_zip_egg(path) or _is_unpacked_egg(path)
+
+
+def _is_zip_egg(path):
+    return (
+        path.lower().endswith('.egg')
+        and os.path.isfile(path)
+        and zipfile.is_zipfile(path)
+    )
+
+
+def _is_unpacked_egg(path):
+    """
+    Determine if given path appears to be an unpacked egg.
+    """
+    return path.lower().endswith('.egg') and os.path.isfile(
+        os.path.join(path, 'EGG-INFO', 'PKG-INFO')
+    )
+
+
+def _set_parent_ns(packageName):
+    parts = packageName.split('.')
+    name = parts.pop()
+    if parts:
+        parent = '.'.join(parts)
+        setattr(sys.modules[parent], name, sys.modules[packageName])
+
+
+MODULE = re.compile(r"\w+(\.\w+)*$").match
+EGG_NAME = re.compile(
+    r"""
+    (?P[^-]+) (
+        -(?P[^-]+) (
+            -py(?P[^-]+) (
+                -(?P.+)
+            )?
+        )?
+    )?
+    """,
+    re.VERBOSE | re.IGNORECASE,
+).match
+
+
+class EntryPoint:
+    """Object representing an advertised importable object"""
+
+    def __init__(self, name, module_name, attrs=(), extras=(), dist=None):
+        if not MODULE(module_name):
+            raise ValueError("Invalid module name", module_name)
+        self.name = name
+        self.module_name = module_name
+        self.attrs = tuple(attrs)
+        self.extras = tuple(extras)
+        self.dist = dist
+
+    def __str__(self):
+        s = "%s = %s" % (self.name, self.module_name)
+        if self.attrs:
+            s += ':' + '.'.join(self.attrs)
+        if self.extras:
+            s += ' [%s]' % ','.join(self.extras)
+        return s
+
+    def __repr__(self):
+        return "EntryPoint.parse(%r)" % str(self)
+
+    def load(self, require=True, *args, **kwargs):
+        """
+        Require packages for this EntryPoint, then resolve it.
+        """
+        if not require or args or kwargs:
+            warnings.warn(
+                "Parameters to load are deprecated.  Call .resolve and "
+                ".require separately.",
+                PkgResourcesDeprecationWarning,
+                stacklevel=2,
+            )
+        if require:
+            self.require(*args, **kwargs)
+        return self.resolve()
+
+    def resolve(self):
+        """
+        Resolve the entry point from its module and attrs.
+        """
+        module = __import__(self.module_name, fromlist=['__name__'], level=0)
+        try:
+            return functools.reduce(getattr, self.attrs, module)
+        except AttributeError as exc:
+            raise ImportError(str(exc)) from exc
+
+    def require(self, env=None, installer=None):
+        if self.extras and not self.dist:
+            raise UnknownExtra("Can't require() without a distribution", self)
+
+        # Get the requirements for this entry point with all its extras and
+        # then resolve them. We have to pass `extras` along when resolving so
+        # that the working set knows what extras we want. Otherwise, for
+        # dist-info distributions, the working set will assume that the
+        # requirements for that extra are purely optional and skip over them.
+        reqs = self.dist.requires(self.extras)
+        items = working_set.resolve(reqs, env, installer, extras=self.extras)
+        list(map(working_set.add, items))
+
+    pattern = re.compile(
+        r'\s*'
+        r'(?P.+?)\s*'
+        r'=\s*'
+        r'(?P[\w.]+)\s*'
+        r'(:\s*(?P[\w.]+))?\s*'
+        r'(?P\[.*\])?\s*$'
+    )
+
+    @classmethod
+    def parse(cls, src, dist=None):
+        """Parse a single entry point from string `src`
+
+        Entry point syntax follows the form::
+
+            name = some.module:some.attr [extra1, extra2]
+
+        The entry name and module name are required, but the ``:attrs`` and
+        ``[extras]`` parts are optional
+        """
+        m = cls.pattern.match(src)
+        if not m:
+            msg = "EntryPoint must be in 'name=module:attrs [extras]' format"
+            raise ValueError(msg, src)
+        res = m.groupdict()
+        extras = cls._parse_extras(res['extras'])
+        attrs = res['attr'].split('.') if res['attr'] else ()
+        return cls(res['name'], res['module'], attrs, extras, dist)
+
+    @classmethod
+    def _parse_extras(cls, extras_spec):
+        if not extras_spec:
+            return ()
+        req = Requirement.parse('x' + extras_spec)
+        if req.specs:
+            raise ValueError()
+        return req.extras
+
+    @classmethod
+    def parse_group(cls, group, lines, dist=None):
+        """Parse an entry point group"""
+        if not MODULE(group):
+            raise ValueError("Invalid group name", group)
+        this = {}
+        for line in yield_lines(lines):
+            ep = cls.parse(line, dist)
+            if ep.name in this:
+                raise ValueError("Duplicate entry point", group, ep.name)
+            this[ep.name] = ep
+        return this
+
+    @classmethod
+    def parse_map(cls, data, dist=None):
+        """Parse a map of entry point groups"""
+        if isinstance(data, dict):
+            data = data.items()
+        else:
+            data = split_sections(data)
+        maps = {}
+        for group, lines in data:
+            if group is None:
+                if not lines:
+                    continue
+                raise ValueError("Entry points must be listed in groups")
+            group = group.strip()
+            if group in maps:
+                raise ValueError("Duplicate group name", group)
+            maps[group] = cls.parse_group(group, lines, dist)
+        return maps
+
+
+def _version_from_file(lines):
+    """
+    Given an iterable of lines from a Metadata file, return
+    the value of the Version field, if present, or None otherwise.
+    """
+
+    def is_version_line(line):
+        return line.lower().startswith('version:')
+
+    version_lines = filter(is_version_line, lines)
+    line = next(iter(version_lines), '')
+    _, _, value = line.partition(':')
+    return safe_version(value.strip()) or None
+
+
+class Distribution:
+    """Wrap an actual or potential sys.path entry w/metadata"""
+
+    PKG_INFO = 'PKG-INFO'
+
+    def __init__(
+        self,
+        location=None,
+        metadata=None,
+        project_name=None,
+        version=None,
+        py_version=PY_MAJOR,
+        platform=None,
+        precedence=EGG_DIST,
+    ):
+        self.project_name = safe_name(project_name or 'Unknown')
+        if version is not None:
+            self._version = safe_version(version)
+        self.py_version = py_version
+        self.platform = platform
+        self.location = location
+        self.precedence = precedence
+        self._provider = metadata or empty_provider
+
+    @classmethod
+    def from_location(cls, location, basename, metadata=None, **kw):
+        project_name, version, py_version, platform = [None] * 4
+        basename, ext = os.path.splitext(basename)
+        if ext.lower() in _distributionImpl:
+            cls = _distributionImpl[ext.lower()]
+
+            match = EGG_NAME(basename)
+            if match:
+                project_name, version, py_version, platform = match.group(
+                    'name', 'ver', 'pyver', 'plat'
+                )
+        return cls(
+            location,
+            metadata,
+            project_name=project_name,
+            version=version,
+            py_version=py_version,
+            platform=platform,
+            **kw,
+        )._reload_version()
+
+    def _reload_version(self):
+        return self
+
+    @property
+    def hashcmp(self):
+        return (
+            self._forgiving_parsed_version,
+            self.precedence,
+            self.key,
+            self.location,
+            self.py_version or '',
+            self.platform or '',
+        )
+
+    def __hash__(self):
+        return hash(self.hashcmp)
+
+    def __lt__(self, other):
+        return self.hashcmp < other.hashcmp
+
+    def __le__(self, other):
+        return self.hashcmp <= other.hashcmp
+
+    def __gt__(self, other):
+        return self.hashcmp > other.hashcmp
+
+    def __ge__(self, other):
+        return self.hashcmp >= other.hashcmp
+
+    def __eq__(self, other):
+        if not isinstance(other, self.__class__):
+            # It's not a Distribution, so they are not equal
+            return False
+        return self.hashcmp == other.hashcmp
+
+    def __ne__(self, other):
+        return not self == other
+
+    # These properties have to be lazy so that we don't have to load any
+    # metadata until/unless it's actually needed.  (i.e., some distributions
+    # may not know their name or version without loading PKG-INFO)
+
+    @property
+    def key(self):
+        try:
+            return self._key
+        except AttributeError:
+            self._key = key = self.project_name.lower()
+            return key
+
+    @property
+    def parsed_version(self):
+        if not hasattr(self, "_parsed_version"):
+            try:
+                self._parsed_version = parse_version(self.version)
+            except packaging.version.InvalidVersion as ex:
+                info = f"(package: {self.project_name})"
+                if hasattr(ex, "add_note"):
+                    ex.add_note(info)  # PEP 678
+                    raise
+                raise packaging.version.InvalidVersion(f"{str(ex)} {info}") from None
+
+        return self._parsed_version
+
+    @property
+    def _forgiving_parsed_version(self):
+        try:
+            return self.parsed_version
+        except packaging.version.InvalidVersion as ex:
+            self._parsed_version = parse_version(_forgiving_version(self.version))
+
+            notes = "\n".join(getattr(ex, "__notes__", []))  # PEP 678
+            msg = f"""!!\n\n
+            *************************************************************************
+            {str(ex)}\n{notes}
+
+            This is a long overdue deprecation.
+            For the time being, `pkg_resources` will use `{self._parsed_version}`
+            as a replacement to avoid breaking existing environments,
+            but no future compatibility is guaranteed.
+
+            If you maintain package {self.project_name} you should implement
+            the relevant changes to adequate the project to PEP 440 immediately.
+            *************************************************************************
+            \n\n!!
+            """
+            warnings.warn(msg, DeprecationWarning)
+
+            return self._parsed_version
+
+    @property
+    def version(self):
+        try:
+            return self._version
+        except AttributeError as e:
+            version = self._get_version()
+            if version is None:
+                path = self._get_metadata_path_for_display(self.PKG_INFO)
+                msg = ("Missing 'Version:' header and/or {} file at path: {}").format(
+                    self.PKG_INFO, path
+                )
+                raise ValueError(msg, self) from e
+
+            return version
+
+    @property
+    def _dep_map(self):
+        """
+        A map of extra to its list of (direct) requirements
+        for this distribution, including the null extra.
+        """
+        try:
+            return self.__dep_map
+        except AttributeError:
+            self.__dep_map = self._filter_extras(self._build_dep_map())
+        return self.__dep_map
+
+    @staticmethod
+    def _filter_extras(dm):
+        """
+        Given a mapping of extras to dependencies, strip off
+        environment markers and filter out any dependencies
+        not matching the markers.
+        """
+        for extra in list(filter(None, dm)):
+            new_extra = extra
+            reqs = dm.pop(extra)
+            new_extra, _, marker = extra.partition(':')
+            fails_marker = marker and (
+                invalid_marker(marker) or not evaluate_marker(marker)
+            )
+            if fails_marker:
+                reqs = []
+            new_extra = safe_extra(new_extra) or None
+
+            dm.setdefault(new_extra, []).extend(reqs)
+        return dm
+
+    def _build_dep_map(self):
+        dm = {}
+        for name in 'requires.txt', 'depends.txt':
+            for extra, reqs in split_sections(self._get_metadata(name)):
+                dm.setdefault(extra, []).extend(parse_requirements(reqs))
+        return dm
+
+    def requires(self, extras=()):
+        """List of Requirements needed for this distro if `extras` are used"""
+        dm = self._dep_map
+        deps = []
+        deps.extend(dm.get(None, ()))
+        for ext in extras:
+            try:
+                deps.extend(dm[safe_extra(ext)])
+            except KeyError as e:
+                raise UnknownExtra(
+                    "%s has no such extra feature %r" % (self, ext)
+                ) from e
+        return deps
+
+    def _get_metadata_path_for_display(self, name):
+        """
+        Return the path to the given metadata file, if available.
+        """
+        try:
+            # We need to access _get_metadata_path() on the provider object
+            # directly rather than through this class's __getattr__()
+            # since _get_metadata_path() is marked private.
+            path = self._provider._get_metadata_path(name)
+
+        # Handle exceptions e.g. in case the distribution's metadata
+        # provider doesn't support _get_metadata_path().
+        except Exception:
+            return '[could not detect]'
+
+        return path
+
+    def _get_metadata(self, name):
+        if self.has_metadata(name):
+            for line in self.get_metadata_lines(name):
+                yield line
+
+    def _get_version(self):
+        lines = self._get_metadata(self.PKG_INFO)
+        version = _version_from_file(lines)
+
+        return version
+
+    def activate(self, path=None, replace=False):
+        """Ensure distribution is importable on `path` (default=sys.path)"""
+        if path is None:
+            path = sys.path
+        self.insert_on(path, replace=replace)
+        if path is sys.path:
+            fixup_namespace_packages(self.location)
+            for pkg in self._get_metadata('namespace_packages.txt'):
+                if pkg in sys.modules:
+                    declare_namespace(pkg)
+
+    def egg_name(self):
+        """Return what this distribution's standard .egg filename should be"""
+        filename = "%s-%s-py%s" % (
+            to_filename(self.project_name),
+            to_filename(self.version),
+            self.py_version or PY_MAJOR,
+        )
+
+        if self.platform:
+            filename += '-' + self.platform
+        return filename
+
+    def __repr__(self):
+        if self.location:
+            return "%s (%s)" % (self, self.location)
+        else:
+            return str(self)
+
+    def __str__(self):
+        try:
+            version = getattr(self, 'version', None)
+        except ValueError:
+            version = None
+        version = version or "[unknown version]"
+        return "%s %s" % (self.project_name, version)
+
+    def __getattr__(self, attr):
+        """Delegate all unrecognized public attributes to .metadata provider"""
+        if attr.startswith('_'):
+            raise AttributeError(attr)
+        return getattr(self._provider, attr)
+
+    def __dir__(self):
+        return list(
+            set(super(Distribution, self).__dir__())
+            | set(attr for attr in self._provider.__dir__() if not attr.startswith('_'))
+        )
+
+    @classmethod
+    def from_filename(cls, filename, metadata=None, **kw):
+        return cls.from_location(
+            _normalize_cached(filename), os.path.basename(filename), metadata, **kw
+        )
+
+    def as_requirement(self):
+        """Return a ``Requirement`` that matches this distribution exactly"""
+        if isinstance(self.parsed_version, packaging.version.Version):
+            spec = "%s==%s" % (self.project_name, self.parsed_version)
+        else:
+            spec = "%s===%s" % (self.project_name, self.parsed_version)
+
+        return Requirement.parse(spec)
+
+    def load_entry_point(self, group, name):
+        """Return the `name` entry point of `group` or raise ImportError"""
+        ep = self.get_entry_info(group, name)
+        if ep is None:
+            raise ImportError("Entry point %r not found" % ((group, name),))
+        return ep.load()
+
+    def get_entry_map(self, group=None):
+        """Return the entry point map for `group`, or the full entry map"""
+        try:
+            ep_map = self._ep_map
+        except AttributeError:
+            ep_map = self._ep_map = EntryPoint.parse_map(
+                self._get_metadata('entry_points.txt'), self
+            )
+        if group is not None:
+            return ep_map.get(group, {})
+        return ep_map
+
+    def get_entry_info(self, group, name):
+        """Return the EntryPoint object for `group`+`name`, or ``None``"""
+        return self.get_entry_map(group).get(name)
+
+    # FIXME: 'Distribution.insert_on' is too complex (13)
+    def insert_on(self, path, loc=None, replace=False):  # noqa: C901
+        """Ensure self.location is on path
+
+        If replace=False (default):
+            - If location is already in path anywhere, do nothing.
+            - Else:
+              - If it's an egg and its parent directory is on path,
+                insert just ahead of the parent.
+              - Else: add to the end of path.
+        If replace=True:
+            - If location is already on path anywhere (not eggs)
+              or higher priority than its parent (eggs)
+              do nothing.
+            - Else:
+              - If it's an egg and its parent directory is on path,
+                insert just ahead of the parent,
+                removing any lower-priority entries.
+              - Else: add it to the front of path.
+        """
+
+        loc = loc or self.location
+        if not loc:
+            return
+
+        nloc = _normalize_cached(loc)
+        bdir = os.path.dirname(nloc)
+        npath = [(p and _normalize_cached(p) or p) for p in path]
+
+        for p, item in enumerate(npath):
+            if item == nloc:
+                if replace:
+                    break
+                else:
+                    # don't modify path (even removing duplicates) if
+                    # found and not replace
+                    return
+            elif item == bdir and self.precedence == EGG_DIST:
+                # if it's an .egg, give it precedence over its directory
+                # UNLESS it's already been added to sys.path and replace=False
+                if (not replace) and nloc in npath[p:]:
+                    return
+                if path is sys.path:
+                    self.check_version_conflict()
+                path.insert(p, loc)
+                npath.insert(p, nloc)
+                break
+        else:
+            if path is sys.path:
+                self.check_version_conflict()
+            if replace:
+                path.insert(0, loc)
+            else:
+                path.append(loc)
+            return
+
+        # p is the spot where we found or inserted loc; now remove duplicates
+        while True:
+            try:
+                np = npath.index(nloc, p + 1)
+            except ValueError:
+                break
+            else:
+                del npath[np], path[np]
+                # ha!
+                p = np
+
+        return
+
+    def check_version_conflict(self):
+        if self.key == 'setuptools':
+            # ignore the inevitable setuptools self-conflicts  :(
+            return
+
+        nsp = dict.fromkeys(self._get_metadata('namespace_packages.txt'))
+        loc = normalize_path(self.location)
+        for modname in self._get_metadata('top_level.txt'):
+            if (
+                modname not in sys.modules
+                or modname in nsp
+                or modname in _namespace_packages
+            ):
+                continue
+            if modname in ('pkg_resources', 'setuptools', 'site'):
+                continue
+            fn = getattr(sys.modules[modname], '__file__', None)
+            if fn and (
+                normalize_path(fn).startswith(loc) or fn.startswith(self.location)
+            ):
+                continue
+            issue_warning(
+                "Module %s was already imported from %s, but %s is being added"
+                " to sys.path" % (modname, fn, self.location),
+            )
+
+    def has_version(self):
+        try:
+            self.version
+        except ValueError:
+            issue_warning("Unbuilt egg for " + repr(self))
+            return False
+        except SystemError:
+            # TODO: remove this except clause when python/cpython#103632 is fixed.
+            return False
+        return True
+
+    def clone(self, **kw):
+        """Copy this distribution, substituting in any changed keyword args"""
+        names = 'project_name version py_version platform location precedence'
+        for attr in names.split():
+            kw.setdefault(attr, getattr(self, attr, None))
+        kw.setdefault('metadata', self._provider)
+        return self.__class__(**kw)
+
+    @property
+    def extras(self):
+        return [dep for dep in self._dep_map if dep]
+
+
+class EggInfoDistribution(Distribution):
+    def _reload_version(self):
+        """
+        Packages installed by distutils (e.g. numpy or scipy),
+        which uses an old safe_version, and so
+        their version numbers can get mangled when
+        converted to filenames (e.g., 1.11.0.dev0+2329eae to
+        1.11.0.dev0_2329eae). These distributions will not be
+        parsed properly
+        downstream by Distribution and safe_version, so
+        take an extra step and try to get the version number from
+        the metadata file itself instead of the filename.
+        """
+        md_version = self._get_version()
+        if md_version:
+            self._version = md_version
+        return self
+
+
+class DistInfoDistribution(Distribution):
+    """
+    Wrap an actual or potential sys.path entry
+    w/metadata, .dist-info style.
+    """
+
+    PKG_INFO = 'METADATA'
+    EQEQ = re.compile(r"([\(,])\s*(\d.*?)\s*([,\)])")
+
+    @property
+    def _parsed_pkg_info(self):
+        """Parse and cache metadata"""
+        try:
+            return self._pkg_info
+        except AttributeError:
+            metadata = self.get_metadata(self.PKG_INFO)
+            self._pkg_info = email.parser.Parser().parsestr(metadata)
+            return self._pkg_info
+
+    @property
+    def _dep_map(self):
+        try:
+            return self.__dep_map
+        except AttributeError:
+            self.__dep_map = self._compute_dependencies()
+            return self.__dep_map
+
+    def _compute_dependencies(self):
+        """Recompute this distribution's dependencies."""
+        dm = self.__dep_map = {None: []}
+
+        reqs = []
+        # Including any condition expressions
+        for req in self._parsed_pkg_info.get_all('Requires-Dist') or []:
+            reqs.extend(parse_requirements(req))
+
+        def reqs_for_extra(extra):
+            for req in reqs:
+                if not req.marker or req.marker.evaluate({'extra': extra}):
+                    yield req
+
+        common = types.MappingProxyType(dict.fromkeys(reqs_for_extra(None)))
+        dm[None].extend(common)
+
+        for extra in self._parsed_pkg_info.get_all('Provides-Extra') or []:
+            s_extra = safe_extra(extra.strip())
+            dm[s_extra] = [r for r in reqs_for_extra(extra) if r not in common]
+
+        return dm
+
+
+_distributionImpl = {
+    '.egg': Distribution,
+    '.egg-info': EggInfoDistribution,
+    '.dist-info': DistInfoDistribution,
+}
+
+
+def issue_warning(*args, **kw):
+    level = 1
+    g = globals()
+    try:
+        # find the first stack frame that is *not* code in
+        # the pkg_resources module, to use for the warning
+        while sys._getframe(level).f_globals is g:
+            level += 1
+    except ValueError:
+        pass
+    warnings.warn(stacklevel=level + 1, *args, **kw)
+
+
+def parse_requirements(strs):
+    """
+    Yield ``Requirement`` objects for each specification in `strs`.
+
+    `strs` must be a string, or a (possibly-nested) iterable thereof.
+    """
+    return map(Requirement, join_continuation(map(drop_comment, yield_lines(strs))))
+
+
+class RequirementParseError(packaging.requirements.InvalidRequirement):
+    "Compatibility wrapper for InvalidRequirement"
+
+
+class Requirement(packaging.requirements.Requirement):
+    def __init__(self, requirement_string):
+        """DO NOT CALL THIS UNDOCUMENTED METHOD; use Requirement.parse()!"""
+        super(Requirement, self).__init__(requirement_string)
+        self.unsafe_name = self.name
+        project_name = safe_name(self.name)
+        self.project_name, self.key = project_name, project_name.lower()
+        self.specs = [(spec.operator, spec.version) for spec in self.specifier]
+        self.extras = tuple(map(safe_extra, self.extras))
+        self.hashCmp = (
+            self.key,
+            self.url,
+            self.specifier,
+            frozenset(self.extras),
+            str(self.marker) if self.marker else None,
+        )
+        self.__hash = hash(self.hashCmp)
+
+    def __eq__(self, other):
+        return isinstance(other, Requirement) and self.hashCmp == other.hashCmp
+
+    def __ne__(self, other):
+        return not self == other
+
+    def __contains__(self, item):
+        if isinstance(item, Distribution):
+            if item.key != self.key:
+                return False
+
+            item = item.version
+
+        # Allow prereleases always in order to match the previous behavior of
+        # this method. In the future this should be smarter and follow PEP 440
+        # more accurately.
+        return self.specifier.contains(item, prereleases=True)
+
+    def __hash__(self):
+        return self.__hash
+
+    def __repr__(self):
+        return "Requirement.parse(%r)" % str(self)
+
+    @staticmethod
+    def parse(s):
+        (req,) = parse_requirements(s)
+        return req
+
+
+def _always_object(classes):
+    """
+    Ensure object appears in the mro even
+    for old-style classes.
+    """
+    if object not in classes:
+        return classes + (object,)
+    return classes
+
+
+def _find_adapter(registry, ob):
+    """Return an adapter factory for `ob` from `registry`"""
+    types = _always_object(inspect.getmro(getattr(ob, '__class__', type(ob))))
+    for t in types:
+        if t in registry:
+            return registry[t]
+
+
+def ensure_directory(path):
+    """Ensure that the parent directory of `path` exists"""
+    dirname = os.path.dirname(path)
+    os.makedirs(dirname, exist_ok=True)
+
+
+def _bypass_ensure_directory(path):
+    """Sandbox-bypassing version of ensure_directory()"""
+    if not WRITE_SUPPORT:
+        raise IOError('"os.mkdir" not supported on this platform.')
+    dirname, filename = split(path)
+    if dirname and filename and not isdir(dirname):
+        _bypass_ensure_directory(dirname)
+        try:
+            mkdir(dirname, 0o755)
+        except FileExistsError:
+            pass
+
+
+def split_sections(s):
+    """Split a string or iterable thereof into (section, content) pairs
+
+    Each ``section`` is a stripped version of the section header ("[section]")
+    and each ``content`` is a list of stripped lines excluding blank lines and
+    comment-only lines.  If there are any such lines before the first section
+    header, they're returned in a first ``section`` of ``None``.
+    """
+    section = None
+    content = []
+    for line in yield_lines(s):
+        if line.startswith("["):
+            if line.endswith("]"):
+                if section or content:
+                    yield section, content
+                section = line[1:-1].strip()
+                content = []
+            else:
+                raise ValueError("Invalid section heading", line)
+        else:
+            content.append(line)
+
+    # wrap up last segment
+    yield section, content
+
+
+def _mkstemp(*args, **kw):
+    old_open = os.open
+    try:
+        # temporarily bypass sandboxing
+        os.open = os_open
+        return tempfile.mkstemp(*args, **kw)
+    finally:
+        # and then put it back
+        os.open = old_open
+
+
+# Silence the PEP440Warning by default, so that end users don't get hit by it
+# randomly just because they use pkg_resources. We want to append the rule
+# because we want earlier uses of filterwarnings to take precedence over this
+# one.
+warnings.filterwarnings("ignore", category=PEP440Warning, append=True)
+
+
+# from jaraco.functools 1.3
+def _call_aside(f, *args, **kwargs):
+    f(*args, **kwargs)
+    return f
+
+
+@_call_aside
+def _initialize(g=globals()):
+    "Set up global resource manager (deliberately not state-saved)"
+    manager = ResourceManager()
+    g['_manager'] = manager
+    g.update(
+        (name, getattr(manager, name))
+        for name in dir(manager)
+        if not name.startswith('_')
+    )
+
+
+class PkgResourcesDeprecationWarning(Warning):
+    """
+    Base class for warning about deprecations in ``pkg_resources``
+
+    This class is not derived from ``DeprecationWarning``, and as such is
+    visible by default.
+    """
+
+
+@_call_aside
+def _initialize_master_working_set():
+    """
+    Prepare the master working set and make the ``require()``
+    API available.
+
+    This function has explicit effects on the global state
+    of pkg_resources. It is intended to be invoked once at
+    the initialization of this module.
+
+    Invocation by other packages is unsupported and done
+    at their own risk.
+    """
+    working_set = WorkingSet._build_master()
+    _declare_state('object', working_set=working_set)
+
+    require = working_set.require
+    iter_entry_points = working_set.iter_entry_points
+    add_activation_listener = working_set.subscribe
+    run_script = working_set.run_script
+    # backward compatibility
+    run_main = run_script
+    # Activate all distributions already on sys.path with replace=False and
+    # ensure that all distributions added to the working set in the future
+    # (e.g. by calling ``require()``) will get activated as well,
+    # with higher priority (replace=True).
+    tuple(dist.activate(replace=False) for dist in working_set)
+    add_activation_listener(
+        lambda dist: dist.activate(replace=True),
+        existing=False,
+    )
+    working_set.entries = []
+    # match order
+    list(map(working_set.add_entry, sys.path))
+    globals().update(locals())
diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..ff320883a74c92163f11dcb89cd5abb9ff07c93a
GIT binary patch
literal 146481
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
z
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
ak4UB8dbrH^L8(Y(h4pZg@q

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py
new file mode 100644
index 0000000..5ebf595
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py
@@ -0,0 +1,566 @@
+"""
+Utilities for determining application-specific dirs. See  for details and
+usage.
+"""
+from __future__ import annotations
+
+import os
+import sys
+from typing import TYPE_CHECKING
+
+from .api import PlatformDirsABC
+from .version import __version__
+from .version import __version_tuple__ as __version_info__
+
+if TYPE_CHECKING:
+    from pathlib import Path
+
+    if sys.version_info >= (3, 8):  # pragma: no cover (py38+)
+        from typing import Literal
+    else:  # pragma: no cover (py38+)
+        from pip._vendor.typing_extensions import Literal
+
+
+def _set_platform_dir_class() -> type[PlatformDirsABC]:
+    if sys.platform == "win32":
+        from pip._vendor.platformdirs.windows import Windows as Result
+    elif sys.platform == "darwin":
+        from pip._vendor.platformdirs.macos import MacOS as Result
+    else:
+        from pip._vendor.platformdirs.unix import Unix as Result
+
+    if os.getenv("ANDROID_DATA") == "/data" and os.getenv("ANDROID_ROOT") == "/system":
+        if os.getenv("SHELL") or os.getenv("PREFIX"):
+            return Result
+
+        from pip._vendor.platformdirs.android import _android_folder
+
+        if _android_folder() is not None:
+            from pip._vendor.platformdirs.android import Android
+
+            return Android  # return to avoid redefinition of result
+
+    return Result
+
+
+PlatformDirs = _set_platform_dir_class()  #: Currently active platform
+AppDirs = PlatformDirs  #: Backwards compatibility with appdirs
+
+
+def user_data_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: data directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_data_dir
+
+
+def site_data_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: data directory shared by users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        multipath=multipath,
+        ensure_exists=ensure_exists,
+    ).site_data_dir
+
+
+def user_config_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: config directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_config_dir
+
+
+def site_config_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: config directory shared by the users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        multipath=multipath,
+        ensure_exists=ensure_exists,
+    ).site_config_dir
+
+
+def user_cache_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: cache directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_cache_dir
+
+
+def site_cache_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: cache directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).site_cache_dir
+
+
+def user_state_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: state directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_state_dir
+
+
+def user_log_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: log directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_log_dir
+
+
+def user_documents_dir() -> str:
+    """:returns: documents directory tied to the user"""
+    return PlatformDirs().user_documents_dir
+
+
+def user_downloads_dir() -> str:
+    """:returns: downloads directory tied to the user"""
+    return PlatformDirs().user_downloads_dir
+
+
+def user_pictures_dir() -> str:
+    """:returns: pictures directory tied to the user"""
+    return PlatformDirs().user_pictures_dir
+
+
+def user_videos_dir() -> str:
+    """:returns: videos directory tied to the user"""
+    return PlatformDirs().user_videos_dir
+
+
+def user_music_dir() -> str:
+    """:returns: music directory tied to the user"""
+    return PlatformDirs().user_music_dir
+
+
+def user_runtime_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: runtime directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_runtime_dir
+
+
+def user_data_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: data path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_data_path
+
+
+def site_data_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `multipath `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: data path shared by users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        multipath=multipath,
+        ensure_exists=ensure_exists,
+    ).site_data_path
+
+
+def user_config_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: config path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_config_path
+
+
+def site_config_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: config path shared by the users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        multipath=multipath,
+        ensure_exists=ensure_exists,
+    ).site_config_path
+
+
+def site_cache_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: cache directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).site_cache_path
+
+
+def user_cache_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: cache path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_cache_path
+
+
+def user_state_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: state path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_state_path
+
+
+def user_log_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: log path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_log_path
+
+
+def user_documents_path() -> Path:
+    """:returns: documents path tied to the user"""
+    return PlatformDirs().user_documents_path
+
+
+def user_downloads_path() -> Path:
+    """:returns: downloads path tied to the user"""
+    return PlatformDirs().user_downloads_path
+
+
+def user_pictures_path() -> Path:
+    """:returns: pictures path tied to the user"""
+    return PlatformDirs().user_pictures_path
+
+
+def user_videos_path() -> Path:
+    """:returns: videos path tied to the user"""
+    return PlatformDirs().user_videos_path
+
+
+def user_music_path() -> Path:
+    """:returns: music path tied to the user"""
+    return PlatformDirs().user_music_path
+
+
+def user_runtime_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: runtime path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_runtime_path
+
+
+__all__ = [
+    "__version__",
+    "__version_info__",
+    "PlatformDirs",
+    "AppDirs",
+    "PlatformDirsABC",
+    "user_data_dir",
+    "user_config_dir",
+    "user_cache_dir",
+    "user_state_dir",
+    "user_log_dir",
+    "user_documents_dir",
+    "user_downloads_dir",
+    "user_pictures_dir",
+    "user_videos_dir",
+    "user_music_dir",
+    "user_runtime_dir",
+    "site_data_dir",
+    "site_config_dir",
+    "site_cache_dir",
+    "user_data_path",
+    "user_config_path",
+    "user_cache_path",
+    "user_state_path",
+    "user_log_path",
+    "user_documents_path",
+    "user_downloads_path",
+    "user_pictures_path",
+    "user_videos_path",
+    "user_music_path",
+    "user_runtime_path",
+    "site_data_path",
+    "site_config_path",
+    "site_cache_path",
+]
diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py
new file mode 100644
index 0000000..6a0d6dd
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py
@@ -0,0 +1,53 @@
+"""Main entry point."""
+from __future__ import annotations
+
+from pip._vendor.platformdirs import PlatformDirs, __version__
+
+PROPS = (
+    "user_data_dir",
+    "user_config_dir",
+    "user_cache_dir",
+    "user_state_dir",
+    "user_log_dir",
+    "user_documents_dir",
+    "user_downloads_dir",
+    "user_pictures_dir",
+    "user_videos_dir",
+    "user_music_dir",
+    "user_runtime_dir",
+    "site_data_dir",
+    "site_config_dir",
+    "site_cache_dir",
+)
+
+
+def main() -> None:
+    """Run main entry point."""
+    app_name = "MyApp"
+    app_author = "MyCompany"
+
+    print(f"-- platformdirs {__version__} --")  # noqa: T201
+
+    print("-- app dirs (with optional 'version')")  # noqa: T201
+    dirs = PlatformDirs(app_name, app_author, version="1.0")
+    for prop in PROPS:
+        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
+
+    print("\n-- app dirs (without optional 'version')")  # noqa: T201
+    dirs = PlatformDirs(app_name, app_author)
+    for prop in PROPS:
+        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
+
+    print("\n-- app dirs (without optional 'appauthor')")  # noqa: T201
+    dirs = PlatformDirs(app_name)
+    for prop in PROPS:
+        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
+
+    print("\n-- app dirs (with disabled 'appauthor')")  # noqa: T201
+    dirs = PlatformDirs(app_name, appauthor=False)
+    for prop in PROPS:
+        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
+
+
+if __name__ == "__main__":
+    main()
diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..66eaf131f6e44c0a866fc2ca907a96b2f2dd7fd4
GIT binary patch
literal 18036
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

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..07472c98e9c43c12dcf586816989838a81504b78
GIT binary patch
literal 9679
zcmcHisT{`9xg^pY>uVBx0R9m{>zW1PDf
zJ^w92lqgWKFsn1y$&hk{j*`YGKu!@ccA1EADSRtv%*>^#L9Sypc1%#E%yaWE&OAUk
z$LJkGxh!jfR*=i;92d}o&mB9iCxr!7Q-r)$lC&jR1hUY)pe@0@^X$v>&-2G$c>efH
zFV3Cf0uPY?1J>Xb{c=H*6rq?$-qsZ|I?SdXKm$o6$AFOnB9jZoi2ElFyGQMPaYPJW
z4(CGRK{0eWlnaZ8#4y|=QdDBaQ898kbjy6EbH*u^7uEWH|Ja7pU7x%z*
znz#-RT++lPJa8!!*Xe=lGI2={T(^l!dEk0XT$cx~*Ti*u;L;|p#{;*^#PxdMc1uxl
zOiVkN+#U+q<%0B4$Zi*8FNN%JLHa4A&jr~>A$whr0Sf7NK?W&gp9?ZXAp%rMFiy%nODuxt1}*C!V2UU#UV7t?W7kZMTHDy5}KoSGDQ|j
zh4P|FW{%p)N-IUJP=SPI658W-Qn^wnI}bKT?PO9}T~Q=ndaa;ps>!tp=9)6cMfIp@
z6g>tVLuox~s-;Iw!S$Fem>xABt#>xD6QWU6M;uR*@I7^VR&4pp@nnc^THCnmt|;Ps+-ol%2UCl`mwAg@tUT3T`TYZszeP
zvMQwb>57m)FDy!Gwo<5Mc_0&IC2K8eSkr1&s1#-@Rh{K|u%E{Bt9>oOF=JtNp={rP
z<`QX4kiPv_LT@GNdxzncYy^U_M1wVft)md&;-r71ow7bSaV2zz?WZ#~fi=n7!2$zZ
z_)!e4QGi}2nvJV5u#J*_a?6Cg4q>)zhZXWMF6CG)uxy8q1%*KJq_(&*h_}PcnWgO8
zlA8y$!%d4>JeFyBVvUUZa-w;RBhW9f7w(HpE%0;ZH<2Ha*CBB%1F`FaSmqaLBTLsfqA
zm&pC@UDw1LkKcIW+R~4Qu0-k`sjEldJX%lmTs{59=^F>%oqA{LPGYQ{>b+WfvsUlg
zeZBMT&Ku&p#dnH#x+d?Zy02b*dg=3nVhu#U^SR}v~n)BD$<1L>VC!@c!V1~og0*BHwqUMmmQE%WQZE%ONsslpF@
zb`}b{DA-jhYpTxD?8M9Gxgbpl3a&0aTsjX9;R4hZhVhY$X?i6CeGd!!c=anVLmh+W
z5&@Im?HIh>F?c`GbuInFFWpTHtS1I;p8eg4wZy>R5=R?Bj
zT{2DRufe=cG{X1DrxR{$E8$c~tRUV(m5Qd$DI9QBCZK5&4s)uHa82kOa+tz~uBrcL
zw+UOcyj(t4SoE`;w{$6L8)G&#-hNNxIRsdyY(v87ttE8KXL)xk6Q-z*92r*Iglr)Y
zwGef@b`F=<#4CsQL1c^lEf7q%y!6CL>$@f;JP09%y)Uz;^iZXp4k|I^ZA$V(h5;}2RT2Tx6?XOKE
zDbmSQzP7YO<+Jf`Z%@2Q+tJEOSu2ztBJp%l0nF)C#Ehq#T@*jrT1c$rXkCNbchh@^
z?|TDO-^}WWtqiSyu*7cLdZ38Il1`b#rnSg0Y)va5oZOz`sj4>qr@&(qtMg0b;|S?W
zUpsL(J-VJA-AIkCv19GE$7j)P*h9CLealj9##1%AJK3VQtJaLai9BA!rmcedELt40
zwJ<9!Umrc@rHHZI%qoU@$$PoED1HHaTKzP>o*v&waceBMvl_ap45OB$8ake`i!{qy
zPk1V6)Dn~f@2zAj#jlXh95y@Zv4f7sXw~HFu+MwxV%EmAZlbDqXINU4QC)uvTw2{V
zww@l_NR6+t<2$RKlQN8=u*F*#@2cgg!=Bn1e(=$*h2Zzdn{k(yd#ryiZER;laj$!Gjj
zwdz>v&#hE-6a5*v!2#e7$C&dHWR`(2}n=C8o3b)inIrzbX2
zlWXkc&U(+;rOm3^*LBCdv@~{UvudV(^WLRh6t|JjqujuZ0^C=Z6JEL)8<%^(>`AVRe)0Y!4xhd=walDcmgteo>OKbmaPtuSm6JkImA-A9$1I}2cqjuOyJfj(
z9L+2tuooNJ!$TU{(<8>WPCbN=fUo2SaAFW1qR{U`=V1s?{7|l7-+cR9Lea!Tc^>jA&ntV7>j*X(Xmqxs$Q4P^stO)@
z81EOf5~o!xt@3DjM5_q80n^=!=6IU@p2cZ2nCL2`?t1}YFJW^Un|W-$iVc2#Rq#Ma
zc^R8mu=x%)uVS-+4gGp|4tpFnSZ&ag0tF8}Xww57wIAyF%j90@NjO8=KT?1E3-zJl
zdf#BZe}BDipguIx=zc7m_@H}VBMkROgru{LDE3&=Gth`(FHU-PH#)GFAnCqFC-#yE
zOJT2z^bJrRjUEzDZuSCfQ)Jk1dNUme&jOoBvL5dJD8PiD+zgUP8k=Mz1Veb3jXT_o
zJM6|CX~rFK(`+AXJ_?tXI4HuIdNJU83{7dB`_kUwFM8ae7214yiFP-JPe0Fz8TK@
zz4zw5;lJkRX9T#O_wJh?EeOKr_z+*^up=I=L+7zz2ra=7je;fGg;qhte$gtnN=C^j
zTV=b_s)#~Ccuz1Yj|8JiDo={x_*T`ZcEy%7DAuI?imi8UZPmZPS2Z!1)g8z6b>DOy
zcJm7{1m#Uj_jg=subY%zyWZ@C^Mq|QsdzL8(vJlqv_x1~!4O+TQZmjOg-4|)k$kJn
zkzxj^aHNz$svIe25Q!s|4047e)eJJj5h;Vra^y?~nd8Vz2ASu`YzA52$Xo`IIWnI?
z7CEwzLC$hS&LB&J#oAI(-avBo=fKR20$0qVVwjY4e3zPpDL|~^_lUv`p|~EQK)=&f
z*ns)Ot}8cO%W@wuF4OIshVFETvO`^4XD$B!t;WA|wdeaDyP~QF*&`NC
zS=Ujt-f?Z!GPkKt2dYjxJ#&w!W5d-OrbRY%NAD7xQf<2MHP7$s7JswF*R)C9F4b)t
zR{0(*h^So6d*B_hQjgh5D?jJ{88A=zKx{(LM*;pihJpOx0?3jo*_Po=85lHLangBeT5RgPn|1@q5FE`R0G8~
ziJ|x|XBJ4N%L=J?>q@)*Q2ijXKDv(C;eoDf^*zs}zIr*LR=pfC)o$;Tau>gHBJU
zHaOTWxDr#FwsFIyU82_ah_i>Tt9k>!=Q=;DH{Mm5>5~;t?|cm2%2dzvRQRrAxKzzL
zkqUw3vbr}2=JDeia;1TH?Z3v|wmt?f!HU?Ap!rldtO$$ep2@3E<<);I{qy|a&p&H4
zpEjDq_0FhajASyD$PpT7%mHvWA230**(>}8SWf9Q`%#;Y=dTJVe$#hWG)uY%RS-sj3=b<1sHpTR3zG6
zd@5fYN*BM0UN=tGD>XN!gUIBGYGcH=Ya)F;S2Zq{>aZWFb_~9VW50*Zgo$457Ir74
zL+^mr5SKiMOtptKaR|%ZwieTEE0m&V^5|L!Jpt$8j&LsP2r>F&82Pe2;m)XWcO>5%
zO7|ui{W^QX?Gt%Py(IFGXlqYG{1jH?V?y*?E-9h2#Om)yq>Q8QASpSae|;o3hf;Hr
zh3P~8dZIgnn&xz$NWy~~GTz$T6nCbHxDTz(C!Mf%g0AAo??Pz&E}_A4Pv8C~lKTg4
zH$N;E(y&08{GgcQT*5~=NlTfKh_Iid?O&24Z;u+kAIW!y(w#|HNCM)wFwtYdhc>)+
zlgcPY1Ys99q+{2y1e)fGxRzzpZ6xba<;8}s|^5B__$>eViN_p8
zj}#r?L|!7H99}YSeuFdo1e=L0^#68|Ye_J9W(R6!IDJf&YBnQjP=4m28b9UhewO=0
zJU>_ce8wfRFV;b6mhTbEBUv3v>bFnHuMy%tDXc+S;=8BMcY
zqi+#S3+6QK5Ad6WpMbTXs%ek{0G2$8|6lw;cogA9`|wb{
zYuI3oMOUyv=~V1~I{JP(dObzgQ#5bRyQ$>eRI-tLy^(x94_i&-Ruj2;g4Gjj
zCBaq_tQUUyOJJiXa_e&TYG>##fIzh7P9JlFrcum4K^1=+z`qM#3#Bvql_iy=;`}6)%}-MKnaMbj+>xuO+T>&Zl!eq*_{urA
zd%9brk(k8xR%%18F{6yc
zN?d|Xa-$rJ@2-Sv)J1>Yqi*JWU_^rlmBW#WQJRGGlH`+}%V
z{(?1-`3nhAi>FDlPa$g0sb1YPqoj@=88=2XN}K}xvrl)x3v3H}gVC@#edd@)=KJrl
zA#NzUU7bu%CnO=AO3VslvM{a6_#xmFaWWUDQ<{>L`w2=BRsEQ^Z&WPhz
z#R*xBWRy%K3TRTAL^9^$Bv@Qz8aF93t9vJ8ZCa5?EsTo)Y9kakndQ2d7hEfK+wLDN
z)a}aocRd9tY$ruqw;fQ$KD`L@zQ@SSC<~OrN$jXgc1v3%?mhP-Yzxn*heBKqh*xTn
z+;DzATH|rl_$kEefK*Y4&jATgh~ELJrVyYaYs?x72{<6N6jJSg)KN%{1Hw}XP?*(E
zJ%s?RS&#+_;T@1h3aNKMngG%&H8>za3Tbpenkl5o0ofvLm4dJxYCHS%{|-iS&%1P0AD@_U*m_;gkrJrVwE`BaaJRlbV)MPedXr
zd?|5d++c@roXD~yt5>yjCJY1>88aFkMzl2_hkCZ^Rg3CmM5AbculYvEe0
z(-|dI*|;XA)lyEW(?pKS*A-P$D;RqXes?TP*FA1YJm70L{8NeeGkCejXiyr@6wqwx
zGi9n3Cmh5*_sGP(!OpQ$K4-1*USvCUm!p6Gdc3LX^)Six$eb_q&P<`0D|zPFBE~Qi
za%caDE)u!z1Of3#QYQpS)I^J}X9Z0GL9V4KtpYWXLxLQh2n(^;d?cJmkBf@x`_vd=vKSWHM0t9xj$57;%@*E7-+J#+qCf4K%0wqCmiS7)+yYlnO2)48;&`%He&
zT_D_bkE#(Rqq~vT^niRlBc>#rvc4kUIrm4>lQq;wJN~hN*A7oxPR4J%4Nde)<6^@JANh%X|~U
zKA2l+YQEQbw{xkfE#K6Z+kd>!)Va_HwM+afdH$8h!2*9g=RZ#Bps(^I_bJqT<0Kc9
zT$>Z!4;ab)Ll-5kGUT_0xIE$&phfFQ%hMOiO-etKFgAdHMW9Uu29`BiCknI&fyyY9vP4!hU`5G@Bqr3fum(ew
zGa>;sL8px9=ZCFT8hw};VCh)g5}8&>s(OP)tX3CV$k^p;e@r|OvlqfX+sF*mq5u8+Cx8s{dMaqhdXFw6}Xw5eL(#xWvw
zGuC31mBW^#F3#sJ_rVc2jCsT5=&j8Br}(wK}42c%EJE**9;SK4H4W5f~ySq
zK|W>@ie?bOZUE_37Uz)dh=&r8Y{MG&R9Z=e+~lPqSg%5gh$cXn>TE{Ec_E8YK}k>y
zW}B&aETy3nP^BiJ082aAdhhJrvwuuJ&VH0F1lt#?P&&@PKfm0%dvW(-&;7cE!R5=b
ze+`Pci^F$DmYR>}n~(nm`Ky^fn_21{%y$m{!|p=oTmRC0E*BIRs-Rfm8>qm2=hi#-
zXA68N=MVk&FI`OY7^|Z0{mYJ1)$a1b^k-20jSJIXhyMP)B@Zn5I!@ib3N^TaTuv94
zQ{KJjhfWU;RG_|j6t)g*LpoJ~4mSoQK{$Z*;)SQm)j**tH)yL|8`=YH%PHO5&dB4&
z0)K2Ht-E-&&~)T~r*s#79dyD;hC(ePSJo(0w-^D@^}+-Hx>c$*AZo+^S1MK3#v|9I
ziE`9yOBCg3G^+b&)1+RQGsRXbGhlI4b`5h
zrl6nSM91R~trM~ZmpG38u<226?s<$OZn=Xm5nJ;S>UH$?^q%RjKyKAhxn&_6V#|+W
z3&-0)YSkH13o)qBYH|pzBJc_vVtJVre#{m4qZ`VssY27M70E2HiVVwWAH3XSz)o=z
z5Ww(}oZcUoJ-6ZBm)PXC84EFuh?dNh+xo0OV%9?V4DE@BEVUnuIG^EC)fv1}+?K4d
zS8IV1G*!`3y~(V4nfjpVB5f=1T{(Z(CN9!%j8?zDo;g&A>{iMgrkjB+%AHdQi%DTAL`(u
z>0I&V?t%}{aj1@TpNVT|JZkJ80Qh=6S3}2wmh_++YELy(kx&4p9lVP`wH7qSpZyxh1olkuumZ
zSGL#MF)2Mhjqz2rGF{PEM32Sv1{wr7-+Sp?|Io;A6zqX)^?by_c*yEaQHUf(>H3op
zSEi94atzmtQ!@iYjkMmH2i>I>dzaQ!%wbz2)$k0Y+1}jV91=$W>Sf?
zC{?^2COT|Ky|Epahu%8h(`WC7i9k-m)HhtaiL`$0j*55Jt-a&%jRN1F^Y?$1wf9)0
zkWt1VXbCZ-imZkUCU$Y<7Y2JrE?w+5=pZm3Db|-?cmqB3;)rzJTkJD;!hgTavgZnX
zU(Vn6RhIp_wd`w<9!OWX=(i~@EScIiZx8nMpEni^W{pu-ez}G(W{gA^>+r>F==atw
z_2}c#0{=$N|HfBY>bI<=CZ|=XexCb=~$m{d$V
z{DAo(cZ1b%x%9DJ&?yWtmORB)>UPPqQD3QA$-7YFA5889vJMQ*9*}C_W(?345cp}#lzJr;e7v+8|
zmkzDBja)k5pfZN)BeYiF0sdjLk|j-PZjYupN*uf}WZU85hDn}rxHq8z(aK41{NPRn
z+L|#tC1Yn#ATJn;jgV4Fa
z2`%75XsDu3X<3}d^8B&KBTF3v`Hq1Ce1KV+8`V*6
zqj*O|f$oztP)CCg2>tU7x9Lp2<4l1c%=rh6ZE|v$MO5eoZR9|bJ&>A0%#vqw_p!*e
z5{u3mXkjZPyhbB(Mp_5ly8VDg+OR+^N_Jy`vN6Qb$ctWO*~QK@9;L8s8#P{E#Im13
zZ)!UfkiP-%uKWG&C#}0b=0D;;<$fA?7$~$JecY38J-#rw!Z+O+{N6h`|4zDPLm&^l
zhByIft`W#3QHOI3rzm29Z!k~#PUq|Mt^r&
zOweq8RQE-r;B^7mpCO=)h&D@hVrNv~?7_D~SWvDyf^U>;P_B|LEPAl$!veGUGzr;&-q>27SoTWg7XfdW2$ur=X&z_#X40T)^XBZDqW5zvTR$&ZjPTTgA84
zAcX}yFPkuYYxQ{ASL-T6-lS8`^Saq7ysi2-?9bx~nt1SLj>~xlSgY{>YqsV*r)}tI
z8`^I}`)z2C4eha^C#`Nzn!Pqy8v<{u`{_J6&!F9U&~E*v4Smywp0%N8*=K&YXP0pv
zcnafAc69>)7?FMYH}K+&FxWR3G0%JR{0p+KWp3)sVLa6wt6b!#XdGkzaGS@PRi&o7
z&Ggs<#*Kyy+smgn+hGb|aWx7z<0QD0My0^o{Jx#kMUxHg%S6HQ)SKdPpKT28PDV8a
zT2fUF>EL3-Lq*XAwx2=XZ@>q^;&0(!MYg!ftkkzHP890HHwTw}^*LYbN^lD%ckd0|
z9a`*saH@197e9bWko3flTV-K*DJjLE_
zxaZvETr_aLFxyI>a+i{)uiS2R7=$%mCc3*cpFwqP$uYZ
z^jh?4B8yTKFOH=qbT@vOw_=D4?#H<7h?Qc9GUU-+SLIo~nYs~_^~`i28Wg%0ZU(_b
zbuV-%i%H{387ep6r6M;?;S8|&NBCF&8j73DzwZz}3I2G?((cau?#{xF*K*%_Gr!}_
zoO|oCZ^x2vZ{D}}b6?v^!%H9TT<|`r-Lq7CAYXf+P#aohxT+Hm-hNWkxKy(n{XZVi7Ye*e&E@zJimL1
zKal4SJa85GLksRFa3cd;ocjZxT>Q!9A6;H*>&&-xe&#B)brty6bN<(#RP(=T!5(qo
z=PF*4`@8DBy&l)!dpx~$K2x9TE+wVGb)&0LP4zrUSZ`wS4J-l-!5j4m&4QapggId-
zosvThBn}|d`0;5B@kOHqdEYpWVXUe#Hs08A<4EaMCb%VT_=hgI)=E%plMyUxv7nmz
z4Sd5BK(hhlAoM+nAiR7>CEjy?mtkjglbZlT(WG92V%5d6>=#V+m&~4@Ggbe_1iob2
zzGPbegAty%ynoR3Zr7d8e|Bwq=H@)Ye+3xNwrAc6j@`9z@)?7_Pe(jHw)ttWfvsO{
QXFS!bF0Pt;*GGr_A7n^;Qvd(}

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..adef24cacb65de09548801e4439b279857105c16
GIT binary patch
literal 318
zcmX@j%ge<81UEAxGZz5q#~=<2FhLogMSzUy3@Hp1j8P0xj46yjnkkC8l1Y=fiq%-p
zLeEf>`6V+@%}Wjt!3ZS$G+AzO$H$kY78Pga=f%h0Vuvzs2_i&GN(*vQfpWYsWnh7o
z44;7pF#O8Y&&bbB)i26V(hsOi&PXiE4JgXbN=+^))_2ZLamz1CPu15eOU*0O&&f>E
zFQ_cZ$j>v@Gc?jK&MZmQEl5nxPE1cN)-T8`&#|%K(WF%#4hTAJ`Zq6)rHyH*j~P-%!!LzyL&o6Mc(7
G!3F@DA70%6

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..822f6439c847304c3cb1d61ef8e40a0bd888629b
GIT binary patch
literal 13006
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. Makes use of the
+    `appname `,
+    `version `,
+    `ensure_exists `.
+    """
+
+    @property
+    def user_data_dir(self) -> str:
+        """:return: data directory tied to the user, e.g. ``/data/user///files/``"""
+        return self._append_app_name_and_version(cast(str, _android_folder()), "files")
+
+    @property
+    def site_data_dir(self) -> str:
+        """:return: data directory shared by users, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def user_config_dir(self) -> str:
+        """
+        :return: config directory tied to the user, e.g. \
+        ``/data/user///shared_prefs/``
+        """
+        return self._append_app_name_and_version(cast(str, _android_folder()), "shared_prefs")
+
+    @property
+    def site_config_dir(self) -> str:
+        """:return: config directory shared by the users, same as `user_config_dir`"""
+        return self.user_config_dir
+
+    @property
+    def user_cache_dir(self) -> str:
+        """:return: cache directory tied to the user, e.g. e.g. ``/data/user///cache/``"""
+        return self._append_app_name_and_version(cast(str, _android_folder()), "cache")
+
+    @property
+    def site_cache_dir(self) -> str:
+        """:return: cache directory shared by users, same as `user_cache_dir`"""
+        return self.user_cache_dir
+
+    @property
+    def user_state_dir(self) -> str:
+        """:return: state directory tied to the user, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def user_log_dir(self) -> str:
+        """
+        :return: log directory tied to the user, same as `user_cache_dir` if not opinionated else ``log`` in it,
+          e.g. ``/data/user///cache//log``
+        """
+        path = self.user_cache_dir
+        if self.opinion:
+            path = os.path.join(path, "log")  # noqa: PTH118
+        return path
+
+    @property
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user e.g. ``/storage/emulated/0/Documents``"""
+        return _android_documents_folder()
+
+    @property
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user e.g. ``/storage/emulated/0/Downloads``"""
+        return _android_downloads_folder()
+
+    @property
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user e.g. ``/storage/emulated/0/Pictures``"""
+        return _android_pictures_folder()
+
+    @property
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user e.g. ``/storage/emulated/0/DCIM/Camera``"""
+        return _android_videos_folder()
+
+    @property
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user e.g. ``/storage/emulated/0/Music``"""
+        return _android_music_folder()
+
+    @property
+    def user_runtime_dir(self) -> str:
+        """
+        :return: runtime directory tied to the user, same as `user_cache_dir` if not opinionated else ``tmp`` in it,
+          e.g. ``/data/user///cache//tmp``
+        """
+        path = self.user_cache_dir
+        if self.opinion:
+            path = os.path.join(path, "tmp")  # noqa: PTH118
+        return path
+
+
+@lru_cache(maxsize=1)
+def _android_folder() -> str | None:
+    """:return: base folder for the Android OS or None if it cannot be found"""
+    try:
+        # First try to get path to android app via pyjnius
+        from jnius import autoclass
+
+        context = autoclass("android.content.Context")
+        result: str | None = context.getFilesDir().getParentFile().getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        # if fails find an android folder looking path on the sys.path
+        pattern = re.compile(r"/data/(data|user/\d+)/(.+)/files")
+        for path in sys.path:
+            if pattern.match(path):
+                result = path.split("/files")[0]
+                break
+        else:
+            result = None
+    return result
+
+
+@lru_cache(maxsize=1)
+def _android_documents_folder() -> str:
+    """:return: documents folder for the Android OS"""
+    # Get directories with pyjnius
+    try:
+        from jnius import autoclass
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        documents_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DOCUMENTS).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        documents_dir = "/storage/emulated/0/Documents"
+
+    return documents_dir
+
+
+@lru_cache(maxsize=1)
+def _android_downloads_folder() -> str:
+    """:return: downloads folder for the Android OS"""
+    # Get directories with pyjnius
+    try:
+        from jnius import autoclass
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        downloads_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DOWNLOADS).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        downloads_dir = "/storage/emulated/0/Downloads"
+
+    return downloads_dir
+
+
+@lru_cache(maxsize=1)
+def _android_pictures_folder() -> str:
+    """:return: pictures folder for the Android OS"""
+    # Get directories with pyjnius
+    try:
+        from jnius import autoclass
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        pictures_dir: str = context.getExternalFilesDir(environment.DIRECTORY_PICTURES).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        pictures_dir = "/storage/emulated/0/Pictures"
+
+    return pictures_dir
+
+
+@lru_cache(maxsize=1)
+def _android_videos_folder() -> str:
+    """:return: videos folder for the Android OS"""
+    # Get directories with pyjnius
+    try:
+        from jnius import autoclass
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        videos_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DCIM).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        videos_dir = "/storage/emulated/0/DCIM/Camera"
+
+    return videos_dir
+
+
+@lru_cache(maxsize=1)
+def _android_music_folder() -> str:
+    """:return: music folder for the Android OS"""
+    # Get directories with pyjnius
+    try:
+        from jnius import autoclass
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        music_dir: str = context.getExternalFilesDir(environment.DIRECTORY_MUSIC).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        music_dir = "/storage/emulated/0/Music"
+
+    return music_dir
+
+
+__all__ = [
+    "Android",
+]
diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py
new file mode 100644
index 0000000..d64ebb9
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py
@@ -0,0 +1,223 @@
+"""Base API."""
+from __future__ import annotations
+
+import os
+from abc import ABC, abstractmethod
+from pathlib import Path
+from typing import TYPE_CHECKING
+
+if TYPE_CHECKING:
+    import sys
+
+    if sys.version_info >= (3, 8):  # pragma: no cover (py38+)
+        from typing import Literal
+    else:  # pragma: no cover (py38+)
+        from pip._vendor.typing_extensions import Literal
+
+
+class PlatformDirsABC(ABC):
+    """Abstract base class for platform directories."""
+
+    def __init__(  # noqa: PLR0913
+        self,
+        appname: str | None = None,
+        appauthor: str | None | Literal[False] = None,
+        version: str | None = None,
+        roaming: bool = False,  # noqa: FBT001, FBT002
+        multipath: bool = False,  # noqa: FBT001, FBT002
+        opinion: bool = True,  # noqa: FBT001, FBT002
+        ensure_exists: bool = False,  # noqa: FBT001, FBT002
+    ) -> None:
+        """
+        Create a new platform directory.
+
+        :param appname: See `appname`.
+        :param appauthor: See `appauthor`.
+        :param version: See `version`.
+        :param roaming: See `roaming`.
+        :param multipath: See `multipath`.
+        :param opinion: See `opinion`.
+        :param ensure_exists: See `ensure_exists`.
+        """
+        self.appname = appname  #: The name of application.
+        self.appauthor = appauthor
+        """
+        The name of the app author or distributing body for this application. Typically, it is the owning company name.
+        Defaults to `appname`. You may pass ``False`` to disable it.
+        """
+        self.version = version
+        """
+        An optional version path element to append to the path. You might want to use this if you want multiple versions
+        of your app to be able to run independently. If used, this would typically be ``.``.
+        """
+        self.roaming = roaming
+        """
+        Whether to use the roaming appdata directory on Windows. That means that for users on a Windows network setup
+        for roaming profiles, this user data will be synced on login (see
+        `here `_).
+        """
+        self.multipath = multipath
+        """
+        An optional parameter only applicable to Unix/Linux which indicates that the entire list of data dirs should be
+        returned. By default, the first item would only be returned.
+        """
+        self.opinion = opinion  #: A flag to indicating to use opinionated values.
+        self.ensure_exists = ensure_exists
+        """
+        Optionally create the directory (and any missing parents) upon access if it does not exist.
+        By default, no directories are created.
+        """
+
+    def _append_app_name_and_version(self, *base: str) -> str:
+        params = list(base[1:])
+        if self.appname:
+            params.append(self.appname)
+            if self.version:
+                params.append(self.version)
+        path = os.path.join(base[0], *params)  # noqa: PTH118
+        self._optionally_create_directory(path)
+        return path
+
+    def _optionally_create_directory(self, path: str) -> None:
+        if self.ensure_exists:
+            Path(path).mkdir(parents=True, exist_ok=True)
+
+    @property
+    @abstractmethod
+    def user_data_dir(self) -> str:
+        """:return: data directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def site_data_dir(self) -> str:
+        """:return: data directory shared by users"""
+
+    @property
+    @abstractmethod
+    def user_config_dir(self) -> str:
+        """:return: config directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def site_config_dir(self) -> str:
+        """:return: config directory shared by the users"""
+
+    @property
+    @abstractmethod
+    def user_cache_dir(self) -> str:
+        """:return: cache directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def site_cache_dir(self) -> str:
+        """:return: cache directory shared by users"""
+
+    @property
+    @abstractmethod
+    def user_state_dir(self) -> str:
+        """:return: state directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_log_dir(self) -> str:
+        """:return: log directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_runtime_dir(self) -> str:
+        """:return: runtime directory tied to the user"""
+
+    @property
+    def user_data_path(self) -> Path:
+        """:return: data path tied to the user"""
+        return Path(self.user_data_dir)
+
+    @property
+    def site_data_path(self) -> Path:
+        """:return: data path shared by users"""
+        return Path(self.site_data_dir)
+
+    @property
+    def user_config_path(self) -> Path:
+        """:return: config path tied to the user"""
+        return Path(self.user_config_dir)
+
+    @property
+    def site_config_path(self) -> Path:
+        """:return: config path shared by the users"""
+        return Path(self.site_config_dir)
+
+    @property
+    def user_cache_path(self) -> Path:
+        """:return: cache path tied to the user"""
+        return Path(self.user_cache_dir)
+
+    @property
+    def site_cache_path(self) -> Path:
+        """:return: cache path shared by users"""
+        return Path(self.site_cache_dir)
+
+    @property
+    def user_state_path(self) -> Path:
+        """:return: state path tied to the user"""
+        return Path(self.user_state_dir)
+
+    @property
+    def user_log_path(self) -> Path:
+        """:return: log path tied to the user"""
+        return Path(self.user_log_dir)
+
+    @property
+    def user_documents_path(self) -> Path:
+        """:return: documents path tied to the user"""
+        return Path(self.user_documents_dir)
+
+    @property
+    def user_downloads_path(self) -> Path:
+        """:return: downloads path tied to the user"""
+        return Path(self.user_downloads_dir)
+
+    @property
+    def user_pictures_path(self) -> Path:
+        """:return: pictures path tied to the user"""
+        return Path(self.user_pictures_dir)
+
+    @property
+    def user_videos_path(self) -> Path:
+        """:return: videos path tied to the user"""
+        return Path(self.user_videos_dir)
+
+    @property
+    def user_music_path(self) -> Path:
+        """:return: music path tied to the user"""
+        return Path(self.user_music_dir)
+
+    @property
+    def user_runtime_path(self) -> Path:
+        """:return: runtime path tied to the user"""
+        return Path(self.user_runtime_dir)
diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py
new file mode 100644
index 0000000..a753e2a
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py
@@ -0,0 +1,91 @@
+"""macOS."""
+from __future__ import annotations
+
+import os.path
+
+from .api import PlatformDirsABC
+
+
+class MacOS(PlatformDirsABC):
+    """
+    Platform directories for the macOS operating system. Follows the guidance from `Apple documentation
+    `_.
+    Makes use of the `appname `,
+    `version `,
+    `ensure_exists `.
+    """
+
+    @property
+    def user_data_dir(self) -> str:
+        """:return: data directory tied to the user, e.g. ``~/Library/Application Support/$appname/$version``"""
+        return self._append_app_name_and_version(os.path.expanduser("~/Library/Application Support"))  # noqa: PTH111
+
+    @property
+    def site_data_dir(self) -> str:
+        """:return: data directory shared by users, e.g. ``/Library/Application Support/$appname/$version``"""
+        return self._append_app_name_and_version("/Library/Application Support")
+
+    @property
+    def user_config_dir(self) -> str:
+        """:return: config directory tied to the user, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def site_config_dir(self) -> str:
+        """:return: config directory shared by the users, same as `site_data_dir`"""
+        return self.site_data_dir
+
+    @property
+    def user_cache_dir(self) -> str:
+        """:return: cache directory tied to the user, e.g. ``~/Library/Caches/$appname/$version``"""
+        return self._append_app_name_and_version(os.path.expanduser("~/Library/Caches"))  # noqa: PTH111
+
+    @property
+    def site_cache_dir(self) -> str:
+        """:return: cache directory shared by users, e.g. ``/Library/Caches/$appname/$version``"""
+        return self._append_app_name_and_version("/Library/Caches")
+
+    @property
+    def user_state_dir(self) -> str:
+        """:return: state directory tied to the user, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def user_log_dir(self) -> str:
+        """:return: log directory tied to the user, e.g. ``~/Library/Logs/$appname/$version``"""
+        return self._append_app_name_and_version(os.path.expanduser("~/Library/Logs"))  # noqa: PTH111
+
+    @property
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user, e.g. ``~/Documents``"""
+        return os.path.expanduser("~/Documents")  # noqa: PTH111
+
+    @property
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user, e.g. ``~/Downloads``"""
+        return os.path.expanduser("~/Downloads")  # noqa: PTH111
+
+    @property
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user, e.g. ``~/Pictures``"""
+        return os.path.expanduser("~/Pictures")  # noqa: PTH111
+
+    @property
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user, e.g. ``~/Movies``"""
+        return os.path.expanduser("~/Movies")  # noqa: PTH111
+
+    @property
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user, e.g. ``~/Music``"""
+        return os.path.expanduser("~/Music")  # noqa: PTH111
+
+    @property
+    def user_runtime_dir(self) -> str:
+        """:return: runtime directory tied to the user, e.g. ``~/Library/Caches/TemporaryItems/$appname/$version``"""
+        return self._append_app_name_and_version(os.path.expanduser("~/Library/Caches/TemporaryItems"))  # noqa: PTH111
+
+
+__all__ = [
+    "MacOS",
+]
diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py
new file mode 100644
index 0000000..468b0ab
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py
@@ -0,0 +1,223 @@
+"""Unix."""
+from __future__ import annotations
+
+import os
+import sys
+from configparser import ConfigParser
+from pathlib import Path
+
+from .api import PlatformDirsABC
+
+if sys.platform == "win32":
+
+    def getuid() -> int:
+        msg = "should only be used on Unix"
+        raise RuntimeError(msg)
+
+else:
+    from os import getuid
+
+
+class Unix(PlatformDirsABC):
+    """
+    On Unix/Linux, we follow the
+    `XDG Basedir Spec `_. The spec allows
+    overriding directories with environment variables. The examples show are the default values, alongside the name of
+    the environment variable that overrides them. Makes use of the
+    `appname `,
+    `version `,
+    `multipath `,
+    `opinion `,
+    `ensure_exists `.
+    """
+
+    @property
+    def user_data_dir(self) -> str:
+        """
+        :return: data directory tied to the user, e.g. ``~/.local/share/$appname/$version`` or
+         ``$XDG_DATA_HOME/$appname/$version``
+        """
+        path = os.environ.get("XDG_DATA_HOME", "")
+        if not path.strip():
+            path = os.path.expanduser("~/.local/share")  # noqa: PTH111
+        return self._append_app_name_and_version(path)
+
+    @property
+    def site_data_dir(self) -> str:
+        """
+        :return: data directories shared by users (if `multipath ` is
+         enabled and ``XDG_DATA_DIR`` is set and a multi path the response is also a multi path separated by the OS
+         path separator), e.g. ``/usr/local/share/$appname/$version`` or ``/usr/share/$appname/$version``
+        """
+        # XDG default for $XDG_DATA_DIRS; only first, if multipath is False
+        path = os.environ.get("XDG_DATA_DIRS", "")
+        if not path.strip():
+            path = f"/usr/local/share{os.pathsep}/usr/share"
+        return self._with_multi_path(path)
+
+    def _with_multi_path(self, path: str) -> str:
+        path_list = path.split(os.pathsep)
+        if not self.multipath:
+            path_list = path_list[0:1]
+        path_list = [self._append_app_name_and_version(os.path.expanduser(p)) for p in path_list]  # noqa: PTH111
+        return os.pathsep.join(path_list)
+
+    @property
+    def user_config_dir(self) -> str:
+        """
+        :return: config directory tied to the user, e.g. ``~/.config/$appname/$version`` or
+         ``$XDG_CONFIG_HOME/$appname/$version``
+        """
+        path = os.environ.get("XDG_CONFIG_HOME", "")
+        if not path.strip():
+            path = os.path.expanduser("~/.config")  # noqa: PTH111
+        return self._append_app_name_and_version(path)
+
+    @property
+    def site_config_dir(self) -> str:
+        """
+        :return: config directories shared by users (if `multipath `
+         is enabled and ``XDG_DATA_DIR`` is set and a multi path the response is also a multi path separated by the OS
+         path separator), e.g. ``/etc/xdg/$appname/$version``
+        """
+        # XDG default for $XDG_CONFIG_DIRS only first, if multipath is False
+        path = os.environ.get("XDG_CONFIG_DIRS", "")
+        if not path.strip():
+            path = "/etc/xdg"
+        return self._with_multi_path(path)
+
+    @property
+    def user_cache_dir(self) -> str:
+        """
+        :return: cache directory tied to the user, e.g. ``~/.cache/$appname/$version`` or
+         ``~/$XDG_CACHE_HOME/$appname/$version``
+        """
+        path = os.environ.get("XDG_CACHE_HOME", "")
+        if not path.strip():
+            path = os.path.expanduser("~/.cache")  # noqa: PTH111
+        return self._append_app_name_and_version(path)
+
+    @property
+    def site_cache_dir(self) -> str:
+        """:return: cache directory shared by users, e.g. ``/var/tmp/$appname/$version``"""
+        return self._append_app_name_and_version("/var/tmp")  # noqa: S108
+
+    @property
+    def user_state_dir(self) -> str:
+        """
+        :return: state directory tied to the user, e.g. ``~/.local/state/$appname/$version`` or
+         ``$XDG_STATE_HOME/$appname/$version``
+        """
+        path = os.environ.get("XDG_STATE_HOME", "")
+        if not path.strip():
+            path = os.path.expanduser("~/.local/state")  # noqa: PTH111
+        return self._append_app_name_and_version(path)
+
+    @property
+    def user_log_dir(self) -> str:
+        """:return: log directory tied to the user, same as `user_state_dir` if not opinionated else ``log`` in it"""
+        path = self.user_state_dir
+        if self.opinion:
+            path = os.path.join(path, "log")  # noqa: PTH118
+        return path
+
+    @property
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user, e.g. ``~/Documents``"""
+        return _get_user_media_dir("XDG_DOCUMENTS_DIR", "~/Documents")
+
+    @property
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user, e.g. ``~/Downloads``"""
+        return _get_user_media_dir("XDG_DOWNLOAD_DIR", "~/Downloads")
+
+    @property
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user, e.g. ``~/Pictures``"""
+        return _get_user_media_dir("XDG_PICTURES_DIR", "~/Pictures")
+
+    @property
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user, e.g. ``~/Videos``"""
+        return _get_user_media_dir("XDG_VIDEOS_DIR", "~/Videos")
+
+    @property
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user, e.g. ``~/Music``"""
+        return _get_user_media_dir("XDG_MUSIC_DIR", "~/Music")
+
+    @property
+    def user_runtime_dir(self) -> str:
+        """
+        :return: runtime directory tied to the user, e.g. ``/run/user/$(id -u)/$appname/$version`` or
+         ``$XDG_RUNTIME_DIR/$appname/$version``.
+
+         For FreeBSD/OpenBSD/NetBSD, it would return ``/var/run/user/$(id -u)/$appname/$version`` if
+         exists, otherwise ``/tmp/runtime-$(id -u)/$appname/$version``, if``$XDG_RUNTIME_DIR``
+         is not set.
+        """
+        path = os.environ.get("XDG_RUNTIME_DIR", "")
+        if not path.strip():
+            if sys.platform.startswith(("freebsd", "openbsd", "netbsd")):
+                path = f"/var/run/user/{getuid()}"
+                if not Path(path).exists():
+                    path = f"/tmp/runtime-{getuid()}"  # noqa: S108
+            else:
+                path = f"/run/user/{getuid()}"
+        return self._append_app_name_and_version(path)
+
+    @property
+    def site_data_path(self) -> Path:
+        """:return: data path shared by users. Only return first item, even if ``multipath`` is set to ``True``"""
+        return self._first_item_as_path_if_multipath(self.site_data_dir)
+
+    @property
+    def site_config_path(self) -> Path:
+        """:return: config path shared by the users. Only return first item, even if ``multipath`` is set to ``True``"""
+        return self._first_item_as_path_if_multipath(self.site_config_dir)
+
+    @property
+    def site_cache_path(self) -> Path:
+        """:return: cache path shared by users. Only return first item, even if ``multipath`` is set to ``True``"""
+        return self._first_item_as_path_if_multipath(self.site_cache_dir)
+
+    def _first_item_as_path_if_multipath(self, directory: str) -> Path:
+        if self.multipath:
+            # If multipath is True, the first path is returned.
+            directory = directory.split(os.pathsep)[0]
+        return Path(directory)
+
+
+def _get_user_media_dir(env_var: str, fallback_tilde_path: str) -> str:
+    media_dir = _get_user_dirs_folder(env_var)
+    if media_dir is None:
+        media_dir = os.environ.get(env_var, "").strip()
+        if not media_dir:
+            media_dir = os.path.expanduser(fallback_tilde_path)  # noqa: PTH111
+
+    return media_dir
+
+
+def _get_user_dirs_folder(key: str) -> str | None:
+    """Return directory from user-dirs.dirs config file. See https://freedesktop.org/wiki/Software/xdg-user-dirs/."""
+    user_dirs_config_path = Path(Unix().user_config_dir) / "user-dirs.dirs"
+    if user_dirs_config_path.exists():
+        parser = ConfigParser()
+
+        with user_dirs_config_path.open() as stream:
+            # Add fake section header, so ConfigParser doesn't complain
+            parser.read_string(f"[top]\n{stream.read()}")
+
+        if key not in parser["top"]:
+            return None
+
+        path = parser["top"][key].strip('"')
+        # Handle relative home paths
+        return path.replace("$HOME", os.path.expanduser("~"))  # noqa: PTH111
+
+    return None
+
+
+__all__ = [
+    "Unix",
+]
diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py
new file mode 100644
index 0000000..dc8c44c
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py
@@ -0,0 +1,4 @@
+# file generated by setuptools_scm
+# don't change, don't track in version control
+__version__ = version = '3.8.1'
+__version_tuple__ = version_tuple = (3, 8, 1)
diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py
new file mode 100644
index 0000000..b52c9c6
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py
@@ -0,0 +1,255 @@
+"""Windows."""
+from __future__ import annotations
+
+import ctypes
+import os
+import sys
+from functools import lru_cache
+from typing import TYPE_CHECKING
+
+from .api import PlatformDirsABC
+
+if TYPE_CHECKING:
+    from collections.abc import Callable
+
+
+class Windows(PlatformDirsABC):
+    """
+    `MSDN on where to store app data files
+    `_.
+    Makes use of the
+    `appname `,
+    `appauthor `,
+    `version `,
+    `roaming `,
+    `opinion `,
+    `ensure_exists `.
+    """
+
+    @property
+    def user_data_dir(self) -> str:
+        """
+        :return: data directory tied to the user, e.g.
+         ``%USERPROFILE%\\AppData\\Local\\$appauthor\\$appname`` (not roaming) or
+         ``%USERPROFILE%\\AppData\\Roaming\\$appauthor\\$appname`` (roaming)
+        """
+        const = "CSIDL_APPDATA" if self.roaming else "CSIDL_LOCAL_APPDATA"
+        path = os.path.normpath(get_win_folder(const))
+        return self._append_parts(path)
+
+    def _append_parts(self, path: str, *, opinion_value: str | None = None) -> str:
+        params = []
+        if self.appname:
+            if self.appauthor is not False:
+                author = self.appauthor or self.appname
+                params.append(author)
+            params.append(self.appname)
+            if opinion_value is not None and self.opinion:
+                params.append(opinion_value)
+            if self.version:
+                params.append(self.version)
+        path = os.path.join(path, *params)  # noqa: PTH118
+        self._optionally_create_directory(path)
+        return path
+
+    @property
+    def site_data_dir(self) -> str:
+        """:return: data directory shared by users, e.g. ``C:\\ProgramData\\$appauthor\\$appname``"""
+        path = os.path.normpath(get_win_folder("CSIDL_COMMON_APPDATA"))
+        return self._append_parts(path)
+
+    @property
+    def user_config_dir(self) -> str:
+        """:return: config directory tied to the user, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def site_config_dir(self) -> str:
+        """:return: config directory shared by the users, same as `site_data_dir`"""
+        return self.site_data_dir
+
+    @property
+    def user_cache_dir(self) -> str:
+        """
+        :return: cache directory tied to the user (if opinionated with ``Cache`` folder within ``$appname``) e.g.
+         ``%USERPROFILE%\\AppData\\Local\\$appauthor\\$appname\\Cache\\$version``
+        """
+        path = os.path.normpath(get_win_folder("CSIDL_LOCAL_APPDATA"))
+        return self._append_parts(path, opinion_value="Cache")
+
+    @property
+    def site_cache_dir(self) -> str:
+        """:return: cache directory shared by users, e.g. ``C:\\ProgramData\\$appauthor\\$appname\\Cache\\$version``"""
+        path = os.path.normpath(get_win_folder("CSIDL_COMMON_APPDATA"))
+        return self._append_parts(path, opinion_value="Cache")
+
+    @property
+    def user_state_dir(self) -> str:
+        """:return: state directory tied to the user, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def user_log_dir(self) -> str:
+        """:return: log directory tied to the user, same as `user_data_dir` if not opinionated else ``Logs`` in it"""
+        path = self.user_data_dir
+        if self.opinion:
+            path = os.path.join(path, "Logs")  # noqa: PTH118
+            self._optionally_create_directory(path)
+        return path
+
+    @property
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user e.g. ``%USERPROFILE%\\Documents``"""
+        return os.path.normpath(get_win_folder("CSIDL_PERSONAL"))
+
+    @property
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user e.g. ``%USERPROFILE%\\Downloads``"""
+        return os.path.normpath(get_win_folder("CSIDL_DOWNLOADS"))
+
+    @property
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user e.g. ``%USERPROFILE%\\Pictures``"""
+        return os.path.normpath(get_win_folder("CSIDL_MYPICTURES"))
+
+    @property
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user e.g. ``%USERPROFILE%\\Videos``"""
+        return os.path.normpath(get_win_folder("CSIDL_MYVIDEO"))
+
+    @property
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user e.g. ``%USERPROFILE%\\Music``"""
+        return os.path.normpath(get_win_folder("CSIDL_MYMUSIC"))
+
+    @property
+    def user_runtime_dir(self) -> str:
+        """
+        :return: runtime directory tied to the user, e.g.
+         ``%USERPROFILE%\\AppData\\Local\\Temp\\$appauthor\\$appname``
+        """
+        path = os.path.normpath(os.path.join(get_win_folder("CSIDL_LOCAL_APPDATA"), "Temp"))  # noqa: PTH118
+        return self._append_parts(path)
+
+
+def get_win_folder_from_env_vars(csidl_name: str) -> str:
+    """Get folder from environment variables."""
+    result = get_win_folder_if_csidl_name_not_env_var(csidl_name)
+    if result is not None:
+        return result
+
+    env_var_name = {
+        "CSIDL_APPDATA": "APPDATA",
+        "CSIDL_COMMON_APPDATA": "ALLUSERSPROFILE",
+        "CSIDL_LOCAL_APPDATA": "LOCALAPPDATA",
+    }.get(csidl_name)
+    if env_var_name is None:
+        msg = f"Unknown CSIDL name: {csidl_name}"
+        raise ValueError(msg)
+    result = os.environ.get(env_var_name)
+    if result is None:
+        msg = f"Unset environment variable: {env_var_name}"
+        raise ValueError(msg)
+    return result
+
+
+def get_win_folder_if_csidl_name_not_env_var(csidl_name: str) -> str | None:
+    """Get folder for a CSIDL name that does not exist as an environment variable."""
+    if csidl_name == "CSIDL_PERSONAL":
+        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Documents")  # noqa: PTH118
+
+    if csidl_name == "CSIDL_DOWNLOADS":
+        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Downloads")  # noqa: PTH118
+
+    if csidl_name == "CSIDL_MYPICTURES":
+        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Pictures")  # noqa: PTH118
+
+    if csidl_name == "CSIDL_MYVIDEO":
+        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Videos")  # noqa: PTH118
+
+    if csidl_name == "CSIDL_MYMUSIC":
+        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Music")  # noqa: PTH118
+    return None
+
+
+def get_win_folder_from_registry(csidl_name: str) -> str:
+    """
+    Get folder from the registry.
+
+    This is a fallback technique at best. I'm not sure if using the registry for these guarantees us the correct answer
+    for all CSIDL_* names.
+    """
+    shell_folder_name = {
+        "CSIDL_APPDATA": "AppData",
+        "CSIDL_COMMON_APPDATA": "Common AppData",
+        "CSIDL_LOCAL_APPDATA": "Local AppData",
+        "CSIDL_PERSONAL": "Personal",
+        "CSIDL_DOWNLOADS": "{374DE290-123F-4565-9164-39C4925E467B}",
+        "CSIDL_MYPICTURES": "My Pictures",
+        "CSIDL_MYVIDEO": "My Video",
+        "CSIDL_MYMUSIC": "My Music",
+    }.get(csidl_name)
+    if shell_folder_name is None:
+        msg = f"Unknown CSIDL name: {csidl_name}"
+        raise ValueError(msg)
+    if sys.platform != "win32":  # only needed for mypy type checker to know that this code runs only on Windows
+        raise NotImplementedError
+    import winreg
+
+    key = winreg.OpenKey(winreg.HKEY_CURRENT_USER, r"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders")
+    directory, _ = winreg.QueryValueEx(key, shell_folder_name)
+    return str(directory)
+
+
+def get_win_folder_via_ctypes(csidl_name: str) -> str:
+    """Get folder with ctypes."""
+    # There is no 'CSIDL_DOWNLOADS'.
+    # Use 'CSIDL_PROFILE' (40) and append the default folder 'Downloads' instead.
+    # https://learn.microsoft.com/en-us/windows/win32/shell/knownfolderid
+
+    csidl_const = {
+        "CSIDL_APPDATA": 26,
+        "CSIDL_COMMON_APPDATA": 35,
+        "CSIDL_LOCAL_APPDATA": 28,
+        "CSIDL_PERSONAL": 5,
+        "CSIDL_MYPICTURES": 39,
+        "CSIDL_MYVIDEO": 14,
+        "CSIDL_MYMUSIC": 13,
+        "CSIDL_DOWNLOADS": 40,
+    }.get(csidl_name)
+    if csidl_const is None:
+        msg = f"Unknown CSIDL name: {csidl_name}"
+        raise ValueError(msg)
+
+    buf = ctypes.create_unicode_buffer(1024)
+    windll = getattr(ctypes, "windll")  # noqa: B009 # using getattr to avoid false positive with mypy type checker
+    windll.shell32.SHGetFolderPathW(None, csidl_const, None, 0, buf)
+
+    # Downgrade to short path name if it has highbit chars.
+    if any(ord(c) > 255 for c in buf):  # noqa: PLR2004
+        buf2 = ctypes.create_unicode_buffer(1024)
+        if windll.kernel32.GetShortPathNameW(buf.value, buf2, 1024):
+            buf = buf2
+
+    if csidl_name == "CSIDL_DOWNLOADS":
+        return os.path.join(buf.value, "Downloads")  # noqa: PTH118
+
+    return buf.value
+
+
+def _pick_get_win_folder() -> Callable[[str], str]:
+    if hasattr(ctypes, "windll"):
+        return get_win_folder_via_ctypes
+    try:
+        import winreg  # noqa: F401
+    except ImportError:
+        return get_win_folder_from_env_vars
+    else:
+        return get_win_folder_from_registry
+
+
+get_win_folder = lru_cache(maxsize=None)(_pick_get_win_folder())
+
+__all__ = [
+    "Windows",
+]
diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py
new file mode 100644
index 0000000..39c84aa
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py
@@ -0,0 +1,82 @@
+"""
+    Pygments
+    ~~~~~~~~
+
+    Pygments is a syntax highlighting package written in Python.
+
+    It is a generic syntax highlighter for general use in all kinds of software
+    such as forum systems, wikis or other applications that need to prettify
+    source code. Highlights are:
+
+    * a wide range of common languages and markup formats is supported
+    * special attention is paid to details, increasing quality by a fair amount
+    * support for new languages and formats are added easily
+    * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image
+      formats that PIL supports, and ANSI sequences
+    * it is usable as a command-line tool and as a library
+    * ... and it highlights even Brainfuck!
+
+    The `Pygments master branch`_ is installable with ``easy_install Pygments==dev``.
+
+    .. _Pygments master branch:
+       https://github.com/pygments/pygments/archive/master.zip#egg=Pygments-dev
+
+    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
+    :license: BSD, see LICENSE for details.
+"""
+from io import StringIO, BytesIO
+
+__version__ = '2.15.1'
+__docformat__ = 'restructuredtext'
+
+__all__ = ['lex', 'format', 'highlight']
+
+
+def lex(code, lexer):
+    """
+    Lex `code` with the `lexer` (must be a `Lexer` instance)
+    and return an iterable of tokens. Currently, this only calls
+    `lexer.get_tokens()`.
+    """
+    try:
+        return lexer.get_tokens(code)
+    except TypeError:
+        # Heuristic to catch a common mistake.
+        from pip._vendor.pygments.lexer import RegexLexer
+        if isinstance(lexer, type) and issubclass(lexer, RegexLexer):
+            raise TypeError('lex() argument must be a lexer instance, '
+                            'not a class')
+        raise
+
+
+def format(tokens, formatter, outfile=None):  # pylint: disable=redefined-builtin
+    """
+    Format ``tokens`` (an iterable of tokens) with the formatter ``formatter``
+    (a `Formatter` instance).
+
+    If ``outfile`` is given and a valid file object (an object with a
+    ``write`` method), the result will be written to it, otherwise it
+    is returned as a string.
+    """
+    try:
+        if not outfile:
+            realoutfile = getattr(formatter, 'encoding', None) and BytesIO() or StringIO()
+            formatter.format(tokens, realoutfile)
+            return realoutfile.getvalue()
+        else:
+            formatter.format(tokens, outfile)
+    except TypeError:
+        # Heuristic to catch a common mistake.
+        from pip._vendor.pygments.formatter import Formatter
+        if isinstance(formatter, type) and issubclass(formatter, Formatter):
+            raise TypeError('format() argument must be a formatter instance, '
+                            'not a class')
+        raise
+
+
+def highlight(code, lexer, formatter, outfile=None):
+    """
+    This is the most high-level highlighting function. It combines `lex` and
+    `format` in one function.
+    """
+    return format(lex(code, lexer), formatter, outfile)
diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py
new file mode 100644
index 0000000..2f7f8cb
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py
@@ -0,0 +1,17 @@
+"""
+    pygments.__main__
+    ~~~~~~~~~~~~~~~~~
+
+    Main entry point for ``python -m pygments``.
+
+    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
+    :license: BSD, see LICENSE for details.
+"""
+
+import sys
+from pip._vendor.pygments.cmdline import main
+
+try:
+    sys.exit(main(sys.argv))
+except KeyboardInterrupt:
+    sys.exit(1)
diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..85eef8aebbca0c07d8f893fcd4e2e2b4943d8c12
GIT binary patch
literal 3496
zcmaJ@Uu+b|8Q;A-+vhv~p*B#(p=5v(II!=)p@p~s2?z;R9I&vPCfA3%_3rp?@&38Y
z%wnHqDunXT$5gFE9#RQak(!D=
zW@mQ3`Mz&|zu$a+8XhhfXkRwpbAMeljK9)D+A^KN_Bjmh7>-dj9Mj2ork|;1{A@LA
z8cw#Fb8^+bhT-)6%B=P~{T~?B0jJ>PKQOC#{0`!Gusu*JT6=PaQDA8E?S{_-CH2Ek
zI<4>@OU#wbVzM15YmGJCM$^N;a)SnIS@w$6;A~a6O7VcX0qm(}7?cwWvntu!-~kt|
z{a-e?V9TLkdfD<=BsrO|Jddrofg@SC%w)K%RxQD`M>4XT%#ySz@?lLX?#oHG>aM^=
z7z$MrCaqS>b8SnxVIY}mT8agnJ4}VFCAd=Vayu~=M#ARI4jo=*m(#Eis^Bw;`^OOW
zs_SqjtN>BM8$0yFqK18F!=+u7<&Cnc<@R7=iODh(Ko
zmdXgO((16RH?V}=bZ_uV;#hgzZ5`r`#@W>L6wXZIn6blFTM*-B*u`|nrca#s{?zn|
z=~oCMKz-L+rnu!#BIlf)|KZ~0tJfCF+OHWCeAM?0VK{|jR!8Y6_>MD*ZZf-C%;!d8Ser}l!$B<3GOJqrb^j3>+!X?KS5qR
z*!?zks#;{V5C2*GZ-0#LjxlI#nAc4VztJ{~d!5+@-lHjv900wfHxq=RH<5s%f$)Hzh8kF>!WDdqGP@WF
zq1iSG%cNidh-U+n2~(1j$_=h+$&RBXppZmcP>3ZnE?naczNSxKKLx*zmY`mZhy?%lA4v)=W_VqPzR=b*!wJlIF>lZt48ZEZ8%U&h~ycjE!uHbQ9z2U5@nL
zNo_0;19!I3Ws7OFGhkttT^$x?ot)S258TYbw{NAE!NRe0ocaJ3?n&o1%#B=kzNk>)
zB+cpDk%j%%J|s&69-zS83WZLHPzU{XA(UM9I6M&%T;uveg!Dp}6CH^2xK~35&sS1O80^Ni
z{(~g!okgLWlK&wL#drY1fPzH`l!}HRU<$%YoX0$J5OFa?kNbBNimrLFmo|=2H%i?u
zbfvzyKlzaHVE4s%pp)^qh$_hIJm~F`&=2K+@QsrVazl5gFpxh(2V##6_lcj33z?FWnz1J$Y{VM}HogdQKN!BVBMm*}YYK`L{Elxxag1>-by$PZx*?x6kL#
z?>By59HV~!nG1WfHsvyHq)(LA?Gxzk7(Hd^sQ}n)ri|IhfY}{=Sb+Mkw=~Qa>E^&6
zVapG3CDG+O<)J3>dNmT&l*>_IQ|(!1D9cflETPzv`Z}umRA
z)Aw_yx3P+-u9OP#K&|G4cC8j?+%N$inT?Az$i0vV0ZYUBoy1){VhirgS}hTM4G=o_
zH->l#KN>dA@~`=!6M6icco}n~!*UAU)2wNl|H!;x=KgugFb_N#*?X(_XxG78!+$9p
Yy*2Pv|A;xVeQ>Wi^7V9|c}AQ2H^%DEP5=M^

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..c40f38797de799419b2fda6ba48a807a1d121aa6
GIT binary patch
literal 742
zcmZ`$J8u&~5Z?7&u(=Qj5(tVED?$-V_||bG3JW0x6J#q83=V}|a6aE{d>ig=PrDl@
zM}eT>AtVG<8vX#H;wMm3BBXE<6;--`8{~>TKavQEDQ0G8=9_P3_RGwS0hE0An$(5>
z{7fGcnHoF&_sZD?E@%N4x)~p~pt72u3AC05!AXz-1a9Ugup_JDn#v3rj-sjeQE?r&
z5X6~zKu%l+{5oMA9)C5Ek|^#5B$UFmtiYzBWeuZG{uN^w
zzN0FTs^&3@7!4)bU>vpEQ7kPPk|({gDXf7f|ehwSMT0$m_y>SPaP5pQbso#H%Ix~waUs`V`VskOQcPGVH*4C
zh1T*g(bHx2)05@1N!GGl=2%vuiC83a5sgf%M?#lz^KgA9aD5sQt|>^OlN~A(-R9k1
za(0!(9cFX47D~eTRwO@weo8agz#a<-=B$J3vE$i1sB^YS94T-maBnf*CD>FvJ?zsC
z9vx}PTr6QhB`HL<^T_TJfz>#8JdP?F{RW==h8l2?yB08a%O}_QX+@jvBx*_>Xb{3*
znH<#n=K!4k0SX7Y250y5Q%@@|s?Vyg*5A(WF1%ZK{qUPU_h&DA@i&0S(l75lUrk%g
W4#XMN?aie{@ae+xwD#G6O8*6yvd4h{

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..1ee962c25c2b571ea9184d0471f60648a9d563c8
GIT binary patch
literal 26613
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

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..f3bd50add381fed2505648ebfa7e6d3f09f67dce
GIT binary patch
literal 2634
zcmbVN&2JM&6rcUFH(onmgoGr8E)cgk0Xrn&D3Txyf<&&
z{uBuK5RB*PTj~=JLcdY4H3WCF*~cLC2q`Fv6eh~3D9S1IDKVzK}UqT-r
zM(8%6s5dIY2|KV*gy=)TU&W(aPZ`@p~0bHIZ=?!G?uTsUS$)kCIXgI*wFH6aZQ0^102a(O?gehB%^8=
z@Cgu2zL+qB2A{c9yr+_mV{T?{VOqA{Vm?6h#V0!gE-gi)7S9Bv&xgx;7j>J`^$FaL00xGf0aO$*H+W
z48#Cx7ZDg0(2>b?Ln||3ey9D
z&9k!*ArTbbUS*ACkhXt;ouRk7Yna<(L195NBITjRT4Y$>HF(h6lrGb53}PA7T7I|lPKgb{^+Cq)NPV??$8>#
zb4R|XnrS)iG))=WP6XPQ0q;qUnqfYOn>UN#c4GfL;+l)i9ZBt^uEzwW6
zGHq|W*v|Wj+3fAUwp(bxwlUz?pv_LzQakKSkV6pV+8;1pFaresF34i~3C)1T#E1l|
z-6;sIzYu46;<+5WYw{Kq;AeDI10ql3BgZJo11~$DF%4S$;L~|gzPM(n(97YELQVr?
z5I$oSrV?6jN6oFJ@rGAgys&tqG+!C1u{Ex8X2pB>G53r2a6@c<5LgO4#I<*;+KL!#
zwCt&jRT7KEMgBkNj90TOV&CiOT&;H=SrJ1!m3ZHm*UHx(25WqEV1+->aB!t>h3|6r
z!1GqaEBwKR6nJoI=~U(9SMMzIJ$7T52>C5dU47#z&&9K$fbvm(Q<
zcOY+biCYzYC86POE(xVXxvA0CQTepqb_h_a+`QVlr-G{zfa!98vhvklhtufjss*c8
z0nF4wBbl!wUi#TMFIB7@Qq>I!^Y?4Jy
zBX1K&-z1K4M^m5cw-Snc$@4>(%f6rVmyGOu
zH*jjc%feMFWL~-IyV4E5UFNtYtLBGHO_5jjGj>p|b8lreoMETqCYzd^eEr1KI_ey+916|F=ax|zO|Xwoy}doK`jN!Lg-(bStH&ekPzZ9peY
zvOscLf|cEHHE>uMFsoYi>&&V!57K2VLrQ{D6uE$L>1Htza)>9-&Xt(&
z{>bGF=2-DAy6E;Lfm>gzk`Ao8dDz_xrbmsi94U{B&js6P7_`D}wc7#VBL-I&{Y<)hK!@UzE6+nze^saw@J?6Ks*wMDtH>cII@x_p%REJ#+Df4d!W@G=-UGyfIgg4
zOh5&zewwAmYmY|8o)Bu}uB1L0K6o>=HM%`KaW(lk0bP$?7~Xid1GdEOJtkaJ!gmcC
zEfRLe;5d7a937#Ac=WQAXo$O)rAeIbA%h>zxvPMM_CZ$`0QQN--z5^yxOTv;5cnnO
zZU>c%E)NB>SgBUALoWarSC9)4I%j4S=Rr@{n?kCCIu$t^_JTw(KUjCUZ3%ZmxPIxl
zA_h=eQUzdN#fe33rt5@`Nb)eOSKZ_6qUG0ISUB?Nw?o^y=lZ~?9_zeZb0R0FY-dcf
zELF@ja|yl|ve8bNrW4qv*-poi<&3tDGqlsDS+UA4j18WRqCP7%vYlE1)d@q+hhYjJ
z2rUUbp$HP$-URS3z`z&bCr&~IfY?W}d#}@0=0@g&@82Ci@o@CeO>1j>do=%GWPj_8
z8*e<=e_$u2PbND=&!!#|-AM64@U-FAEioKA;NdI!FS06W$f3C4O!(ayg{qfRcOr|+G~UWcF$mAaSDfq2a~|;934Rz1l^h_)
zBGFTa&QTT`1JSlh5+-={2n>9KJRCf_J$USH`k35SF_+}~paZjH3Tg$*u%MK%W05%-Fy!)|%H)Dhbg&FA@b1Fs$1L432L&>k_*#&6qnxqRZ
z>21}*plpR6s5;!ZYIeay1X;KW;o|MVEht6bqJmWc+3Je*LIuoXpUh&4B{Hwcr1Z+{
zGwBpBgH#xu(O*)$e{+c<
zN47K$zaq)#uyqga%38>lgIdMus&FpZPOVx3wWz)40*ID`YI~1qN-CSC!kL7P1l1v!
zw3ky7YK?>a`qrh@*U%a(K=9D$_3-B6--ae0?tAg>_^Aiu?8D;w#rxya_r|Ap67HS<=%#)zJ+YPAPEY(V88P$6;MZA%>hoSIpca_(=UjU6YxeWr
zFN)Bb%%#*5{t~SB9OfR_l>x=zc{FBF$rr?YdRH
f-S=c{fTsS#GW6vg0@bHu!*uTYcm7S_PcHpmt=j$g

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..5ff6eec6382a78bc66d3bafb2726f2bac5ad8c70
GIT binary patch
literal 4577
zcmb7IOK%*<5uVuxclnU0Crvqu-Ju`U2INwvqQqHA25ic<6iBpT(g&{(yR$RByCcoc
zth;+eEx{N(=%55n90LJ}00APO>_8Xg6rb`3aEt}KZsOm(
zm+R&0d6VV}UZGd47x7-~nDr57#_;q9ogVj<
zthNKuvy|dOPrv)EXH3t(WJ%64QD%FVl-2mBnjQ29!tHcbjV-0GZ1MEzAI>kHUOdBE
z1E#v1y`F5y6t{YFOmfa%d~@~EYj3Pn^$s=9wYe{OjlHyTG5-C^<)xRGS6-%lnZuRk
zdf4*|a%Q<=MiU*b8m%Dk8bM#-`!Ib=HSl<&HE8%&k4K}gq|Vu990NU4Wb^pjIgeq>
zP}y%AhDu^(7-`hRxGL&Z7&eT%iR=pASB#3eT**gcu5^8=EZ^o)UMe9-KMX2rVAMdn*`4Ftle3?eXCI6o+Pt!Z-wm6F^hrap^8?Im8QcKyjC#&7>v<6Nb6D59!5Kg*+*YW#B>67)`T&uK2)cfU5Z0@*)h?G@?_>$iq}y{nOK9x?
zpdARoWk2v8T2Rvvt~K9HqgeI$O)jceXl%whvJDf%s#Ru%D##3})fmA{3nQg!elUN-
z@Tka+BWYiiYQXPWl7gg)h2#5n;O{7I7&n&h&zrFnMZqslFw<2
zS~xR0VG1`g*kUVMM20OL`!opbl*8Lr=z%_FlDC;kl`RK~R5`>SyxOUfLD`a3E_$wS
zc^OnYK3c1Vcw&h7)Nj*@m^7t+n
zF1K0g7Q!iRGKCTxQ>_#G9zqDBSJ4ojo!8O>}<9#_w9f(WAD}-7i2TX
zdZAQ|&eLb9oQ8hl|C$R3?YDcJ?|Sz)eHR-LLXyPCUOJOo1B$PPiDa%%!kPK;K~))o
z;3{%|W`>}&9QX)Asxe)gTCpZv)H6R*LhOQgC5KK4HOJPvuH9w50B+I5yysqrL`xGg
zj+6O;%GS%U-w%Y^6*k&G3mo*OG1(Qn*Fbc_bwF0l=J03cwwVrT!YIqDdkWJC*pdi)
z=L(9(p2B2a%VYi<4@!S7EmL=s!n9#DQr{seZ7z(B{WTYzkyJCJ
zhXrtd>5@}UrEi)theo7~RpgC+HjHZ%>HF|sXY__4O3v6G$^G?@r`|#Pgo)C-pT50%
z@RfN#C|4%d?`P-vqGW5X>M~9El9CC)LT;z5$dq**=VpnPtAr&63H@2#kW1$>WtQ*I
zp$@>pL2~4P>YScPs#n_;fLUJzHU~vRQm|mnPf1lL^AN1Ig;XNAf_YK1sLx_9kq~jX
zMeIK0Cozg>Mx}%_qXLoHD^XDsLu5qd6nD#&TvY6Y*gYyy>w#Wsy%?(Y{PWTHF7%>Y
z6ZoP$8Y!(>5MBiOQbQc3f%=H3l++mLED$S-Y0OH(9AkpI*{IxTxW20zjrAi#eop6B
zNcuL0P2=Aa#?(`He)Q3~56^wP_Q~k>Q!i~FU%Fj*Z|vbQcIUB=pS}0Y_Oa*jJ^JAI
z$*s3PcpGyw+sEfg;=%NjzZ?I}_?@5JD{N1ny+3{7lVg}Z@L+uM{R=<4@af6ZpN*gX
z{Nz)&FTQs*6}`GWy?B3m>7Mh)-XD5e_^~H$7k)7z2%2`5Gx(r~Jl~-t*)j%ZC1({N
zke#{a{2oV(=ETe>xC#YzGnUflghEUmD^5@7BSRw-y2@(B1rq0lB9dvN!?r{8CO(K<
zS4h+pqtHgx5
zChWp9YobeNrbRocAz(+xZO6@fhxBA3prVpyav&ofdS)q1u&lM}Udn8=dedf3dM#5<_hoj~+J;9f@I>5HzL@gV3j8_)ENO5$VzFHy&{+XQ*t|
zHCpqHXa99~lXBshasRc)A%NsXB;8DbjDyC+q4zKR{KDr`XMf$^
z>V43=bMd3AA70&_TD3@luVb1Mk5+)G?3RJF3F8(qS1IKw7le(Qlo(c!gPTqqEd2KiAJ+4NOT~Kn>aXx
z{#iT@<>Cn%o~40qn0jCBpuYO)feDTWAuVp#FmsQavsB@ylI+W=E`Pa=a^w0{HL+_
fcjL#Ok5Ap6-zvc+25s5#
z#-yXH$#xt;EqesDJ!5K|9@9x?qTb$bBj@T&dUlo&Sav9{C)h}rT;iBLY
z`UIEg(u|0GBKy_!Y1pr}Pm5peh;CHhryn)+8AM8_8!?WW`b_LzKVlxu=*t+j^jSu&
zeb&*;zRc0AzAX06Fk&0c?#mv{>B||-?aLj_>&qL>@5>)8=qq6FjU$DlMSVr0Ff6!C
ze(qSpEVcx(rE0zgSJ_KKpM$+A$D0cEO(RNdR7>38szkabmTn!=+0}H-EUpT1
z)$V+?t`-)%9*a$o!jniMgMiY$$f3?O+DT;s3o_vI0xby-EC?a9j*;%
z$wv0B3GbTSt?Ii@7Tbc@R(G4bGpYPd6B~BS}6f
zt~=pA7l`YRp-ECaGO^B`^Exs3q5(f
z0rtRNjd=Y0$u{adG633)C;4>J2*1#a?=gE
z;|at~Cnts_-}sn6t{?X!S6ml3yun~9`ShH{gOMVYiZn>;m|uY
ze%g`$<1c^kiGDmV)Vu`|v=o2;J3$BAD)@||pbY+~?~
zQyP6t@||`M2K=o(qprO^Y1rM`@{HU2OzVi}Wb4>O;FQn1v8BDE)sH!C#+;sU4!ixW
zW1g|rek61GBqZWXy>*0!zh!LV6Vvt)=jch7^HHf5l~&_#l{)l-u!>L^q(HfpZmbp}
z=Az&h0F4EL#DKyY>_Odx)}f1=*$f@QY7M@~*7XTYfPECtY}eSG;{o5ObJ#QJ92uFg
z5Bj{%xTS#KJ}|(Skh`B|c3^;VobtK+cC0!dE5{$eIv7;r&z|xOp0Ybf&N?UjcFBz;
z=d}-w_?!XzGtLpLJie(0Wq`u^Kxl=H{gbQ%E-|EiMv!s>O2>o{&`Am2y(`Di^L9K3
zWUwj-r}cPDxk5rn3~54I1$Z47FsE^Aa(^6JDGRx<8nL_L#{Pb<`)q$dMoT+7=#T4Y
zhsO0M0bu-b(ZyCC0Vb&id8B3p!5no|Tjb0e5bfWH;JgsCl!QMQwN&1*x6X_6Ez!2_
zMf>il?kR87T5-pg_iAW56z+-SN5_xEG>_mBEq<0Eu$
z?eBkj+&Ln@L2F&U!Tx^M5Q$a@%g!6;phpU5_4us_UJ~wVw0hHOhF0Is6VmH73rQKx
z)z9Ni>O$(%4GVpG{2B0P#GlEf?K8VHeHktt7MaDRM`(2!5N5iJ2(w%nF4Ie5pUq{)
zQ#Js*Mao6N&T-5)TRCj(7!Y;Z{bTMy&k)wph|@bfjtwFM@#6r;&Jn-Q-i6L~4Y2*;
zazEo9@r@C37-+IP?WX|an@1?pK0NMmx$Oa;{Vbpk;0&vWWm2#LuT;hq_EXMhP<|jF
zc}|W4;M&LiZWn9O;3=Pv02M5*DVWy;v
zX__+X!RE(C`6Eikc=<3O6C5M6u_w^Mu!9RX3GC}X_Ll
zhrOPl+r>%(y#UzANe#c<>2=w$AO?X;u>fRRf>wilfOT_#QzLe#BtdK8+M9CO9AU?ba``u;QaQpo&a!y
z(xnHwV8`Hl)Kz5%UXt8Tk9#C}FZzLQm0@S4)4Yu%j@Lk=bk^fnAO=BbED@kDKdm1Z
zC>LzH_Lhx&^$ZLIoG1O5)TDtrFk~P002Q+d7?#}F;u7`4Yj10^yU&fWc|k5(u!)`}
zMyE}k1-BPe6=p9@;Z63@ae$GNfHz*dl8ylbT6^fT8h6%%WrlPN7|B?cdL<*}q$bdU
zA{gbfKkoGqJ=bLS4B0&a8bYrRFlz*zabevm@71Z5b0+#QFi_73!}Fyt+Edk?zEpf-Aef{94NYZOgQ
zMX{_4a;#bos3plMO(b=}gYAjs>vk!N95emk03X9tO91=W)>w4|1BoOw7;IvB{-Y9M
zxHV)Skqs97t&V`SxJU$p(2qxc1+>ati1D`y|AI6Msub3w(Yka=Y1G_n(&$~9q%#-ua~*NxVlwkfF+zb+H_T)91HnMrx`kklFP%0$#T(Qg%nkZ?L%$&vU?
zE@v2N`pwF_K!I|Hc3NCkrJcRPQ+a|gsX=)~N{Ym9NTbv$3Kt4=!bGMc%Q=fitCP=m
zKoUH*2LMp8`lOQ{KtyRm1bo>0!x7X1M&jkQOlE89YY*yZUupicmNbts4r6l
zw3E950nRzuwi@yI&iL&tWdKk>#ubzZK+NwOmj)T51`x(M2@b{RJuaXEdp{UJPoTfQ
z!S5a!YO*&r%C$Q7ckP@^E`bNhjAT9e2We8fpL^jkb@%2si`g(`j6*)T_3Xr%D
zsVdQ^Zng`t!<8{$Q$RQfpg<<_oF@T4FpnGt`GF3`8O?@4SL;P{MhWZ^a0kQyLFj0r
zc>;m~Mpdb;@c@uzV8T8$?q#qifkd3o0FSbo0CG;bN5(i3BK*Ob_<_e+UXR;9(4Sa9
zaU-<~Ncu$F#O~1ay>XL*@#01qdoWN!@f_aA^$d8%GZGLgZj>bej5a^&u*Qw@m`JqO
zr7aX}rJ#!fqS2*o2;y4IheYg+w3C8Nipu~VlSKy(ZCpn)Dea;cawYwYPsU_1@}Kwz
zK2yQ0wKMls0`y~u2?QvA_wPWSiiUeAKHhmU>o7^-+uLh%=cB-UI^FyRUo@>>HcJ022;M2`^Cyep>o{0oKzC4uN$BQ4z%H{_vhagZN+i%>6t66$amsQUnaGvEh$rAN
zV?qW7+FIH;5jQZ7xR!C)
zK+z`|#P)erLRKzUEkv#tL}CCNN=7S6VV==Zw~H9`kqI=6krWsqMn<2UNEE>Zplq}T
zl1AwSQIBkjNlL~fU29}xkaA(HCm>pIj!~;ow1ReksMX>bheECMNeW_jrc7Rg*N1^3
zAdbO=40&K+aKxX)GK@JTFz{eP9GoRY!{j+)vI3&+xwuYglFS)kJd@ak0Va0C6k&#F
zj2|chM9@i+TjDKPHWW&7Wj9Fo0mkknxKvM|o==k>&7vs-U7cDYm^{3Yr$2#Dk235B
z@u`lMTM`(PNKh8cmA4cVQ*#;PJmRG~3P>6@NDyDSXxGy7Y9+SG%ficIG9;Q#2Z{cl
zX(1ilcZp{jP=PIAREnNf;mwoScCUz&TJQgONL~%g`!%!R0=-Wkb)S5xsrs
z%S%6gO0QoL(~pbGqNI>ol1C*GPosib*Zsl#S)Z04xyw?zibt2#m8py@Yhk)HS!>b=
zr^_EKN6JC@>mH1MSB^saD=(
zwChqXsSu@+q&VeDw8pQ;`pOJ~OnpV15~jo3O|V)mgB;DAwYC7yK0~knA8V|9A=kGue3d+e^G<|r+-d=Ry-@5(>@`b
z6&=}5H#SIy!u~L1z;zb{=?HppVITAuZfOXLHoI>KWCg~`Pem77Y
zFfPeUQ4E#9-;?ZY)D1b5*W({WO0|%a6C^IiU_zZ;F%LX$o1GX%dZn+K7~+gvSSWNa4d_vSOb;RvQUgKf>VLOSXXPS
z{H|pP(+yI=4~-#|j;%-IM(_b6Sjrv&_>r@a1cJs1XF`V>)MRFSBI1AMAR^R@NKR5%
ztsX`2y5^7|f&!h^o|d7FnhrP9x_9MRU^wi|CsFdGFeyUr16A9Q=3C-L5fYv(NO*)l
z*Pa!xiARC@3)9aj=yI_?E(YS_Go1E5h8p~Y<1wb^&&$jXr}5oVu$q$!iLzR@kB}(R
z|7eSn<~LM88-ic|o$zZgL1pWf${vZ9Ju)9yEZYu7GqY^gI3v!q&p2a+Md6$o*J~Nz
zH8ab8{i>$0=6C1Z27#;IT0j|5x>{sLf{iDvY
zcm_yy=uT<5#iW!FFx`a
ziIG+~pG3?D$nXEJSPQ=a>r+mwPtDufTeg}Q)S8pilM&-hTm7BVx=3KLv%}*=E><528*dj^tQe7NB}2$Bo7ovFt-8{3sbwyI
z&OH~HD_bnxG}9BStiE#Q(wVvS@6}(cpKn}j+;OvU|Ba$p4k*tNX*4f@=bn*G==fmf2
z*&5K)H+mwb%SXaT7m7B_=)g~B=QF+T-bnAF%`v5;0Ue<~v^5K^1h(
zcD=TJx;K`Y^XikYJSoS7U5k0^r+OLxKD|9$b<N?N_%i=C$#+C?t~qPQ}%V
zxxlTePKZxtdZ!Oh_5MnyF_+yn2)U)Nl};IM+e+>fR7W0}>wItfwe8pQ7YiPp+8eVK
zOlAK1{^O!hyq<>rgm|a4c16(C9~M^yP1zA~`SZtD^qPVb;%`^9^!gKjF{b+i(Xg*W
z_^S@{eyjGcwpsTZwLdfJaX%>2p-3VCbjTDsk;0(PDUMw)iVo3v9IsUvn~afV?)1|!
zCs;leW2&V9b23~2u$~5i2F3we!I?0*;ed)YWCDO~Q{Vu#ura8786E^Fz_2$J$|H^Nd1cWp@t^0eq0A3M_tt#{!7WJL(GnB5_>qb}_Kz&?F#)pC(DMT=*jHgXO8<
zG#TBBm?%Hl0b+OO3byJ6Qx)UJ9O7O_4wFksgfXN}3N}$dQjoY&R#wN&z?WQ?9Ji$?
zm*ZwtjT|>A>fyK+8eC})6?Bk--4qbDD2-A;4NkRi$fY<6+VSUq0s&b#wChbPr$oV;
zeZF_aB-nD!?*nwm$vb~wC0i&eIe!crls#de=A7S;Bo^EGo_o4-eeJ#NdVQ~WFUx@2
zY@6P?TK%ZLaCMi)tgmKWXLVtu%^;_^SYQnjRW`w@9W7aFJK@$1LCgqC2)#=SO9;b+
z&Y_ox{c_rs{lNADBRyrkN8qfF6IpCIsCo{2w_Wlp^&e8naTsi
ziv;T4|f)*TP3&bH5LCago#R_3Xf=(O4COZpt9VgKS2ADw_umh*b7y(2{lgptd
zCCZR@#tEu`BymX!Z0KIySfmippg`US*&Iq%3Zj`zh0fmb1-`~oh=>CV{#GS6%3v{|
zn1gsxN8&}OsSwLAynz8!(i;Ly>JWgz8e1JU6lZnk3BqQ-pppwzgfKPi{3KP8(H)<-PgE~HiHAZ5?e-Ut?_
znBA!g85qL~e$pkJ7jBobbB*9TyZuf?6&9WYwq(MBcD4sl^|O#PK5aI!&olu7nsD1S9B6Mlk9p
z4U@)@0i_Vxm2!Q3O36)|cDkl%7Ra4*EiL
zcZ32bf_SFO2lWoferC)f1rg^kC15>_EysZvFk3O~TGV}`
zX0d4BJ;7*hp56x|xTj~TVm1&h7Z1%IirUuQ&Z~&!S1#q(M)PYy@ojl)a{lx}UH7g0
z-Lb0mGY4bY#o_MR%vsZNcIi@fRW!RQ(jIZnGTb&R-0a~ge4tBD)o}rps-53
z##-C~t2wPi3iaRt24N3)U64YPr5cmjI+PCp#LU9u3GsEuHb(j353u1VWT
zT_$9MMQtmV*M>grs4;paW$0d^`Y70zGIXm3QD4G`j$Wr9I+7-?T?O2Xmr)OTq8{QV
zkdY@z2odB;{=~9S22V-Ahiw!#)*euYd}I|H+~jei;UYM>+QMp25bkNA7OCfCTyb2G
zzJM&Sd)G5+o0+5HNeh)mTn7^k{~Fq}8EJ#rO6wG(*@HArB>z4y+_B{o2N^!j7^VdU
zGbOhb>3Cb^Ip!^36Rgm@vq-Y0UWPw&lIrF9@gr0*pXglFkByLVD3bG=THxq3h
z<)Zen&1A<7H15!qCrB)2E2U1$L}D2*OYyj&pRrf6UX^4Vkcmi4#6v{_;c#5TCZ-^{
z`6^ZOMH)|niP(h&WH^u!D=eGReZ#`%DLvy^%A1;&LQ&SLC|yLVYn(rdYiW^ESCuA(
zaUaZG(A+?8f)
zS+f}pAbkt*(w`zoZaK+zT*2%$El12(sNE$=B;dxnA^NyZKk;hP6roE9I_4~oqEwd>jnp^=?T{%Q5j*8w<-lo#0~uH
zN-%HD$nwY`Y8FX5Fu2+I7c*uvrY09m<$OfbHiZc5i-Jd)RtC4E)GE!abRhdcu<*fJ
zDc(aB6Ue4n&6$!hGK0k#X#p7RG>O)>^dnFsNwUNi*^yX52MW%S;qnF4R+5??aIC;Zp(XV#<)Skxw0V_{JgE=qq3EU5
zDi4#$lA1cC3+acnvN-+FXRiS*J{i(TC7-btO+Vp2c7bCCUzbp?eZ~^>3LOA`jAj`Z
zMiD)nG=vQ3FG9H&7M*Zm9z2#tDn!{fo;EpDl!c+BR!zu?1f1OYC2b~$DQj6}1`7c;HxxE4Y@zIthuBfXw8>3X(0K$Zl~NnfLc2ELf$I+ruxjO!p=9F-W^
zki-uuN(fQ}(y9!WD(Bb|$_M4$)3j0kGfL*lhdU+Jk|~WEON}~;(0}}(sfrhT-pHsrs}F20`$3|dDlW|
z*J6Ix@&m~s9FFF#zg<)stFC`%!_^IQ&iSfq?#1fPu=Wk(ZF^m0{7(JG`90r1^!}k6
z;*IVP^oyN)f2LckKk_p_*q^EsA|${C^IyA)^HuECD4(qbbcJU^r?(M)-t?
zBnn1pz-S%(`n>QfQ?9-m7KzsU^T#;oM7(;@%+vJ{1}U!ZCjnaUOALY>r;|iDHbP>q
z5qAJuO=bW@XEh-yChkd*f6>f=HA-S79+%H@3=A+S8SI-_kw>K|)Se0=ze8~pyi6S-
z5b%<4kIq;OnAleAlJ(}LIbbpT(E?|fwxX*+LfLnsd6Qd?W86N7-*&Mp8j(3Dd;rnlDt9BV^bSUnn`
z$)`9i=uSD#VRZfw%}WEN6)i2-8gpt>KJnr5Fi8X?+p!=
zDA^IRwsCVZM(AOoaE&!YrmPlNtg%BI4DgWkGNWoBsc)z!i5}TZd%R?-On01|u6K}S
zms37H!AjvT5~h1lF{41z1dvG_7HYsZMpg*aEGm|BYqC5Q0)8Ap#_3YI={VvB12gE`
z`x%1|b2U0$BAeHd4cDFrj_t~;nbG0_9Bf2i2hYTHRMnsiyV;tch05?{Bj#IG2%BM!
zV@|g~K~%|$jxQ-5zAG|F{y$VCUq!Dn^sOMo~DhJ
zaw+*phC6MddVrb0P9(`7^&uVMXf6ws@l>vgqcT$p#G_IsaFmMk6&xi^AOR4LVSEfI
z#Vzf^qqLs_Ms$6V?jjU0^6MJz92wHTqzEci`Zj{NX5?I4^fLsNkkG}=!-4)Y*cZb%
zP0oLrat1sUyJTHC1GT{-2Du(YPyYh*;U|d9(GygJ*@es5g%>ktGsEsHqnAc+WjDnN
zYGxk4*gxAJEog~6gJ4#(Tu?friDegDw9Hyw%bed)2Hv{JDrYb7nES3RcIN)qi8lCEVt?E5+_2D8!UvVhmomBXLQ|ot@}8`c(-Ch<
zKDN-680WaDdW*_!+6k?AAh+AGbMnr~SfZs!z5bE?91
z2&Q%~|5L0fakq|>B#@bbFdXB?9XfK7AiYW*Ekgk949Txqr}@wj&B6wPiH4x7vhU(t
zQ7OHkV1|0?#?2=OkLDi97C@UP9K~(yJ%fECEl?V%sAhud0QW@xMiu2
zRaH+Nm>Irltz52dn5&AE(Nh#p#>{W#zwq4OYckDsD;}Y9YMXiyx
z5b7c1wVI271Qp3LDn%+KO5ejRil2T?b4;l$el76
zVTbbs4`;7axM-RHHVZ^KsWNl}j^Ss4f#!4~r5VJZdMU_swGvS&QbC*^g#1sZih>PN
z1rh~ce_)Pji4!e>(^24+Mu=E|N>?%T#*sR&AG8)xALPh^s2j5OBP#>0Q)W&K%;<
z3Dk?j`BzFWmExSwp=*b3=>E#`f#sI%@Pg^Eyq-1E3seIIj`Xr`+92F&EoFhTVW;5V
zQ-!nzNlc{20=H@*5`tXl2v@DK_NQOw+mS0}nKQQ~e33Kn5(eg7!bqm)SpKr$oB5T<
zm@qgj@vMYznj@OAG?=*=-
zQZB43F}V9NQg1Pz1*{*~P`T3vVdY1ugo&41q?K7Wo>KL6gEJ=JU8&vyoM~cH&UmxZp2HKF;rkY-}O)@(`@Fsm&Ya+v_IRbdIuJHMzDvV%D%
zrhDr$ll94Fog^*3%kq2=vmQHOi@8lbJfMj;!F0lszDmeMEV1BTJd?Ob=&1(Gl(V%irVrM8AG)+<)rmFZHNAhzH+T
zS1^Cvd&W!W`1v_dKy!Po6g2h+M#uVVUD7+0v|!L94Ke`7>jvR~MA#kw0dJ)kCCPoT
zm|*dPaR7jn)5KxllgJs@f^K43UmUhZrQ~rZZh&DZ^leGIj8)874Vad&O=(7hNi_-q
zj3w!SL)@%L(Ohveb%G}`diWlW8$izy$|9))5jMCOZ4=K`fuve+uHK;NgX)
zo*P5aro)T4EozKq7hTMn%?kUM*0o31wa;&eb!@x-1wbMD9`RR#n6p=0(NhsH@T}PY
z9?KK8+GF_@Gus!e>v&T(-O6+<^O`zPQE_Et!_DGm{4P{)yji?)MXSl_Sk7;ldnB6Q
zzN*Iq%!EohVGo_zfkN{u7OdsV)?Evw)W_0Yi`HE;n>eCTw>&1wia!SS&Ldm{_Ef{O
z1o#7@;V4C$0uJECtpo)D@F^fe7kVH~h&HUAzyYN_4&RvPL;xr}GXRiQ07oE+r|$(r
z`_xX_`Uxr{WJpMfRUokqpexZ10GO1v>i!7O1&Sp}o^4QoR~le;Y)z{k1YP2Vfi)?z
zF$C;V+kFh+lk7`Uu8`q0X(UrFjEbtvf}vvCGnD}vW_Fz>c|gkLQhSr`Y#`9kTGPWH
zB!Ol%XMos0cF8LPzkfYW>o3+Xv+%}8=$W~Dn6
z{DOj4C@81kBMM09!EH$Y9o_x!6c8roao1B&GjEw_3@44i+hrBrW1`jW|)kUaX}LCqmgE~t5XFfN5F1+!T=NC*n7wns_*GBC-7fm~-
zo{w3wXAVRy6|ubX@Z(UIE?C#cYU&nDbyJ3!lJF+TBV#%F7fWVKrVO$CbrF3uziw5i
zGH;yfy<;oE$tEL?`rwdIc>GT$7qSm6)b-qON9ztPW*?fFjL9PO!KKQ!Xl2`c*>%sI
z_Rjee-z@<)TDSc^kkO81=zLi@rdu`#ut!cwqS#pZx~1}tXnDtc=l8qb@4Ei%&kih>
ze__Tfm-~ivC3q<~SAF@prF9#l>o(4xxW09va?h>oy-*~7lvfniz1H=1K{T&!!Mb~)
zVcT_Av|;xmZu9C^bUGlwSYgRhVM7!SDe~u>*NW!r;MJvY*NhgYA_|I^^6SvkNMNq}
z>eYz(zdjM}e&xAXxqa5WoM_y2@%_!QjgQ_iqgxe+#2GWJKr{20cz0t&
zADLJvZT}C}j+Gt}!?w~ZLb*U^jLLv1?+F?-W>BPp>26*FbeQE1+|rRpE6CDP*lT|ae2-fC!N5w_$S4
z+d*0`n7ASB8krgmC7ZzSV1v^HPC{A7yoljN>V+xz=a>R$sM9GN(`j@_=cCX7WYCjt
z>J)Ycr3Yl=9~@9fFO3Q56$}Hqz<9oj7`c$1C@kP&Lpt41K$XR)IZeQR8lLMyS4fl2
z6edJo;^YMi%x!{M&oR_xL{7L}B_^!wkEzj&d}hj}*82>Mao*wVTgn-GttdPpT=<%D
zjy~<%*Oj*pos+F<;fP{dvMz8{#(LwIiQD2EDk8bo$&M2^nLkxL8@G
zYJrLEB1@a8rfvwLIet{+*`)Sn7##9!I-;%~y;FU}$Oh-Kbel?9<3R=PVvaNZii^A(
z;bW{Zxx~a#K2~BAYDu(_`><|GK6Vd(D!hg0GD!>*!+@F&kYr6M5#{+$ktj0ZK}K$C
zlGsf#=1(ezdBA~vf_!ocRmgTP%tegaxN5nuYQ?D|bDA^gRGcs-8dfj2I6(=aP0-D#
zMX7FEnSW0NV?OY}G^wnIG<;kNN~6mF*HK2bKqU@e#iNoBE{x%rjHVQJ_T5;HaXndG
z!6!HjbKK{+nf`x6yz~PEP>wTLM-VV>k-I^3Qd}GanE|hPoTmAEdT$yWC%?NWOG(-9
zb)Ab_h~Y(6dRU_}SGea)^-v4J(O`KBa9s0tA3?@^Mu@Bw3%U6q7QnAsh;%5MExRYI
zGxvy4kmu#o$=-{P&ORDxnA^RW*E-d^Y_EAI<7&oR)_X!Zyl%}}XY@1Uv9hWwU6;Bd
z?!~gE8B;8;Y$0zw&~k0#%--;(*&{0&Z9!G6Zo@lguAcc`{bF5L*aDQ>xM}7PqfcV_
z<;#_hE51v4P+$t
z?cv4hM`jLz6lvTv|7_H;n+m;|Uw3yaHE+d8Jz3eUAaRFKUI*x2P<6Z54q#qT_1pWE
zLUA>sa!PLJ7ZdU>`NUs?Y4~7W!R~Fk9~Kw%Waxgl&D>)&{>UIwm|^ZIH2$bSM7Re0
z6P_hW^6K9qfK@126XP!RdPbBE<1C-hkHO~`xot~#iZ28-e${z$n(!Z2jQe3-R0J$)7bQ3
z$>5|1Z1_m!g;O4Si6j`o_ZdLmO%6jyttIOR7`7Q29|2ZP)#)^!L|S;#WQTD%gg#Cu
z&OJl$eaT=qUeSV+NkKR><5-X!%P^NRKJN%ecS!LJIatSuV_Cn<>LuN-;QY+Y$29(5=Ck03g1}F7W#`#@r2D*@E_d`;ue!Gz7gii2&
zaZP{7P=#G;f7T~tXd(4WJ?Z*$2BHqwv*P%?OZPu%b_m`^NVae?irv@X?vLz&m*lKQ
zP{de^%2+^km$IhdRc*75sBBqA>N2qrFLjxRMOuL_GhcflZ9tU(x=dIT8uEbygMKYL
zf~oKGuNesJ`^3tYsZH6TFLJ6pDRr&`R7{JsM!h}wty2-PSBO~~nN|_zUW`=Pr
z_Ynn`M`Y2F>`;mvRyepfsU$KQ9tg<*bb$FtA`*^{#4*chicWIUJ}~fQZsz*bz(B$?
zFvCC668glbyrT)N$|q|CXdtY*NC-werSxwQII=n3xj_+xe3DG~-=s$-&3cvYoD>i-
z$R$^C+~K$uyyB2qjzpkDx`H6t7moC=DVD4&rMn22Gal$on5nCUK`V|v<0gowm}!gj
z=aiUiZ&MlXWZPI5~~4s%wM<$pC{nAzHBtw(KcwEWh~T;n~BS
zU9NrY%Qz!lxGs`0*Ksu~TG$FIGRqcg?OGMuGE1Y`8$i6(MI5*D%flxk8yEBIXW-!@
zAKH+GBFCMwbrHkm?ceT-mTihv*G8V1d-}bz*Ur8>u~5Bbv3$$l)Hlz$=DXi|eyRMC
zh4M#YrDa!YFV$YIhc6tcZi<>dDyxlnzE^OoY;(*3r#r@q9T9zOeZ$<|KiheyzHzSW
zt>>@jEY^3$8am#~x|a1}!hhlmDeqmH%H5x;deOqn)k!<9n0m178-Zna6}sqEtVgOY>L&j&SzZjct0yz
zw=-t4vLnXQuyHs_smX2dT$mrEY~$fz7)=&^oD5N=CCDJS@m|;TwtM+
z6gx2}tDe4O3Tr{k#!4&R7>~H-HeU5Cl(yc?Z;j;_h1+NM&-B~{rD@BC&yb4EpWJ^8
zj&c~aTS~Qp+AaMD{}C*O7q{#!6aR7(f)Cony=KD)?T_OAhi$v7@bi;g`(CT?lMW5t
zcjn>#r$#OAe`+=FE!O_DfZ~5zB+`8`#UH%}2RVFun9~w6{|+_A%|{+TeB!|214s8r
zL@{&e5G~78B8H$oBNx6#i;-Xn5ivR(-p&>>p>mr(e16YLn~;@#e(!zVHa$PZ$TAEf
zt$NAm3=TIDwU%gseqGB<(R4V3s>eBXgG3-cxRpVrZsu|uByF;X(NjM1{Kk##RaZN7
z`i2uFM+a508wvvURCh~38$-u97sncu`8rSI>1tw2%=m_
zDCZ~W!$5rO_3VTy2OkXhFn~lL1>{!`ev;lZKtu0Sgl_DRaIoMo(OW(Ii&&~n;r~U`
z!EIOo5nyg+j^!2N2mD{*&Ajz*tPi^`!)p|t3rcSm)PTfs5x}J4Xjn-zvrS%5El)49!fN3WqC4Kg}fVAT^_!
zf_e%VgF>s2Eycg3nut4-PcE*Sbo%;Lt47buW@*x|_F`m8S?y$U3ByaQbG?+0*TFsV
zI!|yyoM?t%1>`V&tAntvy8dwx7T%ob%K_x~UKN!*D9&Dw!dJhAoxo}1^b9fRMU6i<
zi8hA8j6zpI&M9k*C-q)?NJGz%e5RRb7t<9pDhBjSI=jS45%iCqQP%%nrmW$*WzqzC
zmn5IMbnG=^Gth^WOVvY~LuOE>j*#(%ktF(1J%X8_dqIP5dPohR-O_o~RcJYdE=MX$
zN;B}NqzdU05WrimUNsL{x%S;s^2lU;nu
zl|Ch3LrS|)_UZKL()rp2za;ku`Mw5@VS3G&sT8w1X59e-9PA1uxVFzYW{iu-PTx9k
z*?PuJ>`(t5Qg{A-3wd7t|7YYFR|5Hd3Rm(O_AWS;f5teKKVm*-dP2KZ8!5Vs}ZOZvP4JD(#eLFICQqtihPmoC**ZiYK;N+Y-n5Ts|yDSNsh-`ov
z%42L7JIy9#P!<9
zMy%sOM(mx>$&UVV*S=w!-n_F*Uax_Ud#M*TY_(^r;aYwbVh4B=Z}B?iT9tlF1`QM
zhc!LRHOX%t|FC8o@o?LddAN_(Rm&V4%lO^Oo9lMQcs7_5VC>{F<~-LAN%W@Z-E*J$`;x
zQgX0M_*sWY_Zz#-c=)&5HF)^9k8Z~O&o^mt|MM>MA%pg>wG{u?dXer86ffmrzkufK
zppCbY0+JtdpPT6zKO!_3f%-A+4AN!D)bD-ME>Yq0DA5{=cvUDHK`u^sCYhuqjKd%f
zOCmbec=n+K%_KZtOhQ~OTRP7t6O19WGx7tZ_NH3j(aiOX~NuYABqGqURm{ita
z^9(@{lckJEk_sTAGlnu$@=ljjhDu5>p&LkE5LX~#*jZo8q;)bAd99($w0Tv>`aJK2
z3Mj_qnkUVl-edG7_Yd|(yf7RxC$&{2UCz)Pi5I@b`i1_w#8M$`3)LJDT4Frpc76x#
z)Jyp2gZyCz@>!DH?<^wKdD)*{YNFqNu(#rcEfeB|2t=upr$ChWaC=Au!7M(D*l%e`
z=)GAWu{Xq)s!RTqJbEzVx=B5Z4PI3c?88zd%3z{Ty>l3wf??tP_^=nG45SEQSd)DH
z()WkiVR)Ff0^p1H8;O_Zw$e))EZ46VNb3=I6ktFBDB)uhZEGq}h
zBKyV>|2`#b8|clzfKms`t9%Df?!yVB;N7LunZ$~6UvX;+RMH;nJ=O&cBz^T|e2f)N
zpOJ+0Mv|5JM^7+8?_L-tk&hI7sN4&_HlBGL&I%4t2kG<^HxIN)FA?!2Kicp+M@%V;#go9#|2Mj=^*xZo;?hm^lEuWBp`z%&Z|UjxmoRNn``v
za?;^Ns*-}8T5Kyikj97txF^pooH@OiQ+56z9FOa5cSzRwG+1$gR6+t&3Un
zzUdFQzxGT-H#-@%)=ckP*?(l~Z
zvX9JqBwI1)%(-_esv?bx70uH}r}oTjzHdW$zrGKbc-9h_^XqNPc_mAxlBlWVwkZp4
z+x52J-tQFht7te1;S^xTcssj*x?K3%`*tCltOm`wtyxHA|+aH>;dYd#qEXEb^*Xdawu`;%
z4L`2Z(|sL_ZxHF;p{0~fmfkM?k2kaUts>obvG^U9Jr?axOcei<43X|F6hDY2sTWop
zyFUFx>_v}BKDft*!Zjf}VuuzVU3*?JO)?x@^uc8fzBEtDR`)qOo!BKy0q>BnWzB&r
zlB8l6aKj3GDM|aX{$<0O6A0ZACPpf)oJKBrQa5c%XLHCuO|Qzt
z^q;XboV{>q&fy>9&N=4{|NGlf8{X)YH;~Qg6f$8@d5>=y;>(1bV+7eDNL3WPg8+~{
zgANf5^)pXc8TecZbaqalOPE>Vli&PMrzIit#W^Rhiy*p=7G7KvXd_#1KW^HY?Fe&E
zO2kA8?T>R%-av6ZhVRY#@?@$P3?~5mR@X`ZHeSZ{BwI3
zb2m=)B)`N*6>`45Z|3Rg!(XQlRI&#tynFU6>{}57$^Ahlcy^e%&a#4fOA=@4ClvgY
z0@B+sYkPcCWCBPK&iv`?)ADgJ31U@&Seb+9IO~rrK4kbU4uP`+vyb1htiO|67T$B^(4|B3`tMucw?g+vpOv_;74zDsdw_28
ziZKRx1!Th(9*jJ)nAbRE`pD7rUfH#>kKw$zXoUsY_~eJ;aPeUd5t!*sHR?|i&eu@a
zD0rS4M{?qqgxk9PtGaB3H=&nYJ&;^y23U1RGqD-$jYy$FUwAlryj%(K6eJzty)9D4LQYO$5MB6eg@TdE_NJ7u47tn#PE~$!0uW1QNH06jI*2bn
zX;}vhLCtu5Q1j%IpNLN${be_r?fEHDO85kw5ZQ9k{E~9X
zpV!bxlJN`+pU`=gvN1NYX+x$qU-|i*rUB4YX
zet>8;yPbUGBMOUz$S+1`1ij7wq*t&^ZQ&-gbCb(nyQQTQC+R7K%@)8HmJ`kN5xS#2
z!M}I$1Kh#E4^}!z$iJrtEj%U0_4r&64&8T9I@-aYp?c_^X*Ec{f#v8tOGK>nujt8)
zOt8-iI7g&*JS)^xLSjGy)L^4J)d_y=A>iaPEuP;alkDFNA9lt^RF+ItQB&2DsUd1=
zn9IFoYPyqGv6R;t&BHOk>zy|W7W4Kknf5K1_Qi4wiP&7q-4M;)u$0>x&23%GZJ#pU
zu@!KTvE2H|dz05D-+lhRp1{(oK`7gSPng{|>#}R6boc4Z9+qjub*pH@V*Z9H^GBx4
z3r2j(Wg%-fIl+Ez`ne@rUDQ_hZS7p|yXN_=3t2nxeLLHuIE855iNsT$Tc%=`zH?#o
zfoRr&Tc(3}WYPFO8!YbH9S>6v##VhLt^M0JrqpA98
zx6r#@{6H)AR_Q*_^;F{Fs6?N@z_hR_B7Bu3t!5Lwi)K5W+`5xqQ1Cj9aRIUtVfffG
zzSeXwR#d#8%fGM7SH7J<=^T%6AvmM2+bOpLLA)&KOMNZsN7(u28~Mlch=hxme@Zex
z`#N~MG;IL1}E7E3U
zbSE5hF{Xk}(J&Kz#!g6Nk|p(1UMm@tcm_w^fm1#g@Py30^~)do<~EiNN=_i1eSbuH
zlJ1Hqc!dJ8c;P33zd?83q=4YG^c@Pw8i2XI?;Txmw*-WMw
z=6qt>KI(Jf@bjY*`4q>0!G91T7MLjB)tE%xYQ7+5{6_)*Eq^QQ_=T|TKMSAxQ25-(
z8c}TgSU~V!g^l-g8cXAOBP4Z}f~o3P8>bs*zPOlCao%`Or^{(NpLy3Rkw<4&Dux{G`!RBg)q>e=(UdxloT
zyF{~Cb{AEb-7n4*kBC!y?+f&M-|p6+RZrX(==c6(`mcy$=}bYS{-21yUd5H7g7w~hxsZ=ZpH!ig8`+EU*jL-Ui0jPFO
AeE`Vr`$~4Q!ns#?MRf^*?`A4oe~S1N?%
z@IzFH$Wb}+5Er5iP83%Dh!G&OQPrq!TPe+usjBGIKmG0`#r)%0Vkw%bQWAiPDKU#O
zGFg%=DicEodx1_&buVShhS^|BwPt6@Tp*In)YK>EGgFz1q|_jGjgp04AjGDU_7Slt
zC9_}O{QUZje9HHoRh2T;Et(})@>je1YhTRG=koKUVlX08TT)aj6+84&&bg)Hz>O
zu>lyE1kq~fU2aR>?aO46+`5y!Z7qIC#8?>zj{qw?wEuN(g0O|`BURngoFE77^zN==
z2eTmu*TW|uu$6Iu%A*Dnx!j?5N#xylQ2!#MZp5MzE7#m`l^IK>$hlZ`v1WN~LCC90
zx@KrJ&5Tldp;4|$Oj}?^otAAYJ*UZ^8LUdvsb#7!r&XntHXC-$&@ZMgWYU&m)AOcO
zzAII!l{OVKT?CkHFaUMiDIG+SG8^vb|KGyvG?sucM&Yw2fi=;AF!HA`{!AEud|^*`
zyE*$jD(nvoZr)$N-@3Q4vMY?Wc_j380E^1K#`a|7RmZDi=XYRR$U*hjYY%50?Q|Ek
z$~l}2b&VsLTY*uO@sIo%=&qv05rkHG`{+d+KB(|&$O&2a(U21=a~S1O2-!z3;$Rq2
zywke{Rwlqo*a_RwoT*T_%j$OH4oRQKbSSNr_?sc1f4JgLL>W5c3kqi6J*;nW|!Y&tduR;f9%{
zSE88pLI3;PU+wjOum-K%zdthi
z^Ox-?C|(Mvf28&4r2g8$3-h6WJ>FK@U%-Wng
zFuZ?i{MT5!4{+@SN({0j#3ABCFKe})_VX8y*N
z>-l-+<>uGLPv|M~&G>1)5-vgUmsC2<-T{!;a@H)cHjgp>hZAt9^9I7Pzv2_Sv9rx+
qJAwwr)=Hc8^?Doe<005bgr5rE7dlaXV5k{?k>K(8%ftZgM*1H|yNIR$

literal 0
HcmV?d00001

diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..fc31e37f216fff8458c0646cfd40c3d0c17ce2f1
GIT binary patch
literal 3404
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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', + '\\

Jx?aD@PNB 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�Vk!B*iotpadBZ-$CNuA$W?%PWXsG@qN#R*ARm` z1ym;bLTx6Knb*K>9gCP-MI{d450RlWe;8p|JDxyc^N2MakVQ;q8{BP{GZMlW&pX< zbK!XlPZ#aEtRapbg`?O$ARDWh6g(|;gz z3;&&f6$e(`#Y(nH?>KSilP95arpjA9*orVWqTGvhRcdqLUEBS8q z_Tp`Uh5BrB5gX2!uv3(B*QHi|xD}fDac)26RTx}YyZ}FsbNg0v`=0hIuVtP|%3$WH zq@**#dZ=JbPla441A-JoOlDY$u~(2_712)l%=0M=8ev{Lhzr6p8uqZ3WC(@gP~p`K zO&|!uBL5MP8`86cs;1Tla_YXdeF=5sS)Y{MaqHxA@?Q3C_EF}*^|NbAMm;01?NQX? zT5hL0w5BE0-Rmh;4aF7b71U5TjK+5EQr!*g8a>aL$HH1ie0Z}k&r_$u7xZa{1vyp< p{4kKGNm-VkCGxVeP9!<=U7sSSZsop{;O9RBKb7UonuJu`>c4=5Iu!r_ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..083b31301a41e30c98778f64f27ab97bda462b56 GIT binary patch literal 11054 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 ZRz9qLT}Ri?cpg%CU5hg`y^n1F{{XSY%6R|) literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c713bd0618a4fc582414f183db93494cf2bb2f5a GIT binary patch literal 6682 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 bOM>HqD*rvf=l6eYZsmH^*nbjuu#NS9DMpwu literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8dbc4a77af4e44c57899296acb20bf2d4df07f78 GIT binary patch literal 8150 zcmai2-E&h%mcLiJlCC~1$(AwT5TgMSFaep^P=(UPL#lRP_RW|)F#q*e_Z{&r6r`m@7uXg%~OXI<-aK-eh2Hs^NygRJXDY}qj;3d3R3SX z$b;3dy<9%y@hI5ybzOPJi@kYWn2_y^hP6B!OJbCo@qvD1FUD{`;L#>{0PuJdTnD_Z z2_6Kzy$K!yyrT&o#^F48;>F)g1n|xmQJ8-V*g4V!j{@G+1djopY=XxDKh^|q#o*C& z-PekOBfvHMg<Cca@noq(Pl973@X62P)QB?L&T`{U`u+0O?TcCvPCUSl9Gs^P?Sl|30}4+#w5KG5fqApB!pUNoj)&7*`hWk zc~c^SLW%t(`DSx#f1rZDLix8vf7zk~%u+M|bTCQ3)D;vu$RzIwUbg5ElMF~iQ0Op| zyf1j!qR#y!`9Y~ADD)E39u~Z8(Ge!OBoRTOmzktlJiC~r$$mpenPgPhkS$6w$(Te0 zg?_f5q^akR?W=uFSd=X~zOVMU)Djdrv9ESBpT6=y{R_>IFnSgGh4Yibj%?9MkVMca zTIX*_Tu`W+Nu~uaTXdR9K9Y!_&}&TciQr|6&M?W0LrB!tGkTdMBXtFZ`j`X>Ubg5wlgvs)Q0NViw4gWZ5opQJ35jgc zTT~~Xmx!Ry+e}grylm0WnWQ8UL81QrB>A$?kuAEwv~7t93cUl87pO?6x(EA{Xql>i8F9=k&Xpl*kBqAs@#3ajtmn|A*lFua~C^W((&0=$jNvc9q zw&*gA3T{QCxHbPm@A-uoHfT6zHpz67?qV4`Nuz|4?i@}!E>MOI3^m}SxPE`uDlgh*ZqDsb4hb^Z zd+ywuXM4}}_9Zimtn*}j^rVZ8;+dp_aq{Aa)1wnNrc!L!{(_kWqqsjgI5o`W*RBkW zj8BauXDvI4uxpqF7&9x^s3>Zkc}{P*hYD6^RCoeujmSxGLd`Q4fz zr@v*-*L73{I`84=?wa*h@6rCg-8iSkD;0XHQ_5HBc(<4MjdB^65b>7{8$w6|HlD|} zgF&P@xG+n+naV8DN*2Nnoh(HAhiuQBRm45EmFbyW%+48haniQ(IO{q+Lq&ASvU9j6 zHIGa4Jq0tdSyq}Q3GHFG(j-8N+enjT zMfB&vc3k&`=$+HwK{yB_*uVtx9-;nj%^ zcPnyy+vg32e!@RB?jO}oz$(?lz%|=YBCt+}+wgL;jYIwXbzNghacPpUAH`=?dIt&L z-SN0I{Om`iuw`ky;0OLzntcN18y_%SkJfuOI&f(@qGt+nZv20#R<}+9rc;6aYZISa zDHkw_r_(t&&Ro|vGZh!7(>5KQ1RzBzXtz?%YanD(i``z9t2WI&;w|CZVu$mD4L6KI z7(4cau|7yTeGIxfX{f5ox3RX3;~U18ul_mpW$JO~>8FW9PZHf*iSECi_?!2e#Q8^& z^G~CPHrh86oBl6f{w8{I)%#SBt!wMqjlReF(V8B)-?G;7L_fTxAKp0rSnsMGIK1k; z7h=1Whq|%*U_cED+Y0Xk0pI6vc0yWvRQNiF4MAHk4Gi)$3%pErssk?7#)*#|(?6&w zqI9c7%UfpYE0sCOq2tP3Y~!;1qg~9w*Fe!Z4i!!6j*Sz4ItDr5*>yu$qxkG-Sr*#m14toR9=_{y&Qiu4GyM2`#FtpRrwB% z$MBCg%6>!HbOmB(YeihNUfkLU<8poIy<1xfdclT$mR9rt>kiYSuVfS<9pN%e7cEpN zP#VsOf2bG*E@262)4gCPXhpZIO|#4Hrqvl*oud_})@}ZnsRsx)JUf$pOkq!q;--^kw`jUP z75gn%$A?fH8jh;69Z@2!>m#cJkF>))Gj{K*#uY=Kmb-7kWknv6;xM#5G)b2g$M4ep z$bN7@HfZ{y$u|x!p#i(HaYYR)zk*rqIX3B`SwC#=sQ2O;9HaEmGw#4NSpbHt61-7d z>TEdZN;z7 zPO*(bYL8Y!r>Vic9mgxh47T^R%f&x!@Wsx2L2MWYp1lSv-^NL!U}FQpJD9zj8Dz8c z#3)%Q!P~5q!|4BU24Ce*`+&{Wegz`f?IR)6fx8`^>{-nB-wD9k-X($h%>d6w)v?2X z6AheM+}K~KCt0^5P=th@A#_rG}f{1ZcKj@JGQ26dja|`9IIaCTl`fz5A`3T(-Mk|CZ9z$H*CSx`W=WJ1AEW{GFENIdXV^^^)w zXrBcrE|huVnTI~}IVhk%UnDB16p(#^&cx$@Z3k?_Y&-}A4%l^ip@3ay4hr;fz?K8k zabAbw5EX_hLYE>8TLhINsF={TXb}}=X5A(#OtcIGfz2!^WT8X0OuX4L^vHsdEEs|L zkr2@qr@4iX`=`^yk@P>F9CM^R^v}wHHlF-L<5LgFZ z^O*QYoU8#aMBj*QTksf}pvN8wT*ZsGEgKPS91edHsP8J`=Ltvrd>fGPBxI^vfkV(L z5q$zu!EnJ!V8|-cuSycQj7!)yv+NvWX+m^30%!udBs`4aQ3^e1=O7)ZKBY+qSCB>Y z8`#12Jce0Jvq$Vj@i-!Z!HQXM%@Xkq(Pu3Qf+>rS?H?(*a2%81$U+vE`NS^KS<+E_ z*NvQ+B|3ccz+6Ggcg@J)0`X28Iii1L*rox83h`eqSQ(>0^egqfLbPGS1t(pcoi!JT zJ_uKUYi4f|Z3sT0=;#HrNDm(39k#N>&(9_j7{xY*I8ZwvEL#QQyMc3f0sIJOA023F zv6unaJ4n}ZsbCo{@s5H*fcD6NLG7AV$`S8G)+O4JAf$tS)o_(Y$!Nl((RUdrs=`CL@tt?eFcn{o9ucfP@ zS}=P5$l8&rzoxg)Pr<71J3)YYIDY@^+SzKL7KqgQg<^Fi7{A}O)&>0L8Kzk#)Zs$LW7yKHUiO02!=yBn^>4nPyBH#>g6+PTwqP>pZ*&!}ylnikyb-S$!v zI{PRSV2rN#Vw-*2LB@m>UwHG4?J#2^iZ29A3uB^`>D!JmrcLohfJrc>9hfIt`dIBnc%1>gQlpOn=cSD|81QBt5QA^O#o)K4-p?7(PXRug3k-ON0(|gy z889F<-ebV~Dn&+DMqxS^RR#?*h_7LYL&E}U%wU8IE=j?mE$t8(xy%KlQqZ}jb%Nju z7mP^(_vFr1E*J*^O@;~1PExiWf)6+}4Nw>~KIAOyA78kx@iB)!VbH|N1dR77hh`YW z{rw9L{gOhBO#2lFKVy2_d1(&aWDs|R!J*79D9a(lAns($p;-p;Y2-LG#~_|jCWqi_ zuQC5y94at~k67eTX%}R1$fnR{-;Tps`1c3w@R?UQG|wPD+HDRk?9y7~&=Q0A%zw?H zWdSt;eTNG^-_`v$92)c}z7`0_kcXwsFlFnhKf<9=fa0KWg|lOneWG=2X&n%ss~j8$ zkcFMIlay`5<^vAi;9z~zPjPUXf?seaf5@SaxE{-^H?}|K;3rIvukuq4&B(6Le!-#7 sD74vE)56>&C7Ayx!2+^dBqm5PX1OULmI}fr8lU_#hYhz9Wv{*e10?(xNB{r; literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f4a706bd4136149bf3a84102ec24424ca5eecbed GIT binary patch literal 32996 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 Cf=ev` literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c0a76980fac98e5846b833673ff44ca469ce28ab GIT binary patch literal 13989 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 is one of "lexer", "formatter" or "filter".') + special_modes.add_argument( + '-V', action='store_true', + help='Print the package version.') + special_modes.add_argument( + '-h', '--help', action='store_true', + help='Print this help.') + special_modes_group.add_argument( + '-a', metavar='ARG', + help='Formatter-specific additional argument for the -S (print ' + 'style sheet) mode.') + + argns = parser.parse_args(args[1:]) + + try: + return main_inner(parser, argns) + except BrokenPipeError: + # someone closed our stdout, e.g. by quitting a pager. + return 0 + except Exception: + if argns.v: + print(file=sys.stderr) + print('*' * 65, file=sys.stderr) + print('An unhandled exception occurred while highlighting.', + file=sys.stderr) + print('Please report the whole traceback to the issue tracker at', + file=sys.stderr) + print('.', + file=sys.stderr) + print('*' * 65, file=sys.stderr) + print(file=sys.stderr) + raise + import traceback + info = traceback.format_exception(*sys.exc_info()) + msg = info[-1].strip() + if len(info) >= 3: + # extract relevant file and position info + msg += '\n (f%s)' % info[-2].split('\n')[0].strip()[1:] + print(file=sys.stderr) + print('*** Error while highlighting:', file=sys.stderr) + print(msg, file=sys.stderr) + print('*** If this is a bug you want to report, please rerun with -v.', + file=sys.stderr) + return 1 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py new file mode 100644 index 0000000..deb4937 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py @@ -0,0 +1,70 @@ +""" + pygments.console + ~~~~~~~~~~~~~~~~ + + Format colored console output. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +esc = "\x1b[" + +codes = {} +codes[""] = "" +codes["reset"] = esc + "39;49;00m" + +codes["bold"] = esc + "01m" +codes["faint"] = esc + "02m" +codes["standout"] = esc + "03m" +codes["underline"] = esc + "04m" +codes["blink"] = esc + "05m" +codes["overline"] = esc + "06m" + +dark_colors = ["black", "red", "green", "yellow", "blue", + "magenta", "cyan", "gray"] +light_colors = ["brightblack", "brightred", "brightgreen", "brightyellow", "brightblue", + "brightmagenta", "brightcyan", "white"] + +x = 30 +for d, l in zip(dark_colors, light_colors): + codes[d] = esc + "%im" % x + codes[l] = esc + "%im" % (60 + x) + x += 1 + +del d, l, x + +codes["white"] = codes["bold"] + + +def reset_color(): + return codes["reset"] + + +def colorize(color_key, text): + return codes[color_key] + text + codes["reset"] + + +def ansiformat(attr, text): + """ + Format ``text`` with a color and/or some attributes:: + + color normal color + *color* bold color + _color_ underlined color + +color+ blinking color + """ + result = [] + if attr[:1] == attr[-1:] == '+': + result.append(codes['blink']) + attr = attr[1:-1] + if attr[:1] == attr[-1:] == '*': + result.append(codes['bold']) + attr = attr[1:-1] + if attr[:1] == attr[-1:] == '_': + result.append(codes['underline']) + attr = attr[1:-1] + result.append(codes[attr]) + result.append(text) + result.append(codes['reset']) + return ''.join(result) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py new file mode 100644 index 0000000..dafa08d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py @@ -0,0 +1,71 @@ +""" + pygments.filter + ~~~~~~~~~~~~~~~ + + Module that implements the default filter. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + + +def apply_filters(stream, filters, lexer=None): + """ + Use this method to apply an iterable of filters to + a stream. If lexer is given it's forwarded to the + filter, otherwise the filter receives `None`. + """ + def _apply(filter_, stream): + yield from filter_.filter(lexer, stream) + for filter_ in filters: + stream = _apply(filter_, stream) + return stream + + +def simplefilter(f): + """ + Decorator that converts a function into a filter:: + + @simplefilter + def lowercase(self, lexer, stream, options): + for ttype, value in stream: + yield ttype, value.lower() + """ + return type(f.__name__, (FunctionFilter,), { + '__module__': getattr(f, '__module__'), + '__doc__': f.__doc__, + 'function': f, + }) + + +class Filter: + """ + Default filter. Subclass this class or use the `simplefilter` + decorator to create own filters. + """ + + def __init__(self, **options): + self.options = options + + def filter(self, lexer, stream): + raise NotImplementedError() + + +class FunctionFilter(Filter): + """ + Abstract class used by `simplefilter` to create simple + function filters on the fly. The `simplefilter` decorator + automatically creates subclasses of this class for + functions passed to it. + """ + function = None + + def __init__(self, **options): + if not hasattr(self, 'function'): + raise TypeError('%r used without bound function' % + self.__class__.__name__) + Filter.__init__(self, **options) + + def filter(self, lexer, stream): + # pylint: disable=not-callable + yield from self.function(lexer, stream, self.options) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py new file mode 100644 index 0000000..5aa9ecb --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py @@ -0,0 +1,940 @@ +""" + pygments.filters + ~~~~~~~~~~~~~~~~ + + Module containing filter lookup functions and default + filters. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import re + +from pip._vendor.pygments.token import String, Comment, Keyword, Name, Error, Whitespace, \ + string_to_tokentype +from pip._vendor.pygments.filter import Filter +from pip._vendor.pygments.util import get_list_opt, get_int_opt, get_bool_opt, \ + get_choice_opt, ClassNotFound, OptionError +from pip._vendor.pygments.plugin import find_plugin_filters + + +def find_filter_class(filtername): + """Lookup a filter by name. Return None if not found.""" + if filtername in FILTERS: + return FILTERS[filtername] + for name, cls in find_plugin_filters(): + if name == filtername: + return cls + return None + + +def get_filter_by_name(filtername, **options): + """Return an instantiated filter. + + Options are passed to the filter initializer if wanted. + Raise a ClassNotFound if not found. + """ + cls = find_filter_class(filtername) + if cls: + return cls(**options) + else: + raise ClassNotFound('filter %r not found' % filtername) + + +def get_all_filters(): + """Return a generator of all filter names.""" + yield from FILTERS + for name, _ in find_plugin_filters(): + yield name + + +def _replace_special(ttype, value, regex, specialttype, + replacefunc=lambda x: x): + last = 0 + for match in regex.finditer(value): + start, end = match.start(), match.end() + if start != last: + yield ttype, value[last:start] + yield specialttype, replacefunc(value[start:end]) + last = end + if last != len(value): + yield ttype, value[last:] + + +class CodeTagFilter(Filter): + """Highlight special code tags in comments and docstrings. + + Options accepted: + + `codetags` : list of strings + A list of strings that are flagged as code tags. The default is to + highlight ``XXX``, ``TODO``, ``FIXME``, ``BUG`` and ``NOTE``. + + .. versionchanged:: 2.13 + Now recognizes ``FIXME`` by default. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + tags = get_list_opt(options, 'codetags', + ['XXX', 'TODO', 'FIXME', 'BUG', 'NOTE']) + self.tag_re = re.compile(r'\b(%s)\b' % '|'.join([ + re.escape(tag) for tag in tags if tag + ])) + + def filter(self, lexer, stream): + regex = self.tag_re + for ttype, value in stream: + if ttype in String.Doc or \ + ttype in Comment and \ + ttype not in Comment.Preproc: + yield from _replace_special(ttype, value, regex, Comment.Special) + else: + yield ttype, value + + +class SymbolFilter(Filter): + """Convert mathematical symbols such as \\ in Isabelle + or \\longrightarrow in LaTeX into Unicode characters. + + This is mostly useful for HTML or console output when you want to + approximate the source rendering you'd see in an IDE. + + Options accepted: + + `lang` : string + The symbol language. Must be one of ``'isabelle'`` or + ``'latex'``. The default is ``'isabelle'``. + """ + + latex_symbols = { + '\\alpha' : '\U000003b1', + '\\beta' : '\U000003b2', + '\\gamma' : '\U000003b3', + '\\delta' : '\U000003b4', + '\\varepsilon' : '\U000003b5', + '\\zeta' : '\U000003b6', + '\\eta' : '\U000003b7', + '\\vartheta' : '\U000003b8', + '\\iota' : '\U000003b9', + '\\kappa' : '\U000003ba', + '\\lambda' : '\U000003bb', + '\\mu' : '\U000003bc', + '\\nu' : '\U000003bd', + '\\xi' : '\U000003be', + '\\pi' : '\U000003c0', + '\\varrho' : '\U000003c1', + '\\sigma' : '\U000003c3', + '\\tau' : '\U000003c4', + '\\upsilon' : '\U000003c5', + '\\varphi' : '\U000003c6', + '\\chi' : '\U000003c7', + '\\psi' : '\U000003c8', + '\\omega' : '\U000003c9', + '\\Gamma' : '\U00000393', + '\\Delta' : '\U00000394', + '\\Theta' : '\U00000398', + '\\Lambda' : '\U0000039b', + '\\Xi' : '\U0000039e', + '\\Pi' : '\U000003a0', + '\\Sigma' : '\U000003a3', + '\\Upsilon' : '\U000003a5', + '\\Phi' : '\U000003a6', + '\\Psi' : '\U000003a8', + '\\Omega' : '\U000003a9', + '\\leftarrow' : '\U00002190', + '\\longleftarrow' : '\U000027f5', + '\\rightarrow' : '\U00002192', + '\\longrightarrow' : '\U000027f6', + '\\Leftarrow' : '\U000021d0', + '\\Longleftarrow' : '\U000027f8', + '\\Rightarrow' : '\U000021d2', + '\\Longrightarrow' : '\U000027f9', + '\\leftrightarrow' : '\U00002194', + '\\longleftrightarrow' : '\U000027f7', + '\\Leftrightarrow' : '\U000021d4', + '\\Longleftrightarrow' : '\U000027fa', + '\\mapsto' : '\U000021a6', + '\\longmapsto' : '\U000027fc', + '\\relbar' : '\U00002500', + '\\Relbar' : '\U00002550', + '\\hookleftarrow' : '\U000021a9', + '\\hookrightarrow' : '\U000021aa', + '\\leftharpoondown' : '\U000021bd', + '\\rightharpoondown' : '\U000021c1', + '\\leftharpoonup' : '\U000021bc', + '\\rightharpoonup' : '\U000021c0', + '\\rightleftharpoons' : '\U000021cc', + '\\leadsto' : '\U0000219d', + '\\downharpoonleft' : '\U000021c3', + '\\downharpoonright' : '\U000021c2', + '\\upharpoonleft' : '\U000021bf', + '\\upharpoonright' : '\U000021be', + '\\restriction' : '\U000021be', + '\\uparrow' : '\U00002191', + '\\Uparrow' : '\U000021d1', + '\\downarrow' : '\U00002193', + '\\Downarrow' : '\U000021d3', + '\\updownarrow' : '\U00002195', + '\\Updownarrow' : '\U000021d5', + '\\langle' : '\U000027e8', + '\\rangle' : '\U000027e9', + '\\lceil' : '\U00002308', + '\\rceil' : '\U00002309', + '\\lfloor' : '\U0000230a', + '\\rfloor' : '\U0000230b', + '\\flqq' : '\U000000ab', + '\\frqq' : '\U000000bb', + '\\bot' : '\U000022a5', + '\\top' : '\U000022a4', + '\\wedge' : '\U00002227', + '\\bigwedge' : '\U000022c0', + '\\vee' : '\U00002228', + '\\bigvee' : '\U000022c1', + '\\forall' : '\U00002200', + '\\exists' : '\U00002203', + '\\nexists' : '\U00002204', + '\\neg' : '\U000000ac', + '\\Box' : '\U000025a1', + '\\Diamond' : '\U000025c7', + '\\vdash' : '\U000022a2', + '\\models' : '\U000022a8', + '\\dashv' : '\U000022a3', + '\\surd' : '\U0000221a', + '\\le' : '\U00002264', + '\\ge' : '\U00002265', + '\\ll' : '\U0000226a', + '\\gg' : '\U0000226b', + '\\lesssim' : '\U00002272', + '\\gtrsim' : '\U00002273', + '\\lessapprox' : '\U00002a85', + '\\gtrapprox' : '\U00002a86', + '\\in' : '\U00002208', + '\\notin' : '\U00002209', + '\\subset' : '\U00002282', + '\\supset' : '\U00002283', + '\\subseteq' : '\U00002286', + '\\supseteq' : '\U00002287', + '\\sqsubset' : '\U0000228f', + '\\sqsupset' : '\U00002290', + '\\sqsubseteq' : '\U00002291', + '\\sqsupseteq' : '\U00002292', + '\\cap' : '\U00002229', + '\\bigcap' : '\U000022c2', + '\\cup' : '\U0000222a', + '\\bigcup' : '\U000022c3', + '\\sqcup' : '\U00002294', + '\\bigsqcup' : '\U00002a06', + '\\sqcap' : '\U00002293', + '\\Bigsqcap' : '\U00002a05', + '\\setminus' : '\U00002216', + '\\propto' : '\U0000221d', + '\\uplus' : '\U0000228e', + '\\bigplus' : '\U00002a04', + '\\sim' : '\U0000223c', + '\\doteq' : '\U00002250', + '\\simeq' : '\U00002243', + '\\approx' : '\U00002248', + '\\asymp' : '\U0000224d', + '\\cong' : '\U00002245', + '\\equiv' : '\U00002261', + '\\Join' : '\U000022c8', + '\\bowtie' : '\U00002a1d', + '\\prec' : '\U0000227a', + '\\succ' : '\U0000227b', + '\\preceq' : '\U0000227c', + '\\succeq' : '\U0000227d', + '\\parallel' : '\U00002225', + '\\mid' : '\U000000a6', + '\\pm' : '\U000000b1', + '\\mp' : '\U00002213', + '\\times' : '\U000000d7', + '\\div' : '\U000000f7', + '\\cdot' : '\U000022c5', + '\\star' : '\U000022c6', + '\\circ' : '\U00002218', + '\\dagger' : '\U00002020', + '\\ddagger' : '\U00002021', + '\\lhd' : '\U000022b2', + '\\rhd' : '\U000022b3', + '\\unlhd' : '\U000022b4', + '\\unrhd' : '\U000022b5', + '\\triangleleft' : '\U000025c3', + '\\triangleright' : '\U000025b9', + '\\triangle' : '\U000025b3', + '\\triangleq' : '\U0000225c', + '\\oplus' : '\U00002295', + '\\bigoplus' : '\U00002a01', + '\\otimes' : '\U00002297', + '\\bigotimes' : '\U00002a02', + '\\odot' : '\U00002299', + '\\bigodot' : '\U00002a00', + '\\ominus' : '\U00002296', + '\\oslash' : '\U00002298', + '\\dots' : '\U00002026', + '\\cdots' : '\U000022ef', + '\\sum' : '\U00002211', + '\\prod' : '\U0000220f', + '\\coprod' : '\U00002210', + '\\infty' : '\U0000221e', + '\\int' : '\U0000222b', + '\\oint' : '\U0000222e', + '\\clubsuit' : '\U00002663', + '\\diamondsuit' : '\U00002662', + '\\heartsuit' : '\U00002661', + '\\spadesuit' : '\U00002660', + '\\aleph' : '\U00002135', + '\\emptyset' : '\U00002205', + '\\nabla' : '\U00002207', + '\\partial' : '\U00002202', + '\\flat' : '\U0000266d', + '\\natural' : '\U0000266e', + '\\sharp' : '\U0000266f', + '\\angle' : '\U00002220', + '\\copyright' : '\U000000a9', + '\\textregistered' : '\U000000ae', + '\\textonequarter' : '\U000000bc', + '\\textonehalf' : '\U000000bd', + '\\textthreequarters' : '\U000000be', + '\\textordfeminine' : '\U000000aa', + '\\textordmasculine' : '\U000000ba', + '\\euro' : '\U000020ac', + '\\pounds' : '\U000000a3', + '\\yen' : '\U000000a5', + '\\textcent' : '\U000000a2', + '\\textcurrency' : '\U000000a4', + '\\textdegree' : '\U000000b0', + } + + isabelle_symbols = { + '\\' : '\U0001d7ec', + '\\' : '\U0001d7ed', + '\\' : '\U0001d7ee', + '\\' : '\U0001d7ef', + '\\' : '\U0001d7f0', + '\\' : '\U0001d7f1', + '\\' : '\U0001d7f2', + '\\' : '\U0001d7f3', + '\\' : '\U0001d7f4', + '\\' : '\U0001d7f5', + '\\' : '\U0001d49c', + '\\' : '\U0000212c', + '\\' : '\U0001d49e', + '\\' : '\U0001d49f', + '\\' : '\U00002130', + '\\' : '\U00002131', + '\\' : '\U0001d4a2', + '\\' : '\U0000210b', + '\\' : '\U00002110', + '\\' : '\U0001d4a5', + '\\' : '\U0001d4a6', + '\\' : '\U00002112', + '\\' : '\U00002133', + '\\' : '\U0001d4a9', + '\\' : '\U0001d4aa', + '\\

' : '\U0001d521', + '\\' : '\U0001d522', + '\\' : '\U0001d523', + '\\' : '\U0001d524', + '\\' : '\U0001d525', + '\\' : '\U0001d526', + '\\' : '\U0001d527', + '\\' : '\U0001d528', + '\\' : '\U0001d529', + '\\' : '\U0001d52a', + '\\' : '\U0001d52b', + '\\' : '\U0001d52c', + '\\' : '\U0001d52d', + '\\' : '\U0001d52e', + '\\' : '\U0001d52f', + '\\' : '\U0001d530', + '\\' : '\U0001d531', + '\\' : '\U0001d532', + '\\' : '\U0001d533', + '\\' : '\U0001d534', + '\\' : '\U0001d535', + '\\' : '\U0001d536', + '\\' : '\U0001d537', + '\\' : '\U000003b1', + '\\' : '\U000003b2', + '\\' : '\U000003b3', + '\\' : '\U000003b4', + '\\' : '\U000003b5', + '\\' : '\U000003b6', + '\\' : '\U000003b7', + '\\' : '\U000003b8', + '\\' : '\U000003b9', + '\\' : '\U000003ba', + '\\' : '\U000003bb', + '\\' : '\U000003bc', + '\\' : '\U000003bd', + '\\' : '\U000003be', + '\\' : '\U000003c0', + '\\' : '\U000003c1', + '\\' : '\U000003c3', + '\\' : '\U000003c4', + '\\' : '\U000003c5', + '\\' : '\U000003c6', + '\\' : '\U000003c7', + '\\' : '\U000003c8', + '\\' : '\U000003c9', + '\\' : '\U00000393', + '\\' : '\U00000394', + '\\' : '\U00000398', + '\\' : '\U0000039b', + '\\' : '\U0000039e', + '\\' : '\U000003a0', + '\\' : '\U000003a3', + '\\' : '\U000003a5', + '\\' : '\U000003a6', + '\\' : '\U000003a8', + '\\' : '\U000003a9', + '\\' : '\U0001d539', + '\\' : '\U00002102', + '\\' : '\U00002115', + '\\' : '\U0000211a', + '\\' : '\U0000211d', + '\\' : '\U00002124', + '\\' : '\U00002190', + '\\' : '\U000027f5', + '\\' : '\U00002192', + '\\' : '\U000027f6', + '\\' : '\U000021d0', + '\\' : '\U000027f8', + '\\' : '\U000021d2', + '\\' : '\U000027f9', + '\\' : '\U00002194', + '\\' : '\U000027f7', + '\\' : '\U000021d4', + '\\' : '\U000027fa', + '\\' : '\U000021a6', + '\\' : '\U000027fc', + '\\' : '\U00002500', + '\\' : '\U00002550', + '\\' : '\U000021a9', + '\\' : '\U000021aa', + '\\' : '\U000021bd', + '\\' : '\U000021c1', + '\\' : '\U000021bc', + '\\' : '\U000021c0', + '\\' : '\U000021cc', + '\\' : '\U0000219d', + '\\' : '\U000021c3', + '\\' : '\U000021c2', + '\\' : '\U000021bf', + '\\' : '\U000021be', + '\\' : '\U000021be', + '\\' : '\U00002237', + '\\' : '\U00002191', + '\\' : '\U000021d1', + '\\' : '\U00002193', + '\\' : '\U000021d3', + '\\' : '\U00002195', + '\\' : '\U000021d5', + '\\' : '\U000027e8', + '\\' : '\U000027e9', + '\\' : '\U00002308', + '\\' : '\U00002309', + '\\' : '\U0000230a', + '\\' : '\U0000230b', + '\\' : '\U00002987', + '\\' : '\U00002988', + '\\' : '\U000027e6', + '\\' : '\U000027e7', + '\\' : '\U00002983', + '\\' : '\U00002984', + '\\' : '\U000000ab', + '\\' : '\U000000bb', + '\\' : '\U000022a5', + '\\' : '\U000022a4', + '\\' : '\U00002227', + '\\' : '\U000022c0', + '\\' : '\U00002228', + '\\' : '\U000022c1', + '\\' : '\U00002200', + '\\' : '\U00002203', + '\\' : '\U00002204', + '\\' : '\U000000ac', + '\\' : '\U000025a1', + '\\' : '\U000025c7', + '\\' : '\U000022a2', + '\\' : '\U000022a8', + '\\' : '\U000022a9', + '\\' : '\U000022ab', + '\\' : '\U000022a3', + '\\' : '\U0000221a', + '\\' : '\U00002264', + '\\' : '\U00002265', + '\\' : '\U0000226a', + '\\' : '\U0000226b', + '\\' : '\U00002272', + '\\' : '\U00002273', + '\\' : '\U00002a85', + '\\' : '\U00002a86', + '\\' : '\U00002208', + '\\' : '\U00002209', + '\\' : '\U00002282', + '\\' : '\U00002283', + '\\' : '\U00002286', + '\\' : '\U00002287', + '\\' : '\U0000228f', + '\\' : '\U00002290', + '\\' : '\U00002291', + '\\' : '\U00002292', + '\\' : '\U00002229', + '\\' : '\U000022c2', + '\\' : '\U0000222a', + '\\' : '\U000022c3', + '\\' : '\U00002294', + '\\' : '\U00002a06', + '\\' : '\U00002293', + '\\' : '\U00002a05', + '\\' : '\U00002216', + '\\' : '\U0000221d', + '\\' : '\U0000228e', + '\\' : '\U00002a04', + '\\' : '\U00002260', + '\\' : '\U0000223c', + '\\' : '\U00002250', + '\\' : '\U00002243', + '\\' : '\U00002248', + '\\' : '\U0000224d', + '\\' : '\U00002245', + '\\' : '\U00002323', + '\\' : '\U00002261', + '\\' : '\U00002322', + '\\' : '\U000022c8', + '\\' : '\U00002a1d', + '\\' : '\U0000227a', + '\\' : '\U0000227b', + '\\' : '\U0000227c', + '\\' : '\U0000227d', + '\\' : '\U00002225', + '\\' : '\U000000a6', + '\\' : '\U000000b1', + '\\' : '\U00002213', + '\\' : '\U000000d7', + '\\
' : '\U000000f7', + '\\' : '\U000022c5', + '\\' : '\U000022c6', + '\\' : '\U00002219', + '\\' : '\U00002218', + '\\' : '\U00002020', + '\\' : '\U00002021', + '\\' : '\U000022b2', + '\\' : '\U000022b3', + '\\' : '\U000022b4', + '\\' : '\U000022b5', + '\\' : '\U000025c3', + '\\' : '\U000025b9', + '\\' : '\U000025b3', + '\\' : '\U0000225c', + '\\' : '\U00002295', + '\\' : '\U00002a01', + '\\' : '\U00002297', + '\\' : '\U00002a02', + '\\' : '\U00002299', + '\\' : '\U00002a00', + '\\' : '\U00002296', + '\\' : '\U00002298', + '\\' : '\U00002026', + '\\' : '\U000022ef', + '\\' : '\U00002211', + '\\' : '\U0000220f', + '\\' : '\U00002210', + '\\' : '\U0000221e', + '\\' : '\U0000222b', + '\\' : '\U0000222e', + '\\' : '\U00002663', + '\\' : '\U00002662', + '\\' : '\U00002661', + '\\' : '\U00002660', + '\\' : '\U00002135', + '\\' : '\U00002205', + '\\' : '\U00002207', + '\\' : '\U00002202', + '\\' : '\U0000266d', + '\\' : '\U0000266e', + '\\' : '\U0000266f', + '\\' : '\U00002220', + '\\' : '\U000000a9', + '\\' : '\U000000ae', + '\\' : '\U000000ad', + '\\' : '\U000000af', + '\\' : '\U000000bc', + '\\' : '\U000000bd', + '\\' : '\U000000be', + '\\' : '\U000000aa', + '\\' : '\U000000ba', + '\\
' : '\U000000a7', + '\\' : '\U000000b6', + '\\' : '\U000000a1', + '\\' : '\U000000bf', + '\\' : '\U000020ac', + '\\' : '\U000000a3', + '\\' : '\U000000a5', + '\\' : '\U000000a2', + '\\' : '\U000000a4', + '\\' : '\U000000b0', + '\\' : '\U00002a3f', + '\\' : '\U00002127', + '\\' : '\U000025ca', + '\\' : '\U00002118', + '\\' : '\U00002240', + '\\' : '\U000022c4', + '\\' : '\U000000b4', + '\\' : '\U00000131', + '\\' : '\U000000a8', + '\\' : '\U000000b8', + '\\' : '\U000002dd', + '\\' : '\U000003f5', + '\\' : '\U000023ce', + '\\' : '\U00002039', + '\\' : '\U0000203a', + '\\' : '\U00002302', + '\\<^sub>' : '\U000021e9', + '\\<^sup>' : '\U000021e7', + '\\<^bold>' : '\U00002759', + '\\<^bsub>' : '\U000021d8', + '\\<^esub>' : '\U000021d9', + '\\<^bsup>' : '\U000021d7', + '\\<^esup>' : '\U000021d6', + } + + lang_map = {'isabelle' : isabelle_symbols, 'latex' : latex_symbols} + + def __init__(self, **options): + Filter.__init__(self, **options) + lang = get_choice_opt(options, 'lang', + ['isabelle', 'latex'], 'isabelle') + self.symbols = self.lang_map[lang] + + def filter(self, lexer, stream): + for ttype, value in stream: + if value in self.symbols: + yield ttype, self.symbols[value] + else: + yield ttype, value + + +class KeywordCaseFilter(Filter): + """Convert keywords to lowercase or uppercase or capitalize them, which + means first letter uppercase, rest lowercase. + + This can be useful e.g. if you highlight Pascal code and want to adapt the + code to your styleguide. + + Options accepted: + + `case` : string + The casing to convert keywords to. Must be one of ``'lower'``, + ``'upper'`` or ``'capitalize'``. The default is ``'lower'``. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + case = get_choice_opt(options, 'case', + ['lower', 'upper', 'capitalize'], 'lower') + self.convert = getattr(str, case) + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Keyword: + yield ttype, self.convert(value) + else: + yield ttype, value + + +class NameHighlightFilter(Filter): + """Highlight a normal Name (and Name.*) token with a different token type. + + Example:: + + filter = NameHighlightFilter( + names=['foo', 'bar', 'baz'], + tokentype=Name.Function, + ) + + This would highlight the names "foo", "bar" and "baz" + as functions. `Name.Function` is the default token type. + + Options accepted: + + `names` : list of strings + A list of names that should be given the different token type. + There is no default. + `tokentype` : TokenType or string + A token type or a string containing a token type name that is + used for highlighting the strings in `names`. The default is + `Name.Function`. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.names = set(get_list_opt(options, 'names', [])) + tokentype = options.get('tokentype') + if tokentype: + self.tokentype = string_to_tokentype(tokentype) + else: + self.tokentype = Name.Function + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Name and value in self.names: + yield self.tokentype, value + else: + yield ttype, value + + +class ErrorToken(Exception): + pass + + +class RaiseOnErrorTokenFilter(Filter): + """Raise an exception when the lexer generates an error token. + + Options accepted: + + `excclass` : Exception class + The exception class to raise. + The default is `pygments.filters.ErrorToken`. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.exception = options.get('excclass', ErrorToken) + try: + # issubclass() will raise TypeError if first argument is not a class + if not issubclass(self.exception, Exception): + raise TypeError + except TypeError: + raise OptionError('excclass option is not an exception class') + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype is Error: + raise self.exception(value) + yield ttype, value + + +class VisibleWhitespaceFilter(Filter): + """Convert tabs, newlines and/or spaces to visible characters. + + Options accepted: + + `spaces` : string or bool + If this is a one-character string, spaces will be replaces by this string. + If it is another true value, spaces will be replaced by ``·`` (unicode + MIDDLE DOT). If it is a false value, spaces will not be replaced. The + default is ``False``. + `tabs` : string or bool + The same as for `spaces`, but the default replacement character is ``»`` + (unicode RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK). The default value + is ``False``. Note: this will not work if the `tabsize` option for the + lexer is nonzero, as tabs will already have been expanded then. + `tabsize` : int + If tabs are to be replaced by this filter (see the `tabs` option), this + is the total number of characters that a tab should be expanded to. + The default is ``8``. + `newlines` : string or bool + The same as for `spaces`, but the default replacement character is ``¶`` + (unicode PILCROW SIGN). The default value is ``False``. + `wstokentype` : bool + If true, give whitespace the special `Whitespace` token type. This allows + styling the visible whitespace differently (e.g. greyed out), but it can + disrupt background colors. The default is ``True``. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + for name, default in [('spaces', '·'), + ('tabs', '»'), + ('newlines', '¶')]: + opt = options.get(name, False) + if isinstance(opt, str) and len(opt) == 1: + setattr(self, name, opt) + else: + setattr(self, name, (opt and default or '')) + tabsize = get_int_opt(options, 'tabsize', 8) + if self.tabs: + self.tabs += ' ' * (tabsize - 1) + if self.newlines: + self.newlines += '\n' + self.wstt = get_bool_opt(options, 'wstokentype', True) + + def filter(self, lexer, stream): + if self.wstt: + spaces = self.spaces or ' ' + tabs = self.tabs or '\t' + newlines = self.newlines or '\n' + regex = re.compile(r'\s') + + def replacefunc(wschar): + if wschar == ' ': + return spaces + elif wschar == '\t': + return tabs + elif wschar == '\n': + return newlines + return wschar + + for ttype, value in stream: + yield from _replace_special(ttype, value, regex, Whitespace, + replacefunc) + else: + spaces, tabs, newlines = self.spaces, self.tabs, self.newlines + # simpler processing + for ttype, value in stream: + if spaces: + value = value.replace(' ', spaces) + if tabs: + value = value.replace('\t', tabs) + if newlines: + value = value.replace('\n', newlines) + yield ttype, value + + +class GobbleFilter(Filter): + """Gobbles source code lines (eats initial characters). + + This filter drops the first ``n`` characters off every line of code. This + may be useful when the source code fed to the lexer is indented by a fixed + amount of space that isn't desired in the output. + + Options accepted: + + `n` : int + The number of characters to gobble. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + self.n = get_int_opt(options, 'n', 0) + + def gobble(self, value, left): + if left < len(value): + return value[left:], 0 + else: + return '', left - len(value) + + def filter(self, lexer, stream): + n = self.n + left = n # How many characters left to gobble. + for ttype, value in stream: + # Remove ``left`` tokens from first line, ``n`` from all others. + parts = value.split('\n') + (parts[0], left) = self.gobble(parts[0], left) + for i in range(1, len(parts)): + (parts[i], left) = self.gobble(parts[i], n) + value = '\n'.join(parts) + + if value != '': + yield ttype, value + + +class TokenMergeFilter(Filter): + """Merges consecutive tokens with the same token type in the output + stream of a lexer. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + + def filter(self, lexer, stream): + current_type = None + current_value = None + for ttype, value in stream: + if ttype is current_type: + current_value += value + else: + if current_type is not None: + yield current_type, current_value + current_type = ttype + current_value = value + if current_type is not None: + yield current_type, current_value + + +FILTERS = { + 'codetagify': CodeTagFilter, + 'keywordcase': KeywordCaseFilter, + 'highlight': NameHighlightFilter, + 'raiseonerror': RaiseOnErrorTokenFilter, + 'whitespace': VisibleWhitespaceFilter, + 'gobble': GobbleFilter, + 'tokenmerge': TokenMergeFilter, + 'symbols': SymbolFilter, +} diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a0b0fd38a1a4341cff0f0e448300bfc6b597b20b GIT binary patch literal 37944 zcmcJ&30zcHn)hETyMh8PxRpy(Trhj0Aw~pLL_h^MT%f31Kxr*_t4bC@jWG&pI+&1% z-AQY9%xd?%(i1;o0(vn$F^Cp9hYD`g>A>fHao#~D%aH?BIhIr%(UIy{a&ag?d5$HQd)r$>x)yU(x&z*rvsBkZdMs^A zvoGQex41ptSaz6$)I~!0+k-IeE#7=3bmQLgg3b0c{ zDCB3SvE<}w4k69VV~YLmaJVuQSrv)~wOD#p3l$xw04K<9^aZuL7JszK7pzmI=RxN% zf7Br9|Jn{1r!Ae9i0QP?qNm2G(=r(@)s~2A!WPR*%4dmX=U9tnhs|Q?vUb@zt(}%V z^DUOJ^<+k;&1177jKk7y&9`;jx=!lXZPYg^D2M_paBcKPqI%F(847w`zD8Ft6hYA= zI|Y^JZL#E4W$S86H&*N8aKe0hEKTx3A!80U?H+$POzA>9{4%(tITY|N(L)VO*0+0_ z-FjfX9@_2oM8Zpo1KO&P-sD|Uu+JOZx5V#jSklrSX$}Q%E4by>C1KRoV${|icat}~ zq{Y{=qz>M+kPc7MwwI_9TvCV1@kQ$D3R>D@B&7>6vMCy(pf zaw&Q0XPFavJ1%9;x|lNSv)uWExeKmZY|e>2sojol&ro`1@3O)4X+zl)j<3D!g#G0t zOGef;L|_?KVNO`2_D5P5yW+q9&ZTeE%`PsRy`Bh&bRBiIK-0C zS7@BjCxVOypid&F@zhOJr8KnHQ8Uq}!@)&93t$|wT+gtiPwihjm^SZF@u$gYpJtBl zIncYM=fK63XztM{*Z{dPUJsYP-DN)0VS?j{+kLV9l8ktlY2x1HY`b;=3#(#JTjDNEH z_K@X^%n5(xm~hcC;j`?ygW2=1TCC3Oo@6vl_t4n!C(^Fi!I$k8=fp3=83=PYZGrWq zb-v@FsSB*b+9$OsDw}I)U_78yTh3c6^{F6?N7lA5d5~m%nNsL?2O2c@a{VS)-huxx zg*s#zxaE*VikzCe@k@rlMgB_&QskPo%h_q$O>vI+by|()jq#}nV^dOR(r!xFh@UZv z!8P$*%9r8VmC}{mncV5zbC(69VkbIPr?WFT&(dgHs{Op`b@OFYhYOS?rHL8VTWneT|D&{%_EN{>0wMfFI`jsYrW_j`l+ zsWE4SW|f$8pW7eBLH9O!+hQ5v7Ow|AQryyYZ;K!E5zVkM2ga&M%o%V;Jk2^rY>S=` zBTPyZ#!>l6^U11H;p$Xu`mOMEJNZ5ZgWJ#N=^2MghQ>`eJ^j@5bI!qWbFW&Q&g^dI zP;TDo?WeXsy7OG=3uRB0JyYHthGlwIZ^`j{hsICr&+U(#E4?^*!Nu_lKFL@xG&b){ z`G9l4d!hK^{JRIIF1sH+9Va?INuE43HoJFI|Ly&E z^zOJgcIIHpOtjFHyx(yvI$U&1(QQ@_(r5mRW^#>M<7tc60=>{uYtyW?cFhL8&7s+0 zI@=xj&e)jZkmjv%H?88q$X$i7YoKcQN!@U%Vt@*xd0i2AQy2pufVBaowS+t}%mQIVuOcONOr=RCgki%5 zO=&!>{g$gHKCSJhra$7>3FX?D*f6x3{k9Woev?JBJ#94<;x1df$L&rT5e-nYYmVJ? z-Vwh}TZ!diyT{gK@z{1^?C-L7+M&@TCB#Of;D}$R{Uz1JPT5XQbs%h)X_GkNc3SGp zaiAT(tn9PZlJBgHr5FtYZP1P?iaDryVool_m>tyuEfe+8k+P#<{!QWh9SvVvJM&X? zx+;pL7>bEbd5YO|Z!8(jvc>0zsNEODXfuC4Z7K|Fg^~{j1N_ z#-%ZpTCEzk|lKG>s>qkDSRxca8mM%tV-;#BqI;S)$Xj8|fSQ zL!F|QcS7;yN!Wpz#1S!D+iog>5x;$wa31{79K}Cq$af|3Xf14?Rlg}>wlK^Q&Q5zg zhTWsIqLb z%@l&lnx}-Jten&7r_wRpPn~tul9W2TXI*z`?;S&#IZq^=O*@kYRhZ=DOPMq1xcY3> znW{^f3qPB(aG>frGHbee=uv-l`)9ya*Ac# zM(da1@i^V#A{WN`k7ikmZb|xRb|&P?^GVbjNH?mhi>1}o1^A*9az7&-? z=uE4$)!;Q+8O*g>Im~rh1R{GuZkP?42d1WZVK!<_>P*d=54>C31JkbsVB$IrW{b8LrmlryMzko*eOfEbHmx0I zhqfPPr`84Y0GkK3Ly+&+4#RvvI|B1T?I_G+TDLk=k9Hh(zoUH@=7-w%V1A^1 zALb9VAHw_t?GIu8k@m+h|3v#!m_O3~Or7b^wU5C+)-J-lq{SxN?(tZW=e{27& z&h#(ZW$+d4D$Hxzb(sIE{Tk+PwBN$~o%SWn|D*jI%>S$XJIw#+g+lhI6(;@LSh7QM zu;hf4#8NV(6qZsUrLmL_DTAdkkjAo<2`Nj`0%;un$FqGlq#TxVAx&UuBBV(yO@@@m z(iBKjS(*lEI!iMkxmcPBX%si_WX(LP3kZR1-ZUSv)`z?^Rva}6SElb-W?OycjCVb{|E4Y5dVjsNPW&)>+o41-;e*p9LoccjM0rm-H!XYl_l+dc>Bd6r&)G{Dk%NH4PV5~P<|dIi#}EWHNl0!yz$ zdV{4mA-%=Y+mPO2>0Lknm+*j zA>02Eq(5fqPayp%OFx42XDt0Wq>owpF{FzuU4rxpOM{Sp!qQ(r`b(Dn3epfupF)bU z^w*F+W9e@o{gkD@h4eW~e+TJjEd4#CFIf6Hq<=6|`;VZ1V*6h}`Xx*M3(~Jx`rnZL znWcY$beW|qkgl?H4bpX%{uR=%S^5p6-?H>ONMEw_e<1xEOaB+rzq9loy*3^daiI#y z20Q2u_;;}6gp|ZmGNcrhTAP*%N@M$UNEs}Rfi#w-Oh{QQje|6vrEEw!EagI)z|urW zlUSMzDUYQokfyRU4bpU$WCv6 zwnN&%(oRUbSgM0m&ypKb14|xA8cSZ%89|MtHR9MrdLxd_q&ec~Bi)g7G03|~gT!$U z>5w@3NsGiWKzbyOLDD2~43RF0V+(1MIPN8V5=WghN*u$aQ{osQtrEv5>6JL{BfS#G zR?;kSY$M$g$9B>#aqJ-dQl(`-X_>I=Bs~+yF48n{JV3f8jt5EG#PJa6n>gN28Yhm2 zN$14z0n$2gJVJUWjt`RNiQ`eyJ#jpS|8ACgARTAv1f-KJJp}1%EIkaV*G$zZ&?9XB zC~2;sKGI!re2lbL93LnB701)0!Q$9YIxLQ7NQ=es>!iox_zluzaeRVwSsb4vZ5GFG zl0J*$S<+~6JV!b$j!%(Ri{sOz*QzplhO}GQJxjVRj?a;Hi{ta8-{SZJX}CBJkdBMv zdD3!me3A5A9A6?$7sr=L*TwM_(sprtl{8%(UsJ~mkY8t;H%R*hy~(qiO?!*xHkF#U zd3LjD@2GNpSC#5}s!ZQkCHgI%(`?X2r6fP#`OF5r^l^^+yNLfomc9q+BbL4o=?5(R z5Yiv8^oNlCh^0S<^d~I+DbIs8Xs%y3)AeUO58AXp=ULFEeav&94chF}9Ofd=em3Z} z&oh6*GoK9_?u*Pn;aSfHUH4VyzvLOu2CerE<{_T#Y|ww-VU8g+f6dZokp70HpVI87 z%IR-;{ajQGdexE1uzO(5?TH`JZ`qvuXcAbDK)bWuDz^(6@ieey;M&W`pMaGv@0& ztJ$D~{{!={c{Z~_8~-KqZ+RxOK`;Mj<}Y~`vq3|@%KUFUgV~^~|C;&Vk)Qv7WY;V_ zkJ)hp{Y#Y^EU5B4X2%NKzq20)<}(XRPDnPEk`OkTr4-mXSW1Om8cXT0OJXSl5@t5I zjDaMsVBt zq!N}ELt4dB0VJB^?Aj7YYgxJ(66QGA-2$nSrCTA<{ASl~gS3&Q+ab~XX4me3w3($l zA<_J1*Y1K;Yo_*Y5Y2IRZ7HN(EG>gn&(b}R8dxfXq_K1_q(+vOLuzK}K1jP+S^>$= zQW2yeODiF@uv835XQ>2dq`ASat-?Qz?sjbrTq7)%LE6XCT1Xf-RoRw<+Sq;_BpOHU zS_S^4EUF+$S!{qLWl;@D%3>2jba05xkZA0+Yg-_7va}Tvjl*_r8>9m))j~SR(stNO zDeZ(LrBnw=O34jLO34EWrKD2p1xZOYL6Va4L6VZ%14&9M07*(J1W8J2FC;0cFeE9J zC?qMBR!C9~?T{o_`yokQx*$mo4njJ_Ik+FvVU`|%bcCe`AswaE;&=@I-9E^*POsDJ z0QEd!tEK*b9JgGOaXf)zO0T{BPBAZVxns{Ob10H?gi>917ybL&Sv}R?S`* zK9Ae)3bU`UD;)JS(_N4qh5k^mi607a<0*{R<#cDJEbMOZ`u$$MMS=ULJBIrqFYDYj z-mMUDJ9|^mM{DpddUn9=p=VjtosXJk+)Kem*rMqI7U-k_^J6y^Ki#$6b93zlNre8>Q99pOGrI26@AUfePXYF>J*gaXXd z_%Riv3%BFTN=pBedq{rVhoSpNa^J|f5kohDq9ZJ2R~BS2HUURPZ}Od?&fqP?Qr{Bn%z-aLI3#m4(E;r+}9F%1CCAZ zKtSP}K+WqnT;J+Q-?0x*6tskWs22(GHo|w9;os?S>@eZoj#ToFqBA0R51xG?gWgB% zdr-*gWZ&vY-XV9HCFXB;*mne?B7XomsO0ZJZu5!#cOkck{NqCikJIVRA$I%m{fIv7 zYf^dn@dHR2&Ma<6a8o9lkc}TdD1lp=Rb)ru+hf2n06a_3ZbXa6R+=Q$Kkfmpj+fY@ zz>;{0^#M`4MvnV&mUVn1U6TI|B!8>Q$~PgeSMoUot2UGV@iR#6ri9df{2UUrUZw8i z=LuBmJ{~~GDl>H-pYKT9;rBM;4m5gLlx{Zs>}YStSngIM?9aZ9+KqQd<@u40%n^N1 z9L~OjnAZ)D`548#4xM^r%a{L?DHBPDDCiITAa8a7MShu9FZixn;NXQ4G%4-+V6e%7HO%fPBKD~s*G)Bx2N_MKnhi%A!g$n?N6h1g*`g(G@c?Q>e0cXNKS$Y${Fqk9 z$ZGGfm>yPE332rz&4w>C=qY76EWSrjDR?A6PS|}Oi9)5D7AFpqvoR)gzo?uIixUqZ zm*KsphvR)n3c@E?4IC9O#wm_J3NI_!i(xhJAZ5TC381iyrt~<@1VyRE7(=_CL^M%6 z$!fHPuc6{_rnt=jwKcQWx<7z_Eo7EkPcJ3I7cdH==K-7`vG#hX!rV}pR8jOigvJGh z&S)qP!Wn^ms_peW1?RPRq(TbrL^qX8s5RnK-DluQxVPXz7;*3U7B^Lof#2rrc|B%w zXf}Wn8@Kol%A^GvDD+mNzfp${_%!KE&!e%m1VnxvvXSm?QWhe}Xqer8a2kO$-#&qN zDNiUBmFNd4QJ6m!9wk?wuF}{|dWA;M7b*8c=TPL@Fq@|kxxZQUzvFL!bdyNUiw5Ja zZ!yQ+-|iT*1LHN1j`1P>^aB|B4eNvv{_*!w9)`W7_whH;2MsILV|t#zSwitfar`j^ zLo-RR8lZ6u9TO!a@f<&mc*swJ-N0d#MaV3v<7cF`#cc*?@Czlh*yGeGKK*o9l%8j8mZO{$~Y?`=_8 zJMuP8;0?4y+Rf3coBBu4-QahtBppMEq5ab1z{-Y-6c4N!DS8DSf*>?;@o?r(sUX;VPBoT*S7JNny&&lCwIXo+e3;C%~i747gv+gxc7>44*r_!}XFB*z3 z=!L?gYy$4EC+a6F=MHaF523nS=!y3*s-CeZ&5^)bJON+WU#Qvz(<}ST)AAz`Uoiqg~g^L zwei9d6VDQs8h$Sjtup9!qSdC?rwP{>jwgu94C*CXYkH+YwXoboy6!1lXZWSbv9Q9R zH;F1uujdJ?Oni}Wy@@XoZZMIvw$X^`8{}ARI=)I+VTpQ9w#)L z`Dtz!Vbk>_xteYF^h1PE)AehF`%HY8u+>CvRA%oueTrP$O;>J49VR}CPG4ALc7nbm z#4FJYq!;(mv|Lz>e!z<2kyi*y%zn^!jJOmXL3!^cUWKlpxQBSP*%|td6R$CQ!%4z2 zvpdklQ@Gab4}GNe6qcJEqVH?O>(C=q><<%Hpie07C9X7kMIXmkWp<0cN63A>*)RGy z^Bc^L(bq@r8_k~a1Yxz=HToVWt}**Y-)Z7aX6NXmNw#pa**p5q5N|QNN8i_px0?N< z?;FJ1%ns7W=c`2zk+L2jXSdly`o2lrV0Mwdv&0^=kMx}**33@QM_OT_*X$*IPZKwq z-K3AMSPGlWe$w|WakJS``ko{9nLVZNdE(t>SLu6!c#qjv`Z&FQv$OP_C-;EaTl!uk z4w~Jij}(Q%klA1QUM6laJ4_$9wY_GK>3fyjb+gO#y+#~1`%K>j;)vO4`e@;=FlzRi zzBh>Xncb%EP2yIw-}Jpj+-7#1K3e!IY&UyO-#f$|X4mO^m*yB=Xk1QH3#~COCo5iF zWQkW6mqSx1R4a$p(dBdq%Aw82)Pe)z z!lEDt7?r9D3HR)j=i z)=LDumdB@4%Xl0;R`BGgPQ&YVQdoG0(CoJFQwhKf-m1qT@#t9Rx(I{l`ZaMTZPP2jOaPes>aexXF zko#e)cbwhf>vqebH*#XtQWq^VEyvQL6w)wDDodnQ*+pA8Hcn!KRgMao;4{oEM6Jp3 z`RF7n4Ef{pCD?JCTzBS5n|MQMnKsJPSZWXEsv9@l;t;A_HHdDy-b5g7wVQB2`;ja{ zDB--KU}bfU+qx{NsXj;zhecUIm-%y(#L$rFtL~F$>GIQH6zY zSe%Q50^C2bGRH@}VmsU;Bnd-kc(1aBT%90?_o^7! zUdbpKW0{L{APZa^BQI@9+_ZYZ5_0XuRLt$Jhc3Z!1%`4%ny`!j7m|2Miz72i4VJu& z#Wh6>SmG~0%|PNhNw7V(^aK1hP2YU5of511@fm#gG635VrRHY)$>9TC%-z1Dn}ISu@=P9;!_7KB5ha@ zqBpMFx!kFZHDNJ@6H1Fgir~*!3tEn~wZeo|Aogmm|1g;=Kb$XK^WoTy)gHFybsjEo zwZg+Gq_rKkRI57dmDh75E*a0!7|b;s?s)N~8_r&Hdkb!xFPD{-SE!5m=)Qm0tE^t5 zQ7XQy!zWa$IZ}g(OE8>ae3`*mfLV@ZA&jt^x%|Sx!}vM?^=CQf3*26@@`}Q2X;zl+ z&{@50c)vfu6PS2?ilW;a#SDnx3HBdSh0(GO=SUWIxH7S{!$n04J6x>BvJQKcMI9-u zfZLC&1n&9+A5zy3K-m;N@&c8LKh)vH>zB&zG+*SkLXqbnNBXIUx9ZgU#ir*FchiU- z^%&jg1l_MLbbF!^qio+I3%p`XDk0ro`r+#|m}@?)tA%}GRTKlPIeIlrcW!0%9+g9L zG}wft>NBbnL;KC*$5SP&|EOVOC zn10N7PID;uF>M~tx5ZM7hbHjy96cp5>{V8JJ&<1gy4D6G@e2+A-B(%Z6|p8f@NK*h zi0?XBcAGCBB69WXw9yAA@KPyVk@K$|FN;^w3*JzSTVSK_g^};%mqg`FH+-=JuZxn0 zIw-QSWc3^kzN}D8{^@m4Jq%;mR~6(v(A?^TCv(i#K%YW|hYJy6)Ym|#^*5c{H#8%E z;I50)Z@W-SZ-W-$ZP3prPC4Cms_R_MrHKpherJZf^H23<{3uJa@qdl7A@BV2Tbp=G zk>A?1cRBD* z_&bvH0y4cJsos{Qw+K73hn14N9{B>55tXmJ9!YOSIuhQB?01~aIFoTHbIuUnbgVhM z6IGfqutt=pMfPPHSa;s!s3V>Q!W{Cu0MQ*cfh^b*f@x zSw@pJZ1f0ur8j#=eeJQD9LR9vKm5HJ^4ep%Gv#t#sXaGoC}rHa!pn9NKTpYm=p+%} zEJ+;?NM=Y8NM%T~q)voOIzxsfm4c697;8zT2r?P6EUCGGaSY?dTQ);|Eey8`+{SRbz#R;CO4N5T+${-R%CJn}9)>~*b1%bkN!xu4 zE3A@)A}ixcg~fs;K-A0CQo&Wg3CPxJ!8O1cHvn92Uf93%I>R1@{3d z=2pQrAjRA+*a4(s-!Iq+q*QeY9so`P9u!<*lbDNaQojm|1xtWbp{0VW6s{Ir14L9; z%LLa7UM?402c&|n5Uf;KCAc0)J$i%SMupXaHOliQ!OaS{2yO*ZH{T{$t8lv@hHvio zI|X+stP`vU(s|v24L}+fJc63?>=kSTQWly7n-%&5G3}D;)jfiKAob~hU=T>dPe`yu z;a)*}c!fQO1@UPmJoj@9JSe!rF0Ms9q+VXB zuvoAJNNFw=Tm_`_t`=Maq`pulxE4r_pYDJtqQjZ)+*dCxC2P3+9|k8VVz(-kc!J@BMu1$i?K+1wo z5MTA-MD7vvE7yQvP+YHu1Y4Bny@L2s0-rZ5h_5tB{R-{_Qn9xRwgD;4?SdW3^M1ij zgU?y;j;8um(1Z#nmh3$enRM?$@_!tG}s7|n6 zpOAPjDTQJVMwqAI2o>c1@Zlh)V!w( zuZ9I9K+1kpa3632uvM@PNHMnyb|}yL1v`P1<}SelD(peQ6;8>15$i!$RstzU#eyY3 z3R^0;O5tk3H7abG;94Lhqg-$ukV>OMuu^%h5?l|Ym^TP+RAH+HYb5N|O@fcA<$upmAK#26La2Skppv)&f=e)i0SYd`Oomwu zS7tNJ5to}7px~0Xc??i+3Gx|8!38X2AO#n&m;nkd!4d{2xCFN_K*1%rjR6WS!5s`x za0%{WfPzb~lmQAZ!95I6a0%{ZfPzbK9|J46pdu?HE4aX7K~iwx7YZ)Bl7dS?R|}GY zOIRjI3NB%}ASt+n6@sMT5>^S4f=jqTkQ7|PYC%$P2{#Fnf=jqXkQ7|PZGxoW5^fhH z1($HAASt+nb%Lbe61oLR!6ozvl7dU<6(j{02nCn3PYN!%`UFYACEO!O3NB$lkQ7|P zkRU0zgnI=^!6gg}l7dSZ6(j|huvL&0T*7uiQg8|P3zC9M*d<5`F7>N}f~4RQ7TKhJ z6&4GUf=jNYf~4RQt`;N(7YGHH!;*qauH}NH;1X5{l7dTEB}fV`;RZoca0#mgNx>!D zBuEM_;TAzwaDm$dS-}Nv7bFFjJns}F1(&c+kQ7`(w;(CFgdRasa0$JFq~H=Z36g?K z=o2Ib7YGHHvrh^xxdsGD!6gg{l7dUPSCAB3!muDIxP(zbQg8`d1xdjrY!_q&7r0-L z6kKxc5+nte@Sq?mxP(PKq+THfm#|on6kNhmK~iuDR|}GYOIRjI3NB%}ASt*&D7c(` zQgF$&N{|#>!VQ9?;1X5~l7dUPNsts=!YzWN;1X^VBn6jnyC5mJggXUE!6mE{Bn6ky zEl3J3p+}GuTtcrPDY!Z3P``qt;AR7Tf~4S*>mET;a0vr~q~K0Cw*v|;XP*>Y3cFX3 z6x{K^uplY86gDbI3NCqW6(j|hT-yan!OaEk7bFFD9I#7}6kNiCf~4RQ7CAT>tl$ER z1zEubmI{)BOD9?_ND3|`vP_T^T;%9-xgaUH3X+0LxLS}D z+?l{KK~iwZwOo)CTym`tBn6jhp-PYxTsqMPK~iuh0;>f{!39FWeD38W@kELftjRB)B@yjpOL!ZN|NXLa>rN z!?j9qy}}KG8x>Xy)+pR0xEaXxE4USilDxW2u$DX{&D#Zc0IAdM6x^k-POx5~Td)C0 z1?v&i6nX_4ffRF-V6#G>AnwU1fX3UKSR_mmwLWg8P7z zQC6*jZ3^23@kvqge09HICy)m7F2Msp%F#i=70H4{a_O=X$n`5&0;FzLD!2+r&3m=r z8X)z-GQqV9%LUf~sZuHgD}i+0D#7(YI?)EfjX)~NYQY+Xn*=ulDH&S?w<_EwSgUZm z;10p7I|X+EDUo%8^$OjB4M0kUM^IDf6>L=4B-pIbC%79(rLjlQuP`7OR2UL$QMgx7 z2U3p0g7|(cXFn>q4@jwM6>L-3F4#ec+TSnO38Z$_C3rwQUp*+ef-XkkT9hL5FObT) zSg=H0s+J0_0@94LT5yeWEfZX;uv~DR!V1Ak6}C!nJ&?Nd2EmQWwOX)7;U>Y&%JUY% ztqQjZ)&eIYs_lY1fHarw6x;=z1gsOR7rg2gYyeVOc?2~T)+^Wur2IAsHY@ZA;p5id4ydk*qeX1S00E#eyY*mrDg#0jW|}3$9UECb$+zrBN=pPGN;$rSe=QxL)A~ z!HvpuwO|d9GPp@_GmuJSi{Mt}d7EG@kW#f>a0iewxKnVK!aBivAXT?putB+c1T|nD zvhNjaRGymzn-%&5cLOPrdj$PJI&VNQs9ZyWEkLecK^;hC6&8#r*Qnq=6}DBdO<}uW z2avL`U$7HMgL#+W0U(veLBSPRKce#%rAhwFL*sDIl-9Sp!9znmjUJeKb6@~;` zfRw7ef_Nl?PZSo60IBGrg8P7!{Z_#?<+)w3L%Hr3>;zJdx&#j>*Mov9(j}@QSs+}g zuvoAJNMTC_S1DXAxJF@_;99{e<$~)JRxn<4IL(M_>C>{VZ8Ih*ihmOZi!4t;PQd-=3_br1Z}cTu7( zEpfoR#l8sd5klWT!Hztw%|1^ve|RL|bz|3`MxTz4l;CkcJb@Vxx(J_0A!{Sv#E-Ig z@R<~R)I@!e#aqx+KpTtDmsjE+ykCzu?(o4F{w|JVT-Uj zzNgae_u?sD&HJBxfQ9lo`UhCxLf>>jjCc~0KVOqjNCl&Oj)n6#58vQV_!0{jAMB_o z@$Hp(0m5$7ud^7DjPjv<^Xa4x)cXIIr<3GE`6vXlTO| zY)OR_217;yW$ddrON~-cLls(sildQq*w?a(RAp0s$kDBwY1lS)sdFd#p~OmBeX`e` zi>4p!mxaLQq{Bl$k}jv>U1I8`IKDD$t2QyB&_@}-X@3iTymSb{|8xM457n|~im_jc zG0-GFOxkH3ZHE**mZ}CN-fnDMWDJtSKMeWG1+gUTa}voieC(z@8%F$w`^~pk#++PI zu~f4L^V8xp0mgoBgm*d7yAe~&jyVCkI>wY9GH8~Ir5Igg*wjGoqf8A`D^Z~%I;uH2 z{5_3P^l0U1lSA&LC#Ifj8fbmbHaPj7!Q8@b$H}yzoGGWvPnDlbAIw?Qo%(5d&S%qZ zzA$-k+CAMR4^@6KZRXjXXLgeK)dybfILmDOU!(asVcx*j9XFUaX7B^BNa4sI=9F=G z{FNS|9q~(e*md!+ndJ82Gl`uGl1o_1^@h_)-e|=qgW#{I@Jf(^8%!vUp00Db19M(m zaDKt1nYRy3$U7Z86+Gv?IAP&n*22*rdtG|Z4Q7?2IE_xmkLaYvtdfgar6Ae4@Y;A& z4JJPx{F^`3WG&ZdN0#_z9kg*_ERDBQG+k}TQBIsqv+UO3NItbw+Ct1IkOt3EGj6t00~SW!gtM{>Vs`0n?Di+4*H^ZqsyFsiH1-ND zh?nnIcbRf)8t*Z6bHUww%3;siQ}O-}2SW^N6nex@v&J{)Nzh!)K9p)n*v!W=+J-+7 zYC!xm!iSS0^te6$4qMyNz2iK`qGwdelykLj2n=`fC`bGA% ze(h}VOz>sjPqOd+Y{HD*%*%F5&eGq0kvR!l6T-)5?Zu3>m+fTpWtdvR zo35f9%SSo6Mfr9QPHg_D24~~{+AbIgC3p=p0K$w-hnNhfaIyjQBQ6&YlCtc)4kC!orJL3wcYu-bI5M)2}4M zt9ngf;o=*Nm!~LoWc-!}E1H&RbE8y@mlIN)<<@IC4(ALRxyX|T|K`seF#jtf*JfYX z*WmZYcf^&ED~kJf=678q?uPIpmwG#hchOryS{m)2%PR`|B#y6sm-R-9rv!~(my=#c z`{=5XtE>_F8&pR8x#@eTi_H(dDt!%m0n5o-@v0N)qG}h!u?ML0UV zxCw>Sg_o_oF5ZsuMo~e-x4`nePx2w_Z z$EwOG(c-KLsnkTpRIwRaI}(i@`6ve3(2tbodMfuD77`8bVN!MJ+5qKOuL^aMs{tRl zrTN8(Srra#h#apXDh*`s+x7J-9Y!Wy8_QO&sad?fs;si6ta3H7xoIVGTU5Ck=7vpG zHAOXLRh6!aqK)O0eM*LLBF?#rZdi6)*g!afZJfDQxz4CWurc!}5_5y6Km{H|a$ z(15mvkNKMImz-&XNIGZ2rBpn%A*0FGB$O+c<=tkpFgoJ@&rRco%5 z1Gb)S(&-~$xajnU@Y(6%?VjtW205WB;;`|pIDfB_WL`18hcWxVcg3h#u|pzuIOa}EN-(nK3g8_G_XBjMW85nl*2-1Vsm3Y599rP=q)$4oRf;VKf_S7WNh1V}$@j9fC( zt<9?2td>rDn>CE1mgpBx@Ucp9;mQ%;5yf1tBWsiT6T|eHLK@xY@@hnDJllKSmj?N*N~9XR4vU&DXxe~q2V7E zOw)1cfoqW@8Gz;e<9A_!O*|F8*T<#28V#O3E9g zyccz{8n|P247&O=@Hui*Nu@~MKuIta$=lEv!rw>uQ54C`Hrw=DuUe8*@9nARF6o_j zImwcpcY5Keh5g#O(!ucyx{E){oZLVAiSSP{XTNM8D1IsBLeYz3KFgZe?|_fuzsQ>Z zg_5hEt{d3$$xX}Nv;9RD-bzG_*Rw3y)A0gp`-Pc<<8SXy#$N3YFFn3=C?o6Pvg2j_ z+2@i6W8T*{dFP{n6Cu5%Ly7QdG>n6n(~#i?Jt z?x&iWjsI)cQD?`JkEI+-Ra)w(FSqJCnlW^?kw4WLtjAMEzw%e^w&U2udbD?mmAn0T zGH!LMAMUSx<%jO36u>TfcXD@1cWR?ua~?^-sU0)q)1&8c^qh^JACLWb%JJ0W$(*Xy@l^Gs=;N{Fw|U(a&!A@QNihbiuB4vS z8~U^Lq$c=FzM(&RPjcKJwtr1BSMkdzkJ!MqowxZ;s??uDGQPB?>d)iYVcQWNcCAab zosIu%SPHT{WdLx|U*Iz|&J_9ewV+Y`*)-b6K z(vzPgSL)cZ1@NImhh!VnC9vwa?M7Wxl$Qd0lmPeG!pjSkGDxe*<>8Rfqqp3YXZKbOO`O&{hWiJuUtgrum`RcpE+;#>LBZSE z;sFdAm(&TdL|9BNYsn}lV=)<&`1t$UBQr|PTb7YsD^{$K?5=}d$MoNy-4e>#ui^1a zxja+DLhfYR@cfh9dFP6|R}E!PJiYYP(oeGIoO5)S49WZMpG;gd;OJiSS^?C^(e zaOW;~Vf$0tFU)y2|MmR$YChcg{?3aTv$|LHmh{j6+=YGElgG@K*gnmkJT!IY*@`n2 z1G5MA4NkqYxAfEOiH6mj3y#65caYVTxK#@FVDBxZ7t+<%yP1gXaypXmWtbY{gGF~0 z-);S<&{}+F(nt3eEdz{xzvmn9tdo&TrAGaZt~96MN^@DJ^S*1drWrS=$&UyB=1+|? zmTR+Mb>k&6&4CR>lG>g5NwJL8p$1%S$~C4NuOV2(0vBwu*#_U`rH@dAp`p1Wv@q|Z z57j29(D_QoV)aky<{G|7EvmQNqOPwG;<_zC?G80Iy6{OSOdh@)1$cFg7VL5f$06d zaByA(mrG$EK8H)2o6s3#OOpR&xi3hnbNs4>FS|y+z6iORxQuV8iQZChE2nVS5Jtm2 z=``1BxGM2BiTaH;mHob5-l1=z8PN|~l9DVKOlhgi8pKNt(1sidDh;bEZ^Ksahw;@# ztlY#FV=5eYc-|78jR2!49G{Jw+P~$TXW*8>af>mdCw+BBr_55)uF+V6(b^WzZl~3l zJ@+7~dUB@~DzqgJ<9Q=Sa?LinUs6HI9hu}D>Q5u$d@E~a#w`vSXz}3>eAaE)J&stC zR98p#u#Ac&-U6_MX;Q%eou1h@yVv{Zf=|+?4rNd3&*{(YEj%}__dbj$pJ(UxMxOAT zyXhOdFHM|(F?;^SjQL;9HC=2_kzKnRmHYcN7+g%yJ#f+%9*ED&n3Ji@M*K9hyt8NwXM-gc*>V{kvqhkPL1iPWo`$1dvXPeG zg{j{kUO9GUp7s0VQejr+Cy%^+vw;fbUNWdWNBtJco8&--Mg>3@H8gi+(6b6QXTjAJ zhco|LMustgkw*{y&7U#K{a2o_%HsPv6<)nbOlNS?wgUT|K1WpyG5UkK>4@k>FXPbZJ)f3Xbt##f|{swOtZAYR6dcgZjf zoT?)xsGt+SQYO+B`=~^k5k$J;#3|hwLzAXKnb9ys|TsNH>L)W@9!$&$@AH?!nd@Tia zcyvSy=>_KfMh-!0KAnu2WYEm4-%ds~8T-kg+t>QzWIRm9DKbcL z=242vSkEDxN=6_cv+*0rxo7K96Y?l1oa?jPIWNX&doHXkSE1uP|W?#v&%vyZSo@SkOJ#U(I zcJHd|796gxu$HHS?!0cH`, + the `arg` is then given by the ``-a`` option. + """ + return '' + + def format(self, tokensource, outfile): + """ + This method must format the tokens from the `tokensource` iterable and + write the formatted version to the file object `outfile`. + + Formatter options can control how exactly the tokens are converted. + """ + if self.encoding: + # wrap the outfile in a StreamWriter + outfile = codecs.lookup(self.encoding)[3](outfile) + return self.format_unencoded(tokensource, outfile) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py new file mode 100644 index 0000000..39db842 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py @@ -0,0 +1,158 @@ +""" + pygments.formatters + ~~~~~~~~~~~~~~~~~~~ + + Pygments formatters. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import re +import sys +import types +import fnmatch +from os.path import basename + +from pip._vendor.pygments.formatters._mapping import FORMATTERS +from pip._vendor.pygments.plugin import find_plugin_formatters +from pip._vendor.pygments.util import ClassNotFound + +__all__ = ['get_formatter_by_name', 'get_formatter_for_filename', + 'get_all_formatters', 'load_formatter_from_file'] + list(FORMATTERS) + +_formatter_cache = {} # classes by name +_pattern_cache = {} + + +def _fn_matches(fn, glob): + """Return whether the supplied file name fn matches pattern filename.""" + if glob not in _pattern_cache: + pattern = _pattern_cache[glob] = re.compile(fnmatch.translate(glob)) + return pattern.match(fn) + return _pattern_cache[glob].match(fn) + + +def _load_formatters(module_name): + """Load a formatter (and all others in the module too).""" + mod = __import__(module_name, None, None, ['__all__']) + for formatter_name in mod.__all__: + cls = getattr(mod, formatter_name) + _formatter_cache[cls.name] = cls + + +def get_all_formatters(): + """Return a generator for all formatter classes.""" + # NB: this returns formatter classes, not info like get_all_lexers(). + for info in FORMATTERS.values(): + if info[1] not in _formatter_cache: + _load_formatters(info[0]) + yield _formatter_cache[info[1]] + for _, formatter in find_plugin_formatters(): + yield formatter + + +def find_formatter_class(alias): + """Lookup a formatter by alias. + + Returns None if not found. + """ + for module_name, name, aliases, _, _ in FORMATTERS.values(): + if alias in aliases: + if name not in _formatter_cache: + _load_formatters(module_name) + return _formatter_cache[name] + for _, cls in find_plugin_formatters(): + if alias in cls.aliases: + return cls + + +def get_formatter_by_name(_alias, **options): + """ + Return an instance of a :class:`.Formatter` subclass that has `alias` in its + aliases list. The formatter is given the `options` at its instantiation. + + Will raise :exc:`pygments.util.ClassNotFound` if no formatter with that + alias is found. + """ + cls = find_formatter_class(_alias) + if cls is None: + raise ClassNotFound("no formatter found for name %r" % _alias) + return cls(**options) + + +def load_formatter_from_file(filename, formattername="CustomFormatter", **options): + """ + Return a `Formatter` subclass instance loaded from the provided file, relative + to the current directory. + + The file is expected to contain a Formatter class named ``formattername`` + (by default, CustomFormatter). Users should be very careful with the input, because + this method is equivalent to running ``eval()`` on the input file. The formatter is + given the `options` at its instantiation. + + :exc:`pygments.util.ClassNotFound` is raised if there are any errors loading + the formatter. + + .. versionadded:: 2.2 + """ + try: + # This empty dict will contain the namespace for the exec'd file + custom_namespace = {} + with open(filename, 'rb') as f: + exec(f.read(), custom_namespace) + # Retrieve the class `formattername` from that namespace + if formattername not in custom_namespace: + raise ClassNotFound('no valid %s class found in %s' % + (formattername, filename)) + formatter_class = custom_namespace[formattername] + # And finally instantiate it with the options + return formatter_class(**options) + except OSError as err: + raise ClassNotFound('cannot read %s: %s' % (filename, err)) + except ClassNotFound: + raise + except Exception as err: + raise ClassNotFound('error when loading custom formatter: %s' % err) + + +def get_formatter_for_filename(fn, **options): + """ + Return a :class:`.Formatter` subclass instance that has a filename pattern + matching `fn`. The formatter is given the `options` at its instantiation. + + Will raise :exc:`pygments.util.ClassNotFound` if no formatter for that filename + is found. + """ + fn = basename(fn) + for modname, name, _, filenames, _ in FORMATTERS.values(): + for filename in filenames: + if _fn_matches(fn, filename): + if name not in _formatter_cache: + _load_formatters(modname) + return _formatter_cache[name](**options) + for cls in find_plugin_formatters(): + for filename in cls.filenames: + if _fn_matches(fn, filename): + return cls(**options) + raise ClassNotFound("no formatter found for file name %r" % fn) + + +class _automodule(types.ModuleType): + """Automatically import formatters.""" + + def __getattr__(self, name): + info = FORMATTERS.get(name) + if info: + _load_formatters(info[0]) + cls = _formatter_cache[info[1]] + setattr(self, name, cls) + return cls + raise AttributeError(name) + + +oldmod = sys.modules[__name__] +newmod = _automodule(__name__) +newmod.__dict__.update(oldmod.__dict__) +sys.modules[__name__] = newmod +del newmod.newmod, newmod.oldmod, newmod.sys, newmod.types diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aeaa05fb86edf99e9a63ebea17a6d6986a55e9ed GIT binary patch literal 6934 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..df20d7c0ae1721cb204970f50a7e037af9d13665 GIT binary patch literal 4223 zcmd5mDFhJi!YY3oxEG*T^DhNKV@leD>*!`tmV#T zb|{H^DA3Q)Lr(>I>7k#a$Mn!+yQcv80vqI}Q-5z~Nl-CQ0cu2mX6Mbk_vXFdyg$Ql zmX{Yw`1^1F53+T=RQisH@t;#nemKSCFC|&>N?!TTWv}8n7^_|lpY_?CAA`a#FFU-X+8c0x z+SQBovD~z)a^R;|Fud#zA~@>c18=1n@Tgu+Y9BPPkeqF6!Hr;?*&QZHH|uFND2&U! zBx7C}J4{7J zs<58t9qF_JzlhoP@iB7)9>;k`brD#?Q1VfXb=)}4_r~&#bZPHsdm5_Q$)erV0V5@f z)UIB~ZP_b(?=nDnNdRMUF|qi12=7IluFQ^R2N{TX*ra%H_6~MaCklO=f0#_gbn9^U zjm7lpi^!jCZeB26MLywxPg;EyiNaiv$#9Z_FIvyuoV_dis3_;tmpC&A1L8_+`@AiF z4+mfxXZYR&cPM(Y%Bq8za^7Sq7i3nFP|G*d#VMYdwF}5i zOBMj`nLH_BING0JT7(|jmPcg`-S7B|U39P`e%7Y`I%TGQkE-JWc8b?0p#$W|!SjS1IIWg)Hr>a5F;F^@C?v$$lg-$oXRV^KvOXYlKJYYE*GuF1XJR?#SDZ1EV4T!w)9K)PDRs%PFms-@<0F42?iOY~~ADzRD8(E>Kc-T>P$q;QtdP5#e!UPQ#QL@$+dH`*~N56SG1=YpO zd;*GN-gI$FuXpI`i_u?yGDdm*oItYu|M7Zr>_S@) zMSjKv>3U5+rRF~YX2LQZ9Z#MP(s6Xq+`(Wy|JP6V9Jc%n!y`5>kEegWl zAPVfQcnC#EYW^Y{gJA`A_v` zRw`{IPUe96wz>{#^D8H-fy(AewGE;Vo$LzH^Q9VbultqkD$xt2+8XFvf2?MUL@$+U zH~zh5vSlJx3g)(xT_gH>q3jDMTP6CfV&7D<8$_=a%8o19O`>m=YImUg-gzZkCwilh z?^m+hL~r6S?B8rxvpYoJEof8C?h*ZVA^*IV-6xtA^1rKQ4~TxJRC@sVho9H7heW?y R?7ygd{|NM-7W8w#^*yNf literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d35704cd0753c0161948f57bcd9e13144636eb5b GIT binary patch literal 4202 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 Wx7;!Q#qd)d*}8iDe+cx&!u}U5&}WGN literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1ee4f4b1c4489187729e820f85d235eb2d48df93 GIT binary patch literal 40580 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f4a41892f630150949f6646a9b154910c8aa1b22 GIT binary patch literal 27051 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4fbcb6915f00bac6fbfa031ca5c8b9191511c6f2 GIT binary patch literal 19962 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..62cf2ba886a19d129083f2b945264836d1bc54fc GIT binary patch literal 6134 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1640da21553326564fcd3ba2d14c2228aab2c6eb GIT binary patch literal 9074 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3d228b773aefd706eb2555d9abacebc70e2ea612 GIT binary patch literal 5837 zcmbUlTWl29b!K;FclKe{#;-LHJQy2TV{9-c6bxyMZ63iG6g!E!eXM8qUe;^RK5}Ok zSZ8UC6g4Iy1=0_buQ*bw5K&e1t5KDY^s66LB`*&0W|~S!RX_681sbK|tLMyP*ASI&*PqZ=G^m|{Yzb)pM&R%=^v$zZREIrAmBWW_Tup`T^zT_5iZIRp14##?TWg1 zT)S0wT8Ij1F)F4#QBT?%^`@n$l=ek^X@At84nza#U^JMni`JR^g1R9ciiXU!sMe<& zq7AV2B>CvZ6i0)^`)i)o5eY_*HO}mCl&Q_c2Xuk>ah%yz!#gXJ?w{#);MzP}eg65vRHH@<&bta|Xfon6_U{VHZ7-wal^SlGsW)d>@{Gf($R;1pf z9CqN^Y*UWZFwV+8=LH9@&7=XOdC5lVBYql~d9g-uR-_T|#~i3OlOW(nYOu2+O@Ke{ zK((1P1O8+Uc2*{Ty#v)|I9DPqDc^7SXqSsS!I9QC!8fSuj@#mi?kI#KZFB$f%kbn1 z$u!OATJQNRODnognbr$KI+amWli}z8V2 zmC2K5U!LeSk3X!Y5;UXH!}76-5sN-{YIt;fV${@!P+du>aOPL|_7UFjRrQVd4ex1M zxR_HN3;wG@8TkOz13?NgCoPV_9Z+#`EboWrlP%N137n#(RQhC`%;_aWXqg zGlu`Q>6A{joRXk$hF{5ODa)b&ZAel*mYB|hp0R9BHyS2w1J^Wh860as{al8SWJ{j;Lt!x^ z7^{hnp`4h>5i{y+f(1rg43imy42P<^86}3#+6habwjvb=lwF{zn!U(6Opt9u5)Kj9 z6IXXP+iouBeBHK=-E*PtrI3Q2d>&(bE^?HM@{n9zgpaz3 zD=H8-5t6Q`nB<}!BEHE*y~G2fM7%KihymtR||F^O+u7Rp^s^LL8UQ5&uhCPQ*xT>(^(>uEY&hQ zb(m!(Q_!bTtd^sRl%mR73gQtD0gY0cc|;~FYx!I*%XIV25)csCjBHAF0{3iAPr>`i zN+LmX@CJvic%F(Ur%Vx;S0<jKv^@=AWU|hW43}gchG_IaMH8q~iP|$m=A~x!%oY$xv&!yBVyiF+2BjUpGb%Mq;k8K1MGHWPtxckHt+@tOzZnk^P`z;4vf ze7q4WAu@I>q(?3&WlW@~R~bQk$Sr^}OMQf`GxK zp>SD#@_OHNHck6jHr{uxkeF6j`W(y7K(uRp!)XEqBT4&uFVM_|J~b8Z%RxM6Gy8k@ z_4jE|e)d55nS}zN_2p8zz8J8PECVL1#P?YR39eo1bMC$uDsUg1Jh#d5i)u~kb>46S z=-Lbn^W2wG!>Y8YByGAiP?B~p9lR&){<5WW>9yOWykpPp3(H;4f8u@Y=39sO^2kdM zVR4#Y5UvFtZ0>k}@V&vM%Xi7j=D~ZL$3OkWg7CQ%F1K!7eB2H-Lc3QtNqRd_c1>XwaL6Uk7b02n_*XJ1g!j?&9ekl zf5^1wQ!3Sv6M}_dd&#h0oC|;3JeHsz169L<2gV77S3~WkQ2UawG<)~pN@#Fd8e|87 zmRK7y)i=2XltpmmOFSC)*@y6Rb+|KDC4i%^wTO);t|GVo{#iKs63_4p!wmt1v#>tz zdDk3-(;Yj+c@Dxt9RCWzIjKwQ+B-lF%TIW}-J!7kKrqCM3_K3Zigsk!I@>O6S`GRJ zlWx2FT>H1}_Y}j=aQ{&l=DD&IydHczc#AJdZSMrjQs{c!)w&xqOCukReK2-+sMLAj zUgry+bl&S6`K;qJ@@Mr=>hku9Qp?1BY4Y2~MuXw+@$XfYr~U+&LN{S3<1Z1MICFI z;juE-Q=V)1V`k%t1#NE2Iu}r-#zCO=Dh%^nMdCKLtTt>bHEdgL=qfdIEzy;Ro&`^N zL(@X0+|;%>c5`fDwA|db+T2xY?pke*l$s;AyH=X_E*!6jT&VeKrsCo1TW*lW*_*Sa zP{*>=VO`5w-}S>;=C%9>ob0=a6kPc$NdB%?6UhZ`ggVX zSls3gx3lB2SQKWe#h}JPs@DzjZh$OLQDnP|uJsC&j%Cq&iek|-15x_y1I5nP&?!L< z%ySueeW~9osrJsE8LT@$cgn1a{{@`)D|{4x^Fm@ouW4Bk1UbbPD?Rd40*SROjFM3zu8*YWKTd6q{7DcWCQ zfHV~dT|e^nk#ewpHMq4D+4IS1G*fcGF6@_Yvo->$xF((HJf_ZC*Tc^UR0cw_mwC@`uyEKmD1oGBCQ*ar}PM zi3b*Ksq>@VAMCzORyy{7-ZW5dY+XEh^XO93{l*>T*3FB>cZ=olmep`~DcpVg;QjFa z2jTYj>)xwdBKO0)A2z}{6))&i*}?_uEtMOupSgPGR_Fa-d&SKK!)APrM}pYYVB;H$ zLF$O5vm_5+6ZmZydp)nHHpLr@k!%9c0wN5rqNWs$YK9Lhr`a}}4TV`YYd6Zq!Dt_I z=1Eprtp|kp$%X&aXjmoRV&7UaOZ=65%NbrblkLr2x z$Rm$Se1(4`N#gd$O^u>#Yrm7d3^I(Z(E0S*oewlO&;Ge#H36H}WindHy$5sa#+Dj3y!j?o;;CJbQ` z)4K2){x{)0W_?;1((!!8{Gu^@>!A-$@w zloD5|Aq_*9sVnf`hHprRFpB4OYPctrq~RT*DuvHDLplY2qcB`~Pf`WH%?$rUK0a-) zJdc#CSTbr?`b0Wn`OFI}0|d-h+HYa3xOtv`=#qHh>n4sr@QsV-_kF`T z!#}zGf9D3EW(3=p{q6JKihpaPt1S4I!@DbPSOP^1Er<72ya-5~7(~E_fFFRj&R#jY z96nG9AR=f}>k!z0)UhjLNDU#Po)hcdI&NVk;s{p?fRsh>+JHwjrXU zy5&G+J0dy}aq`N^ zys}B^wt|wf*iKm`o?)HGMAXv>nRuqjOlFd%p0=5^Q!Rqg`qr6YrtKg4r-OwvO+B5a zzwg|=`(lM<_xVQ;!_hh4d7t~8@9{fle^FB6+1^7!Cnm3oc#0(uhAwACLDB4u$)M_xD~=#Bm1(0R-#5Dp14+6O|CBKSn#ger-`h#VdlE>idUV4?GD9%?uo z6txN$i3o9Q^#LXHLG*-^NDn4hH;ENRhgQL;XE^`SD|ikM#8)VLK~IsxJ`4o-Na7 z_VSt|JtJhS{;()1NH~2VCBQaO(JD`6K4`kKR%cL8$&=Dy`c~;Ozs^B=oMJNW;giVU z;3RH<2g{noBGL33KVTNkuW7atTGH6uBw#AW~?mbV3B-W3~NEcwB0i z!^7>*Px;UI1ul0&U5l%l{Sur z!nMbWjPlH1+D1cQ*MdA_63r14dMgr%oijc1W5t0eV`UGeO~zTrNZ=_JvfoG2L*ar+a6#I1y-vPldzyx7^(an5S_$u z##)TOkJ*>v)V>s$Yk_^S8{=mF%4LOTE4nhHW9NwZ^1`YuOLAJS%WH=0sx3=%S`tI$ zh0O8n=e+Jd%|Z%6u0gG7%ifO8@l(sh(#ynmnrZuPjo&$KY6&cp*`k?t?AA;jo%p{4 z|F?TfbSX)Oi_97n$JVoVEp;^dJU$EcHgh_YqMm0iZkYL1(~-9KOXz3N-lx65wT zeQWSt{|}pgviV1wf4b>MTYnIKPxpj;Q&$&dEv{ewKV0lEO0WE8l2<;CqQw5PVy@+FfJ`L$6Sl2 zfX$S{rItSE!#&V}_}|gtEz;SLv0MQ+f$6kIna?FlilnZl#Bb>7$8+Y8?e?nTHqE)5Q9&cVU)us9i{ zv}T-L^i^>%Bc-j161@jo3%9#DArJfbWolN?ObfMpc^#W(o@>nORG7IH6{t7&Jh zri0Ls0jFq3Tr2_w8E}a}JqAj|V#K9WF4!-`UcSEvdpcoh2)d&ysNu74w6hQiCM+_z z#FNb7PT>}Tkl@R}8mt?`UlRax0I5*IL8(m;jt9<40%{K#{&m`|9!jAaY2btP;*%u< zBq3PCrwSqI0=cRRoc}N&15hS>qcDdUd|<#RVfn0r{$v?$XmBb8L7W17JXJBk=6u^Lse+paqJc*hRG_b4&Ug& z2|+x%ipLNcYe|jApP+KYghoY9)+gmY5jL$wy!4kqyaS^$ugzr?3nL zwCQY3M_Lii_|8khuq1_q$q9g9m=*)%^g_mK^eH5t5|Du1g^j-0H&j&mF6@6WFdEWZ zvd;D9;SnK>rOWt|Iy%DY8m9!171l~2vtIQ~0Nmvp221V(*SFGc>$qVn>+Xj zfK3- z#=uq?2R~?_qdtfuDHu%mm7WB;>-7Z{>Tf^TO33aEQ=x6uiVfBQTYAk}v9a^WYR;5^ zqO=)N4m?6;Jh|ZyUCa!~;6P)BTt=Z0BHRcc;3E9D`9I=$Kq=YC9Ozld9LuFm0+EmK z=LzFWI}M^KMM*1vKq7jbG=KtCU%;$Xw}IwL)_ZSPFVyeW>(w^R?^>ws zB0%!K-L+)jn6PiWYu}WlG&cwB;8?jHa87+aQ?Qlo zGmVw&Yp!*yTt9QIt#WiJ%v@TDkl~^{z zXYd=b+$ibczVtL<*|@whi51gO7h)x$sf5kUK$wGCnMbvxs75VZ-;Aws9k>RvM6B5e z_SFLxE^A&@;yOdDV`hL6fU;L(4mHzII)oR`K)|ngG+PA!az@)~;h+?1`v78+X3Ruh z^YY*35%j`-gNi0BolQvhvHZ`dX4GI*s%DImZii9+iTeAz5rOb3rC&565Pn1Hbk9Z~ zHcn+^v3e{C|W|q8Z5t0*=CAJ zaLZkkBDi~*{Ck-SFzQiClcTL!WwPSod$Zdj=XqanQeq^H4`{rs@uM0)tnud+vJ=Sm zLC~Gi6Cg})F09uc(V;O^R(=g(dx?8s;~XVR_S%HKcF8Uz?83sP?RV`vn0ESq;%C{A z2X<~<_pI|D%hpAeH|kb6i=$)qVA4|;I~XsYI~qSXw?ECpm|;TJ&Z(z5sF3; zX?D2XaP$0V5q{TMwdR}cXOtEiu~Cp~4eR$`rVv8FdRtZ+`p27Jt_+NG)|5>-#c&n2q7v%UAr z%A+sF4qkuh`i9v<$<;HS@@Us}Ys?hunzLRniJRhGZ(9?dmf3^%-Ja;~Ka3=6YNOWV z`ugkk2UQs8!8*=UHJh?Iv%f38iOw4x%uV_fnglN<44xrfnYlZ~{V(uQ(D2-$kY0-L z`!Hz4bm@eHQ%Tsdpb~z@LI$}M`Sb|ph*{*PQ3sdunCXlKc}rH_io9Mz+OQBF3N0J4 z8Bc~jd3OC=6Q_c=_0Y`8RyS69>C)=y{phw6Vn_%WFh09A?itr zXoKZeiU{!6oG+5xKO)OOxnvLweSk+UfNC^r0PfgD%`A@&%eh?qh*|)w$=cvS1)5B6 zT7@I2TfGV?bLIPp2$ik8;lA!(@-!tpP4Of1I~F}1bld28^Vvjk!~M$I*(1r8t+PGX zPF_A4JCblUqG)#i1CzO==7V*$Z#BiFZ)}YZFRt@O%@B#@RS-?JF)`t31Vfiq#`xYmluq3!&;1(GtYKH4Jc(&QLbIJH7hUF8g1F#;$ue6xqHOO7GrX3 zWF~(fGjh%yUUqBDHO=WpkJtehX2fJT-gDScpZ1sq)Gu_SM)ix>-s$zp4l?S~dziey z`nPA*PtPG@9;?o)jI8mEP)d#Rf>Am`Ql~Dj5LuNj>RHIh7m`C!{%SF^fE|6BgRnYw zsO0k~(u#-iRxU-+iiSt^B3k;X%vGJ&tyvjfpixxhXnM5tAG2 z27)dhE5;Bb$y>k5TFHYp|DDC|RSy0P$~&jwNMqn_eq_F!`T z#+%)9-4D5PM-PAbx!EJp9UoLREmpNa?YJwV&)sng$$DX_zBN(bIxpVdn`ryoV*P=r z?Q4!?SygoO^$ppjyKapy*6)kj-gMw;LiEHPcVl+x{zTis#ri`=+raA^vrG5f3NO|_ zooah6awQVC#9#cTE7{NpS~2=tatoMD{M7umJ1tKon>I&ncRd0Jo=JLK zzeC|E5^g4_^K;ucV8>HToN6N_k8#G+sAJoOf>Jj)BN-go9{ID{Iv0> z;$H>-Jh;%*pIFy_&wfhZ^R&E0cNxnAne2ypg#lXfunq0q&&kDTgoRRvnoYk%fVah5 zt782QEIcXWG0*RzLe6U(c@~uE^#u=(-p{{M6Ouo`2;DVH?u`leMlk5v+q)Lsdl&3` zA6-gX`5bzT@_|uQ5KzOia5^af8sp*Ozn4-_W|-+b3}LhU-H28Gj)MR}k^y-kV?ssJ z&>YD}rsQlhMG?zb+O*0v#lyYSs4(8`BG|Ex!`Kj4GceI*01Sm5u>m}A5abXk%6_P} z8l)$efAWg2b{8HgGe4fYdK_+mJ*^y9n^~$xq4|jxwvT4)BY*Wf5i6XGcMFdj$pR{` z{w2mOcsQ}Lg0sk;^%RaQOi1!4Sbz!X#!i_FsZM5A{#KS*c}o6WG+O=*0`9dL1}^_T zC>cEgr85x>sPb!|YWC-(DP~h@wh7#Ig;cLo_k=D}8#)8>C8}p-K9AFJi=x1Ya5*I`C9$TDldCU>YRQosdr8Mg52d}*L zUD?N+--d*%A$H-eYxDj3%`04kqvi5(sH2_9n)=ye@0VB49eZG^F7w`RXk2P&Pc*c@ zYrcKt2hK#p-s?xBhhk)Nt`}}@o7)x_7wfh~4=07D_~G~qar+8qtLlhZ-d_)O({%I1 z+==YwbP=e+UJY3ECSl8

&UqAA|irmKv z*+_qSXk(Af^q#G%r@{K(1|D&r*DdcsiQG-mUPQPJ85F~Qylk-0jiOeB$KO6Ur<#Mr zJ-cMoUpbth7UX5f%qk(1LFXcpf%4ZVA`^%SG~KEoNyZ))3?rfRAbO4a(6rHNXDh0` z)T5PlT{?=liIZNyX&js!W5z8Nr>A|(+r+xiE&!zO+S=Nu5`c=XIo#zjk zX8^_vfv&br{Z9CQ`Kp-qT`M!B09_0pCTBDImbUY$@$@Y%rOk+P+%{qe(%}zDvE6{g zWQv_}rI%+SOd&Ou4TQEnGNS(R@#)$gy;9tT<_eh_%zDuo(O^DMGginYWNzS5eFhcF zc!wE}Aq$ZJzL7#CObn4A&(X{f2|aH?UQa=V>li=76lkR^Kp~iU?j|Y zRqUp1`yKQL6xn2U)O=80^`<}8^2S)aak0E*_AsF3(z58G%P++MU^dM1$r4ZW;N{b? zN`RWkx!lp_%g-X=DT{VSeX~;wb_l*=&I8PpchtOJQ4Is#0mq)S<5#LWx$isnn}5vj zU&W_?7qeO2r~lH=*XYr&?vpc*-!O=>J$m|vWK2EAtIqf5)87}S18LH{z`R~F>yv&Z zu{N*T@WQG7TD)q8(z0J+m$n4ypHnzvJFuGcKnl~ExNdCTLZMYf;ZLmdA%=mmm8_mfw+l1Kbx@^z11naOr$ za~Fj`2X9bB4zD~%5i=Ip zcVKoxo?$@hmg(FU+NUkZkzwG1VNl1pHs;y|ytQP-X1CTptSp5wkeWj=8&qq+560S3 zKN!Og!t#HpsXKJ_1uLaq`{=*cs4G}S$6-j^la1sH1_uXq{$h3wTSM-;KDO`EpNT## ze;2K=Hcla+2I7h5KQxu{mS1&o{LWu;ZNKC?A@p303r(L}a2~i+^e?vkeB*~4qK^)k eUN!MTY|lp={r#xd*2?$r3!8TSilYQu|9=4b1EMeh literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py new file mode 100644 index 0000000..72ca840 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py @@ -0,0 +1,23 @@ +# Automatically generated by scripts/gen_mapfiles.py. +# DO NOT EDIT BY HAND; run `tox -e mapfiles` instead. + +FORMATTERS = { + 'BBCodeFormatter': ('pygments.formatters.bbcode', 'BBCode', ('bbcode', 'bb'), (), 'Format tokens with BBcodes. These formatting codes are used by many bulletin boards, so you can highlight your sourcecode with pygments before posting it there.'), + 'BmpImageFormatter': ('pygments.formatters.img', 'img_bmp', ('bmp', 'bitmap'), ('*.bmp',), 'Create a bitmap image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'GifImageFormatter': ('pygments.formatters.img', 'img_gif', ('gif',), ('*.gif',), 'Create a GIF image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'GroffFormatter': ('pygments.formatters.groff', 'groff', ('groff', 'troff', 'roff'), (), 'Format tokens with groff escapes to change their color and font style.'), + 'HtmlFormatter': ('pygments.formatters.html', 'HTML', ('html',), ('*.html', '*.htm'), "Format tokens as HTML 4 ```` tags. By default, the content is enclosed in a ``

`` tag, itself wrapped in a ``
`` tag (but see the `nowrap` option). The ``
``'s CSS class can be set by the `cssclass` option."), + 'IRCFormatter': ('pygments.formatters.irc', 'IRC', ('irc', 'IRC'), (), 'Format tokens with IRC color sequences'), + 'ImageFormatter': ('pygments.formatters.img', 'img', ('img', 'IMG', 'png'), ('*.png',), 'Create a PNG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'JpgImageFormatter': ('pygments.formatters.img', 'img_jpg', ('jpg', 'jpeg'), ('*.jpg',), 'Create a JPEG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'LatexFormatter': ('pygments.formatters.latex', 'LaTeX', ('latex', 'tex'), ('*.tex',), 'Format tokens as LaTeX code. This needs the `fancyvrb` and `color` standard packages.'), + 'NullFormatter': ('pygments.formatters.other', 'Text only', ('text', 'null'), ('*.txt',), 'Output the text unchanged without any formatting.'), + 'PangoMarkupFormatter': ('pygments.formatters.pangomarkup', 'Pango Markup', ('pango', 'pangomarkup'), (), 'Format tokens as Pango Markup code. It can then be rendered to an SVG.'), + 'RawTokenFormatter': ('pygments.formatters.other', 'Raw tokens', ('raw', 'tokens'), ('*.raw',), 'Format tokens as a raw representation for storing token streams.'), + 'RtfFormatter': ('pygments.formatters.rtf', 'RTF', ('rtf',), ('*.rtf',), 'Format tokens as RTF markup. This formatter automatically outputs full RTF documents with color information and other useful stuff. Perfect for Copy and Paste into Microsoft(R) Word(R) documents.'), + 'SvgFormatter': ('pygments.formatters.svg', 'SVG', ('svg',), ('*.svg',), 'Format tokens as an SVG graphics file. This formatter is still experimental. Each line of code is a ```` element with explicit ``x`` and ``y`` coordinates containing ```` elements with the individual token styles.'), + 'Terminal256Formatter': ('pygments.formatters.terminal256', 'Terminal256', ('terminal256', 'console256', '256'), (), 'Format tokens with ANSI color sequences, for output in a 256-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TerminalFormatter': ('pygments.formatters.terminal', 'Terminal', ('terminal', 'console'), (), 'Format tokens with ANSI color sequences, for output in a text console. Color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TerminalTrueColorFormatter': ('pygments.formatters.terminal256', 'TerminalTrueColor', ('terminal16m', 'console16m', '16m'), (), 'Format tokens with ANSI color sequences, for output in a true-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TestcaseFormatter': ('pygments.formatters.other', 'Testcase', ('testcase',), (), 'Format tokens as appropriate for a new testcase.'), +} diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py new file mode 100644 index 0000000..c4db8f4 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py @@ -0,0 +1,108 @@ +""" + pygments.formatters.bbcode + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + + BBcode formatter. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + + +from pip._vendor.pygments.formatter import Formatter +from pip._vendor.pygments.util import get_bool_opt + +__all__ = ['BBCodeFormatter'] + + +class BBCodeFormatter(Formatter): + """ + Format tokens with BBcodes. These formatting codes are used by many + bulletin boards, so you can highlight your sourcecode with pygments before + posting it there. + + This formatter has no support for background colors and borders, as there + are no common BBcode tags for that. + + Some board systems (e.g. phpBB) don't support colors in their [code] tag, + so you can't use the highlighting together with that tag. + Text in a [code] tag usually is shown with a monospace font (which this + formatter can do with the ``monofont`` option) and no spaces (which you + need for indentation) are removed. + + Additional options accepted: + + `style` + The style to use, can be a string or a Style subclass (default: + ``'default'``). + + `codetag` + If set to true, put the output into ``[code]`` tags (default: + ``false``) + + `monofont` + If set to true, add a tag to show the code with a monospace font + (default: ``false``). + """ + name = 'BBCode' + aliases = ['bbcode', 'bb'] + filenames = [] + + def __init__(self, **options): + Formatter.__init__(self, **options) + self._code = get_bool_opt(options, 'codetag', False) + self._mono = get_bool_opt(options, 'monofont', False) + + self.styles = {} + self._make_styles() + + def _make_styles(self): + for ttype, ndef in self.style: + start = end = '' + if ndef['color']: + start += '[color=#%s]' % ndef['color'] + end = '[/color]' + end + if ndef['bold']: + start += '[b]' + end = '[/b]' + end + if ndef['italic']: + start += '[i]' + end = '[/i]' + end + if ndef['underline']: + start += '[u]' + end = '[/u]' + end + # there are no common BBcodes for background-color and border + + self.styles[ttype] = start, end + + def format_unencoded(self, tokensource, outfile): + if self._code: + outfile.write('[code]') + if self._mono: + outfile.write('[font=monospace]') + + lastval = '' + lasttype = None + + for ttype, value in tokensource: + while ttype not in self.styles: + ttype = ttype.parent + if ttype == lasttype: + lastval += value + else: + if lastval: + start, end = self.styles[lasttype] + outfile.write(''.join((start, lastval, end))) + lastval = value + lasttype = ttype + + if lastval: + start, end = self.styles[lasttype] + outfile.write(''.join((start, lastval, end))) + + if self._mono: + outfile.write('[/font]') + if self._code: + outfile.write('[/code]') + if self._code or self._mono: + outfile.write('\n') diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py new file mode 100644 index 0000000..30a528e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py @@ -0,0 +1,170 @@ +""" + pygments.formatters.groff + ~~~~~~~~~~~~~~~~~~~~~~~~~ + + Formatter for groff output. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import math +from pip._vendor.pygments.formatter import Formatter +from pip._vendor.pygments.util import get_bool_opt, get_int_opt + +__all__ = ['GroffFormatter'] + + +class GroffFormatter(Formatter): + """ + Format tokens with groff escapes to change their color and font style. + + .. versionadded:: 2.11 + + Additional options accepted: + + `style` + The style to use, can be a string or a Style subclass (default: + ``'default'``). + + `monospaced` + If set to true, monospace font will be used (default: ``true``). + + `linenos` + If set to true, print the line numbers (default: ``false``). + + `wrap` + Wrap lines to the specified number of characters. Disabled if set to 0 + (default: ``0``). + """ + + name = 'groff' + aliases = ['groff','troff','roff'] + filenames = [] + + def __init__(self, **options): + Formatter.__init__(self, **options) + + self.monospaced = get_bool_opt(options, 'monospaced', True) + self.linenos = get_bool_opt(options, 'linenos', False) + self._lineno = 0 + self.wrap = get_int_opt(options, 'wrap', 0) + self._linelen = 0 + + self.styles = {} + self._make_styles() + + + def _make_styles(self): + regular = '\\f[CR]' if self.monospaced else '\\f[R]' + bold = '\\f[CB]' if self.monospaced else '\\f[B]' + italic = '\\f[CI]' if self.monospaced else '\\f[I]' + + for ttype, ndef in self.style: + start = end = '' + if ndef['color']: + start += '\\m[%s]' % ndef['color'] + end = '\\m[]' + end + if ndef['bold']: + start += bold + end = regular + end + if ndef['italic']: + start += italic + end = regular + end + if ndef['bgcolor']: + start += '\\M[%s]' % ndef['bgcolor'] + end = '\\M[]' + end + + self.styles[ttype] = start, end + + + def _define_colors(self, outfile): + colors = set() + for _, ndef in self.style: + if ndef['color'] is not None: + colors.add(ndef['color']) + + for color in sorted(colors): + outfile.write('.defcolor ' + color + ' rgb #' + color + '\n') + + + def _write_lineno(self, outfile): + self._lineno += 1 + outfile.write("%s% 4d " % (self._lineno != 1 and '\n' or '', self._lineno)) + + + def _wrap_line(self, line): + length = len(line.rstrip('\n')) + space = ' ' if self.linenos else '' + newline = '' + + if length > self.wrap: + for i in range(0, math.floor(length / self.wrap)): + chunk = line[i*self.wrap:i*self.wrap+self.wrap] + newline += (chunk + '\n' + space) + remainder = length % self.wrap + if remainder > 0: + newline += line[-remainder-1:] + self._linelen = remainder + elif self._linelen + length > self.wrap: + newline = ('\n' + space) + line + self._linelen = length + else: + newline = line + self._linelen += length + + return newline + + + def _escape_chars(self, text): + text = text.replace('\\', '\\[u005C]'). \ + replace('.', '\\[char46]'). \ + replace('\'', '\\[u0027]'). \ + replace('`', '\\[u0060]'). \ + replace('~', '\\[u007E]') + copy = text + + for char in copy: + if len(char) != len(char.encode()): + uni = char.encode('unicode_escape') \ + .decode()[1:] \ + .replace('x', 'u00') \ + .upper() + text = text.replace(char, '\\[u' + uni[1:] + ']') + + return text + + + def format_unencoded(self, tokensource, outfile): + self._define_colors(outfile) + + outfile.write('.nf\n\\f[CR]\n') + + if self.linenos: + self._write_lineno(outfile) + + for ttype, value in tokensource: + while ttype not in self.styles: + ttype = ttype.parent + start, end = self.styles[ttype] + + for line in value.splitlines(True): + if self.wrap > 0: + line = self._wrap_line(line) + + if start and end: + text = self._escape_chars(line.rstrip('\n')) + if text != '': + outfile.write(''.join((start, text, end))) + else: + outfile.write(self._escape_chars(line.rstrip('\n'))) + + if line.endswith('\n'): + if self.linenos: + self._write_lineno(outfile) + self._linelen = 0 + else: + outfile.write('\n') + self._linelen = 0 + + outfile.write('\n.fi') diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py new file mode 100644 index 0000000..931d7c3 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py @@ -0,0 +1,989 @@ +""" + pygments.formatters.html + ~~~~~~~~~~~~~~~~~~~~~~~~ + + Formatter for HTML output. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import functools +import os +import sys +import os.path +from io import StringIO + +from pip._vendor.pygments.formatter import Formatter +from pip._vendor.pygments.token import Token, Text, STANDARD_TYPES +from pip._vendor.pygments.util import get_bool_opt, get_int_opt, get_list_opt + +try: + import ctags +except ImportError: + ctags = None + +__all__ = ['HtmlFormatter'] + + +_escape_html_table = { + ord('&'): '&', + ord('<'): '<', + ord('>'): '>', + ord('"'): '"', + ord("'"): ''', +} + + +def escape_html(text, table=_escape_html_table): + """Escape &, <, > as well as single and double quotes for HTML.""" + return text.translate(table) + + +def webify(color): + if color.startswith('calc') or color.startswith('var'): + return color + else: + return '#' + color + + +def _get_ttype_class(ttype): + fname = STANDARD_TYPES.get(ttype) + if fname: + return fname + aname = '' + while fname is None: + aname = '-' + ttype[-1] + aname + ttype = ttype.parent + fname = STANDARD_TYPES.get(ttype) + return fname + aname + + +CSSFILE_TEMPLATE = '''\ +/* +generated by Pygments +Copyright 2006-2023 by the Pygments team. +Licensed under the BSD license, see LICENSE for details. +*/ +%(styledefs)s +''' + +DOC_HEADER = '''\ + + + + + %(title)s + + + + +

%(title)s

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

%(title)s

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

{{ diagram.title }}

+
{{ diagram.text }}
+
+ {{ diagram.svg }} +
+
+{% endfor %} +{% if not embed %} + + +{% endif %} +""" + +template = Template(jinja2_template_source) + +# Note: ideally this would be a dataclass, but we're supporting Python 3.5+ so we can't do this yet +NamedDiagram = NamedTuple( + "NamedDiagram", + [("name", str), ("diagram", typing.Optional[railroad.DiagramItem]), ("index", int)], +) +""" +A simple structure for associating a name with a railroad diagram +""" + +T = TypeVar("T") + + +class EachItem(railroad.Group): + """ + Custom railroad item to compose a: + - Group containing a + - OneOrMore containing a + - Choice of the elements in the Each + with the group label indicating that all must be matched + """ + + all_label = "[ALL]" + + def __init__(self, *items): + choice_item = railroad.Choice(len(items) - 1, *items) + one_or_more_item = railroad.OneOrMore(item=choice_item) + super().__init__(one_or_more_item, label=self.all_label) + + +class AnnotatedItem(railroad.Group): + """ + Simple subclass of Group that creates an annotation label + """ + + def __init__(self, label: str, item): + super().__init__(item=item, label="[{}]".format(label) if label else label) + + +class EditablePartial(Generic[T]): + """ + Acts like a functools.partial, but can be edited. In other words, it represents a type that hasn't yet been + constructed. + """ + + # We need this here because the railroad constructors actually transform the data, so can't be called until the + # entire tree is assembled + + def __init__(self, func: Callable[..., T], args: list, kwargs: dict): + self.func = func + self.args = args + self.kwargs = kwargs + + @classmethod + def from_call(cls, func: Callable[..., T], *args, **kwargs) -> "EditablePartial[T]": + """ + If you call this function in the same way that you would call the constructor, it will store the arguments + as you expect. For example EditablePartial.from_call(Fraction, 1, 3)() == Fraction(1, 3) + """ + return EditablePartial(func=func, args=list(args), kwargs=kwargs) + + @property + def name(self): + return self.kwargs["name"] + + def __call__(self) -> T: + """ + Evaluate the partial and return the result + """ + args = self.args.copy() + kwargs = self.kwargs.copy() + + # This is a helpful hack to allow you to specify varargs parameters (e.g. *args) as keyword args (e.g. + # args=['list', 'of', 'things']) + arg_spec = inspect.getfullargspec(self.func) + if arg_spec.varargs in self.kwargs: + args += kwargs.pop(arg_spec.varargs) + + return self.func(*args, **kwargs) + + +def railroad_to_html(diagrams: List[NamedDiagram], embed=False, **kwargs) -> str: + """ + Given a list of NamedDiagram, produce a single HTML string that visualises those diagrams + :params kwargs: kwargs to be passed in to the template + """ + data = [] + for diagram in diagrams: + if diagram.diagram is None: + continue + io = StringIO() + try: + css = kwargs.get('css') + diagram.diagram.writeStandalone(io.write, css=css) + except AttributeError: + diagram.diagram.writeSvg(io.write) + title = diagram.name + if diagram.index == 0: + title += " (root)" + data.append({"title": title, "text": "", "svg": io.getvalue()}) + + return template.render(diagrams=data, embed=embed, **kwargs) + + +def resolve_partial(partial: "EditablePartial[T]") -> T: + """ + Recursively resolves a collection of Partials into whatever type they are + """ + if isinstance(partial, EditablePartial): + partial.args = resolve_partial(partial.args) + partial.kwargs = resolve_partial(partial.kwargs) + return partial() + elif isinstance(partial, list): + return [resolve_partial(x) for x in partial] + elif isinstance(partial, dict): + return {key: resolve_partial(x) for key, x in partial.items()} + else: + return partial + + +def to_railroad( + element: pyparsing.ParserElement, + diagram_kwargs: typing.Optional[dict] = None, + vertical: int = 3, + show_results_names: bool = False, + show_groups: bool = False, +) -> List[NamedDiagram]: + """ + Convert a pyparsing element tree into a list of diagrams. This is the recommended entrypoint to diagram + creation if you want to access the Railroad tree before it is converted to HTML + :param element: base element of the parser being diagrammed + :param diagram_kwargs: kwargs to pass to the Diagram() constructor + :param vertical: (optional) - int - limit at which number of alternatives should be + shown vertically instead of horizontally + :param show_results_names - bool to indicate whether results name annotations should be + included in the diagram + :param show_groups - bool to indicate whether groups should be highlighted with an unlabeled + surrounding box + """ + # Convert the whole tree underneath the root + lookup = ConverterState(diagram_kwargs=diagram_kwargs or {}) + _to_diagram_element( + element, + lookup=lookup, + parent=None, + vertical=vertical, + show_results_names=show_results_names, + show_groups=show_groups, + ) + + root_id = id(element) + # Convert the root if it hasn't been already + if root_id in lookup: + if not element.customName: + lookup[root_id].name = "" + lookup[root_id].mark_for_extraction(root_id, lookup, force=True) + + # Now that we're finished, we can convert from intermediate structures into Railroad elements + diags = list(lookup.diagrams.values()) + if len(diags) > 1: + # collapse out duplicate diags with the same name + seen = set() + deduped_diags = [] + for d in diags: + # don't extract SkipTo elements, they are uninformative as subdiagrams + if d.name == "...": + continue + if d.name is not None and d.name not in seen: + seen.add(d.name) + deduped_diags.append(d) + resolved = [resolve_partial(partial) for partial in deduped_diags] + else: + # special case - if just one diagram, always display it, even if + # it has no name + resolved = [resolve_partial(partial) for partial in diags] + return sorted(resolved, key=lambda diag: diag.index) + + +def _should_vertical( + specification: int, exprs: Iterable[pyparsing.ParserElement] +) -> bool: + """ + Returns true if we should return a vertical list of elements + """ + if specification is None: + return False + else: + return len(_visible_exprs(exprs)) >= specification + + +class ElementState: + """ + State recorded for an individual pyparsing Element + """ + + # Note: this should be a dataclass, but we have to support Python 3.5 + def __init__( + self, + element: pyparsing.ParserElement, + converted: EditablePartial, + parent: EditablePartial, + number: int, + name: str = None, + parent_index: typing.Optional[int] = None, + ): + #: The pyparsing element that this represents + self.element: pyparsing.ParserElement = element + #: The name of the element + self.name: typing.Optional[str] = name + #: The output Railroad element in an unconverted state + self.converted: EditablePartial = converted + #: The parent Railroad element, which we store so that we can extract this if it's duplicated + self.parent: EditablePartial = parent + #: The order in which we found this element, used for sorting diagrams if this is extracted into a diagram + self.number: int = number + #: The index of this inside its parent + self.parent_index: typing.Optional[int] = parent_index + #: If true, we should extract this out into a subdiagram + self.extract: bool = False + #: If true, all of this element's children have been filled out + self.complete: bool = False + + def mark_for_extraction( + self, el_id: int, state: "ConverterState", name: str = None, force: bool = False + ): + """ + Called when this instance has been seen twice, and thus should eventually be extracted into a sub-diagram + :param el_id: id of the element + :param state: element/diagram state tracker + :param name: name to use for this element's text + :param force: If true, force extraction now, regardless of the state of this. Only useful for extracting the + root element when we know we're finished + """ + self.extract = True + + # Set the name + if not self.name: + if name: + # Allow forcing a custom name + self.name = name + elif self.element.customName: + self.name = self.element.customName + else: + self.name = "" + + # Just because this is marked for extraction doesn't mean we can do it yet. We may have to wait for children + # to be added + # Also, if this is just a string literal etc, don't bother extracting it + if force or (self.complete and _worth_extracting(self.element)): + state.extract_into_diagram(el_id) + + +class ConverterState: + """ + Stores some state that persists between recursions into the element tree + """ + + def __init__(self, diagram_kwargs: typing.Optional[dict] = None): + #: A dictionary mapping ParserElements to state relating to them + self._element_diagram_states: Dict[int, ElementState] = {} + #: A dictionary mapping ParserElement IDs to subdiagrams generated from them + self.diagrams: Dict[int, EditablePartial[NamedDiagram]] = {} + #: The index of the next unnamed element + self.unnamed_index: int = 1 + #: The index of the next element. This is used for sorting + self.index: int = 0 + #: Shared kwargs that are used to customize the construction of diagrams + self.diagram_kwargs: dict = diagram_kwargs or {} + self.extracted_diagram_names: Set[str] = set() + + def __setitem__(self, key: int, value: ElementState): + self._element_diagram_states[key] = value + + def __getitem__(self, key: int) -> ElementState: + return self._element_diagram_states[key] + + def __delitem__(self, key: int): + del self._element_diagram_states[key] + + def __contains__(self, key: int): + return key in self._element_diagram_states + + def generate_unnamed(self) -> int: + """ + Generate a number used in the name of an otherwise unnamed diagram + """ + self.unnamed_index += 1 + return self.unnamed_index + + def generate_index(self) -> int: + """ + Generate a number used to index a diagram + """ + self.index += 1 + return self.index + + def extract_into_diagram(self, el_id: int): + """ + Used when we encounter the same token twice in the same tree. When this + happens, we replace all instances of that token with a terminal, and + create a new subdiagram for the token + """ + position = self[el_id] + + # Replace the original definition of this element with a regular block + if position.parent: + ret = EditablePartial.from_call(railroad.NonTerminal, text=position.name) + if "item" in position.parent.kwargs: + position.parent.kwargs["item"] = ret + elif "items" in position.parent.kwargs: + position.parent.kwargs["items"][position.parent_index] = ret + + # If the element we're extracting is a group, skip to its content but keep the title + if position.converted.func == railroad.Group: + content = position.converted.kwargs["item"] + else: + content = position.converted + + self.diagrams[el_id] = EditablePartial.from_call( + NamedDiagram, + name=position.name, + diagram=EditablePartial.from_call( + railroad.Diagram, content, **self.diagram_kwargs + ), + index=position.number, + ) + + del self[el_id] + + +def _worth_extracting(element: pyparsing.ParserElement) -> bool: + """ + Returns true if this element is worth having its own sub-diagram. Simply, if any of its children + themselves have children, then its complex enough to extract + """ + children = element.recurse() + return any(child.recurse() for child in children) + + +def _apply_diagram_item_enhancements(fn): + """ + decorator to ensure enhancements to a diagram item (such as results name annotations) + get applied on return from _to_diagram_element (we do this since there are several + returns in _to_diagram_element) + """ + + def _inner( + element: pyparsing.ParserElement, + parent: typing.Optional[EditablePartial], + lookup: ConverterState = None, + vertical: int = None, + index: int = 0, + name_hint: str = None, + show_results_names: bool = False, + show_groups: bool = False, + ) -> typing.Optional[EditablePartial]: + ret = fn( + element, + parent, + lookup, + vertical, + index, + name_hint, + show_results_names, + show_groups, + ) + + # apply annotation for results name, if present + if show_results_names and ret is not None: + element_results_name = element.resultsName + if element_results_name: + # add "*" to indicate if this is a "list all results" name + element_results_name += "" if element.modalResults else "*" + ret = EditablePartial.from_call( + railroad.Group, item=ret, label=element_results_name + ) + + return ret + + return _inner + + +def _visible_exprs(exprs: Iterable[pyparsing.ParserElement]): + non_diagramming_exprs = ( + pyparsing.ParseElementEnhance, + pyparsing.PositionToken, + pyparsing.And._ErrorStop, + ) + return [ + e + for e in exprs + if not (e.customName or e.resultsName or isinstance(e, non_diagramming_exprs)) + ] + + +@_apply_diagram_item_enhancements +def _to_diagram_element( + element: pyparsing.ParserElement, + parent: typing.Optional[EditablePartial], + lookup: ConverterState = None, + vertical: int = None, + index: int = 0, + name_hint: str = None, + show_results_names: bool = False, + show_groups: bool = False, +) -> typing.Optional[EditablePartial]: + """ + Recursively converts a PyParsing Element to a railroad Element + :param lookup: The shared converter state that keeps track of useful things + :param index: The index of this element within the parent + :param parent: The parent of this element in the output tree + :param vertical: Controls at what point we make a list of elements vertical. If this is an integer (the default), + it sets the threshold of the number of items before we go vertical. If True, always go vertical, if False, never + do so + :param name_hint: If provided, this will override the generated name + :param show_results_names: bool flag indicating whether to add annotations for results names + :returns: The converted version of the input element, but as a Partial that hasn't yet been constructed + :param show_groups: bool flag indicating whether to show groups using bounding box + """ + exprs = element.recurse() + name = name_hint or element.customName or element.__class__.__name__ + + # Python's id() is used to provide a unique identifier for elements + el_id = id(element) + + element_results_name = element.resultsName + + # Here we basically bypass processing certain wrapper elements if they contribute nothing to the diagram + if not element.customName: + if isinstance( + element, + ( + # pyparsing.TokenConverter, + # pyparsing.Forward, + pyparsing.Located, + ), + ): + # However, if this element has a useful custom name, and its child does not, we can pass it on to the child + if exprs: + if not exprs[0].customName: + propagated_name = name + else: + propagated_name = None + + return _to_diagram_element( + element.expr, + parent=parent, + lookup=lookup, + vertical=vertical, + index=index, + name_hint=propagated_name, + show_results_names=show_results_names, + show_groups=show_groups, + ) + + # If the element isn't worth extracting, we always treat it as the first time we say it + if _worth_extracting(element): + if el_id in lookup: + # If we've seen this element exactly once before, we are only just now finding out that it's a duplicate, + # so we have to extract it into a new diagram. + looked_up = lookup[el_id] + looked_up.mark_for_extraction(el_id, lookup, name=name_hint) + ret = EditablePartial.from_call(railroad.NonTerminal, text=looked_up.name) + return ret + + elif el_id in lookup.diagrams: + # If we have seen the element at least twice before, and have already extracted it into a subdiagram, we + # just put in a marker element that refers to the sub-diagram + ret = EditablePartial.from_call( + railroad.NonTerminal, text=lookup.diagrams[el_id].kwargs["name"] + ) + return ret + + # Recursively convert child elements + # Here we find the most relevant Railroad element for matching pyparsing Element + # We use ``items=[]`` here to hold the place for where the child elements will go once created + if isinstance(element, pyparsing.And): + # detect And's created with ``expr*N`` notation - for these use a OneOrMore with a repeat + # (all will have the same name, and resultsName) + if not exprs: + return None + if len(set((e.name, e.resultsName) for e in exprs)) == 1: + ret = EditablePartial.from_call( + railroad.OneOrMore, item="", repeat=str(len(exprs)) + ) + elif _should_vertical(vertical, exprs): + ret = EditablePartial.from_call(railroad.Stack, items=[]) + else: + ret = EditablePartial.from_call(railroad.Sequence, items=[]) + elif isinstance(element, (pyparsing.Or, pyparsing.MatchFirst)): + if not exprs: + return None + if _should_vertical(vertical, exprs): + ret = EditablePartial.from_call(railroad.Choice, 0, items=[]) + else: + ret = EditablePartial.from_call(railroad.HorizontalChoice, items=[]) + elif isinstance(element, pyparsing.Each): + if not exprs: + return None + ret = EditablePartial.from_call(EachItem, items=[]) + elif isinstance(element, pyparsing.NotAny): + ret = EditablePartial.from_call(AnnotatedItem, label="NOT", item="") + elif isinstance(element, pyparsing.FollowedBy): + ret = EditablePartial.from_call(AnnotatedItem, label="LOOKAHEAD", item="") + elif isinstance(element, pyparsing.PrecededBy): + ret = EditablePartial.from_call(AnnotatedItem, label="LOOKBEHIND", item="") + elif isinstance(element, pyparsing.Group): + if show_groups: + ret = EditablePartial.from_call(AnnotatedItem, label="", item="") + else: + ret = EditablePartial.from_call(railroad.Group, label="", item="") + elif isinstance(element, pyparsing.TokenConverter): + label = type(element).__name__.lower() + if label == "tokenconverter": + ret = EditablePartial.from_call(railroad.Sequence, items=[]) + else: + ret = EditablePartial.from_call(AnnotatedItem, label=label, item="") + elif isinstance(element, pyparsing.Opt): + ret = EditablePartial.from_call(railroad.Optional, item="") + elif isinstance(element, pyparsing.OneOrMore): + ret = EditablePartial.from_call(railroad.OneOrMore, item="") + elif isinstance(element, pyparsing.ZeroOrMore): + ret = EditablePartial.from_call(railroad.ZeroOrMore, item="") + elif isinstance(element, pyparsing.Group): + ret = EditablePartial.from_call( + railroad.Group, item=None, label=element_results_name + ) + elif isinstance(element, pyparsing.Empty) and not element.customName: + # Skip unnamed "Empty" elements + ret = None + elif isinstance(element, pyparsing.ParseElementEnhance): + ret = EditablePartial.from_call(railroad.Sequence, items=[]) + elif len(exprs) > 0 and not element_results_name: + ret = EditablePartial.from_call(railroad.Group, item="", label=name) + elif len(exprs) > 0: + ret = EditablePartial.from_call(railroad.Sequence, items=[]) + else: + terminal = EditablePartial.from_call(railroad.Terminal, element.defaultName) + ret = terminal + + if ret is None: + return + + # Indicate this element's position in the tree so we can extract it if necessary + lookup[el_id] = ElementState( + element=element, + converted=ret, + parent=parent, + parent_index=index, + number=lookup.generate_index(), + ) + if element.customName: + lookup[el_id].mark_for_extraction(el_id, lookup, element.customName) + + i = 0 + for expr in exprs: + # Add a placeholder index in case we have to extract the child before we even add it to the parent + if "items" in ret.kwargs: + ret.kwargs["items"].insert(i, None) + + item = _to_diagram_element( + expr, + parent=ret, + lookup=lookup, + vertical=vertical, + index=i, + show_results_names=show_results_names, + show_groups=show_groups, + ) + + # Some elements don't need to be shown in the diagram + if item is not None: + if "item" in ret.kwargs: + ret.kwargs["item"] = item + elif "items" in ret.kwargs: + # If we've already extracted the child, don't touch this index, since it's occupied by a nonterminal + ret.kwargs["items"][i] = item + i += 1 + elif "items" in ret.kwargs: + # If we're supposed to skip this element, remove it from the parent + del ret.kwargs["items"][i] + + # If all this items children are none, skip this item + if ret and ( + ("items" in ret.kwargs and len(ret.kwargs["items"]) == 0) + or ("item" in ret.kwargs and ret.kwargs["item"] is None) + ): + ret = EditablePartial.from_call(railroad.Terminal, name) + + # Mark this element as "complete", ie it has all of its children + if el_id in lookup: + lookup[el_id].complete = True + + if el_id in lookup and lookup[el_id].extract and lookup[el_id].complete: + lookup.extract_into_diagram(el_id) + if ret is not None: + ret = EditablePartial.from_call( + railroad.NonTerminal, text=lookup.diagrams[el_id].kwargs["name"] + ) + + return ret diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1cf8ebd7037bb3a07c8dbb0b768d319023e13e61 GIT binary patch literal 26821 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∾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 RO2)@UO^uIC6l4hae*w$?^(_DZ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/exceptions.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/exceptions.py new file mode 100644 index 0000000..12219f1 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/exceptions.py @@ -0,0 +1,299 @@ +# exceptions.py + +import re +import sys +import typing + +from .util import ( + col, + line, + lineno, + _collapse_string_to_ranges, + replaced_by_pep8, +) +from .unicode import pyparsing_unicode as ppu + + +class ExceptionWordUnicode(ppu.Latin1, ppu.LatinA, ppu.LatinB, ppu.Greek, ppu.Cyrillic): + pass + + +_extract_alphanums = _collapse_string_to_ranges(ExceptionWordUnicode.alphanums) +_exception_word_extractor = re.compile("([" + _extract_alphanums + "]{1,16})|.") + + +class ParseBaseException(Exception): + """base exception class for all parsing runtime exceptions""" + + loc: int + msg: str + pstr: str + parser_element: typing.Any # "ParserElement" + args: typing.Tuple[str, int, typing.Optional[str]] + + __slots__ = ( + "loc", + "msg", + "pstr", + "parser_element", + "args", + ) + + # Performance tuning: we construct a *lot* of these, so keep this + # constructor as small and fast as possible + def __init__( + self, + pstr: str, + loc: int = 0, + msg: typing.Optional[str] = None, + elem=None, + ): + self.loc = loc + if msg is None: + self.msg = pstr + self.pstr = "" + else: + self.msg = msg + self.pstr = pstr + self.parser_element = elem + self.args = (pstr, loc, msg) + + @staticmethod + def explain_exception(exc, depth=16): + """ + Method to take an exception and translate the Python internal traceback into a list + of the pyparsing expressions that caused the exception to be raised. + + Parameters: + + - exc - exception raised during parsing (need not be a ParseException, in support + of Python exceptions that might be raised in a parse action) + - depth (default=16) - number of levels back in the stack trace to list expression + and function names; if None, the full stack trace names will be listed; if 0, only + the failing input line, marker, and exception string will be shown + + Returns a multi-line string listing the ParserElements and/or function names in the + exception's stack trace. + """ + import inspect + from .core import ParserElement + + if depth is None: + depth = sys.getrecursionlimit() + ret = [] + if isinstance(exc, ParseBaseException): + ret.append(exc.line) + ret.append(" " * (exc.column - 1) + "^") + ret.append(f"{type(exc).__name__}: {exc}") + + if depth > 0: + callers = inspect.getinnerframes(exc.__traceback__, context=depth) + seen = set() + for i, ff in enumerate(callers[-depth:]): + frm = ff[0] + + f_self = frm.f_locals.get("self", None) + if isinstance(f_self, ParserElement): + if not frm.f_code.co_name.startswith( + ("parseImpl", "_parseNoCache") + ): + continue + if id(f_self) in seen: + continue + seen.add(id(f_self)) + + self_type = type(f_self) + ret.append( + f"{self_type.__module__}.{self_type.__name__} - {f_self}" + ) + + elif f_self is not None: + self_type = type(f_self) + ret.append(f"{self_type.__module__}.{self_type.__name__}") + + else: + code = frm.f_code + if code.co_name in ("wrapper", ""): + continue + + ret.append(code.co_name) + + depth -= 1 + if not depth: + break + + return "\n".join(ret) + + @classmethod + def _from_exception(cls, pe): + """ + internal factory method to simplify creating one type of ParseException + from another - avoids having __init__ signature conflicts among subclasses + """ + return cls(pe.pstr, pe.loc, pe.msg, pe.parser_element) + + @property + def line(self) -> str: + """ + Return the line of text where the exception occurred. + """ + return line(self.loc, self.pstr) + + @property + def lineno(self) -> int: + """ + Return the 1-based line number of text where the exception occurred. + """ + return lineno(self.loc, self.pstr) + + @property + def col(self) -> int: + """ + Return the 1-based column on the line of text where the exception occurred. + """ + return col(self.loc, self.pstr) + + @property + def column(self) -> int: + """ + Return the 1-based column on the line of text where the exception occurred. + """ + return col(self.loc, self.pstr) + + # pre-PEP8 compatibility + @property + def parserElement(self): + return self.parser_element + + @parserElement.setter + def parserElement(self, elem): + self.parser_element = elem + + def __str__(self) -> str: + if self.pstr: + if self.loc >= len(self.pstr): + foundstr = ", found end of text" + else: + # pull out next word at error location + found_match = _exception_word_extractor.match(self.pstr, self.loc) + if found_match is not None: + found = found_match.group(0) + else: + found = self.pstr[self.loc : self.loc + 1] + foundstr = (", found %r" % found).replace(r"\\", "\\") + else: + foundstr = "" + return f"{self.msg}{foundstr} (at char {self.loc}), (line:{self.lineno}, col:{self.column})" + + def __repr__(self): + return str(self) + + def mark_input_line( + self, marker_string: typing.Optional[str] = None, *, markerString: str = ">!<" + ) -> str: + """ + Extracts the exception line from the input string, and marks + the location of the exception with a special symbol. + """ + markerString = marker_string if marker_string is not None else markerString + line_str = self.line + line_column = self.column - 1 + if markerString: + line_str = "".join( + (line_str[:line_column], markerString, line_str[line_column:]) + ) + return line_str.strip() + + def explain(self, depth=16) -> str: + """ + Method to translate the Python internal traceback into a list + of the pyparsing expressions that caused the exception to be raised. + + Parameters: + + - depth (default=16) - number of levels back in the stack trace to list expression + and function names; if None, the full stack trace names will be listed; if 0, only + the failing input line, marker, and exception string will be shown + + Returns a multi-line string listing the ParserElements and/or function names in the + exception's stack trace. + + Example:: + + expr = pp.Word(pp.nums) * 3 + try: + expr.parse_string("123 456 A789") + except pp.ParseException as pe: + print(pe.explain(depth=0)) + + prints:: + + 123 456 A789 + ^ + ParseException: Expected W:(0-9), found 'A' (at char 8), (line:1, col:9) + + Note: the diagnostic output will include string representations of the expressions + that failed to parse. These representations will be more helpful if you use `set_name` to + give identifiable names to your expressions. Otherwise they will use the default string + forms, which may be cryptic to read. + + Note: pyparsing's default truncation of exception tracebacks may also truncate the + stack of expressions that are displayed in the ``explain`` output. To get the full listing + of parser expressions, you may have to set ``ParserElement.verbose_stacktrace = True`` + """ + return self.explain_exception(self, depth) + + # fmt: off + @replaced_by_pep8(mark_input_line) + def markInputline(self): ... + # fmt: on + + +class ParseException(ParseBaseException): + """ + Exception thrown when a parse expression doesn't match the input string + + Example:: + + try: + Word(nums).set_name("integer").parse_string("ABC") + except ParseException as pe: + print(pe) + print("column: {}".format(pe.column)) + + prints:: + + Expected integer (at char 0), (line:1, col:1) + column: 1 + + """ + + +class ParseFatalException(ParseBaseException): + """ + User-throwable exception thrown when inconsistent parse content + is found; stops all parsing immediately + """ + + +class ParseSyntaxException(ParseFatalException): + """ + Just like :class:`ParseFatalException`, but thrown internally + when an :class:`ErrorStop` ('-' operator) indicates + that parsing is to stop immediately because an unbacktrackable + syntax error has been found. + """ + + +class RecursiveGrammarException(Exception): + """ + Exception thrown by :class:`ParserElement.validate` if the + grammar could be left-recursive; parser may need to enable + left recursion using :class:`ParserElement.enable_left_recursion` + """ + + def __init__(self, parseElementList): + self.parseElementTrace = parseElementList + + def __str__(self) -> str: + return f"RecursiveGrammarException: {self.parseElementTrace}" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py new file mode 100644 index 0000000..018f0d6 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py @@ -0,0 +1,1100 @@ +# helpers.py +import html.entities +import re +import sys +import typing + +from . import __diag__ +from .core import * +from .util import ( + _bslash, + _flatten, + _escape_regex_range_chars, + replaced_by_pep8, +) + + +# +# global helpers +# +def counted_array( + expr: ParserElement, + int_expr: typing.Optional[ParserElement] = None, + *, + intExpr: typing.Optional[ParserElement] = None, +) -> ParserElement: + """Helper to define a counted list of expressions. + + This helper defines a pattern of the form:: + + integer expr expr expr... + + where the leading integer tells how many expr expressions follow. + The matched tokens returns the array of expr tokens as a list - the + leading count token is suppressed. + + If ``int_expr`` is specified, it should be a pyparsing expression + that produces an integer value. + + Example:: + + counted_array(Word(alphas)).parse_string('2 ab cd ef') # -> ['ab', 'cd'] + + # in this parser, the leading integer value is given in binary, + # '10' indicating that 2 values are in the array + binary_constant = Word('01').set_parse_action(lambda t: int(t[0], 2)) + counted_array(Word(alphas), int_expr=binary_constant).parse_string('10 ab cd ef') # -> ['ab', 'cd'] + + # if other fields must be parsed after the count but before the + # list items, give the fields results names and they will + # be preserved in the returned ParseResults: + count_with_metadata = integer + Word(alphas)("type") + typed_array = counted_array(Word(alphanums), int_expr=count_with_metadata)("items") + result = typed_array.parse_string("3 bool True True False") + print(result.dump()) + + # prints + # ['True', 'True', 'False'] + # - items: ['True', 'True', 'False'] + # - type: 'bool' + """ + intExpr = intExpr or int_expr + array_expr = Forward() + + def count_field_parse_action(s, l, t): + nonlocal array_expr + n = t[0] + array_expr <<= (expr * n) if n else Empty() + # clear list contents, but keep any named results + del t[:] + + if intExpr is None: + intExpr = Word(nums).set_parse_action(lambda t: int(t[0])) + else: + intExpr = intExpr.copy() + intExpr.set_name("arrayLen") + intExpr.add_parse_action(count_field_parse_action, call_during_try=True) + return (intExpr + array_expr).set_name("(len) " + str(expr) + "...") + + +def match_previous_literal(expr: ParserElement) -> ParserElement: + """Helper to define an expression that is indirectly defined from + the tokens matched in a previous expression, that is, it looks for + a 'repeat' of a previous expression. For example:: + + first = Word(nums) + second = match_previous_literal(first) + match_expr = first + ":" + second + + will match ``"1:1"``, but not ``"1:2"``. Because this + matches a previous literal, will also match the leading + ``"1:1"`` in ``"1:10"``. If this is not desired, use + :class:`match_previous_expr`. Do *not* use with packrat parsing + enabled. + """ + rep = Forward() + + def copy_token_to_repeater(s, l, t): + if t: + if len(t) == 1: + rep << t[0] + else: + # flatten t tokens + tflat = _flatten(t.as_list()) + rep << And(Literal(tt) for tt in tflat) + else: + rep << Empty() + + expr.add_parse_action(copy_token_to_repeater, callDuringTry=True) + rep.set_name("(prev) " + str(expr)) + return rep + + +def match_previous_expr(expr: ParserElement) -> ParserElement: + """Helper to define an expression that is indirectly defined from + the tokens matched in a previous expression, that is, it looks for + a 'repeat' of a previous expression. For example:: + + first = Word(nums) + second = match_previous_expr(first) + match_expr = first + ":" + second + + will match ``"1:1"``, but not ``"1:2"``. Because this + matches by expressions, will *not* match the leading ``"1:1"`` + in ``"1:10"``; the expressions are evaluated first, and then + compared, so ``"1"`` is compared with ``"10"``. Do *not* use + with packrat parsing enabled. + """ + rep = Forward() + e2 = expr.copy() + rep <<= e2 + + def copy_token_to_repeater(s, l, t): + matchTokens = _flatten(t.as_list()) + + def must_match_these_tokens(s, l, t): + theseTokens = _flatten(t.as_list()) + if theseTokens != matchTokens: + raise ParseException( + s, l, f"Expected {matchTokens}, found{theseTokens}" + ) + + rep.set_parse_action(must_match_these_tokens, callDuringTry=True) + + expr.add_parse_action(copy_token_to_repeater, callDuringTry=True) + rep.set_name("(prev) " + str(expr)) + return rep + + +def one_of( + strs: Union[typing.Iterable[str], str], + caseless: bool = False, + use_regex: bool = True, + as_keyword: bool = False, + *, + useRegex: bool = True, + asKeyword: bool = False, +) -> ParserElement: + """Helper to quickly define a set of alternative :class:`Literal` s, + and makes sure to do longest-first testing when there is a conflict, + regardless of the input order, but returns + a :class:`MatchFirst` for best performance. + + Parameters: + + - ``strs`` - a string of space-delimited literals, or a collection of + string literals + - ``caseless`` - treat all literals as caseless - (default= ``False``) + - ``use_regex`` - as an optimization, will + generate a :class:`Regex` object; otherwise, will generate + a :class:`MatchFirst` object (if ``caseless=True`` or ``as_keyword=True``, or if + creating a :class:`Regex` raises an exception) - (default= ``True``) + - ``as_keyword`` - enforce :class:`Keyword`-style matching on the + generated expressions - (default= ``False``) + - ``asKeyword`` and ``useRegex`` are retained for pre-PEP8 compatibility, + but will be removed in a future release + + Example:: + + comp_oper = one_of("< = > <= >= !=") + var = Word(alphas) + number = Word(nums) + term = var | number + comparison_expr = term + comp_oper + term + print(comparison_expr.search_string("B = 12 AA=23 B<=AA AA>12")) + + prints:: + + [['B', '=', '12'], ['AA', '=', '23'], ['B', '<=', 'AA'], ['AA', '>', '12']] + """ + asKeyword = asKeyword or as_keyword + useRegex = useRegex and use_regex + + if ( + isinstance(caseless, str_type) + and __diag__.warn_on_multiple_string_args_to_oneof + ): + warnings.warn( + "More than one string argument passed to one_of, pass" + " choices as a list or space-delimited string", + stacklevel=2, + ) + + if caseless: + isequal = lambda a, b: a.upper() == b.upper() + masks = lambda a, b: b.upper().startswith(a.upper()) + parseElementClass = CaselessKeyword if asKeyword else CaselessLiteral + else: + isequal = lambda a, b: a == b + masks = lambda a, b: b.startswith(a) + parseElementClass = Keyword if asKeyword else Literal + + symbols: List[str] = [] + if isinstance(strs, str_type): + strs = typing.cast(str, strs) + symbols = strs.split() + elif isinstance(strs, Iterable): + symbols = list(strs) + else: + raise TypeError("Invalid argument to one_of, expected string or iterable") + if not symbols: + return NoMatch() + + # reorder given symbols to take care to avoid masking longer choices with shorter ones + # (but only if the given symbols are not just single characters) + if any(len(sym) > 1 for sym in symbols): + i = 0 + while i < len(symbols) - 1: + cur = symbols[i] + for j, other in enumerate(symbols[i + 1 :]): + if isequal(other, cur): + del symbols[i + j + 1] + break + elif masks(cur, other): + del symbols[i + j + 1] + symbols.insert(i, other) + break + else: + i += 1 + + if useRegex: + re_flags: int = re.IGNORECASE if caseless else 0 + + try: + if all(len(sym) == 1 for sym in symbols): + # symbols are just single characters, create range regex pattern + patt = f"[{''.join(_escape_regex_range_chars(sym) for sym in symbols)}]" + else: + patt = "|".join(re.escape(sym) for sym in symbols) + + # wrap with \b word break markers if defining as keywords + if asKeyword: + patt = rf"\b(?:{patt})\b" + + ret = Regex(patt, flags=re_flags).set_name(" | ".join(symbols)) + + if caseless: + # add parse action to return symbols as specified, not in random + # casing as found in input string + symbol_map = {sym.lower(): sym for sym in symbols} + ret.add_parse_action(lambda s, l, t: symbol_map[t[0].lower()]) + + return ret + + except re.error: + warnings.warn( + "Exception creating Regex for one_of, building MatchFirst", stacklevel=2 + ) + + # last resort, just use MatchFirst + return MatchFirst(parseElementClass(sym) for sym in symbols).set_name( + " | ".join(symbols) + ) + + +def dict_of(key: ParserElement, value: ParserElement) -> ParserElement: + """Helper to easily and clearly define a dictionary by specifying + the respective patterns for the key and value. Takes care of + defining the :class:`Dict`, :class:`ZeroOrMore`, and + :class:`Group` tokens in the proper order. The key pattern + can include delimiting markers or punctuation, as long as they are + suppressed, thereby leaving the significant key text. The value + pattern can include named results, so that the :class:`Dict` results + can include named token fields. + + Example:: + + text = "shape: SQUARE posn: upper left color: light blue texture: burlap" + attr_expr = (label + Suppress(':') + OneOrMore(data_word, stop_on=label).set_parse_action(' '.join)) + print(attr_expr[1, ...].parse_string(text).dump()) + + attr_label = label + attr_value = Suppress(':') + OneOrMore(data_word, stop_on=label).set_parse_action(' '.join) + + # similar to Dict, but simpler call format + result = dict_of(attr_label, attr_value).parse_string(text) + print(result.dump()) + print(result['shape']) + print(result.shape) # object attribute access works too + print(result.as_dict()) + + prints:: + + [['shape', 'SQUARE'], ['posn', 'upper left'], ['color', 'light blue'], ['texture', 'burlap']] + - color: 'light blue' + - posn: 'upper left' + - shape: 'SQUARE' + - texture: 'burlap' + SQUARE + SQUARE + {'color': 'light blue', 'shape': 'SQUARE', 'posn': 'upper left', 'texture': 'burlap'} + """ + return Dict(OneOrMore(Group(key + value))) + + +def original_text_for( + expr: ParserElement, as_string: bool = True, *, asString: bool = True +) -> ParserElement: + """Helper to return the original, untokenized text for a given + expression. Useful to restore the parsed fields of an HTML start + tag into the raw tag text itself, or to revert separate tokens with + intervening whitespace back to the original matching input text. By + default, returns a string containing the original parsed text. + + If the optional ``as_string`` argument is passed as + ``False``, then the return value is + a :class:`ParseResults` containing any results names that + were originally matched, and a single token containing the original + matched text from the input string. So if the expression passed to + :class:`original_text_for` contains expressions with defined + results names, you must set ``as_string`` to ``False`` if you + want to preserve those results name values. + + The ``asString`` pre-PEP8 argument is retained for compatibility, + but will be removed in a future release. + + Example:: + + src = "this is test bold text normal text " + for tag in ("b", "i"): + opener, closer = make_html_tags(tag) + patt = original_text_for(opener + ... + closer) + print(patt.search_string(src)[0]) + + prints:: + + [' bold text '] + ['text'] + """ + asString = asString and as_string + + locMarker = Empty().set_parse_action(lambda s, loc, t: loc) + endlocMarker = locMarker.copy() + endlocMarker.callPreparse = False + matchExpr = locMarker("_original_start") + expr + endlocMarker("_original_end") + if asString: + extractText = lambda s, l, t: s[t._original_start : t._original_end] + else: + + def extractText(s, l, t): + t[:] = [s[t.pop("_original_start") : t.pop("_original_end")]] + + matchExpr.set_parse_action(extractText) + matchExpr.ignoreExprs = expr.ignoreExprs + matchExpr.suppress_warning(Diagnostics.warn_ungrouped_named_tokens_in_collection) + return matchExpr + + +def ungroup(expr: ParserElement) -> ParserElement: + """Helper to undo pyparsing's default grouping of And expressions, + even if all but one are non-empty. + """ + return TokenConverter(expr).add_parse_action(lambda t: t[0]) + + +def locatedExpr(expr: ParserElement) -> ParserElement: + """ + (DEPRECATED - future code should use the :class:`Located` class) + Helper to decorate a returned token with its starting and ending + locations in the input string. + + This helper adds the following results names: + + - ``locn_start`` - location where matched expression begins + - ``locn_end`` - location where matched expression ends + - ``value`` - the actual parsed results + + Be careful if the input text contains ```` characters, you + may want to call :class:`ParserElement.parse_with_tabs` + + Example:: + + wd = Word(alphas) + for match in locatedExpr(wd).search_string("ljsdf123lksdjjf123lkkjj1222"): + print(match) + + prints:: + + [[0, 'ljsdf', 5]] + [[8, 'lksdjjf', 15]] + [[18, 'lkkjj', 23]] + """ + locator = Empty().set_parse_action(lambda ss, ll, tt: ll) + return Group( + locator("locn_start") + + expr("value") + + locator.copy().leaveWhitespace()("locn_end") + ) + + +def nested_expr( + opener: Union[str, ParserElement] = "(", + closer: Union[str, ParserElement] = ")", + content: typing.Optional[ParserElement] = None, + ignore_expr: ParserElement = quoted_string(), + *, + ignoreExpr: ParserElement = quoted_string(), +) -> ParserElement: + """Helper method for defining nested lists enclosed in opening and + closing delimiters (``"("`` and ``")"`` are the default). + + Parameters: + + - ``opener`` - opening character for a nested list + (default= ``"("``); can also be a pyparsing expression + - ``closer`` - closing character for a nested list + (default= ``")"``); can also be a pyparsing expression + - ``content`` - expression for items within the nested lists + (default= ``None``) + - ``ignore_expr`` - expression for ignoring opening and closing delimiters + (default= :class:`quoted_string`) + - ``ignoreExpr`` - this pre-PEP8 argument is retained for compatibility + but will be removed in a future release + + If an expression is not provided for the content argument, the + nested expression will capture all whitespace-delimited content + between delimiters as a list of separate values. + + Use the ``ignore_expr`` argument to define expressions that may + contain opening or closing characters that should not be treated as + opening or closing characters for nesting, such as quoted_string or + a comment expression. Specify multiple expressions using an + :class:`Or` or :class:`MatchFirst`. The default is + :class:`quoted_string`, but if no expressions are to be ignored, then + pass ``None`` for this argument. + + Example:: + + data_type = one_of("void int short long char float double") + decl_data_type = Combine(data_type + Opt(Word('*'))) + ident = Word(alphas+'_', alphanums+'_') + number = pyparsing_common.number + arg = Group(decl_data_type + ident) + LPAR, RPAR = map(Suppress, "()") + + code_body = nested_expr('{', '}', ignore_expr=(quoted_string | c_style_comment)) + + c_function = (decl_data_type("type") + + ident("name") + + LPAR + Opt(DelimitedList(arg), [])("args") + RPAR + + code_body("body")) + c_function.ignore(c_style_comment) + + source_code = ''' + int is_odd(int x) { + return (x%2); + } + + int dec_to_hex(char hchar) { + if (hchar >= '0' && hchar <= '9') { + return (ord(hchar)-ord('0')); + } else { + return (10+ord(hchar)-ord('A')); + } + } + ''' + for func in c_function.search_string(source_code): + print("%(name)s (%(type)s) args: %(args)s" % func) + + + prints:: + + is_odd (int) args: [['int', 'x']] + dec_to_hex (int) args: [['char', 'hchar']] + """ + if ignoreExpr != ignore_expr: + ignoreExpr = ignore_expr if ignoreExpr == quoted_string() else ignoreExpr + if opener == closer: + raise ValueError("opening and closing strings cannot be the same") + if content is None: + if isinstance(opener, str_type) and isinstance(closer, str_type): + opener = typing.cast(str, opener) + closer = typing.cast(str, closer) + if len(opener) == 1 and len(closer) == 1: + if ignoreExpr is not None: + content = Combine( + OneOrMore( + ~ignoreExpr + + CharsNotIn( + opener + closer + ParserElement.DEFAULT_WHITE_CHARS, + exact=1, + ) + ) + ).set_parse_action(lambda t: t[0].strip()) + else: + content = empty.copy() + CharsNotIn( + opener + closer + ParserElement.DEFAULT_WHITE_CHARS + ).set_parse_action(lambda t: t[0].strip()) + else: + if ignoreExpr is not None: + content = Combine( + OneOrMore( + ~ignoreExpr + + ~Literal(opener) + + ~Literal(closer) + + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1) + ) + ).set_parse_action(lambda t: t[0].strip()) + else: + content = Combine( + OneOrMore( + ~Literal(opener) + + ~Literal(closer) + + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1) + ) + ).set_parse_action(lambda t: t[0].strip()) + else: + raise ValueError( + "opening and closing arguments must be strings if no content expression is given" + ) + ret = Forward() + if ignoreExpr is not None: + ret <<= Group( + Suppress(opener) + ZeroOrMore(ignoreExpr | ret | content) + Suppress(closer) + ) + else: + ret <<= Group(Suppress(opener) + ZeroOrMore(ret | content) + Suppress(closer)) + ret.set_name("nested %s%s expression" % (opener, closer)) + return ret + + +def _makeTags(tagStr, xml, suppress_LT=Suppress("<"), suppress_GT=Suppress(">")): + """Internal helper to construct opening and closing tag expressions, given a tag name""" + if isinstance(tagStr, str_type): + resname = tagStr + tagStr = Keyword(tagStr, caseless=not xml) + else: + resname = tagStr.name + + tagAttrName = Word(alphas, alphanums + "_-:") + if xml: + tagAttrValue = dbl_quoted_string.copy().set_parse_action(remove_quotes) + openTag = ( + suppress_LT + + tagStr("tag") + + Dict(ZeroOrMore(Group(tagAttrName + Suppress("=") + tagAttrValue))) + + Opt("/", default=[False])("empty").set_parse_action( + lambda s, l, t: t[0] == "/" + ) + + suppress_GT + ) + else: + tagAttrValue = quoted_string.copy().set_parse_action(remove_quotes) | Word( + printables, exclude_chars=">" + ) + openTag = ( + suppress_LT + + tagStr("tag") + + Dict( + ZeroOrMore( + Group( + tagAttrName.set_parse_action(lambda t: t[0].lower()) + + Opt(Suppress("=") + tagAttrValue) + ) + ) + ) + + Opt("/", default=[False])("empty").set_parse_action( + lambda s, l, t: t[0] == "/" + ) + + suppress_GT + ) + closeTag = Combine(Literal("", adjacent=False) + + openTag.set_name("<%s>" % resname) + # add start results name in parse action now that ungrouped names are not reported at two levels + openTag.add_parse_action( + lambda t: t.__setitem__( + "start" + "".join(resname.replace(":", " ").title().split()), t.copy() + ) + ) + closeTag = closeTag( + "end" + "".join(resname.replace(":", " ").title().split()) + ).set_name("" % resname) + openTag.tag = resname + closeTag.tag = resname + openTag.tag_body = SkipTo(closeTag()) + return openTag, closeTag + + +def make_html_tags( + tag_str: Union[str, ParserElement] +) -> Tuple[ParserElement, ParserElement]: + """Helper to construct opening and closing tag expressions for HTML, + given a tag name. Matches tags in either upper or lower case, + attributes with namespaces and with quoted or unquoted values. + + Example:: + + text = 'More info at the
pyparsing wiki page' + # make_html_tags returns pyparsing expressions for the opening and + # closing tags as a 2-tuple + a, a_end = make_html_tags("A") + link_expr = a + SkipTo(a_end)("link_text") + a_end + + for link in link_expr.search_string(text): + # attributes in the tag (like "href" shown here) are + # also accessible as named results + print(link.link_text, '->', link.href) + + prints:: + + pyparsing -> https://github.com/pyparsing/pyparsing/wiki + """ + return _makeTags(tag_str, False) + + +def make_xml_tags( + tag_str: Union[str, ParserElement] +) -> Tuple[ParserElement, ParserElement]: + """Helper to construct opening and closing tag expressions for XML, + given a tag name. Matches tags only in the given upper/lower case. + + Example: similar to :class:`make_html_tags` + """ + return _makeTags(tag_str, True) + + +any_open_tag: ParserElement +any_close_tag: ParserElement +any_open_tag, any_close_tag = make_html_tags( + Word(alphas, alphanums + "_:").set_name("any tag") +) + +_htmlEntityMap = {k.rstrip(";"): v for k, v in html.entities.html5.items()} +common_html_entity = Regex("&(?P" + "|".join(_htmlEntityMap) + ");").set_name( + "common HTML entity" +) + + +def replace_html_entity(s, l, t): + """Helper parser action to replace common HTML entities with their special characters""" + return _htmlEntityMap.get(t.entity) + + +class OpAssoc(Enum): + """Enumeration of operator associativity + - used in constructing InfixNotationOperatorSpec for :class:`infix_notation`""" + + LEFT = 1 + RIGHT = 2 + + +InfixNotationOperatorArgType = Union[ + ParserElement, str, Tuple[Union[ParserElement, str], Union[ParserElement, str]] +] +InfixNotationOperatorSpec = Union[ + Tuple[ + InfixNotationOperatorArgType, + int, + OpAssoc, + typing.Optional[ParseAction], + ], + Tuple[ + InfixNotationOperatorArgType, + int, + OpAssoc, + ], +] + + +def infix_notation( + base_expr: ParserElement, + op_list: List[InfixNotationOperatorSpec], + lpar: Union[str, ParserElement] = Suppress("("), + rpar: Union[str, ParserElement] = Suppress(")"), +) -> ParserElement: + """Helper method for constructing grammars of expressions made up of + operators working in a precedence hierarchy. Operators may be unary + or binary, left- or right-associative. Parse actions can also be + attached to operator expressions. The generated parser will also + recognize the use of parentheses to override operator precedences + (see example below). + + Note: if you define a deep operator list, you may see performance + issues when using infix_notation. See + :class:`ParserElement.enable_packrat` for a mechanism to potentially + improve your parser performance. + + Parameters: + + - ``base_expr`` - expression representing the most basic operand to + be used in the expression + - ``op_list`` - list of tuples, one for each operator precedence level + in the expression grammar; each tuple is of the form ``(op_expr, + num_operands, right_left_assoc, (optional)parse_action)``, where: + + - ``op_expr`` is the pyparsing expression for the operator; may also + be a string, which will be converted to a Literal; if ``num_operands`` + is 3, ``op_expr`` is a tuple of two expressions, for the two + operators separating the 3 terms + - ``num_operands`` is the number of terms for this operator (must be 1, + 2, or 3) + - ``right_left_assoc`` is the indicator whether the operator is right + or left associative, using the pyparsing-defined constants + ``OpAssoc.RIGHT`` and ``OpAssoc.LEFT``. + - ``parse_action`` is the parse action to be associated with + expressions matching this operator expression (the parse action + tuple member may be omitted); if the parse action is passed + a tuple or list of functions, this is equivalent to calling + ``set_parse_action(*fn)`` + (:class:`ParserElement.set_parse_action`) + - ``lpar`` - expression for matching left-parentheses; if passed as a + str, then will be parsed as ``Suppress(lpar)``. If lpar is passed as + an expression (such as ``Literal('(')``), then it will be kept in + the parsed results, and grouped with them. (default= ``Suppress('(')``) + - ``rpar`` - expression for matching right-parentheses; if passed as a + str, then will be parsed as ``Suppress(rpar)``. If rpar is passed as + an expression (such as ``Literal(')')``), then it will be kept in + the parsed results, and grouped with them. (default= ``Suppress(')')``) + + Example:: + + # simple example of four-function arithmetic with ints and + # variable names + integer = pyparsing_common.signed_integer + varname = pyparsing_common.identifier + + arith_expr = infix_notation(integer | varname, + [ + ('-', 1, OpAssoc.RIGHT), + (one_of('* /'), 2, OpAssoc.LEFT), + (one_of('+ -'), 2, OpAssoc.LEFT), + ]) + + arith_expr.run_tests(''' + 5+3*6 + (5+3)*6 + -2--11 + ''', full_dump=False) + + prints:: + + 5+3*6 + [[5, '+', [3, '*', 6]]] + + (5+3)*6 + [[[5, '+', 3], '*', 6]] + + (5+x)*y + [[[5, '+', 'x'], '*', 'y']] + + -2--11 + [[['-', 2], '-', ['-', 11]]] + """ + + # captive version of FollowedBy that does not do parse actions or capture results names + class _FB(FollowedBy): + def parseImpl(self, instring, loc, doActions=True): + self.expr.try_parse(instring, loc) + return loc, [] + + _FB.__name__ = "FollowedBy>" + + ret = Forward() + if isinstance(lpar, str): + lpar = Suppress(lpar) + if isinstance(rpar, str): + rpar = Suppress(rpar) + + # if lpar and rpar are not suppressed, wrap in group + if not (isinstance(rpar, Suppress) and isinstance(rpar, Suppress)): + lastExpr = base_expr | Group(lpar + ret + rpar) + else: + lastExpr = base_expr | (lpar + ret + rpar) + + arity: int + rightLeftAssoc: opAssoc + pa: typing.Optional[ParseAction] + opExpr1: ParserElement + opExpr2: ParserElement + for i, operDef in enumerate(op_list): + opExpr, arity, rightLeftAssoc, pa = (operDef + (None,))[:4] # type: ignore[assignment] + if isinstance(opExpr, str_type): + opExpr = ParserElement._literalStringClass(opExpr) + opExpr = typing.cast(ParserElement, opExpr) + if arity == 3: + if not isinstance(opExpr, (tuple, list)) or len(opExpr) != 2: + raise ValueError( + "if numterms=3, opExpr must be a tuple or list of two expressions" + ) + opExpr1, opExpr2 = opExpr + term_name = f"{opExpr1}{opExpr2} term" + else: + term_name = f"{opExpr} term" + + if not 1 <= arity <= 3: + raise ValueError("operator must be unary (1), binary (2), or ternary (3)") + + if rightLeftAssoc not in (OpAssoc.LEFT, OpAssoc.RIGHT): + raise ValueError("operator must indicate right or left associativity") + + thisExpr: ParserElement = Forward().set_name(term_name) + thisExpr = typing.cast(Forward, thisExpr) + if rightLeftAssoc is OpAssoc.LEFT: + if arity == 1: + matchExpr = _FB(lastExpr + opExpr) + Group(lastExpr + opExpr[1, ...]) + elif arity == 2: + if opExpr is not None: + matchExpr = _FB(lastExpr + opExpr + lastExpr) + Group( + lastExpr + (opExpr + lastExpr)[1, ...] + ) + else: + matchExpr = _FB(lastExpr + lastExpr) + Group(lastExpr[2, ...]) + elif arity == 3: + matchExpr = _FB( + lastExpr + opExpr1 + lastExpr + opExpr2 + lastExpr + ) + Group(lastExpr + OneOrMore(opExpr1 + lastExpr + opExpr2 + lastExpr)) + elif rightLeftAssoc is OpAssoc.RIGHT: + if arity == 1: + # try to avoid LR with this extra test + if not isinstance(opExpr, Opt): + opExpr = Opt(opExpr) + matchExpr = _FB(opExpr.expr + thisExpr) + Group(opExpr + thisExpr) + elif arity == 2: + if opExpr is not None: + matchExpr = _FB(lastExpr + opExpr + thisExpr) + Group( + lastExpr + (opExpr + thisExpr)[1, ...] + ) + else: + matchExpr = _FB(lastExpr + thisExpr) + Group( + lastExpr + thisExpr[1, ...] + ) + elif arity == 3: + matchExpr = _FB( + lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr + ) + Group(lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr) + if pa: + if isinstance(pa, (tuple, list)): + matchExpr.set_parse_action(*pa) + else: + matchExpr.set_parse_action(pa) + thisExpr <<= (matchExpr | lastExpr).setName(term_name) + lastExpr = thisExpr + ret <<= lastExpr + return ret + + +def indentedBlock(blockStatementExpr, indentStack, indent=True, backup_stacks=[]): + """ + (DEPRECATED - use :class:`IndentedBlock` class instead) + Helper method for defining space-delimited indentation blocks, + such as those used to define block statements in Python source code. + + Parameters: + + - ``blockStatementExpr`` - expression defining syntax of statement that + is repeated within the indented block + - ``indentStack`` - list created by caller to manage indentation stack + (multiple ``statementWithIndentedBlock`` expressions within a single + grammar should share a common ``indentStack``) + - ``indent`` - boolean indicating whether block must be indented beyond + the current level; set to ``False`` for block of left-most statements + (default= ``True``) + + A valid block must contain at least one ``blockStatement``. + + (Note that indentedBlock uses internal parse actions which make it + incompatible with packrat parsing.) + + Example:: + + data = ''' + def A(z): + A1 + B = 100 + G = A2 + A2 + A3 + B + def BB(a,b,c): + BB1 + def BBA(): + bba1 + bba2 + bba3 + C + D + def spam(x,y): + def eggs(z): + pass + ''' + + + indentStack = [1] + stmt = Forward() + + identifier = Word(alphas, alphanums) + funcDecl = ("def" + identifier + Group("(" + Opt(delimitedList(identifier)) + ")") + ":") + func_body = indentedBlock(stmt, indentStack) + funcDef = Group(funcDecl + func_body) + + rvalue = Forward() + funcCall = Group(identifier + "(" + Opt(delimitedList(rvalue)) + ")") + rvalue << (funcCall | identifier | Word(nums)) + assignment = Group(identifier + "=" + rvalue) + stmt << (funcDef | assignment | identifier) + + module_body = stmt[1, ...] + + parseTree = module_body.parseString(data) + parseTree.pprint() + + prints:: + + [['def', + 'A', + ['(', 'z', ')'], + ':', + [['A1'], [['B', '=', '100']], [['G', '=', 'A2']], ['A2'], ['A3']]], + 'B', + ['def', + 'BB', + ['(', 'a', 'b', 'c', ')'], + ':', + [['BB1'], [['def', 'BBA', ['(', ')'], ':', [['bba1'], ['bba2'], ['bba3']]]]]], + 'C', + 'D', + ['def', + 'spam', + ['(', 'x', 'y', ')'], + ':', + [[['def', 'eggs', ['(', 'z', ')'], ':', [['pass']]]]]]] + """ + backup_stacks.append(indentStack[:]) + + def reset_stack(): + indentStack[:] = backup_stacks[-1] + + def checkPeerIndent(s, l, t): + if l >= len(s): + return + curCol = col(l, s) + if curCol != indentStack[-1]: + if curCol > indentStack[-1]: + raise ParseException(s, l, "illegal nesting") + raise ParseException(s, l, "not a peer entry") + + def checkSubIndent(s, l, t): + curCol = col(l, s) + if curCol > indentStack[-1]: + indentStack.append(curCol) + else: + raise ParseException(s, l, "not a subentry") + + def checkUnindent(s, l, t): + if l >= len(s): + return + curCol = col(l, s) + if not (indentStack and curCol in indentStack): + raise ParseException(s, l, "not an unindent") + if curCol < indentStack[-1]: + indentStack.pop() + + NL = OneOrMore(LineEnd().set_whitespace_chars("\t ").suppress()) + INDENT = (Empty() + Empty().set_parse_action(checkSubIndent)).set_name("INDENT") + PEER = Empty().set_parse_action(checkPeerIndent).set_name("") + UNDENT = Empty().set_parse_action(checkUnindent).set_name("UNINDENT") + if indent: + smExpr = Group( + Opt(NL) + + INDENT + + OneOrMore(PEER + Group(blockStatementExpr) + Opt(NL)) + + UNDENT + ) + else: + smExpr = Group( + Opt(NL) + + OneOrMore(PEER + Group(blockStatementExpr) + Opt(NL)) + + Opt(UNDENT) + ) + + # add a parse action to remove backup_stack from list of backups + smExpr.add_parse_action( + lambda: backup_stacks.pop(-1) and None if backup_stacks else None + ) + smExpr.set_fail_action(lambda a, b, c, d: reset_stack()) + blockStatementExpr.ignore(_bslash + LineEnd()) + return smExpr.set_name("indented block") + + +# it's easy to get these comment structures wrong - they're very common, so may as well make them available +c_style_comment = Combine(Regex(r"/\*(?:[^*]|\*(?!/))*") + "*/").set_name( + "C style comment" +) +"Comment of the form ``/* ... */``" + +html_comment = Regex(r"").set_name("HTML comment") +"Comment of the form ````" + +rest_of_line = Regex(r".*").leave_whitespace().set_name("rest of line") +dbl_slash_comment = Regex(r"//(?:\\\n|[^\n])*").set_name("// comment") +"Comment of the form ``// ... (to end of line)``" + +cpp_style_comment = Combine( + Regex(r"/\*(?:[^*]|\*(?!/))*") + "*/" | dbl_slash_comment +).set_name("C++ style comment") +"Comment of either form :class:`c_style_comment` or :class:`dbl_slash_comment`" + +java_style_comment = cpp_style_comment +"Same as :class:`cpp_style_comment`" + +python_style_comment = Regex(r"#.*").set_name("Python style comment") +"Comment of the form ``# ... (to end of line)``" + + +# build list of built-in expressions, for future reference if a global default value +# gets updated +_builtin_exprs: List[ParserElement] = [ + v for v in vars().values() if isinstance(v, ParserElement) +] + + +# compatibility function, superseded by DelimitedList class +def delimited_list( + expr: Union[str, ParserElement], + delim: Union[str, ParserElement] = ",", + combine: bool = False, + min: typing.Optional[int] = None, + max: typing.Optional[int] = None, + *, + allow_trailing_delim: bool = False, +) -> ParserElement: + """(DEPRECATED - use :class:`DelimitedList` class)""" + return DelimitedList( + expr, delim, combine, min, max, allow_trailing_delim=allow_trailing_delim + ) + + +# pre-PEP8 compatible names +# fmt: off +opAssoc = OpAssoc +anyOpenTag = any_open_tag +anyCloseTag = any_close_tag +commonHTMLEntity = common_html_entity +cStyleComment = c_style_comment +htmlComment = html_comment +restOfLine = rest_of_line +dblSlashComment = dbl_slash_comment +cppStyleComment = cpp_style_comment +javaStyleComment = java_style_comment +pythonStyleComment = python_style_comment + +@replaced_by_pep8(DelimitedList) +def delimitedList(): ... + +@replaced_by_pep8(DelimitedList) +def delimited_list(): ... + +@replaced_by_pep8(counted_array) +def countedArray(): ... + +@replaced_by_pep8(match_previous_literal) +def matchPreviousLiteral(): ... + +@replaced_by_pep8(match_previous_expr) +def matchPreviousExpr(): ... + +@replaced_by_pep8(one_of) +def oneOf(): ... + +@replaced_by_pep8(dict_of) +def dictOf(): ... + +@replaced_by_pep8(original_text_for) +def originalTextFor(): ... + +@replaced_by_pep8(nested_expr) +def nestedExpr(): ... + +@replaced_by_pep8(make_html_tags) +def makeHTMLTags(): ... + +@replaced_by_pep8(make_xml_tags) +def makeXMLTags(): ... + +@replaced_by_pep8(replace_html_entity) +def replaceHTMLEntity(): ... + +@replaced_by_pep8(infix_notation) +def infixNotation(): ... +# fmt: on diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py new file mode 100644 index 0000000..0313049 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py @@ -0,0 +1,796 @@ +# results.py +from collections.abc import ( + MutableMapping, + Mapping, + MutableSequence, + Iterator, + Sequence, + Container, +) +import pprint +from typing import Tuple, Any, Dict, Set, List + +str_type: Tuple[type, ...] = (str, bytes) +_generator_type = type((_ for _ in ())) + + +class _ParseResultsWithOffset: + tup: Tuple["ParseResults", int] + __slots__ = ["tup"] + + def __init__(self, p1: "ParseResults", p2: int): + self.tup: Tuple[ParseResults, int] = (p1, p2) + + def __getitem__(self, i): + return self.tup[i] + + def __getstate__(self): + return self.tup + + def __setstate__(self, *args): + self.tup = args[0] + + +class ParseResults: + """Structured parse results, to provide multiple means of access to + the parsed data: + + - as a list (``len(results)``) + - by list index (``results[0], results[1]``, etc.) + - by attribute (``results.`` - see :class:`ParserElement.set_results_name`) + + Example:: + + integer = Word(nums) + date_str = (integer.set_results_name("year") + '/' + + integer.set_results_name("month") + '/' + + integer.set_results_name("day")) + # equivalent form: + # date_str = (integer("year") + '/' + # + integer("month") + '/' + # + integer("day")) + + # parse_string returns a ParseResults object + result = date_str.parse_string("1999/12/31") + + def test(s, fn=repr): + print(f"{s} -> {fn(eval(s))}") + test("list(result)") + test("result[0]") + test("result['month']") + test("result.day") + test("'month' in result") + test("'minutes' in result") + test("result.dump()", str) + + prints:: + + list(result) -> ['1999', '/', '12', '/', '31'] + result[0] -> '1999' + result['month'] -> '12' + result.day -> '31' + 'month' in result -> True + 'minutes' in result -> False + result.dump() -> ['1999', '/', '12', '/', '31'] + - day: '31' + - month: '12' + - year: '1999' + """ + + _null_values: Tuple[Any, ...] = (None, [], ()) + + _name: str + _parent: "ParseResults" + _all_names: Set[str] + _modal: bool + _toklist: List[Any] + _tokdict: Dict[str, Any] + + __slots__ = ( + "_name", + "_parent", + "_all_names", + "_modal", + "_toklist", + "_tokdict", + ) + + class List(list): + """ + Simple wrapper class to distinguish parsed list results that should be preserved + as actual Python lists, instead of being converted to :class:`ParseResults`:: + + LBRACK, RBRACK = map(pp.Suppress, "[]") + element = pp.Forward() + item = ppc.integer + element_list = LBRACK + pp.DelimitedList(element) + RBRACK + + # add parse actions to convert from ParseResults to actual Python collection types + def as_python_list(t): + return pp.ParseResults.List(t.as_list()) + element_list.add_parse_action(as_python_list) + + element <<= item | element_list + + element.run_tests(''' + 100 + [2,3,4] + [[2, 1],3,4] + [(2, 1),3,4] + (2,3,4) + ''', post_parse=lambda s, r: (r[0], type(r[0]))) + + prints:: + + 100 + (100, ) + + [2,3,4] + ([2, 3, 4], ) + + [[2, 1],3,4] + ([[2, 1], 3, 4], ) + + (Used internally by :class:`Group` when `aslist=True`.) + """ + + def __new__(cls, contained=None): + if contained is None: + contained = [] + + if not isinstance(contained, list): + raise TypeError( + f"{cls.__name__} may only be constructed with a list, not {type(contained).__name__}" + ) + + return list.__new__(cls) + + def __new__(cls, toklist=None, name=None, **kwargs): + if isinstance(toklist, ParseResults): + return toklist + self = object.__new__(cls) + self._name = None + self._parent = None + self._all_names = set() + + if toklist is None: + self._toklist = [] + elif isinstance(toklist, (list, _generator_type)): + self._toklist = ( + [toklist[:]] + if isinstance(toklist, ParseResults.List) + else list(toklist) + ) + else: + self._toklist = [toklist] + self._tokdict = dict() + return self + + # Performance tuning: we construct a *lot* of these, so keep this + # constructor as small and fast as possible + def __init__( + self, toklist=None, name=None, asList=True, modal=True, isinstance=isinstance + ): + self._tokdict: Dict[str, _ParseResultsWithOffset] + self._modal = modal + if name is not None and name != "": + if isinstance(name, int): + name = str(name) + if not modal: + self._all_names = {name} + self._name = name + if toklist not in self._null_values: + if isinstance(toklist, (str_type, type)): + toklist = [toklist] + if asList: + if isinstance(toklist, ParseResults): + self[name] = _ParseResultsWithOffset( + ParseResults(toklist._toklist), 0 + ) + else: + self[name] = _ParseResultsWithOffset( + ParseResults(toklist[0]), 0 + ) + self[name]._name = name + else: + try: + self[name] = toklist[0] + except (KeyError, TypeError, IndexError): + if toklist is not self: + self[name] = toklist + else: + self._name = name + + def __getitem__(self, i): + if isinstance(i, (int, slice)): + return self._toklist[i] + else: + if i not in self._all_names: + return self._tokdict[i][-1][0] + else: + return ParseResults([v[0] for v in self._tokdict[i]]) + + def __setitem__(self, k, v, isinstance=isinstance): + if isinstance(v, _ParseResultsWithOffset): + self._tokdict[k] = self._tokdict.get(k, list()) + [v] + sub = v[0] + elif isinstance(k, (int, slice)): + self._toklist[k] = v + sub = v + else: + self._tokdict[k] = self._tokdict.get(k, list()) + [ + _ParseResultsWithOffset(v, 0) + ] + sub = v + if isinstance(sub, ParseResults): + sub._parent = self + + def __delitem__(self, i): + if isinstance(i, (int, slice)): + mylen = len(self._toklist) + del self._toklist[i] + + # convert int to slice + if isinstance(i, int): + if i < 0: + i += mylen + i = slice(i, i + 1) + # get removed indices + removed = list(range(*i.indices(mylen))) + removed.reverse() + # fixup indices in token dictionary + for name, occurrences in self._tokdict.items(): + for j in removed: + for k, (value, position) in enumerate(occurrences): + occurrences[k] = _ParseResultsWithOffset( + value, position - (position > j) + ) + else: + del self._tokdict[i] + + def __contains__(self, k) -> bool: + return k in self._tokdict + + def __len__(self) -> int: + return len(self._toklist) + + def __bool__(self) -> bool: + return not not (self._toklist or self._tokdict) + + def __iter__(self) -> Iterator: + return iter(self._toklist) + + def __reversed__(self) -> Iterator: + return iter(self._toklist[::-1]) + + def keys(self): + return iter(self._tokdict) + + def values(self): + return (self[k] for k in self.keys()) + + def items(self): + return ((k, self[k]) for k in self.keys()) + + def haskeys(self) -> bool: + """ + Since ``keys()`` returns an iterator, this method is helpful in bypassing + code that looks for the existence of any defined results names.""" + return not not self._tokdict + + def pop(self, *args, **kwargs): + """ + Removes and returns item at specified index (default= ``last``). + Supports both ``list`` and ``dict`` semantics for ``pop()``. If + passed no argument or an integer argument, it will use ``list`` + semantics and pop tokens from the list of parsed tokens. If passed + a non-integer argument (most likely a string), it will use ``dict`` + semantics and pop the corresponding value from any defined results + names. A second default return value argument is supported, just as in + ``dict.pop()``. + + Example:: + + numlist = Word(nums)[...] + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321'] + + def remove_first(tokens): + tokens.pop(0) + numlist.add_parse_action(remove_first) + print(numlist.parse_string("0 123 321")) # -> ['123', '321'] + + label = Word(alphas) + patt = label("LABEL") + Word(nums)[1, ...] + print(patt.parse_string("AAB 123 321").dump()) + + # Use pop() in a parse action to remove named result (note that corresponding value is not + # removed from list form of results) + def remove_LABEL(tokens): + tokens.pop("LABEL") + return tokens + patt.add_parse_action(remove_LABEL) + print(patt.parse_string("AAB 123 321").dump()) + + prints:: + + ['AAB', '123', '321'] + - LABEL: 'AAB' + + ['AAB', '123', '321'] + """ + if not args: + args = [-1] + for k, v in kwargs.items(): + if k == "default": + args = (args[0], v) + else: + raise TypeError(f"pop() got an unexpected keyword argument {k!r}") + if isinstance(args[0], int) or len(args) == 1 or args[0] in self: + index = args[0] + ret = self[index] + del self[index] + return ret + else: + defaultvalue = args[1] + return defaultvalue + + def get(self, key, default_value=None): + """ + Returns named result matching the given key, or if there is no + such name, then returns the given ``default_value`` or ``None`` if no + ``default_value`` is specified. + + Similar to ``dict.get()``. + + Example:: + + integer = Word(nums) + date_str = integer("year") + '/' + integer("month") + '/' + integer("day") + + result = date_str.parse_string("1999/12/31") + print(result.get("year")) # -> '1999' + print(result.get("hour", "not specified")) # -> 'not specified' + print(result.get("hour")) # -> None + """ + if key in self: + return self[key] + else: + return default_value + + def insert(self, index, ins_string): + """ + Inserts new element at location index in the list of parsed tokens. + + Similar to ``list.insert()``. + + Example:: + + numlist = Word(nums)[...] + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321'] + + # use a parse action to insert the parse location in the front of the parsed results + def insert_locn(locn, tokens): + tokens.insert(0, locn) + numlist.add_parse_action(insert_locn) + print(numlist.parse_string("0 123 321")) # -> [0, '0', '123', '321'] + """ + self._toklist.insert(index, ins_string) + # fixup indices in token dictionary + for name, occurrences in self._tokdict.items(): + for k, (value, position) in enumerate(occurrences): + occurrences[k] = _ParseResultsWithOffset( + value, position + (position > index) + ) + + def append(self, item): + """ + Add single element to end of ``ParseResults`` list of elements. + + Example:: + + numlist = Word(nums)[...] + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321'] + + # use a parse action to compute the sum of the parsed integers, and add it to the end + def append_sum(tokens): + tokens.append(sum(map(int, tokens))) + numlist.add_parse_action(append_sum) + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321', 444] + """ + self._toklist.append(item) + + def extend(self, itemseq): + """ + Add sequence of elements to end of ``ParseResults`` list of elements. + + Example:: + + patt = Word(alphas)[1, ...] + + # use a parse action to append the reverse of the matched strings, to make a palindrome + def make_palindrome(tokens): + tokens.extend(reversed([t[::-1] for t in tokens])) + return ''.join(tokens) + patt.add_parse_action(make_palindrome) + print(patt.parse_string("lskdj sdlkjf lksd")) # -> 'lskdjsdlkjflksddsklfjkldsjdksl' + """ + if isinstance(itemseq, ParseResults): + self.__iadd__(itemseq) + else: + self._toklist.extend(itemseq) + + def clear(self): + """ + Clear all elements and results names. + """ + del self._toklist[:] + self._tokdict.clear() + + def __getattr__(self, name): + try: + return self[name] + except KeyError: + if name.startswith("__"): + raise AttributeError(name) + return "" + + def __add__(self, other: "ParseResults") -> "ParseResults": + ret = self.copy() + ret += other + return ret + + def __iadd__(self, other: "ParseResults") -> "ParseResults": + if not other: + return self + + if other._tokdict: + offset = len(self._toklist) + addoffset = lambda a: offset if a < 0 else a + offset + otheritems = other._tokdict.items() + otherdictitems = [ + (k, _ParseResultsWithOffset(v[0], addoffset(v[1]))) + for k, vlist in otheritems + for v in vlist + ] + for k, v in otherdictitems: + self[k] = v + if isinstance(v[0], ParseResults): + v[0]._parent = self + + self._toklist += other._toklist + self._all_names |= other._all_names + return self + + def __radd__(self, other) -> "ParseResults": + if isinstance(other, int) and other == 0: + # useful for merging many ParseResults using sum() builtin + return self.copy() + else: + # this may raise a TypeError - so be it + return other + self + + def __repr__(self) -> str: + return f"{type(self).__name__}({self._toklist!r}, {self.as_dict()})" + + def __str__(self) -> str: + return ( + "[" + + ", ".join( + [ + str(i) if isinstance(i, ParseResults) else repr(i) + for i in self._toklist + ] + ) + + "]" + ) + + def _asStringList(self, sep=""): + out = [] + for item in self._toklist: + if out and sep: + out.append(sep) + if isinstance(item, ParseResults): + out += item._asStringList() + else: + out.append(str(item)) + return out + + def as_list(self) -> list: + """ + Returns the parse results as a nested list of matching tokens, all converted to strings. + + Example:: + + patt = Word(alphas)[1, ...] + result = patt.parse_string("sldkj lsdkj sldkj") + # even though the result prints in string-like form, it is actually a pyparsing ParseResults + print(type(result), result) # -> ['sldkj', 'lsdkj', 'sldkj'] + + # Use as_list() to create an actual list + result_list = result.as_list() + print(type(result_list), result_list) # -> ['sldkj', 'lsdkj', 'sldkj'] + """ + return [ + res.as_list() if isinstance(res, ParseResults) else res + for res in self._toklist + ] + + def as_dict(self) -> dict: + """ + Returns the named parse results as a nested dictionary. + + Example:: + + integer = Word(nums) + date_str = integer("year") + '/' + integer("month") + '/' + integer("day") + + result = date_str.parse_string('12/31/1999') + print(type(result), repr(result)) # -> (['12', '/', '31', '/', '1999'], {'day': [('1999', 4)], 'year': [('12', 0)], 'month': [('31', 2)]}) + + result_dict = result.as_dict() + print(type(result_dict), repr(result_dict)) # -> {'day': '1999', 'year': '12', 'month': '31'} + + # even though a ParseResults supports dict-like access, sometime you just need to have a dict + import json + print(json.dumps(result)) # -> Exception: TypeError: ... is not JSON serializable + print(json.dumps(result.as_dict())) # -> {"month": "31", "day": "1999", "year": "12"} + """ + + def to_item(obj): + if isinstance(obj, ParseResults): + return obj.as_dict() if obj.haskeys() else [to_item(v) for v in obj] + else: + return obj + + return dict((k, to_item(v)) for k, v in self.items()) + + def copy(self) -> "ParseResults": + """ + Returns a new shallow copy of a :class:`ParseResults` object. `ParseResults` + items contained within the source are shared with the copy. Use + :class:`ParseResults.deepcopy()` to create a copy with its own separate + content values. + """ + ret = ParseResults(self._toklist) + ret._tokdict = self._tokdict.copy() + ret._parent = self._parent + ret._all_names |= self._all_names + ret._name = self._name + return ret + + def deepcopy(self) -> "ParseResults": + """ + Returns a new deep copy of a :class:`ParseResults` object. + """ + ret = self.copy() + # replace values with copies if they are of known mutable types + for i, obj in enumerate(self._toklist): + if isinstance(obj, ParseResults): + self._toklist[i] = obj.deepcopy() + elif isinstance(obj, (str, bytes)): + pass + elif isinstance(obj, MutableMapping): + self._toklist[i] = dest = type(obj)() + for k, v in obj.items(): + dest[k] = v.deepcopy() if isinstance(v, ParseResults) else v + elif isinstance(obj, Container): + self._toklist[i] = type(obj)( + v.deepcopy() if isinstance(v, ParseResults) else v for v in obj + ) + return ret + + def get_name(self): + r""" + Returns the results name for this token expression. Useful when several + different expressions might match at a particular location. + + Example:: + + integer = Word(nums) + ssn_expr = Regex(r"\d\d\d-\d\d-\d\d\d\d") + house_number_expr = Suppress('#') + Word(nums, alphanums) + user_data = (Group(house_number_expr)("house_number") + | Group(ssn_expr)("ssn") + | Group(integer)("age")) + user_info = user_data[1, ...] + + result = user_info.parse_string("22 111-22-3333 #221B") + for item in result: + print(item.get_name(), ':', item[0]) + + prints:: + + age : 22 + ssn : 111-22-3333 + house_number : 221B + """ + if self._name: + return self._name + elif self._parent: + par: "ParseResults" = self._parent + parent_tokdict_items = par._tokdict.items() + return next( + ( + k + for k, vlist in parent_tokdict_items + for v, loc in vlist + if v is self + ), + None, + ) + elif ( + len(self) == 1 + and len(self._tokdict) == 1 + and next(iter(self._tokdict.values()))[0][1] in (0, -1) + ): + return next(iter(self._tokdict.keys())) + else: + return None + + def dump(self, indent="", full=True, include_list=True, _depth=0) -> str: + """ + Diagnostic method for listing out the contents of + a :class:`ParseResults`. Accepts an optional ``indent`` argument so + that this string can be embedded in a nested display of other data. + + Example:: + + integer = Word(nums) + date_str = integer("year") + '/' + integer("month") + '/' + integer("day") + + result = date_str.parse_string('1999/12/31') + print(result.dump()) + + prints:: + + ['1999', '/', '12', '/', '31'] + - day: '31' + - month: '12' + - year: '1999' + """ + out = [] + NL = "\n" + out.append(indent + str(self.as_list()) if include_list else "") + + if full: + if self.haskeys(): + items = sorted((str(k), v) for k, v in self.items()) + for k, v in items: + if out: + out.append(NL) + out.append(f"{indent}{(' ' * _depth)}- {k}: ") + if isinstance(v, ParseResults): + if v: + out.append( + v.dump( + indent=indent, + full=full, + include_list=include_list, + _depth=_depth + 1, + ) + ) + else: + out.append(str(v)) + else: + out.append(repr(v)) + if any(isinstance(vv, ParseResults) for vv in self): + v = self + for i, vv in enumerate(v): + if isinstance(vv, ParseResults): + out.append( + "\n{}{}[{}]:\n{}{}{}".format( + indent, + (" " * (_depth)), + i, + indent, + (" " * (_depth + 1)), + vv.dump( + indent=indent, + full=full, + include_list=include_list, + _depth=_depth + 1, + ), + ) + ) + else: + out.append( + "\n%s%s[%d]:\n%s%s%s" + % ( + indent, + (" " * (_depth)), + i, + indent, + (" " * (_depth + 1)), + str(vv), + ) + ) + + return "".join(out) + + def pprint(self, *args, **kwargs): + """ + Pretty-printer for parsed results as a list, using the + `pprint `_ module. + Accepts additional positional or keyword args as defined for + `pprint.pprint `_ . + + Example:: + + ident = Word(alphas, alphanums) + num = Word(nums) + func = Forward() + term = ident | num | Group('(' + func + ')') + func <<= ident + Group(Optional(DelimitedList(term))) + result = func.parse_string("fna a,b,(fnb c,d,200),100") + result.pprint(width=40) + + prints:: + + ['fna', + ['a', + 'b', + ['(', 'fnb', ['c', 'd', '200'], ')'], + '100']] + """ + pprint.pprint(self.as_list(), *args, **kwargs) + + # add support for pickle protocol + def __getstate__(self): + return ( + self._toklist, + ( + self._tokdict.copy(), + None, + self._all_names, + self._name, + ), + ) + + def __setstate__(self, state): + self._toklist, (self._tokdict, par, inAccumNames, self._name) = state + self._all_names = set(inAccumNames) + self._parent = None + + def __getnewargs__(self): + return self._toklist, self._name + + def __dir__(self): + return dir(type(self)) + list(self.keys()) + + @classmethod + def from_dict(cls, other, name=None) -> "ParseResults": + """ + Helper classmethod to construct a ``ParseResults`` from a ``dict``, preserving the + name-value relations as results names. If an optional ``name`` argument is + given, a nested ``ParseResults`` will be returned. + """ + + def is_iterable(obj): + try: + iter(obj) + except Exception: + return False + # str's are iterable, but in pyparsing, we don't want to iterate over them + else: + return not isinstance(obj, str_type) + + ret = cls([]) + for k, v in other.items(): + if isinstance(v, Mapping): + ret += cls.from_dict(v, name=k) + else: + ret += cls([v], name=k, asList=is_iterable(v)) + if name is not None: + ret = cls([ret], name=name) + return ret + + asList = as_list + """Deprecated - use :class:`as_list`""" + asDict = as_dict + """Deprecated - use :class:`as_dict`""" + getName = get_name + """Deprecated - use :class:`get_name`""" + + +MutableMapping.register(ParseResults) +MutableSequence.register(ParseResults) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py new file mode 100644 index 0000000..6a254c1 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py @@ -0,0 +1,331 @@ +# testing.py + +from contextlib import contextmanager +import typing + +from .core import ( + ParserElement, + ParseException, + Keyword, + __diag__, + __compat__, +) + + +class pyparsing_test: + """ + namespace class for classes useful in writing unit tests + """ + + class reset_pyparsing_context: + """ + Context manager to be used when writing unit tests that modify pyparsing config values: + - packrat parsing + - bounded recursion parsing + - default whitespace characters. + - default keyword characters + - literal string auto-conversion class + - __diag__ settings + + Example:: + + with reset_pyparsing_context(): + # test that literals used to construct a grammar are automatically suppressed + ParserElement.inlineLiteralsUsing(Suppress) + + term = Word(alphas) | Word(nums) + group = Group('(' + term[...] + ')') + + # assert that the '()' characters are not included in the parsed tokens + self.assertParseAndCheckList(group, "(abc 123 def)", ['abc', '123', 'def']) + + # after exiting context manager, literals are converted to Literal expressions again + """ + + def __init__(self): + self._save_context = {} + + def save(self): + self._save_context["default_whitespace"] = ParserElement.DEFAULT_WHITE_CHARS + self._save_context["default_keyword_chars"] = Keyword.DEFAULT_KEYWORD_CHARS + + self._save_context[ + "literal_string_class" + ] = ParserElement._literalStringClass + + self._save_context["verbose_stacktrace"] = ParserElement.verbose_stacktrace + + self._save_context["packrat_enabled"] = ParserElement._packratEnabled + if ParserElement._packratEnabled: + self._save_context[ + "packrat_cache_size" + ] = ParserElement.packrat_cache.size + else: + self._save_context["packrat_cache_size"] = None + self._save_context["packrat_parse"] = ParserElement._parse + self._save_context[ + "recursion_enabled" + ] = ParserElement._left_recursion_enabled + + self._save_context["__diag__"] = { + name: getattr(__diag__, name) for name in __diag__._all_names + } + + self._save_context["__compat__"] = { + "collect_all_And_tokens": __compat__.collect_all_And_tokens + } + + return self + + def restore(self): + # reset pyparsing global state + if ( + ParserElement.DEFAULT_WHITE_CHARS + != self._save_context["default_whitespace"] + ): + ParserElement.set_default_whitespace_chars( + self._save_context["default_whitespace"] + ) + + ParserElement.verbose_stacktrace = self._save_context["verbose_stacktrace"] + + Keyword.DEFAULT_KEYWORD_CHARS = self._save_context["default_keyword_chars"] + ParserElement.inlineLiteralsUsing( + self._save_context["literal_string_class"] + ) + + for name, value in self._save_context["__diag__"].items(): + (__diag__.enable if value else __diag__.disable)(name) + + ParserElement._packratEnabled = False + if self._save_context["packrat_enabled"]: + ParserElement.enable_packrat(self._save_context["packrat_cache_size"]) + else: + ParserElement._parse = self._save_context["packrat_parse"] + ParserElement._left_recursion_enabled = self._save_context[ + "recursion_enabled" + ] + + __compat__.collect_all_And_tokens = self._save_context["__compat__"] + + return self + + def copy(self): + ret = type(self)() + ret._save_context.update(self._save_context) + return ret + + def __enter__(self): + return self.save() + + def __exit__(self, *args): + self.restore() + + class TestParseResultsAsserts: + """ + A mixin class to add parse results assertion methods to normal unittest.TestCase classes. + """ + + def assertParseResultsEquals( + self, result, expected_list=None, expected_dict=None, msg=None + ): + """ + Unit test assertion to compare a :class:`ParseResults` object with an optional ``expected_list``, + and compare any defined results names with an optional ``expected_dict``. + """ + if expected_list is not None: + self.assertEqual(expected_list, result.as_list(), msg=msg) + if expected_dict is not None: + self.assertEqual(expected_dict, result.as_dict(), msg=msg) + + def assertParseAndCheckList( + self, expr, test_string, expected_list, msg=None, verbose=True + ): + """ + Convenience wrapper assert to test a parser element and input string, and assert that + the resulting ``ParseResults.asList()`` is equal to the ``expected_list``. + """ + result = expr.parse_string(test_string, parse_all=True) + if verbose: + print(result.dump()) + else: + print(result.as_list()) + self.assertParseResultsEquals(result, expected_list=expected_list, msg=msg) + + def assertParseAndCheckDict( + self, expr, test_string, expected_dict, msg=None, verbose=True + ): + """ + Convenience wrapper assert to test a parser element and input string, and assert that + the resulting ``ParseResults.asDict()`` is equal to the ``expected_dict``. + """ + result = expr.parse_string(test_string, parseAll=True) + if verbose: + print(result.dump()) + else: + print(result.as_list()) + self.assertParseResultsEquals(result, expected_dict=expected_dict, msg=msg) + + def assertRunTestResults( + self, run_tests_report, expected_parse_results=None, msg=None + ): + """ + Unit test assertion to evaluate output of ``ParserElement.runTests()``. If a list of + list-dict tuples is given as the ``expected_parse_results`` argument, then these are zipped + with the report tuples returned by ``runTests`` and evaluated using ``assertParseResultsEquals``. + Finally, asserts that the overall ``runTests()`` success value is ``True``. + + :param run_tests_report: tuple(bool, [tuple(str, ParseResults or Exception)]) returned from runTests + :param expected_parse_results (optional): [tuple(str, list, dict, Exception)] + """ + run_test_success, run_test_results = run_tests_report + + if expected_parse_results is not None: + merged = [ + (*rpt, expected) + for rpt, expected in zip(run_test_results, expected_parse_results) + ] + for test_string, result, expected in merged: + # expected should be a tuple containing a list and/or a dict or an exception, + # and optional failure message string + # an empty tuple will skip any result validation + fail_msg = next( + (exp for exp in expected if isinstance(exp, str)), None + ) + expected_exception = next( + ( + exp + for exp in expected + if isinstance(exp, type) and issubclass(exp, Exception) + ), + None, + ) + if expected_exception is not None: + with self.assertRaises( + expected_exception=expected_exception, msg=fail_msg or msg + ): + if isinstance(result, Exception): + raise result + else: + expected_list = next( + (exp for exp in expected if isinstance(exp, list)), None + ) + expected_dict = next( + (exp for exp in expected if isinstance(exp, dict)), None + ) + if (expected_list, expected_dict) != (None, None): + self.assertParseResultsEquals( + result, + expected_list=expected_list, + expected_dict=expected_dict, + msg=fail_msg or msg, + ) + else: + # warning here maybe? + print(f"no validation for {test_string!r}") + + # do this last, in case some specific test results can be reported instead + self.assertTrue( + run_test_success, msg=msg if msg is not None else "failed runTests" + ) + + @contextmanager + def assertRaisesParseException(self, exc_type=ParseException, msg=None): + with self.assertRaises(exc_type, msg=msg): + yield + + @staticmethod + def with_line_numbers( + s: str, + start_line: typing.Optional[int] = None, + end_line: typing.Optional[int] = None, + expand_tabs: bool = True, + eol_mark: str = "|", + mark_spaces: typing.Optional[str] = None, + mark_control: typing.Optional[str] = None, + ) -> str: + """ + Helpful method for debugging a parser - prints a string with line and column numbers. + (Line and column numbers are 1-based.) + + :param s: tuple(bool, str - string to be printed with line and column numbers + :param start_line: int - (optional) starting line number in s to print (default=1) + :param end_line: int - (optional) ending line number in s to print (default=len(s)) + :param expand_tabs: bool - (optional) expand tabs to spaces, to match the pyparsing default + :param eol_mark: str - (optional) string to mark the end of lines, helps visualize trailing spaces (default="|") + :param mark_spaces: str - (optional) special character to display in place of spaces + :param mark_control: str - (optional) convert non-printing control characters to a placeholding + character; valid values: + - "unicode" - replaces control chars with Unicode symbols, such as "␍" and "␊" + - any single character string - replace control characters with given string + - None (default) - string is displayed as-is + + :return: str - input string with leading line numbers and column number headers + """ + if expand_tabs: + s = s.expandtabs() + if mark_control is not None: + mark_control = typing.cast(str, mark_control) + if mark_control == "unicode": + transtable_map = { + c: u for c, u in zip(range(0, 33), range(0x2400, 0x2433)) + } + transtable_map[127] = 0x2421 + tbl = str.maketrans(transtable_map) + eol_mark = "" + else: + ord_mark_control = ord(mark_control) + tbl = str.maketrans( + {c: ord_mark_control for c in list(range(0, 32)) + [127]} + ) + s = s.translate(tbl) + if mark_spaces is not None and mark_spaces != " ": + if mark_spaces == "unicode": + tbl = str.maketrans({9: 0x2409, 32: 0x2423}) + s = s.translate(tbl) + else: + s = s.replace(" ", mark_spaces) + if start_line is None: + start_line = 1 + if end_line is None: + end_line = len(s) + end_line = min(end_line, len(s)) + start_line = min(max(1, start_line), end_line) + + if mark_control != "unicode": + s_lines = s.splitlines()[start_line - 1 : end_line] + else: + s_lines = [line + "␊" for line in s.split("␊")[start_line - 1 : end_line]] + if not s_lines: + return "" + + lineno_width = len(str(end_line)) + max_line_len = max(len(line) for line in s_lines) + lead = " " * (lineno_width + 1) + if max_line_len >= 99: + header0 = ( + lead + + "".join( + f"{' ' * 99}{(i + 1) % 100}" + for i in range(max(max_line_len // 100, 1)) + ) + + "\n" + ) + else: + header0 = "" + header1 = ( + header0 + + lead + + "".join(f" {(i + 1) % 10}" for i in range(-(-max_line_len // 10))) + + "\n" + ) + header2 = lead + "1234567890" * (-(-max_line_len // 10)) + "\n" + return ( + header1 + + header2 + + "\n".join( + f"{i:{lineno_width}d}:{line}{eol_mark}" + for i, line in enumerate(s_lines, start=start_line) + ) + + "\n" + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py new file mode 100644 index 0000000..ec0b3a4 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py @@ -0,0 +1,361 @@ +# unicode.py + +import sys +from itertools import filterfalse +from typing import List, Tuple, Union + + +class _lazyclassproperty: + def __init__(self, fn): + self.fn = fn + self.__doc__ = fn.__doc__ + self.__name__ = fn.__name__ + + def __get__(self, obj, cls): + if cls is None: + cls = type(obj) + if not hasattr(cls, "_intern") or any( + cls._intern is getattr(superclass, "_intern", []) + for superclass in cls.__mro__[1:] + ): + cls._intern = {} + attrname = self.fn.__name__ + if attrname not in cls._intern: + cls._intern[attrname] = self.fn(cls) + return cls._intern[attrname] + + +UnicodeRangeList = List[Union[Tuple[int, int], Tuple[int]]] + + +class unicode_set: + """ + A set of Unicode characters, for language-specific strings for + ``alphas``, ``nums``, ``alphanums``, and ``printables``. + A unicode_set is defined by a list of ranges in the Unicode character + set, in a class attribute ``_ranges``. Ranges can be specified using + 2-tuples or a 1-tuple, such as:: + + _ranges = [ + (0x0020, 0x007e), + (0x00a0, 0x00ff), + (0x0100,), + ] + + Ranges are left- and right-inclusive. A 1-tuple of (x,) is treated as (x, x). + + A unicode set can also be defined using multiple inheritance of other unicode sets:: + + class CJK(Chinese, Japanese, Korean): + pass + """ + + _ranges: UnicodeRangeList = [] + + @_lazyclassproperty + def _chars_for_ranges(cls): + ret = [] + for cc in cls.__mro__: + if cc is unicode_set: + break + for rr in getattr(cc, "_ranges", ()): + ret.extend(range(rr[0], rr[-1] + 1)) + return [chr(c) for c in sorted(set(ret))] + + @_lazyclassproperty + def printables(cls): + """all non-whitespace characters in this range""" + return "".join(filterfalse(str.isspace, cls._chars_for_ranges)) + + @_lazyclassproperty + def alphas(cls): + """all alphabetic characters in this range""" + return "".join(filter(str.isalpha, cls._chars_for_ranges)) + + @_lazyclassproperty + def nums(cls): + """all numeric digit characters in this range""" + return "".join(filter(str.isdigit, cls._chars_for_ranges)) + + @_lazyclassproperty + def alphanums(cls): + """all alphanumeric characters in this range""" + return cls.alphas + cls.nums + + @_lazyclassproperty + def identchars(cls): + """all characters in this range that are valid identifier characters, plus underscore '_'""" + return "".join( + sorted( + set( + "".join(filter(str.isidentifier, cls._chars_for_ranges)) + + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzªµº" + + "ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ" + + "_" + ) + ) + ) + + @_lazyclassproperty + def identbodychars(cls): + """ + all characters in this range that are valid identifier body characters, + plus the digits 0-9, and · (Unicode MIDDLE DOT) + """ + return "".join( + sorted( + set( + cls.identchars + + "0123456789·" + + "".join( + [c for c in cls._chars_for_ranges if ("_" + c).isidentifier()] + ) + ) + ) + ) + + @_lazyclassproperty + def identifier(cls): + """ + a pyparsing Word expression for an identifier using this range's definitions for + identchars and identbodychars + """ + from pip._vendor.pyparsing import Word + + return Word(cls.identchars, cls.identbodychars) + + +class pyparsing_unicode(unicode_set): + """ + A namespace class for defining common language unicode_sets. + """ + + # fmt: off + + # define ranges in language character sets + _ranges: UnicodeRangeList = [ + (0x0020, sys.maxunicode), + ] + + class BasicMultilingualPlane(unicode_set): + """Unicode set for the Basic Multilingual Plane""" + _ranges: UnicodeRangeList = [ + (0x0020, 0xFFFF), + ] + + class Latin1(unicode_set): + """Unicode set for Latin-1 Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0020, 0x007E), + (0x00A0, 0x00FF), + ] + + class LatinA(unicode_set): + """Unicode set for Latin-A Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0100, 0x017F), + ] + + class LatinB(unicode_set): + """Unicode set for Latin-B Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0180, 0x024F), + ] + + class Greek(unicode_set): + """Unicode set for Greek Unicode Character Ranges""" + _ranges: UnicodeRangeList = [ + (0x0342, 0x0345), + (0x0370, 0x0377), + (0x037A, 0x037F), + (0x0384, 0x038A), + (0x038C,), + (0x038E, 0x03A1), + (0x03A3, 0x03E1), + (0x03F0, 0x03FF), + (0x1D26, 0x1D2A), + (0x1D5E,), + (0x1D60,), + (0x1D66, 0x1D6A), + (0x1F00, 0x1F15), + (0x1F18, 0x1F1D), + (0x1F20, 0x1F45), + (0x1F48, 0x1F4D), + (0x1F50, 0x1F57), + (0x1F59,), + (0x1F5B,), + (0x1F5D,), + (0x1F5F, 0x1F7D), + (0x1F80, 0x1FB4), + (0x1FB6, 0x1FC4), + (0x1FC6, 0x1FD3), + (0x1FD6, 0x1FDB), + (0x1FDD, 0x1FEF), + (0x1FF2, 0x1FF4), + (0x1FF6, 0x1FFE), + (0x2129,), + (0x2719, 0x271A), + (0xAB65,), + (0x10140, 0x1018D), + (0x101A0,), + (0x1D200, 0x1D245), + (0x1F7A1, 0x1F7A7), + ] + + class Cyrillic(unicode_set): + """Unicode set for Cyrillic Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0400, 0x052F), + (0x1C80, 0x1C88), + (0x1D2B,), + (0x1D78,), + (0x2DE0, 0x2DFF), + (0xA640, 0xA672), + (0xA674, 0xA69F), + (0xFE2E, 0xFE2F), + ] + + class Chinese(unicode_set): + """Unicode set for Chinese Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x2E80, 0x2E99), + (0x2E9B, 0x2EF3), + (0x31C0, 0x31E3), + (0x3400, 0x4DB5), + (0x4E00, 0x9FEF), + (0xA700, 0xA707), + (0xF900, 0xFA6D), + (0xFA70, 0xFAD9), + (0x16FE2, 0x16FE3), + (0x1F210, 0x1F212), + (0x1F214, 0x1F23B), + (0x1F240, 0x1F248), + (0x20000, 0x2A6D6), + (0x2A700, 0x2B734), + (0x2B740, 0x2B81D), + (0x2B820, 0x2CEA1), + (0x2CEB0, 0x2EBE0), + (0x2F800, 0x2FA1D), + ] + + class Japanese(unicode_set): + """Unicode set for Japanese Unicode Character Range, combining Kanji, Hiragana, and Katakana ranges""" + + class Kanji(unicode_set): + "Unicode set for Kanji Unicode Character Range" + _ranges: UnicodeRangeList = [ + (0x4E00, 0x9FBF), + (0x3000, 0x303F), + ] + + class Hiragana(unicode_set): + """Unicode set for Hiragana Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x3041, 0x3096), + (0x3099, 0x30A0), + (0x30FC,), + (0xFF70,), + (0x1B001,), + (0x1B150, 0x1B152), + (0x1F200,), + ] + + class Katakana(unicode_set): + """Unicode set for Katakana Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x3099, 0x309C), + (0x30A0, 0x30FF), + (0x31F0, 0x31FF), + (0x32D0, 0x32FE), + (0xFF65, 0xFF9F), + (0x1B000,), + (0x1B164, 0x1B167), + (0x1F201, 0x1F202), + (0x1F213,), + ] + + 漢字 = Kanji + カタカナ = Katakana + ひらがな = Hiragana + + _ranges = ( + Kanji._ranges + + Hiragana._ranges + + Katakana._ranges + ) + + class Hangul(unicode_set): + """Unicode set for Hangul (Korean) Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x1100, 0x11FF), + (0x302E, 0x302F), + (0x3131, 0x318E), + (0x3200, 0x321C), + (0x3260, 0x327B), + (0x327E,), + (0xA960, 0xA97C), + (0xAC00, 0xD7A3), + (0xD7B0, 0xD7C6), + (0xD7CB, 0xD7FB), + (0xFFA0, 0xFFBE), + (0xFFC2, 0xFFC7), + (0xFFCA, 0xFFCF), + (0xFFD2, 0xFFD7), + (0xFFDA, 0xFFDC), + ] + + Korean = Hangul + + class CJK(Chinese, Japanese, Hangul): + """Unicode set for combined Chinese, Japanese, and Korean (CJK) Unicode Character Range""" + + class Thai(unicode_set): + """Unicode set for Thai Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0E01, 0x0E3A), + (0x0E3F, 0x0E5B) + ] + + class Arabic(unicode_set): + """Unicode set for Arabic Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0600, 0x061B), + (0x061E, 0x06FF), + (0x0700, 0x077F), + ] + + class Hebrew(unicode_set): + """Unicode set for Hebrew Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0591, 0x05C7), + (0x05D0, 0x05EA), + (0x05EF, 0x05F4), + (0xFB1D, 0xFB36), + (0xFB38, 0xFB3C), + (0xFB3E,), + (0xFB40, 0xFB41), + (0xFB43, 0xFB44), + (0xFB46, 0xFB4F), + ] + + class Devanagari(unicode_set): + """Unicode set for Devanagari Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0900, 0x097F), + (0xA8E0, 0xA8FF) + ] + + BMP = BasicMultilingualPlane + + # add language identifiers using language Unicode + العربية = Arabic + 中文 = Chinese + кириллица = Cyrillic + Ελληνικά = Greek + עִברִית = Hebrew + 日本語 = Japanese + 한국어 = Korean + ไทย = Thai + देवनागरी = Devanagari + + # fmt: on diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py new file mode 100644 index 0000000..d8d3f41 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py @@ -0,0 +1,284 @@ +# util.py +import inspect +import warnings +import types +import collections +import itertools +from functools import lru_cache, wraps +from typing import Callable, List, Union, Iterable, TypeVar, cast + +_bslash = chr(92) +C = TypeVar("C", bound=Callable) + + +class __config_flags: + """Internal class for defining compatibility and debugging flags""" + + _all_names: List[str] = [] + _fixed_names: List[str] = [] + _type_desc = "configuration" + + @classmethod + def _set(cls, dname, value): + if dname in cls._fixed_names: + warnings.warn( + f"{cls.__name__}.{dname} {cls._type_desc} is {str(getattr(cls, dname)).upper()}" + f" and cannot be overridden", + stacklevel=3, + ) + return + if dname in cls._all_names: + setattr(cls, dname, value) + else: + raise ValueError(f"no such {cls._type_desc} {dname!r}") + + enable = classmethod(lambda cls, name: cls._set(name, True)) + disable = classmethod(lambda cls, name: cls._set(name, False)) + + +@lru_cache(maxsize=128) +def col(loc: int, strg: str) -> int: + """ + Returns current column within a string, counting newlines as line separators. + The first column is number 1. + + Note: the default parsing behavior is to expand tabs in the input string + before starting the parsing process. See + :class:`ParserElement.parse_string` for more + information on parsing strings containing ```` s, and suggested + methods to maintain a consistent view of the parsed string, the parse + location, and line and column positions within the parsed string. + """ + s = strg + return 1 if 0 < loc < len(s) and s[loc - 1] == "\n" else loc - s.rfind("\n", 0, loc) + + +@lru_cache(maxsize=128) +def lineno(loc: int, strg: str) -> int: + """Returns current line number within a string, counting newlines as line separators. + The first line is number 1. + + Note - the default parsing behavior is to expand tabs in the input string + before starting the parsing process. See :class:`ParserElement.parse_string` + for more information on parsing strings containing ```` s, and + suggested methods to maintain a consistent view of the parsed string, the + parse location, and line and column positions within the parsed string. + """ + return strg.count("\n", 0, loc) + 1 + + +@lru_cache(maxsize=128) +def line(loc: int, strg: str) -> str: + """ + Returns the line of text containing loc within a string, counting newlines as line separators. + """ + last_cr = strg.rfind("\n", 0, loc) + next_cr = strg.find("\n", loc) + return strg[last_cr + 1 : next_cr] if next_cr >= 0 else strg[last_cr + 1 :] + + +class _UnboundedCache: + def __init__(self): + cache = {} + cache_get = cache.get + self.not_in_cache = not_in_cache = object() + + def get(_, key): + return cache_get(key, not_in_cache) + + def set_(_, key, value): + cache[key] = value + + def clear(_): + cache.clear() + + self.size = None + self.get = types.MethodType(get, self) + self.set = types.MethodType(set_, self) + self.clear = types.MethodType(clear, self) + + +class _FifoCache: + def __init__(self, size): + self.not_in_cache = not_in_cache = object() + cache = {} + keyring = [object()] * size + cache_get = cache.get + cache_pop = cache.pop + keyiter = itertools.cycle(range(size)) + + def get(_, key): + return cache_get(key, not_in_cache) + + def set_(_, key, value): + cache[key] = value + i = next(keyiter) + cache_pop(keyring[i], None) + keyring[i] = key + + def clear(_): + cache.clear() + keyring[:] = [object()] * size + + self.size = size + self.get = types.MethodType(get, self) + self.set = types.MethodType(set_, self) + self.clear = types.MethodType(clear, self) + + +class LRUMemo: + """ + A memoizing mapping that retains `capacity` deleted items + + The memo tracks retained items by their access order; once `capacity` items + are retained, the least recently used item is discarded. + """ + + def __init__(self, capacity): + self._capacity = capacity + self._active = {} + self._memory = collections.OrderedDict() + + def __getitem__(self, key): + try: + return self._active[key] + except KeyError: + self._memory.move_to_end(key) + return self._memory[key] + + def __setitem__(self, key, value): + self._memory.pop(key, None) + self._active[key] = value + + def __delitem__(self, key): + try: + value = self._active.pop(key) + except KeyError: + pass + else: + while len(self._memory) >= self._capacity: + self._memory.popitem(last=False) + self._memory[key] = value + + def clear(self): + self._active.clear() + self._memory.clear() + + +class UnboundedMemo(dict): + """ + A memoizing mapping that retains all deleted items + """ + + def __delitem__(self, key): + pass + + +def _escape_regex_range_chars(s: str) -> str: + # escape these chars: ^-[] + for c in r"\^-[]": + s = s.replace(c, _bslash + c) + s = s.replace("\n", r"\n") + s = s.replace("\t", r"\t") + return str(s) + + +def _collapse_string_to_ranges( + s: Union[str, Iterable[str]], re_escape: bool = True +) -> str: + def is_consecutive(c): + c_int = ord(c) + is_consecutive.prev, prev = c_int, is_consecutive.prev + if c_int - prev > 1: + is_consecutive.value = next(is_consecutive.counter) + return is_consecutive.value + + is_consecutive.prev = 0 # type: ignore [attr-defined] + is_consecutive.counter = itertools.count() # type: ignore [attr-defined] + is_consecutive.value = -1 # type: ignore [attr-defined] + + def escape_re_range_char(c): + return "\\" + c if c in r"\^-][" else c + + def no_escape_re_range_char(c): + return c + + if not re_escape: + escape_re_range_char = no_escape_re_range_char + + ret = [] + s = "".join(sorted(set(s))) + if len(s) > 3: + for _, chars in itertools.groupby(s, key=is_consecutive): + first = last = next(chars) + last = collections.deque( + itertools.chain(iter([last]), chars), maxlen=1 + ).pop() + if first == last: + ret.append(escape_re_range_char(first)) + else: + sep = "" if ord(last) == ord(first) + 1 else "-" + ret.append( + f"{escape_re_range_char(first)}{sep}{escape_re_range_char(last)}" + ) + else: + ret = [escape_re_range_char(c) for c in s] + + return "".join(ret) + + +def _flatten(ll: list) -> list: + ret = [] + for i in ll: + if isinstance(i, list): + ret.extend(_flatten(i)) + else: + ret.append(i) + return ret + + +def _make_synonym_function(compat_name: str, fn: C) -> C: + # In a future version, uncomment the code in the internal _inner() functions + # to begin emitting DeprecationWarnings. + + # Unwrap staticmethod/classmethod + fn = getattr(fn, "__func__", fn) + + # (Presence of 'self' arg in signature is used by explain_exception() methods, so we take + # some extra steps to add it if present in decorated function.) + if "self" == list(inspect.signature(fn).parameters)[0]: + + @wraps(fn) + def _inner(self, *args, **kwargs): + # warnings.warn( + # f"Deprecated - use {fn.__name__}", DeprecationWarning, stacklevel=3 + # ) + return fn(self, *args, **kwargs) + + else: + + @wraps(fn) + def _inner(*args, **kwargs): + # warnings.warn( + # f"Deprecated - use {fn.__name__}", DeprecationWarning, stacklevel=3 + # ) + return fn(*args, **kwargs) + + _inner.__doc__ = f"""Deprecated - use :class:`{fn.__name__}`""" + _inner.__name__ = compat_name + _inner.__annotations__ = fn.__annotations__ + if isinstance(fn, types.FunctionType): + _inner.__kwdefaults__ = fn.__kwdefaults__ + elif isinstance(fn, type) and hasattr(fn, "__init__"): + _inner.__kwdefaults__ = fn.__init__.__kwdefaults__ + else: + _inner.__kwdefaults__ = None + _inner.__qualname__ = fn.__qualname__ + return cast(C, _inner) + + +def replaced_by_pep8(fn: C) -> Callable[[Callable], C]: + """ + Decorator for pre-PEP8 compatibility synonyms, to link them to the new function. + """ + return lambda other: _make_synonym_function(other.__name__, fn) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py new file mode 100644 index 0000000..ddfcf7f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py @@ -0,0 +1,23 @@ +"""Wrappers to call pyproject.toml-based build backend hooks. +""" + +from ._impl import ( + BackendInvalid, + BackendUnavailable, + BuildBackendHookCaller, + HookMissing, + UnsupportedOperation, + default_subprocess_runner, + quiet_subprocess_runner, +) + +__version__ = '1.0.0' +__all__ = [ + 'BackendUnavailable', + 'BackendInvalid', + 'HookMissing', + 'UnsupportedOperation', + 'default_subprocess_runner', + 'quiet_subprocess_runner', + 'BuildBackendHookCaller', +] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d474cdbc27a3994857562be87acaee20e12d88f8 GIT binary patch literal 621 zcmZvZzit#U5XSAj+uO~ZLIjF}(p`tH$U1=r2}F@d2ntA=2(gXjU7I@-|HIy0=~BT{ z(9`iOJOSHMA)15~ky0_v9bH`fG-J=_`8@uyxj9C#elFh2KNz83G5Noeb#V0*g0G09 z5^>BEg>_OUdQcAZupH{NO!cT7>8#9jUgj9_LAfzUeE1EQ<7GMcgwO6qq__S)J0sS%2?vwg1|5OiA89Sm&pP zbxbN&Dbep7#v9fLuRwnUy@c;4F@7UMkY?U*pPJA*XMH31F_>bFw5H$X;sa|{Lql7E zwOWKgeQOM;AAV}3xZ~hFJt+2z{aNORV9^gEMiE&=9PL}n8d3~~)X&^_MzqEcXNYM$? z5hW|)md(PNC&j^I5@aLx9E_9AMIcT(0$mKZ9*WlALT{%}D3wMwlooDzlRwv%w@SS5 s_n~|ImGB5~F~AsKCKwN|M>$Te5#Tc7VjFGke4hMG@=5X~^IK5+52lf~ZvX%Q literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f28c9e41418374590af01f18ebd3a6e11dbe283c GIT binary patch literal 382 zcmYLDJx{|h6tv@{Mg3r)5+f30B!~s9hy}!mx)LE-X>6Lbb{yHEC>t|VH+}=Zg$WiQ zVnC{d)D5XyCtjcxPx9T_@80=6b-OJD^`2a&_rSCIvMy&O7H1$H5Jw^6m^%`OSm2Sn zw*50F<12)W_v<1dDIHL*bd?tpj7rD%d|WjPt)xr`^Lp;Wcjg3m-UfiCS2t6?Q8gKh zq-3ljwzO4eB8*LS#?tIsn|iORou_%gCL-h7ml4{<$n<@(Ryqti?zz5 zBFM|-#<9};Mv4=&37=y)b{F8AV2s~d+jq?wYJHN%E9pIx-t_i`?0mReU+$jifa?c; CZfBSP literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d63541bba61089d9006a986ca6e786a80b8e46e GIT binary patch literal 14733 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py new file mode 100644 index 0000000..95e509c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py @@ -0,0 +1,8 @@ +__all__ = ("tomllib",) + +import sys + +if sys.version_info >= (3, 11): + import tomllib +else: + from pip._vendor import tomli as tomllib diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py new file mode 100644 index 0000000..37b0e65 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py @@ -0,0 +1,330 @@ +import json +import os +import sys +import tempfile +from contextlib import contextmanager +from os.path import abspath +from os.path import join as pjoin +from subprocess import STDOUT, check_call, check_output + +from ._in_process import _in_proc_script_path + + +def write_json(obj, path, **kwargs): + with open(path, 'w', encoding='utf-8') as f: + json.dump(obj, f, **kwargs) + + +def read_json(path): + with open(path, encoding='utf-8') as f: + return json.load(f) + + +class BackendUnavailable(Exception): + """Will be raised if the backend cannot be imported in the hook process.""" + def __init__(self, traceback): + self.traceback = traceback + + +class BackendInvalid(Exception): + """Will be raised if the backend is invalid.""" + def __init__(self, backend_name, backend_path, message): + super().__init__(message) + self.backend_name = backend_name + self.backend_path = backend_path + + +class HookMissing(Exception): + """Will be raised on missing hooks (if a fallback can't be used).""" + def __init__(self, hook_name): + super().__init__(hook_name) + self.hook_name = hook_name + + +class UnsupportedOperation(Exception): + """May be raised by build_sdist if the backend indicates that it can't.""" + def __init__(self, traceback): + self.traceback = traceback + + +def default_subprocess_runner(cmd, cwd=None, extra_environ=None): + """The default method of calling the wrapper subprocess. + + This uses :func:`subprocess.check_call` under the hood. + """ + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + + check_call(cmd, cwd=cwd, env=env) + + +def quiet_subprocess_runner(cmd, cwd=None, extra_environ=None): + """Call the subprocess while suppressing output. + + This uses :func:`subprocess.check_output` under the hood. + """ + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + + check_output(cmd, cwd=cwd, env=env, stderr=STDOUT) + + +def norm_and_check(source_tree, requested): + """Normalise and check a backend path. + + Ensure that the requested backend path is specified as a relative path, + and resolves to a location under the given source tree. + + Return an absolute version of the requested path. + """ + if os.path.isabs(requested): + raise ValueError("paths must be relative") + + abs_source = os.path.abspath(source_tree) + abs_requested = os.path.normpath(os.path.join(abs_source, requested)) + # We have to use commonprefix for Python 2.7 compatibility. So we + # normalise case to avoid problems because commonprefix is a character + # based comparison :-( + norm_source = os.path.normcase(abs_source) + norm_requested = os.path.normcase(abs_requested) + if os.path.commonprefix([norm_source, norm_requested]) != norm_source: + raise ValueError("paths must be inside source tree") + + return abs_requested + + +class BuildBackendHookCaller: + """A wrapper to call the build backend hooks for a source directory. + """ + + def __init__( + self, + source_dir, + build_backend, + backend_path=None, + runner=None, + python_executable=None, + ): + """ + :param source_dir: The source directory to invoke the build backend for + :param build_backend: The build backend spec + :param backend_path: Additional path entries for the build backend spec + :param runner: The :ref:`subprocess runner ` to use + :param python_executable: + The Python executable used to invoke the build backend + """ + if runner is None: + runner = default_subprocess_runner + + self.source_dir = abspath(source_dir) + self.build_backend = build_backend + if backend_path: + backend_path = [ + norm_and_check(self.source_dir, p) for p in backend_path + ] + self.backend_path = backend_path + self._subprocess_runner = runner + if not python_executable: + python_executable = sys.executable + self.python_executable = python_executable + + @contextmanager + def subprocess_runner(self, runner): + """A context manager for temporarily overriding the default + :ref:`subprocess runner `. + + .. code-block:: python + + hook_caller = BuildBackendHookCaller(...) + with hook_caller.subprocess_runner(quiet_subprocess_runner): + ... + """ + prev = self._subprocess_runner + self._subprocess_runner = runner + try: + yield + finally: + self._subprocess_runner = prev + + def _supported_features(self): + """Return the list of optional features supported by the backend.""" + return self._call_hook('_supported_features', {}) + + def get_requires_for_build_wheel(self, config_settings=None): + """Get additional dependencies required for building a wheel. + + :returns: A list of :pep:`dependency specifiers <508>`. + :rtype: list[str] + + .. admonition:: Fallback + + If the build backend does not defined a hook with this name, an + empty list will be returned. + """ + return self._call_hook('get_requires_for_build_wheel', { + 'config_settings': config_settings + }) + + def prepare_metadata_for_build_wheel( + self, metadata_directory, config_settings=None, + _allow_fallback=True): + """Prepare a ``*.dist-info`` folder with metadata for this project. + + :returns: Name of the newly created subfolder within + ``metadata_directory``, containing the metadata. + :rtype: str + + .. admonition:: Fallback + + If the build backend does not define a hook with this name and + ``_allow_fallback`` is truthy, the backend will be asked to build a + wheel via the ``build_wheel`` hook and the dist-info extracted from + that will be returned. + """ + return self._call_hook('prepare_metadata_for_build_wheel', { + 'metadata_directory': abspath(metadata_directory), + 'config_settings': config_settings, + '_allow_fallback': _allow_fallback, + }) + + def build_wheel( + self, wheel_directory, config_settings=None, + metadata_directory=None): + """Build a wheel from this project. + + :returns: + The name of the newly created wheel within ``wheel_directory``. + + .. admonition:: Interaction with fallback + + If the ``build_wheel`` hook was called in the fallback for + :meth:`prepare_metadata_for_build_wheel`, the build backend would + not be invoked. Instead, the previously built wheel will be copied + to ``wheel_directory`` and the name of that file will be returned. + """ + if metadata_directory is not None: + metadata_directory = abspath(metadata_directory) + return self._call_hook('build_wheel', { + 'wheel_directory': abspath(wheel_directory), + 'config_settings': config_settings, + 'metadata_directory': metadata_directory, + }) + + def get_requires_for_build_editable(self, config_settings=None): + """Get additional dependencies required for building an editable wheel. + + :returns: A list of :pep:`dependency specifiers <508>`. + :rtype: list[str] + + .. admonition:: Fallback + + If the build backend does not defined a hook with this name, an + empty list will be returned. + """ + return self._call_hook('get_requires_for_build_editable', { + 'config_settings': config_settings + }) + + def prepare_metadata_for_build_editable( + self, metadata_directory, config_settings=None, + _allow_fallback=True): + """Prepare a ``*.dist-info`` folder with metadata for this project. + + :returns: Name of the newly created subfolder within + ``metadata_directory``, containing the metadata. + :rtype: str + + .. admonition:: Fallback + + If the build backend does not define a hook with this name and + ``_allow_fallback`` is truthy, the backend will be asked to build a + wheel via the ``build_editable`` hook and the dist-info + extracted from that will be returned. + """ + return self._call_hook('prepare_metadata_for_build_editable', { + 'metadata_directory': abspath(metadata_directory), + 'config_settings': config_settings, + '_allow_fallback': _allow_fallback, + }) + + def build_editable( + self, wheel_directory, config_settings=None, + metadata_directory=None): + """Build an editable wheel from this project. + + :returns: + The name of the newly created wheel within ``wheel_directory``. + + .. admonition:: Interaction with fallback + + If the ``build_editable`` hook was called in the fallback for + :meth:`prepare_metadata_for_build_editable`, the build backend + would not be invoked. Instead, the previously built wheel will be + copied to ``wheel_directory`` and the name of that file will be + returned. + """ + if metadata_directory is not None: + metadata_directory = abspath(metadata_directory) + return self._call_hook('build_editable', { + 'wheel_directory': abspath(wheel_directory), + 'config_settings': config_settings, + 'metadata_directory': metadata_directory, + }) + + def get_requires_for_build_sdist(self, config_settings=None): + """Get additional dependencies required for building an sdist. + + :returns: A list of :pep:`dependency specifiers <508>`. + :rtype: list[str] + """ + return self._call_hook('get_requires_for_build_sdist', { + 'config_settings': config_settings + }) + + def build_sdist(self, sdist_directory, config_settings=None): + """Build an sdist from this project. + + :returns: + The name of the newly created sdist within ``wheel_directory``. + """ + return self._call_hook('build_sdist', { + 'sdist_directory': abspath(sdist_directory), + 'config_settings': config_settings, + }) + + def _call_hook(self, hook_name, kwargs): + extra_environ = {'PEP517_BUILD_BACKEND': self.build_backend} + + if self.backend_path: + backend_path = os.pathsep.join(self.backend_path) + extra_environ['PEP517_BACKEND_PATH'] = backend_path + + with tempfile.TemporaryDirectory() as td: + hook_input = {'kwargs': kwargs} + write_json(hook_input, pjoin(td, 'input.json'), indent=2) + + # Run the hook in a subprocess + with _in_proc_script_path() as script: + python = self.python_executable + self._subprocess_runner( + [python, abspath(str(script)), hook_name, td], + cwd=self.source_dir, + extra_environ=extra_environ + ) + + data = read_json(pjoin(td, 'output.json')) + if data.get('unsupported'): + raise UnsupportedOperation(data.get('traceback', '')) + if data.get('no_backend'): + raise BackendUnavailable(data.get('traceback', '')) + if data.get('backend_invalid'): + raise BackendInvalid( + backend_name=self.build_backend, + backend_path=self.backend_path, + message=data.get('backend_error', '') + ) + if data.get('hook_missing'): + raise HookMissing(data.get('missing_hook_name') or hook_name) + return data['return_val'] diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py new file mode 100644 index 0000000..917fa06 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py @@ -0,0 +1,18 @@ +"""This is a subpackage because the directory is on sys.path for _in_process.py + +The subpackage should stay as empty as possible to avoid shadowing modules that +the backend might import. +""" + +import importlib.resources as resources + +try: + resources.files +except AttributeError: + # Python 3.8 compatibility + def _in_proc_script_path(): + return resources.path(__package__, '_in_process.py') +else: + def _in_proc_script_path(): + return resources.as_file( + resources.files(__package__).joinpath('_in_process.py')) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..265b700528e495301d91885e5724f6b3e302e0bc GIT binary patch literal 1088 zcmah|&r2IY6rR~1n#4^bXiMp7Xe$^>vuL3ds)bh4OTh?w(aW;Qj@gMxW|^6&>p@B> z6npU~6py_~|AGDwy(k`R7jHfFmNqREPkj>;jb1wJzWrw2oA=&)-|UxcHiKY%3zykl z1EKGF(jQh2bQS>Yp#ZI*00%}LH;fenqcoyMZKxl7`Nb$O-=Y;OHtr#6-$!ByRxG`; zjACO0ZJNty1Ly6n&r2bb1RkHrRyp!3YkrlIGOhS6Nr?(637DW2#YL>6c$3Ij79wAT zWR(lzv8ERZUZD~e<4k4=HVovEA#c?KB9$K#UlQ7gR2M{CN>;8z0Z#mN&LAZ81HQqU zRnp)=t4<}<_EknVP==;xGawCC4HaRHhznK7{LqJ;uUsA(AsZ$pyq!%jdr0BFvj(hQ z9|PV##{(hig40jEEVcB2y9Wc@_x8Vw=)joYx^b13yq%;4mAoZ@r)1cd-YTop#MV|O zBc9iz-Sd)EjkBg^_W*Ttk+awhd4sxwm)(W968fUCAb1S~k?ve0c*#YTx`lPxTzBiN z>_)K)dGk?WYTA`d(TBan(v4W;dJqe}>zH`7h}#IK zi&%`no-2}R>bsIX2Jm0WE`$Q&dy+09p;z;!(CQ~vx5pGfq5r9FLE&hm`|cVI1SdLw&?35pMYtb7~`LYg{?mh!jo+)jf?oJm3>!wQ|dT|UBrLeBPez2 e7c%keZwuSAZ5z;;)W>=6+(92w6Xr)eVg3W&00w#h literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2bb58881a7cba36958edd51ad1d2a60e774d3a1c GIT binary patch literal 14405 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py new file mode 100644 index 0000000..ee511ff --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py @@ -0,0 +1,353 @@ +"""This is invoked in a subprocess to call the build backend hooks. + +It expects: +- Command line args: hook_name, control_dir +- Environment variables: + PEP517_BUILD_BACKEND=entry.point:spec + PEP517_BACKEND_PATH=paths (separated with os.pathsep) +- control_dir/input.json: + - {"kwargs": {...}} + +Results: +- control_dir/output.json + - {"return_val": ...} +""" +import json +import os +import os.path +import re +import shutil +import sys +import traceback +from glob import glob +from importlib import import_module +from os.path import join as pjoin + +# This file is run as a script, and `import wrappers` is not zip-safe, so we +# include write_json() and read_json() from wrappers.py. + + +def write_json(obj, path, **kwargs): + with open(path, 'w', encoding='utf-8') as f: + json.dump(obj, f, **kwargs) + + +def read_json(path): + with open(path, encoding='utf-8') as f: + return json.load(f) + + +class BackendUnavailable(Exception): + """Raised if we cannot import the backend""" + def __init__(self, traceback): + self.traceback = traceback + + +class BackendInvalid(Exception): + """Raised if the backend is invalid""" + def __init__(self, message): + self.message = message + + +class HookMissing(Exception): + """Raised if a hook is missing and we are not executing the fallback""" + def __init__(self, hook_name=None): + super().__init__(hook_name) + self.hook_name = hook_name + + +def contained_in(filename, directory): + """Test if a file is located within the given directory.""" + filename = os.path.normcase(os.path.abspath(filename)) + directory = os.path.normcase(os.path.abspath(directory)) + return os.path.commonprefix([filename, directory]) == directory + + +def _build_backend(): + """Find and load the build backend""" + # Add in-tree backend directories to the front of sys.path. + backend_path = os.environ.get('PEP517_BACKEND_PATH') + if backend_path: + extra_pathitems = backend_path.split(os.pathsep) + sys.path[:0] = extra_pathitems + + ep = os.environ['PEP517_BUILD_BACKEND'] + mod_path, _, obj_path = ep.partition(':') + try: + obj = import_module(mod_path) + except ImportError: + raise BackendUnavailable(traceback.format_exc()) + + if backend_path: + if not any( + contained_in(obj.__file__, path) + for path in extra_pathitems + ): + raise BackendInvalid("Backend was not loaded from backend-path") + + if obj_path: + for path_part in obj_path.split('.'): + obj = getattr(obj, path_part) + return obj + + +def _supported_features(): + """Return the list of options features supported by the backend. + + Returns a list of strings. + The only possible value is 'build_editable'. + """ + backend = _build_backend() + features = [] + if hasattr(backend, "build_editable"): + features.append("build_editable") + return features + + +def get_requires_for_build_wheel(config_settings): + """Invoke the optional get_requires_for_build_wheel hook + + Returns [] if the hook is not defined. + """ + backend = _build_backend() + try: + hook = backend.get_requires_for_build_wheel + except AttributeError: + return [] + else: + return hook(config_settings) + + +def get_requires_for_build_editable(config_settings): + """Invoke the optional get_requires_for_build_editable hook + + Returns [] if the hook is not defined. + """ + backend = _build_backend() + try: + hook = backend.get_requires_for_build_editable + except AttributeError: + return [] + else: + return hook(config_settings) + + +def prepare_metadata_for_build_wheel( + metadata_directory, config_settings, _allow_fallback): + """Invoke optional prepare_metadata_for_build_wheel + + Implements a fallback by building a wheel if the hook isn't defined, + unless _allow_fallback is False in which case HookMissing is raised. + """ + backend = _build_backend() + try: + hook = backend.prepare_metadata_for_build_wheel + except AttributeError: + if not _allow_fallback: + raise HookMissing() + else: + return hook(metadata_directory, config_settings) + # fallback to build_wheel outside the try block to avoid exception chaining + # which can be confusing to users and is not relevant + whl_basename = backend.build_wheel(metadata_directory, config_settings) + return _get_wheel_metadata_from_wheel(whl_basename, metadata_directory, + config_settings) + + +def prepare_metadata_for_build_editable( + metadata_directory, config_settings, _allow_fallback): + """Invoke optional prepare_metadata_for_build_editable + + Implements a fallback by building an editable wheel if the hook isn't + defined, unless _allow_fallback is False in which case HookMissing is + raised. + """ + backend = _build_backend() + try: + hook = backend.prepare_metadata_for_build_editable + except AttributeError: + if not _allow_fallback: + raise HookMissing() + try: + build_hook = backend.build_editable + except AttributeError: + raise HookMissing(hook_name='build_editable') + else: + whl_basename = build_hook(metadata_directory, config_settings) + return _get_wheel_metadata_from_wheel(whl_basename, + metadata_directory, + config_settings) + else: + return hook(metadata_directory, config_settings) + + +WHEEL_BUILT_MARKER = 'PEP517_ALREADY_BUILT_WHEEL' + + +def _dist_info_files(whl_zip): + """Identify the .dist-info folder inside a wheel ZipFile.""" + res = [] + for path in whl_zip.namelist(): + m = re.match(r'[^/\\]+-[^/\\]+\.dist-info/', path) + if m: + res.append(path) + if res: + return res + raise Exception("No .dist-info folder found in wheel") + + +def _get_wheel_metadata_from_wheel( + whl_basename, metadata_directory, config_settings): + """Extract the metadata from a wheel. + + Fallback for when the build backend does not + define the 'get_wheel_metadata' hook. + """ + from zipfile import ZipFile + with open(os.path.join(metadata_directory, WHEEL_BUILT_MARKER), 'wb'): + pass # Touch marker file + + whl_file = os.path.join(metadata_directory, whl_basename) + with ZipFile(whl_file) as zipf: + dist_info = _dist_info_files(zipf) + zipf.extractall(path=metadata_directory, members=dist_info) + return dist_info[0].split('/')[0] + + +def _find_already_built_wheel(metadata_directory): + """Check for a wheel already built during the get_wheel_metadata hook. + """ + if not metadata_directory: + return None + metadata_parent = os.path.dirname(metadata_directory) + if not os.path.isfile(pjoin(metadata_parent, WHEEL_BUILT_MARKER)): + return None + + whl_files = glob(os.path.join(metadata_parent, '*.whl')) + if not whl_files: + print('Found wheel built marker, but no .whl files') + return None + if len(whl_files) > 1: + print('Found multiple .whl files; unspecified behaviour. ' + 'Will call build_wheel.') + return None + + # Exactly one .whl file + return whl_files[0] + + +def build_wheel(wheel_directory, config_settings, metadata_directory=None): + """Invoke the mandatory build_wheel hook. + + If a wheel was already built in the + prepare_metadata_for_build_wheel fallback, this + will copy it rather than rebuilding the wheel. + """ + prebuilt_whl = _find_already_built_wheel(metadata_directory) + if prebuilt_whl: + shutil.copy2(prebuilt_whl, wheel_directory) + return os.path.basename(prebuilt_whl) + + return _build_backend().build_wheel(wheel_directory, config_settings, + metadata_directory) + + +def build_editable(wheel_directory, config_settings, metadata_directory=None): + """Invoke the optional build_editable hook. + + If a wheel was already built in the + prepare_metadata_for_build_editable fallback, this + will copy it rather than rebuilding the wheel. + """ + backend = _build_backend() + try: + hook = backend.build_editable + except AttributeError: + raise HookMissing() + else: + prebuilt_whl = _find_already_built_wheel(metadata_directory) + if prebuilt_whl: + shutil.copy2(prebuilt_whl, wheel_directory) + return os.path.basename(prebuilt_whl) + + return hook(wheel_directory, config_settings, metadata_directory) + + +def get_requires_for_build_sdist(config_settings): + """Invoke the optional get_requires_for_build_wheel hook + + Returns [] if the hook is not defined. + """ + backend = _build_backend() + try: + hook = backend.get_requires_for_build_sdist + except AttributeError: + return [] + else: + return hook(config_settings) + + +class _DummyException(Exception): + """Nothing should ever raise this exception""" + + +class GotUnsupportedOperation(Exception): + """For internal use when backend raises UnsupportedOperation""" + def __init__(self, traceback): + self.traceback = traceback + + +def build_sdist(sdist_directory, config_settings): + """Invoke the mandatory build_sdist hook.""" + backend = _build_backend() + try: + return backend.build_sdist(sdist_directory, config_settings) + except getattr(backend, 'UnsupportedOperation', _DummyException): + raise GotUnsupportedOperation(traceback.format_exc()) + + +HOOK_NAMES = { + 'get_requires_for_build_wheel', + 'prepare_metadata_for_build_wheel', + 'build_wheel', + 'get_requires_for_build_editable', + 'prepare_metadata_for_build_editable', + 'build_editable', + 'get_requires_for_build_sdist', + 'build_sdist', + '_supported_features', +} + + +def main(): + if len(sys.argv) < 3: + sys.exit("Needs args: hook_name, control_dir") + hook_name = sys.argv[1] + control_dir = sys.argv[2] + if hook_name not in HOOK_NAMES: + sys.exit("Unknown hook: %s" % hook_name) + hook = globals()[hook_name] + + hook_input = read_json(pjoin(control_dir, 'input.json')) + + json_out = {'unsupported': False, 'return_val': None} + try: + json_out['return_val'] = hook(**hook_input['kwargs']) + except BackendUnavailable as e: + json_out['no_backend'] = True + json_out['traceback'] = e.traceback + except BackendInvalid as e: + json_out['backend_invalid'] = True + json_out['backend_error'] = e.message + except GotUnsupportedOperation as e: + json_out['unsupported'] = True + json_out['traceback'] = e.traceback + except HookMissing as e: + json_out['hook_missing'] = True + json_out['missing_hook_name'] = e.hook_name or hook_name + + write_json(json_out, pjoin(control_dir, 'output.json'), indent=2) + + +if __name__ == '__main__': + main() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py new file mode 100644 index 0000000..10ff67f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py @@ -0,0 +1,182 @@ +# __ +# /__) _ _ _ _ _/ _ +# / ( (- (/ (/ (- _) / _) +# / + +""" +Requests HTTP Library +~~~~~~~~~~~~~~~~~~~~~ + +Requests is an HTTP library, written in Python, for human beings. +Basic GET usage: + + >>> import requests + >>> r = requests.get('https://www.python.org') + >>> r.status_code + 200 + >>> b'Python is a programming language' in r.content + True + +... or POST: + + >>> payload = dict(key1='value1', key2='value2') + >>> r = requests.post('https://httpbin.org/post', data=payload) + >>> print(r.text) + { + ... + "form": { + "key1": "value1", + "key2": "value2" + }, + ... + } + +The other HTTP methods are supported - see `requests.api`. Full documentation +is at . + +:copyright: (c) 2017 by Kenneth Reitz. +:license: Apache 2.0, see LICENSE for more details. +""" + +import warnings + +from pip._vendor import urllib3 + +from .exceptions import RequestsDependencyWarning + +charset_normalizer_version = None + +try: + from pip._vendor.chardet import __version__ as chardet_version +except ImportError: + chardet_version = None + + +def check_compatibility(urllib3_version, chardet_version, charset_normalizer_version): + urllib3_version = urllib3_version.split(".") + assert urllib3_version != ["dev"] # Verify urllib3 isn't installed from git. + + # Sometimes, urllib3 only reports its version as 16.1. + if len(urllib3_version) == 2: + urllib3_version.append("0") + + # Check urllib3 for compatibility. + major, minor, patch = urllib3_version # noqa: F811 + major, minor, patch = int(major), int(minor), int(patch) + # urllib3 >= 1.21.1 + assert major >= 1 + if major == 1: + assert minor >= 21 + + # Check charset_normalizer for compatibility. + if chardet_version: + major, minor, patch = chardet_version.split(".")[:3] + major, minor, patch = int(major), int(minor), int(patch) + # chardet_version >= 3.0.2, < 6.0.0 + assert (3, 0, 2) <= (major, minor, patch) < (6, 0, 0) + elif charset_normalizer_version: + major, minor, patch = charset_normalizer_version.split(".")[:3] + major, minor, patch = int(major), int(minor), int(patch) + # charset_normalizer >= 2.0.0 < 4.0.0 + assert (2, 0, 0) <= (major, minor, patch) < (4, 0, 0) + else: + raise Exception("You need either charset_normalizer or chardet installed") + + +def _check_cryptography(cryptography_version): + # cryptography < 1.3.4 + try: + cryptography_version = list(map(int, cryptography_version.split("."))) + except ValueError: + return + + if cryptography_version < [1, 3, 4]: + warning = "Old version of cryptography ({}) may cause slowdown.".format( + cryptography_version + ) + warnings.warn(warning, RequestsDependencyWarning) + + +# Check imported dependencies for compatibility. +try: + check_compatibility( + urllib3.__version__, chardet_version, charset_normalizer_version + ) +except (AssertionError, ValueError): + warnings.warn( + "urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported " + "version!".format( + urllib3.__version__, chardet_version, charset_normalizer_version + ), + RequestsDependencyWarning, + ) + +# Attempt to enable urllib3's fallback for SNI support +# if the standard library doesn't support SNI or the +# 'ssl' library isn't available. +try: + # Note: This logic prevents upgrading cryptography on Windows, if imported + # as part of pip. + from pip._internal.utils.compat import WINDOWS + if not WINDOWS: + raise ImportError("pip internals: don't import cryptography on Windows") + try: + import ssl + except ImportError: + ssl = None + + if not getattr(ssl, "HAS_SNI", False): + from pip._vendor.urllib3.contrib import pyopenssl + + pyopenssl.inject_into_urllib3() + + # Check cryptography version + from cryptography import __version__ as cryptography_version + + _check_cryptography(cryptography_version) +except ImportError: + pass + +# urllib3's DependencyWarnings should be silenced. +from pip._vendor.urllib3.exceptions import DependencyWarning + +warnings.simplefilter("ignore", DependencyWarning) + +# Set default logging handler to avoid "No handler found" warnings. +import logging +from logging import NullHandler + +from . import packages, utils +from .__version__ import ( + __author__, + __author_email__, + __build__, + __cake__, + __copyright__, + __description__, + __license__, + __title__, + __url__, + __version__, +) +from .api import delete, get, head, options, patch, post, put, request +from .exceptions import ( + ConnectionError, + ConnectTimeout, + FileModeWarning, + HTTPError, + JSONDecodeError, + ReadTimeout, + RequestException, + Timeout, + TooManyRedirects, + URLRequired, +) +from .models import PreparedRequest, Request, Response +from .sessions import Session, session +from .status_codes import codes + +logging.getLogger(__name__).addHandler(NullHandler()) + +# FileModeWarnings go off per the default. +warnings.simplefilter("default", FileModeWarning, append=True) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f37e8b6533b0b4deff8ec2d1f9b8d8b2bf08928d GIT binary patch literal 5461 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 B!$kl9 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c8edd1a76f083b564d22ae4085ee8011553c3883 GIT binary patch literal 2032 zcmah}-)j^{9G~62pL>^FViP6N=wQ?6^~W8JNa6eeQO}xCHC$pLr)J&To#ZCo?Otc* z5-+4hiVymv4+SF>d?|$@6bk(>d|8OJ=hBBj>4R@+(}&_yzq9uvm>N2;v-ADV=lf&6 z-_OkRo*o^+cv+sKzlIU|T?(BMYA?2bfyHBFqav~uTdgQX#n$XlMXhQ@O+hLm%2KRj zwDY&a&yL2VVaM+& z#a>&#hl;6&noh3%s5A0Kop8Z326Y5sj#)A4f>yZx)f+?CrW(F- z>u@Z}robj6*aE3uB{uH(sx)w^feY;z`bwEvWo(lgact~5nA{PJR0*IK$cmJL1aO&D zYJ_oooYw(va`0QNnIf&fk|n+JN>(iCE%8%*dk2>A&%wRGL{K_ut{53DHBElHx98NtjQV~ zJX@v^j?1=kJTY^AauU~_ASvNipotKItx!%ffni$nb;_y3h3Qy?$W&BZ7vd?tiVUP-uLcnn~C1LQ`=yItS&b| z=<;R>g#Y6WSEta|N_-F2*j?5rsG+`#L_|iDV-zuXh2~I0TS0fUIkcjrL#sbuAaIka z)FGHIK)Wb3xXS?7f$IhrRhZDGc1LBgO$%&zMi2U!tAU~_NrUU{>g0Ai5-zsN#JZiq zm+M^M66pW}50Z_NU5+d8bkHh1j&Fg(TP>#Kn51G3mt40J82Dk6Ta?aTOox~}p05Ge zj|5a9{=RFiQ{*LcNuDv6!3z-UB*$gpF-u6hzV?9)%8kG!8vykfd^`se^tBfy_dhCs zr@cswdZAG-F}kIO!h_9N-^0{{)Oz$q3^!Bn{PSC4a=}trwmapA^00XEsL8dT6+LXl(u5)2Sy@-my~~hfaHFsCoGKdgGdgJgJ z4;^goSmicGPJz|t@ConaRc~n8L;ITtPkNseyx|!S9oP)Ty~NRGDC)(JY=yN!)kFQ; PNnJ^84=0tuAme`lcw8;x literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b6111d4fe6780629de26d5e6f695f1c7d9c16007 GIT binary patch literal 21288 zcmeHvdvF}bncwUSyTC5602VLeIRHrjD-sJ5Bn1hAD1iV-Q6xc%0A*|aSS@!3z=HdL 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0671ddac0c659cf10a7997549eb49102b3cc74f GIT binary patch literal 930 zcmZ8gzi-qq6t13byk&(Hqe^A~^lJUwj#WoLuO^nn4uPraC! zRR*I_1@8a`U4S7rBG`r4Bye}KKRK`FeJE<`j1`%&)wLjCCa$~yU5iw3b#D;>aoGT* zs)lu3qK@G>fFL(=qgl%~RKgbINk&qcIsp+fwV(fEw%r-f6vZ585kZ2;Ot2Km0YQl% zArXRLgh}XUkwj~&NSB}?4SY#ZFJm|&4(beuAc&?mXHkwgBk0HB+oFVyL&4)>Q9@DT z2YY^>IJUhRqMT>QSLkt)vOd}_Z@Ywu(|49o$OZDz7G>EpglQ@T?PZd3hKhXbGgS-Q zgzZzoSxlH*DvAa^L&3mjeNr@66ey!(T!^0P8!tAI}aktK^ls2~Av29m8C>6Lq+SI-DdIT8f36S3x?b+#&cnbLGv! z(ZNaM_UX*>Nqt#Nsr0b!d9hEK=QV4?n&)92c%GGCwAs zH>@OrGAZgBq-zTO3tiOjjRkpM%&MhUb$VC1a}z@NyJ|ygbPYiJySeaw?qlOa(^b literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b81a3b922dd6a5c5ab74581f99b192356431314c GIT binary patch literal 1515 zcmZ8h&2QT_6sPODUFS+6@lkH3dM z;8GEQ*T%RQxhXkYwgC7QgaCrj3UkDwIheBy&yzgNqx{Ie2zfulA}WT~k`}_k{w4sh z^v*73b~%f;p{?fOz;^fHyM#I{Ap+gg5Cr zT&K6-EqWW?rW0%#Mq^|OiYz&l7|KLJEb_Bq($-jTx8jBpP=y!7_ER5PDOmi{vwe zB6ly9Ll(JPu8z4dwma@4>2gE^90|A2xZ4eS`_BR%3g^Skl1O6W${}(i^jx|$7-{DN z#06$i$2l>TYg?+^8|qjjAD@`&pX4WM^SdXzj~}8Q3(+^6Gp-%0yV{MT@FDKWc3#;J z0z!f=L8`nH#4(Nrs$PKapGqJlbtLs`xZv5-BH} z{Fo#{m6K>9)}~}4R}xM_)aSuK8HyrvI_=EKh~Y@tn#6&AL&ij`6RI4oB~hlfi^>@w z8FTg=BcT@Fb00+qn6rqYNUCP$><^`keS(ElH4~Bg-82q_P>YwX%Yp4rRN41K*7JQ; zjd9%Z4^R{`&P_s9UZg_Rrn&cV)Mu)o9k?oC;m7ILblz5lkzf%onV4#i5rTSBS4;4+ zQJR;OPSEXf(}lcZ!1S~#m{aqrq0__@+*LKB>RW0GA$ZNK<}l-RLuxud+NYC!G;e5$ zHx0}fm^CnG;EI8H16K_!7-(rwjcNR}8Tg`EF~0!5Y+%K}ss^0^$yK$RU?Oqk8>84w zrLKe14TNqZa~)J3>jD(}gauO7ql6-kd%jF#?N--IXn^>{{2iR>O~KpH8#0PK&br=S zYVI-J<7}jJCcFnU{Fd2cG^&FV4DYyYuOmC$L2KV%;~v00~c*%bS+VyJ%}~ z(o3BEf^W7y708&j`eC8cy?;W&N8gTZQvEV7ae>bJ_rQ^{;a4Rk<}ToR)yo zcoDp89e(|CbzJ(Nd1eEvb`0F}60p|)0ry{l`^RA87_1$G)*Gj4<=%jIuvoHk=Rm{h s3~0`ct4F2EIDcf<$Hk+@?BQoGejGbTv-5}Our{t6Qu?LNKi3ER4-ur*DgXcg literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ca71013db64b21920ee4912c0a92686998511b31 GIT binary patch literal 25254 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 XKBM@q?cf8#45I0h#`a448Iu@o)ioonxy-I>ju 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5975fa888406a2fb704685a18d1c549821c355e4 GIT binary patch literal 4320 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 F{{Rt-q+I|2 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc828c5da14f85da0f9d1f00eaba0f9622a0e051 GIT binary patch literal 780 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%0DKXa+U@Mz1OMIC@@zwVf8)Yp8Wyz}2phP9g7LI{< z9YSP*bdYKgsVdb08=&GwGx|-) z5^*omW<)YUoPnt|Z>nz~Z+e}6fOxXT?ymp@@_$2NhQOhdf^FWtExR&X4$Mwo{oLH= z7J8R!y1%szH!s4jZ}`^X<@y8Z=X3SzSL!!rnXw;j`Outw)<3%scy`6NF6&#juz4Z; zJ{**R1wv%{7n~1VdSxNF(D=PT@al7O&t2`G>(8`2wG`Ni`wFTX@7B~^ot~S%`pVoZ za8X>UdFlZS_ZsijtiA8x{56j%xGH|Zu^9MT!;OZe${oPIFyFfXBnkw+F8AdtT>^A2RaK_vPvK9_A6#fEEqz%6~2GUz;}I}XyeQ0&A@MJ`JJ6%VVW7}7mt zO;_pAUciM_fL6#a;Vr=1!>!wJeeJciE6v-o&D)lmcRb)MWws1Nw4~) z&#idZXT9qeMy^M%MSmmyzIS`Brt$TP`wkR^X9zB^ZS1>!>h_^b!_lRRV;Sc$6_~W+ z5;{@|86#$A@$gdu6HxFB-L3Z#K!Jl!z{*Y0Qg7T(mk&W3OQs#_I^co$Zx~Haz@|mD z-C#Ft_lGR1FOHoY)6?X%yFdi!Xb9YQ3FkB8}eV}?)j^)uAN)E;$NTj zuV3=Fk<)Jwyal*}LzfQy;*k&F^&3 z^A=7oGnN9s5ySVtAkVl1`aGdK)8#cO3(jYaIGW7jBfU zld{nv>T)M75W907SOGV#o2MsFisxWxiA(f(=EPUDJ;+Fe`OgE;3$~uNxljjtM~34e z%yVF{ggg9)!Gx2k3cSf-&jbT8b(7$R4!U+LuldlIU5aB|?A)STlRu&i+Ea|8C?4|n zr@wVTp1Ts=A6RTnF8ww#^FYB|x|*?`GEE-#nTu<=W(B@mFgTKAc>Ownd?<}wMg$!$Rd`^h zE!YjwkU*$aAwB$qQI_uag6HtGeh)P~-txJfG^<-s2`*N9_WjXkzW$kS`;Oimm<{~$ zB-yVoZo{3(S^uVt?`YbFDCZ5NJwJY6;rz#N*B+`}scyHfy35**Og1n5NMK${-k7da z9qbCAA;t>>dRNU2c(np~3!x!>E>t{@qqaH=nzrJ9p*!hs5Gghl>(J;h6Zxq?g%VSd z&)q~*p<VH{5)#8hL(+$ob(5msqv&5ybep0%iWrCY=al;Q6y2fd z+Z6o;MRzHBjiPT*bdMrJp=`@Y|C>^Dt%2$RNEkvrS1(eEA`vg;Uq|AL+y`c#&H13U z+;4yN$b-h+wyp;$lL=1Xc9X68fjwmN--mlFyuVc+a3m@!wRCL*d4=N<9^$H#c)9;! z%S%-Gg1OALMG-TDIAw@VZ3nEY*Sy>9bz5M3xP2HPx|7;$PQMjr^Gw>%r zsIwyOLdsX*am~pvv*x6~j-ys)^b)n0K|r!QyE+5rd8-ayAl; zB&WLhez*gQY=p1i!#KLIQu<9wxTXmf ziTX9xFlB?M?QJVaE15YfZkPl|Rlj+ex%4Vd8V9{o1zKKs z?}D(wqhV+w8Hvj3)rX9^BZ@EGpvXzB+SN%^{|twVvfUKXa8&UZ$)8leDms~}mle81 z+(W6F;pA^>WLzS8KCSg4jsNr@BtO^D}qIrn~5zGmT*)l4gf?E}3_38>-+(@2! zm|akgqo{?VR*KeBv;mRg#4R>Sz)lReONr75u2h7} zGnm@%Qi<&pF^8_blw!+7%Ta_8K6LI@?~&LmRpBlE=j7XnaH2AqJ}}!&)`u0G$@L#N z{O|q_*YX{%@h`cq?{Lld|37lOmbhI%G}}z(ha93Gdh#jGwCRU-{qe6ooQeMqxABK& zH%f7O1b-*14%LMEvC>1xSP}zdUU~Y%wcNFRIGc%QR3m53XiFp0oeZm6{u83 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..223e4ceb949d1a96cf82ac1f9a9bca4b54eb8912 GIT binary patch literal 5967 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 A>;M1& literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be473aeb730bfcd61a50aa91db3bbafc263ba94e GIT binary patch literal 36083 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 X-Ys+Tmb(oFd^dlu&cP4y3{(GquBy}+ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py new file mode 100644 index 0000000..5063c3f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py @@ -0,0 +1,14 @@ +# .-. .-. .-. . . .-. .-. .-. .-. +# |( |- |.| | | |- `-. | `-. +# ' ' `-' `-`.`-' `-' `-' ' `-' + +__title__ = "requests" +__description__ = "Python HTTP for Humans." +__url__ = "https://requests.readthedocs.io" +__version__ = "2.31.0" +__build__ = 0x023100 +__author__ = "Kenneth Reitz" +__author_email__ = "me@kennethreitz.org" +__license__ = "Apache 2.0" +__copyright__ = "Copyright Kenneth Reitz" +__cake__ = "\u2728 \U0001f370 \u2728" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py new file mode 100644 index 0000000..f2cf635 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py @@ -0,0 +1,50 @@ +""" +requests._internal_utils +~~~~~~~~~~~~~~ + +Provides utility functions that are consumed internally by Requests +which depend on extremely few external helpers (such as compat) +""" +import re + +from .compat import builtin_str + +_VALID_HEADER_NAME_RE_BYTE = re.compile(rb"^[^:\s][^:\r\n]*$") +_VALID_HEADER_NAME_RE_STR = re.compile(r"^[^:\s][^:\r\n]*$") +_VALID_HEADER_VALUE_RE_BYTE = re.compile(rb"^\S[^\r\n]*$|^$") +_VALID_HEADER_VALUE_RE_STR = re.compile(r"^\S[^\r\n]*$|^$") + +_HEADER_VALIDATORS_STR = (_VALID_HEADER_NAME_RE_STR, _VALID_HEADER_VALUE_RE_STR) +_HEADER_VALIDATORS_BYTE = (_VALID_HEADER_NAME_RE_BYTE, _VALID_HEADER_VALUE_RE_BYTE) +HEADER_VALIDATORS = { + bytes: _HEADER_VALIDATORS_BYTE, + str: _HEADER_VALIDATORS_STR, +} + + +def to_native_string(string, encoding="ascii"): + """Given a string object, regardless of type, returns a representation of + that string in the native string type, encoding and decoding where + necessary. This assumes ASCII unless told otherwise. + """ + if isinstance(string, builtin_str): + out = string + else: + out = string.decode(encoding) + + return out + + +def unicode_is_ascii(u_string): + """Determine if unicode string only contains ASCII characters. + + :param str u_string: unicode string to check. Must be unicode + and not Python 2 `str`. + :rtype: bool + """ + assert isinstance(u_string, str) + try: + u_string.encode("ascii") + return True + except UnicodeEncodeError: + return False diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py new file mode 100644 index 0000000..10c1767 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py @@ -0,0 +1,538 @@ +""" +requests.adapters +~~~~~~~~~~~~~~~~~ + +This module contains the transport adapters that Requests uses to define +and maintain connections. +""" + +import os.path +import socket # noqa: F401 + +from pip._vendor.urllib3.exceptions import ClosedPoolError, ConnectTimeoutError +from pip._vendor.urllib3.exceptions import HTTPError as _HTTPError +from pip._vendor.urllib3.exceptions import InvalidHeader as _InvalidHeader +from pip._vendor.urllib3.exceptions import ( + LocationValueError, + MaxRetryError, + NewConnectionError, + ProtocolError, +) +from pip._vendor.urllib3.exceptions import ProxyError as _ProxyError +from pip._vendor.urllib3.exceptions import ReadTimeoutError, ResponseError +from pip._vendor.urllib3.exceptions import SSLError as _SSLError +from pip._vendor.urllib3.poolmanager import PoolManager, proxy_from_url +from pip._vendor.urllib3.util import Timeout as TimeoutSauce +from pip._vendor.urllib3.util import parse_url +from pip._vendor.urllib3.util.retry import Retry + +from .auth import _basic_auth_str +from .compat import basestring, urlparse +from .cookies import extract_cookies_to_jar +from .exceptions import ( + ConnectionError, + ConnectTimeout, + InvalidHeader, + InvalidProxyURL, + InvalidSchema, + InvalidURL, + ProxyError, + ReadTimeout, + RetryError, + SSLError, +) +from .models import Response +from .structures import CaseInsensitiveDict +from .utils import ( + DEFAULT_CA_BUNDLE_PATH, + extract_zipped_paths, + get_auth_from_url, + get_encoding_from_headers, + prepend_scheme_if_needed, + select_proxy, + urldefragauth, +) + +try: + from pip._vendor.urllib3.contrib.socks import SOCKSProxyManager +except ImportError: + + def SOCKSProxyManager(*args, **kwargs): + raise InvalidSchema("Missing dependencies for SOCKS support.") + + +DEFAULT_POOLBLOCK = False +DEFAULT_POOLSIZE = 10 +DEFAULT_RETRIES = 0 +DEFAULT_POOL_TIMEOUT = None + + +class BaseAdapter: + """The Base Transport Adapter""" + + def __init__(self): + super().__init__() + + def send( + self, request, stream=False, timeout=None, verify=True, cert=None, proxies=None + ): + """Sends PreparedRequest object. Returns Response object. + + :param request: The :class:`PreparedRequest ` being sent. + :param stream: (optional) Whether to stream the request content. + :param timeout: (optional) How long to wait for the server to send + data before giving up, as a float, or a :ref:`(connect timeout, + read timeout) ` tuple. + :type timeout: float or tuple + :param verify: (optional) Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use + :param cert: (optional) Any user-provided SSL certificate to be trusted. + :param proxies: (optional) The proxies dictionary to apply to the request. + """ + raise NotImplementedError + + def close(self): + """Cleans up adapter specific items.""" + raise NotImplementedError + + +class HTTPAdapter(BaseAdapter): + """The built-in HTTP Adapter for urllib3. + + Provides a general-case interface for Requests sessions to contact HTTP and + HTTPS urls by implementing the Transport Adapter interface. This class will + usually be created by the :class:`Session ` class under the + covers. + + :param pool_connections: The number of urllib3 connection pools to cache. + :param pool_maxsize: The maximum number of connections to save in the pool. + :param max_retries: The maximum number of retries each connection + should attempt. Note, this applies only to failed DNS lookups, socket + connections and connection timeouts, never to requests where data has + made it to the server. By default, Requests does not retry failed + connections. If you need granular control over the conditions under + which we retry a request, import urllib3's ``Retry`` class and pass + that instead. + :param pool_block: Whether the connection pool should block for connections. + + Usage:: + + >>> import requests + >>> s = requests.Session() + >>> a = requests.adapters.HTTPAdapter(max_retries=3) + >>> s.mount('http://', a) + """ + + __attrs__ = [ + "max_retries", + "config", + "_pool_connections", + "_pool_maxsize", + "_pool_block", + ] + + def __init__( + self, + pool_connections=DEFAULT_POOLSIZE, + pool_maxsize=DEFAULT_POOLSIZE, + max_retries=DEFAULT_RETRIES, + pool_block=DEFAULT_POOLBLOCK, + ): + if max_retries == DEFAULT_RETRIES: + self.max_retries = Retry(0, read=False) + else: + self.max_retries = Retry.from_int(max_retries) + self.config = {} + self.proxy_manager = {} + + super().__init__() + + self._pool_connections = pool_connections + self._pool_maxsize = pool_maxsize + self._pool_block = pool_block + + self.init_poolmanager(pool_connections, pool_maxsize, block=pool_block) + + def __getstate__(self): + return {attr: getattr(self, attr, None) for attr in self.__attrs__} + + def __setstate__(self, state): + # Can't handle by adding 'proxy_manager' to self.__attrs__ because + # self.poolmanager uses a lambda function, which isn't pickleable. + self.proxy_manager = {} + self.config = {} + + for attr, value in state.items(): + setattr(self, attr, value) + + self.init_poolmanager( + self._pool_connections, self._pool_maxsize, block=self._pool_block + ) + + def init_poolmanager( + self, connections, maxsize, block=DEFAULT_POOLBLOCK, **pool_kwargs + ): + """Initializes a urllib3 PoolManager. + + This method should not be called from user code, and is only + exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param connections: The number of urllib3 connection pools to cache. + :param maxsize: The maximum number of connections to save in the pool. + :param block: Block when no free connections are available. + :param pool_kwargs: Extra keyword arguments used to initialize the Pool Manager. + """ + # save these values for pickling + self._pool_connections = connections + self._pool_maxsize = maxsize + self._pool_block = block + + self.poolmanager = PoolManager( + num_pools=connections, + maxsize=maxsize, + block=block, + **pool_kwargs, + ) + + def proxy_manager_for(self, proxy, **proxy_kwargs): + """Return urllib3 ProxyManager for the given proxy. + + This method should not be called from user code, and is only + exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param proxy: The proxy to return a urllib3 ProxyManager for. + :param proxy_kwargs: Extra keyword arguments used to configure the Proxy Manager. + :returns: ProxyManager + :rtype: urllib3.ProxyManager + """ + if proxy in self.proxy_manager: + manager = self.proxy_manager[proxy] + elif proxy.lower().startswith("socks"): + username, password = get_auth_from_url(proxy) + manager = self.proxy_manager[proxy] = SOCKSProxyManager( + proxy, + username=username, + password=password, + num_pools=self._pool_connections, + maxsize=self._pool_maxsize, + block=self._pool_block, + **proxy_kwargs, + ) + else: + proxy_headers = self.proxy_headers(proxy) + manager = self.proxy_manager[proxy] = proxy_from_url( + proxy, + proxy_headers=proxy_headers, + num_pools=self._pool_connections, + maxsize=self._pool_maxsize, + block=self._pool_block, + **proxy_kwargs, + ) + + return manager + + def cert_verify(self, conn, url, verify, cert): + """Verify a SSL certificate. This method should not be called from user + code, and is only exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param conn: The urllib3 connection object associated with the cert. + :param url: The requested URL. + :param verify: Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use + :param cert: The SSL certificate to verify. + """ + if url.lower().startswith("https") and verify: + + cert_loc = None + + # Allow self-specified cert location. + if verify is not True: + cert_loc = verify + + if not cert_loc: + cert_loc = extract_zipped_paths(DEFAULT_CA_BUNDLE_PATH) + + if not cert_loc or not os.path.exists(cert_loc): + raise OSError( + f"Could not find a suitable TLS CA certificate bundle, " + f"invalid path: {cert_loc}" + ) + + conn.cert_reqs = "CERT_REQUIRED" + + if not os.path.isdir(cert_loc): + conn.ca_certs = cert_loc + else: + conn.ca_cert_dir = cert_loc + else: + conn.cert_reqs = "CERT_NONE" + conn.ca_certs = None + conn.ca_cert_dir = None + + if cert: + if not isinstance(cert, basestring): + conn.cert_file = cert[0] + conn.key_file = cert[1] + else: + conn.cert_file = cert + conn.key_file = None + if conn.cert_file and not os.path.exists(conn.cert_file): + raise OSError( + f"Could not find the TLS certificate file, " + f"invalid path: {conn.cert_file}" + ) + if conn.key_file and not os.path.exists(conn.key_file): + raise OSError( + f"Could not find the TLS key file, invalid path: {conn.key_file}" + ) + + def build_response(self, req, resp): + """Builds a :class:`Response ` object from a urllib3 + response. This should not be called from user code, and is only exposed + for use when subclassing the + :class:`HTTPAdapter ` + + :param req: The :class:`PreparedRequest ` used to generate the response. + :param resp: The urllib3 response object. + :rtype: requests.Response + """ + response = Response() + + # Fallback to None if there's no status_code, for whatever reason. + response.status_code = getattr(resp, "status", None) + + # Make headers case-insensitive. + response.headers = CaseInsensitiveDict(getattr(resp, "headers", {})) + + # Set encoding. + response.encoding = get_encoding_from_headers(response.headers) + response.raw = resp + response.reason = response.raw.reason + + if isinstance(req.url, bytes): + response.url = req.url.decode("utf-8") + else: + response.url = req.url + + # Add new cookies from the server. + extract_cookies_to_jar(response.cookies, req, resp) + + # Give the Response some context. + response.request = req + response.connection = self + + return response + + def get_connection(self, url, proxies=None): + """Returns a urllib3 connection for the given URL. This should not be + called from user code, and is only exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param url: The URL to connect to. + :param proxies: (optional) A Requests-style dictionary of proxies used on this request. + :rtype: urllib3.ConnectionPool + """ + proxy = select_proxy(url, proxies) + + if proxy: + proxy = prepend_scheme_if_needed(proxy, "http") + proxy_url = parse_url(proxy) + if not proxy_url.host: + raise InvalidProxyURL( + "Please check proxy URL. It is malformed " + "and could be missing the host." + ) + proxy_manager = self.proxy_manager_for(proxy) + conn = proxy_manager.connection_from_url(url) + else: + # Only scheme should be lower case + parsed = urlparse(url) + url = parsed.geturl() + conn = self.poolmanager.connection_from_url(url) + + return conn + + def close(self): + """Disposes of any internal state. + + Currently, this closes the PoolManager and any active ProxyManager, + which closes any pooled connections. + """ + self.poolmanager.clear() + for proxy in self.proxy_manager.values(): + proxy.clear() + + def request_url(self, request, proxies): + """Obtain the url to use when making the final request. + + If the message is being sent through a HTTP proxy, the full URL has to + be used. Otherwise, we should only use the path portion of the URL. + + This should not be called from user code, and is only exposed for use + when subclassing the + :class:`HTTPAdapter `. + + :param request: The :class:`PreparedRequest ` being sent. + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs. + :rtype: str + """ + proxy = select_proxy(request.url, proxies) + scheme = urlparse(request.url).scheme + + is_proxied_http_request = proxy and scheme != "https" + using_socks_proxy = False + if proxy: + proxy_scheme = urlparse(proxy).scheme.lower() + using_socks_proxy = proxy_scheme.startswith("socks") + + url = request.path_url + if is_proxied_http_request and not using_socks_proxy: + url = urldefragauth(request.url) + + return url + + def add_headers(self, request, **kwargs): + """Add any headers needed by the connection. As of v2.0 this does + nothing by default, but is left for overriding by users that subclass + the :class:`HTTPAdapter `. + + This should not be called from user code, and is only exposed for use + when subclassing the + :class:`HTTPAdapter `. + + :param request: The :class:`PreparedRequest ` to add headers to. + :param kwargs: The keyword arguments from the call to send(). + """ + pass + + def proxy_headers(self, proxy): + """Returns a dictionary of the headers to add to any request sent + through a proxy. This works with urllib3 magic to ensure that they are + correctly sent to the proxy, rather than in a tunnelled request if + CONNECT is being used. + + This should not be called from user code, and is only exposed for use + when subclassing the + :class:`HTTPAdapter `. + + :param proxy: The url of the proxy being used for this request. + :rtype: dict + """ + headers = {} + username, password = get_auth_from_url(proxy) + + if username: + headers["Proxy-Authorization"] = _basic_auth_str(username, password) + + return headers + + def send( + self, request, stream=False, timeout=None, verify=True, cert=None, proxies=None + ): + """Sends PreparedRequest object. Returns Response object. + + :param request: The :class:`PreparedRequest ` being sent. + :param stream: (optional) Whether to stream the request content. + :param timeout: (optional) How long to wait for the server to send + data before giving up, as a float, or a :ref:`(connect timeout, + read timeout) ` tuple. + :type timeout: float or tuple or urllib3 Timeout object + :param verify: (optional) Either a boolean, in which case it controls whether + we verify the server's TLS certificate, or a string, in which case it + must be a path to a CA bundle to use + :param cert: (optional) Any user-provided SSL certificate to be trusted. + :param proxies: (optional) The proxies dictionary to apply to the request. + :rtype: requests.Response + """ + + try: + conn = self.get_connection(request.url, proxies) + except LocationValueError as e: + raise InvalidURL(e, request=request) + + self.cert_verify(conn, request.url, verify, cert) + url = self.request_url(request, proxies) + self.add_headers( + request, + stream=stream, + timeout=timeout, + verify=verify, + cert=cert, + proxies=proxies, + ) + + chunked = not (request.body is None or "Content-Length" in request.headers) + + if isinstance(timeout, tuple): + try: + connect, read = timeout + timeout = TimeoutSauce(connect=connect, read=read) + except ValueError: + raise ValueError( + f"Invalid timeout {timeout}. Pass a (connect, read) timeout tuple, " + f"or a single float to set both timeouts to the same value." + ) + elif isinstance(timeout, TimeoutSauce): + pass + else: + timeout = TimeoutSauce(connect=timeout, read=timeout) + + try: + resp = conn.urlopen( + method=request.method, + url=url, + body=request.body, + headers=request.headers, + redirect=False, + assert_same_host=False, + preload_content=False, + decode_content=False, + retries=self.max_retries, + timeout=timeout, + chunked=chunked, + ) + + except (ProtocolError, OSError) as err: + raise ConnectionError(err, request=request) + + except MaxRetryError as e: + if isinstance(e.reason, ConnectTimeoutError): + # TODO: Remove this in 3.0.0: see #2811 + if not isinstance(e.reason, NewConnectionError): + raise ConnectTimeout(e, request=request) + + if isinstance(e.reason, ResponseError): + raise RetryError(e, request=request) + + if isinstance(e.reason, _ProxyError): + raise ProxyError(e, request=request) + + if isinstance(e.reason, _SSLError): + # This branch is for urllib3 v1.22 and later. + raise SSLError(e, request=request) + + raise ConnectionError(e, request=request) + + except ClosedPoolError as e: + raise ConnectionError(e, request=request) + + except _ProxyError as e: + raise ProxyError(e) + + except (_SSLError, _HTTPError) as e: + if isinstance(e, _SSLError): + # This branch is for urllib3 versions earlier than v1.22 + raise SSLError(e, request=request) + elif isinstance(e, ReadTimeoutError): + raise ReadTimeout(e, request=request) + elif isinstance(e, _InvalidHeader): + raise InvalidHeader(e, request=request) + else: + raise + + return self.build_response(request, resp) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py new file mode 100644 index 0000000..cd0b3ee --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py @@ -0,0 +1,157 @@ +""" +requests.api +~~~~~~~~~~~~ + +This module implements the Requests API. + +:copyright: (c) 2012 by Kenneth Reitz. +:license: Apache2, see LICENSE for more details. +""" + +from . import sessions + + +def request(method, url, **kwargs): + """Constructs and sends a :class:`Request `. + + :param method: method for the new :class:`Request` object: ``GET``, ``OPTIONS``, ``HEAD``, ``POST``, ``PUT``, ``PATCH``, or ``DELETE``. + :param url: URL for the new :class:`Request` object. + :param params: (optional) Dictionary, list of tuples or bytes to send + in the query string for the :class:`Request`. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param headers: (optional) Dictionary of HTTP Headers to send with the :class:`Request`. + :param cookies: (optional) Dict or CookieJar object to send with the :class:`Request`. + :param files: (optional) Dictionary of ``'name': file-like-objects`` (or ``{'name': file-tuple}``) for multipart encoding upload. + ``file-tuple`` can be a 2-tuple ``('filename', fileobj)``, 3-tuple ``('filename', fileobj, 'content_type')`` + or a 4-tuple ``('filename', fileobj, 'content_type', custom_headers)``, where ``'content-type'`` is a string + defining the content type of the given file and ``custom_headers`` a dict-like object containing additional headers + to add for the file. + :param auth: (optional) Auth tuple to enable Basic/Digest/Custom HTTP Auth. + :param timeout: (optional) How many seconds to wait for the server to send data + before giving up, as a float, or a :ref:`(connect timeout, read + timeout) ` tuple. + :type timeout: float or tuple + :param allow_redirects: (optional) Boolean. Enable/disable GET/OPTIONS/POST/PUT/PATCH/DELETE/HEAD redirection. Defaults to ``True``. + :type allow_redirects: bool + :param proxies: (optional) Dictionary mapping protocol to the URL of the proxy. + :param verify: (optional) Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use. Defaults to ``True``. + :param stream: (optional) if ``False``, the response content will be immediately downloaded. + :param cert: (optional) if String, path to ssl client cert file (.pem). If Tuple, ('cert', 'key') pair. + :return: :class:`Response ` object + :rtype: requests.Response + + Usage:: + + >>> import requests + >>> req = requests.request('GET', 'https://httpbin.org/get') + >>> req + + """ + + # By using the 'with' statement we are sure the session is closed, thus we + # avoid leaving sockets open which can trigger a ResourceWarning in some + # cases, and look like a memory leak in others. + with sessions.Session() as session: + return session.request(method=method, url=url, **kwargs) + + +def get(url, params=None, **kwargs): + r"""Sends a GET request. + + :param url: URL for the new :class:`Request` object. + :param params: (optional) Dictionary, list of tuples or bytes to send + in the query string for the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("get", url, params=params, **kwargs) + + +def options(url, **kwargs): + r"""Sends an OPTIONS request. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("options", url, **kwargs) + + +def head(url, **kwargs): + r"""Sends a HEAD request. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. If + `allow_redirects` is not provided, it will be set to `False` (as + opposed to the default :meth:`request` behavior). + :return: :class:`Response ` object + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", False) + return request("head", url, **kwargs) + + +def post(url, data=None, json=None, **kwargs): + r"""Sends a POST request. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("post", url, data=data, json=json, **kwargs) + + +def put(url, data=None, **kwargs): + r"""Sends a PUT request. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("put", url, data=data, **kwargs) + + +def patch(url, data=None, **kwargs): + r"""Sends a PATCH request. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("patch", url, data=data, **kwargs) + + +def delete(url, **kwargs): + r"""Sends a DELETE request. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("delete", url, **kwargs) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py new file mode 100644 index 0000000..9733686 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py @@ -0,0 +1,315 @@ +""" +requests.auth +~~~~~~~~~~~~~ + +This module contains the authentication handlers for Requests. +""" + +import hashlib +import os +import re +import threading +import time +import warnings +from base64 import b64encode + +from ._internal_utils import to_native_string +from .compat import basestring, str, urlparse +from .cookies import extract_cookies_to_jar +from .utils import parse_dict_header + +CONTENT_TYPE_FORM_URLENCODED = "application/x-www-form-urlencoded" +CONTENT_TYPE_MULTI_PART = "multipart/form-data" + + +def _basic_auth_str(username, password): + """Returns a Basic Auth string.""" + + # "I want us to put a big-ol' comment on top of it that + # says that this behaviour is dumb but we need to preserve + # it because people are relying on it." + # - Lukasa + # + # These are here solely to maintain backwards compatibility + # for things like ints. This will be removed in 3.0.0. + if not isinstance(username, basestring): + warnings.warn( + "Non-string usernames will no longer be supported in Requests " + "3.0.0. Please convert the object you've passed in ({!r}) to " + "a string or bytes object in the near future to avoid " + "problems.".format(username), + category=DeprecationWarning, + ) + username = str(username) + + if not isinstance(password, basestring): + warnings.warn( + "Non-string passwords will no longer be supported in Requests " + "3.0.0. Please convert the object you've passed in ({!r}) to " + "a string or bytes object in the near future to avoid " + "problems.".format(type(password)), + category=DeprecationWarning, + ) + password = str(password) + # -- End Removal -- + + if isinstance(username, str): + username = username.encode("latin1") + + if isinstance(password, str): + password = password.encode("latin1") + + authstr = "Basic " + to_native_string( + b64encode(b":".join((username, password))).strip() + ) + + return authstr + + +class AuthBase: + """Base class that all auth implementations derive from""" + + def __call__(self, r): + raise NotImplementedError("Auth hooks must be callable.") + + +class HTTPBasicAuth(AuthBase): + """Attaches HTTP Basic Authentication to the given Request object.""" + + def __init__(self, username, password): + self.username = username + self.password = password + + def __eq__(self, other): + return all( + [ + self.username == getattr(other, "username", None), + self.password == getattr(other, "password", None), + ] + ) + + def __ne__(self, other): + return not self == other + + def __call__(self, r): + r.headers["Authorization"] = _basic_auth_str(self.username, self.password) + return r + + +class HTTPProxyAuth(HTTPBasicAuth): + """Attaches HTTP Proxy Authentication to a given Request object.""" + + def __call__(self, r): + r.headers["Proxy-Authorization"] = _basic_auth_str(self.username, self.password) + return r + + +class HTTPDigestAuth(AuthBase): + """Attaches HTTP Digest Authentication to the given Request object.""" + + def __init__(self, username, password): + self.username = username + self.password = password + # Keep state in per-thread local storage + self._thread_local = threading.local() + + def init_per_thread_state(self): + # Ensure state is initialized just once per-thread + if not hasattr(self._thread_local, "init"): + self._thread_local.init = True + self._thread_local.last_nonce = "" + self._thread_local.nonce_count = 0 + self._thread_local.chal = {} + self._thread_local.pos = None + self._thread_local.num_401_calls = None + + def build_digest_header(self, method, url): + """ + :rtype: str + """ + + realm = self._thread_local.chal["realm"] + nonce = self._thread_local.chal["nonce"] + qop = self._thread_local.chal.get("qop") + algorithm = self._thread_local.chal.get("algorithm") + opaque = self._thread_local.chal.get("opaque") + hash_utf8 = None + + if algorithm is None: + _algorithm = "MD5" + else: + _algorithm = algorithm.upper() + # lambdas assume digest modules are imported at the top level + if _algorithm == "MD5" or _algorithm == "MD5-SESS": + + def md5_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.md5(x).hexdigest() + + hash_utf8 = md5_utf8 + elif _algorithm == "SHA": + + def sha_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.sha1(x).hexdigest() + + hash_utf8 = sha_utf8 + elif _algorithm == "SHA-256": + + def sha256_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.sha256(x).hexdigest() + + hash_utf8 = sha256_utf8 + elif _algorithm == "SHA-512": + + def sha512_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.sha512(x).hexdigest() + + hash_utf8 = sha512_utf8 + + KD = lambda s, d: hash_utf8(f"{s}:{d}") # noqa:E731 + + if hash_utf8 is None: + return None + + # XXX not implemented yet + entdig = None + p_parsed = urlparse(url) + #: path is request-uri defined in RFC 2616 which should not be empty + path = p_parsed.path or "/" + if p_parsed.query: + path += f"?{p_parsed.query}" + + A1 = f"{self.username}:{realm}:{self.password}" + A2 = f"{method}:{path}" + + HA1 = hash_utf8(A1) + HA2 = hash_utf8(A2) + + if nonce == self._thread_local.last_nonce: + self._thread_local.nonce_count += 1 + else: + self._thread_local.nonce_count = 1 + ncvalue = f"{self._thread_local.nonce_count:08x}" + s = str(self._thread_local.nonce_count).encode("utf-8") + s += nonce.encode("utf-8") + s += time.ctime().encode("utf-8") + s += os.urandom(8) + + cnonce = hashlib.sha1(s).hexdigest()[:16] + if _algorithm == "MD5-SESS": + HA1 = hash_utf8(f"{HA1}:{nonce}:{cnonce}") + + if not qop: + respdig = KD(HA1, f"{nonce}:{HA2}") + elif qop == "auth" or "auth" in qop.split(","): + noncebit = f"{nonce}:{ncvalue}:{cnonce}:auth:{HA2}" + respdig = KD(HA1, noncebit) + else: + # XXX handle auth-int. + return None + + self._thread_local.last_nonce = nonce + + # XXX should the partial digests be encoded too? + base = ( + f'username="{self.username}", realm="{realm}", nonce="{nonce}", ' + f'uri="{path}", response="{respdig}"' + ) + if opaque: + base += f', opaque="{opaque}"' + if algorithm: + base += f', algorithm="{algorithm}"' + if entdig: + base += f', digest="{entdig}"' + if qop: + base += f', qop="auth", nc={ncvalue}, cnonce="{cnonce}"' + + return f"Digest {base}" + + def handle_redirect(self, r, **kwargs): + """Reset num_401_calls counter on redirects.""" + if r.is_redirect: + self._thread_local.num_401_calls = 1 + + def handle_401(self, r, **kwargs): + """ + Takes the given response and tries digest-auth, if needed. + + :rtype: requests.Response + """ + + # If response is not 4xx, do not auth + # See https://github.com/psf/requests/issues/3772 + if not 400 <= r.status_code < 500: + self._thread_local.num_401_calls = 1 + return r + + if self._thread_local.pos is not None: + # Rewind the file position indicator of the body to where + # it was to resend the request. + r.request.body.seek(self._thread_local.pos) + s_auth = r.headers.get("www-authenticate", "") + + if "digest" in s_auth.lower() and self._thread_local.num_401_calls < 2: + + self._thread_local.num_401_calls += 1 + pat = re.compile(r"digest ", flags=re.IGNORECASE) + self._thread_local.chal = parse_dict_header(pat.sub("", s_auth, count=1)) + + # Consume content and release the original connection + # to allow our new request to reuse the same one. + r.content + r.close() + prep = r.request.copy() + extract_cookies_to_jar(prep._cookies, r.request, r.raw) + prep.prepare_cookies(prep._cookies) + + prep.headers["Authorization"] = self.build_digest_header( + prep.method, prep.url + ) + _r = r.connection.send(prep, **kwargs) + _r.history.append(r) + _r.request = prep + + return _r + + self._thread_local.num_401_calls = 1 + return r + + def __call__(self, r): + # Initialize per-thread state, if needed + self.init_per_thread_state() + # If we have a saved nonce, skip the 401 + if self._thread_local.last_nonce: + r.headers["Authorization"] = self.build_digest_header(r.method, r.url) + try: + self._thread_local.pos = r.body.tell() + except AttributeError: + # In the case of HTTPDigestAuth being reused and the body of + # the previous request was a file-like object, pos has the + # file position of the previous body. Ensure it's set to + # None. + self._thread_local.pos = None + r.register_hook("response", self.handle_401) + r.register_hook("response", self.handle_redirect) + self._thread_local.num_401_calls = 1 + + return r + + def __eq__(self, other): + return all( + [ + self.username == getattr(other, "username", None), + self.password == getattr(other, "password", None), + ] + ) + + def __ne__(self, other): + return not self == other diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py new file mode 100644 index 0000000..38696a1 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py @@ -0,0 +1,24 @@ +#!/usr/bin/env python + +""" +requests.certs +~~~~~~~~~~~~~~ + +This module returns the preferred default CA certificate bundle. There is +only one — the one from the certifi package. + +If you are packaging Requests, e.g., for a Linux distribution or a managed +environment, you can change the definition of where() to return a separately +packaged CA bundle. +""" + +import os + +if "_PIP_STANDALONE_CERT" not in os.environ: + from pip._vendor.certifi import where +else: + def where(): + return os.environ["_PIP_STANDALONE_CERT"] + +if __name__ == "__main__": + print(where()) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py new file mode 100644 index 0000000..9ab2bb4 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py @@ -0,0 +1,67 @@ +""" +requests.compat +~~~~~~~~~~~~~~~ + +This module previously handled import compatibility issues +between Python 2 and Python 3. It remains for backwards +compatibility until the next major version. +""" + +from pip._vendor import chardet + +import sys + +# ------- +# Pythons +# ------- + +# Syntax sugar. +_ver = sys.version_info + +#: Python 2.x? +is_py2 = _ver[0] == 2 + +#: Python 3.x? +is_py3 = _ver[0] == 3 + +# Note: We've patched out simplejson support in pip because it prevents +# upgrading simplejson on Windows. +import json +from json import JSONDecodeError + +# Keep OrderedDict for backwards compatibility. +from collections import OrderedDict +from collections.abc import Callable, Mapping, MutableMapping +from http import cookiejar as cookielib +from http.cookies import Morsel +from io import StringIO + +# -------------- +# Legacy Imports +# -------------- +from urllib.parse import ( + quote, + quote_plus, + unquote, + unquote_plus, + urldefrag, + urlencode, + urljoin, + urlparse, + urlsplit, + urlunparse, +) +from urllib.request import ( + getproxies, + getproxies_environment, + parse_http_list, + proxy_bypass, + proxy_bypass_environment, +) + +builtin_str = str +str = str +bytes = bytes +basestring = (str, bytes) +numeric_types = (int, float) +integer_types = (int,) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py new file mode 100644 index 0000000..bf54ab2 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py @@ -0,0 +1,561 @@ +""" +requests.cookies +~~~~~~~~~~~~~~~~ + +Compatibility code to be able to use `cookielib.CookieJar` with requests. + +requests.utils imports from here, so be careful with imports. +""" + +import calendar +import copy +import time + +from ._internal_utils import to_native_string +from .compat import Morsel, MutableMapping, cookielib, urlparse, urlunparse + +try: + import threading +except ImportError: + import dummy_threading as threading + + +class MockRequest: + """Wraps a `requests.Request` to mimic a `urllib2.Request`. + + The code in `cookielib.CookieJar` expects this interface in order to correctly + manage cookie policies, i.e., determine whether a cookie can be set, given the + domains of the request and the cookie. + + The original request object is read-only. The client is responsible for collecting + the new headers via `get_new_headers()` and interpreting them appropriately. You + probably want `get_cookie_header`, defined below. + """ + + def __init__(self, request): + self._r = request + self._new_headers = {} + self.type = urlparse(self._r.url).scheme + + def get_type(self): + return self.type + + def get_host(self): + return urlparse(self._r.url).netloc + + def get_origin_req_host(self): + return self.get_host() + + def get_full_url(self): + # Only return the response's URL if the user hadn't set the Host + # header + if not self._r.headers.get("Host"): + return self._r.url + # If they did set it, retrieve it and reconstruct the expected domain + host = to_native_string(self._r.headers["Host"], encoding="utf-8") + parsed = urlparse(self._r.url) + # Reconstruct the URL as we expect it + return urlunparse( + [ + parsed.scheme, + host, + parsed.path, + parsed.params, + parsed.query, + parsed.fragment, + ] + ) + + def is_unverifiable(self): + return True + + def has_header(self, name): + return name in self._r.headers or name in self._new_headers + + def get_header(self, name, default=None): + return self._r.headers.get(name, self._new_headers.get(name, default)) + + def add_header(self, key, val): + """cookielib has no legitimate use for this method; add it back if you find one.""" + raise NotImplementedError( + "Cookie headers should be added with add_unredirected_header()" + ) + + def add_unredirected_header(self, name, value): + self._new_headers[name] = value + + def get_new_headers(self): + return self._new_headers + + @property + def unverifiable(self): + return self.is_unverifiable() + + @property + def origin_req_host(self): + return self.get_origin_req_host() + + @property + def host(self): + return self.get_host() + + +class MockResponse: + """Wraps a `httplib.HTTPMessage` to mimic a `urllib.addinfourl`. + + ...what? Basically, expose the parsed HTTP headers from the server response + the way `cookielib` expects to see them. + """ + + def __init__(self, headers): + """Make a MockResponse for `cookielib` to read. + + :param headers: a httplib.HTTPMessage or analogous carrying the headers + """ + self._headers = headers + + def info(self): + return self._headers + + def getheaders(self, name): + self._headers.getheaders(name) + + +def extract_cookies_to_jar(jar, request, response): + """Extract the cookies from the response into a CookieJar. + + :param jar: cookielib.CookieJar (not necessarily a RequestsCookieJar) + :param request: our own requests.Request object + :param response: urllib3.HTTPResponse object + """ + if not (hasattr(response, "_original_response") and response._original_response): + return + # the _original_response field is the wrapped httplib.HTTPResponse object, + req = MockRequest(request) + # pull out the HTTPMessage with the headers and put it in the mock: + res = MockResponse(response._original_response.msg) + jar.extract_cookies(res, req) + + +def get_cookie_header(jar, request): + """ + Produce an appropriate Cookie header string to be sent with `request`, or None. + + :rtype: str + """ + r = MockRequest(request) + jar.add_cookie_header(r) + return r.get_new_headers().get("Cookie") + + +def remove_cookie_by_name(cookiejar, name, domain=None, path=None): + """Unsets a cookie by name, by default over all domains and paths. + + Wraps CookieJar.clear(), is O(n). + """ + clearables = [] + for cookie in cookiejar: + if cookie.name != name: + continue + if domain is not None and domain != cookie.domain: + continue + if path is not None and path != cookie.path: + continue + clearables.append((cookie.domain, cookie.path, cookie.name)) + + for domain, path, name in clearables: + cookiejar.clear(domain, path, name) + + +class CookieConflictError(RuntimeError): + """There are two cookies that meet the criteria specified in the cookie jar. + Use .get and .set and include domain and path args in order to be more specific. + """ + + +class RequestsCookieJar(cookielib.CookieJar, MutableMapping): + """Compatibility class; is a cookielib.CookieJar, but exposes a dict + interface. + + This is the CookieJar we create by default for requests and sessions that + don't specify one, since some clients may expect response.cookies and + session.cookies to support dict operations. + + Requests does not use the dict interface internally; it's just for + compatibility with external client code. All requests code should work + out of the box with externally provided instances of ``CookieJar``, e.g. + ``LWPCookieJar`` and ``FileCookieJar``. + + Unlike a regular CookieJar, this class is pickleable. + + .. warning:: dictionary operations that are normally O(1) may be O(n). + """ + + def get(self, name, default=None, domain=None, path=None): + """Dict-like get() that also supports optional domain and path args in + order to resolve naming collisions from using one cookie jar over + multiple domains. + + .. warning:: operation is O(n), not O(1). + """ + try: + return self._find_no_duplicates(name, domain, path) + except KeyError: + return default + + def set(self, name, value, **kwargs): + """Dict-like set() that also supports optional domain and path args in + order to resolve naming collisions from using one cookie jar over + multiple domains. + """ + # support client code that unsets cookies by assignment of a None value: + if value is None: + remove_cookie_by_name( + self, name, domain=kwargs.get("domain"), path=kwargs.get("path") + ) + return + + if isinstance(value, Morsel): + c = morsel_to_cookie(value) + else: + c = create_cookie(name, value, **kwargs) + self.set_cookie(c) + return c + + def iterkeys(self): + """Dict-like iterkeys() that returns an iterator of names of cookies + from the jar. + + .. seealso:: itervalues() and iteritems(). + """ + for cookie in iter(self): + yield cookie.name + + def keys(self): + """Dict-like keys() that returns a list of names of cookies from the + jar. + + .. seealso:: values() and items(). + """ + return list(self.iterkeys()) + + def itervalues(self): + """Dict-like itervalues() that returns an iterator of values of cookies + from the jar. + + .. seealso:: iterkeys() and iteritems(). + """ + for cookie in iter(self): + yield cookie.value + + def values(self): + """Dict-like values() that returns a list of values of cookies from the + jar. + + .. seealso:: keys() and items(). + """ + return list(self.itervalues()) + + def iteritems(self): + """Dict-like iteritems() that returns an iterator of name-value tuples + from the jar. + + .. seealso:: iterkeys() and itervalues(). + """ + for cookie in iter(self): + yield cookie.name, cookie.value + + def items(self): + """Dict-like items() that returns a list of name-value tuples from the + jar. Allows client-code to call ``dict(RequestsCookieJar)`` and get a + vanilla python dict of key value pairs. + + .. seealso:: keys() and values(). + """ + return list(self.iteritems()) + + def list_domains(self): + """Utility method to list all the domains in the jar.""" + domains = [] + for cookie in iter(self): + if cookie.domain not in domains: + domains.append(cookie.domain) + return domains + + def list_paths(self): + """Utility method to list all the paths in the jar.""" + paths = [] + for cookie in iter(self): + if cookie.path not in paths: + paths.append(cookie.path) + return paths + + def multiple_domains(self): + """Returns True if there are multiple domains in the jar. + Returns False otherwise. + + :rtype: bool + """ + domains = [] + for cookie in iter(self): + if cookie.domain is not None and cookie.domain in domains: + return True + domains.append(cookie.domain) + return False # there is only one domain in jar + + def get_dict(self, domain=None, path=None): + """Takes as an argument an optional domain and path and returns a plain + old Python dict of name-value pairs of cookies that meet the + requirements. + + :rtype: dict + """ + dictionary = {} + for cookie in iter(self): + if (domain is None or cookie.domain == domain) and ( + path is None or cookie.path == path + ): + dictionary[cookie.name] = cookie.value + return dictionary + + def __contains__(self, name): + try: + return super().__contains__(name) + except CookieConflictError: + return True + + def __getitem__(self, name): + """Dict-like __getitem__() for compatibility with client code. Throws + exception if there are more than one cookie with name. In that case, + use the more explicit get() method instead. + + .. warning:: operation is O(n), not O(1). + """ + return self._find_no_duplicates(name) + + def __setitem__(self, name, value): + """Dict-like __setitem__ for compatibility with client code. Throws + exception if there is already a cookie of that name in the jar. In that + case, use the more explicit set() method instead. + """ + self.set(name, value) + + def __delitem__(self, name): + """Deletes a cookie given a name. Wraps ``cookielib.CookieJar``'s + ``remove_cookie_by_name()``. + """ + remove_cookie_by_name(self, name) + + def set_cookie(self, cookie, *args, **kwargs): + if ( + hasattr(cookie.value, "startswith") + and cookie.value.startswith('"') + and cookie.value.endswith('"') + ): + cookie.value = cookie.value.replace('\\"', "") + return super().set_cookie(cookie, *args, **kwargs) + + def update(self, other): + """Updates this jar with cookies from another CookieJar or dict-like""" + if isinstance(other, cookielib.CookieJar): + for cookie in other: + self.set_cookie(copy.copy(cookie)) + else: + super().update(other) + + def _find(self, name, domain=None, path=None): + """Requests uses this method internally to get cookie values. + + If there are conflicting cookies, _find arbitrarily chooses one. + See _find_no_duplicates if you want an exception thrown if there are + conflicting cookies. + + :param name: a string containing name of cookie + :param domain: (optional) string containing domain of cookie + :param path: (optional) string containing path of cookie + :return: cookie.value + """ + for cookie in iter(self): + if cookie.name == name: + if domain is None or cookie.domain == domain: + if path is None or cookie.path == path: + return cookie.value + + raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}") + + def _find_no_duplicates(self, name, domain=None, path=None): + """Both ``__get_item__`` and ``get`` call this function: it's never + used elsewhere in Requests. + + :param name: a string containing name of cookie + :param domain: (optional) string containing domain of cookie + :param path: (optional) string containing path of cookie + :raises KeyError: if cookie is not found + :raises CookieConflictError: if there are multiple cookies + that match name and optionally domain and path + :return: cookie.value + """ + toReturn = None + for cookie in iter(self): + if cookie.name == name: + if domain is None or cookie.domain == domain: + if path is None or cookie.path == path: + if toReturn is not None: + # if there are multiple cookies that meet passed in criteria + raise CookieConflictError( + f"There are multiple cookies with name, {name!r}" + ) + # we will eventually return this as long as no cookie conflict + toReturn = cookie.value + + if toReturn: + return toReturn + raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}") + + def __getstate__(self): + """Unlike a normal CookieJar, this class is pickleable.""" + state = self.__dict__.copy() + # remove the unpickleable RLock object + state.pop("_cookies_lock") + return state + + def __setstate__(self, state): + """Unlike a normal CookieJar, this class is pickleable.""" + self.__dict__.update(state) + if "_cookies_lock" not in self.__dict__: + self._cookies_lock = threading.RLock() + + def copy(self): + """Return a copy of this RequestsCookieJar.""" + new_cj = RequestsCookieJar() + new_cj.set_policy(self.get_policy()) + new_cj.update(self) + return new_cj + + def get_policy(self): + """Return the CookiePolicy instance used.""" + return self._policy + + +def _copy_cookie_jar(jar): + if jar is None: + return None + + if hasattr(jar, "copy"): + # We're dealing with an instance of RequestsCookieJar + return jar.copy() + # We're dealing with a generic CookieJar instance + new_jar = copy.copy(jar) + new_jar.clear() + for cookie in jar: + new_jar.set_cookie(copy.copy(cookie)) + return new_jar + + +def create_cookie(name, value, **kwargs): + """Make a cookie from underspecified parameters. + + By default, the pair of `name` and `value` will be set for the domain '' + and sent on every request (this is sometimes called a "supercookie"). + """ + result = { + "version": 0, + "name": name, + "value": value, + "port": None, + "domain": "", + "path": "/", + "secure": False, + "expires": None, + "discard": True, + "comment": None, + "comment_url": None, + "rest": {"HttpOnly": None}, + "rfc2109": False, + } + + badargs = set(kwargs) - set(result) + if badargs: + raise TypeError( + f"create_cookie() got unexpected keyword arguments: {list(badargs)}" + ) + + result.update(kwargs) + result["port_specified"] = bool(result["port"]) + result["domain_specified"] = bool(result["domain"]) + result["domain_initial_dot"] = result["domain"].startswith(".") + result["path_specified"] = bool(result["path"]) + + return cookielib.Cookie(**result) + + +def morsel_to_cookie(morsel): + """Convert a Morsel object into a Cookie containing the one k/v pair.""" + + expires = None + if morsel["max-age"]: + try: + expires = int(time.time() + int(morsel["max-age"])) + except ValueError: + raise TypeError(f"max-age: {morsel['max-age']} must be integer") + elif morsel["expires"]: + time_template = "%a, %d-%b-%Y %H:%M:%S GMT" + expires = calendar.timegm(time.strptime(morsel["expires"], time_template)) + return create_cookie( + comment=morsel["comment"], + comment_url=bool(morsel["comment"]), + discard=False, + domain=morsel["domain"], + expires=expires, + name=morsel.key, + path=morsel["path"], + port=None, + rest={"HttpOnly": morsel["httponly"]}, + rfc2109=False, + secure=bool(morsel["secure"]), + value=morsel.value, + version=morsel["version"] or 0, + ) + + +def cookiejar_from_dict(cookie_dict, cookiejar=None, overwrite=True): + """Returns a CookieJar from a key/value dictionary. + + :param cookie_dict: Dict of key/values to insert into CookieJar. + :param cookiejar: (optional) A cookiejar to add the cookies to. + :param overwrite: (optional) If False, will not replace cookies + already in the jar with new ones. + :rtype: CookieJar + """ + if cookiejar is None: + cookiejar = RequestsCookieJar() + + if cookie_dict is not None: + names_from_jar = [cookie.name for cookie in cookiejar] + for name in cookie_dict: + if overwrite or (name not in names_from_jar): + cookiejar.set_cookie(create_cookie(name, cookie_dict[name])) + + return cookiejar + + +def merge_cookies(cookiejar, cookies): + """Add cookies to cookiejar and returns a merged CookieJar. + + :param cookiejar: CookieJar object to add the cookies to. + :param cookies: Dictionary or CookieJar object to be added. + :rtype: CookieJar + """ + if not isinstance(cookiejar, cookielib.CookieJar): + raise ValueError("You can only merge into CookieJar") + + if isinstance(cookies, dict): + cookiejar = cookiejar_from_dict(cookies, cookiejar=cookiejar, overwrite=False) + elif isinstance(cookies, cookielib.CookieJar): + try: + cookiejar.update(cookies) + except AttributeError: + for cookie_in_jar in cookies: + cookiejar.set_cookie(cookie_in_jar) + + return cookiejar diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py new file mode 100644 index 0000000..168d073 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py @@ -0,0 +1,141 @@ +""" +requests.exceptions +~~~~~~~~~~~~~~~~~~~ + +This module contains the set of Requests' exceptions. +""" +from pip._vendor.urllib3.exceptions import HTTPError as BaseHTTPError + +from .compat import JSONDecodeError as CompatJSONDecodeError + + +class RequestException(IOError): + """There was an ambiguous exception that occurred while handling your + request. + """ + + def __init__(self, *args, **kwargs): + """Initialize RequestException with `request` and `response` objects.""" + response = kwargs.pop("response", None) + self.response = response + self.request = kwargs.pop("request", None) + if response is not None and not self.request and hasattr(response, "request"): + self.request = self.response.request + super().__init__(*args, **kwargs) + + +class InvalidJSONError(RequestException): + """A JSON error occurred.""" + + +class JSONDecodeError(InvalidJSONError, CompatJSONDecodeError): + """Couldn't decode the text into json""" + + def __init__(self, *args, **kwargs): + """ + Construct the JSONDecodeError instance first with all + args. Then use it's args to construct the IOError so that + the json specific args aren't used as IOError specific args + and the error message from JSONDecodeError is preserved. + """ + CompatJSONDecodeError.__init__(self, *args) + InvalidJSONError.__init__(self, *self.args, **kwargs) + + +class HTTPError(RequestException): + """An HTTP error occurred.""" + + +class ConnectionError(RequestException): + """A Connection error occurred.""" + + +class ProxyError(ConnectionError): + """A proxy error occurred.""" + + +class SSLError(ConnectionError): + """An SSL error occurred.""" + + +class Timeout(RequestException): + """The request timed out. + + Catching this error will catch both + :exc:`~requests.exceptions.ConnectTimeout` and + :exc:`~requests.exceptions.ReadTimeout` errors. + """ + + +class ConnectTimeout(ConnectionError, Timeout): + """The request timed out while trying to connect to the remote server. + + Requests that produced this error are safe to retry. + """ + + +class ReadTimeout(Timeout): + """The server did not send any data in the allotted amount of time.""" + + +class URLRequired(RequestException): + """A valid URL is required to make a request.""" + + +class TooManyRedirects(RequestException): + """Too many redirects.""" + + +class MissingSchema(RequestException, ValueError): + """The URL scheme (e.g. http or https) is missing.""" + + +class InvalidSchema(RequestException, ValueError): + """The URL scheme provided is either invalid or unsupported.""" + + +class InvalidURL(RequestException, ValueError): + """The URL provided was somehow invalid.""" + + +class InvalidHeader(RequestException, ValueError): + """The header value provided was somehow invalid.""" + + +class InvalidProxyURL(InvalidURL): + """The proxy URL provided is invalid.""" + + +class ChunkedEncodingError(RequestException): + """The server declared chunked encoding but sent an invalid chunk.""" + + +class ContentDecodingError(RequestException, BaseHTTPError): + """Failed to decode response content.""" + + +class StreamConsumedError(RequestException, TypeError): + """The content for this response was already consumed.""" + + +class RetryError(RequestException): + """Custom retries logic failed""" + + +class UnrewindableBodyError(RequestException): + """Requests encountered an error when trying to rewind a body.""" + + +# Warnings + + +class RequestsWarning(Warning): + """Base warning for Requests.""" + + +class FileModeWarning(RequestsWarning, DeprecationWarning): + """A file was opened in text mode, but Requests determined its binary length.""" + + +class RequestsDependencyWarning(RequestsWarning): + """An imported dependency doesn't match the expected version range.""" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py new file mode 100644 index 0000000..2d292c2 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py @@ -0,0 +1,131 @@ +"""Module containing bug report helper(s).""" + +import json +import platform +import ssl +import sys + +from pip._vendor import idna +from pip._vendor import urllib3 + +from . import __version__ as requests_version + +charset_normalizer = None + +try: + from pip._vendor import chardet +except ImportError: + chardet = None + +try: + from pip._vendor.urllib3.contrib import pyopenssl +except ImportError: + pyopenssl = None + OpenSSL = None + cryptography = None +else: + import cryptography + import OpenSSL + + +def _implementation(): + """Return a dict with the Python implementation and version. + + Provide both the name and the version of the Python implementation + currently running. For example, on CPython 3.10.3 it will return + {'name': 'CPython', 'version': '3.10.3'}. + + This function works best on CPython and PyPy: in particular, it probably + doesn't work for Jython or IronPython. Future investigation should be done + to work out the correct shape of the code for those platforms. + """ + implementation = platform.python_implementation() + + if implementation == "CPython": + implementation_version = platform.python_version() + elif implementation == "PyPy": + implementation_version = "{}.{}.{}".format( + sys.pypy_version_info.major, + sys.pypy_version_info.minor, + sys.pypy_version_info.micro, + ) + if sys.pypy_version_info.releaselevel != "final": + implementation_version = "".join( + [implementation_version, sys.pypy_version_info.releaselevel] + ) + elif implementation == "Jython": + implementation_version = platform.python_version() # Complete Guess + elif implementation == "IronPython": + implementation_version = platform.python_version() # Complete Guess + else: + implementation_version = "Unknown" + + return {"name": implementation, "version": implementation_version} + + +def info(): + """Generate information for a bug report.""" + try: + platform_info = { + "system": platform.system(), + "release": platform.release(), + } + except OSError: + platform_info = { + "system": "Unknown", + "release": "Unknown", + } + + implementation_info = _implementation() + urllib3_info = {"version": urllib3.__version__} + charset_normalizer_info = {"version": None} + chardet_info = {"version": None} + if charset_normalizer: + charset_normalizer_info = {"version": charset_normalizer.__version__} + if chardet: + chardet_info = {"version": chardet.__version__} + + pyopenssl_info = { + "version": None, + "openssl_version": "", + } + if OpenSSL: + pyopenssl_info = { + "version": OpenSSL.__version__, + "openssl_version": f"{OpenSSL.SSL.OPENSSL_VERSION_NUMBER:x}", + } + cryptography_info = { + "version": getattr(cryptography, "__version__", ""), + } + idna_info = { + "version": getattr(idna, "__version__", ""), + } + + system_ssl = ssl.OPENSSL_VERSION_NUMBER + system_ssl_info = {"version": f"{system_ssl:x}" if system_ssl is not None else ""} + + return { + "platform": platform_info, + "implementation": implementation_info, + "system_ssl": system_ssl_info, + "using_pyopenssl": pyopenssl is not None, + "using_charset_normalizer": chardet is None, + "pyOpenSSL": pyopenssl_info, + "urllib3": urllib3_info, + "chardet": chardet_info, + "charset_normalizer": charset_normalizer_info, + "cryptography": cryptography_info, + "idna": idna_info, + "requests": { + "version": requests_version, + }, + } + + +def main(): + """Pretty-print the bug information as JSON.""" + print(json.dumps(info(), sort_keys=True, indent=2)) + + +if __name__ == "__main__": + main() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py new file mode 100644 index 0000000..d181ba2 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py @@ -0,0 +1,33 @@ +""" +requests.hooks +~~~~~~~~~~~~~~ + +This module provides the capabilities for the Requests hooks system. + +Available hooks: + +``response``: + The response generated from a Request. +""" +HOOKS = ["response"] + + +def default_hooks(): + return {event: [] for event in HOOKS} + + +# TODO: response is the only one + + +def dispatch_hook(key, hooks, hook_data, **kwargs): + """Dispatches a hook dictionary on a given piece of data.""" + hooks = hooks or {} + hooks = hooks.get(key) + if hooks: + if hasattr(hooks, "__call__"): + hooks = [hooks] + for hook in hooks: + _hook_data = hook(hook_data, **kwargs) + if _hook_data is not None: + hook_data = _hook_data + return hook_data diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py new file mode 100644 index 0000000..76e6f19 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py @@ -0,0 +1,1034 @@ +""" +requests.models +~~~~~~~~~~~~~~~ + +This module contains the primary objects that power Requests. +""" + +import datetime + +# Import encoding now, to avoid implicit import later. +# Implicit import within threads may cause LookupError when standard library is in a ZIP, +# such as in Embedded Python. See https://github.com/psf/requests/issues/3578. +import encodings.idna # noqa: F401 +from io import UnsupportedOperation + +from pip._vendor.urllib3.exceptions import ( + DecodeError, + LocationParseError, + ProtocolError, + ReadTimeoutError, + SSLError, +) +from pip._vendor.urllib3.fields import RequestField +from pip._vendor.urllib3.filepost import encode_multipart_formdata +from pip._vendor.urllib3.util import parse_url + +from ._internal_utils import to_native_string, unicode_is_ascii +from .auth import HTTPBasicAuth +from .compat import ( + Callable, + JSONDecodeError, + Mapping, + basestring, + builtin_str, + chardet, + cookielib, +) +from .compat import json as complexjson +from .compat import urlencode, urlsplit, urlunparse +from .cookies import _copy_cookie_jar, cookiejar_from_dict, get_cookie_header +from .exceptions import ( + ChunkedEncodingError, + ConnectionError, + ContentDecodingError, + HTTPError, + InvalidJSONError, + InvalidURL, +) +from .exceptions import JSONDecodeError as RequestsJSONDecodeError +from .exceptions import MissingSchema +from .exceptions import SSLError as RequestsSSLError +from .exceptions import StreamConsumedError +from .hooks import default_hooks +from .status_codes import codes +from .structures import CaseInsensitiveDict +from .utils import ( + check_header_validity, + get_auth_from_url, + guess_filename, + guess_json_utf, + iter_slices, + parse_header_links, + requote_uri, + stream_decode_response_unicode, + super_len, + to_key_val_list, +) + +#: The set of HTTP status codes that indicate an automatically +#: processable redirect. +REDIRECT_STATI = ( + codes.moved, # 301 + codes.found, # 302 + codes.other, # 303 + codes.temporary_redirect, # 307 + codes.permanent_redirect, # 308 +) + +DEFAULT_REDIRECT_LIMIT = 30 +CONTENT_CHUNK_SIZE = 10 * 1024 +ITER_CHUNK_SIZE = 512 + + +class RequestEncodingMixin: + @property + def path_url(self): + """Build the path URL to use.""" + + url = [] + + p = urlsplit(self.url) + + path = p.path + if not path: + path = "/" + + url.append(path) + + query = p.query + if query: + url.append("?") + url.append(query) + + return "".join(url) + + @staticmethod + def _encode_params(data): + """Encode parameters in a piece of data. + + Will successfully encode parameters when passed as a dict or a list of + 2-tuples. Order is retained if data is a list of 2-tuples but arbitrary + if parameters are supplied as a dict. + """ + + if isinstance(data, (str, bytes)): + return data + elif hasattr(data, "read"): + return data + elif hasattr(data, "__iter__"): + result = [] + for k, vs in to_key_val_list(data): + if isinstance(vs, basestring) or not hasattr(vs, "__iter__"): + vs = [vs] + for v in vs: + if v is not None: + result.append( + ( + k.encode("utf-8") if isinstance(k, str) else k, + v.encode("utf-8") if isinstance(v, str) else v, + ) + ) + return urlencode(result, doseq=True) + else: + return data + + @staticmethod + def _encode_files(files, data): + """Build the body for a multipart/form-data request. + + Will successfully encode files when passed as a dict or a list of + tuples. Order is retained if data is a list of tuples but arbitrary + if parameters are supplied as a dict. + The tuples may be 2-tuples (filename, fileobj), 3-tuples (filename, fileobj, contentype) + or 4-tuples (filename, fileobj, contentype, custom_headers). + """ + if not files: + raise ValueError("Files must be provided.") + elif isinstance(data, basestring): + raise ValueError("Data must not be a string.") + + new_fields = [] + fields = to_key_val_list(data or {}) + files = to_key_val_list(files or {}) + + for field, val in fields: + if isinstance(val, basestring) or not hasattr(val, "__iter__"): + val = [val] + for v in val: + if v is not None: + # Don't call str() on bytestrings: in Py3 it all goes wrong. + if not isinstance(v, bytes): + v = str(v) + + new_fields.append( + ( + field.decode("utf-8") + if isinstance(field, bytes) + else field, + v.encode("utf-8") if isinstance(v, str) else v, + ) + ) + + for (k, v) in files: + # support for explicit filename + ft = None + fh = None + if isinstance(v, (tuple, list)): + if len(v) == 2: + fn, fp = v + elif len(v) == 3: + fn, fp, ft = v + else: + fn, fp, ft, fh = v + else: + fn = guess_filename(v) or k + fp = v + + if isinstance(fp, (str, bytes, bytearray)): + fdata = fp + elif hasattr(fp, "read"): + fdata = fp.read() + elif fp is None: + continue + else: + fdata = fp + + rf = RequestField(name=k, data=fdata, filename=fn, headers=fh) + rf.make_multipart(content_type=ft) + new_fields.append(rf) + + body, content_type = encode_multipart_formdata(new_fields) + + return body, content_type + + +class RequestHooksMixin: + def register_hook(self, event, hook): + """Properly register a hook.""" + + if event not in self.hooks: + raise ValueError(f'Unsupported event specified, with event name "{event}"') + + if isinstance(hook, Callable): + self.hooks[event].append(hook) + elif hasattr(hook, "__iter__"): + self.hooks[event].extend(h for h in hook if isinstance(h, Callable)) + + def deregister_hook(self, event, hook): + """Deregister a previously registered hook. + Returns True if the hook existed, False if not. + """ + + try: + self.hooks[event].remove(hook) + return True + except ValueError: + return False + + +class Request(RequestHooksMixin): + """A user-created :class:`Request ` object. + + Used to prepare a :class:`PreparedRequest `, which is sent to the server. + + :param method: HTTP method to use. + :param url: URL to send. + :param headers: dictionary of headers to send. + :param files: dictionary of {filename: fileobject} files to multipart upload. + :param data: the body to attach to the request. If a dictionary or + list of tuples ``[(key, value)]`` is provided, form-encoding will + take place. + :param json: json for the body to attach to the request (if files or data is not specified). + :param params: URL parameters to append to the URL. If a dictionary or + list of tuples ``[(key, value)]`` is provided, form-encoding will + take place. + :param auth: Auth handler or (user, pass) tuple. + :param cookies: dictionary or CookieJar of cookies to attach to this request. + :param hooks: dictionary of callback hooks, for internal usage. + + Usage:: + + >>> import requests + >>> req = requests.Request('GET', 'https://httpbin.org/get') + >>> req.prepare() + + """ + + def __init__( + self, + method=None, + url=None, + headers=None, + files=None, + data=None, + params=None, + auth=None, + cookies=None, + hooks=None, + json=None, + ): + + # Default empty dicts for dict params. + data = [] if data is None else data + files = [] if files is None else files + headers = {} if headers is None else headers + params = {} if params is None else params + hooks = {} if hooks is None else hooks + + self.hooks = default_hooks() + for (k, v) in list(hooks.items()): + self.register_hook(event=k, hook=v) + + self.method = method + self.url = url + self.headers = headers + self.files = files + self.data = data + self.json = json + self.params = params + self.auth = auth + self.cookies = cookies + + def __repr__(self): + return f"" + + def prepare(self): + """Constructs a :class:`PreparedRequest ` for transmission and returns it.""" + p = PreparedRequest() + p.prepare( + method=self.method, + url=self.url, + headers=self.headers, + files=self.files, + data=self.data, + json=self.json, + params=self.params, + auth=self.auth, + cookies=self.cookies, + hooks=self.hooks, + ) + return p + + +class PreparedRequest(RequestEncodingMixin, RequestHooksMixin): + """The fully mutable :class:`PreparedRequest ` object, + containing the exact bytes that will be sent to the server. + + Instances are generated from a :class:`Request ` object, and + should not be instantiated manually; doing so may produce undesirable + effects. + + Usage:: + + >>> import requests + >>> req = requests.Request('GET', 'https://httpbin.org/get') + >>> r = req.prepare() + >>> r + + + >>> s = requests.Session() + >>> s.send(r) + + """ + + def __init__(self): + #: HTTP verb to send to the server. + self.method = None + #: HTTP URL to send the request to. + self.url = None + #: dictionary of HTTP headers. + self.headers = None + # The `CookieJar` used to create the Cookie header will be stored here + # after prepare_cookies is called + self._cookies = None + #: request body to send to the server. + self.body = None + #: dictionary of callback hooks, for internal usage. + self.hooks = default_hooks() + #: integer denoting starting position of a readable file-like body. + self._body_position = None + + def prepare( + self, + method=None, + url=None, + headers=None, + files=None, + data=None, + params=None, + auth=None, + cookies=None, + hooks=None, + json=None, + ): + """Prepares the entire request with the given parameters.""" + + self.prepare_method(method) + self.prepare_url(url, params) + self.prepare_headers(headers) + self.prepare_cookies(cookies) + self.prepare_body(data, files, json) + self.prepare_auth(auth, url) + + # Note that prepare_auth must be last to enable authentication schemes + # such as OAuth to work on a fully prepared request. + + # This MUST go after prepare_auth. Authenticators could add a hook + self.prepare_hooks(hooks) + + def __repr__(self): + return f"" + + def copy(self): + p = PreparedRequest() + p.method = self.method + p.url = self.url + p.headers = self.headers.copy() if self.headers is not None else None + p._cookies = _copy_cookie_jar(self._cookies) + p.body = self.body + p.hooks = self.hooks + p._body_position = self._body_position + return p + + def prepare_method(self, method): + """Prepares the given HTTP method.""" + self.method = method + if self.method is not None: + self.method = to_native_string(self.method.upper()) + + @staticmethod + def _get_idna_encoded_host(host): + from pip._vendor import idna + + try: + host = idna.encode(host, uts46=True).decode("utf-8") + except idna.IDNAError: + raise UnicodeError + return host + + def prepare_url(self, url, params): + """Prepares the given HTTP URL.""" + #: Accept objects that have string representations. + #: We're unable to blindly call unicode/str functions + #: as this will include the bytestring indicator (b'') + #: on python 3.x. + #: https://github.com/psf/requests/pull/2238 + if isinstance(url, bytes): + url = url.decode("utf8") + else: + url = str(url) + + # Remove leading whitespaces from url + url = url.lstrip() + + # Don't do any URL preparation for non-HTTP schemes like `mailto`, + # `data` etc to work around exceptions from `url_parse`, which + # handles RFC 3986 only. + if ":" in url and not url.lower().startswith("http"): + self.url = url + return + + # Support for unicode domain names and paths. + try: + scheme, auth, host, port, path, query, fragment = parse_url(url) + except LocationParseError as e: + raise InvalidURL(*e.args) + + if not scheme: + raise MissingSchema( + f"Invalid URL {url!r}: No scheme supplied. " + f"Perhaps you meant https://{url}?" + ) + + if not host: + raise InvalidURL(f"Invalid URL {url!r}: No host supplied") + + # In general, we want to try IDNA encoding the hostname if the string contains + # non-ASCII characters. This allows users to automatically get the correct IDNA + # behaviour. For strings containing only ASCII characters, we need to also verify + # it doesn't start with a wildcard (*), before allowing the unencoded hostname. + if not unicode_is_ascii(host): + try: + host = self._get_idna_encoded_host(host) + except UnicodeError: + raise InvalidURL("URL has an invalid label.") + elif host.startswith(("*", ".")): + raise InvalidURL("URL has an invalid label.") + + # Carefully reconstruct the network location + netloc = auth or "" + if netloc: + netloc += "@" + netloc += host + if port: + netloc += f":{port}" + + # Bare domains aren't valid URLs. + if not path: + path = "/" + + if isinstance(params, (str, bytes)): + params = to_native_string(params) + + enc_params = self._encode_params(params) + if enc_params: + if query: + query = f"{query}&{enc_params}" + else: + query = enc_params + + url = requote_uri(urlunparse([scheme, netloc, path, None, query, fragment])) + self.url = url + + def prepare_headers(self, headers): + """Prepares the given HTTP headers.""" + + self.headers = CaseInsensitiveDict() + if headers: + for header in headers.items(): + # Raise exception on invalid header value. + check_header_validity(header) + name, value = header + self.headers[to_native_string(name)] = value + + def prepare_body(self, data, files, json=None): + """Prepares the given HTTP body data.""" + + # Check if file, fo, generator, iterator. + # If not, run through normal process. + + # Nottin' on you. + body = None + content_type = None + + if not data and json is not None: + # urllib3 requires a bytes-like body. Python 2's json.dumps + # provides this natively, but Python 3 gives a Unicode string. + content_type = "application/json" + + try: + body = complexjson.dumps(json, allow_nan=False) + except ValueError as ve: + raise InvalidJSONError(ve, request=self) + + if not isinstance(body, bytes): + body = body.encode("utf-8") + + is_stream = all( + [ + hasattr(data, "__iter__"), + not isinstance(data, (basestring, list, tuple, Mapping)), + ] + ) + + if is_stream: + try: + length = super_len(data) + except (TypeError, AttributeError, UnsupportedOperation): + length = None + + body = data + + if getattr(body, "tell", None) is not None: + # Record the current file position before reading. + # This will allow us to rewind a file in the event + # of a redirect. + try: + self._body_position = body.tell() + except OSError: + # This differentiates from None, allowing us to catch + # a failed `tell()` later when trying to rewind the body + self._body_position = object() + + if files: + raise NotImplementedError( + "Streamed bodies and files are mutually exclusive." + ) + + if length: + self.headers["Content-Length"] = builtin_str(length) + else: + self.headers["Transfer-Encoding"] = "chunked" + else: + # Multi-part file uploads. + if files: + (body, content_type) = self._encode_files(files, data) + else: + if data: + body = self._encode_params(data) + if isinstance(data, basestring) or hasattr(data, "read"): + content_type = None + else: + content_type = "application/x-www-form-urlencoded" + + self.prepare_content_length(body) + + # Add content-type if it wasn't explicitly provided. + if content_type and ("content-type" not in self.headers): + self.headers["Content-Type"] = content_type + + self.body = body + + def prepare_content_length(self, body): + """Prepare Content-Length header based on request method and body""" + if body is not None: + length = super_len(body) + if length: + # If length exists, set it. Otherwise, we fallback + # to Transfer-Encoding: chunked. + self.headers["Content-Length"] = builtin_str(length) + elif ( + self.method not in ("GET", "HEAD") + and self.headers.get("Content-Length") is None + ): + # Set Content-Length to 0 for methods that can have a body + # but don't provide one. (i.e. not GET or HEAD) + self.headers["Content-Length"] = "0" + + def prepare_auth(self, auth, url=""): + """Prepares the given HTTP auth data.""" + + # If no Auth is explicitly provided, extract it from the URL first. + if auth is None: + url_auth = get_auth_from_url(self.url) + auth = url_auth if any(url_auth) else None + + if auth: + if isinstance(auth, tuple) and len(auth) == 2: + # special-case basic HTTP auth + auth = HTTPBasicAuth(*auth) + + # Allow auth to make its changes. + r = auth(self) + + # Update self to reflect the auth changes. + self.__dict__.update(r.__dict__) + + # Recompute Content-Length + self.prepare_content_length(self.body) + + def prepare_cookies(self, cookies): + """Prepares the given HTTP cookie data. + + This function eventually generates a ``Cookie`` header from the + given cookies using cookielib. Due to cookielib's design, the header + will not be regenerated if it already exists, meaning this function + can only be called once for the life of the + :class:`PreparedRequest ` object. Any subsequent calls + to ``prepare_cookies`` will have no actual effect, unless the "Cookie" + header is removed beforehand. + """ + if isinstance(cookies, cookielib.CookieJar): + self._cookies = cookies + else: + self._cookies = cookiejar_from_dict(cookies) + + cookie_header = get_cookie_header(self._cookies, self) + if cookie_header is not None: + self.headers["Cookie"] = cookie_header + + def prepare_hooks(self, hooks): + """Prepares the given hooks.""" + # hooks can be passed as None to the prepare method and to this + # method. To prevent iterating over None, simply use an empty list + # if hooks is False-y + hooks = hooks or [] + for event in hooks: + self.register_hook(event, hooks[event]) + + +class Response: + """The :class:`Response ` object, which contains a + server's response to an HTTP request. + """ + + __attrs__ = [ + "_content", + "status_code", + "headers", + "url", + "history", + "encoding", + "reason", + "cookies", + "elapsed", + "request", + ] + + def __init__(self): + self._content = False + self._content_consumed = False + self._next = None + + #: Integer Code of responded HTTP Status, e.g. 404 or 200. + self.status_code = None + + #: Case-insensitive Dictionary of Response Headers. + #: For example, ``headers['content-encoding']`` will return the + #: value of a ``'Content-Encoding'`` response header. + self.headers = CaseInsensitiveDict() + + #: File-like object representation of response (for advanced usage). + #: Use of ``raw`` requires that ``stream=True`` be set on the request. + #: This requirement does not apply for use internally to Requests. + self.raw = None + + #: Final URL location of Response. + self.url = None + + #: Encoding to decode with when accessing r.text. + self.encoding = None + + #: A list of :class:`Response ` objects from + #: the history of the Request. Any redirect responses will end + #: up here. The list is sorted from the oldest to the most recent request. + self.history = [] + + #: Textual reason of responded HTTP Status, e.g. "Not Found" or "OK". + self.reason = None + + #: A CookieJar of Cookies the server sent back. + self.cookies = cookiejar_from_dict({}) + + #: The amount of time elapsed between sending the request + #: and the arrival of the response (as a timedelta). + #: This property specifically measures the time taken between sending + #: the first byte of the request and finishing parsing the headers. It + #: is therefore unaffected by consuming the response content or the + #: value of the ``stream`` keyword argument. + self.elapsed = datetime.timedelta(0) + + #: The :class:`PreparedRequest ` object to which this + #: is a response. + self.request = None + + def __enter__(self): + return self + + def __exit__(self, *args): + self.close() + + def __getstate__(self): + # Consume everything; accessing the content attribute makes + # sure the content has been fully read. + if not self._content_consumed: + self.content + + return {attr: getattr(self, attr, None) for attr in self.__attrs__} + + def __setstate__(self, state): + for name, value in state.items(): + setattr(self, name, value) + + # pickled objects do not have .raw + setattr(self, "_content_consumed", True) + setattr(self, "raw", None) + + def __repr__(self): + return f"" + + def __bool__(self): + """Returns True if :attr:`status_code` is less than 400. + + This attribute checks if the status code of the response is between + 400 and 600 to see if there was a client error or a server error. If + the status code, is between 200 and 400, this will return True. This + is **not** a check to see if the response code is ``200 OK``. + """ + return self.ok + + def __nonzero__(self): + """Returns True if :attr:`status_code` is less than 400. + + This attribute checks if the status code of the response is between + 400 and 600 to see if there was a client error or a server error. If + the status code, is between 200 and 400, this will return True. This + is **not** a check to see if the response code is ``200 OK``. + """ + return self.ok + + def __iter__(self): + """Allows you to use a response as an iterator.""" + return self.iter_content(128) + + @property + def ok(self): + """Returns True if :attr:`status_code` is less than 400, False if not. + + This attribute checks if the status code of the response is between + 400 and 600 to see if there was a client error or a server error. If + the status code is between 200 and 400, this will return True. This + is **not** a check to see if the response code is ``200 OK``. + """ + try: + self.raise_for_status() + except HTTPError: + return False + return True + + @property + def is_redirect(self): + """True if this Response is a well-formed HTTP redirect that could have + been processed automatically (by :meth:`Session.resolve_redirects`). + """ + return "location" in self.headers and self.status_code in REDIRECT_STATI + + @property + def is_permanent_redirect(self): + """True if this Response one of the permanent versions of redirect.""" + return "location" in self.headers and self.status_code in ( + codes.moved_permanently, + codes.permanent_redirect, + ) + + @property + def next(self): + """Returns a PreparedRequest for the next request in a redirect chain, if there is one.""" + return self._next + + @property + def apparent_encoding(self): + """The apparent encoding, provided by the charset_normalizer or chardet libraries.""" + return chardet.detect(self.content)["encoding"] + + def iter_content(self, chunk_size=1, decode_unicode=False): + """Iterates over the response data. When stream=True is set on the + request, this avoids reading the content at once into memory for + large responses. The chunk size is the number of bytes it should + read into memory. This is not necessarily the length of each item + returned as decoding can take place. + + chunk_size must be of type int or None. A value of None will + function differently depending on the value of `stream`. + stream=True will read data as it arrives in whatever size the + chunks are received. If stream=False, data is returned as + a single chunk. + + If decode_unicode is True, content will be decoded using the best + available encoding based on the response. + """ + + def generate(): + # Special case for urllib3. + if hasattr(self.raw, "stream"): + try: + yield from self.raw.stream(chunk_size, decode_content=True) + except ProtocolError as e: + raise ChunkedEncodingError(e) + except DecodeError as e: + raise ContentDecodingError(e) + except ReadTimeoutError as e: + raise ConnectionError(e) + except SSLError as e: + raise RequestsSSLError(e) + else: + # Standard file-like object. + while True: + chunk = self.raw.read(chunk_size) + if not chunk: + break + yield chunk + + self._content_consumed = True + + if self._content_consumed and isinstance(self._content, bool): + raise StreamConsumedError() + elif chunk_size is not None and not isinstance(chunk_size, int): + raise TypeError( + f"chunk_size must be an int, it is instead a {type(chunk_size)}." + ) + # simulate reading small chunks of the content + reused_chunks = iter_slices(self._content, chunk_size) + + stream_chunks = generate() + + chunks = reused_chunks if self._content_consumed else stream_chunks + + if decode_unicode: + chunks = stream_decode_response_unicode(chunks, self) + + return chunks + + def iter_lines( + self, chunk_size=ITER_CHUNK_SIZE, decode_unicode=False, delimiter=None + ): + """Iterates over the response data, one line at a time. When + stream=True is set on the request, this avoids reading the + content at once into memory for large responses. + + .. note:: This method is not reentrant safe. + """ + + pending = None + + for chunk in self.iter_content( + chunk_size=chunk_size, decode_unicode=decode_unicode + ): + + if pending is not None: + chunk = pending + chunk + + if delimiter: + lines = chunk.split(delimiter) + else: + lines = chunk.splitlines() + + if lines and lines[-1] and chunk and lines[-1][-1] == chunk[-1]: + pending = lines.pop() + else: + pending = None + + yield from lines + + if pending is not None: + yield pending + + @property + def content(self): + """Content of the response, in bytes.""" + + if self._content is False: + # Read the contents. + if self._content_consumed: + raise RuntimeError("The content for this response was already consumed") + + if self.status_code == 0 or self.raw is None: + self._content = None + else: + self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b"" + + self._content_consumed = True + # don't need to release the connection; that's been handled by urllib3 + # since we exhausted the data. + return self._content + + @property + def text(self): + """Content of the response, in unicode. + + If Response.encoding is None, encoding will be guessed using + ``charset_normalizer`` or ``chardet``. + + The encoding of the response content is determined based solely on HTTP + headers, following RFC 2616 to the letter. If you can take advantage of + non-HTTP knowledge to make a better guess at the encoding, you should + set ``r.encoding`` appropriately before accessing this property. + """ + + # Try charset from content-type + content = None + encoding = self.encoding + + if not self.content: + return "" + + # Fallback to auto-detected encoding. + if self.encoding is None: + encoding = self.apparent_encoding + + # Decode unicode from given encoding. + try: + content = str(self.content, encoding, errors="replace") + except (LookupError, TypeError): + # A LookupError is raised if the encoding was not found which could + # indicate a misspelling or similar mistake. + # + # A TypeError can be raised if encoding is None + # + # So we try blindly encoding. + content = str(self.content, errors="replace") + + return content + + def json(self, **kwargs): + r"""Returns the json-encoded content of a response, if any. + + :param \*\*kwargs: Optional arguments that ``json.loads`` takes. + :raises requests.exceptions.JSONDecodeError: If the response body does not + contain valid json. + """ + + if not self.encoding and self.content and len(self.content) > 3: + # No encoding set. JSON RFC 4627 section 3 states we should expect + # UTF-8, -16 or -32. Detect which one to use; If the detection or + # decoding fails, fall back to `self.text` (using charset_normalizer to make + # a best guess). + encoding = guess_json_utf(self.content) + if encoding is not None: + try: + return complexjson.loads(self.content.decode(encoding), **kwargs) + except UnicodeDecodeError: + # Wrong UTF codec detected; usually because it's not UTF-8 + # but some other 8-bit codec. This is an RFC violation, + # and the server didn't bother to tell us what codec *was* + # used. + pass + except JSONDecodeError as e: + raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) + + try: + return complexjson.loads(self.text, **kwargs) + except JSONDecodeError as e: + # Catch JSON-related errors and raise as requests.JSONDecodeError + # This aliases json.JSONDecodeError and simplejson.JSONDecodeError + raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) + + @property + def links(self): + """Returns the parsed header links of the response, if any.""" + + header = self.headers.get("link") + + resolved_links = {} + + if header: + links = parse_header_links(header) + + for link in links: + key = link.get("rel") or link.get("url") + resolved_links[key] = link + + return resolved_links + + def raise_for_status(self): + """Raises :class:`HTTPError`, if one occurred.""" + + http_error_msg = "" + if isinstance(self.reason, bytes): + # We attempt to decode utf-8 first because some servers + # choose to localize their reason strings. If the string + # isn't utf-8, we fall back to iso-8859-1 for all other + # encodings. (See PR #3538) + try: + reason = self.reason.decode("utf-8") + except UnicodeDecodeError: + reason = self.reason.decode("iso-8859-1") + else: + reason = self.reason + + if 400 <= self.status_code < 500: + http_error_msg = ( + f"{self.status_code} Client Error: {reason} for url: {self.url}" + ) + + elif 500 <= self.status_code < 600: + http_error_msg = ( + f"{self.status_code} Server Error: {reason} for url: {self.url}" + ) + + if http_error_msg: + raise HTTPError(http_error_msg, response=self) + + def close(self): + """Releases the connection back to the pool. Once this method has been + called the underlying ``raw`` object must not be accessed again. + + *Note: Should not normally need to be called explicitly.* + """ + if not self._content_consumed: + self.raw.close() + + release_conn = getattr(self.raw, "release_conn", None) + if release_conn is not None: + release_conn() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py new file mode 100644 index 0000000..9582fa7 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py @@ -0,0 +1,16 @@ +import sys + +# This code exists for backwards compatibility reasons. +# I don't like it either. Just look the other way. :) + +for package in ('urllib3', 'idna', 'chardet'): + vendored_package = "pip._vendor." + package + locals()[package] = __import__(vendored_package) + # This traversal is apparently necessary such that the identities are + # preserved (requests.packages.urllib3.* is urllib3.*) + for mod in list(sys.modules): + if mod == vendored_package or mod.startswith(vendored_package + '.'): + unprefixed_mod = mod[len("pip._vendor."):] + sys.modules['pip._vendor.requests.packages.' + unprefixed_mod] = sys.modules[mod] + +# Kinda cool, though, right? diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py new file mode 100644 index 0000000..dbcf2a7 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py @@ -0,0 +1,833 @@ +""" +requests.sessions +~~~~~~~~~~~~~~~~~ + +This module provides a Session object to manage and persist settings across +requests (cookies, auth, proxies). +""" +import os +import sys +import time +from collections import OrderedDict +from datetime import timedelta + +from ._internal_utils import to_native_string +from .adapters import HTTPAdapter +from .auth import _basic_auth_str +from .compat import Mapping, cookielib, urljoin, urlparse +from .cookies import ( + RequestsCookieJar, + cookiejar_from_dict, + extract_cookies_to_jar, + merge_cookies, +) +from .exceptions import ( + ChunkedEncodingError, + ContentDecodingError, + InvalidSchema, + TooManyRedirects, +) +from .hooks import default_hooks, dispatch_hook + +# formerly defined here, reexposed here for backward compatibility +from .models import ( # noqa: F401 + DEFAULT_REDIRECT_LIMIT, + REDIRECT_STATI, + PreparedRequest, + Request, +) +from .status_codes import codes +from .structures import CaseInsensitiveDict +from .utils import ( # noqa: F401 + DEFAULT_PORTS, + default_headers, + get_auth_from_url, + get_environ_proxies, + get_netrc_auth, + requote_uri, + resolve_proxies, + rewind_body, + should_bypass_proxies, + to_key_val_list, +) + +# Preferred clock, based on which one is more accurate on a given system. +if sys.platform == "win32": + preferred_clock = time.perf_counter +else: + preferred_clock = time.time + + +def merge_setting(request_setting, session_setting, dict_class=OrderedDict): + """Determines appropriate setting for a given request, taking into account + the explicit setting on that request, and the setting in the session. If a + setting is a dictionary, they will be merged together using `dict_class` + """ + + if session_setting is None: + return request_setting + + if request_setting is None: + return session_setting + + # Bypass if not a dictionary (e.g. verify) + if not ( + isinstance(session_setting, Mapping) and isinstance(request_setting, Mapping) + ): + return request_setting + + merged_setting = dict_class(to_key_val_list(session_setting)) + merged_setting.update(to_key_val_list(request_setting)) + + # Remove keys that are set to None. Extract keys first to avoid altering + # the dictionary during iteration. + none_keys = [k for (k, v) in merged_setting.items() if v is None] + for key in none_keys: + del merged_setting[key] + + return merged_setting + + +def merge_hooks(request_hooks, session_hooks, dict_class=OrderedDict): + """Properly merges both requests and session hooks. + + This is necessary because when request_hooks == {'response': []}, the + merge breaks Session hooks entirely. + """ + if session_hooks is None or session_hooks.get("response") == []: + return request_hooks + + if request_hooks is None or request_hooks.get("response") == []: + return session_hooks + + return merge_setting(request_hooks, session_hooks, dict_class) + + +class SessionRedirectMixin: + def get_redirect_target(self, resp): + """Receives a Response. Returns a redirect URI or ``None``""" + # Due to the nature of how requests processes redirects this method will + # be called at least once upon the original response and at least twice + # on each subsequent redirect response (if any). + # If a custom mixin is used to handle this logic, it may be advantageous + # to cache the redirect location onto the response object as a private + # attribute. + if resp.is_redirect: + location = resp.headers["location"] + # Currently the underlying http module on py3 decode headers + # in latin1, but empirical evidence suggests that latin1 is very + # rarely used with non-ASCII characters in HTTP headers. + # It is more likely to get UTF8 header rather than latin1. + # This causes incorrect handling of UTF8 encoded location headers. + # To solve this, we re-encode the location in latin1. + location = location.encode("latin1") + return to_native_string(location, "utf8") + return None + + def should_strip_auth(self, old_url, new_url): + """Decide whether Authorization header should be removed when redirecting""" + old_parsed = urlparse(old_url) + new_parsed = urlparse(new_url) + if old_parsed.hostname != new_parsed.hostname: + return True + # Special case: allow http -> https redirect when using the standard + # ports. This isn't specified by RFC 7235, but is kept to avoid + # breaking backwards compatibility with older versions of requests + # that allowed any redirects on the same host. + if ( + old_parsed.scheme == "http" + and old_parsed.port in (80, None) + and new_parsed.scheme == "https" + and new_parsed.port in (443, None) + ): + return False + + # Handle default port usage corresponding to scheme. + changed_port = old_parsed.port != new_parsed.port + changed_scheme = old_parsed.scheme != new_parsed.scheme + default_port = (DEFAULT_PORTS.get(old_parsed.scheme, None), None) + if ( + not changed_scheme + and old_parsed.port in default_port + and new_parsed.port in default_port + ): + return False + + # Standard case: root URI must match + return changed_port or changed_scheme + + def resolve_redirects( + self, + resp, + req, + stream=False, + timeout=None, + verify=True, + cert=None, + proxies=None, + yield_requests=False, + **adapter_kwargs, + ): + """Receives a Response. Returns a generator of Responses or Requests.""" + + hist = [] # keep track of history + + url = self.get_redirect_target(resp) + previous_fragment = urlparse(req.url).fragment + while url: + prepared_request = req.copy() + + # Update history and keep track of redirects. + # resp.history must ignore the original request in this loop + hist.append(resp) + resp.history = hist[1:] + + try: + resp.content # Consume socket so it can be released + except (ChunkedEncodingError, ContentDecodingError, RuntimeError): + resp.raw.read(decode_content=False) + + if len(resp.history) >= self.max_redirects: + raise TooManyRedirects( + f"Exceeded {self.max_redirects} redirects.", response=resp + ) + + # Release the connection back into the pool. + resp.close() + + # Handle redirection without scheme (see: RFC 1808 Section 4) + if url.startswith("//"): + parsed_rurl = urlparse(resp.url) + url = ":".join([to_native_string(parsed_rurl.scheme), url]) + + # Normalize url case and attach previous fragment if needed (RFC 7231 7.1.2) + parsed = urlparse(url) + if parsed.fragment == "" and previous_fragment: + parsed = parsed._replace(fragment=previous_fragment) + elif parsed.fragment: + previous_fragment = parsed.fragment + url = parsed.geturl() + + # Facilitate relative 'location' headers, as allowed by RFC 7231. + # (e.g. '/path/to/resource' instead of 'http://domain.tld/path/to/resource') + # Compliant with RFC3986, we percent encode the url. + if not parsed.netloc: + url = urljoin(resp.url, requote_uri(url)) + else: + url = requote_uri(url) + + prepared_request.url = to_native_string(url) + + self.rebuild_method(prepared_request, resp) + + # https://github.com/psf/requests/issues/1084 + if resp.status_code not in ( + codes.temporary_redirect, + codes.permanent_redirect, + ): + # https://github.com/psf/requests/issues/3490 + purged_headers = ("Content-Length", "Content-Type", "Transfer-Encoding") + for header in purged_headers: + prepared_request.headers.pop(header, None) + prepared_request.body = None + + headers = prepared_request.headers + headers.pop("Cookie", None) + + # Extract any cookies sent on the response to the cookiejar + # in the new request. Because we've mutated our copied prepared + # request, use the old one that we haven't yet touched. + extract_cookies_to_jar(prepared_request._cookies, req, resp.raw) + merge_cookies(prepared_request._cookies, self.cookies) + prepared_request.prepare_cookies(prepared_request._cookies) + + # Rebuild auth and proxy information. + proxies = self.rebuild_proxies(prepared_request, proxies) + self.rebuild_auth(prepared_request, resp) + + # A failed tell() sets `_body_position` to `object()`. This non-None + # value ensures `rewindable` will be True, allowing us to raise an + # UnrewindableBodyError, instead of hanging the connection. + rewindable = prepared_request._body_position is not None and ( + "Content-Length" in headers or "Transfer-Encoding" in headers + ) + + # Attempt to rewind consumed file-like object. + if rewindable: + rewind_body(prepared_request) + + # Override the original request. + req = prepared_request + + if yield_requests: + yield req + else: + + resp = self.send( + req, + stream=stream, + timeout=timeout, + verify=verify, + cert=cert, + proxies=proxies, + allow_redirects=False, + **adapter_kwargs, + ) + + extract_cookies_to_jar(self.cookies, prepared_request, resp.raw) + + # extract redirect url, if any, for the next loop + url = self.get_redirect_target(resp) + yield resp + + def rebuild_auth(self, prepared_request, response): + """When being redirected we may want to strip authentication from the + request to avoid leaking credentials. This method intelligently removes + and reapplies authentication where possible to avoid credential loss. + """ + headers = prepared_request.headers + url = prepared_request.url + + if "Authorization" in headers and self.should_strip_auth( + response.request.url, url + ): + # If we get redirected to a new host, we should strip out any + # authentication headers. + del headers["Authorization"] + + # .netrc might have more auth for us on our new host. + new_auth = get_netrc_auth(url) if self.trust_env else None + if new_auth is not None: + prepared_request.prepare_auth(new_auth) + + def rebuild_proxies(self, prepared_request, proxies): + """This method re-evaluates the proxy configuration by considering the + environment variables. If we are redirected to a URL covered by + NO_PROXY, we strip the proxy configuration. Otherwise, we set missing + proxy keys for this URL (in case they were stripped by a previous + redirect). + + This method also replaces the Proxy-Authorization header where + necessary. + + :rtype: dict + """ + headers = prepared_request.headers + scheme = urlparse(prepared_request.url).scheme + new_proxies = resolve_proxies(prepared_request, proxies, self.trust_env) + + if "Proxy-Authorization" in headers: + del headers["Proxy-Authorization"] + + try: + username, password = get_auth_from_url(new_proxies[scheme]) + except KeyError: + username, password = None, None + + # urllib3 handles proxy authorization for us in the standard adapter. + # Avoid appending this to TLS tunneled requests where it may be leaked. + if not scheme.startswith('https') and username and password: + headers["Proxy-Authorization"] = _basic_auth_str(username, password) + + return new_proxies + + def rebuild_method(self, prepared_request, response): + """When being redirected we may want to change the method of the request + based on certain specs or browser behavior. + """ + method = prepared_request.method + + # https://tools.ietf.org/html/rfc7231#section-6.4.4 + if response.status_code == codes.see_other and method != "HEAD": + method = "GET" + + # Do what the browsers do, despite standards... + # First, turn 302s into GETs. + if response.status_code == codes.found and method != "HEAD": + method = "GET" + + # Second, if a POST is responded to with a 301, turn it into a GET. + # This bizarre behaviour is explained in Issue 1704. + if response.status_code == codes.moved and method == "POST": + method = "GET" + + prepared_request.method = method + + +class Session(SessionRedirectMixin): + """A Requests session. + + Provides cookie persistence, connection-pooling, and configuration. + + Basic Usage:: + + >>> import requests + >>> s = requests.Session() + >>> s.get('https://httpbin.org/get') + + + Or as a context manager:: + + >>> with requests.Session() as s: + ... s.get('https://httpbin.org/get') + + """ + + __attrs__ = [ + "headers", + "cookies", + "auth", + "proxies", + "hooks", + "params", + "verify", + "cert", + "adapters", + "stream", + "trust_env", + "max_redirects", + ] + + def __init__(self): + + #: A case-insensitive dictionary of headers to be sent on each + #: :class:`Request ` sent from this + #: :class:`Session `. + self.headers = default_headers() + + #: Default Authentication tuple or object to attach to + #: :class:`Request `. + self.auth = None + + #: Dictionary mapping protocol or protocol and host to the URL of the proxy + #: (e.g. {'http': 'foo.bar:3128', 'http://host.name': 'foo.bar:4012'}) to + #: be used on each :class:`Request `. + self.proxies = {} + + #: Event-handling hooks. + self.hooks = default_hooks() + + #: Dictionary of querystring data to attach to each + #: :class:`Request `. The dictionary values may be lists for + #: representing multivalued query parameters. + self.params = {} + + #: Stream response content default. + self.stream = False + + #: SSL Verification default. + #: Defaults to `True`, requiring requests to verify the TLS certificate at the + #: remote end. + #: If verify is set to `False`, requests will accept any TLS certificate + #: presented by the server, and will ignore hostname mismatches and/or + #: expired certificates, which will make your application vulnerable to + #: man-in-the-middle (MitM) attacks. + #: Only set this to `False` for testing. + self.verify = True + + #: SSL client certificate default, if String, path to ssl client + #: cert file (.pem). If Tuple, ('cert', 'key') pair. + self.cert = None + + #: Maximum number of redirects allowed. If the request exceeds this + #: limit, a :class:`TooManyRedirects` exception is raised. + #: This defaults to requests.models.DEFAULT_REDIRECT_LIMIT, which is + #: 30. + self.max_redirects = DEFAULT_REDIRECT_LIMIT + + #: Trust environment settings for proxy configuration, default + #: authentication and similar. + self.trust_env = True + + #: A CookieJar containing all currently outstanding cookies set on this + #: session. By default it is a + #: :class:`RequestsCookieJar `, but + #: may be any other ``cookielib.CookieJar`` compatible object. + self.cookies = cookiejar_from_dict({}) + + # Default connection adapters. + self.adapters = OrderedDict() + self.mount("https://", HTTPAdapter()) + self.mount("http://", HTTPAdapter()) + + def __enter__(self): + return self + + def __exit__(self, *args): + self.close() + + def prepare_request(self, request): + """Constructs a :class:`PreparedRequest ` for + transmission and returns it. The :class:`PreparedRequest` has settings + merged from the :class:`Request ` instance and those of the + :class:`Session`. + + :param request: :class:`Request` instance to prepare with this + session's settings. + :rtype: requests.PreparedRequest + """ + cookies = request.cookies or {} + + # Bootstrap CookieJar. + if not isinstance(cookies, cookielib.CookieJar): + cookies = cookiejar_from_dict(cookies) + + # Merge with session cookies + merged_cookies = merge_cookies( + merge_cookies(RequestsCookieJar(), self.cookies), cookies + ) + + # Set environment's basic authentication if not explicitly set. + auth = request.auth + if self.trust_env and not auth and not self.auth: + auth = get_netrc_auth(request.url) + + p = PreparedRequest() + p.prepare( + method=request.method.upper(), + url=request.url, + files=request.files, + data=request.data, + json=request.json, + headers=merge_setting( + request.headers, self.headers, dict_class=CaseInsensitiveDict + ), + params=merge_setting(request.params, self.params), + auth=merge_setting(auth, self.auth), + cookies=merged_cookies, + hooks=merge_hooks(request.hooks, self.hooks), + ) + return p + + def request( + self, + method, + url, + params=None, + data=None, + headers=None, + cookies=None, + files=None, + auth=None, + timeout=None, + allow_redirects=True, + proxies=None, + hooks=None, + stream=None, + verify=None, + cert=None, + json=None, + ): + """Constructs a :class:`Request `, prepares it and sends it. + Returns :class:`Response ` object. + + :param method: method for the new :class:`Request` object. + :param url: URL for the new :class:`Request` object. + :param params: (optional) Dictionary or bytes to be sent in the query + string for the :class:`Request`. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) json to send in the body of the + :class:`Request`. + :param headers: (optional) Dictionary of HTTP Headers to send with the + :class:`Request`. + :param cookies: (optional) Dict or CookieJar object to send with the + :class:`Request`. + :param files: (optional) Dictionary of ``'filename': file-like-objects`` + for multipart encoding upload. + :param auth: (optional) Auth tuple or callable to enable + Basic/Digest/Custom HTTP Auth. + :param timeout: (optional) How long to wait for the server to send + data before giving up, as a float, or a :ref:`(connect timeout, + read timeout) ` tuple. + :type timeout: float or tuple + :param allow_redirects: (optional) Set to True by default. + :type allow_redirects: bool + :param proxies: (optional) Dictionary mapping protocol or protocol and + hostname to the URL of the proxy. + :param stream: (optional) whether to immediately download the response + content. Defaults to ``False``. + :param verify: (optional) Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use. Defaults to ``True``. When set to + ``False``, requests will accept any TLS certificate presented by + the server, and will ignore hostname mismatches and/or expired + certificates, which will make your application vulnerable to + man-in-the-middle (MitM) attacks. Setting verify to ``False`` + may be useful during local development or testing. + :param cert: (optional) if String, path to ssl client cert file (.pem). + If Tuple, ('cert', 'key') pair. + :rtype: requests.Response + """ + # Create the Request. + req = Request( + method=method.upper(), + url=url, + headers=headers, + files=files, + data=data or {}, + json=json, + params=params or {}, + auth=auth, + cookies=cookies, + hooks=hooks, + ) + prep = self.prepare_request(req) + + proxies = proxies or {} + + settings = self.merge_environment_settings( + prep.url, proxies, stream, verify, cert + ) + + # Send the request. + send_kwargs = { + "timeout": timeout, + "allow_redirects": allow_redirects, + } + send_kwargs.update(settings) + resp = self.send(prep, **send_kwargs) + + return resp + + def get(self, url, **kwargs): + r"""Sends a GET request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", True) + return self.request("GET", url, **kwargs) + + def options(self, url, **kwargs): + r"""Sends a OPTIONS request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", True) + return self.request("OPTIONS", url, **kwargs) + + def head(self, url, **kwargs): + r"""Sends a HEAD request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", False) + return self.request("HEAD", url, **kwargs) + + def post(self, url, data=None, json=None, **kwargs): + r"""Sends a POST request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) json to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("POST", url, data=data, json=json, **kwargs) + + def put(self, url, data=None, **kwargs): + r"""Sends a PUT request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("PUT", url, data=data, **kwargs) + + def patch(self, url, data=None, **kwargs): + r"""Sends a PATCH request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("PATCH", url, data=data, **kwargs) + + def delete(self, url, **kwargs): + r"""Sends a DELETE request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("DELETE", url, **kwargs) + + def send(self, request, **kwargs): + """Send a given PreparedRequest. + + :rtype: requests.Response + """ + # Set defaults that the hooks can utilize to ensure they always have + # the correct parameters to reproduce the previous request. + kwargs.setdefault("stream", self.stream) + kwargs.setdefault("verify", self.verify) + kwargs.setdefault("cert", self.cert) + if "proxies" not in kwargs: + kwargs["proxies"] = resolve_proxies(request, self.proxies, self.trust_env) + + # It's possible that users might accidentally send a Request object. + # Guard against that specific failure case. + if isinstance(request, Request): + raise ValueError("You can only send PreparedRequests.") + + # Set up variables needed for resolve_redirects and dispatching of hooks + allow_redirects = kwargs.pop("allow_redirects", True) + stream = kwargs.get("stream") + hooks = request.hooks + + # Get the appropriate adapter to use + adapter = self.get_adapter(url=request.url) + + # Start time (approximately) of the request + start = preferred_clock() + + # Send the request + r = adapter.send(request, **kwargs) + + # Total elapsed time of the request (approximately) + elapsed = preferred_clock() - start + r.elapsed = timedelta(seconds=elapsed) + + # Response manipulation hooks + r = dispatch_hook("response", hooks, r, **kwargs) + + # Persist cookies + if r.history: + + # If the hooks create history then we want those cookies too + for resp in r.history: + extract_cookies_to_jar(self.cookies, resp.request, resp.raw) + + extract_cookies_to_jar(self.cookies, request, r.raw) + + # Resolve redirects if allowed. + if allow_redirects: + # Redirect resolving generator. + gen = self.resolve_redirects(r, request, **kwargs) + history = [resp for resp in gen] + else: + history = [] + + # Shuffle things around if there's history. + if history: + # Insert the first (original) request at the start + history.insert(0, r) + # Get the last request made + r = history.pop() + r.history = history + + # If redirects aren't being followed, store the response on the Request for Response.next(). + if not allow_redirects: + try: + r._next = next( + self.resolve_redirects(r, request, yield_requests=True, **kwargs) + ) + except StopIteration: + pass + + if not stream: + r.content + + return r + + def merge_environment_settings(self, url, proxies, stream, verify, cert): + """ + Check the environment and merge it with some settings. + + :rtype: dict + """ + # Gather clues from the surrounding environment. + if self.trust_env: + # Set environment's proxies. + no_proxy = proxies.get("no_proxy") if proxies is not None else None + env_proxies = get_environ_proxies(url, no_proxy=no_proxy) + for (k, v) in env_proxies.items(): + proxies.setdefault(k, v) + + # Look for requests environment configuration + # and be compatible with cURL. + if verify is True or verify is None: + verify = ( + os.environ.get("REQUESTS_CA_BUNDLE") + or os.environ.get("CURL_CA_BUNDLE") + or verify + ) + + # Merge all the kwargs. + proxies = merge_setting(proxies, self.proxies) + stream = merge_setting(stream, self.stream) + verify = merge_setting(verify, self.verify) + cert = merge_setting(cert, self.cert) + + return {"proxies": proxies, "stream": stream, "verify": verify, "cert": cert} + + def get_adapter(self, url): + """ + Returns the appropriate connection adapter for the given URL. + + :rtype: requests.adapters.BaseAdapter + """ + for (prefix, adapter) in self.adapters.items(): + + if url.lower().startswith(prefix.lower()): + return adapter + + # Nothing matches :-/ + raise InvalidSchema(f"No connection adapters were found for {url!r}") + + def close(self): + """Closes all adapters and as such the session""" + for v in self.adapters.values(): + v.close() + + def mount(self, prefix, adapter): + """Registers a connection adapter to a prefix. + + Adapters are sorted in descending order by prefix length. + """ + self.adapters[prefix] = adapter + keys_to_move = [k for k in self.adapters if len(k) < len(prefix)] + + for key in keys_to_move: + self.adapters[key] = self.adapters.pop(key) + + def __getstate__(self): + state = {attr: getattr(self, attr, None) for attr in self.__attrs__} + return state + + def __setstate__(self, state): + for attr, value in state.items(): + setattr(self, attr, value) + + +def session(): + """ + Returns a :class:`Session` for context-management. + + .. deprecated:: 1.0.0 + + This method has been deprecated since version 1.0.0 and is only kept for + backwards compatibility. New code should use :class:`~requests.sessions.Session` + to create a session. This may be removed at a future date. + + :rtype: Session + """ + return Session() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py new file mode 100644 index 0000000..4bd072b --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py @@ -0,0 +1,128 @@ +r""" +The ``codes`` object defines a mapping from common names for HTTP statuses +to their numerical codes, accessible either as attributes or as dictionary +items. + +Example:: + + >>> import requests + >>> requests.codes['temporary_redirect'] + 307 + >>> requests.codes.teapot + 418 + >>> requests.codes['\o/'] + 200 + +Some codes have multiple names, and both upper- and lower-case versions of +the names are allowed. For example, ``codes.ok``, ``codes.OK``, and +``codes.okay`` all correspond to the HTTP status code 200. +""" + +from .structures import LookupDict + +_codes = { + # Informational. + 100: ("continue",), + 101: ("switching_protocols",), + 102: ("processing",), + 103: ("checkpoint",), + 122: ("uri_too_long", "request_uri_too_long"), + 200: ("ok", "okay", "all_ok", "all_okay", "all_good", "\\o/", "✓"), + 201: ("created",), + 202: ("accepted",), + 203: ("non_authoritative_info", "non_authoritative_information"), + 204: ("no_content",), + 205: ("reset_content", "reset"), + 206: ("partial_content", "partial"), + 207: ("multi_status", "multiple_status", "multi_stati", "multiple_stati"), + 208: ("already_reported",), + 226: ("im_used",), + # Redirection. + 300: ("multiple_choices",), + 301: ("moved_permanently", "moved", "\\o-"), + 302: ("found",), + 303: ("see_other", "other"), + 304: ("not_modified",), + 305: ("use_proxy",), + 306: ("switch_proxy",), + 307: ("temporary_redirect", "temporary_moved", "temporary"), + 308: ( + "permanent_redirect", + "resume_incomplete", + "resume", + ), # "resume" and "resume_incomplete" to be removed in 3.0 + # Client Error. + 400: ("bad_request", "bad"), + 401: ("unauthorized",), + 402: ("payment_required", "payment"), + 403: ("forbidden",), + 404: ("not_found", "-o-"), + 405: ("method_not_allowed", "not_allowed"), + 406: ("not_acceptable",), + 407: ("proxy_authentication_required", "proxy_auth", "proxy_authentication"), + 408: ("request_timeout", "timeout"), + 409: ("conflict",), + 410: ("gone",), + 411: ("length_required",), + 412: ("precondition_failed", "precondition"), + 413: ("request_entity_too_large",), + 414: ("request_uri_too_large",), + 415: ("unsupported_media_type", "unsupported_media", "media_type"), + 416: ( + "requested_range_not_satisfiable", + "requested_range", + "range_not_satisfiable", + ), + 417: ("expectation_failed",), + 418: ("im_a_teapot", "teapot", "i_am_a_teapot"), + 421: ("misdirected_request",), + 422: ("unprocessable_entity", "unprocessable"), + 423: ("locked",), + 424: ("failed_dependency", "dependency"), + 425: ("unordered_collection", "unordered"), + 426: ("upgrade_required", "upgrade"), + 428: ("precondition_required", "precondition"), + 429: ("too_many_requests", "too_many"), + 431: ("header_fields_too_large", "fields_too_large"), + 444: ("no_response", "none"), + 449: ("retry_with", "retry"), + 450: ("blocked_by_windows_parental_controls", "parental_controls"), + 451: ("unavailable_for_legal_reasons", "legal_reasons"), + 499: ("client_closed_request",), + # Server Error. + 500: ("internal_server_error", "server_error", "/o\\", "✗"), + 501: ("not_implemented",), + 502: ("bad_gateway",), + 503: ("service_unavailable", "unavailable"), + 504: ("gateway_timeout",), + 505: ("http_version_not_supported", "http_version"), + 506: ("variant_also_negotiates",), + 507: ("insufficient_storage",), + 509: ("bandwidth_limit_exceeded", "bandwidth"), + 510: ("not_extended",), + 511: ("network_authentication_required", "network_auth", "network_authentication"), +} + +codes = LookupDict(name="status_codes") + + +def _init(): + for code, titles in _codes.items(): + for title in titles: + setattr(codes, title, code) + if not title.startswith(("\\", "/")): + setattr(codes, title.upper(), code) + + def doc(code): + names = ", ".join(f"``{n}``" for n in _codes[code]) + return "* %d: %s" % (code, names) + + global __doc__ + __doc__ = ( + __doc__ + "\n" + "\n".join(doc(code) for code in sorted(_codes)) + if __doc__ is not None + else None + ) + + +_init() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py new file mode 100644 index 0000000..188e13e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py @@ -0,0 +1,99 @@ +""" +requests.structures +~~~~~~~~~~~~~~~~~~~ + +Data structures that power Requests. +""" + +from collections import OrderedDict + +from .compat import Mapping, MutableMapping + + +class CaseInsensitiveDict(MutableMapping): + """A case-insensitive ``dict``-like object. + + Implements all methods and operations of + ``MutableMapping`` as well as dict's ``copy``. Also + provides ``lower_items``. + + All keys are expected to be strings. The structure remembers the + case of the last key to be set, and ``iter(instance)``, + ``keys()``, ``items()``, ``iterkeys()``, and ``iteritems()`` + will contain case-sensitive keys. However, querying and contains + testing is case insensitive:: + + cid = CaseInsensitiveDict() + cid['Accept'] = 'application/json' + cid['aCCEPT'] == 'application/json' # True + list(cid) == ['Accept'] # True + + For example, ``headers['content-encoding']`` will return the + value of a ``'Content-Encoding'`` response header, regardless + of how the header name was originally stored. + + If the constructor, ``.update``, or equality comparison + operations are given keys that have equal ``.lower()``s, the + behavior is undefined. + """ + + def __init__(self, data=None, **kwargs): + self._store = OrderedDict() + if data is None: + data = {} + self.update(data, **kwargs) + + def __setitem__(self, key, value): + # Use the lowercased key for lookups, but store the actual + # key alongside the value. + self._store[key.lower()] = (key, value) + + def __getitem__(self, key): + return self._store[key.lower()][1] + + def __delitem__(self, key): + del self._store[key.lower()] + + def __iter__(self): + return (casedkey for casedkey, mappedvalue in self._store.values()) + + def __len__(self): + return len(self._store) + + def lower_items(self): + """Like iteritems(), but with all lowercase keys.""" + return ((lowerkey, keyval[1]) for (lowerkey, keyval) in self._store.items()) + + def __eq__(self, other): + if isinstance(other, Mapping): + other = CaseInsensitiveDict(other) + else: + return NotImplemented + # Compare insensitively + return dict(self.lower_items()) == dict(other.lower_items()) + + # Copy is required + def copy(self): + return CaseInsensitiveDict(self._store.values()) + + def __repr__(self): + return str(dict(self.items())) + + +class LookupDict(dict): + """Dictionary lookup object.""" + + def __init__(self, name=None): + self.name = name + super().__init__() + + def __repr__(self): + return f"" + + def __getitem__(self, key): + # We allow fall-through here, so values default to None + + return self.__dict__.get(key, None) + + def get(self, key, default=None): + return self.__dict__.get(key, default) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py new file mode 100644 index 0000000..6adec33 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py @@ -0,0 +1,1088 @@ +""" +requests.utils +~~~~~~~~~~~~~~ + +This module provides utility functions that are used within Requests +that are also useful for external consumption. +""" + +import codecs +import contextlib +import io +import os +import re +import socket +import struct +import sys +import tempfile +import warnings +import zipfile +from collections import OrderedDict + +from pip._vendor.urllib3.util import make_headers, parse_url + +from . import certs +from .__version__ import __version__ + +# to_native_string is unused here, but imported here for backwards compatibility +from ._internal_utils import ( # noqa: F401 + _HEADER_VALIDATORS_BYTE, + _HEADER_VALIDATORS_STR, + HEADER_VALIDATORS, + to_native_string, +) +from .compat import ( + Mapping, + basestring, + bytes, + getproxies, + getproxies_environment, + integer_types, +) +from .compat import parse_http_list as _parse_list_header +from .compat import ( + proxy_bypass, + proxy_bypass_environment, + quote, + str, + unquote, + urlparse, + urlunparse, +) +from .cookies import cookiejar_from_dict +from .exceptions import ( + FileModeWarning, + InvalidHeader, + InvalidURL, + UnrewindableBodyError, +) +from .structures import CaseInsensitiveDict + +NETRC_FILES = (".netrc", "_netrc") + +DEFAULT_CA_BUNDLE_PATH = certs.where() + +DEFAULT_PORTS = {"http": 80, "https": 443} + +# Ensure that ', ' is used to preserve previous delimiter behavior. +DEFAULT_ACCEPT_ENCODING = ", ".join( + re.split(r",\s*", make_headers(accept_encoding=True)["accept-encoding"]) +) + + +if sys.platform == "win32": + # provide a proxy_bypass version on Windows without DNS lookups + + def proxy_bypass_registry(host): + try: + import winreg + except ImportError: + return False + + try: + internetSettings = winreg.OpenKey( + winreg.HKEY_CURRENT_USER, + r"Software\Microsoft\Windows\CurrentVersion\Internet Settings", + ) + # ProxyEnable could be REG_SZ or REG_DWORD, normalizing it + proxyEnable = int(winreg.QueryValueEx(internetSettings, "ProxyEnable")[0]) + # ProxyOverride is almost always a string + proxyOverride = winreg.QueryValueEx(internetSettings, "ProxyOverride")[0] + except (OSError, ValueError): + return False + if not proxyEnable or not proxyOverride: + return False + + # make a check value list from the registry entry: replace the + # '' string by the localhost entry and the corresponding + # canonical entry. + proxyOverride = proxyOverride.split(";") + # now check if we match one of the registry values. + for test in proxyOverride: + if test == "": + if "." not in host: + return True + test = test.replace(".", r"\.") # mask dots + test = test.replace("*", r".*") # change glob sequence + test = test.replace("?", r".") # change glob char + if re.match(test, host, re.I): + return True + return False + + def proxy_bypass(host): # noqa + """Return True, if the host should be bypassed. + + Checks proxy settings gathered from the environment, if specified, + or the registry. + """ + if getproxies_environment(): + return proxy_bypass_environment(host) + else: + return proxy_bypass_registry(host) + + +def dict_to_sequence(d): + """Returns an internal sequence dictionary update.""" + + if hasattr(d, "items"): + d = d.items() + + return d + + +def super_len(o): + total_length = None + current_position = 0 + + if hasattr(o, "__len__"): + total_length = len(o) + + elif hasattr(o, "len"): + total_length = o.len + + elif hasattr(o, "fileno"): + try: + fileno = o.fileno() + except (io.UnsupportedOperation, AttributeError): + # AttributeError is a surprising exception, seeing as how we've just checked + # that `hasattr(o, 'fileno')`. It happens for objects obtained via + # `Tarfile.extractfile()`, per issue 5229. + pass + else: + total_length = os.fstat(fileno).st_size + + # Having used fstat to determine the file length, we need to + # confirm that this file was opened up in binary mode. + if "b" not in o.mode: + warnings.warn( + ( + "Requests has determined the content-length for this " + "request using the binary size of the file: however, the " + "file has been opened in text mode (i.e. without the 'b' " + "flag in the mode). This may lead to an incorrect " + "content-length. In Requests 3.0, support will be removed " + "for files in text mode." + ), + FileModeWarning, + ) + + if hasattr(o, "tell"): + try: + current_position = o.tell() + except OSError: + # This can happen in some weird situations, such as when the file + # is actually a special file descriptor like stdin. In this + # instance, we don't know what the length is, so set it to zero and + # let requests chunk it instead. + if total_length is not None: + current_position = total_length + else: + if hasattr(o, "seek") and total_length is None: + # StringIO and BytesIO have seek but no usable fileno + try: + # seek to end of file + o.seek(0, 2) + total_length = o.tell() + + # seek back to current position to support + # partially read file-like objects + o.seek(current_position or 0) + except OSError: + total_length = 0 + + if total_length is None: + total_length = 0 + + return max(0, total_length - current_position) + + +def get_netrc_auth(url, raise_errors=False): + """Returns the Requests tuple auth for a given url from netrc.""" + + netrc_file = os.environ.get("NETRC") + if netrc_file is not None: + netrc_locations = (netrc_file,) + else: + netrc_locations = (f"~/{f}" for f in NETRC_FILES) + + try: + from netrc import NetrcParseError, netrc + + netrc_path = None + + for f in netrc_locations: + try: + loc = os.path.expanduser(f) + except KeyError: + # os.path.expanduser can fail when $HOME is undefined and + # getpwuid fails. See https://bugs.python.org/issue20164 & + # https://github.com/psf/requests/issues/1846 + return + + if os.path.exists(loc): + netrc_path = loc + break + + # Abort early if there isn't one. + if netrc_path is None: + return + + ri = urlparse(url) + host = ri.hostname + + try: + _netrc = netrc(netrc_path).authenticators(host) + if _netrc: + # Return with login / password + login_i = 0 if _netrc[0] else 1 + return (_netrc[login_i], _netrc[2]) + except (NetrcParseError, OSError): + # If there was a parsing error or a permissions issue reading the file, + # we'll just skip netrc auth unless explicitly asked to raise errors. + if raise_errors: + raise + + # App Engine hackiness. + except (ImportError, AttributeError): + pass + + +def guess_filename(obj): + """Tries to guess the filename of the given object.""" + name = getattr(obj, "name", None) + if name and isinstance(name, basestring) and name[0] != "<" and name[-1] != ">": + return os.path.basename(name) + + +def extract_zipped_paths(path): + """Replace nonexistent paths that look like they refer to a member of a zip + archive with the location of an extracted copy of the target, or else + just return the provided path unchanged. + """ + if os.path.exists(path): + # this is already a valid path, no need to do anything further + return path + + # find the first valid part of the provided path and treat that as a zip archive + # assume the rest of the path is the name of a member in the archive + archive, member = os.path.split(path) + while archive and not os.path.exists(archive): + archive, prefix = os.path.split(archive) + if not prefix: + # If we don't check for an empty prefix after the split (in other words, archive remains unchanged after the split), + # we _can_ end up in an infinite loop on a rare corner case affecting a small number of users + break + member = "/".join([prefix, member]) + + if not zipfile.is_zipfile(archive): + return path + + zip_file = zipfile.ZipFile(archive) + if member not in zip_file.namelist(): + return path + + # we have a valid zip archive and a valid member of that archive + tmp = tempfile.gettempdir() + extracted_path = os.path.join(tmp, member.split("/")[-1]) + if not os.path.exists(extracted_path): + # use read + write to avoid the creating nested folders, we only want the file, avoids mkdir racing condition + with atomic_open(extracted_path) as file_handler: + file_handler.write(zip_file.read(member)) + return extracted_path + + +@contextlib.contextmanager +def atomic_open(filename): + """Write a file to the disk in an atomic fashion""" + tmp_descriptor, tmp_name = tempfile.mkstemp(dir=os.path.dirname(filename)) + try: + with os.fdopen(tmp_descriptor, "wb") as tmp_handler: + yield tmp_handler + os.replace(tmp_name, filename) + except BaseException: + os.remove(tmp_name) + raise + + +def from_key_val_list(value): + """Take an object and test to see if it can be represented as a + dictionary. Unless it can not be represented as such, return an + OrderedDict, e.g., + + :: + + >>> from_key_val_list([('key', 'val')]) + OrderedDict([('key', 'val')]) + >>> from_key_val_list('string') + Traceback (most recent call last): + ... + ValueError: cannot encode objects that are not 2-tuples + >>> from_key_val_list({'key': 'val'}) + OrderedDict([('key', 'val')]) + + :rtype: OrderedDict + """ + if value is None: + return None + + if isinstance(value, (str, bytes, bool, int)): + raise ValueError("cannot encode objects that are not 2-tuples") + + return OrderedDict(value) + + +def to_key_val_list(value): + """Take an object and test to see if it can be represented as a + dictionary. If it can be, return a list of tuples, e.g., + + :: + + >>> to_key_val_list([('key', 'val')]) + [('key', 'val')] + >>> to_key_val_list({'key': 'val'}) + [('key', 'val')] + >>> to_key_val_list('string') + Traceback (most recent call last): + ... + ValueError: cannot encode objects that are not 2-tuples + + :rtype: list + """ + if value is None: + return None + + if isinstance(value, (str, bytes, bool, int)): + raise ValueError("cannot encode objects that are not 2-tuples") + + if isinstance(value, Mapping): + value = value.items() + + return list(value) + + +# From mitsuhiko/werkzeug (used with permission). +def parse_list_header(value): + """Parse lists as described by RFC 2068 Section 2. + + In particular, parse comma-separated lists where the elements of + the list may include quoted-strings. A quoted-string could + contain a comma. A non-quoted string could have quotes in the + middle. Quotes are removed automatically after parsing. + + It basically works like :func:`parse_set_header` just that items + may appear multiple times and case sensitivity is preserved. + + The return value is a standard :class:`list`: + + >>> parse_list_header('token, "quoted value"') + ['token', 'quoted value'] + + To create a header from the :class:`list` again, use the + :func:`dump_header` function. + + :param value: a string with a list header. + :return: :class:`list` + :rtype: list + """ + result = [] + for item in _parse_list_header(value): + if item[:1] == item[-1:] == '"': + item = unquote_header_value(item[1:-1]) + result.append(item) + return result + + +# From mitsuhiko/werkzeug (used with permission). +def parse_dict_header(value): + """Parse lists of key, value pairs as described by RFC 2068 Section 2 and + convert them into a python dict: + + >>> d = parse_dict_header('foo="is a fish", bar="as well"') + >>> type(d) is dict + True + >>> sorted(d.items()) + [('bar', 'as well'), ('foo', 'is a fish')] + + If there is no value for a key it will be `None`: + + >>> parse_dict_header('key_without_value') + {'key_without_value': None} + + To create a header from the :class:`dict` again, use the + :func:`dump_header` function. + + :param value: a string with a dict header. + :return: :class:`dict` + :rtype: dict + """ + result = {} + for item in _parse_list_header(value): + if "=" not in item: + result[item] = None + continue + name, value = item.split("=", 1) + if value[:1] == value[-1:] == '"': + value = unquote_header_value(value[1:-1]) + result[name] = value + return result + + +# From mitsuhiko/werkzeug (used with permission). +def unquote_header_value(value, is_filename=False): + r"""Unquotes a header value. (Reversal of :func:`quote_header_value`). + This does not use the real unquoting but what browsers are actually + using for quoting. + + :param value: the header value to unquote. + :rtype: str + """ + if value and value[0] == value[-1] == '"': + # this is not the real unquoting, but fixing this so that the + # RFC is met will result in bugs with internet explorer and + # probably some other browsers as well. IE for example is + # uploading files with "C:\foo\bar.txt" as filename + value = value[1:-1] + + # if this is a filename and the starting characters look like + # a UNC path, then just return the value without quotes. Using the + # replace sequence below on a UNC path has the effect of turning + # the leading double slash into a single slash and then + # _fix_ie_filename() doesn't work correctly. See #458. + if not is_filename or value[:2] != "\\\\": + return value.replace("\\\\", "\\").replace('\\"', '"') + return value + + +def dict_from_cookiejar(cj): + """Returns a key/value dictionary from a CookieJar. + + :param cj: CookieJar object to extract cookies from. + :rtype: dict + """ + + cookie_dict = {} + + for cookie in cj: + cookie_dict[cookie.name] = cookie.value + + return cookie_dict + + +def add_dict_to_cookiejar(cj, cookie_dict): + """Returns a CookieJar from a key/value dictionary. + + :param cj: CookieJar to insert cookies into. + :param cookie_dict: Dict of key/values to insert into CookieJar. + :rtype: CookieJar + """ + + return cookiejar_from_dict(cookie_dict, cj) + + +def get_encodings_from_content(content): + """Returns encodings from given content string. + + :param content: bytestring to extract encodings from. + """ + warnings.warn( + ( + "In requests 3.0, get_encodings_from_content will be removed. For " + "more information, please see the discussion on issue #2266. (This" + " warning should only appear once.)" + ), + DeprecationWarning, + ) + + charset_re = re.compile(r']', flags=re.I) + pragma_re = re.compile(r']', flags=re.I) + xml_re = re.compile(r'^<\?xml.*?encoding=["\']*(.+?)["\'>]') + + return ( + charset_re.findall(content) + + pragma_re.findall(content) + + xml_re.findall(content) + ) + + +def _parse_content_type_header(header): + """Returns content type and parameters from given header + + :param header: string + :return: tuple containing content type and dictionary of + parameters + """ + + tokens = header.split(";") + content_type, params = tokens[0].strip(), tokens[1:] + params_dict = {} + items_to_strip = "\"' " + + for param in params: + param = param.strip() + if param: + key, value = param, True + index_of_equals = param.find("=") + if index_of_equals != -1: + key = param[:index_of_equals].strip(items_to_strip) + value = param[index_of_equals + 1 :].strip(items_to_strip) + params_dict[key.lower()] = value + return content_type, params_dict + + +def get_encoding_from_headers(headers): + """Returns encodings from given HTTP Header Dict. + + :param headers: dictionary to extract encoding from. + :rtype: str + """ + + content_type = headers.get("content-type") + + if not content_type: + return None + + content_type, params = _parse_content_type_header(content_type) + + if "charset" in params: + return params["charset"].strip("'\"") + + if "text" in content_type: + return "ISO-8859-1" + + if "application/json" in content_type: + # Assume UTF-8 based on RFC 4627: https://www.ietf.org/rfc/rfc4627.txt since the charset was unset + return "utf-8" + + +def stream_decode_response_unicode(iterator, r): + """Stream decodes an iterator.""" + + if r.encoding is None: + yield from iterator + return + + decoder = codecs.getincrementaldecoder(r.encoding)(errors="replace") + for chunk in iterator: + rv = decoder.decode(chunk) + if rv: + yield rv + rv = decoder.decode(b"", final=True) + if rv: + yield rv + + +def iter_slices(string, slice_length): + """Iterate over slices of a string.""" + pos = 0 + if slice_length is None or slice_length <= 0: + slice_length = len(string) + while pos < len(string): + yield string[pos : pos + slice_length] + pos += slice_length + + +def get_unicode_from_response(r): + """Returns the requested content back in unicode. + + :param r: Response object to get unicode content from. + + Tried: + + 1. charset from content-type + 2. fall back and replace all unicode characters + + :rtype: str + """ + warnings.warn( + ( + "In requests 3.0, get_unicode_from_response will be removed. For " + "more information, please see the discussion on issue #2266. (This" + " warning should only appear once.)" + ), + DeprecationWarning, + ) + + tried_encodings = [] + + # Try charset from content-type + encoding = get_encoding_from_headers(r.headers) + + if encoding: + try: + return str(r.content, encoding) + except UnicodeError: + tried_encodings.append(encoding) + + # Fall back: + try: + return str(r.content, encoding, errors="replace") + except TypeError: + return r.content + + +# The unreserved URI characters (RFC 3986) +UNRESERVED_SET = frozenset( + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + "0123456789-._~" +) + + +def unquote_unreserved(uri): + """Un-escape any percent-escape sequences in a URI that are unreserved + characters. This leaves all reserved, illegal and non-ASCII bytes encoded. + + :rtype: str + """ + parts = uri.split("%") + for i in range(1, len(parts)): + h = parts[i][0:2] + if len(h) == 2 and h.isalnum(): + try: + c = chr(int(h, 16)) + except ValueError: + raise InvalidURL(f"Invalid percent-escape sequence: '{h}'") + + if c in UNRESERVED_SET: + parts[i] = c + parts[i][2:] + else: + parts[i] = f"%{parts[i]}" + else: + parts[i] = f"%{parts[i]}" + return "".join(parts) + + +def requote_uri(uri): + """Re-quote the given URI. + + This function passes the given URI through an unquote/quote cycle to + ensure that it is fully and consistently quoted. + + :rtype: str + """ + safe_with_percent = "!#$%&'()*+,/:;=?@[]~" + safe_without_percent = "!#$&'()*+,/:;=?@[]~" + try: + # Unquote only the unreserved characters + # Then quote only illegal characters (do not quote reserved, + # unreserved, or '%') + return quote(unquote_unreserved(uri), safe=safe_with_percent) + except InvalidURL: + # We couldn't unquote the given URI, so let's try quoting it, but + # there may be unquoted '%'s in the URI. We need to make sure they're + # properly quoted so they do not cause issues elsewhere. + return quote(uri, safe=safe_without_percent) + + +def address_in_network(ip, net): + """This function allows you to check if an IP belongs to a network subnet + + Example: returns True if ip = 192.168.1.1 and net = 192.168.1.0/24 + returns False if ip = 192.168.1.1 and net = 192.168.100.0/24 + + :rtype: bool + """ + ipaddr = struct.unpack("=L", socket.inet_aton(ip))[0] + netaddr, bits = net.split("/") + netmask = struct.unpack("=L", socket.inet_aton(dotted_netmask(int(bits))))[0] + network = struct.unpack("=L", socket.inet_aton(netaddr))[0] & netmask + return (ipaddr & netmask) == (network & netmask) + + +def dotted_netmask(mask): + """Converts mask from /xx format to xxx.xxx.xxx.xxx + + Example: if mask is 24 function returns 255.255.255.0 + + :rtype: str + """ + bits = 0xFFFFFFFF ^ (1 << 32 - mask) - 1 + return socket.inet_ntoa(struct.pack(">I", bits)) + + +def is_ipv4_address(string_ip): + """ + :rtype: bool + """ + try: + socket.inet_aton(string_ip) + except OSError: + return False + return True + + +def is_valid_cidr(string_network): + """ + Very simple check of the cidr format in no_proxy variable. + + :rtype: bool + """ + if string_network.count("/") == 1: + try: + mask = int(string_network.split("/")[1]) + except ValueError: + return False + + if mask < 1 or mask > 32: + return False + + try: + socket.inet_aton(string_network.split("/")[0]) + except OSError: + return False + else: + return False + return True + + +@contextlib.contextmanager +def set_environ(env_name, value): + """Set the environment variable 'env_name' to 'value' + + Save previous value, yield, and then restore the previous value stored in + the environment variable 'env_name'. + + If 'value' is None, do nothing""" + value_changed = value is not None + if value_changed: + old_value = os.environ.get(env_name) + os.environ[env_name] = value + try: + yield + finally: + if value_changed: + if old_value is None: + del os.environ[env_name] + else: + os.environ[env_name] = old_value + + +def should_bypass_proxies(url, no_proxy): + """ + Returns whether we should bypass proxies or not. + + :rtype: bool + """ + # Prioritize lowercase environment variables over uppercase + # to keep a consistent behaviour with other http projects (curl, wget). + def get_proxy(key): + return os.environ.get(key) or os.environ.get(key.upper()) + + # First check whether no_proxy is defined. If it is, check that the URL + # we're getting isn't in the no_proxy list. + no_proxy_arg = no_proxy + if no_proxy is None: + no_proxy = get_proxy("no_proxy") + parsed = urlparse(url) + + if parsed.hostname is None: + # URLs don't always have hostnames, e.g. file:/// urls. + return True + + if no_proxy: + # We need to check whether we match here. We need to see if we match + # the end of the hostname, both with and without the port. + no_proxy = (host for host in no_proxy.replace(" ", "").split(",") if host) + + if is_ipv4_address(parsed.hostname): + for proxy_ip in no_proxy: + if is_valid_cidr(proxy_ip): + if address_in_network(parsed.hostname, proxy_ip): + return True + elif parsed.hostname == proxy_ip: + # If no_proxy ip was defined in plain IP notation instead of cidr notation & + # matches the IP of the index + return True + else: + host_with_port = parsed.hostname + if parsed.port: + host_with_port += f":{parsed.port}" + + for host in no_proxy: + if parsed.hostname.endswith(host) or host_with_port.endswith(host): + # The URL does match something in no_proxy, so we don't want + # to apply the proxies on this URL. + return True + + with set_environ("no_proxy", no_proxy_arg): + # parsed.hostname can be `None` in cases such as a file URI. + try: + bypass = proxy_bypass(parsed.hostname) + except (TypeError, socket.gaierror): + bypass = False + + if bypass: + return True + + return False + + +def get_environ_proxies(url, no_proxy=None): + """ + Return a dict of environment proxies. + + :rtype: dict + """ + if should_bypass_proxies(url, no_proxy=no_proxy): + return {} + else: + return getproxies() + + +def select_proxy(url, proxies): + """Select a proxy for the url, if applicable. + + :param url: The url being for the request + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs + """ + proxies = proxies or {} + urlparts = urlparse(url) + if urlparts.hostname is None: + return proxies.get(urlparts.scheme, proxies.get("all")) + + proxy_keys = [ + urlparts.scheme + "://" + urlparts.hostname, + urlparts.scheme, + "all://" + urlparts.hostname, + "all", + ] + proxy = None + for proxy_key in proxy_keys: + if proxy_key in proxies: + proxy = proxies[proxy_key] + break + + return proxy + + +def resolve_proxies(request, proxies, trust_env=True): + """This method takes proxy information from a request and configuration + input to resolve a mapping of target proxies. This will consider settings + such a NO_PROXY to strip proxy configurations. + + :param request: Request or PreparedRequest + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs + :param trust_env: Boolean declaring whether to trust environment configs + + :rtype: dict + """ + proxies = proxies if proxies is not None else {} + url = request.url + scheme = urlparse(url).scheme + no_proxy = proxies.get("no_proxy") + new_proxies = proxies.copy() + + if trust_env and not should_bypass_proxies(url, no_proxy=no_proxy): + environ_proxies = get_environ_proxies(url, no_proxy=no_proxy) + + proxy = environ_proxies.get(scheme, environ_proxies.get("all")) + + if proxy: + new_proxies.setdefault(scheme, proxy) + return new_proxies + + +def default_user_agent(name="python-requests"): + """ + Return a string representing the default user agent. + + :rtype: str + """ + return f"{name}/{__version__}" + + +def default_headers(): + """ + :rtype: requests.structures.CaseInsensitiveDict + """ + return CaseInsensitiveDict( + { + "User-Agent": default_user_agent(), + "Accept-Encoding": DEFAULT_ACCEPT_ENCODING, + "Accept": "*/*", + "Connection": "keep-alive", + } + ) + + +def parse_header_links(value): + """Return a list of parsed link headers proxies. + + i.e. Link: ; rel=front; type="image/jpeg",; rel=back;type="image/jpeg" + + :rtype: list + """ + + links = [] + + replace_chars = " '\"" + + value = value.strip(replace_chars) + if not value: + return links + + for val in re.split(", *<", value): + try: + url, params = val.split(";", 1) + except ValueError: + url, params = val, "" + + link = {"url": url.strip("<> '\"")} + + for param in params.split(";"): + try: + key, value = param.split("=") + except ValueError: + break + + link[key.strip(replace_chars)] = value.strip(replace_chars) + + links.append(link) + + return links + + +# Null bytes; no need to recreate these on each call to guess_json_utf +_null = "\x00".encode("ascii") # encoding to ASCII for Python 3 +_null2 = _null * 2 +_null3 = _null * 3 + + +def guess_json_utf(data): + """ + :rtype: str + """ + # JSON always starts with two ASCII characters, so detection is as + # easy as counting the nulls and from their location and count + # determine the encoding. Also detect a BOM, if present. + sample = data[:4] + if sample in (codecs.BOM_UTF32_LE, codecs.BOM_UTF32_BE): + return "utf-32" # BOM included + if sample[:3] == codecs.BOM_UTF8: + return "utf-8-sig" # BOM included, MS style (discouraged) + if sample[:2] in (codecs.BOM_UTF16_LE, codecs.BOM_UTF16_BE): + return "utf-16" # BOM included + nullcount = sample.count(_null) + if nullcount == 0: + return "utf-8" + if nullcount == 2: + if sample[::2] == _null2: # 1st and 3rd are null + return "utf-16-be" + if sample[1::2] == _null2: # 2nd and 4th are null + return "utf-16-le" + # Did not detect 2 valid UTF-16 ascii-range characters + if nullcount == 3: + if sample[:3] == _null3: + return "utf-32-be" + if sample[1:] == _null3: + return "utf-32-le" + # Did not detect a valid UTF-32 ascii-range character + return None + + +def prepend_scheme_if_needed(url, new_scheme): + """Given a URL that may or may not have a scheme, prepend the given scheme. + Does not replace a present scheme with the one provided as an argument. + + :rtype: str + """ + parsed = parse_url(url) + scheme, auth, host, port, path, query, fragment = parsed + + # A defect in urlparse determines that there isn't a netloc present in some + # urls. We previously assumed parsing was overly cautious, and swapped the + # netloc and path. Due to a lack of tests on the original defect, this is + # maintained with parse_url for backwards compatibility. + netloc = parsed.netloc + if not netloc: + netloc, path = path, netloc + + if auth: + # parse_url doesn't provide the netloc with auth + # so we'll add it ourselves. + netloc = "@".join([auth, netloc]) + if scheme is None: + scheme = new_scheme + if path is None: + path = "" + + return urlunparse((scheme, netloc, path, "", query, fragment)) + + +def get_auth_from_url(url): + """Given a url with authentication components, extract them into a tuple of + username,password. + + :rtype: (str,str) + """ + parsed = urlparse(url) + + try: + auth = (unquote(parsed.username), unquote(parsed.password)) + except (AttributeError, TypeError): + auth = ("", "") + + return auth + + +def check_header_validity(header): + """Verifies that header parts don't contain leading whitespace + reserved characters, or return characters. + + :param header: tuple, in the format (name, value). + """ + name, value = header + _validate_header_part(header, name, 0) + _validate_header_part(header, value, 1) + + +def _validate_header_part(header, header_part, header_validator_index): + if isinstance(header_part, str): + validator = _HEADER_VALIDATORS_STR[header_validator_index] + elif isinstance(header_part, bytes): + validator = _HEADER_VALIDATORS_BYTE[header_validator_index] + else: + raise InvalidHeader( + f"Header part ({header_part!r}) from {header} " + f"must be of type str or bytes, not {type(header_part)}" + ) + + if not validator.match(header_part): + header_kind = "name" if header_validator_index == 0 else "value" + raise InvalidHeader( + f"Invalid leading whitespace, reserved character(s), or return" + f"character(s) in header {header_kind}: {header_part!r}" + ) + + +def urldefragauth(url): + """ + Given a url remove the fragment and the authentication part. + + :rtype: str + """ + scheme, netloc, path, params, query, fragment = urlparse(url) + + # see func:`prepend_scheme_if_needed` + if not netloc: + netloc, path = path, netloc + + netloc = netloc.rsplit("@", 1)[-1] + + return urlunparse((scheme, netloc, path, params, query, "")) + + +def rewind_body(prepared_request): + """Move file pointer back to its recorded starting position + so it can be read again on redirect. + """ + body_seek = getattr(prepared_request.body, "seek", None) + if body_seek is not None and isinstance( + prepared_request._body_position, integer_types + ): + try: + body_seek(prepared_request._body_position) + except OSError: + raise UnrewindableBodyError( + "An error occurred when rewinding request body for redirect." + ) + else: + raise UnrewindableBodyError("Unable to rewind request body for redirect.") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py new file mode 100644 index 0000000..d92acc7 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py @@ -0,0 +1,26 @@ +__all__ = [ + "__version__", + "AbstractProvider", + "AbstractResolver", + "BaseReporter", + "InconsistentCandidate", + "Resolver", + "RequirementsConflicted", + "ResolutionError", + "ResolutionImpossible", + "ResolutionTooDeep", +] + +__version__ = "1.0.1" + + +from .providers import AbstractProvider, AbstractResolver +from .reporters import BaseReporter +from .resolvers import ( + InconsistentCandidate, + RequirementsConflicted, + ResolutionError, + ResolutionImpossible, + ResolutionTooDeep, + Resolver, +) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a08c51a804be26df582d57f798be3cf9f8b5da3 GIT binary patch literal 642 zcmaJ;J&zMH5Vd!c{m3R9pyMQHse;6sK!*?#1dvWb=oHc5#@eh+*05eLV<%Fm?qAT; z@mu%>tVBgc7jZ?TtFS{L9aFrSH+~v>p1+Pp1LWdc^+w(d5c=WC-*9{v7cX7p+DxR6W|m$njp?R}qbNb-#{PLKBtJR1N4rWi(SmI#eS%!e||ht5yc%EWV#bQPW(>TwUE1!KHHTqc z3i}PsZmQ>h_Ba0@{{>yRndq`2l~#g)o|Ch6Srwq1rSC*(4VfzbLc>Ckd?lI{spXus zYg_5&K|Z-pjI`ozTa@pMg)pR*Eph+Ta1CVt0#`sr|Wx;v8xrL5S&a-WV@Wb!u_BM!dutg3w9^kr@{{}PRwLbs= literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e655673b61f07e9d3bce05a878981744d43006c2 GIT binary patch literal 6859 zcmc&(O^+N$8SdF{uh)(tIG999%Bu+PEbAFUBn}I~T7qpX!77SZL|BNPp6;5NVtcwL zRo%Oul@Aumfde3JmiPw|KY^dXg(DdW35g3gkk?#t%JWuLS69z^Epwt}*UWTvzx94T z@5lb-(xvqP*XN_3i+{fs1plNT)wOKDoPHZ$o&*cQ-5?1*4U!fQ{9Zq z?k-H1+RJf8hdx{O$7u&&o&-F2&`N>_3rXw2VuH6HEG3Irmy;!|E6Fm})no9p+#c8AzD{?k5d#o67Ciy3&kUU``E4Um)F=vBZ z+AWo*M_hK|118ZWf�#e%)%fPX2sX9Px}r72Pq&#vUBcT}nl?v>DP5bP0o*M5AJM4JG!9Ey0&i%8LqoziAnI>!$9dVLI zNTwz{Hb+k)StvH$d8d*id#?A86exHq1pocQL+Z7FlvUYIQ@o(^W$tgdJ;%w-ry zSt1f>R*`-f`$BX_`IvWQ-tT@mjYp9j!wSFRaiO{&jFUS#j_Y=yo}+Fm`rXO280Fb} zop-;}RifZGCsBMD4Y}%0#H1VIu_TvW$+Zpi^VXuOGnvlTD&?GfW8UJOYHJBxos!c& z4xViUuWbHx?fNO1Dqf-0UN1Cf^!K$OfDB0qw}_a^Wx)>lRGV(74ehCf^&>J|p25HP zfJ>gmykTALZIGQ4J`fq+h!oqr2OEj(kXGf}lUXzNxigbhNx}v~s$#Rl4&cUVeoW4w z9a{U^QIwV(r|jsP<6Ks!!`B@tecDjw<%Hz}7Rg~rwk0R@7~h4rMB~aE;kmnPui?nx z-#9pA=}%d&R~cZd-Rlv1qV`I1b-OJ%f)NZSd;(iTTT?cUig<+E$0HGsYSA6}+E*=8 zS{G#@@=WcrpGK33$c7|J?V2nuB}`GIQ-)1aH(126P6x!1RjKT-+Yt^X6T=LRaNWUA zL?!sGGz*7t$JC4wxdS}qwjk7$#d$VJMO?6BQH*^1DmIY$m~@r_b|61QfzljzR!&E) zDJCawYyI6&Y?3P_`l)w5Oi4Udmlm)V0fq$ZMFk+Qp|<*^%KSBd4Ndz2;K@MLG}TvJ)~OA$#s*;)*!W93}z+b-^{y z#>d>A(h4~iX$nJ_ zS_}z}OxWuoG4y(l9i11sHse4)&@V+=+=Qc0p+N38D6^Oly={`T8pBdHO;-@SfrUBrT-t=}?L zo1~jDm2=hg;;QZU5b6$)g+U3=%ZSh(u)Pid&P*`}CRoqT(yDOxI|{K%6a*Ms6mY?C$Fq%@L_@-`mgJj+8tf75$EFx z0IF}HYfdl|;eh$(Q^;oxHs;Esmlp=LUW1S?%-K^7H#XB&WkQGTrD>DM8Fsfx)!PI! z{2^s51gx$GO}?nhcn`r22(2w@6%y#3GsKT?KG%g9Dz$UmV8wL8y>bu@8T;7>_jk}d z04_{{8_9Tt#>P(wwuL~dx{2g}GtU6~x=;riIRPuDGE~UM5!=+I&8APwbR!5&{&0({ zb|s0I@hAq7O`!^ihW;p_JQ0JuU(!A|V>Glx64VN;&O!Rnt(@oWx&Xjw=n86-`X1q{ zlT9ZTvq^&j_i{xQUWlOqHDdJ(*lLWO*s7e)M ztODhluApF`$VtW6iz-T!W|nlCku*4&ZTO%t`^uT9QUv#eOeT$NkSm0?KRkK!OcL?8 zZ{ba4`~L6x8Dz0aANYK626-LZA6F9=80&1a55-g98k`iyff@~=)642nN?hCHKI47V#3a5Ow+d2YVP`gxvmaPpiw2Be`fQ(RZWqF&E2g7O=z z)b=|P+6`P$i`VA>q;@c4%|%l*pipoaGrQpED^j*I-z!3ePE}!ldcw|FaPEm;ct-rH zZ^W0M#r^RvkkMrsDuChS=h>)+RU5u|un|I@m^PVu%5;XRW^7O``Vov${PX8ExM1Sp zbrRK#(2TQRp_0gd@#Oj$bhud3a_&_JN=FAE#oPD4-@vaW|My3lah2g*bO zROrg}go*-5=P;2)R8TrH7;F@L$Fv=O&Lhaf%LI8*VWtz*PuW_PMge--g2@G{Z)!(D z@dyvsaDsSpL8f~rWs)sgGS}E*#*H^Is_g4OIRJQQ1{lRLpZF@?MXRBwR=pn0*E>|Xg{TDal%4|8 ztb`z>qEoZt1F*abmzb>>wwnI8YV~+>t%8q_Yyfra&Xl~*rpjv`%I>$<2!P|Ide;~n}&%LM<`*RT+3y#J4@Z#~|By0ox-{d8@k zf(m+Uzr8qH$@}zo1A{o4K$GYfYu`7B_5<0)D-^4WVfoKutJQk8khWTze>i#;(C4#X OE?%Wy{|)e=+4>SK;4Yv5 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d3643584d6083815f566dae8af74070d7e9f011 GIT binary patch literal 2662 zcma)8OK;mo5GEy2mSs5&Vz)*5K(>dXRS=VC3j}Boq>uEGUeq8+4)KLraaY#16qnhh z~ES@_J=Uaz4Ck}JD^GCBdJ9HO~eluF%z;CzwvHBbq&mHa@y39Fj zF!!*@8Yj+Si#0)dtOc^oJdj(g4YI?wKyI@R$S&IkxwGi@cb2^`spgM(Dpkf+{@GVN z=0`N+B#NolB$FgnaxNHGxHwWAHkHv9$q^Y#MY0Kp9WCQISAMh(uZ+^cL{=>m>cZ_e z@`L*{jyWSE4tM$4@6XCl4oX`EKoja$|geW;n7?I-w z!UBad`EHk#&trgCB#i$=geEyx@?Zo-V}7MDP)MeJLjlK}rDt?ChC_(j!mTUophM#@ zfBV9WibK4hwoxE=qmqiSES~dO{rQSn0odBF=LEUHXYl=F5*3^fTY~ zUg5k%^16j&{b(01)o{Fw9f6Hw)m8;33=(=4MbLob8MKIR)m*&>&a8^Ji%{~t3*y_i zBfF%+^cQHoGPvUjhc0CZKA|Mx#{l)SnNWPn0eO)C_Eq3>7$OR~P6=A8`<;|3I;~&3 zV=9A2u}(CupJ6daoX|9l1xyY2H5M_LtO}1Ef*$FdikOaK@JWFijDlmJ8y@3RdIjGQ zXW_8agHe}FfMR7Hnhb}vl!ik>fq|7Bw8eM|*zzP=+#)dl1~P%}9BY|7FXL|yLGOfB0*iZ)}f6%`9>iunzT z7n=%i+8nuzy}#87vK}^AFPde1npXH4o81R39Vf-{%~kZ$86DY7;g*$#UGeR*uVk{^uI||-hh$3IVWqK=%!bAXb~2Y0{nL6f z)l{hbVfnEjsm!431ax*)ZF_jV18%KSY^5Se0EB$sg1_9oX+=5c_m-V7Oz4z{;j$Zs zQ^{sAu6tql4E|1(CtG32WE6&~gV)V)zKW}BDBeJE9mTsSZlJ(ds(A&Pv9GYQM&KV2 z9e_A-UbMbDZMojv({{`2o%TEsS6uJjX}bffeY59!U%RWe>pgG_TWDs`Z!Ft#gzy(; mZC5WlcZ(eEsrNzK_}hcUKTX$l|83lKAGp8X{?Ea0WAlIes@z)u literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d4ee3a34cdab2d3887ab0f76da216c6b7b2dd84 GIT binary patch literal 25905 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..90bb491b1f6e373e854d6492714d3c46353cc268 GIT binary patch literal 10514 zcmcIqU2qgvcJ7~YB7-#M3mce~3OC|^xn4ET32%zxmGS?tC|_AlXLiIEwZ z4KgE)%*lL^4RIqJ%W%v|Mz-B#WV^yY(ORj+0 zO=YQ+-Eb|&Dm`MxJrp1ygCd_KzUV}J-+(lZ7m})xDZe&F6lo@)O-QoQN>b!;MeX*R z;-QEf{BQ}g{ZK72TJGILxW_WfcyrGJc!xb`p?AjeGfa$GWrsbs46iC$#_63_h!*fG zDqN05$c&H3YNp&f>hoWr*Q;#CrYgZP6~~rdjrUAMLP`&bjP`sG^H2Cl=mQd&gsG`L zgCY4ugp4aa-P1~Vx+fSI?TN;;iAeZxcW+;h8qk!kD2(cZne{{i(H{76SdNe$qNtJJ zw1VyRy7U!TDxxZxfA43cSCiZ+1S13{?2*Z?aKAtjr32$o_X6} ziCLU{(Hi0!&^7FYi^4UWWhQg0g}wCh&{)s&3=!aohs)St7KEV95;s)(q7V@-slf2k zQegVL5?W=ep#p)$9ScKC!;8adu{|lY6MXuI6_gJuVQV?dyk2+*V(u(mSNa%5QB5gp z7LF|SFZQR!wxrOeOIf%~Ig@OLPD{)z3(E*srDd8i7m%eQt#Sm{BEw%%Vk(XyN%|7H zyk37KtoZ`4Q@!zqQu*@lYN3-Mqt4|21HL^DO#9yZ?b69r%_EcqmL!WRri zW+ZQgl3}l8*l86t zB03Q6<)^{@1cQV~~YOV3~ zYR5|J%8wHRpQ+2e_owfjN;jUKw?7l=*Tvd-*UPM(X*|Wg{JQb9iu3q_+jYFf@kRfx z<9i+c!YzY(#9#K`p!&WoLn`uCA+x4c+}LJ|P3H6j!y08a*NbJeGV`fvjbOjHGfK)V zdla5nwzjZ3y>*Q9@bTsWSq9~Yl^F>gigHcTBA|N3(0tr&JXNj*R81WQOTh6m&D|CbTC3egpWp|g%Cm-VNEjZSccV#0ff8;FXFYuCZvyqZwv(a#x$3vl+cv$ zKNH&4t9LFnFE+1Lx2LMxmj~0;`!^ZZd2oJU-Boqx+^utoft0Ix&9yh>+Pm!k(skfD z4{yJLPA!WqYtW<~}>1q#lI-qwNzBQcaO}U!ZTpcMFy#3PU`4&1I&<(H9jPM$N z+0#&Mj~cVo5T==HEU9LhSu~eI?18>mW?58O-YIkXR>M_X9!S;hON#rRiUTXXk8DpWA6I^UHFanpd2k>p z41CXQ{}IN4+2TCls9rd~yt&Dcuu_+@0@k zZUfhl!~!UCa1Xu=m=rt9k8yv)F0m|gyWGayuC+n5^AG$CYw&k{g^;ZpM1xv- zM(|Grf-(WdOl=-zLdUFKgcSc`;Qm>kE)0vp75O1`YrulLJMp1V`RS?B2A5PW2mKOIX zh5g^>G=G2Tky>rx1Q{2VJ_`FKtf{48L*cujQrQul22-{B)1oISc&O~do+=FG!oHB= z^+F)*4MpUsAYMasa&^iVG~PfMB}e>TFR4PAFd!lISna{84J)K7)Y*_OygG!{VXR)q z>P@It8Tv_TXF4-RdW=8yI8-;8uWW}lZM?l{vz)beY&uwbJ63x)9S-}>%_;|6L3LoW zinSkSHywh#ZL^lQH)3l~78>fFgpTZo@p8p<3RyJUf~~TPDC*;$}F%W~`9wumER!Iz^L@|kBu`>FbVd$qKPNIkJ zTNB?(iEkkVI(zFZ{sB^B+-1vbRprkao3niDLZOY&g+g!h+aV1s!$n;)_A4o+K*win zqmf8ZpXqj!#1__*)ZhFOd_+ZaIwTVxADY{WcZaZoZVYv7Uu!wnP40Lf*xMj)Rh8UBn z73S8gGHcM^0^cC;H8e^Qu1FLV1HEYW7*s!FO$vEwClEk(mc7MUhYBityJnU(s9{|Z zEnH=(rdRn4*L{dcFf0v%4DDT~-uadD=(rMAu0=_I{NPsIp;36f-A98Fzb~lvcjp=_ zFq(>#;5$kTpNfMEzLkMT7oJ>teCcWD@lV;5IQTM)iI_jz(abKDHM8Kz(9j6NEIEhO zF{sRxsVx+NbU7~0Wu2Z<=3xcax=1p#RQEyk-F4<`aWHY@!8`Zfc_t3d+cv~{!;0qa z&8^6Vm{#bsa+;6AAgKBLxkG^s7}|m+xsta5bDx1NY8TBEmR$V_JyjhIgzMdx%#>7SMFcBpZ2`> zX>Y3L#7lzbO!Vw!Dx~Wfvz9v2T*LtiRf~KwUbl?|6WID7RG`@nu_g_llOKfcg`U-% zNQ);>znHv#XYrl1*t$HF%9C?F6sjOUfWG7{tbT}96;|kt$r-3JfL7s1IIfTgP+T-% z@?)&>JohNx;yHoNUeV}b4xX4A&nk8V2b z_8+mEm7M)ZR^aS9^``y(&^1>~OUz;@TR>DTkLMHz9M0hpoe*<)$}+Xy6Fxui(imO9 z(V+5SK$-FV5Qh9I9KA`tFyxYS<|>Wp4JATz*orKT#-z(*fv^meQ}a(K>VD5%D+N>RWOh?iipfiN9tbSe4Jb_U?*0>5ScRLRZ+qh z?K0kErOO;wpN1wXwkzQ3O+e5qxAIPOHdN+6g^TS7dOq+|6*s=lgLZGYsy?lSgh|6Q z*B-!#y$*XM^Ye7k+_^CQ3N|7HJko^e(K z&us7fMc2=}9tr8Tw^9Pez?F%zb#d3czORN?ouxhmhb?g=1UH)QHcC9kWqg5E2!3ii zR5zJ#Ifq@?tm5p=n*wV;200D8z4mz}^&456-Cn1A9PEXwlq<%%GXEDpvD16rKssuz zhNFo8bCH*Tr$yeO*f|)!;R2p?!aqn&0I~+aQ^cgnDOHnvfVPoqG4n{Qz$fHE7V#Zg zO$TH}rC5u(U=^}ZfX|>ffJVp$tI}mFBn0P#KE)cHAybN`UWCpj9DXP9W7M#Ch~la>?{dres2 z$Z2RnEJdeSx~=FsnBK?U5F_cFZA(P;dr3wU%a)Q+Jla+=9gvobBpW7Cyf48Dg3qw} zYxw1`!UkC3Vj<}Xsm>w53doTf95V|XQ~$3Zv{%t|(T&mR;#h_8Ox}qXoh#)i!1fLgz-s&V}*MK3QvdGu86uvx*;V z)a+WAx!W~gwoxH1*QF~wNt;giJ>|NKbNC~nC?qGTXpYDz{(mx>wa%0oS!Eg;(78}q zsSqVb@=7?Wr|SF34Ui07f{IyO-~}xEHB-rb literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c20da6437c688c950478ecdac8e562fa1ae0c87f GIT binary patch literal 208 zcmZ9FJqp4=5QVcwL4+K{!VGFFHiD(3wOaBsnAL1%nOy@piD&REp1|4@NV-(+wmz7d z_Z}b2D@hiS*SkKea6e)FYnb}x5%tkhoSqR+d>R5X64ay-m;HyF_VXB`J1n>@+1C6Dw>ih@IcU zQnr$Xfr+i63+jX;KFUdV?@sUC-FvFnYe2_K)Q#^ozLmpom_Nt$~s%PY4ND`mCmtUHO zG&D%0%V~3|uw2)p)OCwhpHoWwH0FtNyuQDX74|U`T&9Ooa#`5_bdO+G-kfJR;*4O) z`?!<)ktbP4@_|04@IDKUxC{w)GLmGN#(gaEG~&sQ)857^PDx96{<#+tg+(l|t7QR~ zSQ5o)MoPWUneb8#fBszU&k^~&y32Slq-0O7Xd6(c!n#Zmgm7Z7-wwvLjVo(vBIvxD i?XlVZoLFlg0G4Cx*=&_UXRgZS>*^}FsW;FAY@jckM|gJt literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py new file mode 100644 index 0000000..1becc50 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py @@ -0,0 +1,6 @@ +__all__ = ["Mapping", "Sequence"] + +try: + from collections.abc import Mapping, Sequence +except ImportError: + from collections import Mapping, Sequence diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py new file mode 100644 index 0000000..e99d87e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py @@ -0,0 +1,133 @@ +class AbstractProvider(object): + """Delegate class to provide the required interface for the resolver.""" + + def identify(self, requirement_or_candidate): + """Given a requirement, return an identifier for it. + + This is used to identify a requirement, e.g. whether two requirements + should have their specifier parts merged. + """ + raise NotImplementedError + + def get_preference( + self, + identifier, + resolutions, + candidates, + information, + backtrack_causes, + ): + """Produce a sort key for given requirement based on preference. + + The preference is defined as "I think this requirement should be + resolved first". The lower the return value is, the more preferred + this group of arguments is. + + :param identifier: An identifier as returned by ``identify()``. This + identifies the dependency matches which should be returned. + :param resolutions: Mapping of candidates currently pinned by the + resolver. Each key is an identifier, and the value is a candidate. + The candidate may conflict with requirements from ``information``. + :param candidates: Mapping of each dependency's possible candidates. + Each value is an iterator of candidates. + :param information: Mapping of requirement information of each package. + Each value is an iterator of *requirement information*. + :param backtrack_causes: Sequence of requirement information that were + the requirements that caused the resolver to most recently backtrack. + + A *requirement information* instance is a named tuple with two members: + + * ``requirement`` specifies a requirement contributing to the current + list of candidates. + * ``parent`` specifies the candidate that provides (depended on) the + requirement, or ``None`` to indicate a root requirement. + + The preference could depend on various issues, including (not + necessarily in this order): + + * Is this package pinned in the current resolution result? + * How relaxed is the requirement? Stricter ones should probably be + worked on first? (I don't know, actually.) + * How many possibilities are there to satisfy this requirement? Those + with few left should likely be worked on first, I guess? + * Are there any known conflicts for this requirement? We should + probably work on those with the most known conflicts. + + A sortable value should be returned (this will be used as the ``key`` + parameter of the built-in sorting function). The smaller the value is, + the more preferred this requirement is (i.e. the sorting function + is called with ``reverse=False``). + """ + raise NotImplementedError + + def find_matches(self, identifier, requirements, incompatibilities): + """Find all possible candidates that satisfy the given constraints. + + :param identifier: An identifier as returned by ``identify()``. This + identifies the dependency matches of which should be returned. + :param requirements: A mapping of requirements that all returned + candidates must satisfy. Each key is an identifier, and the value + an iterator of requirements for that dependency. + :param incompatibilities: A mapping of known incompatibilities of + each dependency. Each key is an identifier, and the value an + iterator of incompatibilities known to the resolver. All + incompatibilities *must* be excluded from the return value. + + This should try to get candidates based on the requirements' types. + For VCS, local, and archive requirements, the one-and-only match is + returned, and for a "named" requirement, the index(es) should be + consulted to find concrete candidates for this requirement. + + The return value should produce candidates ordered by preference; the + most preferred candidate should come first. The return type may be one + of the following: + + * A callable that returns an iterator that yields candidates. + * An collection of candidates. + * An iterable of candidates. This will be consumed immediately into a + list of candidates. + """ + raise NotImplementedError + + def is_satisfied_by(self, requirement, candidate): + """Whether the given requirement can be satisfied by a candidate. + + The candidate is guaranteed to have been generated from the + requirement. + + A boolean should be returned to indicate whether ``candidate`` is a + viable solution to the requirement. + """ + raise NotImplementedError + + def get_dependencies(self, candidate): + """Get dependencies of a candidate. + + This should return a collection of requirements that `candidate` + specifies as its dependencies. + """ + raise NotImplementedError + + +class AbstractResolver(object): + """The thing that performs the actual resolution work.""" + + base_exception = Exception + + def __init__(self, provider, reporter): + self.provider = provider + self.reporter = reporter + + def resolve(self, requirements, **kwargs): + """Take a collection of constraints, spit out the resolution result. + + This returns a representation of the final resolution state, with one + guarenteed attribute ``mapping`` that contains resolved candidates as + values. The keys are their respective identifiers. + + :param requirements: A collection of constraints. + :param kwargs: Additional keyword arguments that subclasses may accept. + + :raises: ``self.base_exception`` or its subclass. + """ + raise NotImplementedError diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py new file mode 100644 index 0000000..688b5e1 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py @@ -0,0 +1,43 @@ +class BaseReporter(object): + """Delegate class to provider progress reporting for the resolver.""" + + def starting(self): + """Called before the resolution actually starts.""" + + def starting_round(self, index): + """Called before each round of resolution starts. + + The index is zero-based. + """ + + def ending_round(self, index, state): + """Called before each round of resolution ends. + + This is NOT called if the resolution ends at this round. Use `ending` + if you want to report finalization. The index is zero-based. + """ + + def ending(self, state): + """Called before the resolution ends successfully.""" + + def adding_requirement(self, requirement, parent): + """Called when adding a new requirement into the resolve criteria. + + :param requirement: The additional requirement to be applied to filter + the available candidaites. + :param parent: The candidate that requires ``requirement`` as a + dependency, or None if ``requirement`` is one of the root + requirements passed in from ``Resolver.resolve()``. + """ + + def resolving_conflicts(self, causes): + """Called when starting to attempt requirement conflict resolution. + + :param causes: The information on the collision that caused the backtracking. + """ + + def rejecting_candidate(self, criterion, candidate): + """Called when rejecting a candidate during backtracking.""" + + def pinning(self, candidate): + """Called when adding a candidate to the potential solution.""" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py new file mode 100644 index 0000000..2c3d0e3 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py @@ -0,0 +1,547 @@ +import collections +import itertools +import operator + +from .providers import AbstractResolver +from .structs import DirectedGraph, IteratorMapping, build_iter_view + +RequirementInformation = collections.namedtuple( + "RequirementInformation", ["requirement", "parent"] +) + + +class ResolverException(Exception): + """A base class for all exceptions raised by this module. + + Exceptions derived by this class should all be handled in this module. Any + bubbling pass the resolver should be treated as a bug. + """ + + +class RequirementsConflicted(ResolverException): + def __init__(self, criterion): + super(RequirementsConflicted, self).__init__(criterion) + self.criterion = criterion + + def __str__(self): + return "Requirements conflict: {}".format( + ", ".join(repr(r) for r in self.criterion.iter_requirement()), + ) + + +class InconsistentCandidate(ResolverException): + def __init__(self, candidate, criterion): + super(InconsistentCandidate, self).__init__(candidate, criterion) + self.candidate = candidate + self.criterion = criterion + + def __str__(self): + return "Provided candidate {!r} does not satisfy {}".format( + self.candidate, + ", ".join(repr(r) for r in self.criterion.iter_requirement()), + ) + + +class Criterion(object): + """Representation of possible resolution results of a package. + + This holds three attributes: + + * `information` is a collection of `RequirementInformation` pairs. + Each pair is a requirement contributing to this criterion, and the + candidate that provides the requirement. + * `incompatibilities` is a collection of all known not-to-work candidates + to exclude from consideration. + * `candidates` is a collection containing all possible candidates deducted + from the union of contributing requirements and known incompatibilities. + It should never be empty, except when the criterion is an attribute of a + raised `RequirementsConflicted` (in which case it is always empty). + + .. note:: + This class is intended to be externally immutable. **Do not** mutate + any of its attribute containers. + """ + + def __init__(self, candidates, information, incompatibilities): + self.candidates = candidates + self.information = information + self.incompatibilities = incompatibilities + + def __repr__(self): + requirements = ", ".join( + "({!r}, via={!r})".format(req, parent) + for req, parent in self.information + ) + return "Criterion({})".format(requirements) + + def iter_requirement(self): + return (i.requirement for i in self.information) + + def iter_parent(self): + return (i.parent for i in self.information) + + +class ResolutionError(ResolverException): + pass + + +class ResolutionImpossible(ResolutionError): + def __init__(self, causes): + super(ResolutionImpossible, self).__init__(causes) + # causes is a list of RequirementInformation objects + self.causes = causes + + +class ResolutionTooDeep(ResolutionError): + def __init__(self, round_count): + super(ResolutionTooDeep, self).__init__(round_count) + self.round_count = round_count + + +# Resolution state in a round. +State = collections.namedtuple("State", "mapping criteria backtrack_causes") + + +class Resolution(object): + """Stateful resolution object. + + This is designed as a one-off object that holds information to kick start + the resolution process, and holds the results afterwards. + """ + + def __init__(self, provider, reporter): + self._p = provider + self._r = reporter + self._states = [] + + @property + def state(self): + try: + return self._states[-1] + except IndexError: + raise AttributeError("state") + + def _push_new_state(self): + """Push a new state into history. + + This new state will be used to hold resolution results of the next + coming round. + """ + base = self._states[-1] + state = State( + mapping=base.mapping.copy(), + criteria=base.criteria.copy(), + backtrack_causes=base.backtrack_causes[:], + ) + self._states.append(state) + + def _add_to_criteria(self, criteria, requirement, parent): + self._r.adding_requirement(requirement=requirement, parent=parent) + + identifier = self._p.identify(requirement_or_candidate=requirement) + criterion = criteria.get(identifier) + if criterion: + incompatibilities = list(criterion.incompatibilities) + else: + incompatibilities = [] + + matches = self._p.find_matches( + identifier=identifier, + requirements=IteratorMapping( + criteria, + operator.methodcaller("iter_requirement"), + {identifier: [requirement]}, + ), + incompatibilities=IteratorMapping( + criteria, + operator.attrgetter("incompatibilities"), + {identifier: incompatibilities}, + ), + ) + + if criterion: + information = list(criterion.information) + information.append(RequirementInformation(requirement, parent)) + else: + information = [RequirementInformation(requirement, parent)] + + criterion = Criterion( + candidates=build_iter_view(matches), + information=information, + incompatibilities=incompatibilities, + ) + if not criterion.candidates: + raise RequirementsConflicted(criterion) + criteria[identifier] = criterion + + def _remove_information_from_criteria(self, criteria, parents): + """Remove information from parents of criteria. + + Concretely, removes all values from each criterion's ``information`` + field that have one of ``parents`` as provider of the requirement. + + :param criteria: The criteria to update. + :param parents: Identifiers for which to remove information from all criteria. + """ + if not parents: + return + for key, criterion in criteria.items(): + criteria[key] = Criterion( + criterion.candidates, + [ + information + for information in criterion.information + if ( + information.parent is None + or self._p.identify(information.parent) not in parents + ) + ], + criterion.incompatibilities, + ) + + def _get_preference(self, name): + return self._p.get_preference( + identifier=name, + resolutions=self.state.mapping, + candidates=IteratorMapping( + self.state.criteria, + operator.attrgetter("candidates"), + ), + information=IteratorMapping( + self.state.criteria, + operator.attrgetter("information"), + ), + backtrack_causes=self.state.backtrack_causes, + ) + + def _is_current_pin_satisfying(self, name, criterion): + try: + current_pin = self.state.mapping[name] + except KeyError: + return False + return all( + self._p.is_satisfied_by(requirement=r, candidate=current_pin) + for r in criterion.iter_requirement() + ) + + def _get_updated_criteria(self, candidate): + criteria = self.state.criteria.copy() + for requirement in self._p.get_dependencies(candidate=candidate): + self._add_to_criteria(criteria, requirement, parent=candidate) + return criteria + + def _attempt_to_pin_criterion(self, name): + criterion = self.state.criteria[name] + + causes = [] + for candidate in criterion.candidates: + try: + criteria = self._get_updated_criteria(candidate) + except RequirementsConflicted as e: + self._r.rejecting_candidate(e.criterion, candidate) + causes.append(e.criterion) + continue + + # Check the newly-pinned candidate actually works. This should + # always pass under normal circumstances, but in the case of a + # faulty provider, we will raise an error to notify the implementer + # to fix find_matches() and/or is_satisfied_by(). + satisfied = all( + self._p.is_satisfied_by(requirement=r, candidate=candidate) + for r in criterion.iter_requirement() + ) + if not satisfied: + raise InconsistentCandidate(candidate, criterion) + + self._r.pinning(candidate=candidate) + self.state.criteria.update(criteria) + + # Put newly-pinned candidate at the end. This is essential because + # backtracking looks at this mapping to get the last pin. + self.state.mapping.pop(name, None) + self.state.mapping[name] = candidate + + return [] + + # All candidates tried, nothing works. This criterion is a dead + # end, signal for backtracking. + return causes + + def _backjump(self, causes): + """Perform backjumping. + + When we enter here, the stack is like this:: + + [ state Z ] + [ state Y ] + [ state X ] + .... earlier states are irrelevant. + + 1. No pins worked for Z, so it does not have a pin. + 2. We want to reset state Y to unpinned, and pin another candidate. + 3. State X holds what state Y was before the pin, but does not + have the incompatibility information gathered in state Y. + + Each iteration of the loop will: + + 1. Identify Z. The incompatibility is not always caused by the latest + state. For example, given three requirements A, B and C, with + dependencies A1, B1 and C1, where A1 and B1 are incompatible: the + last state might be related to C, so we want to discard the + previous state. + 2. Discard Z. + 3. Discard Y but remember its incompatibility information gathered + previously, and the failure we're dealing with right now. + 4. Push a new state Y' based on X, and apply the incompatibility + information from Y to Y'. + 5a. If this causes Y' to conflict, we need to backtrack again. Make Y' + the new Z and go back to step 2. + 5b. If the incompatibilities apply cleanly, end backtracking. + """ + incompatible_reqs = itertools.chain( + (c.parent for c in causes if c.parent is not None), + (c.requirement for c in causes), + ) + incompatible_deps = {self._p.identify(r) for r in incompatible_reqs} + while len(self._states) >= 3: + # Remove the state that triggered backtracking. + del self._states[-1] + + # Ensure to backtrack to a state that caused the incompatibility + incompatible_state = False + while not incompatible_state: + # Retrieve the last candidate pin and known incompatibilities. + try: + broken_state = self._states.pop() + name, candidate = broken_state.mapping.popitem() + except (IndexError, KeyError): + raise ResolutionImpossible(causes) + current_dependencies = { + self._p.identify(d) + for d in self._p.get_dependencies(candidate) + } + incompatible_state = not current_dependencies.isdisjoint( + incompatible_deps + ) + + incompatibilities_from_broken = [ + (k, list(v.incompatibilities)) + for k, v in broken_state.criteria.items() + ] + + # Also mark the newly known incompatibility. + incompatibilities_from_broken.append((name, [candidate])) + + # Create a new state from the last known-to-work one, and apply + # the previously gathered incompatibility information. + def _patch_criteria(): + for k, incompatibilities in incompatibilities_from_broken: + if not incompatibilities: + continue + try: + criterion = self.state.criteria[k] + except KeyError: + continue + matches = self._p.find_matches( + identifier=k, + requirements=IteratorMapping( + self.state.criteria, + operator.methodcaller("iter_requirement"), + ), + incompatibilities=IteratorMapping( + self.state.criteria, + operator.attrgetter("incompatibilities"), + {k: incompatibilities}, + ), + ) + candidates = build_iter_view(matches) + if not candidates: + return False + incompatibilities.extend(criterion.incompatibilities) + self.state.criteria[k] = Criterion( + candidates=candidates, + information=list(criterion.information), + incompatibilities=incompatibilities, + ) + return True + + self._push_new_state() + success = _patch_criteria() + + # It works! Let's work on this new state. + if success: + return True + + # State does not work after applying known incompatibilities. + # Try the still previous state. + + # No way to backtrack anymore. + return False + + def resolve(self, requirements, max_rounds): + if self._states: + raise RuntimeError("already resolved") + + self._r.starting() + + # Initialize the root state. + self._states = [ + State( + mapping=collections.OrderedDict(), + criteria={}, + backtrack_causes=[], + ) + ] + for r in requirements: + try: + self._add_to_criteria(self.state.criteria, r, parent=None) + except RequirementsConflicted as e: + raise ResolutionImpossible(e.criterion.information) + + # The root state is saved as a sentinel so the first ever pin can have + # something to backtrack to if it fails. The root state is basically + # pinning the virtual "root" package in the graph. + self._push_new_state() + + for round_index in range(max_rounds): + self._r.starting_round(index=round_index) + + unsatisfied_names = [ + key + for key, criterion in self.state.criteria.items() + if not self._is_current_pin_satisfying(key, criterion) + ] + + # All criteria are accounted for. Nothing more to pin, we are done! + if not unsatisfied_names: + self._r.ending(state=self.state) + return self.state + + # keep track of satisfied names to calculate diff after pinning + satisfied_names = set(self.state.criteria.keys()) - set( + unsatisfied_names + ) + + # Choose the most preferred unpinned criterion to try. + name = min(unsatisfied_names, key=self._get_preference) + failure_causes = self._attempt_to_pin_criterion(name) + + if failure_causes: + causes = [i for c in failure_causes for i in c.information] + # Backjump if pinning fails. The backjump process puts us in + # an unpinned state, so we can work on it in the next round. + self._r.resolving_conflicts(causes=causes) + success = self._backjump(causes) + self.state.backtrack_causes[:] = causes + + # Dead ends everywhere. Give up. + if not success: + raise ResolutionImpossible(self.state.backtrack_causes) + else: + # discard as information sources any invalidated names + # (unsatisfied names that were previously satisfied) + newly_unsatisfied_names = { + key + for key, criterion in self.state.criteria.items() + if key in satisfied_names + and not self._is_current_pin_satisfying(key, criterion) + } + self._remove_information_from_criteria( + self.state.criteria, newly_unsatisfied_names + ) + # Pinning was successful. Push a new state to do another pin. + self._push_new_state() + + self._r.ending_round(index=round_index, state=self.state) + + raise ResolutionTooDeep(max_rounds) + + +def _has_route_to_root(criteria, key, all_keys, connected): + if key in connected: + return True + if key not in criteria: + return False + for p in criteria[key].iter_parent(): + try: + pkey = all_keys[id(p)] + except KeyError: + continue + if pkey in connected: + connected.add(key) + return True + if _has_route_to_root(criteria, pkey, all_keys, connected): + connected.add(key) + return True + return False + + +Result = collections.namedtuple("Result", "mapping graph criteria") + + +def _build_result(state): + mapping = state.mapping + all_keys = {id(v): k for k, v in mapping.items()} + all_keys[id(None)] = None + + graph = DirectedGraph() + graph.add(None) # Sentinel as root dependencies' parent. + + connected = {None} + for key, criterion in state.criteria.items(): + if not _has_route_to_root(state.criteria, key, all_keys, connected): + continue + if key not in graph: + graph.add(key) + for p in criterion.iter_parent(): + try: + pkey = all_keys[id(p)] + except KeyError: + continue + if pkey not in graph: + graph.add(pkey) + graph.connect(pkey, key) + + return Result( + mapping={k: v for k, v in mapping.items() if k in connected}, + graph=graph, + criteria=state.criteria, + ) + + +class Resolver(AbstractResolver): + """The thing that performs the actual resolution work.""" + + base_exception = ResolverException + + def resolve(self, requirements, max_rounds=100): + """Take a collection of constraints, spit out the resolution result. + + The return value is a representation to the final resolution result. It + is a tuple subclass with three public members: + + * `mapping`: A dict of resolved candidates. Each key is an identifier + of a requirement (as returned by the provider's `identify` method), + and the value is the resolved candidate. + * `graph`: A `DirectedGraph` instance representing the dependency tree. + The vertices are keys of `mapping`, and each edge represents *why* + a particular package is included. A special vertex `None` is + included to represent parents of user-supplied requirements. + * `criteria`: A dict of "criteria" that hold detailed information on + how edges in the graph are derived. Each key is an identifier of a + requirement, and the value is a `Criterion` instance. + + The following exceptions may be raised if a resolution cannot be found: + + * `ResolutionImpossible`: A resolution cannot be found for the given + combination of requirements. The `causes` attribute of the + exception is a list of (requirement, parent), giving the + requirements that could not be satisfied. + * `ResolutionTooDeep`: The dependency tree is too deeply nested and + the resolver gave up. This is usually caused by a circular + dependency, but you can try to resolve this by increasing the + `max_rounds` argument. + """ + resolution = Resolution(self.provider, self.reporter) + state = resolution.resolve(requirements, max_rounds=max_rounds) + return _build_result(state) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py new file mode 100644 index 0000000..359a34f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py @@ -0,0 +1,170 @@ +import itertools + +from .compat import collections_abc + + +class DirectedGraph(object): + """A graph structure with directed edges.""" + + def __init__(self): + self._vertices = set() + self._forwards = {} # -> Set[] + self._backwards = {} # -> Set[] + + def __iter__(self): + return iter(self._vertices) + + def __len__(self): + return len(self._vertices) + + def __contains__(self, key): + return key in self._vertices + + def copy(self): + """Return a shallow copy of this graph.""" + other = DirectedGraph() + other._vertices = set(self._vertices) + other._forwards = {k: set(v) for k, v in self._forwards.items()} + other._backwards = {k: set(v) for k, v in self._backwards.items()} + return other + + def add(self, key): + """Add a new vertex to the graph.""" + if key in self._vertices: + raise ValueError("vertex exists") + self._vertices.add(key) + self._forwards[key] = set() + self._backwards[key] = set() + + def remove(self, key): + """Remove a vertex from the graph, disconnecting all edges from/to it.""" + self._vertices.remove(key) + for f in self._forwards.pop(key): + self._backwards[f].remove(key) + for t in self._backwards.pop(key): + self._forwards[t].remove(key) + + def connected(self, f, t): + return f in self._backwards[t] and t in self._forwards[f] + + def connect(self, f, t): + """Connect two existing vertices. + + Nothing happens if the vertices are already connected. + """ + if t not in self._vertices: + raise KeyError(t) + self._forwards[f].add(t) + self._backwards[t].add(f) + + def iter_edges(self): + for f, children in self._forwards.items(): + for t in children: + yield f, t + + def iter_children(self, key): + return iter(self._forwards[key]) + + def iter_parents(self, key): + return iter(self._backwards[key]) + + +class IteratorMapping(collections_abc.Mapping): + def __init__(self, mapping, accessor, appends=None): + self._mapping = mapping + self._accessor = accessor + self._appends = appends or {} + + def __repr__(self): + return "IteratorMapping({!r}, {!r}, {!r})".format( + self._mapping, + self._accessor, + self._appends, + ) + + def __bool__(self): + return bool(self._mapping or self._appends) + + __nonzero__ = __bool__ # XXX: Python 2. + + def __contains__(self, key): + return key in self._mapping or key in self._appends + + def __getitem__(self, k): + try: + v = self._mapping[k] + except KeyError: + return iter(self._appends[k]) + return itertools.chain(self._accessor(v), self._appends.get(k, ())) + + def __iter__(self): + more = (k for k in self._appends if k not in self._mapping) + return itertools.chain(self._mapping, more) + + def __len__(self): + more = sum(1 for k in self._appends if k not in self._mapping) + return len(self._mapping) + more + + +class _FactoryIterableView(object): + """Wrap an iterator factory returned by `find_matches()`. + + Calling `iter()` on this class would invoke the underlying iterator + factory, making it a "collection with ordering" that can be iterated + through multiple times, but lacks random access methods presented in + built-in Python sequence types. + """ + + def __init__(self, factory): + self._factory = factory + self._iterable = None + + def __repr__(self): + return "{}({})".format(type(self).__name__, list(self)) + + def __bool__(self): + try: + next(iter(self)) + except StopIteration: + return False + return True + + __nonzero__ = __bool__ # XXX: Python 2. + + def __iter__(self): + iterable = ( + self._factory() if self._iterable is None else self._iterable + ) + self._iterable, current = itertools.tee(iterable) + return current + + +class _SequenceIterableView(object): + """Wrap an iterable returned by find_matches(). + + This is essentially just a proxy to the underlying sequence that provides + the same interface as `_FactoryIterableView`. + """ + + def __init__(self, sequence): + self._sequence = sequence + + def __repr__(self): + return "{}({})".format(type(self).__name__, self._sequence) + + def __bool__(self): + return bool(self._sequence) + + __nonzero__ = __bool__ # XXX: Python 2. + + def __iter__(self): + return iter(self._sequence) + + +def build_iter_view(matches): + """Build an iterable view from the value returned by `find_matches()`.""" + if callable(matches): + return _FactoryIterableView(matches) + if not isinstance(matches, collections_abc.Sequence): + matches = list(matches) + return _SequenceIterableView(matches) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py new file mode 100644 index 0000000..73f58d7 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py @@ -0,0 +1,177 @@ +"""Rich text and beautiful formatting in the terminal.""" + +import os +from typing import IO, TYPE_CHECKING, Any, Callable, Optional, Union + +from ._extension import load_ipython_extension # noqa: F401 + +__all__ = ["get_console", "reconfigure", "print", "inspect", "print_json"] + +if TYPE_CHECKING: + from .console import Console + +# Global console used by alternative print +_console: Optional["Console"] = None + +try: + _IMPORT_CWD = os.path.abspath(os.getcwd()) +except FileNotFoundError: + # Can happen if the cwd has been deleted + _IMPORT_CWD = "" + + +def get_console() -> "Console": + """Get a global :class:`~rich.console.Console` instance. This function is used when Rich requires a Console, + and hasn't been explicitly given one. + + Returns: + Console: A console instance. + """ + global _console + if _console is None: + from .console import Console + + _console = Console() + + return _console + + +def reconfigure(*args: Any, **kwargs: Any) -> None: + """Reconfigures the global console by replacing it with another. + + Args: + *args (Any): Positional arguments for the replacement :class:`~rich.console.Console`. + **kwargs (Any): Keyword arguments for the replacement :class:`~rich.console.Console`. + """ + from pip._vendor.rich.console import Console + + new_console = Console(*args, **kwargs) + _console = get_console() + _console.__dict__ = new_console.__dict__ + + +def print( + *objects: Any, + sep: str = " ", + end: str = "\n", + file: Optional[IO[str]] = None, + flush: bool = False, +) -> None: + r"""Print object(s) supplied via positional arguments. + This function has an identical signature to the built-in print. + For more advanced features, see the :class:`~rich.console.Console` class. + + Args: + sep (str, optional): Separator between printed objects. Defaults to " ". + end (str, optional): Character to write at end of output. Defaults to "\\n". + file (IO[str], optional): File to write to, or None for stdout. Defaults to None. + flush (bool, optional): Has no effect as Rich always flushes output. Defaults to False. + + """ + from .console import Console + + write_console = get_console() if file is None else Console(file=file) + return write_console.print(*objects, sep=sep, end=end) + + +def print_json( + json: Optional[str] = None, + *, + data: Any = None, + indent: Union[None, int, str] = 2, + highlight: bool = True, + skip_keys: bool = False, + ensure_ascii: bool = False, + check_circular: bool = True, + allow_nan: bool = True, + default: Optional[Callable[[Any], Any]] = None, + sort_keys: bool = False, +) -> None: + """Pretty prints JSON. Output will be valid JSON. + + Args: + json (str): A string containing JSON. + data (Any): If json is not supplied, then encode this data. + indent (int, optional): Number of spaces to indent. Defaults to 2. + highlight (bool, optional): Enable highlighting of output: Defaults to True. + skip_keys (bool, optional): Skip keys not of a basic type. Defaults to False. + ensure_ascii (bool, optional): Escape all non-ascii characters. Defaults to False. + check_circular (bool, optional): Check for circular references. Defaults to True. + allow_nan (bool, optional): Allow NaN and Infinity values. Defaults to True. + default (Callable, optional): A callable that converts values that can not be encoded + in to something that can be JSON encoded. Defaults to None. + sort_keys (bool, optional): Sort dictionary keys. Defaults to False. + """ + + get_console().print_json( + json, + data=data, + indent=indent, + highlight=highlight, + skip_keys=skip_keys, + ensure_ascii=ensure_ascii, + check_circular=check_circular, + allow_nan=allow_nan, + default=default, + sort_keys=sort_keys, + ) + + +def inspect( + obj: Any, + *, + console: Optional["Console"] = None, + title: Optional[str] = None, + help: bool = False, + methods: bool = False, + docs: bool = True, + private: bool = False, + dunder: bool = False, + sort: bool = True, + all: bool = False, + value: bool = True, +) -> None: + """Inspect any Python object. + + * inspect() to see summarized info. + * inspect(, methods=True) to see methods. + * inspect(, help=True) to see full (non-abbreviated) help. + * inspect(, private=True) to see private attributes (single underscore). + * inspect(, dunder=True) to see attributes beginning with double underscore. + * inspect(, all=True) to see all attributes. + + Args: + obj (Any): An object to inspect. + title (str, optional): Title to display over inspect result, or None use type. Defaults to None. + help (bool, optional): Show full help text rather than just first paragraph. Defaults to False. + methods (bool, optional): Enable inspection of callables. Defaults to False. + docs (bool, optional): Also render doc strings. Defaults to True. + private (bool, optional): Show private attributes (beginning with underscore). Defaults to False. + dunder (bool, optional): Show attributes starting with double underscore. Defaults to False. + sort (bool, optional): Sort attributes alphabetically. Defaults to True. + all (bool, optional): Show all attributes. Defaults to False. + value (bool, optional): Pretty print value. Defaults to True. + """ + _console = console or get_console() + from pip._vendor.rich._inspect import Inspect + + # Special case for inspect(inspect) + is_inspect = obj is inspect + + _inspect = Inspect( + obj, + title=title, + help=is_inspect or help, + methods=is_inspect or methods, + docs=is_inspect or docs, + private=private, + dunder=dunder, + sort=sort, + all=all, + value=value, + ) + _console.print(_inspect) + + +if __name__ == "__main__": # pragma: no cover + print("Hello, **World**") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py new file mode 100644 index 0000000..270629f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py @@ -0,0 +1,274 @@ +import colorsys +import io +from time import process_time + +from pip._vendor.rich import box +from pip._vendor.rich.color import Color +from pip._vendor.rich.console import Console, ConsoleOptions, Group, RenderableType, RenderResult +from pip._vendor.rich.markdown import Markdown +from pip._vendor.rich.measure import Measurement +from pip._vendor.rich.pretty import Pretty +from pip._vendor.rich.segment import Segment +from pip._vendor.rich.style import Style +from pip._vendor.rich.syntax import Syntax +from pip._vendor.rich.table import Table +from pip._vendor.rich.text import Text + + +class ColorBox: + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + for y in range(0, 5): + for x in range(options.max_width): + h = x / options.max_width + l = 0.1 + ((y / 5) * 0.7) + r1, g1, b1 = colorsys.hls_to_rgb(h, l, 1.0) + r2, g2, b2 = colorsys.hls_to_rgb(h, l + 0.7 / 10, 1.0) + bgcolor = Color.from_rgb(r1 * 255, g1 * 255, b1 * 255) + color = Color.from_rgb(r2 * 255, g2 * 255, b2 * 255) + yield Segment("▄", Style(color=color, bgcolor=bgcolor)) + yield Segment.line() + + def __rich_measure__( + self, console: "Console", options: ConsoleOptions + ) -> Measurement: + return Measurement(1, options.max_width) + + +def make_test_card() -> Table: + """Get a renderable that demonstrates a number of features.""" + table = Table.grid(padding=1, pad_edge=True) + table.title = "Rich features" + table.add_column("Feature", no_wrap=True, justify="center", style="bold red") + table.add_column("Demonstration") + + color_table = Table( + box=None, + expand=False, + show_header=False, + show_edge=False, + pad_edge=False, + ) + color_table.add_row( + ( + "✓ [bold green]4-bit color[/]\n" + "✓ [bold blue]8-bit color[/]\n" + "✓ [bold magenta]Truecolor (16.7 million)[/]\n" + "✓ [bold yellow]Dumb terminals[/]\n" + "✓ [bold cyan]Automatic color conversion" + ), + ColorBox(), + ) + + table.add_row("Colors", color_table) + + table.add_row( + "Styles", + "All ansi styles: [bold]bold[/], [dim]dim[/], [italic]italic[/italic], [underline]underline[/], [strike]strikethrough[/], [reverse]reverse[/], and even [blink]blink[/].", + ) + + lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque in metus sed sapien ultricies pretium a at justo. Maecenas luctus velit et auctor maximus." + lorem_table = Table.grid(padding=1, collapse_padding=True) + lorem_table.pad_edge = False + lorem_table.add_row( + Text(lorem, justify="left", style="green"), + Text(lorem, justify="center", style="yellow"), + Text(lorem, justify="right", style="blue"), + Text(lorem, justify="full", style="red"), + ) + table.add_row( + "Text", + Group( + Text.from_markup( + """Word wrap text. Justify [green]left[/], [yellow]center[/], [blue]right[/] or [red]full[/].\n""" + ), + lorem_table, + ), + ) + + def comparison(renderable1: RenderableType, renderable2: RenderableType) -> Table: + table = Table(show_header=False, pad_edge=False, box=None, expand=True) + table.add_column("1", ratio=1) + table.add_column("2", ratio=1) + table.add_row(renderable1, renderable2) + return table + + table.add_row( + "Asian\nlanguage\nsupport", + ":flag_for_china: 该库支持中文,日文和韩文文本!\n:flag_for_japan: ライブラリは中国語、日本語、韓国語のテキストをサポートしています\n:flag_for_south_korea: 이 라이브러리는 중국어, 일본어 및 한국어 텍스트를 지원합니다", + ) + + markup_example = ( + "[bold magenta]Rich[/] supports a simple [i]bbcode[/i]-like [b]markup[/b] for [yellow]color[/], [underline]style[/], and emoji! " + ":+1: :apple: :ant: :bear: :baguette_bread: :bus: " + ) + table.add_row("Markup", markup_example) + + example_table = Table( + show_edge=False, + show_header=True, + expand=False, + row_styles=["none", "dim"], + box=box.SIMPLE, + ) + example_table.add_column("[green]Date", style="green", no_wrap=True) + example_table.add_column("[blue]Title", style="blue") + example_table.add_column( + "[cyan]Production Budget", + style="cyan", + justify="right", + no_wrap=True, + ) + example_table.add_column( + "[magenta]Box Office", + style="magenta", + justify="right", + no_wrap=True, + ) + example_table.add_row( + "Dec 20, 2019", + "Star Wars: The Rise of Skywalker", + "$275,000,000", + "$375,126,118", + ) + example_table.add_row( + "May 25, 2018", + "[b]Solo[/]: A Star Wars Story", + "$275,000,000", + "$393,151,347", + ) + example_table.add_row( + "Dec 15, 2017", + "Star Wars Ep. VIII: The Last Jedi", + "$262,000,000", + "[bold]$1,332,539,889[/bold]", + ) + example_table.add_row( + "May 19, 1999", + "Star Wars Ep. [b]I[/b]: [i]The phantom Menace", + "$115,000,000", + "$1,027,044,677", + ) + + table.add_row("Tables", example_table) + + code = '''\ +def iter_last(values: Iterable[T]) -> Iterable[Tuple[bool, T]]: + """Iterate and generate a tuple with a flag for last value.""" + iter_values = iter(values) + try: + previous_value = next(iter_values) + except StopIteration: + return + for value in iter_values: + yield False, previous_value + previous_value = value + yield True, previous_value''' + + pretty_data = { + "foo": [ + 3.1427, + ( + "Paul Atreides", + "Vladimir Harkonnen", + "Thufir Hawat", + ), + ], + "atomic": (False, True, None), + } + table.add_row( + "Syntax\nhighlighting\n&\npretty\nprinting", + comparison( + Syntax(code, "python3", line_numbers=True, indent_guides=True), + Pretty(pretty_data, indent_guides=True), + ), + ) + + markdown_example = """\ +# Markdown + +Supports much of the *markdown* __syntax__! + +- Headers +- Basic formatting: **bold**, *italic*, `code` +- Block quotes +- Lists, and more... + """ + table.add_row( + "Markdown", comparison("[cyan]" + markdown_example, Markdown(markdown_example)) + ) + + table.add_row( + "+more!", + """Progress bars, columns, styled logging handler, tracebacks, etc...""", + ) + return table + + +if __name__ == "__main__": # pragma: no cover + + console = Console( + file=io.StringIO(), + force_terminal=True, + ) + test_card = make_test_card() + + # Print once to warm cache + start = process_time() + console.print(test_card) + pre_cache_taken = round((process_time() - start) * 1000.0, 1) + + console.file = io.StringIO() + + start = process_time() + console.print(test_card) + taken = round((process_time() - start) * 1000.0, 1) + + c = Console(record=True) + c.print(test_card) + + print(f"rendered in {pre_cache_taken}ms (cold cache)") + print(f"rendered in {taken}ms (warm cache)") + + from pip._vendor.rich.panel import Panel + + console = Console() + + sponsor_message = Table.grid(padding=1) + sponsor_message.add_column(style="green", justify="right") + sponsor_message.add_column(no_wrap=True) + + sponsor_message.add_row( + "Textualize", + "[u blue link=https://github.com/textualize]https://github.com/textualize", + ) + sponsor_message.add_row( + "Twitter", + "[u blue link=https://twitter.com/willmcgugan]https://twitter.com/willmcgugan", + ) + + intro_message = Text.from_markup( + """\ +We hope you enjoy using Rich! + +Rich is maintained with [red]:heart:[/] by [link=https://www.textualize.io]Textualize.io[/] + +- Will McGugan""" + ) + + message = Table.grid(padding=2) + message.add_column() + message.add_column(no_wrap=True) + message.add_row(intro_message, sponsor_message) + + console.print( + Panel.fit( + message, + box=box.ROUNDED, + padding=(1, 2), + title="[b red]Thanks for trying out Rich!", + border_style="bright_blue", + ), + justify="center", + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b5adb3922bc40a2667327bf9a4b6f39cfdaa69d8 GIT binary patch literal 7023 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 Bo(TW| literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6b24525e541e7d366c19153beb9b733cae54c55f GIT binary patch literal 10312 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4f82a4323246a2f4274195e91bf22bd50fe0168e GIT binary patch literal 7829 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⁡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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e40bef80acdf1008f339f6bcddfc314654e1e549 GIT binary patch literal 1737 zcmZ8hU2GIp6u$F6yKT4a7NNAZYzs2{uqeFaqI68Zq5qCeyjM`{T^c=FTk8 zW}EB-355qO52hs{5fc+3H4&fW$;4-0cC87^_@IgLfhQMBBI%Ro?(R_R&CEUD`I&p} z{qC9bb5~as!FZIN$&HB!{mGPYMA~5EK7bX35$0^ipFVr?#KOqf;jxR;$)noX(Zldu9M{H(AS3V#oaZ!DnsxxyDnLERdS9 z0RV?x0_^~!)xKeX2(d%-!Mm{x(-*=DDx>_1ez3B!))MF<;}} zrLvjTv#vvQ>dxxt=B=zropaR96U+DXV-9}br5U16Tq1=_x}BTVi}QZgExbAL`Ww2J z^T~M8v_3U6#M6tpqHaJKcBxKtR#tDFUeDaRc;HAj$qrR6{(+`KnYeVDfL;8B(f$!g~_w1_f z9^Vl7gRv)w-w|sdzAN_Zsf>F1|3O@2xZXGPOXpBS0J!NfZddlagMR3EPZE9-IhZwx zGIoLv!vMzMh>l?d0zk?xG7vnUYHG9aDC=UBHMu|yiKT!i`Jf&jSV`SXRZcyc zI=g!4%gI}lce@|Ne;u5xe)Mrw>~DyQG<^G&uZ3I51_JnP-@i;eiKEV)%lSL|);soB z#r+$Q0%@^8_UDVaLWZ*1Zk~;@|0Lik2|C-`V>RS8>7c{R7c}djJf&;~Jonj99qX6xzdCGf;j4ij7s z$Ni2{HI(`dMgBs28ZwISTJ~-ZRATks-K$5c1IfF`ssnnh_W)Sp1FL619XxP65UJ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8856821d0ec171b2d1ab89a1137db8eea2d53ad3 GIT binary patch literal 2329 zcmc&$&2HO95SDDWbp@nI;~>3m*r2vhk*hdq8>o~~N3qfX{)43kwJ*e)T#4(DTz0wC zj|Cn341I<^OE2lI^|dcxAh(=4yCfySv4I>?bPwF0ncbQBX7*eDaqCv41nqDCm_1%C zmHttaqLuT(o4YXht>l$XN?!S->@A%vdCMou{?eb&n5skT1hvt77|< zc+iDZ66E?sBvdwypSo@Hi2=)r90zo(GSPkFQ!1yGQ|^t?WKu!UTpn=IK$9L9v@duX zdDHK;;FP$pvIVoynJ(A&Jd6}XPi4wHOBfeg9d6e*gB(?PxPX(g_?bG3UEd*f_6PFrWw#z-bHBsNGjrGLF zU7GGU=luumlN` zaguM9bR<&}uyblLj!ZM(nggiM`5_0$rA2bo>5Hf#qs;_CEePGnvZOQ;;WkjfT@q|) zxe}X4w4Vk<7}c6STj>=o6`)x7=6catVz~iNy&mXO%jF>^XJmu}cADTG*i#VWZ>>$M zj)%P0+r-L=MI)A8HmcyO2#MS<^7#iheZA!?hK=eR8V#PtxPc<&TyRA;)X8q3$Mt$9 zfwEROeb8Jy<$?F#CPG>GAF?nr`<^K{1vhU65MX~cd>sl&Xf2~{Q7=*DX? zyA?GwBZ@0_61aIlbBZ9H{D#M)xlX_$YG&)8rDoS@>2ewn!3Z!JC5bdi0^g=6y%)R37i)T@wY%Nv>~x&Nqn-APpMNjC zQU4Neee45zSnyMPI97!p9twU2iA-=S^xE)}QEUxpG*DEJ3eRB``JC{+pboasQ((S+Qp+8G&;uBE(7x^s9XaE2J literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e511c8b2eb1667e3fd0f0ce925d891c3b65dc7d8 GIT binary patch literal 545 zcmZWmv2GMG5VgI|9wa#gDS`yewp(PaBn<^Zph!qa(dk;QS?#TzTf^>pHTFfUlt>iE zH;|Gx;#2YkSt$iV6m%yY)m4ly7g8{iXWrN|Z=UU|et(moT^H~5LrTa`pWGQ=gGGek zE0ILfl2mj=DUnQ38AyJ@<;IMUSj*$^w=a)r7rd$4j_IZgLAfc^gB*$f8ABA{TD(Aq zq*O9bdhSU*W{4RjjGWQ$>!wx4?z5J}!2moFPV4E~x~weYpnKZrCP`0KEe#}~^CD?b zfoq|MrQNgtP90>q8fW>(H~@dw+qz8$>6+7ep-~hqr6^3L1emcHwt103H3aiP<<5$u zO1?EPQ6j;?r=rwj(X_5G^ZEDA-O^+- z)wk{UN3e}5ygs{w?lbwt#SMS`gKy2=UGqm@ju*I#FVcmsZFD^WFM8E;NuclX7P{qw nmz9yzQoVx5nED^F&(X~TO6d*RorfWPa$)BL!#DTGhgI`mth$Qj literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fa61a71dec12b1c0bbebd1c3a65ee807a4b016d1 GIT binary patch literal 863 zcmZWny=xRf6o0dO+51QW=V_6vGN{2@NN!OZ38I8(x*YW_M?qolCOe zga{V4ViD{ul>7sh_BMizS+KGY!QwP2B$aRWVibJE46Ie&@7HsS5utiLL=ldNdY1i{v$ZIC;3La29!}HX396ku87xrkE3mS1Q z{DgWz>9r zUE!j~tokMkH!a`mSWzPTJiJ=Je8q}A$rd8p*|2*owjwXG+L-2YVF}OaTkY{a^(aY8 zxX%d`Q#jR7<8Pwcg`*18tk=og+PhmHFEw^oKINxBbP({;O@X@H$(-Yy4ARhYNQiF RKEwI1FneTFNLidg=WlLv=otV2 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a005df4cff30eeb2897542cbc11fbad98ad296e GIT binary patch literal 12085 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4a45f05c29e7984956da3ee717a44cc6e52326f4 GIT binary patch literal 1893 zcmbW1UrZcD7{F(CX74ZD0i{(6g*CJ_2bHz{i#AY#RnitiYCLMd=;dJd{>a_!c6JXq zJqV#boJphCn6yZI;IYKmoG(h%#P-=2{`f#QCdTN4zO97^()i#vyHH4^DRz>X{pS0= zotbZb-#0&1R|gQZyQ#tS&lI8G`DDBKwuJRBK)8++q~Hw7;vt+BhJ-8`A{YrsC5rGR zc0GrvLR75M2AC=oBtaEbnh^M$_XJhMkLZx+kzO9~^6ufqS0lSt^MaqR;EVYG;s=Nj z%XiLHS$sI7T4FS>!^ayf=<3BdvvAb%jKwo~)v!EFHS;VtvUO_yD}vZjEA;g#82S)~ zc+Cg)BHE5{68n)!z{P1r{6H@#LQzNv*YI_WQ4zm}-i6zn6cnuJf}!WH3u>AiDdGar17+wf=MD1Pf7`mNr^Nw zOvwqZqd(faKrEVuYp`feoiMHHw@giU*Gp@;2w`5>+X`}z*w%%J?w7|UNz(n8oYJzY z%(P+oLSZBoXW0u(dtV(f4f#w~>D5?Ll{?1N+?bq656gPNOli62J5D|)8?fjzdVFLw zo>UE4PwR3F+!T$;EIpEvV;N1;JM@AT;6ltfHmikAJbvkw|0(jV(1mZ|Q{+3+h4;>c8TjjQGQpt_RW%8f zu|vN|CWR|i6z$H4eP+YUF1>wbLngkH482jt%R53H=qv=X71EhHme%ryOP_^7Y4DT; z^b)J#E`Em(Ux?MiypDUsVAu;!!;#t1)rPiG2=LS$xrYR?#f9?TQmA#s*Sglw{Bg(@ zLGAJjEd`oaY4her@L`;~fzz{S?ocHZLQ`YaCKmM!D{~eVTcyV~H^TqLc@%b>sp=7d=Syg=350L_Jp%br0O=0KAl?xO$o&z&2i3uG zt28US;=*lLS#T&TE?cy%IW^`=i>B?k%I#IhtW}GaE1|vK_Q`*gcB8c<;M^%G2nH#L z#sthtDntx{N+r>dK#v+{jVP4?iIpTnejF_*?cNyl#-UdUdgIWW03^YY9vZ{QU{nv_ zNx+kUtGrJx$wn`rYTH)|eD#7Z18X1XDX>n{J}RRJj!Q-c?9*-gez3_H1GL}cFa$#c zokax6`EtU<=maRUM{lA9aj6A>W-b8s~Gb&wnB3=4`}s4 z&N7#Ct97SbtIp0`yp*#|hfc3TsT5bJom(|ma~hZ#HI`$hUe0M%n44CD$<3_R-KcKW zY`W3wPk4s6vA$bS^yCrwRY|r$Ax8!v?27q$mI5=@2f~YhWk7Xh(=IwreIpexct9LF zeTvio8${cr<{N2RRTlvYf8iBFLYHvHtjN+}#zsKcIA(m@W0n{#8XKzbat518=nq)a zob~9y*a`G~Xk-dH#O=3{?%+U(55V&A0_zI}W|){8?i0-yaY&^y@U7&=nf8<~#SIfl8kV<4b< zQt2mgZw=C+Y1B$3n>ub7dRV4ao$5H3@YkJmh8gxI7xD5wg+LaBjke=K_H9bMG#! zGkXaFX!uL^> zS6S$)X`=e&Ito&U#b&Wib$|G;55@Z^@a4ijK*3iRuQtY)0<*=g zqrm5ftA0|n>CJVW^4BuMqGC5ue1_r{iqBE-(;3eL{;*&@sG&d}`zwg_F=>fHRBg&a zbg&_{2>iSPJ=2IZLC>N|NI!i zo^;qB>gi3L$Pc>uMRLIb1qp~-6p&7?! zf+TudJ*f3zSd)B$+nh1oLI$LPb$g9d;Jc5nbUvGOqYnI)v3ZtU8FaI{!gxY?x_Od$ zf$(C${IVrKQEoi{<>I0?zp!|-E17SUkG!h9%I<+RR;`UMie^L*gg?mGpXAyvbgkO!Kb&r^WHZ90$%R{BLDyZ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f60e9f70579e3a4aa8315e2aced2866ca4d7485 GIT binary patch literal 5168 zcmZ9QPi$0G6vp4ols_?6iUl!JOkQhackDE- zjkqu-nwVH!m>8EXbfFtv;6`H;R+^aE7z-=e==r{P&%57k6TUh8-nr*@@9Qg}@2CF$ zTQd9leg5@@EBmwT5B$Zy`a*HztQA+XR@SO5W=pm6wOUrs+O>;WtNv;2%UaoWz8+XZ zSR=4LVSQ`cn%jF=)vRson4Dc~udKA21IQ4~2mEe2S zA0h0Ibrk)mA4hBu^xj3i5Ak6MoL0ZP1WW7)mI#6+f?$b2EtuzLVF!U)2yn^wL7)}_wGgPK za{G)*l>oJ{LoEbqAy5mtld}+DGj1VJ3jreOPzyWMf{TfTKrIAnAy5ke!nFiyL7i9# z)Iy*Z0<{pRg#ck%o=cyx2!bVoV2J=#G9y@GhgvYt&%zD@wGgO^)U|v_oIHs!vLPV;<$(H8E;ZzSjQ;9 zvmOQ}P(SBk;5F1E9tJL;KH*_t5%tL`_Myrx?9zLv=|C8GA7ISGc61-=Dy-vkfKwg@ zzD9l8!@#$w@m_{uGww!Rg>_s7827LayiJN>9e)Bm?_uC?)Gv5UG`DT+=$0?3iiXjR zUFXIpMqfNPH8VMKc5HfjY-3<*dSqgB>e9GeP(**#Q3zM_3VbN&2G-+^PQ!3 zUUV+xlWTMHv&GV6(Rrgix3Zj{Txy-_6c^k1@M`X4GhvI%!`-!;JC7}OT5m13j~7$sw3jB?GQP3@ zG-|clwQOi}XEu1(_4@8@+ix@m2kV!2Z63__?02xIel;7|9M1L*U9XSyq32}Z-uf@u J?&2kz@jv&y*FOLN literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e0abf51c60fea64ba2677bbc6b360aaacd937acf GIT binary patch literal 734 zcmZWnL2J}N6n>LU((P_nY75py!8wSyLKCVWvWieFJ&4rBo-D|cO=dT-NhVIRiz%xX z@le!5J@x8MrGLQx;AO?j8t~-F+v@hzlW($H5PUE%-bw(6*_)U86Q)%0Jos7A8l{V4HxX!)7m zv-~cLGhMKxD?(c)oLB+D46gASx&!D#JaZS@98S+)l0K}#qawgF(kHv*t==cLLSPeA zNKo#?UXa5n-h`U6^SR;K+ca?*ZF?e4Xvo85T#U9j_bC^2q9f1nElkMu8Kn|MTNRzS zo+BAunMkLXWofNWSHqNs-Jrz;3c0RN)wld*Nl~`X6z+wIkN0+tHWY5@*=Z|X$}{r@NCy?MtGA(lxDLM zG^GF`$3;qrZ=lbvJ7K=|?Ek^JNYe*s^rz-|Bl literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a987a2eafac53f6be2a6ad9ae62815fafa06170 GIT binary patch literal 6587 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6c2182479d96da12a4ae2156d5a0650af47ab9de GIT binary patch literal 13187 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 A=Kufz literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4967225a41a81f30eb799d26170f9e7ccbb8e43f GIT binary patch literal 973 zcmY*XJ#W-N5ZzsW+~qDIiJ&0Yurvr4oE4C$A_OENO%w$sLc)!4?7i5*U#xu*KBb66 zilpMY!Af;4 z$nvtWRixsLBTKsF)?GEKlf(EaBqu}=i+aRj9<>yqdQ50N1|;g)q|MTSPV<JOmNlQkNp{%h;WmsD?5?6h58? zI3fFB8_jHj_QCwB$a$WmJn8WaDY}<`AifZTmTD%#UWSwS^*hr~B4Ns8+uSHz-;vRV zOm>BvXXbL`y-MVcFuQvq-ZR5s+f0kxPvR%t#m8nAWTcb1JHwa9ACG3oP#~oWGoy7Eecc55t2{n{1U>Hl zyMam9KE3(5loS-)FKzTQpF1(ffjo&}6Fm1ty$Sx%NmG!@VY!t`9>WS^H*{db!sxEU ziuAh0U=nvL=KwO4#koZ7rJ4f4pjErV{1$c~9FU9V^yl_*d${tgxgckuWHigBZO2X| zY`bjPc9eMi5c6r<{?K>A$(x34dx;C>W-60Z$h?pmd@XURyp7OCz=@Rz*}x0|?|-%k za7fNo<3gJmF{a%ezWznvF;<9vt166|OzWJ^kD%H)&9CrLPs17OhF0o%kp}UO#Dz<| z-?e~>=YQ_&=2GqAne0Fx{*&xJz(}E#ekc5g+CEzTw01zR^cL+LtqkXnSAP>oE5g6G CX6SYR literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..568e2432289a616597660cd6e4abfac141527706 GIT binary patch literal 873 zcmZWn&ui2`6rM?Dv)#}wRIq535~v3Qn%EzBl6ok%RAK2sknX{l%}jSwH$RxnRctj{ptnl#FY(eIM2+>-OTD$Og7)OgHrq=d%$x7cd-KivX693|s3Nd$wFUP* zM(7|7dX~>X=P`f{L{S-0Or<*Za2ewi%XO(N!A$D1N6G{vCM|XOdK9NKm1vGBRAGeX zFT>Izp?xoNJ6TaVAIo~7c~gDpdW>sM;0yL#XrArcRmN{|E`s4Ou@BnoGu!F^pWl}Zk%J2M5)D2z@B?g7G}PMqa? zeXU@M-{1{UdOp{}P0+a_wInJvbAV(a_t;x#3sJcxQ?f;9?k(BLm@$g+NBJ4nmFBIG zyS~swjcKfIhpDzyhoN0RFShFXRlVdM0)Mk`R^F72vBgC4B3ARH$r$5fNyg-litx|@8vKE-9w|ub|AL42@bIyu;EDB#BLvgC Xxm{yw@7mp8Y0#08bfuf+7lG$LNs;7% literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..badfc2e7be5c29239ecb754a011dc6988be9f8c0 GIT binary patch literal 28984 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..33d8efaf2eda44e5b073512bc0d31ce55ae544d3 GIT binary patch literal 2498 zcmZ`*O>Er86&{j9?*EVe|6FA)tBz<(yZ-B;Zd_DyBt?xPyONW_L;-?Yj;xi*<#tH@ ztgs8KZQ5?q99;BZ7eUb+Rk(*9dn|nIMe@4Pinak8J>|BDTqMw`Z@A<-2^<1?GxO%n zyf^QC-&_4Vk%%Jr4p(m$eiuUMzibhFqCYt*aR}W*I?_1%EUQ52(31$x<3ic`C zVpQjpFjz+PP@w%a2R_0^)Ql-HGp@wVgpx3mN|Hl*ga|9V9{mt2DblIOJwHDJYtE1q z32sTXBklri!ss@8lpYSjPLG}hDXopSJbzsVXFf%G>MueNMe7ut=_6f%E*Lpf=E~eD zMA9TeI#z^HL?i9!Vl29w=#!sqqAlSj+T`T)=gi%L%()R=bF{pn*>?Wx5eWX`=p0P$ zL0T0^fx^EJ4^sr4S1=?}(uKER7Ye~EA#aV@x-80)+xzoEQMWejt5(sr3^GGBXPpvz zd&t*kR(wrH+t3Pzwrr5>jLUC0Zp5MMBySlOU68|WSXGOfNmSL1s;X(}>js<0RrQza zn&Iz+R8_a~s!ApB?&4+3GTfA^YQ>`EXifnlfIYw;`Wrd|iH?_ZtCmS})LPD6FXvY^ zYF?+-8p%6$?y9NJSo9XjWj9E1BWDzrbEUGgY85YL&tJ&d1&2(OwES)D7O``sLMf+$ znQqY>E#y~o>SpWF*;1J@e0zdT>^DIC7QMjVf1c{znX2JB?rz|*M(@zhT+ONDp$3*| zDmVdENz50PsYc85mZlTxig5A83)`^;%gOjYWbBSiFHBC&PpcoyE#7#4a$dbLz4+eT z0!*$iUb{NIv^2Lc>n3N3ZatpW<105hn90$5f#ovZQ=OTPD2_$`hBv%)#yK(`IIwe1C6 zsN#x1r=3`^|2jgq{fZUwb#&J8?Y9xy;_M9g`YsD-2@p-nvq%TtUX8kV`xgjRvC|dk zDnbSST?$%JRjNo!=oE5TcDxTr7Xs4p@M@vT1L3M|!iBbf1DOwsm&vzi(Plw58qN6M zqL+UAa$CXleuciprpuYhVx~~E9j%xr8EfS`%(CsPZcx@nXFg|bxo~h9A({6`jgvi;4X(;X|;u}xc^GV zTjGZ7^?aV#_A7^O3~mDgwXO;W9l>U3@smMWUECAkIN+8VTpF0uQ(z*)pZyOIJLqK` zbq@b&xF$7uF>>PRki2`kK6Jh|-{>8z&AtqyWar&CA9Y^4Z#Xg&V29TI#EpeJDKw7er1phEA|h zhCZHcim*JkJ0R#!5>p}cFqD|;6CU<*AiqIARx*!#gD|;=UPrzPT0$}h?Yvb2j*ft- z%~+c8GU(;V6D(Oa>ohy)X_s8@I_rn%bsyGkO$}89C-g zJ9=u;VRGR9 zL_ImS7asc(i=uRdKr}NwV*lQmpBy0=o97UY*R~%C15a?*i`3bAYGUV|XZZ9B9I5^E z?wz|^_wM}hPQ7nzuUFpf*o&ThjK>dgHmuW~5TcR%)-vKKn{ o1roXbro?+b{)b>}hCp*{cf#{No#dxR(ZkW?)DMJ*mpG9B2Wo$3MF0Q* literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d05167d9f22e35bddf7c6db60b19158268a86c6 GIT binary patch literal 3581 zcmbtWUrZax8Q-GbiO;SjCTMhw%3_m zLwqu7ANmkgJV2!?cc-eQ5)U~gkN3b;dAP@``ocmmWRz1*x`!%nY3Wm*ImT7Ikh+S=!YQU;<{rELfJ!g7vpd ztTAu#G`u1kc^G63$pFTeQUF=!z`Y#EBmgqa=dxJ9B;u0nF`(9Iuo6$?7n2!5T$knn zOrs0hWI`07kj%toAbE_)J|SjgD5fSv0aPaQ`7A(|Ik1uj85xcQF^t0!>1WB7)oPQ~!zIJ&I=Qi=!?Ma~*+}>c=CY-#ch-%D4I8$%xs0#&a%*{9unC6G@Ggah zQvamlZH-4jXZMBj+G?-bec`8LBQP~gztb_XRfh6NWx8~p)dDThWnXL9ztOS3RpzYr zDtjwtC*eBN9&2-ag5T?SetrgsrxkzSsn=C`w&+cRj_Gney28{^uhTJg>zJ<8qbp4A zdYz7GTF3NmJz8b@#s8Xx%Z4+#hrgB$>xLai*;CJ5u$S_zdTKaIf6!UfTfeH}TVK6S z=i6U(Ox}8Qg{i+@r(=4lV;ZPOt4u5ZXOtQXjRIY-`C zK}&`$!{!Zq9v_^u;v=2U{(5wUEpv|FBjvUKB|9A0nz1sb+7}!(d12W63xjX#&F2i2 zH+w8`3SY4^@w-6c;@K<|voMKE1*a7c4wnl_OaU%18{!i2R7&EO;t~)zF~iBLfRjo! zL*kO9d8u@GZ8i?K09=v$>WIurDz2wo%s$rY&8HqeSC(<&GN*|pP8PX@m{|i*CPQq{ z;6T+3Z-tjsDXyok{$bVyVklw3cB|I@gi|FRNJ`NwQfqK6H9~P6853ga4efYE6k!jC z8rNY`2D~KaQ$Rqr(o6>TWk_lXYMNMx&PAg9OypNVem(+85rVijQplLZCABFnt^q!g zgOUh&S%g-iX`To~qoKf!ARi6RFGRzLxfz)Wq6Up>VOGB^m&NtEw98~B|mNz_)0SQg=W913{X632&uiCZd)twk-x6L(dZQ|}Nz5t&|?2_t7MSQdF4 zrCd6L>^DP`LB6yE*;kW7*;!wc;m^1bC1U zcyXCeB{KlEl|+&phjK+|D+yIV%Up1tUkrtDJox$0{B#f*B^jay3CO&hlvBXd1W7T6 z4iaztp1Ch0lX`^6f>VpUgOEcTU{?enp~l*2btaP+63rv}KBDu;thvpk$t%jFZY4G0 zJxHEc+nc+-RWS{GP+aoO<`b)Nn4X2=9gvVE-$YuN65$H)dDlQ@&6i3p`LcO=Rm==} z`v-gy&b7WQK8yGYkbK!>*2iO*AVMEZCRTm?dg-0VLo5UkKyNmWoGJAQct!_Du~`=U zlWyTu{tflIiR$P+rFu=hiuKY1<^kAReBS)l^Jey>g*|TRP+B^6x*nO1TD(8Bun(KJ zn|GL_7WWT>{s%KBT;C~m#nHRfc+!6LQQ(VT<3U^d?(lKvb*1zALEH5gm#^#&J$d`< z#M8ljNl_U)y^%i--CTY;^6pLd+Fu4A@aVY{F8`1kI8+y71OyN>VTe{()Ks-GW^uIe{~r1@1+j8TiYS*?V8HwRaoz%wLSW)&x)*HTUl#Im%?@x*>}&?j4JNY z1LtTZy8E6FlurNN^x@@@8e93~XK#Og@Avr=*QH~ZS8;iZu4^Y3-`Q#X@}erbrns&Z zT?4A$x~*qI!5=3#g{ zyfai}J^u>QI0OFKiqq#5=M?2}AT$0nl9?4qp6`&n!qsa}y#P@=&RnmSxn7dFUXq=I z1Nd80s|qBES-K2ebx^IeK=Nu=FIi|OBa+WwQIJ$Qcpd+}v5w%cFqZiXh(- zyX>80Q#b-lVIWc=AQBK%G@J)EPGALc06!*g>08mhSeA>DR~2zk1c=}0=q1ThXOE&{ zyD7Sdo86t6otfSJX7+EA6hP2wGvn${M1=m$Ce7wbV6xMS5n4kEQm}^7toLX*=Sh2V zT$;=AX&xhmQ+Q3tdDC8ZENEiRm-glSX+K6DM9^%sY4nF)@os=!*3v;mBq7B|JcK6_ ze4#0>3;67x;uZgOKHZ|kT%7=slpqO%E=MF+?o&e7g>)-vQ=}_L5TeH*mKLo&7fDB4 z-w`Ezr*+R$J87SdGoMd4rLC#qu8Bg-ex+RrE0H_V4X&a4gGK=taJ=IYW1o+6j_;gB zXl7C)4*$ApT8=O_XK3UR+guzweofa6S<9GK+~fGNMAKxA)DQVuU%ffTsgiT*@_J<2I_tkjBN$_zB5DM z>h~vmP9DO4KIj1ov8aj#M>nNwO7=-WumfT9owA$E({Rl;Hw%nsTagD?3Dz!X01jSj z4=^@r0^l^d{1HMEV6i9`eMP?q*QNUfW@E{+>-^H_8<~Sdl$H&qGXHI2eI(B*py>rhiD@{smUt}%lmE7 zlJ>0aNfv-t6qg5iwEWhO*=p?b2|L$q!Nkk&*dowBJnQ+tv~SwN(>&LouzZ_GHaCjm z+-@>JrO0Kj$)>tMXd6Ts7aecLFaUkj2U8boP$f)@ss?2TMp?Q#98{Kgi<>F5lW|#v zbVNm+R~2H?ZZ?xNHBaQdH1fMOh?OK7VPalpPGW2rbTbSj(|{<6)hmN2Zibo;&k7n) zuw}M@awFH8ly!!RJdT}XLAA-2+2^5Ny&hNlRpxuIFEg1{$kgK6Ccv zSI)iq+Uu$F7cTzl*P~;Xe)HQm#?yW7QfJ@)SbMFo@W?H#xPc)&7LPd|N*u3MFx31s zW%YovcZISHcLbR|RShHw?#t8w8^f0)X7!w*YJ{?+aX3Jp!>M_zfkb{%*ERQw*?#kx z9Fb+V!rd($bd4Jn)IUZPk`=l5_}=%6oUY7i_R1YPBj+pUke-KS%pANp*3hY9K@5Fc7xxX*R{i|_lgC00K5prsdp$p_y_y`8$( iKK6jWRO9_igZE-b?;iUcKM0)qJ3mqnB7UE{k^ca6Nk?t~ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..daf2d552c5662cbf4498807d28439f89fb830cfc GIT binary patch literal 1616 zcmZuwO>Epm6rS-wqg#3kv@iIm~!@uF@5eZ31W0KGor9>eglTbMzp~~nn*x_m^ObxZ&B|^j( zfYoCy(OWuVnSNYBNXvjz4Zb?lnR2XD*T=NlOKhbzF4jU+1ESW(maPW(YD~PF6Yu85 z_Eqe#ev!7<=rwHfAEaW_LS6l6EvRT!QXd_L%kcAvFw&wSF-;5B zI?tJvcl;a#6U>UFm2xX(EVOcNvArBDKn2&Ot7{0eq7<(I(uEM90%Xu(!LAkUSbkdi zb|^S6(%%H%>RSImZybj`k zoG5j@K6r%~mj{ZXZ_*#O2L$&Y!+*44K7+!XKBO{EL3hq^cv1hbs{Ac+6>Kpl`7MZnN-2F# zUOqKu=_WnAb4qX@yhXI;cl%G&h3DGxpY`TL%mBH50V&7c)U9$%ZM0>5Q!2im*ng{>@ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fd61da1a27ae13eff41199dbf5e7c24c48b70d8b GIT binary patch literal 12330 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 meu>+Sx?G(Q?@AE5l9+_aF-+?yu7<4MHsMY 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7bae76d45a750688b3fd2b24df0619ed8953be32 GIT binary patch literal 11866 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..42af9217c0bf83c2059c6667cebb0c4801d65d27 GIT binary patch literal 5626 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

9n*Zr7xPPD zRbR{t#JXC+ji0RF(#pTjHg9R;HKWfL_6H+AUz~@Y{A-!t$M-|w`g>>QGUq-y_wL8P zd1daGzqo$x?dwxxb3Z;eH}S(yUpYSatCQEyz4X!8(HpP+3}oh}UY~p8!p9fi{N&U* z>^=6*+&eG*^LG<-Cx7(mZ(sd%;-?@F?bpv;m^*eFM`1*8;}J+G5Nuu&5(XJWb--uWc{;<)7{c2!H?!rb6 zAgXZ?UeSjqHR*-7MjNU^(@XCf4l0 z*7f8xX}qZ?EIw40;3<&S{{?6@g_!t}aJOmm(!G3zFkJb`RVna2z@x@h~&=8Bk$u}yJ#0@-

5F38Tq+912A{-NjHkp(Q~I|*-1 zjm~hc4|!A8yma!OS+nO7zv@bzd%EQZc|ta`Ti69c>U-FE!sr|+{)!QN&kGhfLY?D7 zWKH^Trft^NI!{<#Q;LD^@$mGb=V0g-wg-pSZe^jegY9K+LZz4ej1bc<7S#mOo5u%V QsJW?wk$DT@-87i{53jVHhX4Qo literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..20165ac4282117dfebf45814231e16a03e7621c6 GIT binary patch literal 26578 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5a2b6a68f00b032ab27115ca67fc72ded46c0bfb GIT binary patch literal 1709 zcmah}&2Jk;6rcU_S3XPvRY9t%Y0@Ix7;ipE6GDUlHx!T>RZVihfHrII*xs_uaeLNdC8EO{4M3Xz^DVQxWbsu}GC zpJe19wQSaiwc4mVB+!H^g=wLTMU#_VF!m5Z1<67Mc@6$kP>4!2OJ0OX5(!)Bv(?Cs zSsIC#Wh=I;K8ZFfB*;r|yw95y-V_<&Us-trvSD4KFJrKo%%pp$|$Yz3h}WI1&M!QKdcekF3zv4 zV9#$lBzG!}2g>C1<{>&%1Jxr=nZ@BBEWt$*ga=JV7{+NuuhJUP87=Dfnx(4AYWEm@ zKuW%+=WEu-lvRkH+aT_S?$|}W-t?=~oykp2>z?hCx9eu8ca1JW$YbY_>T zx~R^Gs>{`zfl?)#tylVS&4Fi_7c&9kdvqK_SMamM>kpNOYwg>;k zmr8MH__!~+<}I8#xYP650{+m&tWpe@XEDiDa(I1x3|wzbO-^Q~XR_0?vzf8=_1xLg zmdc~2Qub8JFn(^9265I2HUcwXPNnz{l)&>EPmE9+zKGJLcB#F#e{Fwhf39<_bGviv zV5FO#=q4uEtFY(-O1$R+rSKy6^9|T0wFVFZzJ(eX$meARkdj+J=c&6vm=DK2i+-~Z@?E~Z8qE@QeOeC*yj%gzfOJ?ZX0%aPaL~NECF_d z^%ZdrZUxSU&=LLMUy)6nZ`8VcfrjUStFVWc0Re2hh;w?hz4qgGz{RDX?jF4J^v2<0 zH$B%)%n6j2GebebFkE=%3?oPxMvYnxhuedO@lC^YqDb5@ELsA$0^kK{!!TW!`lfGF z*8^{&&S)J_hPwh3W1~<9yUYb|T%ZZO7=N8aKon|*fW7EhZOX}`;02{=S4%NaF@`OUiRRv0IpI7C>f;Qm?lr-{W7uJ_q> e$m0*B$N7G&NRsp`y8dTuOqy>m{DnY??f(WxV!8YP literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ffb05e497b72dca8e1a727dc1cf4e48bd1eaf20f GIT binary patch literal 8595 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 L|5bx?$gBH*>82n2 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d00bc79fd00ad403fe5d810636b3cea0fc6d904b GIT binary patch literal 113801 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 NT{Y5YE%Zvz{{ea!O&8Is%JEL@4c=WdyKd`} zRs}^UNJY>~eJv-bDnyZxXiv0fE-605tUxV7NEC5M#1g|c9Zs_5%tSu$l+ z<_P6k5@J$0Vn)@d8B=3sT#cIvHNg>{94ETGO!Np9uM5HQYO)qh#~z@O=Dp~f71yw> zeA(-oJ2gF_jh~npKl%F9@dq5nIWPG}wNi5_n>5ZE7TAeNns=&4&i_~bC8~yKWms(GfWePbYzjnG=p6;%4>8X50!P$ z_ws>YZ7;r=6GPs4lE0NFGwN2EHB|^H;UmCj9A#Jkg=$g-wrxOF>m07qTVWq*-RqXQyjeLUWqgcz!24ZtBNuR;1Ys6#8_w zY|LkYYbDz{oH=+X>liNGU&$BV%@?VYtr(T82E%llWtmYZWeXdKW-2u=s%eI0xSDpZ zuMKZz!`BCyIK3b)lIFnkE8?Y|=I((N@soH9d}K=vWN?hYzx5Z0lZ3-MkVVk9w~IaC z$BJ!hSGYRIks4Xz7dNhR#|U?W>rYq}W<@)OhwAlkpX*`$&kIZ3V&cE!cFt%?*qA>7 zPs;lM%N4%Pedp43r$CaQNRX;J%z)2H4QP;!dU>@KqqWlV=0*7yanP9 z^3O%GE|X;Mr(++FttR#~`%?An6zjSrP69Y!GHifS(lL_cScR zkZPV#q^=KV2oxK_&>jpW%*}`V3Gjp?c7&%Ldkz+Jj)K^N&2TfdXDu~)H#Pd@k*~+D zjWtp)t{ne4HC(qZ+gFQUp1CQ0-*c;{kvg%GX!Z=OMh6(eoaP=(Vo;R^FtV=EXJ5wDoEk^`xe~SIw8hNJP_gy8u+gN_ql3zic;dfhS@k zAg&QVE1$Eh3%w}tA$2H-W%7`hr0BzLUK(5-IlNAwzj@;J?5#;(U7dZqg|78zL^{Sb z`;~RUS6+A}Q0~Y2TM~NK`($a*k7JKv=ReLtzuY3KVyb>%8M)p z-)Dy8@ggBCKKdO+^y`O-`}GUXGKwZv-9O*s=&M1Qj)9;?yH~kQ@9g`8R>iU*uo+iVTGS literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6967563104b33cd6f8dca7f24efdb170b19230a4 GIT binary patch literal 9234 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a9ea9131d9b2496e7d0e9b5c505dc3c1166bba2 GIT binary patch literal 10937 zcmb_CTTmNUmbY8oLP!D$BoG+ev>(LC*aE+ZU%|m3W5*aU;PFIBMiJ@;%hm&TH@4B> zEHm+LVDoY|$(Y%hsqt*>hn?(JDOK~q)aD~wwLe?CACjFaNN;w>sjYo@zl2H6PF(x3 z=iKg=1Yv9^lWXff&N=tod(S=h+;dO!PZbq*0_n4J&&U3=o{)dXhMCHY%JTnM2)RMd z5Rr&XoP_j}2{F)S<7~nbvLv_=m*7Ku!WyzB%0gucTgb)`iJY%CnH5XXa^Xcn{5+bei(+4yxrt&5@loXdx&jZbFKs=rwTri!ie$ z))=^hCZt%3wFV9+yef%41J|(%0Zp;az&*PLuHL{MT?4nyz;&;IYcO!f*1)YdaL3oc zZ7^`pt%2KU;Ck1agdeFtVv%qk$$JVV2SCkDb@{e8oO{k>3j2Zyw}LR-fU4|etq^>z*i)9i~8_>I8t z68uKtC&SoA=ipFR=RhzDY*!>)<1z=?4UnIo?R&_S-6rySgd*L;Nb9*<Z&$Bdr6I z(Q^?wF(9YTOHoy6?MjHpQu3J88n`4SFSW*FBdz0;>bX>MPhi*XRwbrNJI5o@3z0EN zX&sM^w}ydCOv$ZsEPAdrstYhMKKamgI37uih>;Gt5k}mCL!&1Dh{zkDc!C*M(D~{a zc9Az?hRkTT6)OT}PsA^6X?WrIqd7KxLyla-3%j3tG|Q*HAxm4s3rBXf?LBbr(QLPU zOSbVxvjw~GjYMjN+3w!=n7R7D71PJebo)xChG7CAA*lLP{VSnz11{Go@-uJ+eqkAc zBi{FrZFoUrI;k9P!}%YN$dQDC{e@Nf1tyIsF36_It$mrAOj+h))_-8yP`4)^QO3Dy z%u!wRJCN&I!%>7W+?mY2%(nTeY|Ei`5GrumE6ot@^?o?NNZT*FIkhvWv}OND_~sTxz`(we%B-l!oE(Cemo-zQwQ zEoh7y(7fhlMsLFKvHrnRox>|G2)wN^E$@aY-T>Df-TM$LG9in|jxixlw17)wmC6j4 zh!goyPPAU*LN=*f^oeEHxPp6Qrx05S!~u{xv0QSBcKC530e8xAjW6`50DS!_yt4#f z3HX)0D@wS#=y;VS5H~V7xGQ={s!u`plg%ehRuqf_g5Z3bCXj$*Lkm1mpUKQj~<|WGX3) z%dwt#VoP9%gB5Ell) zfz*j{SVC%4D4`W1NfCaqCRG{(_SC*h;0e;6TA9IKeh51jn1 zC=xor?G)HjY9!y_JVvB%@H0=$%%*>PDI8P91ON-nqI08%MXu9N$JYC+>zd5 zY*ru~jwNGiI2gE{S?7kClXG0o zxnVB-sdM|11yEnn(O&iX7UlWf!|r! z9rnepp7+u>xBiXeQ{Ud1;n|+~tvP2$9x*c&c>=|kR^n@!aV*w1{L=SR-!ffx_vtTj zjnG(UpQ!|jy2iOzKoT$A^>xi~Z#utv;DVkC>cF3^@APpiwj6Z?f6I9P-hgM`6j7n3 zr}G89H6g|48QeBZ+C3Ocj)94ggl!{IJiaa9XQ@av?r5;L7rZA+G_I5we2qi0w9}LY zwotaqHIPk{B`a}z-aEA5*^={Yx$D}RwQbd1_rh5MvOjLdji-vnNl;V5Hhkr56UGf2 zR9wLE{!>BudobRL=_7S<`q=6R68U+|=nLc!*6?{A#d(?ub)8BXqYJMwud#TO7v)^E z5Bf8IhM8f(UbEMnS1q_B@Uxib{Vj5po8r(@P0yFEMV8_bH3o(k76rB!lv6FPN;kr& zmn#i1LaqqSU<$zwe;*9xs3NI>6()4jL_c3Z7x07BG?o~4}tM~hE0T*wT!38Z`BV*W!IU(q5eU1 zVa|3Ac55!9eYCUdBn4O^BVZ^EXm|hFKCRqnoEgB_f?Kx<~x2h#PP1@HDd-tF_gg#!b*0|TFX zeRIsa$MU?zSN(uks;ZZ4#9ei-Wyh_HAM8WoZFjueGGhzvJ-POtQsQMK&Rc-^D{3BJ z?cCJ46(SBY+DaM29e!Rui}k{iWC@!hWYlU2FTZR!tr~}GDIP#<4I>#|1z$~*{5nT@ z_0RYJ^~qdA+wTa}m(~$a?K_k2{xDm;Wu|P=RXbCuTa?n%iRwX5=RZINE<9H5dAuE* zg5cVesW|SUs;;GgNmmITm%S>L+}tIKWcmt2PhgdCHl_-KZD7;)sBHjSfW~_QS; zw)jLMxkE_NXcUCPCWVM78mAh~hMc-wa!A)a+y!F+S_jA2uS$9Fu;kc>Pq>7)Rt(|M!C7;eH5|^`1G^Cy#)fWwbLg>iTWV zDmBwjj;UIes7zrs1*Zq)l&&p3K1KLN;G`fsxUQN(sh3=&!u@&G`h}|9xvJfn&aAur zUTa%s*9Q~tom}v?-0`-2+_G@6KXmw9VNW!_>hw=Y$b>YDd1EYv=ot9=?? z^fia>RvpfJ0P}T4#VedD>RzZk$z?qS4(6z(L@}83$5b(N?;JP1u#tr;u(&mkxGb&| zcJq0X#t)Yxwst=P)lEHid9?OL^svq*|zPT0R%bT?p^0y%FW!(?`4J^Svu z+OxLy@7n9A>WWJdnVv-@Doawb;Aik%y}{1GuQ?ig6g#9V%*oT{PjKq1Jf*EU&(^!H zrmU@r&KaE6bE(VGQojuqhAK@6D!S54F|xPBB9&4D4W^>Xl+bZHt~4*wfj3w;1Y_eP z>|6{UhiG_oH4FGH`Z0A39q&II*3YWuIDVoVg7fq`gngwq06knd9rI8+a5-U}P1<8h zqXhUfAXb_nGrY&!BKnWpbDr&YT?1L$z{ie-{r$Q9{d!B6kyT3Kdv%4BaBWmdQ&7S8 zoZR&IJK!<0G35F+`@O~uutJU-f^>c;Nin9-r*$N*3Z~|8x-hGPeVs>pgW=BJ;qXw` zU@+JxzW{UBs=H4NtwNaMy#)Bu7?5TMzG0njy4sX(5q1;lF+4#Y9FQ~TZz7kqnj zzP-P`u+V-i*M97-rzh*|`9eqR%lY=*^|WW5`T>&h+uhny#s}t;8L$=i8k3F>Nh(z> zc(5n%%ZzY21|JtL3pBR$DAPp=%$UP4C}&cFUTbop7Yt;kxp5B#hr?%2^np7T9zHSL z8#D!q3oI2VU2*Z$(jjjl%{s_Hh?R!HY0G)rGEG^}{=2RNS=)iHn;U%aP<7OwW#HEW zV0Bu{2Oc8waiF`+(pRj;snQkI&&UG+D}Bh6g~Jeh35Sd3(Exmegw>EulSP;3?Wx(R z1(%R>30a$<&k|>4CRFe(@LR@rk{K;{(wWMxwO6J4<);5kS0ldy{K1IeDyRoczpj<( zu7$GF@Vmodj1s{uPQSsy66;LGUXA%Ruv4}|Mq>zhD{;EtK0JGP!Lk01WBp=v?TsDp z?6~XP2)?UxgC0Tn@isqtuHDc_?t~2LC8dR`>qe=2^2Ryw7B*B18f7Mh`Ga#?@&t;T{s&kX6i~~%8Gh58XPH2ew{m>rqEE;=(joSdk~DImyHUXTHpJrs-l7G$M%S@Yn0 z#?dHX$QVi(U49p+{thX+r<)i`^YAhjXR&{b52xL50GKU#H&Gd){MiZ#1 z)||$oA&d=iZwJ7&4e<960psr>0y>j0oEs^L!cpj*ts8e5n5NO_;%!1N61+oX_`*Om zS2!F=CQ~Ye{h%-04|Ryb2%>z3;=4Kr2TyeN1jB>D;WLA}dnl(6e+9Ei%oNPfkJaDF zBUlS#_A+MYAk!*>gPlXc@QJ=~?}@&k97hCt$uw>*zmByxF{4%q&yDL=jGk~9t<4(;^7jzfT6rA|zn{>{L4 zSid|wWc0DnswqDOeac%HhWVV>|AjbyOL`Va&pnHE!Q#nTJl8MXv26G^ZvB67d;W{G z=Sce(7WZ$tjvUwVfU|C7v&3`#%rdbuY~D?p4?#qJ3%gjqW%{}6T#oZTz-E@z%{4)! z9Z2lNRHk@q2}j)HLVxlKp% z^$1!=K}|WXDYvaB-+-X?6tp47ZOAn~liz@#jU~J~^Nk1+C`ib0LT+;~zX?ED;=L}; z?YU{Y<+&BTRhJWXXB&3sYWFOYDu(^v=A$grxI{3|_i|)!FSBHEFgq6Q6?s~2YPuP{ zwfAQ1SBQ8_v{xH)z^2w4vq-R*Ud1CHrIkp$k~LO8#7zxnUA*R uHXZoXc5u;FJ;S|ipS54#^QLQw2hw~6;nscipvMZzL&KkcUvKYeX>c1yc7OpA;0b^P0q_#36O=@X1jS1yby++lS(imp2W=T1Vurv_0}M16kmC5# z=2|g!Vshm~WbDM;O`KpOCZXdbtK81!uKgoLt^J{J= zcDs!);)|uCc=33#-6q<2N0Ch^o+`_AU3=a)ig)e2lgjWV@Kaj&vr=}y5(Po7oXJ(J zRNlAenTxSf3v(NC9+O4UHEwQZT_y)aSW^4z{)x5)A*+B9-W5EK+R~d!110FVc>$RW5ImR!6wdV0A7>yKA zp3$I{GM@{qrGlTN*?T2=-;vJ&G1ejiHAm-EUXz*LKx*-k#Mo5}i!*k~!V;7{C$44I z&k`|w5_MVU#NTAJaQ+IT1@q@qjIQ^%%J_EX5p&$889xjon&&=E>2vI#VLj>i=AO40 zrMuNc*{aO47HhW9Hejz)_MEZbVEwGw=uO6U6!`9~90hJZ4c=zlYRzrNtSj=Z4cISH z_8bd;+306JwSNT}Sn{i;O!jMx(mZ31`EN5Cu|(A!l(eup%ARA(ujfZ7T$6Wj6d2po z!oT|q==_Zhd;TV)?^!IIXKca3zQfpE3wwV9x!fbG>f3Kka`?L-#XO6Hx*noX( zFw@Dz{~7OCB zM8s-=zE7BpWq*EbM+Rg3dCuZOsl3Fe1rqt2ve6^&$$XFeK4oNb%{o@6S@SOnbmni% zC{fVE`N*H~#)y|$Eu87f?s<@a*?7;-(L^SJ&$h^>6q`yrjc?*h8VO?og%=r5elh!IS`Jx_rp#gPP4nZa_;ptraT*pLIqRK}cjv zW(7%-XR@VnE-EBc4(yrb5?SX=OjHHUB_>iyA)~CL}sh>I5dId2_8?YBmuG!=hv>(Nke+1jte!ploGM7Nj(Ht`d>BRBEj% zD2l9To?NSNGtEh2P6m@DU^^^h(*n3 zrMxhaj%qblC?+OlEnsCcoRR?Th5eZeaw|n$t<_rlMHEpLVL5V(#g>Bxj8+bUA!eIa zMvJN#r|ZSmoK9G)q%e+t|94u`=wB+|X=w znT;qmp>Pqw=n|3RaZW2oUCHU*tjmZD7Pe~*`*K61#ohyJ<$b-HhxJvtXgH;EifWii z>j^F{WIcvHBknbCUL3Zv3bsSwG;! z9hfxoo0n}tqhC5L@>#c`4s(IgLbt3@G%fR_C<)Ym(2|yf5KW3kQ59~%dQYX~LF`C^D>K#`Mjvbn6H(tH+*2^>usF04(; zvI?~dtVJM&Xq8x2MO6|sx6!~QRZ-3-IJUW}R2uygkfuYJ#+ugv=A{s1NtL@5#^&n6 zX3euk*jku0;^;MN0>Z6GSe;D@n$OBGWKFu|$w``}$|g7^M2*Xqzy_S{?$KP7V8Fsb zQKdvDc6aw4Z0|YH-qqFHip`T^LQKUVMp-lP_O8Bt?LA$sS~=~VOhYVdepn&UnM#Ft zAqClqxkmHmDUCRK0BUvXP)L>Ggf_|Y@=QXKIoPauSwZ5GDKNp8CrLqx(4!8LSWO-( zLYxC@X+q62o>Mux`p|n#Un(gk60pV|$SP_&1?{Y!bMc91IcZ~U4s-+{J=CnOn8d?S4` z0e@bAwS{k{Ay`dnB{2nAGA{(@e_UJZL#v?)*sBl?1r)QFwl-{DNCEEV$A}i^ULz*{X1uOTfj2qjsdiVLD5C8qgA_ zL?O`Oa4HhzY<*HphQiZuZpunX5hF2370d%lJ5^S@u9?kI>7b2)^^M>uB}CgiCzNP9 z4!idv9ZG>bj!zfI^I@=nwPh<9rS(+SL4PaVv@_i5Whq-W0w;JPdinypw9{3|I@#!1 zCyntGT?+6D-V#cwUbypRok{4VW-A4@G-2xd@7ulst+t=VI%9HN=v3s1&Wp2=7^lQ9 zD)JQEnp2%8jS?vvO{5Ue#SqWCtTbl<`xU7Dje5nZ@Ap zsP1YbyBOPzQoXuoD`{n<&E~9L2rTltcL&+SNIN6Te%-s1bTAUKIbCyOi+ES34FK~k3@(?g`gQ+4GKh2t zXya1f@~sDs&w~1tU#j35{VK#eWY{kzB* zvdh3=n8nfekC7{gt^(S$G?*#XoA#1x$i{)uag7mPM*0fS+J*FTAS38?z0a;AeHCcK zQp@t-YOUUQfP|60X2=FJF}-d-;gC)Mg|U|T4=<1iA|4QR-i*GflL*Kr4V9C6V+V;M zivep|8p{Oq=1w9an=<;QS9|qM2gnVi642%)A=9$Te>R|RK274t6TqwI8|MS}8W$Sx zHW3+d5^&Xmb8#r+(5pMhO{5CYn)yTXefJJ69JSWEK&`qccEob$OQG8PVzd^Hw=}-nZXB6z4|D56Zu<)^r&95{n^{d zju)W@%E*Z#j8kBA3l3yFx_3W0iFCk92a&?JMP|WhX0u*%fD9vrZ;NJn8Yz4^r11nB zxppUc5gB|Vq;q|^t?Pk94;&%q5T6H3L;9ND&`B;JgAai;`W98)A0#g!y9A7Gh*PU$ zdi`NCf)qaavEBoELn|3W2A}p&<7!%OI6|%k!#4|Qyz<<>D7VH z0(1kuj2!*~#-hpWh6Jnl)?@!>2P`G#Uywk-;Z2^L$fC;ZvA-zG($|s0hbd$8`1R@#c@rsogmSv?Ox+RQo0^+?Mz7}!~**GxF@B@0Fi@c2V6`(ZJ_Q5$*w~t&$`YO=icgI$n^p>L}jO;aFbW08D z^=*VhHUTU!KQ%Ahn_8H=?o%!G_Nh6*HOc(2l-q1m2klg~dc`2RQuW#ugv&b~F-0R5R z0LGG!Uf)69MD`Xidic!ho4Ux`$c{VEA?)xu!LDWG1z=Pzt#9feCy@;Rqxy#R`gSsi zYzP?5nY;Abwr9i0P630<);q)GG=eh#V8VCn$cqTh0)Qp>U>7-u;5+~bin~|H1q2rX z?`+A=G>fzey+rgf2cKbS@wA>3S=@aTL>K5xZ%eR-;W*cpE~yb#L@l}N86X~;GL^qxPy<} z!N=~Mw};?1|AnLOk)v+0EYtL`|I$N8o$eTUQtADovguJ})8op`w+Ehh1NRyh8g38V z2|ji-J{>qU7hN39)U57V-Ts3;pX~Xx<8#mP|BU`fygmFsF7N!##n#8J;O)ULoA-Rt z-1Vrr>v40>Gn?Ic!v3hN;ZDW;;FB`5}DGp5(}d@}MN@ag#HWyj%F1Efd^ z+-bjk?px>PTXaYL)6&YPW$ruCFFe~GdA6-O9(uMt_Vj&TwvQCs%3P$?=4ez#;a%nb E0V7cm=l}o! literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..12cf1a57a22bbf4e8b0c92d9500d6b2ac4bfbf52 GIT binary patch literal 1495 zcmZux-ESL35a0Xo`C`Wj32mB0KurXqrqtKapnwEOtz(=7f5}NB;;K5GeH(k-`>^&l z362ugNFXAC1XU}Aszvk_g$MXM;33d}=(ZI|zyogh4I{^E!YWCK zG@NoB&$S?Zss@R^jvUin_w;I4sjonTtYYY~JE5ZCK#KvTh#?`ZYA?8dgc)aLf`fMi zUJ_xvOF;@-fN;A{n_#zR7XS$b+DD$kzdVH_PgB?uH^mw7iBuI4sEU_I0oal@CBonK zsi6kw=-iZo2-n4r$7Qf3vpb*>J@N<;i3O-J5TK)z3o4kDW3SJG~;nSo9K{~z6y z$&*2Z#<2h$ok8`tfEoJyQO>M!N>vnCwOi6UNQ5_DD`Mo3xDm&&>0%NmZk*I%oIq?N z$FSn-h}7dItgO~*$f?DVv*KdgAjowRQ7SK{OF7z?Dr5^KAF8SBoG(!|U(ma#pIh`| zsgNn1&#~z!WH09O3pA9S%cmFU;QYnnGV|chzCIQxy7qzj;<8>mUrOf}_2S$N9a&mP z6=u@h>FrOmKhlYx-M-?`-&{?CQCjTy2;d*HW5zL2zszC^zqqYzN~qOz%xywdc~+gPivy4rZYFw#TrJ{x@IDy=C~eAHd|EbHWW{= zSNZ1fwi#=K-v^F=gxZ-0a&$YhFCTj_c>3<(nf5G~XZPjf9l3u4X z?Wr5XJ7d?zKAXCJ^809fFEZUuG4`_@{V?}l?#A;wiED}5OLtPYF6~Xey+54Ymvg^% zZJ*BHe)o&3H?Q73d3Nua$*+g@hR^*dPyPK@7(`$7zr{CCUwA>Ls;=7xa&(=o4wf@p z4o*H1!y_zPJkA(>f|Z%UA|5Yb@edu=8Z|KNlK25%Ix?Mf-xY1ujey9D< z#&hHC)AcXG0ZRqoXBj(GU$W89CB(#a2Ird^~IFhcew%M{ zy*9#^zDEcPfwc%&i)(R#6ob6g;I*j8B4D@9Y%DZsO@(Hyxv)js0{Y@cGy#gV7LlAJ zM*S6H#Axds$6O4zBSw-72sT->?o^{)e4%4DR z*)X*yO(!Y30j|)M9Xjn~LCspJ9Tr(>0MT^-ohBGW6AeL=N+McFTZ6cka%xPxp_1k0xZ9mp~$E^bG zW!7uG=Stb}3@e;tR-R@ZyZ2bZIAO6d+MAl9#i?F1_gXKwZrm#Nr4BsTYs2QBoycS_ zWyYx8JCU2{)nS-nv0j$Tj`#8fP6 zFb0_a1-QZxF_M2SYI2x_AwrBG4HzK`l!it{M2MkKg@!p7HUguH5xEl3BDBt^gOOnx z7?q9a71_tO7UeP#qEOcAYkUm&80zydejZr2pTt_qwn0% zREFg;MQ0Lm^6%fiTdS`nMYaVbtQkm}smSg^(gnl~GU`mSVpfKRUxL7(j+K7^xlSrV zh3I}Csff_>0YfShv}*B5V9gHB<)tE^AE0+lb47Y{e}zm7d4%w$QX%=+CJ{9AjZe!e zk|FsSp-XJR5u$ zM(>&gsyj$aVphHyUT*1t zDzeR8B|@vnZ4nBp9UHxZ69cWREMDsu9jyz8?+nL-lx*kSW4|Y zMNQLE`|U!`q^15{o$C-D=JCD>I-ss!{Ti*FQnhvk*`7TJ3P|ajQO?kVaLGtn)8^i@ z(R=>UhiWRy_1?+XnlHi-I}T)qtZpFY$^*B# zyeAss`w|?4lrD!3bI+)cg(FFUBlEVv_P`7q6|Z9w*1|So(rXXmz!o4gWVx|@e#-}m z8;SY)o8MW8cP}X2PcIO4a(r|E14;91mv^4r7Sga7+ypxSWaCocc7$_)mDGGxYo5Yk zQ6R98c=NUL+vNo%;n_!fe!;}s1^<;IkTXPh5~C!Kr?IJ2ggjn}n+mLaEs3vp`55<8 z@6Uwm0z8Dshtg$%JrCoOGQ+&?C5tfR1lSB*PW-A#O5E>mC|i4}guJY0+qi?Z{LrB5 zczx@&QQ(PIKTkXL*87%YV&pF?sGNk5XUNce*U zlO)^e6O`K@0)Zz>!@-%;58KsShZf_{&z!18$nHJMds3f=+X62>j5SsRP(wy+Xqh`d z|ID1W7+0$y6e*;sV}9RaV|Nut!n8F)0n|)tkwIccQYO4_F zneSR5P*sCMpkuxn`HpH(3JeI#ZE98G%-(N#%)@ZoY5*nPPH+?WA}nNbMO}wiExb|9 z$wJWv?4!p=Km;!jNQlN0QI789AbtTD55yJnDxAz4@F1-SQ-UpARroCq-&t^%llNs0 zh*z6sQj!piNtwTU{x`7=B5*A=~>B@M35e4nQ8(X2X{ST&SZK!wl+fhi7oA_6$yWHg&i&Xc5QR8_>>yju>Z0a9((DI!pN@ z#CtAt03!C?_Kg}b0#n}pY&P)!y1fsPplvaS8m@eaf&(Dx`PsXH3AnTzS2AhQl{0K? z$_?9@DXNb<1#?pvJXQ{S-w;RGMX-g*)qV&BZfimKghW0i2NubJ&&aL^WZMJM{($U! zK=wS8g7>B7MX7mi>aMi?FY=Dh@?9zMi5&Y(-v2<}|JPW{{K&mn=gdjqK2|Q=4&Ex?n*3Gy zcKJ?asps%L<-&4H0`MOX&YXlO3q*f(_RX_%-S^~y^~{z>@;JX4fJbvuzec=-Ge*o5BU literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..caf630bb23146538ebaed6d15ebd69b2a356b81d GIT binary patch literal 1853 zcmb7^%TC)s6o$u6fLyuuLMTK71xh3utL>^)RS6;5O-WH%k&WxvQ{v)y%#4#_)K$d; zct>9W^-bC*XtsTUN}(H8oijrscaeo7<@onEqnY1l&YYj+asi3oulAAqRY&MIybOO6 zw_@-^h)blSH^@O3$k7P;o>5~>O;TOZOoHl?W(A!f+GuV@(n&$5h(4lONpphc6LTjd zEeKjn&`C*4f|e6>O44aTXA(3g>8zl037U`QYYX=93*o8Vz6@rCxI_dsH3v0yM{8yx zy_V^hcB#*)NA?(_?7X_;V*(1hKDN~erU7AA=u*GlxXSi(rs-Q9Vw(MeX?Cd7^+1t zEhC7+Huay?pFB0V81Cs&1cK}Cwf%@4k z2FEXXs-zSS!)Tb2g=9)Na9(e)EUcS{Aa^K&njQw&o)0~&s2MPr%EPSma2WZab*2ty zNfP|o;<#lwUW7kV*0I8nIAaXKkuwNjbYy5<83LZlP-)-g-1U#8i}UFQ#k^~`u}sMr z1M^@2LOE$*Q5gW9%D{}uNGQrdCFH(J2nT{)E^4-CdG5Gu+yOHX=8|Ssl^Niv%*;1v z_+FHvxEiftsZ`#zps2x$PeaT`!(-BO4;(?bn{@P0IRc)_QE}g5C*44$=7D-iQ7nsK z20|riWsj+BXM5c$4)2_?LUZQ2#8^Wsik1o+8We0epR_N#V&TJAuk5rvV zwgP$m>c_x}!ZlY6Ne>MK?i3qvd8ry~5xXqtAdYg#RSevQQAI;UyX zxB|KgdL#YQ(u5Ir%pL^RR-;kV1Sq0S(a1npn;ypRIeDJ_?A`YQ zI5-m8m=-joCY!p1p@~$g)FL#A{oBuJ>%aX;6ei3Y)izC&)_d)t9- zFUhf}6F6by^fR<@wKP9|o~DYHl2S6jQbzRnOkA-_R@}0+!kisbQl_R*T{Ebjwk_of zHEi8d>;h~^yC%jRU!9_OvyO-dIWpDlIciR&>%L_=^MG+)dk4@8DRX6_vIRtC9%krO z1~UX^D9^z5d6Z{7tco75MDB4@G0Evt8)m6$T_-2HmC01=+{(E$m&xdq`r#~R&(?($ z+^ee9FII3wOV4F!7{q8hAPdb<6y>>=m@VY>1T9=joGGPeQ#225&7!Xo6M5}KfzIfO z_+{O^oX8oM62+1|TQEoChYlw!aOAg&sq~LhGrE;18pVVPVp@SFsF9vcpr&dOZzx_Y zIet|&Ov6^y`Ob!kagWFJ83cW<#Y#NJ(Jm0Z$I%`bEIdk~y8$~LXadt7 zgjF95{Yg(||2(RMA2& zTqjQ=Jxlh=wdHGTlbey)x<6Le--e2?O@Ax{O#j#5V?W<+0cSTX@U*rDZLcmuJ#1zI z*j2YYi_zNxcgSyfZ~Z6SO_F6*ce~I6KSLITGDk0#xh#fu3uuiKegOI|hzrsJSC;6J zvXG6mh{9A8vgq9wC^yb1i&*wNojAz%EIO_Qy!_^f*$EOme5Win&oEJY?$*V!K+l1V z7)UL!AeZH%5au=pCWEF`JL$VfGMpyf@Rx;2;_2djZ^2iVvv}hzQ1*Ee(1+NccX#mJ zeowf0UuR#y9U_Myjjr$B^15j&`8ms0F6oM8 z(}Rjxu$AXro3lORF?&Ygzcvl%1MW0@2lM`i`{0JToBU4spT%fxfu=RT=2ke4+!_=~ ziTqBu!qsz(?t&do(5;|q&M@_u;PCNpJ0j9<$-r|J1zw^{^|Y^F4pd}8J1yMcFIiajsUK50@J0Uew@+*bwnFTthZQpRFz^#Ie}t|+J40@ycEhw7v!e_CJaAt`2`BJd6xK>Fi&B>CI2O z|ET@B@6q`5#`yI5o8MpGdv3Gy{CenorDNC1!1BPNTg40d?n-pmN@zK>`n|j7Z=YW~cSrri-WV8t7(G&n_Ta(??f(EGyc}ND z9!7^i`ilsObUlrdPzQ9M6?55KJXz`3^OT6;Z#?N8Sk>7RWZ^QI}KMrI9YMb-04Ke3^2Z$Fv z40b9EUeRncTh?P8IRmc%vp}&NZh0!uH()*=ZAP{$#;nEy0@g&j@ICM-GPn^L+>8vZ z`-hme;2>-cQ?UrecYxETs`-L82d^g8390Ij=TbR0g&m)&YK1i9GTKAGi3ooLIDUA| z6m@EsC}tAHCQB7u5Fmx=>p1-`B2@7nVIO7rNHOXd3Ibu30No&u#nV+$ln$;1ssx4y zoew5{znhVNn64qG8X|IgmFK1YwZm)a4_}3fCH27&-6`m!R%jJ(mE4FO4YSW1jAfl|264e-mY74N^xHV8GPNbj-(Slm;4#|!7 zhn-os(p9Uf zo2sTEcF^k7OQ!FZZ+5RCbyoz;Ew{UpRURtY>}HG6 z##o2NOvm6L%Jyi`vITX0tK%>#T7Ji|sOj%84lfwB>_&re<^|b~VAM1O6VzkO0@lE% zP3AFf1dJL~1RTu;!#NW`Z=f^OZ@??GgQ5>018D>U>4tM6n|3@q00%d0&t#~UgG89F z;dMc<;aLW^1juf}KS;=qB}SZ!z{A-oV^4Y7GIkiPGv-m-Z9B{b)0kDtW;cNTsw4c> zEQPT^w|;GJ+ihmq#wuO6J%e{Cc+#+M)61hsGp}@OL{##5vy7*5L|luA*S2ceY?y}d z+OFX|!P+dUp?*C8hwBat)nC~n2=%wy7#+h2Q=1(y>IvkZJX7d{M3@0NrY+!Ym=UaP zKy-Z`su;ac7o7$e#6+mpArU+WTs#j;sBso_xMwEefFl7@gNf(k&tSPndT=ea=Yc`# zCVHfo*ajLtWhFmE-Or64c^E(4Ai+o`=_!`_5GBL-Ir;4rA-{oBKh@WIiC$_~hkY6( zr%|#{{y3!&Pf>}L`o9{$hTRk)d+A;9Vo&QOd+Mj!Lp74VL5k_OI0z)W+A^(o1GbyJ zv%1)qTk!;K*nJrull#!9E0=bdw^MfP zI^4gY<$Eio=Ft?2+6XmwuF4us}@_CutW~(gkDI~bm?uO}F;Md?TaRijJ zFvUl(+$F;^M9=U4?xXIYaAA;{I8=W>J1ES4RhWBRnET65jtcXS^!a~HzkL7pCsRk$ z7r!OR)Jq4MeP#dBpm6r^or7EZ>L6D*eDx1M`#L{0OvBruPV$RijOz;zm@8Rdo3Ob@f^i-7lu`9Sm0XCcB-vM? zN|LflQcxwSUIOzU*UC8spQw$*28i8D?a5tH*{1k@y{Ql)f>V;t@4)dA#0slS-Ge>d4Do(?cF`R?VcVY;) z)k^e~UgFc_Lx>X&xD~3g0_1P_9spk*dpK;bRk-X<8)kHIn zhKEp(rW$6@ky_C~DHb}>iAdLnUJ*wF9c6J*rW zW&Wc69o5yFw+(ExC&5}Vkt*G@=9fK zBze(kYRG^*ER|Y?t`*z~Iq7AYW!zBEFGkN|{9Js?2?1vi3 zO%Btz%aSuQ_mcNBs#>fs+$#){H-(nlwx0VA}`(;V!i)BgjXo=h_U literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..047e680f850dd6efd4ecfc5216c50854c8349f5d GIT binary patch literal 9906 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 AK>z>% literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7ad750edc913dafa28b0f0e2d144e20688acb518 GIT binary patch literal 6043 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..96d80188201496c025645992ff9c2b2674eaaba0 GIT binary patch literal 5217 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 Z#ho7Jx!G`$Ks65u7*q?~w^%v){5P8L&~yL* literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3c37a86c5287d62dd0b34c8b462b0d38aac83207 GIT binary patch literal 20228 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 PzY^+mTd>q&!s7n`@kSs9 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e9028897ff33d54845b4aa602c5d8c5529fd1628 GIT binary patch literal 19151 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e635e0b8640babee4b616251688b392a8d357ed1 GIT binary patch literal 4902 zcmb_gYit|G5#HnR_!b|gM3H)#lBLR&9WwDFX&u9~vQ}t&8$v|dLau1VTYB1BC>}I@M?a73aA<##VJP}YN*=r%E ziPUw8NZwl(Q?q2az{Py`P?(Nc49EGruH>>Q)etT&=T$joxyM7-J^Y>+XV}jvx=d5* zJAH#X?>-Jf=J&Ys;#RtHOAl z=2Y0<-C)@``>ec>k+V3&Ija}U*&tXi%0JR$ykSk#T;6cVs;cBQMKkOxil)FOX;7|J zoDFV!37B>8O_GyH(jsw5-btKb3CSW`B_3>Km2K#Od52`bBqZ&u9c8QJxMWQ_Btdr0 zTO=p&t_JS{-YvOhkK~cNpv^mP1M6CozJe|0GhFAC71{jM)!Ioar*v71rlPcEjHtet z(xaJFAvz~Vm-7+~km4>^6v`xB(2g+|pbj2(+kW((~Da&t>^T93EpYG}CV z{+9g?Msp1pv$-uPY7W$M(NsRK7NWrDi*nn_@#raeJ_R1ruy16<+`@3}C}#+44I{83 zQ(Z}?R51tKyqbI0uu)lGrrGIq^9Z3=5Q2!V?c+e!Ns%iO5je9HEg&JxSSj)#H6Tmi zz=4D_St$TAr(;$c28klhX&(^7CTfeRybQp!YO*@t(XF8(Xxne)#9}TZCunXiaiNf2 zOwr5*nnN3EiIW-WD;5+-vrIpxHXI3f|uTc>=Lfr zQQCSR74x}y%YvnC47*!)FCkgx+ebWRm3d3iB3V{p{;EL8@3>EGza+C{N6TA{MQ2Hj zU;Wi-@ORn_s!&T1ci_lo;50_l%T&uz6zAjxC7VTe<>sRZ)`rs?5eQK*!wzj*Ai~B* zgoeP=+Cs@{dMcZicLlUORkAFg;Up~g(CL)jBsMyTJlwB@`hXa|lan(uXC_Zii8E6d zU!R#ax~66(XQ#w7)8e@^(^H1?>jCw2Y&1Rwfpj!(qw66E7-T?@2~m~ zRQw0F0t3~+L?tkBbF%D@*9BL%_o0jQja4J@N+f=pD~AtlMMkTULzT#(+mq$+^L2sm z3Dq4WJhZ`GTfOhJ_UwD$gjsds>heAe5r6M53S~$5e_;3v(C)Dqp8o$}c!6s}=wtBL zHsUcDMua{AHh=#}Y^GH?1*mLYIMGyA0z7JZjv}hsajU=ul&A8Fl3NC*;q0dXZ3Dj$ zuAT(646k$yyb$XIE&UF(()~ylDtFfIJ}*>pb7>{U$h6 z4eqZ5_um{Y?>YF%d)34%mBcHb50~TT%7NF)7v87@-gqFuz&hapZjN1WGwcu`Sh{96 z69O&W3VEQ19e(@Zw{5_weU)&J1>qWBYZ(_4)|y=H}3xJO5Ud)`vC zO57)wTaDRkg5FHw$kHRAR}@-n+KM(7zU^y{qN8Y8@^mZ?;u40Oj`H>?aNZw4Uw=mj zh>)~{gK45DK+f^REB2A6(K=gr%-&YE_tMktEeUu@Fb#su?~!a0FWDuBOR4&MVjeq>p<{9F(KxkWeSt^|v&kGOS?BUi#!QXnsoE8b7}ce$8* z`ejH=@H-7YpOPrrjCLczK)A}s<8i~5hDV4@4YJyW_hh{J;DFT9(aLb`OUs(B%ohwE zazM6V%+GQi!?^(Y4ad=dbk`ua#h$0@2!Som2m9l*k<_IYeFs1Qw@w)0^>K2-3c6JlfJjndt>1GKy~;? zW%$VLcPhi*Er*Z6%;;#XJ5n3mR~s0uh5KrKv4?Kk@Sdw(buS5o);-rezqzymRm6v!zp4 zM{B+PADl0pH-f#j(9nn8`*!H5dHTQA(7QjI3Qry2KI`MAVz$rvZOD%}fC8qEKsQ5j z%#V+cY$_v*qTv$7Oio%>k@tw=JIg7x(PI}yDVGMnVc4VrAV%no#zXFW;~n>!46h%F zMsWn*4rT^-5V<%KjL+1K1VKZmfP73?cEd13F}5&*CrtYpkW1vgMGzeIZZa@bJ96T_ z(ScA};T?8@Z587`r)CCs6(I)HYUie^7{Q^llTV z>JuK|?b`&Z`oLacZ>@Kz&SM>Wfz@}NJr4ztP4!T-Sj6D9f@awCLLTyBinkiYYsm1x z_iLC_D%trQ#e2&bga==|@!*S_6GS*dau&yFh9Kf!BkWvKb|805!|aRpVOKEz@xjb! z*fsO-4wezKxM03!nJcV#K3OoJXHhL?$ybrX_Ybq~w~phcYfsRN(1tgyHVvfCa~$_q z;`*A5+~sXmK3L&{S6A-vgMYIQ{lj|nUpB%GeofA9lCxitfv-sn=vO3kHxexmpQuD$ SDwEK^ZEtbh-UkFJ+wZ@ReQ9?9 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5f1533611cd1ab4b5e829e9729a13792c6ffac9e GIT binary patch literal 13562 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..40a04f6dda15b9a2af190cb878dcf8bbf74d5e50 GIT binary patch literal 6384 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..72aa730f37c33d017e0f200325e59f4e8991706c GIT binary patch literal 7142 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 LA2?K6)5`w^Uf*ZX literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2bdeb81f7f985c2485fe500a32f87587b27c89d4 GIT binary patch literal 1828 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 AmH+?% literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..192da7b09ca5adfddb3ae9e39f903b7b11e27fc4 GIT binary patch literal 12105 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 J=!4Qa|2H?fc!vN0 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b456a7fb30512e0b2ded6f92a17774b69c1fbc90 GIT binary patch literal 40064 zcmeIbdw5&dbtifb-cJG~!1oJ$6QoE=CiQ-cq@EUKi;^F(RT|;}DNq2R9DtTdgN>59 zW71X|Dse_s?TqQh_nL||H8aiEDBt8xq%_~xbS9k(h;#{|%v8Sh%s091{RT3Xv7^qt zbAM|e96TsUw%h(SUk{0W_Ur8D+H0@9_F8-Y2eaA0;kkY0S+D6L$NddCwI>9 zp{vkejd6{SKFdeW&-;_-kFY zJg1jxQ|GEzaGnNFyA=TT}D3}DZui5W(Iq{82$n&-MTV1WpZt<=2x4GJw-Rf)i zcepy3J>R$9zrnSE*$aG+`8!>m%x?2_`8T>Y`Zu{YF}K~f*}uiLh1m;zTm9Qy+j!1X zC|Z$Ek#D-ejx_xc8%O{K)Ui9h-g&mBU=Bz6UeDs=`-?^k|*TKfy0lBX@_VLa3qK zgj%6asQ2s>8t`lMRCo?E-=>tUIc0MqMv2GaIU?{w3RY6P(DI7f^*GD36(L7G)t;lm zx@0Je!)l-r+EA9h%yN(&W%&n}17#=>+L8M)1$TfGI$q&~^`4FIE2VaEJt1uHlz56f zMN(N%ifYdh`WsRv+xRh*=t*IN(3vBw3t`7Ss*(Ra-O92}*!T+P(Rhw~44x-FT457h zMqx9|6T%jlI$V+LJpB8q)d`8#>(HHdo>_TTz0FUMzJKP3zdbHWRM$a{G?XZUO3=l;V~OyM;A z&Ip5oAb5l!VOTgbtax87K?FjEOvMQ!KA+$3 z@+a$e7WMPVrErZRWj}sT;5RDgAb%~td2XB^=j%96Q#~irEMjyuKFiH0F8;^!+)K)5 zx%0d;@GB}npOcTP-J<9ocdFys?!ee+$RoyeCxafb$2%C3Y>#_`p}0}-47taAA%VQr zg6At^9;Y&{7u+HDpwAr)#x+A;k5353P2S)@$`{FNy+IZMR*g64^A37ovmSMyJLer8 zenJeqG=5_IoX2U3n@>FZMDIZN!QSp8hx!i0m3v3WM%})+uAj;`I_QZj`#mV`iLrA?LVa=+!N@)DxOec(anCvNxF?7z z#TDMu`+r44`6?eb4tqiagMratz()nu`vQS;1E^q#9Ot})X9rFP0={%2qk>che5xDt z_&-m~|F`bII>G0UOaafOfU-FK|^OLUQ9ytYkWjyL}2ggK@-!n@2 zsZMxa3OO~@F|0iCyre~{XfSTc$bnihZazE~40(sfk9tC90zy3R*oz)<$QL-Dbep8y zlGRoQPLISjq9-&ajt(X<8G}lKVZ!RGeK0O_A?8WOOT1XcbD<>02P~^nK`Bc}D_g^y z43F}=pL6mP8@kVU2G2UYLk{<-14Zx*h8*YJLC2uzafdvD<@^;o{shxJ)@jmIqm0Cg(TfK&@{D>B|jC8&ULf&184c+0r)t#!*~Ezz=; zYh4S<_qQ&VZH%Zkt|FY9D9@}%`(7mEJv|okJO{u(^~L%_toq0F#W2VEqxyg+i~@$)*Mn|B4OO!6srox1@1q$ zZN9i;*;o}dR=pLP>wa^5(ddk*c3(dZL!@TQsxv_rgTYr|xeUrB%#Fad_8Cc1otgeQ zp%S#X^o;0aTl!72O+Q!1g&0*&{=l0`o_iK}G=(u06Sp%V*E<>vxq)IF0RXZih4CD~ z9U(UY9icNGM-pi|L|}t0b z_4S?HAM1B3{~fH0q$7QYB6rqhvP{}VxA zQ%(TvqiGHxe+~#bt_3C`;1YMC>EqgC{k@_X5aW89;+R$JMSxSu(0yEo;lp4to}V0U z5*$+sK|&#bZwW*@GmZj#c%gy_u&HENhx+AK>n9&v~ZjKt8BdX@l?io3={f%cM z#_CTvrP_Q~!|BZlEo}FL`N-py>b*wprqQyuQhBq2hZ$GD==P0y;@TwrA+{hE>X)3v z#ddP42F1X+xY-M`VKg)_JmwWJ8V!E;OGJ4Lht5d$ASRR1;kcgs1&mI3dtN%{9u)>a zPz~ylko=foVTkqu#sZBCFdsNSKdHw=pCo2EAm305GG$UUs0ecx_;D`Gzr+U(h@DDR zCQB#zFh63HGfKbZ@QvK0Av2G#UQS!I;!7&onn(VUN3J85HGyzurWUfw;i*(n;?aVT zP4*9SVMSOKR);lVZCEELuc_Woj=Hc?Pz#!C+V_*=pONJt&E=GM?yH88LOGrETQ1*7 zaoSI|2|5{b&{VSlljnH_O))(FE;c90a($mzi4Q>hM=}KnROV#U_v>O&qE}V*4Yg#&l=)^Ai#S1;vGu zSU%eusq0!YZj701-*|lb@r!*io#h+mY4gXH>N)khzrAGHbXUol3qH;-j#&$1r8Tjt z)>wH1{g>5|SzLNAUtf@yuyX}PvGVGewIET=>5J}hR=wdOYWTE+La89qM0R~|;l3{APrKCnc535!Y`ruP5C_;S);^d?;}Afy;Y!md z(M9P=2;iJrtuksR^_@I{WKlEw)1B=Y1kpF-_WB&&QHSUTnK0-MdV=d1J?MGK?Z;&5 zAQC$$QRkxp2S@~3_6-c|$I`}-PD<=Xxtt1yn#Ez*gH(zn1{MjmGUE>@q!9)Xtqv5x zilub6ZuYkqE$tCq`@?2?V;=YW`ZDDezDzlonjVn`As*Hy4xq4CxmWpD6|X8^RlTZy zRr9L$RdX7ty=LaQX{=&`T3TCAo8{s98hkG(4s&1U1yv|Hd65%)a-cyykgCq7_G>1ACW&W(^voG4Y6bl(I>8V& z$UKZmqk;@mC*N!WlCiid9Sciyw z_4yp`F;If;kay4_Eo|_@=*HYZpg>gR6KrMVINtlj<2fnV`P=H8O$FMJO+U+A+h1T5dj^sig1a!bbG27F`a&jVcG|Maf z=du^Lr?N7a!yJCL8qQ9+);l~J5Iwc&)M;MLNSWyC?DTp^iP?a4YJl-Bi17CX&`^XG zgW0JwqC1^*)@1EyrlhkG0pl}nJ-0z>C$vIj@U{HHx46+Rh`RtcU7oTu^W zc7#OtpyxE073&=9<*v(F`VH&XOWi0EJ{D<7-Y3n|8(_^^DbX}cG}7w#V0>G58Pwm` zo|xv72$D~;g9cKor)hp9MJwW?$=lpA}(+_Y|5HLaP}POGPt z*A(w38A;QMYfAYW(0v)~sC53s?sTdqc7yBYLxT|i%n=+9wkOF3q8c3M&wza+VL2~2 z6u~6#DLJJPORycQkVjKjPM(oev|2tr=JjFZ1mpaGcp4Ru=C)e04Z?8hGpHa&01bk5P~qaWMq=6bK~TC!~ed6QrCabbDPUK*=xh}Cw) zs-5&-)dcgNMORdSRZvk`qLee2-Q&#WyhH_8R(3+RL1Wquo%K0(+#qOX*R0)PjO$FG1s8I&x1p4wrQzCO3k;ZU&QB zl4h}mc@Pasd0NhZR>d`5UODtz@|##q#7RV-FoeLC?*O9l zjyjETD>%gMNe*#4afsQXi4_=(3`W}o#Q^13d`P0D+6OWFwqpvGhDcC6N1^%hXio*i z4Jm6dt^_&*2TocB5k7O~Wk3@{Fb`W2ildai!h4Qo#Oe^wqmmA!(r0B35{3Cf@?ndx zJreW~V}^)D@l`~47r)@Yfbl;88NXi7soSJw))ltQiWv(c#;S;_3T8rOQ&+#$o#61A z>-m&k_sB@JaJs^`v~TL8+L{$}$?K=46u;DM{ZwVuqp4xc9%Zk)ja*sNo7Gc!u`T~yr}#=i^MrbaZ(RWZS<_(fRV;AgkiA%T`njE1^!g{ zqc_>q_-WoU3R;g!&;bYOX`fCo00$Z2GBKAKwmfFDc+?&(vstkloe!6Wxe8J?Tgqlf zj6$SSgmHjpvcP71uLO(v`q1y&v1kg1dI$WsVhBF;`^^1(wCi>fyA= zuhLq$@?=+01zbj!&WE}ZiE>JHD>A35qb$gaC(Wz@5q)SVLH4m0$N${Igrnh}Y>}#UINgzH_^q@b6 zhY3svMXoS>QSyi{a)gD-<@orvLbj*h$R~%d%={3D5t1Bgld7;v%ttD;6kPL!Rq{sD zXl=UIp&B_FzDf;k*^f)f>b%Jbs_!TS^)-#0FY@9>YSS@go9IM&>t$E^9jpwiMw-%Y z*@jed^u3^6lT))CKm8VUf-bBAcU>ju|0RE!M~|qa_c-^jm5^pL^j+0Ro1JW`kq|(d z!;-N(CQ-SNX?Y#VOZb)0LtGsUjr%+k)fkeJ6a*+%5{v@3(BnTB8Ygxk=%xvS;PpGa zSPgjx!3?^LPbZA@LAx|Xh`&Y2J_o~D7&l6pN!!Z|t9+Y68M0<5Dn|)LC!)mlG;LxD z9Q0T0(Be=mV|9qQ|~* zvV^Eys?L6?D_VsXjF`EJNe>KGoWfw)0gZ&o>S6p>;v8UCuBawvveNci ztf+Fis3}_1G++Ng>($n1(Z*Ow#d1k=w4^y!Tz>hhm%b{$ipnmJUK&lhhz(_!GTbZR z5Q)4^MKOEH<;O2Qe#_oDci_Ea?;ML2mR>$}>C~;lO>@J`jhmv4n^x?Vv%=fHE57*y z9~`@SY|*|WR#0}&s3|r~8Si3azdV7Bz5HcUMbuO=``nVr`Eh>XimiB7^|tAXY0=gY zDQJu|_C~DxV@0+1)Jp8}X*s<;VdYHLWn<+nV8?esC=! zCiiLq8uFhO3FjV!@cl<3;7n8-R*H^LKFZG?LGcRE>j?4M);uz;(UYP&QizKel#{AZ zq5J`84wa0Kz)Ms0iEkh%i)&33Nhf}*kHL^8uP}GY!f}~$I@lmZi_#;ZkBj*#PC_B# zC3uQ7`(0JU747RqH>{a^m-qEMhCQPoR>fTtE!n{Dm!via2GYFQRNSYKUyvpoHXd$S zy63vy(9PN}=S3~uzgeY1f4#7nPZFBqEZh?P!7#hm7ejGnDVzxr6+1{$e+pV1Cz-)q zp2gOEOP1~>Q+MR)XE1*BHee2G`Rum2iABp}5#3`F`;GbtEPBFWOg2WUWh*&}?iD*e zC!DpCQGAKwj*~F~1LXLC5Ezu1j6?*)l_cTtGR62N8E=zu6~A$WiR_=%u6~`)SKB-2$ zJNfp6n&JarRz<2hqJ`__?~6(kMhY=;1!c1x(fpQ#nVfl?tvpiR8ZB6tu#nqI!S$D_ z68YpR;7TeIHnQ2d!phnHOGguh=m=!mv$yf$yLS`mL|%{R>7e-m1L_T z?mrbU;ouB;t2JcXRiiG86+042dbe(8?>qY9RW;m+{k%op$wKK(p?KecOoSS5sqI*^ z(QKGCd}+dAD6a<=+OY>pf^F^dCOCHAQG$o}@Nm_4ltW4&33cCuDaofHq4nko^7r&3l&(X-( z2n#k|3`H~Nmy6q@#qE)z4GZ>&Zc|KWie>v2M|4{gT9rwY;8bc2Ymx~A6TyFk;O{?W zqi9%WtT~>$uQ=tr&r?(ANW6ojKE;JKEl{|&1=#oEpCB6bU~oOFdo0gB^Yn6IL$t6V zVsD;TMojDGg@vK(PcQF08r^v`vg3)!6Hi9Ejz^6B5mi5{c2@r*5vl)Guv~`REp3=6 zC-e}|_KJbg=9k4kLcoME<(_nk*Wk0Zxc7BCd~W|~!M#hoj^HyW;VMzPUz0}e7s@lK z2O;OFm)*H@Wce`TEHV>+M1|T0SLUm`uJzl|V#Cp_Slgyh!G@cF!k34Dp{k`43R zeg4#h;<;0wQ;~CDB4zPUKfhtV@+Hz^4I})g`*8+KEy<^2xGHY8jReqv` z<71O;rhB$}(d7I@4JXJmQ~7M?qOtlDz1ma`acE1?%;4+3h@mWDRIAG+42X17kId^^ zg+3a(CVT5&P`I%9kBu_r4txNYmbp|(7dGV(rcS!_%%w@X49ulvE}hHhF(IZt=`u5y zA?eCvE+!r)m|PZ*)sru9v~@>6d}U_w@?2~qPp~kT)x|dRgnZ^I@Yp?Sian$dY}lYH z6zovBEX1$CV;aIXAN-18S0lU__7ZG3V#^QVrTCS3Oe{+fkYmX#_Td{Ed~2TIz7Uq8(vv$k8CM8Q8ANQ!9ZO)k z)Fb(FTIsjEnC=CxdKozIUn(vu{)Ji%F0PQ|m5uh~PP2zQ1^Sf<>wl?qA%b6!&R@2P z{KaPElY_@9wcEwbD&hjuGHcC~(Mu(3g5Z=x$NA0NMIV0q80SwtQFQ>zasVbIlmll$ zIxsP~&>1K?(U@wN1nSuW`#!(UX%?4|nD|RFJ|ts>jK3r!PR3ush%2$}hb($H?tNaPK|wf_%-7%Sk8(ejO*ukDN# z6kTq+)OO2M4cl@-eYBwdmZ?65z}>IyrofI%9gC)#m^uF&r>0Lu%#Dz1|HkBNlQA&K z0+#}}tPLccv-6uf=k3eR?YErUf2O?A^JhnI9$nmXJo41jxAr_8tFC){^2+4=lhNvq zg|iwJD2S{BlexKvdV8Ax>M8eUgbNLK>39mX4SE}=H0m06gE zLl$c+wN88<$d3O4{iKIMGS=zs zWtIcPb14e(Zr2eRFywt{og+9lgts#-yFjUuylC=clKst)7nOW7iu8cq7JdJq_8^;p zNDlzih$Lc?)WtTT7;#ew@?1sKoM7s1iYiHX=I$CXVe_yv=dn>E2x1J1x`G;>n2w7r0d^OrK=GQ zl6dx_%LgtUnC)4vSQo8Ww^-4>Xz!TP$1Ek0{c z+)`2S4D*vJuwT_-b*>R}7O}+VNNtJ;p-D|xlWWEmH^D#0TpMf&D}(t6lgUArqhzF+ zv%zA-AgXrF6IRG=%+$6Zw?z!RaxP3Z8p)3;Gk@_pL7hvf4Eh|{PkN9EJ*f?ALAPt& zwBVN1u$V>!8z~T6aLbfB+y9Z2Bx!6thy!S}N-_`+71Wo4A>~bofF+nEXul;x5`yx` z5J<=&g+WqMNJ@&dM#>>W2#ON=qH^p$&x;=4nxv8lz(DEHlM~Ybph>ZrQMIrW)=Snh zAbO#w2GtK~DU?QVKqPS$wK5$ZF(3v4AxUVx5}nO9*dAE({bL#bV1Ox6IPnjWL)J|G zE<7fx*l3iHVh$GnhcrIZEdGkE^IdQC&)MI8Hd?XuH{$<>6r9?)df;(VzW4|(SrwBV zU7?dYz$1wNm4Y;qQ~X={N+)gEWsm5%nsNN&T6zsYhs90b=@>#m6@o;tvfh9pZQkLC z2a*_^FlJQaCsbxi80)?=uAq3fXTE+ZzawH@Kc$Wp*rv3xyu!DXv%PN`Zspa+Y$dbB zmv&9{5bg2R*SGB)S{Pqy*c*t%%jI;D$Qil-!@ zPN(u$OnPG)rQGiUK ztf>`#XJ$gP`!9u~d5G2uaef4LE~+Xq`&~FR6+~(Ym0evk`^?w0OGom$GWdy}GNP?DrYx+GiH-Um$s=uD1=_KOKb6aO0-Bm#hA zNwAk5*GLpx+yD)fkcWw=iod2fY*DcRwg>PTqeNanNcJq9OKwBp$Dn{M7LjU9uJBy5 zvpkD3u2gM`E0v-_*D$4^7o(JR!&uc;P%iA0yoguEPKkIA?g=YHbM0v^(|@6{LBb%6 z!DO}1^jto4>CoJXh~0V1zGq(ez=&xPo$|IF4I)n&^i%c9Bg?w0wU4-Q>Dgmq%nwCTqsH|qba^=9kh*1o8z zk9Keiv6pGJe`9=lJYuPj=;~q8^a1y>r6Fo*nDZ?hUbO6v=%mA6n8;36mlK6phu^9X z6z8M3Nazejs^JlL?Su7QPARn@)A&VL4mwrrO6&3Fj`1c*h2`J?G5;JKpf|biV4az! zvWcHDsTwWK$|uKn4}Oz-oD0e@KLKP+pbR=#kxO3~c%lRx>J*m;u~chYD=i5osOVUd zNlnNm$9Z&othC!X?s@dUq;^sl)`*ZI8#Uq^npM|4llqK$s~{SxhCrwmKWX-phs z!jcoqB=n+_oTK%sj6)`nF3sR;9wx_^gL{NFD_av4&h!BfGIxpblynoDdL<1`#ztb} z5PW&JAQ1H`b4DG|(gnu!Vjeg@$_6X&q(T~cG!pOg4tAD(y)Jx!WlB4eBwI!Oo+IZ z)n_0*H({Yphvy6gh9FVqktV6XNu}-$D>fv7!k5L$TOsX$THGpZpIaBHYKM@SJ#VUq zD3m)DyP;PlJa0ZkM(r% zStJ1s1x6B38$VQ2kyyq#&>s*|PNq2X&w=`|`Gs>y1fCF9|3iq1e|VZGOOClU*J59$ z*-#EuKPUd*s5*AP7|q0n3L7*Gq8YGz5H6zNSu_dJ?h|GSCX?J0JDMoyg+I6{fU~Wy zZB4RLBZZAv*o?n3K6iGZ{)f)*JO53`buqGGU&PiOF?C}$!)gVG07VMw=6c>c^vH&$ zJSHt*82!i=E39IR6u|1q);O%5tnMlDF|Na&>NzMzj5GR6OfOs5Qik9~TEMJXyD&UL z#%*e`AHYIu7snk({e}Hg2WOs+nkpAn_0S8xaA4{LEmq2_u|{d0>6&h*HHozVuDajp zgD@lFcQ2~!87rK^)FLLeu(_i)Clm_xK7O|66RbP-@vBNslP7s4bQ<*@elD2c=sh1= zW$%QwT5Xua!UeDS=7r7CmhG!#PweA0>bzOoJ;ah)meJ<9hsy=jYwZ~+bih&SoDDvc z=nJI=gUkuTd}PIZnVg9rCC)z>=OHJpC{ssusoc+?jTv1B&9ux@4?*Mk1HlmHj~aS#i%-q>WtXg5R<@bzdD zqGlwz&Vlmn8~2`3n)b$EhOo$CCv5u0 zbE+4Dkt3@Xo&Xywxy6lQW7!ju7-SFdh#urbCqF~&GYj9IJjpJ_f0p<~kOPp88|>SU zVo{lqNulucyi^iH;#@+9ZEEN5?aItYWjxqe~o|ZEe5`-6igoEnT zcqb34GjHI&uivTsF~3up#gZi=SBc*$P4UTtYoudqbg$}(4IP5N^azTy2m=)36+@7b zeZ};eE)AYC#(YgbtNK6pv$Z zv{Sk%Jyi2Gub5v`Lqi@KK@jTK$%BYg6|lB3xL-iCo)F#8hQ#JUvXco=NvxLb-_dav z*!GqHC7X-7MsfAnX?AQVAPc({&^Tjh3TY1Fn(dJ+oy(*DYaNY(>dPmmr0Y-EqDK-` z%yEtmwT^To%0t=FsS{Ja=us&Qtx&e~JeV~LeqihqLlS3L62}`%Ug8T&Ado(rC3$K` za$ky0w3L*IiJ^(elKO(gFK1auqx=D$3Sn>?eye{67kWA|7j?- zBO*3u$^yL)6hY6liuMe}vfN>$?S!2m4B=^28Ao!fVMbEXYPBD#RvGJ`lyrTK z5u~FTDV?~QCB)9EO9`Q0kl54OP=E=oOq9w4In85F2K5p`o7vUaXmA)fRt-Rw4Oh<{vCKHL4KZf;w&q;2XD_PA%y&Q3(iS|X)w^H0u? z&!3GHZ<{&@fof~XlqI28nzyZ#SI;Tm+&ZHpo&`KVyQk*t*b(Q=+hUc@YjyLU_gm(x z7QPZG-};8cq5k`X8iDtNwA8$*H14%>H?8`;oywb~mc8xDo9$}YaeN1$nhwjx`HNYb z*o5^NI6eV<`fV+aEUV4rX-%gA0xW}RClsGd>8&`nRhI<8%+p3PzEVxs3rfZoRFm@B zbp6@qi79}?%~B)|@Oo+{NMrkScpB@caeg{9^SS}z+=6eac||p;0a&M)3)7edQgeV7 z8;ZKHHrTu-M*76Z^0c-`x+X#EG?(ivMR}$}nz|YOYnw6aG^GayNH!`Id+H-$%A;j1v<05 zkax|RVxr{X+{*U`B3sJpm^78@2jNpP3DE_2t6j(E!35=rSQ)%pZ-R|CJc`-@it~tOw~@2oMkBvTePR) z68&nIN52dgfY2vp2z?$sJXttdG+7)j7Aw*OK$b`0REc!Wk^Oy>A+Zs%!7=0(STP{r+Uc{e;_U7>Y(OO9O;w_9hQ7u~2 zJ(_bi`|2a{WEyX0&Rt~3$hcOKYX(F4y5)ML-!kqP=}r5|HaSej3FuScFgBlAlCxS7 z^=vpdX2_byzEtmY<>(!L^j6lW-JdEYh+%p#uKy^M@*R!Q3&-IAW|Vzr=dhH4In=+9Y0*b=sd^6 z>AcYlXnzz8X2Hh;^l&(DpjGbCT(}nD>*Vlo9%ChA6iW{d?S`t1pqtd<>L$&_cVvb# z*aMkyFs51f@5!UYyY0KA~)HZ^zjcA0nH+xSk!~;KrpS z59)Cc*Q67_)&BxR-hoHAp25J#xcmZK@gz#Z-f_|<9#0SWv|Oja699^~FwYQ+ViHRJ zkmOV{U;bhn#37VJisWu@SI!h9?FcMe*ib+US>N>K{D!3u6nF}YB8K3SIe5Z+(uQsD zN8bGS4CpsTwbqqY{mHm+i1qpr~xv^gpeb1AE4lq)#SwfkD(lC5K_ZaMP&jdc0S-s-&@_?xvBnDKS)^PV#S?_-@^1LuXI zk@LP0Plz1&!5#391cf2LfApnu-ma~W?HB(eYb^KZ@R-jn-sg8rr~s3@Ce+OYnj)AM z01_Bz<-eq6XVQEtWV=lU+vfgrvi$%C_Rn)gs-z%ZEJHH)`JLjwC#Nz)<%3ch#4q(| zU}Mk@Q7Z1+3JKn)m4NqW0PnOBnu?mX(8LOs27wHFrd7E&Tjg;<9Kl>N7Z^hs+J?Du zk`bARmb=C=a3wNk*Z8jR%SqoalIPv^;D8u@C-C9z371 z(E}xbhV`FtrqagQ9@38)e{(#cFw``ztm|CpzHa|X>5obm*LBbJf=TFX`#^tHA8T$~ z*|_t%@DuNkyh|GoLdHP@(~QHE+QFPfa&}r?umQtyi}$ zc&?v_wCr21-v^c<`Tvh#8>;*}1^e{;<)Xc{ihsQkwwty3eH!)6*8F|E`sNNbe16KS z;qz0C6847-0}_SH+V><(#UOYaEHb`6Wg~12T`l;neHd9N}1zN61D{DXGm8auOxT_0iRb`qW()YzsfGVSA#2=%9G%X@Q}pCGsOtU`Y*^ z7JVXdvqWNxGDTgnhinEia6c}`HXKDFLa~$S4ocT60?_?I@&BYazaV2586Qy`+rZJi zPdtJ95i|6E<0={$qM5>RUc#844bZeYo3lmQ6@f}Ks!l^q1F~Sio8-^a!4L6#T)u~` zV__h*Hzd|kOv{k_tcTs|#_pyI#;t4;Bc48(_H?AH*g)}AL_x$2(w!hQ-lcx%q%4^z z18W@zIcv!H8!D_p5fFcyDsu*4P{+shsQCbE zxwwV2TbZ4mgoUGW80wG$)ua~jQc}H7LRjKDN?)JCAkuX@{gkTl9PWR75%-(m-hjC2 z+*t68>>^P*geSw$oI$4Q_JZT{o;{f-Q;P?Y%0&4ihS9S$W=1hP+-D+~1$Jz76i;bl z#{8M*qDIHZw&J;sOEzZ&hgjhRE9JK!M1QBEVg5vRD7Kn{G%aU#VkBe{Eeq0f2YFTdD5^dVD*t9KTuLp+3=~~97 z+fX7eS~59SiYjLZmvOR9RmVc<_1?vzeNzW;;?|YCNYm!Uk}V|r-vbHsw=1tyE|+#h zOFO0xe`K-6$}4AdxOwO8>MPYVnvZPtw~MP*s_Pc=7q%^|yDmgJx|gbZuBbkSSIa`h z^^>y4M=V;**)qRve%*pQ(zGSk+!||Wi`6v58l8~Qa+F*n3j>h(7c-`MeUF|zk~tg;&7|M#@2l7bo4T?1z> znbrKIsd~i>a_&QO&G$Ow2FLA0kbNtxWa4%EKQ3#T?_4bFm^yOXQg+)`j~%c1!4Ldb z{mbn=(e|E5TknmNk=7$i<&R(L`50FjH9Ft(zvEwS+!1Zu5oy?Y{mDq(?pS>jo%>!{ zg9fT7nt_a)wXpG;Zl$F1t-*IYujzhJ^5f3y4L`G8Z;5W`jW+L(RPB$J8~{>x7X5b) zQSa4ryASezZuk$T#a$;q!5QGK(UNVms%X`=+0fj{`J=bXn^&A|Keqko)Xz6A?tF4_ z>+vOL|CPhkVp$E`(mrc=%R=pJSSo3ab#9{f`r9Q{vlAbdwA{@{!uOyYSP`pjc(3i9 zw&mI_(b_GMnyuFhBGo%?h><5w+*2x8^Ied@}o<;u=zWoM+KYhhocY%?H}3I@omZ@Wvg<4RN8{NQ(AMuFQ3 zps`V3@Cm2QZ@P43rf0SR_sP|^UfT?CQvby8Bg0~A_s=&*`cM4%)}@-0Glyd>9Urt@ zZJ9Z|WN(T!;{C?4SjS`JTzA`EHoNUZdt<_av~V0=3Wl(6x@2}hm*+;^Qp5ffBxMgv zRGd|A-CV`|$w+l4Ys^b34ETzwjKPY=iPch^CnMDz$y!%7%|1S_h?KPgf>=FGTx-`t z_YaSJ|HvO7UG6#%?K-g7b!f5W@F$!)zbR^Ooawo;4p>HgyQXD+<8}27{zv+yntfEc zwntXXh|lku(iH>ld3XDV=8l!xHYkaj%VzS}s%gIJL)(^Eb=%Cr+xAjuhnmZ1M3pjx z^>JI*!ZQ#Uy&ha_>yDaQrVh^<=T3ek^?D0%M*sEl>*h$){-xpr-&Do&OPBL&qxrS( z3iF-c_2O{AD9#7W--1?n=lp!|yW#8gOU1jtsfy>@8BU|t!9^R6RtXrA?ExHHRx9DU zl?vLDJ~*St^$O6VYMZgpwH@6{&K*m(ohvmBbA#`B-|>F;>|zc26f&ie;EIw{Kh+eBURH zq?V3_-O-kPG`dowNssS=3G15Xg5Pz{97*QXxNiQr>n)3oy|c!Z<_!z2i_N=8f4udI zX;wWuwl))h;sXhj5_v0N#$FY%Ip@9CTW+=Y050F^nm@U)_4-7#^HAim!@x+9<4-M> zKmDQo8Nl3J!$R%#uBGBVGpdhF#j~0ZP1Tt4-r0;6-?1Pp*|tyhtdum*+pc*QOS*8> zt$C#q=z6hoy>v9L#WrR9>>kcsw3cFPUysFb-RsA2o2b72?=j${{r3I!zb4%0nCESX}_3FmE!jYJ* ziey?ZJRU2klnx)baOAFPT&cFd5lr9`F}3~Odg=Xxr2A)GpECbdX5M{~1m0$zp2IbI z%@=wgP6pqGPV%^@R6w=hX+IZTE3%So>hm7A8@BHH^QYQjAp90d#E zCq!ZQdZpBbDFqUjLNT+CPS4aBex$bW1GgujcG3sg31%n`Q$aIMANXhSx~yyJQcI`@ zHM5TjPH2JgpopEk?2y2g?s?5|PJU9ag#uHnsUQG<*ewdU zE*F<#K?d(d+yqIS8tL5rY$(Xo`F=p24{%7j-btb5ap}bUHl{yAaOw#{eptHRPF4YD za-34luz=6Tg78S84R+}dm;r3Ly@(Oa&>U0C#Z6nkPaf&G*~v)v1u=~J8^n`t+L9Yf z(&U|`@5y)u=pabDVOVNyp$kQ|@7kBNICG_FTJ^D|7@Ev;hJ}frKMR`2YM4?%Tnzdv zM=l+S6_n4H-zbCLTcHDFTA>CP2jhe+`-Ni+8=jC4Ej>;dgsp}fk za=uw@fh(bCtbSfQNEqjH^+?xQ=0Zr)rJ7PS z2{+`r`tk(sxlcpRmq&5g&69C*4V1T~n?Nx{*9=THSf9e!V#maT%)_B)fuRt)aR<1m znnF&KF$e>PH83o6j65DT%yA7`66ha1ra`*)Er`!A5E3FTA!xUCTut+w<>Jd1Cl{W+ za4@Daz1sJ+z7<^_FcB$|;lHRlR@Ow8!b%*Kt~cQ9Ut4jakW<@!%^8yi%+mF1eq2`u zMkbO?Js9!qSuMdUt-3Gp9_+&5*lv{zq#(2^4EsbnS?f4Z_=B5-lnCLV)jXC6sn<*Z zg8{4H(~QHnCi0j<$$2lP9=d8+I!$4%!WMBlCv55bQpfSnQ=^c)8Pv8+<{AFA-k7b9 zA=kdE>b0s>pCF#ZG`&VPVuwqJ{%NA2$#{>FqY}TuK?_M=KRbAj!%K=v5zyO)K2pay zLFyw}%|^AQXLUb}bhDl0Jh;M8;ECtUYzk&m!%vy=V<#GVG#)1Bh7fk9Azfz}xAunu zgJ+L;Jaj$NNn8`cxS_c6%@Z8Nt=fc$+11;FY%3+?8OC|VaV=fo>Ny{zy9HlDzUfn~ zCC+vje&F5v0`8D>)Ww?ic%IsWj6b6Gs6lMpg_oEAx;|D|vIsRvi~V&|tf269GjtVa z1}~N3h7qZW=$l{B{%~A56bMY14nh$<;CMP9`h=R{N|&(xueHza8NT`N-|796&d{D= zMC7c4WqWtgCs$R{#wwkdEmo1i)(NL6Nm>#7iYBRF(bm;2YU(wSaUHpc`@W#kqmHY= ziTB}@81c;5X}5Sfu7Q3NSmC(LVGINftN56Rf$c@oV0w$#aKtU<=Wx|fTzhuRkGls$ zA|35|^BF*~FeZAjhxO0qKexa?X$v@&`%m;uRQ2PGkh36#haLMwZ^#=ww`%od=a2k}h>(sQ76%?s_ zaSiO$mKKW5_A1$)VF5X9WU#HvLb9O^X~$J;MJ2^9 zva$WnPKs|lL%pQWS+R!fO84nOv6lI=lSkM| zf6|p(4djcf(Qpqips^7yv59#luaICjR7kqaP6}jnQVZEy$yi4QZH$ZUWOR_hIAvSO zM$;$Tv_xk}`=>8bWqK)$woWCrXEy5(k#iFnY^nGv*#^n@J{f-k1H@3Tbf|n>#kO1N zvK{Hnad87B`#2d)(&rcS4Vyz%5b;Uw$Zn$GD1|JNu}TJMjY=z0T185v9Gj0B!QrA% znlaakm9r%zt@YmetD7X2ST=_4#ieGZIpDN6}0@v6kja9P!x{BjBBvfj? z_^(veA3?dbVlK3pzwW}}U+Xx&jD3est63V&f6aCMl5_l$EBZ)j{Zye&%g5drQ>b5^3FaL$PS@j&S)2O+N3O8%l6^Eg)sQKn3H@3~W8+7vWs27&h(jUtJd~ zuDEM!e4K%G$(%5g zD^GS=$Yq5N*sOATGLcWN0xrKWLD}HINsV!;b4E3_HL5OLEhMk!c`aWU(_0csde`6p z0kE&TuG<#2M%#8qns!EOcCny4YW=DjQ4&QDtx5jlJl_IHLsa3 z$KFOAHb0!Z5**w&HvZi9^T9~}Q$Meac0Y}iDtJx8%JV1qxg80P-V43g>#hfHbYE|a zb{$-0UTA8y_SGX_I}*+Bj;Zt!qa&uWMDo|gRK}=zCw!vD%`ufOYG}clCYskCQ<-ra zOtz0Usz-dpY>lbx(W2vt^1NM&3)(6BlrVE}b`YX%z4LYR!G-SmwrKs9NadEOeQP9d zYgE6D08DYW3de5D9H5(`zSXywS9igPQ$J>pzx~{m=OQiJt{;pP^+q^bLZju&XTaRX zYZj1+7dl#D{8aHI&zB@PGI3ae!kCae&L~*m9-hxjaAYO}na6&Gm4<*a!O?q8waVVO z?-<+83}o->Ju2QBGg}i_D)81j05k$ZtPyxCIyniGxQ7@{oKq@+A^QdmicT}Kkf-!q z5zZee$s7rvHVH(@hP@A!X=>t@vh-7x zQeBUeUexu!26WZlQ{kNX*=_eYyzb`VdajvnELkq>jajT0_FnLOjW}>-ER@S=txW&+ zxT!H=)>;jBF~Up#pmfnvce}V2x0B6my;ap0DL4j6hY|yJRqf@UD70qutln+_FxVPz z7d6IA>td#cn8`v(nagJfBBr)gx=;*R+bX}c?(S}fNpqnG$5Y@Wm#M<99a&ZtMO8&J zp(Rzte^xbqs#B=fV@DT;j#C?^8!r`ptN8Vf4^?G}mr=p8&k_eJIGqjqQhYJc-0vJF dG+%r_NVEUVHuK}VxL@qj9@Q)VLdV1W{{fjCyj}nR literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b5d578b4724646e2ccd42e8656aec46a4c2335ba GIT binary patch literal 75086 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b126723fc2f25c7e829e6c5ebfdf606a16c793f9 GIT binary patch literal 10397 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..86e191ca58ffb59db08aa1da1aa4b327944447bd GIT binary patch literal 14789 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 X8yv)6IMHP}xaSl1LzSmELudS7FZ9Z< literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2bbd0cc25aa6c074761abaff3f3b40c607ff9575 GIT binary patch literal 1800 zcmZux%}*Og6rc4ji`ljLObDWBv`s`CL$Fgm+6tj61knUliV$##)oQig9qcvh-PO!M zYGfo1J#eThq#oi!4@m7HQLa7of9QqCL?I)hwrVcDp+GM=_08JGR>a7jd2i;ux9{Wk z-XF=NhG4xaJamH&g#Hmsb14nt^cx@^BL_K>he}dbD#fy~lAM)GN>-7?ea!19saaJ* zSRpF#ve#LPXXEguWV@UWEIBIH))c4ndnKzoahz~erwe!u_+(j6CH@tkN-12P^UGYZ zEy}pOf*DV)K3rNb=kG7ff4%tNUP|JfF10<2(x(#dUdFzIiIwy4YB|Jw+;R(#Fma0$ zlhYHEQ(loeemFU`P6KDn4Ic#m^48eA@WpV~49hp_ z9vLO8Y~-*(q9CzjJj(wo@d%y@1t6P8&a z@F&xsPGqRd@OWt1>sB7qOz4Ig6U3Z=WQ0?hkOVBS11}wxdD5k3-F;CbatS^xz(yxv z+d*e4>KfRa{dJ%gA9;&nUDL;U|K9BWa81AURtENsU=Kc;tm#uHol1v#3R;M3Z3esG z;^KmR20;Q~B>*M>c3Wys{xe|*)^?0_)+vObSaP!n1+kviZR;D`atu}Eb59WKYe_YAx0Q-giESbx`Kd~*IM9@6ofV}i3-MhX zOX9*fBMca5xL~Z@E>f4M+gXmtec@B@7+q z@Sav?OkstJ`5`i95K(a66{!miavgYaM}LHE2mRNNI=*;wedL#s1Le}O*0(oWEgovA z-#+<$^l)N9G|$Y>TZj7S@xYa;RvWl+khpO?_+hp9WVALoy{o^vZ2a`?u68_pt-4hk z9^LIZ(uWVOrJw8RqeS0PeCTET>ht*3s(Bb6KN~<`t!4hj#KPGiO7!k^?`t)E>_8bK z0!$B5-CTtj02f3|%_tW{#6wirU~>C3gaH$!lMIP_ks&fH9+g}Wc+rI5YQ4fyyiZYN zI?Bbn_-rX~Haz?#xd|$wFX$n=>wqc8jqxE{ky literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8f998ee922f391643ad4c82962516ca787beb45f GIT binary patch literal 575 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4db957c021476503f4f519c92479e6213965a935 GIT binary patch literal 6576 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a7b3ba3c90d3ee939faa189af94e3b3ae90310b8 GIT binary patch literal 3838 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 B;eG%B literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c0b2aac4b77daefcdd8f2394447cea0c92088251 GIT binary patch literal 2492 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 C-?$Y3 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0a72f3c5d031eb9550bf257796ba55c3eabb1e0 GIT binary patch literal 6072 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 GzJCLv0EDyv literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..43dd4bf0a08aaad1536e53e0cb6d7552da6d30a0 GIT binary patch literal 6076 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 A#{d8T literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f427496a3a7d716425996b591aee8ab5b28cbc29 GIT binary patch literal 2147 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..839c73d9f88c1d4f164d44ea57332d9811b2fec8 GIT binary patch literal 43592 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b4cf33266e53a014c25ab5d5810b52e23de5ee1 GIT binary patch literal 3356 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ce4f36b738572051ad2a2f2ee91eabe496e1fe2d GIT binary patch literal 322 zcmX@j%ge<81UEAxGt+?dV-N=hn4yf%IzYyBh7^Vr#vF!R#wbQc5SuB7DVI5lnUR5s zA(c6maWx}Ebree_vnI<+5Koiw7N3i&n`5X?NPKWeq>pPbP=qxkBQ-bGPm}c)UrK6P zVrfoEd~r!-PHJ%x$hupsB_Qb{77&{qs(B^DXOP*y67)0jb5r$;@{{xfDw8u3i*f^s z^0QKtON#ZKb5q>%i_%l|^~zH7%Jg$Glk^KJOEU8FjP(qS^ouh~QgsUwld}`kQ;YQr zG7I$Mfyz?yi}Z^!lQZ@eb zR%+03YAH=Bs#TBZ{CsM8tR6d^%+xdI%#54qoO-71lrYo*gwVezzq&KyIr9f(Ds`gi zOy~2x4-Wt-*h!kEztcJMNZfb#{eJIvyZ8Nx*=*qO+&S~~_-iqa`%7}jPjkVt{FI90 zu5vubE5ckv5l|?|t_&*!O7>O-RP3z|sM%W+(BQ2KYa>;Gs)#P2WAW8teZ&wjFuNvf zjFd_Kr;*1BfKTh%IpT%+X8LOZVb0aIszTA zn|O1$Gtw34Vs=Z|AL$NsGrKjsCejn=VRl=%H_{jAi}VNjBWnX|BkKa|A_IW|7G@8x zk8B8RVD{?pU}R%pV`Nic6LUMlnHTKG%GaLl;<&&*zAmtz_XLJ`CGX|yVK(p$ z!hT_hZ-l*(Z-TGyx|weloI+n6(()~^9bmRr;Q-$T*FolL7Y^|q_;td!3qL>X-3UFz zLf636BUB5u!a>0_rX)Y+-;0=if=#Fq9woQ%C{mcoc3LG^rFdiYeE%hF;IL4o)FfGI-vQ!L$LCFymCy<@4TcA94~Y4 zf_sGD!|%rXa~Q|Z$*C3Gv~pVM-}@0&!LP_!L#JZV@Kjs~jz`W##rUvanbY&3cxW^n zip6r8v2h{HBVN_{Q21;xehR^cqfve;ER0N_6LRJeF*GWi3XPs6r{9oM?Vg;@>Gp=g z;n1nDkW=p)AC2d9hvI@LxsQy;;C}2}d^|cC3g>jkg)dGClcPdTGct9K60mGFpPNKD zimg38CB$OEuy8>TgJV(r#>2v7C?fc^xvIU^v{fy?V@QX=)X4Dk}8azFPh_Re5HgygIfoW)<{KrI$ZcN;Onu~*EY$Rh7 z8Jo%2LdI4ywvn-&j7P}WLB>upcEQMLF}73UN)*IC9j-R%;{g!^Xj--4vlMN8-r$=lAG7Yb#hpo?U>|Zv8s5*m@cVI8j`xCKB-Ms zB~3|9(wI~w?MX#aJ!a;0mrO6&czxU?=fG1Mb<#Gb;0>2dvt~UPx5{BMbeOd$xr8}k zkz1tT;x;+XM73-yy^nLPT-+(U+c?qpvr^1j=WL}sgL*k_!aAyanmf*&=Psz8=FThp z#!w47<`7m0V2Ll}6URr-_%JUeXyZE*n&iWR*k>^K@H_?x;v1LZ3Ve?*G&x<08}pqX zM;509-#N_2xWL05KjVwBmEt=iFF8z9q~oQ60BRzkcpQExffcb^JRRH0Y*b)j$@sct zNcK!&*`Mt3MGL^qztvap^u?pT^Wu11@Cg@21r`jiKHolJECi6?n~DiBR3EDzFtM13 zwFeFBE0)UEXIYs@va-Arw19nGX9a*X+X(Xmoz6bp?}rPi%oTgts`*;5wr z6)o9MFu})Q0_8Uv<%N}5tuJN7Kt@?L0R>i8^Vsxh0^Fzq0T-$WdH@~pY1Mr8+2QD< z@a(g`^Ji!lu;Dy6K6!52DpN)(<$7olZny6B_+WxX{SEeniJ zmO6~OxG-M}Q>PSGRx1hO|2(xS#4OY(E>2C3uBs2_1-gkkWo4giE}OIu?<^Ji{2;ay zj2`V+fC0kT_yrjV@X;w6YPS7gGZj~rG$Kxw4QzQ?(vI~Dl@&v0e@0oWX3>hRutGWe zrAaD9^GQ1 ziThAFaX%SDWH20xAxI^Bsf0uAq9_cnV(1g$S~+{MSA&IJP^vrOU@^iL04Oe&KMzLx z&qO0azZgB$e{7mIrpPfdIw6e4WBq$0{7_UpE%f(2Crm!qA09u|e{MQ{COWykZ{0wD z3|nUJIS?12(?YEO-1xcvAfoY6v7fMk{$fS?&Q0eGQd7@Fqi1Kl1yrDKyR-;)^pyfb zRL!Sh{Ny5+H*k7SM%R?mH7%K38B<%z)Rwim*neHt?akJAlIdwBOUrutZyj7}?Og2I znr_{eZCsPBYtDMx^G%$&eVMbFEk9OO>kZ4uoXaW4&yAK(D8h8ug!?`$-&VZHNjTduf48V5x=U0V?LBt2W*i; zY8CKA%S$RuU@ll(9tj0p#kwR_z!>$Hbnq+UteCWh;hZ`IoG7O~d!F9X5-X;Hg%(T` ze#;&h-&O*1R=lKAa&yWA+MH0lrucOQroY0koY_yiEZeC00!B1`u8+3S;s_It5CbVk zSi)G8?No>oToGqjT#thMYVkN;;s}hKtB~Kyh`FlxsUXp~F=`OaR&khOSC5~YW-)`s za%c8FG?ge)X*vZ*!_n9j_Ko6HdpHvUF|isLH088hO+)g)9aHndhDFoB&5dc(fJkK7 z5WtvzJQkGDQjuopD1Pjrc~tDp{|?8uRRCD}N&u^f$*U5ai1{@i2Dp;s{Cm%)^u6 zBZAyH7to4H?7IL}k#k@j@UZa05VnR>!RXjnOo)pOh$m8HfKhYsv=FD!4bn8rso=_K z#L(nv5Yk97Nz4Ny8=JC8rl#t9fPBMiVu_5e;w zbI(Q7rhpWdO~0YP)AV~NpG#Ek91IEQ)p;|uU8&lxbZvL?&^;};e)}73@7BGy?hose zdoV$3o31{8<@v?dt?%ql*X&6i%+@yDFkUk*9RBW^@7mwpovs~99{SMbnctFjwSUa1 z%)ZNttiyGA>m6rZ)>U&ga3yd>nXiKXJp*U1xjemKzmiyZ`sNp3{ruYlw@n+f?%KHn zY|a-aIBHg!;I(jkTXB`92S5d{;FaSF30xfK{HkHr{Ug#^SCxiA97D1g&2KDd)~642 z+ry#ADL%AgX3HAdQ(X+l?yLJ_(jJq-x+N5uDR*@HE`YnQa3s|uqa#t>;O#r_X4{`P-j3wT1o zt=s&z^?KDp{4Z*I-aWCXcI9=PxiMqvdf(Kw*t>JF_rN_Br#Ig(g-T5jwk&VIfi5|93I2iZH$PaXC46m)vb9mj{ z@MC(R26|27hvwR^pG+$6=o;t6+q#w|YxOH%n)?#Q{wGUD=f|8HG3x4XG+t{=TC#Pm zFRNa*WUUSFV`}IT^nf+~4>vULadY2yckJ1z`u+|D%oR&o#ut{UGp}+27f|qAK>0aN zPzh>Yu^qmG1~w(Lk)MieygHy|F*MAj4O9s_K@T6pgd4%Do{}U0>8mKkwAQc7X@-bh znA6D&!JHu&lqeh6O~K$7r$XUEhzg`p z&KeAcCMTnDkgMRFB902&5|NgZ_&gbGx)PKZ8)1MejV*`4D>mub^bn^gn2fjZixFb| zHSVs({=(6$$@;?Ktik-kp{%X?;=W|-3&Yv|^%sYd2QQDzx6VIzwC8ZnB!TuIgY82(9YEY@2y8B(c~%)K9Rr6h zDo*FL5^LLUUEOo6zb>L&@#|!;iN*TsWpdKCA`%Wpa~Tu!*U3%XY-x6_>gOZ{knxB3 z#Wur`XPmVfb8Joj#Uq!y=C`M+yVC0ZtjlxpV3JR(J$F1!Z>w*61~CKoU3SeKzO5dV z27$7wJP0)FR}TW~JdL#GA%9XqK0%}^QSRu&ScO@`8p0}l5&5m2HCM=w41%gL6AYR) zHmQa+QVl71MGXm$re~P|cd3TF;jUTgjX&Rg6nz~rsg{@sb$|l1M1Nw7$C|vAk=`A-DRPTD{@#P zG!=5_DU0KquJZSZk7Dpb{}hXTcTqkd$p9IvnlZ;DcgzPyxXcAA@W@umE?B6qi><#E zeDB@9XPM`-zUV1p&ww2V{vKFu5{>mN6A+BXpIymQB-U|Hfiq8nj1^3IV!o5`w8YRW zagBebG((c(G7ff8nn98RP=C>~Hm+hzmobMwQ=+k(=f@=}^h&V?WiEB)%62|1;9zXh zGHK6a&jHvItNGkY`39@<3h73%kN%O0A^riF(*cRng(qQ2SQEB{_LlNZwd6GmZcn0&*_;3uC|F`Og0UH- z`m(2_!Z1-(RFK2KR8(J3#K4B+iz*sOTT(gDz(uGSdlFi>j766bF6tTfB&y&dd{lDj z;38C9a_QkJNOe%60j^?APD5EFXfMVzfjNqfo3+Q=i+=WahisP_tFc`P`$U)QTY6tK zJjx~PzYT`}?Td$wmeC4L$<0r*#heXCh*0naS78^2nG#zt*y)3Yi8y`=%6E+a{1MH6 ze}i}qFNvsROlSkEltgz|6;Lqow-Kjo_0!1b^u!ip8WpRRqIOX1l2nffSV=Q#C#3`T zjq$3WYQhL~VuTRa1dI)3G?r77WH(pEk3%_y7%G#{qmaCyI>;0kBk57xQ!#C!DA%pd@x5S4-W5y@P zN|z{)bf2Fu$1 zImKOf`=YCBvFrGvV`N!FK3V7H4{PeKp1*Sb>X)y4dEv{M&Yh{wo#~ogSJZcFIxef1 z9ImUIu58LUT2qeJ*Y>=A;MD`KKlbWlZ|_UDZAm+}Cii7cwpWhM9nF}0DU)x(`4^^+ zyaV;fJGph+-g*4@E!SJ;Lkpg?rzffYhV|XuWJ*-;%JG$Ch=px{ZA=7M*~at*SV;G- zlFW;Q@Cj8ym(T#AHXVwONHV)g1I-vo8uRKhkms!;eWIC2aS-~lb*QJLSo$zF|4Yzg zls5x>zOKIqnv8P$71CvtJ&Aq_Dzu-j+Vgi*5u^P70q8R-=Ko(BjcV{|8fmL)hgm^7 zd=F_g$|!$HSFRBAm()rtE51zUxx!HYJ!z(`F7H>aokj)9d$F%eR`35+s*h2L@&i1h zpbh>jr`@Q?hm_XHvj|VO`gWHbSb1P*lQuGA$wi>y2?Vg9cU%IwZ)iSMTiyQ|s$idq z$4Qu%Li`T)J-RBcsk2dWL*u}n&$gni_MVdEP8{4XM7jsjmn4x(UL@?F~s6BT%_cGl{?MN z>UqVifw=2*@sVPm*`7nyhvTjw2OEmP94skgtC$FRe;d?m71j&w8J+l_x6fe?*@isZQ zbWoy1LzhV?G{1Nn9FM3<>Y!3*hDx0^?w3nS6!{1HxXX%@pkzO2EnU z$5o=lLD^P|#}d_*D004d;3Bp&zE;j>g1A1bp3kO(p?~|?sf%=RDO(`S)$%Mu9c>dN z8C>;D(1Ds&4{rr;2faX#sCfD1I32ZNPolaw+di#-2#~FM5^C{LtPk*lD%N24s_1aa zJP>(K?c-i?yy6^HjdP>QlbASRS)=Q?pYFQ3F}K2jl^@?Eo{ zR2S+^kP=Vq?^YsUDoXrKz{0s&ekMqj$_Oeg+4#e`D;SAP~?6(a{@6G zne2=qBfaQg4#=>AXp6R=|1(IiUo}nef01=bx0oGLC_h3%Q>f56|7RiV25K2SpN_y5 zk=GL9DxI;Kj!uEsImr%YK_E(+{y3t8#TY6GiHXDTYzdQy9HPBqO$~>@Cra*(^&fKz^T3^&b$J!u519VSR}E(F8~QrcyrNDu;#Za7?k^*k2a26cP6Tn$ z*WeVH=GA$!F}<^2gDq#oaS5@&R#7?zO6jWDbVF}s+f6B9fP1_Ka^~r z2fY1Fg4U-*8SD z42lA(^M)d40Qn`xV|2n3UG*>FnNuOEbmFDR_>K|EiiII-UmJ*ZE)_P@{uzT?iuO7U zZxFfsaF#zTNQ1dK%`Z=DX9*wtGe-%WF8-ng=oBfWBbZZBcwfvD>8n^_{Ri zP;AdRgDdH=U^Frwr^ER~8y8MuGdt!hSRbUVRGKmukS9}B%(+%)b9yR-gY^2Kq^t%J zfD?~uD zhE5Sek}(k-pM*weVWdSGKBg*1N8p+6Ct}8hNKDe()B*2+Mn?>~{}^|Y)v$h{`vTA} z=3t2!hSP{1lY58hrTJ^c->3Xnak#gTUnNlt^`}THUFyJhV9RNka-7Ke;9c@CGl?_? zBoYZhZ?K9~Sc4GAu%Z1olz2Z&$D-vlOyQ6TVPduL$AqWn*=O0SWJpx|cMxO7{?O#7 zB_F#AApBDRvh7?`b5fgi)FyR*rCXa=RSE7P(* z)v`Wax8aVbWnoL&(~IL$_p8(-7P)WYY@T`lYtP)au3Ktfm-V(~ylYb4HSc@Z-uz;= zp(E4KpK9oTzhUFs>sN)dTtjwwAn&GdoBSG2edM zgTU~KI7_2xw?`=d9}&hzSPkEns96H_uMxRr#d#L8n)zB@cqzUcfI{J)oV{K z7*n2}l)d+_HSoP(&#f7F+n?^S#MXy+n@6GXS~}|-ffq4cO2e@ zgPFEXskTk;sBX7yU-CBG*mP~vjYqCManY!LoU2mptFjY5r zubQiEy{F;U48DCbGk7>PcsMiocxv$R^x*My_sA#as(SZ56W7o=zjwivH*$6L*Ppx* zycW#XH)lIH;~#zB=()$K>pb^Wh?}qGJdI$K)S>h4HFEZv%TwPnKUA~*?@s+E$I)zU z!wu6l({~>KEo*)~I^+IE&Q(8uXyJLtfSg;B`|nttS+DQL&TBg_>rmchJ>*^uEt&fM zRDJ(teb(EAezMixbv9(2{*=?t5?nvA@bu!^q4zYm8-`aVMh>NjN9t@se|pv`#sZvZr;{SUIFVsOba zt4gRUosyD?%~_nMnxOr3)iYam>~kFZDF{VP>GlR0q4^CQW?>;kCQ(@k&c-1P)s#JD zA!-&<#o zR^(=seG9pnKDBOU7D8Z(J(XBZa$cwv-BY27|GcrSzff$F8J3O1M7><6(z~oCb{4zH zwkiv$W+BBV zPUITPZ^rz3x4>A@&FT~SO3W{DB;G6Mi#1kB0Yxw8$h#A2z6NT`wYTctr0pEftRcQm zvPtSRmDpg#RvUnmR#FWqo<|%6Hk&X2vsHkZ%l_oF@YhdlluIhTzw*03PoAYZu4pZ7 z@2j55rN}*i_Is%P=&6BK3E{lum3yUfxZIY??TZ)LP!ojtu6j_f3T(LF=J@*G!3|zx z1gEMh*L`Bws;uCY+f%F&!|W%|Acs8<#}+sLz0|Ej&Yx0`w!dR}=m$ARiB?JIL}K23 z4ei=jp&Nr^i4LSXjpOK>Jp%niX)Dkwcbs$d9gK73OX1Idbg=eIjb1H;r zq!313`Gy&G`@k$KDfbad|G-*wN(93Ld(mSIH**ljtt^hDA~|EkT?}HMBy6T@7*seY zF{5LiL?#=U?G$nE5Qqy1!h9h~A-zS4fQt!$OHTNE$3Im-tV=r3!V&{a>@lco!R^u?<837mY%xroFNWH{N?1KVPSU6ck zczw^H_9wd{Q7CPR!YCAsn6ejBU-!@0O6jC3fLQ>fm}AF>aqLsWawCi#7jflGQXDV~ z$fXr7oWspRxvFy^=$ucUo@rQ}Szq~KA<(V=nR5OwWc*h$J|cs_+>COoZ>GAGT2?ig zIb?Wd{3P9=5jqupuKb!Ix-o;4@S(m%8vTqSAo7{~#-hYEA;EZ&A+pslbC9yyH^l_z z?D7qYP)M;Vce-dPik!q!2EOR%=#&VBxvd6&8`DF}If-f}b`f2CHpv${#X-KTf7rcl zak`I9q>TfYSYSf3``JVW;~3>ORCOH8T|E`-zX6T;)5 zhoO#7D1z8U2Fasxn4FBH<0aKJMs)o;g_5iXG@X2}8XZa!X`5u-p3_5xzo1(8b&3e; zyKn&;yF^Mlu!Wdm`7q+KP*HZXkP+S`s;|J+vVnI(l3n8P z;XXU)$$3VKOJsG}e<5N}0AkIU9>DSKuB(PC24Lh~U&cF_@(!lGn-+DoxHTi=?oYY< zlg1A{O?jo=Y=L&%wKcDer#)-)Dmd@jnqKwZ`dqqseO?16W!3WPwp-7oTQ}yb$V123 z+g^R=zo`$kmM)ELm_Qq?^-`bRJTK_%aUG?{(siysTGlf_{yseJA1R9<5^F4wi$GGQ?|b4zPV~s^`gyp-^R7| zF7`h1PW<1@{EL}%>!a|?y6Q8oj+Coo;mc{)rhA;iz6MF(cXofGg7vP|nXxvftj&wo z-qkUUcK4E}bqTa>y)RQgn5rLqTgYrYnA&(SU4JOsGLZEj%(ixB+q$zY9j|x4+KpP& zc`#yi4L1ze49gCK*ZnbPaJfHGA*cJbT#ff?YA%f-)vfPdp8Jr)coND!Le_OlLw-NoPVXiPs>u7Uz8nt(zr+Ta{4D;S%ZxKPs_E zK9_1TLEF))NA5K_k68_`OK3`G3gWc4u?KlpATfFU444FQ+O?!u8aXE!#h%qBG!sRl zPmYH(o(8D8YGs)%$Q(^sKem+O$u^u5RVK7EV2Klv&YPG?y+Qa5o*8JS%;EwVsTZa> zhDMr)XR5a2)~)f$9S;;f@rQ`_hVp@8tN8!ICjN*FvOzDNaG4Q?Ce2s~1(YsZBhKXm zg<*>J=Q5m3I#+)3|NG6~f2RK=u5n;H_qQlF#^U^4vN4t}a4H;mj#ZT-9V$y0=sn8J}d#=9~)r@mv+*9^*5D_+!NOS4ms(*D3i=DY=a_+k<6W zt9X^X?d6DCkT7SKWsDY8VQZDRsmt(~X)N1GD`2Q(Jvm4R#@bXFTohdEeG^r@r&1 zDbuwj)wLzlwJX)NE8VpxUB7oxSC?(;f_YolykvJ?E-+MYu1mRkZjGX#bl<+TeLvX3 zy1I<6Ii+h}Y#Dfa=$)b4y1nqaK9XtZO*QmFMf~#mdH0p=DO1y83(W1=>gM|zRU>Yx zQ0WcGAF$c#OY53`%2;||-B-KMqhQ0HQ`4nAEBJY|PzgXS<1P)zvf{8xPo=|36|Zh9 z9!%mDgkTciFSZ*>5j2vko|1$M+&|n~!N8pc3K=+HljX zu&N#Y=x_0epf5pmv^I}*jRQASQhnOG(Ts6~@ZgXNYpj6uE!!5ntu8F$%AEAu}>E9_O2bdmeeVteKE-06&^F=c6-zmT?c-KBGzTW$od z1#YU-4ZX?X?7*&f_q;zaH1C{`&VLDu>b-r*N3+(tjI}LgZCe<*ZSB5!;hn9SZHH6a z4yU&rP4yqm)&R{_={;G8`|8#!Td(f8vSXn&?dW*lapHFOo_9CDH+5CQ8wh3iy02ljZl?|bxnI#l0pSHNVb{EF=xz*yS8H)x@_$h~O) z^er5>$`wF3(i9)404Y}73|HLJq132?QX?)FC~f7qIj*>wue^g8%5ofThSNY*4ma=5 zYEfE+dCP0rYS~^osP`%Hs%B8v@)=xd-pX6xXXQcLrabp&wY+Y&Do*4fd$83O`Qox) ziFXD5rt%~>f=qFY_?udhPK;==GF7~Ow(4bDqDpK{XfG-s<#6z>xasqTvU(RekKm*k ze@8|4{NJ+3o3XToQk@by^bB^lSpzspvRS)k%m>aocMbI;An%q{ZO{MzsHJ_2wFIFcim$V63xs_W!u|^6nH~Ct* zWif5S5L5GY1^%L`@UA#3K07CoNgNVI?mF~3xRrVx;1Y@nBjaE`r>9XEfqp*`4@_hq+`m;DbCRS=-N;!Ho$UBXrDV9BLIwIiAL-&)U9ZL+)oJ z+xeox6hqychNXRXH_BU~CPdSi_UYwEVc^p%71e!8bYUf0u%x>sPazzvQ_lRs6G8~L zh(OCKMm$3ve8|x=0@$qdMFd@IRT?~i;86e2&8%9Tp|kLVD53Icctt9VWa<|V^Qpa?@a zOu3pEc-A55n#q~&GOR?#|B16$(iSVm4H2e7P#ann)tu8!=Pj>q$#{EH-rk#Mz*S2- zHZPhsi^mW}%)wYOa)h)(S&Lh~4&&R3&k}Hp+e#w{R1@)6KfGeDBApN40)Q<~0pB8m zQ1ZvY$^uZ7rusCdIh%aAzwvoQgF4b*;U#^V;op+&kH}XeU7*%o45Br`KIZ^-JGGjT zX)(fTe1%&O&4rFFXm9oX99>S|pD5@6g{j;3BRffrOJ-K?bjoToVxvB}AA0Ho^W)$>_;UcpDXrp&%+i8Hj(2G>oAz zqlS{IPrOTR;w{YJ+C886hvb}w@zGN-{5pw=Zemn~Bxb_rLzqjt$JJV-=_R^?ok!0Z zh{6oAQ?P7K=Cr&(pCXaOI|@kxL&T83kzL~@ov>#thbgK6VZI`vRpKr(o+YD-YEQxi z+zW@Akm{l!@hb>qUIwEIYB=y#Bf z7L({B2^w90>h2wMVngMe2B$=Qgm&iC;YV_?N zP+!ofEU5npJR<-_BV}ZeKFPzb1kg%Mk(`FjT(Je=>~_d!WiTqgrK>T;d&qsJ=2I3b zA>T10X#1Z^ToJF#4Y4^TQA1v>*Kc`EmB&H%Ew@xS8>ZiqckA@kuetIZUbi;i-mpKl zX6VP{03&}*Kd!GdT3^{Yw{t%9zOiYkp(Tr~tXHfH>r%G1C7a{&emcFMwly#8W2f4` zm}=XcvTX+Ex6zUuhRnfPm((q_thu@Wts`$7Nw;iS<{nq*-6>OJ^65N+9CPC%`s0qq9NkigDL^b9<(FAk{qZ_TV4v`0kE(H>8^nUVe0` zp*34upRH}lHnwKl{den|ZydRHE=P?*wBa^+dF=2)H2ycW7~ZPL>BiRQ_^h7A5(DlwLiVTfvauCoyjB*X}r;U ztvBm!m>1?x%-1h=ZeFb2!UO}KkiYni_nbPi zH#rZtE8knMB>UhVH5~t8%NjWTq+Nf+rTLS-`Xe^YpBl9A`BR$)K7Z;`!A>9P;rz|3 zZ!fG02KneHBz|^U-}WPq?cIIkc<|`%r-DcJ4<8sgxWeoB$PP1i7M zEm`ZB)q^FP_cCie=kU%CE;tq@7MfDtb*busd;<$;2GI7SMt==UEFNC^fh~ZYSSm6}4W; zBH)lA>j`WFWyAWhYeu1QQKM&5)lj`BSE1F+TGndjHc<=A%xa-(Tbb2HRy(s+Q?(t; z>Le@69|B~9_2U}yEmVm`xS%?s(73ZTjd{u9-y~V?>Rrnk3c80)QEPnRL|*CC_};G1 zb9lYm^D(_BA2ajE%%(<~HJ*jNc@D3eG4^^p_A$8%1;PehUnw&YSuYIc!FSfUZ+`w` z_GbCrQ<9fNYtSO18-XJDf)G>ur?r_=gdRdjvBtP%TCPMn&MHbWMY_#v##myr6~1{Q zqgDjlfZgL;mB5Lh=_6tH1?>dYsgNjcN6;NY3kaa#u5ybtsan#RlcSe+&z=5;h1GLK zb*L(=I)pJv)j5N2CjLJPx;FK?a#mSZxuWJ8tCnVXWQQ7w9+>vg_lPEahxpK$=mXQp znJHjHzJsCjq4)#yF?_Ylw>vHh^qIN`)lY^)P#t2y;@RjVZkfh4^+O|c8l&_XuAB)c zS0dy1QUES}iGgmUR^gZrwOjmmC^Dy-5%?HY8|ae6<5rDDqvC!<_<&kZ@DQ!{wc(2H zkJTD4X+Jcqy=T=~4M`RDY`rPD`x{!RHxRY>P1q{jD6N2q;T> z*kP-}_t;nn<;0%KQj*e_@XAyA)x(S!8WDd7X+ii=gYXr>@YvajSeQRMHo-Jta#nUr zLg|Y&t3mpD>L@b)8+8UTZ0KZ_R=*K^cXK`Aal5~*{YhS_FxUUk=KUYA=r=Bz92rw< z%GCO{dePMSpG<=fVooG{!D!`P(ba)nQqNse)pOTtH>xlNcOz)n|0G@iJvN0;1VR}` zq>dBu{a5KYNlqt!Nldz>%UJwUCO%9^y~D0!7Kg}2w6gR;qL{P^(jJ%7V)&s@C2f5M ziied^*e{8-FKwwL>|tkJq5c(x#}K$I$SY=%5&$iZLY3Drz=UlVX}wlKvF2 zoh9um583`Z86=g?)m6-BDn1@&(i=u@NoQmA%F-~6KCznu|1%lHO%(@dNN9OWGzlYf zh(U=9rKe*!!-EfB9va^F*ooufAjRBB##bnM2}fawM~wU!33rKX4545M&9}%&z)!-H zXtlDL%ckI}xrr}LNcY9>5T8Ok{ByAR+*Pk|c=ciMKu8UQ7o$f`>o@FLziQx@k0fuF}rSk)?N2;LqefwylZw{KAkc*<~8KPE@*OI-aGe5zKS`aK;z2m znbjbN7?~58fHQAqRts0{&Rdz)#?^ZBc4h@x;mtdk)d|&}yo*`gK0+EoZ6I}d0$ocS8CsnEUvGQUp(*w ywI#1sYHE_$r182O$9-}5(1XsXv62^FFUptTo=u}Ie&iLPAAS1Q_ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fedc936ff2795c1ab999f3ef621d64ddd2327ac4 GIT binary patch literal 11447 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 str: + """Replace emoji code in text.""" + get_emoji = EMOJI.__getitem__ + variants = {"text": "\uFE0E", "emoji": "\uFE0F"} + get_variant = variants.get + default_variant_code = variants.get(default_variant, "") if default_variant else "" + + def do_replace(match: Match[str]) -> str: + emoji_code, emoji_name, variant = match.groups() + try: + return get_emoji(emoji_name.lower()) + get_variant( + variant, default_variant_code + ) + except KeyError: + return emoji_code + + return _emoji_sub(do_replace, text) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py new file mode 100644 index 0000000..094d2dc --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py @@ -0,0 +1,76 @@ +CONSOLE_HTML_FORMAT = """\ + + + + + + + +

{code}
+ + +""" + +CONSOLE_SVG_FORMAT = """\ + + + + + + + + + {lines} + + + {chrome} + + {backgrounds} + + {matrix} + + + +""" + +_SVG_FONT_FAMILY = "Rich Fira Code" +_SVG_CLASSES_PREFIX = "rich-svg" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py new file mode 100644 index 0000000..cbd6da9 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py @@ -0,0 +1,10 @@ +from typing import Any + + +def load_ipython_extension(ip: Any) -> None: # pragma: no cover + # prevent circular import + from pip._vendor.rich.pretty import install + from pip._vendor.rich.traceback import install as tr_install + + install() + tr_install() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py new file mode 100644 index 0000000..b17ee65 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py @@ -0,0 +1,24 @@ +from __future__ import annotations + +from typing import IO, Callable + + +def get_fileno(file_like: IO[str]) -> int | None: + """Get fileno() from a file, accounting for poorly implemented file-like objects. + + Args: + file_like (IO): A file-like object. + + Returns: + int | None: The result of fileno if available, or None if operation failed. + """ + fileno: Callable[[], int] | None = getattr(file_like, "fileno", None) + if fileno is not None: + try: + return fileno() + except Exception: + # `fileno` is documented as potentially raising a OSError + # Alas, from the issues, there are so many poorly implemented file-like objects, + # that `fileno()` can raise just about anything. + return None + return None diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py new file mode 100644 index 0000000..30446ce --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py @@ -0,0 +1,270 @@ +from __future__ import absolute_import + +import inspect +from inspect import cleandoc, getdoc, getfile, isclass, ismodule, signature +from typing import Any, Collection, Iterable, Optional, Tuple, Type, Union + +from .console import Group, RenderableType +from .control import escape_control_codes +from .highlighter import ReprHighlighter +from .jupyter import JupyterMixin +from .panel import Panel +from .pretty import Pretty +from .table import Table +from .text import Text, TextType + + +def _first_paragraph(doc: str) -> str: + """Get the first paragraph from a docstring.""" + paragraph, _, _ = doc.partition("\n\n") + return paragraph + + +class Inspect(JupyterMixin): + """A renderable to inspect any Python Object. + + Args: + obj (Any): An object to inspect. + title (str, optional): Title to display over inspect result, or None use type. Defaults to None. + help (bool, optional): Show full help text rather than just first paragraph. Defaults to False. + methods (bool, optional): Enable inspection of callables. Defaults to False. + docs (bool, optional): Also render doc strings. Defaults to True. + private (bool, optional): Show private attributes (beginning with underscore). Defaults to False. + dunder (bool, optional): Show attributes starting with double underscore. Defaults to False. + sort (bool, optional): Sort attributes alphabetically. Defaults to True. + all (bool, optional): Show all attributes. Defaults to False. + value (bool, optional): Pretty print value of object. Defaults to True. + """ + + def __init__( + self, + obj: Any, + *, + title: Optional[TextType] = None, + help: bool = False, + methods: bool = False, + docs: bool = True, + private: bool = False, + dunder: bool = False, + sort: bool = True, + all: bool = True, + value: bool = True, + ) -> None: + self.highlighter = ReprHighlighter() + self.obj = obj + self.title = title or self._make_title(obj) + if all: + methods = private = dunder = True + self.help = help + self.methods = methods + self.docs = docs or help + self.private = private or dunder + self.dunder = dunder + self.sort = sort + self.value = value + + def _make_title(self, obj: Any) -> Text: + """Make a default title.""" + title_str = ( + str(obj) + if (isclass(obj) or callable(obj) or ismodule(obj)) + else str(type(obj)) + ) + title_text = self.highlighter(title_str) + return title_text + + def __rich__(self) -> Panel: + return Panel.fit( + Group(*self._render()), + title=self.title, + border_style="scope.border", + padding=(0, 1), + ) + + def _get_signature(self, name: str, obj: Any) -> Optional[Text]: + """Get a signature for a callable.""" + try: + _signature = str(signature(obj)) + ":" + except ValueError: + _signature = "(...)" + except TypeError: + return None + + source_filename: Optional[str] = None + try: + source_filename = getfile(obj) + except (OSError, TypeError): + # OSError is raised if obj has no source file, e.g. when defined in REPL. + pass + + callable_name = Text(name, style="inspect.callable") + if source_filename: + callable_name.stylize(f"link file://{source_filename}") + signature_text = self.highlighter(_signature) + + qualname = name or getattr(obj, "__qualname__", name) + + # If obj is a module, there may be classes (which are callable) to display + if inspect.isclass(obj): + prefix = "class" + elif inspect.iscoroutinefunction(obj): + prefix = "async def" + else: + prefix = "def" + + qual_signature = Text.assemble( + (f"{prefix} ", f"inspect.{prefix.replace(' ', '_')}"), + (qualname, "inspect.callable"), + signature_text, + ) + + return qual_signature + + def _render(self) -> Iterable[RenderableType]: + """Render object.""" + + def sort_items(item: Tuple[str, Any]) -> Tuple[bool, str]: + key, (_error, value) = item + return (callable(value), key.strip("_").lower()) + + def safe_getattr(attr_name: str) -> Tuple[Any, Any]: + """Get attribute or any exception.""" + try: + return (None, getattr(obj, attr_name)) + except Exception as error: + return (error, None) + + obj = self.obj + keys = dir(obj) + total_items = len(keys) + if not self.dunder: + keys = [key for key in keys if not key.startswith("__")] + if not self.private: + keys = [key for key in keys if not key.startswith("_")] + not_shown_count = total_items - len(keys) + items = [(key, safe_getattr(key)) for key in keys] + if self.sort: + items.sort(key=sort_items) + + items_table = Table.grid(padding=(0, 1), expand=False) + items_table.add_column(justify="right") + add_row = items_table.add_row + highlighter = self.highlighter + + if callable(obj): + signature = self._get_signature("", obj) + if signature is not None: + yield signature + yield "" + + if self.docs: + _doc = self._get_formatted_doc(obj) + if _doc is not None: + doc_text = Text(_doc, style="inspect.help") + doc_text = highlighter(doc_text) + yield doc_text + yield "" + + if self.value and not (isclass(obj) or callable(obj) or ismodule(obj)): + yield Panel( + Pretty(obj, indent_guides=True, max_length=10, max_string=60), + border_style="inspect.value.border", + ) + yield "" + + for key, (error, value) in items: + key_text = Text.assemble( + ( + key, + "inspect.attr.dunder" if key.startswith("__") else "inspect.attr", + ), + (" =", "inspect.equals"), + ) + if error is not None: + warning = key_text.copy() + warning.stylize("inspect.error") + add_row(warning, highlighter(repr(error))) + continue + + if callable(value): + if not self.methods: + continue + + _signature_text = self._get_signature(key, value) + if _signature_text is None: + add_row(key_text, Pretty(value, highlighter=highlighter)) + else: + if self.docs: + docs = self._get_formatted_doc(value) + if docs is not None: + _signature_text.append("\n" if "\n" in docs else " ") + doc = highlighter(docs) + doc.stylize("inspect.doc") + _signature_text.append(doc) + + add_row(key_text, _signature_text) + else: + add_row(key_text, Pretty(value, highlighter=highlighter)) + if items_table.row_count: + yield items_table + elif not_shown_count: + yield Text.from_markup( + f"[b cyan]{not_shown_count}[/][i] attribute(s) not shown.[/i] " + f"Run [b][magenta]inspect[/]([not b]inspect[/])[/b] for options." + ) + + def _get_formatted_doc(self, object_: Any) -> Optional[str]: + """ + Extract the docstring of an object, process it and returns it. + The processing consists in cleaning up the doctring's indentation, + taking only its 1st paragraph if `self.help` is not True, + and escape its control codes. + + Args: + object_ (Any): the object to get the docstring from. + + Returns: + Optional[str]: the processed docstring, or None if no docstring was found. + """ + docs = getdoc(object_) + if docs is None: + return None + docs = cleandoc(docs).strip() + if not self.help: + docs = _first_paragraph(docs) + return escape_control_codes(docs) + + +def get_object_types_mro(obj: Union[object, Type[Any]]) -> Tuple[type, ...]: + """Returns the MRO of an object's class, or of the object itself if it's a class.""" + if not hasattr(obj, "__mro__"): + # N.B. we cannot use `if type(obj) is type` here because it doesn't work with + # some types of classes, such as the ones that use abc.ABCMeta. + obj = type(obj) + return getattr(obj, "__mro__", ()) + + +def get_object_types_mro_as_strings(obj: object) -> Collection[str]: + """ + Returns the MRO of an object's class as full qualified names, or of the object itself if it's a class. + + Examples: + `object_types_mro_as_strings(JSONDecoder)` will return `['json.decoder.JSONDecoder', 'builtins.object']` + """ + return [ + f'{getattr(type_, "__module__", "")}.{getattr(type_, "__qualname__", "")}' + for type_ in get_object_types_mro(obj) + ] + + +def is_object_one_of_types( + obj: object, fully_qualified_types_names: Collection[str] +) -> bool: + """ + Returns `True` if the given object's class (or the object itself, if it's a class) has one of the + fully qualified names in its MRO. + """ + for type_name in get_object_types_mro_as_strings(obj): + if type_name in fully_qualified_types_names: + return True + return False diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py new file mode 100644 index 0000000..fc16c84 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py @@ -0,0 +1,94 @@ +from datetime import datetime +from typing import Iterable, List, Optional, TYPE_CHECKING, Union, Callable + + +from .text import Text, TextType + +if TYPE_CHECKING: + from .console import Console, ConsoleRenderable, RenderableType + from .table import Table + +FormatTimeCallable = Callable[[datetime], Text] + + +class LogRender: + def __init__( + self, + show_time: bool = True, + show_level: bool = False, + show_path: bool = True, + time_format: Union[str, FormatTimeCallable] = "[%x %X]", + omit_repeated_times: bool = True, + level_width: Optional[int] = 8, + ) -> None: + self.show_time = show_time + self.show_level = show_level + self.show_path = show_path + self.time_format = time_format + self.omit_repeated_times = omit_repeated_times + self.level_width = level_width + self._last_time: Optional[Text] = None + + def __call__( + self, + console: "Console", + renderables: Iterable["ConsoleRenderable"], + log_time: Optional[datetime] = None, + time_format: Optional[Union[str, FormatTimeCallable]] = None, + level: TextType = "", + path: Optional[str] = None, + line_no: Optional[int] = None, + link_path: Optional[str] = None, + ) -> "Table": + from .containers import Renderables + from .table import Table + + output = Table.grid(padding=(0, 1)) + output.expand = True + if self.show_time: + output.add_column(style="log.time") + if self.show_level: + output.add_column(style="log.level", width=self.level_width) + output.add_column(ratio=1, style="log.message", overflow="fold") + if self.show_path and path: + output.add_column(style="log.path") + row: List["RenderableType"] = [] + if self.show_time: + log_time = log_time or console.get_datetime() + time_format = time_format or self.time_format + if callable(time_format): + log_time_display = time_format(log_time) + else: + log_time_display = Text(log_time.strftime(time_format)) + if log_time_display == self._last_time and self.omit_repeated_times: + row.append(Text(" " * len(log_time_display))) + else: + row.append(log_time_display) + self._last_time = log_time_display + if self.show_level: + row.append(level) + + row.append(Renderables(renderables)) + if self.show_path and path: + path_text = Text() + path_text.append( + path, style=f"link file://{link_path}" if link_path else "" + ) + if line_no: + path_text.append(":") + path_text.append( + f"{line_no}", + style=f"link file://{link_path}#{line_no}" if link_path else "", + ) + row.append(path_text) + + output.add_row(*row) + return output + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich.console import Console + + c = Console() + c.print("[on blue]Hello", justify="right") + c.log("[on blue]hello", justify="right") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py new file mode 100644 index 0000000..01c6caf --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py @@ -0,0 +1,43 @@ +from typing import Iterable, Tuple, TypeVar + +T = TypeVar("T") + + +def loop_first(values: Iterable[T]) -> Iterable[Tuple[bool, T]]: + """Iterate and generate a tuple with a flag for first value.""" + iter_values = iter(values) + try: + value = next(iter_values) + except StopIteration: + return + yield True, value + for value in iter_values: + yield False, value + + +def loop_last(values: Iterable[T]) -> Iterable[Tuple[bool, T]]: + """Iterate and generate a tuple with a flag for last value.""" + iter_values = iter(values) + try: + previous_value = next(iter_values) + except StopIteration: + return + for value in iter_values: + yield False, previous_value + previous_value = value + yield True, previous_value + + +def loop_first_last(values: Iterable[T]) -> Iterable[Tuple[bool, bool, T]]: + """Iterate and generate a tuple with a flag for first and last value.""" + iter_values = iter(values) + try: + previous_value = next(iter_values) + except StopIteration: + return + first = True + for value in iter_values: + yield first, False, previous_value + first = False + previous_value = value + yield first, True, previous_value diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py new file mode 100644 index 0000000..b659673 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py @@ -0,0 +1,69 @@ +from types import TracebackType +from typing import IO, Iterable, Iterator, List, Optional, Type + + +class NullFile(IO[str]): + def close(self) -> None: + pass + + def isatty(self) -> bool: + return False + + def read(self, __n: int = 1) -> str: + return "" + + def readable(self) -> bool: + return False + + def readline(self, __limit: int = 1) -> str: + return "" + + def readlines(self, __hint: int = 1) -> List[str]: + return [] + + def seek(self, __offset: int, __whence: int = 1) -> int: + return 0 + + def seekable(self) -> bool: + return False + + def tell(self) -> int: + return 0 + + def truncate(self, __size: Optional[int] = 1) -> int: + return 0 + + def writable(self) -> bool: + return False + + def writelines(self, __lines: Iterable[str]) -> None: + pass + + def __next__(self) -> str: + return "" + + def __iter__(self) -> Iterator[str]: + return iter([""]) + + def __enter__(self) -> IO[str]: + pass + + def __exit__( + self, + __t: Optional[Type[BaseException]], + __value: Optional[BaseException], + __traceback: Optional[TracebackType], + ) -> None: + pass + + def write(self, text: str) -> int: + return 0 + + def flush(self) -> None: + pass + + def fileno(self) -> int: + return -1 + + +NULL_FILE = NullFile() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py new file mode 100644 index 0000000..3c748d3 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py @@ -0,0 +1,309 @@ +from .palette import Palette + + +# Taken from https://en.wikipedia.org/wiki/ANSI_escape_code (Windows 10 column) +WINDOWS_PALETTE = Palette( + [ + (12, 12, 12), + (197, 15, 31), + (19, 161, 14), + (193, 156, 0), + (0, 55, 218), + (136, 23, 152), + (58, 150, 221), + (204, 204, 204), + (118, 118, 118), + (231, 72, 86), + (22, 198, 12), + (249, 241, 165), + (59, 120, 255), + (180, 0, 158), + (97, 214, 214), + (242, 242, 242), + ] +) + +# # The standard ansi colors (including bright variants) +STANDARD_PALETTE = Palette( + [ + (0, 0, 0), + (170, 0, 0), + (0, 170, 0), + (170, 85, 0), + (0, 0, 170), + (170, 0, 170), + (0, 170, 170), + (170, 170, 170), + (85, 85, 85), + (255, 85, 85), + (85, 255, 85), + (255, 255, 85), + (85, 85, 255), + (255, 85, 255), + (85, 255, 255), + (255, 255, 255), + ] +) + + +# The 256 color palette +EIGHT_BIT_PALETTE = Palette( + [ + (0, 0, 0), + (128, 0, 0), + (0, 128, 0), + (128, 128, 0), + (0, 0, 128), + (128, 0, 128), + (0, 128, 128), + (192, 192, 192), + (128, 128, 128), + (255, 0, 0), + (0, 255, 0), + (255, 255, 0), + (0, 0, 255), + (255, 0, 255), + (0, 255, 255), + (255, 255, 255), + (0, 0, 0), + (0, 0, 95), + (0, 0, 135), + (0, 0, 175), + (0, 0, 215), + (0, 0, 255), + (0, 95, 0), + (0, 95, 95), + (0, 95, 135), + (0, 95, 175), + (0, 95, 215), + (0, 95, 255), + (0, 135, 0), + (0, 135, 95), + (0, 135, 135), + (0, 135, 175), + (0, 135, 215), + (0, 135, 255), + (0, 175, 0), + (0, 175, 95), + (0, 175, 135), + (0, 175, 175), + (0, 175, 215), + (0, 175, 255), + (0, 215, 0), + (0, 215, 95), + (0, 215, 135), + (0, 215, 175), + (0, 215, 215), + (0, 215, 255), + (0, 255, 0), + (0, 255, 95), + (0, 255, 135), + (0, 255, 175), + (0, 255, 215), + (0, 255, 255), + (95, 0, 0), + (95, 0, 95), + (95, 0, 135), + (95, 0, 175), + (95, 0, 215), + (95, 0, 255), + (95, 95, 0), + (95, 95, 95), + (95, 95, 135), + (95, 95, 175), + (95, 95, 215), + (95, 95, 255), + (95, 135, 0), + (95, 135, 95), + (95, 135, 135), + (95, 135, 175), + (95, 135, 215), + (95, 135, 255), + (95, 175, 0), + (95, 175, 95), + (95, 175, 135), + (95, 175, 175), + (95, 175, 215), + (95, 175, 255), + (95, 215, 0), + (95, 215, 95), + (95, 215, 135), + (95, 215, 175), + (95, 215, 215), + (95, 215, 255), + (95, 255, 0), + (95, 255, 95), + (95, 255, 135), + (95, 255, 175), + (95, 255, 215), + (95, 255, 255), + (135, 0, 0), + (135, 0, 95), + (135, 0, 135), + (135, 0, 175), + (135, 0, 215), + (135, 0, 255), + (135, 95, 0), + (135, 95, 95), + (135, 95, 135), + (135, 95, 175), + (135, 95, 215), + (135, 95, 255), + (135, 135, 0), + (135, 135, 95), + (135, 135, 135), + (135, 135, 175), + (135, 135, 215), + (135, 135, 255), + (135, 175, 0), + (135, 175, 95), + (135, 175, 135), + (135, 175, 175), + (135, 175, 215), + (135, 175, 255), + (135, 215, 0), + (135, 215, 95), + (135, 215, 135), + (135, 215, 175), + (135, 215, 215), + (135, 215, 255), + (135, 255, 0), + (135, 255, 95), + (135, 255, 135), + (135, 255, 175), + (135, 255, 215), + (135, 255, 255), + (175, 0, 0), + (175, 0, 95), + (175, 0, 135), + (175, 0, 175), + (175, 0, 215), + (175, 0, 255), + (175, 95, 0), + (175, 95, 95), + (175, 95, 135), + (175, 95, 175), + (175, 95, 215), + (175, 95, 255), + (175, 135, 0), + (175, 135, 95), + (175, 135, 135), + (175, 135, 175), + (175, 135, 215), + (175, 135, 255), + (175, 175, 0), + (175, 175, 95), + (175, 175, 135), + (175, 175, 175), + (175, 175, 215), + (175, 175, 255), + (175, 215, 0), + (175, 215, 95), + (175, 215, 135), + (175, 215, 175), + (175, 215, 215), + (175, 215, 255), + (175, 255, 0), + (175, 255, 95), + (175, 255, 135), + (175, 255, 175), + (175, 255, 215), + (175, 255, 255), + (215, 0, 0), + (215, 0, 95), + (215, 0, 135), + (215, 0, 175), + (215, 0, 215), + (215, 0, 255), + (215, 95, 0), + (215, 95, 95), + (215, 95, 135), + (215, 95, 175), + (215, 95, 215), + (215, 95, 255), + (215, 135, 0), + (215, 135, 95), + (215, 135, 135), + (215, 135, 175), + (215, 135, 215), + (215, 135, 255), + (215, 175, 0), + (215, 175, 95), + (215, 175, 135), + (215, 175, 175), + (215, 175, 215), + (215, 175, 255), + (215, 215, 0), + (215, 215, 95), + (215, 215, 135), + (215, 215, 175), + (215, 215, 215), + (215, 215, 255), + (215, 255, 0), + (215, 255, 95), + (215, 255, 135), + (215, 255, 175), + (215, 255, 215), + (215, 255, 255), + (255, 0, 0), + (255, 0, 95), + (255, 0, 135), + (255, 0, 175), + (255, 0, 215), + (255, 0, 255), + (255, 95, 0), + (255, 95, 95), + (255, 95, 135), + (255, 95, 175), + (255, 95, 215), + (255, 95, 255), + (255, 135, 0), + (255, 135, 95), + (255, 135, 135), + (255, 135, 175), + (255, 135, 215), + (255, 135, 255), + (255, 175, 0), + (255, 175, 95), + (255, 175, 135), + (255, 175, 175), + (255, 175, 215), + (255, 175, 255), + (255, 215, 0), + (255, 215, 95), + (255, 215, 135), + (255, 215, 175), + (255, 215, 215), + (255, 215, 255), + (255, 255, 0), + (255, 255, 95), + (255, 255, 135), + (255, 255, 175), + (255, 255, 215), + (255, 255, 255), + (8, 8, 8), + (18, 18, 18), + (28, 28, 28), + (38, 38, 38), + (48, 48, 48), + (58, 58, 58), + (68, 68, 68), + (78, 78, 78), + (88, 88, 88), + (98, 98, 98), + (108, 108, 108), + (118, 118, 118), + (128, 128, 128), + (138, 138, 138), + (148, 148, 148), + (158, 158, 158), + (168, 168, 168), + (178, 178, 178), + (188, 188, 188), + (198, 198, 198), + (208, 208, 208), + (218, 218, 218), + (228, 228, 228), + (238, 238, 238), + ] +) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py new file mode 100644 index 0000000..4f6d8b2 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py @@ -0,0 +1,17 @@ +from typing import Optional + + +def pick_bool(*values: Optional[bool]) -> bool: + """Pick the first non-none bool or return the last value. + + Args: + *values (bool): Any number of boolean or None values. + + Returns: + bool: First non-none boolean. + """ + assert values, "1 or more values required" + for value in values: + if value is not None: + return value + return bool(value) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py new file mode 100644 index 0000000..e8a3a67 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py @@ -0,0 +1,160 @@ +import sys +from fractions import Fraction +from math import ceil +from typing import cast, List, Optional, Sequence + +if sys.version_info >= (3, 8): + from typing import Protocol +else: + from pip._vendor.typing_extensions import Protocol # pragma: no cover + + +class Edge(Protocol): + """Any object that defines an edge (such as Layout).""" + + size: Optional[int] = None + ratio: int = 1 + minimum_size: int = 1 + + +def ratio_resolve(total: int, edges: Sequence[Edge]) -> List[int]: + """Divide total space to satisfy size, ratio, and minimum_size, constraints. + + The returned list of integers should add up to total in most cases, unless it is + impossible to satisfy all the constraints. For instance, if there are two edges + with a minimum size of 20 each and `total` is 30 then the returned list will be + greater than total. In practice, this would mean that a Layout object would + clip the rows that would overflow the screen height. + + Args: + total (int): Total number of characters. + edges (List[Edge]): Edges within total space. + + Returns: + List[int]: Number of characters for each edge. + """ + # Size of edge or None for yet to be determined + sizes = [(edge.size or None) for edge in edges] + + _Fraction = Fraction + + # While any edges haven't been calculated + while None in sizes: + # Get flexible edges and index to map these back on to sizes list + flexible_edges = [ + (index, edge) + for index, (size, edge) in enumerate(zip(sizes, edges)) + if size is None + ] + # Remaining space in total + remaining = total - sum(size or 0 for size in sizes) + if remaining <= 0: + # No room for flexible edges + return [ + ((edge.minimum_size or 1) if size is None else size) + for size, edge in zip(sizes, edges) + ] + # Calculate number of characters in a ratio portion + portion = _Fraction( + remaining, sum((edge.ratio or 1) for _, edge in flexible_edges) + ) + + # If any edges will be less than their minimum, replace size with the minimum + for index, edge in flexible_edges: + if portion * edge.ratio <= edge.minimum_size: + sizes[index] = edge.minimum_size + # New fixed size will invalidate calculations, so we need to repeat the process + break + else: + # Distribute flexible space and compensate for rounding error + # Since edge sizes can only be integers we need to add the remainder + # to the following line + remainder = _Fraction(0) + for index, edge in flexible_edges: + size, remainder = divmod(portion * edge.ratio + remainder, 1) + sizes[index] = size + break + # Sizes now contains integers only + return cast(List[int], sizes) + + +def ratio_reduce( + total: int, ratios: List[int], maximums: List[int], values: List[int] +) -> List[int]: + """Divide an integer total in to parts based on ratios. + + Args: + total (int): The total to divide. + ratios (List[int]): A list of integer ratios. + maximums (List[int]): List of maximums values for each slot. + values (List[int]): List of values + + Returns: + List[int]: A list of integers guaranteed to sum to total. + """ + ratios = [ratio if _max else 0 for ratio, _max in zip(ratios, maximums)] + total_ratio = sum(ratios) + if not total_ratio: + return values[:] + total_remaining = total + result: List[int] = [] + append = result.append + for ratio, maximum, value in zip(ratios, maximums, values): + if ratio and total_ratio > 0: + distributed = min(maximum, round(ratio * total_remaining / total_ratio)) + append(value - distributed) + total_remaining -= distributed + total_ratio -= ratio + else: + append(value) + return result + + +def ratio_distribute( + total: int, ratios: List[int], minimums: Optional[List[int]] = None +) -> List[int]: + """Distribute an integer total in to parts based on ratios. + + Args: + total (int): The total to divide. + ratios (List[int]): A list of integer ratios. + minimums (List[int]): List of minimum values for each slot. + + Returns: + List[int]: A list of integers guaranteed to sum to total. + """ + if minimums: + ratios = [ratio if _min else 0 for ratio, _min in zip(ratios, minimums)] + total_ratio = sum(ratios) + assert total_ratio > 0, "Sum of ratios must be > 0" + + total_remaining = total + distributed_total: List[int] = [] + append = distributed_total.append + if minimums is None: + _minimums = [0] * len(ratios) + else: + _minimums = minimums + for ratio, minimum in zip(ratios, _minimums): + if total_ratio > 0: + distributed = max(minimum, ceil(ratio * total_remaining / total_ratio)) + else: + distributed = total_remaining + append(distributed) + total_ratio -= ratio + total_remaining -= distributed + return distributed_total + + +if __name__ == "__main__": + from dataclasses import dataclass + + @dataclass + class E: + + size: Optional[int] = None + ratio: int = 1 + minimum_size: int = 1 + + resolved = ratio_resolve(110, [E(None, 1, 1), E(None, 1, 1), E(None, 1, 1)]) + print(sum(resolved)) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py new file mode 100644 index 0000000..d0bb1fe --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py @@ -0,0 +1,482 @@ +""" +Spinners are from: +* cli-spinners: + MIT License + Copyright (c) Sindre Sorhus (sindresorhus.com) + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + the Software, and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE + FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + IN THE SOFTWARE. +""" + +SPINNERS = { + "dots": { + "interval": 80, + "frames": "⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏", + }, + "dots2": {"interval": 80, "frames": "⣾⣽⣻⢿⡿⣟⣯⣷"}, + "dots3": { + "interval": 80, + "frames": "⠋⠙⠚⠞⠖⠦⠴⠲⠳⠓", + }, + "dots4": { + "interval": 80, + "frames": "⠄⠆⠇⠋⠙⠸⠰⠠⠰⠸⠙⠋⠇⠆", + }, + "dots5": { + "interval": 80, + "frames": "⠋⠙⠚⠒⠂⠂⠒⠲⠴⠦⠖⠒⠐⠐⠒⠓⠋", + }, + "dots6": { + "interval": 80, + "frames": "⠁⠉⠙⠚⠒⠂⠂⠒⠲⠴⠤⠄⠄⠤⠴⠲⠒⠂⠂⠒⠚⠙⠉⠁", + }, + "dots7": { + "interval": 80, + "frames": "⠈⠉⠋⠓⠒⠐⠐⠒⠖⠦⠤⠠⠠⠤⠦⠖⠒⠐⠐⠒⠓⠋⠉⠈", + }, + "dots8": { + "interval": 80, + "frames": "⠁⠁⠉⠙⠚⠒⠂⠂⠒⠲⠴⠤⠄⠄⠤⠠⠠⠤⠦⠖⠒⠐⠐⠒⠓⠋⠉⠈⠈", + }, + "dots9": {"interval": 80, "frames": "⢹⢺⢼⣸⣇⡧⡗⡏"}, + "dots10": {"interval": 80, "frames": "⢄⢂⢁⡁⡈⡐⡠"}, + "dots11": {"interval": 100, "frames": "⠁⠂⠄⡀⢀⠠⠐⠈"}, + "dots12": { + "interval": 80, + "frames": [ + "⢀⠀", + "⡀⠀", + "⠄⠀", + "⢂⠀", + "⡂⠀", + "⠅⠀", + "⢃⠀", + "⡃⠀", + "⠍⠀", + "⢋⠀", + "⡋⠀", + "⠍⠁", + "⢋⠁", + "⡋⠁", + "⠍⠉", + "⠋⠉", + "⠋⠉", + "⠉⠙", + "⠉⠙", + "⠉⠩", + "⠈⢙", + "⠈⡙", + "⢈⠩", + "⡀⢙", + "⠄⡙", + "⢂⠩", + "⡂⢘", + "⠅⡘", + "⢃⠨", + "⡃⢐", + "⠍⡐", + "⢋⠠", + "⡋⢀", + "⠍⡁", + "⢋⠁", + "⡋⠁", + "⠍⠉", + "⠋⠉", + "⠋⠉", + "⠉⠙", + "⠉⠙", + "⠉⠩", + "⠈⢙", + "⠈⡙", + "⠈⠩", + "⠀⢙", + "⠀⡙", + "⠀⠩", + "⠀⢘", + "⠀⡘", + "⠀⠨", + "⠀⢐", + "⠀⡐", + "⠀⠠", + "⠀⢀", + "⠀⡀", + ], + }, + "dots8Bit": { + "interval": 80, + "frames": "⠀⠁⠂⠃⠄⠅⠆⠇⡀⡁⡂⡃⡄⡅⡆⡇⠈⠉⠊⠋⠌⠍⠎⠏⡈⡉⡊⡋⡌⡍⡎⡏⠐⠑⠒⠓⠔⠕⠖⠗⡐⡑⡒⡓⡔⡕⡖⡗⠘⠙⠚⠛⠜⠝⠞⠟⡘⡙" + "⡚⡛⡜⡝⡞⡟⠠⠡⠢⠣⠤⠥⠦⠧⡠⡡⡢⡣⡤⡥⡦⡧⠨⠩⠪⠫⠬⠭⠮⠯⡨⡩⡪⡫⡬⡭⡮⡯⠰⠱⠲⠳⠴⠵⠶⠷⡰⡱⡲⡳⡴⡵⡶⡷⠸⠹⠺⠻" + "⠼⠽⠾⠿⡸⡹⡺⡻⡼⡽⡾⡿⢀⢁⢂⢃⢄⢅⢆⢇⣀⣁⣂⣃⣄⣅⣆⣇⢈⢉⢊⢋⢌⢍⢎⢏⣈⣉⣊⣋⣌⣍⣎⣏⢐⢑⢒⢓⢔⢕⢖⢗⣐⣑⣒⣓⣔⣕" + "⣖⣗⢘⢙⢚⢛⢜⢝⢞⢟⣘⣙⣚⣛⣜⣝⣞⣟⢠⢡⢢⢣⢤⢥⢦⢧⣠⣡⣢⣣⣤⣥⣦⣧⢨⢩⢪⢫⢬⢭⢮⢯⣨⣩⣪⣫⣬⣭⣮⣯⢰⢱⢲⢳⢴⢵⢶⢷" + "⣰⣱⣲⣳⣴⣵⣶⣷⢸⢹⢺⢻⢼⢽⢾⢿⣸⣹⣺⣻⣼⣽⣾⣿", + }, + "line": {"interval": 130, "frames": ["-", "\\", "|", "/"]}, + "line2": {"interval": 100, "frames": "⠂-–—–-"}, + "pipe": {"interval": 100, "frames": "┤┘┴└├┌┬┐"}, + "simpleDots": {"interval": 400, "frames": [". ", ".. ", "...", " "]}, + "simpleDotsScrolling": { + "interval": 200, + "frames": [". ", ".. ", "...", " ..", " .", " "], + }, + "star": {"interval": 70, "frames": "✶✸✹✺✹✷"}, + "star2": {"interval": 80, "frames": "+x*"}, + "flip": { + "interval": 70, + "frames": "___-``'´-___", + }, + "hamburger": {"interval": 100, "frames": "☱☲☴"}, + "growVertical": { + "interval": 120, + "frames": "▁▃▄▅▆▇▆▅▄▃", + }, + "growHorizontal": { + "interval": 120, + "frames": "▏▎▍▌▋▊▉▊▋▌▍▎", + }, + "balloon": {"interval": 140, "frames": " .oO@* "}, + "balloon2": {"interval": 120, "frames": ".oO°Oo."}, + "noise": {"interval": 100, "frames": "▓▒░"}, + "bounce": {"interval": 120, "frames": "⠁⠂⠄⠂"}, + "boxBounce": {"interval": 120, "frames": "▖▘▝▗"}, + "boxBounce2": {"interval": 100, "frames": "▌▀▐▄"}, + "triangle": {"interval": 50, "frames": "◢◣◤◥"}, + "arc": {"interval": 100, "frames": "◜◠◝◞◡◟"}, + "circle": {"interval": 120, "frames": "◡⊙◠"}, + "squareCorners": {"interval": 180, "frames": "◰◳◲◱"}, + "circleQuarters": {"interval": 120, "frames": "◴◷◶◵"}, + "circleHalves": {"interval": 50, "frames": "◐◓◑◒"}, + "squish": {"interval": 100, "frames": "╫╪"}, + "toggle": {"interval": 250, "frames": "⊶⊷"}, + "toggle2": {"interval": 80, "frames": "▫▪"}, + "toggle3": {"interval": 120, "frames": "□■"}, + "toggle4": {"interval": 100, "frames": "■□▪▫"}, + "toggle5": {"interval": 100, "frames": "▮▯"}, + "toggle6": {"interval": 300, "frames": "ဝ၀"}, + "toggle7": {"interval": 80, "frames": "⦾⦿"}, + "toggle8": {"interval": 100, "frames": "◍◌"}, + "toggle9": {"interval": 100, "frames": "◉◎"}, + "toggle10": {"interval": 100, "frames": "㊂㊀㊁"}, + "toggle11": {"interval": 50, "frames": "⧇⧆"}, + "toggle12": {"interval": 120, "frames": "☗☖"}, + "toggle13": {"interval": 80, "frames": "=*-"}, + "arrow": {"interval": 100, "frames": "←↖↑↗→↘↓↙"}, + "arrow2": { + "interval": 80, + "frames": ["⬆️ ", "↗️ ", "➡️ ", "↘️ ", "⬇️ ", "↙️ ", "⬅️ ", "↖️ "], + }, + "arrow3": { + "interval": 120, + "frames": ["▹▹▹▹▹", "▸▹▹▹▹", "▹▸▹▹▹", "▹▹▸▹▹", "▹▹▹▸▹", "▹▹▹▹▸"], + }, + "bouncingBar": { + "interval": 80, + "frames": [ + "[ ]", + "[= ]", + "[== ]", + "[=== ]", + "[ ===]", + "[ ==]", + "[ =]", + "[ ]", + "[ =]", + "[ ==]", + "[ ===]", + "[====]", + "[=== ]", + "[== ]", + "[= ]", + ], + }, + "bouncingBall": { + "interval": 80, + "frames": [ + "( ● )", + "( ● )", + "( ● )", + "( ● )", + "( ●)", + "( ● )", + "( ● )", + "( ● )", + "( ● )", + "(● )", + ], + }, + "smiley": {"interval": 200, "frames": ["😄 ", "😝 "]}, + "monkey": {"interval": 300, "frames": ["🙈 ", "🙈 ", "🙉 ", "🙊 "]}, + "hearts": {"interval": 100, "frames": ["💛 ", "💙 ", "💜 ", "💚 ", "❤️ "]}, + "clock": { + "interval": 100, + "frames": [ + "🕛 ", + "🕐 ", + "🕑 ", + "🕒 ", + "🕓 ", + "🕔 ", + "🕕 ", + "🕖 ", + "🕗 ", + "🕘 ", + "🕙 ", + "🕚 ", + ], + }, + "earth": {"interval": 180, "frames": ["🌍 ", "🌎 ", "🌏 "]}, + "material": { + "interval": 17, + "frames": [ + "█▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "███▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "████▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "██████▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "██████▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "███████▁▁▁▁▁▁▁▁▁▁▁▁▁", + "████████▁▁▁▁▁▁▁▁▁▁▁▁", + "█████████▁▁▁▁▁▁▁▁▁▁▁", + "█████████▁▁▁▁▁▁▁▁▁▁▁", + "██████████▁▁▁▁▁▁▁▁▁▁", + "███████████▁▁▁▁▁▁▁▁▁", + "█████████████▁▁▁▁▁▁▁", + "██████████████▁▁▁▁▁▁", + "██████████████▁▁▁▁▁▁", + "▁██████████████▁▁▁▁▁", + "▁██████████████▁▁▁▁▁", + "▁██████████████▁▁▁▁▁", + "▁▁██████████████▁▁▁▁", + "▁▁▁██████████████▁▁▁", + "▁▁▁▁█████████████▁▁▁", + "▁▁▁▁██████████████▁▁", + "▁▁▁▁██████████████▁▁", + "▁▁▁▁▁██████████████▁", + "▁▁▁▁▁██████████████▁", + "▁▁▁▁▁██████████████▁", + "▁▁▁▁▁▁██████████████", + "▁▁▁▁▁▁██████████████", + "▁▁▁▁▁▁▁█████████████", + "▁▁▁▁▁▁▁█████████████", + "▁▁▁▁▁▁▁▁████████████", + "▁▁▁▁▁▁▁▁████████████", + "▁▁▁▁▁▁▁▁▁███████████", + "▁▁▁▁▁▁▁▁▁███████████", + "▁▁▁▁▁▁▁▁▁▁██████████", + "▁▁▁▁▁▁▁▁▁▁██████████", + "▁▁▁▁▁▁▁▁▁▁▁▁████████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁███████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁██████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████", + "█▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████", + "██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", + "██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", + "███▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", + "████▁▁▁▁▁▁▁▁▁▁▁▁▁▁██", + "█████▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", + "█████▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", + "██████▁▁▁▁▁▁▁▁▁▁▁▁▁█", + "████████▁▁▁▁▁▁▁▁▁▁▁▁", + "█████████▁▁▁▁▁▁▁▁▁▁▁", + "█████████▁▁▁▁▁▁▁▁▁▁▁", + "█████████▁▁▁▁▁▁▁▁▁▁▁", + "█████████▁▁▁▁▁▁▁▁▁▁▁", + "███████████▁▁▁▁▁▁▁▁▁", + "████████████▁▁▁▁▁▁▁▁", + "████████████▁▁▁▁▁▁▁▁", + "██████████████▁▁▁▁▁▁", + "██████████████▁▁▁▁▁▁", + "▁██████████████▁▁▁▁▁", + "▁██████████████▁▁▁▁▁", + "▁▁▁█████████████▁▁▁▁", + "▁▁▁▁▁████████████▁▁▁", + "▁▁▁▁▁████████████▁▁▁", + "▁▁▁▁▁▁███████████▁▁▁", + "▁▁▁▁▁▁▁▁█████████▁▁▁", + "▁▁▁▁▁▁▁▁█████████▁▁▁", + "▁▁▁▁▁▁▁▁▁█████████▁▁", + "▁▁▁▁▁▁▁▁▁█████████▁▁", + "▁▁▁▁▁▁▁▁▁▁█████████▁", + "▁▁▁▁▁▁▁▁▁▁▁████████▁", + "▁▁▁▁▁▁▁▁▁▁▁████████▁", + "▁▁▁▁▁▁▁▁▁▁▁▁███████▁", + "▁▁▁▁▁▁▁▁▁▁▁▁███████▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁███████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁███████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + ], + }, + "moon": { + "interval": 80, + "frames": ["🌑 ", "🌒 ", "🌓 ", "🌔 ", "🌕 ", "🌖 ", "🌗 ", "🌘 "], + }, + "runner": {"interval": 140, "frames": ["🚶 ", "🏃 "]}, + "pong": { + "interval": 80, + "frames": [ + "▐⠂ ▌", + "▐⠈ ▌", + "▐ ⠂ ▌", + "▐ ⠠ ▌", + "▐ ⡀ ▌", + "▐ ⠠ ▌", + "▐ ⠂ ▌", + "▐ ⠈ ▌", + "▐ ⠂ ▌", + "▐ ⠠ ▌", + "▐ ⡀ ▌", + "▐ ⠠ ▌", + "▐ ⠂ ▌", + "▐ ⠈ ▌", + "▐ ⠂▌", + "▐ ⠠▌", + "▐ ⡀▌", + "▐ ⠠ ▌", + "▐ ⠂ ▌", + "▐ ⠈ ▌", + "▐ ⠂ ▌", + "▐ ⠠ ▌", + "▐ ⡀ ▌", + "▐ ⠠ ▌", + "▐ ⠂ ▌", + "▐ ⠈ ▌", + "▐ ⠂ ▌", + "▐ ⠠ ▌", + "▐ ⡀ ▌", + "▐⠠ ▌", + ], + }, + "shark": { + "interval": 120, + "frames": [ + "▐|\\____________▌", + "▐_|\\___________▌", + "▐__|\\__________▌", + "▐___|\\_________▌", + "▐____|\\________▌", + "▐_____|\\_______▌", + "▐______|\\______▌", + "▐_______|\\_____▌", + "▐________|\\____▌", + "▐_________|\\___▌", + "▐__________|\\__▌", + "▐___________|\\_▌", + "▐____________|\\▌", + "▐____________/|▌", + "▐___________/|_▌", + "▐__________/|__▌", + "▐_________/|___▌", + "▐________/|____▌", + "▐_______/|_____▌", + "▐______/|______▌", + "▐_____/|_______▌", + "▐____/|________▌", + "▐___/|_________▌", + "▐__/|__________▌", + "▐_/|___________▌", + "▐/|____________▌", + ], + }, + "dqpb": {"interval": 100, "frames": "dqpb"}, + "weather": { + "interval": 100, + "frames": [ + "☀️ ", + "☀️ ", + "☀️ ", + "🌤 ", + "⛅️ ", + "🌥 ", + "☁️ ", + "🌧 ", + "🌨 ", + "🌧 ", + "🌨 ", + "🌧 ", + "🌨 ", + "⛈ ", + "🌨 ", + "🌧 ", + "🌨 ", + "☁️ ", + "🌥 ", + "⛅️ ", + "🌤 ", + "☀️ ", + "☀️ ", + ], + }, + "christmas": {"interval": 400, "frames": "🌲🎄"}, + "grenade": { + "interval": 80, + "frames": [ + "، ", + "′ ", + " ´ ", + " ‾ ", + " ⸌", + " ⸊", + " |", + " ⁎", + " ⁕", + " ෴ ", + " ⁓", + " ", + " ", + " ", + ], + }, + "point": {"interval": 125, "frames": ["∙∙∙", "●∙∙", "∙●∙", "∙∙●", "∙∙∙"]}, + "layer": {"interval": 150, "frames": "-=≡"}, + "betaWave": { + "interval": 80, + "frames": [ + "ρββββββ", + "βρβββββ", + "ββρββββ", + "βββρβββ", + "ββββρββ", + "βββββρβ", + "ββββββρ", + ], + }, + "aesthetic": { + "interval": 80, + "frames": [ + "▰▱▱▱▱▱▱", + "▰▰▱▱▱▱▱", + "▰▰▰▱▱▱▱", + "▰▰▰▰▱▱▱", + "▰▰▰▰▰▱▱", + "▰▰▰▰▰▰▱", + "▰▰▰▰▰▰▰", + "▰▱▱▱▱▱▱", + ], + }, +} diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py new file mode 100644 index 0000000..194564e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py @@ -0,0 +1,16 @@ +from typing import List, TypeVar + +T = TypeVar("T") + + +class Stack(List[T]): + """A small shim over builtin list.""" + + @property + def top(self) -> T: + """Get top of stack.""" + return self[-1] + + def push(self, item: T) -> None: + """Push an item on to the stack (append in stack nomenclature).""" + self.append(item) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py new file mode 100644 index 0000000..a2ca6be --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py @@ -0,0 +1,19 @@ +""" +Timer context manager, only used in debug. + +""" + +from time import time + +import contextlib +from typing import Generator + + +@contextlib.contextmanager +def timer(subject: str = "time") -> Generator[None, None, None]: + """print the elapsed time. (only used in debugging)""" + start = time() + yield + elapsed = time() - start + elapsed_ms = elapsed * 1000 + print(f"{subject} elapsed {elapsed_ms:.1f}ms") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py new file mode 100644 index 0000000..81b1082 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py @@ -0,0 +1,662 @@ +"""Light wrapper around the Win32 Console API - this module should only be imported on Windows + +The API that this module wraps is documented at https://docs.microsoft.com/en-us/windows/console/console-functions +""" +import ctypes +import sys +from typing import Any + +windll: Any = None +if sys.platform == "win32": + windll = ctypes.LibraryLoader(ctypes.WinDLL) +else: + raise ImportError(f"{__name__} can only be imported on Windows") + +import time +from ctypes import Structure, byref, wintypes +from typing import IO, NamedTuple, Type, cast + +from pip._vendor.rich.color import ColorSystem +from pip._vendor.rich.style import Style + +STDOUT = -11 +ENABLE_VIRTUAL_TERMINAL_PROCESSING = 4 + +COORD = wintypes._COORD + + +class LegacyWindowsError(Exception): + pass + + +class WindowsCoordinates(NamedTuple): + """Coordinates in the Windows Console API are (y, x), not (x, y). + This class is intended to prevent that confusion. + Rows and columns are indexed from 0. + This class can be used in place of wintypes._COORD in arguments and argtypes. + """ + + row: int + col: int + + @classmethod + def from_param(cls, value: "WindowsCoordinates") -> COORD: + """Converts a WindowsCoordinates into a wintypes _COORD structure. + This classmethod is internally called by ctypes to perform the conversion. + + Args: + value (WindowsCoordinates): The input coordinates to convert. + + Returns: + wintypes._COORD: The converted coordinates struct. + """ + return COORD(value.col, value.row) + + +class CONSOLE_SCREEN_BUFFER_INFO(Structure): + _fields_ = [ + ("dwSize", COORD), + ("dwCursorPosition", COORD), + ("wAttributes", wintypes.WORD), + ("srWindow", wintypes.SMALL_RECT), + ("dwMaximumWindowSize", COORD), + ] + + +class CONSOLE_CURSOR_INFO(ctypes.Structure): + _fields_ = [("dwSize", wintypes.DWORD), ("bVisible", wintypes.BOOL)] + + +_GetStdHandle = windll.kernel32.GetStdHandle +_GetStdHandle.argtypes = [ + wintypes.DWORD, +] +_GetStdHandle.restype = wintypes.HANDLE + + +def GetStdHandle(handle: int = STDOUT) -> wintypes.HANDLE: + """Retrieves a handle to the specified standard device (standard input, standard output, or standard error). + + Args: + handle (int): Integer identifier for the handle. Defaults to -11 (stdout). + + Returns: + wintypes.HANDLE: The handle + """ + return cast(wintypes.HANDLE, _GetStdHandle(handle)) + + +_GetConsoleMode = windll.kernel32.GetConsoleMode +_GetConsoleMode.argtypes = [wintypes.HANDLE, wintypes.LPDWORD] +_GetConsoleMode.restype = wintypes.BOOL + + +def GetConsoleMode(std_handle: wintypes.HANDLE) -> int: + """Retrieves the current input mode of a console's input buffer + or the current output mode of a console screen buffer. + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + + Raises: + LegacyWindowsError: If any error occurs while calling the Windows console API. + + Returns: + int: Value representing the current console mode as documented at + https://docs.microsoft.com/en-us/windows/console/getconsolemode#parameters + """ + + console_mode = wintypes.DWORD() + success = bool(_GetConsoleMode(std_handle, console_mode)) + if not success: + raise LegacyWindowsError("Unable to get legacy Windows Console Mode") + return console_mode.value + + +_FillConsoleOutputCharacterW = windll.kernel32.FillConsoleOutputCharacterW +_FillConsoleOutputCharacterW.argtypes = [ + wintypes.HANDLE, + ctypes.c_char, + wintypes.DWORD, + cast(Type[COORD], WindowsCoordinates), + ctypes.POINTER(wintypes.DWORD), +] +_FillConsoleOutputCharacterW.restype = wintypes.BOOL + + +def FillConsoleOutputCharacter( + std_handle: wintypes.HANDLE, + char: str, + length: int, + start: WindowsCoordinates, +) -> int: + """Writes a character to the console screen buffer a specified number of times, beginning at the specified coordinates. + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + char (str): The character to write. Must be a string of length 1. + length (int): The number of times to write the character. + start (WindowsCoordinates): The coordinates to start writing at. + + Returns: + int: The number of characters written. + """ + character = ctypes.c_char(char.encode()) + num_characters = wintypes.DWORD(length) + num_written = wintypes.DWORD(0) + _FillConsoleOutputCharacterW( + std_handle, + character, + num_characters, + start, + byref(num_written), + ) + return num_written.value + + +_FillConsoleOutputAttribute = windll.kernel32.FillConsoleOutputAttribute +_FillConsoleOutputAttribute.argtypes = [ + wintypes.HANDLE, + wintypes.WORD, + wintypes.DWORD, + cast(Type[COORD], WindowsCoordinates), + ctypes.POINTER(wintypes.DWORD), +] +_FillConsoleOutputAttribute.restype = wintypes.BOOL + + +def FillConsoleOutputAttribute( + std_handle: wintypes.HANDLE, + attributes: int, + length: int, + start: WindowsCoordinates, +) -> int: + """Sets the character attributes for a specified number of character cells, + beginning at the specified coordinates in a screen buffer. + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + attributes (int): Integer value representing the foreground and background colours of the cells. + length (int): The number of cells to set the output attribute of. + start (WindowsCoordinates): The coordinates of the first cell whose attributes are to be set. + + Returns: + int: The number of cells whose attributes were actually set. + """ + num_cells = wintypes.DWORD(length) + style_attrs = wintypes.WORD(attributes) + num_written = wintypes.DWORD(0) + _FillConsoleOutputAttribute( + std_handle, style_attrs, num_cells, start, byref(num_written) + ) + return num_written.value + + +_SetConsoleTextAttribute = windll.kernel32.SetConsoleTextAttribute +_SetConsoleTextAttribute.argtypes = [ + wintypes.HANDLE, + wintypes.WORD, +] +_SetConsoleTextAttribute.restype = wintypes.BOOL + + +def SetConsoleTextAttribute( + std_handle: wintypes.HANDLE, attributes: wintypes.WORD +) -> bool: + """Set the colour attributes for all text written after this function is called. + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + attributes (int): Integer value representing the foreground and background colours. + + + Returns: + bool: True if the attribute was set successfully, otherwise False. + """ + return bool(_SetConsoleTextAttribute(std_handle, attributes)) + + +_GetConsoleScreenBufferInfo = windll.kernel32.GetConsoleScreenBufferInfo +_GetConsoleScreenBufferInfo.argtypes = [ + wintypes.HANDLE, + ctypes.POINTER(CONSOLE_SCREEN_BUFFER_INFO), +] +_GetConsoleScreenBufferInfo.restype = wintypes.BOOL + + +def GetConsoleScreenBufferInfo( + std_handle: wintypes.HANDLE, +) -> CONSOLE_SCREEN_BUFFER_INFO: + """Retrieves information about the specified console screen buffer. + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + + Returns: + CONSOLE_SCREEN_BUFFER_INFO: A CONSOLE_SCREEN_BUFFER_INFO ctype struct contain information about + screen size, cursor position, colour attributes, and more.""" + console_screen_buffer_info = CONSOLE_SCREEN_BUFFER_INFO() + _GetConsoleScreenBufferInfo(std_handle, byref(console_screen_buffer_info)) + return console_screen_buffer_info + + +_SetConsoleCursorPosition = windll.kernel32.SetConsoleCursorPosition +_SetConsoleCursorPosition.argtypes = [ + wintypes.HANDLE, + cast(Type[COORD], WindowsCoordinates), +] +_SetConsoleCursorPosition.restype = wintypes.BOOL + + +def SetConsoleCursorPosition( + std_handle: wintypes.HANDLE, coords: WindowsCoordinates +) -> bool: + """Set the position of the cursor in the console screen + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + coords (WindowsCoordinates): The coordinates to move the cursor to. + + Returns: + bool: True if the function succeeds, otherwise False. + """ + return bool(_SetConsoleCursorPosition(std_handle, coords)) + + +_GetConsoleCursorInfo = windll.kernel32.GetConsoleCursorInfo +_GetConsoleCursorInfo.argtypes = [ + wintypes.HANDLE, + ctypes.POINTER(CONSOLE_CURSOR_INFO), +] +_GetConsoleCursorInfo.restype = wintypes.BOOL + + +def GetConsoleCursorInfo( + std_handle: wintypes.HANDLE, cursor_info: CONSOLE_CURSOR_INFO +) -> bool: + """Get the cursor info - used to get cursor visibility and width + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + cursor_info (CONSOLE_CURSOR_INFO): CONSOLE_CURSOR_INFO ctype struct that receives information + about the console's cursor. + + Returns: + bool: True if the function succeeds, otherwise False. + """ + return bool(_GetConsoleCursorInfo(std_handle, byref(cursor_info))) + + +_SetConsoleCursorInfo = windll.kernel32.SetConsoleCursorInfo +_SetConsoleCursorInfo.argtypes = [ + wintypes.HANDLE, + ctypes.POINTER(CONSOLE_CURSOR_INFO), +] +_SetConsoleCursorInfo.restype = wintypes.BOOL + + +def SetConsoleCursorInfo( + std_handle: wintypes.HANDLE, cursor_info: CONSOLE_CURSOR_INFO +) -> bool: + """Set the cursor info - used for adjusting cursor visibility and width + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + cursor_info (CONSOLE_CURSOR_INFO): CONSOLE_CURSOR_INFO ctype struct containing the new cursor info. + + Returns: + bool: True if the function succeeds, otherwise False. + """ + return bool(_SetConsoleCursorInfo(std_handle, byref(cursor_info))) + + +_SetConsoleTitle = windll.kernel32.SetConsoleTitleW +_SetConsoleTitle.argtypes = [wintypes.LPCWSTR] +_SetConsoleTitle.restype = wintypes.BOOL + + +def SetConsoleTitle(title: str) -> bool: + """Sets the title of the current console window + + Args: + title (str): The new title of the console window. + + Returns: + bool: True if the function succeeds, otherwise False. + """ + return bool(_SetConsoleTitle(title)) + + +class LegacyWindowsTerm: + """This class allows interaction with the legacy Windows Console API. It should only be used in the context + of environments where virtual terminal processing is not available. However, if it is used in a Windows environment, + the entire API should work. + + Args: + file (IO[str]): The file which the Windows Console API HANDLE is retrieved from, defaults to sys.stdout. + """ + + BRIGHT_BIT = 8 + + # Indices are ANSI color numbers, values are the corresponding Windows Console API color numbers + ANSI_TO_WINDOWS = [ + 0, # black The Windows colours are defined in wincon.h as follows: + 4, # red define FOREGROUND_BLUE 0x0001 -- 0000 0001 + 2, # green define FOREGROUND_GREEN 0x0002 -- 0000 0010 + 6, # yellow define FOREGROUND_RED 0x0004 -- 0000 0100 + 1, # blue define FOREGROUND_INTENSITY 0x0008 -- 0000 1000 + 5, # magenta define BACKGROUND_BLUE 0x0010 -- 0001 0000 + 3, # cyan define BACKGROUND_GREEN 0x0020 -- 0010 0000 + 7, # white define BACKGROUND_RED 0x0040 -- 0100 0000 + 8, # bright black (grey) define BACKGROUND_INTENSITY 0x0080 -- 1000 0000 + 12, # bright red + 10, # bright green + 14, # bright yellow + 9, # bright blue + 13, # bright magenta + 11, # bright cyan + 15, # bright white + ] + + def __init__(self, file: "IO[str]") -> None: + handle = GetStdHandle(STDOUT) + self._handle = handle + default_text = GetConsoleScreenBufferInfo(handle).wAttributes + self._default_text = default_text + + self._default_fore = default_text & 7 + self._default_back = (default_text >> 4) & 7 + self._default_attrs = self._default_fore | (self._default_back << 4) + + self._file = file + self.write = file.write + self.flush = file.flush + + @property + def cursor_position(self) -> WindowsCoordinates: + """Returns the current position of the cursor (0-based) + + Returns: + WindowsCoordinates: The current cursor position. + """ + coord: COORD = GetConsoleScreenBufferInfo(self._handle).dwCursorPosition + return WindowsCoordinates(row=cast(int, coord.Y), col=cast(int, coord.X)) + + @property + def screen_size(self) -> WindowsCoordinates: + """Returns the current size of the console screen buffer, in character columns and rows + + Returns: + WindowsCoordinates: The width and height of the screen as WindowsCoordinates. + """ + screen_size: COORD = GetConsoleScreenBufferInfo(self._handle).dwSize + return WindowsCoordinates( + row=cast(int, screen_size.Y), col=cast(int, screen_size.X) + ) + + def write_text(self, text: str) -> None: + """Write text directly to the terminal without any modification of styles + + Args: + text (str): The text to write to the console + """ + self.write(text) + self.flush() + + def write_styled(self, text: str, style: Style) -> None: + """Write styled text to the terminal. + + Args: + text (str): The text to write + style (Style): The style of the text + """ + color = style.color + bgcolor = style.bgcolor + if style.reverse: + color, bgcolor = bgcolor, color + + if color: + fore = color.downgrade(ColorSystem.WINDOWS).number + fore = fore if fore is not None else 7 # Default to ANSI 7: White + if style.bold: + fore = fore | self.BRIGHT_BIT + if style.dim: + fore = fore & ~self.BRIGHT_BIT + fore = self.ANSI_TO_WINDOWS[fore] + else: + fore = self._default_fore + + if bgcolor: + back = bgcolor.downgrade(ColorSystem.WINDOWS).number + back = back if back is not None else 0 # Default to ANSI 0: Black + back = self.ANSI_TO_WINDOWS[back] + else: + back = self._default_back + + assert fore is not None + assert back is not None + + SetConsoleTextAttribute( + self._handle, attributes=ctypes.c_ushort(fore | (back << 4)) + ) + self.write_text(text) + SetConsoleTextAttribute(self._handle, attributes=self._default_text) + + def move_cursor_to(self, new_position: WindowsCoordinates) -> None: + """Set the position of the cursor + + Args: + new_position (WindowsCoordinates): The WindowsCoordinates representing the new position of the cursor. + """ + if new_position.col < 0 or new_position.row < 0: + return + SetConsoleCursorPosition(self._handle, coords=new_position) + + def erase_line(self) -> None: + """Erase all content on the line the cursor is currently located at""" + screen_size = self.screen_size + cursor_position = self.cursor_position + cells_to_erase = screen_size.col + start_coordinates = WindowsCoordinates(row=cursor_position.row, col=0) + FillConsoleOutputCharacter( + self._handle, " ", length=cells_to_erase, start=start_coordinates + ) + FillConsoleOutputAttribute( + self._handle, + self._default_attrs, + length=cells_to_erase, + start=start_coordinates, + ) + + def erase_end_of_line(self) -> None: + """Erase all content from the cursor position to the end of that line""" + cursor_position = self.cursor_position + cells_to_erase = self.screen_size.col - cursor_position.col + FillConsoleOutputCharacter( + self._handle, " ", length=cells_to_erase, start=cursor_position + ) + FillConsoleOutputAttribute( + self._handle, + self._default_attrs, + length=cells_to_erase, + start=cursor_position, + ) + + def erase_start_of_line(self) -> None: + """Erase all content from the cursor position to the start of that line""" + row, col = self.cursor_position + start = WindowsCoordinates(row, 0) + FillConsoleOutputCharacter(self._handle, " ", length=col, start=start) + FillConsoleOutputAttribute( + self._handle, self._default_attrs, length=col, start=start + ) + + def move_cursor_up(self) -> None: + """Move the cursor up a single cell""" + cursor_position = self.cursor_position + SetConsoleCursorPosition( + self._handle, + coords=WindowsCoordinates( + row=cursor_position.row - 1, col=cursor_position.col + ), + ) + + def move_cursor_down(self) -> None: + """Move the cursor down a single cell""" + cursor_position = self.cursor_position + SetConsoleCursorPosition( + self._handle, + coords=WindowsCoordinates( + row=cursor_position.row + 1, + col=cursor_position.col, + ), + ) + + def move_cursor_forward(self) -> None: + """Move the cursor forward a single cell. Wrap to the next line if required.""" + row, col = self.cursor_position + if col == self.screen_size.col - 1: + row += 1 + col = 0 + else: + col += 1 + SetConsoleCursorPosition( + self._handle, coords=WindowsCoordinates(row=row, col=col) + ) + + def move_cursor_to_column(self, column: int) -> None: + """Move cursor to the column specified by the zero-based column index, staying on the same row + + Args: + column (int): The zero-based column index to move the cursor to. + """ + row, _ = self.cursor_position + SetConsoleCursorPosition(self._handle, coords=WindowsCoordinates(row, column)) + + def move_cursor_backward(self) -> None: + """Move the cursor backward a single cell. Wrap to the previous line if required.""" + row, col = self.cursor_position + if col == 0: + row -= 1 + col = self.screen_size.col - 1 + else: + col -= 1 + SetConsoleCursorPosition( + self._handle, coords=WindowsCoordinates(row=row, col=col) + ) + + def hide_cursor(self) -> None: + """Hide the cursor""" + current_cursor_size = self._get_cursor_size() + invisible_cursor = CONSOLE_CURSOR_INFO(dwSize=current_cursor_size, bVisible=0) + SetConsoleCursorInfo(self._handle, cursor_info=invisible_cursor) + + def show_cursor(self) -> None: + """Show the cursor""" + current_cursor_size = self._get_cursor_size() + visible_cursor = CONSOLE_CURSOR_INFO(dwSize=current_cursor_size, bVisible=1) + SetConsoleCursorInfo(self._handle, cursor_info=visible_cursor) + + def set_title(self, title: str) -> None: + """Set the title of the terminal window + + Args: + title (str): The new title of the console window + """ + assert len(title) < 255, "Console title must be less than 255 characters" + SetConsoleTitle(title) + + def _get_cursor_size(self) -> int: + """Get the percentage of the character cell that is filled by the cursor""" + cursor_info = CONSOLE_CURSOR_INFO() + GetConsoleCursorInfo(self._handle, cursor_info=cursor_info) + return int(cursor_info.dwSize) + + +if __name__ == "__main__": + handle = GetStdHandle() + + from pip._vendor.rich.console import Console + + console = Console() + + term = LegacyWindowsTerm(sys.stdout) + term.set_title("Win32 Console Examples") + + style = Style(color="black", bgcolor="red") + + heading = Style.parse("black on green") + + # Check colour output + console.rule("Checking colour output") + console.print("[on red]on red!") + console.print("[blue]blue!") + console.print("[yellow]yellow!") + console.print("[bold yellow]bold yellow!") + console.print("[bright_yellow]bright_yellow!") + console.print("[dim bright_yellow]dim bright_yellow!") + console.print("[italic cyan]italic cyan!") + console.print("[bold white on blue]bold white on blue!") + console.print("[reverse bold white on blue]reverse bold white on blue!") + console.print("[bold black on cyan]bold black on cyan!") + console.print("[black on green]black on green!") + console.print("[blue on green]blue on green!") + console.print("[white on black]white on black!") + console.print("[black on white]black on white!") + console.print("[#1BB152 on #DA812D]#1BB152 on #DA812D!") + + # Check cursor movement + console.rule("Checking cursor movement") + console.print() + term.move_cursor_backward() + term.move_cursor_backward() + term.write_text("went back and wrapped to prev line") + time.sleep(1) + term.move_cursor_up() + term.write_text("we go up") + time.sleep(1) + term.move_cursor_down() + term.write_text("and down") + time.sleep(1) + term.move_cursor_up() + term.move_cursor_backward() + term.move_cursor_backward() + term.write_text("we went up and back 2") + time.sleep(1) + term.move_cursor_down() + term.move_cursor_backward() + term.move_cursor_backward() + term.write_text("we went down and back 2") + time.sleep(1) + + # Check erasing of lines + term.hide_cursor() + console.print() + console.rule("Checking line erasing") + console.print("\n...Deleting to the start of the line...") + term.write_text("The red arrow shows the cursor location, and direction of erase") + time.sleep(1) + term.move_cursor_to_column(16) + term.write_styled("<", Style.parse("black on red")) + term.move_cursor_backward() + time.sleep(1) + term.erase_start_of_line() + time.sleep(1) + + console.print("\n\n...And to the end of the line...") + term.write_text("The red arrow shows the cursor location, and direction of erase") + time.sleep(1) + + term.move_cursor_to_column(16) + term.write_styled(">", Style.parse("black on red")) + time.sleep(1) + term.erase_end_of_line() + time.sleep(1) + + console.print("\n\n...Now the whole line will be erased...") + term.write_styled("I'm going to disappear!", style=Style.parse("black on cyan")) + time.sleep(1) + term.erase_line() + + term.show_cursor() + print("\n") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py new file mode 100644 index 0000000..10fc0d7 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py @@ -0,0 +1,72 @@ +import sys +from dataclasses import dataclass + + +@dataclass +class WindowsConsoleFeatures: + """Windows features available.""" + + vt: bool = False + """The console supports VT codes.""" + truecolor: bool = False + """The console supports truecolor.""" + + +try: + import ctypes + from ctypes import LibraryLoader + + if sys.platform == "win32": + windll = LibraryLoader(ctypes.WinDLL) + else: + windll = None + raise ImportError("Not windows") + + from pip._vendor.rich._win32_console import ( + ENABLE_VIRTUAL_TERMINAL_PROCESSING, + GetConsoleMode, + GetStdHandle, + LegacyWindowsError, + ) + +except (AttributeError, ImportError, ValueError): + + # Fallback if we can't load the Windows DLL + def get_windows_console_features() -> WindowsConsoleFeatures: + features = WindowsConsoleFeatures() + return features + +else: + + def get_windows_console_features() -> WindowsConsoleFeatures: + """Get windows console features. + + Returns: + WindowsConsoleFeatures: An instance of WindowsConsoleFeatures. + """ + handle = GetStdHandle() + try: + console_mode = GetConsoleMode(handle) + success = True + except LegacyWindowsError: + console_mode = 0 + success = False + vt = bool(success and console_mode & ENABLE_VIRTUAL_TERMINAL_PROCESSING) + truecolor = False + if vt: + win_version = sys.getwindowsversion() + truecolor = win_version.major > 10 or ( + win_version.major == 10 and win_version.build >= 15063 + ) + features = WindowsConsoleFeatures(vt=vt, truecolor=truecolor) + return features + + +if __name__ == "__main__": + import platform + + features = get_windows_console_features() + from pip._vendor.rich import print + + print(f'platform="{platform.system()}"') + print(repr(features)) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py new file mode 100644 index 0000000..5ece056 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py @@ -0,0 +1,56 @@ +from typing import Iterable, Sequence, Tuple, cast + +from pip._vendor.rich._win32_console import LegacyWindowsTerm, WindowsCoordinates +from pip._vendor.rich.segment import ControlCode, ControlType, Segment + + +def legacy_windows_render(buffer: Iterable[Segment], term: LegacyWindowsTerm) -> None: + """Makes appropriate Windows Console API calls based on the segments in the buffer. + + Args: + buffer (Iterable[Segment]): Iterable of Segments to convert to Win32 API calls. + term (LegacyWindowsTerm): Used to call the Windows Console API. + """ + for text, style, control in buffer: + if not control: + if style: + term.write_styled(text, style) + else: + term.write_text(text) + else: + control_codes: Sequence[ControlCode] = control + for control_code in control_codes: + control_type = control_code[0] + if control_type == ControlType.CURSOR_MOVE_TO: + _, x, y = cast(Tuple[ControlType, int, int], control_code) + term.move_cursor_to(WindowsCoordinates(row=y - 1, col=x - 1)) + elif control_type == ControlType.CARRIAGE_RETURN: + term.write_text("\r") + elif control_type == ControlType.HOME: + term.move_cursor_to(WindowsCoordinates(0, 0)) + elif control_type == ControlType.CURSOR_UP: + term.move_cursor_up() + elif control_type == ControlType.CURSOR_DOWN: + term.move_cursor_down() + elif control_type == ControlType.CURSOR_FORWARD: + term.move_cursor_forward() + elif control_type == ControlType.CURSOR_BACKWARD: + term.move_cursor_backward() + elif control_type == ControlType.CURSOR_MOVE_TO_COLUMN: + _, column = cast(Tuple[ControlType, int], control_code) + term.move_cursor_to_column(column - 1) + elif control_type == ControlType.HIDE_CURSOR: + term.hide_cursor() + elif control_type == ControlType.SHOW_CURSOR: + term.show_cursor() + elif control_type == ControlType.ERASE_IN_LINE: + _, mode = cast(Tuple[ControlType, int], control_code) + if mode == 0: + term.erase_end_of_line() + elif mode == 1: + term.erase_start_of_line() + elif mode == 2: + term.erase_line() + elif control_type == ControlType.SET_WINDOW_TITLE: + _, title = cast(Tuple[ControlType, str], control_code) + term.set_title(title) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py new file mode 100644 index 0000000..c45f193 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py @@ -0,0 +1,56 @@ +import re +from typing import Iterable, List, Tuple + +from ._loop import loop_last +from .cells import cell_len, chop_cells + +re_word = re.compile(r"\s*\S+\s*") + + +def words(text: str) -> Iterable[Tuple[int, int, str]]: + position = 0 + word_match = re_word.match(text, position) + while word_match is not None: + start, end = word_match.span() + word = word_match.group(0) + yield start, end, word + word_match = re_word.match(text, end) + + +def divide_line(text: str, width: int, fold: bool = True) -> List[int]: + divides: List[int] = [] + append = divides.append + line_position = 0 + _cell_len = cell_len + for start, _end, word in words(text): + word_length = _cell_len(word.rstrip()) + if line_position + word_length > width: + if word_length > width: + if fold: + chopped_words = chop_cells(word, max_size=width, position=0) + for last, line in loop_last(chopped_words): + if start: + append(start) + + if last: + line_position = _cell_len(line) + else: + start += len(line) + else: + if start: + append(start) + line_position = _cell_len(word) + elif line_position and start: + append(start) + line_position = _cell_len(word) + else: + line_position += _cell_len(word) + return divides + + +if __name__ == "__main__": # pragma: no cover + from .console import Console + + console = Console(width=10) + console.print("12345 abcdefghijklmnopqrstuvwyxzABCDEFGHIJKLMNOPQRSTUVWXYZ 12345") + print(chop_cells("abcdefghijklmnopqrstuvwxyz", 10, position=2)) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py new file mode 100644 index 0000000..e6e498e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py @@ -0,0 +1,33 @@ +from abc import ABC + + +class RichRenderable(ABC): + """An abstract base class for Rich renderables. + + Note that there is no need to extend this class, the intended use is to check if an + object supports the Rich renderable protocol. For example:: + + if isinstance(my_object, RichRenderable): + console.print(my_object) + + """ + + @classmethod + def __subclasshook__(cls, other: type) -> bool: + """Check if this class supports the rich render protocol.""" + return hasattr(other, "__rich_console__") or hasattr(other, "__rich__") + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich.text import Text + + t = Text() + print(isinstance(Text, RichRenderable)) + print(isinstance(t, RichRenderable)) + + class Foo: + pass + + f = Foo() + print(isinstance(f, RichRenderable)) + print(isinstance("", RichRenderable)) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py new file mode 100644 index 0000000..c310b66 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py @@ -0,0 +1,311 @@ +import sys +from itertools import chain +from typing import TYPE_CHECKING, Iterable, Optional + +if sys.version_info >= (3, 8): + from typing import Literal +else: + from pip._vendor.typing_extensions import Literal # pragma: no cover + +from .constrain import Constrain +from .jupyter import JupyterMixin +from .measure import Measurement +from .segment import Segment +from .style import StyleType + +if TYPE_CHECKING: + from .console import Console, ConsoleOptions, RenderableType, RenderResult + +AlignMethod = Literal["left", "center", "right"] +VerticalAlignMethod = Literal["top", "middle", "bottom"] + + +class Align(JupyterMixin): + """Align a renderable by adding spaces if necessary. + + Args: + renderable (RenderableType): A console renderable. + align (AlignMethod): One of "left", "center", or "right"" + style (StyleType, optional): An optional style to apply to the background. + vertical (Optional[VerticalAlginMethod], optional): Optional vertical align, one of "top", "middle", or "bottom". Defaults to None. + pad (bool, optional): Pad the right with spaces. Defaults to True. + width (int, optional): Restrict contents to given width, or None to use default width. Defaults to None. + height (int, optional): Set height of align renderable, or None to fit to contents. Defaults to None. + + Raises: + ValueError: if ``align`` is not one of the expected values. + """ + + def __init__( + self, + renderable: "RenderableType", + align: AlignMethod = "left", + style: Optional[StyleType] = None, + *, + vertical: Optional[VerticalAlignMethod] = None, + pad: bool = True, + width: Optional[int] = None, + height: Optional[int] = None, + ) -> None: + if align not in ("left", "center", "right"): + raise ValueError( + f'invalid value for align, expected "left", "center", or "right" (not {align!r})' + ) + if vertical is not None and vertical not in ("top", "middle", "bottom"): + raise ValueError( + f'invalid value for vertical, expected "top", "middle", or "bottom" (not {vertical!r})' + ) + self.renderable = renderable + self.align = align + self.style = style + self.vertical = vertical + self.pad = pad + self.width = width + self.height = height + + def __repr__(self) -> str: + return f"Align({self.renderable!r}, {self.align!r})" + + @classmethod + def left( + cls, + renderable: "RenderableType", + style: Optional[StyleType] = None, + *, + vertical: Optional[VerticalAlignMethod] = None, + pad: bool = True, + width: Optional[int] = None, + height: Optional[int] = None, + ) -> "Align": + """Align a renderable to the left.""" + return cls( + renderable, + "left", + style=style, + vertical=vertical, + pad=pad, + width=width, + height=height, + ) + + @classmethod + def center( + cls, + renderable: "RenderableType", + style: Optional[StyleType] = None, + *, + vertical: Optional[VerticalAlignMethod] = None, + pad: bool = True, + width: Optional[int] = None, + height: Optional[int] = None, + ) -> "Align": + """Align a renderable to the center.""" + return cls( + renderable, + "center", + style=style, + vertical=vertical, + pad=pad, + width=width, + height=height, + ) + + @classmethod + def right( + cls, + renderable: "RenderableType", + style: Optional[StyleType] = None, + *, + vertical: Optional[VerticalAlignMethod] = None, + pad: bool = True, + width: Optional[int] = None, + height: Optional[int] = None, + ) -> "Align": + """Align a renderable to the right.""" + return cls( + renderable, + "right", + style=style, + vertical=vertical, + pad=pad, + width=width, + height=height, + ) + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + align = self.align + width = console.measure(self.renderable, options=options).maximum + rendered = console.render( + Constrain( + self.renderable, width if self.width is None else min(width, self.width) + ), + options.update(height=None), + ) + lines = list(Segment.split_lines(rendered)) + width, height = Segment.get_shape(lines) + lines = Segment.set_shape(lines, width, height) + new_line = Segment.line() + excess_space = options.max_width - width + style = console.get_style(self.style) if self.style is not None else None + + def generate_segments() -> Iterable[Segment]: + if excess_space <= 0: + # Exact fit + for line in lines: + yield from line + yield new_line + + elif align == "left": + # Pad on the right + pad = Segment(" " * excess_space, style) if self.pad else None + for line in lines: + yield from line + if pad: + yield pad + yield new_line + + elif align == "center": + # Pad left and right + left = excess_space // 2 + pad = Segment(" " * left, style) + pad_right = ( + Segment(" " * (excess_space - left), style) if self.pad else None + ) + for line in lines: + if left: + yield pad + yield from line + if pad_right: + yield pad_right + yield new_line + + elif align == "right": + # Padding on left + pad = Segment(" " * excess_space, style) + for line in lines: + yield pad + yield from line + yield new_line + + blank_line = ( + Segment(f"{' ' * (self.width or options.max_width)}\n", style) + if self.pad + else Segment("\n") + ) + + def blank_lines(count: int) -> Iterable[Segment]: + if count > 0: + for _ in range(count): + yield blank_line + + vertical_height = self.height or options.height + iter_segments: Iterable[Segment] + if self.vertical and vertical_height is not None: + if self.vertical == "top": + bottom_space = vertical_height - height + iter_segments = chain(generate_segments(), blank_lines(bottom_space)) + elif self.vertical == "middle": + top_space = (vertical_height - height) // 2 + bottom_space = vertical_height - top_space - height + iter_segments = chain( + blank_lines(top_space), + generate_segments(), + blank_lines(bottom_space), + ) + else: # self.vertical == "bottom": + top_space = vertical_height - height + iter_segments = chain(blank_lines(top_space), generate_segments()) + else: + iter_segments = generate_segments() + if self.style: + style = console.get_style(self.style) + iter_segments = Segment.apply_style(iter_segments, style) + yield from iter_segments + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> Measurement: + measurement = Measurement.get(console, options, self.renderable) + return measurement + + +class VerticalCenter(JupyterMixin): + """Vertically aligns a renderable. + + Warn: + This class is deprecated and may be removed in a future version. Use Align class with + `vertical="middle"`. + + Args: + renderable (RenderableType): A renderable object. + """ + + def __init__( + self, + renderable: "RenderableType", + style: Optional[StyleType] = None, + ) -> None: + self.renderable = renderable + self.style = style + + def __repr__(self) -> str: + return f"VerticalCenter({self.renderable!r})" + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + style = console.get_style(self.style) if self.style is not None else None + lines = console.render_lines( + self.renderable, options.update(height=None), pad=False + ) + width, _height = Segment.get_shape(lines) + new_line = Segment.line() + height = options.height or options.size.height + top_space = (height - len(lines)) // 2 + bottom_space = height - top_space - len(lines) + blank_line = Segment(f"{' ' * width}", style) + + def blank_lines(count: int) -> Iterable[Segment]: + for _ in range(count): + yield blank_line + yield new_line + + if top_space > 0: + yield from blank_lines(top_space) + for line in lines: + yield from line + yield new_line + if bottom_space > 0: + yield from blank_lines(bottom_space) + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> Measurement: + measurement = Measurement.get(console, options, self.renderable) + return measurement + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich.console import Console, Group + from pip._vendor.rich.highlighter import ReprHighlighter + from pip._vendor.rich.panel import Panel + + highlighter = ReprHighlighter() + console = Console() + + panel = Panel( + Group( + Align.left(highlighter("align='left'")), + Align.center(highlighter("align='center'")), + Align.right(highlighter("align='right'")), + ), + width=60, + style="on dark_blue", + title="Align", + ) + + console.print( + Align.center(panel, vertical="middle", style="on red", height=console.height) + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py new file mode 100644 index 0000000..66365e6 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py @@ -0,0 +1,240 @@ +import re +import sys +from contextlib import suppress +from typing import Iterable, NamedTuple, Optional + +from .color import Color +from .style import Style +from .text import Text + +re_ansi = re.compile( + r""" +(?:\x1b\](.*?)\x1b\\)| +(?:\x1b([(@-Z\\-_]|\[[0-?]*[ -/]*[@-~])) +""", + re.VERBOSE, +) + + +class _AnsiToken(NamedTuple): + """Result of ansi tokenized string.""" + + plain: str = "" + sgr: Optional[str] = "" + osc: Optional[str] = "" + + +def _ansi_tokenize(ansi_text: str) -> Iterable[_AnsiToken]: + """Tokenize a string in to plain text and ANSI codes. + + Args: + ansi_text (str): A String containing ANSI codes. + + Yields: + AnsiToken: A named tuple of (plain, sgr, osc) + """ + + position = 0 + sgr: Optional[str] + osc: Optional[str] + for match in re_ansi.finditer(ansi_text): + start, end = match.span(0) + osc, sgr = match.groups() + if start > position: + yield _AnsiToken(ansi_text[position:start]) + if sgr: + if sgr == "(": + position = end + 1 + continue + if sgr.endswith("m"): + yield _AnsiToken("", sgr[1:-1], osc) + else: + yield _AnsiToken("", sgr, osc) + position = end + if position < len(ansi_text): + yield _AnsiToken(ansi_text[position:]) + + +SGR_STYLE_MAP = { + 1: "bold", + 2: "dim", + 3: "italic", + 4: "underline", + 5: "blink", + 6: "blink2", + 7: "reverse", + 8: "conceal", + 9: "strike", + 21: "underline2", + 22: "not dim not bold", + 23: "not italic", + 24: "not underline", + 25: "not blink", + 26: "not blink2", + 27: "not reverse", + 28: "not conceal", + 29: "not strike", + 30: "color(0)", + 31: "color(1)", + 32: "color(2)", + 33: "color(3)", + 34: "color(4)", + 35: "color(5)", + 36: "color(6)", + 37: "color(7)", + 39: "default", + 40: "on color(0)", + 41: "on color(1)", + 42: "on color(2)", + 43: "on color(3)", + 44: "on color(4)", + 45: "on color(5)", + 46: "on color(6)", + 47: "on color(7)", + 49: "on default", + 51: "frame", + 52: "encircle", + 53: "overline", + 54: "not frame not encircle", + 55: "not overline", + 90: "color(8)", + 91: "color(9)", + 92: "color(10)", + 93: "color(11)", + 94: "color(12)", + 95: "color(13)", + 96: "color(14)", + 97: "color(15)", + 100: "on color(8)", + 101: "on color(9)", + 102: "on color(10)", + 103: "on color(11)", + 104: "on color(12)", + 105: "on color(13)", + 106: "on color(14)", + 107: "on color(15)", +} + + +class AnsiDecoder: + """Translate ANSI code in to styled Text.""" + + def __init__(self) -> None: + self.style = Style.null() + + def decode(self, terminal_text: str) -> Iterable[Text]: + """Decode ANSI codes in an iterable of lines. + + Args: + lines (Iterable[str]): An iterable of lines of terminal output. + + Yields: + Text: Marked up Text. + """ + for line in terminal_text.splitlines(): + yield self.decode_line(line) + + def decode_line(self, line: str) -> Text: + """Decode a line containing ansi codes. + + Args: + line (str): A line of terminal output. + + Returns: + Text: A Text instance marked up according to ansi codes. + """ + from_ansi = Color.from_ansi + from_rgb = Color.from_rgb + _Style = Style + text = Text() + append = text.append + line = line.rsplit("\r", 1)[-1] + for plain_text, sgr, osc in _ansi_tokenize(line): + if plain_text: + append(plain_text, self.style or None) + elif osc is not None: + if osc.startswith("8;"): + _params, semicolon, link = osc[2:].partition(";") + if semicolon: + self.style = self.style.update_link(link or None) + elif sgr is not None: + # Translate in to semi-colon separated codes + # Ignore invalid codes, because we want to be lenient + codes = [ + min(255, int(_code) if _code else 0) + for _code in sgr.split(";") + if _code.isdigit() or _code == "" + ] + iter_codes = iter(codes) + for code in iter_codes: + if code == 0: + # reset + self.style = _Style.null() + elif code in SGR_STYLE_MAP: + # styles + self.style += _Style.parse(SGR_STYLE_MAP[code]) + elif code == 38: + #  Foreground + with suppress(StopIteration): + color_type = next(iter_codes) + if color_type == 5: + self.style += _Style.from_color( + from_ansi(next(iter_codes)) + ) + elif color_type == 2: + self.style += _Style.from_color( + from_rgb( + next(iter_codes), + next(iter_codes), + next(iter_codes), + ) + ) + elif code == 48: + # Background + with suppress(StopIteration): + color_type = next(iter_codes) + if color_type == 5: + self.style += _Style.from_color( + None, from_ansi(next(iter_codes)) + ) + elif color_type == 2: + self.style += _Style.from_color( + None, + from_rgb( + next(iter_codes), + next(iter_codes), + next(iter_codes), + ), + ) + + return text + + +if sys.platform != "win32" and __name__ == "__main__": # pragma: no cover + import io + import os + import pty + import sys + + decoder = AnsiDecoder() + + stdout = io.BytesIO() + + def read(fd: int) -> bytes: + data = os.read(fd, 1024) + stdout.write(data) + return data + + pty.spawn(sys.argv[1:], read) + + from .console import Console + + console = Console(record=True) + + stdout_result = stdout.getvalue().decode("utf-8") + print(stdout_result) + + for line in decoder.decode(stdout_result): + console.print(line) + + console.save_html("stdout.html") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py new file mode 100644 index 0000000..ed86a55 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py @@ -0,0 +1,94 @@ +from typing import Optional, Union + +from .color import Color +from .console import Console, ConsoleOptions, RenderResult +from .jupyter import JupyterMixin +from .measure import Measurement +from .segment import Segment +from .style import Style + +# There are left-aligned characters for 1/8 to 7/8, but +# the right-aligned characters exist only for 1/8 and 4/8. +BEGIN_BLOCK_ELEMENTS = ["█", "█", "█", "▐", "▐", "▐", "▕", "▕"] +END_BLOCK_ELEMENTS = [" ", "▏", "▎", "▍", "▌", "▋", "▊", "▉"] +FULL_BLOCK = "█" + + +class Bar(JupyterMixin): + """Renders a solid block bar. + + Args: + size (float): Value for the end of the bar. + begin (float): Begin point (between 0 and size, inclusive). + end (float): End point (between 0 and size, inclusive). + width (int, optional): Width of the bar, or ``None`` for maximum width. Defaults to None. + color (Union[Color, str], optional): Color of the bar. Defaults to "default". + bgcolor (Union[Color, str], optional): Color of bar background. Defaults to "default". + """ + + def __init__( + self, + size: float, + begin: float, + end: float, + *, + width: Optional[int] = None, + color: Union[Color, str] = "default", + bgcolor: Union[Color, str] = "default", + ): + self.size = size + self.begin = max(begin, 0) + self.end = min(end, size) + self.width = width + self.style = Style(color=color, bgcolor=bgcolor) + + def __repr__(self) -> str: + return f"Bar({self.size}, {self.begin}, {self.end})" + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + + width = min( + self.width if self.width is not None else options.max_width, + options.max_width, + ) + + if self.begin >= self.end: + yield Segment(" " * width, self.style) + yield Segment.line() + return + + prefix_complete_eights = int(width * 8 * self.begin / self.size) + prefix_bar_count = prefix_complete_eights // 8 + prefix_eights_count = prefix_complete_eights % 8 + + body_complete_eights = int(width * 8 * self.end / self.size) + body_bar_count = body_complete_eights // 8 + body_eights_count = body_complete_eights % 8 + + # When start and end fall into the same cell, we ideally should render + # a symbol that's "center-aligned", but there is no good symbol in Unicode. + # In this case, we fall back to right-aligned block symbol for simplicity. + + prefix = " " * prefix_bar_count + if prefix_eights_count: + prefix += BEGIN_BLOCK_ELEMENTS[prefix_eights_count] + + body = FULL_BLOCK * body_bar_count + if body_eights_count: + body += END_BLOCK_ELEMENTS[body_eights_count] + + suffix = " " * (width - len(body)) + + yield Segment(prefix + body[len(prefix) :] + suffix, self.style) + yield Segment.line() + + def __rich_measure__( + self, console: Console, options: ConsoleOptions + ) -> Measurement: + return ( + Measurement(self.width, self.width) + if self.width is not None + else Measurement(4, options.max_width) + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py new file mode 100644 index 0000000..97d2a94 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py @@ -0,0 +1,517 @@ +import sys +from typing import TYPE_CHECKING, Iterable, List + +if sys.version_info >= (3, 8): + from typing import Literal +else: + from pip._vendor.typing_extensions import Literal # pragma: no cover + + +from ._loop import loop_last + +if TYPE_CHECKING: + from pip._vendor.rich.console import ConsoleOptions + + +class Box: + """Defines characters to render boxes. + + ┌─┬┐ top + │ ││ head + ├─┼┤ head_row + │ ││ mid + ├─┼┤ row + ├─┼┤ foot_row + │ ││ foot + └─┴┘ bottom + + Args: + box (str): Characters making up box. + ascii (bool, optional): True if this box uses ascii characters only. Default is False. + """ + + def __init__(self, box: str, *, ascii: bool = False) -> None: + self._box = box + self.ascii = ascii + line1, line2, line3, line4, line5, line6, line7, line8 = box.splitlines() + # top + self.top_left, self.top, self.top_divider, self.top_right = iter(line1) + # head + self.head_left, _, self.head_vertical, self.head_right = iter(line2) + # head_row + ( + self.head_row_left, + self.head_row_horizontal, + self.head_row_cross, + self.head_row_right, + ) = iter(line3) + + # mid + self.mid_left, _, self.mid_vertical, self.mid_right = iter(line4) + # row + self.row_left, self.row_horizontal, self.row_cross, self.row_right = iter(line5) + # foot_row + ( + self.foot_row_left, + self.foot_row_horizontal, + self.foot_row_cross, + self.foot_row_right, + ) = iter(line6) + # foot + self.foot_left, _, self.foot_vertical, self.foot_right = iter(line7) + # bottom + self.bottom_left, self.bottom, self.bottom_divider, self.bottom_right = iter( + line8 + ) + + def __repr__(self) -> str: + return "Box(...)" + + def __str__(self) -> str: + return self._box + + def substitute(self, options: "ConsoleOptions", safe: bool = True) -> "Box": + """Substitute this box for another if it won't render due to platform issues. + + Args: + options (ConsoleOptions): Console options used in rendering. + safe (bool, optional): Substitute this for another Box if there are known problems + displaying on the platform (currently only relevant on Windows). Default is True. + + Returns: + Box: A different Box or the same Box. + """ + box = self + if options.legacy_windows and safe: + box = LEGACY_WINDOWS_SUBSTITUTIONS.get(box, box) + if options.ascii_only and not box.ascii: + box = ASCII + return box + + def get_plain_headed_box(self) -> "Box": + """If this box uses special characters for the borders of the header, then + return the equivalent box that does not. + + Returns: + Box: The most similar Box that doesn't use header-specific box characters. + If the current Box already satisfies this criterion, then it's returned. + """ + return PLAIN_HEADED_SUBSTITUTIONS.get(self, self) + + def get_top(self, widths: Iterable[int]) -> str: + """Get the top of a simple box. + + Args: + widths (List[int]): Widths of columns. + + Returns: + str: A string of box characters. + """ + + parts: List[str] = [] + append = parts.append + append(self.top_left) + for last, width in loop_last(widths): + append(self.top * width) + if not last: + append(self.top_divider) + append(self.top_right) + return "".join(parts) + + def get_row( + self, + widths: Iterable[int], + level: Literal["head", "row", "foot", "mid"] = "row", + edge: bool = True, + ) -> str: + """Get the top of a simple box. + + Args: + width (List[int]): Widths of columns. + + Returns: + str: A string of box characters. + """ + if level == "head": + left = self.head_row_left + horizontal = self.head_row_horizontal + cross = self.head_row_cross + right = self.head_row_right + elif level == "row": + left = self.row_left + horizontal = self.row_horizontal + cross = self.row_cross + right = self.row_right + elif level == "mid": + left = self.mid_left + horizontal = " " + cross = self.mid_vertical + right = self.mid_right + elif level == "foot": + left = self.foot_row_left + horizontal = self.foot_row_horizontal + cross = self.foot_row_cross + right = self.foot_row_right + else: + raise ValueError("level must be 'head', 'row' or 'foot'") + + parts: List[str] = [] + append = parts.append + if edge: + append(left) + for last, width in loop_last(widths): + append(horizontal * width) + if not last: + append(cross) + if edge: + append(right) + return "".join(parts) + + def get_bottom(self, widths: Iterable[int]) -> str: + """Get the bottom of a simple box. + + Args: + widths (List[int]): Widths of columns. + + Returns: + str: A string of box characters. + """ + + parts: List[str] = [] + append = parts.append + append(self.bottom_left) + for last, width in loop_last(widths): + append(self.bottom * width) + if not last: + append(self.bottom_divider) + append(self.bottom_right) + return "".join(parts) + + +ASCII: Box = Box( + """\ ++--+ +| || +|-+| +| || +|-+| +|-+| +| || ++--+ +""", + ascii=True, +) + +ASCII2: Box = Box( + """\ ++-++ +| || ++-++ +| || ++-++ ++-++ +| || ++-++ +""", + ascii=True, +) + +ASCII_DOUBLE_HEAD: Box = Box( + """\ ++-++ +| || ++=++ +| || ++-++ ++-++ +| || ++-++ +""", + ascii=True, +) + +SQUARE: Box = Box( + """\ +┌─┬┐ +│ ││ +├─┼┤ +│ ││ +├─┼┤ +├─┼┤ +│ ││ +└─┴┘ +""" +) + +SQUARE_DOUBLE_HEAD: Box = Box( + """\ +┌─┬┐ +│ ││ +╞═╪╡ +│ ││ +├─┼┤ +├─┼┤ +│ ││ +└─┴┘ +""" +) + +MINIMAL: Box = Box( + """\ + ╷ + │ +╶─┼╴ + │ +╶─┼╴ +╶─┼╴ + │ + ╵ +""" +) + + +MINIMAL_HEAVY_HEAD: Box = Box( + """\ + ╷ + │ +╺━┿╸ + │ +╶─┼╴ +╶─┼╴ + │ + ╵ +""" +) + +MINIMAL_DOUBLE_HEAD: Box = Box( + """\ + ╷ + │ + ═╪ + │ + ─┼ + ─┼ + │ + ╵ +""" +) + + +SIMPLE: Box = Box( + """\ + + + ── + + + ── + + +""" +) + +SIMPLE_HEAD: Box = Box( + """\ + + + ── + + + + + +""" +) + + +SIMPLE_HEAVY: Box = Box( + """\ + + + ━━ + + + ━━ + + +""" +) + + +HORIZONTALS: Box = Box( + """\ + ── + + ── + + ── + ── + + ── +""" +) + +ROUNDED: Box = Box( + """\ +╭─┬╮ +│ ││ +├─┼┤ +│ ││ +├─┼┤ +├─┼┤ +│ ││ +╰─┴╯ +""" +) + +HEAVY: Box = Box( + """\ +┏━┳┓ +┃ ┃┃ +┣━╋┫ +┃ ┃┃ +┣━╋┫ +┣━╋┫ +┃ ┃┃ +┗━┻┛ +""" +) + +HEAVY_EDGE: Box = Box( + """\ +┏━┯┓ +┃ │┃ +┠─┼┨ +┃ │┃ +┠─┼┨ +┠─┼┨ +┃ │┃ +┗━┷┛ +""" +) + +HEAVY_HEAD: Box = Box( + """\ +┏━┳┓ +┃ ┃┃ +┡━╇┩ +│ ││ +├─┼┤ +├─┼┤ +│ ││ +└─┴┘ +""" +) + +DOUBLE: Box = Box( + """\ +╔═╦╗ +║ ║║ +╠═╬╣ +║ ║║ +╠═╬╣ +╠═╬╣ +║ ║║ +╚═╩╝ +""" +) + +DOUBLE_EDGE: Box = Box( + """\ +╔═╤╗ +║ │║ +╟─┼╢ +║ │║ +╟─┼╢ +╟─┼╢ +║ │║ +╚═╧╝ +""" +) + +MARKDOWN: Box = Box( + """\ + +| || +|-|| +| || +|-|| +|-|| +| || + +""", + ascii=True, +) + +# Map Boxes that don't render with raster fonts on to equivalent that do +LEGACY_WINDOWS_SUBSTITUTIONS = { + ROUNDED: SQUARE, + MINIMAL_HEAVY_HEAD: MINIMAL, + SIMPLE_HEAVY: SIMPLE, + HEAVY: SQUARE, + HEAVY_EDGE: SQUARE, + HEAVY_HEAD: SQUARE, +} + +# Map headed boxes to their headerless equivalents +PLAIN_HEADED_SUBSTITUTIONS = { + HEAVY_HEAD: SQUARE, + SQUARE_DOUBLE_HEAD: SQUARE, + MINIMAL_DOUBLE_HEAD: MINIMAL, + MINIMAL_HEAVY_HEAD: MINIMAL, + ASCII_DOUBLE_HEAD: ASCII2, +} + + +if __name__ == "__main__": # pragma: no cover + + from pip._vendor.rich.columns import Columns + from pip._vendor.rich.panel import Panel + + from . import box as box + from .console import Console + from .table import Table + from .text import Text + + console = Console(record=True) + + BOXES = [ + "ASCII", + "ASCII2", + "ASCII_DOUBLE_HEAD", + "SQUARE", + "SQUARE_DOUBLE_HEAD", + "MINIMAL", + "MINIMAL_HEAVY_HEAD", + "MINIMAL_DOUBLE_HEAD", + "SIMPLE", + "SIMPLE_HEAD", + "SIMPLE_HEAVY", + "HORIZONTALS", + "ROUNDED", + "HEAVY", + "HEAVY_EDGE", + "HEAVY_HEAD", + "DOUBLE", + "DOUBLE_EDGE", + "MARKDOWN", + ] + + console.print(Panel("[bold green]Box Constants", style="green"), justify="center") + console.print() + + columns = Columns(expand=True, padding=2) + for box_name in sorted(BOXES): + table = Table( + show_footer=True, style="dim", border_style="not dim", expand=True + ) + table.add_column("Header 1", "Footer 1") + table.add_column("Header 2", "Footer 2") + table.add_row("Cell", "Cell") + table.add_row("Cell", "Cell") + table.box = getattr(box, box_name) + table.title = Text(f"box.{box_name}", style="magenta") + columns.add_renderable(table) + console.print(columns) + + # console.save_svg("box.svg") diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py new file mode 100644 index 0000000..9354f9e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py @@ -0,0 +1,154 @@ +import re +from functools import lru_cache +from typing import Callable, List + +from ._cell_widths import CELL_WIDTHS + +# Regex to match sequence of the most common character ranges +_is_single_cell_widths = re.compile("^[\u0020-\u006f\u00a0\u02ff\u0370-\u0482]*$").match + + +@lru_cache(4096) +def cached_cell_len(text: str) -> int: + """Get the number of cells required to display text. + + This method always caches, which may use up a lot of memory. It is recommended to use + `cell_len` over this method. + + Args: + text (str): Text to display. + + Returns: + int: Get the number of cells required to display text. + """ + _get_size = get_character_cell_size + total_size = sum(_get_size(character) for character in text) + return total_size + + +def cell_len(text: str, _cell_len: Callable[[str], int] = cached_cell_len) -> int: + """Get the number of cells required to display text. + + Args: + text (str): Text to display. + + Returns: + int: Get the number of cells required to display text. + """ + if len(text) < 512: + return _cell_len(text) + _get_size = get_character_cell_size + total_size = sum(_get_size(character) for character in text) + return total_size + + +@lru_cache(maxsize=4096) +def get_character_cell_size(character: str) -> int: + """Get the cell size of a character. + + Args: + character (str): A single character. + + Returns: + int: Number of cells (0, 1 or 2) occupied by that character. + """ + return _get_codepoint_cell_size(ord(character)) + + +@lru_cache(maxsize=4096) +def _get_codepoint_cell_size(codepoint: int) -> int: + """Get the cell size of a character. + + Args: + codepoint (int): Codepoint of a character. + + Returns: + int: Number of cells (0, 1 or 2) occupied by that character. + """ + + _table = CELL_WIDTHS + lower_bound = 0 + upper_bound = len(_table) - 1 + index = (lower_bound + upper_bound) // 2 + while True: + start, end, width = _table[index] + if codepoint < start: + upper_bound = index - 1 + elif codepoint > end: + lower_bound = index + 1 + else: + return 0 if width == -1 else width + if upper_bound < lower_bound: + break + index = (lower_bound + upper_bound) // 2 + return 1 + + +def set_cell_size(text: str, total: int) -> str: + """Set the length of a string to fit within given number of cells.""" + + if _is_single_cell_widths(text): + size = len(text) + if size < total: + return text + " " * (total - size) + return text[:total] + + if total <= 0: + return "" + cell_size = cell_len(text) + if cell_size == total: + return text + if cell_size < total: + return text + " " * (total - cell_size) + + start = 0 + end = len(text) + + # Binary search until we find the right size + while True: + pos = (start + end) // 2 + before = text[: pos + 1] + before_len = cell_len(before) + if before_len == total + 1 and cell_len(before[-1]) == 2: + return before[:-1] + " " + if before_len == total: + return before + if before_len > total: + end = pos + else: + start = pos + + +# TODO: This is inefficient +# TODO: This might not work with CWJ type characters +def chop_cells(text: str, max_size: int, position: int = 0) -> List[str]: + """Break text in to equal (cell) length strings, returning the characters in reverse + order""" + _get_character_cell_size = get_character_cell_size + characters = [ + (character, _get_character_cell_size(character)) for character in text + ] + total_size = position + lines: List[List[str]] = [[]] + append = lines[-1].append + + for character, size in reversed(characters): + if total_size + size > max_size: + lines.append([character]) + append = lines[-1].append + total_size = size + else: + total_size += size + append(character) + + return ["".join(line) for line in lines] + + +if __name__ == "__main__": # pragma: no cover + + print(get_character_cell_size("😽")) + for line in chop_cells("""这是对亚洲语言支持的测试。面对模棱两可的想法,拒绝猜测的诱惑。""", 8): + print(line) + for n in range(80, 1, -1): + print(set_cell_size("""这是对亚洲语言支持的测试。面对模棱两可的想法,拒绝猜测的诱惑。""", n) + "|") + print("x" * n) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py new file mode 100644 index 0000000..dfe4559 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py @@ -0,0 +1,622 @@ +import platform +import re +from colorsys import rgb_to_hls +from enum import IntEnum +from functools import lru_cache +from typing import TYPE_CHECKING, NamedTuple, Optional, Tuple + +from ._palettes import EIGHT_BIT_PALETTE, STANDARD_PALETTE, WINDOWS_PALETTE +from .color_triplet import ColorTriplet +from .repr import Result, rich_repr +from .terminal_theme import DEFAULT_TERMINAL_THEME + +if TYPE_CHECKING: # pragma: no cover + from .terminal_theme import TerminalTheme + from .text import Text + + +WINDOWS = platform.system() == "Windows" + + +class ColorSystem(IntEnum): + """One of the 3 color system supported by terminals.""" + + STANDARD = 1 + EIGHT_BIT = 2 + TRUECOLOR = 3 + WINDOWS = 4 + + def __repr__(self) -> str: + return f"ColorSystem.{self.name}" + + def __str__(self) -> str: + return repr(self) + + +class ColorType(IntEnum): + """Type of color stored in Color class.""" + + DEFAULT = 0 + STANDARD = 1 + EIGHT_BIT = 2 + TRUECOLOR = 3 + WINDOWS = 4 + + def __repr__(self) -> str: + return f"ColorType.{self.name}" + + +ANSI_COLOR_NAMES = { + "black": 0, + "red": 1, + "green": 2, + "yellow": 3, + "blue": 4, + "magenta": 5, + "cyan": 6, + "white": 7, + "bright_black": 8, + "bright_red": 9, + "bright_green": 10, + "bright_yellow": 11, + "bright_blue": 12, + "bright_magenta": 13, + "bright_cyan": 14, + "bright_white": 15, + "grey0": 16, + "gray0": 16, + "navy_blue": 17, + "dark_blue": 18, + "blue3": 20, + "blue1": 21, + "dark_green": 22, + "deep_sky_blue4": 25, + "dodger_blue3": 26, + "dodger_blue2": 27, + "green4": 28, + "spring_green4": 29, + "turquoise4": 30, + "deep_sky_blue3": 32, + "dodger_blue1": 33, + "green3": 40, + "spring_green3": 41, + "dark_cyan": 36, + "light_sea_green": 37, + "deep_sky_blue2": 38, + "deep_sky_blue1": 39, + "spring_green2": 47, + "cyan3": 43, + "dark_turquoise": 44, + "turquoise2": 45, + "green1": 46, + "spring_green1": 48, + "medium_spring_green": 49, + "cyan2": 50, + "cyan1": 51, + "dark_red": 88, + "deep_pink4": 125, + "purple4": 55, + "purple3": 56, + "blue_violet": 57, + "orange4": 94, + "grey37": 59, + "gray37": 59, + "medium_purple4": 60, + "slate_blue3": 62, + "royal_blue1": 63, + "chartreuse4": 64, + "dark_sea_green4": 71, + "pale_turquoise4": 66, + "steel_blue": 67, + "steel_blue3": 68, + "cornflower_blue": 69, + "chartreuse3": 76, + "cadet_blue": 73, + "sky_blue3": 74, + "steel_blue1": 81, + "pale_green3": 114, + "sea_green3": 78, + "aquamarine3": 79, + "medium_turquoise": 80, + "chartreuse2": 112, + "sea_green2": 83, + "sea_green1": 85, + "aquamarine1": 122, + "dark_slate_gray2": 87, + "dark_magenta": 91, + "dark_violet": 128, + "purple": 129, + "light_pink4": 95, + "plum4": 96, + "medium_purple3": 98, + "slate_blue1": 99, + "yellow4": 106, + "wheat4": 101, + "grey53": 102, + "gray53": 102, + "light_slate_grey": 103, + "light_slate_gray": 103, + "medium_purple": 104, + "light_slate_blue": 105, + "dark_olive_green3": 149, + "dark_sea_green": 108, + "light_sky_blue3": 110, + "sky_blue2": 111, + "dark_sea_green3": 150, + "dark_slate_gray3": 116, + "sky_blue1": 117, + "chartreuse1": 118, + "light_green": 120, + "pale_green1": 156, + "dark_slate_gray1": 123, + "red3": 160, + "medium_violet_red": 126, + "magenta3": 164, + "dark_orange3": 166, + "indian_red": 167, + "hot_pink3": 168, + "medium_orchid3": 133, + "medium_orchid": 134, + "medium_purple2": 140, + "dark_goldenrod": 136, + "light_salmon3": 173, + "rosy_brown": 138, + "grey63": 139, + "gray63": 139, + "medium_purple1": 141, + "gold3": 178, + "dark_khaki": 143, + "navajo_white3": 144, + "grey69": 145, + "gray69": 145, + "light_steel_blue3": 146, + "light_steel_blue": 147, + "yellow3": 184, + "dark_sea_green2": 157, + "light_cyan3": 152, + "light_sky_blue1": 153, + "green_yellow": 154, + "dark_olive_green2": 155, + "dark_sea_green1": 193, + "pale_turquoise1": 159, + "deep_pink3": 162, + "magenta2": 200, + "hot_pink2": 169, + "orchid": 170, + "medium_orchid1": 207, + "orange3": 172, + "light_pink3": 174, + "pink3": 175, + "plum3": 176, + "violet": 177, + "light_goldenrod3": 179, + "tan": 180, + "misty_rose3": 181, + "thistle3": 182, + "plum2": 183, + "khaki3": 185, + "light_goldenrod2": 222, + "light_yellow3": 187, + "grey84": 188, + "gray84": 188, + "light_steel_blue1": 189, + "yellow2": 190, + "dark_olive_green1": 192, + "honeydew2": 194, + "light_cyan1": 195, + "red1": 196, + "deep_pink2": 197, + "deep_pink1": 199, + "magenta1": 201, + "orange_red1": 202, + "indian_red1": 204, + "hot_pink": 206, + "dark_orange": 208, + "salmon1": 209, + "light_coral": 210, + "pale_violet_red1": 211, + "orchid2": 212, + "orchid1": 213, + "orange1": 214, + "sandy_brown": 215, + "light_salmon1": 216, + "light_pink1": 217, + "pink1": 218, + "plum1": 219, + "gold1": 220, + "navajo_white1": 223, + "misty_rose1": 224, + "thistle1": 225, + "yellow1": 226, + "light_goldenrod1": 227, + "khaki1": 228, + "wheat1": 229, + "cornsilk1": 230, + "grey100": 231, + "gray100": 231, + "grey3": 232, + "gray3": 232, + "grey7": 233, + "gray7": 233, + "grey11": 234, + "gray11": 234, + "grey15": 235, + "gray15": 235, + "grey19": 236, + "gray19": 236, + "grey23": 237, + "gray23": 237, + "grey27": 238, + "gray27": 238, + "grey30": 239, + "gray30": 239, + "grey35": 240, + "gray35": 240, + "grey39": 241, + "gray39": 241, + "grey42": 242, + "gray42": 242, + "grey46": 243, + "gray46": 243, + "grey50": 244, + "gray50": 244, + "grey54": 245, + "gray54": 245, + "grey58": 246, + "gray58": 246, + "grey62": 247, + "gray62": 247, + "grey66": 248, + "gray66": 248, + "grey70": 249, + "gray70": 249, + "grey74": 250, + "gray74": 250, + "grey78": 251, + "gray78": 251, + "grey82": 252, + "gray82": 252, + "grey85": 253, + "gray85": 253, + "grey89": 254, + "gray89": 254, + "grey93": 255, + "gray93": 255, +} + + +class ColorParseError(Exception): + """The color could not be parsed.""" + + +RE_COLOR = re.compile( + r"""^ +\#([0-9a-f]{6})$| +color\(([0-9]{1,3})\)$| +rgb\(([\d\s,]+)\)$ +""", + re.VERBOSE, +) + + +@rich_repr +class Color(NamedTuple): + """Terminal color definition.""" + + name: str + """The name of the color (typically the input to Color.parse).""" + type: ColorType + """The type of the color.""" + number: Optional[int] = None + """The color number, if a standard color, or None.""" + triplet: Optional[ColorTriplet] = None + """A triplet of color components, if an RGB color.""" + + def __rich__(self) -> "Text": + """Displays the actual color if Rich printed.""" + from .style import Style + from .text import Text + + return Text.assemble( + f"", + ) + + def __rich_repr__(self) -> Result: + yield self.name + yield self.type + yield "number", self.number, None + yield "triplet", self.triplet, None + + @property + def system(self) -> ColorSystem: + """Get the native color system for this color.""" + if self.type == ColorType.DEFAULT: + return ColorSystem.STANDARD + return ColorSystem(int(self.type)) + + @property + def is_system_defined(self) -> bool: + """Check if the color is ultimately defined by the system.""" + return self.system not in (ColorSystem.EIGHT_BIT, ColorSystem.TRUECOLOR) + + @property + def is_default(self) -> bool: + """Check if the color is a default color.""" + return self.type == ColorType.DEFAULT + + def get_truecolor( + self, theme: Optional["TerminalTheme"] = None, foreground: bool = True + ) -> ColorTriplet: + """Get an equivalent color triplet for this color. + + Args: + theme (TerminalTheme, optional): Optional terminal theme, or None to use default. Defaults to None. + foreground (bool, optional): True for a foreground color, or False for background. Defaults to True. + + Returns: + ColorTriplet: A color triplet containing RGB components. + """ + + if theme is None: + theme = DEFAULT_TERMINAL_THEME + if self.type == ColorType.TRUECOLOR: + assert self.triplet is not None + return self.triplet + elif self.type == ColorType.EIGHT_BIT: + assert self.number is not None + return EIGHT_BIT_PALETTE[self.number] + elif self.type == ColorType.STANDARD: + assert self.number is not None + return theme.ansi_colors[self.number] + elif self.type == ColorType.WINDOWS: + assert self.number is not None + return WINDOWS_PALETTE[self.number] + else: # self.type == ColorType.DEFAULT: + assert self.number is None + return theme.foreground_color if foreground else theme.background_color + + @classmethod + def from_ansi(cls, number: int) -> "Color": + """Create a Color number from it's 8-bit ansi number. + + Args: + number (int): A number between 0-255 inclusive. + + Returns: + Color: A new Color instance. + """ + return cls( + name=f"color({number})", + type=(ColorType.STANDARD if number < 16 else ColorType.EIGHT_BIT), + number=number, + ) + + @classmethod + def from_triplet(cls, triplet: "ColorTriplet") -> "Color": + """Create a truecolor RGB color from a triplet of values. + + Args: + triplet (ColorTriplet): A color triplet containing red, green and blue components. + + Returns: + Color: A new color object. + """ + return cls(name=triplet.hex, type=ColorType.TRUECOLOR, triplet=triplet) + + @classmethod + def from_rgb(cls, red: float, green: float, blue: float) -> "Color": + """Create a truecolor from three color components in the range(0->255). + + Args: + red (float): Red component in range 0-255. + green (float): Green component in range 0-255. + blue (float): Blue component in range 0-255. + + Returns: + Color: A new color object. + """ + return cls.from_triplet(ColorTriplet(int(red), int(green), int(blue))) + + @classmethod + def default(cls) -> "Color": + """Get a Color instance representing the default color. + + Returns: + Color: Default color. + """ + return cls(name="default", type=ColorType.DEFAULT) + + @classmethod + @lru_cache(maxsize=1024) + def parse(cls, color: str) -> "Color": + """Parse a color definition.""" + original_color = color + color = color.lower().strip() + + if color == "default": + return cls(color, type=ColorType.DEFAULT) + + color_number = ANSI_COLOR_NAMES.get(color) + if color_number is not None: + return cls( + color, + type=(ColorType.STANDARD if color_number < 16 else ColorType.EIGHT_BIT), + number=color_number, + ) + + color_match = RE_COLOR.match(color) + if color_match is None: + raise ColorParseError(f"{original_color!r} is not a valid color") + + color_24, color_8, color_rgb = color_match.groups() + if color_24: + triplet = ColorTriplet( + int(color_24[0:2], 16), int(color_24[2:4], 16), int(color_24[4:6], 16) + ) + return cls(color, ColorType.TRUECOLOR, triplet=triplet) + + elif color_8: + number = int(color_8) + if number > 255: + raise ColorParseError(f"color number must be <= 255 in {color!r}") + return cls( + color, + type=(ColorType.STANDARD if number < 16 else ColorType.EIGHT_BIT), + number=number, + ) + + else: # color_rgb: + components = color_rgb.split(",") + if len(components) != 3: + raise ColorParseError( + f"expected three components in {original_color!r}" + ) + red, green, blue = components + triplet = ColorTriplet(int(red), int(green), int(blue)) + if not all(component <= 255 for component in triplet): + raise ColorParseError( + f"color components must be <= 255 in {original_color!r}" + ) + return cls(color, ColorType.TRUECOLOR, triplet=triplet) + + @lru_cache(maxsize=1024) + def get_ansi_codes(self, foreground: bool = True) -> Tuple[str, ...]: + """Get the ANSI escape codes for this color.""" + _type = self.type + if _type == ColorType.DEFAULT: + return ("39" if foreground else "49",) + + elif _type == ColorType.WINDOWS: + number = self.number + assert number is not None + fore, back = (30, 40) if number < 8 else (82, 92) + return (str(fore + number if foreground else back + number),) + + elif _type == ColorType.STANDARD: + number = self.number + assert number is not None + fore, back = (30, 40) if number < 8 else (82, 92) + return (str(fore + number if foreground else back + number),) + + elif _type == ColorType.EIGHT_BIT: + assert self.number is not None + return ("38" if foreground else "48", "5", str(self.number)) + + else: # self.standard == ColorStandard.TRUECOLOR: + assert self.triplet is not None + red, green, blue = self.triplet + return ("38" if foreground else "48", "2", str(red), str(green), str(blue)) + + @lru_cache(maxsize=1024) + def downgrade(self, system: ColorSystem) -> "Color": + """Downgrade a color system to a system with fewer colors.""" + + if self.type in (ColorType.DEFAULT, system): + return self + # Convert to 8-bit color from truecolor color + if system == ColorSystem.EIGHT_BIT and self.system == ColorSystem.TRUECOLOR: + assert self.triplet is not None + _h, l, s = rgb_to_hls(*self.triplet.normalized) + # If saturation is under 15% assume it is grayscale + if s < 0.15: + gray = round(l * 25.0) + if gray == 0: + color_number = 16 + elif gray == 25: + color_number = 231 + else: + color_number = 231 + gray + return Color(self.name, ColorType.EIGHT_BIT, number=color_number) + + red, green, blue = self.triplet + six_red = red / 95 if red < 95 else 1 + (red - 95) / 40 + six_green = green / 95 if green < 95 else 1 + (green - 95) / 40 + six_blue = blue / 95 if blue < 95 else 1 + (blue - 95) / 40 + + color_number = ( + 16 + 36 * round(six_red) + 6 * round(six_green) + round(six_blue) + ) + return Color(self.name, ColorType.EIGHT_BIT, number=color_number) + + # Convert to standard from truecolor or 8-bit + elif system == ColorSystem.STANDARD: + if self.system == ColorSystem.TRUECOLOR: + assert self.triplet is not None + triplet = self.triplet + else: # self.system == ColorSystem.EIGHT_BIT + assert self.number is not None + triplet = ColorTriplet(*EIGHT_BIT_PALETTE[self.number]) + + color_number = STANDARD_PALETTE.match(triplet) + return Color(self.name, ColorType.STANDARD, number=color_number) + + elif system == ColorSystem.WINDOWS: + if self.system == ColorSystem.TRUECOLOR: + assert self.triplet is not None + triplet = self.triplet + else: # self.system == ColorSystem.EIGHT_BIT + assert self.number is not None + if self.number < 16: + return Color(self.name, ColorType.WINDOWS, number=self.number) + triplet = ColorTriplet(*EIGHT_BIT_PALETTE[self.number]) + + color_number = WINDOWS_PALETTE.match(triplet) + return Color(self.name, ColorType.WINDOWS, number=color_number) + + return self + + +def parse_rgb_hex(hex_color: str) -> ColorTriplet: + """Parse six hex characters in to RGB triplet.""" + assert len(hex_color) == 6, "must be 6 characters" + color = ColorTriplet( + int(hex_color[0:2], 16), int(hex_color[2:4], 16), int(hex_color[4:6], 16) + ) + return color + + +def blend_rgb( + color1: ColorTriplet, color2: ColorTriplet, cross_fade: float = 0.5 +) -> ColorTriplet: + """Blend one RGB color in to another.""" + r1, g1, b1 = color1 + r2, g2, b2 = color2 + new_color = ColorTriplet( + int(r1 + (r2 - r1) * cross_fade), + int(g1 + (g2 - g1) * cross_fade), + int(b1 + (b2 - b1) * cross_fade), + ) + return new_color + + +if __name__ == "__main__": # pragma: no cover + + from .console import Console + from .table import Table + from .text import Text + + console = Console() + + table = Table(show_footer=False, show_edge=True) + table.add_column("Color", width=10, overflow="ellipsis") + table.add_column("Number", justify="right", style="yellow") + table.add_column("Name", style="green") + table.add_column("Hex", style="blue") + table.add_column("RGB", style="magenta") + + colors = sorted((v, k) for k, v in ANSI_COLOR_NAMES.items()) + for color_number, name in colors: + if "grey" in name: + continue + color_cell = Text(" " * 10, style=f"on {name}") + if color_number < 16: + table.add_row(color_cell, f"{color_number}", Text(f'"{name}"')) + else: + color = EIGHT_BIT_PALETTE[color_number] # type: ignore[has-type] + table.add_row( + color_cell, str(color_number), Text(f'"{name}"'), color.hex, color.rgb + ) + + console.print(table) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py new file mode 100644 index 0000000..02cab32 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py @@ -0,0 +1,38 @@ +from typing import NamedTuple, Tuple + + +class ColorTriplet(NamedTuple): + """The red, green, and blue components of a color.""" + + red: int + """Red component in 0 to 255 range.""" + green: int + """Green component in 0 to 255 range.""" + blue: int + """Blue component in 0 to 255 range.""" + + @property + def hex(self) -> str: + """get the color triplet in CSS style.""" + red, green, blue = self + return f"#{red:02x}{green:02x}{blue:02x}" + + @property + def rgb(self) -> str: + """The color in RGB format. + + Returns: + str: An rgb color, e.g. ``"rgb(100,23,255)"``. + """ + red, green, blue = self + return f"rgb({red},{green},{blue})" + + @property + def normalized(self) -> Tuple[float, float, float]: + """Convert components into floats between 0 and 1. + + Returns: + Tuple[float, float, float]: A tuple of three normalized colour components. + """ + red, green, blue = self + return red / 255.0, green / 255.0, blue / 255.0 diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py new file mode 100644 index 0000000..669a3a7 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py @@ -0,0 +1,187 @@ +from collections import defaultdict +from itertools import chain +from operator import itemgetter +from typing import Dict, Iterable, List, Optional, Tuple + +from .align import Align, AlignMethod +from .console import Console, ConsoleOptions, RenderableType, RenderResult +from .constrain import Constrain +from .measure import Measurement +from .padding import Padding, PaddingDimensions +from .table import Table +from .text import TextType +from .jupyter import JupyterMixin + + +class Columns(JupyterMixin): + """Display renderables in neat columns. + + Args: + renderables (Iterable[RenderableType]): Any number of Rich renderables (including str). + width (int, optional): The desired width of the columns, or None to auto detect. Defaults to None. + padding (PaddingDimensions, optional): Optional padding around cells. Defaults to (0, 1). + expand (bool, optional): Expand columns to full width. Defaults to False. + equal (bool, optional): Arrange in to equal sized columns. Defaults to False. + column_first (bool, optional): Align items from top to bottom (rather than left to right). Defaults to False. + right_to_left (bool, optional): Start column from right hand side. Defaults to False. + align (str, optional): Align value ("left", "right", or "center") or None for default. Defaults to None. + title (TextType, optional): Optional title for Columns. + """ + + def __init__( + self, + renderables: Optional[Iterable[RenderableType]] = None, + padding: PaddingDimensions = (0, 1), + *, + width: Optional[int] = None, + expand: bool = False, + equal: bool = False, + column_first: bool = False, + right_to_left: bool = False, + align: Optional[AlignMethod] = None, + title: Optional[TextType] = None, + ) -> None: + self.renderables = list(renderables or []) + self.width = width + self.padding = padding + self.expand = expand + self.equal = equal + self.column_first = column_first + self.right_to_left = right_to_left + self.align: Optional[AlignMethod] = align + self.title = title + + def add_renderable(self, renderable: RenderableType) -> None: + """Add a renderable to the columns. + + Args: + renderable (RenderableType): Any renderable object. + """ + self.renderables.append(renderable) + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + render_str = console.render_str + renderables = [ + render_str(renderable) if isinstance(renderable, str) else renderable + for renderable in self.renderables + ] + if not renderables: + return + _top, right, _bottom, left = Padding.unpack(self.padding) + width_padding = max(left, right) + max_width = options.max_width + widths: Dict[int, int] = defaultdict(int) + column_count = len(renderables) + + get_measurement = Measurement.get + renderable_widths = [ + get_measurement(console, options, renderable).maximum + for renderable in renderables + ] + if self.equal: + renderable_widths = [max(renderable_widths)] * len(renderable_widths) + + def iter_renderables( + column_count: int, + ) -> Iterable[Tuple[int, Optional[RenderableType]]]: + item_count = len(renderables) + if self.column_first: + width_renderables = list(zip(renderable_widths, renderables)) + + column_lengths: List[int] = [item_count // column_count] * column_count + for col_no in range(item_count % column_count): + column_lengths[col_no] += 1 + + row_count = (item_count + column_count - 1) // column_count + cells = [[-1] * column_count for _ in range(row_count)] + row = col = 0 + for index in range(item_count): + cells[row][col] = index + column_lengths[col] -= 1 + if column_lengths[col]: + row += 1 + else: + col += 1 + row = 0 + for index in chain.from_iterable(cells): + if index == -1: + break + yield width_renderables[index] + else: + yield from zip(renderable_widths, renderables) + # Pad odd elements with spaces + if item_count % column_count: + for _ in range(column_count - (item_count % column_count)): + yield 0, None + + table = Table.grid(padding=self.padding, collapse_padding=True, pad_edge=False) + table.expand = self.expand + table.title = self.title + + if self.width is not None: + column_count = (max_width) // (self.width + width_padding) + for _ in range(column_count): + table.add_column(width=self.width) + else: + while column_count > 1: + widths.clear() + column_no = 0 + for renderable_width, _ in iter_renderables(column_count): + widths[column_no] = max(widths[column_no], renderable_width) + total_width = sum(widths.values()) + width_padding * ( + len(widths) - 1 + ) + if total_width > max_width: + column_count = len(widths) - 1 + break + else: + column_no = (column_no + 1) % column_count + else: + break + + get_renderable = itemgetter(1) + _renderables = [ + get_renderable(_renderable) + for _renderable in iter_renderables(column_count) + ] + if self.equal: + _renderables = [ + None + if renderable is None + else Constrain(renderable, renderable_widths[0]) + for renderable in _renderables + ] + if self.align: + align = self.align + _Align = Align + _renderables = [ + None if renderable is None else _Align(renderable, align) + for renderable in _renderables + ] + + right_to_left = self.right_to_left + add_row = table.add_row + for start in range(0, len(_renderables), column_count): + row = _renderables[start : start + column_count] + if right_to_left: + row = row[::-1] + add_row(*row) + yield table + + +if __name__ == "__main__": # pragma: no cover + import os + + console = Console() + + files = [f"{i} {s}" for i, s in enumerate(sorted(os.listdir()))] + columns = Columns(files, padding=(0, 1), expand=False, equal=False) + console.print(columns) + console.rule() + columns.column_first = True + console.print(columns) + columns.right_to_left = True + console.rule() + console.print(columns) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py new file mode 100644 index 0000000..e559cbb --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py @@ -0,0 +1,2633 @@ +import inspect +import os +import platform +import sys +import threading +import zlib +from abc import ABC, abstractmethod +from dataclasses import dataclass, field +from datetime import datetime +from functools import wraps +from getpass import getpass +from html import escape +from inspect import isclass +from itertools import islice +from math import ceil +from time import monotonic +from types import FrameType, ModuleType, TracebackType +from typing import ( + IO, + TYPE_CHECKING, + Any, + Callable, + Dict, + Iterable, + List, + Mapping, + NamedTuple, + Optional, + TextIO, + Tuple, + Type, + Union, + cast, +) + +from pip._vendor.rich._null_file import NULL_FILE + +if sys.version_info >= (3, 8): + from typing import Literal, Protocol, runtime_checkable +else: + from pip._vendor.typing_extensions import ( + Literal, + Protocol, + runtime_checkable, + ) # pragma: no cover + +from . import errors, themes +from ._emoji_replace import _emoji_replace +from ._export_format import CONSOLE_HTML_FORMAT, CONSOLE_SVG_FORMAT +from ._fileno import get_fileno +from ._log_render import FormatTimeCallable, LogRender +from .align import Align, AlignMethod +from .color import ColorSystem, blend_rgb +from .control import Control +from .emoji import EmojiVariant +from .highlighter import NullHighlighter, ReprHighlighter +from .markup import render as render_markup +from .measure import Measurement, measure_renderables +from .pager import Pager, SystemPager +from .pretty import Pretty, is_expandable +from .protocol import rich_cast +from .region import Region +from .scope import render_scope +from .screen import Screen +from .segment import Segment +from .style import Style, StyleType +from .styled import Styled +from .terminal_theme import DEFAULT_TERMINAL_THEME, SVG_EXPORT_THEME, TerminalTheme +from .text import Text, TextType +from .theme import Theme, ThemeStack + +if TYPE_CHECKING: + from ._windows import WindowsConsoleFeatures + from .live import Live + from .status import Status + +JUPYTER_DEFAULT_COLUMNS = 115 +JUPYTER_DEFAULT_LINES = 100 +WINDOWS = platform.system() == "Windows" + +HighlighterType = Callable[[Union[str, "Text"]], "Text"] +JustifyMethod = Literal["default", "left", "center", "right", "full"] +OverflowMethod = Literal["fold", "crop", "ellipsis", "ignore"] + + +class NoChange: + pass + + +NO_CHANGE = NoChange() + +try: + _STDIN_FILENO = sys.__stdin__.fileno() +except Exception: + _STDIN_FILENO = 0 +try: + _STDOUT_FILENO = sys.__stdout__.fileno() +except Exception: + _STDOUT_FILENO = 1 +try: + _STDERR_FILENO = sys.__stderr__.fileno() +except Exception: + _STDERR_FILENO = 2 + +_STD_STREAMS = (_STDIN_FILENO, _STDOUT_FILENO, _STDERR_FILENO) +_STD_STREAMS_OUTPUT = (_STDOUT_FILENO, _STDERR_FILENO) + + +_TERM_COLORS = { + "kitty": ColorSystem.EIGHT_BIT, + "256color": ColorSystem.EIGHT_BIT, + "16color": ColorSystem.STANDARD, +} + + +class ConsoleDimensions(NamedTuple): + """Size of the terminal.""" + + width: int + """The width of the console in 'cells'.""" + height: int + """The height of the console in lines.""" + + +@dataclass +class ConsoleOptions: + """Options for __rich_console__ method.""" + + size: ConsoleDimensions + """Size of console.""" + legacy_windows: bool + """legacy_windows: flag for legacy windows.""" + min_width: int + """Minimum width of renderable.""" + max_width: int + """Maximum width of renderable.""" + is_terminal: bool + """True if the target is a terminal, otherwise False.""" + encoding: str + """Encoding of terminal.""" + max_height: int + """Height of container (starts as terminal)""" + justify: Optional[JustifyMethod] = None + """Justify value override for renderable.""" + overflow: Optional[OverflowMethod] = None + """Overflow value override for renderable.""" + no_wrap: Optional[bool] = False + """Disable wrapping for text.""" + highlight: Optional[bool] = None + """Highlight override for render_str.""" + markup: Optional[bool] = None + """Enable markup when rendering strings.""" + height: Optional[int] = None + + @property + def ascii_only(self) -> bool: + """Check if renderables should use ascii only.""" + return not self.encoding.startswith("utf") + + def copy(self) -> "ConsoleOptions": + """Return a copy of the options. + + Returns: + ConsoleOptions: a copy of self. + """ + options: ConsoleOptions = ConsoleOptions.__new__(ConsoleOptions) + options.__dict__ = self.__dict__.copy() + return options + + def update( + self, + *, + width: Union[int, NoChange] = NO_CHANGE, + min_width: Union[int, NoChange] = NO_CHANGE, + max_width: Union[int, NoChange] = NO_CHANGE, + justify: Union[Optional[JustifyMethod], NoChange] = NO_CHANGE, + overflow: Union[Optional[OverflowMethod], NoChange] = NO_CHANGE, + no_wrap: Union[Optional[bool], NoChange] = NO_CHANGE, + highlight: Union[Optional[bool], NoChange] = NO_CHANGE, + markup: Union[Optional[bool], NoChange] = NO_CHANGE, + height: Union[Optional[int], NoChange] = NO_CHANGE, + ) -> "ConsoleOptions": + """Update values, return a copy.""" + options = self.copy() + if not isinstance(width, NoChange): + options.min_width = options.max_width = max(0, width) + if not isinstance(min_width, NoChange): + options.min_width = min_width + if not isinstance(max_width, NoChange): + options.max_width = max_width + if not isinstance(justify, NoChange): + options.justify = justify + if not isinstance(overflow, NoChange): + options.overflow = overflow + if not isinstance(no_wrap, NoChange): + options.no_wrap = no_wrap + if not isinstance(highlight, NoChange): + options.highlight = highlight + if not isinstance(markup, NoChange): + options.markup = markup + if not isinstance(height, NoChange): + if height is not None: + options.max_height = height + options.height = None if height is None else max(0, height) + return options + + def update_width(self, width: int) -> "ConsoleOptions": + """Update just the width, return a copy. + + Args: + width (int): New width (sets both min_width and max_width) + + Returns: + ~ConsoleOptions: New console options instance. + """ + options = self.copy() + options.min_width = options.max_width = max(0, width) + return options + + def update_height(self, height: int) -> "ConsoleOptions": + """Update the height, and return a copy. + + Args: + height (int): New height + + Returns: + ~ConsoleOptions: New Console options instance. + """ + options = self.copy() + options.max_height = options.height = height + return options + + def reset_height(self) -> "ConsoleOptions": + """Return a copy of the options with height set to ``None``. + + Returns: + ~ConsoleOptions: New console options instance. + """ + options = self.copy() + options.height = None + return options + + def update_dimensions(self, width: int, height: int) -> "ConsoleOptions": + """Update the width and height, and return a copy. + + Args: + width (int): New width (sets both min_width and max_width). + height (int): New height. + + Returns: + ~ConsoleOptions: New console options instance. + """ + options = self.copy() + options.min_width = options.max_width = max(0, width) + options.height = options.max_height = height + return options + + +@runtime_checkable +class RichCast(Protocol): + """An object that may be 'cast' to a console renderable.""" + + def __rich__( + self, + ) -> Union["ConsoleRenderable", "RichCast", str]: # pragma: no cover + ... + + +@runtime_checkable +class ConsoleRenderable(Protocol): + """An object that supports the console protocol.""" + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": # pragma: no cover + ... + + +# A type that may be rendered by Console. +RenderableType = Union[ConsoleRenderable, RichCast, str] + +# The result of calling a __rich_console__ method. +RenderResult = Iterable[Union[RenderableType, Segment]] + +_null_highlighter = NullHighlighter() + + +class CaptureError(Exception): + """An error in the Capture context manager.""" + + +class NewLine: + """A renderable to generate new line(s)""" + + def __init__(self, count: int = 1) -> None: + self.count = count + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> Iterable[Segment]: + yield Segment("\n" * self.count) + + +class ScreenUpdate: + """Render a list of lines at a given offset.""" + + def __init__(self, lines: List[List[Segment]], x: int, y: int) -> None: + self._lines = lines + self.x = x + self.y = y + + def __rich_console__( + self, console: "Console", options: ConsoleOptions + ) -> RenderResult: + x = self.x + move_to = Control.move_to + for offset, line in enumerate(self._lines, self.y): + yield move_to(x, offset) + yield from line + + +class Capture: + """Context manager to capture the result of printing to the console. + See :meth:`~rich.console.Console.capture` for how to use. + + Args: + console (Console): A console instance to capture output. + """ + + def __init__(self, console: "Console") -> None: + self._console = console + self._result: Optional[str] = None + + def __enter__(self) -> "Capture": + self._console.begin_capture() + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self._result = self._console.end_capture() + + def get(self) -> str: + """Get the result of the capture.""" + if self._result is None: + raise CaptureError( + "Capture result is not available until context manager exits." + ) + return self._result + + +class ThemeContext: + """A context manager to use a temporary theme. See :meth:`~rich.console.Console.use_theme` for usage.""" + + def __init__(self, console: "Console", theme: Theme, inherit: bool = True) -> None: + self.console = console + self.theme = theme + self.inherit = inherit + + def __enter__(self) -> "ThemeContext": + self.console.push_theme(self.theme) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.console.pop_theme() + + +class PagerContext: + """A context manager that 'pages' content. See :meth:`~rich.console.Console.pager` for usage.""" + + def __init__( + self, + console: "Console", + pager: Optional[Pager] = None, + styles: bool = False, + links: bool = False, + ) -> None: + self._console = console + self.pager = SystemPager() if pager is None else pager + self.styles = styles + self.links = links + + def __enter__(self) -> "PagerContext": + self._console._enter_buffer() + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + if exc_type is None: + with self._console._lock: + buffer: List[Segment] = self._console._buffer[:] + del self._console._buffer[:] + segments: Iterable[Segment] = buffer + if not self.styles: + segments = Segment.strip_styles(segments) + elif not self.links: + segments = Segment.strip_links(segments) + content = self._console._render_buffer(segments) + self.pager.show(content) + self._console._exit_buffer() + + +class ScreenContext: + """A context manager that enables an alternative screen. See :meth:`~rich.console.Console.screen` for usage.""" + + def __init__( + self, console: "Console", hide_cursor: bool, style: StyleType = "" + ) -> None: + self.console = console + self.hide_cursor = hide_cursor + self.screen = Screen(style=style) + self._changed = False + + def update( + self, *renderables: RenderableType, style: Optional[StyleType] = None + ) -> None: + """Update the screen. + + Args: + renderable (RenderableType, optional): Optional renderable to replace current renderable, + or None for no change. Defaults to None. + style: (Style, optional): Replacement style, or None for no change. Defaults to None. + """ + if renderables: + self.screen.renderable = ( + Group(*renderables) if len(renderables) > 1 else renderables[0] + ) + if style is not None: + self.screen.style = style + self.console.print(self.screen, end="") + + def __enter__(self) -> "ScreenContext": + self._changed = self.console.set_alt_screen(True) + if self._changed and self.hide_cursor: + self.console.show_cursor(False) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + if self._changed: + self.console.set_alt_screen(False) + if self.hide_cursor: + self.console.show_cursor(True) + + +class Group: + """Takes a group of renderables and returns a renderable object that renders the group. + + Args: + renderables (Iterable[RenderableType]): An iterable of renderable objects. + fit (bool, optional): Fit dimension of group to contents, or fill available space. Defaults to True. + """ + + def __init__(self, *renderables: "RenderableType", fit: bool = True) -> None: + self._renderables = renderables + self.fit = fit + self._render: Optional[List[RenderableType]] = None + + @property + def renderables(self) -> List["RenderableType"]: + if self._render is None: + self._render = list(self._renderables) + return self._render + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> "Measurement": + if self.fit: + return measure_renderables(console, options, self.renderables) + else: + return Measurement(options.max_width, options.max_width) + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> RenderResult: + yield from self.renderables + + +def group(fit: bool = True) -> Callable[..., Callable[..., Group]]: + """A decorator that turns an iterable of renderables in to a group. + + Args: + fit (bool, optional): Fit dimension of group to contents, or fill available space. Defaults to True. + """ + + def decorator( + method: Callable[..., Iterable[RenderableType]] + ) -> Callable[..., Group]: + """Convert a method that returns an iterable of renderables in to a Group.""" + + @wraps(method) + def _replace(*args: Any, **kwargs: Any) -> Group: + renderables = method(*args, **kwargs) + return Group(*renderables, fit=fit) + + return _replace + + return decorator + + +def _is_jupyter() -> bool: # pragma: no cover + """Check if we're running in a Jupyter notebook.""" + try: + get_ipython # type: ignore[name-defined] + except NameError: + return False + ipython = get_ipython() # type: ignore[name-defined] + shell = ipython.__class__.__name__ + if ( + "google.colab" in str(ipython.__class__) + or os.getenv("DATABRICKS_RUNTIME_VERSION") + or shell == "ZMQInteractiveShell" + ): + return True # Jupyter notebook or qtconsole + elif shell == "TerminalInteractiveShell": + return False # Terminal running IPython + else: + return False # Other type (?) + + +COLOR_SYSTEMS = { + "standard": ColorSystem.STANDARD, + "256": ColorSystem.EIGHT_BIT, + "truecolor": ColorSystem.TRUECOLOR, + "windows": ColorSystem.WINDOWS, +} + +_COLOR_SYSTEMS_NAMES = {system: name for name, system in COLOR_SYSTEMS.items()} + + +@dataclass +class ConsoleThreadLocals(threading.local): + """Thread local values for Console context.""" + + theme_stack: ThemeStack + buffer: List[Segment] = field(default_factory=list) + buffer_index: int = 0 + + +class RenderHook(ABC): + """Provides hooks in to the render process.""" + + @abstractmethod + def process_renderables( + self, renderables: List[ConsoleRenderable] + ) -> List[ConsoleRenderable]: + """Called with a list of objects to render. + + This method can return a new list of renderables, or modify and return the same list. + + Args: + renderables (List[ConsoleRenderable]): A number of renderable objects. + + Returns: + List[ConsoleRenderable]: A replacement list of renderables. + """ + + +_windows_console_features: Optional["WindowsConsoleFeatures"] = None + + +def get_windows_console_features() -> "WindowsConsoleFeatures": # pragma: no cover + global _windows_console_features + if _windows_console_features is not None: + return _windows_console_features + from ._windows import get_windows_console_features + + _windows_console_features = get_windows_console_features() + return _windows_console_features + + +def detect_legacy_windows() -> bool: + """Detect legacy Windows.""" + return WINDOWS and not get_windows_console_features().vt + + +class Console: + """A high level console interface. + + Args: + color_system (str, optional): The color system supported by your terminal, + either ``"standard"``, ``"256"`` or ``"truecolor"``. Leave as ``"auto"`` to autodetect. + force_terminal (Optional[bool], optional): Enable/disable terminal control codes, or None to auto-detect terminal. Defaults to None. + force_jupyter (Optional[bool], optional): Enable/disable Jupyter rendering, or None to auto-detect Jupyter. Defaults to None. + force_interactive (Optional[bool], optional): Enable/disable interactive mode, or None to auto detect. Defaults to None. + soft_wrap (Optional[bool], optional): Set soft wrap default on print method. Defaults to False. + theme (Theme, optional): An optional style theme object, or ``None`` for default theme. + stderr (bool, optional): Use stderr rather than stdout if ``file`` is not specified. Defaults to False. + file (IO, optional): A file object where the console should write to. Defaults to stdout. + quiet (bool, Optional): Boolean to suppress all output. Defaults to False. + width (int, optional): The width of the terminal. Leave as default to auto-detect width. + height (int, optional): The height of the terminal. Leave as default to auto-detect height. + style (StyleType, optional): Style to apply to all output, or None for no style. Defaults to None. + no_color (Optional[bool], optional): Enabled no color mode, or None to auto detect. Defaults to None. + tab_size (int, optional): Number of spaces used to replace a tab character. Defaults to 8. + record (bool, optional): Boolean to enable recording of terminal output, + required to call :meth:`export_html`, :meth:`export_svg`, and :meth:`export_text`. Defaults to False. + markup (bool, optional): Boolean to enable :ref:`console_markup`. Defaults to True. + emoji (bool, optional): Enable emoji code. Defaults to True. + emoji_variant (str, optional): Optional emoji variant, either "text" or "emoji". Defaults to None. + highlight (bool, optional): Enable automatic highlighting. Defaults to True. + log_time (bool, optional): Boolean to enable logging of time by :meth:`log` methods. Defaults to True. + log_path (bool, optional): Boolean to enable the logging of the caller by :meth:`log`. Defaults to True. + log_time_format (Union[str, TimeFormatterCallable], optional): If ``log_time`` is enabled, either string for strftime or callable that formats the time. Defaults to "[%X] ". + highlighter (HighlighterType, optional): Default highlighter. + legacy_windows (bool, optional): Enable legacy Windows mode, or ``None`` to auto detect. Defaults to ``None``. + safe_box (bool, optional): Restrict box options that don't render on legacy Windows. + get_datetime (Callable[[], datetime], optional): Callable that gets the current time as a datetime.datetime object (used by Console.log), + or None for datetime.now. + get_time (Callable[[], time], optional): Callable that gets the current time in seconds, default uses time.monotonic. + """ + + _environ: Mapping[str, str] = os.environ + + def __init__( + self, + *, + color_system: Optional[ + Literal["auto", "standard", "256", "truecolor", "windows"] + ] = "auto", + force_terminal: Optional[bool] = None, + force_jupyter: Optional[bool] = None, + force_interactive: Optional[bool] = None, + soft_wrap: bool = False, + theme: Optional[Theme] = None, + stderr: bool = False, + file: Optional[IO[str]] = None, + quiet: bool = False, + width: Optional[int] = None, + height: Optional[int] = None, + style: Optional[StyleType] = None, + no_color: Optional[bool] = None, + tab_size: int = 8, + record: bool = False, + markup: bool = True, + emoji: bool = True, + emoji_variant: Optional[EmojiVariant] = None, + highlight: bool = True, + log_time: bool = True, + log_path: bool = True, + log_time_format: Union[str, FormatTimeCallable] = "[%X]", + highlighter: Optional["HighlighterType"] = ReprHighlighter(), + legacy_windows: Optional[bool] = None, + safe_box: bool = True, + get_datetime: Optional[Callable[[], datetime]] = None, + get_time: Optional[Callable[[], float]] = None, + _environ: Optional[Mapping[str, str]] = None, + ): + # Copy of os.environ allows us to replace it for testing + if _environ is not None: + self._environ = _environ + + self.is_jupyter = _is_jupyter() if force_jupyter is None else force_jupyter + if self.is_jupyter: + if width is None: + jupyter_columns = self._environ.get("JUPYTER_COLUMNS") + if jupyter_columns is not None and jupyter_columns.isdigit(): + width = int(jupyter_columns) + else: + width = JUPYTER_DEFAULT_COLUMNS + if height is None: + jupyter_lines = self._environ.get("JUPYTER_LINES") + if jupyter_lines is not None and jupyter_lines.isdigit(): + height = int(jupyter_lines) + else: + height = JUPYTER_DEFAULT_LINES + + self.tab_size = tab_size + self.record = record + self._markup = markup + self._emoji = emoji + self._emoji_variant: Optional[EmojiVariant] = emoji_variant + self._highlight = highlight + self.legacy_windows: bool = ( + (detect_legacy_windows() and not self.is_jupyter) + if legacy_windows is None + else legacy_windows + ) + + if width is None: + columns = self._environ.get("COLUMNS") + if columns is not None and columns.isdigit(): + width = int(columns) - self.legacy_windows + if height is None: + lines = self._environ.get("LINES") + if lines is not None and lines.isdigit(): + height = int(lines) + + self.soft_wrap = soft_wrap + self._width = width + self._height = height + + self._color_system: Optional[ColorSystem] + + self._force_terminal = None + if force_terminal is not None: + self._force_terminal = force_terminal + + self._file = file + self.quiet = quiet + self.stderr = stderr + + if color_system is None: + self._color_system = None + elif color_system == "auto": + self._color_system = self._detect_color_system() + else: + self._color_system = COLOR_SYSTEMS[color_system] + + self._lock = threading.RLock() + self._log_render = LogRender( + show_time=log_time, + show_path=log_path, + time_format=log_time_format, + ) + self.highlighter: HighlighterType = highlighter or _null_highlighter + self.safe_box = safe_box + self.get_datetime = get_datetime or datetime.now + self.get_time = get_time or monotonic + self.style = style + self.no_color = ( + no_color if no_color is not None else "NO_COLOR" in self._environ + ) + self.is_interactive = ( + (self.is_terminal and not self.is_dumb_terminal) + if force_interactive is None + else force_interactive + ) + + self._record_buffer_lock = threading.RLock() + self._thread_locals = ConsoleThreadLocals( + theme_stack=ThemeStack(themes.DEFAULT if theme is None else theme) + ) + self._record_buffer: List[Segment] = [] + self._render_hooks: List[RenderHook] = [] + self._live: Optional["Live"] = None + self._is_alt_screen = False + + def __repr__(self) -> str: + return f"" + + @property + def file(self) -> IO[str]: + """Get the file object to write to.""" + file = self._file or (sys.stderr if self.stderr else sys.stdout) + file = getattr(file, "rich_proxied_file", file) + if file is None: + file = NULL_FILE + return file + + @file.setter + def file(self, new_file: IO[str]) -> None: + """Set a new file object.""" + self._file = new_file + + @property + def _buffer(self) -> List[Segment]: + """Get a thread local buffer.""" + return self._thread_locals.buffer + + @property + def _buffer_index(self) -> int: + """Get a thread local buffer.""" + return self._thread_locals.buffer_index + + @_buffer_index.setter + def _buffer_index(self, value: int) -> None: + self._thread_locals.buffer_index = value + + @property + def _theme_stack(self) -> ThemeStack: + """Get the thread local theme stack.""" + return self._thread_locals.theme_stack + + def _detect_color_system(self) -> Optional[ColorSystem]: + """Detect color system from env vars.""" + if self.is_jupyter: + return ColorSystem.TRUECOLOR + if not self.is_terminal or self.is_dumb_terminal: + return None + if WINDOWS: # pragma: no cover + if self.legacy_windows: # pragma: no cover + return ColorSystem.WINDOWS + windows_console_features = get_windows_console_features() + return ( + ColorSystem.TRUECOLOR + if windows_console_features.truecolor + else ColorSystem.EIGHT_BIT + ) + else: + color_term = self._environ.get("COLORTERM", "").strip().lower() + if color_term in ("truecolor", "24bit"): + return ColorSystem.TRUECOLOR + term = self._environ.get("TERM", "").strip().lower() + _term_name, _hyphen, colors = term.rpartition("-") + color_system = _TERM_COLORS.get(colors, ColorSystem.STANDARD) + return color_system + + def _enter_buffer(self) -> None: + """Enter in to a buffer context, and buffer all output.""" + self._buffer_index += 1 + + def _exit_buffer(self) -> None: + """Leave buffer context, and render content if required.""" + self._buffer_index -= 1 + self._check_buffer() + + def set_live(self, live: "Live") -> None: + """Set Live instance. Used by Live context manager. + + Args: + live (Live): Live instance using this Console. + + Raises: + errors.LiveError: If this Console has a Live context currently active. + """ + with self._lock: + if self._live is not None: + raise errors.LiveError("Only one live display may be active at once") + self._live = live + + def clear_live(self) -> None: + """Clear the Live instance.""" + with self._lock: + self._live = None + + def push_render_hook(self, hook: RenderHook) -> None: + """Add a new render hook to the stack. + + Args: + hook (RenderHook): Render hook instance. + """ + with self._lock: + self._render_hooks.append(hook) + + def pop_render_hook(self) -> None: + """Pop the last renderhook from the stack.""" + with self._lock: + self._render_hooks.pop() + + def __enter__(self) -> "Console": + """Own context manager to enter buffer context.""" + self._enter_buffer() + return self + + def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: + """Exit buffer context.""" + self._exit_buffer() + + def begin_capture(self) -> None: + """Begin capturing console output. Call :meth:`end_capture` to exit capture mode and return output.""" + self._enter_buffer() + + def end_capture(self) -> str: + """End capture mode and return captured string. + + Returns: + str: Console output. + """ + render_result = self._render_buffer(self._buffer) + del self._buffer[:] + self._exit_buffer() + return render_result + + def push_theme(self, theme: Theme, *, inherit: bool = True) -> None: + """Push a new theme on to the top of the stack, replacing the styles from the previous theme. + Generally speaking, you should call :meth:`~rich.console.Console.use_theme` to get a context manager, rather + than calling this method directly. + + Args: + theme (Theme): A theme instance. + inherit (bool, optional): Inherit existing styles. Defaults to True. + """ + self._theme_stack.push_theme(theme, inherit=inherit) + + def pop_theme(self) -> None: + """Remove theme from top of stack, restoring previous theme.""" + self._theme_stack.pop_theme() + + def use_theme(self, theme: Theme, *, inherit: bool = True) -> ThemeContext: + """Use a different theme for the duration of the context manager. + + Args: + theme (Theme): Theme instance to user. + inherit (bool, optional): Inherit existing console styles. Defaults to True. + + Returns: + ThemeContext: [description] + """ + return ThemeContext(self, theme, inherit) + + @property + def color_system(self) -> Optional[str]: + """Get color system string. + + Returns: + Optional[str]: "standard", "256" or "truecolor". + """ + + if self._color_system is not None: + return _COLOR_SYSTEMS_NAMES[self._color_system] + else: + return None + + @property + def encoding(self) -> str: + """Get the encoding of the console file, e.g. ``"utf-8"``. + + Returns: + str: A standard encoding string. + """ + return (getattr(self.file, "encoding", "utf-8") or "utf-8").lower() + + @property + def is_terminal(self) -> bool: + """Check if the console is writing to a terminal. + + Returns: + bool: True if the console writing to a device capable of + understanding terminal codes, otherwise False. + """ + if self._force_terminal is not None: + return self._force_terminal + + if hasattr(sys.stdin, "__module__") and sys.stdin.__module__.startswith( + "idlelib" + ): + # Return False for Idle which claims to be a tty but can't handle ansi codes + return False + + if self.is_jupyter: + # return False for Jupyter, which may have FORCE_COLOR set + return False + + # If FORCE_COLOR env var has any value at all, we assume a terminal. + force_color = self._environ.get("FORCE_COLOR") + if force_color is not None: + self._force_terminal = True + return True + + isatty: Optional[Callable[[], bool]] = getattr(self.file, "isatty", None) + try: + return False if isatty is None else isatty() + except ValueError: + # in some situation (at the end of a pytest run for example) isatty() can raise + # ValueError: I/O operation on closed file + # return False because we aren't in a terminal anymore + return False + + @property + def is_dumb_terminal(self) -> bool: + """Detect dumb terminal. + + Returns: + bool: True if writing to a dumb terminal, otherwise False. + + """ + _term = self._environ.get("TERM", "") + is_dumb = _term.lower() in ("dumb", "unknown") + return self.is_terminal and is_dumb + + @property + def options(self) -> ConsoleOptions: + """Get default console options.""" + return ConsoleOptions( + max_height=self.size.height, + size=self.size, + legacy_windows=self.legacy_windows, + min_width=1, + max_width=self.width, + encoding=self.encoding, + is_terminal=self.is_terminal, + ) + + @property + def size(self) -> ConsoleDimensions: + """Get the size of the console. + + Returns: + ConsoleDimensions: A named tuple containing the dimensions. + """ + + if self._width is not None and self._height is not None: + return ConsoleDimensions(self._width - self.legacy_windows, self._height) + + if self.is_dumb_terminal: + return ConsoleDimensions(80, 25) + + width: Optional[int] = None + height: Optional[int] = None + + if WINDOWS: # pragma: no cover + try: + width, height = os.get_terminal_size() + except (AttributeError, ValueError, OSError): # Probably not a terminal + pass + else: + for file_descriptor in _STD_STREAMS: + try: + width, height = os.get_terminal_size(file_descriptor) + except (AttributeError, ValueError, OSError): + pass + else: + break + + columns = self._environ.get("COLUMNS") + if columns is not None and columns.isdigit(): + width = int(columns) + lines = self._environ.get("LINES") + if lines is not None and lines.isdigit(): + height = int(lines) + + # get_terminal_size can report 0, 0 if run from pseudo-terminal + width = width or 80 + height = height or 25 + return ConsoleDimensions( + width - self.legacy_windows if self._width is None else self._width, + height if self._height is None else self._height, + ) + + @size.setter + def size(self, new_size: Tuple[int, int]) -> None: + """Set a new size for the terminal. + + Args: + new_size (Tuple[int, int]): New width and height. + """ + width, height = new_size + self._width = width + self._height = height + + @property + def width(self) -> int: + """Get the width of the console. + + Returns: + int: The width (in characters) of the console. + """ + return self.size.width + + @width.setter + def width(self, width: int) -> None: + """Set width. + + Args: + width (int): New width. + """ + self._width = width + + @property + def height(self) -> int: + """Get the height of the console. + + Returns: + int: The height (in lines) of the console. + """ + return self.size.height + + @height.setter + def height(self, height: int) -> None: + """Set height. + + Args: + height (int): new height. + """ + self._height = height + + def bell(self) -> None: + """Play a 'bell' sound (if supported by the terminal).""" + self.control(Control.bell()) + + def capture(self) -> Capture: + """A context manager to *capture* the result of print() or log() in a string, + rather than writing it to the console. + + Example: + >>> from rich.console import Console + >>> console = Console() + >>> with console.capture() as capture: + ... console.print("[bold magenta]Hello World[/]") + >>> print(capture.get()) + + Returns: + Capture: Context manager with disables writing to the terminal. + """ + capture = Capture(self) + return capture + + def pager( + self, pager: Optional[Pager] = None, styles: bool = False, links: bool = False + ) -> PagerContext: + """A context manager to display anything printed within a "pager". The pager application + is defined by the system and will typically support at least pressing a key to scroll. + + Args: + pager (Pager, optional): A pager object, or None to use :class:`~rich.pager.SystemPager`. Defaults to None. + styles (bool, optional): Show styles in pager. Defaults to False. + links (bool, optional): Show links in pager. Defaults to False. + + Example: + >>> from rich.console import Console + >>> from rich.__main__ import make_test_card + >>> console = Console() + >>> with console.pager(): + console.print(make_test_card()) + + Returns: + PagerContext: A context manager. + """ + return PagerContext(self, pager=pager, styles=styles, links=links) + + def line(self, count: int = 1) -> None: + """Write new line(s). + + Args: + count (int, optional): Number of new lines. Defaults to 1. + """ + + assert count >= 0, "count must be >= 0" + self.print(NewLine(count)) + + def clear(self, home: bool = True) -> None: + """Clear the screen. + + Args: + home (bool, optional): Also move the cursor to 'home' position. Defaults to True. + """ + if home: + self.control(Control.clear(), Control.home()) + else: + self.control(Control.clear()) + + def status( + self, + status: RenderableType, + *, + spinner: str = "dots", + spinner_style: StyleType = "status.spinner", + speed: float = 1.0, + refresh_per_second: float = 12.5, + ) -> "Status": + """Display a status and spinner. + + Args: + status (RenderableType): A status renderable (str or Text typically). + spinner (str, optional): Name of spinner animation (see python -m rich.spinner). Defaults to "dots". + spinner_style (StyleType, optional): Style of spinner. Defaults to "status.spinner". + speed (float, optional): Speed factor for spinner animation. Defaults to 1.0. + refresh_per_second (float, optional): Number of refreshes per second. Defaults to 12.5. + + Returns: + Status: A Status object that may be used as a context manager. + """ + from .status import Status + + status_renderable = Status( + status, + console=self, + spinner=spinner, + spinner_style=spinner_style, + speed=speed, + refresh_per_second=refresh_per_second, + ) + return status_renderable + + def show_cursor(self, show: bool = True) -> bool: + """Show or hide the cursor. + + Args: + show (bool, optional): Set visibility of the cursor. + """ + if self.is_terminal: + self.control(Control.show_cursor(show)) + return True + return False + + def set_alt_screen(self, enable: bool = True) -> bool: + """Enables alternative screen mode. + + Note, if you enable this mode, you should ensure that is disabled before + the application exits. See :meth:`~rich.Console.screen` for a context manager + that handles this for you. + + Args: + enable (bool, optional): Enable (True) or disable (False) alternate screen. Defaults to True. + + Returns: + bool: True if the control codes were written. + + """ + changed = False + if self.is_terminal and not self.legacy_windows: + self.control(Control.alt_screen(enable)) + changed = True + self._is_alt_screen = enable + return changed + + @property + def is_alt_screen(self) -> bool: + """Check if the alt screen was enabled. + + Returns: + bool: True if the alt screen was enabled, otherwise False. + """ + return self._is_alt_screen + + def set_window_title(self, title: str) -> bool: + """Set the title of the console terminal window. + + Warning: There is no means within Rich of "resetting" the window title to its + previous value, meaning the title you set will persist even after your application + exits. + + ``fish`` shell resets the window title before and after each command by default, + negating this issue. Windows Terminal and command prompt will also reset the title for you. + Most other shells and terminals, however, do not do this. + + Some terminals may require configuration changes before you can set the title. + Some terminals may not support setting the title at all. + + Other software (including the terminal itself, the shell, custom prompts, plugins, etc.) + may also set the terminal window title. This could result in whatever value you write + using this method being overwritten. + + Args: + title (str): The new title of the terminal window. + + Returns: + bool: True if the control code to change the terminal title was + written, otherwise False. Note that a return value of True + does not guarantee that the window title has actually changed, + since the feature may be unsupported/disabled in some terminals. + """ + if self.is_terminal: + self.control(Control.title(title)) + return True + return False + + def screen( + self, hide_cursor: bool = True, style: Optional[StyleType] = None + ) -> "ScreenContext": + """Context manager to enable and disable 'alternative screen' mode. + + Args: + hide_cursor (bool, optional): Also hide the cursor. Defaults to False. + style (Style, optional): Optional style for screen. Defaults to None. + + Returns: + ~ScreenContext: Context which enables alternate screen on enter, and disables it on exit. + """ + return ScreenContext(self, hide_cursor=hide_cursor, style=style or "") + + def measure( + self, renderable: RenderableType, *, options: Optional[ConsoleOptions] = None + ) -> Measurement: + """Measure a renderable. Returns a :class:`~rich.measure.Measurement` object which contains + information regarding the number of characters required to print the renderable. + + Args: + renderable (RenderableType): Any renderable or string. + options (Optional[ConsoleOptions], optional): Options to use when measuring, or None + to use default options. Defaults to None. + + Returns: + Measurement: A measurement of the renderable. + """ + measurement = Measurement.get(self, options or self.options, renderable) + return measurement + + def render( + self, renderable: RenderableType, options: Optional[ConsoleOptions] = None + ) -> Iterable[Segment]: + """Render an object in to an iterable of `Segment` instances. + + This method contains the logic for rendering objects with the console protocol. + You are unlikely to need to use it directly, unless you are extending the library. + + Args: + renderable (RenderableType): An object supporting the console protocol, or + an object that may be converted to a string. + options (ConsoleOptions, optional): An options object, or None to use self.options. Defaults to None. + + Returns: + Iterable[Segment]: An iterable of segments that may be rendered. + """ + + _options = options or self.options + if _options.max_width < 1: + # No space to render anything. This prevents potential recursion errors. + return + render_iterable: RenderResult + + renderable = rich_cast(renderable) + if hasattr(renderable, "__rich_console__") and not isclass(renderable): + render_iterable = renderable.__rich_console__(self, _options) # type: ignore[union-attr] + elif isinstance(renderable, str): + text_renderable = self.render_str( + renderable, highlight=_options.highlight, markup=_options.markup + ) + render_iterable = text_renderable.__rich_console__(self, _options) + else: + raise errors.NotRenderableError( + f"Unable to render {renderable!r}; " + "A str, Segment or object with __rich_console__ method is required" + ) + + try: + iter_render = iter(render_iterable) + except TypeError: + raise errors.NotRenderableError( + f"object {render_iterable!r} is not renderable" + ) + _Segment = Segment + _options = _options.reset_height() + for render_output in iter_render: + if isinstance(render_output, _Segment): + yield render_output + else: + yield from self.render(render_output, _options) + + def render_lines( + self, + renderable: RenderableType, + options: Optional[ConsoleOptions] = None, + *, + style: Optional[Style] = None, + pad: bool = True, + new_lines: bool = False, + ) -> List[List[Segment]]: + """Render objects in to a list of lines. + + The output of render_lines is useful when further formatting of rendered console text + is required, such as the Panel class which draws a border around any renderable object. + + Args: + renderable (RenderableType): Any object renderable in the console. + options (Optional[ConsoleOptions], optional): Console options, or None to use self.options. Default to ``None``. + style (Style, optional): Optional style to apply to renderables. Defaults to ``None``. + pad (bool, optional): Pad lines shorter than render width. Defaults to ``True``. + new_lines (bool, optional): Include "\n" characters at end of lines. + + Returns: + List[List[Segment]]: A list of lines, where a line is a list of Segment objects. + """ + with self._lock: + render_options = options or self.options + _rendered = self.render(renderable, render_options) + if style: + _rendered = Segment.apply_style(_rendered, style) + + render_height = render_options.height + if render_height is not None: + render_height = max(0, render_height) + + lines = list( + islice( + Segment.split_and_crop_lines( + _rendered, + render_options.max_width, + include_new_lines=new_lines, + pad=pad, + style=style, + ), + None, + render_height, + ) + ) + if render_options.height is not None: + extra_lines = render_options.height - len(lines) + if extra_lines > 0: + pad_line = [ + [Segment(" " * render_options.max_width, style), Segment("\n")] + if new_lines + else [Segment(" " * render_options.max_width, style)] + ] + lines.extend(pad_line * extra_lines) + + return lines + + def render_str( + self, + text: str, + *, + style: Union[str, Style] = "", + justify: Optional[JustifyMethod] = None, + overflow: Optional[OverflowMethod] = None, + emoji: Optional[bool] = None, + markup: Optional[bool] = None, + highlight: Optional[bool] = None, + highlighter: Optional[HighlighterType] = None, + ) -> "Text": + """Convert a string to a Text instance. This is called automatically if + you print or log a string. + + Args: + text (str): Text to render. + style (Union[str, Style], optional): Style to apply to rendered text. + justify (str, optional): Justify method: "default", "left", "center", "full", or "right". Defaults to ``None``. + overflow (str, optional): Overflow method: "crop", "fold", or "ellipsis". Defaults to ``None``. + emoji (Optional[bool], optional): Enable emoji, or ``None`` to use Console default. + markup (Optional[bool], optional): Enable markup, or ``None`` to use Console default. + highlight (Optional[bool], optional): Enable highlighting, or ``None`` to use Console default. + highlighter (HighlighterType, optional): Optional highlighter to apply. + Returns: + ConsoleRenderable: Renderable object. + + """ + emoji_enabled = emoji or (emoji is None and self._emoji) + markup_enabled = markup or (markup is None and self._markup) + highlight_enabled = highlight or (highlight is None and self._highlight) + + if markup_enabled: + rich_text = render_markup( + text, + style=style, + emoji=emoji_enabled, + emoji_variant=self._emoji_variant, + ) + rich_text.justify = justify + rich_text.overflow = overflow + else: + rich_text = Text( + _emoji_replace(text, default_variant=self._emoji_variant) + if emoji_enabled + else text, + justify=justify, + overflow=overflow, + style=style, + ) + + _highlighter = (highlighter or self.highlighter) if highlight_enabled else None + if _highlighter is not None: + highlight_text = _highlighter(str(rich_text)) + highlight_text.copy_styles(rich_text) + return highlight_text + + return rich_text + + def get_style( + self, name: Union[str, Style], *, default: Optional[Union[Style, str]] = None + ) -> Style: + """Get a Style instance by its theme name or parse a definition. + + Args: + name (str): The name of a style or a style definition. + + Returns: + Style: A Style object. + + Raises: + MissingStyle: If no style could be parsed from name. + + """ + if isinstance(name, Style): + return name + + try: + style = self._theme_stack.get(name) + if style is None: + style = Style.parse(name) + return style.copy() if style.link else style + except errors.StyleSyntaxError as error: + if default is not None: + return self.get_style(default) + raise errors.MissingStyle( + f"Failed to get style {name!r}; {error}" + ) from None + + def _collect_renderables( + self, + objects: Iterable[Any], + sep: str, + end: str, + *, + justify: Optional[JustifyMethod] = None, + emoji: Optional[bool] = None, + markup: Optional[bool] = None, + highlight: Optional[bool] = None, + ) -> List[ConsoleRenderable]: + """Combine a number of renderables and text into one renderable. + + Args: + objects (Iterable[Any]): Anything that Rich can render. + sep (str): String to write between print data. + end (str): String to write at end of print data. + justify (str, optional): One of "left", "right", "center", or "full". Defaults to ``None``. + emoji (Optional[bool], optional): Enable emoji code, or ``None`` to use console default. + markup (Optional[bool], optional): Enable markup, or ``None`` to use console default. + highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use console default. + + Returns: + List[ConsoleRenderable]: A list of things to render. + """ + renderables: List[ConsoleRenderable] = [] + _append = renderables.append + text: List[Text] = [] + append_text = text.append + + append = _append + if justify in ("left", "center", "right"): + + def align_append(renderable: RenderableType) -> None: + _append(Align(renderable, cast(AlignMethod, justify))) + + append = align_append + + _highlighter: HighlighterType = _null_highlighter + if highlight or (highlight is None and self._highlight): + _highlighter = self.highlighter + + def check_text() -> None: + if text: + sep_text = Text(sep, justify=justify, end=end) + append(sep_text.join(text)) + text.clear() + + for renderable in objects: + renderable = rich_cast(renderable) + if isinstance(renderable, str): + append_text( + self.render_str( + renderable, emoji=emoji, markup=markup, highlighter=_highlighter + ) + ) + elif isinstance(renderable, Text): + append_text(renderable) + elif isinstance(renderable, ConsoleRenderable): + check_text() + append(renderable) + elif is_expandable(renderable): + check_text() + append(Pretty(renderable, highlighter=_highlighter)) + else: + append_text(_highlighter(str(renderable))) + + check_text() + + if self.style is not None: + style = self.get_style(self.style) + renderables = [Styled(renderable, style) for renderable in renderables] + + return renderables + + def rule( + self, + title: TextType = "", + *, + characters: str = "─", + style: Union[str, Style] = "rule.line", + align: AlignMethod = "center", + ) -> None: + """Draw a line with optional centered title. + + Args: + title (str, optional): Text to render over the rule. Defaults to "". + characters (str, optional): Character(s) to form the line. Defaults to "─". + style (str, optional): Style of line. Defaults to "rule.line". + align (str, optional): How to align the title, one of "left", "center", or "right". Defaults to "center". + """ + from .rule import Rule + + rule = Rule(title=title, characters=characters, style=style, align=align) + self.print(rule) + + def control(self, *control: Control) -> None: + """Insert non-printing control codes. + + Args: + control_codes (str): Control codes, such as those that may move the cursor. + """ + if not self.is_dumb_terminal: + with self: + self._buffer.extend(_control.segment for _control in control) + + def out( + self, + *objects: Any, + sep: str = " ", + end: str = "\n", + style: Optional[Union[str, Style]] = None, + highlight: Optional[bool] = None, + ) -> None: + """Output to the terminal. This is a low-level way of writing to the terminal which unlike + :meth:`~rich.console.Console.print` won't pretty print, wrap text, or apply markup, but will + optionally apply highlighting and a basic style. + + Args: + sep (str, optional): String to write between print data. Defaults to " ". + end (str, optional): String to write at end of print data. Defaults to "\\\\n". + style (Union[str, Style], optional): A style to apply to output. Defaults to None. + highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use + console default. Defaults to ``None``. + """ + raw_output: str = sep.join(str(_object) for _object in objects) + self.print( + raw_output, + style=style, + highlight=highlight, + emoji=False, + markup=False, + no_wrap=True, + overflow="ignore", + crop=False, + end=end, + ) + + def print( + self, + *objects: Any, + sep: str = " ", + end: str = "\n", + style: Optional[Union[str, Style]] = None, + justify: Optional[JustifyMethod] = None, + overflow: Optional[OverflowMethod] = None, + no_wrap: Optional[bool] = None, + emoji: Optional[bool] = None, + markup: Optional[bool] = None, + highlight: Optional[bool] = None, + width: Optional[int] = None, + height: Optional[int] = None, + crop: bool = True, + soft_wrap: Optional[bool] = None, + new_line_start: bool = False, + ) -> None: + """Print to the console. + + Args: + objects (positional args): Objects to log to the terminal. + sep (str, optional): String to write between print data. Defaults to " ". + end (str, optional): String to write at end of print data. Defaults to "\\\\n". + style (Union[str, Style], optional): A style to apply to output. Defaults to None. + justify (str, optional): Justify method: "default", "left", "right", "center", or "full". Defaults to ``None``. + overflow (str, optional): Overflow method: "ignore", "crop", "fold", or "ellipsis". Defaults to None. + no_wrap (Optional[bool], optional): Disable word wrapping. Defaults to None. + emoji (Optional[bool], optional): Enable emoji code, or ``None`` to use console default. Defaults to ``None``. + markup (Optional[bool], optional): Enable markup, or ``None`` to use console default. Defaults to ``None``. + highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use console default. Defaults to ``None``. + width (Optional[int], optional): Width of output, or ``None`` to auto-detect. Defaults to ``None``. + crop (Optional[bool], optional): Crop output to width of terminal. Defaults to True. + soft_wrap (bool, optional): Enable soft wrap mode which disables word wrapping and cropping of text or ``None`` for + Console default. Defaults to ``None``. + new_line_start (bool, False): Insert a new line at the start if the output contains more than one line. Defaults to ``False``. + """ + if not objects: + objects = (NewLine(),) + + if soft_wrap is None: + soft_wrap = self.soft_wrap + if soft_wrap: + if no_wrap is None: + no_wrap = True + if overflow is None: + overflow = "ignore" + crop = False + render_hooks = self._render_hooks[:] + with self: + renderables = self._collect_renderables( + objects, + sep, + end, + justify=justify, + emoji=emoji, + markup=markup, + highlight=highlight, + ) + for hook in render_hooks: + renderables = hook.process_renderables(renderables) + render_options = self.options.update( + justify=justify, + overflow=overflow, + width=min(width, self.width) if width is not None else NO_CHANGE, + height=height, + no_wrap=no_wrap, + markup=markup, + highlight=highlight, + ) + + new_segments: List[Segment] = [] + extend = new_segments.extend + render = self.render + if style is None: + for renderable in renderables: + extend(render(renderable, render_options)) + else: + for renderable in renderables: + extend( + Segment.apply_style( + render(renderable, render_options), self.get_style(style) + ) + ) + if new_line_start: + if ( + len("".join(segment.text for segment in new_segments).splitlines()) + > 1 + ): + new_segments.insert(0, Segment.line()) + if crop: + buffer_extend = self._buffer.extend + for line in Segment.split_and_crop_lines( + new_segments, self.width, pad=False + ): + buffer_extend(line) + else: + self._buffer.extend(new_segments) + + def print_json( + self, + json: Optional[str] = None, + *, + data: Any = None, + indent: Union[None, int, str] = 2, + highlight: bool = True, + skip_keys: bool = False, + ensure_ascii: bool = False, + check_circular: bool = True, + allow_nan: bool = True, + default: Optional[Callable[[Any], Any]] = None, + sort_keys: bool = False, + ) -> None: + """Pretty prints JSON. Output will be valid JSON. + + Args: + json (Optional[str]): A string containing JSON. + data (Any): If json is not supplied, then encode this data. + indent (Union[None, int, str], optional): Number of spaces to indent. Defaults to 2. + highlight (bool, optional): Enable highlighting of output: Defaults to True. + skip_keys (bool, optional): Skip keys not of a basic type. Defaults to False. + ensure_ascii (bool, optional): Escape all non-ascii characters. Defaults to False. + check_circular (bool, optional): Check for circular references. Defaults to True. + allow_nan (bool, optional): Allow NaN and Infinity values. Defaults to True. + default (Callable, optional): A callable that converts values that can not be encoded + in to something that can be JSON encoded. Defaults to None. + sort_keys (bool, optional): Sort dictionary keys. Defaults to False. + """ + from pip._vendor.rich.json import JSON + + if json is None: + json_renderable = JSON.from_data( + data, + indent=indent, + highlight=highlight, + skip_keys=skip_keys, + ensure_ascii=ensure_ascii, + check_circular=check_circular, + allow_nan=allow_nan, + default=default, + sort_keys=sort_keys, + ) + else: + if not isinstance(json, str): + raise TypeError( + f"json must be str. Did you mean print_json(data={json!r}) ?" + ) + json_renderable = JSON( + json, + indent=indent, + highlight=highlight, + skip_keys=skip_keys, + ensure_ascii=ensure_ascii, + check_circular=check_circular, + allow_nan=allow_nan, + default=default, + sort_keys=sort_keys, + ) + self.print(json_renderable, soft_wrap=True) + + def update_screen( + self, + renderable: RenderableType, + *, + region: Optional[Region] = None, + options: Optional[ConsoleOptions] = None, + ) -> None: + """Update the screen at a given offset. + + Args: + renderable (RenderableType): A Rich renderable. + region (Region, optional): Region of screen to update, or None for entire screen. Defaults to None. + x (int, optional): x offset. Defaults to 0. + y (int, optional): y offset. Defaults to 0. + + Raises: + errors.NoAltScreen: If the Console isn't in alt screen mode. + + """ + if not self.is_alt_screen: + raise errors.NoAltScreen("Alt screen must be enabled to call update_screen") + render_options = options or self.options + if region is None: + x = y = 0 + render_options = render_options.update_dimensions( + render_options.max_width, render_options.height or self.height + ) + else: + x, y, width, height = region + render_options = render_options.update_dimensions(width, height) + + lines = self.render_lines(renderable, options=render_options) + self.update_screen_lines(lines, x, y) + + def update_screen_lines( + self, lines: List[List[Segment]], x: int = 0, y: int = 0 + ) -> None: + """Update lines of the screen at a given offset. + + Args: + lines (List[List[Segment]]): Rendered lines (as produced by :meth:`~rich.Console.render_lines`). + x (int, optional): x offset (column no). Defaults to 0. + y (int, optional): y offset (column no). Defaults to 0. + + Raises: + errors.NoAltScreen: If the Console isn't in alt screen mode. + """ + if not self.is_alt_screen: + raise errors.NoAltScreen("Alt screen must be enabled to call update_screen") + screen_update = ScreenUpdate(lines, x, y) + segments = self.render(screen_update) + self._buffer.extend(segments) + self._check_buffer() + + def print_exception( + self, + *, + width: Optional[int] = 100, + extra_lines: int = 3, + theme: Optional[str] = None, + word_wrap: bool = False, + show_locals: bool = False, + suppress: Iterable[Union[str, ModuleType]] = (), + max_frames: int = 100, + ) -> None: + """Prints a rich render of the last exception and traceback. + + Args: + width (Optional[int], optional): Number of characters used to render code. Defaults to 100. + extra_lines (int, optional): Additional lines of code to render. Defaults to 3. + theme (str, optional): Override pygments theme used in traceback + word_wrap (bool, optional): Enable word wrapping of long lines. Defaults to False. + show_locals (bool, optional): Enable display of local variables. Defaults to False. + suppress (Iterable[Union[str, ModuleType]]): Optional sequence of modules or paths to exclude from traceback. + max_frames (int): Maximum number of frames to show in a traceback, 0 for no maximum. Defaults to 100. + """ + from .traceback import Traceback + + traceback = Traceback( + width=width, + extra_lines=extra_lines, + theme=theme, + word_wrap=word_wrap, + show_locals=show_locals, + suppress=suppress, + max_frames=max_frames, + ) + self.print(traceback) + + @staticmethod + def _caller_frame_info( + offset: int, + currentframe: Callable[[], Optional[FrameType]] = inspect.currentframe, + ) -> Tuple[str, int, Dict[str, Any]]: + """Get caller frame information. + + Args: + offset (int): the caller offset within the current frame stack. + currentframe (Callable[[], Optional[FrameType]], optional): the callable to use to + retrieve the current frame. Defaults to ``inspect.currentframe``. + + Returns: + Tuple[str, int, Dict[str, Any]]: A tuple containing the filename, the line number and + the dictionary of local variables associated with the caller frame. + + Raises: + RuntimeError: If the stack offset is invalid. + """ + # Ignore the frame of this local helper + offset += 1 + + frame = currentframe() + if frame is not None: + # Use the faster currentframe where implemented + while offset and frame is not None: + frame = frame.f_back + offset -= 1 + assert frame is not None + return frame.f_code.co_filename, frame.f_lineno, frame.f_locals + else: + # Fallback to the slower stack + frame_info = inspect.stack()[offset] + return frame_info.filename, frame_info.lineno, frame_info.frame.f_locals + + def log( + self, + *objects: Any, + sep: str = " ", + end: str = "\n", + style: Optional[Union[str, Style]] = None, + justify: Optional[JustifyMethod] = None, + emoji: Optional[bool] = None, + markup: Optional[bool] = None, + highlight: Optional[bool] = None, + log_locals: bool = False, + _stack_offset: int = 1, + ) -> None: + """Log rich content to the terminal. + + Args: + objects (positional args): Objects to log to the terminal. + sep (str, optional): String to write between print data. Defaults to " ". + end (str, optional): String to write at end of print data. Defaults to "\\\\n". + style (Union[str, Style], optional): A style to apply to output. Defaults to None. + justify (str, optional): One of "left", "right", "center", or "full". Defaults to ``None``. + overflow (str, optional): Overflow method: "crop", "fold", or "ellipsis". Defaults to None. + emoji (Optional[bool], optional): Enable emoji code, or ``None`` to use console default. Defaults to None. + markup (Optional[bool], optional): Enable markup, or ``None`` to use console default. Defaults to None. + highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use console default. Defaults to None. + log_locals (bool, optional): Boolean to enable logging of locals where ``log()`` + was called. Defaults to False. + _stack_offset (int, optional): Offset of caller from end of call stack. Defaults to 1. + """ + if not objects: + objects = (NewLine(),) + + render_hooks = self._render_hooks[:] + + with self: + renderables = self._collect_renderables( + objects, + sep, + end, + justify=justify, + emoji=emoji, + markup=markup, + highlight=highlight, + ) + if style is not None: + renderables = [Styled(renderable, style) for renderable in renderables] + + filename, line_no, locals = self._caller_frame_info(_stack_offset) + link_path = None if filename.startswith("<") else os.path.abspath(filename) + path = filename.rpartition(os.sep)[-1] + if log_locals: + locals_map = { + key: value + for key, value in locals.items() + if not key.startswith("__") + } + renderables.append(render_scope(locals_map, title="[i]locals")) + + renderables = [ + self._log_render( + self, + renderables, + log_time=self.get_datetime(), + path=path, + line_no=line_no, + link_path=link_path, + ) + ] + for hook in render_hooks: + renderables = hook.process_renderables(renderables) + new_segments: List[Segment] = [] + extend = new_segments.extend + render = self.render + render_options = self.options + for renderable in renderables: + extend(render(renderable, render_options)) + buffer_extend = self._buffer.extend + for line in Segment.split_and_crop_lines( + new_segments, self.width, pad=False + ): + buffer_extend(line) + + def _check_buffer(self) -> None: + """Check if the buffer may be rendered. Render it if it can (e.g. Console.quiet is False) + Rendering is supported on Windows, Unix and Jupyter environments. For + legacy Windows consoles, the win32 API is called directly. + This method will also record what it renders if recording is enabled via Console.record. + """ + if self.quiet: + del self._buffer[:] + return + with self._lock: + if self.record: + with self._record_buffer_lock: + self._record_buffer.extend(self._buffer[:]) + + if self._buffer_index == 0: + if self.is_jupyter: # pragma: no cover + from .jupyter import display + + display(self._buffer, self._render_buffer(self._buffer[:])) + del self._buffer[:] + else: + if WINDOWS: + use_legacy_windows_render = False + if self.legacy_windows: + fileno = get_fileno(self.file) + if fileno is not None: + use_legacy_windows_render = ( + fileno in _STD_STREAMS_OUTPUT + ) + + if use_legacy_windows_render: + from pip._vendor.rich._win32_console import LegacyWindowsTerm + from pip._vendor.rich._windows_renderer import legacy_windows_render + + buffer = self._buffer[:] + if self.no_color and self._color_system: + buffer = list(Segment.remove_color(buffer)) + + legacy_windows_render(buffer, LegacyWindowsTerm(self.file)) + else: + # Either a non-std stream on legacy Windows, or modern Windows. + text = self._render_buffer(self._buffer[:]) + # https://bugs.python.org/issue37871 + # https://github.com/python/cpython/issues/82052 + # We need to avoid writing more than 32Kb in a single write, due to the above bug + write = self.file.write + # Worse case scenario, every character is 4 bytes of utf-8 + MAX_WRITE = 32 * 1024 // 4 + try: + if len(text) <= MAX_WRITE: + write(text) + else: + batch: List[str] = [] + batch_append = batch.append + size = 0 + for line in text.splitlines(True): + if size + len(line) > MAX_WRITE and batch: + write("".join(batch)) + batch.clear() + size = 0 + batch_append(line) + size += len(line) + if batch: + write("".join(batch)) + batch.clear() + except UnicodeEncodeError as error: + error.reason = f"{error.reason}\n*** You may need to add PYTHONIOENCODING=utf-8 to your environment ***" + raise + else: + text = self._render_buffer(self._buffer[:]) + try: + self.file.write(text) + except UnicodeEncodeError as error: + error.reason = f"{error.reason}\n*** You may need to add PYTHONIOENCODING=utf-8 to your environment ***" + raise + + self.file.flush() + del self._buffer[:] + + def _render_buffer(self, buffer: Iterable[Segment]) -> str: + """Render buffered output, and clear buffer.""" + output: List[str] = [] + append = output.append + color_system = self._color_system + legacy_windows = self.legacy_windows + not_terminal = not self.is_terminal + if self.no_color and color_system: + buffer = Segment.remove_color(buffer) + for text, style, control in buffer: + if style: + append( + style.render( + text, + color_system=color_system, + legacy_windows=legacy_windows, + ) + ) + elif not (not_terminal and control): + append(text) + + rendered = "".join(output) + return rendered + + def input( + self, + prompt: TextType = "", + *, + markup: bool = True, + emoji: bool = True, + password: bool = False, + stream: Optional[TextIO] = None, + ) -> str: + """Displays a prompt and waits for input from the user. The prompt may contain color / style. + + It works in the same way as Python's builtin :func:`input` function and provides elaborate line editing and history features if Python's builtin :mod:`readline` module is previously loaded. + + Args: + prompt (Union[str, Text]): Text to render in the prompt. + markup (bool, optional): Enable console markup (requires a str prompt). Defaults to True. + emoji (bool, optional): Enable emoji (requires a str prompt). Defaults to True. + password: (bool, optional): Hide typed text. Defaults to False. + stream: (TextIO, optional): Optional file to read input from (rather than stdin). Defaults to None. + + Returns: + str: Text read from stdin. + """ + if prompt: + self.print(prompt, markup=markup, emoji=emoji, end="") + if password: + result = getpass("", stream=stream) + else: + if stream: + result = stream.readline() + else: + result = input() + return result + + def export_text(self, *, clear: bool = True, styles: bool = False) -> str: + """Generate text from console contents (requires record=True argument in constructor). + + Args: + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``. + styles (bool, optional): If ``True``, ansi escape codes will be included. ``False`` for plain text. + Defaults to ``False``. + + Returns: + str: String containing console contents. + + """ + assert ( + self.record + ), "To export console contents set record=True in the constructor or instance" + + with self._record_buffer_lock: + if styles: + text = "".join( + (style.render(text) if style else text) + for text, style, _ in self._record_buffer + ) + else: + text = "".join( + segment.text + for segment in self._record_buffer + if not segment.control + ) + if clear: + del self._record_buffer[:] + return text + + def save_text(self, path: str, *, clear: bool = True, styles: bool = False) -> None: + """Generate text from console and save to a given location (requires record=True argument in constructor). + + Args: + path (str): Path to write text files. + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``. + styles (bool, optional): If ``True``, ansi style codes will be included. ``False`` for plain text. + Defaults to ``False``. + + """ + text = self.export_text(clear=clear, styles=styles) + with open(path, "wt", encoding="utf-8") as write_file: + write_file.write(text) + + def export_html( + self, + *, + theme: Optional[TerminalTheme] = None, + clear: bool = True, + code_format: Optional[str] = None, + inline_styles: bool = False, + ) -> str: + """Generate HTML from console contents (requires record=True argument in constructor). + + Args: + theme (TerminalTheme, optional): TerminalTheme object containing console colors. + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``. + code_format (str, optional): Format string to render HTML. In addition to '{foreground}', + '{background}', and '{code}', should contain '{stylesheet}' if inline_styles is ``False``. + inline_styles (bool, optional): If ``True`` styles will be inlined in to spans, which makes files + larger but easier to cut and paste markup. If ``False``, styles will be embedded in a style tag. + Defaults to False. + + Returns: + str: String containing console contents as HTML. + """ + assert ( + self.record + ), "To export console contents set record=True in the constructor or instance" + fragments: List[str] = [] + append = fragments.append + _theme = theme or DEFAULT_TERMINAL_THEME + stylesheet = "" + + render_code_format = CONSOLE_HTML_FORMAT if code_format is None else code_format + + with self._record_buffer_lock: + if inline_styles: + for text, style, _ in Segment.filter_control( + Segment.simplify(self._record_buffer) + ): + text = escape(text) + if style: + rule = style.get_html_style(_theme) + if style.link: + text = f'{text}' + text = f'{text}' if rule else text + append(text) + else: + styles: Dict[str, int] = {} + for text, style, _ in Segment.filter_control( + Segment.simplify(self._record_buffer) + ): + text = escape(text) + if style: + rule = style.get_html_style(_theme) + style_number = styles.setdefault(rule, len(styles) + 1) + if style.link: + text = f'{text}' + else: + text = f'{text}' + append(text) + stylesheet_rules: List[str] = [] + stylesheet_append = stylesheet_rules.append + for style_rule, style_number in styles.items(): + if style_rule: + stylesheet_append(f".r{style_number} {{{style_rule}}}") + stylesheet = "\n".join(stylesheet_rules) + + rendered_code = render_code_format.format( + code="".join(fragments), + stylesheet=stylesheet, + foreground=_theme.foreground_color.hex, + background=_theme.background_color.hex, + ) + if clear: + del self._record_buffer[:] + return rendered_code + + def save_html( + self, + path: str, + *, + theme: Optional[TerminalTheme] = None, + clear: bool = True, + code_format: str = CONSOLE_HTML_FORMAT, + inline_styles: bool = False, + ) -> None: + """Generate HTML from console contents and write to a file (requires record=True argument in constructor). + + Args: + path (str): Path to write html file. + theme (TerminalTheme, optional): TerminalTheme object containing console colors. + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``. + code_format (str, optional): Format string to render HTML. In addition to '{foreground}', + '{background}', and '{code}', should contain '{stylesheet}' if inline_styles is ``False``. + inline_styles (bool, optional): If ``True`` styles will be inlined in to spans, which makes files + larger but easier to cut and paste markup. If ``False``, styles will be embedded in a style tag. + Defaults to False. + + """ + html = self.export_html( + theme=theme, + clear=clear, + code_format=code_format, + inline_styles=inline_styles, + ) + with open(path, "wt", encoding="utf-8") as write_file: + write_file.write(html) + + def export_svg( + self, + *, + title: str = "Rich", + theme: Optional[TerminalTheme] = None, + clear: bool = True, + code_format: str = CONSOLE_SVG_FORMAT, + font_aspect_ratio: float = 0.61, + unique_id: Optional[str] = None, + ) -> str: + """ + Generate an SVG from the console contents (requires record=True in Console constructor). + + Args: + title (str, optional): The title of the tab in the output image + theme (TerminalTheme, optional): The ``TerminalTheme`` object to use to style the terminal + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True`` + code_format (str, optional): Format string used to generate the SVG. Rich will inject a number of variables + into the string in order to form the final SVG output. The default template used and the variables + injected by Rich can be found by inspecting the ``console.CONSOLE_SVG_FORMAT`` variable. + font_aspect_ratio (float, optional): The width to height ratio of the font used in the ``code_format`` + string. Defaults to 0.61, which is the width to height ratio of Fira Code (the default font). + If you aren't specifying a different font inside ``code_format``, you probably don't need this. + unique_id (str, optional): unique id that is used as the prefix for various elements (CSS styles, node + ids). If not set, this defaults to a computed value based on the recorded content. + """ + + from pip._vendor.rich.cells import cell_len + + style_cache: Dict[Style, str] = {} + + def get_svg_style(style: Style) -> str: + """Convert a Style to CSS rules for SVG.""" + if style in style_cache: + return style_cache[style] + css_rules = [] + color = ( + _theme.foreground_color + if (style.color is None or style.color.is_default) + else style.color.get_truecolor(_theme) + ) + bgcolor = ( + _theme.background_color + if (style.bgcolor is None or style.bgcolor.is_default) + else style.bgcolor.get_truecolor(_theme) + ) + if style.reverse: + color, bgcolor = bgcolor, color + if style.dim: + color = blend_rgb(color, bgcolor, 0.4) + css_rules.append(f"fill: {color.hex}") + if style.bold: + css_rules.append("font-weight: bold") + if style.italic: + css_rules.append("font-style: italic;") + if style.underline: + css_rules.append("text-decoration: underline;") + if style.strike: + css_rules.append("text-decoration: line-through;") + + css = ";".join(css_rules) + style_cache[style] = css + return css + + _theme = theme or SVG_EXPORT_THEME + + width = self.width + char_height = 20 + char_width = char_height * font_aspect_ratio + line_height = char_height * 1.22 + + margin_top = 1 + margin_right = 1 + margin_bottom = 1 + margin_left = 1 + + padding_top = 40 + padding_right = 8 + padding_bottom = 8 + padding_left = 8 + + padding_width = padding_left + padding_right + padding_height = padding_top + padding_bottom + margin_width = margin_left + margin_right + margin_height = margin_top + margin_bottom + + text_backgrounds: List[str] = [] + text_group: List[str] = [] + classes: Dict[str, int] = {} + style_no = 1 + + def escape_text(text: str) -> str: + """HTML escape text and replace spaces with nbsp.""" + return escape(text).replace(" ", " ") + + def make_tag( + name: str, content: Optional[str] = None, **attribs: object + ) -> str: + """Make a tag from name, content, and attributes.""" + + def stringify(value: object) -> str: + if isinstance(value, (float)): + return format(value, "g") + return str(value) + + tag_attribs = " ".join( + f'{k.lstrip("_").replace("_", "-")}="{stringify(v)}"' + for k, v in attribs.items() + ) + return ( + f"<{name} {tag_attribs}>{content}" + if content + else f"<{name} {tag_attribs}/>" + ) + + with self._record_buffer_lock: + segments = list(Segment.filter_control(self._record_buffer)) + if clear: + self._record_buffer.clear() + + if unique_id is None: + unique_id = "terminal-" + str( + zlib.adler32( + ("".join(repr(segment) for segment in segments)).encode( + "utf-8", + "ignore", + ) + + title.encode("utf-8", "ignore") + ) + ) + y = 0 + for y, line in enumerate(Segment.split_and_crop_lines(segments, length=width)): + x = 0 + for text, style, _control in line: + style = style or Style() + rules = get_svg_style(style) + if rules not in classes: + classes[rules] = style_no + style_no += 1 + class_name = f"r{classes[rules]}" + + if style.reverse: + has_background = True + background = ( + _theme.foreground_color.hex + if style.color is None + else style.color.get_truecolor(_theme).hex + ) + else: + bgcolor = style.bgcolor + has_background = bgcolor is not None and not bgcolor.is_default + background = ( + _theme.background_color.hex + if style.bgcolor is None + else style.bgcolor.get_truecolor(_theme).hex + ) + + text_length = cell_len(text) + if has_background: + text_backgrounds.append( + make_tag( + "rect", + fill=background, + x=x * char_width, + y=y * line_height + 1.5, + width=char_width * text_length, + height=line_height + 0.25, + shape_rendering="crispEdges", + ) + ) + + if text != " " * len(text): + text_group.append( + make_tag( + "text", + escape_text(text), + _class=f"{unique_id}-{class_name}", + x=x * char_width, + y=y * line_height + char_height, + textLength=char_width * len(text), + clip_path=f"url(#{unique_id}-line-{y})", + ) + ) + x += cell_len(text) + + line_offsets = [line_no * line_height + 1.5 for line_no in range(y)] + lines = "\n".join( + f""" + {make_tag("rect", x=0, y=offset, width=char_width * width, height=line_height + 0.25)} + """ + for line_no, offset in enumerate(line_offsets) + ) + + styles = "\n".join( + f".{unique_id}-r{rule_no} {{ {css} }}" for css, rule_no in classes.items() + ) + backgrounds = "".join(text_backgrounds) + matrix = "".join(text_group) + + terminal_width = ceil(width * char_width + padding_width) + terminal_height = (y + 1) * line_height + padding_height + chrome = make_tag( + "rect", + fill=_theme.background_color.hex, + stroke="rgba(255,255,255,0.35)", + stroke_width="1", + x=margin_left, + y=margin_top, + width=terminal_width, + height=terminal_height, + rx=8, + ) + + title_color = _theme.foreground_color.hex + if title: + chrome += make_tag( + "text", + escape_text(title), + _class=f"{unique_id}-title", + fill=title_color, + text_anchor="middle", + x=terminal_width // 2, + y=margin_top + char_height + 6, + ) + chrome += f""" + + + + + + """ + + svg = code_format.format( + unique_id=unique_id, + char_width=char_width, + char_height=char_height, + line_height=line_height, + terminal_width=char_width * width - 1, + terminal_height=(y + 1) * line_height - 1, + width=terminal_width + margin_width, + height=terminal_height + margin_height, + terminal_x=margin_left + padding_left, + terminal_y=margin_top + padding_top, + styles=styles, + chrome=chrome, + backgrounds=backgrounds, + matrix=matrix, + lines=lines, + ) + return svg + + def save_svg( + self, + path: str, + *, + title: str = "Rich", + theme: Optional[TerminalTheme] = None, + clear: bool = True, + code_format: str = CONSOLE_SVG_FORMAT, + font_aspect_ratio: float = 0.61, + unique_id: Optional[str] = None, + ) -> None: + """Generate an SVG file from the console contents (requires record=True in Console constructor). + + Args: + path (str): The path to write the SVG to. + title (str, optional): The title of the tab in the output image + theme (TerminalTheme, optional): The ``TerminalTheme`` object to use to style the terminal + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True`` + code_format (str, optional): Format string used to generate the SVG. Rich will inject a number of variables + into the string in order to form the final SVG output. The default template used and the variables + injected by Rich can be found by inspecting the ``console.CONSOLE_SVG_FORMAT`` variable. + font_aspect_ratio (float, optional): The width to height ratio of the font used in the ``code_format`` + string. Defaults to 0.61, which is the width to height ratio of Fira Code (the default font). + If you aren't specifying a different font inside ``code_format``, you probably don't need this. + unique_id (str, optional): unique id that is used as the prefix for various elements (CSS styles, node + ids). If not set, this defaults to a computed value based on the recorded content. + """ + svg = self.export_svg( + title=title, + theme=theme, + clear=clear, + code_format=code_format, + font_aspect_ratio=font_aspect_ratio, + unique_id=unique_id, + ) + with open(path, "wt", encoding="utf-8") as write_file: + write_file.write(svg) + + +def _svg_hash(svg_main_code: str) -> str: + """Returns a unique hash for the given SVG main code. + + Args: + svg_main_code (str): The content we're going to inject in the SVG envelope. + + Returns: + str: a hash of the given content + """ + return str(zlib.adler32(svg_main_code.encode())) + + +if __name__ == "__main__": # pragma: no cover + console = Console(record=True) + + console.log( + "JSONRPC [i]request[/i]", + 5, + 1.3, + True, + False, + None, + { + "jsonrpc": "2.0", + "method": "subtract", + "params": {"minuend": 42, "subtrahend": 23}, + "id": 3, + }, + ) + + console.log("Hello, World!", "{'a': 1}", repr(console)) + + console.print( + { + "name": None, + "empty": [], + "quiz": { + "sport": { + "answered": True, + "q1": { + "question": "Which one is correct team name in NBA?", + "options": [ + "New York Bulls", + "Los Angeles Kings", + "Golden State Warriors", + "Huston Rocket", + ], + "answer": "Huston Rocket", + }, + }, + "maths": { + "answered": False, + "q1": { + "question": "5 + 7 = ?", + "options": [10, 11, 12, 13], + "answer": 12, + }, + "q2": { + "question": "12 - 8 = ?", + "options": [1, 2, 3, 4], + "answer": 4, + }, + }, + }, + } + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py new file mode 100644 index 0000000..65fdf56 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py @@ -0,0 +1,37 @@ +from typing import Optional, TYPE_CHECKING + +from .jupyter import JupyterMixin +from .measure import Measurement + +if TYPE_CHECKING: + from .console import Console, ConsoleOptions, RenderableType, RenderResult + + +class Constrain(JupyterMixin): + """Constrain the width of a renderable to a given number of characters. + + Args: + renderable (RenderableType): A renderable object. + width (int, optional): The maximum width (in characters) to render. Defaults to 80. + """ + + def __init__(self, renderable: "RenderableType", width: Optional[int] = 80) -> None: + self.renderable = renderable + self.width = width + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + if self.width is None: + yield self.renderable + else: + child_options = options.update_width(min(self.width, options.max_width)) + yield from console.render(self.renderable, child_options) + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> "Measurement": + if self.width is not None: + options = options.update_width(self.width) + measurement = Measurement.get(console, options, self.renderable) + return measurement diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py new file mode 100644 index 0000000..e29cf36 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py @@ -0,0 +1,167 @@ +from itertools import zip_longest +from typing import ( + Iterator, + Iterable, + List, + Optional, + Union, + overload, + TypeVar, + TYPE_CHECKING, +) + +if TYPE_CHECKING: + from .console import ( + Console, + ConsoleOptions, + JustifyMethod, + OverflowMethod, + RenderResult, + RenderableType, + ) + from .text import Text + +from .cells import cell_len +from .measure import Measurement + +T = TypeVar("T") + + +class Renderables: + """A list subclass which renders its contents to the console.""" + + def __init__( + self, renderables: Optional[Iterable["RenderableType"]] = None + ) -> None: + self._renderables: List["RenderableType"] = ( + list(renderables) if renderables is not None else [] + ) + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + """Console render method to insert line-breaks.""" + yield from self._renderables + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> "Measurement": + dimensions = [ + Measurement.get(console, options, renderable) + for renderable in self._renderables + ] + if not dimensions: + return Measurement(1, 1) + _min = max(dimension.minimum for dimension in dimensions) + _max = max(dimension.maximum for dimension in dimensions) + return Measurement(_min, _max) + + def append(self, renderable: "RenderableType") -> None: + self._renderables.append(renderable) + + def __iter__(self) -> Iterable["RenderableType"]: + return iter(self._renderables) + + +class Lines: + """A list subclass which can render to the console.""" + + def __init__(self, lines: Iterable["Text"] = ()) -> None: + self._lines: List["Text"] = list(lines) + + def __repr__(self) -> str: + return f"Lines({self._lines!r})" + + def __iter__(self) -> Iterator["Text"]: + return iter(self._lines) + + @overload + def __getitem__(self, index: int) -> "Text": + ... + + @overload + def __getitem__(self, index: slice) -> List["Text"]: + ... + + def __getitem__(self, index: Union[slice, int]) -> Union["Text", List["Text"]]: + return self._lines[index] + + def __setitem__(self, index: int, value: "Text") -> "Lines": + self._lines[index] = value + return self + + def __len__(self) -> int: + return self._lines.__len__() + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + """Console render method to insert line-breaks.""" + yield from self._lines + + def append(self, line: "Text") -> None: + self._lines.append(line) + + def extend(self, lines: Iterable["Text"]) -> None: + self._lines.extend(lines) + + def pop(self, index: int = -1) -> "Text": + return self._lines.pop(index) + + def justify( + self, + console: "Console", + width: int, + justify: "JustifyMethod" = "left", + overflow: "OverflowMethod" = "fold", + ) -> None: + """Justify and overflow text to a given width. + + Args: + console (Console): Console instance. + width (int): Number of characters per line. + justify (str, optional): Default justify method for text: "left", "center", "full" or "right". Defaults to "left". + overflow (str, optional): Default overflow for text: "crop", "fold", or "ellipsis". Defaults to "fold". + + """ + from .text import Text + + if justify == "left": + for line in self._lines: + line.truncate(width, overflow=overflow, pad=True) + elif justify == "center": + for line in self._lines: + line.rstrip() + line.truncate(width, overflow=overflow) + line.pad_left((width - cell_len(line.plain)) // 2) + line.pad_right(width - cell_len(line.plain)) + elif justify == "right": + for line in self._lines: + line.rstrip() + line.truncate(width, overflow=overflow) + line.pad_left(width - cell_len(line.plain)) + elif justify == "full": + for line_index, line in enumerate(self._lines): + if line_index == len(self._lines) - 1: + break + words = line.split(" ") + words_size = sum(cell_len(word.plain) for word in words) + num_spaces = len(words) - 1 + spaces = [1 for _ in range(num_spaces)] + index = 0 + if spaces: + while words_size + num_spaces < width: + spaces[len(spaces) - index - 1] += 1 + num_spaces += 1 + index = (index + 1) % len(spaces) + tokens: List[Text] = [] + for index, (word, next_word) in enumerate( + zip_longest(words, words[1:]) + ): + tokens.append(word) + if index < len(spaces): + style = word.get_style_at_offset(console, -1) + next_style = next_word.get_style_at_offset(console, 0) + space_style = style if style == next_style else line.style + tokens.append(Text(" " * spaces[index], style=space_style)) + self[line_index] = Text("").join(tokens) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py new file mode 100644 index 0000000..88fcb92 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py @@ -0,0 +1,225 @@ +import sys +import time +from typing import TYPE_CHECKING, Callable, Dict, Iterable, List, Union + +if sys.version_info >= (3, 8): + from typing import Final +else: + from pip._vendor.typing_extensions import Final # pragma: no cover + +from .segment import ControlCode, ControlType, Segment + +if TYPE_CHECKING: + from .console import Console, ConsoleOptions, RenderResult + +STRIP_CONTROL_CODES: Final = [ + 7, # Bell + 8, # Backspace + 11, # Vertical tab + 12, # Form feed + 13, # Carriage return +] +_CONTROL_STRIP_TRANSLATE: Final = { + _codepoint: None for _codepoint in STRIP_CONTROL_CODES +} + +CONTROL_ESCAPE: Final = { + 7: "\\a", + 8: "\\b", + 11: "\\v", + 12: "\\f", + 13: "\\r", +} + +CONTROL_CODES_FORMAT: Dict[int, Callable[..., str]] = { + ControlType.BELL: lambda: "\x07", + ControlType.CARRIAGE_RETURN: lambda: "\r", + ControlType.HOME: lambda: "\x1b[H", + ControlType.CLEAR: lambda: "\x1b[2J", + ControlType.ENABLE_ALT_SCREEN: lambda: "\x1b[?1049h", + ControlType.DISABLE_ALT_SCREEN: lambda: "\x1b[?1049l", + ControlType.SHOW_CURSOR: lambda: "\x1b[?25h", + ControlType.HIDE_CURSOR: lambda: "\x1b[?25l", + ControlType.CURSOR_UP: lambda param: f"\x1b[{param}A", + ControlType.CURSOR_DOWN: lambda param: f"\x1b[{param}B", + ControlType.CURSOR_FORWARD: lambda param: f"\x1b[{param}C", + ControlType.CURSOR_BACKWARD: lambda param: f"\x1b[{param}D", + ControlType.CURSOR_MOVE_TO_COLUMN: lambda param: f"\x1b[{param+1}G", + ControlType.ERASE_IN_LINE: lambda param: f"\x1b[{param}K", + ControlType.CURSOR_MOVE_TO: lambda x, y: f"\x1b[{y+1};{x+1}H", + ControlType.SET_WINDOW_TITLE: lambda title: f"\x1b]0;{title}\x07", +} + + +class Control: + """A renderable that inserts a control code (non printable but may move cursor). + + Args: + *codes (str): Positional arguments are either a :class:`~rich.segment.ControlType` enum or a + tuple of ControlType and an integer parameter + """ + + __slots__ = ["segment"] + + def __init__(self, *codes: Union[ControlType, ControlCode]) -> None: + control_codes: List[ControlCode] = [ + (code,) if isinstance(code, ControlType) else code for code in codes + ] + _format_map = CONTROL_CODES_FORMAT + rendered_codes = "".join( + _format_map[code](*parameters) for code, *parameters in control_codes + ) + self.segment = Segment(rendered_codes, None, control_codes) + + @classmethod + def bell(cls) -> "Control": + """Ring the 'bell'.""" + return cls(ControlType.BELL) + + @classmethod + def home(cls) -> "Control": + """Move cursor to 'home' position.""" + return cls(ControlType.HOME) + + @classmethod + def move(cls, x: int = 0, y: int = 0) -> "Control": + """Move cursor relative to current position. + + Args: + x (int): X offset. + y (int): Y offset. + + Returns: + ~Control: Control object. + + """ + + def get_codes() -> Iterable[ControlCode]: + control = ControlType + if x: + yield ( + control.CURSOR_FORWARD if x > 0 else control.CURSOR_BACKWARD, + abs(x), + ) + if y: + yield ( + control.CURSOR_DOWN if y > 0 else control.CURSOR_UP, + abs(y), + ) + + control = cls(*get_codes()) + return control + + @classmethod + def move_to_column(cls, x: int, y: int = 0) -> "Control": + """Move to the given column, optionally add offset to row. + + Returns: + x (int): absolute x (column) + y (int): optional y offset (row) + + Returns: + ~Control: Control object. + """ + + return ( + cls( + (ControlType.CURSOR_MOVE_TO_COLUMN, x), + ( + ControlType.CURSOR_DOWN if y > 0 else ControlType.CURSOR_UP, + abs(y), + ), + ) + if y + else cls((ControlType.CURSOR_MOVE_TO_COLUMN, x)) + ) + + @classmethod + def move_to(cls, x: int, y: int) -> "Control": + """Move cursor to absolute position. + + Args: + x (int): x offset (column) + y (int): y offset (row) + + Returns: + ~Control: Control object. + """ + return cls((ControlType.CURSOR_MOVE_TO, x, y)) + + @classmethod + def clear(cls) -> "Control": + """Clear the screen.""" + return cls(ControlType.CLEAR) + + @classmethod + def show_cursor(cls, show: bool) -> "Control": + """Show or hide the cursor.""" + return cls(ControlType.SHOW_CURSOR if show else ControlType.HIDE_CURSOR) + + @classmethod + def alt_screen(cls, enable: bool) -> "Control": + """Enable or disable alt screen.""" + if enable: + return cls(ControlType.ENABLE_ALT_SCREEN, ControlType.HOME) + else: + return cls(ControlType.DISABLE_ALT_SCREEN) + + @classmethod + def title(cls, title: str) -> "Control": + """Set the terminal window title + + Args: + title (str): The new terminal window title + """ + return cls((ControlType.SET_WINDOW_TITLE, title)) + + def __str__(self) -> str: + return self.segment.text + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + if self.segment.text: + yield self.segment + + +def strip_control_codes( + text: str, _translate_table: Dict[int, None] = _CONTROL_STRIP_TRANSLATE +) -> str: + """Remove control codes from text. + + Args: + text (str): A string possibly contain control codes. + + Returns: + str: String with control codes removed. + """ + return text.translate(_translate_table) + + +def escape_control_codes( + text: str, + _translate_table: Dict[int, str] = CONTROL_ESCAPE, +) -> str: + """Replace control codes with their "escaped" equivalent in the given text. + (e.g. "\b" becomes "\\b") + + Args: + text (str): A string possibly containing control codes. + + Returns: + str: String with control codes replaced with their escaped version. + """ + return text.translate(_translate_table) + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich.console import Console + + console = Console() + console.print("Look at the title of your terminal window ^") + # console.print(Control((ControlType.SET_WINDOW_TITLE, "Hello, world!"))) + for i in range(10): + console.set_window_title("🚀 Loading" + "." * i) + time.sleep(0.5) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py new file mode 100644 index 0000000..dca3719 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py @@ -0,0 +1,190 @@ +from typing import Dict + +from .style import Style + +DEFAULT_STYLES: Dict[str, Style] = { + "none": Style.null(), + "reset": Style( + color="default", + bgcolor="default", + dim=False, + bold=False, + italic=False, + underline=False, + blink=False, + blink2=False, + reverse=False, + conceal=False, + strike=False, + ), + "dim": Style(dim=True), + "bright": Style(dim=False), + "bold": Style(bold=True), + "strong": Style(bold=True), + "code": Style(reverse=True, bold=True), + "italic": Style(italic=True), + "emphasize": Style(italic=True), + "underline": Style(underline=True), + "blink": Style(blink=True), + "blink2": Style(blink2=True), + "reverse": Style(reverse=True), + "strike": Style(strike=True), + "black": Style(color="black"), + "red": Style(color="red"), + "green": Style(color="green"), + "yellow": Style(color="yellow"), + "magenta": Style(color="magenta"), + "cyan": Style(color="cyan"), + "white": Style(color="white"), + "inspect.attr": Style(color="yellow", italic=True), + "inspect.attr.dunder": Style(color="yellow", italic=True, dim=True), + "inspect.callable": Style(bold=True, color="red"), + "inspect.async_def": Style(italic=True, color="bright_cyan"), + "inspect.def": Style(italic=True, color="bright_cyan"), + "inspect.class": Style(italic=True, color="bright_cyan"), + "inspect.error": Style(bold=True, color="red"), + "inspect.equals": Style(), + "inspect.help": Style(color="cyan"), + "inspect.doc": Style(dim=True), + "inspect.value.border": Style(color="green"), + "live.ellipsis": Style(bold=True, color="red"), + "layout.tree.row": Style(dim=False, color="red"), + "layout.tree.column": Style(dim=False, color="blue"), + "logging.keyword": Style(bold=True, color="yellow"), + "logging.level.notset": Style(dim=True), + "logging.level.debug": Style(color="green"), + "logging.level.info": Style(color="blue"), + "logging.level.warning": Style(color="red"), + "logging.level.error": Style(color="red", bold=True), + "logging.level.critical": Style(color="red", bold=True, reverse=True), + "log.level": Style.null(), + "log.time": Style(color="cyan", dim=True), + "log.message": Style.null(), + "log.path": Style(dim=True), + "repr.ellipsis": Style(color="yellow"), + "repr.indent": Style(color="green", dim=True), + "repr.error": Style(color="red", bold=True), + "repr.str": Style(color="green", italic=False, bold=False), + "repr.brace": Style(bold=True), + "repr.comma": Style(bold=True), + "repr.ipv4": Style(bold=True, color="bright_green"), + "repr.ipv6": Style(bold=True, color="bright_green"), + "repr.eui48": Style(bold=True, color="bright_green"), + "repr.eui64": Style(bold=True, color="bright_green"), + "repr.tag_start": Style(bold=True), + "repr.tag_name": Style(color="bright_magenta", bold=True), + "repr.tag_contents": Style(color="default"), + "repr.tag_end": Style(bold=True), + "repr.attrib_name": Style(color="yellow", italic=False), + "repr.attrib_equal": Style(bold=True), + "repr.attrib_value": Style(color="magenta", italic=False), + "repr.number": Style(color="cyan", bold=True, italic=False), + "repr.number_complex": Style(color="cyan", bold=True, italic=False), # same + "repr.bool_true": Style(color="bright_green", italic=True), + "repr.bool_false": Style(color="bright_red", italic=True), + "repr.none": Style(color="magenta", italic=True), + "repr.url": Style(underline=True, color="bright_blue", italic=False, bold=False), + "repr.uuid": Style(color="bright_yellow", bold=False), + "repr.call": Style(color="magenta", bold=True), + "repr.path": Style(color="magenta"), + "repr.filename": Style(color="bright_magenta"), + "rule.line": Style(color="bright_green"), + "rule.text": Style.null(), + "json.brace": Style(bold=True), + "json.bool_true": Style(color="bright_green", italic=True), + "json.bool_false": Style(color="bright_red", italic=True), + "json.null": Style(color="magenta", italic=True), + "json.number": Style(color="cyan", bold=True, italic=False), + "json.str": Style(color="green", italic=False, bold=False), + "json.key": Style(color="blue", bold=True), + "prompt": Style.null(), + "prompt.choices": Style(color="magenta", bold=True), + "prompt.default": Style(color="cyan", bold=True), + "prompt.invalid": Style(color="red"), + "prompt.invalid.choice": Style(color="red"), + "pretty": Style.null(), + "scope.border": Style(color="blue"), + "scope.key": Style(color="yellow", italic=True), + "scope.key.special": Style(color="yellow", italic=True, dim=True), + "scope.equals": Style(color="red"), + "table.header": Style(bold=True), + "table.footer": Style(bold=True), + "table.cell": Style.null(), + "table.title": Style(italic=True), + "table.caption": Style(italic=True, dim=True), + "traceback.error": Style(color="red", italic=True), + "traceback.border.syntax_error": Style(color="bright_red"), + "traceback.border": Style(color="red"), + "traceback.text": Style.null(), + "traceback.title": Style(color="red", bold=True), + "traceback.exc_type": Style(color="bright_red", bold=True), + "traceback.exc_value": Style.null(), + "traceback.offset": Style(color="bright_red", bold=True), + "bar.back": Style(color="grey23"), + "bar.complete": Style(color="rgb(249,38,114)"), + "bar.finished": Style(color="rgb(114,156,31)"), + "bar.pulse": Style(color="rgb(249,38,114)"), + "progress.description": Style.null(), + "progress.filesize": Style(color="green"), + "progress.filesize.total": Style(color="green"), + "progress.download": Style(color="green"), + "progress.elapsed": Style(color="yellow"), + "progress.percentage": Style(color="magenta"), + "progress.remaining": Style(color="cyan"), + "progress.data.speed": Style(color="red"), + "progress.spinner": Style(color="green"), + "status.spinner": Style(color="green"), + "tree": Style(), + "tree.line": Style(), + "markdown.paragraph": Style(), + "markdown.text": Style(), + "markdown.em": Style(italic=True), + "markdown.emph": Style(italic=True), # For commonmark backwards compatibility + "markdown.strong": Style(bold=True), + "markdown.code": Style(bold=True, color="cyan", bgcolor="black"), + "markdown.code_block": Style(color="cyan", bgcolor="black"), + "markdown.block_quote": Style(color="magenta"), + "markdown.list": Style(color="cyan"), + "markdown.item": Style(), + "markdown.item.bullet": Style(color="yellow", bold=True), + "markdown.item.number": Style(color="yellow", bold=True), + "markdown.hr": Style(color="yellow"), + "markdown.h1.border": Style(), + "markdown.h1": Style(bold=True), + "markdown.h2": Style(bold=True, underline=True), + "markdown.h3": Style(bold=True), + "markdown.h4": Style(bold=True, dim=True), + "markdown.h5": Style(underline=True), + "markdown.h6": Style(italic=True), + "markdown.h7": Style(italic=True, dim=True), + "markdown.link": Style(color="bright_blue"), + "markdown.link_url": Style(color="blue", underline=True), + "markdown.s": Style(strike=True), + "iso8601.date": Style(color="blue"), + "iso8601.time": Style(color="magenta"), + "iso8601.timezone": Style(color="yellow"), +} + + +if __name__ == "__main__": # pragma: no cover + import argparse + import io + + from pip._vendor.rich.console import Console + from pip._vendor.rich.table import Table + from pip._vendor.rich.text import Text + + parser = argparse.ArgumentParser() + parser.add_argument("--html", action="store_true", help="Export as HTML table") + args = parser.parse_args() + html: bool = args.html + console = Console(record=True, width=70, file=io.StringIO()) if html else Console() + + table = Table("Name", "Styling") + + for style_name, style in DEFAULT_STYLES.items(): + table.add_row(Text(style_name, style=style), str(style)) + + console.print(table) + if html: + print(console.export_html(inline_styles=True)) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py new file mode 100644 index 0000000..ad36183 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py @@ -0,0 +1,37 @@ +import os +import platform + +from pip._vendor.rich import inspect +from pip._vendor.rich.console import Console, get_windows_console_features +from pip._vendor.rich.panel import Panel +from pip._vendor.rich.pretty import Pretty + + +def report() -> None: # pragma: no cover + """Print a report to the terminal with debugging information""" + console = Console() + inspect(console) + features = get_windows_console_features() + inspect(features) + + env_names = ( + "TERM", + "COLORTERM", + "CLICOLOR", + "NO_COLOR", + "TERM_PROGRAM", + "COLUMNS", + "LINES", + "JUPYTER_COLUMNS", + "JUPYTER_LINES", + "JPY_PARENT_PID", + "VSCODE_VERBOSE_LOGGING", + ) + env = {name: os.getenv(name) for name in env_names} + console.print(Panel.fit((Pretty(env)), title="[b]Environment Variables")) + + console.print(f'platform="{platform.system()}"') + + +if __name__ == "__main__": # pragma: no cover + report() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py new file mode 100644 index 0000000..791f046 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py @@ -0,0 +1,96 @@ +import sys +from typing import TYPE_CHECKING, Optional, Union + +from .jupyter import JupyterMixin +from .segment import Segment +from .style import Style +from ._emoji_codes import EMOJI +from ._emoji_replace import _emoji_replace + +if sys.version_info >= (3, 8): + from typing import Literal +else: + from pip._vendor.typing_extensions import Literal # pragma: no cover + + +if TYPE_CHECKING: + from .console import Console, ConsoleOptions, RenderResult + + +EmojiVariant = Literal["emoji", "text"] + + +class NoEmoji(Exception): + """No emoji by that name.""" + + +class Emoji(JupyterMixin): + __slots__ = ["name", "style", "_char", "variant"] + + VARIANTS = {"text": "\uFE0E", "emoji": "\uFE0F"} + + def __init__( + self, + name: str, + style: Union[str, Style] = "none", + variant: Optional[EmojiVariant] = None, + ) -> None: + """A single emoji character. + + Args: + name (str): Name of emoji. + style (Union[str, Style], optional): Optional style. Defaults to None. + + Raises: + NoEmoji: If the emoji doesn't exist. + """ + self.name = name + self.style = style + self.variant = variant + try: + self._char = EMOJI[name] + except KeyError: + raise NoEmoji(f"No emoji called {name!r}") + if variant is not None: + self._char += self.VARIANTS.get(variant, "") + + @classmethod + def replace(cls, text: str) -> str: + """Replace emoji markup with corresponding unicode characters. + + Args: + text (str): A string with emojis codes, e.g. "Hello :smiley:!" + + Returns: + str: A string with emoji codes replaces with actual emoji. + """ + return _emoji_replace(text) + + def __repr__(self) -> str: + return f"" + + def __str__(self) -> str: + return self._char + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + yield Segment(self._char, console.get_style(self.style)) + + +if __name__ == "__main__": # pragma: no cover + import sys + + from pip._vendor.rich.columns import Columns + from pip._vendor.rich.console import Console + + console = Console(record=True) + + columns = Columns( + (f":{name}: {name}" for name in sorted(EMOJI.keys()) if "\u200D" not in name), + column_first=True, + ) + + console.print(columns) + if len(sys.argv) > 1: + console.save_html(sys.argv[1]) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py new file mode 100644 index 0000000..0bcbe53 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py @@ -0,0 +1,34 @@ +class ConsoleError(Exception): + """An error in console operation.""" + + +class StyleError(Exception): + """An error in styles.""" + + +class StyleSyntaxError(ConsoleError): + """Style was badly formatted.""" + + +class MissingStyle(StyleError): + """No such style.""" + + +class StyleStackError(ConsoleError): + """Style stack is invalid.""" + + +class NotRenderableError(ConsoleError): + """Object is not renderable.""" + + +class MarkupError(ConsoleError): + """Markup was badly formatted.""" + + +class LiveError(ConsoleError): + """Error related to Live display.""" + + +class NoAltScreen(ConsoleError): + """Alt screen mode was required.""" diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py new file mode 100644 index 0000000..4b0b0da --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py @@ -0,0 +1,57 @@ +import io +from typing import IO, TYPE_CHECKING, Any, List + +from .ansi import AnsiDecoder +from .text import Text + +if TYPE_CHECKING: + from .console import Console + + +class FileProxy(io.TextIOBase): + """Wraps a file (e.g. sys.stdout) and redirects writes to a console.""" + + def __init__(self, console: "Console", file: IO[str]) -> None: + self.__console = console + self.__file = file + self.__buffer: List[str] = [] + self.__ansi_decoder = AnsiDecoder() + + @property + def rich_proxied_file(self) -> IO[str]: + """Get proxied file.""" + return self.__file + + def __getattr__(self, name: str) -> Any: + return getattr(self.__file, name) + + def write(self, text: str) -> int: + if not isinstance(text, str): + raise TypeError(f"write() argument must be str, not {type(text).__name__}") + buffer = self.__buffer + lines: List[str] = [] + while text: + line, new_line, text = text.partition("\n") + if new_line: + lines.append("".join(buffer) + line) + buffer.clear() + else: + buffer.append(line) + break + if lines: + console = self.__console + with console: + output = Text("\n").join( + self.__ansi_decoder.decode_line(line) for line in lines + ) + console.print(output) + return len(text) + + def flush(self) -> None: + output = "".join(self.__buffer) + if output: + self.__console.print(output) + del self.__buffer[:] + + def fileno(self) -> int: + return self.__file.fileno() diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py new file mode 100644 index 0000000..99f118e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py @@ -0,0 +1,89 @@ +# coding: utf-8 +"""Functions for reporting filesizes. Borrowed from https://github.com/PyFilesystem/pyfilesystem2 + +The functions declared in this module should cover the different +use cases needed to generate a string representation of a file size +using several different units. Since there are many standards regarding +file size units, three different functions have been implemented. + +See Also: + * `Wikipedia: Binary prefix `_ + +""" + +__all__ = ["decimal"] + +from typing import Iterable, List, Optional, Tuple + + +def _to_str( + size: int, + suffixes: Iterable[str], + base: int, + *, + precision: Optional[int] = 1, + separator: Optional[str] = " ", +) -> str: + if size == 1: + return "1 byte" + elif size < base: + return "{:,} bytes".format(size) + + for i, suffix in enumerate(suffixes, 2): # noqa: B007 + unit = base**i + if size < unit: + break + return "{:,.{precision}f}{separator}{}".format( + (base * size / unit), + suffix, + precision=precision, + separator=separator, + ) + + +def pick_unit_and_suffix(size: int, suffixes: List[str], base: int) -> Tuple[int, str]: + """Pick a suffix and base for the given size.""" + for i, suffix in enumerate(suffixes): + unit = base**i + if size < unit * base: + break + return unit, suffix + + +def decimal( + size: int, + *, + precision: Optional[int] = 1, + separator: Optional[str] = " ", +) -> str: + """Convert a filesize in to a string (powers of 1000, SI prefixes). + + In this convention, ``1000 B = 1 kB``. + + This is typically the format used to advertise the storage + capacity of USB flash drives and the like (*256 MB* meaning + actually a storage capacity of more than *256 000 000 B*), + or used by **Mac OS X** since v10.6 to report file sizes. + + Arguments: + int (size): A file size. + int (precision): The number of decimal places to include (default = 1). + str (separator): The string to separate the value from the units (default = " "). + + Returns: + `str`: A string containing a abbreviated file size and units. + + Example: + >>> filesize.decimal(30000) + '30.0 kB' + >>> filesize.decimal(30000, precision=2, separator="") + '30.00kB' + + """ + return _to_str( + size, + ("kB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"), + 1000, + precision=precision, + separator=separator, + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py b/.venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py new file mode 100644 index 0000000..c264679 --- /dev/null +++ b/.venv/lib/python3.12/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