From dec7b1fa75d3e8f9bf4be065627d97baba0cc9f7 Mon Sep 17 00:00:00 2001 From: Prash1723 Date: Sat, 18 May 2024 14:03:24 +0530 Subject: [PATCH 1/2] Textualize\Print function --- .awi/bin/Activate.ps1 | 241 + .awi/bin/activate | 66 + .awi/bin/activate.csh | 25 + .awi/bin/activate.fish | 64 + .awi/bin/markdown-it | 8 + .awi/bin/normalizer | 8 + .awi/bin/pip | 8 + .awi/bin/pip3 | 8 + .awi/bin/pip3.10 | 8 + .awi/bin/pip3.9 | 8 + .awi/bin/pygmentize | 8 + .awi/bin/python | 1 + .awi/bin/python3 | 1 + .awi/bin/python3.9 | 1 + .../site-packages/_distutils_hack/__init__.py | 128 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 5121 bytes .../__pycache__/override.cpython-39.pyc | Bin 0 -> 252 bytes .../site-packages/_distutils_hack/override.py | 1 + .../appwrite-1.0.0-py3.9.egg-info/PKG-INFO | 26 + .../appwrite-1.0.0-py3.9.egg-info/SOURCES.txt | 28 + .../dependency_links.txt | 1 + .../installed-files.txt | 43 + .../requires.txt | 1 + .../top_level.txt | 2 + .../site-packages/appwrite/__init__.py | 1 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 194 bytes .../__pycache__/client.cpython-39.pyc | Bin 0 -> 4573 bytes .../__pycache__/exception.cpython-39.pyc | Bin 0 -> 647 bytes .../appwrite/__pycache__/id.cpython-39.pyc | Bin 0 -> 581 bytes .../__pycache__/input_file.cpython-39.pyc | Bin 0 -> 890 bytes .../__pycache__/permission.cpython-39.pyc | Bin 0 -> 1073 bytes .../appwrite/__pycache__/query.cpython-39.pyc | Bin 0 -> 2697 bytes .../appwrite/__pycache__/role.cpython-39.pyc | Bin 0 -> 1337 bytes .../__pycache__/service.cpython-39.pyc | Bin 0 -> 530 bytes .../site-packages/appwrite/client.py | 217 + .../site-packages/appwrite/exception.py | 7 + .../python3.9/site-packages/appwrite/id.py | 8 + .../site-packages/appwrite/input_file.py | 21 + .../site-packages/appwrite/permission.py | 21 + .../python3.9/site-packages/appwrite/query.py | 68 + .../python3.9/site-packages/appwrite/role.py | 34 + .../site-packages/appwrite/service.py | 6 + .../appwrite/services/__init__.py | 1 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 203 bytes .../__pycache__/account.cpython-39.pyc | Bin 0 -> 6680 bytes .../__pycache__/avatars.cpython-39.pyc | Bin 0 -> 3010 bytes .../__pycache__/databases.cpython-39.pyc | Bin 0 -> 13826 bytes .../__pycache__/functions.cpython-39.pyc | Bin 0 -> 8154 bytes .../__pycache__/health.cpython-39.pyc | Bin 0 -> 2788 bytes .../__pycache__/locale.cpython-39.pyc | Bin 0 -> 2196 bytes .../__pycache__/storage.cpython-39.pyc | Bin 0 -> 5821 bytes .../services/__pycache__/teams.cpython-39.pyc | Bin 0 -> 4616 bytes .../services/__pycache__/users.cpython-39.pyc | Bin 0 -> 10206 bytes .../appwrite/services/account.py | 327 + .../appwrite/services/avatars.py | 133 + .../appwrite/services/databases.py | 779 ++ .../appwrite/services/functions.py | 420 + .../site-packages/appwrite/services/health.py | 117 + .../site-packages/appwrite/services/locale.py | 84 + .../appwrite/services/storage.py | 290 + .../site-packages/appwrite/services/teams.py | 233 + .../site-packages/appwrite/services/users.py | 542 ++ .../certifi-2024.2.2.dist-info/INSTALLER | 1 + .../certifi-2024.2.2.dist-info/LICENSE | 20 + .../certifi-2024.2.2.dist-info/METADATA | 66 + .../certifi-2024.2.2.dist-info/RECORD | 14 + .../certifi-2024.2.2.dist-info/WHEEL | 5 + .../certifi-2024.2.2.dist-info/top_level.txt | 1 + .../site-packages/certifi/__init__.py | 4 + .../site-packages/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 306 bytes .../__pycache__/__main__.cpython-39.pyc | Bin 0 -> 442 bytes .../certifi/__pycache__/core.cpython-39.pyc | Bin 0 -> 2132 bytes .../site-packages/certifi/cacert.pem | 4814 +++++++++ .../python3.9/site-packages/certifi/core.py | 114 + .../python3.9/site-packages/certifi/py.typed | 0 .../INSTALLER | 1 + .../LICENSE | 21 + .../METADATA | 683 ++ .../charset_normalizer-3.3.2.dist-info/RECORD | 35 + .../charset_normalizer-3.3.2.dist-info/WHEEL | 6 + .../entry_points.txt | 2 + .../top_level.txt | 1 + .../charset_normalizer/__init__.py | 46 + .../charset_normalizer/__main__.py | 4 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 1602 bytes .../__pycache__/__main__.cpython-39.pyc | Bin 0 -> 280 bytes .../__pycache__/api.cpython-39.pyc | Bin 0 -> 11443 bytes .../__pycache__/cd.cpython-39.pyc | Bin 0 -> 9675 bytes .../__pycache__/constant.cpython-39.pyc | Bin 0 -> 25278 bytes .../__pycache__/legacy.cpython-39.pyc | Bin 0 -> 1854 bytes .../__pycache__/md.cpython-39.pyc | Bin 0 -> 16694 bytes .../__pycache__/models.cpython-39.pyc | Bin 0 -> 11499 bytes .../__pycache__/utils.cpython-39.pyc | Bin 0 -> 9192 bytes .../__pycache__/version.cpython-39.pyc | Bin 0 -> 288 bytes .../site-packages/charset_normalizer/api.py | 626 ++ .../site-packages/charset_normalizer/cd.py | 395 + .../charset_normalizer/cli/__init__.py | 6 + .../charset_normalizer/cli/__main__.py | 296 + .../cli/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 289 bytes .../cli/__pycache__/__main__.cpython-39.pyc | Bin 0 -> 6505 bytes .../charset_normalizer/constant.py | 1995 ++++ .../charset_normalizer/legacy.py | 54 + .../md.cpython-39-x86_64-linux-gnu.so | Bin 0 -> 16064 bytes .../site-packages/charset_normalizer/md.py | 615 ++ .../md__mypyc.cpython-39-x86_64-linux-gnu.so | Bin 0 -> 268816 bytes .../charset_normalizer/models.py | 340 + .../site-packages/charset_normalizer/py.typed | 0 .../site-packages/charset_normalizer/utils.py | 421 + .../charset_normalizer/version.py | 6 + .../site-packages/distutils-precedence.pth | 1 + .../idna-3.7.dist-info/INSTALLER | 1 + .../idna-3.7.dist-info/LICENSE.md | 31 + .../site-packages/idna-3.7.dist-info/METADATA | 243 + .../site-packages/idna-3.7.dist-info/RECORD | 22 + .../site-packages/idna-3.7.dist-info/WHEEL | 4 + .../python3.9/site-packages/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 849 bytes .../idna/__pycache__/codec.cpython-39.pyc | Bin 0 -> 3317 bytes .../idna/__pycache__/compat.cpython-39.pyc | Bin 0 -> 768 bytes .../idna/__pycache__/core.cpython-39.pyc | Bin 0 -> 9698 bytes .../idna/__pycache__/idnadata.cpython-39.pyc | Bin 0 -> 42094 bytes .../idna/__pycache__/intranges.cpython-39.pyc | Bin 0 -> 1999 bytes .../__pycache__/package_data.cpython-39.pyc | Bin 0 -> 213 bytes .../idna/__pycache__/uts46data.cpython-39.pyc | Bin 0 -> 153186 bytes .../lib/python3.9/site-packages/idna/codec.py | 118 + .../python3.9/site-packages/idna/compat.py | 13 + .awi/lib/python3.9/site-packages/idna/core.py | 395 + .../python3.9/site-packages/idna/idnadata.py | 4245 ++++++++ .../python3.9/site-packages/idna/intranges.py | 54 + .../site-packages/idna/package_data.py | 2 + .../lib/python3.9/site-packages/idna/py.typed | 0 .../python3.9/site-packages/idna/uts46data.py | 8598 ++++++++++++++++ .../site-packages/markdown_it/__init__.py | 5 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 322 bytes .../__pycache__/_compat.cpython-39.pyc | Bin 0 -> 473 bytes .../__pycache__/_punycode.cpython-39.pyc | Bin 0 -> 1796 bytes .../__pycache__/main.cpython-39.pyc | Bin 0 -> 12860 bytes .../__pycache__/parser_block.cpython-39.pyc | Bin 0 -> 2687 bytes .../__pycache__/parser_core.cpython-39.pyc | Bin 0 -> 1488 bytes .../__pycache__/parser_inline.cpython-39.pyc | Bin 0 -> 3136 bytes .../__pycache__/renderer.cpython-39.pyc | Bin 0 -> 7747 bytes .../__pycache__/ruler.cpython-39.pyc | Bin 0 -> 9130 bytes .../__pycache__/token.cpython-39.pyc | Bin 0 -> 6041 bytes .../__pycache__/tree.cpython-39.pyc | Bin 0 -> 11079 bytes .../__pycache__/utils.cpython-39.pyc | Bin 0 -> 6021 bytes .../site-packages/markdown_it/_compat.py | 11 + .../site-packages/markdown_it/_punycode.py | 67 + .../site-packages/markdown_it/cli/__init__.py | 0 .../cli/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 201 bytes .../cli/__pycache__/parse.cpython-39.pyc | Bin 0 -> 3236 bytes .../site-packages/markdown_it/cli/parse.py | 109 + .../markdown_it/common/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 204 bytes .../__pycache__/entities.cpython-39.pyc | Bin 0 -> 476 bytes .../__pycache__/html_blocks.cpython-39.pyc | Bin 0 -> 778 bytes .../common/__pycache__/html_re.cpython-39.pyc | Bin 0 -> 1015 bytes .../__pycache__/normalize_url.cpython-39.pyc | Bin 0 -> 2206 bytes .../common/__pycache__/utils.cpython-39.pyc | Bin 0 -> 7986 bytes .../markdown_it/common/entities.py | 4 + .../markdown_it/common/html_blocks.py | 68 + .../markdown_it/common/html_re.py | 40 + .../markdown_it/common/normalize_url.py | 81 + .../site-packages/markdown_it/common/utils.py | 318 + .../markdown_it/helpers/__init__.py | 6 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 459 bytes .../parse_link_destination.cpython-39.pyc | Bin 0 -> 1525 bytes .../parse_link_label.cpython-39.pyc | Bin 0 -> 915 bytes .../parse_link_title.cpython-39.pyc | Bin 0 -> 1428 bytes .../helpers/parse_link_destination.py | 86 + .../markdown_it/helpers/parse_link_label.py | 43 + .../markdown_it/helpers/parse_link_title.py | 60 + .../site-packages/markdown_it/main.py | 355 + .../site-packages/markdown_it/parser_block.py | 111 + .../site-packages/markdown_it/parser_core.py | 45 + .../markdown_it/parser_inline.py | 147 + .../site-packages/markdown_it/port.yaml | 48 + .../markdown_it/presets/__init__.py | 28 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 1249 bytes .../__pycache__/commonmark.cpython-39.pyc | Bin 0 -> 1090 bytes .../__pycache__/default.cpython-39.pyc | Bin 0 -> 631 bytes .../presets/__pycache__/zero.cpython-39.pyc | Bin 0 -> 865 bytes .../markdown_it/presets/commonmark.py | 74 + .../markdown_it/presets/default.py | 35 + .../site-packages/markdown_it/presets/zero.py | 43 + .../site-packages/markdown_it/py.typed | 1 + .../site-packages/markdown_it/renderer.py | 336 + .../site-packages/markdown_it/ruler.py | 276 + .../markdown_it/rules_block/__init__.py | 27 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 670 bytes .../__pycache__/blockquote.cpython-39.pyc | Bin 0 -> 3128 bytes .../__pycache__/code.cpython-39.pyc | Bin 0 -> 913 bytes .../__pycache__/fence.cpython-39.pyc | Bin 0 -> 1423 bytes .../__pycache__/heading.cpython-39.pyc | Bin 0 -> 1507 bytes .../rules_block/__pycache__/hr.cpython-39.pyc | Bin 0 -> 1138 bytes .../__pycache__/html_block.cpython-39.pyc | Bin 0 -> 1928 bytes .../__pycache__/lheading.cpython-39.pyc | Bin 0 -> 1560 bytes .../__pycache__/list.cpython-39.pyc | Bin 0 -> 4072 bytes .../__pycache__/paragraph.cpython-39.pyc | Bin 0 -> 1247 bytes .../__pycache__/reference.cpython-39.pyc | Bin 0 -> 2921 bytes .../__pycache__/state_block.cpython-39.pyc | Bin 0 -> 5664 bytes .../__pycache__/table.cpython-39.pyc | Bin 0 -> 3669 bytes .../markdown_it/rules_block/blockquote.py | 299 + .../markdown_it/rules_block/code.py | 35 + .../markdown_it/rules_block/fence.py | 101 + .../markdown_it/rules_block/heading.py | 68 + .../markdown_it/rules_block/hr.py | 55 + .../markdown_it/rules_block/html_block.py | 90 + .../markdown_it/rules_block/lheading.py | 86 + .../markdown_it/rules_block/list.py | 345 + .../markdown_it/rules_block/paragraph.py | 65 + .../markdown_it/rules_block/reference.py | 215 + .../markdown_it/rules_block/state_block.py | 261 + .../markdown_it/rules_block/table.py | 236 + .../markdown_it/rules_core/__init__.py | 19 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 538 bytes .../__pycache__/block.cpython-39.pyc | Bin 0 -> 617 bytes .../__pycache__/inline.cpython-39.pyc | Bin 0 -> 530 bytes .../__pycache__/linkify.cpython-39.pyc | Bin 0 -> 2646 bytes .../__pycache__/normalize.cpython-39.pyc | Bin 0 -> 584 bytes .../__pycache__/replacements.cpython-39.pyc | Bin 0 -> 2719 bytes .../__pycache__/smartquotes.cpython-39.pyc | Bin 0 -> 3278 bytes .../__pycache__/state_core.cpython-39.pyc | Bin 0 -> 931 bytes .../__pycache__/text_join.cpython-39.pyc | Bin 0 -> 1103 bytes .../markdown_it/rules_core/block.py | 13 + .../markdown_it/rules_core/inline.py | 10 + .../markdown_it/rules_core/linkify.py | 149 + .../markdown_it/rules_core/normalize.py | 18 + .../markdown_it/rules_core/replacements.py | 126 + .../markdown_it/rules_core/smartquotes.py | 202 + .../markdown_it/rules_core/state_core.py | 25 + .../markdown_it/rules_core/text_join.py | 34 + .../markdown_it/rules_inline/__init__.py | 31 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 799 bytes .../__pycache__/autolink.cpython-39.pyc | Bin 0 -> 1475 bytes .../__pycache__/backticks.cpython-39.pyc | Bin 0 -> 1269 bytes .../__pycache__/balance_pairs.cpython-39.pyc | Bin 0 -> 1885 bytes .../__pycache__/emphasis.cpython-39.pyc | Bin 0 -> 2103 bytes .../__pycache__/entity.cpython-39.pyc | Bin 0 -> 1309 bytes .../__pycache__/escape.cpython-39.pyc | Bin 0 -> 1260 bytes .../__pycache__/fragments_join.cpython-39.pyc | Bin 0 -> 1218 bytes .../__pycache__/html_inline.cpython-39.pyc | Bin 0 -> 1178 bytes .../__pycache__/image.cpython-39.pyc | Bin 0 -> 2028 bytes .../__pycache__/link.cpython-39.pyc | Bin 0 -> 1934 bytes .../__pycache__/linkify.cpython-39.pyc | Bin 0 -> 1456 bytes .../__pycache__/newline.cpython-39.pyc | Bin 0 -> 941 bytes .../__pycache__/state_inline.cpython-39.pyc | Bin 0 -> 3876 bytes .../__pycache__/strikethrough.cpython-39.pyc | Bin 0 -> 2230 bytes .../__pycache__/text.cpython-39.pyc | Bin 0 -> 661 bytes .../markdown_it/rules_inline/autolink.py | 77 + .../markdown_it/rules_inline/backticks.py | 72 + .../markdown_it/rules_inline/balance_pairs.py | 137 + .../markdown_it/rules_inline/emphasis.py | 102 + .../markdown_it/rules_inline/entity.py | 53 + .../markdown_it/rules_inline/escape.py | 92 + .../rules_inline/fragments_join.py | 43 + .../markdown_it/rules_inline/html_inline.py | 43 + .../markdown_it/rules_inline/image.py | 148 + .../markdown_it/rules_inline/link.py | 151 + .../markdown_it/rules_inline/linkify.py | 61 + .../markdown_it/rules_inline/newline.py | 43 + .../markdown_it/rules_inline/state_inline.py | 166 + .../markdown_it/rules_inline/strikethrough.py | 127 + .../markdown_it/rules_inline/text.py | 53 + .../site-packages/markdown_it/token.py | 180 + .../site-packages/markdown_it/tree.py | 345 + .../site-packages/markdown_it/utils.py | 176 + .../markdown_it_py-3.0.0.dist-info/INSTALLER | 1 + .../markdown_it_py-3.0.0.dist-info/LICENSE | 21 + .../LICENSE.markdown-it | 22 + .../markdown_it_py-3.0.0.dist-info/METADATA | 205 + .../markdown_it_py-3.0.0.dist-info/RECORD | 142 + .../markdown_it_py-3.0.0.dist-info/WHEEL | 4 + .../entry_points.txt | 3 + .../mdurl-0.1.2.dist-info/INSTALLER | 1 + .../mdurl-0.1.2.dist-info/LICENSE | 46 + .../mdurl-0.1.2.dist-info/METADATA | 32 + .../mdurl-0.1.2.dist-info/RECORD | 18 + .../site-packages/mdurl-0.1.2.dist-info/WHEEL | 4 + .../python3.9/site-packages/mdurl/__init__.py | 18 + .../mdurl/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 630 bytes .../mdurl/__pycache__/_decode.cpython-39.pyc | Bin 0 -> 2279 bytes .../mdurl/__pycache__/_encode.cpython-39.pyc | Bin 0 -> 1898 bytes .../mdurl/__pycache__/_format.cpython-39.pyc | Bin 0 -> 746 bytes .../mdurl/__pycache__/_parse.cpython-39.pyc | Bin 0 -> 4048 bytes .../mdurl/__pycache__/_url.cpython-39.pyc | Bin 0 -> 606 bytes .../python3.9/site-packages/mdurl/_decode.py | 104 + .../python3.9/site-packages/mdurl/_encode.py | 85 + .../python3.9/site-packages/mdurl/_format.py | 27 + .../python3.9/site-packages/mdurl/_parse.py | 304 + .../lib/python3.9/site-packages/mdurl/_url.py | 14 + .../python3.9/site-packages/mdurl/py.typed | 1 + .../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 | 1025 ++ .../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.9/site-packages/pip/__init__.py | 13 + .../python3.9/site-packages/pip/__main__.py | 24 + .../site-packages/pip/__pip-runner__.py | 50 + .../pip/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 643 bytes .../pip/__pycache__/__main__.cpython-39.pyc | Bin 0 -> 473 bytes .../__pycache__/__pip-runner__.cpython-39.pyc | Bin 0 -> 1635 bytes .../site-packages/pip/_internal/__init__.py | 18 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 707 bytes .../__pycache__/build_env.cpython-39.pyc | Bin 0 -> 9654 bytes .../__pycache__/cache.cpython-39.pyc | Bin 0 -> 9003 bytes .../__pycache__/configuration.cpython-39.pyc | Bin 0 -> 11699 bytes .../__pycache__/exceptions.cpython-39.pyc | Bin 0 -> 25639 bytes .../_internal/__pycache__/main.cpython-39.pyc | Bin 0 -> 631 bytes .../__pycache__/pyproject.cpython-39.pyc | Bin 0 -> 3663 bytes .../self_outdated_check.cpython-39.pyc | Bin 0 -> 6935 bytes .../__pycache__/wheel_builder.cpython-39.pyc | Bin 0 -> 8677 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-39.pyc | Bin 0 -> 286 bytes .../__pycache__/autocompletion.cpython-39.pyc | Bin 0 -> 5364 bytes .../__pycache__/base_command.cpython-39.pyc | Bin 0 -> 6534 bytes .../cli/__pycache__/cmdoptions.cpython-39.pyc | Bin 0 -> 23640 bytes .../command_context.cpython-39.pyc | Bin 0 -> 1307 bytes .../cli/__pycache__/main.cpython-39.pyc | Bin 0 -> 1512 bytes .../__pycache__/main_parser.cpython-39.pyc | Bin 0 -> 3029 bytes .../cli/__pycache__/parser.cpython-39.pyc | Bin 0 -> 9929 bytes .../__pycache__/progress_bars.cpython-39.pyc | Bin 0 -> 1900 bytes .../__pycache__/req_command.cpython-39.pyc | Bin 0 -> 13096 bytes .../cli/__pycache__/spinners.cpython-39.pyc | Bin 0 -> 4972 bytes .../__pycache__/status_codes.cpython-39.pyc | Bin 0 -> 365 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-39.pyc | Bin 0 -> 3173 bytes .../commands/__pycache__/cache.cpython-39.pyc | Bin 0 -> 6430 bytes .../commands/__pycache__/check.cpython-39.pyc | Bin 0 -> 1640 bytes .../__pycache__/completion.cpython-39.pyc | Bin 0 -> 4334 bytes .../__pycache__/configuration.cpython-39.pyc | Bin 0 -> 8960 bytes .../commands/__pycache__/debug.cpython-39.pyc | Bin 0 -> 6880 bytes .../__pycache__/download.cpython-39.pyc | Bin 0 -> 4260 bytes .../__pycache__/freeze.cpython-39.pyc | Bin 0 -> 2986 bytes .../commands/__pycache__/hash.cpython-39.pyc | Bin 0 -> 2145 bytes .../commands/__pycache__/help.cpython-39.pyc | Bin 0 -> 1317 bytes .../commands/__pycache__/index.cpython-39.pyc | Bin 0 -> 4561 bytes .../__pycache__/inspect.cpython-39.pyc | Bin 0 -> 2985 bytes .../__pycache__/install.cpython-39.pyc | Bin 0 -> 17628 bytes .../commands/__pycache__/list.cpython-39.pyc | Bin 0 -> 10277 bytes .../__pycache__/search.cpython-39.pyc | Bin 0 -> 5335 bytes .../commands/__pycache__/show.cpython-39.pyc | Bin 0 -> 6408 bytes .../__pycache__/uninstall.cpython-39.pyc | Bin 0 -> 3339 bytes .../commands/__pycache__/wheel.cpython-39.pyc | Bin 0 -> 5001 bytes .../pip/_internal/commands/cache.py | 225 + .../pip/_internal/commands/check.py | 54 + .../pip/_internal/commands/completion.py | 130 + .../pip/_internal/commands/configuration.py | 280 + .../pip/_internal/commands/debug.py | 201 + .../pip/_internal/commands/download.py | 147 + .../pip/_internal/commands/freeze.py | 108 + .../pip/_internal/commands/hash.py | 59 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/index.py | 139 + .../pip/_internal/commands/inspect.py | 92 + .../pip/_internal/commands/install.py | 774 ++ .../pip/_internal/commands/list.py | 368 + .../pip/_internal/commands/search.py | 174 + .../pip/_internal/commands/show.py | 189 + .../pip/_internal/commands/uninstall.py | 113 + .../pip/_internal/commands/wheel.py | 183 + .../pip/_internal/configuration.py | 383 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 809 bytes .../__pycache__/base.cpython-39.pyc | Bin 0 -> 2518 bytes .../__pycache__/installed.cpython-39.pyc | Bin 0 -> 1494 bytes .../__pycache__/sdist.cpython-39.pyc | Bin 0 -> 5413 bytes .../__pycache__/wheel.cpython-39.pyc | Bin 0 -> 1859 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 + .../index/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 240 bytes .../__pycache__/collector.cpython-39.pyc | Bin 0 -> 15301 bytes .../__pycache__/package_finder.cpython-39.pyc | Bin 0 -> 29426 bytes .../index/__pycache__/sources.cpython-39.pyc | Bin 0 -> 9015 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-39.pyc | Bin 0 -> 11066 bytes .../__pycache__/_distutils.cpython-39.pyc | Bin 0 -> 4606 bytes .../__pycache__/_sysconfig.cpython-39.pyc | Bin 0 -> 6015 bytes .../locations/__pycache__/base.cpython-39.pyc | Bin 0 -> 2417 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-39.pyc | Bin 0 -> 4840 bytes .../metadata/__pycache__/_json.cpython-39.pyc | Bin 0 -> 2197 bytes .../metadata/__pycache__/base.cpython-39.pyc | Bin 0 -> 27685 bytes .../__pycache__/pkg_resources.cpython-39.pyc | Bin 0 -> 10682 bytes .../pip/_internal/metadata/_json.py | 84 + .../pip/_internal/metadata/base.py | 702 ++ .../_internal/metadata/importlib/__init__.py | 6 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 361 bytes .../__pycache__/_compat.cpython-39.pyc | Bin 0 -> 2777 bytes .../__pycache__/_dists.cpython-39.pyc | Bin 0 -> 9044 bytes .../__pycache__/_envs.cpython-39.pyc | Bin 0 -> 7681 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-39.pyc | Bin 0 -> 274 bytes .../__pycache__/candidate.cpython-39.pyc | Bin 0 -> 1453 bytes .../__pycache__/direct_url.cpython-39.pyc | Bin 0 -> 7676 bytes .../__pycache__/format_control.cpython-39.pyc | Bin 0 -> 2722 bytes .../models/__pycache__/index.cpython-39.pyc | Bin 0 -> 1244 bytes .../installation_report.cpython-39.pyc | Bin 0 -> 1767 bytes .../models/__pycache__/link.cpython-39.pyc | Bin 0 -> 18089 bytes .../models/__pycache__/scheme.cpython-39.pyc | Bin 0 -> 1020 bytes .../__pycache__/search_scope.cpython-39.pyc | Bin 0 -> 3535 bytes .../selection_prefs.cpython-39.pyc | Bin 0 -> 1676 bytes .../__pycache__/target_python.cpython-39.pyc | Bin 0 -> 3788 bytes .../models/__pycache__/wheel.cpython-39.pyc | Bin 0 -> 4457 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-39.pyc | Bin 0 -> 262 bytes .../network/__pycache__/auth.cpython-39.pyc | Bin 0 -> 14402 bytes .../network/__pycache__/cache.cpython-39.pyc | Bin 0 -> 4584 bytes .../__pycache__/download.cpython-39.pyc | Bin 0 -> 5555 bytes .../__pycache__/lazy_wheel.cpython-39.pyc | Bin 0 -> 8407 bytes .../__pycache__/session.cpython-39.pyc | Bin 0 -> 12542 bytes .../network/__pycache__/utils.cpython-39.pyc | Bin 0 -> 1447 bytes .../network/__pycache__/xmlrpc.cpython-39.pyc | Bin 0 -> 2104 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-39.pyc | Bin 0 -> 210 bytes .../__pycache__/check.cpython-39.pyc | Bin 0 -> 5203 bytes .../__pycache__/freeze.cpython-39.pyc | Bin 0 -> 6179 bytes .../__pycache__/prepare.cpython-39.pyc | Bin 0 -> 15544 bytes .../_internal/operations/build/__init__.py | 0 .../build/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 216 bytes .../__pycache__/build_tracker.cpython-39.pyc | Bin 0 -> 5012 bytes .../build/__pycache__/metadata.cpython-39.pyc | Bin 0 -> 1433 bytes .../metadata_editable.cpython-39.pyc | Bin 0 -> 1467 bytes .../metadata_legacy.cpython-39.pyc | Bin 0 -> 2337 bytes .../build/__pycache__/wheel.cpython-39.pyc | Bin 0 -> 1217 bytes .../__pycache__/wheel_editable.cpython-39.pyc | Bin 0 -> 1433 bytes .../__pycache__/wheel_legacy.cpython-39.pyc | Bin 0 -> 2734 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-39.pyc | Bin 0 -> 274 bytes .../editable_legacy.cpython-39.pyc | Bin 0 -> 1441 bytes .../install/__pycache__/wheel.cpython-39.pyc | Bin 0 -> 21196 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-39.pyc | Bin 0 -> 2542 bytes .../__pycache__/constructors.cpython-39.pyc | Bin 0 -> 14143 bytes .../req/__pycache__/req_file.cpython-39.pyc | Bin 0 -> 13905 bytes .../__pycache__/req_install.cpython-39.pyc | Bin 0 -> 24476 bytes .../req/__pycache__/req_set.cpython-39.pyc | Bin 0 -> 5253 bytes .../__pycache__/req_uninstall.cpython-39.pyc | Bin 0 -> 19118 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-39.pyc | Bin 0 -> 210 bytes .../__pycache__/base.cpython-39.pyc | Bin 0 -> 1067 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 217 bytes .../__pycache__/resolver.cpython-39.pyc | Bin 0 -> 14826 bytes .../_internal/resolution/legacy/resolver.py | 598 ++ .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 221 bytes .../__pycache__/base.cpython-39.pyc | Bin 0 -> 6434 bytes .../__pycache__/candidates.cpython-39.pyc | Bin 0 -> 20658 bytes .../__pycache__/factory.cpython-39.pyc | Bin 0 -> 21283 bytes .../found_candidates.cpython-39.pyc | Bin 0 -> 4852 bytes .../__pycache__/provider.cpython-39.pyc | Bin 0 -> 7869 bytes .../__pycache__/reporter.cpython-39.pyc | Bin 0 -> 3815 bytes .../__pycache__/requirements.cpython-39.pyc | Bin 0 -> 8348 bytes .../__pycache__/resolver.cpython-39.pyc | Bin 0 -> 8721 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 .../utils/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 205 bytes .../__pycache__/_jaraco_text.cpython-39.pyc | Bin 0 -> 3843 bytes .../utils/__pycache__/_log.cpython-39.pyc | Bin 0 -> 1530 bytes .../utils/__pycache__/appdirs.cpython-39.pyc | Bin 0 -> 1636 bytes .../utils/__pycache__/compat.cpython-39.pyc | Bin 0 -> 1524 bytes .../compatibility_tags.cpython-39.pyc | Bin 0 -> 4076 bytes .../utils/__pycache__/datetime.cpython-39.pyc | Bin 0 -> 524 bytes .../__pycache__/deprecation.cpython-39.pyc | Bin 0 -> 3262 bytes .../direct_url_helpers.cpython-39.pyc | Bin 0 -> 2095 bytes .../utils/__pycache__/egg_link.cpython-39.pyc | Bin 0 -> 2412 bytes .../utils/__pycache__/encoding.cpython-39.pyc | Bin 0 -> 1314 bytes .../__pycache__/entrypoints.cpython-39.pyc | Bin 0 -> 2712 bytes .../__pycache__/filesystem.cpython-39.pyc | Bin 0 -> 4471 bytes .../__pycache__/filetypes.cpython-39.pyc | Bin 0 -> 955 bytes .../utils/__pycache__/glibc.cpython-39.pyc | Bin 0 -> 1728 bytes .../utils/__pycache__/hashes.cpython-39.pyc | Bin 0 -> 5483 bytes .../utils/__pycache__/logging.cpython-39.pyc | Bin 0 -> 9650 bytes .../utils/__pycache__/misc.cpython-39.pyc | Bin 0 -> 23441 bytes .../utils/__pycache__/models.cpython-39.pyc | Bin 0 -> 2073 bytes .../__pycache__/packaging.cpython-39.pyc | Bin 0 -> 2093 bytes .../setuptools_build.cpython-39.pyc | Bin 0 -> 3810 bytes .../__pycache__/subprocess.cpython-39.pyc | Bin 0 -> 5717 bytes .../utils/__pycache__/temp_dir.cpython-39.pyc | Bin 0 -> 8272 bytes .../__pycache__/unpacking.cpython-39.pyc | Bin 0 -> 6736 bytes .../utils/__pycache__/urls.cpython-39.pyc | Bin 0 -> 1609 bytes .../__pycache__/virtualenv.cpython-39.pyc | Bin 0 -> 3299 bytes .../utils/__pycache__/wheel.cpython-39.pyc | Bin 0 -> 4476 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-39.pyc | Bin 0 -> 528 bytes .../vcs/__pycache__/bazaar.cpython-39.pyc | Bin 0 -> 3506 bytes .../vcs/__pycache__/git.cpython-39.pyc | Bin 0 -> 12440 bytes .../vcs/__pycache__/mercurial.cpython-39.pyc | Bin 0 -> 5086 bytes .../vcs/__pycache__/subversion.cpython-39.pyc | Bin 0 -> 8493 bytes .../__pycache__/versioncontrol.cpython-39.pyc | Bin 0 -> 21172 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-39.pyc | Bin 0 -> 3153 bytes .../_vendor/__pycache__/six.cpython-39.pyc | Bin 0 -> 27522 bytes .../typing_extensions.cpython-39.pyc | Bin 0 -> 90259 bytes .../pip/_vendor/cachecontrol/__init__.py | 28 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 776 bytes .../__pycache__/_cmd.cpython-39.pyc | Bin 0 -> 1819 bytes .../__pycache__/adapter.cpython-39.pyc | Bin 0 -> 4236 bytes .../__pycache__/cache.cpython-39.pyc | Bin 0 -> 3203 bytes .../__pycache__/controller.cpython-39.pyc | Bin 0 -> 9958 bytes .../__pycache__/filewrapper.cpython-39.pyc | Bin 0 -> 3158 bytes .../__pycache__/heuristics.cpython-39.pyc | Bin 0 -> 5268 bytes .../__pycache__/serialize.cpython-39.pyc | Bin 0 -> 4059 bytes .../__pycache__/wrapper.cpython-39.pyc | Bin 0 -> 1396 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-39.pyc | Bin 0 -> 439 bytes .../__pycache__/file_cache.cpython-39.pyc | Bin 0 -> 5335 bytes .../__pycache__/redis_cache.cpython-39.pyc | Bin 0 -> 1986 bytes .../_vendor/cachecontrol/caches/file_cache.py | 181 + .../cachecontrol/caches/redis_cache.py | 48 + .../pip/_vendor/cachecontrol/controller.py | 494 + .../pip/_vendor/cachecontrol/filewrapper.py | 119 + .../pip/_vendor/cachecontrol/heuristics.py | 154 + .../pip/_vendor/cachecontrol/py.typed | 0 .../pip/_vendor/cachecontrol/serialize.py | 206 + .../pip/_vendor/cachecontrol/wrapper.py | 43 + .../pip/_vendor/certifi/__init__.py | 4 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 318 bytes .../__pycache__/__main__.cpython-39.pyc | Bin 0 -> 466 bytes .../certifi/__pycache__/core.cpython-39.pyc | Bin 0 -> 1937 bytes .../pip/_vendor/certifi/cacert.pem | 4635 +++++++++ .../site-packages/pip/_vendor/certifi/core.py | 108 + .../pip/_vendor/certifi/py.typed | 0 .../pip/_vendor/chardet/__init__.py | 115 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 3171 bytes .../__pycache__/big5freq.cpython-39.pyc | Bin 0 -> 27192 bytes .../__pycache__/big5prober.cpython-39.pyc | Bin 0 -> 1172 bytes .../chardistribution.cpython-39.pyc | Bin 0 -> 7213 bytes .../charsetgroupprober.cpython-39.pyc | Bin 0 -> 2481 bytes .../__pycache__/charsetprober.cpython-39.pyc | Bin 0 -> 3864 bytes .../codingstatemachine.cpython-39.pyc | Bin 0 -> 3096 bytes .../codingstatemachinedict.cpython-39.pyc | Bin 0 -> 705 bytes .../__pycache__/cp949prober.cpython-39.pyc | Bin 0 -> 1179 bytes .../chardet/__pycache__/enums.cpython-39.pyc | Bin 0 -> 2736 bytes .../__pycache__/escprober.cpython-39.pyc | Bin 0 -> 2836 bytes .../chardet/__pycache__/escsm.cpython-39.pyc | Bin 0 -> 7235 bytes .../__pycache__/eucjpprober.cpython-39.pyc | Bin 0 -> 2635 bytes .../__pycache__/euckrfreq.cpython-39.pyc | Bin 0 -> 12076 bytes .../__pycache__/euckrprober.cpython-39.pyc | Bin 0 -> 1180 bytes .../__pycache__/euctwfreq.cpython-39.pyc | Bin 0 -> 27196 bytes .../__pycache__/euctwprober.cpython-39.pyc | Bin 0 -> 1180 bytes .../__pycache__/gb2312freq.cpython-39.pyc | Bin 0 -> 19120 bytes .../__pycache__/gb2312prober.cpython-39.pyc | Bin 0 -> 1188 bytes .../__pycache__/hebrewprober.cpython-39.pyc | Bin 0 -> 3436 bytes .../__pycache__/jisfreq.cpython-39.pyc | Bin 0 -> 22148 bytes .../__pycache__/johabfreq.cpython-39.pyc | Bin 0 -> 37375 bytes .../__pycache__/johabprober.cpython-39.pyc | Bin 0 -> 1179 bytes .../chardet/__pycache__/jpcntx.cpython-39.pyc | Bin 0 -> 37967 bytes .../langbulgarianmodel.cpython-39.pyc | Bin 0 -> 21827 bytes .../__pycache__/langgreekmodel.cpython-39.pyc | Bin 0 -> 20503 bytes .../langhebrewmodel.cpython-39.pyc | Bin 0 -> 20569 bytes .../langhungarianmodel.cpython-39.pyc | Bin 0 -> 21772 bytes .../langrussianmodel.cpython-39.pyc | Bin 0 -> 26383 bytes .../__pycache__/langthaimodel.cpython-39.pyc | Bin 0 -> 20745 bytes .../langturkishmodel.cpython-39.pyc | Bin 0 -> 20585 bytes .../__pycache__/latin1prober.cpython-39.pyc | Bin 0 -> 3109 bytes .../__pycache__/macromanprober.cpython-39.pyc | Bin 0 -> 3250 bytes .../mbcharsetprober.cpython-39.pyc | Bin 0 -> 2338 bytes .../mbcsgroupprober.cpython-39.pyc | Bin 0 -> 1272 bytes .../chardet/__pycache__/mbcssm.cpython-39.pyc | Bin 0 -> 17615 bytes .../__pycache__/resultdict.cpython-39.pyc | Bin 0 -> 585 bytes .../sbcharsetprober.cpython-39.pyc | Bin 0 -> 3715 bytes .../sbcsgroupprober.cpython-39.pyc | Bin 0 -> 1749 bytes .../__pycache__/sjisprober.cpython-39.pyc | Bin 0 -> 2667 bytes .../universaldetector.cpython-39.pyc | Bin 0 -> 7164 bytes .../__pycache__/utf1632prober.cpython-39.pyc | Bin 0 -> 6271 bytes .../__pycache__/utf8prober.cpython-39.pyc | Bin 0 -> 2131 bytes .../__pycache__/version.cpython-39.pyc | Bin 0 -> 454 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-39.pyc | Bin 0 -> 209 bytes .../cli/__pycache__/chardetect.cpython-39.pyc | Bin 0 -> 3026 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-39.pyc | Bin 0 -> 214 bytes .../__pycache__/languages.cpython-39.pyc | Bin 0 -> 8123 bytes .../pip/_vendor/chardet/metadata/languages.py | 352 + .../pip/_vendor/chardet/py.typed | 0 .../pip/_vendor/chardet/resultdict.py | 16 + .../pip/_vendor/chardet/sbcharsetprober.py | 162 + .../pip/_vendor/chardet/sbcsgroupprober.py | 88 + .../pip/_vendor/chardet/sjisprober.py | 105 + .../pip/_vendor/chardet/universaldetector.py | 362 + .../pip/_vendor/chardet/utf1632prober.py | 225 + .../pip/_vendor/chardet/utf8prober.py | 82 + .../pip/_vendor/chardet/version.py | 9 + .../pip/_vendor/colorama/__init__.py | 7 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 492 bytes .../colorama/__pycache__/ansi.cpython-39.pyc | Bin 0 -> 3242 bytes .../__pycache__/ansitowin32.cpython-39.pyc | Bin 0 -> 8320 bytes .../__pycache__/initialise.cpython-39.pyc | Bin 0 -> 2293 bytes .../colorama/__pycache__/win32.cpython-39.pyc | Bin 0 -> 4475 bytes .../__pycache__/winterm.cpython-39.pyc | Bin 0 -> 5278 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 + .../tests/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 212 bytes .../__pycache__/ansi_test.cpython-39.pyc | Bin 0 -> 2572 bytes .../ansitowin32_test.cpython-39.pyc | Bin 0 -> 11575 bytes .../initialise_test.cpython-39.pyc | Bin 0 -> 7104 bytes .../__pycache__/isatty_test.cpython-39.pyc | Bin 0 -> 2825 bytes .../tests/__pycache__/utils.cpython-39.pyc | Bin 0 -> 1680 bytes .../__pycache__/winterm_test.cpython-39.pyc | Bin 0 -> 3347 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-39.pyc | Bin 0 -> 1076 bytes .../distlib/__pycache__/compat.cpython-39.pyc | Bin 0 -> 31750 bytes .../__pycache__/database.cpython-39.pyc | Bin 0 -> 43050 bytes .../distlib/__pycache__/index.cpython-39.pyc | Bin 0 -> 17287 bytes .../__pycache__/locators.cpython-39.pyc | Bin 0 -> 38216 bytes .../__pycache__/manifest.cpython-39.pyc | Bin 0 -> 10203 bytes .../__pycache__/markers.cpython-39.pyc | Bin 0 -> 5349 bytes .../__pycache__/metadata.cpython-39.pyc | Bin 0 -> 27067 bytes .../__pycache__/resources.cpython-39.pyc | Bin 0 -> 11024 bytes .../__pycache__/scripts.cpython-39.pyc | Bin 0 -> 11524 bytes .../distlib/__pycache__/util.cpython-39.pyc | Bin 0 -> 52124 bytes .../__pycache__/version.cpython-39.pyc | Bin 0 -> 20509 bytes .../distlib/__pycache__/wheel.cpython-39.pyc | Bin 0 -> 27517 bytes .../pip/_vendor/distlib/compat.py | 1138 +++ .../pip/_vendor/distlib/database.py | 1359 +++ .../pip/_vendor/distlib/index.py | 508 + .../pip/_vendor/distlib/locators.py | 1303 +++ .../pip/_vendor/distlib/manifest.py | 384 + .../pip/_vendor/distlib/markers.py | 167 + .../pip/_vendor/distlib/metadata.py | 1068 ++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 452 + .../site-packages/pip/_vendor/distlib/t32.exe | Bin 0 -> 97792 bytes .../pip/_vendor/distlib/t64-arm.exe | Bin 0 -> 182784 bytes .../site-packages/pip/_vendor/distlib/t64.exe | Bin 0 -> 108032 bytes .../site-packages/pip/_vendor/distlib/util.py | 2025 ++++ .../pip/_vendor/distlib/version.py | 751 ++ .../site-packages/pip/_vendor/distlib/w32.exe | Bin 0 -> 91648 bytes .../pip/_vendor/distlib/w64-arm.exe | Bin 0 -> 168448 bytes .../site-packages/pip/_vendor/distlib/w64.exe | Bin 0 -> 101888 bytes .../pip/_vendor/distlib/wheel.py | 1099 +++ .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 929 bytes .../__pycache__/__main__.cpython-39.pyc | Bin 0 -> 277 bytes .../distro/__pycache__/distro.cpython-39.pyc | Bin 0 -> 42287 bytes .../pip/_vendor/distro/distro.py | 1399 +++ .../site-packages/pip/_vendor/distro/py.typed | 0 .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 861 bytes .../idna/__pycache__/codec.cpython-39.pyc | Bin 0 -> 3098 bytes .../idna/__pycache__/compat.cpython-39.pyc | Bin 0 -> 780 bytes .../idna/__pycache__/core.cpython-39.pyc | Bin 0 -> 9892 bytes .../idna/__pycache__/idnadata.cpython-39.pyc | Bin 0 -> 23215 bytes .../idna/__pycache__/intranges.cpython-39.pyc | Bin 0 -> 2011 bytes .../__pycache__/package_data.cpython-39.pyc | Bin 0 -> 225 bytes .../idna/__pycache__/uts46data.cpython-39.pyc | Bin 0 -> 153220 bytes .../site-packages/pip/_vendor/idna/codec.py | 112 + .../site-packages/pip/_vendor/idna/compat.py | 13 + .../site-packages/pip/_vendor/idna/core.py | 400 + .../pip/_vendor/idna/idnadata.py | 2151 +++++ .../pip/_vendor/idna/intranges.py | 54 + .../pip/_vendor/idna/package_data.py | 2 + .../site-packages/pip/_vendor/idna/py.typed | 0 .../pip/_vendor/idna/uts46data.py | 8600 +++++++++++++++++ .../pip/_vendor/msgpack/__init__.py | 57 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 1446 bytes .../__pycache__/exceptions.cpython-39.pyc | Bin 0 -> 1866 bytes .../msgpack/__pycache__/ext.cpython-39.pyc | Bin 0 -> 6293 bytes .../__pycache__/fallback.cpython-39.pyc | Bin 0 -> 25666 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-39.pyc | Bin 0 -> 604 bytes .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 460 bytes .../__pycache__/_manylinux.cpython-39.pyc | Bin 0 -> 7308 bytes .../__pycache__/_musllinux.cpython-39.pyc | Bin 0 -> 4623 bytes .../__pycache__/_structures.cpython-39.pyc | Bin 0 -> 2817 bytes .../__pycache__/markers.cpython-39.pyc | Bin 0 -> 9467 bytes .../__pycache__/requirements.cpython-39.pyc | Bin 0 -> 3988 bytes .../__pycache__/specifiers.cpython-39.pyc | Bin 0 -> 21535 bytes .../packaging/__pycache__/tags.cpython-39.pyc | Bin 0 -> 12266 bytes .../__pycache__/utils.cpython-39.pyc | Bin 0 -> 3625 bytes .../__pycache__/version.cpython-39.pyc | Bin 0 -> 13166 bytes .../pip/_vendor/packaging/_manylinux.py | 301 + .../pip/_vendor/packaging/_musllinux.py | 136 + .../pip/_vendor/packaging/_structures.py | 61 + .../pip/_vendor/packaging/markers.py | 304 + .../pip/_vendor/packaging/py.typed | 0 .../pip/_vendor/packaging/requirements.py | 146 + .../pip/_vendor/packaging/specifiers.py | 802 ++ .../pip/_vendor/packaging/tags.py | 487 + .../pip/_vendor/packaging/utils.py | 136 + .../pip/_vendor/packaging/version.py | 504 + .../pip/_vendor/pkg_resources/__init__.py | 3361 +++++++ .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 101535 bytes .../pip/_vendor/platformdirs/__init__.py | 566 ++ .../pip/_vendor/platformdirs/__main__.py | 53 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 14930 bytes .../__pycache__/__main__.cpython-39.pyc | Bin 0 -> 1381 bytes .../__pycache__/android.cpython-39.pyc | Bin 0 -> 7174 bytes .../__pycache__/api.cpython-39.pyc | Bin 0 -> 7842 bytes .../__pycache__/macos.cpython-39.pyc | Bin 0 -> 4460 bytes .../__pycache__/unix.cpython-39.pyc | Bin 0 -> 9087 bytes .../__pycache__/version.cpython-39.pyc | Bin 0 -> 304 bytes .../__pycache__/windows.cpython-39.pyc | Bin 0 -> 8759 bytes .../pip/_vendor/platformdirs/android.py | 210 + .../pip/_vendor/platformdirs/api.py | 223 + .../pip/_vendor/platformdirs/macos.py | 91 + .../pip/_vendor/platformdirs/py.typed | 0 .../pip/_vendor/platformdirs/unix.py | 223 + .../pip/_vendor/platformdirs/version.py | 4 + .../pip/_vendor/platformdirs/windows.py | 255 + .../pip/_vendor/pygments/__init__.py | 82 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 2963 bytes .../__pycache__/__main__.cpython-39.pyc | Bin 0 -> 600 bytes .../__pycache__/cmdline.cpython-39.pyc | Bin 0 -> 15546 bytes .../__pycache__/console.cpython-39.pyc | Bin 0 -> 1897 bytes .../__pycache__/filter.cpython-39.pyc | Bin 0 -> 2658 bytes .../__pycache__/formatter.cpython-39.pyc | Bin 0 -> 3968 bytes .../pygments/__pycache__/lexer.cpython-39.pyc | Bin 0 -> 26319 bytes .../__pycache__/modeline.cpython-39.pyc | Bin 0 -> 1200 bytes .../__pycache__/plugin.cpython-39.pyc | Bin 0 -> 2598 bytes .../__pycache__/regexopt.cpython-39.pyc | Bin 0 -> 2954 bytes .../__pycache__/scanner.cpython-39.pyc | Bin 0 -> 3568 bytes .../__pycache__/sphinxext.cpython-39.pyc | Bin 0 -> 7145 bytes .../pygments/__pycache__/style.cpython-39.pyc | Bin 0 -> 4509 bytes .../pygments/__pycache__/token.cpython-39.pyc | Bin 0 -> 4391 bytes .../__pycache__/unistring.cpython-39.pyc | Bin 0 -> 31256 bytes .../pygments/__pycache__/util.cpython-39.pyc | Bin 0 -> 10251 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-39.pyc | Bin 0 -> 23502 bytes .../pip/_vendor/pygments/formatter.py | 124 + .../_vendor/pygments/formatters/__init__.py | 158 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 5015 bytes .../__pycache__/_mapping.cpython-39.pyc | Bin 0 -> 3908 bytes .../__pycache__/bbcode.cpython-39.pyc | Bin 0 -> 3079 bytes .../__pycache__/groff.cpython-39.pyc | Bin 0 -> 4394 bytes .../__pycache__/html.cpython-39.pyc | Bin 0 -> 29155 bytes .../formatters/__pycache__/img.cpython-39.pyc | Bin 0 -> 17572 bytes .../formatters/__pycache__/irc.cpython-39.pyc | Bin 0 -> 3934 bytes .../__pycache__/latex.cpython-39.pyc | Bin 0 -> 13804 bytes .../__pycache__/other.cpython-39.pyc | Bin 0 -> 4802 bytes .../__pycache__/pangomarkup.cpython-39.pyc | Bin 0 -> 2104 bytes .../formatters/__pycache__/rtf.cpython-39.pyc | Bin 0 -> 4138 bytes .../formatters/__pycache__/svg.cpython-39.pyc | Bin 0 -> 6350 bytes .../__pycache__/terminal.cpython-39.pyc | Bin 0 -> 3919 bytes .../__pycache__/terminal256.cpython-39.pyc | Bin 0 -> 9229 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-39.pyc | Bin 0 -> 9967 bytes .../__pycache__/_mapping.cpython-39.pyc | Bin 0 -> 52852 bytes .../lexers/__pycache__/python.cpython-39.pyc | Bin 0 -> 29430 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-39.pyc | Bin 0 -> 3393 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-39.pyc | Bin 0 -> 7111 bytes .../__pycache__/actions.cpython-39.pyc | Bin 0 -> 7675 bytes .../__pycache__/common.cpython-39.pyc | Bin 0 -> 10119 bytes .../pyparsing/__pycache__/core.cpython-39.pyc | Bin 0 -> 189809 bytes .../__pycache__/exceptions.cpython-39.pyc | Bin 0 -> 9724 bytes .../__pycache__/helpers.cpython-39.pyc | Bin 0 -> 35682 bytes .../__pycache__/results.cpython-39.pyc | Bin 0 -> 25623 bytes .../__pycache__/testing.cpython-39.pyc | Bin 0 -> 12168 bytes .../__pycache__/unicode.cpython-39.pyc | Bin 0 -> 10754 bytes .../pyparsing/__pycache__/util.cpython-39.pyc | Bin 0 -> 10095 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-39.pyc | Bin 0 -> 16832 bytes .../pip/_vendor/pyparsing/exceptions.py | 299 + .../pip/_vendor/pyparsing/helpers.py | 1100 +++ .../pip/_vendor/pyparsing/py.typed | 0 .../pip/_vendor/pyparsing/results.py | 796 ++ .../pip/_vendor/pyparsing/testing.py | 331 + .../pip/_vendor/pyparsing/unicode.py | 361 + .../pip/_vendor/pyparsing/util.py | 284 + .../pip/_vendor/pyproject_hooks/__init__.py | 23 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 600 bytes .../__pycache__/_compat.cpython-39.pyc | Bin 0 -> 349 bytes .../__pycache__/_impl.cpython-39.pyc | Bin 0 -> 11575 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-39.pyc | Bin 0 -> 834 bytes .../__pycache__/_in_process.cpython-39.pyc | Bin 0 -> 9920 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 182 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 4007 bytes .../__pycache__/__version__.cpython-39.pyc | Bin 0 -> 564 bytes .../_internal_utils.cpython-39.pyc | Bin 0 -> 1639 bytes .../__pycache__/adapters.cpython-39.pyc | Bin 0 -> 16291 bytes .../requests/__pycache__/api.cpython-39.pyc | Bin 0 -> 6805 bytes .../requests/__pycache__/auth.cpython-39.pyc | Bin 0 -> 8370 bytes .../requests/__pycache__/certs.cpython-39.pyc | Bin 0 -> 817 bytes .../__pycache__/compat.cpython-39.pyc | Bin 0 -> 1385 bytes .../__pycache__/cookies.cpython-39.pyc | Bin 0 -> 18832 bytes .../__pycache__/exceptions.cpython-39.pyc | Bin 0 -> 6145 bytes .../requests/__pycache__/help.cpython-39.pyc | Bin 0 -> 2867 bytes .../requests/__pycache__/hooks.cpython-39.pyc | Bin 0 -> 1004 bytes .../__pycache__/models.cpython-39.pyc | Bin 0 -> 24324 bytes .../__pycache__/packages.cpython-39.pyc | Bin 0 -> 516 bytes .../__pycache__/sessions.cpython-39.pyc | Bin 0 -> 19665 bytes .../__pycache__/status_codes.cpython-39.pyc | Bin 0 -> 4249 bytes .../__pycache__/structures.cpython-39.pyc | Bin 0 -> 4461 bytes .../requests/__pycache__/utils.cpython-39.pyc | Bin 0 -> 24358 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 50 + .../pip/_vendor/requests/adapters.py | 538 ++ .../site-packages/pip/_vendor/requests/api.py | 157 + .../pip/_vendor/requests/auth.py | 315 + .../pip/_vendor/requests/certs.py | 24 + .../pip/_vendor/requests/compat.py | 67 + .../pip/_vendor/requests/cookies.py | 561 ++ .../pip/_vendor/requests/exceptions.py | 141 + .../pip/_vendor/requests/help.py | 131 + .../pip/_vendor/requests/hooks.py | 33 + .../pip/_vendor/requests/models.py | 1034 ++ .../pip/_vendor/requests/packages.py | 16 + .../pip/_vendor/requests/sessions.py | 833 ++ .../pip/_vendor/requests/status_codes.py | 128 + .../pip/_vendor/requests/structures.py | 99 + .../pip/_vendor/requests/utils.py | 1094 +++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 620 bytes .../__pycache__/providers.cpython-39.pyc | Bin 0 -> 6718 bytes .../__pycache__/reporters.cpython-39.pyc | Bin 0 -> 2663 bytes .../__pycache__/resolvers.cpython-39.pyc | Bin 0 -> 17649 bytes .../__pycache__/structs.cpython-39.pyc | Bin 0 -> 7383 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 215 bytes .../collections_abc.cpython-39.pyc | Bin 0 -> 389 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/py.typed | 0 .../pip/_vendor/resolvelib/reporters.py | 43 + .../pip/_vendor/resolvelib/resolvers.py | 547 ++ .../pip/_vendor/resolvelib/structs.py | 170 + .../pip/_vendor/rich/__init__.py | 177 + .../pip/_vendor/rich/__main__.py | 274 + .../rich/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 6033 bytes .../rich/__pycache__/__main__.cpython-39.pyc | Bin 0 -> 7161 bytes .../__pycache__/_cell_widths.cpython-39.pyc | Bin 0 -> 7828 bytes .../__pycache__/_emoji_codes.cpython-39.pyc | Bin 0 -> 132715 bytes .../__pycache__/_emoji_replace.cpython-39.pyc | Bin 0 -> 1200 bytes .../__pycache__/_export_format.cpython-39.pyc | Bin 0 -> 2311 bytes .../__pycache__/_extension.cpython-39.pyc | Bin 0 -> 509 bytes .../rich/__pycache__/_fileno.cpython-39.pyc | Bin 0 -> 786 bytes .../rich/__pycache__/_inspect.cpython-39.pyc | Bin 0 -> 8703 bytes .../__pycache__/_log_render.cpython-39.pyc | Bin 0 -> 2592 bytes .../rich/__pycache__/_loop.cpython-39.pyc | Bin 0 -> 1282 bytes .../__pycache__/_null_file.cpython-39.pyc | Bin 0 -> 3399 bytes .../rich/__pycache__/_palettes.cpython-39.pyc | Bin 0 -> 5111 bytes .../rich/__pycache__/_pick.cpython-39.pyc | Bin 0 -> 652 bytes .../rich/__pycache__/_ratio.cpython-39.pyc | Bin 0 -> 5136 bytes .../rich/__pycache__/_spinners.cpython-39.pyc | Bin 0 -> 11608 bytes .../rich/__pycache__/_stack.cpython-39.pyc | Bin 0 -> 857 bytes .../rich/__pycache__/_timer.cpython-39.pyc | Bin 0 -> 704 bytes .../__pycache__/_win32_console.cpython-39.pyc | Bin 0 -> 19162 bytes .../rich/__pycache__/_windows.cpython-39.pyc | Bin 0 -> 1789 bytes .../_windows_renderer.cpython-39.pyc | Bin 0 -> 2069 bytes .../rich/__pycache__/_wrap.cpython-39.pyc | Bin 0 -> 1545 bytes .../rich/__pycache__/abc.cpython-39.pyc | Bin 0 -> 1318 bytes .../rich/__pycache__/align.cpython-39.pyc | Bin 0 -> 7860 bytes .../rich/__pycache__/ansi.cpython-39.pyc | Bin 0 -> 5650 bytes .../rich/__pycache__/bar.cpython-39.pyc | Bin 0 -> 2956 bytes .../rich/__pycache__/box.cpython-39.pyc | Bin 0 -> 8508 bytes .../rich/__pycache__/cells.cpython-39.pyc | Bin 0 -> 4195 bytes .../rich/__pycache__/color.cpython-39.pyc | Bin 0 -> 15449 bytes .../__pycache__/color_triplet.cpython-39.pyc | Bin 0 -> 1439 bytes .../rich/__pycache__/columns.cpython-39.pyc | Bin 0 -> 6143 bytes .../rich/__pycache__/console.cpython-39.pyc | Bin 0 -> 82195 bytes .../rich/__pycache__/constrain.cpython-39.pyc | Bin 0 -> 1677 bytes .../__pycache__/containers.cpython-39.pyc | Bin 0 -> 6438 bytes .../rich/__pycache__/control.cpython-39.pyc | Bin 0 -> 8142 bytes .../__pycache__/default_styles.cpython-39.pyc | Bin 0 -> 5344 bytes .../rich/__pycache__/diagnose.cpython-39.pyc | Bin 0 -> 1225 bytes .../rich/__pycache__/emoji.cpython-39.pyc | Bin 0 -> 3216 bytes .../rich/__pycache__/errors.cpython-39.pyc | Bin 0 -> 1683 bytes .../__pycache__/file_proxy.cpython-39.pyc | Bin 0 -> 2399 bytes .../rich/__pycache__/filesize.cpython-39.pyc | Bin 0 -> 2627 bytes .../__pycache__/highlighter.cpython-39.pyc | Bin 0 -> 8036 bytes .../rich/__pycache__/json.cpython-39.pyc | Bin 0 -> 4701 bytes .../rich/__pycache__/jupyter.cpython-39.pyc | Bin 0 -> 4047 bytes .../rich/__pycache__/layout.cpython-39.pyc | Bin 0 -> 14667 bytes .../rich/__pycache__/live.cpython-39.pyc | Bin 0 -> 11410 bytes .../__pycache__/live_render.cpython-39.pyc | Bin 0 -> 3404 bytes .../rich/__pycache__/logging.cpython-39.pyc | Bin 0 -> 9847 bytes .../rich/__pycache__/markup.cpython-39.pyc | Bin 0 -> 5940 bytes .../rich/__pycache__/measure.cpython-39.pyc | Bin 0 -> 5009 bytes .../rich/__pycache__/padding.cpython-39.pyc | Bin 0 -> 4420 bytes .../rich/__pycache__/pager.cpython-39.pyc | Bin 0 -> 1467 bytes .../rich/__pycache__/palette.cpython-39.pyc | Bin 0 -> 3702 bytes .../rich/__pycache__/panel.cpython-39.pyc | Bin 0 -> 7414 bytes .../rich/__pycache__/pretty.cpython-39.pyc | Bin 0 -> 27412 bytes .../rich/__pycache__/progress.cpython-39.pyc | Bin 0 -> 53449 bytes .../__pycache__/progress_bar.cpython-39.pyc | Bin 0 -> 6839 bytes .../rich/__pycache__/prompt.cpython-39.pyc | Bin 0 -> 11371 bytes .../rich/__pycache__/protocol.cpython-39.pyc | Bin 0 -> 1353 bytes .../rich/__pycache__/region.cpython-39.pyc | Bin 0 -> 539 bytes .../rich/__pycache__/repr.cpython-39.pyc | Bin 0 -> 4107 bytes .../rich/__pycache__/rule.cpython-39.pyc | Bin 0 -> 3920 bytes .../rich/__pycache__/scope.cpython-39.pyc | Bin 0 -> 2978 bytes .../rich/__pycache__/screen.cpython-39.pyc | Bin 0 -> 1836 bytes .../rich/__pycache__/segment.cpython-39.pyc | Bin 0 -> 20549 bytes .../rich/__pycache__/spinner.cpython-39.pyc | Bin 0 -> 4358 bytes .../rich/__pycache__/status.cpython-39.pyc | Bin 0 -> 4589 bytes .../rich/__pycache__/style.cpython-39.pyc | Bin 0 -> 21431 bytes .../rich/__pycache__/styled.cpython-39.pyc | Bin 0 -> 1702 bytes .../rich/__pycache__/syntax.cpython-39.pyc | Bin 0 -> 25516 bytes .../rich/__pycache__/table.cpython-39.pyc | Bin 0 -> 29642 bytes .../__pycache__/terminal_theme.cpython-39.pyc | Bin 0 -> 3010 bytes .../rich/__pycache__/text.cpython-39.pyc | Bin 0 -> 40273 bytes .../rich/__pycache__/theme.cpython-39.pyc | Bin 0 -> 4820 bytes .../rich/__pycache__/themes.cpython-39.pyc | Bin 0 -> 307 bytes .../rich/__pycache__/traceback.cpython-39.pyc | Bin 0 -> 21521 bytes .../rich/__pycache__/tree.cpython-39.pyc | Bin 0 -> 7239 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/py.typed | 0 .../site-packages/pip/_vendor/rich/region.py | 10 + .../site-packages/pip/_vendor/rich/repr.py | 149 + .../site-packages/pip/_vendor/rich/rule.py | 130 + .../site-packages/pip/_vendor/rich/scope.py | 86 + .../site-packages/pip/_vendor/rich/screen.py | 54 + .../site-packages/pip/_vendor/rich/segment.py | 739 ++ .../site-packages/pip/_vendor/rich/spinner.py | 137 + .../site-packages/pip/_vendor/rich/status.py | 132 + .../site-packages/pip/_vendor/rich/style.py | 796 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 948 ++ .../site-packages/pip/_vendor/rich/table.py | 1002 ++ .../pip/_vendor/rich/terminal_theme.py | 153 + .../site-packages/pip/_vendor/rich/text.py | 1307 +++ .../site-packages/pip/_vendor/rich/theme.py | 115 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 756 ++ .../site-packages/pip/_vendor/rich/tree.py | 251 + .../site-packages/pip/_vendor/six.py | 998 ++ .../pip/_vendor/tenacity/__init__.py | 608 ++ .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 17083 bytes .../__pycache__/_asyncio.cpython-39.pyc | Bin 0 -> 2871 bytes .../__pycache__/_utils.cpython-39.pyc | Bin 0 -> 1526 bytes .../tenacity/__pycache__/after.cpython-39.pyc | Bin 0 -> 1272 bytes .../__pycache__/before.cpython-39.pyc | Bin 0 -> 1160 bytes .../__pycache__/before_sleep.cpython-39.pyc | Bin 0 -> 1580 bytes .../tenacity/__pycache__/nap.cpython-39.pyc | Bin 0 -> 1206 bytes .../tenacity/__pycache__/retry.cpython-39.pyc | Bin 0 -> 10157 bytes .../tenacity/__pycache__/stop.cpython-39.pyc | Bin 0 -> 4480 bytes .../__pycache__/tornadoweb.cpython-39.pyc | Bin 0 -> 1758 bytes .../tenacity/__pycache__/wait.cpython-39.pyc | Bin 0 -> 9257 bytes .../pip/_vendor/tenacity/_asyncio.py | 94 + .../pip/_vendor/tenacity/_utils.py | 76 + .../pip/_vendor/tenacity/after.py | 51 + .../pip/_vendor/tenacity/before.py | 46 + .../pip/_vendor/tenacity/before_sleep.py | 71 + .../site-packages/pip/_vendor/tenacity/nap.py | 43 + .../pip/_vendor/tenacity/py.typed | 0 .../pip/_vendor/tenacity/retry.py | 272 + .../pip/_vendor/tenacity/stop.py | 103 + .../pip/_vendor/tenacity/tornadoweb.py | 59 + .../pip/_vendor/tenacity/wait.py | 228 + .../pip/_vendor/tomli/__init__.py | 11 + .../tomli/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 369 bytes .../tomli/__pycache__/_parser.cpython-39.pyc | Bin 0 -> 16615 bytes .../tomli/__pycache__/_re.cpython-39.pyc | Bin 0 -> 2848 bytes .../tomli/__pycache__/_types.cpython-39.pyc | Bin 0 -> 339 bytes .../pip/_vendor/tomli/_parser.py | 691 ++ .../site-packages/pip/_vendor/tomli/_re.py | 107 + .../site-packages/pip/_vendor/tomli/_types.py | 10 + .../site-packages/pip/_vendor/tomli/py.typed | 1 + .../pip/_vendor/truststore/__init__.py | 13 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 566 bytes .../__pycache__/_api.cpython-39.pyc | Bin 0 -> 10029 bytes .../__pycache__/_macos.cpython-39.pyc | Bin 0 -> 8683 bytes .../__pycache__/_openssl.cpython-39.pyc | Bin 0 -> 1484 bytes .../__pycache__/_ssl_constants.cpython-39.pyc | Bin 0 -> 800 bytes .../__pycache__/_windows.cpython-39.pyc | Bin 0 -> 10419 bytes .../pip/_vendor/truststore/_api.py | 302 + .../pip/_vendor/truststore/_macos.py | 501 + .../pip/_vendor/truststore/_openssl.py | 66 + .../pip/_vendor/truststore/_ssl_constants.py | 31 + .../pip/_vendor/truststore/_windows.py | 554 ++ .../pip/_vendor/truststore/py.typed | 0 .../pip/_vendor/typing_extensions.py | 3072 ++++++ .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 2521 bytes .../__pycache__/_collections.cpython-39.pyc | Bin 0 -> 10798 bytes .../__pycache__/_version.cpython-39.pyc | Bin 0 -> 228 bytes .../__pycache__/connection.cpython-39.pyc | Bin 0 -> 13757 bytes .../__pycache__/connectionpool.cpython-39.pyc | Bin 0 -> 25799 bytes .../__pycache__/exceptions.cpython-39.pyc | Bin 0 -> 11660 bytes .../urllib3/__pycache__/fields.cpython-39.pyc | Bin 0 -> 8175 bytes .../__pycache__/filepost.cpython-39.pyc | Bin 0 -> 2776 bytes .../__pycache__/poolmanager.cpython-39.pyc | Bin 0 -> 15042 bytes .../__pycache__/request.cpython-39.pyc | Bin 0 -> 6400 bytes .../__pycache__/response.cpython-39.pyc | Bin 0 -> 22407 bytes .../pip/_vendor/urllib3/_collections.py | 337 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 572 ++ .../pip/_vendor/urllib3/connectionpool.py | 1132 +++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 213 bytes .../_appengine_environ.cpython-39.pyc | Bin 0 -> 1433 bytes .../__pycache__/appengine.cpython-39.pyc | Bin 0 -> 8287 bytes .../__pycache__/ntlmpool.cpython-39.pyc | Bin 0 -> 3629 bytes .../__pycache__/pyopenssl.cpython-39.pyc | Bin 0 -> 15890 bytes .../securetransport.cpython-39.pyc | Bin 0 -> 21939 bytes .../contrib/__pycache__/socks.cpython-39.pyc | Bin 0 -> 5649 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 230 bytes .../__pycache__/bindings.cpython-39.pyc | Bin 0 -> 10722 bytes .../__pycache__/low_level.cpython-39.pyc | Bin 0 -> 9190 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-39.pyc | Bin 0 -> 214 bytes .../packages/__pycache__/six.cpython-39.pyc | Bin 0 -> 27597 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 224 bytes .../__pycache__/makefile.cpython-39.pyc | Bin 0 -> 1322 bytes .../weakref_finalize.cpython-39.pyc | Bin 0 -> 4876 bytes .../urllib3/packages/backports/makefile.py | 51 + .../packages/backports/weakref_finalize.py | 155 + .../pip/_vendor/urllib3/packages/six.py | 1076 +++ .../pip/_vendor/urllib3/poolmanager.py | 537 + .../pip/_vendor/urllib3/request.py | 191 + .../pip/_vendor/urllib3/response.py | 879 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 1123 bytes .../__pycache__/connection.cpython-39.pyc | Bin 0 -> 3455 bytes .../util/__pycache__/proxy.cpython-39.pyc | Bin 0 -> 1359 bytes .../util/__pycache__/queue.cpython-39.pyc | Bin 0 -> 1078 bytes .../util/__pycache__/request.cpython-39.pyc | Bin 0 -> 3367 bytes .../util/__pycache__/response.cpython-39.pyc | Bin 0 -> 2363 bytes .../util/__pycache__/retry.cpython-39.pyc | Bin 0 -> 16285 bytes .../util/__pycache__/ssl_.cpython-39.pyc | Bin 0 -> 11347 bytes .../ssl_match_hostname.cpython-39.pyc | Bin 0 -> 3277 bytes .../__pycache__/ssltransport.cpython-39.pyc | Bin 0 -> 7493 bytes .../util/__pycache__/timeout.cpython-39.pyc | Bin 0 -> 9164 bytes .../util/__pycache__/url.cpython-39.pyc | Bin 0 -> 10717 bytes .../util/__pycache__/wait.cpython-39.pyc | Bin 0 -> 3146 bytes .../pip/_vendor/urllib3/util/connection.py | 149 + .../pip/_vendor/urllib3/util/proxy.py | 57 + .../pip/_vendor/urllib3/util/queue.py | 22 + .../pip/_vendor/urllib3/util/request.py | 137 + .../pip/_vendor/urllib3/util/response.py | 107 + .../pip/_vendor/urllib3/util/retry.py | 620 ++ .../pip/_vendor/urllib3/util/ssl_.py | 495 + .../urllib3/util/ssl_match_hostname.py | 159 + .../pip/_vendor/urllib3/util/ssltransport.py | 221 + .../pip/_vendor/urllib3/util/timeout.py | 271 + .../pip/_vendor/urllib3/util/url.py | 435 + .../pip/_vendor/urllib3/util/wait.py | 152 + .../site-packages/pip/_vendor/vendor.txt | 24 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 9737 bytes .../__pycache__/labels.cpython-39.pyc | Bin 0 -> 3851 bytes .../__pycache__/mklabels.cpython-39.pyc | Bin 0 -> 1921 bytes .../__pycache__/tests.cpython-39.pyc | Bin 0 -> 5085 bytes .../__pycache__/x_user_defined.cpython-39.pyc | Bin 0 -> 2681 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 + .awi/lib/python3.9/site-packages/pip/py.typed | 4 + .../site-packages/pkg_resources/__init__.py | 3288 +++++++ .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 100453 bytes .../pkg_resources/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 207 bytes .../__pycache__/appdirs.cpython-39.pyc | Bin 0 -> 20524 bytes .../__pycache__/pyparsing.cpython-39.pyc | Bin 0 -> 201361 bytes .../pkg_resources/_vendor/appdirs.py | 608 ++ .../_vendor/packaging/__about__.py | 27 + .../_vendor/packaging/__init__.py | 26 + .../__pycache__/__about__.cpython-39.pyc | Bin 0 -> 723 bytes .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 569 bytes .../__pycache__/_compat.cpython-39.pyc | Bin 0 -> 1167 bytes .../__pycache__/_structures.cpython-39.pyc | Bin 0 -> 2921 bytes .../__pycache__/_typing.cpython-39.pyc | Bin 0 -> 1512 bytes .../__pycache__/markers.cpython-39.pyc | Bin 0 -> 9328 bytes .../__pycache__/requirements.cpython-39.pyc | Bin 0 -> 4105 bytes .../__pycache__/specifiers.cpython-39.pyc | Bin 0 -> 20604 bytes .../packaging/__pycache__/tags.cpython-39.pyc | Bin 0 -> 17283 bytes .../__pycache__/utils.cpython-39.pyc | Bin 0 -> 1674 bytes .../__pycache__/version.cpython-39.pyc | Bin 0 -> 13341 bytes .../_vendor/packaging/_compat.py | 38 + .../_vendor/packaging/_structures.py | 86 + .../_vendor/packaging/_typing.py | 48 + .../_vendor/packaging/markers.py | 328 + .../_vendor/packaging/requirements.py | 145 + .../_vendor/packaging/specifiers.py | 863 ++ .../pkg_resources/_vendor/packaging/tags.py | 751 ++ .../pkg_resources/_vendor/packaging/utils.py | 65 + .../_vendor/packaging/version.py | 535 + .../pkg_resources/_vendor/pyparsing.py | 5742 +++++++++++ .../pkg_resources/extern/__init__.py | 73 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 2896 bytes .../__pycache__/setup.cpython-39.pyc | Bin 0 -> 335 bytes .../data/my-test-package-source/setup.py | 6 + .../pygments-2.18.0.dist-info/INSTALLER | 1 + .../pygments-2.18.0.dist-info/METADATA | 57 + .../pygments-2.18.0.dist-info/RECORD | 662 ++ .../pygments-2.18.0.dist-info/WHEEL | 4 + .../entry_points.txt | 2 + .../licenses/AUTHORS | 283 + .../licenses/LICENSE | 25 + .../site-packages/pygments/__init__.py | 82 + .../site-packages/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 2927 bytes .../__pycache__/__main__.cpython-39.pyc | Bin 0 -> 588 bytes .../__pycache__/cmdline.cpython-39.pyc | Bin 0 -> 15363 bytes .../__pycache__/console.cpython-39.pyc | Bin 0 -> 1892 bytes .../__pycache__/filter.cpython-39.pyc | Bin 0 -> 2642 bytes .../__pycache__/formatter.cpython-39.pyc | Bin 0 -> 4077 bytes .../pygments/__pycache__/lexer.cpython-39.pyc | Bin 0 -> 26645 bytes .../__pycache__/modeline.cpython-39.pyc | Bin 0 -> 1189 bytes .../__pycache__/plugin.cpython-39.pyc | Bin 0 -> 2019 bytes .../__pycache__/regexopt.cpython-39.pyc | Bin 0 -> 2942 bytes .../__pycache__/scanner.cpython-39.pyc | Bin 0 -> 3556 bytes .../__pycache__/sphinxext.cpython-39.pyc | Bin 0 -> 7720 bytes .../pygments/__pycache__/style.cpython-39.pyc | Bin 0 -> 4520 bytes .../pygments/__pycache__/token.cpython-39.pyc | Bin 0 -> 4404 bytes .../__pycache__/unistring.cpython-39.pyc | Bin 0 -> 31242 bytes .../pygments/__pycache__/util.cpython-39.pyc | Bin 0 -> 10097 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-39.pyc | Bin 0 -> 23456 bytes .../site-packages/pygments/formatter.py | 129 + .../pygments/formatters/__init__.py | 157 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 4978 bytes .../__pycache__/_mapping.cpython-39.pyc | Bin 0 -> 3896 bytes .../__pycache__/bbcode.cpython-39.pyc | Bin 0 -> 3053 bytes .../__pycache__/groff.cpython-39.pyc | Bin 0 -> 4370 bytes .../__pycache__/html.cpython-39.pyc | Bin 0 -> 29330 bytes .../formatters/__pycache__/img.cpython-39.pyc | Bin 0 -> 18378 bytes .../formatters/__pycache__/irc.cpython-39.pyc | Bin 0 -> 3886 bytes .../__pycache__/latex.cpython-39.pyc | Bin 0 -> 13836 bytes .../__pycache__/other.cpython-39.pyc | Bin 0 -> 4748 bytes .../__pycache__/pangomarkup.cpython-39.pyc | Bin 0 -> 2090 bytes .../formatters/__pycache__/rtf.cpython-39.pyc | Bin 0 -> 8820 bytes .../formatters/__pycache__/svg.cpython-39.pyc | Bin 0 -> 6287 bytes .../__pycache__/terminal.cpython-39.pyc | Bin 0 -> 3859 bytes .../__pycache__/terminal256.cpython-39.pyc | Bin 0 -> 9181 bytes .../pygments/formatters/_mapping.py | 23 + .../pygments/formatters/bbcode.py | 108 + .../pygments/formatters/groff.py | 170 + .../site-packages/pygments/formatters/html.py | 987 ++ .../site-packages/pygments/formatters/img.py | 685 ++ .../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 + .../python3.9/site-packages/pygments/lexer.py | 961 ++ .../site-packages/pygments/lexers/__init__.py | 362 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 9966 bytes .../__pycache__/_ada_builtins.cpython-39.pyc | Bin 0 -> 1232 bytes .../__pycache__/_asy_builtins.cpython-39.pyc | Bin 0 -> 17639 bytes .../__pycache__/_cl_builtins.cpython-39.pyc | Bin 0 -> 11635 bytes .../_cocoa_builtins.cpython-39.pyc | Bin 0 -> 96439 bytes .../_csound_builtins.cpython-39.pyc | Bin 0 -> 16229 bytes .../__pycache__/_css_builtins.cpython-39.pyc | Bin 0 -> 9387 bytes .../_julia_builtins.cpython-39.pyc | Bin 0 -> 8208 bytes .../_lasso_builtins.cpython-39.pyc | Bin 0 -> 76848 bytes .../_lilypond_builtins.cpython-39.pyc | Bin 0 -> 88342 bytes .../__pycache__/_lua_builtins.cpython-39.pyc | Bin 0 -> 6571 bytes .../__pycache__/_luau_builtins.cpython-39.pyc | Bin 0 -> 1047 bytes .../__pycache__/_mapping.cpython-39.pyc | Bin 0 -> 53417 bytes .../__pycache__/_mql_builtins.cpython-39.pyc | Bin 0 -> 18004 bytes .../_mysql_builtins.cpython-39.pyc | Bin 0 -> 17390 bytes .../_openedge_builtins.cpython-39.pyc | Bin 0 -> 34092 bytes .../__pycache__/_php_builtins.cpython-39.pyc | Bin 0 -> 61375 bytes .../_postgres_builtins.cpython-39.pyc | Bin 0 -> 9036 bytes .../__pycache__/_qlik_builtins.cpython-39.pyc | Bin 0 -> 6360 bytes .../_scheme_builtins.cpython-39.pyc | Bin 0 -> 23168 bytes .../_scilab_builtins.cpython-39.pyc | Bin 0 -> 34225 bytes .../_sourcemod_builtins.cpython-39.pyc | Bin 0 -> 20643 bytes .../__pycache__/_stan_builtins.cpython-39.pyc | Bin 0 -> 9939 bytes .../_stata_builtins.cpython-39.pyc | Bin 0 -> 21228 bytes .../__pycache__/_tsql_builtins.cpython-39.pyc | Bin 0 -> 8792 bytes .../__pycache__/_usd_builtins.cpython-39.pyc | Bin 0 -> 1376 bytes .../_vbscript_builtins.cpython-39.pyc | Bin 0 -> 2898 bytes .../__pycache__/_vim_builtins.cpython-39.pyc | Bin 0 -> 30697 bytes .../__pycache__/actionscript.cpython-39.pyc | Bin 0 -> 8921 bytes .../lexers/__pycache__/ada.cpython-39.pyc | Bin 0 -> 3464 bytes .../lexers/__pycache__/agile.cpython-39.pyc | Bin 0 -> 1287 bytes .../lexers/__pycache__/algebra.cpython-39.pyc | Bin 0 -> 8322 bytes .../lexers/__pycache__/ambient.cpython-39.pyc | Bin 0 -> 2323 bytes .../lexers/__pycache__/amdgpu.cpython-39.pyc | Bin 0 -> 1771 bytes .../lexers/__pycache__/ampl.cpython-39.pyc | Bin 0 -> 3267 bytes .../__pycache__/apdlexer.cpython-39.pyc | Bin 0 -> 18340 bytes .../lexers/__pycache__/apl.cpython-39.pyc | Bin 0 -> 2000 bytes .../__pycache__/archetype.cpython-39.pyc | Bin 0 -> 6715 bytes .../lexers/__pycache__/arrow.cpython-39.pyc | Bin 0 -> 2383 bytes .../lexers/__pycache__/arturo.cpython-39.pyc | Bin 0 -> 6710 bytes .../lexers/__pycache__/asc.cpython-39.pyc | Bin 0 -> 1769 bytes .../lexers/__pycache__/asm.cpython-39.pyc | Bin 0 -> 26375 bytes .../lexers/__pycache__/asn1.cpython-39.pyc | Bin 0 -> 3414 bytes .../__pycache__/automation.cpython-39.pyc | Bin 0 -> 16176 bytes .../lexers/__pycache__/bare.cpython-39.pyc | Bin 0 -> 2138 bytes .../lexers/__pycache__/basic.cpython-39.pyc | Bin 0 -> 17196 bytes .../lexers/__pycache__/bdd.cpython-39.pyc | Bin 0 -> 1847 bytes .../lexers/__pycache__/berry.cpython-39.pyc | Bin 0 -> 2552 bytes .../lexers/__pycache__/bibtex.cpython-39.pyc | Bin 0 -> 3648 bytes .../__pycache__/blueprint.cpython-39.pyc | Bin 0 -> 3622 bytes .../lexers/__pycache__/boa.cpython-39.pyc | Bin 0 -> 3001 bytes .../lexers/__pycache__/bqn.cpython-39.pyc | Bin 0 -> 1841 bytes .../__pycache__/business.cpython-39.pyc | Bin 0 -> 18869 bytes .../lexers/__pycache__/c_cpp.cpython-39.pyc | Bin 0 -> 11574 bytes .../lexers/__pycache__/c_like.cpython-39.pyc | Bin 0 -> 21882 bytes .../__pycache__/capnproto.cpython-39.pyc | Bin 0 -> 1758 bytes .../lexers/__pycache__/carbon.cpython-39.pyc | Bin 0 -> 2773 bytes .../lexers/__pycache__/cddl.cpython-39.pyc | Bin 0 -> 3086 bytes .../lexers/__pycache__/chapel.cpython-39.pyc | Bin 0 -> 3324 bytes .../lexers/__pycache__/clean.cpython-39.pyc | Bin 0 -> 3916 bytes .../lexers/__pycache__/comal.cpython-39.pyc | Bin 0 -> 2569 bytes .../__pycache__/compiled.cpython-39.pyc | Bin 0 -> 1960 bytes .../lexers/__pycache__/configs.cpython-39.pyc | Bin 0 -> 31666 bytes .../lexers/__pycache__/console.cpython-39.pyc | Bin 0 -> 3570 bytes .../lexers/__pycache__/cplint.cpython-39.pyc | Bin 0 -> 1560 bytes .../lexers/__pycache__/crystal.cpython-39.pyc | Bin 0 -> 8361 bytes .../lexers/__pycache__/csound.cpython-39.pyc | Bin 0 -> 8769 bytes .../lexers/__pycache__/css.cpython-39.pyc | Bin 0 -> 15690 bytes .../lexers/__pycache__/d.cpython-39.pyc | Bin 0 -> 6062 bytes .../lexers/__pycache__/dalvik.cpython-39.pyc | Bin 0 -> 3458 bytes .../lexers/__pycache__/data.cpython-39.pyc | Bin 0 -> 13099 bytes .../lexers/__pycache__/dax.cpython-39.pyc | Bin 0 -> 5667 bytes .../__pycache__/devicetree.cpython-39.pyc | Bin 0 -> 2715 bytes .../lexers/__pycache__/diff.cpython-39.pyc | Bin 0 -> 4023 bytes .../lexers/__pycache__/dns.cpython-39.pyc | Bin 0 -> 2599 bytes .../lexers/__pycache__/dotnet.cpython-39.pyc | Bin 0 -> 25074 bytes .../lexers/__pycache__/dsls.cpython-39.pyc | Bin 0 -> 24130 bytes .../lexers/__pycache__/dylan.cpython-39.pyc | Bin 0 -> 7152 bytes .../lexers/__pycache__/ecl.cpython-39.pyc | Bin 0 -> 4763 bytes .../lexers/__pycache__/eiffel.cpython-39.pyc | Bin 0 -> 2373 bytes .../lexers/__pycache__/elm.cpython-39.pyc | Bin 0 -> 2268 bytes .../lexers/__pycache__/elpi.cpython-39.pyc | Bin 0 -> 4045 bytes .../lexers/__pycache__/email.cpython-39.pyc | Bin 0 -> 4408 bytes .../lexers/__pycache__/erlang.cpython-39.pyc | Bin 0 -> 12805 bytes .../__pycache__/esoteric.cpython-39.pyc | Bin 0 -> 7802 bytes .../lexers/__pycache__/ezhil.cpython-39.pyc | Bin 0 -> 3277 bytes .../lexers/__pycache__/factor.cpython-39.pyc | Bin 0 -> 12734 bytes .../lexers/__pycache__/fantom.cpython-39.pyc | Bin 0 -> 4935 bytes .../lexers/__pycache__/felix.cpython-39.pyc | Bin 0 -> 5668 bytes .../lexers/__pycache__/fift.cpython-39.pyc | Bin 0 -> 1517 bytes .../__pycache__/floscript.cpython-39.pyc | Bin 0 -> 2381 bytes .../lexers/__pycache__/forth.cpython-39.pyc | Bin 0 -> 4749 bytes .../lexers/__pycache__/fortran.cpython-39.pyc | Bin 0 -> 7408 bytes .../lexers/__pycache__/foxpro.cpython-39.pyc | Bin 0 -> 20184 bytes .../lexers/__pycache__/freefem.cpython-39.pyc | Bin 0 -> 12043 bytes .../lexers/__pycache__/func.cpython-39.pyc | Bin 0 -> 2547 bytes .../__pycache__/functional.cpython-39.pyc | Bin 0 -> 1023 bytes .../lexers/__pycache__/futhark.cpython-39.pyc | Bin 0 -> 2816 bytes .../__pycache__/gcodelexer.cpython-39.pyc | Bin 0 -> 1173 bytes .../__pycache__/gdscript.cpython-39.pyc | Bin 0 -> 5131 bytes .../lexers/__pycache__/go.cpython-39.pyc | Bin 0 -> 2715 bytes .../grammar_notation.cpython-39.pyc | Bin 0 -> 5979 bytes .../lexers/__pycache__/graph.cpython-39.pyc | Bin 0 -> 2972 bytes .../__pycache__/graphics.cpython-39.pyc | Bin 0 -> 24651 bytes .../lexers/__pycache__/graphql.cpython-39.pyc | Bin 0 -> 3191 bytes .../__pycache__/graphviz.cpython-39.pyc | Bin 0 -> 1793 bytes .../lexers/__pycache__/gsql.cpython-39.pyc | Bin 0 -> 3194 bytes .../lexers/__pycache__/haskell.cpython-39.pyc | Bin 0 -> 18960 bytes .../lexers/__pycache__/haxe.cpython-39.pyc | Bin 0 -> 12111 bytes .../lexers/__pycache__/hdl.cpython-39.pyc | Bin 0 -> 13448 bytes .../lexers/__pycache__/hexdump.cpython-39.pyc | Bin 0 -> 2729 bytes .../lexers/__pycache__/html.cpython-39.pyc | Bin 0 -> 12373 bytes .../lexers/__pycache__/idl.cpython-39.pyc | Bin 0 -> 11893 bytes .../lexers/__pycache__/igor.cpython-39.pyc | Bin 0 -> 25261 bytes .../lexers/__pycache__/inferno.cpython-39.pyc | Bin 0 -> 2606 bytes .../__pycache__/installers.cpython-39.pyc | Bin 0 -> 9876 bytes .../__pycache__/int_fiction.cpython-39.pyc | Bin 0 -> 27938 bytes .../lexers/__pycache__/iolang.cpython-39.pyc | Bin 0 -> 1743 bytes .../lexers/__pycache__/j.cpython-39.pyc | Bin 0 -> 3122 bytes .../__pycache__/javascript.cpython-39.pyc | Bin 0 -> 36339 bytes .../__pycache__/jmespath.cpython-39.pyc | Bin 0 -> 1808 bytes .../lexers/__pycache__/jslt.cpython-39.pyc | Bin 0 -> 2720 bytes .../lexers/__pycache__/jsonnet.cpython-39.pyc | Bin 0 -> 3328 bytes .../lexers/__pycache__/jsx.cpython-39.pyc | Bin 0 -> 1785 bytes .../lexers/__pycache__/julia.cpython-39.pyc | Bin 0 -> 6351 bytes .../lexers/__pycache__/jvm.cpython-39.pyc | Bin 0 -> 42086 bytes .../lexers/__pycache__/kuin.cpython-39.pyc | Bin 0 -> 6138 bytes .../lexers/__pycache__/kusto.cpython-39.pyc | Bin 0 -> 2452 bytes .../lexers/__pycache__/ldap.cpython-39.pyc | Bin 0 -> 4657 bytes .../lexers/__pycache__/lean.cpython-39.pyc | Bin 0 -> 5639 bytes .../__pycache__/lilypond.cpython-39.pyc | Bin 0 -> 4427 bytes .../lexers/__pycache__/lisp.cpython-39.pyc | Bin 0 -> 107295 bytes .../__pycache__/macaulay2.cpython-39.pyc | Bin 0 -> 22320 bytes .../lexers/__pycache__/make.cpython-39.pyc | Bin 0 -> 4871 bytes .../lexers/__pycache__/markup.cpython-39.pyc | Bin 0 -> 37038 bytes .../lexers/__pycache__/math.cpython-39.pyc | Bin 0 -> 1026 bytes .../lexers/__pycache__/matlab.cpython-39.pyc | Bin 0 -> 51794 bytes .../lexers/__pycache__/maxima.cpython-39.pyc | Bin 0 -> 2488 bytes .../lexers/__pycache__/meson.cpython-39.pyc | Bin 0 -> 2950 bytes .../lexers/__pycache__/mime.cpython-39.pyc | Bin 0 -> 6106 bytes .../__pycache__/minecraft.cpython-39.pyc | Bin 0 -> 6818 bytes .../lexers/__pycache__/mips.cpython-39.pyc | Bin 0 -> 3005 bytes .../lexers/__pycache__/ml.cpython-39.pyc | Bin 0 -> 15147 bytes .../__pycache__/modeling.cpython-39.pyc | Bin 0 -> 8747 bytes .../lexers/__pycache__/modula2.cpython-39.pyc | Bin 0 -> 19918 bytes .../lexers/__pycache__/mojo.cpython-39.pyc | Bin 0 -> 8868 bytes .../lexers/__pycache__/monte.cpython-39.pyc | Bin 0 -> 3703 bytes .../lexers/__pycache__/mosel.cpython-39.pyc | Bin 0 -> 6328 bytes .../lexers/__pycache__/ncl.cpython-39.pyc | Bin 0 -> 45429 bytes .../lexers/__pycache__/nimrod.cpython-39.pyc | Bin 0 -> 4213 bytes .../lexers/__pycache__/nit.cpython-39.pyc | Bin 0 -> 2355 bytes .../lexers/__pycache__/nix.cpython-39.pyc | Bin 0 -> 3442 bytes .../lexers/__pycache__/oberon.cpython-39.pyc | Bin 0 -> 2994 bytes .../__pycache__/objective.cpython-39.pyc | Bin 0 -> 14860 bytes .../lexers/__pycache__/ooc.cpython-39.pyc | Bin 0 -> 2420 bytes .../__pycache__/openscad.cpython-39.pyc | Bin 0 -> 2841 bytes .../lexers/__pycache__/other.cpython-39.pyc | Bin 0 -> 2391 bytes .../__pycache__/parasail.cpython-39.pyc | Bin 0 -> 2343 bytes .../lexers/__pycache__/parsers.cpython-39.pyc | Bin 0 -> 18134 bytes .../lexers/__pycache__/pascal.cpython-39.pyc | Bin 0 -> 17878 bytes .../lexers/__pycache__/pawn.cpython-39.pyc | Bin 0 -> 5642 bytes .../lexers/__pycache__/perl.cpython-39.pyc | Bin 0 -> 26862 bytes .../lexers/__pycache__/phix.cpython-39.pyc | Bin 0 -> 17775 bytes .../lexers/__pycache__/php.cpython-39.pyc | Bin 0 -> 9761 bytes .../__pycache__/pointless.cpython-39.pyc | Bin 0 -> 1841 bytes .../lexers/__pycache__/pony.cpython-39.pyc | Bin 0 -> 2578 bytes .../lexers/__pycache__/praat.cpython-39.pyc | Bin 0 -> 8080 bytes .../__pycache__/procfile.cpython-39.pyc | Bin 0 -> 1383 bytes .../lexers/__pycache__/prolog.cpython-39.pyc | Bin 0 -> 7580 bytes .../lexers/__pycache__/promql.cpython-39.pyc | Bin 0 -> 2780 bytes .../lexers/__pycache__/prql.cpython-39.pyc | Bin 0 -> 4935 bytes .../lexers/__pycache__/ptx.cpython-39.pyc | Bin 0 -> 3233 bytes .../lexers/__pycache__/python.cpython-39.pyc | Bin 0 -> 29573 bytes .../lexers/__pycache__/q.cpython-39.pyc | Bin 0 -> 4421 bytes .../lexers/__pycache__/qlik.cpython-39.pyc | Bin 0 -> 2384 bytes .../lexers/__pycache__/qvt.cpython-39.pyc | Bin 0 -> 4212 bytes .../lexers/__pycache__/r.cpython-39.pyc | Bin 0 -> 4443 bytes .../lexers/__pycache__/rdf.cpython-39.pyc | Bin 0 -> 8329 bytes .../lexers/__pycache__/rebol.cpython-39.pyc | Bin 0 -> 11376 bytes .../__pycache__/resource.cpython-39.pyc | Bin 0 -> 2404 bytes .../lexers/__pycache__/ride.cpython-39.pyc | Bin 0 -> 3754 bytes .../lexers/__pycache__/rita.cpython-39.pyc | Bin 0 -> 1316 bytes .../lexers/__pycache__/rnc.cpython-39.pyc | Bin 0 -> 1569 bytes .../__pycache__/roboconf.cpython-39.pyc | Bin 0 -> 1972 bytes .../__pycache__/robotframework.cpython-39.pyc | Bin 0 -> 19193 bytes .../lexers/__pycache__/ruby.cpython-39.pyc | Bin 0 -> 13358 bytes .../lexers/__pycache__/rust.cpython-39.pyc | Bin 0 -> 4860 bytes .../lexers/__pycache__/sas.cpython-39.pyc | Bin 0 -> 6038 bytes .../lexers/__pycache__/savi.cpython-39.pyc | Bin 0 -> 2449 bytes .../lexers/__pycache__/scdoc.cpython-39.pyc | Bin 0 -> 2170 bytes .../__pycache__/scripting.cpython-39.pyc | Bin 0 -> 54931 bytes .../lexers/__pycache__/sgf.cpython-39.pyc | Bin 0 -> 1788 bytes .../lexers/__pycache__/shell.cpython-39.pyc | Bin 0 -> 24491 bytes .../lexers/__pycache__/sieve.cpython-39.pyc | Bin 0 -> 2326 bytes .../lexers/__pycache__/slash.cpython-39.pyc | Bin 0 -> 4604 bytes .../__pycache__/smalltalk.cpython-39.pyc | Bin 0 -> 4515 bytes .../lexers/__pycache__/smithy.cpython-39.pyc | Bin 0 -> 2214 bytes .../lexers/__pycache__/smv.cpython-39.pyc | Bin 0 -> 2235 bytes .../lexers/__pycache__/snobol.cpython-39.pyc | Bin 0 -> 2091 bytes .../__pycache__/solidity.cpython-39.pyc | Bin 0 -> 2638 bytes .../lexers/__pycache__/soong.cpython-39.pyc | Bin 0 -> 1743 bytes .../lexers/__pycache__/sophia.cpython-39.pyc | Bin 0 -> 2745 bytes .../lexers/__pycache__/special.cpython-39.pyc | Bin 0 -> 3804 bytes .../lexers/__pycache__/spice.cpython-39.pyc | Bin 0 -> 2472 bytes .../lexers/__pycache__/sql.cpython-39.pyc | Bin 0 -> 26796 bytes .../lexers/__pycache__/srcinfo.cpython-39.pyc | Bin 0 -> 1796 bytes .../lexers/__pycache__/stata.cpython-39.pyc | Bin 0 -> 3027 bytes .../__pycache__/supercollider.cpython-39.pyc | Bin 0 -> 3115 bytes .../lexers/__pycache__/tact.cpython-39.pyc | Bin 0 -> 5520 bytes .../lexers/__pycache__/tal.cpython-39.pyc | Bin 0 -> 2189 bytes .../lexers/__pycache__/tcl.cpython-39.pyc | Bin 0 -> 3773 bytes .../lexers/__pycache__/teal.cpython-39.pyc | Bin 0 -> 2999 bytes .../__pycache__/templates.cpython-39.pyc | Bin 0 -> 61293 bytes .../__pycache__/teraterm.cpython-39.pyc | Bin 0 -> 4526 bytes .../lexers/__pycache__/testing.cpython-39.pyc | Bin 0 -> 8120 bytes .../lexers/__pycache__/text.cpython-39.pyc | Bin 0 -> 1492 bytes .../__pycache__/textedit.cpython-39.pyc | Bin 0 -> 6140 bytes .../__pycache__/textfmts.cpython-39.pyc | Bin 0 -> 10905 bytes .../lexers/__pycache__/theorem.cpython-39.pyc | Bin 0 -> 11736 bytes .../__pycache__/thingsdb.cpython-39.pyc | Bin 0 -> 4622 bytes .../lexers/__pycache__/tlb.cpython-39.pyc | Bin 0 -> 1449 bytes .../lexers/__pycache__/tls.cpython-39.pyc | Bin 0 -> 1598 bytes .../lexers/__pycache__/tnt.cpython-39.pyc | Bin 0 -> 6633 bytes .../__pycache__/trafficscript.cpython-39.pyc | Bin 0 -> 1601 bytes .../__pycache__/typoscript.cpython-39.pyc | Bin 0 -> 5412 bytes .../lexers/__pycache__/typst.cpython-39.pyc | Bin 0 -> 2853 bytes .../lexers/__pycache__/ul4.cpython-39.pyc | Bin 0 -> 5794 bytes .../lexers/__pycache__/unicon.cpython-39.pyc | Bin 0 -> 10213 bytes .../lexers/__pycache__/urbi.cpython-39.pyc | Bin 0 -> 4344 bytes .../lexers/__pycache__/usd.cpython-39.pyc | Bin 0 -> 2766 bytes .../lexers/__pycache__/varnish.cpython-39.pyc | Bin 0 -> 5201 bytes .../__pycache__/verification.cpython-39.pyc | Bin 0 -> 3020 bytes .../__pycache__/verifpal.cpython-39.pyc | Bin 0 -> 2148 bytes .../lexers/__pycache__/vip.cpython-39.pyc | Bin 0 -> 4396 bytes .../lexers/__pycache__/vyper.cpython-39.pyc | Bin 0 -> 3614 bytes .../lexers/__pycache__/web.cpython-39.pyc | Bin 0 -> 1276 bytes .../__pycache__/webassembly.cpython-39.pyc | Bin 0 -> 4675 bytes .../lexers/__pycache__/webidl.cpython-39.pyc | Bin 0 -> 5038 bytes .../lexers/__pycache__/webmisc.cpython-39.pyc | Bin 0 -> 24006 bytes .../lexers/__pycache__/wgsl.cpython-39.pyc | Bin 0 -> 9110 bytes .../lexers/__pycache__/whiley.cpython-39.pyc | Bin 0 -> 2587 bytes .../lexers/__pycache__/wowtoc.cpython-39.pyc | Bin 0 -> 2506 bytes .../lexers/__pycache__/wren.cpython-39.pyc | Bin 0 -> 2207 bytes .../lexers/__pycache__/x10.cpython-39.pyc | Bin 0 -> 1849 bytes .../lexers/__pycache__/xorg.cpython-39.pyc | Bin 0 -> 1164 bytes .../lexers/__pycache__/yang.cpython-39.pyc | Bin 0 -> 3180 bytes .../lexers/__pycache__/yara.cpython-39.pyc | Bin 0 -> 2094 bytes .../lexers/__pycache__/zig.cpython-39.pyc | Bin 0 -> 3031 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/_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 | 589 ++ .../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/_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 | 298 + .../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 | 1050 ++ .../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 | 109 + .../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/comal.py | 81 + .../site-packages/pygments/lexers/compiled.py | 35 + .../site-packages/pygments/lexers/configs.py | 1424 +++ .../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 | 846 ++ .../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 | 172 + .../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/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/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 | 626 ++ .../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 | 325 + .../pygments/lexers/int_fiction.py | 1370 +++ .../site-packages/pygments/lexers/iolang.py | 61 + .../site-packages/pygments/lexers/j.py | 151 + .../pygments/lexers/javascript.py | 1587 +++ .../site-packages/pygments/lexers/jmespath.py | 69 + .../site-packages/pygments/lexers/jslt.py | 94 + .../site-packages/pygments/lexers/jsonnet.py | 169 + .../site-packages/pygments/lexers/jsx.py | 75 + .../site-packages/pygments/lexers/julia.py | 293 + .../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 | 1788 ++++ .../site-packages/pygments/lexers/make.py | 212 + .../site-packages/pygments/lexers/markup.py | 1654 ++++ .../site-packages/pygments/lexers/math.py | 21 + .../site-packages/pygments/lexers/matlab.py | 3306 +++++++ .../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 | 704 ++ .../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/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/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 | 1198 +++ .../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 | 192 + .../site-packages/pygments/lexers/rdf.py | 468 + .../site-packages/pygments/lexers/rebol.py | 419 + .../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 | 1598 +++ .../site-packages/pygments/lexers/sgf.py | 59 + .../site-packages/pygments/lexers/shell.py | 898 ++ .../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 | 121 + .../site-packages/pygments/lexers/spice.py | 70 + .../site-packages/pygments/lexers/sql.py | 1033 ++ .../site-packages/pygments/lexers/srcinfo.py | 62 + .../site-packages/pygments/lexers/stata.py | 170 + .../pygments/lexers/supercollider.py | 94 + .../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 | 104 + .../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 + .../python3.9/site-packages/pygments/style.py | 203 + .../site-packages/pygments/styles/__init__.py | 61 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 2024 bytes .../__pycache__/_mapping.cpython-39.pyc | Bin 0 -> 3100 bytes .../styles/__pycache__/abap.cpython-39.pyc | Bin 0 -> 961 bytes .../styles/__pycache__/algol.cpython-39.pyc | Bin 0 -> 2232 bytes .../__pycache__/algol_nu.cpython-39.pyc | Bin 0 -> 2247 bytes .../styles/__pycache__/arduino.cpython-39.pyc | Bin 0 -> 2098 bytes .../styles/__pycache__/autumn.cpython-39.pyc | Bin 0 -> 1779 bytes .../styles/__pycache__/borland.cpython-39.pyc | Bin 0 -> 1552 bytes .../styles/__pycache__/bw.cpython-39.pyc | Bin 0 -> 1246 bytes .../styles/__pycache__/coffee.cpython-39.pyc | Bin 0 -> 1999 bytes .../__pycache__/colorful.cpython-39.pyc | Bin 0 -> 2168 bytes .../styles/__pycache__/default.cpython-39.pyc | Bin 0 -> 1962 bytes .../styles/__pycache__/dracula.cpython-39.pyc | Bin 0 -> 2172 bytes .../styles/__pycache__/emacs.cpython-39.pyc | Bin 0 -> 1984 bytes .../__pycache__/friendly.cpython-39.pyc | Bin 0 -> 2071 bytes .../friendly_grayscale.cpython-39.pyc | Bin 0 -> 2285 bytes .../styles/__pycache__/fruity.cpython-39.pyc | Bin 0 -> 1424 bytes .../styles/__pycache__/gh_dark.cpython-39.pyc | Bin 0 -> 2551 bytes .../styles/__pycache__/gruvbox.cpython-39.pyc | Bin 0 -> 2655 bytes .../styles/__pycache__/igor.cpython-39.pyc | Bin 0 -> 993 bytes .../styles/__pycache__/inkpot.cpython-39.pyc | Bin 0 -> 1824 bytes .../__pycache__/lightbulb.cpython-39.pyc | Bin 0 -> 2559 bytes .../__pycache__/lilypond.cpython-39.pyc | Bin 0 -> 1675 bytes .../__pycache__/lovelace.cpython-39.pyc | Bin 0 -> 2454 bytes .../styles/__pycache__/manni.cpython-39.pyc | Bin 0 -> 2212 bytes .../__pycache__/material.cpython-39.pyc | Bin 0 -> 2591 bytes .../styles/__pycache__/monokai.cpython-39.pyc | Bin 0 -> 2314 bytes .../styles/__pycache__/murphy.cpython-39.pyc | Bin 0 -> 2133 bytes .../styles/__pycache__/native.cpython-39.pyc | Bin 0 -> 1885 bytes .../styles/__pycache__/nord.cpython-39.pyc | Bin 0 -> 3093 bytes .../styles/__pycache__/onedark.cpython-39.pyc | Bin 0 -> 1577 bytes .../__pycache__/paraiso_dark.cpython-39.pyc | Bin 0 -> 2602 bytes .../__pycache__/paraiso_light.cpython-39.pyc | Bin 0 -> 2608 bytes .../styles/__pycache__/pastie.cpython-39.pyc | Bin 0 -> 2068 bytes .../styles/__pycache__/perldoc.cpython-39.pyc | Bin 0 -> 1897 bytes .../__pycache__/rainbow_dash.cpython-39.pyc | Bin 0 -> 2355 bytes .../styles/__pycache__/rrt.cpython-39.pyc | Bin 0 -> 1195 bytes .../styles/__pycache__/sas.cpython-39.pyc | Bin 0 -> 1539 bytes .../__pycache__/solarized.cpython-39.pyc | Bin 0 -> 3135 bytes .../__pycache__/staroffice.cpython-39.pyc | Bin 0 -> 1040 bytes .../__pycache__/stata_dark.cpython-39.pyc | Bin 0 -> 1409 bytes .../__pycache__/stata_light.cpython-39.pyc | Bin 0 -> 1437 bytes .../styles/__pycache__/tango.cpython-39.pyc | Bin 0 -> 3644 bytes .../styles/__pycache__/trac.cpython-39.pyc | Bin 0 -> 1722 bytes .../styles/__pycache__/vim.cpython-39.pyc | Bin 0 -> 1667 bytes .../styles/__pycache__/vs.cpython-39.pyc | Bin 0 -> 1161 bytes .../styles/__pycache__/xcode.cpython-39.pyc | Bin 0 -> 1285 bytes .../styles/__pycache__/zenburn.cpython-39.pyc | Bin 0 -> 2184 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 | 39 + .../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 + .../python3.9/site-packages/pygments/token.py | 214 + .../site-packages/pygments/unistring.py | 153 + .../python3.9/site-packages/pygments/util.py | 324 + .../requests-2.31.0.dist-info/INSTALLER | 1 + .../requests-2.31.0.dist-info/LICENSE | 175 + .../requests-2.31.0.dist-info/METADATA | 122 + .../requests-2.31.0.dist-info/RECORD | 42 + .../requests-2.31.0.dist-info/WHEEL | 5 + .../requests-2.31.0.dist-info/top_level.txt | 1 + .../site-packages/requests/__init__.py | 180 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 3870 bytes .../__pycache__/__version__.cpython-39.pyc | Bin 0 -> 552 bytes .../_internal_utils.cpython-39.pyc | Bin 0 -> 1627 bytes .../__pycache__/adapters.cpython-39.pyc | Bin 0 -> 16219 bytes .../requests/__pycache__/api.cpython-39.pyc | Bin 0 -> 6793 bytes .../requests/__pycache__/auth.cpython-39.pyc | Bin 0 -> 8358 bytes .../requests/__pycache__/certs.cpython-39.pyc | Bin 0 -> 623 bytes .../__pycache__/compat.cpython-39.pyc | Bin 0 -> 1522 bytes .../__pycache__/cookies.cpython-39.pyc | Bin 0 -> 18820 bytes .../__pycache__/exceptions.cpython-39.pyc | Bin 0 -> 6121 bytes .../requests/__pycache__/help.cpython-39.pyc | Bin 0 -> 2835 bytes .../requests/__pycache__/hooks.cpython-39.pyc | Bin 0 -> 992 bytes .../__pycache__/models.cpython-39.pyc | Bin 0 -> 24240 bytes .../__pycache__/packages.cpython-39.pyc | Bin 0 -> 713 bytes .../__pycache__/sessions.cpython-39.pyc | Bin 0 -> 19653 bytes .../__pycache__/status_codes.cpython-39.pyc | Bin 0 -> 4237 bytes .../__pycache__/structures.cpython-39.pyc | Bin 0 -> 4449 bytes .../requests/__pycache__/utils.cpython-39.pyc | Bin 0 -> 24334 bytes .../site-packages/requests/__version__.py | 14 + .../site-packages/requests/_internal_utils.py | 50 + .../site-packages/requests/adapters.py | 538 ++ .../python3.9/site-packages/requests/api.py | 157 + .../python3.9/site-packages/requests/auth.py | 315 + .../python3.9/site-packages/requests/certs.py | 17 + .../site-packages/requests/compat.py | 79 + .../site-packages/requests/cookies.py | 561 ++ .../site-packages/requests/exceptions.py | 141 + .../python3.9/site-packages/requests/help.py | 134 + .../python3.9/site-packages/requests/hooks.py | 33 + .../site-packages/requests/models.py | 1034 ++ .../site-packages/requests/packages.py | 28 + .../site-packages/requests/sessions.py | 833 ++ .../site-packages/requests/status_codes.py | 128 + .../site-packages/requests/structures.py | 99 + .../python3.9/site-packages/requests/utils.py | 1094 +++ .../rich-13.7.1.dist-info/INSTALLER | 1 + .../rich-13.7.1.dist-info/LICENSE | 19 + .../rich-13.7.1.dist-info/METADATA | 481 + .../rich-13.7.1.dist-info/RECORD | 163 + .../rich-13.7.1.dist-info/REQUESTED | 0 .../site-packages/rich-13.7.1.dist-info/WHEEL | 4 + .../python3.9/site-packages/rich/__init__.py | 177 + .../python3.9/site-packages/rich/__main__.py | 273 + .../rich/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 5997 bytes .../rich/__pycache__/__main__.cpython-39.pyc | Bin 0 -> 7005 bytes .../__pycache__/_cell_widths.cpython-39.pyc | Bin 0 -> 7867 bytes .../__pycache__/_emoji_codes.cpython-39.pyc | Bin 0 -> 132703 bytes .../__pycache__/_emoji_replace.cpython-39.pyc | Bin 0 -> 1188 bytes .../__pycache__/_export_format.cpython-39.pyc | Bin 0 -> 2327 bytes .../__pycache__/_extension.cpython-39.pyc | Bin 0 -> 473 bytes .../rich/__pycache__/_fileno.cpython-39.pyc | Bin 0 -> 774 bytes .../rich/__pycache__/_inspect.cpython-39.pyc | Bin 0 -> 8691 bytes .../__pycache__/_log_render.cpython-39.pyc | Bin 0 -> 2568 bytes .../rich/__pycache__/_loop.cpython-39.pyc | Bin 0 -> 1270 bytes .../__pycache__/_null_file.cpython-39.pyc | Bin 0 -> 3387 bytes .../rich/__pycache__/_palettes.cpython-39.pyc | Bin 0 -> 5099 bytes .../rich/__pycache__/_pick.cpython-39.pyc | Bin 0 -> 640 bytes .../rich/__pycache__/_ratio.cpython-39.pyc | Bin 0 -> 5112 bytes .../rich/__pycache__/_spinners.cpython-39.pyc | Bin 0 -> 11596 bytes .../rich/__pycache__/_stack.cpython-39.pyc | Bin 0 -> 845 bytes .../rich/__pycache__/_timer.cpython-39.pyc | Bin 0 -> 692 bytes .../__pycache__/_win32_console.cpython-39.pyc | Bin 0 -> 19114 bytes .../rich/__pycache__/_windows.cpython-39.pyc | Bin 0 -> 1753 bytes .../_windows_renderer.cpython-39.pyc | Bin 0 -> 2033 bytes .../rich/__pycache__/_wrap.cpython-39.pyc | Bin 0 -> 2415 bytes .../rich/__pycache__/abc.cpython-39.pyc | Bin 0 -> 1294 bytes .../rich/__pycache__/align.cpython-39.pyc | Bin 0 -> 7800 bytes .../rich/__pycache__/ansi.cpython-39.pyc | Bin 0 -> 5638 bytes .../rich/__pycache__/bar.cpython-39.pyc | Bin 0 -> 2944 bytes .../rich/__pycache__/box.cpython-39.pyc | Bin 0 -> 8448 bytes .../rich/__pycache__/cells.cpython-39.pyc | Bin 0 -> 4415 bytes .../rich/__pycache__/color.cpython-39.pyc | Bin 0 -> 15437 bytes .../__pycache__/color_triplet.cpython-39.pyc | Bin 0 -> 1427 bytes .../rich/__pycache__/columns.cpython-39.pyc | Bin 0 -> 6131 bytes .../rich/__pycache__/console.cpython-39.pyc | Bin 0 -> 82007 bytes .../rich/__pycache__/constrain.cpython-39.pyc | Bin 0 -> 1665 bytes .../__pycache__/containers.cpython-39.pyc | Bin 0 -> 6431 bytes .../rich/__pycache__/control.cpython-39.pyc | Bin 0 -> 8106 bytes .../__pycache__/default_styles.cpython-39.pyc | Bin 0 -> 5296 bytes .../rich/__pycache__/diagnose.cpython-39.pyc | Bin 0 -> 1165 bytes .../rich/__pycache__/emoji.cpython-39.pyc | Bin 0 -> 3168 bytes .../rich/__pycache__/errors.cpython-39.pyc | Bin 0 -> 1671 bytes .../__pycache__/file_proxy.cpython-39.pyc | Bin 0 -> 2387 bytes .../rich/__pycache__/filesize.cpython-39.pyc | Bin 0 -> 2615 bytes .../__pycache__/highlighter.cpython-39.pyc | Bin 0 -> 8025 bytes .../rich/__pycache__/json.cpython-39.pyc | Bin 0 -> 4677 bytes .../rich/__pycache__/jupyter.cpython-39.pyc | Bin 0 -> 4023 bytes .../rich/__pycache__/layout.cpython-39.pyc | Bin 0 -> 14607 bytes .../rich/__pycache__/live.cpython-39.pyc | Bin 0 -> 11398 bytes .../__pycache__/live_render.cpython-39.pyc | Bin 0 -> 3380 bytes .../rich/__pycache__/logging.cpython-39.pyc | Bin 0 -> 9823 bytes .../rich/__pycache__/markdown.cpython-39.pyc | Bin 0 -> 24582 bytes .../rich/__pycache__/markup.cpython-39.pyc | Bin 0 -> 6119 bytes .../rich/__pycache__/measure.cpython-39.pyc | Bin 0 -> 4997 bytes .../rich/__pycache__/padding.cpython-39.pyc | Bin 0 -> 4396 bytes .../rich/__pycache__/pager.cpython-39.pyc | Bin 0 -> 1455 bytes .../rich/__pycache__/palette.cpython-39.pyc | Bin 0 -> 3618 bytes .../rich/__pycache__/panel.cpython-39.pyc | Bin 0 -> 7470 bytes .../rich/__pycache__/pretty.cpython-39.pyc | Bin 0 -> 27422 bytes .../rich/__pycache__/progress.cpython-39.pyc | Bin 0 -> 53445 bytes .../__pycache__/progress_bar.cpython-39.pyc | Bin 0 -> 6827 bytes .../rich/__pycache__/prompt.cpython-39.pyc | Bin 0 -> 11352 bytes .../rich/__pycache__/protocol.cpython-39.pyc | Bin 0 -> 1329 bytes .../rich/__pycache__/region.cpython-39.pyc | Bin 0 -> 527 bytes .../rich/__pycache__/repr.cpython-39.pyc | Bin 0 -> 4083 bytes .../rich/__pycache__/rule.cpython-39.pyc | Bin 0 -> 3896 bytes .../rich/__pycache__/scope.cpython-39.pyc | Bin 0 -> 2954 bytes .../rich/__pycache__/screen.cpython-39.pyc | Bin 0 -> 1812 bytes .../rich/__pycache__/segment.cpython-39.pyc | Bin 0 -> 20501 bytes .../rich/__pycache__/spinner.cpython-39.pyc | Bin 0 -> 4346 bytes .../rich/__pycache__/status.cpython-39.pyc | Bin 0 -> 4577 bytes .../rich/__pycache__/style.cpython-39.pyc | Bin 0 -> 21419 bytes .../rich/__pycache__/styled.cpython-39.pyc | Bin 0 -> 1666 bytes .../rich/__pycache__/syntax.cpython-39.pyc | Bin 0 -> 25649 bytes .../rich/__pycache__/table.cpython-39.pyc | Bin 0 -> 29594 bytes .../__pycache__/terminal_theme.cpython-39.pyc | Bin 0 -> 2998 bytes .../rich/__pycache__/text.cpython-39.pyc | Bin 0 -> 41773 bytes .../rich/__pycache__/theme.cpython-39.pyc | Bin 0 -> 4808 bytes .../rich/__pycache__/themes.cpython-39.pyc | Bin 0 -> 295 bytes .../rich/__pycache__/traceback.cpython-39.pyc | Bin 0 -> 21461 bytes .../rich/__pycache__/tree.cpython-39.pyc | Bin 0 -> 7167 bytes .../site-packages/rich/_cell_widths.py | 454 + .../site-packages/rich/_emoji_codes.py | 3610 +++++++ .../site-packages/rich/_emoji_replace.py | 32 + .../site-packages/rich/_export_format.py | 76 + .../site-packages/rich/_extension.py | 10 + .../python3.9/site-packages/rich/_fileno.py | 24 + .../python3.9/site-packages/rich/_inspect.py | 270 + .../site-packages/rich/_log_render.py | 94 + .../lib/python3.9/site-packages/rich/_loop.py | 43 + .../site-packages/rich/_null_file.py | 69 + .../python3.9/site-packages/rich/_palettes.py | 309 + .../lib/python3.9/site-packages/rich/_pick.py | 17 + .../python3.9/site-packages/rich/_ratio.py | 159 + .../python3.9/site-packages/rich/_spinners.py | 482 + .../python3.9/site-packages/rich/_stack.py | 16 + .../python3.9/site-packages/rich/_timer.py | 19 + .../site-packages/rich/_win32_console.py | 662 ++ .../python3.9/site-packages/rich/_windows.py | 71 + .../site-packages/rich/_windows_renderer.py | 56 + .../lib/python3.9/site-packages/rich/_wrap.py | 93 + .awi/lib/python3.9/site-packages/rich/abc.py | 33 + .../lib/python3.9/site-packages/rich/align.py | 311 + .awi/lib/python3.9/site-packages/rich/ansi.py | 240 + .awi/lib/python3.9/site-packages/rich/bar.py | 93 + .awi/lib/python3.9/site-packages/rich/box.py | 480 + .../lib/python3.9/site-packages/rich/cells.py | 167 + .../lib/python3.9/site-packages/rich/color.py | 621 ++ .../site-packages/rich/color_triplet.py | 38 + .../python3.9/site-packages/rich/columns.py | 187 + .../python3.9/site-packages/rich/console.py | 2633 +++++ .../python3.9/site-packages/rich/constrain.py | 37 + .../site-packages/rich/containers.py | 167 + .../python3.9/site-packages/rich/control.py | 225 + .../site-packages/rich/default_styles.py | 190 + .../python3.9/site-packages/rich/diagnose.py | 37 + .../lib/python3.9/site-packages/rich/emoji.py | 96 + .../python3.9/site-packages/rich/errors.py | 34 + .../site-packages/rich/file_proxy.py | 57 + .../python3.9/site-packages/rich/filesize.py | 89 + .../site-packages/rich/highlighter.py | 232 + .awi/lib/python3.9/site-packages/rich/json.py | 139 + .../python3.9/site-packages/rich/jupyter.py | 101 + .../python3.9/site-packages/rich/layout.py | 442 + .awi/lib/python3.9/site-packages/rich/live.py | 375 + .../site-packages/rich/live_render.py | 112 + .../python3.9/site-packages/rich/logging.py | 289 + .../python3.9/site-packages/rich/markdown.py | 800 ++ .../python3.9/site-packages/rich/markup.py | 251 + .../python3.9/site-packages/rich/measure.py | 151 + .../python3.9/site-packages/rich/padding.py | 141 + .../lib/python3.9/site-packages/rich/pager.py | 34 + .../python3.9/site-packages/rich/palette.py | 100 + .../lib/python3.9/site-packages/rich/panel.py | 312 + .../python3.9/site-packages/rich/pretty.py | 995 ++ .../python3.9/site-packages/rich/progress.py | 1699 ++++ .../site-packages/rich/progress_bar.py | 223 + .../python3.9/site-packages/rich/prompt.py | 375 + .../python3.9/site-packages/rich/protocol.py | 42 + .../lib/python3.9/site-packages/rich/py.typed | 0 .../python3.9/site-packages/rich/region.py | 10 + .awi/lib/python3.9/site-packages/rich/repr.py | 149 + .awi/lib/python3.9/site-packages/rich/rule.py | 130 + .../lib/python3.9/site-packages/rich/scope.py | 86 + .../python3.9/site-packages/rich/screen.py | 54 + .../python3.9/site-packages/rich/segment.py | 738 ++ .../python3.9/site-packages/rich/spinner.py | 137 + .../python3.9/site-packages/rich/status.py | 131 + .../lib/python3.9/site-packages/rich/style.py | 796 ++ .../python3.9/site-packages/rich/styled.py | 42 + .../python3.9/site-packages/rich/syntax.py | 958 ++ .../lib/python3.9/site-packages/rich/table.py | 1000 ++ .../site-packages/rich/terminal_theme.py | 153 + .awi/lib/python3.9/site-packages/rich/text.py | 1357 +++ .../lib/python3.9/site-packages/rich/theme.py | 115 + .../python3.9/site-packages/rich/themes.py | 5 + .../python3.9/site-packages/rich/traceback.py | 753 ++ .awi/lib/python3.9/site-packages/rich/tree.py | 249 + .../setuptools-58.1.0.dist-info/INSTALLER | 1 + .../setuptools-58.1.0.dist-info/LICENSE | 19 + .../setuptools-58.1.0.dist-info/METADATA | 119 + .../setuptools-58.1.0.dist-info/RECORD | 296 + .../setuptools-58.1.0.dist-info/REQUESTED | 0 .../setuptools-58.1.0.dist-info/WHEEL | 5 + .../entry_points.txt | 56 + .../setuptools-58.1.0.dist-info/top_level.txt | 3 + .../site-packages/setuptools/__init__.py | 242 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 8556 bytes .../_deprecation_warning.cpython-39.pyc | Bin 0 -> 566 bytes .../__pycache__/_imp.cpython-39.pyc | Bin 0 -> 2101 bytes .../__pycache__/archive_util.cpython-39.pyc | Bin 0 -> 5830 bytes .../__pycache__/build_meta.cpython-39.pyc | Bin 0 -> 9089 bytes .../__pycache__/config.cpython-39.pyc | Bin 0 -> 20842 bytes .../__pycache__/dep_util.cpython-39.pyc | Bin 0 -> 873 bytes .../__pycache__/depends.cpython-39.pyc | Bin 0 -> 5265 bytes .../__pycache__/dist.cpython-39.pyc | Bin 0 -> 36463 bytes .../__pycache__/errors.cpython-39.pyc | Bin 0 -> 866 bytes .../__pycache__/extension.cpython-39.pyc | Bin 0 -> 1960 bytes .../__pycache__/glob.cpython-39.pyc | Bin 0 -> 3710 bytes .../__pycache__/installer.cpython-39.pyc | Bin 0 -> 2787 bytes .../__pycache__/launch.cpython-39.pyc | Bin 0 -> 917 bytes .../__pycache__/monkey.cpython-39.pyc | Bin 0 -> 4629 bytes .../__pycache__/msvc.cpython-39.pyc | Bin 0 -> 42855 bytes .../__pycache__/namespaces.cpython-39.pyc | Bin 0 -> 3616 bytes .../__pycache__/package_index.cpython-39.pyc | Bin 0 -> 32652 bytes .../__pycache__/py34compat.cpython-39.pyc | Bin 0 -> 496 bytes .../__pycache__/sandbox.cpython-39.pyc | Bin 0 -> 15772 bytes .../__pycache__/unicode_utils.cpython-39.pyc | Bin 0 -> 1130 bytes .../__pycache__/version.cpython-39.pyc | Bin 0 -> 340 bytes .../__pycache__/wheel.cpython-39.pyc | Bin 0 -> 7296 bytes .../windows_support.cpython-39.pyc | Bin 0 -> 1039 bytes .../setuptools/_deprecation_warning.py | 7 + .../setuptools/_distutils/__init__.py | 15 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 474 bytes .../__pycache__/_msvccompiler.cpython-39.pyc | Bin 0 -> 13829 bytes .../__pycache__/archive_util.cpython-39.pyc | Bin 0 -> 6661 bytes .../__pycache__/bcppcompiler.cpython-39.pyc | Bin 0 -> 6572 bytes .../__pycache__/ccompiler.cpython-39.pyc | Bin 0 -> 33440 bytes .../_distutils/__pycache__/cmd.cpython-39.pyc | Bin 0 -> 14000 bytes .../__pycache__/config.cpython-39.pyc | Bin 0 -> 3603 bytes .../__pycache__/core.cpython-39.pyc | Bin 0 -> 6728 bytes .../cygwinccompiler.cpython-39.pyc | Bin 0 -> 8808 bytes .../__pycache__/debug.cpython-39.pyc | Bin 0 -> 270 bytes .../__pycache__/dep_util.cpython-39.pyc | Bin 0 -> 2790 bytes .../__pycache__/dir_util.cpython-39.pyc | Bin 0 -> 5891 bytes .../__pycache__/dist.cpython-39.pyc | Bin 0 -> 34461 bytes .../__pycache__/errors.cpython-39.pyc | Bin 0 -> 5326 bytes .../__pycache__/extension.cpython-39.pyc | Bin 0 -> 6991 bytes .../__pycache__/fancy_getopt.cpython-39.pyc | Bin 0 -> 10699 bytes .../__pycache__/file_util.cpython-39.pyc | Bin 0 -> 6057 bytes .../__pycache__/filelist.cpython-39.pyc | Bin 0 -> 10849 bytes .../_distutils/__pycache__/log.cpython-39.pyc | Bin 0 -> 2389 bytes .../__pycache__/msvc9compiler.cpython-39.pyc | Bin 0 -> 17586 bytes .../__pycache__/msvccompiler.cpython-39.pyc | Bin 0 -> 14781 bytes .../__pycache__/py35compat.cpython-39.pyc | Bin 0 -> 646 bytes .../__pycache__/py38compat.cpython-39.pyc | Bin 0 -> 441 bytes .../__pycache__/spawn.cpython-39.pyc | Bin 0 -> 2917 bytes .../__pycache__/sysconfig.cpython-39.pyc | Bin 0 -> 12601 bytes .../__pycache__/text_file.cpython-39.pyc | Bin 0 -> 8515 bytes .../__pycache__/unixccompiler.cpython-39.pyc | Bin 0 -> 6891 bytes .../__pycache__/util.cpython-39.pyc | Bin 0 -> 14254 bytes .../__pycache__/version.cpython-39.pyc | Bin 0 -> 7415 bytes .../versionpredicate.cpython-39.pyc | Bin 0 -> 5199 bytes .../setuptools/_distutils/_msvccompiler.py | 561 ++ .../setuptools/_distutils/archive_util.py | 256 + .../setuptools/_distutils/bcppcompiler.py | 393 + .../setuptools/_distutils/ccompiler.py | 1123 +++ .../setuptools/_distutils/cmd.py | 403 + .../setuptools/_distutils/command/__init__.py | 31 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 549 bytes .../command/__pycache__/bdist.cpython-39.pyc | Bin 0 -> 3679 bytes .../__pycache__/bdist_dumb.cpython-39.pyc | Bin 0 -> 3662 bytes .../__pycache__/bdist_msi.cpython-39.pyc | Bin 0 -> 19844 bytes .../__pycache__/bdist_rpm.cpython-39.pyc | Bin 0 -> 12299 bytes .../__pycache__/bdist_wininst.cpython-39.pyc | Bin 0 -> 8619 bytes .../command/__pycache__/build.cpython-39.pyc | Bin 0 -> 3951 bytes .../__pycache__/build_clib.cpython-39.pyc | Bin 0 -> 4874 bytes .../__pycache__/build_ext.cpython-39.pyc | Bin 0 -> 16286 bytes .../__pycache__/build_py.cpython-39.pyc | Bin 0 -> 9869 bytes .../__pycache__/build_scripts.cpython-39.pyc | Bin 0 -> 4034 bytes .../command/__pycache__/check.cpython-39.pyc | Bin 0 -> 4983 bytes .../command/__pycache__/clean.cpython-39.pyc | Bin 0 -> 2156 bytes .../command/__pycache__/config.cpython-39.pyc | Bin 0 -> 10286 bytes .../__pycache__/install.cpython-39.pyc | Bin 0 -> 13898 bytes .../__pycache__/install_data.cpython-39.pyc | Bin 0 -> 2359 bytes .../install_egg_info.cpython-39.pyc | Bin 0 -> 3094 bytes .../install_headers.cpython-39.pyc | Bin 0 -> 1784 bytes .../__pycache__/install_lib.cpython-39.pyc | Bin 0 -> 5156 bytes .../install_scripts.cpython-39.pyc | Bin 0 -> 2207 bytes .../__pycache__/py37compat.cpython-39.pyc | Bin 0 -> 1050 bytes .../__pycache__/register.cpython-39.pyc | Bin 0 -> 8527 bytes .../command/__pycache__/sdist.cpython-39.pyc | Bin 0 -> 14554 bytes .../command/__pycache__/upload.cpython-39.pyc | Bin 0 -> 5277 bytes .../setuptools/_distutils/command/bdist.py | 143 + .../_distutils/command/bdist_dumb.py | 123 + .../_distutils/command/bdist_msi.py | 749 ++ .../_distutils/command/bdist_rpm.py | 579 ++ .../_distutils/command/bdist_wininst.py | 377 + .../setuptools/_distutils/command/build.py | 157 + .../_distutils/command/build_clib.py | 209 + .../_distutils/command/build_ext.py | 757 ++ .../setuptools/_distutils/command/build_py.py | 392 + .../_distutils/command/build_scripts.py | 152 + .../setuptools/_distutils/command/check.py | 148 + .../setuptools/_distutils/command/clean.py | 76 + .../setuptools/_distutils/command/config.py | 344 + .../setuptools/_distutils/command/install.py | 678 ++ .../_distutils/command/install_data.py | 79 + .../_distutils/command/install_egg_info.py | 77 + .../_distutils/command/install_headers.py | 47 + .../_distutils/command/install_lib.py | 217 + .../_distutils/command/install_scripts.py | 60 + .../_distutils/command/py37compat.py | 30 + .../setuptools/_distutils/command/register.py | 304 + .../setuptools/_distutils/command/sdist.py | 494 + .../setuptools/_distutils/command/upload.py | 214 + .../setuptools/_distutils/config.py | 130 + .../setuptools/_distutils/core.py | 234 + .../setuptools/_distutils/cygwinccompiler.py | 414 + .../setuptools/_distutils/debug.py | 5 + .../setuptools/_distutils/dep_util.py | 92 + .../setuptools/_distutils/dir_util.py | 210 + .../setuptools/_distutils/dist.py | 1257 +++ .../setuptools/_distutils/errors.py | 97 + .../setuptools/_distutils/extension.py | 240 + .../setuptools/_distutils/fancy_getopt.py | 457 + .../setuptools/_distutils/file_util.py | 238 + .../setuptools/_distutils/filelist.py | 355 + .../setuptools/_distutils/log.py | 77 + .../setuptools/_distutils/msvc9compiler.py | 788 ++ .../setuptools/_distutils/msvccompiler.py | 643 ++ .../setuptools/_distutils/py35compat.py | 19 + .../setuptools/_distutils/py38compat.py | 7 + .../setuptools/_distutils/spawn.py | 106 + .../setuptools/_distutils/sysconfig.py | 578 ++ .../setuptools/_distutils/text_file.py | 286 + .../setuptools/_distutils/unixccompiler.py | 332 + .../setuptools/_distutils/util.py | 535 + .../setuptools/_distutils/version.py | 347 + .../setuptools/_distutils/versionpredicate.py | 166 + .../site-packages/setuptools/_imp.py | 82 + .../setuptools/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 204 bytes .../__pycache__/ordered_set.cpython-39.pyc | Bin 0 -> 16398 bytes .../__pycache__/pyparsing.cpython-39.pyc | Bin 0 -> 201358 bytes .../_vendor/more_itertools/__init__.py | 4 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 285 bytes .../__pycache__/more.cpython-39.pyc | Bin 0 -> 110030 bytes .../__pycache__/recipes.cpython-39.pyc | Bin 0 -> 17950 bytes .../setuptools/_vendor/more_itertools/more.py | 3825 ++++++++ .../_vendor/more_itertools/recipes.py | 620 ++ .../setuptools/_vendor/ordered_set.py | 488 + .../setuptools/_vendor/packaging/__about__.py | 27 + .../setuptools/_vendor/packaging/__init__.py | 26 + .../__pycache__/__about__.cpython-39.pyc | Bin 0 -> 720 bytes .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 566 bytes .../__pycache__/_compat.cpython-39.pyc | Bin 0 -> 1164 bytes .../__pycache__/_structures.cpython-39.pyc | Bin 0 -> 2918 bytes .../__pycache__/_typing.cpython-39.pyc | Bin 0 -> 1509 bytes .../__pycache__/markers.cpython-39.pyc | Bin 0 -> 9322 bytes .../__pycache__/requirements.cpython-39.pyc | Bin 0 -> 4099 bytes .../__pycache__/specifiers.cpython-39.pyc | Bin 0 -> 20601 bytes .../packaging/__pycache__/tags.cpython-39.pyc | Bin 0 -> 17280 bytes .../__pycache__/utils.cpython-39.pyc | Bin 0 -> 1671 bytes .../__pycache__/version.cpython-39.pyc | Bin 0 -> 13338 bytes .../setuptools/_vendor/packaging/_compat.py | 38 + .../_vendor/packaging/_structures.py | 86 + .../setuptools/_vendor/packaging/_typing.py | 48 + .../setuptools/_vendor/packaging/markers.py | 328 + .../_vendor/packaging/requirements.py | 145 + .../_vendor/packaging/specifiers.py | 863 ++ .../setuptools/_vendor/packaging/tags.py | 751 ++ .../setuptools/_vendor/packaging/utils.py | 65 + .../setuptools/_vendor/packaging/version.py | 535 + .../setuptools/_vendor/pyparsing.py | 5742 +++++++++++ .../site-packages/setuptools/archive_util.py | 205 + .../site-packages/setuptools/build_meta.py | 281 + .../site-packages/setuptools/cli-32.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/cli-64.exe | Bin 0 -> 74752 bytes .../site-packages/setuptools/cli.exe | Bin 0 -> 65536 bytes .../setuptools/command/__init__.py | 8 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 393 bytes .../command/__pycache__/alias.cpython-39.pyc | Bin 0 -> 2387 bytes .../__pycache__/bdist_egg.cpython-39.pyc | Bin 0 -> 13053 bytes .../__pycache__/bdist_rpm.cpython-39.pyc | Bin 0 -> 1600 bytes .../__pycache__/build_clib.cpython-39.pyc | Bin 0 -> 2484 bytes .../__pycache__/build_ext.cpython-39.pyc | Bin 0 -> 9843 bytes .../__pycache__/build_py.cpython-39.pyc | Bin 0 -> 7834 bytes .../__pycache__/develop.cpython-39.pyc | Bin 0 -> 6153 bytes .../__pycache__/dist_info.cpython-39.pyc | Bin 0 -> 1411 bytes .../__pycache__/easy_install.cpython-39.pyc | Bin 0 -> 63604 bytes .../__pycache__/egg_info.cpython-39.pyc | Bin 0 -> 21994 bytes .../__pycache__/install.cpython-39.pyc | Bin 0 -> 4052 bytes .../install_egg_info.cpython-39.pyc | Bin 0 -> 2443 bytes .../__pycache__/install_lib.cpython-39.pyc | Bin 0 -> 4150 bytes .../install_scripts.cpython-39.pyc | Bin 0 -> 2438 bytes .../__pycache__/py36compat.cpython-39.pyc | Bin 0 -> 4605 bytes .../__pycache__/register.cpython-39.pyc | Bin 0 -> 861 bytes .../command/__pycache__/rotate.cpython-39.pyc | Bin 0 -> 2520 bytes .../__pycache__/saveopts.cpython-39.pyc | Bin 0 -> 939 bytes .../command/__pycache__/sdist.cpython-39.pyc | Bin 0 -> 6480 bytes .../command/__pycache__/setopt.cpython-39.pyc | Bin 0 -> 4690 bytes .../command/__pycache__/test.cpython-39.pyc | Bin 0 -> 8045 bytes .../command/__pycache__/upload.cpython-39.pyc | Bin 0 -> 834 bytes .../__pycache__/upload_docs.cpython-39.pyc | Bin 0 -> 6177 bytes .../site-packages/setuptools/command/alias.py | 78 + .../setuptools/command/bdist_egg.py | 456 + .../setuptools/command/bdist_rpm.py | 40 + .../setuptools/command/build_clib.py | 101 + .../setuptools/command/build_ext.py | 328 + .../setuptools/command/build_py.py | 232 + .../setuptools/command/develop.py | 193 + .../setuptools/command/dist_info.py | 36 + .../setuptools/command/easy_install.py | 2290 +++++ .../setuptools/command/egg_info.py | 734 ++ .../setuptools/command/install.py | 125 + .../setuptools/command/install_egg_info.py | 62 + .../setuptools/command/install_lib.py | 122 + .../setuptools/command/install_scripts.py | 69 + .../setuptools/command/launcher manifest.xml | 15 + .../setuptools/command/py36compat.py | 134 + .../setuptools/command/register.py | 18 + .../setuptools/command/rotate.py | 64 + .../setuptools/command/saveopts.py | 22 + .../site-packages/setuptools/command/sdist.py | 189 + .../setuptools/command/setopt.py | 149 + .../site-packages/setuptools/command/test.py | 252 + .../setuptools/command/upload.py | 17 + .../setuptools/command/upload_docs.py | 202 + .../site-packages/setuptools/config.py | 749 ++ .../site-packages/setuptools/dep_util.py | 25 + .../site-packages/setuptools/depends.py | 175 + .../site-packages/setuptools/dist.py | 1150 +++ .../site-packages/setuptools/errors.py | 16 + .../site-packages/setuptools/extension.py | 55 + .../setuptools/extern/__init__.py | 73 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 2935 bytes .../site-packages/setuptools/glob.py | 167 + .../site-packages/setuptools/gui-32.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/gui-64.exe | Bin 0 -> 75264 bytes .../site-packages/setuptools/gui.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/installer.py | 97 + .../site-packages/setuptools/launch.py | 36 + .../site-packages/setuptools/monkey.py | 177 + .../site-packages/setuptools/msvc.py | 1805 ++++ .../site-packages/setuptools/namespaces.py | 107 + .../site-packages/setuptools/package_index.py | 1119 +++ .../site-packages/setuptools/py34compat.py | 13 + .../site-packages/setuptools/sandbox.py | 530 + .../setuptools/script (dev).tmpl | 6 + .../site-packages/setuptools/script.tmpl | 3 + .../site-packages/setuptools/unicode_utils.py | 42 + .../site-packages/setuptools/version.py | 6 + .../site-packages/setuptools/wheel.py | 213 + .../setuptools/windows_support.py | 29 + .../urllib3-2.2.1.dist-info/INSTALLER | 1 + .../urllib3-2.2.1.dist-info/METADATA | 154 + .../urllib3-2.2.1.dist-info/RECORD | 75 + .../urllib3-2.2.1.dist-info/WHEEL | 4 + .../licenses/LICENSE.txt | 21 + .../site-packages/urllib3/__init__.py | 211 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 6014 bytes .../_base_connection.cpython-39.pyc | Bin 0 -> 5487 bytes .../__pycache__/_collections.cpython-39.pyc | Bin 0 -> 15820 bytes .../_request_methods.cpython-39.pyc | Bin 0 -> 8999 bytes .../__pycache__/_version.cpython-39.pyc | Bin 0 -> 265 bytes .../__pycache__/connection.cpython-39.pyc | Bin 0 -> 21585 bytes .../__pycache__/connectionpool.cpython-39.pyc | Bin 0 -> 28644 bytes .../__pycache__/exceptions.cpython-39.pyc | Bin 0 -> 13597 bytes .../urllib3/__pycache__/fields.cpython-39.pyc | Bin 0 -> 9652 bytes .../__pycache__/filepost.cpython-39.pyc | Bin 0 -> 2333 bytes .../urllib3/__pycache__/http2.cpython-39.pyc | Bin 0 -> 7054 bytes .../__pycache__/poolmanager.cpython-39.pyc | Bin 0 -> 17852 bytes .../__pycache__/response.cpython-39.pyc | Bin 0 -> 32532 bytes .../site-packages/urllib3/_base_connection.py | 172 + .../site-packages/urllib3/_collections.py | 483 + .../site-packages/urllib3/_request_methods.py | 279 + .../site-packages/urllib3/_version.py | 4 + .../site-packages/urllib3/connection.py | 930 ++ .../site-packages/urllib3/connectionpool.py | 1186 +++ .../site-packages/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 201 bytes .../__pycache__/pyopenssl.cpython-39.pyc | Bin 0 -> 16943 bytes .../contrib/__pycache__/socks.cpython-39.pyc | Bin 0 -> 6146 bytes .../urllib3/contrib/emscripten/__init__.py | 16 + .../__pycache__/__init__.cpython-39.pyc | Bin 0 -> 734 bytes .../__pycache__/connection.cpython-39.pyc | Bin 0 -> 7319 bytes .../__pycache__/fetch.cpython-39.pyc | Bin 0 -> 11822 bytes .../__pycache__/request.cpython-39.pyc | Bin 0 -> 1228 bytes .../__pycache__/response.cpython-39.pyc | Bin 0 -> 7684 bytes .../urllib3/contrib/emscripten/connection.py | 254 + .../emscripten/emscripten_fetch_worker.js | 110 + .../urllib3/contrib/emscripten/fetch.py | 418 + .../urllib3/contrib/emscripten/request.py | 22 + .../urllib3/contrib/emscripten/response.py | 276 + .../urllib3/contrib/pyopenssl.py | 548 ++ .../site-packages/urllib3/contrib/socks.py | 230 + .../site-packages/urllib3/exceptions.py | 321 + .../python3.9/site-packages/urllib3/fields.py | 341 + .../site-packages/urllib3/filepost.py | 89 + .../python3.9/site-packages/urllib3/http2.py | 229 + .../site-packages/urllib3/poolmanager.py | 638 ++ .../python3.9/site-packages/urllib3/py.typed | 2 + .../site-packages/urllib3/response.py | 1243 +++ .../site-packages/urllib3/util/__init__.py | 42 + .../util/__pycache__/__init__.cpython-39.pyc | Bin 0 -> 981 bytes .../__pycache__/connection.cpython-39.pyc | Bin 0 -> 3444 bytes .../util/__pycache__/proxy.cpython-39.pyc | Bin 0 -> 1077 bytes .../util/__pycache__/request.cpython-39.pyc | Bin 0 -> 6096 bytes .../util/__pycache__/response.cpython-39.pyc | Bin 0 -> 2327 bytes .../util/__pycache__/retry.cpython-39.pyc | Bin 0 -> 15270 bytes .../util/__pycache__/ssl_.cpython-39.pyc | Bin 0 -> 11927 bytes .../ssl_match_hostname.cpython-39.pyc | Bin 0 -> 3673 bytes .../__pycache__/ssltransport.cpython-39.pyc | Bin 0 -> 9365 bytes .../util/__pycache__/timeout.cpython-39.pyc | Bin 0 -> 9543 bytes .../util/__pycache__/url.cpython-39.pyc | Bin 0 -> 11060 bytes .../util/__pycache__/util.cpython-39.pyc | Bin 0 -> 1266 bytes .../util/__pycache__/wait.cpython-39.pyc | Bin 0 -> 2407 bytes .../site-packages/urllib3/util/connection.py | 137 + .../site-packages/urllib3/util/proxy.py | 43 + .../site-packages/urllib3/util/request.py | 256 + .../site-packages/urllib3/util/response.py | 101 + .../site-packages/urllib3/util/retry.py | 529 + .../site-packages/urllib3/util/ssl_.py | 509 + .../urllib3/util/ssl_match_hostname.py | 159 + .../urllib3/util/ssltransport.py | 280 + .../site-packages/urllib3/util/timeout.py | 275 + .../site-packages/urllib3/util/url.py | 471 + .../site-packages/urllib3/util/util.py | 42 + .../site-packages/urllib3/util/wait.py | 124 + .awi/lib64 | 1 + .awi/pyvenv.cfg | 3 + playground.py | 45 +- requirements.txt | 2 +- 2549 files changed, 450217 insertions(+), 23 deletions(-) create mode 100644 .awi/bin/Activate.ps1 create mode 100644 .awi/bin/activate create mode 100644 .awi/bin/activate.csh create mode 100644 .awi/bin/activate.fish create mode 100755 .awi/bin/markdown-it create mode 100755 .awi/bin/normalizer create mode 100755 .awi/bin/pip create mode 100755 .awi/bin/pip3 create mode 100755 .awi/bin/pip3.10 create mode 100755 .awi/bin/pip3.9 create mode 100755 .awi/bin/pygmentize create mode 120000 .awi/bin/python create mode 120000 .awi/bin/python3 create mode 120000 .awi/bin/python3.9 create mode 100644 .awi/lib/python3.9/site-packages/_distutils_hack/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/_distutils_hack/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/_distutils_hack/__pycache__/override.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/_distutils_hack/override.py create mode 100644 .awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/PKG-INFO create mode 100644 .awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/SOURCES.txt create mode 100644 .awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/dependency_links.txt create mode 100644 .awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/installed-files.txt create mode 100644 .awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/requires.txt create mode 100644 .awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/top_level.txt create mode 100644 .awi/lib/python3.9/site-packages/appwrite/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/appwrite/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/appwrite/__pycache__/client.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/appwrite/__pycache__/exception.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/appwrite/__pycache__/id.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/appwrite/__pycache__/input_file.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/appwrite/__pycache__/permission.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/appwrite/__pycache__/query.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/appwrite/__pycache__/role.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/appwrite/__pycache__/service.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/appwrite/client.py create mode 100644 .awi/lib/python3.9/site-packages/appwrite/exception.py create mode 100644 .awi/lib/python3.9/site-packages/appwrite/id.py create mode 100644 .awi/lib/python3.9/site-packages/appwrite/input_file.py create mode 100644 .awi/lib/python3.9/site-packages/appwrite/permission.py create mode 100644 .awi/lib/python3.9/site-packages/appwrite/query.py create mode 100644 .awi/lib/python3.9/site-packages/appwrite/role.py create mode 100644 .awi/lib/python3.9/site-packages/appwrite/service.py create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/__pycache__/account.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/__pycache__/avatars.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/__pycache__/databases.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/__pycache__/functions.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/__pycache__/health.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/__pycache__/locale.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/__pycache__/storage.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/__pycache__/teams.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/__pycache__/users.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/account.py create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/avatars.py create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/databases.py create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/functions.py create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/health.py create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/locale.py create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/storage.py create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/teams.py create mode 100644 .awi/lib/python3.9/site-packages/appwrite/services/users.py create mode 100644 .awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/INSTALLER create mode 100644 .awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/LICENSE create mode 100644 .awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/METADATA create mode 100644 .awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/RECORD create mode 100644 .awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/WHEEL create mode 100644 .awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/top_level.txt create mode 100644 .awi/lib/python3.9/site-packages/certifi/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/certifi/__main__.py create mode 100644 .awi/lib/python3.9/site-packages/certifi/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/certifi/__pycache__/__main__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/certifi/__pycache__/core.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/certifi/cacert.pem create mode 100644 .awi/lib/python3.9/site-packages/certifi/core.py create mode 100644 .awi/lib/python3.9/site-packages/certifi/py.typed create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/INSTALLER create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/LICENSE create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/METADATA create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/RECORD create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/WHEEL create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/entry_points.txt create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/top_level.txt create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/__main__.py create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/__main__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/api.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/cd.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/constant.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/legacy.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/md.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/models.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/utils.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/version.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/api.py create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/cd.py create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/cli/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/cli/__main__.py create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/cli/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/cli/__pycache__/__main__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/constant.py create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/legacy.py create mode 100755 .awi/lib/python3.9/site-packages/charset_normalizer/md.cpython-39-x86_64-linux-gnu.so create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/md.py create mode 100755 .awi/lib/python3.9/site-packages/charset_normalizer/md__mypyc.cpython-39-x86_64-linux-gnu.so create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/models.py create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/py.typed create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/utils.py create mode 100644 .awi/lib/python3.9/site-packages/charset_normalizer/version.py create mode 100644 .awi/lib/python3.9/site-packages/distutils-precedence.pth create mode 100644 .awi/lib/python3.9/site-packages/idna-3.7.dist-info/INSTALLER create mode 100644 .awi/lib/python3.9/site-packages/idna-3.7.dist-info/LICENSE.md create mode 100644 .awi/lib/python3.9/site-packages/idna-3.7.dist-info/METADATA create mode 100644 .awi/lib/python3.9/site-packages/idna-3.7.dist-info/RECORD create mode 100644 .awi/lib/python3.9/site-packages/idna-3.7.dist-info/WHEEL create mode 100644 .awi/lib/python3.9/site-packages/idna/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/idna/__pycache__/codec.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/idna/__pycache__/compat.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/idna/__pycache__/intranges.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/idna/__pycache__/uts46data.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/idna/codec.py create mode 100644 .awi/lib/python3.9/site-packages/idna/compat.py create mode 100644 .awi/lib/python3.9/site-packages/idna/core.py create mode 100644 .awi/lib/python3.9/site-packages/idna/idnadata.py create mode 100644 .awi/lib/python3.9/site-packages/idna/intranges.py create mode 100644 .awi/lib/python3.9/site-packages/idna/package_data.py create mode 100644 .awi/lib/python3.9/site-packages/idna/py.typed create mode 100644 .awi/lib/python3.9/site-packages/idna/uts46data.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/__pycache__/_compat.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/__pycache__/_punycode.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/__pycache__/main.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/__pycache__/parser_block.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/__pycache__/parser_core.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/__pycache__/parser_inline.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/__pycache__/renderer.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/__pycache__/ruler.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/__pycache__/token.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/__pycache__/tree.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/__pycache__/utils.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/_compat.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/_punycode.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/cli/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/cli/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/cli/__pycache__/parse.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/cli/parse.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/common/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/common/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/common/__pycache__/entities.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/common/__pycache__/html_blocks.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/common/__pycache__/html_re.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/common/__pycache__/normalize_url.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/common/__pycache__/utils.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/common/entities.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/common/html_blocks.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/common/html_re.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/common/normalize_url.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/common/utils.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/helpers/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/helpers/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/helpers/__pycache__/parse_link_destination.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/helpers/__pycache__/parse_link_label.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/helpers/__pycache__/parse_link_title.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/helpers/parse_link_destination.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/helpers/parse_link_label.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/helpers/parse_link_title.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/main.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/parser_block.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/parser_core.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/parser_inline.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/port.yaml create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/presets/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/presets/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/presets/__pycache__/commonmark.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/presets/__pycache__/default.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/presets/__pycache__/zero.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/presets/commonmark.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/presets/default.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/presets/zero.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/py.typed create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/renderer.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/ruler.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/blockquote.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/code.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/fence.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/heading.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/hr.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/html_block.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/lheading.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/list.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/paragraph.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/reference.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/state_block.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/table.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/blockquote.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/code.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/fence.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/heading.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/hr.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/html_block.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/lheading.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/list.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/paragraph.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/reference.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/state_block.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_block/table.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_core/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/block.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/inline.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/linkify.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/normalize.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/replacements.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/smartquotes.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/state_core.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/text_join.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_core/block.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_core/inline.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_core/linkify.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_core/normalize.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_core/replacements.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_core/smartquotes.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_core/state_core.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_core/text_join.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/autolink.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/backticks.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/balance_pairs.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/emphasis.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/entity.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/escape.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/fragments_join.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/html_inline.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/image.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/link.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/linkify.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/newline.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/state_inline.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/strikethrough.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/text.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/autolink.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/backticks.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/balance_pairs.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/emphasis.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/entity.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/escape.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/fragments_join.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/html_inline.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/image.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/link.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/linkify.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/newline.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/state_inline.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/strikethrough.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/rules_inline/text.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/token.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/tree.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it/utils.py create mode 100644 .awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/INSTALLER create mode 100644 .awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/LICENSE create mode 100644 .awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/LICENSE.markdown-it create mode 100644 .awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/METADATA create mode 100644 .awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/RECORD create mode 100644 .awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/WHEEL create mode 100644 .awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/entry_points.txt create mode 100644 .awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/INSTALLER create mode 100644 .awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/LICENSE create mode 100644 .awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/METADATA create mode 100644 .awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/RECORD create mode 100644 .awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/WHEEL create mode 100644 .awi/lib/python3.9/site-packages/mdurl/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/mdurl/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/mdurl/__pycache__/_decode.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/mdurl/__pycache__/_encode.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/mdurl/__pycache__/_format.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/mdurl/__pycache__/_parse.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/mdurl/__pycache__/_url.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/mdurl/_decode.py create mode 100644 .awi/lib/python3.9/site-packages/mdurl/_encode.py create mode 100644 .awi/lib/python3.9/site-packages/mdurl/_format.py create mode 100644 .awi/lib/python3.9/site-packages/mdurl/_parse.py create mode 100644 .awi/lib/python3.9/site-packages/mdurl/_url.py create mode 100644 .awi/lib/python3.9/site-packages/mdurl/py.typed create mode 100644 .awi/lib/python3.9/site-packages/pip-24.0.dist-info/AUTHORS.txt create mode 100644 .awi/lib/python3.9/site-packages/pip-24.0.dist-info/INSTALLER create mode 100644 .awi/lib/python3.9/site-packages/pip-24.0.dist-info/LICENSE.txt create mode 100644 .awi/lib/python3.9/site-packages/pip-24.0.dist-info/METADATA create mode 100644 .awi/lib/python3.9/site-packages/pip-24.0.dist-info/RECORD create mode 100644 .awi/lib/python3.9/site-packages/pip-24.0.dist-info/REQUESTED create mode 100644 .awi/lib/python3.9/site-packages/pip-24.0.dist-info/WHEEL create mode 100644 .awi/lib/python3.9/site-packages/pip-24.0.dist-info/entry_points.txt create mode 100644 .awi/lib/python3.9/site-packages/pip-24.0.dist-info/top_level.txt create mode 100644 .awi/lib/python3.9/site-packages/pip/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/__main__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/__pip-runner__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/__pycache__/__main__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/__pycache__/__pip-runner__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/__pycache__/build_env.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/__pycache__/cache.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/__pycache__/configuration.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/__pycache__/exceptions.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/__pycache__/main.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/__pycache__/pyproject.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/build_env.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cache.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/main.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/parser.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/base_command.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/command_context.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/main.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/main_parser.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/parser.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/req_command.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/spinners.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/cli/status_codes.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/cache.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/check.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/completion.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/debug.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/download.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/hash.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/help.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/index.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/install.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/list.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/search.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/show.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/cache.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/check.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/completion.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/configuration.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/debug.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/download.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/freeze.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/hash.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/help.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/index.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/inspect.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/install.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/list.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/search.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/show.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/uninstall.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/commands/wheel.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/configuration.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/distributions/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/distributions/__pycache__/base.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/distributions/base.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/distributions/installed.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/distributions/sdist.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/distributions/wheel.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/exceptions.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/index/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/index/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/index/__pycache__/collector.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/index/__pycache__/sources.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/index/collector.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/index/package_finder.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/index/sources.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/locations/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/locations/__pycache__/base.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/locations/_distutils.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/locations/base.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/main.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/metadata/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/metadata/__pycache__/base.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/metadata/_json.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/metadata/base.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/candidate.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/format_control.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/index.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/link.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/scheme.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/target_python.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/wheel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/candidate.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/direct_url.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/format_control.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/index.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/installation_report.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/link.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/scheme.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/search_scope.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/target_python.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/models/wheel.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/network/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/auth.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/cache.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/download.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/session.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/utils.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/network/auth.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/network/cache.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/network/download.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/network/session.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/network/utils.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/__pycache__/check.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/check.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/freeze.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/operations/prepare.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/pyproject.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/req/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/req/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/req/__pycache__/constructors.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/req/__pycache__/req_file.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/req/__pycache__/req_install.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/req/__pycache__/req_set.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/req/constructors.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/req/req_file.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/req/req_install.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/req/req_set.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/__pycache__/base.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/base.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/self_outdated_check.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/_log.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/compat.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/logging.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/misc.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/models.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/urls.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/_jaraco_text.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/_log.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/appdirs.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/compat.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/datetime.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/deprecation.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/egg_link.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/encoding.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/filesystem.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/filetypes.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/glibc.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/hashes.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/logging.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/misc.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/models.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/packaging.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/subprocess.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/unpacking.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/urls.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/utils/wheel.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/vcs/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/vcs/__pycache__/git.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/vcs/git.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/vcs/subversion.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_internal/wheel_builder.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/__pycache__/six.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/py.typed create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/certifi/core.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/certifi/py.typed create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/codingstatemachinedict.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/enums.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/johabfreq.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/johabprober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/macromanprober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/py.typed create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/resultdict.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/utf1632prober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/chardet/version.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/ansi_test.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/initialise_test.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/isatty_test.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/utils.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/winterm_test.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/win32.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/compat.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/database.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/index.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/locators.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/markers.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/resources.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/t32.exe create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/t64-arm.exe create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/t64.exe create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/util.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/version.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/w32.exe create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/w64-arm.exe create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/w64.exe create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distro/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distro/__main__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distro/distro.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/distro/py.typed create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/idna/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/idna/__pycache__/core.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/idna/codec.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/idna/compat.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/idna/core.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/idna/intranges.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/idna/package_data.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/idna/py.typed create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/markers.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/py.typed create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/tags.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/utils.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/packaging/version.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/py.typed create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/console.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/filter.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/style.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/token.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pygments/util.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/actions.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/common.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/core.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/diagram/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/exceptions.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/helpers.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/py.typed create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/results.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/testing.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/unicode.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/util.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_compat.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/api.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/help.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/models.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/__version__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/adapters.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/api.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/auth.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/certs.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/compat.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/cookies.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/help.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/hooks.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/models.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/packages.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/sessions.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/structures.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/requests/utils.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/py.typed create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__main__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/align.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/box.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/color.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/console.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/control.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/json.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/live.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/region.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/status.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/style.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/table.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/text.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_extension.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_fileno.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_loop.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_pick.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_stack.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_timer.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_windows.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/abc.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/align.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/ansi.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/bar.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/box.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/cells.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/color.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/columns.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/console.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/constrain.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/containers.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/control.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/emoji.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/errors.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/filesize.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/json.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/layout.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/live.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/live_render.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/logging.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/markup.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/measure.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/padding.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/pager.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/palette.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/panel.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/pretty.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/progress.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/prompt.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/protocol.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/py.typed create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/region.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/repr.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/rule.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/scope.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/screen.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/segment.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/spinner.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/status.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/style.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/styled.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/syntax.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/table.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/text.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/theme.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/themes.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/traceback.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/rich/tree.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/six.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/_utils.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/after.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/before.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/nap.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/py.typed create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/retry.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/stop.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tenacity/wait.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tomli/_re.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tomli/_types.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/tomli/py.typed create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/truststore/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/truststore/_api.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/truststore/_macos.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/truststore/_openssl.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/truststore/_ssl_constants.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/truststore/_windows.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/truststore/py.typed create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/typing_extensions.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/request.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/response.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/vendor.txt create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 .awi/lib/python3.9/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 .awi/lib/python3.9/site-packages/pip/py.typed create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/appdirs.py create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__about__.py create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__pycache__/_typing.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__pycache__/tags.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_compat.py create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_structures.py create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/_typing.py create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/markers.py create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/requirements.py create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/specifiers.py create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/tags.py create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/utils.py create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/packaging/version.py create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/_vendor/pyparsing.py create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/extern/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py create mode 100644 .awi/lib/python3.9/site-packages/pygments-2.18.0.dist-info/INSTALLER create mode 100644 .awi/lib/python3.9/site-packages/pygments-2.18.0.dist-info/METADATA create mode 100644 .awi/lib/python3.9/site-packages/pygments-2.18.0.dist-info/RECORD create mode 100644 .awi/lib/python3.9/site-packages/pygments-2.18.0.dist-info/WHEEL create mode 100644 .awi/lib/python3.9/site-packages/pygments-2.18.0.dist-info/entry_points.txt create mode 100644 .awi/lib/python3.9/site-packages/pygments-2.18.0.dist-info/licenses/AUTHORS create mode 100644 .awi/lib/python3.9/site-packages/pygments-2.18.0.dist-info/licenses/LICENSE create mode 100644 .awi/lib/python3.9/site-packages/pygments/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/__main__.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/__pycache__/__main__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/__pycache__/cmdline.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/__pycache__/console.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/__pycache__/filter.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/__pycache__/formatter.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/__pycache__/lexer.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/__pycache__/modeline.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/__pycache__/plugin.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/__pycache__/regexopt.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/__pycache__/scanner.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/__pycache__/sphinxext.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/__pycache__/style.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/__pycache__/token.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/__pycache__/unistring.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/__pycache__/util.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/cmdline.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/console.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/filter.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/filters/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/filters/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatter.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/__pycache__/_mapping.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/__pycache__/bbcode.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/__pycache__/groff.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/__pycache__/html.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/__pycache__/img.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/__pycache__/irc.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/__pycache__/latex.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/__pycache__/other.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/__pycache__/pangomarkup.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/__pycache__/rtf.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/__pycache__/svg.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/__pycache__/terminal.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/__pycache__/terminal256.cpython-39.pyc create mode 100755 .awi/lib/python3.9/site-packages/pygments/formatters/_mapping.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/bbcode.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/groff.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/html.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/img.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/irc.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/latex.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/other.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/pangomarkup.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/rtf.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/svg.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/terminal.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/formatters/terminal256.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexer.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_ada_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_asy_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_cl_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_cocoa_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_csound_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_css_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_julia_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_lasso_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_lilypond_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_lua_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_luau_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_mapping.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_mql_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_mysql_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_openedge_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_php_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_postgres_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_qlik_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_scheme_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_scilab_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_sourcemod_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_stan_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_stata_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_tsql_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_usd_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_vbscript_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/_vim_builtins.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/actionscript.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/ada.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/agile.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/algebra.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/ambient.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/amdgpu.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/ampl.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/apdlexer.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/apl.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/archetype.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/arrow.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/arturo.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/asc.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/asm.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/asn1.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/automation.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/bare.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/basic.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/bdd.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/berry.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/bibtex.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/blueprint.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/boa.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/bqn.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/business.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/c_cpp.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/c_like.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/capnproto.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/carbon.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/cddl.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/chapel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/clean.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/comal.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/compiled.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/configs.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/console.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/cplint.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/crystal.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/csound.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/css.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/d.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/dalvik.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/data.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/dax.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/devicetree.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/diff.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/dns.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/dotnet.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/dsls.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/dylan.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/ecl.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/eiffel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/elm.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/elpi.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/email.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/erlang.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/esoteric.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/ezhil.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/factor.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/fantom.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/felix.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/fift.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/floscript.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/forth.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/fortran.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/foxpro.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/freefem.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/func.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/functional.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/futhark.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/gcodelexer.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/gdscript.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/go.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/grammar_notation.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/graph.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/graphics.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/graphql.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/graphviz.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/gsql.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/haskell.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/haxe.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/hdl.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/hexdump.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/html.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/idl.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/igor.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/inferno.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/installers.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/int_fiction.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/iolang.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/j.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/javascript.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/jmespath.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/jslt.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/jsonnet.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/jsx.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/julia.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/jvm.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/kuin.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/kusto.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/ldap.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/lean.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/lilypond.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/lisp.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/macaulay2.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/make.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/markup.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/math.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/matlab.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/maxima.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/meson.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/mime.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/minecraft.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/mips.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/ml.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/modeling.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/modula2.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/mojo.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/monte.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/mosel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/ncl.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/nimrod.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/nit.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/nix.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/oberon.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/objective.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/ooc.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/openscad.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/other.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/parasail.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/parsers.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/pascal.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/pawn.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/perl.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/phix.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/php.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/pointless.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/pony.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/praat.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/procfile.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/prolog.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/promql.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/prql.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/ptx.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/python.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/q.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/qlik.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/qvt.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/r.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/rdf.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/rebol.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/resource.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/ride.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/rita.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/rnc.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/roboconf.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/robotframework.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/ruby.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/rust.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/sas.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/savi.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/scdoc.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/scripting.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/sgf.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/shell.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/sieve.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/slash.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/smalltalk.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/smithy.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/smv.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/snobol.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/solidity.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/soong.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/sophia.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/special.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/spice.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/sql.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/srcinfo.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/stata.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/supercollider.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/tact.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/tal.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/tcl.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/teal.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/templates.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/teraterm.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/testing.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/text.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/textedit.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/textfmts.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/theorem.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/thingsdb.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/tlb.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/tls.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/tnt.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/trafficscript.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/typoscript.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/typst.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/ul4.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/unicon.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/urbi.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/usd.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/varnish.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/verification.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/verifpal.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/vip.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/vyper.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/web.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/webassembly.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/webidl.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/webmisc.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/wgsl.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/whiley.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/wowtoc.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/wren.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/x10.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/xorg.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/yang.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/yara.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/__pycache__/zig.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_ada_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_asy_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_cl_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_cocoa_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_csound_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_css_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_julia_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_lasso_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_lilypond_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_lua_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_luau_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_mapping.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_mql_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_mysql_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_openedge_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_php_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_postgres_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_qlik_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_scheme_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_scilab_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_sourcemod_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_stan_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_stata_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_tsql_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_usd_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_vbscript_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/_vim_builtins.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/actionscript.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/ada.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/agile.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/algebra.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/ambient.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/amdgpu.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/ampl.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/apdlexer.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/apl.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/archetype.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/arrow.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/arturo.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/asc.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/asm.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/asn1.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/automation.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/bare.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/basic.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/bdd.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/berry.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/bibtex.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/blueprint.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/boa.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/bqn.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/business.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/c_cpp.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/c_like.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/capnproto.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/carbon.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/cddl.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/chapel.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/clean.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/comal.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/compiled.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/configs.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/console.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/cplint.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/crystal.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/csound.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/css.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/d.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/dalvik.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/data.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/dax.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/devicetree.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/diff.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/dns.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/dotnet.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/dsls.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/dylan.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/ecl.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/eiffel.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/elm.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/elpi.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/email.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/erlang.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/esoteric.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/ezhil.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/factor.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/fantom.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/felix.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/fift.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/floscript.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/forth.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/fortran.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/foxpro.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/freefem.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/func.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/functional.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/futhark.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/gcodelexer.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/gdscript.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/go.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/grammar_notation.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/graph.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/graphics.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/graphql.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/graphviz.py create mode 100755 .awi/lib/python3.9/site-packages/pygments/lexers/gsql.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/haskell.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/haxe.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/hdl.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/hexdump.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/html.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/idl.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/igor.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/inferno.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/installers.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/int_fiction.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/iolang.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/j.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/javascript.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/jmespath.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/jslt.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/jsonnet.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/jsx.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/julia.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/jvm.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/kuin.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/kusto.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/ldap.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/lean.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/lilypond.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/lisp.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/macaulay2.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/make.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/markup.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/math.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/matlab.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/maxima.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/meson.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/mime.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/minecraft.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/mips.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/ml.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/modeling.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/modula2.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/mojo.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/monte.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/mosel.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/ncl.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/nimrod.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/nit.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/nix.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/oberon.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/objective.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/ooc.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/openscad.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/other.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/parasail.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/parsers.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/pascal.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/pawn.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/perl.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/phix.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/php.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/pointless.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/pony.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/praat.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/procfile.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/prolog.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/promql.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/prql.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/ptx.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/python.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/q.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/qlik.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/qvt.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/r.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/rdf.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/rebol.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/resource.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/ride.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/rita.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/rnc.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/roboconf.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/robotframework.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/ruby.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/rust.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/sas.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/savi.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/scdoc.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/scripting.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/sgf.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/shell.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/sieve.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/slash.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/smalltalk.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/smithy.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/smv.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/snobol.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/solidity.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/soong.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/sophia.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/special.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/spice.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/sql.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/srcinfo.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/stata.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/supercollider.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/tact.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/tal.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/tcl.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/teal.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/templates.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/teraterm.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/testing.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/text.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/textedit.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/textfmts.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/theorem.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/thingsdb.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/tlb.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/tls.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/tnt.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/trafficscript.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/typoscript.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/typst.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/ul4.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/unicon.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/urbi.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/usd.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/varnish.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/verification.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/verifpal.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/vip.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/vyper.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/web.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/webassembly.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/webidl.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/webmisc.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/wgsl.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/whiley.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/wowtoc.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/wren.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/x10.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/xorg.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/yang.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/yara.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/lexers/zig.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/modeline.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/plugin.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/regexopt.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/scanner.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/sphinxext.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/style.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/_mapping.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/abap.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/algol.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/algol_nu.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/arduino.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/autumn.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/borland.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/bw.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/coffee.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/colorful.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/default.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/dracula.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/emacs.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/friendly.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/friendly_grayscale.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/fruity.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/gh_dark.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/gruvbox.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/igor.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/inkpot.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/lightbulb.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/lilypond.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/lovelace.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/manni.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/material.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/monokai.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/murphy.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/native.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/nord.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/onedark.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/paraiso_dark.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/paraiso_light.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/pastie.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/perldoc.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/rainbow_dash.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/rrt.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/sas.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/solarized.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/staroffice.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/stata_dark.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/stata_light.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/tango.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/trac.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/vim.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/vs.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/xcode.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/__pycache__/zenburn.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/_mapping.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/abap.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/algol.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/algol_nu.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/arduino.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/autumn.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/borland.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/bw.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/coffee.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/colorful.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/default.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/dracula.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/emacs.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/friendly.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/friendly_grayscale.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/fruity.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/gh_dark.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/gruvbox.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/igor.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/inkpot.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/lightbulb.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/lilypond.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/lovelace.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/manni.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/material.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/monokai.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/murphy.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/native.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/nord.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/onedark.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/paraiso_dark.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/paraiso_light.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/pastie.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/perldoc.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/rainbow_dash.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/rrt.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/sas.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/solarized.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/staroffice.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/stata_dark.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/stata_light.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/tango.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/trac.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/vim.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/vs.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/xcode.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/styles/zenburn.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/token.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/unistring.py create mode 100644 .awi/lib/python3.9/site-packages/pygments/util.py create mode 100644 .awi/lib/python3.9/site-packages/requests-2.31.0.dist-info/INSTALLER create mode 100644 .awi/lib/python3.9/site-packages/requests-2.31.0.dist-info/LICENSE create mode 100644 .awi/lib/python3.9/site-packages/requests-2.31.0.dist-info/METADATA create mode 100644 .awi/lib/python3.9/site-packages/requests-2.31.0.dist-info/RECORD create mode 100644 .awi/lib/python3.9/site-packages/requests-2.31.0.dist-info/WHEEL create mode 100644 .awi/lib/python3.9/site-packages/requests-2.31.0.dist-info/top_level.txt create mode 100644 .awi/lib/python3.9/site-packages/requests/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/requests/__pycache__/__version__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/requests/__pycache__/_internal_utils.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/requests/__pycache__/adapters.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/requests/__pycache__/api.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/requests/__pycache__/auth.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/requests/__pycache__/compat.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/requests/__pycache__/cookies.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/requests/__pycache__/exceptions.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/requests/__pycache__/help.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/requests/__pycache__/hooks.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/requests/__pycache__/models.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/requests/__pycache__/packages.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/requests/__pycache__/sessions.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/requests/__pycache__/status_codes.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/requests/__pycache__/structures.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/requests/__pycache__/utils.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/requests/__version__.py create mode 100644 .awi/lib/python3.9/site-packages/requests/_internal_utils.py create mode 100644 .awi/lib/python3.9/site-packages/requests/adapters.py create mode 100644 .awi/lib/python3.9/site-packages/requests/api.py create mode 100644 .awi/lib/python3.9/site-packages/requests/auth.py create mode 100644 .awi/lib/python3.9/site-packages/requests/certs.py create mode 100644 .awi/lib/python3.9/site-packages/requests/compat.py create mode 100644 .awi/lib/python3.9/site-packages/requests/cookies.py create mode 100644 .awi/lib/python3.9/site-packages/requests/exceptions.py create mode 100644 .awi/lib/python3.9/site-packages/requests/help.py create mode 100644 .awi/lib/python3.9/site-packages/requests/hooks.py create mode 100644 .awi/lib/python3.9/site-packages/requests/models.py create mode 100644 .awi/lib/python3.9/site-packages/requests/packages.py create mode 100644 .awi/lib/python3.9/site-packages/requests/sessions.py create mode 100644 .awi/lib/python3.9/site-packages/requests/status_codes.py create mode 100644 .awi/lib/python3.9/site-packages/requests/structures.py create mode 100644 .awi/lib/python3.9/site-packages/requests/utils.py create mode 100644 .awi/lib/python3.9/site-packages/rich-13.7.1.dist-info/INSTALLER create mode 100644 .awi/lib/python3.9/site-packages/rich-13.7.1.dist-info/LICENSE create mode 100644 .awi/lib/python3.9/site-packages/rich-13.7.1.dist-info/METADATA create mode 100644 .awi/lib/python3.9/site-packages/rich-13.7.1.dist-info/RECORD create mode 100644 .awi/lib/python3.9/site-packages/rich-13.7.1.dist-info/REQUESTED create mode 100644 .awi/lib/python3.9/site-packages/rich-13.7.1.dist-info/WHEEL create mode 100644 .awi/lib/python3.9/site-packages/rich/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/rich/__main__.py create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/__main__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_cell_widths.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_emoji_codes.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_emoji_replace.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_export_format.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_extension.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_fileno.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_inspect.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_log_render.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_loop.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_null_file.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_palettes.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_pick.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_ratio.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_spinners.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_stack.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_timer.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_win32_console.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_windows.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_windows_renderer.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/_wrap.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/abc.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/align.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/ansi.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/bar.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/box.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/cells.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/color.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/color_triplet.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/columns.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/console.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/constrain.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/containers.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/control.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/default_styles.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/diagnose.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/emoji.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/errors.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/file_proxy.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/filesize.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/highlighter.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/json.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/jupyter.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/layout.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/live.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/live_render.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/logging.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/markdown.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/markup.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/measure.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/padding.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/pager.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/palette.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/panel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/pretty.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/progress.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/progress_bar.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/prompt.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/protocol.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/region.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/repr.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/rule.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/scope.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/screen.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/segment.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/spinner.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/status.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/style.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/styled.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/syntax.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/table.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/terminal_theme.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/text.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/theme.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/themes.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/traceback.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/__pycache__/tree.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/rich/_cell_widths.py create mode 100644 .awi/lib/python3.9/site-packages/rich/_emoji_codes.py create mode 100644 .awi/lib/python3.9/site-packages/rich/_emoji_replace.py create mode 100644 .awi/lib/python3.9/site-packages/rich/_export_format.py create mode 100644 .awi/lib/python3.9/site-packages/rich/_extension.py create mode 100644 .awi/lib/python3.9/site-packages/rich/_fileno.py create mode 100644 .awi/lib/python3.9/site-packages/rich/_inspect.py create mode 100644 .awi/lib/python3.9/site-packages/rich/_log_render.py create mode 100644 .awi/lib/python3.9/site-packages/rich/_loop.py create mode 100644 .awi/lib/python3.9/site-packages/rich/_null_file.py create mode 100644 .awi/lib/python3.9/site-packages/rich/_palettes.py create mode 100644 .awi/lib/python3.9/site-packages/rich/_pick.py create mode 100644 .awi/lib/python3.9/site-packages/rich/_ratio.py create mode 100644 .awi/lib/python3.9/site-packages/rich/_spinners.py create mode 100644 .awi/lib/python3.9/site-packages/rich/_stack.py create mode 100644 .awi/lib/python3.9/site-packages/rich/_timer.py create mode 100644 .awi/lib/python3.9/site-packages/rich/_win32_console.py create mode 100644 .awi/lib/python3.9/site-packages/rich/_windows.py create mode 100644 .awi/lib/python3.9/site-packages/rich/_windows_renderer.py create mode 100644 .awi/lib/python3.9/site-packages/rich/_wrap.py create mode 100644 .awi/lib/python3.9/site-packages/rich/abc.py create mode 100644 .awi/lib/python3.9/site-packages/rich/align.py create mode 100644 .awi/lib/python3.9/site-packages/rich/ansi.py create mode 100644 .awi/lib/python3.9/site-packages/rich/bar.py create mode 100644 .awi/lib/python3.9/site-packages/rich/box.py create mode 100644 .awi/lib/python3.9/site-packages/rich/cells.py create mode 100644 .awi/lib/python3.9/site-packages/rich/color.py create mode 100644 .awi/lib/python3.9/site-packages/rich/color_triplet.py create mode 100644 .awi/lib/python3.9/site-packages/rich/columns.py create mode 100644 .awi/lib/python3.9/site-packages/rich/console.py create mode 100644 .awi/lib/python3.9/site-packages/rich/constrain.py create mode 100644 .awi/lib/python3.9/site-packages/rich/containers.py create mode 100644 .awi/lib/python3.9/site-packages/rich/control.py create mode 100644 .awi/lib/python3.9/site-packages/rich/default_styles.py create mode 100644 .awi/lib/python3.9/site-packages/rich/diagnose.py create mode 100644 .awi/lib/python3.9/site-packages/rich/emoji.py create mode 100644 .awi/lib/python3.9/site-packages/rich/errors.py create mode 100644 .awi/lib/python3.9/site-packages/rich/file_proxy.py create mode 100644 .awi/lib/python3.9/site-packages/rich/filesize.py create mode 100644 .awi/lib/python3.9/site-packages/rich/highlighter.py create mode 100644 .awi/lib/python3.9/site-packages/rich/json.py create mode 100644 .awi/lib/python3.9/site-packages/rich/jupyter.py create mode 100644 .awi/lib/python3.9/site-packages/rich/layout.py create mode 100644 .awi/lib/python3.9/site-packages/rich/live.py create mode 100644 .awi/lib/python3.9/site-packages/rich/live_render.py create mode 100644 .awi/lib/python3.9/site-packages/rich/logging.py create mode 100644 .awi/lib/python3.9/site-packages/rich/markdown.py create mode 100644 .awi/lib/python3.9/site-packages/rich/markup.py create mode 100644 .awi/lib/python3.9/site-packages/rich/measure.py create mode 100644 .awi/lib/python3.9/site-packages/rich/padding.py create mode 100644 .awi/lib/python3.9/site-packages/rich/pager.py create mode 100644 .awi/lib/python3.9/site-packages/rich/palette.py create mode 100644 .awi/lib/python3.9/site-packages/rich/panel.py create mode 100644 .awi/lib/python3.9/site-packages/rich/pretty.py create mode 100644 .awi/lib/python3.9/site-packages/rich/progress.py create mode 100644 .awi/lib/python3.9/site-packages/rich/progress_bar.py create mode 100644 .awi/lib/python3.9/site-packages/rich/prompt.py create mode 100644 .awi/lib/python3.9/site-packages/rich/protocol.py create mode 100644 .awi/lib/python3.9/site-packages/rich/py.typed create mode 100644 .awi/lib/python3.9/site-packages/rich/region.py create mode 100644 .awi/lib/python3.9/site-packages/rich/repr.py create mode 100644 .awi/lib/python3.9/site-packages/rich/rule.py create mode 100644 .awi/lib/python3.9/site-packages/rich/scope.py create mode 100644 .awi/lib/python3.9/site-packages/rich/screen.py create mode 100644 .awi/lib/python3.9/site-packages/rich/segment.py create mode 100644 .awi/lib/python3.9/site-packages/rich/spinner.py create mode 100644 .awi/lib/python3.9/site-packages/rich/status.py create mode 100644 .awi/lib/python3.9/site-packages/rich/style.py create mode 100644 .awi/lib/python3.9/site-packages/rich/styled.py create mode 100644 .awi/lib/python3.9/site-packages/rich/syntax.py create mode 100644 .awi/lib/python3.9/site-packages/rich/table.py create mode 100644 .awi/lib/python3.9/site-packages/rich/terminal_theme.py create mode 100644 .awi/lib/python3.9/site-packages/rich/text.py create mode 100644 .awi/lib/python3.9/site-packages/rich/theme.py create mode 100644 .awi/lib/python3.9/site-packages/rich/themes.py create mode 100644 .awi/lib/python3.9/site-packages/rich/traceback.py create mode 100644 .awi/lib/python3.9/site-packages/rich/tree.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools-58.1.0.dist-info/INSTALLER create mode 100644 .awi/lib/python3.9/site-packages/setuptools-58.1.0.dist-info/LICENSE create mode 100644 .awi/lib/python3.9/site-packages/setuptools-58.1.0.dist-info/METADATA create mode 100644 .awi/lib/python3.9/site-packages/setuptools-58.1.0.dist-info/RECORD create mode 100644 .awi/lib/python3.9/site-packages/setuptools-58.1.0.dist-info/REQUESTED create mode 100644 .awi/lib/python3.9/site-packages/setuptools-58.1.0.dist-info/WHEEL create mode 100644 .awi/lib/python3.9/site-packages/setuptools-58.1.0.dist-info/entry_points.txt create mode 100644 .awi/lib/python3.9/site-packages/setuptools-58.1.0.dist-info/top_level.txt create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/_imp.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/archive_util.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/build_meta.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/config.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/dep_util.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/depends.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/dist.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/errors.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/extension.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/glob.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/installer.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/launch.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/monkey.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/msvc.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/namespaces.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/package_index.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/py34compat.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/sandbox.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/unicode_utils.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/version.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/wheel.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/__pycache__/windows_support.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_deprecation_warning.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/config.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/core.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/debug.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/dist.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/errors.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/extension.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/log.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/py35compat.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/util.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/version.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/_msvccompiler.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/archive_util.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/bcppcompiler.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/ccompiler.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/cmd.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/bdist_msi.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/bdist_wininst.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/py37compat.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/bdist.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/bdist_dumb.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/bdist_msi.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/bdist_rpm.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/bdist_wininst.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/build.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/build_clib.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/build_ext.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/build_py.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/build_scripts.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/check.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/clean.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/config.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/install.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/install_data.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/install_egg_info.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/install_headers.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/install_lib.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/install_scripts.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/py37compat.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/register.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/sdist.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/command/upload.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/config.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/core.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/cygwinccompiler.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/debug.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/dep_util.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/dir_util.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/dist.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/errors.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/extension.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/fancy_getopt.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/file_util.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/filelist.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/log.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/msvc9compiler.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/msvccompiler.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/py35compat.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/py38compat.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/spawn.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/sysconfig.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/text_file.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/unixccompiler.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/util.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/version.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_distutils/versionpredicate.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_imp.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/__pycache__/pyparsing.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/more.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/more_itertools/recipes.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/ordered_set.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/__about__.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/__pycache__/_compat.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/__pycache__/_typing.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/_compat.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/_structures.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/_typing.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/markers.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/requirements.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/specifiers.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/tags.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/utils.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/packaging/version.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/_vendor/pyparsing.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/archive_util.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/build_meta.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/cli-32.exe create mode 100644 .awi/lib/python3.9/site-packages/setuptools/cli-64.exe create mode 100644 .awi/lib/python3.9/site-packages/setuptools/cli.exe create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/alias.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/build_clib.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/build_ext.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/build_py.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/develop.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/dist_info.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/easy_install.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/egg_info.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/install.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/install_lib.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/install_scripts.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/py36compat.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/register.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/rotate.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/saveopts.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/sdist.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/setopt.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/test.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/upload.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/__pycache__/upload_docs.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/alias.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/bdist_egg.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/bdist_rpm.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/build_clib.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/build_ext.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/build_py.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/develop.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/dist_info.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/easy_install.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/egg_info.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/install.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/install_egg_info.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/install_lib.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/install_scripts.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/launcher manifest.xml create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/py36compat.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/register.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/rotate.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/saveopts.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/sdist.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/setopt.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/test.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/upload.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/command/upload_docs.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/config.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/dep_util.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/depends.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/dist.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/errors.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/extension.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/extern/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/extern/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/setuptools/glob.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/gui-32.exe create mode 100644 .awi/lib/python3.9/site-packages/setuptools/gui-64.exe create mode 100644 .awi/lib/python3.9/site-packages/setuptools/gui.exe create mode 100644 .awi/lib/python3.9/site-packages/setuptools/installer.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/launch.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/monkey.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/msvc.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/namespaces.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/package_index.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/py34compat.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/sandbox.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/script (dev).tmpl create mode 100644 .awi/lib/python3.9/site-packages/setuptools/script.tmpl create mode 100644 .awi/lib/python3.9/site-packages/setuptools/unicode_utils.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/version.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/wheel.py create mode 100644 .awi/lib/python3.9/site-packages/setuptools/windows_support.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3-2.2.1.dist-info/INSTALLER create mode 100644 .awi/lib/python3.9/site-packages/urllib3-2.2.1.dist-info/METADATA create mode 100644 .awi/lib/python3.9/site-packages/urllib3-2.2.1.dist-info/RECORD create mode 100644 .awi/lib/python3.9/site-packages/urllib3-2.2.1.dist-info/WHEEL create mode 100644 .awi/lib/python3.9/site-packages/urllib3-2.2.1.dist-info/licenses/LICENSE.txt create mode 100644 .awi/lib/python3.9/site-packages/urllib3/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/__pycache__/_base_connection.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/__pycache__/_collections.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/__pycache__/_request_methods.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/__pycache__/_version.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/__pycache__/connection.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/__pycache__/connectionpool.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/__pycache__/exceptions.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/__pycache__/fields.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/__pycache__/filepost.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/__pycache__/http2.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/__pycache__/poolmanager.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/__pycache__/response.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/_base_connection.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/_collections.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/_request_methods.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/_version.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/connection.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/connectionpool.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/contrib/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/contrib/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/contrib/__pycache__/pyopenssl.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/contrib/__pycache__/socks.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/contrib/emscripten/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/contrib/emscripten/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/contrib/emscripten/__pycache__/connection.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/contrib/emscripten/__pycache__/fetch.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/contrib/emscripten/__pycache__/request.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/contrib/emscripten/__pycache__/response.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/contrib/emscripten/connection.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/contrib/emscripten/emscripten_fetch_worker.js create mode 100644 .awi/lib/python3.9/site-packages/urllib3/contrib/emscripten/fetch.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/contrib/emscripten/request.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/contrib/emscripten/response.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/contrib/pyopenssl.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/contrib/socks.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/exceptions.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/fields.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/filepost.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/http2.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/poolmanager.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/py.typed create mode 100644 .awi/lib/python3.9/site-packages/urllib3/response.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/__init__.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/__pycache__/__init__.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/__pycache__/connection.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/__pycache__/proxy.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/__pycache__/request.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/__pycache__/response.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/__pycache__/retry.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/__pycache__/ssltransport.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/__pycache__/timeout.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/__pycache__/url.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/__pycache__/util.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/__pycache__/wait.cpython-39.pyc create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/connection.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/proxy.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/request.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/response.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/retry.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/ssl_.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/ssl_match_hostname.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/ssltransport.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/timeout.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/url.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/util.py create mode 100644 .awi/lib/python3.9/site-packages/urllib3/util/wait.py create mode 120000 .awi/lib64 create mode 100644 .awi/pyvenv.cfg diff --git a/.awi/bin/Activate.ps1 b/.awi/bin/Activate.ps1 new file mode 100644 index 0000000..9d3646a --- /dev/null +++ b/.awi/bin/Activate.ps1 @@ -0,0 +1,241 @@ +<# +.Synopsis +Activate a Python virtual environment for the current PowerShell session. + +.Description +Pushes the python executable for a virtual environment to the front of the +$Env:PATH environment variable and sets the prompt to signify that you are +in a Python virtual environment. Makes use of the command line switches as +well as the `pyvenv.cfg` file values present in the virtual environment. + +.Parameter VenvDir +Path to the directory that contains the virtual environment to activate. The +default value for this is the parent of the directory that the Activate.ps1 +script is located within. + +.Parameter Prompt +The prompt prefix to display when this virtual environment is activated. By +default, this prompt is the name of the virtual environment folder (VenvDir) +surrounded by parentheses and followed by a single space (ie. '(.venv) '). + +.Example +Activate.ps1 +Activates the Python virtual environment that contains the Activate.ps1 script. + +.Example +Activate.ps1 -Verbose +Activates the Python virtual environment that contains the Activate.ps1 script, +and shows extra information about the activation as it executes. + +.Example +Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv +Activates the Python virtual environment located in the specified location. + +.Example +Activate.ps1 -Prompt "MyPython" +Activates the Python virtual environment that contains the Activate.ps1 script, +and prefixes the current prompt with the specified string (surrounded in +parentheses) while the virtual environment is active. + +.Notes +On Windows, it may be required to enable this Activate.ps1 script by setting the +execution policy for the user. You can do this by issuing the following PowerShell +command: + +PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser + +For more information on Execution Policies: +https://go.microsoft.com/fwlink/?LinkID=135170 + +#> +Param( + [Parameter(Mandatory = $false)] + [String] + $VenvDir, + [Parameter(Mandatory = $false)] + [String] + $Prompt +) + +<# Function declarations --------------------------------------------------- #> + +<# +.Synopsis +Remove all shell session elements added by the Activate script, including the +addition of the virtual environment's Python executable from the beginning of +the PATH variable. + +.Parameter NonDestructive +If present, do not remove this function from the global namespace for the +session. + +#> +function global:deactivate ([switch]$NonDestructive) { + # Revert to original values + + # The prior prompt: + if (Test-Path -Path Function:_OLD_VIRTUAL_PROMPT) { + Copy-Item -Path Function:_OLD_VIRTUAL_PROMPT -Destination Function:prompt + Remove-Item -Path Function:_OLD_VIRTUAL_PROMPT + } + + # The prior PYTHONHOME: + if (Test-Path -Path Env:_OLD_VIRTUAL_PYTHONHOME) { + Copy-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME -Destination Env:PYTHONHOME + Remove-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME + } + + # The prior PATH: + if (Test-Path -Path Env:_OLD_VIRTUAL_PATH) { + Copy-Item -Path Env:_OLD_VIRTUAL_PATH -Destination Env:PATH + Remove-Item -Path Env:_OLD_VIRTUAL_PATH + } + + # Just remove the VIRTUAL_ENV altogether: + if (Test-Path -Path Env:VIRTUAL_ENV) { + Remove-Item -Path env:VIRTUAL_ENV + } + + # Just remove the _PYTHON_VENV_PROMPT_PREFIX altogether: + if (Get-Variable -Name "_PYTHON_VENV_PROMPT_PREFIX" -ErrorAction SilentlyContinue) { + Remove-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Scope Global -Force + } + + # Leave deactivate function in the global namespace if requested: + if (-not $NonDestructive) { + Remove-Item -Path function:deactivate + } +} + +<# +.Description +Get-PyVenvConfig parses the values from the pyvenv.cfg file located in the +given folder, and returns them in a map. + +For each line in the pyvenv.cfg file, if that line can be parsed into exactly +two strings separated by `=` (with any amount of whitespace surrounding the =) +then it is considered a `key = value` line. The left hand string is the key, +the right hand is the value. + +If the value starts with a `'` or a `"` then the first and last character is +stripped from the value before being captured. + +.Parameter ConfigDir +Path to the directory that contains the `pyvenv.cfg` file. +#> +function Get-PyVenvConfig( + [String] + $ConfigDir +) { + Write-Verbose "Given ConfigDir=$ConfigDir, obtain values in pyvenv.cfg" + + # Ensure the file exists, and issue a warning if it doesn't (but still allow the function to continue). + $pyvenvConfigPath = Join-Path -Resolve -Path $ConfigDir -ChildPath 'pyvenv.cfg' -ErrorAction Continue + + # An empty map will be returned if no config file is found. + $pyvenvConfig = @{ } + + if ($pyvenvConfigPath) { + + Write-Verbose "File exists, parse `key = value` lines" + $pyvenvConfigContent = Get-Content -Path $pyvenvConfigPath + + $pyvenvConfigContent | ForEach-Object { + $keyval = $PSItem -split "\s*=\s*", 2 + if ($keyval[0] -and $keyval[1]) { + $val = $keyval[1] + + # Remove extraneous quotations around a string value. + if ("'""".Contains($val.Substring(0, 1))) { + $val = $val.Substring(1, $val.Length - 2) + } + + $pyvenvConfig[$keyval[0]] = $val + Write-Verbose "Adding Key: '$($keyval[0])'='$val'" + } + } + } + return $pyvenvConfig +} + + +<# Begin Activate script --------------------------------------------------- #> + +# Determine the containing directory of this script +$VenvExecPath = Split-Path -Parent $MyInvocation.MyCommand.Definition +$VenvExecDir = Get-Item -Path $VenvExecPath + +Write-Verbose "Activation script is located in path: '$VenvExecPath'" +Write-Verbose "VenvExecDir Fullname: '$($VenvExecDir.FullName)" +Write-Verbose "VenvExecDir Name: '$($VenvExecDir.Name)" + +# Set values required in priority: CmdLine, ConfigFile, Default +# First, get the location of the virtual environment, it might not be +# VenvExecDir if specified on the command line. +if ($VenvDir) { + Write-Verbose "VenvDir given as parameter, using '$VenvDir' to determine values" +} +else { + Write-Verbose "VenvDir not given as a parameter, using parent directory name as VenvDir." + $VenvDir = $VenvExecDir.Parent.FullName.TrimEnd("\\/") + Write-Verbose "VenvDir=$VenvDir" +} + +# Next, read the `pyvenv.cfg` file to determine any required value such +# as `prompt`. +$pyvenvCfg = Get-PyVenvConfig -ConfigDir $VenvDir + +# Next, set the prompt from the command line, or the config file, or +# just use the name of the virtual environment folder. +if ($Prompt) { + Write-Verbose "Prompt specified as argument, using '$Prompt'" +} +else { + Write-Verbose "Prompt not specified as argument to script, checking pyvenv.cfg value" + if ($pyvenvCfg -and $pyvenvCfg['prompt']) { + Write-Verbose " Setting based on value in pyvenv.cfg='$($pyvenvCfg['prompt'])'" + $Prompt = $pyvenvCfg['prompt']; + } + else { + Write-Verbose " Setting prompt based on parent's directory's name. (Is the directory name passed to venv module when creating the 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 + } +} + +# 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/.awi/bin/activate b/.awi/bin/activate new file mode 100644 index 0000000..e6bb876 --- /dev/null +++ b/.awi/bin/activate @@ -0,0 +1,66 @@ +# This file must be used with "source bin/activate" *from bash* +# you cannot run it directly + +deactivate () { + # reset old environment variables + if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then + PATH="${_OLD_VIRTUAL_PATH:-}" + export PATH + unset _OLD_VIRTUAL_PATH + fi + if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then + PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}" + export PYTHONHOME + unset _OLD_VIRTUAL_PYTHONHOME + fi + + # This should detect bash and zsh, which have a hash command that must + # be called to get it to forget past commands. Without forgetting + # past commands the $PATH changes we made may not be respected + if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then + hash -r 2> /dev/null + fi + + if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then + PS1="${_OLD_VIRTUAL_PS1:-}" + export PS1 + unset _OLD_VIRTUAL_PS1 + fi + + unset VIRTUAL_ENV + if [ ! "${1:-}" = "nondestructive" ] ; then + # Self destruct! + unset -f deactivate + fi +} + +# unset irrelevant variables +deactivate nondestructive + +VIRTUAL_ENV="/home/praveen/Contributions/playground-for-python/.awi" +export VIRTUAL_ENV + +_OLD_VIRTUAL_PATH="$PATH" +PATH="$VIRTUAL_ENV/bin:$PATH" +export PATH + +# unset PYTHONHOME if set +# this will fail if PYTHONHOME is set to the empty string (which is bad anyway) +# could use `if (set -u; : $PYTHONHOME) ;` in bash +if [ -n "${PYTHONHOME:-}" ] ; then + _OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}" + unset PYTHONHOME +fi + +if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then + _OLD_VIRTUAL_PS1="${PS1:-}" + PS1="(.awi) ${PS1:-}" + export PS1 +fi + +# This should detect bash and zsh, which have a hash command that must +# be called to get it to forget past commands. Without forgetting +# past commands the $PATH changes we made may not be respected +if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then + hash -r 2> /dev/null +fi diff --git a/.awi/bin/activate.csh b/.awi/bin/activate.csh new file mode 100644 index 0000000..133d3a1 --- /dev/null +++ b/.awi/bin/activate.csh @@ -0,0 +1,25 @@ +# This file must be used with "source bin/activate.csh" *from csh*. +# You cannot run it directly. +# Created by Davide Di Blasi . +# Ported to Python 3.3 venv by Andrew Svetlov + +alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; test "\!:*" != "nondestructive" && unalias deactivate' + +# Unset irrelevant variables. +deactivate nondestructive + +setenv VIRTUAL_ENV "/home/praveen/Contributions/playground-for-python/.awi" + +set _OLD_VIRTUAL_PATH="$PATH" +setenv PATH "$VIRTUAL_ENV/bin:$PATH" + + +set _OLD_VIRTUAL_PROMPT="$prompt" + +if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then + set prompt = "(.awi) $prompt" +endif + +alias pydoc python -m pydoc + +rehash diff --git a/.awi/bin/activate.fish b/.awi/bin/activate.fish new file mode 100644 index 0000000..3d2d6a0 --- /dev/null +++ b/.awi/bin/activate.fish @@ -0,0 +1,64 @@ +# This file must be used with "source /bin/activate.fish" *from fish* +# (https://fishshell.com/); you cannot run it directly. + +function deactivate -d "Exit virtual environment and return to normal shell environment" + # reset old environment variables + if test -n "$_OLD_VIRTUAL_PATH" + set -gx PATH $_OLD_VIRTUAL_PATH + set -e _OLD_VIRTUAL_PATH + end + if test -n "$_OLD_VIRTUAL_PYTHONHOME" + set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME + set -e _OLD_VIRTUAL_PYTHONHOME + end + + if test -n "$_OLD_FISH_PROMPT_OVERRIDE" + functions -e fish_prompt + set -e _OLD_FISH_PROMPT_OVERRIDE + functions -c _old_fish_prompt fish_prompt + functions -e _old_fish_prompt + end + + set -e VIRTUAL_ENV + if test "$argv[1]" != "nondestructive" + # Self-destruct! + functions -e deactivate + end +end + +# Unset irrelevant variables. +deactivate nondestructive + +set -gx VIRTUAL_ENV "/home/praveen/Contributions/playground-for-python/.awi" + +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) "(.awi) " (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" +end diff --git a/.awi/bin/markdown-it b/.awi/bin/markdown-it new file mode 100755 index 0000000..f61df76 --- /dev/null +++ b/.awi/bin/markdown-it @@ -0,0 +1,8 @@ +#!/home/praveen/Contributions/playground-for-python/.awi/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from markdown_it.cli.parse import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/.awi/bin/normalizer b/.awi/bin/normalizer new file mode 100755 index 0000000..dad0d64 --- /dev/null +++ b/.awi/bin/normalizer @@ -0,0 +1,8 @@ +#!/home/praveen/Contributions/playground-for-python/.awi/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/.awi/bin/pip b/.awi/bin/pip new file mode 100755 index 0000000..0fc659a --- /dev/null +++ b/.awi/bin/pip @@ -0,0 +1,8 @@ +#!/home/praveen/Contributions/playground-for-python/.awi/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/.awi/bin/pip3 b/.awi/bin/pip3 new file mode 100755 index 0000000..0fc659a --- /dev/null +++ b/.awi/bin/pip3 @@ -0,0 +1,8 @@ +#!/home/praveen/Contributions/playground-for-python/.awi/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/.awi/bin/pip3.10 b/.awi/bin/pip3.10 new file mode 100755 index 0000000..0fc659a --- /dev/null +++ b/.awi/bin/pip3.10 @@ -0,0 +1,8 @@ +#!/home/praveen/Contributions/playground-for-python/.awi/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/.awi/bin/pip3.9 b/.awi/bin/pip3.9 new file mode 100755 index 0000000..0fc659a --- /dev/null +++ b/.awi/bin/pip3.9 @@ -0,0 +1,8 @@ +#!/home/praveen/Contributions/playground-for-python/.awi/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/.awi/bin/pygmentize b/.awi/bin/pygmentize new file mode 100755 index 0000000..50bd984 --- /dev/null +++ b/.awi/bin/pygmentize @@ -0,0 +1,8 @@ +#!/home/praveen/Contributions/playground-for-python/.awi/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/.awi/bin/python b/.awi/bin/python new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/.awi/bin/python @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/.awi/bin/python3 b/.awi/bin/python3 new file mode 120000 index 0000000..fbf8532 --- /dev/null +++ b/.awi/bin/python3 @@ -0,0 +1 @@ +/home/praveen/anaconda3/bin/python3 \ No newline at end of file diff --git a/.awi/bin/python3.9 b/.awi/bin/python3.9 new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/.awi/bin/python3.9 @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/.awi/lib/python3.9/site-packages/_distutils_hack/__init__.py b/.awi/lib/python3.9/site-packages/_distutils_hack/__init__.py new file mode 100644 index 0000000..5f40996 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/_distutils_hack/__init__.py @@ -0,0 +1,128 @@ +import sys +import os +import re +import importlib +import warnings + + +is_pypy = '__pypy__' in sys.builtin_module_names + + +warnings.filterwarnings('ignore', + r'.+ distutils\b.+ deprecated', + DeprecationWarning) + + +def warn_distutils_present(): + if 'distutils' not in sys.modules: + return + if is_pypy and sys.version_info < (3, 7): + # PyPy for 3.6 unconditionally imports distutils, so bypass the warning + # https://foss.heptapod.net/pypy/pypy/-/blob/be829135bc0d758997b3566062999ee8b23872b4/lib-python/3/site.py#L250 + return + warnings.warn( + "Distutils was imported before Setuptools, but importing Setuptools " + "also replaces the `distutils` module in `sys.modules`. This may lead " + "to undesirable behaviors or errors. To avoid these issues, avoid " + "using distutils directly, ensure that setuptools is installed in the " + "traditional way (e.g. not an editable install), and/or make sure " + "that setuptools is always imported before distutils.") + + +def clear_distutils(): + if 'distutils' not in sys.modules: + return + warnings.warn("Setuptools is replacing distutils.") + mods = [name for name in sys.modules if re.match(r'distutils\b', name)] + for name in mods: + del sys.modules[name] + + +def enabled(): + """ + Allow selection of distutils by environment variable. + """ + which = os.environ.get('SETUPTOOLS_USE_DISTUTILS', 'stdlib') + return which == 'local' + + +def ensure_local_distutils(): + clear_distutils() + distutils = importlib.import_module('setuptools._distutils') + distutils.__name__ = 'distutils' + sys.modules['distutils'] = distutils + + # sanity check that submodules load as expected + core = importlib.import_module('distutils.core') + assert '_distutils' in core.__file__, core.__file__ + + +def do_override(): + """ + Ensure that the local copy of distutils is preferred over stdlib. + + See https://github.com/pypa/setuptools/issues/417#issuecomment-392298401 + for more motivation. + """ + if enabled(): + warn_distutils_present() + ensure_local_distutils() + + +class DistutilsMetaFinder: + def find_spec(self, fullname, path, target=None): + if path is not None: + return + + method_name = 'spec_for_{fullname}'.format(**locals()) + method = getattr(self, method_name, lambda: None) + return method() + + def spec_for_distutils(self): + import importlib.abc + import importlib.util + + class DistutilsLoader(importlib.abc.Loader): + + def create_module(self, spec): + return importlib.import_module('setuptools._distutils') + + def exec_module(self, module): + pass + + return importlib.util.spec_from_loader('distutils', DistutilsLoader()) + + def spec_for_pip(self): + """ + Ensure stdlib distutils when running under pip. + See pypa/pip#8761 for rationale. + """ + if self.pip_imported_during_build(): + return + clear_distutils() + self.spec_for_distutils = lambda: None + + @staticmethod + def pip_imported_during_build(): + """ + Detect if pip is being imported in a build script. Ref #2355. + """ + import traceback + return any( + frame.f_globals['__file__'].endswith('setup.py') + for frame, line in traceback.walk_stack(None) + ) + + +DISTUTILS_FINDER = DistutilsMetaFinder() + + +def add_shim(): + sys.meta_path.insert(0, DISTUTILS_FINDER) + + +def remove_shim(): + try: + sys.meta_path.remove(DISTUTILS_FINDER) + except ValueError: + pass diff --git a/.awi/lib/python3.9/site-packages/_distutils_hack/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/_distutils_hack/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8f9201124603e51023e21c0881c1efc0e67d92b8 GIT binary patch literal 5121 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/_distutils_hack/override.py b/.awi/lib/python3.9/site-packages/_distutils_hack/override.py new file mode 100644 index 0000000..2cc433a --- /dev/null +++ b/.awi/lib/python3.9/site-packages/_distutils_hack/override.py @@ -0,0 +1 @@ +__import__('_distutils_hack').do_override() diff --git a/.awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/PKG-INFO b/.awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/PKG-INFO new file mode 100644 index 0000000..70ebee9 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/PKG-INFO @@ -0,0 +1,26 @@ +Metadata-Version: 2.1 +Name: appwrite +Version: 1.0.0 +Summary: Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API +Home-page: https://appwrite.io/support +Author: Appwrite Team +Author-email: team@appwrite.io +Maintainer: Appwrite Team +Maintainer-email: team@appwrite.io +License: BSD-3-Clause +Download-URL: https://github.com/appwrite/sdk-for-python/archive/1.0.0.tar.gz +Platform: UNKNOWN +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Environment :: Web Environment +Classifier: Topic :: Software Development +Classifier: License :: OSI Approved :: BSD License +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +License-File: LICENSE + +UNKNOWN + diff --git a/.awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/SOURCES.txt b/.awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/SOURCES.txt new file mode 100644 index 0000000..7acd52c --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/SOURCES.txt @@ -0,0 +1,28 @@ +LICENSE +README.md +setup.cfg +setup.py +appwrite/__init__.py +appwrite/client.py +appwrite/exception.py +appwrite/id.py +appwrite/input_file.py +appwrite/permission.py +appwrite/query.py +appwrite/role.py +appwrite/service.py +appwrite.egg-info/PKG-INFO +appwrite.egg-info/SOURCES.txt +appwrite.egg-info/dependency_links.txt +appwrite.egg-info/requires.txt +appwrite.egg-info/top_level.txt +appwrite/services/__init__.py +appwrite/services/account.py +appwrite/services/avatars.py +appwrite/services/databases.py +appwrite/services/functions.py +appwrite/services/health.py +appwrite/services/locale.py +appwrite/services/storage.py +appwrite/services/teams.py +appwrite/services/users.py \ No newline at end of file diff --git a/.awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/dependency_links.txt b/.awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/dependency_links.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/.awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/installed-files.txt b/.awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/installed-files.txt new file mode 100644 index 0000000..1deeb07 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/installed-files.txt @@ -0,0 +1,43 @@ +../appwrite/__init__.py +../appwrite/__pycache__/__init__.cpython-39.pyc +../appwrite/__pycache__/client.cpython-39.pyc +../appwrite/__pycache__/exception.cpython-39.pyc +../appwrite/__pycache__/id.cpython-39.pyc +../appwrite/__pycache__/input_file.cpython-39.pyc +../appwrite/__pycache__/permission.cpython-39.pyc +../appwrite/__pycache__/query.cpython-39.pyc +../appwrite/__pycache__/role.cpython-39.pyc +../appwrite/__pycache__/service.cpython-39.pyc +../appwrite/client.py +../appwrite/exception.py +../appwrite/id.py +../appwrite/input_file.py +../appwrite/permission.py +../appwrite/query.py +../appwrite/role.py +../appwrite/service.py +../appwrite/services/__init__.py +../appwrite/services/__pycache__/__init__.cpython-39.pyc +../appwrite/services/__pycache__/account.cpython-39.pyc +../appwrite/services/__pycache__/avatars.cpython-39.pyc +../appwrite/services/__pycache__/databases.cpython-39.pyc +../appwrite/services/__pycache__/functions.cpython-39.pyc +../appwrite/services/__pycache__/health.cpython-39.pyc +../appwrite/services/__pycache__/locale.cpython-39.pyc +../appwrite/services/__pycache__/storage.cpython-39.pyc +../appwrite/services/__pycache__/teams.cpython-39.pyc +../appwrite/services/__pycache__/users.cpython-39.pyc +../appwrite/services/account.py +../appwrite/services/avatars.py +../appwrite/services/databases.py +../appwrite/services/functions.py +../appwrite/services/health.py +../appwrite/services/locale.py +../appwrite/services/storage.py +../appwrite/services/teams.py +../appwrite/services/users.py +PKG-INFO +SOURCES.txt +dependency_links.txt +requires.txt +top_level.txt diff --git a/.awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/requires.txt b/.awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/requires.txt new file mode 100644 index 0000000..f229360 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/requires.txt @@ -0,0 +1 @@ +requests diff --git a/.awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/top_level.txt b/.awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/top_level.txt new file mode 100644 index 0000000..297f199 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite-1.0.0-py3.9.egg-info/top_level.txt @@ -0,0 +1,2 @@ +appwrite +appwrite/services diff --git a/.awi/lib/python3.9/site-packages/appwrite/__init__.py b/.awi/lib/python3.9/site-packages/appwrite/__init__.py new file mode 100644 index 0000000..0519ecb --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite/__init__.py @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.awi/lib/python3.9/site-packages/appwrite/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/appwrite/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dcdbf1b65c63e19c58ea44622a9fca89929d0a4d GIT binary patch literal 194 zcmYe~<>g`kg7PGfG)5r(7{oyaAVCKpE@lA|DGb33nv8xc8Hzx{2;x_|enx(7s(wLH zVp(cxp1yN_UP)1AQfWzMeqOPDK~7?2dQpC9UW#s7evxiLWl2VUp1xjUd8U3&W|BUH zZ>(pjUz}Nzs#}nloSm4STCAT~P*7e36w!~5&&RG GW&i*fA~Z4p literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/appwrite/__pycache__/client.cpython-39.pyc b/.awi/lib/python3.9/site-packages/appwrite/__pycache__/client.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1cc195aa8c082c1177e7f19e8786800201e25d1e GIT binary patch literal 4573 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 H{-DDX9`~IF literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/appwrite/__pycache__/id.cpython-39.pyc b/.awi/lib/python3.9/site-packages/appwrite/__pycache__/id.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2512a7cbd5019485f7558875514b2d3d6709e272 GIT binary patch literal 581 zcmZutyH3L}6t$hU3RS!C4GeT>JTM_4gw#sVB@0^?%Z=UEB8gKwp|oN^YJY}b%E~9O zF>#&n2#+hB`#AP}^5L+LKpy5dizl!zE@+Df!4<$BgStin348$TNrVKsMI$c;{)c>J zoB%CRgawL-^aK{KMDP!X&!8%zgdxDy z>W$NtP9@C^zn3zj6P*=C&C5dR%+fsJ+ojQECdLbG#`(5b>5K+^qiCY$w29Axb81x~ z$2pJh_)=QR^L%4~p-Ke#w(7;DEp+O7TBi`%9nGde!~WU-$J_$L+$7xjWv14pJRN;c z-tydrRj>Kd`_-jkLpYMpSjJPySk-4N)uK$CKVWQK^5o-XU<+QTIF+!dFkPr+T)|ea k`f{$J`8=}qA@VW7eUIRp4M&arFRk(~n%i#ABCkPsSaBnCE>5W8$FH+I`VUf2#pQD)VC$gt#> zyk*5Nu;SiiD1|Hez?3HQhaM+z*E9>f~C z@!P6t?d!Zy85DOiEDF~ZEb|PYBL{NJI@&Q#Ed4<4!2gEKv;JLh?}rk1MjeCDY~}n$ z*j*fH4CGjCT(lNORiacb+CawM8<%;h?7mSZooriW3`gSn?ZKUzy49KLN$fc|b!BzFZf#yyCTR+>-|D)p@t2lHK=Quph-GuY9 zmTiIljPp;eDDF?DSs{#p+3sqoF@=73s^H&RG|GU|7;Ge>j7}m(``y^nc%VlJc VK1kn7^m3@-6@?oHA4D`_zX5|g%mV-b literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/appwrite/__pycache__/permission.cpython-39.pyc b/.awi/lib/python3.9/site-packages/appwrite/__pycache__/permission.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83d9cf7d84714bb830d1a9c224ab43fa936b2396 GIT binary patch literal 1073 zcmb7Dy>8nu5T+>N1c(6HiDo_*!GBlG>pqm$g)-j1t{jj7|!$G!W=sOgB zfV`5{K0>!ly(1IH0U9(u;7%WT$NRp6NV&hCFtpY3^z28#*l${FTZoH~==KeUPYf6Y zH|W=V!GM2ZlQ6^mC$>3pirb1U0$>ZSLI{B0uBa~X=LxzUVSwO@{X})YLee+CjEs_SJig=O$t}A@0j4gL zp(8Hb<>I0)mC#0hSE>>xb=8=B*)~XIg)Zd!+|+Fa)3e%4^}4yJD>0L+Ton0I`1RY_ zJ7M!iO|{Iv%5!Cf)OuxbN9c{{nO=82l0wXuV_^L9;BlxK<#wBF;5d%QhPwHQdK=^h z?BlZQyRreo2ijL#v@W?DZ=9jlM*WvK@^yP#%&)hYeRfCcR>O;^eciz`)IPf-HK;

;HO-a9Z6_B8Y(O-x}( sf!^=qZT5(MyP=0cZjUg;oCitx)Lq4V61eZbT6FPyFY5#K`Gd~>0+U+S4gdfE literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/appwrite/__pycache__/query.cpython-39.pyc b/.awi/lib/python3.9/site-packages/appwrite/__pycache__/query.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..da2da97d16ed03733f2bd535d26d1bc86feb0a39 GIT binary patch literal 2697 zcmbVO&2HO95auo^TL1n_9VbmwLns0(h{d7>3KU3-q-oKfgcdG(a8U@fc4ae>L}qps zSAuWOTNDB8qu!#=!D}C(H=R1OBxOd88?Ypn__#B}Z)SF8mwuyBweb4=_=mxhHOu;o zUh5_!#5ci%UOEBux7}7bM{lj%PSj6Cc{T zWapTcb9QB;5%0z&`Eue9=NuS{e%4j=g8$IMEBjvGSs!KRtnPG8PAe5DucLJ`KlS$3F|aVQ}mv@1J+R^i-hbLFD&e z_$N|%eiWSn&Uh~=h)y&G@|}h<0r6SQ_|-A)77emI4)u2wC(xn;rNo4iJSy}`)#c*I z=$Z*#W>}bUD3$v8)F0o>SVJ~qU17`&i!wGc!}kPQM@lM%jCMN-^eyY6+_e*szLxOc z0XLA9x-(Lf*-d@BEA0e4wZYu980VPj6o3b>zI8omE2+5}vC5erv&7ZBx8+22`~x)f|^I)%z&S@|~7+ zCMrf=GiKjPVuy_-<>nI6)&SH>ab>C6!q<#_Jqdg%D@Nb!Pe6t6jl@kw<~^9Rm44kyd_ATFeP|7>okFzhFrb zv{_s-Gb{XX2RS=A-gFN&y2TjR!ofgEy$`!tm`Lg-ldG&$?w{pY(~?h=`&8oDMVLy) zl>Cnfv~|uem}W0He0t8X_|p~;_9fT0cAl3|&aX(~ym1e$ypDD*QF<*C7Pd{PJLCJU znbUf-_v?Z^n(^P-Z8vuGG?KA143v(Y=V368?U5fPM_?`TLCIg}z*BA8bXV+-Bpzb| z@W*3yjlsdWFK{U8LyOnhCw!K6T6UP;oa)DDf-&RohKYGMjh9i&r}Lb0p)n5^?9#r% zm=b)5zc}UuU$9o&fqVF&*j5^1=Qs?9SP$Wugf@Gp%X_H&6%J*7snBI}^I2M!xde3E z+i|(q8~Y>K>&4YxZxo8jkZ`@%qXRXS)Rp#i&`;AuC$>3IfzCLfy$opc2ik;zc0{0a z0JiBtn=;&{2UROj@tB;#9--@oT6UFLCfY0&Wv|RQtJ?o#xSW|UbumfwwRcg)<;O|D LUz5h)IIMpFHns{k literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/appwrite/__pycache__/role.cpython-39.pyc b/.awi/lib/python3.9/site-packages/appwrite/__pycache__/role.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..76b3867949e7aea8273f4573ab50124a4eba6f7c GIT binary patch literal 1337 zcmbtTJ8#=C5GH9^mSsCl)1XsPboF3s=+vMn0%T|>56$L9phemdYCTFyO>KCK|3wg> zYyOhf{)BFsdPl~O$n8*+z>#;n6Tj~s;=P_vV11u_n*Lyf{6u4aHNZFr(I>EdB!URK z2DxElBG@JAHzK%yvK+9^LG%zMWTUFV)5See znAvW7h=QvukwLEbH!0KLB1;PuPs$?BQXS-TzL=@3OvPZDsX@LduCg>3^6NO5$CJR? zZ-?&!9T#$t^XLnoNgeP!zgBP)C?Ge?7YZs&P&96YEj?sC1U?ms%oSe4LLDg^?yo^v zQFSWlirhlgSM-+LIhT+R+IOZ4qh+(yQk^}}z~t0t6^ljX>Vg-g-leJV)ylzG7c`9< zVGcc}%eLWyo(RjfS*Rl&Lj{LmMbyy_+77{J>Eeevs0cyLMuV3K5X)rqUgQV88nBQWugZXQqIU#a1nV8aoQQSxdKa zF!&`hIjA*y{$6XW)2_}ixXV@|lL<80f>HxohjVSrtAo_-{XfCk;jwV4125LVOncuP zAlc7GeX5$^s~w%n3&WHrG7Kv}43kWhbJV+G__gHoM^6{uh@(WpeRZ%zi41R!L%F4tq zFmaav3Mbv!?|k>}ULt0*2?0B-AF~~t9|(r#1GoowR}dtTG$#d3C?yX>deVO-(tq(1 zPX;RzjXo(9MYKIzRmCw2_SSH`wwp;%?bUMa&CrKzo6H?=N} zV^uDW8(TI;&a=|at7E+_4U5G=vs|xPkFVn!=5(#*l}Mk&MmZ*`>R=(mT)%Q$9ovv| zZFJ2!4tL$=^!egPQ~dk5j7C^#M4>ouC!80hY;wF$Io~xR?_VtT+j9&kVh}=v_)$@C gHzuSVUPgYWyKlvcL03nDt!;SQPrSqb*7Z;QZwaS#I{*Lx literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/appwrite/client.py b/.awi/lib/python3.9/site-packages/appwrite/client.py new file mode 100644 index 0000000..8bec1a5 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite/client.py @@ -0,0 +1,217 @@ +import io +import requests +import os +from .input_file import InputFile +from .exception import AppwriteException + +class Client: + def __init__(self): + self._chunk_size = 5*1024*1024 + self._self_signed = False + self._endpoint = 'https://HOSTNAME/v1' + self._global_headers = { + 'content-type': '', + 'x-sdk-name': 'Python', + 'x-sdk-platform': 'server', + 'x-sdk-language': 'python', + 'x-sdk-version': '1.0.0', + 'X-Appwrite-Response-Format' : '1.0.0', + } + + def set_self_signed(self, status=True): + self._self_signed = status + return self + + def set_endpoint(self, endpoint): + self._endpoint = endpoint + return self + + def add_header(self, key, value): + self._global_headers[key.lower()] = value + return self + + def set_project(self, value): + """Your project ID""" + + self._global_headers['x-appwrite-project'] = value + return self + + def set_key(self, value): + """Your secret API key""" + + self._global_headers['x-appwrite-key'] = value + return self + + def set_jwt(self, value): + """Your secret JSON Web Token""" + + self._global_headers['x-appwrite-jwt'] = value + return self + + def set_locale(self, value): + self._global_headers['x-appwrite-locale'] = value + return self + + def call(self, method, path='', headers=None, params=None): + if headers is None: + headers = {} + + if params is None: + params = {} + + data = {} + json = {} + files = {} + stringify = False + + headers = {**self._global_headers, **headers} + + if method != 'get': + data = params + params = {} + + if headers['content-type'].startswith('application/json'): + json = data + data = {} + + if headers['content-type'].startswith('multipart/form-data'): + del headers['content-type'] + stringify = True + for key in data.copy(): + if isinstance(data[key], InputFile): + files[key] = (data[key].filename, data[key].data) + del data[key] + response = None + try: + response = requests.request( # call method dynamically https://stackoverflow.com/a/4246075/2299554 + method=method, + url=self._endpoint + path, + params=self.flatten(params, stringify=stringify), + data=self.flatten(data), + json=json, + files=files, + headers=headers, + verify=(not self._self_signed), + ) + + response.raise_for_status() + + content_type = response.headers['Content-Type'] + + if content_type.startswith('application/json'): + return response.json() + + return response._content + except Exception as e: + if response != None: + content_type = response.headers['Content-Type'] + if content_type.startswith('application/json'): + raise AppwriteException(response.json()['message'], response.status_code, response.json().get('type'), response.json()) + else: + raise AppwriteException(response.text, response.status_code) + else: + raise AppwriteException(e) + + def chunked_upload( + self, + path, + headers = None, + params = None, + param_name = '', + on_progress = None, + upload_id = '' + ): + input_file = params[param_name] + + if input_file.source_type == 'path': + size = os.stat(input_file.path).st_size + input = open(input_file.path, 'rb') + elif input_file.source_type == 'bytes': + size = len(input_file.data) + input = input_file.data + + if size < self._chunk_size: + if input_file.source_type == 'path': + input_file.data = input.read() + + params[param_name] = input_file + return self.call( + 'post', + path, + headers, + params + ) + + offset = 0 + counter = 0 + + if upload_id != 'unique()': + try: + result = self.call('get', path + '/' + upload_id, headers) + counter = result['chunksUploaded'] + except: + pass + + if counter > 0: + offset = counter * self._chunk_size + input.seek(offset) + + while offset < size: + if input_file.source_type == 'path': + input_file.data = input.read(self._chunk_size) or input.read(size - offset) + elif input_file.source_type == 'bytes': + if offset + self._chunk_size < size: + end = offset + self._chunk_size + else: + end = size - offset + input_file.data = input[offset:end] + + params[param_name] = input_file + headers["content-range"] = f'bytes {offset}-{min((offset + self._chunk_size) - 1, size)}/{size}' + + result = self.call( + 'post', + path, + headers, + params, + ) + + offset = offset + self._chunk_size + + if "$id" in result: + headers["x-appwrite-id"] = result["$id"] + + if on_progress is not None: + end = min((((counter * self._chunk_size) + self._chunk_size) - 1), size) + on_progress({ + "$id": result["$id"], + "progress": min(offset, size)/size * 100, + "sizeUploaded": end+1, + "chunksTotal": result["chunksTotal"], + "chunksUploaded": result["chunksUploaded"], + }) + + counter = counter + 1 + + return result + + def flatten(self, data, prefix='', stringify=False): + output = {} + i = 0 + + for key in data: + value = data[key] if isinstance(data, dict) else key + finalKey = prefix + '[' + key +']' if prefix else key + finalKey = prefix + '[' + str(i) +']' if isinstance(data, list) else finalKey + i += 1 + + if isinstance(value, list) or isinstance(value, dict): + output = {**output, **self.flatten(value, finalKey, stringify)} + else: + if stringify: + output[finalKey] = str(value) + else: + output[finalKey] = value + + return output + diff --git a/.awi/lib/python3.9/site-packages/appwrite/exception.py b/.awi/lib/python3.9/site-packages/appwrite/exception.py new file mode 100644 index 0000000..146e7a7 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite/exception.py @@ -0,0 +1,7 @@ +class AppwriteException(Exception): + def __init__(self, message, code = 0, type = None, response = None): + self.message = message + self.code = code + self.type = type + self.response = response + super().__init__(self.message) \ No newline at end of file diff --git a/.awi/lib/python3.9/site-packages/appwrite/id.py b/.awi/lib/python3.9/site-packages/appwrite/id.py new file mode 100644 index 0000000..a9ed5f3 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite/id.py @@ -0,0 +1,8 @@ +class ID: + @staticmethod + def custom(id): + return id + + @staticmethod + def unique(): + return 'unique()' \ No newline at end of file diff --git a/.awi/lib/python3.9/site-packages/appwrite/input_file.py b/.awi/lib/python3.9/site-packages/appwrite/input_file.py new file mode 100644 index 0000000..9f11b0c --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite/input_file.py @@ -0,0 +1,21 @@ +import os +import mimetypes + +class InputFile: + @classmethod + def from_path(cls, path): + instance = cls() + instance.path = path + instance.filename = os.path.basename(path) + instance.mime_type = mimetypes.guess_type(path) + instance.source_type = 'path' + return instance + + @classmethod + def from_bytes(cls, bytes, filename = None, mime_type = None): + instance = cls() + instance.data = bytes + instance.filename = filename + instance.mime_type = mime_type + instance.source_type = 'bytes' + return instance \ No newline at end of file diff --git a/.awi/lib/python3.9/site-packages/appwrite/permission.py b/.awi/lib/python3.9/site-packages/appwrite/permission.py new file mode 100644 index 0000000..7178b8c --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite/permission.py @@ -0,0 +1,21 @@ +class Permission: + + @staticmethod + def read(role): + return f'read("{role}")' + + @staticmethod + def write(role): + return f'write("{role}")' + + @staticmethod + def create(role): + return f'create("{role}")' + + @staticmethod + def update(role): + return f'update("{role}")' + + @staticmethod + def delete(role): + return f'delete("{role}")' diff --git a/.awi/lib/python3.9/site-packages/appwrite/query.py b/.awi/lib/python3.9/site-packages/appwrite/query.py new file mode 100644 index 0000000..7896958 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite/query.py @@ -0,0 +1,68 @@ +class Query: + @staticmethod + def equal(attribute, value): + return Query.addQuery(attribute, "equal", value) + + @staticmethod + def notEqual(attribute, value): + return Query.addQuery(attribute, "notEqual", value) + + @staticmethod + def lessThan(attribute, value): + return Query.addQuery(attribute, "lessThan", value) + + @staticmethod + def lessThanEqual(attribute, value): + return Query.addQuery(attribute, "lessThanEqual", value) + + @staticmethod + def greaterThan(attribute, value): + return Query.addQuery(attribute, "greaterThan", value) + + @staticmethod + def greaterThanEqual(attribute, value): + return Query.addQuery(attribute, "greaterThanEqual", value) + + @staticmethod + def search(attribute, value): + return Query.addQuery(attribute, "search", value) + + @staticmethod + def orderAsc(attribute): + return f'orderAsc("{attribute}")' + + @staticmethod + def orderDesc(attribute): + return f'orderDesc("{attribute}")' + + @staticmethod + def cursorBefore(id): + return f'cursorBefore("{id}")' + + @staticmethod + def cursorAfter(id): + return f'cursorAfter("{id}")' + + @staticmethod + def limit(limit): + return f'limit({limit})' + + @staticmethod + def offset(offset): + return f'offset({offset})' + + @staticmethod + def addQuery(attribute, method, value): + if type(value) == list: + return f'{method}("{attribute}", [{",".join(map(Query.parseValues, value))}])' + else: + return f'{method}("{attribute}", [{Query.parseValues(value)}])' + + @staticmethod + def parseValues(value): + if type(value) == str: + return f'"{value}"' + elif type(value) == bool: + return str(value).lower() + else: + return str(value) \ No newline at end of file diff --git a/.awi/lib/python3.9/site-packages/appwrite/role.py b/.awi/lib/python3.9/site-packages/appwrite/role.py new file mode 100644 index 0000000..73780b2 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite/role.py @@ -0,0 +1,34 @@ +class Role: + @staticmethod + def any(): + return 'any' + + @staticmethod + def user(id, status = ""): + if status: + return f'user:{id}/{status}' + return f'user:{id}' + + @staticmethod + def users(status = ""): + if status: + return f'users/{status}' + return 'users' + + @staticmethod + def guests(): + return 'guests' + + @staticmethod + def team(id, role = ""): + if role: + return f'team:{id}/{role}' + return f'team:{id}' + + @staticmethod + def member(id): + return f'member:{id}' + + @staticmethod + def status(status): + return f'status:{status}' \ No newline at end of file diff --git a/.awi/lib/python3.9/site-packages/appwrite/service.py b/.awi/lib/python3.9/site-packages/appwrite/service.py new file mode 100644 index 0000000..b5b60e6 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite/service.py @@ -0,0 +1,6 @@ +from .client import Client + + +class Service: + def __init__(self, client: Client): + self.client = client diff --git a/.awi/lib/python3.9/site-packages/appwrite/services/__init__.py b/.awi/lib/python3.9/site-packages/appwrite/services/__init__.py new file mode 100644 index 0000000..0519ecb --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite/services/__init__.py @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.awi/lib/python3.9/site-packages/appwrite/services/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/appwrite/services/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4cf274eb8ffd224e313f2e945fa300a5f895e856 GIT binary patch literal 203 zcmYk0F$%&!6ht>*Awmvfk^I6+5E0T?*?53ulWdZY$^OsoCLu@iO12)s&dOaZbYNzf zSB*;3jR=~{bCZOA#__KRPr+^#q83-NO)hs~BmTvkp`$?qTQzBIpdjNdmZL{94!BoK zYiTrf){xD3@f{h+)r`<%3E#cT_u$a$j8%10t#+W8XB!AOZ6~Y(krEAhDRW*P>%&0x L*z03_@(LCo9?dt- literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/appwrite/services/__pycache__/account.cpython-39.pyc b/.awi/lib/python3.9/site-packages/appwrite/services/__pycache__/account.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5fd1aadee6111b9644148601e64ecb498b79687e GIT binary patch literal 6680 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/appwrite/services/__pycache__/functions.cpython-39.pyc b/.awi/lib/python3.9/site-packages/appwrite/services/__pycache__/functions.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7b7db86f58db3fb69a83ebd01df816ce75d75a1c GIT binary patch literal 8154 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 E4={^u#Q*>R literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/appwrite/services/__pycache__/locale.cpython-39.pyc b/.awi/lib/python3.9/site-packages/appwrite/services/__pycache__/locale.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..192a0c1468fa53320ef909223bbf4089dedc2ca6 GIT binary patch literal 2196 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/appwrite/services/__pycache__/teams.cpython-39.pyc b/.awi/lib/python3.9/site-packages/appwrite/services/__pycache__/teams.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d57f99f6a45a3860a0a819a0fd2ee99460f08857 GIT binary patch literal 4616 zcmc&&OOM-B6!zQBV=^=CbY`GT2}28nGGoe1fGPwkh==G1QDBjcaeZ$)F3zLZPN5;) z&@0x9k*;lld^Q(a+ zEj@RyaB(Y+IGXEk_4{9nIOFep74d!+_qq}09Qm0=FCC%5wYJW*w(*^IO=mhY?s;vK zJ<4#vJsroKW)5@FvYE#!_q4Xds;q|EWp%cK+GCHg23y693fp08Y#psCJHbw3tj0Fj zDb#hg$+l3hux<7T>c)4PrL|Wfz?t0sgom9pA~_~MYSSmulWw5Mv`imqca8hTNPi%4 z!BYL8W#)D|=yM?m!Q2aixEp6d&@yr><;k_&iISLivxj5Fy66qMZ0}l6?DcPFhrO=9AATA8Nqp5;{TKIN^HV^) z*AJsF!s|Ts!vb_aRfjH?A6P)e9acY#)2u1a7(41Ka`)zdiuR$KNOHt)abn|>T)o_M^w;CPoU5&OScS9_l&A;{cae>Z^Nnrfu=>Iy~%F^mX!Z9 zyoLN0{TqE`$o@0vTe7c@Y-US*fCp+5eOKb7-#3^C)GDkBoNS3x zZCJY`c$jgClvu$@2jg>><1~%C*PDXh9K?dNrj(9nT)f`gC4~kt+a2#Noz@LIe7Eh; z?Dtu2Q8%|mF9G^izn5lW9cKxGrDY0Iy+m1@q!*3^Id_Yr#3M8e%FqP4fjC9Q9MVoC z#n{47`WOm{wN6;$G4Yg9uPfBmk|RDxIw0&N?ysW(+zsGv9>-l;o&LbMW55QD`>;Rg z0we)!O^K~H^xoyl1jnn&0{yQQ9(N7|ed*Yn^u-#wGe{m<5|Z2%9F7?A88#S^21qh4 zL__XIEGlVZ21VVR8eT;~0Q+C;cOPSincw||-I>4x)(JdJ>6>JG3Kti?3DTVUW_4Km zw9lqCcLt{@IK(yy^*9xz@!aeWN@gOOcsKDsDZVs|#TGG;hg`&}lx$}P1KC2|D0yLF z4{E`GXb-iwc>*s|zE+Z(M9v*12WLhg1s1y)n=^KC4(~p~vsk@_L~6^$%<=&?S;#Eb z)WR)jRIv)NNm;X2p;^Ty)#0fr>oza*&Q&hb!?>T0PtTdZ-moZ zY0lbPUWwgWG%i{HS!yl!_H{+(C3OodN}oY7(>CdP@<`1e4GUZ4uu$4*F+&!Sxwx79 z1BN8Fgpws&E@H`(lju>>&F27WW|X z#eC(+CJUod-axb|!TJL!=uengFNLX%X_zW4T+C-(Y`Kun=5I>J+)?U;+|L>j_qkF( zxLJbp$Q6~ID!4)6>OZ|f)rVU}G`l?IwC2Zj&k+=X3wGN>Q;;#L@U~Aa5wz#eWV+pXIFzc_3vEYYeYa_~5CO^8JO~b>t=)fLrga_wehX;Ea9_$gd zJ!zjd?9(Yi1d`IJoz`HrNKIjGj z7$6-aei@!!N=7LMi)V_31Sz!b&`RVFNZ4pdynvT;3U0Zjm_g3cc8lZ0%QSo8{b2jJ zwJW)P#_BIi-twTy!UO4EyKjWTpfhk_ul20^FC1_`z6L2z>r zCTc`x%VLwhe}@X09-O6?H1VgYb)Jd~RJ=&VOH{mqB3~)8{D>z>5R`16GEqT^sr;va zavgac!fn{BHmaw*HE+XPtDdOtpx*X2Cl%fR literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/appwrite/services/__pycache__/users.cpython-39.pyc b/.awi/lib/python3.9/site-packages/appwrite/services/__pycache__/users.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f947cae562d9fdf071a770396c1ad343d67a88b0 GIT binary patch literal 10206 zcmd5?TaVku6(%W(y6%0~_WG*Gc49eMD>vujIF231wS(G=MHdMQ0R)MW9)^(~Ibz>)1j_KM>O~gd} zu_ofS{#~pb7l}=+X#U&4kfQD-H*I;pR<%)GxYlYtkhQjb<6+fqwQJ2r6@B^+x*;9T zk0@-dtP8Dde6QWpg)WT8sd7xbCvbzuI&Sm6Fhvrzg!n+DL>e_yd?+#^i&|1#5;-x0 zT1tE*X2l$8X>nQ1iv`p&;$yKWmQc%zD`Hu!pq3Md#No$Uc}5%&tDv*us5k~XCq5C! z#R>G77bnFjoLLZg@e1goD2UUbOX7?;3%V>`6|aG=h;yO{dPtlXuY(>IZ-_O}BjSQ6 zfv$=-#ap09#oOW?&|~6VaS`gEvs6uIF4mK z)An{s+sz%j)RL9^w%sUQZ#LSpcDF-fa!RdwWp_(9I}NdRuPN7ByY1~}qjaJ2pjN8a z?v_;hoeLk99Ef+VRjGbm*|MEd#TR%9vmqsLN*$Wlh1RY#@o@BWc#gU|%QLq@ zwDWwAJySh}m;9z<%bM+YrejxRb=!+=+3met6*C7uYwg{Zy*H03)N9oW!BG0jX*P<6 zOyL2%c(qcm7ZWmxhMc8hj!(BL?QPF&Rb*wyky$#=MUF4l@epa$oJAB`Jg&!$l%6s& zdi;NeVf@$4C=jSymF629bjRNOzeEG`H!=TY7iQ7XO{XSp zk>}ajZChT-7f7I1O%yznYM%=)VeeFGbuZC^hS*-J1^s%^l){TQDm%6pZ#A8^TmWN9 z7(9zfk~2dpmryIF7*Q|j^OdV~`6v~~s5njqX}?^dVgO*X%1?h7mmKQJ5bJRJHO$>>CPx6E>-yax}-Vpot`Kv7EEF9 z)rp+~c@^Xla8&Sz$e*BdJ?Y7lXg*6S8#pzh`&dCOD%36Y^cD&Gb&PikD0)I;+lUA+ z6y1@i=%P$sdNF=lmAkF>uo&<1c_l{q3PDLwOe+I^UO2L17BqqL zbD$>ZJZKVh0W<}=2$}|60#)n$ayKJZ#33v&Szcfck62(f$9N`Zq-WZDeX3Q&aw_$9 z!971+=W44{aMz~myJPP(H@4c_gR7vI3)aU?Ost#@TGv~h z@@&w!!;e;;58504y~7^2nYjvPMl7kt+^8khn+X^)s^#9JSir43*Sn~YDKGR+1apt{ zQM218nhF*Wr2%Y%e}IiRS5XWt(!pXKrD4=H9DVgK;gMTZDcB7TGS;4f{s|2jXbJ|J zK5zroyJ?Ql4A2Y=DF#Xg83!eUOn{O>nxJHmNl-FKWpMM|lvogpFt{`u+>%=yTBdx1 zyVDf4do@JW8$oDy$X~J)C~G@@ham@h4tTg1r_+D3L(8#A71~W%aNnA8SZ%9;`2K5q zchC}K5qB@I1WHEcuoL-?aGkq_3sTr$MPk1_t+_qm$us8$^Okk z=qj!IQ3hkT4?*ySM`Hp0odkGhlmJ7ag#zmjzXBe8$rehT^!&~xB_soWCpPSNINhK> zH69rN+IWJ*L)W0p6o8Jg?Wf$-OI!Fm?w?Xj1X zHZm|(JKQJZ3TGY|$Z!9VDDUip_xZ zDa}Ob6eZ~-(oD!aLeeVDlyP%kv;?J3Zcq-yT^W#eiFe>pVMWb0`8pWYBoUI511f z`j)hgtl_YhP%cry;T9%FGSsmk*~~a~_%4J$$;c+>7qh;#5Z8?j601rzBwPV;2vTM*!%^0VB`ycE^y}?l*=A==bYm9 z)$q(@HSCZTD@F9o2DjvXz*5{XKGz*Me13?BQ=r=K@Ojt)`nTmE=E-kJ`<^ZB244T{ z4XubRTk^^LKcfh|9+xJ^Idwc_Y2UX!@dEMGl-%gFGIk-`b^H;^E`d+NpNFd z<-zORX_SZH|Ksy34-Gp&pxON2-D}C$NJ{SJ3$~`yHCHvhiyt`yb-E4#dZ#4$+jYgd1 zOgMbJi=OQV@~>m;OpolxmX)&g4;(Lm0}HQnyo_ZbAKR%@J!e_pbSiaqg})M#v|*QdDk#M#&r_>XWBgrF>av3G3Jgtis9R3Y8UF_pZbs4o literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/appwrite/services/account.py b/.awi/lib/python3.9/site-packages/appwrite/services/account.py new file mode 100644 index 0000000..f3a946a --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite/services/account.py @@ -0,0 +1,327 @@ +from ..service import Service +from ..exception import AppwriteException + +class Account(Service): + + def __init__(self, client): + super(Account, self).__init__(client) + + def get(self): + """Get Account""" + + + path = '/account' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def update_email(self, email, password): + """Update Account Email""" + + + path = '/account/email' + params = {} + if email is None: + raise AppwriteException('Missing required parameter: "email"') + + if password is None: + raise AppwriteException('Missing required parameter: "password"') + + + params['email'] = email + params['password'] = password + + return self.client.call('patch', path, { + 'content-type': 'application/json', + }, params) + + def list_logs(self, queries = None): + """List Account Logs""" + + + path = '/account/logs' + params = {} + + params['queries'] = queries + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def update_name(self, name): + """Update Account Name""" + + + path = '/account/name' + params = {} + if name is None: + raise AppwriteException('Missing required parameter: "name"') + + + params['name'] = name + + return self.client.call('patch', path, { + 'content-type': 'application/json', + }, params) + + def update_password(self, password, old_password = None): + """Update Account Password""" + + + path = '/account/password' + params = {} + if password is None: + raise AppwriteException('Missing required parameter: "password"') + + + params['password'] = password + params['oldPassword'] = old_password + + return self.client.call('patch', path, { + 'content-type': 'application/json', + }, params) + + def update_phone(self, phone, password): + """Update Account Phone""" + + + path = '/account/phone' + params = {} + if phone is None: + raise AppwriteException('Missing required parameter: "phone"') + + if password is None: + raise AppwriteException('Missing required parameter: "password"') + + + params['phone'] = phone + params['password'] = password + + return self.client.call('patch', path, { + 'content-type': 'application/json', + }, params) + + def get_prefs(self): + """Get Account Preferences""" + + + path = '/account/prefs' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def update_prefs(self, prefs): + """Update Account Preferences""" + + + path = '/account/prefs' + params = {} + if prefs is None: + raise AppwriteException('Missing required parameter: "prefs"') + + + params['prefs'] = prefs + + return self.client.call('patch', path, { + 'content-type': 'application/json', + }, params) + + def create_recovery(self, email, url): + """Create Password Recovery""" + + + path = '/account/recovery' + params = {} + if email is None: + raise AppwriteException('Missing required parameter: "email"') + + if url is None: + raise AppwriteException('Missing required parameter: "url"') + + + params['email'] = email + params['url'] = url + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def update_recovery(self, user_id, secret, password, password_again): + """Create Password Recovery (confirmation)""" + + + path = '/account/recovery' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if secret is None: + raise AppwriteException('Missing required parameter: "secret"') + + if password is None: + raise AppwriteException('Missing required parameter: "password"') + + if password_again is None: + raise AppwriteException('Missing required parameter: "password_again"') + + + params['userId'] = user_id + params['secret'] = secret + params['password'] = password + params['passwordAgain'] = password_again + + return self.client.call('put', path, { + 'content-type': 'application/json', + }, params) + + def list_sessions(self): + """List Account Sessions""" + + + path = '/account/sessions' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def delete_sessions(self): + """Delete All Account Sessions""" + + + path = '/account/sessions' + params = {} + + return self.client.call('delete', path, { + 'content-type': 'application/json', + }, params) + + def get_session(self, session_id): + """Get Session By ID""" + + + path = '/account/sessions/{sessionId}' + params = {} + if session_id is None: + raise AppwriteException('Missing required parameter: "session_id"') + + path = path.replace('{sessionId}', session_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def update_session(self, session_id): + """Update Session (Refresh Tokens)""" + + + path = '/account/sessions/{sessionId}' + params = {} + if session_id is None: + raise AppwriteException('Missing required parameter: "session_id"') + + path = path.replace('{sessionId}', session_id) + + + return self.client.call('patch', path, { + 'content-type': 'application/json', + }, params) + + def delete_session(self, session_id): + """Delete Account Session""" + + + path = '/account/sessions/{sessionId}' + params = {} + if session_id is None: + raise AppwriteException('Missing required parameter: "session_id"') + + path = path.replace('{sessionId}', session_id) + + + return self.client.call('delete', path, { + 'content-type': 'application/json', + }, params) + + def update_status(self): + """Update Account Status""" + + + path = '/account/status' + params = {} + + return self.client.call('patch', path, { + 'content-type': 'application/json', + }, params) + + def create_verification(self, url): + """Create Email Verification""" + + + path = '/account/verification' + params = {} + if url is None: + raise AppwriteException('Missing required parameter: "url"') + + + params['url'] = url + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def update_verification(self, user_id, secret): + """Create Email Verification (confirmation)""" + + + path = '/account/verification' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if secret is None: + raise AppwriteException('Missing required parameter: "secret"') + + + params['userId'] = user_id + params['secret'] = secret + + return self.client.call('put', path, { + 'content-type': 'application/json', + }, params) + + def create_phone_verification(self): + """Create Phone Verification""" + + + path = '/account/verification/phone' + params = {} + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def update_phone_verification(self, user_id, secret): + """Create Phone Verification (confirmation)""" + + + path = '/account/verification/phone' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if secret is None: + raise AppwriteException('Missing required parameter: "secret"') + + + params['userId'] = user_id + params['secret'] = secret + + return self.client.call('put', path, { + 'content-type': 'application/json', + }, params) diff --git a/.awi/lib/python3.9/site-packages/appwrite/services/avatars.py b/.awi/lib/python3.9/site-packages/appwrite/services/avatars.py new file mode 100644 index 0000000..64d9bf4 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite/services/avatars.py @@ -0,0 +1,133 @@ +from ..service import Service +from ..exception import AppwriteException + +class Avatars(Service): + + def __init__(self, client): + super(Avatars, self).__init__(client) + + def get_browser(self, code, width = None, height = None, quality = None): + """Get Browser Icon""" + + + path = '/avatars/browsers/{code}' + params = {} + if code is None: + raise AppwriteException('Missing required parameter: "code"') + + path = path.replace('{code}', code) + + params['width'] = width + params['height'] = height + params['quality'] = quality + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def get_credit_card(self, code, width = None, height = None, quality = None): + """Get Credit Card Icon""" + + + path = '/avatars/credit-cards/{code}' + params = {} + if code is None: + raise AppwriteException('Missing required parameter: "code"') + + path = path.replace('{code}', code) + + params['width'] = width + params['height'] = height + params['quality'] = quality + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def get_favicon(self, url): + """Get Favicon""" + + + path = '/avatars/favicon' + params = {} + if url is None: + raise AppwriteException('Missing required parameter: "url"') + + + params['url'] = url + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def get_flag(self, code, width = None, height = None, quality = None): + """Get Country Flag""" + + + path = '/avatars/flags/{code}' + params = {} + if code is None: + raise AppwriteException('Missing required parameter: "code"') + + path = path.replace('{code}', code) + + params['width'] = width + params['height'] = height + params['quality'] = quality + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def get_image(self, url, width = None, height = None): + """Get Image from URL""" + + + path = '/avatars/image' + params = {} + if url is None: + raise AppwriteException('Missing required parameter: "url"') + + + params['url'] = url + params['width'] = width + params['height'] = height + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def get_initials(self, name = None, width = None, height = None, background = None): + """Get User Initials""" + + + path = '/avatars/initials' + params = {} + + params['name'] = name + params['width'] = width + params['height'] = height + params['background'] = background + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def get_qr(self, text, size = None, margin = None, download = None): + """Get QR Code""" + + + path = '/avatars/qr' + params = {} + if text is None: + raise AppwriteException('Missing required parameter: "text"') + + + params['text'] = text + params['size'] = size + params['margin'] = margin + params['download'] = download + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) diff --git a/.awi/lib/python3.9/site-packages/appwrite/services/databases.py b/.awi/lib/python3.9/site-packages/appwrite/services/databases.py new file mode 100644 index 0000000..f6a588f --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite/services/databases.py @@ -0,0 +1,779 @@ +from ..service import Service +from ..exception import AppwriteException + +class Databases(Service): + + def __init__(self, client): + super(Databases, self).__init__(client) + + def list(self, queries = None, search = None): + """List Databases""" + + + path = '/databases' + params = {} + + params['queries'] = queries + params['search'] = search + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def create(self, database_id, name): + """Create Database""" + + + path = '/databases' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if name is None: + raise AppwriteException('Missing required parameter: "name"') + + + params['databaseId'] = database_id + params['name'] = name + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def get(self, database_id): + """Get Database""" + + + path = '/databases/{databaseId}' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + path = path.replace('{databaseId}', database_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def update(self, database_id, name): + """Update Database""" + + + path = '/databases/{databaseId}' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if name is None: + raise AppwriteException('Missing required parameter: "name"') + + path = path.replace('{databaseId}', database_id) + + params['name'] = name + + return self.client.call('put', path, { + 'content-type': 'application/json', + }, params) + + def delete(self, database_id): + """Delete Database""" + + + path = '/databases/{databaseId}' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + path = path.replace('{databaseId}', database_id) + + + return self.client.call('delete', path, { + 'content-type': 'application/json', + }, params) + + def list_collections(self, database_id, queries = None, search = None): + """List Collections""" + + + path = '/databases/{databaseId}/collections' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + path = path.replace('{databaseId}', database_id) + + params['queries'] = queries + params['search'] = search + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def create_collection(self, database_id, collection_id, name, permissions = None, document_security = None): + """Create Collection""" + + + path = '/databases/{databaseId}/collections' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if name is None: + raise AppwriteException('Missing required parameter: "name"') + + path = path.replace('{databaseId}', database_id) + + params['collectionId'] = collection_id + params['name'] = name + params['permissions'] = permissions + params['documentSecurity'] = document_security + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def get_collection(self, database_id, collection_id): + """Get Collection""" + + + path = '/databases/{databaseId}/collections/{collectionId}' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def update_collection(self, database_id, collection_id, name, permissions = None, document_security = None, enabled = None): + """Update Collection""" + + + path = '/databases/{databaseId}/collections/{collectionId}' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if name is None: + raise AppwriteException('Missing required parameter: "name"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + + params['name'] = name + params['permissions'] = permissions + params['documentSecurity'] = document_security + params['enabled'] = enabled + + return self.client.call('put', path, { + 'content-type': 'application/json', + }, params) + + def delete_collection(self, database_id, collection_id): + """Delete Collection""" + + + path = '/databases/{databaseId}/collections/{collectionId}' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + + + return self.client.call('delete', path, { + 'content-type': 'application/json', + }, params) + + def list_attributes(self, database_id, collection_id): + """List Attributes""" + + + path = '/databases/{databaseId}/collections/{collectionId}/attributes' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def create_boolean_attribute(self, database_id, collection_id, key, required, default = None, array = None): + """Create Boolean Attribute""" + + + path = '/databases/{databaseId}/collections/{collectionId}/attributes/boolean' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if key is None: + raise AppwriteException('Missing required parameter: "key"') + + if required is None: + raise AppwriteException('Missing required parameter: "required"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + + params['key'] = key + params['required'] = required + params['default'] = default + params['array'] = array + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def create_datetime_attribute(self, database_id, collection_id, key, required, default = None, array = None): + """Create DateTime Attribute""" + + + path = '/databases/{databaseId}/collections/{collectionId}/attributes/datetime' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if key is None: + raise AppwriteException('Missing required parameter: "key"') + + if required is None: + raise AppwriteException('Missing required parameter: "required"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + + params['key'] = key + params['required'] = required + params['default'] = default + params['array'] = array + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def create_email_attribute(self, database_id, collection_id, key, required, default = None, array = None): + """Create Email Attribute""" + + + path = '/databases/{databaseId}/collections/{collectionId}/attributes/email' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if key is None: + raise AppwriteException('Missing required parameter: "key"') + + if required is None: + raise AppwriteException('Missing required parameter: "required"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + + params['key'] = key + params['required'] = required + params['default'] = default + params['array'] = array + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def create_enum_attribute(self, database_id, collection_id, key, elements, required, default = None, array = None): + """Create Enum Attribute""" + + + path = '/databases/{databaseId}/collections/{collectionId}/attributes/enum' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if key is None: + raise AppwriteException('Missing required parameter: "key"') + + if elements is None: + raise AppwriteException('Missing required parameter: "elements"') + + if required is None: + raise AppwriteException('Missing required parameter: "required"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + + params['key'] = key + params['elements'] = elements + params['required'] = required + params['default'] = default + params['array'] = array + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def create_float_attribute(self, database_id, collection_id, key, required, min = None, max = None, default = None, array = None): + """Create Float Attribute""" + + + path = '/databases/{databaseId}/collections/{collectionId}/attributes/float' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if key is None: + raise AppwriteException('Missing required parameter: "key"') + + if required is None: + raise AppwriteException('Missing required parameter: "required"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + + params['key'] = key + params['required'] = required + params['min'] = min + params['max'] = max + params['default'] = default + params['array'] = array + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def create_integer_attribute(self, database_id, collection_id, key, required, min = None, max = None, default = None, array = None): + """Create Integer Attribute""" + + + path = '/databases/{databaseId}/collections/{collectionId}/attributes/integer' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if key is None: + raise AppwriteException('Missing required parameter: "key"') + + if required is None: + raise AppwriteException('Missing required parameter: "required"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + + params['key'] = key + params['required'] = required + params['min'] = min + params['max'] = max + params['default'] = default + params['array'] = array + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def create_ip_attribute(self, database_id, collection_id, key, required, default = None, array = None): + """Create IP Address Attribute""" + + + path = '/databases/{databaseId}/collections/{collectionId}/attributes/ip' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if key is None: + raise AppwriteException('Missing required parameter: "key"') + + if required is None: + raise AppwriteException('Missing required parameter: "required"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + + params['key'] = key + params['required'] = required + params['default'] = default + params['array'] = array + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def create_string_attribute(self, database_id, collection_id, key, size, required, default = None, array = None): + """Create String Attribute""" + + + path = '/databases/{databaseId}/collections/{collectionId}/attributes/string' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if key is None: + raise AppwriteException('Missing required parameter: "key"') + + if size is None: + raise AppwriteException('Missing required parameter: "size"') + + if required is None: + raise AppwriteException('Missing required parameter: "required"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + + params['key'] = key + params['size'] = size + params['required'] = required + params['default'] = default + params['array'] = array + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def create_url_attribute(self, database_id, collection_id, key, required, default = None, array = None): + """Create URL Attribute""" + + + path = '/databases/{databaseId}/collections/{collectionId}/attributes/url' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if key is None: + raise AppwriteException('Missing required parameter: "key"') + + if required is None: + raise AppwriteException('Missing required parameter: "required"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + + params['key'] = key + params['required'] = required + params['default'] = default + params['array'] = array + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def get_attribute(self, database_id, collection_id, key): + """Get Attribute""" + + + path = '/databases/{databaseId}/collections/{collectionId}/attributes/{key}' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if key is None: + raise AppwriteException('Missing required parameter: "key"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + path = path.replace('{key}', key) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def delete_attribute(self, database_id, collection_id, key): + """Delete Attribute""" + + + path = '/databases/{databaseId}/collections/{collectionId}/attributes/{key}' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if key is None: + raise AppwriteException('Missing required parameter: "key"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + path = path.replace('{key}', key) + + + return self.client.call('delete', path, { + 'content-type': 'application/json', + }, params) + + def list_documents(self, database_id, collection_id, queries = None): + """List Documents""" + + + path = '/databases/{databaseId}/collections/{collectionId}/documents' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + + params['queries'] = queries + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def create_document(self, database_id, collection_id, document_id, data, permissions = None): + """Create Document""" + + + path = '/databases/{databaseId}/collections/{collectionId}/documents' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if document_id is None: + raise AppwriteException('Missing required parameter: "document_id"') + + if data is None: + raise AppwriteException('Missing required parameter: "data"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + + params['documentId'] = document_id + params['data'] = data + params['permissions'] = permissions + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def get_document(self, database_id, collection_id, document_id): + """Get Document""" + + + path = '/databases/{databaseId}/collections/{collectionId}/documents/{documentId}' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if document_id is None: + raise AppwriteException('Missing required parameter: "document_id"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + path = path.replace('{documentId}', document_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def update_document(self, database_id, collection_id, document_id, data = None, permissions = None): + """Update Document""" + + + path = '/databases/{databaseId}/collections/{collectionId}/documents/{documentId}' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if document_id is None: + raise AppwriteException('Missing required parameter: "document_id"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + path = path.replace('{documentId}', document_id) + + params['data'] = data + params['permissions'] = permissions + + return self.client.call('patch', path, { + 'content-type': 'application/json', + }, params) + + def delete_document(self, database_id, collection_id, document_id): + """Delete Document""" + + + path = '/databases/{databaseId}/collections/{collectionId}/documents/{documentId}' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if document_id is None: + raise AppwriteException('Missing required parameter: "document_id"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + path = path.replace('{documentId}', document_id) + + + return self.client.call('delete', path, { + 'content-type': 'application/json', + }, params) + + def list_indexes(self, database_id, collection_id): + """List Indexes""" + + + path = '/databases/{databaseId}/collections/{collectionId}/indexes' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def create_index(self, database_id, collection_id, key, type, attributes, orders = None): + """Create Index""" + + + path = '/databases/{databaseId}/collections/{collectionId}/indexes' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if key is None: + raise AppwriteException('Missing required parameter: "key"') + + if type is None: + raise AppwriteException('Missing required parameter: "type"') + + if attributes is None: + raise AppwriteException('Missing required parameter: "attributes"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + + params['key'] = key + params['type'] = type + params['attributes'] = attributes + params['orders'] = orders + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def get_index(self, database_id, collection_id, key): + """Get Index""" + + + path = '/databases/{databaseId}/collections/{collectionId}/indexes/{key}' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if key is None: + raise AppwriteException('Missing required parameter: "key"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + path = path.replace('{key}', key) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def delete_index(self, database_id, collection_id, key): + """Delete Index""" + + + path = '/databases/{databaseId}/collections/{collectionId}/indexes/{key}' + params = {} + if database_id is None: + raise AppwriteException('Missing required parameter: "database_id"') + + if collection_id is None: + raise AppwriteException('Missing required parameter: "collection_id"') + + if key is None: + raise AppwriteException('Missing required parameter: "key"') + + path = path.replace('{databaseId}', database_id) + path = path.replace('{collectionId}', collection_id) + path = path.replace('{key}', key) + + + return self.client.call('delete', path, { + 'content-type': 'application/json', + }, params) diff --git a/.awi/lib/python3.9/site-packages/appwrite/services/functions.py b/.awi/lib/python3.9/site-packages/appwrite/services/functions.py new file mode 100644 index 0000000..f8dffd5 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite/services/functions.py @@ -0,0 +1,420 @@ +from ..service import Service +from ..exception import AppwriteException + +class Functions(Service): + + def __init__(self, client): + super(Functions, self).__init__(client) + + def list(self, queries = None, search = None): + """List Functions""" + + + path = '/functions' + params = {} + + params['queries'] = queries + params['search'] = search + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def create(self, function_id, name, execute, runtime, events = None, schedule = None, timeout = None, enabled = None): + """Create Function""" + + + path = '/functions' + params = {} + if function_id is None: + raise AppwriteException('Missing required parameter: "function_id"') + + if name is None: + raise AppwriteException('Missing required parameter: "name"') + + if execute is None: + raise AppwriteException('Missing required parameter: "execute"') + + if runtime is None: + raise AppwriteException('Missing required parameter: "runtime"') + + + params['functionId'] = function_id + params['name'] = name + params['execute'] = execute + params['runtime'] = runtime + params['events'] = events + params['schedule'] = schedule + params['timeout'] = timeout + params['enabled'] = enabled + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def list_runtimes(self): + """List runtimes""" + + + path = '/functions/runtimes' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def get(self, function_id): + """Get Function""" + + + path = '/functions/{functionId}' + params = {} + if function_id is None: + raise AppwriteException('Missing required parameter: "function_id"') + + path = path.replace('{functionId}', function_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def update(self, function_id, name, execute, events = None, schedule = None, timeout = None, enabled = None): + """Update Function""" + + + path = '/functions/{functionId}' + params = {} + if function_id is None: + raise AppwriteException('Missing required parameter: "function_id"') + + if name is None: + raise AppwriteException('Missing required parameter: "name"') + + if execute is None: + raise AppwriteException('Missing required parameter: "execute"') + + path = path.replace('{functionId}', function_id) + + params['name'] = name + params['execute'] = execute + params['events'] = events + params['schedule'] = schedule + params['timeout'] = timeout + params['enabled'] = enabled + + return self.client.call('put', path, { + 'content-type': 'application/json', + }, params) + + def delete(self, function_id): + """Delete Function""" + + + path = '/functions/{functionId}' + params = {} + if function_id is None: + raise AppwriteException('Missing required parameter: "function_id"') + + path = path.replace('{functionId}', function_id) + + + return self.client.call('delete', path, { + 'content-type': 'application/json', + }, params) + + def list_deployments(self, function_id, queries = None, search = None): + """List Deployments""" + + + path = '/functions/{functionId}/deployments' + params = {} + if function_id is None: + raise AppwriteException('Missing required parameter: "function_id"') + + path = path.replace('{functionId}', function_id) + + params['queries'] = queries + params['search'] = search + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def create_deployment(self, function_id, entrypoint, code, activate, on_progress = None): + """Create Deployment""" + + + path = '/functions/{functionId}/deployments' + params = {} + if function_id is None: + raise AppwriteException('Missing required parameter: "function_id"') + + if entrypoint is None: + raise AppwriteException('Missing required parameter: "entrypoint"') + + if code is None: + raise AppwriteException('Missing required parameter: "code"') + + if activate is None: + raise AppwriteException('Missing required parameter: "activate"') + + path = path.replace('{functionId}', function_id) + + params['entrypoint'] = entrypoint + params['code'] = str(code).lower() if type(code) is bool else code + params['activate'] = str(activate).lower() if type(activate) is bool else activate + + param_name = 'code' + + + upload_id = '' + + return self.client.chunked_upload(path, { + 'content-type': 'multipart/form-data', + }, params, param_name, on_progress, upload_id) + + def get_deployment(self, function_id, deployment_id): + """Get Deployment""" + + + path = '/functions/{functionId}/deployments/{deploymentId}' + params = {} + if function_id is None: + raise AppwriteException('Missing required parameter: "function_id"') + + if deployment_id is None: + raise AppwriteException('Missing required parameter: "deployment_id"') + + path = path.replace('{functionId}', function_id) + path = path.replace('{deploymentId}', deployment_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def update_deployment(self, function_id, deployment_id): + """Update Function Deployment""" + + + path = '/functions/{functionId}/deployments/{deploymentId}' + params = {} + if function_id is None: + raise AppwriteException('Missing required parameter: "function_id"') + + if deployment_id is None: + raise AppwriteException('Missing required parameter: "deployment_id"') + + path = path.replace('{functionId}', function_id) + path = path.replace('{deploymentId}', deployment_id) + + + return self.client.call('patch', path, { + 'content-type': 'application/json', + }, params) + + def delete_deployment(self, function_id, deployment_id): + """Delete Deployment""" + + + path = '/functions/{functionId}/deployments/{deploymentId}' + params = {} + if function_id is None: + raise AppwriteException('Missing required parameter: "function_id"') + + if deployment_id is None: + raise AppwriteException('Missing required parameter: "deployment_id"') + + path = path.replace('{functionId}', function_id) + path = path.replace('{deploymentId}', deployment_id) + + + return self.client.call('delete', path, { + 'content-type': 'application/json', + }, params) + + def retry_build(self, function_id, deployment_id, build_id): + """Retry Build""" + + + path = '/functions/{functionId}/deployments/{deploymentId}/builds/{buildId}' + params = {} + if function_id is None: + raise AppwriteException('Missing required parameter: "function_id"') + + if deployment_id is None: + raise AppwriteException('Missing required parameter: "deployment_id"') + + if build_id is None: + raise AppwriteException('Missing required parameter: "build_id"') + + path = path.replace('{functionId}', function_id) + path = path.replace('{deploymentId}', deployment_id) + path = path.replace('{buildId}', build_id) + + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def list_executions(self, function_id, queries = None, search = None): + """List Executions""" + + + path = '/functions/{functionId}/executions' + params = {} + if function_id is None: + raise AppwriteException('Missing required parameter: "function_id"') + + path = path.replace('{functionId}', function_id) + + params['queries'] = queries + params['search'] = search + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def create_execution(self, function_id, data = None, xasync = None): + """Create Execution""" + + + path = '/functions/{functionId}/executions' + params = {} + if function_id is None: + raise AppwriteException('Missing required parameter: "function_id"') + + path = path.replace('{functionId}', function_id) + + params['data'] = data + params['async'] = xasync + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def get_execution(self, function_id, execution_id): + """Get Execution""" + + + path = '/functions/{functionId}/executions/{executionId}' + params = {} + if function_id is None: + raise AppwriteException('Missing required parameter: "function_id"') + + if execution_id is None: + raise AppwriteException('Missing required parameter: "execution_id"') + + path = path.replace('{functionId}', function_id) + path = path.replace('{executionId}', execution_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def list_variables(self, function_id): + """List Variables""" + + + path = '/functions/{functionId}/variables' + params = {} + if function_id is None: + raise AppwriteException('Missing required parameter: "function_id"') + + path = path.replace('{functionId}', function_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def create_variable(self, function_id, key, value): + """Create Variable""" + + + path = '/functions/{functionId}/variables' + params = {} + if function_id is None: + raise AppwriteException('Missing required parameter: "function_id"') + + if key is None: + raise AppwriteException('Missing required parameter: "key"') + + if value is None: + raise AppwriteException('Missing required parameter: "value"') + + path = path.replace('{functionId}', function_id) + + params['key'] = key + params['value'] = value + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def get_variable(self, function_id, variable_id): + """Get Variable""" + + + path = '/functions/{functionId}/variables/{variableId}' + params = {} + if function_id is None: + raise AppwriteException('Missing required parameter: "function_id"') + + if variable_id is None: + raise AppwriteException('Missing required parameter: "variable_id"') + + path = path.replace('{functionId}', function_id) + path = path.replace('{variableId}', variable_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def update_variable(self, function_id, variable_id, key, value = None): + """Update Variable""" + + + path = '/functions/{functionId}/variables/{variableId}' + params = {} + if function_id is None: + raise AppwriteException('Missing required parameter: "function_id"') + + if variable_id is None: + raise AppwriteException('Missing required parameter: "variable_id"') + + if key is None: + raise AppwriteException('Missing required parameter: "key"') + + path = path.replace('{functionId}', function_id) + path = path.replace('{variableId}', variable_id) + + params['key'] = key + params['value'] = value + + return self.client.call('put', path, { + 'content-type': 'application/json', + }, params) + + def delete_variable(self, function_id, variable_id): + """Delete Variable""" + + + path = '/functions/{functionId}/variables/{variableId}' + params = {} + if function_id is None: + raise AppwriteException('Missing required parameter: "function_id"') + + if variable_id is None: + raise AppwriteException('Missing required parameter: "variable_id"') + + path = path.replace('{functionId}', function_id) + path = path.replace('{variableId}', variable_id) + + + return self.client.call('delete', path, { + 'content-type': 'application/json', + }, params) diff --git a/.awi/lib/python3.9/site-packages/appwrite/services/health.py b/.awi/lib/python3.9/site-packages/appwrite/services/health.py new file mode 100644 index 0000000..8724985 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite/services/health.py @@ -0,0 +1,117 @@ +from ..service import Service +from ..exception import AppwriteException + +class Health(Service): + + def __init__(self, client): + super(Health, self).__init__(client) + + def get(self): + """Get HTTP""" + + + path = '/health' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def get_antivirus(self): + """Get Antivirus""" + + + path = '/health/anti-virus' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def get_cache(self): + """Get Cache""" + + + path = '/health/cache' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def get_db(self): + """Get DB""" + + + path = '/health/db' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def get_queue_certificates(self): + """Get Certificates Queue""" + + + path = '/health/queue/certificates' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def get_queue_functions(self): + """Get Functions Queue""" + + + path = '/health/queue/functions' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def get_queue_logs(self): + """Get Logs Queue""" + + + path = '/health/queue/logs' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def get_queue_webhooks(self): + """Get Webhooks Queue""" + + + path = '/health/queue/webhooks' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def get_storage_local(self): + """Get Local Storage""" + + + path = '/health/storage/local' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def get_time(self): + """Get Time""" + + + path = '/health/time' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) diff --git a/.awi/lib/python3.9/site-packages/appwrite/services/locale.py b/.awi/lib/python3.9/site-packages/appwrite/services/locale.py new file mode 100644 index 0000000..4dc02ac --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite/services/locale.py @@ -0,0 +1,84 @@ +from ..service import Service +from ..exception import AppwriteException + +class Locale(Service): + + def __init__(self, client): + super(Locale, self).__init__(client) + + def get(self): + """Get User Locale""" + + + path = '/locale' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def list_continents(self): + """List Continents""" + + + path = '/locale/continents' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def list_countries(self): + """List Countries""" + + + path = '/locale/countries' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def list_countries_eu(self): + """List EU Countries""" + + + path = '/locale/countries/eu' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def list_countries_phones(self): + """List Countries Phone Codes""" + + + path = '/locale/countries/phones' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def list_currencies(self): + """List Currencies""" + + + path = '/locale/currencies' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def list_languages(self): + """List Languages""" + + + path = '/locale/languages' + params = {} + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) diff --git a/.awi/lib/python3.9/site-packages/appwrite/services/storage.py b/.awi/lib/python3.9/site-packages/appwrite/services/storage.py new file mode 100644 index 0000000..96427d3 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite/services/storage.py @@ -0,0 +1,290 @@ +from ..service import Service +from ..exception import AppwriteException + +class Storage(Service): + + def __init__(self, client): + super(Storage, self).__init__(client) + + def list_buckets(self, queries = None, search = None): + """List buckets""" + + + path = '/storage/buckets' + params = {} + + params['queries'] = queries + params['search'] = search + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def create_bucket(self, bucket_id, name, permissions = None, file_security = None, enabled = None, maximum_file_size = None, allowed_file_extensions = None, compression = None, encryption = None, antivirus = None): + """Create bucket""" + + + path = '/storage/buckets' + params = {} + if bucket_id is None: + raise AppwriteException('Missing required parameter: "bucket_id"') + + if name is None: + raise AppwriteException('Missing required parameter: "name"') + + + params['bucketId'] = bucket_id + params['name'] = name + params['permissions'] = permissions + params['fileSecurity'] = file_security + params['enabled'] = enabled + params['maximumFileSize'] = maximum_file_size + params['allowedFileExtensions'] = allowed_file_extensions + params['compression'] = compression + params['encryption'] = encryption + params['antivirus'] = antivirus + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def get_bucket(self, bucket_id): + """Get Bucket""" + + + path = '/storage/buckets/{bucketId}' + params = {} + if bucket_id is None: + raise AppwriteException('Missing required parameter: "bucket_id"') + + path = path.replace('{bucketId}', bucket_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def update_bucket(self, bucket_id, name, permissions = None, file_security = None, enabled = None, maximum_file_size = None, allowed_file_extensions = None, compression = None, encryption = None, antivirus = None): + """Update Bucket""" + + + path = '/storage/buckets/{bucketId}' + params = {} + if bucket_id is None: + raise AppwriteException('Missing required parameter: "bucket_id"') + + if name is None: + raise AppwriteException('Missing required parameter: "name"') + + path = path.replace('{bucketId}', bucket_id) + + params['name'] = name + params['permissions'] = permissions + params['fileSecurity'] = file_security + params['enabled'] = enabled + params['maximumFileSize'] = maximum_file_size + params['allowedFileExtensions'] = allowed_file_extensions + params['compression'] = compression + params['encryption'] = encryption + params['antivirus'] = antivirus + + return self.client.call('put', path, { + 'content-type': 'application/json', + }, params) + + def delete_bucket(self, bucket_id): + """Delete Bucket""" + + + path = '/storage/buckets/{bucketId}' + params = {} + if bucket_id is None: + raise AppwriteException('Missing required parameter: "bucket_id"') + + path = path.replace('{bucketId}', bucket_id) + + + return self.client.call('delete', path, { + 'content-type': 'application/json', + }, params) + + def list_files(self, bucket_id, queries = None, search = None): + """List Files""" + + + path = '/storage/buckets/{bucketId}/files' + params = {} + if bucket_id is None: + raise AppwriteException('Missing required parameter: "bucket_id"') + + path = path.replace('{bucketId}', bucket_id) + + params['queries'] = queries + params['search'] = search + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def create_file(self, bucket_id, file_id, file, permissions = None, on_progress = None): + """Create File""" + + + path = '/storage/buckets/{bucketId}/files' + params = {} + if bucket_id is None: + raise AppwriteException('Missing required parameter: "bucket_id"') + + if file_id is None: + raise AppwriteException('Missing required parameter: "file_id"') + + if file is None: + raise AppwriteException('Missing required parameter: "file"') + + path = path.replace('{bucketId}', bucket_id) + + params['fileId'] = file_id + params['file'] = str(file).lower() if type(file) is bool else file + params['permissions'] = permissions + + param_name = 'file' + + + upload_id = '' + upload_id = file_id + + return self.client.chunked_upload(path, { + 'content-type': 'multipart/form-data', + }, params, param_name, on_progress, upload_id) + + def get_file(self, bucket_id, file_id): + """Get File""" + + + path = '/storage/buckets/{bucketId}/files/{fileId}' + params = {} + if bucket_id is None: + raise AppwriteException('Missing required parameter: "bucket_id"') + + if file_id is None: + raise AppwriteException('Missing required parameter: "file_id"') + + path = path.replace('{bucketId}', bucket_id) + path = path.replace('{fileId}', file_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def update_file(self, bucket_id, file_id, permissions = None): + """Update File""" + + + path = '/storage/buckets/{bucketId}/files/{fileId}' + params = {} + if bucket_id is None: + raise AppwriteException('Missing required parameter: "bucket_id"') + + if file_id is None: + raise AppwriteException('Missing required parameter: "file_id"') + + path = path.replace('{bucketId}', bucket_id) + path = path.replace('{fileId}', file_id) + + params['permissions'] = permissions + + return self.client.call('put', path, { + 'content-type': 'application/json', + }, params) + + def delete_file(self, bucket_id, file_id): + """Delete File""" + + + path = '/storage/buckets/{bucketId}/files/{fileId}' + params = {} + if bucket_id is None: + raise AppwriteException('Missing required parameter: "bucket_id"') + + if file_id is None: + raise AppwriteException('Missing required parameter: "file_id"') + + path = path.replace('{bucketId}', bucket_id) + path = path.replace('{fileId}', file_id) + + + return self.client.call('delete', path, { + 'content-type': 'application/json', + }, params) + + def get_file_download(self, bucket_id, file_id): + """Get File for Download""" + + + path = '/storage/buckets/{bucketId}/files/{fileId}/download' + params = {} + if bucket_id is None: + raise AppwriteException('Missing required parameter: "bucket_id"') + + if file_id is None: + raise AppwriteException('Missing required parameter: "file_id"') + + path = path.replace('{bucketId}', bucket_id) + path = path.replace('{fileId}', file_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def get_file_preview(self, bucket_id, file_id, width = None, height = None, gravity = None, quality = None, border_width = None, border_color = None, border_radius = None, opacity = None, rotation = None, background = None, output = None): + """Get File Preview""" + + + path = '/storage/buckets/{bucketId}/files/{fileId}/preview' + params = {} + if bucket_id is None: + raise AppwriteException('Missing required parameter: "bucket_id"') + + if file_id is None: + raise AppwriteException('Missing required parameter: "file_id"') + + path = path.replace('{bucketId}', bucket_id) + path = path.replace('{fileId}', file_id) + + params['width'] = width + params['height'] = height + params['gravity'] = gravity + params['quality'] = quality + params['borderWidth'] = border_width + params['borderColor'] = border_color + params['borderRadius'] = border_radius + params['opacity'] = opacity + params['rotation'] = rotation + params['background'] = background + params['output'] = output + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def get_file_view(self, bucket_id, file_id): + """Get File for View""" + + + path = '/storage/buckets/{bucketId}/files/{fileId}/view' + params = {} + if bucket_id is None: + raise AppwriteException('Missing required parameter: "bucket_id"') + + if file_id is None: + raise AppwriteException('Missing required parameter: "file_id"') + + path = path.replace('{bucketId}', bucket_id) + path = path.replace('{fileId}', file_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) diff --git a/.awi/lib/python3.9/site-packages/appwrite/services/teams.py b/.awi/lib/python3.9/site-packages/appwrite/services/teams.py new file mode 100644 index 0000000..7616aa2 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite/services/teams.py @@ -0,0 +1,233 @@ +from ..service import Service +from ..exception import AppwriteException + +class Teams(Service): + + def __init__(self, client): + super(Teams, self).__init__(client) + + def list(self, queries = None, search = None): + """List Teams""" + + + path = '/teams' + params = {} + + params['queries'] = queries + params['search'] = search + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def create(self, team_id, name, roles = None): + """Create Team""" + + + path = '/teams' + params = {} + if team_id is None: + raise AppwriteException('Missing required parameter: "team_id"') + + if name is None: + raise AppwriteException('Missing required parameter: "name"') + + + params['teamId'] = team_id + params['name'] = name + params['roles'] = roles + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def get(self, team_id): + """Get Team""" + + + path = '/teams/{teamId}' + params = {} + if team_id is None: + raise AppwriteException('Missing required parameter: "team_id"') + + path = path.replace('{teamId}', team_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def update(self, team_id, name): + """Update Team""" + + + path = '/teams/{teamId}' + params = {} + if team_id is None: + raise AppwriteException('Missing required parameter: "team_id"') + + if name is None: + raise AppwriteException('Missing required parameter: "name"') + + path = path.replace('{teamId}', team_id) + + params['name'] = name + + return self.client.call('put', path, { + 'content-type': 'application/json', + }, params) + + def delete(self, team_id): + """Delete Team""" + + + path = '/teams/{teamId}' + params = {} + if team_id is None: + raise AppwriteException('Missing required parameter: "team_id"') + + path = path.replace('{teamId}', team_id) + + + return self.client.call('delete', path, { + 'content-type': 'application/json', + }, params) + + def list_memberships(self, team_id, queries = None, search = None): + """List Team Memberships""" + + + path = '/teams/{teamId}/memberships' + params = {} + if team_id is None: + raise AppwriteException('Missing required parameter: "team_id"') + + path = path.replace('{teamId}', team_id) + + params['queries'] = queries + params['search'] = search + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def create_membership(self, team_id, email, roles, url, name = None): + """Create Team Membership""" + + + path = '/teams/{teamId}/memberships' + params = {} + if team_id is None: + raise AppwriteException('Missing required parameter: "team_id"') + + if email is None: + raise AppwriteException('Missing required parameter: "email"') + + if roles is None: + raise AppwriteException('Missing required parameter: "roles"') + + if url is None: + raise AppwriteException('Missing required parameter: "url"') + + path = path.replace('{teamId}', team_id) + + params['email'] = email + params['roles'] = roles + params['url'] = url + params['name'] = name + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def get_membership(self, team_id, membership_id): + """Get Team Membership""" + + + path = '/teams/{teamId}/memberships/{membershipId}' + params = {} + if team_id is None: + raise AppwriteException('Missing required parameter: "team_id"') + + if membership_id is None: + raise AppwriteException('Missing required parameter: "membership_id"') + + path = path.replace('{teamId}', team_id) + path = path.replace('{membershipId}', membership_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def update_membership_roles(self, team_id, membership_id, roles): + """Update Membership Roles""" + + + path = '/teams/{teamId}/memberships/{membershipId}' + params = {} + if team_id is None: + raise AppwriteException('Missing required parameter: "team_id"') + + if membership_id is None: + raise AppwriteException('Missing required parameter: "membership_id"') + + if roles is None: + raise AppwriteException('Missing required parameter: "roles"') + + path = path.replace('{teamId}', team_id) + path = path.replace('{membershipId}', membership_id) + + params['roles'] = roles + + return self.client.call('patch', path, { + 'content-type': 'application/json', + }, params) + + def delete_membership(self, team_id, membership_id): + """Delete Team Membership""" + + + path = '/teams/{teamId}/memberships/{membershipId}' + params = {} + if team_id is None: + raise AppwriteException('Missing required parameter: "team_id"') + + if membership_id is None: + raise AppwriteException('Missing required parameter: "membership_id"') + + path = path.replace('{teamId}', team_id) + path = path.replace('{membershipId}', membership_id) + + + return self.client.call('delete', path, { + 'content-type': 'application/json', + }, params) + + def update_membership_status(self, team_id, membership_id, user_id, secret): + """Update Team Membership Status""" + + + path = '/teams/{teamId}/memberships/{membershipId}/status' + params = {} + if team_id is None: + raise AppwriteException('Missing required parameter: "team_id"') + + if membership_id is None: + raise AppwriteException('Missing required parameter: "membership_id"') + + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if secret is None: + raise AppwriteException('Missing required parameter: "secret"') + + path = path.replace('{teamId}', team_id) + path = path.replace('{membershipId}', membership_id) + + params['userId'] = user_id + params['secret'] = secret + + return self.client.call('patch', path, { + 'content-type': 'application/json', + }, params) diff --git a/.awi/lib/python3.9/site-packages/appwrite/services/users.py b/.awi/lib/python3.9/site-packages/appwrite/services/users.py new file mode 100644 index 0000000..1587955 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/appwrite/services/users.py @@ -0,0 +1,542 @@ +from ..service import Service +from ..exception import AppwriteException + +class Users(Service): + + def __init__(self, client): + super(Users, self).__init__(client) + + def list(self, queries = None, search = None): + """List Users""" + + + path = '/users' + params = {} + + params['queries'] = queries + params['search'] = search + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def create(self, user_id, email = None, phone = None, password = None, name = None): + """Create User""" + + + path = '/users' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + + params['userId'] = user_id + params['email'] = email + params['phone'] = phone + params['password'] = password + params['name'] = name + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def create_argon2_user(self, user_id, email, password, name = None): + """Create User with Argon2 Password""" + + + path = '/users/argon2' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if email is None: + raise AppwriteException('Missing required parameter: "email"') + + if password is None: + raise AppwriteException('Missing required parameter: "password"') + + + params['userId'] = user_id + params['email'] = email + params['password'] = password + params['name'] = name + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def create_bcrypt_user(self, user_id, email, password, name = None): + """Create User with Bcrypt Password""" + + + path = '/users/bcrypt' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if email is None: + raise AppwriteException('Missing required parameter: "email"') + + if password is None: + raise AppwriteException('Missing required parameter: "password"') + + + params['userId'] = user_id + params['email'] = email + params['password'] = password + params['name'] = name + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def create_md5_user(self, user_id, email, password, name = None): + """Create User with MD5 Password""" + + + path = '/users/md5' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if email is None: + raise AppwriteException('Missing required parameter: "email"') + + if password is None: + raise AppwriteException('Missing required parameter: "password"') + + + params['userId'] = user_id + params['email'] = email + params['password'] = password + params['name'] = name + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def create_ph_pass_user(self, user_id, email, password, name = None): + """Create User with PHPass Password""" + + + path = '/users/phpass' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if email is None: + raise AppwriteException('Missing required parameter: "email"') + + if password is None: + raise AppwriteException('Missing required parameter: "password"') + + + params['userId'] = user_id + params['email'] = email + params['password'] = password + params['name'] = name + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def create_scrypt_user(self, user_id, email, password, password_salt, password_cpu, password_memory, password_parallel, password_length, name = None): + """Create User with Scrypt Password""" + + + path = '/users/scrypt' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if email is None: + raise AppwriteException('Missing required parameter: "email"') + + if password is None: + raise AppwriteException('Missing required parameter: "password"') + + if password_salt is None: + raise AppwriteException('Missing required parameter: "password_salt"') + + if password_cpu is None: + raise AppwriteException('Missing required parameter: "password_cpu"') + + if password_memory is None: + raise AppwriteException('Missing required parameter: "password_memory"') + + if password_parallel is None: + raise AppwriteException('Missing required parameter: "password_parallel"') + + if password_length is None: + raise AppwriteException('Missing required parameter: "password_length"') + + + params['userId'] = user_id + params['email'] = email + params['password'] = password + params['passwordSalt'] = password_salt + params['passwordCpu'] = password_cpu + params['passwordMemory'] = password_memory + params['passwordParallel'] = password_parallel + params['passwordLength'] = password_length + params['name'] = name + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def create_scrypt_modified_user(self, user_id, email, password, password_salt, password_salt_separator, password_signer_key, name = None): + """Create User with Scrypt Modified Password""" + + + path = '/users/scrypt-modified' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if email is None: + raise AppwriteException('Missing required parameter: "email"') + + if password is None: + raise AppwriteException('Missing required parameter: "password"') + + if password_salt is None: + raise AppwriteException('Missing required parameter: "password_salt"') + + if password_salt_separator is None: + raise AppwriteException('Missing required parameter: "password_salt_separator"') + + if password_signer_key is None: + raise AppwriteException('Missing required parameter: "password_signer_key"') + + + params['userId'] = user_id + params['email'] = email + params['password'] = password + params['passwordSalt'] = password_salt + params['passwordSaltSeparator'] = password_salt_separator + params['passwordSignerKey'] = password_signer_key + params['name'] = name + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def create_sha_user(self, user_id, email, password, password_version = None, name = None): + """Create User with SHA Password""" + + + path = '/users/sha' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if email is None: + raise AppwriteException('Missing required parameter: "email"') + + if password is None: + raise AppwriteException('Missing required parameter: "password"') + + + params['userId'] = user_id + params['email'] = email + params['password'] = password + params['passwordVersion'] = password_version + params['name'] = name + + return self.client.call('post', path, { + 'content-type': 'application/json', + }, params) + + def get(self, user_id): + """Get User""" + + + path = '/users/{userId}' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + path = path.replace('{userId}', user_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def delete(self, user_id): + """Delete User""" + + + path = '/users/{userId}' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + path = path.replace('{userId}', user_id) + + + return self.client.call('delete', path, { + 'content-type': 'application/json', + }, params) + + def update_email(self, user_id, email): + """Update Email""" + + + path = '/users/{userId}/email' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if email is None: + raise AppwriteException('Missing required parameter: "email"') + + path = path.replace('{userId}', user_id) + + params['email'] = email + + return self.client.call('patch', path, { + 'content-type': 'application/json', + }, params) + + def list_logs(self, user_id, queries = None): + """List User Logs""" + + + path = '/users/{userId}/logs' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + path = path.replace('{userId}', user_id) + + params['queries'] = queries + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def list_memberships(self, user_id): + """List User Memberships""" + + + path = '/users/{userId}/memberships' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + path = path.replace('{userId}', user_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def update_name(self, user_id, name): + """Update Name""" + + + path = '/users/{userId}/name' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if name is None: + raise AppwriteException('Missing required parameter: "name"') + + path = path.replace('{userId}', user_id) + + params['name'] = name + + return self.client.call('patch', path, { + 'content-type': 'application/json', + }, params) + + def update_password(self, user_id, password): + """Update Password""" + + + path = '/users/{userId}/password' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if password is None: + raise AppwriteException('Missing required parameter: "password"') + + path = path.replace('{userId}', user_id) + + params['password'] = password + + return self.client.call('patch', path, { + 'content-type': 'application/json', + }, params) + + def update_phone(self, user_id, number): + """Update Phone""" + + + path = '/users/{userId}/phone' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if number is None: + raise AppwriteException('Missing required parameter: "number"') + + path = path.replace('{userId}', user_id) + + params['number'] = number + + return self.client.call('patch', path, { + 'content-type': 'application/json', + }, params) + + def get_prefs(self, user_id): + """Get User Preferences""" + + + path = '/users/{userId}/prefs' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + path = path.replace('{userId}', user_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def update_prefs(self, user_id, prefs): + """Update User Preferences""" + + + path = '/users/{userId}/prefs' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if prefs is None: + raise AppwriteException('Missing required parameter: "prefs"') + + path = path.replace('{userId}', user_id) + + params['prefs'] = prefs + + return self.client.call('patch', path, { + 'content-type': 'application/json', + }, params) + + def list_sessions(self, user_id): + """List User Sessions""" + + + path = '/users/{userId}/sessions' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + path = path.replace('{userId}', user_id) + + + return self.client.call('get', path, { + 'content-type': 'application/json', + }, params) + + def delete_sessions(self, user_id): + """Delete User Sessions""" + + + path = '/users/{userId}/sessions' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + path = path.replace('{userId}', user_id) + + + return self.client.call('delete', path, { + 'content-type': 'application/json', + }, params) + + def delete_session(self, user_id, session_id): + """Delete User Session""" + + + path = '/users/{userId}/sessions/{sessionId}' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if session_id is None: + raise AppwriteException('Missing required parameter: "session_id"') + + path = path.replace('{userId}', user_id) + path = path.replace('{sessionId}', session_id) + + + return self.client.call('delete', path, { + 'content-type': 'application/json', + }, params) + + def update_status(self, user_id, status): + """Update User Status""" + + + path = '/users/{userId}/status' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if status is None: + raise AppwriteException('Missing required parameter: "status"') + + path = path.replace('{userId}', user_id) + + params['status'] = status + + return self.client.call('patch', path, { + 'content-type': 'application/json', + }, params) + + def update_email_verification(self, user_id, email_verification): + """Update Email Verification""" + + + path = '/users/{userId}/verification' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if email_verification is None: + raise AppwriteException('Missing required parameter: "email_verification"') + + path = path.replace('{userId}', user_id) + + params['emailVerification'] = email_verification + + return self.client.call('patch', path, { + 'content-type': 'application/json', + }, params) + + def update_phone_verification(self, user_id, phone_verification): + """Update Phone Verification""" + + + path = '/users/{userId}/verification/phone' + params = {} + if user_id is None: + raise AppwriteException('Missing required parameter: "user_id"') + + if phone_verification is None: + raise AppwriteException('Missing required parameter: "phone_verification"') + + path = path.replace('{userId}', user_id) + + params['phoneVerification'] = phone_verification + + return self.client.call('patch', path, { + 'content-type': 'application/json', + }, params) diff --git a/.awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/INSTALLER b/.awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/.awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/LICENSE b/.awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/LICENSE new file mode 100644 index 0000000..62b076c --- /dev/null +++ b/.awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/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/.awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/METADATA b/.awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/METADATA new file mode 100644 index 0000000..c688a62 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/METADATA @@ -0,0 +1,66 @@ +Metadata-Version: 2.1 +Name: certifi +Version: 2024.2.2 +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.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Requires-Python: >=3.6 +License-File: LICENSE + +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/.awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/RECORD b/.awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/RECORD new file mode 100644 index 0000000..7edc87f --- /dev/null +++ b/.awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/RECORD @@ -0,0 +1,14 @@ +certifi-2024.2.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +certifi-2024.2.2.dist-info/LICENSE,sha256=6TcW2mucDVpKHfYP5pWzcPBpVgPSH2-D8FPkLPwQyvc,989 +certifi-2024.2.2.dist-info/METADATA,sha256=1noreLRChpOgeSj0uJT1mehiBl8ngh33Guc7KdvzYYM,2170 +certifi-2024.2.2.dist-info/RECORD,, +certifi-2024.2.2.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92 +certifi-2024.2.2.dist-info/top_level.txt,sha256=KMu4vUCfsjLrkPbSNdgdekS-pVJzBAJFO__nI8NF6-U,8 +certifi/__init__.py,sha256=ljtEx-EmmPpTe2SOd5Kzsujm_lUD0fKJVnE9gzce320,94 +certifi/__main__.py,sha256=xBBoj905TUWBLRGANOcf7oi6e-3dMP4cEoG9OyMs11g,243 +certifi/__pycache__/__init__.cpython-39.pyc,, +certifi/__pycache__/__main__.cpython-39.pyc,, +certifi/__pycache__/core.cpython-39.pyc,, +certifi/cacert.pem,sha256=ejR8qP724p-CtuR4U1WmY1wX-nVeCUD2XxWqj8e9f5I,292541 +certifi/core.py,sha256=qRDDFyXVJwTB_EmoGppaXU_R9qCZvhl-EzxPMuV3nTA,4426 +certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 diff --git a/.awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/WHEEL b/.awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/WHEEL new file mode 100644 index 0000000..98c0d20 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/certifi-2024.2.2.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/.awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/top_level.txt b/.awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/top_level.txt new file mode 100644 index 0000000..963eac5 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/certifi-2024.2.2.dist-info/top_level.txt @@ -0,0 +1 @@ +certifi diff --git a/.awi/lib/python3.9/site-packages/certifi/__init__.py b/.awi/lib/python3.9/site-packages/certifi/__init__.py new file mode 100644 index 0000000..1c91f3e --- /dev/null +++ b/.awi/lib/python3.9/site-packages/certifi/__init__.py @@ -0,0 +1,4 @@ +from .core import contents, where + +__all__ = ["contents", "where"] +__version__ = "2024.02.02" diff --git a/.awi/lib/python3.9/site-packages/certifi/__main__.py b/.awi/lib/python3.9/site-packages/certifi/__main__.py new file mode 100644 index 0000000..8945b5d --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/certifi/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/certifi/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bf6ee3d1cc6741a862d12113e3eef2bf8fc37bcc GIT binary patch literal 306 zcmYjMF;2uV5VW0yiw>Q{6KJnUd(a@z}<-|^6;n}-8trIS%XYghia0l~-AA0?tGEP-;yJdvjl>bh3XQnNBdG~SobaS4b;8p+<=H#h zU;W@{+mn#DMth;X3)yK9R@gPiCXvqD>QLR6hbq?FJ_~7UF4tiLz?1?A*8oRhoirNY z3)#&Yu+ncw2QvyfS#}gc)0cS3%4YV_>FA``(pxiYUUbG5)8YrCX~|BKD%sF~eOEqE pC%q^p)_$^HINA#9WhW_s)Y1c#(-QK>(ePP`r}Zb7M!F$6{sRPKP}~3j literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/certifi/__pycache__/__main__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/certifi/__pycache__/__main__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f0d95d971775e74d1ad85e41426a8c5674455ddb GIT binary patch literal 442 zcmYjLu};G<5Vf5q4N+V18y!*)Oh^cUSP%n3VnJOZH@>zmi4&b2s&?(nKa`PQ^2)@_ z#)RD>#7Ta4@7?*`iQzCKKDM*l`IpZhf&7oylPmwslLtv8t;jTFR?(VGSshIyN`UNp zZ)6%nyh>ywdoq^EYtZ9;-|H!)D~5M)0&GWiloFl!Iy%;pK9X_&)4P-VF>`6zXbajJ z7q6Fquw{9<&GP(D&Wvpk3X2_#sY^s@Rinq5O9d`kfd*W^1hi_dkawjv@ZW=ZQPe`|qL{QBmtNG3 X>?*jVeya(qQ+CQydP-B4&;k1af+~N@ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/certifi/__pycache__/core.cpython-39.pyc b/.awi/lib/python3.9/site-packages/certifi/__pycache__/core.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..184b93c6673216048f13228579e3e6512fce5b69 GIT binary patch literal 2132 zcmah~TW=dh6rP#Ac(ZnFCu!2A2rxGZOO0Iw4+Wu$DnhCdL{$?6?8|DiGmba4cg@VW zZK{@+^tIv-^ugvW{G@s1DSx5xz&W$FlQco>YR;V5xqat5mra(JLjupU{rkP|RtWhE z2j`y(48DP;nv@VuBEl(W0~%4=vxsrVo!6AR+x_=V-xg08?)5X(8Wwy!5G^V6Smvsw`=XWQN+*LsqO&4z z4T`i>ie4*C@TAU23|ob4Wm>h;BG)3 zNC7OFhP}5mH%|3a3_!&|5Gpa;+U(SU?zC!kQ%O|Z%Lc-DDAgs?U07yK{{j>Z=8lQH zt*K_59@B}#*%bQ3)t+`I{*-`DbY&9gr75MbewUm$JEk%N`6fJbLpwCJIb#p*?cJ9M zR3a)992QwVN_1Z$QsXEs%@Pm_{*rNQ{6wRTCXnJFQ}E5&bw+ck`MA}4(ic*!gQ{#I z20?X|)@aBie!FBWUT2Nn00oRi6Coj|^bpdJyRRsiDYV5EjpU^bY84CIjeBOMe;Ha&Z&B{5RrTFgtV4r`nc} zW0o-OXf|-5_z*5xs@tBa%#s8nMHOQSQMd`G7#~8WkV;}!q!{4y2Qeb?HU_=|MH5Yr$#V$y zSM2v2FWl$ugiXm$gh3*>@E$`2*d?D4b?Y{v_WcE(47N*}UNxDET{5b&03^Y=x$swJ9>!^|D)(oJPaA=KPKmrrw|J*F! zhehX(#r4vficbC&+T6)Zet>fyf@ohil{n@_3g8@dq{_I&kTkW&LMjM_ILmv5S<8l_ zLTad&ow>`^Sz)o|#72A>;%JS;Yb_J 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") + +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("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") + +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("certifi", "cacert.pem", encoding="ascii") diff --git a/.awi/lib/python3.9/site-packages/certifi/py.typed b/.awi/lib/python3.9/site-packages/certifi/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/INSTALLER b/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/LICENSE b/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/LICENSE new file mode 100644 index 0000000..ad82355 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 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. \ No newline at end of file diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/METADATA b/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/METADATA new file mode 100644 index 0000000..822550e --- /dev/null +++ b/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/METADATA @@ -0,0 +1,683 @@ +Metadata-Version: 2.1 +Name: charset-normalizer +Version: 3.3.2 +Summary: The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. +Home-page: https://github.com/Ousret/charset_normalizer +Author: Ahmed TAHRI +Author-email: ahmed.tahri@cloudnursery.dev +License: MIT +Project-URL: Bug Reports, https://github.com/Ousret/charset_normalizer/issues +Project-URL: Documentation, https://charset-normalizer.readthedocs.io/en/latest +Keywords: encoding,charset,charset-detector,detector,normalization,unicode,chardet,detect +Classifier: Development Status :: 5 - Production/Stable +Classifier: License :: OSI Approved :: MIT License +Classifier: Intended Audience :: Developers +Classifier: Topic :: Software Development :: Libraries :: Python Modules +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 :: Implementation :: PyPy +Classifier: Topic :: Text Processing :: Linguistic +Classifier: Topic :: Utilities +Classifier: Typing :: Typed +Requires-Python: >=3.7.0 +Description-Content-Type: text/markdown +License-File: LICENSE +Provides-Extra: unicode_backport + +

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*
+Did you got there because of the logs? See [https://charset-normalizer.readthedocs.io/en/latest/user/miscellaneous.html](https://charset-normalizer.readthedocs.io/en/latest/user/miscellaneous.html) + +## ⚡ 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 % | 200 ms | 5 file/sec | +| charset-normalizer | **98 %** | **10 ms** | 100 file/sec | + +| Package | 99th percentile | 95th percentile | 50th percentile | +|-----------------------------------------------|:---------------:|:---------------:|:---------------:| +| [chardet](https://github.com/chardet/chardet) | 1200 ms | 287 ms | 23 ms | +| charset-normalizer | 100 ms | 50 ms | 5 ms | + +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 +> (eg. 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. + 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 + +# 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.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) 2019 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/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/RECORD b/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/RECORD new file mode 100644 index 0000000..d4db383 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/RECORD @@ -0,0 +1,35 @@ +../../../bin/normalizer,sha256=8Fd6yjfPF_aikeu8vqpSLrpvM3c4PHk17ZCCdubEQ50,283 +charset_normalizer-3.3.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +charset_normalizer-3.3.2.dist-info/LICENSE,sha256=6zGgxaT7Cbik4yBV0lweX5w1iidS_vPNcgIT0cz-4kE,1070 +charset_normalizer-3.3.2.dist-info/METADATA,sha256=cfLhl5A6SI-F0oclm8w8ux9wshL1nipdeCdVnYb4AaA,33550 +charset_normalizer-3.3.2.dist-info/RECORD,, +charset_normalizer-3.3.2.dist-info/WHEEL,sha256=_BMdtp3IQ4NF7VFMKD4lD9Cik0H3WhEP1vtG22VwXhU,148 +charset_normalizer-3.3.2.dist-info/entry_points.txt,sha256=ADSTKrkXZ3hhdOVFi6DcUEHQRS0xfxDIE_pEz4wLIXA,65 +charset_normalizer-3.3.2.dist-info/top_level.txt,sha256=7ASyzePr8_xuZWJsnqJjIBtyV8vhEo0wBCv1MPRRi3Q,19 +charset_normalizer/__init__.py,sha256=UzI3xC8PhmcLRMzSgPb6minTmRq0kWznnCBJ8ZCc2XI,1577 +charset_normalizer/__main__.py,sha256=JxY8bleaENOFlLRb9HfoeZCzAMnn2A1oGR5Xm2eyqg0,73 +charset_normalizer/__pycache__/__init__.cpython-39.pyc,, +charset_normalizer/__pycache__/__main__.cpython-39.pyc,, +charset_normalizer/__pycache__/api.cpython-39.pyc,, +charset_normalizer/__pycache__/cd.cpython-39.pyc,, +charset_normalizer/__pycache__/constant.cpython-39.pyc,, +charset_normalizer/__pycache__/legacy.cpython-39.pyc,, +charset_normalizer/__pycache__/md.cpython-39.pyc,, +charset_normalizer/__pycache__/models.cpython-39.pyc,, +charset_normalizer/__pycache__/utils.cpython-39.pyc,, +charset_normalizer/__pycache__/version.cpython-39.pyc,, +charset_normalizer/api.py,sha256=WOlWjy6wT8SeMYFpaGbXZFN1TMXa-s8vZYfkL4G29iQ,21097 +charset_normalizer/cd.py,sha256=xwZliZcTQFA3jU0c00PRiu9MNxXTFxQkFLWmMW24ZzI,12560 +charset_normalizer/cli/__init__.py,sha256=D5ERp8P62llm2FuoMzydZ7d9rs8cvvLXqE-1_6oViPc,100 +charset_normalizer/cli/__main__.py,sha256=2F-xURZJzo063Ye-2RLJ2wcmURpbKeAzKwpiws65dAs,9744 +charset_normalizer/cli/__pycache__/__init__.cpython-39.pyc,, +charset_normalizer/cli/__pycache__/__main__.cpython-39.pyc,, +charset_normalizer/constant.py,sha256=p0IsOVcEbPWYPOdWhnhRbjK1YVBy6fs05C5vKC-zoxU,40481 +charset_normalizer/legacy.py,sha256=T-QuVMsMeDiQEk8WSszMrzVJg_14AMeSkmHdRYhdl1k,2071 +charset_normalizer/md.cpython-39-x86_64-linux-gnu.so,sha256=Y7QSLD5QLoSFAWys0-tL7R6QB7oi5864zM6zr7RWek4,16064 +charset_normalizer/md.py,sha256=NkSuVLK13_a8c7BxZ4cGIQ5vOtGIWOdh22WZEvjp-7U,19624 +charset_normalizer/md__mypyc.cpython-39-x86_64-linux-gnu.so,sha256=v9J_AZUXJp9wRew3wN6S0ELM8ze9Dk4H-chVJzX5psk,268816 +charset_normalizer/models.py,sha256=I5i0s4aKCCgLPY2tUY3pwkgFA-BUbbNxQ7hVkVTt62s,11624 +charset_normalizer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +charset_normalizer/utils.py,sha256=teiosMqzKjXyAHXnGdjSBOgnBZwx-SkBbCLrx0UXy8M,11894 +charset_normalizer/version.py,sha256=iHKUfHD3kDRSyrh_BN2ojh43TA5-UZQjvbVIEFfpHDs,79 diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/WHEEL b/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/WHEEL new file mode 100644 index 0000000..ca2752b --- /dev/null +++ b/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/WHEEL @@ -0,0 +1,6 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.41.2) +Root-Is-Purelib: false +Tag: cp39-cp39-manylinux_2_17_x86_64 +Tag: cp39-cp39-manylinux2014_x86_64 + diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/entry_points.txt b/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/entry_points.txt new file mode 100644 index 0000000..65619e7 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/entry_points.txt @@ -0,0 +1,2 @@ +[console_scripts] +normalizer = charset_normalizer.cli:cli_detect diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/top_level.txt b/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/top_level.txt new file mode 100644 index 0000000..66958f0 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/charset_normalizer-3.3.2.dist-info/top_level.txt @@ -0,0 +1 @@ +charset_normalizer diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer/__init__.py b/.awi/lib/python3.9/site-packages/charset_normalizer/__init__.py new file mode 100644 index 0000000..55991fc --- /dev/null +++ b/.awi/lib/python3.9/site-packages/charset_normalizer/__init__.py @@ -0,0 +1,46 @@ +# -*- coding: utf-8 -*- +""" +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. +""" +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/.awi/lib/python3.9/site-packages/charset_normalizer/__main__.py b/.awi/lib/python3.9/site-packages/charset_normalizer/__main__.py new file mode 100644 index 0000000..beae2ef --- /dev/null +++ b/.awi/lib/python3.9/site-packages/charset_normalizer/__main__.py @@ -0,0 +1,4 @@ +from .cli import cli_detect + +if __name__ == "__main__": + cli_detect() diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f491951d7655ead9670d9b6fd50fd26410254bd9 GIT binary patch literal 1602 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 NOH4-#ee&P={|k3popAsF literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/legacy.cpython-39.pyc b/.awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/legacy.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4726c93d512edf933153fb7d07b5812b97620b75 GIT binary patch literal 1854 zcmZ`)&2Aev5MJ(brIjo@PMW$2kOBnylL&~V04>lqD4GVgjI;%uB5{C17lB$*675}b zLvpRil`nPAeSxNc1N71t$wTnaOHb*k=K!rcT**le?E*WTogrt2-#6sa)zxMI&(ZMS z=$#}8{_r1fKHmE!yk;K+3mD3R9Q9Ei_QO2tM>+0e^z-#^l zVS{;ig7k+LF~q{t&_?s{6h8}2&@=Qi!0}6Tf>2=Nd0=a{J_=7lvttv6PaC#5uV$T~ zAJD>o66)`4-CK_XyW+>w*0bO^nnx@yk=FBQe^rJoKE_MSPheSNwS!1k8u;qR@zVDz zOTc^KN>Ht+Ev?Vzm^BVU{TzJjATeux5on>#E|E(v(G^wB-zHBf_?;WP1}~$f%U5?>PcGrp}CMt z9GA=ftM?(q!|F(oDTibgKueC#*)&z^D%JlA$OwB88YtDCSH?BK{x_%ohzXkd|7+$LGMCH6&XnM%G>~1LuM{rpBHZxslvDsLwQnF1bVzZdRahBZ< zor-QIhTX;YN1e~QMp(XCzySpeOm|7&;5B{SMYD7YxJ4J#_MO;(iW&TW0(V|9dg( TAg-WR*g`EFoQ0@{Hvah+IEo|g literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/md.cpython-39.pyc b/.awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/md.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..503106d4dfb885fda98b79b8f01b5a1b4035cde8 GIT binary patch literal 16694 zcmc&*TWlQHd7jJea=9c|D~cj1>Nc`vS#&JPu~R2;ZP_v$+YtEjU`=c|O_HPVy|Mem83_iD} zYnrXudPS@1d0nU9s2Ei~W?h=lJ)c)LA{@Ti3MBRpo0BRnqQ2N2$2Par%Y z;RB9t@3eP)UUyQ?gFCd)J!tQK*R=Q8d*4i4)AN(aV=<5Yp!1;fkaN&^$iDyGguUN> z;LRk`KV%=cpiLgU&6$|g{r-w-6iUU?g2TYPEp-Ff2wf)*z|KJ3NM`a)XQhjAD`UnXUlG(SSmR+uTk_I+wW&s6=%yOf2{2- zl-+uT$%VPPs`@!3l!~rXxLj1_;%vq7Q;fN|=nvr6sn)%6sa}(+7K*j`Mn&Qm%BnbD ztQ94&SoDgE45U#4RhMf*$x@?MA|dFiKZq39SpqR$T}fr`a&@*|@%xbAEfmXAqETB? z<(el{3@NmI*$MmO4>f9_!*&V^L^vgmboXBZfoJf!=ioS6UbnTpVe5I*NjOQ{c-OE^ zJMm^BpK`F)C7iPR5bi@L{jM%6GLcU^{Z2;0T#=ml0XvDA9rA}?bX@ni<2fbJf3DJ) zFV~vO84G{UV(hHqtm~;_$+Jq8qU%}>*Rd^(u2n@T%a&po1#3wPx`(CUu}UROsw>xe z@udqhmUGo}YPMCxSFSEqoGND0nlE2=YN*LusM}%D_YA+kw1B}Zd5-c^%JCYiRx;4_ z=#PFbt|@$O8jh#Eq1!t8Vl%oo%|3+TI<&NmPS%bbE?y}gsg!4r1mVXHfBcAB_MAgY#nNJN-f@qR zNZ0WSH7wv_rQCGXk*a-oY1vOZmGXQUi}(TdTLvW2+_`q{4oCT>?|IZd*B-T*1;?ru z%QXvxW34-uSLY}>SDjJ=Y-Kf;FxBmG>#dn*+r2->6@y;XE#+Vig!W)vGmf1r*UDbGSg~9WD6^VuG<+Z0SxtCSDtiG9%z@ai`4ZLexn5`=dMbBEUHx$;oV;`Kf7K*Or zV!d|Af3e|u*7VsKPIaYz#ZjoOShF5E{EODKj0Ki;iL2V0_Ym7|JDjb9v7IIrA8U6y z)r{>lGffWq=|Z7atU85)pD7fob-Piaf3Q%v)F@WMl)gg2u9pyP0+0N}Y`tDlWCeAA z&LkW^y`<_(Scl7ga;{P@dg>u2b=HyixR}&VI9zG&Ae^+GNaj+xzHG|SC8dPOp1(E( z=Mmk3V1TV2f^PuENq}(xz64|4W;kv43mEH?J7W(Z6o4^H586W^7!$yX1L+Z!F4qcI>dIDeD+F^+ zZYmU>CE23-=_&pjDZM$l*)SZAN~>Kcz6R;q!$JAb(r;?F(CPPdqB}%?o9Z~Akwx`9 zX<{YXz0eXN?iw;oR3Njm1W!v#XcsXnAJq)ZP7CvLQC~FGTub+i%etEL%$9ylS09sn zSUr+2Q9BIsleeJaHZbhHUZFD5JK}`2{-r=-l6SgmcJkFXD5Fv6`MW)9)Kb>aLMU>p3G6 z_|42ujAYhmKCtO55|Y+m%OodmEn_N;VEs;-(u1IDLUYVg6L2VyW)6oYtE_ooQ`*)d zGRLvKvK~PIQwRbV4VATx3k-2mjWLPesjcWOz{6rvJ=_9wGY6-HZ1;V9^7sA6gs(TVn;GFt6YQ^>pY+bA@ zL7$A{V~WlOz6j;kr(kn*BhU4sn}?+jEZZ-!*sKUPK?((&OE!!aJb_;wrxQmd(dH_? zkaM#}T5s-NcdRx>lXa(05u#%!idw~I*nE4U_N?3ZCU8L(4dFuTfeWn*C=PT1#chf% z^)#IMIr;nU(?Vzj4BOkl&|Y-V(BhEc4fcSw2{IUidUJzb5DgUhwyP!)0s9&EESx2L z5mP6?)TwL&OwE)Jkg2!6)Y)JEjNA-c#&Dr)yB;#Kz;m2*AyQuFn6wwk#2R8YVPhS| zxd^2SZe=0gW`YTb;|lWb4Q8h>f`$^)-n}uc2Q>t2Ix1`mRZ-X!G7O4J57VlXXa^iS zjvsZJj*LbeZRFT5;R`u7t!MS-=-Tnvm{kc1A<{+|JE;c^$ISrQ^mo~2I38nb+gr<> z9CPNEai=n~R+!u7NGQrXqFXppJ%{{YL>UDck2tc(@?XIh3+DQo5uD8V2OK@h98vv@=D|$}--KD)i-rOv*jv=IfxrXl zB6|&W0%>X+oj4{T1OG9;Xu)nu(dO*zp}JlfOm)=O8oIjZ8N%lLMI0FZBFHvxY3g}~ zBOjQ)z3cFjECE;YL&3c$b+^+yyNm!DQUNPWv%_Rw>K=_H?8O!L3Tg+PxPc&A{0Tmn z$b#L35$-0;GDa|XT=@%poyDU!AJ~kR|6`(qPKI;r|Ck5QeivG@&4-j{@bY|c@4d$C!L^hdzoKf5d zoQa^U8*;=R-wix#tRA$Z#V#G<&bK&vZQRkD zLrJ)%$ygwv;$q^PV#%v;Rso5AQ@^FT2Lc#zp`?1|W$X*Zs3hhjzyy9_pg1nTAaMd7 zIA>Tf0x(%IVZ1O}<~2jrr2f88-+(D2GD`(uk`8uLfDjjEaVIcTh{@tSXj2n#e2a%J z?MbV^;?$88GHvP;$Tpc!_pu0#_WqWhW0pd3b;N9!#w*G$!Ra6IiA{~Bj#OygNCBKu zkmea|-RP$A!Q3&jdVYTIbB;Yn^RhO~+bD;__(AF%A)Ckd_R+ zvo+}`KeS_r0(6@w9VkHEup}cLnk)9UcO{+K3C^_&4HpL-tH+o+(tqF+lnE>sFvrqz zv9=c*rt1-bVrhI^Sg=GOj__9-0_RBDa-kWkn4)0Np$Rmara3eD= zW0I05Wt;GWpWvn=(;xNQlRoTz{(u-^103_W6lRNdcf>ZHl{)45TA@;}&4;;0aFSXm zH59D5UXU53{8d@66mh^4@al-vy4pzGSD0Is^BO#>5t!Luq9enOEoWN8^ zgK+dUcgGFpCP2!O5NIRLad)MjhiBvMRT_mN5RGp$7Dl1TJQ@k<|G4nv*6?U0iyq@p2d-Ir9M<10m-QQldK6>5BQW7J z%9y!#MniuNPKfvETpXyi;?oE~%r3u=@WKS+(ZFvHV8C zcKFFky;Q8YM-R7)sh3fthdh$T9$diZ@}y>-1dhCFtZ*F(kt)$Le$%*=09)RV49bQB z+2`QL*Gs-$UQK4^$qH_olyL5O^igst`HlFHzS}%>FVwb6iz!|`gW~E_aE?;NxTCl3 z=!fp;Pu|gwsyT`H%pLuy$(_ND?lr{721ga?`(-+^%gfTo4WS}%sjYOz=&M zJRIMwKx=%Q!B5lSr1)mBQcLcn8lp;O&5(Wgfnbk8!779^LPbCK5PZ)!U8~sTlnMLkl0D10i zDw#0Gp*W?`QVJH`tUeL|JQS%EN@P$Xg%Yrf?^t(2dzKlf@2E38LJ37D&pUBS1~&jB zGXz2cQ&Rkq=)?-;;SAToNm&<@Y4sWc!3@bf%Up2&f~k{P;e^HN|J2LQaZtG?LOF&3 z2>zQBvE5p$ruFn|KPm#q1!~$j;m$U&Gat82IeOyW-rO1V<2Lu;!Sbd78EUZ5Ez}C# zviRcUFZHoJ=_Xfc#t5cqJ!&^r$6i74AK{C(k6EZ=C$brst(a26*Yih^cm|)#q3)cp z=KeGb={ za6P1k3oLTy!bN#p3n|s1E0w&;GVWU-1MiC9o(uANmR)yTt5)}{IovJ5{U>Rng!>h^ zZQ&H%GRg$ksDP=~1*fP=XnS7nSg{&h6jQi#g_f-c|NR?pJt$YG;Cu7I;3CFm+g~og zkR7NW%F%FmY6Sz^6-A|wooH)*xF6Rss%@gGEpVxD?&K6}cigc49F(&PTczZK?K{5B zSmi8|l~X9_5+xv@b!=oOM6Bb0Rs=c@QZH!X`PCzm0<~LGM3Um>#8Fn%plHJ^guide zQ9I<;GNP48gC>3Z=!jeshdeBRTW1%@r2*h30J+T_vBS6VCUV``RaeCSnj|Se9aze7s1Z*TQD<^!^=b8C zc9wgGpXtc@3M!Z-8Js`f3KC;`pPX+ot%R@VuZ>!S*A8m^9PR~;9Rn;B%cYlSR6WBx zTKBe(R&~mo;bqjcD=!M@G13 zP;hno1z8PmUPwA`QDq^-ady9K^oz9}t6I_1_Z1H2TsuYx<$I1wk%trKGO( zrMuE*x)z3e=?Q^2pbk3+p_{9LbEEv|)=s91wG zoQ77+(+%jO9aLv$$%QX=x!~q6~_IMH)5NNwHf-+>UqdQ&WCIcFW=@c`6$pIjk_G-Y*-RpJa z-epejohw|T5Si1Z^Mj+G=kf)ZXwiDb!xwW_Yvfq~piriNxvfS;R?PD!(_mv94Yb-F2dc zu7WwefiU-QBu`sb5=frnwTo(?h_XbqSCKcn^09&EfmOR0)zm0fzC)zjk#wPUD=SG9+##1bvkh* z9zepskVN4GZvCNFuRB6(u!bb^6S=hq9^gC(TwJ3ShUW;ldd%w+!8rmaExOUPt#?JO zdtUIbq&1C#;e95fxxsvjz8HVIk?SH>U;Ho=9;HK&=$cWPTbb6kk?{AVBjosmsEWKm z&Xn6UdhrHcwRqLV8xHIXUSdt3q{AWVxhYJ$6L~`h@XM&QB|_ZIaeo4FITBnhZSkV1 z#ofLQ!Ha#%NAS!2%SR**0{gP&9)}QR+^J4J_mwbT#ZF0{1^hBkC9oXa#1pn#Vlm{e zp{*EDF^uEdr+3jn>M`e+FTLG@Ar-#2b&aJE#*??p+(E%bndC~Um2|(^N~!PI{nE;} z@yoK`kyeuGdr149P?eGNAKEZbU#1Dz3QE8fn+VDv4)>X9)vyN^4aDz4JK_ubFD)Sc zRFvO6g}j4O+YRImefAJrLcUkw3)*^3D1ez(;ypVX#$WAe?|Qqv80sC}-8Ni&s{-;qQ9PCfsEpE@P4*qQ@)xP>=3QW2Qz z^IUb;;rIhx&k6ELN&^@5C0*R!@l-!@K-{+%YCgB z;UbI(e7+RL%(i2?cu3f125s?$pj&}Q>&wB+g#DJmUwjGJ4g;&A37evBKx<0hP2q-l zT8Cbwr*Yp9amm!3R65X&xB18w!{>U62lnA8j3BKHK51$-}ycMee3Cy zlLLzBDIfU(E%w}N%c)kYOB_#hJ&>J{5h+RkiaKHy(sa`Zg5Wzzb9Bi0l+DgJstR!2oX8|A|u~RFl+AuxJGNQB&I!)V^Ol5UyskFWH%`fny%;8*n;d@1^1>wm442A?F<7h367YE-z#eFy%8 zZH{X|j~TB|UYuyGg-0!*1bBff>N6<)=a*($;5IewrR^-zGOf(belKHhX{Ek`C#tO^ z+^sGBE8166w+vki`!pDL%;Me4yKa!_%-t2j^-8N!RXObF?fX-ym$&86Bc1ilc}_3mpvHX zq6s~0&A^xzPAcqk;iLxEIWgh|HaotiqRgnlHm53OM+KbOqmV>GSxz-*@0U}J4CUK3 zt@|v4@&XLVvkW{ywhQuvay2h3BJ~MWDH;Mct9$se5-bNIy3SZSrxujbB0S3!ySFU{ zKS$>poZGL%@%4--!fS{o;V!=sI5>zIB*_=GRp&&wYDu{l67Czex0>X6B!2>xsRekN zyJHEC&XV%Of(boO8k?v20`5>?_QYG#;Bly9AHqx9%CcL=w0TA49fo0*uQ(mMTvW@2 zs#C1Ni3SH}8kN#h&8=7iJ@HR9w?*^ZVcw_IuaML&7g#UNt9YHb@Pswp96C`G!)_2R z{}2akP2&mcHW_>}E6>6FYyk$0S(!Y?EfkbOn)2xI27Tvk1fHffs){9X#8aPF)KUEY zLNM(p$5F+}4&Q`M4yrG+>~GWg9XR>^Xf#|u6&~koS=F=rzD>s?xayKD!#;i0Pe)av zMtP>K-eGfGm4QPn_A{L!eU!`aJR-F;Hm2B~4q{UZhy}EAdpd#Nj6TSFFgl<5a4S2^ zbe_HusQLds0XtzBcX1fhm(?fq3FO#gs6Rxl(^ykq!tcq+hyDIJK5fG*K38#B`h6r3 zGZTzo%3EGyfO?Ti!pWy8I=v#E*iv7Tu@#Z!C-G7hm1GzzYB=#Y*!Oem8N6o_Tcn)I zkza!|J2HXVPG^*k9M_H0w}Z|Eot<USbB@j{bZ8iqZJua;UHaq<6CS0* zu6K>PjK2(h`pMw2<536=&3y#UpgxFqR3phV+q3uOj^uXc#&ZwkKAbD(_U6vycBOH7 P-?*DSl{PfWNBI920S;|z literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/models.cpython-39.pyc b/.awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/models.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..35de7bb8058c547826028c6164d1b66ca5ff790c GIT binary patch literal 11499 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 Yj}L(G|C~{UZ#wrq?N{bjt9r@&Kif2L00000 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/utils.cpython-39.pyc b/.awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/utils.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fce96db0b7578343e794af2c8b89ced3ae5b9705 GIT binary patch literal 9192 zcmcIpOKcoRdhY7(d2&dND2k#UmfKp(*2oqqOI}O%%3P1gp*R*f)N&|UZmcnBPBqCE zdmgOrp-j4o?3xOaY~o#S9zYIGmdfKG zXVp}3S6!{9n>r($=EiDqGcMb@o2Vttq-@9BR4r|$WjpTn)iP$L)^GOL2F!ulA@fiz zYi4VQ&BGF(a0hEg%p+(gdCDEC9W{^EhRxyHG4oh$#2l#|H;>m&m?xNGC+!nF{TZ`Q z+NXHm7b?&2{s;OtGhf()IVmv%{E)<)-h&yiPaan!Hp>r7?2CJ_(Ts!qh{PB@m?3^t zVqWUO4D(|WbEXF~!jDVLw|X!q_(_R*xd(HKzaTMZdoZW@ixTrn560jxNzAJ~m^1ua z5_7Hx^D;jxF}WVhEBsZ7Ip2dh$8!?%S`X$te@$Xu2j+r3vdy}DdL4Yaz(*x^wCBAs zeo%4rj(Ftcz&0UIR=i z&)c%+lHt0HOzYEMM{4e5?d$Kcf zBwNxz>8&r){Cj*J7WI+ka9Xr^4z zs#LA&icS4XPMuq>n~R638+P3mmfsMeKI3?Pn4D|+PNQzQp;os2Ft*TYx^@`5T}LNg zJvrNQeP?mQw|iH7%s>t194M3~<|d1!8H|==@YPlDH;tc^qJKz*lxypgd$->;t7fq$|F8_C4OdC))R9`<|jZn3^t4ZKgjcE=(IY=JR(7?RI|R_CjGZBl{-` zlf{{t{N{jsnk?oE^M!J;ym=_X7Uw5!&rZ!0?zUfDD9%h4Hv1%UHa{^xS89)(2aAmS z^|?ERM_Sm|syie%-14nZuUj=cOy9BGmR%5{As(sXC=MX(tiDil}Y8Jk?*Tp>K0@)(AE`^4OA5}Tvpby(y*wTH`4}w^EOy% zuiJ*dVjD04M4ut7`m${_mX@5VW4Q*2im@abHN!GIr@rjkMpvyyoQoZm8Q(t42)7q9K*ZfBmolsJ#0!sEM3cY>Us3HIn)+NCTPWd^bmKt9J+*u zU7_QQEP)v2Y8m!L@=b-vDJ?~u=UQ3e5I|`uVx^GXT9^v^Znf%FQU=J`BQ27?WEHxx z+z=b`D9|g_cX0Q#JNWR>Zr?Kxo7AnjyTJRjI|}&}NL~{1N9v}l;!X5Ce}~tBJ-9>f zL}V+)Y1-9+onGQPb{eCdHr@*ukFR1(E`c4FLsnVO@xTAboM7@80SUvG9Hyp^B+*oH{c(U7XL~K=c)v ztpZj!NDv9%iX*ILt8V?lGpM@p|3KBv{6hZb|4P*=B9T>4^{3CEYWka}Dn5-M^Y+a1 zPl~L`3VdJ7{n;}pDt_}6=?l~O;`8Z&CRF?t%X#z+YRF1|!;&7)&*!ffC!S9aoe$K0 z(W(C3Gboz*A1Na5@tb?(#-+WMSKOqR`-|l{c<92UF*P?o`+O>ob*Zd4UIPx><`qPy zwVywO=2`T?)}6;qP?)*zM9FY<;w+D_zVf@u5<^<2K1lj(67iM{54F<1*U03My^~Q3 zy%s1R4Q#>X|DLk0+(8hw23KEJ#CL&`x(ef`j$RBCtMmWPF&qwu~I^ zHt#CO_UUDc?MYtqx}rKu*zUX%_vxD)w^T<8ABqsuVq-elM{R;K0yCt#Q=A;FzMNAExTT| z!#>ZpM0KUI*+5Dx`AxKUehD<_A}8YQ08nJ$vu)KI@YPS5uSJoXulq4_#C|+LCb+Hs z4pN1C39fRD>z}FHh`BLRL!l$Ks)}ifCISudcxg)y^qu5GWhcesJn>N7(*5*KpN!Qn zB36%W#e-O&uF<0K+{l+Fip2|! zy1QXe>VZmu0p1&4)2=#8j?E36MT65wr!M3EB}aI^QNKV*zt@iF!8bgshUwglPv$dcH-c8pgs*x!A2 z;9d@j&@fJ;(mTt)U_I{)fTAPsLU5)sm7RF1$1?Q9vN6g$kbJVNDqM_u`~v{U?Qz_m zZ9L+@NMSP2h+?K>L+ zca2Ik1|7EnNj4S{4so;$$2X`FBQrKR*LVsmhw+xbRC(jAFcsY^i%7kwd9~s>%MteS zr7o6=K@uDFT)u?!k9w|jdlu~{na&w|qn~V{CIm_FT8mZJ^1LwRAT1U?^8c_uYF26u z-oiX_vc#4zNbf`j0MWBNKxvP5P2MonT<)?$yX9&?eSRzXa&>d>yXGM0-s#;(uJl9DYu>vrAfn4w6+a%xG; zgB;|^lxzu$z#>4HhCT`3yYKibK$0%t6d}jmQ!rySORRdKPPc>7eZ*-KL(E0WU0H0@ zGB^;AR1n98>Pec#A<$_yq>A50AC7Jdw`a>RF-jgCMbT1*sUo75#w7=v^j@6+u@1bH z6G=8oAbra*Z>7<4dBsDip}B{u(?k_bqcHIUzy(T0s!drN2;(%m>i1e{;wN2_s2MaO zkFz8FGOQ}{%pFZy)l=;Xhypte{vmN13A8o`M*=3MeVuDNu;mZo$3I2YPv&`|f;q)+ z0c@fmLVn2b8wQGpQJqBU7lhb&^^>hvb8)duqgM!M1jvAi69hH^z`h?+`%?n<2&@t~ za6T!?T*@U-X>5BlX>Q=rRGkf|VjFM4g=ZtviIZ$Qv|g6&I~|I-d}Uif@If+fM6!-5 z5#(Cty2e_X3ST7U2usrNTQZ`Np-D~;H5BM%Zj0c7^H6tDKE{?FU|N(@sYv8SDcZAg z-gcqKt6KF-yW1kcqk4j>W>oR}v@H}SyZf(Ldmk2inNQ}dtIU5Ww?|Id%aSs0vnY8# zXkTgDZHo(gOBNRg5V>mxr>sfG&9-73F4&Lp_%=ejkIru;;NTO>m~|@&$DIh04_Oe4 z?r_p~132+3%2s@hTFH|nJgE{%gZzng+{E_@d_({zpgjJXTK&{|3Xn@m!zDhZ-VFjI zGSV`Jv8Yh9NF7T6xs>=3wJCoyQ*Ezav38q_rtWZb5L`5m?xv_Pwg`BtsL%Q#bIg9f z0rOvJ3(`SJ?1%PwPR((VTKgOC5!(!`sKC(bki_KIaZN%vNJyp%`D8;>jQbp8s#23_ zG=9`3eUM5zga!gBM8A!}fXuFP9BrHz+x)RKpOZEU^oR{?!&x%?`wc@@A)BZZ8 zaR|i1Aa+l?=ZN5#cHg{9M?`L3iNl~i6+cDGlr^~hwe8K^*>i}ee5YpTJR>m9o^w%j zbxG&j&o$fgu;ColP01l5KB5s}f8;Qw@vJXL8bK%9`H?nsHR2sSbc=9Ma;P@solzf5 zq6|QFv{7^;Jzxk-cMx7utDBMJ5@Et^EH5KG3{%UtKZ7=kGKiu5nTVjWFKnwe4OfQ{ zJ@V<_*4 zDk?D&Kg3~7{5dAerNdOmAbQfkh6&WJF@qPTt1GSgDr9=o4u{|f$sdwiwAL*MIc$5F zJ?NE?Bw#?(+He~d50CDTL)w}b9_m=)_PB^IWSu%ck|Pp~DlYFlNDq?Ytsp_k5bhLW zoY_hR$smQlc1)opVk;e_z1Lxg-we_+Pt4Z;Lyr76jFh9c`hq^vA0!v*F=bU3ch}wt zlznq#0$l__Os*3kdB_}7wlYEH9`es1A%4WQy2^DP`%J}ZiO-oh9UvW9)v1L7t;Q2b zVETik#H6_r^b=)4a-GQ$8m+~XBMMJ#Q&Ka%HGuU8f<8$0dj}L zUr<|m+n-TuhrmMue@Wo42>dmHzaj7w0DPMvSuyd+kVM9=b2C$I`CVUY4o3(SK7D)@ zkup`OuB?XaUXS$deGg+WpVuVm9mhIKpUffX%Z`*{l4DiP!k8vuVpUj?cp}Tvn)+d>Yd)9*$e#IQI?fmSwIyx zsBfA;k-+-|C=L`<%!#Cd$`rB$AOmV~mL6RKlqtxVR|cFiu98tm7+Zq6`_hp~BOdC- z($t)^FH)l9x$oh#4B=#So4gjKHsfHh;{6!_A{?11W{@prn1M*gNGI9gVO+Qm_v4<# zHPF6NxYMP#@15s;_e_LOj~Ey=bZRiG4`qi221f=nD&$E0HRY=E|5avK`BnF+)63#4 H^UMDR0#ZG~ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/version.cpython-39.pyc b/.awi/lib/python3.9/site-packages/charset_normalizer/__pycache__/version.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..032998bbe6dab7e497bc75f69dacedaa2ec01daf GIT binary patch literal 288 zcmYk1!Ait15QdX&)|JYFC(mB@&;;yB5D{cSFT3D^hh9S3%x;5i5|VVaeHuObO1=6P zp3LeV{9*p#gJJ#|F`uU>YA7GJ>)5{z@Lx%UyIB4rnnVSXxWItlCvx(Ei$o?Hv>?NI zx_q<7!{r{FS4OA9G^aVe8Zlih$T;I%nu_!BjPv6}gsHcU3ghf~`LualuRf7Gi5b84 zZCPzvVAhE}fM)kb2dBy|#ND3RM)W&pIxVxUahdHyZ8W3eRk22u?2mJL&AbYbSy8=+ m9e7sN!g&Z>8`p|P4dB@E7;5|R^rkhkYv2|iz9rEJA@~PCf>WFT literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer/api.py b/.awi/lib/python3.9/site-packages/charset_normalizer/api.py new file mode 100644 index 0000000..0ba08e3 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/charset_normalizer/api.py @@ -0,0 +1,626 @@ +import logging +from os import PathLike +from typing import BinaryIO, List, Optional, Set, Union + +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, +) + +# Will most likely be controversial +# logging.addLevelName(TRACE, "TRACE") +logger = logging.getLogger("charset_normalizer") +explain_handler = logging.StreamHandler() +explain_handler.setFormatter( + logging.Formatter("%(asctime)s | %(levelname)s | %(message)s") +) + + +def from_bytes( + sequences: Union[bytes, bytearray], + steps: int = 5, + chunk_size: int = 512, + threshold: float = 0.2, + cp_isolation: Optional[List[str]] = None, + cp_exclusion: Optional[List[str]] = 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: {0}".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: + 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: Optional[str] = ( + 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: Optional[CharsetMatch] = None + fallback_u8: Optional[CharsetMatch] = None + fallback_specified: Optional[CharsetMatch] = None + + 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: Optional[str] = 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] + and not lazy_str_hard_failure + ): + fallback_entry = CharsetMatch( + sequences, encoding_iana, threshold, False, [], decoded_payload + ) + 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 + ), + ) + + results.append( + CharsetMatch( + sequences, + encoding_iana, + mean_mess_ratio, + bom_or_sig_available, + cd_ratios_merged, + decoded_payload, + ) + ) + + if ( + encoding_iana in [specified_encoding, "ascii", "utf_8"] + and mean_mess_ratio < 0.1 + ): + logger.debug( + "Encoding detection: %s is most likely the one.", encoding_iana + ) + if explain: + logger.removeHandler(explain_handler) + logger.setLevel(previous_logger_level) + return CharsetMatches([results[encoding_iana]]) + + 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: + 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: Optional[List[str]] = None, + cp_exclusion: Optional[List[str]] = 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: Union[str, bytes, PathLike], # type: ignore[type-arg] + steps: int = 5, + chunk_size: int = 512, + threshold: float = 0.20, + cp_isolation: Optional[List[str]] = None, + cp_exclusion: Optional[List[str]] = 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: Union[PathLike, str, BinaryIO, bytes], # type: ignore[type-arg] + steps: int = 5, + chunk_size: int = 512, + threshold: float = 0.20, + cp_isolation: Optional[List[str]] = None, + cp_exclusion: Optional[List[str]] = 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/.awi/lib/python3.9/site-packages/charset_normalizer/cd.py b/.awi/lib/python3.9/site-packages/charset_normalizer/cd.py new file mode 100644 index 0000000..4ea6760 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/charset_normalizer/cd.py @@ -0,0 +1,395 @@ +import importlib +from codecs import IncrementalDecoder +from collections import Counter +from functools import lru_cache +from typing import Counter as TypeCounter, Dict, List, Optional, Tuple + +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 IOError("Function not supported on multi-byte code page") + + decoder = importlib.import_module( + "encodings.{}".format(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: Optional[str] = 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: Optional[str] = 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("{} not available".format(language)) + + 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: Optional[str] = unicode_range(character) + + if character_range is None: + continue + + layer_target_range: Optional[str] = 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: Optional[str] = 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/.awi/lib/python3.9/site-packages/charset_normalizer/cli/__init__.py b/.awi/lib/python3.9/site-packages/charset_normalizer/cli/__init__.py new file mode 100644 index 0000000..d95fedf --- /dev/null +++ b/.awi/lib/python3.9/site-packages/charset_normalizer/cli/__init__.py @@ -0,0 +1,6 @@ +from .__main__ import cli_detect, query_yes_no + +__all__ = ( + "cli_detect", + "query_yes_no", +) diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer/cli/__main__.py b/.awi/lib/python3.9/site-packages/charset_normalizer/cli/__main__.py new file mode 100644 index 0000000..f4bcbaa --- /dev/null +++ b/.awi/lib/python3.9/site-packages/charset_normalizer/cli/__main__.py @@ -0,0 +1,296 @@ +import argparse +import sys +from json import dumps +from os.path import abspath, basename, dirname, join, realpath +from platform import python_version +from typing import List, Optional +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") + + +def cli_detect(argv: Optional[List[str]] = 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=argparse.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( + "-t", + "--threshold", + action="store", + default=0.2, + type=float, + dest="threshold", + help="Define a custom maximum amount of chaos allowed in decoded content. 0. <= chaos <= 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: + print("Use --replace in addition of --normalize only.", file=sys.stderr) + return 1 + + if args.force is True and args.replace is False: + print("Use --force in addition of --replace only.", file=sys.stderr) + return 1 + + if args.threshold < 0.0 or args.threshold > 1.0: + 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) + + 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, "w", encoding="utf-8") as fp: + fp.write(str(best_guess)) + except IOError 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/.awi/lib/python3.9/site-packages/charset_normalizer/cli/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/charset_normalizer/cli/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..81a791933abc3d123b8dc2d3485c68fa15882143 GIT binary patch literal 289 zcmYk1ze>bF5XO^@=yBYErLT}8nZintL$I;3u}d>-vU8Wk{S#+5O74w(rLxD=lWvZAX=#%BIm1IC0nl$r7?(~1z+Z2wx1bBZwV%r??etB zy^E~-Ico0$Ohzsz_OnyX(Q`8`ar6#a`Jut+9{%{Yy@Q}5HIp1(<%t3eqvSv_MPVzA dJ`+RA3W(b2h}cfcy1BPr&4v#7nUFJHi(j+gQM~{F literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer/cli/__pycache__/__main__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/charset_normalizer/cli/__pycache__/__main__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c4ce25a511bedaf0d58247595739d593f7b3057b GIT binary patch literal 6505 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 B8%F>D literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer/constant.py b/.awi/lib/python3.9/site-packages/charset_normalizer/constant.py new file mode 100644 index 0000000..8634904 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/charset_normalizer/constant.py @@ -0,0 +1,1995 @@ +# -*- coding: utf-8 -*- +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, compile as re_compile +from typing import Dict, List, Set, Union + +# Contain for each eligible encoding a list of/item bytes SIG/BOM +ENCODING_MARKS: Dict[str, Union[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] = { + "<", + ">", + "=", + ":", + "/", + "&", + ";", + "{", + "}", + "[", + "]", + ",", + "|", + '"', + "-", +} + + +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/.awi/lib/python3.9/site-packages/charset_normalizer/legacy.py b/.awi/lib/python3.9/site-packages/charset_normalizer/legacy.py new file mode 100644 index 0000000..43aad21 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/charset_normalizer/legacy.py @@ -0,0 +1,54 @@ +from typing import Any, Dict, Optional, Union +from warnings import warn + +from .api import from_bytes +from .constant import CHARDET_CORRESPONDENCE + + +def detect( + byte_str: bytes, should_rename_legacy: bool = False, **kwargs: Any +) -> Dict[str, Optional[Union[str, float]]]: + """ + 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 + "Expected object of type bytes or bytearray, got: " + "{0}".format(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 + + # 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/.awi/lib/python3.9/site-packages/charset_normalizer/md.cpython-39-x86_64-linux-gnu.so b/.awi/lib/python3.9/site-packages/charset_normalizer/md.cpython-39-x86_64-linux-gnu.so new file mode 100755 index 0000000000000000000000000000000000000000..3824a428ffd621958e1f1f22dfd105c58417ffd0 GIT binary patch literal 16064 zcmeHOZ)_Y_5r3D9n`<3x6Ph-Sk-Uu(DM937yCkFpH|O}@8tl{?%Bt)gEUl64ds70bGAW+gqCE^P$Ab~1XvVc@}i%3F4Wxn{Bd2fE} z-Ss&jA@QaAEbq+xX6C)w*?oI+x9@$uZ>WD$BB9Wd>ORHNLW@B%P#gxMR7M?Ex6-jy z?bNoL*Hr7dTLc1?etC=rR*4*?7bPT6=o!}IS?o;B(np`JhzJ_=;}BN%8-tauFdf-s z;Rw->O~~ zdofqfXuMIqAh@10taO}{#d681dTzyY9OX=vraa|L5K+$H*szn!SMn#Ps$RY_Hr!Jv zm-1uocp-0e^)*g**5wY|!ql0(8krlU9-U&2x#D!0Mloc#oSUJJM&^3l=_+voD`#ZR z>CL-^LOBa(M@L1`6{g0gy~#@6&84g5bUVvg<_@WWp}}K4PG`C^eGsQCbQ9e(=8pm9 zenk}5W@hIUC2^CwEY_IMn131MQRXXfC3q@=LtZ>;I^=tm?-8`60FF7wx@!SEIR91x z_!e|RbVtSrjLFo}fEB=b&Y@0O~{Z&>D%cKHP@zrr$?vdhnE`R6Qi3A?;N zvVFemMFQ;e4bL;Vcg5RI;T>Y0!n?J$*xWWxw(3=(WdE49KX``8zE%6&HT&YDC^6hh1ysgyjJ0DkS>0t_K zX_5}FHQYsZiH9*R=<-)dIgxH|dz_^PW>GSBm<@UnO14IZknIdM?X8H`Ay2oujkf z!Xf`0`6gPEM=YZJ<^R&vTJ6(BZ(OU@ST}aPR^xBD{0^C0;>@T@%(f(2w{A%-(60%* z3FCLY^W-81Z~Qos5gYj0D_qqjAsKHK;} z6TkoB_k}#(Wzq-VlMxiRI0JD8;ta$Yh%*ppAkILXfj9$k2I35SATr>ukBqE`#G1z+ zOBNvW+DmR*4e=LZen@1jTfIwUtjBB>8EX-D!e7>3^7l7x(EoF_R%ZDTeuGR6-`QT~ zFOk%+#`3$O=k>$f{$L2LxHWBuP;sLLkOmMpwIF(Y|HPWeI|ZMXfq`G%Y!ry|IkBTf zsJdZ1dONG*e@^V_6|k0(NBSD7<)=jdFOmH?rN93d!Fu-Sc!y-6ZNJb5giZ)OE%X~g z2YPxwW$mSv;QOqOc3REbVRg25cC>fg({Ak@&F3uJ^+d71qhnumw6L6{mA6oApUr?QTiF!uE~+ zev2@^em%J9hi07>v^0EDHTnAng4(2NR`Yf3TNLJL*q$B=GC#xkHidQ4Vf-Vi-hGs$ zUw5#cI&8n)pO0bu4rOP8h~bk8vvN(x^J%lX&PyRejh|1O=qZ5xD^Sv!3yoih&Z(ny^-Vz+oRT6c3kB*jML&s)1u}JE* zzLoH8^r?c+4>;Yufqf_87K{S4djtCi39q*g!xcQbui{a{>-GO6;kyFkf&GE*r_OxO zR=lb=Gcl3Qs)%f;zJ-pl7`lSEw$ zy~D$CD;0On$(Ov!oSLY(#k`Z7DHi9*B_Ns27eUivj-qj#{?YE?KBw<^FYg<1a@Ddk z>6UW5Ii&Xs$Ge9IdkCc`xzlHhsogtD5bYy@)4Lb)&=z#ZS zam@#R)B&It%};JTF0=4Qy_O-2`-VU21yIzLWTKmN2T|F?ag7Im)D@r@2l2xW^aS~H z%?KIw2dE_@MdKG(zuRCP{86WX^5+0Ij2}J!66x6g7#mSTJp;O6VC}!1_^AIZVVo1x z<^Drn9`=5{Fa7XX!B!<9=x>Q1=ycGScv1WGYY~5Z?t|`$Trl{f+s7mR_#6U7eGmI+ z{NED)P8e9i2>l{(p~xS?;(d$ECuL!Cy|p$KfBOxc7V`VrHeoMM)fgujj9AhzHL#o*#&vSie1V(6B$kK%$9= Uy6mp!-@pYpwHt=`$Eg3m0k}Z)kN^Mx literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer/md.py b/.awi/lib/python3.9/site-packages/charset_normalizer/md.py new file mode 100644 index 0000000..77897aa --- /dev/null +++ b/.awi/lib/python3.9/site-packages/charset_normalizer/md.py @@ -0,0 +1,615 @@ +from functools import lru_cache +from logging import getLogger +from typing import List, Optional + +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, +) + + +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: Optional[str] = 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: # pragma: no cover + 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: # pragma: no cover + 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: # pragma: no cover + 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: Optional[str] = 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: # pragma: no cover + 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: Optional[str] = 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: Optional[str] = unicode_range(self._last_printable_seen) + unicode_range_b: Optional[str] = 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: # pragma: no cover + self._character_count = 0 + self._suspicious_successive_range_count = 0 + self._last_printable_seen = None + + @property + def ratio(self) -> float: + if self._character_count <= 24: + 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 + + 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 + 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.34: + 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. + if ( + 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 + 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 + 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: # pragma: no cover + 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 CjkInvalidStopPlugin(MessDetectorPlugin): + """ + GB(Chinese) based encoding often render the stop incorrectly when the content does not fit and + can be easily detected. Searching for the overuse of '丅' and '丄'. + """ + + def __init__(self) -> None: + self._wrong_stop_count: int = 0 + self._cjk_character_count: int = 0 + + def eligible(self, character: str) -> bool: + return True + + def feed(self, character: str) -> None: + if character in {"丅", "丄"}: + self._wrong_stop_count += 1 + return + if is_cjk(character): + self._cjk_character_count += 1 + + def reset(self) -> None: # pragma: no cover + self._wrong_stop_count = 0 + self._cjk_character_count = 0 + + @property + def ratio(self) -> float: + if self._cjk_character_count < 16: + return 0.0 + return self._wrong_stop_count / self._cjk_character_count + + +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: Optional[str] = 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: # pragma: no cover + 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: # pragma: no cover + 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: Optional[str], unicode_range_b: Optional[str] +) -> 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: # pragma: nocover + logger.log(TRACE, f"{dt.__class__}: {dt.ratio}") + + return round(mean_mess_ratio, 3) diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer/md__mypyc.cpython-39-x86_64-linux-gnu.so b/.awi/lib/python3.9/site-packages/charset_normalizer/md__mypyc.cpython-39-x86_64-linux-gnu.so new file mode 100755 index 0000000000000000000000000000000000000000..d152fde7dc6b0ca8867b0982d8a02f666270d0a1 GIT binary patch literal 268816 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 W_LcV-5^ea8o^^` bool: + if not isinstance(other, CharsetMatch): + raise TypeError( + "__eq__ cannot be invoked on {} and {}.".format( + str(other.__class__), str(self.__class__) + ) + ) + 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 "".format(self.encoding, self.fingerprint) + + 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[Optional[str]] = [ + 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 + self._output_payload = str(self).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: Optional[List[CharsetMatch]] = None): + self._results: List[CharsetMatch] = sorted(results) if results else [] + + def __iter__(self) -> Iterator[CharsetMatch]: + yield from self._results + + def __getitem__(self, item: Union[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) -> Optional["CharsetMatch"]: + """ + Simply return the first match. Strict equivalent to matches[0]. + """ + if not self._results: + return None + return self._results[0] + + def first(self) -> Optional["CharsetMatch"]: + """ + 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: Optional[str], + encoding_aliases: List[str], + alternative_encodings: List[str], + language: str, + alphabets: List[str], + has_sig_or_bom: bool, + chaos: float, + coherence: float, + unicode_path: Optional[str], + is_preferred: bool, + ): + self.path: str = path + self.unicode_path: Optional[str] = unicode_path + self.encoding: Optional[str] = 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/.awi/lib/python3.9/site-packages/charset_normalizer/py.typed b/.awi/lib/python3.9/site-packages/charset_normalizer/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/charset_normalizer/utils.py b/.awi/lib/python3.9/site-packages/charset_normalizer/utils.py new file mode 100644 index 0000000..e5cbbf4 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/charset_normalizer/utils.py @@ -0,0 +1,421 @@ +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, List, Optional, Set, Tuple, Union + +from _multibytecodec import MultibyteIncrementalDecoder + +from .constant import ( + ENCODING_MARKS, + IANA_SUPPORTED_SIMILAR, + RE_POSSIBLE_ENCODING_INDICATION, + UNICODE_RANGES_COMBINED, + UNICODE_SECONDARY_RANGE_KEYWORD, + UTF8_MAXIMAL_ALLOCATION, +) + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_accentuated(character: str) -> bool: + try: + description: str = unicodedata.name(character) + except ValueError: + 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) -> Optional[str]: + """ + 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: + 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: Optional[str] = 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: Optional[str] = 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: Optional[str] = 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: + 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: + 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: + 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: + 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: + 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: + 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: + return False + + return "ARABIC" in character_name and "ISOLATED FORM" in character_name + + +@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) -> Optional[str]: + """ + 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("encodings.{}".format(name)).IncrementalDecoder, + MultibyteIncrementalDecoder, + ) + + +def identify_sig_or_bom(sequence: bytes) -> Tuple[Optional[str], bytes]: + """ + Identify and extract SIG/BOM in given sequence. + """ + + for iana_encoding in ENCODING_MARKS: + marks: Union[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: + 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("Unable to retrieve IANA for '{}'".format(cp_name)) + + return cp_name + + +def range_scan(decoded_sequence: str) -> List[str]: + ranges: Set[str] = set() + + for character in decoded_sequence: + character_range: Optional[str] = unicode_range(character) + + if character_range is None: + continue + + ranges.add(character_range) + + return list(ranges) + + +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( + "encodings.{}".format(iana_name_a) + ).IncrementalDecoder + decoder_b = importlib.import_module( + "encodings.{}".format(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: Optional[str] = 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/.awi/lib/python3.9/site-packages/charset_normalizer/version.py b/.awi/lib/python3.9/site-packages/charset_normalizer/version.py new file mode 100644 index 0000000..5a4da4f --- /dev/null +++ b/.awi/lib/python3.9/site-packages/charset_normalizer/version.py @@ -0,0 +1,6 @@ +""" +Expose version +""" + +__version__ = "3.3.2" +VERSION = __version__.split(".") diff --git a/.awi/lib/python3.9/site-packages/distutils-precedence.pth b/.awi/lib/python3.9/site-packages/distutils-precedence.pth new file mode 100644 index 0000000..6de4198 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/distutils-precedence.pth @@ -0,0 +1 @@ +import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'stdlib') == 'local'; enabled and __import__('_distutils_hack').add_shim(); diff --git a/.awi/lib/python3.9/site-packages/idna-3.7.dist-info/INSTALLER b/.awi/lib/python3.9/site-packages/idna-3.7.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/.awi/lib/python3.9/site-packages/idna-3.7.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.awi/lib/python3.9/site-packages/idna-3.7.dist-info/LICENSE.md b/.awi/lib/python3.9/site-packages/idna-3.7.dist-info/LICENSE.md new file mode 100644 index 0000000..19b6b45 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/idna-3.7.dist-info/LICENSE.md @@ -0,0 +1,31 @@ +BSD 3-Clause License + +Copyright (c) 2013-2024, 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/.awi/lib/python3.9/site-packages/idna-3.7.dist-info/METADATA b/.awi/lib/python3.9/site-packages/idna-3.7.dist-info/METADATA new file mode 100644 index 0000000..b28f6ec --- /dev/null +++ b/.awi/lib/python3.9/site-packages/idna-3.7.dist-info/METADATA @@ -0,0 +1,243 @@ +Metadata-Version: 2.1 +Name: idna +Version: 3.7 +Summary: Internationalized Domain Names in Applications (IDNA) +Author-email: Kim Davies +Requires-Python: >=3.5 +Description-Content-Type: text/x-rst +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Intended Audience :: System Administrators +Classifier: License :: OSI Approved :: BSD License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +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 +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 + +Internationalized Domain Names in Applications (IDNA) +===================================================== + +Support for the Internationalized Domain Names in +Applications (IDNA) protocol as specified in `RFC 5891 +`_. This is the latest version of +the protocol and is sometimes referred to as “IDNA 2008”. + +This library also provides support for Unicode Technical +Standard 46, `Unicode IDNA Compatibility Processing +`_. + +This acts as a suitable replacement for the “encodings.idna” +module that comes with the Python standard library, but which +only supports the older superseded IDNA specification (`RFC 3490 +`_). + +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: + +.. 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 A-labels or U-labels +respectively. + +.. code-block:: pycon + + >>> import idna + >>> idna.encode('ドメイン.テスト') + b'xn--eckwd4c7c.xn--zckzah' + >>> print(idna.decode('xn--eckwd4c7c.xn--zckzah')) + ドメイン.テスト + +You may use the codec encoding and decoding methods using the +``idna.codec`` module: + +.. code-block:: pycon + + >>> import idna.codec + >>> print('домен.испытание'.encode('idna2008')) + b'xn--d1acufc.xn--80akhbyknj4f' + >>> print(b'xn--d1acufc.xn--80akhbyknj4f'.decode('idna2008')) + домен.испытание + +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) ++++++++++++++++++++++++++++++++ + +As described in `RFC 5895 `_, the +IDNA specification does not normalize input from different potential +ways a user may input a domain name. This functionality, known as +a “mapping”, is considered by the specification to be a local +user-interface issue distinct from IDNA conversion functionality. + +This library provides one such mapping that was developed by the +Unicode Consortium. Known as `Unicode IDNA Compatibility Processing +`_, it provides for both a regular +mapping for typical applications, as well as a transitional mapping to +help migrate from older IDNA 2003 applications. + +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 + +Transitional processing provides conversions to help transition from +the older 2003 standard to the current standard. For example, in the +original IDNA specification, the *LATIN SMALL LETTER SHARP S* (ß) was +converted into two *LATIN SMALL LETTER S* (ss), whereas in the current +IDNA specification this conversion is not performed. + +.. code-block:: pycon + + >>> idna.encode('Königsgäßchen', uts46=True, transitional=True) + 'xn--knigsgsschen-lcb0w' + +Implementers should use transitional processing with caution, only in +rare cases where conversion from legacy labels to current labels must be +performed (i.e. IDNA implementations that pre-date 2008). For typical +applications that just need to convert labels, transitional processing +is unlikely to be beneficial and could produce unexpected incompatible +results. + +``encodings.idna`` Compatibility +++++++++++++++++++++++++++++++++ + +Function calls from the Python built-in ``encodings.idna`` module are +mapped to their IDNA 2008 equivalents using the ``idna.compat`` module. +Simply substitute the ``import`` clause in your code to refer to the new +module name. + +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 positional context (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. These tables are +computed 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.5 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. + Removing support for older versions should be well justified in that the + maintenance burden has become too high. + +* **Python 2**. Python 2 is supported by version 2.x of this library. + While active development of the version 2.x series has ended, notable + issues being corrected may be backported to 2.x. Use "idna<3" in your + requirements file if you need this library for a Python 2 application. + +* **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. + diff --git a/.awi/lib/python3.9/site-packages/idna-3.7.dist-info/RECORD b/.awi/lib/python3.9/site-packages/idna-3.7.dist-info/RECORD new file mode 100644 index 0000000..aed98ba --- /dev/null +++ b/.awi/lib/python3.9/site-packages/idna-3.7.dist-info/RECORD @@ -0,0 +1,22 @@ +idna-3.7.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +idna-3.7.dist-info/LICENSE.md,sha256=pZ8LDvNjWHQQmkRhykT_enDVBpboFHZ7-vch1Mmw2w8,1541 +idna-3.7.dist-info/METADATA,sha256=OixCk-dKLZkPy-MfviOmiPvwJ1O2K_8rqCrFjC_uxy4,9888 +idna-3.7.dist-info/RECORD,, +idna-3.7.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81 +idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849 +idna/__pycache__/__init__.cpython-39.pyc,, +idna/__pycache__/codec.cpython-39.pyc,, +idna/__pycache__/compat.cpython-39.pyc,, +idna/__pycache__/core.cpython-39.pyc,, +idna/__pycache__/idnadata.cpython-39.pyc,, +idna/__pycache__/intranges.cpython-39.pyc,, +idna/__pycache__/package_data.cpython-39.pyc,, +idna/__pycache__/uts46data.cpython-39.pyc,, +idna/codec.py,sha256=PS6m-XmdST7Wj7J7ulRMakPDt5EBJyYrT3CPtjh-7t4,3426 +idna/compat.py,sha256=0_sOEUMT4CVw9doD3vyRhX80X19PwqFoUBs7gWsFME4,321 +idna/core.py,sha256=lyhpoe2vulEaB_65xhXmoKgO-xUqFDvcwxu5hpNNO4E,12663 +idna/idnadata.py,sha256=dqRwytzkjIHMBa2R1lYvHDwACenZPt8eGVu1Y8UBE-E,78320 +idna/intranges.py,sha256=YBr4fRYuWH7kTKS2tXlFjM24ZF1Pdvcir-aywniInqg,1881 +idna/package_data.py,sha256=Tkt0KnIeyIlnHddOaz9WSkkislNgokJAuE-p5GorMqo,21 +idna/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +idna/uts46data.py,sha256=1KuksWqLuccPXm2uyRVkhfiFLNIhM_H2m4azCcnOqEU,206503 diff --git a/.awi/lib/python3.9/site-packages/idna-3.7.dist-info/WHEEL b/.awi/lib/python3.9/site-packages/idna-3.7.dist-info/WHEEL new file mode 100644 index 0000000..3b5e64b --- /dev/null +++ b/.awi/lib/python3.9/site-packages/idna-3.7.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: flit 3.9.0 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/.awi/lib/python3.9/site-packages/idna/__init__.py b/.awi/lib/python3.9/site-packages/idna/__init__.py new file mode 100644 index 0000000..a40eeaf --- /dev/null +++ b/.awi/lib/python3.9/site-packages/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/.awi/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/idna/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b77ba3811bfb185ea0965aa8e4d108d7373a975e GIT binary patch literal 849 zcmbu7&5qMB5XX~#q)n6bd%K7?=%LMl6%rCcz=FhHRv>P^SWe<5X8jR4ZlOF5H(tqC zPP_sqJjn{7J#fKNewqI`nHhVAB+0~c>udJz@S*Q{KS2DwdQQA_Ph%Vkukg7ieB}FJ z_jphAQC|$uKn&4P1Sk+AG!kPp79k471WiPQA`zolBq$M6G!-*66LT~d3$zeRv=l3} z5^J<>a>)Qz96V(k<665XCCO2+I@WS5#tkXE&XL zNoE+~I9DQLl4=`u{w_k;33V2O1oxydH@�>B6`2800Uyp8}d zAOTDP7l0XH4p;z|fE8fvaJzkE0d~l*$xZtyy+7Zg85k=Hy&zb(F>Kp!BXjn@Y)aPd>Ahvn=iO sll`-_VTSJRPuQfakR-(zMgZe|eYWH0LKR0&U%+rSaJ#YpejWFI0|yuAb^rhX literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/idna/__pycache__/codec.cpython-39.pyc b/.awi/lib/python3.9/site-packages/idna/__pycache__/codec.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6fba3bad08260823d08d2bf440bdf4ab5e0a6e83 GIT binary patch literal 3317 zcmcJR&2JM&6u@`(+m7P|CnSVY2o$w7ZEQ+E0IAT>fLbo8RQjc@kh}JblMU;&dAkNB zT}y~?ZBIRNNRGMn4`^>a_Ai(#Cr%tVl}r2HtQ|Wah^kW8+P5?Bjc4Y~{N9`K$H(&; zJ{$GVoAq%`dqS1b$HK}YzVV+ZxW-wiwV20Rx~I1c&uE#R*|I!~X#x&t<6}Yv{yz$R8Zgc06#vNg=6*mp9h#HsYP?JN=1ZpNxljmco z8AHtx)Ra(D;Nz$n7e&-fZJOQ`>WX{5=Kp3VZ9A znB8VLSL2peo_fmArLrY$5jEOeNSll7>xX__gwpP2-`vgX%hzrIwBafKL0c{x(zq6_ zOY5s{Clu2CqLT#e$Pc>(w0>WC^5EgK-+q4f`}XYyH6ML!tSsUiUq>M{k8#b@xho9( znZgowQ^zUmj}2~c^O1#%m_seuj1il~ZM3=EK_~LkTEe+Eq#Y*^G!mSf$^FDfr)a{l zv_T|Yh#CftIC!XR;=6=zTtSiQoZT^CCc(kCSgLQcP4ImY;x56(bbU z4$e3hVH1!(4T>msG?>NDiyx}1?Utx^z`rL%R9$LE=wiJ~iyc=xp})QY?QX;uu*ZeY zda~M%sull!Pz{56HLJg0xm=BdL@adt#vOk}#MOXDewB8)QR%F!Nf7?AiUH=bqHZ!% z-zcaxtz=yMA4><5T^n#55Ov=W&(MkTURvzN>`BY3&Y)CLVcIqBAF zk>3)vn#|W~tv2t5R4&wNce{Srw-`teyXV>E{%uqbxF1q49K}6*Y*O;TP<6S9m|3!PGircni74^I8!AX)#~gwp zt!9962NT$9gJv*zXgeu!DZqcl!m9w^Lb$hC&*Wy$N=^7CHMup1Vajc)bL)y0l~N;C z`YRf>Aj^u@!z9*oQuDfY`&`dW?JYC0Qg;*kVp{6JgVf>fMGadxiA{Pc->q|d%Sr8R zmRhq~FQ;r)W=pZALM)esnBoMEpa)Pw@$_$eo>SVYsGtIs!CVztiXJ&x>qY_bUE}Q} zu7QwN+zEq3+J2`aA`Y}n3NLA{wS%afhZ)lB1|PhERcWit7t2Bden9a|-BB)yyJ3Ry z8f;+4s*P93lr_c7K3rw7R_`{O0%}<(y^ejy=TT_8v6g2TaadEYZc~k7knEW>imbpk zP9G$pvbXQ$at>a@p5X)u8VOFKkY>Hz4i(pMij?ytsw55r`ZOA-gP6E?8BqOSL4J-$E*nwy(?k0s`o)#uq#Jg*_cHuC%((n>tr zeV&zG@w`SB#k0GIXFG95c>V=>&h>eAcX__Yovqv+p51gm&-qcF=g=!@`Eer%;5e4y zEGgJ1)Ar2o7{g7OJaq-PnkjHSbghI7>D9TM-7SRg@1pO^3R zOWAKo1ZB4&y;)klin{m%6r=R!^;Z(CA0W8D`MU%U()Iy@DYs@mQ`BS>&r|6`62s{Z zGxB?AxPtEhV5%Pgn9{}~HKJpDkdHaToU6;itptSM`WEoqgykJ$e^4DZ=ttO%PyO|y zhU))i&@YA0aZtF3|3B2bOK1=y15q94Y|;^y9RuXr;Gr@dXiNCUwCyS0U-6z(;2Pd) zv^AFE-DXo;GnB;CognUs%k`h=YGo{YE?pNcoIii5?7(IG|L`=FrC@k8WyuZp=&~&Z zSwOCEIq$3G9Mn*QewK66R#%Z&=G2AbW`tK6IzWfxs00MGi9m}A%3+pGX1EiI)`?j7 z&{(ZCyHSJgNCCEwDY+A_lu~tO<4@0if59SJ%5&0ev_Xsvs167fQgmtqK`(VYN9<(1 zg9ia9BxzNFPFd+R+O19yiYzE;^78nnD(4G+FlQ@w4sFm6iG8kS?0-U|EmGGmh?O8l mFb|_cx*um(o2#_(%JmcIy33~Zyk43voi3f7HmA**@qYl&{JY2i literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/idna/__pycache__/compat.cpython-39.pyc b/.awi/lib/python3.9/site-packages/idna/__pycache__/compat.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..01c7ed110987ddf671e48a521e67cbe81dc8801f GIT binary patch literal 768 zcma)4&5jc>3{K{+({?MW>9f%--bQ?US%<;Y>Q@Za$D7&&p@A~qB;-2g- z*=TT2{n>~+{_LI{HVRxgRjrFZs!}V8;!13watVUnqbmICvv@xsospW9jAh^09bd8o zUr@yaRG}ptI3|=kFznOuTjV#ohP*-X1wiF9tt^(Cy`^p@Zz|F5Q16u-Z#9ma*4}89 zPsG2fxo#~zml$T$wj{vUYs zlX&grV{HJD6kn-MEjX&_Ugh6bU@8q`)7x*~Xw7uwG2rh*!j1^FIPE zJ%8^Pa0Yux{;2PwLL<1?k5ahAwoR#a82KWeJr^2_F5a{j%#lLZ^}aw9E&6fMmwC|7 ccfcb>>6=>1eFbm*Ut&CoDNp$@7=};6KmIGKvH$=8 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc b/.awi/lib/python3.9/site-packages/idna/__pycache__/core.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b6d94e0c4006ae49ddf056d7dfd0c0c28250d0f9 GIT binary patch literal 9698 zcmbVSU5p$>e($g8`Pi@VuDxEHuLjJ=fY)oVF<`)Fd+jym%$VTC92;Qho$B3fcD84> zy2thoGdaYP(@BXg9CsoKanL$CMMoa)ArA>6mpqsSA;vO6@C)9`D|KfQ4IAx-;?h2CEVh2wa_aYNIDCiIH7 zqR;8NCJbR#j5$NS%{f!OtvL&CtCCu==j@gATpH~(k*Z`?vU6GF?YW#t&kcCi#-PYt z)8~fHXd)|eZ)+mw4X>MXBPb7uL6ir*5tQ>N4~b!vhgEq8$|E9=a$c23y)kc0?6_)( zQ8D(mHMi5-g}-sJ^QtL!iE-5IMtMT)MvDot2jxBJu}hWrid#_L>)GCfw`;-JqoLoe zXm^{q9rd^L*5k_^py-G@@#R)=l4GFmZq)4)_q?5&yG@PC-uH_8(B}4T`F>GA`3{U} zD(Vl22T^wLeGC-#gTkaZfSNnSbW(@fsjHSaC>{dcyD$sP-@ALk+@rNAJS+~O{XW(! ziigD`DBsiD5~Fc0N5rG}a<4drwwNz!9|z^5;t5c`Pn_P?gWvf#A)dTyi>Jgfw7Fl* z+@#Ge@vW;Vaa^20i-IsOXoWMIIuKIOr*AF(c1ek^7N-#NDA4KN24}A9KTfhGK4}Sf(*Ip^3yzR%)j^hdQ zNIY#$7aDM=6N8wI8E4O)DxNqkWmPsFbxyjW=Xh7jo|=KPP?e5bsW@yh=>_Gg@PkE1 zdKEYFgj18%`HHs^I>isII8!PG?uu6`#ko>xr7G$b<_Alq)w)}0e@T~0qFOGMKGfte zCZm!sN>fYK6>q90-AkSqOig2z(x0!B1L0Jy;;t>qYCRB>n9F2sEn2DuQwQA3{#3=E zpGwMy4m>^;`jIzTbIZ#vST#k?PL-?DJ5XDbJe1^;;#o$wbXD_>`7}f(ob-jC@aie& zbeBz+m%PB4$0zBPlbr*PR_iFPctI38uJoLs8abgG`Qd^O))ggpaf=H{ZiIE*rXAa+ z%bIUI-Tc|$l3Ve`bX9n@Dp1ro)<0v{5q^m6tzO2Au+w!wu2LfzT< znbRHLHf7d)<0&G^Xc6W=E+XAA6!sV+kpDLMot^WI8&anESaZ3S1QITZhi}mW@bOsW3%D~SS$J1 zzt&N8VoGYL5}GYWOE7A*kUOU7gOrr}kpmdmJ0650@+-g{g!orLqB}M2Y6OO?1MG5G z=m9JrOmTwK6BaflRowg%Z8rZ0$;_-Q-~~jeS&|+7QyojD8bUQ-{A8|=qFsBgJ2_V# z!B8=B@I2FX=dKhL!+5$WrERWrkPqcSqnOO&S3Q?Xu0E(j=BS= z8{I~GOi?&S>Z%>7|Af?0N`vYgdhAr|03QmwiZhZ2Ce|7cb);R7uJofdiaZ5F=Z%)* zMoz5?eGUTvMOY~M^RaQ_9G>E=l9>R?A&`@YNmD=9cxuL%VbrS-dZ?|`@oCC(qCMPCZpTIjoQKP_>PRr`GYS6G50u=qfDM)@+1?E^#5B87s17-Rkc@RYz^5sc#gu$@d6P#m;GqT z@hcT?5!2pc()Qgb*m2fN)&~8z3locnwwY7PD3bT^gC)J1EMyZ=L2(u5*ff!1vFVE| ziR#LBhlouXRpP-!f?!hAoC6qb-jgLVvR~HZ6461b63wvmQ9Y+;jGfSvHXh5Q z#$?VmM)6gBH*5o16pw0QFXhCBnBH)xcuMR6Ct(xQO)fG)iTaR7(L zfWWvtf+ML8Rw6{zd5HCAJ3OEF7X6^jb>L=;@olxgWo67lQYuboXz(poWnw7H2QhR% zN5&J5!03p4x6(EuJb498+X8qTE0fRMY)vLAm7pc)xE^8rF5E{YP$wcN1Fi=3Db(4^ zMtCq0nas<_@I9ken}rz36*sA0Hp!)iF*(^doZxK94SNmQrL`K&adkQlN#VGGa1H~5 z9g(6q_JuyVc^$t-At9lJgtE{hS4NZzz)6B#*GUM@781YVrVJWM7?iXuRhNGUQ*7H+ zd2nWe+&PcBuio)QVQyfjVMRb~K%h=wua$}s8dh&o{>)4_?&+B^#2Um)k@iK!Z@{^L z#GFCNneJ?EHfVqJl+$z5$+uNyuu%RUr%m>1dR~{$3X?9&-FrfH;EUcEPYpd_C7L&AThJPkfz2ofG zqBIq`Qu)vQpCf&``qAn~YNQzn=o|1fdR#VQwayq_V~?t zz%L0GI72+#@xh`$=-@E&1S$PFJ0pw8$NH=iwy}OnsStk%tqK`=8{5%(k9U_Y`O;l+ z`_270r9ugbAwKjvyh2)2N}0swq8CZpyahXvtrtisQ?8XDIO|?)RF`Ajj|Y2u^~;Ij zM8+~u0k`e--vfp4I1(6>Mh;SOLbo6(cjAx6C5<*nL&{D(K0QIwWPivtTI)$qn1bQY zKp_VT|Bzrs{<71WXGIM3v>sHL8gFViAxBzP(-K4I_phrldRSt39cM1gsr*P!KEH0r z7(qp#Yc=M$Vn@?d98e~n7+vOjNv-~fqP@Rmi7~7h61v;&qS&e09Z~IU1}QHP`9~BV z#(F5e*>3r9AH^Mg6o1+t`TKnozu)03%*V~Y#+GiKgUt$xvon4jyB?>`NY7jLKgX{7 z|A{2FpZ4aZciI1M_ycUAeYXBLapq|ph($MWH{9hm)(o%~o-4q+#5>b2XZZ%M{tC_pouXV58VHhkplL>fuMY{zU_;hc&#j*8)RI zcP+MsN4r|d?nKE`aVv8}S!D7Uiwe;Ix0VS19bHpA2?TkelChFuFJ))Tdzm}VgwT^a zn9ykL6~oC9P=}%K91OJGZ!-H==oRuXX$UaoAo?lZ@u%RQ$AQSB*49U_vnHoIhGWQ8 zwB81HT7F%)3ltjncS1ZZid+~IfH8#nx*qO>_t_4#y$D5W;Rvi9)iwUTqy@%7E%D&d z-cC$_-5O{leP7$^n;2awH!S;pV>mIpqH5KtRD(sRTiWQcU9YG>4dWz=`SB=X_+;*B zM$40coLWshTyj<0QcZdb{uQ|oT|P`g9`Qi(MeS|BNU@V{*U>!Oi$sHp9Z7yh-5A!y~ z){9!O7xNih`$e*I=m(SUEq(hAHfbnjic(^2jYpn!D-5Q{1^iGLC_x0r9TyAArjpN+z+LTbPS+o}!3~givf)T42+;0O7?RXUa)n92gy@hF z6G9pBJOtTgoWm)WQAnp)*7;HC7~)!1*=(=_9$v@DORV31uw;n3QAqoch~t4W@Zd-R z0@N!x946RL^i^3hlCShsRnOUi1$j|j!8H=+A`X=#?rB05+6$79i`$Mm_F7Z}7>bY5 zHTy6+y*ONLYP5TW3YE3>#+T3=sg{kyWJ7PH8y`2#W*Qr>$;X;$2D%tVLQQJHxMm2Q zwoNP3%+SAWWf4xw0ThH1ZK(kD&=9R$Gs|FE_#WQ0kltz8P(cI%%b7|A@Td;%(;phr&i7)I?7e6CL;dtG~rhhYNXLx62< zXB&QLF}#t9vQ2;xfiWFAEw`o9UPAkWc%lJZ)s7%&$mn;zaq@X@a>cDB7ZRQDzVb|Y zMUezE9k+~&Ds`_GRh<`RFC0F?i?y;BLg+6ZP`UKE{N@UKg4ZSJdnH*Q(Z{x|2TIx5Z)Da zm5_*i#$9^!0iy=;w@7qAHkofRq06hri0x`Us?{T@40Vgw8gY)Yu%xb`;*45}tX__7 zoQ9|##sdiHRNS(X3q$B|W0>Z@fKk+yXU5vYZ9uhkR3gs+##1!Za5$`Wv&BP|TGU!L0Q)jz zbV@J|oepx5y@BX6^Ubu3c#sz91~;L#aNrO~Ni*IoQmA{E`KRD$AoiSwNw*Kt8IerlX8`-9k#sqsag*E*P+77CbD0zq4 zlJ`uwRIOKVBg{J`w{v^dK{#+tyf4%Pbvx=v7e$FWM5tVcO0V7Wz)Y+kQ2730FtOGW zS*1ku>=$hdPD%F9$^Op)2<<>)q7Y`oeCfi|T|W81COpaEiwPOrLOK;Y3qKlu)mA2QhjKkqGgSs2zUQEaPOhKb|Q zC&Q^5&J)Xw&1yhlM@kdJj3nX>pMX*u>K!GTOG%xD*8GD!CzV3#rqfXvrGwDlw28pKoRLqp|I(vo-ppGQ_FjAE6L~wI W$)`rA#vj;wOMYzcZR5_qJO3A1e9XN7 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc b/.awi/lib/python3.9/site-packages/idna/__pycache__/idnadata.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8667cd2a25d14770d439813342c62ccd130a90de GIT binary patch literal 42094 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 bZ;lH!$@P6ItcnUToNMzXv3m9MU^)C7hjIO- literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc b/.awi/lib/python3.9/site-packages/idna/__pycache__/package_data.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6d7d55a79994a4dd0b2137f3261648c2426ae91a GIT binary patch literal 213 zcmYk0u?oU47=+Wh6vfep=+OQ{2N6UB7bh1tm+;r5HP|L0Nh|Fe`AS`V1UDyBb@1Ts z_~3@a`Fu*e`g~t3d_P9`SKwjmZ6hCyoCph!Bo6yYmM#x*Fw7`zxv@e?O7Fyke)Wl0 z2^Up!&<0!1CG3=RM&yn2OAETft~9EVEGd*pbmuNgLW(y5mB``CS-Ju%98WZ!uUK*m Zf=PrQQHBmv-3`&YR;;P`X1x0JCU1N@I|l#& literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/idna/__pycache__/uts46data.cpython-39.pyc b/.awi/lib/python3.9/site-packages/idna/__pycache__/uts46data.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b665231883e8b0c6ec6dd2093fd26bad440c8c06 GIT binary patch literal 153186 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

C_}U04{rOC8)i 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/idna/codec.py b/.awi/lib/python3.9/site-packages/idna/codec.py new file mode 100644 index 0000000..c855a4d --- /dev/null +++ b/.awi/lib/python3.9/site-packages/idna/codec.py @@ -0,0 +1,118 @@ +from .core import encode, decode, alabel, ulabel, IDNAError +import codecs +import re +from typing import Any, 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[bytes, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return b'', 0 + + labels = _unicode_dots_re.split(data) + trailing_dot = b'' + if labels: + if not labels[-1]: + trailing_dot = b'.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = b'.' + + result = [] + size = 0 + for label in labels: + result.append(alabel(label)) + if size: + size += 1 + size += len(label) + + # Join with U+002E + result_bytes = b'.'.join(result) + trailing_dot + size += len(trailing_dot) + return result_bytes, size + +class IncrementalDecoder(codecs.BufferedIncrementalDecoder): + def _buffer_decode(self, data: Any, errors: str, final: bool) -> Tuple[str, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return ('', 0) + + if not isinstance(data, str): + data = str(data, 'ascii') + + labels = _unicode_dots_re.split(data) + trailing_dot = '' + if labels: + if not labels[-1]: + trailing_dot = '.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = '.' + + result = [] + size = 0 + for label in labels: + result.append(ulabel(label)) + if size: + size += 1 + size += len(label) + + result_str = '.'.join(result) + trailing_dot + size += len(trailing_dot) + return (result_str, size) + + +class StreamWriter(Codec, codecs.StreamWriter): + pass + + +class StreamReader(Codec, codecs.StreamReader): + pass + + +def search_function(name: str) -> Optional[codecs.CodecInfo]: + if name != 'idna2008': + return None + return codecs.CodecInfo( + name=name, + encode=Codec().encode, + decode=Codec().decode, + incrementalencoder=IncrementalEncoder, + incrementaldecoder=IncrementalDecoder, + streamwriter=StreamWriter, + streamreader=StreamReader, + ) + +codecs.register(search_function) diff --git a/.awi/lib/python3.9/site-packages/idna/compat.py b/.awi/lib/python3.9/site-packages/idna/compat.py new file mode 100644 index 0000000..786e6bd --- /dev/null +++ b/.awi/lib/python3.9/site-packages/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/.awi/lib/python3.9/site-packages/idna/core.py b/.awi/lib/python3.9/site-packages/idna/core.py new file mode 100644 index 0000000..0dae61a --- /dev/null +++ b/.awi/lib/python3.9/site-packages/idna/core.py @@ -0,0 +1,395 @@ +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 + + check_label(label) + label_bytes = _alabel_prefix + _punycode(label) + + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + + return label_bytes + + +def ulabel(label: Union[str, bytes, bytearray]) -> str: + if not isinstance(label, (bytes, bytearray)): + try: + label_bytes = label.encode('ascii') + except UnicodeEncodeError: + check_label(label) + return label + else: + label_bytes = label + + label_bytes = label_bytes.lower() + if label_bytes.startswith(_alabel_prefix): + label_bytes = label_bytes[len(_alabel_prefix):] + if not label_bytes: + raise IDNAError('Malformed A-label, no Punycode eligible content found') + if label_bytes.decode('ascii')[-1] == '-': + raise IDNAError('A-label must not end with a hyphen') + else: + check_label(label_bytes) + return label_bytes.decode('ascii') + + try: + label = label_bytes.decode('punycode') + except UnicodeError: + raise IDNAError('Invalid A-label') + check_label(label) + return label + + +def uts46_remap(domain: str, std3_rules: bool = True, transitional: bool = False) -> str: + """Re-map the characters in the string according to UTS46 processing.""" + from .uts46data import uts46data + output = '' + + for pos, char in enumerate(domain): + code_point = ord(char) + try: + uts46row = uts46data[code_point if code_point < 256 else + bisect.bisect_left(uts46data, (code_point, 'Z')) - 1] + status = uts46row[1] + replacement = None # type: Optional[str] + 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/.awi/lib/python3.9/site-packages/idna/idnadata.py b/.awi/lib/python3.9/site-packages/idna/idnadata.py new file mode 100644 index 0000000..c61dcf9 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/idna/idnadata.py @@ -0,0 +1,4245 @@ +# This file is automatically generated by tools/idna-data + +__version__ = '15.1.0' +scripts = { + 'Greek': ( + 0x37000000374, + 0x37500000378, + 0x37a0000037e, + 0x37f00000380, + 0x38400000385, + 0x38600000387, + 0x3880000038b, + 0x38c0000038d, + 0x38e000003a2, + 0x3a3000003e2, + 0x3f000000400, + 0x1d2600001d2b, + 0x1d5d00001d62, + 0x1d6600001d6b, + 0x1dbf00001dc0, + 0x1f0000001f16, + 0x1f1800001f1e, + 0x1f2000001f46, + 0x1f4800001f4e, + 0x1f5000001f58, + 0x1f5900001f5a, + 0x1f5b00001f5c, + 0x1f5d00001f5e, + 0x1f5f00001f7e, + 0x1f8000001fb5, + 0x1fb600001fc5, + 0x1fc600001fd4, + 0x1fd600001fdc, + 0x1fdd00001ff0, + 0x1ff200001ff5, + 0x1ff600001fff, + 0x212600002127, + 0xab650000ab66, + 0x101400001018f, + 0x101a0000101a1, + 0x1d2000001d246, + ), + 'Han': ( + 0x2e8000002e9a, + 0x2e9b00002ef4, + 0x2f0000002fd6, + 0x300500003006, + 0x300700003008, + 0x30210000302a, + 0x30380000303c, + 0x340000004dc0, + 0x4e000000a000, + 0xf9000000fa6e, + 0xfa700000fada, + 0x16fe200016fe4, + 0x16ff000016ff2, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x2ebf00002ee5e, + 0x2f8000002fa1e, + 0x300000003134b, + 0x31350000323b0, + ), + 'Hebrew': ( + 0x591000005c8, + 0x5d0000005eb, + 0x5ef000005f5, + 0xfb1d0000fb37, + 0xfb380000fb3d, + 0xfb3e0000fb3f, + 0xfb400000fb42, + 0xfb430000fb45, + 0xfb460000fb50, + ), + 'Hiragana': ( + 0x304100003097, + 0x309d000030a0, + 0x1b0010001b120, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1f2000001f201, + ), + 'Katakana': ( + 0x30a1000030fb, + 0x30fd00003100, + 0x31f000003200, + 0x32d0000032ff, + 0x330000003358, + 0xff660000ff70, + 0xff710000ff9e, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b001, + 0x1b1200001b123, + 0x1b1550001b156, + 0x1b1640001b168, + ), +} +joining_types = { + 0xad: 84, + 0x300: 84, + 0x301: 84, + 0x302: 84, + 0x303: 84, + 0x304: 84, + 0x305: 84, + 0x306: 84, + 0x307: 84, + 0x308: 84, + 0x309: 84, + 0x30a: 84, + 0x30b: 84, + 0x30c: 84, + 0x30d: 84, + 0x30e: 84, + 0x30f: 84, + 0x310: 84, + 0x311: 84, + 0x312: 84, + 0x313: 84, + 0x314: 84, + 0x315: 84, + 0x316: 84, + 0x317: 84, + 0x318: 84, + 0x319: 84, + 0x31a: 84, + 0x31b: 84, + 0x31c: 84, + 0x31d: 84, + 0x31e: 84, + 0x31f: 84, + 0x320: 84, + 0x321: 84, + 0x322: 84, + 0x323: 84, + 0x324: 84, + 0x325: 84, + 0x326: 84, + 0x327: 84, + 0x328: 84, + 0x329: 84, + 0x32a: 84, + 0x32b: 84, + 0x32c: 84, + 0x32d: 84, + 0x32e: 84, + 0x32f: 84, + 0x330: 84, + 0x331: 84, + 0x332: 84, + 0x333: 84, + 0x334: 84, + 0x335: 84, + 0x336: 84, + 0x337: 84, + 0x338: 84, + 0x339: 84, + 0x33a: 84, + 0x33b: 84, + 0x33c: 84, + 0x33d: 84, + 0x33e: 84, + 0x33f: 84, + 0x340: 84, + 0x341: 84, + 0x342: 84, + 0x343: 84, + 0x344: 84, + 0x345: 84, + 0x346: 84, + 0x347: 84, + 0x348: 84, + 0x349: 84, + 0x34a: 84, + 0x34b: 84, + 0x34c: 84, + 0x34d: 84, + 0x34e: 84, + 0x34f: 84, + 0x350: 84, + 0x351: 84, + 0x352: 84, + 0x353: 84, + 0x354: 84, + 0x355: 84, + 0x356: 84, + 0x357: 84, + 0x358: 84, + 0x359: 84, + 0x35a: 84, + 0x35b: 84, + 0x35c: 84, + 0x35d: 84, + 0x35e: 84, + 0x35f: 84, + 0x360: 84, + 0x361: 84, + 0x362: 84, + 0x363: 84, + 0x364: 84, + 0x365: 84, + 0x366: 84, + 0x367: 84, + 0x368: 84, + 0x369: 84, + 0x36a: 84, + 0x36b: 84, + 0x36c: 84, + 0x36d: 84, + 0x36e: 84, + 0x36f: 84, + 0x483: 84, + 0x484: 84, + 0x485: 84, + 0x486: 84, + 0x487: 84, + 0x488: 84, + 0x489: 84, + 0x591: 84, + 0x592: 84, + 0x593: 84, + 0x594: 84, + 0x595: 84, + 0x596: 84, + 0x597: 84, + 0x598: 84, + 0x599: 84, + 0x59a: 84, + 0x59b: 84, + 0x59c: 84, + 0x59d: 84, + 0x59e: 84, + 0x59f: 84, + 0x5a0: 84, + 0x5a1: 84, + 0x5a2: 84, + 0x5a3: 84, + 0x5a4: 84, + 0x5a5: 84, + 0x5a6: 84, + 0x5a7: 84, + 0x5a8: 84, + 0x5a9: 84, + 0x5aa: 84, + 0x5ab: 84, + 0x5ac: 84, + 0x5ad: 84, + 0x5ae: 84, + 0x5af: 84, + 0x5b0: 84, + 0x5b1: 84, + 0x5b2: 84, + 0x5b3: 84, + 0x5b4: 84, + 0x5b5: 84, + 0x5b6: 84, + 0x5b7: 84, + 0x5b8: 84, + 0x5b9: 84, + 0x5ba: 84, + 0x5bb: 84, + 0x5bc: 84, + 0x5bd: 84, + 0x5bf: 84, + 0x5c1: 84, + 0x5c2: 84, + 0x5c4: 84, + 0x5c5: 84, + 0x5c7: 84, + 0x610: 84, + 0x611: 84, + 0x612: 84, + 0x613: 84, + 0x614: 84, + 0x615: 84, + 0x616: 84, + 0x617: 84, + 0x618: 84, + 0x619: 84, + 0x61a: 84, + 0x61c: 84, + 0x620: 68, + 0x622: 82, + 0x623: 82, + 0x624: 82, + 0x625: 82, + 0x626: 68, + 0x627: 82, + 0x628: 68, + 0x629: 82, + 0x62a: 68, + 0x62b: 68, + 0x62c: 68, + 0x62d: 68, + 0x62e: 68, + 0x62f: 82, + 0x630: 82, + 0x631: 82, + 0x632: 82, + 0x633: 68, + 0x634: 68, + 0x635: 68, + 0x636: 68, + 0x637: 68, + 0x638: 68, + 0x639: 68, + 0x63a: 68, + 0x63b: 68, + 0x63c: 68, + 0x63d: 68, + 0x63e: 68, + 0x63f: 68, + 0x640: 67, + 0x641: 68, + 0x642: 68, + 0x643: 68, + 0x644: 68, + 0x645: 68, + 0x646: 68, + 0x647: 68, + 0x648: 82, + 0x649: 68, + 0x64a: 68, + 0x64b: 84, + 0x64c: 84, + 0x64d: 84, + 0x64e: 84, + 0x64f: 84, + 0x650: 84, + 0x651: 84, + 0x652: 84, + 0x653: 84, + 0x654: 84, + 0x655: 84, + 0x656: 84, + 0x657: 84, + 0x658: 84, + 0x659: 84, + 0x65a: 84, + 0x65b: 84, + 0x65c: 84, + 0x65d: 84, + 0x65e: 84, + 0x65f: 84, + 0x66e: 68, + 0x66f: 68, + 0x670: 84, + 0x671: 82, + 0x672: 82, + 0x673: 82, + 0x675: 82, + 0x676: 82, + 0x677: 82, + 0x678: 68, + 0x679: 68, + 0x67a: 68, + 0x67b: 68, + 0x67c: 68, + 0x67d: 68, + 0x67e: 68, + 0x67f: 68, + 0x680: 68, + 0x681: 68, + 0x682: 68, + 0x683: 68, + 0x684: 68, + 0x685: 68, + 0x686: 68, + 0x687: 68, + 0x688: 82, + 0x689: 82, + 0x68a: 82, + 0x68b: 82, + 0x68c: 82, + 0x68d: 82, + 0x68e: 82, + 0x68f: 82, + 0x690: 82, + 0x691: 82, + 0x692: 82, + 0x693: 82, + 0x694: 82, + 0x695: 82, + 0x696: 82, + 0x697: 82, + 0x698: 82, + 0x699: 82, + 0x69a: 68, + 0x69b: 68, + 0x69c: 68, + 0x69d: 68, + 0x69e: 68, + 0x69f: 68, + 0x6a0: 68, + 0x6a1: 68, + 0x6a2: 68, + 0x6a3: 68, + 0x6a4: 68, + 0x6a5: 68, + 0x6a6: 68, + 0x6a7: 68, + 0x6a8: 68, + 0x6a9: 68, + 0x6aa: 68, + 0x6ab: 68, + 0x6ac: 68, + 0x6ad: 68, + 0x6ae: 68, + 0x6af: 68, + 0x6b0: 68, + 0x6b1: 68, + 0x6b2: 68, + 0x6b3: 68, + 0x6b4: 68, + 0x6b5: 68, + 0x6b6: 68, + 0x6b7: 68, + 0x6b8: 68, + 0x6b9: 68, + 0x6ba: 68, + 0x6bb: 68, + 0x6bc: 68, + 0x6bd: 68, + 0x6be: 68, + 0x6bf: 68, + 0x6c0: 82, + 0x6c1: 68, + 0x6c2: 68, + 0x6c3: 82, + 0x6c4: 82, + 0x6c5: 82, + 0x6c6: 82, + 0x6c7: 82, + 0x6c8: 82, + 0x6c9: 82, + 0x6ca: 82, + 0x6cb: 82, + 0x6cc: 68, + 0x6cd: 82, + 0x6ce: 68, + 0x6cf: 82, + 0x6d0: 68, + 0x6d1: 68, + 0x6d2: 82, + 0x6d3: 82, + 0x6d5: 82, + 0x6d6: 84, + 0x6d7: 84, + 0x6d8: 84, + 0x6d9: 84, + 0x6da: 84, + 0x6db: 84, + 0x6dc: 84, + 0x6df: 84, + 0x6e0: 84, + 0x6e1: 84, + 0x6e2: 84, + 0x6e3: 84, + 0x6e4: 84, + 0x6e7: 84, + 0x6e8: 84, + 0x6ea: 84, + 0x6eb: 84, + 0x6ec: 84, + 0x6ed: 84, + 0x6ee: 82, + 0x6ef: 82, + 0x6fa: 68, + 0x6fb: 68, + 0x6fc: 68, + 0x6ff: 68, + 0x70f: 84, + 0x710: 82, + 0x711: 84, + 0x712: 68, + 0x713: 68, + 0x714: 68, + 0x715: 82, + 0x716: 82, + 0x717: 82, + 0x718: 82, + 0x719: 82, + 0x71a: 68, + 0x71b: 68, + 0x71c: 68, + 0x71d: 68, + 0x71e: 82, + 0x71f: 68, + 0x720: 68, + 0x721: 68, + 0x722: 68, + 0x723: 68, + 0x724: 68, + 0x725: 68, + 0x726: 68, + 0x727: 68, + 0x728: 82, + 0x729: 68, + 0x72a: 82, + 0x72b: 68, + 0x72c: 82, + 0x72d: 68, + 0x72e: 68, + 0x72f: 82, + 0x730: 84, + 0x731: 84, + 0x732: 84, + 0x733: 84, + 0x734: 84, + 0x735: 84, + 0x736: 84, + 0x737: 84, + 0x738: 84, + 0x739: 84, + 0x73a: 84, + 0x73b: 84, + 0x73c: 84, + 0x73d: 84, + 0x73e: 84, + 0x73f: 84, + 0x740: 84, + 0x741: 84, + 0x742: 84, + 0x743: 84, + 0x744: 84, + 0x745: 84, + 0x746: 84, + 0x747: 84, + 0x748: 84, + 0x749: 84, + 0x74a: 84, + 0x74d: 82, + 0x74e: 68, + 0x74f: 68, + 0x750: 68, + 0x751: 68, + 0x752: 68, + 0x753: 68, + 0x754: 68, + 0x755: 68, + 0x756: 68, + 0x757: 68, + 0x758: 68, + 0x759: 82, + 0x75a: 82, + 0x75b: 82, + 0x75c: 68, + 0x75d: 68, + 0x75e: 68, + 0x75f: 68, + 0x760: 68, + 0x761: 68, + 0x762: 68, + 0x763: 68, + 0x764: 68, + 0x765: 68, + 0x766: 68, + 0x767: 68, + 0x768: 68, + 0x769: 68, + 0x76a: 68, + 0x76b: 82, + 0x76c: 82, + 0x76d: 68, + 0x76e: 68, + 0x76f: 68, + 0x770: 68, + 0x771: 82, + 0x772: 68, + 0x773: 82, + 0x774: 82, + 0x775: 68, + 0x776: 68, + 0x777: 68, + 0x778: 82, + 0x779: 82, + 0x77a: 68, + 0x77b: 68, + 0x77c: 68, + 0x77d: 68, + 0x77e: 68, + 0x77f: 68, + 0x7a6: 84, + 0x7a7: 84, + 0x7a8: 84, + 0x7a9: 84, + 0x7aa: 84, + 0x7ab: 84, + 0x7ac: 84, + 0x7ad: 84, + 0x7ae: 84, + 0x7af: 84, + 0x7b0: 84, + 0x7ca: 68, + 0x7cb: 68, + 0x7cc: 68, + 0x7cd: 68, + 0x7ce: 68, + 0x7cf: 68, + 0x7d0: 68, + 0x7d1: 68, + 0x7d2: 68, + 0x7d3: 68, + 0x7d4: 68, + 0x7d5: 68, + 0x7d6: 68, + 0x7d7: 68, + 0x7d8: 68, + 0x7d9: 68, + 0x7da: 68, + 0x7db: 68, + 0x7dc: 68, + 0x7dd: 68, + 0x7de: 68, + 0x7df: 68, + 0x7e0: 68, + 0x7e1: 68, + 0x7e2: 68, + 0x7e3: 68, + 0x7e4: 68, + 0x7e5: 68, + 0x7e6: 68, + 0x7e7: 68, + 0x7e8: 68, + 0x7e9: 68, + 0x7ea: 68, + 0x7eb: 84, + 0x7ec: 84, + 0x7ed: 84, + 0x7ee: 84, + 0x7ef: 84, + 0x7f0: 84, + 0x7f1: 84, + 0x7f2: 84, + 0x7f3: 84, + 0x7fa: 67, + 0x7fd: 84, + 0x816: 84, + 0x817: 84, + 0x818: 84, + 0x819: 84, + 0x81b: 84, + 0x81c: 84, + 0x81d: 84, + 0x81e: 84, + 0x81f: 84, + 0x820: 84, + 0x821: 84, + 0x822: 84, + 0x823: 84, + 0x825: 84, + 0x826: 84, + 0x827: 84, + 0x829: 84, + 0x82a: 84, + 0x82b: 84, + 0x82c: 84, + 0x82d: 84, + 0x840: 82, + 0x841: 68, + 0x842: 68, + 0x843: 68, + 0x844: 68, + 0x845: 68, + 0x846: 82, + 0x847: 82, + 0x848: 68, + 0x849: 82, + 0x84a: 68, + 0x84b: 68, + 0x84c: 68, + 0x84d: 68, + 0x84e: 68, + 0x84f: 68, + 0x850: 68, + 0x851: 68, + 0x852: 68, + 0x853: 68, + 0x854: 82, + 0x855: 68, + 0x856: 82, + 0x857: 82, + 0x858: 82, + 0x859: 84, + 0x85a: 84, + 0x85b: 84, + 0x860: 68, + 0x862: 68, + 0x863: 68, + 0x864: 68, + 0x865: 68, + 0x867: 82, + 0x868: 68, + 0x869: 82, + 0x86a: 82, + 0x870: 82, + 0x871: 82, + 0x872: 82, + 0x873: 82, + 0x874: 82, + 0x875: 82, + 0x876: 82, + 0x877: 82, + 0x878: 82, + 0x879: 82, + 0x87a: 82, + 0x87b: 82, + 0x87c: 82, + 0x87d: 82, + 0x87e: 82, + 0x87f: 82, + 0x880: 82, + 0x881: 82, + 0x882: 82, + 0x883: 67, + 0x884: 67, + 0x885: 67, + 0x886: 68, + 0x889: 68, + 0x88a: 68, + 0x88b: 68, + 0x88c: 68, + 0x88d: 68, + 0x88e: 82, + 0x898: 84, + 0x899: 84, + 0x89a: 84, + 0x89b: 84, + 0x89c: 84, + 0x89d: 84, + 0x89e: 84, + 0x89f: 84, + 0x8a0: 68, + 0x8a1: 68, + 0x8a2: 68, + 0x8a3: 68, + 0x8a4: 68, + 0x8a5: 68, + 0x8a6: 68, + 0x8a7: 68, + 0x8a8: 68, + 0x8a9: 68, + 0x8aa: 82, + 0x8ab: 82, + 0x8ac: 82, + 0x8ae: 82, + 0x8af: 68, + 0x8b0: 68, + 0x8b1: 82, + 0x8b2: 82, + 0x8b3: 68, + 0x8b4: 68, + 0x8b5: 68, + 0x8b6: 68, + 0x8b7: 68, + 0x8b8: 68, + 0x8b9: 82, + 0x8ba: 68, + 0x8bb: 68, + 0x8bc: 68, + 0x8bd: 68, + 0x8be: 68, + 0x8bf: 68, + 0x8c0: 68, + 0x8c1: 68, + 0x8c2: 68, + 0x8c3: 68, + 0x8c4: 68, + 0x8c5: 68, + 0x8c6: 68, + 0x8c7: 68, + 0x8c8: 68, + 0x8ca: 84, + 0x8cb: 84, + 0x8cc: 84, + 0x8cd: 84, + 0x8ce: 84, + 0x8cf: 84, + 0x8d0: 84, + 0x8d1: 84, + 0x8d2: 84, + 0x8d3: 84, + 0x8d4: 84, + 0x8d5: 84, + 0x8d6: 84, + 0x8d7: 84, + 0x8d8: 84, + 0x8d9: 84, + 0x8da: 84, + 0x8db: 84, + 0x8dc: 84, + 0x8dd: 84, + 0x8de: 84, + 0x8df: 84, + 0x8e0: 84, + 0x8e1: 84, + 0x8e3: 84, + 0x8e4: 84, + 0x8e5: 84, + 0x8e6: 84, + 0x8e7: 84, + 0x8e8: 84, + 0x8e9: 84, + 0x8ea: 84, + 0x8eb: 84, + 0x8ec: 84, + 0x8ed: 84, + 0x8ee: 84, + 0x8ef: 84, + 0x8f0: 84, + 0x8f1: 84, + 0x8f2: 84, + 0x8f3: 84, + 0x8f4: 84, + 0x8f5: 84, + 0x8f6: 84, + 0x8f7: 84, + 0x8f8: 84, + 0x8f9: 84, + 0x8fa: 84, + 0x8fb: 84, + 0x8fc: 84, + 0x8fd: 84, + 0x8fe: 84, + 0x8ff: 84, + 0x900: 84, + 0x901: 84, + 0x902: 84, + 0x93a: 84, + 0x93c: 84, + 0x941: 84, + 0x942: 84, + 0x943: 84, + 0x944: 84, + 0x945: 84, + 0x946: 84, + 0x947: 84, + 0x948: 84, + 0x94d: 84, + 0x951: 84, + 0x952: 84, + 0x953: 84, + 0x954: 84, + 0x955: 84, + 0x956: 84, + 0x957: 84, + 0x962: 84, + 0x963: 84, + 0x981: 84, + 0x9bc: 84, + 0x9c1: 84, + 0x9c2: 84, + 0x9c3: 84, + 0x9c4: 84, + 0x9cd: 84, + 0x9e2: 84, + 0x9e3: 84, + 0x9fe: 84, + 0xa01: 84, + 0xa02: 84, + 0xa3c: 84, + 0xa41: 84, + 0xa42: 84, + 0xa47: 84, + 0xa48: 84, + 0xa4b: 84, + 0xa4c: 84, + 0xa4d: 84, + 0xa51: 84, + 0xa70: 84, + 0xa71: 84, + 0xa75: 84, + 0xa81: 84, + 0xa82: 84, + 0xabc: 84, + 0xac1: 84, + 0xac2: 84, + 0xac3: 84, + 0xac4: 84, + 0xac5: 84, + 0xac7: 84, + 0xac8: 84, + 0xacd: 84, + 0xae2: 84, + 0xae3: 84, + 0xafa: 84, + 0xafb: 84, + 0xafc: 84, + 0xafd: 84, + 0xafe: 84, + 0xaff: 84, + 0xb01: 84, + 0xb3c: 84, + 0xb3f: 84, + 0xb41: 84, + 0xb42: 84, + 0xb43: 84, + 0xb44: 84, + 0xb4d: 84, + 0xb55: 84, + 0xb56: 84, + 0xb62: 84, + 0xb63: 84, + 0xb82: 84, + 0xbc0: 84, + 0xbcd: 84, + 0xc00: 84, + 0xc04: 84, + 0xc3c: 84, + 0xc3e: 84, + 0xc3f: 84, + 0xc40: 84, + 0xc46: 84, + 0xc47: 84, + 0xc48: 84, + 0xc4a: 84, + 0xc4b: 84, + 0xc4c: 84, + 0xc4d: 84, + 0xc55: 84, + 0xc56: 84, + 0xc62: 84, + 0xc63: 84, + 0xc81: 84, + 0xcbc: 84, + 0xcbf: 84, + 0xcc6: 84, + 0xccc: 84, + 0xccd: 84, + 0xce2: 84, + 0xce3: 84, + 0xd00: 84, + 0xd01: 84, + 0xd3b: 84, + 0xd3c: 84, + 0xd41: 84, + 0xd42: 84, + 0xd43: 84, + 0xd44: 84, + 0xd4d: 84, + 0xd62: 84, + 0xd63: 84, + 0xd81: 84, + 0xdca: 84, + 0xdd2: 84, + 0xdd3: 84, + 0xdd4: 84, + 0xdd6: 84, + 0xe31: 84, + 0xe34: 84, + 0xe35: 84, + 0xe36: 84, + 0xe37: 84, + 0xe38: 84, + 0xe39: 84, + 0xe3a: 84, + 0xe47: 84, + 0xe48: 84, + 0xe49: 84, + 0xe4a: 84, + 0xe4b: 84, + 0xe4c: 84, + 0xe4d: 84, + 0xe4e: 84, + 0xeb1: 84, + 0xeb4: 84, + 0xeb5: 84, + 0xeb6: 84, + 0xeb7: 84, + 0xeb8: 84, + 0xeb9: 84, + 0xeba: 84, + 0xebb: 84, + 0xebc: 84, + 0xec8: 84, + 0xec9: 84, + 0xeca: 84, + 0xecb: 84, + 0xecc: 84, + 0xecd: 84, + 0xece: 84, + 0xf18: 84, + 0xf19: 84, + 0xf35: 84, + 0xf37: 84, + 0xf39: 84, + 0xf71: 84, + 0xf72: 84, + 0xf73: 84, + 0xf74: 84, + 0xf75: 84, + 0xf76: 84, + 0xf77: 84, + 0xf78: 84, + 0xf79: 84, + 0xf7a: 84, + 0xf7b: 84, + 0xf7c: 84, + 0xf7d: 84, + 0xf7e: 84, + 0xf80: 84, + 0xf81: 84, + 0xf82: 84, + 0xf83: 84, + 0xf84: 84, + 0xf86: 84, + 0xf87: 84, + 0xf8d: 84, + 0xf8e: 84, + 0xf8f: 84, + 0xf90: 84, + 0xf91: 84, + 0xf92: 84, + 0xf93: 84, + 0xf94: 84, + 0xf95: 84, + 0xf96: 84, + 0xf97: 84, + 0xf99: 84, + 0xf9a: 84, + 0xf9b: 84, + 0xf9c: 84, + 0xf9d: 84, + 0xf9e: 84, + 0xf9f: 84, + 0xfa0: 84, + 0xfa1: 84, + 0xfa2: 84, + 0xfa3: 84, + 0xfa4: 84, + 0xfa5: 84, + 0xfa6: 84, + 0xfa7: 84, + 0xfa8: 84, + 0xfa9: 84, + 0xfaa: 84, + 0xfab: 84, + 0xfac: 84, + 0xfad: 84, + 0xfae: 84, + 0xfaf: 84, + 0xfb0: 84, + 0xfb1: 84, + 0xfb2: 84, + 0xfb3: 84, + 0xfb4: 84, + 0xfb5: 84, + 0xfb6: 84, + 0xfb7: 84, + 0xfb8: 84, + 0xfb9: 84, + 0xfba: 84, + 0xfbb: 84, + 0xfbc: 84, + 0xfc6: 84, + 0x102d: 84, + 0x102e: 84, + 0x102f: 84, + 0x1030: 84, + 0x1032: 84, + 0x1033: 84, + 0x1034: 84, + 0x1035: 84, + 0x1036: 84, + 0x1037: 84, + 0x1039: 84, + 0x103a: 84, + 0x103d: 84, + 0x103e: 84, + 0x1058: 84, + 0x1059: 84, + 0x105e: 84, + 0x105f: 84, + 0x1060: 84, + 0x1071: 84, + 0x1072: 84, + 0x1073: 84, + 0x1074: 84, + 0x1082: 84, + 0x1085: 84, + 0x1086: 84, + 0x108d: 84, + 0x109d: 84, + 0x135d: 84, + 0x135e: 84, + 0x135f: 84, + 0x1712: 84, + 0x1713: 84, + 0x1714: 84, + 0x1732: 84, + 0x1733: 84, + 0x1752: 84, + 0x1753: 84, + 0x1772: 84, + 0x1773: 84, + 0x17b4: 84, + 0x17b5: 84, + 0x17b7: 84, + 0x17b8: 84, + 0x17b9: 84, + 0x17ba: 84, + 0x17bb: 84, + 0x17bc: 84, + 0x17bd: 84, + 0x17c6: 84, + 0x17c9: 84, + 0x17ca: 84, + 0x17cb: 84, + 0x17cc: 84, + 0x17cd: 84, + 0x17ce: 84, + 0x17cf: 84, + 0x17d0: 84, + 0x17d1: 84, + 0x17d2: 84, + 0x17d3: 84, + 0x17dd: 84, + 0x1807: 68, + 0x180a: 67, + 0x180b: 84, + 0x180c: 84, + 0x180d: 84, + 0x180f: 84, + 0x1820: 68, + 0x1821: 68, + 0x1822: 68, + 0x1823: 68, + 0x1824: 68, + 0x1825: 68, + 0x1826: 68, + 0x1827: 68, + 0x1828: 68, + 0x1829: 68, + 0x182a: 68, + 0x182b: 68, + 0x182c: 68, + 0x182d: 68, + 0x182e: 68, + 0x182f: 68, + 0x1830: 68, + 0x1831: 68, + 0x1832: 68, + 0x1833: 68, + 0x1834: 68, + 0x1835: 68, + 0x1836: 68, + 0x1837: 68, + 0x1838: 68, + 0x1839: 68, + 0x183a: 68, + 0x183b: 68, + 0x183c: 68, + 0x183d: 68, + 0x183e: 68, + 0x183f: 68, + 0x1840: 68, + 0x1841: 68, + 0x1842: 68, + 0x1843: 68, + 0x1844: 68, + 0x1845: 68, + 0x1846: 68, + 0x1847: 68, + 0x1848: 68, + 0x1849: 68, + 0x184a: 68, + 0x184b: 68, + 0x184c: 68, + 0x184d: 68, + 0x184e: 68, + 0x184f: 68, + 0x1850: 68, + 0x1851: 68, + 0x1852: 68, + 0x1853: 68, + 0x1854: 68, + 0x1855: 68, + 0x1856: 68, + 0x1857: 68, + 0x1858: 68, + 0x1859: 68, + 0x185a: 68, + 0x185b: 68, + 0x185c: 68, + 0x185d: 68, + 0x185e: 68, + 0x185f: 68, + 0x1860: 68, + 0x1861: 68, + 0x1862: 68, + 0x1863: 68, + 0x1864: 68, + 0x1865: 68, + 0x1866: 68, + 0x1867: 68, + 0x1868: 68, + 0x1869: 68, + 0x186a: 68, + 0x186b: 68, + 0x186c: 68, + 0x186d: 68, + 0x186e: 68, + 0x186f: 68, + 0x1870: 68, + 0x1871: 68, + 0x1872: 68, + 0x1873: 68, + 0x1874: 68, + 0x1875: 68, + 0x1876: 68, + 0x1877: 68, + 0x1878: 68, + 0x1885: 84, + 0x1886: 84, + 0x1887: 68, + 0x1888: 68, + 0x1889: 68, + 0x188a: 68, + 0x188b: 68, + 0x188c: 68, + 0x188d: 68, + 0x188e: 68, + 0x188f: 68, + 0x1890: 68, + 0x1891: 68, + 0x1892: 68, + 0x1893: 68, + 0x1894: 68, + 0x1895: 68, + 0x1896: 68, + 0x1897: 68, + 0x1898: 68, + 0x1899: 68, + 0x189a: 68, + 0x189b: 68, + 0x189c: 68, + 0x189d: 68, + 0x189e: 68, + 0x189f: 68, + 0x18a0: 68, + 0x18a1: 68, + 0x18a2: 68, + 0x18a3: 68, + 0x18a4: 68, + 0x18a5: 68, + 0x18a6: 68, + 0x18a7: 68, + 0x18a8: 68, + 0x18a9: 84, + 0x18aa: 68, + 0x1920: 84, + 0x1921: 84, + 0x1922: 84, + 0x1927: 84, + 0x1928: 84, + 0x1932: 84, + 0x1939: 84, + 0x193a: 84, + 0x193b: 84, + 0x1a17: 84, + 0x1a18: 84, + 0x1a1b: 84, + 0x1a56: 84, + 0x1a58: 84, + 0x1a59: 84, + 0x1a5a: 84, + 0x1a5b: 84, + 0x1a5c: 84, + 0x1a5d: 84, + 0x1a5e: 84, + 0x1a60: 84, + 0x1a62: 84, + 0x1a65: 84, + 0x1a66: 84, + 0x1a67: 84, + 0x1a68: 84, + 0x1a69: 84, + 0x1a6a: 84, + 0x1a6b: 84, + 0x1a6c: 84, + 0x1a73: 84, + 0x1a74: 84, + 0x1a75: 84, + 0x1a76: 84, + 0x1a77: 84, + 0x1a78: 84, + 0x1a79: 84, + 0x1a7a: 84, + 0x1a7b: 84, + 0x1a7c: 84, + 0x1a7f: 84, + 0x1ab0: 84, + 0x1ab1: 84, + 0x1ab2: 84, + 0x1ab3: 84, + 0x1ab4: 84, + 0x1ab5: 84, + 0x1ab6: 84, + 0x1ab7: 84, + 0x1ab8: 84, + 0x1ab9: 84, + 0x1aba: 84, + 0x1abb: 84, + 0x1abc: 84, + 0x1abd: 84, + 0x1abe: 84, + 0x1abf: 84, + 0x1ac0: 84, + 0x1ac1: 84, + 0x1ac2: 84, + 0x1ac3: 84, + 0x1ac4: 84, + 0x1ac5: 84, + 0x1ac6: 84, + 0x1ac7: 84, + 0x1ac8: 84, + 0x1ac9: 84, + 0x1aca: 84, + 0x1acb: 84, + 0x1acc: 84, + 0x1acd: 84, + 0x1ace: 84, + 0x1b00: 84, + 0x1b01: 84, + 0x1b02: 84, + 0x1b03: 84, + 0x1b34: 84, + 0x1b36: 84, + 0x1b37: 84, + 0x1b38: 84, + 0x1b39: 84, + 0x1b3a: 84, + 0x1b3c: 84, + 0x1b42: 84, + 0x1b6b: 84, + 0x1b6c: 84, + 0x1b6d: 84, + 0x1b6e: 84, + 0x1b6f: 84, + 0x1b70: 84, + 0x1b71: 84, + 0x1b72: 84, + 0x1b73: 84, + 0x1b80: 84, + 0x1b81: 84, + 0x1ba2: 84, + 0x1ba3: 84, + 0x1ba4: 84, + 0x1ba5: 84, + 0x1ba8: 84, + 0x1ba9: 84, + 0x1bab: 84, + 0x1bac: 84, + 0x1bad: 84, + 0x1be6: 84, + 0x1be8: 84, + 0x1be9: 84, + 0x1bed: 84, + 0x1bef: 84, + 0x1bf0: 84, + 0x1bf1: 84, + 0x1c2c: 84, + 0x1c2d: 84, + 0x1c2e: 84, + 0x1c2f: 84, + 0x1c30: 84, + 0x1c31: 84, + 0x1c32: 84, + 0x1c33: 84, + 0x1c36: 84, + 0x1c37: 84, + 0x1cd0: 84, + 0x1cd1: 84, + 0x1cd2: 84, + 0x1cd4: 84, + 0x1cd5: 84, + 0x1cd6: 84, + 0x1cd7: 84, + 0x1cd8: 84, + 0x1cd9: 84, + 0x1cda: 84, + 0x1cdb: 84, + 0x1cdc: 84, + 0x1cdd: 84, + 0x1cde: 84, + 0x1cdf: 84, + 0x1ce0: 84, + 0x1ce2: 84, + 0x1ce3: 84, + 0x1ce4: 84, + 0x1ce5: 84, + 0x1ce6: 84, + 0x1ce7: 84, + 0x1ce8: 84, + 0x1ced: 84, + 0x1cf4: 84, + 0x1cf8: 84, + 0x1cf9: 84, + 0x1dc0: 84, + 0x1dc1: 84, + 0x1dc2: 84, + 0x1dc3: 84, + 0x1dc4: 84, + 0x1dc5: 84, + 0x1dc6: 84, + 0x1dc7: 84, + 0x1dc8: 84, + 0x1dc9: 84, + 0x1dca: 84, + 0x1dcb: 84, + 0x1dcc: 84, + 0x1dcd: 84, + 0x1dce: 84, + 0x1dcf: 84, + 0x1dd0: 84, + 0x1dd1: 84, + 0x1dd2: 84, + 0x1dd3: 84, + 0x1dd4: 84, + 0x1dd5: 84, + 0x1dd6: 84, + 0x1dd7: 84, + 0x1dd8: 84, + 0x1dd9: 84, + 0x1dda: 84, + 0x1ddb: 84, + 0x1ddc: 84, + 0x1ddd: 84, + 0x1dde: 84, + 0x1ddf: 84, + 0x1de0: 84, + 0x1de1: 84, + 0x1de2: 84, + 0x1de3: 84, + 0x1de4: 84, + 0x1de5: 84, + 0x1de6: 84, + 0x1de7: 84, + 0x1de8: 84, + 0x1de9: 84, + 0x1dea: 84, + 0x1deb: 84, + 0x1dec: 84, + 0x1ded: 84, + 0x1dee: 84, + 0x1def: 84, + 0x1df0: 84, + 0x1df1: 84, + 0x1df2: 84, + 0x1df3: 84, + 0x1df4: 84, + 0x1df5: 84, + 0x1df6: 84, + 0x1df7: 84, + 0x1df8: 84, + 0x1df9: 84, + 0x1dfa: 84, + 0x1dfb: 84, + 0x1dfc: 84, + 0x1dfd: 84, + 0x1dfe: 84, + 0x1dff: 84, + 0x200b: 84, + 0x200d: 67, + 0x200e: 84, + 0x200f: 84, + 0x202a: 84, + 0x202b: 84, + 0x202c: 84, + 0x202d: 84, + 0x202e: 84, + 0x2060: 84, + 0x2061: 84, + 0x2062: 84, + 0x2063: 84, + 0x2064: 84, + 0x206a: 84, + 0x206b: 84, + 0x206c: 84, + 0x206d: 84, + 0x206e: 84, + 0x206f: 84, + 0x20d0: 84, + 0x20d1: 84, + 0x20d2: 84, + 0x20d3: 84, + 0x20d4: 84, + 0x20d5: 84, + 0x20d6: 84, + 0x20d7: 84, + 0x20d8: 84, + 0x20d9: 84, + 0x20da: 84, + 0x20db: 84, + 0x20dc: 84, + 0x20dd: 84, + 0x20de: 84, + 0x20df: 84, + 0x20e0: 84, + 0x20e1: 84, + 0x20e2: 84, + 0x20e3: 84, + 0x20e4: 84, + 0x20e5: 84, + 0x20e6: 84, + 0x20e7: 84, + 0x20e8: 84, + 0x20e9: 84, + 0x20ea: 84, + 0x20eb: 84, + 0x20ec: 84, + 0x20ed: 84, + 0x20ee: 84, + 0x20ef: 84, + 0x20f0: 84, + 0x2cef: 84, + 0x2cf0: 84, + 0x2cf1: 84, + 0x2d7f: 84, + 0x2de0: 84, + 0x2de1: 84, + 0x2de2: 84, + 0x2de3: 84, + 0x2de4: 84, + 0x2de5: 84, + 0x2de6: 84, + 0x2de7: 84, + 0x2de8: 84, + 0x2de9: 84, + 0x2dea: 84, + 0x2deb: 84, + 0x2dec: 84, + 0x2ded: 84, + 0x2dee: 84, + 0x2def: 84, + 0x2df0: 84, + 0x2df1: 84, + 0x2df2: 84, + 0x2df3: 84, + 0x2df4: 84, + 0x2df5: 84, + 0x2df6: 84, + 0x2df7: 84, + 0x2df8: 84, + 0x2df9: 84, + 0x2dfa: 84, + 0x2dfb: 84, + 0x2dfc: 84, + 0x2dfd: 84, + 0x2dfe: 84, + 0x2dff: 84, + 0x302a: 84, + 0x302b: 84, + 0x302c: 84, + 0x302d: 84, + 0x3099: 84, + 0x309a: 84, + 0xa66f: 84, + 0xa670: 84, + 0xa671: 84, + 0xa672: 84, + 0xa674: 84, + 0xa675: 84, + 0xa676: 84, + 0xa677: 84, + 0xa678: 84, + 0xa679: 84, + 0xa67a: 84, + 0xa67b: 84, + 0xa67c: 84, + 0xa67d: 84, + 0xa69e: 84, + 0xa69f: 84, + 0xa6f0: 84, + 0xa6f1: 84, + 0xa802: 84, + 0xa806: 84, + 0xa80b: 84, + 0xa825: 84, + 0xa826: 84, + 0xa82c: 84, + 0xa840: 68, + 0xa841: 68, + 0xa842: 68, + 0xa843: 68, + 0xa844: 68, + 0xa845: 68, + 0xa846: 68, + 0xa847: 68, + 0xa848: 68, + 0xa849: 68, + 0xa84a: 68, + 0xa84b: 68, + 0xa84c: 68, + 0xa84d: 68, + 0xa84e: 68, + 0xa84f: 68, + 0xa850: 68, + 0xa851: 68, + 0xa852: 68, + 0xa853: 68, + 0xa854: 68, + 0xa855: 68, + 0xa856: 68, + 0xa857: 68, + 0xa858: 68, + 0xa859: 68, + 0xa85a: 68, + 0xa85b: 68, + 0xa85c: 68, + 0xa85d: 68, + 0xa85e: 68, + 0xa85f: 68, + 0xa860: 68, + 0xa861: 68, + 0xa862: 68, + 0xa863: 68, + 0xa864: 68, + 0xa865: 68, + 0xa866: 68, + 0xa867: 68, + 0xa868: 68, + 0xa869: 68, + 0xa86a: 68, + 0xa86b: 68, + 0xa86c: 68, + 0xa86d: 68, + 0xa86e: 68, + 0xa86f: 68, + 0xa870: 68, + 0xa871: 68, + 0xa872: 76, + 0xa8c4: 84, + 0xa8c5: 84, + 0xa8e0: 84, + 0xa8e1: 84, + 0xa8e2: 84, + 0xa8e3: 84, + 0xa8e4: 84, + 0xa8e5: 84, + 0xa8e6: 84, + 0xa8e7: 84, + 0xa8e8: 84, + 0xa8e9: 84, + 0xa8ea: 84, + 0xa8eb: 84, + 0xa8ec: 84, + 0xa8ed: 84, + 0xa8ee: 84, + 0xa8ef: 84, + 0xa8f0: 84, + 0xa8f1: 84, + 0xa8ff: 84, + 0xa926: 84, + 0xa927: 84, + 0xa928: 84, + 0xa929: 84, + 0xa92a: 84, + 0xa92b: 84, + 0xa92c: 84, + 0xa92d: 84, + 0xa947: 84, + 0xa948: 84, + 0xa949: 84, + 0xa94a: 84, + 0xa94b: 84, + 0xa94c: 84, + 0xa94d: 84, + 0xa94e: 84, + 0xa94f: 84, + 0xa950: 84, + 0xa951: 84, + 0xa980: 84, + 0xa981: 84, + 0xa982: 84, + 0xa9b3: 84, + 0xa9b6: 84, + 0xa9b7: 84, + 0xa9b8: 84, + 0xa9b9: 84, + 0xa9bc: 84, + 0xa9bd: 84, + 0xa9e5: 84, + 0xaa29: 84, + 0xaa2a: 84, + 0xaa2b: 84, + 0xaa2c: 84, + 0xaa2d: 84, + 0xaa2e: 84, + 0xaa31: 84, + 0xaa32: 84, + 0xaa35: 84, + 0xaa36: 84, + 0xaa43: 84, + 0xaa4c: 84, + 0xaa7c: 84, + 0xaab0: 84, + 0xaab2: 84, + 0xaab3: 84, + 0xaab4: 84, + 0xaab7: 84, + 0xaab8: 84, + 0xaabe: 84, + 0xaabf: 84, + 0xaac1: 84, + 0xaaec: 84, + 0xaaed: 84, + 0xaaf6: 84, + 0xabe5: 84, + 0xabe8: 84, + 0xabed: 84, + 0xfb1e: 84, + 0xfe00: 84, + 0xfe01: 84, + 0xfe02: 84, + 0xfe03: 84, + 0xfe04: 84, + 0xfe05: 84, + 0xfe06: 84, + 0xfe07: 84, + 0xfe08: 84, + 0xfe09: 84, + 0xfe0a: 84, + 0xfe0b: 84, + 0xfe0c: 84, + 0xfe0d: 84, + 0xfe0e: 84, + 0xfe0f: 84, + 0xfe20: 84, + 0xfe21: 84, + 0xfe22: 84, + 0xfe23: 84, + 0xfe24: 84, + 0xfe25: 84, + 0xfe26: 84, + 0xfe27: 84, + 0xfe28: 84, + 0xfe29: 84, + 0xfe2a: 84, + 0xfe2b: 84, + 0xfe2c: 84, + 0xfe2d: 84, + 0xfe2e: 84, + 0xfe2f: 84, + 0xfeff: 84, + 0xfff9: 84, + 0xfffa: 84, + 0xfffb: 84, + 0x101fd: 84, + 0x102e0: 84, + 0x10376: 84, + 0x10377: 84, + 0x10378: 84, + 0x10379: 84, + 0x1037a: 84, + 0x10a01: 84, + 0x10a02: 84, + 0x10a03: 84, + 0x10a05: 84, + 0x10a06: 84, + 0x10a0c: 84, + 0x10a0d: 84, + 0x10a0e: 84, + 0x10a0f: 84, + 0x10a38: 84, + 0x10a39: 84, + 0x10a3a: 84, + 0x10a3f: 84, + 0x10ac0: 68, + 0x10ac1: 68, + 0x10ac2: 68, + 0x10ac3: 68, + 0x10ac4: 68, + 0x10ac5: 82, + 0x10ac7: 82, + 0x10ac9: 82, + 0x10aca: 82, + 0x10acd: 76, + 0x10ace: 82, + 0x10acf: 82, + 0x10ad0: 82, + 0x10ad1: 82, + 0x10ad2: 82, + 0x10ad3: 68, + 0x10ad4: 68, + 0x10ad5: 68, + 0x10ad6: 68, + 0x10ad7: 76, + 0x10ad8: 68, + 0x10ad9: 68, + 0x10ada: 68, + 0x10adb: 68, + 0x10adc: 68, + 0x10add: 82, + 0x10ade: 68, + 0x10adf: 68, + 0x10ae0: 68, + 0x10ae1: 82, + 0x10ae4: 82, + 0x10ae5: 84, + 0x10ae6: 84, + 0x10aeb: 68, + 0x10aec: 68, + 0x10aed: 68, + 0x10aee: 68, + 0x10aef: 82, + 0x10b80: 68, + 0x10b81: 82, + 0x10b82: 68, + 0x10b83: 82, + 0x10b84: 82, + 0x10b85: 82, + 0x10b86: 68, + 0x10b87: 68, + 0x10b88: 68, + 0x10b89: 82, + 0x10b8a: 68, + 0x10b8b: 68, + 0x10b8c: 82, + 0x10b8d: 68, + 0x10b8e: 82, + 0x10b8f: 82, + 0x10b90: 68, + 0x10b91: 82, + 0x10ba9: 82, + 0x10baa: 82, + 0x10bab: 82, + 0x10bac: 82, + 0x10bad: 68, + 0x10bae: 68, + 0x10d00: 76, + 0x10d01: 68, + 0x10d02: 68, + 0x10d03: 68, + 0x10d04: 68, + 0x10d05: 68, + 0x10d06: 68, + 0x10d07: 68, + 0x10d08: 68, + 0x10d09: 68, + 0x10d0a: 68, + 0x10d0b: 68, + 0x10d0c: 68, + 0x10d0d: 68, + 0x10d0e: 68, + 0x10d0f: 68, + 0x10d10: 68, + 0x10d11: 68, + 0x10d12: 68, + 0x10d13: 68, + 0x10d14: 68, + 0x10d15: 68, + 0x10d16: 68, + 0x10d17: 68, + 0x10d18: 68, + 0x10d19: 68, + 0x10d1a: 68, + 0x10d1b: 68, + 0x10d1c: 68, + 0x10d1d: 68, + 0x10d1e: 68, + 0x10d1f: 68, + 0x10d20: 68, + 0x10d21: 68, + 0x10d22: 82, + 0x10d23: 68, + 0x10d24: 84, + 0x10d25: 84, + 0x10d26: 84, + 0x10d27: 84, + 0x10eab: 84, + 0x10eac: 84, + 0x10efd: 84, + 0x10efe: 84, + 0x10eff: 84, + 0x10f30: 68, + 0x10f31: 68, + 0x10f32: 68, + 0x10f33: 82, + 0x10f34: 68, + 0x10f35: 68, + 0x10f36: 68, + 0x10f37: 68, + 0x10f38: 68, + 0x10f39: 68, + 0x10f3a: 68, + 0x10f3b: 68, + 0x10f3c: 68, + 0x10f3d: 68, + 0x10f3e: 68, + 0x10f3f: 68, + 0x10f40: 68, + 0x10f41: 68, + 0x10f42: 68, + 0x10f43: 68, + 0x10f44: 68, + 0x10f46: 84, + 0x10f47: 84, + 0x10f48: 84, + 0x10f49: 84, + 0x10f4a: 84, + 0x10f4b: 84, + 0x10f4c: 84, + 0x10f4d: 84, + 0x10f4e: 84, + 0x10f4f: 84, + 0x10f50: 84, + 0x10f51: 68, + 0x10f52: 68, + 0x10f53: 68, + 0x10f54: 82, + 0x10f70: 68, + 0x10f71: 68, + 0x10f72: 68, + 0x10f73: 68, + 0x10f74: 82, + 0x10f75: 82, + 0x10f76: 68, + 0x10f77: 68, + 0x10f78: 68, + 0x10f79: 68, + 0x10f7a: 68, + 0x10f7b: 68, + 0x10f7c: 68, + 0x10f7d: 68, + 0x10f7e: 68, + 0x10f7f: 68, + 0x10f80: 68, + 0x10f81: 68, + 0x10f82: 84, + 0x10f83: 84, + 0x10f84: 84, + 0x10f85: 84, + 0x10fb0: 68, + 0x10fb2: 68, + 0x10fb3: 68, + 0x10fb4: 82, + 0x10fb5: 82, + 0x10fb6: 82, + 0x10fb8: 68, + 0x10fb9: 82, + 0x10fba: 82, + 0x10fbb: 68, + 0x10fbc: 68, + 0x10fbd: 82, + 0x10fbe: 68, + 0x10fbf: 68, + 0x10fc1: 68, + 0x10fc2: 82, + 0x10fc3: 82, + 0x10fc4: 68, + 0x10fc9: 82, + 0x10fca: 68, + 0x10fcb: 76, + 0x11001: 84, + 0x11038: 84, + 0x11039: 84, + 0x1103a: 84, + 0x1103b: 84, + 0x1103c: 84, + 0x1103d: 84, + 0x1103e: 84, + 0x1103f: 84, + 0x11040: 84, + 0x11041: 84, + 0x11042: 84, + 0x11043: 84, + 0x11044: 84, + 0x11045: 84, + 0x11046: 84, + 0x11070: 84, + 0x11073: 84, + 0x11074: 84, + 0x1107f: 84, + 0x11080: 84, + 0x11081: 84, + 0x110b3: 84, + 0x110b4: 84, + 0x110b5: 84, + 0x110b6: 84, + 0x110b9: 84, + 0x110ba: 84, + 0x110c2: 84, + 0x11100: 84, + 0x11101: 84, + 0x11102: 84, + 0x11127: 84, + 0x11128: 84, + 0x11129: 84, + 0x1112a: 84, + 0x1112b: 84, + 0x1112d: 84, + 0x1112e: 84, + 0x1112f: 84, + 0x11130: 84, + 0x11131: 84, + 0x11132: 84, + 0x11133: 84, + 0x11134: 84, + 0x11173: 84, + 0x11180: 84, + 0x11181: 84, + 0x111b6: 84, + 0x111b7: 84, + 0x111b8: 84, + 0x111b9: 84, + 0x111ba: 84, + 0x111bb: 84, + 0x111bc: 84, + 0x111bd: 84, + 0x111be: 84, + 0x111c9: 84, + 0x111ca: 84, + 0x111cb: 84, + 0x111cc: 84, + 0x111cf: 84, + 0x1122f: 84, + 0x11230: 84, + 0x11231: 84, + 0x11234: 84, + 0x11236: 84, + 0x11237: 84, + 0x1123e: 84, + 0x11241: 84, + 0x112df: 84, + 0x112e3: 84, + 0x112e4: 84, + 0x112e5: 84, + 0x112e6: 84, + 0x112e7: 84, + 0x112e8: 84, + 0x112e9: 84, + 0x112ea: 84, + 0x11300: 84, + 0x11301: 84, + 0x1133b: 84, + 0x1133c: 84, + 0x11340: 84, + 0x11366: 84, + 0x11367: 84, + 0x11368: 84, + 0x11369: 84, + 0x1136a: 84, + 0x1136b: 84, + 0x1136c: 84, + 0x11370: 84, + 0x11371: 84, + 0x11372: 84, + 0x11373: 84, + 0x11374: 84, + 0x11438: 84, + 0x11439: 84, + 0x1143a: 84, + 0x1143b: 84, + 0x1143c: 84, + 0x1143d: 84, + 0x1143e: 84, + 0x1143f: 84, + 0x11442: 84, + 0x11443: 84, + 0x11444: 84, + 0x11446: 84, + 0x1145e: 84, + 0x114b3: 84, + 0x114b4: 84, + 0x114b5: 84, + 0x114b6: 84, + 0x114b7: 84, + 0x114b8: 84, + 0x114ba: 84, + 0x114bf: 84, + 0x114c0: 84, + 0x114c2: 84, + 0x114c3: 84, + 0x115b2: 84, + 0x115b3: 84, + 0x115b4: 84, + 0x115b5: 84, + 0x115bc: 84, + 0x115bd: 84, + 0x115bf: 84, + 0x115c0: 84, + 0x115dc: 84, + 0x115dd: 84, + 0x11633: 84, + 0x11634: 84, + 0x11635: 84, + 0x11636: 84, + 0x11637: 84, + 0x11638: 84, + 0x11639: 84, + 0x1163a: 84, + 0x1163d: 84, + 0x1163f: 84, + 0x11640: 84, + 0x116ab: 84, + 0x116ad: 84, + 0x116b0: 84, + 0x116b1: 84, + 0x116b2: 84, + 0x116b3: 84, + 0x116b4: 84, + 0x116b5: 84, + 0x116b7: 84, + 0x1171d: 84, + 0x1171e: 84, + 0x1171f: 84, + 0x11722: 84, + 0x11723: 84, + 0x11724: 84, + 0x11725: 84, + 0x11727: 84, + 0x11728: 84, + 0x11729: 84, + 0x1172a: 84, + 0x1172b: 84, + 0x1182f: 84, + 0x11830: 84, + 0x11831: 84, + 0x11832: 84, + 0x11833: 84, + 0x11834: 84, + 0x11835: 84, + 0x11836: 84, + 0x11837: 84, + 0x11839: 84, + 0x1183a: 84, + 0x1193b: 84, + 0x1193c: 84, + 0x1193e: 84, + 0x11943: 84, + 0x119d4: 84, + 0x119d5: 84, + 0x119d6: 84, + 0x119d7: 84, + 0x119da: 84, + 0x119db: 84, + 0x119e0: 84, + 0x11a01: 84, + 0x11a02: 84, + 0x11a03: 84, + 0x11a04: 84, + 0x11a05: 84, + 0x11a06: 84, + 0x11a07: 84, + 0x11a08: 84, + 0x11a09: 84, + 0x11a0a: 84, + 0x11a33: 84, + 0x11a34: 84, + 0x11a35: 84, + 0x11a36: 84, + 0x11a37: 84, + 0x11a38: 84, + 0x11a3b: 84, + 0x11a3c: 84, + 0x11a3d: 84, + 0x11a3e: 84, + 0x11a47: 84, + 0x11a51: 84, + 0x11a52: 84, + 0x11a53: 84, + 0x11a54: 84, + 0x11a55: 84, + 0x11a56: 84, + 0x11a59: 84, + 0x11a5a: 84, + 0x11a5b: 84, + 0x11a8a: 84, + 0x11a8b: 84, + 0x11a8c: 84, + 0x11a8d: 84, + 0x11a8e: 84, + 0x11a8f: 84, + 0x11a90: 84, + 0x11a91: 84, + 0x11a92: 84, + 0x11a93: 84, + 0x11a94: 84, + 0x11a95: 84, + 0x11a96: 84, + 0x11a98: 84, + 0x11a99: 84, + 0x11c30: 84, + 0x11c31: 84, + 0x11c32: 84, + 0x11c33: 84, + 0x11c34: 84, + 0x11c35: 84, + 0x11c36: 84, + 0x11c38: 84, + 0x11c39: 84, + 0x11c3a: 84, + 0x11c3b: 84, + 0x11c3c: 84, + 0x11c3d: 84, + 0x11c3f: 84, + 0x11c92: 84, + 0x11c93: 84, + 0x11c94: 84, + 0x11c95: 84, + 0x11c96: 84, + 0x11c97: 84, + 0x11c98: 84, + 0x11c99: 84, + 0x11c9a: 84, + 0x11c9b: 84, + 0x11c9c: 84, + 0x11c9d: 84, + 0x11c9e: 84, + 0x11c9f: 84, + 0x11ca0: 84, + 0x11ca1: 84, + 0x11ca2: 84, + 0x11ca3: 84, + 0x11ca4: 84, + 0x11ca5: 84, + 0x11ca6: 84, + 0x11ca7: 84, + 0x11caa: 84, + 0x11cab: 84, + 0x11cac: 84, + 0x11cad: 84, + 0x11cae: 84, + 0x11caf: 84, + 0x11cb0: 84, + 0x11cb2: 84, + 0x11cb3: 84, + 0x11cb5: 84, + 0x11cb6: 84, + 0x11d31: 84, + 0x11d32: 84, + 0x11d33: 84, + 0x11d34: 84, + 0x11d35: 84, + 0x11d36: 84, + 0x11d3a: 84, + 0x11d3c: 84, + 0x11d3d: 84, + 0x11d3f: 84, + 0x11d40: 84, + 0x11d41: 84, + 0x11d42: 84, + 0x11d43: 84, + 0x11d44: 84, + 0x11d45: 84, + 0x11d47: 84, + 0x11d90: 84, + 0x11d91: 84, + 0x11d95: 84, + 0x11d97: 84, + 0x11ef3: 84, + 0x11ef4: 84, + 0x11f00: 84, + 0x11f01: 84, + 0x11f36: 84, + 0x11f37: 84, + 0x11f38: 84, + 0x11f39: 84, + 0x11f3a: 84, + 0x11f40: 84, + 0x11f42: 84, + 0x13430: 84, + 0x13431: 84, + 0x13432: 84, + 0x13433: 84, + 0x13434: 84, + 0x13435: 84, + 0x13436: 84, + 0x13437: 84, + 0x13438: 84, + 0x13439: 84, + 0x1343a: 84, + 0x1343b: 84, + 0x1343c: 84, + 0x1343d: 84, + 0x1343e: 84, + 0x1343f: 84, + 0x13440: 84, + 0x13447: 84, + 0x13448: 84, + 0x13449: 84, + 0x1344a: 84, + 0x1344b: 84, + 0x1344c: 84, + 0x1344d: 84, + 0x1344e: 84, + 0x1344f: 84, + 0x13450: 84, + 0x13451: 84, + 0x13452: 84, + 0x13453: 84, + 0x13454: 84, + 0x13455: 84, + 0x16af0: 84, + 0x16af1: 84, + 0x16af2: 84, + 0x16af3: 84, + 0x16af4: 84, + 0x16b30: 84, + 0x16b31: 84, + 0x16b32: 84, + 0x16b33: 84, + 0x16b34: 84, + 0x16b35: 84, + 0x16b36: 84, + 0x16f4f: 84, + 0x16f8f: 84, + 0x16f90: 84, + 0x16f91: 84, + 0x16f92: 84, + 0x16fe4: 84, + 0x1bc9d: 84, + 0x1bc9e: 84, + 0x1bca0: 84, + 0x1bca1: 84, + 0x1bca2: 84, + 0x1bca3: 84, + 0x1cf00: 84, + 0x1cf01: 84, + 0x1cf02: 84, + 0x1cf03: 84, + 0x1cf04: 84, + 0x1cf05: 84, + 0x1cf06: 84, + 0x1cf07: 84, + 0x1cf08: 84, + 0x1cf09: 84, + 0x1cf0a: 84, + 0x1cf0b: 84, + 0x1cf0c: 84, + 0x1cf0d: 84, + 0x1cf0e: 84, + 0x1cf0f: 84, + 0x1cf10: 84, + 0x1cf11: 84, + 0x1cf12: 84, + 0x1cf13: 84, + 0x1cf14: 84, + 0x1cf15: 84, + 0x1cf16: 84, + 0x1cf17: 84, + 0x1cf18: 84, + 0x1cf19: 84, + 0x1cf1a: 84, + 0x1cf1b: 84, + 0x1cf1c: 84, + 0x1cf1d: 84, + 0x1cf1e: 84, + 0x1cf1f: 84, + 0x1cf20: 84, + 0x1cf21: 84, + 0x1cf22: 84, + 0x1cf23: 84, + 0x1cf24: 84, + 0x1cf25: 84, + 0x1cf26: 84, + 0x1cf27: 84, + 0x1cf28: 84, + 0x1cf29: 84, + 0x1cf2a: 84, + 0x1cf2b: 84, + 0x1cf2c: 84, + 0x1cf2d: 84, + 0x1cf30: 84, + 0x1cf31: 84, + 0x1cf32: 84, + 0x1cf33: 84, + 0x1cf34: 84, + 0x1cf35: 84, + 0x1cf36: 84, + 0x1cf37: 84, + 0x1cf38: 84, + 0x1cf39: 84, + 0x1cf3a: 84, + 0x1cf3b: 84, + 0x1cf3c: 84, + 0x1cf3d: 84, + 0x1cf3e: 84, + 0x1cf3f: 84, + 0x1cf40: 84, + 0x1cf41: 84, + 0x1cf42: 84, + 0x1cf43: 84, + 0x1cf44: 84, + 0x1cf45: 84, + 0x1cf46: 84, + 0x1d167: 84, + 0x1d168: 84, + 0x1d169: 84, + 0x1d173: 84, + 0x1d174: 84, + 0x1d175: 84, + 0x1d176: 84, + 0x1d177: 84, + 0x1d178: 84, + 0x1d179: 84, + 0x1d17a: 84, + 0x1d17b: 84, + 0x1d17c: 84, + 0x1d17d: 84, + 0x1d17e: 84, + 0x1d17f: 84, + 0x1d180: 84, + 0x1d181: 84, + 0x1d182: 84, + 0x1d185: 84, + 0x1d186: 84, + 0x1d187: 84, + 0x1d188: 84, + 0x1d189: 84, + 0x1d18a: 84, + 0x1d18b: 84, + 0x1d1aa: 84, + 0x1d1ab: 84, + 0x1d1ac: 84, + 0x1d1ad: 84, + 0x1d242: 84, + 0x1d243: 84, + 0x1d244: 84, + 0x1da00: 84, + 0x1da01: 84, + 0x1da02: 84, + 0x1da03: 84, + 0x1da04: 84, + 0x1da05: 84, + 0x1da06: 84, + 0x1da07: 84, + 0x1da08: 84, + 0x1da09: 84, + 0x1da0a: 84, + 0x1da0b: 84, + 0x1da0c: 84, + 0x1da0d: 84, + 0x1da0e: 84, + 0x1da0f: 84, + 0x1da10: 84, + 0x1da11: 84, + 0x1da12: 84, + 0x1da13: 84, + 0x1da14: 84, + 0x1da15: 84, + 0x1da16: 84, + 0x1da17: 84, + 0x1da18: 84, + 0x1da19: 84, + 0x1da1a: 84, + 0x1da1b: 84, + 0x1da1c: 84, + 0x1da1d: 84, + 0x1da1e: 84, + 0x1da1f: 84, + 0x1da20: 84, + 0x1da21: 84, + 0x1da22: 84, + 0x1da23: 84, + 0x1da24: 84, + 0x1da25: 84, + 0x1da26: 84, + 0x1da27: 84, + 0x1da28: 84, + 0x1da29: 84, + 0x1da2a: 84, + 0x1da2b: 84, + 0x1da2c: 84, + 0x1da2d: 84, + 0x1da2e: 84, + 0x1da2f: 84, + 0x1da30: 84, + 0x1da31: 84, + 0x1da32: 84, + 0x1da33: 84, + 0x1da34: 84, + 0x1da35: 84, + 0x1da36: 84, + 0x1da3b: 84, + 0x1da3c: 84, + 0x1da3d: 84, + 0x1da3e: 84, + 0x1da3f: 84, + 0x1da40: 84, + 0x1da41: 84, + 0x1da42: 84, + 0x1da43: 84, + 0x1da44: 84, + 0x1da45: 84, + 0x1da46: 84, + 0x1da47: 84, + 0x1da48: 84, + 0x1da49: 84, + 0x1da4a: 84, + 0x1da4b: 84, + 0x1da4c: 84, + 0x1da4d: 84, + 0x1da4e: 84, + 0x1da4f: 84, + 0x1da50: 84, + 0x1da51: 84, + 0x1da52: 84, + 0x1da53: 84, + 0x1da54: 84, + 0x1da55: 84, + 0x1da56: 84, + 0x1da57: 84, + 0x1da58: 84, + 0x1da59: 84, + 0x1da5a: 84, + 0x1da5b: 84, + 0x1da5c: 84, + 0x1da5d: 84, + 0x1da5e: 84, + 0x1da5f: 84, + 0x1da60: 84, + 0x1da61: 84, + 0x1da62: 84, + 0x1da63: 84, + 0x1da64: 84, + 0x1da65: 84, + 0x1da66: 84, + 0x1da67: 84, + 0x1da68: 84, + 0x1da69: 84, + 0x1da6a: 84, + 0x1da6b: 84, + 0x1da6c: 84, + 0x1da75: 84, + 0x1da84: 84, + 0x1da9b: 84, + 0x1da9c: 84, + 0x1da9d: 84, + 0x1da9e: 84, + 0x1da9f: 84, + 0x1daa1: 84, + 0x1daa2: 84, + 0x1daa3: 84, + 0x1daa4: 84, + 0x1daa5: 84, + 0x1daa6: 84, + 0x1daa7: 84, + 0x1daa8: 84, + 0x1daa9: 84, + 0x1daaa: 84, + 0x1daab: 84, + 0x1daac: 84, + 0x1daad: 84, + 0x1daae: 84, + 0x1daaf: 84, + 0x1e000: 84, + 0x1e001: 84, + 0x1e002: 84, + 0x1e003: 84, + 0x1e004: 84, + 0x1e005: 84, + 0x1e006: 84, + 0x1e008: 84, + 0x1e009: 84, + 0x1e00a: 84, + 0x1e00b: 84, + 0x1e00c: 84, + 0x1e00d: 84, + 0x1e00e: 84, + 0x1e00f: 84, + 0x1e010: 84, + 0x1e011: 84, + 0x1e012: 84, + 0x1e013: 84, + 0x1e014: 84, + 0x1e015: 84, + 0x1e016: 84, + 0x1e017: 84, + 0x1e018: 84, + 0x1e01b: 84, + 0x1e01c: 84, + 0x1e01d: 84, + 0x1e01e: 84, + 0x1e01f: 84, + 0x1e020: 84, + 0x1e021: 84, + 0x1e023: 84, + 0x1e024: 84, + 0x1e026: 84, + 0x1e027: 84, + 0x1e028: 84, + 0x1e029: 84, + 0x1e02a: 84, + 0x1e08f: 84, + 0x1e130: 84, + 0x1e131: 84, + 0x1e132: 84, + 0x1e133: 84, + 0x1e134: 84, + 0x1e135: 84, + 0x1e136: 84, + 0x1e2ae: 84, + 0x1e2ec: 84, + 0x1e2ed: 84, + 0x1e2ee: 84, + 0x1e2ef: 84, + 0x1e4ec: 84, + 0x1e4ed: 84, + 0x1e4ee: 84, + 0x1e4ef: 84, + 0x1e8d0: 84, + 0x1e8d1: 84, + 0x1e8d2: 84, + 0x1e8d3: 84, + 0x1e8d4: 84, + 0x1e8d5: 84, + 0x1e8d6: 84, + 0x1e900: 68, + 0x1e901: 68, + 0x1e902: 68, + 0x1e903: 68, + 0x1e904: 68, + 0x1e905: 68, + 0x1e906: 68, + 0x1e907: 68, + 0x1e908: 68, + 0x1e909: 68, + 0x1e90a: 68, + 0x1e90b: 68, + 0x1e90c: 68, + 0x1e90d: 68, + 0x1e90e: 68, + 0x1e90f: 68, + 0x1e910: 68, + 0x1e911: 68, + 0x1e912: 68, + 0x1e913: 68, + 0x1e914: 68, + 0x1e915: 68, + 0x1e916: 68, + 0x1e917: 68, + 0x1e918: 68, + 0x1e919: 68, + 0x1e91a: 68, + 0x1e91b: 68, + 0x1e91c: 68, + 0x1e91d: 68, + 0x1e91e: 68, + 0x1e91f: 68, + 0x1e920: 68, + 0x1e921: 68, + 0x1e922: 68, + 0x1e923: 68, + 0x1e924: 68, + 0x1e925: 68, + 0x1e926: 68, + 0x1e927: 68, + 0x1e928: 68, + 0x1e929: 68, + 0x1e92a: 68, + 0x1e92b: 68, + 0x1e92c: 68, + 0x1e92d: 68, + 0x1e92e: 68, + 0x1e92f: 68, + 0x1e930: 68, + 0x1e931: 68, + 0x1e932: 68, + 0x1e933: 68, + 0x1e934: 68, + 0x1e935: 68, + 0x1e936: 68, + 0x1e937: 68, + 0x1e938: 68, + 0x1e939: 68, + 0x1e93a: 68, + 0x1e93b: 68, + 0x1e93c: 68, + 0x1e93d: 68, + 0x1e93e: 68, + 0x1e93f: 68, + 0x1e940: 68, + 0x1e941: 68, + 0x1e942: 68, + 0x1e943: 68, + 0x1e944: 84, + 0x1e945: 84, + 0x1e946: 84, + 0x1e947: 84, + 0x1e948: 84, + 0x1e949: 84, + 0x1e94a: 84, + 0x1e94b: 84, + 0xe0001: 84, + 0xe0020: 84, + 0xe0021: 84, + 0xe0022: 84, + 0xe0023: 84, + 0xe0024: 84, + 0xe0025: 84, + 0xe0026: 84, + 0xe0027: 84, + 0xe0028: 84, + 0xe0029: 84, + 0xe002a: 84, + 0xe002b: 84, + 0xe002c: 84, + 0xe002d: 84, + 0xe002e: 84, + 0xe002f: 84, + 0xe0030: 84, + 0xe0031: 84, + 0xe0032: 84, + 0xe0033: 84, + 0xe0034: 84, + 0xe0035: 84, + 0xe0036: 84, + 0xe0037: 84, + 0xe0038: 84, + 0xe0039: 84, + 0xe003a: 84, + 0xe003b: 84, + 0xe003c: 84, + 0xe003d: 84, + 0xe003e: 84, + 0xe003f: 84, + 0xe0040: 84, + 0xe0041: 84, + 0xe0042: 84, + 0xe0043: 84, + 0xe0044: 84, + 0xe0045: 84, + 0xe0046: 84, + 0xe0047: 84, + 0xe0048: 84, + 0xe0049: 84, + 0xe004a: 84, + 0xe004b: 84, + 0xe004c: 84, + 0xe004d: 84, + 0xe004e: 84, + 0xe004f: 84, + 0xe0050: 84, + 0xe0051: 84, + 0xe0052: 84, + 0xe0053: 84, + 0xe0054: 84, + 0xe0055: 84, + 0xe0056: 84, + 0xe0057: 84, + 0xe0058: 84, + 0xe0059: 84, + 0xe005a: 84, + 0xe005b: 84, + 0xe005c: 84, + 0xe005d: 84, + 0xe005e: 84, + 0xe005f: 84, + 0xe0060: 84, + 0xe0061: 84, + 0xe0062: 84, + 0xe0063: 84, + 0xe0064: 84, + 0xe0065: 84, + 0xe0066: 84, + 0xe0067: 84, + 0xe0068: 84, + 0xe0069: 84, + 0xe006a: 84, + 0xe006b: 84, + 0xe006c: 84, + 0xe006d: 84, + 0xe006e: 84, + 0xe006f: 84, + 0xe0070: 84, + 0xe0071: 84, + 0xe0072: 84, + 0xe0073: 84, + 0xe0074: 84, + 0xe0075: 84, + 0xe0076: 84, + 0xe0077: 84, + 0xe0078: 84, + 0xe0079: 84, + 0xe007a: 84, + 0xe007b: 84, + 0xe007c: 84, + 0xe007d: 84, + 0xe007e: 84, + 0xe007f: 84, + 0xe0100: 84, + 0xe0101: 84, + 0xe0102: 84, + 0xe0103: 84, + 0xe0104: 84, + 0xe0105: 84, + 0xe0106: 84, + 0xe0107: 84, + 0xe0108: 84, + 0xe0109: 84, + 0xe010a: 84, + 0xe010b: 84, + 0xe010c: 84, + 0xe010d: 84, + 0xe010e: 84, + 0xe010f: 84, + 0xe0110: 84, + 0xe0111: 84, + 0xe0112: 84, + 0xe0113: 84, + 0xe0114: 84, + 0xe0115: 84, + 0xe0116: 84, + 0xe0117: 84, + 0xe0118: 84, + 0xe0119: 84, + 0xe011a: 84, + 0xe011b: 84, + 0xe011c: 84, + 0xe011d: 84, + 0xe011e: 84, + 0xe011f: 84, + 0xe0120: 84, + 0xe0121: 84, + 0xe0122: 84, + 0xe0123: 84, + 0xe0124: 84, + 0xe0125: 84, + 0xe0126: 84, + 0xe0127: 84, + 0xe0128: 84, + 0xe0129: 84, + 0xe012a: 84, + 0xe012b: 84, + 0xe012c: 84, + 0xe012d: 84, + 0xe012e: 84, + 0xe012f: 84, + 0xe0130: 84, + 0xe0131: 84, + 0xe0132: 84, + 0xe0133: 84, + 0xe0134: 84, + 0xe0135: 84, + 0xe0136: 84, + 0xe0137: 84, + 0xe0138: 84, + 0xe0139: 84, + 0xe013a: 84, + 0xe013b: 84, + 0xe013c: 84, + 0xe013d: 84, + 0xe013e: 84, + 0xe013f: 84, + 0xe0140: 84, + 0xe0141: 84, + 0xe0142: 84, + 0xe0143: 84, + 0xe0144: 84, + 0xe0145: 84, + 0xe0146: 84, + 0xe0147: 84, + 0xe0148: 84, + 0xe0149: 84, + 0xe014a: 84, + 0xe014b: 84, + 0xe014c: 84, + 0xe014d: 84, + 0xe014e: 84, + 0xe014f: 84, + 0xe0150: 84, + 0xe0151: 84, + 0xe0152: 84, + 0xe0153: 84, + 0xe0154: 84, + 0xe0155: 84, + 0xe0156: 84, + 0xe0157: 84, + 0xe0158: 84, + 0xe0159: 84, + 0xe015a: 84, + 0xe015b: 84, + 0xe015c: 84, + 0xe015d: 84, + 0xe015e: 84, + 0xe015f: 84, + 0xe0160: 84, + 0xe0161: 84, + 0xe0162: 84, + 0xe0163: 84, + 0xe0164: 84, + 0xe0165: 84, + 0xe0166: 84, + 0xe0167: 84, + 0xe0168: 84, + 0xe0169: 84, + 0xe016a: 84, + 0xe016b: 84, + 0xe016c: 84, + 0xe016d: 84, + 0xe016e: 84, + 0xe016f: 84, + 0xe0170: 84, + 0xe0171: 84, + 0xe0172: 84, + 0xe0173: 84, + 0xe0174: 84, + 0xe0175: 84, + 0xe0176: 84, + 0xe0177: 84, + 0xe0178: 84, + 0xe0179: 84, + 0xe017a: 84, + 0xe017b: 84, + 0xe017c: 84, + 0xe017d: 84, + 0xe017e: 84, + 0xe017f: 84, + 0xe0180: 84, + 0xe0181: 84, + 0xe0182: 84, + 0xe0183: 84, + 0xe0184: 84, + 0xe0185: 84, + 0xe0186: 84, + 0xe0187: 84, + 0xe0188: 84, + 0xe0189: 84, + 0xe018a: 84, + 0xe018b: 84, + 0xe018c: 84, + 0xe018d: 84, + 0xe018e: 84, + 0xe018f: 84, + 0xe0190: 84, + 0xe0191: 84, + 0xe0192: 84, + 0xe0193: 84, + 0xe0194: 84, + 0xe0195: 84, + 0xe0196: 84, + 0xe0197: 84, + 0xe0198: 84, + 0xe0199: 84, + 0xe019a: 84, + 0xe019b: 84, + 0xe019c: 84, + 0xe019d: 84, + 0xe019e: 84, + 0xe019f: 84, + 0xe01a0: 84, + 0xe01a1: 84, + 0xe01a2: 84, + 0xe01a3: 84, + 0xe01a4: 84, + 0xe01a5: 84, + 0xe01a6: 84, + 0xe01a7: 84, + 0xe01a8: 84, + 0xe01a9: 84, + 0xe01aa: 84, + 0xe01ab: 84, + 0xe01ac: 84, + 0xe01ad: 84, + 0xe01ae: 84, + 0xe01af: 84, + 0xe01b0: 84, + 0xe01b1: 84, + 0xe01b2: 84, + 0xe01b3: 84, + 0xe01b4: 84, + 0xe01b5: 84, + 0xe01b6: 84, + 0xe01b7: 84, + 0xe01b8: 84, + 0xe01b9: 84, + 0xe01ba: 84, + 0xe01bb: 84, + 0xe01bc: 84, + 0xe01bd: 84, + 0xe01be: 84, + 0xe01bf: 84, + 0xe01c0: 84, + 0xe01c1: 84, + 0xe01c2: 84, + 0xe01c3: 84, + 0xe01c4: 84, + 0xe01c5: 84, + 0xe01c6: 84, + 0xe01c7: 84, + 0xe01c8: 84, + 0xe01c9: 84, + 0xe01ca: 84, + 0xe01cb: 84, + 0xe01cc: 84, + 0xe01cd: 84, + 0xe01ce: 84, + 0xe01cf: 84, + 0xe01d0: 84, + 0xe01d1: 84, + 0xe01d2: 84, + 0xe01d3: 84, + 0xe01d4: 84, + 0xe01d5: 84, + 0xe01d6: 84, + 0xe01d7: 84, + 0xe01d8: 84, + 0xe01d9: 84, + 0xe01da: 84, + 0xe01db: 84, + 0xe01dc: 84, + 0xe01dd: 84, + 0xe01de: 84, + 0xe01df: 84, + 0xe01e0: 84, + 0xe01e1: 84, + 0xe01e2: 84, + 0xe01e3: 84, + 0xe01e4: 84, + 0xe01e5: 84, + 0xe01e6: 84, + 0xe01e7: 84, + 0xe01e8: 84, + 0xe01e9: 84, + 0xe01ea: 84, + 0xe01eb: 84, + 0xe01ec: 84, + 0xe01ed: 84, + 0xe01ee: 84, + 0xe01ef: 84, +} +codepoint_classes = { + 'PVALID': ( + 0x2d0000002e, + 0x300000003a, + 0x610000007b, + 0xdf000000f7, + 0xf800000100, + 0x10100000102, + 0x10300000104, + 0x10500000106, + 0x10700000108, + 0x1090000010a, + 0x10b0000010c, + 0x10d0000010e, + 0x10f00000110, + 0x11100000112, + 0x11300000114, + 0x11500000116, + 0x11700000118, + 0x1190000011a, + 0x11b0000011c, + 0x11d0000011e, + 0x11f00000120, + 0x12100000122, + 0x12300000124, + 0x12500000126, + 0x12700000128, + 0x1290000012a, + 0x12b0000012c, + 0x12d0000012e, + 0x12f00000130, + 0x13100000132, + 0x13500000136, + 0x13700000139, + 0x13a0000013b, + 0x13c0000013d, + 0x13e0000013f, + 0x14200000143, + 0x14400000145, + 0x14600000147, + 0x14800000149, + 0x14b0000014c, + 0x14d0000014e, + 0x14f00000150, + 0x15100000152, + 0x15300000154, + 0x15500000156, + 0x15700000158, + 0x1590000015a, + 0x15b0000015c, + 0x15d0000015e, + 0x15f00000160, + 0x16100000162, + 0x16300000164, + 0x16500000166, + 0x16700000168, + 0x1690000016a, + 0x16b0000016c, + 0x16d0000016e, + 0x16f00000170, + 0x17100000172, + 0x17300000174, + 0x17500000176, + 0x17700000178, + 0x17a0000017b, + 0x17c0000017d, + 0x17e0000017f, + 0x18000000181, + 0x18300000184, + 0x18500000186, + 0x18800000189, + 0x18c0000018e, + 0x19200000193, + 0x19500000196, + 0x1990000019c, + 0x19e0000019f, + 0x1a1000001a2, + 0x1a3000001a4, + 0x1a5000001a6, + 0x1a8000001a9, + 0x1aa000001ac, + 0x1ad000001ae, + 0x1b0000001b1, + 0x1b4000001b5, + 0x1b6000001b7, + 0x1b9000001bc, + 0x1bd000001c4, + 0x1ce000001cf, + 0x1d0000001d1, + 0x1d2000001d3, + 0x1d4000001d5, + 0x1d6000001d7, + 0x1d8000001d9, + 0x1da000001db, + 0x1dc000001de, + 0x1df000001e0, + 0x1e1000001e2, + 0x1e3000001e4, + 0x1e5000001e6, + 0x1e7000001e8, + 0x1e9000001ea, + 0x1eb000001ec, + 0x1ed000001ee, + 0x1ef000001f1, + 0x1f5000001f6, + 0x1f9000001fa, + 0x1fb000001fc, + 0x1fd000001fe, + 0x1ff00000200, + 0x20100000202, + 0x20300000204, + 0x20500000206, + 0x20700000208, + 0x2090000020a, + 0x20b0000020c, + 0x20d0000020e, + 0x20f00000210, + 0x21100000212, + 0x21300000214, + 0x21500000216, + 0x21700000218, + 0x2190000021a, + 0x21b0000021c, + 0x21d0000021e, + 0x21f00000220, + 0x22100000222, + 0x22300000224, + 0x22500000226, + 0x22700000228, + 0x2290000022a, + 0x22b0000022c, + 0x22d0000022e, + 0x22f00000230, + 0x23100000232, + 0x2330000023a, + 0x23c0000023d, + 0x23f00000241, + 0x24200000243, + 0x24700000248, + 0x2490000024a, + 0x24b0000024c, + 0x24d0000024e, + 0x24f000002b0, + 0x2b9000002c2, + 0x2c6000002d2, + 0x2ec000002ed, + 0x2ee000002ef, + 0x30000000340, + 0x34200000343, + 0x3460000034f, + 0x35000000370, + 0x37100000372, + 0x37300000374, + 0x37700000378, + 0x37b0000037e, + 0x39000000391, + 0x3ac000003cf, + 0x3d7000003d8, + 0x3d9000003da, + 0x3db000003dc, + 0x3dd000003de, + 0x3df000003e0, + 0x3e1000003e2, + 0x3e3000003e4, + 0x3e5000003e6, + 0x3e7000003e8, + 0x3e9000003ea, + 0x3eb000003ec, + 0x3ed000003ee, + 0x3ef000003f0, + 0x3f3000003f4, + 0x3f8000003f9, + 0x3fb000003fd, + 0x43000000460, + 0x46100000462, + 0x46300000464, + 0x46500000466, + 0x46700000468, + 0x4690000046a, + 0x46b0000046c, + 0x46d0000046e, + 0x46f00000470, + 0x47100000472, + 0x47300000474, + 0x47500000476, + 0x47700000478, + 0x4790000047a, + 0x47b0000047c, + 0x47d0000047e, + 0x47f00000480, + 0x48100000482, + 0x48300000488, + 0x48b0000048c, + 0x48d0000048e, + 0x48f00000490, + 0x49100000492, + 0x49300000494, + 0x49500000496, + 0x49700000498, + 0x4990000049a, + 0x49b0000049c, + 0x49d0000049e, + 0x49f000004a0, + 0x4a1000004a2, + 0x4a3000004a4, + 0x4a5000004a6, + 0x4a7000004a8, + 0x4a9000004aa, + 0x4ab000004ac, + 0x4ad000004ae, + 0x4af000004b0, + 0x4b1000004b2, + 0x4b3000004b4, + 0x4b5000004b6, + 0x4b7000004b8, + 0x4b9000004ba, + 0x4bb000004bc, + 0x4bd000004be, + 0x4bf000004c0, + 0x4c2000004c3, + 0x4c4000004c5, + 0x4c6000004c7, + 0x4c8000004c9, + 0x4ca000004cb, + 0x4cc000004cd, + 0x4ce000004d0, + 0x4d1000004d2, + 0x4d3000004d4, + 0x4d5000004d6, + 0x4d7000004d8, + 0x4d9000004da, + 0x4db000004dc, + 0x4dd000004de, + 0x4df000004e0, + 0x4e1000004e2, + 0x4e3000004e4, + 0x4e5000004e6, + 0x4e7000004e8, + 0x4e9000004ea, + 0x4eb000004ec, + 0x4ed000004ee, + 0x4ef000004f0, + 0x4f1000004f2, + 0x4f3000004f4, + 0x4f5000004f6, + 0x4f7000004f8, + 0x4f9000004fa, + 0x4fb000004fc, + 0x4fd000004fe, + 0x4ff00000500, + 0x50100000502, + 0x50300000504, + 0x50500000506, + 0x50700000508, + 0x5090000050a, + 0x50b0000050c, + 0x50d0000050e, + 0x50f00000510, + 0x51100000512, + 0x51300000514, + 0x51500000516, + 0x51700000518, + 0x5190000051a, + 0x51b0000051c, + 0x51d0000051e, + 0x51f00000520, + 0x52100000522, + 0x52300000524, + 0x52500000526, + 0x52700000528, + 0x5290000052a, + 0x52b0000052c, + 0x52d0000052e, + 0x52f00000530, + 0x5590000055a, + 0x56000000587, + 0x58800000589, + 0x591000005be, + 0x5bf000005c0, + 0x5c1000005c3, + 0x5c4000005c6, + 0x5c7000005c8, + 0x5d0000005eb, + 0x5ef000005f3, + 0x6100000061b, + 0x62000000640, + 0x64100000660, + 0x66e00000675, + 0x679000006d4, + 0x6d5000006dd, + 0x6df000006e9, + 0x6ea000006f0, + 0x6fa00000700, + 0x7100000074b, + 0x74d000007b2, + 0x7c0000007f6, + 0x7fd000007fe, + 0x8000000082e, + 0x8400000085c, + 0x8600000086b, + 0x87000000888, + 0x8890000088f, + 0x898000008e2, + 0x8e300000958, + 0x96000000964, + 0x96600000970, + 0x97100000984, + 0x9850000098d, + 0x98f00000991, + 0x993000009a9, + 0x9aa000009b1, + 0x9b2000009b3, + 0x9b6000009ba, + 0x9bc000009c5, + 0x9c7000009c9, + 0x9cb000009cf, + 0x9d7000009d8, + 0x9e0000009e4, + 0x9e6000009f2, + 0x9fc000009fd, + 0x9fe000009ff, + 0xa0100000a04, + 0xa0500000a0b, + 0xa0f00000a11, + 0xa1300000a29, + 0xa2a00000a31, + 0xa3200000a33, + 0xa3500000a36, + 0xa3800000a3a, + 0xa3c00000a3d, + 0xa3e00000a43, + 0xa4700000a49, + 0xa4b00000a4e, + 0xa5100000a52, + 0xa5c00000a5d, + 0xa6600000a76, + 0xa8100000a84, + 0xa8500000a8e, + 0xa8f00000a92, + 0xa9300000aa9, + 0xaaa00000ab1, + 0xab200000ab4, + 0xab500000aba, + 0xabc00000ac6, + 0xac700000aca, + 0xacb00000ace, + 0xad000000ad1, + 0xae000000ae4, + 0xae600000af0, + 0xaf900000b00, + 0xb0100000b04, + 0xb0500000b0d, + 0xb0f00000b11, + 0xb1300000b29, + 0xb2a00000b31, + 0xb3200000b34, + 0xb3500000b3a, + 0xb3c00000b45, + 0xb4700000b49, + 0xb4b00000b4e, + 0xb5500000b58, + 0xb5f00000b64, + 0xb6600000b70, + 0xb7100000b72, + 0xb8200000b84, + 0xb8500000b8b, + 0xb8e00000b91, + 0xb9200000b96, + 0xb9900000b9b, + 0xb9c00000b9d, + 0xb9e00000ba0, + 0xba300000ba5, + 0xba800000bab, + 0xbae00000bba, + 0xbbe00000bc3, + 0xbc600000bc9, + 0xbca00000bce, + 0xbd000000bd1, + 0xbd700000bd8, + 0xbe600000bf0, + 0xc0000000c0d, + 0xc0e00000c11, + 0xc1200000c29, + 0xc2a00000c3a, + 0xc3c00000c45, + 0xc4600000c49, + 0xc4a00000c4e, + 0xc5500000c57, + 0xc5800000c5b, + 0xc5d00000c5e, + 0xc6000000c64, + 0xc6600000c70, + 0xc8000000c84, + 0xc8500000c8d, + 0xc8e00000c91, + 0xc9200000ca9, + 0xcaa00000cb4, + 0xcb500000cba, + 0xcbc00000cc5, + 0xcc600000cc9, + 0xcca00000cce, + 0xcd500000cd7, + 0xcdd00000cdf, + 0xce000000ce4, + 0xce600000cf0, + 0xcf100000cf4, + 0xd0000000d0d, + 0xd0e00000d11, + 0xd1200000d45, + 0xd4600000d49, + 0xd4a00000d4f, + 0xd5400000d58, + 0xd5f00000d64, + 0xd6600000d70, + 0xd7a00000d80, + 0xd8100000d84, + 0xd8500000d97, + 0xd9a00000db2, + 0xdb300000dbc, + 0xdbd00000dbe, + 0xdc000000dc7, + 0xdca00000dcb, + 0xdcf00000dd5, + 0xdd600000dd7, + 0xdd800000de0, + 0xde600000df0, + 0xdf200000df4, + 0xe0100000e33, + 0xe3400000e3b, + 0xe4000000e4f, + 0xe5000000e5a, + 0xe8100000e83, + 0xe8400000e85, + 0xe8600000e8b, + 0xe8c00000ea4, + 0xea500000ea6, + 0xea700000eb3, + 0xeb400000ebe, + 0xec000000ec5, + 0xec600000ec7, + 0xec800000ecf, + 0xed000000eda, + 0xede00000ee0, + 0xf0000000f01, + 0xf0b00000f0c, + 0xf1800000f1a, + 0xf2000000f2a, + 0xf3500000f36, + 0xf3700000f38, + 0xf3900000f3a, + 0xf3e00000f43, + 0xf4400000f48, + 0xf4900000f4d, + 0xf4e00000f52, + 0xf5300000f57, + 0xf5800000f5c, + 0xf5d00000f69, + 0xf6a00000f6d, + 0xf7100000f73, + 0xf7400000f75, + 0xf7a00000f81, + 0xf8200000f85, + 0xf8600000f93, + 0xf9400000f98, + 0xf9900000f9d, + 0xf9e00000fa2, + 0xfa300000fa7, + 0xfa800000fac, + 0xfad00000fb9, + 0xfba00000fbd, + 0xfc600000fc7, + 0x10000000104a, + 0x10500000109e, + 0x10d0000010fb, + 0x10fd00001100, + 0x120000001249, + 0x124a0000124e, + 0x125000001257, + 0x125800001259, + 0x125a0000125e, + 0x126000001289, + 0x128a0000128e, + 0x1290000012b1, + 0x12b2000012b6, + 0x12b8000012bf, + 0x12c0000012c1, + 0x12c2000012c6, + 0x12c8000012d7, + 0x12d800001311, + 0x131200001316, + 0x13180000135b, + 0x135d00001360, + 0x138000001390, + 0x13a0000013f6, + 0x14010000166d, + 0x166f00001680, + 0x16810000169b, + 0x16a0000016eb, + 0x16f1000016f9, + 0x170000001716, + 0x171f00001735, + 0x174000001754, + 0x17600000176d, + 0x176e00001771, + 0x177200001774, + 0x1780000017b4, + 0x17b6000017d4, + 0x17d7000017d8, + 0x17dc000017de, + 0x17e0000017ea, + 0x18100000181a, + 0x182000001879, + 0x1880000018ab, + 0x18b0000018f6, + 0x19000000191f, + 0x19200000192c, + 0x19300000193c, + 0x19460000196e, + 0x197000001975, + 0x1980000019ac, + 0x19b0000019ca, + 0x19d0000019da, + 0x1a0000001a1c, + 0x1a2000001a5f, + 0x1a6000001a7d, + 0x1a7f00001a8a, + 0x1a9000001a9a, + 0x1aa700001aa8, + 0x1ab000001abe, + 0x1abf00001acf, + 0x1b0000001b4d, + 0x1b5000001b5a, + 0x1b6b00001b74, + 0x1b8000001bf4, + 0x1c0000001c38, + 0x1c4000001c4a, + 0x1c4d00001c7e, + 0x1cd000001cd3, + 0x1cd400001cfb, + 0x1d0000001d2c, + 0x1d2f00001d30, + 0x1d3b00001d3c, + 0x1d4e00001d4f, + 0x1d6b00001d78, + 0x1d7900001d9b, + 0x1dc000001e00, + 0x1e0100001e02, + 0x1e0300001e04, + 0x1e0500001e06, + 0x1e0700001e08, + 0x1e0900001e0a, + 0x1e0b00001e0c, + 0x1e0d00001e0e, + 0x1e0f00001e10, + 0x1e1100001e12, + 0x1e1300001e14, + 0x1e1500001e16, + 0x1e1700001e18, + 0x1e1900001e1a, + 0x1e1b00001e1c, + 0x1e1d00001e1e, + 0x1e1f00001e20, + 0x1e2100001e22, + 0x1e2300001e24, + 0x1e2500001e26, + 0x1e2700001e28, + 0x1e2900001e2a, + 0x1e2b00001e2c, + 0x1e2d00001e2e, + 0x1e2f00001e30, + 0x1e3100001e32, + 0x1e3300001e34, + 0x1e3500001e36, + 0x1e3700001e38, + 0x1e3900001e3a, + 0x1e3b00001e3c, + 0x1e3d00001e3e, + 0x1e3f00001e40, + 0x1e4100001e42, + 0x1e4300001e44, + 0x1e4500001e46, + 0x1e4700001e48, + 0x1e4900001e4a, + 0x1e4b00001e4c, + 0x1e4d00001e4e, + 0x1e4f00001e50, + 0x1e5100001e52, + 0x1e5300001e54, + 0x1e5500001e56, + 0x1e5700001e58, + 0x1e5900001e5a, + 0x1e5b00001e5c, + 0x1e5d00001e5e, + 0x1e5f00001e60, + 0x1e6100001e62, + 0x1e6300001e64, + 0x1e6500001e66, + 0x1e6700001e68, + 0x1e6900001e6a, + 0x1e6b00001e6c, + 0x1e6d00001e6e, + 0x1e6f00001e70, + 0x1e7100001e72, + 0x1e7300001e74, + 0x1e7500001e76, + 0x1e7700001e78, + 0x1e7900001e7a, + 0x1e7b00001e7c, + 0x1e7d00001e7e, + 0x1e7f00001e80, + 0x1e8100001e82, + 0x1e8300001e84, + 0x1e8500001e86, + 0x1e8700001e88, + 0x1e8900001e8a, + 0x1e8b00001e8c, + 0x1e8d00001e8e, + 0x1e8f00001e90, + 0x1e9100001e92, + 0x1e9300001e94, + 0x1e9500001e9a, + 0x1e9c00001e9e, + 0x1e9f00001ea0, + 0x1ea100001ea2, + 0x1ea300001ea4, + 0x1ea500001ea6, + 0x1ea700001ea8, + 0x1ea900001eaa, + 0x1eab00001eac, + 0x1ead00001eae, + 0x1eaf00001eb0, + 0x1eb100001eb2, + 0x1eb300001eb4, + 0x1eb500001eb6, + 0x1eb700001eb8, + 0x1eb900001eba, + 0x1ebb00001ebc, + 0x1ebd00001ebe, + 0x1ebf00001ec0, + 0x1ec100001ec2, + 0x1ec300001ec4, + 0x1ec500001ec6, + 0x1ec700001ec8, + 0x1ec900001eca, + 0x1ecb00001ecc, + 0x1ecd00001ece, + 0x1ecf00001ed0, + 0x1ed100001ed2, + 0x1ed300001ed4, + 0x1ed500001ed6, + 0x1ed700001ed8, + 0x1ed900001eda, + 0x1edb00001edc, + 0x1edd00001ede, + 0x1edf00001ee0, + 0x1ee100001ee2, + 0x1ee300001ee4, + 0x1ee500001ee6, + 0x1ee700001ee8, + 0x1ee900001eea, + 0x1eeb00001eec, + 0x1eed00001eee, + 0x1eef00001ef0, + 0x1ef100001ef2, + 0x1ef300001ef4, + 0x1ef500001ef6, + 0x1ef700001ef8, + 0x1ef900001efa, + 0x1efb00001efc, + 0x1efd00001efe, + 0x1eff00001f08, + 0x1f1000001f16, + 0x1f2000001f28, + 0x1f3000001f38, + 0x1f4000001f46, + 0x1f5000001f58, + 0x1f6000001f68, + 0x1f7000001f71, + 0x1f7200001f73, + 0x1f7400001f75, + 0x1f7600001f77, + 0x1f7800001f79, + 0x1f7a00001f7b, + 0x1f7c00001f7d, + 0x1fb000001fb2, + 0x1fb600001fb7, + 0x1fc600001fc7, + 0x1fd000001fd3, + 0x1fd600001fd8, + 0x1fe000001fe3, + 0x1fe400001fe8, + 0x1ff600001ff7, + 0x214e0000214f, + 0x218400002185, + 0x2c3000002c60, + 0x2c6100002c62, + 0x2c6500002c67, + 0x2c6800002c69, + 0x2c6a00002c6b, + 0x2c6c00002c6d, + 0x2c7100002c72, + 0x2c7300002c75, + 0x2c7600002c7c, + 0x2c8100002c82, + 0x2c8300002c84, + 0x2c8500002c86, + 0x2c8700002c88, + 0x2c8900002c8a, + 0x2c8b00002c8c, + 0x2c8d00002c8e, + 0x2c8f00002c90, + 0x2c9100002c92, + 0x2c9300002c94, + 0x2c9500002c96, + 0x2c9700002c98, + 0x2c9900002c9a, + 0x2c9b00002c9c, + 0x2c9d00002c9e, + 0x2c9f00002ca0, + 0x2ca100002ca2, + 0x2ca300002ca4, + 0x2ca500002ca6, + 0x2ca700002ca8, + 0x2ca900002caa, + 0x2cab00002cac, + 0x2cad00002cae, + 0x2caf00002cb0, + 0x2cb100002cb2, + 0x2cb300002cb4, + 0x2cb500002cb6, + 0x2cb700002cb8, + 0x2cb900002cba, + 0x2cbb00002cbc, + 0x2cbd00002cbe, + 0x2cbf00002cc0, + 0x2cc100002cc2, + 0x2cc300002cc4, + 0x2cc500002cc6, + 0x2cc700002cc8, + 0x2cc900002cca, + 0x2ccb00002ccc, + 0x2ccd00002cce, + 0x2ccf00002cd0, + 0x2cd100002cd2, + 0x2cd300002cd4, + 0x2cd500002cd6, + 0x2cd700002cd8, + 0x2cd900002cda, + 0x2cdb00002cdc, + 0x2cdd00002cde, + 0x2cdf00002ce0, + 0x2ce100002ce2, + 0x2ce300002ce5, + 0x2cec00002ced, + 0x2cee00002cf2, + 0x2cf300002cf4, + 0x2d0000002d26, + 0x2d2700002d28, + 0x2d2d00002d2e, + 0x2d3000002d68, + 0x2d7f00002d97, + 0x2da000002da7, + 0x2da800002daf, + 0x2db000002db7, + 0x2db800002dbf, + 0x2dc000002dc7, + 0x2dc800002dcf, + 0x2dd000002dd7, + 0x2dd800002ddf, + 0x2de000002e00, + 0x2e2f00002e30, + 0x300500003008, + 0x302a0000302e, + 0x303c0000303d, + 0x304100003097, + 0x30990000309b, + 0x309d0000309f, + 0x30a1000030fb, + 0x30fc000030ff, + 0x310500003130, + 0x31a0000031c0, + 0x31f000003200, + 0x340000004dc0, + 0x4e000000a48d, + 0xa4d00000a4fe, + 0xa5000000a60d, + 0xa6100000a62c, + 0xa6410000a642, + 0xa6430000a644, + 0xa6450000a646, + 0xa6470000a648, + 0xa6490000a64a, + 0xa64b0000a64c, + 0xa64d0000a64e, + 0xa64f0000a650, + 0xa6510000a652, + 0xa6530000a654, + 0xa6550000a656, + 0xa6570000a658, + 0xa6590000a65a, + 0xa65b0000a65c, + 0xa65d0000a65e, + 0xa65f0000a660, + 0xa6610000a662, + 0xa6630000a664, + 0xa6650000a666, + 0xa6670000a668, + 0xa6690000a66a, + 0xa66b0000a66c, + 0xa66d0000a670, + 0xa6740000a67e, + 0xa67f0000a680, + 0xa6810000a682, + 0xa6830000a684, + 0xa6850000a686, + 0xa6870000a688, + 0xa6890000a68a, + 0xa68b0000a68c, + 0xa68d0000a68e, + 0xa68f0000a690, + 0xa6910000a692, + 0xa6930000a694, + 0xa6950000a696, + 0xa6970000a698, + 0xa6990000a69a, + 0xa69b0000a69c, + 0xa69e0000a6e6, + 0xa6f00000a6f2, + 0xa7170000a720, + 0xa7230000a724, + 0xa7250000a726, + 0xa7270000a728, + 0xa7290000a72a, + 0xa72b0000a72c, + 0xa72d0000a72e, + 0xa72f0000a732, + 0xa7330000a734, + 0xa7350000a736, + 0xa7370000a738, + 0xa7390000a73a, + 0xa73b0000a73c, + 0xa73d0000a73e, + 0xa73f0000a740, + 0xa7410000a742, + 0xa7430000a744, + 0xa7450000a746, + 0xa7470000a748, + 0xa7490000a74a, + 0xa74b0000a74c, + 0xa74d0000a74e, + 0xa74f0000a750, + 0xa7510000a752, + 0xa7530000a754, + 0xa7550000a756, + 0xa7570000a758, + 0xa7590000a75a, + 0xa75b0000a75c, + 0xa75d0000a75e, + 0xa75f0000a760, + 0xa7610000a762, + 0xa7630000a764, + 0xa7650000a766, + 0xa7670000a768, + 0xa7690000a76a, + 0xa76b0000a76c, + 0xa76d0000a76e, + 0xa76f0000a770, + 0xa7710000a779, + 0xa77a0000a77b, + 0xa77c0000a77d, + 0xa77f0000a780, + 0xa7810000a782, + 0xa7830000a784, + 0xa7850000a786, + 0xa7870000a789, + 0xa78c0000a78d, + 0xa78e0000a790, + 0xa7910000a792, + 0xa7930000a796, + 0xa7970000a798, + 0xa7990000a79a, + 0xa79b0000a79c, + 0xa79d0000a79e, + 0xa79f0000a7a0, + 0xa7a10000a7a2, + 0xa7a30000a7a4, + 0xa7a50000a7a6, + 0xa7a70000a7a8, + 0xa7a90000a7aa, + 0xa7af0000a7b0, + 0xa7b50000a7b6, + 0xa7b70000a7b8, + 0xa7b90000a7ba, + 0xa7bb0000a7bc, + 0xa7bd0000a7be, + 0xa7bf0000a7c0, + 0xa7c10000a7c2, + 0xa7c30000a7c4, + 0xa7c80000a7c9, + 0xa7ca0000a7cb, + 0xa7d10000a7d2, + 0xa7d30000a7d4, + 0xa7d50000a7d6, + 0xa7d70000a7d8, + 0xa7d90000a7da, + 0xa7f60000a7f8, + 0xa7fa0000a828, + 0xa82c0000a82d, + 0xa8400000a874, + 0xa8800000a8c6, + 0xa8d00000a8da, + 0xa8e00000a8f8, + 0xa8fb0000a8fc, + 0xa8fd0000a92e, + 0xa9300000a954, + 0xa9800000a9c1, + 0xa9cf0000a9da, + 0xa9e00000a9ff, + 0xaa000000aa37, + 0xaa400000aa4e, + 0xaa500000aa5a, + 0xaa600000aa77, + 0xaa7a0000aac3, + 0xaadb0000aade, + 0xaae00000aaf0, + 0xaaf20000aaf7, + 0xab010000ab07, + 0xab090000ab0f, + 0xab110000ab17, + 0xab200000ab27, + 0xab280000ab2f, + 0xab300000ab5b, + 0xab600000ab69, + 0xabc00000abeb, + 0xabec0000abee, + 0xabf00000abfa, + 0xac000000d7a4, + 0xfa0e0000fa10, + 0xfa110000fa12, + 0xfa130000fa15, + 0xfa1f0000fa20, + 0xfa210000fa22, + 0xfa230000fa25, + 0xfa270000fa2a, + 0xfb1e0000fb1f, + 0xfe200000fe30, + 0xfe730000fe74, + 0x100000001000c, + 0x1000d00010027, + 0x100280001003b, + 0x1003c0001003e, + 0x1003f0001004e, + 0x100500001005e, + 0x10080000100fb, + 0x101fd000101fe, + 0x102800001029d, + 0x102a0000102d1, + 0x102e0000102e1, + 0x1030000010320, + 0x1032d00010341, + 0x103420001034a, + 0x103500001037b, + 0x103800001039e, + 0x103a0000103c4, + 0x103c8000103d0, + 0x104280001049e, + 0x104a0000104aa, + 0x104d8000104fc, + 0x1050000010528, + 0x1053000010564, + 0x10597000105a2, + 0x105a3000105b2, + 0x105b3000105ba, + 0x105bb000105bd, + 0x1060000010737, + 0x1074000010756, + 0x1076000010768, + 0x1078000010781, + 0x1080000010806, + 0x1080800010809, + 0x1080a00010836, + 0x1083700010839, + 0x1083c0001083d, + 0x1083f00010856, + 0x1086000010877, + 0x108800001089f, + 0x108e0000108f3, + 0x108f4000108f6, + 0x1090000010916, + 0x109200001093a, + 0x10980000109b8, + 0x109be000109c0, + 0x10a0000010a04, + 0x10a0500010a07, + 0x10a0c00010a14, + 0x10a1500010a18, + 0x10a1900010a36, + 0x10a3800010a3b, + 0x10a3f00010a40, + 0x10a6000010a7d, + 0x10a8000010a9d, + 0x10ac000010ac8, + 0x10ac900010ae7, + 0x10b0000010b36, + 0x10b4000010b56, + 0x10b6000010b73, + 0x10b8000010b92, + 0x10c0000010c49, + 0x10cc000010cf3, + 0x10d0000010d28, + 0x10d3000010d3a, + 0x10e8000010eaa, + 0x10eab00010ead, + 0x10eb000010eb2, + 0x10efd00010f1d, + 0x10f2700010f28, + 0x10f3000010f51, + 0x10f7000010f86, + 0x10fb000010fc5, + 0x10fe000010ff7, + 0x1100000011047, + 0x1106600011076, + 0x1107f000110bb, + 0x110c2000110c3, + 0x110d0000110e9, + 0x110f0000110fa, + 0x1110000011135, + 0x1113600011140, + 0x1114400011148, + 0x1115000011174, + 0x1117600011177, + 0x11180000111c5, + 0x111c9000111cd, + 0x111ce000111db, + 0x111dc000111dd, + 0x1120000011212, + 0x1121300011238, + 0x1123e00011242, + 0x1128000011287, + 0x1128800011289, + 0x1128a0001128e, + 0x1128f0001129e, + 0x1129f000112a9, + 0x112b0000112eb, + 0x112f0000112fa, + 0x1130000011304, + 0x113050001130d, + 0x1130f00011311, + 0x1131300011329, + 0x1132a00011331, + 0x1133200011334, + 0x113350001133a, + 0x1133b00011345, + 0x1134700011349, + 0x1134b0001134e, + 0x1135000011351, + 0x1135700011358, + 0x1135d00011364, + 0x113660001136d, + 0x1137000011375, + 0x114000001144b, + 0x114500001145a, + 0x1145e00011462, + 0x11480000114c6, + 0x114c7000114c8, + 0x114d0000114da, + 0x11580000115b6, + 0x115b8000115c1, + 0x115d8000115de, + 0x1160000011641, + 0x1164400011645, + 0x116500001165a, + 0x11680000116b9, + 0x116c0000116ca, + 0x117000001171b, + 0x1171d0001172c, + 0x117300001173a, + 0x1174000011747, + 0x118000001183b, + 0x118c0000118ea, + 0x118ff00011907, + 0x119090001190a, + 0x1190c00011914, + 0x1191500011917, + 0x1191800011936, + 0x1193700011939, + 0x1193b00011944, + 0x119500001195a, + 0x119a0000119a8, + 0x119aa000119d8, + 0x119da000119e2, + 0x119e3000119e5, + 0x11a0000011a3f, + 0x11a4700011a48, + 0x11a5000011a9a, + 0x11a9d00011a9e, + 0x11ab000011af9, + 0x11c0000011c09, + 0x11c0a00011c37, + 0x11c3800011c41, + 0x11c5000011c5a, + 0x11c7200011c90, + 0x11c9200011ca8, + 0x11ca900011cb7, + 0x11d0000011d07, + 0x11d0800011d0a, + 0x11d0b00011d37, + 0x11d3a00011d3b, + 0x11d3c00011d3e, + 0x11d3f00011d48, + 0x11d5000011d5a, + 0x11d6000011d66, + 0x11d6700011d69, + 0x11d6a00011d8f, + 0x11d9000011d92, + 0x11d9300011d99, + 0x11da000011daa, + 0x11ee000011ef7, + 0x11f0000011f11, + 0x11f1200011f3b, + 0x11f3e00011f43, + 0x11f5000011f5a, + 0x11fb000011fb1, + 0x120000001239a, + 0x1248000012544, + 0x12f9000012ff1, + 0x1300000013430, + 0x1344000013456, + 0x1440000014647, + 0x1680000016a39, + 0x16a4000016a5f, + 0x16a6000016a6a, + 0x16a7000016abf, + 0x16ac000016aca, + 0x16ad000016aee, + 0x16af000016af5, + 0x16b0000016b37, + 0x16b4000016b44, + 0x16b5000016b5a, + 0x16b6300016b78, + 0x16b7d00016b90, + 0x16e6000016e80, + 0x16f0000016f4b, + 0x16f4f00016f88, + 0x16f8f00016fa0, + 0x16fe000016fe2, + 0x16fe300016fe5, + 0x16ff000016ff2, + 0x17000000187f8, + 0x1880000018cd6, + 0x18d0000018d09, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b123, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1b1550001b156, + 0x1b1640001b168, + 0x1b1700001b2fc, + 0x1bc000001bc6b, + 0x1bc700001bc7d, + 0x1bc800001bc89, + 0x1bc900001bc9a, + 0x1bc9d0001bc9f, + 0x1cf000001cf2e, + 0x1cf300001cf47, + 0x1da000001da37, + 0x1da3b0001da6d, + 0x1da750001da76, + 0x1da840001da85, + 0x1da9b0001daa0, + 0x1daa10001dab0, + 0x1df000001df1f, + 0x1df250001df2b, + 0x1e0000001e007, + 0x1e0080001e019, + 0x1e01b0001e022, + 0x1e0230001e025, + 0x1e0260001e02b, + 0x1e08f0001e090, + 0x1e1000001e12d, + 0x1e1300001e13e, + 0x1e1400001e14a, + 0x1e14e0001e14f, + 0x1e2900001e2af, + 0x1e2c00001e2fa, + 0x1e4d00001e4fa, + 0x1e7e00001e7e7, + 0x1e7e80001e7ec, + 0x1e7ed0001e7ef, + 0x1e7f00001e7ff, + 0x1e8000001e8c5, + 0x1e8d00001e8d7, + 0x1e9220001e94c, + 0x1e9500001e95a, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x2ebf00002ee5e, + 0x300000003134b, + 0x31350000323b0, + ), + 'CONTEXTJ': ( + 0x200c0000200e, + ), + 'CONTEXTO': ( + 0xb7000000b8, + 0x37500000376, + 0x5f3000005f5, + 0x6600000066a, + 0x6f0000006fa, + 0x30fb000030fc, + ), +} diff --git a/.awi/lib/python3.9/site-packages/idna/intranges.py b/.awi/lib/python3.9/site-packages/idna/intranges.py new file mode 100644 index 0000000..6a43b04 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/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/.awi/lib/python3.9/site-packages/idna/package_data.py b/.awi/lib/python3.9/site-packages/idna/package_data.py new file mode 100644 index 0000000..ed81113 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/idna/package_data.py @@ -0,0 +1,2 @@ +__version__ = '3.7' + diff --git a/.awi/lib/python3.9/site-packages/idna/py.typed b/.awi/lib/python3.9/site-packages/idna/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/idna/uts46data.py b/.awi/lib/python3.9/site-packages/idna/uts46data.py new file mode 100644 index 0000000..6a1eddb --- /dev/null +++ b/.awi/lib/python3.9/site-packages/idna/uts46data.py @@ -0,0 +1,8598 @@ +# This file is automatically generated by tools/idna-data +# vim: set fileencoding=utf-8 : + +from typing import List, Tuple, Union + + +"""IDNA Mapping Table from UTS46.""" + + +__version__ = '15.1.0' +def _seg_0() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x0, '3'), + (0x1, '3'), + (0x2, '3'), + (0x3, '3'), + (0x4, '3'), + (0x5, '3'), + (0x6, '3'), + (0x7, '3'), + (0x8, '3'), + (0x9, '3'), + (0xA, '3'), + (0xB, '3'), + (0xC, '3'), + (0xD, '3'), + (0xE, '3'), + (0xF, '3'), + (0x10, '3'), + (0x11, '3'), + (0x12, '3'), + (0x13, '3'), + (0x14, '3'), + (0x15, '3'), + (0x16, '3'), + (0x17, '3'), + (0x18, '3'), + (0x19, '3'), + (0x1A, '3'), + (0x1B, '3'), + (0x1C, '3'), + (0x1D, '3'), + (0x1E, '3'), + (0x1F, '3'), + (0x20, '3'), + (0x21, '3'), + (0x22, '3'), + (0x23, '3'), + (0x24, '3'), + (0x25, '3'), + (0x26, '3'), + (0x27, '3'), + (0x28, '3'), + (0x29, '3'), + (0x2A, '3'), + (0x2B, '3'), + (0x2C, '3'), + (0x2D, 'V'), + (0x2E, 'V'), + (0x2F, '3'), + (0x30, 'V'), + (0x31, 'V'), + (0x32, 'V'), + (0x33, 'V'), + (0x34, 'V'), + (0x35, 'V'), + (0x36, 'V'), + (0x37, 'V'), + (0x38, 'V'), + (0x39, 'V'), + (0x3A, '3'), + (0x3B, '3'), + (0x3C, '3'), + (0x3D, '3'), + (0x3E, '3'), + (0x3F, '3'), + (0x40, '3'), + (0x41, 'M', 'a'), + (0x42, 'M', 'b'), + (0x43, 'M', 'c'), + (0x44, 'M', 'd'), + (0x45, 'M', 'e'), + (0x46, 'M', 'f'), + (0x47, 'M', 'g'), + (0x48, 'M', 'h'), + (0x49, 'M', 'i'), + (0x4A, 'M', 'j'), + (0x4B, 'M', 'k'), + (0x4C, 'M', 'l'), + (0x4D, 'M', 'm'), + (0x4E, 'M', 'n'), + (0x4F, 'M', 'o'), + (0x50, 'M', 'p'), + (0x51, 'M', 'q'), + (0x52, 'M', 'r'), + (0x53, 'M', 's'), + (0x54, 'M', 't'), + (0x55, 'M', 'u'), + (0x56, 'M', 'v'), + (0x57, 'M', 'w'), + (0x58, 'M', 'x'), + (0x59, 'M', 'y'), + (0x5A, 'M', 'z'), + (0x5B, '3'), + (0x5C, '3'), + (0x5D, '3'), + (0x5E, '3'), + (0x5F, '3'), + (0x60, '3'), + (0x61, 'V'), + (0x62, 'V'), + (0x63, 'V'), + ] + +def _seg_1() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x64, 'V'), + (0x65, 'V'), + (0x66, 'V'), + (0x67, 'V'), + (0x68, 'V'), + (0x69, 'V'), + (0x6A, 'V'), + (0x6B, 'V'), + (0x6C, 'V'), + (0x6D, 'V'), + (0x6E, 'V'), + (0x6F, 'V'), + (0x70, 'V'), + (0x71, 'V'), + (0x72, 'V'), + (0x73, 'V'), + (0x74, 'V'), + (0x75, 'V'), + (0x76, 'V'), + (0x77, 'V'), + (0x78, 'V'), + (0x79, 'V'), + (0x7A, 'V'), + (0x7B, '3'), + (0x7C, '3'), + (0x7D, '3'), + (0x7E, '3'), + (0x7F, '3'), + (0x80, 'X'), + (0x81, 'X'), + (0x82, 'X'), + (0x83, 'X'), + (0x84, 'X'), + (0x85, 'X'), + (0x86, 'X'), + (0x87, 'X'), + (0x88, 'X'), + (0x89, 'X'), + (0x8A, 'X'), + (0x8B, 'X'), + (0x8C, 'X'), + (0x8D, 'X'), + (0x8E, 'X'), + (0x8F, 'X'), + (0x90, 'X'), + (0x91, 'X'), + (0x92, 'X'), + (0x93, 'X'), + (0x94, 'X'), + (0x95, 'X'), + (0x96, 'X'), + (0x97, 'X'), + (0x98, 'X'), + (0x99, 'X'), + (0x9A, 'X'), + (0x9B, 'X'), + (0x9C, 'X'), + (0x9D, 'X'), + (0x9E, 'X'), + (0x9F, 'X'), + (0xA0, '3', ' '), + (0xA1, 'V'), + (0xA2, 'V'), + (0xA3, 'V'), + (0xA4, 'V'), + (0xA5, 'V'), + (0xA6, 'V'), + (0xA7, 'V'), + (0xA8, '3', ' ̈'), + (0xA9, 'V'), + (0xAA, 'M', 'a'), + (0xAB, 'V'), + (0xAC, 'V'), + (0xAD, 'I'), + (0xAE, 'V'), + (0xAF, '3', ' ̄'), + (0xB0, 'V'), + (0xB1, 'V'), + (0xB2, 'M', '2'), + (0xB3, 'M', '3'), + (0xB4, '3', ' ́'), + (0xB5, 'M', 'μ'), + (0xB6, 'V'), + (0xB7, 'V'), + (0xB8, '3', ' ̧'), + (0xB9, 'M', '1'), + (0xBA, 'M', 'o'), + (0xBB, 'V'), + (0xBC, 'M', '1⁄4'), + (0xBD, 'M', '1⁄2'), + (0xBE, 'M', '3⁄4'), + (0xBF, 'V'), + (0xC0, 'M', 'à'), + (0xC1, 'M', 'á'), + (0xC2, 'M', 'â'), + (0xC3, 'M', 'ã'), + (0xC4, 'M', 'ä'), + (0xC5, 'M', 'å'), + (0xC6, 'M', 'æ'), + (0xC7, 'M', 'ç'), + ] + +def _seg_2() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC8, 'M', 'è'), + (0xC9, 'M', 'é'), + (0xCA, 'M', 'ê'), + (0xCB, 'M', 'ë'), + (0xCC, 'M', 'ì'), + (0xCD, 'M', 'í'), + (0xCE, 'M', 'î'), + (0xCF, 'M', 'ï'), + (0xD0, 'M', 'ð'), + (0xD1, 'M', 'ñ'), + (0xD2, 'M', 'ò'), + (0xD3, 'M', 'ó'), + (0xD4, 'M', 'ô'), + (0xD5, 'M', 'õ'), + (0xD6, 'M', 'ö'), + (0xD7, 'V'), + (0xD8, 'M', 'ø'), + (0xD9, 'M', 'ù'), + (0xDA, 'M', 'ú'), + (0xDB, 'M', 'û'), + (0xDC, 'M', 'ü'), + (0xDD, 'M', 'ý'), + (0xDE, 'M', 'þ'), + (0xDF, 'D', 'ss'), + (0xE0, 'V'), + (0xE1, 'V'), + (0xE2, 'V'), + (0xE3, 'V'), + (0xE4, 'V'), + (0xE5, 'V'), + (0xE6, 'V'), + (0xE7, 'V'), + (0xE8, 'V'), + (0xE9, 'V'), + (0xEA, 'V'), + (0xEB, 'V'), + (0xEC, 'V'), + (0xED, 'V'), + (0xEE, 'V'), + (0xEF, 'V'), + (0xF0, 'V'), + (0xF1, 'V'), + (0xF2, 'V'), + (0xF3, 'V'), + (0xF4, 'V'), + (0xF5, 'V'), + (0xF6, 'V'), + (0xF7, 'V'), + (0xF8, 'V'), + (0xF9, 'V'), + (0xFA, 'V'), + (0xFB, 'V'), + (0xFC, 'V'), + (0xFD, 'V'), + (0xFE, 'V'), + (0xFF, 'V'), + (0x100, 'M', 'ā'), + (0x101, 'V'), + (0x102, 'M', 'ă'), + (0x103, 'V'), + (0x104, 'M', 'ą'), + (0x105, 'V'), + (0x106, 'M', 'ć'), + (0x107, 'V'), + (0x108, 'M', 'ĉ'), + (0x109, 'V'), + (0x10A, 'M', 'ċ'), + (0x10B, 'V'), + (0x10C, 'M', 'č'), + (0x10D, 'V'), + (0x10E, 'M', 'ď'), + (0x10F, 'V'), + (0x110, 'M', 'đ'), + (0x111, 'V'), + (0x112, 'M', 'ē'), + (0x113, 'V'), + (0x114, 'M', 'ĕ'), + (0x115, 'V'), + (0x116, 'M', 'ė'), + (0x117, 'V'), + (0x118, 'M', 'ę'), + (0x119, 'V'), + (0x11A, 'M', 'ě'), + (0x11B, 'V'), + (0x11C, 'M', 'ĝ'), + (0x11D, 'V'), + (0x11E, 'M', 'ğ'), + (0x11F, 'V'), + (0x120, 'M', 'ġ'), + (0x121, 'V'), + (0x122, 'M', 'ģ'), + (0x123, 'V'), + (0x124, 'M', 'ĥ'), + (0x125, 'V'), + (0x126, 'M', 'ħ'), + (0x127, 'V'), + (0x128, 'M', 'ĩ'), + (0x129, 'V'), + (0x12A, 'M', 'ī'), + (0x12B, 'V'), + ] + +def _seg_3() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x12C, 'M', 'ĭ'), + (0x12D, 'V'), + (0x12E, 'M', 'į'), + (0x12F, 'V'), + (0x130, 'M', 'i̇'), + (0x131, 'V'), + (0x132, 'M', 'ij'), + (0x134, 'M', 'ĵ'), + (0x135, 'V'), + (0x136, 'M', 'ķ'), + (0x137, 'V'), + (0x139, 'M', 'ĺ'), + (0x13A, 'V'), + (0x13B, 'M', 'ļ'), + (0x13C, 'V'), + (0x13D, 'M', 'ľ'), + (0x13E, 'V'), + (0x13F, 'M', 'l·'), + (0x141, 'M', 'ł'), + (0x142, 'V'), + (0x143, 'M', 'ń'), + (0x144, 'V'), + (0x145, 'M', 'ņ'), + (0x146, 'V'), + (0x147, 'M', 'ň'), + (0x148, 'V'), + (0x149, 'M', 'ʼn'), + (0x14A, 'M', 'ŋ'), + (0x14B, 'V'), + (0x14C, 'M', 'ō'), + (0x14D, 'V'), + (0x14E, 'M', 'ŏ'), + (0x14F, 'V'), + (0x150, 'M', 'ő'), + (0x151, 'V'), + (0x152, 'M', 'œ'), + (0x153, 'V'), + (0x154, 'M', 'ŕ'), + (0x155, 'V'), + (0x156, 'M', 'ŗ'), + (0x157, 'V'), + (0x158, 'M', 'ř'), + (0x159, 'V'), + (0x15A, 'M', 'ś'), + (0x15B, 'V'), + (0x15C, 'M', 'ŝ'), + (0x15D, 'V'), + (0x15E, 'M', 'ş'), + (0x15F, 'V'), + (0x160, 'M', 'š'), + (0x161, 'V'), + (0x162, 'M', 'ţ'), + (0x163, 'V'), + (0x164, 'M', 'ť'), + (0x165, 'V'), + (0x166, 'M', 'ŧ'), + (0x167, 'V'), + (0x168, 'M', 'ũ'), + (0x169, 'V'), + (0x16A, 'M', 'ū'), + (0x16B, 'V'), + (0x16C, 'M', 'ŭ'), + (0x16D, 'V'), + (0x16E, 'M', 'ů'), + (0x16F, 'V'), + (0x170, 'M', 'ű'), + (0x171, 'V'), + (0x172, 'M', 'ų'), + (0x173, 'V'), + (0x174, 'M', 'ŵ'), + (0x175, 'V'), + (0x176, 'M', 'ŷ'), + (0x177, 'V'), + (0x178, 'M', 'ÿ'), + (0x179, 'M', 'ź'), + (0x17A, 'V'), + (0x17B, 'M', 'ż'), + (0x17C, 'V'), + (0x17D, 'M', 'ž'), + (0x17E, 'V'), + (0x17F, 'M', 's'), + (0x180, 'V'), + (0x181, 'M', 'ɓ'), + (0x182, 'M', 'ƃ'), + (0x183, 'V'), + (0x184, 'M', 'ƅ'), + (0x185, 'V'), + (0x186, 'M', 'ɔ'), + (0x187, 'M', 'ƈ'), + (0x188, 'V'), + (0x189, 'M', 'ɖ'), + (0x18A, 'M', 'ɗ'), + (0x18B, 'M', 'ƌ'), + (0x18C, 'V'), + (0x18E, 'M', 'ǝ'), + (0x18F, 'M', 'ə'), + (0x190, 'M', 'ɛ'), + (0x191, 'M', 'ƒ'), + (0x192, 'V'), + (0x193, 'M', 'ɠ'), + ] + +def _seg_4() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x194, 'M', 'ɣ'), + (0x195, 'V'), + (0x196, 'M', 'ɩ'), + (0x197, 'M', 'ɨ'), + (0x198, 'M', 'ƙ'), + (0x199, 'V'), + (0x19C, 'M', 'ɯ'), + (0x19D, 'M', 'ɲ'), + (0x19E, 'V'), + (0x19F, 'M', 'ɵ'), + (0x1A0, 'M', 'ơ'), + (0x1A1, 'V'), + (0x1A2, 'M', 'ƣ'), + (0x1A3, 'V'), + (0x1A4, 'M', 'ƥ'), + (0x1A5, 'V'), + (0x1A6, 'M', 'ʀ'), + (0x1A7, 'M', 'ƨ'), + (0x1A8, 'V'), + (0x1A9, 'M', 'ʃ'), + (0x1AA, 'V'), + (0x1AC, 'M', 'ƭ'), + (0x1AD, 'V'), + (0x1AE, 'M', 'ʈ'), + (0x1AF, 'M', 'ư'), + (0x1B0, 'V'), + (0x1B1, 'M', 'ʊ'), + (0x1B2, 'M', 'ʋ'), + (0x1B3, 'M', 'ƴ'), + (0x1B4, 'V'), + (0x1B5, 'M', 'ƶ'), + (0x1B6, 'V'), + (0x1B7, 'M', 'ʒ'), + (0x1B8, 'M', 'ƹ'), + (0x1B9, 'V'), + (0x1BC, 'M', 'ƽ'), + (0x1BD, 'V'), + (0x1C4, 'M', 'dž'), + (0x1C7, 'M', 'lj'), + (0x1CA, 'M', 'nj'), + (0x1CD, 'M', 'ǎ'), + (0x1CE, 'V'), + (0x1CF, 'M', 'ǐ'), + (0x1D0, 'V'), + (0x1D1, 'M', 'ǒ'), + (0x1D2, 'V'), + (0x1D3, 'M', 'ǔ'), + (0x1D4, 'V'), + (0x1D5, 'M', 'ǖ'), + (0x1D6, 'V'), + (0x1D7, 'M', 'ǘ'), + (0x1D8, 'V'), + (0x1D9, 'M', 'ǚ'), + (0x1DA, 'V'), + (0x1DB, 'M', 'ǜ'), + (0x1DC, 'V'), + (0x1DE, 'M', 'ǟ'), + (0x1DF, 'V'), + (0x1E0, 'M', 'ǡ'), + (0x1E1, 'V'), + (0x1E2, 'M', 'ǣ'), + (0x1E3, 'V'), + (0x1E4, 'M', 'ǥ'), + (0x1E5, 'V'), + (0x1E6, 'M', 'ǧ'), + (0x1E7, 'V'), + (0x1E8, 'M', 'ǩ'), + (0x1E9, 'V'), + (0x1EA, 'M', 'ǫ'), + (0x1EB, 'V'), + (0x1EC, 'M', 'ǭ'), + (0x1ED, 'V'), + (0x1EE, 'M', 'ǯ'), + (0x1EF, 'V'), + (0x1F1, 'M', 'dz'), + (0x1F4, 'M', 'ǵ'), + (0x1F5, 'V'), + (0x1F6, 'M', 'ƕ'), + (0x1F7, 'M', 'ƿ'), + (0x1F8, 'M', 'ǹ'), + (0x1F9, 'V'), + (0x1FA, 'M', 'ǻ'), + (0x1FB, 'V'), + (0x1FC, 'M', 'ǽ'), + (0x1FD, 'V'), + (0x1FE, 'M', 'ǿ'), + (0x1FF, 'V'), + (0x200, 'M', 'ȁ'), + (0x201, 'V'), + (0x202, 'M', 'ȃ'), + (0x203, 'V'), + (0x204, 'M', 'ȅ'), + (0x205, 'V'), + (0x206, 'M', 'ȇ'), + (0x207, 'V'), + (0x208, 'M', 'ȉ'), + (0x209, 'V'), + (0x20A, 'M', 'ȋ'), + (0x20B, 'V'), + (0x20C, 'M', 'ȍ'), + ] + +def _seg_5() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x20D, 'V'), + (0x20E, 'M', 'ȏ'), + (0x20F, 'V'), + (0x210, 'M', 'ȑ'), + (0x211, 'V'), + (0x212, 'M', 'ȓ'), + (0x213, 'V'), + (0x214, 'M', 'ȕ'), + (0x215, 'V'), + (0x216, 'M', 'ȗ'), + (0x217, 'V'), + (0x218, 'M', 'ș'), + (0x219, 'V'), + (0x21A, 'M', 'ț'), + (0x21B, 'V'), + (0x21C, 'M', 'ȝ'), + (0x21D, 'V'), + (0x21E, 'M', 'ȟ'), + (0x21F, 'V'), + (0x220, 'M', 'ƞ'), + (0x221, 'V'), + (0x222, 'M', 'ȣ'), + (0x223, 'V'), + (0x224, 'M', 'ȥ'), + (0x225, 'V'), + (0x226, 'M', 'ȧ'), + (0x227, 'V'), + (0x228, 'M', 'ȩ'), + (0x229, 'V'), + (0x22A, 'M', 'ȫ'), + (0x22B, 'V'), + (0x22C, 'M', 'ȭ'), + (0x22D, 'V'), + (0x22E, 'M', 'ȯ'), + (0x22F, 'V'), + (0x230, 'M', 'ȱ'), + (0x231, 'V'), + (0x232, 'M', 'ȳ'), + (0x233, 'V'), + (0x23A, 'M', 'ⱥ'), + (0x23B, 'M', 'ȼ'), + (0x23C, 'V'), + (0x23D, 'M', 'ƚ'), + (0x23E, 'M', 'ⱦ'), + (0x23F, 'V'), + (0x241, 'M', 'ɂ'), + (0x242, 'V'), + (0x243, 'M', 'ƀ'), + (0x244, 'M', 'ʉ'), + (0x245, 'M', 'ʌ'), + (0x246, 'M', 'ɇ'), + (0x247, 'V'), + (0x248, 'M', 'ɉ'), + (0x249, 'V'), + (0x24A, 'M', 'ɋ'), + (0x24B, 'V'), + (0x24C, 'M', 'ɍ'), + (0x24D, 'V'), + (0x24E, 'M', 'ɏ'), + (0x24F, 'V'), + (0x2B0, 'M', 'h'), + (0x2B1, 'M', 'ɦ'), + (0x2B2, 'M', 'j'), + (0x2B3, 'M', 'r'), + (0x2B4, 'M', 'ɹ'), + (0x2B5, 'M', 'ɻ'), + (0x2B6, 'M', 'ʁ'), + (0x2B7, 'M', 'w'), + (0x2B8, 'M', 'y'), + (0x2B9, 'V'), + (0x2D8, '3', ' ̆'), + (0x2D9, '3', ' ̇'), + (0x2DA, '3', ' ̊'), + (0x2DB, '3', ' ̨'), + (0x2DC, '3', ' ̃'), + (0x2DD, '3', ' ̋'), + (0x2DE, 'V'), + (0x2E0, 'M', 'ɣ'), + (0x2E1, 'M', 'l'), + (0x2E2, 'M', 's'), + (0x2E3, 'M', 'x'), + (0x2E4, 'M', 'ʕ'), + (0x2E5, 'V'), + (0x340, 'M', '̀'), + (0x341, 'M', '́'), + (0x342, 'V'), + (0x343, 'M', '̓'), + (0x344, 'M', '̈́'), + (0x345, 'M', 'ι'), + (0x346, 'V'), + (0x34F, 'I'), + (0x350, 'V'), + (0x370, 'M', 'ͱ'), + (0x371, 'V'), + (0x372, 'M', 'ͳ'), + (0x373, 'V'), + (0x374, 'M', 'ʹ'), + (0x375, 'V'), + (0x376, 'M', 'ͷ'), + (0x377, 'V'), + ] + +def _seg_6() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x378, 'X'), + (0x37A, '3', ' ι'), + (0x37B, 'V'), + (0x37E, '3', ';'), + (0x37F, 'M', 'ϳ'), + (0x380, 'X'), + (0x384, '3', ' ́'), + (0x385, '3', ' ̈́'), + (0x386, 'M', 'ά'), + (0x387, 'M', '·'), + (0x388, 'M', 'έ'), + (0x389, 'M', 'ή'), + (0x38A, 'M', 'ί'), + (0x38B, 'X'), + (0x38C, 'M', 'ό'), + (0x38D, 'X'), + (0x38E, 'M', 'ύ'), + (0x38F, 'M', 'ώ'), + (0x390, 'V'), + (0x391, 'M', 'α'), + (0x392, 'M', 'β'), + (0x393, 'M', 'γ'), + (0x394, 'M', 'δ'), + (0x395, 'M', 'ε'), + (0x396, 'M', 'ζ'), + (0x397, 'M', 'η'), + (0x398, 'M', 'θ'), + (0x399, 'M', 'ι'), + (0x39A, 'M', 'κ'), + (0x39B, 'M', 'λ'), + (0x39C, 'M', 'μ'), + (0x39D, 'M', 'ν'), + (0x39E, 'M', 'ξ'), + (0x39F, 'M', 'ο'), + (0x3A0, 'M', 'π'), + (0x3A1, 'M', 'ρ'), + (0x3A2, 'X'), + (0x3A3, 'M', 'σ'), + (0x3A4, 'M', 'τ'), + (0x3A5, 'M', 'υ'), + (0x3A6, 'M', 'φ'), + (0x3A7, 'M', 'χ'), + (0x3A8, 'M', 'ψ'), + (0x3A9, 'M', 'ω'), + (0x3AA, 'M', 'ϊ'), + (0x3AB, 'M', 'ϋ'), + (0x3AC, 'V'), + (0x3C2, 'D', 'σ'), + (0x3C3, 'V'), + (0x3CF, 'M', 'ϗ'), + (0x3D0, 'M', 'β'), + (0x3D1, 'M', 'θ'), + (0x3D2, 'M', 'υ'), + (0x3D3, 'M', 'ύ'), + (0x3D4, 'M', 'ϋ'), + (0x3D5, 'M', 'φ'), + (0x3D6, 'M', 'π'), + (0x3D7, 'V'), + (0x3D8, 'M', 'ϙ'), + (0x3D9, 'V'), + (0x3DA, 'M', 'ϛ'), + (0x3DB, 'V'), + (0x3DC, 'M', 'ϝ'), + (0x3DD, 'V'), + (0x3DE, 'M', 'ϟ'), + (0x3DF, 'V'), + (0x3E0, 'M', 'ϡ'), + (0x3E1, 'V'), + (0x3E2, 'M', 'ϣ'), + (0x3E3, 'V'), + (0x3E4, 'M', 'ϥ'), + (0x3E5, 'V'), + (0x3E6, 'M', 'ϧ'), + (0x3E7, 'V'), + (0x3E8, 'M', 'ϩ'), + (0x3E9, 'V'), + (0x3EA, 'M', 'ϫ'), + (0x3EB, 'V'), + (0x3EC, 'M', 'ϭ'), + (0x3ED, 'V'), + (0x3EE, 'M', 'ϯ'), + (0x3EF, 'V'), + (0x3F0, 'M', 'κ'), + (0x3F1, 'M', 'ρ'), + (0x3F2, 'M', 'σ'), + (0x3F3, 'V'), + (0x3F4, 'M', 'θ'), + (0x3F5, 'M', 'ε'), + (0x3F6, 'V'), + (0x3F7, 'M', 'ϸ'), + (0x3F8, 'V'), + (0x3F9, 'M', 'σ'), + (0x3FA, 'M', 'ϻ'), + (0x3FB, 'V'), + (0x3FD, 'M', 'ͻ'), + (0x3FE, 'M', 'ͼ'), + (0x3FF, 'M', 'ͽ'), + (0x400, 'M', 'ѐ'), + (0x401, 'M', 'ё'), + (0x402, 'M', 'ђ'), + ] + +def _seg_7() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x403, 'M', 'ѓ'), + (0x404, 'M', 'є'), + (0x405, 'M', 'ѕ'), + (0x406, 'M', 'і'), + (0x407, 'M', 'ї'), + (0x408, 'M', 'ј'), + (0x409, 'M', 'љ'), + (0x40A, 'M', 'њ'), + (0x40B, 'M', 'ћ'), + (0x40C, 'M', 'ќ'), + (0x40D, 'M', 'ѝ'), + (0x40E, 'M', 'ў'), + (0x40F, 'M', 'џ'), + (0x410, 'M', 'а'), + (0x411, 'M', 'б'), + (0x412, 'M', 'в'), + (0x413, 'M', 'г'), + (0x414, 'M', 'д'), + (0x415, 'M', 'е'), + (0x416, 'M', 'ж'), + (0x417, 'M', 'з'), + (0x418, 'M', 'и'), + (0x419, 'M', 'й'), + (0x41A, 'M', 'к'), + (0x41B, 'M', 'л'), + (0x41C, 'M', 'м'), + (0x41D, 'M', 'н'), + (0x41E, 'M', 'о'), + (0x41F, 'M', 'п'), + (0x420, 'M', 'р'), + (0x421, 'M', 'с'), + (0x422, 'M', 'т'), + (0x423, 'M', 'у'), + (0x424, 'M', 'ф'), + (0x425, 'M', 'х'), + (0x426, 'M', 'ц'), + (0x427, 'M', 'ч'), + (0x428, 'M', 'ш'), + (0x429, 'M', 'щ'), + (0x42A, 'M', 'ъ'), + (0x42B, 'M', 'ы'), + (0x42C, 'M', 'ь'), + (0x42D, 'M', 'э'), + (0x42E, 'M', 'ю'), + (0x42F, 'M', 'я'), + (0x430, 'V'), + (0x460, 'M', 'ѡ'), + (0x461, 'V'), + (0x462, 'M', 'ѣ'), + (0x463, 'V'), + (0x464, 'M', 'ѥ'), + (0x465, 'V'), + (0x466, 'M', 'ѧ'), + (0x467, 'V'), + (0x468, 'M', 'ѩ'), + (0x469, 'V'), + (0x46A, 'M', 'ѫ'), + (0x46B, 'V'), + (0x46C, 'M', 'ѭ'), + (0x46D, 'V'), + (0x46E, 'M', 'ѯ'), + (0x46F, 'V'), + (0x470, 'M', 'ѱ'), + (0x471, 'V'), + (0x472, 'M', 'ѳ'), + (0x473, 'V'), + (0x474, 'M', 'ѵ'), + (0x475, 'V'), + (0x476, 'M', 'ѷ'), + (0x477, 'V'), + (0x478, 'M', 'ѹ'), + (0x479, 'V'), + (0x47A, 'M', 'ѻ'), + (0x47B, 'V'), + (0x47C, 'M', 'ѽ'), + (0x47D, 'V'), + (0x47E, 'M', 'ѿ'), + (0x47F, 'V'), + (0x480, 'M', 'ҁ'), + (0x481, 'V'), + (0x48A, 'M', 'ҋ'), + (0x48B, 'V'), + (0x48C, 'M', 'ҍ'), + (0x48D, 'V'), + (0x48E, 'M', 'ҏ'), + (0x48F, 'V'), + (0x490, 'M', 'ґ'), + (0x491, 'V'), + (0x492, 'M', 'ғ'), + (0x493, 'V'), + (0x494, 'M', 'ҕ'), + (0x495, 'V'), + (0x496, 'M', 'җ'), + (0x497, 'V'), + (0x498, 'M', 'ҙ'), + (0x499, 'V'), + (0x49A, 'M', 'қ'), + (0x49B, 'V'), + (0x49C, 'M', 'ҝ'), + (0x49D, 'V'), + ] + +def _seg_8() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x49E, 'M', 'ҟ'), + (0x49F, 'V'), + (0x4A0, 'M', 'ҡ'), + (0x4A1, 'V'), + (0x4A2, 'M', 'ң'), + (0x4A3, 'V'), + (0x4A4, 'M', 'ҥ'), + (0x4A5, 'V'), + (0x4A6, 'M', 'ҧ'), + (0x4A7, 'V'), + (0x4A8, 'M', 'ҩ'), + (0x4A9, 'V'), + (0x4AA, 'M', 'ҫ'), + (0x4AB, 'V'), + (0x4AC, 'M', 'ҭ'), + (0x4AD, 'V'), + (0x4AE, 'M', 'ү'), + (0x4AF, 'V'), + (0x4B0, 'M', 'ұ'), + (0x4B1, 'V'), + (0x4B2, 'M', 'ҳ'), + (0x4B3, 'V'), + (0x4B4, 'M', 'ҵ'), + (0x4B5, 'V'), + (0x4B6, 'M', 'ҷ'), + (0x4B7, 'V'), + (0x4B8, 'M', 'ҹ'), + (0x4B9, 'V'), + (0x4BA, 'M', 'һ'), + (0x4BB, 'V'), + (0x4BC, 'M', 'ҽ'), + (0x4BD, 'V'), + (0x4BE, 'M', 'ҿ'), + (0x4BF, 'V'), + (0x4C0, 'X'), + (0x4C1, 'M', 'ӂ'), + (0x4C2, 'V'), + (0x4C3, 'M', 'ӄ'), + (0x4C4, 'V'), + (0x4C5, 'M', 'ӆ'), + (0x4C6, 'V'), + (0x4C7, 'M', 'ӈ'), + (0x4C8, 'V'), + (0x4C9, 'M', 'ӊ'), + (0x4CA, 'V'), + (0x4CB, 'M', 'ӌ'), + (0x4CC, 'V'), + (0x4CD, 'M', 'ӎ'), + (0x4CE, 'V'), + (0x4D0, 'M', 'ӑ'), + (0x4D1, 'V'), + (0x4D2, 'M', 'ӓ'), + (0x4D3, 'V'), + (0x4D4, 'M', 'ӕ'), + (0x4D5, 'V'), + (0x4D6, 'M', 'ӗ'), + (0x4D7, 'V'), + (0x4D8, 'M', 'ә'), + (0x4D9, 'V'), + (0x4DA, 'M', 'ӛ'), + (0x4DB, 'V'), + (0x4DC, 'M', 'ӝ'), + (0x4DD, 'V'), + (0x4DE, 'M', 'ӟ'), + (0x4DF, 'V'), + (0x4E0, 'M', 'ӡ'), + (0x4E1, 'V'), + (0x4E2, 'M', 'ӣ'), + (0x4E3, 'V'), + (0x4E4, 'M', 'ӥ'), + (0x4E5, 'V'), + (0x4E6, 'M', 'ӧ'), + (0x4E7, 'V'), + (0x4E8, 'M', 'ө'), + (0x4E9, 'V'), + (0x4EA, 'M', 'ӫ'), + (0x4EB, 'V'), + (0x4EC, 'M', 'ӭ'), + (0x4ED, 'V'), + (0x4EE, 'M', 'ӯ'), + (0x4EF, 'V'), + (0x4F0, 'M', 'ӱ'), + (0x4F1, 'V'), + (0x4F2, 'M', 'ӳ'), + (0x4F3, 'V'), + (0x4F4, 'M', 'ӵ'), + (0x4F5, 'V'), + (0x4F6, 'M', 'ӷ'), + (0x4F7, 'V'), + (0x4F8, 'M', 'ӹ'), + (0x4F9, 'V'), + (0x4FA, 'M', 'ӻ'), + (0x4FB, 'V'), + (0x4FC, 'M', 'ӽ'), + (0x4FD, 'V'), + (0x4FE, 'M', 'ӿ'), + (0x4FF, 'V'), + (0x500, 'M', 'ԁ'), + (0x501, 'V'), + (0x502, 'M', 'ԃ'), + ] + +def _seg_9() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x503, 'V'), + (0x504, 'M', 'ԅ'), + (0x505, 'V'), + (0x506, 'M', 'ԇ'), + (0x507, 'V'), + (0x508, 'M', 'ԉ'), + (0x509, 'V'), + (0x50A, 'M', 'ԋ'), + (0x50B, 'V'), + (0x50C, 'M', 'ԍ'), + (0x50D, 'V'), + (0x50E, 'M', 'ԏ'), + (0x50F, 'V'), + (0x510, 'M', 'ԑ'), + (0x511, 'V'), + (0x512, 'M', 'ԓ'), + (0x513, 'V'), + (0x514, 'M', 'ԕ'), + (0x515, 'V'), + (0x516, 'M', 'ԗ'), + (0x517, 'V'), + (0x518, 'M', 'ԙ'), + (0x519, 'V'), + (0x51A, 'M', 'ԛ'), + (0x51B, 'V'), + (0x51C, 'M', 'ԝ'), + (0x51D, 'V'), + (0x51E, 'M', 'ԟ'), + (0x51F, 'V'), + (0x520, 'M', 'ԡ'), + (0x521, 'V'), + (0x522, 'M', 'ԣ'), + (0x523, 'V'), + (0x524, 'M', 'ԥ'), + (0x525, 'V'), + (0x526, 'M', 'ԧ'), + (0x527, 'V'), + (0x528, 'M', 'ԩ'), + (0x529, 'V'), + (0x52A, 'M', 'ԫ'), + (0x52B, 'V'), + (0x52C, 'M', 'ԭ'), + (0x52D, 'V'), + (0x52E, 'M', 'ԯ'), + (0x52F, 'V'), + (0x530, 'X'), + (0x531, 'M', 'ա'), + (0x532, 'M', 'բ'), + (0x533, 'M', 'գ'), + (0x534, 'M', 'դ'), + (0x535, 'M', 'ե'), + (0x536, 'M', 'զ'), + (0x537, 'M', 'է'), + (0x538, 'M', 'ը'), + (0x539, 'M', 'թ'), + (0x53A, 'M', 'ժ'), + (0x53B, 'M', 'ի'), + (0x53C, 'M', 'լ'), + (0x53D, 'M', 'խ'), + (0x53E, 'M', 'ծ'), + (0x53F, 'M', 'կ'), + (0x540, 'M', 'հ'), + (0x541, 'M', 'ձ'), + (0x542, 'M', 'ղ'), + (0x543, 'M', 'ճ'), + (0x544, 'M', 'մ'), + (0x545, 'M', 'յ'), + (0x546, 'M', 'ն'), + (0x547, 'M', 'շ'), + (0x548, 'M', 'ո'), + (0x549, 'M', 'չ'), + (0x54A, 'M', 'պ'), + (0x54B, 'M', 'ջ'), + (0x54C, 'M', 'ռ'), + (0x54D, 'M', 'ս'), + (0x54E, 'M', 'վ'), + (0x54F, 'M', 'տ'), + (0x550, 'M', 'ր'), + (0x551, 'M', 'ց'), + (0x552, 'M', 'ւ'), + (0x553, 'M', 'փ'), + (0x554, 'M', 'ք'), + (0x555, 'M', 'օ'), + (0x556, 'M', 'ֆ'), + (0x557, 'X'), + (0x559, 'V'), + (0x587, 'M', 'եւ'), + (0x588, 'V'), + (0x58B, 'X'), + (0x58D, 'V'), + (0x590, 'X'), + (0x591, 'V'), + (0x5C8, 'X'), + (0x5D0, 'V'), + (0x5EB, 'X'), + (0x5EF, 'V'), + (0x5F5, 'X'), + (0x606, 'V'), + (0x61C, 'X'), + (0x61D, 'V'), + ] + +def _seg_10() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x675, 'M', 'اٴ'), + (0x676, 'M', 'وٴ'), + (0x677, 'M', 'ۇٴ'), + (0x678, 'M', 'يٴ'), + (0x679, 'V'), + (0x6DD, 'X'), + (0x6DE, 'V'), + (0x70E, 'X'), + (0x710, 'V'), + (0x74B, 'X'), + (0x74D, 'V'), + (0x7B2, 'X'), + (0x7C0, 'V'), + (0x7FB, 'X'), + (0x7FD, 'V'), + (0x82E, 'X'), + (0x830, 'V'), + (0x83F, 'X'), + (0x840, 'V'), + (0x85C, 'X'), + (0x85E, 'V'), + (0x85F, 'X'), + (0x860, 'V'), + (0x86B, 'X'), + (0x870, 'V'), + (0x88F, 'X'), + (0x898, 'V'), + (0x8E2, 'X'), + (0x8E3, 'V'), + (0x958, 'M', 'क़'), + (0x959, 'M', 'ख़'), + (0x95A, 'M', 'ग़'), + (0x95B, 'M', 'ज़'), + (0x95C, 'M', 'ड़'), + (0x95D, 'M', 'ढ़'), + (0x95E, 'M', 'फ़'), + (0x95F, 'M', 'य़'), + (0x960, 'V'), + (0x984, 'X'), + (0x985, 'V'), + (0x98D, 'X'), + (0x98F, 'V'), + (0x991, 'X'), + (0x993, 'V'), + (0x9A9, 'X'), + (0x9AA, 'V'), + (0x9B1, 'X'), + (0x9B2, 'V'), + (0x9B3, 'X'), + (0x9B6, 'V'), + (0x9BA, 'X'), + (0x9BC, 'V'), + (0x9C5, 'X'), + (0x9C7, 'V'), + (0x9C9, 'X'), + (0x9CB, 'V'), + (0x9CF, 'X'), + (0x9D7, 'V'), + (0x9D8, 'X'), + (0x9DC, 'M', 'ড়'), + (0x9DD, 'M', 'ঢ়'), + (0x9DE, 'X'), + (0x9DF, 'M', 'য়'), + (0x9E0, 'V'), + (0x9E4, 'X'), + (0x9E6, 'V'), + (0x9FF, 'X'), + (0xA01, 'V'), + (0xA04, 'X'), + (0xA05, 'V'), + (0xA0B, 'X'), + (0xA0F, 'V'), + (0xA11, 'X'), + (0xA13, 'V'), + (0xA29, 'X'), + (0xA2A, 'V'), + (0xA31, 'X'), + (0xA32, 'V'), + (0xA33, 'M', 'ਲ਼'), + (0xA34, 'X'), + (0xA35, 'V'), + (0xA36, 'M', 'ਸ਼'), + (0xA37, 'X'), + (0xA38, 'V'), + (0xA3A, 'X'), + (0xA3C, 'V'), + (0xA3D, 'X'), + (0xA3E, 'V'), + (0xA43, 'X'), + (0xA47, 'V'), + (0xA49, 'X'), + (0xA4B, 'V'), + (0xA4E, 'X'), + (0xA51, 'V'), + (0xA52, 'X'), + (0xA59, 'M', 'ਖ਼'), + (0xA5A, 'M', 'ਗ਼'), + (0xA5B, 'M', 'ਜ਼'), + (0xA5C, 'V'), + (0xA5D, 'X'), + ] + +def _seg_11() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA5E, 'M', 'ਫ਼'), + (0xA5F, 'X'), + (0xA66, 'V'), + (0xA77, 'X'), + (0xA81, 'V'), + (0xA84, 'X'), + (0xA85, 'V'), + (0xA8E, 'X'), + (0xA8F, 'V'), + (0xA92, 'X'), + (0xA93, 'V'), + (0xAA9, 'X'), + (0xAAA, 'V'), + (0xAB1, 'X'), + (0xAB2, 'V'), + (0xAB4, 'X'), + (0xAB5, 'V'), + (0xABA, 'X'), + (0xABC, 'V'), + (0xAC6, 'X'), + (0xAC7, 'V'), + (0xACA, 'X'), + (0xACB, 'V'), + (0xACE, 'X'), + (0xAD0, 'V'), + (0xAD1, 'X'), + (0xAE0, 'V'), + (0xAE4, 'X'), + (0xAE6, 'V'), + (0xAF2, 'X'), + (0xAF9, 'V'), + (0xB00, 'X'), + (0xB01, 'V'), + (0xB04, 'X'), + (0xB05, 'V'), + (0xB0D, 'X'), + (0xB0F, 'V'), + (0xB11, 'X'), + (0xB13, 'V'), + (0xB29, 'X'), + (0xB2A, 'V'), + (0xB31, 'X'), + (0xB32, 'V'), + (0xB34, 'X'), + (0xB35, 'V'), + (0xB3A, 'X'), + (0xB3C, 'V'), + (0xB45, 'X'), + (0xB47, 'V'), + (0xB49, 'X'), + (0xB4B, 'V'), + (0xB4E, 'X'), + (0xB55, 'V'), + (0xB58, 'X'), + (0xB5C, 'M', 'ଡ଼'), + (0xB5D, 'M', 'ଢ଼'), + (0xB5E, 'X'), + (0xB5F, 'V'), + (0xB64, 'X'), + (0xB66, 'V'), + (0xB78, 'X'), + (0xB82, 'V'), + (0xB84, 'X'), + (0xB85, 'V'), + (0xB8B, 'X'), + (0xB8E, 'V'), + (0xB91, 'X'), + (0xB92, 'V'), + (0xB96, 'X'), + (0xB99, 'V'), + (0xB9B, 'X'), + (0xB9C, 'V'), + (0xB9D, 'X'), + (0xB9E, 'V'), + (0xBA0, 'X'), + (0xBA3, 'V'), + (0xBA5, 'X'), + (0xBA8, 'V'), + (0xBAB, 'X'), + (0xBAE, 'V'), + (0xBBA, 'X'), + (0xBBE, 'V'), + (0xBC3, 'X'), + (0xBC6, 'V'), + (0xBC9, 'X'), + (0xBCA, 'V'), + (0xBCE, 'X'), + (0xBD0, 'V'), + (0xBD1, 'X'), + (0xBD7, 'V'), + (0xBD8, 'X'), + (0xBE6, 'V'), + (0xBFB, 'X'), + (0xC00, 'V'), + (0xC0D, 'X'), + (0xC0E, 'V'), + (0xC11, 'X'), + (0xC12, 'V'), + (0xC29, 'X'), + (0xC2A, 'V'), + ] + +def _seg_12() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC3A, 'X'), + (0xC3C, 'V'), + (0xC45, 'X'), + (0xC46, 'V'), + (0xC49, 'X'), + (0xC4A, 'V'), + (0xC4E, 'X'), + (0xC55, 'V'), + (0xC57, 'X'), + (0xC58, 'V'), + (0xC5B, 'X'), + (0xC5D, 'V'), + (0xC5E, 'X'), + (0xC60, 'V'), + (0xC64, 'X'), + (0xC66, 'V'), + (0xC70, 'X'), + (0xC77, 'V'), + (0xC8D, 'X'), + (0xC8E, 'V'), + (0xC91, 'X'), + (0xC92, 'V'), + (0xCA9, 'X'), + (0xCAA, 'V'), + (0xCB4, 'X'), + (0xCB5, 'V'), + (0xCBA, 'X'), + (0xCBC, 'V'), + (0xCC5, 'X'), + (0xCC6, 'V'), + (0xCC9, 'X'), + (0xCCA, 'V'), + (0xCCE, 'X'), + (0xCD5, 'V'), + (0xCD7, 'X'), + (0xCDD, 'V'), + (0xCDF, 'X'), + (0xCE0, 'V'), + (0xCE4, 'X'), + (0xCE6, 'V'), + (0xCF0, 'X'), + (0xCF1, 'V'), + (0xCF4, 'X'), + (0xD00, 'V'), + (0xD0D, 'X'), + (0xD0E, 'V'), + (0xD11, 'X'), + (0xD12, 'V'), + (0xD45, 'X'), + (0xD46, 'V'), + (0xD49, 'X'), + (0xD4A, 'V'), + (0xD50, 'X'), + (0xD54, 'V'), + (0xD64, 'X'), + (0xD66, 'V'), + (0xD80, 'X'), + (0xD81, 'V'), + (0xD84, 'X'), + (0xD85, 'V'), + (0xD97, 'X'), + (0xD9A, 'V'), + (0xDB2, 'X'), + (0xDB3, 'V'), + (0xDBC, 'X'), + (0xDBD, 'V'), + (0xDBE, 'X'), + (0xDC0, 'V'), + (0xDC7, 'X'), + (0xDCA, 'V'), + (0xDCB, 'X'), + (0xDCF, 'V'), + (0xDD5, 'X'), + (0xDD6, 'V'), + (0xDD7, 'X'), + (0xDD8, 'V'), + (0xDE0, 'X'), + (0xDE6, 'V'), + (0xDF0, 'X'), + (0xDF2, 'V'), + (0xDF5, 'X'), + (0xE01, 'V'), + (0xE33, 'M', 'ํา'), + (0xE34, 'V'), + (0xE3B, 'X'), + (0xE3F, 'V'), + (0xE5C, 'X'), + (0xE81, 'V'), + (0xE83, 'X'), + (0xE84, 'V'), + (0xE85, 'X'), + (0xE86, 'V'), + (0xE8B, 'X'), + (0xE8C, 'V'), + (0xEA4, 'X'), + (0xEA5, 'V'), + (0xEA6, 'X'), + (0xEA7, 'V'), + (0xEB3, 'M', 'ໍາ'), + (0xEB4, 'V'), + ] + +def _seg_13() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xEBE, 'X'), + (0xEC0, 'V'), + (0xEC5, 'X'), + (0xEC6, 'V'), + (0xEC7, 'X'), + (0xEC8, 'V'), + (0xECF, 'X'), + (0xED0, 'V'), + (0xEDA, 'X'), + (0xEDC, 'M', 'ຫນ'), + (0xEDD, 'M', 'ຫມ'), + (0xEDE, 'V'), + (0xEE0, 'X'), + (0xF00, 'V'), + (0xF0C, 'M', '་'), + (0xF0D, 'V'), + (0xF43, 'M', 'གྷ'), + (0xF44, 'V'), + (0xF48, 'X'), + (0xF49, 'V'), + (0xF4D, 'M', 'ཌྷ'), + (0xF4E, 'V'), + (0xF52, 'M', 'དྷ'), + (0xF53, 'V'), + (0xF57, 'M', 'བྷ'), + (0xF58, 'V'), + (0xF5C, 'M', 'ཛྷ'), + (0xF5D, 'V'), + (0xF69, 'M', 'ཀྵ'), + (0xF6A, 'V'), + (0xF6D, 'X'), + (0xF71, 'V'), + (0xF73, 'M', 'ཱི'), + (0xF74, 'V'), + (0xF75, 'M', 'ཱུ'), + (0xF76, 'M', 'ྲྀ'), + (0xF77, 'M', 'ྲཱྀ'), + (0xF78, 'M', 'ླྀ'), + (0xF79, 'M', 'ླཱྀ'), + (0xF7A, 'V'), + (0xF81, 'M', 'ཱྀ'), + (0xF82, 'V'), + (0xF93, 'M', 'ྒྷ'), + (0xF94, 'V'), + (0xF98, 'X'), + (0xF99, 'V'), + (0xF9D, 'M', 'ྜྷ'), + (0xF9E, 'V'), + (0xFA2, 'M', 'ྡྷ'), + (0xFA3, 'V'), + (0xFA7, 'M', 'ྦྷ'), + (0xFA8, 'V'), + (0xFAC, 'M', 'ྫྷ'), + (0xFAD, 'V'), + (0xFB9, 'M', 'ྐྵ'), + (0xFBA, 'V'), + (0xFBD, 'X'), + (0xFBE, 'V'), + (0xFCD, 'X'), + (0xFCE, 'V'), + (0xFDB, 'X'), + (0x1000, 'V'), + (0x10A0, 'X'), + (0x10C7, 'M', 'ⴧ'), + (0x10C8, 'X'), + (0x10CD, 'M', 'ⴭ'), + (0x10CE, 'X'), + (0x10D0, 'V'), + (0x10FC, 'M', 'ნ'), + (0x10FD, 'V'), + (0x115F, 'X'), + (0x1161, 'V'), + (0x1249, 'X'), + (0x124A, 'V'), + (0x124E, 'X'), + (0x1250, 'V'), + (0x1257, 'X'), + (0x1258, 'V'), + (0x1259, 'X'), + (0x125A, 'V'), + (0x125E, 'X'), + (0x1260, 'V'), + (0x1289, 'X'), + (0x128A, 'V'), + (0x128E, 'X'), + (0x1290, 'V'), + (0x12B1, 'X'), + (0x12B2, 'V'), + (0x12B6, 'X'), + (0x12B8, 'V'), + (0x12BF, 'X'), + (0x12C0, 'V'), + (0x12C1, 'X'), + (0x12C2, 'V'), + (0x12C6, 'X'), + (0x12C8, 'V'), + (0x12D7, 'X'), + (0x12D8, 'V'), + (0x1311, 'X'), + (0x1312, 'V'), + ] + +def _seg_14() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1316, 'X'), + (0x1318, 'V'), + (0x135B, 'X'), + (0x135D, 'V'), + (0x137D, 'X'), + (0x1380, 'V'), + (0x139A, 'X'), + (0x13A0, 'V'), + (0x13F6, 'X'), + (0x13F8, 'M', 'Ᏸ'), + (0x13F9, 'M', 'Ᏹ'), + (0x13FA, 'M', 'Ᏺ'), + (0x13FB, 'M', 'Ᏻ'), + (0x13FC, 'M', 'Ᏼ'), + (0x13FD, 'M', 'Ᏽ'), + (0x13FE, 'X'), + (0x1400, 'V'), + (0x1680, 'X'), + (0x1681, 'V'), + (0x169D, 'X'), + (0x16A0, 'V'), + (0x16F9, 'X'), + (0x1700, 'V'), + (0x1716, 'X'), + (0x171F, 'V'), + (0x1737, 'X'), + (0x1740, 'V'), + (0x1754, 'X'), + (0x1760, 'V'), + (0x176D, 'X'), + (0x176E, 'V'), + (0x1771, 'X'), + (0x1772, 'V'), + (0x1774, 'X'), + (0x1780, 'V'), + (0x17B4, 'X'), + (0x17B6, 'V'), + (0x17DE, 'X'), + (0x17E0, 'V'), + (0x17EA, 'X'), + (0x17F0, 'V'), + (0x17FA, 'X'), + (0x1800, 'V'), + (0x1806, 'X'), + (0x1807, 'V'), + (0x180B, 'I'), + (0x180E, 'X'), + (0x180F, 'I'), + (0x1810, 'V'), + (0x181A, 'X'), + (0x1820, 'V'), + (0x1879, 'X'), + (0x1880, 'V'), + (0x18AB, 'X'), + (0x18B0, 'V'), + (0x18F6, 'X'), + (0x1900, 'V'), + (0x191F, 'X'), + (0x1920, 'V'), + (0x192C, 'X'), + (0x1930, 'V'), + (0x193C, 'X'), + (0x1940, 'V'), + (0x1941, 'X'), + (0x1944, 'V'), + (0x196E, 'X'), + (0x1970, 'V'), + (0x1975, 'X'), + (0x1980, 'V'), + (0x19AC, 'X'), + (0x19B0, 'V'), + (0x19CA, 'X'), + (0x19D0, 'V'), + (0x19DB, 'X'), + (0x19DE, 'V'), + (0x1A1C, 'X'), + (0x1A1E, 'V'), + (0x1A5F, 'X'), + (0x1A60, 'V'), + (0x1A7D, 'X'), + (0x1A7F, 'V'), + (0x1A8A, 'X'), + (0x1A90, 'V'), + (0x1A9A, 'X'), + (0x1AA0, 'V'), + (0x1AAE, 'X'), + (0x1AB0, 'V'), + (0x1ACF, 'X'), + (0x1B00, 'V'), + (0x1B4D, 'X'), + (0x1B50, 'V'), + (0x1B7F, 'X'), + (0x1B80, 'V'), + (0x1BF4, 'X'), + (0x1BFC, 'V'), + (0x1C38, 'X'), + (0x1C3B, 'V'), + (0x1C4A, 'X'), + (0x1C4D, 'V'), + (0x1C80, 'M', 'в'), + ] + +def _seg_15() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1C81, 'M', 'д'), + (0x1C82, 'M', 'о'), + (0x1C83, 'M', 'с'), + (0x1C84, 'M', 'т'), + (0x1C86, 'M', 'ъ'), + (0x1C87, 'M', 'ѣ'), + (0x1C88, 'M', 'ꙋ'), + (0x1C89, 'X'), + (0x1C90, 'M', 'ა'), + (0x1C91, 'M', 'ბ'), + (0x1C92, 'M', 'გ'), + (0x1C93, 'M', 'დ'), + (0x1C94, 'M', 'ე'), + (0x1C95, 'M', 'ვ'), + (0x1C96, 'M', 'ზ'), + (0x1C97, 'M', 'თ'), + (0x1C98, 'M', 'ი'), + (0x1C99, 'M', 'კ'), + (0x1C9A, 'M', 'ლ'), + (0x1C9B, 'M', 'მ'), + (0x1C9C, 'M', 'ნ'), + (0x1C9D, 'M', 'ო'), + (0x1C9E, 'M', 'პ'), + (0x1C9F, 'M', 'ჟ'), + (0x1CA0, 'M', 'რ'), + (0x1CA1, 'M', 'ს'), + (0x1CA2, 'M', 'ტ'), + (0x1CA3, 'M', 'უ'), + (0x1CA4, 'M', 'ფ'), + (0x1CA5, 'M', 'ქ'), + (0x1CA6, 'M', 'ღ'), + (0x1CA7, 'M', 'ყ'), + (0x1CA8, 'M', 'შ'), + (0x1CA9, 'M', 'ჩ'), + (0x1CAA, 'M', 'ც'), + (0x1CAB, 'M', 'ძ'), + (0x1CAC, 'M', 'წ'), + (0x1CAD, 'M', 'ჭ'), + (0x1CAE, 'M', 'ხ'), + (0x1CAF, 'M', 'ჯ'), + (0x1CB0, 'M', 'ჰ'), + (0x1CB1, 'M', 'ჱ'), + (0x1CB2, 'M', 'ჲ'), + (0x1CB3, 'M', 'ჳ'), + (0x1CB4, 'M', 'ჴ'), + (0x1CB5, 'M', 'ჵ'), + (0x1CB6, 'M', 'ჶ'), + (0x1CB7, 'M', 'ჷ'), + (0x1CB8, 'M', 'ჸ'), + (0x1CB9, 'M', 'ჹ'), + (0x1CBA, 'M', 'ჺ'), + (0x1CBB, 'X'), + (0x1CBD, 'M', 'ჽ'), + (0x1CBE, 'M', 'ჾ'), + (0x1CBF, 'M', 'ჿ'), + (0x1CC0, 'V'), + (0x1CC8, 'X'), + (0x1CD0, 'V'), + (0x1CFB, 'X'), + (0x1D00, 'V'), + (0x1D2C, 'M', 'a'), + (0x1D2D, 'M', 'æ'), + (0x1D2E, 'M', 'b'), + (0x1D2F, 'V'), + (0x1D30, 'M', 'd'), + (0x1D31, 'M', 'e'), + (0x1D32, 'M', 'ǝ'), + (0x1D33, 'M', 'g'), + (0x1D34, 'M', 'h'), + (0x1D35, 'M', 'i'), + (0x1D36, 'M', 'j'), + (0x1D37, 'M', 'k'), + (0x1D38, 'M', 'l'), + (0x1D39, 'M', 'm'), + (0x1D3A, 'M', 'n'), + (0x1D3B, 'V'), + (0x1D3C, 'M', 'o'), + (0x1D3D, 'M', 'ȣ'), + (0x1D3E, 'M', 'p'), + (0x1D3F, 'M', 'r'), + (0x1D40, 'M', 't'), + (0x1D41, 'M', 'u'), + (0x1D42, 'M', 'w'), + (0x1D43, 'M', 'a'), + (0x1D44, 'M', 'ɐ'), + (0x1D45, 'M', 'ɑ'), + (0x1D46, 'M', 'ᴂ'), + (0x1D47, 'M', 'b'), + (0x1D48, 'M', 'd'), + (0x1D49, 'M', 'e'), + (0x1D4A, 'M', 'ə'), + (0x1D4B, 'M', 'ɛ'), + (0x1D4C, 'M', 'ɜ'), + (0x1D4D, 'M', 'g'), + (0x1D4E, 'V'), + (0x1D4F, 'M', 'k'), + (0x1D50, 'M', 'm'), + (0x1D51, 'M', 'ŋ'), + (0x1D52, 'M', 'o'), + (0x1D53, 'M', 'ɔ'), + ] + +def _seg_16() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D54, 'M', 'ᴖ'), + (0x1D55, 'M', 'ᴗ'), + (0x1D56, 'M', 'p'), + (0x1D57, 'M', 't'), + (0x1D58, 'M', 'u'), + (0x1D59, 'M', 'ᴝ'), + (0x1D5A, 'M', 'ɯ'), + (0x1D5B, 'M', 'v'), + (0x1D5C, 'M', 'ᴥ'), + (0x1D5D, 'M', 'β'), + (0x1D5E, 'M', 'γ'), + (0x1D5F, 'M', 'δ'), + (0x1D60, 'M', 'φ'), + (0x1D61, 'M', 'χ'), + (0x1D62, 'M', 'i'), + (0x1D63, 'M', 'r'), + (0x1D64, 'M', 'u'), + (0x1D65, 'M', 'v'), + (0x1D66, 'M', 'β'), + (0x1D67, 'M', 'γ'), + (0x1D68, 'M', 'ρ'), + (0x1D69, 'M', 'φ'), + (0x1D6A, 'M', 'χ'), + (0x1D6B, 'V'), + (0x1D78, 'M', 'н'), + (0x1D79, 'V'), + (0x1D9B, 'M', 'ɒ'), + (0x1D9C, 'M', 'c'), + (0x1D9D, 'M', 'ɕ'), + (0x1D9E, 'M', 'ð'), + (0x1D9F, 'M', 'ɜ'), + (0x1DA0, 'M', 'f'), + (0x1DA1, 'M', 'ɟ'), + (0x1DA2, 'M', 'ɡ'), + (0x1DA3, 'M', 'ɥ'), + (0x1DA4, 'M', 'ɨ'), + (0x1DA5, 'M', 'ɩ'), + (0x1DA6, 'M', 'ɪ'), + (0x1DA7, 'M', 'ᵻ'), + (0x1DA8, 'M', 'ʝ'), + (0x1DA9, 'M', 'ɭ'), + (0x1DAA, 'M', 'ᶅ'), + (0x1DAB, 'M', 'ʟ'), + (0x1DAC, 'M', 'ɱ'), + (0x1DAD, 'M', 'ɰ'), + (0x1DAE, 'M', 'ɲ'), + (0x1DAF, 'M', 'ɳ'), + (0x1DB0, 'M', 'ɴ'), + (0x1DB1, 'M', 'ɵ'), + (0x1DB2, 'M', 'ɸ'), + (0x1DB3, 'M', 'ʂ'), + (0x1DB4, 'M', 'ʃ'), + (0x1DB5, 'M', 'ƫ'), + (0x1DB6, 'M', 'ʉ'), + (0x1DB7, 'M', 'ʊ'), + (0x1DB8, 'M', 'ᴜ'), + (0x1DB9, 'M', 'ʋ'), + (0x1DBA, 'M', 'ʌ'), + (0x1DBB, 'M', 'z'), + (0x1DBC, 'M', 'ʐ'), + (0x1DBD, 'M', 'ʑ'), + (0x1DBE, 'M', 'ʒ'), + (0x1DBF, 'M', 'θ'), + (0x1DC0, 'V'), + (0x1E00, 'M', 'ḁ'), + (0x1E01, 'V'), + (0x1E02, 'M', 'ḃ'), + (0x1E03, 'V'), + (0x1E04, 'M', 'ḅ'), + (0x1E05, 'V'), + (0x1E06, 'M', 'ḇ'), + (0x1E07, 'V'), + (0x1E08, 'M', 'ḉ'), + (0x1E09, 'V'), + (0x1E0A, 'M', 'ḋ'), + (0x1E0B, 'V'), + (0x1E0C, 'M', 'ḍ'), + (0x1E0D, 'V'), + (0x1E0E, 'M', 'ḏ'), + (0x1E0F, 'V'), + (0x1E10, 'M', 'ḑ'), + (0x1E11, 'V'), + (0x1E12, 'M', 'ḓ'), + (0x1E13, 'V'), + (0x1E14, 'M', 'ḕ'), + (0x1E15, 'V'), + (0x1E16, 'M', 'ḗ'), + (0x1E17, 'V'), + (0x1E18, 'M', 'ḙ'), + (0x1E19, 'V'), + (0x1E1A, 'M', 'ḛ'), + (0x1E1B, 'V'), + (0x1E1C, 'M', 'ḝ'), + (0x1E1D, 'V'), + (0x1E1E, 'M', 'ḟ'), + (0x1E1F, 'V'), + (0x1E20, 'M', 'ḡ'), + (0x1E21, 'V'), + (0x1E22, 'M', 'ḣ'), + (0x1E23, 'V'), + ] + +def _seg_17() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E24, 'M', 'ḥ'), + (0x1E25, 'V'), + (0x1E26, 'M', 'ḧ'), + (0x1E27, 'V'), + (0x1E28, 'M', 'ḩ'), + (0x1E29, 'V'), + (0x1E2A, 'M', 'ḫ'), + (0x1E2B, 'V'), + (0x1E2C, 'M', 'ḭ'), + (0x1E2D, 'V'), + (0x1E2E, 'M', 'ḯ'), + (0x1E2F, 'V'), + (0x1E30, 'M', 'ḱ'), + (0x1E31, 'V'), + (0x1E32, 'M', 'ḳ'), + (0x1E33, 'V'), + (0x1E34, 'M', 'ḵ'), + (0x1E35, 'V'), + (0x1E36, 'M', 'ḷ'), + (0x1E37, 'V'), + (0x1E38, 'M', 'ḹ'), + (0x1E39, 'V'), + (0x1E3A, 'M', 'ḻ'), + (0x1E3B, 'V'), + (0x1E3C, 'M', 'ḽ'), + (0x1E3D, 'V'), + (0x1E3E, 'M', 'ḿ'), + (0x1E3F, 'V'), + (0x1E40, 'M', 'ṁ'), + (0x1E41, 'V'), + (0x1E42, 'M', 'ṃ'), + (0x1E43, 'V'), + (0x1E44, 'M', 'ṅ'), + (0x1E45, 'V'), + (0x1E46, 'M', 'ṇ'), + (0x1E47, 'V'), + (0x1E48, 'M', 'ṉ'), + (0x1E49, 'V'), + (0x1E4A, 'M', 'ṋ'), + (0x1E4B, 'V'), + (0x1E4C, 'M', 'ṍ'), + (0x1E4D, 'V'), + (0x1E4E, 'M', 'ṏ'), + (0x1E4F, 'V'), + (0x1E50, 'M', 'ṑ'), + (0x1E51, 'V'), + (0x1E52, 'M', 'ṓ'), + (0x1E53, 'V'), + (0x1E54, 'M', 'ṕ'), + (0x1E55, 'V'), + (0x1E56, 'M', 'ṗ'), + (0x1E57, 'V'), + (0x1E58, 'M', 'ṙ'), + (0x1E59, 'V'), + (0x1E5A, 'M', 'ṛ'), + (0x1E5B, 'V'), + (0x1E5C, 'M', 'ṝ'), + (0x1E5D, 'V'), + (0x1E5E, 'M', 'ṟ'), + (0x1E5F, 'V'), + (0x1E60, 'M', 'ṡ'), + (0x1E61, 'V'), + (0x1E62, 'M', 'ṣ'), + (0x1E63, 'V'), + (0x1E64, 'M', 'ṥ'), + (0x1E65, 'V'), + (0x1E66, 'M', 'ṧ'), + (0x1E67, 'V'), + (0x1E68, 'M', 'ṩ'), + (0x1E69, 'V'), + (0x1E6A, 'M', 'ṫ'), + (0x1E6B, 'V'), + (0x1E6C, 'M', 'ṭ'), + (0x1E6D, 'V'), + (0x1E6E, 'M', 'ṯ'), + (0x1E6F, 'V'), + (0x1E70, 'M', 'ṱ'), + (0x1E71, 'V'), + (0x1E72, 'M', 'ṳ'), + (0x1E73, 'V'), + (0x1E74, 'M', 'ṵ'), + (0x1E75, 'V'), + (0x1E76, 'M', 'ṷ'), + (0x1E77, 'V'), + (0x1E78, 'M', 'ṹ'), + (0x1E79, 'V'), + (0x1E7A, 'M', 'ṻ'), + (0x1E7B, 'V'), + (0x1E7C, 'M', 'ṽ'), + (0x1E7D, 'V'), + (0x1E7E, 'M', 'ṿ'), + (0x1E7F, 'V'), + (0x1E80, 'M', 'ẁ'), + (0x1E81, 'V'), + (0x1E82, 'M', 'ẃ'), + (0x1E83, 'V'), + (0x1E84, 'M', 'ẅ'), + (0x1E85, 'V'), + (0x1E86, 'M', 'ẇ'), + (0x1E87, 'V'), + ] + +def _seg_18() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E88, 'M', 'ẉ'), + (0x1E89, 'V'), + (0x1E8A, 'M', 'ẋ'), + (0x1E8B, 'V'), + (0x1E8C, 'M', 'ẍ'), + (0x1E8D, 'V'), + (0x1E8E, 'M', 'ẏ'), + (0x1E8F, 'V'), + (0x1E90, 'M', 'ẑ'), + (0x1E91, 'V'), + (0x1E92, 'M', 'ẓ'), + (0x1E93, 'V'), + (0x1E94, 'M', 'ẕ'), + (0x1E95, 'V'), + (0x1E9A, 'M', 'aʾ'), + (0x1E9B, 'M', 'ṡ'), + (0x1E9C, 'V'), + (0x1E9E, 'M', 'ß'), + (0x1E9F, 'V'), + (0x1EA0, 'M', 'ạ'), + (0x1EA1, 'V'), + (0x1EA2, 'M', 'ả'), + (0x1EA3, 'V'), + (0x1EA4, 'M', 'ấ'), + (0x1EA5, 'V'), + (0x1EA6, 'M', 'ầ'), + (0x1EA7, 'V'), + (0x1EA8, 'M', 'ẩ'), + (0x1EA9, 'V'), + (0x1EAA, 'M', 'ẫ'), + (0x1EAB, 'V'), + (0x1EAC, 'M', 'ậ'), + (0x1EAD, 'V'), + (0x1EAE, 'M', 'ắ'), + (0x1EAF, 'V'), + (0x1EB0, 'M', 'ằ'), + (0x1EB1, 'V'), + (0x1EB2, 'M', 'ẳ'), + (0x1EB3, 'V'), + (0x1EB4, 'M', 'ẵ'), + (0x1EB5, 'V'), + (0x1EB6, 'M', 'ặ'), + (0x1EB7, 'V'), + (0x1EB8, 'M', 'ẹ'), + (0x1EB9, 'V'), + (0x1EBA, 'M', 'ẻ'), + (0x1EBB, 'V'), + (0x1EBC, 'M', 'ẽ'), + (0x1EBD, 'V'), + (0x1EBE, 'M', 'ế'), + (0x1EBF, 'V'), + (0x1EC0, 'M', 'ề'), + (0x1EC1, 'V'), + (0x1EC2, 'M', 'ể'), + (0x1EC3, 'V'), + (0x1EC4, 'M', 'ễ'), + (0x1EC5, 'V'), + (0x1EC6, 'M', 'ệ'), + (0x1EC7, 'V'), + (0x1EC8, 'M', 'ỉ'), + (0x1EC9, 'V'), + (0x1ECA, 'M', 'ị'), + (0x1ECB, 'V'), + (0x1ECC, 'M', 'ọ'), + (0x1ECD, 'V'), + (0x1ECE, 'M', 'ỏ'), + (0x1ECF, 'V'), + (0x1ED0, 'M', 'ố'), + (0x1ED1, 'V'), + (0x1ED2, 'M', 'ồ'), + (0x1ED3, 'V'), + (0x1ED4, 'M', 'ổ'), + (0x1ED5, 'V'), + (0x1ED6, 'M', 'ỗ'), + (0x1ED7, 'V'), + (0x1ED8, 'M', 'ộ'), + (0x1ED9, 'V'), + (0x1EDA, 'M', 'ớ'), + (0x1EDB, 'V'), + (0x1EDC, 'M', 'ờ'), + (0x1EDD, 'V'), + (0x1EDE, 'M', 'ở'), + (0x1EDF, 'V'), + (0x1EE0, 'M', 'ỡ'), + (0x1EE1, 'V'), + (0x1EE2, 'M', 'ợ'), + (0x1EE3, 'V'), + (0x1EE4, 'M', 'ụ'), + (0x1EE5, 'V'), + (0x1EE6, 'M', 'ủ'), + (0x1EE7, 'V'), + (0x1EE8, 'M', 'ứ'), + (0x1EE9, 'V'), + (0x1EEA, 'M', 'ừ'), + (0x1EEB, 'V'), + (0x1EEC, 'M', 'ử'), + (0x1EED, 'V'), + (0x1EEE, 'M', 'ữ'), + (0x1EEF, 'V'), + (0x1EF0, 'M', 'ự'), + ] + +def _seg_19() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EF1, 'V'), + (0x1EF2, 'M', 'ỳ'), + (0x1EF3, 'V'), + (0x1EF4, 'M', 'ỵ'), + (0x1EF5, 'V'), + (0x1EF6, 'M', 'ỷ'), + (0x1EF7, 'V'), + (0x1EF8, 'M', 'ỹ'), + (0x1EF9, 'V'), + (0x1EFA, 'M', 'ỻ'), + (0x1EFB, 'V'), + (0x1EFC, 'M', 'ỽ'), + (0x1EFD, 'V'), + (0x1EFE, 'M', 'ỿ'), + (0x1EFF, 'V'), + (0x1F08, 'M', 'ἀ'), + (0x1F09, 'M', 'ἁ'), + (0x1F0A, 'M', 'ἂ'), + (0x1F0B, 'M', 'ἃ'), + (0x1F0C, 'M', 'ἄ'), + (0x1F0D, 'M', 'ἅ'), + (0x1F0E, 'M', 'ἆ'), + (0x1F0F, 'M', 'ἇ'), + (0x1F10, 'V'), + (0x1F16, 'X'), + (0x1F18, 'M', 'ἐ'), + (0x1F19, 'M', 'ἑ'), + (0x1F1A, 'M', 'ἒ'), + (0x1F1B, 'M', 'ἓ'), + (0x1F1C, 'M', 'ἔ'), + (0x1F1D, 'M', 'ἕ'), + (0x1F1E, 'X'), + (0x1F20, 'V'), + (0x1F28, 'M', 'ἠ'), + (0x1F29, 'M', 'ἡ'), + (0x1F2A, 'M', 'ἢ'), + (0x1F2B, 'M', 'ἣ'), + (0x1F2C, 'M', 'ἤ'), + (0x1F2D, 'M', 'ἥ'), + (0x1F2E, 'M', 'ἦ'), + (0x1F2F, 'M', 'ἧ'), + (0x1F30, 'V'), + (0x1F38, 'M', 'ἰ'), + (0x1F39, 'M', 'ἱ'), + (0x1F3A, 'M', 'ἲ'), + (0x1F3B, 'M', 'ἳ'), + (0x1F3C, 'M', 'ἴ'), + (0x1F3D, 'M', 'ἵ'), + (0x1F3E, 'M', 'ἶ'), + (0x1F3F, 'M', 'ἷ'), + (0x1F40, 'V'), + (0x1F46, 'X'), + (0x1F48, 'M', 'ὀ'), + (0x1F49, 'M', 'ὁ'), + (0x1F4A, 'M', 'ὂ'), + (0x1F4B, 'M', 'ὃ'), + (0x1F4C, 'M', 'ὄ'), + (0x1F4D, 'M', 'ὅ'), + (0x1F4E, 'X'), + (0x1F50, 'V'), + (0x1F58, 'X'), + (0x1F59, 'M', 'ὑ'), + (0x1F5A, 'X'), + (0x1F5B, 'M', 'ὓ'), + (0x1F5C, 'X'), + (0x1F5D, 'M', 'ὕ'), + (0x1F5E, 'X'), + (0x1F5F, 'M', 'ὗ'), + (0x1F60, 'V'), + (0x1F68, 'M', 'ὠ'), + (0x1F69, 'M', 'ὡ'), + (0x1F6A, 'M', 'ὢ'), + (0x1F6B, 'M', 'ὣ'), + (0x1F6C, 'M', 'ὤ'), + (0x1F6D, 'M', 'ὥ'), + (0x1F6E, 'M', 'ὦ'), + (0x1F6F, 'M', 'ὧ'), + (0x1F70, 'V'), + (0x1F71, 'M', 'ά'), + (0x1F72, 'V'), + (0x1F73, 'M', 'έ'), + (0x1F74, 'V'), + (0x1F75, 'M', 'ή'), + (0x1F76, 'V'), + (0x1F77, 'M', 'ί'), + (0x1F78, 'V'), + (0x1F79, 'M', 'ό'), + (0x1F7A, 'V'), + (0x1F7B, 'M', 'ύ'), + (0x1F7C, 'V'), + (0x1F7D, 'M', 'ώ'), + (0x1F7E, 'X'), + (0x1F80, 'M', 'ἀι'), + (0x1F81, 'M', 'ἁι'), + (0x1F82, 'M', 'ἂι'), + (0x1F83, 'M', 'ἃι'), + (0x1F84, 'M', 'ἄι'), + (0x1F85, 'M', 'ἅι'), + (0x1F86, 'M', 'ἆι'), + (0x1F87, 'M', 'ἇι'), + ] + +def _seg_20() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F88, 'M', 'ἀι'), + (0x1F89, 'M', 'ἁι'), + (0x1F8A, 'M', 'ἂι'), + (0x1F8B, 'M', 'ἃι'), + (0x1F8C, 'M', 'ἄι'), + (0x1F8D, 'M', 'ἅι'), + (0x1F8E, 'M', 'ἆι'), + (0x1F8F, 'M', 'ἇι'), + (0x1F90, 'M', 'ἠι'), + (0x1F91, 'M', 'ἡι'), + (0x1F92, 'M', 'ἢι'), + (0x1F93, 'M', 'ἣι'), + (0x1F94, 'M', 'ἤι'), + (0x1F95, 'M', 'ἥι'), + (0x1F96, 'M', 'ἦι'), + (0x1F97, 'M', 'ἧι'), + (0x1F98, 'M', 'ἠι'), + (0x1F99, 'M', 'ἡι'), + (0x1F9A, 'M', 'ἢι'), + (0x1F9B, 'M', 'ἣι'), + (0x1F9C, 'M', 'ἤι'), + (0x1F9D, 'M', 'ἥι'), + (0x1F9E, 'M', 'ἦι'), + (0x1F9F, 'M', 'ἧι'), + (0x1FA0, 'M', 'ὠι'), + (0x1FA1, 'M', 'ὡι'), + (0x1FA2, 'M', 'ὢι'), + (0x1FA3, 'M', 'ὣι'), + (0x1FA4, 'M', 'ὤι'), + (0x1FA5, 'M', 'ὥι'), + (0x1FA6, 'M', 'ὦι'), + (0x1FA7, 'M', 'ὧι'), + (0x1FA8, 'M', 'ὠι'), + (0x1FA9, 'M', 'ὡι'), + (0x1FAA, 'M', 'ὢι'), + (0x1FAB, 'M', 'ὣι'), + (0x1FAC, 'M', 'ὤι'), + (0x1FAD, 'M', 'ὥι'), + (0x1FAE, 'M', 'ὦι'), + (0x1FAF, 'M', 'ὧι'), + (0x1FB0, 'V'), + (0x1FB2, 'M', 'ὰι'), + (0x1FB3, 'M', 'αι'), + (0x1FB4, 'M', 'άι'), + (0x1FB5, 'X'), + (0x1FB6, 'V'), + (0x1FB7, 'M', 'ᾶι'), + (0x1FB8, 'M', 'ᾰ'), + (0x1FB9, 'M', 'ᾱ'), + (0x1FBA, 'M', 'ὰ'), + (0x1FBB, 'M', 'ά'), + (0x1FBC, 'M', 'αι'), + (0x1FBD, '3', ' ̓'), + (0x1FBE, 'M', 'ι'), + (0x1FBF, '3', ' ̓'), + (0x1FC0, '3', ' ͂'), + (0x1FC1, '3', ' ̈͂'), + (0x1FC2, 'M', 'ὴι'), + (0x1FC3, 'M', 'ηι'), + (0x1FC4, 'M', 'ήι'), + (0x1FC5, 'X'), + (0x1FC6, 'V'), + (0x1FC7, 'M', 'ῆι'), + (0x1FC8, 'M', 'ὲ'), + (0x1FC9, 'M', 'έ'), + (0x1FCA, 'M', 'ὴ'), + (0x1FCB, 'M', 'ή'), + (0x1FCC, 'M', 'ηι'), + (0x1FCD, '3', ' ̓̀'), + (0x1FCE, '3', ' ̓́'), + (0x1FCF, '3', ' ̓͂'), + (0x1FD0, 'V'), + (0x1FD3, 'M', 'ΐ'), + (0x1FD4, 'X'), + (0x1FD6, 'V'), + (0x1FD8, 'M', 'ῐ'), + (0x1FD9, 'M', 'ῑ'), + (0x1FDA, 'M', 'ὶ'), + (0x1FDB, 'M', 'ί'), + (0x1FDC, 'X'), + (0x1FDD, '3', ' ̔̀'), + (0x1FDE, '3', ' ̔́'), + (0x1FDF, '3', ' ̔͂'), + (0x1FE0, 'V'), + (0x1FE3, 'M', 'ΰ'), + (0x1FE4, 'V'), + (0x1FE8, 'M', 'ῠ'), + (0x1FE9, 'M', 'ῡ'), + (0x1FEA, 'M', 'ὺ'), + (0x1FEB, 'M', 'ύ'), + (0x1FEC, 'M', 'ῥ'), + (0x1FED, '3', ' ̈̀'), + (0x1FEE, '3', ' ̈́'), + (0x1FEF, '3', '`'), + (0x1FF0, 'X'), + (0x1FF2, 'M', 'ὼι'), + (0x1FF3, 'M', 'ωι'), + (0x1FF4, 'M', 'ώι'), + (0x1FF5, 'X'), + (0x1FF6, 'V'), + ] + +def _seg_21() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FF7, 'M', 'ῶι'), + (0x1FF8, 'M', 'ὸ'), + (0x1FF9, 'M', 'ό'), + (0x1FFA, 'M', 'ὼ'), + (0x1FFB, 'M', 'ώ'), + (0x1FFC, 'M', 'ωι'), + (0x1FFD, '3', ' ́'), + (0x1FFE, '3', ' ̔'), + (0x1FFF, 'X'), + (0x2000, '3', ' '), + (0x200B, 'I'), + (0x200C, 'D', ''), + (0x200E, 'X'), + (0x2010, 'V'), + (0x2011, 'M', '‐'), + (0x2012, 'V'), + (0x2017, '3', ' ̳'), + (0x2018, 'V'), + (0x2024, 'X'), + (0x2027, 'V'), + (0x2028, 'X'), + (0x202F, '3', ' '), + (0x2030, 'V'), + (0x2033, 'M', '′′'), + (0x2034, 'M', '′′′'), + (0x2035, 'V'), + (0x2036, 'M', '‵‵'), + (0x2037, 'M', '‵‵‵'), + (0x2038, 'V'), + (0x203C, '3', '!!'), + (0x203D, 'V'), + (0x203E, '3', ' ̅'), + (0x203F, 'V'), + (0x2047, '3', '??'), + (0x2048, '3', '?!'), + (0x2049, '3', '!?'), + (0x204A, 'V'), + (0x2057, 'M', '′′′′'), + (0x2058, 'V'), + (0x205F, '3', ' '), + (0x2060, 'I'), + (0x2061, 'X'), + (0x2064, 'I'), + (0x2065, 'X'), + (0x2070, 'M', '0'), + (0x2071, 'M', 'i'), + (0x2072, 'X'), + (0x2074, 'M', '4'), + (0x2075, 'M', '5'), + (0x2076, 'M', '6'), + (0x2077, 'M', '7'), + (0x2078, 'M', '8'), + (0x2079, 'M', '9'), + (0x207A, '3', '+'), + (0x207B, 'M', '−'), + (0x207C, '3', '='), + (0x207D, '3', '('), + (0x207E, '3', ')'), + (0x207F, 'M', 'n'), + (0x2080, 'M', '0'), + (0x2081, 'M', '1'), + (0x2082, 'M', '2'), + (0x2083, 'M', '3'), + (0x2084, 'M', '4'), + (0x2085, 'M', '5'), + (0x2086, 'M', '6'), + (0x2087, 'M', '7'), + (0x2088, 'M', '8'), + (0x2089, 'M', '9'), + (0x208A, '3', '+'), + (0x208B, 'M', '−'), + (0x208C, '3', '='), + (0x208D, '3', '('), + (0x208E, '3', ')'), + (0x208F, 'X'), + (0x2090, 'M', 'a'), + (0x2091, 'M', 'e'), + (0x2092, 'M', 'o'), + (0x2093, 'M', 'x'), + (0x2094, 'M', 'ə'), + (0x2095, 'M', 'h'), + (0x2096, 'M', 'k'), + (0x2097, 'M', 'l'), + (0x2098, 'M', 'm'), + (0x2099, 'M', 'n'), + (0x209A, 'M', 'p'), + (0x209B, 'M', 's'), + (0x209C, 'M', 't'), + (0x209D, 'X'), + (0x20A0, 'V'), + (0x20A8, 'M', 'rs'), + (0x20A9, 'V'), + (0x20C1, 'X'), + (0x20D0, 'V'), + (0x20F1, 'X'), + (0x2100, '3', 'a/c'), + (0x2101, '3', 'a/s'), + (0x2102, 'M', 'c'), + (0x2103, 'M', '°c'), + (0x2104, 'V'), + ] + +def _seg_22() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2105, '3', 'c/o'), + (0x2106, '3', 'c/u'), + (0x2107, 'M', 'ɛ'), + (0x2108, 'V'), + (0x2109, 'M', '°f'), + (0x210A, 'M', 'g'), + (0x210B, 'M', 'h'), + (0x210F, 'M', 'ħ'), + (0x2110, 'M', 'i'), + (0x2112, 'M', 'l'), + (0x2114, 'V'), + (0x2115, 'M', 'n'), + (0x2116, 'M', 'no'), + (0x2117, 'V'), + (0x2119, 'M', 'p'), + (0x211A, 'M', 'q'), + (0x211B, 'M', 'r'), + (0x211E, 'V'), + (0x2120, 'M', 'sm'), + (0x2121, 'M', 'tel'), + (0x2122, 'M', 'tm'), + (0x2123, 'V'), + (0x2124, 'M', 'z'), + (0x2125, 'V'), + (0x2126, 'M', 'ω'), + (0x2127, 'V'), + (0x2128, 'M', 'z'), + (0x2129, 'V'), + (0x212A, 'M', 'k'), + (0x212B, 'M', 'å'), + (0x212C, 'M', 'b'), + (0x212D, 'M', 'c'), + (0x212E, 'V'), + (0x212F, 'M', 'e'), + (0x2131, 'M', 'f'), + (0x2132, 'X'), + (0x2133, 'M', 'm'), + (0x2134, 'M', 'o'), + (0x2135, 'M', 'א'), + (0x2136, 'M', 'ב'), + (0x2137, 'M', 'ג'), + (0x2138, 'M', 'ד'), + (0x2139, 'M', 'i'), + (0x213A, 'V'), + (0x213B, 'M', 'fax'), + (0x213C, 'M', 'π'), + (0x213D, 'M', 'γ'), + (0x213F, 'M', 'π'), + (0x2140, 'M', '∑'), + (0x2141, 'V'), + (0x2145, 'M', 'd'), + (0x2147, 'M', 'e'), + (0x2148, 'M', 'i'), + (0x2149, 'M', 'j'), + (0x214A, 'V'), + (0x2150, 'M', '1⁄7'), + (0x2151, 'M', '1⁄9'), + (0x2152, 'M', '1⁄10'), + (0x2153, 'M', '1⁄3'), + (0x2154, 'M', '2⁄3'), + (0x2155, 'M', '1⁄5'), + (0x2156, 'M', '2⁄5'), + (0x2157, 'M', '3⁄5'), + (0x2158, 'M', '4⁄5'), + (0x2159, 'M', '1⁄6'), + (0x215A, 'M', '5⁄6'), + (0x215B, 'M', '1⁄8'), + (0x215C, 'M', '3⁄8'), + (0x215D, 'M', '5⁄8'), + (0x215E, 'M', '7⁄8'), + (0x215F, 'M', '1⁄'), + (0x2160, 'M', 'i'), + (0x2161, 'M', 'ii'), + (0x2162, 'M', 'iii'), + (0x2163, 'M', 'iv'), + (0x2164, 'M', 'v'), + (0x2165, 'M', 'vi'), + (0x2166, 'M', 'vii'), + (0x2167, 'M', 'viii'), + (0x2168, 'M', 'ix'), + (0x2169, 'M', 'x'), + (0x216A, 'M', 'xi'), + (0x216B, 'M', 'xii'), + (0x216C, 'M', 'l'), + (0x216D, 'M', 'c'), + (0x216E, 'M', 'd'), + (0x216F, 'M', 'm'), + (0x2170, 'M', 'i'), + (0x2171, 'M', 'ii'), + (0x2172, 'M', 'iii'), + (0x2173, 'M', 'iv'), + (0x2174, 'M', 'v'), + (0x2175, 'M', 'vi'), + (0x2176, 'M', 'vii'), + (0x2177, 'M', 'viii'), + (0x2178, 'M', 'ix'), + (0x2179, 'M', 'x'), + (0x217A, 'M', 'xi'), + (0x217B, 'M', 'xii'), + (0x217C, 'M', 'l'), + ] + +def _seg_23() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x217D, 'M', 'c'), + (0x217E, 'M', 'd'), + (0x217F, 'M', 'm'), + (0x2180, 'V'), + (0x2183, 'X'), + (0x2184, 'V'), + (0x2189, 'M', '0⁄3'), + (0x218A, 'V'), + (0x218C, 'X'), + (0x2190, 'V'), + (0x222C, 'M', '∫∫'), + (0x222D, 'M', '∫∫∫'), + (0x222E, 'V'), + (0x222F, 'M', '∮∮'), + (0x2230, 'M', '∮∮∮'), + (0x2231, 'V'), + (0x2329, 'M', '〈'), + (0x232A, 'M', '〉'), + (0x232B, 'V'), + (0x2427, 'X'), + (0x2440, 'V'), + (0x244B, 'X'), + (0x2460, 'M', '1'), + (0x2461, 'M', '2'), + (0x2462, 'M', '3'), + (0x2463, 'M', '4'), + (0x2464, 'M', '5'), + (0x2465, 'M', '6'), + (0x2466, 'M', '7'), + (0x2467, 'M', '8'), + (0x2468, 'M', '9'), + (0x2469, 'M', '10'), + (0x246A, 'M', '11'), + (0x246B, 'M', '12'), + (0x246C, 'M', '13'), + (0x246D, 'M', '14'), + (0x246E, 'M', '15'), + (0x246F, 'M', '16'), + (0x2470, 'M', '17'), + (0x2471, 'M', '18'), + (0x2472, 'M', '19'), + (0x2473, 'M', '20'), + (0x2474, '3', '(1)'), + (0x2475, '3', '(2)'), + (0x2476, '3', '(3)'), + (0x2477, '3', '(4)'), + (0x2478, '3', '(5)'), + (0x2479, '3', '(6)'), + (0x247A, '3', '(7)'), + (0x247B, '3', '(8)'), + (0x247C, '3', '(9)'), + (0x247D, '3', '(10)'), + (0x247E, '3', '(11)'), + (0x247F, '3', '(12)'), + (0x2480, '3', '(13)'), + (0x2481, '3', '(14)'), + (0x2482, '3', '(15)'), + (0x2483, '3', '(16)'), + (0x2484, '3', '(17)'), + (0x2485, '3', '(18)'), + (0x2486, '3', '(19)'), + (0x2487, '3', '(20)'), + (0x2488, 'X'), + (0x249C, '3', '(a)'), + (0x249D, '3', '(b)'), + (0x249E, '3', '(c)'), + (0x249F, '3', '(d)'), + (0x24A0, '3', '(e)'), + (0x24A1, '3', '(f)'), + (0x24A2, '3', '(g)'), + (0x24A3, '3', '(h)'), + (0x24A4, '3', '(i)'), + (0x24A5, '3', '(j)'), + (0x24A6, '3', '(k)'), + (0x24A7, '3', '(l)'), + (0x24A8, '3', '(m)'), + (0x24A9, '3', '(n)'), + (0x24AA, '3', '(o)'), + (0x24AB, '3', '(p)'), + (0x24AC, '3', '(q)'), + (0x24AD, '3', '(r)'), + (0x24AE, '3', '(s)'), + (0x24AF, '3', '(t)'), + (0x24B0, '3', '(u)'), + (0x24B1, '3', '(v)'), + (0x24B2, '3', '(w)'), + (0x24B3, '3', '(x)'), + (0x24B4, '3', '(y)'), + (0x24B5, '3', '(z)'), + (0x24B6, 'M', 'a'), + (0x24B7, 'M', 'b'), + (0x24B8, 'M', 'c'), + (0x24B9, 'M', 'd'), + (0x24BA, 'M', 'e'), + (0x24BB, 'M', 'f'), + (0x24BC, 'M', 'g'), + (0x24BD, 'M', 'h'), + (0x24BE, 'M', 'i'), + (0x24BF, 'M', 'j'), + (0x24C0, 'M', 'k'), + ] + +def _seg_24() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x24C1, 'M', 'l'), + (0x24C2, 'M', 'm'), + (0x24C3, 'M', 'n'), + (0x24C4, 'M', 'o'), + (0x24C5, 'M', 'p'), + (0x24C6, 'M', 'q'), + (0x24C7, 'M', 'r'), + (0x24C8, 'M', 's'), + (0x24C9, 'M', 't'), + (0x24CA, 'M', 'u'), + (0x24CB, 'M', 'v'), + (0x24CC, 'M', 'w'), + (0x24CD, 'M', 'x'), + (0x24CE, 'M', 'y'), + (0x24CF, 'M', 'z'), + (0x24D0, 'M', 'a'), + (0x24D1, 'M', 'b'), + (0x24D2, 'M', 'c'), + (0x24D3, 'M', 'd'), + (0x24D4, 'M', 'e'), + (0x24D5, 'M', 'f'), + (0x24D6, 'M', 'g'), + (0x24D7, 'M', 'h'), + (0x24D8, 'M', 'i'), + (0x24D9, 'M', 'j'), + (0x24DA, 'M', 'k'), + (0x24DB, 'M', 'l'), + (0x24DC, 'M', 'm'), + (0x24DD, 'M', 'n'), + (0x24DE, 'M', 'o'), + (0x24DF, 'M', 'p'), + (0x24E0, 'M', 'q'), + (0x24E1, 'M', 'r'), + (0x24E2, 'M', 's'), + (0x24E3, 'M', 't'), + (0x24E4, 'M', 'u'), + (0x24E5, 'M', 'v'), + (0x24E6, 'M', 'w'), + (0x24E7, 'M', 'x'), + (0x24E8, 'M', 'y'), + (0x24E9, 'M', 'z'), + (0x24EA, 'M', '0'), + (0x24EB, 'V'), + (0x2A0C, 'M', '∫∫∫∫'), + (0x2A0D, 'V'), + (0x2A74, '3', '::='), + (0x2A75, '3', '=='), + (0x2A76, '3', '==='), + (0x2A77, 'V'), + (0x2ADC, 'M', '⫝̸'), + (0x2ADD, 'V'), + (0x2B74, 'X'), + (0x2B76, 'V'), + (0x2B96, 'X'), + (0x2B97, 'V'), + (0x2C00, 'M', 'ⰰ'), + (0x2C01, 'M', 'ⰱ'), + (0x2C02, 'M', 'ⰲ'), + (0x2C03, 'M', 'ⰳ'), + (0x2C04, 'M', 'ⰴ'), + (0x2C05, 'M', 'ⰵ'), + (0x2C06, 'M', 'ⰶ'), + (0x2C07, 'M', 'ⰷ'), + (0x2C08, 'M', 'ⰸ'), + (0x2C09, 'M', 'ⰹ'), + (0x2C0A, 'M', 'ⰺ'), + (0x2C0B, 'M', 'ⰻ'), + (0x2C0C, 'M', 'ⰼ'), + (0x2C0D, 'M', 'ⰽ'), + (0x2C0E, 'M', 'ⰾ'), + (0x2C0F, 'M', 'ⰿ'), + (0x2C10, 'M', 'ⱀ'), + (0x2C11, 'M', 'ⱁ'), + (0x2C12, 'M', 'ⱂ'), + (0x2C13, 'M', 'ⱃ'), + (0x2C14, 'M', 'ⱄ'), + (0x2C15, 'M', 'ⱅ'), + (0x2C16, 'M', 'ⱆ'), + (0x2C17, 'M', 'ⱇ'), + (0x2C18, 'M', 'ⱈ'), + (0x2C19, 'M', 'ⱉ'), + (0x2C1A, 'M', 'ⱊ'), + (0x2C1B, 'M', 'ⱋ'), + (0x2C1C, 'M', 'ⱌ'), + (0x2C1D, 'M', 'ⱍ'), + (0x2C1E, 'M', 'ⱎ'), + (0x2C1F, 'M', 'ⱏ'), + (0x2C20, 'M', 'ⱐ'), + (0x2C21, 'M', 'ⱑ'), + (0x2C22, 'M', 'ⱒ'), + (0x2C23, 'M', 'ⱓ'), + (0x2C24, 'M', 'ⱔ'), + (0x2C25, 'M', 'ⱕ'), + (0x2C26, 'M', 'ⱖ'), + (0x2C27, 'M', 'ⱗ'), + (0x2C28, 'M', 'ⱘ'), + (0x2C29, 'M', 'ⱙ'), + (0x2C2A, 'M', 'ⱚ'), + (0x2C2B, 'M', 'ⱛ'), + (0x2C2C, 'M', 'ⱜ'), + ] + +def _seg_25() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2C2D, 'M', 'ⱝ'), + (0x2C2E, 'M', 'ⱞ'), + (0x2C2F, 'M', 'ⱟ'), + (0x2C30, 'V'), + (0x2C60, 'M', 'ⱡ'), + (0x2C61, 'V'), + (0x2C62, 'M', 'ɫ'), + (0x2C63, 'M', 'ᵽ'), + (0x2C64, 'M', 'ɽ'), + (0x2C65, 'V'), + (0x2C67, 'M', 'ⱨ'), + (0x2C68, 'V'), + (0x2C69, 'M', 'ⱪ'), + (0x2C6A, 'V'), + (0x2C6B, 'M', 'ⱬ'), + (0x2C6C, 'V'), + (0x2C6D, 'M', 'ɑ'), + (0x2C6E, 'M', 'ɱ'), + (0x2C6F, 'M', 'ɐ'), + (0x2C70, 'M', 'ɒ'), + (0x2C71, 'V'), + (0x2C72, 'M', 'ⱳ'), + (0x2C73, 'V'), + (0x2C75, 'M', 'ⱶ'), + (0x2C76, 'V'), + (0x2C7C, 'M', 'j'), + (0x2C7D, 'M', 'v'), + (0x2C7E, 'M', 'ȿ'), + (0x2C7F, 'M', 'ɀ'), + (0x2C80, 'M', 'ⲁ'), + (0x2C81, 'V'), + (0x2C82, 'M', 'ⲃ'), + (0x2C83, 'V'), + (0x2C84, 'M', 'ⲅ'), + (0x2C85, 'V'), + (0x2C86, 'M', 'ⲇ'), + (0x2C87, 'V'), + (0x2C88, 'M', 'ⲉ'), + (0x2C89, 'V'), + (0x2C8A, 'M', 'ⲋ'), + (0x2C8B, 'V'), + (0x2C8C, 'M', 'ⲍ'), + (0x2C8D, 'V'), + (0x2C8E, 'M', 'ⲏ'), + (0x2C8F, 'V'), + (0x2C90, 'M', 'ⲑ'), + (0x2C91, 'V'), + (0x2C92, 'M', 'ⲓ'), + (0x2C93, 'V'), + (0x2C94, 'M', 'ⲕ'), + (0x2C95, 'V'), + (0x2C96, 'M', 'ⲗ'), + (0x2C97, 'V'), + (0x2C98, 'M', 'ⲙ'), + (0x2C99, 'V'), + (0x2C9A, 'M', 'ⲛ'), + (0x2C9B, 'V'), + (0x2C9C, 'M', 'ⲝ'), + (0x2C9D, 'V'), + (0x2C9E, 'M', 'ⲟ'), + (0x2C9F, 'V'), + (0x2CA0, 'M', 'ⲡ'), + (0x2CA1, 'V'), + (0x2CA2, 'M', 'ⲣ'), + (0x2CA3, 'V'), + (0x2CA4, 'M', 'ⲥ'), + (0x2CA5, 'V'), + (0x2CA6, 'M', 'ⲧ'), + (0x2CA7, 'V'), + (0x2CA8, 'M', 'ⲩ'), + (0x2CA9, 'V'), + (0x2CAA, 'M', 'ⲫ'), + (0x2CAB, 'V'), + (0x2CAC, 'M', 'ⲭ'), + (0x2CAD, 'V'), + (0x2CAE, 'M', 'ⲯ'), + (0x2CAF, 'V'), + (0x2CB0, 'M', 'ⲱ'), + (0x2CB1, 'V'), + (0x2CB2, 'M', 'ⲳ'), + (0x2CB3, 'V'), + (0x2CB4, 'M', 'ⲵ'), + (0x2CB5, 'V'), + (0x2CB6, 'M', 'ⲷ'), + (0x2CB7, 'V'), + (0x2CB8, 'M', 'ⲹ'), + (0x2CB9, 'V'), + (0x2CBA, 'M', 'ⲻ'), + (0x2CBB, 'V'), + (0x2CBC, 'M', 'ⲽ'), + (0x2CBD, 'V'), + (0x2CBE, 'M', 'ⲿ'), + (0x2CBF, 'V'), + (0x2CC0, 'M', 'ⳁ'), + (0x2CC1, 'V'), + (0x2CC2, 'M', 'ⳃ'), + (0x2CC3, 'V'), + (0x2CC4, 'M', 'ⳅ'), + (0x2CC5, 'V'), + (0x2CC6, 'M', 'ⳇ'), + ] + +def _seg_26() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2CC7, 'V'), + (0x2CC8, 'M', 'ⳉ'), + (0x2CC9, 'V'), + (0x2CCA, 'M', 'ⳋ'), + (0x2CCB, 'V'), + (0x2CCC, 'M', 'ⳍ'), + (0x2CCD, 'V'), + (0x2CCE, 'M', 'ⳏ'), + (0x2CCF, 'V'), + (0x2CD0, 'M', 'ⳑ'), + (0x2CD1, 'V'), + (0x2CD2, 'M', 'ⳓ'), + (0x2CD3, 'V'), + (0x2CD4, 'M', 'ⳕ'), + (0x2CD5, 'V'), + (0x2CD6, 'M', 'ⳗ'), + (0x2CD7, 'V'), + (0x2CD8, 'M', 'ⳙ'), + (0x2CD9, 'V'), + (0x2CDA, 'M', 'ⳛ'), + (0x2CDB, 'V'), + (0x2CDC, 'M', 'ⳝ'), + (0x2CDD, 'V'), + (0x2CDE, 'M', 'ⳟ'), + (0x2CDF, 'V'), + (0x2CE0, 'M', 'ⳡ'), + (0x2CE1, 'V'), + (0x2CE2, 'M', 'ⳣ'), + (0x2CE3, 'V'), + (0x2CEB, 'M', 'ⳬ'), + (0x2CEC, 'V'), + (0x2CED, 'M', 'ⳮ'), + (0x2CEE, 'V'), + (0x2CF2, 'M', 'ⳳ'), + (0x2CF3, 'V'), + (0x2CF4, 'X'), + (0x2CF9, 'V'), + (0x2D26, 'X'), + (0x2D27, 'V'), + (0x2D28, 'X'), + (0x2D2D, 'V'), + (0x2D2E, 'X'), + (0x2D30, 'V'), + (0x2D68, 'X'), + (0x2D6F, 'M', 'ⵡ'), + (0x2D70, 'V'), + (0x2D71, 'X'), + (0x2D7F, 'V'), + (0x2D97, 'X'), + (0x2DA0, 'V'), + (0x2DA7, 'X'), + (0x2DA8, 'V'), + (0x2DAF, 'X'), + (0x2DB0, 'V'), + (0x2DB7, 'X'), + (0x2DB8, 'V'), + (0x2DBF, 'X'), + (0x2DC0, 'V'), + (0x2DC7, 'X'), + (0x2DC8, 'V'), + (0x2DCF, 'X'), + (0x2DD0, 'V'), + (0x2DD7, 'X'), + (0x2DD8, 'V'), + (0x2DDF, 'X'), + (0x2DE0, 'V'), + (0x2E5E, 'X'), + (0x2E80, 'V'), + (0x2E9A, 'X'), + (0x2E9B, 'V'), + (0x2E9F, 'M', '母'), + (0x2EA0, 'V'), + (0x2EF3, 'M', '龟'), + (0x2EF4, 'X'), + (0x2F00, 'M', '一'), + (0x2F01, 'M', '丨'), + (0x2F02, 'M', '丶'), + (0x2F03, 'M', '丿'), + (0x2F04, 'M', '乙'), + (0x2F05, 'M', '亅'), + (0x2F06, 'M', '二'), + (0x2F07, 'M', '亠'), + (0x2F08, 'M', '人'), + (0x2F09, 'M', '儿'), + (0x2F0A, 'M', '入'), + (0x2F0B, 'M', '八'), + (0x2F0C, 'M', '冂'), + (0x2F0D, 'M', '冖'), + (0x2F0E, 'M', '冫'), + (0x2F0F, 'M', '几'), + (0x2F10, 'M', '凵'), + (0x2F11, 'M', '刀'), + (0x2F12, 'M', '力'), + (0x2F13, 'M', '勹'), + (0x2F14, 'M', '匕'), + (0x2F15, 'M', '匚'), + (0x2F16, 'M', '匸'), + (0x2F17, 'M', '十'), + (0x2F18, 'M', '卜'), + (0x2F19, 'M', '卩'), + ] + +def _seg_27() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F1A, 'M', '厂'), + (0x2F1B, 'M', '厶'), + (0x2F1C, 'M', '又'), + (0x2F1D, 'M', '口'), + (0x2F1E, 'M', '囗'), + (0x2F1F, 'M', '土'), + (0x2F20, 'M', '士'), + (0x2F21, 'M', '夂'), + (0x2F22, 'M', '夊'), + (0x2F23, 'M', '夕'), + (0x2F24, 'M', '大'), + (0x2F25, 'M', '女'), + (0x2F26, 'M', '子'), + (0x2F27, 'M', '宀'), + (0x2F28, 'M', '寸'), + (0x2F29, 'M', '小'), + (0x2F2A, 'M', '尢'), + (0x2F2B, 'M', '尸'), + (0x2F2C, 'M', '屮'), + (0x2F2D, 'M', '山'), + (0x2F2E, 'M', '巛'), + (0x2F2F, 'M', '工'), + (0x2F30, 'M', '己'), + (0x2F31, 'M', '巾'), + (0x2F32, 'M', '干'), + (0x2F33, 'M', '幺'), + (0x2F34, 'M', '广'), + (0x2F35, 'M', '廴'), + (0x2F36, 'M', '廾'), + (0x2F37, 'M', '弋'), + (0x2F38, 'M', '弓'), + (0x2F39, 'M', '彐'), + (0x2F3A, 'M', '彡'), + (0x2F3B, 'M', '彳'), + (0x2F3C, 'M', '心'), + (0x2F3D, 'M', '戈'), + (0x2F3E, 'M', '戶'), + (0x2F3F, 'M', '手'), + (0x2F40, 'M', '支'), + (0x2F41, 'M', '攴'), + (0x2F42, 'M', '文'), + (0x2F43, 'M', '斗'), + (0x2F44, 'M', '斤'), + (0x2F45, 'M', '方'), + (0x2F46, 'M', '无'), + (0x2F47, 'M', '日'), + (0x2F48, 'M', '曰'), + (0x2F49, 'M', '月'), + (0x2F4A, 'M', '木'), + (0x2F4B, 'M', '欠'), + (0x2F4C, 'M', '止'), + (0x2F4D, 'M', '歹'), + (0x2F4E, 'M', '殳'), + (0x2F4F, 'M', '毋'), + (0x2F50, 'M', '比'), + (0x2F51, 'M', '毛'), + (0x2F52, 'M', '氏'), + (0x2F53, 'M', '气'), + (0x2F54, 'M', '水'), + (0x2F55, 'M', '火'), + (0x2F56, 'M', '爪'), + (0x2F57, 'M', '父'), + (0x2F58, 'M', '爻'), + (0x2F59, 'M', '爿'), + (0x2F5A, 'M', '片'), + (0x2F5B, 'M', '牙'), + (0x2F5C, 'M', '牛'), + (0x2F5D, 'M', '犬'), + (0x2F5E, 'M', '玄'), + (0x2F5F, 'M', '玉'), + (0x2F60, 'M', '瓜'), + (0x2F61, 'M', '瓦'), + (0x2F62, 'M', '甘'), + (0x2F63, 'M', '生'), + (0x2F64, 'M', '用'), + (0x2F65, 'M', '田'), + (0x2F66, 'M', '疋'), + (0x2F67, 'M', '疒'), + (0x2F68, 'M', '癶'), + (0x2F69, 'M', '白'), + (0x2F6A, 'M', '皮'), + (0x2F6B, 'M', '皿'), + (0x2F6C, 'M', '目'), + (0x2F6D, 'M', '矛'), + (0x2F6E, 'M', '矢'), + (0x2F6F, 'M', '石'), + (0x2F70, 'M', '示'), + (0x2F71, 'M', '禸'), + (0x2F72, 'M', '禾'), + (0x2F73, 'M', '穴'), + (0x2F74, 'M', '立'), + (0x2F75, 'M', '竹'), + (0x2F76, 'M', '米'), + (0x2F77, 'M', '糸'), + (0x2F78, 'M', '缶'), + (0x2F79, 'M', '网'), + (0x2F7A, 'M', '羊'), + (0x2F7B, 'M', '羽'), + (0x2F7C, 'M', '老'), + (0x2F7D, 'M', '而'), + ] + +def _seg_28() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F7E, 'M', '耒'), + (0x2F7F, 'M', '耳'), + (0x2F80, 'M', '聿'), + (0x2F81, 'M', '肉'), + (0x2F82, 'M', '臣'), + (0x2F83, 'M', '自'), + (0x2F84, 'M', '至'), + (0x2F85, 'M', '臼'), + (0x2F86, 'M', '舌'), + (0x2F87, 'M', '舛'), + (0x2F88, 'M', '舟'), + (0x2F89, 'M', '艮'), + (0x2F8A, 'M', '色'), + (0x2F8B, 'M', '艸'), + (0x2F8C, 'M', '虍'), + (0x2F8D, 'M', '虫'), + (0x2F8E, 'M', '血'), + (0x2F8F, 'M', '行'), + (0x2F90, 'M', '衣'), + (0x2F91, 'M', '襾'), + (0x2F92, 'M', '見'), + (0x2F93, 'M', '角'), + (0x2F94, 'M', '言'), + (0x2F95, 'M', '谷'), + (0x2F96, 'M', '豆'), + (0x2F97, 'M', '豕'), + (0x2F98, 'M', '豸'), + (0x2F99, 'M', '貝'), + (0x2F9A, 'M', '赤'), + (0x2F9B, 'M', '走'), + (0x2F9C, 'M', '足'), + (0x2F9D, 'M', '身'), + (0x2F9E, 'M', '車'), + (0x2F9F, 'M', '辛'), + (0x2FA0, 'M', '辰'), + (0x2FA1, 'M', '辵'), + (0x2FA2, 'M', '邑'), + (0x2FA3, 'M', '酉'), + (0x2FA4, 'M', '釆'), + (0x2FA5, 'M', '里'), + (0x2FA6, 'M', '金'), + (0x2FA7, 'M', '長'), + (0x2FA8, 'M', '門'), + (0x2FA9, 'M', '阜'), + (0x2FAA, 'M', '隶'), + (0x2FAB, 'M', '隹'), + (0x2FAC, 'M', '雨'), + (0x2FAD, 'M', '靑'), + (0x2FAE, 'M', '非'), + (0x2FAF, 'M', '面'), + (0x2FB0, 'M', '革'), + (0x2FB1, 'M', '韋'), + (0x2FB2, 'M', '韭'), + (0x2FB3, 'M', '音'), + (0x2FB4, 'M', '頁'), + (0x2FB5, 'M', '風'), + (0x2FB6, 'M', '飛'), + (0x2FB7, 'M', '食'), + (0x2FB8, 'M', '首'), + (0x2FB9, 'M', '香'), + (0x2FBA, 'M', '馬'), + (0x2FBB, 'M', '骨'), + (0x2FBC, 'M', '高'), + (0x2FBD, 'M', '髟'), + (0x2FBE, 'M', '鬥'), + (0x2FBF, 'M', '鬯'), + (0x2FC0, 'M', '鬲'), + (0x2FC1, 'M', '鬼'), + (0x2FC2, 'M', '魚'), + (0x2FC3, 'M', '鳥'), + (0x2FC4, 'M', '鹵'), + (0x2FC5, 'M', '鹿'), + (0x2FC6, 'M', '麥'), + (0x2FC7, 'M', '麻'), + (0x2FC8, 'M', '黃'), + (0x2FC9, 'M', '黍'), + (0x2FCA, 'M', '黑'), + (0x2FCB, 'M', '黹'), + (0x2FCC, 'M', '黽'), + (0x2FCD, 'M', '鼎'), + (0x2FCE, 'M', '鼓'), + (0x2FCF, 'M', '鼠'), + (0x2FD0, 'M', '鼻'), + (0x2FD1, 'M', '齊'), + (0x2FD2, 'M', '齒'), + (0x2FD3, 'M', '龍'), + (0x2FD4, 'M', '龜'), + (0x2FD5, 'M', '龠'), + (0x2FD6, 'X'), + (0x3000, '3', ' '), + (0x3001, 'V'), + (0x3002, 'M', '.'), + (0x3003, 'V'), + (0x3036, 'M', '〒'), + (0x3037, 'V'), + (0x3038, 'M', '十'), + (0x3039, 'M', '卄'), + (0x303A, 'M', '卅'), + (0x303B, 'V'), + (0x3040, 'X'), + ] + +def _seg_29() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3041, 'V'), + (0x3097, 'X'), + (0x3099, 'V'), + (0x309B, '3', ' ゙'), + (0x309C, '3', ' ゚'), + (0x309D, 'V'), + (0x309F, 'M', 'より'), + (0x30A0, 'V'), + (0x30FF, 'M', 'コト'), + (0x3100, 'X'), + (0x3105, 'V'), + (0x3130, 'X'), + (0x3131, 'M', 'ᄀ'), + (0x3132, 'M', 'ᄁ'), + (0x3133, 'M', 'ᆪ'), + (0x3134, 'M', 'ᄂ'), + (0x3135, 'M', 'ᆬ'), + (0x3136, 'M', 'ᆭ'), + (0x3137, 'M', 'ᄃ'), + (0x3138, 'M', 'ᄄ'), + (0x3139, 'M', 'ᄅ'), + (0x313A, 'M', 'ᆰ'), + (0x313B, 'M', 'ᆱ'), + (0x313C, 'M', 'ᆲ'), + (0x313D, 'M', 'ᆳ'), + (0x313E, 'M', 'ᆴ'), + (0x313F, 'M', 'ᆵ'), + (0x3140, 'M', 'ᄚ'), + (0x3141, 'M', 'ᄆ'), + (0x3142, 'M', 'ᄇ'), + (0x3143, 'M', 'ᄈ'), + (0x3144, 'M', 'ᄡ'), + (0x3145, 'M', 'ᄉ'), + (0x3146, 'M', 'ᄊ'), + (0x3147, 'M', 'ᄋ'), + (0x3148, 'M', 'ᄌ'), + (0x3149, 'M', 'ᄍ'), + (0x314A, 'M', 'ᄎ'), + (0x314B, 'M', 'ᄏ'), + (0x314C, 'M', 'ᄐ'), + (0x314D, 'M', 'ᄑ'), + (0x314E, 'M', 'ᄒ'), + (0x314F, 'M', 'ᅡ'), + (0x3150, 'M', 'ᅢ'), + (0x3151, 'M', 'ᅣ'), + (0x3152, 'M', 'ᅤ'), + (0x3153, 'M', 'ᅥ'), + (0x3154, 'M', 'ᅦ'), + (0x3155, 'M', 'ᅧ'), + (0x3156, 'M', 'ᅨ'), + (0x3157, 'M', 'ᅩ'), + (0x3158, 'M', 'ᅪ'), + (0x3159, 'M', 'ᅫ'), + (0x315A, 'M', 'ᅬ'), + (0x315B, 'M', 'ᅭ'), + (0x315C, 'M', 'ᅮ'), + (0x315D, 'M', 'ᅯ'), + (0x315E, 'M', 'ᅰ'), + (0x315F, 'M', 'ᅱ'), + (0x3160, 'M', 'ᅲ'), + (0x3161, 'M', 'ᅳ'), + (0x3162, 'M', 'ᅴ'), + (0x3163, 'M', 'ᅵ'), + (0x3164, 'X'), + (0x3165, 'M', 'ᄔ'), + (0x3166, 'M', 'ᄕ'), + (0x3167, 'M', 'ᇇ'), + (0x3168, 'M', 'ᇈ'), + (0x3169, 'M', 'ᇌ'), + (0x316A, 'M', 'ᇎ'), + (0x316B, 'M', 'ᇓ'), + (0x316C, 'M', 'ᇗ'), + (0x316D, 'M', 'ᇙ'), + (0x316E, 'M', 'ᄜ'), + (0x316F, 'M', 'ᇝ'), + (0x3170, 'M', 'ᇟ'), + (0x3171, 'M', 'ᄝ'), + (0x3172, 'M', 'ᄞ'), + (0x3173, 'M', 'ᄠ'), + (0x3174, 'M', 'ᄢ'), + (0x3175, 'M', 'ᄣ'), + (0x3176, 'M', 'ᄧ'), + (0x3177, 'M', 'ᄩ'), + (0x3178, 'M', 'ᄫ'), + (0x3179, 'M', 'ᄬ'), + (0x317A, 'M', 'ᄭ'), + (0x317B, 'M', 'ᄮ'), + (0x317C, 'M', 'ᄯ'), + (0x317D, 'M', 'ᄲ'), + (0x317E, 'M', 'ᄶ'), + (0x317F, 'M', 'ᅀ'), + (0x3180, 'M', 'ᅇ'), + (0x3181, 'M', 'ᅌ'), + (0x3182, 'M', 'ᇱ'), + (0x3183, 'M', 'ᇲ'), + (0x3184, 'M', 'ᅗ'), + (0x3185, 'M', 'ᅘ'), + (0x3186, 'M', 'ᅙ'), + (0x3187, 'M', 'ᆄ'), + (0x3188, 'M', 'ᆅ'), + ] + +def _seg_30() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3189, 'M', 'ᆈ'), + (0x318A, 'M', 'ᆑ'), + (0x318B, 'M', 'ᆒ'), + (0x318C, 'M', 'ᆔ'), + (0x318D, 'M', 'ᆞ'), + (0x318E, 'M', 'ᆡ'), + (0x318F, 'X'), + (0x3190, 'V'), + (0x3192, 'M', '一'), + (0x3193, 'M', '二'), + (0x3194, 'M', '三'), + (0x3195, 'M', '四'), + (0x3196, 'M', '上'), + (0x3197, 'M', '中'), + (0x3198, 'M', '下'), + (0x3199, 'M', '甲'), + (0x319A, 'M', '乙'), + (0x319B, 'M', '丙'), + (0x319C, 'M', '丁'), + (0x319D, 'M', '天'), + (0x319E, 'M', '地'), + (0x319F, 'M', '人'), + (0x31A0, 'V'), + (0x31E4, 'X'), + (0x31F0, 'V'), + (0x3200, '3', '(ᄀ)'), + (0x3201, '3', '(ᄂ)'), + (0x3202, '3', '(ᄃ)'), + (0x3203, '3', '(ᄅ)'), + (0x3204, '3', '(ᄆ)'), + (0x3205, '3', '(ᄇ)'), + (0x3206, '3', '(ᄉ)'), + (0x3207, '3', '(ᄋ)'), + (0x3208, '3', '(ᄌ)'), + (0x3209, '3', '(ᄎ)'), + (0x320A, '3', '(ᄏ)'), + (0x320B, '3', '(ᄐ)'), + (0x320C, '3', '(ᄑ)'), + (0x320D, '3', '(ᄒ)'), + (0x320E, '3', '(가)'), + (0x320F, '3', '(나)'), + (0x3210, '3', '(다)'), + (0x3211, '3', '(라)'), + (0x3212, '3', '(마)'), + (0x3213, '3', '(바)'), + (0x3214, '3', '(사)'), + (0x3215, '3', '(아)'), + (0x3216, '3', '(자)'), + (0x3217, '3', '(차)'), + (0x3218, '3', '(카)'), + (0x3219, '3', '(타)'), + (0x321A, '3', '(파)'), + (0x321B, '3', '(하)'), + (0x321C, '3', '(주)'), + (0x321D, '3', '(오전)'), + (0x321E, '3', '(오후)'), + (0x321F, 'X'), + (0x3220, '3', '(一)'), + (0x3221, '3', '(二)'), + (0x3222, '3', '(三)'), + (0x3223, '3', '(四)'), + (0x3224, '3', '(五)'), + (0x3225, '3', '(六)'), + (0x3226, '3', '(七)'), + (0x3227, '3', '(八)'), + (0x3228, '3', '(九)'), + (0x3229, '3', '(十)'), + (0x322A, '3', '(月)'), + (0x322B, '3', '(火)'), + (0x322C, '3', '(水)'), + (0x322D, '3', '(木)'), + (0x322E, '3', '(金)'), + (0x322F, '3', '(土)'), + (0x3230, '3', '(日)'), + (0x3231, '3', '(株)'), + (0x3232, '3', '(有)'), + (0x3233, '3', '(社)'), + (0x3234, '3', '(名)'), + (0x3235, '3', '(特)'), + (0x3236, '3', '(財)'), + (0x3237, '3', '(祝)'), + (0x3238, '3', '(労)'), + (0x3239, '3', '(代)'), + (0x323A, '3', '(呼)'), + (0x323B, '3', '(学)'), + (0x323C, '3', '(監)'), + (0x323D, '3', '(企)'), + (0x323E, '3', '(資)'), + (0x323F, '3', '(協)'), + (0x3240, '3', '(祭)'), + (0x3241, '3', '(休)'), + (0x3242, '3', '(自)'), + (0x3243, '3', '(至)'), + (0x3244, 'M', '問'), + (0x3245, 'M', '幼'), + (0x3246, 'M', '文'), + (0x3247, 'M', '箏'), + (0x3248, 'V'), + (0x3250, 'M', 'pte'), + (0x3251, 'M', '21'), + ] + +def _seg_31() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3252, 'M', '22'), + (0x3253, 'M', '23'), + (0x3254, 'M', '24'), + (0x3255, 'M', '25'), + (0x3256, 'M', '26'), + (0x3257, 'M', '27'), + (0x3258, 'M', '28'), + (0x3259, 'M', '29'), + (0x325A, 'M', '30'), + (0x325B, 'M', '31'), + (0x325C, 'M', '32'), + (0x325D, 'M', '33'), + (0x325E, 'M', '34'), + (0x325F, 'M', '35'), + (0x3260, 'M', 'ᄀ'), + (0x3261, 'M', 'ᄂ'), + (0x3262, 'M', 'ᄃ'), + (0x3263, 'M', 'ᄅ'), + (0x3264, 'M', 'ᄆ'), + (0x3265, 'M', 'ᄇ'), + (0x3266, 'M', 'ᄉ'), + (0x3267, 'M', 'ᄋ'), + (0x3268, 'M', 'ᄌ'), + (0x3269, 'M', 'ᄎ'), + (0x326A, 'M', 'ᄏ'), + (0x326B, 'M', 'ᄐ'), + (0x326C, 'M', 'ᄑ'), + (0x326D, 'M', 'ᄒ'), + (0x326E, 'M', '가'), + (0x326F, 'M', '나'), + (0x3270, 'M', '다'), + (0x3271, 'M', '라'), + (0x3272, 'M', '마'), + (0x3273, 'M', '바'), + (0x3274, 'M', '사'), + (0x3275, 'M', '아'), + (0x3276, 'M', '자'), + (0x3277, 'M', '차'), + (0x3278, 'M', '카'), + (0x3279, 'M', '타'), + (0x327A, 'M', '파'), + (0x327B, 'M', '하'), + (0x327C, 'M', '참고'), + (0x327D, 'M', '주의'), + (0x327E, 'M', '우'), + (0x327F, 'V'), + (0x3280, 'M', '一'), + (0x3281, 'M', '二'), + (0x3282, 'M', '三'), + (0x3283, 'M', '四'), + (0x3284, 'M', '五'), + (0x3285, 'M', '六'), + (0x3286, 'M', '七'), + (0x3287, 'M', '八'), + (0x3288, 'M', '九'), + (0x3289, 'M', '十'), + (0x328A, 'M', '月'), + (0x328B, 'M', '火'), + (0x328C, 'M', '水'), + (0x328D, 'M', '木'), + (0x328E, 'M', '金'), + (0x328F, 'M', '土'), + (0x3290, 'M', '日'), + (0x3291, 'M', '株'), + (0x3292, 'M', '有'), + (0x3293, 'M', '社'), + (0x3294, 'M', '名'), + (0x3295, 'M', '特'), + (0x3296, 'M', '財'), + (0x3297, 'M', '祝'), + (0x3298, 'M', '労'), + (0x3299, 'M', '秘'), + (0x329A, 'M', '男'), + (0x329B, 'M', '女'), + (0x329C, 'M', '適'), + (0x329D, 'M', '優'), + (0x329E, 'M', '印'), + (0x329F, 'M', '注'), + (0x32A0, 'M', '項'), + (0x32A1, 'M', '休'), + (0x32A2, 'M', '写'), + (0x32A3, 'M', '正'), + (0x32A4, 'M', '上'), + (0x32A5, 'M', '中'), + (0x32A6, 'M', '下'), + (0x32A7, 'M', '左'), + (0x32A8, 'M', '右'), + (0x32A9, 'M', '医'), + (0x32AA, 'M', '宗'), + (0x32AB, 'M', '学'), + (0x32AC, 'M', '監'), + (0x32AD, 'M', '企'), + (0x32AE, 'M', '資'), + (0x32AF, 'M', '協'), + (0x32B0, 'M', '夜'), + (0x32B1, 'M', '36'), + (0x32B2, 'M', '37'), + (0x32B3, 'M', '38'), + (0x32B4, 'M', '39'), + (0x32B5, 'M', '40'), + ] + +def _seg_32() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x32B6, 'M', '41'), + (0x32B7, 'M', '42'), + (0x32B8, 'M', '43'), + (0x32B9, 'M', '44'), + (0x32BA, 'M', '45'), + (0x32BB, 'M', '46'), + (0x32BC, 'M', '47'), + (0x32BD, 'M', '48'), + (0x32BE, 'M', '49'), + (0x32BF, 'M', '50'), + (0x32C0, 'M', '1月'), + (0x32C1, 'M', '2月'), + (0x32C2, 'M', '3月'), + (0x32C3, 'M', '4月'), + (0x32C4, 'M', '5月'), + (0x32C5, 'M', '6月'), + (0x32C6, 'M', '7月'), + (0x32C7, 'M', '8月'), + (0x32C8, 'M', '9月'), + (0x32C9, 'M', '10月'), + (0x32CA, 'M', '11月'), + (0x32CB, 'M', '12月'), + (0x32CC, 'M', 'hg'), + (0x32CD, 'M', 'erg'), + (0x32CE, 'M', 'ev'), + (0x32CF, 'M', 'ltd'), + (0x32D0, 'M', 'ア'), + (0x32D1, 'M', 'イ'), + (0x32D2, 'M', 'ウ'), + (0x32D3, 'M', 'エ'), + (0x32D4, 'M', 'オ'), + (0x32D5, 'M', 'カ'), + (0x32D6, 'M', 'キ'), + (0x32D7, 'M', 'ク'), + (0x32D8, 'M', 'ケ'), + (0x32D9, 'M', 'コ'), + (0x32DA, 'M', 'サ'), + (0x32DB, 'M', 'シ'), + (0x32DC, 'M', 'ス'), + (0x32DD, 'M', 'セ'), + (0x32DE, 'M', 'ソ'), + (0x32DF, 'M', 'タ'), + (0x32E0, 'M', 'チ'), + (0x32E1, 'M', 'ツ'), + (0x32E2, 'M', 'テ'), + (0x32E3, 'M', 'ト'), + (0x32E4, 'M', 'ナ'), + (0x32E5, 'M', 'ニ'), + (0x32E6, 'M', 'ヌ'), + (0x32E7, 'M', 'ネ'), + (0x32E8, 'M', 'ノ'), + (0x32E9, 'M', 'ハ'), + (0x32EA, 'M', 'ヒ'), + (0x32EB, 'M', 'フ'), + (0x32EC, 'M', 'ヘ'), + (0x32ED, 'M', 'ホ'), + (0x32EE, 'M', 'マ'), + (0x32EF, 'M', 'ミ'), + (0x32F0, 'M', 'ム'), + (0x32F1, 'M', 'メ'), + (0x32F2, 'M', 'モ'), + (0x32F3, 'M', 'ヤ'), + (0x32F4, 'M', 'ユ'), + (0x32F5, 'M', 'ヨ'), + (0x32F6, 'M', 'ラ'), + (0x32F7, 'M', 'リ'), + (0x32F8, 'M', 'ル'), + (0x32F9, 'M', 'レ'), + (0x32FA, 'M', 'ロ'), + (0x32FB, 'M', 'ワ'), + (0x32FC, 'M', 'ヰ'), + (0x32FD, 'M', 'ヱ'), + (0x32FE, 'M', 'ヲ'), + (0x32FF, 'M', '令和'), + (0x3300, 'M', 'アパート'), + (0x3301, 'M', 'アルファ'), + (0x3302, 'M', 'アンペア'), + (0x3303, 'M', 'アール'), + (0x3304, 'M', 'イニング'), + (0x3305, 'M', 'インチ'), + (0x3306, 'M', 'ウォン'), + (0x3307, 'M', 'エスクード'), + (0x3308, 'M', 'エーカー'), + (0x3309, 'M', 'オンス'), + (0x330A, 'M', 'オーム'), + (0x330B, 'M', 'カイリ'), + (0x330C, 'M', 'カラット'), + (0x330D, 'M', 'カロリー'), + (0x330E, 'M', 'ガロン'), + (0x330F, 'M', 'ガンマ'), + (0x3310, 'M', 'ギガ'), + (0x3311, 'M', 'ギニー'), + (0x3312, 'M', 'キュリー'), + (0x3313, 'M', 'ギルダー'), + (0x3314, 'M', 'キロ'), + (0x3315, 'M', 'キログラム'), + (0x3316, 'M', 'キロメートル'), + (0x3317, 'M', 'キロワット'), + (0x3318, 'M', 'グラム'), + (0x3319, 'M', 'グラムトン'), + ] + +def _seg_33() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x331A, 'M', 'クルゼイロ'), + (0x331B, 'M', 'クローネ'), + (0x331C, 'M', 'ケース'), + (0x331D, 'M', 'コルナ'), + (0x331E, 'M', 'コーポ'), + (0x331F, 'M', 'サイクル'), + (0x3320, 'M', 'サンチーム'), + (0x3321, 'M', 'シリング'), + (0x3322, 'M', 'センチ'), + (0x3323, 'M', 'セント'), + (0x3324, 'M', 'ダース'), + (0x3325, 'M', 'デシ'), + (0x3326, 'M', 'ドル'), + (0x3327, 'M', 'トン'), + (0x3328, 'M', 'ナノ'), + (0x3329, 'M', 'ノット'), + (0x332A, 'M', 'ハイツ'), + (0x332B, 'M', 'パーセント'), + (0x332C, 'M', 'パーツ'), + (0x332D, 'M', 'バーレル'), + (0x332E, 'M', 'ピアストル'), + (0x332F, 'M', 'ピクル'), + (0x3330, 'M', 'ピコ'), + (0x3331, 'M', 'ビル'), + (0x3332, 'M', 'ファラッド'), + (0x3333, 'M', 'フィート'), + (0x3334, 'M', 'ブッシェル'), + (0x3335, 'M', 'フラン'), + (0x3336, 'M', 'ヘクタール'), + (0x3337, 'M', 'ペソ'), + (0x3338, 'M', 'ペニヒ'), + (0x3339, 'M', 'ヘルツ'), + (0x333A, 'M', 'ペンス'), + (0x333B, 'M', 'ページ'), + (0x333C, 'M', 'ベータ'), + (0x333D, 'M', 'ポイント'), + (0x333E, 'M', 'ボルト'), + (0x333F, 'M', 'ホン'), + (0x3340, 'M', 'ポンド'), + (0x3341, 'M', 'ホール'), + (0x3342, 'M', 'ホーン'), + (0x3343, 'M', 'マイクロ'), + (0x3344, 'M', 'マイル'), + (0x3345, 'M', 'マッハ'), + (0x3346, 'M', 'マルク'), + (0x3347, 'M', 'マンション'), + (0x3348, 'M', 'ミクロン'), + (0x3349, 'M', 'ミリ'), + (0x334A, 'M', 'ミリバール'), + (0x334B, 'M', 'メガ'), + (0x334C, 'M', 'メガトン'), + (0x334D, 'M', 'メートル'), + (0x334E, 'M', 'ヤード'), + (0x334F, 'M', 'ヤール'), + (0x3350, 'M', 'ユアン'), + (0x3351, 'M', 'リットル'), + (0x3352, 'M', 'リラ'), + (0x3353, 'M', 'ルピー'), + (0x3354, 'M', 'ルーブル'), + (0x3355, 'M', 'レム'), + (0x3356, 'M', 'レントゲン'), + (0x3357, 'M', 'ワット'), + (0x3358, 'M', '0点'), + (0x3359, 'M', '1点'), + (0x335A, 'M', '2点'), + (0x335B, 'M', '3点'), + (0x335C, 'M', '4点'), + (0x335D, 'M', '5点'), + (0x335E, 'M', '6点'), + (0x335F, 'M', '7点'), + (0x3360, 'M', '8点'), + (0x3361, 'M', '9点'), + (0x3362, 'M', '10点'), + (0x3363, 'M', '11点'), + (0x3364, 'M', '12点'), + (0x3365, 'M', '13点'), + (0x3366, 'M', '14点'), + (0x3367, 'M', '15点'), + (0x3368, 'M', '16点'), + (0x3369, 'M', '17点'), + (0x336A, 'M', '18点'), + (0x336B, 'M', '19点'), + (0x336C, 'M', '20点'), + (0x336D, 'M', '21点'), + (0x336E, 'M', '22点'), + (0x336F, 'M', '23点'), + (0x3370, 'M', '24点'), + (0x3371, 'M', 'hpa'), + (0x3372, 'M', 'da'), + (0x3373, 'M', 'au'), + (0x3374, 'M', 'bar'), + (0x3375, 'M', 'ov'), + (0x3376, 'M', 'pc'), + (0x3377, 'M', 'dm'), + (0x3378, 'M', 'dm2'), + (0x3379, 'M', 'dm3'), + (0x337A, 'M', 'iu'), + (0x337B, 'M', '平成'), + (0x337C, 'M', '昭和'), + (0x337D, 'M', '大正'), + ] + +def _seg_34() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x337E, 'M', '明治'), + (0x337F, 'M', '株式会社'), + (0x3380, 'M', 'pa'), + (0x3381, 'M', 'na'), + (0x3382, 'M', 'μa'), + (0x3383, 'M', 'ma'), + (0x3384, 'M', 'ka'), + (0x3385, 'M', 'kb'), + (0x3386, 'M', 'mb'), + (0x3387, 'M', 'gb'), + (0x3388, 'M', 'cal'), + (0x3389, 'M', 'kcal'), + (0x338A, 'M', 'pf'), + (0x338B, 'M', 'nf'), + (0x338C, 'M', 'μf'), + (0x338D, 'M', 'μg'), + (0x338E, 'M', 'mg'), + (0x338F, 'M', 'kg'), + (0x3390, 'M', 'hz'), + (0x3391, 'M', 'khz'), + (0x3392, 'M', 'mhz'), + (0x3393, 'M', 'ghz'), + (0x3394, 'M', 'thz'), + (0x3395, 'M', 'μl'), + (0x3396, 'M', 'ml'), + (0x3397, 'M', 'dl'), + (0x3398, 'M', 'kl'), + (0x3399, 'M', 'fm'), + (0x339A, 'M', 'nm'), + (0x339B, 'M', 'μm'), + (0x339C, 'M', 'mm'), + (0x339D, 'M', 'cm'), + (0x339E, 'M', 'km'), + (0x339F, 'M', 'mm2'), + (0x33A0, 'M', 'cm2'), + (0x33A1, 'M', 'm2'), + (0x33A2, 'M', 'km2'), + (0x33A3, 'M', 'mm3'), + (0x33A4, 'M', 'cm3'), + (0x33A5, 'M', 'm3'), + (0x33A6, 'M', 'km3'), + (0x33A7, 'M', 'm∕s'), + (0x33A8, 'M', 'm∕s2'), + (0x33A9, 'M', 'pa'), + (0x33AA, 'M', 'kpa'), + (0x33AB, 'M', 'mpa'), + (0x33AC, 'M', 'gpa'), + (0x33AD, 'M', 'rad'), + (0x33AE, 'M', 'rad∕s'), + (0x33AF, 'M', 'rad∕s2'), + (0x33B0, 'M', 'ps'), + (0x33B1, 'M', 'ns'), + (0x33B2, 'M', 'μs'), + (0x33B3, 'M', 'ms'), + (0x33B4, 'M', 'pv'), + (0x33B5, 'M', 'nv'), + (0x33B6, 'M', 'μv'), + (0x33B7, 'M', 'mv'), + (0x33B8, 'M', 'kv'), + (0x33B9, 'M', 'mv'), + (0x33BA, 'M', 'pw'), + (0x33BB, 'M', 'nw'), + (0x33BC, 'M', 'μw'), + (0x33BD, 'M', 'mw'), + (0x33BE, 'M', 'kw'), + (0x33BF, 'M', 'mw'), + (0x33C0, 'M', 'kω'), + (0x33C1, 'M', 'mω'), + (0x33C2, 'X'), + (0x33C3, 'M', 'bq'), + (0x33C4, 'M', 'cc'), + (0x33C5, 'M', 'cd'), + (0x33C6, 'M', 'c∕kg'), + (0x33C7, 'X'), + (0x33C8, 'M', 'db'), + (0x33C9, 'M', 'gy'), + (0x33CA, 'M', 'ha'), + (0x33CB, 'M', 'hp'), + (0x33CC, 'M', 'in'), + (0x33CD, 'M', 'kk'), + (0x33CE, 'M', 'km'), + (0x33CF, 'M', 'kt'), + (0x33D0, 'M', 'lm'), + (0x33D1, 'M', 'ln'), + (0x33D2, 'M', 'log'), + (0x33D3, 'M', 'lx'), + (0x33D4, 'M', 'mb'), + (0x33D5, 'M', 'mil'), + (0x33D6, 'M', 'mol'), + (0x33D7, 'M', 'ph'), + (0x33D8, 'X'), + (0x33D9, 'M', 'ppm'), + (0x33DA, 'M', 'pr'), + (0x33DB, 'M', 'sr'), + (0x33DC, 'M', 'sv'), + (0x33DD, 'M', 'wb'), + (0x33DE, 'M', 'v∕m'), + (0x33DF, 'M', 'a∕m'), + (0x33E0, 'M', '1日'), + (0x33E1, 'M', '2日'), + ] + +def _seg_35() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x33E2, 'M', '3日'), + (0x33E3, 'M', '4日'), + (0x33E4, 'M', '5日'), + (0x33E5, 'M', '6日'), + (0x33E6, 'M', '7日'), + (0x33E7, 'M', '8日'), + (0x33E8, 'M', '9日'), + (0x33E9, 'M', '10日'), + (0x33EA, 'M', '11日'), + (0x33EB, 'M', '12日'), + (0x33EC, 'M', '13日'), + (0x33ED, 'M', '14日'), + (0x33EE, 'M', '15日'), + (0x33EF, 'M', '16日'), + (0x33F0, 'M', '17日'), + (0x33F1, 'M', '18日'), + (0x33F2, 'M', '19日'), + (0x33F3, 'M', '20日'), + (0x33F4, 'M', '21日'), + (0x33F5, 'M', '22日'), + (0x33F6, 'M', '23日'), + (0x33F7, 'M', '24日'), + (0x33F8, 'M', '25日'), + (0x33F9, 'M', '26日'), + (0x33FA, 'M', '27日'), + (0x33FB, 'M', '28日'), + (0x33FC, 'M', '29日'), + (0x33FD, 'M', '30日'), + (0x33FE, 'M', '31日'), + (0x33FF, 'M', 'gal'), + (0x3400, 'V'), + (0xA48D, 'X'), + (0xA490, 'V'), + (0xA4C7, 'X'), + (0xA4D0, 'V'), + (0xA62C, 'X'), + (0xA640, 'M', 'ꙁ'), + (0xA641, 'V'), + (0xA642, 'M', 'ꙃ'), + (0xA643, 'V'), + (0xA644, 'M', 'ꙅ'), + (0xA645, 'V'), + (0xA646, 'M', 'ꙇ'), + (0xA647, 'V'), + (0xA648, 'M', 'ꙉ'), + (0xA649, 'V'), + (0xA64A, 'M', 'ꙋ'), + (0xA64B, 'V'), + (0xA64C, 'M', 'ꙍ'), + (0xA64D, 'V'), + (0xA64E, 'M', 'ꙏ'), + (0xA64F, 'V'), + (0xA650, 'M', 'ꙑ'), + (0xA651, 'V'), + (0xA652, 'M', 'ꙓ'), + (0xA653, 'V'), + (0xA654, 'M', 'ꙕ'), + (0xA655, 'V'), + (0xA656, 'M', 'ꙗ'), + (0xA657, 'V'), + (0xA658, 'M', 'ꙙ'), + (0xA659, 'V'), + (0xA65A, 'M', 'ꙛ'), + (0xA65B, 'V'), + (0xA65C, 'M', 'ꙝ'), + (0xA65D, 'V'), + (0xA65E, 'M', 'ꙟ'), + (0xA65F, 'V'), + (0xA660, 'M', 'ꙡ'), + (0xA661, 'V'), + (0xA662, 'M', 'ꙣ'), + (0xA663, 'V'), + (0xA664, 'M', 'ꙥ'), + (0xA665, 'V'), + (0xA666, 'M', 'ꙧ'), + (0xA667, 'V'), + (0xA668, 'M', 'ꙩ'), + (0xA669, 'V'), + (0xA66A, 'M', 'ꙫ'), + (0xA66B, 'V'), + (0xA66C, 'M', 'ꙭ'), + (0xA66D, 'V'), + (0xA680, 'M', 'ꚁ'), + (0xA681, 'V'), + (0xA682, 'M', 'ꚃ'), + (0xA683, 'V'), + (0xA684, 'M', 'ꚅ'), + (0xA685, 'V'), + (0xA686, 'M', 'ꚇ'), + (0xA687, 'V'), + (0xA688, 'M', 'ꚉ'), + (0xA689, 'V'), + (0xA68A, 'M', 'ꚋ'), + (0xA68B, 'V'), + (0xA68C, 'M', 'ꚍ'), + (0xA68D, 'V'), + (0xA68E, 'M', 'ꚏ'), + (0xA68F, 'V'), + (0xA690, 'M', 'ꚑ'), + (0xA691, 'V'), + ] + +def _seg_36() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA692, 'M', 'ꚓ'), + (0xA693, 'V'), + (0xA694, 'M', 'ꚕ'), + (0xA695, 'V'), + (0xA696, 'M', 'ꚗ'), + (0xA697, 'V'), + (0xA698, 'M', 'ꚙ'), + (0xA699, 'V'), + (0xA69A, 'M', 'ꚛ'), + (0xA69B, 'V'), + (0xA69C, 'M', 'ъ'), + (0xA69D, 'M', 'ь'), + (0xA69E, 'V'), + (0xA6F8, 'X'), + (0xA700, 'V'), + (0xA722, 'M', 'ꜣ'), + (0xA723, 'V'), + (0xA724, 'M', 'ꜥ'), + (0xA725, 'V'), + (0xA726, 'M', 'ꜧ'), + (0xA727, 'V'), + (0xA728, 'M', 'ꜩ'), + (0xA729, 'V'), + (0xA72A, 'M', 'ꜫ'), + (0xA72B, 'V'), + (0xA72C, 'M', 'ꜭ'), + (0xA72D, 'V'), + (0xA72E, 'M', 'ꜯ'), + (0xA72F, 'V'), + (0xA732, 'M', 'ꜳ'), + (0xA733, 'V'), + (0xA734, 'M', 'ꜵ'), + (0xA735, 'V'), + (0xA736, 'M', 'ꜷ'), + (0xA737, 'V'), + (0xA738, 'M', 'ꜹ'), + (0xA739, 'V'), + (0xA73A, 'M', 'ꜻ'), + (0xA73B, 'V'), + (0xA73C, 'M', 'ꜽ'), + (0xA73D, 'V'), + (0xA73E, 'M', 'ꜿ'), + (0xA73F, 'V'), + (0xA740, 'M', 'ꝁ'), + (0xA741, 'V'), + (0xA742, 'M', 'ꝃ'), + (0xA743, 'V'), + (0xA744, 'M', 'ꝅ'), + (0xA745, 'V'), + (0xA746, 'M', 'ꝇ'), + (0xA747, 'V'), + (0xA748, 'M', 'ꝉ'), + (0xA749, 'V'), + (0xA74A, 'M', 'ꝋ'), + (0xA74B, 'V'), + (0xA74C, 'M', 'ꝍ'), + (0xA74D, 'V'), + (0xA74E, 'M', 'ꝏ'), + (0xA74F, 'V'), + (0xA750, 'M', 'ꝑ'), + (0xA751, 'V'), + (0xA752, 'M', 'ꝓ'), + (0xA753, 'V'), + (0xA754, 'M', 'ꝕ'), + (0xA755, 'V'), + (0xA756, 'M', 'ꝗ'), + (0xA757, 'V'), + (0xA758, 'M', 'ꝙ'), + (0xA759, 'V'), + (0xA75A, 'M', 'ꝛ'), + (0xA75B, 'V'), + (0xA75C, 'M', 'ꝝ'), + (0xA75D, 'V'), + (0xA75E, 'M', 'ꝟ'), + (0xA75F, 'V'), + (0xA760, 'M', 'ꝡ'), + (0xA761, 'V'), + (0xA762, 'M', 'ꝣ'), + (0xA763, 'V'), + (0xA764, 'M', 'ꝥ'), + (0xA765, 'V'), + (0xA766, 'M', 'ꝧ'), + (0xA767, 'V'), + (0xA768, 'M', 'ꝩ'), + (0xA769, 'V'), + (0xA76A, 'M', 'ꝫ'), + (0xA76B, 'V'), + (0xA76C, 'M', 'ꝭ'), + (0xA76D, 'V'), + (0xA76E, 'M', 'ꝯ'), + (0xA76F, 'V'), + (0xA770, 'M', 'ꝯ'), + (0xA771, 'V'), + (0xA779, 'M', 'ꝺ'), + (0xA77A, 'V'), + (0xA77B, 'M', 'ꝼ'), + (0xA77C, 'V'), + (0xA77D, 'M', 'ᵹ'), + (0xA77E, 'M', 'ꝿ'), + (0xA77F, 'V'), + ] + +def _seg_37() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA780, 'M', 'ꞁ'), + (0xA781, 'V'), + (0xA782, 'M', 'ꞃ'), + (0xA783, 'V'), + (0xA784, 'M', 'ꞅ'), + (0xA785, 'V'), + (0xA786, 'M', 'ꞇ'), + (0xA787, 'V'), + (0xA78B, 'M', 'ꞌ'), + (0xA78C, 'V'), + (0xA78D, 'M', 'ɥ'), + (0xA78E, 'V'), + (0xA790, 'M', 'ꞑ'), + (0xA791, 'V'), + (0xA792, 'M', 'ꞓ'), + (0xA793, 'V'), + (0xA796, 'M', 'ꞗ'), + (0xA797, 'V'), + (0xA798, 'M', 'ꞙ'), + (0xA799, 'V'), + (0xA79A, 'M', 'ꞛ'), + (0xA79B, 'V'), + (0xA79C, 'M', 'ꞝ'), + (0xA79D, 'V'), + (0xA79E, 'M', 'ꞟ'), + (0xA79F, 'V'), + (0xA7A0, 'M', 'ꞡ'), + (0xA7A1, 'V'), + (0xA7A2, 'M', 'ꞣ'), + (0xA7A3, 'V'), + (0xA7A4, 'M', 'ꞥ'), + (0xA7A5, 'V'), + (0xA7A6, 'M', 'ꞧ'), + (0xA7A7, 'V'), + (0xA7A8, 'M', 'ꞩ'), + (0xA7A9, 'V'), + (0xA7AA, 'M', 'ɦ'), + (0xA7AB, 'M', 'ɜ'), + (0xA7AC, 'M', 'ɡ'), + (0xA7AD, 'M', 'ɬ'), + (0xA7AE, 'M', 'ɪ'), + (0xA7AF, 'V'), + (0xA7B0, 'M', 'ʞ'), + (0xA7B1, 'M', 'ʇ'), + (0xA7B2, 'M', 'ʝ'), + (0xA7B3, 'M', 'ꭓ'), + (0xA7B4, 'M', 'ꞵ'), + (0xA7B5, 'V'), + (0xA7B6, 'M', 'ꞷ'), + (0xA7B7, 'V'), + (0xA7B8, 'M', 'ꞹ'), + (0xA7B9, 'V'), + (0xA7BA, 'M', 'ꞻ'), + (0xA7BB, 'V'), + (0xA7BC, 'M', 'ꞽ'), + (0xA7BD, 'V'), + (0xA7BE, 'M', 'ꞿ'), + (0xA7BF, 'V'), + (0xA7C0, 'M', 'ꟁ'), + (0xA7C1, 'V'), + (0xA7C2, 'M', 'ꟃ'), + (0xA7C3, 'V'), + (0xA7C4, 'M', 'ꞔ'), + (0xA7C5, 'M', 'ʂ'), + (0xA7C6, 'M', 'ᶎ'), + (0xA7C7, 'M', 'ꟈ'), + (0xA7C8, 'V'), + (0xA7C9, 'M', 'ꟊ'), + (0xA7CA, 'V'), + (0xA7CB, 'X'), + (0xA7D0, 'M', 'ꟑ'), + (0xA7D1, 'V'), + (0xA7D2, 'X'), + (0xA7D3, 'V'), + (0xA7D4, 'X'), + (0xA7D5, 'V'), + (0xA7D6, 'M', 'ꟗ'), + (0xA7D7, 'V'), + (0xA7D8, 'M', 'ꟙ'), + (0xA7D9, 'V'), + (0xA7DA, 'X'), + (0xA7F2, 'M', 'c'), + (0xA7F3, 'M', 'f'), + (0xA7F4, 'M', 'q'), + (0xA7F5, 'M', 'ꟶ'), + (0xA7F6, 'V'), + (0xA7F8, 'M', 'ħ'), + (0xA7F9, 'M', 'œ'), + (0xA7FA, 'V'), + (0xA82D, 'X'), + (0xA830, 'V'), + (0xA83A, 'X'), + (0xA840, 'V'), + (0xA878, 'X'), + (0xA880, 'V'), + (0xA8C6, 'X'), + (0xA8CE, 'V'), + (0xA8DA, 'X'), + (0xA8E0, 'V'), + (0xA954, 'X'), + ] + +def _seg_38() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA95F, 'V'), + (0xA97D, 'X'), + (0xA980, 'V'), + (0xA9CE, 'X'), + (0xA9CF, 'V'), + (0xA9DA, 'X'), + (0xA9DE, 'V'), + (0xA9FF, 'X'), + (0xAA00, 'V'), + (0xAA37, 'X'), + (0xAA40, 'V'), + (0xAA4E, 'X'), + (0xAA50, 'V'), + (0xAA5A, 'X'), + (0xAA5C, 'V'), + (0xAAC3, 'X'), + (0xAADB, 'V'), + (0xAAF7, 'X'), + (0xAB01, 'V'), + (0xAB07, 'X'), + (0xAB09, 'V'), + (0xAB0F, 'X'), + (0xAB11, 'V'), + (0xAB17, 'X'), + (0xAB20, 'V'), + (0xAB27, 'X'), + (0xAB28, 'V'), + (0xAB2F, 'X'), + (0xAB30, 'V'), + (0xAB5C, 'M', 'ꜧ'), + (0xAB5D, 'M', 'ꬷ'), + (0xAB5E, 'M', 'ɫ'), + (0xAB5F, 'M', 'ꭒ'), + (0xAB60, 'V'), + (0xAB69, 'M', 'ʍ'), + (0xAB6A, 'V'), + (0xAB6C, 'X'), + (0xAB70, 'M', 'Ꭰ'), + (0xAB71, 'M', 'Ꭱ'), + (0xAB72, 'M', 'Ꭲ'), + (0xAB73, 'M', 'Ꭳ'), + (0xAB74, 'M', 'Ꭴ'), + (0xAB75, 'M', 'Ꭵ'), + (0xAB76, 'M', 'Ꭶ'), + (0xAB77, 'M', 'Ꭷ'), + (0xAB78, 'M', 'Ꭸ'), + (0xAB79, 'M', 'Ꭹ'), + (0xAB7A, 'M', 'Ꭺ'), + (0xAB7B, 'M', 'Ꭻ'), + (0xAB7C, 'M', 'Ꭼ'), + (0xAB7D, 'M', 'Ꭽ'), + (0xAB7E, 'M', 'Ꭾ'), + (0xAB7F, 'M', 'Ꭿ'), + (0xAB80, 'M', 'Ꮀ'), + (0xAB81, 'M', 'Ꮁ'), + (0xAB82, 'M', 'Ꮂ'), + (0xAB83, 'M', 'Ꮃ'), + (0xAB84, 'M', 'Ꮄ'), + (0xAB85, 'M', 'Ꮅ'), + (0xAB86, 'M', 'Ꮆ'), + (0xAB87, 'M', 'Ꮇ'), + (0xAB88, 'M', 'Ꮈ'), + (0xAB89, 'M', 'Ꮉ'), + (0xAB8A, 'M', 'Ꮊ'), + (0xAB8B, 'M', 'Ꮋ'), + (0xAB8C, 'M', 'Ꮌ'), + (0xAB8D, 'M', 'Ꮍ'), + (0xAB8E, 'M', 'Ꮎ'), + (0xAB8F, 'M', 'Ꮏ'), + (0xAB90, 'M', 'Ꮐ'), + (0xAB91, 'M', 'Ꮑ'), + (0xAB92, 'M', 'Ꮒ'), + (0xAB93, 'M', 'Ꮓ'), + (0xAB94, 'M', 'Ꮔ'), + (0xAB95, 'M', 'Ꮕ'), + (0xAB96, 'M', 'Ꮖ'), + (0xAB97, 'M', 'Ꮗ'), + (0xAB98, 'M', 'Ꮘ'), + (0xAB99, 'M', 'Ꮙ'), + (0xAB9A, 'M', 'Ꮚ'), + (0xAB9B, 'M', 'Ꮛ'), + (0xAB9C, 'M', 'Ꮜ'), + (0xAB9D, 'M', 'Ꮝ'), + (0xAB9E, 'M', 'Ꮞ'), + (0xAB9F, 'M', 'Ꮟ'), + (0xABA0, 'M', 'Ꮠ'), + (0xABA1, 'M', 'Ꮡ'), + (0xABA2, 'M', 'Ꮢ'), + (0xABA3, 'M', 'Ꮣ'), + (0xABA4, 'M', 'Ꮤ'), + (0xABA5, 'M', 'Ꮥ'), + (0xABA6, 'M', 'Ꮦ'), + (0xABA7, 'M', 'Ꮧ'), + (0xABA8, 'M', 'Ꮨ'), + (0xABA9, 'M', 'Ꮩ'), + (0xABAA, 'M', 'Ꮪ'), + (0xABAB, 'M', 'Ꮫ'), + (0xABAC, 'M', 'Ꮬ'), + (0xABAD, 'M', 'Ꮭ'), + (0xABAE, 'M', 'Ꮮ'), + ] + +def _seg_39() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xABAF, 'M', 'Ꮯ'), + (0xABB0, 'M', 'Ꮰ'), + (0xABB1, 'M', 'Ꮱ'), + (0xABB2, 'M', 'Ꮲ'), + (0xABB3, 'M', 'Ꮳ'), + (0xABB4, 'M', 'Ꮴ'), + (0xABB5, 'M', 'Ꮵ'), + (0xABB6, 'M', 'Ꮶ'), + (0xABB7, 'M', 'Ꮷ'), + (0xABB8, 'M', 'Ꮸ'), + (0xABB9, 'M', 'Ꮹ'), + (0xABBA, 'M', 'Ꮺ'), + (0xABBB, 'M', 'Ꮻ'), + (0xABBC, 'M', 'Ꮼ'), + (0xABBD, 'M', 'Ꮽ'), + (0xABBE, 'M', 'Ꮾ'), + (0xABBF, 'M', 'Ꮿ'), + (0xABC0, 'V'), + (0xABEE, 'X'), + (0xABF0, 'V'), + (0xABFA, 'X'), + (0xAC00, 'V'), + (0xD7A4, 'X'), + (0xD7B0, 'V'), + (0xD7C7, 'X'), + (0xD7CB, 'V'), + (0xD7FC, 'X'), + (0xF900, 'M', '豈'), + (0xF901, 'M', '更'), + (0xF902, 'M', '車'), + (0xF903, 'M', '賈'), + (0xF904, 'M', '滑'), + (0xF905, 'M', '串'), + (0xF906, 'M', '句'), + (0xF907, 'M', '龜'), + (0xF909, 'M', '契'), + (0xF90A, 'M', '金'), + (0xF90B, 'M', '喇'), + (0xF90C, 'M', '奈'), + (0xF90D, 'M', '懶'), + (0xF90E, 'M', '癩'), + (0xF90F, 'M', '羅'), + (0xF910, 'M', '蘿'), + (0xF911, 'M', '螺'), + (0xF912, 'M', '裸'), + (0xF913, 'M', '邏'), + (0xF914, 'M', '樂'), + (0xF915, 'M', '洛'), + (0xF916, 'M', '烙'), + (0xF917, 'M', '珞'), + (0xF918, 'M', '落'), + (0xF919, 'M', '酪'), + (0xF91A, 'M', '駱'), + (0xF91B, 'M', '亂'), + (0xF91C, 'M', '卵'), + (0xF91D, 'M', '欄'), + (0xF91E, 'M', '爛'), + (0xF91F, 'M', '蘭'), + (0xF920, 'M', '鸞'), + (0xF921, 'M', '嵐'), + (0xF922, 'M', '濫'), + (0xF923, 'M', '藍'), + (0xF924, 'M', '襤'), + (0xF925, 'M', '拉'), + (0xF926, 'M', '臘'), + (0xF927, 'M', '蠟'), + (0xF928, 'M', '廊'), + (0xF929, 'M', '朗'), + (0xF92A, 'M', '浪'), + (0xF92B, 'M', '狼'), + (0xF92C, 'M', '郎'), + (0xF92D, 'M', '來'), + (0xF92E, 'M', '冷'), + (0xF92F, 'M', '勞'), + (0xF930, 'M', '擄'), + (0xF931, 'M', '櫓'), + (0xF932, 'M', '爐'), + (0xF933, 'M', '盧'), + (0xF934, 'M', '老'), + (0xF935, 'M', '蘆'), + (0xF936, 'M', '虜'), + (0xF937, 'M', '路'), + (0xF938, 'M', '露'), + (0xF939, 'M', '魯'), + (0xF93A, 'M', '鷺'), + (0xF93B, 'M', '碌'), + (0xF93C, 'M', '祿'), + (0xF93D, 'M', '綠'), + (0xF93E, 'M', '菉'), + (0xF93F, 'M', '錄'), + (0xF940, 'M', '鹿'), + (0xF941, 'M', '論'), + (0xF942, 'M', '壟'), + (0xF943, 'M', '弄'), + (0xF944, 'M', '籠'), + (0xF945, 'M', '聾'), + (0xF946, 'M', '牢'), + (0xF947, 'M', '磊'), + (0xF948, 'M', '賂'), + (0xF949, 'M', '雷'), + ] + +def _seg_40() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF94A, 'M', '壘'), + (0xF94B, 'M', '屢'), + (0xF94C, 'M', '樓'), + (0xF94D, 'M', '淚'), + (0xF94E, 'M', '漏'), + (0xF94F, 'M', '累'), + (0xF950, 'M', '縷'), + (0xF951, 'M', '陋'), + (0xF952, 'M', '勒'), + (0xF953, 'M', '肋'), + (0xF954, 'M', '凜'), + (0xF955, 'M', '凌'), + (0xF956, 'M', '稜'), + (0xF957, 'M', '綾'), + (0xF958, 'M', '菱'), + (0xF959, 'M', '陵'), + (0xF95A, 'M', '讀'), + (0xF95B, 'M', '拏'), + (0xF95C, 'M', '樂'), + (0xF95D, 'M', '諾'), + (0xF95E, 'M', '丹'), + (0xF95F, 'M', '寧'), + (0xF960, 'M', '怒'), + (0xF961, 'M', '率'), + (0xF962, 'M', '異'), + (0xF963, 'M', '北'), + (0xF964, 'M', '磻'), + (0xF965, 'M', '便'), + (0xF966, 'M', '復'), + (0xF967, 'M', '不'), + (0xF968, 'M', '泌'), + (0xF969, 'M', '數'), + (0xF96A, 'M', '索'), + (0xF96B, 'M', '參'), + (0xF96C, 'M', '塞'), + (0xF96D, 'M', '省'), + (0xF96E, 'M', '葉'), + (0xF96F, 'M', '說'), + (0xF970, 'M', '殺'), + (0xF971, 'M', '辰'), + (0xF972, 'M', '沈'), + (0xF973, 'M', '拾'), + (0xF974, 'M', '若'), + (0xF975, 'M', '掠'), + (0xF976, 'M', '略'), + (0xF977, 'M', '亮'), + (0xF978, 'M', '兩'), + (0xF979, 'M', '凉'), + (0xF97A, 'M', '梁'), + (0xF97B, 'M', '糧'), + (0xF97C, 'M', '良'), + (0xF97D, 'M', '諒'), + (0xF97E, 'M', '量'), + (0xF97F, 'M', '勵'), + (0xF980, 'M', '呂'), + (0xF981, 'M', '女'), + (0xF982, 'M', '廬'), + (0xF983, 'M', '旅'), + (0xF984, 'M', '濾'), + (0xF985, 'M', '礪'), + (0xF986, 'M', '閭'), + (0xF987, 'M', '驪'), + (0xF988, 'M', '麗'), + (0xF989, 'M', '黎'), + (0xF98A, 'M', '力'), + (0xF98B, 'M', '曆'), + (0xF98C, 'M', '歷'), + (0xF98D, 'M', '轢'), + (0xF98E, 'M', '年'), + (0xF98F, 'M', '憐'), + (0xF990, 'M', '戀'), + (0xF991, 'M', '撚'), + (0xF992, 'M', '漣'), + (0xF993, 'M', '煉'), + (0xF994, 'M', '璉'), + (0xF995, 'M', '秊'), + (0xF996, 'M', '練'), + (0xF997, 'M', '聯'), + (0xF998, 'M', '輦'), + (0xF999, 'M', '蓮'), + (0xF99A, 'M', '連'), + (0xF99B, 'M', '鍊'), + (0xF99C, 'M', '列'), + (0xF99D, 'M', '劣'), + (0xF99E, 'M', '咽'), + (0xF99F, 'M', '烈'), + (0xF9A0, 'M', '裂'), + (0xF9A1, 'M', '說'), + (0xF9A2, 'M', '廉'), + (0xF9A3, 'M', '念'), + (0xF9A4, 'M', '捻'), + (0xF9A5, 'M', '殮'), + (0xF9A6, 'M', '簾'), + (0xF9A7, 'M', '獵'), + (0xF9A8, 'M', '令'), + (0xF9A9, 'M', '囹'), + (0xF9AA, 'M', '寧'), + (0xF9AB, 'M', '嶺'), + (0xF9AC, 'M', '怜'), + (0xF9AD, 'M', '玲'), + ] + +def _seg_41() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF9AE, 'M', '瑩'), + (0xF9AF, 'M', '羚'), + (0xF9B0, 'M', '聆'), + (0xF9B1, 'M', '鈴'), + (0xF9B2, 'M', '零'), + (0xF9B3, 'M', '靈'), + (0xF9B4, 'M', '領'), + (0xF9B5, 'M', '例'), + (0xF9B6, 'M', '禮'), + (0xF9B7, 'M', '醴'), + (0xF9B8, 'M', '隸'), + (0xF9B9, 'M', '惡'), + (0xF9BA, 'M', '了'), + (0xF9BB, 'M', '僚'), + (0xF9BC, 'M', '寮'), + (0xF9BD, 'M', '尿'), + (0xF9BE, 'M', '料'), + (0xF9BF, 'M', '樂'), + (0xF9C0, 'M', '燎'), + (0xF9C1, 'M', '療'), + (0xF9C2, 'M', '蓼'), + (0xF9C3, 'M', '遼'), + (0xF9C4, 'M', '龍'), + (0xF9C5, 'M', '暈'), + (0xF9C6, 'M', '阮'), + (0xF9C7, 'M', '劉'), + (0xF9C8, 'M', '杻'), + (0xF9C9, 'M', '柳'), + (0xF9CA, 'M', '流'), + (0xF9CB, 'M', '溜'), + (0xF9CC, 'M', '琉'), + (0xF9CD, 'M', '留'), + (0xF9CE, 'M', '硫'), + (0xF9CF, 'M', '紐'), + (0xF9D0, 'M', '類'), + (0xF9D1, 'M', '六'), + (0xF9D2, 'M', '戮'), + (0xF9D3, 'M', '陸'), + (0xF9D4, 'M', '倫'), + (0xF9D5, 'M', '崙'), + (0xF9D6, 'M', '淪'), + (0xF9D7, 'M', '輪'), + (0xF9D8, 'M', '律'), + (0xF9D9, 'M', '慄'), + (0xF9DA, 'M', '栗'), + (0xF9DB, 'M', '率'), + (0xF9DC, 'M', '隆'), + (0xF9DD, 'M', '利'), + (0xF9DE, 'M', '吏'), + (0xF9DF, 'M', '履'), + (0xF9E0, 'M', '易'), + (0xF9E1, 'M', '李'), + (0xF9E2, 'M', '梨'), + (0xF9E3, 'M', '泥'), + (0xF9E4, 'M', '理'), + (0xF9E5, 'M', '痢'), + (0xF9E6, 'M', '罹'), + (0xF9E7, 'M', '裏'), + (0xF9E8, 'M', '裡'), + (0xF9E9, 'M', '里'), + (0xF9EA, 'M', '離'), + (0xF9EB, 'M', '匿'), + (0xF9EC, 'M', '溺'), + (0xF9ED, 'M', '吝'), + (0xF9EE, 'M', '燐'), + (0xF9EF, 'M', '璘'), + (0xF9F0, 'M', '藺'), + (0xF9F1, 'M', '隣'), + (0xF9F2, 'M', '鱗'), + (0xF9F3, 'M', '麟'), + (0xF9F4, 'M', '林'), + (0xF9F5, 'M', '淋'), + (0xF9F6, 'M', '臨'), + (0xF9F7, 'M', '立'), + (0xF9F8, 'M', '笠'), + (0xF9F9, 'M', '粒'), + (0xF9FA, 'M', '狀'), + (0xF9FB, 'M', '炙'), + (0xF9FC, 'M', '識'), + (0xF9FD, 'M', '什'), + (0xF9FE, 'M', '茶'), + (0xF9FF, 'M', '刺'), + (0xFA00, 'M', '切'), + (0xFA01, 'M', '度'), + (0xFA02, 'M', '拓'), + (0xFA03, 'M', '糖'), + (0xFA04, 'M', '宅'), + (0xFA05, 'M', '洞'), + (0xFA06, 'M', '暴'), + (0xFA07, 'M', '輻'), + (0xFA08, 'M', '行'), + (0xFA09, 'M', '降'), + (0xFA0A, 'M', '見'), + (0xFA0B, 'M', '廓'), + (0xFA0C, 'M', '兀'), + (0xFA0D, 'M', '嗀'), + (0xFA0E, 'V'), + (0xFA10, 'M', '塚'), + (0xFA11, 'V'), + (0xFA12, 'M', '晴'), + ] + +def _seg_42() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA13, 'V'), + (0xFA15, 'M', '凞'), + (0xFA16, 'M', '猪'), + (0xFA17, 'M', '益'), + (0xFA18, 'M', '礼'), + (0xFA19, 'M', '神'), + (0xFA1A, 'M', '祥'), + (0xFA1B, 'M', '福'), + (0xFA1C, 'M', '靖'), + (0xFA1D, 'M', '精'), + (0xFA1E, 'M', '羽'), + (0xFA1F, 'V'), + (0xFA20, 'M', '蘒'), + (0xFA21, 'V'), + (0xFA22, 'M', '諸'), + (0xFA23, 'V'), + (0xFA25, 'M', '逸'), + (0xFA26, 'M', '都'), + (0xFA27, 'V'), + (0xFA2A, 'M', '飯'), + (0xFA2B, 'M', '飼'), + (0xFA2C, 'M', '館'), + (0xFA2D, 'M', '鶴'), + (0xFA2E, 'M', '郞'), + (0xFA2F, 'M', '隷'), + (0xFA30, 'M', '侮'), + (0xFA31, 'M', '僧'), + (0xFA32, 'M', '免'), + (0xFA33, 'M', '勉'), + (0xFA34, 'M', '勤'), + (0xFA35, 'M', '卑'), + (0xFA36, 'M', '喝'), + (0xFA37, 'M', '嘆'), + (0xFA38, 'M', '器'), + (0xFA39, 'M', '塀'), + (0xFA3A, 'M', '墨'), + (0xFA3B, 'M', '層'), + (0xFA3C, 'M', '屮'), + (0xFA3D, 'M', '悔'), + (0xFA3E, 'M', '慨'), + (0xFA3F, 'M', '憎'), + (0xFA40, 'M', '懲'), + (0xFA41, 'M', '敏'), + (0xFA42, 'M', '既'), + (0xFA43, 'M', '暑'), + (0xFA44, 'M', '梅'), + (0xFA45, 'M', '海'), + (0xFA46, 'M', '渚'), + (0xFA47, 'M', '漢'), + (0xFA48, 'M', '煮'), + (0xFA49, 'M', '爫'), + (0xFA4A, 'M', '琢'), + (0xFA4B, 'M', '碑'), + (0xFA4C, 'M', '社'), + (0xFA4D, 'M', '祉'), + (0xFA4E, 'M', '祈'), + (0xFA4F, 'M', '祐'), + (0xFA50, 'M', '祖'), + (0xFA51, 'M', '祝'), + (0xFA52, 'M', '禍'), + (0xFA53, 'M', '禎'), + (0xFA54, 'M', '穀'), + (0xFA55, 'M', '突'), + (0xFA56, 'M', '節'), + (0xFA57, 'M', '練'), + (0xFA58, 'M', '縉'), + (0xFA59, 'M', '繁'), + (0xFA5A, 'M', '署'), + (0xFA5B, 'M', '者'), + (0xFA5C, 'M', '臭'), + (0xFA5D, 'M', '艹'), + (0xFA5F, 'M', '著'), + (0xFA60, 'M', '褐'), + (0xFA61, 'M', '視'), + (0xFA62, 'M', '謁'), + (0xFA63, 'M', '謹'), + (0xFA64, 'M', '賓'), + (0xFA65, 'M', '贈'), + (0xFA66, 'M', '辶'), + (0xFA67, 'M', '逸'), + (0xFA68, 'M', '難'), + (0xFA69, 'M', '響'), + (0xFA6A, 'M', '頻'), + (0xFA6B, 'M', '恵'), + (0xFA6C, 'M', '𤋮'), + (0xFA6D, 'M', '舘'), + (0xFA6E, 'X'), + (0xFA70, 'M', '並'), + (0xFA71, 'M', '况'), + (0xFA72, 'M', '全'), + (0xFA73, 'M', '侀'), + (0xFA74, 'M', '充'), + (0xFA75, 'M', '冀'), + (0xFA76, 'M', '勇'), + (0xFA77, 'M', '勺'), + (0xFA78, 'M', '喝'), + (0xFA79, 'M', '啕'), + (0xFA7A, 'M', '喙'), + (0xFA7B, 'M', '嗢'), + (0xFA7C, 'M', '塚'), + ] + +def _seg_43() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA7D, 'M', '墳'), + (0xFA7E, 'M', '奄'), + (0xFA7F, 'M', '奔'), + (0xFA80, 'M', '婢'), + (0xFA81, 'M', '嬨'), + (0xFA82, 'M', '廒'), + (0xFA83, 'M', '廙'), + (0xFA84, 'M', '彩'), + (0xFA85, 'M', '徭'), + (0xFA86, 'M', '惘'), + (0xFA87, 'M', '慎'), + (0xFA88, 'M', '愈'), + (0xFA89, 'M', '憎'), + (0xFA8A, 'M', '慠'), + (0xFA8B, 'M', '懲'), + (0xFA8C, 'M', '戴'), + (0xFA8D, 'M', '揄'), + (0xFA8E, 'M', '搜'), + (0xFA8F, 'M', '摒'), + (0xFA90, 'M', '敖'), + (0xFA91, 'M', '晴'), + (0xFA92, 'M', '朗'), + (0xFA93, 'M', '望'), + (0xFA94, 'M', '杖'), + (0xFA95, 'M', '歹'), + (0xFA96, 'M', '殺'), + (0xFA97, 'M', '流'), + (0xFA98, 'M', '滛'), + (0xFA99, 'M', '滋'), + (0xFA9A, 'M', '漢'), + (0xFA9B, 'M', '瀞'), + (0xFA9C, 'M', '煮'), + (0xFA9D, 'M', '瞧'), + (0xFA9E, 'M', '爵'), + (0xFA9F, 'M', '犯'), + (0xFAA0, 'M', '猪'), + (0xFAA1, 'M', '瑱'), + (0xFAA2, 'M', '甆'), + (0xFAA3, 'M', '画'), + (0xFAA4, 'M', '瘝'), + (0xFAA5, 'M', '瘟'), + (0xFAA6, 'M', '益'), + (0xFAA7, 'M', '盛'), + (0xFAA8, 'M', '直'), + (0xFAA9, 'M', '睊'), + (0xFAAA, 'M', '着'), + (0xFAAB, 'M', '磌'), + (0xFAAC, 'M', '窱'), + (0xFAAD, 'M', '節'), + (0xFAAE, 'M', '类'), + (0xFAAF, 'M', '絛'), + (0xFAB0, 'M', '練'), + (0xFAB1, 'M', '缾'), + (0xFAB2, 'M', '者'), + (0xFAB3, 'M', '荒'), + (0xFAB4, 'M', '華'), + (0xFAB5, 'M', '蝹'), + (0xFAB6, 'M', '襁'), + (0xFAB7, 'M', '覆'), + (0xFAB8, 'M', '視'), + (0xFAB9, 'M', '調'), + (0xFABA, 'M', '諸'), + (0xFABB, 'M', '請'), + (0xFABC, 'M', '謁'), + (0xFABD, 'M', '諾'), + (0xFABE, 'M', '諭'), + (0xFABF, 'M', '謹'), + (0xFAC0, 'M', '變'), + (0xFAC1, 'M', '贈'), + (0xFAC2, 'M', '輸'), + (0xFAC3, 'M', '遲'), + (0xFAC4, 'M', '醙'), + (0xFAC5, 'M', '鉶'), + (0xFAC6, 'M', '陼'), + (0xFAC7, 'M', '難'), + (0xFAC8, 'M', '靖'), + (0xFAC9, 'M', '韛'), + (0xFACA, 'M', '響'), + (0xFACB, 'M', '頋'), + (0xFACC, 'M', '頻'), + (0xFACD, 'M', '鬒'), + (0xFACE, 'M', '龜'), + (0xFACF, 'M', '𢡊'), + (0xFAD0, 'M', '𢡄'), + (0xFAD1, 'M', '𣏕'), + (0xFAD2, 'M', '㮝'), + (0xFAD3, 'M', '䀘'), + (0xFAD4, 'M', '䀹'), + (0xFAD5, 'M', '𥉉'), + (0xFAD6, 'M', '𥳐'), + (0xFAD7, 'M', '𧻓'), + (0xFAD8, 'M', '齃'), + (0xFAD9, 'M', '龎'), + (0xFADA, 'X'), + (0xFB00, 'M', 'ff'), + (0xFB01, 'M', 'fi'), + (0xFB02, 'M', 'fl'), + (0xFB03, 'M', 'ffi'), + (0xFB04, 'M', 'ffl'), + (0xFB05, 'M', 'st'), + ] + +def _seg_44() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFB07, 'X'), + (0xFB13, 'M', 'մն'), + (0xFB14, 'M', 'մե'), + (0xFB15, 'M', 'մի'), + (0xFB16, 'M', 'վն'), + (0xFB17, 'M', 'մխ'), + (0xFB18, 'X'), + (0xFB1D, 'M', 'יִ'), + (0xFB1E, 'V'), + (0xFB1F, 'M', 'ײַ'), + (0xFB20, 'M', 'ע'), + (0xFB21, 'M', 'א'), + (0xFB22, 'M', 'ד'), + (0xFB23, 'M', 'ה'), + (0xFB24, 'M', 'כ'), + (0xFB25, 'M', 'ל'), + (0xFB26, 'M', 'ם'), + (0xFB27, 'M', 'ר'), + (0xFB28, 'M', 'ת'), + (0xFB29, '3', '+'), + (0xFB2A, 'M', 'שׁ'), + (0xFB2B, 'M', 'שׂ'), + (0xFB2C, 'M', 'שּׁ'), + (0xFB2D, 'M', 'שּׂ'), + (0xFB2E, 'M', 'אַ'), + (0xFB2F, 'M', 'אָ'), + (0xFB30, 'M', 'אּ'), + (0xFB31, 'M', 'בּ'), + (0xFB32, 'M', 'גּ'), + (0xFB33, 'M', 'דּ'), + (0xFB34, 'M', 'הּ'), + (0xFB35, 'M', 'וּ'), + (0xFB36, 'M', 'זּ'), + (0xFB37, 'X'), + (0xFB38, 'M', 'טּ'), + (0xFB39, 'M', 'יּ'), + (0xFB3A, 'M', 'ךּ'), + (0xFB3B, 'M', 'כּ'), + (0xFB3C, 'M', 'לּ'), + (0xFB3D, 'X'), + (0xFB3E, 'M', 'מּ'), + (0xFB3F, 'X'), + (0xFB40, 'M', 'נּ'), + (0xFB41, 'M', 'סּ'), + (0xFB42, 'X'), + (0xFB43, 'M', 'ףּ'), + (0xFB44, 'M', 'פּ'), + (0xFB45, 'X'), + (0xFB46, 'M', 'צּ'), + (0xFB47, 'M', 'קּ'), + (0xFB48, 'M', 'רּ'), + (0xFB49, 'M', 'שּ'), + (0xFB4A, 'M', 'תּ'), + (0xFB4B, 'M', 'וֹ'), + (0xFB4C, 'M', 'בֿ'), + (0xFB4D, 'M', 'כֿ'), + (0xFB4E, 'M', 'פֿ'), + (0xFB4F, 'M', 'אל'), + (0xFB50, 'M', 'ٱ'), + (0xFB52, 'M', 'ٻ'), + (0xFB56, 'M', 'پ'), + (0xFB5A, 'M', 'ڀ'), + (0xFB5E, 'M', 'ٺ'), + (0xFB62, 'M', 'ٿ'), + (0xFB66, 'M', 'ٹ'), + (0xFB6A, 'M', 'ڤ'), + (0xFB6E, 'M', 'ڦ'), + (0xFB72, 'M', 'ڄ'), + (0xFB76, 'M', 'ڃ'), + (0xFB7A, 'M', 'چ'), + (0xFB7E, 'M', 'ڇ'), + (0xFB82, 'M', 'ڍ'), + (0xFB84, 'M', 'ڌ'), + (0xFB86, 'M', 'ڎ'), + (0xFB88, 'M', 'ڈ'), + (0xFB8A, 'M', 'ژ'), + (0xFB8C, 'M', 'ڑ'), + (0xFB8E, 'M', 'ک'), + (0xFB92, 'M', 'گ'), + (0xFB96, 'M', 'ڳ'), + (0xFB9A, 'M', 'ڱ'), + (0xFB9E, 'M', 'ں'), + (0xFBA0, 'M', 'ڻ'), + (0xFBA4, 'M', 'ۀ'), + (0xFBA6, 'M', 'ہ'), + (0xFBAA, 'M', 'ھ'), + (0xFBAE, 'M', 'ے'), + (0xFBB0, 'M', 'ۓ'), + (0xFBB2, 'V'), + (0xFBC3, 'X'), + (0xFBD3, 'M', 'ڭ'), + (0xFBD7, 'M', 'ۇ'), + (0xFBD9, 'M', 'ۆ'), + (0xFBDB, 'M', 'ۈ'), + (0xFBDD, 'M', 'ۇٴ'), + (0xFBDE, 'M', 'ۋ'), + (0xFBE0, 'M', 'ۅ'), + (0xFBE2, 'M', 'ۉ'), + (0xFBE4, 'M', 'ې'), + (0xFBE8, 'M', 'ى'), + ] + +def _seg_45() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFBEA, 'M', 'ئا'), + (0xFBEC, 'M', 'ئە'), + (0xFBEE, 'M', 'ئو'), + (0xFBF0, 'M', 'ئۇ'), + (0xFBF2, 'M', 'ئۆ'), + (0xFBF4, 'M', 'ئۈ'), + (0xFBF6, 'M', 'ئې'), + (0xFBF9, 'M', 'ئى'), + (0xFBFC, 'M', 'ی'), + (0xFC00, 'M', 'ئج'), + (0xFC01, 'M', 'ئح'), + (0xFC02, 'M', 'ئم'), + (0xFC03, 'M', 'ئى'), + (0xFC04, 'M', 'ئي'), + (0xFC05, 'M', 'بج'), + (0xFC06, 'M', 'بح'), + (0xFC07, 'M', 'بخ'), + (0xFC08, 'M', 'بم'), + (0xFC09, 'M', 'بى'), + (0xFC0A, 'M', 'بي'), + (0xFC0B, 'M', 'تج'), + (0xFC0C, 'M', 'تح'), + (0xFC0D, 'M', 'تخ'), + (0xFC0E, 'M', 'تم'), + (0xFC0F, 'M', 'تى'), + (0xFC10, 'M', 'تي'), + (0xFC11, 'M', 'ثج'), + (0xFC12, 'M', 'ثم'), + (0xFC13, 'M', 'ثى'), + (0xFC14, 'M', 'ثي'), + (0xFC15, 'M', 'جح'), + (0xFC16, 'M', 'جم'), + (0xFC17, 'M', 'حج'), + (0xFC18, 'M', 'حم'), + (0xFC19, 'M', 'خج'), + (0xFC1A, 'M', 'خح'), + (0xFC1B, 'M', 'خم'), + (0xFC1C, 'M', 'سج'), + (0xFC1D, 'M', 'سح'), + (0xFC1E, 'M', 'سخ'), + (0xFC1F, 'M', 'سم'), + (0xFC20, 'M', 'صح'), + (0xFC21, 'M', 'صم'), + (0xFC22, 'M', 'ضج'), + (0xFC23, 'M', 'ضح'), + (0xFC24, 'M', 'ضخ'), + (0xFC25, 'M', 'ضم'), + (0xFC26, 'M', 'طح'), + (0xFC27, 'M', 'طم'), + (0xFC28, 'M', 'ظم'), + (0xFC29, 'M', 'عج'), + (0xFC2A, 'M', 'عم'), + (0xFC2B, 'M', 'غج'), + (0xFC2C, 'M', 'غم'), + (0xFC2D, 'M', 'فج'), + (0xFC2E, 'M', 'فح'), + (0xFC2F, 'M', 'فخ'), + (0xFC30, 'M', 'فم'), + (0xFC31, 'M', 'فى'), + (0xFC32, 'M', 'في'), + (0xFC33, 'M', 'قح'), + (0xFC34, 'M', 'قم'), + (0xFC35, 'M', 'قى'), + (0xFC36, 'M', 'قي'), + (0xFC37, 'M', 'كا'), + (0xFC38, 'M', 'كج'), + (0xFC39, 'M', 'كح'), + (0xFC3A, 'M', 'كخ'), + (0xFC3B, 'M', 'كل'), + (0xFC3C, 'M', 'كم'), + (0xFC3D, 'M', 'كى'), + (0xFC3E, 'M', 'كي'), + (0xFC3F, 'M', 'لج'), + (0xFC40, 'M', 'لح'), + (0xFC41, 'M', 'لخ'), + (0xFC42, 'M', 'لم'), + (0xFC43, 'M', 'لى'), + (0xFC44, 'M', 'لي'), + (0xFC45, 'M', 'مج'), + (0xFC46, 'M', 'مح'), + (0xFC47, 'M', 'مخ'), + (0xFC48, 'M', 'مم'), + (0xFC49, 'M', 'مى'), + (0xFC4A, 'M', 'مي'), + (0xFC4B, 'M', 'نج'), + (0xFC4C, 'M', 'نح'), + (0xFC4D, 'M', 'نخ'), + (0xFC4E, 'M', 'نم'), + (0xFC4F, 'M', 'نى'), + (0xFC50, 'M', 'ني'), + (0xFC51, 'M', 'هج'), + (0xFC52, 'M', 'هم'), + (0xFC53, 'M', 'هى'), + (0xFC54, 'M', 'هي'), + (0xFC55, 'M', 'يج'), + (0xFC56, 'M', 'يح'), + (0xFC57, 'M', 'يخ'), + (0xFC58, 'M', 'يم'), + (0xFC59, 'M', 'يى'), + (0xFC5A, 'M', 'يي'), + ] + +def _seg_46() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFC5B, 'M', 'ذٰ'), + (0xFC5C, 'M', 'رٰ'), + (0xFC5D, 'M', 'ىٰ'), + (0xFC5E, '3', ' ٌّ'), + (0xFC5F, '3', ' ٍّ'), + (0xFC60, '3', ' َّ'), + (0xFC61, '3', ' ُّ'), + (0xFC62, '3', ' ِّ'), + (0xFC63, '3', ' ّٰ'), + (0xFC64, 'M', 'ئر'), + (0xFC65, 'M', 'ئز'), + (0xFC66, 'M', 'ئم'), + (0xFC67, 'M', 'ئن'), + (0xFC68, 'M', 'ئى'), + (0xFC69, 'M', 'ئي'), + (0xFC6A, 'M', 'بر'), + (0xFC6B, 'M', 'بز'), + (0xFC6C, 'M', 'بم'), + (0xFC6D, 'M', 'بن'), + (0xFC6E, 'M', 'بى'), + (0xFC6F, 'M', 'بي'), + (0xFC70, 'M', 'تر'), + (0xFC71, 'M', 'تز'), + (0xFC72, 'M', 'تم'), + (0xFC73, 'M', 'تن'), + (0xFC74, 'M', 'تى'), + (0xFC75, 'M', 'تي'), + (0xFC76, 'M', 'ثر'), + (0xFC77, 'M', 'ثز'), + (0xFC78, 'M', 'ثم'), + (0xFC79, 'M', 'ثن'), + (0xFC7A, 'M', 'ثى'), + (0xFC7B, 'M', 'ثي'), + (0xFC7C, 'M', 'فى'), + (0xFC7D, 'M', 'في'), + (0xFC7E, 'M', 'قى'), + (0xFC7F, 'M', 'قي'), + (0xFC80, 'M', 'كا'), + (0xFC81, 'M', 'كل'), + (0xFC82, 'M', 'كم'), + (0xFC83, 'M', 'كى'), + (0xFC84, 'M', 'كي'), + (0xFC85, 'M', 'لم'), + (0xFC86, 'M', 'لى'), + (0xFC87, 'M', 'لي'), + (0xFC88, 'M', 'ما'), + (0xFC89, 'M', 'مم'), + (0xFC8A, 'M', 'نر'), + (0xFC8B, 'M', 'نز'), + (0xFC8C, 'M', 'نم'), + (0xFC8D, 'M', 'نن'), + (0xFC8E, 'M', 'نى'), + (0xFC8F, 'M', 'ني'), + (0xFC90, 'M', 'ىٰ'), + (0xFC91, 'M', 'ير'), + (0xFC92, 'M', 'يز'), + (0xFC93, 'M', 'يم'), + (0xFC94, 'M', 'ين'), + (0xFC95, 'M', 'يى'), + (0xFC96, 'M', 'يي'), + (0xFC97, 'M', 'ئج'), + (0xFC98, 'M', 'ئح'), + (0xFC99, 'M', 'ئخ'), + (0xFC9A, 'M', 'ئم'), + (0xFC9B, 'M', 'ئه'), + (0xFC9C, 'M', 'بج'), + (0xFC9D, 'M', 'بح'), + (0xFC9E, 'M', 'بخ'), + (0xFC9F, 'M', 'بم'), + (0xFCA0, 'M', 'به'), + (0xFCA1, 'M', 'تج'), + (0xFCA2, 'M', 'تح'), + (0xFCA3, 'M', 'تخ'), + (0xFCA4, 'M', 'تم'), + (0xFCA5, 'M', 'ته'), + (0xFCA6, 'M', 'ثم'), + (0xFCA7, 'M', 'جح'), + (0xFCA8, 'M', 'جم'), + (0xFCA9, 'M', 'حج'), + (0xFCAA, 'M', 'حم'), + (0xFCAB, 'M', 'خج'), + (0xFCAC, 'M', 'خم'), + (0xFCAD, 'M', 'سج'), + (0xFCAE, 'M', 'سح'), + (0xFCAF, 'M', 'سخ'), + (0xFCB0, 'M', 'سم'), + (0xFCB1, 'M', 'صح'), + (0xFCB2, 'M', 'صخ'), + (0xFCB3, 'M', 'صم'), + (0xFCB4, 'M', 'ضج'), + (0xFCB5, 'M', 'ضح'), + (0xFCB6, 'M', 'ضخ'), + (0xFCB7, 'M', 'ضم'), + (0xFCB8, 'M', 'طح'), + (0xFCB9, 'M', 'ظم'), + (0xFCBA, 'M', 'عج'), + (0xFCBB, 'M', 'عم'), + (0xFCBC, 'M', 'غج'), + (0xFCBD, 'M', 'غم'), + (0xFCBE, 'M', 'فج'), + ] + +def _seg_47() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFCBF, 'M', 'فح'), + (0xFCC0, 'M', 'فخ'), + (0xFCC1, 'M', 'فم'), + (0xFCC2, 'M', 'قح'), + (0xFCC3, 'M', 'قم'), + (0xFCC4, 'M', 'كج'), + (0xFCC5, 'M', 'كح'), + (0xFCC6, 'M', 'كخ'), + (0xFCC7, 'M', 'كل'), + (0xFCC8, 'M', 'كم'), + (0xFCC9, 'M', 'لج'), + (0xFCCA, 'M', 'لح'), + (0xFCCB, 'M', 'لخ'), + (0xFCCC, 'M', 'لم'), + (0xFCCD, 'M', 'له'), + (0xFCCE, 'M', 'مج'), + (0xFCCF, 'M', 'مح'), + (0xFCD0, 'M', 'مخ'), + (0xFCD1, 'M', 'مم'), + (0xFCD2, 'M', 'نج'), + (0xFCD3, 'M', 'نح'), + (0xFCD4, 'M', 'نخ'), + (0xFCD5, 'M', 'نم'), + (0xFCD6, 'M', 'نه'), + (0xFCD7, 'M', 'هج'), + (0xFCD8, 'M', 'هم'), + (0xFCD9, 'M', 'هٰ'), + (0xFCDA, 'M', 'يج'), + (0xFCDB, 'M', 'يح'), + (0xFCDC, 'M', 'يخ'), + (0xFCDD, 'M', 'يم'), + (0xFCDE, 'M', 'يه'), + (0xFCDF, 'M', 'ئم'), + (0xFCE0, 'M', 'ئه'), + (0xFCE1, 'M', 'بم'), + (0xFCE2, 'M', 'به'), + (0xFCE3, 'M', 'تم'), + (0xFCE4, 'M', 'ته'), + (0xFCE5, 'M', 'ثم'), + (0xFCE6, 'M', 'ثه'), + (0xFCE7, 'M', 'سم'), + (0xFCE8, 'M', 'سه'), + (0xFCE9, 'M', 'شم'), + (0xFCEA, 'M', 'شه'), + (0xFCEB, 'M', 'كل'), + (0xFCEC, 'M', 'كم'), + (0xFCED, 'M', 'لم'), + (0xFCEE, 'M', 'نم'), + (0xFCEF, 'M', 'نه'), + (0xFCF0, 'M', 'يم'), + (0xFCF1, 'M', 'يه'), + (0xFCF2, 'M', 'ـَّ'), + (0xFCF3, 'M', 'ـُّ'), + (0xFCF4, 'M', 'ـِّ'), + (0xFCF5, 'M', 'طى'), + (0xFCF6, 'M', 'طي'), + (0xFCF7, 'M', 'عى'), + (0xFCF8, 'M', 'عي'), + (0xFCF9, 'M', 'غى'), + (0xFCFA, 'M', 'غي'), + (0xFCFB, 'M', 'سى'), + (0xFCFC, 'M', 'سي'), + (0xFCFD, 'M', 'شى'), + (0xFCFE, 'M', 'شي'), + (0xFCFF, 'M', 'حى'), + (0xFD00, 'M', 'حي'), + (0xFD01, 'M', 'جى'), + (0xFD02, 'M', 'جي'), + (0xFD03, 'M', 'خى'), + (0xFD04, 'M', 'خي'), + (0xFD05, 'M', 'صى'), + (0xFD06, 'M', 'صي'), + (0xFD07, 'M', 'ضى'), + (0xFD08, 'M', 'ضي'), + (0xFD09, 'M', 'شج'), + (0xFD0A, 'M', 'شح'), + (0xFD0B, 'M', 'شخ'), + (0xFD0C, 'M', 'شم'), + (0xFD0D, 'M', 'شر'), + (0xFD0E, 'M', 'سر'), + (0xFD0F, 'M', 'صر'), + (0xFD10, 'M', 'ضر'), + (0xFD11, 'M', 'طى'), + (0xFD12, 'M', 'طي'), + (0xFD13, 'M', 'عى'), + (0xFD14, 'M', 'عي'), + (0xFD15, 'M', 'غى'), + (0xFD16, 'M', 'غي'), + (0xFD17, 'M', 'سى'), + (0xFD18, 'M', 'سي'), + (0xFD19, 'M', 'شى'), + (0xFD1A, 'M', 'شي'), + (0xFD1B, 'M', 'حى'), + (0xFD1C, 'M', 'حي'), + (0xFD1D, 'M', 'جى'), + (0xFD1E, 'M', 'جي'), + (0xFD1F, 'M', 'خى'), + (0xFD20, 'M', 'خي'), + (0xFD21, 'M', 'صى'), + (0xFD22, 'M', 'صي'), + ] + +def _seg_48() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFD23, 'M', 'ضى'), + (0xFD24, 'M', 'ضي'), + (0xFD25, 'M', 'شج'), + (0xFD26, 'M', 'شح'), + (0xFD27, 'M', 'شخ'), + (0xFD28, 'M', 'شم'), + (0xFD29, 'M', 'شر'), + (0xFD2A, 'M', 'سر'), + (0xFD2B, 'M', 'صر'), + (0xFD2C, 'M', 'ضر'), + (0xFD2D, 'M', 'شج'), + (0xFD2E, 'M', 'شح'), + (0xFD2F, 'M', 'شخ'), + (0xFD30, 'M', 'شم'), + (0xFD31, 'M', 'سه'), + (0xFD32, 'M', 'شه'), + (0xFD33, 'M', 'طم'), + (0xFD34, 'M', 'سج'), + (0xFD35, 'M', 'سح'), + (0xFD36, 'M', 'سخ'), + (0xFD37, 'M', 'شج'), + (0xFD38, 'M', 'شح'), + (0xFD39, 'M', 'شخ'), + (0xFD3A, 'M', 'طم'), + (0xFD3B, 'M', 'ظم'), + (0xFD3C, 'M', 'اً'), + (0xFD3E, 'V'), + (0xFD50, 'M', 'تجم'), + (0xFD51, 'M', 'تحج'), + (0xFD53, 'M', 'تحم'), + (0xFD54, 'M', 'تخم'), + (0xFD55, 'M', 'تمج'), + (0xFD56, 'M', 'تمح'), + (0xFD57, 'M', 'تمخ'), + (0xFD58, 'M', 'جمح'), + (0xFD5A, 'M', 'حمي'), + (0xFD5B, 'M', 'حمى'), + (0xFD5C, 'M', 'سحج'), + (0xFD5D, 'M', 'سجح'), + (0xFD5E, 'M', 'سجى'), + (0xFD5F, 'M', 'سمح'), + (0xFD61, 'M', 'سمج'), + (0xFD62, 'M', 'سمم'), + (0xFD64, 'M', 'صحح'), + (0xFD66, 'M', 'صمم'), + (0xFD67, 'M', 'شحم'), + (0xFD69, 'M', 'شجي'), + (0xFD6A, 'M', 'شمخ'), + (0xFD6C, 'M', 'شمم'), + (0xFD6E, 'M', 'ضحى'), + (0xFD6F, 'M', 'ضخم'), + (0xFD71, 'M', 'طمح'), + (0xFD73, 'M', 'طمم'), + (0xFD74, 'M', 'طمي'), + (0xFD75, 'M', 'عجم'), + (0xFD76, 'M', 'عمم'), + (0xFD78, 'M', 'عمى'), + (0xFD79, 'M', 'غمم'), + (0xFD7A, 'M', 'غمي'), + (0xFD7B, 'M', 'غمى'), + (0xFD7C, 'M', 'فخم'), + (0xFD7E, 'M', 'قمح'), + (0xFD7F, 'M', 'قمم'), + (0xFD80, 'M', 'لحم'), + (0xFD81, 'M', 'لحي'), + (0xFD82, 'M', 'لحى'), + (0xFD83, 'M', 'لجج'), + (0xFD85, 'M', 'لخم'), + (0xFD87, 'M', 'لمح'), + (0xFD89, 'M', 'محج'), + (0xFD8A, 'M', 'محم'), + (0xFD8B, 'M', 'محي'), + (0xFD8C, 'M', 'مجح'), + (0xFD8D, 'M', 'مجم'), + (0xFD8E, 'M', 'مخج'), + (0xFD8F, 'M', 'مخم'), + (0xFD90, 'X'), + (0xFD92, 'M', 'مجخ'), + (0xFD93, 'M', 'همج'), + (0xFD94, 'M', 'همم'), + (0xFD95, 'M', 'نحم'), + (0xFD96, 'M', 'نحى'), + (0xFD97, 'M', 'نجم'), + (0xFD99, 'M', 'نجى'), + (0xFD9A, 'M', 'نمي'), + (0xFD9B, 'M', 'نمى'), + (0xFD9C, 'M', 'يمم'), + (0xFD9E, 'M', 'بخي'), + (0xFD9F, 'M', 'تجي'), + (0xFDA0, 'M', 'تجى'), + (0xFDA1, 'M', 'تخي'), + (0xFDA2, 'M', 'تخى'), + (0xFDA3, 'M', 'تمي'), + (0xFDA4, 'M', 'تمى'), + (0xFDA5, 'M', 'جمي'), + (0xFDA6, 'M', 'جحى'), + (0xFDA7, 'M', 'جمى'), + (0xFDA8, 'M', 'سخى'), + (0xFDA9, 'M', 'صحي'), + (0xFDAA, 'M', 'شحي'), + ] + +def _seg_49() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFDAB, 'M', 'ضحي'), + (0xFDAC, 'M', 'لجي'), + (0xFDAD, 'M', 'لمي'), + (0xFDAE, 'M', 'يحي'), + (0xFDAF, 'M', 'يجي'), + (0xFDB0, 'M', 'يمي'), + (0xFDB1, 'M', 'ممي'), + (0xFDB2, 'M', 'قمي'), + (0xFDB3, 'M', 'نحي'), + (0xFDB4, 'M', 'قمح'), + (0xFDB5, 'M', 'لحم'), + (0xFDB6, 'M', 'عمي'), + (0xFDB7, 'M', 'كمي'), + (0xFDB8, 'M', 'نجح'), + (0xFDB9, 'M', 'مخي'), + (0xFDBA, 'M', 'لجم'), + (0xFDBB, 'M', 'كمم'), + (0xFDBC, 'M', 'لجم'), + (0xFDBD, 'M', 'نجح'), + (0xFDBE, 'M', 'جحي'), + (0xFDBF, 'M', 'حجي'), + (0xFDC0, 'M', 'مجي'), + (0xFDC1, 'M', 'فمي'), + (0xFDC2, 'M', 'بحي'), + (0xFDC3, 'M', 'كمم'), + (0xFDC4, 'M', 'عجم'), + (0xFDC5, 'M', 'صمم'), + (0xFDC6, 'M', 'سخي'), + (0xFDC7, 'M', 'نجي'), + (0xFDC8, 'X'), + (0xFDCF, 'V'), + (0xFDD0, 'X'), + (0xFDF0, 'M', 'صلے'), + (0xFDF1, 'M', 'قلے'), + (0xFDF2, 'M', 'الله'), + (0xFDF3, 'M', 'اكبر'), + (0xFDF4, 'M', 'محمد'), + (0xFDF5, 'M', 'صلعم'), + (0xFDF6, 'M', 'رسول'), + (0xFDF7, 'M', 'عليه'), + (0xFDF8, 'M', 'وسلم'), + (0xFDF9, 'M', 'صلى'), + (0xFDFA, '3', 'صلى الله عليه وسلم'), + (0xFDFB, '3', 'جل جلاله'), + (0xFDFC, 'M', 'ریال'), + (0xFDFD, 'V'), + (0xFE00, 'I'), + (0xFE10, '3', ','), + (0xFE11, 'M', '、'), + (0xFE12, 'X'), + (0xFE13, '3', ':'), + (0xFE14, '3', ';'), + (0xFE15, '3', '!'), + (0xFE16, '3', '?'), + (0xFE17, 'M', '〖'), + (0xFE18, 'M', '〗'), + (0xFE19, 'X'), + (0xFE20, 'V'), + (0xFE30, 'X'), + (0xFE31, 'M', '—'), + (0xFE32, 'M', '–'), + (0xFE33, '3', '_'), + (0xFE35, '3', '('), + (0xFE36, '3', ')'), + (0xFE37, '3', '{'), + (0xFE38, '3', '}'), + (0xFE39, 'M', '〔'), + (0xFE3A, 'M', '〕'), + (0xFE3B, 'M', '【'), + (0xFE3C, 'M', '】'), + (0xFE3D, 'M', '《'), + (0xFE3E, 'M', '》'), + (0xFE3F, 'M', '〈'), + (0xFE40, 'M', '〉'), + (0xFE41, 'M', '「'), + (0xFE42, 'M', '」'), + (0xFE43, 'M', '『'), + (0xFE44, 'M', '』'), + (0xFE45, 'V'), + (0xFE47, '3', '['), + (0xFE48, '3', ']'), + (0xFE49, '3', ' ̅'), + (0xFE4D, '3', '_'), + (0xFE50, '3', ','), + (0xFE51, 'M', '、'), + (0xFE52, 'X'), + (0xFE54, '3', ';'), + (0xFE55, '3', ':'), + (0xFE56, '3', '?'), + (0xFE57, '3', '!'), + (0xFE58, 'M', '—'), + (0xFE59, '3', '('), + (0xFE5A, '3', ')'), + (0xFE5B, '3', '{'), + (0xFE5C, '3', '}'), + (0xFE5D, 'M', '〔'), + (0xFE5E, 'M', '〕'), + (0xFE5F, '3', '#'), + (0xFE60, '3', '&'), + (0xFE61, '3', '*'), + ] + +def _seg_50() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFE62, '3', '+'), + (0xFE63, 'M', '-'), + (0xFE64, '3', '<'), + (0xFE65, '3', '>'), + (0xFE66, '3', '='), + (0xFE67, 'X'), + (0xFE68, '3', '\\'), + (0xFE69, '3', '$'), + (0xFE6A, '3', '%'), + (0xFE6B, '3', '@'), + (0xFE6C, 'X'), + (0xFE70, '3', ' ً'), + (0xFE71, 'M', 'ـً'), + (0xFE72, '3', ' ٌ'), + (0xFE73, 'V'), + (0xFE74, '3', ' ٍ'), + (0xFE75, 'X'), + (0xFE76, '3', ' َ'), + (0xFE77, 'M', 'ـَ'), + (0xFE78, '3', ' ُ'), + (0xFE79, 'M', 'ـُ'), + (0xFE7A, '3', ' ِ'), + (0xFE7B, 'M', 'ـِ'), + (0xFE7C, '3', ' ّ'), + (0xFE7D, 'M', 'ـّ'), + (0xFE7E, '3', ' ْ'), + (0xFE7F, 'M', 'ـْ'), + (0xFE80, 'M', 'ء'), + (0xFE81, 'M', 'آ'), + (0xFE83, 'M', 'أ'), + (0xFE85, 'M', 'ؤ'), + (0xFE87, 'M', 'إ'), + (0xFE89, 'M', 'ئ'), + (0xFE8D, 'M', 'ا'), + (0xFE8F, 'M', 'ب'), + (0xFE93, 'M', 'ة'), + (0xFE95, 'M', 'ت'), + (0xFE99, 'M', 'ث'), + (0xFE9D, 'M', 'ج'), + (0xFEA1, 'M', 'ح'), + (0xFEA5, 'M', 'خ'), + (0xFEA9, 'M', 'د'), + (0xFEAB, 'M', 'ذ'), + (0xFEAD, 'M', 'ر'), + (0xFEAF, 'M', 'ز'), + (0xFEB1, 'M', 'س'), + (0xFEB5, 'M', 'ش'), + (0xFEB9, 'M', 'ص'), + (0xFEBD, 'M', 'ض'), + (0xFEC1, 'M', 'ط'), + (0xFEC5, 'M', 'ظ'), + (0xFEC9, 'M', 'ع'), + (0xFECD, 'M', 'غ'), + (0xFED1, 'M', 'ف'), + (0xFED5, 'M', 'ق'), + (0xFED9, 'M', 'ك'), + (0xFEDD, 'M', 'ل'), + (0xFEE1, 'M', 'م'), + (0xFEE5, 'M', 'ن'), + (0xFEE9, 'M', 'ه'), + (0xFEED, 'M', 'و'), + (0xFEEF, 'M', 'ى'), + (0xFEF1, 'M', 'ي'), + (0xFEF5, 'M', 'لآ'), + (0xFEF7, 'M', 'لأ'), + (0xFEF9, 'M', 'لإ'), + (0xFEFB, 'M', 'لا'), + (0xFEFD, 'X'), + (0xFEFF, 'I'), + (0xFF00, 'X'), + (0xFF01, '3', '!'), + (0xFF02, '3', '"'), + (0xFF03, '3', '#'), + (0xFF04, '3', '$'), + (0xFF05, '3', '%'), + (0xFF06, '3', '&'), + (0xFF07, '3', '\''), + (0xFF08, '3', '('), + (0xFF09, '3', ')'), + (0xFF0A, '3', '*'), + (0xFF0B, '3', '+'), + (0xFF0C, '3', ','), + (0xFF0D, 'M', '-'), + (0xFF0E, 'M', '.'), + (0xFF0F, '3', '/'), + (0xFF10, 'M', '0'), + (0xFF11, 'M', '1'), + (0xFF12, 'M', '2'), + (0xFF13, 'M', '3'), + (0xFF14, 'M', '4'), + (0xFF15, 'M', '5'), + (0xFF16, 'M', '6'), + (0xFF17, 'M', '7'), + (0xFF18, 'M', '8'), + (0xFF19, 'M', '9'), + (0xFF1A, '3', ':'), + (0xFF1B, '3', ';'), + (0xFF1C, '3', '<'), + (0xFF1D, '3', '='), + (0xFF1E, '3', '>'), + ] + +def _seg_51() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF1F, '3', '?'), + (0xFF20, '3', '@'), + (0xFF21, 'M', 'a'), + (0xFF22, 'M', 'b'), + (0xFF23, 'M', 'c'), + (0xFF24, 'M', 'd'), + (0xFF25, 'M', 'e'), + (0xFF26, 'M', 'f'), + (0xFF27, 'M', 'g'), + (0xFF28, 'M', 'h'), + (0xFF29, 'M', 'i'), + (0xFF2A, 'M', 'j'), + (0xFF2B, 'M', 'k'), + (0xFF2C, 'M', 'l'), + (0xFF2D, 'M', 'm'), + (0xFF2E, 'M', 'n'), + (0xFF2F, 'M', 'o'), + (0xFF30, 'M', 'p'), + (0xFF31, 'M', 'q'), + (0xFF32, 'M', 'r'), + (0xFF33, 'M', 's'), + (0xFF34, 'M', 't'), + (0xFF35, 'M', 'u'), + (0xFF36, 'M', 'v'), + (0xFF37, 'M', 'w'), + (0xFF38, 'M', 'x'), + (0xFF39, 'M', 'y'), + (0xFF3A, 'M', 'z'), + (0xFF3B, '3', '['), + (0xFF3C, '3', '\\'), + (0xFF3D, '3', ']'), + (0xFF3E, '3', '^'), + (0xFF3F, '3', '_'), + (0xFF40, '3', '`'), + (0xFF41, 'M', 'a'), + (0xFF42, 'M', 'b'), + (0xFF43, 'M', 'c'), + (0xFF44, 'M', 'd'), + (0xFF45, 'M', 'e'), + (0xFF46, 'M', 'f'), + (0xFF47, 'M', 'g'), + (0xFF48, 'M', 'h'), + (0xFF49, 'M', 'i'), + (0xFF4A, 'M', 'j'), + (0xFF4B, 'M', 'k'), + (0xFF4C, 'M', 'l'), + (0xFF4D, 'M', 'm'), + (0xFF4E, 'M', 'n'), + (0xFF4F, 'M', 'o'), + (0xFF50, 'M', 'p'), + (0xFF51, 'M', 'q'), + (0xFF52, 'M', 'r'), + (0xFF53, 'M', 's'), + (0xFF54, 'M', 't'), + (0xFF55, 'M', 'u'), + (0xFF56, 'M', 'v'), + (0xFF57, 'M', 'w'), + (0xFF58, 'M', 'x'), + (0xFF59, 'M', 'y'), + (0xFF5A, 'M', 'z'), + (0xFF5B, '3', '{'), + (0xFF5C, '3', '|'), + (0xFF5D, '3', '}'), + (0xFF5E, '3', '~'), + (0xFF5F, 'M', '⦅'), + (0xFF60, 'M', '⦆'), + (0xFF61, 'M', '.'), + (0xFF62, 'M', '「'), + (0xFF63, 'M', '」'), + (0xFF64, 'M', '、'), + (0xFF65, 'M', '・'), + (0xFF66, 'M', 'ヲ'), + (0xFF67, 'M', 'ァ'), + (0xFF68, 'M', 'ィ'), + (0xFF69, 'M', 'ゥ'), + (0xFF6A, 'M', 'ェ'), + (0xFF6B, 'M', 'ォ'), + (0xFF6C, 'M', 'ャ'), + (0xFF6D, 'M', 'ュ'), + (0xFF6E, 'M', 'ョ'), + (0xFF6F, 'M', 'ッ'), + (0xFF70, 'M', 'ー'), + (0xFF71, 'M', 'ア'), + (0xFF72, 'M', 'イ'), + (0xFF73, 'M', 'ウ'), + (0xFF74, 'M', 'エ'), + (0xFF75, 'M', 'オ'), + (0xFF76, 'M', 'カ'), + (0xFF77, 'M', 'キ'), + (0xFF78, 'M', 'ク'), + (0xFF79, 'M', 'ケ'), + (0xFF7A, 'M', 'コ'), + (0xFF7B, 'M', 'サ'), + (0xFF7C, 'M', 'シ'), + (0xFF7D, 'M', 'ス'), + (0xFF7E, 'M', 'セ'), + (0xFF7F, 'M', 'ソ'), + (0xFF80, 'M', 'タ'), + (0xFF81, 'M', 'チ'), + (0xFF82, 'M', 'ツ'), + ] + +def _seg_52() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF83, 'M', 'テ'), + (0xFF84, 'M', 'ト'), + (0xFF85, 'M', 'ナ'), + (0xFF86, 'M', 'ニ'), + (0xFF87, 'M', 'ヌ'), + (0xFF88, 'M', 'ネ'), + (0xFF89, 'M', 'ノ'), + (0xFF8A, 'M', 'ハ'), + (0xFF8B, 'M', 'ヒ'), + (0xFF8C, 'M', 'フ'), + (0xFF8D, 'M', 'ヘ'), + (0xFF8E, 'M', 'ホ'), + (0xFF8F, 'M', 'マ'), + (0xFF90, 'M', 'ミ'), + (0xFF91, 'M', 'ム'), + (0xFF92, 'M', 'メ'), + (0xFF93, 'M', 'モ'), + (0xFF94, 'M', 'ヤ'), + (0xFF95, 'M', 'ユ'), + (0xFF96, 'M', 'ヨ'), + (0xFF97, 'M', 'ラ'), + (0xFF98, 'M', 'リ'), + (0xFF99, 'M', 'ル'), + (0xFF9A, 'M', 'レ'), + (0xFF9B, 'M', 'ロ'), + (0xFF9C, 'M', 'ワ'), + (0xFF9D, 'M', 'ン'), + (0xFF9E, 'M', '゙'), + (0xFF9F, 'M', '゚'), + (0xFFA0, 'X'), + (0xFFA1, 'M', 'ᄀ'), + (0xFFA2, 'M', 'ᄁ'), + (0xFFA3, 'M', 'ᆪ'), + (0xFFA4, 'M', 'ᄂ'), + (0xFFA5, 'M', 'ᆬ'), + (0xFFA6, 'M', 'ᆭ'), + (0xFFA7, 'M', 'ᄃ'), + (0xFFA8, 'M', 'ᄄ'), + (0xFFA9, 'M', 'ᄅ'), + (0xFFAA, 'M', 'ᆰ'), + (0xFFAB, 'M', 'ᆱ'), + (0xFFAC, 'M', 'ᆲ'), + (0xFFAD, 'M', 'ᆳ'), + (0xFFAE, 'M', 'ᆴ'), + (0xFFAF, 'M', 'ᆵ'), + (0xFFB0, 'M', 'ᄚ'), + (0xFFB1, 'M', 'ᄆ'), + (0xFFB2, 'M', 'ᄇ'), + (0xFFB3, 'M', 'ᄈ'), + (0xFFB4, 'M', 'ᄡ'), + (0xFFB5, 'M', 'ᄉ'), + (0xFFB6, 'M', 'ᄊ'), + (0xFFB7, 'M', 'ᄋ'), + (0xFFB8, 'M', 'ᄌ'), + (0xFFB9, 'M', 'ᄍ'), + (0xFFBA, 'M', 'ᄎ'), + (0xFFBB, 'M', 'ᄏ'), + (0xFFBC, 'M', 'ᄐ'), + (0xFFBD, 'M', 'ᄑ'), + (0xFFBE, 'M', 'ᄒ'), + (0xFFBF, 'X'), + (0xFFC2, 'M', 'ᅡ'), + (0xFFC3, 'M', 'ᅢ'), + (0xFFC4, 'M', 'ᅣ'), + (0xFFC5, 'M', 'ᅤ'), + (0xFFC6, 'M', 'ᅥ'), + (0xFFC7, 'M', 'ᅦ'), + (0xFFC8, 'X'), + (0xFFCA, 'M', 'ᅧ'), + (0xFFCB, 'M', 'ᅨ'), + (0xFFCC, 'M', 'ᅩ'), + (0xFFCD, 'M', 'ᅪ'), + (0xFFCE, 'M', 'ᅫ'), + (0xFFCF, 'M', 'ᅬ'), + (0xFFD0, 'X'), + (0xFFD2, 'M', 'ᅭ'), + (0xFFD3, 'M', 'ᅮ'), + (0xFFD4, 'M', 'ᅯ'), + (0xFFD5, 'M', 'ᅰ'), + (0xFFD6, 'M', 'ᅱ'), + (0xFFD7, 'M', 'ᅲ'), + (0xFFD8, 'X'), + (0xFFDA, 'M', 'ᅳ'), + (0xFFDB, 'M', 'ᅴ'), + (0xFFDC, 'M', 'ᅵ'), + (0xFFDD, 'X'), + (0xFFE0, 'M', '¢'), + (0xFFE1, 'M', '£'), + (0xFFE2, 'M', '¬'), + (0xFFE3, '3', ' ̄'), + (0xFFE4, 'M', '¦'), + (0xFFE5, 'M', '¥'), + (0xFFE6, 'M', '₩'), + (0xFFE7, 'X'), + (0xFFE8, 'M', '│'), + (0xFFE9, 'M', '←'), + (0xFFEA, 'M', '↑'), + (0xFFEB, 'M', '→'), + (0xFFEC, 'M', '↓'), + (0xFFED, 'M', '■'), + ] + +def _seg_53() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFFEE, 'M', '○'), + (0xFFEF, 'X'), + (0x10000, 'V'), + (0x1000C, 'X'), + (0x1000D, 'V'), + (0x10027, 'X'), + (0x10028, 'V'), + (0x1003B, 'X'), + (0x1003C, 'V'), + (0x1003E, 'X'), + (0x1003F, 'V'), + (0x1004E, 'X'), + (0x10050, 'V'), + (0x1005E, 'X'), + (0x10080, 'V'), + (0x100FB, 'X'), + (0x10100, 'V'), + (0x10103, 'X'), + (0x10107, 'V'), + (0x10134, 'X'), + (0x10137, 'V'), + (0x1018F, 'X'), + (0x10190, 'V'), + (0x1019D, 'X'), + (0x101A0, 'V'), + (0x101A1, 'X'), + (0x101D0, 'V'), + (0x101FE, 'X'), + (0x10280, 'V'), + (0x1029D, 'X'), + (0x102A0, 'V'), + (0x102D1, 'X'), + (0x102E0, 'V'), + (0x102FC, 'X'), + (0x10300, 'V'), + (0x10324, 'X'), + (0x1032D, 'V'), + (0x1034B, 'X'), + (0x10350, 'V'), + (0x1037B, 'X'), + (0x10380, 'V'), + (0x1039E, 'X'), + (0x1039F, 'V'), + (0x103C4, 'X'), + (0x103C8, 'V'), + (0x103D6, 'X'), + (0x10400, 'M', '𐐨'), + (0x10401, 'M', '𐐩'), + (0x10402, 'M', '𐐪'), + (0x10403, 'M', '𐐫'), + (0x10404, 'M', '𐐬'), + (0x10405, 'M', '𐐭'), + (0x10406, 'M', '𐐮'), + (0x10407, 'M', '𐐯'), + (0x10408, 'M', '𐐰'), + (0x10409, 'M', '𐐱'), + (0x1040A, 'M', '𐐲'), + (0x1040B, 'M', '𐐳'), + (0x1040C, 'M', '𐐴'), + (0x1040D, 'M', '𐐵'), + (0x1040E, 'M', '𐐶'), + (0x1040F, 'M', '𐐷'), + (0x10410, 'M', '𐐸'), + (0x10411, 'M', '𐐹'), + (0x10412, 'M', '𐐺'), + (0x10413, 'M', '𐐻'), + (0x10414, 'M', '𐐼'), + (0x10415, 'M', '𐐽'), + (0x10416, 'M', '𐐾'), + (0x10417, 'M', '𐐿'), + (0x10418, 'M', '𐑀'), + (0x10419, 'M', '𐑁'), + (0x1041A, 'M', '𐑂'), + (0x1041B, 'M', '𐑃'), + (0x1041C, 'M', '𐑄'), + (0x1041D, 'M', '𐑅'), + (0x1041E, 'M', '𐑆'), + (0x1041F, 'M', '𐑇'), + (0x10420, 'M', '𐑈'), + (0x10421, 'M', '𐑉'), + (0x10422, 'M', '𐑊'), + (0x10423, 'M', '𐑋'), + (0x10424, 'M', '𐑌'), + (0x10425, 'M', '𐑍'), + (0x10426, 'M', '𐑎'), + (0x10427, 'M', '𐑏'), + (0x10428, 'V'), + (0x1049E, 'X'), + (0x104A0, 'V'), + (0x104AA, 'X'), + (0x104B0, 'M', '𐓘'), + (0x104B1, 'M', '𐓙'), + (0x104B2, 'M', '𐓚'), + (0x104B3, 'M', '𐓛'), + (0x104B4, 'M', '𐓜'), + (0x104B5, 'M', '𐓝'), + (0x104B6, 'M', '𐓞'), + (0x104B7, 'M', '𐓟'), + (0x104B8, 'M', '𐓠'), + (0x104B9, 'M', '𐓡'), + ] + +def _seg_54() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x104BA, 'M', '𐓢'), + (0x104BB, 'M', '𐓣'), + (0x104BC, 'M', '𐓤'), + (0x104BD, 'M', '𐓥'), + (0x104BE, 'M', '𐓦'), + (0x104BF, 'M', '𐓧'), + (0x104C0, 'M', '𐓨'), + (0x104C1, 'M', '𐓩'), + (0x104C2, 'M', '𐓪'), + (0x104C3, 'M', '𐓫'), + (0x104C4, 'M', '𐓬'), + (0x104C5, 'M', '𐓭'), + (0x104C6, 'M', '𐓮'), + (0x104C7, 'M', '𐓯'), + (0x104C8, 'M', '𐓰'), + (0x104C9, 'M', '𐓱'), + (0x104CA, 'M', '𐓲'), + (0x104CB, 'M', '𐓳'), + (0x104CC, 'M', '𐓴'), + (0x104CD, 'M', '𐓵'), + (0x104CE, 'M', '𐓶'), + (0x104CF, 'M', '𐓷'), + (0x104D0, 'M', '𐓸'), + (0x104D1, 'M', '𐓹'), + (0x104D2, 'M', '𐓺'), + (0x104D3, 'M', '𐓻'), + (0x104D4, 'X'), + (0x104D8, 'V'), + (0x104FC, 'X'), + (0x10500, 'V'), + (0x10528, 'X'), + (0x10530, 'V'), + (0x10564, 'X'), + (0x1056F, 'V'), + (0x10570, 'M', '𐖗'), + (0x10571, 'M', '𐖘'), + (0x10572, 'M', '𐖙'), + (0x10573, 'M', '𐖚'), + (0x10574, 'M', '𐖛'), + (0x10575, 'M', '𐖜'), + (0x10576, 'M', '𐖝'), + (0x10577, 'M', '𐖞'), + (0x10578, 'M', '𐖟'), + (0x10579, 'M', '𐖠'), + (0x1057A, 'M', '𐖡'), + (0x1057B, 'X'), + (0x1057C, 'M', '𐖣'), + (0x1057D, 'M', '𐖤'), + (0x1057E, 'M', '𐖥'), + (0x1057F, 'M', '𐖦'), + (0x10580, 'M', '𐖧'), + (0x10581, 'M', '𐖨'), + (0x10582, 'M', '𐖩'), + (0x10583, 'M', '𐖪'), + (0x10584, 'M', '𐖫'), + (0x10585, 'M', '𐖬'), + (0x10586, 'M', '𐖭'), + (0x10587, 'M', '𐖮'), + (0x10588, 'M', '𐖯'), + (0x10589, 'M', '𐖰'), + (0x1058A, 'M', '𐖱'), + (0x1058B, 'X'), + (0x1058C, 'M', '𐖳'), + (0x1058D, 'M', '𐖴'), + (0x1058E, 'M', '𐖵'), + (0x1058F, 'M', '𐖶'), + (0x10590, 'M', '𐖷'), + (0x10591, 'M', '𐖸'), + (0x10592, 'M', '𐖹'), + (0x10593, 'X'), + (0x10594, 'M', '𐖻'), + (0x10595, 'M', '𐖼'), + (0x10596, 'X'), + (0x10597, 'V'), + (0x105A2, 'X'), + (0x105A3, 'V'), + (0x105B2, 'X'), + (0x105B3, 'V'), + (0x105BA, 'X'), + (0x105BB, 'V'), + (0x105BD, 'X'), + (0x10600, 'V'), + (0x10737, 'X'), + (0x10740, 'V'), + (0x10756, 'X'), + (0x10760, 'V'), + (0x10768, 'X'), + (0x10780, 'V'), + (0x10781, 'M', 'ː'), + (0x10782, 'M', 'ˑ'), + (0x10783, 'M', 'æ'), + (0x10784, 'M', 'ʙ'), + (0x10785, 'M', 'ɓ'), + (0x10786, 'X'), + (0x10787, 'M', 'ʣ'), + (0x10788, 'M', 'ꭦ'), + (0x10789, 'M', 'ʥ'), + (0x1078A, 'M', 'ʤ'), + (0x1078B, 'M', 'ɖ'), + (0x1078C, 'M', 'ɗ'), + ] + +def _seg_55() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1078D, 'M', 'ᶑ'), + (0x1078E, 'M', 'ɘ'), + (0x1078F, 'M', 'ɞ'), + (0x10790, 'M', 'ʩ'), + (0x10791, 'M', 'ɤ'), + (0x10792, 'M', 'ɢ'), + (0x10793, 'M', 'ɠ'), + (0x10794, 'M', 'ʛ'), + (0x10795, 'M', 'ħ'), + (0x10796, 'M', 'ʜ'), + (0x10797, 'M', 'ɧ'), + (0x10798, 'M', 'ʄ'), + (0x10799, 'M', 'ʪ'), + (0x1079A, 'M', 'ʫ'), + (0x1079B, 'M', 'ɬ'), + (0x1079C, 'M', '𝼄'), + (0x1079D, 'M', 'ꞎ'), + (0x1079E, 'M', 'ɮ'), + (0x1079F, 'M', '𝼅'), + (0x107A0, 'M', 'ʎ'), + (0x107A1, 'M', '𝼆'), + (0x107A2, 'M', 'ø'), + (0x107A3, 'M', 'ɶ'), + (0x107A4, 'M', 'ɷ'), + (0x107A5, 'M', 'q'), + (0x107A6, 'M', 'ɺ'), + (0x107A7, 'M', '𝼈'), + (0x107A8, 'M', 'ɽ'), + (0x107A9, 'M', 'ɾ'), + (0x107AA, 'M', 'ʀ'), + (0x107AB, 'M', 'ʨ'), + (0x107AC, 'M', 'ʦ'), + (0x107AD, 'M', 'ꭧ'), + (0x107AE, 'M', 'ʧ'), + (0x107AF, 'M', 'ʈ'), + (0x107B0, 'M', 'ⱱ'), + (0x107B1, 'X'), + (0x107B2, 'M', 'ʏ'), + (0x107B3, 'M', 'ʡ'), + (0x107B4, 'M', 'ʢ'), + (0x107B5, 'M', 'ʘ'), + (0x107B6, 'M', 'ǀ'), + (0x107B7, 'M', 'ǁ'), + (0x107B8, 'M', 'ǂ'), + (0x107B9, 'M', '𝼊'), + (0x107BA, 'M', '𝼞'), + (0x107BB, 'X'), + (0x10800, 'V'), + (0x10806, 'X'), + (0x10808, 'V'), + (0x10809, 'X'), + (0x1080A, 'V'), + (0x10836, 'X'), + (0x10837, 'V'), + (0x10839, 'X'), + (0x1083C, 'V'), + (0x1083D, 'X'), + (0x1083F, 'V'), + (0x10856, 'X'), + (0x10857, 'V'), + (0x1089F, 'X'), + (0x108A7, 'V'), + (0x108B0, 'X'), + (0x108E0, 'V'), + (0x108F3, 'X'), + (0x108F4, 'V'), + (0x108F6, 'X'), + (0x108FB, 'V'), + (0x1091C, 'X'), + (0x1091F, 'V'), + (0x1093A, 'X'), + (0x1093F, 'V'), + (0x10940, 'X'), + (0x10980, 'V'), + (0x109B8, 'X'), + (0x109BC, 'V'), + (0x109D0, 'X'), + (0x109D2, 'V'), + (0x10A04, 'X'), + (0x10A05, 'V'), + (0x10A07, 'X'), + (0x10A0C, 'V'), + (0x10A14, 'X'), + (0x10A15, 'V'), + (0x10A18, 'X'), + (0x10A19, 'V'), + (0x10A36, 'X'), + (0x10A38, 'V'), + (0x10A3B, 'X'), + (0x10A3F, 'V'), + (0x10A49, 'X'), + (0x10A50, 'V'), + (0x10A59, 'X'), + (0x10A60, 'V'), + (0x10AA0, 'X'), + (0x10AC0, 'V'), + (0x10AE7, 'X'), + (0x10AEB, 'V'), + (0x10AF7, 'X'), + (0x10B00, 'V'), + ] + +def _seg_56() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10B36, 'X'), + (0x10B39, 'V'), + (0x10B56, 'X'), + (0x10B58, 'V'), + (0x10B73, 'X'), + (0x10B78, 'V'), + (0x10B92, 'X'), + (0x10B99, 'V'), + (0x10B9D, 'X'), + (0x10BA9, 'V'), + (0x10BB0, 'X'), + (0x10C00, 'V'), + (0x10C49, 'X'), + (0x10C80, 'M', '𐳀'), + (0x10C81, 'M', '𐳁'), + (0x10C82, 'M', '𐳂'), + (0x10C83, 'M', '𐳃'), + (0x10C84, 'M', '𐳄'), + (0x10C85, 'M', '𐳅'), + (0x10C86, 'M', '𐳆'), + (0x10C87, 'M', '𐳇'), + (0x10C88, 'M', '𐳈'), + (0x10C89, 'M', '𐳉'), + (0x10C8A, 'M', '𐳊'), + (0x10C8B, 'M', '𐳋'), + (0x10C8C, 'M', '𐳌'), + (0x10C8D, 'M', '𐳍'), + (0x10C8E, 'M', '𐳎'), + (0x10C8F, 'M', '𐳏'), + (0x10C90, 'M', '𐳐'), + (0x10C91, 'M', '𐳑'), + (0x10C92, 'M', '𐳒'), + (0x10C93, 'M', '𐳓'), + (0x10C94, 'M', '𐳔'), + (0x10C95, 'M', '𐳕'), + (0x10C96, 'M', '𐳖'), + (0x10C97, 'M', '𐳗'), + (0x10C98, 'M', '𐳘'), + (0x10C99, 'M', '𐳙'), + (0x10C9A, 'M', '𐳚'), + (0x10C9B, 'M', '𐳛'), + (0x10C9C, 'M', '𐳜'), + (0x10C9D, 'M', '𐳝'), + (0x10C9E, 'M', '𐳞'), + (0x10C9F, 'M', '𐳟'), + (0x10CA0, 'M', '𐳠'), + (0x10CA1, 'M', '𐳡'), + (0x10CA2, 'M', '𐳢'), + (0x10CA3, 'M', '𐳣'), + (0x10CA4, 'M', '𐳤'), + (0x10CA5, 'M', '𐳥'), + (0x10CA6, 'M', '𐳦'), + (0x10CA7, 'M', '𐳧'), + (0x10CA8, 'M', '𐳨'), + (0x10CA9, 'M', '𐳩'), + (0x10CAA, 'M', '𐳪'), + (0x10CAB, 'M', '𐳫'), + (0x10CAC, 'M', '𐳬'), + (0x10CAD, 'M', '𐳭'), + (0x10CAE, 'M', '𐳮'), + (0x10CAF, 'M', '𐳯'), + (0x10CB0, 'M', '𐳰'), + (0x10CB1, 'M', '𐳱'), + (0x10CB2, 'M', '𐳲'), + (0x10CB3, 'X'), + (0x10CC0, 'V'), + (0x10CF3, 'X'), + (0x10CFA, 'V'), + (0x10D28, 'X'), + (0x10D30, 'V'), + (0x10D3A, 'X'), + (0x10E60, 'V'), + (0x10E7F, 'X'), + (0x10E80, 'V'), + (0x10EAA, 'X'), + (0x10EAB, 'V'), + (0x10EAE, 'X'), + (0x10EB0, 'V'), + (0x10EB2, 'X'), + (0x10EFD, 'V'), + (0x10F28, 'X'), + (0x10F30, 'V'), + (0x10F5A, 'X'), + (0x10F70, 'V'), + (0x10F8A, 'X'), + (0x10FB0, 'V'), + (0x10FCC, 'X'), + (0x10FE0, 'V'), + (0x10FF7, 'X'), + (0x11000, 'V'), + (0x1104E, 'X'), + (0x11052, 'V'), + (0x11076, 'X'), + (0x1107F, 'V'), + (0x110BD, 'X'), + (0x110BE, 'V'), + (0x110C3, 'X'), + (0x110D0, 'V'), + (0x110E9, 'X'), + (0x110F0, 'V'), + ] + +def _seg_57() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x110FA, 'X'), + (0x11100, 'V'), + (0x11135, 'X'), + (0x11136, 'V'), + (0x11148, 'X'), + (0x11150, 'V'), + (0x11177, 'X'), + (0x11180, 'V'), + (0x111E0, 'X'), + (0x111E1, 'V'), + (0x111F5, 'X'), + (0x11200, 'V'), + (0x11212, 'X'), + (0x11213, 'V'), + (0x11242, 'X'), + (0x11280, 'V'), + (0x11287, 'X'), + (0x11288, 'V'), + (0x11289, 'X'), + (0x1128A, 'V'), + (0x1128E, 'X'), + (0x1128F, 'V'), + (0x1129E, 'X'), + (0x1129F, 'V'), + (0x112AA, 'X'), + (0x112B0, 'V'), + (0x112EB, 'X'), + (0x112F0, 'V'), + (0x112FA, 'X'), + (0x11300, 'V'), + (0x11304, 'X'), + (0x11305, 'V'), + (0x1130D, 'X'), + (0x1130F, 'V'), + (0x11311, 'X'), + (0x11313, 'V'), + (0x11329, 'X'), + (0x1132A, 'V'), + (0x11331, 'X'), + (0x11332, 'V'), + (0x11334, 'X'), + (0x11335, 'V'), + (0x1133A, 'X'), + (0x1133B, 'V'), + (0x11345, 'X'), + (0x11347, 'V'), + (0x11349, 'X'), + (0x1134B, 'V'), + (0x1134E, 'X'), + (0x11350, 'V'), + (0x11351, 'X'), + (0x11357, 'V'), + (0x11358, 'X'), + (0x1135D, 'V'), + (0x11364, 'X'), + (0x11366, 'V'), + (0x1136D, 'X'), + (0x11370, 'V'), + (0x11375, 'X'), + (0x11400, 'V'), + (0x1145C, 'X'), + (0x1145D, 'V'), + (0x11462, 'X'), + (0x11480, 'V'), + (0x114C8, 'X'), + (0x114D0, 'V'), + (0x114DA, 'X'), + (0x11580, 'V'), + (0x115B6, 'X'), + (0x115B8, 'V'), + (0x115DE, 'X'), + (0x11600, 'V'), + (0x11645, 'X'), + (0x11650, 'V'), + (0x1165A, 'X'), + (0x11660, 'V'), + (0x1166D, 'X'), + (0x11680, 'V'), + (0x116BA, 'X'), + (0x116C0, 'V'), + (0x116CA, 'X'), + (0x11700, 'V'), + (0x1171B, 'X'), + (0x1171D, 'V'), + (0x1172C, 'X'), + (0x11730, 'V'), + (0x11747, 'X'), + (0x11800, 'V'), + (0x1183C, 'X'), + (0x118A0, 'M', '𑣀'), + (0x118A1, 'M', '𑣁'), + (0x118A2, 'M', '𑣂'), + (0x118A3, 'M', '𑣃'), + (0x118A4, 'M', '𑣄'), + (0x118A5, 'M', '𑣅'), + (0x118A6, 'M', '𑣆'), + (0x118A7, 'M', '𑣇'), + (0x118A8, 'M', '𑣈'), + (0x118A9, 'M', '𑣉'), + (0x118AA, 'M', '𑣊'), + ] + +def _seg_58() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x118AB, 'M', '𑣋'), + (0x118AC, 'M', '𑣌'), + (0x118AD, 'M', '𑣍'), + (0x118AE, 'M', '𑣎'), + (0x118AF, 'M', '𑣏'), + (0x118B0, 'M', '𑣐'), + (0x118B1, 'M', '𑣑'), + (0x118B2, 'M', '𑣒'), + (0x118B3, 'M', '𑣓'), + (0x118B4, 'M', '𑣔'), + (0x118B5, 'M', '𑣕'), + (0x118B6, 'M', '𑣖'), + (0x118B7, 'M', '𑣗'), + (0x118B8, 'M', '𑣘'), + (0x118B9, 'M', '𑣙'), + (0x118BA, 'M', '𑣚'), + (0x118BB, 'M', '𑣛'), + (0x118BC, 'M', '𑣜'), + (0x118BD, 'M', '𑣝'), + (0x118BE, 'M', '𑣞'), + (0x118BF, 'M', '𑣟'), + (0x118C0, 'V'), + (0x118F3, 'X'), + (0x118FF, 'V'), + (0x11907, 'X'), + (0x11909, 'V'), + (0x1190A, 'X'), + (0x1190C, 'V'), + (0x11914, 'X'), + (0x11915, 'V'), + (0x11917, 'X'), + (0x11918, 'V'), + (0x11936, 'X'), + (0x11937, 'V'), + (0x11939, 'X'), + (0x1193B, 'V'), + (0x11947, 'X'), + (0x11950, 'V'), + (0x1195A, 'X'), + (0x119A0, 'V'), + (0x119A8, 'X'), + (0x119AA, 'V'), + (0x119D8, 'X'), + (0x119DA, 'V'), + (0x119E5, 'X'), + (0x11A00, 'V'), + (0x11A48, 'X'), + (0x11A50, 'V'), + (0x11AA3, 'X'), + (0x11AB0, 'V'), + (0x11AF9, 'X'), + (0x11B00, 'V'), + (0x11B0A, 'X'), + (0x11C00, 'V'), + (0x11C09, 'X'), + (0x11C0A, 'V'), + (0x11C37, 'X'), + (0x11C38, 'V'), + (0x11C46, 'X'), + (0x11C50, 'V'), + (0x11C6D, 'X'), + (0x11C70, 'V'), + (0x11C90, 'X'), + (0x11C92, 'V'), + (0x11CA8, 'X'), + (0x11CA9, 'V'), + (0x11CB7, 'X'), + (0x11D00, 'V'), + (0x11D07, 'X'), + (0x11D08, 'V'), + (0x11D0A, 'X'), + (0x11D0B, 'V'), + (0x11D37, 'X'), + (0x11D3A, 'V'), + (0x11D3B, 'X'), + (0x11D3C, 'V'), + (0x11D3E, 'X'), + (0x11D3F, 'V'), + (0x11D48, 'X'), + (0x11D50, 'V'), + (0x11D5A, 'X'), + (0x11D60, 'V'), + (0x11D66, 'X'), + (0x11D67, 'V'), + (0x11D69, 'X'), + (0x11D6A, 'V'), + (0x11D8F, 'X'), + (0x11D90, 'V'), + (0x11D92, 'X'), + (0x11D93, 'V'), + (0x11D99, 'X'), + (0x11DA0, 'V'), + (0x11DAA, 'X'), + (0x11EE0, 'V'), + (0x11EF9, 'X'), + (0x11F00, 'V'), + (0x11F11, 'X'), + (0x11F12, 'V'), + (0x11F3B, 'X'), + (0x11F3E, 'V'), + ] + +def _seg_59() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x11F5A, 'X'), + (0x11FB0, 'V'), + (0x11FB1, 'X'), + (0x11FC0, 'V'), + (0x11FF2, 'X'), + (0x11FFF, 'V'), + (0x1239A, 'X'), + (0x12400, 'V'), + (0x1246F, 'X'), + (0x12470, 'V'), + (0x12475, 'X'), + (0x12480, 'V'), + (0x12544, 'X'), + (0x12F90, 'V'), + (0x12FF3, 'X'), + (0x13000, 'V'), + (0x13430, 'X'), + (0x13440, 'V'), + (0x13456, 'X'), + (0x14400, 'V'), + (0x14647, 'X'), + (0x16800, 'V'), + (0x16A39, 'X'), + (0x16A40, 'V'), + (0x16A5F, 'X'), + (0x16A60, 'V'), + (0x16A6A, 'X'), + (0x16A6E, 'V'), + (0x16ABF, 'X'), + (0x16AC0, 'V'), + (0x16ACA, 'X'), + (0x16AD0, 'V'), + (0x16AEE, 'X'), + (0x16AF0, 'V'), + (0x16AF6, 'X'), + (0x16B00, 'V'), + (0x16B46, 'X'), + (0x16B50, 'V'), + (0x16B5A, 'X'), + (0x16B5B, 'V'), + (0x16B62, 'X'), + (0x16B63, 'V'), + (0x16B78, 'X'), + (0x16B7D, 'V'), + (0x16B90, 'X'), + (0x16E40, 'M', '𖹠'), + (0x16E41, 'M', '𖹡'), + (0x16E42, 'M', '𖹢'), + (0x16E43, 'M', '𖹣'), + (0x16E44, 'M', '𖹤'), + (0x16E45, 'M', '𖹥'), + (0x16E46, 'M', '𖹦'), + (0x16E47, 'M', '𖹧'), + (0x16E48, 'M', '𖹨'), + (0x16E49, 'M', '𖹩'), + (0x16E4A, 'M', '𖹪'), + (0x16E4B, 'M', '𖹫'), + (0x16E4C, 'M', '𖹬'), + (0x16E4D, 'M', '𖹭'), + (0x16E4E, 'M', '𖹮'), + (0x16E4F, 'M', '𖹯'), + (0x16E50, 'M', '𖹰'), + (0x16E51, 'M', '𖹱'), + (0x16E52, 'M', '𖹲'), + (0x16E53, 'M', '𖹳'), + (0x16E54, 'M', '𖹴'), + (0x16E55, 'M', '𖹵'), + (0x16E56, 'M', '𖹶'), + (0x16E57, 'M', '𖹷'), + (0x16E58, 'M', '𖹸'), + (0x16E59, 'M', '𖹹'), + (0x16E5A, 'M', '𖹺'), + (0x16E5B, 'M', '𖹻'), + (0x16E5C, 'M', '𖹼'), + (0x16E5D, 'M', '𖹽'), + (0x16E5E, 'M', '𖹾'), + (0x16E5F, 'M', '𖹿'), + (0x16E60, 'V'), + (0x16E9B, 'X'), + (0x16F00, 'V'), + (0x16F4B, 'X'), + (0x16F4F, 'V'), + (0x16F88, 'X'), + (0x16F8F, 'V'), + (0x16FA0, 'X'), + (0x16FE0, 'V'), + (0x16FE5, 'X'), + (0x16FF0, 'V'), + (0x16FF2, 'X'), + (0x17000, 'V'), + (0x187F8, 'X'), + (0x18800, 'V'), + (0x18CD6, 'X'), + (0x18D00, 'V'), + (0x18D09, 'X'), + (0x1AFF0, 'V'), + (0x1AFF4, 'X'), + (0x1AFF5, 'V'), + (0x1AFFC, 'X'), + (0x1AFFD, 'V'), + ] + +def _seg_60() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1AFFF, 'X'), + (0x1B000, 'V'), + (0x1B123, 'X'), + (0x1B132, 'V'), + (0x1B133, 'X'), + (0x1B150, 'V'), + (0x1B153, 'X'), + (0x1B155, 'V'), + (0x1B156, 'X'), + (0x1B164, 'V'), + (0x1B168, 'X'), + (0x1B170, 'V'), + (0x1B2FC, 'X'), + (0x1BC00, 'V'), + (0x1BC6B, 'X'), + (0x1BC70, 'V'), + (0x1BC7D, 'X'), + (0x1BC80, 'V'), + (0x1BC89, 'X'), + (0x1BC90, 'V'), + (0x1BC9A, 'X'), + (0x1BC9C, 'V'), + (0x1BCA0, 'I'), + (0x1BCA4, 'X'), + (0x1CF00, 'V'), + (0x1CF2E, 'X'), + (0x1CF30, 'V'), + (0x1CF47, 'X'), + (0x1CF50, 'V'), + (0x1CFC4, 'X'), + (0x1D000, 'V'), + (0x1D0F6, 'X'), + (0x1D100, 'V'), + (0x1D127, 'X'), + (0x1D129, 'V'), + (0x1D15E, 'M', '𝅗𝅥'), + (0x1D15F, 'M', '𝅘𝅥'), + (0x1D160, 'M', '𝅘𝅥𝅮'), + (0x1D161, 'M', '𝅘𝅥𝅯'), + (0x1D162, 'M', '𝅘𝅥𝅰'), + (0x1D163, 'M', '𝅘𝅥𝅱'), + (0x1D164, 'M', '𝅘𝅥𝅲'), + (0x1D165, 'V'), + (0x1D173, 'X'), + (0x1D17B, 'V'), + (0x1D1BB, 'M', '𝆹𝅥'), + (0x1D1BC, 'M', '𝆺𝅥'), + (0x1D1BD, 'M', '𝆹𝅥𝅮'), + (0x1D1BE, 'M', '𝆺𝅥𝅮'), + (0x1D1BF, 'M', '𝆹𝅥𝅯'), + (0x1D1C0, 'M', '𝆺𝅥𝅯'), + (0x1D1C1, 'V'), + (0x1D1EB, 'X'), + (0x1D200, 'V'), + (0x1D246, 'X'), + (0x1D2C0, 'V'), + (0x1D2D4, 'X'), + (0x1D2E0, 'V'), + (0x1D2F4, 'X'), + (0x1D300, 'V'), + (0x1D357, 'X'), + (0x1D360, 'V'), + (0x1D379, 'X'), + (0x1D400, 'M', 'a'), + (0x1D401, 'M', 'b'), + (0x1D402, 'M', 'c'), + (0x1D403, 'M', 'd'), + (0x1D404, 'M', 'e'), + (0x1D405, 'M', 'f'), + (0x1D406, 'M', 'g'), + (0x1D407, 'M', 'h'), + (0x1D408, 'M', 'i'), + (0x1D409, 'M', 'j'), + (0x1D40A, 'M', 'k'), + (0x1D40B, 'M', 'l'), + (0x1D40C, 'M', 'm'), + (0x1D40D, 'M', 'n'), + (0x1D40E, 'M', 'o'), + (0x1D40F, 'M', 'p'), + (0x1D410, 'M', 'q'), + (0x1D411, 'M', 'r'), + (0x1D412, 'M', 's'), + (0x1D413, 'M', 't'), + (0x1D414, 'M', 'u'), + (0x1D415, 'M', 'v'), + (0x1D416, 'M', 'w'), + (0x1D417, 'M', 'x'), + (0x1D418, 'M', 'y'), + (0x1D419, 'M', 'z'), + (0x1D41A, 'M', 'a'), + (0x1D41B, 'M', 'b'), + (0x1D41C, 'M', 'c'), + (0x1D41D, 'M', 'd'), + (0x1D41E, 'M', 'e'), + (0x1D41F, 'M', 'f'), + (0x1D420, 'M', 'g'), + (0x1D421, 'M', 'h'), + (0x1D422, 'M', 'i'), + (0x1D423, 'M', 'j'), + (0x1D424, 'M', 'k'), + ] + +def _seg_61() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D425, 'M', 'l'), + (0x1D426, 'M', 'm'), + (0x1D427, 'M', 'n'), + (0x1D428, 'M', 'o'), + (0x1D429, 'M', 'p'), + (0x1D42A, 'M', 'q'), + (0x1D42B, 'M', 'r'), + (0x1D42C, 'M', 's'), + (0x1D42D, 'M', 't'), + (0x1D42E, 'M', 'u'), + (0x1D42F, 'M', 'v'), + (0x1D430, 'M', 'w'), + (0x1D431, 'M', 'x'), + (0x1D432, 'M', 'y'), + (0x1D433, 'M', 'z'), + (0x1D434, 'M', 'a'), + (0x1D435, 'M', 'b'), + (0x1D436, 'M', 'c'), + (0x1D437, 'M', 'd'), + (0x1D438, 'M', 'e'), + (0x1D439, 'M', 'f'), + (0x1D43A, 'M', 'g'), + (0x1D43B, 'M', 'h'), + (0x1D43C, 'M', 'i'), + (0x1D43D, 'M', 'j'), + (0x1D43E, 'M', 'k'), + (0x1D43F, 'M', 'l'), + (0x1D440, 'M', 'm'), + (0x1D441, 'M', 'n'), + (0x1D442, 'M', 'o'), + (0x1D443, 'M', 'p'), + (0x1D444, 'M', 'q'), + (0x1D445, 'M', 'r'), + (0x1D446, 'M', 's'), + (0x1D447, 'M', 't'), + (0x1D448, 'M', 'u'), + (0x1D449, 'M', 'v'), + (0x1D44A, 'M', 'w'), + (0x1D44B, 'M', 'x'), + (0x1D44C, 'M', 'y'), + (0x1D44D, 'M', 'z'), + (0x1D44E, 'M', 'a'), + (0x1D44F, 'M', 'b'), + (0x1D450, 'M', 'c'), + (0x1D451, 'M', 'd'), + (0x1D452, 'M', 'e'), + (0x1D453, 'M', 'f'), + (0x1D454, 'M', 'g'), + (0x1D455, 'X'), + (0x1D456, 'M', 'i'), + (0x1D457, 'M', 'j'), + (0x1D458, 'M', 'k'), + (0x1D459, 'M', 'l'), + (0x1D45A, 'M', 'm'), + (0x1D45B, 'M', 'n'), + (0x1D45C, 'M', 'o'), + (0x1D45D, 'M', 'p'), + (0x1D45E, 'M', 'q'), + (0x1D45F, 'M', 'r'), + (0x1D460, 'M', 's'), + (0x1D461, 'M', 't'), + (0x1D462, 'M', 'u'), + (0x1D463, 'M', 'v'), + (0x1D464, 'M', 'w'), + (0x1D465, 'M', 'x'), + (0x1D466, 'M', 'y'), + (0x1D467, 'M', 'z'), + (0x1D468, 'M', 'a'), + (0x1D469, 'M', 'b'), + (0x1D46A, 'M', 'c'), + (0x1D46B, 'M', 'd'), + (0x1D46C, 'M', 'e'), + (0x1D46D, 'M', 'f'), + (0x1D46E, 'M', 'g'), + (0x1D46F, 'M', 'h'), + (0x1D470, 'M', 'i'), + (0x1D471, 'M', 'j'), + (0x1D472, 'M', 'k'), + (0x1D473, 'M', 'l'), + (0x1D474, 'M', 'm'), + (0x1D475, 'M', 'n'), + (0x1D476, 'M', 'o'), + (0x1D477, 'M', 'p'), + (0x1D478, 'M', 'q'), + (0x1D479, 'M', 'r'), + (0x1D47A, 'M', 's'), + (0x1D47B, 'M', 't'), + (0x1D47C, 'M', 'u'), + (0x1D47D, 'M', 'v'), + (0x1D47E, 'M', 'w'), + (0x1D47F, 'M', 'x'), + (0x1D480, 'M', 'y'), + (0x1D481, 'M', 'z'), + (0x1D482, 'M', 'a'), + (0x1D483, 'M', 'b'), + (0x1D484, 'M', 'c'), + (0x1D485, 'M', 'd'), + (0x1D486, 'M', 'e'), + (0x1D487, 'M', 'f'), + (0x1D488, 'M', 'g'), + ] + +def _seg_62() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D489, 'M', 'h'), + (0x1D48A, 'M', 'i'), + (0x1D48B, 'M', 'j'), + (0x1D48C, 'M', 'k'), + (0x1D48D, 'M', 'l'), + (0x1D48E, 'M', 'm'), + (0x1D48F, 'M', 'n'), + (0x1D490, 'M', 'o'), + (0x1D491, 'M', 'p'), + (0x1D492, 'M', 'q'), + (0x1D493, 'M', 'r'), + (0x1D494, 'M', 's'), + (0x1D495, 'M', 't'), + (0x1D496, 'M', 'u'), + (0x1D497, 'M', 'v'), + (0x1D498, 'M', 'w'), + (0x1D499, 'M', 'x'), + (0x1D49A, 'M', 'y'), + (0x1D49B, 'M', 'z'), + (0x1D49C, 'M', 'a'), + (0x1D49D, 'X'), + (0x1D49E, 'M', 'c'), + (0x1D49F, 'M', 'd'), + (0x1D4A0, 'X'), + (0x1D4A2, 'M', 'g'), + (0x1D4A3, 'X'), + (0x1D4A5, 'M', 'j'), + (0x1D4A6, 'M', 'k'), + (0x1D4A7, 'X'), + (0x1D4A9, 'M', 'n'), + (0x1D4AA, 'M', 'o'), + (0x1D4AB, 'M', 'p'), + (0x1D4AC, 'M', 'q'), + (0x1D4AD, 'X'), + (0x1D4AE, 'M', 's'), + (0x1D4AF, 'M', 't'), + (0x1D4B0, 'M', 'u'), + (0x1D4B1, 'M', 'v'), + (0x1D4B2, 'M', 'w'), + (0x1D4B3, 'M', 'x'), + (0x1D4B4, 'M', 'y'), + (0x1D4B5, 'M', 'z'), + (0x1D4B6, 'M', 'a'), + (0x1D4B7, 'M', 'b'), + (0x1D4B8, 'M', 'c'), + (0x1D4B9, 'M', 'd'), + (0x1D4BA, 'X'), + (0x1D4BB, 'M', 'f'), + (0x1D4BC, 'X'), + (0x1D4BD, 'M', 'h'), + (0x1D4BE, 'M', 'i'), + (0x1D4BF, 'M', 'j'), + (0x1D4C0, 'M', 'k'), + (0x1D4C1, 'M', 'l'), + (0x1D4C2, 'M', 'm'), + (0x1D4C3, 'M', 'n'), + (0x1D4C4, 'X'), + (0x1D4C5, 'M', 'p'), + (0x1D4C6, 'M', 'q'), + (0x1D4C7, 'M', 'r'), + (0x1D4C8, 'M', 's'), + (0x1D4C9, 'M', 't'), + (0x1D4CA, 'M', 'u'), + (0x1D4CB, 'M', 'v'), + (0x1D4CC, 'M', 'w'), + (0x1D4CD, 'M', 'x'), + (0x1D4CE, 'M', 'y'), + (0x1D4CF, 'M', 'z'), + (0x1D4D0, 'M', 'a'), + (0x1D4D1, 'M', 'b'), + (0x1D4D2, 'M', 'c'), + (0x1D4D3, 'M', 'd'), + (0x1D4D4, 'M', 'e'), + (0x1D4D5, 'M', 'f'), + (0x1D4D6, 'M', 'g'), + (0x1D4D7, 'M', 'h'), + (0x1D4D8, 'M', 'i'), + (0x1D4D9, 'M', 'j'), + (0x1D4DA, 'M', 'k'), + (0x1D4DB, 'M', 'l'), + (0x1D4DC, 'M', 'm'), + (0x1D4DD, 'M', 'n'), + (0x1D4DE, 'M', 'o'), + (0x1D4DF, 'M', 'p'), + (0x1D4E0, 'M', 'q'), + (0x1D4E1, 'M', 'r'), + (0x1D4E2, 'M', 's'), + (0x1D4E3, 'M', 't'), + (0x1D4E4, 'M', 'u'), + (0x1D4E5, 'M', 'v'), + (0x1D4E6, 'M', 'w'), + (0x1D4E7, 'M', 'x'), + (0x1D4E8, 'M', 'y'), + (0x1D4E9, 'M', 'z'), + (0x1D4EA, 'M', 'a'), + (0x1D4EB, 'M', 'b'), + (0x1D4EC, 'M', 'c'), + (0x1D4ED, 'M', 'd'), + (0x1D4EE, 'M', 'e'), + (0x1D4EF, 'M', 'f'), + ] + +def _seg_63() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D4F0, 'M', 'g'), + (0x1D4F1, 'M', 'h'), + (0x1D4F2, 'M', 'i'), + (0x1D4F3, 'M', 'j'), + (0x1D4F4, 'M', 'k'), + (0x1D4F5, 'M', 'l'), + (0x1D4F6, 'M', 'm'), + (0x1D4F7, 'M', 'n'), + (0x1D4F8, 'M', 'o'), + (0x1D4F9, 'M', 'p'), + (0x1D4FA, 'M', 'q'), + (0x1D4FB, 'M', 'r'), + (0x1D4FC, 'M', 's'), + (0x1D4FD, 'M', 't'), + (0x1D4FE, 'M', 'u'), + (0x1D4FF, 'M', 'v'), + (0x1D500, 'M', 'w'), + (0x1D501, 'M', 'x'), + (0x1D502, 'M', 'y'), + (0x1D503, 'M', 'z'), + (0x1D504, 'M', 'a'), + (0x1D505, 'M', 'b'), + (0x1D506, 'X'), + (0x1D507, 'M', 'd'), + (0x1D508, 'M', 'e'), + (0x1D509, 'M', 'f'), + (0x1D50A, 'M', 'g'), + (0x1D50B, 'X'), + (0x1D50D, 'M', 'j'), + (0x1D50E, 'M', 'k'), + (0x1D50F, 'M', 'l'), + (0x1D510, 'M', 'm'), + (0x1D511, 'M', 'n'), + (0x1D512, 'M', 'o'), + (0x1D513, 'M', 'p'), + (0x1D514, 'M', 'q'), + (0x1D515, 'X'), + (0x1D516, 'M', 's'), + (0x1D517, 'M', 't'), + (0x1D518, 'M', 'u'), + (0x1D519, 'M', 'v'), + (0x1D51A, 'M', 'w'), + (0x1D51B, 'M', 'x'), + (0x1D51C, 'M', 'y'), + (0x1D51D, 'X'), + (0x1D51E, 'M', 'a'), + (0x1D51F, 'M', 'b'), + (0x1D520, 'M', 'c'), + (0x1D521, 'M', 'd'), + (0x1D522, 'M', 'e'), + (0x1D523, 'M', 'f'), + (0x1D524, 'M', 'g'), + (0x1D525, 'M', 'h'), + (0x1D526, 'M', 'i'), + (0x1D527, 'M', 'j'), + (0x1D528, 'M', 'k'), + (0x1D529, 'M', 'l'), + (0x1D52A, 'M', 'm'), + (0x1D52B, 'M', 'n'), + (0x1D52C, 'M', 'o'), + (0x1D52D, 'M', 'p'), + (0x1D52E, 'M', 'q'), + (0x1D52F, 'M', 'r'), + (0x1D530, 'M', 's'), + (0x1D531, 'M', 't'), + (0x1D532, 'M', 'u'), + (0x1D533, 'M', 'v'), + (0x1D534, 'M', 'w'), + (0x1D535, 'M', 'x'), + (0x1D536, 'M', 'y'), + (0x1D537, 'M', 'z'), + (0x1D538, 'M', 'a'), + (0x1D539, 'M', 'b'), + (0x1D53A, 'X'), + (0x1D53B, 'M', 'd'), + (0x1D53C, 'M', 'e'), + (0x1D53D, 'M', 'f'), + (0x1D53E, 'M', 'g'), + (0x1D53F, 'X'), + (0x1D540, 'M', 'i'), + (0x1D541, 'M', 'j'), + (0x1D542, 'M', 'k'), + (0x1D543, 'M', 'l'), + (0x1D544, 'M', 'm'), + (0x1D545, 'X'), + (0x1D546, 'M', 'o'), + (0x1D547, 'X'), + (0x1D54A, 'M', 's'), + (0x1D54B, 'M', 't'), + (0x1D54C, 'M', 'u'), + (0x1D54D, 'M', 'v'), + (0x1D54E, 'M', 'w'), + (0x1D54F, 'M', 'x'), + (0x1D550, 'M', 'y'), + (0x1D551, 'X'), + (0x1D552, 'M', 'a'), + (0x1D553, 'M', 'b'), + (0x1D554, 'M', 'c'), + (0x1D555, 'M', 'd'), + (0x1D556, 'M', 'e'), + ] + +def _seg_64() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D557, 'M', 'f'), + (0x1D558, 'M', 'g'), + (0x1D559, 'M', 'h'), + (0x1D55A, 'M', 'i'), + (0x1D55B, 'M', 'j'), + (0x1D55C, 'M', 'k'), + (0x1D55D, 'M', 'l'), + (0x1D55E, 'M', 'm'), + (0x1D55F, 'M', 'n'), + (0x1D560, 'M', 'o'), + (0x1D561, 'M', 'p'), + (0x1D562, 'M', 'q'), + (0x1D563, 'M', 'r'), + (0x1D564, 'M', 's'), + (0x1D565, 'M', 't'), + (0x1D566, 'M', 'u'), + (0x1D567, 'M', 'v'), + (0x1D568, 'M', 'w'), + (0x1D569, 'M', 'x'), + (0x1D56A, 'M', 'y'), + (0x1D56B, 'M', 'z'), + (0x1D56C, 'M', 'a'), + (0x1D56D, 'M', 'b'), + (0x1D56E, 'M', 'c'), + (0x1D56F, 'M', 'd'), + (0x1D570, 'M', 'e'), + (0x1D571, 'M', 'f'), + (0x1D572, 'M', 'g'), + (0x1D573, 'M', 'h'), + (0x1D574, 'M', 'i'), + (0x1D575, 'M', 'j'), + (0x1D576, 'M', 'k'), + (0x1D577, 'M', 'l'), + (0x1D578, 'M', 'm'), + (0x1D579, 'M', 'n'), + (0x1D57A, 'M', 'o'), + (0x1D57B, 'M', 'p'), + (0x1D57C, 'M', 'q'), + (0x1D57D, 'M', 'r'), + (0x1D57E, 'M', 's'), + (0x1D57F, 'M', 't'), + (0x1D580, 'M', 'u'), + (0x1D581, 'M', 'v'), + (0x1D582, 'M', 'w'), + (0x1D583, 'M', 'x'), + (0x1D584, 'M', 'y'), + (0x1D585, 'M', 'z'), + (0x1D586, 'M', 'a'), + (0x1D587, 'M', 'b'), + (0x1D588, 'M', 'c'), + (0x1D589, 'M', 'd'), + (0x1D58A, 'M', 'e'), + (0x1D58B, 'M', 'f'), + (0x1D58C, 'M', 'g'), + (0x1D58D, 'M', 'h'), + (0x1D58E, 'M', 'i'), + (0x1D58F, 'M', 'j'), + (0x1D590, 'M', 'k'), + (0x1D591, 'M', 'l'), + (0x1D592, 'M', 'm'), + (0x1D593, 'M', 'n'), + (0x1D594, 'M', 'o'), + (0x1D595, 'M', 'p'), + (0x1D596, 'M', 'q'), + (0x1D597, 'M', 'r'), + (0x1D598, 'M', 's'), + (0x1D599, 'M', 't'), + (0x1D59A, 'M', 'u'), + (0x1D59B, 'M', 'v'), + (0x1D59C, 'M', 'w'), + (0x1D59D, 'M', 'x'), + (0x1D59E, 'M', 'y'), + (0x1D59F, 'M', 'z'), + (0x1D5A0, 'M', 'a'), + (0x1D5A1, 'M', 'b'), + (0x1D5A2, 'M', 'c'), + (0x1D5A3, 'M', 'd'), + (0x1D5A4, 'M', 'e'), + (0x1D5A5, 'M', 'f'), + (0x1D5A6, 'M', 'g'), + (0x1D5A7, 'M', 'h'), + (0x1D5A8, 'M', 'i'), + (0x1D5A9, 'M', 'j'), + (0x1D5AA, 'M', 'k'), + (0x1D5AB, 'M', 'l'), + (0x1D5AC, 'M', 'm'), + (0x1D5AD, 'M', 'n'), + (0x1D5AE, 'M', 'o'), + (0x1D5AF, 'M', 'p'), + (0x1D5B0, 'M', 'q'), + (0x1D5B1, 'M', 'r'), + (0x1D5B2, 'M', 's'), + (0x1D5B3, 'M', 't'), + (0x1D5B4, 'M', 'u'), + (0x1D5B5, 'M', 'v'), + (0x1D5B6, 'M', 'w'), + (0x1D5B7, 'M', 'x'), + (0x1D5B8, 'M', 'y'), + (0x1D5B9, 'M', 'z'), + (0x1D5BA, 'M', 'a'), + ] + +def _seg_65() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D5BB, 'M', 'b'), + (0x1D5BC, 'M', 'c'), + (0x1D5BD, 'M', 'd'), + (0x1D5BE, 'M', 'e'), + (0x1D5BF, 'M', 'f'), + (0x1D5C0, 'M', 'g'), + (0x1D5C1, 'M', 'h'), + (0x1D5C2, 'M', 'i'), + (0x1D5C3, 'M', 'j'), + (0x1D5C4, 'M', 'k'), + (0x1D5C5, 'M', 'l'), + (0x1D5C6, 'M', 'm'), + (0x1D5C7, 'M', 'n'), + (0x1D5C8, 'M', 'o'), + (0x1D5C9, 'M', 'p'), + (0x1D5CA, 'M', 'q'), + (0x1D5CB, 'M', 'r'), + (0x1D5CC, 'M', 's'), + (0x1D5CD, 'M', 't'), + (0x1D5CE, 'M', 'u'), + (0x1D5CF, 'M', 'v'), + (0x1D5D0, 'M', 'w'), + (0x1D5D1, 'M', 'x'), + (0x1D5D2, 'M', 'y'), + (0x1D5D3, 'M', 'z'), + (0x1D5D4, 'M', 'a'), + (0x1D5D5, 'M', 'b'), + (0x1D5D6, 'M', 'c'), + (0x1D5D7, 'M', 'd'), + (0x1D5D8, 'M', 'e'), + (0x1D5D9, 'M', 'f'), + (0x1D5DA, 'M', 'g'), + (0x1D5DB, 'M', 'h'), + (0x1D5DC, 'M', 'i'), + (0x1D5DD, 'M', 'j'), + (0x1D5DE, 'M', 'k'), + (0x1D5DF, 'M', 'l'), + (0x1D5E0, 'M', 'm'), + (0x1D5E1, 'M', 'n'), + (0x1D5E2, 'M', 'o'), + (0x1D5E3, 'M', 'p'), + (0x1D5E4, 'M', 'q'), + (0x1D5E5, 'M', 'r'), + (0x1D5E6, 'M', 's'), + (0x1D5E7, 'M', 't'), + (0x1D5E8, 'M', 'u'), + (0x1D5E9, 'M', 'v'), + (0x1D5EA, 'M', 'w'), + (0x1D5EB, 'M', 'x'), + (0x1D5EC, 'M', 'y'), + (0x1D5ED, 'M', 'z'), + (0x1D5EE, 'M', 'a'), + (0x1D5EF, 'M', 'b'), + (0x1D5F0, 'M', 'c'), + (0x1D5F1, 'M', 'd'), + (0x1D5F2, 'M', 'e'), + (0x1D5F3, 'M', 'f'), + (0x1D5F4, 'M', 'g'), + (0x1D5F5, 'M', 'h'), + (0x1D5F6, 'M', 'i'), + (0x1D5F7, 'M', 'j'), + (0x1D5F8, 'M', 'k'), + (0x1D5F9, 'M', 'l'), + (0x1D5FA, 'M', 'm'), + (0x1D5FB, 'M', 'n'), + (0x1D5FC, 'M', 'o'), + (0x1D5FD, 'M', 'p'), + (0x1D5FE, 'M', 'q'), + (0x1D5FF, 'M', 'r'), + (0x1D600, 'M', 's'), + (0x1D601, 'M', 't'), + (0x1D602, 'M', 'u'), + (0x1D603, 'M', 'v'), + (0x1D604, 'M', 'w'), + (0x1D605, 'M', 'x'), + (0x1D606, 'M', 'y'), + (0x1D607, 'M', 'z'), + (0x1D608, 'M', 'a'), + (0x1D609, 'M', 'b'), + (0x1D60A, 'M', 'c'), + (0x1D60B, 'M', 'd'), + (0x1D60C, 'M', 'e'), + (0x1D60D, 'M', 'f'), + (0x1D60E, 'M', 'g'), + (0x1D60F, 'M', 'h'), + (0x1D610, 'M', 'i'), + (0x1D611, 'M', 'j'), + (0x1D612, 'M', 'k'), + (0x1D613, 'M', 'l'), + (0x1D614, 'M', 'm'), + (0x1D615, 'M', 'n'), + (0x1D616, 'M', 'o'), + (0x1D617, 'M', 'p'), + (0x1D618, 'M', 'q'), + (0x1D619, 'M', 'r'), + (0x1D61A, 'M', 's'), + (0x1D61B, 'M', 't'), + (0x1D61C, 'M', 'u'), + (0x1D61D, 'M', 'v'), + (0x1D61E, 'M', 'w'), + ] + +def _seg_66() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D61F, 'M', 'x'), + (0x1D620, 'M', 'y'), + (0x1D621, 'M', 'z'), + (0x1D622, 'M', 'a'), + (0x1D623, 'M', 'b'), + (0x1D624, 'M', 'c'), + (0x1D625, 'M', 'd'), + (0x1D626, 'M', 'e'), + (0x1D627, 'M', 'f'), + (0x1D628, 'M', 'g'), + (0x1D629, 'M', 'h'), + (0x1D62A, 'M', 'i'), + (0x1D62B, 'M', 'j'), + (0x1D62C, 'M', 'k'), + (0x1D62D, 'M', 'l'), + (0x1D62E, 'M', 'm'), + (0x1D62F, 'M', 'n'), + (0x1D630, 'M', 'o'), + (0x1D631, 'M', 'p'), + (0x1D632, 'M', 'q'), + (0x1D633, 'M', 'r'), + (0x1D634, 'M', 's'), + (0x1D635, 'M', 't'), + (0x1D636, 'M', 'u'), + (0x1D637, 'M', 'v'), + (0x1D638, 'M', 'w'), + (0x1D639, 'M', 'x'), + (0x1D63A, 'M', 'y'), + (0x1D63B, 'M', 'z'), + (0x1D63C, 'M', 'a'), + (0x1D63D, 'M', 'b'), + (0x1D63E, 'M', 'c'), + (0x1D63F, 'M', 'd'), + (0x1D640, 'M', 'e'), + (0x1D641, 'M', 'f'), + (0x1D642, 'M', 'g'), + (0x1D643, 'M', 'h'), + (0x1D644, 'M', 'i'), + (0x1D645, 'M', 'j'), + (0x1D646, 'M', 'k'), + (0x1D647, 'M', 'l'), + (0x1D648, 'M', 'm'), + (0x1D649, 'M', 'n'), + (0x1D64A, 'M', 'o'), + (0x1D64B, 'M', 'p'), + (0x1D64C, 'M', 'q'), + (0x1D64D, 'M', 'r'), + (0x1D64E, 'M', 's'), + (0x1D64F, 'M', 't'), + (0x1D650, 'M', 'u'), + (0x1D651, 'M', 'v'), + (0x1D652, 'M', 'w'), + (0x1D653, 'M', 'x'), + (0x1D654, 'M', 'y'), + (0x1D655, 'M', 'z'), + (0x1D656, 'M', 'a'), + (0x1D657, 'M', 'b'), + (0x1D658, 'M', 'c'), + (0x1D659, 'M', 'd'), + (0x1D65A, 'M', 'e'), + (0x1D65B, 'M', 'f'), + (0x1D65C, 'M', 'g'), + (0x1D65D, 'M', 'h'), + (0x1D65E, 'M', 'i'), + (0x1D65F, 'M', 'j'), + (0x1D660, 'M', 'k'), + (0x1D661, 'M', 'l'), + (0x1D662, 'M', 'm'), + (0x1D663, 'M', 'n'), + (0x1D664, 'M', 'o'), + (0x1D665, 'M', 'p'), + (0x1D666, 'M', 'q'), + (0x1D667, 'M', 'r'), + (0x1D668, 'M', 's'), + (0x1D669, 'M', 't'), + (0x1D66A, 'M', 'u'), + (0x1D66B, 'M', 'v'), + (0x1D66C, 'M', 'w'), + (0x1D66D, 'M', 'x'), + (0x1D66E, 'M', 'y'), + (0x1D66F, 'M', 'z'), + (0x1D670, 'M', 'a'), + (0x1D671, 'M', 'b'), + (0x1D672, 'M', 'c'), + (0x1D673, 'M', 'd'), + (0x1D674, 'M', 'e'), + (0x1D675, 'M', 'f'), + (0x1D676, 'M', 'g'), + (0x1D677, 'M', 'h'), + (0x1D678, 'M', 'i'), + (0x1D679, 'M', 'j'), + (0x1D67A, 'M', 'k'), + (0x1D67B, 'M', 'l'), + (0x1D67C, 'M', 'm'), + (0x1D67D, 'M', 'n'), + (0x1D67E, 'M', 'o'), + (0x1D67F, 'M', 'p'), + (0x1D680, 'M', 'q'), + (0x1D681, 'M', 'r'), + (0x1D682, 'M', 's'), + ] + +def _seg_67() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D683, 'M', 't'), + (0x1D684, 'M', 'u'), + (0x1D685, 'M', 'v'), + (0x1D686, 'M', 'w'), + (0x1D687, 'M', 'x'), + (0x1D688, 'M', 'y'), + (0x1D689, 'M', 'z'), + (0x1D68A, 'M', 'a'), + (0x1D68B, 'M', 'b'), + (0x1D68C, 'M', 'c'), + (0x1D68D, 'M', 'd'), + (0x1D68E, 'M', 'e'), + (0x1D68F, 'M', 'f'), + (0x1D690, 'M', 'g'), + (0x1D691, 'M', 'h'), + (0x1D692, 'M', 'i'), + (0x1D693, 'M', 'j'), + (0x1D694, 'M', 'k'), + (0x1D695, 'M', 'l'), + (0x1D696, 'M', 'm'), + (0x1D697, 'M', 'n'), + (0x1D698, 'M', 'o'), + (0x1D699, 'M', 'p'), + (0x1D69A, 'M', 'q'), + (0x1D69B, 'M', 'r'), + (0x1D69C, 'M', 's'), + (0x1D69D, 'M', 't'), + (0x1D69E, 'M', 'u'), + (0x1D69F, 'M', 'v'), + (0x1D6A0, 'M', 'w'), + (0x1D6A1, 'M', 'x'), + (0x1D6A2, 'M', 'y'), + (0x1D6A3, 'M', 'z'), + (0x1D6A4, 'M', 'ı'), + (0x1D6A5, 'M', 'ȷ'), + (0x1D6A6, 'X'), + (0x1D6A8, 'M', 'α'), + (0x1D6A9, 'M', 'β'), + (0x1D6AA, 'M', 'γ'), + (0x1D6AB, 'M', 'δ'), + (0x1D6AC, 'M', 'ε'), + (0x1D6AD, 'M', 'ζ'), + (0x1D6AE, 'M', 'η'), + (0x1D6AF, 'M', 'θ'), + (0x1D6B0, 'M', 'ι'), + (0x1D6B1, 'M', 'κ'), + (0x1D6B2, 'M', 'λ'), + (0x1D6B3, 'M', 'μ'), + (0x1D6B4, 'M', 'ν'), + (0x1D6B5, 'M', 'ξ'), + (0x1D6B6, 'M', 'ο'), + (0x1D6B7, 'M', 'π'), + (0x1D6B8, 'M', 'ρ'), + (0x1D6B9, 'M', 'θ'), + (0x1D6BA, 'M', 'σ'), + (0x1D6BB, 'M', 'τ'), + (0x1D6BC, 'M', 'υ'), + (0x1D6BD, 'M', 'φ'), + (0x1D6BE, 'M', 'χ'), + (0x1D6BF, 'M', 'ψ'), + (0x1D6C0, 'M', 'ω'), + (0x1D6C1, 'M', '∇'), + (0x1D6C2, 'M', 'α'), + (0x1D6C3, 'M', 'β'), + (0x1D6C4, 'M', 'γ'), + (0x1D6C5, 'M', 'δ'), + (0x1D6C6, 'M', 'ε'), + (0x1D6C7, 'M', 'ζ'), + (0x1D6C8, 'M', 'η'), + (0x1D6C9, 'M', 'θ'), + (0x1D6CA, 'M', 'ι'), + (0x1D6CB, 'M', 'κ'), + (0x1D6CC, 'M', 'λ'), + (0x1D6CD, 'M', 'μ'), + (0x1D6CE, 'M', 'ν'), + (0x1D6CF, 'M', 'ξ'), + (0x1D6D0, 'M', 'ο'), + (0x1D6D1, 'M', 'π'), + (0x1D6D2, 'M', 'ρ'), + (0x1D6D3, 'M', 'σ'), + (0x1D6D5, 'M', 'τ'), + (0x1D6D6, 'M', 'υ'), + (0x1D6D7, 'M', 'φ'), + (0x1D6D8, 'M', 'χ'), + (0x1D6D9, 'M', 'ψ'), + (0x1D6DA, 'M', 'ω'), + (0x1D6DB, 'M', '∂'), + (0x1D6DC, 'M', 'ε'), + (0x1D6DD, 'M', 'θ'), + (0x1D6DE, 'M', 'κ'), + (0x1D6DF, 'M', 'φ'), + (0x1D6E0, 'M', 'ρ'), + (0x1D6E1, 'M', 'π'), + (0x1D6E2, 'M', 'α'), + (0x1D6E3, 'M', 'β'), + (0x1D6E4, 'M', 'γ'), + (0x1D6E5, 'M', 'δ'), + (0x1D6E6, 'M', 'ε'), + (0x1D6E7, 'M', 'ζ'), + (0x1D6E8, 'M', 'η'), + ] + +def _seg_68() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D6E9, 'M', 'θ'), + (0x1D6EA, 'M', 'ι'), + (0x1D6EB, 'M', 'κ'), + (0x1D6EC, 'M', 'λ'), + (0x1D6ED, 'M', 'μ'), + (0x1D6EE, 'M', 'ν'), + (0x1D6EF, 'M', 'ξ'), + (0x1D6F0, 'M', 'ο'), + (0x1D6F1, 'M', 'π'), + (0x1D6F2, 'M', 'ρ'), + (0x1D6F3, 'M', 'θ'), + (0x1D6F4, 'M', 'σ'), + (0x1D6F5, 'M', 'τ'), + (0x1D6F6, 'M', 'υ'), + (0x1D6F7, 'M', 'φ'), + (0x1D6F8, 'M', 'χ'), + (0x1D6F9, 'M', 'ψ'), + (0x1D6FA, 'M', 'ω'), + (0x1D6FB, 'M', '∇'), + (0x1D6FC, 'M', 'α'), + (0x1D6FD, 'M', 'β'), + (0x1D6FE, 'M', 'γ'), + (0x1D6FF, 'M', 'δ'), + (0x1D700, 'M', 'ε'), + (0x1D701, 'M', 'ζ'), + (0x1D702, 'M', 'η'), + (0x1D703, 'M', 'θ'), + (0x1D704, 'M', 'ι'), + (0x1D705, 'M', 'κ'), + (0x1D706, 'M', 'λ'), + (0x1D707, 'M', 'μ'), + (0x1D708, 'M', 'ν'), + (0x1D709, 'M', 'ξ'), + (0x1D70A, 'M', 'ο'), + (0x1D70B, 'M', 'π'), + (0x1D70C, 'M', 'ρ'), + (0x1D70D, 'M', 'σ'), + (0x1D70F, 'M', 'τ'), + (0x1D710, 'M', 'υ'), + (0x1D711, 'M', 'φ'), + (0x1D712, 'M', 'χ'), + (0x1D713, 'M', 'ψ'), + (0x1D714, 'M', 'ω'), + (0x1D715, 'M', '∂'), + (0x1D716, 'M', 'ε'), + (0x1D717, 'M', 'θ'), + (0x1D718, 'M', 'κ'), + (0x1D719, 'M', 'φ'), + (0x1D71A, 'M', 'ρ'), + (0x1D71B, 'M', 'π'), + (0x1D71C, 'M', 'α'), + (0x1D71D, 'M', 'β'), + (0x1D71E, 'M', 'γ'), + (0x1D71F, 'M', 'δ'), + (0x1D720, 'M', 'ε'), + (0x1D721, 'M', 'ζ'), + (0x1D722, 'M', 'η'), + (0x1D723, 'M', 'θ'), + (0x1D724, 'M', 'ι'), + (0x1D725, 'M', 'κ'), + (0x1D726, 'M', 'λ'), + (0x1D727, 'M', 'μ'), + (0x1D728, 'M', 'ν'), + (0x1D729, 'M', 'ξ'), + (0x1D72A, 'M', 'ο'), + (0x1D72B, 'M', 'π'), + (0x1D72C, 'M', 'ρ'), + (0x1D72D, 'M', 'θ'), + (0x1D72E, 'M', 'σ'), + (0x1D72F, 'M', 'τ'), + (0x1D730, 'M', 'υ'), + (0x1D731, 'M', 'φ'), + (0x1D732, 'M', 'χ'), + (0x1D733, 'M', 'ψ'), + (0x1D734, 'M', 'ω'), + (0x1D735, 'M', '∇'), + (0x1D736, 'M', 'α'), + (0x1D737, 'M', 'β'), + (0x1D738, 'M', 'γ'), + (0x1D739, 'M', 'δ'), + (0x1D73A, 'M', 'ε'), + (0x1D73B, 'M', 'ζ'), + (0x1D73C, 'M', 'η'), + (0x1D73D, 'M', 'θ'), + (0x1D73E, 'M', 'ι'), + (0x1D73F, 'M', 'κ'), + (0x1D740, 'M', 'λ'), + (0x1D741, 'M', 'μ'), + (0x1D742, 'M', 'ν'), + (0x1D743, 'M', 'ξ'), + (0x1D744, 'M', 'ο'), + (0x1D745, 'M', 'π'), + (0x1D746, 'M', 'ρ'), + (0x1D747, 'M', 'σ'), + (0x1D749, 'M', 'τ'), + (0x1D74A, 'M', 'υ'), + (0x1D74B, 'M', 'φ'), + (0x1D74C, 'M', 'χ'), + (0x1D74D, 'M', 'ψ'), + (0x1D74E, 'M', 'ω'), + ] + +def _seg_69() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D74F, 'M', '∂'), + (0x1D750, 'M', 'ε'), + (0x1D751, 'M', 'θ'), + (0x1D752, 'M', 'κ'), + (0x1D753, 'M', 'φ'), + (0x1D754, 'M', 'ρ'), + (0x1D755, 'M', 'π'), + (0x1D756, 'M', 'α'), + (0x1D757, 'M', 'β'), + (0x1D758, 'M', 'γ'), + (0x1D759, 'M', 'δ'), + (0x1D75A, 'M', 'ε'), + (0x1D75B, 'M', 'ζ'), + (0x1D75C, 'M', 'η'), + (0x1D75D, 'M', 'θ'), + (0x1D75E, 'M', 'ι'), + (0x1D75F, 'M', 'κ'), + (0x1D760, 'M', 'λ'), + (0x1D761, 'M', 'μ'), + (0x1D762, 'M', 'ν'), + (0x1D763, 'M', 'ξ'), + (0x1D764, 'M', 'ο'), + (0x1D765, 'M', 'π'), + (0x1D766, 'M', 'ρ'), + (0x1D767, 'M', 'θ'), + (0x1D768, 'M', 'σ'), + (0x1D769, 'M', 'τ'), + (0x1D76A, 'M', 'υ'), + (0x1D76B, 'M', 'φ'), + (0x1D76C, 'M', 'χ'), + (0x1D76D, 'M', 'ψ'), + (0x1D76E, 'M', 'ω'), + (0x1D76F, 'M', '∇'), + (0x1D770, 'M', 'α'), + (0x1D771, 'M', 'β'), + (0x1D772, 'M', 'γ'), + (0x1D773, 'M', 'δ'), + (0x1D774, 'M', 'ε'), + (0x1D775, 'M', 'ζ'), + (0x1D776, 'M', 'η'), + (0x1D777, 'M', 'θ'), + (0x1D778, 'M', 'ι'), + (0x1D779, 'M', 'κ'), + (0x1D77A, 'M', 'λ'), + (0x1D77B, 'M', 'μ'), + (0x1D77C, 'M', 'ν'), + (0x1D77D, 'M', 'ξ'), + (0x1D77E, 'M', 'ο'), + (0x1D77F, 'M', 'π'), + (0x1D780, 'M', 'ρ'), + (0x1D781, 'M', 'σ'), + (0x1D783, 'M', 'τ'), + (0x1D784, 'M', 'υ'), + (0x1D785, 'M', 'φ'), + (0x1D786, 'M', 'χ'), + (0x1D787, 'M', 'ψ'), + (0x1D788, 'M', 'ω'), + (0x1D789, 'M', '∂'), + (0x1D78A, 'M', 'ε'), + (0x1D78B, 'M', 'θ'), + (0x1D78C, 'M', 'κ'), + (0x1D78D, 'M', 'φ'), + (0x1D78E, 'M', 'ρ'), + (0x1D78F, 'M', 'π'), + (0x1D790, 'M', 'α'), + (0x1D791, 'M', 'β'), + (0x1D792, 'M', 'γ'), + (0x1D793, 'M', 'δ'), + (0x1D794, 'M', 'ε'), + (0x1D795, 'M', 'ζ'), + (0x1D796, 'M', 'η'), + (0x1D797, 'M', 'θ'), + (0x1D798, 'M', 'ι'), + (0x1D799, 'M', 'κ'), + (0x1D79A, 'M', 'λ'), + (0x1D79B, 'M', 'μ'), + (0x1D79C, 'M', 'ν'), + (0x1D79D, 'M', 'ξ'), + (0x1D79E, 'M', 'ο'), + (0x1D79F, 'M', 'π'), + (0x1D7A0, 'M', 'ρ'), + (0x1D7A1, 'M', 'θ'), + (0x1D7A2, 'M', 'σ'), + (0x1D7A3, 'M', 'τ'), + (0x1D7A4, 'M', 'υ'), + (0x1D7A5, 'M', 'φ'), + (0x1D7A6, 'M', 'χ'), + (0x1D7A7, 'M', 'ψ'), + (0x1D7A8, 'M', 'ω'), + (0x1D7A9, 'M', '∇'), + (0x1D7AA, 'M', 'α'), + (0x1D7AB, 'M', 'β'), + (0x1D7AC, 'M', 'γ'), + (0x1D7AD, 'M', 'δ'), + (0x1D7AE, 'M', 'ε'), + (0x1D7AF, 'M', 'ζ'), + (0x1D7B0, 'M', 'η'), + (0x1D7B1, 'M', 'θ'), + (0x1D7B2, 'M', 'ι'), + (0x1D7B3, 'M', 'κ'), + ] + +def _seg_70() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D7B4, 'M', 'λ'), + (0x1D7B5, 'M', 'μ'), + (0x1D7B6, 'M', 'ν'), + (0x1D7B7, 'M', 'ξ'), + (0x1D7B8, 'M', 'ο'), + (0x1D7B9, 'M', 'π'), + (0x1D7BA, 'M', 'ρ'), + (0x1D7BB, 'M', 'σ'), + (0x1D7BD, 'M', 'τ'), + (0x1D7BE, 'M', 'υ'), + (0x1D7BF, 'M', 'φ'), + (0x1D7C0, 'M', 'χ'), + (0x1D7C1, 'M', 'ψ'), + (0x1D7C2, 'M', 'ω'), + (0x1D7C3, 'M', '∂'), + (0x1D7C4, 'M', 'ε'), + (0x1D7C5, 'M', 'θ'), + (0x1D7C6, 'M', 'κ'), + (0x1D7C7, 'M', 'φ'), + (0x1D7C8, 'M', 'ρ'), + (0x1D7C9, 'M', 'π'), + (0x1D7CA, 'M', 'ϝ'), + (0x1D7CC, 'X'), + (0x1D7CE, 'M', '0'), + (0x1D7CF, 'M', '1'), + (0x1D7D0, 'M', '2'), + (0x1D7D1, 'M', '3'), + (0x1D7D2, 'M', '4'), + (0x1D7D3, 'M', '5'), + (0x1D7D4, 'M', '6'), + (0x1D7D5, 'M', '7'), + (0x1D7D6, 'M', '8'), + (0x1D7D7, 'M', '9'), + (0x1D7D8, 'M', '0'), + (0x1D7D9, 'M', '1'), + (0x1D7DA, 'M', '2'), + (0x1D7DB, 'M', '3'), + (0x1D7DC, 'M', '4'), + (0x1D7DD, 'M', '5'), + (0x1D7DE, 'M', '6'), + (0x1D7DF, 'M', '7'), + (0x1D7E0, 'M', '8'), + (0x1D7E1, 'M', '9'), + (0x1D7E2, 'M', '0'), + (0x1D7E3, 'M', '1'), + (0x1D7E4, 'M', '2'), + (0x1D7E5, 'M', '3'), + (0x1D7E6, 'M', '4'), + (0x1D7E7, 'M', '5'), + (0x1D7E8, 'M', '6'), + (0x1D7E9, 'M', '7'), + (0x1D7EA, 'M', '8'), + (0x1D7EB, 'M', '9'), + (0x1D7EC, 'M', '0'), + (0x1D7ED, 'M', '1'), + (0x1D7EE, 'M', '2'), + (0x1D7EF, 'M', '3'), + (0x1D7F0, 'M', '4'), + (0x1D7F1, 'M', '5'), + (0x1D7F2, 'M', '6'), + (0x1D7F3, 'M', '7'), + (0x1D7F4, 'M', '8'), + (0x1D7F5, 'M', '9'), + (0x1D7F6, 'M', '0'), + (0x1D7F7, 'M', '1'), + (0x1D7F8, 'M', '2'), + (0x1D7F9, 'M', '3'), + (0x1D7FA, 'M', '4'), + (0x1D7FB, 'M', '5'), + (0x1D7FC, 'M', '6'), + (0x1D7FD, 'M', '7'), + (0x1D7FE, 'M', '8'), + (0x1D7FF, 'M', '9'), + (0x1D800, 'V'), + (0x1DA8C, 'X'), + (0x1DA9B, 'V'), + (0x1DAA0, 'X'), + (0x1DAA1, 'V'), + (0x1DAB0, 'X'), + (0x1DF00, 'V'), + (0x1DF1F, 'X'), + (0x1DF25, 'V'), + (0x1DF2B, 'X'), + (0x1E000, 'V'), + (0x1E007, 'X'), + (0x1E008, 'V'), + (0x1E019, 'X'), + (0x1E01B, 'V'), + (0x1E022, 'X'), + (0x1E023, 'V'), + (0x1E025, 'X'), + (0x1E026, 'V'), + (0x1E02B, 'X'), + (0x1E030, 'M', 'а'), + (0x1E031, 'M', 'б'), + (0x1E032, 'M', 'в'), + (0x1E033, 'M', 'г'), + (0x1E034, 'M', 'д'), + (0x1E035, 'M', 'е'), + (0x1E036, 'M', 'ж'), + ] + +def _seg_71() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E037, 'M', 'з'), + (0x1E038, 'M', 'и'), + (0x1E039, 'M', 'к'), + (0x1E03A, 'M', 'л'), + (0x1E03B, 'M', 'м'), + (0x1E03C, 'M', 'о'), + (0x1E03D, 'M', 'п'), + (0x1E03E, 'M', 'р'), + (0x1E03F, 'M', 'с'), + (0x1E040, 'M', 'т'), + (0x1E041, 'M', 'у'), + (0x1E042, 'M', 'ф'), + (0x1E043, 'M', 'х'), + (0x1E044, 'M', 'ц'), + (0x1E045, 'M', 'ч'), + (0x1E046, 'M', 'ш'), + (0x1E047, 'M', 'ы'), + (0x1E048, 'M', 'э'), + (0x1E049, 'M', 'ю'), + (0x1E04A, 'M', 'ꚉ'), + (0x1E04B, 'M', 'ә'), + (0x1E04C, 'M', 'і'), + (0x1E04D, 'M', 'ј'), + (0x1E04E, 'M', 'ө'), + (0x1E04F, 'M', 'ү'), + (0x1E050, 'M', 'ӏ'), + (0x1E051, 'M', 'а'), + (0x1E052, 'M', 'б'), + (0x1E053, 'M', 'в'), + (0x1E054, 'M', 'г'), + (0x1E055, 'M', 'д'), + (0x1E056, 'M', 'е'), + (0x1E057, 'M', 'ж'), + (0x1E058, 'M', 'з'), + (0x1E059, 'M', 'и'), + (0x1E05A, 'M', 'к'), + (0x1E05B, 'M', 'л'), + (0x1E05C, 'M', 'о'), + (0x1E05D, 'M', 'п'), + (0x1E05E, 'M', 'с'), + (0x1E05F, 'M', 'у'), + (0x1E060, 'M', 'ф'), + (0x1E061, 'M', 'х'), + (0x1E062, 'M', 'ц'), + (0x1E063, 'M', 'ч'), + (0x1E064, 'M', 'ш'), + (0x1E065, 'M', 'ъ'), + (0x1E066, 'M', 'ы'), + (0x1E067, 'M', 'ґ'), + (0x1E068, 'M', 'і'), + (0x1E069, 'M', 'ѕ'), + (0x1E06A, 'M', 'џ'), + (0x1E06B, 'M', 'ҫ'), + (0x1E06C, 'M', 'ꙑ'), + (0x1E06D, 'M', 'ұ'), + (0x1E06E, 'X'), + (0x1E08F, 'V'), + (0x1E090, 'X'), + (0x1E100, 'V'), + (0x1E12D, 'X'), + (0x1E130, 'V'), + (0x1E13E, 'X'), + (0x1E140, 'V'), + (0x1E14A, 'X'), + (0x1E14E, 'V'), + (0x1E150, 'X'), + (0x1E290, 'V'), + (0x1E2AF, 'X'), + (0x1E2C0, 'V'), + (0x1E2FA, 'X'), + (0x1E2FF, 'V'), + (0x1E300, 'X'), + (0x1E4D0, 'V'), + (0x1E4FA, 'X'), + (0x1E7E0, 'V'), + (0x1E7E7, 'X'), + (0x1E7E8, 'V'), + (0x1E7EC, 'X'), + (0x1E7ED, 'V'), + (0x1E7EF, 'X'), + (0x1E7F0, 'V'), + (0x1E7FF, 'X'), + (0x1E800, 'V'), + (0x1E8C5, 'X'), + (0x1E8C7, 'V'), + (0x1E8D7, 'X'), + (0x1E900, 'M', '𞤢'), + (0x1E901, 'M', '𞤣'), + (0x1E902, 'M', '𞤤'), + (0x1E903, 'M', '𞤥'), + (0x1E904, 'M', '𞤦'), + (0x1E905, 'M', '𞤧'), + (0x1E906, 'M', '𞤨'), + (0x1E907, 'M', '𞤩'), + (0x1E908, 'M', '𞤪'), + (0x1E909, 'M', '𞤫'), + (0x1E90A, 'M', '𞤬'), + (0x1E90B, 'M', '𞤭'), + (0x1E90C, 'M', '𞤮'), + (0x1E90D, 'M', '𞤯'), + ] + +def _seg_72() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E90E, 'M', '𞤰'), + (0x1E90F, 'M', '𞤱'), + (0x1E910, 'M', '𞤲'), + (0x1E911, 'M', '𞤳'), + (0x1E912, 'M', '𞤴'), + (0x1E913, 'M', '𞤵'), + (0x1E914, 'M', '𞤶'), + (0x1E915, 'M', '𞤷'), + (0x1E916, 'M', '𞤸'), + (0x1E917, 'M', '𞤹'), + (0x1E918, 'M', '𞤺'), + (0x1E919, 'M', '𞤻'), + (0x1E91A, 'M', '𞤼'), + (0x1E91B, 'M', '𞤽'), + (0x1E91C, 'M', '𞤾'), + (0x1E91D, 'M', '𞤿'), + (0x1E91E, 'M', '𞥀'), + (0x1E91F, 'M', '𞥁'), + (0x1E920, 'M', '𞥂'), + (0x1E921, 'M', '𞥃'), + (0x1E922, 'V'), + (0x1E94C, 'X'), + (0x1E950, 'V'), + (0x1E95A, 'X'), + (0x1E95E, 'V'), + (0x1E960, 'X'), + (0x1EC71, 'V'), + (0x1ECB5, 'X'), + (0x1ED01, 'V'), + (0x1ED3E, 'X'), + (0x1EE00, 'M', 'ا'), + (0x1EE01, 'M', 'ب'), + (0x1EE02, 'M', 'ج'), + (0x1EE03, 'M', 'د'), + (0x1EE04, 'X'), + (0x1EE05, 'M', 'و'), + (0x1EE06, 'M', 'ز'), + (0x1EE07, 'M', 'ح'), + (0x1EE08, 'M', 'ط'), + (0x1EE09, 'M', 'ي'), + (0x1EE0A, 'M', 'ك'), + (0x1EE0B, 'M', 'ل'), + (0x1EE0C, 'M', 'م'), + (0x1EE0D, 'M', 'ن'), + (0x1EE0E, 'M', 'س'), + (0x1EE0F, 'M', 'ع'), + (0x1EE10, 'M', 'ف'), + (0x1EE11, 'M', 'ص'), + (0x1EE12, 'M', 'ق'), + (0x1EE13, 'M', 'ر'), + (0x1EE14, 'M', 'ش'), + (0x1EE15, 'M', 'ت'), + (0x1EE16, 'M', 'ث'), + (0x1EE17, 'M', 'خ'), + (0x1EE18, 'M', 'ذ'), + (0x1EE19, 'M', 'ض'), + (0x1EE1A, 'M', 'ظ'), + (0x1EE1B, 'M', 'غ'), + (0x1EE1C, 'M', 'ٮ'), + (0x1EE1D, 'M', 'ں'), + (0x1EE1E, 'M', 'ڡ'), + (0x1EE1F, 'M', 'ٯ'), + (0x1EE20, 'X'), + (0x1EE21, 'M', 'ب'), + (0x1EE22, 'M', 'ج'), + (0x1EE23, 'X'), + (0x1EE24, 'M', 'ه'), + (0x1EE25, 'X'), + (0x1EE27, 'M', 'ح'), + (0x1EE28, 'X'), + (0x1EE29, 'M', 'ي'), + (0x1EE2A, 'M', 'ك'), + (0x1EE2B, 'M', 'ل'), + (0x1EE2C, 'M', 'م'), + (0x1EE2D, 'M', 'ن'), + (0x1EE2E, 'M', 'س'), + (0x1EE2F, 'M', 'ع'), + (0x1EE30, 'M', 'ف'), + (0x1EE31, 'M', 'ص'), + (0x1EE32, 'M', 'ق'), + (0x1EE33, 'X'), + (0x1EE34, 'M', 'ش'), + (0x1EE35, 'M', 'ت'), + (0x1EE36, 'M', 'ث'), + (0x1EE37, 'M', 'خ'), + (0x1EE38, 'X'), + (0x1EE39, 'M', 'ض'), + (0x1EE3A, 'X'), + (0x1EE3B, 'M', 'غ'), + (0x1EE3C, 'X'), + (0x1EE42, 'M', 'ج'), + (0x1EE43, 'X'), + (0x1EE47, 'M', 'ح'), + (0x1EE48, 'X'), + (0x1EE49, 'M', 'ي'), + (0x1EE4A, 'X'), + (0x1EE4B, 'M', 'ل'), + (0x1EE4C, 'X'), + (0x1EE4D, 'M', 'ن'), + (0x1EE4E, 'M', 'س'), + ] + +def _seg_73() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EE4F, 'M', 'ع'), + (0x1EE50, 'X'), + (0x1EE51, 'M', 'ص'), + (0x1EE52, 'M', 'ق'), + (0x1EE53, 'X'), + (0x1EE54, 'M', 'ش'), + (0x1EE55, 'X'), + (0x1EE57, 'M', 'خ'), + (0x1EE58, 'X'), + (0x1EE59, 'M', 'ض'), + (0x1EE5A, 'X'), + (0x1EE5B, 'M', 'غ'), + (0x1EE5C, 'X'), + (0x1EE5D, 'M', 'ں'), + (0x1EE5E, 'X'), + (0x1EE5F, 'M', 'ٯ'), + (0x1EE60, 'X'), + (0x1EE61, 'M', 'ب'), + (0x1EE62, 'M', 'ج'), + (0x1EE63, 'X'), + (0x1EE64, 'M', 'ه'), + (0x1EE65, 'X'), + (0x1EE67, 'M', 'ح'), + (0x1EE68, 'M', 'ط'), + (0x1EE69, 'M', 'ي'), + (0x1EE6A, 'M', 'ك'), + (0x1EE6B, 'X'), + (0x1EE6C, 'M', 'م'), + (0x1EE6D, 'M', 'ن'), + (0x1EE6E, 'M', 'س'), + (0x1EE6F, 'M', 'ع'), + (0x1EE70, 'M', 'ف'), + (0x1EE71, 'M', 'ص'), + (0x1EE72, 'M', 'ق'), + (0x1EE73, 'X'), + (0x1EE74, 'M', 'ش'), + (0x1EE75, 'M', 'ت'), + (0x1EE76, 'M', 'ث'), + (0x1EE77, 'M', 'خ'), + (0x1EE78, 'X'), + (0x1EE79, 'M', 'ض'), + (0x1EE7A, 'M', 'ظ'), + (0x1EE7B, 'M', 'غ'), + (0x1EE7C, 'M', 'ٮ'), + (0x1EE7D, 'X'), + (0x1EE7E, 'M', 'ڡ'), + (0x1EE7F, 'X'), + (0x1EE80, 'M', 'ا'), + (0x1EE81, 'M', 'ب'), + (0x1EE82, 'M', 'ج'), + (0x1EE83, 'M', 'د'), + (0x1EE84, 'M', 'ه'), + (0x1EE85, 'M', 'و'), + (0x1EE86, 'M', 'ز'), + (0x1EE87, 'M', 'ح'), + (0x1EE88, 'M', 'ط'), + (0x1EE89, 'M', 'ي'), + (0x1EE8A, 'X'), + (0x1EE8B, 'M', 'ل'), + (0x1EE8C, 'M', 'م'), + (0x1EE8D, 'M', 'ن'), + (0x1EE8E, 'M', 'س'), + (0x1EE8F, 'M', 'ع'), + (0x1EE90, 'M', 'ف'), + (0x1EE91, 'M', 'ص'), + (0x1EE92, 'M', 'ق'), + (0x1EE93, 'M', 'ر'), + (0x1EE94, 'M', 'ش'), + (0x1EE95, 'M', 'ت'), + (0x1EE96, 'M', 'ث'), + (0x1EE97, 'M', 'خ'), + (0x1EE98, 'M', 'ذ'), + (0x1EE99, 'M', 'ض'), + (0x1EE9A, 'M', 'ظ'), + (0x1EE9B, 'M', 'غ'), + (0x1EE9C, 'X'), + (0x1EEA1, 'M', 'ب'), + (0x1EEA2, 'M', 'ج'), + (0x1EEA3, 'M', 'د'), + (0x1EEA4, 'X'), + (0x1EEA5, 'M', 'و'), + (0x1EEA6, 'M', 'ز'), + (0x1EEA7, 'M', 'ح'), + (0x1EEA8, 'M', 'ط'), + (0x1EEA9, 'M', 'ي'), + (0x1EEAA, 'X'), + (0x1EEAB, 'M', 'ل'), + (0x1EEAC, 'M', 'م'), + (0x1EEAD, 'M', 'ن'), + (0x1EEAE, 'M', 'س'), + (0x1EEAF, 'M', 'ع'), + (0x1EEB0, 'M', 'ف'), + (0x1EEB1, 'M', 'ص'), + (0x1EEB2, 'M', 'ق'), + (0x1EEB3, 'M', 'ر'), + (0x1EEB4, 'M', 'ش'), + (0x1EEB5, 'M', 'ت'), + (0x1EEB6, 'M', 'ث'), + (0x1EEB7, 'M', 'خ'), + (0x1EEB8, 'M', 'ذ'), + ] + +def _seg_74() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EEB9, 'M', 'ض'), + (0x1EEBA, 'M', 'ظ'), + (0x1EEBB, 'M', 'غ'), + (0x1EEBC, 'X'), + (0x1EEF0, 'V'), + (0x1EEF2, 'X'), + (0x1F000, 'V'), + (0x1F02C, 'X'), + (0x1F030, 'V'), + (0x1F094, 'X'), + (0x1F0A0, 'V'), + (0x1F0AF, 'X'), + (0x1F0B1, 'V'), + (0x1F0C0, 'X'), + (0x1F0C1, 'V'), + (0x1F0D0, 'X'), + (0x1F0D1, 'V'), + (0x1F0F6, 'X'), + (0x1F101, '3', '0,'), + (0x1F102, '3', '1,'), + (0x1F103, '3', '2,'), + (0x1F104, '3', '3,'), + (0x1F105, '3', '4,'), + (0x1F106, '3', '5,'), + (0x1F107, '3', '6,'), + (0x1F108, '3', '7,'), + (0x1F109, '3', '8,'), + (0x1F10A, '3', '9,'), + (0x1F10B, 'V'), + (0x1F110, '3', '(a)'), + (0x1F111, '3', '(b)'), + (0x1F112, '3', '(c)'), + (0x1F113, '3', '(d)'), + (0x1F114, '3', '(e)'), + (0x1F115, '3', '(f)'), + (0x1F116, '3', '(g)'), + (0x1F117, '3', '(h)'), + (0x1F118, '3', '(i)'), + (0x1F119, '3', '(j)'), + (0x1F11A, '3', '(k)'), + (0x1F11B, '3', '(l)'), + (0x1F11C, '3', '(m)'), + (0x1F11D, '3', '(n)'), + (0x1F11E, '3', '(o)'), + (0x1F11F, '3', '(p)'), + (0x1F120, '3', '(q)'), + (0x1F121, '3', '(r)'), + (0x1F122, '3', '(s)'), + (0x1F123, '3', '(t)'), + (0x1F124, '3', '(u)'), + (0x1F125, '3', '(v)'), + (0x1F126, '3', '(w)'), + (0x1F127, '3', '(x)'), + (0x1F128, '3', '(y)'), + (0x1F129, '3', '(z)'), + (0x1F12A, 'M', '〔s〕'), + (0x1F12B, 'M', 'c'), + (0x1F12C, 'M', 'r'), + (0x1F12D, 'M', 'cd'), + (0x1F12E, 'M', 'wz'), + (0x1F12F, 'V'), + (0x1F130, 'M', 'a'), + (0x1F131, 'M', 'b'), + (0x1F132, 'M', 'c'), + (0x1F133, 'M', 'd'), + (0x1F134, 'M', 'e'), + (0x1F135, 'M', 'f'), + (0x1F136, 'M', 'g'), + (0x1F137, 'M', 'h'), + (0x1F138, 'M', 'i'), + (0x1F139, 'M', 'j'), + (0x1F13A, 'M', 'k'), + (0x1F13B, 'M', 'l'), + (0x1F13C, 'M', 'm'), + (0x1F13D, 'M', 'n'), + (0x1F13E, 'M', 'o'), + (0x1F13F, 'M', 'p'), + (0x1F140, 'M', 'q'), + (0x1F141, 'M', 'r'), + (0x1F142, 'M', 's'), + (0x1F143, 'M', 't'), + (0x1F144, 'M', 'u'), + (0x1F145, 'M', 'v'), + (0x1F146, 'M', 'w'), + (0x1F147, 'M', 'x'), + (0x1F148, 'M', 'y'), + (0x1F149, 'M', 'z'), + (0x1F14A, 'M', 'hv'), + (0x1F14B, 'M', 'mv'), + (0x1F14C, 'M', 'sd'), + (0x1F14D, 'M', 'ss'), + (0x1F14E, 'M', 'ppv'), + (0x1F14F, 'M', 'wc'), + (0x1F150, 'V'), + (0x1F16A, 'M', 'mc'), + (0x1F16B, 'M', 'md'), + (0x1F16C, 'M', 'mr'), + (0x1F16D, 'V'), + (0x1F190, 'M', 'dj'), + (0x1F191, 'V'), + ] + +def _seg_75() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F1AE, 'X'), + (0x1F1E6, 'V'), + (0x1F200, 'M', 'ほか'), + (0x1F201, 'M', 'ココ'), + (0x1F202, 'M', 'サ'), + (0x1F203, 'X'), + (0x1F210, 'M', '手'), + (0x1F211, 'M', '字'), + (0x1F212, 'M', '双'), + (0x1F213, 'M', 'デ'), + (0x1F214, 'M', '二'), + (0x1F215, 'M', '多'), + (0x1F216, 'M', '解'), + (0x1F217, 'M', '天'), + (0x1F218, 'M', '交'), + (0x1F219, 'M', '映'), + (0x1F21A, 'M', '無'), + (0x1F21B, 'M', '料'), + (0x1F21C, 'M', '前'), + (0x1F21D, 'M', '後'), + (0x1F21E, 'M', '再'), + (0x1F21F, 'M', '新'), + (0x1F220, 'M', '初'), + (0x1F221, 'M', '終'), + (0x1F222, 'M', '生'), + (0x1F223, 'M', '販'), + (0x1F224, 'M', '声'), + (0x1F225, 'M', '吹'), + (0x1F226, 'M', '演'), + (0x1F227, 'M', '投'), + (0x1F228, 'M', '捕'), + (0x1F229, 'M', '一'), + (0x1F22A, 'M', '三'), + (0x1F22B, 'M', '遊'), + (0x1F22C, 'M', '左'), + (0x1F22D, 'M', '中'), + (0x1F22E, 'M', '右'), + (0x1F22F, 'M', '指'), + (0x1F230, 'M', '走'), + (0x1F231, 'M', '打'), + (0x1F232, 'M', '禁'), + (0x1F233, 'M', '空'), + (0x1F234, 'M', '合'), + (0x1F235, 'M', '満'), + (0x1F236, 'M', '有'), + (0x1F237, 'M', '月'), + (0x1F238, 'M', '申'), + (0x1F239, 'M', '割'), + (0x1F23A, 'M', '営'), + (0x1F23B, 'M', '配'), + (0x1F23C, 'X'), + (0x1F240, 'M', '〔本〕'), + (0x1F241, 'M', '〔三〕'), + (0x1F242, 'M', '〔二〕'), + (0x1F243, 'M', '〔安〕'), + (0x1F244, 'M', '〔点〕'), + (0x1F245, 'M', '〔打〕'), + (0x1F246, 'M', '〔盗〕'), + (0x1F247, 'M', '〔勝〕'), + (0x1F248, 'M', '〔敗〕'), + (0x1F249, 'X'), + (0x1F250, 'M', '得'), + (0x1F251, 'M', '可'), + (0x1F252, 'X'), + (0x1F260, 'V'), + (0x1F266, 'X'), + (0x1F300, 'V'), + (0x1F6D8, 'X'), + (0x1F6DC, 'V'), + (0x1F6ED, 'X'), + (0x1F6F0, 'V'), + (0x1F6FD, 'X'), + (0x1F700, 'V'), + (0x1F777, 'X'), + (0x1F77B, 'V'), + (0x1F7DA, 'X'), + (0x1F7E0, 'V'), + (0x1F7EC, 'X'), + (0x1F7F0, 'V'), + (0x1F7F1, 'X'), + (0x1F800, 'V'), + (0x1F80C, 'X'), + (0x1F810, 'V'), + (0x1F848, 'X'), + (0x1F850, 'V'), + (0x1F85A, 'X'), + (0x1F860, 'V'), + (0x1F888, 'X'), + (0x1F890, 'V'), + (0x1F8AE, 'X'), + (0x1F8B0, 'V'), + (0x1F8B2, 'X'), + (0x1F900, 'V'), + (0x1FA54, 'X'), + (0x1FA60, 'V'), + (0x1FA6E, 'X'), + (0x1FA70, 'V'), + (0x1FA7D, 'X'), + (0x1FA80, 'V'), + (0x1FA89, 'X'), + ] + +def _seg_76() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FA90, 'V'), + (0x1FABE, 'X'), + (0x1FABF, 'V'), + (0x1FAC6, 'X'), + (0x1FACE, 'V'), + (0x1FADC, 'X'), + (0x1FAE0, 'V'), + (0x1FAE9, 'X'), + (0x1FAF0, 'V'), + (0x1FAF9, 'X'), + (0x1FB00, 'V'), + (0x1FB93, 'X'), + (0x1FB94, 'V'), + (0x1FBCB, 'X'), + (0x1FBF0, 'M', '0'), + (0x1FBF1, 'M', '1'), + (0x1FBF2, 'M', '2'), + (0x1FBF3, 'M', '3'), + (0x1FBF4, 'M', '4'), + (0x1FBF5, 'M', '5'), + (0x1FBF6, 'M', '6'), + (0x1FBF7, 'M', '7'), + (0x1FBF8, 'M', '8'), + (0x1FBF9, 'M', '9'), + (0x1FBFA, 'X'), + (0x20000, 'V'), + (0x2A6E0, 'X'), + (0x2A700, 'V'), + (0x2B73A, 'X'), + (0x2B740, 'V'), + (0x2B81E, 'X'), + (0x2B820, 'V'), + (0x2CEA2, 'X'), + (0x2CEB0, 'V'), + (0x2EBE1, 'X'), + (0x2EBF0, 'V'), + (0x2EE5E, 'X'), + (0x2F800, 'M', '丽'), + (0x2F801, 'M', '丸'), + (0x2F802, 'M', '乁'), + (0x2F803, 'M', '𠄢'), + (0x2F804, 'M', '你'), + (0x2F805, 'M', '侮'), + (0x2F806, 'M', '侻'), + (0x2F807, 'M', '倂'), + (0x2F808, 'M', '偺'), + (0x2F809, 'M', '備'), + (0x2F80A, 'M', '僧'), + (0x2F80B, 'M', '像'), + (0x2F80C, 'M', '㒞'), + (0x2F80D, 'M', '𠘺'), + (0x2F80E, 'M', '免'), + (0x2F80F, 'M', '兔'), + (0x2F810, 'M', '兤'), + (0x2F811, 'M', '具'), + (0x2F812, 'M', '𠔜'), + (0x2F813, 'M', '㒹'), + (0x2F814, 'M', '內'), + (0x2F815, 'M', '再'), + (0x2F816, 'M', '𠕋'), + (0x2F817, 'M', '冗'), + (0x2F818, 'M', '冤'), + (0x2F819, 'M', '仌'), + (0x2F81A, 'M', '冬'), + (0x2F81B, 'M', '况'), + (0x2F81C, 'M', '𩇟'), + (0x2F81D, 'M', '凵'), + (0x2F81E, 'M', '刃'), + (0x2F81F, 'M', '㓟'), + (0x2F820, 'M', '刻'), + (0x2F821, 'M', '剆'), + (0x2F822, 'M', '割'), + (0x2F823, 'M', '剷'), + (0x2F824, 'M', '㔕'), + (0x2F825, 'M', '勇'), + (0x2F826, 'M', '勉'), + (0x2F827, 'M', '勤'), + (0x2F828, 'M', '勺'), + (0x2F829, 'M', '包'), + (0x2F82A, 'M', '匆'), + (0x2F82B, 'M', '北'), + (0x2F82C, 'M', '卉'), + (0x2F82D, 'M', '卑'), + (0x2F82E, 'M', '博'), + (0x2F82F, 'M', '即'), + (0x2F830, 'M', '卽'), + (0x2F831, 'M', '卿'), + (0x2F834, 'M', '𠨬'), + (0x2F835, 'M', '灰'), + (0x2F836, 'M', '及'), + (0x2F837, 'M', '叟'), + (0x2F838, 'M', '𠭣'), + (0x2F839, 'M', '叫'), + (0x2F83A, 'M', '叱'), + (0x2F83B, 'M', '吆'), + (0x2F83C, 'M', '咞'), + (0x2F83D, 'M', '吸'), + (0x2F83E, 'M', '呈'), + (0x2F83F, 'M', '周'), + (0x2F840, 'M', '咢'), + ] + +def _seg_77() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F841, 'M', '哶'), + (0x2F842, 'M', '唐'), + (0x2F843, 'M', '啓'), + (0x2F844, 'M', '啣'), + (0x2F845, 'M', '善'), + (0x2F847, 'M', '喙'), + (0x2F848, 'M', '喫'), + (0x2F849, 'M', '喳'), + (0x2F84A, 'M', '嗂'), + (0x2F84B, 'M', '圖'), + (0x2F84C, 'M', '嘆'), + (0x2F84D, 'M', '圗'), + (0x2F84E, 'M', '噑'), + (0x2F84F, 'M', '噴'), + (0x2F850, 'M', '切'), + (0x2F851, 'M', '壮'), + (0x2F852, 'M', '城'), + (0x2F853, 'M', '埴'), + (0x2F854, 'M', '堍'), + (0x2F855, 'M', '型'), + (0x2F856, 'M', '堲'), + (0x2F857, 'M', '報'), + (0x2F858, 'M', '墬'), + (0x2F859, 'M', '𡓤'), + (0x2F85A, 'M', '売'), + (0x2F85B, 'M', '壷'), + (0x2F85C, 'M', '夆'), + (0x2F85D, 'M', '多'), + (0x2F85E, 'M', '夢'), + (0x2F85F, 'M', '奢'), + (0x2F860, 'M', '𡚨'), + (0x2F861, 'M', '𡛪'), + (0x2F862, 'M', '姬'), + (0x2F863, 'M', '娛'), + (0x2F864, 'M', '娧'), + (0x2F865, 'M', '姘'), + (0x2F866, 'M', '婦'), + (0x2F867, 'M', '㛮'), + (0x2F868, 'X'), + (0x2F869, 'M', '嬈'), + (0x2F86A, 'M', '嬾'), + (0x2F86C, 'M', '𡧈'), + (0x2F86D, 'M', '寃'), + (0x2F86E, 'M', '寘'), + (0x2F86F, 'M', '寧'), + (0x2F870, 'M', '寳'), + (0x2F871, 'M', '𡬘'), + (0x2F872, 'M', '寿'), + (0x2F873, 'M', '将'), + (0x2F874, 'X'), + (0x2F875, 'M', '尢'), + (0x2F876, 'M', '㞁'), + (0x2F877, 'M', '屠'), + (0x2F878, 'M', '屮'), + (0x2F879, 'M', '峀'), + (0x2F87A, 'M', '岍'), + (0x2F87B, 'M', '𡷤'), + (0x2F87C, 'M', '嵃'), + (0x2F87D, 'M', '𡷦'), + (0x2F87E, 'M', '嵮'), + (0x2F87F, 'M', '嵫'), + (0x2F880, 'M', '嵼'), + (0x2F881, 'M', '巡'), + (0x2F882, 'M', '巢'), + (0x2F883, 'M', '㠯'), + (0x2F884, 'M', '巽'), + (0x2F885, 'M', '帨'), + (0x2F886, 'M', '帽'), + (0x2F887, 'M', '幩'), + (0x2F888, 'M', '㡢'), + (0x2F889, 'M', '𢆃'), + (0x2F88A, 'M', '㡼'), + (0x2F88B, 'M', '庰'), + (0x2F88C, 'M', '庳'), + (0x2F88D, 'M', '庶'), + (0x2F88E, 'M', '廊'), + (0x2F88F, 'M', '𪎒'), + (0x2F890, 'M', '廾'), + (0x2F891, 'M', '𢌱'), + (0x2F893, 'M', '舁'), + (0x2F894, 'M', '弢'), + (0x2F896, 'M', '㣇'), + (0x2F897, 'M', '𣊸'), + (0x2F898, 'M', '𦇚'), + (0x2F899, 'M', '形'), + (0x2F89A, 'M', '彫'), + (0x2F89B, 'M', '㣣'), + (0x2F89C, 'M', '徚'), + (0x2F89D, 'M', '忍'), + (0x2F89E, 'M', '志'), + (0x2F89F, 'M', '忹'), + (0x2F8A0, 'M', '悁'), + (0x2F8A1, 'M', '㤺'), + (0x2F8A2, 'M', '㤜'), + (0x2F8A3, 'M', '悔'), + (0x2F8A4, 'M', '𢛔'), + (0x2F8A5, 'M', '惇'), + (0x2F8A6, 'M', '慈'), + (0x2F8A7, 'M', '慌'), + (0x2F8A8, 'M', '慎'), + ] + +def _seg_78() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F8A9, 'M', '慌'), + (0x2F8AA, 'M', '慺'), + (0x2F8AB, 'M', '憎'), + (0x2F8AC, 'M', '憲'), + (0x2F8AD, 'M', '憤'), + (0x2F8AE, 'M', '憯'), + (0x2F8AF, 'M', '懞'), + (0x2F8B0, 'M', '懲'), + (0x2F8B1, 'M', '懶'), + (0x2F8B2, 'M', '成'), + (0x2F8B3, 'M', '戛'), + (0x2F8B4, 'M', '扝'), + (0x2F8B5, 'M', '抱'), + (0x2F8B6, 'M', '拔'), + (0x2F8B7, 'M', '捐'), + (0x2F8B8, 'M', '𢬌'), + (0x2F8B9, 'M', '挽'), + (0x2F8BA, 'M', '拼'), + (0x2F8BB, 'M', '捨'), + (0x2F8BC, 'M', '掃'), + (0x2F8BD, 'M', '揤'), + (0x2F8BE, 'M', '𢯱'), + (0x2F8BF, 'M', '搢'), + (0x2F8C0, 'M', '揅'), + (0x2F8C1, 'M', '掩'), + (0x2F8C2, 'M', '㨮'), + (0x2F8C3, 'M', '摩'), + (0x2F8C4, 'M', '摾'), + (0x2F8C5, 'M', '撝'), + (0x2F8C6, 'M', '摷'), + (0x2F8C7, 'M', '㩬'), + (0x2F8C8, 'M', '敏'), + (0x2F8C9, 'M', '敬'), + (0x2F8CA, 'M', '𣀊'), + (0x2F8CB, 'M', '旣'), + (0x2F8CC, 'M', '書'), + (0x2F8CD, 'M', '晉'), + (0x2F8CE, 'M', '㬙'), + (0x2F8CF, 'M', '暑'), + (0x2F8D0, 'M', '㬈'), + (0x2F8D1, 'M', '㫤'), + (0x2F8D2, 'M', '冒'), + (0x2F8D3, 'M', '冕'), + (0x2F8D4, 'M', '最'), + (0x2F8D5, 'M', '暜'), + (0x2F8D6, 'M', '肭'), + (0x2F8D7, 'M', '䏙'), + (0x2F8D8, 'M', '朗'), + (0x2F8D9, 'M', '望'), + (0x2F8DA, 'M', '朡'), + (0x2F8DB, 'M', '杞'), + (0x2F8DC, 'M', '杓'), + (0x2F8DD, 'M', '𣏃'), + (0x2F8DE, 'M', '㭉'), + (0x2F8DF, 'M', '柺'), + (0x2F8E0, 'M', '枅'), + (0x2F8E1, 'M', '桒'), + (0x2F8E2, 'M', '梅'), + (0x2F8E3, 'M', '𣑭'), + (0x2F8E4, 'M', '梎'), + (0x2F8E5, 'M', '栟'), + (0x2F8E6, 'M', '椔'), + (0x2F8E7, 'M', '㮝'), + (0x2F8E8, 'M', '楂'), + (0x2F8E9, 'M', '榣'), + (0x2F8EA, 'M', '槪'), + (0x2F8EB, 'M', '檨'), + (0x2F8EC, 'M', '𣚣'), + (0x2F8ED, 'M', '櫛'), + (0x2F8EE, 'M', '㰘'), + (0x2F8EF, 'M', '次'), + (0x2F8F0, 'M', '𣢧'), + (0x2F8F1, 'M', '歔'), + (0x2F8F2, 'M', '㱎'), + (0x2F8F3, 'M', '歲'), + (0x2F8F4, 'M', '殟'), + (0x2F8F5, 'M', '殺'), + (0x2F8F6, 'M', '殻'), + (0x2F8F7, 'M', '𣪍'), + (0x2F8F8, 'M', '𡴋'), + (0x2F8F9, 'M', '𣫺'), + (0x2F8FA, 'M', '汎'), + (0x2F8FB, 'M', '𣲼'), + (0x2F8FC, 'M', '沿'), + (0x2F8FD, 'M', '泍'), + (0x2F8FE, 'M', '汧'), + (0x2F8FF, 'M', '洖'), + (0x2F900, 'M', '派'), + (0x2F901, 'M', '海'), + (0x2F902, 'M', '流'), + (0x2F903, 'M', '浩'), + (0x2F904, 'M', '浸'), + (0x2F905, 'M', '涅'), + (0x2F906, 'M', '𣴞'), + (0x2F907, 'M', '洴'), + (0x2F908, 'M', '港'), + (0x2F909, 'M', '湮'), + (0x2F90A, 'M', '㴳'), + (0x2F90B, 'M', '滋'), + (0x2F90C, 'M', '滇'), + ] + +def _seg_79() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F90D, 'M', '𣻑'), + (0x2F90E, 'M', '淹'), + (0x2F90F, 'M', '潮'), + (0x2F910, 'M', '𣽞'), + (0x2F911, 'M', '𣾎'), + (0x2F912, 'M', '濆'), + (0x2F913, 'M', '瀹'), + (0x2F914, 'M', '瀞'), + (0x2F915, 'M', '瀛'), + (0x2F916, 'M', '㶖'), + (0x2F917, 'M', '灊'), + (0x2F918, 'M', '災'), + (0x2F919, 'M', '灷'), + (0x2F91A, 'M', '炭'), + (0x2F91B, 'M', '𠔥'), + (0x2F91C, 'M', '煅'), + (0x2F91D, 'M', '𤉣'), + (0x2F91E, 'M', '熜'), + (0x2F91F, 'X'), + (0x2F920, 'M', '爨'), + (0x2F921, 'M', '爵'), + (0x2F922, 'M', '牐'), + (0x2F923, 'M', '𤘈'), + (0x2F924, 'M', '犀'), + (0x2F925, 'M', '犕'), + (0x2F926, 'M', '𤜵'), + (0x2F927, 'M', '𤠔'), + (0x2F928, 'M', '獺'), + (0x2F929, 'M', '王'), + (0x2F92A, 'M', '㺬'), + (0x2F92B, 'M', '玥'), + (0x2F92C, 'M', '㺸'), + (0x2F92E, 'M', '瑇'), + (0x2F92F, 'M', '瑜'), + (0x2F930, 'M', '瑱'), + (0x2F931, 'M', '璅'), + (0x2F932, 'M', '瓊'), + (0x2F933, 'M', '㼛'), + (0x2F934, 'M', '甤'), + (0x2F935, 'M', '𤰶'), + (0x2F936, 'M', '甾'), + (0x2F937, 'M', '𤲒'), + (0x2F938, 'M', '異'), + (0x2F939, 'M', '𢆟'), + (0x2F93A, 'M', '瘐'), + (0x2F93B, 'M', '𤾡'), + (0x2F93C, 'M', '𤾸'), + (0x2F93D, 'M', '𥁄'), + (0x2F93E, 'M', '㿼'), + (0x2F93F, 'M', '䀈'), + (0x2F940, 'M', '直'), + (0x2F941, 'M', '𥃳'), + (0x2F942, 'M', '𥃲'), + (0x2F943, 'M', '𥄙'), + (0x2F944, 'M', '𥄳'), + (0x2F945, 'M', '眞'), + (0x2F946, 'M', '真'), + (0x2F948, 'M', '睊'), + (0x2F949, 'M', '䀹'), + (0x2F94A, 'M', '瞋'), + (0x2F94B, 'M', '䁆'), + (0x2F94C, 'M', '䂖'), + (0x2F94D, 'M', '𥐝'), + (0x2F94E, 'M', '硎'), + (0x2F94F, 'M', '碌'), + (0x2F950, 'M', '磌'), + (0x2F951, 'M', '䃣'), + (0x2F952, 'M', '𥘦'), + (0x2F953, 'M', '祖'), + (0x2F954, 'M', '𥚚'), + (0x2F955, 'M', '𥛅'), + (0x2F956, 'M', '福'), + (0x2F957, 'M', '秫'), + (0x2F958, 'M', '䄯'), + (0x2F959, 'M', '穀'), + (0x2F95A, 'M', '穊'), + (0x2F95B, 'M', '穏'), + (0x2F95C, 'M', '𥥼'), + (0x2F95D, 'M', '𥪧'), + (0x2F95F, 'X'), + (0x2F960, 'M', '䈂'), + (0x2F961, 'M', '𥮫'), + (0x2F962, 'M', '篆'), + (0x2F963, 'M', '築'), + (0x2F964, 'M', '䈧'), + (0x2F965, 'M', '𥲀'), + (0x2F966, 'M', '糒'), + (0x2F967, 'M', '䊠'), + (0x2F968, 'M', '糨'), + (0x2F969, 'M', '糣'), + (0x2F96A, 'M', '紀'), + (0x2F96B, 'M', '𥾆'), + (0x2F96C, 'M', '絣'), + (0x2F96D, 'M', '䌁'), + (0x2F96E, 'M', '緇'), + (0x2F96F, 'M', '縂'), + (0x2F970, 'M', '繅'), + (0x2F971, 'M', '䌴'), + (0x2F972, 'M', '𦈨'), + (0x2F973, 'M', '𦉇'), + ] + +def _seg_80() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F974, 'M', '䍙'), + (0x2F975, 'M', '𦋙'), + (0x2F976, 'M', '罺'), + (0x2F977, 'M', '𦌾'), + (0x2F978, 'M', '羕'), + (0x2F979, 'M', '翺'), + (0x2F97A, 'M', '者'), + (0x2F97B, 'M', '𦓚'), + (0x2F97C, 'M', '𦔣'), + (0x2F97D, 'M', '聠'), + (0x2F97E, 'M', '𦖨'), + (0x2F97F, 'M', '聰'), + (0x2F980, 'M', '𣍟'), + (0x2F981, 'M', '䏕'), + (0x2F982, 'M', '育'), + (0x2F983, 'M', '脃'), + (0x2F984, 'M', '䐋'), + (0x2F985, 'M', '脾'), + (0x2F986, 'M', '媵'), + (0x2F987, 'M', '𦞧'), + (0x2F988, 'M', '𦞵'), + (0x2F989, 'M', '𣎓'), + (0x2F98A, 'M', '𣎜'), + (0x2F98B, 'M', '舁'), + (0x2F98C, 'M', '舄'), + (0x2F98D, 'M', '辞'), + (0x2F98E, 'M', '䑫'), + (0x2F98F, 'M', '芑'), + (0x2F990, 'M', '芋'), + (0x2F991, 'M', '芝'), + (0x2F992, 'M', '劳'), + (0x2F993, 'M', '花'), + (0x2F994, 'M', '芳'), + (0x2F995, 'M', '芽'), + (0x2F996, 'M', '苦'), + (0x2F997, 'M', '𦬼'), + (0x2F998, 'M', '若'), + (0x2F999, 'M', '茝'), + (0x2F99A, 'M', '荣'), + (0x2F99B, 'M', '莭'), + (0x2F99C, 'M', '茣'), + (0x2F99D, 'M', '莽'), + (0x2F99E, 'M', '菧'), + (0x2F99F, 'M', '著'), + (0x2F9A0, 'M', '荓'), + (0x2F9A1, 'M', '菊'), + (0x2F9A2, 'M', '菌'), + (0x2F9A3, 'M', '菜'), + (0x2F9A4, 'M', '𦰶'), + (0x2F9A5, 'M', '𦵫'), + (0x2F9A6, 'M', '𦳕'), + (0x2F9A7, 'M', '䔫'), + (0x2F9A8, 'M', '蓱'), + (0x2F9A9, 'M', '蓳'), + (0x2F9AA, 'M', '蔖'), + (0x2F9AB, 'M', '𧏊'), + (0x2F9AC, 'M', '蕤'), + (0x2F9AD, 'M', '𦼬'), + (0x2F9AE, 'M', '䕝'), + (0x2F9AF, 'M', '䕡'), + (0x2F9B0, 'M', '𦾱'), + (0x2F9B1, 'M', '𧃒'), + (0x2F9B2, 'M', '䕫'), + (0x2F9B3, 'M', '虐'), + (0x2F9B4, 'M', '虜'), + (0x2F9B5, 'M', '虧'), + (0x2F9B6, 'M', '虩'), + (0x2F9B7, 'M', '蚩'), + (0x2F9B8, 'M', '蚈'), + (0x2F9B9, 'M', '蜎'), + (0x2F9BA, 'M', '蛢'), + (0x2F9BB, 'M', '蝹'), + (0x2F9BC, 'M', '蜨'), + (0x2F9BD, 'M', '蝫'), + (0x2F9BE, 'M', '螆'), + (0x2F9BF, 'X'), + (0x2F9C0, 'M', '蟡'), + (0x2F9C1, 'M', '蠁'), + (0x2F9C2, 'M', '䗹'), + (0x2F9C3, 'M', '衠'), + (0x2F9C4, 'M', '衣'), + (0x2F9C5, 'M', '𧙧'), + (0x2F9C6, 'M', '裗'), + (0x2F9C7, 'M', '裞'), + (0x2F9C8, 'M', '䘵'), + (0x2F9C9, 'M', '裺'), + (0x2F9CA, 'M', '㒻'), + (0x2F9CB, 'M', '𧢮'), + (0x2F9CC, 'M', '𧥦'), + (0x2F9CD, 'M', '䚾'), + (0x2F9CE, 'M', '䛇'), + (0x2F9CF, 'M', '誠'), + (0x2F9D0, 'M', '諭'), + (0x2F9D1, 'M', '變'), + (0x2F9D2, 'M', '豕'), + (0x2F9D3, 'M', '𧲨'), + (0x2F9D4, 'M', '貫'), + (0x2F9D5, 'M', '賁'), + (0x2F9D6, 'M', '贛'), + (0x2F9D7, 'M', '起'), + ] + +def _seg_81() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F9D8, 'M', '𧼯'), + (0x2F9D9, 'M', '𠠄'), + (0x2F9DA, 'M', '跋'), + (0x2F9DB, 'M', '趼'), + (0x2F9DC, 'M', '跰'), + (0x2F9DD, 'M', '𠣞'), + (0x2F9DE, 'M', '軔'), + (0x2F9DF, 'M', '輸'), + (0x2F9E0, 'M', '𨗒'), + (0x2F9E1, 'M', '𨗭'), + (0x2F9E2, 'M', '邔'), + (0x2F9E3, 'M', '郱'), + (0x2F9E4, 'M', '鄑'), + (0x2F9E5, 'M', '𨜮'), + (0x2F9E6, 'M', '鄛'), + (0x2F9E7, 'M', '鈸'), + (0x2F9E8, 'M', '鋗'), + (0x2F9E9, 'M', '鋘'), + (0x2F9EA, 'M', '鉼'), + (0x2F9EB, 'M', '鏹'), + (0x2F9EC, 'M', '鐕'), + (0x2F9ED, 'M', '𨯺'), + (0x2F9EE, 'M', '開'), + (0x2F9EF, 'M', '䦕'), + (0x2F9F0, 'M', '閷'), + (0x2F9F1, 'M', '𨵷'), + (0x2F9F2, 'M', '䧦'), + (0x2F9F3, 'M', '雃'), + (0x2F9F4, 'M', '嶲'), + (0x2F9F5, 'M', '霣'), + (0x2F9F6, 'M', '𩅅'), + (0x2F9F7, 'M', '𩈚'), + (0x2F9F8, 'M', '䩮'), + (0x2F9F9, 'M', '䩶'), + (0x2F9FA, 'M', '韠'), + (0x2F9FB, 'M', '𩐊'), + (0x2F9FC, 'M', '䪲'), + (0x2F9FD, 'M', '𩒖'), + (0x2F9FE, 'M', '頋'), + (0x2FA00, 'M', '頩'), + (0x2FA01, 'M', '𩖶'), + (0x2FA02, 'M', '飢'), + (0x2FA03, 'M', '䬳'), + (0x2FA04, 'M', '餩'), + (0x2FA05, 'M', '馧'), + (0x2FA06, 'M', '駂'), + (0x2FA07, 'M', '駾'), + (0x2FA08, 'M', '䯎'), + (0x2FA09, 'M', '𩬰'), + (0x2FA0A, 'M', '鬒'), + (0x2FA0B, 'M', '鱀'), + (0x2FA0C, 'M', '鳽'), + (0x2FA0D, 'M', '䳎'), + (0x2FA0E, 'M', '䳭'), + (0x2FA0F, 'M', '鵧'), + (0x2FA10, 'M', '𪃎'), + (0x2FA11, 'M', '䳸'), + (0x2FA12, 'M', '𪄅'), + (0x2FA13, 'M', '𪈎'), + (0x2FA14, 'M', '𪊑'), + (0x2FA15, 'M', '麻'), + (0x2FA16, 'M', '䵖'), + (0x2FA17, 'M', '黹'), + (0x2FA18, 'M', '黾'), + (0x2FA19, 'M', '鼅'), + (0x2FA1A, 'M', '鼏'), + (0x2FA1B, 'M', '鼖'), + (0x2FA1C, 'M', '鼻'), + (0x2FA1D, 'M', '𪘀'), + (0x2FA1E, 'X'), + (0x30000, 'V'), + (0x3134B, 'X'), + (0x31350, 'V'), + (0x323B0, 'X'), + (0xE0100, 'I'), + (0xE01F0, 'X'), + ] + +uts46data = tuple( + _seg_0() + + _seg_1() + + _seg_2() + + _seg_3() + + _seg_4() + + _seg_5() + + _seg_6() + + _seg_7() + + _seg_8() + + _seg_9() + + _seg_10() + + _seg_11() + + _seg_12() + + _seg_13() + + _seg_14() + + _seg_15() + + _seg_16() + + _seg_17() + + _seg_18() + + _seg_19() + + _seg_20() + + _seg_21() + + _seg_22() + + _seg_23() + + _seg_24() + + _seg_25() + + _seg_26() + + _seg_27() + + _seg_28() + + _seg_29() + + _seg_30() + + _seg_31() + + _seg_32() + + _seg_33() + + _seg_34() + + _seg_35() + + _seg_36() + + _seg_37() + + _seg_38() + + _seg_39() + + _seg_40() + + _seg_41() + + _seg_42() + + _seg_43() + + _seg_44() + + _seg_45() + + _seg_46() + + _seg_47() + + _seg_48() + + _seg_49() + + _seg_50() + + _seg_51() + + _seg_52() + + _seg_53() + + _seg_54() + + _seg_55() + + _seg_56() + + _seg_57() + + _seg_58() + + _seg_59() + + _seg_60() + + _seg_61() + + _seg_62() + + _seg_63() + + _seg_64() + + _seg_65() + + _seg_66() + + _seg_67() + + _seg_68() + + _seg_69() + + _seg_70() + + _seg_71() + + _seg_72() + + _seg_73() + + _seg_74() + + _seg_75() + + _seg_76() + + _seg_77() + + _seg_78() + + _seg_79() + + _seg_80() + + _seg_81() +) # type: Tuple[Union[Tuple[int, str], Tuple[int, str, str]], ...] diff --git a/.awi/lib/python3.9/site-packages/markdown_it/__init__.py b/.awi/lib/python3.9/site-packages/markdown_it/__init__.py new file mode 100644 index 0000000..6606868 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/__init__.py @@ -0,0 +1,5 @@ +"""A Python port of Markdown-It""" +__all__ = ("MarkdownIt",) +__version__ = "3.0.0" + +from .main import MarkdownIt diff --git a/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..46b9f79b38534262034e51013da625c597c9b609 GIT binary patch literal 322 zcmYk0u};G<5QgnEp{S^D&>?Gv*p)g}LI}h{2M`il7R#-j*3_|$?X*hYh*!$W#49jy zDIjsD`|m#K?)3BNbb=t3^+Wvz{bPXtkpSF6g&BxI6%x3@BB>HF5?GI#v`R4&=?f~d z)9fyP?&8jx+*u!UTj!75?}a^@auo~QPyTQfPuYUZ$@~+;*QX-u$BYTPVQd(<)-YT# zc91?OYXH)QE8~adcjU*=&hqt2ceat#d47=6(0gm5SL-&yQJ_xqZtHDpL|I#3y0bG% z_)$@<*7S!LWJ!aHvUGg2=UW+Q^J|%@NEuT`MaGEh`pfIaidM^;!9}(b5?u;3-4-A$;kXheG)rac*OkoKrQ1EYA`xQ$@FL!?xeSgxdT zw0ld6g3HyN!+s*G_x(TN$yj}O;FRZj?>w0&XE(`ghOZx!`-|Dg+ctT(&6n!X2xZND z6xT7v%hHybVXVF8X_zS?Sk`(?$Rg9tRqdO~)E!$jwmN9{F#eYcTSuulhqBm5%IZKOhrt*T=Nm13&G*`3~>;yV@v+LTf*M|}8dl8Ib?EL@| C)q~Xl literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/_punycode.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/_punycode.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e14a7deaa44d1bda00bd6627e19299263d60153 GIT binary patch literal 1796 zcmb_cOK&4Z5bo}ovB!>`m<4S%EDymV!2o`+;h~j6w2?_*FJ2U{&?@U-P26o~lJU&Y zGbXV$K4lSHkoW<6aE|#)edUxhx16YI$8kd7#*DhUs=KZ_`Di^V*F?@{-=?pltJ zKT){;nIJrd5&r>%6Ha}yGo9%U1)2G*Z|oS92s$yjaY}bA&6&VuL{?q_Nd5q*$M&Og;xeI@FMKxweBM5F7Xn`3s>@M{0_(kPMgGe{T#d^ z4Tmbb?)tvF=Zn$37p>!mo2|iWt@f}r*xITAzqR${XS<{PiyvFHa_ji3&0U8nV-R>M zBSkWhL5HH9%MW=ByAC7110*2_G=3=-+>4H7R5;%el(!=4NW0WWt$ zS&oLuei&3M?vYpZy}jyGUadT;#$F=Ik=r?Rdm^s(U3tjEqoD02)%MK0N;H&^Sn@86 zm;oVF%YcC8#vRX-80&unun4=?0ca9w!IHzI4U@#`ai}aJkAY1|VYc-EnAxpb74V56 z(x9hUH<(_nodP}lGBD6QLKQy;l9CA^e@e%Uv$2uTl$}s+9GbF{GH$NG-ZB{*z#A)M zOcFMM6QFH!YhwILx>T2*otoc}6SQKbMrtiX1|7R`K_4q}j@gz-6s_Dq0o_73R$;_< zfuv-2aZGy;}#$5d7v`Cg(7Uj(YOz4`6t^LBId`;G05XHU1A$~*|Y zz{yC=kiJe?kt-9ZJSpOVpQw!XC05yKCGx2|7>dLMsr>x@4?&JgKnTrKlNO8uwSl`w z<$JJp2Hg_w9o(*z8Af$H{w9zFeomolAt5i#F@=O7UJP(D8}fb7xPkGk)tY!7cW3FA z@8C(WLVkgl0h{gw`aMOwjmCv}9F)uFShvt``8dI-kGy1GS0kh#JQ5O8fW1{j8o}Kv`ja}h_t>6^(L!y|3r!pC0 zZY08^vYoIWdA^YM(O?D1CrI!y(}~vk(AY{ebj|m9y6v@o$OpbyUj_~RnA=d;1(v6I MqhyxMw~D3Q-^ufK=l}o! literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/main.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/main.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f676309d4accd24e9017a4dcab70e80422ee0f8e GIT binary patch literal 12860 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 F{s(<{vvvRg literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/parser_core.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/parser_core.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..350c63a3f3ae3c5d4b3da1f5f71a36ad43704589 GIT binary patch literal 1488 zcmZuxL2uhO6eej|mTlQ_l4e^vY!HU-;G(e(JryX50om4_f?@40>Hr#6v>KF(8GHq^*+AueN;A?j0lVe%b%8i^$7VBgPS9O z;5$O7`2(C^2`35Rlru?7mN1HbPxeYL@xb?ZU-nBs@mt@QgEB~ha+nOuQ8FsW$+!%Y zu$&~5a+*xrJp;K_&XO4=!V|L<<-wBelVqC@#dyj1NI=ZTVhA=ABd`+@f}M&9*ex+# zveh8j;WM$zw;z(ngzxa(H-ztAvg8&Io{;&ijU7dIqg-ajM2D3Y5aGnrsy>k7g^-bM zq%e_qCGy5rdJ#RA4a6t1%Fp6L$wG;!&a@HQM493duVA%MR_IdjBD0t`&I=@471He5imTNaum{k@V z;RagNGRuV1%dDp0jt}1-)SJL7C?>P5_4<&HEZZce78ca(ygG>nW~! zbz@HFJ?9xAm(EjJ38%vK---SLHvCh@r&TH9T4yhWQ1M}n z;GkaH(@MpQ>}3(l;w0|k`-=y$DXciCv-~Vu2@^vj&v^AxrGK`p}M=WaO7yt^e$vcf|anys+srn9!%&j(R_{u zIqS?mcy3VZDi_9}N{k1Fuo>O#+^FSh1GEckNB+~)jncHNI3R!@rs;W;$!g`e-~@Qy|0~1=54-vw;f*lZI^Pc& SJoL^mWYeBcZ#;j8<9`8vAbOYp literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/parser_inline.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/parser_inline.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f630edf881e5a7a8b344488324511ebeaa0823b3 GIT binary patch literal 3136 zcmaJ@OLN@D5guUi;y(D4C{fk}mL*&3Slon8#gfc&sfv+gRcsbZVh(|$g20{GC6-uV zIlxll7I+Dri+({4JV?jnC(Sh{-*fUQUk{cH6|0P`o#~$G=^6C*bq}IetIqJ;?|s|* z`x0aSCguFog7T0tBmc%=?9Ys|fN_JHi7_+-(;&H))P`1I4eh{&ZgD$thHl_$*-5nRBK|{-4(j2yemX>Fd+2LF;XE0&O6#nYT{BR*yfNqP1SnQi(v1hKZV2L+` zJGjs@c@zCb^eyzu=x5PiLO+N8GWvP+D}yVL79f43rA0_rF|vgI8u|<9ucN<+{s#JG z^nTCmH-nG)C2^BqUf28g4Zfmx|Ab$G#VuG?-fu&yyp!}1=03%0EBK6G#p-M8>_A8q{U>E;vVZA3{D?IhwSAVTI%IZi|##%U6#0=oSSx+Fi(;Y2(= z8`qm-+ihNImmk8@?wYGud6s4tWkjf+eVGgg;w>mMM@Wl(|g!=V1gVs)zL}^!qqbQcSn(ZNeL%7PrK^CWz z+rRE@ZR*ag+^uyf*5@Aw%0nXh76icp15`JO>L;K$w|=yO8n>Z4Cnk5f2OU(O>NC6! z-R2G6<7KI(=xGFw*$^3j!xBi~&2MNE>fWZoV^)fXkpZuy}2S z9odlWBd4sD&H0sy){flLuz(o1zhWi}of0~Cj!oL5 z8oyVKoANuL{$~HX)PoOLg{(C56K%z&tI0c~{nqtfZFlnO`CdHo^EmA%!Y`;C`8$Wc z9H%LUe3TZ*C?|fL`Ug=Gb6tk~VaCPRb$|L)q|N=8+j1;k`f<;XQt|rj-}7sWH$T$w|z+-#(Yq3mwd-4)7C z#DPeZ1M}~r*C6jrtdVzUp_%Q;-;ki`mdnp+rbEpwYKVJP^C=`XlOqDU7CwZU(-^ZX z!_mxeOwXtrmRUDEYZlV1VHsY_Gc8Dy<@fk<=H@+iP)eP#;{=Lk2OF@rs3qV<4TzY( zWJhU%0dLN@@T}B%4$e40-_Yor@&WLEw*R0sC5NSrHMYD72Hez`g8>6#0&0L}PQ@de zTUxWpYT(L$l*ZeccMMmrjVjWpf6&P_TJR+;sA0C+nKLa+{@K)RJC(%d?>ko17OwBH#93O5RMjT?X; zfFjA8NOHHdk1@A@r?dws18sA1e@kYRGt=~J$9yK3RqY?TV(rLDwy_tMK^E9P1DA0vGU;ALb*t)E~fo)YmbzU@e#3zgIWrQ}| zY`au<=@JM-RS!ed4kR_?W*F{|qokUVpV8*Or$!%`;&(1nblaD?#58Wc$hS<#rT`HH@jsKJUZcBeOnF8EVL z$5Pokz;Xt*%Em>Nb+qz`8~OU)b_<(+;!$$1*nue?Cg zA~pE(X7U0x7pYmMM&G@2VR-Ii5bx$=DyY*(RrMW&%*yg&N*sBa7Sd&`;DB#9}XV? literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/renderer.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/renderer.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ee51439f893b5c3fa077ed925d1560d9aec3a30f GIT binary patch literal 7747 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 b6#q7DLLJ2|kXdaY*0S|wby=`zEY|)TfZcOK literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/ruler.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/ruler.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e4ec0d615b832ac56a68a8e2d477dc9afddc9cf8 GIT binary patch literal 9130 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 aW|5WH3M-iCp<-9GW?x>i3wDt$=l=lsoYqDF literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/token.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/token.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d3308cae4ee72f3b62e27e5326fc2cf12c22df0 GIT binary patch literal 6041 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/tree.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/tree.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a622564f81faa0493e5e911c42d9111f6dd1cf60 GIT binary patch literal 11079 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/utils.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/__pycache__/utils.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..85862b30d89cc84ff339196f1cae5212fd83f248 GIT binary patch literal 6021 zcmbstO>@-9RV`^WpSH&~U_Lgx+FcCHu068^mH=VNvR*1sS-fn3LuSjRlGQz9VT~kO zJ%FdihZH1-RHbrA4yhDL!I8g`b56SE#5Gm9>?L`x^)X{J6KX1&QmbFTH~rr0e(&|` zXV1-56nL(5Zgu{BL{a{U!1$vB@TH=V=ugn03MHP>BW*&kuX<`vYwNPFd4-1EJKUZjh8qXDKu9+{q5{#EqxRQRW>39vkbAX?R?*b@R zkE`E?QX7j5XI6aiwQJ-DHt~kyzgj0x#BgM9+(hp6lAG)obpvPJvw;wa+w>AP_aCf^e*Q6DC_Fk6!I!J+Fcg4dN$vs!4uzdMGI!~qGq_q(Ff+>jgCQ6A-Y;R z{3DWPx-EPJe|(267_g_sxB^QXF(J2fHR+p9;CI|^pG(`7`H^Yqa)4qjPi~MhqCyB*g-)16-twbm;}5%k&69 zC3;js$LI<`WuQgeae4xvN(!B%rvR$5T1xvK{n2y%8EMb4xrg&GrqTC-{|EVKjhb?n z59vpeZhLslkbjy7CybPXJ2y-UUkJT6-&-@ExMIh&MdGc@v>k^< zktqVObk5AoxLt9`@>3H}Endgi(op$_V2rWBndo!hQ31#v?4uoSU@(TmOA(47LLHK4 z;U_Fx}hDbhT2hOlfX6r4br zSbPn}VWN>xEf|;}83eUNvMYd}B3Vu|ePwDWh7{t9LqhQN$&4xU62{l2GtOxSbGOse zUWUd7Nmd1dSpH!Dz(xra2#hM-C^Q*h$dm0N$;uqsDYP6Qv8qdSgQ!tlsuvb9~z~Lk?+@3~XyAXHFl|uD~}v zw}%Ha+N$)ANpeZ-FLIf*!Ljiz7-eh_;iN}R3>XK!lO#eW-q}z$M*?I~V}fr=qPw{q zD#t`;hP60#)5ql4ymkN1H>R+=k?Hzo6!f{nnjC}1^c6tt{hYHlsE@Az=ACbafp_RT zVs{l8A9Ok?%&&5G>I^!bPj$5WB7kJAlJbb%&N?A~wib zX@jM4Q%)9bR^3JnC+UV*ku#h{w=)kSW}a=GmHCzz0DxCT@L=h@=dNvYvvs}E?g@%t zZ*t5Nr)!PaU*{qm+UDefJgd$lhLdzg>~C|1v*>(g@eS9 z)ZF$02Lshnn0>m!i2Ys8|Ii^dsszlc^oZ#sr4jpwoTz+2%zpo8iA zGxCs7Le<}sebQC-RjTc4@ajYIP^D0+gYkmUggz|5-I08)Z2e{57#4=c3FT$s71Sqp zReo^@|A22eR9_lHiKWHk3Q!bZDP8py)T^y=#|E_Kh3VqR8zYKNF5;%N7A;xpOM%>4d zUB*J@(W@8zvjGexm!{Vr4yx;_$ zm&g${?QKWab=!*vYh*XR+K7v2K~OAA*29221s4%-@!Y@$O^Kr|CG`WmNN;9Tm?lN)dT2ceOj{6Xy%hl8xsS#7H8TFNVxgP!(jJe@h literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/_compat.py b/.awi/lib/python3.9/site-packages/markdown_it/_compat.py new file mode 100644 index 0000000..974d431 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/_compat.py @@ -0,0 +1,11 @@ +from __future__ import annotations + +from collections.abc import Mapping +import sys +from typing import Any + +DATACLASS_KWARGS: Mapping[str, Any] +if sys.version_info >= (3, 10): + DATACLASS_KWARGS = {"slots": True} +else: + DATACLASS_KWARGS = {} diff --git a/.awi/lib/python3.9/site-packages/markdown_it/_punycode.py b/.awi/lib/python3.9/site-packages/markdown_it/_punycode.py new file mode 100644 index 0000000..f9baad2 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/_punycode.py @@ -0,0 +1,67 @@ +# Copyright 2014 Mathias Bynens +# Copyright 2021 Taneli Hukkinen +# +# Permission is hereby granted, free of charge, to any person obtaining +# a copy of this software and associated documentation files (the +# "Software"), to deal in the Software without restriction, including +# without limitation the rights to use, copy, modify, merge, publish, +# distribute, sublicense, and/or sell copies of the Software, and to +# permit persons to whom the Software is furnished to do so, subject to +# the following conditions: +# +# The above copyright notice and this permission notice shall be +# included in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +import codecs +import re +from typing import Callable + +REGEX_SEPARATORS = re.compile(r"[\x2E\u3002\uFF0E\uFF61]") +REGEX_NON_ASCII = re.compile(r"[^\0-\x7E]") + + +def encode(uni: str) -> str: + return codecs.encode(uni, encoding="punycode").decode() + + +def decode(ascii: str) -> str: + return codecs.decode(ascii, encoding="punycode") # type: ignore + + +def map_domain(string: str, fn: Callable[[str], str]) -> str: + parts = string.split("@") + result = "" + if len(parts) > 1: + # In email addresses, only the domain name should be punycoded. Leave + # the local part (i.e. everything up to `@`) intact. + result = parts[0] + "@" + string = parts[1] + labels = REGEX_SEPARATORS.split(string) + encoded = ".".join(fn(label) for label in labels) + return result + encoded + + +def to_unicode(obj: str) -> str: + def mapping(obj: str) -> str: + if obj.startswith("xn--"): + return decode(obj[4:].lower()) + return obj + + return map_domain(obj, mapping) + + +def to_ascii(obj: str) -> str: + def mapping(obj: str) -> str: + if REGEX_NON_ASCII.search(obj): + return "xn--" + encode(obj) + return obj + + return map_domain(obj, mapping) diff --git a/.awi/lib/python3.9/site-packages/markdown_it/cli/__init__.py b/.awi/lib/python3.9/site-packages/markdown_it/cli/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/cli/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/cli/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ff88bccd19c8ac4d3f8984756e179f8f858c3b5b GIT binary patch literal 201 zcmYk0u?oU47=%-B5TOs^(Efu{K}2wIa`6E|+NAAI)BGVxEqx?k$<;@2b27m}5AHke zrW1L-VNq3kZc{!J{*}dYjP|Pt$*ydhUGB`K`G>cGo<;@MiJMXePGo|^dJ0I!gVkc` z98E?RExE!jp(g{Sm=QGA@a?;@0*^rzRy2d?l!sBcLDFnE252+_=V&l+UfSic-j5_F Ltq$qOE1G=(b{;mE literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/cli/__pycache__/parse.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/cli/__pycache__/parse.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..56efd1cb84a39bffb4e7980d238b5f7a55880b92 GIT binary patch literal 3236 zcmb_e-*4N<5$2K2fXsf`M5)>$!)=-<;4ia4A3ob4W(KQfg?aG!- zk<4=CL_8ZP;A_!`2JL(A0Q>R&pFR}(+L!iUCm_BV96)v-9^cEpBu$7a-bBB$fv-;La1sZ$zy9d9yT z?vycJiu_@vQ!!&+R2|NAX3#I6)XpFifO4UlH^Nk;qnpUJ@S)sR9x9_UMEM+m9cu1YyjBRN`nF$`nsVs#*Of z8M(pqOc=+B3e_Nqv#o}${fE#X+=+ztpNbbF5%&bG>UME(hDF^j#OmXTY7bR@{cSaa zFDDCwua2MRi_Hh@Ai#_F>SOhMNXm3e6q~YpnN~Y?X^DAVVI2?*hmnZhoGsezgPYn)5 z!55sC!uH=;avmf9I%w@BL(xiQcql~NT2Epn2RkEUs#Y3><6W7IV!ql>B=Avt zN!)6NF9)q?u+u8!A2;u|vVjt-IQAgi6Pkfh7ZhV z9;?|Nlb0}-&rVS>cGNDJ5sHH_maL$8&w369jrEq$IkGma=e1)7D;lf4aJdD0u`NJZ zo7kjFW||zS{i)52A&RC>ch%5*h&LlzT2RuAXb0$G?;^(DSBF#~3mbKQk52xC;3OV% zhr6%cKdnGDc4D0Z)>G%qI%CJSa*u3Y;@)ep{0s2awOs4O0pRsJR<>~)kkjuO-Y=~9 zwri=<__xKF^7hN8KKGBTzgWETtwS7B-YGavy=PWz-^O|P{F%I64e%7S3WKRn8!{Qv z@X;_0)E@XYQt9X|`p`zrq;^ND|5NP^c4P37=mWwed=T$yPe_@_Ok3YE?TDCf7|5+ zX;-`&sD@)O=s5jBto`B)!QTauyzC>q*&G_nwb=rzvnH#tMJ8#k!3q#*cKQ&AsDq`$F`Z7|h3W#FlOg3x>wkP=WY<^Ys4jwV34+*KvO z?s50De1tV;?5Z^dold3GpB20O@gL52m5KQn|0B)a#>;)cS;@CAz&XlscypZK)kutsOVV(Rd)}t87Bx+Uw4M;xz z!B<+BFCa1&k!OnnBL%(pA_ysG(7un3vi2DfR@oqx^Q{A!sOy-B>=I_YtV-N}?J~re zeV0-yCDhlTEJ*DUy1-~QUoO~Y%n?w=gC?UPeO@#Fw3z$9B)I%;)flme@jt5q;!n=g zB@!y+X(%qz>zlk4mchs8!H+KH2rSYkx*jlWJt+oa-AlLi{w7! zE*}S*uR>Z2nf$1IesOTinBi72fp%^0PJ6O=t%W`f?L4=y?%llBn`CjMO?gU?x|r^h5yZPk@e&t zrL>2jmJXt1SI;Bo4MT-3-Ch)CS#GZ$=9SgeN$%I>Ne294MAX7ooFN&GM#-^OXA*I;la(7QeX``(DssHM^dlUaLz9VG`x9IDi zhc7qYX#D`2?oajAwUBeF42;+5nQ2*r3??bSP0In#@I$^!vq=oJvTImt*)FqP{Qm7- zcK_imFMwv=e>}$=)T0F#A4-{qP{dG$ut@>(%p_z;2$U#eC@ni%dHt*7xBV}_^FO;E zasdSy?G;eTUqHC2pldi1xc(DoMIsc>^L93)ghH+vQ2G+tt-> zw?9JJCNNEfn*2F!neQc0Bn;eHGu-J(hoK8_ubX^e>@6i^c zFjYUM#xR-5L@#6Aa~-K_gF;kG9_k7auZsjM#wLsyYjmdZ|7;ccuRET**gr{4a`9P&xnr literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/cli/parse.py b/.awi/lib/python3.9/site-packages/markdown_it/cli/parse.py new file mode 100644 index 0000000..890d5de --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/cli/parse.py @@ -0,0 +1,109 @@ +#!/usr/bin/env python +""" +CLI interface to markdown-it-py + +Parse one or more markdown files, convert each to HTML, and print to stdout. +""" +from __future__ import annotations + +import argparse +from collections.abc import Iterable, Sequence +import sys + +from markdown_it import __version__ +from markdown_it.main import MarkdownIt + +version_str = "markdown-it-py [version {}]".format(__version__) + + +def main(args: Sequence[str] | None = None) -> int: + namespace = parse_args(args) + if namespace.filenames: + convert(namespace.filenames) + else: + interactive() + return 0 + + +def convert(filenames: Iterable[str]) -> None: + for filename in filenames: + convert_file(filename) + + +def convert_file(filename: str) -> None: + """ + Parse a Markdown file and dump the output to stdout. + """ + try: + with open(filename, "r", encoding="utf8", errors="ignore") as fin: + rendered = MarkdownIt().render(fin.read()) + print(rendered, end="") + except OSError: + sys.stderr.write(f'Cannot open file "{filename}".\n') + sys.exit(1) + + +def interactive() -> None: + """ + Parse user input, dump to stdout, rinse and repeat. + Python REPL style. + """ + print_heading() + contents = [] + more = False + while True: + try: + prompt, more = ("... ", True) if more else (">>> ", True) + contents.append(input(prompt) + "\n") + except EOFError: + print("\n" + MarkdownIt().render("\n".join(contents)), end="") + more = False + contents = [] + except KeyboardInterrupt: + print("\nExiting.") + break + + +def parse_args(args: Sequence[str] | None) -> argparse.Namespace: + """Parse input CLI arguments.""" + parser = argparse.ArgumentParser( + description="Parse one or more markdown files, " + "convert each to HTML, and print to stdout", + # NOTE: Remember to update README.md w/ the output of `markdown-it -h` + epilog=( + f""" +Interactive: + + $ markdown-it + markdown-it-py [version {__version__}] (interactive) + Type Ctrl-D to complete input, or Ctrl-C to exit. + >>> # Example + ... > markdown *input* + ... +

Example

+
+

markdown input

+
+ +Batch: + + $ markdown-it README.md README.footer.md > index.html +""" + ), + formatter_class=argparse.RawDescriptionHelpFormatter, + ) + parser.add_argument("-v", "--version", action="version", version=version_str) + parser.add_argument( + "filenames", nargs="*", help="specify an optional list of files to convert" + ) + return parser.parse_args(args) + + +def print_heading() -> None: + print("{} (interactive)".format(version_str)) + print("Type Ctrl-D to complete input, or Ctrl-C to exit.") + + +if __name__ == "__main__": + exit_code = main(sys.argv[1:]) + sys.exit(exit_code) diff --git a/.awi/lib/python3.9/site-packages/markdown_it/common/__init__.py b/.awi/lib/python3.9/site-packages/markdown_it/common/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/common/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/common/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0edcac40cc761d57540047c18b03667c220ad050 GIT binary patch literal 204 zcmYk0u?oU46h%{T5TPI9(7wT`AR@Rpx%dGgZPNB(lNXcJ(ogc2T>S($Cleg>!aa|B z;ldMnzG6{Tdu-EvCj2XlVIS=m5t5zRIy>E&OZ5-$EA*rlSSM~u890y$4(l->84q?4 zbLVI@vS`T_b`CumD8+;@U=82ADJ$?8RAEJP5uNg&g}X?a495TsX&pD5qrt#=Y3Ijs Ot4WT7+ND=s(d+{&Avf#* literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/common/__pycache__/entities.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/common/__pycache__/entities.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..427d4759e0e1e452b37b41e772f988f2decded22 GIT binary patch literal 476 zcmYjNJx{|h5Vf5I3Q{*lhD=BmYK(*!_)vue0|T(YRDmKByVMZJ!FH(%?F9dTm7yK^ zOJ13n*_b%n4<;Wsw6B$*wPCkHRCG^QFmN$&QdgGNB^zBDJ*arQr%k&axxTJw#)guX z@`8Tr^=y+`=|sC`#WlMWmMUhhxgJ)zbhOY)!OZW~Sv~TLJ6skH9_mgEE4%}cSpaIy z`T0EOy2x|i>^oIvzhgcQ(l`Ee67+^oAXnM1Oa4&WvizEZZn zg)2{57Y4pBC&~HGVK+C24A))%q5rwfvft_O|H|?34iO$BiHv4LCN@7dbR+UF*>U?F zKB@q<>+1{CO4K75U3c2?bEqvdGCZpp=gtddhZ5vE z)xVkIZeo~Htb*igOM;s{mv}K7{H1H$0qat8VQF0s0>xBX%wa@vNp}Ydw8R^a>Ynj4 z&1e1jn8&JZh2w2YA1$BIE)(%9^G|V>7WxBZbVicNvx}4#f8K&u-JEg>WYX-KGPdG` zT|7-!7@Z{zdr(BHj;!a~=8goc`7~i*HpoEIbP4xhTLomDHDFZKkV7^NA4SFFJ+#vCBzT=IC~zp7{l`N)ms zA-YIWhb!L-9vrX%J9E6EZx_eJ?+=SZe{2?+$;Qm`J?R4+m)i^OszeT2GB!5#8LP<~ zn^i;BE5WkbTPtnV8?UspT20o@9@q5sKrE@fl3pnV;u?hY%36?k)ZCo%7gN3*q=0JP zdLYGE+0wj9kSI6HL7}cf6KJK+5V~klk8}lcG^N=H?$ z)m}r^%QFhB0?{B}SDU)3d0I!WG=VmP#rkSwtFObxphO3+JM~pf-G0{UwlwumuBK~{ zEcC#yycCLtLG8X_gve!KhWNf~SY*s_dSbnv*gm6S&Kp?+lNr|%=cqk7{41rnX?rZ9q1d;_(Vc{nI3_tCxc0=N@{#Sz&bdFdEu~6MM~XQ*RIc@t>W1Qtd?q`je@q6< zQ^v$SruM02jC>_J8q`Ej&v04QISjq`c^0&r(L`)}c0B1##&xeAPkB@C z+8xhf7Mq9~@w7J$KHHmNlkn7E>uicSFKgcHNxi|Qp+3j0gL7==ka+VYngz7LECefSZ0qtFSVLYzt7=0{K2xT$ zUXWj}5eqi<9p0%iIfMs- zWR8X%A!8baBknSusW2%6^6?Q6x z5`l<{`Hi)e_0={1{`zLOv;6Ive{X$5*09gy+Frm@OnG7ZlBW?3xI~tFwh}(gf-o#B zo?!k8tB(;-N4j)ys8ue-jx_l`RNoF;0}=C9D(R5(q_rXvCBt4`vZ)30?r%wvC+rqX zax2|e1Cg|r=x*4G!d|PYf4X$Lm4%AmN@=h|w|LfysoY^=H}ON&3Pc>knB+JMJ{)%` z-7gv^o(GVE8Q4m84vc0`+ZL()p%eQL-KdjKbol{z|C?5O(E5MU3f6L%c~LvmfnL^V z^ORmRR|4te1`tD@sDHBR&KWM~lq9KZ4sw0aAx6`fYs?kzuj(DhgDFK=wh%Qz6JP?;-$in+fe zr_1-$4RHT^f(+?G+vw`k8^c}}$S_soZ8`)Bmard2e9Wk#%{FvF&<)-);}PY&T$!-PW025cZe zu{kb?F*K#{d=6kt7|Ds89fSP50AUzw2il=_Kn}I%n$i!9v35x0XR4;m3S%FJ88)Z` ziuR~lilc0llHrD#3o?r*FWR>r9e2J$Mzy>Px>UtjfCm%Gc* z)T|^(eh4jpr=0UHVjSh*9(2g?&!O2iv57+@@~=rc%?m}{_xm~gYPj!9%yTgVQW^1} zRIDZ13#5VGdU*@?6zEhXnY!eK191SyQl+-|-Yx@6}1&_!A+n BN$>yw literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/common/__pycache__/utils.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/common/__pycache__/utils.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0da55bc2772c11300d977b832fe5d8dc12e0088 GIT binary patch literal 7986 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 characters }.""" +import html.entities + +entities = {name.rstrip(";"): chars for name, chars in html.entities.html5.items()} diff --git a/.awi/lib/python3.9/site-packages/markdown_it/common/html_blocks.py b/.awi/lib/python3.9/site-packages/markdown_it/common/html_blocks.py new file mode 100644 index 0000000..8b199af --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/common/html_blocks.py @@ -0,0 +1,68 @@ +"""List of valid html blocks names, according to commonmark spec +http://jgm.github.io/CommonMark/spec.html#html-blocks +""" + +block_names = [ + "address", + "article", + "aside", + "base", + "basefont", + "blockquote", + "body", + "caption", + "center", + "col", + "colgroup", + "dd", + "details", + "dialog", + "dir", + "div", + "dl", + "dt", + "fieldset", + "figcaption", + "figure", + "footer", + "form", + "frame", + "frameset", + "h1", + "h2", + "h3", + "h4", + "h5", + "h6", + "head", + "header", + "hr", + "html", + "iframe", + "legend", + "li", + "link", + "main", + "menu", + "menuitem", + "nav", + "noframes", + "ol", + "optgroup", + "option", + "p", + "param", + "section", + "source", + "summary", + "table", + "tbody", + "td", + "tfoot", + "th", + "thead", + "title", + "tr", + "track", + "ul", +] diff --git a/.awi/lib/python3.9/site-packages/markdown_it/common/html_re.py b/.awi/lib/python3.9/site-packages/markdown_it/common/html_re.py new file mode 100644 index 0000000..f0c336d --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/common/html_re.py @@ -0,0 +1,40 @@ +"""Regexps to match html elements +""" + +import re + +attr_name = "[a-zA-Z_:][a-zA-Z0-9:._-]*" + +unquoted = "[^\"'=<>`\\x00-\\x20]+" +single_quoted = "'[^']*'" +double_quoted = '"[^"]*"' + +attr_value = "(?:" + unquoted + "|" + single_quoted + "|" + double_quoted + ")" + +attribute = "(?:\\s+" + attr_name + "(?:\\s*=\\s*" + attr_value + ")?)" + +open_tag = "<[A-Za-z][A-Za-z0-9\\-]*" + attribute + "*\\s*\\/?>" + +close_tag = "<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>" +comment = "|" +processing = "<[?][\\s\\S]*?[?]>" +declaration = "]*>" +cdata = "" + +HTML_TAG_RE = re.compile( + "^(?:" + + open_tag + + "|" + + close_tag + + "|" + + comment + + "|" + + processing + + "|" + + declaration + + "|" + + cdata + + ")" +) +HTML_OPEN_CLOSE_TAG_STR = "^(?:" + open_tag + "|" + close_tag + ")" +HTML_OPEN_CLOSE_TAG_RE = re.compile(HTML_OPEN_CLOSE_TAG_STR) diff --git a/.awi/lib/python3.9/site-packages/markdown_it/common/normalize_url.py b/.awi/lib/python3.9/site-packages/markdown_it/common/normalize_url.py new file mode 100644 index 0000000..92720b3 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/common/normalize_url.py @@ -0,0 +1,81 @@ +from __future__ import annotations + +from collections.abc import Callable +from contextlib import suppress +import re +from urllib.parse import quote, unquote, urlparse, urlunparse # noqa: F401 + +import mdurl + +from .. import _punycode + +RECODE_HOSTNAME_FOR = ("http:", "https:", "mailto:") + + +def normalizeLink(url: str) -> str: + """Normalize destination URLs in links + + :: + + [label]: destination 'title' + ^^^^^^^^^^^ + """ + parsed = mdurl.parse(url, slashes_denote_host=True) + + # Encode hostnames in urls like: + # `http://host/`, `https://host/`, `mailto:user@host`, `//host/` + # + # We don't encode unknown schemas, because it's likely that we encode + # something we shouldn't (e.g. `skype:name` treated as `skype:host`) + # + if parsed.hostname and ( + not parsed.protocol or parsed.protocol in RECODE_HOSTNAME_FOR + ): + with suppress(Exception): + parsed = parsed._replace(hostname=_punycode.to_ascii(parsed.hostname)) + + return mdurl.encode(mdurl.format(parsed)) + + +def normalizeLinkText(url: str) -> str: + """Normalize autolink content + + :: + + + ~~~~~~~~~~~ + """ + parsed = mdurl.parse(url, slashes_denote_host=True) + + # Encode hostnames in urls like: + # `http://host/`, `https://host/`, `mailto:user@host`, `//host/` + # + # We don't encode unknown schemas, because it's likely that we encode + # something we shouldn't (e.g. `skype:name` treated as `skype:host`) + # + if parsed.hostname and ( + not parsed.protocol or parsed.protocol in RECODE_HOSTNAME_FOR + ): + with suppress(Exception): + parsed = parsed._replace(hostname=_punycode.to_unicode(parsed.hostname)) + + # add '%' to exclude list because of https://github.com/markdown-it/markdown-it/issues/720 + return mdurl.decode(mdurl.format(parsed), mdurl.DECODE_DEFAULT_CHARS + "%") + + +BAD_PROTO_RE = re.compile(r"^(vbscript|javascript|file|data):") +GOOD_DATA_RE = re.compile(r"^data:image\/(gif|png|jpeg|webp);") + + +def validateLink(url: str, validator: Callable[[str], bool] | None = None) -> bool: + """Validate URL link is allowed in output. + + This validator can prohibit more than really needed to prevent XSS. + It's a tradeoff to keep code simple and to be secure by default. + + Note: url should be normalized at this point, and existing entities decoded. + """ + if validator is not None: + return validator(url) + url = url.strip().lower() + return bool(GOOD_DATA_RE.search(url)) if BAD_PROTO_RE.search(url) else True diff --git a/.awi/lib/python3.9/site-packages/markdown_it/common/utils.py b/.awi/lib/python3.9/site-packages/markdown_it/common/utils.py new file mode 100644 index 0000000..0d11e3e --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/common/utils.py @@ -0,0 +1,318 @@ +"""Utilities for parsing source text +""" +from __future__ import annotations + +import re +from typing import Match, TypeVar + +from .entities import entities + + +def charCodeAt(src: str, pos: int) -> int | None: + """ + Returns the Unicode value of the character at the specified location. + + @param - index The zero-based index of the desired character. + If there is no character at the specified index, NaN is returned. + + This was added for compatibility with python + """ + try: + return ord(src[pos]) + except IndexError: + return None + + +def charStrAt(src: str, pos: int) -> str | None: + """ + Returns the Unicode value of the character at the specified location. + + @param - index The zero-based index of the desired character. + If there is no character at the specified index, NaN is returned. + + This was added for compatibility with python + """ + try: + return src[pos] + except IndexError: + return None + + +_ItemTV = TypeVar("_ItemTV") + + +def arrayReplaceAt( + src: list[_ItemTV], pos: int, newElements: list[_ItemTV] +) -> list[_ItemTV]: + """ + Remove element from array and put another array at those position. + Useful for some operations with tokens + """ + return src[:pos] + newElements + src[pos + 1 :] + + +def isValidEntityCode(c: int) -> bool: + # broken sequence + if c >= 0xD800 and c <= 0xDFFF: + return False + # never used + if c >= 0xFDD0 and c <= 0xFDEF: + return False + if ((c & 0xFFFF) == 0xFFFF) or ((c & 0xFFFF) == 0xFFFE): + return False + # control codes + if c >= 0x00 and c <= 0x08: + return False + if c == 0x0B: + return False + if c >= 0x0E and c <= 0x1F: + return False + if c >= 0x7F and c <= 0x9F: + return False + # out of range + if c > 0x10FFFF: + return False + return True + + +def fromCodePoint(c: int) -> str: + """Convert ordinal to unicode. + + Note, in the original Javascript two string characters were required, + for codepoints larger than `0xFFFF`. + But Python 3 can represent any unicode codepoint in one character. + """ + return chr(c) + + +# UNESCAPE_MD_RE = re.compile(r'\\([!"#$%&\'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])') +# ENTITY_RE_g = re.compile(r'&([a-z#][a-z0-9]{1,31})', re.IGNORECASE) +UNESCAPE_ALL_RE = re.compile( + r'\\([!"#$%&\'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])' + "|" + r"&([a-z#][a-z0-9]{1,31});", + re.IGNORECASE, +) +DIGITAL_ENTITY_BASE10_RE = re.compile(r"#([0-9]{1,8})") +DIGITAL_ENTITY_BASE16_RE = re.compile(r"#x([a-f0-9]{1,8})", re.IGNORECASE) + + +def replaceEntityPattern(match: str, name: str) -> str: + """Convert HTML entity patterns, + see https://spec.commonmark.org/0.30/#entity-references + """ + if name in entities: + return entities[name] + + code: None | int = None + if pat := DIGITAL_ENTITY_BASE10_RE.fullmatch(name): + code = int(pat.group(1), 10) + elif pat := DIGITAL_ENTITY_BASE16_RE.fullmatch(name): + code = int(pat.group(1), 16) + + if code is not None and isValidEntityCode(code): + return fromCodePoint(code) + + return match + + +def unescapeAll(string: str) -> str: + def replacer_func(match: Match[str]) -> str: + escaped = match.group(1) + if escaped: + return escaped + entity = match.group(2) + return replaceEntityPattern(match.group(), entity) + + if "\\" not in string and "&" not in string: + return string + return UNESCAPE_ALL_RE.sub(replacer_func, string) + + +ESCAPABLE = r"""\\!"#$%&'()*+,./:;<=>?@\[\]^`{}|_~-""" +ESCAPE_CHAR = re.compile(r"\\([" + ESCAPABLE + r"])") + + +def stripEscape(string: str) -> str: + """Strip escape \\ characters""" + return ESCAPE_CHAR.sub(r"\1", string) + + +def escapeHtml(raw: str) -> str: + """Replace special characters "&", "<", ">" and '"' to HTML-safe sequences.""" + # like html.escape, but without escaping single quotes + raw = raw.replace("&", "&") # Must be done first! + raw = raw.replace("<", "<") + raw = raw.replace(">", ">") + raw = raw.replace('"', """) + return raw + + +# ////////////////////////////////////////////////////////////////////////////// + +REGEXP_ESCAPE_RE = re.compile(r"[.?*+^$[\]\\(){}|-]") + + +def escapeRE(string: str) -> str: + string = REGEXP_ESCAPE_RE.sub("\\$&", string) + return string + + +# ////////////////////////////////////////////////////////////////////////////// + + +def isSpace(code: int | None) -> bool: + """Check if character code is a whitespace.""" + return code in (0x09, 0x20) + + +def isStrSpace(ch: str | None) -> bool: + """Check if character is a whitespace.""" + return ch in ("\t", " ") + + +MD_WHITESPACE = { + 0x09, # \t + 0x0A, # \n + 0x0B, # \v + 0x0C, # \f + 0x0D, # \r + 0x20, # space + 0xA0, + 0x1680, + 0x202F, + 0x205F, + 0x3000, +} + + +def isWhiteSpace(code: int) -> bool: + r"""Zs (unicode class) || [\t\f\v\r\n]""" + if code >= 0x2000 and code <= 0x200A: + return True + return code in MD_WHITESPACE + + +# ////////////////////////////////////////////////////////////////////////////// + +UNICODE_PUNCT_RE = re.compile( + r"[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4E\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]" # noqa: E501 +) + + +# Currently without astral characters support. +def isPunctChar(ch: str) -> bool: + """Check if character is a punctuation character.""" + return UNICODE_PUNCT_RE.search(ch) is not None + + +MD_ASCII_PUNCT = { + 0x21, # /* ! */ + 0x22, # /* " */ + 0x23, # /* # */ + 0x24, # /* $ */ + 0x25, # /* % */ + 0x26, # /* & */ + 0x27, # /* ' */ + 0x28, # /* ( */ + 0x29, # /* ) */ + 0x2A, # /* * */ + 0x2B, # /* + */ + 0x2C, # /* , */ + 0x2D, # /* - */ + 0x2E, # /* . */ + 0x2F, # /* / */ + 0x3A, # /* : */ + 0x3B, # /* ; */ + 0x3C, # /* < */ + 0x3D, # /* = */ + 0x3E, # /* > */ + 0x3F, # /* ? */ + 0x40, # /* @ */ + 0x5B, # /* [ */ + 0x5C, # /* \ */ + 0x5D, # /* ] */ + 0x5E, # /* ^ */ + 0x5F, # /* _ */ + 0x60, # /* ` */ + 0x7B, # /* { */ + 0x7C, # /* | */ + 0x7D, # /* } */ + 0x7E, # /* ~ */ +} + + +def isMdAsciiPunct(ch: int) -> bool: + """Markdown ASCII punctuation characters. + + :: + + !, ", #, $, %, &, ', (, ), *, +, ,, -, ., /, :, ;, <, =, >, ?, @, [, \\, ], ^, _, `, {, |, }, or ~ + + See http://spec.commonmark.org/0.15/#ascii-punctuation-character + + Don't confuse with unicode punctuation !!! It lacks some chars in ascii range. + + """ # noqa: E501 + return ch in MD_ASCII_PUNCT + + +def normalizeReference(string: str) -> str: + """Helper to unify [reference labels].""" + # Trim and collapse whitespace + # + string = re.sub(r"\s+", " ", string.strip()) + + # In node v10 'ẞ'.toLowerCase() === 'Ṿ', which is presumed to be a bug + # fixed in v12 (couldn't find any details). + # + # So treat this one as a special case + # (remove this when node v10 is no longer supported). + # + # if ('ẞ'.toLowerCase() === 'Ṿ') { + # str = str.replace(/ẞ/g, 'ß') + # } + + # .toLowerCase().toUpperCase() should get rid of all differences + # between letter variants. + # + # Simple .toLowerCase() doesn't normalize 125 code points correctly, + # and .toUpperCase doesn't normalize 6 of them (list of exceptions: + # İ, ϴ, ẞ, Ω, K, Å - those are already uppercased, but have differently + # uppercased versions). + # + # Here's an example showing how it happens. Lets take greek letter omega: + # uppercase U+0398 (Θ), U+03f4 (ϴ) and lowercase U+03b8 (θ), U+03d1 (ϑ) + # + # Unicode entries: + # 0398;GREEK CAPITAL LETTER THETA;Lu;0;L;;;;;N;;;;03B8 + # 03B8;GREEK SMALL LETTER THETA;Ll;0;L;;;;;N;;;0398;;0398 + # 03D1;GREEK THETA SYMBOL;Ll;0;L; 03B8;;;;N;GREEK SMALL LETTER SCRIPT THETA;;0398;;0398 + # 03F4;GREEK CAPITAL THETA SYMBOL;Lu;0;L; 0398;;;;N;;;;03B8 + # + # Case-insensitive comparison should treat all of them as equivalent. + # + # But .toLowerCase() doesn't change ϑ (it's already lowercase), + # and .toUpperCase() doesn't change ϴ (already uppercase). + # + # Applying first lower then upper case normalizes any character: + # '\u0398\u03f4\u03b8\u03d1'.toLowerCase().toUpperCase() === '\u0398\u0398\u0398\u0398' + # + # Note: this is equivalent to unicode case folding; unicode normalization + # is a different step that is not required here. + # + # Final result should be uppercased, because it's later stored in an object + # (this avoid a conflict with Object.prototype members, + # most notably, `__proto__`) + # + return string.lower().upper() + + +LINK_OPEN_RE = re.compile(r"^\s]", flags=re.IGNORECASE) +LINK_CLOSE_RE = re.compile(r"^", flags=re.IGNORECASE) + + +def isLinkOpen(string: str) -> bool: + return bool(LINK_OPEN_RE.search(string)) + + +def isLinkClose(string: str) -> bool: + return bool(LINK_CLOSE_RE.search(string)) diff --git a/.awi/lib/python3.9/site-packages/markdown_it/helpers/__init__.py b/.awi/lib/python3.9/site-packages/markdown_it/helpers/__init__.py new file mode 100644 index 0000000..3dbbdd1 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/helpers/__init__.py @@ -0,0 +1,6 @@ +"""Functions for parsing Links +""" +__all__ = ("parseLinkLabel", "parseLinkDestination", "parseLinkTitle") +from .parse_link_destination import parseLinkDestination +from .parse_link_label import parseLinkLabel +from .parse_link_title import parseLinkTitle diff --git a/.awi/lib/python3.9/site-packages/markdown_it/helpers/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/helpers/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b1ce6a357c803188770dc017b0ff06f2b6ec824a GIT binary patch literal 459 zcmY*UO-lnY5Z$l3rC9MGo;>urhc<$zf{37qhvG#~xrDSy+tAr0Bw0)SNB*U~dh#y_ zf|FIWPRPuAlgyhLJ{%4bwCVDG`HAr@l6}jNT;uiU=tM#jks(Zj262&6{ppVu9~g&NNz#aq+R;g|*RS!ncZm znv-vSF_{vtf*f1E*zlF~q~>lT%vLiM$XbGx&J)IzR)MjJ-L?J8+K2|^Rb1Nl(G^*d H9^&}|BMOAp literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/helpers/__pycache__/parse_link_destination.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/helpers/__pycache__/parse_link_destination.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2f10467a82b7e00877ffc83c3ccfc47ae284aae4 GIT binary patch literal 1525 zcmZ8h&5s*36t_K|NizGN^7-WV z4r71OVsnI8+{bhu12h{k&9%sRAx5GIMgeD^F&$|6oN0L}M$&{P!Y6h3QtC)|p36~3 zcOSBT@9E9>%hWn^kZ0xeKpR(QWm;!d87~A(_eC3zPg8qTY4f0Nx8|jB<8)>ocdH84`=7~X;mhJ^huWF*`s8+ z{$Ow?aanB+XX$vFo*0)Dsh#TTNvX0rIW_srSeT*=E6T9i$naox-gcGB%B)su3-P!v zfbqzGPxn>{8mvY7A&Hl1VU%iPrHV?=bE3DEI-95YYNw}^%d6TcW%pptpL7GR5l;fh znezmf!gKnvjgb1RJh7-b)^>{YyR4WOmTGZK*Sj91ORD}Be#4z;ei1bMLe}h(U4%96 zq~VuBi>a``He3fEvJ2kuMogLgWxab5HIbH(_@oIRGSDPFT+t!uXQcTyYeFSz+-W2I zivK9yVV4|Slrk_}X>_3R^GbvK5ZxueXSdf8fPyE)+F8c(g4@{}(Xcsle;|?`Z2kFy zpUphY+~4@e;Qh1W!54JjyYfb>r6r0HCx->_Zh8529Is(z%kz($j?YO4|K3zW@_2QM zZNEPOpL^%})f>zN0{{DI(ofx#du^)>)E(1()lka<3?0HRze@q+^gCbceuCMyg-iD`Pzl#S;>1wRh zXnR~0MO6;)PULQx0)KjH2%myB$ncPm-o}CG!LihQZTIf7bMH}h9i>akyHqX)Ao;f-4rJ$;40~6)eUmCMQTBZPq$CEhoLAm2)PJn!lqL&eGPW5OGkkaN*St2 zyS+<)gEf*NZPt#hu<)V8t6_iWH-T}uHQF}oGBaXaz#$k5vf-7jLa5109a zO422($r)Mt(pv^KmFzL8NkSxBa_7fIbE1Es^&EaemYupI{oK=^YA)F;f^l314okia z&Rrx~c2To4|2nA2FG>kAIvBB4J3r>$B#6E{{!8SaZ`JP1Z||kY1aY9R+dORLtr>Q{ zdwBB?W&eg^-M93!cJ}0!o(_4#DrI7h>ZADDFr(APn_&mCwo`G>U(`$13IAH_VcOd zak_!~4TdKefiaXb?&(L!IULe`>|iHJq)L+{-n>`ENY4u}$*PUo!{~-(rEUDNQbo&d Zn{iJ)bTQr6GbNGv#=Venz4ki;_8%-{`78hc literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/helpers/__pycache__/parse_link_title.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/helpers/__pycache__/parse_link_title.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..abacab9ce8e0cc135d9f31f0e45bcd8532aefb2b GIT binary patch literal 1428 zcmZWp&2Ah;5bo~j`PohEYywgY;t(MrSPAbOIFKL|IkE&CkcEg(E2P$ByKN6UKb!7Z zg00z;!yWE<0Q?Sl1|FcVoc0ws@m25IF``HFO;uMLm7GW%^GW%XO@V&;$Avaom??{5AHt~ z`B__=d|``UjA`=2w&`s7V%e2#7lcEWDoF+woe(JSk-eKf5}!HF*z6ZSSMIdS=jH~j&5?KecC68|B0MX@fPam{2!;8uGtI9m?}|JD0)!tB*ntQS%t926KVR z=pp3W^btJj^12_5_rj{}o7cN|c}#i7!y|hKB&|Ot_>|x?0#eF)3^-mBvFo1z<1~B$ zOER#;Z1@6}G`RVg^r^-J`|u{TM;66>?7G5sbTsMk`h?_etd}$VE_@u+eM<&Gdb>gX z-$VV!^qYAPY1~r);}TaQNEE|p512*4=0l$G5$@skL`Zlt_vN?7UU|$DB9im7wMKcdH?_b literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/helpers/parse_link_destination.py b/.awi/lib/python3.9/site-packages/markdown_it/helpers/parse_link_destination.py new file mode 100644 index 0000000..f42b224 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/helpers/parse_link_destination.py @@ -0,0 +1,86 @@ +""" +Parse link destination +""" + +from ..common.utils import charCodeAt, unescapeAll + + +class _Result: + __slots__ = ("ok", "pos", "lines", "str") + + def __init__(self) -> None: + self.ok = False + self.pos = 0 + self.lines = 0 + self.str = "" + + +def parseLinkDestination(string: str, pos: int, maximum: int) -> _Result: + lines = 0 + start = pos + result = _Result() + + if charCodeAt(string, pos) == 0x3C: # /* < */ + pos += 1 + while pos < maximum: + code = charCodeAt(string, pos) + if code == 0x0A: # /* \n */) + return result + if code == 0x3C: # / * < * / + return result + if code == 0x3E: # /* > */) { + result.pos = pos + 1 + result.str = unescapeAll(string[start + 1 : pos]) + result.ok = True + return result + + if code == 0x5C and pos + 1 < maximum: # \ + pos += 2 + continue + + pos += 1 + + # no closing '>' + return result + + # this should be ... } else { ... branch + + level = 0 + while pos < maximum: + code = charCodeAt(string, pos) + + if code is None or code == 0x20: + break + + # ascii control characters + if code < 0x20 or code == 0x7F: + break + + if code == 0x5C and pos + 1 < maximum: + if charCodeAt(string, pos + 1) == 0x20: + break + pos += 2 + continue + + if code == 0x28: # /* ( */) + level += 1 + if level > 32: + return result + + if code == 0x29: # /* ) */) + if level == 0: + break + level -= 1 + + pos += 1 + + if start == pos: + return result + if level != 0: + return result + + result.str = unescapeAll(string[start:pos]) + result.lines = lines + result.pos = pos + result.ok = True + return result diff --git a/.awi/lib/python3.9/site-packages/markdown_it/helpers/parse_link_label.py b/.awi/lib/python3.9/site-packages/markdown_it/helpers/parse_link_label.py new file mode 100644 index 0000000..01c653c --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/helpers/parse_link_label.py @@ -0,0 +1,43 @@ +""" +Parse link label + +this function assumes that first character ("[") already matches +returns the end of the label + +""" +from markdown_it.rules_inline import StateInline + + +def parseLinkLabel(state: StateInline, start: int, disableNested: bool = False) -> int: + labelEnd = -1 + oldPos = state.pos + found = False + + state.pos = start + 1 + level = 1 + + while state.pos < state.posMax: + marker = state.src[state.pos] + if marker == "]": + level -= 1 + if level == 0: + found = True + break + + prevPos = state.pos + state.md.inline.skipToken(state) + if marker == "[": + if prevPos == state.pos - 1: + # increase level if we find text `[`, + # which is not a part of any token + level += 1 + elif disableNested: + state.pos = oldPos + return -1 + if found: + labelEnd = state.pos + + # restore old state + state.pos = oldPos + + return labelEnd diff --git a/.awi/lib/python3.9/site-packages/markdown_it/helpers/parse_link_title.py b/.awi/lib/python3.9/site-packages/markdown_it/helpers/parse_link_title.py new file mode 100644 index 0000000..8f58933 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/helpers/parse_link_title.py @@ -0,0 +1,60 @@ +"""Parse link title +""" +from ..common.utils import charCodeAt, unescapeAll + + +class _Result: + __slots__ = ("ok", "pos", "lines", "str") + + def __init__(self) -> None: + self.ok = False + self.pos = 0 + self.lines = 0 + self.str = "" + + def __str__(self) -> str: + return self.str + + +def parseLinkTitle(string: str, pos: int, maximum: int) -> _Result: + lines = 0 + start = pos + result = _Result() + + if pos >= maximum: + return result + + marker = charCodeAt(string, pos) + + # /* " */ /* ' */ /* ( */ + if marker != 0x22 and marker != 0x27 and marker != 0x28: + return result + + pos += 1 + + # if opening marker is "(", switch it to closing marker ")" + if marker == 0x28: + marker = 0x29 + + while pos < maximum: + code = charCodeAt(string, pos) + if code == marker: + title = string[start + 1 : pos] + title = unescapeAll(title) + result.pos = pos + 1 + result.lines = lines + result.str = title + result.ok = True + return result + elif code == 0x28 and marker == 0x29: # /* ( */ /* ) */ + return result + elif code == 0x0A: + lines += 1 + elif code == 0x5C and pos + 1 < maximum: # /* \ */ + pos += 1 + if charCodeAt(string, pos) == 0x0A: + lines += 1 + + pos += 1 + + return result diff --git a/.awi/lib/python3.9/site-packages/markdown_it/main.py b/.awi/lib/python3.9/site-packages/markdown_it/main.py new file mode 100644 index 0000000..bb294a9 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/main.py @@ -0,0 +1,355 @@ +from __future__ import annotations + +from collections.abc import Callable, Generator, Iterable, Mapping, MutableMapping +from contextlib import contextmanager +from typing import Any, Literal, overload + +from . import helpers, presets +from .common import normalize_url, utils +from .parser_block import ParserBlock +from .parser_core import ParserCore +from .parser_inline import ParserInline +from .renderer import RendererHTML, RendererProtocol +from .rules_core.state_core import StateCore +from .token import Token +from .utils import EnvType, OptionsDict, OptionsType, PresetType + +try: + import linkify_it +except ModuleNotFoundError: + linkify_it = None + + +_PRESETS: dict[str, PresetType] = { + "default": presets.default.make(), + "js-default": presets.js_default.make(), + "zero": presets.zero.make(), + "commonmark": presets.commonmark.make(), + "gfm-like": presets.gfm_like.make(), +} + + +class MarkdownIt: + def __init__( + self, + config: str | PresetType = "commonmark", + options_update: Mapping[str, Any] | None = None, + *, + renderer_cls: Callable[[MarkdownIt], RendererProtocol] = RendererHTML, + ): + """Main parser class + + :param config: name of configuration to load or a pre-defined dictionary + :param options_update: dictionary that will be merged into ``config["options"]`` + :param renderer_cls: the class to load as the renderer: + ``self.renderer = renderer_cls(self) + """ + # add modules + self.utils = utils + self.helpers = helpers + + # initialise classes + self.inline = ParserInline() + self.block = ParserBlock() + self.core = ParserCore() + self.renderer = renderer_cls(self) + self.linkify = linkify_it.LinkifyIt() if linkify_it else None + + # set the configuration + if options_update and not isinstance(options_update, Mapping): + # catch signature change where renderer_cls was not used as a key-word + raise TypeError( + f"options_update should be a mapping: {options_update}" + "\n(Perhaps you intended this to be the renderer_cls?)" + ) + self.configure(config, options_update=options_update) + + def __repr__(self) -> str: + return f"{self.__class__.__module__}.{self.__class__.__name__}()" + + @overload + def __getitem__(self, name: Literal["inline"]) -> ParserInline: + ... + + @overload + def __getitem__(self, name: Literal["block"]) -> ParserBlock: + ... + + @overload + def __getitem__(self, name: Literal["core"]) -> ParserCore: + ... + + @overload + def __getitem__(self, name: Literal["renderer"]) -> RendererProtocol: + ... + + @overload + def __getitem__(self, name: str) -> Any: + ... + + def __getitem__(self, name: str) -> Any: + return { + "inline": self.inline, + "block": self.block, + "core": self.core, + "renderer": self.renderer, + }[name] + + def set(self, options: OptionsType) -> None: + """Set parser options (in the same format as in constructor). + Probably, you will never need it, but you can change options after constructor call. + + __Note:__ To achieve the best possible performance, don't modify a + `markdown-it` instance options on the fly. If you need multiple configurations + it's best to create multiple instances and initialize each with separate config. + """ + self.options = OptionsDict(options) + + def configure( + self, presets: str | PresetType, options_update: Mapping[str, Any] | None = None + ) -> MarkdownIt: + """Batch load of all options and component settings. + This is an internal method, and you probably will not need it. + But if you will - see available presets and data structure + [here](https://github.com/markdown-it/markdown-it/tree/master/lib/presets) + + We strongly recommend to use presets instead of direct config loads. + That will give better compatibility with next versions. + """ + if isinstance(presets, str): + if presets not in _PRESETS: + raise KeyError(f"Wrong `markdown-it` preset '{presets}', check name") + config = _PRESETS[presets] + else: + config = presets + + if not config: + raise ValueError("Wrong `markdown-it` config, can't be empty") + + options = config.get("options", {}) or {} + if options_update: + options = {**options, **options_update} # type: ignore + + self.set(options) # type: ignore + + if "components" in config: + for name, component in config["components"].items(): + rules = component.get("rules", None) + if rules: + self[name].ruler.enableOnly(rules) + rules2 = component.get("rules2", None) + if rules2: + self[name].ruler2.enableOnly(rules2) + + return self + + def get_all_rules(self) -> dict[str, list[str]]: + """Return the names of all active rules.""" + rules = { + chain: self[chain].ruler.get_all_rules() + for chain in ["core", "block", "inline"] + } + rules["inline2"] = self.inline.ruler2.get_all_rules() + return rules + + def get_active_rules(self) -> dict[str, list[str]]: + """Return the names of all active rules.""" + rules = { + chain: self[chain].ruler.get_active_rules() + for chain in ["core", "block", "inline"] + } + rules["inline2"] = self.inline.ruler2.get_active_rules() + return rules + + def enable( + self, names: str | Iterable[str], ignoreInvalid: bool = False + ) -> MarkdownIt: + """Enable list or rules. (chainable) + + :param names: rule name or list of rule names to enable. + :param ignoreInvalid: set `true` to ignore errors when rule not found. + + It will automatically find appropriate components, + containing rules with given names. If rule not found, and `ignoreInvalid` + not set - throws exception. + + Example:: + + md = MarkdownIt().enable(['sub', 'sup']).disable('smartquotes') + + """ + result = [] + + if isinstance(names, str): + names = [names] + + for chain in ["core", "block", "inline"]: + result.extend(self[chain].ruler.enable(names, True)) + result.extend(self.inline.ruler2.enable(names, True)) + + missed = [name for name in names if name not in result] + if missed and not ignoreInvalid: + raise ValueError(f"MarkdownIt. Failed to enable unknown rule(s): {missed}") + + return self + + def disable( + self, names: str | Iterable[str], ignoreInvalid: bool = False + ) -> MarkdownIt: + """The same as [[MarkdownIt.enable]], but turn specified rules off. (chainable) + + :param names: rule name or list of rule names to disable. + :param ignoreInvalid: set `true` to ignore errors when rule not found. + + """ + result = [] + + if isinstance(names, str): + names = [names] + + for chain in ["core", "block", "inline"]: + result.extend(self[chain].ruler.disable(names, True)) + result.extend(self.inline.ruler2.disable(names, True)) + + missed = [name for name in names if name not in result] + if missed and not ignoreInvalid: + raise ValueError(f"MarkdownIt. Failed to disable unknown rule(s): {missed}") + return self + + @contextmanager + def reset_rules(self) -> Generator[None, None, None]: + """A context manager, that will reset the current enabled rules on exit.""" + chain_rules = self.get_active_rules() + yield + for chain, rules in chain_rules.items(): + if chain != "inline2": + self[chain].ruler.enableOnly(rules) + self.inline.ruler2.enableOnly(chain_rules["inline2"]) + + def add_render_rule( + self, name: str, function: Callable[..., Any], fmt: str = "html" + ) -> None: + """Add a rule for rendering a particular Token type. + + Only applied when ``renderer.__output__ == fmt`` + """ + if self.renderer.__output__ == fmt: + self.renderer.rules[name] = function.__get__(self.renderer) # type: ignore + + def use( + self, plugin: Callable[..., None], *params: Any, **options: Any + ) -> MarkdownIt: + """Load specified plugin with given params into current parser instance. (chainable) + + It's just a sugar to call `plugin(md, params)` with curring. + + Example:: + + def func(tokens, idx): + tokens[idx].content = tokens[idx].content.replace('foo', 'bar') + md = MarkdownIt().use(plugin, 'foo_replace', 'text', func) + + """ + plugin(self, *params, **options) + return self + + def parse(self, src: str, env: EnvType | None = None) -> list[Token]: + """Parse the source string to a token stream + + :param src: source string + :param env: environment sandbox + + Parse input string and return list of block tokens (special token type + "inline" will contain list of inline tokens). + + `env` is used to pass data between "distributed" rules and return additional + metadata like reference info, needed for the renderer. It also can be used to + inject data in specific cases. Usually, you will be ok to pass `{}`, + and then pass updated object to renderer. + """ + env = {} if env is None else env + if not isinstance(env, MutableMapping): + raise TypeError(f"Input data should be a MutableMapping, not {type(env)}") + if not isinstance(src, str): + raise TypeError(f"Input data should be a string, not {type(src)}") + state = StateCore(src, self, env) + self.core.process(state) + return state.tokens + + def render(self, src: str, env: EnvType | None = None) -> Any: + """Render markdown string into html. It does all magic for you :). + + :param src: source string + :param env: environment sandbox + :returns: The output of the loaded renderer + + `env` can be used to inject additional metadata (`{}` by default). + But you will not need it with high probability. See also comment + in [[MarkdownIt.parse]]. + """ + env = {} if env is None else env + return self.renderer.render(self.parse(src, env), self.options, env) + + def parseInline(self, src: str, env: EnvType | None = None) -> list[Token]: + """The same as [[MarkdownIt.parse]] but skip all block rules. + + :param src: source string + :param env: environment sandbox + + It returns the + block tokens list with the single `inline` element, containing parsed inline + tokens in `children` property. Also updates `env` object. + """ + env = {} if env is None else env + if not isinstance(env, MutableMapping): + raise TypeError(f"Input data should be an MutableMapping, not {type(env)}") + if not isinstance(src, str): + raise TypeError(f"Input data should be a string, not {type(src)}") + state = StateCore(src, self, env) + state.inlineMode = True + self.core.process(state) + return state.tokens + + def renderInline(self, src: str, env: EnvType | None = None) -> Any: + """Similar to [[MarkdownIt.render]] but for single paragraph content. + + :param src: source string + :param env: environment sandbox + + Similar to [[MarkdownIt.render]] but for single paragraph content. Result + will NOT be wrapped into `

` tags. + """ + env = {} if env is None else env + return self.renderer.render(self.parseInline(src, env), self.options, env) + + # link methods + + def validateLink(self, url: str) -> bool: + """Validate if the URL link is allowed in output. + + This validator can prohibit more than really needed to prevent XSS. + It's a tradeoff to keep code simple and to be secure by default. + + Note: the url should be normalized at this point, and existing entities decoded. + """ + return normalize_url.validateLink(url) + + def normalizeLink(self, url: str) -> str: + """Normalize destination URLs in links + + :: + + [label]: destination 'title' + ^^^^^^^^^^^ + """ + return normalize_url.normalizeLink(url) + + def normalizeLinkText(self, link: str) -> str: + """Normalize autolink content + + :: + + + ~~~~~~~~~~~ + """ + return normalize_url.normalizeLinkText(link) diff --git a/.awi/lib/python3.9/site-packages/markdown_it/parser_block.py b/.awi/lib/python3.9/site-packages/markdown_it/parser_block.py new file mode 100644 index 0000000..72360f9 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/parser_block.py @@ -0,0 +1,111 @@ +"""Block-level tokenizer.""" +from __future__ import annotations + +import logging +from typing import TYPE_CHECKING, Callable + +from . import rules_block +from .ruler import Ruler +from .rules_block.state_block import StateBlock +from .token import Token +from .utils import EnvType + +if TYPE_CHECKING: + from markdown_it import MarkdownIt + +LOGGER = logging.getLogger(__name__) + + +RuleFuncBlockType = Callable[[StateBlock, int, int, bool], bool] +"""(state: StateBlock, startLine: int, endLine: int, silent: bool) -> matched: bool) + +`silent` disables token generation, useful for lookahead. +""" + +_rules: list[tuple[str, RuleFuncBlockType, list[str]]] = [ + # First 2 params - rule name & source. Secondary array - list of rules, + # which can be terminated by this one. + ("table", rules_block.table, ["paragraph", "reference"]), + ("code", rules_block.code, []), + ("fence", rules_block.fence, ["paragraph", "reference", "blockquote", "list"]), + ( + "blockquote", + rules_block.blockquote, + ["paragraph", "reference", "blockquote", "list"], + ), + ("hr", rules_block.hr, ["paragraph", "reference", "blockquote", "list"]), + ("list", rules_block.list_block, ["paragraph", "reference", "blockquote"]), + ("reference", rules_block.reference, []), + ("html_block", rules_block.html_block, ["paragraph", "reference", "blockquote"]), + ("heading", rules_block.heading, ["paragraph", "reference", "blockquote"]), + ("lheading", rules_block.lheading, []), + ("paragraph", rules_block.paragraph, []), +] + + +class ParserBlock: + """ + ParserBlock#ruler -> Ruler + + [[Ruler]] instance. Keep configuration of block rules. + """ + + def __init__(self) -> None: + self.ruler = Ruler[RuleFuncBlockType]() + for name, rule, alt in _rules: + self.ruler.push(name, rule, {"alt": alt}) + + def tokenize(self, state: StateBlock, startLine: int, endLine: int) -> None: + """Generate tokens for input range.""" + rules = self.ruler.getRules("") + line = startLine + maxNesting = state.md.options.maxNesting + hasEmptyLines = False + + while line < endLine: + state.line = line = state.skipEmptyLines(line) + if line >= endLine: + break + if state.sCount[line] < state.blkIndent: + # Termination condition for nested calls. + # Nested calls currently used for blockquotes & lists + break + if state.level >= maxNesting: + # If nesting level exceeded - skip tail to the end. + # That's not ordinary situation and we should not care about content. + state.line = endLine + break + + # Try all possible rules. + # On success, rule should: + # - update `state.line` + # - update `state.tokens` + # - return True + for rule in rules: + if rule(state, line, endLine, False): + break + + # set state.tight if we had an empty line before current tag + # i.e. latest empty line should not count + state.tight = not hasEmptyLines + + line = state.line + + # paragraph might "eat" one newline after it in nested lists + if (line - 1) < endLine and state.isEmpty(line - 1): + hasEmptyLines = True + + if line < endLine and state.isEmpty(line): + hasEmptyLines = True + line += 1 + state.line = line + + def parse( + self, src: str, md: MarkdownIt, env: EnvType, outTokens: list[Token] + ) -> list[Token] | None: + """Process input string and push block tokens into `outTokens`.""" + if not src: + return None + state = StateBlock(src, md, env, outTokens) + self.tokenize(state, state.line, state.lineMax) + return state.tokens diff --git a/.awi/lib/python3.9/site-packages/markdown_it/parser_core.py b/.awi/lib/python3.9/site-packages/markdown_it/parser_core.py new file mode 100644 index 0000000..ca5ab25 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/parser_core.py @@ -0,0 +1,45 @@ +""" + * class Core + * + * Top-level rules executor. Glues block/inline parsers and does intermediate + * transformations. +""" +from __future__ import annotations + +from typing import Callable + +from .ruler import Ruler +from .rules_core import ( + block, + inline, + linkify, + normalize, + replace, + smartquotes, + text_join, +) +from .rules_core.state_core import StateCore + +RuleFuncCoreType = Callable[[StateCore], None] + +_rules: list[tuple[str, RuleFuncCoreType]] = [ + ("normalize", normalize), + ("block", block), + ("inline", inline), + ("linkify", linkify), + ("replacements", replace), + ("smartquotes", smartquotes), + ("text_join", text_join), +] + + +class ParserCore: + def __init__(self) -> None: + self.ruler = Ruler[RuleFuncCoreType]() + for name, rule in _rules: + self.ruler.push(name, rule) + + def process(self, state: StateCore) -> None: + """Executes core chain rules.""" + for rule in self.ruler.getRules(""): + rule(state) diff --git a/.awi/lib/python3.9/site-packages/markdown_it/parser_inline.py b/.awi/lib/python3.9/site-packages/markdown_it/parser_inline.py new file mode 100644 index 0000000..0026c38 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/parser_inline.py @@ -0,0 +1,147 @@ +"""Tokenizes paragraph content. +""" +from __future__ import annotations + +from typing import TYPE_CHECKING, Callable + +from . import rules_inline +from .ruler import Ruler +from .rules_inline.state_inline import StateInline +from .token import Token +from .utils import EnvType + +if TYPE_CHECKING: + from markdown_it import MarkdownIt + + +# Parser rules +RuleFuncInlineType = Callable[[StateInline, bool], bool] +"""(state: StateInline, silent: bool) -> matched: bool) + +`silent` disables token generation, useful for lookahead. +""" +_rules: list[tuple[str, RuleFuncInlineType]] = [ + ("text", rules_inline.text), + ("linkify", rules_inline.linkify), + ("newline", rules_inline.newline), + ("escape", rules_inline.escape), + ("backticks", rules_inline.backtick), + ("strikethrough", rules_inline.strikethrough.tokenize), + ("emphasis", rules_inline.emphasis.tokenize), + ("link", rules_inline.link), + ("image", rules_inline.image), + ("autolink", rules_inline.autolink), + ("html_inline", rules_inline.html_inline), + ("entity", rules_inline.entity), +] + +# Note `rule2` ruleset was created specifically for emphasis/strikethrough +# post-processing and may be changed in the future. +# +# Don't use this for anything except pairs (plugins working with `balance_pairs`). +# +RuleFuncInline2Type = Callable[[StateInline], None] +_rules2: list[tuple[str, RuleFuncInline2Type]] = [ + ("balance_pairs", rules_inline.link_pairs), + ("strikethrough", rules_inline.strikethrough.postProcess), + ("emphasis", rules_inline.emphasis.postProcess), + # rules for pairs separate '**' into its own text tokens, which may be left unused, + # rule below merges unused segments back with the rest of the text + ("fragments_join", rules_inline.fragments_join), +] + + +class ParserInline: + def __init__(self) -> None: + self.ruler = Ruler[RuleFuncInlineType]() + for name, rule in _rules: + self.ruler.push(name, rule) + # Second ruler used for post-processing (e.g. in emphasis-like rules) + self.ruler2 = Ruler[RuleFuncInline2Type]() + for name, rule2 in _rules2: + self.ruler2.push(name, rule2) + + def skipToken(self, state: StateInline) -> None: + """Skip single token by running all rules in validation mode; + returns `True` if any rule reported success + """ + ok = False + pos = state.pos + rules = self.ruler.getRules("") + maxNesting = state.md.options["maxNesting"] + cache = state.cache + + if pos in cache: + state.pos = cache[pos] + return + + if state.level < maxNesting: + for rule in rules: + # Increment state.level and decrement it later to limit recursion. + # It's harmless to do here, because no tokens are created. + # But ideally, we'd need a separate private state variable for this purpose. + state.level += 1 + ok = rule(state, True) + state.level -= 1 + if ok: + break + else: + # Too much nesting, just skip until the end of the paragraph. + # + # NOTE: this will cause links to behave incorrectly in the following case, + # when an amount of `[` is exactly equal to `maxNesting + 1`: + # + # [[[[[[[[[[[[[[[[[[[[[foo]() + # + # TODO: remove this workaround when CM standard will allow nested links + # (we can replace it by preventing links from being parsed in + # validation mode) + # + state.pos = state.posMax + + if not ok: + state.pos += 1 + cache[pos] = state.pos + + def tokenize(self, state: StateInline) -> None: + """Generate tokens for input range.""" + ok = False + rules = self.ruler.getRules("") + end = state.posMax + maxNesting = state.md.options["maxNesting"] + + while state.pos < end: + # Try all possible rules. + # On success, rule should: + # + # - update `state.pos` + # - update `state.tokens` + # - return true + + if state.level < maxNesting: + for rule in rules: + ok = rule(state, False) + if ok: + break + + if ok: + if state.pos >= end: + break + continue + + state.pending += state.src[state.pos] + state.pos += 1 + + if state.pending: + state.pushPending() + + def parse( + self, src: str, md: MarkdownIt, env: EnvType, tokens: list[Token] + ) -> list[Token]: + """Process input string and push inline tokens into `tokens`""" + state = StateInline(src, md, env, tokens) + self.tokenize(state) + rules2 = self.ruler2.getRules("") + for rule in rules2: + rule(state) + return state.tokens diff --git a/.awi/lib/python3.9/site-packages/markdown_it/port.yaml b/.awi/lib/python3.9/site-packages/markdown_it/port.yaml new file mode 100644 index 0000000..3e289e9 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/port.yaml @@ -0,0 +1,48 @@ +- package: markdown-it/markdown-it + version: 13.0.1 + commit: e843acc9edad115cbf8cf85e676443f01658be08 + date: May 3, 2022 + notes: + - Rename variables that use python built-in names, e.g. + - `max` -> `maximum` + - `len` -> `length` + - `str` -> `string` + - | + Convert JS `for` loops to `while` loops + this is generally the main difference between the codes, + because in python you can't do e.g. `for {i=1;i PresetType: + config = commonmark.make() + config["components"]["core"]["rules"].append("linkify") + config["components"]["block"]["rules"].append("table") + config["components"]["inline"]["rules"].extend(["strikethrough", "linkify"]) + config["components"]["inline"]["rules2"].append("strikethrough") + config["options"]["linkify"] = True + config["options"]["html"] = True + return config diff --git a/.awi/lib/python3.9/site-packages/markdown_it/presets/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/presets/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..130704b74d6cd9d2363364971842c2e25d9d7203 GIT binary patch literal 1249 zcmZ8g!EW3(5TztaD{s9((H1F^ONjOo0p1nRo)Q>E00XfPu@N9X=^}7NYQ-)^sw5S6 zgBB=|d`1t+vA@z!;I*gxLQWaV>(mZ~8Ii-`=SSdRft6_mQf#9ai3I4k1HG@mM|>SKC7|_@uZraB9^l3En?Z5xXRh=B`WeF_47ve zy;eOnTR&sGrK5Bnzvf2!`LDLViR7EMucg@X4-xEHBqsb!99&@YA@qvK&tDjBxx3sA zyn)D_hGFy+%>Dq5qbdUCF^j5%W1h13?Si{C_5#!_IHnG_P~L)ht5xU+Fho=N&j zkA^dH4s@BmQsmL;v-5%kVypR_K)dXOC6qBsT*qNTZAH5~B95*lCsZ+Foq=rE89i<~ z0;eCe;>tn3CMTc;h!N2Da2ML~BO)A;wAn%qwcDi>)ZTG3D^w3<>MSu~}s2T6Aus1n7Ntv1VH=Q^#* z6}=Lr6zlSO{PXH@X`vRD1JnoIa9f6#6iTxe4uHdJuw`8fC0t#vhMoBaHvSgOehm)A zd2|oH2VjTryi>1}=~AK^#r7i{iioAe9mT(H9Thr=X6s*U+K3rX{za agRUmv`~3Kt?JuDYZQz3A@1nyPC!YX4EmzWP zisGWsI^lR%vvnNM(KdM&Ku>ws|@{YHiz-iq= zPXf#;ak*4_pn_k6Tg;_%>3zvuZsE#qzgJwY3R29rIf_ea#eggtkTtkv2bB5rqE3^- zN8iq_BoqHw62XmiIpzS`|3mVTYC5NmH)nLR%7Y^Lj@G^9b#Gh-!`M;7jZ5)ix!vPx zYB~ZrnnOIKxIntJ;4pyf-BQA(e`}Zc#8)vn*-->v!*--x8~q+unmlSS^5DsGk1W!e zKThXze6or?I1SprxW<+UR*_pi5ZD#(nD%R+-}f&6ia%}DsR61{(;oq3b*3Z|Za2-; zuSP-lEizBCb))op+}lpcYC|u1CHSto*FW7nuMD@a9!|S1Qcm zp}{ue-X#O=!Bfb5gd&KeFpBY8MiK5pTz^ZR7E$(B^f*0E|44pM-slg|?;Ia~x!p2V mZ?|rNNeZKVN6f}|pze21(crSr2E~vvpNFWK1Vxe^$A1ICJ;X5e_Z|&s_&F$i8ht=%eEqB=x~1w$X55}qR*^y2Q`K9pq*>lzXp?#_d9Rsa z_T$(yV3B5a(6WTwe>O?GfG{rrrjL*AA2FbahWj~3lhbJL(|C_Tz-)Cxq592m0(jW% z54&%N-Iv4e>-Ag^Sr4RUSvoJ0j%-)VST1W9G`15(EVyiWH5L!-*sEHTzG2!$mxHp* z6tnGA^lq?4w9$;TrbwoCFh<3^5fC=@T~I2`T(}XcY+b}9^kpe_@!bwwQmU?3 zl1Xd6BfS8b_wf5NZ&b(fUXxFZ$^1e|tNCU)ZZGcz8EdTuNwZ4ntRHQoWWFRP}p|F3U(9)3?`WP{vHJZ_kX8hstIPpNv%V*`q$n(BA<6jBDxB%6s0L05Z z;uFOE2Ia{2C?dh$Cm|Vp2=jnMFTKfd`#w3%sgkE@tEi^tEL|~Er$U;Vi7KT6FE}N$ z^tGmC$J0`(w85goJT0UsS=A{QCd*W_rsXtgB%ykiUO^mPV|R3x8kx3OX__u1CmA!C zvm%v(Z)V92f_F}Qo4n|&zuL4EtVmJQDN%s$KXJWZg6azZ*IB=U9z)`h!9FHY<&ohR zpZO#rqso2b$|ngqst`HeBQo9x7c=qt!-Shs^*}^4phgfo`g0QQZ+D?EwzIMm&MXXOh654V?)-Lsp_o3YDwfu%$b42j(0lS0t;vD#)b`EQup?r!(M=V6u^oQf}M{B z=q7xa_#+hh(Xa4l_+8zH*lQT$a6Tupn9uD19>=wE)aspoo4MWH1BV?w0jk0ec PresetType: + return { + "options": { + "maxNesting": 20, # Internal protection, recursion limit + "html": True, # Enable HTML tags in source, + # this is just a shorthand for .enable(["html_inline", "html_block"]) + # used by the linkify rule: + "linkify": False, # autoconvert URL-like texts to links + # used by the replacements and smartquotes rules + # Enable some language-neutral replacements + quotes beautification + "typographer": False, + # used by the smartquotes rule: + # Double + single quotes replacement pairs, when typographer enabled, + # and smartquotes on. Could be either a String or an Array. + # + # For example, you can use '«»„“' for Russian, '„“‚‘' for German, + # and ['«\xA0', '\xA0»', '‹\xA0', '\xA0›'] for French (including nbsp). + "quotes": "\u201c\u201d\u2018\u2019", # /* “”‘’ */ + # Renderer specific; these options are used directly in the HTML renderer + "xhtmlOut": True, # Use '/' to close single tags (
) + "breaks": False, # Convert '\n' in paragraphs into
+ "langPrefix": "language-", # CSS language prefix for fenced blocks + # Highlighter function. Should return escaped HTML, + # or '' if the source string is not changed and should be escaped externally. + # If result starts with PresetType: + return { + "options": { + "maxNesting": 100, # Internal protection, recursion limit + "html": False, # Enable HTML tags in source + # this is just a shorthand for .disable(["html_inline", "html_block"]) + # used by the linkify rule: + "linkify": False, # autoconvert URL-like texts to links + # used by the replacements and smartquotes rules: + # Enable some language-neutral replacements + quotes beautification + "typographer": False, + # used by the smartquotes rule: + # Double + single quotes replacement pairs, when typographer enabled, + # and smartquotes on. Could be either a String or an Array. + # For example, you can use '«»„“' for Russian, '„“‚‘' for German, + # and ['«\xA0', '\xA0»', '‹\xA0', '\xA0›'] for French (including nbsp). + "quotes": "\u201c\u201d\u2018\u2019", # /* “”‘’ */ + # Renderer specific; these options are used directly in the HTML renderer + "xhtmlOut": False, # Use '/' to close single tags (
) + "breaks": False, # Convert '\n' in paragraphs into
+ "langPrefix": "language-", # CSS language prefix for fenced blocks + # Highlighter function. Should return escaped HTML, + # or '' if the source string is not changed and should be escaped externally. + # If result starts with PresetType: + return { + "options": { + "maxNesting": 20, # Internal protection, recursion limit + "html": False, # Enable HTML tags in source + # this is just a shorthand for .disable(["html_inline", "html_block"]) + # used by the linkify rule: + "linkify": False, # autoconvert URL-like texts to links + # used by the replacements and smartquotes rules: + # Enable some language-neutral replacements + quotes beautification + "typographer": False, + # used by the smartquotes rule: + # Double + single quotes replacement pairs, when typographer enabled, + # and smartquotes on. Could be either a String or an Array. + # For example, you can use '«»„“' for Russian, '„“‚‘' for German, + # and ['«\xA0', '\xA0»', '‹\xA0', '\xA0›'] for French (including nbsp). + "quotes": "\u201c\u201d\u2018\u2019", # /* “”‘’ */ + # Renderer specific; these options are used directly in the HTML renderer + "xhtmlOut": False, # Use '/' to close single tags (
) + "breaks": False, # Convert '\n' in paragraphs into
+ "langPrefix": "language-", # CSS language prefix for fenced blocks + # Highlighter function. Should return escaped HTML, + # or '' if the source string is not changed and should be escaped externally. + # If result starts with Any: + ... + + +class RendererHTML(RendererProtocol): + """Contains render rules for tokens. Can be updated and extended. + + Example: + + Each rule is called as independent static function with fixed signature: + + :: + + class Renderer: + def token_type_name(self, tokens, idx, options, env) { + # ... + return renderedHTML + + :: + + class CustomRenderer(RendererHTML): + def strong_open(self, tokens, idx, options, env): + return '' + def strong_close(self, tokens, idx, options, env): + return '' + + md = MarkdownIt(renderer_cls=CustomRenderer) + + result = md.render(...) + + See https://github.com/markdown-it/markdown-it/blob/master/lib/renderer.js + for more details and examples. + """ + + __output__ = "html" + + def __init__(self, parser: Any = None): + self.rules = { + k: v + for k, v in inspect.getmembers(self, predicate=inspect.ismethod) + if not (k.startswith("render") or k.startswith("_")) + } + + def render( + self, tokens: Sequence[Token], options: OptionsDict, env: EnvType + ) -> str: + """Takes token stream and generates HTML. + + :param tokens: list on block tokens to render + :param options: params of parser instance + :param env: additional data from parsed input + + """ + result = "" + + for i, token in enumerate(tokens): + if token.type == "inline": + if token.children: + result += self.renderInline(token.children, options, env) + elif token.type in self.rules: + result += self.rules[token.type](tokens, i, options, env) + else: + result += self.renderToken(tokens, i, options, env) + + return result + + def renderInline( + self, tokens: Sequence[Token], options: OptionsDict, env: EnvType + ) -> str: + """The same as ``render``, but for single token of `inline` type. + + :param tokens: list on block tokens to render + :param options: params of parser instance + :param env: additional data from parsed input (references, for example) + """ + result = "" + + for i, token in enumerate(tokens): + if token.type in self.rules: + result += self.rules[token.type](tokens, i, options, env) + else: + result += self.renderToken(tokens, i, options, env) + + return result + + def renderToken( + self, + tokens: Sequence[Token], + idx: int, + options: OptionsDict, + env: EnvType, + ) -> str: + """Default token renderer. + + Can be overridden by custom function + + :param idx: token index to render + :param options: params of parser instance + """ + result = "" + needLf = False + token = tokens[idx] + + # Tight list paragraphs + if token.hidden: + return "" + + # Insert a newline between hidden paragraph and subsequent opening + # block-level tag. + # + # For example, here we should insert a newline before blockquote: + # - a + # > + # + if token.block and token.nesting != -1 and idx and tokens[idx - 1].hidden: + result += "\n" + + # Add token name, e.g. ``. + # + needLf = False + + result += ">\n" if needLf else ">" + + return result + + @staticmethod + def renderAttrs(token: Token) -> str: + """Render token attributes to string.""" + result = "" + + for key, value in token.attrItems(): + result += " " + escapeHtml(key) + '="' + escapeHtml(str(value)) + '"' + + return result + + def renderInlineAsText( + self, + tokens: Sequence[Token] | None, + options: OptionsDict, + env: EnvType, + ) -> str: + """Special kludge for image `alt` attributes to conform CommonMark spec. + + Don't try to use it! Spec requires to show `alt` content with stripped markup, + instead of simple escaping. + + :param tokens: list on block tokens to render + :param options: params of parser instance + :param env: additional data from parsed input + """ + result = "" + + for token in tokens or []: + if token.type == "text": + result += token.content + elif token.type == "image": + if token.children: + result += self.renderInlineAsText(token.children, options, env) + elif token.type == "softbreak": + result += "\n" + + return result + + ################################################### + + def code_inline( + self, tokens: Sequence[Token], idx: int, options: OptionsDict, env: EnvType + ) -> str: + token = tokens[idx] + return ( + "" + + escapeHtml(tokens[idx].content) + + "" + ) + + def code_block( + self, + tokens: Sequence[Token], + idx: int, + options: OptionsDict, + env: EnvType, + ) -> str: + token = tokens[idx] + + return ( + "" + + escapeHtml(tokens[idx].content) + + "\n" + ) + + def fence( + self, + tokens: Sequence[Token], + idx: int, + options: OptionsDict, + env: EnvType, + ) -> str: + token = tokens[idx] + info = unescapeAll(token.info).strip() if token.info else "" + langName = "" + langAttrs = "" + + if info: + arr = info.split(maxsplit=1) + langName = arr[0] + if len(arr) == 2: + langAttrs = arr[1] + + if options.highlight: + highlighted = options.highlight( + token.content, langName, langAttrs + ) or escapeHtml(token.content) + else: + highlighted = escapeHtml(token.content) + + if highlighted.startswith("" + + highlighted + + "\n" + ) + + return ( + "

"
+            + highlighted
+            + "
\n" + ) + + def image( + self, + tokens: Sequence[Token], + idx: int, + options: OptionsDict, + env: EnvType, + ) -> str: + token = tokens[idx] + + # "alt" attr MUST be set, even if empty. Because it's mandatory and + # should be placed on proper position for tests. + if token.children: + token.attrSet("alt", self.renderInlineAsText(token.children, options, env)) + else: + token.attrSet("alt", "") + + return self.renderToken(tokens, idx, options, env) + + def hardbreak( + self, tokens: Sequence[Token], idx: int, options: OptionsDict, env: EnvType + ) -> str: + return "
\n" if options.xhtmlOut else "
\n" + + def softbreak( + self, tokens: Sequence[Token], idx: int, options: OptionsDict, env: EnvType + ) -> str: + return ( + ("
\n" if options.xhtmlOut else "
\n") if options.breaks else "\n" + ) + + def text( + self, tokens: Sequence[Token], idx: int, options: OptionsDict, env: EnvType + ) -> str: + return escapeHtml(tokens[idx].content) + + def html_block( + self, tokens: Sequence[Token], idx: int, options: OptionsDict, env: EnvType + ) -> str: + return tokens[idx].content + + def html_inline( + self, tokens: Sequence[Token], idx: int, options: OptionsDict, env: EnvType + ) -> str: + return tokens[idx].content diff --git a/.awi/lib/python3.9/site-packages/markdown_it/ruler.py b/.awi/lib/python3.9/site-packages/markdown_it/ruler.py new file mode 100644 index 0000000..bd8baba --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/ruler.py @@ -0,0 +1,276 @@ +""" +class Ruler + +Helper class, used by [[MarkdownIt#core]], [[MarkdownIt#block]] and +[[MarkdownIt#inline]] to manage sequences of functions (rules): + +- keep rules in defined order +- assign the name to each rule +- enable/disable rules +- add/replace rules +- allow assign rules to additional named chains (in the same) +- caching lists of active rules + +You will not need use this class directly until write plugins. For simple +rules control use [[MarkdownIt.disable]], [[MarkdownIt.enable]] and +[[MarkdownIt.use]]. +""" +from __future__ import annotations + +from collections.abc import Iterable +from dataclasses import dataclass, field +from typing import TYPE_CHECKING, Generic, TypedDict, TypeVar +import warnings + +from markdown_it._compat import DATACLASS_KWARGS + +from .utils import EnvType + +if TYPE_CHECKING: + from markdown_it import MarkdownIt + + +class StateBase: + def __init__(self, src: str, md: MarkdownIt, env: EnvType): + self.src = src + self.env = env + self.md = md + + @property + def src(self) -> str: + return self._src + + @src.setter + def src(self, value: str) -> None: + self._src = value + self._srcCharCode: tuple[int, ...] | None = None + + @property + def srcCharCode(self) -> tuple[int, ...]: + warnings.warn( + "StateBase.srcCharCode is deprecated. Use StateBase.src instead.", + DeprecationWarning, + stacklevel=2, + ) + if self._srcCharCode is None: + self._srcCharCode = tuple(ord(c) for c in self._src) + return self._srcCharCode + + +class RuleOptionsType(TypedDict, total=False): + alt: list[str] + + +RuleFuncTv = TypeVar("RuleFuncTv") +"""A rule function, whose signature is dependent on the state type.""" + + +@dataclass(**DATACLASS_KWARGS) +class Rule(Generic[RuleFuncTv]): + name: str + enabled: bool + fn: RuleFuncTv = field(repr=False) + alt: list[str] + + +class Ruler(Generic[RuleFuncTv]): + def __init__(self) -> None: + # List of added rules. + self.__rules__: list[Rule[RuleFuncTv]] = [] + # Cached rule chains. + # First level - chain name, '' for default. + # Second level - diginal anchor for fast filtering by charcodes. + self.__cache__: dict[str, list[RuleFuncTv]] | None = None + + def __find__(self, name: str) -> int: + """Find rule index by name""" + for i, rule in enumerate(self.__rules__): + if rule.name == name: + return i + return -1 + + def __compile__(self) -> None: + """Build rules lookup cache""" + chains = {""} + # collect unique names + for rule in self.__rules__: + if not rule.enabled: + continue + for name in rule.alt: + chains.add(name) + self.__cache__ = {} + for chain in chains: + self.__cache__[chain] = [] + for rule in self.__rules__: + if not rule.enabled: + continue + if chain and (chain not in rule.alt): + continue + self.__cache__[chain].append(rule.fn) + + def at( + self, ruleName: str, fn: RuleFuncTv, options: RuleOptionsType | None = None + ) -> None: + """Replace rule by name with new function & options. + + :param ruleName: rule name to replace. + :param fn: new rule function. + :param options: new rule options (not mandatory). + :raises: KeyError if name not found + """ + index = self.__find__(ruleName) + options = options or {} + if index == -1: + raise KeyError(f"Parser rule not found: {ruleName}") + self.__rules__[index].fn = fn + self.__rules__[index].alt = options.get("alt", []) + self.__cache__ = None + + def before( + self, + beforeName: str, + ruleName: str, + fn: RuleFuncTv, + options: RuleOptionsType | None = None, + ) -> None: + """Add new rule to chain before one with given name. + + :param beforeName: new rule will be added before this one. + :param ruleName: new rule will be added before this one. + :param fn: new rule function. + :param options: new rule options (not mandatory). + :raises: KeyError if name not found + """ + index = self.__find__(beforeName) + options = options or {} + if index == -1: + raise KeyError(f"Parser rule not found: {beforeName}") + self.__rules__.insert( + index, Rule[RuleFuncTv](ruleName, True, fn, options.get("alt", [])) + ) + self.__cache__ = None + + def after( + self, + afterName: str, + ruleName: str, + fn: RuleFuncTv, + options: RuleOptionsType | None = None, + ) -> None: + """Add new rule to chain after one with given name. + + :param afterName: new rule will be added after this one. + :param ruleName: new rule will be added after this one. + :param fn: new rule function. + :param options: new rule options (not mandatory). + :raises: KeyError if name not found + """ + index = self.__find__(afterName) + options = options or {} + if index == -1: + raise KeyError(f"Parser rule not found: {afterName}") + self.__rules__.insert( + index + 1, Rule[RuleFuncTv](ruleName, True, fn, options.get("alt", [])) + ) + self.__cache__ = None + + def push( + self, ruleName: str, fn: RuleFuncTv, options: RuleOptionsType | None = None + ) -> None: + """Push new rule to the end of chain. + + :param ruleName: new rule will be added to the end of chain. + :param fn: new rule function. + :param options: new rule options (not mandatory). + + """ + self.__rules__.append( + Rule[RuleFuncTv](ruleName, True, fn, (options or {}).get("alt", [])) + ) + self.__cache__ = None + + def enable( + self, names: str | Iterable[str], ignoreInvalid: bool = False + ) -> list[str]: + """Enable rules with given names. + + :param names: name or list of rule names to enable. + :param ignoreInvalid: ignore errors when rule not found + :raises: KeyError if name not found and not ignoreInvalid + :return: list of found rule names + """ + if isinstance(names, str): + names = [names] + result: list[str] = [] + for name in names: + idx = self.__find__(name) + if (idx < 0) and ignoreInvalid: + continue + if (idx < 0) and not ignoreInvalid: + raise KeyError(f"Rules manager: invalid rule name {name}") + self.__rules__[idx].enabled = True + result.append(name) + self.__cache__ = None + return result + + def enableOnly( + self, names: str | Iterable[str], ignoreInvalid: bool = False + ) -> list[str]: + """Enable rules with given names, and disable everything else. + + :param names: name or list of rule names to enable. + :param ignoreInvalid: ignore errors when rule not found + :raises: KeyError if name not found and not ignoreInvalid + :return: list of found rule names + """ + if isinstance(names, str): + names = [names] + for rule in self.__rules__: + rule.enabled = False + return self.enable(names, ignoreInvalid) + + def disable( + self, names: str | Iterable[str], ignoreInvalid: bool = False + ) -> list[str]: + """Disable rules with given names. + + :param names: name or list of rule names to enable. + :param ignoreInvalid: ignore errors when rule not found + :raises: KeyError if name not found and not ignoreInvalid + :return: list of found rule names + """ + if isinstance(names, str): + names = [names] + result = [] + for name in names: + idx = self.__find__(name) + if (idx < 0) and ignoreInvalid: + continue + if (idx < 0) and not ignoreInvalid: + raise KeyError(f"Rules manager: invalid rule name {name}") + self.__rules__[idx].enabled = False + result.append(name) + self.__cache__ = None + return result + + def getRules(self, chainName: str = "") -> list[RuleFuncTv]: + """Return array of active functions (rules) for given chain name. + It analyzes rules configuration, compiles caches if not exists and returns result. + + Default chain name is `''` (empty string). It can't be skipped. + That's done intentionally, to keep signature monomorphic for high speed. + + """ + if self.__cache__ is None: + self.__compile__() + assert self.__cache__ is not None + # Chain can be empty, if rules disabled. But we still have to return Array. + return self.__cache__.get(chainName, []) or [] + + def get_all_rules(self) -> list[str]: + """Return all available rule names.""" + return [r.name for r in self.__rules__] + + def get_active_rules(self) -> list[str]: + """Return the active rule names.""" + return [r.name for r in self.__rules__ if r.enabled] diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__init__.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__init__.py new file mode 100644 index 0000000..bcf138d --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__init__.py @@ -0,0 +1,27 @@ +__all__ = ( + "StateBlock", + "paragraph", + "heading", + "lheading", + "code", + "fence", + "hr", + "list_block", + "reference", + "blockquote", + "html_block", + "table", +) + +from .blockquote import blockquote +from .code import code +from .fence import fence +from .heading import heading +from .hr import hr +from .html_block import html_block +from .lheading import lheading +from .list import list_block +from .paragraph import paragraph +from .reference import reference +from .state_block import StateBlock +from .table import table diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..68e8a71fab6bef0cf4abf2c0b5afa6d791cf9f6e GIT binary patch literal 670 zcmZvYJC55h5Qg=B%TBphP+_x3wLlOANs}tgc5DRNqAbBfQ5n&@@J(`sT#0R}Tp?BX z*Z?V(g7|-YeHaXD+bS^Qar`=VQ4svHi~on&3qF~D`(dUbpurFh5riV7VQ4vqNJKPp zoIosM8aqxQ5eZEkXON1NrjB#SL`E~m1>_>9x#JQFQPR?J1(m31<+z4g)Uu5q< z!Mv&dvU#dS3)0k2n5#ZJI~ho&Q4h_-(wQXiR**hlW8_L2A~eAv#K zccqV4Sz}h;y1mZ(o&of|vpY9hGg>cND_SR7qfTt~Xsu|S&PeOccEcBpR*qKvGr)J2 z?eyoFOj2;NB75e1Az$R8a6aACESHU}!0s26w`Dkt5)bQLO>!Ye_A(QgPsFd^A0Np! zD}Gqn`N}SQBZA>|kS|L=D}p!Ro3DWM{k+Vo?~m(U7axQi%-Kg<*7jhgWZ#5ueSZOE C)tyuT literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/blockquote.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/blockquote.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9e7b6cdd64be59c758ae2b0205566d1e9206f7df GIT binary patch literal 3128 zcmbtW&u`<#6`mOmDU$kO*{ikWO?I`VlRe8(JgZ5q0qVL!S1QO2WZdz6ME=@rvlBzMgD>P^ zd*6KI&~G+f0>@kX@9+Ql2Za0+J68`2IzJ(VrXN8=5J4j{r5>f&W)bt4Fa(c`Dfc*x znZk<9spVOe1njgH*k{ypL`~RmI&iwbH$`1Ee$72suwAmif%NA zpc_N}wOVV`@%QM)IQq8AaA6$%vg8_+(9+qsxEeYe)DX0hQP2>Vw<=u739KN?w)W6g z+T&6`IJ>TA_3B=&Zlxi#>1Z`~77X;e1~Gnt>kaQyPi?$QKEIo9sVxOoiV5=>hxxC7 z_Z}q+e)LDUzEVBVRuAUMfI(L4!krjeZP%H-UfcEDu2-UKH%Y129}|Pz2Ni=7|4&@e zfGmNpYn4Oh`7Pl>73=T~y&;;gNANQve@PhXr9lVYCU?v@f%eV(Wk7)U?sOA)p{jFc z;I|okTDY%V@quqOaB@SxjpVSaUKad5$$D!283ksae8%$I`5o0zw{?w%x~*szs#JFX zpRaoD<-D^RX)Q;y!gWPqN_cyRW9NU%7tv zoW3JX*mL%t)4R{9bB_DbxdAtcJ6+*kx}IOa;jLW`43b$8d+jR&qbNy(?XALk{Na1= zJ^HvXMKGL?y;=lY;0OM(XAM8_DO zkEBebXQdC5d7OE*VcC$FWx=MRFtvwg%6Sw>&mITa$IwbWcjikdfA3@#c+N1IAQvqY98G-2+e zOCIbvIMyIuJxo8GXUIq(yk_u)AI+i8bWhHKEws|v7ET2ic&(~gV(Sc+oSK@r!bH~6 zf`$bTvtarsBJTl9&yV{D$u#KCr2j<_#Qld!oXK!F*FRYOS>&ILB`mGDx1Y#+vy;bUlV^EqRxbe(GGQ)OS!>li@LNyZEAB4{SAgA4eA=U0b_7-YJml3y=C7rErT<#0DpZ^ z2Irj%c43(=&cJ!=!sa&EwBYKnHnXU;X;ar}GaZ+4wh71v*|P@BmuCmOmTm5WKjg_;P;ZNE z;1m1Q1?vsqWP@%pi)lW$>xDZQ?9buXH5d#e{vQ{$C>f98E8{gr$#j~;JFvJ>s$WsB zu78BfGPyhe` literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/code.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/code.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e47426b039148d378dd2de89aa2f6584a668c63e GIT binary patch literal 913 zcmYjQPjAyO6t^8aNyEkgfp%e14)IY2Q#5E`BEVK0 z!YyL`G{kjs$#aH!4|+&cbb7Om9Z6kOd4G(Qz3M+TJ9p%rX4p#-IbYh**>b0A$K9zTPo!d!L)o1`}?C+{n8 z+y-NX^`PQSvw9F{mqH5%?s;fOF$T#@lZ2K0y1pRMsEMq868#Xpzjb_}rZTQ|_C?An zKEQao7|ohORVJ>>Y@Ta1t6=wB>D_wXT&OA@X4ger7NdA=KOgSJrfB3YzM4svOA}8s zJppxHr9~6#St-q$i`ca|tmnFiiJh1y2!uXh5#?-yg*2ieWoU(zNZT%Dx1nQ)f>*^6-X2xDOGmyy8iFL YBey5qpDMtTU%MMKAp)l%))skx0R0s3JOBUy literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/fence.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/fence.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5a525cdbbe5d4712505c99e46b314ac3fa09b4d GIT binary patch literal 1423 zcmZWpOK%)S5bo#9?Ck7fLKGW>OfDQ&!X6}$AP6B8%LJqlP!=i5TsE`Yy}RRix_j2K zqh3yM<6v?2!F%M&IY$ou4I^%x{1<$pdL}}a=uua7RabpeRbAcjVBjMd59Z&_uX_mn zV};wp0pV+y`g0%x37nw_2_k5Qa}p7ZB)X)MZE(aTkq&&WbOpQMf(z#t7I^}X(a609 zZ}j9E10CVUAJ=g$A71D>Xe}s(zdlvT?BKH-KEDODwQK1{-4NhGU3x%?vss2EU7dQ_Hu}n!}pe_1ZD$k{i6i>Y*TGWVoQ) z$T%rePg@xsIfjFsYapi+td^bC+50gIX?SR~7W89R2-KWpc@zpa_yvI=OpX0M1F|yxtz&O5m zjtcTIAV7734F>BM$5;Q)*>w1(-Rm2^!EH6VIDS9A63&`gG`kNm*^2idE6}Mwgdz3Kj&`cWl*0{U@(> zp--eripBl8EN1eH`yc9$Zq0A5DfG#R+~A*Y@C(%k;U`6aD%+C{Z=D)8D}@}r(>RZR zc=YJ-X~Tt_t`?Cq{XSNyj+}bDOy+gu$W9(4dSX2$Q`^c7)oK<6I!&sBWvukLR*|C* z%2iQEy=j(yR|wn7zU8NfN|h?|t?{^uXHqvTv#rmnm0mV1DduJ5Eo6HibmPuS$j)Ab z90FNY4b9_fG*tFJC~k?pr^*Eq4VLkVJS>C_QL2VkCHUv@X_Bw<&R?pC<`M+BTZ?+B z?txq5RI!S49eIU3?QS8j%TyMBAhiqoH#%IFxeO}>=&}e8ARv`YS9MYrI;^tzY@r}i zu{ST(UUgP4%Oc#5UnXIeOv6t8WdA{^lUnXUzG=LWI<(1%@?|ke>QJpRsk=gk?P2U! zXDWa{!>fe!5fFs$5Qgt!pZJ)O0H#ko%qYVF@$8BW@sMn_8qiV?dz6tKuz#O1Lhu&$ z@DOYROh`b7m{5yE2qO-x?t-_2@4*a6``=NoakFx8-?Gx2Sr)(oNJ$p8=3l;Vz ulOoRLWTNbo)X)UZiA~EgYhl{z-69`Y8}G}!6p-*&wga_2JC6j!r~d-flW^Mr literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/heading.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/heading.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d9e63363c669abc1026ad079a5cb47416aafd058 GIT binary patch literal 1507 zcmZ`(&2Jnv6t_K|kDZ;}h7vWYkkCpI(3P57r#oM< zXWJxlPJtVW_yag3NB$iS9DLxyDgOY6T;O?jBUVCqH1_kGpMURT-gDCH`3T0tgU=6s za}fH|Y}N8E=JtC@ObAE zM?Ujd2Ob}u?k_eASnmfKb(u9r!~V%TgHIcNG??*(W#x2mZ|DAC2j0OHWuxh&s`8<&ZE3#h4lJVC z&q}UcUb0qjWR`P)I)XO~QKl3Q-wcx?58geKh~L3dgDx<`3Ms6JvMwQPglQktAX6is+6rCR3SVOJh>@|uIEsSaQ4X`_mVBwGvgfw=-h5^B)K!$xkAUH%|1b7i zRNkSeagTq($UF?re}_u)0JSVc{L!)?SY2k%al0Cp|6w~kZ`t%Z+u`{Gba>vLr}D2A z-*w|D=M2m1)_3b?EGTnK6c-(3D|$)V_q>0sIbQ|48XV~bJ z2YAfr7BIwJU?qqH zFE%a>`mJ^J)M#$EXL@Tk`v0|IA{yR$elma>;KG#QsvJKayeIFky`Np<9brQ;T$%EE z5d|w;T-ChPcy{9LtcG^7GB-7bgelIbcY{pxO7g3}VGQ5a&i+@=o<03W+l)^Z)5w{8 znTWZJoMt@B4w}f}%Y84Caau7RPfTfRONvzcUzCg=Jr$x7!jx;&m-DP{+d)1_(s{ID z_ItBLm^LvQO!91Hv?d z=$a{jNn3R#wOb@dS+OWINoU&5`D>nQt0{o3sph==6^Zu&d%Xx}Rl&nrB(FIy!#yw| zvdN-t=&;U{|uiYIKV#M2KiGtxz>P&gF4+pr=UL2Q6VR$xyr!~~(a&7v+81OzRDhA;{GG!)B Nq!gU=NC2~M{R1OWk3|3g literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/hr.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/hr.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..71100cea193d9b93672515d1449ff3b2867b6fdf GIT binary patch literal 1138 zcmYjQ&5j&35cXgH?#vRQl~xFW`odu%W*aF7lqiY!3H zlO6S*;4wJt-oh*J030~*0KRhCSICKS4_d9QDp%R%&-LeGI*k#GhpW@o-wdIDopN{h zpgaZAr@%PM5XYP}IK!NB){vHF6eI3&zhSMHc^Cp5m>`c)lYTJl7{>mhcD6~l)ByyFQN@$UkRiTQ~2&EI*B}LNIok;E{ z^CXXNz#sJTh5(;o8`pYa)S@p+afAQgTA0F!uNzrzW}fx5(`*EbGG_o|1JUtO@O9mY z&RAawvsGOQX}BFOIU&$9Ak6^TpexMrfCfB}fnGzv1A0XU{E=I!TaVEt1DQGb(i_l~ zH{ffmp18nwhj8K#3{L!?P)-oLY4OQ<VUNk7;It*$I>i{APzfNlF(tX%i1z%f@u6*+U-OKpR;cw4vI zc5f?GMoZ`bQdZV8awEDwkop9S-}h-HTaosvI2WQzpFzW_dbu^V>~z{U#l>35ZO7*; zspkEKsbrU)6mROZsh8;B7CLp_arvgpYm>Ux*Zb(wN}co<>H~Oo z3Zx$aL-<2-gkut8MhHH{6CC1@hL|x1QVettj}n1B!hmAptPaVDGn?2T&$%q~+y;$Y zuc2Pqq?BzdyAuea(PIX)gYk3h-B2DpYooO=XK+C%8|Haev?9;dJ$FKDNEBO2*^Ez& dX}ZHcbvEJSR&t2!iL17De~7V=Oz?!n^go8WC9ePg literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/html_block.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/html_block.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..132d75f782f45e6fb3824619b09a4fbd7e97d8b2 GIT binary patch literal 1928 zcmaJ>%}*Og6rY*>^n%T2LrBwxv`K}d7#||FN<~d5aY!TrDJGZ2uv$EWS-c-+W}Sr9 za%y|esi&&K$M(}RdQq{g$o8YKYceFF_{pNkmoA<^o7A*wd!^5YCeW3o7 z%;+};%p-)bxQP*Zi72AjM*+4mmNfB+P4ZQ-6{=9xR|Cz~U{9f%uLp*00IgHQH-my* zz=)A^i;eZMJe*I8s8}=lfXH)dXGNK>Tn=n3s@#)VRy+s#( zQ0-|-8mN5xoy=PqXJc*{MzI@vQ7AUwks)~CN3D(%x&ad)Gxv1o`G&LgqQ2>@ZEQ8_ z&d%z()7aU52U(UjtOgih-%6dNyuZ9CTHNc#X_vE9#HT(>WA-L?IdjX4E8i?OMOsVm zl*`GjYT+r9=23azWikIN@HuXfL}psV|0!wPEm?ek}7>D)D#_)6wk|5k?R~fQ-M|` zeWs=8TuX5u^P0S3!1ZI}+=SvreImApSRqyC5mh@1r&ma-{Yb!qPSKeWTaVG+jWaVf zsWy+!$5I_ECaHM_&2jS6Ns=1kmt0ffzoiD%=MnhA)PPtDz#Er3Z?Slk7E;ndZ!v!a z(Tt~sJn~`(@ju?;6N!-_rpWdEX@HieIfhs-Bm2-Y|1vJ6`uCV>9VNG3pvG6=Kesxh zPksmQ$eDnwOj45;sMc4`EXZY{O;XF50(@F>;HOBfz6#h3wV*Y|Hj~fcju`jC_QFvd z_)gvpUoYGh_ecIGnJPCg@G_Tez!f>^FlE-2QigWQvzflJwZ2~8&NRvndTm=jc<%C! zu=TicMg&IWwZ6HY6lY~U{=0nLo4n|EfWv{{@fg15MQ0W)1Nm$!~=U93gDFt!T^ ze&<<8Woao;V43R6vQxV~ag-^6+qF&5mlY^7qZPs7!ni!fi!$VroF?QnDJ?7A2xJ2H zjTiI++mv>8pnGjIKa^l6cJYG-u+0#*^WxUxsKdfv5x)zDF5Xm+qJUMq+~mR{1pZ_*K#*tpbJk(W<6Wq+}f_M ztv2eJdK`J-pe`mHXXHHxEt!k_K1QZ5q$P7Xh$y76Cc_u^U@8$4n`9irAeJsy@;A|D QaX!cm$b{st|201IFK(6#H~;_u literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/lheading.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/lheading.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..74801c57f8ac4e3810c57e8afe8f300ff52f2e92 GIT binary patch literal 1560 zcmYjR&2Jnv6t_L!vme>CX_BHMg+oCrHJL*XPy|&Wlolxzlz)1nr&|1d+B;t?7;S741^U13;< zSoxzmuGzO)IZ20>vV=y;gN@fmNx_uE3fdC3NHSK`%I2(|^I~FZH#cJdy94tOruY{; z*Jyz$mPlerq_MOx#M_t>Q?i2^OQKV9YMh#lE$xLxjU{dzi59lROU$29bA&*{XK&r+ zfY;M><4aHaDQdO)(gRLMcBp;cauypP?JSAbUks!Nv3jk(_S&INO87sN6ok5sd5O>7 z$3?w1=B*DgQM2hv=R5T4Uel93$PL_!`tQJsKcIfo#c;>7r!XJLF7RHq-agz2^u#Z# z+$=UBuR4o9HJ9e%&Js0!ea;SKBf1N5ZqW|y*7v0O4(~vRERAMEcH~C14R+}C?vwz% z)9UqTpL(sl54_!#oRVF%(wQRQ-fuNG);tc@Ji59@)Q8U6eD&KW&>@T`#dI&5v6uq! z<=#W_Xl-%=Jra6V%;PDKtJ(Kg1~7)?8t-4@uXzW+l~&=pKVOI48#hr|u|naQvXdgy zeTl-}t!R>!f?fRwWB8G>kA8ab;`y<%C>zhGisV#TW8K}#;`5C0(4DgS7$_0;5)n;G z%A!^t`VbR@|N5e0p_7Q`c~xJ8wm2;3MICzMEd8ONAP?>Fk1TniwF{*j!Yc#6j37n?S)elMNN5+#%ne9EyYA$AATXSXS;CEgrBabWPOiD;4 zyf=3;OEL~lsIm<$~U~gOh{2p+_4JbpN6mebho6D9N{rUX` zl~I*KIeGjx$>;g%WX6?uYsJF;ExB^QKW@*e%aj#=A^s51^?5KWa~4!QK4+{54k2Kk zjOTSy79yy!_+rW-cXa=xG$KqNKWhZLppl!-v6fR=BH zD5(QoFR?04aNAA?)rE3zfd^3t3Jbz_h>2b7W1slgBsR8Q~cS#@C0k$;)3I7bv8G6de%IOpuJM6Uo%2j+^H?i_` zi9rgPbfc(Q%j5lDrt_(GHczm`CD5))jIB1c}d~QPj&kXU0|1ViEsQ5r}3<3 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/list.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/list.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..49bf5aebde1c032a1bffd206f8197f238bb0886e GIT binary patch literal 4072 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 O2-ZFdU= literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/reference.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/reference.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..49c2b068a796418ba8c863dc0950d0e97c7c0d00 GIT binary patch literal 2921 zcmZuz&2JmW6`wCIm&*@Pltg{hiB;EW!@@QLv_KKpFxoh7+`w@I%cqT8g5r#*6_>lz z?9#S^VJ~WLg`q=_K9I)(M$wc1fS!8}f<5%oOZ6`Z37q$aA5xo=*thdO=Dpv%c{6X@ z<+4ZM_u>A7{f!Mm{*BD#p99RV;7J|=kwnsv_(U?vL)vFP>vNy?g)bnTq{br$YdQ88ba*}Tlu+4+* zYm-BNV9WGhEj|&`iS?U5`g*RH%+7uPLLv| zpMz`(WK4VWoGpBNbKiCrTFhq6EdlwTO+}I+Ic3RR7-248Wak0Sb#lUFwa3BxM;22> zF5CK;qklP%V9_Hsru95ZR83dS(g_9G%SgZqUM}LYqfa3}?%~?Fj;lA$gpaDGdbkeJ zU(f2o9dCeS6LxzUZO2|Frt*;SV5-0xYgToe0QL&4|$oyjN%I=laI?&~aV; z9y+iCbo}VXC3OFpp?l{Ny6KuZtPdhUPH=>Xr|-?t8gT!GDJsbtNNa#|1rg#20qfTn zsAl=$$r$3>vw<}a<3G%-g?8rFu!sB!yAxlDjtJ82y1P?hv^G*}3|R0{{B}?}DpxL#FF(_!mPKhgBNnR-DNO-4{WUO zO=4sH%g&hT<@zf=*P8kr5?x1b{A0P%B@;IOiM6fIy~)j2VnQh~9^MzYhQ`*TFR#JP zsdNx^xApu6zPnGtM|DpPYRG^z11T>^Wz< zNNxks*a9-*dy5H)UkjoTuJM*s`#}_>K^!H%cfmA7#sZn;(jX00#)mr0a$$Q~_XBqFe2Yy8k2Vu~G{?Gzh(h$}{zk`vlAbA%^I|=Mn2??H3vA11PKTb9xvm?Ymu-K86v% zAGD!^rB99r%7+ejzduNieJ8mW52MsC?1jDGMiTUP1~#q)yP6IL8He_zF@+jiSC&6e z;XvucUj>JW0@L2dDoKN=jcLkQ-1EzezKL4Em}v9~EKEg%82pDA#;+{=Ji&Bo zXoDo$43mRQ^cA#P%v|OrDutbC4@2m&?ZE*0Zev5ch_`?Q zH(M8x{1iz8NS5!nUj+SO-*+SR!ZvI_KkL{25)@n?R}<@L;>vL-KVRf7E6nxEugr&2 z)6BtyMP1*uwQxU@8S5NmT&u)xH&#%Rg81_|@yoL@q(eQ5?H7bjr=@{a0kswPRPb(_0 z&{gVDmw8mM3Kha-+q49_8a#}8%;8n$P>0odow}6qs-*&G6+M7XFpq(b3FPe`--0?b z&ZS#mUE%fNX>kUFxg}8pE5raOz^li>AE29hyliy^JUg^x;|V^GSYq2a z;}V7v+hT%M0lVOcvIJ-=yhbaG!OCE5-?&bRRW0X!TXW`e_Z#t66dY#r)hK8AFz$A- z6iS`A-;bkPuvKAlaf)n_`$hZNI8D38@4&18CH@emDh*$dt*G5st(Lxu8Xmwmq}Yq& g(8jQ3af$pAZQMKkSi(-;#l1@K2)Jw&R_*cc08mT$ivR!s literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/state_block.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/__pycache__/state_block.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..124aeae6de650e90cdcd65f0ea881542d742be52 GIT binary patch literal 5664 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 bool: + LOGGER.debug( + "entering blockquote: %s, %s, %s, %s", state, startLine, endLine, silent + ) + + oldLineMax = state.lineMax + pos = state.bMarks[startLine] + state.tShift[startLine] + max = state.eMarks[startLine] + + if state.is_code_block(startLine): + return False + + # check the block quote marker + try: + if state.src[pos] != ">": + return False + except IndexError: + return False + pos += 1 + + # we know that it's going to be a valid blockquote, + # so no point trying to find the end of it in silent mode + if silent: + return True + + # set offset past spaces and ">" + initial = offset = state.sCount[startLine] + 1 + + try: + second_char: str | None = state.src[pos] + except IndexError: + second_char = None + + # skip one optional space after '>' + if second_char == " ": + # ' > test ' + # ^ -- position start of line here: + pos += 1 + initial += 1 + offset += 1 + adjustTab = False + spaceAfterMarker = True + elif second_char == "\t": + spaceAfterMarker = True + + if (state.bsCount[startLine] + offset) % 4 == 3: + # ' >\t test ' + # ^ -- position start of line here (tab has width==1) + pos += 1 + initial += 1 + offset += 1 + adjustTab = False + else: + # ' >\t test ' + # ^ -- position start of line here + shift bsCount slightly + # to make extra space appear + adjustTab = True + + else: + spaceAfterMarker = False + + oldBMarks = [state.bMarks[startLine]] + state.bMarks[startLine] = pos + + while pos < max: + ch = state.src[pos] + + if isStrSpace(ch): + if ch == "\t": + offset += ( + 4 + - (offset + state.bsCount[startLine] + (1 if adjustTab else 0)) % 4 + ) + else: + offset += 1 + + else: + break + + pos += 1 + + oldBSCount = [state.bsCount[startLine]] + state.bsCount[startLine] = ( + state.sCount[startLine] + 1 + (1 if spaceAfterMarker else 0) + ) + + lastLineEmpty = pos >= max + + oldSCount = [state.sCount[startLine]] + state.sCount[startLine] = offset - initial + + oldTShift = [state.tShift[startLine]] + state.tShift[startLine] = pos - state.bMarks[startLine] + + terminatorRules = state.md.block.ruler.getRules("blockquote") + + oldParentType = state.parentType + state.parentType = "blockquote" + + # Search the end of the block + # + # Block ends with either: + # 1. an empty line outside: + # ``` + # > test + # + # ``` + # 2. an empty line inside: + # ``` + # > + # test + # ``` + # 3. another tag: + # ``` + # > test + # - - - + # ``` + + # for (nextLine = startLine + 1; nextLine < endLine; nextLine++) { + nextLine = startLine + 1 + while nextLine < endLine: + # check if it's outdented, i.e. it's inside list item and indented + # less than said list item: + # + # ``` + # 1. anything + # > current blockquote + # 2. checking this line + # ``` + isOutdented = state.sCount[nextLine] < state.blkIndent + + pos = state.bMarks[nextLine] + state.tShift[nextLine] + max = state.eMarks[nextLine] + + if pos >= max: + # Case 1: line is not inside the blockquote, and this line is empty. + break + + evaluatesTrue = state.src[pos] == ">" and not isOutdented + pos += 1 + if evaluatesTrue: + # This line is inside the blockquote. + + # set offset past spaces and ">" + initial = offset = state.sCount[nextLine] + 1 + + try: + next_char: str | None = state.src[pos] + except IndexError: + next_char = None + + # skip one optional space after '>' + if next_char == " ": + # ' > test ' + # ^ -- position start of line here: + pos += 1 + initial += 1 + offset += 1 + adjustTab = False + spaceAfterMarker = True + elif next_char == "\t": + spaceAfterMarker = True + + if (state.bsCount[nextLine] + offset) % 4 == 3: + # ' >\t test ' + # ^ -- position start of line here (tab has width==1) + pos += 1 + initial += 1 + offset += 1 + adjustTab = False + else: + # ' >\t test ' + # ^ -- position start of line here + shift bsCount slightly + # to make extra space appear + adjustTab = True + + else: + spaceAfterMarker = False + + oldBMarks.append(state.bMarks[nextLine]) + state.bMarks[nextLine] = pos + + while pos < max: + ch = state.src[pos] + + if isStrSpace(ch): + if ch == "\t": + offset += ( + 4 + - ( + offset + + state.bsCount[nextLine] + + (1 if adjustTab else 0) + ) + % 4 + ) + else: + offset += 1 + else: + break + + pos += 1 + + lastLineEmpty = pos >= max + + oldBSCount.append(state.bsCount[nextLine]) + state.bsCount[nextLine] = ( + state.sCount[nextLine] + 1 + (1 if spaceAfterMarker else 0) + ) + + oldSCount.append(state.sCount[nextLine]) + state.sCount[nextLine] = offset - initial + + oldTShift.append(state.tShift[nextLine]) + state.tShift[nextLine] = pos - state.bMarks[nextLine] + + nextLine += 1 + continue + + # Case 2: line is not inside the blockquote, and the last line was empty. + if lastLineEmpty: + break + + # Case 3: another tag found. + terminate = False + + for terminatorRule in terminatorRules: + if terminatorRule(state, nextLine, endLine, True): + terminate = True + break + + if terminate: + # Quirk to enforce "hard termination mode" for paragraphs; + # normally if you call `tokenize(state, startLine, nextLine)`, + # paragraphs will look below nextLine for paragraph continuation, + # but if blockquote is terminated by another tag, they shouldn't + state.lineMax = nextLine + + if state.blkIndent != 0: + # state.blkIndent was non-zero, we now set it to zero, + # so we need to re-calculate all offsets to appear as + # if indent wasn't changed + oldBMarks.append(state.bMarks[nextLine]) + oldBSCount.append(state.bsCount[nextLine]) + oldTShift.append(state.tShift[nextLine]) + oldSCount.append(state.sCount[nextLine]) + state.sCount[nextLine] -= state.blkIndent + + break + + oldBMarks.append(state.bMarks[nextLine]) + oldBSCount.append(state.bsCount[nextLine]) + oldTShift.append(state.tShift[nextLine]) + oldSCount.append(state.sCount[nextLine]) + + # A negative indentation means that this is a paragraph continuation + # + state.sCount[nextLine] = -1 + + nextLine += 1 + + oldIndent = state.blkIndent + state.blkIndent = 0 + + token = state.push("blockquote_open", "blockquote", 1) + token.markup = ">" + token.map = lines = [startLine, 0] + + state.md.block.tokenize(state, startLine, nextLine) + + token = state.push("blockquote_close", "blockquote", -1) + token.markup = ">" + + state.lineMax = oldLineMax + state.parentType = oldParentType + lines[1] = state.line + + # Restore original tShift; this might not be necessary since the parser + # has already been here, but just to make sure we can do that. + for i, item in enumerate(oldTShift): + state.bMarks[i + startLine] = oldBMarks[i] + state.tShift[i + startLine] = item + state.sCount[i + startLine] = oldSCount[i] + state.bsCount[i + startLine] = oldBSCount[i] + + state.blkIndent = oldIndent + + return True diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/code.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/code.py new file mode 100644 index 0000000..89db9ce --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/code.py @@ -0,0 +1,35 @@ +"""Code block (4 spaces padded).""" +import logging + +from .state_block import StateBlock + +LOGGER = logging.getLogger(__name__) + + +def code(state: StateBlock, startLine: int, endLine: int, silent: bool) -> bool: + LOGGER.debug("entering code: %s, %s, %s, %s", state, startLine, endLine, silent) + + if not state.is_code_block(startLine): + return False + + last = nextLine = startLine + 1 + + while nextLine < endLine: + if state.isEmpty(nextLine): + nextLine += 1 + continue + + if state.is_code_block(nextLine): + nextLine += 1 + last = nextLine + continue + + break + + state.line = last + + token = state.push("code_block", "code", 0) + token.content = state.getLines(startLine, last, 4 + state.blkIndent, False) + "\n" + token.map = [startLine, state.line] + + return True diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/fence.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/fence.py new file mode 100644 index 0000000..263f1b8 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/fence.py @@ -0,0 +1,101 @@ +# fences (``` lang, ~~~ lang) +import logging + +from .state_block import StateBlock + +LOGGER = logging.getLogger(__name__) + + +def fence(state: StateBlock, startLine: int, endLine: int, silent: bool) -> bool: + LOGGER.debug("entering fence: %s, %s, %s, %s", state, startLine, endLine, silent) + + haveEndMarker = False + pos = state.bMarks[startLine] + state.tShift[startLine] + maximum = state.eMarks[startLine] + + if state.is_code_block(startLine): + return False + + if pos + 3 > maximum: + return False + + marker = state.src[pos] + + if marker not in ("~", "`"): + return False + + # scan marker length + mem = pos + pos = state.skipCharsStr(pos, marker) + + length = pos - mem + + if length < 3: + return False + + markup = state.src[mem:pos] + params = state.src[pos:maximum] + + if marker == "`" and marker in params: + return False + + # Since start is found, we can report success here in validation mode + if silent: + return True + + # search end of block + nextLine = startLine + + while True: + nextLine += 1 + if nextLine >= endLine: + # unclosed block should be autoclosed by end of document. + # also block seems to be autoclosed by end of parent + break + + pos = mem = state.bMarks[nextLine] + state.tShift[nextLine] + maximum = state.eMarks[nextLine] + + if pos < maximum and state.sCount[nextLine] < state.blkIndent: + # non-empty line with negative indent should stop the list: + # - ``` + # test + break + + try: + if state.src[pos] != marker: + continue + except IndexError: + break + + if state.is_code_block(nextLine): + continue + + pos = state.skipCharsStr(pos, marker) + + # closing code fence must be at least as long as the opening one + if pos - mem < length: + continue + + # make sure tail has spaces only + pos = state.skipSpaces(pos) + + if pos < maximum: + continue + + haveEndMarker = True + # found! + break + + # If a fence has heading spaces, they should be removed from its inner block + length = state.sCount[startLine] + + state.line = nextLine + (1 if haveEndMarker else 0) + + token = state.push("fence", "code", 0) + token.info = params + token.content = state.getLines(startLine + 1, nextLine, length, True) + token.markup = markup + token.map = [startLine, state.line] + + return True diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/heading.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/heading.py new file mode 100644 index 0000000..850ffb5 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/heading.py @@ -0,0 +1,68 @@ +""" Atex heading (#, ##, ...) """ +from __future__ import annotations + +import logging + +from ..common.utils import isStrSpace +from .state_block import StateBlock + +LOGGER = logging.getLogger(__name__) + + +def heading(state: StateBlock, startLine: int, endLine: int, silent: bool) -> bool: + LOGGER.debug("entering heading: %s, %s, %s, %s", state, startLine, endLine, silent) + + pos = state.bMarks[startLine] + state.tShift[startLine] + maximum = state.eMarks[startLine] + + if state.is_code_block(startLine): + return False + + ch: str | None = state.src[pos] + + if ch != "#" or pos >= maximum: + return False + + # count heading level + level = 1 + pos += 1 + try: + ch = state.src[pos] + except IndexError: + ch = None + while ch == "#" and pos < maximum and level <= 6: + level += 1 + pos += 1 + try: + ch = state.src[pos] + except IndexError: + ch = None + + if level > 6 or (pos < maximum and not isStrSpace(ch)): + return False + + if silent: + return True + + # Let's cut tails like ' ### ' from the end of string + + maximum = state.skipSpacesBack(maximum, pos) + tmp = state.skipCharsStrBack(maximum, "#", pos) + if tmp > pos and isStrSpace(state.src[tmp - 1]): + maximum = tmp + + state.line = startLine + 1 + + token = state.push("heading_open", "h" + str(level), 1) + token.markup = "########"[:level] + token.map = [startLine, state.line] + + token = state.push("inline", "", 0) + token.content = state.src[pos:maximum].strip() + token.map = [startLine, state.line] + token.children = [] + + token = state.push("heading_close", "h" + str(level), -1) + token.markup = "########"[:level] + + return True diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/hr.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/hr.py new file mode 100644 index 0000000..16df05f --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/hr.py @@ -0,0 +1,55 @@ +"""Horizontal rule + +At least 3 of these characters on a line * - _ +""" +import logging + +from ..common.utils import isStrSpace +from .state_block import StateBlock + +LOGGER = logging.getLogger(__name__) + + +def hr(state: StateBlock, startLine: int, endLine: int, silent: bool) -> bool: + LOGGER.debug("entering hr: %s, %s, %s, %s", state, startLine, endLine, silent) + + pos = state.bMarks[startLine] + state.tShift[startLine] + maximum = state.eMarks[startLine] + + if state.is_code_block(startLine): + return False + + try: + marker = state.src[pos] + except IndexError: + return False + pos += 1 + + # Check hr marker + if marker not in ("*", "-", "_"): + return False + + # markers can be mixed with spaces, but there should be at least 3 of them + + cnt = 1 + while pos < maximum: + ch = state.src[pos] + pos += 1 + if ch != marker and not isStrSpace(ch): + return False + if ch == marker: + cnt += 1 + + if cnt < 3: + return False + + if silent: + return True + + state.line = startLine + 1 + + token = state.push("hr", "hr", 0) + token.map = [startLine, state.line] + token.markup = marker * (cnt + 1) + + return True diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/html_block.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/html_block.py new file mode 100644 index 0000000..3d43f6e --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/html_block.py @@ -0,0 +1,90 @@ +# HTML block +from __future__ import annotations + +import logging +import re + +from ..common.html_blocks import block_names +from ..common.html_re import HTML_OPEN_CLOSE_TAG_STR +from .state_block import StateBlock + +LOGGER = logging.getLogger(__name__) + +# An array of opening and corresponding closing sequences for html tags, +# last argument defines whether it can terminate a paragraph or not +HTML_SEQUENCES: list[tuple[re.Pattern[str], re.Pattern[str], bool]] = [ + ( + re.compile(r"^<(script|pre|style|textarea)(?=(\s|>|$))", re.IGNORECASE), + re.compile(r"<\/(script|pre|style|textarea)>", re.IGNORECASE), + True, + ), + (re.compile(r"^"), True), + (re.compile(r"^<\?"), re.compile(r"\?>"), True), + (re.compile(r"^"), True), + (re.compile(r"^"), True), + ( + re.compile("^|$))", re.IGNORECASE), + re.compile(r"^$"), + True, + ), + (re.compile(HTML_OPEN_CLOSE_TAG_STR + "\\s*$"), re.compile(r"^$"), False), +] + + +def html_block(state: StateBlock, startLine: int, endLine: int, silent: bool) -> bool: + LOGGER.debug( + "entering html_block: %s, %s, %s, %s", state, startLine, endLine, silent + ) + pos = state.bMarks[startLine] + state.tShift[startLine] + maximum = state.eMarks[startLine] + + if state.is_code_block(startLine): + return False + + if not state.md.options.get("html", None): + return False + + if state.src[pos] != "<": + return False + + lineText = state.src[pos:maximum] + + html_seq = None + for HTML_SEQUENCE in HTML_SEQUENCES: + if HTML_SEQUENCE[0].search(lineText): + html_seq = HTML_SEQUENCE + break + + if not html_seq: + return False + + if silent: + # true if this sequence can be a terminator, false otherwise + return html_seq[2] + + nextLine = startLine + 1 + + # If we are here - we detected HTML block. + # Let's roll down till block end. + if not html_seq[1].search(lineText): + while nextLine < endLine: + if state.sCount[nextLine] < state.blkIndent: + break + + pos = state.bMarks[nextLine] + state.tShift[nextLine] + maximum = state.eMarks[nextLine] + lineText = state.src[pos:maximum] + + if html_seq[1].search(lineText): + if len(lineText) != 0: + nextLine += 1 + break + nextLine += 1 + + state.line = nextLine + + token = state.push("html_block", "", 0) + token.map = [startLine, nextLine] + token.content = state.getLines(startLine, nextLine, state.blkIndent, True) + + return True diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/lheading.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/lheading.py new file mode 100644 index 0000000..3522207 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/lheading.py @@ -0,0 +1,86 @@ +# lheading (---, ==) +import logging + +from .state_block import StateBlock + +LOGGER = logging.getLogger(__name__) + + +def lheading(state: StateBlock, startLine: int, endLine: int, silent: bool) -> bool: + LOGGER.debug("entering lheading: %s, %s, %s, %s", state, startLine, endLine, silent) + + level = None + nextLine = startLine + 1 + ruler = state.md.block.ruler + terminatorRules = ruler.getRules("paragraph") + + if state.is_code_block(startLine): + return False + + oldParentType = state.parentType + state.parentType = "paragraph" # use paragraph to match terminatorRules + + # jump line-by-line until empty one or EOF + while nextLine < endLine and not state.isEmpty(nextLine): + # this would be a code block normally, but after paragraph + # it's considered a lazy continuation regardless of what's there + if state.sCount[nextLine] - state.blkIndent > 3: + nextLine += 1 + continue + + # Check for underline in setext header + if state.sCount[nextLine] >= state.blkIndent: + pos = state.bMarks[nextLine] + state.tShift[nextLine] + maximum = state.eMarks[nextLine] + + if pos < maximum: + marker = state.src[pos] + + if marker in ("-", "="): + pos = state.skipCharsStr(pos, marker) + pos = state.skipSpaces(pos) + + # /* = */ + if pos >= maximum: + level = 1 if marker == "=" else 2 + break + + # quirk for blockquotes, this line should already be checked by that rule + if state.sCount[nextLine] < 0: + nextLine += 1 + continue + + # Some tags can terminate paragraph without empty line. + terminate = False + for terminatorRule in terminatorRules: + if terminatorRule(state, nextLine, endLine, True): + terminate = True + break + if terminate: + break + + nextLine += 1 + + if not level: + # Didn't find valid underline + return False + + content = state.getLines(startLine, nextLine, state.blkIndent, False).strip() + + state.line = nextLine + 1 + + token = state.push("heading_open", "h" + str(level), 1) + token.markup = marker + token.map = [startLine, state.line] + + token = state.push("inline", "", 0) + token.content = content + token.map = [startLine, state.line - 1] + token.children = [] + + token = state.push("heading_close", "h" + str(level), -1) + token.markup = marker + + state.parentType = oldParentType + + return True diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/list.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/list.py new file mode 100644 index 0000000..d8070d7 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/list.py @@ -0,0 +1,345 @@ +# Lists +import logging + +from ..common.utils import isStrSpace +from .state_block import StateBlock + +LOGGER = logging.getLogger(__name__) + + +# Search `[-+*][\n ]`, returns next pos after marker on success +# or -1 on fail. +def skipBulletListMarker(state: StateBlock, startLine: int) -> int: + pos = state.bMarks[startLine] + state.tShift[startLine] + maximum = state.eMarks[startLine] + + try: + marker = state.src[pos] + except IndexError: + return -1 + pos += 1 + + if marker not in ("*", "-", "+"): + return -1 + + if pos < maximum: + ch = state.src[pos] + + if not isStrSpace(ch): + # " -test " - is not a list item + return -1 + + return pos + + +# Search `\d+[.)][\n ]`, returns next pos after marker on success +# or -1 on fail. +def skipOrderedListMarker(state: StateBlock, startLine: int) -> int: + start = state.bMarks[startLine] + state.tShift[startLine] + pos = start + maximum = state.eMarks[startLine] + + # List marker should have at least 2 chars (digit + dot) + if pos + 1 >= maximum: + return -1 + + ch = state.src[pos] + pos += 1 + + ch_ord = ord(ch) + # /* 0 */ /* 9 */ + if ch_ord < 0x30 or ch_ord > 0x39: + return -1 + + while True: + # EOL -> fail + if pos >= maximum: + return -1 + + ch = state.src[pos] + pos += 1 + + # /* 0 */ /* 9 */ + ch_ord = ord(ch) + if ch_ord >= 0x30 and ch_ord <= 0x39: + # List marker should have no more than 9 digits + # (prevents integer overflow in browsers) + if pos - start >= 10: + return -1 + + continue + + # found valid marker + if ch in (")", "."): + break + + return -1 + + if pos < maximum: + ch = state.src[pos] + + if not isStrSpace(ch): + # " 1.test " - is not a list item + return -1 + + return pos + + +def markTightParagraphs(state: StateBlock, idx: int) -> None: + level = state.level + 2 + + i = idx + 2 + length = len(state.tokens) - 2 + while i < length: + if state.tokens[i].level == level and state.tokens[i].type == "paragraph_open": + state.tokens[i + 2].hidden = True + state.tokens[i].hidden = True + i += 2 + i += 1 + + +def list_block(state: StateBlock, startLine: int, endLine: int, silent: bool) -> bool: + LOGGER.debug("entering list: %s, %s, %s, %s", state, startLine, endLine, silent) + + isTerminatingParagraph = False + tight = True + + if state.is_code_block(startLine): + return False + + # Special case: + # - item 1 + # - item 2 + # - item 3 + # - item 4 + # - this one is a paragraph continuation + if ( + state.listIndent >= 0 + and state.sCount[startLine] - state.listIndent >= 4 + and state.sCount[startLine] < state.blkIndent + ): + return False + + # limit conditions when list can interrupt + # a paragraph (validation mode only) + # Next list item should still terminate previous list item + # + # This code can fail if plugins use blkIndent as well as lists, + # but I hope the spec gets fixed long before that happens. + # + if ( + silent + and state.parentType == "paragraph" + and state.sCount[startLine] >= state.blkIndent + ): + isTerminatingParagraph = True + + # Detect list type and position after marker + posAfterMarker = skipOrderedListMarker(state, startLine) + if posAfterMarker >= 0: + isOrdered = True + start = state.bMarks[startLine] + state.tShift[startLine] + markerValue = int(state.src[start : posAfterMarker - 1]) + + # If we're starting a new ordered list right after + # a paragraph, it should start with 1. + if isTerminatingParagraph and markerValue != 1: + return False + else: + posAfterMarker = skipBulletListMarker(state, startLine) + if posAfterMarker >= 0: + isOrdered = False + else: + return False + + # If we're starting a new unordered list right after + # a paragraph, first line should not be empty. + if ( + isTerminatingParagraph + and state.skipSpaces(posAfterMarker) >= state.eMarks[startLine] + ): + return False + + # We should terminate list on style change. Remember first one to compare. + markerChar = state.src[posAfterMarker - 1] + + # For validation mode we can terminate immediately + if silent: + return True + + # Start list + listTokIdx = len(state.tokens) + + if isOrdered: + token = state.push("ordered_list_open", "ol", 1) + if markerValue != 1: + token.attrs = {"start": markerValue} + + else: + token = state.push("bullet_list_open", "ul", 1) + + token.map = listLines = [startLine, 0] + token.markup = markerChar + + # + # Iterate list items + # + + nextLine = startLine + prevEmptyEnd = False + terminatorRules = state.md.block.ruler.getRules("list") + + oldParentType = state.parentType + state.parentType = "list" + + while nextLine < endLine: + pos = posAfterMarker + maximum = state.eMarks[nextLine] + + initial = offset = ( + state.sCount[nextLine] + + posAfterMarker + - (state.bMarks[startLine] + state.tShift[startLine]) + ) + + while pos < maximum: + ch = state.src[pos] + + if ch == "\t": + offset += 4 - (offset + state.bsCount[nextLine]) % 4 + elif ch == " ": + offset += 1 + else: + break + + pos += 1 + + contentStart = pos + + # trimming space in "- \n 3" case, indent is 1 here + indentAfterMarker = 1 if contentStart >= maximum else offset - initial + + # If we have more than 4 spaces, the indent is 1 + # (the rest is just indented code block) + if indentAfterMarker > 4: + indentAfterMarker = 1 + + # " - test" + # ^^^^^ - calculating total length of this thing + indent = initial + indentAfterMarker + + # Run subparser & write tokens + token = state.push("list_item_open", "li", 1) + token.markup = markerChar + token.map = itemLines = [startLine, 0] + if isOrdered: + token.info = state.src[start : posAfterMarker - 1] + + # change current state, then restore it after parser subcall + oldTight = state.tight + oldTShift = state.tShift[startLine] + oldSCount = state.sCount[startLine] + + # - example list + # ^ listIndent position will be here + # ^ blkIndent position will be here + # + oldListIndent = state.listIndent + state.listIndent = state.blkIndent + state.blkIndent = indent + + state.tight = True + state.tShift[startLine] = contentStart - state.bMarks[startLine] + state.sCount[startLine] = offset + + if contentStart >= maximum and state.isEmpty(startLine + 1): + # workaround for this case + # (list item is empty, list terminates before "foo"): + # ~~~~~~~~ + # - + # + # foo + # ~~~~~~~~ + state.line = min(state.line + 2, endLine) + else: + # NOTE in list.js this was: + # state.md.block.tokenize(state, startLine, endLine, True) + # but tokeniz does not take the final parameter + state.md.block.tokenize(state, startLine, endLine) + + # If any of list item is tight, mark list as tight + if (not state.tight) or prevEmptyEnd: + tight = False + + # Item become loose if finish with empty line, + # but we should filter last element, because it means list finish + prevEmptyEnd = (state.line - startLine) > 1 and state.isEmpty(state.line - 1) + + state.blkIndent = state.listIndent + state.listIndent = oldListIndent + state.tShift[startLine] = oldTShift + state.sCount[startLine] = oldSCount + state.tight = oldTight + + token = state.push("list_item_close", "li", -1) + token.markup = markerChar + + nextLine = startLine = state.line + itemLines[1] = nextLine + + if nextLine >= endLine: + break + + contentStart = state.bMarks[startLine] + + # + # Try to check if list is terminated or continued. + # + if state.sCount[nextLine] < state.blkIndent: + break + + if state.is_code_block(startLine): + break + + # fail if terminating block found + terminate = False + for terminatorRule in terminatorRules: + if terminatorRule(state, nextLine, endLine, True): + terminate = True + break + + if terminate: + break + + # fail if list has another type + if isOrdered: + posAfterMarker = skipOrderedListMarker(state, nextLine) + if posAfterMarker < 0: + break + start = state.bMarks[nextLine] + state.tShift[nextLine] + else: + posAfterMarker = skipBulletListMarker(state, nextLine) + if posAfterMarker < 0: + break + + if markerChar != state.src[posAfterMarker - 1]: + break + + # Finalize list + if isOrdered: + token = state.push("ordered_list_close", "ol", -1) + else: + token = state.push("bullet_list_close", "ul", -1) + + token.markup = markerChar + + listLines[1] = nextLine + state.line = nextLine + + state.parentType = oldParentType + + # mark paragraphs tight if needed + if tight: + markTightParagraphs(state, listTokIdx) + + return True diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/paragraph.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/paragraph.py new file mode 100644 index 0000000..5388a4b --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/paragraph.py @@ -0,0 +1,65 @@ +"""Paragraph.""" +import logging + +from .state_block import StateBlock + +LOGGER = logging.getLogger(__name__) + + +def paragraph(state: StateBlock, startLine: int, endLine: int, silent: bool) -> bool: + LOGGER.debug( + "entering paragraph: %s, %s, %s, %s", state, startLine, endLine, silent + ) + + nextLine = startLine + 1 + ruler = state.md.block.ruler + terminatorRules = ruler.getRules("paragraph") + endLine = state.lineMax + + oldParentType = state.parentType + state.parentType = "paragraph" + + # jump line-by-line until empty one or EOF + while nextLine < endLine: + if state.isEmpty(nextLine): + break + # this would be a code block normally, but after paragraph + # it's considered a lazy continuation regardless of what's there + if state.sCount[nextLine] - state.blkIndent > 3: + nextLine += 1 + continue + + # quirk for blockquotes, this line should already be checked by that rule + if state.sCount[nextLine] < 0: + nextLine += 1 + continue + + # Some tags can terminate paragraph without empty line. + terminate = False + for terminatorRule in terminatorRules: + if terminatorRule(state, nextLine, endLine, True): + terminate = True + break + + if terminate: + break + + nextLine += 1 + + content = state.getLines(startLine, nextLine, state.blkIndent, False).strip() + + state.line = nextLine + + token = state.push("paragraph_open", "p", 1) + token.map = [startLine, state.line] + + token = state.push("inline", "", 0) + token.content = content + token.map = [startLine, state.line] + token.children = [] + + token = state.push("paragraph_close", "p", -1) + + state.parentType = oldParentType + + return True diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/reference.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/reference.py new file mode 100644 index 0000000..b77944b --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/reference.py @@ -0,0 +1,215 @@ +import logging + +from ..common.utils import charCodeAt, isSpace, normalizeReference +from .state_block import StateBlock + +LOGGER = logging.getLogger(__name__) + + +def reference(state: StateBlock, startLine: int, _endLine: int, silent: bool) -> bool: + LOGGER.debug( + "entering reference: %s, %s, %s, %s", state, startLine, _endLine, silent + ) + + lines = 0 + pos = state.bMarks[startLine] + state.tShift[startLine] + maximum = state.eMarks[startLine] + nextLine = startLine + 1 + + if state.is_code_block(startLine): + return False + + if state.src[pos] != "[": + return False + + # Simple check to quickly interrupt scan on [link](url) at the start of line. + # Can be useful on practice: https:#github.com/markdown-it/markdown-it/issues/54 + while pos < maximum: + # /* ] */ /* \ */ /* : */ + if state.src[pos] == "]" and state.src[pos - 1] != "\\": + if pos + 1 == maximum: + return False + if state.src[pos + 1] != ":": + return False + break + pos += 1 + + endLine = state.lineMax + + # jump line-by-line until empty one or EOF + terminatorRules = state.md.block.ruler.getRules("reference") + + oldParentType = state.parentType + state.parentType = "reference" + + while nextLine < endLine and not state.isEmpty(nextLine): + # this would be a code block normally, but after paragraph + # it's considered a lazy continuation regardless of what's there + if state.sCount[nextLine] - state.blkIndent > 3: + nextLine += 1 + continue + + # quirk for blockquotes, this line should already be checked by that rule + if state.sCount[nextLine] < 0: + nextLine += 1 + continue + + # Some tags can terminate paragraph without empty line. + terminate = False + for terminatorRule in terminatorRules: + if terminatorRule(state, nextLine, endLine, True): + terminate = True + break + + if terminate: + break + + nextLine += 1 + + string = state.getLines(startLine, nextLine, state.blkIndent, False).strip() + maximum = len(string) + + labelEnd = None + pos = 1 + while pos < maximum: + ch = charCodeAt(string, pos) + if ch == 0x5B: # /* [ */ + return False + elif ch == 0x5D: # /* ] */ + labelEnd = pos + break + elif ch == 0x0A: # /* \n */ + lines += 1 + elif ch == 0x5C: # /* \ */ + pos += 1 + if pos < maximum and charCodeAt(string, pos) == 0x0A: + lines += 1 + pos += 1 + + if ( + labelEnd is None or labelEnd < 0 or charCodeAt(string, labelEnd + 1) != 0x3A + ): # /* : */ + return False + + # [label]: destination 'title' + # ^^^ skip optional whitespace here + pos = labelEnd + 2 + while pos < maximum: + ch = charCodeAt(string, pos) + if ch == 0x0A: + lines += 1 + elif isSpace(ch): + pass + else: + break + pos += 1 + + # [label]: destination 'title' + # ^^^^^^^^^^^ parse this + res = state.md.helpers.parseLinkDestination(string, pos, maximum) + if not res.ok: + return False + + href = state.md.normalizeLink(res.str) + if not state.md.validateLink(href): + return False + + pos = res.pos + lines += res.lines + + # save cursor state, we could require to rollback later + destEndPos = pos + destEndLineNo = lines + + # [label]: destination 'title' + # ^^^ skipping those spaces + start = pos + while pos < maximum: + ch = charCodeAt(string, pos) + if ch == 0x0A: + lines += 1 + elif isSpace(ch): + pass + else: + break + pos += 1 + + # [label]: destination 'title' + # ^^^^^^^ parse this + res = state.md.helpers.parseLinkTitle(string, pos, maximum) + if pos < maximum and start != pos and res.ok: + title = res.str + pos = res.pos + lines += res.lines + else: + title = "" + pos = destEndPos + lines = destEndLineNo + + # skip trailing spaces until the rest of the line + while pos < maximum: + ch = charCodeAt(string, pos) + if not isSpace(ch): + break + pos += 1 + + if pos < maximum and charCodeAt(string, pos) != 0x0A and title: + # garbage at the end of the line after title, + # but it could still be a valid reference if we roll back + title = "" + pos = destEndPos + lines = destEndLineNo + while pos < maximum: + ch = charCodeAt(string, pos) + if not isSpace(ch): + break + pos += 1 + + if pos < maximum and charCodeAt(string, pos) != 0x0A: + # garbage at the end of the line + return False + + label = normalizeReference(string[1:labelEnd]) + if not label: + # CommonMark 0.20 disallows empty labels + return False + + # Reference can not terminate anything. This check is for safety only. + if silent: + return True + + if "references" not in state.env: + state.env["references"] = {} + + state.line = startLine + lines + 1 + + # note, this is not part of markdown-it JS, but is useful for renderers + if state.md.options.get("inline_definitions", False): + token = state.push("definition", "", 0) + token.meta = { + "id": label, + "title": title, + "url": href, + "label": string[1:labelEnd], + } + token.map = [startLine, state.line] + + if label not in state.env["references"]: + state.env["references"][label] = { + "title": title, + "href": href, + "map": [startLine, state.line], + } + else: + state.env.setdefault("duplicate_refs", []).append( + { + "title": title, + "href": href, + "label": label, + "map": [startLine, state.line], + } + ) + + state.parentType = oldParentType + + return True diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/state_block.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/state_block.py new file mode 100644 index 0000000..445ad26 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/state_block.py @@ -0,0 +1,261 @@ +from __future__ import annotations + +from typing import TYPE_CHECKING, Literal + +from ..common.utils import isStrSpace +from ..ruler import StateBase +from ..token import Token +from ..utils import EnvType + +if TYPE_CHECKING: + from markdown_it.main import MarkdownIt + + +class StateBlock(StateBase): + def __init__( + self, src: str, md: MarkdownIt, env: EnvType, tokens: list[Token] + ) -> None: + self.src = src + + # link to parser instance + self.md = md + + self.env = env + + # + # Internal state variables + # + + self.tokens = tokens + + self.bMarks: list[int] = [] # line begin offsets for fast jumps + self.eMarks: list[int] = [] # line end offsets for fast jumps + # offsets of the first non-space characters (tabs not expanded) + self.tShift: list[int] = [] + self.sCount: list[int] = [] # indents for each line (tabs expanded) + + # An amount of virtual spaces (tabs expanded) between beginning + # of each line (bMarks) and real beginning of that line. + # + # It exists only as a hack because blockquotes override bMarks + # losing information in the process. + # + # It's used only when expanding tabs, you can think about it as + # an initial tab length, e.g. bsCount=21 applied to string `\t123` + # means first tab should be expanded to 4-21%4 === 3 spaces. + # + self.bsCount: list[int] = [] + + # block parser variables + self.blkIndent = 0 # required block content indent (for example, if we are + # inside a list, it would be positioned after list marker) + self.line = 0 # line index in src + self.lineMax = 0 # lines count + self.tight = False # loose/tight mode for lists + self.ddIndent = -1 # indent of the current dd block (-1 if there isn't any) + self.listIndent = -1 # indent of the current list block (-1 if there isn't any) + + # can be 'blockquote', 'list', 'root', 'paragraph' or 'reference' + # used in lists to determine if they interrupt a paragraph + self.parentType = "root" + + self.level = 0 + + # renderer + self.result = "" + + # Create caches + # Generate markers. + indent_found = False + + start = pos = indent = offset = 0 + length = len(self.src) + + for pos, character in enumerate(self.src): + if not indent_found: + if isStrSpace(character): + indent += 1 + + if character == "\t": + offset += 4 - offset % 4 + else: + offset += 1 + continue + else: + indent_found = True + + if character == "\n" or pos == length - 1: + if character != "\n": + pos += 1 + self.bMarks.append(start) + self.eMarks.append(pos) + self.tShift.append(indent) + self.sCount.append(offset) + self.bsCount.append(0) + + indent_found = False + indent = 0 + offset = 0 + start = pos + 1 + + # Push fake entry to simplify cache bounds checks + self.bMarks.append(length) + self.eMarks.append(length) + self.tShift.append(0) + self.sCount.append(0) + self.bsCount.append(0) + + self.lineMax = len(self.bMarks) - 1 # don't count last fake line + + # pre-check if code blocks are enabled, to speed up is_code_block method + self._code_enabled = "code" in self.md["block"].ruler.get_active_rules() + + def __repr__(self) -> str: + return ( + f"{self.__class__.__name__}" + f"(line={self.line},level={self.level},tokens={len(self.tokens)})" + ) + + def push(self, ttype: str, tag: str, nesting: Literal[-1, 0, 1]) -> Token: + """Push new token to "stream".""" + token = Token(ttype, tag, nesting) + token.block = True + if nesting < 0: + self.level -= 1 # closing tag + token.level = self.level + if nesting > 0: + self.level += 1 # opening tag + self.tokens.append(token) + return token + + def isEmpty(self, line: int) -> bool: + """.""" + return (self.bMarks[line] + self.tShift[line]) >= self.eMarks[line] + + def skipEmptyLines(self, from_pos: int) -> int: + """.""" + while from_pos < self.lineMax: + try: + if (self.bMarks[from_pos] + self.tShift[from_pos]) < self.eMarks[ + from_pos + ]: + break + except IndexError: + pass + from_pos += 1 + return from_pos + + def skipSpaces(self, pos: int) -> int: + """Skip spaces from given position.""" + while True: + try: + current = self.src[pos] + except IndexError: + break + if not isStrSpace(current): + break + pos += 1 + return pos + + def skipSpacesBack(self, pos: int, minimum: int) -> int: + """Skip spaces from given position in reverse.""" + if pos <= minimum: + return pos + while pos > minimum: + pos -= 1 + if not isStrSpace(self.src[pos]): + return pos + 1 + return pos + + def skipChars(self, pos: int, code: int) -> int: + """Skip character code from given position.""" + while True: + try: + current = self.srcCharCode[pos] + except IndexError: + break + if current != code: + break + pos += 1 + return pos + + def skipCharsStr(self, pos: int, ch: str) -> int: + """Skip character string from given position.""" + while True: + try: + current = self.src[pos] + except IndexError: + break + if current != ch: + break + pos += 1 + return pos + + def skipCharsBack(self, pos: int, code: int, minimum: int) -> int: + """Skip character code reverse from given position - 1.""" + if pos <= minimum: + return pos + while pos > minimum: + pos -= 1 + if code != self.srcCharCode[pos]: + return pos + 1 + return pos + + def skipCharsStrBack(self, pos: int, ch: str, minimum: int) -> int: + """Skip character string reverse from given position - 1.""" + if pos <= minimum: + return pos + while pos > minimum: + pos -= 1 + if ch != self.src[pos]: + return pos + 1 + return pos + + def getLines(self, begin: int, end: int, indent: int, keepLastLF: bool) -> str: + """Cut lines range from source.""" + line = begin + if begin >= end: + return "" + + queue = [""] * (end - begin) + + i = 1 + while line < end: + lineIndent = 0 + lineStart = first = self.bMarks[line] + last = ( + self.eMarks[line] + 1 + if line + 1 < end or keepLastLF + else self.eMarks[line] + ) + + while (first < last) and (lineIndent < indent): + ch = self.src[first] + if isStrSpace(ch): + if ch == "\t": + lineIndent += 4 - (lineIndent + self.bsCount[line]) % 4 + else: + lineIndent += 1 + elif first - lineStart < self.tShift[line]: + lineIndent += 1 + else: + break + first += 1 + + if lineIndent > indent: + # partially expanding tabs in code blocks, e.g '\t\tfoobar' + # with indent=2 becomes ' \tfoobar' + queue[i - 1] = (" " * (lineIndent - indent)) + self.src[first:last] + else: + queue[i - 1] = self.src[first:last] + + line += 1 + i += 1 + + return "".join(queue) + + def is_code_block(self, line: int) -> bool: + """Check if line is a code block, + i.e. the code block rule is enabled and text is indented by more than 3 spaces. + """ + return self._code_enabled and (self.sCount[line] - self.blkIndent) >= 4 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_block/table.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/table.py new file mode 100644 index 0000000..4b666c1 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_block/table.py @@ -0,0 +1,236 @@ +# GFM table, https://github.github.com/gfm/#tables-extension- +from __future__ import annotations + +import re + +from ..common.utils import charStrAt, isStrSpace +from .state_block import StateBlock + +headerLineRe = re.compile(r"^:?-+:?$") +enclosingPipesRe = re.compile(r"^\||\|$") + + +def getLine(state: StateBlock, line: int) -> str: + pos = state.bMarks[line] + state.tShift[line] + maximum = state.eMarks[line] + + # return state.src.substr(pos, max - pos) + return state.src[pos:maximum] + + +def escapedSplit(string: str) -> list[str]: + result: list[str] = [] + pos = 0 + max = len(string) + isEscaped = False + lastPos = 0 + current = "" + ch = charStrAt(string, pos) + + while pos < max: + if ch == "|": + if not isEscaped: + # pipe separating cells, '|' + result.append(current + string[lastPos:pos]) + current = "" + lastPos = pos + 1 + else: + # escaped pipe, '\|' + current += string[lastPos : pos - 1] + lastPos = pos + + isEscaped = ch == "\\" + pos += 1 + + ch = charStrAt(string, pos) + + result.append(current + string[lastPos:]) + + return result + + +def table(state: StateBlock, startLine: int, endLine: int, silent: bool) -> bool: + tbodyLines = None + + # should have at least two lines + if startLine + 2 > endLine: + return False + + nextLine = startLine + 1 + + if state.sCount[nextLine] < state.blkIndent: + return False + + if state.is_code_block(nextLine): + return False + + # first character of the second line should be '|', '-', ':', + # and no other characters are allowed but spaces; + # basically, this is the equivalent of /^[-:|][-:|\s]*$/ regexp + + pos = state.bMarks[nextLine] + state.tShift[nextLine] + if pos >= state.eMarks[nextLine]: + return False + first_ch = state.src[pos] + pos += 1 + if first_ch not in ("|", "-", ":"): + return False + + if pos >= state.eMarks[nextLine]: + return False + second_ch = state.src[pos] + pos += 1 + if second_ch not in ("|", "-", ":") and not isStrSpace(second_ch): + return False + + # if first character is '-', then second character must not be a space + # (due to parsing ambiguity with list) + if first_ch == "-" and isStrSpace(second_ch): + return False + + while pos < state.eMarks[nextLine]: + ch = state.src[pos] + + if ch not in ("|", "-", ":") and not isStrSpace(ch): + return False + + pos += 1 + + lineText = getLine(state, startLine + 1) + + columns = lineText.split("|") + aligns = [] + for i in range(len(columns)): + t = columns[i].strip() + if not t: + # allow empty columns before and after table, but not in between columns; + # e.g. allow ` |---| `, disallow ` ---||--- ` + if i == 0 or i == len(columns) - 1: + continue + else: + return False + + if not headerLineRe.search(t): + return False + if charStrAt(t, len(t) - 1) == ":": + aligns.append("center" if charStrAt(t, 0) == ":" else "right") + elif charStrAt(t, 0) == ":": + aligns.append("left") + else: + aligns.append("") + + lineText = getLine(state, startLine).strip() + if "|" not in lineText: + return False + if state.is_code_block(startLine): + return False + columns = escapedSplit(lineText) + if columns and columns[0] == "": + columns.pop(0) + if columns and columns[-1] == "": + columns.pop() + + # header row will define an amount of columns in the entire table, + # and align row should be exactly the same (the rest of the rows can differ) + columnCount = len(columns) + if columnCount == 0 or columnCount != len(aligns): + return False + + if silent: + return True + + oldParentType = state.parentType + state.parentType = "table" + + # use 'blockquote' lists for termination because it's + # the most similar to tables + terminatorRules = state.md.block.ruler.getRules("blockquote") + + token = state.push("table_open", "table", 1) + token.map = tableLines = [startLine, 0] + + token = state.push("thead_open", "thead", 1) + token.map = [startLine, startLine + 1] + + token = state.push("tr_open", "tr", 1) + token.map = [startLine, startLine + 1] + + for i in range(len(columns)): + token = state.push("th_open", "th", 1) + if aligns[i]: + token.attrs = {"style": "text-align:" + aligns[i]} + + token = state.push("inline", "", 0) + # note in markdown-it this map was removed in v12.0.0 however, we keep it, + # since it is helpful to propagate to children tokens + token.map = [startLine, startLine + 1] + token.content = columns[i].strip() + token.children = [] + + token = state.push("th_close", "th", -1) + + token = state.push("tr_close", "tr", -1) + token = state.push("thead_close", "thead", -1) + + nextLine = startLine + 2 + while nextLine < endLine: + if state.sCount[nextLine] < state.blkIndent: + break + + terminate = False + for i in range(len(terminatorRules)): + if terminatorRules[i](state, nextLine, endLine, True): + terminate = True + break + + if terminate: + break + lineText = getLine(state, nextLine).strip() + if not lineText: + break + if state.is_code_block(nextLine): + break + columns = escapedSplit(lineText) + if columns and columns[0] == "": + columns.pop(0) + if columns and columns[-1] == "": + columns.pop() + + if nextLine == startLine + 2: + token = state.push("tbody_open", "tbody", 1) + token.map = tbodyLines = [startLine + 2, 0] + + token = state.push("tr_open", "tr", 1) + token.map = [nextLine, nextLine + 1] + + for i in range(columnCount): + token = state.push("td_open", "td", 1) + if aligns[i]: + token.attrs = {"style": "text-align:" + aligns[i]} + + token = state.push("inline", "", 0) + # note in markdown-it this map was removed in v12.0.0 however, we keep it, + # since it is helpful to propagate to children tokens + token.map = [nextLine, nextLine + 1] + try: + token.content = columns[i].strip() if columns[i] else "" + except IndexError: + token.content = "" + token.children = [] + + token = state.push("td_close", "td", -1) + + token = state.push("tr_close", "tr", -1) + + nextLine += 1 + + if tbodyLines: + token = state.push("tbody_close", "tbody", -1) + tbodyLines[1] = nextLine + + token = state.push("table_close", "table", -1) + + tableLines[1] = nextLine + state.parentType = oldParentType + state.line = nextLine + return True diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_core/__init__.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/__init__.py new file mode 100644 index 0000000..c9c5368 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/__init__.py @@ -0,0 +1,19 @@ +__all__ = ( + "StateCore", + "normalize", + "block", + "inline", + "replace", + "smartquotes", + "linkify", + "text_join", +) + +from .block import block +from .inline import inline +from .linkify import linkify +from .normalize import normalize +from .replacements import replace +from .smartquotes import smartquotes +from .state_core import StateCore +from .text_join import text_join diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5e5b3848342c33b172116883b8dd6d8e0162bc2b GIT binary patch literal 538 zcmYjNJ5B>J6x?6-n@C(EMdE@A2_YmJDw=d|EGO#_6MvRxFCiR(n{Xw!R9t}y+nWMg zelt%`GkRmXShR^hH~Yu^XPPA6q4|F@-`x9W4!-mWPWrUZL@HC9rh(@olNrt;FGMbL zoJT$rg)DFpc`0VH#AW1_sAPq!$ZJu{1~-v6qLnRfJ#RP3vRl@!*;s1Xg9hdrr9o1` zKbV_sh29-q$(7)WxeC}I=#IJ0NDB6K)Rq}n`Pq^0&#tlT-I5p0)sGLCEK|rQC?=>T z2qFD!HbFVTMNs?hY1z4o5Gn*A(E)-Uf*OJr&o668rmTrR5L|F;LI$$)At3lcaQjN2 z3p|wH5goK-XaM@gm_iR)S>W5za;*&V(az7HN7b+P8dk&E9<)Mhdg4g%Et>l4^$jxI zveiI$NBYbR@;`Cx^+^$K5sZSFxBw!AD{cu{4`)~3O5OX>UD(Q8`BHTA^#A<>H<*Nc literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/block.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/block.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..88bdd66c7a9bf952199facab12d6cc1a1ce99c43 GIT binary patch literal 617 zcmYjOv2NQi5G6%XR#YcIfwohBKtOE{T^gV$3V7+#Ea^~aF=&yt8B3&aq!So$ruH*B zBx8SxYbXCgrydm)2!T8D9q;bFBjx#dMQ~lNzpMi#T3)Aoej6FR#NGU$Z^eN|_X`-EZv zI_$x=Dd+!6)dkuD&3{LCBsT;;1gdD_{=x1kMzSMaGKKt`bjmjbJ;!+QFgemk)M?)$ zDsRpnsxceSxW7mlk2y|3P$|EPg|VHnI+7C-5lB&4K?!v@^ms@dAXY&e9ivtlmqjOfftJmL5AOW{q>vq82yxzS$q z5_Zbn*`)~r_MP_27GGVAisr)sULtXl;xEtt{h51%u~>fWokF@#=`(%Gozf}$2j+mA00000 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/inline.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/inline.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..da2954fd04e205c3b125ba939d81a00f9cc8472e GIT binary patch literal 530 zcmYjOy>1&Z43>01c8xlHg$!A4ur+i_5EKEN7M+3s*$f1Ra*}P?chZH@C2-+veT)vx zm{-!8DX-9}l#BqOK!P8^pHHM1k4FUMboq1nof7gI!AHpuT%fvRG?GZ#ke1FVC5lQW zvp-DcviP0PnPfMlD&MdNsc86gPp}5|r=3)G_B>7&-&g8LIn%W=}Tc zlH8s>(LLQzNw*A2^ss+V;ABPibiptu+vI->jF-_z9mJgHoRa%8G0A?7uLU@DtWBeh za-lppSJg0--fop~A@{pZg<-wcjRa)^Yb6v&ArxIK4TIVmuZ$0wG7lAlxQkGv;uiu( zi2gagwyokFhzF$%pJ4&$yWVSS9Pb*jTY>G3oGdL&x}9HJ!>8g=^G4tC1O7TarL@Q X_k;No|1vypt;7l6;zeA{{ha*=ny-e9 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/linkify.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/linkify.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b736f3a25be98fe6fe44a6f76535ea11fc02a536 GIT binary patch literal 2646 zcmZuzTW{RP73K_wm*sL-t4k6)ZPQJvx)2I$3lwN#BM4%s%B65*!%~2PNJ`KN5*61XT}r7s0q=%J5!kRJOF`q1b8h4kw8(?0D6rPqD<`6OMq16CU8ogXr4*}tJPLoZxVyh~DjaJ&x4pHt4} zc1<~%k?OPGSWk)S)X*|#H4bOu$aOQnW6hZgYO1Npn)&ETQbs@1UTloyPytg_mZ5G>D>cs?&0&n4d)$r9@HK*{jv5qyg6EiZQ9_> z?4p6-CwFdG;5s~5a6RsD@&^k4z1l;h$>*QVyLI`s@E=V@NOe@lZSQxHS3aG(s{pl&q(kdtWmk5UcdN3-G>eX|M1$1 z-nA92-J3?P(Z4)js+Z~jK2Z5v^&{TlU5*l%BNBB`FPXj9gV?J(7{l7Xc%vR%qDUd> z@jiEqBwwm~DFOe-3#m>M{|+C3Hss3~-~8Un?`-tJdzo$*x>uTAKo?H8(`tUXM#SK) zdC){HKu)@6WP+TQxBlOo_9R|v@h2wtYX8h;R!w5$`Y}IVHx;w7dV1^8EEB{1QVvrt z3YG4kq{YDyrJfeImH1K(Gn9I@xpVrKsd=!6qDUTRf)5|h)DVqhm=>tm43tgnrUk@> zG({^-rAC2S9*<3{h&l~iqEkfOLzQQ7E3KKa6NP4stEm{LNv5q+??uD#7X3n#M6*LF z_O)jeVJn&?GgUsj!n3iiY0kA*PMba^(UUE``bo**-A<`KC}#!Vma>%ERi;H%uzE5T zkvB!35tY*3xGWR`p#AY-nsF%#ZD$zJ-x>#tvCu3_A?ak|iO8g9d~}T&?B9^{M2!!% zlNMZjsqLA}qFzzTJjv2iaUUCw!Y6<^nw!Doz$|sE@uA2Q?R~Vj_b`66t?g>|I9mSR zx;?~2_xHAU_u^0PeSClKfsu17kw}>9d`pskqcE8wzFa$rQnJ!+p2*2;s##j>mpaIj zN+IglpmZR;u`GL-qOd)PxQUE>-H>|bfXqJc8)r31qi{Tvh>B`De7k!mgFvO7qU55I zZ<=+UG4ZfOcnwefw4v?Kvg}jD!$VLSZ|o@~oW|T=E%`Qt{-Z{RWiCcjnLH7q7;WJ+ zWQr6sf29%9@#H|7GrWyVy*)iqhh;I^Ouk4*S^9X?;=kOyGpbT0Zcmf(Bsmb($T-i- zFN!!-BZ)+);xYb3Skh$A=JcdVlO>q1{*J+-0b$f9J`KqVVOPwi)TNAt1T?&T;@bhZ z{VPht|4|kY3Va0|Q1MaPu5!tm&4^2wORpFtneG0UvB7iZhOpq05Skcu9iK2VxN_|q z?aV@03mUFV0_?%a`uJMx#oSU1Euj5xr5jJi#)<0>ev$1hQAU&0A4z*1HJH;ujL$~||hSLDtVLdcIa(N4c zoeie_I4+W0#IX+IIB)6^a2UtOvm{$^mg4x@9VCvMjJP(uV=UakaE`Asw*?dM_HF1J zYexJ23^xW?lIGr`sl+7$HI8;BO&pNGWuBMCCUPpPn*49dw=HB7pr(Q%IDryvGNrwk zpflvtG!yb?M&{>6ckuCtI}aXhZ{6G7mK%m@+D)^QYr8gSEzQ=o|8DE}d!{c|uVM(1 TW+7d}@tKqe$iN=_-lE?CaXY?k literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/normalize.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/normalize.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..037fc6a6615add6afb932cd377ba89d23e2dc49e GIT binary patch literal 584 zcmYjPzl+;26xI(Xc6`aLU2o{(AyJ{zL1_yi&_eLgPzoks981Z$XG=zs??_0u`wMRF za5wgkDE&XQcDkv1r#|_(au43e_eoFE_Z})HlNdpqZ$E5rF+#t+cpenQdr0GfqYQD( zNsTkiDGzGW(2Qav@Lj+M_c$B$YzS;9C?`DpPI$yeH$fJ1vO-CGc#$gI6m@kFXO(O_ zduFVz);0$6m1IXt_v}>ETL@GJ6RhG}exFjD`U| zgT~wOPNI<@3e$Fz%-kc56w`OpGyy2X^sO{ag3VI%JGC(-Jt^?yBuWE%L!u0zHzmpf zIv~*$plLY+jNUpZXE-D|yffs7C5JbM{0Kcjr|Cg@=!w=iN)OW`^ym|n9;3&<(HqC; z33`&A0)Cq2fgd098F~iz33?X%=fM9KJrDdO)#{4%b}tV>sk@zSo8`luuD`*Z?xx$y zbJlG;E!JUP7?|dT{Jnd#E$iOB0)hnq`Iq1Rkbm(s@`Rm{YjtVld-=`Jk&};nD z7IEIAPOv%D#$rc`ukbioM5G+g^Ft?eeJ`lJQX?_8>Tfge6@(FoB4VrV&J-`JG3WY(j*iScSXIq1?GvHR!f)``!ZD%9sYw%LvXqLWur|_tkggIyL z&dsb@5Rtwa!LQycJnF{^IG}%U_VdBr&x>nTu~?j)`xxQioYl{P+zdbjtr?(lBpTQZ zaA-6VFnE5)UA%Z2J)ZS6V30XW6Qm^w7i!q)XE-Y@Ibmz_ZV>V{p@Fqj5$m8N49>zH z_gc99(S;a`Zb5;fdlNvY43u3$$sXBN_mraw96YtgW8i@=O4S#ZZ&$9{^VhDeh}Z`A zdtDK0`wtnn2+zWprwTs+kJmfpO~1p+UG99rm{(r#y^y>2domkkIITPQu1AaOJ}-86 z!cE^Rmz;-gx$WLBNBrH=2j##GS+VQ1ww(inKZXXq z{5TjZ%TK^V#8>85Dwta%U=D9>^3$khZddQr?WM&U*p&)Dg<7gotuEfKFQOvyWAf>p zN_};4xn@^BTd2-2%}Wd;4*#Dcv9P?fG>?;*l_mT7eEn90Yh(OIWr!DR*DJMETtOaI zz-Q24QCsu@4rf*H1+!q}Nm3JksjB*?s+oVNMoxp9NQ=+W3A==|8DOxt1=z&@ zTen#E72_xzzR$8bXD&l@uw!B7a{Cmx~Fl2oNQ7RLyO}9-s z)Z0ni)!S$=o3f1fc|^EfOXZglpF#7lXvT-p?1C>i1V$ky6r~AP#gCdMCVco6@K~or z+_tITvTb47_IeL~5twar43~(v{f!OR+Yl;e(KlfP8>S4g?6xxMBDulBDh!3aBy8Jr zIxvGUs>?TTR#vddbh>Vv$+Zh}@n&s#rLr(zuS6TfL~{$x1vD4Y6u^k&(w*w+Vs)`r z;YAcnXv%1?%g6>6#YAQw_c9R&84=m05+8MZ3cn6lv3Cae9r{!n8dL%zkXB8@G;*pr QzH=(vT3XBLxoqy--&D%4@c;k- literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/smartquotes.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/__pycache__/smartquotes.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7b8b051a1f87a14aa2f1b67aed9f9f6b6cb4d085 GIT binary patch literal 3278 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 J86G%`{sudrMScJP literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_core/block.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/block.py new file mode 100644 index 0000000..a6c3bb8 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/block.py @@ -0,0 +1,13 @@ +from ..token import Token +from .state_core import StateCore + + +def block(state: StateCore) -> None: + if state.inlineMode: + token = Token("inline", "", 0) + token.content = state.src + token.map = [0, 1] + token.children = [] + state.tokens.append(token) + else: + state.md.block.parse(state.src, state.md, state.env, state.tokens) diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_core/inline.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/inline.py new file mode 100644 index 0000000..c3fd0b5 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/inline.py @@ -0,0 +1,10 @@ +from .state_core import StateCore + + +def inline(state: StateCore) -> None: + """Parse inlines""" + for token in state.tokens: + if token.type == "inline": + if token.children is None: + token.children = [] + state.md.inline.parse(token.content, state.md, state.env, token.children) diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_core/linkify.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/linkify.py new file mode 100644 index 0000000..efbc9d4 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/linkify.py @@ -0,0 +1,149 @@ +from __future__ import annotations + +import re +from typing import Protocol + +from ..common.utils import arrayReplaceAt, isLinkClose, isLinkOpen +from ..token import Token +from .state_core import StateCore + +HTTP_RE = re.compile(r"^http://") +MAILTO_RE = re.compile(r"^mailto:") +TEST_MAILTO_RE = re.compile(r"^mailto:", flags=re.IGNORECASE) + + +def linkify(state: StateCore) -> None: + """Rule for identifying plain-text links.""" + if not state.md.options.linkify: + return + + if not state.md.linkify: + raise ModuleNotFoundError("Linkify enabled but not installed.") + + for inline_token in state.tokens: + if inline_token.type != "inline" or not state.md.linkify.pretest( + inline_token.content + ): + continue + + tokens = inline_token.children + + htmlLinkLevel = 0 + + # We scan from the end, to keep position when new tags added. + # Use reversed logic in links start/end match + assert tokens is not None + i = len(tokens) + while i >= 1: + i -= 1 + assert isinstance(tokens, list) + currentToken = tokens[i] + + # Skip content of markdown links + if currentToken.type == "link_close": + i -= 1 + while ( + tokens[i].level != currentToken.level + and tokens[i].type != "link_open" + ): + i -= 1 + continue + + # Skip content of html tag links + if currentToken.type == "html_inline": + if isLinkOpen(currentToken.content) and htmlLinkLevel > 0: + htmlLinkLevel -= 1 + if isLinkClose(currentToken.content): + htmlLinkLevel += 1 + if htmlLinkLevel > 0: + continue + + if currentToken.type == "text" and state.md.linkify.test( + currentToken.content + ): + text = currentToken.content + links: list[_LinkType] = state.md.linkify.match(text) or [] + + # Now split string to nodes + nodes = [] + level = currentToken.level + lastPos = 0 + + # forbid escape sequence at the start of the string, + # this avoids http\://example.com/ from being linkified as + # http:
//example.com/ + if ( + links + and links[0].index == 0 + and i > 0 + and tokens[i - 1].type == "text_special" + ): + links = links[1:] + + for link in links: + url = link.url + fullUrl = state.md.normalizeLink(url) + if not state.md.validateLink(fullUrl): + continue + + urlText = link.text + + # Linkifier might send raw hostnames like "example.com", where url + # starts with domain name. So we prepend http:// in those cases, + # and remove it afterwards. + if not link.schema: + urlText = HTTP_RE.sub( + "", state.md.normalizeLinkText("http://" + urlText) + ) + elif link.schema == "mailto:" and TEST_MAILTO_RE.search(urlText): + urlText = MAILTO_RE.sub( + "", state.md.normalizeLinkText("mailto:" + urlText) + ) + else: + urlText = state.md.normalizeLinkText(urlText) + + pos = link.index + + if pos > lastPos: + token = Token("text", "", 0) + token.content = text[lastPos:pos] + token.level = level + nodes.append(token) + + token = Token("link_open", "a", 1) + token.attrs = {"href": fullUrl} + token.level = level + level += 1 + token.markup = "linkify" + token.info = "auto" + nodes.append(token) + + token = Token("text", "", 0) + token.content = urlText + token.level = level + nodes.append(token) + + token = Token("link_close", "a", -1) + level -= 1 + token.level = level + token.markup = "linkify" + token.info = "auto" + nodes.append(token) + + lastPos = link.last_index + + if lastPos < len(text): + token = Token("text", "", 0) + token.content = text[lastPos:] + token.level = level + nodes.append(token) + + inline_token.children = tokens = arrayReplaceAt(tokens, i, nodes) + + +class _LinkType(Protocol): + url: str + text: str + index: int + last_index: int + schema: str | None diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_core/normalize.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/normalize.py new file mode 100644 index 0000000..c9f8d0d --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/normalize.py @@ -0,0 +1,18 @@ +"""Normalize input string.""" +import re + +from .state_core import StateCore + +# https://spec.commonmark.org/0.29/#line-ending +NEWLINES_RE = re.compile(r"\r\n?|\n") +NULL_RE = re.compile(r"\0") + + +def normalize(state: StateCore) -> None: + # Normalize newlines + string = NEWLINES_RE.sub("\n", state.src) + + # Replace NULL characters + string = NULL_RE.sub("\uFFFD", string) + + state.src = string diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_core/replacements.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/replacements.py new file mode 100644 index 0000000..14912e1 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/replacements.py @@ -0,0 +1,126 @@ +"""Simple typographic replacements + +* ``(c)``, ``(C)`` → © +* ``(tm)``, ``(TM)`` → ™ +* ``(r)``, ``(R)`` → ® +* ``+-`` → ± +* ``...`` → … +* ``?....`` → ?.. +* ``!....`` → !.. +* ``????????`` → ??? +* ``!!!!!`` → !!! +* ``,,,`` → , +* ``--`` → &ndash +* ``---`` → &mdash +""" +from __future__ import annotations + +import logging +import re + +from ..token import Token +from .state_core import StateCore + +LOGGER = logging.getLogger(__name__) + +# TODO: +# - fractionals 1/2, 1/4, 3/4 -> ½, ¼, ¾ +# - multiplication 2 x 4 -> 2 × 4 + +RARE_RE = re.compile(r"\+-|\.\.|\?\?\?\?|!!!!|,,|--") + +# Workaround for phantomjs - need regex without /g flag, +# or root check will fail every second time +# SCOPED_ABBR_TEST_RE = r"\((c|tm|r)\)" + +SCOPED_ABBR_RE = re.compile(r"\((c|tm|r)\)", flags=re.IGNORECASE) + +PLUS_MINUS_RE = re.compile(r"\+-") + +ELLIPSIS_RE = re.compile(r"\.{2,}") + +ELLIPSIS_QUESTION_EXCLAMATION_RE = re.compile(r"([?!])…") + +QUESTION_EXCLAMATION_RE = re.compile(r"([?!]){4,}") + +COMMA_RE = re.compile(r",{2,}") + +EM_DASH_RE = re.compile(r"(^|[^-])---(?=[^-]|$)", flags=re.MULTILINE) + +EN_DASH_RE = re.compile(r"(^|\s)--(?=\s|$)", flags=re.MULTILINE) + +EN_DASH_INDENT_RE = re.compile(r"(^|[^-\s])--(?=[^-\s]|$)", flags=re.MULTILINE) + + +SCOPED_ABBR = {"c": "©", "r": "®", "tm": "™"} + + +def replaceFn(match: re.Match[str]) -> str: + return SCOPED_ABBR[match.group(1).lower()] + + +def replace_scoped(inlineTokens: list[Token]) -> None: + inside_autolink = 0 + + for token in inlineTokens: + if token.type == "text" and not inside_autolink: + token.content = SCOPED_ABBR_RE.sub(replaceFn, token.content) + + if token.type == "link_open" and token.info == "auto": + inside_autolink -= 1 + + if token.type == "link_close" and token.info == "auto": + inside_autolink += 1 + + +def replace_rare(inlineTokens: list[Token]) -> None: + inside_autolink = 0 + + for token in inlineTokens: + if ( + token.type == "text" + and (not inside_autolink) + and RARE_RE.search(token.content) + ): + # +- -> ± + token.content = PLUS_MINUS_RE.sub("±", token.content) + + # .., ..., ....... -> … + token.content = ELLIPSIS_RE.sub("…", token.content) + + # but ?..... & !..... -> ?.. & !.. + token.content = ELLIPSIS_QUESTION_EXCLAMATION_RE.sub("\\1..", token.content) + token.content = QUESTION_EXCLAMATION_RE.sub("\\1\\1\\1", token.content) + + # ,, ,,, ,,,, -> , + token.content = COMMA_RE.sub(",", token.content) + + # em-dash + token.content = EM_DASH_RE.sub("\\1\u2014", token.content) + + # en-dash + token.content = EN_DASH_RE.sub("\\1\u2013", token.content) + token.content = EN_DASH_INDENT_RE.sub("\\1\u2013", token.content) + + if token.type == "link_open" and token.info == "auto": + inside_autolink -= 1 + + if token.type == "link_close" and token.info == "auto": + inside_autolink += 1 + + +def replace(state: StateCore) -> None: + if not state.md.options.typographer: + return + + for token in state.tokens: + if token.type != "inline": + continue + if token.children is None: + continue + + if SCOPED_ABBR_RE.search(token.content): + replace_scoped(token.children) + + if RARE_RE.search(token.content): + replace_rare(token.children) diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_core/smartquotes.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/smartquotes.py new file mode 100644 index 0000000..c98fbd7 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/smartquotes.py @@ -0,0 +1,202 @@ +"""Convert straight quotation marks to typographic ones +""" +from __future__ import annotations + +import re +from typing import Any + +from ..common.utils import charCodeAt, isMdAsciiPunct, isPunctChar, isWhiteSpace +from ..token import Token +from .state_core import StateCore + +QUOTE_TEST_RE = re.compile(r"['\"]") +QUOTE_RE = re.compile(r"['\"]") +APOSTROPHE = "\u2019" # ’ + + +def replaceAt(string: str, index: int, ch: str) -> str: + # When the index is negative, the behavior is different from the js version. + # But basically, the index will not be negative. + assert index >= 0 + return string[:index] + ch + string[index + 1 :] + + +def process_inlines(tokens: list[Token], state: StateCore) -> None: + stack: list[dict[str, Any]] = [] + + for i, token in enumerate(tokens): + thisLevel = token.level + + j = 0 + for j in range(len(stack))[::-1]: + if stack[j]["level"] <= thisLevel: + break + else: + # When the loop is terminated without a "break". + # Subtract 1 to get the same index as the js version. + j -= 1 + + stack = stack[: j + 1] + + if token.type != "text": + continue + + text = token.content + pos = 0 + maximum = len(text) + + while pos < maximum: + goto_outer = False + lastIndex = pos + t = QUOTE_RE.search(text[lastIndex:]) + if not t: + break + + canOpen = canClose = True + pos = t.start(0) + lastIndex + 1 + isSingle = t.group(0) == "'" + + # Find previous character, + # default to space if it's the beginning of the line + lastChar: None | int = 0x20 + + if t.start(0) + lastIndex - 1 >= 0: + lastChar = charCodeAt(text, t.start(0) + lastIndex - 1) + else: + for j in range(i)[::-1]: + if tokens[j].type == "softbreak" or tokens[j].type == "hardbreak": + break + # should skip all tokens except 'text', 'html_inline' or 'code_inline' + if not tokens[j].content: + continue + + lastChar = charCodeAt(tokens[j].content, len(tokens[j].content) - 1) + break + + # Find next character, + # default to space if it's the end of the line + nextChar: None | int = 0x20 + + if pos < maximum: + nextChar = charCodeAt(text, pos) + else: + for j in range(i + 1, len(tokens)): + # nextChar defaults to 0x20 + if tokens[j].type == "softbreak" or tokens[j].type == "hardbreak": + break + # should skip all tokens except 'text', 'html_inline' or 'code_inline' + if not tokens[j].content: + continue + + nextChar = charCodeAt(tokens[j].content, 0) + break + + isLastPunctChar = lastChar is not None and ( + isMdAsciiPunct(lastChar) or isPunctChar(chr(lastChar)) + ) + isNextPunctChar = nextChar is not None and ( + isMdAsciiPunct(nextChar) or isPunctChar(chr(nextChar)) + ) + + isLastWhiteSpace = lastChar is not None and isWhiteSpace(lastChar) + isNextWhiteSpace = nextChar is not None and isWhiteSpace(nextChar) + + if isNextWhiteSpace: # noqa: SIM114 + canOpen = False + elif isNextPunctChar and not (isLastWhiteSpace or isLastPunctChar): + canOpen = False + + if isLastWhiteSpace: # noqa: SIM114 + canClose = False + elif isLastPunctChar and not (isNextWhiteSpace or isNextPunctChar): + canClose = False + + if nextChar == 0x22 and t.group(0) == '"': # 0x22: " # noqa: SIM102 + if ( + lastChar is not None and lastChar >= 0x30 and lastChar <= 0x39 + ): # 0x30: 0, 0x39: 9 + # special case: 1"" - count first quote as an inch + canClose = canOpen = False + + if canOpen and canClose: + # Replace quotes in the middle of punctuation sequence, but not + # in the middle of the words, i.e.: + # + # 1. foo " bar " baz - not replaced + # 2. foo-"-bar-"-baz - replaced + # 3. foo"bar"baz - not replaced + canOpen = isLastPunctChar + canClose = isNextPunctChar + + if not canOpen and not canClose: + # middle of word + if isSingle: + token.content = replaceAt( + token.content, t.start(0) + lastIndex, APOSTROPHE + ) + continue + + if canClose: + # this could be a closing quote, rewind the stack to get a match + for j in range(len(stack))[::-1]: + item = stack[j] + if stack[j]["level"] < thisLevel: + break + if item["single"] == isSingle and stack[j]["level"] == thisLevel: + item = stack[j] + + if isSingle: + openQuote = state.md.options.quotes[2] + closeQuote = state.md.options.quotes[3] + else: + openQuote = state.md.options.quotes[0] + closeQuote = state.md.options.quotes[1] + + # replace token.content *before* tokens[item.token].content, + # because, if they are pointing at the same token, replaceAt + # could mess up indices when quote length != 1 + token.content = replaceAt( + token.content, t.start(0) + lastIndex, closeQuote + ) + tokens[item["token"]].content = replaceAt( + tokens[item["token"]].content, item["pos"], openQuote + ) + + pos += len(closeQuote) - 1 + if item["token"] == i: + pos += len(openQuote) - 1 + + text = token.content + maximum = len(text) + + stack = stack[:j] + goto_outer = True + break + if goto_outer: + goto_outer = False + continue + + if canOpen: + stack.append( + { + "token": i, + "pos": t.start(0) + lastIndex, + "single": isSingle, + "level": thisLevel, + } + ) + elif canClose and isSingle: + token.content = replaceAt( + token.content, t.start(0) + lastIndex, APOSTROPHE + ) + + +def smartquotes(state: StateCore) -> None: + if not state.md.options.typographer: + return + + for token in state.tokens: + if token.type != "inline" or not QUOTE_RE.search(token.content): + continue + if token.children is not None: + process_inlines(token.children, state) diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_core/state_core.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/state_core.py new file mode 100644 index 0000000..a938041 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/state_core.py @@ -0,0 +1,25 @@ +from __future__ import annotations + +from typing import TYPE_CHECKING + +from ..ruler import StateBase +from ..token import Token +from ..utils import EnvType + +if TYPE_CHECKING: + from markdown_it import MarkdownIt + + +class StateCore(StateBase): + def __init__( + self, + src: str, + md: MarkdownIt, + env: EnvType, + tokens: list[Token] | None = None, + ) -> None: + self.src = src + self.md = md # link to parser instance + self.env = env + self.tokens: list[Token] = tokens or [] + self.inlineMode = False diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_core/text_join.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/text_join.py new file mode 100644 index 0000000..d54ccbb --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_core/text_join.py @@ -0,0 +1,34 @@ +"""Join raw text tokens with the rest of the text + +This is set as a separate rule to provide an opportunity for plugins +to run text replacements after text join, but before escape join. + +For example, `\\:)` shouldn't be replaced with an emoji. +""" +from __future__ import annotations + +from ..token import Token +from .state_core import StateCore + + +def text_join(state: StateCore) -> None: + """Join raw text for escape sequences (`text_special`) tokens with the rest of the text""" + + for inline_token in state.tokens[:]: + if inline_token.type != "inline": + continue + + # convert text_special to text and join all adjacent text nodes + new_tokens: list[Token] = [] + for child_token in inline_token.children or []: + if child_token.type == "text_special": + child_token.type = "text" + if ( + child_token.type == "text" + and new_tokens + and new_tokens[-1].type == "text" + ): + new_tokens[-1].content += child_token.content + else: + new_tokens.append(child_token) + inline_token.children = new_tokens diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__init__.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__init__.py new file mode 100644 index 0000000..3a8026e --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__init__.py @@ -0,0 +1,31 @@ +__all__ = ( + "StateInline", + "text", + "fragments_join", + "link_pairs", + "linkify", + "escape", + "newline", + "backtick", + "emphasis", + "image", + "link", + "autolink", + "entity", + "html_inline", + "strikethrough", +) +from . import emphasis, strikethrough +from .autolink import autolink +from .backticks import backtick +from .balance_pairs import link_pairs +from .entity import entity +from .escape import escape +from .fragments_join import fragments_join +from .html_inline import html_inline +from .image import image +from .link import link +from .linkify import linkify +from .newline import newline +from .state_inline import StateInline +from .text import text diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de1c7666ed56b4718d9c17dcabdf248bd4f06027 GIT binary patch literal 799 zcmZ{hy{^+R7>1KJ&HrCd8M%QDZ3dx)wDja95n6BsXXK0GLT|j088p|P+UQ#cSm&!}*W$C5% zV&Bi~E4-|{BwpP4A=pR!xP76MzQ>I9y$=3bIzyEGxt9d%jH&}>SR9Ej2-p~4Lx7C{ zHULKzi!<)anj9zKNBLlcat!6Ib0Q;gzRR9 z?`KmWG3-tg?B=@~C(-TkjdqM4IzN83f9xbxWH*}^G4+=n$8Z^@o9L()uVxM4{ov!gdv7~IKPf)Pi@lxZi}(F#rnPUnOh++fD9l$DtIqvn(t z-bGgV6k?#AQw-F?a%MMmQ@$1YUdSgu?=L)do0H9^({8S`-n%vb!H1oXZZCH1&o=gZ z-#*W$-#5F9_by$!3mdDKQnUNKedm*<>7}M?ZGcCobw%@fgmv4RpDh1ZN%s=G*y=!z zr8~<@Q)_kM@&4L+XWVW#JL8YrT>x2B>WS(`8j0ugFqMYjX(qxxQ7vDbGJNZB@54?0 zgem0cJ2WLgaZcWb*^a1qi;>-PJq10PYB|jMuJR(eHqynX7xn@%)pH$CMC=q=ooT?& zKXsnY7cnWLb0{Z2LF}oK(qk<*PB23met|^;JoIBjX{M!uFXg2ZocvNm!pYw`IyRZk z3`S4r)MQ}waBlX>%mi9tWuP;KPle5}s`4qKR8>T<)e2h;@bv5XeO{&8L-o6U_mbiK|OIQjg%Qs933KWbIkt(!Y%c1Ju9^iort)KWf9B@*gS;8Y4g-;WZ0`V!8minKQ=1+M3((W=#u zG>#HU6VZ1J;2yeTIkWj_@9XWYov(V|Jb-oMuILXX37At0BN4d1H{sim&Z#~Fp21Ek zNosMH45jX-sYs*|xMGyWQuD$= z2U+SxVPeO=d-Oy^S;(4$NHpW4bQpzp%RTgL-#f6+<>l6jop>p4#%_P)KH-V2nqkpl z*z;0bWIj)NUh$^b|4zOYABh>rUWJ?N13}mzb*vEs8`Q)ma1{cy;BJxzuEIwn8m{9C z1|RUP!&Tgypl{#?SQPrz_9B;MN+P&ZEnbC-f&_)sYPLZPkA!#!B=Lq)X$Mi{7qDVV dSI8}8HrIlPL1XJ`I}+7}NvcpDd8yF~{RfvIepdhh literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/backticks.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/backticks.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c74603a4af75e61fecfaa77ba2af79eec56753a6 GIT binary patch literal 1269 zcmah}PjB2r6rX>#XT6({_5jNTa^S#%5+i|BRjLqDRRjon2?FW^i{qK>I`)p8@obY+ z<5PhHr-*Y88;J`NpMj6S8O@bbJ^)e`3CbI9Qsu^s=6Qba&3pd6H_y&CHev+h?!hMq ze@6)Y<-yIt0DJ_i{Q!hO0#_(Sf(TmS1xX1;60N9U=Qw4O$Up`nct%AiqVHK63cQCV z`~p1D!wU>@g57Y>WJZ3fszS*p{M+rfci)|CzcryQXuZLOZBa>OT&Sg4YLyf3eKm&g z~KPEG;o;aQl-*3>`)`xPu6qMm<6{>=6=y=fF@Gb^OU~ zAA7|Gw)~uQ(bq_g88U;@KQQw15jw+1KR-f>yoYQg=xeCsmiKI*_pErI8PU%z?=#{@ ze}X+4qi$daHY~{*)<0T&hFfdVD)z+(rnHM~VB_hqk3nqYGh2-W7X!#5o^IIqaAUOz z2t2jz(JR*o^7q!QbMzDoRHWDy({-kh{b67S_t4QVA^ zr77~V-ODqjq(}!ZHIB}taZw|cDAddag%a|_#b0IBQa;eS){ZsHcJ9JOrpsmHA}yOL z%cYC*S{dJpF?6Oj?Qvn|jzgIB4*FFW&19(kC!zx{Mj-k=*6_kbc2X>si*;P7(@_l+ zr2bs0nVF~YA~X3Mz6EVk-tQkMk&g1JZm-X{z|^Hwzasqx#JxO8=Ji4*jm{oRsgnCZ zP8a)2Q`D+Wfbr=}*GnaK4r;yAoSJ#9lHKgMNUCB#S>yM2?g_hCj$fkz@MymQfpADRF(V9f9MV^D42Y94W_S}OBb*U@8;@Y} z-pWZ#La>B*OyU=e#Q!q7^$!cSK*Q*WhP`zY>urcVi5$@~9rgc%D?*xr!QaTDf!~7* lw4A{uvi-WQdY`^TH^iI%IKQ{31!VQ1Z?HB5!O4ik^gmaqQN92G literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/balance_pairs.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/balance_pairs.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..442c252703f9bc0f299970b3071c80b6ebc618a8 GIT binary patch literal 1885 zcmZuy&2QX96rUN7Ki2Ergb3QC2xK9ISkz<>97?4Mp%zuNQrkm&K#Ra~JhNG6{goMS z(^g{+w0}U3J@f$FxbVmH=qtVC%ngYw@7YaNq1wBi_cibR{AT9ocr@|}TvzAc&Hvsa zg$(O* zDGR-KiqIys9mYjb)^VMdg+8TdW9{HunWcFON!sCk@X1@2cKr*H~}^AEXjE|7}^ za10DL4%Xi$Sh4Yq-wcg!21|ZI)hoc}LsVdbb9`Xs;CIk2_(k#+%sF}qeg`}_x`M%* zf-Kx-1iF1f^<}INwmImC9p)hdh-By1*SZDK`{xM354xHQ4>FCw^V0ZWLuAhp86t+x zL1z6N5%oHvYQ_bJzK@~r{x&h=iv;{G^ka;1*NAYTi(oN9Krhd`dcvwr!TR1ptv9QKyJO-%xqh=$p^TG7SXQz~i-S<+)gsoZ z-p$gb4D(nmr3&Y1A;K86I$2;)l9d`q*rj`S6>jmT$Qw+NK zpmR;U*2-kjI&lT%MeFqSTDv<@tpmP;dePcgPqrK}wiX0VHk6C$J$TGUXokaiy{zjp zZ{0k8l;*2^Hdx45NOem*ngv;`>j!vBQL_(Md8KEAE-U(5rx#~Io)-7IY#2A_6Qj6M z$m2V2`C6y<&HPl~6XFgwX69j)+mQPYqP79qKW4fpb2+V4{7}kbdZR3AmF}-PVwhH0 z{P;kXt3vF~OSM})t`}u7-HVUYX_oF!d;QD3t5XfEv0KH-GCq)ciX9T=aS^5URIM_p zqn?DO`#otzNLqTYdfdKOsWOpTzu^^)J=4FygD_4x{5=cC?)It2e0RKNEI4DFQ^yII zLp{nIpN^SFFRVG=WSn8#m~K+W-lyE>YnZ*}Z0n3$!N1+#=FG7#(JhGGgjk2-%{f$K zTg>;_nMXffGp;THiV5qNaR73HyXgEvGDB|f2<>|i3^^nXttpN`W~^ogZPrudc_24q z893tV0USXK$blQKZUe3GheX}(V&UlR5R5jKuz;Yfqfihy0=(b8-A?MaFK>rEpGUc@ zV>N>69oQ~pV)uwYMC%9eXnC?y3ic8_`w6)6-SVp)^!xCISoVwZGw2#VW5Ci5^;v)m z0CzygRDA^2yKo%bC=z87MXeu2^A#|?j3R|xKMT5V!Rysl*q!d<(PP8uebN7w_paro TfNkp2kFu})c!h3uY^a2h{ z6C^FM1d<3OsaSr&#EMvjaV#!vlTP~-<8`QO7D`pNuw|vpDMcA`jfZkvPD(4aYi`4w ze5}T$k~)NG7wlBkxWip&aK=TZ97|d!n+UZMud_=vq?v%vB?*b7eRL-Op=EUd{(+$3!J6`w^lucJHy z{rF{K8#b-^2}Nz&1X=5Zig=BP1SCuFEsMsF(JM&f{{5N+7y~rFAdKWhq>z;6@#DwJ zNNqD&^oQA`&?Bj{!em8e~;v&f6zz$vLeLF6da6vVd%7y)LW#rS&isRGDIBs;m zmzsW|{3#h1>Ou{qUiD$72WIHvex)oPN_xH~aF}Df zUIRHFvlDAPLY<%qp0~Do1^8Z!;gu8`%UE9m@;lKP{9Ye+ht))Or@DA9rRqL_h3InU zz?WBdIxda|x;ju|W4F>9(<3{qRClvDEW6`!r#m0t+Pu>>PN0 zX}kJhEKOeedhE){bXb_uY)+3{;`dP=OI)nE352kSrYxWVOW

Wx7lwco}>FZNVSr zUI%ZY<|@;lg8uOe9^AL*#sAC&Ta}U>KF`8OprRW<-l=g6hq&-H{u>;xB{hY*qia~{ zOt4Y-6V<=gi;Cxa6zZDmyESrw=a`_kL3_UiGA6e)PIUdF%j1> z;4RdDiv&gu7{!7DO={d{RKt6fC6$m^G0wm)$5?pN#2&6qb0x{vF8gDq9}33m1f&7$T9GYAv^}>OY06pv83fH`8Ueow@0^e5 z6}mP_hs_u3p@IEv@!(Z(4vo)Y0MNiIfSxdle+CWx+Kj>_(1sGC&mmV{1HiLR zP-nj_7#tKozV}Tr9%Xh2y<;$ZuhIH0tR?i8{>AQWvcu92Gf1)7)Ck=zz%ee@4|>gc z+sh}?7K;shD1*%l3H%PM4dR`!7E2+CdK37qPU6x$-#viqPv*JCU1MRuWpUQ0e9QHh kr*AX!RiNpGr(fCg@YwuYmoE*iIpf*v+VgtbUTYwaJn zR4loxlUtz2JU|cDv9~@*pMck1sy>2&z#Xn+ASik%0S-BToSBa^VWUw;u=WRE4+;yR zKQ;5=qQHC!yEp;D5W_JF5F^ZpaY6!u^_|8>LIawZfeF0Htk_EIz{ZH9ONZGUoz~_g zs8^h`;?}s$UGB2luLi5LwV!CvV7QAscL8zG@qz&LuyS}RBN_3+BdReFS#p>${(Tmu zQf)-V4`Cd!j<%R;`2sJU*19s3{3wm1l%H?E-r3&W{o=F9%dj>0q_zL*$Gwj~os}$fMWrz^MZ4lF3oQdHIwIn4Xw}8Tv#X6h|-P(aG`9$`L zocE(JRw#OZ4Hj0_SJM~XhBET32rMAa!ih2p(O2~+M^BGl9DLh*-hprDq392l`9@^p zT$yop#)UF;1JZn44220Xgq{**_p?-1Es}&{1jaN<2bnUUZIp9-@T~I$9ux+cdXCU7 zBWjx5u6&bl5+&nAnMo-7!@#PJJw^M_*UFUHh^N0Hu?@CYV}F<>+|Nb$mh;pU-9N8uY@_&Q^jou$1< z`eGdOq8C-;<1cY)=Tor(v0d23V;~4y*dk3#i3|HS-ozBw$^C0Wn}&5=C)Rsvx?r)1 zE#p4eHt{-M@|09Bc}+zG4{r6dB+1ft6$Zw%(1?3lO;55ct^!ureLz0aYUgp1F(~(QJ07cqVhQ#rDW^c{L5Y z?(k9&$`q-nC_q&FM`%Ezpt_cF8hGQ|MWJJ?d4AvTH*cPuY;Oky*Y(*avs0IlKaKGG zvQfB+Ti!szNJJPgnnOV&3WQnA&aJ|ZY#`j`4tJRIgT-9teP>7RoG|}qh&vCt6tIWkx5Y zrObNI*lBAm9I@Bw)?O>Sv0D2Hten z6Oi9Ne7dReaE4V#j6K4-n;Ks0upULsmYb@exh0?Xj&c zqR0AOgxC6b25(b`LF-*2tDuEvAjcivZ8k7?S6i*!xR1y)5SLr8q;1e{#a>5!_5$*~ zb@esM(S_41|K|$F8osxgOI4-@Z%@+QD2xb5IEsP3`~SqB*$5?EFvqNzZ-c-Vw01m^C(!)Cyt-7?iuTzu|{4c zvLjS0r>Pda{Dp`e%%zv%yefEDi{ugKWq61PL^fSESyjrg&XbcPQ7uchJFCQQebUUU zG8`w5voO!5;kkTmd_9y|!*_Aq7s(Nqp+V28$7P%~p;+cz##uM_;W@Z*eImB8wvSuh zMnb3yE**ePealB0fRB$21MsO2Mxqd)4_fGDqlF8`gZii&z>8p_1L$%d3^ARC*ED>f zp;hpfhETyu!vhVw8um3@)$po@H#FSS@S%oxG<>1qhK7-bD;nO^aG>FRVX$du^6w>8|?@Qs46HN5`$$X8w*vnq|_sGn9vQI%tCS}wagjr!f^y*{=u{~={ht19m> hii;?B-G7d}WPJSnqGH&v1M}0627_(&p>JKh_79_VQ(*uA literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/fragments_join.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/fragments_join.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4380ddf068b74f940937e1a5bdbb353349af154d GIT binary patch literal 1218 zcmY*ZJ(CnS5S8ZRZdo7r?7%KNQpmWtoxoMLabXu#mzabEqD}U6quw3e&Pd~yhGVOC zof!Uw{{T6me}Ypd6Oa&*Iv}9RKug0GoN7n2t$zKw`$-yk{rZ&AxV`*s`ESnH%V2yu zQZnw+;{;8LDc-P_&pBtnRie_r5|yd^Nj6VZ@_-cwuQjEb=}deZeN~y?>9-uXuBciJlR? z$c>=tvUQ68>@&o7c86`Vn3<}N@AUVtJ|O=a5h{C{{K8a5+U4?Zl4UAroHihh=sV%< z8jKTi=>Y|_T`ip^(NWTpZNI8TXPxiRR^XgAtDhrD3%CLy)rG9Uc;Vr(7se`Z zLK|;|HRL2Bgp*1(Ro~G52-!4aPSL<4Xxub1J*+7y{S1Tz5;x);D%m?AChau^Z9W#K zpwX=k^|lh%fKJ>zJNxdISlkkSoShYsP$CGAKpB;gPWT!$3VUgUgHB>7Bvw0iKNAmY zFdq|O-+%y3K^VzMt4Gun*=-~Xecm(xipZ(YQHD#xU)7=z7DYIWV`!urh3UYMh-KB- zAg1tgMLk^Bx~hrHIm$&lGwMSEIIWv6K0s0q2Qx z$YVI6HXRIyl{KEWsK_zgHoO)H4qN$Hw|zTgRgXAijdcDQ!_Ue0W>?m>g|b6x987si z;i%7hudQ)q*T~I^PK8k?ON%Gn#@E)AGkK}YMxU3X{r&8A>1dNqI$5pd3S1dBOVJiA zv@e6gZlUAlEte=)Emh|h7gn2Dw;66+T?%*C&1hoNj8BsZpQOip!jCx3>5X?uGJTt* zU;dvQe*5k?n}pSf!Y?SINasiK%kUu^CbSqmvC~hcV{#0WJFQhz+^<1n7qCa^d#UwW ALI3~& literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/html_inline.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/html_inline.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4272afd203bc32d405b43c2d96b0da431ddb9541 GIT binary patch literal 1178 zcmYjQOK%%D5aw$idRhUBI`N@sk6XarLl13=AZ=r$O##ORYM=HZtVP;d?Sl)Fa^heG z6maq{a&{o|a63u5R; zFntQZ5yus(afY!wlZw{9MsKYG8NJJv$!AHVF9=&H-PlO_dNc@rV9`8e> z&j)8H8LkNwO|TujI)8mKJ^$&K>F+NSVh4pjDVp-Ql3LjQ*7>a!%^L60&rEK_uT51n z0@BHBZbK!^QZ+M|@oBl@&W^$KV}K6Ye}PuG!<>|X{2X>#VrYb&uD^u)b?)FDz@I1~ zDuRP0)l3cH;9>JFoy%IJt;(;3XwqZZ7*$*>O(7edwpD&}rR1{VhnG?vwl`)joAfAu zQ>0aKk#7BOj-IBvFygSyXJvjRbXw=C#2**V2!JbeXXg3oZ>Y@_RR1DFXd;F*69^=dp<6k&*Xn|G)5HH9b<(Q*;q7OJZ zb2n^70fUY_0bWb0zwZcV`>3O3pq}q?;Fbsb=m}b}j`8psD{ev)b?g@3V$EHaiSK&b zIvjm~TK9Mrbbk(A*%347g1aHapw7Pkt_!ClGw#C0=oYKL zI>gXoj|blZyVE^0*~OvSHvXNDdk;OVH%iMT>-r#4-X+{MA3EkkYHu#4P zPVL~q^etM$EjmvgS=vf%NzH8}ThF?sSHff=gkR@xE!Aq~8L?CFt!NLij;Ti^f=XA!X&K;p;x=(f^@bqc(n4OAexc?nb4Z MYKM4&hjbGD2b8KD)Bpeg literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/image.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/image.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..44f9c743f17a5bb0f865fd8ba600f698afdd7b61 GIT binary patch literal 2028 zcmZuy&1>976xYn?Yqi?-+Hw35dT9yNhT2=`p#(xHBrR=8L#T671B<*f>y=j@o004! zWwr#;-u(yUu)c)$|0q4>ltT_Wg*KP`3qF+oX5@8Uh=gX|ym{~UdwOs56n8p-h3m%X zo6*NT%lca{E?+hlUs@I^zk|RnPEso)5g`_*oTW5l5zFkzHfuX|GB!Z9=xTevDAH|KJEh*K-7-lLvZoj(rWAPeqj0BOiRr}CCA@UQw zJ8xkXoHm(Y^R{BA1bbW1f<3oQjxkAWi*kl9o{j>1q0l292 z6)HZknk+SW&i~+TSapsG_CIQN&TI4Z!rL*md8(OEy+w9)rTtT?tBDFb@IN*lc(Y$A z@S{^js-;tW&&ryw@Gf8C9?nHiF-~~zIaR&E6}5E2 zrd!;Cyb7=0;HnBwn7ple^EKX4;VFeTg+{Zn!}a+RU&c9aG(b4q;43$g7oBH?3=Igs zf{w6yx36VKmn)!E2?m~N3^~Xgf`coMn3z7G4Awrq#ADO87(=>i^Ad91%?~Dq$GksEx zi@d)ZKT7&(vfppkpY7i0mq{gd(C#NFV%g7PIpM{le2`Rqd6bHB(4?ntio830BCmqF zg{ORh!6G(pm$^v1T5PnT`;U@AI(L4S8HstLAxZx?NXP7Yy;NX!o+-c zJE()fV047PkQfZ4{trdru*k9^-$l~W(i}B&GUN_6rT#PNQ;dUjo(1!RGias)mxexU WYyW0ea3t*uja}-WVTimS9`-Mwp#@U_ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/link.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/link.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..39cf5bc6ba84444d277fafcd98f6c5a17b8c6c09 GIT binary patch literal 1934 zcmYjSOK%)S5boE^j%S~794C%AAWm7NcqNd4ND)E_AdrHEa8857GTv^-vpbJX&)9ir z_7u1wv_F8u?h%Po#36?qec(6rAqO~_pWsXQde*aeNByYos`|dJuC5K+ZJ*$G=kTk; zH$6iBvBKq_fbbbw{sB5kB#lWz1DddaQ6ib-F;7GwC{aQ=%8}wXE*s&y26|*Ql0j6{Ab2uhyuqfOL8Z^_Nu~!0b(JCpRjTzpMMJ zW9!YCK9xRn+9woqvWi=EFHHZiw&l1NE5i;qTu0U3aC6D*9pQEzXgsVeaH5|X;v;HC zsfYWwmd*cXrI@q)d8NNm`YZjSQ;HW9b~f+Y(%&H`1YQ@lREiyvGUR2a?7;fZ5)6hb z&K-&T!A*5!3nMS-oaaG_TpW@T=Nr`Jj@)ru&)<1N{{i@X+Oe9h)3Bg1Qz=Jw)xNtP7W7ki&v>;d%( zP&X~A%|P(MOBzzi@Vc+=8S?O)e*dMmb>a+-oYPx|`scJC__}`Fxe-SYj8jBKtbz?Z z?#VEls?^XhXyrww)i4eZRGb^98Uw#l8O2$y&fenJzhU?^%L5nPH{nymb3HOFk*0B^ z;;GVk(3yrhR}bL%f%T+qi3qmVi=V5!h|;i#ved9_613MP$eO@kp@Y^5YLY~~u}ha6 zKD4Y2SLumHc_BtjkMkqrghc_|h8^}*VH(-gde04i1W6>S2v;Y4piWe5+^DK)#w)Uk zN>TdyJ?+AqZrHACJ6p;0Cc41QV)<>Bn?@2ojgsS}s)M??;IuB92$MZ4N+$NaYW_tk z^%h(hHaap~E6`a*-lG0a^eyb2=YyjxQG=-tPn1dr_p`Ln(ZO*=e=v>1XODDtoXXpW znZ7-JRvcyNU^jdc4dUovu#!LAy)($8Lfu9^pM;N8K1f16k=c`U7!?D39IJe|IxvjV z$?o)-5q4q^oBx51P*Hs@wVz-;G@ov952MF!xlJpBSud_=!P`w(^`P5kgF^ND1(W=k^_*ix@91HW94N(UZ~dE<%49 z=H{}2`3AOp1cagxQA|mSLrg7drzEpN3nPZ-Hgy<2a?VNUGK+c4qwa4O^{D@o9r~2) zqi$pR$#cPnOv+B0+0p}xHtX0x7q)+_p1BwB`~iHxt45n?{_WjNaLnmnWQXN+7(QdA|DcieZ5TP zkTcqbEq{P;6*@vk_=w0h#ruY{D4E#e!)p$K<}+ne>kR*hLF>#2Pm5hkH3SmxhQxm-5mSS%{CNXBo9Ea@Gh6;rN3`b))IG;D2Q(0S-nzn8 zi}3~_1?SN>UhxJT`oS9$YW6p-Kqe)FZugR@_smn;7q%fD+|{416RAZ^md z72*OicomA86`J3s3$z8%tyzOER(^u3MzliPK=067K=0NzOLUnMV^gEAnn<8qt97@* zf2H<+&&!6oK|JpazsuuGL{Q|=J1`@6rw{hZlyyd2bP@`EOGc+je%L9}ILUj8ov5qX z=|2``I;I~#gGmCL4$I?%l+n&XsX94Vog|0$ry%KHSYUXGw}k2ZB@QmkcUR+$uwlk9 z;swh!jpp>FJNKN;){qP>B3vRDnr+Joy*NLf3F zf|o_uuEkNTB1lLmZNW5as}w0rv{WJ~!o{46EKZXtGsOs7$8e@F`i9eXQOdD)Vx@%C zZWfD4S!g@SM?749&+mmv)En|#LDjoWVg7sJ7_tgPds%#vWMwAq8O|vLH`Os!5g!?e zKPuBSGS_kxpRoK7B)TBKJPyV@V?iO}W5)7e8}LN}O)^CbpsS}Q%bfP0;l1Kijd>pQ z<2Ol=CI`V4|3!Z@kcncwA|6iSLnZ^01?6w@C{clcBFiYL9|v%%d)F^c>wcKuTRsPZ zNE6%GY#;l?#je$SOGxWKVlDkk?4^H*Ym+5xgVlYo0WE3a7Vs`!C2jBn5BRoWo6`rl zM(;MX7e$m0qev6M!dCs>Twg_)p)=*o3V42W^XYfH-|r2!zug~*b)&HlI8SSsx=c67 XhEe;EvU+^JGD9wXAaHfkvf9@Fm%Eo{ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/newline.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/newline.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ec3e65b5ce4d5b084e5a2322e7d4eb6f886d339c GIT binary patch literal 941 zcmY*YJ8u&~5Z=c-g~9?qzo!C+JcI zdX$<1O4|IClv_oj!G9qQ%wFsW<}{<3`R3;4b?N$g3jyto-;BFHLcg5xFL_|R1lCVL zFcc$(8Od=$Vp7nUV#Fx(a-2eT%cke|U3+i%uPXXIF&Lr>;X%c~kTitF{RtL*4B;cJ?ab=r_cm1hE$E zW9`7=)@$Wfy8uQvcsp*wD%eo*bZW^^E&c$-O)bZ!_I>CzEG?zBRI8DtumKyET(C?W z#sT=>r6kPT_5i9>&o4y^@dXBb%whC Zf5e7^8_x^LpyU_sPtdM74|j2!{sm>`?&JUf literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/state_inline.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/state_inline.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bed74572f92936b43a445198bec3fb940b40a860 GIT binary patch literal 3876 zcmZu!OLH5?5#Bcziv!r zw%d+^@4ew?!+)_8Rh4)x))L*Ozp8&wuPMxB?JpG8KGY6X|1{TGXIEiMe^C!L{|tJ& zY#F`FeECrK&$1IcN^j)_S=m#oR+y$)5f)LF<`A7UOgJkhaA`N4NLKq;qbD zVvl8y)9b~6Oj!JM2v;arzW~D(UuBA~{R%;YL$nX-R-d)TtToYE=x@wg8*S4!m;+sl zcsR?gnxF7EO32nqkJ6&D5}X2p74vkr7*%FLC#`gzvdXxhWpQO>V<^l)oaKD`phY^b z^tQ8Tx z{ZW?i{#b;MI8XaqSz3tb{zOK!KaRuwU6D;vwm!_n`gp$>WodsSd>r-T=zhPJ-`#kx zpToFy1Ys}S<$0gXBPRz@(HA&Y9zN@H87*t=3b?JbKRffGF<=SgQt2$n}c6?badoVltx7mT!565O3^K~{&h7=b!*8}2r@53KX> z+lO}#3@;mc2hDpIJn7jFU#h*HRW$=-0jev~`VA~C-XU_4$Oe&h5S-}}@!vLC@UaMj zo9N65sfy;P#w$bq*{`fuubWs87nG;}XCPH>y5*#SKLJy~G|IF?eM%;(r3!4qM6`rL z^O;qu&*=sv1fo~ssxk`xq!1JU39(*7?j&fzsxd%K;wVe+Qa2SaXeMW8z3eICN{LAi zbf#ZcG-NX77|+b-l$DnBp8*|>G(>qc^3w6h2F6(ASDC>UBVSt)txmpI0vm1fS)(*) z40s2;DS3mScJP~9@RXPG$2G!0y>qByJWS4QINt2LKJ;c8>ruQs{se_B_tw2(OtYiH z3-h{1!gM~bt{X2X8N^RPdMz1Q@pDoTr0S^t3>=kZ6Y?w>cCXIG|Lg6k26U0RsHbC+W+J~3n zkU2=Ghr(Uf2C!jyT8<29AwP2oKr@nXcqd>x>W zR+8bt(D@<@D+>=L;XC^_ocTI{b-l*Ahaw!&gNU*sr^SaNOT6>gDIaB%m|*~(bzX>n z-lH&%*zBym_ZL@NL<$x^wjdgMuppmXD9?YNdqaA7c~P22jAP};K-lr|WStaSz}HLF zL%o!BUtY=%bd^qUY=IM0@@mj7*U9rKDXtNr3!`cz;gcwtBw_`UZ{tEKxsN5`_D1QkCZ z@>(f($no+Woj*Z$PG?t|24$^&R$HUo)z`FDbrqTI>W1q6*D#N0N9}63+O&hU#k@XV zaJy&MH|Y0h<2Q+1Ch|TJS){HKcZ10Bu_Wh_?uQ_B_2=YzTU~prV|DD+H>G~N_XfSs zhZ8*N@IDuGVOFg{7RP)bAK5~en)&~gcrK`7;6=4Rrt5{?euAzP(E#xq!5~Y^&(#qSBN^NDr;#fRAq&vlu&XkCbB0dK`+2}pc=TtS5ieP{we4+U}>sE zwP0zhC0IgO61DtFsB>xs-;p~1m~~c+Fy`n36|g9@N3MoHuG5YsAc5KMwr^W`;F8q{D|QI+F9S zmUY-CzxXRQZ>VS<)luERoZtTACoeMZ%eKSAsEVs*Ef2VgssyXHpv7xUHL-3R&yq@h z4v&!dI#R(6Hjj43H4Csi+Sd&xSReaDI$L`W9u!uaD%IIwm`*Y?(k9Jpnx$4xGlNW} zm3~pBRXNhdl{70lUT}yejVG35vfn>^qQnC){0F;`=qLSbePJC!LS$6vV~TDO>>?` zdHyRiA47XncZcOfcc&(MrghQ1gRPi+W9H%5osP5JEmO`4b#=2eSEswxuq?Xk+4H7Y)jiN2&>gu*&n38+Cd5CeLI%pUr^+_!y#=CFtmX%NE)^#t)Dm!hUGq8sbpZ8k?n(1y z9VkF?9_*~ZCO{Nn?w_%7vSLOEcuVLsJ5r50>VrIxp^}i10%7{GiXofcGd%HZ!gA^v z{GX?iYwQx+Zm0yS|8YA1#M)FXZxx40ji_YxlzP8!@sgX(S{$~Ha1Pr0MK+J?80W{H z5BP{-{F;v%`&F7FnsKd;{mJ8(d`FND>c_}aj8^jc)EkX}&W%$qEVn@Ah2<98d94`8 z+kWT?cDzrOA(okCh+b$t!X3AJVt?N(ku99rG1ZF@#7#3vNE-3RrnN2VNTYp=s%A3-o6c7fzrB*3#cm7)zypWJ74dEu=P z7yc5#ib!Ix0JA^gZ4rYR318vnDq?oTV*ei3)U8f0`ejf<@VK5rLGIa{SDfC!wy4nT zsU8Oce=}emja&fdWkB@YUvUwms!X*!KXR@Q0oa~cc=Gh@&*As3UW37#og>rBNcTb5wr zdlE8E-AC{??hy4^=H?5GJ?z9T>GwBh`1|U9-_U=f*Y^MBleXu3xc_(i_T=m3r=G!! b--ZWGd}~rFG|k%-$WrOrVnwcAS^fHN>LC}7 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/text.cpython-39.pyc b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/__pycache__/text.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..630335c8e2bf47980557454608a64ed72f48b437 GIT binary patch literal 661 zcmYjPO>Yx15cSwjT0$yuKp9 zaH9W$8z=sfublV`J~10W>R9u<&-2E!qj9>i(I9C1qgSI#M#!&TFFfpe zSO)kMpcUXSz~cZPJTwBl3vdwNQGiZ>_W>RRIP#DL_!!`6fUh3D1lWm~ui5HiU$velGgCof#PSa@E2Ji+qzCIW#vu3ONc4d9f+CaqJmgXhOlt>0V?' +import re + +from .state_inline import StateInline + +EMAIL_RE = re.compile( + r"^([a-zA-Z0-9.!#$%&\'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$" # noqa: E501 +) +AUTOLINK_RE = re.compile(r"^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$") + + +def autolink(state: StateInline, silent: bool) -> bool: + pos = state.pos + + if state.src[pos] != "<": + return False + + start = state.pos + maximum = state.posMax + + while True: + pos += 1 + if pos >= maximum: + return False + + ch = state.src[pos] + + if ch == "<": + return False + if ch == ">": + break + + url = state.src[start + 1 : pos] + + if AUTOLINK_RE.search(url) is not None: + fullUrl = state.md.normalizeLink(url) + if not state.md.validateLink(fullUrl): + return False + + if not silent: + token = state.push("link_open", "a", 1) + token.attrs = {"href": fullUrl} + token.markup = "autolink" + token.info = "auto" + + token = state.push("text", "", 0) + token.content = state.md.normalizeLinkText(url) + + token = state.push("link_close", "a", -1) + token.markup = "autolink" + token.info = "auto" + + state.pos += len(url) + 2 + return True + + if EMAIL_RE.search(url) is not None: + fullUrl = state.md.normalizeLink("mailto:" + url) + if not state.md.validateLink(fullUrl): + return False + + if not silent: + token = state.push("link_open", "a", 1) + token.attrs = {"href": fullUrl} + token.markup = "autolink" + token.info = "auto" + + token = state.push("text", "", 0) + token.content = state.md.normalizeLinkText(url) + + token = state.push("link_close", "a", -1) + token.markup = "autolink" + token.info = "auto" + + state.pos += len(url) + 2 + return True + + return False diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/backticks.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/backticks.py new file mode 100644 index 0000000..fc60d6b --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/backticks.py @@ -0,0 +1,72 @@ +# Parse backticks +import re + +from .state_inline import StateInline + +regex = re.compile("^ (.+) $") + + +def backtick(state: StateInline, silent: bool) -> bool: + pos = state.pos + + if state.src[pos] != "`": + return False + + start = pos + pos += 1 + maximum = state.posMax + + # scan marker length + while pos < maximum and (state.src[pos] == "`"): + pos += 1 + + marker = state.src[start:pos] + openerLength = len(marker) + + if state.backticksScanned and state.backticks.get(openerLength, 0) <= start: + if not silent: + state.pending += marker + state.pos += openerLength + return True + + matchStart = matchEnd = pos + + # Nothing found in the cache, scan until the end of the line (or until marker is found) + while True: + try: + matchStart = state.src.index("`", matchEnd) + except ValueError: + break + matchEnd = matchStart + 1 + + # scan marker length + while matchEnd < maximum and (state.src[matchEnd] == "`"): + matchEnd += 1 + + closerLength = matchEnd - matchStart + + if closerLength == openerLength: + # Found matching closer length. + if not silent: + token = state.push("code_inline", "code", 0) + token.markup = marker + token.content = state.src[pos:matchStart].replace("\n", " ") + if ( + token.content.startswith(" ") + and token.content.endswith(" ") + and len(token.content.strip()) > 0 + ): + token.content = token.content[1:-1] + state.pos = matchEnd + return True + + # Some different length found, put it in cache as upper limit of where closer can be found + state.backticks[closerLength] = matchStart + + # Scanned through the end, didn't find anything + state.backticksScanned = True + + if not silent: + state.pending += marker + state.pos += openerLength + return True diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/balance_pairs.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/balance_pairs.py new file mode 100644 index 0000000..bbb2101 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/balance_pairs.py @@ -0,0 +1,137 @@ +"""Balance paired characters (*, _, etc) in inline tokens.""" +from __future__ import annotations + +from .state_inline import Delimiter, StateInline + + +def processDelimiters(state: StateInline, delimiters: list[Delimiter]) -> None: + """For each opening emphasis-like marker find a matching closing one.""" + if not delimiters: + return + + openersBottom = {} + maximum = len(delimiters) + + # headerIdx is the first delimiter of the current (where closer is) delimiter run + headerIdx = 0 + lastTokenIdx = -2 # needs any value lower than -1 + jumps: list[int] = [] + closerIdx = 0 + while closerIdx < maximum: + closer = delimiters[closerIdx] + + jumps.append(0) + + # markers belong to same delimiter run if: + # - they have adjacent tokens + # - AND markers are the same + # + if ( + delimiters[headerIdx].marker != closer.marker + or lastTokenIdx != closer.token - 1 + ): + headerIdx = closerIdx + lastTokenIdx = closer.token + + # Length is only used for emphasis-specific "rule of 3", + # if it's not defined (in strikethrough or 3rd party plugins), + # we can default it to 0 to disable those checks. + # + closer.length = closer.length or 0 + + if not closer.close: + closerIdx += 1 + continue + + # Previously calculated lower bounds (previous fails) + # for each marker, each delimiter length modulo 3, + # and for whether this closer can be an opener; + # https://github.com/commonmark/cmark/commit/34250e12ccebdc6372b8b49c44fab57c72443460 + if closer.marker not in openersBottom: + openersBottom[closer.marker] = [-1, -1, -1, -1, -1, -1] + + minOpenerIdx = openersBottom[closer.marker][ + (3 if closer.open else 0) + (closer.length % 3) + ] + + openerIdx = headerIdx - jumps[headerIdx] - 1 + + newMinOpenerIdx = openerIdx + + while openerIdx > minOpenerIdx: + opener = delimiters[openerIdx] + + if opener.marker != closer.marker: + openerIdx -= jumps[openerIdx] + 1 + continue + + if opener.open and opener.end < 0: + isOddMatch = False + + # from spec: + # + # If one of the delimiters can both open and close emphasis, then the + # sum of the lengths of the delimiter runs containing the opening and + # closing delimiters must not be a multiple of 3 unless both lengths + # are multiples of 3. + # + if ( + (opener.close or closer.open) + and ((opener.length + closer.length) % 3 == 0) + and (opener.length % 3 != 0 or closer.length % 3 != 0) + ): + isOddMatch = True + + if not isOddMatch: + # If previous delimiter cannot be an opener, we can safely skip + # the entire sequence in future checks. This is required to make + # sure algorithm has linear complexity (see *_*_*_*_*_... case). + # + if openerIdx > 0 and not delimiters[openerIdx - 1].open: + lastJump = jumps[openerIdx - 1] + 1 + else: + lastJump = 0 + + jumps[closerIdx] = closerIdx - openerIdx + lastJump + jumps[openerIdx] = lastJump + + closer.open = False + opener.end = closerIdx + opener.close = False + newMinOpenerIdx = -1 + + # treat next token as start of run, + # it optimizes skips in **<...>**a**<...>** pathological case + lastTokenIdx = -2 + + break + + openerIdx -= jumps[openerIdx] + 1 + + if newMinOpenerIdx != -1: + # If match for this delimiter run failed, we want to set lower bound for + # future lookups. This is required to make sure algorithm has linear + # complexity. + # + # See details here: + # https:#github.com/commonmark/cmark/issues/178#issuecomment-270417442 + # + openersBottom[closer.marker][ + (3 if closer.open else 0) + ((closer.length or 0) % 3) + ] = newMinOpenerIdx + + closerIdx += 1 + + +def link_pairs(state: StateInline) -> None: + tokens_meta = state.tokens_meta + maximum = len(state.tokens_meta) + + processDelimiters(state, state.delimiters) + + curr = 0 + while curr < maximum: + curr_meta = tokens_meta[curr] + if curr_meta and "delimiters" in curr_meta: + processDelimiters(state, curr_meta["delimiters"]) + curr += 1 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/emphasis.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/emphasis.py new file mode 100644 index 0000000..9a98f9e --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/emphasis.py @@ -0,0 +1,102 @@ +# Process *this* and _that_ +# +from __future__ import annotations + +from .state_inline import Delimiter, StateInline + + +def tokenize(state: StateInline, silent: bool) -> bool: + """Insert each marker as a separate text token, and add it to delimiter list""" + start = state.pos + marker = state.src[start] + + if silent: + return False + + if marker not in ("_", "*"): + return False + + scanned = state.scanDelims(state.pos, marker == "*") + + for _ in range(scanned.length): + token = state.push("text", "", 0) + token.content = marker + state.delimiters.append( + Delimiter( + marker=ord(marker), + length=scanned.length, + token=len(state.tokens) - 1, + end=-1, + open=scanned.can_open, + close=scanned.can_close, + ) + ) + + state.pos += scanned.length + + return True + + +def _postProcess(state: StateInline, delimiters: list[Delimiter]) -> None: + i = len(delimiters) - 1 + while i >= 0: + startDelim = delimiters[i] + + # /* _ */ /* * */ + if startDelim.marker != 0x5F and startDelim.marker != 0x2A: + i -= 1 + continue + + # Process only opening markers + if startDelim.end == -1: + i -= 1 + continue + + endDelim = delimiters[startDelim.end] + + # If the previous delimiter has the same marker and is adjacent to this one, + # merge those into one strong delimiter. + # + # `whatever` -> `whatever` + # + isStrong = ( + i > 0 + and delimiters[i - 1].end == startDelim.end + 1 + # check that first two markers match and adjacent + and delimiters[i - 1].marker == startDelim.marker + and delimiters[i - 1].token == startDelim.token - 1 + # check that last two markers are adjacent (we can safely assume they match) + and delimiters[startDelim.end + 1].token == endDelim.token + 1 + ) + + ch = chr(startDelim.marker) + + token = state.tokens[startDelim.token] + token.type = "strong_open" if isStrong else "em_open" + token.tag = "strong" if isStrong else "em" + token.nesting = 1 + token.markup = ch + ch if isStrong else ch + token.content = "" + + token = state.tokens[endDelim.token] + token.type = "strong_close" if isStrong else "em_close" + token.tag = "strong" if isStrong else "em" + token.nesting = -1 + token.markup = ch + ch if isStrong else ch + token.content = "" + + if isStrong: + state.tokens[delimiters[i - 1].token].content = "" + state.tokens[delimiters[startDelim.end + 1].token].content = "" + i -= 1 + + i -= 1 + + +def postProcess(state: StateInline) -> None: + """Walk through delimiter list and replace text tokens with tags.""" + _postProcess(state, state.delimiters) + + for token in state.tokens_meta: + if token and "delimiters" in token: + _postProcess(state, token["delimiters"]) diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/entity.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/entity.py new file mode 100644 index 0000000..ec9d396 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/entity.py @@ -0,0 +1,53 @@ +# Process html entity - {, ¯, ", ... +import re + +from ..common.entities import entities +from ..common.utils import fromCodePoint, isValidEntityCode +from .state_inline import StateInline + +DIGITAL_RE = re.compile(r"^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));", re.IGNORECASE) +NAMED_RE = re.compile(r"^&([a-z][a-z0-9]{1,31});", re.IGNORECASE) + + +def entity(state: StateInline, silent: bool) -> bool: + pos = state.pos + maximum = state.posMax + + if state.src[pos] != "&": + return False + + if pos + 1 >= maximum: + return False + + if state.src[pos + 1] == "#": + if match := DIGITAL_RE.search(state.src[pos:]): + if not silent: + match1 = match.group(1) + code = ( + int(match1[1:], 16) if match1[0].lower() == "x" else int(match1, 10) + ) + + token = state.push("text_special", "", 0) + token.content = ( + fromCodePoint(code) + if isValidEntityCode(code) + else fromCodePoint(0xFFFD) + ) + token.markup = match.group(0) + token.info = "entity" + + state.pos += len(match.group(0)) + return True + + else: + if (match := NAMED_RE.search(state.src[pos:])) and match.group(1) in entities: + if not silent: + token = state.push("text_special", "", 0) + token.content = entities[match.group(1)] + token.markup = match.group(0) + token.info = "entity" + + state.pos += len(match.group(0)) + return True + + return False diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/escape.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/escape.py new file mode 100644 index 0000000..9f68b5d --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/escape.py @@ -0,0 +1,92 @@ +""" +Process escaped chars and hardbreaks +""" +from ..common.utils import isStrSpace +from .state_inline import StateInline + + +def escape(state: StateInline, silent: bool) -> bool: + """Process escaped chars and hardbreaks.""" + pos = state.pos + maximum = state.posMax + + if state.src[pos] != "\\": + return False + + pos += 1 + + # '\' at the end of the inline block + if pos >= maximum: + return False + + ch1 = state.src[pos] + ch1_ord = ord(ch1) + if ch1 == "\n": + if not silent: + state.push("hardbreak", "br", 0) + pos += 1 + # skip leading whitespaces from next line + while pos < maximum: + ch = state.src[pos] + if not isStrSpace(ch): + break + pos += 1 + + state.pos = pos + return True + + escapedStr = state.src[pos] + + if ch1_ord >= 0xD800 and ch1_ord <= 0xDBFF and pos + 1 < maximum: + ch2 = state.src[pos + 1] + ch2_ord = ord(ch2) + if ch2_ord >= 0xDC00 and ch2_ord <= 0xDFFF: + escapedStr += ch2 + pos += 1 + + origStr = "\\" + escapedStr + + if not silent: + token = state.push("text_special", "", 0) + token.content = escapedStr if ch1 in _ESCAPED else origStr + token.markup = origStr + token.info = "escape" + + state.pos = pos + 1 + return True + + +_ESCAPED = { + "!", + '"', + "#", + "$", + "%", + "&", + "'", + "(", + ")", + "*", + "+", + ",", + "-", + ".", + "/", + ":", + ";", + "<", + "=", + ">", + "?", + "@", + "[", + "\\", + "]", + "^", + "_", + "`", + "{", + "|", + "}", + "~", +} diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/fragments_join.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/fragments_join.py new file mode 100644 index 0000000..f795c13 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/fragments_join.py @@ -0,0 +1,43 @@ +from .state_inline import StateInline + + +def fragments_join(state: StateInline) -> None: + """ + Clean up tokens after emphasis and strikethrough postprocessing: + merge adjacent text nodes into one and re-calculate all token levels + + This is necessary because initially emphasis delimiter markers (``*, _, ~``) + are treated as their own separate text tokens. Then emphasis rule either + leaves them as text (needed to merge with adjacent text) or turns them + into opening/closing tags (which messes up levels inside). + """ + level = 0 + maximum = len(state.tokens) + + curr = last = 0 + while curr < maximum: + # re-calculate levels after emphasis/strikethrough turns some text nodes + # into opening/closing tags + if state.tokens[curr].nesting < 0: + level -= 1 # closing tag + state.tokens[curr].level = level + if state.tokens[curr].nesting > 0: + level += 1 # opening tag + + if ( + state.tokens[curr].type == "text" + and curr + 1 < maximum + and state.tokens[curr + 1].type == "text" + ): + # collapse two adjacent text nodes + state.tokens[curr + 1].content = ( + state.tokens[curr].content + state.tokens[curr + 1].content + ) + else: + if curr != last: + state.tokens[last] = state.tokens[curr] + last += 1 + curr += 1 + + if curr != last: + del state.tokens[last:] diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/html_inline.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/html_inline.py new file mode 100644 index 0000000..9065e1d --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/html_inline.py @@ -0,0 +1,43 @@ +# Process html tags +from ..common.html_re import HTML_TAG_RE +from ..common.utils import isLinkClose, isLinkOpen +from .state_inline import StateInline + + +def isLetter(ch: int) -> bool: + lc = ch | 0x20 # to lower case + # /* a */ and /* z */ + return (lc >= 0x61) and (lc <= 0x7A) + + +def html_inline(state: StateInline, silent: bool) -> bool: + pos = state.pos + + if not state.md.options.get("html", None): + return False + + # Check start + maximum = state.posMax + if state.src[pos] != "<" or pos + 2 >= maximum: + return False + + # Quick fail on second char + ch = state.src[pos + 1] + if ch not in ("!", "?", "/") and not isLetter(ord(ch)): # /* / */ + return False + + match = HTML_TAG_RE.search(state.src[pos:]) + if not match: + return False + + if not silent: + token = state.push("html_inline", "", 0) + token.content = state.src[pos : pos + len(match.group(0))] + + if isLinkOpen(token.content): + state.linkLevel += 1 + if isLinkClose(token.content): + state.linkLevel -= 1 + + state.pos += len(match.group(0)) + return True diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/image.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/image.py new file mode 100644 index 0000000..b4a32a9 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/image.py @@ -0,0 +1,148 @@ +# Process ![image]( "title") +from __future__ import annotations + +from ..common.utils import isStrSpace, normalizeReference +from ..token import Token +from .state_inline import StateInline + + +def image(state: StateInline, silent: bool) -> bool: + label = None + href = "" + oldPos = state.pos + max = state.posMax + + if state.src[state.pos] != "!": + return False + + if state.pos + 1 < state.posMax and state.src[state.pos + 1] != "[": + return False + + labelStart = state.pos + 2 + labelEnd = state.md.helpers.parseLinkLabel(state, state.pos + 1, False) + + # parser failed to find ']', so it's not a valid link + if labelEnd < 0: + return False + + pos = labelEnd + 1 + + if pos < max and state.src[pos] == "(": + # + # Inline link + # + + # [link]( "title" ) + # ^^ skipping these spaces + pos += 1 + while pos < max: + ch = state.src[pos] + if not isStrSpace(ch) and ch != "\n": + break + pos += 1 + + if pos >= max: + return False + + # [link]( "title" ) + # ^^^^^^ parsing link destination + start = pos + res = state.md.helpers.parseLinkDestination(state.src, pos, state.posMax) + if res.ok: + href = state.md.normalizeLink(res.str) + if state.md.validateLink(href): + pos = res.pos + else: + href = "" + + # [link]( "title" ) + # ^^ skipping these spaces + start = pos + while pos < max: + ch = state.src[pos] + if not isStrSpace(ch) and ch != "\n": + break + pos += 1 + + # [link]( "title" ) + # ^^^^^^^ parsing link title + res = state.md.helpers.parseLinkTitle(state.src, pos, state.posMax) + if pos < max and start != pos and res.ok: + title = res.str + pos = res.pos + + # [link]( "title" ) + # ^^ skipping these spaces + while pos < max: + ch = state.src[pos] + if not isStrSpace(ch) and ch != "\n": + break + pos += 1 + else: + title = "" + + if pos >= max or state.src[pos] != ")": + state.pos = oldPos + return False + + pos += 1 + + else: + # + # Link reference + # + if "references" not in state.env: + return False + + # /* [ */ + if pos < max and state.src[pos] == "[": + start = pos + 1 + pos = state.md.helpers.parseLinkLabel(state, pos) + if pos >= 0: + label = state.src[start:pos] + pos += 1 + else: + pos = labelEnd + 1 + else: + pos = labelEnd + 1 + + # covers label == '' and label == undefined + # (collapsed reference link and shortcut reference link respectively) + if not label: + label = state.src[labelStart:labelEnd] + + label = normalizeReference(label) + + ref = state.env["references"].get(label, None) + if not ref: + state.pos = oldPos + return False + + href = ref["href"] + title = ref["title"] + + # + # We found the end of the link, and know for a fact it's a valid link + # so all that's left to do is to call tokenizer. + # + if not silent: + content = state.src[labelStart:labelEnd] + + tokens: list[Token] = [] + state.md.inline.parse(content, state.md, state.env, tokens) + + token = state.push("image", "img", 0) + token.attrs = {"src": href, "alt": ""} + token.children = tokens or None + token.content = content + + if title: + token.attrSet("title", title) + + # note, this is not part of markdown-it JS, but is useful for renderers + if label and state.md.options.get("store_labels", False): + token.meta["label"] = label + + state.pos = pos + state.posMax = max + return True diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/link.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/link.py new file mode 100644 index 0000000..78cf912 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/link.py @@ -0,0 +1,151 @@ +# Process [link]( "stuff") + +from ..common.utils import isStrSpace, normalizeReference +from .state_inline import StateInline + + +def link(state: StateInline, silent: bool) -> bool: + href = "" + title = "" + label = None + oldPos = state.pos + maximum = state.posMax + start = state.pos + parseReference = True + + if state.src[state.pos] != "[": + return False + + labelStart = state.pos + 1 + labelEnd = state.md.helpers.parseLinkLabel(state, state.pos, True) + + # parser failed to find ']', so it's not a valid link + if labelEnd < 0: + return False + + pos = labelEnd + 1 + + if pos < maximum and state.src[pos] == "(": + # + # Inline link + # + + # might have found a valid shortcut link, disable reference parsing + parseReference = False + + # [link]( "title" ) + # ^^ skipping these spaces + pos += 1 + while pos < maximum: + ch = state.src[pos] + if not isStrSpace(ch) and ch != "\n": + break + pos += 1 + + if pos >= maximum: + return False + + # [link]( "title" ) + # ^^^^^^ parsing link destination + start = pos + res = state.md.helpers.parseLinkDestination(state.src, pos, state.posMax) + if res.ok: + href = state.md.normalizeLink(res.str) + if state.md.validateLink(href): + pos = res.pos + else: + href = "" + + # [link]( "title" ) + # ^^ skipping these spaces + start = pos + while pos < maximum: + ch = state.src[pos] + if not isStrSpace(ch) and ch != "\n": + break + pos += 1 + + # [link]( "title" ) + # ^^^^^^^ parsing link title + res = state.md.helpers.parseLinkTitle(state.src, pos, state.posMax) + if pos < maximum and start != pos and res.ok: + title = res.str + pos = res.pos + + # [link]( "title" ) + # ^^ skipping these spaces + while pos < maximum: + ch = state.src[pos] + if not isStrSpace(ch) and ch != "\n": + break + pos += 1 + + if pos >= maximum or state.src[pos] != ")": + # parsing a valid shortcut link failed, fallback to reference + parseReference = True + + pos += 1 + + if parseReference: + # + # Link reference + # + if "references" not in state.env: + return False + + if pos < maximum and state.src[pos] == "[": + start = pos + 1 + pos = state.md.helpers.parseLinkLabel(state, pos) + if pos >= 0: + label = state.src[start:pos] + pos += 1 + else: + pos = labelEnd + 1 + + else: + pos = labelEnd + 1 + + # covers label == '' and label == undefined + # (collapsed reference link and shortcut reference link respectively) + if not label: + label = state.src[labelStart:labelEnd] + + label = normalizeReference(label) + + ref = ( + state.env["references"][label] if label in state.env["references"] else None + ) + if not ref: + state.pos = oldPos + return False + + href = ref["href"] + title = ref["title"] + + # + # We found the end of the link, and know for a fact it's a valid link + # so all that's left to do is to call tokenizer. + # + if not silent: + state.pos = labelStart + state.posMax = labelEnd + + token = state.push("link_open", "a", 1) + token.attrs = {"href": href} + + if title: + token.attrSet("title", title) + + # note, this is not part of markdown-it JS, but is useful for renderers + if label and state.md.options.get("store_labels", False): + token.meta["label"] = label + + state.linkLevel += 1 + state.md.inline.tokenize(state) + state.linkLevel -= 1 + + token = state.push("link_close", "a", -1) + + state.pos = pos + state.posMax = maximum + return True diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/linkify.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/linkify.py new file mode 100644 index 0000000..a8a1815 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/linkify.py @@ -0,0 +1,61 @@ +"""Process links like https://example.org/""" +import re + +from .state_inline import StateInline + +# RFC3986: scheme = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." ) +SCHEME_RE = re.compile(r"(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$", re.IGNORECASE) + + +def linkify(state: StateInline, silent: bool) -> bool: + """Rule for identifying plain-text links.""" + if not state.md.options.linkify: + return False + if state.linkLevel > 0: + return False + if not state.md.linkify: + raise ModuleNotFoundError("Linkify enabled but not installed.") + + pos = state.pos + maximum = state.posMax + + if ( + (pos + 3) > maximum + or state.src[pos] != ":" + or state.src[pos + 1] != "/" + or state.src[pos + 2] != "/" + ): + return False + + if not (match := SCHEME_RE.match(state.pending)): + return False + + proto = match.group(1) + if not (link := state.md.linkify.match_at_start(state.src[pos - len(proto) :])): + return False + url: str = link.url + + # disallow '*' at the end of the link (conflicts with emphasis) + url = url.rstrip("*") + + full_url = state.md.normalizeLink(url) + if not state.md.validateLink(full_url): + return False + + if not silent: + state.pending = state.pending[: -len(proto)] + + token = state.push("link_open", "a", 1) + token.attrs = {"href": full_url} + token.markup = "linkify" + token.info = "auto" + + token = state.push("text", "", 0) + token.content = state.md.normalizeLinkText(url) + + token = state.push("link_close", "a", -1) + token.markup = "linkify" + token.info = "auto" + + state.pos += len(url) - len(proto) + return True diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/newline.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/newline.py new file mode 100644 index 0000000..ca8f1db --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/newline.py @@ -0,0 +1,43 @@ +"""Proceess '\n'.""" +from ..common.utils import charStrAt, isStrSpace +from .state_inline import StateInline + + +def newline(state: StateInline, silent: bool) -> bool: + pos = state.pos + + if state.src[pos] != "\n": + return False + + pmax = len(state.pending) - 1 + maximum = state.posMax + + # ' \n' -> hardbreak + # Lookup in pending chars is bad practice! Don't copy to other rules! + # Pending string is stored in concat mode, indexed lookups will cause + # conversion to flat mode. + if not silent: + if pmax >= 0 and charStrAt(state.pending, pmax) == " ": + if pmax >= 1 and charStrAt(state.pending, pmax - 1) == " ": + # Find whitespaces tail of pending chars. + ws = pmax - 1 + while ws >= 1 and charStrAt(state.pending, ws - 1) == " ": + ws -= 1 + state.pending = state.pending[:ws] + + state.push("hardbreak", "br", 0) + else: + state.pending = state.pending[:-1] + state.push("softbreak", "br", 0) + + else: + state.push("softbreak", "br", 0) + + pos += 1 + + # skip heading spaces for next line + while pos < maximum and isStrSpace(state.src[pos]): + pos += 1 + + state.pos = pos + return True diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/state_inline.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/state_inline.py new file mode 100644 index 0000000..c0c491c --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/state_inline.py @@ -0,0 +1,166 @@ +from __future__ import annotations + +from collections import namedtuple +from dataclasses import dataclass +from typing import TYPE_CHECKING, Any, Literal + +from .._compat import DATACLASS_KWARGS +from ..common.utils import isMdAsciiPunct, isPunctChar, isWhiteSpace +from ..ruler import StateBase +from ..token import Token +from ..utils import EnvType + +if TYPE_CHECKING: + from markdown_it import MarkdownIt + + +@dataclass(**DATACLASS_KWARGS) +class Delimiter: + # Char code of the starting marker (number). + marker: int + + # Total length of these series of delimiters. + length: int + + # A position of the token this delimiter corresponds to. + token: int + + # If this delimiter is matched as a valid opener, `end` will be + # equal to its position, otherwise it's `-1`. + end: int + + # Boolean flags that determine if this delimiter could open or close + # an emphasis. + open: bool + close: bool + + level: bool | None = None + + +Scanned = namedtuple("Scanned", ["can_open", "can_close", "length"]) + + +class StateInline(StateBase): + def __init__( + self, src: str, md: MarkdownIt, env: EnvType, outTokens: list[Token] + ) -> None: + self.src = src + self.env = env + self.md = md + self.tokens = outTokens + self.tokens_meta: list[dict[str, Any] | None] = [None] * len(outTokens) + + self.pos = 0 + self.posMax = len(self.src) + self.level = 0 + self.pending = "" + self.pendingLevel = 0 + + # Stores { start: end } pairs. Useful for backtrack + # optimization of pairs parse (emphasis, strikes). + self.cache: dict[int, int] = {} + + # List of emphasis-like delimiters for current tag + self.delimiters: list[Delimiter] = [] + + # Stack of delimiter lists for upper level tags + self._prev_delimiters: list[list[Delimiter]] = [] + + # backticklength => last seen position + self.backticks: dict[int, int] = {} + self.backticksScanned = False + + # Counter used to disable inline linkify-it execution + # inside and markdown links + self.linkLevel = 0 + + def __repr__(self) -> str: + return ( + f"{self.__class__.__name__}" + f"(pos=[{self.pos} of {self.posMax}], token={len(self.tokens)})" + ) + + def pushPending(self) -> Token: + token = Token("text", "", 0) + token.content = self.pending + token.level = self.pendingLevel + self.tokens.append(token) + self.pending = "" + return token + + def push(self, ttype: str, tag: str, nesting: Literal[-1, 0, 1]) -> Token: + """Push new token to "stream". + If pending text exists - flush it as text token + """ + if self.pending: + self.pushPending() + + token = Token(ttype, tag, nesting) + token_meta = None + + if nesting < 0: + # closing tag + self.level -= 1 + self.delimiters = self._prev_delimiters.pop() + + token.level = self.level + + if nesting > 0: + # opening tag + self.level += 1 + self._prev_delimiters.append(self.delimiters) + self.delimiters = [] + token_meta = {"delimiters": self.delimiters} + + self.pendingLevel = self.level + self.tokens.append(token) + self.tokens_meta.append(token_meta) + return token + + def scanDelims(self, start: int, canSplitWord: bool) -> Scanned: + """ + Scan a sequence of emphasis-like markers, and determine whether + it can start an emphasis sequence or end an emphasis sequence. + + - start - position to scan from (it should point at a valid marker); + - canSplitWord - determine if these markers can be found inside a word + + """ + pos = start + maximum = self.posMax + marker = self.src[start] + + # treat beginning of the line as a whitespace + lastChar = self.src[start - 1] if start > 0 else " " + + while pos < maximum and self.src[pos] == marker: + pos += 1 + + count = pos - start + + # treat end of the line as a whitespace + nextChar = self.src[pos] if pos < maximum else " " + + isLastPunctChar = isMdAsciiPunct(ord(lastChar)) or isPunctChar(lastChar) + isNextPunctChar = isMdAsciiPunct(ord(nextChar)) or isPunctChar(nextChar) + + isLastWhiteSpace = isWhiteSpace(ord(lastChar)) + isNextWhiteSpace = isWhiteSpace(ord(nextChar)) + + left_flanking = not ( + isNextWhiteSpace + or (isNextPunctChar and not (isLastWhiteSpace or isLastPunctChar)) + ) + right_flanking = not ( + isLastWhiteSpace + or (isLastPunctChar and not (isNextWhiteSpace or isNextPunctChar)) + ) + + if not canSplitWord: + can_open = left_flanking and ((not right_flanking) or isLastPunctChar) + can_close = right_flanking and ((not left_flanking) or isNextPunctChar) + else: + can_open = left_flanking + can_close = right_flanking + + return Scanned(can_open, can_close, count) diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/strikethrough.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/strikethrough.py new file mode 100644 index 0000000..ec81628 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/strikethrough.py @@ -0,0 +1,127 @@ +# ~~strike through~~ +from __future__ import annotations + +from .state_inline import Delimiter, StateInline + + +def tokenize(state: StateInline, silent: bool) -> bool: + """Insert each marker as a separate text token, and add it to delimiter list""" + start = state.pos + ch = state.src[start] + + if silent: + return False + + if ch != "~": + return False + + scanned = state.scanDelims(state.pos, True) + length = scanned.length + + if length < 2: + return False + + if length % 2: + token = state.push("text", "", 0) + token.content = ch + length -= 1 + + i = 0 + while i < length: + token = state.push("text", "", 0) + token.content = ch + ch + state.delimiters.append( + Delimiter( + marker=ord(ch), + length=0, # disable "rule of 3" length checks meant for emphasis + token=len(state.tokens) - 1, + end=-1, + open=scanned.can_open, + close=scanned.can_close, + ) + ) + + i += 2 + + state.pos += scanned.length + + return True + + +def _postProcess(state: StateInline, delimiters: list[Delimiter]) -> None: + loneMarkers = [] + maximum = len(delimiters) + + i = 0 + while i < maximum: + startDelim = delimiters[i] + + if startDelim.marker != 0x7E: # /* ~ */ + i += 1 + continue + + if startDelim.end == -1: + i += 1 + continue + + endDelim = delimiters[startDelim.end] + + token = state.tokens[startDelim.token] + token.type = "s_open" + token.tag = "s" + token.nesting = 1 + token.markup = "~~" + token.content = "" + + token = state.tokens[endDelim.token] + token.type = "s_close" + token.tag = "s" + token.nesting = -1 + token.markup = "~~" + token.content = "" + + if ( + state.tokens[endDelim.token - 1].type == "text" + and state.tokens[endDelim.token - 1].content == "~" + ): + loneMarkers.append(endDelim.token - 1) + + i += 1 + + # If a marker sequence has an odd number of characters, it's split + # like this: `~~~~~` -> `~` + `~~` + `~~`, leaving one marker at the + # start of the sequence. + # + # So, we have to move all those markers after subsequent s_close tags. + # + while loneMarkers: + i = loneMarkers.pop() + j = i + 1 + + while (j < len(state.tokens)) and (state.tokens[j].type == "s_close"): + j += 1 + + j -= 1 + + if i != j: + token = state.tokens[j] + state.tokens[j] = state.tokens[i] + state.tokens[i] = token + + +def postProcess(state: StateInline) -> None: + """Walk through delimiter list and replace text tokens with tags.""" + tokens_meta = state.tokens_meta + maximum = len(state.tokens_meta) + _postProcess(state, state.delimiters) + + curr = 0 + while curr < maximum: + try: + curr_meta = tokens_meta[curr] + except IndexError: + pass + else: + if curr_meta and "delimiters" in curr_meta: + _postProcess(state, curr_meta["delimiters"]) + curr += 1 diff --git a/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/text.py b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/text.py new file mode 100644 index 0000000..f306b2e --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/rules_inline/text.py @@ -0,0 +1,53 @@ +# Skip text characters for text token, place those to pending buffer +# and increment current pos +from .state_inline import StateInline + +# Rule to skip pure text +# '{}$%@~+=:' reserved for extensions + +# !!!! Don't confuse with "Markdown ASCII Punctuation" chars +# http://spec.commonmark.org/0.15/#ascii-punctuation-character + + +_TerminatorChars = { + "\n", + "!", + "#", + "$", + "%", + "&", + "*", + "+", + "-", + ":", + "<", + "=", + ">", + "@", + "[", + "\\", + "]", + "^", + "_", + "`", + "{", + "}", + "~", +} + + +def text(state: StateInline, silent: bool) -> bool: + pos = state.pos + posMax = state.posMax + while (pos < posMax) and state.src[pos] not in _TerminatorChars: + pos += 1 + + if pos == state.pos: + return False + + if not silent: + state.pending += state.src[state.pos : pos] + + state.pos = pos + + return True diff --git a/.awi/lib/python3.9/site-packages/markdown_it/token.py b/.awi/lib/python3.9/site-packages/markdown_it/token.py new file mode 100644 index 0000000..90008b7 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/token.py @@ -0,0 +1,180 @@ +from __future__ import annotations + +from collections.abc import Callable, MutableMapping +import dataclasses as dc +from typing import Any, Literal +import warnings + +from markdown_it._compat import DATACLASS_KWARGS + + +def convert_attrs(value: Any) -> Any: + """Convert Token.attrs set as ``None`` or ``[[key, value], ...]`` to a dict. + + This improves compatibility with upstream markdown-it. + """ + if not value: + return {} + if isinstance(value, list): + return dict(value) + return value + + +@dc.dataclass(**DATACLASS_KWARGS) +class Token: + type: str + """Type of the token (string, e.g. "paragraph_open")""" + + tag: str + """HTML tag name, e.g. 'p'""" + + nesting: Literal[-1, 0, 1] + """Level change (number in {-1, 0, 1} set), where: + - `1` means the tag is opening + - `0` means the tag is self-closing + - `-1` means the tag is closing + """ + + attrs: dict[str, str | int | float] = dc.field(default_factory=dict) + """HTML attributes. + Note this differs from the upstream "list of lists" format, + although than an instance can still be initialised with this format. + """ + + map: list[int] | None = None + """Source map info. Format: `[ line_begin, line_end ]`""" + + level: int = 0 + """Nesting level, the same as `state.level`""" + + children: list[Token] | None = None + """Array of child nodes (inline and img tokens).""" + + content: str = "" + """Inner content, in the case of a self-closing tag (code, html, fence, etc.),""" + + markup: str = "" + """'*' or '_' for emphasis, fence string for fence, etc.""" + + info: str = "" + """Additional information: + - Info string for "fence" tokens + - The value "auto" for autolink "link_open" and "link_close" tokens + - The string value of the item marker for ordered-list "list_item_open" tokens + """ + + meta: dict[Any, Any] = dc.field(default_factory=dict) + """A place for plugins to store any arbitrary data""" + + block: bool = False + """True for block-level tokens, false for inline tokens. + Used in renderer to calculate line breaks + """ + + hidden: bool = False + """If true, ignore this element when rendering. + Used for tight lists to hide paragraphs. + """ + + def __post_init__(self) -> None: + self.attrs = convert_attrs(self.attrs) + + def attrIndex(self, name: str) -> int: + warnings.warn( # noqa: B028 + "Token.attrIndex should not be used, since Token.attrs is a dictionary", + UserWarning, + ) + if name not in self.attrs: + return -1 + return list(self.attrs.keys()).index(name) + + def attrItems(self) -> list[tuple[str, str | int | float]]: + """Get (key, value) list of attrs.""" + return list(self.attrs.items()) + + def attrPush(self, attrData: tuple[str, str | int | float]) -> None: + """Add `[ name, value ]` attribute to list. Init attrs if necessary.""" + name, value = attrData + self.attrSet(name, value) + + def attrSet(self, name: str, value: str | int | float) -> None: + """Set `name` attribute to `value`. Override old value if exists.""" + self.attrs[name] = value + + def attrGet(self, name: str) -> None | str | int | float: + """Get the value of attribute `name`, or null if it does not exist.""" + return self.attrs.get(name, None) + + def attrJoin(self, name: str, value: str) -> None: + """Join value to existing attribute via space. + Or create new attribute if not exists. + Useful to operate with token classes. + """ + if name in self.attrs: + current = self.attrs[name] + if not isinstance(current, str): + raise TypeError( + f"existing attr 'name' is not a str: {self.attrs[name]}" + ) + self.attrs[name] = f"{current} {value}" + else: + self.attrs[name] = value + + def copy(self, **changes: Any) -> Token: + """Return a shallow copy of the instance.""" + return dc.replace(self, **changes) + + def as_dict( + self, + *, + children: bool = True, + as_upstream: bool = True, + meta_serializer: Callable[[dict[Any, Any]], Any] | None = None, + filter: Callable[[str, Any], bool] | None = None, + dict_factory: Callable[..., MutableMapping[str, Any]] = dict, + ) -> MutableMapping[str, Any]: + """Return the token as a dictionary. + + :param children: Also convert children to dicts + :param as_upstream: Ensure the output dictionary is equal to that created by markdown-it + For example, attrs are converted to null or lists + :param meta_serializer: hook for serializing ``Token.meta`` + :param filter: A callable whose return code determines whether an + attribute or element is included (``True``) or dropped (``False``). + Is called with the (key, value) pair. + :param dict_factory: A callable to produce dictionaries from. + For example, to produce ordered dictionaries instead of normal Python + dictionaries, pass in ``collections.OrderedDict``. + + """ + mapping = dict_factory((f.name, getattr(self, f.name)) for f in dc.fields(self)) + if filter: + mapping = dict_factory((k, v) for k, v in mapping.items() if filter(k, v)) + if as_upstream and "attrs" in mapping: + mapping["attrs"] = ( + None + if not mapping["attrs"] + else [[k, v] for k, v in mapping["attrs"].items()] + ) + if meta_serializer and "meta" in mapping: + mapping["meta"] = meta_serializer(mapping["meta"]) + if children and mapping.get("children", None): + mapping["children"] = [ + child.as_dict( + children=children, + filter=filter, + dict_factory=dict_factory, + as_upstream=as_upstream, + meta_serializer=meta_serializer, + ) + for child in mapping["children"] + ] + return mapping + + @classmethod + def from_dict(cls, dct: MutableMapping[str, Any]) -> Token: + """Convert a dict to a Token.""" + token = cls(**dct) + if token.children: + token.children = [cls.from_dict(c) for c in token.children] # type: ignore[arg-type] + return token diff --git a/.awi/lib/python3.9/site-packages/markdown_it/tree.py b/.awi/lib/python3.9/site-packages/markdown_it/tree.py new file mode 100644 index 0000000..6641e5a --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/tree.py @@ -0,0 +1,345 @@ +"""A tree representation of a linear markdown-it token stream. + +This module is not part of upstream JavaScript markdown-it. +""" +from __future__ import annotations + +from collections.abc import Generator, Sequence +import textwrap +from typing import Any, NamedTuple, TypeVar, overload + +from .token import Token + + +class _NesterTokens(NamedTuple): + opening: Token + closing: Token + + +_NodeType = TypeVar("_NodeType", bound="SyntaxTreeNode") + + +class SyntaxTreeNode: + """A Markdown syntax tree node. + + A class that can be used to construct a tree representation of a linear + `markdown-it-py` token stream. + + Each node in the tree represents either: + - root of the Markdown document + - a single unnested `Token` + - a `Token` "_open" and "_close" token pair, and the tokens nested in + between + """ + + def __init__( + self, tokens: Sequence[Token] = (), *, create_root: bool = True + ) -> None: + """Initialize a `SyntaxTreeNode` from a token stream. + + If `create_root` is True, create a root node for the document. + """ + # Only nodes representing an unnested token have self.token + self.token: Token | None = None + + # Only containers have nester tokens + self.nester_tokens: _NesterTokens | None = None + + # Root node does not have self.parent + self._parent: Any = None + + # Empty list unless a non-empty container, or unnested token that has + # children (i.e. inline or img) + self._children: list[Any] = [] + + if create_root: + self._set_children_from_tokens(tokens) + return + + if not tokens: + raise ValueError( + "Can only create root from empty token sequence." + " Set `create_root=True`." + ) + elif len(tokens) == 1: + inline_token = tokens[0] + if inline_token.nesting: + raise ValueError( + "Unequal nesting level at the start and end of token stream." + ) + self.token = inline_token + if inline_token.children: + self._set_children_from_tokens(inline_token.children) + else: + self.nester_tokens = _NesterTokens(tokens[0], tokens[-1]) + self._set_children_from_tokens(tokens[1:-1]) + + def __repr__(self) -> str: + return f"{type(self).__name__}({self.type})" + + @overload + def __getitem__(self: _NodeType, item: int) -> _NodeType: + ... + + @overload + def __getitem__(self: _NodeType, item: slice) -> list[_NodeType]: + ... + + def __getitem__(self: _NodeType, item: int | slice) -> _NodeType | list[_NodeType]: + return self.children[item] + + def to_tokens(self: _NodeType) -> list[Token]: + """Recover the linear token stream.""" + + def recursive_collect_tokens(node: _NodeType, token_list: list[Token]) -> None: + if node.type == "root": + for child in node.children: + recursive_collect_tokens(child, token_list) + elif node.token: + token_list.append(node.token) + else: + assert node.nester_tokens + token_list.append(node.nester_tokens.opening) + for child in node.children: + recursive_collect_tokens(child, token_list) + token_list.append(node.nester_tokens.closing) + + tokens: list[Token] = [] + recursive_collect_tokens(self, tokens) + return tokens + + @property + def children(self: _NodeType) -> list[_NodeType]: + return self._children + + @children.setter + def children(self: _NodeType, value: list[_NodeType]) -> None: + self._children = value + + @property + def parent(self: _NodeType) -> _NodeType | None: + return self._parent # type: ignore + + @parent.setter + def parent(self: _NodeType, value: _NodeType | None) -> None: + self._parent = value + + @property + def is_root(self) -> bool: + """Is the node a special root node?""" + return not (self.token or self.nester_tokens) + + @property + def is_nested(self) -> bool: + """Is this node nested?. + + Returns `True` if the node represents a `Token` pair and tokens in the + sequence between them, where `Token.nesting` of the first `Token` in + the pair is 1 and nesting of the other `Token` is -1. + """ + return bool(self.nester_tokens) + + @property + def siblings(self: _NodeType) -> Sequence[_NodeType]: + """Get siblings of the node. + + Gets the whole group of siblings, including self. + """ + if not self.parent: + return [self] + return self.parent.children + + @property + def type(self) -> str: + """Get a string type of the represented syntax. + + - "root" for root nodes + - `Token.type` if the node represents an unnested token + - `Token.type` of the opening token, with "_open" suffix stripped, if + the node represents a nester token pair + """ + if self.is_root: + return "root" + if self.token: + return self.token.type + assert self.nester_tokens + return _removesuffix(self.nester_tokens.opening.type, "_open") + + @property + def next_sibling(self: _NodeType) -> _NodeType | None: + """Get the next node in the sequence of siblings. + + Returns `None` if this is the last sibling. + """ + self_index = self.siblings.index(self) + if self_index + 1 < len(self.siblings): + return self.siblings[self_index + 1] + return None + + @property + def previous_sibling(self: _NodeType) -> _NodeType | None: + """Get the previous node in the sequence of siblings. + + Returns `None` if this is the first sibling. + """ + self_index = self.siblings.index(self) + if self_index - 1 >= 0: + return self.siblings[self_index - 1] + return None + + def _add_child( + self, + tokens: Sequence[Token], + ) -> None: + """Make a child node for `self`.""" + child = type(self)(tokens, create_root=False) + child.parent = self + self.children.append(child) + + def _set_children_from_tokens(self, tokens: Sequence[Token]) -> None: + """Convert the token stream to a tree structure and set the resulting + nodes as children of `self`.""" + reversed_tokens = list(reversed(tokens)) + while reversed_tokens: + token = reversed_tokens.pop() + + if not token.nesting: + self._add_child([token]) + continue + if token.nesting != 1: + raise ValueError("Invalid token nesting") + + nested_tokens = [token] + nesting = 1 + while reversed_tokens and nesting: + token = reversed_tokens.pop() + nested_tokens.append(token) + nesting += token.nesting + if nesting: + raise ValueError(f"unclosed tokens starting {nested_tokens[0]}") + + self._add_child(nested_tokens) + + def pretty( + self, *, indent: int = 2, show_text: bool = False, _current: int = 0 + ) -> str: + """Create an XML style string of the tree.""" + prefix = " " * _current + text = prefix + f"<{self.type}" + if not self.is_root and self.attrs: + text += " " + " ".join(f"{k}={v!r}" for k, v in self.attrs.items()) + text += ">" + if ( + show_text + and not self.is_root + and self.type in ("text", "text_special") + and self.content + ): + text += "\n" + textwrap.indent(self.content, prefix + " " * indent) + for child in self.children: + text += "\n" + child.pretty( + indent=indent, show_text=show_text, _current=_current + indent + ) + return text + + def walk( + self: _NodeType, *, include_self: bool = True + ) -> Generator[_NodeType, None, None]: + """Recursively yield all descendant nodes in the tree starting at self. + + The order mimics the order of the underlying linear token + stream (i.e. depth first). + """ + if include_self: + yield self + for child in self.children: + yield from child.walk(include_self=True) + + # NOTE: + # The values of the properties defined below directly map to properties + # of the underlying `Token`s. A root node does not translate to a `Token` + # object, so calling these property getters on a root node will raise an + # `AttributeError`. + # + # There is no mapping for `Token.nesting` because the `is_nested` property + # provides that data, and can be called on any node type, including root. + + def _attribute_token(self) -> Token: + """Return the `Token` that is used as the data source for the + properties defined below.""" + if self.token: + return self.token + if self.nester_tokens: + return self.nester_tokens.opening + raise AttributeError("Root node does not have the accessed attribute") + + @property + def tag(self) -> str: + """html tag name, e.g. \"p\" """ + return self._attribute_token().tag + + @property + def attrs(self) -> dict[str, str | int | float]: + """Html attributes.""" + return self._attribute_token().attrs + + def attrGet(self, name: str) -> None | str | int | float: + """Get the value of attribute `name`, or null if it does not exist.""" + return self._attribute_token().attrGet(name) + + @property + def map(self) -> tuple[int, int] | None: + """Source map info. Format: `tuple[ line_begin, line_end ]`""" + map_ = self._attribute_token().map + if map_: + # Type ignore because `Token`s attribute types are not perfect + return tuple(map_) # type: ignore + return None + + @property + def level(self) -> int: + """nesting level, the same as `state.level`""" + return self._attribute_token().level + + @property + def content(self) -> str: + """In a case of self-closing tag (code, html, fence, etc.), it + has contents of this tag.""" + return self._attribute_token().content + + @property + def markup(self) -> str: + """'*' or '_' for emphasis, fence string for fence, etc.""" + return self._attribute_token().markup + + @property + def info(self) -> str: + """fence infostring""" + return self._attribute_token().info + + @property + def meta(self) -> dict[Any, Any]: + """A place for plugins to store an arbitrary data.""" + return self._attribute_token().meta + + @property + def block(self) -> bool: + """True for block-level tokens, false for inline tokens.""" + return self._attribute_token().block + + @property + def hidden(self) -> bool: + """If it's true, ignore this element when rendering. + Used for tight lists to hide paragraphs.""" + return self._attribute_token().hidden + + +def _removesuffix(string: str, suffix: str) -> str: + """Remove a suffix from a string. + + Replace this with str.removesuffix() from stdlib when minimum Python + version is 3.9. + """ + if suffix and string.endswith(suffix): + return string[: -len(suffix)] + return string diff --git a/.awi/lib/python3.9/site-packages/markdown_it/utils.py b/.awi/lib/python3.9/site-packages/markdown_it/utils.py new file mode 100644 index 0000000..a979372 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it/utils.py @@ -0,0 +1,176 @@ +from __future__ import annotations + +from collections.abc import MutableMapping as MutableMappingABC +from pathlib import Path +from typing import Any, Callable, Iterable, MutableMapping, TypedDict, cast + +EnvType = MutableMapping[str, Any] # note: could use TypeAlias in python 3.10 +"""Type for the environment sandbox used in parsing and rendering, +which stores mutable variables for use by plugins and rules. +""" + + +class OptionsType(TypedDict): + """Options for parsing.""" + + maxNesting: int + """Internal protection, recursion limit.""" + html: bool + """Enable HTML tags in source.""" + linkify: bool + """Enable autoconversion of URL-like texts to links.""" + typographer: bool + """Enable smartquotes and replacements.""" + quotes: str + """Quote characters.""" + xhtmlOut: bool + """Use '/' to close single tags (
).""" + breaks: bool + """Convert newlines in paragraphs into
.""" + langPrefix: str + """CSS language prefix for fenced blocks.""" + highlight: Callable[[str, str, str], str] | None + """Highlighter function: (content, lang, attrs) -> str.""" + + +class PresetType(TypedDict): + """Preset configuration for markdown-it.""" + + options: OptionsType + """Options for parsing.""" + components: MutableMapping[str, MutableMapping[str, list[str]]] + """Components for parsing and rendering.""" + + +class OptionsDict(MutableMappingABC): # type: ignore + """A dictionary, with attribute access to core markdownit configuration options.""" + + # Note: ideally we would probably just remove attribute access entirely, + # but we keep it for backwards compatibility. + + def __init__(self, options: OptionsType) -> None: + self._options = cast(OptionsType, dict(options)) + + def __getitem__(self, key: str) -> Any: + return self._options[key] # type: ignore[literal-required] + + def __setitem__(self, key: str, value: Any) -> None: + self._options[key] = value # type: ignore[literal-required] + + def __delitem__(self, key: str) -> None: + del self._options[key] # type: ignore + + def __iter__(self) -> Iterable[str]: # type: ignore + return iter(self._options) + + def __len__(self) -> int: + return len(self._options) + + def __repr__(self) -> str: + return repr(self._options) + + def __str__(self) -> str: + return str(self._options) + + @property + def maxNesting(self) -> int: + """Internal protection, recursion limit.""" + return self._options["maxNesting"] + + @maxNesting.setter + def maxNesting(self, value: int) -> None: + self._options["maxNesting"] = value + + @property + def html(self) -> bool: + """Enable HTML tags in source.""" + return self._options["html"] + + @html.setter + def html(self, value: bool) -> None: + self._options["html"] = value + + @property + def linkify(self) -> bool: + """Enable autoconversion of URL-like texts to links.""" + return self._options["linkify"] + + @linkify.setter + def linkify(self, value: bool) -> None: + self._options["linkify"] = value + + @property + def typographer(self) -> bool: + """Enable smartquotes and replacements.""" + return self._options["typographer"] + + @typographer.setter + def typographer(self, value: bool) -> None: + self._options["typographer"] = value + + @property + def quotes(self) -> str: + """Quote characters.""" + return self._options["quotes"] + + @quotes.setter + def quotes(self, value: str) -> None: + self._options["quotes"] = value + + @property + def xhtmlOut(self) -> bool: + """Use '/' to close single tags (
).""" + return self._options["xhtmlOut"] + + @xhtmlOut.setter + def xhtmlOut(self, value: bool) -> None: + self._options["xhtmlOut"] = value + + @property + def breaks(self) -> bool: + """Convert newlines in paragraphs into
.""" + return self._options["breaks"] + + @breaks.setter + def breaks(self, value: bool) -> None: + self._options["breaks"] = value + + @property + def langPrefix(self) -> str: + """CSS language prefix for fenced blocks.""" + return self._options["langPrefix"] + + @langPrefix.setter + def langPrefix(self, value: str) -> None: + self._options["langPrefix"] = value + + @property + def highlight(self) -> Callable[[str, str, str], str] | None: + """Highlighter function: (content, langName, langAttrs) -> escaped HTML.""" + return self._options["highlight"] + + @highlight.setter + def highlight(self, value: Callable[[str, str, str], str] | None) -> None: + self._options["highlight"] = value + + +def read_fixture_file(path: str | Path) -> list[list[Any]]: + text = Path(path).read_text(encoding="utf-8") + tests = [] + section = 0 + last_pos = 0 + lines = text.splitlines(keepends=True) + for i in range(len(lines)): + if lines[i].rstrip() == ".": + if section == 0: + tests.append([i, lines[i - 1].strip()]) + section = 1 + elif section == 1: + tests[-1].append("".join(lines[last_pos + 1 : i])) + section = 2 + elif section == 2: + tests[-1].append("".join(lines[last_pos + 1 : i])) + section = 0 + + last_pos = i + return tests diff --git a/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/INSTALLER b/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/LICENSE b/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/LICENSE new file mode 100644 index 0000000..582ddf5 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 ExecutableBookProject + +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/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/LICENSE.markdown-it b/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/LICENSE.markdown-it new file mode 100644 index 0000000..7ffa058 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/LICENSE.markdown-it @@ -0,0 +1,22 @@ +Copyright (c) 2014 Vitaly Puzrin, Alex Kocharin. + +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/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/METADATA b/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/METADATA new file mode 100644 index 0000000..8a2978b --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/METADATA @@ -0,0 +1,205 @@ +Metadata-Version: 2.1 +Name: markdown-it-py +Version: 3.0.0 +Summary: Python port of markdown-it. Markdown parsing, done right! +Keywords: markdown,lexer,parser,commonmark,markdown-it +Author-email: Chris Sewell +Requires-Python: >=3.8 +Description-Content-Type: text/markdown +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Text Processing :: Markup +Requires-Dist: mdurl~=0.1 +Requires-Dist: psutil ; extra == "benchmarking" +Requires-Dist: pytest ; extra == "benchmarking" +Requires-Dist: pytest-benchmark ; extra == "benchmarking" +Requires-Dist: pre-commit~=3.0 ; extra == "code_style" +Requires-Dist: commonmark~=0.9 ; extra == "compare" +Requires-Dist: markdown~=3.4 ; extra == "compare" +Requires-Dist: mistletoe~=1.0 ; extra == "compare" +Requires-Dist: mistune~=2.0 ; extra == "compare" +Requires-Dist: panflute~=2.3 ; extra == "compare" +Requires-Dist: linkify-it-py>=1,<3 ; extra == "linkify" +Requires-Dist: mdit-py-plugins ; extra == "plugins" +Requires-Dist: gprof2dot ; extra == "profiling" +Requires-Dist: mdit-py-plugins ; extra == "rtd" +Requires-Dist: myst-parser ; extra == "rtd" +Requires-Dist: pyyaml ; extra == "rtd" +Requires-Dist: sphinx ; extra == "rtd" +Requires-Dist: sphinx-copybutton ; extra == "rtd" +Requires-Dist: sphinx-design ; extra == "rtd" +Requires-Dist: sphinx_book_theme ; extra == "rtd" +Requires-Dist: jupyter_sphinx ; extra == "rtd" +Requires-Dist: coverage ; extra == "testing" +Requires-Dist: pytest ; extra == "testing" +Requires-Dist: pytest-cov ; extra == "testing" +Requires-Dist: pytest-regressions ; extra == "testing" +Project-URL: Documentation, https://markdown-it-py.readthedocs.io +Project-URL: Homepage, https://github.com/executablebooks/markdown-it-py +Provides-Extra: benchmarking +Provides-Extra: code_style +Provides-Extra: compare +Provides-Extra: linkify +Provides-Extra: plugins +Provides-Extra: profiling +Provides-Extra: rtd +Provides-Extra: testing + +# markdown-it-py + +[![Github-CI][github-ci]][github-link] +[![Coverage Status][codecov-badge]][codecov-link] +[![PyPI][pypi-badge]][pypi-link] +[![Conda][conda-badge]][conda-link] +[![Code style: black][black-badge]][black-link] +[![PyPI - Downloads][install-badge]][install-link] + +> Markdown parser done right. + +- Follows the __[CommonMark spec](http://spec.commonmark.org/)__ for baseline parsing +- Configurable syntax: you can add new rules and even replace existing ones. +- Pluggable: Adds syntax extensions to extend the parser (see the [plugin list][md-plugins]). +- High speed (see our [benchmarking tests][md-performance]) +- [Safe by default][md-security] +- Member of [Google's Assured Open Source Software](https://cloud.google.com/assured-open-source-software/docs/supported-packages) + +This is a Python port of [markdown-it], and some of its associated plugins. +For more details see: . + +For details on [markdown-it] itself, see: + +- The __[Live demo](https://markdown-it.github.io)__ +- [The markdown-it README][markdown-it-readme] + +## Installation + +```bash +conda install -c conda-forge markdown-it-py +``` + +or + +```bash +pip install markdown-it-py[plugins] +``` + +or with extras + +```bash +conda install -c conda-forge markdown-it-py linkify-it-py mdit-py-plugins +pip install markdown-it-py[linkify,plugins] +``` + +## Usage + +### Python API Usage + +Render markdown to HTML with markdown-it-py and a custom configuration +with and without plugins and features: + +```python +from markdown_it import MarkdownIt +from mdit_py_plugins.front_matter import front_matter_plugin +from mdit_py_plugins.footnote import footnote_plugin + +md = ( + MarkdownIt('commonmark' ,{'breaks':True,'html':True}) + .use(front_matter_plugin) + .use(footnote_plugin) + .enable('table') +) +text = (""" +--- +a: 1 +--- + +a | b +- | - +1 | 2 + +A footnote [^1] + +[^1]: some details +""") +tokens = md.parse(text) +html_text = md.render(text) + +## To export the html to a file, uncomment the lines below: +# from pathlib import Path +# Path("output.html").write_text(html_text) +``` + +### Command-line Usage + +Render markdown to HTML with markdown-it-py from the +command-line: + +```console +usage: markdown-it [-h] [-v] [filenames [filenames ...]] + +Parse one or more markdown files, convert each to HTML, and print to stdout + +positional arguments: + filenames specify an optional list of files to convert + +optional arguments: + -h, --help show this help message and exit + -v, --version show program's version number and exit + +Interactive: + + $ markdown-it + markdown-it-py [version 0.0.0] (interactive) + Type Ctrl-D to complete input, or Ctrl-C to exit. + >>> # Example + ... > markdown *input* + ... +

Example

+
+

markdown input

+
+ +Batch: + + $ markdown-it README.md README.footer.md > index.html + +``` + +## References / Thanks + +Big thanks to the authors of [markdown-it]: + +- Alex Kocharin [github/rlidwka](https://github.com/rlidwka) +- Vitaly Puzrin [github/puzrin](https://github.com/puzrin) + +Also [John MacFarlane](https://github.com/jgm) for his work on the CommonMark spec and reference implementations. + +[github-ci]: https://github.com/executablebooks/markdown-it-py/workflows/Python%20package/badge.svg?branch=master +[github-link]: https://github.com/executablebooks/markdown-it-py +[pypi-badge]: https://img.shields.io/pypi/v/markdown-it-py.svg +[pypi-link]: https://pypi.org/project/markdown-it-py +[conda-badge]: https://anaconda.org/conda-forge/markdown-it-py/badges/version.svg +[conda-link]: https://anaconda.org/conda-forge/markdown-it-py +[codecov-badge]: https://codecov.io/gh/executablebooks/markdown-it-py/branch/master/graph/badge.svg +[codecov-link]: https://codecov.io/gh/executablebooks/markdown-it-py +[black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg +[black-link]: https://github.com/ambv/black +[install-badge]: https://img.shields.io/pypi/dw/markdown-it-py?label=pypi%20installs +[install-link]: https://pypistats.org/packages/markdown-it-py + +[CommonMark spec]: http://spec.commonmark.org/ +[markdown-it]: https://github.com/markdown-it/markdown-it +[markdown-it-readme]: https://github.com/markdown-it/markdown-it/blob/master/README.md +[md-security]: https://markdown-it-py.readthedocs.io/en/latest/other.html +[md-performance]: https://markdown-it-py.readthedocs.io/en/latest/other.html +[md-plugins]: https://markdown-it-py.readthedocs.io/en/latest/plugins.html + diff --git a/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/RECORD b/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/RECORD new file mode 100644 index 0000000..5e80b64 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/RECORD @@ -0,0 +1,142 @@ +../../../bin/markdown-it,sha256=3kXFE0bPGML5dOzt6bRe1cyOxLHhfLox4jmG-stdNaY,270 +markdown_it/__init__.py,sha256=9v3vCD7XQJujcZLU2F14T8O88JJO93rZaUoKu7cocH8,113 +markdown_it/__pycache__/__init__.cpython-39.pyc,, +markdown_it/__pycache__/_compat.cpython-39.pyc,, +markdown_it/__pycache__/_punycode.cpython-39.pyc,, +markdown_it/__pycache__/main.cpython-39.pyc,, +markdown_it/__pycache__/parser_block.cpython-39.pyc,, +markdown_it/__pycache__/parser_core.cpython-39.pyc,, +markdown_it/__pycache__/parser_inline.cpython-39.pyc,, +markdown_it/__pycache__/renderer.cpython-39.pyc,, +markdown_it/__pycache__/ruler.cpython-39.pyc,, +markdown_it/__pycache__/token.cpython-39.pyc,, +markdown_it/__pycache__/tree.cpython-39.pyc,, +markdown_it/__pycache__/utils.cpython-39.pyc,, +markdown_it/_compat.py,sha256=mfhalPobHpl8uYt2V6SCOZq3HqaGlWP8MjICwDvS_xE,246 +markdown_it/_punycode.py,sha256=Y_m-fzc5Ey_Kw09MPNN5TUMnPXm2cACUZE_qwUkfFrM,2364 +markdown_it/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +markdown_it/cli/__pycache__/__init__.cpython-39.pyc,, +markdown_it/cli/__pycache__/parse.cpython-39.pyc,, +markdown_it/cli/parse.py,sha256=ZiTSx6t7nLk7rGAtIi0a02EB9sDGJn7YLjKKtufdwNA,2901 +markdown_it/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +markdown_it/common/__pycache__/__init__.cpython-39.pyc,, +markdown_it/common/__pycache__/entities.cpython-39.pyc,, +markdown_it/common/__pycache__/html_blocks.cpython-39.pyc,, +markdown_it/common/__pycache__/html_re.cpython-39.pyc,, +markdown_it/common/__pycache__/normalize_url.cpython-39.pyc,, +markdown_it/common/__pycache__/utils.cpython-39.pyc,, +markdown_it/common/entities.py,sha256=6ulEjBAWYH5lVobgpn5lChPYhPKkdPyVHpNT7O1_x90,156 +markdown_it/common/html_blocks.py,sha256=1cMBp6jIdXqCHvEs2mpJqVGqTuFi6ExL4VO754yksgU,932 +markdown_it/common/html_re.py,sha256=0q5QFkSnX_l7Ob37MDSj2UYT0onCPz_07hUod2K-a6A,929 +markdown_it/common/normalize_url.py,sha256=avOXnLd9xw5jU1q5PLftjAM9pvGx8l9QDEkmZSyrMgg,2568 +markdown_it/common/utils.py,sha256=l2ypUup7jVBwGZJb8M2lxllmTWq8wN5TMV40Mndqu1A,10728 +markdown_it/helpers/__init__.py,sha256=9W7GycpZcq2up1CdVcUpdN77i9Vl4N0CT3y3qMkTjY4,253 +markdown_it/helpers/__pycache__/__init__.cpython-39.pyc,, +markdown_it/helpers/__pycache__/parse_link_destination.cpython-39.pyc,, +markdown_it/helpers/__pycache__/parse_link_label.cpython-39.pyc,, +markdown_it/helpers/__pycache__/parse_link_title.cpython-39.pyc,, +markdown_it/helpers/parse_link_destination.py,sha256=whJoEo42RmgiVpyc2TmTb73nPK3L-DZuZqfE2f8B20Q,1977 +markdown_it/helpers/parse_link_label.py,sha256=HXAnGlAL-2Op6I-lfeuzBIJBjESCRZws6xKKS3lKFSg,1036 +markdown_it/helpers/parse_link_title.py,sha256=5h5YctAUPmaeBqAlCDzzB220-i64HxYyJ27ui-xMBn0,1425 +markdown_it/main.py,sha256=7BYAkBbDmgbdVGNrpAaWZ_-u2-DoYsOCtXWg5uv3Gvg,12772 +markdown_it/parser_block.py,sha256=1bvZMDIdfBYrRNHpZPzmX6W4GXXaFUDqq2iaxDWP-BM,3911 +markdown_it/parser_core.py,sha256=asPHnvL0sk2oqWC69VM8OAqKs-Dk--GRHhGwZonLm6s,1010 +markdown_it/parser_inline.py,sha256=0ZAiRx2GkQ35va1QRxDeDZvpa44wZBNnVFsGzCyj_Po,4997 +markdown_it/port.yaml,sha256=F6WvtDFxjuZ5o0NtmJO0P8SkG6OfONCj_ggKgx4iYWU,2446 +markdown_it/presets/__init__.py,sha256=tLc9od5iXBEkKR6wbXOVPC5S5vkGYK-67tQslhWu7LY,970 +markdown_it/presets/__pycache__/__init__.cpython-39.pyc,, +markdown_it/presets/__pycache__/commonmark.cpython-39.pyc,, +markdown_it/presets/__pycache__/default.cpython-39.pyc,, +markdown_it/presets/__pycache__/zero.cpython-39.pyc,, +markdown_it/presets/commonmark.py,sha256=pqVnOnMmCmiZWHvNnXx4E1FS8VV07jcqUW1EsHuv9rE,2868 +markdown_it/presets/default.py,sha256=TgqnjjHX6SWcElk5yjW1hoP8t2-ESZ0QyrmHprmIL18,1810 +markdown_it/presets/zero.py,sha256=2vETQRRW1v9Ug3TsdRhM9r6wgZRuTcvojwcqDcsZfkI,2112 +markdown_it/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26 +markdown_it/renderer.py,sha256=jZ62oK-y-qaz8o8TDxCUMvS5OavraJ2-1uaWVqrUCv0,9970 +markdown_it/ruler.py,sha256=J18Pru7u77kqJfnMC5oiFWgnw_58vkbfk5hWQBgED7s,9199 +markdown_it/rules_block/__init__.py,sha256=8su1tOxDw_IR9JSdgqfkGZSNdYpZZCBC9MMmFODdbmE,553 +markdown_it/rules_block/__pycache__/__init__.cpython-39.pyc,, +markdown_it/rules_block/__pycache__/blockquote.cpython-39.pyc,, +markdown_it/rules_block/__pycache__/code.cpython-39.pyc,, +markdown_it/rules_block/__pycache__/fence.cpython-39.pyc,, +markdown_it/rules_block/__pycache__/heading.cpython-39.pyc,, +markdown_it/rules_block/__pycache__/hr.cpython-39.pyc,, +markdown_it/rules_block/__pycache__/html_block.cpython-39.pyc,, +markdown_it/rules_block/__pycache__/lheading.cpython-39.pyc,, +markdown_it/rules_block/__pycache__/list.cpython-39.pyc,, +markdown_it/rules_block/__pycache__/paragraph.cpython-39.pyc,, +markdown_it/rules_block/__pycache__/reference.cpython-39.pyc,, +markdown_it/rules_block/__pycache__/state_block.cpython-39.pyc,, +markdown_it/rules_block/__pycache__/table.cpython-39.pyc,, +markdown_it/rules_block/blockquote.py,sha256=7uymS36dcrned3DsIaRcqcbFU1NlymhvsZpEXTD3_n8,8887 +markdown_it/rules_block/code.py,sha256=ASAnisg4hS2RhnP_7_1_pjx4NbFSYmrs6lHDgtHPXIo,859 +markdown_it/rules_block/fence.py,sha256=BJgU-PqZ4vAlCqGcrc8UtdLpJJyMeRWN-G-Op-zxrMc,2537 +markdown_it/rules_block/heading.py,sha256=e9NnvXLbY1bvowq_Pd4S-g6LbVg3iCx26qzwv3jLUyE,1746 +markdown_it/rules_block/hr.py,sha256=fPJ-tubFKjxJxhKPiTAxVP-_LHYbAq32iZ52J5sFxOU,1226 +markdown_it/rules_block/html_block.py,sha256=wA8pb34LtZr1BkIATgGKQBIGX5jQNOkwZl9UGEqvb5M,2721 +markdown_it/rules_block/lheading.py,sha256=fWoEuUo7S2svr5UMKmyQMkh0hheYAHg2gMM266Mogs4,2625 +markdown_it/rules_block/list.py,sha256=gIodkAJFyOIyKCZCj5lAlL7jIj5kAzrDb-K-2MFNplY,9668 +markdown_it/rules_block/paragraph.py,sha256=pQqTn8yYDI6_mWX-_m6PXY4wvDQB1nZ4dVUp3gKu1GA,1818 +markdown_it/rules_block/reference.py,sha256=qzR-KJ_60W8ZzuwYGLlO1bgHHVQP4qlYG4yFpOpNlsA,6168 +markdown_it/rules_block/state_block.py,sha256=HowsQyy5hGUibH4HRZWKfLIlXeDUnuWL7kpF0-rSwoM,8422 +markdown_it/rules_block/table.py,sha256=Zjkc0378QtfQzrhrNWC2kVYsGnOLaZyD3dXG1ugfX-s,6987 +markdown_it/rules_core/__init__.py,sha256=JZNOpLZ4i1vR56StidUa-A_As1XtbDwQR0iEErOXyOI,394 +markdown_it/rules_core/__pycache__/__init__.cpython-39.pyc,, +markdown_it/rules_core/__pycache__/block.cpython-39.pyc,, +markdown_it/rules_core/__pycache__/inline.cpython-39.pyc,, +markdown_it/rules_core/__pycache__/linkify.cpython-39.pyc,, +markdown_it/rules_core/__pycache__/normalize.cpython-39.pyc,, +markdown_it/rules_core/__pycache__/replacements.cpython-39.pyc,, +markdown_it/rules_core/__pycache__/smartquotes.cpython-39.pyc,, +markdown_it/rules_core/__pycache__/state_core.cpython-39.pyc,, +markdown_it/rules_core/__pycache__/text_join.cpython-39.pyc,, +markdown_it/rules_core/block.py,sha256=0_JY1CUy-H2OooFtIEZAACtuoGUMohgxo4Z6A_UinSg,372 +markdown_it/rules_core/inline.py,sha256=9oWmeBhJHE7x47oJcN9yp6UsAZtrEY_A-VmfoMvKld4,325 +markdown_it/rules_core/linkify.py,sha256=mjQqpk_lHLh2Nxw4UFaLxa47Fgi-OHnmDamlgXnhmv0,5141 +markdown_it/rules_core/normalize.py,sha256=qVkBO4elitPzyP_sQENho-ycUl8s4eNZ1zZrsR2AAgk,402 +markdown_it/rules_core/replacements.py,sha256=NHL9MOuEnPuMFPLDtTYDK9yj7F2FSleMr6bPro-ciaQ,3470 +markdown_it/rules_core/smartquotes.py,sha256=CtawEcTHYgzIWZwxIGs8e8oSKhm0B7th2305I3FNEc0,7443 +markdown_it/rules_core/state_core.py,sha256=HqWZCUr5fW7xG6jeQZDdO0hE9hxxyl3_-bawgOy57HY,570 +markdown_it/rules_core/text_join.py,sha256=JVuq_27LoI0IjJDmCXOuRiTs1rmSFhFUUjh6MdF_YCk,1172 +markdown_it/rules_inline/__init__.py,sha256=Zvl8P8V830vDhcQKEleLKZ_paC-ypTn7eWpmFa9yySQ,696 +markdown_it/rules_inline/__pycache__/__init__.cpython-39.pyc,, +markdown_it/rules_inline/__pycache__/autolink.cpython-39.pyc,, +markdown_it/rules_inline/__pycache__/backticks.cpython-39.pyc,, +markdown_it/rules_inline/__pycache__/balance_pairs.cpython-39.pyc,, +markdown_it/rules_inline/__pycache__/emphasis.cpython-39.pyc,, +markdown_it/rules_inline/__pycache__/entity.cpython-39.pyc,, +markdown_it/rules_inline/__pycache__/escape.cpython-39.pyc,, +markdown_it/rules_inline/__pycache__/fragments_join.cpython-39.pyc,, +markdown_it/rules_inline/__pycache__/html_inline.cpython-39.pyc,, +markdown_it/rules_inline/__pycache__/image.cpython-39.pyc,, +markdown_it/rules_inline/__pycache__/link.cpython-39.pyc,, +markdown_it/rules_inline/__pycache__/linkify.cpython-39.pyc,, +markdown_it/rules_inline/__pycache__/newline.cpython-39.pyc,, +markdown_it/rules_inline/__pycache__/state_inline.cpython-39.pyc,, +markdown_it/rules_inline/__pycache__/strikethrough.cpython-39.pyc,, +markdown_it/rules_inline/__pycache__/text.cpython-39.pyc,, +markdown_it/rules_inline/autolink.py,sha256=l4EY7OLzuda350cT6Du_dggEwcb96TvD7YPXf2H6P1M,2079 +markdown_it/rules_inline/backticks.py,sha256=J7bezjjNxiXlKqvHc0fJkHZwH7-2nBsXVjcKydk8E4M,2037 +markdown_it/rules_inline/balance_pairs.py,sha256=vifasmne02sNaBBwuZsA4yI02vmv1gvVN4qR-b9m62E,4851 +markdown_it/rules_inline/emphasis.py,sha256=7aDLZx0Jlekuvbu3uEUTDhJp00Z0Pj6g4C3-VLhI8Co,3123 +markdown_it/rules_inline/entity.py,sha256=CE8AIGMi5isEa24RNseo0wRmTTaj5YLbgTFdDmBesAU,1651 +markdown_it/rules_inline/escape.py,sha256=5DEa7O6ByUfXdXZudcF7JZwLxXG1njAuXIOUsNDPPqU,1658 +markdown_it/rules_inline/fragments_join.py,sha256=_3JbwWYJz74gRHeZk6T8edVJT2IVSsi7FfmJJlieQlA,1493 +markdown_it/rules_inline/html_inline.py,sha256=SBg6HR0HRqCdrkkec0dfOYuQdAqyfeLRFLeQggtgjvg,1130 +markdown_it/rules_inline/image.py,sha256=AMO7kls5c-C4A_S2rBiIlKD8BQ8vIgyWUX7vCpXy_Qs,4135 +markdown_it/rules_inline/link.py,sha256=wRdTMxjNYFiV6uouZMML3fIPvyFrPtMHWzJNBQcQLV0,4318 +markdown_it/rules_inline/linkify.py,sha256=gmHw59SsMQLImv6v1RkDY9lcQAmTN-UZ4GwRFiR8jlg,1704 +markdown_it/rules_inline/newline.py,sha256=LEIhBB_3PPLeCAgaC2naheMjW5N6b9UaAB6sh47Ckz8,1296 +markdown_it/rules_inline/state_inline.py,sha256=rXmMX0P0pCf-v-013YB24MBQxMn2dJhoSZQMNYAZ8HQ,5101 +markdown_it/rules_inline/strikethrough.py,sha256=pwcPlyhkh5pqFVxRCSrdW5dNCIOtU4eDit7TVDTPIVA,3214 +markdown_it/rules_inline/text.py,sha256=GwmMVZziAmhj48l9VaXAXwzzUKDkhaA14thv-TCaS2M,901 +markdown_it/token.py,sha256=NEvuoYAeDh8_6zT6fukzdoncusVOjyUKw2zjsNgZmp4,6439 +markdown_it/tree.py,sha256=YxSqq3qSuhHHm1nQpPUhyDA4VIWHu_G_92bKdUcXXGM,11421 +markdown_it/utils.py,sha256=zPoQ8lhvxtJfg6iNSim0LcnAL0Y4XnV3G4DIIKmL8OU,5365 +markdown_it_py-3.0.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +markdown_it_py-3.0.0.dist-info/LICENSE,sha256=SiJg1uLND1oVGh6G2_59PtVSseK-q_mUHBulxJy85IQ,1078 +markdown_it_py-3.0.0.dist-info/LICENSE.markdown-it,sha256=eSxIxahJoV_fnjfovPnm0d0TsytGxkKnSKCkapkZ1HM,1073 +markdown_it_py-3.0.0.dist-info/METADATA,sha256=0-kME4KQNSCGPzfSEFgQc8MhUd5cmG-LO007BFk3_fw,6940 +markdown_it_py-3.0.0.dist-info/RECORD,, +markdown_it_py-3.0.0.dist-info/WHEEL,sha256=4TfKIB_xu-04bc2iKz6_zFt-gEFEEDU_31HGhqzOCE8,81 +markdown_it_py-3.0.0.dist-info/entry_points.txt,sha256=T81l7fHQ3pllpQ4wUtQK6a8g_p6wxQbnjKVHCk2WMG4,58 diff --git a/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/WHEEL b/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/WHEEL new file mode 100644 index 0000000..668ba4d --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: flit 3.7.1 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/entry_points.txt b/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/entry_points.txt new file mode 100644 index 0000000..7d829cd --- /dev/null +++ b/.awi/lib/python3.9/site-packages/markdown_it_py-3.0.0.dist-info/entry_points.txt @@ -0,0 +1,3 @@ +[console_scripts] +markdown-it=markdown_it.cli.parse:main + diff --git a/.awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/INSTALLER b/.awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/.awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/LICENSE b/.awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/LICENSE new file mode 100644 index 0000000..2a920c5 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/LICENSE @@ -0,0 +1,46 @@ +Copyright (c) 2015 Vitaly Puzrin, Alex Kocharin. +Copyright (c) 2021 Taneli Hukkinen + +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. + +-------------------------------------------------------------------------------- + +.parse() is based on Joyent's node.js `url` code: + +Copyright Joyent, Inc. and other Node contributors. All rights reserved. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. diff --git a/.awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/METADATA b/.awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/METADATA new file mode 100644 index 0000000..b4670e8 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/METADATA @@ -0,0 +1,32 @@ +Metadata-Version: 2.1 +Name: mdurl +Version: 0.1.2 +Summary: Markdown URL utilities +Keywords: markdown,commonmark +Author-email: Taneli Hukkinen +Requires-Python: >=3.7 +Description-Content-Type: text/markdown +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: MacOS +Classifier: Operating System :: Microsoft :: Windows +Classifier: Operating System :: POSIX :: Linux +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Typing :: Typed +Project-URL: Homepage, https://github.com/executablebooks/mdurl + +# mdurl + +[![Build Status](https://github.com/executablebooks/mdurl/workflows/Tests/badge.svg?branch=master)](https://github.com/executablebooks/mdurl/actions?query=workflow%3ATests+branch%3Amaster+event%3Apush) +[![codecov.io](https://codecov.io/gh/executablebooks/mdurl/branch/master/graph/badge.svg)](https://codecov.io/gh/executablebooks/mdurl) +[![PyPI version](https://img.shields.io/pypi/v/mdurl)](https://pypi.org/project/mdurl) + +This is a Python port of the JavaScript [mdurl](https://www.npmjs.com/package/mdurl) package. +See the [upstream README.md file](https://github.com/markdown-it/mdurl/blob/master/README.md) for API documentation. + diff --git a/.awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/RECORD b/.awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/RECORD new file mode 100644 index 0000000..dcd161b --- /dev/null +++ b/.awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/RECORD @@ -0,0 +1,18 @@ +mdurl-0.1.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +mdurl-0.1.2.dist-info/LICENSE,sha256=fGBd9uKGZ6lgMRjpgnT2SknOPu0NJvzM6VNKNF4O-VU,2338 +mdurl-0.1.2.dist-info/METADATA,sha256=tTsp1I9Jk2cFP9o8gefOJ9JVg4Drv4PmYCOwLrfd0l0,1638 +mdurl-0.1.2.dist-info/RECORD,, +mdurl-0.1.2.dist-info/WHEEL,sha256=4TfKIB_xu-04bc2iKz6_zFt-gEFEEDU_31HGhqzOCE8,81 +mdurl/__init__.py,sha256=1vpE89NyXniIRZNC_4f6BPm3Ub4bPntjfyyhLRR7opU,547 +mdurl/__pycache__/__init__.cpython-39.pyc,, +mdurl/__pycache__/_decode.cpython-39.pyc,, +mdurl/__pycache__/_encode.cpython-39.pyc,, +mdurl/__pycache__/_format.cpython-39.pyc,, +mdurl/__pycache__/_parse.cpython-39.pyc,, +mdurl/__pycache__/_url.cpython-39.pyc,, +mdurl/_decode.py,sha256=3Q_gDQqU__TvDbu7x-b9LjbVl4QWy5g_qFwljcuvN_Y,3004 +mdurl/_encode.py,sha256=goJLUFt1h4rVZNqqm9t15Nw2W-bFXYQEy3aR01ImWvs,2602 +mdurl/_format.py,sha256=xZct0mdePXA0H3kAqxjGtlB5O86G35DAYMGkA44CmB4,626 +mdurl/_parse.py,sha256=ezZSkM2_4NQ2Zx047sEdcJG7NYQRFHiZK7Y8INHFzwY,11374 +mdurl/_url.py,sha256=5kQnRQN2A_G4svLnRzZcG0bfoD9AbBrYDXousDHZ3z0,284 +mdurl/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26 diff --git a/.awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/WHEEL b/.awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/WHEEL new file mode 100644 index 0000000..668ba4d --- /dev/null +++ b/.awi/lib/python3.9/site-packages/mdurl-0.1.2.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: flit 3.7.1 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/.awi/lib/python3.9/site-packages/mdurl/__init__.py b/.awi/lib/python3.9/site-packages/mdurl/__init__.py new file mode 100644 index 0000000..cdbb640 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/mdurl/__init__.py @@ -0,0 +1,18 @@ +__all__ = ( + "decode", + "DECODE_DEFAULT_CHARS", + "DECODE_COMPONENT_CHARS", + "encode", + "ENCODE_DEFAULT_CHARS", + "ENCODE_COMPONENT_CHARS", + "format", + "parse", + "URL", +) +__version__ = "0.1.2" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT + +from mdurl._decode import DECODE_COMPONENT_CHARS, DECODE_DEFAULT_CHARS, decode +from mdurl._encode import ENCODE_COMPONENT_CHARS, ENCODE_DEFAULT_CHARS, encode +from mdurl._format import format +from mdurl._parse import url_parse as parse +from mdurl._url import URL diff --git a/.awi/lib/python3.9/site-packages/mdurl/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/mdurl/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d9326ce40727a20825f62476f456082626d0adf GIT binary patch literal 630 zcmZvYOK#gR5QZu1ZP{rG7`;GNURdm76`&{@*b1^p?ILM_fE$7d=|m_g36z||xlyjf zZCANMR~=GL(6ptXpTlo7{Aa|*;~|1|xIS4Q3=sNh4}UIT=rg?SB?w0ZagTU>zR2d;DkGVTBRNuIvghJhzEb;SAL8U3P19*=A}+3L zF3e<6%vXzoE{fx$i_>p(esXknZr<$ZeD&q)YFR9wcqFR6s#yN7YDfR6TGv{!&V&uq ztuX$@+39`wHh-7De}pm7)Ym?2+77S19z-?{tppZ$I(C~$H(FA64X_m0a{AiDlrkwP zH5sLMLbqjIQA);&!^b)82mQ<9Iol7UU-~^~`^KF)8SU)Ab-KLTbkJgp8_Bjey53ZL21c`H+uha`&e@L=%km2M=MVWI vZp%*08g~7i-G~-DKTK&^l^vydvo*;_Rr8G$pX}djM<78K3?|;h8^QA%*Kna` literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/mdurl/__pycache__/_decode.cpython-39.pyc b/.awi/lib/python3.9/site-packages/mdurl/__pycache__/_decode.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..23a8ed39f8f52388fa37a117e14d4b35742b76d0 GIT binary patch literal 2279 zcmbVN&2Jk;6rY*>@VDcpY1)J$irNBho4B+{PzcZ}F$9S^sG&k^64wUz1-PCEzgF-xU9 zf#*_twf$p(kl#_5d^8X)6GDRlFxLquoVsL-8k8c>T(+ecisThnHB`_ku4ZUlHFT~S z8HX5IuG=}DSt2~kb3Ff$@d7X2Q;oc>w<+lGEj?6tnNQu*i~_H~s4PDOnrVI*#ud4; zPO38_L{+6p!Sp;oG(*St0uZz7_I6}@mfaW>-m881?&a6sKYQxj$%G7MxMPJkf>4}0 z;W~ljHa3zXw=JLBP0O^pcA|iJPYstnN?_Y5f|syO}+5lyEJTj*^(h>Jr&rjVUBZZ;b8&n!oAk zgq|NUU`PKve*Cza6^J;|gz0r4V5=(<-R$*jk0*+2dx_!;;JWsmM2kQzs+!2i32BC? zlQ64mWUOuz^Y#M~$Iy#a>-t-EttZS|w(ZrHeJ>PFE0R^I^<1;x5q{+Hg|;sidi}8L zd$mRLwo`MRRxOn;E?%kyPG~RmOl#BZ*g^RTVFR zn=}M;Xyo?i$_k`p4lIeDX6#kq0}Kq4Q>Nl1aD%L{7q6P3)rGWZTgXWG&u0bBKEYJU zZT&suD<->Sj|?FjLxr=U8dAA^wOEa{P4a+=?{GuMDpz15s$4xPw?&ylwYY6pzO1<>Y$#iS;sZhG$`hjx(S_dYozF zQOXV~;32!K?nw_{5N}>3q1OME5`1HY7tr&U#AD|rM)ZFGM-f)dY_bPbJOn-Xl(B*I z-&n?$l0;daK$&}rQmzMGEX9mciaO4mYZn1I6L$eQ z;22ls?*BnPo^wdXG(8bhej+CH^fV@v^7|2j^d!PK--ed;g4(1pvc9_?O%OU zS`epTtUP>h*zIk+TY|_91-7$9N9}Po4`Yr)b3lFhpdKt|Kzq;vt1{`YT1xUw z=v;6e+RdiGews{KzU$hS?D>mk%MzF#@iLMVK#ZA{`tsUJy}45V=*sm^KW{FtUb(hz z%#O9oYga#8Yt$QKeR@kxHJcOHJ2=9QE|V%zOk@IYAtBpec4^D!k!yc|yCIkcQkJ&@ N-VZ7(DwUa8{a^ea8$192 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/mdurl/__pycache__/_encode.cpython-39.pyc b/.awi/lib/python3.9/site-packages/mdurl/__pycache__/_encode.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5be99e92e881db4cb7bcbe3380a604f2aceb7265 GIT binary patch literal 1898 zcmZ7%O>Y}TbY}L$AF&gsHBF3KpwIwr8@m#bP-!R)u}g!Bi|UlaqG;LdOq^BLyUy&m zw9y(NrAVAA&Zvj>h{O*<0}=;LIdkJccyHHjQ&yfg?`z(?d0+Ob)iQza>dvj5i-7%w z#L2G!#0^4d@*^Pk2q&C|WJn!K5oaMA8jg|SMraN##~Rv>JuEndjAw?$VaX{|A}nDq z5NC#4PKDb}H6YF`FNir_TqV53%Y5bu;}u?gWI8ob*`a)v&pn|aDe)St`6nhn#ZNyf zIP<*TC(YN6(8ng#GhP(M%2PocB|sMYVt*_mUo;I}^%6e_+)yYbWTI^z3<8zt(yn-r zqo8l?k7Fec>et$ze01a8k1t)gyzI8le|Pb{_nYq=lwRNmbsqTY>qN=RZ-qgUVOv|e z0yo86xW4D_3T=S+p!(baRNiVbT@VlaaLk3arBGuT`4l~$ekSZiSnC+zp8-jUBKL`` zDZm<}PX=T{Q;O6oQIyj|+96w?PncpUJERjMHIxDRos>Q`Q{x#VW&Z-=oN+^0sKZT8 zeqasq)P6=52)A--f#kZ1szOQ*bGwTZmXZ{7;l^T)9nw{@pQaQ-ZugG92M_Vs<7LXA?WMQ)`d>MCCV- zeUjP@loV1XAEyOw?BQ;6bAh0ie5?$}wfzVx2e<{`+Pt`sRYE7rH)tCud&&QhKs|v4 z*pXYneSZ;bm%!eyplzmw2AOKTl$Q4_@aZP#&Fs-Bmh)DCSIKxQXfO8+G*)u|k(0fl zm=<|8v$6tMZe;~3+st42`~?lD-$Q!x{u5preDxIry<`dp5D*yuW8-U|K5&VwiA8@*~)V;a%Df~K3 zE2}@bfcjXb+VH|q*Qax7ECbh%hod+Wk%C4&k80RrSt;T~O2(m*4LnFg`8w_7M z^S$ONU3T4_F-%9{x)LL==lnPfg`ahI%iH#47Lm+fMM4aXkqB_*2t5Ikoa#U zFCjP$z^Qk8>vuX`x6{43cJKD4yMAl!Zr?dG<*wiP;>$a|Zg0xZ=h&Ro4Fn73?F%)*4I(+UK|q$aCawR7y4QFi literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/mdurl/__pycache__/_format.cpython-39.pyc b/.awi/lib/python3.9/site-packages/mdurl/__pycache__/_format.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6d3190208d9c13a8f91885468c309f6b3ebb4a0a GIT binary patch literal 746 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 lZf-f2lc8*;%yv2M2@~yG{w=PT6o)Z1Sv literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/mdurl/__pycache__/_url.cpython-39.pyc b/.awi/lib/python3.9/site-packages/mdurl/__pycache__/_url.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..039ddbb96b58078cbc5515bc32fadf9b0667b51f GIT binary patch literal 606 zcmY*XJ#X7E5G6%gQ56UMm^)-OP@6-i06`I;Lpu~2+Gf$h(k5*QrAU^fTDa)e{+a$I zuATZ9GUaFsh;xGOy{9|r9!ZIdiyA>(ZQpNSVub!>aT*lF4MI4)0wR&b8V$I`IP*dm z18E6H?~o*t{y~x|@|(0&&OV_<`9FVWfz!D##zql)YXZo+5rdMSN2k>$cbo$0&%rOJ65 z?Z)av*VgLxENBrr6%rL=>=Jd>$5eGTL<61^?Vy^r-syNS-^Hg&_ zSUKv<=bV2Vg`O%;IX~G6&i^9+9F}=VcVAd%2gRHh-<2}#tu@j2>+!H@%xSUTc{>`p z+*-eM``B5-R^ms`biZat{d#r9LLb%AiOpBBQ-KX~^qO% Sequence[str]: + if exclude in decode_cache: + return decode_cache[exclude] + + cache: list[str] = [] + decode_cache[exclude] = cache + + for i in range(128): + ch = chr(i) + cache.append(ch) + + for i in range(len(exclude)): + ch_code = ord(exclude[i]) + cache[ch_code] = "%" + ("0" + hex(ch_code)[2:].upper())[-2:] + + return cache + + +# Decode percent-encoded string. +# +def decode(string: str, exclude: str = DECODE_DEFAULT_CHARS) -> str: + cache = get_decode_cache(exclude) + repl_func = functools.partial(repl_func_with_cache, cache=cache) + return re.sub(r"(%[a-f0-9]{2})+", repl_func, string, flags=re.IGNORECASE) + + +def repl_func_with_cache(match: re.Match, cache: Sequence[str]) -> str: + seq = match.group() + result = "" + + i = 0 + l = len(seq) # noqa: E741 + while i < l: + b1 = int(seq[i + 1 : i + 3], 16) + + if b1 < 0x80: + result += cache[b1] + i += 3 # emulate JS for loop statement3 + continue + + if (b1 & 0xE0) == 0xC0 and (i + 3 < l): + # 110xxxxx 10xxxxxx + b2 = int(seq[i + 4 : i + 6], 16) + + if (b2 & 0xC0) == 0x80: + all_bytes = bytes((b1, b2)) + try: + result += all_bytes.decode() + except UnicodeDecodeError: + result += "\ufffd" * 2 + + i += 3 + i += 3 # emulate JS for loop statement3 + continue + + if (b1 & 0xF0) == 0xE0 and (i + 6 < l): + # 1110xxxx 10xxxxxx 10xxxxxx + b2 = int(seq[i + 4 : i + 6], 16) + b3 = int(seq[i + 7 : i + 9], 16) + + if (b2 & 0xC0) == 0x80 and (b3 & 0xC0) == 0x80: + all_bytes = bytes((b1, b2, b3)) + try: + result += all_bytes.decode() + except UnicodeDecodeError: + result += "\ufffd" * 3 + + i += 6 + i += 3 # emulate JS for loop statement3 + continue + + if (b1 & 0xF8) == 0xF0 and (i + 9 < l): + # 111110xx 10xxxxxx 10xxxxxx 10xxxxxx + b2 = int(seq[i + 4 : i + 6], 16) + b3 = int(seq[i + 7 : i + 9], 16) + b4 = int(seq[i + 10 : i + 12], 16) + + if (b2 & 0xC0) == 0x80 and (b3 & 0xC0) == 0x80 and (b4 & 0xC0) == 0x80: + all_bytes = bytes((b1, b2, b3, b4)) + try: + result += all_bytes.decode() + except UnicodeDecodeError: + result += "\ufffd" * 4 + + i += 9 + i += 3 # emulate JS for loop statement3 + continue + + result += "\ufffd" + i += 3 # emulate JS for loop statement3 + + return result diff --git a/.awi/lib/python3.9/site-packages/mdurl/_encode.py b/.awi/lib/python3.9/site-packages/mdurl/_encode.py new file mode 100644 index 0000000..bc2e5b9 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/mdurl/_encode.py @@ -0,0 +1,85 @@ +from __future__ import annotations + +from collections.abc import Sequence +from string import ascii_letters, digits, hexdigits +from urllib.parse import quote as encode_uri_component + +ASCII_LETTERS_AND_DIGITS = ascii_letters + digits + +ENCODE_DEFAULT_CHARS = ";/?:@&=+$,-_.!~*'()#" +ENCODE_COMPONENT_CHARS = "-_.!~*'()" + +encode_cache: dict[str, list[str]] = {} + + +# Create a lookup array where anything but characters in `chars` string +# and alphanumeric chars is percent-encoded. +def get_encode_cache(exclude: str) -> Sequence[str]: + if exclude in encode_cache: + return encode_cache[exclude] + + cache: list[str] = [] + encode_cache[exclude] = cache + + for i in range(128): + ch = chr(i) + + if ch in ASCII_LETTERS_AND_DIGITS: + # always allow unencoded alphanumeric characters + cache.append(ch) + else: + cache.append("%" + ("0" + hex(i)[2:].upper())[-2:]) + + for i in range(len(exclude)): + cache[ord(exclude[i])] = exclude[i] + + return cache + + +# Encode unsafe characters with percent-encoding, skipping already +# encoded sequences. +# +# - string - string to encode +# - exclude - list of characters to ignore (in addition to a-zA-Z0-9) +# - keepEscaped - don't encode '%' in a correct escape sequence (default: true) +def encode( + string: str, exclude: str = ENCODE_DEFAULT_CHARS, *, keep_escaped: bool = True +) -> str: + result = "" + + cache = get_encode_cache(exclude) + + l = len(string) # noqa: E741 + i = 0 + while i < l: + code = ord(string[i]) + + # % + if keep_escaped and code == 0x25 and i + 2 < l: + if all(c in hexdigits for c in string[i + 1 : i + 3]): + result += string[i : i + 3] + i += 2 + i += 1 # JS for loop statement3 + continue + + if code < 128: + result += cache[code] + i += 1 # JS for loop statement3 + continue + + if code >= 0xD800 and code <= 0xDFFF: + if code >= 0xD800 and code <= 0xDBFF and i + 1 < l: + next_code = ord(string[i + 1]) + if next_code >= 0xDC00 and next_code <= 0xDFFF: + result += encode_uri_component(string[i] + string[i + 1]) + i += 1 + i += 1 # JS for loop statement3 + continue + result += "%EF%BF%BD" + i += 1 # JS for loop statement3 + continue + + result += encode_uri_component(string[i]) + i += 1 # JS for loop statement3 + + return result diff --git a/.awi/lib/python3.9/site-packages/mdurl/_format.py b/.awi/lib/python3.9/site-packages/mdurl/_format.py new file mode 100644 index 0000000..12524ca --- /dev/null +++ b/.awi/lib/python3.9/site-packages/mdurl/_format.py @@ -0,0 +1,27 @@ +from __future__ import annotations + +from typing import TYPE_CHECKING + +if TYPE_CHECKING: + from mdurl._url import URL + + +def format(url: URL) -> str: # noqa: A001 + result = "" + + result += url.protocol or "" + result += "//" if url.slashes else "" + result += url.auth + "@" if url.auth else "" + + if url.hostname and ":" in url.hostname: + # ipv6 address + result += "[" + url.hostname + "]" + else: + result += url.hostname or "" + + result += ":" + url.port if url.port else "" + result += url.pathname or "" + result += url.search or "" + result += url.hash or "" + + return result diff --git a/.awi/lib/python3.9/site-packages/mdurl/_parse.py b/.awi/lib/python3.9/site-packages/mdurl/_parse.py new file mode 100644 index 0000000..ffeeac7 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/mdurl/_parse.py @@ -0,0 +1,304 @@ +# Copyright Joyent, Inc. and other Node contributors. +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the +# "Software"), to deal in the Software without restriction, including +# without limitation the rights to use, copy, modify, merge, publish, +# distribute, sublicense, and/or sell copies of the Software, and to permit +# persons to whom the Software is furnished to do so, subject to the +# following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +# NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +# USE OR OTHER DEALINGS IN THE SOFTWARE. + + +# Changes from joyent/node: +# +# 1. No leading slash in paths, +# e.g. in `url.parse('http://foo?bar')` pathname is ``, not `/` +# +# 2. Backslashes are not replaced with slashes, +# so `http:\\example.org\` is treated like a relative path +# +# 3. Trailing colon is treated like a part of the path, +# i.e. in `http://example.org:foo` pathname is `:foo` +# +# 4. Nothing is URL-encoded in the resulting object, +# (in joyent/node some chars in auth and paths are encoded) +# +# 5. `url.parse()` does not have `parseQueryString` argument +# +# 6. Removed extraneous result properties: `host`, `path`, `query`, etc., +# which can be constructed using other parts of the url. + +from __future__ import annotations + +from collections import defaultdict +import re + +from mdurl._url import URL + +# Reference: RFC 3986, RFC 1808, RFC 2396 + +# define these here so at least they only have to be +# compiled once on the first module load. +PROTOCOL_PATTERN = re.compile(r"^([a-z0-9.+-]+:)", flags=re.IGNORECASE) +PORT_PATTERN = re.compile(r":[0-9]*$") + +# Special case for a simple path URL +SIMPLE_PATH_PATTERN = re.compile(r"^(//?(?!/)[^?\s]*)(\?[^\s]*)?$") + +# RFC 2396: characters reserved for delimiting URLs. +# We actually just auto-escape these. +DELIMS = ("<", ">", '"', "`", " ", "\r", "\n", "\t") + +# RFC 2396: characters not allowed for various reasons. +UNWISE = ("{", "}", "|", "\\", "^", "`") + DELIMS + +# Allowed by RFCs, but cause of XSS attacks. Always escape these. +AUTO_ESCAPE = ("'",) + UNWISE +# Characters that are never ever allowed in a hostname. +# Note that any invalid chars are also handled, but these +# are the ones that are *expected* to be seen, so we fast-path +# them. +NON_HOST_CHARS = ("%", "/", "?", ";", "#") + AUTO_ESCAPE +HOST_ENDING_CHARS = ("/", "?", "#") +HOSTNAME_MAX_LEN = 255 +HOSTNAME_PART_PATTERN = re.compile(r"^[+a-z0-9A-Z_-]{0,63}$") +HOSTNAME_PART_START = re.compile(r"^([+a-z0-9A-Z_-]{0,63})(.*)$") +# protocols that can allow "unsafe" and "unwise" chars. + +# protocols that never have a hostname. +HOSTLESS_PROTOCOL = defaultdict( + bool, + { + "javascript": True, + "javascript:": True, + }, +) +# protocols that always contain a // bit. +SLASHED_PROTOCOL = defaultdict( + bool, + { + "http": True, + "https": True, + "ftp": True, + "gopher": True, + "file": True, + "http:": True, + "https:": True, + "ftp:": True, + "gopher:": True, + "file:": True, + }, +) + + +class MutableURL: + def __init__(self) -> None: + self.protocol: str | None = None + self.slashes: bool = False + self.auth: str | None = None + self.port: str | None = None + self.hostname: str | None = None + self.hash: str | None = None + self.search: str | None = None + self.pathname: str | None = None + + def parse(self, url: str, slashes_denote_host: bool) -> "MutableURL": + lower_proto = "" + slashes = False + rest = url + + # trim before proceeding. + # This is to support parse stuff like " http://foo.com \n" + rest = rest.strip() + + if not slashes_denote_host and len(url.split("#")) == 1: + # Try fast path regexp + simple_path = SIMPLE_PATH_PATTERN.match(rest) + if simple_path: + self.pathname = simple_path.group(1) + if simple_path.group(2): + self.search = simple_path.group(2) + return self + + proto = "" + proto_match = PROTOCOL_PATTERN.match(rest) + if proto_match: + proto = proto_match.group() + lower_proto = proto.lower() + self.protocol = proto + rest = rest[len(proto) :] + + # figure out if it's got a host + # user@server is *always* interpreted as a hostname, and url + # resolution will treat //foo/bar as host=foo,path=bar because that's + # how the browser resolves relative URLs. + if slashes_denote_host or proto or re.search(r"^//[^@/]+@[^@/]+", rest): + slashes = rest.startswith("//") + if slashes and not (proto and HOSTLESS_PROTOCOL[proto]): + rest = rest[2:] + self.slashes = True + + if not HOSTLESS_PROTOCOL[proto] and ( + slashes or (proto and not SLASHED_PROTOCOL[proto]) + ): + + # there's a hostname. + # the first instance of /, ?, ;, or # ends the host. + # + # If there is an @ in the hostname, then non-host chars *are* allowed + # to the left of the last @ sign, unless some host-ending character + # comes *before* the @-sign. + # URLs are obnoxious. + # + # ex: + # http://a@b@c/ => user:a@b host:c + # http://a@b?@c => user:a host:c path:/?@c + + # v0.12 TODO(isaacs): This is not quite how Chrome does things. + # Review our test case against browsers more comprehensively. + + # find the first instance of any hostEndingChars + host_end = -1 + for i in range(len(HOST_ENDING_CHARS)): + hec = rest.find(HOST_ENDING_CHARS[i]) + if hec != -1 and (host_end == -1 or hec < host_end): + host_end = hec + + # at this point, either we have an explicit point where the + # auth portion cannot go past, or the last @ char is the decider. + if host_end == -1: + # atSign can be anywhere. + at_sign = rest.rfind("@") + else: + # atSign must be in auth portion. + # http://a@b/c@d => host:b auth:a path:/c@d + at_sign = rest.rfind("@", 0, host_end + 1) + + # Now we have a portion which is definitely the auth. + # Pull that off. + if at_sign != -1: + auth = rest[:at_sign] + rest = rest[at_sign + 1 :] + self.auth = auth + + # the host is the remaining to the left of the first non-host char + host_end = -1 + for i in range(len(NON_HOST_CHARS)): + hec = rest.find(NON_HOST_CHARS[i]) + if hec != -1 and (host_end == -1 or hec < host_end): + host_end = hec + # if we still have not hit it, then the entire thing is a host. + if host_end == -1: + host_end = len(rest) + + if host_end > 0 and rest[host_end - 1] == ":": + host_end -= 1 + host = rest[:host_end] + rest = rest[host_end:] + + # pull out port. + self.parse_host(host) + + # we've indicated that there is a hostname, + # so even if it's empty, it has to be present. + self.hostname = self.hostname or "" + + # if hostname begins with [ and ends with ] + # assume that it's an IPv6 address. + ipv6_hostname = self.hostname.startswith("[") and self.hostname.endswith( + "]" + ) + + # validate a little. + if not ipv6_hostname: + hostparts = self.hostname.split(".") + l = len(hostparts) # noqa: E741 + i = 0 + while i < l: + part = hostparts[i] + if not part: + i += 1 # emulate statement3 in JS for loop + continue + if not HOSTNAME_PART_PATTERN.search(part): + newpart = "" + k = len(part) + j = 0 + while j < k: + if ord(part[j]) > 127: + # we replace non-ASCII char with a temporary placeholder + # we need this to make sure size of hostname is not + # broken by replacing non-ASCII by nothing + newpart += "x" + else: + newpart += part[j] + j += 1 # emulate statement3 in JS for loop + + # we test again with ASCII char only + if not HOSTNAME_PART_PATTERN.search(newpart): + valid_parts = hostparts[:i] + not_host = hostparts[i + 1 :] + bit = HOSTNAME_PART_START.search(part) + if bit: + valid_parts.append(bit.group(1)) + not_host.insert(0, bit.group(2)) + if not_host: + rest = ".".join(not_host) + rest + self.hostname = ".".join(valid_parts) + break + i += 1 # emulate statement3 in JS for loop + + if len(self.hostname) > HOSTNAME_MAX_LEN: + self.hostname = "" + + # strip [ and ] from the hostname + # the host field still retains them, though + if ipv6_hostname: + self.hostname = self.hostname[1:-1] + + # chop off from the tail first. + hash = rest.find("#") # noqa: A001 + if hash != -1: + # got a fragment string. + self.hash = rest[hash:] + rest = rest[:hash] + qm = rest.find("?") + if qm != -1: + self.search = rest[qm:] + rest = rest[:qm] + if rest: + self.pathname = rest + if SLASHED_PROTOCOL[lower_proto] and self.hostname and not self.pathname: + self.pathname = "" + + return self + + def parse_host(self, host: str) -> None: + port_match = PORT_PATTERN.search(host) + if port_match: + port = port_match.group() + if port != ":": + self.port = port[1:] + host = host[: -len(port)] + if host: + self.hostname = host + + +def url_parse(url: URL | str, *, slashes_denote_host: bool = False) -> URL: + if isinstance(url, URL): + return url + u = MutableURL() + u.parse(url, slashes_denote_host) + return URL( + u.protocol, u.slashes, u.auth, u.port, u.hostname, u.hash, u.search, u.pathname + ) diff --git a/.awi/lib/python3.9/site-packages/mdurl/_url.py b/.awi/lib/python3.9/site-packages/mdurl/_url.py new file mode 100644 index 0000000..f866e7a --- /dev/null +++ b/.awi/lib/python3.9/site-packages/mdurl/_url.py @@ -0,0 +1,14 @@ +from __future__ import annotations + +from typing import NamedTuple + + +class URL(NamedTuple): + protocol: str | None + slashes: bool + auth: str | None + port: str | None + hostname: str | None + hash: str | None # noqa: A003 + search: str | None + pathname: str | None diff --git a/.awi/lib/python3.9/site-packages/mdurl/py.typed b/.awi/lib/python3.9/site-packages/mdurl/py.typed new file mode 100644 index 0000000..7632ecf --- /dev/null +++ b/.awi/lib/python3.9/site-packages/mdurl/py.typed @@ -0,0 +1 @@ +# Marker file for PEP 561 diff --git a/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/AUTHORS.txt b/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/AUTHORS.txt new file mode 100644 index 0000000..0e63548 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/INSTALLER b/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/LICENSE.txt b/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/LICENSE.txt new file mode 100644 index 0000000..8e7b65e --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/METADATA b/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/METADATA new file mode 100644 index 0000000..e5b45bd --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/RECORD b/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/RECORD new file mode 100644 index 0000000..3359e8d --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/RECORD @@ -0,0 +1,1025 @@ +../../../bin/pip,sha256=Zw70w52dJARsKDuaon_v5GbnEA6CFjRAtIUjac-QX0s,271 +../../../bin/pip3,sha256=Zw70w52dJARsKDuaon_v5GbnEA6CFjRAtIUjac-QX0s,271 +../../../bin/pip3.10,sha256=Zw70w52dJARsKDuaon_v5GbnEA6CFjRAtIUjac-QX0s,271 +../../../bin/pip3.9,sha256=Zw70w52dJARsKDuaon_v5GbnEA6CFjRAtIUjac-QX0s,271 +pip-24.0.dist-info/AUTHORS.txt,sha256=SwXm4nkwRkmtnO1ZY-dLy7EPeoQNXMNLby5CN3GlNhY,10388 +pip-24.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip-24.0.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 +pip-24.0.dist-info/METADATA,sha256=kNEfJ3_Vho2mee4lfJdlbd5RHIqsfQJSMUB-bOkIOeI,3581 +pip-24.0.dist-info/RECORD,, +pip-24.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip-24.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92 +pip-24.0.dist-info/entry_points.txt,sha256=ynZN1_707_L23Oa8_O5LOxEoccj1nDa4xHT5galfN7o,125 +pip-24.0.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip/__init__.py,sha256=oAk1nFpLmUVS5Ln7NxvNoGUn5Vkn6FGQjPaNDf8Q8pk,355 +pip/__main__.py,sha256=WzbhHXTbSE6gBY19mNN9m4s5o_365LOvTYSgqgbdBhE,854 +pip/__pip-runner__.py,sha256=EnrfKmKMzWAdqg_JicLCOP9Y95Ux7zHh4ObvqLtQcjo,1444 +pip/__pycache__/__init__.cpython-39.pyc,, +pip/__pycache__/__main__.cpython-39.pyc,, +pip/__pycache__/__pip-runner__.cpython-39.pyc,, +pip/_internal/__init__.py,sha256=iqZ5-YQsQV08tkUc7L806Reop6tguLFWf70ySF6be0Y,515 +pip/_internal/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/__pycache__/build_env.cpython-39.pyc,, +pip/_internal/__pycache__/cache.cpython-39.pyc,, +pip/_internal/__pycache__/configuration.cpython-39.pyc,, +pip/_internal/__pycache__/exceptions.cpython-39.pyc,, +pip/_internal/__pycache__/main.cpython-39.pyc,, +pip/_internal/__pycache__/pyproject.cpython-39.pyc,, +pip/_internal/__pycache__/self_outdated_check.cpython-39.pyc,, +pip/_internal/__pycache__/wheel_builder.cpython-39.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-39.pyc,, +pip/_internal/cli/__pycache__/autocompletion.cpython-39.pyc,, +pip/_internal/cli/__pycache__/base_command.cpython-39.pyc,, +pip/_internal/cli/__pycache__/cmdoptions.cpython-39.pyc,, +pip/_internal/cli/__pycache__/command_context.cpython-39.pyc,, +pip/_internal/cli/__pycache__/main.cpython-39.pyc,, +pip/_internal/cli/__pycache__/main_parser.cpython-39.pyc,, +pip/_internal/cli/__pycache__/parser.cpython-39.pyc,, +pip/_internal/cli/__pycache__/progress_bars.cpython-39.pyc,, +pip/_internal/cli/__pycache__/req_command.cpython-39.pyc,, +pip/_internal/cli/__pycache__/spinners.cpython-39.pyc,, +pip/_internal/cli/__pycache__/status_codes.cpython-39.pyc,, +pip/_internal/cli/autocompletion.py,sha256=_br_5NgSxSuvPjMF0MLHzS5s6BpSkQAQHKrLK89VauM,6690 +pip/_internal/cli/base_command.py,sha256=iuVWGa2oTq7gBReo0er3Z0tXJ2oqBIC6QjDHcnDhKXY,8733 +pip/_internal/cli/cmdoptions.py,sha256=1EIm8yMixQMELO4QzogdIoWkvIlQqlAW0YnPeOmnvEA,30064 +pip/_internal/cli/command_context.py,sha256=RHgIPwtObh5KhMrd3YZTkl8zbVG-6Okml7YbFX4Ehg0,774 +pip/_internal/cli/main.py,sha256=Uzxt_YD1hIvB1AW5mxt6IVcht5G712AtMqdo51UMhmQ,2816 +pip/_internal/cli/main_parser.py,sha256=laDpsuBDl6kyfywp9eMMA9s84jfH2TJJn-vmL0GG90w,4338 +pip/_internal/cli/parser.py,sha256=KW6C3-7-4ErTNB0TfLTKwOdHcd-qefCeGnrOoE2r0RQ,10781 +pip/_internal/cli/progress_bars.py,sha256=So4mPoSjXkXiSHiTzzquH3VVyVD_njXlHJSExYPXAow,1968 +pip/_internal/cli/req_command.py,sha256=c7_XHABnXmD3_qlK9-r37KqdKBAcgmVKvQ2WcTrNLfc,18369 +pip/_internal/cli/spinners.py,sha256=hIJ83GerdFgFCdobIA23Jggetegl_uC4Sp586nzFbPE,5118 +pip/_internal/cli/status_codes.py,sha256=sEFHUaUJbqv8iArL3HAtcztWZmGOFX01hTesSytDEh0,116 +pip/_internal/commands/__init__.py,sha256=5oRO9O3dM2vGuh0bFw4HOVletryrz5HHMmmPWwJrH9U,3882 +pip/_internal/commands/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/commands/__pycache__/cache.cpython-39.pyc,, +pip/_internal/commands/__pycache__/check.cpython-39.pyc,, +pip/_internal/commands/__pycache__/completion.cpython-39.pyc,, +pip/_internal/commands/__pycache__/configuration.cpython-39.pyc,, +pip/_internal/commands/__pycache__/debug.cpython-39.pyc,, +pip/_internal/commands/__pycache__/download.cpython-39.pyc,, +pip/_internal/commands/__pycache__/freeze.cpython-39.pyc,, +pip/_internal/commands/__pycache__/hash.cpython-39.pyc,, +pip/_internal/commands/__pycache__/help.cpython-39.pyc,, +pip/_internal/commands/__pycache__/index.cpython-39.pyc,, +pip/_internal/commands/__pycache__/inspect.cpython-39.pyc,, +pip/_internal/commands/__pycache__/install.cpython-39.pyc,, +pip/_internal/commands/__pycache__/list.cpython-39.pyc,, +pip/_internal/commands/__pycache__/search.cpython-39.pyc,, +pip/_internal/commands/__pycache__/show.cpython-39.pyc,, +pip/_internal/commands/__pycache__/uninstall.cpython-39.pyc,, +pip/_internal/commands/__pycache__/wheel.cpython-39.pyc,, +pip/_internal/commands/cache.py,sha256=xg76_ZFEBC6zoQ3gXLRfMZJft4z2a0RwH4GEFZC6nnU,7944 +pip/_internal/commands/check.py,sha256=Rb13Q28yoLh0j1gpx5SU0jlResNct21eQCRsnaO9xKA,1782 +pip/_internal/commands/completion.py,sha256=HT4lD0bgsflHq2IDgYfiEdp7IGGtE7s6MgI3xn0VQEw,4287 +pip/_internal/commands/configuration.py,sha256=n98enwp6y0b5G6fiRQjaZo43FlJKYve_daMhN-4BRNc,9766 +pip/_internal/commands/debug.py,sha256=63972uUCeMIGOdMMVeIUGrOjTOqTVWplFC82a-hcKyA,6777 +pip/_internal/commands/download.py,sha256=e4hw088zGo26WmJaMIRvCniLlLmoOjqolGyfHjsCkCQ,5335 +pip/_internal/commands/freeze.py,sha256=2qjQrH9KWi5Roav0CuR7vc7hWm4uOi_0l6tp3ESKDHM,3172 +pip/_internal/commands/hash.py,sha256=EVVOuvGtoPEdFi8SNnmdqlCQrhCxV-kJsdwtdcCnXGQ,1703 +pip/_internal/commands/help.py,sha256=gcc6QDkcgHMOuAn5UxaZwAStsRBrnGSn_yxjS57JIoM,1132 +pip/_internal/commands/index.py,sha256=CNXQer_PeZKSJooURcCFCBEKGfwyNoUWYP_MWczAcOM,4775 +pip/_internal/commands/inspect.py,sha256=2wSPt9yfr3r6g-s2S5L6PvRtaHNVyb4TuodMStJ39cw,3188 +pip/_internal/commands/install.py,sha256=VxDd-BD3a27ApeE2OK34rfBXS6Zo2wtemK9-HCwPqxM,28782 +pip/_internal/commands/list.py,sha256=7wRUUmdyyOknl-WZYbO_LtFQxHlWod3pjOY9yYH435o,12450 +pip/_internal/commands/search.py,sha256=sbBZiARRc050QquOKcCvOr2K3XLsoYebLKZGRi__iUI,5697 +pip/_internal/commands/show.py,sha256=t5jia4zcYJRJZy4U_Von7zMl03hJmmcofj6oDNTnj7Y,6419 +pip/_internal/commands/uninstall.py,sha256=OIqO9tqadY8kM4HwhFf1Q62fUIp7v8KDrTRo8yWMz7Y,3886 +pip/_internal/commands/wheel.py,sha256=CSnX8Pmf1oPCnd7j7bn1_f58G9KHNiAblvVJ5zykN-A,6476 +pip/_internal/configuration.py,sha256=XkAiBS0hpzsM-LF0Qu5hvPWO_Bs67-oQKRYFBuMbESs,14006 +pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858 +pip/_internal/distributions/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/distributions/__pycache__/base.cpython-39.pyc,, +pip/_internal/distributions/__pycache__/installed.cpython-39.pyc,, +pip/_internal/distributions/__pycache__/sdist.cpython-39.pyc,, +pip/_internal/distributions/__pycache__/wheel.cpython-39.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-39.pyc,, +pip/_internal/index/__pycache__/collector.cpython-39.pyc,, +pip/_internal/index/__pycache__/package_finder.cpython-39.pyc,, +pip/_internal/index/__pycache__/sources.cpython-39.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-39.pyc,, +pip/_internal/locations/__pycache__/_distutils.cpython-39.pyc,, +pip/_internal/locations/__pycache__/_sysconfig.cpython-39.pyc,, +pip/_internal/locations/__pycache__/base.cpython-39.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-39.pyc,, +pip/_internal/metadata/__pycache__/_json.cpython-39.pyc,, +pip/_internal/metadata/__pycache__/base.cpython-39.pyc,, +pip/_internal/metadata/__pycache__/pkg_resources.cpython-39.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-39.pyc,, +pip/_internal/metadata/importlib/__pycache__/_compat.cpython-39.pyc,, +pip/_internal/metadata/importlib/__pycache__/_dists.cpython-39.pyc,, +pip/_internal/metadata/importlib/__pycache__/_envs.cpython-39.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-39.pyc,, +pip/_internal/models/__pycache__/candidate.cpython-39.pyc,, +pip/_internal/models/__pycache__/direct_url.cpython-39.pyc,, +pip/_internal/models/__pycache__/format_control.cpython-39.pyc,, +pip/_internal/models/__pycache__/index.cpython-39.pyc,, +pip/_internal/models/__pycache__/installation_report.cpython-39.pyc,, +pip/_internal/models/__pycache__/link.cpython-39.pyc,, +pip/_internal/models/__pycache__/scheme.cpython-39.pyc,, +pip/_internal/models/__pycache__/search_scope.cpython-39.pyc,, +pip/_internal/models/__pycache__/selection_prefs.cpython-39.pyc,, +pip/_internal/models/__pycache__/target_python.cpython-39.pyc,, +pip/_internal/models/__pycache__/wheel.cpython-39.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-39.pyc,, +pip/_internal/network/__pycache__/auth.cpython-39.pyc,, +pip/_internal/network/__pycache__/cache.cpython-39.pyc,, +pip/_internal/network/__pycache__/download.cpython-39.pyc,, +pip/_internal/network/__pycache__/lazy_wheel.cpython-39.pyc,, +pip/_internal/network/__pycache__/session.cpython-39.pyc,, +pip/_internal/network/__pycache__/utils.cpython-39.pyc,, +pip/_internal/network/__pycache__/xmlrpc.cpython-39.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-39.pyc,, +pip/_internal/operations/__pycache__/check.cpython-39.pyc,, +pip/_internal/operations/__pycache__/freeze.cpython-39.pyc,, +pip/_internal/operations/__pycache__/prepare.cpython-39.pyc,, +pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/build/__pycache__/__init__.cpython-39.pyc,, +pip/_internal/operations/build/__pycache__/build_tracker.cpython-39.pyc,, +pip/_internal/operations/build/__pycache__/metadata.cpython-39.pyc,, +pip/_internal/operations/build/__pycache__/metadata_editable.cpython-39.pyc,, +pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-39.pyc,, +pip/_internal/operations/build/__pycache__/wheel.cpython-39.pyc,, +pip/_internal/operations/build/__pycache__/wheel_editable.cpython-39.pyc,, +pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-39.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-39.pyc,, +pip/_internal/operations/install/__pycache__/editable_legacy.cpython-39.pyc,, +pip/_internal/operations/install/__pycache__/wheel.cpython-39.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-39.pyc,, +pip/_internal/req/__pycache__/constructors.cpython-39.pyc,, +pip/_internal/req/__pycache__/req_file.cpython-39.pyc,, +pip/_internal/req/__pycache__/req_install.cpython-39.pyc,, +pip/_internal/req/__pycache__/req_set.cpython-39.pyc,, +pip/_internal/req/__pycache__/req_uninstall.cpython-39.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-39.pyc,, +pip/_internal/resolution/__pycache__/base.cpython-39.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-39.pyc,, +pip/_internal/resolution/legacy/__pycache__/resolver.cpython-39.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-39.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/base.cpython-39.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-39.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-39.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-39.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-39.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-39.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-39.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-39.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-39.pyc,, +pip/_internal/utils/__pycache__/_jaraco_text.cpython-39.pyc,, +pip/_internal/utils/__pycache__/_log.cpython-39.pyc,, +pip/_internal/utils/__pycache__/appdirs.cpython-39.pyc,, +pip/_internal/utils/__pycache__/compat.cpython-39.pyc,, +pip/_internal/utils/__pycache__/compatibility_tags.cpython-39.pyc,, +pip/_internal/utils/__pycache__/datetime.cpython-39.pyc,, +pip/_internal/utils/__pycache__/deprecation.cpython-39.pyc,, +pip/_internal/utils/__pycache__/direct_url_helpers.cpython-39.pyc,, +pip/_internal/utils/__pycache__/egg_link.cpython-39.pyc,, +pip/_internal/utils/__pycache__/encoding.cpython-39.pyc,, +pip/_internal/utils/__pycache__/entrypoints.cpython-39.pyc,, +pip/_internal/utils/__pycache__/filesystem.cpython-39.pyc,, +pip/_internal/utils/__pycache__/filetypes.cpython-39.pyc,, +pip/_internal/utils/__pycache__/glibc.cpython-39.pyc,, +pip/_internal/utils/__pycache__/hashes.cpython-39.pyc,, +pip/_internal/utils/__pycache__/logging.cpython-39.pyc,, +pip/_internal/utils/__pycache__/misc.cpython-39.pyc,, +pip/_internal/utils/__pycache__/models.cpython-39.pyc,, +pip/_internal/utils/__pycache__/packaging.cpython-39.pyc,, +pip/_internal/utils/__pycache__/setuptools_build.cpython-39.pyc,, +pip/_internal/utils/__pycache__/subprocess.cpython-39.pyc,, +pip/_internal/utils/__pycache__/temp_dir.cpython-39.pyc,, +pip/_internal/utils/__pycache__/unpacking.cpython-39.pyc,, +pip/_internal/utils/__pycache__/urls.cpython-39.pyc,, +pip/_internal/utils/__pycache__/virtualenv.cpython-39.pyc,, +pip/_internal/utils/__pycache__/wheel.cpython-39.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-39.pyc,, +pip/_internal/vcs/__pycache__/bazaar.cpython-39.pyc,, +pip/_internal/vcs/__pycache__/git.cpython-39.pyc,, +pip/_internal/vcs/__pycache__/mercurial.cpython-39.pyc,, +pip/_internal/vcs/__pycache__/subversion.cpython-39.pyc,, +pip/_internal/vcs/__pycache__/versioncontrol.cpython-39.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-39.pyc,, +pip/_vendor/__pycache__/six.cpython-39.pyc,, +pip/_vendor/__pycache__/typing_extensions.cpython-39.pyc,, +pip/_vendor/cachecontrol/__init__.py,sha256=ctHagMhQXuvQDdm4TirZrwDOT5H8oBNAJqzdKI6sovk,676 +pip/_vendor/cachecontrol/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-39.pyc,, +pip/_vendor/cachecontrol/__pycache__/adapter.cpython-39.pyc,, +pip/_vendor/cachecontrol/__pycache__/cache.cpython-39.pyc,, +pip/_vendor/cachecontrol/__pycache__/controller.cpython-39.pyc,, +pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-39.pyc,, +pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-39.pyc,, +pip/_vendor/cachecontrol/__pycache__/serialize.cpython-39.pyc,, +pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-39.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-39.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-39.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-39.pyc,, +pip/_vendor/cachecontrol/caches/file_cache.py,sha256=3z8AWKD-vfKeiJqIzLmJyIYtR2yd6Tsh3u1TyLRQoIQ,5352 +pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=9rmqwtYu_ljVkW6_oLqbC7EaX_a8YT_yLuna-eS0dgo,1386 +pip/_vendor/cachecontrol/controller.py,sha256=keCFA3ZaNVaWTwHd6F1zqWhb4vyvNx_UvZuo5iIYMfo,18384 +pip/_vendor/cachecontrol/filewrapper.py,sha256=STttGmIPBvZzt2b51dUOwoWX5crcMCpKZOisM3f5BNc,4292 +pip/_vendor/cachecontrol/heuristics.py,sha256=fdFbk9W8IeLrjteIz_fK4mj2HD_Y7COXF2Uc8TgjT1c,4828 +pip/_vendor/cachecontrol/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/cachecontrol/serialize.py,sha256=0dHeMaDwysVAAnGVlhMOP4tDliohgNK0Jxk_zsOiWxw,7173 +pip/_vendor/cachecontrol/wrapper.py,sha256=hsGc7g8QGQTT-4f8tgz3AM5qwScg6FO0BSdLSRdEvpU,1417 +pip/_vendor/certifi/__init__.py,sha256=L_j-d0kYuA_MzA2_2hraF1ovf6KT6DTquRdV3paQwOk,94 +pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255 +pip/_vendor/certifi/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/certifi/__pycache__/__main__.cpython-39.pyc,, +pip/_vendor/certifi/__pycache__/core.cpython-39.pyc,, +pip/_vendor/certifi/cacert.pem,sha256=eU0Dn_3yd8BH4m8sfVj4Glhl2KDrcCSg-sEWT-pNJ88,281617 +pip/_vendor/certifi/core.py,sha256=ZwiOsv-sD_ouU1ft8wy_xZ3LQ7UbcVzyqj2XNyrsZis,4279 +pip/_vendor/certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/chardet/__init__.py,sha256=57R-HSxj0PWmILMN0GFmUNqEMfrEVSamXyjD-W6_fbs,4797 +pip/_vendor/chardet/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/big5freq.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/big5prober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/chardistribution.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/charsetprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/cp949prober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/enums.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/escprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/escsm.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/eucjpprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/euckrfreq.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/euckrprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/euctwfreq.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/euctwprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/gb2312freq.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/gb2312prober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/hebrewprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/jisfreq.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/johabfreq.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/johabprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/jpcntx.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/langthaimodel.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/latin1prober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/macromanprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/mbcssm.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/resultdict.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/sjisprober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/universaldetector.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/utf1632prober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/utf8prober.cpython-39.pyc,, +pip/_vendor/chardet/__pycache__/version.cpython-39.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-39.pyc,, +pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-39.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-39.pyc,, +pip/_vendor/chardet/metadata/__pycache__/languages.cpython-39.pyc,, +pip/_vendor/chardet/metadata/languages.py,sha256=FhvBIdZFxRQ-dTwkb_0madRKgVBCaUMQz9I5xqjE5iQ,13560 +pip/_vendor/chardet/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/chardet/resultdict.py,sha256=ez4FRvN5KaSosJeJ2WzUyKdDdg35HDy_SSLPXKCdt5M,402 +pip/_vendor/chardet/sbcharsetprober.py,sha256=-nd3F90i7GpXLjehLVHqVBE0KlWzGvQUPETLBNn4o6U,6400 +pip/_vendor/chardet/sbcsgroupprober.py,sha256=gcgI0fOfgw_3YTClpbra_MNxwyEyJ3eUXraoLHYb59E,4137 +pip/_vendor/chardet/sjisprober.py,sha256=aqQufMzRw46ZpFlzmYaYeT2-nzmKb-hmcrApppJ862k,4007 +pip/_vendor/chardet/universaldetector.py,sha256=xYBrg4x0dd9WnT8qclfADVD9ondrUNkqPmvte1pa520,14848 +pip/_vendor/chardet/utf1632prober.py,sha256=pw1epGdMj1hDGiCu1AHqqzOEfjX8MVdiW7O1BlT8-eQ,8505 +pip/_vendor/chardet/utf8prober.py,sha256=8m08Ub5490H4jQ6LYXvFysGtgKoKsHUd2zH_i8_TnVw,2812 +pip/_vendor/chardet/version.py,sha256=lGtJcxGM44Qz4Cbk4rbbmrKxnNr1-97U25TameLehZw,244 +pip/_vendor/colorama/__init__.py,sha256=wePQA4U20tKgYARySLEC047ucNX-g8pRLpYBuiHlLb8,266 +pip/_vendor/colorama/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/colorama/__pycache__/ansi.cpython-39.pyc,, +pip/_vendor/colorama/__pycache__/ansitowin32.cpython-39.pyc,, +pip/_vendor/colorama/__pycache__/initialise.cpython-39.pyc,, +pip/_vendor/colorama/__pycache__/win32.cpython-39.pyc,, +pip/_vendor/colorama/__pycache__/winterm.cpython-39.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-39.pyc,, +pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-39.pyc,, +pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-39.pyc,, +pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-39.pyc,, +pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-39.pyc,, +pip/_vendor/colorama/tests/__pycache__/utils.cpython-39.pyc,, +pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-39.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-39.pyc,, +pip/_vendor/distlib/__pycache__/compat.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/database.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/index.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/locators.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/manifest.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/markers.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/metadata.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/resources.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/scripts.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/util.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/version.cpython-39.pyc,, +pip/_vendor/distlib/__pycache__/wheel.cpython-39.pyc,, +pip/_vendor/distlib/compat.py,sha256=Un-uIBvy02w-D267OG4VEhuddqWgKj9nNkxVltAb75w,41487 +pip/_vendor/distlib/database.py,sha256=0V9Qvs0Vrxa2F_-hLWitIyVyRifJ0pCxyOI-kEOBwsA,51965 +pip/_vendor/distlib/index.py,sha256=lTbw268rRhj8dw1sib3VZ_0EhSGgoJO3FKJzSFMOaeA,20797 +pip/_vendor/distlib/locators.py,sha256=o1r_M86_bRLafSpetmyfX8KRtFu-_Q58abvQrnOSnbA,51767 +pip/_vendor/distlib/manifest.py,sha256=3qfmAmVwxRqU1o23AlfXrQGZzh6g_GGzTAP_Hb9C5zQ,14168 +pip/_vendor/distlib/markers.py,sha256=n3DfOh1yvZ_8EW7atMyoYeZFXjYla0Nz0itQlojCd0A,5268 +pip/_vendor/distlib/metadata.py,sha256=pB9WZ9mBfmQxc9OVIldLS5CjOoQRvKAvUwwQyKwKQtQ,39693 +pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 +pip/_vendor/distlib/scripts.py,sha256=nQFXN6G7nOWNDUyxirUep-3WOlJhB7McvCs9zOnkGTI,18315 +pip/_vendor/distlib/t32.exe,sha256=a0GV5kCoWsMutvliiCKmIgV98eRZ33wXoS-XrqvJQVs,97792 +pip/_vendor/distlib/t64-arm.exe,sha256=68TAa32V504xVBnufojh0PcenpR3U4wAqTqf-MZqbPw,182784 +pip/_vendor/distlib/t64.exe,sha256=gaYY8hy4fbkHYTTnA4i26ct8IQZzkBG2pRdy0iyuBrc,108032 +pip/_vendor/distlib/util.py,sha256=XSznxEi_i3T20UJuaVc0qXHz5ksGUCW1khYlBprN_QE,67530 +pip/_vendor/distlib/version.py,sha256=9pXkduchve_aN7JG6iL9VTYV_kqNSGoc2Dwl8JuySnQ,23747 +pip/_vendor/distlib/w32.exe,sha256=R4csx3-OGM9kL4aPIzQKRo5TfmRSHZo6QWyLhDhNBks,91648 +pip/_vendor/distlib/w64-arm.exe,sha256=xdyYhKj0WDcVUOCb05blQYvzdYIKMbmJn2SZvzkcey4,168448 +pip/_vendor/distlib/w64.exe,sha256=ejGf-rojoBfXseGLpya6bFTFPWRG21X5KvU8J5iU-K0,101888 +pip/_vendor/distlib/wheel.py,sha256=FVQCve8u-L0QYk5-YTZc7s4WmNQdvjRWTK08KXzZVX4,43958 +pip/_vendor/distro/__init__.py,sha256=2fHjF-SfgPvjyNZ1iHh_wjqWdR_Yo5ODHwZC0jLBPhc,981 +pip/_vendor/distro/__main__.py,sha256=bu9d3TifoKciZFcqRBuygV3GSuThnVD_m2IK4cz96Vs,64 +pip/_vendor/distro/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/distro/__pycache__/__main__.cpython-39.pyc,, +pip/_vendor/distro/__pycache__/distro.cpython-39.pyc,, +pip/_vendor/distro/distro.py,sha256=UZO1LjIhtFCMdlbiz39gj3raV-Amf3SBwzGzfApiMHw,49330 +pip/_vendor/distro/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849 +pip/_vendor/idna/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/idna/__pycache__/codec.cpython-39.pyc,, +pip/_vendor/idna/__pycache__/compat.cpython-39.pyc,, +pip/_vendor/idna/__pycache__/core.cpython-39.pyc,, +pip/_vendor/idna/__pycache__/idnadata.cpython-39.pyc,, +pip/_vendor/idna/__pycache__/intranges.cpython-39.pyc,, +pip/_vendor/idna/__pycache__/package_data.cpython-39.pyc,, +pip/_vendor/idna/__pycache__/uts46data.cpython-39.pyc,, +pip/_vendor/idna/codec.py,sha256=6ly5odKfqrytKT9_7UrlGklHnf1DSK2r9C6cSM4sa28,3374 +pip/_vendor/idna/compat.py,sha256=0_sOEUMT4CVw9doD3vyRhX80X19PwqFoUBs7gWsFME4,321 +pip/_vendor/idna/core.py,sha256=1JxchwKzkxBSn7R_oCE12oBu3eVux0VzdxolmIad24M,12950 +pip/_vendor/idna/idnadata.py,sha256=xUjqKqiJV8Ho_XzBpAtv5JFoVPSupK-SUXvtjygUHqw,44375 +pip/_vendor/idna/intranges.py,sha256=YBr4fRYuWH7kTKS2tXlFjM24ZF1Pdvcir-aywniInqg,1881 +pip/_vendor/idna/package_data.py,sha256=C_jHJzmX8PI4xq0jpzmcTMxpb5lDsq4o5VyxQzlVrZE,21 +pip/_vendor/idna/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/idna/uts46data.py,sha256=zvjZU24s58_uAS850Mcd0NnD0X7_gCMAMjzWNIeUJdc,206539 +pip/_vendor/msgpack/__init__.py,sha256=hyGhlnmcJkxryJBKC3X5FnEph375kQoL_mG8LZUuXgY,1132 +pip/_vendor/msgpack/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/msgpack/__pycache__/exceptions.cpython-39.pyc,, +pip/_vendor/msgpack/__pycache__/ext.cpython-39.pyc,, +pip/_vendor/msgpack/__pycache__/fallback.cpython-39.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-39.pyc,, +pip/_vendor/packaging/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/packaging/__pycache__/_manylinux.cpython-39.pyc,, +pip/_vendor/packaging/__pycache__/_musllinux.cpython-39.pyc,, +pip/_vendor/packaging/__pycache__/_structures.cpython-39.pyc,, +pip/_vendor/packaging/__pycache__/markers.cpython-39.pyc,, +pip/_vendor/packaging/__pycache__/requirements.cpython-39.pyc,, +pip/_vendor/packaging/__pycache__/specifiers.cpython-39.pyc,, +pip/_vendor/packaging/__pycache__/tags.cpython-39.pyc,, +pip/_vendor/packaging/__pycache__/utils.cpython-39.pyc,, +pip/_vendor/packaging/__pycache__/version.cpython-39.pyc,, +pip/_vendor/packaging/_manylinux.py,sha256=XcbiXB-qcjv3bcohp6N98TMpOP4_j3m-iOA8ptK2GWY,11488 +pip/_vendor/packaging/_musllinux.py,sha256=_KGgY_qc7vhMGpoqss25n2hiLCNKRtvz9mCrS7gkqyc,4378 +pip/_vendor/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 +pip/_vendor/packaging/markers.py,sha256=AJBOcY8Oq0kYc570KuuPTkvuqjAlhufaE2c9sCUbm64,8487 +pip/_vendor/packaging/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/packaging/requirements.py,sha256=NtDlPBtojpn1IUC85iMjPNsUmufjpSlwnNA-Xb4m5NA,4676 +pip/_vendor/packaging/specifiers.py,sha256=LRQ0kFsHrl5qfcFNEEJrIFYsnIHQUJXY9fIsakTrrqE,30110 +pip/_vendor/packaging/tags.py,sha256=lmsnGNiJ8C4D_Pf9PbM0qgbZvD9kmB9lpZBQUZa3R_Y,15699 +pip/_vendor/packaging/utils.py,sha256=dJjeat3BS-TYn1RrUFVwufUMasbtzLfYRoy_HXENeFQ,4200 +pip/_vendor/packaging/version.py,sha256=_fLRNrFrxYcHVfyo8vk9j8s6JM8N_xsSxVFr6RJyco8,14665 +pip/_vendor/pkg_resources/__init__.py,sha256=hTAeJCNYb7dJseIDVsYK3mPQep_gphj4tQh-bspX8bg,109364 +pip/_vendor/pkg_resources/__pycache__/__init__.cpython-39.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-39.pyc,, +pip/_vendor/platformdirs/__pycache__/__main__.cpython-39.pyc,, +pip/_vendor/platformdirs/__pycache__/android.cpython-39.pyc,, +pip/_vendor/platformdirs/__pycache__/api.cpython-39.pyc,, +pip/_vendor/platformdirs/__pycache__/macos.cpython-39.pyc,, +pip/_vendor/platformdirs/__pycache__/unix.cpython-39.pyc,, +pip/_vendor/platformdirs/__pycache__/version.cpython-39.pyc,, +pip/_vendor/platformdirs/__pycache__/windows.cpython-39.pyc,, +pip/_vendor/platformdirs/android.py,sha256=y_EEMKwYl2-bzYBDovksSn8m76on0Lda8eyJksVQE9U,7211 +pip/_vendor/platformdirs/api.py,sha256=jWtX06jAJytYrkJDOqEls97mCkyHRSZkoqUlbMK5Qew,7132 +pip/_vendor/platformdirs/macos.py,sha256=LueVOoVgGWDBwQb8OFwXkVKfVn33CM1Lkwf1-A86tRQ,3678 +pip/_vendor/platformdirs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/platformdirs/unix.py,sha256=22JhR8ZY0aLxSVCFnKrc6f1iz6Gv42K24Daj7aTjfSg,8809 +pip/_vendor/platformdirs/version.py,sha256=mavZTQIJIXfdewEaSTn7EWrNfPZWeRofb-74xqW5f2M,160 +pip/_vendor/platformdirs/windows.py,sha256=4TtbPGoWG2PRgI11uquDa7eRk8TcxvnUNuuMGZItnXc,9573 +pip/_vendor/pygments/__init__.py,sha256=6AuDljQtvf89DTNUyWM7k3oUlP_lq70NU-INKKteOBY,2983 +pip/_vendor/pygments/__main__.py,sha256=es8EKMvXj5yToIfQ-pf3Dv5TnIeeM6sME0LW-n4ecHo,353 +pip/_vendor/pygments/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/pygments/__pycache__/__main__.cpython-39.pyc,, +pip/_vendor/pygments/__pycache__/cmdline.cpython-39.pyc,, +pip/_vendor/pygments/__pycache__/console.cpython-39.pyc,, +pip/_vendor/pygments/__pycache__/filter.cpython-39.pyc,, +pip/_vendor/pygments/__pycache__/formatter.cpython-39.pyc,, +pip/_vendor/pygments/__pycache__/lexer.cpython-39.pyc,, +pip/_vendor/pygments/__pycache__/modeline.cpython-39.pyc,, +pip/_vendor/pygments/__pycache__/plugin.cpython-39.pyc,, +pip/_vendor/pygments/__pycache__/regexopt.cpython-39.pyc,, +pip/_vendor/pygments/__pycache__/scanner.cpython-39.pyc,, +pip/_vendor/pygments/__pycache__/sphinxext.cpython-39.pyc,, +pip/_vendor/pygments/__pycache__/style.cpython-39.pyc,, +pip/_vendor/pygments/__pycache__/token.cpython-39.pyc,, +pip/_vendor/pygments/__pycache__/unistring.cpython-39.pyc,, +pip/_vendor/pygments/__pycache__/util.cpython-39.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-39.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-39.pyc,, +pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-39.pyc,, +pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-39.pyc,, +pip/_vendor/pygments/formatters/__pycache__/groff.cpython-39.pyc,, +pip/_vendor/pygments/formatters/__pycache__/html.cpython-39.pyc,, +pip/_vendor/pygments/formatters/__pycache__/img.cpython-39.pyc,, +pip/_vendor/pygments/formatters/__pycache__/irc.cpython-39.pyc,, +pip/_vendor/pygments/formatters/__pycache__/latex.cpython-39.pyc,, +pip/_vendor/pygments/formatters/__pycache__/other.cpython-39.pyc,, +pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-39.pyc,, +pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-39.pyc,, +pip/_vendor/pygments/formatters/__pycache__/svg.cpython-39.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-39.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-39.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-39.pyc,, +pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-39.pyc,, +pip/_vendor/pygments/lexers/__pycache__/python.cpython-39.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-39.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-39.pyc,, +pip/_vendor/pyparsing/__pycache__/actions.cpython-39.pyc,, +pip/_vendor/pyparsing/__pycache__/common.cpython-39.pyc,, +pip/_vendor/pyparsing/__pycache__/core.cpython-39.pyc,, +pip/_vendor/pyparsing/__pycache__/exceptions.cpython-39.pyc,, +pip/_vendor/pyparsing/__pycache__/helpers.cpython-39.pyc,, +pip/_vendor/pyparsing/__pycache__/results.cpython-39.pyc,, +pip/_vendor/pyparsing/__pycache__/testing.cpython-39.pyc,, +pip/_vendor/pyparsing/__pycache__/unicode.cpython-39.pyc,, +pip/_vendor/pyparsing/__pycache__/util.cpython-39.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-39.pyc,, +pip/_vendor/pyparsing/exceptions.py,sha256=6Jc6W1eDZBzyFu1J0YrcdNFVBC-RINujZmveSnB8Rxw,9523 +pip/_vendor/pyparsing/helpers.py,sha256=BZJHCA8SS0pYio30KGQTc9w2qMOaK4YpZ7hcvHbnTgk,38646 +pip/_vendor/pyparsing/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/pyparsing/results.py,sha256=9dyqQ-w3MjfmxWbFt8KEPU6IfXeyRdoWp2Og802rUQY,26692 +pip/_vendor/pyparsing/testing.py,sha256=eJncg0p83zm1FTPvM9auNT6oavIvXaibmRFDf1qmwkY,13488 +pip/_vendor/pyparsing/unicode.py,sha256=fAPdsJiARFbkPAih6NkYry0dpj4jPqelGVMlE4wWFW8,10646 +pip/_vendor/pyparsing/util.py,sha256=vTMzTdwSDyV8d_dSgquUTdWgBFoA_W30nfxEJDsshRQ,8670 +pip/_vendor/pyproject_hooks/__init__.py,sha256=kCehmy0UaBa9oVMD7ZIZrnswfnP3LXZ5lvnNJAL5JBM,491 +pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-39.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-39.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-39.pyc,, +pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-39.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-39.pyc,, +pip/_vendor/requests/__pycache__/__version__.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/_internal_utils.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/adapters.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/api.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/auth.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/certs.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/compat.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/cookies.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/exceptions.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/help.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/hooks.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/models.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/packages.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/sessions.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/status_codes.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/structures.cpython-39.pyc,, +pip/_vendor/requests/__pycache__/utils.cpython-39.pyc,, +pip/_vendor/requests/__version__.py,sha256=ssI3Ezt7PaxgkOW45GhtwPUclo_SO_ygtIm4A74IOfw,435 +pip/_vendor/requests/_internal_utils.py,sha256=nMQymr4hs32TqVo5AbCrmcJEhvPUh7xXlluyqwslLiQ,1495 +pip/_vendor/requests/adapters.py,sha256=idj6cZcId3L5xNNeJ7ieOLtw3awJk5A64xUfetHwq3M,19697 +pip/_vendor/requests/api.py,sha256=q61xcXq4tmiImrvcSVLTbFyCiD2F-L_-hWKGbz4y8vg,6449 +pip/_vendor/requests/auth.py,sha256=h-HLlVx9j8rKV5hfSAycP2ApOSglTz77R0tz7qCbbEE,10187 +pip/_vendor/requests/certs.py,sha256=PVPooB0jP5hkZEULSCwC074532UFbR2Ptgu0I5zwmCs,575 +pip/_vendor/requests/compat.py,sha256=IhK9quyX0RRuWTNcg6d2JGSAOUbM6mym2p_2XjLTwf4,1286 +pip/_vendor/requests/cookies.py,sha256=kD3kNEcCj-mxbtf5fJsSaT86eGoEYpD3X0CSgpzl7BM,18560 +pip/_vendor/requests/exceptions.py,sha256=FA-_kVwBZ2jhXauRctN_ewHVK25b-fj0Azyz1THQ0Kk,3823 +pip/_vendor/requests/help.py,sha256=FnAAklv8MGm_qb2UilDQgS6l0cUttiCFKUjx0zn2XNA,3879 +pip/_vendor/requests/hooks.py,sha256=CiuysiHA39V5UfcCBXFIx83IrDpuwfN9RcTUgv28ftQ,733 +pip/_vendor/requests/models.py,sha256=dDZ-iThotky-Noq9yy97cUEJhr3wnY6mv-xR_ePg_lk,35288 +pip/_vendor/requests/packages.py,sha256=njJmVifY4aSctuW3PP5EFRCxjEwMRDO6J_feG2dKWsI,695 +pip/_vendor/requests/sessions.py,sha256=-LvTzrPtetSTrR3buxu4XhdgMrJFLB1q5D7P--L2Xhw,30373 +pip/_vendor/requests/status_codes.py,sha256=FvHmT5uH-_uimtRz5hH9VCbt7VV-Nei2J9upbej6j8g,4235 +pip/_vendor/requests/structures.py,sha256=-IbmhVz06S-5aPSZuUthZ6-6D9XOjRuTXHOabY041XM,2912 +pip/_vendor/requests/utils.py,sha256=kOPn0qYD6xRTzaxbqTdYiSInBZHl6379AJsyIgzYGLY,33460 +pip/_vendor/resolvelib/__init__.py,sha256=h509TdEcpb5-44JonaU3ex2TM15GVBLjM9CNCPwnTTs,537 +pip/_vendor/resolvelib/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/resolvelib/__pycache__/providers.cpython-39.pyc,, +pip/_vendor/resolvelib/__pycache__/reporters.cpython-39.pyc,, +pip/_vendor/resolvelib/__pycache__/resolvers.cpython-39.pyc,, +pip/_vendor/resolvelib/__pycache__/structs.cpython-39.pyc,, +pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-39.pyc,, +pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156 +pip/_vendor/resolvelib/providers.py,sha256=fuuvVrCetu5gsxPB43ERyjfO8aReS3rFQHpDgiItbs4,5871 +pip/_vendor/resolvelib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/reporters.py,sha256=TSbRmWzTc26w0ggsV1bxVpeWDB8QNIre6twYl7GIZBE,1601 +pip/_vendor/resolvelib/resolvers.py,sha256=G8rsLZSq64g5VmIq-lB7UcIJ1gjAxIQJmTF4REZleQ0,20511 +pip/_vendor/resolvelib/structs.py,sha256=0_1_XO8z_CLhegP3Vpf9VJ3zJcfLm0NOHRM-i0Ykz3o,4963 +pip/_vendor/rich/__init__.py,sha256=dRxjIL-SbFVY0q3IjSMrfgBTHrm1LZDgLOygVBwiYZc,6090 +pip/_vendor/rich/__main__.py,sha256=TT8sb9PTnsnKhhrGuHkLN0jdN0dtKhtPkEr9CidDbPM,8478 +pip/_vendor/rich/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/__main__.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_cell_widths.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_emoji_codes.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_emoji_replace.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_export_format.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_extension.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_fileno.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_inspect.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_log_render.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_loop.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_null_file.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_palettes.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_pick.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_ratio.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_spinners.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_stack.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_timer.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_win32_console.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_windows.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_windows_renderer.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/_wrap.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/abc.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/align.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/ansi.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/bar.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/box.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/cells.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/color.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/color_triplet.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/columns.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/console.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/constrain.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/containers.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/control.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/default_styles.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/diagnose.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/emoji.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/errors.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/file_proxy.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/filesize.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/highlighter.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/json.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/jupyter.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/layout.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/live.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/live_render.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/logging.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/markup.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/measure.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/padding.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/pager.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/palette.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/panel.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/pretty.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/progress.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/progress_bar.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/prompt.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/protocol.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/region.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/repr.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/rule.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/scope.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/screen.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/segment.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/spinner.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/status.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/style.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/styled.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/syntax.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/table.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/terminal_theme.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/text.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/theme.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/themes.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/traceback.cpython-39.pyc,, +pip/_vendor/rich/__pycache__/tree.cpython-39.pyc,, +pip/_vendor/rich/_cell_widths.py,sha256=2n4EiJi3X9sqIq0O16kUZ_zy6UYMd3xFfChlKfnW1Hc,10096 +pip/_vendor/rich/_emoji_codes.py,sha256=hu1VL9nbVdppJrVoijVshRlcRRe_v3dju3Mmd2sKZdY,140235 +pip/_vendor/rich/_emoji_replace.py,sha256=n-kcetsEUx2ZUmhQrfeMNc-teeGhpuSQ5F8VPBsyvDo,1064 +pip/_vendor/rich/_export_format.py,sha256=qxgV3nKnXQu1hfbnRVswPYy-AwIg1X0LSC47cK5s8jk,2100 +pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265 +pip/_vendor/rich/_fileno.py,sha256=HWZxP5C2ajMbHryvAQZseflVfQoGzsKOHzKGsLD8ynQ,799 +pip/_vendor/rich/_inspect.py,sha256=oZJGw31e64dwXSCmrDnvZbwVb1ZKhWfU8wI3VWohjJk,9695 +pip/_vendor/rich/_log_render.py,sha256=1ByI0PA1ZpxZY3CGJOK54hjlq4X-Bz_boIjIqCd8Kns,3225 +pip/_vendor/rich/_loop.py,sha256=hV_6CLdoPm0va22Wpw4zKqM0RYsz3TZxXj0PoS-9eDQ,1236 +pip/_vendor/rich/_null_file.py,sha256=tGSXk_v-IZmbj1GAzHit8A3kYIQMiCpVsCFfsC-_KJ4,1387 +pip/_vendor/rich/_palettes.py,sha256=cdev1JQKZ0JvlguV9ipHgznTdnvlIzUFDBb0It2PzjI,7063 +pip/_vendor/rich/_pick.py,sha256=evDt8QN4lF5CiwrUIXlOJCntitBCOsI3ZLPEIAVRLJU,423 +pip/_vendor/rich/_ratio.py,sha256=2lLSliL025Y-YMfdfGbutkQDevhcyDqc-DtUYW9mU70,5472 +pip/_vendor/rich/_spinners.py,sha256=U2r1_g_1zSjsjiUdAESc2iAMc3i4ri_S8PYP6kQ5z1I,19919 +pip/_vendor/rich/_stack.py,sha256=-C8OK7rxn3sIUdVwxZBBpeHhIzX0eI-VM3MemYfaXm0,351 +pip/_vendor/rich/_timer.py,sha256=zelxbT6oPFZnNrwWPpc1ktUeAT-Vc4fuFcRZLQGLtMI,417 +pip/_vendor/rich/_win32_console.py,sha256=P0vxI2fcndym1UU1S37XAzQzQnkyY7YqAKmxm24_gug,22820 +pip/_vendor/rich/_windows.py,sha256=dvNl9TmfPzNVxiKk5WDFihErZ5796g2UC9-KGGyfXmk,1926 +pip/_vendor/rich/_windows_renderer.py,sha256=t74ZL3xuDCP3nmTp9pH1L5LiI2cakJuQRQleHCJerlk,2783 +pip/_vendor/rich/_wrap.py,sha256=xfV_9t0Sg6rzimmrDru8fCVmUlalYAcHLDfrJZnbbwQ,1840 +pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890 +pip/_vendor/rich/align.py,sha256=Ji-Yokfkhnfe_xMmr4ISjZB07TJXggBCOYoYa-HDAr8,10368 +pip/_vendor/rich/ansi.py,sha256=iD6532QYqnBm6hADulKjrV8l8kFJ-9fEVooHJHH3hMg,6906 +pip/_vendor/rich/bar.py,sha256=a7UD303BccRCrEhGjfMElpv5RFYIinaAhAuqYqhUvmw,3264 +pip/_vendor/rich/box.py,sha256=FJ6nI3jD7h2XNFU138bJUt2HYmWOlRbltoCEuIAZhew,9842 +pip/_vendor/rich/cells.py,sha256=627ztJs9zOL-38HJ7kXBerR-gT8KBfYC8UzEwMJDYYo,4509 +pip/_vendor/rich/color.py,sha256=9Gh958U3f75WVdLTeC0U9nkGTn2n0wnojKpJ6jQEkIE,18224 +pip/_vendor/rich/color_triplet.py,sha256=3lhQkdJbvWPoLDO-AnYImAWmJvV5dlgYNCVZ97ORaN4,1054 +pip/_vendor/rich/columns.py,sha256=HUX0KcMm9dsKNi11fTbiM_h2iDtl8ySCaVcxlalEzq8,7131 +pip/_vendor/rich/console.py,sha256=pDvkbLkvtZIMIwQx_jkZ-seyNl4zGBLviXoWXte9fwg,99218 +pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288 +pip/_vendor/rich/containers.py,sha256=aKgm5UDHn5Nmui6IJaKdsZhbHClh_X7D-_Wg8Ehrr7s,5497 +pip/_vendor/rich/control.py,sha256=DSkHTUQLorfSERAKE_oTAEUFefZnZp4bQb4q8rHbKws,6630 +pip/_vendor/rich/default_styles.py,sha256=-Fe318kMVI_IwciK5POpThcO0-9DYJ67TZAN6DlmlmM,8082 +pip/_vendor/rich/diagnose.py,sha256=an6uouwhKPAlvQhYpNNpGq9EJysfMIOvvCbO3oSoR24,972 +pip/_vendor/rich/emoji.py,sha256=omTF9asaAnsM4yLY94eR_9dgRRSm1lHUszX20D1yYCQ,2501 +pip/_vendor/rich/errors.py,sha256=5pP3Kc5d4QJ_c0KFsxrfyhjiPVe7J1zOqSFbFAzcV-Y,642 +pip/_vendor/rich/file_proxy.py,sha256=Tl9THMDZ-Pk5Wm8sI1gGg_U5DhusmxD-FZ0fUbcU0W0,1683 +pip/_vendor/rich/filesize.py,sha256=9fTLAPCAwHmBXdRv7KZU194jSgNrRb6Wx7RIoBgqeKY,2508 +pip/_vendor/rich/highlighter.py,sha256=p3C1g4QYzezFKdR7NF9EhPbzQDvdPUhGRgSyGGEmPko,9584 +pip/_vendor/rich/json.py,sha256=EYp9ucj-nDjYDkHCV6Mk1ve8nUOpuFLaW76X50Mis2M,5032 +pip/_vendor/rich/jupyter.py,sha256=QyoKoE_8IdCbrtiSHp9TsTSNyTHY0FO5whE7jOTd9UE,3252 +pip/_vendor/rich/layout.py,sha256=RFYL6HdCFsHf9WRpcvi3w-fpj-8O5dMZ8W96VdKNdbI,14007 +pip/_vendor/rich/live.py,sha256=vZzYvu7fqwlv3Gthl2xiw1Dc_O80VlGcCV0DOHwCyDM,14273 +pip/_vendor/rich/live_render.py,sha256=zElm3PrfSIvjOce28zETHMIUf9pFYSUA5o0AflgUP64,3667 +pip/_vendor/rich/logging.py,sha256=uB-cB-3Q4bmXDLLpbOWkmFviw-Fde39zyMV6tKJ2WHQ,11903 +pip/_vendor/rich/markup.py,sha256=xzF4uAafiEeEYDJYt_vUnJOGoTU8RrH-PH7WcWYXjCg,8198 +pip/_vendor/rich/measure.py,sha256=HmrIJX8sWRTHbgh8MxEay_83VkqNW_70s8aKP5ZcYI8,5305 +pip/_vendor/rich/padding.py,sha256=kTFGsdGe0os7tXLnHKpwTI90CXEvrceeZGCshmJy5zw,4970 +pip/_vendor/rich/pager.py,sha256=SO_ETBFKbg3n_AgOzXm41Sv36YxXAyI3_R-KOY2_uSc,828 +pip/_vendor/rich/palette.py,sha256=lInvR1ODDT2f3UZMfL1grq7dY_pDdKHw4bdUgOGaM4Y,3396 +pip/_vendor/rich/panel.py,sha256=wGMe40J8KCGgQoM0LyjRErmGIkv2bsYA71RCXThD0xE,10574 +pip/_vendor/rich/pretty.py,sha256=eLEYN9xVaMNuA6EJVYm4li7HdOHxCqmVKvnOqJpyFt0,35852 +pip/_vendor/rich/progress.py,sha256=n4KF9vky8_5iYeXcyZPEvzyLplWlDvFLkM5JI0Bs08A,59706 +pip/_vendor/rich/progress_bar.py,sha256=cEoBfkc3lLwqba4XKsUpy4vSQKDh2QQ5J2J94-ACFoo,8165 +pip/_vendor/rich/prompt.py,sha256=x0mW-pIPodJM4ry6grgmmLrl8VZp99kqcmdnBe70YYA,11303 +pip/_vendor/rich/protocol.py,sha256=5hHHDDNHckdk8iWH5zEbi-zuIVSF5hbU2jIo47R7lTE,1391 +pip/_vendor/rich/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166 +pip/_vendor/rich/repr.py,sha256=9Z8otOmM-tyxnyTodvXlectP60lwahjGiDTrbrxPSTg,4431 +pip/_vendor/rich/rule.py,sha256=0fNaS_aERa3UMRc3T5WMpN_sumtDxfaor2y3of1ftBk,4602 +pip/_vendor/rich/scope.py,sha256=TMUU8qo17thyqQCPqjDLYpg_UU1k5qVd-WwiJvnJVas,2843 +pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591 +pip/_vendor/rich/segment.py,sha256=XLnJEFvcV3bjaVzMNUJiem3n8lvvI9TJ5PTu-IG2uTg,24247 +pip/_vendor/rich/spinner.py,sha256=15koCmF0DQeD8-k28Lpt6X_zJQUlzEhgo_6A6uy47lc,4339 +pip/_vendor/rich/status.py,sha256=gJsIXIZeSo3urOyxRUjs6VrhX5CZrA0NxIQ-dxhCnwo,4425 +pip/_vendor/rich/style.py,sha256=3hiocH_4N8vwRm3-8yFWzM7tSwjjEven69XqWasSQwM,27073 +pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258 +pip/_vendor/rich/syntax.py,sha256=jgDiVCK6cpR0NmBOpZmIu-Ud4eaW7fHvjJZkDbjpcSA,35173 +pip/_vendor/rich/table.py,sha256=-WzesL-VJKsaiDU3uyczpJMHy6VCaSewBYJwx8RudI8,39684 +pip/_vendor/rich/terminal_theme.py,sha256=1j5-ufJfnvlAo5Qsi_ACZiXDmwMXzqgmFByObT9-yJY,3370 +pip/_vendor/rich/text.py,sha256=_8JBlSau0c2z8ENOZMi1hJ7M1ZGY408E4-hXjHyyg1A,45525 +pip/_vendor/rich/theme.py,sha256=belFJogzA0W0HysQabKaHOc3RWH2ko3fQAJhoN-AFdo,3777 +pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102 +pip/_vendor/rich/traceback.py,sha256=yCLVrCtyoFNENd9mkm2xeG3KmqkTwH9xpFOO7p2Bq0A,29604 +pip/_vendor/rich/tree.py,sha256=BMbUYNjS9uodNPfvtY_odmU09GA5QzcMbQ5cJZhllQI,9169 +pip/_vendor/six.py,sha256=TOOfQi7nFGfMrIvtdr6wX4wyHH8M7aknmuLfo2cBBrM,34549 +pip/_vendor/tenacity/__init__.py,sha256=3kvAL6KClq8GFo2KFhmOzskRKSDQI-ubrlfZ8AQEEI0,20493 +pip/_vendor/tenacity/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/_asyncio.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/_utils.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/after.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/before.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/before_sleep.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/nap.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/retry.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/stop.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-39.pyc,, +pip/_vendor/tenacity/__pycache__/wait.cpython-39.pyc,, +pip/_vendor/tenacity/_asyncio.py,sha256=Qi6wgQsGa9MQibYRy3OXqcDQswIZZ00dLOoSUGN-6o8,3551 +pip/_vendor/tenacity/_utils.py,sha256=ubs6a7sxj3JDNRKWCyCU2j5r1CB7rgyONgZzYZq6D_4,2179 +pip/_vendor/tenacity/after.py,sha256=S5NCISScPeIrKwIeXRwdJl3kV9Q4nqZfnNPDx6Hf__g,1682 +pip/_vendor/tenacity/before.py,sha256=dIZE9gmBTffisfwNkK0F1xFwGPV41u5GK70UY4Pi5Kc,1562 +pip/_vendor/tenacity/before_sleep.py,sha256=YmpgN9Y7HGlH97U24vvq_YWb5deaK4_DbiD8ZuFmy-E,2372 +pip/_vendor/tenacity/nap.py,sha256=fRWvnz1aIzbIq9Ap3gAkAZgDH6oo5zxMrU6ZOVByq0I,1383 +pip/_vendor/tenacity/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/tenacity/retry.py,sha256=jrzD_mxA5mSTUEdiYB7SHpxltjhPSYZSnSRATb-ggRc,8746 +pip/_vendor/tenacity/stop.py,sha256=YMJs7ZgZfND65PRLqlGB_agpfGXlemx_5Hm4PKnBqpQ,3086 +pip/_vendor/tenacity/tornadoweb.py,sha256=po29_F1Mt8qZpsFjX7EVwAT0ydC_NbVia9gVi7R_wXA,2142 +pip/_vendor/tenacity/wait.py,sha256=3FcBJoCDgym12_dN6xfK8C1gROY0Hn4NSI2u8xv50uE,8024 +pip/_vendor/tomli/__init__.py,sha256=JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4,396 +pip/_vendor/tomli/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/tomli/__pycache__/_parser.cpython-39.pyc,, +pip/_vendor/tomli/__pycache__/_re.cpython-39.pyc,, +pip/_vendor/tomli/__pycache__/_types.cpython-39.pyc,, +pip/_vendor/tomli/_parser.py,sha256=g9-ENaALS-B8dokYpCuzUFalWlog7T-SIYMjLZSWrtM,22633 +pip/_vendor/tomli/_re.py,sha256=dbjg5ChZT23Ka9z9DHOXfdtSpPwUfdgMXnj8NOoly-w,2943 +pip/_vendor/tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254 +pip/_vendor/tomli/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26 +pip/_vendor/truststore/__init__.py,sha256=qzTLSH8PvAkY1fr6QQ2vV-KwE_M83wdXugtpJaP_AbM,403 +pip/_vendor/truststore/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/truststore/__pycache__/_api.cpython-39.pyc,, +pip/_vendor/truststore/__pycache__/_macos.cpython-39.pyc,, +pip/_vendor/truststore/__pycache__/_openssl.cpython-39.pyc,, +pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-39.pyc,, +pip/_vendor/truststore/__pycache__/_windows.cpython-39.pyc,, +pip/_vendor/truststore/_api.py,sha256=xjuEu_rlH4hcdJTROImEyOEqdw-F8t5vO2H2BToY0Ro,9893 +pip/_vendor/truststore/_macos.py,sha256=BjvAKoAjXhdIPuxpY124HJIFswDb0pq8DjynzJOVwqc,17694 +pip/_vendor/truststore/_openssl.py,sha256=LLUZ7ZGaio-i5dpKKjKCSeSufmn6T8pi9lDcFnvSyq0,2324 +pip/_vendor/truststore/_ssl_constants.py,sha256=NUD4fVKdSD02ri7-db0tnO0VqLP9aHuzmStcW7tAl08,1130 +pip/_vendor/truststore/_windows.py,sha256=1x_EhROeJ9QK1sMAjfnZC7awYI8UnBJYL-TjACUYI4A,17468 +pip/_vendor/truststore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/typing_extensions.py,sha256=EWpcpyQnVmc48E9fSyPGs-vXgHcAk9tQABQIxmMsCGk,111130 +pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333 +pip/_vendor/urllib3/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/_collections.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/_version.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/connection.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/connectionpool.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/exceptions.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/fields.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/filepost.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/poolmanager.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/request.cpython-39.pyc,, +pip/_vendor/urllib3/__pycache__/response.cpython-39.pyc,, +pip/_vendor/urllib3/_collections.py,sha256=Rp1mVyBgc_UlAcp6M3at1skJBXR5J43NawRTvW2g_XY,10811 +pip/_vendor/urllib3/_version.py,sha256=azoM7M7BUADl2kBhMVR6PPf2GhBDI90me1fcnzTwdcw,64 +pip/_vendor/urllib3/connection.py,sha256=92k9td_y4PEiTIjNufCUa1NzMB3J3w0LEdyokYgXnW8,20300 +pip/_vendor/urllib3/connectionpool.py,sha256=ItVDasDnPRPP9R8bNxY7tPBlC724nJ9nlxVgXG_SLbI,39990 +pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-39.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-39.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-39.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-39.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-39.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-39.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-39.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-39.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-39.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-39.pyc,, +pip/_vendor/urllib3/packages/__pycache__/six.cpython-39.pyc,, +pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-39.pyc,, +pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-39.pyc,, +pip/_vendor/urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417 +pip/_vendor/urllib3/packages/backports/weakref_finalize.py,sha256=tRCal5OAhNSRyb0DhHp-38AtIlCsRP8BxF3NX-6rqIA,5343 +pip/_vendor/urllib3/packages/six.py,sha256=b9LM0wBXv7E7SrbCjAm4wwN-hrH-iNxv18LgWNMMKPo,34665 +pip/_vendor/urllib3/poolmanager.py,sha256=0i8cJgrqupza67IBPZ_u9jXvnSxr5UBlVEiUqdkPtYI,19752 +pip/_vendor/urllib3/request.py,sha256=YTWFNr7QIwh7E1W9dde9LM77v2VWTJ5V78XuTTw7D1A,6691 +pip/_vendor/urllib3/response.py,sha256=fmDJAFkG71uFTn-sVSTh2Iw0WmcXQYqkbRjihvwBjU8,30641 +pip/_vendor/urllib3/util/__init__.py,sha256=JEmSmmqqLyaw8P51gUImZh8Gwg9i1zSe-DoqAitn2nc,1155 +pip/_vendor/urllib3/util/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/connection.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/proxy.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/queue.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/request.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/response.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/retry.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/timeout.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/url.cpython-39.pyc,, +pip/_vendor/urllib3/util/__pycache__/wait.cpython-39.pyc,, +pip/_vendor/urllib3/util/connection.py,sha256=5Lx2B1PW29KxBn2T0xkN1CBgRBa3gGVJBKoQoRogEVk,4901 +pip/_vendor/urllib3/util/proxy.py,sha256=zUvPPCJrp6dOF0N4GAVbOcl6o-4uXKSrGiTkkr5vUS4,1605 +pip/_vendor/urllib3/util/queue.py,sha256=nRgX8_eX-_VkvxoX096QWoz8Ps0QHUAExILCY_7PncM,498 +pip/_vendor/urllib3/util/request.py,sha256=C0OUt2tcU6LRiQJ7YYNP9GvPrSvl7ziIBekQ-5nlBZk,3997 +pip/_vendor/urllib3/util/response.py,sha256=GJpg3Egi9qaJXRwBh5wv-MNuRWan5BIu40oReoxWP28,3510 +pip/_vendor/urllib3/util/retry.py,sha256=Z6WEf518eTOXP5jr5QSQ9gqJI0DVYt3Xs3EKnYaTmus,22013 +pip/_vendor/urllib3/util/ssl_.py,sha256=X4-AqW91aYPhPx6-xbf66yHFQKbqqfC_5Zt4WkLX1Hc,17177 +pip/_vendor/urllib3/util/ssl_match_hostname.py,sha256=Ir4cZVEjmAk8gUAIHWSi7wtOO83UCYABY2xFD1Ql_WA,5758 +pip/_vendor/urllib3/util/ssltransport.py,sha256=NA-u5rMTrDFDFC8QzRKUEKMG0561hOD4qBTr3Z4pv6E,6895 +pip/_vendor/urllib3/util/timeout.py,sha256=cwq4dMk87mJHSBktK1miYJ-85G-3T3RmT20v7SFCpno,10168 +pip/_vendor/urllib3/util/url.py,sha256=lCAE7M5myA8EDdW0sJuyyZhVB9K_j38ljWhHAnFaWoE,14296 +pip/_vendor/urllib3/util/wait.py,sha256=fOX0_faozG2P7iVojQoE1mbydweNyTcm-hXEfFrTtLI,5403 +pip/_vendor/vendor.txt,sha256=4NKk7fQhVsZw0U-0zmm9Q2LgGyaPXacFbnJAaS0Q6EY,493 +pip/_vendor/webencodings/__init__.py,sha256=qOBJIuPy_4ByYH6W_bNgJF-qYQ2DoU-dKsDu5yRWCXg,10579 +pip/_vendor/webencodings/__pycache__/__init__.cpython-39.pyc,, +pip/_vendor/webencodings/__pycache__/labels.cpython-39.pyc,, +pip/_vendor/webencodings/__pycache__/mklabels.cpython-39.pyc,, +pip/_vendor/webencodings/__pycache__/tests.cpython-39.pyc,, +pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-39.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/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/REQUESTED b/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/WHEEL b/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/WHEEL new file mode 100644 index 0000000..98c0d20 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/entry_points.txt b/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/entry_points.txt new file mode 100644 index 0000000..5367846 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/entry_points.txt @@ -0,0 +1,4 @@ +[console_scripts] +pip = pip._internal.cli.main:main +pip3 = pip._internal.cli.main:main +pip3.10 = pip._internal.cli.main:main diff --git a/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/top_level.txt b/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/top_level.txt new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip-24.0.dist-info/top_level.txt @@ -0,0 +1 @@ +pip diff --git a/.awi/lib/python3.9/site-packages/pip/__init__.py b/.awi/lib/python3.9/site-packages/pip/__init__.py new file mode 100644 index 0000000..be0e3ed --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/__main__.py b/.awi/lib/python3.9/site-packages/pip/__main__.py new file mode 100644 index 0000000..5991326 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/__pip-runner__.py b/.awi/lib/python3.9/site-packages/pip/__pip-runner__.py new file mode 100644 index 0000000..49a148a --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0bb84da786d62a156b4bf4e26299f0e588dfa2df GIT binary patch literal 643 zcmYjP!HN_y5KYoOv*YN32QPavHyLm{vM%U~h_WCGvI=^dOOu||&IG%YkV@~+%X-o; z@Z!ZE@R$1P$zSkfWklJctElR(SM^@fdVhb;$i6nO&R3kVpSiehB^A%f@rZ(9hPSNa zOWuj4;LM0+VfH`(hw^|OFqoL~yD$?o{W4ijP4S*BX1@r>7Gf;lSWM&WZAjKT-CmYQ z$JK+g{6WVxj?)OKk1ligZ-TPyr{s8tg5gHw{hv5zSNw{7=Cq->{PtmEQPQKGv@SuU z`SQiP*V4OokR523>?O5oW9(m|(m>L- z#rqNgctj#&@7X)E59woqEF9hVZ08g;o#i=zC`l zN$6o1(#AVg>8(|*ZHQv7A66#{ZGyv~S0DA7sAkqRk+G?+t1ygZr>)BbFt2BmTO#Ja zW5LfBd*d_>!Mb(KHxdg9}lss-@>zeF1r=C HMOpj-TYsyQ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/__pycache__/__main__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/__pycache__/__main__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..92fbdd6d32b9f32b8db7db630848d348d10f2267 GIT binary patch literal 473 zcmYk1!D<^Z5QazEU3=@;Ig}FUBlzGIG^ao*gYMdd^E z$eU4nHXlbu4ig+d9Xm<#6Q;#$oC1CX2qovOP@3~833)nA&jU4G$hv(Oax45g3|8nD zI~g)-Y&hfGip9NHA?INzmD8fd)Mcrfga%4?=zJpSCXx%QY{ixK7`08cXjGMaTplL~ z#nCRkl!FU0&dcHxIj1EV(>J1n BhKB$E literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/__pycache__/__pip-runner__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/__pycache__/__pip-runner__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0492b82e54e1d9275a00e2bf0955c00b856cf29b GIT binary patch literal 1635 zcmZ`3O>g8h)OONN=A+YT3oEfmC_;;1q&BmN6H+NFmBMy~rlsv75eZpt>`dKelGOHe zJKgDpDMv2+f>uH+@fY|hxpL~68<*udnO(Z9aP(gM?Dzd)wy@AZuzo#!9RD_l(4UsL zyJ|o@0?>Z|;wVHMbCTc?b0;L+<#SgkbOb(jIpOm^llPDyCrEuO=6LOTUc7NL#XyrO zz5)0NmwIYp4gOx@4eMbYTix}fF>HoSj6@T@))Y^1xbO|)4c@#$yg4Od8>}r}cQ_X9 zDY_xRxx`y1M89}~_=43eYRAjG&0BntcYbj|E7?cgrHdC^=OP*z;fr$?nPlvnBdPr; z%g25e`?<_l{bv%+QlI%;#<5T$HNHsCq{`AE?1M(*z>35&5kCA=HWb`v+Ls2%Ro`U5 ztw&0LW@ak&!;FuBJ7Vd_#yUYVl1OHo_{s`Nn z*|K{VU=u*U1Bl~mh>$y1Xo9{%kX;PXy8QwNZ^#i~wHmdBdw?eB$Mz*QXaX7j9$|D! zI08xB@8ZJIMs-O+f`^K%g5#@OM3x(CVPoI>{awzP0;{FU#`I*k(=P^GragGvn(~ZfoaPvG~s~{ZEuQ9Z3cE8(%!X>;_=GvCGWS z*D~coSy#AJwo4*w>F%->d<3BH0}=?P357&BFi*CUw&z`L>o`~3-b zbWj=SM^??N1;dLhl#THaHWL`J6GyddSq-|z6Ku!;Pn;X)(w(?^^$9X$g5z=+CoUKx z{lbA#bRA{WUesd653T9H)ueXr z8T3WEX1V>!6SV@W4q$RTkSYBv>MSwP*LtkGD@Bb`o<-oH19Z5!`@_NGoj%>$`tIrW z-qwEEiAC#Go60oKipKs}!^^OBE=@5HlQm=}oCD=BB`eii0^=17Sp@HvP~)m{wM+-L z8fppLu>si^i&FJ2kX4X%NDiY_#bm05GU|QH+pvDmVktBAFDhrqTdyuR>@%c41mt?2 d<2s(Z3<-4cy_e*rTla7aw@AxrH#<<^e*kG9xRd|@ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/__init__.py b/.awi/lib/python3.9/site-packages/pip/_internal/__init__.py new file mode 100644 index 0000000..96c6b88 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..466ff85e6384bce86ff7731bd4a0ca18748d1c90 GIT binary patch literal 707 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/__pycache__/configuration.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/__pycache__/configuration.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..10aefd7a367381212d638d5036a26feb927795f1 GIT binary patch literal 11699 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 U@c-ZG%o5&Yt@-Sc-16c70U1)z>;M1& literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/__pycache__/exceptions.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/__pycache__/exceptions.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..21a2cb7000c293991ff6895b043a45d4321650e8 GIT binary patch literal 25639 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 NdSn;Q%DkV;{y)I*8F2sr literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/__pycache__/main.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/__pycache__/main.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9ce2cfb410d259cf9e294fc8c23231de4aaadf0d GIT binary patch literal 631 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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/.awi/lib/python3.9/site-packages/pip/_internal/cache.py b/.awi/lib/python3.9/site-packages/pip/_internal/cache.py new file mode 100644 index 0000000..f45ac23 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/cli/__init__.py b/.awi/lib/python3.9/site-packages/pip/_internal/cli/__init__.py new file mode 100644 index 0000000..e589bb9 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..21cfb63152014494467e751c1d522491608cb71e GIT binary patch literal 286 zcmYjMF-`+P4BSgY6e)k$4yCxbph7|ji2^E`bTlj9t?y#7=UwgXfsUFN@C&|_mM73r z;RFgsnz6=~%MV literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eff9033a1dc567db53cb05b5312e82517d81ee89 GIT binary patch literal 5364 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d1d6a63c8ae46aa89bbf7f11d9545b7b8ebeacae GIT binary patch literal 23640 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..313e82a651563476a273cea65c0972462e348f4a GIT binary patch literal 1307 zcmZuwOK;Rj5Uy@N#x^rymSka(IKTzThr}RONJy*IY9k)Ig1InawZ60*cPAM9qU}jC zQBFINI3Xm?Ilz&>)Ym=n7dTO6XV_s$TmHJc?5_IitLkJl3INBuokzQ_1@JFzR)>w7 z-|%gIN01;{4h4%@!DG&7&vUD=W4mx-r*LDJfpVoKZRxz>@!%myR}M}<4i-H2r1um; z{}cLwkQ@L0Vb(rvlk}xoORKU~hi#FR$)3`oW!AQP%ah(>{D-PkI%z9y2Ge=1o+a9F zF`b6Y_-VDD=qxGQlsvBv;!dM^jG!Q95@Ify@wncGK?){D@Qt4F_%-;@wFE$ zcGW<6S3x1`Q!afOoY=Ad8f=II%;JJs->wSeE0;vG!#~Oi(s8wFXSz&T7r6&ob9_-> zXs#i&uz>gM1E7NJ7zA&v1>kH;K;L}wAasn=%xa~LCq!0etq^963sEEpXKHD3X-41J zJ~CrBD&NJ~7b4A*rV-*Jd_IVtSA~jdo$M=BMnqa?JF_;c$|kDwWWJ}XSt&PnE4^9I z+vimoZ6ya;lxI6pzrV9}FKV(@ZPr*ZtP&o}>IgZtN|#9AAZnLY@)9-)7|MsSf}{VQzX$_!War(YY& z4|u>`#+k=%@}ukLCAWGETYr33K~d{!Ka)ypx`Qdzb2*mnvWqeZgw}tg%}7x_mIc6k#&}fI`TwP&ub}NGe4Fl)uz(-kIFI?a{w`2ImPw(o9|IwZ zO3rdx4~2L&OY;6pS949ht{s9O2`Gvl5Kv(3+P*ncmFGgNaQlINA+5EKKnEJCy~i#& zoNWZ1brSj}IFk??w7UmgJma?WIxF}3XkBn>yFM=YTM5)vwkxXlOP|NDbWOWH9kUHS Gw7vi+A~L4{ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/main.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/main.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..38eaa096a5d29280f309db8835a3754d58fb1410 GIT binary patch literal 1512 zcmZV;O>Z1E)b@PtX1}^g(*&t#0TpR0Ww!ze34{)`} zyj%35o}~lcF9y-T(jmW745J}NjI1}=))kKK(hdt*z_xeME@Jm+>lZ@XbmK=a+M(n- zH0~}&PeooNVm?ahn&)Yv@~RxMQi*w8<)xam-@rZ4;h1RmAeTyqPimu*@G;h%WTvXL zDr(LY1HM})Lb4bnMN(1_^ishRbz2fX&FjZPR02*nD60i)LK^>x$fWiKQ!`Pf*o3`a zK44Szec19(086Os42f-p&P`p>Ph=OZkRs;}CCa4^bzeCcDR1pxA;7^)fQx|&m*^$_ zfvoU~9Ha8kMXEJ_jnN8p7oUKy_IiVQOXp|wE4jj8XC#*4bU z#57!z3q)J5$jV!K>+L0E1HEb=zA;77ex8+;V2l3bVf`$N1(VfGq)d(-?I)>ejt-%y zEUUy^`$a`(oGpUKM@LVNJ{xJYc<`;U&&zDYOe01Qq3W@i73HH>fUM26%#l7@aun@d)z3A(4@bemr^C1$JeScud)m> zF@qyK0|I+XsVGRbcPVnkG^wNxcwREeYVES;xzc`PpJKthvSBMvvU zUDEgeuV(U&?f47ZM7{kVo#vk)nZN v;F9l|)E%jWcA%EF47O#rz(b=Fe%=hj7iNs4DTYfzC~fl%NC#hkr2Xzczi_Hd literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e16b7e5f988abc417c3f11214039c7311cbbd8f7 GIT binary patch literal 3029 zcmZuz%WvGq8J`()xm@l;Pd_9(Eg__7H>h@<)qtxII+qu|?af6JT}hztBG*e?X6O?J2jSM;A!?&2W{da!GJF^L^h8zxR((yX_&k z{(AKO@xPZ5`lnu8y=t&{4<7Lk7$^!5#grsCz~)T?V%}C@!P`pgv=-D-CvehwP{&%< zPTaH+G|aq~cxf|enz@s-(ss~JJ3+^+>&a5O94x0R!HQYC$!fY5teJTuSx;{SH`1HI zO;~%hIU>O=)~2n`F>O=tGdsA=HkiXUHW2N6PUsR{2HGa8X$q?Y&&-Yq@K=DpN}IsH zL&*Sj*QW3O!WVHiN|;|H(UAGaIroQoCL|vZB{2Lbqdt3H# zz%A&YYbpD~SV-kQDrB5zQKD)ekBfwLv05H68S-(KMMnt>i?{%qH%w`6Bt@5~)xA7B zjz`tjLvyZr?QuaP{rUUsI2tEXyw8$iKj&#ACF8KEJJT&1;R+$=P(az(wWz#bLy7pg3K^*8zsKL z5aAkdJ?e}wtyA|iB%AZr1-g&U@hvnXv@vg&TT`{Mh(=5;MU;jo5P+}}QVmFw zDiX@hqLe9HpZ2jrLk#9$UfM6Zeg^P}Ef_{%_mj=vg0(YJVv1ha6qn=_y+B`Be<7dR zU=2~^?Vr5FKDfFr#t>mXf#f2+d;A6*pjr!k!#F$6|AzQ$Kzu3sCwa>H1&_`c%leQ_ zlE+75ort0jNj(|ye4Np3P?hbAOn`{VQqFD<;a@Ng&}tonp7E?XzKUi1W?#jaSpCx0B?>d5o~f@>pMn7u4)!d^@`&@bYqtml*Qxx?q1FEXTro9t09=Vq@ti z=&|Pv5}xGXkRp;N%3;qTR06ytXw3PKK&7t5e+;j{0$D|h$u)PVJ27RMjE^T_b!L@6 z1ym&CZ^K5RtwweWw=5TTFuaLv84h^HHc@`XFFGwWLK(mO393t?a|GQ2&!GccV5lWB zv!I3u|B_;9o!V!Ze<^F4a*k(qX;U;td|x`0Xc|-+(0`9hTh`Cfh|FqbZLT|z?mL#= zPw@`)tC=%hmyNks)-Ld@Ue-^WGv^bO?b=8-PFu2lOeTNFXy#%x_2KMVX}>_!DP1_< z*5`kMehq$~xxaHWuX^7@_mJ$&mr6%}3v^lL|B{{4mHBFkPnR{VT7eF0)oQ+^yJczp z8S~ZBqBfvc{V9RfmRv8bb4=Z81-`gp`YN1W?a;EbM%j=z&oIar@>baZZ+H}Fpr`kR zHNvxI=>hMkY|d{}m{)Z3Wrw!r8)fqX8&8296#W6PbJi+b^Ubnh^ly}{V~wBfgJ3f} ze0Ugs^!VW5;lZ!MhX>){@h=ZQdbIaoFqpo+myZ+bXSwus3y{n|H0kD>0W>E1#1a#zB&Z?Db>~-(kTf4lReQ#v?WlSZXH2j{ zSqXz93l9D;2xD3k*BP&zs3<@KQ+gVA)BKEe+x#7^;+t9ku)Jz^3+Pe}ZCl6^!Bq2# zgH>GvKKydV@&P>J0~io?8Xaqy zc-V!G=Y3<>pznQc+n(*29_V2Yuj4m$2ZUnpVAt9LN!N1q4${F6UL_r?g+0=}tLkA$ z^I;g8nDC#&>HIwylp`kv`~-2LDH>0?#u;@B4C;LgPrajYoX`*gX+jsQ{4W>4tHO)h zuh4r{oBs}m)Xi%$i=V73VYzk+xRF(Vawd7yH8!AdB6?{I;Gz+%f;q4@N)oVE1BkNV wSF_4K?cXa+)p%b6jdFL=oQ@N=tFvF+g~5gvs_%6IZ4@uV4WmY!@2{`@7b=iOo&W#< literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/parser.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/parser.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dcb9cb0f3710afdb3b7f0728e4e804ed333dfdb5 GIT binary patch literal 9929 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 YrC-PY%IYcTS)^#SqF%pIv+DEz1BfvJBLDyZ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4dad9ade42039269a8f9092fcae8d8a9c9759c42 GIT binary patch literal 1900 zcmYjSPmdcl6t_KpGRY>{?4NFTX;qCXkO*{>7ET~k5L+m4DAn!?#Gop2Vkenhk7ux* zmR+(!BE2q1J@*Ur#s}cYC*bHSr+x#}O2G3ZY1gCo8^1Ttj{V;6z0gLZhG0DDe=+>M zg3#Yixj4XvJ^|5x05HU`K#6-3fisej%uBq?Py8%Mf-FqJtddl)`|gP-t0vW~mejJ9 zWF@O7^{kOJvS!lER+H7Nm9(<8WG!1y)=Ph1Y-F3sCPtiapI_QRBg_N$9+DlDY|U-_ zGT-JNzr--ZLvIJM;Hl3-R(b3vJ79~RV(Q#o4rZ5%2p^^mKBf-gPW*shMa>7|l!X{bAT+qY5r>SBGWdgi3y*4J=M8!B!l zN)E6K3=9GiEo1<1{TIL#Vtq_>>nq6l4F7_sMBg@$-x)sh3}*fe8^QvYg>z!O88SXd zFhj%O%$ILY$t$lA?3KlL$Q7)Mz$-lSO?B$CDyyaVS9}&sgCoeAS(zbLzl=7~)MJfv zau!a5-`>M$iteBXSI;Wb$~OqK;HW+gO=DV_Vb(k+82#|%TVS6L&&D(vlz#elk=aU$mTAU!;Fb`500YXqPGLaYOC8;zMA@xL0u1(|nLi z_WT++zQFNwmj&l;azh17DwI8>a=_b78w`PNMm51hH5|CwRcj7b9k}GFs)Lq;6#yGi z#(M5}YTc>fq+rx=>j^H~k=k&6n+`5HhyiS6Q1V;bXn9v#aU1kfW`n_aB9EUT^$vKx zm~_W^#=C{04>_0Jy<8fV_9u>bx?2c(GE(_OvfW{>c8e1;&SkelAEjN9_PcZa{mutn z4FugS=-`-+I4nzxE-)B43w75Wh!nP;mr)Pst2@PsUGJ%M0I|DZ--6@l4gd;U#K#c{ zaSi+Kc^O7NXyqKk`-NX^;%%5kAnFFJXyfwoZSO)L+j}$GgcgmIOGMw`nd3~*W&yFZ@?x5smJI3u8-?zOd^B?BC~F|-pBS#~_OgH9Ul3`(Oa@oh(*^*xC?iu|=t4{! r^;H>|=p$$i6Txr04yvyLL^vil8+EefhlF5)>o4nXk^g{@nEd-ceK7(1 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..da72100a1466fe7710b435be5872fe0b4f5a0384 GIT binary patch literal 13096 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 YY1zcYMDa5dM=5}%|42_2ri+LF7Xq>%EdT%j literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7721361251281f20a55132f15fbe6a9d3391490c GIT binary patch literal 4972 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fb963e735d4d05bfccbb4440bd3f10210a78ebcc GIT binary patch literal 365 zcmYk2!AiqG5QdXBX+;Ql5cJ>+^pNhslOSSEBMsJ#Bu#}}mTh+1E~dL7yHWBQzJ;%p ztEaw#CwHxaGt4*q@c#@9_Pk?D*ZXR=R(gLL@xN>>ZuQ6u4PxaMv2&aB@*e5ued6Q} zadVdpQfoBaYlpQrfql=QZ{Qf5X~5B-8>U$hglXEjVUom2=VkB##?KHP7TIJT z!X<+70^P?MoOb6=Nw|#SEJb%&G@qhrl>GWnV2mCoi(nR}2k(bfd-~K5z7*Js9R*d5 zUn%7v5M0%4)hH&o1XYRKO)VNu{I#h4s#ROT!5F_WP_h*`=*#gHkW5j(!o>^TP#t3x oK#VI|b6kR=WI!sc8i@))s2o>qcXYiIq$%l*`GYjSb?m?X1~V;VSO5S3 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/cli/autocompletion.py b/.awi/lib/python3.9/site-packages/pip/_internal/cli/autocompletion.py new file mode 100644 index 0000000..e5950b9 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_internal/cli/autocompletion.py @@ -0,0 +1,172 @@ +"""Logic that powers autocompletion installed by ``pip completion``. +""" + +import optparse +import os +import sys +from itertools import chain +from typing import Any, Iterable, List, Optional + +from pip._internal.cli.main_parser import create_main_parser +from pip._internal.commands import commands_dict, create_command +from pip._internal.metadata import get_default_environment + + +def autocomplete() -> None: + """Entry Point for completion of main and subcommand options.""" + # Don't complete if user hasn't sourced bash_completion file. + if "PIP_AUTO_COMPLETE" not in os.environ: + return + cwords = os.environ["COMP_WORDS"].split()[1:] + cword = int(os.environ["COMP_CWORD"]) + try: + current = cwords[cword - 1] + except IndexError: + current = "" + + parser = create_main_parser() + subcommands = list(commands_dict) + options = [] + + # subcommand + subcommand_name: Optional[str] = None + for word in cwords: + if word in subcommands: + subcommand_name = word + break + # subcommand options + if subcommand_name is not None: + # special case: 'help' subcommand has no options + if subcommand_name == "help": + sys.exit(1) + # special case: list locally installed dists for show and uninstall + should_list_installed = not current.startswith("-") and subcommand_name in [ + "show", + "uninstall", + ] + if should_list_installed: + env = get_default_environment() + lc = current.lower() + installed = [ + dist.canonical_name + for dist in env.iter_installed_distributions(local_only=True) + if dist.canonical_name.startswith(lc) + and dist.canonical_name not in cwords[1:] + ] + # if there are no dists installed, fall back to option completion + if installed: + for dist in installed: + print(dist) + sys.exit(1) + + should_list_installables = ( + not current.startswith("-") and subcommand_name == "install" + ) + if should_list_installables: + for path in auto_complete_paths(current, "path"): + print(path) + sys.exit(1) + + subcommand = create_command(subcommand_name) + + for opt in subcommand.parser.option_list_all: + if opt.help != optparse.SUPPRESS_HELP: + options += [ + (opt_str, opt.nargs) for opt_str in opt._long_opts + opt._short_opts + ] + + # filter out previously specified options from available options + prev_opts = [x.split("=")[0] for x in cwords[1 : cword - 1]] + options = [(x, v) for (x, v) in options if x not in prev_opts] + # filter options by current input + options = [(k, v) for k, v in options if k.startswith(current)] + # get completion type given cwords and available subcommand options + completion_type = get_path_completion_type( + cwords, + cword, + subcommand.parser.option_list_all, + ) + # get completion files and directories if ``completion_type`` is + # ````, ``
`` or ```` + if completion_type: + paths = auto_complete_paths(current, completion_type) + options = [(path, 0) for path in paths] + for option in options: + opt_label = option[0] + # append '=' to options which require args + if option[1] and option[0][:2] == "--": + opt_label += "=" + print(opt_label) + else: + # show main parser options only when necessary + + opts = [i.option_list for i in parser.option_groups] + opts.append(parser.option_list) + flattened_opts = chain.from_iterable(opts) + if current.startswith("-"): + for opt in flattened_opts: + if opt.help != optparse.SUPPRESS_HELP: + subcommands += opt._long_opts + opt._short_opts + else: + # get completion type given cwords and all available options + completion_type = get_path_completion_type(cwords, cword, flattened_opts) + if completion_type: + subcommands = list(auto_complete_paths(current, completion_type)) + + print(" ".join([x for x in subcommands if x.startswith(current)])) + sys.exit(1) + + +def get_path_completion_type( + cwords: List[str], cword: int, opts: Iterable[Any] +) -> Optional[str]: + """Get the type of path completion (``file``, ``dir``, ``path`` or None) + + :param cwords: same as the environmental variable ``COMP_WORDS`` + :param cword: same as the environmental variable ``COMP_CWORD`` + :param opts: The available options to check + :return: path completion type (``file``, ``dir``, ``path`` or None) + """ + if cword < 2 or not cwords[cword - 2].startswith("-"): + return None + for opt in opts: + if opt.help == optparse.SUPPRESS_HELP: + continue + for o in str(opt).split("/"): + if cwords[cword - 2].split("=")[0] == o: + if not opt.metavar or any( + x in ("path", "file", "dir") for x in opt.metavar.split("/") + ): + return opt.metavar + return None + + +def auto_complete_paths(current: str, completion_type: str) -> Iterable[str]: + """If ``completion_type`` is ``file`` or ``path``, list all regular files + and directories starting with ``current``; otherwise only list directories + starting with ``current``. + + :param current: The word to be completed + :param completion_type: path completion type(``file``, ``path`` or ``dir``) + :return: A generator of regular files and/or directories + """ + directory, filename = os.path.split(current) + current_path = os.path.abspath(directory) + # Don't complete paths if they can't be accessed + if not os.access(current_path, os.R_OK): + return + filename = os.path.normcase(filename) + # list all files that start with ``filename`` + file_list = ( + x for x in os.listdir(current_path) if os.path.normcase(x).startswith(filename) + ) + for f in file_list: + opt = os.path.join(current_path, f) + comp_file = os.path.normcase(os.path.join(directory, f)) + # complete regular files when there is not ```` after option + # complete directories when there is ````, ```` or + # ````after option + if completion_type != "dir" and os.path.isfile(opt): + yield comp_file + elif os.path.isdir(opt): + yield os.path.join(comp_file, "") diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/cli/base_command.py b/.awi/lib/python3.9/site-packages/pip/_internal/cli/base_command.py new file mode 100644 index 0000000..db9d5cc --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/cli/cmdoptions.py b/.awi/lib/python3.9/site-packages/pip/_internal/cli/cmdoptions.py new file mode 100644 index 0000000..d05e502 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_internal/cli/cmdoptions.py @@ -0,0 +1,1074 @@ +""" +shared options and groups + +The principle here is to define options once, but *not* instantiate them +globally. One reason being that options with action='append' can carry state +between parses. pip parses general options twice internally, and shouldn't +pass on state. To be consistent, all options will follow this design. +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import importlib.util +import logging +import os +import textwrap +from functools import partial +from optparse import SUPPRESS_HELP, Option, OptionGroup, OptionParser, Values +from textwrap import dedent +from typing import Any, Callable, Dict, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.parser import ConfigOptionParser +from pip._internal.exceptions import CommandError +from pip._internal.locations import USER_CACHE_DIR, get_src_prefix +from pip._internal.models.format_control import FormatControl +from pip._internal.models.index import PyPI +from pip._internal.models.target_python import TargetPython +from pip._internal.utils.hashes import STRONG_HASHES +from pip._internal.utils.misc import strtobool + +logger = logging.getLogger(__name__) + + +def raise_option_error(parser: OptionParser, option: Option, msg: str) -> None: + """ + Raise an option parsing error using parser.error(). + + Args: + parser: an OptionParser instance. + option: an Option instance. + msg: the error text. + """ + msg = f"{option} error: {msg}" + msg = textwrap.fill(" ".join(msg.split())) + parser.error(msg) + + +def make_option_group(group: Dict[str, Any], parser: ConfigOptionParser) -> OptionGroup: + """ + Return an OptionGroup object + group -- assumed to be dict with 'name' and 'options' keys + parser -- an optparse Parser + """ + option_group = OptionGroup(parser, group["name"]) + for option in group["options"]: + option_group.add_option(option()) + return option_group + + +def check_dist_restriction(options: Values, check_target: bool = False) -> None: + """Function for determining if custom platform options are allowed. + + :param options: The OptionParser options. + :param check_target: Whether or not to check if --target is being used. + """ + dist_restriction_set = any( + [ + options.python_version, + options.platforms, + options.abis, + options.implementation, + ] + ) + + binary_only = FormatControl(set(), {":all:"}) + sdist_dependencies_allowed = ( + options.format_control != binary_only and not options.ignore_dependencies + ) + + # Installations or downloads using dist restrictions must not combine + # source distributions and dist-specific wheels, as they are not + # guaranteed to be locally compatible. + if dist_restriction_set and sdist_dependencies_allowed: + raise CommandError( + "When restricting platform and interpreter constraints using " + "--python-version, --platform, --abi, or --implementation, " + "either --no-deps must be set, or --only-binary=:all: must be " + "set and --no-binary must not be set (or must be set to " + ":none:)." + ) + + if check_target: + if not options.dry_run and dist_restriction_set and not options.target_dir: + raise CommandError( + "Can not use any platform or abi specific options unless " + "installing via '--target' or using '--dry-run'" + ) + + +def _path_option_check(option: Option, opt: str, value: str) -> str: + return os.path.expanduser(value) + + +def _package_name_option_check(option: Option, opt: str, value: str) -> str: + return canonicalize_name(value) + + +class PipOption(Option): + TYPES = Option.TYPES + ("path", "package_name") + TYPE_CHECKER = Option.TYPE_CHECKER.copy() + TYPE_CHECKER["package_name"] = _package_name_option_check + TYPE_CHECKER["path"] = _path_option_check + + +########### +# options # +########### + +help_: Callable[..., Option] = partial( + Option, + "-h", + "--help", + dest="help", + action="help", + help="Show help.", +) + +debug_mode: Callable[..., Option] = partial( + Option, + "--debug", + dest="debug_mode", + action="store_true", + default=False, + help=( + "Let unhandled exceptions propagate outside the main subroutine, " + "instead of logging them to stderr." + ), +) + +isolated_mode: Callable[..., Option] = partial( + Option, + "--isolated", + dest="isolated_mode", + action="store_true", + default=False, + help=( + "Run pip in an isolated mode, ignoring environment variables and user " + "configuration." + ), +) + +require_virtualenv: Callable[..., Option] = partial( + Option, + "--require-virtualenv", + "--require-venv", + dest="require_venv", + action="store_true", + default=False, + help=( + "Allow pip to only run in a virtual environment; " + "exit with an error otherwise." + ), +) + +override_externally_managed: Callable[..., Option] = partial( + Option, + "--break-system-packages", + dest="override_externally_managed", + action="store_true", + help="Allow pip to modify an EXTERNALLY-MANAGED Python installation", +) + +python: Callable[..., Option] = partial( + Option, + "--python", + dest="python", + help="Run pip with the specified Python interpreter.", +) + +verbose: Callable[..., Option] = partial( + Option, + "-v", + "--verbose", + dest="verbose", + action="count", + default=0, + help="Give more output. Option is additive, and can be used up to 3 times.", +) + +no_color: Callable[..., Option] = partial( + Option, + "--no-color", + dest="no_color", + action="store_true", + default=False, + help="Suppress colored output.", +) + +version: Callable[..., Option] = partial( + Option, + "-V", + "--version", + dest="version", + action="store_true", + help="Show version and exit.", +) + +quiet: Callable[..., Option] = partial( + Option, + "-q", + "--quiet", + dest="quiet", + action="count", + default=0, + help=( + "Give less output. Option is additive, and can be used up to 3" + " times (corresponding to WARNING, ERROR, and CRITICAL logging" + " levels)." + ), +) + +progress_bar: Callable[..., Option] = partial( + Option, + "--progress-bar", + dest="progress_bar", + type="choice", + choices=["on", "off"], + default="on", + help="Specify whether the progress bar should be used [on, off] (default: on)", +) + +log: Callable[..., Option] = partial( + PipOption, + "--log", + "--log-file", + "--local-log", + dest="log", + metavar="path", + type="path", + help="Path to a verbose appending log.", +) + +no_input: Callable[..., Option] = partial( + Option, + # Don't ask for input + "--no-input", + dest="no_input", + action="store_true", + default=False, + help="Disable prompting for input.", +) + +keyring_provider: Callable[..., Option] = partial( + Option, + "--keyring-provider", + dest="keyring_provider", + choices=["auto", "disabled", "import", "subprocess"], + default="auto", + help=( + "Enable the credential lookup via the keyring library if user input is allowed." + " Specify which mechanism to use [disabled, import, subprocess]." + " (default: disabled)" + ), +) + +proxy: Callable[..., Option] = partial( + Option, + "--proxy", + dest="proxy", + type="str", + default="", + help="Specify a proxy in the form scheme://[user:passwd@]proxy.server:port.", +) + +retries: Callable[..., Option] = partial( + Option, + "--retries", + dest="retries", + type="int", + default=5, + help="Maximum number of retries each connection should attempt " + "(default %default times).", +) + +timeout: Callable[..., Option] = partial( + Option, + "--timeout", + "--default-timeout", + metavar="sec", + dest="timeout", + type="float", + default=15, + help="Set the socket timeout (default %default seconds).", +) + + +def exists_action() -> Option: + return Option( + # Option when path already exist + "--exists-action", + dest="exists_action", + type="choice", + choices=["s", "i", "w", "b", "a"], + default=[], + action="append", + metavar="action", + help="Default action when a path already exists: " + "(s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.", + ) + + +cert: Callable[..., Option] = partial( + PipOption, + "--cert", + dest="cert", + type="path", + metavar="path", + help=( + "Path to PEM-encoded CA certificate bundle. " + "If provided, overrides the default. " + "See 'SSL Certificate Verification' in pip documentation " + "for more information." + ), +) + +client_cert: Callable[..., Option] = partial( + PipOption, + "--client-cert", + dest="client_cert", + type="path", + default=None, + metavar="path", + help="Path to SSL client certificate, a single file containing the " + "private key and the certificate in PEM format.", +) + +index_url: Callable[..., Option] = partial( + Option, + "-i", + "--index-url", + "--pypi-url", + dest="index_url", + metavar="URL", + default=PyPI.simple_url, + help="Base URL of the Python Package Index (default %default). " + "This should point to a repository compliant with PEP 503 " + "(the simple repository API) or a local directory laid out " + "in the same format.", +) + + +def extra_index_url() -> Option: + return Option( + "--extra-index-url", + dest="extra_index_urls", + metavar="URL", + action="append", + default=[], + help="Extra URLs of package indexes to use in addition to " + "--index-url. Should follow the same rules as " + "--index-url.", + ) + + +no_index: Callable[..., Option] = partial( + Option, + "--no-index", + dest="no_index", + action="store_true", + default=False, + help="Ignore package index (only looking at --find-links URLs instead).", +) + + +def find_links() -> Option: + return Option( + "-f", + "--find-links", + dest="find_links", + action="append", + default=[], + metavar="url", + help="If a URL or path to an html file, then parse for links to " + "archives such as sdist (.tar.gz) or wheel (.whl) files. " + "If a local path or file:// URL that's a directory, " + "then look for archives in the directory listing. " + "Links to VCS project URLs are not supported.", + ) + + +def trusted_host() -> Option: + return Option( + "--trusted-host", + dest="trusted_hosts", + action="append", + metavar="HOSTNAME", + default=[], + help="Mark this host or host:port pair as trusted, even though it " + "does not have valid or any HTTPS.", + ) + + +def constraints() -> Option: + return Option( + "-c", + "--constraint", + dest="constraints", + action="append", + default=[], + metavar="file", + help="Constrain versions using the given constraints file. " + "This option can be used multiple times.", + ) + + +def requirements() -> Option: + return Option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help="Install from the given requirements file. " + "This option can be used multiple times.", + ) + + +def editable() -> Option: + return Option( + "-e", + "--editable", + dest="editables", + action="append", + default=[], + metavar="path/url", + help=( + "Install a project in editable mode (i.e. setuptools " + '"develop mode") from a local project path or a VCS url.' + ), + ) + + +def _handle_src(option: Option, opt_str: str, value: str, parser: OptionParser) -> None: + value = os.path.abspath(value) + setattr(parser.values, option.dest, value) + + +src: Callable[..., Option] = partial( + PipOption, + "--src", + "--source", + "--source-dir", + "--source-directory", + dest="src_dir", + type="path", + metavar="dir", + default=get_src_prefix(), + action="callback", + callback=_handle_src, + help="Directory to check out editable projects into. " + 'The default in a virtualenv is "/src". ' + 'The default for global installs is "/src".', +) + + +def _get_format_control(values: Values, option: Option) -> Any: + """Get a format_control object.""" + return getattr(values, option.dest) + + +def _handle_no_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.no_binary, + existing.only_binary, + ) + + +def _handle_only_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.only_binary, + existing.no_binary, + ) + + +def no_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--no-binary", + dest="format_control", + action="callback", + callback=_handle_no_binary, + type="str", + default=format_control, + help="Do not use binary packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all binary packages, ":none:" to empty the set (notice ' + "the colons), or one or more package names with commas between " + "them (no colons). Note that some packages are tricky to compile " + "and may fail to install when this option is used on them.", + ) + + +def only_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--only-binary", + dest="format_control", + action="callback", + callback=_handle_only_binary, + type="str", + default=format_control, + help="Do not use source packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all source packages, ":none:" to empty the set, or one ' + "or more package names with commas between them. Packages " + "without binary distributions will fail to install when this " + "option is used on them.", + ) + + +platforms: Callable[..., Option] = partial( + Option, + "--platform", + dest="platforms", + metavar="platform", + action="append", + default=None, + help=( + "Only use wheels compatible with . Defaults to the " + "platform of the running system. Use this option multiple times to " + "specify multiple platforms supported by the target interpreter." + ), +) + + +# This was made a separate function for unit-testing purposes. +def _convert_python_version(value: str) -> Tuple[Tuple[int, ...], Optional[str]]: + """ + Convert a version string like "3", "37", or "3.7.3" into a tuple of ints. + + :return: A 2-tuple (version_info, error_msg), where `error_msg` is + non-None if and only if there was a parsing error. + """ + if not value: + # The empty string is the same as not providing a value. + return (None, None) + + parts = value.split(".") + if len(parts) > 3: + return ((), "at most three version parts are allowed") + + if len(parts) == 1: + # Then we are in the case of "3" or "37". + value = parts[0] + if len(value) > 1: + parts = [value[0], value[1:]] + + try: + version_info = tuple(int(part) for part in parts) + except ValueError: + return ((), "each version part must be an integer") + + return (version_info, None) + + +def _handle_python_version( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """ + Handle a provided --python-version value. + """ + version_info, error_msg = _convert_python_version(value) + if error_msg is not None: + msg = f"invalid --python-version value: {value!r}: {error_msg}" + raise_option_error(parser, option=option, msg=msg) + + parser.values.python_version = version_info + + +python_version: Callable[..., Option] = partial( + Option, + "--python-version", + dest="python_version", + metavar="python_version", + action="callback", + callback=_handle_python_version, + type="str", + default=None, + help=dedent( + """\ + The Python interpreter version to use for wheel and "Requires-Python" + compatibility checks. Defaults to a version derived from the running + interpreter. The version can be specified using up to three dot-separated + integers (e.g. "3" for 3.0.0, "3.7" for 3.7.0, or "3.7.3"). A major-minor + version can also be given as a string without dots (e.g. "37" for 3.7.0). + """ + ), +) + + +implementation: Callable[..., Option] = partial( + Option, + "--implementation", + dest="implementation", + metavar="implementation", + default=None, + help=( + "Only use wheels compatible with Python " + "implementation , e.g. 'pp', 'jy', 'cp', " + " or 'ip'. If not specified, then the current " + "interpreter implementation is used. Use 'py' to force " + "implementation-agnostic wheels." + ), +) + + +abis: Callable[..., Option] = partial( + Option, + "--abi", + dest="abis", + metavar="abi", + action="append", + default=None, + help=( + "Only use wheels compatible with Python abi , e.g. 'pypy_41'. " + "If not specified, then the current interpreter abi tag is used. " + "Use this option multiple times to specify multiple abis supported " + "by the target interpreter. Generally you will need to specify " + "--implementation, --platform, and --python-version when using this " + "option." + ), +) + + +def add_target_python_options(cmd_opts: OptionGroup) -> None: + cmd_opts.add_option(platforms()) + cmd_opts.add_option(python_version()) + cmd_opts.add_option(implementation()) + cmd_opts.add_option(abis()) + + +def make_target_python(options: Values) -> TargetPython: + target_python = TargetPython( + platforms=options.platforms, + py_version_info=options.python_version, + abis=options.abis, + implementation=options.implementation, + ) + + return target_python + + +def prefer_binary() -> Option: + return Option( + "--prefer-binary", + dest="prefer_binary", + action="store_true", + default=False, + help=( + "Prefer binary packages over source packages, even if the " + "source packages are newer." + ), + ) + + +cache_dir: Callable[..., Option] = partial( + PipOption, + "--cache-dir", + dest="cache_dir", + default=USER_CACHE_DIR, + metavar="dir", + type="path", + help="Store the cache data in .", +) + + +def _handle_no_cache_dir( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-cache-dir option. + + This is an optparse.Option callback for the --no-cache-dir option. + """ + # The value argument will be None if --no-cache-dir is passed via the + # command-line, since the option doesn't accept arguments. However, + # the value can be non-None if the option is triggered e.g. by an + # environment variable, like PIP_NO_CACHE_DIR=true. + if value is not None: + # Then parse the string value to get argument error-checking. + try: + strtobool(value) + except ValueError as exc: + raise_option_error(parser, option=option, msg=str(exc)) + + # Originally, setting PIP_NO_CACHE_DIR to a value that strtobool() + # converted to 0 (like "false" or "no") caused cache_dir to be disabled + # rather than enabled (logic would say the latter). Thus, we disable + # the cache directory not just on values that parse to True, but (for + # backwards compatibility reasons) also on values that parse to False. + # In other words, always set it to False if the option is provided in + # some (valid) form. + parser.values.cache_dir = False + + +no_cache: Callable[..., Option] = partial( + Option, + "--no-cache-dir", + dest="cache_dir", + action="callback", + callback=_handle_no_cache_dir, + help="Disable the cache.", +) + +no_deps: Callable[..., Option] = partial( + Option, + "--no-deps", + "--no-dependencies", + dest="ignore_dependencies", + action="store_true", + default=False, + help="Don't install package dependencies.", +) + +ignore_requires_python: Callable[..., Option] = partial( + Option, + "--ignore-requires-python", + dest="ignore_requires_python", + action="store_true", + help="Ignore the Requires-Python information.", +) + +no_build_isolation: Callable[..., Option] = partial( + Option, + "--no-build-isolation", + dest="build_isolation", + action="store_false", + default=True, + help="Disable isolation when building a modern source distribution. " + "Build dependencies specified by PEP 518 must be already installed " + "if this option is used.", +) + +check_build_deps: Callable[..., Option] = partial( + Option, + "--check-build-dependencies", + dest="check_build_deps", + action="store_true", + default=False, + help="Check the build dependencies when PEP517 is used.", +) + + +def _handle_no_use_pep517( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-use-pep517 option. + + This is an optparse.Option callback for the no_use_pep517 option. + """ + # Since --no-use-pep517 doesn't accept arguments, the value argument + # will be None if --no-use-pep517 is passed via the command-line. + # However, the value can be non-None if the option is triggered e.g. + # by an environment variable, for example "PIP_NO_USE_PEP517=true". + if value is not None: + msg = """A value was passed for --no-use-pep517, + probably using either the PIP_NO_USE_PEP517 environment variable + or the "no-use-pep517" config file option. Use an appropriate value + of the PIP_USE_PEP517 environment variable or the "use-pep517" + config file option instead. + """ + raise_option_error(parser, option=option, msg=msg) + + # If user doesn't wish to use pep517, we check if setuptools and wheel are installed + # and raise error if it is not. + packages = ("setuptools", "wheel") + if not all(importlib.util.find_spec(package) for package in packages): + msg = ( + f"It is not possible to use --no-use-pep517 " + f"without {' and '.join(packages)} installed." + ) + raise_option_error(parser, option=option, msg=msg) + + # Otherwise, --no-use-pep517 was passed via the command-line. + parser.values.use_pep517 = False + + +use_pep517: Any = partial( + Option, + "--use-pep517", + dest="use_pep517", + action="store_true", + default=None, + help="Use PEP 517 for building source distributions " + "(use --no-use-pep517 to force legacy behaviour).", +) + +no_use_pep517: Any = partial( + Option, + "--no-use-pep517", + dest="use_pep517", + action="callback", + callback=_handle_no_use_pep517, + default=None, + help=SUPPRESS_HELP, +) + + +def _handle_config_settings( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + key, sep, val = value.partition("=") + if sep != "=": + parser.error(f"Arguments to {opt_str} must be of the form KEY=VAL") + dest = getattr(parser.values, option.dest) + if dest is None: + dest = {} + setattr(parser.values, option.dest, dest) + if key in dest: + if isinstance(dest[key], list): + dest[key].append(val) + else: + dest[key] = [dest[key], val] + else: + dest[key] = val + + +config_settings: Callable[..., Option] = partial( + Option, + "-C", + "--config-settings", + dest="config_settings", + type=str, + action="callback", + callback=_handle_config_settings, + metavar="settings", + help="Configuration settings to be passed to the PEP 517 build backend. " + "Settings take the form KEY=VALUE. Use multiple --config-settings options " + "to pass multiple keys to the backend.", +) + +build_options: Callable[..., Option] = partial( + Option, + "--build-option", + dest="build_options", + metavar="options", + action="append", + help="Extra arguments to be supplied to 'setup.py bdist_wheel'.", +) + +global_options: Callable[..., Option] = partial( + Option, + "--global-option", + dest="global_options", + action="append", + metavar="options", + help="Extra global options to be supplied to the setup.py " + "call before the install or bdist_wheel command.", +) + +no_clean: Callable[..., Option] = partial( + Option, + "--no-clean", + action="store_true", + default=False, + help="Don't clean up build directories.", +) + +pre: Callable[..., Option] = partial( + Option, + "--pre", + action="store_true", + default=False, + help="Include pre-release and development versions. By default, " + "pip only finds stable versions.", +) + +disable_pip_version_check: Callable[..., Option] = partial( + Option, + "--disable-pip-version-check", + dest="disable_pip_version_check", + action="store_true", + default=False, + help="Don't periodically check PyPI to determine whether a new version " + "of pip is available for download. Implied with --no-index.", +) + +root_user_action: Callable[..., Option] = partial( + Option, + "--root-user-action", + dest="root_user_action", + default="warn", + choices=["warn", "ignore"], + help="Action if pip is run as a root user. By default, a warning message is shown.", +) + + +def _handle_merge_hash( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """Given a value spelled "algo:digest", append the digest to a list + pointed to in a dict by the algo name.""" + if not parser.values.hashes: + parser.values.hashes = {} + try: + algo, digest = value.split(":", 1) + except ValueError: + parser.error( + f"Arguments to {opt_str} must be a hash name " + "followed by a value, like --hash=sha256:" + "abcde..." + ) + if algo not in STRONG_HASHES: + parser.error( + "Allowed hash algorithms for {} are {}.".format( + opt_str, ", ".join(STRONG_HASHES) + ) + ) + parser.values.hashes.setdefault(algo, []).append(digest) + + +hash: Callable[..., Option] = partial( + Option, + "--hash", + # Hash values eventually end up in InstallRequirement.hashes due to + # __dict__ copying in process_line(). + dest="hashes", + action="callback", + callback=_handle_merge_hash, + type="string", + help="Verify that the package's archive matches this " + "hash before installing. Example: --hash=sha256:abcdef...", +) + + +require_hashes: Callable[..., Option] = partial( + Option, + "--require-hashes", + dest="require_hashes", + action="store_true", + default=False, + help="Require a hash to check each requirement against, for " + "repeatable installs. This option is implied when any package in a " + "requirements file has a --hash option.", +) + + +list_path: Callable[..., Option] = partial( + PipOption, + "--path", + dest="path", + type="path", + action="append", + help="Restrict to the specified installation path for listing " + "packages (can be used multiple times).", +) + + +def check_list_path_option(options: Values) -> None: + if options.path and (options.user or options.local): + raise CommandError("Cannot combine '--path' with '--user' or '--local'") + + +list_exclude: Callable[..., Option] = partial( + PipOption, + "--exclude", + dest="excludes", + action="append", + metavar="package", + type="package_name", + help="Exclude specified package from the output", +) + + +no_python_version_warning: Callable[..., Option] = partial( + Option, + "--no-python-version-warning", + dest="no_python_version_warning", + action="store_true", + default=False, + help="Silence deprecation warnings for upcoming unsupported Pythons.", +) + + +# Features that are now always on. A warning is printed if they are used. +ALWAYS_ENABLED_FEATURES = [ + "no-binary-enable-wheel-cache", # always on since 23.1 +] + +use_new_feature: Callable[..., Option] = partial( + Option, + "--use-feature", + dest="features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "fast-deps", + "truststore", + ] + + ALWAYS_ENABLED_FEATURES, + help="Enable new functionality, that may be backward incompatible.", +) + +use_deprecated_feature: Callable[..., Option] = partial( + Option, + "--use-deprecated", + dest="deprecated_features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "legacy-resolver", + ], + help=("Enable deprecated functionality, that will be removed in the future."), +) + + +########## +# groups # +########## + +general_group: Dict[str, Any] = { + "name": "General Options", + "options": [ + help_, + debug_mode, + isolated_mode, + require_virtualenv, + python, + verbose, + version, + quiet, + log, + no_input, + keyring_provider, + proxy, + retries, + timeout, + exists_action, + trusted_host, + cert, + client_cert, + cache_dir, + no_cache, + disable_pip_version_check, + no_color, + no_python_version_warning, + use_new_feature, + use_deprecated_feature, + ], +} + +index_group: Dict[str, Any] = { + "name": "Package Index Options", + "options": [ + index_url, + extra_index_url, + no_index, + find_links, + ], +} diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/cli/command_context.py b/.awi/lib/python3.9/site-packages/pip/_internal/cli/command_context.py new file mode 100644 index 0000000..139995a --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/cli/main.py b/.awi/lib/python3.9/site-packages/pip/_internal/cli/main.py new file mode 100644 index 0000000..7e061f5 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/cli/main_parser.py b/.awi/lib/python3.9/site-packages/pip/_internal/cli/main_parser.py new file mode 100644 index 0000000..5ade356 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/cli/parser.py b/.awi/lib/python3.9/site-packages/pip/_internal/cli/parser.py new file mode 100644 index 0000000..ae554b2 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/cli/progress_bars.py b/.awi/lib/python3.9/site-packages/pip/_internal/cli/progress_bars.py new file mode 100644 index 0000000..0ad1403 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/cli/req_command.py b/.awi/lib/python3.9/site-packages/pip/_internal/cli/req_command.py new file mode 100644 index 0000000..6f2f79c --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/cli/spinners.py b/.awi/lib/python3.9/site-packages/pip/_internal/cli/spinners.py new file mode 100644 index 0000000..cf2b976 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/cli/status_codes.py b/.awi/lib/python3.9/site-packages/pip/_internal/cli/status_codes.py new file mode 100644 index 0000000..5e29502 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/commands/__init__.py b/.awi/lib/python3.9/site-packages/pip/_internal/commands/__init__.py new file mode 100644 index 0000000..858a410 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9475f542bbd080729dc50fd64be842516f369cc8 GIT binary patch literal 3173 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/check.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/check.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7c82fc4aa80e18ce11422460b7244b8a4f40d1c3 GIT binary patch literal 1640 zcmZuxOOG2x5bk-8$76OkM1h5X22c);*qK8j9uh)GCW1q>NNcf&A<<|&-L@y&^Kf@h zR<_0`=NE9|kOLf%_(gr?#2?@gaiDtacpb#pU0qdO-CgxnRi}f2hv55p^8NI08=*gy zaQK-Zd;^28fMA3*iefeER4epY*A#D1qcCH$<4tN6c5HXNMV-Qp-J%!wI@zXP(U1Fu zAN$219&|c~zEvE>M;apN*JE<>n-<^t4q+GfULf2f_Qr_c#@ZMSy}#gobUxIieVNjR zaNx|xITtWHqpB#<5)XB0J-WE~;X*p&A4j7{|e7S4yqbaHzHFW z9)5f5?t_+~Si>mRu@)Oxk4<6`n>eS4xY&4UU=v#}%(#bbh}Dt)NIAU=YxVghVfl0! z?A;4?(ePlNJ|{s|6?H1|2_*q0H7PMEvz+j7b;k?3?_SNSS@2U;3l+vwK*ibd(oETm zOPdkVurf0a+#dkngE4}^{{SM;20hW&#@ZBGYiu+P30=*gv(|QNeT$xkYo|3@i0YZK zc3VqvpuMy12@`9r)4FXB>!)Y~wX*nP@o{Uz>ccno*tRfnIU)_f=6A$S!Tc4A=2bzWnn6X8G8$E- zU^#@XDkiFFx|}f;*V(jUXZ2Fdt1=4H>pY_QB-+Xk!Y?BZ?Qr(GI-@$TBWNl?SeeoY z%2ahJkGhTw>m}UZl<&ah{4*d(^E6lUbr)t|(|14nAJX-|T&* zQ}7&+_mtQNasq>^47%WnX>_{bZRyZzHd8rqp~qD2wns}_ENf72ulNw43HQ*18O_5< z%1N@rh^ePT{*Mv7Pom*qh6%qZq5oP|HDT}|K<2^@>#qK8%2B@i=IxMV%0sBDtSe2~ yn-TFCf*_3DResniA`n#22S9YVC^V$|)fVHgRU7eRAdpB%rLP@pw=G}yjDG=fn8axS literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/completion.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/completion.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..162e30e9a37080353c3fb837566ae06d41f1e5b4 GIT binary patch literal 4334 zcmb6c$#UDs6&pc{+B~)=<4I46#}uF6l4&9 zyPH}l@nl!!FU(3{;`2uhjehYF&l7=4)-euB*7F`$juc&m^$no9%2po4^@A z*Pf}*B(Uk{+q3mqfV1^Enxiu`PiN`eN25OfYlY6!h4%_wVA*$ieSxYq#ajG3$W_)Y zH8y|m`W+?!GG2H>!hg0Jw%cw%5v;weR@Z7Z0CO!Sors66?$i7diM)uMihbt$J< zZlWb*0EEQeMCS zx9w%iy3RUN?a~*sygO;0ROK<_culgiLyBFo@32GHhfoM4JC-{(5U;KhKXj?vkzunF zG|2AmcSP>9Amu~I62Y&CMVdTplV;?~{d=V0f;*5ViB0Np){y?m7+qpCQYbzuq>IcK zES(@{)TbiC4sWnZ8Dkw&;~wFx1=+&*h<`KW#CKt7jC|;`z98`2-I43=rg%*+0o~5H zzf-*(r|E%RkQHPZLqDgK7|DV`Ao<5*xj;$-HGMC@c(X`hw81MRNd}P86wkK7ipVRF zt``Vmd&IUc@s<|p=T4G@mc4w5%_tSd26Q6Ty9#19*9$ST=^5NF4`D=Rg0!;tvy&e?ancP-4!@;3L{ zHLUn!^%^aJ1{|>}Cn(~TC-+N*et9E>tD8r{;#zRHlGL7lO&>8yH;HKYj8F#^95i@r?Ci?$Z)GNwP zP>i`AwZgkvlbszyxx=KC?jB4ASumjlQcd9w@rGq6 zjk*b%F~tXXA61&6=6j=_VJ6G6+~*3Lq1lf*c1f_Br#kdQ`S_D++QtBcMZWvZV*(vc1Vw&O zPl*i49wQyW;GltWKU{|YK?hXcPI@ZNWQPY0sORZ}a1P!oyh6forW_~-Dpje5TB43L z`@vL)>)6BT(8Xn-j~ic~gKkcz3$VU8v3`So0_!(n{Z_iJo$K^A%DK?6ON4!Xy52Qy z8|~ZG?7eta$dEHUZiVDoP%6$OR_=be)`rqM+82P7C3{9%@R8{zr)r!@Xk&vyy^IYs zS2ttZ;5y*n<+$PQ7uWJaG*Ab94CqZhgXq_bPVnYzdlU^o6>;peyGz#!8DVqu0qCA< zw5bzDQp9=aju3)^9-EQN1>^B8IO`afgJq}1L#Wlz9Si0+|Dy0az~jfG%6`~pm595C zj0Ke{9Fg4H>mVOdiG242sRC+4kl4|Q+z*3F**)?qzPDHD&%Y^uTM?dQb_5CLwiu9k zQN{6~@8JP-9D~pj2n=H@I*DgT3X4t9L_C2(QB74F{eCoa|L1(B`(-s10}w`kc}$X} z$JxG>L~OXcCHNdjZNQQm*N+B4471N}@t zRCrw)=NZ5=afRv^+Cf(4-YL}hpkAoGjGU4AgX~!*`I`Bly;D_1&ejw;cQAjxK+W?k z&7Low85e+kG5AJv5acsmdlMQ6DX>qx62xIMS#EiU3@$8qg_+1x4RptvQiE6AhM@%+ zxjWZ`x^kv|ru<2JYk&w9BF|1@!O~)_e4j4>W-{*&pTjiHKk%Vwq5~fu!Tg`_DqZWU zrFkbPKY&x$^~FN~hBPsVi4D9DfDE&LsY>K@@2qWYZEUTO@52shcZ4L7D+D?1<+}!f zvb1j9h;I%qD9<<6omzG4`Q~;lHr}uk0h~fE8BI9FIc&3!xEsYLWt0Un*5RHPn-I9r z{c-eaoQcqw@#2%mwYA~B2iS7F!^XNuSW3z`k26OcLOM1MLNBmP{uvkqzU9fyVuSia@80xW`@z3spi!GW+iY8TPP;0)*`=$7+=E>=OB;zg$B9DraXz@RP9Uo z3Q9mZEdk|*@0Fq2VtGz7l4DrLQ;^`+Ejt3xpa}Q9a%Ykg6eeGk+aAOadX)bHhb0_P n>uKAGa}WA~{=TLpvYAqZ(O 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/debug.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/debug.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2bf29c81dc55b1811795fa26c84ea2647d7df40d GIT binary patch literal 6880 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/hash.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/hash.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..01ac8e06d9294b6d6fc71cf42b03567212ad718b GIT binary patch literal 2145 zcmZuyOK%)S5T2g*z8oik!~_Tv5l1Y_?gkJCq7V^`i6cdhWSbxcMWgm~dv~09xx2^4 z%lhP8BP7l_*eAqa>MJLH0$f7X?8e!k^k{0Tx~pfpzWS<$b~;T1#_!u}JAb%_@fRBN z!v^CUxaA8F%wQxn!s(NQq_)k_gr}KWnH|~$*R0gZ+|aFcJM}U@^lRNo8(A}KX05PQ z+iu#3^rzCvmzQKIfcxJE$_m8dcU498K)_h^H z7HdDV!^@0p8r{y{a6)6fOSJo#rWKc<*$)$`;OVUtSw?f#HMO(4vGHg_dz(M3tgLQs z!c6D;dygM&JlI-|*6wYt>CWcX#-sK7wXurpEx{>^;!%}9mAZW(62+sUQe~xL{NnsL zL+cLAasv?pbVz71Gqjl%I?QIy3&LFH!MR=Tai2HdGkBBv5KV(MVYbC=h^D1mYgCSA z=N>p_$eL2iik(aKJPbc|E&?1Jcwx?Z1bR!oCODo z8U?*xy*!R=|A8siNB{uiup9QqeS({n{E|SuRB}41O+3 zl@z&r65PS9cY}Vvzg1^Ia8-#sCUfAR-iCVxZh0HT#Mm`<2_wv8mNJ>GEasfp%sp|G zc}h+R^PYPIz1$Oz`RILWB2NIF#`@Uo(Q&KSqv^1KjEpkfc&$286@rhiL;O>u&XzDb z0OEE~=f8V{ zQIYXMDd;}u`Cz5Ul}NU$8s$Nm(nH*pvmSh)S01WSkq`RxAQ_~|_F!s%(f?{7fug+` zCFGz?%0ZOmii@14gLqmAa)2D@mxsFbIs|zI&LEdS7{n#!++`F0rTLHB8eg7cWq)pG z*V5jM4cew+Cxi@^QDDnab zgVuXP@kARAiuV9ejplfFzr?)ql)Xsi2pL(4GBF9O?$Hz2^9@nwNv-?{{!_gyy#1~ zYoH9XO`4=lJ|zO@yG!C0e#c9T;V{XE;u=~$kbhd|2%C1*VTo&XX0Ad7_RlJ?AE!xw zn@S$dN>SinL%+odTCS=jxIu54@)qf-ue|v>Xb#YqF&OZ|_ER?^z4SJ(ERk`I(v{t=CI>Jp->2+FoY%$LSg!Y`eHPe*6YNUy^_3} z89bM6{(#bJTi8A3U(&Uw{tG$v$uqM|LnZY5^kF@H?|V=5@GwF!eqTI2t6YTswwwI{ z82T2L`W_5J3|FYeDaO`!DyJqX8GKT?wU>H>?^b>tq`}~ORalSG5k}u3=Cj}pVgdKA zNgAhlr1u`zK)@^WV5YB>*a+Ie5yeb{l_nJU?%);&VXa zvqr}GhKyPrNAWPeXk}BxkGA;ZA11^EO{>dBDC1IDDC0}6J1KIq$IxmW!kWQSzky*G zR0KuWq;}SBP1c~`YTN_qhiL8pjKr~vw7dKoBRjR{qhHV*eTjO%Czn{Rdaw7d@j76n z_y0i5{fiWM9rl5&`tZhQULS1GTd0^0n12)Y;Vr(#zvA8r9n(Sy8zI)#_d+UWw*P>;#KX-r{Zr)|pxlfK=! zFPl;rzok-fX`)s_yv&wv5*b(V>P%YA<;a@%0*86cGC^x@yaM`98B(jl1X~_&k^BS> zy}L-xo0=!Bq?eqFWY!2R%SAU-J83JrEM(IOb_$(x+Aj5ZBa$h-DwC>QB%A$L({B=0 zYJS?%{1q*@N+9v%F7afScw%W!+od706Cc9e>N7A1-}fD7jK?@~LL53r*u@_?N8m@! z>Vv(uox-UXAZwTnNoARdvaD`cS8?#iS$5IU%BBmuAj?>jgX47y7@3dDLNt6 z{PXwPpem;es_vRi+J|la=O?A9?i92i<7(3w5B?j8zs~vQRSvB(klCYct1B&c6F%C= R^w@U4vhNh+9wZ-=e*qNSU;O|8 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/index.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/index.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..27f6802bf1e947c78a88b125a7db22c5cb65332b GIT binary patch literal 4561 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 e1u21KRm0^qk literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/list.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/list.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e04578eaabc5af611c51cbd05c2aedb4bb2930e8 GIT binary patch literal 10277 zcmcIqO>7)TcJ9CF=@|}(!yi$;Kr=W985M+Uzl2dGh&iAUj zhciPuYaqxByQb=Ob=B*7-}|Xo^d=|E3O*mLys`Sz=M?2%s4@I8(YT5$`mU-dOkt|8 zIO(tIsAy}x*47ol-SnZNiYL}gId%~HJeGI?So^&QB>6vR8v02jv7i3CeR!y{*(w{fgFnxvnPW+n(R$QN5T< z-g)QNb@$pE*RQ>KWBK)@^g0i?@ZwM;#?4j~C)Qh?xD^JTpIEo~y)F-$JSp7ic6^=~ zO)rX{sL6EG3&Nn)^!!$jyMfo{n4#Qkvrs-7p*4LYVEp0hBJ6gqh3&Q%Fc6EkzkTi6 z_1m{mtz^{eLWBbC$(yZU^IGWpya`r_aLa3MdTac(76uY^EvdcYMf_E8C|WCB;xL(7 z_kU&9w+4Td}v& z^}U!Ul?S2~b2se9oh}VGJ3QapT+s7PTGHWc77(HRt6A^1Alw*hHK=LRn@?Xtp6 z{OXq#WZ(`Ocz7ed3y`R6{y3g%+o!e~aCGBu!121HIb`wkKb30tM z`NLRv_G*j!ENYa?cJ{fm&LeI=X!*Xq!tGAjk?+K8))lQ_&Axk=mJ6@OFekfMzk9b~ z-&t=(HvU*k#9KC&bud`l+vJhtMu0(@l{jmLjN9#QbKP$G+yibJg9nl-tzZ$0%vy5cyNGnsN-F9^ce zBbi3Htpfm06mb?eW%22~rS-7Qmpa0`&v~$PEer+-iIzIPx3vZk25fOP6pNj$cs&f3 z8s3A}5&*E2w!hx^&7}x(U+koi!(*+^lG_SmE}#cX%@n{99*N>cXG@&G``&X&sKcL8=LBL>|V=&z*FoP97QJKk#&{-3@ZSfMbpv5It28Hx~f>)sR zlWYRi3Y!GA%BsA`s%#3B8k+`XYKSt!W z1p3WkMmZ;DmA~NeB>JCXPvPzn3E|Vp1lfvAhkGe(h+?;bDE6Sm%+42c0ko#yWrRV_ zTF^D0=djImJhDB(ZCYJC*9r*i(Dg-(#RCY2^dbrc-3$ecK?=G%z4;7$=Q|=?vwt@; zKJQ9%CwSZyK@-kp@X=7Sa9zU{UBaEdvY~9KOl2C=Nf69@Tu^grky(;j8ljfigrrtR zsFM%|jW9Jrg=i!d0?EhSQDbdK-&Jj{=h5#hdzM{b7e{6`(wV_SA=Wlbynk_5d!*9uj>YPIbyt&fr7f%u zwV48&b!oY$Erz}F;$m(y1~iMc8`@4?Y;L}Ac-FLkEU@@FraK4*LFFj#vD?m#|mU(DF4FWBh- z3s6*>#vm8N?F%XOf}K5%@PU>bUJ6UZ;IiU%Imte{>{OW>^+LL23;DVw#pZh0g5=T# ztS&BMB&^xJZcA{MRM2wsR_}@gOKyl#1dyen$r57_1wRM(c8J8WDpFo@aw)GF zAn_p?Gd@5h1rwwPtDYb6q?Xz`?&b*Xoxh$wFtB|&Sg=%KI|ERohmo^K2P5~+=dj2J zJM_^zbz_Xp6kuff>ZQa&Smt6iqonLHS%V`L6_R#ILZRcu>q$jcvv*6T$@|ko=<1UD z>?9KuhCR$0X2%nx3A1FO1%is9o`|Q6i2JKaIemhr-uKqx98Em2&q?$G2+>C<6xCF< z{QH?%{7NlN`_wFt_N?XOXxe8Z_cZOl&B~zf=R-4mZkhwSil>S-wWd|o)YxQBt}(+q#Va&*dXel?z%K;=slP!bhPUZ!eR!P5+9N&I80s53)6p_w1NZd4 z!HmZm#fZH(2a(k^!C@ic6f+=8Rp-L?ILVO?q2Fmdo=iccX86#!dl#68<|jBd%ydyGua1XF4BpJu6bH( z<=yHdHO4A!t8Xi+au3_%+sYGlS(I@X$kQ6nC2BAZlhWliY*Qb0#Ff87xBtSW^v(`jt>(r)O54-p9wmZ(-E4L0M-wZL zw;U@EoWvBk5DhA%iJxz-^X8^Y^Fqbq^~_Xb7sX>i@<^=A=tqg!?NBHtW{GS_w{Qx< zi@-)G3x?d`ooSR5R_@xzWupTQe~uo}Z=g`rifU;!vL0U;Mp?7qAm%kw!^SQ9YM;Tr zOqps$Gu0~YR$RRjusx7KUGRSU^JxMZ%C!f1)NQBq;Kwce8DN3pos05^4DN*JW&e z4|D%rKEI+v2z$L_UpD`UH~oKGPi<^H#X9&C8&r%jPmA}q3B`^@+}*$Z)0-zJ7?9;{#L})2 zC(~#X>UNY}r8C2nSIKZ|F`&DlZL1&Y_vSKVNsEMlXj-CTII0#CxRV$%J*Z1eicO;E z=rp#pN$D~Sk_6a4qssuDwY}cbI68(6%FrU`&mXEyWYQwa+Q|2sNww)i<-SU?|45qs zRF~AGI>>FNiOo!#bmR)3sE!5R-A%rgg|xKZLZJ9ps=S2)NkfB_Wk|~R>7ML)7qx%F z6;b#>Qr7m&Qt#CN_J)XMi0|d)5uuwP(HOM$5zS9#Fl{SaWF zfCd>K?Gx<-Nlp)Poq1H~7nssj#pQlMI_1mX!M5MPcUxDLp!U2H zvFG5d>H7{YnGz^0OU~dRNvdg>MSG6?Lp&0$tF1OCugN06j+74a&~+SfM<2#oX%bE7D}%Zx{b06`b{H~NZe^$RFV zee|oFqX4Je4>2PFehd|9R%a;q~e`g=#xygqM^7LRB2dCKnQC|S4r!iLRrd} z48(up8sOL3>%BEB-7mMC`$!(Lr~AbHSOWm7WLXah(4_ESopT@Cd$RZSaxzOHv`ZoV zfX_(8#ONC+l4EjjH@M~U`#2bo>Hk^EvAHXh!yVjC*8zwQHWLf0A?K3*Mv!x=n^O2r zb#ywXv_EQfbikx4csoRnJx>$s$PGWyka>`Sf9g!-veJqoTY-oK43T&F4-lk*RC0G;HKL9t^dQiBVAL?b{6^W?gl0o1nER?dmX&@n4goo zoDZmz)CTzme?UzMj5ccjhAW~?6R}^xuEyM(IaLMAy=T7~s|PFqv2%?^{R9Pt)Tutn z4JFxWl^NK&ywq34OEI>ZeQjI&J#0LoKgtfYs&DKfy%&5>_AH?1?~{Xg_eE%vwqY=H zvmpGqz>56>QiX*L`n9%^q`dbAsL-{PN*3bY8^JL-N(rNU92eqJI@>n3Nzzu7N41g6 z1YJ@a=`Eo4Xoxpa6%h&q-}}qBj|S_q@3mK$cLnEpsk!aFIJ|a;N07r>ls*m}(qY79 z&P#53ens5$CeBAMzkEKjFP@L;Ju_{H=ZT$iVx|db8CoYZX&#HRXtYPB3|eyf@W}`F zDLh*V5$2QiNi5+#km{Q%m_?CvdZslrG$qguAPtE`FZL31oqO0QAGS=Qi5V(*qsT@@ zk^5(J&orutZL2D&N*S?m^$XLOLv3^$b@)rb3H>QX5`RX;vnUQgu?V7sA_X$(?v7EY zdJF*sU`g>VcBcU0wwgk4sLxI8on;PwM`qy>BO4UE?55dh9gwU%D#S*=KybQuO9IMV z79=w9M<_m3?E_9<2c3X4wCAKf-kg%{IVtkiK2;Z&Q@5XQ@*a-GC1M$4EDXT*@~;P5 zF7F}GC0?N^oXbRT%Ezep2X0 zIGYt$sTcWHafFI#Dx{?>Q0)wgM8`3j;MDY}Abg0sR2Wo{VU&0k^b$iaHc)zT9yc!F zie5wkGfyU8ufBt9&|YPB{*wGH50z7J0DF}Sk}{87-<}*ntm0{esRo_-4sF?p`TRo> z6)`S>{5dLQPuDcWBG`LT93pH)B@|2>Ynn^}X>@2rn>qrlOyU^gD*EWGD35ql*ij31 z^p2#JMriAjRwmk-0-H+__Ir=azPV9|sYG%Ka~Cn|U-XMRx};g87C53o8$HtT4Dq*F zyWII3HZd~CFS9!nonMUI`Sx; zCObFR(*8Ks&CGf`r5jnQL?lXmQhW!qB_@vRang|JUa*DJunrwNh#wPgKcRw@L^^@} zs46+0=YSA>%JVIEFyTiuWGTsAd@#O3e~dw1AY<|ZDoW8pRAs1DZ3bl-DHHicjAiLHlr@+dl%Use2WCeT^t@O@ z(HvGSa`L3`Qnh}73LvjZ$O}@e4FwxZoi>(C{UptNV#f-_xeBV$d5+1<_+=UXBS&69 zP2DiX_vBMh6wpk0*Fvo*YbDy$2!b8oS;mF(C%EmBP;68bh{7Tfz^9j`N2jb+89^^-$aM+oU4K5Eu;_t##@HaU&qC2iEdZWu;D2!ZNbd2SY1t$H ze~CuZZ>8DCrw-5?@FFk*@_a%}Vv6MS!9K_~#@z_raAYdef61}YPDokuG{G(Noypid z^5Cg4IJ`(tD$a}!k@m^#S$66m{Z}$S+7af>BXcKaXhCL)<#S^_z^5NI#!g7mBat!A z0v8hf literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/search.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/search.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..117e4345140074e15fbadfda1bb728d0f927b088 GIT binary patch literal 5335 zcmZu#OLG+06~6tLp105gB*e>&V+aG*2*(wdjR}P_Alz}{aNT-#2u#^W1Ml#XHH&gj;8v$qpR9*3{{&>0k!U1LD4B{By0Gk zpzM@Y+w?0z)u{$Grxw(mdNAgUsquopFBo?wRNL|=gDGc9wTu4#;DB>LwM+hVFyqVw z2c3heU-oB%L(U=9uK0(8BhC@kuKGuVW6m+vuK8~SwqvVy-9H|@>Ab1hWByNqx16^$ zCaUs3*yBFz>x6ScW1liU&LHGkner!5#(;V0M%rk=@yis8_$9BMplf~R`dtw>%&fk0 z=f+}d;qv0budXb8nwcb!nOD6y$x7Edi5G>gj|U1JSH=R3;zASzZphJ`S{88(fx*Z% z?~xZa^lW_Tdh6OpD_C;5^~v>HOP8|Z@~wr1#pPu@QyT~`N*PJ?XVyg0;$qe9`bkTK z4?G!#fe2}j=8dfzS5Qyh@H(FdzU;JDq#MSaNYZS@3pwOkezb;O?VHIjkg zmpy1HbOVtU<1Q2;x3ba$AxRzaQp3thtrpF;T3Myl3L@V1saf1B~{0*mL%`_E0af2sp4fkza9l*z9ZcSLWJ`RQJ6^YURTM_cYJqiO-9|2&tYS8 zovma&3g?^dLvP;q?#<`@cbgx~$I#DQ$8Fzt*F-$u@jCM@FHD4ldFR`?N#prgxU#+8 z>}<*Xc>OHyn6^{VO1RY6kJP#A?7xBFP@PKH)YIp@UU6=YaQrAM zbR zuf77PJVsAfUo96mFc43oV49`rgUi(PmsYtqJ7U4+-lvSLIM9D)x^gX+HdbhpzYc#z zG)&w|>z|>K>TxYWgxS`9ucdn5NZF2-8mabN@52VExvljPS^8FDkPV(Qc_FcOiq8>i zW@)sP7E+5FPhgeQlsA*|GD|A3j=9upT=PI~;hHVQX4eCA+SpQ;sL4K+yNRtZ)M)0a z)v_^oQ{cg$S`R&*tT(E%jvZ!JE{$noFJh0@x(EFm@m7qTj^^SzYwxozbm9ea0ZCORpD9X2~O(2x>D6)dum{V5vRPQpWlxIm|msfJL z8L}Jx9OLmp6ihSW=cZQEO1i04w3=Q+&(wMoqejCs4MToF%c-~8XpPv3@&me+o&JJG zs&BA?b@b<&vW)@j=>0-&8Q81UaGTwMkM&ExErpf5KFiLsq?Q(w`nDeb`Iih>DH5YE zHFS9ZyOYRbSf)p^H~0Cqt2b{fD5Jxh>{ZwEVfruH5f|s|uc+$Zt$YRI1~mEzb|wvx z8EK#~CXdrfQ+tD2oCircPBYdc705EH?R$VyR$UenVdI939&O2YNTTowg~H4tptwm^ zR*`XmUQ$)fW%Z^US``lnjT1L)i_G*9vKy5g3%jPt%8FN%R~H96$;t|e6h||YFe1;X z7pvuoKjIiM;x(YC%`HMMK7s;%tylDlHU{6G)+QB5%!ldAyMI$dM6>2Wm!)6-|?9J80%DWK893cG(mBVpUDuchn~yBqfPROcGF z!$3_OVxmT#&@T|{>}b!~15JK{wwV^zG;Th_Xo?JCvqCj8y}~Tp(Sdahj05by8r|0J z>#~C9ayeumo0SATVy$h;<*eR6RIFNA7dF}2UX@W`ll^Qj24G#^-?H6&3UOnYj5O`r z!hYz2wsz;#GOr?~m#o{#aM3+a+HnGVaN7%gFBDCCWgYK91jWipOi!qFUf)WXM0OP7 zmBMbjq1}x|Q_1adwBlfI;E-MKlQU!tDjJs5QDx?RK?Lb`IwIuRzIAVH9Uci-s3c2X zCK>BNp2k`^giFJZ$_x1a@f#5hd&BSy9vQAYycMoBnHYeQXF-tTysEqS6>Nl8q}W1YCzHtDL~FR0g380bz{}7DKaU1{Q0Wx#=95 zH$VeOZD@s217=6^fJjqFW!3gn5{=Gkl;GKzc!pAtJbwjUA)Zwz9ntmgEK7cgS-gvA zAe&G*c{}pEL72zyJY3qC90_d{a?7|CJ^UMul*J{|G(r~ZGI^5H5w1VR_$4^*w#JQ_ zA$|N^p}7PwWsW<$;Z>eQ}(UV zuk@x9E3IsUgpwjC$I7v^c^YB1wDr#+f;LZ|Wt*oJiYAsuvR?u|DS^zWvfnj)?%k7p zEm3Ni#fK*hpQYimpp5*pwzV1dwZ2Jbse$8@yT8=t8b)ULB9xTSWd;C)xT-hL$~)-4 zZuH7|A{-o8Iv2jCmy_FBy8c7&_(*!xJnu(s*N-otF_eEnvad)X%jrhm!{`el{1=q5 zWLo8=X1_4d?CJKYms+D|*mHKHoEd@pNNrJak}Dm;S`odQnNPu^02@*|Ye=3P|>Vu<8i#RxTstTsL15?Nke-x+R z#~Odc9lwWy6)1fxfzY6%@68`{OMj{VpjYTPS3}&U5`?Es>*MI@=#ODU(i(`5ijr-# zM{G~Ak~FCtfI=&54qJ2Wi4M!^bYL<--FQC2r2I9ChL*22>cC2wf5UXFcvMq;EU?sg zCoAGuzlMxT(pSiLspz1{>UsXu%+n`%k;back{{fptO0fU{ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/show.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/show.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f7f6ad64fd29287b1312fed3b3b0414a2886168a GIT binary patch literal 6408 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 YXH>8=HS!CFYu28tEkAuVzli+m-`84tT>t<8 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0a0ff49678956ef9ece55241c61d9702f8602bbc GIT binary patch literal 3339 zcmZuzUvC@75x;-DBTuA6NtP?eiL-F(#4Jh@P5aQgLSR%0+MuaXKy`p#5u8r9OY)@q zr`@G!64XnbR{=#|n*!2X``(9shJ1v5?Nh%&krs7k_9%*xebNng=XPdiXXZDvQLE(} z@cjAcSA*V$Vf+gxt4|FkPvI5+1VRmJrbd9jR%&KeV3|0!Q#*44M~|Jfmbrne$FOozP-L#SUfv?A2x|TJAX4VQ?dR|Z0vyEUwj~i(_+YC1K*iW~z?OqBtl*ksM$MszQ6y;!2xdaX)a`xrV*7J4v+^`Qd;US(qj{Q}4aT*3xuU9He*S5sObk_ChkA!-mrk43CD4s>dZS zB#UKOCS|2JD`+x+gQHC${7;gc784PpuT~!iCQsoNKLx^!z@$cCQ8Tcq6*$zU&Q~U_ zQTIzHs4iSc*QYkbz*p_(`Qi`@??t~b4Z|n!EWeO4ici2^(ew2O zFqR~OL`NwjvLNGY4J0dsBnx$n-iVQ3=fxx^>_yC~_>qXSCzY};`R$l9LLu;DnWSPV zwW4T}$Pqa_ET?i*zldcoo056NVd#3OASAt{T_7&&4ia2?4Dk}(<4NJeNY zWe|f5Vh0kDB!eVnf=n0~ur#};)pW^0%#%`*36IK>adESN98KR~3}t65Ey}~gN`Cfy zVa+25@sRvsk+@%wy@fMBBE4RClbY1RWEdKl4Ai^u%C>PzAQ{|wqXU8{51wbHj#BSo9LJC0EB)Mh}lQWi+RaM#x zJwkprg5<0GNuW+Zq{&!-U^Y%=QesXf8RTlGrX0$I1PfwBlkzAVM6gDAm=R|YSI&r~ zB^+Tot983mCX|iD7qZ|ilzhx)AAVfqA4n336EY|`iHm%Y@JyqV6oZx2rz~Z>?Yr{Lkj*!#s9<2<44O=ZK?WrnM5 zNLt1vD#da!2ivC$ zuSNs(I>`A;V{TrV=XPS8J9Fz}_j9_hfzU&CR(@?F$%L)tzRG>oy+wrL+^x^ZotYm$Zpcci9>y` zzcFv{ujh@+tt*f{{TjY+)3p=pPbPQd9j$K%5ZlB8QcpwyU60Y(!Ke8d^jNxzvnS*c zC&@4e3{cY5SX>4c0HB*Ll=2eVmLS-gzatH}vp9xYd7|pdvmgAv7y~$=H6W%5lwGLM zFe{)6uizWY^Q=uC3&zMpY%vHB;G^=Ti0#~K`#j4SvdAp<)+1O$hh)Q2W-c;fXmmAw2)wa z@pqA|BY`^_$bci^5~CVRXYsd?->3{qK_{s*ps$(%ldzF84;|MmFOT#jfBj}U51XSevmGC%!3Ip*u5X1B>$E<5O zI{$Ya*KEVwvaSEQt`A)Im2V?;ZP(l~;fv{;&MWtoQ*%w%(qEh=@IePiJMgs$@Sfdy zetjRf1~1&eI%}#P>Wf?$DnCSzk5dNYW*DB1qZH2qGcOEj5yPN17I5LK>yZF$9J6dUCr%0P#(q=;;HITK&l#w%9SgpC5BmV zavyT57ee!)1@BcQ55D#EB8cd6 zjR$LVZm2hCgX^js3s?(%P3Ml<{jRo~8CG{HsvClMO_#T@7ArcJ4N^o?nbPm?{s^EWwZBZab>X0~13;y7@jbr?E I+BM()7Dm3=MgRZ+ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..537d0dc7f007175c9967e4fc1a65fbe8bbee9268 GIT binary patch literal 5001 zcmai2OOG4J5uOKGx+kxN!mSe%=7?atVUUF9R zQulCWE=V7|z6wxs$jOJ*F@GSx!lxX3=wouq4+xOhaFDNh$X$w#ogt>DtGl|YySnO9O&O5tz&S~1;iCBJ25O3fWU!w@MP>(gY{OYc*Xu~z|HR4KQx~5KjmAIN% zuBGZ`TubV1UDc~`Be7ju)vdUhwA@zGcH4@s#hql$T~qaX+)dWqbyaV~r;-hKL)Gp0 zbaKW$lWe-1if+bdlPz~EIp>~JbSpleTyQU_dON7)P8XEG=$kN#duWY(0#Mkr%|wPsce%)b9TF=FPY6-bJ-F=Xs0sjDubu zvclULM{(#C+z;+EPBPz3Md8Qsl4yAe%7gn}%!Yn2@dPWzxtCA8lZn_Y6=Tl4FygY4 zW<2rZ=zw{-UyPuq{Q*nzTbO51WPAc0Ri#v37Ncwo<>eH1Gwwa4wR%Chlz@z~{8T}_ zfmhr>!8F=_Y`yMQLc=w~N@#wmht<&f!gQ<5Vl`H0jdL2a!`hdXupTzPFb{RN8CGC$ zTeeEGmYV!O=$d9bc-|yyII7R_c`%ChnQ$;OXOfM%!%xgD92naPS3rDl=s z77u;SoN&ykk?k`+aiVgo`p#|4Fv+N!6@C3C9bi5-P*S%`sdMcI|5Oqj=St4Aq4V+F-9B+{ zEbW6Mau!6p5#z5r{eJ%kMr`w^24PF1nElv*kGC20><7Yu?malJGv@LC9}s7OA0H1P z_y4gmH|8EjvIob^3I;gN7*7MZyl2ulN&srrMsir-yoIknb19UWL5>5nzvc zj`YGjsy@-4=u5P4xq3spAxk9&A==KWTS)tcf=c{3U~i&B4cM~&-hr|G@SwT9txnE1VPZp76+BizAKWQ%Mzsn$M458~?XO>>(}rVA z=PYEq{x~iiKnan-nB$}r&clq~Cj(T{(Yaz+I*}uM=Z{1DrvS2 z#E5n$vXN%qylM;JF$4CG+3kZXx3ctV;gnrYv|FNAdHQJ%`+)Qiy7(siPg;IJL5OdG z;0W8=L3MjO=j`C4chevqhYW{+ZF7b&B!CSHD)(8O6Dbx6Y5Sq7LAEq9AuSjUcH$H`)WUb7)aMh~ zBsJcgXk(^8p#^yg_EBKuMIr+lk}MnG=jAN_`A>f-+vq1^5L1g0)YYIuiE0t>aVCVfgI!&N;N56Q@wb2n z2-z;R&T&z8hH$Ewd#s*(Pp5q#f zhk|clB0+_wGk@0cZQ@nH{j~z_BMkte&ni>E^i-c#04)IUslHb^1npG{v#b-u990YJ z5HLQg7B#fiTgZV4@*h=Z7J3^~jGLN}Va{rWje6}6P*gO*+d9-|bwE~oYN5S4t$+_Y zLKAJBu==PzYoN9^ZBYBPjy?d}-Z}-5nGM;erltxX_TI*{2A#D>#;iHiX02&+@AMI1 z^p^I?OSAU0y|>B#HfT@zYo36-sWRneE4haa~;&P zsP9ny;B@ia(eu;-Ik2v--P6)HOs#m~u|D~WuFbl-cJN|x<>{7?mxHX#vS?$Pm)4FKy-hU%ne$vSWiCz^473xZ4OO*KC+pxXq0nVPSlK#IOu z!k8H6dBzJCmYKK!+`mh+vdXZ)2Q=gr6bEIdOo2#=R5|h$IP5e2}k-AvYi*@~-211*G3-05UJ5~W$?Splf@klo*hrI$2vf(pdeoNg78LMUzE z|6mjzW&7^)xDup`YuO^GdWg2(aaJsN7c%*IDvozgnxtEFjmxW=w8RLo9ZNIF zfU&jT+*LP4X~o%a2;ZxbI&8T#Q$Jy{60?*yNHC?Py>{bX&K-wQF^K6YYk68u3R-(T(rS>I)cCHx9b@mSYJf)@#YS=aEf4 zPud>#HXLJ1JlXQR2V*~;_tZQO7d13j#{w9_uVW>=Mg?6BIE5VK6$O_S1Wuk%8^!0P zf=t0rp`aW}&{?VLX3MN~UNdyn-g{owXtS}&{25~Y1cj_4z?HcHDUwz($%#QJ+@Ooy zais2-$U;ZUU0>;mqcRV>^u2amLmw`` 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/.awi/lib/python3.9/site-packages/pip/_internal/commands/check.py b/.awi/lib/python3.9/site-packages/pip/_internal/commands/check.py new file mode 100644 index 0000000..5efd0a3 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/commands/completion.py b/.awi/lib/python3.9/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 0000000..9e89e27 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/commands/configuration.py b/.awi/lib/python3.9/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 0000000..1a1dc6b --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/commands/debug.py b/.awi/lib/python3.9/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 0000000..7e5271c --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/commands/download.py b/.awi/lib/python3.9/site-packages/pip/_internal/commands/download.py new file mode 100644 index 0000000..54247a7 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/commands/freeze.py b/.awi/lib/python3.9/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 0000000..fd9d88a --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_internal/commands/freeze.py @@ -0,0 +1,108 @@ +import sys +from optparse import Values +from typing import AbstractSet, List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.freeze import freeze +from pip._internal.utils.compat import stdlib_pkgs + + +def _should_suppress_build_backends() -> bool: + return sys.version_info < (3, 12) + + +def _dev_pkgs() -> AbstractSet[str]: + pkgs = {"pip"} + + if _should_suppress_build_backends(): + pkgs |= {"setuptools", "distribute", "wheel"} + + return pkgs + + +class FreezeCommand(Command): + """ + Output installed packages in requirements format. + + packages are listed in a case-insensitive sorted order. + """ + + usage = """ + %prog [options]""" + log_streams = ("ext://sys.stderr", "ext://sys.stderr") + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Use the order in the given requirements file and its " + "comments when generating output. This option can be " + "used multiple times." + ), + ) + self.cmd_opts.add_option( + "-l", + "--local", + dest="local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not output " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--all", + dest="freeze_all", + action="store_true", + help=( + "Do not skip these packages in the output:" + " {}".format(", ".join(_dev_pkgs())) + ), + ) + self.cmd_opts.add_option( + "--exclude-editable", + dest="exclude_editable", + action="store_true", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + skip = set(stdlib_pkgs) + if not options.freeze_all: + skip.update(_dev_pkgs()) + + if options.excludes: + skip.update(options.excludes) + + cmdoptions.check_list_path_option(options) + + for line in freeze( + requirement=options.requirements, + local_only=options.local, + user_only=options.user, + paths=options.path, + isolated=options.isolated_mode, + skip=skip, + exclude_editable=options.exclude_editable, + ): + sys.stdout.write(line + "\n") + return SUCCESS diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/commands/hash.py b/.awi/lib/python3.9/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 0000000..042dac8 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/commands/help.py b/.awi/lib/python3.9/site-packages/pip/_internal/commands/help.py new file mode 100644 index 0000000..6206631 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/commands/index.py b/.awi/lib/python3.9/site-packages/pip/_internal/commands/index.py new file mode 100644 index 0000000..f55e9e4 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/commands/inspect.py b/.awi/lib/python3.9/site-packages/pip/_internal/commands/inspect.py new file mode 100644 index 0000000..27c8fa3 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/commands/install.py b/.awi/lib/python3.9/site-packages/pip/_internal/commands/install.py new file mode 100644 index 0000000..e944bb9 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/commands/list.py b/.awi/lib/python3.9/site-packages/pip/_internal/commands/list.py new file mode 100644 index 0000000..e551dda --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,368 @@ +import json +import logging +from optparse import Values +from typing import TYPE_CHECKING, Generator, List, Optional, Sequence, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.misc import tabulate, write_output + +if TYPE_CHECKING: + from pip._internal.metadata.base import DistributionVersion + + class _DistWithLatestInfo(BaseDistribution): + """Give the distribution object a couple of extra fields. + + These will be populated during ``get_outdated()``. This is dirty but + makes the rest of the code much cleaner. + """ + + latest_version: DistributionVersion + latest_filetype: str + + _ProcessedDists = Sequence[_DistWithLatestInfo] + + +logger = logging.getLogger(__name__) + + +class ListCommand(IndexGroupCommand): + """ + List installed packages, including editables. + + Packages are listed in a case-insensitive sorted order. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-o", + "--outdated", + action="store_true", + default=False, + help="List outdated packages", + ) + self.cmd_opts.add_option( + "-u", + "--uptodate", + action="store_true", + default=False, + help="List uptodate packages", + ) + self.cmd_opts.add_option( + "-e", + "--editable", + action="store_true", + default=False, + help="List editable projects.", + ) + self.cmd_opts.add_option( + "-l", + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="columns", + choices=("columns", "freeze", "json"), + help=( + "Select the output format among: columns (default), freeze, or json. " + "The 'freeze' format cannot be used with the --outdated option." + ), + ) + + self.cmd_opts.add_option( + "--not-required", + action="store_true", + dest="not_required", + help="List packages that are not dependencies of installed packages.", + ) + + self.cmd_opts.add_option( + "--exclude-editable", + action="store_false", + dest="include_editable", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option( + "--include-editable", + action="store_true", + dest="include_editable", + help="Include editable package from output.", + default=True, + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + index_opts = cmdoptions.make_option_group(cmdoptions.index_group, self.parser) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def _build_package_finder( + self, options: Values, session: PipSession + ) -> PackageFinder: + """ + Create a package finder appropriate to this list command. + """ + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + + def run(self, options: Values, args: List[str]) -> int: + if options.outdated and options.uptodate: + raise CommandError("Options --outdated and --uptodate cannot be combined.") + + if options.outdated and options.list_format == "freeze": + raise CommandError( + "List format 'freeze' cannot be used with the --outdated option." + ) + + cmdoptions.check_list_path_option(options) + + skip = set(stdlib_pkgs) + if options.excludes: + skip.update(canonicalize_name(n) for n in options.excludes) + + packages: "_ProcessedDists" = [ + cast("_DistWithLatestInfo", d) + for d in get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + editables_only=options.editable, + include_editables=options.include_editable, + skip=skip, + ) + ] + + # get_not_required must be called firstly in order to find and + # filter out all dependencies correctly. Otherwise a package + # can't be identified as requirement because some parent packages + # could be filtered out before. + if options.not_required: + packages = self.get_not_required(packages, options) + + if options.outdated: + packages = self.get_outdated(packages, options) + elif options.uptodate: + packages = self.get_uptodate(packages, options) + + self.output_package_listing(packages, options) + return SUCCESS + + def get_outdated( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if dist.latest_version > dist.version + ] + + def get_uptodate( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if dist.latest_version == dist.version + ] + + def get_not_required( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + dep_keys = { + canonicalize_name(dep.name) + for dist in packages + for dep in (dist.iter_dependencies() or ()) + } + + # Create a set to remove duplicate packages, and cast it to a list + # to keep the return type consistent with get_outdated and + # get_uptodate + return list({pkg for pkg in packages if pkg.canonical_name not in dep_keys}) + + def iter_packages_latest_infos( + self, packages: "_ProcessedDists", options: Values + ) -> Generator["_DistWithLatestInfo", None, None]: + with self._build_session(options) as session: + finder = self._build_package_finder(options, session) + + def latest_info( + dist: "_DistWithLatestInfo", + ) -> Optional["_DistWithLatestInfo"]: + all_candidates = finder.find_all_candidates(dist.canonical_name) + if not options.pre: + # Remove prereleases + all_candidates = [ + candidate + for candidate in all_candidates + if not candidate.version.is_prerelease + ] + + evaluator = finder.make_candidate_evaluator( + project_name=dist.canonical_name, + ) + best_candidate = evaluator.sort_best_candidate(all_candidates) + if best_candidate is None: + return None + + remote_version = best_candidate.version + if best_candidate.link.is_wheel: + typ = "wheel" + else: + typ = "sdist" + dist.latest_version = remote_version + dist.latest_filetype = typ + return dist + + for dist in map(latest_info, packages): + if dist is not None: + yield dist + + def output_package_listing( + self, packages: "_ProcessedDists", options: Values + ) -> None: + packages = sorted( + packages, + key=lambda dist: dist.canonical_name, + ) + if options.list_format == "columns" and packages: + data, header = format_for_columns(packages, options) + self.output_package_listing_columns(data, header) + elif options.list_format == "freeze": + for dist in packages: + if options.verbose >= 1: + write_output( + "%s==%s (%s)", dist.raw_name, dist.version, dist.location + ) + else: + write_output("%s==%s", dist.raw_name, dist.version) + elif options.list_format == "json": + write_output(format_for_json(packages, options)) + + def output_package_listing_columns( + self, data: List[List[str]], header: List[str] + ) -> None: + # insert the header first: we need to know the size of column names + if len(data) > 0: + data.insert(0, header) + + pkg_strings, sizes = tabulate(data) + + # Create and add a separator. + if len(data) > 0: + pkg_strings.insert(1, " ".join("-" * x for x in sizes)) + + for val in pkg_strings: + write_output(val) + + +def format_for_columns( + pkgs: "_ProcessedDists", options: Values +) -> Tuple[List[List[str]], List[str]]: + """ + Convert the package data into something usable + by output_package_listing_columns. + """ + header = ["Package", "Version"] + + running_outdated = options.outdated + if running_outdated: + header.extend(["Latest", "Type"]) + + has_editables = any(x.editable for x in pkgs) + if has_editables: + header.append("Editable project location") + + if options.verbose >= 1: + header.append("Location") + if options.verbose >= 1: + header.append("Installer") + + data = [] + for proj in pkgs: + # if we're working on the 'outdated' list, separate out the + # latest_version and type + row = [proj.raw_name, str(proj.version)] + + if running_outdated: + row.append(str(proj.latest_version)) + row.append(proj.latest_filetype) + + if has_editables: + row.append(proj.editable_project_location or "") + + if options.verbose >= 1: + row.append(proj.location or "") + if options.verbose >= 1: + row.append(proj.installer) + + data.append(row) + + return data, header + + +def format_for_json(packages: "_ProcessedDists", options: Values) -> str: + data = [] + for dist in packages: + info = { + "name": dist.raw_name, + "version": str(dist.version), + } + if options.verbose >= 1: + info["location"] = dist.location or "" + info["installer"] = dist.installer + if options.outdated: + info["latest_version"] = str(dist.latest_version) + info["latest_filetype"] = dist.latest_filetype + editable_project_location = dist.editable_project_location + if editable_project_location: + info["editable_project_location"] = editable_project_location + data.append(info) + return json.dumps(data) diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/commands/search.py b/.awi/lib/python3.9/site-packages/pip/_internal/commands/search.py new file mode 100644 index 0000000..03ed925 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/commands/show.py b/.awi/lib/python3.9/site-packages/pip/_internal/commands/show.py new file mode 100644 index 0000000..3f10701 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/commands/uninstall.py b/.awi/lib/python3.9/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 0000000..f198fc3 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/commands/wheel.py b/.awi/lib/python3.9/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 0000000..ed578aa --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/configuration.py b/.awi/lib/python3.9/site-packages/pip/_internal/configuration.py new file mode 100644 index 0000000..c25273d --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/distributions/__init__.py b/.awi/lib/python3.9/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 0000000..9a89a83 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f41e3930332099d1045864fcd7166528b1784bd0 GIT binary patch literal 809 zcmaJP#w*9=GmTkelg$Qe?V}2sotLyAtB#=G9HMLw`leVogjiL zQqzJ`9|tO^!y+8wP(}5mm<(~G;(A(4DS;_aG5H#ZSWIuCA`!`)WII2w63J-)_+4e4 z;R|;pah6r*WTO#3m^YnSz#a6_rxk#@10HIXrNXIJ$#w*$<(v}zgLMFmAqbA1b8!`T8{JdnVrUup;eh#47VWV&5v8+{m zy);dy#SGid+O=CXn&tdLG9@dv$zSBJn3WD@Enl4SCEzjHvQlaXMsvl)NO8+bT#&9T z^LE{5H9v)Nyk24(+%V|u72OIwMXGjqJaJ5u(3{yq>|?gmr`RsPZI_SB*}UQwjF-QE zcHcHToEp@+ci&$bi>LqAL$W#Amb{r@&w=6~^T_RbGRf<@5uJiJ{&iS?lRY|oQ9y%V FzX7<|C| literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/distributions/__pycache__/base.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/distributions/__pycache__/base.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d3a017fba6ad33f7ca5c927b36df9613a909741f GIT binary patch literal 2518 zcma)8&5s*36t|Pvd~MQA+vTHzA`1zzk-CWlClEqx%U2I973Gx6tTT2t?mFYC?ddkF zo@k|>xNz=aN{snPW%gS;XO~1O}3$`qj5YQKl}H4@Auve?{r!O+ApJT$A8oa z`3rAW+ZNn>0hhZ6ogjj0GQ|Iirqjx>LUCNx)oC=0!Z^}f)7r2W##_2RZ44Wfd_zP{ z)SnSim*hcHG=8oQTY}yvz2@JrD>>}ZqVav^l}WjVapxXSPWZ9>TBSl-nCRZ-PJXGJ zw`!E*GMKw|H+7zC{eyg%D=Vim^$Bja+JI1KE`>iyhE$MYMbKeYMxr9BFDlQ;n2Jbj zJ!=oQWbHv+He~Y#fPFzlT{NCWPwB7)^V_l==9;1v<~m{SirkSqu+R33NVG*KJn23s z5gA?uYFCQggApL+iC;y|f3Fa7z(zobC7L_O#>TP(v;{UBA_0 z(0-gqW-r*5mOP#L$;*~tjnB0sUYy^+-1aFv-UfQWj;bwh%mh!0# z=fcr@fDw!no_^?AVyu;k*Rv9KX_=aIKhKUW7r4yH-W)WXiUhMVqK=&^KVeS#JX_;( zYl)3(XBGe#$6v;&?3!`d)Z~8QJ#+^bLY0DAY_f!~hk%f+1BS2>cP2%5**x9%3Z{h2 zBq%RUlytpUIWGZY558op5oTue0Nlgm20 z!%mGo0XhNZC|4ThK}jdlUN~wch{rOOwnUPr>S4Y-4>JZ47^Z*^$Z7Ucm^U5L4|orI zm7)rQD{2{W{`muJ!zjW|}R z@^NhIupIV|oYdoRb54t99EWs><8$)Qqrt>Xt(2Ic+7{Z9r?dAYxc`XE!;004m6p~wuxN-=Q*%*K8;v)cgdT_hAi zM`(+l-Q1MJ{RNXAwGCL9P+UH5IL7M^Tn=k1I_4)D%3bB`&jYrI$%K1WMhh}&9v%=J z1W17vFY+9thiYAu!9qHan|H_T(4_JfE<(Y8HL`=`bS#}K2@?o3uu)G?dKU6zM@Rk4 z%8XkXuX-q6D0Z)RbOhO^HS8S9NCFjDivA%)@cNI$<}I)&yTmBj*3-^2)uez9+0hefA|M#gA+1Bab? z@kpfBaL|PlI=C7oXYo@2rQpy_4H{kBjUu{Rk7&0VRVy_7{tc_(+oFkj59O%0ZQlcf zqUL8ARMHaS`%p{z%UaUMNI&k+3r$=GK0qA4v%YYVMSZL{flhICeFda_a8pq~xP9k4 f01*(a5DL^n4mCb2{rx#gB@~(lZCBb9e%1c~YcSI1 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2373685694796250543d589fd29f43fdbe1b1b17 GIT binary patch literal 1494 zcmaJ>y^h>A5GEz9R=2ksU+j$o0|_9c2(ZOTg)0L=;KYXGxVQvyDm4Tp&fe0eKa*4( zZCvGCq;~BW@GG%Rl~+ib45hpEo_z@yoE^?^$ob|QiZ2#3g5!1mc>TmDmW9{1hI^T7W{s(YIW~{-(m6wm&Ag zxQ|mmMgb(Ff@GecnGXR>AiRTlzoEhx!K>h$W>biUwaYWe4qyg{a44oCdJ~8PF+n*Khy$30egjYNKOb$MSMh+>V(ivssMe=Z(~{Xh6qxW8xY>;O;)g z(3UIi(8gTHW&^Q;=bcpOm-V_))#%%xla~s(=!fHSfI2Rks_hJjWH4cILItK%bwLsN z<#4*24{&P7rXWwrTYB;qg$*>6YjuFuLHzw&x@js%Tg89D3(^Noy(2@XZOQvn)pWHu z#>9@>-fWsWP529$mNHMr_1)xNs-=PB3-}l&+my-LfI_NMvB$4YchyST-X7(hECq9I za0ZG=al@tTp&;J&%WJEjydUxbbQeBA{|uFv`}3S;*5=E0j*Y3ysU6sUk;~#&;%+%>wsVts6(fJ z?8HqcT)OXr`+RIxxPohk_EU@)$qKi3uZQ=)@vDW67^`^&jM*7uRU^96>2t=OBOw=_ zDPy83&>Xd@X+fD@If|{1pAEHeS-bbIj+}6)ZICxjsg`cN>+?}_jHwWXtAlp1BN~Jr zUHTuP9De@{{*%>#4Nc$5`gFW3#-2`gJ)P|Htdkr+P|C;C>=#$JIr@H0F5U$j*&K7c geRbny1C3BzhS#NTqp!vqeeIal4#eD>Q~de=0%rY}?*IS* literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..53e6ccbeb5129a30590fa23d35d2e925e6f4679d GIT binary patch literal 5413 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 o>7SrMakRg2ORom(8+H6J)8$%x- 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/.awi/lib/python3.9/site-packages/pip/_internal/distributions/installed.py b/.awi/lib/python3.9/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 0000000..ab8d53b --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/distributions/sdist.py b/.awi/lib/python3.9/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 0000000..15ff42b --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/distributions/wheel.py b/.awi/lib/python3.9/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 0000000..eb16e25 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/exceptions.py b/.awi/lib/python3.9/site-packages/pip/_internal/exceptions.py new file mode 100644 index 0000000..5007a62 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/index/__init__.py b/.awi/lib/python3.9/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 0000000..7a17b7b --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/index/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/index/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9bae4106863c834571e62173ee7180ece4268160 GIT binary patch literal 240 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 ZrMa?QS}ng+K38_iXDut)cE$_;`$wl@6Au6Y literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/index/collector.py b/.awi/lib/python3.9/site-packages/pip/_internal/index/collector.py new file mode 100644 index 0000000..08c8bdd --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_internal/index/collector.py @@ -0,0 +1,507 @@ +""" +The main purpose of this module is to expose LinkCollector.collect_sources(). +""" + +import collections +import email.message +import functools +import itertools +import json +import logging +import os +import urllib.parse +import urllib.request +from html.parser import HTMLParser +from optparse import Values +from typing import ( + TYPE_CHECKING, + Callable, + Dict, + Iterable, + List, + MutableMapping, + NamedTuple, + Optional, + Sequence, + Tuple, + Union, +) + +from pip._vendor import requests +from pip._vendor.requests import Response +from pip._vendor.requests.exceptions import RetryError, SSLError + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import redact_auth_from_url +from pip._internal.vcs import vcs + +from .sources import CandidatesFromPage, LinkSource, build_source + +if TYPE_CHECKING: + from typing import Protocol +else: + Protocol = object + +logger = logging.getLogger(__name__) + +ResponseHeaders = MutableMapping[str, str] + + +def _match_vcs_scheme(url: str) -> Optional[str]: + """Look for VCS schemes in the URL. + + Returns the matched VCS scheme, or None if there's no match. + """ + for scheme in vcs.schemes: + if url.lower().startswith(scheme) and url[len(scheme)] in "+:": + return scheme + return None + + +class _NotAPIContent(Exception): + def __init__(self, content_type: str, request_desc: str) -> None: + super().__init__(content_type, request_desc) + self.content_type = content_type + self.request_desc = request_desc + + +def _ensure_api_header(response: Response) -> None: + """ + Check the Content-Type header to ensure the response contains a Simple + API Response. + + Raises `_NotAPIContent` if the content type is not a valid content-type. + """ + content_type = response.headers.get("Content-Type", "Unknown") + + content_type_l = content_type.lower() + if content_type_l.startswith( + ( + "text/html", + "application/vnd.pypi.simple.v1+html", + "application/vnd.pypi.simple.v1+json", + ) + ): + return + + raise _NotAPIContent(content_type, response.request.method) + + +class _NotHTTP(Exception): + pass + + +def _ensure_api_response(url: str, session: PipSession) -> None: + """ + Send a HEAD request to the URL, and ensure the response contains a simple + API Response. + + Raises `_NotHTTP` if the URL is not available for a HEAD request, or + `_NotAPIContent` if the content type is not a valid content type. + """ + scheme, netloc, path, query, fragment = urllib.parse.urlsplit(url) + if scheme not in {"http", "https"}: + raise _NotHTTP() + + resp = session.head(url, allow_redirects=True) + raise_for_status(resp) + + _ensure_api_header(resp) + + +def _get_simple_response(url: str, session: PipSession) -> Response: + """Access an Simple API response with GET, and return the response. + + This consists of three parts: + + 1. If the URL looks suspiciously like an archive, send a HEAD first to + check the Content-Type is HTML or Simple API, to avoid downloading a + large file. Raise `_NotHTTP` if the content type cannot be determined, or + `_NotAPIContent` if it is not HTML or a Simple API. + 2. Actually perform the request. Raise HTTP exceptions on network failures. + 3. Check the Content-Type header to make sure we got a Simple API response, + and raise `_NotAPIContent` otherwise. + """ + if is_archive_file(Link(url).filename): + _ensure_api_response(url, session=session) + + logger.debug("Getting page %s", redact_auth_from_url(url)) + + resp = session.get( + url, + headers={ + "Accept": ", ".join( + [ + "application/vnd.pypi.simple.v1+json", + "application/vnd.pypi.simple.v1+html; q=0.1", + "text/html; q=0.01", + ] + ), + # We don't want to blindly returned cached data for + # /simple/, because authors generally expecting that + # twine upload && pip install will function, but if + # they've done a pip install in the last ~10 minutes + # it won't. Thus by setting this to zero we will not + # blindly use any cached data, however the benefit of + # using max-age=0 instead of no-cache, is that we will + # still support conditional requests, so we will still + # minimize traffic sent in cases where the page hasn't + # changed at all, we will just always incur the round + # trip for the conditional GET now instead of only + # once per 10 minutes. + # For more information, please see pypa/pip#5670. + "Cache-Control": "max-age=0", + }, + ) + raise_for_status(resp) + + # The check for archives above only works if the url ends with + # something that looks like an archive. However that is not a + # requirement of an url. Unless we issue a HEAD request on every + # url we cannot know ahead of time for sure if something is a + # Simple API response or not. However we can check after we've + # downloaded it. + _ensure_api_header(resp) + + logger.debug( + "Fetched page %s as %s", + redact_auth_from_url(url), + resp.headers.get("Content-Type", "Unknown"), + ) + + return resp + + +def _get_encoding_from_headers(headers: ResponseHeaders) -> Optional[str]: + """Determine if we have any encoding information in our headers.""" + if headers and "Content-Type" in headers: + m = email.message.Message() + m["content-type"] = headers["Content-Type"] + charset = m.get_param("charset") + if charset: + return str(charset) + return None + + +class CacheablePageContent: + def __init__(self, page: "IndexContent") -> None: + assert page.cache_link_parsing + self.page = page + + def __eq__(self, other: object) -> bool: + return isinstance(other, type(self)) and self.page.url == other.page.url + + def __hash__(self) -> int: + return hash(self.page.url) + + +class ParseLinks(Protocol): + def __call__(self, page: "IndexContent") -> Iterable[Link]: + ... + + +def with_cached_index_content(fn: ParseLinks) -> ParseLinks: + """ + Given a function that parses an Iterable[Link] from an IndexContent, cache the + function's result (keyed by CacheablePageContent), unless the IndexContent + `page` has `page.cache_link_parsing == False`. + """ + + @functools.lru_cache(maxsize=None) + def wrapper(cacheable_page: CacheablePageContent) -> List[Link]: + return list(fn(cacheable_page.page)) + + @functools.wraps(fn) + def wrapper_wrapper(page: "IndexContent") -> List[Link]: + if page.cache_link_parsing: + return wrapper(CacheablePageContent(page)) + return list(fn(page)) + + return wrapper_wrapper + + +@with_cached_index_content +def parse_links(page: "IndexContent") -> Iterable[Link]: + """ + Parse a Simple API's Index Content, and yield its anchor elements as Link objects. + """ + + content_type_l = page.content_type.lower() + if content_type_l.startswith("application/vnd.pypi.simple.v1+json"): + data = json.loads(page.content) + for file in data.get("files", []): + link = Link.from_json(file, page.url) + if link is None: + continue + yield link + return + + parser = HTMLLinkParser(page.url) + encoding = page.encoding or "utf-8" + parser.feed(page.content.decode(encoding)) + + url = page.url + base_url = parser.base_url or url + for anchor in parser.anchors: + link = Link.from_element(anchor, page_url=url, base_url=base_url) + if link is None: + continue + yield link + + +class IndexContent: + """Represents one response (or page), along with its URL""" + + def __init__( + self, + content: bytes, + content_type: str, + encoding: Optional[str], + url: str, + cache_link_parsing: bool = True, + ) -> None: + """ + :param encoding: the encoding to decode the given content. + :param url: the URL from which the HTML was downloaded. + :param cache_link_parsing: whether links parsed from this page's url + should be cached. PyPI index urls should + have this set to False, for example. + """ + self.content = content + self.content_type = content_type + self.encoding = encoding + self.url = url + self.cache_link_parsing = cache_link_parsing + + def __str__(self) -> str: + return redact_auth_from_url(self.url) + + +class HTMLLinkParser(HTMLParser): + """ + HTMLParser that keeps the first base HREF and a list of all anchor + elements' attributes. + """ + + def __init__(self, url: str) -> None: + super().__init__(convert_charrefs=True) + + self.url: str = url + self.base_url: Optional[str] = None + self.anchors: List[Dict[str, Optional[str]]] = [] + + def handle_starttag(self, tag: str, attrs: List[Tuple[str, Optional[str]]]) -> None: + if tag == "base" and self.base_url is None: + href = self.get_href(attrs) + if href is not None: + self.base_url = href + elif tag == "a": + self.anchors.append(dict(attrs)) + + def get_href(self, attrs: List[Tuple[str, Optional[str]]]) -> Optional[str]: + for name, value in attrs: + if name == "href": + return value + return None + + +def _handle_get_simple_fail( + link: Link, + reason: Union[str, Exception], + meth: Optional[Callable[..., None]] = None, +) -> None: + if meth is None: + meth = logger.debug + meth("Could not fetch URL %s: %s - skipping", link, reason) + + +def _make_index_content( + response: Response, cache_link_parsing: bool = True +) -> IndexContent: + encoding = _get_encoding_from_headers(response.headers) + return IndexContent( + response.content, + response.headers["Content-Type"], + encoding=encoding, + url=response.url, + cache_link_parsing=cache_link_parsing, + ) + + +def _get_index_content(link: Link, *, session: PipSession) -> Optional["IndexContent"]: + url = link.url.split("#", 1)[0] + + # Check for VCS schemes that do not support lookup as web pages. + vcs_scheme = _match_vcs_scheme(url) + if vcs_scheme: + logger.warning( + "Cannot look at %s URL %s because it does not support lookup as web pages.", + vcs_scheme, + link, + ) + return None + + # Tack index.html onto file:// URLs that point to directories + scheme, _, path, _, _, _ = urllib.parse.urlparse(url) + if scheme == "file" and os.path.isdir(urllib.request.url2pathname(path)): + # add trailing slash if not present so urljoin doesn't trim + # final segment + if not url.endswith("/"): + url += "/" + # TODO: In the future, it would be nice if pip supported PEP 691 + # style responses in the file:// URLs, however there's no + # standard file extension for application/vnd.pypi.simple.v1+json + # so we'll need to come up with something on our own. + url = urllib.parse.urljoin(url, "index.html") + logger.debug(" file: URL is directory, getting %s", url) + + try: + resp = _get_simple_response(url, session=session) + except _NotHTTP: + logger.warning( + "Skipping page %s because it looks like an archive, and cannot " + "be checked by a HTTP HEAD request.", + link, + ) + except _NotAPIContent as exc: + logger.warning( + "Skipping page %s because the %s request got Content-Type: %s. " + "The only supported Content-Types are application/vnd.pypi.simple.v1+json, " + "application/vnd.pypi.simple.v1+html, and text/html", + link, + exc.request_desc, + exc.content_type, + ) + except NetworkConnectionError as exc: + _handle_get_simple_fail(link, exc) + except RetryError as exc: + _handle_get_simple_fail(link, exc) + except SSLError as exc: + reason = "There was a problem confirming the ssl certificate: " + reason += str(exc) + _handle_get_simple_fail(link, reason, meth=logger.info) + except requests.ConnectionError as exc: + _handle_get_simple_fail(link, f"connection error: {exc}") + except requests.Timeout: + _handle_get_simple_fail(link, "timed out") + else: + return _make_index_content(resp, cache_link_parsing=link.cache_link_parsing) + return None + + +class CollectedSources(NamedTuple): + find_links: Sequence[Optional[LinkSource]] + index_urls: Sequence[Optional[LinkSource]] + + +class LinkCollector: + + """ + Responsible for collecting Link objects from all configured locations, + making network requests as needed. + + The class's main method is its collect_sources() method. + """ + + def __init__( + self, + session: PipSession, + search_scope: SearchScope, + ) -> None: + self.search_scope = search_scope + self.session = session + + @classmethod + def create( + cls, + session: PipSession, + options: Values, + suppress_no_index: bool = False, + ) -> "LinkCollector": + """ + :param session: The Session to use to make requests. + :param suppress_no_index: Whether to ignore the --no-index option + when constructing the SearchScope object. + """ + index_urls = [options.index_url] + options.extra_index_urls + if options.no_index and not suppress_no_index: + logger.debug( + "Ignoring indexes: %s", + ",".join(redact_auth_from_url(url) for url in index_urls), + ) + index_urls = [] + + # Make sure find_links is a list before passing to create(). + find_links = options.find_links or [] + + search_scope = SearchScope.create( + find_links=find_links, + index_urls=index_urls, + no_index=options.no_index, + ) + link_collector = LinkCollector( + session=session, + search_scope=search_scope, + ) + return link_collector + + @property + def find_links(self) -> List[str]: + return self.search_scope.find_links + + def fetch_response(self, location: Link) -> Optional[IndexContent]: + """ + Fetch an HTML page containing package links. + """ + return _get_index_content(location, session=self.session) + + def collect_sources( + self, + project_name: str, + candidates_from_page: CandidatesFromPage, + ) -> CollectedSources: + # The OrderedDict calls deduplicate sources by URL. + index_url_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=False, + cache_link_parsing=False, + project_name=project_name, + ) + for loc in self.search_scope.get_index_urls_locations(project_name) + ).values() + find_links_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=True, + cache_link_parsing=True, + project_name=project_name, + ) + for loc in self.find_links + ).values() + + if logger.isEnabledFor(logging.DEBUG): + lines = [ + f"* {s.link}" + for s in itertools.chain(find_links_sources, index_url_sources) + if s is not None and s.link is not None + ] + lines = [ + f"{len(lines)} location(s) to search " + f"for versions of {project_name}:" + ] + lines + logger.debug("\n".join(lines)) + + return CollectedSources( + find_links=list(find_links_sources), + index_urls=list(index_url_sources), + ) diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/index/package_finder.py b/.awi/lib/python3.9/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 0000000..ec9ebc3 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/index/sources.py b/.awi/lib/python3.9/site-packages/pip/_internal/index/sources.py new file mode 100644 index 0000000..f4626d7 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/locations/__init__.py b/.awi/lib/python3.9/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 0000000..d54bc63 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f65e97ef4a7ab6629940a45558ef950e9f77917c GIT binary patch literal 11066 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f099c1e721aa1e3a95c24ddedf694fa0bb6d2b7 GIT binary patch literal 4606 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/locations/__pycache__/base.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/locations/__pycache__/base.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4a4b7de5274dd3f453e7580d3685af21525e8bab GIT binary patch literal 2417 zcmZuy&2JPp6t`z)KS?%A!bbwMvJh=p6?Um;g<8?7D5Qc`Bs2k0R!F1Su{S%LS$k@G zv)MGcl=j#jxRy$rWB;8VeeH>BkEl}n?Abs-%26&p-bh&CXU4JkL6Jy8l)X z`rB5HKV_(V1+V%Ciie0Iic{3izqpNE-D`X9>$iRP4cdYG7TN{)dTDV`YL~F}@ze64 z(yll=NUMVr?GqTW%4CKX4sm;y1(O;rf;GqL>?AGSM66EB&oQmg>d!%Y9$Mi?PdxYO z44s9Rg=v3{&OzI>o2v>JVxBR zh8XIfqnMuj6|?hhu6erfbMO?mFHpRR8mC^sy3tw#o0E6B(ovd5IuU$TN+F@K6lEDr zqylqM4mnTwRygF8$#5r;dKjgQ?-)NzGE>TilBG$<%&J7QFpJ{tXp33LqGWm~d2A;- z{&-MXfmh8yL2(~x-1mM%kd(K_ssx@5=SXyqkwMfK^6DVrLXsUO734@n*LB51DH+$~ z{#f^*HBuxZN=r!f3SrHyrVDlPdh^Cb0?uH3eC=Z1xL5e`p!wrL!#BmQkb_7YUyYTS znNAQUyes}h(&p!im$KCp1J=r9w8I#0tq2bDbcPl&)ymRnyd?#|a}}ap&0IRIW;9A# zfJ-Z{UvGZavH)E@0;mPxwO}UAB#+WoDq^<*s?~`UYi46}c8lrIEkAV252x8JSm-Q< zs32=l!Yay~jY27eHsvhRJsu61v;>dcFgp~U0Nx_J4*F+cXw=6PZ+r44Sl-0n$A?&5 za(1wfpyqAbG2X=0s7L)@yd`8?`G)fiz<1w`C|KVo-hp@E@B6f{glG}^IM`FK1OHVd z-^DG`l8x~@qUAsQr}!sKeIP(3`VJ#B-TvjHwJeiSqI+cdXqC$(lPqIEN7}5qUB25T z$3`cL03`v=9d-qn0#*34ABM?}<*g=K5TTkjdb2MQe)%Zw6>>CVBj?FFFi?&X1z{2m zF(HIx3OKn9Bs)Ii(R3u@)N+#(8`utlipx-s#1%5?C2`Lt1MG>n#{^h=dwsL@DB)C$ zfWF{-FN(?f=5$#Prnz?n9Lo`-q$|Z>%J*djWCxE(QUWxSksL!4O_T;&rjVqd!<6Og zFojI0WcLMNi`I+>Za=#0ijC+q3XF+55D*5^=(XCUGy~TZ~v{IcO~I z-DKD1J$%cr*(e!LC=*!nnZN>R3Wk2%X&ast4?&h}E9mQm0O`{Bn_ORYFey{-5Mz{Utn;YsqeH8x z{u-!=jQ75H0J7B;DTpN*iy?_5BW#z&ur0s`IQ981#tvhW3P4zrj&%VAX*R0T9#nbS z77mXkYuU@p6m$4Z5tJbwQBzvqbb4(9wwq|s?2fXygY;G*kuV?qHl8&rE3dn6KwxEM z1mPl{2N2KT8LuA5OLoG_P=VrG*|Jx{Alg;Q9(w~`>uB?J@Y*mM)O_LreE6va#alCT z_a8sFv%dEA#;tp+kJdN71-%M7LZqewni~t=O}30nD!0R(NFK}CvB43co~Tf$-LNZx zVIv{8*I~L`2tD}`*p2s0r90%YhTzHpXabwN15Y+!gemHA2D@MuVH=vS#J9B`tyFRJb$59_xy8t G3;rKl_MT4w literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/locations/_distutils.py b/.awi/lib/python3.9/site-packages/pip/_internal/locations/_distutils.py new file mode 100644 index 0000000..0e18c6e --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/locations/_sysconfig.py b/.awi/lib/python3.9/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 0000000..97aef1f --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/locations/base.py b/.awi/lib/python3.9/site-packages/pip/_internal/locations/base.py new file mode 100644 index 0000000..3f9f896 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/main.py b/.awi/lib/python3.9/site-packages/pip/_internal/main.py new file mode 100644 index 0000000..33c6d24 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/metadata/__init__.py b/.awi/lib/python3.9/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 0000000..aa232b6 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f51056ebb502cf8046d5c293a33394836297e08 GIT binary patch literal 4840 zcmcIoOK;rP6(%{Hheo5(%dst6ac|Y8&N%WYZqgtToFKL$J4S3-sFen0QBZg0-qBFz zV|vMvGlspAw?%<=>qXpM{z-xU18%$Wy1SwU`khM-HIn53ZBPp2@E-EMzVDpx9E#7( z)D0Ye>U`Pz$DCpOof?xz8I8|z#+OXP5QZ>)!^wV4$JA}hvGi}rDdE@h?V#+GgNjoL zs!lbiIkjNQnKG$Q$*%{~&NS|AQT7|bj58B7on|oW%m#DLTrlsz|gDR_}U=RG6~1t)e9AMt*BbO<@*A zw5w^lH0UyeOL}fkCa#b@KJ*h;PR>RTCJkrF@R%lc#pF7hvGip(aXY;GNQMHtt05-xC3j2W}%5cK^Ga6<3sj=UHGgJ;sheS}7|JgDOV3YKv zVoAh?v1GVsySrX6h*aWxopvA-E_lLscUh$HWbkOuRWgo-sw-m{^R2b(b%x{Sh~sL9_qOlWlD%);8 z7M32vm)p8|h21}iMvhJ4Pm#*DJ>W^V{{~F+p+O}V0(k8CQHT40C5#guCO^Dk_9?r? z{aEhqW+3N-1^f{%Zat zP-gcwsf((jXKF=pTFsp!EkQxjMox_Dg}o?Ucs&x*Dx#eyiArnZ;P@W0RlNAUq29sJ z{~WIMqd=|=6hDwMT-(6<#sU_v4SYV@Q_(OKR{_)2fewVVHh=7`VFznj`-Ao;YcUk- z>Hzw|_awS`gEcG+A_n1H8&ALH!saEe+a8S4OK#kchQ4q?hFdJk9l!fFmKKx78O^5o zzF9YIvu3HwXm`mtc@WB<dj2_p1hNb?r&F$)vTCGe6-D*|Sn(Kx;8Vo{rt(S>+&#+z!3Z{c3nj|dqU)i8%44k5&SaOeEvoF0_`!*7xH~kXj`Tpn4BDrPUmc3Fx&? zX-`7YXl&w)30tG8sExv-OlyhN8ML~jSmT543rA|AF=pYZ@sd)s$uH+T@RR5xpOEC{ z+C@6c;(_dXJx>bChEQsn6KbBN!5_l~I6*pNNY$89gSY1$fT}E@nVyJ}21v+)o(01= z(Tq?U>cMOJM=%#|R4{>#8TQze_6y&~bVcf;K&F&S(<8O^hGCb2oANV}B*iH#)yb_~ zy|R|6D7Yv1(p1gEb|2@MDr$qODd8#9Y$zW82fCj8wTPLCI*^UU_auj&26TeAV(wE( zW0T@|gy$Oqs30x#c3_;57KK-V>?1fxn-IQAc@AMRF*Q|kW0$`IRMMsfvv>o5egyLg zK+_9U1s5+JtArmGI9JrigmWn^>v}nDqLhn54?JpV&oI})gV*SwdmHBl&X~gKC`6u` zFG)#F-kcDt!n-n&%ERO+H1xEW<73`c5cGe9eLU}*Vb?sZ54hq16}S_qth2311>8p- z5^SKNeK;tid`DF!sX)f8p5k~cX!^2P&`*&&J^_Y`a>NP#)B?~Ex^ZdFXnLw@ z6Q~{}S_5}n-~P)`$-ZaAQ7)oS9z85VboVs?#+sUw_1g1wM%5lIjtJuH_`)B1kg*VE z+Vm=YR-r&f*{lwVGMOUqwBx|zYiu5F_3#qb7&!env7iD!D|6@Sn z54^aWeIwYE{U$2Ndp-Ux*%*qK; zGkkO;N>T37!l;8TEq6xv%G5iX2-2d;NNd-#;`cMEA9Q(ML(xiq%T~i$wrq33vaQ-o Y^W0peZqC)4_4D<)sfC6{%(VXXACo{?1ONa4 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..302d8b9e1c806639f9eb6c2d4f81b420798b1c60 GIT binary patch literal 2197 zcmZuzOK%)S5bo}I?!ym4FwTWo0t72%cLN*x$`UIF87|=!IW@>4?1s$-5}fteT7#+Kh0}fq*4D1P9zP>xT_-MLYgTq`WYA9 z-HBLB!o72$L5;UAlnMu;VH;~H9T~e5^|i6rBBhPdPqClLN-{SLEh$mTHme=JqJZLj(W57#(JkD-gz&)hrRs90Eb9-pLNrI1736(Ze;g zb(e;EHYQuujKxV^~HzDE8 zyo|iv3J;@p9QE20`GeL+Z53%uRDTb01=)-&WXppi#0yVrv$8>f)@57*da%*#XGtFFs27U`4tE!_0k^3I@X+1=gM+0|0op=v zbO}xY@EkK44-gK3;1~jYym|(S#VG`}Ilfk~6AKE4Lbn2_z9i|KO|(7QpalQ8b!2@_ zQg$0$N016@r?lOl)2{Xk0O%M((k|`}q1hYb`Y_!~;g&Y<^ddcWhI*%Y$GFfgqV&Cn zZ>o`sQl-PRFC->iVm6ICX=UabG$!n6owBp7NSR6FhIuYhZY-sx#4sDSyiqRd@4{Ki zIK2_v8RLr-mPYBIEb0lHL%SIjrjd@+d2_r4N;MCR&?>d*EcGd4Rp52tv$RgfZ$bTa zbv7y1#W?GSvAWy(&o(dACWeB(y$YnR0~7s3m~tC$?{IO>SH1*fVBW>$af> z&!~J8tgm=mU5ugKVD9gJiksoiE*;-|sY{o(#@{>Zn$PL2m%3I~##PrKqtGy}xCXC= z10YAaeCxs|Y!DJ*lF*Rsr=N-LKkyv_@eBQ*_ne~_Xmn;I(faD-jG;YrL3_B%CCxKyPEQrrI2Vp!E#yhj0 z!1fNFU1qv=1*8UO75Yr9`B@vX3RwoSA?N--zCBHS%cpb9r&S=E`b>TZwi}I^pkBTp zt;w@`S)^s{nW@QSGI?Aj_9Nr!QI2)zf*`R=Ngr8>Nef4aNeMxD#>DFq*b8)xznElv V7>m1j9~Axuxeh+hGyjcQ`(N#EJ&FJT literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/metadata/__pycache__/base.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/metadata/__pycache__/base.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..75a7225a8ff2e041c8d9056713d1a75a13a7b0bd GIT binary patch literal 27685 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/metadata/_json.py b/.awi/lib/python3.9/site-packages/pip/_internal/metadata/_json.py new file mode 100644 index 0000000..27362fc --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_internal/metadata/_json.py @@ -0,0 +1,84 @@ +# Extracted from https://github.com/pfmoore/pkg_metadata + +from email.header import Header, decode_header, make_header +from email.message import Message +from typing import Any, Dict, List, Union + +METADATA_FIELDS = [ + # Name, Multiple-Use + ("Metadata-Version", False), + ("Name", False), + ("Version", False), + ("Dynamic", True), + ("Platform", True), + ("Supported-Platform", True), + ("Summary", False), + ("Description", False), + ("Description-Content-Type", False), + ("Keywords", False), + ("Home-page", False), + ("Download-URL", False), + ("Author", False), + ("Author-email", False), + ("Maintainer", False), + ("Maintainer-email", False), + ("License", False), + ("Classifier", True), + ("Requires-Dist", True), + ("Requires-Python", False), + ("Requires-External", True), + ("Project-URL", True), + ("Provides-Extra", True), + ("Provides-Dist", True), + ("Obsoletes-Dist", True), +] + + +def json_name(field: str) -> str: + return field.lower().replace("-", "_") + + +def msg_to_json(msg: Message) -> Dict[str, Any]: + """Convert a Message object into a JSON-compatible dictionary.""" + + def sanitise_header(h: Union[Header, str]) -> str: + if isinstance(h, Header): + chunks = [] + for bytes, encoding in decode_header(h): + if encoding == "unknown-8bit": + try: + # See if UTF-8 works + bytes.decode("utf-8") + encoding = "utf-8" + except UnicodeDecodeError: + # If not, latin1 at least won't fail + encoding = "latin1" + chunks.append((bytes, encoding)) + return str(make_header(chunks)) + return str(h) + + result = {} + for field, multi in METADATA_FIELDS: + if field not in msg: + continue + key = json_name(field) + if multi: + value: Union[str, List[str]] = [ + sanitise_header(v) for v in msg.get_all(field) # type: ignore + ] + else: + value = sanitise_header(msg.get(field)) # type: ignore + if key == "keywords": + # Accept both comma-separated and space-separated + # forms, for better compatibility with old data. + if "," in value: + value = [v.strip() for v in value.split(",")] + else: + value = value.split() + result[key] = value + + payload = msg.get_payload() + if payload: + result["description"] = payload + + return result diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/metadata/base.py b/.awi/lib/python3.9/site-packages/pip/_internal/metadata/base.py new file mode 100644 index 0000000..9249124 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/__init__.py b/.awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/__init__.py new file mode 100644 index 0000000..a779138 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e9b4d7e464b0633b43a14ff85c1efa2163dc99e9 GIT binary patch literal 361 zcmYjNyG{c!5VY@=0Lg!F#l-~`5<(z|L_?Z%ZY&2o7Yn~+JBO~Kq~{ap_@!&9_ysEV zh!nAsXFb}P9m{+^KSfaQn}_Wi^skZpuMEfyoOli(kiZ%lOfeqsna)g3bBtOf@()Z4 zQP5J9YgAX?800k`X7?(lpf>xYoCSWiw4Dmh8fjCV55?;CaT&&pkOK@S%6J!&R-08_ z(TWLh$G<&tr-gim_AXMj0;Bic_lk%B=LcFQd)B7>@htOuX*1Fx3{9% zy3qJO?VKeG{-OvZk^{e3T#~4gY&?H@=B)&q@`NdyWUyQlBNG=qadLbrVK7yRv4!u4 V>6LL}ujTdl0kHy@;aN7#egWqHV;ukh literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f0aa46315a785d309c3365cb8e6963aebdef6dd GIT binary patch literal 2777 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 Bm}vk2 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7f6cf5322b49a6a3c01511ca7202ed9c890b6eaa GIT binary patch literal 7681 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 None: + self.dist = dist + self.reason = reason + + def __str__(self) -> str: + return f"Bad metadata in {self.dist} ({self.reason})" + + +class BasePath(Protocol): + """A protocol that various path objects conform. + + This exists because importlib.metadata uses both ``pathlib.Path`` and + ``zipfile.Path``, and we need a common base for type hints (Union does not + work well since ``zipfile.Path`` is too new for our linter setup). + + This does not mean to be exhaustive, but only contains things that present + in both classes *that we need*. + """ + + @property + def name(self) -> str: + raise NotImplementedError() + + @property + def parent(self) -> "BasePath": + raise NotImplementedError() + + +def get_info_location(d: importlib.metadata.Distribution) -> Optional[BasePath]: + """Find the path to the distribution's metadata directory. + + HACK: This relies on importlib.metadata's private ``_path`` attribute. Not + all distributions exist on disk, so importlib.metadata is correct to not + expose the attribute as public. But pip's code base is old and not as clean, + so we do this to avoid having to rewrite too many things. Hopefully we can + eliminate this some day. + """ + return getattr(d, "_path", None) + + +def get_dist_name(dist: importlib.metadata.Distribution) -> str: + """Get the distribution's project name. + + The ``name`` attribute is only available in Python 3.10 or later. We are + targeting exactly that, but Mypy does not know this. + """ + name = cast(Any, dist).name + if not isinstance(name, str): + raise BadMetadata(dist, reason="invalid metadata entry 'name'") + return name diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/_dists.py b/.awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/_dists.py new file mode 100644 index 0000000..26370fa --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/_envs.py b/.awi/lib/python3.9/site-packages/pip/_internal/metadata/importlib/_envs.py new file mode 100644 index 0000000..048dc55 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/metadata/pkg_resources.py b/.awi/lib/python3.9/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 0000000..bb11e5b --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/models/__init__.py b/.awi/lib/python3.9/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 0000000..7855226 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_internal/models/__init__.py @@ -0,0 +1,2 @@ +"""A package that contains models that represent entities. +""" diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..49127f44d000cd3c45b6d39a0d4701dc9221c3b3 GIT binary patch literal 274 zcmYjMF-`+95cH)Xij+UNO>wsc4MPy(w(LF7J7jo)Fx$0T1W~ZA6oosiod(_-p)?Ey2 zDHMH-4t<%-j45Nmz*;~|SenIlRh_Slaj`SzL*<#o{?d1WJ{}QLwy%f*9wjhSJ21si zAbC6Pa~y)JcQMy#>Gin7AAe&+(IG7`mdRsQ36AOF$e2mss=_JVq=;#p66>Z M2alV}pI-v?1H{5odjJ3c literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/candidate.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/candidate.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2df79628e2aa97bf6eac54549a8fdcdc3654863c GIT binary patch literal 1453 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/index.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/index.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..71d7698bb5f494d686dfec7be004461d236c6768 GIT binary patch literal 1244 zcmZ`(J&)Wr5GARP)vk4h?f9-p8nr5J1=v-Bz%YD;?dEWZQ>h_%BKMYStwfVt$Gf=h z4shirwTp8)|0TAm@)y#?GuqpDU3dTvW`-Khn>PcAgM$eH`Sbk6ER6~I8=ZZD7l zdf7?!Zu9InWvp_l^R5uZ?Nu?{6{3@cvHe>ul`E8RTG>K0jdHH=eW5yOdJTDH5~7uD zL)t0d_Dz^Ly)>=j7|YDs=)wA7rXl8hZ=p7q{Zi=ew2W*7ec2JHkXq$ewreo56SQ|{ zpum$Wazj56N-pUo;mk*i_$IlepXee5AI{B4f(Lds*le)Jmkc5kNq~arG^AUIAx3!R zoshVdQ8r|p>rQ*l2UH=24qAO45+kfrAp_T$R(p#>2?y8~pY@g-;paAim`zb(Gi4NF zr`p-q_CC`v=DcZzbDV!B|C(yvFI8o%c&k)bo%Efz`h4Ye-?_@PVtrxzRVR<3z_D5T zdEZr2@rSMeP_^|RPk*kQ_UhPd2MTH0RM3G}wi9i&?4@d5rE$(vv$i?l8pCmD5IUhL zy+?DJC!53lm6+~GC>ijBt!40e!!YSq&_)hU;JACBJXz2iV0aP1Bp7f^Ps`XIz>U2N zDvW@t1uV-zN6GAcyg5Sk@PBoP7CwfC8_LnmkKZEOXS^KaygIQ|oQDbL(C!L0jE9`_ zH!IQJ-i$abTLWQW-?hC5_Cw^n9q1V9!6dhHX;j<7?7u>KfRF}UyN(@lk?pSw z-Q1shZ`>~xOvUJFZ!fCN5$?JJ&T(w>-gzbQqNKxaY>svrUO5k6?b3ci|M)w(Nywpl xnErIw#x1!BAjD_uvzHoTv?OFFc+}-Q2 z)`kNciCp1|k?dpsQeQc7;KqpyRL$&$wPaeVn(Eg#RbN$gG8l9Tj9-qvny?-rzvEnq91|cgi}d!8qu6ZEO#P@;u@1~-ilha?MN?gNA22nrJr}A4kcd_-s0X1!o4Mn zy1e~_jQl?UkBl7ad|u40`!Gw5^`D5dnJ7{*qV^6KlVm1MEQ<3?l|?QJ1IxWQJ{L-7 zWf8|P-TAuECXwkh!3@@% z2U0Wh9T*EbC3^S>^0lD9lHb^p{s`8TT+wUXV<3(SP*2^0ah$gn^vb&?(>8Z5ThHqi z^%T~9_0)9myQB-o-2<{Z&&(9@{o0V5COv;LMd-ajNd1Ihbjo zVm+%WnIY7%FmO^S5xq_@;)1TQH+^mBHA3lH+P*p7W zxMtxMRq&iOyQ-$3dmw?xw9Ko+03i|IqZh#~VXpWI4rG}oQXhh`zB+Pkd-Vd@9<<2% zIkN2)HMY0;VmS&6Sz%i!3`X5Ug+1F?=$U#O)JGtC3lw3DGTNo?KW@kU>*DVJyEh*7 zvGIx|7jbO6aSS~=lW6zj_-vNQW=FXIs@kX!-}X|OXbt6bQgVd}vW_-NAssb|wL2U2 zQ#)Jx>BA9xbu=12-EkPb`<}wd7~Vn8%&V+8Zh#QC{&Dm^kQ4w*1us?5JT7o5$P;x6 u4|z?Bb>K`*)avy5)d`?~P}arUM1eoN%|GiOGz=VK`PEJiS)cW3-}x8zXw6#y literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/link.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/link.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0ea089cb4989b393fe23d33955276f16ac705e4d GIT binary patch literal 18089 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 WS=ew?(>q!}@nw*~1(nlYFZm7S?-98G literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be7d54787a81edb5f9c9011d8d477410f0e4448a GIT binary patch literal 3535 zcmb7G&u`nv73Po>Mah!vB;HMSwBO5Pz5D;)_awO5F zNP1>u$Ewte4ea*NLwoi??x8@g{d0KjspsBOwCVSTcH}rIu%$4=`SCcK`QG=vH$k&m zH}L#<_t*XPn}+ds>Rf#+bRMF}Q&f==vBc<=Z`NbFZ}v?6wtAL++r0|jX5x&hy(%MH zD{)7)UQM^{q&`~eE$Mb8X^fh^rfxe)YqZ>39e)VzCd59tpQE`J#jT5t;HNYwV!g@BZaEDjl zGcIbEPJCuZc2qgFPgt*ZZPwAVbSk@7=hdio#-e((gx(UbmbOvj%#4~*3uBGQ!I_tf zr5zrKaJUm@IiLKp?&0}G8V0!>CxPP9Q$y}0Ss17|OQ{zqFOPFCmR^{p{dh3OSv{3` zQZLid3p}@qdOuDhKZ(@(x(C$q}5G6!$Yndm4st(>r#qs%>PZciN=n>w(t=de0w%s6nBa{{PU zb?#2hseNu@jk~jos_oV1OJp;vPOE#3$lN!@mTJyhkwxF(%fo}MsWG+jl@-~4w18S= z@`XMpf%Qmm;N%6~6&$^6caMk43;K!+?~)vGI?!l-wSeZU5-(ck1^azb87h^_N&F_j zN3j}ScZ1*u<5+O-%dMU6&d%07ZrUAa4}47za~X28UL{VGyT< z1MepBZc)htA$j4VTech-4*7@|PLd4hT^B~+023&T5e-|vp8Pg!?0!E(5Zb@)ol2AJNap8p8^Y393 z@-8Z4*=8=QqcoV!8n(k$(5jf+Poeyk|e_!Ax2n0c572MUy96mBeLersd)~e(>VU6CC>DmUCu?7$T`*H zpBX3GitM5)zCsUjb+;!EzJw-p-0{FnZ|x(whKR*S5`%|`+|fNRPk11?my7H$j!4iY zaXXWDx3X-X#0w$mCAfUx{cbif?|GBeD|0&7(adY0ks~b>Nku!;c-opV1*e{{-%@x78uO#b#n=e+A_wof6;JB&d>2)na@tG>uP zLmuvz-vKARH4h=4V*dyM*}L11g;c~@ox$lsQ?l0!(&*JHV=!I~kr!UAfmDv;M&l3? zNRma)dG$%#)INJNJP-~<-&-iMqj8ucaFsb(RlX_3Y0enL>rmd7A5U4tZX<|H2@P}m z1?#q}MJ>-{{EU*1_#sxg!o$kJI73h-pbHntNGGg|{S+1`2?2ddpR7@}PG+sqJ{>JT z&SPTs5ym9lHi#!HFKw6N^je;&o-y^^FAn3bRqZc}g=x?8&G9-zFDJfWekjLQ5TBks=o;VL<=6hD{@O zha~nk0CIdN>2OAMwK@6l+ia)Zq_jg9XWuXCzF*!*&~Ett!8k}RW~#m)Wg&)ZzAuwZ zNi>(jB#?5%adC+RQA<2TRoJ_@b%+nC|9z@{Le)N*cj(7)_MU^fq2>F6O77u8s0rud|(9yRK&B?-1U=@sLcf|*| zG<5t!urd=cqMHQfI=G17lA{^>zP7l$R&>g1MX7B;uol-0^rszSL7>WO*PYi_C=Euj z4E3c=NA02p_igE`miResUI%Hy;cWmF?ndd7P0I5+J-HA>`D>W?;R>^2)~){nc#N*Y literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..10454e9281df550491998cb492baebb7773625a8 GIT binary patch literal 1676 zcmZ`(O^@3)5T!oXyRef>8Z= z+i$@z!~%)RU=jp=9LlhaCQ*QXMl53Sd&J^*;Us3sD>O|1f%9k>G`(LcC$ypx#)FYI zC3WXoIiqFaPwclIOrArxXJ9y*1Po0=7EGc!#QG}$&pn>Nlk%ensC_37ASO#bq%37e z?~_T7#Sr_rx%Y}oUii2dhR?X+s^IpTonUA$R6#3SOX|4AZozRu6%!1m*lus(YIhCK zw82a-mDH38HE*536)co>R7zOFGaeIcvV?W?%_;H4uVYZks#c z7PufqM@BQ~LXxRa)U2BOVy?8|#PBz@Fx--A3R4K#zfBA>$b{$KLoXHmTvR zHmdLkw#|=2=;zRF24Msx|+&kgqk zQG6S*SWjOA+u2D=famzEqK1}upNBL2`+@`ArXvfN)Brn}THNu3zY(fUhvmxh8&BSw zp5coZ7x??9kB68Vjw^0T;T+s{8c+8UXxm(E^3tVa56vOrXZS~aAji#DV954ZE1u!s zY!_jZp#w->H#@ZeK&xw005n=$(m4n#$6X?KE6W8}7<_^B+*U>&op0WqP>lb9y|6%1 zmm4+t%?+6c`q;4v6m&aq6>G`9!_(T~D=LK_wqiO!&V+SXUqK!yR(!by?w9|=*zFoT zh}|6l@P#fb>cmtY=I+t28v&nQv;uzQq18YTWV`!L{1cy1-~@_M;}MmX?{JJqCIQI~ z(5^7cm~fDiZ)*u0W-H8;9e>=dMM+7(ou(WS_x znC9L5N%l0i!tv8>Ci6;EIT6Zn13$66)Qn4;-{juc^vq_}s_79pB^)7N`bxV42Hoog zahL|(bN$tAwUcdc4dc-ms{7dcQMBZQG$({WxLW#gpO7~-m7AR-LYOXK`IrzZwX-mc zr&>$nOWj1?-1Ww@vS&Oh6NB-81^W;TAWV99QP4i0!Y~X%z}xnJ+mqvA(xh%xfn;0f o&DTIkc0)+k5t1DiSBJm{+6&%d@d%pUv+lco2s{jbtRMEH&zbz(H~;_u literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/target_python.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/target_python.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..422393d4a3bd314d2a75fd811001716a92cf895d GIT binary patch literal 3788 zcmcIn&yyTC6>h0}W_o95cb$OEIs~IiQQ)E0JrKhImvIFWLnu-k7co>Zkm~e~G_!5@ zuSgoNXKVI?&5;Y&ger&P!i~SDubliZIH?NXQ_s$ib>K$N_G?Kksh{5a^nKc7XQ%7o z`s>lV<9}W9ynj<={qj+H3%41`$InuhC$vMwivbhSv&6xJFXmL zVZJro%Dcm^tGBZ4yf^GI@0Xrz%g$3zcAoIzj$|Kr{qQ;F_YV6(9lVzsTZivgHZ6-J ztNjm@ty}k}Ri^r^_U|W?KCgEs%Eo3|Ri(B{)|VeCZO}bVi*Xs-GA>G4T6DislsZqc z^i;*`T}Je=^{a!*Te!`iV3apx(i?KghW-Rg{W}{5a!<8XTXn8_S3Q(MwIzcwU({CZ zcrSg~`n2U1*cx_KM~0s=xh1<#gW)!2=%EL-Y|9>6cGT{&Wk>F!Wl#DD$ECV=Khap^ zy_r2Oi_^zlf$MHDN-8tW603}`$4XSXtdzDXs^wTDqUkNt!YW;91uM!zi4?uvY-urZ z6OBua-c>Ssm`w1xFgD4u10lSeSdnNYmY^3$GlzlE zRBJ?En3=IEkHq@`hCWG+IuIvmmTgQoP78Tq&QVf`BPEWeX$B{Y23F@OL|JfJM!6eq{3pk4YXl}fILE>J=n=zjvl zO^+`u(qPMtm5j=~g5yVNmfD%yNKrNWo)H_|c)c&i(_%#77l{ECyyV5^1}1+RpssNG z|8?W=IW~}2v*DP#$BV~<<1$x+N+Xx57`$B;OXQjXcJyqb%V{BR05CTy$IF8# zIY|dudNgS2H=~~nOlsAQ^Q|$c(rN(00~15b26-t}W(ExzgHVavk+V9C(I>TW{5t$F z`!L>>HV@e)9`b$OW{aQSW~Z0ebs;(**Jt``7&Kxuba7Esi6H zU%36`h{OrUfhfx21~HyUY!lIj>4+OBtSdww>dSC=V-({wae!=h*GqI-U}u+d?tSb`T*V6Vc@g)BR_-cKy5rkpU>GR$itj}!vE&4 zt%4uEU_W&Z_kArevi2XUS>1wGPSu6g=r{2Gx40MUfMn9n(O1bh@m%UACL?6kdy9yl z3whne?4-R@WiHHK_tpb(mp=0vj28r~i(l|%*b0HmkcD3a?JnbAo?iX0VcZA~1%@Qs z!SY=c2!2kge~uDClr_RF5iZCzLPc^-vP~ewO%QEM{+Hm)cVg{k00jKge=I@x8+T4{ zAY3Wty}S3skKX(-4nt63kUb=K^pH4OWkljKmF{GfOcFX0Mcw6W(7t96DR6THajFQ4 zlyt@#gX7g$L5D|>kGzE5Hw~IpFxAGc=>{EgI}2i4<*5#chx;Avc*`X+L~t~nY*xM8 zDX1T~Y&JCaeY~#&TG7P>?l~QB2V^G>zemp|hwUzy1la?-aK>3czc1SDHa~rRBZn6z z*hnKW4dL9Skv12S(xh?Uf@PlZ&%h`+E1f5YpJsO-CnJkP0u))8BnKTVv})z!0S+Q| z5n&?|9E>*804=1yoX-6T4n4rAzzNtv6|rAq5z5i7s^3;r+$UD#0*5;P#2t2&q1ojTW&(Kms Mw$FR~66^W@0g7JX>i_@% literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/wheel.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/models/__pycache__/wheel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6883bd5007a45997b96b97822b29e34d9afe33c5 GIT binary patch literal 4457 zcmcgv&5zW`6|b`0pY#j^%<{1z8%K(gX_o0GSt9LD$go*pvqTX=u!5u)a6IkmX|rzI zRJjMHHFMcP38x(P8Y00B{-siGIpv(&YL(6JmD}BJ7NRJM;+CuJS5@!5dLO^{>@O`f z8Llt4J{hbmGxj%nDPJ~TKE$nlg&|-)7VyA|c#q@Xj;xX0vqw(P8C7}}PIFFF9o2d@ z^IVDQqeid6*)Lg84Qh{BP&=@C&A__J+V#orZ-`V1CE`rEzWZ<}MC1;_NVt9+xT#Eb z!a!iA-xo@`S>k3x;qLe{OvcJheTiMkfQZf59|=78nLG4%ggX*`9LC$7=HH<)yVka~ zb2;p1x_&hi(%*`Nc77eItj)FkslScC)vNK2ABDkfQsHB0Kn(k|xqLZz`4G4I0|voh z0M@et-m``CtP)tlxnF&5^=hIX*n#uZ3MxVMvD0garl_C7!JqP=9yCBX1WM}^6H7r8 zs}2P%(3YpP!=fdY29}v!dTIyD!C}mWWc%()vZofRh*Z z)-GPZK&RLdaAi|utH(Ns=3bFtlSy3=cI&CG6%!zkFi6MS}W{VvU4 zG}Lr=zN_HlZ-uXLP9r~?lV+UnbRG_)y*r%%#$ONPLDK%gwYH_}%-My}H$JRGujXZTK)jZMCHQ7} z^4r4jb1oP_xZG$`)o9Heq;fBf$^O$r8i7c{X#%}UGS`jB1W=!OkoKKeQXvY|o zdtdQ&ZNq1}VjQX~#)F!7v<<&$hg{X?Fl%vJJOGXI?<_f~VUC9c#v>k1A&T0Ng^Igp+FS&M< zhz63xe3f>G$w+iliR=||_fisPGTa(xVG^q@cge*cPT;FN~4#u^)9uNgyKCH5k)LcXi`}5?MbPrJHMXP71gx zpM2lsQpdx-F!Q|5g(&I!k=pFcR$pr`>m|d*BVTz^=*kEd9Lg$KNHUzRkhZC=NdeXS zLK3{{8hoH|9^Ej0@G^f}S5z8>nQj`F(4>;9#N{p8&@lY5Oto$K9U>d%&0IKTkFlM6 zo2E|Fj(VZ@al9#_GpEHJzRat9)n4T-ew2Q8lRMu`mKTrO=CXnH3z0xkL0NYRw<5(d z1O1N?59I#?e!vms_T>BxleH#*jdni*T0?KwCsg+a8!Hd`a#+gN1-50ldwGgyP-`?#I~=MJVmxDCrVEVFjcb6ASA%syaW@ZYi6I>$_n zaQwf*l_e)d$wL8egmEAq295&4I>sPM3=YR6kJW|nI^oOGVxtTFB?E2e&7!yaF zFp&Y$xG0eH|1ivk?kItDbT9)UB|_Y2Qx-YJ{9ArB7FVQ9wElNT!o_tbJ213B-4p1Z>aKO17~G06>8btTBnjL(Q{N z)DytSbqt&IK#4UulZWDrDR&0s z^HiS41kEaxc(?CU7gVGaHTC{Z5(YE<{22I{v91^9=aE z07X%C4N$y;AO}z!-!~mJLBtbO-&5=rn8?%dT`YddCDo;zFoTDiAeq|d@S^ArfD9gG z0rG7MmDK&b1}0DrZ2(9CL~{(73;G#}G~LdLH}L(4G@xdT9YOQ+O;Lg0uzKNBqcF%N zVu4R#YILTb8Z8vrHlO@yn&`+D;IS-~3;37XNt8)^U*_eZl;L@K{GSJG+cLJ&%~0W+ z>VATDSH2Iuzts}W3de0a8l96>CWjYbQUvW)Y9Z;n!Si&}gU^C7T3k=JJnzBSkESy< z&kK@1$QGL48XX#?S=Vk|x$)6&ZeEcTNb(E~YcvpwN`h$f6`*ZW@dJ7#CFIX(Ah6ZW zR+2>WBE1{LpAROsYM5x@Rs_a%?pO}DZ0BpIwsQQavwCcWTmNjmC23XrkR<=f%NTSu z+a-9*g^?ViPw#Df9CSQ%EI}eW`4 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/.awi/lib/python3.9/site-packages/pip/_internal/models/direct_url.py b/.awi/lib/python3.9/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 0000000..0af884b --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/models/format_control.py b/.awi/lib/python3.9/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 0000000..ccd1127 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/models/index.py b/.awi/lib/python3.9/site-packages/pip/_internal/models/index.py new file mode 100644 index 0000000..b94c325 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/models/installation_report.py b/.awi/lib/python3.9/site-packages/pip/_internal/models/installation_report.py new file mode 100644 index 0000000..b9c6330 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/models/link.py b/.awi/lib/python3.9/site-packages/pip/_internal/models/link.py new file mode 100644 index 0000000..73041b8 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/models/scheme.py b/.awi/lib/python3.9/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 0000000..f51190a --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/models/search_scope.py b/.awi/lib/python3.9/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 0000000..fe61e81 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/models/selection_prefs.py b/.awi/lib/python3.9/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 0000000..977bc4c --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/models/target_python.py b/.awi/lib/python3.9/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 0000000..67ea5da --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/models/wheel.py b/.awi/lib/python3.9/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 0000000..a5dc12b --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/network/__init__.py b/.awi/lib/python3.9/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 0000000..b51bde9 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c0804eb8980757c05f27cfff64be7572d95e3157 GIT binary patch literal 262 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/cache.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/cache.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2ebba3e4a7795fb04bef6bb099a8985795210ed8 GIT binary patch literal 4584 zcma)9%a0Su8Sm&YT(|K3 zwewXkShcKw(O~{_F}Q`F`X?H0`4(r~j+xK!--+$S@f}8UZtNzm@0xxoE+u8ZoK*Zu zQuV7z&99mHa$HZA{3X+`#EoRxUpD<}yppW?tEOLz*OGOAJ=yR#%(xz(NjCjWW{FjC zmM^`ud4n%Mcl~q15f#32!Q!hg8DHb;&)s9@pTBGI4Swdi#m|VPW5?g(_9Lsgd35Qk z$B!R)-LTsiUX%=Ck%&}>I?B>k{W~aT?KD}w(#=vW4s{Zy;jWOFsq#<@9VMda=GEI# z8p_eV`+4oINQDe_CiCk30Wk^Vy!3U74)&aVBnBZ?#qErbZih;2)2WLKccOTKgQy)xopv$4+4{JxA}y{B!tN6Qi*3=M z9Ynxd0=af7^g$+{w2dUK!6;vjRPa`|b&}skV==jj7NYOKS`yA`b!mG3t71Tt>c?n~ z>YV-7V%9fSy5U0o(R&OdX8qnu?dyO7FxW@?_j=xefNP}hYcK3}g;Jh|ml$cNmrjcdJ+xHT9od3VamOM%xF*D!zablp-@_Rq4J{MjO-v(#9X9dClKbIlpZo}X94!2kwUf)_Rl1ktLqq#dbgm26gL4JOZ_{|*opqQIyAfks#eSIf6K z^Bv)Gn>#P=7JmY1G4{E~1nTSjPAcom^l#<(J?2(23C>U;@vHOy79v+>g5%X|eh zb$)^7#FA);Wp4Kz(Ax+`*92q9Uoj^U2MS2nUo~9UCR{i9SUu}{V$3z9)~ zDB+g0oaa zUX}GcM2e>-`NgmzB$Rihuk}EE(r)iYx?d5s9q6Ll+|PwwMf(MV!5>92Lb`Vf;A;8mf%hYxd06_86*g_9y#-b0 zE<0~MbF{PP?v=*YUU`>|oxih()?W&Bzbj#Pvm$HwmzPD_&A7D1DL|x;szA z=v~!GUJ`bj*!>O7*m?yElIl>rP?qi4ubi>{n#m7z(RW@m)glXP_t<*zfLXc(YWvuJ z@v~>{*nL%gjS_3)a_Hjk7}vp*qes?N(o4mc*5A^mYgqmB{3@OF#@YG4)au{{ zmD{odh~I~>l8U~4Xb+4bYQ(PSvfd)# z4iNkmHYvLMSazLN*%ourHrUbnNw7iLbP6$C;$FZ^p)&o*yJj#SVnE^Y;tv3hX?xFk zNzI4Um_VFGV_pu-wtHAo<`Dt7)&SiV`)KndWCbC( z8oQMC!+3~$tvDQ@7^?z5!fg7Ho6aJXVt(ePE_!V20x9TE8p@Bb{KhW)gQ8^K1LQ9; zAwQ1M5Yne=UFISdTKo>{6RVN4 zU%_wDY6am51PG}a0v!zABJh7F5JIUmb|`_Ik|-W8YAl;LrdeLd0P-qk3(vkr>l24H zTDNKGIyDOhuTq*cSpbXXO*9|riLI#dZ+n^&m(xK8&f~2!f}>FrKVb zf`DgTOglH|o}ZY*cjn-;MHGWwR!Uu6aRziGPKI z*XbgQ=Q&=MlA_Xxl9%;pfGb!b2qg|l8W@57%ebz!0=xovCR<&)Ax-YW#XyoL=Rf@4 zM9Nfm|I$3w^qtoNwjx%Nl3!jNHhtB$@IsDN%iJ1AN{d8NqBR*d-!i-wD3eHaO_C-* w%VP7?E&Q8+nDb-5Pyhe` literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/download.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/download.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b1c8a012d83001c9098c886e61da2405e48007c4 GIT binary patch literal 5555 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/session.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/session.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ff605ea4edb0ff94be86fbc7ab5a07b06b71b5a5 GIT binary patch literal 12542 zcmcgyd2Afld7o=%PcE0IM4e+f-Y{`^t z*;YK+RK!~~Rq@tLO}t}fOuThd7w@ZxK%prf+9QJpZJN%vIPJhH4@pqZKWLlTz?e_PWd;GoT zUQv#D`~3Z;A@aI+pMStS;NNfFFUoP051J2%e8PLsKV%;A51WTYIqBv7Bjyp2Pk9gd zN6n)mpY}%mf>{vxj5p>VGmnXUkN2>D+&nJwS?>}5QS(ue@Acm0KW08A@;UEu{|WO6 zk?-@K^iP;4M84m9w|~++De?o}d;C-8DgP<+DN!Eup7zJhaanTuUXj_SvBM$nv_D}^ zh}L26j6Z2kqE%l%>pZg|o6kBU&J_MToL$a)ovB4-L>iG6)e*^j&gm_mvv)WJd*=;B zmX;)Y1+gS$oe-+1_jKyRMnTB9AF_|4eAL;G^7AN<+69yg&YtoMsCmDw%uD&P#`3INn|Ff1tyYX;#WsR^tyX2B zTUjznRogj=v=SEG3RM(6Yz(V*s(+(oyPsyN}*D!XJb=W^W%Lh8HdF4b8vY=gV# zEEli1RaQv7NwhzmPw}3G7iTA}iDxG#o|~F}hO6V16|S9eOCe7_<5V0Bt}?EjbAyn_ z&lhVo%*+!rH3C`mcw(OBs+1faTd3DOye?GGl2>@5wTghp>&)}qi;v`GJ}^-%Ejts~ z1FL%DcCi*Z41N2~Or9OTaBjhxotZgz`rORKb3A>z7&z@7GEYCdurS*$D!g}=Ikh5l z?73*GJTd14wQ41BqDca03i(RlhVB)IHiPOcrmZ+7TKH_W>Y-+sI+g0oX+e3R$Oy4$ zNn6$xhtVlm7K%HToY1nJ#bVtHEvItDWz~xBR0t|CQ@Moq;CZyUXR1C92TONLryD6k=Eoj8LXr>o=O?`&57a0)nzAKc9`LYhF7g# z3JlM^Rsy_ANr8V&NFqDn;M9C9%ga_;xV1T=ku?8Y^CLoXVJB2=`*0XfqhA zdBv3_R>f*Y7prWvwh}H^D`SP?Rd);oGZvK}DLgp_@^(gR#nL4lIEJ~kG0O!lFfis= zOBRd;kuWLLR(SH{5*Yegjh!lE4d22eH6m2u>9`U9oz#2$8UJV#=DF zetv3hX8Qc(^n&&L_}tX^>2s6wVnbcY;{eNh1d`ie>F@%=pcH2(ky5$yBdwgkBM$RR z=w$<^wsKPm<#lC4vQ@m*4atShyQ!`M?{;hiwRrSP3VS;0)vAr3lqx^b)gyr(KNf1` z7@bsEx05J)P1#P_=^uf{Se5O}dfe`@v)84jAe{}l3)1N>NWB>O`Mc&ax_ac$<15>H zU~YLmVfSsw&}wsbzdhh3{nRS-Qd3z^Z%~>MY0n0<*Qy$3!(MyP9s()nmLz-lRk^9I zDfr8)nrPb*wb?uE_>vO#tx2ucSTlwh&NO39%^o=^H8q;AsbPK4cdb?I7OS|9HTDCq z{UZ|kT(|dZmI>>v5%T)L2DQJ6R^*z}`k=knl{OSx1w46uNVL8l<+@t;iPmA!`gOD- z2Z;MoyJL;u{VQ;g@^-H3O}#vV76UE2)}-~__I(@jYP=b@Q+4?jg$;&#n(=aGjn3l$ z`s`ibXWzeplM}618oR>%WrMUbu&}>;A8F(p>T2QzsWPZZ;el6_l{pzaDN8R(m4nBm zW&)>h2>Vyq73A-?4+B?8I=6~#_r)}yFEC7a3C z+^;p0Xf2$S?6GpbDTPPM521Vv`u*V>s(t(h>G4Mzk97;5q5-i=8XHQBInYZ&pFe4O9hD%q-xTw1R<0@3HL|{@T}`Y>5?iEI-ZS-aTBvb zWUy0I(q>m?S9omEg;bb+lVli|3wOyj4fXSQfXgy|=g%i4S-x1dZ^ zYy}H^RKU5mo$pg8Js1k5s$VdCYSw z^=phoFecS)KxNe}tEMKBDPq+mKyV832uWaN`b}ySYr7@0XWRK`u|hs2PI^WEqFp@o zacUH++;i_$M%|z$=}01sDz5!MTM3))Og-Dlk^E=02=+cCKSddupR17VTqBEsou{&H z7ui*}!ef51G&9fjU?m70pU0WwIWUd5TB_A~Z?y(1C-B ztK)nc$Zy>BN^-$L^|cE$*dN<3r`3 zT3O92x89EDWx?;WAHyZ3`Guv8zlR zUl+L~$Z)5PVufT@>oAp|q`BH~YiutqGmays`Pd6oq9bhCn(Y1U=4BVA_#P^07S5aZ z&dg3u!}znFpPZYYnwe%~lkl9dQ;Anv#sqtYs`X$QriI62SC`$=GA5{BtbvN=7Tck12=&d511NihAgh=V8v=%lAtS4T z$LzXa3-T%EQl}~8!b-Igi3`-7!9|-EX<~jj8hPDy~PTId7WXPZs#@yGCAr(@F5?PIh%9^x_&`2|3 zsZ@uz+{lL7daM~I1q;=^0M)Ipd{~xNQ?k@JX)Dw>j5kwjayfx~GEA+fn~8GrGcW*~ zsn1BCRo64Nwjsl8OISTGK-t?E`@^Zq`=j?U>6jE|%f01XGg4?8Is&9BgLLW2l+7lQ&fu9SLhV+(E|38m*xRbM};XB8La+Jw5&Am$5hZQxJ*` z<%Getdbs$+0x2qx;gTN;z12vOTSnHrTY)>05q?@F99>wcISq0~L#XZ1b53O`TyFH7 zD+b}{`Kk>^-m$sDF6Kv=fl0UukB<#dE)9Vb)&om0BJm*CsD{U9<|i2=FFgckp0F&E zHkL)cQxVdTD{hs?Pp^bdFg3$vDA>JURs^dmZ)tb*1ejN83~c3r0>NQp0CAUwCj}_TnoK3~^w`752sxCO z+0VE0n??rvIn>?86S+QeV{qGC5sqTuyXonCmi-L6@|0y^$90d6FJoDk>qRd*Ox91$ z+C^w~M%E4^`2n-et3vV;%L!4>h#3X7uwSGcEul+PcH|`^yXOr&!9FAjO_<7LE`Oge zq{zb%Y{S5v@*kN)qVHYetIhSn8~}90my94OT!fplquCk>DwJY3)sISxvaQ?k>sb?m zZBd5kBHq&I@!q7pW;XuBqC2iAtlW81&jwA1dAx9wb>n^ z0dU0CBC{Rauw91Wk+(uXXu=v!!tkSDOTk!JMrYXO)vE!FdI1&v>=hiI3n7bPP@t~u zAP`Xu4Qvc90irVm3?joo9fA5T^_gKvS7u51N?$I+9y5Pg+*VD?*l7 zT@3S^Xw$KXfEFO>y4*0{fd&d~*z5p$=3_jK^KJ$A5P9*7*MwAxT|_+N609?vmDRmt zF#%12Uknc!x?;!2k!eb0?5-}eolR|BhQ>m911>vhu(G;H7*U#_^P6f@BV16lXu-~HOw~^#E_8XL6q2!B5cuwGi7Sy7hd@RDw)`9GIXvFK3Y%=ZdqS#CLAz2{B zVSB(jA$Em8)07`H4!;w&?wT_rqz(Heg8$1%c-*q=Y6+(yWD5}iqtjr$)Tkn=#J)g9 zS^@8Aon6WCy!QEtMZQj5glqGw$i0mx5-+lr!U`dVvC{v{^(a4xgp64EZAN|X5-&uG zPZNL)l1=dfR4c3xRnxcBZCkjfn4_)+VN5|LA&a5^tGTi?7yARG_k>T)2fN@?`7ZcL zRMIavi=@4mj-96oi!KhEPJ>X?98r!eI^2RNE%B(@+VzZ?6yh-jEX4RgJ9ym{8K1rt zgNX)CU_Xtiy7a6t)QHgAzc$g+NsD-9D1o>UC2J}mc+FOBXc3FwQm4;?ivI}xwgJ7R zL=>GSn~>ZW7>Ku8#C(tL+ll$BfS7NiPKr17-(x?8ZqVuN2R=k=A_qt4!iYcx`3iMN z@Y(NEB4~3Pf&L*Ha03?6S3)IHB#o!sX4LZkbcDOxTb{W4R%Dueg%fb39bp9{pSSe>y-QjC4WgtN4G{k8O=pMA|KLg^d?ar z5K*;QU574@N4lH>ewGrdYoz;tafCi8kgVJw-LHpncwaKY(dw&o9x()3!CW6!uA2B`Fza% zHn8n}my+*Ml7Oypdyy=m8NaVS1q&$_RuQ`8xt0qDvl7~qLK|7K*{X|+)?$%tRkGP& zy;v>!fI%S+`mX^evM`j*3aG+PeIp^R^-he9HR6;L8M>20h8)uzT_nT13M{X>w1jO= z=lg~D7HXakAbw@F@m6IndITbD!G4xz-h~9jhZ{}SL)jQ^)!2#qiL#=&{gH%_2E>U0ye@-c}tIp+}o*GhJreBM$IDV(-_!f z>y8bI*kiWhT!ppUVOpVY$>wPPC{ND>9%0jf6<}6c5I1DgG%6jkYZ38QfG3P;=c*wl zFi0v0zoABsy6{ElWI&SeG{}YNfFhDz##aQmF)%1hxk<>lqh#N}QX&#oBFz6IRS0x- zaK`)UVwSGGeS$D3wiavb>B7cc9m#C?2Y^H*saglQv%ewu0yEv_H#w4IehbVHM>W;p z7;F&vGsDoR()K;ZJ4wUJ7q&Avz%@zKB%n5aH|A|vo5i@ zP_<(bgf;mi5K2vb5kjb}U6EOh-UvF0IvNkb0})5!45CZ16FW!#AE+7jrC@>0cu)jl+k4Gd<^vM2+5+X*f`oWT!7N1x|s<%_1k8ZZ{0{eRm`7}}g zVPvGF28%I)pfZJl6BK7cI9ZeX?`Z0w~%AzX1LdcP0o>!*Drx#%JBY-4O({{rJ zPiptrARoZ@1k7rQ(v}wZ71}WIr$n)Cxv{TnJNM`gS(t#&9ojxvH*etFfkvTYC6Hbo-23dllT5*pPsWPt!f}2i4X1 zY62#O+KgXP*$*LXtI_-Nsm7i#xt?ljwXz)p^b|^DV92X!1e=c|*qmAUJO#agTaCR2 zXCJrlxE)4{@vk)#0?unMN|#UJ7CD1kGKFW! zzD-4)iQ6dl9V#T<8u*E98raJ6> zi^P8K#VRFSGm%u$-b$r%ut`#oJQPMDxs%b9JBoq}D^-6>iKR3Ig)|*CdaDMd7%UqN zUhZuzxkVyvpAWu?j%fdK)sDRVj?on^LPZKFGKoWnS=#!4 zUlXBvy68wnM(g)-vx5og4uvw5w=?(cjO8X6jnBWxeh)967PmbGaoNK@hZ?p{$sJ0{ zNO-(u3b5Cxie_Y&DEVPZK1@jk3C~1~TZp)ot~hw2?NMZ}-5~Ne6{? z%wL2wS&pWm=%ASsaJqtM=I(or$F+v|R{+mqgZLm}CpC_2YZOZ_;0FGZ zAU?ipYkNx=6@-H)e7y(-9q8>2;uM6lw;hC_DeTL~U0(E^!nQR;9hSuREqiH=(eZYs zh}wNOC`DG={&(yHBnHetGy8E$?nAQmEZSJ^3bKo90-nUz3g?6g8L>R6gou%e(ODnZ zjAx^-Guq@FnNK-l)^}4M!QCe*_c2O7P6-9DBVSl}!131i+k*AFY{-su;)#>d9Ut+v z6ugW?hs=Jb|FNDN?l0R9JW=vSqrXaTwBWWAwQ5S)rDfH@K`oO_Wu4s7?16r*U(2O) G>Hh*q*7hO* literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/utils.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/utils.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..380f07380c4ae6a08574dd6a86564e9831b74744 GIT binary patch literal 1447 zcmZ8hOK%%D5GJ_~JuFLxkvNWvw0jj0Y10G+>>w!O+G`IU?ZLR@|T$2Lnv6udY9{MwQ?WMW*)I-zZN(zi}u|p1LhUComk@4zk6+wG(a?pR% zKTAtAdV456sKr}dw4{81Y4b?&dBY#Bd_Nbx|8~&Qm+JKmwFuc$_%p# ztMtiD#H!SPfS5;1wET+D3avhKdn?TCW9G3MBWx8crM`0$(Un&Yt8#0OkZSj zxR(jR63sKwkusCh#%_|ZT(>$R$tV}6rpzf5n(K)v9dvg0JBLSIyQ74qj4zoUOOarE zjzx2zFT=kFzxo3N#g|y48Tt-u@*|O-OxNuAwL{4-_>w$9X9q6Q?&M>P?6J5>c2^S-=W#?Za>dy$s5@`NQ^s{$~#a-%MiFrZG5c69R zv$=?={6A)fajgP1mg zy_7?pf})D|gK0JBXEGSe^nSpJphBUEn@K0*|Nqe6UIB4 zXr_!$8DPQ8`mx}4uwSUfMrH*<^jJlOg9F=1A4=YIWCc1?A84IN%mN#Y)Tyk)zt`Rg z71ykl$H_20We~>mFycZpDdIE~bB2YmW~$ox#H`7fD;B|u(fruA;2`RK5D2@t<`KMx zYxo-R$rjmo>$+AF*TwP%ctB1y=u9;kjKwfge9EM~rU?}HU0aebff;oOVj2L@K%W_= zn3CsYAAM83Bs20AQ0;8}2@xy;Vt#sqr60vhW$D2}Vzp90?XIgkJrlt}1q(>0EaFO07= zAU-nnT|LKu&B29B7Sl!Eauc#KUa?vM;9P9j*~XGb(R{NVo4vIlmk=M58|1I*Rt?vj z8kCt}`2kp(4dd%c4mVud0!mxC-g^LGJA&M3Cfm#8+9Tjxs-$b(JP>BHa9iTsX5ZTv z!}6vepR~8%IFOTRL{Th61{Af{C@O$74n#_LS5a}0E6G@1$|9rk1K4z&GI$gqm30v7 SWR29WZ#rwY$XjCB^6!7B_kV!^ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e602c52703bfce106a67793c480ad18be019d1f9 GIT binary patch literal 2104 zcmZuyNpBlB6eee%(PG7I_9j)ggMwO0(H>f$D2f_M+_W)_#z306Fry)DjWSzE%8M}0 zAr6pJFFEI6UkU{1FXFYQ{)KdXoKc*#4JAHqkJNkL``%O3=>!Pc)A8EY&_(E1y?DJ@ zu=pCfcnX4|5K&Bx6oT@qWl`V(MaE_1OVs9Vg@bnEteHuJQG+_4h%=GM`8J?rY zZ8T`jKiJDsUdCxM9&Yj|7iGa^Kgr6JWh|GGOo}}C4U9+Y14DH-?`~Wpt83R*zx#Im zhO#$jpf|wk%sP|11;4*qjd;BQ-gOfOAg*F6~m6S=3_=^QeCw@OWm^7HvPaL;ne~P#6FvOKKU6{;`JT1d{m= z8@$*_DC*6Ikk@L z%7*Yc^Uoo{jRYUKpyy28%BjrC)x`eEI`E`dd4~}2%7Wnf6*>wkZ`wM>cOc9blI{JU zF*@)unqR5>X-7QNzbCs#OVrluX|HmQO^hC)JLoR__JRM<&x2;Ximt*Aki}V_w{?)9 z7OdzToqLk)Ne%Aiz*H8HGy+IiL>U*#5t6egn_phr+}!9hT>|^+Nm+lJNtxu^ zurWBLfD%7k0|Gyua-X|W7K1wg-9UK5a?(Hm9?;B!YSysOvU`iyV}1uF-> znmpR&IzyCqvgf45_O>Q@%oCZ!QL0)^)gf^~*&yI&^>goNaY>8ITGX%WB#=UxU+{7cT?D4B(gpvi|(xIC|BEPk=4hgOfikdw$^! z99%p&z}NM+rBgJIG6pFc5Rw&img;$%kO#9UU7Wat&>|*;e+UL}%|2y~iz2P5&vl{T zSM_FRk%}=(Q_z0p%Q>y09paj*Iv7IZ;$h21f7j;z)$5?&4P)UDc3#w)gY*0|&{M94 z8lnrOt1ctMCUiQWsTb=g-)|nj@&Qd1~)*bHc_2}L>`_b@(|EwWnCDWz+U?I z@gmQMi(=GxeeumYP+wBfu&2&!ozkICzyc;FjMka1d|>GJHDmZE+9q9AmD5 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/.awi/lib/python3.9/site-packages/pip/_internal/network/cache.py b/.awi/lib/python3.9/site-packages/pip/_internal/network/cache.py new file mode 100644 index 0000000..4d0fb54 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/network/download.py b/.awi/lib/python3.9/site-packages/pip/_internal/network/download.py new file mode 100644 index 0000000..d1d4354 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/network/lazy_wheel.py b/.awi/lib/python3.9/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 0000000..82ec50d --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/network/session.py b/.awi/lib/python3.9/site-packages/pip/_internal/network/session.py new file mode 100644 index 0000000..f17efc5 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/network/utils.py b/.awi/lib/python3.9/site-packages/pip/_internal/network/utils.py new file mode 100644 index 0000000..134848a --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/network/xmlrpc.py b/.awi/lib/python3.9/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 0000000..22ec8d2 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/operations/__init__.py b/.awi/lib/python3.9/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..37cf581cf78bd0315208e7ae1e2e8fd009ed38b4 GIT binary patch literal 210 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

Y7!6V zpG4iT`!rY#?-pXFc!C5?Ly*7^*q$U%ktHO|?PKQX8x~{=Ce`0%k(5pl&LFD9USKC} z1g%IN<>gH#N04M>k3uodB`z-MfZ>|GQ2YdSJA@+R9vT!Fe9;0#x)dMYdv?rz{ z-jO&lMH$}59f*$jTj4IM;%Pde5k809N_o-}l0L;>yITG?HTiimWa^ zmc=zksLL=|UrMCp4*MhdRSYV{hdD}wzr^AYQRxn_Su#z`ybV zVrnRZYX+W{8N3qOfa)hG z_g+D$|4&D$f=F14rmz^eA_|A6F^Dt740@uzfl<-VKy!^NjChbPuFTuj$wa$s69T80 zh(APx+mBgf)JT2EWEXlrK`~CD*Xb!Nu8bftOaBBH5u4uC!Gf;$*@N)>KV)tX={uU* z==%Vb5;{DKdo=hwpG0;FAz)+LAVH zPTJd-;XWCd_59u0H4Wm9y`ChN+Icuw>>bcZS_^mA(QA=fS_BqK?GhY*hL`)8y4@7< zbslgun1rt&L zD!84sZc|X&`d;|cxRgv3)z=E+PjTCM!MERfKZ@R(C!kSrqY! zYm*RbG75P%ES3bWI2SMtr@=qqseveN< zcG8wIKR?mKpAB-Xi5>&~`(}eDx&J%l)m}Fy0cQh^{S~a*6v1fmS&fmA?M|7|83M%fib} zYpvT;WFpc6tOe)VqJ%a}WLS;G(bE2F{o_|9*{C~f+AM4vBxOkPD27qat<%3<9ZCa>{AaozvGYvI6I6kA*(^~b#QERzdN7MawTEFr0; z#7jht2pth!d?&<(hHNi3{STUnC;4CSlC_^zN=ddzaq~lDH0VIvpl6W&+>%xP$}kFF z8s^j&M$t}OBsqv5qij$JO;G^hAGN4x($5Qp3d#k#Quz65AqRgLdMcavr%%~sxL68b zS|+UB+^kuFBc>pBZrZ~ytbBiIKk@!6Na&ashHBQrMmztJ$m5@na7;)P2!d8@3DEF>kf;OX3ldh<+r=;u{#1Dr zIE<;+%kYAb%OND%p2kO%7z8!M`VKf>`v74F2VXAZ^KwA<4@X)1fCu92zLW8^M%T$C z%cx+j^%rqGUR)hRdXLlci=%BFI7PB@zr5@D0D_KCVPw}v`*r%ap#Y>~moN6^wL)ryknScNBy{>A-({Hq?3h0!L$JFN{o zyAi@q^fiCV7|efw@r=V927m#%cowiHhtkM0hVaMXK>!xDIALUA8z6-9$pzU4Iduyg z#DK|U@2nO;3```6mSMMj|EI zxk~4D4^&Hnk30*N_&Rth4!&}@+Ih;(@7`;vUY7xBm|n>g;Txmn&gaQJ2Mr<|0!GVP zwHTL2Uv6YS{S+&onCP;pMBo=$cL2#4)c-we_dtDkf`9nZqgekrv3?x4X*SsdcmWsy z+=)80zDd3yoWSlsH8Q`c08_OL;rsSn)nTg1{}bvBj_XY(Zy|~Eb@-Q>I5hD#t87+T zE4^Nz7Fa&UWQLU{W-B>a@)+y3nfwlu$C(I!oMnz~3GvjcL(F}`gp5LrJw->PBCkjc zz<%+LKS!;)%0x8(zeFz1(;+)ojx#o_tk>+E6}OIiVZ6=m&tGbCz%5C$pEb#rbN6&hL5mMwU*x*t z?sNC7pWvj%QzwezBR)I+)a3H+tl|JxfOBG@qP7=9YVQ;#cO>*9+2AMH?;a2)t$2!) zxIV=e`wk3;ahnO#6?=`OG&z*Bu-`bdp9~~FMc6YN$s-ef!iQG*(3$aWc%1nOK0_p( z@bdr2qR^JNnfp&nUSaYollPeX789{W#o5YTJ|ewE3Q+*Xh0Dp$M)1Q_NFjzKEu3B8 zzp_3LhQc#Fr;Ft@;KT2VobzFQ1^#rjvYCekxO=u)H$E@V9<-;*h(Z4{k!C!kX8Z!D gI3bN-Cw^Ie4A(wSt}&HkZ2zykwA&tazbGI7|FQuW`2YX_ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/__init__.py b/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f77242bd102c93506c8a163c03d8893284a5c3f2 GIT binary patch literal 216 zcmYk0F$w}P5Jj_KA%X|7*qy>k5D{#wY&<|n%s((M|0+`0CijyB#g1%I93IT)_79&Mw6;TVUR)3j?5qi%WDI0Y z4^E4r@irP&*4CG92(2|xi7SC731ePXE9fa;>BQ+Q8cb{CfRhR6jnH5ndNJOUk+cGy VW)wKD-0+;PJFB9`O@8a0%)U*MJlp^P literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..85a810505bfdff84c4c79065f3f4b71e39c5cba9 GIT binary patch literal 5012 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 bMJIxNhCwpT<%rvHLMOz#B*Y={vGdQrbZ4pp literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b59fcf7d935b37743cd097dec68962b9463ab68c GIT binary patch literal 1467 zcmZuxPmkO*6t@#kGBeHWZhL^Gi%=vkjKn5`K$R*Xgt{!01J#OFS~UlvOzfTUtYb&E zXUmLc5NZ*(suE{}x<|eMAApaMD<{4J2jC_1r&EEW*nWR(|NMUMIqUVh2-;7>`xn2r z5c;DQb{pu>r|=sJ9YqPEm^uO{7)Dn(g`2pz))7I9R?=$bE#Vb@;ur0t-N>Hk6y2oT z%zbgA2$BFJ)?zN}u^w&zOlXI8e;~;obsnPrjrm7kF`LoMX5olQrZdZx422r;JiJgk zG-|4I7E*4k=EG@iHBt9Zz=t06arMT%DHrr!mR~YS?<;kAk_o{ySPmM?sl4J^$%0AS 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 WzKK&8!S}suUf=5l7?SJJpZ@~;XPGJh literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4dc1a82b21201f75c509969abf57e73095a3163b GIT binary patch literal 2734 zcma);OOG4J5rDhr%^`QS@~#pq7L18vMW&M_Z6~mkO<)9;CFih^fe3*R8unnw?j=W> z2hrW5HR<8OP!2i72#~8~fP2g}hn({}`kIsff#U~~s&4MXf(>{G_VlBwAJtz~O}4ca z6L|hU{{7MCT|)kYjf+nNjo-mv{tF657%j-izUjz;wo|yJH}Xn<Iw?2fu+Z`7lNll2zgKB1#a+~Ye}3E$y6EO_FwkVSv?Mwicf&uTu(vCfl# z#jFc5&!7(ctp4dNR;u?TWLs<-q;?s-NBWmOgT0fxeMftTxl}rOXRh+P%8EYKy?V~8 zRL=9N;sV-9nLXsG`wK5f;Fnm0-Z0u~X~#KFyN9uM9w{BOZuz7K^WEqP2=4x_E}30V76 zcjdNJUTyi)QY(KKG}o%Y*f9VB<_ ziZ5?I-TQ7Md9uI%h>LLzHB~2aRv*8&+<8hc?gt`-gX;iS=0abda&`OYh)-1hh#&Gt zywKrhQ`&#)_M3lvTSvTN@;Fzsz9*1Z(ZLDMtk1ZdXixDE)IW&Wg`qD#8qVsH59cC# z#CbKmRaZ*n;|8IS!+DV{rlM{twhso_pD)y`u7-o`I3E`Icxc zG2N!I6Vr%pJK_rT_XF)$S;?i26ffr~%Z2u^)a#CM-Z6{kd2v#8Z9|-zFS8H55jfS(v~p) zDo7gG-uQz-K2bBC%riAZ46tsD1L&Cs9;+6aSR}@B37ilvzZQ$Z@|8nlzs*2>v{6J( zKm4&+B@@9j#aU9-$x&W#If(CmM&Y>2(f3p=YXNM|vMK?H%^ZXH4$NdMp1e4j)wKj~ zfDs{8{~-Br6$@OT-_e1r1+1+Dd$H!S1m33(k26t$mUdwx?bK3xczEqSsPhVN{{aYz zA7b$=7Uu-JrJNdIZGl|q=fE9Oi&1Lqvk6VcoFE{tK|wkZ-LOMFr{_5Tb6oFh&qJ2P zbr|o5W-YyC0$n;^q-IC4tQ#@m2CD68QIE4Ctxc?yddseM+Vt_7m_-foI(_iO=za#Z ze?tXOgUHhYN{oK&tpWz%KqPY^l7))4;bZ!@zpNtVtRZp%ZVn~OJ>|6l#44waSO7Ym z`=ol!0|XZ>CHQNjb-+SI6Z9ZwAc~ayiQI<_;SrBKb^+SXJ@PV9(Yk{WuVNLqaSIT) zLEB;R$Ns9@cJCACg2p}a3X%VO*{p!G**W^%EFdq#kuA?X>pMTe;TNztvyr%o(y@)dn80-pcb`HC zl@PeaOE?_Z Generator[None, None, None]: + target = os.environ + + # Save values from the target and change them. + non_existent_marker = object() + saved_values: Dict[str, Union[object, str]] = {} + for name, new_value in changes.items(): + try: + saved_values[name] = target[name] + except KeyError: + saved_values[name] = non_existent_marker + target[name] = new_value + + try: + yield + finally: + # Restore original values in the target. + for name, original_value in saved_values.items(): + if original_value is non_existent_marker: + del target[name] + else: + assert isinstance(original_value, str) # for mypy + target[name] = original_value + + +@contextlib.contextmanager +def get_build_tracker() -> Generator["BuildTracker", None, None]: + root = os.environ.get("PIP_BUILD_TRACKER") + with contextlib.ExitStack() as ctx: + if root is None: + root = ctx.enter_context(TempDirectory(kind="build-tracker")).path + ctx.enter_context(update_env_context_manager(PIP_BUILD_TRACKER=root)) + logger.debug("Initialized build tracking at %s", root) + + with BuildTracker(root) as tracker: + yield tracker + + +class TrackerId(str): + """Uniquely identifying string provided to the build tracker.""" + + +class BuildTracker: + """Ensure that an sdist cannot request itself as a setup requirement. + + When an sdist is prepared, it identifies its setup requirements in the + context of ``BuildTracker.track()``. If a requirement shows up recursively, this + raises an exception. + + This stops fork bombs embedded in malicious packages.""" + + def __init__(self, root: str) -> None: + self._root = root + self._entries: Dict[TrackerId, InstallRequirement] = {} + logger.debug("Created build tracker: %s", self._root) + + def __enter__(self) -> "BuildTracker": + logger.debug("Entered build tracker: %s", self._root) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.cleanup() + + def _entry_path(self, key: TrackerId) -> str: + hashed = hashlib.sha224(key.encode()).hexdigest() + return os.path.join(self._root, hashed) + + def add(self, req: InstallRequirement, key: TrackerId) -> None: + """Add an InstallRequirement to build tracking.""" + + # Get the file to write information about this requirement. + entry_path = self._entry_path(key) + + # Try reading from the file. If it exists and can be read from, a build + # is already in progress, so a LookupError is raised. + try: + with open(entry_path) as fp: + contents = fp.read() + except FileNotFoundError: + pass + else: + message = "{} 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/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/metadata.py b/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/metadata.py new file mode 100644 index 0000000..c66ac35 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/metadata_editable.py b/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 0000000..27c69f0 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/metadata_legacy.py b/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 0000000..e60988d --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/wheel.py b/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 0000000..064811a --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/wheel_editable.py b/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 0000000..719d69d --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/wheel_legacy.py b/.awi/lib/python3.9/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 0000000..c5f0492 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/operations/check.py b/.awi/lib/python3.9/site-packages/pip/_internal/operations/check.py new file mode 100644 index 0000000..90c6a58 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/operations/freeze.py b/.awi/lib/python3.9/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 0000000..3544568 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/operations/install/__init__.py b/.awi/lib/python3.9/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 0000000..24d6a5d --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_internal/operations/install/__init__.py @@ -0,0 +1,2 @@ +"""For modules related to installing packages. +""" diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e70cbc8619fe3183198dd4b8a2480f7ed62e4cf5 GIT binary patch literal 274 zcmYjMF=_)b5Y)MeG58N^4Y}LGRltNmAf$4WE{)i;*5@U%R!BOBbK^hc7x|LgJRx1G z$hibEFtZE`vpYDS&s4!%`?y_}`EfD-Q5ADnn5IRndRDf2Qj5v)`az=Ji|rjH9m!!P ztFvhKDWh}jI~{QIf*qx1wq8`{D`Tu|jCogaQlft3>jXR56NHEdA`kcCbL6(qEIvVS zICN2ZZ|kkZIt+Oy9vXaQaNNS^m(2|%&Q$+hgTMg{`%KZJ0|^vy%=>)}OxbcarU}D& Nx*9v&UV45Os&BZdQr-Xn literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..469aee5470f09fe1cbee4896675099b66fb352a0 GIT binary patch literal 1441 zcmZux&yUt_q{jOe4Zj`zpcJJ^&^D-bc_9V z0E^FI=*IvAm56x6=U(Z-H{gC7ltCMoq38BP9<^~9kMoF6+N4azdCaG6TBhTC!VlV6 zIr9+pp3UjubFVz2Azd6J8tmaUx`2L-#&kh^lKh^MDM^0~%h!m14=oSQKf6Pls@`Oj zFjK8K&6v=p;=D3UimX$zrdq$Bv7F}FeN9c@<=rMD^o(-Z-Otm%;4$d#(znSso%>0} zZE}zP)KgK@rDqqnddA5Y;*2RNS}F|erA!c*VJ;h3z0+0?C>~EXQgV%VXX8pW8tg|k zM1ys|+QqU=?P0^^s^VCVH)#wewz63`1ef47H)C+~#-z?l!oq%-SYQ zOL!tBcDix_Vk*w;aWA^6en1JHU8YWL~fJZn?NiZZNd=hx*dqkoTh3FB? z#o|Mxzx@DtWB&p0e^#+?B@rkYpa1yPR=KRo+%u}iX?dk?FU>-^pCdLfu-wwApV$WEoo-qXuSB|w2a6mrXbEyXEolp{zv zrj$$n^XuKltRb&nP9(^mSuNYP5(MW)D}_`fMq(~ z`O+O~=InC^hYpS$EC6iiGU^Yc-h{=A$AwFlqEpowrJ}ekg;8wPyA;+%$E!^Pga~p1 zx1MZ+F7oOjD>z#f+x18J$A!zVlO5aeGu9QD2}2c>K_NS;#wyaquBM8MBEx(vI-t=m zb~b!rb3yA203FSI-`ndi;%VZ=7d!u`x4>ulx}9K5WR0<%IIch=8=FlBU*&^?3IObN z2ra)1Ex*ip6*}wN|Fr@MT<5#PM!N0IS9x3|2_6p|<*_$j>3UhdqjGlIP;+OiY=W_? zP>j_ZE|x$WPcL9i1PJ}aTlh0??0y=>z|$pDTgLwW E7uZ^ui~s-t literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8e2948bb2b0eba1b8271eecd5c277fedf6c2d587 GIT binary patch literal 21196 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 P(0)Q2vh=|pTI>G-ubr7$ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/operations/install/editable_legacy.py b/.awi/lib/python3.9/site-packages/pip/_internal/operations/install/editable_legacy.py new file mode 100644 index 0000000..bebe24e --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_internal/operations/install/editable_legacy.py @@ -0,0 +1,46 @@ +"""Legacy editable installation process, i.e. `setup.py develop`. +""" +import logging +from typing import Optional, Sequence + +from pip._internal.build_env import BuildEnvironment +from pip._internal.utils.logging import indent_log +from pip._internal.utils.setuptools_build import make_setuptools_develop_args +from pip._internal.utils.subprocess import call_subprocess + +logger = logging.getLogger(__name__) + + +def install_editable( + *, + global_options: Sequence[str], + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, + name: str, + setup_py_path: str, + isolated: bool, + build_env: BuildEnvironment, + unpacked_source_directory: str, +) -> None: + """Install a package in editable mode. Most arguments are pass-through + to setuptools. + """ + logger.info("Running setup.py develop for %s", name) + + args = make_setuptools_develop_args( + setup_py_path, + global_options=global_options, + 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/.awi/lib/python3.9/site-packages/pip/_internal/operations/install/wheel.py b/.awi/lib/python3.9/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 0000000..f67180c --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/operations/prepare.py b/.awi/lib/python3.9/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 0000000..956717d --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/pyproject.py b/.awi/lib/python3.9/site-packages/pip/_internal/pyproject.py new file mode 100644 index 0000000..8de36b8 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/req/__init__.py b/.awi/lib/python3.9/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 0000000..16de903 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/req/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/req/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..359a947aedad4ca8168abe4284ff59161ff24fe8 GIT binary patch literal 2542 zcmaJCO^*~sw5z(Or>Cc9zgS>bRvi?`j$vmYo+M~6U{FJr1c=0mrqk0^GuumlZFSAU zPI^7CoJ>&T6-Z{iarNMj;N-dDO)vZcBM0JpJs%E|P@Q^R_3C}sd#}7&&DLQ2-1)rw zE3E#+&FsL_OE9xP05FY_P-~C=q)lK?LmKIAJu=!xRBD$Zvu#G@c9|fJ9$HbQU4ga1 zN}(N9+tp%ihE7y#*NSyHoQvk$^F-@u%=(427dRO%@})!4K5|uK6=pxsn0-Lo%iQ3# zRgLSs%#ZR~m#%^>jC6JQS07X6u-XHoeQZo+@}ododJP`u_!)c|xaJ;L*gRVRt`$aZ zYK_I`;GwqJD5=U-9&_QzL@480kV$1-Pi2tAUZ|{_e5cQ2pR3ZXej4%yQFahB9!ob& zdd~?+0Mt_IiHy4fXam6`IL#3IMVv`53~&602JGC-_9mANLsUVCz_^PF0JRj1*xX*Q z%VQLp`G9|A=&-v4Gy4Dl*YIZAl73bE0d0bUxgFFhvAWM$Zu3ZJd1Q64&YgJ=Cv zZZ@bgVlU##6kPU2>{F0B8MwxI8D@r7<|Nl#xNZm`*?daG9N%Qsql6=k6V|MSc;(2N5xqy4ZXddNcu6`=q6$#-IH5M+-iDvgH{-HTBH4k&5v4H zAo)h>`FFe?2eu$>xj`(sfZJ(7Y+5dC1L?ZWbWd56%`r5#@PZ6ZjIUwFTvgO%4su44c{enA>y0a!rpBK(RtjKC4tqJ4s= z!gW_+_h$P>bPW@EP_*kR+jXOa^+Q}cuDjFs!tsfoNgy2;wwrUylX`5m|iXZ34)(E84fG_DN2*wQTK6j1GCEJ)sBWeu2wLmwu%Y zZO155gl-N_2l1{K2COcVjSk-!r#ENy8O;~!qqtFV0(2-Hj%M5_f_Kag^T&8D(Rk|L}?K6QG_hiHy#*SEa4(wRv>$%HYAef+5tHv`&Mp=b*T>xtj%F5 zw}$4Sc1R8>cEJ6LEFWk;{!TQ&TZb6g-@c*y_I@?5Zdb(j1)rYVNL^5_0cCaD#{T+{ z>^rwLW*Trk2Rg+2hx1zY-8qOneqY0k4QB2;gEio&LebJ(&yBp4n|Ya)A412zt;J^y zO*(s^AHUoY&w#d;JU@_AsQV!9)q}V$w|Kp1dG!!_aMLbG*JV=g@VXCe6cWbk zLgCl9yj^5r$=x_iJcjs~)%!6v3D}^VNxx_mLIx+t8j;OUK$I_ma6)vUemWb_v-QEs zr&96=as|lx@i?8h-kB6ig)48MIFIO1n(huAHgXAjU`nbYr=M? zs@DbMg0m}uFN+jaCcGa#4lhm+cN1l7Cqb-?JA5w_W#CsONV_Og3)xoE4;i$Lu{o+T zwM><#xX#?{EAm#k5TIuIF$T4h_G RtC(c@r2}yCjUr_J{V#u0i=Y4i literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/req/__pycache__/constructors.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/req/__pycache__/constructors.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4518321b395b4812b1f2a2e6f9c225c5aaf04c90 GIT binary patch literal 14143 zcmb7KTWlQHd7j(OE|*J+q9p2O%VXIVxe~RMEjxB-$(Afxu^fkWEhTBzRMtbDA$OOv zGpjSRlDJtGsim||Q6oVb6h$oqWc!dhX#3Jj(ATtm@ACldOMn1=3y|iaN-XvJ|1*0d znKYp^XV3lmU%vl8#~mBXYxw)#(i|Nd^z73Esr(|<$_LqSpHaJygbhFjK8Nb zQJ!e*E$`*D?N2uLmG^Nx>+f$IC?DW>&Yx-=EFWwfDj(wXh<~_oqiGX`CpZ;P`|;-IyuQaD1;{ zY@95gY@8~e(zR7hO#ZcAp7o5)(_U#yFVA`V>Ss2e-O|d>d1t**d?Vi3!`g~*SQGp1 z8)CmWaL+0~uX4RSm5C|j9~6g>|AMzy<#~I>;rpgIB90>WbKDd6gBZ72G12ZZw0m3} zLyZ@`v%(NhAnk}Jk$wsF&WhtmKP8?<`tx7V#53Z=Jx!drYn10vI?t`A#SBVc7H^_; z5g�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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/req/__pycache__/req_file.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/req/__pycache__/req_file.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..96c54bb673d31f98eab1d7f8d79da3b7cc3cd8f1 GIT binary patch literal 13905 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 F{x1s5Hd6oq literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f71fcfd052c8bbd3ba6530f03adcc9d1b313523f GIT binary patch literal 19118 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 Tuple[str, Optional[str]]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1) + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: Optional[str]) -> Set[str]: + if not extras: + return set() + return get_requirement("placeholder" + extras.lower()).extras + + +def _set_requirement_extras(req: Requirement, new_extras: Set[str]) -> Requirement: + """ + Returns a new requirement based on the given one, with the supplied extras. If the + given requirement already has extras those are replaced (or dropped if no new extras + are given). + """ + match: Optional[re.Match[str]] = re.fullmatch( + # see https://peps.python.org/pep-0508/#complete-grammar + r"([\w\t .-]+)(\[[^\]]*\])?(.*)", + str(req), + flags=re.ASCII, + ) + # ireq.req is a valid requirement so the regex should always match + assert ( + match is not None + ), f"regex match on requirement {req} failed, this should never happen" + pre: Optional[str] = match.group(1) + post: Optional[str] = match.group(3) + assert ( + pre is not None and post is not None + ), f"regex group selection for requirement {req} failed, this should never happen" + extras: str = "[%s]" % ",".join(sorted(new_extras)) if new_extras else "" + return Requirement(f"{pre}{extras}{post}") + + +def parse_editable(editable_req: str) -> Tuple[Optional[str], str, Set[str]]: + """Parses an editable requirement into: + - a requirement name + - an URL + - extras + - editable options + Accepted requirements: + svn+http://blahblah@rev#egg=Foobar[baz]&subdirectory=version_subdir + .[some_extra] + """ + + url = editable_req + + # If a file path is specified with extras, strip off the extras. + url_no_extras, extras = _strip_extras(url) + + if os.path.isdir(url_no_extras): + # Treating it as code that has already been checked out + url_no_extras = path_to_url(url_no_extras) + + if url_no_extras.lower().startswith("file:"): + package_name = Link(url_no_extras).egg_fragment + if extras: + return ( + package_name, + url_no_extras, + get_requirement("placeholder" + extras.lower()).extras, + ) + else: + return package_name, url_no_extras, set() + + for version_control in vcs: + if url.lower().startswith(f"{version_control}:"): + url = f"{version_control}+{url}" + break + + link = Link(url) + + if not link.is_vcs: + backends = ", ".join(vcs.all_schemes) + raise InstallationError( + f"{editable_req} is not a valid editable requirement. " + f"It should either be a path to a local project or a VCS URL " + f"(beginning with {backends})." + ) + + package_name = link.egg_fragment + if not package_name: + raise InstallationError( + "Could not detect requirement name for '{}', please specify one " + "with #egg=your_package_name".format(editable_req) + ) + return package_name, url, set() + + +def check_first_requirement_in_file(filename: str) -> None: + """Check if file is parsable as a requirements file. + + This is heavily based on ``pkg_resources.parse_requirements``, but + simplified to just check the first meaningful line. + + :raises InvalidRequirement: If the first meaningful line cannot be parsed + as an requirement. + """ + with open(filename, encoding="utf-8", errors="ignore") as f: + # Create a steppable iterator, so we can handle \-continuations. + lines = ( + line + for line in (line.strip() for line in f) + if line and not line.startswith("#") # Skip blank lines/comments. + ) + + for line in lines: + # Drop comments -- a hash without a space may be in a URL. + if " #" in line: + line = line[: line.find(" #")] + # If there is a line continuation, drop it, and append the next line. + if line.endswith("\\"): + line = line[:-2].strip() + next(lines, "") + Requirement(line) + return + + +def deduce_helpful_msg(req: str) -> str: + """Returns helpful msg in case requirements file does not exist, + or cannot be parsed. + + :params req: Requirements file path + """ + if not os.path.exists(req): + return f" File '{req}' does not exist." + msg = " The path does exist. " + # Try to parse and check if it is a requirements file. + try: + check_first_requirement_in_file(req) + except InvalidRequirement: + logger.debug("Cannot parse '%s' as requirements file", req) + else: + msg += ( + f"The argument you provided " + f"({req}) appears to be a" + f" requirements file. If that is the" + f" case, use the '-r' flag to install" + f" the packages specified within it." + ) + return msg + + +class RequirementParts: + def __init__( + self, + requirement: Optional[Requirement], + link: Optional[Link], + markers: Optional[Marker], + extras: Set[str], + ): + self.requirement = requirement + self.link = link + self.markers = markers + self.extras = extras + + +def parse_req_from_editable(editable_req: str) -> RequirementParts: + name, url, extras_override = parse_editable(editable_req) + + if name is not None: + try: + req: Optional[Requirement] = Requirement(name) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{name}'") + else: + req = None + + link = Link(url) + + return RequirementParts(req, link, None, extras_override) + + +# ---- The actual constructors follow ---- + + +def install_req_from_editable( + editable_req: str, + comes_from: Optional[Union[InstallRequirement, str]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + user_supplied: bool = False, + permit_editable_wheels: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + parts = parse_req_from_editable(editable_req) + + return InstallRequirement( + parts.requirement, + comes_from=comes_from, + user_supplied=user_supplied, + editable=True, + permit_editable_wheels=permit_editable_wheels, + link=parts.link, + constraint=constraint, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + extras=parts.extras, + ) + + +def _looks_like_path(name: str) -> bool: + """Checks whether the string "looks like" a path on the filesystem. + + This does not check whether the target actually exists, only judge from the + appearance. + + Returns true if any of the following conditions is true: + * a path separator is found (either os.path.sep or os.path.altsep); + * a dot is found (which represents the current directory). + """ + if os.path.sep in name: + return True + if os.path.altsep is not None and os.path.altsep in name: + return True + if name.startswith("."): + return True + return False + + +def _get_url_from_path(path: str, name: str) -> Optional[str]: + """ + First, it checks whether a provided path is an installable directory. If it + is, returns the path. + + If false, check if the path is an archive file (such as a .whl). + The function checks if the path is a file. If false, if the path has + an @, it will treat it as a PEP 440 URL requirement and return the path. + """ + if _looks_like_path(name) and os.path.isdir(path): + if is_installable_dir(path): + return path_to_url(path) + # TODO: The is_installable_dir test here might not be necessary + # now that it is done in load_pyproject_toml too. + raise InstallationError( + f"Directory {name!r} is not installable. Neither 'setup.py' " + "nor 'pyproject.toml' found." + ) + if not is_archive_file(path): + return None + if os.path.isfile(path): + return path_to_url(path) + urlreq_parts = name.split("@", 1) + if len(urlreq_parts) >= 2 and not _looks_like_path(urlreq_parts[0]): + # If the path contains '@' and the part before it does not look + # like a path, try to treat it as a PEP 440 URL req instead. + return None + logger.warning( + "Requirement %r looks like a filename, but the file does not exist", + name, + ) + return path_to_url(path) + + +def parse_req_from_line(name: str, line_source: Optional[str]) -> RequirementParts: + if is_url(name): + marker_sep = "; " + else: + marker_sep = ";" + if marker_sep in name: + name, markers_as_string = name.split(marker_sep, 1) + markers_as_string = markers_as_string.strip() + if not markers_as_string: + markers = None + else: + markers = Marker(markers_as_string) + else: + markers = None + name = name.strip() + req_as_string = None + path = os.path.normpath(os.path.abspath(name)) + link = None + extras_as_string = None + + if is_url(name): + link = Link(name) + else: + p, extras_as_string = _strip_extras(path) + url = _get_url_from_path(p, name) + if url is not None: + link = Link(url) + + # it's a local file, dir, or url + if link: + # Handle relative file URLs + if link.scheme == "file" and re.search(r"\.\./", link.url): + link = Link(path_to_url(os.path.normpath(os.path.abspath(link.path)))) + # wheel file + if link.is_wheel: + wheel = Wheel(link.filename) # can raise InvalidWheelFilename + req_as_string = f"{wheel.name}=={wheel.version}" + else: + # set the req to the egg fragment. when it's not there, this + # will become an 'unnamed' requirement + req_as_string = link.egg_fragment + + # a requirement specifier + else: + req_as_string = name + + extras = convert_extras(extras_as_string) + + def with_source(text: str) -> str: + if not line_source: + return text + return f"{text} (from {line_source})" + + def _parse_req_string(req_as_string: str) -> Requirement: + try: + req = get_requirement(req_as_string) + except InvalidRequirement: + if os.path.sep in req_as_string: + add_msg = "It looks like a path." + add_msg += deduce_helpful_msg(req_as_string) + elif "=" in req_as_string and not any( + op in req_as_string for op in operators + ): + add_msg = "= is not a valid operator. Did you mean == ?" + else: + add_msg = "" + msg = with_source(f"Invalid requirement: {req_as_string!r}") + if add_msg: + msg += f"\nHint: {add_msg}" + raise InstallationError(msg) + else: + # Deprecate extras after specifiers: "name>=1.0[extras]" + # This currently works by accident because _strip_extras() parses + # any extras in the end of the string and those are saved in + # RequirementParts + for spec in req.specifier: + spec_str = str(spec) + if spec_str.endswith("]"): + msg = f"Extras after version '{spec_str}'." + raise InstallationError(msg) + return req + + if req_as_string is not None: + req: Optional[Requirement] = _parse_req_string(req_as_string) + else: + req = None + + return RequirementParts(req, link, markers, extras) + + +def install_req_from_line( + name: str, + comes_from: Optional[Union[str, InstallRequirement]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + line_source: Optional[str] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + """Creates an InstallRequirement from a name, which might be a + requirement, directory containing 'setup.py', filename, or URL. + + :param line_source: An optional string describing where the line is from, + for logging purposes in case of an error. + """ + parts = parse_req_from_line(name, line_source) + + return InstallRequirement( + parts.requirement, + comes_from, + link=parts.link, + markers=parts.markers, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + constraint=constraint, + extras=parts.extras, + user_supplied=user_supplied, + ) + + +def install_req_from_req_string( + req_string: str, + comes_from: Optional[InstallRequirement] = None, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, +) -> InstallRequirement: + try: + req = get_requirement(req_string) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{req_string}'") + + domains_not_allowed = [ + PyPI.file_storage_domain, + TestPyPI.file_storage_domain, + ] + if ( + req.url + and comes_from + and comes_from.link + and comes_from.link.netloc in domains_not_allowed + ): + # Explicitly disallow pypi packages that depend on external urls + raise InstallationError( + "Packages installed from PyPI cannot depend on packages " + "which are not also hosted on PyPI.\n" + f"{comes_from.name} depends on {req} " + ) + + return InstallRequirement( + req, + comes_from, + isolated=isolated, + use_pep517=use_pep517, + user_supplied=user_supplied, + ) + + +def install_req_from_parsed_requirement( + parsed_req: ParsedRequirement, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + if parsed_req.is_editable: + req = install_req_from_editable( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + constraint=parsed_req.constraint, + isolated=isolated, + user_supplied=user_supplied, + config_settings=config_settings, + ) + + else: + req = install_req_from_line( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + isolated=isolated, + global_options=( + parsed_req.options.get("global_options", []) + if parsed_req.options + else [] + ), + hash_options=( + parsed_req.options.get("hashes", {}) if parsed_req.options else {} + ), + constraint=parsed_req.constraint, + line_source=parsed_req.line_source, + user_supplied=user_supplied, + config_settings=config_settings, + ) + return req + + +def install_req_from_link_and_ireq( + link: Link, ireq: InstallRequirement +) -> InstallRequirement: + return InstallRequirement( + req=ireq.req, + comes_from=ireq.comes_from, + editable=ireq.editable, + link=link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + ) + + +def install_req_drop_extras(ireq: InstallRequirement) -> InstallRequirement: + """ + Creates a new InstallationRequirement using the given template but without + any extras. Sets the original requirement as the new one's parent + (comes_from). + """ + return InstallRequirement( + req=( + _set_requirement_extras(ireq.req, set()) if ireq.req is not None else None + ), + comes_from=ireq, + editable=ireq.editable, + link=ireq.link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + constraint=ireq.constraint, + extras=[], + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + permit_editable_wheels=ireq.permit_editable_wheels, + ) + + +def install_req_extend_extras( + ireq: InstallRequirement, + extras: Collection[str], +) -> InstallRequirement: + """ + Returns a copy of an installation requirement with some additional extras. + Makes a shallow copy of the ireq object. + """ + result = copy.copy(ireq) + result.extras = {*ireq.extras, *extras} + result.req = ( + _set_requirement_extras(ireq.req, result.extras) + if ireq.req is not None + else None + ) + return result diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/req/req_file.py b/.awi/lib/python3.9/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 0000000..1ef3d5e --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/req/req_install.py b/.awi/lib/python3.9/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 0000000..a65611c --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/req/req_set.py b/.awi/lib/python3.9/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 0000000..bf36114 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/req/req_uninstall.py b/.awi/lib/python3.9/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 0000000..707fde1 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/resolution/__init__.py b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dbf306b7bf76b6bac84c15ce889bbc83d41fc76d GIT binary patch literal 210 zcmYk0F$%&!5Jfj&A%X|7NT#q7L@2$*L$2X1yppX)u(NVk3;pol z@ITBjYCfNdsB5{e(|jcSD~n+p?I#hHIEqDfxCxi)A6^5r+#y(}E{FzpY=Wb*55&fU z)oN@U_om8gcDWrx%LWQH5NImlo0r83JO#|HI-OO6ag8iUG69`Y8XS7opMxM{OF_!Q Rj`!)h*JXpiCHsX^#Ylk*-<^eY7Xde zc2R4aBTS9k9iPGYQ*LHWqtSxQ&(8pqaWR6OVLc93(2&mk-uK%O<(6HrFCNkfyXHsN z+-)CedssE9oetz%L{05N1L_nLe*n8)Tr+&&KR--*rYlGrEam`py02@C@xdDqb>$pv(1AdYIA0}|!$B@bo1a6YP zMS>@p4UYMdG6NoywY-}NblwO zbXKTk1nK55qQ>D!YlSh{)C{*t`~lZ$gb+Jk&?tsRNkqcMO)nNazG)*zgLN0%MN`%j zBr=vA=(T1~{2dJM?!ePIrF}bWiz4gapF>;|G#40)?(x5W%tzGo((}|}xDU2VUM?wk SMc30}-w{3D6M}F445MGRCJ?j$ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/resolution/base.py b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/base.py new file mode 100644 index 0000000..42dade1 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/base.py @@ -0,0 +1,20 @@ +from typing import Callable, List, Optional + +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet + +InstallRequirementProvider = Callable[ + [str, Optional[InstallRequirement]], InstallRequirement +] + + +class BaseResolver: + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + raise NotImplementedError() + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + raise NotImplementedError() diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/resolution/legacy/__init__.py b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e5061316f26ff840cc28a0883f4ac199990d5c49 GIT binary patch literal 217 zcmYk0u?oU45QbB55TOs^(B9xAhzKrDEwUaU#!WEb3bA+EgD2|H@+6M7v2u!wzho?QhJc_7ATM^fVwCD^7?Swxqq4)#xQ@ z2S$m|SsHayv}6ktd`}umah9ND1>d|Vm*Aww!if4PI*e=50GHaM)k1+qN9uDB6n3Hx Xz~fMQ&Px;S)73!DsBoSBdPcK1ko`SU literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3912c1876321afd3d3c1d01468a3c40849d5e71f GIT binary patch literal 14826 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 v4J6KD5fOkg{<(-rm+^gej!*hu)hPp(( 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/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d925af70a469b9159b408563100d378e14e44bc8 GIT binary patch literal 221 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..73ff0d5922c5dcb75cb84978d611430f4a399ed0 GIT binary patch literal 21283 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%0A%o@ zT;HHv@8q2^r;v3J&*GIPc#Yuxa}Z!B2h|lOEdU|DxJeb(F}EYXAj<5P6bxOr0e(KQ zQr5?oZGB{=tq+mXmjm<13;W4So|_M=Wb*xNGOp5z^*=eX6RGMh2KO+?G1$W3A21kT zFvXySfIs0t@BUyxzma|?GujO9V?eu_-e2KR$N2argIx?{&wqij5eA1D{33(58T2!t z-@H1&fP6|(wrCF^`AHP=c5xSyTR!zYK2iXxf6w6083=`)W9+{$c!U8jt<+yI_#uNk z82mQ|f6ai_3ndgw3R6O-1a(&!+|J4@|&`joY6xn{`M?|Ll(>6)Q22JaK z=I_BPrK!T8^&x$%`0l;+L4G(Y^eIY zl+^ff{&|qgC;8*3^GW_*q&vZ66+(G zPw6Y_-*9gK5J8yX`+hj?p@ZL_!hZ$I);~z2w^{Z^c0|@(_JKF=nt)_CWe*3KMw6{@ zgm4cz4-}22+fp!a(*A?SV{5&rec~uqCIj50V9Z99uV1p*v3W84&RE^obT*2V%ew^ZcPDU+qC5@jx!`+E@~$W5B7w$v!r@p?XWt zZDX=;=vcpMNw47r{c8#P+2Fdl>caZIMYzWL9(93)%Eb9_{X}({?k}K;;atBIEez{0 z=RLuIJP59hv4ZI9*U*LW5&Oz}{qjz%{MLzh_|q(k7bSbG0}rw2!wjBfARKCvu}2x4 zU_c)pb&|p32*N(_^ylT}Tg|$^#hhoDlRnL>5pk1{1Kh);glCach1nDO7ryYjieOhy vBA~ND);u*#IfM7zVLsiNk(fxHf?a?oWAtZjGw<$0J|q^(rA1<;3eNulds20- literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b59c9d50fae59da7622db02f552d052e2f212625 GIT binary patch literal 4852 zcmcIoOK%*<5$<{Ha(B4Pmt>3bBbg{l?6s+75F2?Qf?}JNEye*IK#GAZVho4Vz2r#q zSa#2nT4HsGDZoa6AV@B`=pY}3{D=IIIppG#kz;NN5ag@w*W)x)aE8`TIuaP!;&D868>3nZq%hZxq+U~XSUFUPjLb}*nw3wI|Z85jYL{ltYWqsSc zy(LkTN5Y}D-g4#&r?)H`V(BVFi8kJNV)G{V9=p92v3ROy{)xj|yp5hq7xXOfMf6<$ zknttH{Fw1&v3%_GUf}j!)>#SvVlnp1B2MBW7RoPjKM9ZGWaLLugoW_KjQa<%iVHu& zXUx&2{C+;nc-QkbNG8s9XHvQ{6ZK=|hyEJ}LXO_>qg)kGoDYP=s66ZXn}r`|2YGTJ zl-CzUw1?qqzIa&3Fe1Hc{vaWa~fjh%E;WR;-^I<|}$UOB`K9rGIGbRWb_eT)% zc&rK;?+j@kKNUp?!$UJ67P%*+=;u;kk;4eeu^{QgEc~Ql7723010e>UAj=Cf%cn8q zn~@J=NQHkGj(naUW^1s)KNNnR!N?*XMtd^{&}3nOUN78Hc`_^nWHKSRF*wT${~GB? z@{k*)xlH&q|8P%aQ=KFa?ZSsOiWZdjJ(XisWLVex8Zc#B9jk2I75hU0`#W=G``)j9 zaXZ+!b9>{X&8-hh=iO{nHa1{-xRZ#ov02b2OB+%J7$lpF?*kV`u$(q zkL*Xz*dAL4Oun-3jUDv4W0zY)Cf87RKVcRdTTiXA{iS8GeUDo}s(tk5iP3tywzoeZ z6izKt+uJ~-kLTVVP#0GVBm@o>{HHxi+cpTJ2jQ-u4sw5(0K|L*AgTiH5xncqbZUJX zW^u;FLqIqs5I{HNX}@9#B>+w0=aK_`v>#-{798X#IMfL_@6==)PAC_u{ZoNHK;>Lj zFWvqyi^^s+@$NGwU%-HW{C0g06RrpS4(;m-3RbUMEvsSKR=q0a6|{DovN`pqUb|dCb7a$y>Y*q*#mLW488f}_>^|GG z9swN{RvcghXaQEP@2`wqV5K&$X{@}BdQFe9ffYw%WyN46{0MOT-@rwC2pi=O5HoNb z^eL@Cb7Q(lz3Eej>0q?=@jZ$o!@;f$x#$9xz}y66vj{;r1dvQX(rUs4kwy8VSR@?4 z?Z;9TCR|J>sAAu9L8njI7`}ZxrE|bU9QqM zVOlOzp}Q{8*JUaQyQV;TW#vmJkP{rn#a;kc4g?Mq{{i|HjbR=E=nRxzLi_VElc86~ z6@!&6#FZIVD6X*kK*fWa{85E0`>9QBgp*S^x&zq>j_e9YX0&}^$@^w>g{!~)A8|Fs z3gA-#L5HRp$|kYvWQa0Z&>$g1iZbCC+dBzR{}Bt=h$M{udoXBa8p$d0M2g(3Q+X9` zi9qZjB<=3$6QB{S{G8xD1H4+JV<03Yc&!fI7ak1p5G;TQ17+kLldzFy5vFBfP6y@X z9EU_A`f63kfAK+>z^qgAA-jit3fh#q&zj@MeL8^1>+l{4Wa3cBNf>wJB5*bXzr0G- zGYG$W4&i2ng8v-S>J=2MT}4XUL#%8~<7Lb7Ecr6}DOa9)D2cvA~uC5=0OteCoXrm3&Pg|$!zl)NF%5x>I)bHNzh2EqLGVYUf1S% z3;j!C`Th!T^M&78qN&>#`O;(e*y>&4%S08+#WNWV0aYghN{ZSkToF25Clh^ez*HTc#wwRh(f*I*(SN_*_0bU3@qo>^O% z(+j4P;(IpH3dL_qg(upU@qK#sPOWs6Nc!?s%xDtEH|Xn|RGc|KjR3>rA_#_LT>}N1 ztK*2&t)ta5nCnhN4Fd%!J5McWozu0pP$_U-JGMT<3Bua!t)n*2v)2lcca5-TR(WYF zFE%F;P4L@N<`OB7c#eFHiZce!2jm+NqBID8gMLNRG56@@^VUw~I+n2%XJ-01_?o`Ns~*FOBeAxR;*gmKbx>(+@|&7(rrCyD1XM+P d?s`O>uiGvBt=g{TwOnU)1xwS@e*+bIFed;2 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..627f6ef7619ee771545971315ff21e0d111d3901 GIT binary patch literal 7869 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 Z%&7#?sI|4GW}L+vgYpK9`WyS={{g4(5B~rF literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..53aa07e3d3d8dea7e8a3ca142581c01d2724cc0a GIT binary patch literal 3815 zcmd5JYf;RZKjBQg7?NxT(XiQTs~Z^usJ_T8k`uj#Q9*AuVr zfp>W=ZY0fqGimi(rXg(6er)!)eqr!B_nsKs6W(LHzm0K&H!*JN@fF_s+~~AlVppSM zmMty@!8let3KfQpp->O9;ZVqqRoWk=ld^TM61Z0hw0|BH;xmzFQVIFeBqdhaI1ExA z@j!{P^_h4yj-*ILszTah{aM<4fLUSmO>XopZgT6X$!+dDar(A!go_#Xsm*J=j+q)a zf!8ZrpGNs&-=i01S(8GIWf~HM#X~&pafr9L0iq0LJ~n5DuXmw6p4u4M+<;E^X!>Oy z#oMjKAbjSk55;!BuW5G^^ETSweSTMR20YmN4Wl> z5d$>flBeP}NpT`V<%b!N`NtD~9vkI#KYoy1`l0i=*RSHGZ%A zey@m>xINz-%c8vJ1D}v-5cjl;wZe)$6|`2)^A^4FyY|@xgNL zx^ZsLkd-IasVTdZnZ(a*%sa|{=5TA~oVc`_+kZ5lTc~`_xjQpYYWIxaJ~*$y&Bdk`bY z?@rw&!}FENrtNt~puVJRy7vWAWL(VageVjesMD4^@LlOp(UGqZTZ?sVE}bYHWMvKU zkp!x2(TF%Ym)2ULDQkH^kjnbJn3X$~ppPG4NSVpf<>Gie>@?&aHju9oxlUWTI=;*L zJf=%KDTaLy$`Ll$+Xg4!B58`~io8ne_Nu@~M*2%f+{B0C+aQLyZ?(;)=~zwks^x&& zwmj1@zXiH&PQSArb{q6`>J+x*4&N`EzMo`#924L6{YR)l)fagc8%gQ|k}_C+pU4WO z<_M~!pr_a^NEQID>X{IOuRY7I^#s$auGP1>#cgyhhr8%g)VC~Ndur+Ki@qgXQO8UJ zovg`Qknr@l4T&wjjd4RXMGF#FAhE+=!Ax7!^~^42_V_+#w)FT_thvgsVZ6;PMCNNH zCFngmxFH<9Xp7VLKSI^4S~FE<#dszPh6+tbhLSyGICmxx3=^V=)kv{Ih@yKWTQKfY zGqo{!h_~1VQN}Zqo6GdDj;4Eyox6n!qym&%ofnpT1HzJyTkaBBxn2i|w~+lQJ{DA0 z4RiX&CVQ4zam8>WG>_j^rADuzb$E!U1JWodT`H8bs!&jy2hP_o;q-NZz4f;2$Q~AT ztSbC}0RAH0?FHUy&4&`>(!PQ!hH9#g8SHZ z5jx-7XvyU@@){O>t+`Ub{0EkNcWKFnLb}nEW$nKZHoAa5Si^p6BlZp3AZVzU{Eu0? zzqBBaQo7<@iW;r_g5T?N;ZN28-`EIvF4(yu-yx6(L~etWb>HV%==<_rnz};dheRk% z<&TK`mmYfJii)Y&OpVHU@@ zT+&6bx^mX3isvtF1-(`9{V%;*GhMRw%Im!thTjddG=2CU)P)5LjV8( literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0ccd4122f32032582bf9fea46d426abd23140e89 GIT binary patch literal 8348 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8601f31327ba527a364d46af14fd70206089b6fa GIT binary patch literal 8721 zcma)BTW=gkcJABUhr`Z`ERtP2->K>ujV?ek zgRZWwuFI*aQ{VZ{X=i4ps^ItY)%Ut*UR9L;poi&S0S|BEivLzs6jyOoU$Nv}wN&w} zS(>=(mX5pT8$rP;1VyVDl&n%vw#q@pssvT58q}j-8=0(2j9|?|HM@7EkF9gS|VV!g_=y>smK zebxHj6~#U5&finqdA7KtTL;`DtisMND6GiJ;{HZgTTtAiU+M0Gd+eTJeVGk66lwggqO8X1u1@L!1u?#=-B-G*TX2i_aOhZr&7wtxHQf?a zr|edsItN%&mb=xjG`Hr~Q8ss9F%;_{RI0&eAixD3$@Xj#Eyqsc#ogg@6#B!gz_5pW zyFm}jUUxZU%w_KNcB__^`}r~xti#y zma3_d>S-aZq@}c+)?D>LB~@%AEg~&YeY@x?NK3AQCDpFCDtr-r^5-defs&Jyyhurl zl9wqtMae5jTIH+|5BgBvvJFwa#J018HjYKK#oY0Pus-|*DrcpxR4)D!wLdM2un?qW zt$Jp}%o{)M5NPhzyy}i@4(VGzA;H4i!n&eRZTK z8a<`@x{kYntAKnFicuIDu9lS6%Xbz2R#MqfMuo7LROz17phkrqZB*Po;p(GOT3oNA z)l6D)jR%^cjLJ}<#%(2h+fb6(;XkO#sG=&{r^L9;QguOHewysx+=w+!=Cd7xcVzEtmA8`abL-u%8Y znn`C|Wq>mNc3NLQg6rsp&c8_(_Kqdb?5jUJha*wjJ5J@8c?0=plM`tpp^_sz>iTm# z+PO{^E0IaGdD>5w6W|#5~Njj$UTd*?i1DbgSu%{d~yj?fN35 z=({yh@<}?oeiCDx+|W__)4cQ=N?t(UzrfoUQT{i1`D-YDiGM@s`pfzK6yE=H(%L)i z*3+5wBl{Xjk=NHC59*GZY4b~s*VE?uD|B~f)|XIDt8g;KyY=NS)&6hXhCBPf7#%=g z?eqZ6mR2F1p&a_Dt*?ycg#2grUQOr3`?*WXow-p1qc!Z;Fvo^{_DgN^Oj-j#G_SV` zdgwZqS$x=db2E-Rn+onX~6woDU<4pjoU_8{;bfc}% zj~v%TK9^01YYv@o1LNm%y=8tz>-9VzO?7l?Ec9o2W@I{v`I+y98>3eBCUatlLW8Wr zy7lrN(GykzZ${ho^I&ky?0I)tc%fzR-=Xy`<$Yxa^+SM0m0Rbeo-K4DpQMMTNGKe0 znV26zYyKuB6MMqnq8_y<&Ppu2>+vY$N2$UB6<2S5Fy6aF^Q9_WARdQ{?wt(hI?wpmu_oRP-oHVl5N#6^=R@R~|yAuU)GXO;siw-6j z+N+FIk+?~wGVn>-7gC!|JBDvknVc>x2nsWul19GTm=5g;zeFypA738cyu( zDz5mikSKZ`?7$fR|EE~0s%5Px8N;_mLB1<~*EAa73uV>#)-aB1Rg^crtLtU8s@Ao- zT1R_Lt$(L|_d-E4>S|TP8(a-sP1I^=RSh+C<2Oc8)61HM5gLZ}omQZcHMRQdVzsK( zsT5-r(d%~e=9rn}tJl(a2zmMUk#q=j$3Jq)i?{^uaFHPpcGZCz&s~EHzN3B)4zjMs z$9uqOVRf{TMl>}ssC=)muk5H`8G2F_&!v4ODX&+OYO1^X1I;zu!UG*FrRbLKDXDP@ zwE^yB$AS=7SOP?Yt0eGe`rr~aV)ZBL2h=lfK758J)~;5~{71kk85N+=#~zw=Qeou) z=+nIb;h^>mI2-}dIlvb{C_RGMjKWEOUeY#it-&0uF~1+1EQ|+eC2Er;$U%z0hd_9P z^~HcO2Bsou8-|nKaM;I~4ee1OWx0u&kOUNFL`LQ%_K5%T(1q?wL<*Oq7q$QX) zz>2vFQ8uVECmfocVF%4_K&)q^s+^Gh+V_b(FO~b%*npNk|yS9@&5F~3hhbD>)Q*#fD{2Z1{Dwh za;jx^Jsu~p`X#v(@hu#SccAlx5oFQWBm6|i8v~c%CuBZ)H~@F*f1r)jk(O$IrfnJ@ z<|KsZ2)Mu2K9i|7Clc})Ze-Q-q?v?U7ygZ2{{YGM*~u}TGC$ICiE}YcS;nnfHEHqQ zM+aF!th}^dQwn0|^UHL?Jp&vk=D#cI!#fJ%tkNBX2pL2^Y%YQ$iHGpbAwqM)Nt^1} z!ccNBM}gJ?J1BO*2h>enno&{nafEz|6&7>(Cp3)bktnlsT2V6qZinDpl>vX+Z;OTP z=l+kiAVPSETvnnua9OK1Y>PYaDPOnk&4J^~H@uB8_yJ0qln}yk3V?7LJu_A@Z!Ap0 zd5NBN=%?`eIPEnjKTL21f%JTbs?6kWYKI|qWKZqvYgCyCs0eEiqlwAAEvw~*@+;sp zz&SSt(j*{l{HpnUS=GL+Z{ppzqTTlKN5Welk0WXyL&iIIS~{nN&ze(sXp0?v0?Uc# z5SEkT#{Y_h!VF)ip7Mo}s0oGmR9E{-yRY0=?`!w<`$o6m>aKCG{)J98N7}9eKVoU5 z1H09M!r$3Ex2x>oX@u~HCni_o z31t-!EeVMXWMJVX`<@Pg=m2RlJ7jg@E|OH)RT0apQ)qWr-NQ4XB=AzD9MH2qQg`)K z;N_-?8i)*v2#_Ms_L6940JDMhh}#iM*MQEbzoP+#mGep-H0C5mtC;CyD7QP< zP!}YWe5fG0%Q7A74_CETAzF(Prxm7 z0_R(P2^=3Gljs_q#fk5hht)vCBUqAv1*Qxs2Z@lQ~Oudzx@XH}`z zRZb#8v&6(-(nke!2#xN}n7MgyQr?Nd&$Gi{uoQuueR^ZW~l`&_S@QK^-0x zl?2S;vq)QfLlX=+TYU5leQNtO7m6XcM4wj$sYWD-q@HvU;d7GkTjF*eA`%2Vlj2OO zfx@=2w^Eph$DHC~*0YcHMU}`E$<ObZz}^#mV3kB@x=nP@G4vHKm`5xJ?iQXC0|fNP$SfKO1a5x6(EKHx^$*4K+Bbw xd}6{c`o93=YQjmAkt&K-(Vt41MqR@lai_Z0(5rg$$I9!7R()Hy1djjqe*rnl1FQf5 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/base.py b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/base.py new file mode 100644 index 0000000..9c0ef5c --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/base.py @@ -0,0 +1,141 @@ +from typing import FrozenSet, Iterable, Optional, Tuple, Union + +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.models.link import Link, links_equivalent +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.hashes import Hashes + +CandidateLookup = Tuple[Optional["Candidate"], Optional[InstallRequirement]] +CandidateVersion = Union[LegacyVersion, Version] + + +def format_name(project: NormalizedName, extras: FrozenSet[NormalizedName]) -> str: + if not extras: + return project + extras_expr = ",".join(sorted(extras)) + return f"{project}[{extras_expr}]" + + +class Constraint: + def __init__( + self, specifier: SpecifierSet, hashes: Hashes, links: FrozenSet[Link] + ) -> None: + self.specifier = specifier + self.hashes = hashes + self.links = links + + @classmethod + def empty(cls) -> "Constraint": + return Constraint(SpecifierSet(), Hashes(), frozenset()) + + @classmethod + def from_ireq(cls, ireq: InstallRequirement) -> "Constraint": + links = frozenset([ireq.link]) if ireq.link else frozenset() + return Constraint(ireq.specifier, ireq.hashes(trust_internet=False), links) + + def __bool__(self) -> bool: + return bool(self.specifier) or bool(self.hashes) or bool(self.links) + + def __and__(self, other: InstallRequirement) -> "Constraint": + if not isinstance(other, InstallRequirement): + return NotImplemented + specifier = self.specifier & other.specifier + hashes = self.hashes & other.hashes(trust_internet=False) + links = self.links + if other.link: + links = links.union([other.link]) + return Constraint(specifier, hashes, links) + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + # Reject if there are any mismatched URL constraints on this package. + if self.links and not all(_match_link(link, candidate) for link in self.links): + return False + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class Requirement: + @property + def project_name(self) -> NormalizedName: + """The "project name" of a requirement. + + This is different from ``name`` if this requirement contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Subclass should override") + + @property + def name(self) -> str: + """The name identifying this requirement in the resolver. + + This is different from ``project_name`` if this requirement contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Subclass should override") + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + return False + + def get_candidate_lookup(self) -> CandidateLookup: + raise NotImplementedError("Subclass should override") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") + + +def _match_link(link: Link, candidate: "Candidate") -> bool: + if candidate.source_link: + return links_equivalent(link, candidate.source_link) + return False + + +class Candidate: + @property + def project_name(self) -> NormalizedName: + """The "project name" of the candidate. + + This is different from ``name`` if this candidate contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Override in subclass") + + @property + def name(self) -> str: + """The name identifying this candidate in the resolver. + + This is different from ``project_name`` if this candidate contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Override in subclass") + + @property + def version(self) -> CandidateVersion: + raise NotImplementedError("Override in subclass") + + @property + def is_installed(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def is_editable(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def source_link(self) -> Optional[Link]: + raise NotImplementedError("Override in subclass") + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + raise NotImplementedError("Override in subclass") + + def get_install_requirement(self) -> Optional[InstallRequirement]: + raise NotImplementedError("Override in subclass") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 0000000..4125cda --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/factory.py b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 0000000..4adeb43 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 0000000..8663097 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/provider.py b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 0000000..315fb9c --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 0000000..12adeff --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 0000000..4af4a9f --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/.awi/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 0000000..c12beef --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/self_outdated_check.py b/.awi/lib/python3.9/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 0000000..0f64ae0 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/__init__.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..62aa66d50d2e265c84406a6b042ad754e5258091 GIT binary patch literal 205 zcmYe~<>g`kf=NjpX(0MBh(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o5j#KO;XkRllGp zu`D$;Pv1E|ucRn5sk9_BKd)H7ASbahy(qslFGV*kzeu;BvLquvPhT&wJX1d>Gf5x9 zH`cS%FU~AU)h$R&&Q45E1!~JI(2vi|D@iTNOU%&+nw3+m9}g7BEQycTE2zB1VUwGm PQks)$2Xf12AZ7pnpolns literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dad98503cda7f3c15801565239dbb064efb49709 GIT binary patch literal 3843 zcmcgv-EP~+6(%Lwkr_LiU7!sLEZRX_z&4;r1$x!pB3MO|W2UksP;y**9mpecB+;Qb z+#zMJ4CkiVzCfSAzU&+H4f+nc?bW_QE}DL4C~4(*({688KNLB0e!ufGM|@+$GVuCa zZ?FGo!!Z6u56iDC9=^giZsFn?$A)KmnZP_Y^>5}l<7K_vcgAs6m}fa}#asQ(cxxW7 zh?VPAaqq_T?s<8=lK0j;3v_GVeQzDVmX~Q8I~)8TD~7Q<4&B6;Va$3;jt9ep$#bDt zU&#?WYt*YY6!PxPf8acSQ&km57w|#x9`JNW-0h4~U?O zOb3pEy!gVhDl(d23sHH&V;M51$SP8fda-4-gc|vAjL?ztp-`eXVFSehwpV~uAqWw7 z$kjj;$aNl07$7GxvX^i_B!@U$j3yQ+;b08){p5lIOOWt5mafksk9pD^kKh=mRAGHT z0N&flP_W1C8OP%tQUdJY1R_s+^Q}b~5Sc{zI^7B&a)Yr)Hc+xqlmdU`&oqGD(tgKe zIZ~>i?JTg7^!)w=ze2kejeCI~4-3rmNpx?VfHI~JB1`4O#=p3=;E-N>V*q`i1wZLkB zZaKAfn>8KF-fz|I8rJMarG8Mg8_(G@@HLtpR=4-<4up1^j1a|oAoT}8z_I`m?%lqZ$ zWSzsBkm6WGmRiRS_iD66`pWoJI(D-`Zd96$j)TVnymUGX)og&r z-~xMGy1w4HHTe3cbi(#sJxZZJ*?9?uPhMUAVGp{pA zHpyKXZ!&U%&b|(brpjDYpu2tH;&Wt2x81#g8)+*-1#8|1aZ7s986`O9C$0 zrYlF(sDDJ#(&qniBsE5RbE%yITqhyDf84j*lv}Czot5bt;hRVq#M2d=M1DBkpyRGP zhkcqI@o0K~32mffe!ia5+gAaWXBn@<9g)= z8S<7UAG5KuI$gyn2J3W=srw*SIb5bIlpGN%BntdQCjd;!QJQ{W&eZIF35L{|jG|<` zW6Yu&A7FQ0iC*ScREycmf9i~=DjA`d>!`&`dFWxiJ6qqT3}Ks0r-p%BZb0?YI65g|_7~!!{K) zA0V|Bp|R)_k68ft80M~Gv8Xp_ z$f2Q=yC^OeDd7sCr#u>r7O2t4%7YjqJzBHyehP>K^hk}N7fhBc8%X^;F9oV-pZ+93 zEWc%#-N%HkqpFpkBanJP$ILblG7WMOOpY=A!CIXGKgBfE%PhF_C|}~{R)A+c@tt|n z`2OGT-@iw5%u%14=J8iUAH?btWcV}}qSH(_+KG&8Z0ii#$xK(YEt+NYVL^R*CqOMQoD>1;y2zaSY>UO6qR*PIRiB4xlO?aCBBZl>HAf8fdh^as3egku|`CQJlK7(1g H{3rhbGbmcA literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/_log.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/_log.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d59ddb680d652b40170fc68dc71cce2cb387e711 GIT binary patch literal 1530 zcmZuxL2u+V6t)v5nWi(l6|f+2!3PeF)FuZ`NC++MmIbMrN-eC=T(X(5o5^k_8EmK3 zjOMm`Mu>9{Tf_x^Qm&l#7a(!sJ!hs&rCRcf-;4eH-uJ%eY%mB3jNiuJUH;<|@;55m zgMsoCrv3qhAR{8Ea7sF&@O4XP=8oJM8!<`*8+p%(@Pz-C2w&1y{u_4`$es*DaN~%c z*m=uFJHip+4Hdhh4_YXk3la^Me;qg4)U#qKd0FRqQRQLyOkNh1)O=!pS-VtxQf6B7 z%UW?WmHZ{{mMXrIYFul%AIEX@lFy`>)*=qWqAEmJ!qlIG zkOc4|BS+AYE1C492ROJlOfcaA4!*^~ZwD{BM7qnCKXtJ1PCeiPApvlB#@88RgomZP zl4Tfj7%xuFkIpVmc%dOZb1h}XzaM^k21yG3?BwXj=ds;3j9BZ=bl$Q|<+}A>Uw2<6 zO{1!b0}*cqmLKOCO#LZ{6?sJrUD4cGIlt3$QjnGV2mOUYA*sa$LTZC`AaD=UvbT*B3E@&i9;yV;d}vAt&%vq zE|RhsC!PL9{AHpGBM;}<HaJjZw(&dwT zm~W^Q1#K@)t86CIv<=g=;|8qzY5H@MmFqu2nu>Y?W>*`f(4#^!*zC5%BeWqQ_F!s+ zvqza{Ex;s(&eRTAClthH;2O^y!_;`t0PeteS?idmq(Bow#)wvJ>Y;Jmz8c5 zP`Pdtzn9;-fq)-ft)+;Va>2O`rVZBq+MPSfM^rt*|5&h2*la!l73t8y=qS`-tIYzI z_XZ|xv%mv}yn`%mDaDm*n4q@~JRX>jyZrTB=7omZJrFr^c*Ac9lUv$Dmm}{lrgc+d zOFz)u*zVBOHNQ(~KRU3dide?Hs5nq2zN1W>!V=z%)NWC`5b`kc6jG*rq&E-2F}_0` zX8lZvQ*6N@mJ#=FVP#Q6z}o)yYxEgdEDwkuQiZTYyXr$cYVYyQVh&a92xY5-Zd?D< mK0@|d^%3qy)a~&Huk3x*(e`VklJ0|GL67b+=6(?FdH(?^h=*qY literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0bd16e2be4237af6f9b6f2da37f88b970abc21c4 GIT binary patch literal 1636 zcmZ8hv2Nrx5EVu4u2x>}ItS-20a6e_8X@NukOKk)I0QisFj53=;%Xa#E7H5NwW2bl z>{~+)5ae1nsjoPf_e*M1%#C{OT{lh)P~!& z;^(T88kFRsu4Ms+Z?tSm#jWN>dkavufr_7tvQdT$P;ss|wXnq!%}z9Uqr3r7mF0C& z_Ys!DsCkSb6)!4_ONFjDhDX1kE}*cA-|cCPSfS??2-%3T+`i;zO4UWR@}8|S*6>;w z^D-8dY6&n@S!a)Ps79 z&Z~4TE{e1)mT51)ntzuXB=eva`I)0J#R{aEqZ}$xrs%6Q=`EUhy@d$l?%^;YP66@q zaY8+;ZUkCvka%!?n|ljqg^xq+l%9ki@#l_&790ASUWGP1r5{)u-Vop|(jw^jy3V--K7xOT(7l5G0Nr9exY}k4*qOI9?cu|0Qcvr<_r!_eJ$h;^_yg6krPgI%LRS&*{Q)pvG~a#E>;As|-rX|B9ZVKQ PBqEb=LigDIbbtIGDYu(W literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/compat.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/compat.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d9492991d61ab8c56187ad70319bcd369390bf55 GIT binary patch literal 1524 zcmY*ZPj4eN6t_K-WSW1J6$d0PmN+btXr`iC&=#};wu>lKNwq;L8?7{QVkeo_u}8M2 zAys-|`2<{9q!vzmC0{x56*%!cX<_lmo@YP5=l6d8J+n@yiJ<*F`Fi%UfzY2}@@9)* z@;P+-0}LFE5yzZJJjT_Zj7jy6#?c({=r=r$1-_|?`Yj$eM8f0OnAdpyr+B<0nxe%U zuL)214$RvN#GAk4aYsbw-J7>~>lPO#$h>_)v=QWdmv=76_-#%`sMo#vcI3+0jJgGL zl;^XVFqY=(P87<~)3sY@MK3{-Yh@`@oEDO~nKsKN&#g20q;x^m{|iz!PPv5zxrrEeWC z3vJvpW3=(_7J1RnE`{RS^h+Zl(t|!EBuyQh^oW7mLzVmoGT~1DF4BcwinK87QV5kk z)#^VCQh;VXH@Z}O4-ncbD)iDmTjeQuPPg-e{^Qi``6U z+Mr+Hc77$V@Q-*Ch!wFOgwUkWo>#X_Lu?N%1w!%j(|PU|<)jaI0Dc9lz$!{9)5iyo-UkX!OB=YEnMVivpX~1+Z2g}~HWeJ0 zom)C9)iiK4P!l$;76iYu9vYdY7I zt=Rf5n?u8L3qFRUidKj8Y#~&YG==loeRfnEI%VpiqZ2`mU;swQ)HjFOVEEPWLf0N%&dj>cUEy=bc?GwzdFE=91b3Sc|5z|@3teGj_bg#opj_#L2R zJ8F||)WwzdNnoFEtn55DV&)TO<^?lW`1-aKe6-4ykESyBM7iDr-^enqr&;D3QqSkP znw#L;M|KU5N0tHfpxc25<^-s(9GsXKj(Q`XXlwnwL^M358`Jzz|0XhL0psGwODBX%hbf_NA+P literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b8d3bfdbc505eab947902a84ae5dd96eccc7c04b GIT binary patch literal 4076 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..317796159de8f25ed5b10b768ef9c9d638655e5a GIT binary patch literal 2095 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4027d221a100d9527e56e79ca7eb4c7f8e52ad87 GIT binary patch literal 1314 zcmZuvO>ZML7`Ept$t2x|Zg;f{i!>6K21rKRNUH@c2yL74q0&XPd&#znCh?nOs53Lz z4kcB3;p4&$&K!~>7Y_U!Upe*62`=z@rj2sIBfro4W&4@Ojy5)Yg5#I|C&Ql|LjE+t z`Y2=Y5l*>4^O7*aC@0+lX_w}))wOc8yEdZ5or&9ZCtla11jtt0% zw;4Sqjm>LhNsbzpb`E2yw0knmI9$3@HEce;^b9ZY`-rC^;ryV{PFuj2UINsp9&R zD|>D;hq)$Z-nk|AmAmlfHtx0ZuAI5U=#mKr@b)@&VwlE&lJc&DuFr#!&G1j)d^G@3{oLrp!h6cpwJ1_ z7y?KN$$US+aS(Cdk8mGs=jkBg&>Dft1PlS!vfJhz?32(4czg~)nnAMD2+}0@Vy4Dv z(mwjj$m?HQXoYdFjmeX5X*ZICI6i391U_h@eW@a$@8a zdoT7sJ^Hx!Wk-7wA~6_iZzR%bCbd^k)Z72ZQQLAR^%j;G45KMmx8xhHFxRc^emc?R z+pKnYoPc>C5_^9m;tlNiM}*^a0%0biZvc{TFHKO_{#3aX&2LcI&-R#tNDl${LLTm&IAwixUMRiFk;6aT(sSXk{~9jixH?6*6oi3HbmG zacb13kF5Ljb;KIoqIK%f`oH2$tTpaw&xkgV;x2~T5+Lpw$5XQmpMl74!Zw*QzJ=b) zlY^(aa^pRIqH8O+_q?+n9d=f2?cG(Oy}RCq(P5{!OgDdfD7+GSv)7A~BvnzaRj;Q@ tgLIO`97G*?)#UNRa{#jG*?~s12kW!@Grx0Rmy9p(Ji* zh7*#~T88!%|AFL?OAWx#_? zk9Yar1$_{FLXvKFjmNyf_iqL_1AaBT@+HkW+3w3ma*gk2-7iVDm-Svo$@Oh(Kf8+7 zk1}!`^sj#nkAkBw(sVMz(f|+d;89b2t`ck zcdF|EBS5K|X&WnU7OH&BcNd2culM~rK1^^*HZ+6RBrxF`NrLAz{U;_Kx?R(povE~{ zxMFaErFqU|p0Ue-+HHpC5fDiwCYZ5e@PW-!jW=VOFS#>wX$i~tRFpg$u={+HE;MIy z%7oSnuDz{P2`$PQn<`nbC-+Vs9WcFu=c$<=uws!LQRSRH@d4Eb%*?q^%!e$U_}Cw? zw9Hr`wej{~9dio6Svs?+$0tf{0G4M53<#8FdNG~CO$T?yj3_vaTtdxe+|=+2xdisw z?Gx!@!j~d79GeKuDp0ZBzfy83GMHfnpUl%z=)wo_ELEk$QEv;R9%LpI2YU2-tOkZl zhR7>fDQ_Kons9Gm&hzSkopDymvu!Nv%uH){7wU&eVo1g|kJ_8S9&EBu3Rz*YmX@1<_?o6m+~W?vGK~maum=LB`Wj1)d4$k&YuYoWSWW`3*h&3 z0S0o0h-w@Omt`~El@ zouCArn9%Q{mU71rt9qy=uK)X|i4P~^hj{g0QJ6rrGE&lvo(G1U(oJZh)5bcupy$N5 zW0cKJD+{yef?kl#4%+Pta!%_}r)g`t49>%Ks6IDW9t0oWKaWgjv%8KktKnybYl0R% zkJk2Y za-yJi&{R$eZCoj6%X8Z*r79+1nQd;3+YkrXHguH>W1DW7=9S$aJ^ahV!#|(gyZ`>f z(b2s>Jv>Ho=T3Ez+_{*{ZOorT+O%!yw1DZH+h4%Y$T({K}kn*`i!Y+}c~bGoMLZ9mdnQ^#BN_8Rxh8a(Qg7kB?} z=3J&st^R|4tIm7-QY?N9H0mY_+ZuxbE{N)9uJ7lr_$7)y{`_Epy5%~4;|h13zdE++ zS7<)Qt6hIUW6}xRZ&8!btSShSa{n}x3zWU#bnm~n z`e2faf&0timBYUI`k=q^of3i`HPJg;0fm97w2dM?mC&9-fa8k6d~$7sOGut^#}dO! zC$<_KS29~n3?$1a8{&TSlH*h9-MHkmcfS^_y9HL|{5@O+fp)=affw%A15-L7B^`3( So2cQ~5`!mk{N@|opZo`rLJ<-G literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6a1fa0e5c464c0c2fbb167e0eb5d5dbb3cf3f7ff GIT binary patch literal 4471 zcmaJ^TW=f372erhE-8wVX<4@AYu0HlCTdeooHPyKCXO9DNgK$4EyoGllwER$;!1m= zXNHz3kU$X`X@a6nk*A_C3JK_o-}+PfJgVvG%$D7qzt{3?*>CyyyGbbxS^=ZB zUQ$jgt%}Y2$y8cxRnzI#bXsfG(wWvwI@_8}53~;0`chI)54H}bbFI1bQ0tJD1<8DR zxOLd(%gK@SXzM6*#DX}+D-T^h#j6ke)^QO)QWZ5Z%^7Ds@0i1!dg-*y<_NpV}L5jvvB!r}xV9{4mNdpu8Yv!~(`Wf^m=X z1xQ24X2lutV$X$~R&$IWhx`ZB+Lll7lPJIROuJM3G~_SuwR?ewD8ItlEvIqjFnDM|%j7U>|DksMu*6VV8a_g*$Kl`C-u(MLDT)CVFHGSay; z{>QP>rgS@t^UV0&Na==WN>XS!GIgc%K|AVcA=_Le(a2QSqgc0l@qNKDS8YY;_8`*z z_AsXMbT5}_q}wXq5DnM(RAmB;HI!Kw@Ys7i`$F90jLQZJ7c!y$v@e;fa>H|+S@8`JKSG$<-LuXu8f^cHgWGb z*}U)QsZqildOvq~>6UZB8N1YyM&GKAX^!b_l~rdrZPw(O}jVcexxF;rEzm551@@H#VYD3Q%=Nvs9MQ62;~gb zlyBU+CMApzMBT1X%J_HMH-2WyJeC=(*zk%0Dg!C*#rcq?*-`c*N4|g&{;3!Hc`6nM zGP);3ws;k2ka1_IVNA7%HH}teKFs)eEbaVYr2Bcc*o@ZW#U$=57Uhf0w-;5c#rZ+h zT?2;DEgmekW55cFNER_xq859A5%#G?+8h8E-M;9q6_(G}fuuUtqD~`mym{ukb=PMV zRf%W8NltOD6QlV{LkcUQsMdL&nr?Yj>gJ{nEqTf?XRfJ8ez@QP-u?v_WUu{ob| z+~wXwf6V^Ee$T#Lp18WCgE7D}@ixM-_bE(%#~E8_Fh{ek3i4Ci=*OIF;ra3l=)ry8 z@tsW%t?I8i>dOljJOm#wj1M@JqL*R)n-Tr-leQ~xD>KxTN z9oQye21g|k8L?TdhIp3yqNs~i*p(vEf`>|Uhf*Y?Fv@rcxyTgCoO*UdxGrO@MMfna zt2H}{_0UjbtQ|TCF%)d1!dO#(zB5~)@o+s(5*lg{DOHRMyAEg<&1cDjCZbVgp4ho) zmi1_4XQOVGWr{uQj++m_E|`-xczwffLIDlm1Yi*Oj`4tQ69Cd+5fi9k5C5e`RT3x2 zBb1QW$dgD+r4uPZt{|sKRw7xcmkd=OKQ+p_CZJ_!dBZPyy+|!sk4Q%i6K$QONJ6SP z81dDpD>B{2nm}WT_#woK>YS?2Tvo;F{@X9P{|W*sxj=4()&Emr@;ursKPInVq2`YB zw|BvmWeFaQl`uYWrSXX$_o3NEOG31zx(|^ds@rl2z3QyZTTFx2Ky09|7w?`O6Y)?x zpD0mY)(%l1$^p@oE)%%{h3>}6Rr13y?g3@cDxjCk5kZDP5_MqD0%f-qppdI(!7^tX zVV;Gb+_?48XXirD1?nvH2(Y9QG|j?0amMp?RT$Bf2DyswH!4r;L#&1=3p4rFM8~l? zc>;+!($+%h_U&mwv+o$FL z0>TKPNc|NFXA{uFH&7e*Hre~m7vD|XG2{Lg`;F6Myu^bC71WifZj)`Zqt3+B?y9#% z@x|MAC;rB1?QZ#FAJP)O;EIE^e8oXs36bR$M3%}3VW5aCck4FNe6?E!Ra7X}V2tXx zM3jTv^w_5y>ZTBH>bl0On~b6w%sIVe&K3r;dMLal6+o%#_h1_#Rl7S>I+DC?UWz(h zE_y5dcy%pFvwUz@Dm}cnet)!a;kDNBvIyFm)7%$Eg^&l5+szTCg}F_xJyCZZC)^}{fL=LlnnY&2L}a;L^4ETrY^0( z_3sblI~>J-;Bz(_&j&;EQj&M0M7`78>+_h5czt=};%yoOXa+ffdU#CXEF`U1h~{z+ z-%n7FKwQFFSKx@NVBe>J>JuHA;70rA`*&_4HF^FiYZWO&-G{8$m%guOcrmQ}PB9WyhjxwC2u16 zCBB^)=`$ZuF=Vsgm($3h6jTB1Dyw+5?QV=LBUDfvE`lW4ZucQo(P!~~1(_8G;SW|M zVgcHlzwo{Rq9;Hvf+j*Fp>_;BTlB*-9#qDq0{O7`>=?w-@HW0GVwwV1R1$nB+% zK0B}UC=sFR3xuPUB=68zwAAK_GyM< z5!s*CuShe6P6z?AP8S7Rw&8`s#gaX;B2w-t#{{t=Oxsf}9oiqU0@v1~pK@zjw>{NA zps5IVj!UqWZRGyscE3eG zMM`s^+j$(DXIY&|f%3jB@3Z^=)iHH_u8t4y=y?D9e?;?LMfZ?zyedDX5eP7*j01$- z!%s+bh(y($<0ftslI&wDy9Y^onlphO4M5q_ryk_Pk}M_3WRk9b_Ecx)ap7pT@4;j+n%z9bii*3`!t)w{$GaA7xTWDr=6CWuv6m2g znlrO)DR4>Z3jFE5i^H5P+T(>KV(WCq!@P9v%rO}u-lEXjMUtAHvg#9`sa#5PK1{?r qWG!_L32s3iQO#K(}w_gAN literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..966c9fab859914e90fa1fa0ed233293afbd5094c GIT binary patch literal 955 zcmY*XOK;Oa5Z+xo&*nu{^&xTaHHX?#IaP`frApOGsGuf5<%_$?Zju%D+S+y6#wsWH z1so9vIPzck1-^3XU*N>76G5`le46=oUOTh2*{mZtUqyOYk>f*dKoF^d%rK*!qr2Ib3Z1-*!c1c!sQ>xrib_7g1%G|v5(mx9N*Teqh;Ntb= zpj*l+h0A?rJeC+{D-x7iaT{h4&70T$S|qq=sIDXRm!LPkzOv;&Z$2lNRue1N{=ALt`~z$v*!>M0`w#4MPQogH5l zd7Pn|!;mJsreEhrATVcU49m3KM zlSMjTEBJlztQ?4WpJ;)Vm&va_`uia#kw}lQ? zPYBG#E_9+zYlw7k728;KK)>v^^GXn~cpL{x#R0SWzA literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2f3eeea3962a296eb2a76492e4f552c88abc047d GIT binary patch literal 1728 zcmb7E%WmXE6s?EtcASSYArfL3frW$=OOrNYRwDr#2m=H~oze7=5iKOkv8%hC*eL)cx3}!j&fY0Q8(fdhBYZkMMt!9Mh-@dGWP?N(?4+TDHbD29PcacH93D%7q4^g!BH=K$F5z+o>qY7T9rFLJnP01pxJ;78f>dd&THVlg+ zcqRM~Qs@RXfxRUUuxlulDC)`Mkc)7@YZeycu;wakC0IMx zKHTAv4NC5Uk}fF8cs+)x{_x#j)vRIiPb7M98QcBC<0-FL+=%oIV|9GQYdHP9HNPk0 zrc7rO!P`1N9CLBl%+!?EaX-B(Vz_bKt)KLt#4eKT^ER1I`QRo8a_>zd7oD9+YK#^OT)3^8EWm6VP?|iK~2H0~UxX``RVK)iR(z5N05gqML>NYWHv%HhWiSFHH z!+-n=AMg?`ber(Xedv%EU|#A7w-`tTaPu+9dIeDERl3UEg@fi zmzL!@%Z?079 zeU3~CdQlp3fCD0o=Neb$H%;+au0Dc^(HUC|7>Z%fltNAy zXlzC!WX}BeSCHh2hdF~HtqKqsHD&8E6a*o(r9!2lGD2r6p;Hng9R* literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..684541d26fdffd90ceb19d89914a9c90fd13b27e GIT binary patch literal 5483 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 Pz1Uwox8E*0#lrss#h8P5 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/misc.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/misc.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d57fbd605697e05d111c57c846b4f6770cd4df9b GIT binary patch literal 23441 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 ZbW5Q15oPwYR|#;+xYv*qmJYJ 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 E|HqI7P5=M^ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4bb6732d2e23a4f1e0ff248ebebe0f6506d755b9 GIT binary patch literal 5717 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aaf718f38abebf74d3a6c9b645928538c2bf1d21 GIT binary patch literal 8272 zcmcgx?Qa`LdfzuLUnEkrB+D;xlD*hY%+{iO$z3i3D z&O9^o%=7Ylp7qM*l7{Oa)^D}Gx}a(QO_lL0hssB|qf(n z|7OFI|G7p^{@V>3|3;AS6dHw2u~F1%oEellQ;jM4Yz5Pua--a-G%B5$#!RQ$sCG^? zPIP7)vz@udTxY&9FZ<IcBpwD?B$EukZy{WFSM<+HqSM&qxs@>Pu&d6iYpXl&+%&Z_Lhx7Lo{c>SivX4%}g8k^fO8V<(% z0An0EW?qfqXk~iK%toGM3v%Qe7mqcd7hu&(Ha-fc82BAmPgw~)XuV3PwE32QUCsyv=TKUxd;?~N_9ryaR>$g_Y;{BDMyRt`GbrVd+ zeBloFX0EQTey?LeJn4zBN!%D-1|ABysWJWpMWXF!e}83LOZ0(eXxqA{_bW{MT+_8L zv;k_NP30BTm}cR(W9nL1{h=0Ly@EdUdx)E9547)fuw2jt;v@?2B^OK9&qV<{yvFY} z@d`Tai=~aI!;}%hILwUyA*NFLrUvI9d$zyGyQ*(-t_cCD01uC1Q~a9@V>B=|Ve**1h2HlHS64VyUNQ zK`-fsUNFR~Xq(_4>R`f9Tk*g((og87-Y}WLOh~@Pa^G4Fi|4qF7W;)s+Jlz7Y$?7l zNP|!>Fay#$ot~Kx7Lu;}ybYNXTm9ERmEsyZw0;NcR|4g%^9}EbABk15fHgE>HAWXb z(;-~PEw|%q1I?8uBu=9Zf>Ckfji`r1VLadoM~fBnpe0X473a_~Ex6#KpSbRii4@V) z^!^(!U2J{W9l~op@<=1In&_wYvT-|AnOSjPBa)ei=IZz#HQ=aO-tKo>oe_#EsU``*i5@@L z{2El$!2(jV%@aHy@Zj+F@jl!Bhv@%**#5zQT9ITY^g7&i(~|3UBGwD&dD?X!_q-r` zlXqPfHC#NAMU9GsMad@;OYs_tw{gd0#|pY-RLoghwx%aWIxR8{ zYNF5RBGt&_rpA~KKGDeV?P#9XuOvgGhZ>9?$}2-@?A;U56QA)IjE|d97ssMZh*V2x zr8ArkGU?&?ybxmO^kQ^OBB*UMfhfz98H)2zm3A_JR+G#Z3_IMSy-KTQTe_{R8gXxeF{s0cXI5<*4+mC_gc7H@tfXlbYV&7!FaDg0 z%Tye9MDO6m=eVWR6m&uLBNNg|&=vm<#leJRM!CgIGNY{=nM^>1JcqI5MS=+2<^|O3 z7r9?+EnS+{a-+njU~G#pzS6V;c1&mWX;y}*E%OSmunJ7?46C9(!>jazc|P&NlJLZ8 zoB(B;&7+S5AdOkPC5i+=tj650p}38Cu;YxVV!__0(B)e^=)yKN122Y&rlXIZhL93i zqh`Q8JodVf89I|lcw+0og4at@9M(4cI2%4LG#*J>23VZTt2?CkMBBN07xLB>Jmw+f z3Z9aTp(p9Re5PxOa;!Z5U}Pe?06?P(*~~i;Y%URm)RJ{=3J$@A5Fg#ZXq=MSQI*Ji zk=bk_F%>cNh}hV6B+GlGZCkiE4{|6A z151QSk*LJ%6YU#4DejgA+McdpVa-^*QJVr5>_JtOsV~5>NavL1T_s{^&Xqf+Hv~zT zco&ORPL#Z_M3iY60?&n;DMrm!-iy%5Sofb$mBs+p6kRX}x(Oe1;6Kh&2i!3^60J}& z3VOk`Ez1JxGi=yM`78CJ?Egg1!na9K%1=We7YZJ|f36yy%&3xjx#}0D*;st!nSbO^icUa^Zf50mGS3 zO>$z?r)H%lf7X=!`|$MFA0x8M>@QQ#x`9X$W_u`Alc=S|YF;XjCZlCOt{vpFC{hFIgAY-9?X> zP_u?81^7p=7#5`UsI02)g5sJc0ngz@n)4u+ ztDSt-GXzhW0TG=M%2q4KZ&IzJAUX;d{HNH+_w;(E$-`!P){39 ztmQx3e_atg*3W$4T#Re^)QDn1qL&shcc5$q=}*f?$e!;!VpK`(AZjDHPjif~_u3N> zU&`$yOT}M+;J@LHrOC979 z##V1(n2XPG4iB}^xT5_=6aSb@@0OVyN#_%mRKFcEy>wPn{de#4PV@wx?|APw^6&&% z2vH;sV)lfut=6F^R;w2_72EUB85iN)(O`~Lhxj)~-1rIw(|5rOlBWS|9!U=52#$ml z1OMR2rj0v~yU;S9XyRjX7%)FNoQ+A@1z9IfPN|mPXuH#(L%Xu11TNi)+7Q2|o(KUQ zvXJO2m4Erlk$zBtFt}hp?D14D_20hXK~^Ln7m6q2@=J2$ymc{t%V9lmD}vP3Oa0l4 zvC~q+p8ClKHLljmskIsTVOmUt*W~MzTsn!Mtm7q6&?c8@A~y6F>tY(SNs7=Z);ps+MO$4t&bCC)u zr+?ty(tL!(6@b8hqJK;#UIXy2{K-O6V;;uBpx+;DyQ=r!oD}uUB-O75K!HL0VLc;s z1F=UrgBohKn%>Ca<+Eo0mq(Z?opT7yhtiKT_y7kIm+Pg6QBTH6vDf0k7GzI~sh<$$ zLWme_)oT^y{)lf%2yIxjIEj@*B$*Rrs|875TK?FJ`O1+05&#G?l4<_#gB9Y3P$4&do1Vys30iVm z&d^Si2f+~W$gTa1y2!0j(ypCcrazk>uOfehJBbkdB?u9urcI8F^3E~_tahODA%5-lY(N=*KWx96??{ch! z7NnOEaZSsJs|y?Et^Z@=@S zAHVyP_ufY~AuSBKs6fw4bA=|!8zJ@q+zYa06pQGIu>%A)FqrY2oC9GlbG2_QeOc2b zIT+9{F+>DZyidh>6hmAfTP4(z3L;fSY6*4vAKVI86DoM^Sos^p1N04ml3L0;j$pS|6v8?@S83-#w4cLZ$THB-6%iA)Syqlx&>lC((ch=tkL!1Kq z99RSWk%_>~qAdO63y+byqU`-9zP9Y>82#QjO-b* zFD@ueMH$zTKGAOBAxBa~`rrj^9A>i7q4Y!mbybpzLOaAQ>hiBMQ>N zLKCw@iU$A*yx}v4Tywk?V{WH8B5~QlM*@dBg;6r1p$23h0wnp^xkL%m^$5ywPkuj; zzyKH&!B&gX+w`RYdmGWnM%NA$=J()-wy%Gk;+v8UkL`tRo|*v%1i*I(ksxImr>{1n z&N|G5r03FRC>$a#bfCd$`OeC<<=d+_-Rrlm-G3l{0g4Fo&1Mjb4xUrpPm9O^F`of_ zrG=0`mHE>{5nnpvw$*njE?>ugz*re>YQIFTO;2CutoG z6evSCh5I_q^6w~Apa4;WSbk}28wBTeEfP|Q9ox3#d&&@4d&YK-a;m%bAV<`oDtwtE5*V3fnn|`oBItr&^M! z&FLedN-inyRuHP>_9#@L7&f;mKEbNRUs7?0id7V~841M{q{zkHz)zHc=u;0mnKXxh z0;sGlpMiP8D79BsesTN3nz%=ueon=GDn`JqmRFJ71sY?CC`#nPif7b|09+e7M5%91$vj;B5unsOL9F=~>K&IWu24TW_i+#`Wh%PrEA+!P6@ z1W@T|Xmx$`;jb<~{M9>t+!ST%Q$djy@s$F>1A;`wFnN9itI{$VH=MdlACqF0aGG&l zFNA@~wAz*517$v5W#%c7t{|HPbcC)XFUHt6@+xWJs`?J{A(@l-Jroqa4}Vp-nM+eu gqhw6yGEnwMJ6|;oeZEwgqyMwzie;OXzt-&k1wIK6asU7T literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..edc4ce52350a1344b41c5f18ac0e9f0f8629bde7 GIT binary patch literal 6736 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 OUk<)q*7fd&Yw^D?Ae~tN literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc81664644eccd06d2a62181b81d9a06c295e44f GIT binary patch literal 3299 zcmaJ@&u=5Q6((m!BU!fP{S_l=Hz~0#;3}{s7iodCNVeU2y-ComW2{}I5!%j~@#ll_8@SXzq2YwnlyuykcBr+zj%V+F$G7*O6Tsa|E2FRzj;ft1 zC4!vS#L@-r)P;Ax%zb!T5vx4-hVlvzKMy*M(yH`fif- z(lHlXYNE6lZK*_yts?F{j|W2iNxl6(TtEHw{(DDpIu`e}9E+2FoGQ_5QWHv{$1>~T zw-U9Rc!(pP>5C)_|vHjhB_VevuuwFhY(j?9_J4&P;$0-vTJmuL)WLmZCM61w4)@`LIU({_*SagrO)7UtC*PEksN1P zk_{sGwvf>g^fwSn4;oUD%h0}pH?q{?jbzqDQ%=u3i}L6)%2LGX3}paP34I-|*P+OI zFjouCjuSm(#iWQg)C_KPy##q-0pMD77%Rk8hTzv6TK9y$8g^y7sTjn)Ni@e~9Y(pm zhZ1pkW$zR^?cP`5L6b95)HOXLuzNavcnEYwh8>FyDOiatOEQ&k!Qz?!i*(s!kC5Fg z*FzzX6D3+r&w_4OzjhC=Ux}FGAb|3tm%e*)?W*q>&l+6T_aQuBcAR_Ke-?0h;hmD{ zeO);LCE@-T-dAs((i3_fUXb(Z1^I+{palU5$eB;UIv_tI>bKj3+W)7}enPT40nxQd zch<*)1F{XX0GG=2?@vU`75f_|o=bsKpe$0Y)$0#z{<+MC^wbLS3m6NT#A3x#P!E>( z;hqWQa`K540mb(6Ol%_BiH0fTl(Q_?3>d-Najz$oVt^^@C#i63nbzlPPAg;G-+C7` zr6#go&LIKznoGvZl?jSi4^8kaPcp}&Du88zybzfQ@av|oApN!V$W%W**p)Juz`iy2 z`3SZY;i`uA7vg8>_gVy*A1#ctANdI^ppZ_aa)Ww)gKpCmDt`d>CHDEy5x`|5xDOA= zzEc7*qhliPYKSKHE+{1&6z_yQB!7PUlxqJxIH4Ex)I0HD9F^?EJFoEI0&2l?Pck?9 zuZ)KfscPH-dfOCcProBtPZ*vRiGZ;cOE{a@1?(3X&h0XM%L?zu6qABwc`;J6Q1h z?ELP*2fGK+lid$?|7a?5@v!+lK^j$0cl@Ni7b!Y78Xj-J1|nA7L(2F5zI7q=Yg~RvqPMnd^ODXqWNfd(s-rx zqNF()4A*H$J?i~82;?U8UWzo>P;p8bybBK~gL1_cVeP^5>)OYHY!9N|^ut-bh*>w! zQxRvIF9DxdXol6u9X7K3T6t2D-0pT>P>u8#j`2Y z9*JiG6X1pyP7`=2fRiX3kg&MeB(nHgFRtB3?LCP0I2HF1amApiLHfD>4X;jJVm4}x NrAB3at?_1~@qe)*oTdN( literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a7f747a6fe10334f6f67261fdddab1c4a7957294 GIT binary patch literal 4476 zcma)A%WoUU8Q&KlqA6LH{E#1Y76lTAfkevgp{ZiHi5<0ZYs-e6SPjvFSaC+;#>-u1 zW@&|MDhDg*z3I_0ARTkbAGFt^hXB3xmP6g&_YEnDk{guN4(IvJ%=h^HzEvI$K7-;TB7ou zD^7{(H(v8BkIai{^vsCU=sCwd=fx~~&WJhmT;Lv8%%kV5IES7E=|b8?ah|1J_|6dv z;v)Jl9rnt3;fPCEaaml!$YtR?wran~mLK4JBY$ew&I{m%V$4}wK;_p>$F$R`O(HMii(<>Pw@d-S=h@xT9Ox)O#3Qs zJ9L)Or-)xN^Bp`oMv?icHMEBIuCwE$Hfj!PZt4u(U3va+8bcwd}MW|#uP1L~0QnMl1MEL8Utgha}4rw5QG^n$@?1JA3G-l$c z&tQs!L#@?{`Ml9KiEfeT7DVSWrgJPNpEm7hQfb^$m7(w4)v3zo+a1|{+G;1=9u%+< zMqxUr6%|=VouXOg1DWLmX{C{z+?L;4>O7|Xlr%a?S2lVocqV1sxRb=G3OD-fp^aV? z47OC#kHr!+z0@0|og{A5gYB>pg&Pgi{#E@q4IQR(sTZ`L!cTRh7xo&sQYuv(L=DJ_ zbc63v?+x-(Jl>4>xxi<>V z&as)<6#!`<8K#q3DKC?a>0Be^h-91>4QS@x7fBc^ilMy1tBguY>LOj3F{GsX8$czU zPmRGut2tUQJ#I6#+2WVb>)Q{7! zE4jrAA6-K&Vxl@n1!3-yXjmXQ1`Atblx|T1u!?z_(B6Vts_t1^Eu%hG%k)I3oYW76 z?}2_c(J+kriWr)>ni(28bNB3hKpZ&wedx>?{At9|e(D-M33phS(3Ur1X#Qn}_I9m3 zK;*s+trfD+03QR*BqI`+f(WJI?n8bCg!K}w!;NSJMi0Q^Y8wa$rzaphfqEluEjD{0lwcWq|8?}T)y9NO zxGm#U=M{qiDc$1@7F9D?xrRqm#qug3GZ+xG_FjR<>XfsMa0GdRvE5Plr2~=SnbiJ_ z$`FtXB7*k{r*El+)DoOA0glOfPIjJr9odw#R}iqnuCqIig5uzbZP6EN3heh7dtrZW z#SZ+OvZ-RW@%!+ZjE|)+P(7zY6A2Dwj7v{UCSq*x|C(xg{pi}Y?5c5%Q2X5wrialc zCggTKyD-j}CPol^B?DyzSPOY-A*DPxce_C^cad_a%g|U}c@ji@V`YTQuc@m#N_|>v zIZ8Z^#iBZmz5tI&NIb$MAQP;29`@r=$l`^BjVFVSc$0{b4fhBYV>qZD=0lcIN50_f zIWVKU2Xi5xuy!3}8*Gx;AHqnOwU!q5O2Run2k$inGFR|V_{t-bAF$tR$_uswh4%?W z5*Rb0(4w~q&N|2WAy{TYk)uolnVPRVjB`qE_7QApf?O4J5Ji44xdgrtq}PzmBA56A zn<6;@OL3kNbO<03;Mse?Y|N*5SJt=u8}()XmVdo|z4ig8&vb6e(_@pZn0?6| z0)J#KKZ&COyd=hk<1Vus3%p*xF%mes&}hyIB-~hH-+(9gl+*}bBX~j${=4_-E{pzs z+M&kBAj(|vsWdmDcQWig%5F(P2A1SkZQ0{@k6%v#}V{=7|m#KRT^ zBOk*M{_W>GQ0B2SKi{d*T*@bot2ympV5}$@1O`^`!xyvn?jCBF-<1MCmfKPtm;JV` zt<}o;+>_NukMBNMYu$Np|KUfU-o1TqmE%sm4PlDNTzxbI)1pf}H+eeJw1BH}#C0sg~tYFF}7t0j_ltCg2XKIG=pvKxd^ zy=z{G6-8WLHGPcW%D{Os9rQ3=c{Ent%Uv$Y~-%r8SL^%fK@5>+>L#q>JAsF;Lk zfoF_gVd@8_)>> 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/.awi/lib/python3.9/site-packages/pip/_internal/utils/_log.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/_log.py new file mode 100644 index 0000000..92c4c6a --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/appdirs.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 0000000..16933bf --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/compat.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 0000000..3f4d300 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/compatibility_tags.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 0000000..b6ed9a7 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/datetime.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 0000000..8668b3b --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/deprecation.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 0000000..72bd6f2 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/direct_url_helpers.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 0000000..0e8e5e1 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/egg_link.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 0000000..4a384a6 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/encoding.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/encoding.py new file mode 100644 index 0000000..008f06a --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/entrypoints.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 0000000..1501369 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/filesystem.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 0000000..83c2df7 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/filetypes.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 0000000..5948570 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/glibc.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 0000000..81342af --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/hashes.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 0000000..843cffc --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/logging.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 0000000..95982df --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/misc.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 0000000..1ad3f61 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/models.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/models.py new file mode 100644 index 0000000..b6bb21a --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/packaging.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 0000000..b9f6af4 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/setuptools_build.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 0000000..96d1b24 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/subprocess.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 0000000..79580b0 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/temp_dir.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 0000000..4eec5f3 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/unpacking.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 0000000..78b5c13 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/urls.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 0000000..6ba2e04 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/virtualenv.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 0000000..882e36f --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/utils/wheel.py b/.awi/lib/python3.9/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 0000000..3551f8f --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/vcs/__init__.py b/.awi/lib/python3.9/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 0000000..b6beddb --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f9e31bdcc95cb652d8930309035761196cb304bb GIT binary patch literal 528 zcmZWlyH3L}6m^<5O^Z4qq)ITbc4#~>At8i>KujF~F=UCH#BDA7;@T-HpTS@7OJ14y z1t#n^LX~nYpW}Ouu5BGMnT(OI&+=jU+(YO)G>7FibmO-PP@_8HD35mBYdLPYzvCVs zh$K(MFdvFEPsJ!7iE%!T{Nxjw#XtTQw3rRt@go(=(uK13s*&{_fPw?@g>cr22{T0l z+)V{}rNyQ)1<<#K0Too*ofCU;cI2j->8xPVQjmmaUd&4JK?u0mJMN@wub6eGU0G15 z8eoLGv#x2Haznu|CEa<~ZLLa43yMQX58?p*0D}ODhc5(^a1QXR@mdLrHINOZ65obd zRyNi@VX)?8yMhqWe5qirw|1>0&d58%oRxUrUu2iqFiYo}RIg-3{TS2uKML%lz=dy_ XEs9KUU3w){-EevxK4el4X|!K|OBJJk literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bcbb859936abdd85a98861bac728e06d5848a374 GIT binary patch literal 3506 zcmZ`+UvC@75x>1V9*-17>knmFwo$OHlaz@iwrGnsMo=_%>o`E5Ac@h3L)z<+yCg5Z zKlJWViVoCEWgvaYOJC~((xX2`zsElGrBD6}K@j&hdz4Je?h?B6)97pukjq(So=LkyPw3W(Eg{>BF?iY(Y1%OX(D>IZa#=P7uiGc zb)j24R?{Rp3a3#q=`r0(qemhf=4l#b9Q_sIheaOFWYVi?|HD}^`8XTpdh>IU=7reL zi~IR3khy8S016?VRtXNAlY?Hml%kaSxv-lC)a1438<<5pmE7C77v zT!`)={8X5XtzylsBX z@U{)Fl5~ylJazbWe#4CHd}Fy*a2=kxslB^V8AVb%gHo369$M`UWRwjjy?W`R``)A| zre))tQe~Y;r6$#=8e!D1i127EnN~xi*tph_;y`;+6f>C(*^;G+wo&h)DjyAJb8Bov zEqlMTcjYsy$K*Qra`U|TF6&S7RP?7ZIuIi38%M^28No^Q2{dC#uHPNya(8-EO!BP1 z7ahj^Bp&pu{xA35@2j{FyVGd+C>jeai>LiC&I%y`$vz;_9~hhLO^@{YSQOzPQX<4D z!bpx)7rH1?+p^1RmGSmoo3syHx?BM34nV3`XmM^puXN);$UzPjj^qZU3~MB7QOF8) zRAZ8_K+K&}>&!Z?73>rkoZItS;mp|yJ3|c5U2Z>O@?Gv6d)ZC&+()+jEw7>1CPdEN zj`dILU-q$AxP-^K2Who43sTsLcU+%ar{277qSS)XoBQSVy@?n;inDPypB3G=)LW`s z0!%3Kl!&~SY-&u~&TxOe}_r2@+%wwo_8=SQlu2ZfpoO-de=U&#s_>FSyc_Esr z@f)c+x4yCpMjktXwYmMRO}P|ScJ{TW4r6HbjA>_h$a}W@DHa%OU?2|4zOb6lgj z^BU&(q&-F&7;#RWGwbzHbGGKb{4w^p|L~ckSJWgw3{}B_40Oyl%(LW3zK1F0$`=Ka zd6eXt=xTQmXB-j#SiXxf?aih}^-5GmbXFPHRxexXz-gJrIR;Vx6)%J7Zru z$L!cXhEXY0Va!_`uHUwfF^Z6LMvifR=^=OC>Gw;QawYD>nwm`!7#&I?NETJ1$$)2E zYw{P^qUQoAiK;ZBe5e~UB_ys#r2wKv7!DJVVOX7*fG>ZA=3`WoS1o6QH39PS#!|kz zycI5CKgov?rP3-fEuZ@pAe9hI;NWb$3?qAPpRzOS57wU_!V1o*jl|{f8v1tuF#u=o z!Ya2x0dQvk+71#Ml2C0<&>IxqymrEDi{VmW2$gy5CH?sJYQ6TZfkrY{R!I0N!wr@ZMJWZ3hNa9Q=IG~X6)R-DH@pUJRRY=w# zcT6c+=kiEWc9!%21NweVG)19yVM(Q3lBL<#+NA}Tu&3MPTxnh>cvnQEhk9PU?hsj}dq`JWPEEU~iBD%OjNi)^udG=1xO(W#f`$o_6Bbb}xBM7;y z{RTWsZ^^g_V;+jfvnZj9wo0Z>xwFvw^;x|e+7ClgJq&d-4AY#?5~5pSNK&d1Nqg!# zkMWpDg>DcU%pzS^fN2W6wUEn-c$f-2Pq=n~K1qI+Th!2NK(3Gs2Tv0DGwM>pH|a~S zm`JZyN-~ioqsay}6!P*eHTTgVspfei9}u~^$Ph!3BPVKN)XmRdea;=8%$+B6iQW3g*OVK;4^`#yRXW?J8o|QlVSDTugpa8 zYYZ$~MB!f)@+lDgiFuz$N}94u4INJ-2*&u!BIFW`jOoZ~+W(*e!S4vR=3enx2e(NJ Mzngy3S^LZX0MWW;qyPW_ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/vcs/__pycache__/git.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/vcs/__pycache__/git.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cc9cdf7fc9cf8248e491d914676dc98476ccbbbe GIT binary patch literal 12440 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c97cf83d1e73a77ceaa4712be514a4c94c30af4a GIT binary patch literal 8493 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 PoU*2}lNTmm&8GhkVzg*) literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_internal/vcs/bazaar.py b/.awi/lib/python3.9/site-packages/pip/_internal/vcs/bazaar.py new file mode 100644 index 0000000..20a17ed --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/vcs/git.py b/.awi/lib/python3.9/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 0000000..8c242cf --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/vcs/mercurial.py b/.awi/lib/python3.9/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 0000000..c183d41 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/vcs/subversion.py b/.awi/lib/python3.9/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 0000000..16d93a6 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/vcs/versioncontrol.py b/.awi/lib/python3.9/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 0000000..46ca279 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_internal/wheel_builder.py b/.awi/lib/python3.9/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 0000000..b1debe3 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/__init__.py new file mode 100644 index 0000000..c1884ba --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8b57afb4530530d68e629d577eab21cc9d233005 GIT binary patch literal 3153 zcmbW3TW{1x6o7r(Yjz<(xP%sJ?gSbyGzAK!ErkSugm|E8QCF2LuV=FBF!s1JHh8rB!x6*y zQxA3@br{@(OMYV+1~K{uF^R>@*y>xR?%T}n+a;ZTtz^AlCr-aXYb(voR@t`c)Rwtr z_B*6T>OUI&E^Yj3iD%T_w9EAav_l$O)|N@@E6wAEZi!9opRBtE?ULq(X==8RZR8ZP zgX|&?AP*v^k%y3nkw=g-$fL+($m7Tp$XVn`PdqqJ%>QVoQR?}tG$CBLk#v^<)hJ4aE};5OZ}j&xXBG#8f#fVx z)Q{qn3-$D2XzC?A9AFc!2XILR4KX(jWv&@p*1DOWP}Z8E>VBA*l+K5_3+`uGX~TqFaRkCFOGpXAnqQ zI3pU6-wiPXyZdXUHv%8`QW30Dn)Dv68ZUUadoogVJ`KVb!H~jjQQE^$?7@2_k@9^n9T&~*-JH@Mnuf+OJC44Rgb})%RsF?~rghl8H`h7;FlKGMCo=0DWG%anNAKIDRwqri~ zpDBEeh5X{4OP&w*VKl6?p5I#z44YJ9`Q^8fN;zlwnTe7*bn+|vig<})5YeFS>i)9n zm_zQ8lI0WLWtSb@y;XwS7?JteNfL~vT&hVjJMQW2t!G=tp!aO96*zxrd(m)_|%PbVHmW2ggxj+y+z1U2BZI7r|l7n33Z6-+WBd=V*R z7@D8n`)QDbSUxv--P;w#6TS(p%G=)7rF~TH>}^88p+Y6b`MG`6X-`dZeW^-CG3D9B zxGUu#jTLR3YZz1%$b627!cpGQtu_VB(|o!djiTX*!3AX-*BKuUb%L8J*W*CE$kM!9 z4z`mNN=iD^@sPL6MXAQ1wN>^N{0HO*s;&q^I)I#CG!;#PFjC{9rg+Svep`tQ5}o3L z7L6+NF3cS)8op0>SXH~_Ol1NppMbw&qi}S|D;iuvI##2?;!$!J7E1m!A{=Wft>e^WV literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/__pycache__/six.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/__pycache__/six.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0ac2f4abe43417a8d55fbbdaa5ed8a153843d430 GIT binary patch literal 27522 zcmc(H33wdGb>?)>iNOGbz*E#Ux(SLLp1LWDw@68ZD3ZEHl1GE71~9;2W>`HSi7_Bs zf-F&X?9gW{I|u2_MJKzt9A|Uxu5;LN&fPfKZ0Fb`*<`hwY&M(2UTrMx|G(<)=>dlF z`F%S;SHG%yb-j93_3G8DE)NW3WB7e&?C|(Myc~=D89mY8L3sAyagVQv#Z;^qQ2s+f{@x|mjpVn!v4eNJjBtE?+yDm85v`$JzEzMS!? z)O&2iXQq?I0Vk(F;tY;k#TCvF+$)@6xGSB(;woo#aSia-7T4A1ohuE7vwqwrj+36c z3eZaDYTykD-ZdAlRecvN{Y7U;Wfv`^I`lwH^{d=VF_m+!TZ|X;?Lp^yC%+h5w5-?@ zvHI1Cm~+EKrEh?_Je_w2&RhB>v~sX^D;9uk1iqbd0zgDe-e;sN+f{={}xl*l1$a=xJ z4gRat)$m^}Ic#z^Ih#?30>ZCR*CPB{XCu;Wac)!B;V-YQUrYeLLEWfsQa7s`7L)MZ z0^g15R&|T`HmDKAZB!e?cN=`07URI$ENKdAvxIL^Tk*F|Z4uvg@oiDt#kWK4RJTi- zJ0!0=)g2Okml^?OY`s(6UANUe>RzeKF5uiJ*t^yJYLD70q1UVHRbE2(seNj{KnK(T zA3CTG`p}(SB^;7EKA;Xsd55K4N7P~XHlR%-i#Fa5s)ywLu-Y%Yb#yw3I(P2}ks+Z(lRPXU?`?7jPLe8mI)q5q)`_y-+_Y3p^^_}XxKp#{e zQXdxRBkH5-V*-7b`nY;cpiihzs_z!)d(`);?-S^Px~M)S&_7e(uYN$FA5=f&=lsL! zlKQlS{fPQe_0I+R7wX6SGJf3ItbSr`O#P&U{}gyNGH`Dg{g#K}7D|+>F>X#So3G2=n;Tu8m#9oOV8O>N8JoLrz;tcu

uEoga{b0=s?O5X{3qURSa^`F&$xrn|1 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

*+K{ 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__init__.py new file mode 100644 index 0000000..4d20bc9 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9551a57011efee508713e12e1339c7dbf533995d GIT binary patch literal 776 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..268b41b71367085b39cf7a14f1d42e16dfd3ac85 GIT binary patch literal 3203 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 F{{@x6Xt4kQ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e8e97f9ea1721feb2b4171b19a048a990bf9c1d6 GIT binary patch literal 3158 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 Pi@AzB|6Ju{<>dbWWhY`2>i7gR@1K7O{d~C z-HO}vDqb^HNtr!%Bi+nYGN$h|=9<|`*7V)Rd^1|?malI8r>qSS48=vU;&AT_RRj*vXcIA6F)<4$P<*=*0 z@B8g`J>1cD&5vRn^qSF5+ppb6clnAR1vkPd2%~yj-w&?VYqTSKeRK2XtsrWHb%620 zO%=3#706q`gH8~|HBw>vb20dk4D(NP0#@OY!5F+^$rI9&wsfQ`y+^jWj8m~?2IIL$ zLT2UsL%ZV0uVa@hb8BXSk9o_uS(_Z74ERe2P%Df#vc zhu7rmm`%%fW@eAcH!z!#@6K>|Qy$0coGi}lEy%B7Hfv0NN@q3#Rree9UZ6C;u&(BC zO+~TN%Wie!ASxt<^;Q^Y$Bc@$_SDEyI;F;D)b>_OcD1X5xTC_Fjl+ju8l4o{6|&&J z(TQ0i_V@ws+leJvhp7t~!=6(7ocFER8eo3N6H#?yH?a<==Sd5DVd;nF>>xE{R~fDB zrO`6+9B9^z=cW6|t@FN9XNe=diwL*G-e>CXi7maOY><_|aZjEUb-mVoDjpUL!KQDzdhxAZ&qdofrZvV;v* z5@*PF#E>J9=hi<$Xys&3YssKmYlU$T#ww5N*Eq=GM>*%9ZIE%^L)eOpQg7g#t2`Q?FTGzzwghJ=hy0x&D!1$Ha&

    w0@qff934hYsom9?ixSyYYc<=KicsfsG}b%$Jg`c#(`-kji;Y&zZ$y_$ zQ`=p&h|SvD4SX4>NV^g8z7uJ0A0y;HMU@}5LbXiW?0sK#pYqe6lNnFC7_zRuxd^*~N$-O;knj{a8n{YEEv?rU`v9JOQ2N&ygE0Aa4+_A}c~*;$_D8B1`% zm$;38DQ-W-N;ZXF4lQda`l6SA(M!D?`SMd-`E&sod#@c^#vk6iBGHI957$8I<5;w4vyZ+%>VKdY@QWNQsI|c@e8GgsTyEnUtbrWgbG) z7JP+*)y`9pTB``!*F@Hu2}^UVw>Yl#Q;|9Hq;?H3Nu$6Q-8fT${sXZR28H289Y~Mb zup+Guxb|>nz^S_2D;UQ*s0vtt6Rn|0$bl!xxf|@k$wWvS6~&T3{k|K+tu&S{nuki} zB_259fdl7e?hEx3j4g67M-4gLdy(~yp|V-1f`5pe0qPQXr9xD|ehMLV0`B&@{}{P@ zv_445xgn=rsESI|Ir^ zZgRS}7%M-FwgYv>pe5liaKEYZ?GsD>^ z@L~w(p%1+lQA0*ANQv{&yC7^nk7#}sfSVFIA$aDQYvp-HWQ7m_Tx#B`l^4C&r?Bfq zZrY}&*31Knl9{sFpezk2>mT!VquFD7>QV+c&8241Q>PE}eC;o%`x!o&W2X$T~kGi=KCrBJxcP zdP_0e0|JdoWZy=fuOQDw_w89&$BPn$6y?Gi0&h@8=|yQFI8nb$&AbX`>N`Ykf&juz z^_+!cWdi;Gg~Nrv;b3Hb7UJcw1Q_5x1T_#;S(#orJU{xuMVEWot##_+$f%b{#fTn~ PgeAuWJ@K-_=2`215d6lw literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f7515f9ee4efd6c7ef789bb219dbdb0418264735 GIT binary patch literal 1396 zcmaJ>&u=3&6t*WblgT90ByD#o2%&2CG>2vmoInV%gcSv(2&ug=D>QP(ZZpF31Ka7U z(e$)jIB?k$2M%!LU-Fd`{{h+)&u-Gr0*kFYzvu70=jYEaL!u}|FkUWCFMjk8`okFA zF$Ciigs}V>6pAS3sKhD8Mt8VV_R?PIrmnSn+$;Umx4O&wWsn9Kv7S)i>+wMurlG}r zz=rA2>U};cqcpO5!1u~=I=1?NPs(XJ1^q2Lq7mJrV>+Qzx=#Qx{dPu6ORzwwbC1XcN=ihw&G@GA3oqzSk;&UC&YtC72Q1CsNlYGVIb)`hj zpHR{$CSZH;S&=IXfe{Gy{hCQ74e%+EYzK_H!Q2K$20vwMQAkzf5D=a*Q4n5im{^=| zCc9L#GbSaJu$kN?JZ_H{b;Y#1tZTlR-p6f$&Eadgcf0SZ>xMo1MA5dKX)#4>B=!_~fhwoPH@NkiBZY7L)^Bm^ zw7u4Cy|z#BPyS8NqF){Aw83u;NS4uS>Cdno+ ziUck03E#l*zd+h6>vg5#fr!l3o)Q0*>c9XdpYCt(|2q;#V86ObR&~jeMvyDUs>JqP zv0U3$O&U(FF9n=HPcCY4(p&>WRWc*bi-Z@;G#ZDTMe@8BvOq!xevMW~6 zS|pa=?JFeD1!)>4X3e!8%{y&wDwFSkK;b?Pu+yEd{9uGfjxccCUz{(@h!1p_WfyCB zD3)cy0ZjYQSVeUydSD0_M0yN`%(jKhx`oWPBv=m9_ulAcV=UWx*l`klbA;)K^l@kV z^&{>(PnhocAJ4mXmBM`W(noL1dEeyb186C+uhJkS literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/_cmd.py b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/_cmd.py new file mode 100644 index 0000000..2c84208 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/adapter.py b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/adapter.py new file mode 100644 index 0000000..3e83e30 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/cache.py b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/cache.py new file mode 100644 index 0000000..3293b00 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/__init__.py new file mode 100644 index 0000000..24ff469 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..376803dc335de4f8e890a9af21e30cddc85a488c GIT binary patch literal 439 zcmaivF;2rU6ozdlDNs>~g*y;X;(-YXAw(s_#6Y(!mJ>UPg=1TGT9k!Da0E84l$D7q zFkv?pbmK|>rO$r9|M%!(F$cch%7+?506qik7xHlHk2~|i0D}^Auz(#Z5DbiD)Wt;% zK?7Ly4vU1vE088%z8j=yJh~T>FKN~C@pQ!vwY2AVnhn3#DIDidoC&vWN+TNrZ4@N- z@|ezwb0bVnHe4}n^D6vRY1LaTCvbV~GsyPg&s|*n=dvMnXA4o|0U=aMLOy_CjlcRxGQv&CJlZTH&0&2rNa3C%(+DuoFGc46UAN o!@W%yyxRxw?=ykJga{>iLUJ>Vhu58EYsqgCKaC4>p1@=D10_m-CjbBd literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9c1ab8c138e95fea1bccbb8b95db87e9be69130c GIT binary patch literal 5335 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dc4ba326de113cb0202f68db2201cf66703755d4 GIT binary patch literal 1986 zcmZ`)&2QsG6rb_f`D&6)x7}`+12PCCEYak^2?;?(cePz1MTmj~MvLWmrmefqI6E_G zH<5cl?Uf7X9-3qSC0{x5FK~hP#)&qRWu&p*$Gn-}`*hstvNf@9vflOu_zn(o##@(q0aX|efumr zIDB^S&5Pl45H!DzwK#~AQ`CCj37+Z%FI-4Y z@dofs-U8m`yC7-v4xH-VxcmX{U4w%lbL^>2{t!+fw{=7LHh%T9615a76CtFrW%$ zc!L(%v1RUv>VoXAUk9i8SPUjAJ{Lj`4svN!I-1((4klSVJ5l*m^1b6+?M-IpG?#;Z ze31^abTp{=&-$MabZW%jBu-w%CqfS<>0}U{3(0deNHFAp+o(LN7(GxJ{m5$ilUdn_ zqEx0PiZ%g|wr_nJ5M|D7?9^wb%QhgpEwFRGT*ehh+HDq8qEIkWo{wS3OP_4>w1<aXuv^!7XSD^r zbPIM?=VVIMe&L=qpp)otR$92b=EEAzHvL%!Gg+dofHZ_UbMXIg@6ip&Z4@|_Hl0i_)j)8v7 zB8_#xbx>Q2^$r-R$M6a3a9afTlpYtEiSK9O37o-m8dF4=OMA3M+jckTd(M14EAaIH z*Fq1>S7BY)A$6}FYVbZ_SD5qrC_V()$FNtmu(?(Xl^OJ!twjo_RtrlS<789o15v%d zAWzB5-X(M@RHlQKNy+OLhx!bh`HMr5O@#8H@BAbau}bBMA7`0wPK6H@ul-c|F;-hV zg2~qRf6&6eNX==>U#=v!UHri?U{w}fG*jrpyL>A>`^+bx*0wHLm(F`@{#kXh?ibRy ztzT%f#Qv4F@~2v8A4ir*aGdy)JkP+3PkovDQV8yw99+u*H~RGUV1H=C4w1Ay`R{f_ zm|)UJn08b+_dtR&fRWe4u_EKKh@!F;MdO@LGo;&5^m-a+l}2GP*alZvUsY^ALJE_- zmVArBPJ;$0&`P7IL3^y{lD~JlJ=U!$)D43TeD8P)GaBAgh|#u7)hRVIn?MW{{6|Un zJ`BqKa!~e@wLw`i3dcd{DV&z7j`!dL??P2JzNj4h60@Ljy0ux4ww<=)(l+}CUz*F6 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py new file mode 100644 index 0000000..1fd2801 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py @@ -0,0 +1,181 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import hashlib +import os +from textwrap import dedent +from typing import IO, TYPE_CHECKING + +from pip._vendor.cachecontrol.cache import BaseCache, SeparateBodyBaseCache +from pip._vendor.cachecontrol.controller import CacheController + +if TYPE_CHECKING: + from datetime import datetime + + from filelock import BaseFileLock + + +def _secure_open_write(filename: str, fmode: int) -> IO[bytes]: + # We only want to write to this file, so open it in write only mode + flags = os.O_WRONLY + + # os.O_CREAT | os.O_EXCL will fail if the file already exists, so we only + # will open *new* files. + # We specify this because we want to ensure that the mode we pass is the + # mode of the file. + flags |= os.O_CREAT | os.O_EXCL + + # Do not follow symlinks to prevent someone from making a symlink that + # we follow and insecurely open a cache file. + if hasattr(os, "O_NOFOLLOW"): + flags |= os.O_NOFOLLOW + + # On Windows we'll mark this file as binary + if hasattr(os, "O_BINARY"): + flags |= os.O_BINARY + + # Before we open our file, we want to delete any existing file that is + # there + try: + os.remove(filename) + except OSError: + # The file must not exist already, so we can just skip ahead to opening + pass + + # Open our file, the use of os.O_CREAT | os.O_EXCL will ensure that if a + # race condition happens between the os.remove and this line, that an + # error will be raised. Because we utilize a lockfile this should only + # happen if someone is attempting to attack us. + fd = os.open(filename, flags, fmode) + try: + return os.fdopen(fd, "wb") + + except: + # An error occurred wrapping our FD in a file object + os.close(fd) + raise + + +class _FileCacheMixin: + """Shared implementation for both FileCache variants.""" + + def __init__( + self, + directory: str, + forever: bool = False, + filemode: int = 0o0600, + dirmode: int = 0o0700, + lock_class: type[BaseFileLock] | None = None, + ) -> None: + try: + if lock_class is None: + from filelock import FileLock + + lock_class = FileLock + except ImportError: + notice = dedent( + """ + NOTE: In order to use the FileCache you must have + filelock installed. You can install it via pip: + pip install filelock + """ + ) + raise ImportError(notice) + + self.directory = directory + self.forever = forever + self.filemode = filemode + self.dirmode = dirmode + self.lock_class = lock_class + + @staticmethod + def encode(x: str) -> str: + return hashlib.sha224(x.encode()).hexdigest() + + def _fn(self, name: str) -> str: + # NOTE: This method should not change as some may depend on it. + # See: https://github.com/ionrock/cachecontrol/issues/63 + hashed = self.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> bytes | None: + name = self._fn(key) + try: + with open(name, "rb") as fh: + return fh.read() + + except FileNotFoundError: + return None + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + name = self._fn(key) + self._write(name, value) + + def _write(self, path: str, data: bytes) -> None: + """ + Safely write the data to the given path. + """ + # Make sure the directory exists + try: + os.makedirs(os.path.dirname(path), self.dirmode) + except OSError: + pass + + with self.lock_class(path + ".lock"): + # Write our actual file + with _secure_open_write(path, self.filemode) as fh: + fh.write(data) + + def _delete(self, key: str, suffix: str) -> None: + name = self._fn(key) + suffix + if not self.forever: + try: + os.remove(name) + except FileNotFoundError: + pass + + +class FileCache(_FileCacheMixin, BaseCache): + """ + Traditional FileCache: body is stored in memory, so not suitable for large + downloads. + """ + + def delete(self, key: str) -> None: + self._delete(key, "") + + +class SeparateBodyFileCache(_FileCacheMixin, SeparateBodyBaseCache): + """ + Memory-efficient FileCache: body is stored in a separate file, reducing + peak memory usage. + """ + + def get_body(self, key: str) -> IO[bytes] | None: + name = self._fn(key) + ".body" + try: + return open(name, "rb") + except FileNotFoundError: + return None + + def set_body(self, key: str, body: bytes) -> None: + name = self._fn(key) + ".body" + self._write(name, body) + + def delete(self, key: str) -> None: + self._delete(key, "") + self._delete(key, ".body") + + +def url_to_file_path(url: str, filecache: FileCache) -> str: + """Return the file cache path based on the URL. + + This does not ensure the file exists! + """ + key = CacheController.cache_url(url) + return filecache._fn(key) diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py new file mode 100644 index 0000000..f4f68c4 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/controller.py b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/controller.py new file mode 100644 index 0000000..586b9f9 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 0000000..2514390 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/heuristics.py b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 0000000..b9d72ca --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/py.typed b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/serialize.py b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 0000000..f9e967c --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/wrapper.py b/.awi/lib/python3.9/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 0000000..f618bc3 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/certifi/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 0000000..8ce89ce --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/certifi/__main__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 0000000..0037634 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..efa716fbf4370998b623ce6ecca3604fee77c67e GIT binary patch literal 318 zcmYjMF;2uV5VW0yiw>Q{6KGQ;KIIC8gb)%96%AdAvz*vTEF9aiojZkR@C&}=mWnS> z;fUr|+F6Zuc1BBgyDfnuDlD`dE}Pc)yF0gKDPC~K2-a=s;*y)ETo;jT!#%IR7yg^H6bT% zozRMqFJL#T!3w_?k9y+RSbE}I;pdoSMLYYbbl6C`3|7yImA$s5S^TIKuIO1{DO&u` z57j+(!t>J5?wt-io(Y3voMPJIj$1E!fe8^xctR?(g#2OBY?l0S{m-QlZcq;Y07vvy Ang9R* literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..24db2d385a129498528e63a2047cd84752d22ac7 GIT binary patch literal 466 zcmYjLu};G<5Vf5qga{B4U(q4)z=VVlhy^hqBo@>qa^q|3lGxV80hN`Rg)e}SU-HVt zFR*}JD#S^CckkKv{KW2VK|;MuFJ|ANe?;=X(m+nb>2Cu_B56w|v9p$TY{I%^l28KV zb@WCiDWuCxCUPWGnLS56eccLr4*8PdC2RwGB2SbOU4%LLoh7{?&_+eTt!#Td_S)A<>f9;v@ zVgV}YC*AzS`}w+g-rgXQol(ZeL(u`D#*oU68i-DkN)-);WY@byn8~)!E-f4{>nMDttC0-*$xvv=Na<5uDG!Rx-#43$#wK?8 zAqs^F8x#0IQN=htqvsZ96C5L3Im$k-ObF`u*DkrRwy&1+B=3gDBIOx$r&qo5=CS%! z-3T`yZGQb^FWh;w_ZZAs;God%VV0zMqz1Y^`(tzOdu>Stx)z3bGXY_EL14kS7;%;M z2H8mTa)^$FNPC+I03`ckgO%*%!|3DyvT@2c`WbBGCu)$Ty>9e0=?#Axd>4_Bvof1s!-jx!c9Whr)U&+`q%jt-dG z*Y1H(VX<`sO=ud?GU7U0^H>YK9^&E*#fFC{-U-LBq5#nBV*up%Rv>WJE`cSSx}e21 zUVDPM_!jml5J-0C+Z1W>te(m44kECX9EmGutoj?D>IzaUiIwl@>XZiB1tGIBAOTi! z7hMqm8Azz05gW?Rnu*b5u!!?>R1{J4jGSVrykx(wJ-1Kob2cI05r$=C<9B9JER|1) z{ODssi|+@N9Orzt4J){VZ)rQrMOvVwZIgB1fp>5PI!2g);9V5j=8=kST;K4ZfaFJ1 zWD#biU4nEAT#C!rHU0(~iX75&%0~G$Mu7)Ac zVhqlbCsH?#1xO@7n56woFDIis1BLHEca~^5e~O@>u%UIyV{?b1l#2U1J0 zo#aC53JzGZ@RphLzA0YvJzUY%o$_hX?voj(UQ-j={i1yRzcksAhDvtDwLI2lHnmx6 ctv%P*+qO$x#Ii*jHDu4(rA6~$pfB*mh literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/certifi/cacert.pem b/.awi/lib/python3.9/site-packages/pip/_vendor/certifi/cacert.pem new file mode 100644 index 0000000..0212369 --- /dev/null +++ b/.awi/lib/python3.9/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----- +MIIFvTCCA6WgAwIBAgIITxvUL1S7L0swDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UE +BhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMYU3dpc3NTaWdu +IFNpbHZlciBDQSAtIEcyMB4XDTA2MTAyNTA4MzI0NloXDTM2MTAyNTA4MzI0Nlow +RzELMAkGA1UEBhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMY +U3dpc3NTaWduIFNpbHZlciBDQSAtIEcyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8A +MIICCgKCAgEAxPGHf9N4Mfc4yfjDmUO8x/e8N+dOcbpLj6VzHVxumK4DV644N0Mv +Fz0fyM5oEMF4rhkDKxD6LHmD9ui5aLlV8gREpzn5/ASLHvGiTSf5YXu6t+WiE7br +YT7QbNHm+/pe7R20nqA1W6GSy/BJkv6FCgU+5tkL4k+73JU3/JHpMjUi0R86TieF +nbAVlDLaYQ1HTWBCrpJH6INaUFjpiou5XaHc3ZlKHzZnu0jkg7Y360g6rw9njxcH +6ATK72oxh9TAtvmUcXtnZLi2kUpCe2UuMGoM9ZDulebyzYLs2aFK7PayS+VFheZt +eJMELpyCbTapxDFkH4aDCyr0NQp4yVXPQbBH6TCfmb5hqAaEuSh6XzjZG6k4sIN/ +c8HDO0gqgg8hm7jMqDXDhBuDsz6+pJVpATqJAHgE2cn0mRmrVn5bi4Y5FZGkECwJ +MoBgs5PAKrYYC51+jUnyEEp/+dVGLxmSo5mnJqy7jDzmDrxHB9xzUfFwZC8I+bRH +HTBsROopN4WSaGa8gzj+ezku01DwH/teYLappvonQfGbGHLy9YR0SslnxFSuSGTf +jNFusB3hB48IHpmccelM2KX3RxIfdNFRnobzwqIjQAtz20um53MGjMGg6cFZrEb6 +5i/4z3GcRm25xBWNOHkDRUjvxF3XCO6HOSKGsg0PWEP3calILv3q1h8CAwEAAaOB +rDCBqTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU +F6DNweRBtjpbO8tFnb0cwpj6hlgwHwYDVR0jBBgwFoAUF6DNweRBtjpbO8tFnb0c +wpj6hlgwRgYDVR0gBD8wPTA7BglghXQBWQEDAQEwLjAsBggrBgEFBQcCARYgaHR0 +cDovL3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIB +AHPGgeAn0i0P4JUw4ppBf1AsX19iYamGamkYDHRJ1l2E6kFSGG9YrVBWIGrGvShp +WJHckRE1qTodvBqlYJ7YH39FkWnZfrt4csEGDyrOj4VwYaygzQu4OSlWhDJOhrs9 +xCrZ1x9y7v5RoSJBsXECYxqCsGKrXlcSH9/L3XWgwF15kIwb4FDm3jH+mHtwX6WQ +2K34ArZv02DdQEsixT2tOnqfGhpHkXkzuoLcMmkDlm4fS/Bx/uNncqCxv1yL5PqZ +IseEuRuNI5c/7SXgz2W79WEE790eslpBIlqhn10s6FvJbakMDHiqYMZWjwFaDGi8 +aRl5xB9+lwW/xekkUV7U1UtT7dkjWjYDZaPBA61BMPNGG4WQr2W11bHkFlt4dR2X +em1ZqSqPe97Dh4kQmUlzeMg9vVE1dCrV8X5pGyq7O70luJpaPXJhkGaH7gzWTdQR +dAtq/gsD/KNVV4n+SsuuWxcFyPKNIzFTONItaj+CuY0IavdeQXRuwxF+B6wpYJE/ +OMpXEA29MC/HpeZBoNquBYeaoKRlbEwJDIm6uNO5wJOKMPqN5ZprFQFOZ6raYlY+ +hAhm0sQ2fac+EPyI4NSA5QC9qvNOBqN6avlicuMJT+ubDgEj8Z+7fNzcbBGXJbLy +tGMU0gYqZ4yD9c7qB9iaah7s5Aq7KkzrCWA5zspi2C5u +-----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----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc. +# Subject: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc. +# Label: "Go Daddy Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: 80:3a:bc:22:c1:e6:fb:8d:9b:3b:27:4a:32:1b:9a:01 +# SHA1 Fingerprint: 47:be:ab:c9:22:ea:e8:0e:78:78:34:62:a7:9f:45:c2:54:fd:e6:8b +# SHA256 Fingerprint: 45:14:0b:32:47:eb:9c:c8:c5:b4:f0:d7:b5:30:91:f7:32:92:08:9e:6e:5a:63:e2:74:9d:d3:ac:a9:19:8e:da +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoT +EUdvRGFkZHkuY29tLCBJbmMuMTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRp +ZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIz +NTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQH +EwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8GA1UE +AxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIw +DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKD +E6bFIEMBO4Tx5oVJnyfq9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH +/PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD+qK+ihVqf94Lw7YZFAXK6sOoBJQ7Rnwy +DfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutdfMh8+7ArU6SSYmlRJQVh +GkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMlNAJWJwGR +tDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEA +AaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FDqahQcQZyi27/a9BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmX +WWcDYfF+OwYxdS2hII5PZYe096acvNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu +9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r5N9ss4UXnT3ZJE95kTXWXwTr +gIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYVN8Gb5DKj7Tjo +2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO +LPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI +4uJEvlz36hz1 +-----END CERTIFICATE----- + +# Issuer: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Subject: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Label: "Starfield Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: d6:39:81:c6:52:7e:96:69:fc:fc:ca:66:ed:05:f2:96 +# SHA1 Fingerprint: b5:1c:06:7c:ee:2b:0c:3d:f8:55:ab:2d:92:f4:fe:39:d4:e7:0f:0e +# SHA256 Fingerprint: 2c:e1:cb:0b:f9:d2:f9:e1:02:99:3f:be:21:51:52:c3:b2:dd:0c:ab:de:1c:68:e5:31:9b:83:91:54:db:b7:f5 +-----BEGIN CERTIFICATE----- +MIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVs +ZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAw +MFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6 +b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQgVGVj +aG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZp +Y2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC +ggEBAL3twQP89o/8ArFvW59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMg +nLRJdzIpVv257IzdIvpy3Cdhl+72WoTsbhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1 +HOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNkN3mSwOxGXn/hbVNMYq/N +Hwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7NfZTD4p7dN +dloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0 +HZbUJtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO +BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0G +CSqGSIb3DQEBCwUAA4IBAQARWfolTwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjU +sHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx4mcujJUDJi5DnUox9g61DLu3 +4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg +8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K +pL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1 +mMpYjn0q7pBZc2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0 +-----END CERTIFICATE----- + +# Issuer: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Subject: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Label: "Starfield Services Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: 17:35:74:af:7b:61:1c:eb:f4:f9:3c:e2:ee:40:f9:a2 +# SHA1 Fingerprint: 92:5a:8f:8d:2c:6d:04:e0:66:5f:59:6a:ff:22:d8:63:e8:25:6f:3f +# SHA256 Fingerprint: 56:8d:69:05:a2:c8:87:08:a4:b3:02:51:90:ed:cf:ed:b1:97:4a:60:6a:13:c6:e5:29:0f:cb:2a:e6:3e:da:b5 +-----BEGIN CERTIFICATE----- +MIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVs +ZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5 +MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNVBAYTAlVTMRAwDgYD +VQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFy +ZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2Vy +dmljZXMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBANUMOsQq+U7i9b4Zl1+OiFOxHz/Lz58gE20p +OsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX/2h/klQ4bnaRtSmpDhcePYLQ1Ob/bISdm2 +8xpWriu2dBTrz/sm4xq6HZYuajtYlIlHVv8loJNwU4PahHQUw2eeBGg6345AWh1K +Ts9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9+53pBlbQLPLJGmpufe +hRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk +6mFBrMnUVN+HL8cisibMn1lUaJ/8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAw +DwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN+q +AdcwKziIorhtSpzyEZGDMA0GCSqGSIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMI +bw5hyf2E3F/YNoHN2BtBLZ9g3ccaaNnRbobhiCPPE95Dz+I0swSdHynVv/heyNXB +ve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ/PHLTyxQGjhdByPq1z +qwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj/3vQQF3zCepYoUz8jcI73HPdwbeyBkd +iEDPfUYd/x7H4c7/I9vG+o1VTqkC50cRRj70/b17KSa7qWFiNyi2LSr2EIZkyXCn +0q23KXB56jzaYyWf/Wi3MOxw+3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCN +sSi6 +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Commercial O=AffirmTrust +# Subject: CN=AffirmTrust Commercial O=AffirmTrust +# Label: "AffirmTrust Commercial" +# Serial: 8608355977964138876 +# MD5 Fingerprint: 82:92:ba:5b:ef:cd:8a:6f:a6:3d:55:f9:84:f6:d6:b7 +# SHA1 Fingerprint: f9:b5:b6:32:45:5f:9c:be:ec:57:5f:80:dc:e9:6e:2c:c7:b2:78:b7 +# SHA256 Fingerprint: 03:76:ab:1d:54:c5:f9:80:3c:e4:b2:e2:01:a0:ee:7e:ef:7b:57:b6:36:e8:a9:3c:9b:8d:48:60:c9:6f:5f:a7 +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBDb21tZXJjaWFsMB4XDTEwMDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6EqdbDuKP +Hx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yr +ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL +MeIrJmqbTFeurCA+ukV6BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1 +yHp52UKqK39c/s4mT6NmgTWvRLpUHhwwMmWd5jyTXlBOeuM61G7MGvv50jeuJCqr +VwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNVHQ4EFgQUnZPGU4teyq8/ +nx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYG +XUPGhi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNj +vbz4YYCanrHOQnDiqX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivt +Z8SOyUOyXGsViQK8YvxO8rUzqrJv0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9g +N53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0khsUlHRUe072o0EclNmsxZt9YC +nlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8= +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Networking O=AffirmTrust +# Subject: CN=AffirmTrust Networking O=AffirmTrust +# Label: "AffirmTrust Networking" +# Serial: 8957382827206547757 +# MD5 Fingerprint: 42:65:ca:be:01:9a:9a:4c:a9:8c:41:49:cd:c0:d5:7f +# SHA1 Fingerprint: 29:36:21:02:8b:20:ed:02:f5:66:c5:32:d1:d6:ed:90:9f:45:00:2f +# SHA256 Fingerprint: 0a:81:ec:5a:92:97:77:f1:45:90:4a:f3:8d:5d:50:9f:66:b5:e2:c5:8f:cd:b5:31:05:8b:0e:17:f3:f0:b4:1b +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBOZXR3b3JraW5nMB4XDTEwMDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SEHi3y +YJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbua +kCNrmreIdIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRL +QESxG9fhwoXA3hA/Pe24/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp +6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gbh+0t+nvujArjqWaJGctB+d1ENmHP4ndG +yH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNVHQ4EFgQUBx/S55zawm6i +QLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfO +tDIuUFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzu +QY0x2+c06lkh1QF612S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZ +Lgo/bNjR9eUJtGxUAArgFU2HdW23WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4u +olu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9/ZFvgrG+CJPbFEfxojfHRZ48 +x3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s= +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Premium O=AffirmTrust +# Subject: CN=AffirmTrust Premium O=AffirmTrust +# Label: "AffirmTrust Premium" +# Serial: 7893706540734352110 +# MD5 Fingerprint: c4:5d:0e:48:b6:ac:28:30:4e:0a:bc:f9:38:16:87:57 +# SHA1 Fingerprint: d8:a6:33:2c:e0:03:6f:b1:85:f6:63:4f:7d:6a:06:65:26:32:28:27 +# SHA256 Fingerprint: 70:a7:3f:7f:37:6b:60:07:42:48:90:45:34:b1:14:82:d5:bf:0e:69:8e:cc:49:8d:f5:25:77:eb:f2:e9:3b:9a +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVz +dCBQcmVtaXVtMB4XDTEwMDEyOTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkG +A1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1U +cnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxBLf +qV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtnBKAQ +JG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ ++jjeRFcV5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrS +s8PhaJyJ+HoAVt70VZVs+7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5 +HMQxK9VfvFMSF5yZVylmd2EhMQcuJUmdGPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d7 +70O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5Rp9EixAqnOEhss/n/fauG +V+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NIS+LI+H+S +qHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S +5u046uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4Ia +C1nEWTJ3s7xgaVY5/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TX +OwF0lkLgAOIua+rF7nKsu7/+6qqo+Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYE +FJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByvMiPIs0laUZx2 +KI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg +Nt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B +8OWycvpEgjNC6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQ +MKSOyARiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc +0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ +u4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF +u+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFgIxpH +YoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8 +GKa1qF60g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaO +RtGdFNrHF+QFlozEJLUbzxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6e +KeC2uAloGRwYQw== +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Premium ECC O=AffirmTrust +# Subject: CN=AffirmTrust Premium ECC O=AffirmTrust +# Label: "AffirmTrust Premium ECC" +# Serial: 8401224907861490260 +# MD5 Fingerprint: 64:b0:09:55:cf:b1:d5:99:e2:be:13:ab:a6:5d:ea:4d +# SHA1 Fingerprint: b8:23:6b:00:2f:1d:16:86:53:01:55:6c:11:a4:37:ca:eb:ff:c3:bb +# SHA256 Fingerprint: bd:71:fd:f6:da:97:e4:cf:62:d1:64:7a:dd:25:81:b0:7d:79:ad:f8:39:7e:b4:ec:ba:9c:5e:84:88:82:14:23 +-----BEGIN CERTIFICATE----- +MIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMC +VVMxFDASBgNVBAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQ +cmVtaXVtIEVDQzAeFw0xMDAxMjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJ +BgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1UcnVzdDEgMB4GA1UEAwwXQWZmaXJt +VHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQNMF4bFZ0D +0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQN8O9 +ss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0G +A1UdDgQWBBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/Vs +aobgxCd05DhT1wV/GzTjxi+zygk8N53X57hG8f2h4nECMEJZh0PUUd+60wkyWs6I +flc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKMeQ== +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Network CA" +# Serial: 279744 +# MD5 Fingerprint: d5:e9:81:40:c5:18:69:fc:46:2c:89:75:62:0f:aa:78 +# SHA1 Fingerprint: 07:e0:32:e0:20:b7:2c:3f:19:2f:06:28:a2:59:3a:19:a7:0f:06:9e +# SHA256 Fingerprint: 5c:58:46:8d:55:f5:8e:49:7e:74:39:82:d2:b5:00:10:b6:d1:65:37:4a:cf:83:a7:d4:a3:2d:b7:68:c4:40:8e +-----BEGIN CERTIFICATE----- +MIIDuzCCAqOgAwIBAgIDBETAMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNVBAYTAlBM +MSIwIAYDVQQKExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5D +ZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBU +cnVzdGVkIE5ldHdvcmsgQ0EwHhcNMDgxMDIyMTIwNzM3WhcNMjkxMjMxMTIwNzM3 +WjB+MQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMg +Uy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSIw +IAYDVQQDExlDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBMIIBIjANBgkqhkiG9w0B +AQEFAAOCAQ8AMIIBCgKCAQEA4/t9o3K6wvDJFIf1awFO4W5AB7ptJ11/91sts1rH +UV+rpDKmYYe2bg+G0jACl/jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LM +TXPb865Px1bVWqeWifrzq2jUI4ZZJ88JJ7ysbnKDHDBy3+Ci6dLhdHUZvSqeexVU +BBvXQzmtVSjF4hq79MDkrjhJM8x2hZ85RdKknvISjFH4fOQtf/WsX+sWn7Et0brM +kUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0cvW0QM8x +AcPs3hEtF10fuFDRXhmnad4HMyjKUJX5p1TLVIZQRan5SQIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNV +HQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15y +sHhE49wcrwn9I0j6vSrEuVUEtRCjjSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfL +I9MA4GxWL+FpDQ3Zqr8hgVDZBqWo/5U30Kr+4rP1mS1FhIrlQgnXdAIv94nYmem8 +J9RHjboNRhx3zxSkHLmkMcScKHQDNP8zGSal6Q10tz6XxnboJ5ajZt3hrvJBW8qY +VoNzcOSGGtIxQbovvi0TWnZvTuhOgQ4/WwMioBK+ZlgRSssDxLQqKi2WF+A5VLxI +03YnnZotBqbJ7DnSq9ufmgsnAjUpsUCV5/nonFWIGUbWtzT1fs45mtk48VH3Tyw= +-----END CERTIFICATE----- + +# Issuer: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA +# Subject: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA +# Label: "TWCA Root Certification Authority" +# Serial: 1 +# MD5 Fingerprint: aa:08:8f:f6:f9:7b:b7:f2:b1:a7:1e:9b:ea:ea:bd:79 +# SHA1 Fingerprint: cf:9e:87:6d:d3:eb:fc:42:26:97:a3:b5:a3:7a:a0:76:a9:06:23:48 +# SHA256 Fingerprint: bf:d8:8f:e1:10:1c:41:ae:3e:80:1b:f8:be:56:35:0e:e9:ba:d1:a6:b9:bd:51:5e:dc:5c:6d:5b:87:11:ac:44 +-----BEGIN CERTIFICATE----- +MIIDezCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADBfMQswCQYDVQQGEwJUVzES +MBAGA1UECgwJVEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFU +V0NBIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwODI4MDcyNDMz +WhcNMzAxMjMxMTU1OTU5WjBfMQswCQYDVQQGEwJUVzESMBAGA1UECgwJVEFJV0FO +LUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NBIFJvb3QgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +AQCwfnK4pAOU5qfeCTiRShFAh6d8WWQUe7UREN3+v9XAu1bihSX0NXIP+FPQQeFE +AcK0HMMxQhZHhTMidrIKbw/lJVBPhYa+v5guEGcevhEFhgWQxFnQfHgQsIBct+HH +K3XLfJ+utdGdIzdjp9xCoi2SBBtQwXu4PhvJVgSLL1KbralW6cH/ralYhzC2gfeX +RfwZVzsrb+RH9JlF/h3x+JejiB03HFyP4HYlmlD4oFT/RJB2I9IyxsOrBr/8+7/z +rX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1ry+UPizgN7gr8/g+YnzAx +3WxSZfmLgb4i4RxYA7qRG4kHAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqOFsmjd6LWvJPelSDGRjjCDWmujANBgkq +hkiG9w0BAQUFAAOCAQEAPNV3PdrfibqHDAhUaiBQkr6wQT25JmSDCi/oQMCXKCeC +MErJk/9q56YAf4lCmtYR5VPOL8zy2gXE/uJQxDqGfczafhAJO5I1KlOy/usrBdls +XebQ79NqZp4VKIV66IIArB6nCWlWQtNoURi+VJq/REG6Sb4gumlc7rh3zc5sH62D +lhh9DrUUOYTxKOkto557HnpyWoOzeW/vtPzQCqVYT0bf+215WfKEIlKuD8z7fDvn +aspHYcN6+NOSBB+4IIThNlQWx0DeO4pz3N/GCUzf7Nr/1FNCocnyYh0igzyXxfkZ +YiesZSLX0zzG5Y6yU8xJzrww/nsOM5D77dIUkR8Hrw== +-----END CERTIFICATE----- + +# Issuer: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2 +# Subject: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2 +# Label: "Security Communication RootCA2" +# Serial: 0 +# MD5 Fingerprint: 6c:39:7d:a4:0e:55:59:b2:3f:d6:41:b1:12:50:de:43 +# SHA1 Fingerprint: 5f:3b:8c:f2:f8:10:b3:7d:78:b4:ce:ec:19:19:c3:73:34:b9:c7:74 +# SHA256 Fingerprint: 51:3b:2c:ec:b8:10:d4:cd:e5:dd:85:39:1a:df:c6:c2:dd:60:d8:7b:b7:36:d2:b5:21:48:4a:a4:7a:0e:be:f6 +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIBADANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJKUDEl +MCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UECxMe +U2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBSb290Q0EyMB4XDTA5MDUyOTA1MDAzOVoX +DTI5MDUyOTA1MDAzOVowXTELMAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09NIFRy +dXN0IFN5c3RlbXMgQ08uLExURC4xJzAlBgNVBAsTHlNlY3VyaXR5IENvbW11bmlj +YXRpb24gUm9vdENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANAV +OVKxUrO6xVmCxF1SrjpDZYBLx/KWvNs2l9amZIyoXvDjChz335c9S672XewhtUGr +zbl+dp+++T42NKA7wfYxEUV0kz1XgMX5iZnK5atq1LXaQZAQwdbWQonCv/Q4EpVM +VAX3NuRFg3sUZdbcDE3R3n4MqzvEFb46VqZab3ZpUql6ucjrappdUtAtCms1FgkQ +hNBqyjoGADdH5H5XTz+L62e4iKrFvlNVspHEfbmwhRkGeC7bYRr6hfVKkaHnFtWO +ojnflLhwHyg/i/xAXmODPIMqGplrz95Zajv8bxbXH/1KEOtOghY6rCcMU/Gt1SSw +awNQwS08Ft1ENCcadfsCAwEAAaNCMEAwHQYDVR0OBBYEFAqFqXdlBZh8QIH4D5cs +OPEK7DzPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3 +DQEBCwUAA4IBAQBMOqNErLlFsceTfsgLCkLfZOoc7llsCLqJX2rKSpWeeo8HxdpF +coJxDjrSzG+ntKEju/Ykn8sX/oymzsLS28yN/HH8AynBbF0zX2S2ZTuJbxh2ePXc +okgfGT+Ok+vx+hfuzU7jBBJV1uXk3fs+BXziHV7Gp7yXT2g69ekuCkO2r1dcYmh8 +t/2jioSgrGK+KwmHNPBqAbubKVY8/gA3zyNs8U6qtnRGEmyR7jTV7JqR50S+kDFy +1UkC9gLl9B/rfNmWVan/7Ir5mUf/NVoCqgTLiluHcSmRvaS0eg29mvVXIwAHIRc/ +SjnRBUkLp7Y3gaVdjKozXoEofKd9J+sAro03 +-----END CERTIFICATE----- + +# Issuer: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 +# Subject: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 +# Label: "Actalis Authentication Root CA" +# Serial: 6271844772424770508 +# MD5 Fingerprint: 69:c1:0d:4f:07:a3:1b:c3:fe:56:3d:04:bc:11:f6:a6 +# SHA1 Fingerprint: f3:73:b3:87:06:5a:28:84:8a:f2:f3:4a:ce:19:2b:dd:c7:8e:9c:ac +# SHA256 Fingerprint: 55:92:60:84:ec:96:3a:64:b9:6e:2a:be:01:ce:0b:a8:6a:64:fb:fe:bc:c7:aa:b5:af:c1:55:b3:7f:d7:60:66 +-----BEGIN CERTIFICATE----- +MIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UE +BhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8w +MzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290 +IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMC +SVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1 +ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENB +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNv +UTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX +4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9 +KK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/ +gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1Yprb +rxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ +51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2F +be8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxe +KF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4F +v6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbn +fpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7 +jPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7Ynz +ezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt +ifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAL +e3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70 +jsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDz +WochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4V +SM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9j +pwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyX +X04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+Ok +fcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7R +K4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btU +ZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJU +LysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaT +LnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhlg== +-----END CERTIFICATE----- + +# Issuer: CN=Buypass Class 2 Root CA O=Buypass AS-983163327 +# Subject: CN=Buypass Class 2 Root CA O=Buypass AS-983163327 +# Label: "Buypass Class 2 Root CA" +# Serial: 2 +# MD5 Fingerprint: 46:a7:d2:fe:45:fb:64:5a:a8:59:90:9b:78:44:9b:29 +# SHA1 Fingerprint: 49:0a:75:74:de:87:0a:47:fe:58:ee:f6:c7:6b:eb:c6:0b:12:40:99 +# SHA256 Fingerprint: 9a:11:40:25:19:7c:5b:b9:5d:94:e6:3d:55:cd:43:79:08:47:b6:46:b2:3c:df:11:ad:a4:a0:0e:ff:15:fb:48 +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMiBSb290IENBMB4XDTEwMTAyNjA4MzgwM1oXDTQwMTAyNjA4MzgwM1ow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDIgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBANfHXvfBB9R3+0Mh9PT1aeTuMgHbo4Yf5FkNuud1g1Lr +6hxhFUi7HQfKjK6w3Jad6sNgkoaCKHOcVgb/S2TwDCo3SbXlzwx87vFKu3MwZfPV +L4O2fuPn9Z6rYPnT8Z2SdIrkHJasW4DptfQxh6NR/Md+oW+OU3fUl8FVM5I+GC91 +1K2GScuVr1QGbNgGE41b/+EmGVnAJLqBcXmQRFBoJJRfuLMR8SlBYaNByyM21cHx +MlAQTn/0hpPshNOOvEu/XAFOBz3cFIqUCqTqc/sLUegTBxj6DvEr0VQVfTzh97QZ +QmdiXnfgolXsttlpF9U6r0TtSsWe5HonfOV116rLJeffawrbD02TTqigzXsu8lkB +arcNuAeBfos4GzjmCleZPe4h6KP1DBbdi+w0jpwqHAAVF41og9JwnxgIzRFo1clr +Us3ERo/ctfPYV3Me6ZQ5BL/T3jjetFPsaRyifsSP5BtwrfKi+fv3FmRmaZ9JUaLi +FRhnBkp/1Wy1TbMz4GHrXb7pmA8y1x1LPC5aAVKRCfLf6o3YBkBjqhHk/sM3nhRS +P/TizPJhk9H9Z2vXUq6/aKtAQ6BXNVN48FP4YUIHZMbXb5tMOA1jrGKvNouicwoN +9SG9dKpN6nIDSdvHXx1iY8f93ZHsM+71bbRuMGjeyNYmsHVee7QHIJihdjK4TWxP +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMmAd+BikoL1Rpzz +uvdMw964o605MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAU18h +9bqwOlI5LJKwbADJ784g7wbylp7ppHR/ehb8t/W2+xUbP6umwHJdELFx7rxP462s +A20ucS6vxOOto70MEae0/0qyexAQH6dXQbLArvQsWdZHEIjzIVEpMMpghq9Gqx3t +OluwlN5E40EIosHsHdb9T7bWR9AUC8rmyrV7d35BH16Dx7aMOZawP5aBQW9gkOLo ++fsicdl9sz1Gv7SEr5AcD48Saq/v7h56rgJKihcrdv6sVIkkLE8/trKnToyokZf7 +KcZ7XC25y2a2t6hbElGFtQl+Ynhw/qlqYLYdDnkM/crqJIByw5c/8nerQyIKx+u2 +DISCLIBrQYoIwOula9+ZEsuK1V6ADJHgJgg2SMX6OBE1/yWDLfJ6v9r9jv6ly0Us +H8SIU653DtmadsWOLB2jutXsMq7Aqqz30XpN69QH4kj3Io6wpJ9qzo6ysmD0oyLQ +I+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK7 +5t98biGCwWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h +3PFaTWwyI0PurKju7koSCTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa9LKkPz +Y11aWOIv4x3kqdbQCtCev9eBCfHJxyYNrJgWVqA= +-----END CERTIFICATE----- + +# Issuer: CN=Buypass Class 3 Root CA O=Buypass AS-983163327 +# Subject: CN=Buypass Class 3 Root CA O=Buypass AS-983163327 +# Label: "Buypass Class 3 Root CA" +# Serial: 2 +# MD5 Fingerprint: 3d:3b:18:9e:2c:64:5a:e8:d5:88:ce:0e:f9:37:c2:ec +# SHA1 Fingerprint: da:fa:f7:fa:66:84:ec:06:8f:14:50:bd:c7:c2:81:a5:bc:a9:64:57 +# SHA256 Fingerprint: ed:f7:eb:bc:a2:7a:2a:38:4d:38:7b:7d:40:10:c6:66:e2:ed:b4:84:3e:4c:29:b4:ae:1d:5b:93:32:e6:b2:4d +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMyBSb290IENBMB4XDTEwMTAyNjA4Mjg1OFoXDTQwMTAyNjA4Mjg1OFow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBAKXaCpUWUOOV8l6ddjEGMnqb8RB2uACatVI2zSRHsJ8Y +ZLya9vrVediQYkwiL944PdbgqOkcLNt4EemOaFEVcsfzM4fkoF0LXOBXByow9c3E +N3coTRiR5r/VUv1xLXA+58bEiuPwKAv0dpihi4dVsjoT/Lc+JzeOIuOoTyrvYLs9 +tznDDgFHmV0ST9tD+leh7fmdvhFHJlsTmKtdFoqwNxxXnUX/iJY2v7vKB3tvh2PX +0DJq1l1sDPGzbjniazEuOQAnFN44wOwZZoYS6J1yFhNkUsepNxz9gjDthBgd9K5c +/3ATAOux9TN6S9ZV+AWNS2mw9bMoNlwUxFFzTWsL8TQH2xc519woe2v1n/MuwU8X +KhDzzMro6/1rqy6any2CbgTUUgGTLT2G/H783+9CHaZr77kgxve9oKeV/afmiSTY +zIw0bOIjL9kSGiG5VZFvC5F5GQytQIgLcOJ60g7YaEi7ghM5EFjp2CoHxhLbWNvS +O1UQRwUVZ2J+GGOmRj8JDlQyXr8NYnon74Do29lLBlo3WiXQCBJ31G8JUJc9yB3D +34xFMFbG02SrZvPAXpacw8Tvw3xrizp5f7NJzz3iiZ+gMEuFuZyUJHmPfWupRWgP +K9Dx2hzLabjKSWJtyNBjYt1gD1iqj6G8BaVmos8bdrKEZLFMOVLAMLrwjEsCsLa3 +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFEe4zf/lb+74suwv +Tg75JbCOPGvDMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAACAj +QTUEkMJAYmDv4jVM1z+s4jSQuKFvdvoWFqRINyzpkMLyPPgKn9iB5btb2iUspKdV +cSQy9sgL8rxq+JOssgfCX5/bzMiKqr5qb+FJEMwx14C7u8jYog5kV+qi9cKpMRXS +IGrs/CIBKM+GuIAeqcwRpTzyFrNHnfzSgCHEy9BHcEGhyoMZCCxt8l13nIoUE9Q2 +HJLw5QY33KbmkJs4j1xrG0aGQ0JfPgEHU1RdZX33inOhmlRaHylDFCfChQ+1iHsa +O5S3HWCntZznKWlXWpuTekMwGwPXYshApqr8ZORK15FTAaggiG6cX0S5y2CBNOxv +033aSF/rtJC8LakcC6wc1aJoIIAE1vyxjy+7SjENSoYc6+I2KSb12tjE8nVhz36u +dmNKekBlk4f4HoCMhuWG1o8O/FMsYOgWYRqiPkN7zTlgVGr18okmAWiDSKIz6MkE +kbIRNBE+6tBDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbczk+DaqaJ3tvV2XcEQNtg41 +3OEMXbugUZTLfhbrES+jkkXITHHZvMmZUldGL1DPvTVp9D0VzgalLA8+9oG6lLvD +u79leNKGef9JOxqDDPDeeOzI8k1MGt6CKfjBWtrt7uYnXuhF0J0cUahoq0Tj0Itq +4/g7u9xN12TyUb7mqqta6THuBrxzvxNiCp/HuZc= +-----END CERTIFICATE----- + +# Issuer: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Subject: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Label: "T-TeleSec GlobalRoot Class 3" +# Serial: 1 +# MD5 Fingerprint: ca:fb:40:a8:4e:39:92:8a:1d:fe:8e:2f:c4:27:ea:ef +# SHA1 Fingerprint: 55:a6:72:3e:cb:f2:ec:cd:c3:23:74:70:19:9d:2a:be:11:e3:81:d1 +# SHA256 Fingerprint: fd:73:da:d3:1c:64:4f:f1:b4:3b:ef:0c:cd:da:96:71:0b:9c:d9:87:5e:ca:7e:31:70:7a:f3:e9:6d:52:2b:bd +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDMwHhcNMDgxMDAxMTAyOTU2WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9dZPwYiJvJK7genasfb3ZJNW4t/zN +8ELg63iIVl6bmlQdTQyK9tPPcPRStdiTBONGhnFBSivwKixVA9ZIw+A5OO3yXDw/ +RLyTPWGrTs0NvvAgJ1gORH8EGoel15YUNpDQSXuhdfsaa3Ox+M6pCSzyU9XDFES4 +hqX2iys52qMzVNn6chr3IhUciJFrf2blw2qAsCTz34ZFiP0Zf3WHHx+xGwpzJFu5 +ZeAsVMhg02YXP+HMVDNzkQI6pn97djmiH5a2OK61yJN0HZ65tOVgnS9W0eDrXltM +EnAMbEQgqxHY9Bn20pxSN+f6tsIxO0rUFJmtxxr1XV/6B7h8DR/Wgx6zAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS1 +A/d2O2GCahKqGFPrAyGUv/7OyjANBgkqhkiG9w0BAQsFAAOCAQEAVj3vlNW92nOy +WL6ukK2YJ5f+AbGwUgC4TeQbIXQbfsDuXmkqJa9c1h3a0nnJ85cp4IaH3gRZD/FZ +1GSFS5mvJQQeyUapl96Cshtwn5z2r3Ex3XsFpSzTucpH9sry9uetuUg/vBa3wW30 +6gmv7PO15wWeph6KU1HWk4HMdJP2udqmJQV0eVp+QD6CSyYRMG7hP0HHRwA11fXT +91Q+gT3aSWqas+8QPebrb9HIIkfLzM8BMZLZGOMivgkeGj5asuRrDFR6fUNOuIml +e9eiPZaGzPImNC1qkp2aGtAw4l1OBLBfiyB+d8E9lYLRRpo7PHi4b6HQDWSieB4p +TpPDpFQUWw== +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH +# Subject: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH +# Label: "D-TRUST Root Class 3 CA 2 2009" +# Serial: 623603 +# MD5 Fingerprint: cd:e0:25:69:8d:47:ac:9c:89:35:90:f7:fd:51:3d:2f +# SHA1 Fingerprint: 58:e8:ab:b0:36:15:33:fb:80:f7:9b:1b:6d:29:d3:ff:8d:5f:00:f0 +# SHA256 Fingerprint: 49:e7:a4:42:ac:f0:ea:62:87:05:00:54:b5:25:64:b6:50:e4:f4:9e:42:e3:48:d6:aa:38:e0:39:e9:57:b1:c1 +-----BEGIN CERTIFICATE----- +MIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgMjAwOTAeFw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NTha +ME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMM +HkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIwDQYJKoZIhvcNAQEB +BQADggEPADCCAQoCggEBANOySs96R+91myP6Oi/WUEWJNTrGa9v+2wBoqOADER03 +UAifTUpolDWzU9GUY6cgVq/eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42 +tSHKXzlABF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl/RcPHAY9R +ySPocq60vFYJfxLLHLGvKZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsM +lFqVlNpQmvH/pStmMaTJOKDfHR+4CS7zp+hnUquVH+BGPtikw8paxTGA6Eian5Rp +/hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a/L7AQDcUCAwEAAaOCARowggEWMA8G +A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ4PGEMA4G +A1UdDwEB/wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVj +dG9yeS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUy +MENBJTIwMiUyMDIwMDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRl +cmV2b2NhdGlvbmxpc3QwQ6BBoD+GPWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3Js +L2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAwOS5jcmwwDQYJKoZIhvcNAQEL +BQADggEBAH+X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME+bUMJm2H6NMLVwMeni +acfzcNsgFYbQDfC+rAF1hM5+n02/t2A7nPPKHeJeaNijnZflQGDSNiH+0LS4F9p0 +o3/U37CYAqxva2ssJSRyoWXuJVrl5jLn8t+rSfrzkGkj2wTZ51xY/GXUl77M/C4K +zCUqNQT4YJEVdT1B/yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8 +PIWmawomDeCTmGCufsYkl4phX5GOZpIJhzbNi5stPvZR1FDUWSi9g/LMKHtThm3Y +Johw1+qRzT65ysCQblrGXnRl11z+o+I= +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH +# Subject: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH +# Label: "D-TRUST Root Class 3 CA 2 EV 2009" +# Serial: 623604 +# MD5 Fingerprint: aa:c6:43:2c:5e:2d:cd:c4:34:c0:50:4f:11:02:4f:b6 +# SHA1 Fingerprint: 96:c9:1b:0b:95:b4:10:98:42:fa:d0:d8:22:79:fe:60:fa:b9:16:83 +# SHA256 Fingerprint: ee:c5:49:6b:98:8c:e9:86:25:b9:34:09:2e:ec:29:08:be:d0:b0:f3:16:c2:d4:73:0c:84:ea:f1:f3:d3:48:81 +-----BEGIN CERTIFICATE----- +MIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgRVYgMjAwOTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUw +NDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNV +BAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAwOTCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui+3MKCOvXwEz75ivJn9gpfSegpn +ljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs+9Z5JUut8Mxk2og+KbgPCdM0 +3TP1YtHhzRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL/ZlGsTl28So/6Z +qQTMFexgaDbtCHu39b+T7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lR +p75mpoo6Kr3HGrHhFPC+Oh25z1uxav60sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8 +HgQ+HKDYD8tSg2J87otTlZCpV6LqYQXY+U3EJ/pure3511H3a6UCAwEAAaOCASQw +ggEgMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyvcop9Ntea +HNxnMA4GA1UdDwEB/wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFw +Oi8vZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xh +c3MlMjAzJTIwQ0ElMjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1E +RT9jZXJ0aWZpY2F0ZXJldm9jYXRpb25saXN0MEagRKBChkBodHRwOi8vd3d3LmQt +dHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xhc3NfM19jYV8yX2V2XzIwMDku +Y3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P+PPoeUSbrh/Yp +3uDx1MYkCenBz1UbtDDZzhr+BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05 +nsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNF +CSuGdXzfX2lXANtu2KZyIktQ1HWYVt+3GP9DQ1CuekR78HlR10M9p9OB0/DJT7na +xpeG0ILD5EJt/rDiZE4OJudANCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqX +KVwvvoFBuYz/6n1gBp7N1z3TLqMVvKjmJuVvw9y4AyHqnxbxLFS1 +-----END CERTIFICATE----- + +# Issuer: CN=CA Disig Root R2 O=Disig a.s. +# Subject: CN=CA Disig Root R2 O=Disig a.s. +# Label: "CA Disig Root R2" +# Serial: 10572350602393338211 +# MD5 Fingerprint: 26:01:fb:d8:27:a7:17:9a:45:54:38:1a:43:01:3b:03 +# SHA1 Fingerprint: b5:61:eb:ea:a4:de:e4:25:4b:69:1a:98:a5:57:47:c2:34:c7:d9:71 +# SHA256 Fingerprint: e2:3d:4a:03:6d:7b:70:e9:f5:95:b1:42:20:79:d2:b9:1e:df:bb:1f:b6:51:a0:63:3e:aa:8a:9d:c5:f8:07:03 +-----BEGIN CERTIFICATE----- +MIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNV +BAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu +MRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQy +MDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx +EzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjIw +ggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbCw3Oe +NcJxVX6B+6tGUODBfEl45qt5WDza/3wcn9iXAng+a0EE6UG9vgMsRfYvZNSrXaNH +PWSb6WiaxswbP7q+sos0Ai6YVRn8jG+qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3I +x2ymrdMxp7zo5eFm1tL7A7RBZckQrg4FY8aAamkw/dLukO8NJ9+flXP04SXabBbe +QTg06ov80egEFGEtQX6sx3dOy1FU+16SGBsEWmjGycT6txOgmLcRK7fWV8x8nhfR +yyX+hk4kLlYMeE2eARKmK6cBZW58Yh2EhN/qwGu1pSqVg8NTEQxzHQuyRpDRQjrO +QG6Vrf/GlK1ul4SOfW+eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa5Beny912 +H9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJ +QfYEkoopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUD +i/ZnWejBBhG93c+AAk9lQHhcR1DIm+YfgXvkRKhbhZri3lrVx/k6RGZL5DJUfORs +nLMOPReisjQS1n6yqEm70XooQL6iFh/f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1 +rqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud +DwEB/wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5uQu0wDQYJKoZI +hvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi/q/075KMOYKmFM +tCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32+nNjf7xueQgcnYqf +GopTpti72TVVsRHFqQOzVju5hJMiXn7B9hJSi+osZ7z+Nkz1uM/Rs0mSO9MpDpkb +lvdhuDvEK7Z4bLQjb/D907JedR+Zlais9trhxTF7+9FGs9K8Z7RiVLoJ92Owk6Ka ++elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W81k/BfDxujRNt+3vrMNDcTa/F1bal +TFtxyegxvug4BkihGuLq0t4SOVga/4AOgnXmt8kHbA7v/zjxmHHEt38OFdAlab0i +nSvtBfZGR6ztwPDUO+Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01utI3 +gzhTODY7z2zp+WsO0PsE6E9312UBeIYMej4hYvF/Y3EMyZ9E26gnonW+boE+18Dr +G5gPcFw0sorMwIUY6256s/daoQe/qUKS82Ail+QUoQebTnbAjn39pCXHR+3/H3Os +zMOl6W8KjptlwlCFtaOgUxLMVYdh84GuEEZhvUQhuMI9dM9+JDX6HAcOmz0iyu8x +L4ysEr3vQCj8KWefshNPZiTEUxnpHikV7+ZtsH8tZ/3zbBt1RqPlShfppNcL +-----END CERTIFICATE----- + +# Issuer: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV +# Subject: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV +# Label: "ACCVRAIZ1" +# Serial: 6828503384748696800 +# MD5 Fingerprint: d0:a0:5a:ee:05:b6:09:94:21:a1:7d:f1:b2:29:82:02 +# SHA1 Fingerprint: 93:05:7a:88:15:c6:4f:ce:88:2f:fa:91:16:52:28:78:bc:53:64:17 +# SHA256 Fingerprint: 9a:6e:c0:12:e1:a7:da:9d:be:34:19:4d:47:8a:d7:c0:db:18:22:fb:07:1d:f1:29:81:49:6e:d1:04:38:41:13 +-----BEGIN CERTIFICATE----- +MIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE +AwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw +CQYDVQQGEwJFUzAeFw0xMTA1MDUwOTM3MzdaFw0zMDEyMzEwOTM3MzdaMEIxEjAQ +BgNVBAMMCUFDQ1ZSQUlaMTEQMA4GA1UECwwHUEtJQUNDVjENMAsGA1UECgwEQUND +VjELMAkGA1UEBhMCRVMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCb +qau/YUqXry+XZpp0X9DZlv3P4uRm7x8fRzPCRKPfmt4ftVTdFXxpNRFvu8gMjmoY +HtiP2Ra8EEg2XPBjs5BaXCQ316PWywlxufEBcoSwfdtNgM3802/J+Nq2DoLSRYWo +G2ioPej0RGy9ocLLA76MPhMAhN9KSMDjIgro6TenGEyxCQ0jVn8ETdkXhBilyNpA +lHPrzg5XPAOBOp0KoVdDaaxXbXmQeOW1tDvYvEyNKKGno6e6Ak4l0Squ7a4DIrhr +IA8wKFSVf+DuzgpmndFALW4ir50awQUZ0m/A8p/4e7MCQvtQqR0tkw8jq8bBD5L/ +0KIV9VMJcRz/RROE5iZe+OCIHAr8Fraocwa48GOEAqDGWuzndN9wrqODJerWx5eH +k6fGioozl2A3ED6XPm4pFdahD9GILBKfb6qkxkLrQaLjlUPTAYVtjrs78yM2x/47 +4KElB0iryYl0/wiPgL/AlmXz7uxLaL2diMMxs0Dx6M/2OLuc5NF/1OVYm3z61PMO +m3WR5LpSLhl+0fXNWhn8ugb2+1KoS5kE3fj5tItQo05iifCHJPqDQsGH+tUtKSpa +cXpkatcnYGMN285J9Y0fkIkyF/hzQ7jSWpOGYdbhdQrqeWZ2iE9x6wQl1gpaepPl +uUsXQA+xtrn13k/c4LOsOxFwYIRKQ26ZIMApcQrAZQIDAQABo4ICyzCCAscwfQYI +KwYBBQUHAQEEcTBvMEwGCCsGAQUFBzAChkBodHRwOi8vd3d3LmFjY3YuZXMvZmls +ZWFkbWluL0FyY2hpdm9zL2NlcnRpZmljYWRvcy9yYWl6YWNjdjEuY3J0MB8GCCsG +AQUFBzABhhNodHRwOi8vb2NzcC5hY2N2LmVzMB0GA1UdDgQWBBTSh7Tj3zcnk1X2 +VuqB5TbMjB4/vTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNKHtOPfNyeT +VfZW6oHlNsyMHj+9MIIBcwYDVR0gBIIBajCCAWYwggFiBgRVHSAAMIIBWDCCASIG +CCsGAQUFBwICMIIBFB6CARAAQQB1AHQAbwByAGkAZABhAGQAIABkAGUAIABDAGUA +cgB0AGkAZgBpAGMAYQBjAGkA8wBuACAAUgBhAO0AegAgAGQAZQAgAGwAYQAgAEEA +QwBDAFYAIAAoAEEAZwBlAG4AYwBpAGEAIABkAGUAIABUAGUAYwBuAG8AbABvAGcA +7QBhACAAeQAgAEMAZQByAHQAaQBmAGkAYwBhAGMAaQDzAG4AIABFAGwAZQBjAHQA +cgDzAG4AaQBjAGEALAAgAEMASQBGACAAUQA0ADYAMAAxADEANQA2AEUAKQAuACAA +QwBQAFMAIABlAG4AIABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBjAGMAdgAuAGUA +czAwBggrBgEFBQcCARYkaHR0cDovL3d3dy5hY2N2LmVzL2xlZ2lzbGFjaW9uX2Mu +aHRtMFUGA1UdHwROMEwwSqBIoEaGRGh0dHA6Ly93d3cuYWNjdi5lcy9maWxlYWRt +aW4vQXJjaGl2b3MvY2VydGlmaWNhZG9zL3JhaXphY2N2MV9kZXIuY3JsMA4GA1Ud +DwEB/wQEAwIBBjAXBgNVHREEEDAOgQxhY2N2QGFjY3YuZXMwDQYJKoZIhvcNAQEF +BQADggIBAJcxAp/n/UNnSEQU5CmH7UwoZtCPNdpNYbdKl02125DgBS4OxnnQ8pdp +D70ER9m+27Up2pvZrqmZ1dM8MJP1jaGo/AaNRPTKFpV8M9xii6g3+CfYCS0b78gU +JyCpZET/LtZ1qmxNYEAZSUNUY9rizLpm5U9EelvZaoErQNV/+QEnWCzI7UiRfD+m +AM/EKXMRNt6GGT6d7hmKG9Ww7Y49nCrADdg9ZuM8Db3VlFzi4qc1GwQA9j9ajepD +vV+JHanBsMyZ4k0ACtrJJ1vnE5Bc5PUzolVt3OAJTS+xJlsndQAJxGJ3KQhfnlms +tn6tn1QwIgPBHnFk/vk4CpYY3QIUrCPLBhwepH2NDd4nQeit2hW3sCPdK6jT2iWH +7ehVRE2I9DZ+hJp4rPcOVkkO1jMl1oRQQmwgEh0q1b688nCBpHBgvgW1m54ERL5h +I6zppSSMEYCUWqKiuUnSwdzRp+0xESyeGabu4VXhwOrPDYTkF7eifKXeVSUG7szA +h1xA2syVP1XgNce4hL60Xc16gwFy7ofmXx2utYXGJt/mwZrpHgJHnyqobalbz+xF +d3+YJ5oyXSrjhO7FmGYvliAd3djDJ9ew+f7Zfc3Qn48LFFhRny+Lwzgt3uiP1o2H +pPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3pEfbRD0tVNEYqi4Y7 +-----END CERTIFICATE----- + +# Issuer: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA +# Subject: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA +# Label: "TWCA Global Root CA" +# Serial: 3262 +# MD5 Fingerprint: f9:03:7e:cf:e6:9e:3c:73:7a:2a:90:07:69:ff:2b:96 +# SHA1 Fingerprint: 9c:bb:48:53:f6:a4:f6:d3:52:a4:e8:32:52:55:60:13:f5:ad:af:65 +# SHA256 Fingerprint: 59:76:90:07:f7:68:5d:0f:cd:50:87:2f:9f:95:d5:75:5a:5b:2b:45:7d:81:f3:69:2b:61:0a:98:67:2f:0e:1b +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcx +EjAQBgNVBAoTCVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMT +VFdDQSBHbG9iYWwgUm9vdCBDQTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5 +NTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQKEwlUQUlXQU4tQ0ExEDAOBgNVBAsT +B1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3QgQ0EwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2CnJfF +10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz +0ALfUPZVr2YOy+BHYC8rMjk1Ujoog/h7FsYYuGLWRyWRzvAZEk2tY/XTP3VfKfCh +MBwqoJimFb3u/Rk28OKRQ4/6ytYQJ0lM793B8YVwm8rqqFpD/G2Gb3PpN0Wp8DbH +zIh1HrtsBv+baz4X7GGqcXzGHaL3SekVtTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc +46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1WKKD+u4ZqyPpcC1jcxkt2 +yKsi2XMPpfRaAok/T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99sy2sbZCi +laLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYP +oA/pyJV/v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQA +BDzfuBSO6N+pjWxnkjMdwLfS7JLIvgm/LCkFbwJrnu+8vyq8W8BQj0FwcYeyTbcE +qYSjMq+u7msXi7Kx/mzhkIyIqJdIzshNy/MGz19qCkKxHh53L46g5pIOBvwFItIm +4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu+WHdXltdkCY4QWwa6gcFGn90xHNcgL +1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt+i0trEfJdLjbDorMjupWkEmQqSpqsn +LhpNgb+E1HAerUf+/UqdM+DyucRFCCEK2mlpc3INvjT+lIutwx4116KD7+U4x6WF +H6vPNOw/KP4M8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNo +RI2T9GRwoD2dKAXDOXC4Ynsg/eTb6QihuJ49CcdP+yz4k3ZB3lLg4VfSnQO8d57+ +nile98FRYB/e2guyLXW3Q0iT5/Z5xoRdgFlglPx4mI88k1HtQJAH32RjJMtOcQWh +15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryPA9gK8kxkRr05YuWW +6zRjESjMlfGt7+/cgFhI6Uu46mWs6fyAtbXIRfmswZ/ZuepiiI7E8UuDEq3mi4TW +nsLrgxifarsbJGAzcMzs9zLzXNl5fe+epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5j +wa19hAM8EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWz +aGHQRiapIVJpLesux+t3zqY6tQMzT3bR51xUAV3LePTJDL/PEo4XLSNolOer/qmy +KwbQBM0= +-----END CERTIFICATE----- + +# Issuer: CN=TeliaSonera Root CA v1 O=TeliaSonera +# Subject: CN=TeliaSonera Root CA v1 O=TeliaSonera +# Label: "TeliaSonera Root CA v1" +# Serial: 199041966741090107964904287217786801558 +# MD5 Fingerprint: 37:41:49:1b:18:56:9a:26:f5:ad:c2:66:fb:40:a5:4c +# SHA1 Fingerprint: 43:13:bb:96:f1:d5:86:9b:c1:4e:6a:92:f6:cf:f6:34:69:87:82:37 +# SHA256 Fingerprint: dd:69:36:fe:21:f8:f0:77:c1:23:a1:a5:21:c1:22:24:f7:22:55:b7:3e:03:a7:26:06:93:e8:a2:4b:0f:a3:89 +-----BEGIN CERTIFICATE----- +MIIFODCCAyCgAwIBAgIRAJW+FqD3LkbxezmCcvqLzZYwDQYJKoZIhvcNAQEFBQAw +NzEUMBIGA1UECgwLVGVsaWFTb25lcmExHzAdBgNVBAMMFlRlbGlhU29uZXJhIFJv +b3QgQ0EgdjEwHhcNMDcxMDE4MTIwMDUwWhcNMzIxMDE4MTIwMDUwWjA3MRQwEgYD +VQQKDAtUZWxpYVNvbmVyYTEfMB0GA1UEAwwWVGVsaWFTb25lcmEgUm9vdCBDQSB2 +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMK+6yfwIaPzaSZVfp3F +VRaRXP3vIb9TgHot0pGMYzHw7CTww6XScnwQbfQ3t+XmfHnqjLWCi65ItqwA3GV1 +7CpNX8GH9SBlK4GoRz6JI5UwFpB/6FcHSOcZrr9FZ7E3GwYq/t75rH2D+1665I+X +Z75Ljo1kB1c4VWk0Nj0TSO9P4tNmHqTPGrdeNjPUtAa9GAH9d4RQAEX1jF3oI7x+ +/jXh7VB7qTCNGdMJjmhnXb88lxhTuylixcpecsHHltTbLaC0H2kD7OriUPEMPPCs +81Mt8Bz17Ww5OXOAFshSsCPN4D7c3TxHoLs1iuKYaIu+5b9y7tL6pe0S7fyYGKkm +dtwoSxAgHNN/Fnct7W+A90m7UwW7XWjH1Mh1Fj+JWov3F0fUTPHSiXk+TT2YqGHe +Oh7S+F4D4MHJHIzTjU3TlTazN19jY5szFPAtJmtTfImMMsJu7D0hADnJoWjiUIMu +sDor8zagrC/kb2HCUQk5PotTubtn2txTuXZZNp1D5SDgPTJghSJRt8czu90VL6R4 +pgd7gUY2BIbdeTXHlSw7sKMXNeVzH7RcWe/a6hBle3rQf5+ztCo3O3CLm1u5K7fs +slESl1MpWtTwEhDcTwK7EpIvYtQ/aUN8Ddb8WHUBiJ1YFkveupD/RwGJBmr2X7KQ +arMCpgKIv7NHfirZ1fpoeDVNAgMBAAGjPzA9MA8GA1UdEwEB/wQFMAMBAf8wCwYD +VR0PBAQDAgEGMB0GA1UdDgQWBBTwj1k4ALP1j5qWDNXr+nuqF+gTEjANBgkqhkiG +9w0BAQUFAAOCAgEAvuRcYk4k9AwI//DTDGjkk0kiP0Qnb7tt3oNmzqjMDfz1mgbl +dxSR651Be5kqhOX//CHBXfDkH1e3damhXwIm/9fH907eT/j3HEbAek9ALCI18Bmx +0GtnLLCo4MBANzX2hFxc469CeP6nyQ1Q6g2EdvZR74NTxnr/DlZJLo961gzmJ1Tj +TQpgcmLNkQfWpb/ImWvtxBnmq0wROMVvMeJuScg/doAmAyYp4Db29iBT4xdwNBed +Y2gea+zDTYa4EzAvXUYNR0PVG6pZDrlcjQZIrXSHX8f8MVRBE+LHIQ6e4B4N4cB7 +Q4WQxYpYxmUKeFfyxiMPAdkgS94P+5KFdSpcc41teyWRyu5FrgZLAMzTsVlQ2jqI +OylDRl6XK1TOU2+NSueW+r9xDkKLfP0ooNBIytrEgUy7onOTJsjrDNYmiLbAJM+7 +vVvrdX3pCI6GMyx5dwlppYn8s3CQh3aP0yK7Qs69cwsgJirQmz1wHiRszYd2qReW +t88NkvuOGKmYSdGe/mBEciG5Ge3C9THxOUiIkCR1VBatzvT4aRRkOfujuLpwQMcn +HL/EVlP6Y2XQ8xwOFvVrhlhNGNTkDY6lnVuR3HYkUD/GKvvZt5y11ubQ2egZixVx +SK236thZiNSQvxaz2emsWWFUyBy6ysHK4bkgTI86k4mloMy/0/Z1pHWWbVY= +-----END CERTIFICATE----- + +# Issuer: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Subject: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Label: "T-TeleSec GlobalRoot Class 2" +# Serial: 1 +# MD5 Fingerprint: 2b:9b:9e:e4:7b:6c:1f:00:72:1a:cc:c1:77:79:df:6a +# SHA1 Fingerprint: 59:0d:2d:7d:88:4f:40:2e:61:7e:a5:62:32:17:65:cf:17:d8:94:e9 +# SHA256 Fingerprint: 91:e2:f5:78:8d:58:10:eb:a7:ba:58:73:7d:e1:54:8a:8e:ca:cd:01:45:98:bc:0b:14:3e:04:1b:17:05:25:52 +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgxMDAxMTA0MDE0WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX+hzkeXaXPSi5kfl82hVYAUd +AqSzm1nzHoqvNK38DcLZSBnuaY/JIPwhqgcZ7bBcrGXHX+0CfHt8LRvWurmAwhiC +FoT6ZrAIxlQjgeTNuUk/9k9uN0goOA/FvudocP05l03Sx5iRUKrERLMjfTlH6VJi +1hKTXrcxlkIF+3anHqP1wvzpesVsqXFP6st4vGCvx9702cu+fjOlbpSD8DT6Iavq +jnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGVWOHAD3bZ +wI18gfNycJ5v/hqO2V81xrJvNHy+SE/iWjnX2J14np+GPgNeGYtEotXHAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS/ +WSA2AHmgoCJrjNXyYdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhy +NsZt+U2e+iKo4YFWz827n+qrkRk4r6p8FU3ztqONpfSO9kSpp+ghla0+AGIWiPAC +uvxhI+YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNfvNoBYimipidx5joifsFvHZVw +IEoHNN/q/xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR3p1m0IvVVGb6 +g1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN +9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO/nBudMNva0Bkuqjzx+zOAduTNrRlP +BSeOE6Fuwg== +-----END CERTIFICATE----- + +# Issuer: CN=Atos TrustedRoot 2011 O=Atos +# Subject: CN=Atos TrustedRoot 2011 O=Atos +# Label: "Atos TrustedRoot 2011" +# Serial: 6643877497813316402 +# MD5 Fingerprint: ae:b9:c4:32:4b:ac:7f:5d:66:cc:77:94:bb:2a:77:56 +# SHA1 Fingerprint: 2b:b1:f5:3e:55:0c:1d:c5:f1:d4:e6:b7:6a:46:4b:55:06:02:ac:21 +# SHA256 Fingerprint: f3:56:be:a2:44:b7:a9:1e:b3:5d:53:ca:9a:d7:86:4a:ce:01:8e:2d:35:d5:f8:f9:6d:df:68:a6:f4:1a:a4:74 +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIIXDPLYixfszIwDQYJKoZIhvcNAQELBQAwPDEeMBwGA1UE +AwwVQXRvcyBUcnVzdGVkUm9vdCAyMDExMQ0wCwYDVQQKDARBdG9zMQswCQYDVQQG +EwJERTAeFw0xMTA3MDcxNDU4MzBaFw0zMDEyMzEyMzU5NTlaMDwxHjAcBgNVBAMM +FUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsGA1UECgwEQXRvczELMAkGA1UEBhMC +REUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCVhTuXbyo7LjvPpvMp +Nb7PGKw+qtn4TaA+Gke5vJrf8v7MPkfoepbCJI419KkM/IL9bcFyYie96mvr54rM +VD6QUM+A1JX76LWC1BTFtqlVJVfbsVD2sGBkWXppzwO3bw2+yj5vdHLqqjAqc2K+ +SZFhyBH+DgMq92og3AIVDV4VavzjgsG1xZ1kCWyjWZgHJ8cblithdHFsQ/H3NYkQ +4J7sVaE3IqKHBAUsR320HLliKWYoyrfhk/WklAOZuXCFteZI6o1Q/NnezG8HDt0L +cp2AMBYHlT8oDv3FdU9T1nSatCQujgKRz3bFmx5VdJx4IbHwLfELn8LVlhgf8FQi +eowHAgMBAAGjfTB7MB0GA1UdDgQWBBSnpQaxLKYJYO7Rl+lwrrw7GWzbITAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKelBrEspglg7tGX6XCuvDsZbNshMBgG +A1UdIAQRMA8wDQYLKwYBBAGwLQMEAQEwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3 +DQEBCwUAA4IBAQAmdzTblEiGKkGdLD4GkGDEjKwLVLgfuXvTBznk+j57sj1O7Z8j +vZfza1zv7v1Apt+hk6EKhqzvINB5Ab149xnYJDE0BAGmuhWawyfc2E8PzBhj/5kP +DpFrdRbhIfzYJsdHt6bPWHJxfrrhTZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pc +maHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a961qn8FYiqTxlVMYVqL2Gns2D +lmh6cYGJ4Qvh6hEbaAjMaZ7snkGeRDImeuKHCnE96+RapNLbxc3G3mB/ufNPRJLv +KrcYPqcZ2Qt9sTdBQrC6YB3y/gkRsPCHe6ed +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 1 G3" +# Serial: 687049649626669250736271037606554624078720034195 +# MD5 Fingerprint: a4:bc:5b:3f:fe:37:9a:fa:64:f0:e2:fa:05:3d:0b:ab +# SHA1 Fingerprint: 1b:8e:ea:57:96:29:1a:c9:39:ea:b8:0a:81:1a:73:73:c0:93:79:67 +# SHA256 Fingerprint: 8a:86:6f:d1:b2:76:b5:7e:57:8e:92:1c:65:82:8a:2b:ed:58:e9:f2:f2:88:05:41:34:b7:f1:f4:bf:c9:cc:74 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIUeFhfLq0sGUvjNwc1NBMotZbUZZMwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMSBHMzAeFw0xMjAxMTIxNzI3NDRaFw00 +MjAxMTIxNzI3NDRaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDEgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCgvlAQjunybEC0BJyFuTHK3C3kEakEPBtV +wedYMB0ktMPvhd6MLOHBPd+C5k+tR4ds7FtJwUrVu4/sh6x/gpqG7D0DmVIB0jWe +rNrwU8lmPNSsAgHaJNM7qAJGr6Qc4/hzWHa39g6QDbXwz8z6+cZM5cOGMAqNF341 +68Xfuw6cwI2H44g4hWf6Pser4BOcBRiYz5P1sZK0/CPTz9XEJ0ngnjybCKOLXSoh +4Pw5qlPafX7PGglTvF0FBM+hSo+LdoINofjSxxR3W5A2B4GbPgb6Ul5jxaYA/qXp +UhtStZI5cgMJYr2wYBZupt0lwgNm3fME0UDiTouG9G/lg6AnhF4EwfWQvTA9xO+o +abw4m6SkltFi2mnAAZauy8RRNOoMqv8hjlmPSlzkYZqn0ukqeI1RPToV7qJZjqlc +3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg+qInYtyaEQHeTTRCOQiJ/G +KubX9ZqzWB4vMIkIG1SitZgj7Ah3HJVdYdHLiZxfokqRmu8hqkkWCKi9YSgxyXSt +hfbZxbGL0eUQMk1fiyA6PEkfM4VZDdvLCXVDaXP7a3F98N/ETH3Goy7IlXnLc6KO +Tk0k+17kBL5yG6YnLUlamXrXXAkgt3+UuU/xDRxeiEIbEbfnkduebPRq34wGmAOt +zCjvpUfzUwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUo5fW816iEOGrRZ88F2Q87gFwnMwwDQYJKoZIhvcNAQELBQAD +ggIBABj6W3X8PnrHX3fHyt/PX8MSxEBd1DKquGrX1RUVRpgjpeaQWxiZTOOtQqOC +MTaIzen7xASWSIsBx40Bz1szBpZGZnQdT+3Btrm0DWHMY37XLneMlhwqI2hrhVd2 +cDMT/uFPpiN3GPoajOi9ZcnPP/TJF9zrx7zABC4tRi9pZsMbj/7sPtPKlL92CiUN +qXsCHKnQO18LwIE6PWThv6ctTr1NxNgpxiIY0MWscgKCP6o6ojoilzHdCGPDdRS5 +YCgtW2jgFqlmgiNR9etT2DGbe+m3nUvriBbP+V04ikkwj+3x6xn0dxoxGE1nVGwv +b2X52z3sIexe9PSLymBlVNFxZPT5pqOBMzYzcfCkeF9OrYMh3jRJjehZrJ3ydlo2 +8hP0r+AJx2EqbPfgna67hkooby7utHnNkDPDs3b69fBsnQGQ+p6Q9pxyz0fawx/k +NSBT8lTR32GDpgLiJTjehTItXnOQUl1CxM49S+H5GYQd1aJQzEH7QRTDvdbJWqNj +ZgKAvQU6O0ec7AAmTPWIUb+oI38YB7AL7YsmoWTTYUrrXJ/es69nA7Mf3W1daWhp +q1467HxpvMc7hU6eFbm0FU/DlXpY18ls6Wy58yljXrQs8C097Vpl4KlbQMJImYFt +nh8GKjwStIsPm6Ik8KaN1nrgS7ZklmOVhMJKzRwuJIczYOXD +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 2 G3" +# Serial: 390156079458959257446133169266079962026824725800 +# MD5 Fingerprint: af:0c:86:6e:bf:40:2d:7f:0b:3e:12:50:ba:12:3d:06 +# SHA1 Fingerprint: 09:3c:61:f3:8b:8b:dc:7d:55:df:75:38:02:05:00:e1:25:f5:c8:36 +# SHA256 Fingerprint: 8f:e4:fb:0a:f9:3a:4d:0d:67:db:0b:eb:b2:3e:37:c7:1b:f3:25:dc:bc:dd:24:0e:a0:4d:af:58:b4:7e:18:40 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIURFc0JFuBiZs18s64KztbpybwdSgwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMiBHMzAeFw0xMjAxMTIxODU5MzJaFw00 +MjAxMTIxODU5MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDIgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQChriWyARjcV4g/Ruv5r+LrI3HimtFhZiFf +qq8nUeVuGxbULX1QsFN3vXg6YOJkApt8hpvWGo6t/x8Vf9WVHhLL5hSEBMHfNrMW +n4rjyduYNM7YMxcoRvynyfDStNVNCXJJ+fKH46nafaF9a7I6JaltUkSs+L5u+9ym +c5GQYaYDFCDy54ejiK2toIz/pgslUiXnFgHVy7g1gQyjO/Dh4fxaXc6AcW34Sas+ +O7q414AB+6XrW7PFXmAqMaCvN+ggOp+oMiwMzAkd056OXbxMmO7FGmh77FOm6RQ1 +o9/NgJ8MSPsc9PG/Srj61YxxSscfrf5BmrODXfKEVu+lV0POKa2Mq1W/xPtbAd0j +IaFYAI7D0GoT7RPjEiuA3GfmlbLNHiJuKvhB1PLKFAeNilUSxmn1uIZoL1NesNKq +IcGY5jDjZ1XHm26sGahVpkUG0CM62+tlXSoREfA7T8pt9DTEceT/AFr2XK4jYIVz +8eQQsSWu1ZK7E8EM4DnatDlXtas1qnIhO4M15zHfeiFuuDIIfR0ykRVKYnLP43eh +vNURG3YBZwjgQQvD6xVu+KQZ2aKrr+InUlYrAoosFCT5v0ICvybIxo/gbjh9Uy3l +7ZizlWNof/k19N+IxWA1ksB8aRxhlRbQ694Lrz4EEEVlWFA4r0jyWbYW8jwNkALG +cC4BrTwV1wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQU7edvdlq/YOxJW8ald7tyFnGbxD0wDQYJKoZIhvcNAQELBQAD +ggIBAJHfgD9DCX5xwvfrs4iP4VGyvD11+ShdyLyZm3tdquXK4Qr36LLTn91nMX66 +AarHakE7kNQIXLJgapDwyM4DYvmL7ftuKtwGTTwpD4kWilhMSA/ohGHqPHKmd+RC +roijQ1h5fq7KpVMNqT1wvSAZYaRsOPxDMuHBR//47PERIjKWnML2W2mWeyAMQ0Ga +W/ZZGYjeVYg3UQt4XAoeo0L9x52ID8DyeAIkVJOviYeIyUqAHerQbj5hLja7NQ4n +lv1mNDthcnPxFlxHBlRJAHpYErAK74X9sbgzdWqTHBLmYF5vHX/JHyPLhGGfHoJE ++V+tYlUkmlKY7VHnoX6XOuYvHxHaU4AshZ6rNRDbIl9qxV6XU/IyAgkwo1jwDQHV +csaxfGl7w/U2Rcxhbl5MlMVerugOXou/983g7aEOGzPuVBj+D77vfoRrQ+NwmNtd +dbINWQeFFSM51vHfqSYP1kjHs6Yi9TM3WpVHn3u6GBVv/9YUZINJ0gpnIdsPNWNg +KCLjsZWDzYWm3S8P52dSbrsvhXz1SnPnxT7AvSESBT/8twNJAlvIJebiVDj1eYeM +HVOyToV7BjjHLPj4sHKNJeV3UvQDHEimUF+IIDBu8oJDqz2XhOdT+yHBTw8imoa4 +WSr2Rz0ZiC3oheGe7IUIarFsNMkd7EgrO3jtZsSOeWmD3n+M +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 3 G3" +# Serial: 268090761170461462463995952157327242137089239581 +# MD5 Fingerprint: df:7d:b9:ad:54:6f:68:a1:df:89:57:03:97:43:b0:d7 +# SHA1 Fingerprint: 48:12:bd:92:3c:a8:c4:39:06:e7:30:6d:27:96:e6:a4:cf:22:2e:7d +# SHA256 Fingerprint: 88:ef:81:de:20:2e:b0:18:45:2e:43:f8:64:72:5c:ea:5f:bd:1f:c2:d9:d2:05:73:07:09:c5:d8:b8:69:0f:46 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIULvWbAiin23r/1aOp7r0DoM8Sah0wDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMyBHMzAeFw0xMjAxMTIyMDI2MzJaFw00 +MjAxMTIyMDI2MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDMgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCzyw4QZ47qFJenMioKVjZ/aEzHs286IxSR +/xl/pcqs7rN2nXrpixurazHb+gtTTK/FpRp5PIpM/6zfJd5O2YIyC0TeytuMrKNu +FoM7pmRLMon7FhY4futD4tN0SsJiCnMK3UmzV9KwCoWdcTzeo8vAMvMBOSBDGzXR +U7Ox7sWTaYI+FrUoRqHe6okJ7UO4BUaKhvVZR74bbwEhELn9qdIoyhA5CcoTNs+c +ra1AdHkrAj80//ogaX3T7mH1urPnMNA3I4ZyYUUpSFlob3emLoG+B01vr87ERROR +FHAGjx+f+IdpsQ7vw4kZ6+ocYfx6bIrc1gMLnia6Et3UVDmrJqMz6nWB2i3ND0/k +A9HvFZcba5DFApCTZgIhsUfei5pKgLlVj7WiL8DWM2fafsSntARE60f75li59wzw +eyuxwHApw0BiLTtIadwjPEjrewl5qW3aqDCYz4ByA4imW0aucnl8CAMhZa634Ryl +sSqiMd5mBPfAdOhx3v89WcyWJhKLhZVXGqtrdQtEPREoPHtht+KPZ0/l7DxMYIBp +VzgeAVuNVejH38DMdyM0SXV89pgR6y3e7UEuFAUCf+D+IOs15xGsIs5XPd7JMG0Q +A4XN8f+MFrXBsj6IbGB/kE+V9/YtrQE5BwT6dYB9v0lQ7e/JxHwc64B+27bQ3RP+ +ydOc17KXqQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUxhfQvKjqAkPyGwaZXSuQILnXnOQwDQYJKoZIhvcNAQELBQAD +ggIBADRh2Va1EodVTd2jNTFGu6QHcrxfYWLopfsLN7E8trP6KZ1/AvWkyaiTt3px +KGmPc+FSkNrVvjrlt3ZqVoAh313m6Tqe5T72omnHKgqwGEfcIHB9UqM+WXzBusnI +FUBhynLWcKzSt/Ac5IYp8M7vaGPQtSCKFWGafoaYtMnCdvvMujAWzKNhxnQT5Wvv +oxXqA/4Ti2Tk08HS6IT7SdEQTXlm66r99I0xHnAUrdzeZxNMgRVhvLfZkXdxGYFg +u/BYpbWcC/ePIlUnwEsBbTuZDdQdm2NnL9DuDcpmvJRPpq3t/O5jrFc/ZSXPsoaP +0Aj/uHYUbt7lJ+yreLVTubY/6CD50qi+YUbKh4yE8/nxoGibIh6BJpsQBJFxwAYf +3KDTuVan45gtf4Od34wrnDKOMpTwATwiKp9Dwi7DmDkHOHv8XgBCH/MyJnmDhPbl +8MFREsALHgQjDFSlTC9JxUrRtm5gDWv8a4uFJGS3iQ6rJUdbPM9+Sb3H6QrG2vd+ +DhcI00iX0HGS8A85PjRqHH3Y8iKuu2n0M7SmSFXRDw4m6Oy2Cy2nhTXN/VnIn9HN +PlopNLk9hM6xZdRZkZFWdSHBd575euFgndOtBBj0fOtek49TSiIp+EgrPk2GrFt/ +ywaZWWDYWGWVjUTR939+J399roD1B0y2PpxxVJkES/1Y+Zj0 +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root G2" +# Serial: 15385348160840213938643033620894905419 +# MD5 Fingerprint: 92:38:b9:f8:63:24:82:65:2c:57:33:e6:fe:81:8f:9d +# SHA1 Fingerprint: a1:4b:48:d9:43:ee:0a:0e:40:90:4f:3c:e0:a4:c0:91:93:51:5d:3f +# SHA256 Fingerprint: 7d:05:eb:b6:82:33:9f:8c:94:51:ee:09:4e:eb:fe:fa:79:53:a1:14:ed:b2:f4:49:49:45:2f:ab:7d:2f:c1:85 +-----BEGIN CERTIFICATE----- +MIIDljCCAn6gAwIBAgIQC5McOtY5Z+pnI7/Dr5r0SzANBgkqhkiG9w0BAQsFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz+GoeMVSA +n61UQbVH35ao1K+ALbkKz3X9iaV9JPrjIgwrvJUXCzO/GU1BBpAAvQxNEP4Htecc +biJVMWWXvdMX0h5i89vqbFCMP4QMls+3ywPgym2hFEwbid3tALBSfK+RbLE4E9Hp +EgjAALAcKxHad3A2m67OeYfcgnDmCXRwVWmvo2ifv922ebPynXApVfSr/5Vh88lA +bx3RvpO704gqu52/clpWcTs/1PPRCv4o76Pu2ZmvA9OPYLfykqGxvYmJHzDNw6Yu +YjOuFgJ3RFrngQo8p0Quebg/BLxcoIfhG69Rjs3sLPr4/m3wOnyqi+RnlTGNAgMB +AAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQW +BBTOw0q5mVXyuNtgv6l+vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPI +QW5pJ6d1Ee88hjZv0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I +0jJmwYrA8y8678Dj1JGG0VDjA9tzd29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4Gni +lmwORGYQRI+tBev4eaymG+g3NJ1TyWGqolKvSnAWhsI6yLETcDbYz+70CjTVW0z9 +B5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0MjomZmWzwPDCv +ON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo +IhNzbM8m9Yop5w== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root G3" +# Serial: 15459312981008553731928384953135426796 +# MD5 Fingerprint: 7c:7f:65:31:0c:81:df:8d:ba:3e:99:e2:5c:ad:6e:fb +# SHA1 Fingerprint: f5:17:a2:4f:9a:48:c6:c9:f8:a2:00:26:9f:dc:0f:48:2c:ab:30:89 +# SHA256 Fingerprint: 7e:37:cb:8b:4c:47:09:0c:ab:36:55:1b:a6:f4:5d:b8:40:68:0f:ba:16:6a:95:2d:b1:00:71:7f:43:05:3f:c2 +-----BEGIN CERTIFICATE----- +MIICRjCCAc2gAwIBAgIQC6Fa+h3foLVJRK/NJKBs7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3Qg +RzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg/WPuNsVepRC0FFfLvC/8QdJ+1YlJf +Zn4f5dwbRXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp+CW7if17Q +RSAPWXYQ1qAk8C3eNvJsKTmjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgFUaFNN6KDec6NHSrkhDAKBggqhkjOPQQD +AwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5FyYZ5eEJJZVrmDxxDnOOlY +JjZ91eQ0hjkCMHw2U/Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy1vUhZscv +6pZjamVFkpUBtA== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root G2" +# Serial: 4293743540046975378534879503202253541 +# MD5 Fingerprint: e4:a6:8a:c8:54:ac:52:42:46:0a:fd:72:48:1b:2a:44 +# SHA1 Fingerprint: df:3c:24:f9:bf:d6:66:76:1b:26:80:73:fe:06:d1:cc:8d:4f:82:a4 +# SHA256 Fingerprint: cb:3c:cb:b7:60:31:e5:e0:13:8f:8d:d3:9a:23:f9:de:47:ff:c3:5e:43:c1:14:4c:ea:27:d4:6a:5a:b1:cb:5f +-----BEGIN CERTIFICATE----- +MIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBH +MjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX/RrohCgiN9RlUyfuI +2/Ou8jqJkTx65qsGGmvPrC3oXgkkRLpimn7Wo6h+4FR1IAWsULecYxpsMNzaHxmx +1x7e/dfgy5SDN67sH0NO3Xss0r0upS/kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQ +q2EGnI/yuum06ZIya7XzV+hdG82MHauVBJVJ8zUtluNJbd134/tJS7SsVQepj5Wz +tCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyMUNGPHgm+F6HmIcr9g+UQ +vIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQABo0IwQDAP +BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV +5uNu5g/6+rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY +1Yl9PMWLSn/pvtsrF9+wX3N3KjITOYFnQoQj8kVnNeyIv/iPsGEMNKSuIEyExtv4 +NeF22d+mQrvHRAiGfzZ0JFrabA0UWTW98kndth/Jsw1HKj2ZL7tcu7XUIOGZX1NG +Fdtom/DzMNU+MeKNhJ7jitralj41E6Vf8PlwUHBHQRFXGU7Aj64GxJUTFy8bJZ91 +8rGOmaFvE7FBcf6IKshPECBV1/MUReXgRPTqh5Uykw7+U0b6LJ3/iyK5S9kJRaTe +pLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl +MrY= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root G3" +# Serial: 7089244469030293291760083333884364146 +# MD5 Fingerprint: f5:5d:a4:50:a5:fb:28:7e:1e:0f:0d:cc:96:57:56:ca +# SHA1 Fingerprint: 7e:04:de:89:6a:3e:66:6d:00:e6:87:d3:3f:fa:d9:3b:e8:3d:34:9e +# SHA256 Fingerprint: 31:ad:66:48:f8:10:41:38:c7:38:f3:9e:a4:32:01:33:39:3e:3a:18:cc:02:29:6e:f9:7c:2a:c9:ef:67:31:d0 +-----BEGIN CERTIFICATE----- +MIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAe +Fw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVTMRUw +EwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20x +IDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0CAQYF +K4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FG +fp4tn+6OYwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPO +Z9wj/wMco+I+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAd +BgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNpYim8S8YwCgYIKoZIzj0EAwMDaAAwZQIx +AK288mw/EkrRLTnDCgmXc/SINoyIJ7vmiI1Qhadj+Z4y3maTD/HMsQmP3Wyr+mt/ +oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8 +sycX +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Trusted Root G4" +# Serial: 7451500558977370777930084869016614236 +# MD5 Fingerprint: 78:f2:fc:aa:60:1f:2f:b4:eb:c9:37:ba:53:2e:75:49 +# SHA1 Fingerprint: dd:fb:16:cd:49:31:c9:73:a2:03:7d:3f:c8:3a:4d:7d:77:5d:05:e4 +# SHA256 Fingerprint: 55:2f:7b:dc:f1:a7:af:9e:6c:e6:72:01:7f:4f:12:ab:f7:72:40:c7:8e:76:1a:c2:03:d1:d9:d2:0a:c8:99:88 +-----BEGIN CERTIFICATE----- +MIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBi +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3Qg +RzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBiMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQC/5pBzaN675F1KPDAiMGkz7MKnJS7JIT3y +ithZwuEppz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F/WBTxSD1If +xp4VpX6+n6lXFllVcq9ok3DCsrp1mWpzMpTREEQQLt+C8weE5nQ7bXHiLQwb7iDV +ySAdYyktzuxeTsiT+CFhmzTrBcZe7FsavOvJz82sNEBfsXpm7nfISKhmV1efVFiO +DCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGYQJB5w3jHtrHEtWoYOAMQ +jdjUN6QuBX2I9YI+EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6MUSaM0C/ +CNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCi +EhtmmnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt+wJS00mFt6zPZxd9LBADM +fRyVw4/3IbKyEbe7f/LVjHAsQWCqsWMYRJUadmJ+9oCw++hkpjPRiQfhvbfmQ6QY +uKZ3AeEPlAwhHbJUKSWJbOUOUlFHdL4mrLZBdd56rF+NP8m800ERElvlEFDrMcXK +chYiCd98THU/Y+whX8QgUWtvsauGi0/C1kVfnSD8oR7FwI+isX4KJpn15GkvmB0t +9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +hjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP+e6mK4cD08wDQYJKoZIhvcNAQEMBQAD +ggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5/ZpKmbnJeFwMDF/k5hQpVgs2 +SV1EY+CtnJYYZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd ++SeuMIW59mdNOj6PWTkiU0TryF0Dyu1Qen1iIQqAyHNm0aAFYF/opbSnr6j3bTWc +fFqK1qI4mfN4i/RN0iAL3gTujJtHgXINwBQy7zBZLq7gcfJW5GqXb5JQbZaNaHqa +sjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iahixTXTBmyUEFxPT9N +cCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN5r5N +0XWs0Mr7QbhDparTwwVETyw2m+L64kW4I1NsBm9nVX9GtUw/bihaeSbSpKhil9Ie +4u1Ki7wb/UdKDd9nZn6yW0HQO+T0O/QEY+nvwlQAUaCKKsnOeMzV6ocEGLPOr0mI +r/OSmbaz5mEP0oUA51Aa5BuVnRmhuZyxm7EAHu/QD09CbMkKvO5D+jpxpchNJqU1 +/YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tKG48BtieVU+i2iW1bvGjUI+iLUaJW+fCm +gKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP82Z+ +-----END CERTIFICATE----- + +# Issuer: CN=COMODO RSA Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO RSA Certification Authority O=COMODO CA Limited +# Label: "COMODO RSA Certification Authority" +# Serial: 101909084537582093308941363524873193117 +# MD5 Fingerprint: 1b:31:b0:71:40:36:cc:14:36:91:ad:c4:3e:fd:ec:18 +# SHA1 Fingerprint: af:e5:d2:44:a8:d1:19:42:30:ff:47:9f:e2:f8:97:bb:cd:7a:8c:b4 +# SHA256 Fingerprint: 52:f0:e1:c4:e5:8e:c6:29:29:1b:60:31:7f:07:46:71:b8:5d:7e:a8:0d:5b:07:27:34:63:53:4b:32:b4:02:34 +-----BEGIN CERTIFICATE----- +MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB +hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV +BAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMTE5 +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgT +EkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR +Q09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNh +dGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR +6FSS0gpWsawNJN3Fz0RndJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX/JSw8X +pz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZFGvnnLOFoIJ6dq9xkNfs/Q36nGz637CC +9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+5eNu/Nio5JIk2kNrYrhV +/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a+pGx8cgoLEf +Zd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z ++pUX2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7w +qP/0uK3pN/u6uPQLOvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZah +SL0896+1DSJMwBGB7FY79tOi4lu3sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVIC +u9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+CGCe01a60y1Dma/RMhnEw6abf +Fobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5WdYgGq/yapiq +crxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo0IwQDAdBgNVHQ4E +FgQUu69+Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB +/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvl +wFTPoCWOAvn9sKIN9SCYPBMtrFaisNZ+EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM +4dc+pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj+nq6PK7o9mfjYcwlYRm6mnPTXJ9OV +2jeDchzTc+CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSgtZx8jb8uk2Intzna +FxiuvTwJaP+EmzzV1gsD41eeFPfR60/IvYcjt7ZJQ3mFXLrrkguhxuhoqEwWsRqZ +CuhTLJK7oQkYdQxlqHvLI7cawiiFwxv/0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiK +boHGhfKppC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmcke +jkk9u+UJueBPSZI9FoJAzMxZxuY67RIuaTxslbH9qh17f4a+Hg4yRvv7E491f0yL +S0Zj/gA0QHDBw7mh3aZw4gSzQbzpgJHqZJx64SIDqZxubw5lT2yHh17zbqD5daWb +QOhTsiedSrnAdyGN/4fy3ryM7xfft0kL0fJuMAsaDk527RH89elWsn2/x20Kk4yl +0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7ILaZRfyHB +NVOFBkpdn627G190 +-----END CERTIFICATE----- + +# Issuer: CN=USERTrust RSA Certification Authority O=The USERTRUST Network +# Subject: CN=USERTrust RSA Certification Authority O=The USERTRUST Network +# Label: "USERTrust RSA Certification Authority" +# Serial: 2645093764781058787591871645665788717 +# MD5 Fingerprint: 1b:fe:69:d1:91:b7:19:33:a3:72:a8:0f:e1:55:e5:b5 +# SHA1 Fingerprint: 2b:8f:1b:57:33:0d:bb:a2:d0:7a:6c:51:f7:0e:e9:0d:da:b9:ad:8e +# SHA256 Fingerprint: e7:93:c9:b0:2f:d8:aa:13:e2:1c:31:22:8a:cc:b0:81:19:64:3b:74:9c:89:89:64:b1:74:6d:46:c3:d4:cb:d2 +-----BEGIN CERTIFICATE----- +MIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCB +iDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0pl +cnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNV +BAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAw +MjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNV +BAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU +aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK +AoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B +3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLodMkY +tJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/ +Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2 +VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT +79uq/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6 +c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmT +Yo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97l +c6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4ee +UB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeE +Hg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo0IwQDAd +BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgEGMA8G +A1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPF +Up/L+M+ZBn8b2kMVn54CVVeWFPFSPCeHlCjtHzoBN6J2/FNQwISbxmtOuowhT6KO +VWKR82kV2LyI48SqC/3vqOlLVSoGIG1VeCkZ7l8wXEskEVX/JJpuXior7gtNn3/3 +ATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I+8jRRa8YFWSQEg9zKC7F4iRO/Fjs +8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM8WcR +iQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYze +Sf7dNXGiFSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZ +XHlKYC6SQK5MNyosycdiyA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9/ +qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB +VXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGwsAvgnEzDHNb842m1R0aB +L6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY/MiQu12ZIvVS5ljFH4gxQ+6IHdfG +jjxDah2nGN59PRbxYvnKkKj9 +-----END CERTIFICATE----- + +# Issuer: CN=USERTrust ECC Certification Authority O=The USERTRUST Network +# Subject: CN=USERTrust ECC Certification Authority O=The USERTRUST Network +# Label: "USERTrust ECC Certification Authority" +# Serial: 123013823720199481456569720443997572134 +# MD5 Fingerprint: fa:68:bc:d9:b5:7f:ad:fd:c9:1d:06:83:28:cc:24:c1 +# SHA1 Fingerprint: d1:cb:ca:5d:b2:d5:2a:7f:69:3b:67:4d:e5:f0:5a:1d:0c:95:7d:f0 +# SHA256 Fingerprint: 4f:f4:60:d5:4b:9c:86:da:bf:bc:fc:57:12:e0:40:0d:2b:ed:3f:bc:4d:4f:bd:aa:86:e0:6a:dc:d2:a9:ad:7a +-----BEGIN CERTIFICATE----- +MIICjzCCAhWgAwIBAgIQXIuZxVqUxdJxVt7NiYDMJjAKBggqhkjOPQQDAzCBiDEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNl +eSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMT +JVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMjAx +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgT +Ck5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUg +VVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQarFRaqflo +I+d61SRvU8Za2EurxtW20eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinng +o4N+LZfQYcTxmdwlkWOrfzCjtHDix6EznPO/LlxTsV+zfTJ/ijTjeXmjQjBAMB0G +A1UdDgQWBBQ64QmG1M8ZwpZ2dEl23OA1xmNjmjAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjA2Z6EWCNzklwBBHU6+4WMB +zzuqQhFkoJ2UOQIReVx7Hfpkue4WQrO/isIJxOzksU0CMQDpKmFHjFJKS04YcPbW +RNZu9YO6bVi9JNlWSOrvxKJGgYhqOkbRqZtNyWHa0V1Xahg= +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 +# Label: "GlobalSign ECC Root CA - R5" +# Serial: 32785792099990507226680698011560947931244 +# MD5 Fingerprint: 9f:ad:3b:1c:02:1e:8a:ba:17:74:38:81:0c:a2:bc:08 +# SHA1 Fingerprint: 1f:24:c6:30:cd:a4:18:ef:20:69:ff:ad:4f:dd:5f:46:3a:1b:69:aa +# SHA256 Fingerprint: 17:9f:bc:14:8a:3d:d0:0f:d2:4e:a1:34:58:cc:43:bf:a7:f5:9c:81:82:d7:83:a5:13:f6:eb:ec:10:0c:89:24 +-----BEGIN CERTIFICATE----- +MIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEk +MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpH +bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX +DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD +QSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu +MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb/pOdEh+J8LttV7HpI6SFkc +8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8ke +hOvRnkmSh5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYI +KoZIzj0EAwMDaAAwZQIxAOVpEslu28YxuglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg +515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7yFz9SO8NdCKoCOJuxUnO +xwy8p2Fp8fc74SrL+SvzZpA3 +-----END CERTIFICATE----- + +# Issuer: CN=IdenTrust Commercial Root CA 1 O=IdenTrust +# Subject: CN=IdenTrust Commercial Root CA 1 O=IdenTrust +# Label: "IdenTrust Commercial Root CA 1" +# Serial: 13298821034946342390520003877796839426 +# MD5 Fingerprint: b3:3e:77:73:75:ee:a0:d3:e3:7e:49:63:49:59:bb:c7 +# SHA1 Fingerprint: df:71:7e:aa:4a:d9:4e:c9:55:84:99:60:2d:48:de:5f:bc:f0:3a:25 +# SHA256 Fingerprint: 5d:56:49:9b:e4:d2:e0:8b:cf:ca:d0:8a:3e:38:72:3d:50:50:3b:de:70:69:48:e4:2f:55:60:30:19:e5:28:ae +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIQCgFCgAAAAUUjyES1AAAAAjANBgkqhkiG9w0BAQsFADBK +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVu +VHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwHhcNMTQwMTE2MTgxMjIzWhcNMzQw +MTE2MTgxMjIzWjBKMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScw +JQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCnUBneP5k91DNG8W9RYYKyqU+PZ4ldhNlT +3Qwo2dfw/66VQ3KZ+bVdfIrBQuExUHTRgQ18zZshq0PirK1ehm7zCYofWjK9ouuU ++ehcCuz/mNKvcbO0U59Oh++SvL3sTzIwiEsXXlfEU8L2ApeN2WIrvyQfYo3fw7gp +S0l4PJNgiCL8mdo2yMKi1CxUAGc1bnO/AljwpN3lsKImesrgNqUZFvX9t++uP0D1 +bVoE/c40yiTcdCMbXTMTEl3EASX2MN0CXZ/g1Ue9tOsbobtJSdifWwLziuQkkORi +T0/Br4sOdBeo0XKIanoBScy0RnnGF7HamB4HWfp1IYVl3ZBWzvurpWCdxJ35UrCL +vYf5jysjCiN2O/cz4ckA82n5S6LgTrx+kzmEB/dEcH7+B1rlsazRGMzyNeVJSQjK +Vsk9+w8YfYs7wRPCTY/JTw436R+hDmrfYi7LNQZReSzIJTj0+kuniVyc0uMNOYZK +dHzVWYfCP04MXFL0PfdSgvHqo6z9STQaKPNBiDoT7uje/5kdX7rL6B7yuVBgwDHT +c+XvvqDtMwt0viAgxGds8AgDelWAf0ZOlqf0Hj7h9tgJ4TNkK2PXMl6f+cB7D3hv +l7yTmvmcEpB4eoCHFddydJxVdHixuuFucAS6T6C6aMN7/zHwcz09lCqxC0EOoP5N +iGVreTO01wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQU7UQZwNPwBovupHu+QucmVMiONnYwDQYJKoZIhvcNAQELBQAD +ggIBAA2ukDL2pkt8RHYZYR4nKM1eVO8lvOMIkPkp165oCOGUAFjvLi5+U1KMtlwH +6oi6mYtQlNeCgN9hCQCTrQ0U5s7B8jeUeLBfnLOic7iPBZM4zY0+sLj7wM+x8uwt +LRvM7Kqas6pgghstO8OEPVeKlh6cdbjTMM1gCIOQ045U8U1mwF10A0Cj7oV+wh93 +nAbowacYXVKV7cndJZ5t+qntozo00Fl72u1Q8zW/7esUTTHHYPTa8Yec4kjixsU3 ++wYQ+nVZZjFHKdp2mhzpgq7vmrlR94gjmmmVYjzlVYA211QC//G5Xc7UI2/YRYRK +W2XviQzdFKcgyxilJbQN+QHwotL0AMh0jqEqSI5l2xPE4iUXfeu+h1sXIFRRk0pT +AwvsXcoz7WL9RccvW9xYoIA55vrX/hMUpu09lEpCdNTDd1lzzY9GvlU47/rokTLq +l1gEIt44w8y8bckzOmoKaT+gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw+hG +4iZZRHUe2XWJUc0QhJ1hYMtd+ZciTY6Y5uN/9lu7rs3KSoFrXgvzUeF0K+l+J6fZ +mUlO+KWA2yUPHGNiiskzZ2s8EIPGrd6ozRaOjfAHN3Gf8qv8QfXBi+wAN10J5U6A +7/qxXDgGpRtK4dw4LTzcqx+QGtVKnO7RcGzM7vRX+Bi6hG6H +-----END CERTIFICATE----- + +# Issuer: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust +# Subject: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust +# Label: "IdenTrust Public Sector Root CA 1" +# Serial: 13298821034946342390521976156843933698 +# MD5 Fingerprint: 37:06:a5:b0:fc:89:9d:ba:f4:6b:8c:1a:64:cd:d5:ba +# SHA1 Fingerprint: ba:29:41:60:77:98:3f:f4:f3:ef:f2:31:05:3b:2e:ea:6d:4d:45:fd +# SHA256 Fingerprint: 30:d0:89:5a:9a:44:8a:26:20:91:63:55:22:d1:f5:20:10:b5:86:7a:ca:e1:2c:78:ef:95:8f:d4:f4:38:9f:2f +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCgFCgAAAAUUjz0Z8AAAAAjANBgkqhkiG9w0BAQsFADBN +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVu +VHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwHhcNMTQwMTE2MTc1MzMyWhcN +MzQwMTE2MTc1MzMyWjBNMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0 +MSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2IpT8pEiv6EdrCvsnduTyP4o7 +ekosMSqMjbCpwzFrqHd2hCa2rIFCDQjrVVi7evi8ZX3yoG2LqEfpYnYeEe4IFNGy +RBb06tD6Hi9e28tzQa68ALBKK0CyrOE7S8ItneShm+waOh7wCLPQ5CQ1B5+ctMlS +bdsHyo+1W/CD80/HLaXIrcuVIKQxKFdYWuSNG5qrng0M8gozOSI5Cpcu81N3uURF +/YTLNiCBWS2ab21ISGHKTN9T0a9SvESfqy9rg3LvdYDaBjMbXcjaY8ZNzaxmMc3R +3j6HEDbhuaR672BQssvKplbgN6+rNBM5Jeg5ZuSYeqoSmJxZZoY+rfGwyj4GD3vw +EUs3oERte8uojHH01bWRNszwFcYr3lEXsZdMUD2xlVl8BX0tIdUAvwFnol57plzy +9yLxkA2T26pEUWbMfXYD62qoKjgZl3YNa4ph+bz27nb9cCvdKTz4Ch5bQhyLVi9V +GxyhLrXHFub4qjySjmm2AcG1hp2JDws4lFTo6tyePSW8Uybt1as5qsVATFSrsrTZ +2fjXctscvG29ZV/viDUqZi/u9rNl8DONfJhBaUYPQxxp+pu10GFqzcpL2UyQRqsV +WaFHVCkugyhfHMKiq3IXAAaOReyL4jM9f9oZRORicsPfIsbyVtTdX5Vy7W1f90gD +W/3FKqD2cyOEEBsB5wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQU43HgntinQtnbcZFrlJPrw6PRFKMwDQYJKoZIhvcN +AQELBQADggIBAEf63QqwEZE4rU1d9+UOl1QZgkiHVIyqZJnYWv6IAcVYpZmxI1Qj +t2odIFflAWJBF9MJ23XLblSQdf4an4EKwt3X9wnQW3IV5B4Jaj0z8yGa5hV+rVHV +DRDtfULAj+7AmgjVQdZcDiFpboBhDhXAuM/FSRJSzL46zNQuOAXeNf0fb7iAaJg9 +TaDKQGXSc3z1i9kKlT/YPyNtGtEqJBnZhbMX73huqVjRI9PHE+1yJX9dsXNw0H8G +lwmEKYBhHfpe/3OsoOOJuBxxFcbeMX8S3OFtm6/n6J91eEyrRjuazr8FGF1NFTwW +mhlQBJqymm9li1JfPFgEKCXAZmExfrngdbkaqIHWchezxQMxNRF4eKLg6TCMf4Df +WN88uieW4oA0beOY02QnrEh+KHdcxiVhJfiFDGX6xDIvpZgF5PgLZxYWxoK4Mhn5 ++bl53B/N66+rDt0b20XkeucC4pVd/GnwU2lhlXV5C15V5jgclKlZM57IcXR5f1GJ +tshquDDIajjDbp7hNxbqBWJMWxJH7ae0s1hWx0nzfxJoCTFx8G34Tkf71oXuxVhA +GaQdp/lLQzfcaFpPz+vCZHTetBXZ9FRUGi8c15dxVJCO2SCdUyt/q4/i6jC8UDfv +8Ue1fXwsBOxonbRJRBD0ckscZOf85muQ3Wl9af0AVqW3rLatt8o+Ae+c +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - G2" +# Serial: 1246989352 +# MD5 Fingerprint: 4b:e2:c9:91:96:65:0c:f4:0e:5a:93:92:a0:0a:fe:b2 +# SHA1 Fingerprint: 8c:f4:27:fd:79:0c:3a:d1:66:06:8d:e8:1e:57:ef:bb:93:22:72:d4 +# SHA256 Fingerprint: 43:df:57:74:b0:3e:7f:ef:5f:e4:0d:93:1a:7b:ed:f1:bb:2e:6b:42:73:8c:4e:6d:38:41:10:3d:3a:a7:f3:39 +-----BEGIN CERTIFICATE----- +MIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50 +cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3Qs +IEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVz +dCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwHhcNMDkwNzA3MTcy +NTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUVu +dHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwt +dGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0 +aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQC6hLZy254Ma+KZ6TABp3bqMriVQRrJ2mFOWHLP/vaCeb9zYQYKpSfYs1/T +RU4cctZOMvJyig/3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXzHHfV1IWN +cCG0szLni6LVhjkCsbjSR87kyUnEO6fe+1R9V77w6G7CebI6C1XiUJgWMhNcL3hW +wcKUs/Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ+pCm5IO2/b1BEZQvePB7/1 +U1+cPvQXLOZprE4yTGJ36rfo5bs0vBmLrpxR57d+tVOxMyLlbc9wPBr64ptntoP0 +jaWvYkxN4FisZDQSA/i2jZRjJKRxAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAP +BgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqciZ60B7vfec7aVHUbI2fkBJmqzAN +BgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5ZiXMRrEPR9RP/ +jTkrwPK9T3CMqS/qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1+xLlEjZivEtRh2woZ +Rkfz6/djwUAFQKXSt/S1mja/qYh2iARVBCuch38aNzx+LaUa2NSJXsq9rD1s2G2v +1fN2D807iDginWyTmsQ9v4IbZT+mD12q/OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4R +nAuknZoh8/CbCzB428Hch0P+vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmH +VHOkc8KT/1EQrBVUAdj8BbGJoX90g5pJ19xOe4pIb4tF9g== +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - EC1" +# Serial: 51543124481930649114116133369 +# MD5 Fingerprint: b6:7e:1d:f0:58:c5:49:6c:24:3b:3d:ed:98:18:ed:bc +# SHA1 Fingerprint: 20:d8:06:40:df:9b:25:f5:12:25:3a:11:ea:f7:59:8a:eb:14:b5:47 +# SHA256 Fingerprint: 02:ed:0e:b2:8c:14:da:45:16:5c:56:67:91:70:0d:64:51:d7:fb:56:f0:b2:ab:1d:3b:8e:b0:70:e5:6e:df:f5 +-----BEGIN CERTIFICATE----- +MIIC+TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR+TAKBggqhkjOPQQDAzCBvzELMAkG +A1UEBhMCVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3 +d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVu +dHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEzMDEGA1UEAxMq +RW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRUMxMB4XDTEy +MTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYwFAYD +VQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0 +L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0g +Zm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBD +ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEVDMTB2MBAGByqGSM49AgEGBSuBBAAi +A2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHyAsWfoPZb1YsGGYZPUxBt +ByQnoaD41UcZYUx9ypMn6nQM72+WCf5j7HBdNq1nd67JnXxVRDqiY1Ef9eNi1KlH +Bz7MIKNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O +BBYEFLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVC +R98crlOZF7ZvHH3hvxGU0QOIdeSNiaSKd0bebWHvAvX7td/M/k7//qnmpwIwW5nX +hTcGtXsI/esni0qU+eH6p44mCOh8kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G +-----END CERTIFICATE----- + +# Issuer: CN=CFCA EV ROOT O=China Financial Certification Authority +# Subject: CN=CFCA EV ROOT O=China Financial Certification Authority +# Label: "CFCA EV ROOT" +# Serial: 407555286 +# MD5 Fingerprint: 74:e1:b6:ed:26:7a:7a:44:30:33:94:ab:7b:27:81:30 +# SHA1 Fingerprint: e2:b8:29:4b:55:84:ab:6b:58:c2:90:46:6c:ac:3f:b8:39:8f:84:83 +# SHA256 Fingerprint: 5c:c3:d7:8e:4e:1d:5e:45:54:7a:04:e6:87:3e:64:f9:0c:f9:53:6d:1c:cc:2e:f8:00:f3:55:c4:c5:fd:70:fd +-----BEGIN CERTIFICATE----- +MIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJD +TjEwMC4GA1UECgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9y +aXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJPT1QwHhcNMTIwODA4MDMwNzAxWhcNMjkx +MjMxMDMwNzAxWjBWMQswCQYDVQQGEwJDTjEwMC4GA1UECgwnQ2hpbmEgRmluYW5j +aWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJP +T1QwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDXXWvNED8fBVnVBU03 +sQ7smCuOFR36k0sXgiFxEFLXUWRwFsJVaU2OFW2fvwwbwuCjZ9YMrM8irq93VCpL +TIpTUnrD7i7es3ElweldPe6hL6P3KjzJIx1qqx2hp/Hz7KDVRM8Vz3IvHWOX6Jn5 +/ZOkVIBMUtRSqy5J35DNuF++P96hyk0g1CXohClTt7GIH//62pCfCqktQT+x8Rgp +7hZZLDRJGqgG16iI0gNyejLi6mhNbiyWZXvKWfry4t3uMCz7zEasxGPrb382KzRz +EpR/38wmnvFyXVBlWY9ps4deMm/DGIq1lY+wejfeWkU7xzbh72fROdOXW3NiGUgt +hxwG+3SYIElz8AXSG7Ggo7cbcNOIabla1jj0Ytwli3i/+Oh+uFzJlU9fpy25IGvP +a931DfSCt/SyZi4QKPaXWnuWFo8BGS1sbn85WAZkgwGDg8NNkt0yxoekN+kWzqot +aK8KgWU6cMGbrU1tVMoqLUuFG7OA5nBFDWteNfB/O7ic5ARwiRIlk9oKmSJgamNg +TnYGmE69g60dWIolhdLHZR4tjsbftsbhf4oEIRUpdPA+nJCdDC7xij5aqgwJHsfV +PKPtl8MeNPo4+QgO48BdK4PRVmrJtqhUUy54Mmc9gn900PvhtgVguXDbjgv5E1hv +cWAQUhC5wUEJ73IfZzF4/5YFjQIDAQABo2MwYTAfBgNVHSMEGDAWgBTj/i39KNAL +tbq2osS/BqoFjJP7LzAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAd +BgNVHQ4EFgQU4/4t/SjQC7W6tqLEvwaqBYyT+y8wDQYJKoZIhvcNAQELBQADggIB +ACXGumvrh8vegjmWPfBEp2uEcwPenStPuiB/vHiyz5ewG5zz13ku9Ui20vsXiObT +ej/tUxPQ4i9qecsAIyjmHjdXNYmEwnZPNDatZ8POQQaIxffu2Bq41gt/UP+TqhdL +jOztUmCypAbqTuv0axn96/Ua4CUqmtzHQTb3yHQFhDmVOdYLO6Qn+gjYXB74BGBS +ESgoA//vU2YApUo0FmZ8/Qmkrp5nGm9BC2sGE5uPhnEFtC+NiWYzKXZUmhH4J/qy +P5Hgzg0b8zAarb8iXRvTvyUFTeGSGn+ZnzxEk8rUQElsgIfXBDrDMlI1Dlb4pd19 +xIsNER9Tyx6yF7Zod1rg1MvIB671Oi6ON7fQAUtDKXeMOZePglr4UeWJoBjnaH9d +Ci77o0cOPaYjesYBx4/IXr9tgFa+iiS6M+qf4TIRnvHST4D2G0CvOJ4RUHlzEhLN +5mydLIhyPDCBBpEi6lmt2hkuIsKNuYyH4Ga8cyNfIWRjgEj1oDwYPZTISEEdQLpe +/v5WOaHIz16eGWRGENoXkbcFgKyLmZJ956LYBws2J+dIeWCKw9cTXPhyQN9Ky8+Z +AAoACxGV2lZFA4gKn2fQ1XmxqI1AbQ3CekD6819kR5LLU7m7Wc5P/dAVUwHY3+vZ +5nbv0CO7O6l5s9UCKc2Jo5YPSjXnTkLAdc0Hz+Ys63su +-----END CERTIFICATE----- + +# Issuer: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed +# Subject: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed +# Label: "OISTE WISeKey Global Root GB CA" +# Serial: 157768595616588414422159278966750757568 +# MD5 Fingerprint: a4:eb:b9:61:28:2e:b7:2f:98:b0:35:26:90:99:51:1d +# SHA1 Fingerprint: 0f:f9:40:76:18:d3:d7:6a:4b:98:f0:a8:35:9e:0c:fd:27:ac:cc:ed +# SHA256 Fingerprint: 6b:9c:08:e8:6e:b0:f7:67:cf:ad:65:cd:98:b6:21:49:e5:49:4a:67:f5:84:5e:7b:d1:ed:01:9f:27:b8:6b:d6 +-----BEGIN CERTIFICATE----- +MIIDtTCCAp2gAwIBAgIQdrEgUnTwhYdGs/gjGvbCwDANBgkqhkiG9w0BAQsFADBt +MQswCQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUg +Rm91bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9i +YWwgUm9vdCBHQiBDQTAeFw0xNDEyMDExNTAwMzJaFw0zOTEyMDExNTEwMzFaMG0x +CzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBG +b3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2Jh +bCBSb290IEdCIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Be3 +HEokKtaXscriHvt9OO+Y9bI5mE4nuBFde9IllIiCFSZqGzG7qFshISvYD06fWvGx +WuR51jIjK+FTzJlFXHtPrby/h0oLS5daqPZI7H17Dc0hBt+eFf1Biki3IPShehtX +1F1Q/7pn2COZH8g/497/b1t3sWtuuMlk9+HKQUYOKXHQuSP8yYFfTvdv37+ErXNk +u7dCjmn21HYdfp2nuFeKUWdy19SouJVUQHMD9ur06/4oQnc/nSMbsrY9gBQHTC5P +99UKFg29ZkM3fiNDecNAhvVMKdqOmq0NpQSHiB6F4+lT1ZvIiwNjeOvgGUpuuy9r +M2RYk61pv48b74JIxwIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUw +AwEB/zAdBgNVHQ4EFgQUNQ/INmNe4qPs+TtmFc5RUuORmj0wEAYJKwYBBAGCNxUB +BAMCAQAwDQYJKoZIhvcNAQELBQADggEBAEBM+4eymYGQfp3FsLAmzYh7KzKNbrgh +cViXfa43FK8+5/ea4n32cZiZBKpDdHij40lhPnOMTZTg+XHEthYOU3gf1qKHLwI5 +gSk8rxWYITD+KJAAjNHhy/peyP34EEY7onhCkRd0VQreUGdNZtGn//3ZwLWoo4rO +ZvUPQ82nK1d7Y0Zqqi5S2PTt4W2tKZB4SLrhI6qjiey1q5bAtEuiHZeeevJuQHHf +aPFlTc58Bd9TZaml8LGXBHAVRgOY1NK/VLSgWH1Sb9pWJmLU2NuJMW8c8CLC02Ic +Nc1MaRVUGpCY3useX8p3x8uOPUNpnJpY0CQ73xtAln41rYHHTnG6iBM= +-----END CERTIFICATE----- + +# Issuer: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. +# Subject: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. +# Label: "SZAFIR ROOT CA2" +# Serial: 357043034767186914217277344587386743377558296292 +# MD5 Fingerprint: 11:64:c1:89:b0:24:b1:8c:b1:07:7e:89:9e:51:9e:99 +# SHA1 Fingerprint: e2:52:fa:95:3f:ed:db:24:60:bd:6e:28:f3:9c:cc:cf:5e:b3:3f:de +# SHA256 Fingerprint: a1:33:9d:33:28:1a:0b:56:e5:57:d3:d3:2b:1c:e7:f9:36:7e:b0:94:bd:5f:a7:2a:7e:50:04:c8:de:d7:ca:fe +-----BEGIN CERTIFICATE----- +MIIDcjCCAlqgAwIBAgIUPopdB+xV0jLVt+O2XwHrLdzk1uQwDQYJKoZIhvcNAQEL +BQAwUTELMAkGA1UEBhMCUEwxKDAmBgNVBAoMH0tyYWpvd2EgSXpiYSBSb3psaWN6 +ZW5pb3dhIFMuQS4xGDAWBgNVBAMMD1NaQUZJUiBST09UIENBMjAeFw0xNTEwMTkw +NzQzMzBaFw0zNTEwMTkwNzQzMzBaMFExCzAJBgNVBAYTAlBMMSgwJgYDVQQKDB9L +cmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMRgwFgYDVQQDDA9TWkFGSVIg +Uk9PVCBDQTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC3vD5QqEvN +QLXOYeeWyrSh2gwisPq1e3YAd4wLz32ohswmUeQgPYUM1ljj5/QqGJ3a0a4m7utT +3PSQ1hNKDJA8w/Ta0o4NkjrcsbH/ON7Dui1fgLkCvUqdGw+0w8LBZwPd3BucPbOw +3gAeqDRHu5rr/gsUvTaE2g0gv/pby6kWIK05YO4vdbbnl5z5Pv1+TW9NL++IDWr6 +3fE9biCloBK0TXC5ztdyO4mTp4CEHCdJckm1/zuVnsHMyAHs6A6KCpbns6aH5db5 +BSsNl0BwPLqsdVqc1U2dAgrSS5tmS0YHF2Wtn2yIANwiieDhZNRnvDF5YTy7ykHN +XGoAyDw4jlivAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMB0GA1UdDgQWBBQuFqlKGLXLzPVvUPMjX/hd56zwyDANBgkqhkiG9w0BAQsF +AAOCAQEAtXP4A9xZWx126aMqe5Aosk3AM0+qmrHUuOQn/6mWmc5G4G18TKI4pAZw +8PRBEew/R40/cof5O/2kbytTAOD/OblqBw7rHRz2onKQy4I9EYKL0rufKq8h5mOG +nXkZ7/e7DDWQw4rtTw/1zBLZpD67oPwglV9PJi8RI4NOdQcPv5vRtB3pEAT+ymCP +oky4rc/hkA/NrgrHXXu3UNLUYfrVFdvXn4dRVOul4+vJhaAlIDf7js4MNIThPIGy +d05DpYhfhmehPea0XGG2Ptv+tyjFogeutcrKjSoS75ftwjCkySp6+/NNIxuZMzSg +LvWpCz/UXeHPhJ/iGcJfitYgHuNztw== +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Network CA 2" +# Serial: 44979900017204383099463764357512596969 +# MD5 Fingerprint: 6d:46:9e:d9:25:6d:08:23:5b:5e:74:7d:1e:27:db:f2 +# SHA1 Fingerprint: d3:dd:48:3e:2b:bf:4c:05:e8:af:10:f5:fa:76:26:cf:d3:dc:30:92 +# SHA256 Fingerprint: b6:76:f2:ed:da:e8:77:5c:d3:6c:b0:f6:3c:d1:d4:60:39:61:f4:9e:62:65:ba:01:3a:2f:03:07:b6:d0:b8:04 +-----BEGIN CERTIFICATE----- +MIIF0jCCA7qgAwIBAgIQIdbQSk8lD8kyN/yqXhKN6TANBgkqhkiG9w0BAQ0FADCB +gDELMAkGA1UEBhMCUEwxIjAgBgNVBAoTGVVuaXpldG8gVGVjaG5vbG9naWVzIFMu +QS4xJzAlBgNVBAsTHkNlcnR1bSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEkMCIG +A1UEAxMbQ2VydHVtIFRydXN0ZWQgTmV0d29yayBDQSAyMCIYDzIwMTExMDA2MDgz +OTU2WhgPMjA0NjEwMDYwODM5NTZaMIGAMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZ +VW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5MSQwIgYDVQQDExtDZXJ0dW0gVHJ1c3RlZCBOZXR3 +b3JrIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC9+Xj45tWA +DGSdhhuWZGc/IjoedQF97/tcZ4zJzFxrqZHmuULlIEub2pt7uZld2ZuAS9eEQCsn +0+i6MLs+CRqnSZXvK0AkwpfHp+6bJe+oCgCXhVqqndwpyeI1B+twTUrWwbNWuKFB +OJvR+zF/j+Bf4bE/D44WSWDXBo0Y+aomEKsq09DRZ40bRr5HMNUuctHFY9rnY3lE +fktjJImGLjQ/KUxSiyqnwOKRKIm5wFv5HdnnJ63/mgKXwcZQkpsCLL2puTRZCr+E +Sv/f/rOf69me4Jgj7KZrdxYq28ytOxykh9xGc14ZYmhFV+SQgkK7QtbwYeDBoz1m +o130GO6IyY0XRSmZMnUCMe4pJshrAua1YkV/NxVaI2iJ1D7eTiew8EAMvE0Xy02i +sx7QBlrd9pPPV3WZ9fqGGmd4s7+W/jTcvedSVuWz5XV710GRBdxdaeOVDUO5/IOW +OZV7bIBaTxNyxtd9KXpEulKkKtVBRgkg/iKgtlswjbyJDNXXcPiHUv3a76xRLgez +Tv7QCdpw75j6VuZt27VXS9zlLCUVyJ4ueE742pyehizKV/Ma5ciSixqClnrDvFAS +adgOWkaLOusm+iPJtrCBvkIApPjW/jAux9JG9uWOdf3yzLnQh1vMBhBgu4M1t15n +3kfsmUjxpKEV/q2MYo45VU85FrmxY53/twIDAQABo0IwQDAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBS2oVQ5AsOgP46KvPrU+Bym0ToO/TAOBgNVHQ8BAf8EBAMC +AQYwDQYJKoZIhvcNAQENBQADggIBAHGlDs7k6b8/ONWJWsQCYftMxRQXLYtPU2sQ +F/xlhMcQSZDe28cmk4gmb3DWAl45oPePq5a1pRNcgRRtDoGCERuKTsZPpd1iHkTf +CVn0W3cLN+mLIMb4Ck4uWBzrM9DPhmDJ2vuAL55MYIR4PSFk1vtBHxgP58l1cb29 +XN40hz5BsA72udY/CROWFC/emh1auVbONTqwX3BNXuMp8SMoclm2q8KMZiYcdywm +djWLKKdpoPk79SPdhRB0yZADVpHnr7pH1BKXESLjokmUbOe3lEu6LaTaM4tMpkT/ +WjzGHWTYtTHkpjx6qFcL2+1hGsvxznN3Y6SHb0xRONbkX8eftoEq5IVIeVheO/jb +AoJnwTnbw3RLPTYe+SmTiGhbqEQZIfCn6IENLOiTNrQ3ssqwGyZ6miUfmpqAnksq +P/ujmv5zMnHCnsZy4YpoJ/HkD7TETKVhk/iXEAcqMCWpuchxuO9ozC1+9eB+D4Ko +b7a6bINDd82Kkhehnlt4Fj1F4jNy3eFmypnTycUm/Q1oBEauttmbjL4ZvrHG8hnj +XALKLNhvSgfZyTXaQHXyxKcZb55CEJh15pWLYLztxRLXis7VmFxWlgPF7ncGNf/P +5O4/E2Hu29othfDNrp2yGAlFw5Khchf8R7agCyzxxN5DaAhqXzvwdmP7zAYspsbi +DrW5viSP +-----END CERTIFICATE----- + +# Issuer: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Subject: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Label: "Hellenic Academic and Research Institutions RootCA 2015" +# Serial: 0 +# MD5 Fingerprint: ca:ff:e2:db:03:d9:cb:4b:e9:0f:ad:84:fd:7b:18:ce +# SHA1 Fingerprint: 01:0c:06:95:a6:98:19:14:ff:bf:5f:c6:b0:b6:95:ea:29:e9:12:a6 +# SHA256 Fingerprint: a0:40:92:9a:02:ce:53:b4:ac:f4:f2:ff:c6:98:1c:e4:49:6f:75:5e:6d:45:fe:0b:2a:69:2b:cd:52:52:3f:36 +-----BEGIN CERTIFICATE----- +MIIGCzCCA/OgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBpjELMAkGA1UEBhMCR1Ix +DzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5k +IFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA+BgNVBAMT +N0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgUm9v +dENBIDIwMTUwHhcNMTUwNzA3MTAxMTIxWhcNNDAwNjMwMTAxMTIxWjCBpjELMAkG +A1UEBhMCR1IxDzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNh +ZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkx +QDA+BgNVBAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1 +dGlvbnMgUm9vdENBIDIwMTUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC +AQDC+Kk/G4n8PDwEXT2QNrCROnk8ZlrvbTkBSRq0t89/TSNTt5AA4xMqKKYx8ZEA +4yjsriFBzh/a/X0SWwGDD7mwX5nh8hKDgE0GPt+sr+ehiGsxr/CL0BgzuNtFajT0 +AoAkKAoCFZVedioNmToUW/bLy1O8E00BiDeUJRtCvCLYjqOWXjrZMts+6PAQZe10 +4S+nfK8nNLspfZu2zwnI5dMK/IhlZXQK3HMcXM1AsRzUtoSMTFDPaI6oWa7CJ06C +ojXdFPQf/7J31Ycvqm59JCfnxssm5uX+Zwdj2EUN3TpZZTlYepKZcj2chF6IIbjV +9Cz82XBST3i4vTwri5WY9bPRaM8gFH5MXF/ni+X1NYEZN9cRCLdmvtNKzoNXADrD +gfgXy5I2XdGj2HUb4Ysn6npIQf1FGQatJ5lOwXBH3bWfgVMS5bGMSF0xQxfjjMZ6 +Y5ZLKTBOhE5iGV48zpeQpX8B653g+IuJ3SWYPZK2fu/Z8VFRfS0myGlZYeCsargq +NhEEelC9MoS+L9xy1dcdFkfkR2YgP/SWxa+OAXqlD3pk9Q0Yh9muiNX6hME6wGko +LfINaFGq46V3xqSQDqE3izEjR8EJCOtu93ib14L8hCCZSRm2Ekax+0VVFqmjZayc +Bw/qa9wfLgZy7IaIEuQt218FL+TwA9MmM+eAws1CoRc0CwIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUcRVnyMjJvXVd +ctA4GGqd83EkVAswDQYJKoZIhvcNAQELBQADggIBAHW7bVRLqhBYRjTyYtcWNl0I +XtVsyIe9tC5G8jH4fOpCtZMWVdyhDBKg2mF+D1hYc2Ryx+hFjtyp8iY/xnmMsVMI +M4GwVhO+5lFc2JsKT0ucVlMC6U/2DWDqTUJV6HwbISHTGzrMd/K4kPFox/la/vot +9L/J9UUbzjgQKjeKeaO04wlshYaT/4mWJ3iBj2fjRnRUjtkNaeJK9E10A/+yd+2V +Z5fkscWrv2oj6NSU4kQoYsRL4vDY4ilrGnB+JGGTe08DMiUNRSQrlrRGar9KC/ea +j8GsGsVn82800vpzY4zvFrCopEYq+OsS7HK07/grfoxSwIuEVPkvPuNVqNxmsdnh +X9izjFk0WaSrT2y7HxjbdavYy5LNlDhhDgcGH0tGEPEVvo2FXDtKK4F5D7Rpn0lQ +l033DlZdwJVqwjbDG2jJ9SrcR5q+ss7FJej6A7na+RZukYT1HCjI/CbM1xyQVqdf +bzoEvM14iQuODy+jqk+iGxI9FghAD/FGTNeqewjBCvVtJ94Cj8rDtSvK6evIIVM4 +pcw72Hc3MKJP2W/R8kCtQXoXxdZKNYm3QdV8hn9VTYNKpXMgwDqvkPGaJI7ZjnHK +e7iG2rKPmT4dEw0SEe7Uq/DpFXYC5ODfqiAeW2GFZECpkJcNrVPSWh2HagCXZWK0 +vm9qp/UsQu0yrbYhnr68 +-----END CERTIFICATE----- + +# Issuer: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Subject: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Label: "Hellenic Academic and Research Institutions ECC RootCA 2015" +# Serial: 0 +# MD5 Fingerprint: 81:e5:b4:17:eb:c2:f5:e1:4b:0d:41:7b:49:92:fe:ef +# SHA1 Fingerprint: 9f:f1:71:8d:92:d5:9a:f3:7d:74:97:b4:bc:6f:84:68:0b:ba:b6:66 +# SHA256 Fingerprint: 44:b5:45:aa:8a:25:e6:5a:73:ca:15:dc:27:fc:36:d2:4c:1c:b9:95:3a:06:65:39:b1:15:82:dc:48:7b:48:33 +-----BEGIN CERTIFICATE----- +MIICwzCCAkqgAwIBAgIBADAKBggqhkjOPQQDAjCBqjELMAkGA1UEBhMCR1IxDzAN +BgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxRDBCBgNVBAMTO0hl +bGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgRUNDIFJv +b3RDQSAyMDE1MB4XDTE1MDcwNzEwMzcxMloXDTQwMDYzMDEwMzcxMlowgaoxCzAJ +BgNVBAYTAkdSMQ8wDQYDVQQHEwZBdGhlbnMxRDBCBgNVBAoTO0hlbGxlbmljIEFj +YWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ2VydC4gQXV0aG9yaXR5 +MUQwQgYDVQQDEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0 +dXRpb25zIEVDQyBSb290Q0EgMjAxNTB2MBAGByqGSM49AgEGBSuBBAAiA2IABJKg +QehLgoRc4vgxEZmGZE4JJS+dQS8KrjVPdJWyUWRrjWvmP3CV8AVER6ZyOFB2lQJa +jq4onvktTpnvLEhvTCUp6NFxW98dwXU3tNf6e3pCnGoKVlp8aQuqgAkkbH7BRqNC +MEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFLQi +C4KZJAEOnLvkDv2/+5cgk5kqMAoGCCqGSM49BAMCA2cAMGQCMGfOFmI4oqxiRaep +lSTAGiecMjvAwNW6qef4BENThe5SId6d9SWDPp5YSy/XZxMOIQIwBeF1Ad5o7Sof +TUwJCA3sS61kFyjndc5FZXIhF8siQQ6ME5g4mlRtm8rifOoCWCKR +-----END CERTIFICATE----- + +# Issuer: CN=ISRG Root X1 O=Internet Security Research Group +# Subject: CN=ISRG Root X1 O=Internet Security Research Group +# Label: "ISRG Root X1" +# Serial: 172886928669790476064670243504169061120 +# MD5 Fingerprint: 0c:d2:f9:e0:da:17:73:e9:ed:86:4d:a5:e3:70:e7:4e +# SHA1 Fingerprint: ca:bd:2a:79:a1:07:6a:31:f2:1d:25:36:35:cb:03:9d:43:29:a5:e8 +# SHA256 Fingerprint: 96:bc:ec:06:26:49:76:f3:74:60:77:9a:cf:28:c5:a7:cf:e8:a3:c0:aa:e1:1a:8f:fc:ee:05:c0:bd:df:08:c6 +-----BEGIN CERTIFICATE----- +MIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAw +TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh +cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMTUwNjA0MTEwNDM4 +WhcNMzUwNjA0MTEwNDM4WjBPMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJu +ZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBY +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK3oJHP0FDfzm54rVygc +h77ct984kIxuPOZXoHj3dcKi/vVqbvYATyjb3miGbESTtrFj/RQSa78f0uoxmyF+ +0TM8ukj13Xnfs7j/EvEhmkvBioZxaUpmZmyPfjxwv60pIgbz5MDmgK7iS4+3mX6U +A5/TR5d8mUgjU+g4rk8Kb4Mu0UlXjIB0ttov0DiNewNwIRt18jA8+o+u3dpjq+sW +T8KOEUt+zwvo/7V3LvSye0rgTBIlDHCNAymg4VMk7BPZ7hm/ELNKjD+Jo2FR3qyH +B5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ4Q7e2RCOFvu396j3x+UC +B5iPNgiV5+I3lg02dZ77DnKxHZu8A/lJBdiB3QW0KtZB6awBdpUKD9jf1b0SHzUv +KBds0pjBqAlkd25HN7rOrFleaJ1/ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWn +OlFuhjuefXKnEgV4We0+UXgVCwOPjdAvBbI+e0ocS3MFEvzG6uBQE3xDk3SzynTn +jh8BCNAw1FtxNrQHusEwMFxIt4I7mKZ9YIqioymCzLq9gwQbooMDQaHWBfEbwrbw +qHyGO0aoSCqI3Haadr8faqU9GY/rOPNk3sgrDQoo//fb4hVC1CLQJ13hef4Y53CI +rU7m2Ys6xt0nUW7/vGT1M0NPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR5tFnme7bl5AFzgAiIyBpY9umbbjANBgkq +hkiG9w0BAQsFAAOCAgEAVR9YqbyyqFDQDLHYGmkgJykIrGF1XIpu+ILlaS/V9lZL +ubhzEFnTIZd+50xx+7LSYK05qAvqFyFWhfFQDlnrzuBZ6brJFe+GnY+EgPbk6ZGQ +3BebYhtF8GaV0nxvwuo77x/Py9auJ/GpsMiu/X1+mvoiBOv/2X/qkSsisRcOj/KK +NFtY2PwByVS5uCbMiogziUwthDyC3+6WVwW6LLv3xLfHTjuCvjHIInNzktHCgKQ5 +ORAzI4JMPJ+GslWYHb4phowim57iaztXOoJwTdwJx4nLCgdNbOhdjsnvzqvHu7Ur +TkXWStAmzOVyyghqpZXjFaH3pO3JLF+l+/+sKAIuvtd7u+Nxe5AW0wdeRlN8NwdC +jNPElpzVmbUq4JUagEiuTDkHzsxHpFKVK7q4+63SM1N95R1NbdWhscdCb+ZAJzVc +oyi3B43njTOQ5yOf+1CceWxG1bQVs5ZufpsMljq4Ui0/1lvh+wjChP4kqKOJ2qxq +4RgqsahDYVvTH9w7jXbyLeiNdd8XM2w9U/t7y0Ff/9yi0GE44Za4rF2LN9d11TPA +mRGunUHBcnWEvgJBQl9nJEiU0Zsnvgc/ubhPgXRR4Xq37Z0j4r7g1SgEEzwxA57d +emyPxgcYxn/eR44/KJ4EBs+lVDR3veyJm+kXQ99b21/+jh5Xos1AnX5iItreGCc= +-----END CERTIFICATE----- + +# Issuer: O=FNMT-RCM OU=AC RAIZ FNMT-RCM +# Subject: O=FNMT-RCM OU=AC RAIZ FNMT-RCM +# Label: "AC RAIZ FNMT-RCM" +# Serial: 485876308206448804701554682760554759 +# MD5 Fingerprint: e2:09:04:b4:d3:bd:d1:a0:14:fd:1a:d2:47:c4:57:1d +# SHA1 Fingerprint: ec:50:35:07:b2:15:c4:95:62:19:e2:a8:9a:5b:42:99:2c:4c:2c:20 +# SHA256 Fingerprint: eb:c5:57:0c:29:01:8c:4d:67:b1:aa:12:7b:af:12:f7:03:b4:61:1e:bc:17:b7:da:b5:57:38:94:17:9b:93:fa +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIPXZONMGc2yAYdGsdUhGkHMA0GCSqGSIb3DQEBCwUAMDsx +CzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJ +WiBGTk1ULVJDTTAeFw0wODEwMjkxNTU5NTZaFw0zMDAxMDEwMDAwMDBaMDsxCzAJ +BgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJWiBG +Tk1ULVJDTTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALpxgHpMhm5/ +yBNtwMZ9HACXjywMI7sQmkCpGreHiPibVmr75nuOi5KOpyVdWRHbNi63URcfqQgf +BBckWKo3Shjf5TnUV/3XwSyRAZHiItQDwFj8d0fsjz50Q7qsNI1NOHZnjrDIbzAz +WHFctPVrbtQBULgTfmxKo0nRIBnuvMApGGWn3v7v3QqQIecaZ5JCEJhfTzC8PhxF +tBDXaEAUwED653cXeuYLj2VbPNmaUtu1vZ5Gzz3rkQUCwJaydkxNEJY7kvqcfw+Z +374jNUUeAlz+taibmSXaXvMiwzn15Cou08YfxGyqxRxqAQVKL9LFwag0Jl1mpdIC +IfkYtwb1TplvqKtMUejPUBjFd8g5CSxJkjKZqLsXF3mwWsXmo8RZZUc1g16p6DUL +mbvkzSDGm0oGObVo/CK67lWMK07q87Hj/LaZmtVC+nFNCM+HHmpxffnTtOmlcYF7 +wk5HlqX2doWjKI/pgG6BU6VtX7hI+cL5NqYuSf+4lsKMB7ObiFj86xsc3i1w4peS +MKGJ47xVqCfWS+2QrYv6YyVZLag13cqXM7zlzced0ezvXg5KkAYmY6252TUtB7p2 +ZSysV4999AeU14ECll2jB0nVetBX+RvnU0Z1qrB5QstocQjpYL05ac70r8NWQMet +UqIJ5G+GR4of6ygnXYMgrwTJbFaai0b1AgMBAAGjgYMwgYAwDwYDVR0TAQH/BAUw +AwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFPd9xf3E6Jobd2Sn9R2gzL+H +YJptMD4GA1UdIAQ3MDUwMwYEVR0gADArMCkGCCsGAQUFBwIBFh1odHRwOi8vd3d3 +LmNlcnQuZm5tdC5lcy9kcGNzLzANBgkqhkiG9w0BAQsFAAOCAgEAB5BK3/MjTvDD +nFFlm5wioooMhfNzKWtN/gHiqQxjAb8EZ6WdmF/9ARP67Jpi6Yb+tmLSbkyU+8B1 +RXxlDPiyN8+sD8+Nb/kZ94/sHvJwnvDKuO+3/3Y3dlv2bojzr2IyIpMNOmqOFGYM +LVN0V2Ue1bLdI4E7pWYjJ2cJj+F3qkPNZVEI7VFY/uY5+ctHhKQV8Xa7pO6kO8Rf +77IzlhEYt8llvhjho6Tc+hj507wTmzl6NLrTQfv6MooqtyuGC2mDOL7Nii4LcK2N +JpLuHvUBKwrZ1pebbuCoGRw6IYsMHkCtA+fdZn71uSANA+iW+YJF1DngoABd15jm +fZ5nc8OaKveri6E6FO80vFIOiZiaBECEHX5FaZNXzuvO+FB8TxxuBEOb+dY7Ixjp +6o7RTUaN8Tvkasq6+yO3m/qZASlaWFot4/nUbQ4mrcFuNLwy+AwF+mWj2zs3gyLp +1txyM/1d8iC9djwj2ij3+RvrWWTV3F9yfiD8zYm1kGdNYno/Tq0dwzn+evQoFt9B +9kiABdcPUXmsEKvU7ANm5mqwujGSQkBqvjrTcuFqN1W8rB2Vt2lh8kORdOag0wok +RqEIr9baRRmW1FMdW4R58MD3R++Lj8UGrp1MYp3/RgT408m2ECVAdf4WqslKYIYv +uu8wd+RU4riEmViAqhOLUTpPSPaLtrM= +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 1 O=Amazon +# Subject: CN=Amazon Root CA 1 O=Amazon +# Label: "Amazon Root CA 1" +# Serial: 143266978916655856878034712317230054538369994 +# MD5 Fingerprint: 43:c6:bf:ae:ec:fe:ad:2f:18:c6:88:68:30:fc:c8:e6 +# SHA1 Fingerprint: 8d:a7:f9:65:ec:5e:fc:37:91:0f:1c:6e:59:fd:c1:cc:6a:6e:de:16 +# SHA256 Fingerprint: 8e:cd:e6:88:4f:3d:87:b1:12:5b:a3:1a:c3:fc:b1:3d:70:16:de:7f:57:cc:90:4f:e1:cb:97:c6:ae:98:19:6e +-----BEGIN CERTIFICATE----- +MIIDQTCCAimgAwIBAgITBmyfz5m/jAo54vB4ikPmljZbyjANBgkqhkiG9w0BAQsF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAxMB4XDTE1MDUyNjAwMDAwMFoXDTM4MDExNzAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXj +ca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM +9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qw +IFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6 +VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L +93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQm +jgSubJrIqg0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AYYwHQYDVR0OBBYEFIQYzIU07LwMlJQuCFmcx7IQTgoIMA0GCSqGSIb3DQEBCwUA +A4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB/G/wkjUu0yKGX9rbxenDI +U5PMCCjjmCXPI6T53iHTfIUJrU6adTrCC2qJeHZERxhlbI1Bjjt/msv0tadQ1wUs +N+gDS63pYaACbvXy8MWy7Vu33PqUXHeeE6V/Uq2V8viTO96LXFvKWlJbYK8U90vv +o/ufQJVtMVT8QtPHRh8jrdkPSHCa2XV4cdFyQzR1bldZwgJcJmApzyMZFo6IQ6XU +5MsI+yMRQ+hDKXJioaldXgjUkK642M4UwtBV8ob2xJNDd2ZhwLnoQdeXeGADbkpy +rqXRfboQnoZsG4q5WTP468SQvvG5 +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 2 O=Amazon +# Subject: CN=Amazon Root CA 2 O=Amazon +# Label: "Amazon Root CA 2" +# Serial: 143266982885963551818349160658925006970653239 +# MD5 Fingerprint: c8:e5:8d:ce:a8:42:e2:7a:c0:2a:5c:7c:9e:26:bf:66 +# SHA1 Fingerprint: 5a:8c:ef:45:d7:a6:98:59:76:7a:8c:8b:44:96:b5:78:cf:47:4b:1a +# SHA256 Fingerprint: 1b:a5:b2:aa:8c:65:40:1a:82:96:01:18:f8:0b:ec:4f:62:30:4d:83:ce:c4:71:3a:19:c3:9c:01:1e:a4:6d:b4 +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgITBmyf0pY1hp8KD+WGePhbJruKNzANBgkqhkiG9w0BAQwF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAyMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK2Wny2cSkxK +gXlRmeyKy2tgURO8TW0G/LAIjd0ZEGrHJgw12MBvIITplLGbhQPDW9tK6Mj4kHbZ +W0/jTOgGNk3Mmqw9DJArktQGGWCsN0R5hYGCrVo34A3MnaZMUnbqQ523BNFQ9lXg +1dKmSYXpN+nKfq5clU1Imj+uIFptiJXZNLhSGkOQsL9sBbm2eLfq0OQ6PBJTYv9K +8nu+NQWpEjTj82R0Yiw9AElaKP4yRLuH3WUnAnE72kr3H9rN9yFVkE8P7K6C4Z9r +2UXTu/Bfh+08LDmG2j/e7HJV63mjrdvdfLC6HM783k81ds8P+HgfajZRRidhW+me +z/CiVX18JYpvL7TFz4QuK/0NURBs+18bvBt+xa47mAExkv8LV/SasrlX6avvDXbR +8O70zoan4G7ptGmh32n2M8ZpLpcTnqWHsFcQgTfJU7O7f/aS0ZzQGPSSbtqDT6Zj +mUyl+17vIWR6IF9sZIUVyzfpYgwLKhbcAS4y2j5L9Z469hdAlO+ekQiG+r5jqFoz +7Mt0Q5X5bGlSNscpb/xVA1wf+5+9R+vnSUeVC06JIglJ4PVhHvG/LopyboBZ/1c6 ++XUyo05f7O0oYtlNc/LMgRdg7c3r3NunysV+Ar3yVAhU/bQtCSwXVEqY0VThUWcI +0u1ufm8/0i2BWSlmy5A5lREedCf+3euvAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMB +Af8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSwDPBMMPQFWAJI/TPlUq9LhONm +UjANBgkqhkiG9w0BAQwFAAOCAgEAqqiAjw54o+Ci1M3m9Zh6O+oAA7CXDpO8Wqj2 +LIxyh6mx/H9z/WNxeKWHWc8w4Q0QshNabYL1auaAn6AFC2jkR2vHat+2/XcycuUY ++gn0oJMsXdKMdYV2ZZAMA3m3MSNjrXiDCYZohMr/+c8mmpJ5581LxedhpxfL86kS +k5Nrp+gvU5LEYFiwzAJRGFuFjWJZY7attN6a+yb3ACfAXVU3dJnJUH/jWS5E4ywl +7uxMMne0nxrpS10gxdr9HIcWxkPo1LsmmkVwXqkLN1PiRnsn/eBG8om3zEK2yygm +btmlyTrIQRNg91CMFa6ybRoVGld45pIq2WWQgj9sAq+uEjonljYE1x2igGOpm/Hl +urR8FLBOybEfdF849lHqm/osohHUqS0nGkWxr7JOcQ3AWEbWaQbLU8uz/mtBzUF+ +fUwPfHJ5elnNXkoOrJupmHN5fLT0zLm4BwyydFy4x2+IoZCn9Kr5v2c69BoVYh63 +n749sSmvZ6ES8lgQGVMDMBu4Gon2nL2XA46jCfMdiyHxtN/kHNGfZQIG6lzWE7OE +76KlXIx3KadowGuuQNKotOrN8I1LOJwZmhsoVLiJkO/KdYE+HvJkJMcYr07/R54H +9jVlpNMKVv/1F2Rs76giJUmTtt8AF9pYfl3uxRuw0dFfIRDH+fO6AgonB8Xx1sfT +4PsJYGw= +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 3 O=Amazon +# Subject: CN=Amazon Root CA 3 O=Amazon +# Label: "Amazon Root CA 3" +# Serial: 143266986699090766294700635381230934788665930 +# MD5 Fingerprint: a0:d4:ef:0b:f7:b5:d8:49:95:2a:ec:f5:c4:fc:81:87 +# SHA1 Fingerprint: 0d:44:dd:8c:3c:8c:1a:1a:58:75:64:81:e9:0f:2e:2a:ff:b3:d2:6e +# SHA256 Fingerprint: 18:ce:6c:fe:7b:f1:4e:60:b2:e3:47:b8:df:e8:68:cb:31:d0:2e:bb:3a:da:27:15:69:f5:03:43:b4:6d:b3:a4 +-----BEGIN CERTIFICATE----- +MIIBtjCCAVugAwIBAgITBmyf1XSXNmY/Owua2eiedgPySjAKBggqhkjOPQQDAjA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSAzMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgMzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABCmXp8ZBf8ANm+gBG1bG8lKl +ui2yEujSLtf6ycXYqm0fc4E7O5hrOXwzpcVOho6AF2hiRVd9RFgdszflZwjrZt6j +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSr +ttvXBp43rDCGB5Fwx5zEGbF4wDAKBggqhkjOPQQDAgNJADBGAiEA4IWSoxe3jfkr +BqWTrBqYaGFy+uGh0PsceGCmQ5nFuMQCIQCcAu/xlJyzlvnrxir4tiz+OpAUFteM +YyRIHN8wfdVoOw== +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 4 O=Amazon +# Subject: CN=Amazon Root CA 4 O=Amazon +# Label: "Amazon Root CA 4" +# Serial: 143266989758080763974105200630763877849284878 +# MD5 Fingerprint: 89:bc:27:d5:eb:17:8d:06:6a:69:d5:fd:89:47:b4:cd +# SHA1 Fingerprint: f6:10:84:07:d6:f8:bb:67:98:0c:c2:e2:44:c2:eb:ae:1c:ef:63:be +# SHA256 Fingerprint: e3:5d:28:41:9e:d0:20:25:cf:a6:90:38:cd:62:39:62:45:8d:a5:c6:95:fb:de:a3:c2:2b:0b:fb:25:89:70:92 +-----BEGIN CERTIFICATE----- +MIIB8jCCAXigAwIBAgITBmyf18G7EEwpQ+Vxe3ssyBrBDjAKBggqhkjOPQQDAzA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSA0MB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgNDB2MBAGByqGSM49AgEGBSuBBAAiA2IABNKrijdPo1MN/sGKe0uoe0ZLY7Bi +9i0b2whxIdIA6GO9mif78DluXeo9pcmBqqNbIJhFXRbb/egQbeOc4OO9X4Ri83Bk +M6DLJC9wuoihKqB1+IGuYgbEgds5bimwHvouXKNCMEAwDwYDVR0TAQH/BAUwAwEB +/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFNPsxzplbszh2naaVvuc84ZtV+WB +MAoGCCqGSM49BAMDA2gAMGUCMDqLIfG9fhGt0O9Yli/W651+kI0rz2ZVwyzjKKlw +CkcO8DdZEv8tmZQoTipPNU0zWgIxAOp1AE47xDqUEpHJWEadIRNyp4iciuRMStuW +1KyLa2tJElMzrdfkviT8tQp21KW8EA== +-----END CERTIFICATE----- + +# Issuer: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM +# Subject: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM +# Label: "TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1" +# Serial: 1 +# MD5 Fingerprint: dc:00:81:dc:69:2f:3e:2f:b0:3b:f6:3d:5a:91:8e:49 +# SHA1 Fingerprint: 31:43:64:9b:ec:ce:27:ec:ed:3a:3f:0b:8f:0d:e4:e8:91:dd:ee:ca +# SHA256 Fingerprint: 46:ed:c3:68:90:46:d5:3a:45:3f:b3:10:4a:b8:0d:ca:ec:65:8b:26:60:ea:16:29:dd:7e:86:79:90:64:87:16 +-----BEGIN CERTIFICATE----- +MIIEYzCCA0ugAwIBAgIBATANBgkqhkiG9w0BAQsFADCB0jELMAkGA1UEBhMCVFIx +GDAWBgNVBAcTD0dlYnplIC0gS29jYWVsaTFCMEAGA1UEChM5VHVya2l5ZSBCaWxp +bXNlbCB2ZSBUZWtub2xvamlrIEFyYXN0aXJtYSBLdXJ1bXUgLSBUVUJJVEFLMS0w +KwYDVQQLEyRLYW11IFNlcnRpZmlrYXN5b24gTWVya2V6aSAtIEthbXUgU00xNjA0 +BgNVBAMTLVRVQklUQUsgS2FtdSBTTSBTU0wgS29rIFNlcnRpZmlrYXNpIC0gU3Vy +dW0gMTAeFw0xMzExMjUwODI1NTVaFw00MzEwMjUwODI1NTVaMIHSMQswCQYDVQQG +EwJUUjEYMBYGA1UEBxMPR2ViemUgLSBLb2NhZWxpMUIwQAYDVQQKEzlUdXJraXll +IEJpbGltc2VsIHZlIFRla25vbG9qaWsgQXJhc3Rpcm1hIEt1cnVtdSAtIFRVQklU +QUsxLTArBgNVBAsTJEthbXUgU2VydGlmaWthc3lvbiBNZXJrZXppIC0gS2FtdSBT +TTE2MDQGA1UEAxMtVFVCSVRBSyBLYW11IFNNIFNTTCBLb2sgU2VydGlmaWthc2kg +LSBTdXJ1bSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr3UwM6q7 +a9OZLBI3hNmNe5eA027n/5tQlT6QlVZC1xl8JoSNkvoBHToP4mQ4t4y86Ij5iySr +LqP1N+RAjhgleYN1Hzv/bKjFxlb4tO2KRKOrbEz8HdDc72i9z+SqzvBV96I01INr +N3wcwv61A+xXzry0tcXtAA9TNypN9E8Mg/uGz8v+jE69h/mniyFXnHrfA2eJLJ2X +YacQuFWQfw4tJzh03+f92k4S400VIgLI4OD8D62K18lUUMw7D8oWgITQUVbDjlZ/ +iSIzL+aFCr2lqBs23tPcLG07xxO9WSMs5uWk99gL7eqQQESolbuT1dCANLZGeA4f +AJNG4e7p+exPFwIDAQABo0IwQDAdBgNVHQ4EFgQUZT/HiobGPN08VFw1+DrtUgxH +V8gwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBACo/4fEyjq7hmFxLXs9rHmoJ0iKpEsdeV31zVmSAhHqT5Am5EM2fKifh +AHe+SMg1qIGf5LgsyX8OsNJLN13qudULXjS99HMpw+0mFZx+CFOKWI3QSyjfwbPf +IPP54+M638yclNhOT8NrF7f3cuitZjO1JVOr4PhMqZ398g26rrnZqsZr+ZO7rqu4 +lzwDGrpDxpa5RXI4s6ehlj2Re37AIVNMh+3yC1SVUZPVIqUNivGTDj5UDrDYyU7c +8jEyVupk+eq1nRZmQnLzf9OxMUP8pI4X8W0jq5Rm+K37DwhuJi1/FwcJsoz7UMCf +lo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM= +-----END CERTIFICATE----- + +# Issuer: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. +# Subject: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. +# Label: "GDCA TrustAUTH R5 ROOT" +# Serial: 9009899650740120186 +# MD5 Fingerprint: 63:cc:d9:3d:34:35:5c:6f:53:a3:e2:08:70:48:1f:b4 +# SHA1 Fingerprint: 0f:36:38:5b:81:1a:25:c3:9b:31:4e:83:ca:e9:34:66:70:cc:74:b4 +# SHA256 Fingerprint: bf:ff:8f:d0:44:33:48:7d:6a:8a:a6:0c:1a:29:76:7a:9f:c2:bb:b0:5e:42:0f:71:3a:13:b9:92:89:1d:38:93 +-----BEGIN CERTIFICATE----- +MIIFiDCCA3CgAwIBAgIIfQmX/vBH6nowDQYJKoZIhvcNAQELBQAwYjELMAkGA1UE +BhMCQ04xMjAwBgNVBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZ +IENPLixMVEQuMR8wHQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMB4XDTE0 +MTEyNjA1MTMxNVoXDTQwMTIzMTE1NTk1OVowYjELMAkGA1UEBhMCQ04xMjAwBgNV +BAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZIENPLixMVEQuMR8w +HQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMIICIjANBgkqhkiG9w0BAQEF +AAOCAg8AMIICCgKCAgEA2aMW8Mh0dHeb7zMNOwZ+Vfy1YI92hhJCfVZmPoiC7XJj +Dp6L3TQsAlFRwxn9WVSEyfFrs0yw6ehGXTjGoqcuEVe6ghWinI9tsJlKCvLriXBj +TnnEt1u9ol2x8kECK62pOqPseQrsXzrj/e+APK00mxqriCZ7VqKChh/rNYmDf1+u +KU49tm7srsHwJ5uu4/Ts765/94Y9cnrrpftZTqfrlYwiOXnhLQiPzLyRuEH3FMEj +qcOtmkVEs7LXLM3GKeJQEK5cy4KOFxg2fZfmiJqwTTQJ9Cy5WmYqsBebnh52nUpm +MUHfP/vFBu8btn4aRjb3ZGM74zkYI+dndRTVdVeSN72+ahsmUPI2JgaQxXABZG12 +ZuGR224HwGGALrIuL4xwp9E7PLOR5G62xDtw8mySlwnNR30YwPO7ng/Wi64HtloP +zgsMR6flPri9fcebNaBhlzpBdRfMK5Z3KpIhHtmVdiBnaM8Nvd/WHwlqmuLMc3Gk +L30SgLdTMEZeS1SZD2fJpcjyIMGC7J0R38IC+xo70e0gmu9lZJIQDSri3nDxGGeC +jGHeuLzRL5z7D9Ar7Rt2ueQ5Vfj4oR24qoAATILnsn8JuLwwoC8N9VKejveSswoA +HQBUlwbgsQfZxw9cZX08bVlX5O2ljelAU58VS6Bx9hoh49pwBiFYFIeFd3mqgnkC +AwEAAaNCMEAwHQYDVR0OBBYEFOLJQJ9NzuiaoXzPDj9lxSmIahlRMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQDRSVfg +p8xoWLoBDysZzY2wYUWsEe1jUGn4H3++Fo/9nesLqjJHdtJnJO29fDMylyrHBYZm +DRd9FBUb1Ov9H5r2XpdptxolpAqzkT9fNqyL7FeoPueBihhXOYV0GkLH6VsTX4/5 +COmSdI31R9KrO9b7eGZONn356ZLpBN79SWP8bfsUcZNnL0dKt7n/HipzcEYwv1ry +L3ml4Y0M2fmyYzeMN2WFcGpcWwlyua1jPLHd+PwyvzeG5LuOmCd+uh8W4XAR8gPf +JWIyJyYYMoSf/wA6E7qaTfRPuBRwIrHKK5DOKcFw9C+df/KQHtZa37dG/OaG+svg +IHZ6uqbL9XzeYqWxi+7egmaKTjowHz+Ay60nugxe19CxVsp3cbK1daFQqUBDF8Io +2c9Si1vIY9RCPqAzekYu9wogRlR+ak8x8YF+QnQ4ZXMn7sZ8uI7XpTrXmKGcjBBV +09tL7ECQ8s1uV9JiDnxXk7Gnbc2dg7sq5+W2O3FYrf3RRbxake5TFW/TRQl1brqQ +XR4EzzffHqhmsYzmIGrv/EhOdJhCrylvLmrH+33RZjEizIYAfmaDDEL0vTSSwxrq +T8p+ck0LcIymSLumoRT2+1hEmRSuqguTaaApJUqlyyvdimYHFngVV3Eb7PVHhPOe +MTd61X8kreS8/f3MboPoDKi3QWwH3b08hpcv0g== +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com Root Certification Authority RSA O=SSL Corporation +# Subject: CN=SSL.com Root Certification Authority RSA O=SSL Corporation +# Label: "SSL.com Root Certification Authority RSA" +# Serial: 8875640296558310041 +# MD5 Fingerprint: 86:69:12:c0:70:f1:ec:ac:ac:c2:d5:bc:a5:5b:a1:29 +# SHA1 Fingerprint: b7:ab:33:08:d1:ea:44:77:ba:14:80:12:5a:6f:bd:a9:36:49:0c:bb +# SHA256 Fingerprint: 85:66:6a:56:2e:e0:be:5c:e9:25:c1:d8:89:0a:6f:76:a8:7e:c1:6d:4d:7d:5f:29:ea:74:19:cf:20:12:3b:69 +-----BEGIN CERTIFICATE----- +MIIF3TCCA8WgAwIBAgIIeyyb0xaAMpkwDQYJKoZIhvcNAQELBQAwfDELMAkGA1UE +BhMCVVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQK +DA9TU0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBSU0EwHhcNMTYwMjEyMTczOTM5WhcNNDEwMjEyMTcz +OTM5WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNv +bSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFJTQTCCAiIwDQYJKoZIhvcN +AQEBBQADggIPADCCAgoCggIBAPkP3aMrfcvQKv7sZ4Wm5y4bunfh4/WvpOz6Sl2R +xFdHaxh3a3by/ZPkPQ/CFp4LZsNWlJ4Xg4XOVu/yFv0AYvUiCVToZRdOQbngT0aX +qhvIuG5iXmmxX9sqAn78bMrzQdjt0Oj8P2FI7bADFB0QDksZ4LtO7IZl/zbzXmcC +C52GVWH9ejjt/uIZALdvoVBidXQ8oPrIJZK0bnoix/geoeOy3ZExqysdBP+lSgQ3 +6YWkMyv94tZVNHwZpEpox7Ko07fKoZOI68GXvIz5HdkihCR0xwQ9aqkpk8zruFvh +/l8lqjRYyMEjVJ0bmBHDOJx+PYZspQ9AhnwC9FwCTyjLrnGfDzrIM/4RJTXq/LrF +YD3ZfBjVsqnTdXgDciLKOsMf7yzlLqn6niy2UUb9rwPW6mBo6oUWNmuF6R7As93E +JNyAKoFBbZQ+yODJgUEAnl6/f8UImKIYLEJAs/lvOCdLToD0PYFH4Ih86hzOtXVc +US4cK38acijnALXRdMbX5J+tB5O2UzU1/Dfkw/ZdFr4hc96SCvigY2q8lpJqPvi8 +ZVWb3vUNiSYE/CUapiVpy8JtynziWV+XrOvvLsi81xtZPCvM8hnIk2snYxnP/Okm ++Mpxm3+T/jRnhE6Z6/yzeAkzcLpmpnbtG3PrGqUNxCITIJRWCk4sbE6x/c+cCbqi +M+2HAgMBAAGjYzBhMB0GA1UdDgQWBBTdBAkHovV6fVJTEpKV7jiAJQ2mWTAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFN0ECQei9Xp9UlMSkpXuOIAlDaZZMA4G +A1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAIBgRlCn7Jp0cHh5wYfGV +cpNxJK1ok1iOMq8bs3AD/CUrdIWQPXhq9LmLpZc7tRiRux6n+UBbkflVma8eEdBc +Hadm47GUBwwyOabqG7B52B2ccETjit3E+ZUfijhDPwGFpUenPUayvOUiaPd7nNgs +PgohyC0zrL/FgZkxdMF1ccW+sfAjRfSda/wZY52jvATGGAslu1OJD7OAUN5F7kR/ +q5R4ZJjT9ijdh9hwZXT7DrkT66cPYakylszeu+1jTBi7qUD3oFRuIIhxdRjqerQ0 +cuAjJ3dctpDqhiVAq+8zD8ufgr6iIPv2tS0a5sKFsXQP+8hlAqRSAUfdSSLBv9jr +a6x+3uxjMxW3IwiPxg+NQVrdjsW5j+VFP3jbutIbQLH+cU0/4IGiul607BXgk90I +H37hVZkLId6Tngr75qNJvTYw/ud3sqB1l7UtgYgXZSD32pAAn8lSzDLKNXz1PQ/Y +K9f1JmzJBjSWFupwWRoyeXkLtoh/D1JIPb9s2KJELtFOt3JY04kTlf5Eq/jXixtu +nLwsoFvVagCvXzfh1foQC5ichucmj87w7G6KVwuA406ywKBjYZC6VWg3dGq2ktuf +oYYitmUnDuy2n0Jg5GfCtdpBC8TTi2EbvPofkSvXRAdeuims2cXp71NIWuuA8ShY +Ic2wBlX7Jz9TkHCpBB5XJ7k= +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com Root Certification Authority ECC O=SSL Corporation +# Subject: CN=SSL.com Root Certification Authority ECC O=SSL Corporation +# Label: "SSL.com Root Certification Authority ECC" +# Serial: 8495723813297216424 +# MD5 Fingerprint: 2e:da:e4:39:7f:9c:8f:37:d1:70:9f:26:17:51:3a:8e +# SHA1 Fingerprint: c3:19:7c:39:24:e6:54:af:1b:c4:ab:20:95:7a:e2:c3:0e:13:02:6a +# SHA256 Fingerprint: 34:17:bb:06:cc:60:07:da:1b:96:1c:92:0b:8a:b4:ce:3f:ad:82:0e:4a:a3:0b:9a:cb:c4:a7:4e:bd:ce:bc:65 +-----BEGIN CERTIFICATE----- +MIICjTCCAhSgAwIBAgIIdebfy8FoW6gwCgYIKoZIzj0EAwIwfDELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNDAzWhcNNDEwMjEyMTgxNDAz +WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hvdXN0 +b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNvbSBS +b290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABEVuqVDEpiM2nl8ojRfLliJkP9x6jh3MCLOicSS6jkm5BBtHllirLZXI +7Z4INcgn64mMU1jrYor+8FsPazFSY0E7ic3s7LaNGdM0B9y7xgZ/wkWV7Mt/qCPg +CemB+vNH06NjMGEwHQYDVR0OBBYEFILRhXMw5zUE044CkvvlpNHEIejNMA8GA1Ud +EwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUgtGFczDnNQTTjgKS++Wk0cQh6M0wDgYD +VR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2cAMGQCMG/n61kRpGDPYbCWe+0F+S8T +kdzt5fxQaxFGRrMcIQBiu77D5+jNB5n5DQtdcj7EqgIwH7y6C+IwJPt8bYBVCpk+ +gA0z5Wajs6O7pdWLjwkspl1+4vAHCGht0nxpbl/f5Wpl +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation +# Subject: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation +# Label: "SSL.com EV Root Certification Authority RSA R2" +# Serial: 6248227494352943350 +# MD5 Fingerprint: e1:1e:31:58:1a:ae:54:53:02:f6:17:6a:11:7b:4d:95 +# SHA1 Fingerprint: 74:3a:f0:52:9b:d0:32:a0:f4:4a:83:cd:d4:ba:a9:7b:7c:2e:c4:9a +# SHA256 Fingerprint: 2e:7b:f1:6c:c2:24:85:a7:bb:e2:aa:86:96:75:07:61:b0:ae:39:be:3b:2f:e9:d0:cc:6d:4e:f7:34:91:42:5c +-----BEGIN CERTIFICATE----- +MIIF6zCCA9OgAwIBAgIIVrYpzTS8ePYwDQYJKoZIhvcNAQELBQAwgYIxCzAJBgNV +BAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UE +CgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQDDC5TU0wuY29tIEVWIFJvb3QgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIyMB4XDTE3MDUzMTE4MTQzN1oXDTQy +MDUzMDE4MTQzN1owgYIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4G +A1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQD +DC5TU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIy +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjzZlQOHWTcDXtOlG2mvq +M0fNTPl9fb69LT3w23jhhqXZuglXaO1XPqDQCEGD5yhBJB/jchXQARr7XnAjssuf +OePPxU7Gkm0mxnu7s9onnQqG6YE3Bf7wcXHswxzpY6IXFJ3vG2fThVUCAtZJycxa +4bH3bzKfydQ7iEGonL3Lq9ttewkfokxykNorCPzPPFTOZw+oz12WGQvE43LrrdF9 +HSfvkusQv1vrO6/PgN3B0pYEW3p+pKk8OHakYo6gOV7qd89dAFmPZiw+B6KjBSYR +aZfqhbcPlgtLyEDhULouisv3D5oi53+aNxPN8k0TayHRwMwi8qFG9kRpnMphNQcA +b9ZhCBHqurj26bNg5U257J8UZslXWNvNh2n4ioYSA0e/ZhN2rHd9NCSFg83XqpyQ +Gp8hLH94t2S42Oim9HizVcuE0jLEeK6jj2HdzghTreyI/BXkmg3mnxp3zkyPuBQV +PWKchjgGAGYS5Fl2WlPAApiiECtoRHuOec4zSnaqW4EWG7WK2NAAe15itAnWhmMO +pgWVSbooi4iTsjQc2KRVbrcc0N6ZVTsj9CLg+SlmJuwgUHfbSguPvuUCYHBBXtSu +UDkiFCbLsjtzdFVHB3mBOagwE0TlBIqulhMlQg+5U8Sb/M3kHN48+qvWBkofZ6aY +MBzdLNvcGJVXZsb/XItW9XcCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNV +HSMEGDAWgBT5YLvU49U09rj1BoAlp3PbRmmonjAdBgNVHQ4EFgQU+WC71OPVNPa4 +9QaAJadz20ZpqJ4wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQBW +s47LCp1Jjr+kxJG7ZhcFUZh1++VQLHqe8RT6q9OKPv+RKY9ji9i0qVQBDb6Thi/5 +Sm3HXvVX+cpVHBK+Rw82xd9qt9t1wkclf7nxY/hoLVUE0fKNsKTPvDxeH3jnpaAg +cLAExbf3cqfeIg29MyVGjGSSJuM+LmOW2puMPfgYCdcDzH2GguDKBAdRUNf/ktUM +79qGn5nX67evaOI5JpS6aLe/g9Pqemc9YmeuJeVy6OLk7K4S9ksrPJ/psEDzOFSz +/bdoyNrGj1E8svuR3Bznm53htw1yj+KkxKl4+esUrMZDBcJlOSgYAsOCsp0FvmXt +ll9ldDz7CTUue5wT/RsPXcdtgTpWD8w74a8CLyKsRspGPKAcTNZEtF4uXBVmCeEm +Kf7GUmG6sXP/wwyc5WxqlD8UykAWlYTzWamsX0xhk23RO8yilQwipmdnRC652dKK +QbNmC1r7fSOl8hqw/96bg5Qu0T/fkreRrwU7ZcegbLHNYhLDkBvjJc40vG93drEQ +w/cFGsDWr3RiSBd3kmmQYRzelYB0VI8YHMPzA9C/pEN1hlMYegouCRw2n5H9gooi +S9EOUCXdywMMF8mDAAhONU2Ki+3wApRmLER/y5UnlhetCTCstnEXbosX9hwJ1C07 +mKVx01QT2WDz9UtmT/rx7iASjbSsV7FFY6GsdqnC+w== +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation +# Subject: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation +# Label: "SSL.com EV Root Certification Authority ECC" +# Serial: 3182246526754555285 +# MD5 Fingerprint: 59:53:22:65:83:42:01:54:c0:ce:42:b9:5a:7c:f2:90 +# SHA1 Fingerprint: 4c:dd:51:a3:d1:f5:20:32:14:b0:c6:c5:32:23:03:91:c7:46:42:6d +# SHA256 Fingerprint: 22:a2:c1:f7:bd:ed:70:4c:c1:e7:01:b5:f4:08:c3:10:88:0f:e9:56:b5:de:2a:4a:44:f9:9c:87:3a:25:a7:c8 +-----BEGIN CERTIFICATE----- +MIIClDCCAhqgAwIBAgIILCmcWxbtBZUwCgYIKoZIzj0EAwIwfzELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xNDAyBgNVBAMMK1NTTC5jb20gRVYgUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNTIzWhcNNDEwMjEyMTgx +NTIzWjB/MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE0MDIGA1UEAwwrU1NMLmNv +bSBFViBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49 +AgEGBSuBBAAiA2IABKoSR5CYG/vvw0AHgyBO8TCCogbR8pKGYfL2IWjKAMTH6kMA +VIbc/R/fALhBYlzccBYy3h+Z1MzFB8gIH2EWB1E9fVwHU+M1OIzfzZ/ZLg1Kthku +WnBaBu2+8KGwytAJKaNjMGEwHQYDVR0OBBYEFFvKXuXe0oGqzagtZFG22XKbl+ZP +MA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUW8pe5d7SgarNqC1kUbbZcpuX +5k8wDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2gAMGUCMQCK5kCJN+vp1RPZ +ytRrJPOwPYdGWBrssd9v+1a6cGvHOMzosYxPD/fxZ3YOg9AeUY8CMD32IygmTMZg +h5Mmm7I1HrrW9zzRHM76JTymGoEVW/MSD2zuZYrJh6j5B+BimoxcSg== +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 +# Label: "GlobalSign Root CA - R6" +# Serial: 1417766617973444989252670301619537 +# MD5 Fingerprint: 4f:dd:07:e4:d4:22:64:39:1e:0c:37:42:ea:d1:c6:ae +# SHA1 Fingerprint: 80:94:64:0e:b5:a7:a1:ca:11:9c:1f:dd:d5:9f:81:02:63:a7:fb:d1 +# SHA256 Fingerprint: 2c:ab:ea:fe:37:d0:6c:a2:2a:ba:73:91:c0:03:3d:25:98:29:52:c4:53:64:73:49:76:3a:3a:b5:ad:6c:cf:69 +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIORea7A4Mzw4VlSOb/RVEwDQYJKoZIhvcNAQEMBQAwTDEg +MB4GA1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjYxEzARBgNVBAoTCkdsb2Jh +bFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTQxMjEwMDAwMDAwWhcNMzQx +MjEwMDAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSNjET +MBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJUH6HPKZvnsFMp7PPcNCPG0RQssgrRI +xutbPK6DuEGSMxSkb3/pKszGsIhrxbaJ0cay/xTOURQh7ErdG1rG1ofuTToVBu1k +ZguSgMpE3nOUTvOniX9PeGMIyBJQbUJmL025eShNUhqKGoC3GYEOfsSKvGRMIRxD +aNc9PIrFsmbVkJq3MQbFvuJtMgamHvm566qjuL++gmNQ0PAYid/kD3n16qIfKtJw +LnvnvJO7bVPiSHyMEAc4/2ayd2F+4OqMPKq0pPbzlUoSB239jLKJz9CgYXfIWHSw +1CM69106yqLbnQneXUQtkPGBzVeS+n68UARjNN9rkxi+azayOeSsJDa38O+2HBNX +k7besvjihbdzorg1qkXy4J02oW9UivFyVm4uiMVRQkQVlO6jxTiWm05OWgtH8wY2 +SXcwvHE35absIQh1/OZhFj931dmRl4QKbNQCTXTAFO39OfuD8l4UoQSwC+n+7o/h +bguyCLNhZglqsQY6ZZZZwPA1/cnaKI0aEYdwgQqomnUdnjqGBQCe24DWJfncBZ4n +WUx2OVvq+aWh2IMP0f/fMBH5hc8zSPXKbWQULHpYT9NLCEnFlWQaYw55PfWzjMpY +rZxCRXluDocZXFSxZba/jJvcE+kNb7gu3GduyYsRtYQUigAZcIN5kZeR1Bonvzce +MgfYFGM8KEyvAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBSubAWjkxPioufi1xzWx/B/yGdToDAfBgNVHSMEGDAWgBSu +bAWjkxPioufi1xzWx/B/yGdToDANBgkqhkiG9w0BAQwFAAOCAgEAgyXt6NH9lVLN +nsAEoJFp5lzQhN7craJP6Ed41mWYqVuoPId8AorRbrcWc+ZfwFSY1XS+wc3iEZGt +Ixg93eFyRJa0lV7Ae46ZeBZDE1ZXs6KzO7V33EByrKPrmzU+sQghoefEQzd5Mr61 +55wsTLxDKZmOMNOsIeDjHfrYBzN2VAAiKrlNIC5waNrlU/yDXNOd8v9EDERm8tLj +vUYAGm0CuiVdjaExUd1URhxN25mW7xocBFymFe944Hn+Xds+qkxV/ZoVqW/hpvvf +cDDpw+5CRu3CkwWJ+n1jez/QcYF8AOiYrg54NMMl+68KnyBr3TsTjxKM4kEaSHpz +oHdpx7Zcf4LIHv5YGygrqGytXm3ABdJ7t+uA/iU3/gKbaKxCXcPu9czc8FB10jZp +nOZ7BN9uBmm23goJSFmH63sUYHpkqmlD75HHTOwY3WzvUy2MmeFe8nI+z1TIvWfs +pA9MRf/TuTAjB0yPEL+GltmZWrSZVxykzLsViVO6LAUP5MSeGbEYNNVMnbrt9x+v +JJUEeKgDu+6B5dpffItKoZB0JaezPkvILFa9x8jvOOJckvB595yEunQtYQEgfn7R +8k8HWV+LLUNS60YMlOH1Zkd5d9VUWx+tJDfLRVpOoERIyNiwmcUVhAn21klJwGW4 +5hpxbqCo8YLoRT5s1gLXCmeDBVrJpBA= +-----END CERTIFICATE----- + +# Issuer: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed +# Subject: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed +# Label: "OISTE WISeKey Global Root GC CA" +# Serial: 44084345621038548146064804565436152554 +# MD5 Fingerprint: a9:d6:b9:2d:2f:93:64:f8:a5:69:ca:91:e9:68:07:23 +# SHA1 Fingerprint: e0:11:84:5e:34:de:be:88:81:b9:9c:f6:16:26:d1:96:1f:c3:b9:31 +# SHA256 Fingerprint: 85:60:f9:1c:36:24:da:ba:95:70:b5:fe:a0:db:e3:6f:f1:1a:83:23:be:94:86:85:4f:b3:f3:4a:55:71:19:8d +-----BEGIN CERTIFICATE----- +MIICaTCCAe+gAwIBAgIQISpWDK7aDKtARb8roi066jAKBggqhkjOPQQDAzBtMQsw +CQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUgRm91 +bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwg +Um9vdCBHQyBDQTAeFw0xNzA1MDkwOTQ4MzRaFw00MjA1MDkwOTU4MzNaMG0xCzAJ +BgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBGb3Vu +ZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2JhbCBS +b290IEdDIENBMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAETOlQwMYPchi82PG6s4ni +eUqjFqdrVCTbUf/q9Akkwwsin8tqJ4KBDdLArzHkdIJuyiXZjHWd8dvQmqJLIX4W +p2OQ0jnUsYd4XxiWD1AbNTcPasbc2RNNpI6QN+a9WzGRo1QwUjAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUSIcUrOPDnpBgOtfKie7T +rYy0UGYwEAYJKwYBBAGCNxUBBAMCAQAwCgYIKoZIzj0EAwMDaAAwZQIwJsdpW9zV +57LnyAyMjMPdeYwbY9XJUpROTYJKcx6ygISpJcBMWm1JKWB4E+J+SOtkAjEA2zQg +Mgj/mkkCtojeFK9dbJlxjRo/i9fgojaGHAeCOnZT/cKi7e97sIBPWA9LUzm9 +-----END CERTIFICATE----- + +# Issuer: CN=UCA Global G2 Root O=UniTrust +# Subject: CN=UCA Global G2 Root O=UniTrust +# Label: "UCA Global G2 Root" +# Serial: 124779693093741543919145257850076631279 +# MD5 Fingerprint: 80:fe:f0:c4:4a:f0:5c:62:32:9f:1c:ba:78:a9:50:f8 +# SHA1 Fingerprint: 28:f9:78:16:19:7a:ff:18:25:18:aa:44:fe:c1:a0:ce:5c:b6:4c:8a +# SHA256 Fingerprint: 9b:ea:11:c9:76:fe:01:47:64:c1:be:56:a6:f9:14:b5:a5:60:31:7a:bd:99:88:39:33:82:e5:16:1a:a0:49:3c +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIQXd+x2lqj7V2+WmUgZQOQ7zANBgkqhkiG9w0BAQsFADA9 +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxGzAZBgNVBAMMElVDQSBH +bG9iYWwgRzIgUm9vdDAeFw0xNjAzMTEwMDAwMDBaFw00MDEyMzEwMDAwMDBaMD0x +CzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDEbMBkGA1UEAwwSVUNBIEds +b2JhbCBHMiBSb290MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxeYr +b3zvJgUno4Ek2m/LAfmZmqkywiKHYUGRO8vDaBsGxUypK8FnFyIdK+35KYmToni9 +kmugow2ifsqTs6bRjDXVdfkX9s9FxeV67HeToI8jrg4aA3++1NDtLnurRiNb/yzm +VHqUwCoV8MmNsHo7JOHXaOIxPAYzRrZUEaalLyJUKlgNAQLx+hVRZ2zA+te2G3/R +VogvGjqNO7uCEeBHANBSh6v7hn4PJGtAnTRnvI3HLYZveT6OqTwXS3+wmeOwcWDc +C/Vkw85DvG1xudLeJ1uK6NjGruFZfc8oLTW4lVYa8bJYS7cSN8h8s+1LgOGN+jIj +tm+3SJUIsUROhYw6AlQgL9+/V087OpAh18EmNVQg7Mc/R+zvWr9LesGtOxdQXGLY +D0tK3Cv6brxzks3sx1DoQZbXqX5t2Okdj4q1uViSukqSKwxW/YDrCPBeKW4bHAyv +j5OJrdu9o54hyokZ7N+1wxrrFv54NkzWbtA+FxyQF2smuvt6L78RHBgOLXMDj6Dl +NaBa4kx1HXHhOThTeEDMg5PXCp6dW4+K5OXgSORIskfNTip1KnvyIvbJvgmRlld6 +iIis7nCs+dwp4wwcOxJORNanTrAmyPPZGpeRaOrvjUYG0lZFWJo8DA+DuAUlwznP +O6Q0ibd5Ei9Hxeepl2n8pndntd978XplFeRhVmUCAwEAAaNCMEAwDgYDVR0PAQH/ +BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFIHEjMz15DD/pQwIX4wV +ZyF0Ad/fMA0GCSqGSIb3DQEBCwUAA4ICAQATZSL1jiutROTL/7lo5sOASD0Ee/oj +L3rtNtqyzm325p7lX1iPyzcyochltq44PTUbPrw7tgTQvPlJ9Zv3hcU2tsu8+Mg5 +1eRfB70VVJd0ysrtT7q6ZHafgbiERUlMjW+i67HM0cOU2kTC5uLqGOiiHycFutfl +1qnN3e92mI0ADs0b+gO3joBYDic/UvuUospeZcnWhNq5NXHzJsBPd+aBJ9J3O5oU +b3n09tDh05S60FdRvScFDcH9yBIw7m+NESsIndTUv4BFFJqIRNow6rSn4+7vW4LV +PtateJLbXDzz2K36uGt/xDYotgIVilQsnLAXc47QN6MUPJiVAAwpBVueSUmxX8fj +y88nZY41F7dXyDDZQVu5FLbowg+UMaeUmMxq67XhJ/UQqAHojhJi6IjMtX9Gl8Cb +EGY4GjZGXyJoPd/JxhMnq1MGrKI8hgZlb7F+sSlEmqO6SWkoaY/X5V+tBIZkbxqg +DMUIYs6Ao9Dz7GjevjPHF1t/gMRMTLGmhIrDO7gJzRSBuhjjVFc2/tsvfEehOjPI ++Vg7RE+xygKJBJYoaMVLuCaJu9YzL1DV/pqJuhgyklTGW+Cd+V7lDSKb9triyCGy +YiGqhkCyLmTTX8jjfhFnRR8F/uOi77Oos/N9j/gMHyIfLXC0uAE0djAA5SN4p1bX +UB+K+wb1whnw0A== +-----END CERTIFICATE----- + +# Issuer: CN=UCA Extended Validation Root O=UniTrust +# Subject: CN=UCA Extended Validation Root O=UniTrust +# Label: "UCA Extended Validation Root" +# Serial: 106100277556486529736699587978573607008 +# MD5 Fingerprint: a1:f3:5f:43:c6:34:9b:da:bf:8c:7e:05:53:ad:96:e2 +# SHA1 Fingerprint: a3:a1:b0:6f:24:61:23:4a:e3:36:a5:c2:37:fc:a6:ff:dd:f0:d7:3a +# SHA256 Fingerprint: d4:3a:f9:b3:54:73:75:5c:96:84:fc:06:d7:d8:cb:70:ee:5c:28:e7:73:fb:29:4e:b4:1e:e7:17:22:92:4d:24 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQT9Irj/VkyDOeTzRYZiNwYDANBgkqhkiG9w0BAQsFADBH +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNVBAMMHFVDQSBF +eHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwHhcNMTUwMzEzMDAwMDAwWhcNMzgxMjMx +MDAwMDAwWjBHMQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNV +BAMMHFVDQSBFeHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCpCQcoEwKwmeBkqh5DFnpzsZGgdT6o+uM4AHrsiWog +D4vFsJszA1qGxliG1cGFu0/GnEBNyr7uaZa4rYEwmnySBesFK5pI0Lh2PpbIILvS +sPGP2KxFRv+qZ2C0d35qHzwaUnoEPQc8hQ2E0B92CvdqFN9y4zR8V05WAT558aop +O2z6+I9tTcg1367r3CTueUWnhbYFiN6IXSV8l2RnCdm/WhUFhvMJHuxYMjMR83dk +sHYf5BA1FxvyDrFspCqjc/wJHx4yGVMR59mzLC52LqGj3n5qiAno8geK+LLNEOfi +c0CTuwjRP+H8C5SzJe98ptfRr5//lpr1kXuYC3fUfugH0mK1lTnj8/FtDw5lhIpj +VMWAtuCeS31HJqcBCF3RiJ7XwzJE+oJKCmhUfzhTA8ykADNkUVkLo4KRel7sFsLz +KuZi2irbWWIQJUoqgQtHB0MGcIfS+pMRKXpITeuUx3BNr2fVUbGAIAEBtHoIppB/ +TuDvB0GHr2qlXov7z1CymlSvw4m6WC31MJixNnI5fkkE/SmnTHnkBVfblLkWU41G +sx2VYVdWf6/wFlthWG82UBEL2KwrlRYaDh8IzTY0ZRBiZtWAXxQgXy0MoHgKaNYs +1+lvK9JKBZP8nm9rZ/+I8U6laUpSNwXqxhaN0sSZ0YIrO7o1dfdRUVjzyAfd5LQD +fwIDAQABo0IwQDAdBgNVHQ4EFgQU2XQ65DA9DfcS3H5aBZ8eNJr34RQwDwYDVR0T +AQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQADggIBADaN +l8xCFWQpN5smLNb7rhVpLGsaGvdftvkHTFnq88nIua7Mui563MD1sC3AO6+fcAUR +ap8lTwEpcOPlDOHqWnzcSbvBHiqB9RZLcpHIojG5qtr8nR/zXUACE/xOHAbKsxSQ +VBcZEhrxH9cMaVr2cXj0lH2RC47skFSOvG+hTKv8dGT9cZr4QQehzZHkPJrgmzI5 +c6sq1WnIeJEmMX3ixzDx/BR4dxIOE/TdFpS/S2d7cFOFyrC78zhNLJA5wA3CXWvp +4uXViI3WLL+rG761KIcSF3Ru/H38j9CHJrAb+7lsq+KePRXBOy5nAliRn+/4Qh8s +t2j1da3Ptfb/EX3C8CSlrdP6oDyp+l3cpaDvRKS+1ujl5BOWF3sGPjLtx7dCvHaj +2GU4Kzg1USEODm8uNBNA4StnDG1KQTAYI1oyVZnJF+A83vbsea0rWBmirSwiGpWO +vpaQXUJXxPkUAzUrHC1RVwinOt4/5Mi0A3PCwSaAuwtCH60NryZy2sy+s6ODWA2C +xR9GUeOcGMyNm43sSet1UNWMKFnKdDTajAshqx7qG+XH/RU+wBeq+yNuJkbL+vmx +cmtpzyKEC2IPrNkZAJSidjzULZrtBJ4tBmIQN1IchXIbJ+XMxjHsN+xjWZsLHXbM +fjKaiJUINlK73nZfdklJrX+9ZSCyycErdhh2n1ax +-----END CERTIFICATE----- + +# Issuer: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 +# Subject: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 +# Label: "Certigna Root CA" +# Serial: 269714418870597844693661054334862075617 +# MD5 Fingerprint: 0e:5c:30:62:27:eb:5b:bc:d7:ae:62:ba:e9:d5:df:77 +# SHA1 Fingerprint: 2d:0d:52:14:ff:9e:ad:99:24:01:74:20:47:6e:6c:85:27:27:f5:43 +# SHA256 Fingerprint: d4:8d:3d:23:ee:db:50:a4:59:e5:51:97:60:1c:27:77:4b:9d:7b:18:c9:4d:5a:05:95:11:a1:02:50:b9:31:68 +-----BEGIN CERTIFICATE----- +MIIGWzCCBEOgAwIBAgIRAMrpG4nxVQMNo+ZBbcTjpuEwDQYJKoZIhvcNAQELBQAw +WjELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCURoaW15b3RpczEcMBoGA1UECwwTMDAw +MiA0ODE0NjMwODEwMDAzNjEZMBcGA1UEAwwQQ2VydGlnbmEgUm9vdCBDQTAeFw0x +MzEwMDEwODMyMjdaFw0zMzEwMDEwODMyMjdaMFoxCzAJBgNVBAYTAkZSMRIwEAYD +VQQKDAlEaGlteW90aXMxHDAaBgNVBAsMEzAwMDIgNDgxNDYzMDgxMDAwMzYxGTAX +BgNVBAMMEENlcnRpZ25hIFJvb3QgQ0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAw +ggIKAoICAQDNGDllGlmx6mQWDoyUJJV8g9PFOSbcDO8WV43X2KyjQn+Cyu3NW9sO +ty3tRQgXstmzy9YXUnIo245Onoq2C/mehJpNdt4iKVzSs9IGPjA5qXSjklYcoW9M +CiBtnyN6tMbaLOQdLNyzKNAT8kxOAkmhVECe5uUFoC2EyP+YbNDrihqECB63aCPu +I9Vwzm1RaRDuoXrC0SIxwoKF0vJVdlB8JXrJhFwLrN1CTivngqIkicuQstDuI7pm +TLtipPlTWmR7fJj6o0ieD5Wupxj0auwuA0Wv8HT4Ks16XdG+RCYyKfHx9WzMfgIh +C59vpD++nVPiz32pLHxYGpfhPTc3GGYo0kDFUYqMwy3OU4gkWGQwFsWq4NYKpkDf +ePb1BHxpE4S80dGnBs8B92jAqFe7OmGtBIyT46388NtEbVncSVmurJqZNjBBe3Yz +IoejwpKGbvlw7q6Hh5UbxHq9MfPU0uWZ/75I7HX1eBYdpnDBfzwboZL7z8g81sWT +Co/1VTp2lc5ZmIoJlXcymoO6LAQ6l73UL77XbJuiyn1tJslV1c/DeVIICZkHJC1k +JWumIWmbat10TWuXekG9qxf5kBdIjzb5LdXF2+6qhUVB+s06RbFo5jZMm5BX7CO5 +hwjCxAnxl4YqKE3idMDaxIzb3+KhF1nOJFl0Mdp//TBt2dzhauH8XwIDAQABo4IB +GjCCARYwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FBiHVuBud+4kNTxOc5of1uHieX4rMB8GA1UdIwQYMBaAFBiHVuBud+4kNTxOc5of +1uHieX4rMEQGA1UdIAQ9MDswOQYEVR0gADAxMC8GCCsGAQUFBwIBFiNodHRwczov +L3d3d3cuY2VydGlnbmEuZnIvYXV0b3JpdGVzLzBtBgNVHR8EZjBkMC+gLaArhilo +dHRwOi8vY3JsLmNlcnRpZ25hLmZyL2NlcnRpZ25hcm9vdGNhLmNybDAxoC+gLYYr +aHR0cDovL2NybC5kaGlteW90aXMuY29tL2NlcnRpZ25hcm9vdGNhLmNybDANBgkq +hkiG9w0BAQsFAAOCAgEAlLieT/DjlQgi581oQfccVdV8AOItOoldaDgvUSILSo3L +6btdPrtcPbEo/uRTVRPPoZAbAh1fZkYJMyjhDSSXcNMQH+pkV5a7XdrnxIxPTGRG +HVyH41neQtGbqH6mid2PHMkwgu07nM3A6RngatgCdTer9zQoKJHyBApPNeNgJgH6 +0BGM+RFq7q89w1DTj18zeTyGqHNFkIwgtnJzFyO+B2XleJINugHA64wcZr+shncB +lA2c5uk5jR+mUYyZDDl34bSb+hxnV29qao6pK0xXeXpXIs/NX2NGjVxZOob4Mkdi +o2cNGJHc+6Zr9UhhcyNZjgKnvETq9Emd8VRY+WCv2hikLyhF3HqgiIZd8zvn/yk1 +gPxkQ5Tm4xxvvq0OKmOZK8l+hfZx6AYDlf7ej0gcWtSS6Cvu5zHbugRqh5jnxV/v +faci9wHYTfmJ0A6aBVmknpjZbyvKcL5kwlWj9Omvw5Ip3IgWJJk8jSaYtlu3zM63 +Nwf9JtmYhST/WSMDmu2dnajkXjjO11INb9I/bbEFa0nOipFGc/T2L/Coc3cOZayh +jWZSaX5LaAzHHjcng6WMxwLkFM1JAbBzs/3GkDpv0mztO+7skb6iQ12LAEpmJURw +3kAP+HwV96LOPNdeE4yBFxgX0b3xdxA61GU5wSesVywlVP+i2k+KYTlerj1KjL0= +-----END CERTIFICATE----- + +# Issuer: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI +# Subject: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI +# Label: "emSign Root CA - G1" +# Serial: 235931866688319308814040 +# MD5 Fingerprint: 9c:42:84:57:dd:cb:0b:a7:2e:95:ad:b6:f3:da:bc:ac +# SHA1 Fingerprint: 8a:c7:ad:8f:73:ac:4e:c1:b5:75:4d:a5:40:f4:fc:cf:7c:b5:8e:8c +# SHA256 Fingerprint: 40:f6:af:03:46:a9:9a:a1:cd:1d:55:5a:4e:9c:ce:62:c7:f9:63:46:03:ee:40:66:15:83:3d:c8:c8:d0:03:67 +-----BEGIN CERTIFICATE----- +MIIDlDCCAnygAwIBAgIKMfXkYgxsWO3W2DANBgkqhkiG9w0BAQsFADBnMQswCQYD +VQQGEwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBU +ZWNobm9sb2dpZXMgTGltaXRlZDEcMBoGA1UEAxMTZW1TaWduIFJvb3QgQ0EgLSBH +MTAeFw0xODAyMTgxODMwMDBaFw00MzAyMTgxODMwMDBaMGcxCzAJBgNVBAYTAklO +MRMwEQYDVQQLEwplbVNpZ24gUEtJMSUwIwYDVQQKExxlTXVkaHJhIFRlY2hub2xv +Z2llcyBMaW1pdGVkMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEcxMIIBIjAN +BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0u76WaK7p1b1TST0Bsew+eeuGQz +f2N4aLTNLnF115sgxk0pvLZoYIr3IZpWNVrzdr3YzZr/k1ZLpVkGoZM0Kd0WNHVO +8oG0x5ZOrRkVUkr+PHB1cM2vK6sVmjM8qrOLqs1D/fXqcP/tzxE7lM5OMhbTI0Aq +d7OvPAEsbO2ZLIvZTmmYsvePQbAyeGHWDV/D+qJAkh1cF+ZwPjXnorfCYuKrpDhM +tTk1b+oDafo6VGiFbdbyL0NVHpENDtjVaqSW0RM8LHhQ6DqS0hdW5TUaQBw+jSzt +Od9C4INBdN+jzcKGYEho42kLVACL5HZpIQ15TjQIXhTCzLG3rdd8cIrHhQIDAQAB +o0IwQDAdBgNVHQ4EFgQU++8Nhp6w492pufEhF38+/PB3KxowDgYDVR0PAQH/BAQD +AgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAFn/8oz1h31x +PaOfG1vR2vjTnGs2vZupYeveFix0PZ7mddrXuqe8QhfnPZHr5X3dPpzxz5KsbEjM +wiI/aTvFthUvozXGaCocV685743QNcMYDHsAVhzNixl03r4PEuDQqqE/AjSxcM6d +GNYIAwlG7mDgfrbESQRRfXBgvKqy/3lyeqYdPV8q+Mri/Tm3R7nrft8EI6/6nAYH +6ftjk4BAtcZsCjEozgyfz7MjNYBBjWzEN3uBL4ChQEKF6dk4jeihU80Bv2noWgby +RQuQ+q7hv53yrlc8pa6yVvSLZUDp/TGBLPQ5Cdjua6e0ph0VpZj3AYHYhX3zUVxx +iN66zB+Afko= +-----END CERTIFICATE----- + +# Issuer: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI +# Subject: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI +# Label: "emSign ECC Root CA - G3" +# Serial: 287880440101571086945156 +# MD5 Fingerprint: ce:0b:72:d1:9f:88:8e:d0:50:03:e8:e3:b8:8b:67:40 +# SHA1 Fingerprint: 30:43:fa:4f:f2:57:dc:a0:c3:80:ee:2e:58:ea:78:b2:3f:e6:bb:c1 +# SHA256 Fingerprint: 86:a1:ec:ba:08:9c:4a:8d:3b:be:27:34:c6:12:ba:34:1d:81:3e:04:3c:f9:e8:a8:62:cd:5c:57:a3:6b:be:6b +-----BEGIN CERTIFICATE----- +MIICTjCCAdOgAwIBAgIKPPYHqWhwDtqLhDAKBggqhkjOPQQDAzBrMQswCQYDVQQG +EwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNo +bm9sb2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0g +RzMwHhcNMTgwMjE4MTgzMDAwWhcNNDMwMjE4MTgzMDAwWjBrMQswCQYDVQQGEwJJ +TjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNobm9s +b2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0gRzMw +djAQBgcqhkjOPQIBBgUrgQQAIgNiAAQjpQy4LRL1KPOxst3iAhKAnjlfSU2fySU0 +WXTsuwYc58Byr+iuL+FBVIcUqEqy6HyC5ltqtdyzdc6LBtCGI79G1Y4PPwT01xyS +fvalY8L1X44uT6EYGQIrMgqCZH0Wk9GjQjBAMB0GA1UdDgQWBBR8XQKEE9TMipuB +zhccLikenEhjQjAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggq +hkjOPQQDAwNpADBmAjEAvvNhzwIQHWSVB7gYboiFBS+DCBeQyh+KTOgNG3qxrdWB +CUfvO6wIBHxcmbHtRwfSAjEAnbpV/KlK6O3t5nYBQnvI+GDZjVGLVTv7jHvrZQnD ++JbNR6iC8hZVdyR+EhCVBCyj +-----END CERTIFICATE----- + +# Issuer: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI +# Subject: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI +# Label: "emSign Root CA - C1" +# Serial: 825510296613316004955058 +# MD5 Fingerprint: d8:e3:5d:01:21:fa:78:5a:b0:df:ba:d2:ee:2a:5f:68 +# SHA1 Fingerprint: e7:2e:f1:df:fc:b2:09:28:cf:5d:d4:d5:67:37:b1:51:cb:86:4f:01 +# SHA256 Fingerprint: 12:56:09:aa:30:1d:a0:a2:49:b9:7a:82:39:cb:6a:34:21:6f:44:dc:ac:9f:39:54:b1:42:92:f2:e8:c8:60:8f +-----BEGIN CERTIFICATE----- +MIIDczCCAlugAwIBAgILAK7PALrEzzL4Q7IwDQYJKoZIhvcNAQELBQAwVjELMAkG +A1UEBhMCVVMxEzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEg +SW5jMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEMxMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowVjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMRwwGgYDVQQDExNlbVNpZ24gUm9v +dCBDQSAtIEMxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz+upufGZ +BczYKCFK83M0UYRWEPWgTywS4/oTmifQz/l5GnRfHXk5/Fv4cI7gklL35CX5VIPZ +HdPIWoU/Xse2B+4+wM6ar6xWQio5JXDWv7V7Nq2s9nPczdcdioOl+yuQFTdrHCZH +3DspVpNqs8FqOp099cGXOFgFixwR4+S0uF2FHYP+eF8LRWgYSKVGczQ7/g/IdrvH +GPMF0Ybzhe3nudkyrVWIzqa2kbBPrH4VI5b2P/AgNBbeCsbEBEV5f6f9vtKppa+c +xSMq9zwhbL2vj07FOrLzNBL834AaSaTUqZX3noleoomslMuoaJuvimUnzYnu3Yy1 +aylwQ6BpC+S5DwIDAQABo0IwQDAdBgNVHQ4EFgQU/qHgcB4qAzlSWkK+XJGFehiq +TbUwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBAMJKVvoVIXsoounlHfv4LcQ5lkFMOycsxGwYFYDGrK9HWS8mC+M2sO87 +/kOXSTKZEhVb3xEp/6tT+LvBeA+snFOvV71ojD1pM/CjoCNjO2RnIkSt1XHLVip4 +kqNPEjE2NuLe/gDEo2APJ62gsIq1NnpSob0n9CAnYuhNlCQT5AoE6TyrLshDCUrG +YQTlSTR+08TI9Q/Aqum6VF7zYytPT1DU/rl7mYw9wC68AivTxEDkigcxHpvOJpkT ++xHqmiIMERnHXhuBUDDIlhJu58tBf5E7oke3VIAb3ADMmpDqw8NQBmIMMMAVSKeo +WXzhriKi4gp6D/piq1JM4fHfyr6DDUI= +-----END CERTIFICATE----- + +# Issuer: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI +# Subject: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI +# Label: "emSign ECC Root CA - C3" +# Serial: 582948710642506000014504 +# MD5 Fingerprint: 3e:53:b3:a3:81:ee:d7:10:f8:d3:b0:1d:17:92:f5:d5 +# SHA1 Fingerprint: b6:af:43:c2:9b:81:53:7d:f6:ef:6b:c3:1f:1f:60:15:0c:ee:48:66 +# SHA256 Fingerprint: bc:4d:80:9b:15:18:9d:78:db:3e:1d:8c:f4:f9:72:6a:79:5d:a1:64:3c:a5:f1:35:8e:1d:db:0e:dc:0d:7e:b3 +-----BEGIN CERTIFICATE----- +MIICKzCCAbGgAwIBAgIKe3G2gla4EnycqDAKBggqhkjOPQQDAzBaMQswCQYDVQQG +EwJVUzETMBEGA1UECxMKZW1TaWduIFBLSTEUMBIGA1UEChMLZU11ZGhyYSBJbmMx +IDAeBgNVBAMTF2VtU2lnbiBFQ0MgUm9vdCBDQSAtIEMzMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowWjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMSAwHgYDVQQDExdlbVNpZ24gRUND +IFJvb3QgQ0EgLSBDMzB2MBAGByqGSM49AgEGBSuBBAAiA2IABP2lYa57JhAd6bci +MK4G9IGzsUJxlTm801Ljr6/58pc1kjZGDoeVjbk5Wum739D+yAdBPLtVb4Ojavti +sIGJAnB9SMVK4+kiVCJNk7tCDK93nCOmfddhEc5lx/h//vXyqaNCMEAwHQYDVR0O +BBYEFPtaSNCAIEDyqOkAB2kZd6fmw/TPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMB +Af8EBTADAQH/MAoGCCqGSM49BAMDA2gAMGUCMQC02C8Cif22TGK6Q04ThHK1rt0c +3ta13FaPWEBaLd4gTCKDypOofu4SQMfWh0/434UCMBwUZOR8loMRnLDRWmFLpg9J +0wD8ofzkpf9/rdcw0Md3f76BB1UwUCAU9Vc4CqgxUQ== +-----END CERTIFICATE----- + +# Issuer: CN=Hongkong Post Root CA 3 O=Hongkong Post +# Subject: CN=Hongkong Post Root CA 3 O=Hongkong Post +# Label: "Hongkong Post Root CA 3" +# Serial: 46170865288971385588281144162979347873371282084 +# MD5 Fingerprint: 11:fc:9f:bd:73:30:02:8a:fd:3f:f3:58:b9:cb:20:f0 +# SHA1 Fingerprint: 58:a2:d0:ec:20:52:81:5b:c1:f3:f8:64:02:24:4e:c2:8e:02:4b:02 +# SHA256 Fingerprint: 5a:2f:c0:3f:0c:83:b0:90:bb:fa:40:60:4b:09:88:44:6c:76:36:18:3d:f9:84:6e:17:10:1a:44:7f:b8:ef:d6 +-----BEGIN CERTIFICATE----- +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 +mpv0 +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - G4" +# Serial: 289383649854506086828220374796556676440 +# MD5 Fingerprint: 89:53:f1:83:23:b7:7c:8e:05:f1:8c:71:38:4e:1f:88 +# SHA1 Fingerprint: 14:88:4e:86:26:37:b0:26:af:59:62:5c:40:77:ec:35:29:ba:96:01 +# SHA256 Fingerprint: db:35:17:d1:f6:73:2a:2d:5a:b9:7c:53:3e:c7:07:79:ee:32:70:a6:2f:b4:ac:42:38:37:24:60:e6:f0:1e:88 +-----BEGIN CERTIFICATE----- +MIIGSzCCBDOgAwIBAgIRANm1Q3+vqTkPAAAAAFVlrVgwDQYJKoZIhvcNAQELBQAw +gb4xCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQL +Ex9TZWUgd3d3LmVudHJ1c3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykg +MjAxNSBFbnRydXN0LCBJbmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAw +BgNVBAMTKUVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0 +MB4XDTE1MDUyNzExMTExNloXDTM3MTIyNzExNDExNlowgb4xCzAJBgNVBAYTAlVT +MRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1 +c3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxNSBFbnRydXN0LCBJ +bmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAwBgNVBAMTKUVudHJ1c3Qg +Um9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0MIICIjANBgkqhkiG9w0B +AQEFAAOCAg8AMIICCgKCAgEAsewsQu7i0TD/pZJH4i3DumSXbcr3DbVZwbPLqGgZ +2K+EbTBwXX7zLtJTmeH+H17ZSK9dE43b/2MzTdMAArzE+NEGCJR5WIoV3imz/f3E +T+iq4qA7ec2/a0My3dl0ELn39GjUu9CH1apLiipvKgS1sqbHoHrmSKvS0VnM1n4j +5pds8ELl3FFLFUHtSUrJ3hCX1nbB76W1NhSXNdh4IjVS70O92yfbYVaCNNzLiGAM +C1rlLAHGVK/XqsEQe9IFWrhAnoanw5CGAlZSCXqc0ieCU0plUmr1POeo8pyvi73T +DtTUXm6Hnmo9RR3RXRv06QqsYJn7ibT/mCzPfB3pAqoEmh643IhuJbNsZvc8kPNX +wbMv9W3y+8qh+CmdRouzavbmZwe+LGcKKh9asj5XxNMhIWNlUpEbsZmOeX7m640A +2Vqq6nPopIICR5b+W45UYaPrL0swsIsjdXJ8ITzI9vF01Bx7owVV7rtNOzK+mndm +nqxpkCIHH2E6lr7lmk/MBTwoWdPBDFSoWWG9yHJM6Nyfh3+9nEg2XpWjDrk4JFX8 +dWbrAuMINClKxuMrLzOg2qOGpRKX/YAr2hRC45K9PvJdXmd0LhyIRyk0X+IyqJwl +N4y6mACXi0mWHv0liqzc2thddG5msP9E36EYxr5ILzeUePiVSj9/E15dWf10hkNj +c0kCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD +VR0OBBYEFJ84xFYjwznooHFs6FRM5Og6sb9nMA0GCSqGSIb3DQEBCwUAA4ICAQAS +5UKme4sPDORGpbZgQIeMJX6tuGguW8ZAdjwD+MlZ9POrYs4QjbRaZIxowLByQzTS +Gwv2LFPSypBLhmb8qoMi9IsabyZIrHZ3CL/FmFz0Jomee8O5ZDIBf9PD3Vht7LGr +hFV0d4QEJ1JrhkzO3bll/9bGXp+aEJlLdWr+aumXIOTkdnrG0CSqkM0gkLpHZPt/ +B7NTeLUKYvJzQ85BK4FqLoUWlFPUa19yIqtRLULVAJyZv967lDtX/Zr1hstWO1uI +AeV8KEsD+UmDfLJ/fOPtjqF/YFOOVZ1QNBIPt5d7bIdKROf1beyAN/BYGW5KaHbw +H5Lk6rWS02FREAutp9lfx1/cH6NcjKF+m7ee01ZvZl4HliDtC3T7Zk6LERXpgUl+ +b7DUUH8i119lAg2m9IUe2K4GS0qn0jFmwvjO5QimpAKWRGhXxNUzzxkvFMSUHHuk +2fCfDrGA4tGeEWSpiBE6doLlYsKA2KSD7ZPvfC+QsDJMlhVoSFLUmQjAJOgc47Ol +IQ6SwJAfzyBfyjs4x7dtOvPmRLgOMWuIjnDrnBdSqEGULoe256YSxXXfW8AKbnuk +5F6G+TaU33fD6Q3AOfF5u0aOq0NZJ7cguyPpVkAh7DE9ZapD8j3fcEThuk0mEDuY +n/PIjhs4ViFqUZPTkcpG2om3PVODLAgfi49T3f+sHw== +-----END CERTIFICATE----- + +# Issuer: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation +# Subject: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation +# Label: "Microsoft ECC Root Certificate Authority 2017" +# Serial: 136839042543790627607696632466672567020 +# MD5 Fingerprint: dd:a1:03:e6:4a:93:10:d1:bf:f0:19:42:cb:fe:ed:67 +# SHA1 Fingerprint: 99:9a:64:c3:7f:f4:7d:9f:ab:95:f1:47:69:89:14:60:ee:c4:c3:c5 +# SHA256 Fingerprint: 35:8d:f3:9d:76:4a:f9:e1:b7:66:e9:c9:72:df:35:2e:e1:5c:fa:c2:27:af:6a:d1:d7:0e:8e:4a:6e:dc:ba:02 +-----BEGIN CERTIFICATE----- +MIICWTCCAd+gAwIBAgIQZvI9r4fei7FK6gxXMQHC7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYD +VQQDEy1NaWNyb3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIw +MTcwHhcNMTkxMjE4MjMwNjQ1WhcNNDIwNzE4MjMxNjA0WjBlMQswCQYDVQQGEwJV +UzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1NaWNy +b3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAATUvD0CQnVBEyPNgASGAlEvaqiBYgtlzPbKnR5vSmZR +ogPZnZH6thaxjG7efM3beaYvzrvOcS/lpaso7GMEZpn4+vKTEAXhgShC48Zo9OYb +hGBKia/teQ87zvH2RPUBeMCjVDBSMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBTIy5lycFIM+Oa+sgRXKSrPQhDtNTAQBgkrBgEEAYI3 +FQEEAwIBADAKBggqhkjOPQQDAwNoADBlAjBY8k3qDPlfXu5gKcs68tvWMoQZP3zV +L8KxzJOuULsJMsbG7X7JNpQS5GiFBqIb0C8CMQCZ6Ra0DvpWSNSkMBaReNtUjGUB +iudQZsIxtzm6uBoiB078a1QWIP8rtedMDE2mT3M= +-----END CERTIFICATE----- + +# Issuer: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation +# Subject: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation +# Label: "Microsoft RSA Root Certificate Authority 2017" +# Serial: 40975477897264996090493496164228220339 +# MD5 Fingerprint: 10:ff:00:ff:cf:c9:f8:c7:7a:c0:ee:35:8e:c9:0f:47 +# SHA1 Fingerprint: 73:a5:e6:4a:3b:ff:83:16:ff:0e:dc:cc:61:8a:90:6e:4e:ae:4d:74 +# SHA256 Fingerprint: c7:41:f7:0f:4b:2a:8d:88:bf:2e:71:c1:41:22:ef:53:ef:10:eb:a0:cf:a5:e6:4c:fa:20:f4:18:85:30:73:e0 +-----BEGIN CERTIFICATE----- +MIIFqDCCA5CgAwIBAgIQHtOXCV/YtLNHcB6qvn9FszANBgkqhkiG9w0BAQwFADBl +MQswCQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYw +NAYDVQQDEy1NaWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5 +IDIwMTcwHhcNMTkxMjE4MjI1MTIyWhcNNDIwNzE4MjMwMDIzWjBlMQswCQYDVQQG +EwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1N +aWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKW76UM4wplZEWCpW9R2LBifOZ +Nt9GkMml7Xhqb0eRaPgnZ1AzHaGm++DlQ6OEAlcBXZxIQIJTELy/xztokLaCLeX0 +ZdDMbRnMlfl7rEqUrQ7eS0MdhweSE5CAg2Q1OQT85elss7YfUJQ4ZVBcF0a5toW1 +HLUX6NZFndiyJrDKxHBKrmCk3bPZ7Pw71VdyvD/IybLeS2v4I2wDwAW9lcfNcztm +gGTjGqwu+UcF8ga2m3P1eDNbx6H7JyqhtJqRjJHTOoI+dkC0zVJhUXAoP8XFWvLJ +jEm7FFtNyP9nTUwSlq31/niol4fX/V4ggNyhSyL71Imtus5Hl0dVe49FyGcohJUc +aDDv70ngNXtk55iwlNpNhTs+VcQor1fznhPbRiefHqJeRIOkpcrVE7NLP8TjwuaG +YaRSMLl6IE9vDzhTyzMMEyuP1pq9KsgtsRx9S1HKR9FIJ3Jdh+vVReZIZZ2vUpC6 +W6IYZVcSn2i51BVrlMRpIpj0M+Dt+VGOQVDJNE92kKz8OMHY4Xu54+OU4UZpyw4K +UGsTuqwPN1q3ErWQgR5WrlcihtnJ0tHXUeOrO8ZV/R4O03QK0dqq6mm4lyiPSMQH ++FJDOvTKVTUssKZqwJz58oHhEmrARdlns87/I6KJClTUFLkqqNfs+avNJVgyeY+Q +W5g5xAgGwax/Dj0ApQIDAQABo1QwUjAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQUCctZf4aycI8awznjwNnpv7tNsiMwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEMBQADggIBAKyvPl3CEZaJjqPnktaXFbgToqZC +LgLNFgVZJ8og6Lq46BrsTaiXVq5lQ7GPAJtSzVXNUzltYkyLDVt8LkS/gxCP81OC +gMNPOsduET/m4xaRhPtthH80dK2Jp86519efhGSSvpWhrQlTM93uCupKUY5vVau6 +tZRGrox/2KJQJWVggEbbMwSubLWYdFQl3JPk+ONVFT24bcMKpBLBaYVu32TxU5nh +SnUgnZUP5NbcA/FZGOhHibJXWpS2qdgXKxdJ5XbLwVaZOjex/2kskZGT4d9Mozd2 +TaGf+G0eHdP67Pv0RR0Tbc/3WeUiJ3IrhvNXuzDtJE3cfVa7o7P4NHmJweDyAmH3 +pvwPuxwXC65B2Xy9J6P9LjrRk5Sxcx0ki69bIImtt2dmefU6xqaWM/5TkshGsRGR +xpl/j8nWZjEgQRCHLQzWwa80mMpkg/sTV9HB8Dx6jKXB/ZUhoHHBk2dxEuqPiApp +GWSZI1b7rCoucL5mxAyE7+WL85MB+GqQk2dLsmijtWKP6T+MejteD+eMuMZ87zf9 +dOLITzNy4ZQ5bb0Sr74MTnB8G2+NszKTc0QWbej09+CVgI+WXTik9KveCjCHk9hN +AHFiRSdLOkKEW39lt2c0Ui2cFmuqqNh7o0JMcccMyj6D5KbvtwEwXlGjefVwaaZB +RA+GsCyRxj3qrg+E +-----END CERTIFICATE----- + +# Issuer: CN=e-Szigno Root CA 2017 O=Microsec Ltd. +# Subject: CN=e-Szigno Root CA 2017 O=Microsec Ltd. +# Label: "e-Szigno Root CA 2017" +# Serial: 411379200276854331539784714 +# MD5 Fingerprint: de:1f:f6:9e:84:ae:a7:b4:21:ce:1e:58:7d:d1:84:98 +# SHA1 Fingerprint: 89:d4:83:03:4f:9e:9a:48:80:5f:72:37:d4:a9:a6:ef:cb:7c:1f:d1 +# SHA256 Fingerprint: be:b0:0b:30:83:9b:9b:c3:2c:32:e4:44:79:05:95:06:41:f2:64:21:b1:5e:d0:89:19:8b:51:8a:e2:ea:1b:99 +-----BEGIN CERTIFICATE----- +MIICQDCCAeWgAwIBAgIMAVRI7yH9l1kN9QQKMAoGCCqGSM49BAMCMHExCzAJBgNV +BAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMgTHRk +LjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25vIFJv +b3QgQ0EgMjAxNzAeFw0xNzA4MjIxMjA3MDZaFw00MjA4MjIxMjA3MDZaMHExCzAJ +BgNVBAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMg +THRkLjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25v +IFJvb3QgQ0EgMjAxNzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJbcPYrYsHtv +xie+RJCxs1YVe45DJH0ahFnuY2iyxl6H0BVIHqiQrb1TotreOpCmYF9oMrWGQd+H +Wyx7xf58etqjYzBhMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBSHERUI0arBeAyxr87GyZDvvzAEwDAfBgNVHSMEGDAWgBSHERUI0arB +eAyxr87GyZDvvzAEwDAKBggqhkjOPQQDAgNJADBGAiEAtVfd14pVCzbhhkT61Nlo +jbjcI4qKDdQvfepz7L9NbKgCIQDLpbQS+ue16M9+k/zzNY9vTlp8tLxOsvxyqltZ ++efcMQ== +-----END CERTIFICATE----- + +# Issuer: O=CERTSIGN SA OU=certSIGN ROOT CA G2 +# Subject: O=CERTSIGN SA OU=certSIGN ROOT CA G2 +# Label: "certSIGN Root CA G2" +# Serial: 313609486401300475190 +# MD5 Fingerprint: 8c:f1:75:8a:c6:19:cf:94:b7:f7:65:20:87:c3:97:c7 +# SHA1 Fingerprint: 26:f9:93:b4:ed:3d:28:27:b0:b9:4b:a7:e9:15:1d:a3:8d:92:e5:32 +# SHA256 Fingerprint: 65:7c:fe:2f:a7:3f:aa:38:46:25:71:f3:32:a2:36:3a:46:fc:e7:02:09:51:71:07:02:cd:fb:b6:ee:da:33:05 +-----BEGIN CERTIFICATE----- +MIIFRzCCAy+gAwIBAgIJEQA0tk7GNi02MA0GCSqGSIb3DQEBCwUAMEExCzAJBgNV +BAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJR04g +Uk9PVCBDQSBHMjAeFw0xNzAyMDYwOTI3MzVaFw00MjAyMDYwOTI3MzVaMEExCzAJ +BgNVBAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJ +R04gUk9PVCBDQSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMDF +dRmRfUR0dIf+DjuW3NgBFszuY5HnC2/OOwppGnzC46+CjobXXo9X69MhWf05N0Iw +vlDqtg+piNguLWkh59E3GE59kdUWX2tbAMI5Qw02hVK5U2UPHULlj88F0+7cDBrZ +uIt4ImfkabBoxTzkbFpG583H+u/E7Eu9aqSs/cwoUe+StCmrqzWaTOTECMYmzPhp +n+Sc8CnTXPnGFiWeI8MgwT0PPzhAsP6CRDiqWhqKa2NYOLQV07YRaXseVO6MGiKs +cpc/I1mbySKEwQdPzH/iV8oScLumZfNpdWO9lfsbl83kqK/20U6o2YpxJM02PbyW +xPFsqa7lzw1uKA2wDrXKUXt4FMMgL3/7FFXhEZn91QqhngLjYl/rNUssuHLoPj1P +rCy7Lobio3aP5ZMqz6WryFyNSwb/EkaseMsUBzXgqd+L6a8VTxaJW732jcZZroiF +DsGJ6x9nxUWO/203Nit4ZoORUSs9/1F3dmKh7Gc+PoGD4FapUB8fepmrY7+EF3fx +DTvf95xhszWYijqy7DwaNz9+j5LP2RIUZNoQAhVB/0/E6xyjyfqZ90bp4RjZsbgy +LcsUDFDYg2WD7rlcz8sFWkz6GZdr1l0T08JcVLwyc6B49fFtHsufpaafItzRUZ6C +eWRgKRM+o/1Pcmqr4tTluCRVLERLiohEnMqE0yo7AgMBAAGjQjBAMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSCIS1mxteg4BXrzkwJ +d8RgnlRuAzANBgkqhkiG9w0BAQsFAAOCAgEAYN4auOfyYILVAzOBywaK8SJJ6ejq +kX/GM15oGQOGO0MBzwdw5AgeZYWR5hEit/UCI46uuR59H35s5r0l1ZUa8gWmr4UC +b6741jH/JclKyMeKqdmfS0mbEVeZkkMR3rYzpMzXjWR91M08KCy0mpbqTfXERMQl +qiCA2ClV9+BB/AYm/7k29UMUA2Z44RGx2iBfRgB4ACGlHgAoYXhvqAEBj500mv/0 +OJD7uNGzcgbJceaBxXntC6Z58hMLnPddDnskk7RI24Zf3lCGeOdA5jGokHZwYa+c +NywRtYK3qq4kNFtyDGkNzVmf9nGvnAvRCjj5BiKDUyUM/FHE5r7iOZULJK2v0ZXk +ltd0ZGtxTgI8qoXzIKNDOXZbbFD+mpwUHmUUihW9o4JFWklWatKcsWMy5WHgUyIO +pwpJ6st+H6jiYoD2EEVSmAYY3qXNL3+q1Ok+CHLsIwMCPKaq2LxndD0UF/tUSxfj +03k9bWtJySgOLnRQvwzZRjoQhsmnP+mg7H/rpXdYaXHmgwo38oZJar55CJD2AhZk +PuXaTH4MNMn5X7azKFGnpyuqSfqNZSlO42sTp5SjLVFteAxEy9/eCG/Oo2Sr05WE +1LlSVHJ7liXMvGnjSG4N0MedJ5qq+BOS3R7fY581qRY27Iy4g/Q9iY/NtBde17MX +QRBdJ3NghVdJIgc= +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global Certification Authority" +# Serial: 1846098327275375458322922162 +# MD5 Fingerprint: f8:1c:18:2d:2f:ba:5f:6d:a1:6c:bc:c7:ab:91:c7:0e +# SHA1 Fingerprint: 2f:8f:36:4f:e1:58:97:44:21:59:87:a5:2a:9a:d0:69:95:26:7f:b5 +# SHA256 Fingerprint: 97:55:20:15:f5:dd:fc:3c:87:88:c0:06:94:45:55:40:88:94:45:00:84:f1:00:86:70:86:bc:1a:2b:b5:8d:c8 +-----BEGIN CERTIFICATE----- +MIIF2jCCA8KgAwIBAgIMBfcOhtpJ80Y1LrqyMA0GCSqGSIb3DQEBCwUAMIGIMQsw +CQYDVQQGEwJVUzERMA8GA1UECAwISWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28x +ITAfBgNVBAoMGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1 +c3R3YXZlIEdsb2JhbCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xNzA4MjMx +OTM0MTJaFw00MjA4MjMxOTM0MTJaMIGIMQswCQYDVQQGEwJVUzERMA8GA1UECAwI +SWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28xITAfBgNVBAoMGFRydXN0d2F2ZSBI +b2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1c3R3YXZlIEdsb2JhbCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB +ALldUShLPDeS0YLOvR29zd24q88KPuFd5dyqCblXAj7mY2Hf8g+CY66j96xz0Xzn +swuvCAAJWX/NKSqIk4cXGIDtiLK0thAfLdZfVaITXdHG6wZWiYj+rDKd/VzDBcdu +7oaJuogDnXIhhpCujwOl3J+IKMujkkkP7NAP4m1ET4BqstTnoApTAbqOl5F2brz8 +1Ws25kCI1nsvXwXoLG0R8+eyvpJETNKXpP7ScoFDB5zpET71ixpZfR9oWN0EACyW +80OzfpgZdNmcc9kYvkHHNHnZ9GLCQ7mzJ7Aiy/k9UscwR7PJPrhq4ufogXBeQotP +JqX+OsIgbrv4Fo7NDKm0G2x2EOFYeUY+VM6AqFcJNykbmROPDMjWLBz7BegIlT1l +RtzuzWniTY+HKE40Cz7PFNm73bZQmq131BnW2hqIyE4bJ3XYsgjxroMwuREOzYfw +hI0Vcnyh78zyiGG69Gm7DIwLdVcEuE4qFC49DxweMqZiNu5m4iK4BUBjECLzMx10 +coos9TkpoNPnG4CELcU9402x/RpvumUHO1jsQkUm+9jaJXLE9gCxInm943xZYkqc +BW89zubWR2OZxiRvchLIrH+QtAuRcOi35hYQcRfO3gZPSEF9NUqjifLJS3tBEW1n +twiYTOURGa5CgNz7kAXU+FDKvuStx8KU1xad5hePrzb7AgMBAAGjQjBAMA8GA1Ud +EwEB/wQFMAMBAf8wHQYDVR0OBBYEFJngGWcNYtt2s9o9uFvo/ULSMQ6HMA4GA1Ud +DwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAmHNw4rDT7TnsTGDZqRKGFx6W +0OhUKDtkLSGm+J1WE2pIPU/HPinbbViDVD2HfSMF1OQc3Og4ZYbFdada2zUFvXfe +uyk3QAUHw5RSn8pk3fEbK9xGChACMf1KaA0HZJDmHvUqoai7PF35owgLEQzxPy0Q +lG/+4jSHg9bP5Rs1bdID4bANqKCqRieCNqcVtgimQlRXtpla4gt5kNdXElE1GYhB +aCXUNxeEFfsBctyV3lImIJgm4nb1J2/6ADtKYdkNy1GTKv0WBpanI5ojSP5RvbbE +sLFUzt5sQa0WZ37b/TjNuThOssFgy50X31ieemKyJo90lZvkWx3SD92YHJtZuSPT +MaCm/zjdzyBP6VhWOmfD0faZmZ26NraAL4hHT4a/RDqA5Dccprrql5gR0IRiR2Qe +qu5AvzSxnI9O4fKSTx+O856X3vOmeWqJcU9LJxdI/uz0UA9PSX3MReO9ekDFQdxh +VicGaeVyQYHTtgGJoC86cnn+OjC/QezHYj6RS8fZMXZC+fc8Y+wmjHMMfRod6qh8 +h6jCJ3zhM0EPz8/8AKAigJ5Kp28AsEFFtyLKaEjFQqKu3R3y4G5OBVixwJAWKqQ9 +EEC+j2Jjg6mcgn0tAumDMHzLJ8n9HmYAsC7TIS+OMxZsmO0QqAfWzJPP29FpHOTK +yeC2nOnOcXHebD8WpHk= +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global ECC P256 Certification Authority" +# Serial: 4151900041497450638097112925 +# MD5 Fingerprint: 5b:44:e3:8d:5d:36:86:26:e8:0d:05:d2:59:a7:83:54 +# SHA1 Fingerprint: b4:90:82:dd:45:0c:be:8b:5b:b1:66:d3:e2:a4:08:26:cd:ed:42:cf +# SHA256 Fingerprint: 94:5b:bc:82:5e:a5:54:f4:89:d1:fd:51:a7:3d:df:2e:a6:24:ac:70:19:a0:52:05:22:5c:22:a7:8c:cf:a8:b4 +-----BEGIN CERTIFICATE----- +MIICYDCCAgegAwIBAgIMDWpfCD8oXD5Rld9dMAoGCCqGSM49BAMCMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM1MTBaFw00MjA4MjMxOTM1MTBaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABH77bOYj43MyCMpg5lOcunSNGLB4kFKA3TjASh3RqMyTpJcGOMoN +FWLGjgEqZZ2q3zSRLoHB5DOSMcT9CTqmP62jQzBBMA8GA1UdEwEB/wQFMAMBAf8w +DwYDVR0PAQH/BAUDAwcGADAdBgNVHQ4EFgQUo0EGrJBt0UrrdaVKEJmzsaGLSvcw +CgYIKoZIzj0EAwIDRwAwRAIgB+ZU2g6gWrKuEZ+Hxbb/ad4lvvigtwjzRM4q3wgh +DDcCIC0mA6AFvWvR9lz4ZcyGbbOcNEhjhAnFjXca4syc4XR7 +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global ECC P384 Certification Authority" +# Serial: 2704997926503831671788816187 +# MD5 Fingerprint: ea:cf:60:c4:3b:b9:15:29:40:a1:97:ed:78:27:93:d6 +# SHA1 Fingerprint: e7:f3:a3:c8:cf:6f:c3:04:2e:6d:0e:67:32:c5:9e:68:95:0d:5e:d2 +# SHA256 Fingerprint: 55:90:38:59:c8:c0:c3:eb:b8:75:9e:ce:4e:25:57:22:5f:f5:75:8b:bd:38:eb:d4:82:76:60:1e:1b:d5:80:97 +-----BEGIN CERTIFICATE----- +MIICnTCCAiSgAwIBAgIMCL2Fl2yZJ6SAaEc7MAoGCCqGSM49BAMDMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM2NDNaFw00MjA4MjMxOTM2NDNaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTB2MBAGByqGSM49AgEGBSuB +BAAiA2IABGvaDXU1CDFHBa5FmVXxERMuSvgQMSOjfoPTfygIOiYaOs+Xgh+AtycJ +j9GOMMQKmw6sWASr9zZ9lCOkmwqKi6vr/TklZvFe/oyujUF5nQlgziip04pt89ZF +1PKYhDhloKNDMEEwDwYDVR0TAQH/BAUwAwEB/zAPBgNVHQ8BAf8EBQMDBwYAMB0G +A1UdDgQWBBRVqYSJ0sEyvRjLbKYHTsjnnb6CkDAKBggqhkjOPQQDAwNnADBkAjA3 +AZKXRRJ+oPM+rRk6ct30UJMDEr5E0k9BpIycnR+j9sKS50gU/k6bpZFXrsY3crsC +MGclCrEMXu6pY5Jv5ZAL/mYiykf9ijH3g/56vxC+GCsej/YpHpRZ744hN8tRmKVu +Sw== +-----END CERTIFICATE----- + +# Issuer: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp. +# Subject: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp. +# Label: "NAVER Global Root Certification Authority" +# Serial: 9013692873798656336226253319739695165984492813 +# MD5 Fingerprint: c8:7e:41:f6:25:3b:f5:09:b3:17:e8:46:3d:bf:d0:9b +# SHA1 Fingerprint: 8f:6b:f2:a9:27:4a:da:14:a0:c4:f4:8e:61:27:f9:c0:1e:78:5d:d1 +# SHA256 Fingerprint: 88:f4:38:dc:f8:ff:d1:fa:8f:42:91:15:ff:e5:f8:2a:e1:e0:6e:0c:70:c3:75:fa:ad:71:7b:34:a4:9e:72:65 +-----BEGIN CERTIFICATE----- +MIIFojCCA4qgAwIBAgIUAZQwHqIL3fXFMyqxQ0Rx+NZQTQ0wDQYJKoZIhvcNAQEM +BQAwaTELMAkGA1UEBhMCS1IxJjAkBgNVBAoMHU5BVkVSIEJVU0lORVNTIFBMQVRG +T1JNIENvcnAuMTIwMAYDVQQDDClOQVZFUiBHbG9iYWwgUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eTAeFw0xNzA4MTgwODU4NDJaFw0zNzA4MTgyMzU5NTlaMGkx +CzAJBgNVBAYTAktSMSYwJAYDVQQKDB1OQVZFUiBCVVNJTkVTUyBQTEFURk9STSBD +b3JwLjEyMDAGA1UEAwwpTkFWRVIgR2xvYmFsIFJvb3QgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC21PGTXLVA +iQqrDZBbUGOukJR0F0Vy1ntlWilLp1agS7gvQnXp2XskWjFlqxcX0TM62RHcQDaH +38dq6SZeWYp34+hInDEW+j6RscrJo+KfziFTowI2MMtSAuXaMl3Dxeb57hHHi8lE +HoSTGEq0n+USZGnQJoViAbbJAh2+g1G7XNr4rRVqmfeSVPc0W+m/6imBEtRTkZaz +kVrd/pBzKPswRrXKCAfHcXLJZtM0l/aM9BhK4dA9WkW2aacp+yPOiNgSnABIqKYP +szuSjXEOdMWLyEz59JuOuDxp7W87UC9Y7cSw0BwbagzivESq2M0UXZR4Yb8Obtoq +vC8MC3GmsxY/nOb5zJ9TNeIDoKAYv7vxvvTWjIcNQvcGufFt7QSUqP620wbGQGHf +nZ3zVHbOUzoBppJB7ASjjw2i1QnK1sua8e9DXcCrpUHPXFNwcMmIpi3Ua2FzUCaG +YQ5fG8Ir4ozVu53BA0K6lNpfqbDKzE0K70dpAy8i+/Eozr9dUGWokG2zdLAIx6yo +0es+nPxdGoMuK8u180SdOqcXYZaicdNwlhVNt0xz7hlcxVs+Qf6sdWA7G2POAN3a +CJBitOUt7kinaxeZVL6HSuOpXgRM6xBtVNbv8ejyYhbLgGvtPe31HzClrkvJE+2K +AQHJuFFYwGY6sWZLxNUxAmLpdIQM201GLQIDAQABo0IwQDAdBgNVHQ4EFgQU0p+I +36HNLL3s9TsBAZMzJ7LrYEswDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMB +Af8wDQYJKoZIhvcNAQEMBQADggIBADLKgLOdPVQG3dLSLvCkASELZ0jKbY7gyKoN +qo0hV4/GPnrK21HUUrPUloSlWGB/5QuOH/XcChWB5Tu2tyIvCZwTFrFsDDUIbatj +cu3cvuzHV+YwIHHW1xDBE1UBjCpD5EHxzzp6U5LOogMFDTjfArsQLtk70pt6wKGm ++LUx5vR1yblTmXVHIloUFcd4G7ad6Qz4G3bxhYTeodoS76TiEJd6eN4MUZeoIUCL +hr0N8F5OSza7OyAfikJW4Qsav3vQIkMsRIz75Sq0bBwcupTgE34h5prCy8VCZLQe +lHsIJchxzIdFV4XTnyliIoNRlwAYl3dqmJLJfGBs32x9SuRwTMKeuB330DTHD8z7 +p/8Dvq1wkNoL3chtl1+afwkyQf3NosxabUzyqkn+Zvjp2DXrDige7kgvOtB5CTh8 +piKCk5XQA76+AqAF3SAi428diDRgxuYKuQl1C/AH6GmWNcf7I4GOODm4RStDeKLR +LBT/DShycpWbXgnbiUSYqqFJu3FS8r/2/yehNq+4tneI3TqkbZs0kNwUXTC/t+sX +5Ie3cdCh13cV1ELX8vMxmV2b3RZtP+oGI/hGoiLtk/bdmuYqh7GYVPEi92tF4+KO +dh2ajcQGjTa3FPOdVGm3jjzVpG2Tgbet9r1ke8LJaDmgkpzNNIaRkPpkUZ3+/uul +9XXeifdy +-----END CERTIFICATE----- + +# Issuer: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres +# Subject: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres +# Label: "AC RAIZ FNMT-RCM SERVIDORES SEGUROS" +# Serial: 131542671362353147877283741781055151509 +# MD5 Fingerprint: 19:36:9c:52:03:2f:d2:d1:bb:23:cc:dd:1e:12:55:bb +# SHA1 Fingerprint: 62:ff:d9:9e:c0:65:0d:03:ce:75:93:d2:ed:3f:2d:32:c9:e3:e5:4a +# SHA256 Fingerprint: 55:41:53:b1:3d:2c:f9:dd:b7:53:bf:be:1a:4e:0a:e0:8d:0a:a4:18:70:58:fe:60:a2:b8:62:b2:e4:b8:7b:cb +-----BEGIN CERTIFICATE----- +MIICbjCCAfOgAwIBAgIQYvYybOXE42hcG2LdnC6dlTAKBggqhkjOPQQDAzB4MQsw +CQYDVQQGEwJFUzERMA8GA1UECgwIRk5NVC1SQ00xDjAMBgNVBAsMBUNlcmVzMRgw +FgYDVQRhDA9WQVRFUy1RMjgyNjAwNEoxLDAqBgNVBAMMI0FDIFJBSVogRk5NVC1S +Q00gU0VSVklET1JFUyBTRUdVUk9TMB4XDTE4MTIyMDA5MzczM1oXDTQzMTIyMDA5 +MzczM1oweDELMAkGA1UEBhMCRVMxETAPBgNVBAoMCEZOTVQtUkNNMQ4wDAYDVQQL +DAVDZXJlczEYMBYGA1UEYQwPVkFURVMtUTI4MjYwMDRKMSwwKgYDVQQDDCNBQyBS +QUlaIEZOTVQtUkNNIFNFUlZJRE9SRVMgU0VHVVJPUzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABPa6V1PIyqvfNkpSIeSX0oNnnvBlUdBeh8dHsVnyV0ebAAKTRBdp20LH +sbI6GA60XYyzZl2hNPk2LEnb80b8s0RpRBNm/dfF/a82Tc4DTQdxz69qBdKiQ1oK +Um8BA06Oi6NCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD +VR0OBBYEFAG5L++/EYZg8k/QQW6rcx/n0m5JMAoGCCqGSM49BAMDA2kAMGYCMQCu +SuMrQMN0EfKVrRYj3k4MGuZdpSRea0R7/DjiT8ucRRcRTBQnJlU5dUoDzBOQn5IC +MQD6SmxgiHPz7riYYqnOK8LZiqZwMR2vsJRM60/G49HzYqc8/5MuB1xJAWdpEgJy +v+c= +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign Root R46 O=GlobalSign nv-sa +# Subject: CN=GlobalSign Root R46 O=GlobalSign nv-sa +# Label: "GlobalSign Root R46" +# Serial: 1552617688466950547958867513931858518042577 +# MD5 Fingerprint: c4:14:30:e4:fa:66:43:94:2a:6a:1b:24:5f:19:d0:ef +# SHA1 Fingerprint: 53:a2:b0:4b:ca:6b:d6:45:e6:39:8a:8e:c4:0d:d2:bf:77:c3:a2:90 +# SHA256 Fingerprint: 4f:a3:12:6d:8d:3a:11:d1:c4:85:5a:4f:80:7c:ba:d6:cf:91:9d:3a:5a:88:b0:3b:ea:2c:63:72:d9:3c:40:c9 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgISEdK7udcjGJ5AXwqdLdDfJWfRMA0GCSqGSIb3DQEBDAUA +MEYxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYD +VQQDExNHbG9iYWxTaWduIFJvb3QgUjQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMy +MDAwMDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYt +c2ExHDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBSNDYwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCsrHQy6LNl5brtQyYdpokNRbopiLKkHWPd08EsCVeJ +OaFV6Wc0dwxu5FUdUiXSE2te4R2pt32JMl8Nnp8semNgQB+msLZ4j5lUlghYruQG +vGIFAha/r6gjA7aUD7xubMLL1aa7DOn2wQL7Id5m3RerdELv8HQvJfTqa1VbkNud +316HCkD7rRlr+/fKYIje2sGP1q7Vf9Q8g+7XFkyDRTNrJ9CG0Bwta/OrffGFqfUo +0q3v84RLHIf8E6M6cqJaESvWJ3En7YEtbWaBkoe0G1h6zD8K+kZPTXhc+CtI4wSE +y132tGqzZfxCnlEmIyDLPRT5ge1lFgBPGmSXZgjPjHvjK8Cd+RTyG/FWaha/LIWF +zXg4mutCagI0GIMXTpRW+LaCtfOW3T3zvn8gdz57GSNrLNRyc0NXfeD412lPFzYE ++cCQYDdF3uYM2HSNrpyibXRdQr4G9dlkbgIQrImwTDsHTUB+JMWKmIJ5jqSngiCN +I/onccnfxkF0oE32kRbcRoxfKWMxWXEM2G/CtjJ9++ZdU6Z+Ffy7dXxd7Pj2Fxzs +x2sZy/N78CsHpdlseVR2bJ0cpm4O6XkMqCNqo98bMDGfsVR7/mrLZqrcZdCinkqa +ByFrgY/bxFn63iLABJzjqls2k+g9vXqhnQt2sQvHnf3PmKgGwvgqo6GDoLclcqUC +4wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUA1yrc4GHqMywptWU4jaWSf8FmSwwDQYJKoZIhvcNAQEMBQADggIBAHx4 +7PYCLLtbfpIrXTncvtgdokIzTfnvpCo7RGkerNlFo048p9gkUbJUHJNOxO97k4Vg +JuoJSOD1u8fpaNK7ajFxzHmuEajwmf3lH7wvqMxX63bEIaZHU1VNaL8FpO7XJqti +2kM3S+LGteWygxk6x9PbTZ4IevPuzz5i+6zoYMzRx6Fcg0XERczzF2sUyQQCPtIk +pnnpHs6i58FZFZ8d4kuaPp92CC1r2LpXFNqD6v6MVenQTqnMdzGxRBF6XLE+0xRF +FRhiJBPSy03OXIPBNvIQtQ6IbbjhVp+J3pZmOUdkLG5NrmJ7v2B0GbhWrJKsFjLt +rWhV/pi60zTe9Mlhww6G9kuEYO4Ne7UyWHmRVSyBQ7N0H3qqJZ4d16GLuc1CLgSk +ZoNNiTW2bKg2SnkheCLQQrzRQDGQob4Ez8pn7fXwgNNgyYMqIgXQBztSvwyeqiv5 +u+YfjyW6hY0XHgL+XVAEV8/+LbzvXMAaq7afJMbfc2hIkCwU9D9SGuTSyxTDYWnP +4vkYxboznxSjBF25cfe1lNj2M8FawTSLfJvdkzrnE6JwYZ+vj+vYxXX4M2bUdGc6 +N3ec592kD3ZDZopD8p/7DEJ4Y9HiD2971KE9dJeFt0g5QdYg/NA6s/rob8SKunE3 +vouXsXgxT7PntgMTzlSdriVZzH81Xwj3QEUxeCp6 +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign Root E46 O=GlobalSign nv-sa +# Subject: CN=GlobalSign Root E46 O=GlobalSign nv-sa +# Label: "GlobalSign Root E46" +# Serial: 1552617690338932563915843282459653771421763 +# MD5 Fingerprint: b5:b8:66:ed:de:08:83:e3:c9:e2:01:34:06:ac:51:6f +# SHA1 Fingerprint: 39:b4:6c:d5:fe:80:06:eb:e2:2f:4a:bb:08:33:a0:af:db:b9:dd:84 +# SHA256 Fingerprint: cb:b9:c4:4d:84:b8:04:3e:10:50:ea:31:a6:9f:51:49:55:d7:bf:d2:e2:c6:b4:93:01:01:9a:d6:1d:9f:50:58 +-----BEGIN CERTIFICATE----- +MIICCzCCAZGgAwIBAgISEdK7ujNu1LzmJGjFDYQdmOhDMAoGCCqGSM49BAMDMEYx +CzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYDVQQD +ExNHbG9iYWxTaWduIFJvb3QgRTQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMyMDAw +MDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2Ex +HDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBFNDYwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAAScDrHPt+ieUnd1NPqlRqetMhkytAepJ8qUuwzSChDH2omwlwxwEwkBjtjq +R+q+soArzfwoDdusvKSGN+1wCAB16pMLey5SnCNoIwZD7JIvU4Tb+0cUB+hflGdd +yXqBPCCjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud +DgQWBBQxCpCPtsad0kRLgLWi5h+xEk8blTAKBggqhkjOPQQDAwNoADBlAjEA31SQ +7Zvvi5QCkxeCmb6zniz2C5GMn0oUsfZkvLtoURMMA/cVi4RguYv/Uo7njLwcAjA8 ++RHUjE7AwWHCFUyqqx0LMV87HOIAl0Qx5v5zli/altP+CAezNIm8BZ/3Hobui3A= +-----END CERTIFICATE----- + +# Issuer: CN=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/.awi/lib/python3.9/site-packages/pip/_vendor/certifi/core.py b/.awi/lib/python3.9/site-packages/pip/_vendor/certifi/core.py new file mode 100644 index 0000000..c3e5466 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/certifi/core.py @@ -0,0 +1,108 @@ +""" +certifi.py +~~~~~~~~~~ + +This module returns the installation location of cacert.pem or its contents. +""" +import sys + + +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") diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/certifi/py.typed b/.awi/lib/python3.9/site-packages/pip/_vendor/certifi/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__init__.py new file mode 100644 index 0000000..fe58162 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8bb3e6d9c3feae6dcefe4512a3d3134ef3e87e6e GIT binary patch literal 3171 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 Cy|R!1 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..256ddac36f116fa7188a492ee556798e9ad6c578 GIT binary patch literal 1172 zcma)5J8u&~5Z=9)&z7wO1A&4H8eG^{pcF_5K^zE3*dV#PW_7+@+b8bD?p~0ibdHps znj)0>OV_62FHkXa7bk}h5_{UY+1ba;eDh7v>vaf>Z}WGHD~FIPTr`ITi&rq!AqY-5 zjY&d%N>MjrBQbrm(#_aPY~QYQD|V8W-=gG*aGN`4gge6Cn7+$fGcs_0Qg~`W%ZCTi za{n+=T1N9iM_Kwh4dS(m6zuiK8IRKCOb1#_f^Ze30<3$JBG%EtT8r^2kTan_$!snp z?DP)aAMLZ*giSskzWES>gFgmlfkV9oA&5^o@eNM7@tvNN1?48U&bq!SEMcRqirU&x z-?_20xO;|{);Y0=??N8!vV#fKAxt3#M+#lYG{p3_19bzY2~#}w^nZD?~t zPYJWMy&>>-PRT_JcQ}FP>2%|kF_lPkP~PVaBw2t^ zp1@UG3MKRj%1W0&NY_EuRUyj%vyLZsd}OK*yyygUxpOPLiZA1*RE z%-4FArQRs`8hLRv_v-bt(Q{8lS`70b{2VL=T#Is#9gCD_(hH$XTxf3&K;>1fM)_K{ zA>Jo2l?#H<4ty>>xqFM|Xq)d}SR$Tdyowd&6mT-8rG+=;9k9qAib|_QAC_eoqW}7KMNji7X6`q-$S?#V?tCcKEE5)(bmPxV@TO=XBq!LMM*^*jeD3g6cwt#)Ot;-Vr( z)o=T~o__QC^*8Um9u@og5*n@_uFS4}_DN0qJDK*&1T%@|8M>wkP3RS^s@rAM?ZB?UoRLRUrPc>%8s&PABP1p$~vnsvSq@Aqx*?rZNol>%BrN5fC)71fc zpgL#|Dp^nERCUN6s-Ct_SBLFkC5u%?su??@Yu7Xp7m0hCNZd8-QEHq2TQ|=kilGoGWvSOAB+;%S&_f1!rLjKTwvLS2|ekraIx>2p(RR!a1P>vz+NON#+;10Ayl?;8q@ zradSu;Oume$*&jXm9po{^2(MEkWJN!m2I!=l{FZ=_QAEkHHJR;@b$HC46%Ff^=1Ut z7k2d^DqVj|)=I?W{>8q5mPhlR1@X1J+K%SvLI*X30U8kzP*X`PMWZ{~`#lddyo4G| zG7FMw*3i^-H5UskU%dsVoDz(6{JOI$-FKY26s`<<9ly9zaUHMRaDy>_d$U|BRvgi` zB1aanu)uOez2*i<%=d8zRe6}LRE3NsUC;HgHq&z}tGk*UhXwy`Osv$@*4JTw1NmOPkyNdc8Jrxp=!gQ7NxXg#2@tU!L&FzI$o2SlTGA zxtLbooN(TCYoabE_-x_&;cuJSmp8YAnB$adW#4foVTqTbLn1LfYDM+%uW>%#W&1Ag z&+NWI!_cNS01;Mg5-DOWH=%J(`663XXmI7z*;2(VO7PoR&oBD!RkcfnTtq$&HS#RU zIg;}vbX-U-vX=#!NAsc}nhD#D#@Vixt0yBene{L$06u6g{}IUdy^)2i(iGwX7)mMdhGJ{XK{I9#wpCpGcY@dDemo=#hjsh80hk_*HZNT zfdQ+S<_&^q<}i?$)J;A8kr_$oW~A|CR}XgT=RBdI6U4{RmFa z6y}$&%^q6MQEyDpzgG7hw^rX;TX*Q4+nDch&$LM6sqQv*PD1^lJK<}irgAzi_Gz+u zZ3t3<4a*q?nL}UsZqJqS`F%m#yZmX$cF;m=tj2}z*6brbcZz|mR;;>?6C@m`S{GZ0 z*bZW`^UhYW5{}5{__PU<%OsabK1GrxAy@-zW!rbXAkLqnl*R2JQbss_T8*t%>P25Z z!@jvvuUF*fIFI(W0b-o23QDKZdj-uK0*L_x>d#2^r{ZI&)IiFTyrYEHanWJCJkC8x zB`WNy%2>#hbWaQ2KBMWH%Z|T z$uI6WrApEB9H(v9xewn(^I{;Ho>2LxaiQx9TIpxk2x8nV2NlM{P~>XZ@@O7+aR;Ts zsCLIdBsUPTpF**KUPc?@h&if_Xu`^1bzxKvONHj|FtPbH5EXKp57=vAc{dVx7qH0EOjCWsQE1>TtOcCVQc6d z!YD*yoIQoa1bZzchTc$qQ7)lRe~k7p0*|)4g+MutS*7*>$em%!Q{DfJx?f_poFU;h z$g3nR)X8gPmGz3KC2;qDg7z@Px-6juF*(<%Zj!9h`38DFLOVbTB_*_uizf2=1dyVR zJSU12c>|V)X>pRh0}m1eyJ&|%(AA`4KtPYM<*9BGWIyzv7&c7cgXIs(Moqq2Gj*+Y z27w5r4(_rThVDdsgkKbv(Few%aP)mBYyOFZX*NU$fq|^bR1-w7t@{NZpDt%9HA{6I zXVg*;)=R|v0?p&Qp{bCR){_WJ-BH+@QSXP?zc3JL0Gc}^|U^u zH!dEt)JMS75>)+)N?VwsJSux{$aS&zb54CQD%tfj&V>StUS6Izq$s>!t7oCImhZ_8xI zTjU~pj8=a{^H^OHSYZ(ba9!xS>PLXqTTu3Us%=4wl9PniB0l_`D6~3ip#iKWgcc8_ zA+%1hcPzC2f;$dDtDD)!K#Q=BpyjFUJ0K53izWD8K70bfN|!IGe3&|b(jBvQSwvfR z-4H#vYen6K&x{Cc(TpZyBPil=rzvpy*)ew*<`Nl50NGxAcKN1=qmKh~F4+#nZ^NeM zPf315@>h}%N%+|$#N(IAev2&en6nP*eH9Dk7diBq{qeSHf_VK0nmPdzuNizq$>@Xl zq>==7P2jexOCJHZUxDgBQ+*4!l$;=Ld7!-h=7|DVeicjTTAKZft5sR0{e*b5NymVa zfMm;4UDx^?Ir5+!dpKh@-^c8*K3AnVH{l?D;k)Gp3iycdtJ^qxidfmyXy9(i^``OO<(4(qX;{;_g;yL#h#a zTE8sHPTBVqp;-hK1i&s@P8<3NR>vaDq=wt^xP_YO0J@i3P6lKcKlX-y||)A zShT8dA?gq+dA^V=7$q~jWGt2hw&Y^kQbNm@LG0D=i_dFkaEC{dHioSIzhoqJJw1rO Kezc+V=zjqb6xJ;O literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f27c5cbff5d99ed38834e431e3f2e7f5df43b971 GIT binary patch literal 2481 zcmbtW&u<$=6rP!#U9TNGP1CeZTcDwZgOM6b<-iXCMKo`#nFPa9t27K-A!iSm@>Q_M zRG|H5UaPE18>}9_#7V5~bXC{%d{Fs2!owz9oJ-(h)GhoAjLs$|?T8a@ zQQw<2`wlu8d&UNQ$`${G6aG^ci5`RW6iKNV?(>>;ZYa#gVe99Ms01gs5jBpM#UhElvXEQcia)r%Td%xVoXOz?5}C#$!Mq> zV-r8sI&It?rJ3osClp@W7$@;|5ALSwR(E7>jkmKWqqMOaf8TE;{dS|!-(UTxVf&fB zHI6%*2sO6#$BpQzPSwaXI$(s-nR{EE(P`tttkvLczfFN}R<@ikm=o9=SeMg-1U$#<@wVeQG|{-4q23a*@) zZLXr9hm>JdM9dpdU$^p2jD3vux|L^<==dOHMA+WWbYwGA(1~z8euzrc9L_(XLwJHd zKkSOB7;w9|6->ne2z1DIy{Tt!K=(3~sZC+lrj*V;X?O?NSrVWjVnQoItO!6!5rLMV zURj9`iF#$MD=Tl4n}AlG-igz33QB@(-gj&)Dni9E&|HRnx$J7K4CPQB-d}&*T#LSX zRKz`iizv0I9_|%1*B?dS+;a@B%OdJ;VVhYdaf5`5|0@z)#~7uQrOAS}0>qV^BvGQ` z-t&+lukxMCXOM%eJ4Fi0sS=t)n2J3iOv#z?fdEEJiUTpyJZLu*xU9TgQItol^%0GS zg#93}O+x1&R1#YGP;j<&d+Hrj4%sdu;AVW9L7SV(L&+H;BsZD4J(Y;32dpJ_uz|Ec zD-XBgu6oeyy?F5Z&eDrN@AQ6LqVC?E9?W#lPVHU0l8&;KBKLPLLdD;!B?hFAo(9e0eHSG#sf(Lj7tK zZB62&m@yR8TsGI6_grarMK2Fg5b^2Cwv9*A9wnXgl$3CZIAJP zh!N18S%n?7Ssj~|@Bp*9uknGk&b7iSI^)FE|K>^_ep0~l8PzFEo0mkDFL?g|1u7?) literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3bab55d2de54fd4e8d24c97917934d9fce0f8778 GIT binary patch literal 3864 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 H-wOW)kYqqF literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2f05f5011c33af99b94b748f58203d8b5048f572 GIT binary patch literal 705 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 T)!!pl6fSL9btrcm^p^KuCrGRS literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..304c3eb06ce79269ebb37bff6a326dafb6b32780 GIT binary patch literal 7235 zcmeHL&2HO95GE~(*1s*;R@~GzeCQzpDl=711%e=sB2@8jAgLE#h_!ZQv!zIZq*6GK zkW-LzU!bqVYfpTF7Vf1pOOc{fIf06#L{o{_<;?EP?#%4$M`1{@m=oal?y^02s|dnx z$i#nbV4gyAWJwTy5U4;!Ll}yxC?dUPtPN9Y3h0z7vDA-gXfh2c!D<_g?`hgd)Lo@<3_c=ZW-v4bZJ|Cl(l}itvszq8-ORPXQ zSdo?J<|H~BJUV5FPDR~>9X=c#el{^%;y%sO^AWj=kMw9n;SLMq7DOqGK=_`~i&+=$ z7@z-;4$6iyJVyp?wM@6v3frXHtjsEOhgNxRZSm;cgXrz5+n}{LdhxyEbZFcBJCa%K zKaWf#6Z173!}Vrzd+iEzE8;~Tq4$Vl`f<)c_+&A|l2mLghw7(V| zH$V7Q7hFVs8&}-~mi~=E_$kap%t>3u#Kf*9zaNQS=h|xh`)BpWqi-ADdK2;0VKv#y z_YLAWnoBMX<`n{FK>Ds_dwB=JcrsP$UlUt1m^tAklMI=cF^G9JCRfbMw^glsrk!0p zZ=D7py^i)pS12*+uI>fcE(1Cjr_y)LWii259X&fh@wh<)inJ zG*&3OlU62m4fDJ*GqSMN1dLRZgn~ru=0E>s;#{ zJv(jLWmMkKG-8?-6ee`bbTrK?PX8q1qJ=37tL#p>xy80{u}~LqKdy_PfvGM|&Kj~C z*M%s=bulPYU7VcNy$`y-3idbf;@z#KTw6n?jBN6XF;i(;rfch$WA2_ZGRV!9ZH-M@ zA6RyMbmLxIrgBJr))hm)R096d;dhFoyR1GU{hy!|<0vD2q-d|0NiAE!vJGXf!koS{ zJRIG4na4wmjt%x?4{UJWKvxnADe3Ed@j%=ctMKgKN;xUDCPvR~DHqJ6#DTa6?cfio YaF+~9pd38EOU1=f`zZ0Jl%1XZ3pdQfumAu6 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fb6c4282d2d4cfe2b9b8d7c95812e209f564efcc GIT binary patch literal 2635 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e220ee27b0573a092baddac807cf52e1e121e52b GIT binary patch literal 1180 zcma)5OK%e~5VrS~O-X186oJGEF65BxffEu!Kw3a535bfzUMy$rB&&KK*xsT+Ze-eA;#9!dVc(;$O5E8TU?09U?{UF_(GAh5~#!eFY8%lo^Z zMtdK3Vx?s~Ep(ivFHu?ZfA`{ z?^4rZ{;|=tPLP8_A2Ml|H!81n5EF>PlUx@vjZB6YWMm7L4NE-+rqLRm;_nC}ZE1Ur zj}URRyGHQ$j?ih#oG=9T@ucsUt}1daOP`Q9jWr?C*pV)_z5tT^epxkB+ED1GW zuHdOFx#Ic^myY6M2LCo8k)TQua)y2v!6Hj|kV|^Vc^Zte^s*c($OT=_WmcqYFw5j1 zU+P7c21EKK4n#Z+>iv`9(?G?V4{{nE&^d=^aUPIEp0Z2^5fqAX9q=MLka<1~!FC<7X@R`;4to0tB}ap~=4lGF6xj(tJXc>%x-8cwfedT{|d3hHd)Bc$9Q zB*|DIjNBpQb3sLYQejv6fF(4BUY0ftkh~4HeRy1#mLzbP}5Nj;NQH(bmBoKnXZier3CMIq2Unl{2lUt?&j0`b literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6116e068fce90bf816bc07ca3389fe3bb7233712 GIT binary patch literal 27196 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�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 Y>eFdZ&(0MJhHLOwpW-BlmmvQC06dV20ssI2 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2d83eaec00e14ce0ea74adccffbf93676e03087e GIT binary patch literal 1188 zcma)6OK%e~5VrS~O_iu6qLo0L;6e_`iuQzr5Hy8yAOR`2y;#oLNmqCu*xsU4y`@s` zoH>+Z|B^2pIPn)aG2ZPX6+*%*kH_Q3%zWQ?X}7z9pnaXaoBs$9`e`TY&4bA+=;{Cj zLktU);TU79JHpA_*sXO}c$pvjweE=^YsD>$4iWQNaE4gG{goSstTjdb@E3-w`q(@? z+~3`MwtJ8&Ez?=0(;|PJQ?XR3g4N!rU}?UXYO48|CP!(`!MZc9giiODnvagCoO1n9 z7BenkWwW`BOvhyW;o!~t1f1MyHWS;_TM!(@n4#EVm^t6@IhteUGViPtyWHcxwbhY( zD;x(mmKF=otfh61JQRnJOWSlBw@nxmh$E0(S29m*lGn}Z4s;i~dJ00L6}rIR5k}h4 z?h2nG;%R?{U<^*tMa!-*1P<_|9~xg(C6^{7B+XMzh_v@eAB1TqHA+Nf(mF8PYz<99 zEu1HC)R$aweTj{yxR}G(CL|G5DMBvM@8jsG$aqvrddztqjf(t+5EYezE*G+>ayFP3 za!@YyQISVO`X!A-I*Xe5-tc*(Qq2b?O+L{Dhhu3Okz<~-LPiNt#kh_ZGs|~bGd3)j zvJDYGfv!Rj2yeg_;*;%lM2FWo|AnW;bYu@(UKs|goQVmVv+^F;WY>yXt3?l{rek9P zC`e8--Uo}aup#Hxf9@YSxgp5_ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..261fdbeb8b17770f0f7644f81e34a56a64de0c54 GIT binary patch literal 3436 zcmaJ^O>7&-6`q;hC70BaqGijL{3FYDoRn=PCQjYRMc_n{XiKR@8K#^93ls~IGo+SU zE$P{%458~t zDL18QD@gC!u1(2Z!c#nbM0i@5PYgH1?J6l|UVt=GWXj&`#(pQP1&$cJdFyvS)Oqxc-D3Jgq!1zo98)qlIPt5pL9?00zdVXeny&_XvMP_!GjP5&nYkSA@SI{2k#R2o^x=duP75`t zhr|P402+s+ZNg~v#}p?pOKY?b$+L{+CslIHDpJQtR#{Q6E2OeL&kz0B^VF=@^dXeI z2E>jRbXtA`CQ+j!g_;?DwC6{?lP6a7{_;v$SzcF)J>__H(S#S0+2o0ou8u>M_xkVl z=av+ah>xi)i?zpoDe&v1Wd82rty1L2Vxe1W?9^HUUh}&pZ%=^TWeNAmMO@m} zUQSe6?C#4Mu<}pQ+ywwavor-i8-6$*Ob-Xe;=p*X_1OvvnFr85N)Wu&W_^$0Xmaq1 zJPS-kOU}X|&m&wwxQK8G;R?d_6L=G;d4OZMBO8FAa;8lWrbg7$_AMGJKX7N?@VOB` z$Y~JJzz7>$NMqFL9iSNwG0MmxY77+s;)qs?OwPd*c^RN+$g4=dh42-GQDxOB@Uyqu z;Ua+0z?u~O47eg)T`aKb+=$w*Fhi-MjYLgUYj7c*f?KPJ)epyW<)K+zQb^VwnTl^YG8Q-1lM@fSG z0v<+r074lx2fu%f1p<`q4aSIRVul>LhNY=s=yso+&ZT zRI0MM!(j#L7zH!?C1ctDGQ<84OXaahnFpsv ze1|ediW9mBZ|$O=009PolSz+8`H#sDFmE8iVRo@UL+2PX1l66e}GrVRUUp*$PjBJ%q{;aikbnEkLn)3U+*El^Eg#mvh( z^Rhy!a~tawFUil9wdDui>Uwo+xdN@|^u5iy>no5LYvqp~l)vLumce0DpR89Oj;-Ze zP?H*+u<3IVHiVi&i5r`%<$EW>`aV*&?u=2du54YzfExFfgY5(hS6JH>lh9*zPu!|LqQrEiaC~P!!ky^hCLf^?KKQcPIZu~RO0PKo7c1nWe2se)r01@ zh&t)~W@Ghe!12l#kz0Rp6$tRp|BDl7Yq6oz_%?7tst;y3RtX@)Oj3hWLk_(Kl67v$ zZz1(Q!fUo6k?#iXKv!3^s*$G-SQDDZXwTE>TD*=28*~L6Y_cAE z^M=Cl8nWmk0-g+x;EvF&HZ|EvOB%E$YFhBabvBjFI}F+u`?q5kGKJjCZAJ@oa2t$D zlvF8ZRVv=^!aoOzks9#YEuhNEem`;5 QZEWZIXj5Pgq>ID<2Nw<>jsO4v literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bb5450a84341a5ddda7d4d6740304c3ec49697a5 GIT binary patch literal 22148 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 YSD#LUdUmc_IJ^YEP>YHkD|W2^0oT>vQUCw| literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e53eae2d2e38d7580c1d50a5acc1f53bec6894e7 GIT binary patch literal 37375 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 Di@kxv literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..167fce3a318662b3bb294ba841a0e09604b43835 GIT binary patch literal 1179 zcma)5OK%e~5VrS~O-X186oJGEF67YcffEu!v?)*(k|O1{7t2{Y$-=&{y+x^dOQqg9 zb129DBjhV5{sJe)yM1hhkeHQc$76dQ-^|c%cMSo3o$k$kcnJM8nHM%NpXN5!W zO4DNgiP5x9k%K}XGHL5umDf6mF+|}Bu1b+bCc{fIvIWbAC7%LQXob%3cZ89$l)b{o zh&ak!A^3a8=&WT<7y|ov-1oIB%YqB-6B1{!B19NF!Ud+=QH2qasW1-oCTn0xr~&f` zp1OiduFkP`Bu{4WZxa$FR7yh5(eE-?!iS-sOVR?B9<4gl6*+aM@}&y^-kU1!yQJvx$!oy+%ly zvobMqhmg-DP3n^hI_(3L&=+c{ZI~Z%7i^17V7hxz+=wR$bjvjg>*k7qLcpA($FQUs zeINHc3vbvKuJmIFVxy{AqnGOT>ecNg%}A#8NLJ0L*VE|*ZgqWysf+eNE1@+_t5&8P Wv0RtMe^F=o@{tM1G(!hhpZy2jfFe); literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..46fbc84db0096316fe7d2e42d34e9a923ab67dbf GIT binary patch literal 37967 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8e220e6d47a48d7b04138bd0360b239c24fedd5b GIT binary patch literal 21772 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 Pszz!N`}>N(4r=31YTJ#G literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a0932abd78af4bffc5a300e1b14a92bfd50bc01 GIT binary patch literal 26383 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 b4z0Px+BmfGeK5N%*2cl8b!g4)r8fQ-ke&Hc literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83ac399117b4d470de4eec8f82af4d90a73fee10 GIT binary patch literal 20745 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..070859f03ea91fc4a24f955d747ebce11beb0718 GIT binary patch literal 20585 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..078148f91f8beb6bd41403556c864ec32a6ae488 GIT binary patch literal 3109 zcmc&$OOG2x5bo}I__5>1ZZ_lvB0Ll@(ykQ&B9S7pk@Es2UceiKMuB10-FCbg&v<*< zOKiMcc2SNX&N(EGu@AR(yg@y7O&M2R@ittnSm)pS>X^%(nwLY~0* zY5i);JWR-MxR@D~kQETbAtQtnP6N`VF6}axQNkHF0;6lXrsmDS>e{Xiyya#%akHGc zIc~doo^j_u=J2dr;5oO*^KOaHxn+_2-)COD_?-57PQ3V>em@Hclx9#Uz^Wj!`a$i% ziPk01m%!qn?nT#*n9Ks~H(90JtSmRBM@>N#r)CK}nqDJ6E6YvkQB(Snwun2=9e3dh z;RRmYCA=ui9m74uOAS&f?_nlZSYlr5#453FgqtMbs&oDko)ujp+vC}@r*VBYL3W# z3uT6LQmQ0vjg(zAq?(*4c+)-kw=QnTrZ2_-!dR1>rgglZ}^ot8s4Ky-6T{_FX zft-hn3q%0ZiO@W?VGa*Z1Gv0@(Wk?A65dq^7v;1~6sf{NSl#8}bVa8hx^S@lh zXxH#P%v4SxmaIO^f7DoAI&0Youl_YKkj`X8 zAJA<&q8G`RA8#{7M^IVY1}6Om#0+9*93dbvM<%DYnOsrUh7Iw|P_pTQO?G5jpy%uZ zsGW0Qjj`S=f+h#B8flbukE+1eUW#tCCA>S`z*BxZPR7CVYJlomRMVAGPLb4$>k$`0 znjE>>wF`}g&J2upV%JyKyz7?|8}167UZ)FGBk~nX9sv`1676U+$zwRib!cK4rtzIb z)ocmD?|^lTNr#D_g}I=qiN9<(KNDZHpNT8>4SY1TUjPFD5Jfi_Kvu>KQvl2cv^0bo zfF$x1XW?;_apM?To7@B#twnMaLUMvYD6A3VY=><#__fc1WW)f{OuhZ>;?Gwe4R_DC z;T%2E?-3^RSoGdX`{ob7{PFh9-_JvZodShK(Bzvy5+m++Q@D(-f2U$-uo6o}$`1gm zC~S4O2%F*{N=3*(Xkh#5?_sYoUJf-`-mw3++3~-al{d0x**7cm*e|hypkL-a zuN(1xfV|^*n|(h>HM$$=5>K+wqM*yF0r(Dy{R&>?RU`;`VqwO|Ne+K}Dg8lu*LSq8 z6-2(0Rpblf7TXj-;CWNG(_KY3lp@%1cw+23kOB6B#c0{U=V(Eqwq99GY&Gb?KMaYr zmAX(E7kt`EB^Fs?iLl>|Q(s<2fpO#FW!>!(<3gi`qyeP%Ig(XeBG*`zZ{W7CA;Axk nK6T33N!Di1rNDiNc*I`;DKm#U%w#4#FwHXkPxDv%EwlI!U>$~% literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea5f778191921e1d6338b1f41e962cc67f6e6fe0 GIT binary patch literal 3250 zcmc&$TW=dh6rP#A#CFz~q$#~|5w}t!8ViAhDpjmOI0V zo8!#QbK5QO8Fv&4vq~xlbfYpR_4AxVh`N#)QP;Hb_ii2^+Qe4A1SFJJg+dBFXcDmgJxS z3Szd+juGMT*$0d}ytr$+MN!f#F)>ZIe4m)a#k8!XrDeZ$Jr4aSOTGqVpDl&z%czB3 zjxOXe1u+AYH-IRzLmtvcgc8LD#4|bss5u}HEtGKr#%ZH!r&iMM37O_RuN!rh=cUHV z>Xo$O1%9Hu7UaFx0yasDUR#O{uNC(r1^Sj0iBOMeY9=CR!!z$?ik|nF{CTf-I}Syy zC;huZM74SxDcN1?E2ycY)(ia2js!dWbUT)(dzUA5&Q*r@-h;fP;d{uu&HAe*w(_77diw7T)<4I<66vP zP9e^$;pRq5vrY7#db=lkrVfG%G4&!p6yKl$%qPOOPK?%O8Mrv9_pf$Ohps(s*IeL7 zojwG3XJW_caE)}JJ?GXomGBZJWd#%RtA!sg|GKq%t^@n%EBgv! zQV&HRp6}fJ_UAuN-TeI=RNE<-kO-SR2_!X=ewYDfg#Nv%q2Wp`6)QggwBo4Uqrpv)WXb9(mXzVDgDjN+xPTbJBWQH-$%YU zY{V@Q1fDnHpYAcby_7*Ogge0+f-JD-XBn*+cpoiFoNZJOr?%Sc!9NcEkPnYg9F~68 zZY365YKf>HCfQkDMS*c+>5}e!sd1rMN74jR{|w0rz9QFLagCLwCHXemeiO-CNO0?k l6OYq3cQ!-sV+19+1*F0p>M)a;^uWkh=zki&*zcI-e*okHpl<*G literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8760bd8d2f53c928573898ddc5b913f70c903228 GIT binary patch literal 2338 zcmZ`4O>Y}TbY}J=YsYrdq#x;rz(_5^pvFR6D5?-8Nk35Qpv1kbT8%cIv9rm3xU=hm zE$2dtdO|{+dx(#fIPp_B&XrTo+z?WEZ`Mg1)XsXI-+S|B=6z34t(FOl-*)bI4{L<{ zg~aTzf%pby_5^?+f<`2!K8=~rC=pCpkrms%ZE!nsV%K*K?nHC3=X(Zsqf%V<%kjKF zA6NVeCHIJ!6W$9VJn0@x5aR+3ES(w3E71y?9{=G_fqyom$S}MY%x19&Md=zwc!$dYLU3(ZLy+P2Ecf%-` zN>`>!Mod?5_wl9O6FDzRub3!{`4_fdkyVrw6;TDM_LA7dUjU!f^u#kHB2sEo^m_%m*szuo3!T|oRI zf)xap5nKWAIm`@WNoW}?D(2|gd+ahdV3}gkHJI577z^q{G7V@} z`;PnsNwf#W1JpI7ayABo*2&Y~pRfaVV4>`hHMS=7z#iK<6xTje0=VwcoWQ*v%+i=m zpy}l0y?IDUXerPBG_qBY9Ras?hPwdV>*n0W2{~}aOfca5F~+;j3F|iMM~{|}8aoqc zY|l^{ITU2A6@u^*`5DUgWF3keDBRD?{$;rJ{671YDm;fCU6_ypKe{+Uxl8*t(#N_1 zXBo=KX^lR*k=5Z>q*;A8%cW!9nfxTv&|oEXty{= zyARsiNPBlTAGg-|gSK|I+jq9wdbuZ|SO-eUq$t`*CMM6c-IY>6GeA9bX?>%;vDSXj zx~CU1bLuq=7==uhC(JCsh76zZ*H~M9=Cb>{?-N%57!~BP10UN-Ds$7 z^axlmZ6M|f5AET2y~*m+)W%Z11vC2!0G4ZwEz*ifZ$@qS*uS>x!GD<+5dX_`iPc$+ z)j+cH*0wx0y850%Ks(=A)kWIFoe<=+X>V#A!cL((7xmc$F?AKe|Fp-2r!X^&J8D0= z@g6X~+|u*K-5A`wig#l<79u3hxLV?xY5BIha1tcmV1RbDIV5shZki4-niD#O@d0;1?qV9^s ziVZ6kcX3(rm%L@gFF;~-k3C@+&~@}3ecy@WoR^~@@DQvIll#+g2ca)otS$${Er9$8 zCP4}2D8mF}%`I+aHn9!2xs$oXHQeE?tWDa6yS$TiN!Rce_cEXOhPQby3rJvihxfBJ zvSxUfpUKwAy5Sz*$j*|phWq?nwn;WI+DAz*3ErY4VD_m^&L{mb8mxWA5Z(YQZ!eu) zI~2u)2~ZouqezTdwJ(agTzdWC;qKMlrR+b7@>w0t*u9ij<}?59v*E$va)Xu+|Nccj zeZG{v{k@$lmv@%hKX`Kg_TEx@=If%3%cUP@F-W!fravTjT<#Wi2PEAUxC0JF9JhoPTsCgG) z1LPer6*@(8e1a4F9@<-3r>L?44!{Mp0Bt}A&;@v>Xx2SJ)IUN0_C6uqBnZYD4Y26L zX@fwyvM!lW9ZJ(Yttb^e@C#p?mNxqDqOFY{GNA(!FoHQWl>NJ>gSqwmMzQIWB*6wxcj@^Dz>l}IObl@_@SOCBB1U;y%DYg&k{^0+!G z@^CwPorXM}gbRITdpDG6#kR^QegU%ppQU9;U$HzXL>R*uC9DdwNi6kIr}x ztbYOIMKB2WEeHShd~5k{F8xHk8Z8%%_jP`G%h^>#Ge;O y(WLR1)_ZcE%EqC`MR|2Kz1}#?5b5MrvNrkatX1d6qJlU7042|Z>EZu*?Ee70E`EhJo!1M;A&%YzW#zEGUM)4#7W+e=d7C zqW_0sO#e$9qLy5obzzo8c!)(skcUM?MENj}d>3LP!Vsf8`e}fVurXVfl5XiT3KXCP zmvAYoU9Icq)t5Y^-m;Ii93$ycH*MUBBk}aHR(+knq;-uKK4&o=V{tLY<02;Fe4KnX zPClCepIu}VJjh4kFJ(CO*V|q`kg{d1)49g2$T$@rQa;s%Rd$h2vPm%kb9PZo@=K)m zCDMBe^qyu@(x0a|N$I+_a@>+I!KV2Pn-NodR7{H*ewid(CJD13;R>6T60{j3KHxF% z8$fg^UVSOOlUn*h;>y0WMi}|>tx*x zuVmHMKtiT)MCSN5DZjlBF(BL*(4$rcG~QN-j`a9(=$O{6ltItO9mI+~!Hr{|@QD zM*4q9l#5XM(LM}X$yuj4#lAISm#80dzXOK@Cb6W(7EF#dc}gpiJjK=o=qi$8jo&3J zQe?$CSh2zG+I*xgO~3O^9_RP?eUOe?gx_IhlTPa8QMa5+!0mLL74j{)7k5!-IGj;b&w+Kw(~EwDg4OR`A2L+ z+~t20>tcgHptZ3{YvUoTjgQlT#3u~{_O1!ToY}7MV)<3No~w&zx%^?VEIupd>i`+E zy98Pd0Dcu|dM+BkBv1|Zz^WJ8Gcm!Z4;mNH=+L0>;RBqv22Fez{nx)mV+i#d9u)7F z4=D6-RudsTchQ1IcmrEzaI5(0ej;R!=8tlJD1H->>m`v*Vn}ROIw=tAixri9(A}6`pwK0U$NbL(rc> z1_oRr*lI^=rOc=Mlro?0Ybo<=Hft)}eexp)K54rrQxSYNtwDzOli_JywYq*+7r#DR z=X%YouAbl5mgheF5+t3fXF+71&~pQLYELQCc@eKIW0ln0X8;!3tsLeK%=qr}$B(wO zeCkHkH?y5Wy+n7+j~H|+ZGhM1MN}UJI|S#ugK$`r!d!GNb9k zVxgYheUdg~X(+Yy*+g_~Y1@yH5QX9v*D)8xfLi1gZLIsQr*FGwHK4HH93D7g;0U|} z`d-C>y71%;(AVkG6Kq@t51_jjf$#5{%onV*q^sd=qaJkCyYc!kFXSjDae5Lo1vZk z{pb5;D4ltS_RFv-d(e%4Me>JR+LAxs-M0ASpc{V<@ki_%I7kqcH*+%Pv>bMm z%p*yJE?JOZ*t&QD2U|mKd zWQ7x`WDU8IZvpbZ1J$QcQSr-h>abE0spD$ywGidhcBNde77tD+8dAqcxi_z>m6I}0 z7An=`@tgW#rJP#JeN#*w6%SHYe{=0&s#dIv9Erc9FKY*|s^Z32D7dm8k=xGa9 zW9{{}}jx|Jz_&lytypD|j&=Zy)n5$!~4=j?jku2C+IV~sF4ehw};rThl_ CPsv{Z literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c811d24496e77fd3e21a5417ab64d65454720460 GIT binary patch literal 585 zcmYjP&2AGh5VrS^B}&wa8;`Ju#1fo95vmlb7F7xe%7MLD&U%tq?ApfbE!s1Eg1!Z> zEy%a3@l8yAEGdEuT>T0akeW(TC!YzVkUb}mOSⅆGW?A&zG)|2p*k> z*+=My*2m7F1l<^^^dZa|qxVW8hETRb9|m!NZS^FSoNLhm=V8WqXXMaEd(Qc{LA0lc zi-bbjdl$|)7g`%H;v79D=KIzN|C6{g%$d|5&yJ=8W}UbL&}?J0cWO6G70k9`JUBCG zx!fDKw4*;7%~s;OVy)V-6MngR#d_soX+`rDdG^dI%lI8=X&h^g!b$MVO>;_|b7e=D z(h0-!LLI464iN< J<@4lO@fV(bm7@Rv literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..368e7dd85ae94bfbc290c928f3823a6cf584560e GIT binary patch literal 3715 zcmbVP&2JmW6`$EJE7;xX4B`w*GE*)at%)I&7H@|sb^oqqC zf%2!;dWS3!@=qL`F9rSitDK?uIzfE$&-g7YH?B3R z_GJMl{jl3ifFoy{{PB>7ZNBO6@xb4WBG$%_pD!j1?m&%y2ZR%cGU8~D2-ms6=u+Bh z(3;%hR!3VPz}Ls)H@q?50DcDMO=xXsEokwa%o0EVSI^41CI}bsd;19=-{wKYcpwXH zxJt|uHv}A{9e81P=ykcALB5+rZX_5NZr>Zo(qz)@tF3d%{=jd0fjfv|Kk=V%S9pM* zoZaJm;CgY}_uYUefKn`NFBt54EuJ($7TZ-{b6uHp@vLFMpxE$ikiu)kt}8TvO6q=?NV5|}9z0?zih@%juEB&N|J|?cMtxoz2=58!VQnP}6XCap z>V(=L@b?`^jz;)^2-G{aWC+YU%j1+rOy6h4`(3*WLpx;@ZF;)Z8aL zWRa*LE{rF&xHU#@ptR!lU|$qKh#x_XOF(kehTk;3qFOcgo(fp74omzkkckQ~>gY^! z;ISQ(8IHx~;Aw51<+%mWZMiaRn^xRuKEr4EC8b1VHuGF#v+UB5;aui(YIm7khSB`j#30TUP@{P{|DGD9 zM)C3v+`xx*q}x&DU(4OU{sqhF^8H5DkY=hgc|Udqe*!AOnar!VPVtkL;K@*gZS)C~ zf_;2)9csJ@Bq7hpF+CxajOd8C+DHSck9445G(gQR0ctViXB4#+%_^E3k>fn>W~50@ z^~THBaHddJUXW%y9B_fk>4$y-Drk-MJbNZ_AywS5$ay#L;v}^YS#)Fm*lmMuDTU92 z?Id6uz>MW&fEoh}+o+RK;HqKH?Fih6Q>Nfxih!08^PnRtDBTZ`{1C_~m08zq!za-a zl)_)fxsQQ-1~r}oLaZFMH2Bf;zk|vJ&vtuq*(w#NxoyN^Qm~K6EA*G3bB4acT4P$5 zCi<~)LduA`sWARN>;Y|Y0}iO>#7EGGpCS1Pk~|PO+eQB~?7QvMoBBK!pWy5*B)5^& zko*+LDHWe$A8&jP1UzvKsxm!7a{$0}3W0WT{i4e&wBNfjUV8q>qn^!!%>y_gL zu#n8iKG7+Gy;tGH#qg$Db#0G~&%sqXu7VxcP7Jm3I#*>bHk}CGf%yPvi~X`q}+kB zHOwewcD24!U)kActU*M&=hhorkJi@R?fRy>v%Xz#u5WFw$`X2&Glb;g!>#7V&c;{p zmG!Odos~yB=N4N*)a`=zHyLjYyVAbD1){neI}ilab>w2BzIOM*-Hojs_d&gyO?}fB zDDm0-jnucRL`qtLa&yXW$lRHD?|2SrbU0_28LGHPG@BN*95ukFVOn9+5;*!2#ae(0 z-cBpgS!%<&68vB_dcW6(o>M)I;?H?IH(+pM1;lpnYQuRyG|%hk+G?9zs68 zXNVs3XrlFWuoAQ;>>CRZ3+9#WFCsO2)*^vDxC?E@zM^79FY|_*#n>?!Gh@#bJ!aw# z&~>ZP{bTvX+CL7CmQ|GQf(TIlzC7;yXSs{B7tNP|| zQiYy@1Kx=#RZYE{q~e`d5O-nmH&EjbfDnK`2Y{AdYr64DGp+Bm*IIrK0*wtb2OnJo z>)U!*)gT{Q5M?+|Tt{Y2hD)u&c6mp#xK(GNrdsQWnP{FU_aa s4W-E;6Nr_+NM**yOtHXo&%Mx_6iC`j>A#3CQREnbx~3IqS)b1R50TD)iU0rr literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5c1a1ceb2eb2e4195f18fa4e838d5789a9bf8b3b GIT binary patch literal 1749 zcmZWo%}*mY6t`!RAs-VGvcLjrE81HQFa;V4QdJeQ6e7N=3y!h&ajy%=jEcjm)CNZ6{4b7)N6~` zQOPSsv)*h}_R3Mkt3-3&TvYX{+CIZxMDyOfUgy|CwCFABb)LP9mb@j54pC4Dif>U+ zr1-(~mIK>GwbEZ0Labp~ZS;KZ(&Ui$hl8JZzfC!4?IYUe^z}$K$Cp$a!T~a6e zmnVmNt>)etIX!=Ma3VjuYM#A1zjDdOW_@GYS~KM0`0Tgjuyt^7JUX{Dac*nU0{1UZ z*y`lyV83;6l^&~Ea=y8Lx>K){)}`w{g`u_E+f&-5@#X*9e|+BDA+4$X%cpyd#?P(h z$w{*@Wm=htY2&#~)$yX~lI_i}$;HuLa}+9;PuK5~i_6w=(>)s7Ub^2kYLG7N=nA4coSkPG1XlpEKoYh#?SkXB505>U*-SRym)qC{#LPZiF$SHI7W6ki2 zp&*>zQZ8s9i?JV3GSHO0sLji)7!D|xIYPoXObFpBD?XtFTd{!B4 z1w{oV1?q+KyaG$Xi~?0Bo>ic##o_5AIg{QjWR_F#T+7IepzK%?vM+t-wiuH zBhS_Ix1ktLYd>O{C#1uCAqe@1{<(8{{fIgP?%z@xJB@yv@UT5h!hS5A0rT&=@Mz;; z?Yhs`26suXA3N**>(F6g+eziE^<77V30)ibog2SP;aE6u$SsY7K6g6s^aGkWqTLb7 z)gVo2eQ?JYA;m42;u`>j3)sR2w*IxU8co}>Kr{7am29Z*Z)@S#r6~@sf9ebH6MCeZ zM`VGhmJAssMB0S>0yRl3Is#c5m7_x$gO093EGc}UR$nTp0&Kz*20#vL`K-1gt13Ha z%tT^bZIO1`i8NPD5?N(_+-(n8*XN-hYmPkiT+S+Mms5I^TE@JPWo1d-r6x_Ziqi6- z5My7OPMTPnXPR-EY>I%gr1mF0KTLfnib?GQ-s?>$dZ}8It_-b8(;9`Z>8(mIQJYmI fs@llhcW@Sp`~Bx23AN3}Hm<;DXI67+ZJYlAGUm;w literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6f26533be6f3044e7c1214e15e57a7154b6b89bc GIT binary patch literal 2667 zcmZ`5%WfMtkmNqJl2?z&dDuk?xIiCJQCocg1zH3}Q`>nVmJ3S(ibdPSTBPKaSGx*# zl}3h~L+v8hpywRyQ<2~4k=LGl?Xf73&Ty?*NfE9{&X63=aGnavAV*Qv2TB_C}ay zGTa?!uyHdEqDdO2aI(Ih@G$PTvmg^&L3b~VMT05#9MsFo{az-!vqM0$i1)20aV8#T zb5~v68b?|9-6Rw1dx30=49SE9f-(~L?Ja+6dt>u{7loW}s4#5l6Bq>XC?_7{l(Xmb zDd|yeaP!#pjJXwy+puB^OW1gd7r1k59#OCGY6X>pD~>3Nl33`mWg=X@@SJg%myb=a zEGn9^!mEH)pAwUJHBezql~CAR^cKi&OOcIb+(li^8o~^^0X_W`hKwAM6M9N0$yjC_ z(JArG%sL`4+gU-+&Xk-K@dPJr@`AP+C1s`Kk&w#q{V)zQ-g8Y*;_mZJ#j%4si zh`5P{oH<6?97VyTFOzZ1S9^(E9Zj;mByO$+zl6;w+->Ig7i(WN(=ZdOqoBJV^aYTG zqo)5z#5|GBE?A$7teFnNbfjHiZ8VV(DdZ#QsSX}mg3p2PKs!^e?zNdB-mdH=xZy(C zQ!-$=+EJ;p44Vx@R$!8gIMi{tjKftNkXSC`fV*qZQ|)>n%0cbI>T6ni|C0fYzK%4g zbl^+|bjFiuPRhlXgW~--7>b;)W_iK)9U%Q2??CS%?BLoQ*LmW%Ge?0rFmAAxa_$AA zAO=(CFVhcwouP7~AnuRBL|@Kvomcs6AA;W5h0ygOOGpC(2g{e69R?UWo^Q^pyr{5eH_m$-2Q zWvrhpYRsHkOCaxWkOijJDWkYY^SvB@h&SPB3ilY-;M5WU$jYJr(dkqA1f0Ftgzy@+NL`zGSE_rc0#Fm9oB@ZJaM3jFc_TG?rB?ArVvzXeiWp`Hg-FDzTA4;K$8=IZY_0HYaZB^|jnJ?mG+~4zg zkOiuuuS?=y$VJ>0s@}e{z0+BL(D6HWb~XXIztOPe6_oQ`l#_X^{cG9|V3??I#2I(%FHNJ)Ye`Jd`IVaom-UyehalNnO< z%I9UPE20R><3(=M>0D>>1)%v5UxFU*(0ZY6GFmgRFMTX=w*@ub&L$)H10yx}8hXTh zJEpqb|%@~Y&O+u{agMS+q7pq&^mmG55Q*OED6!4nG26G7lwNDO7IZ4*n5@NhOKNOmXFsES^e9 z5zka9g=fl5H!`J6LoKO|Y$+>CEX^{m*2tA|qO7`lW2iJF%2_wx7%mMr3Z+70q%$Ur(yA3U9=gN(F$yC_*J7^u54QzUCU)7*!Ej4 zqo!G1ziG9?ZJ*yX9$0+Gc;vV>XfQ5f0-!UL=F*l$=~ zk2CUMX?f$|EcC~A&~n2&P9=oek&Pn)!%sHv&R<(xh?P|6jR&tBDz|V4zXP!)Sh++N z4(nD*X*;v0vedp@%8F7NB~6qvDCL;SvP@$+rn4cIXTz-US}W<`s<6R48)ai`oK3vW zmWJ$neV9#F6+3Si*c3bVI>n~h@mHDBh&^hLu@kRlc9NZXm3}Fg#=$8F&U@^%;7ous zX-}Py1osR(E4as?hx!@p+^ckH+CFZduuoPMNKLWxuNC$_`vCk?_IpC=0{alP(`*X< z@KH2&#Okf5WjkJNAd3-Ot8u1F>q$tB@55ZI;JivoJT< zZ-_pY>yo>W=P{>RwYlwu23c=lhelIaRsgRN6Y-52m=OY@Eh$ z!ho8q4g=f1WbFDaqXMD8X*Atkp^vw`o3ZBES>Z=FlPV2HSIhX>(Qt6FC_2XykeRL8 zHoF-34cpw>#Ty-NuDE_+ALmD1$iVID7)D($0oXFmr9;GM_{(Qfpfai}MR@)oxX0c6eKBg;n%% z?Yk7vh7c8NW;G5zlW|BkVQm&ZoNL#t%5J1`J8W^ULU`A`sGP>Vj5}Z;OzKExOywGt z6-Ia{G39j%wG<L7?d8MaeJU4()JR7`d9)+#jqOXoE(so) zS^qZ-C9ZE%k=C{BNbj3;q|pnBfcl>#SR9WgOgpHUiSwAT^F$*imVv@umoa)sBB1xC zh#94s@7Yn#tofnItkB{b^hWxlCy!Um+Z)TPt5M!`D59Hz26^QZ7VRJJ6`NC{3LbFU=DUjz!TVRRj3mU-%5M|?caYj zw+$DYYjW$EZF_Ue@OMfdL|AR2e@-k@5Rc z6E%%Ea$eB($s+-CwyUHl^Hb1JAuR1)RHj>)8F_q1s>2YzmDeF%MEzTt&*LE$BPNTe zMnePN<0~)%1w>NXr;iRlAo+h8nqP$?3_gbkzea?5D1^{sYcpto(UuiXf;(+ZgNUrnu=rf)Mxy#Ri7W4c9 zaXuvS5fNc#6mR%NB4qOXVd7(VjPeCRJatW!j-~J&@BA)HCphQC9c!w?8w15JwtrvPMbt+2MmsXbc?0ekdgi^4kI0NeMygMA?<9=|-l;yX{+?(#y)U+v@#-C!@uZOdJtWUyjK2@h zqGY@zz&%5}19}zy*TfTg&+I|3sGaM6nOL{?58%>Tj6rkU#aN`yB-{Q^dTK`k`6L80YCL z-1jlo$MLtJ*@-#-Lqme}&kZ-N9m=?oUbnm*a$3viI;+T;DU(I0pfCh5t!;OM z4n-wyyY@573wz3vfZB~lNsdk)f4hqPod`FSjF-!#mI6&T1+Q$|6u6-DndP?ZZu*a` z9_dH9+#A6PV~DpY$OX1-I8~t|2~r~acRVPd0ca?w>~((kj-}yq>@$$sTr#i^hCaM3 zpvh=h%*JXoITZExD)chgn2V{F%W;xaE*rgh6$f4#TL{k&ZEPW^S8{!UO-Hi%x7_E} zZXATMBw|wlRnNB(MzJm*(X{aPy;s4gVE3as6!tz9rrljDit88_ABx)+qsYF=TUf(^ z(A&;Y>U@1>WA$E=Q~t-NQ5=igBCB3p2nhV%yhTEN?2l$B3!lGy?aH;8C(9c%S7sKk z%*O(f^!ClW1QzD6Eb?Q}u*uJWe)kqv@sbGb5t4n!0}^2i7Ud|aTAW+EBH~9n_&f}r zJK=Vu(lJIQh_t1L4@}JWx`2l$pHz{&uB{B#mR2H_+Q1dhrIi>ldH@oQ-(S6V-(31) zbH%)~vbnOn`S5Y11{lAx9p!p$QGR7(xhEh1C(02^q`NWVjNzrCjDS;4=VVbXR=B!; zFG`c?McUnmPuB04tD8~2n`ThT8x@cRoBfPEhO!~3h|^nxN+Q20P>IeRqU`#^b#wW% zUqq_aY$7w|qtuiqGED7bpRcYTd@F&R#Z;Uf{s9T%2rtRgM8-yWB7X?-4esEtK%{~y zrl*DzEois0ZWJK)rixgT?{0(j5>O7?rU7nx3m zWm|Iacb`eWmOGifVf0ixDWM_TQTGar5c{9eXGGA^y|Iqk$?PlWDb>gMzk^PImudcv ziQY+Drjv#K$?ohSmD-!ym%?N9=^et`zXV5SI?z1Zl9D>D!%%`k^hV_uT1Nvi-uha8 zx)2`kXyJ*Mgz?WhTKy#24ZLx@dihSePWNQ|?)zzAj{Nkoce2;6pw;Q3~jPu2I5~+LKD~8v(ovqQ*AxsDTW=(P|I~+W-%jwWlrw2LAeU z!MV|epm-`ypG6`qa_Cu%5oMUY)v6r|hx{{|gNQYcNoefB>iX(~ClAcc`;S*P?mt|+ z!~alpcKzoz=eJ3kGV+KHWlV}W4{kq-Qix~qZe3qnxp#Z{3*vHvK8uLR=~@kK#sf#81bqAZ%%P#^End zwG?e45W3!`(_+VuCxuLevh27#O5u@OlPCDp`v*O%l8h*8>btfdVot>~e1@j4n`T4& zf5J3z>S8`^S#ENSlEpEEUolPoIms#9j|3uMByVu7?J+r zKp%9*(Lf4=br7uKD6J@d@u>+`Bl-Q8TIiLD_upzB>;9t>%l(j_R`5;Ydoop+IQ}as z%}IChEU)3gmxz$L@okVu4R@OeGVyDqh%F{Ro?x@Ei)800OmaABNO<((QO5RKjX)fL ziN#BhALna{6v23ucg6oF5*DE}{*z@@IQ@$vVG7h9X>3)3!Ep)jOL`osDB~0h8I1&o v#0dOL!^!zwqL9)N@%Hap@<{t>Y&Acp4R=8KSbB);R|6F136OCQ{8Ik|>>6uo literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6cb474283a0df316f6f53c000aad592ad30fc57b GIT binary patch literal 6271 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 GEc0KI5rMP- literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed7ca7c0e2c874ed1aa35d2b29b6cf9590f177f7 GIT binary patch literal 2131 zcma)7&2Jk;6rb5Iubs8yIzU^5IH4j}B$hye79rZ=xJ{+Tu59PB5*n>{#*UNSwL7~m z*m5o;Ql*{{=N_74Fa3k&1mctvoDm1!n@v)e4~enndFIX6d%yR4Z-a8VM4$xWUcHh)v(rV=J;^+qd=Dj-0sQ7h>0U_1uYyamg=H z@__IHcTWg+g?ViHYrNPa_0k#KOzKqGd&zi`oY8z%Zte%NC$h(KG7u7$Yt0ECC!<~# zWMVf6_s5B-8_GK$YPIrk_r)eSQ{L;}zr}jHY`3%BdKBVAs|}sQmi_=j5TA158=U$k zI`@J;BSXq9Zl8F*wW4u&0W`L7L;-hkmlsd0W9qw?ni5~rnxZI)HQ^17>qL~f_rl<1 zUOBP+idfet*Lf9Y)n~*a{uO}YiYlSOxyvJM8u|H78ys<@$YwGL5uA&LV*|PgJ-q=U zBgf<=JtdT6MrIzaNJaLFDk~My5dMpdg;9{EjJ+a%WR3kvEE-c8JQX5oG$%0}GjT_N;(8%YXZQX99<4kN$gYYmI2{<;M zHrP{<@QG}o4P0c6SvI^i)zsLU&Se=){up|Swi8-{pFb>+R)J^$-jb?(i-z34_k zGMYhrK3{ol74eI8NK$t&&jd>|DY4ju+B7r|8ajzxd;B8|mUNqZJ2)~R06^xYaY~QO zrI{HA=Aj{PX4V0anK_g^+1J_vXzzm7eM?&et)*`$odSl3HqI<^u*QuqAZOUx6I}J+ zTp4yghxDkN640z4TJrhDZMXx_H``}uu*5X0S9Qo$DG}di;1HA|iNRHNtK02#WdX-d zyVGa8E#>4Jl=HCP!?}CEv)A5c5BtjQ_3w52YGVWe3ujV_1pa~8kw`R~ATjZ3Rorg% zTh0E%_5)SXdnd_o%taCkRqO3^y8Y%}pY?aTEtovo24>dK(D%^@8UiQIQ&^k%H^Nv$ zA^4ZDGezDL>QWDq#--M!tkA0A(F%2q#rg_~@Z4MExhO$8f;ZtVPLH7I9KaXikjNWL z9P9Z8xlN8JH<$DpB-0X^ZM8?QAN;a-=k;%Q&Jf4*n)myix{(7>?zCI1xpS|}9(Oz6 zfEGPe&Mb+>hayjh%OsFk19zdP`je(zse((3>nrBJ4P(8A#Se3aF;!wLp72?OV~?>X zvmnY>Si`qCUW{Ju3krhP$(P8o~k1L1yTlc%?gRgD0>)9f=n9< zWi>CGp@H^9tB5WjML6>j^c1~@*cdgZW*f9>V!yT_alKvll#|V;@YT!TFQ2D* zUL7SSm#XDd(5#B{Z>O&H$`(-DQ_bOX^2UQOO=JBL(D$zxc8RodzsiyN`UA8M;r4(l J9<5T({0j`%>a_p> literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c2282d469346c7c6637e779dff907aca54a9a2dc GIT binary patch literal 454 zcmYk3y-ve06onI-QWVsc`Hpm`4MGf52vz(@uoQ_RhAxp4JBdYN8{26~AA=`=kq6*q zvhoT{Ot@_-aU~z?ldp8oxhDO7=(&1}Z_^)lf3M(wbsUV{F$YelH}j}J^O^s?Lw7#> zS%-F}-XK_hg^xKmP)b@A4A?6-)_@d64OW8Tr7Cz@gJxE9Hs>M(n=_a*ZMYO5sxoF8 zWC}@6G-WnSwJc%5ZO#Q4W-Dc-EDR7qVg1zhfvI9el4p`JgTin`Dw|6^f@>n+vLIsJ z28Wag6mM~ym4p{4k>wyjtU1**o9t_`+ZPN#G>t1^yrCkC8b5 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/big5freq.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/big5freq.py new file mode 100644 index 0000000..87d9f97 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/big5prober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/big5prober.py new file mode 100644 index 0000000..ef09c60 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/chardistribution.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/chardistribution.py new file mode 100644 index 0000000..176cb99 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/charsetgroupprober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/charsetgroupprober.py new file mode 100644 index 0000000..6def56b --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/charsetprober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/charsetprober.py new file mode 100644 index 0000000..a103ca1 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/cli/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/cli/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fbab912cf009e2fc8fed41d25444fadcec59931e GIT binary patch literal 209 zcmYk0F$%&!5Jfj&AwmvfkxXGFhzK@THXdNvWXEK1v$JeAkzB)DcqLnpU}xnn7W(18 z;eYrrD$f@p>Q)`j={^(wmBp}&?q?BNoWwFa-i1%~5AP9L?hu?;Bcg>p+u*4h0a6dfZ7m9NtS|? SrJEk}O~-mLxK01OqQwV@4mrgD literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..689a7683ac6dfe6322125d855907f65264a1eb9f GIT binary patch literal 3026 zcma)8&yO2P74B|#x9uL!OeO@DS*@Uih*&RUJ6Xs93&E}uqAXg4C+VX4IKct&_tbSy`!BEy;d|Bg#L*IoZgqA2c>Sv0d*AzB$Gf|c zgX=GYd!xTM9OnxfY+qFjKER{?goZmkhr8TM-JWaTUeCk3l2$Um=Vw7L$iiOeI^5?$ zTFq*`n(c>aJ&Sq~`d5T6b`BlU5WBcT(KvK?{j-2aeCH2AZ;u~fE}&V=d%W?P$9MT2 zR`$gezJKb;KZ^Zl4)l1BoaWW|d#>X|kA^atYBrxF!wJ*zsZgxQ1uG=W3MtqqNd=q6 zdZJjIb0)>KkeWo8o`^&;F0>eG!6T6m3!da-6-B>#8fVi~bh}Z+a9wA^Ni0i2rix5h zozy9yL(<5~ZI-%hp5(lktJcl;Z@rI!p0Ht&j}neO1iR6`bt!(Spvz)4Oppo|}}M6XRwU{jJ$XPS* ziPEO_o2gEUJWjv#AklQqPQQO9q{3XkkKw^@^MuB6ddE7bkS4H7?=}Myq)9H6@$)zn zrkW*rlEtaHrY6NK<$Wn=zMqP5JY1Mi3O$qg(5I8EFTzxa=QbYo6peOP74BZR=l;sM z<9x!-1MRMYXYP5h@}GOF;DzftEB~Y-_gv@6jVF7U^c5$3{jLH+Hmvz}=sIpzA3pN%AA11a`w##qyV!D>= zvQ6Yj^-Y6O#J?S5N&%WrVXZAJepcwNRG*_g7qK<3bQ ztPJbrkrnK)YRJ?#U$7FnW)m_ixR5y$PiDzkoQhnlUv8c44aZ=|$Ah9skB_Zr)0Lnq z$J92CTY6o#JorZPnCMm7EqA(L@th|P)zd7sQy zS7>b^Q;vVq{#i#QTC}F|@H8F^e3nc*$W1Vc?5v5XGfb0B zA8~F^7iO=-tIg_uG5Rh}quxg2T#eis?#K(>5bx0S?f4y69%8lW89$ceGr5bw5V>%9 zQNq^n*d+Z2I@&q0q>nUpSMG_&E8N%4^9o0L@=zlcPr|Xws}}(hlh$jzPQ-puS&th; z=61$k&+PLn{6JTcmL9)a$~~{GoEPr7xAIQvpn{*CS5}qh(F;fZS?};~VV4HKcHy~> z-qE`&texyZav#qX{_P9@nG1r@{5wePx0YX6u-pUfrzi@;BFm@(P|O%io@InRTNIFo z!1090AITd_l!Mokmps&EM4XgQmmeR2v{{0LpNe5JN(5h*mCar)+N;dy*HQy~ejhkH z0;<(QwMqN$Z+1U9K4ytxGX*_Kt^iD&g1+loHYm@q#W8km`QhXLx8#*MxT$xqGMLDJ z3p^&Ub!7R$U8Y6{*PUhk`nw?iaZ@qu^h4|< zucKN1^>@V#PyjK`@|>!~)=vV=K()nj&P2Lsvj-p&#cn@-_;KqF)AIyB0ddLv7Ht+& zY>>wJX^Bpr+j@!7qvH ze)GW85CfDYaNOR9>r8k+Lunc@=Y6c&>@YRLz+(zq1wfTV2PPcMMk6656>t+-E%bqs z@7UEu#ab^+Fr`?U5dRF2wN&$pKuuT%r|C`;ers_Fnog-R}J zetIg_zPopuF1e`M@AG2V@5>)SO8%HcLjV|omh{IYE7TB28mDx{!EE!#RHj%V%Ni5d znhghP7)V8|bjD_LDyrCps>fDi&940%wQ`n 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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/codingstatemachine.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/codingstatemachine.py new file mode 100644 index 0000000..8ed4a87 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/codingstatemachinedict.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/codingstatemachinedict.py new file mode 100644 index 0000000..7a3c4c7 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/cp949prober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/cp949prober.py new file mode 100644 index 0000000..fa7307e --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/enums.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/enums.py new file mode 100644 index 0000000..5e3e198 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/escprober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/escprober.py new file mode 100644 index 0000000..fd71383 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/escsm.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/escsm.py new file mode 100644 index 0000000..11d4adf --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/eucjpprober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/eucjpprober.py new file mode 100644 index 0000000..39487f4 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/euckrfreq.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/euckrfreq.py new file mode 100644 index 0000000..7dc3b10 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/euckrprober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/euckrprober.py new file mode 100644 index 0000000..1fc5de0 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/euctwfreq.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/euctwfreq.py new file mode 100644 index 0000000..4900ccc --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/euctwprober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/euctwprober.py new file mode 100644 index 0000000..a37ab18 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/gb2312freq.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/gb2312freq.py new file mode 100644 index 0000000..b32bfc7 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/gb2312prober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/gb2312prober.py new file mode 100644 index 0000000..d423e73 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/hebrewprober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/hebrewprober.py new file mode 100644 index 0000000..785d005 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/jisfreq.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/jisfreq.py new file mode 100644 index 0000000..3293576 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/johabfreq.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/johabfreq.py new file mode 100644 index 0000000..c129699 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/johabprober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/johabprober.py new file mode 100644 index 0000000..d7364ba --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/jpcntx.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/jpcntx.py new file mode 100644 index 0000000..2f53bdd --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/langbulgarianmodel.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/langbulgarianmodel.py new file mode 100644 index 0000000..9946682 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/langgreekmodel.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/langgreekmodel.py new file mode 100644 index 0000000..cfb8639 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/langhebrewmodel.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/langhebrewmodel.py new file mode 100644 index 0000000..56d2975 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/langhungarianmodel.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/langhungarianmodel.py new file mode 100644 index 0000000..09a0d32 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/langrussianmodel.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/langrussianmodel.py new file mode 100644 index 0000000..39a5388 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/langthaimodel.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/langthaimodel.py new file mode 100644 index 0000000..489cad9 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/langturkishmodel.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/langturkishmodel.py new file mode 100644 index 0000000..291857c --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/latin1prober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/latin1prober.py new file mode 100644 index 0000000..59a01d9 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/macromanprober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/macromanprober.py new file mode 100644 index 0000000..1425d10 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/mbcharsetprober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/mbcharsetprober.py new file mode 100644 index 0000000..666307e --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/mbcsgroupprober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/mbcsgroupprober.py new file mode 100644 index 0000000..6cb9cc7 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/mbcssm.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/mbcssm.py new file mode 100644 index 0000000..7bbe97e --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/metadata/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/metadata/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..29c83e465305907294a4edfb3cec3616865ced26 GIT binary patch literal 214 zcmYk0F$%&!5Jfj&AwmvfkxXGFhzK@THXdM^WGBgDva@V9k>D-7g;%om2zFNPVxb@Y z8~%q6gK4@DLAT;i#rur-R}#W5xSs_maT3eqco#0#KfJHda7SPrjzk9bY`oLO;5C~b zY>QLvcrYrf*kyL|4I9YuqM_9VeDf+_L$5t$7Rxi%6lU6j9LXqlP&VikdFaTaLXRM& WHrh*>+vzdibgYJ!w(+S~u=oJNo;%Y3 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..56cc1ebc3f6ac6cc1d94257108b9bc89177d35e4 GIT binary patch literal 8123 zcmcIpTW}L+mR8G>Yzs(WCX-2KGn<}FW)f$?4tMa7Y>c_s0Sv(g5^W};t-ozGZcEDF z-FECXJHB541Gd5V2H4z9xR`qj19@mEmD-1PtM);1KXq!Kc3-z@D#JePp1&ovWiL$4 z%i5)5_38gV*YBMFbembS#BGD0{>qZ7pVruH|4uG4e|`@apTI|WBg zc8{GR-?R9vT8GC`>-0D&+jbjrAZNP`Ios?W7wbYUl#Oz#Z7BBwh1_USHH8-U68;kO ziphT!_)F0;i~lq9bCdrX@PC0`xA?zAZ=g5Puh8FB+tFL-*B1Zp(c9=vkWa(<-=KFa z{%_H{7XNqX_ZI&>^ghZ#dFTU>^ABjb#b1H)&GiK!=R@GG>~(^btI%p#y#}t=qIK5V z^=N}7dm}2e_Pw={f#JQn|-(3hsAe*{avLSBo15HS|N z68S7XLafQJg7wwNZ}B;F$dpf_Rs-B*)Ob{DSrb4(Yjp^HZCQhnVDUvHS-Gu4^%nmd z)L?3D1nK{bnk@cd^e@)>KcQxe--22#y=|!7;&-4<)CCwJ)^`K9$IR^!bkvl747k1M zxV8EOI%)FzfZvY>EdD8U8l(@x^%*pj{Ztq}-M_+W2qoU989;Mr3HFGAM~O z&jhL^rkWLKNnjCO*+2&+OxFex%hMuexBwTZrhRZpR|PS-=Pm~h&u(rI*Q$fxPzpu~d=HYv;8Ao^KMi+2B zU7NPH3I}V=-I5QqB37hBICzNliTUpTAdMi8(w8uTkK?>ND~e!Fo?UnB67sE(E>7_0CpU`?AvU#H5OIb;P6&EQ zo(t(!E0Q6kOUrlD>sD`Ev6AMh=ul7)xJsT~POr|qZ$cwTvRuyz>~d2eu`=@qfCEm^ zOu$@6`v84>u$pEBnz${9G-ib$hD?%8g{Fmb*37pO*2dO4KCk;A1*NUE=lg^NyllE3$x=^g{!YuT( zfG<0vy^!xt_&~ASga8oH)@B>0CTx_giE6TW?M-%|Sxs3$9Ze3P&L-O-2j0}=#Os=z zqHDeFu=DE@(RJ7vSlr|kO2lkLwNb4U-2V#M$8*G7(cR>11KtD`up=8tSk&YKx)|A@ z<7AaJey~ddP!T9Xdei2UVz&GPaM0TrUSM@w-V)sjOIfVvc)if~MXwjTz-&w$!8wGG zhKcP!boYLSm)NZs2eIxr6yyTBiQhKh}>w{h( zc)gRh=S>CvU@cn^!b}~@1`3LU0TFYR5^3W?L5OD>s&P;XpcRn&6`=;eYM>yWspkrK zuCgF`y*htmfxwCEiV)+gArLGGaiIcl9ScW2E+9FDBcvdGx)h|#NXQR0;8(%!-@-@u z6%bpln{rvd4$5tJQ4T7HdW&jYmTu_z>3HQ)crk48QDkH4hlGp3pcpnLwkS)+Y9Jx?S-l!J&PpAUdE+5Y&> zm-fTdVS5u1ZkwP4_y!`VCi|%UY}S6j+}CzwC#cXV?{n&-GB_{YW`zp%oahI(J^w?U zs?n)B{7aCSByYesJ$F+z8(_Z);g2^FeZ(IJ)%b3P^Oy}`uQz`aAM^o~KF+r`Jg44& zPUYn}@iHO^V1+mzz)E*QW@-iedWuV`&+E;zsfG4|7g_=WlB)gy>jZ*G z8|9{Q{wF7EUM`YrAaG?BWo2b~i}1U!PiIcyK%+3#>EFp%eL%3P`+a2sLWa4__+r*8;&BU$5?Zi~#PU3Fj zUgCb@LE>TJQ9@3H6OR+qi6@DtiD!xLW}9bQW?N_5X4_{wW;#rBL?%vGu43-3r3F!7p zHqY^V&c(IQGhJM%yGl3j+OTe&zGxTYD{jCX&vQPh6->}hYJFP2HlUr-PHQdNpms*< z)P}VYZB!f6&T8kh^V+yJp4}Uez0odZAUYHsk6uznqPLW@(WerrloFn)3n({9xibMqcWq$;Fs$l!#LUCV z%Em=jS*)B7npJuZfMstGreKM5U*(D-E0>i{Wk~7pWN!;%fkUkB+RkEF0fJeHbR*@G z@=$rAod5ChIi+10RK^-#vu29I5=IJ%0t;PAcW%clTcg`qJ|hzA=S5<*)C>aEJL+Ba zo_b$>pgvR|sj?bYAFI>q6ZNV3O#N=Ad8TEiZKidmeWqikbEa#id!|Rdq25$)skdj2 z&GgP3SNqg{bwE9(o>m9dGwP5!td6Lo>X>>~J*S>m$JGh-BK%%bFRNG7tLim%Qtec` z)gJYTdQ3g8o{)Y{j2NHk1*MM))e(@{0yf;yvr`WM;6ni5NO~tGsly)u@#OA;k=VNj zj!0@AOuRqTu2*zYmz-=7*0gN2c9 zwkpI#&Ia}D@=yvBtRTGw+LSxWgfgkzRPHH{A%%TPi_)X?Dg(+0WO3PC7WcqF0*|_S z&Q?JT2F!wF#k{Nx>(@NbK-KDbt!TZp4pbFw-m-OjN$IC)V=MOUS57DK!c-!*+Rq(I zdn!tG%7Y}TJlR_Xj%WR%p1q9=B=KCuN#t}>I>>IQf~NpcfFM-MvrL<}iqI$PB;Bvlhz0rU;?fWFo& z`S{6rU%Wp)5I+?^9UqLJi4Vnx<0J9W_*ndG{9OEed^|o8zYxC|zZAb5zY@P1zZRd2 zUyo14@5Jw#r3W|9!PWsU+&KyNhV`6c9Arc@Lw+oM0@e{k^+vi-qz_P)5#{Iv#JMs0 zjNs{5q;pH;Bw#8dLD6wYkth1p^XhieSeRsA;e3pqTOtM0ec3Nbdy+~BXfwnU;TE_a zM*9fBqIWoWCZuPV!gH?a6elKu+iWK4n9>hm z9fpLGWZqEj0+7R=Wl)107;I&U)!jQ`G?O4hq;K&6UAz+%;9Z3503z)LQWR+?vDmUT zG87pkMn-OZVd0g8BYHP_orHvmbdaDTHZmMJL%fdMZm`fx;u^gd{g%Ym^BR}}SV8a* zAb3NP0M2lNp1qS1>yoC_NuQgVn^T(mp{_50=IfvCh&c_n3S%%Tqz~Bhv2Jrvg7IJ)#M~vr!3&PnEs{uTI>37tl>~!T2%du><+^K6 zki4PM?IAuRrJW?DDbz(yQ)M=JIm_`(wnN2il1?II~n!8qCq@oWz&_ek#@ z6{Y%y#^~ed6X{Ke&Rl0K7csmL^HxV&m3#GIfSa^Rsaj&;InW*wB{H%Ayjztv=r3K+ zTaK9h^%V5J5h#xf%0&S0RRHgGvkTvc#`kz(*V&^?%*V5yW1i6_g5dFubi+s+$h!5z z@DHPrR?v3*hoK)vq@Tf!g|!fA)3f(V@B)fd0+wLpw5F;?*N)w#8&>R1LSYqbPU4{* zzRhJcJ@oyJqmniDWgsd&cK&UHnl*SzEwWw9Iur2+i&OIk9rGQ8`Ch{ubQ~3ahSTlji8yoOT-lgiQChxYUFzv; z{Td1Wjbt!Xrj_R3Z<)rY*n#zd=9P1;&CcEqZo^glo*+CSo|h zw!zwr@nYk=@nVhH`~Zu}Rdbd+?~mL`%~#4p($CI|lJcakp^-EVWg1RprOO;C&%x0% zl|1v5LDC`5RqRv7_J83aJw+My;bPPza6MCfZQh|>2{b>B1;k#+?`0Zbpt5jb+q@lZMS{rH~G_Lf)d`~LR+ z&%ZGHSh4@d>D%7Vq#vjIeBMAcT;#ot$vlV2n;;DT$+Y41glr__V?sV5WHTXTvc}s9 zDJ7(gkUfNuV;@%#vY!xg7Gn<~UlKz8nSl=yLf#NyL`W4OenJir!V?l8Bt!@%Lz0qn%P`^3KpokOsin?W*4p762>d$9yAa2p9g9=f=DQKcb4Skq-?ihv9oeRIJ7^}_ z|KiAfskSV*|C7W0()+OA^)hQgzUf_B{=#drm*~&jPi#uBC-)a#FI-P$dNWVki=;2y m4N-Rdm*dqJdN*fnMs6%^3#HGkPRDYY8QcGKG~1eO&;J)0j~(a$ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/metadata/languages.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/metadata/languages.py new file mode 100644 index 0000000..eb40c5f --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/py.typed b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/resultdict.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/resultdict.py new file mode 100644 index 0000000..7d36e64 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/sbcharsetprober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/sbcharsetprober.py new file mode 100644 index 0000000..0ffbcdd --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/sbcsgroupprober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/sbcsgroupprober.py new file mode 100644 index 0000000..890ae84 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/sjisprober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/sjisprober.py new file mode 100644 index 0000000..91df077 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/universaldetector.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/universaldetector.py new file mode 100644 index 0000000..30c441d --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/utf1632prober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/utf1632prober.py new file mode 100644 index 0000000..6bdec63 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/utf8prober.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/utf8prober.py new file mode 100644 index 0000000..d96354d --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/version.py b/.awi/lib/python3.9/site-packages/pip/_vendor/chardet/version.py new file mode 100644 index 0000000..c5e9d85 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/__init__.py new file mode 100644 index 0000000..383101c --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c3a822f336693d1457267fca556b726bfe98fb0b GIT binary patch literal 492 zcmYjN%St3M6s@XGRljAHF6IYn(G{@=K@iaq#FZO`fowv$E3I+zD3X+I`x*X)zm%=3 z`Gr||?=-?($ho<%oSZA>^GOEwwz}C&@+|wn;D0M1xPTLG0NSk0b!Kvwn}QW)zy^je zVoFx#SSxg8hHPj?Y-Gl4Y$gnzg#18H&5X_9PT0IH@3Ol316)~MCZep0scPlk`@Ns9 zopxRr!J~YM>F}u!k#E!s-zwX>ZQyHXgVVAmiCjA`6Zt9Dzf*Y^cUq?Es`tV9I#1I} z8`Qn~rR?(fwLEHmG$*(9L7E_$5?Tf6QJ)_m5QGw;0!T!_tRG@LLKq|9uF@1M(ZOGq z$A0=R!}+uHK{?C$d*;7kE5hGEADxl3^Ws@bORt=bUak5Foq={*>>j-9ZM)bwzvy=H z(OKGvt)g13=ssRHrxe)aq63BELBg2oDA2(oJpI}e_QDj51;f86-(%QAnL?)Fb zoz#W{6mY(vUywffm-e+!{DnMqW@$O{4K4iACH8QKvz*~vxo)9gDlq=sSlkp@Mfn?v z@u34T3p0ERKowh|#3od=RjSz<)oJRDV(TXn_{r zD746oL(R?tU7}^6%aS&Mo}d+=D=Z8A9MIS3B+!$R&I5g&P60h7=>p3gDt3|O0ZXg^ zSY{^R1fA|FwVV5Yn5)}fSltQe?toRdn9sNyv9Q|c^p>jqZI`?Ki1BJapztsXszdJi zk>_v0lR?1cBjE3NzB>r(W{(iOdfX@u~qV2%9>h3Gg z8h9I4Lf@@_Z-rjOW`=J6xx2;SHE(D+FPTpRZb=uoJFeyWp;sU7i2`bOqQF7Ng?apP z6+j^zQbjpu9`eS_L$eN)X)yEHynXe~{TkS}+-nMLuGI$nQjr%8m^3c|17wJ7$RbB_ zN)V#a+v~kr$F67^+By^RD+b!MYaL4YJyGSsqaK<(=eO(`gZ^k zgyN9QD^G8~CI{p#q2wVT2(2Fi0BVLDDy+OW<$&Wl}lkZ|}%AZELlB0oZR3}4o(g?_zM$kwSR^_)~t04ZEX|hDrwUsY`b6gwyh4&ikYb#gKHz|pI=_@d^x79G^PxBS5ViyTwUhJno*%zG^i6Djsq#EjkImhjGd*1ZPKirqo$pw zIlDmfc99nB5-r+gT7n;W*{;wD`x>o4EnO1^`ryZavluHpM!VuF0@@YhC&lQK7(Y11 z^o`Nh*hYAQ@C(9IgkKRHgx?TcfX>n68CQwaTpQvov~Fu&q!zlZR!5{Cx7zLHb)nC- z*IFX;sIk!MtTu$+eB9`W)cWGmYD=WLtzK(Y6xvG*i>p$E)B0KDBnhIBNO)2tl10f& zL?fL)es!&dR7q0Ds@}6vB~pnjsT#-&!+00$`xa)1PBMso_R>y2;kf_*3GW=7M&jF` zKE@P{ze2z~jlV&_WR2?x76O_SQv`;viLiyRjo=|XLwF9*;Vr-my|WIC1(^TUJGlRH z?_d+SJozD!)5)K@7wy4u2NRYT0pckHm`bOXIh%;-xi03C(B_vOiF9YV`>4?tS(#=| zqusvHDl{K+UH(=_G3WRcn+K{K-6|sEI5g-x4#zV-$6Dt(ge(Fcwm2StI37MkI@ox| z`jPy3%03{og`-oXbfII3LV-XeMM_#J(oNa0FZxbl{E+;{AE+Q9tODpMnU0zPm#LY0 PIae-}r{GGb310sI1j>3T literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c4f96d0df54fef56f62e2198492f50bae1dfac7 GIT binary patch literal 8320 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4339f6f6f7f83c8828ee6e95890f8e4c0318a6de GIT binary patch literal 2293 zcma)7UuzsU5SO%nZg0=NIBsI6XRXZR?7@3P<)61dsyc#N_OppiL;V_iKgeE!=!^p&@g+4Y*CN-S{Ic%9Z zGmn|Xbj>C7Z7a7@vtTYCh`rOR^Lj{zN|Zs ziYi+xpJm1Udt;WI{Sq*b(W-|aMrdxZQ!BKqP+wsc&Q+@`{j~0slx>VEXUeHNWh_zM-6cJlSaU2q%d@3-!(v%B8H{!;Y^1@s%uCYSdXN>F%XFSq_U>e_{tS1R*ilx%)I#UDJgzXp zAtPriSGC#sS3racWf=Gtgi5KdoKv)b`S)U`FzI7<4FdZ{v~s|PDOuWS!ESaN__LW!>1s6Wc4<+c$#yExE$2UF&4e= z`eEJHQ&)Oe)-9N{W69MK)@GABV8&Vi~Jc#zFU8a@>cZ zOeK8^jSqvO2k8+gx(teuavTFmH(UTNWUtX>DD|TT84NzU%EVuGiAN_{a|)C?HkPe? z1bM|*XRO4G7dH8vJq*wjv=m^R*aA9U1k~lzouVb*d%LPz4mQEQFa2Bu-57-u5jMf^ z;V;10R*Rm@u*WENEKSZx0 z;tfTRN+db{1r&(HBY6 zH|4mAvGQo~A?m9-L>2((FLt@VX#4ze0YhPW=|+5}4>Kx}l8GXQ=Q;Dhi<4T^1M`1j z$Jp>uXkh1)>BF!i54%mQIS;#Am>DxT)g>>_{NX_t?0Z!2@I+U*k-JC^R zioxaIE$Tu0s9e^aYO|c?czTehTn9Me`!Rh1l?z~^8F6Nh?`Ku}RRU{{b|@;y3^R literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d050fdb1dc07d5f95cc7ef921293e5e00bb13112 GIT binary patch literal 4475 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 beM0)2LL!(0G4$(m#!8#nsjQv-6I=KneZ@VG literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/ansi.py b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/ansi.py new file mode 100644 index 0000000..11ec695 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/ansi.py @@ -0,0 +1,102 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +''' +This module generates ANSI character codes to printing colors to terminals. +See: http://en.wikipedia.org/wiki/ANSI_escape_code +''' + +CSI = '\033[' +OSC = '\033]' +BEL = '\a' + + +def code_to_chars(code): + return CSI + str(code) + 'm' + +def set_title(title): + return OSC + '2;' + title + BEL + +def clear_screen(mode=2): + return CSI + str(mode) + 'J' + +def clear_line(mode=2): + return CSI + str(mode) + 'K' + + +class AnsiCodes(object): + def __init__(self): + # the subclasses declare class attributes which are numbers. + # Upon instantiation we define instance attributes, which are the same + # as the class attributes but wrapped with the ANSI escape sequence + for name in dir(self): + if not name.startswith('_'): + value = getattr(self, name) + setattr(self, name, code_to_chars(value)) + + +class AnsiCursor(object): + def UP(self, n=1): + return CSI + str(n) + 'A' + def DOWN(self, n=1): + return CSI + str(n) + 'B' + def FORWARD(self, n=1): + return CSI + str(n) + 'C' + def BACK(self, n=1): + return CSI + str(n) + 'D' + def POS(self, x=1, y=1): + return CSI + str(y) + ';' + str(x) + 'H' + + +class AnsiFore(AnsiCodes): + BLACK = 30 + RED = 31 + GREEN = 32 + YELLOW = 33 + BLUE = 34 + MAGENTA = 35 + CYAN = 36 + WHITE = 37 + RESET = 39 + + # These are fairly well supported, but not part of the standard. + LIGHTBLACK_EX = 90 + LIGHTRED_EX = 91 + LIGHTGREEN_EX = 92 + LIGHTYELLOW_EX = 93 + LIGHTBLUE_EX = 94 + LIGHTMAGENTA_EX = 95 + LIGHTCYAN_EX = 96 + LIGHTWHITE_EX = 97 + + +class AnsiBack(AnsiCodes): + BLACK = 40 + RED = 41 + GREEN = 42 + YELLOW = 43 + BLUE = 44 + MAGENTA = 45 + CYAN = 46 + WHITE = 47 + RESET = 49 + + # These are fairly well supported, but not part of the standard. + LIGHTBLACK_EX = 100 + LIGHTRED_EX = 101 + LIGHTGREEN_EX = 102 + LIGHTYELLOW_EX = 103 + LIGHTBLUE_EX = 104 + LIGHTMAGENTA_EX = 105 + LIGHTCYAN_EX = 106 + LIGHTWHITE_EX = 107 + + +class AnsiStyle(AnsiCodes): + BRIGHT = 1 + DIM = 2 + NORMAL = 22 + RESET_ALL = 0 + +Fore = AnsiFore() +Back = AnsiBack() +Style = AnsiStyle() +Cursor = AnsiCursor() diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/ansitowin32.py b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/ansitowin32.py new file mode 100644 index 0000000..abf209e --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/ansitowin32.py @@ -0,0 +1,277 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import re +import sys +import os + +from .ansi import AnsiFore, AnsiBack, AnsiStyle, Style, BEL +from .winterm import enable_vt_processing, WinTerm, WinColor, WinStyle +from .win32 import windll, winapi_test + + +winterm = None +if windll is not None: + winterm = WinTerm() + + +class StreamWrapper(object): + ''' + Wraps a stream (such as stdout), acting as a transparent proxy for all + attribute access apart from method 'write()', which is delegated to our + Converter instance. + ''' + def __init__(self, wrapped, converter): + # double-underscore everything to prevent clashes with names of + # attributes on the wrapped stream object. + self.__wrapped = wrapped + self.__convertor = converter + + def __getattr__(self, name): + return getattr(self.__wrapped, name) + + def __enter__(self, *args, **kwargs): + # special method lookup bypasses __getattr__/__getattribute__, see + # https://stackoverflow.com/questions/12632894/why-doesnt-getattr-work-with-exit + # thus, contextlib magic methods are not proxied via __getattr__ + return self.__wrapped.__enter__(*args, **kwargs) + + def __exit__(self, *args, **kwargs): + return self.__wrapped.__exit__(*args, **kwargs) + + def __setstate__(self, state): + self.__dict__ = state + + def __getstate__(self): + return self.__dict__ + + def write(self, text): + self.__convertor.write(text) + + def isatty(self): + stream = self.__wrapped + if 'PYCHARM_HOSTED' in os.environ: + if stream is not None and (stream is sys.__stdout__ or stream is sys.__stderr__): + return True + try: + stream_isatty = stream.isatty + except AttributeError: + return False + else: + return stream_isatty() + + @property + def closed(self): + stream = self.__wrapped + try: + return stream.closed + # AttributeError in the case that the stream doesn't support being closed + # ValueError for the case that the stream has already been detached when atexit runs + except (AttributeError, ValueError): + return True + + +class AnsiToWin32(object): + ''' + Implements a 'write()' method which, on Windows, will strip ANSI character + sequences from the text, and if outputting to a tty, will convert them into + win32 function calls. + ''' + ANSI_CSI_RE = re.compile('\001?\033\\[((?:\\d|;)*)([a-zA-Z])\002?') # Control Sequence Introducer + ANSI_OSC_RE = re.compile('\001?\033\\]([^\a]*)(\a)\002?') # Operating System Command + + def __init__(self, wrapped, convert=None, strip=None, autoreset=False): + # The wrapped stream (normally sys.stdout or sys.stderr) + self.wrapped = wrapped + + # should we reset colors to defaults after every .write() + self.autoreset = autoreset + + # create the proxy wrapping our output stream + self.stream = StreamWrapper(wrapped, self) + + on_windows = os.name == 'nt' + # We test if the WinAPI works, because even if we are on Windows + # we may be using a terminal that doesn't support the WinAPI + # (e.g. Cygwin Terminal). In this case it's up to the terminal + # to support the ANSI codes. + conversion_supported = on_windows and winapi_test() + try: + fd = wrapped.fileno() + except Exception: + fd = -1 + system_has_native_ansi = not on_windows or enable_vt_processing(fd) + have_tty = not self.stream.closed and self.stream.isatty() + need_conversion = conversion_supported and not system_has_native_ansi + + # should we strip ANSI sequences from our output? + if strip is None: + strip = need_conversion or not have_tty + self.strip = strip + + # should we should convert ANSI sequences into win32 calls? + if convert is None: + convert = need_conversion and have_tty + self.convert = convert + + # dict of ansi codes to win32 functions and parameters + self.win32_calls = self.get_win32_calls() + + # are we wrapping stderr? + self.on_stderr = self.wrapped is sys.stderr + + def should_wrap(self): + ''' + True if this class is actually needed. If false, then the output + stream will not be affected, nor will win32 calls be issued, so + wrapping stdout is not actually required. This will generally be + False on non-Windows platforms, unless optional functionality like + autoreset has been requested using kwargs to init() + ''' + return self.convert or self.strip or self.autoreset + + def get_win32_calls(self): + if self.convert and winterm: + return { + AnsiStyle.RESET_ALL: (winterm.reset_all, ), + AnsiStyle.BRIGHT: (winterm.style, WinStyle.BRIGHT), + AnsiStyle.DIM: (winterm.style, WinStyle.NORMAL), + AnsiStyle.NORMAL: (winterm.style, WinStyle.NORMAL), + AnsiFore.BLACK: (winterm.fore, WinColor.BLACK), + AnsiFore.RED: (winterm.fore, WinColor.RED), + AnsiFore.GREEN: (winterm.fore, WinColor.GREEN), + AnsiFore.YELLOW: (winterm.fore, WinColor.YELLOW), + AnsiFore.BLUE: (winterm.fore, WinColor.BLUE), + AnsiFore.MAGENTA: (winterm.fore, WinColor.MAGENTA), + AnsiFore.CYAN: (winterm.fore, WinColor.CYAN), + AnsiFore.WHITE: (winterm.fore, WinColor.GREY), + AnsiFore.RESET: (winterm.fore, ), + AnsiFore.LIGHTBLACK_EX: (winterm.fore, WinColor.BLACK, True), + AnsiFore.LIGHTRED_EX: (winterm.fore, WinColor.RED, True), + AnsiFore.LIGHTGREEN_EX: (winterm.fore, WinColor.GREEN, True), + AnsiFore.LIGHTYELLOW_EX: (winterm.fore, WinColor.YELLOW, True), + AnsiFore.LIGHTBLUE_EX: (winterm.fore, WinColor.BLUE, True), + AnsiFore.LIGHTMAGENTA_EX: (winterm.fore, WinColor.MAGENTA, True), + AnsiFore.LIGHTCYAN_EX: (winterm.fore, WinColor.CYAN, True), + AnsiFore.LIGHTWHITE_EX: (winterm.fore, WinColor.GREY, True), + AnsiBack.BLACK: (winterm.back, WinColor.BLACK), + AnsiBack.RED: (winterm.back, WinColor.RED), + AnsiBack.GREEN: (winterm.back, WinColor.GREEN), + AnsiBack.YELLOW: (winterm.back, WinColor.YELLOW), + AnsiBack.BLUE: (winterm.back, WinColor.BLUE), + AnsiBack.MAGENTA: (winterm.back, WinColor.MAGENTA), + AnsiBack.CYAN: (winterm.back, WinColor.CYAN), + AnsiBack.WHITE: (winterm.back, WinColor.GREY), + AnsiBack.RESET: (winterm.back, ), + AnsiBack.LIGHTBLACK_EX: (winterm.back, WinColor.BLACK, True), + AnsiBack.LIGHTRED_EX: (winterm.back, WinColor.RED, True), + AnsiBack.LIGHTGREEN_EX: (winterm.back, WinColor.GREEN, True), + AnsiBack.LIGHTYELLOW_EX: (winterm.back, WinColor.YELLOW, True), + AnsiBack.LIGHTBLUE_EX: (winterm.back, WinColor.BLUE, True), + AnsiBack.LIGHTMAGENTA_EX: (winterm.back, WinColor.MAGENTA, True), + AnsiBack.LIGHTCYAN_EX: (winterm.back, WinColor.CYAN, True), + AnsiBack.LIGHTWHITE_EX: (winterm.back, WinColor.GREY, True), + } + return dict() + + def write(self, text): + if self.strip or self.convert: + self.write_and_convert(text) + else: + self.wrapped.write(text) + self.wrapped.flush() + if self.autoreset: + self.reset_all() + + + def reset_all(self): + if self.convert: + self.call_win32('m', (0,)) + elif not self.strip and not self.stream.closed: + self.wrapped.write(Style.RESET_ALL) + + + def write_and_convert(self, text): + ''' + Write the given text to our wrapped stream, stripping any ANSI + sequences from the text, and optionally converting them into win32 + calls. + ''' + cursor = 0 + text = self.convert_osc(text) + for match in self.ANSI_CSI_RE.finditer(text): + start, end = match.span() + self.write_plain_text(text, cursor, start) + self.convert_ansi(*match.groups()) + cursor = end + self.write_plain_text(text, cursor, len(text)) + + + def write_plain_text(self, text, start, end): + if start < end: + self.wrapped.write(text[start:end]) + self.wrapped.flush() + + + def convert_ansi(self, paramstring, command): + if self.convert: + params = self.extract_params(command, paramstring) + self.call_win32(command, params) + + + def extract_params(self, command, paramstring): + if command in 'Hf': + params = tuple(int(p) if len(p) != 0 else 1 for p in paramstring.split(';')) + while len(params) < 2: + # defaults: + params = params + (1,) + else: + params = tuple(int(p) for p in paramstring.split(';') if len(p) != 0) + if len(params) == 0: + # defaults: + if command in 'JKm': + params = (0,) + elif command in 'ABCD': + params = (1,) + + return params + + + def call_win32(self, command, params): + if command == 'm': + for param in params: + if param in self.win32_calls: + func_args = self.win32_calls[param] + func = func_args[0] + args = func_args[1:] + kwargs = dict(on_stderr=self.on_stderr) + func(*args, **kwargs) + elif command in 'J': + winterm.erase_screen(params[0], on_stderr=self.on_stderr) + elif command in 'K': + winterm.erase_line(params[0], on_stderr=self.on_stderr) + elif command in 'Hf': # cursor position - absolute + winterm.set_cursor_position(params, on_stderr=self.on_stderr) + elif command in 'ABCD': # cursor position - relative + n = params[0] + # A - up, B - down, C - forward, D - back + x, y = {'A': (0, -n), 'B': (0, n), 'C': (n, 0), 'D': (-n, 0)}[command] + winterm.cursor_adjust(x, y, on_stderr=self.on_stderr) + + + def convert_osc(self, text): + for match in self.ANSI_OSC_RE.finditer(text): + start, end = match.span() + text = text[:start] + text[end:] + paramstring, command = match.groups() + if command == BEL: + if paramstring.count(";") == 1: + params = paramstring.split(";") + # 0 - change title and icon (we will only change title) + # 1 - change icon (we don't support this) + # 2 - change title + if params[0] in '02': + winterm.set_title(params[1]) + return text + + + def flush(self): + self.wrapped.flush() diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/initialise.py b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/initialise.py new file mode 100644 index 0000000..d5fd4b7 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/initialise.py @@ -0,0 +1,121 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import atexit +import contextlib +import sys + +from .ansitowin32 import AnsiToWin32 + + +def _wipe_internal_state_for_tests(): + global orig_stdout, orig_stderr + orig_stdout = None + orig_stderr = None + + global wrapped_stdout, wrapped_stderr + wrapped_stdout = None + wrapped_stderr = None + + global atexit_done + atexit_done = False + + global fixed_windows_console + fixed_windows_console = False + + try: + # no-op if it wasn't registered + atexit.unregister(reset_all) + except AttributeError: + # python 2: no atexit.unregister. Oh well, we did our best. + pass + + +def reset_all(): + if AnsiToWin32 is not None: # Issue #74: objects might become None at exit + AnsiToWin32(orig_stdout).reset_all() + + +def init(autoreset=False, convert=None, strip=None, wrap=True): + + if not wrap and any([autoreset, convert, strip]): + raise ValueError('wrap=False conflicts with any other arg=True') + + global wrapped_stdout, wrapped_stderr + global orig_stdout, orig_stderr + + orig_stdout = sys.stdout + orig_stderr = sys.stderr + + if sys.stdout is None: + wrapped_stdout = None + else: + sys.stdout = wrapped_stdout = \ + wrap_stream(orig_stdout, convert, strip, autoreset, wrap) + if sys.stderr is None: + wrapped_stderr = None + else: + sys.stderr = wrapped_stderr = \ + wrap_stream(orig_stderr, convert, strip, autoreset, wrap) + + global atexit_done + if not atexit_done: + atexit.register(reset_all) + atexit_done = True + + +def deinit(): + if orig_stdout is not None: + sys.stdout = orig_stdout + if orig_stderr is not None: + sys.stderr = orig_stderr + + +def just_fix_windows_console(): + global fixed_windows_console + + if sys.platform != "win32": + return + if fixed_windows_console: + return + if wrapped_stdout is not None or wrapped_stderr is not None: + # Someone already ran init() and it did stuff, so we won't second-guess them + return + + # On newer versions of Windows, AnsiToWin32.__init__ will implicitly enable the + # native ANSI support in the console as a side-effect. We only need to actually + # replace sys.stdout/stderr if we're in the old-style conversion mode. + new_stdout = AnsiToWin32(sys.stdout, convert=None, strip=None, autoreset=False) + if new_stdout.convert: + sys.stdout = new_stdout + new_stderr = AnsiToWin32(sys.stderr, convert=None, strip=None, autoreset=False) + if new_stderr.convert: + sys.stderr = new_stderr + + fixed_windows_console = True + +@contextlib.contextmanager +def colorama_text(*args, **kwargs): + init(*args, **kwargs) + try: + yield + finally: + deinit() + + +def reinit(): + if wrapped_stdout is not None: + sys.stdout = wrapped_stdout + if wrapped_stderr is not None: + sys.stderr = wrapped_stderr + + +def wrap_stream(stream, convert, strip, autoreset, wrap): + if wrap: + wrapper = AnsiToWin32(stream, + convert=convert, strip=strip, autoreset=autoreset) + if wrapper.should_wrap(): + stream = wrapper.stream + return stream + + +# Use this for initial setup as well, to reduce code duplication +_wipe_internal_state_for_tests() diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__init__.py new file mode 100644 index 0000000..8c5661e --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__init__.py @@ -0,0 +1 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..729e139404a815115a3f541acf853c6c55de4a11 GIT binary patch literal 212 zcmYk0K?=e!5JgjPAwm!0qMd~+K}2vP2yQ$;m^Nt}Ofw-#E4hZZ@Jenyf;(5HxX=&( z5AVZ=!8~8Eq+4}pj_E!p_*a%-m+WUL1Us{3cDge+)xUU0=%|-q9gb2O*pmrPRYOo@ zJXnpfbu<`JG~@~!Lq`TmyeiPDf-kSiHFy$5JAnWI literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7fa67ff468d2b0647f18c61fd05e179347f695e0 GIT binary patch literal 2572 zcmeHJOK;mo5awId)3Tj9ZJj>SHw)N|ZMA`bqK#}bwh>tYY#DCo13`OfM~Xuv#rCaQ$|;d3?95D1Rc! zUj~pz@Xw9`h(gqX;-l3DYOMKMtoypE5S% zSn;bH3b9Dxl|l-UcBcEaXo}b`G+ z*Kzt_4Pp`ttVs&Q25XTbDS<7JGEAz%Z7~2$=tzYi7Z=`RlGfm#eFN~T^1H%RruFqR zl^K6%>Sc?0(L$76zOvYKvmT2UhLF?nBm%eI&<$Qj2}!AYlnzoF#-Yn#-I*IgiUYh|9FDn} zMQm?a!*yc<6n#dW)Gl(gC^~Os3im-|stz{{@)T%H2Q)Av6s72xyetqN^jgXlSClH6YREn?>S3dG7Wn-p@aNbDRdkz$UONh!xFq?}__QpvFzspi-espVLm zOy$@#spr@XnMQ`$cV;>hbN*oEK`hLYG|SSgNYjw!J88a`=AkrAVVcstDczgWy(!(B z(!D9&o6^1cFm`5nSsnv%2B?MmXs)(fYfreo`kjP{#F*MLy1v!J~1z%MyCeLP+eSp&Z3_ww9*MIuemdSihxYy(SFJY$k zZ%Vi!HQ10EY)B0@qy`&OgAJ*{hSXp~O1J?Mw&o9(9)Q2F5I|UnAS{Fs7GeksL4<`U z!lIPvUD#G?BD{})drdz?m`AvW@Dakt2%jK)if|tRH9AzgFhik@{hdfr3dsmLmwTC;7&Fvsa!Z->7UJ8OZC8Gh}SAqab zvFxF<5RT3vI0)Y&;L>w-M^qpzKC}pc1uMf!W^1-(oA#VNC)#l|{D=txr!K0RZ;z55 z!*x(Bi&O{TMhGQV$_H0MMOMn#$kJ2%v=N^Jq99VNa8wk+_wWt}r?~I8O^w?>$OZn0 WV`W%=ZMCl5Q7f9IT6+B_Tm1)rRz>ju literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a374a16c692ede2c67827cac207d7c6f10d7267b GIT binary patch literal 11575 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..49195119c1a7866349c12b663cd28b9f1d5a23bc GIT binary patch literal 7104 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..50f7cf7e7112f69028501b22caf41fa3f2e03283 GIT binary patch literal 2825 zcmd5;Nl)ZP6t42t?hQJ_1SNqX`_fXtBy&nMLK6{9l2Jq=fkeiKSf;B0GhRC7YEUC` zNzXY*Ipzen@RxkeiNBCj-m9W%w;OScV#}}U)neE8y|11tY_}T(u0Qs^-G5#qo;3VM()622 z%Wpwnjk&Lg-~NWMI%~Wltig?u>Cf?b)_iG*BW{iejH275+q#BtlC7>$xH~+Tn_;4{XQ2(^Q$zEcCy_lef;?~#UXZ4>koT}p-75`;Qcu4@nCOQ zER5@!hz_DOjIptm{M7#SDzl5CSJ3ab@1 zv=>g4hf)r^v~Y5@$}1u|(DBcicbFyI>x=N1^VHkSQYoUnfsC>=_h5;`1Cb3_|00p3FxI1O*H3QrH5LWmpUHgeCw!N{GjkE0~bBTGk5M-6;i z`!jKSa(CPu1w`QL6t2R|hdJ&k#)VL2Hjr0T;jF^zD0nB4Jp55-fwvH&1BO8OI`nj@ zim)_x3ML8^cZ?F~K2)?oB?Yk0K$=RVH{vv@~s z=$t;L8ky-mySMkxa_>Z6Zi!BWAtszEven+h>?u$_Rf?DIpqP&d?!tsz zoiJd-J%p?Yo9^TLNxq#sL-B2%`3>HxC_bFz86@n;y09ucO@IR66QN1!& zw>HYHGt|nv$!nJK6J{2@SLd;YKMc*KqH!7B6*P~~+{NXiDwpL04qJz5w`49-yiY&5 zhs>$TTir(C20fgc5ZzrniIb*nP%DrCA;B#|jj1>wq*4{iM>&upQh{nASx$D_y4c>Z>jZ+* zQ+h|@U-U2Sl@ot~6Eo|kO{*Rd5^K%+?d;c^@$*FU^ECqPM|W%QkxR%=9LzTGkqt0C zhK>_X6Oz(^Qp7A_sS`LBJBb^(;B%5vPy!;TU-OYz!xo^<4%V(8^3@7X;QP$lUXjl=4q5g`$B=o>*OlV_Fr$e zd$?w{F&J!s>1F5y2`DE4w5;*o;*HmGmiN zsByJO_EZVnw);Kw4`eF*zKVuIWd0^_RB?BZ$1>A?KZ!>BN)9r~FLEvY=7ENX@cBy7N<35cksT;nUC+>if!|7GR=2-3~$F_<{g1ooE=T zz71VY4(Smc!#e~Wy$5xSX@NT+iFT72Cbe-fn@y&!!4Bg}74OenkHk$`YFyL6bJ0Oq znc}0C0AHZs;3PW1bPKwI0`%;N6+~>$X6cL>kOEJKs72V)bc~}%+LU$9Fh3IK->eF$Y^jpS@Xj!5o|p?rN`rzCeR zx{hTKCGi2?E<6*5lB}^x^!fwv; z^Wu54q);}dBC=tuWM);XFzE_|XwsmP$t;A5a5*29{-}2lsq{W9)3)fd8fb2rKBMX$ zZmpZzX=R0)q)>H+#ZsXJZT9WO_SY{iMX{dWY|ogv(^f{Sc5kgHH|uz$z6o8O)~QE5 Pr{OkSMr&oTYGHo>ahOFW literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cdd0f0c1e81d0a78c4cef1c08131473bb68e733e GIT binary patch literal 3347 zcmcImOK;mo5Z)yziqyka9N9_J0xi-Ws+)cJa&U>wM5|gbK~yj z^9e%!LFV-105b#+QUytPqx>vR95OUL~q}RZ5l#vsv*4VMT5nnBD}RWX=;q{Km}# z+=s4{hC2Xz$ZEq>PK(QQF_2tYQP7E1Nj~ZH9>yV;vSBFee$sxT3cVn0Zx0Muf-4?% z;>9FPgr2RZyCGLa_}1bgYU8%29}Ac{81io*oOqNG&)_Db2b3Aid_fMVXYm5JyTwC? zSx1x=4vfrvkhr;~!(6Rd8q+MXvX+#`Bo$WGlFFE5f=y~kHQ&9)E@^%u=cm|Z%}=sA zKsBw(xpRor-b@=^529dprxT~(GQMx!Y$G_s2c5>T2t(cll9B`R++cLy@L}xJuHl=h z1>ekla#+|myEZe93`%mY$jnn5!U8fzz?j17Ac6e`MI<&7%&>+l3h+|po%u8sosE9V zrMkAv)5Ro~NyyjRg7bKxzq!f9O1zn~n!Btjd9uT%=1+`$4D*{$?UL zyfy*|zwJv5^0B2X$-_<0jUXuilUp}E2dDU_%0euTiMR%v{rkMRokYCZ6Tvh1<0hDq znbiS%n!PaC-4aPZW;ftpZuEB3?Ido_20NW**x6`i{H@vBP1#BLjUHGKY;joD={5al zJZ6b#4r9;+M^o9%BjF=A+uKzRPFCVhItj)|s7pc&o7&WYF#*55I#`eC+QJ1xWo5!X zdo{tI_B(>hk3fedJF-o2eg0sS5q2HfzhI&xOChq<&nQNj`WRPhpB@&Dpx!WgDI_@R zoP5VGxx@j9@u~!*4m0ZH3eh@lxAf|+xcWpV1$m~av&38#X!M{4q*2!K6?K@4X(Tg9 zE(1~S7Ek>Eq9+BWk+L5z-MjbTkt*JwUtU^m%?nq5U07RLzS}xB#8q7R9ukalM&3u2 z3StQPhM6EyL0$&}pljG|S~DCv1;fGsytJ%rR)4v7^=u%9n_OH^d$94v^@Ngr(=RXs zC{z{DqNdKidFUQN{{x&$y5fd4hFmeLv0Ub`0-~OCg>ISI$ZKqitAhquF!&Fi0irCh z76oQnt5MN)C=hpX3CR?atiB{*-OlRqOfZxS>4uRA!z?a#8>XCzE4cbRsMk<`J`9_n zAW>nI-vBaZx@|ZHW;*2h7{tTHV~IU#S#z*qme?r;I3YRnq^5@!G%A`mD%v$qwJm6B z(8e^V2-LBaCn0vGR->3@Au{4qB$$uN!ZxFQ7N6nAkCB{lSQqn8ptk@*SpkC1f}2JO zTpTZDRDHLui7&v0agVULl!YDhZ9G~4z5B4@Ej&Wick5AO7%c1!=L8EstAaiS-r$>y zoj~6SemU2<>9Yl|b;qiG)MM|#E^n@OsBJs1ZRoOHr|SZRx;`u)kxiomV^qIJmX@z8 zRU6I$2DPa3R5!{i>!Y)@#edapPM@;M#Y*)9u_cwg-um&u!~B>d)LNrI$3!3sxboVXV~m*z{2YWGylly_)UQ2snKds#J9+P2Sg*Zw6=CJLNl)-^dMf>eAmALi literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/ansi_test.py b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/ansi_test.py new file mode 100644 index 0000000..0a20c80 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/ansi_test.py @@ -0,0 +1,76 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import sys +from unittest import TestCase, main + +from ..ansi import Back, Fore, Style +from ..ansitowin32 import AnsiToWin32 + +stdout_orig = sys.stdout +stderr_orig = sys.stderr + + +class AnsiTest(TestCase): + + def setUp(self): + # sanity check: stdout should be a file or StringIO object. + # It will only be AnsiToWin32 if init() has previously wrapped it + self.assertNotEqual(type(sys.stdout), AnsiToWin32) + self.assertNotEqual(type(sys.stderr), AnsiToWin32) + + def tearDown(self): + sys.stdout = stdout_orig + sys.stderr = stderr_orig + + + def testForeAttributes(self): + self.assertEqual(Fore.BLACK, '\033[30m') + self.assertEqual(Fore.RED, '\033[31m') + self.assertEqual(Fore.GREEN, '\033[32m') + self.assertEqual(Fore.YELLOW, '\033[33m') + self.assertEqual(Fore.BLUE, '\033[34m') + self.assertEqual(Fore.MAGENTA, '\033[35m') + self.assertEqual(Fore.CYAN, '\033[36m') + self.assertEqual(Fore.WHITE, '\033[37m') + self.assertEqual(Fore.RESET, '\033[39m') + + # Check the light, extended versions. + self.assertEqual(Fore.LIGHTBLACK_EX, '\033[90m') + self.assertEqual(Fore.LIGHTRED_EX, '\033[91m') + self.assertEqual(Fore.LIGHTGREEN_EX, '\033[92m') + self.assertEqual(Fore.LIGHTYELLOW_EX, '\033[93m') + self.assertEqual(Fore.LIGHTBLUE_EX, '\033[94m') + self.assertEqual(Fore.LIGHTMAGENTA_EX, '\033[95m') + self.assertEqual(Fore.LIGHTCYAN_EX, '\033[96m') + self.assertEqual(Fore.LIGHTWHITE_EX, '\033[97m') + + + def testBackAttributes(self): + self.assertEqual(Back.BLACK, '\033[40m') + self.assertEqual(Back.RED, '\033[41m') + self.assertEqual(Back.GREEN, '\033[42m') + self.assertEqual(Back.YELLOW, '\033[43m') + self.assertEqual(Back.BLUE, '\033[44m') + self.assertEqual(Back.MAGENTA, '\033[45m') + self.assertEqual(Back.CYAN, '\033[46m') + self.assertEqual(Back.WHITE, '\033[47m') + self.assertEqual(Back.RESET, '\033[49m') + + # Check the light, extended versions. + self.assertEqual(Back.LIGHTBLACK_EX, '\033[100m') + self.assertEqual(Back.LIGHTRED_EX, '\033[101m') + self.assertEqual(Back.LIGHTGREEN_EX, '\033[102m') + self.assertEqual(Back.LIGHTYELLOW_EX, '\033[103m') + self.assertEqual(Back.LIGHTBLUE_EX, '\033[104m') + self.assertEqual(Back.LIGHTMAGENTA_EX, '\033[105m') + self.assertEqual(Back.LIGHTCYAN_EX, '\033[106m') + self.assertEqual(Back.LIGHTWHITE_EX, '\033[107m') + + + def testStyleAttributes(self): + self.assertEqual(Style.DIM, '\033[2m') + self.assertEqual(Style.NORMAL, '\033[22m') + self.assertEqual(Style.BRIGHT, '\033[1m') + + +if __name__ == '__main__': + main() diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py new file mode 100644 index 0000000..91ca551 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py @@ -0,0 +1,294 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +from io import StringIO, TextIOWrapper +from unittest import TestCase, main +try: + from contextlib import ExitStack +except ImportError: + # python 2 + from contextlib2 import ExitStack + +try: + from unittest.mock import MagicMock, Mock, patch +except ImportError: + from mock import MagicMock, Mock, patch + +from ..ansitowin32 import AnsiToWin32, StreamWrapper +from ..win32 import ENABLE_VIRTUAL_TERMINAL_PROCESSING +from .utils import osname + + +class StreamWrapperTest(TestCase): + + def testIsAProxy(self): + mockStream = Mock() + wrapper = StreamWrapper(mockStream, None) + self.assertTrue( wrapper.random_attr is mockStream.random_attr ) + + def testDelegatesWrite(self): + mockStream = Mock() + mockConverter = Mock() + wrapper = StreamWrapper(mockStream, mockConverter) + wrapper.write('hello') + self.assertTrue(mockConverter.write.call_args, (('hello',), {})) + + def testDelegatesContext(self): + mockConverter = Mock() + s = StringIO() + with StreamWrapper(s, mockConverter) as fp: + fp.write(u'hello') + self.assertTrue(s.closed) + + def testProxyNoContextManager(self): + mockStream = MagicMock() + mockStream.__enter__.side_effect = AttributeError() + mockConverter = Mock() + with self.assertRaises(AttributeError) as excinfo: + with StreamWrapper(mockStream, mockConverter) as wrapper: + wrapper.write('hello') + + def test_closed_shouldnt_raise_on_closed_stream(self): + stream = StringIO() + stream.close() + wrapper = StreamWrapper(stream, None) + self.assertEqual(wrapper.closed, True) + + def test_closed_shouldnt_raise_on_detached_stream(self): + stream = TextIOWrapper(StringIO()) + stream.detach() + wrapper = StreamWrapper(stream, None) + self.assertEqual(wrapper.closed, True) + +class AnsiToWin32Test(TestCase): + + def testInit(self): + mockStdout = Mock() + auto = Mock() + stream = AnsiToWin32(mockStdout, autoreset=auto) + self.assertEqual(stream.wrapped, mockStdout) + self.assertEqual(stream.autoreset, auto) + + @patch('colorama.ansitowin32.winterm', None) + @patch('colorama.ansitowin32.winapi_test', lambda *_: True) + def testStripIsTrueOnWindows(self): + with osname('nt'): + mockStdout = Mock() + stream = AnsiToWin32(mockStdout) + self.assertTrue(stream.strip) + + def testStripIsFalseOffWindows(self): + with osname('posix'): + mockStdout = Mock(closed=False) + stream = AnsiToWin32(mockStdout) + self.assertFalse(stream.strip) + + def testWriteStripsAnsi(self): + mockStdout = Mock() + stream = AnsiToWin32(mockStdout) + stream.wrapped = Mock() + stream.write_and_convert = Mock() + stream.strip = True + + stream.write('abc') + + self.assertFalse(stream.wrapped.write.called) + self.assertEqual(stream.write_and_convert.call_args, (('abc',), {})) + + def testWriteDoesNotStripAnsi(self): + mockStdout = Mock() + stream = AnsiToWin32(mockStdout) + stream.wrapped = Mock() + stream.write_and_convert = Mock() + stream.strip = False + stream.convert = False + + stream.write('abc') + + self.assertFalse(stream.write_and_convert.called) + self.assertEqual(stream.wrapped.write.call_args, (('abc',), {})) + + def assert_autoresets(self, convert, autoreset=True): + stream = AnsiToWin32(Mock()) + stream.convert = convert + stream.reset_all = Mock() + stream.autoreset = autoreset + stream.winterm = Mock() + + stream.write('abc') + + self.assertEqual(stream.reset_all.called, autoreset) + + def testWriteAutoresets(self): + self.assert_autoresets(convert=True) + self.assert_autoresets(convert=False) + self.assert_autoresets(convert=True, autoreset=False) + self.assert_autoresets(convert=False, autoreset=False) + + def testWriteAndConvertWritesPlainText(self): + stream = AnsiToWin32(Mock()) + stream.write_and_convert( 'abc' ) + self.assertEqual( stream.wrapped.write.call_args, (('abc',), {}) ) + + def testWriteAndConvertStripsAllValidAnsi(self): + stream = AnsiToWin32(Mock()) + stream.call_win32 = Mock() + data = [ + 'abc\033[mdef', + 'abc\033[0mdef', + 'abc\033[2mdef', + 'abc\033[02mdef', + 'abc\033[002mdef', + 'abc\033[40mdef', + 'abc\033[040mdef', + 'abc\033[0;1mdef', + 'abc\033[40;50mdef', + 'abc\033[50;30;40mdef', + 'abc\033[Adef', + 'abc\033[0Gdef', + 'abc\033[1;20;128Hdef', + ] + for datum in data: + stream.wrapped.write.reset_mock() + stream.write_and_convert( datum ) + self.assertEqual( + [args[0] for args in stream.wrapped.write.call_args_list], + [ ('abc',), ('def',) ] + ) + + def testWriteAndConvertSkipsEmptySnippets(self): + stream = AnsiToWin32(Mock()) + stream.call_win32 = Mock() + stream.write_and_convert( '\033[40m\033[41m' ) + self.assertFalse( stream.wrapped.write.called ) + + def testWriteAndConvertCallsWin32WithParamsAndCommand(self): + stream = AnsiToWin32(Mock()) + stream.convert = True + stream.call_win32 = Mock() + stream.extract_params = Mock(return_value='params') + data = { + 'abc\033[adef': ('a', 'params'), + 'abc\033[;;bdef': ('b', 'params'), + 'abc\033[0cdef': ('c', 'params'), + 'abc\033[;;0;;Gdef': ('G', 'params'), + 'abc\033[1;20;128Hdef': ('H', 'params'), + } + for datum, expected in data.items(): + stream.call_win32.reset_mock() + stream.write_and_convert( datum ) + self.assertEqual( stream.call_win32.call_args[0], expected ) + + def test_reset_all_shouldnt_raise_on_closed_orig_stdout(self): + stream = StringIO() + converter = AnsiToWin32(stream) + stream.close() + + converter.reset_all() + + def test_wrap_shouldnt_raise_on_closed_orig_stdout(self): + stream = StringIO() + stream.close() + with \ + patch("colorama.ansitowin32.os.name", "nt"), \ + patch("colorama.ansitowin32.winapi_test", lambda: True): + converter = AnsiToWin32(stream) + self.assertTrue(converter.strip) + self.assertFalse(converter.convert) + + def test_wrap_shouldnt_raise_on_missing_closed_attr(self): + with \ + patch("colorama.ansitowin32.os.name", "nt"), \ + patch("colorama.ansitowin32.winapi_test", lambda: True): + converter = AnsiToWin32(object()) + self.assertTrue(converter.strip) + self.assertFalse(converter.convert) + + def testExtractParams(self): + stream = AnsiToWin32(Mock()) + data = { + '': (0,), + ';;': (0,), + '2': (2,), + ';;002;;': (2,), + '0;1': (0, 1), + ';;003;;456;;': (3, 456), + '11;22;33;44;55': (11, 22, 33, 44, 55), + } + for datum, expected in data.items(): + self.assertEqual(stream.extract_params('m', datum), expected) + + def testCallWin32UsesLookup(self): + listener = Mock() + stream = AnsiToWin32(listener) + stream.win32_calls = { + 1: (lambda *_, **__: listener(11),), + 2: (lambda *_, **__: listener(22),), + 3: (lambda *_, **__: listener(33),), + } + stream.call_win32('m', (3, 1, 99, 2)) + self.assertEqual( + [a[0][0] for a in listener.call_args_list], + [33, 11, 22] ) + + def test_osc_codes(self): + mockStdout = Mock() + stream = AnsiToWin32(mockStdout, convert=True) + with patch('colorama.ansitowin32.winterm') as winterm: + data = [ + '\033]0\x07', # missing arguments + '\033]0;foo\x08', # wrong OSC command + '\033]0;colorama_test_title\x07', # should work + '\033]1;colorama_test_title\x07', # wrong set command + '\033]2;colorama_test_title\x07', # should work + '\033]' + ';' * 64 + '\x08', # see issue #247 + ] + for code in data: + stream.write(code) + self.assertEqual(winterm.set_title.call_count, 2) + + def test_native_windows_ansi(self): + with ExitStack() as stack: + def p(a, b): + stack.enter_context(patch(a, b, create=True)) + # Pretend to be on Windows + p("colorama.ansitowin32.os.name", "nt") + p("colorama.ansitowin32.winapi_test", lambda: True) + p("colorama.win32.winapi_test", lambda: True) + p("colorama.winterm.win32.windll", "non-None") + p("colorama.winterm.get_osfhandle", lambda _: 1234) + + # Pretend that our mock stream has native ANSI support + p( + "colorama.winterm.win32.GetConsoleMode", + lambda _: ENABLE_VIRTUAL_TERMINAL_PROCESSING, + ) + SetConsoleMode = Mock() + p("colorama.winterm.win32.SetConsoleMode", SetConsoleMode) + + stdout = Mock() + stdout.closed = False + stdout.isatty.return_value = True + stdout.fileno.return_value = 1 + + # Our fake console says it has native vt support, so AnsiToWin32 should + # enable that support and do nothing else. + stream = AnsiToWin32(stdout) + SetConsoleMode.assert_called_with(1234, ENABLE_VIRTUAL_TERMINAL_PROCESSING) + self.assertFalse(stream.strip) + self.assertFalse(stream.convert) + self.assertFalse(stream.should_wrap()) + + # Now let's pretend we're on an old Windows console, that doesn't have + # native ANSI support. + p("colorama.winterm.win32.GetConsoleMode", lambda _: 0) + SetConsoleMode = Mock() + p("colorama.winterm.win32.SetConsoleMode", SetConsoleMode) + + stream = AnsiToWin32(stdout) + SetConsoleMode.assert_called_with(1234, ENABLE_VIRTUAL_TERMINAL_PROCESSING) + self.assertTrue(stream.strip) + self.assertTrue(stream.convert) + self.assertTrue(stream.should_wrap()) + + +if __name__ == '__main__': + main() diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/initialise_test.py b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/initialise_test.py new file mode 100644 index 0000000..89f9b07 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/initialise_test.py @@ -0,0 +1,189 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import sys +from unittest import TestCase, main, skipUnless + +try: + from unittest.mock import patch, Mock +except ImportError: + from mock import patch, Mock + +from ..ansitowin32 import StreamWrapper +from ..initialise import init, just_fix_windows_console, _wipe_internal_state_for_tests +from .utils import osname, replace_by + +orig_stdout = sys.stdout +orig_stderr = sys.stderr + + +class InitTest(TestCase): + + @skipUnless(sys.stdout.isatty(), "sys.stdout is not a tty") + def setUp(self): + # sanity check + self.assertNotWrapped() + + def tearDown(self): + _wipe_internal_state_for_tests() + sys.stdout = orig_stdout + sys.stderr = orig_stderr + + def assertWrapped(self): + self.assertIsNot(sys.stdout, orig_stdout, 'stdout should be wrapped') + self.assertIsNot(sys.stderr, orig_stderr, 'stderr should be wrapped') + self.assertTrue(isinstance(sys.stdout, StreamWrapper), + 'bad stdout wrapper') + self.assertTrue(isinstance(sys.stderr, StreamWrapper), + 'bad stderr wrapper') + + def assertNotWrapped(self): + self.assertIs(sys.stdout, orig_stdout, 'stdout should not be wrapped') + self.assertIs(sys.stderr, orig_stderr, 'stderr should not be wrapped') + + @patch('colorama.initialise.reset_all') + @patch('colorama.ansitowin32.winapi_test', lambda *_: True) + @patch('colorama.ansitowin32.enable_vt_processing', lambda *_: False) + def testInitWrapsOnWindows(self, _): + with osname("nt"): + init() + self.assertWrapped() + + @patch('colorama.initialise.reset_all') + @patch('colorama.ansitowin32.winapi_test', lambda *_: False) + def testInitDoesntWrapOnEmulatedWindows(self, _): + with osname("nt"): + init() + self.assertNotWrapped() + + def testInitDoesntWrapOnNonWindows(self): + with osname("posix"): + init() + self.assertNotWrapped() + + def testInitDoesntWrapIfNone(self): + with replace_by(None): + init() + # We can't use assertNotWrapped here because replace_by(None) + # changes stdout/stderr already. + self.assertIsNone(sys.stdout) + self.assertIsNone(sys.stderr) + + def testInitAutoresetOnWrapsOnAllPlatforms(self): + with osname("posix"): + init(autoreset=True) + self.assertWrapped() + + def testInitWrapOffDoesntWrapOnWindows(self): + with osname("nt"): + init(wrap=False) + self.assertNotWrapped() + + def testInitWrapOffIncompatibleWithAutoresetOn(self): + self.assertRaises(ValueError, lambda: init(autoreset=True, wrap=False)) + + @patch('colorama.win32.SetConsoleTextAttribute') + @patch('colorama.initialise.AnsiToWin32') + def testAutoResetPassedOn(self, mockATW32, _): + with osname("nt"): + init(autoreset=True) + self.assertEqual(len(mockATW32.call_args_list), 2) + self.assertEqual(mockATW32.call_args_list[1][1]['autoreset'], True) + self.assertEqual(mockATW32.call_args_list[0][1]['autoreset'], True) + + @patch('colorama.initialise.AnsiToWin32') + def testAutoResetChangeable(self, mockATW32): + with osname("nt"): + init() + + init(autoreset=True) + self.assertEqual(len(mockATW32.call_args_list), 4) + self.assertEqual(mockATW32.call_args_list[2][1]['autoreset'], True) + self.assertEqual(mockATW32.call_args_list[3][1]['autoreset'], True) + + init() + self.assertEqual(len(mockATW32.call_args_list), 6) + self.assertEqual( + mockATW32.call_args_list[4][1]['autoreset'], False) + self.assertEqual( + mockATW32.call_args_list[5][1]['autoreset'], False) + + + @patch('colorama.initialise.atexit.register') + def testAtexitRegisteredOnlyOnce(self, mockRegister): + init() + self.assertTrue(mockRegister.called) + mockRegister.reset_mock() + init() + self.assertFalse(mockRegister.called) + + +class JustFixWindowsConsoleTest(TestCase): + def _reset(self): + _wipe_internal_state_for_tests() + sys.stdout = orig_stdout + sys.stderr = orig_stderr + + def tearDown(self): + self._reset() + + @patch("colorama.ansitowin32.winapi_test", lambda: True) + def testJustFixWindowsConsole(self): + if sys.platform != "win32": + # just_fix_windows_console should be a no-op + just_fix_windows_console() + self.assertIs(sys.stdout, orig_stdout) + self.assertIs(sys.stderr, orig_stderr) + else: + def fake_std(): + # Emulate stdout=not a tty, stderr=tty + # to check that we handle both cases correctly + stdout = Mock() + stdout.closed = False + stdout.isatty.return_value = False + stdout.fileno.return_value = 1 + sys.stdout = stdout + + stderr = Mock() + stderr.closed = False + stderr.isatty.return_value = True + stderr.fileno.return_value = 2 + sys.stderr = stderr + + for native_ansi in [False, True]: + with patch( + 'colorama.ansitowin32.enable_vt_processing', + lambda *_: native_ansi + ): + self._reset() + fake_std() + + # Regular single-call test + prev_stdout = sys.stdout + prev_stderr = sys.stderr + just_fix_windows_console() + self.assertIs(sys.stdout, prev_stdout) + if native_ansi: + self.assertIs(sys.stderr, prev_stderr) + else: + self.assertIsNot(sys.stderr, prev_stderr) + + # second call without resetting is always a no-op + prev_stdout = sys.stdout + prev_stderr = sys.stderr + just_fix_windows_console() + self.assertIs(sys.stdout, prev_stdout) + self.assertIs(sys.stderr, prev_stderr) + + self._reset() + fake_std() + + # If init() runs first, just_fix_windows_console should be a no-op + init() + prev_stdout = sys.stdout + prev_stderr = sys.stderr + just_fix_windows_console() + self.assertIs(prev_stdout, sys.stdout) + self.assertIs(prev_stderr, sys.stderr) + + +if __name__ == '__main__': + main() diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/isatty_test.py b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/isatty_test.py new file mode 100644 index 0000000..0f84e4b --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/isatty_test.py @@ -0,0 +1,57 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import sys +from unittest import TestCase, main + +from ..ansitowin32 import StreamWrapper, AnsiToWin32 +from .utils import pycharm, replace_by, replace_original_by, StreamTTY, StreamNonTTY + + +def is_a_tty(stream): + return StreamWrapper(stream, None).isatty() + +class IsattyTest(TestCase): + + def test_TTY(self): + tty = StreamTTY() + self.assertTrue(is_a_tty(tty)) + with pycharm(): + self.assertTrue(is_a_tty(tty)) + + def test_nonTTY(self): + non_tty = StreamNonTTY() + self.assertFalse(is_a_tty(non_tty)) + with pycharm(): + self.assertFalse(is_a_tty(non_tty)) + + def test_withPycharm(self): + with pycharm(): + self.assertTrue(is_a_tty(sys.stderr)) + self.assertTrue(is_a_tty(sys.stdout)) + + def test_withPycharmTTYOverride(self): + tty = StreamTTY() + with pycharm(), replace_by(tty): + self.assertTrue(is_a_tty(tty)) + + def test_withPycharmNonTTYOverride(self): + non_tty = StreamNonTTY() + with pycharm(), replace_by(non_tty): + self.assertFalse(is_a_tty(non_tty)) + + def test_withPycharmNoneOverride(self): + with pycharm(): + with replace_by(None), replace_original_by(None): + self.assertFalse(is_a_tty(None)) + self.assertFalse(is_a_tty(StreamNonTTY())) + self.assertTrue(is_a_tty(StreamTTY())) + + def test_withPycharmStreamWrapped(self): + with pycharm(): + self.assertTrue(AnsiToWin32(StreamTTY()).stream.isatty()) + self.assertFalse(AnsiToWin32(StreamNonTTY()).stream.isatty()) + self.assertTrue(AnsiToWin32(sys.stdout).stream.isatty()) + self.assertTrue(AnsiToWin32(sys.stderr).stream.isatty()) + + +if __name__ == '__main__': + main() diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/utils.py b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/utils.py new file mode 100644 index 0000000..472fafb --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/utils.py @@ -0,0 +1,49 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +from contextlib import contextmanager +from io import StringIO +import sys +import os + + +class StreamTTY(StringIO): + def isatty(self): + return True + +class StreamNonTTY(StringIO): + def isatty(self): + return False + +@contextmanager +def osname(name): + orig = os.name + os.name = name + yield + os.name = orig + +@contextmanager +def replace_by(stream): + orig_stdout = sys.stdout + orig_stderr = sys.stderr + sys.stdout = stream + sys.stderr = stream + yield + sys.stdout = orig_stdout + sys.stderr = orig_stderr + +@contextmanager +def replace_original_by(stream): + orig_stdout = sys.__stdout__ + orig_stderr = sys.__stderr__ + sys.__stdout__ = stream + sys.__stderr__ = stream + yield + sys.__stdout__ = orig_stdout + sys.__stderr__ = orig_stderr + +@contextmanager +def pycharm(): + os.environ["PYCHARM_HOSTED"] = "1" + non_tty = StreamNonTTY() + with replace_by(non_tty), replace_original_by(non_tty): + yield + del os.environ["PYCHARM_HOSTED"] diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/winterm_test.py b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/winterm_test.py new file mode 100644 index 0000000..d0955f9 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/tests/winterm_test.py @@ -0,0 +1,131 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import sys +from unittest import TestCase, main, skipUnless + +try: + from unittest.mock import Mock, patch +except ImportError: + from mock import Mock, patch + +from ..winterm import WinColor, WinStyle, WinTerm + + +class WinTermTest(TestCase): + + @patch('colorama.winterm.win32') + def testInit(self, mockWin32): + mockAttr = Mock() + mockAttr.wAttributes = 7 + 6 * 16 + 8 + mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr + term = WinTerm() + self.assertEqual(term._fore, 7) + self.assertEqual(term._back, 6) + self.assertEqual(term._style, 8) + + @skipUnless(sys.platform.startswith("win"), "requires Windows") + def testGetAttrs(self): + term = WinTerm() + + term._fore = 0 + term._back = 0 + term._style = 0 + self.assertEqual(term.get_attrs(), 0) + + term._fore = WinColor.YELLOW + self.assertEqual(term.get_attrs(), WinColor.YELLOW) + + term._back = WinColor.MAGENTA + self.assertEqual( + term.get_attrs(), + WinColor.YELLOW + WinColor.MAGENTA * 16) + + term._style = WinStyle.BRIGHT + self.assertEqual( + term.get_attrs(), + WinColor.YELLOW + WinColor.MAGENTA * 16 + WinStyle.BRIGHT) + + @patch('colorama.winterm.win32') + def testResetAll(self, mockWin32): + mockAttr = Mock() + mockAttr.wAttributes = 1 + 2 * 16 + 8 + mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr + term = WinTerm() + + term.set_console = Mock() + term._fore = -1 + term._back = -1 + term._style = -1 + + term.reset_all() + + self.assertEqual(term._fore, 1) + self.assertEqual(term._back, 2) + self.assertEqual(term._style, 8) + self.assertEqual(term.set_console.called, True) + + @skipUnless(sys.platform.startswith("win"), "requires Windows") + def testFore(self): + term = WinTerm() + term.set_console = Mock() + term._fore = 0 + + term.fore(5) + + self.assertEqual(term._fore, 5) + self.assertEqual(term.set_console.called, True) + + @skipUnless(sys.platform.startswith("win"), "requires Windows") + def testBack(self): + term = WinTerm() + term.set_console = Mock() + term._back = 0 + + term.back(5) + + self.assertEqual(term._back, 5) + self.assertEqual(term.set_console.called, True) + + @skipUnless(sys.platform.startswith("win"), "requires Windows") + def testStyle(self): + term = WinTerm() + term.set_console = Mock() + term._style = 0 + + term.style(22) + + self.assertEqual(term._style, 22) + self.assertEqual(term.set_console.called, True) + + @patch('colorama.winterm.win32') + def testSetConsole(self, mockWin32): + mockAttr = Mock() + mockAttr.wAttributes = 0 + mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr + term = WinTerm() + term.windll = Mock() + + term.set_console() + + self.assertEqual( + mockWin32.SetConsoleTextAttribute.call_args, + ((mockWin32.STDOUT, term.get_attrs()), {}) + ) + + @patch('colorama.winterm.win32') + def testSetConsoleOnStderr(self, mockWin32): + mockAttr = Mock() + mockAttr.wAttributes = 0 + mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr + term = WinTerm() + term.windll = Mock() + + term.set_console(on_stderr=True) + + self.assertEqual( + mockWin32.SetConsoleTextAttribute.call_args, + ((mockWin32.STDERR, term.get_attrs()), {}) + ) + + +if __name__ == '__main__': + main() diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/win32.py b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/win32.py new file mode 100644 index 0000000..841b0e2 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/win32.py @@ -0,0 +1,180 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. + +# from winbase.h +STDOUT = -11 +STDERR = -12 + +ENABLE_VIRTUAL_TERMINAL_PROCESSING = 0x0004 + +try: + import ctypes + from ctypes import LibraryLoader + windll = LibraryLoader(ctypes.WinDLL) + from ctypes import wintypes +except (AttributeError, ImportError): + windll = None + SetConsoleTextAttribute = lambda *_: None + winapi_test = lambda *_: None +else: + from ctypes import byref, Structure, c_char, POINTER + + COORD = wintypes._COORD + + class CONSOLE_SCREEN_BUFFER_INFO(Structure): + """struct in wincon.h.""" + _fields_ = [ + ("dwSize", COORD), + ("dwCursorPosition", COORD), + ("wAttributes", wintypes.WORD), + ("srWindow", wintypes.SMALL_RECT), + ("dwMaximumWindowSize", COORD), + ] + def __str__(self): + return '(%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d)' % ( + self.dwSize.Y, self.dwSize.X + , self.dwCursorPosition.Y, self.dwCursorPosition.X + , self.wAttributes + , self.srWindow.Top, self.srWindow.Left, self.srWindow.Bottom, self.srWindow.Right + , self.dwMaximumWindowSize.Y, self.dwMaximumWindowSize.X + ) + + _GetStdHandle = windll.kernel32.GetStdHandle + _GetStdHandle.argtypes = [ + wintypes.DWORD, + ] + _GetStdHandle.restype = wintypes.HANDLE + + _GetConsoleScreenBufferInfo = windll.kernel32.GetConsoleScreenBufferInfo + _GetConsoleScreenBufferInfo.argtypes = [ + wintypes.HANDLE, + POINTER(CONSOLE_SCREEN_BUFFER_INFO), + ] + _GetConsoleScreenBufferInfo.restype = wintypes.BOOL + + _SetConsoleTextAttribute = windll.kernel32.SetConsoleTextAttribute + _SetConsoleTextAttribute.argtypes = [ + wintypes.HANDLE, + wintypes.WORD, + ] + _SetConsoleTextAttribute.restype = wintypes.BOOL + + _SetConsoleCursorPosition = windll.kernel32.SetConsoleCursorPosition + _SetConsoleCursorPosition.argtypes = [ + wintypes.HANDLE, + COORD, + ] + _SetConsoleCursorPosition.restype = wintypes.BOOL + + _FillConsoleOutputCharacterA = windll.kernel32.FillConsoleOutputCharacterA + _FillConsoleOutputCharacterA.argtypes = [ + wintypes.HANDLE, + c_char, + wintypes.DWORD, + COORD, + POINTER(wintypes.DWORD), + ] + _FillConsoleOutputCharacterA.restype = wintypes.BOOL + + _FillConsoleOutputAttribute = windll.kernel32.FillConsoleOutputAttribute + _FillConsoleOutputAttribute.argtypes = [ + wintypes.HANDLE, + wintypes.WORD, + wintypes.DWORD, + COORD, + POINTER(wintypes.DWORD), + ] + _FillConsoleOutputAttribute.restype = wintypes.BOOL + + _SetConsoleTitleW = windll.kernel32.SetConsoleTitleW + _SetConsoleTitleW.argtypes = [ + wintypes.LPCWSTR + ] + _SetConsoleTitleW.restype = wintypes.BOOL + + _GetConsoleMode = windll.kernel32.GetConsoleMode + _GetConsoleMode.argtypes = [ + wintypes.HANDLE, + POINTER(wintypes.DWORD) + ] + _GetConsoleMode.restype = wintypes.BOOL + + _SetConsoleMode = windll.kernel32.SetConsoleMode + _SetConsoleMode.argtypes = [ + wintypes.HANDLE, + wintypes.DWORD + ] + _SetConsoleMode.restype = wintypes.BOOL + + def _winapi_test(handle): + csbi = CONSOLE_SCREEN_BUFFER_INFO() + success = _GetConsoleScreenBufferInfo( + handle, byref(csbi)) + return bool(success) + + def winapi_test(): + return any(_winapi_test(h) for h in + (_GetStdHandle(STDOUT), _GetStdHandle(STDERR))) + + def GetConsoleScreenBufferInfo(stream_id=STDOUT): + handle = _GetStdHandle(stream_id) + csbi = CONSOLE_SCREEN_BUFFER_INFO() + success = _GetConsoleScreenBufferInfo( + handle, byref(csbi)) + return csbi + + def SetConsoleTextAttribute(stream_id, attrs): + handle = _GetStdHandle(stream_id) + return _SetConsoleTextAttribute(handle, attrs) + + def SetConsoleCursorPosition(stream_id, position, adjust=True): + position = COORD(*position) + # If the position is out of range, do nothing. + if position.Y <= 0 or position.X <= 0: + return + # Adjust for Windows' SetConsoleCursorPosition: + # 1. being 0-based, while ANSI is 1-based. + # 2. expecting (x,y), while ANSI uses (y,x). + adjusted_position = COORD(position.Y - 1, position.X - 1) + if adjust: + # Adjust for viewport's scroll position + sr = GetConsoleScreenBufferInfo(STDOUT).srWindow + adjusted_position.Y += sr.Top + adjusted_position.X += sr.Left + # Resume normal processing + handle = _GetStdHandle(stream_id) + return _SetConsoleCursorPosition(handle, adjusted_position) + + def FillConsoleOutputCharacter(stream_id, char, length, start): + handle = _GetStdHandle(stream_id) + char = c_char(char.encode()) + length = wintypes.DWORD(length) + num_written = wintypes.DWORD(0) + # Note that this is hard-coded for ANSI (vs wide) bytes. + success = _FillConsoleOutputCharacterA( + handle, char, length, start, byref(num_written)) + return num_written.value + + def FillConsoleOutputAttribute(stream_id, attr, length, start): + ''' FillConsoleOutputAttribute( hConsole, csbi.wAttributes, dwConSize, coordScreen, &cCharsWritten )''' + handle = _GetStdHandle(stream_id) + attribute = wintypes.WORD(attr) + length = wintypes.DWORD(length) + num_written = wintypes.DWORD(0) + # Note that this is hard-coded for ANSI (vs wide) bytes. + return _FillConsoleOutputAttribute( + handle, attribute, length, start, byref(num_written)) + + def SetConsoleTitle(title): + return _SetConsoleTitleW(title) + + def GetConsoleMode(handle): + mode = wintypes.DWORD() + success = _GetConsoleMode(handle, byref(mode)) + if not success: + raise ctypes.WinError() + return mode.value + + def SetConsoleMode(handle, mode): + success = _SetConsoleMode(handle, mode) + if not success: + raise ctypes.WinError() diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/winterm.py b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/winterm.py new file mode 100644 index 0000000..aad867e --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/colorama/winterm.py @@ -0,0 +1,195 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +try: + from msvcrt import get_osfhandle +except ImportError: + def get_osfhandle(_): + raise OSError("This isn't windows!") + + +from . import win32 + +# from wincon.h +class WinColor(object): + BLACK = 0 + BLUE = 1 + GREEN = 2 + CYAN = 3 + RED = 4 + MAGENTA = 5 + YELLOW = 6 + GREY = 7 + +# from wincon.h +class WinStyle(object): + NORMAL = 0x00 # dim text, dim background + BRIGHT = 0x08 # bright text, dim background + BRIGHT_BACKGROUND = 0x80 # dim text, bright background + +class WinTerm(object): + + def __init__(self): + self._default = win32.GetConsoleScreenBufferInfo(win32.STDOUT).wAttributes + self.set_attrs(self._default) + self._default_fore = self._fore + self._default_back = self._back + self._default_style = self._style + # In order to emulate LIGHT_EX in windows, we borrow the BRIGHT style. + # So that LIGHT_EX colors and BRIGHT style do not clobber each other, + # we track them separately, since LIGHT_EX is overwritten by Fore/Back + # and BRIGHT is overwritten by Style codes. + self._light = 0 + + def get_attrs(self): + return self._fore + self._back * 16 + (self._style | self._light) + + def set_attrs(self, value): + self._fore = value & 7 + self._back = (value >> 4) & 7 + self._style = value & (WinStyle.BRIGHT | WinStyle.BRIGHT_BACKGROUND) + + def reset_all(self, on_stderr=None): + self.set_attrs(self._default) + self.set_console(attrs=self._default) + self._light = 0 + + def fore(self, fore=None, light=False, on_stderr=False): + if fore is None: + fore = self._default_fore + self._fore = fore + # Emulate LIGHT_EX with BRIGHT Style + if light: + self._light |= WinStyle.BRIGHT + else: + self._light &= ~WinStyle.BRIGHT + self.set_console(on_stderr=on_stderr) + + def back(self, back=None, light=False, on_stderr=False): + if back is None: + back = self._default_back + self._back = back + # Emulate LIGHT_EX with BRIGHT_BACKGROUND Style + if light: + self._light |= WinStyle.BRIGHT_BACKGROUND + else: + self._light &= ~WinStyle.BRIGHT_BACKGROUND + self.set_console(on_stderr=on_stderr) + + def style(self, style=None, on_stderr=False): + if style is None: + style = self._default_style + self._style = style + self.set_console(on_stderr=on_stderr) + + def set_console(self, attrs=None, on_stderr=False): + if attrs is None: + attrs = self.get_attrs() + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleTextAttribute(handle, attrs) + + def get_position(self, handle): + position = win32.GetConsoleScreenBufferInfo(handle).dwCursorPosition + # Because Windows coordinates are 0-based, + # and win32.SetConsoleCursorPosition expects 1-based. + position.X += 1 + position.Y += 1 + return position + + def set_cursor_position(self, position=None, on_stderr=False): + if position is None: + # I'm not currently tracking the position, so there is no default. + # position = self.get_position() + return + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleCursorPosition(handle, position) + + def cursor_adjust(self, x, y, on_stderr=False): + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + position = self.get_position(handle) + adjusted_position = (position.Y + y, position.X + x) + win32.SetConsoleCursorPosition(handle, adjusted_position, adjust=False) + + def erase_screen(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the screen. + # 1 should clear from the cursor to the beginning of the screen. + # 2 should clear the entire screen, and move cursor to (1,1) + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + # get the number of character cells in the current buffer + cells_in_screen = csbi.dwSize.X * csbi.dwSize.Y + # get number of character cells before current cursor position + cells_before_cursor = csbi.dwSize.X * csbi.dwCursorPosition.Y + csbi.dwCursorPosition.X + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = cells_in_screen - cells_before_cursor + elif mode == 1: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_before_cursor + elif mode == 2: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_in_screen + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + if mode == 2: + # put the cursor where needed + win32.SetConsoleCursorPosition(handle, (1, 1)) + + def erase_line(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the line. + # 1 should clear from the cursor to the beginning of the line. + # 2 should clear the entire line. + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = csbi.dwSize.X - csbi.dwCursorPosition.X + elif mode == 1: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwCursorPosition.X + elif mode == 2: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwSize.X + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + + def set_title(self, title): + win32.SetConsoleTitle(title) + + +def enable_vt_processing(fd): + if win32.windll is None or not win32.winapi_test(): + return False + + try: + handle = get_osfhandle(fd) + mode = win32.GetConsoleMode(handle) + win32.SetConsoleMode( + handle, + mode | win32.ENABLE_VIRTUAL_TERMINAL_PROCESSING, + ) + + mode = win32.GetConsoleMode(handle) + if mode & win32.ENABLE_VIRTUAL_TERMINAL_PROCESSING: + return True + # Can get TypeError in testsuite where 'fd' is a Mock() + except (OSError, TypeError): + return False diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 0000000..e999438 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e1aae17b8761a7c4766718f54b603b8aa2493355 GIT binary patch literal 1076 zcmah|OKaOe5T2FRlKe<9rGyrG%*BUTfm~WB#gK-k5KJM5Qe75ByK&U4C1oY2b?7bm z1^ordF@I^VJ@qg2)R|QtCM|T#4l|y|H!r1YYdt{vakzJM>H+*DWtAdSCirTNOoC(@ z5|CcP-h=cdzXZvZci|`g`4Fug4RfAw2A`nV;GjCoj|}LC-hm9!J5=x`K!5%j3U3P( zT!kvSW=U6duX>7Kz%^rtasZ>~7b3#+yt6gl9>2;+StW+b1YbQsrXXPw63+#CcK9x@ z8=W8Se#=zVD->$wqJ5Z{sahSX1ed$NeGq*pLmp=Yt;m15MiF AbpQYW literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..932b45ddcb8213614ce0f877828ab412d06ec4e1 GIT binary patch literal 31750 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 ZYi;@@!qM11v?{-LY+9t>Y{{b(h%b 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 A4*&oF literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4c278262a07c52f05468b9701da65bf15e4f2f43 GIT binary patch literal 17287 zcmeHPTWlQHd7hb_ot<4SmlQ=&z9wTQvPDOvWI0J4#t!UQvaP^o6iJTjt()a=&+Kx= zz3I%XC~lW+5xG}1X^^IAfTjQ$v;l$wMIVZw2#TU;-}+FXZ^fW}Do`}fZC?~1?)RND zGrLPla)885TV$y@b3KzpBS!fuy3Gu0W~&53-w+?lP;b}H3MXRbQenXk@wj#ZC!7OD&CzSBP5S*$L0PE=2r zMqutQ1t$;8>I0%seNed7hh8y6QIy^>L@9XqcCPw}Fs~ZRGvCL180*Vs>|EQDfiJ#q z;vA>*7g}M|Zf#z?RS)`6tJht2;>B05UAz2gKWx=s97J2M`d!fuWL&rs+!zF56wmSY zWj_pedQ!aJl(9RI?Y=L=ATDnXT5VD5^@A>Il*352y3Ja&+YiEJD=rLM{hDaWc;;## zZwB(R?A_WOp4f__ez{V^;IR5rub*sv}%c#J(U(Vg`Fxl*KIeMNtuR*q6k-IEMX<_=s2#$5FE^&WJ^E z0!OoAMJ$PvII4(M@sM~JM|0v4@hG037iYx>#0PQZm^ddq@feO4#M9z&@gW=?7ata< z@YJGsLOhB632|PW7R$J^Byw1bXX5f@zrO7^gG*fz+#1$P9)8!hTA^2OV_H2K^konR z-6-^Yudg5VT71^4_d0z)YHhXyZ>JS)d6#!DUpnJOTLF%utzK6(m9*}u=2z9Fa24~l zlKrl2T?%XX7rh!_K@H3VYZ(F}x-E&3$g7J$N_KL$ZQTh7ps3@GKHF8I;D10fmR~nUs zyKTvDjf!Zi@Fqrc<9lx!HzM1JD!bp+jQ1AK&tZELOlBLlaXV)k-T9}D@E^`8#x#w$ z$evuH;_z!~+PE;6x~-_?w_9Q0`CTkS82R0Luv*FK>vbhXqqI@P^Zi5!)V2~CQ4Yg) z4L$KKrCi`cE(TEB>UDzHrdWurUKkfdaI-sTx8qVc*zC(*JqW|NRNo5f+qJrn>xIu= zy(nc*F3-ev7_=MmB%5+VJc5RtZV65` zS^th9KZ5FadS^L|vwi8`41(_2mwH`@r_BLhDm>e7`@2oq8+64A)?}rxxasVwztcJk z=?IZT?s{hR6K65a!AioEsMhMA#S3>uPo7N}>8xJ#{%-8nz*McMRy&36!_z2?LdkT^ zC3DfNm`?In$+@OwmQCwj$8vG4gyZ3fNeQu z4bX9JI3}xCf=JOMhl!VNL)!E@9W0z8!d5p5q+gF9ug8)FPfVSDXCz_vE-8?fE%`WhajxDGYK?Sp2G`X6PvamYsTq09 zi8nnbN86s79*%)k)%2|6V0wB+5IuX=$lA9=?f@dJmQ%;JI=0m@w8#O(R4uR03J_TO z99l(*h`-A?_6oQp5yF=*d48SrJUw@wA9~@S-|xvN5Z>mlm#xC8mi+x*f6(@$V7y)% z8(@Cf^*h1F#u;y8BV{&y2F7f6HZ~xV1nz-Xc^qki4nnUXdmWA_8{*VT9$l((t=$8s z>$QSHPkN5swAVPVdX%%6$+$F@H|xsy z;njWs4}At(SVmzuWpGIue-(51!Kqb0DvzcXeTpYMv;^H`P&cW?H#?T*4K98n>Fo(g ze-(n^{>!-Pz116dok19RTYNYKPfe~9mm{0<$t9ayo6P_cCh#ce$ZZi7eZI@|^BN zQ+@RLsi`J!v998;w{Zaez%&nxaFME=NAi)#5*Af_l)G*0nURe<`OHADU?$*iWbQk- zUKr7QU@PW<4P(NE2qRw>mHnC<_Op3?iFyLl<{zE=DK^ndvX6ZGNR}O;9^$L>5>m6{%EK*%#odL``abpb0AR`HnCKiD=_sY zxdVGxaC@-MV4+#hk!vUp?E|A}9Ke>td42>jNuIg?6A+BHe*7&C(_@N-k)YfAcVGSROKM(i(LVX!;|Ia8m^PG7dnD5aWCH$POzv)<*U| zfOu|jV{X4w0AI2Pu}ZdgkOuiRiwM=1cB^|nuAH=9fC343zTg}17fo9cyR z1HlX>3L{>vi_i5)%v8`ANWk|t2aQG`j}j=UOuGT?Ub6)mujnrI2S7*xT!qs#>s5z% zsL2j{-S+PCcrg=~LO-sXORA!C4pI#)F&%bV?Y0LWo4vJnF*X>b_asr+0o|ZZBLppx zy5R}*2k=ew$neUOZ+m1!cp7h>yde03t@wS|_1gYXL(`KN^~RO&<=LTgDpdZ- za)G4c3qBb;A|MsUj>H&R{n*j%#SZ5NC_-KYn}cSYueW<)u$!iN)M`>Qfrl|27IG~=QK_PNY zIJqNR*wl5@T%=IBI?BVU#Py~{8XN)L8JO|{uQmme&hoYP>jS%_a21mv(=@J!93KJD}4`O z;NFd-;KP$444u@ko;3UcBj~r|lOX$vH%mP>Dxu`PGjf1);zQsu=vJZt!})04yU$_k(Wzr8|RZHNxEJiAi{ zG}7CKXr;ipV|vRo3XYHugMVWuxD`QU#V+(+pR^YjI@^LL@=@HEr}&V4z1Ql-?k0$h zgfHns%Fm)$cC`$0Qx1U~Qq&yJa-WfG?51=i&#^%(5>+c~92QXXbYxYru z7?lcCrUPlkJ-3IbM1d15n8Qb>N(a=eiUArI{izWL=aWng!xTccd+>&pgdlI zu*y9Lt8dT7md6#S(}vlC5c^~E%O=DXjdTdSk#ijat^u(6OB7WFtz?tC4(>uYC3k_* z>AOikU&CE@zc|vuk;f%vgF5>&YG2qdtG%1-9iV+STZ4cr`2RMkz^@FtAly`_fxB?B z1pu0sr1HVf06v8o1qIuJ3E16*_NKC62b?3)4ZR3#Ul)eXntJFj|i*m7c;06Nb=}5J4J9Bp^Za`NwSvh~dVB z^pM9vsq1kbowT}g5huWooXD4;^%$01Gn6NIu_8Z+U2I>zbopYOS29Qv2as1;upZm+ zWuzXL4Rv8h!q%0Sd2H|atw?@>hrl%mYjI|liyE;Y=T=MOg^r!=9o07*RxQS6AFTZ} zw)2Nsdj>?40$+cI=ffvZ7-ieEf9TjQco|3LLT(A1&5cfY2^b*%h7U~f_e4Wewh1Bm z%nQGO69OKvfGv2__JRGjMGzj>OxOrH*b}fX4y?CxdxbrBuQ)0QYda@jh`{utf(GM9 zjA!Ls3{mh;p%R=xs!(Mv; zp_SQvi5TH>!}UER?o&(Ls%)l~3_n#;%8Xw8(*|2mcYz zg-a-mN(pGZYdO%hJ*nLy z^SVWh<-mmTXcKoy*w5V0EA0nR4DNv|EU;-#R-ttZ;b$V~O~TcTTcIU524wS5;lSQ2 zMl;Z_jFmmWXc%?p-V7pL)>NeHi<6PAXm-Ccnt>ZVhiA(;o6pW>p|g((0N@ZC&Zs<^ z6@_m)>{qyI}6Xr_^CntPQ|@hhf$7X23w^*=Y&|H9M8SIp3!9Koove_Rxk7K>SBE;zIG6ySQMJtf)OU3YLJQn!Z71niH7X&CcvV8lN4pdD(aYh;!Ki0Q<}woDi(CO ze-8w`>b;!GNtmfqSpl?kb=!e7tm zjNq|nR?pw%B~w>tYzF+qTxQbnPg57ZZ;X#l;Sg1)KFqiWQv_f#aF7;>yURdP^V%!n~Ab;QSz z{Ly4e&uqBmpa0m$)6)Wd6nGugS%M6lf2HG>A5uv2gpUkI8k8R@jVxb4=ki4sM1GaO z92a0LbMfR&UZPVQL!9KN6h{vwb_RX;K!L2W;_Ix4JB%Cy zDC_|CgU=4|KzZh$<|8k$par~qOj`yQd0~Ua*gW_po{m^3LxIq;9H5BJMzyGBlYW=n zJTQ4d7Al-S+;0a*jCwm0?vGe zX2tmLj_WS+8S^wSa+(_p#LB0gfQfGEId+l!=mbCoYJl>aICw8BL+Mt8wS~p#jyiJ~ z-w9uaEs`7MGFzmeZISB$Ca)JQpaQ@IV0GL!>8tNKOt&J~PCKDtHQ`o>0_+h-*##~} zQ3h=3q7P){>?3DK>1)?NKj~b&q4l-s)dwAroC3!F7pm(cpk)H!|#Dzoy%U{76-~&d- zCS+Q^1>G*SNFyqsA_rQyvAX;+3#P*%wJC@YR72X4l0ZuMByI_X57G|xa>rJqtGZTo zV^^g?Le9hv5b?GM?>F|9tu+%jFv||$EwN63T_bDnNN!#)b7N1A4E|~_y$blY#e2aIg zC}2-1Lxv#(`3o$v5P*UU(^%v}MkN_R#IsZMF@_}$n+^*E?sdm0Q20FAdmh~xb7S~_ z-UQ@7oeFid<`g>|D=d*X(w z4!}djz_g9!AFv>dn1t`-@AJafS=3n&G<*-Ja9;O5c8J~}tFjBD0;~{7AG<5?no}S?nLR@Ze;aK=*D`(X0bw!*hh!HOE9-td0=q`J2p0EkOP(9$0Pj0{xh`yW zCK5!5yWO^sXs7EyW9uZCr~pep4`lFf5UDfvkyp>ux&w319ey2{8lrD|$fn;biNfBD zaQDjCW<_ySyou>is9xzoCda?q^4((F}9vQMWuQp`FU85`Oo_e~y45jw-j! zp97kRh#;;iLK%Z)~(AIYeE47cgdo z^`7i7T_*)-n8O2uT}w?}g~q$GZuv}a&_uq$KuY*X?cHoV01Q;_9|Qj#V2FvSjInj(U{~#^~AqN0Q)rInn0e>v$cG$K2-4eOcEc`RY*Nt z6TjW;A?Uh=4`rA^a{7Mw>c+;CK!u*%*jQEzys@Fy2##pd*5S2F-!yq6W~WO~Zf{#p zUdX&9s3y9xcO%_H6q~j-u|G`26MQ^8zTQiTH%kDJ??9vv7cXd<&Mp(>i>;l_mf;!3 z_us`&2g51}-nIg`zZq=}D=%sMZRIs}u65tj39ligu!T5S2VwpQ)X{`f%)L+;UFBYp33+N>7M9a_IwF{Pw8<97*fW zVJt6U3)fH}Wrv^D8FC3(udwj1s~lMDEqOY*q6`V7=~!PjkoW@^of(HvbLQ}0GM>K5 zY)+W-hXi+)Z+%6JtPP4Am9os_4-El9o`+dGX_oU**$SbjIWv)dY>7$7W45|a&h$7{ z`t)4}N%-kXl3qO_RN<>Vh#68qvV4d~G`JL@rWwvT3?_DyFWJJ_(I2rMA_zs*-y<1R zP~UJBuB&icq-;DmwQ!SJ)KhRRYZ9_m>-JALz`Ch#AK-_X_{i}!owX5}$O^Th9F4v3 zsgZ+FD-1l`e+p(C!4>2=pG1I{{u%O~0lFY9tDuh>fLxIMyn3TDvQT3cejV~X5EvfU z%j4t8B2A>MZYim?G4Yg%9$;>=HR0ep4fFyd5g_kL8hPcYfbTSBZo`}uE>g*6VOkp3 zVIGcVZ>!HJ{ULxLvA4zRZe%_`r9yPkO9}e_AyI~F0VfM}wN(6_zUsJMqStn|ZDL#Zx zjW2YE%c<UFlH;Ka_L9kuZ0(b*|Mz%-aA=(8NJ9DNJT|xSbpwIcFg9<-IXKoTuoLIi z#n|5LiQU+$NAgcteL6a$u-U&S$6mlqCSNhig3m8iVuwRP{4NtbEDPfM2PKDb8D4d= ztJV+P!V(0ziziA*+!{VS#plx>QA}|^)_s5@)Rz zmuj^R!t!94T3oKxZa_OHcM7!{k@cD)4!Od%R#`m2f{IW>`UJgn5@5h1`u;i$`6V8G zjfDaQzQLnEWkCwjSU%rz;=L6~o#8bKZ{`Sx=TJbM=WVO>sO!43ZqY5fi|#_{k@wL~X5I3*GV^Z&Mx2cKU=k$7gioJ#&3Z2TROArY7ZUNCx M&jP8yY_fCz4ccW~g#Z8m literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..da0504bb07fb80c17a798030ad24c51cda91bc1e GIT binary patch literal 38216 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..617a8bc19aa2e0bc1d387493c48d85b0b5c38d18 GIT binary patch literal 5349 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e3c56cf45eeaebf6f11700b313204347b9c01d7d GIT binary patch literal 27067 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fed196f9ec6dd7358ad9a620a7fe8cb306061513 GIT binary patch literal 11024 zcmbVS+mBnvc|Uia<#I1ttu8CeGUM2e=}5cErB1A>ifzfVojU8nlI@zUOLIAAcS&(c zYR*|n%W@0D>%j*$;oQ#5cfR}g4Xbl=c?+LUHeT7h_Kaoynw`r9wmgfyT;(?lJ9Fi^o%!ciKU6d5&qOECKZ$-`&7waWokaf> z`UN$I{+#qrqd%_}&|i@CE9ft(W9T1?R}VyLX`GGD)SdF9-Suuk@g2{V zAA8$so%O7!_%nO&q;2s}X1-E>>>aD+T(t1qqtRoH$1i8CuMS#IT(>iCCN`Kh{9{+e1=C(wR63J*)sGwS4ljrae$I;Boy^t^IzSf!OuNu83N zF7CGKwYG{X&3Y2)YBOH{6cmz~YxOv3);C_dSBpAHz1=Fg=|Zhq+m2MFquZTGCwuAq zR+Lm^u(DB&qtw631vPFy`tkamcomJvD%;8e$-|GVOZc z>KrUljb%0dN;P_sC@XV!7RabWgGna}tvBM=n(WUn?sNO4X zMD^B|*;%blK1_0$2iYpNH|5CeuwuP61Z(739VNTEh3E8cRIHn44CwXPKtEi3Qy<3* zKXCN|zS1z;T2r^ll&O|wwjNjH`)6vcbXUdhWj0`Xq50?xEMS8h+0@40_IeyXW4=jEv`c-hF%Dmv-3m@7wVoCeGmu zTec;md9H{X%GnQE1?(`}NpO>SgSRK$7gh<*$Qk?%SOz^@K7O1y?)mAMUQsvTs zgy0#HzE$0cz99M6Z>G-OjnYCIY}Q*U(xVEi-U8dwFd6#JvbBgRo$Kgmvwp9Vv@5Ev z(;O-unfmpZ{cxvxD?%eqgXkVaFV?5{ln0gAO8vVUa+>-Zdr1_RLg6HRlJkMtRSru7 z@YZfK(UefA6beylZ%*=<3+;LVD`GCQa*K9o2hM4`fWJIS;1p~RyWk!4lQOrUv_cwYV0Zsb#PEfp=u!wFxGauZ3H4~T1zF5Y#y~#L7vtU9cCi{4 zt3_2!s>RKEGg^g0hCZyvvRkX26kBb*Q*Ac)umuG&saKOo6*u;ZyK$t8bQ#VUVZ(|V z0*L`kROQ)8rG8!H?!DsO?K)1~skUgo#x%E)^y@WRo$SLlads6YE}((}q>{Am(;C^` zPsWrF%@JN(d<64iu+&j?XLYE1`mcxAqOQvPmm)M3rMXy7itUX%_4Y17t0wFltwSue zqPwsZ+;DJe1TiZn^_>wlm2qO8E|FROz&7$fWE*l}I#Z?T;C^rN^~mB@uDg_xbagQO zaFm?JBMJN$*opbXKCr6j9YQXM9!-@2XU(rs7l>erWb1EWe1dz^8B)JOt@g{#(E@B_bzJv1Fq{cTo!7yTVpLz+uV)Xy3w zet;4$p$cu!_ndIXvGW0n>)4v}HI%WBi{A4nVgyE2N92j`Om*Qa+GIZ+nt=?!n_m)r zb3|VzQ}I+B&J3n+6TCk49?7UjH&<}9I#{<}3MSC1pTnaDf0x;shP6wWXz>JkvcQ@H zOmXbtnEC{>7P$ zTEzF9I;NKJJ+F?dWqdEF6Y3|rEXGc&M?s%+ z>43G3R_uOT6iS9MXkz*(;!RWLit%2YL_@DRHkuM4N%c;(Au2m?;cHqIgx-MNTc-!n zY*zswgaCepXoX5@!OIAYXOZT>G}Qz_QeYO2cvtjb#Jd87^seeDjIsTAP z2|n%afWtG0M%Il%MYX^PN}zgCpz7Js){b6O_PzrygumZIluEB2e!qJNp9qG|yYIkz z_ZvYY*K_~E+K2al7}AdyI{b#VaqTmEO|yaUIA4!5r&;t5{K*cY`82>Nf^@<9@a47m zxv%n3-^4j{nS6??h$uJeq(0&`IJQq<*#wcm2DF%hm5(tU)2FiBJiJj4Ug*ldrTPOccdIVAxU#`)j^*l@Tx;D`8(vi9B9 zQ|JqS=!*$>qX+K6Xg&c?m^Qp&x8nEUOB=WY{RZ~aH&DTqhpj@S64jEn-V>!MHb!0z zF0KgT>s&4ZFpb(CG50rE64L>LVMu zI!12cj{%Nk?ijX&3H6uVfUUR&Pvn3)%3q)AbPzc)an(b5;g;K8Cewe6G~Io>U=nfZ zY^4H|CNjgET8R8se7BA)+){k2-svFo7~M;vR?N&<$<~7Np;t>AlI9S!wC_ghpLrTB z9&%rH{`2mIDVW#&m?2)h+-%p7{JgT-e|qc%hzm-ryZ}A#Exf|Ji~IJ+ltEj2J^L@6 z+wj1K^at?H>O}z%aMHCla{^-iauaETT6?E+E{`N)gSE9Vfsp1(yqj0`b!aex+bVtDQjb_;qr=EZJb>E*cJ?JKuWi&x~X zixJkp4}eNJ{T9Abx6|$zw{{g>Ep9DsZW>g1 zSYyAoU2m!(V@U!g4JBC*rT(vYJ}#o7W@gw%8yv`A9__%Hmwv%H;zwmWtd~|MeR8Tw z@YY_OhR9AQ$dc`(c_abg5l|TQyO=lm5V{dVdm|Q6kf5otHPxSfmKC{9aFQ0VPg1Y# zL`ZY15wGM?t`Od7ur*Yq(h}DFJxts|i62LWIKX2D3=xzcx?usu)E>Tr&@DKc>&Y%- zAM!6h@q4I7V}!w7M2Lipxr;!2pmOlu19M4)h(Rug5HZN55F!S-3_`>pmq3UZ%q2`g z?k?t_376Aj<$7maz`D;q)alomK4LO^wOj8?{kBI|cBP($koy3CM&Z`Y5W3npT zNI3KRNF^tJ4|h_hFj5JU9LI4-<>)K2BE)FeDkL+Fe9u|onlPEgOn5-oA2(Nc2{1X2 zN&|8Ee#5hZ75MwS<$hIOFx|i8lI!T&wras1M$Q6X(KTwPxYBNVVkDO=$rF-TG@*f^P z(3!rYsS=e9>n&Nb7vi^T^eP5HEn{w8}0s|f~a7_MQ&I8WjhWrpT*hff)o_z;b z01_s=)kD0CFb#7|>ECkMW9t;wCSLz?fEQeD7d90a1?~#33Pb_o&hVsXCAmE)D!FlV z_Z@R%*mL5aB;nzVg89Nz`Nr&h7wP^b8S_WSdT`ZB!TQZlKgZ{K_qe#*#my>0RCTHN zq{e?Xc(<*Q8}AR63OdHi3EhpT{{gybuu(^%H_`Vvx5JVAt0eVHTDK*1+}c8--dEAa z?w0VD{wfw_?&`o(P3`)Knh*_f1MB_^#pKHoi_lkHLOpLg_OfKnJ$o4=-BVMjb;Nfi znOKA^=xdNj4f^PIgMx*d8VXjQZ0Pk|#t*nr6oCQ6lnleQ0=7msdk<=Uc`;)wg`tOB z&Di3< zl#JaUnGVc!UzUbj;8;WhiAwOB(NiOkq)xq^=3eBr$*Zp$({U54CrNw}WB-ei!Etsv z945UwRb>hw=dcA(L8Ku2A!3KftAUtc1AO{n zQ+3Z&M>~h7=%xx-hiDuD%hBg~B{-0N^eFw`vGyH=fndRXH}MaUCP)HEy@jNK16|oe6 z+wml(=}JIPSusV#g1)DG)AO0f-y-CE$v%yd?qky#V_;&(cwzY((O1Aw(|rZZ`!5(*BJ(;> zAsjYD-#F6rpJG*}JA@&LAA_k0-9ayEi5OZ!!va>uHQ+SNjO7VR^V1x{5r^*vPbT_} zm{KH1+&ppOzRs~BTw=3DMbm5ecNDo1gcIi$X5p|ci4*6BUbrBB#Tap@$p&h85gj1k zcsurGkSNn-PP!@R(&XN{;|XxY7ml45rPhZxVq# z*|PPIQI7?Ll-B`7KS8Gltpkr{eVG-hWhi~%GU=xr zT;hB`@sV(~KY%@ltRpdqIm&Y`LE`U#j0Aa>mG`g`KLt36JwLE};@i<<;K`SP8CvS@ z-}OCA{_>$%9bS!@SCjlQ?!e4XNlZ?;|ND&onE90jZ&b5u_VLBph5XU``|E<@_xhKH zwc#&A#x`L3nCaI_Wxe~|ciOx7#Yc-5b5M`~cMM9CSw3HEw{R87pP38**DnC^-E(iY zsvAg^<06kCe1a1N1X=r}=C6k`t`I}1Z{evlXSR)*(>Bg1Zn|H>j3!z2k67_CTz`bB z6r{O6_(tBYaYkg2e5F5THRN?+^A(IeM;4-?u>xcukS{|GA0)(YaSD*i(6nuHe~lju zsokBOJzT!yvB8IybHHhDpaYK(v^F=P{hxS1%Y#3h#6JYb&>m3j^jy83VcZAn%zhQYYu zg^^g4(Yk(-6_nYJZ@`IK0Kz~x*!`~vT6@Do2 zbBvcRkOen)A*uLbhNi+X*7AL{kkx5#ZQ&;0!1gmv%G>!=Yq8$t0FfbFn|efsxl0Q; zNY5hW-Ro=E1&Dc?gFRN?V#NR?4cZ$G`r_v~vc~EXD~8S{z!OZ(cC(lb+Yo{2naZYa zccWGx?f9jdWaf~Pk-#l>U8mj+}2-54Dp&=Dy4b0js8fN&1^G@ zAn?^|vHH=3Dd{a37r-8JGEFqtKkFOf)Aelg+8hRCBsA-8@w})tsr!=$dQvPP=Cg^~zb6>YY2( zDv!8U?@^XU$zv>2InTye_Fb)V!M#v%KC7`D%fG9!ynFG$tjscFMJtYfh}mdGJx;#3 zAG+f1{bkBmyw+WRJ@`)u8@&fL(ghgH|F2h8&~WZfmN;i8$n?)l8+ zMLW(?$^DkgYhl3S!iI|md#!*|yO8h4Sy0*6b6d>$A>aEVpJ~U0qsuX4Vm5&1bbn;JdeG z_gyjj{BxO`H6h&QT4Ucqdtcm|ZFB#IsBgN>npkLhbsmUdJzS^<%^Nk*EbTlo>ojY= zx9*DY^T#`TF5?VI-DQ}K7w(S?r*s`d$~Y|^)LkJ0ew)`fJzBCh$7o)E=4rh2Yfa?m z1hV0N3)x-If9lEE@^cwbzqqjAD9Y>mPPpkhwN|U))oURp>5}*BZj5DLFUGzkqD{c-Q6O=&@Pl!EQY#&VvQNc)dfc}J?;YSp=Q%ehjmHf!L->XjQA2R~3M)%eEF z7p}kM+(Hi}(O#S9SLPQ)oqMhD%~ETBH+r+=?ztG@m21uwT*ulJheX^xFPxv7UvK;M zqL?ohGj$TW!Ouj76wgbz#Op|y9%(xoUyZaL)Xt&KUqnu4Ix`QAH;t~|HBiHlH4N0S z4t2505)sPQjTx=0`IEAxDz_tz$|4PlAi4aJ?sRhHw&3M8&o4vb98O(-q|bJebHX8h z?O2o+jW`1l~Hioh+%d#Bq z(86pS_dNR)n_!b@HO{8kG)fBYL}iklVl&83vD54f?$hjS)=Ft8E zTVRi~E1>AG5}Rj5#n|Brkui2GQJ7-I69y2s*1i*Pr_SA4=sNxN zcBFWTpv~(?WmK!yXpnMOeBW~G-g;lBiIOZ^UR|o&Slz*o@&+!+`R^bD9@eT_WFXZe z6De`JRyAd6g^4Yj8QVtdhRm7UMnJhFm7!KDOf&0%>Sv-v>p?gcsi&;0oj^N2Y)82y zLm6u4!u-}a?&FMP#9m&C6Rkjad$F}u+o?eiw2#c!OK-%69~KLc3OVm8^LU(rfRG)d ze6Ge=wNZnJZ^D+u3GjB^jg$38u(sy%*a$>yk=lt9Qscxafrd~}ZfqhKr*>-Gt3lE8 zG}a+bR@b4LgH~);JyG>TRN5DDwr>-w9t;3XuqE8aI=_Gh+@a*6Y|8k4mA8E|)kH#y zq)JZH`&1Rpy|7w+fG6=N63w>t{+}_er#`kICHa1?GkuIfN`t0#5|+U)fy_{Uy?}>^ zw2}_ZW$>Gkwx#o%p|NH5tVlo9p})+o6hLC@-Wy)!qmB)_O7e*{hI#NLA+EgJ2vWcPJs zIyXbG{DJ;8r)yx*pyCg)Y}>|bkP2p6Sk(hl*Iol#KB0;0*EL=Ky@B*K&A)7Ep%I$v z#{QR7c}R;&i)`rH8yZWjXxBl7Sh~}Y;zu@(es=)xc+>M;2L_PPhfuQWGUrH_JDzZA zeTg4wJr7(L!c5ZZOBbC6=qO94h&#@QH0O?S>Ed!{VyOlmWTZ-hmg_rnVu{$6^05V- z!s6upl|{}0Ad`3RtBlQ zUIw328Cl{PrAauM`A#wrB_;XyJiooy$!tlKL%5+cK4OdKL@~)1(MIx4Y&B{C-}cHr z&{{Jd1Eamdv2;A#j}whx7i*M)J(LFe_#(;1Cpmlu3T3aVdOpV95jqojB$}QvQpP0o zK;E$Q&g{sdJ+$eF4oHH+a0N+|hmd=wZ=1ZpAo2b)p+Ss})Hu*jgDp>MkbHB?Viwl& z(=5?V_!hIf36_lX9X(iztSGUqcg@J;Uu3BWZ6X8h(r9P<4$E}y$Yx{1^6Y8tGkAlt zoVtVU^R-98i9_CfvF$Y&cowX(hIN&UTXOFDN&)~38!jxEaGiNz@Ymqw1iRuI8Nbmc zLwdWLUVW3K#1BF+c;LVn*^tI^ARhwY#T7-T4Wb~Tx*&h24ZnwwKJr6yQV!M7O3r;e z@m){2*JNV}*2Jb$gHeXK9tr6+htL^_lS~56yKG2rFikZ~SY}K|O;s9v5=j^d$3=UW zJ3wPdUy+PSa}b-UH#BR z8r!Uf756;?Bp?1ZN`6Yh>j+Y2moCbOj5Gw7F7~%0BS@KFxpIZ})tg@%f5#d*avq~3^U@vJgc zwI1cwZDQ9NWV)P%jmW_4Si`t@Kd_|v0+;JB=Ud) zdgt7TA{Zg@Q;^W=Wcdd_(gG=5FX0j$tRK^1>$NSo1(ZU%VekE~gnG|7)WqYVd4Mv1 zFSHIcevhzOFNt?4_&GYWkV~_~A#^ElLBfB4_ZenGTkH&LrdjeKHRn&fPf1Du=>v-7 zB@s>NmhV8*k44DQbC})A_3|tOP5wQUk4NYowJiSQun;8>AvAU#R`!<19<QM@X zbM*GwDj|x#lAWL9#et4wF1&a050w8PX?LFg6>F2;Qr+Q+K>wL2-mS&32m zFaI3v#Fvn0y4A<-DH2}%rS$C2Z7X9Aa&(8+`?2+N%d+&Wk<~Lf2)daeYyYufpuTMY z*5*OU_&5tsx&LI?KhK(-Gb0LsmaRX85d=kAlDs)7`K0Vf-b0}IE!cg+{tDWj1!r%W z%zV$32+3NG^^ychh%DGDS`&{Qi_yfEjF}|jakckV03p(v!1&Cohwu-$3vd$KqP>p0 z^aF~9)TVJlh9OU`VnMB<6bn$>3;z>??E`!pD}Yt_-_E0-obyqGk$IEppi9o1VjqNi zdYChG1T?^w89_2vv=8*O^-k zn(UpTxDMVu9!+!$EE5$FMk{ovJq7h{fq)tnbDXEB9Z0@X})S&h6F3>f$T+UwZjN(h!}o zL6j9?I|Nr!1kI!jl27fb{dYVb_?+UEu|@Nb?Tx0q zo4|pb^h=zQQx_q8KFIbC*%dxCXEOSOh!VwUq0*GSx=PI^WV0%Qy){IIXuNTHaj)*m za0q`9RXAw^m^7M`hyfm(!43uh7%ziW%w215@Jm$j3RRqz{VR5SCwW?sBn!?!0pdHHL>wc_bGHjimPU_NJRV|Jh;m<%$(2zAKQ`ksY zO^bYDSWG};S!U@o(ni`w-ndG37PSg^M`0m?&W4IGqfH)fC{&a&lr7D}>e?UMNM}$^ zWmE?&CC!QqzLrKt^O3&r2|F`H);^R34^*C6$VVyh;^qQ;Rkwgdi2z{T9{CC>J!O(r-{g$W&s~*rE=VG}}s6 z;xTnsa{eb&ldz9UWRN)v^s(($RkcOhGjg>FtOA1KA^|B#!GQo#z-bg_9&0=jW+Es* z6oWrd4yM_MTwvc2(NEwBgpr4337G?nA5uB(R#M<#Z7bDFgY6M=7ONqh;gIma`q8Sx z=4Ro5nFnwQVRO&J=H~W)M_F97%!|EuP_LVS-CcsKmgtQGZ6Nd{z6nZ&K?Ig4g@iQ7 z@x!^%Ap(a$RZ0GRmINM2_NKuDdh2`O0q_Ovv>he*zk=GSLrvm=RBuL&P(GdJAIVXl ziLAZ_HhO0s6^zqzrV<4`|}t->I=JoP+m!Sa^Vw5N z(X53qPoJTh2|DO(#R;4O30Pj5fi%L>mh!I?#Xq8Y7FjV)@QBWI+-)x9lmwGMkEEDa z()pKEK++l8Y618+=|NwQGwU8l*hmiQuc?;wE;s3ILShjqzg&vypVIqJ$g3QilGj&B zUg>m*$JosWF=6`F>D`kK+1S~+HE`v+tr z2A1m4C3_?XNlFurA&IYLul(;&I&>}-0((fWUp?wohFL~>p{bC=CVL@W8_I)yctGS! zO*6A=K>n<*5gG?D(NG-C1{;Illn7yw4h9lSy2yuA zBZMwde=>yLq3}>-Z>3;Wa&Ws}`H;p^F`oW(#dzw;P8y-lg&J=@{ppTHcWLcAnZ9WU z-jh&RNh57cXZ}@RhH`+W>5Cvh>i&5!3AgX`kL?K@rzMbU!&^_`fVeKaj>~f(K?jj! zK&n-sO$l8&4GAtk=8%K}A2-Uvt2`9-Z~kmovkDoQM8o5M{IzXC9kQ z7J4`;70|2w5>kWD1B&WUWdP|OLT+vUmyzn57x^Iq)<%7b&ic?z? zL8A@Nlp=}}6glKtgg6QbgQM2V`~z?Wa4&&Q{UOr0QL>4BthAz zs);SyfNvA?lCsjqNc}Kk63I z2Kc$y6~=#vi4WF2Kib=|h5tv?I-xY;9Ia>-M|e0*YPf$xJ3wknvuOvWPbiC#xhAS@z3SA#yxR;zEfYmL5kOjfHbsH1p%<)sIAUs8EH2%C_1892Ov_%fCxq%9Z&ta&Z#j0#ZLJv|{6fPzbI(LXa3t z#bwe1+adaP3E!_Z% z$H_WyZ0`5>f7RCvC}*?R099S}>eZ`v{NMlm?^hlkE+qK-+__`Zzn1e7zptC#zdSbw zIKr={6A3@zd$Wm2{U&F~lwoPuEyLa;5 zx$TqN=XOl)m>ZiMo7*|LbMC&$`{s5{?wZ>@xqEJWa(r&j21Lzn_l*Bhe?Py^`j7aJ^81|sn16uZ=dGNBl=CsldBN@;r&lKZ@AeP* zhbierOFKf^S^ud21n<1$AM=m%`?CL}{}jI^|LMtB{Ac_LuFL)j|0KWXsPDJ=r>O5K ztM3%|r~NbBpRs$N`)B>EB^D7)BflE7yL=SdES4~KT9bW{Ff%HnMLv}TKRuL z`n>&AM*8diHPWwH`p5k@{7;hp3I9|6 zoBV#e|CawYzpwkB_Wzdu9sXy&n3}xif7bs_(%$gB(}}U~`KGYg#F!Ul{K~>&MHkic zv-NY|^hoD!^l&w7%vR4GxiVFmZ&d5Gv31c<*a)h%^QFes`AQfKG%8mbb{%EI3yY2F zY%~y*FPEyd`Nc+*KW%xBpNLjZm8ULLO4C7ot`yc6gQ-fCTMTCF^Oc%i%+#w~Txc}r z`CK$`Wo|Z@pVH;vu`_2*9xK=U*-8+NK3)zhhw8QI>iNZ>+^7f9;HC0x)h|{3O05wM z@TgI)*2pz<&GP17t_Nq&=^Fzt(@1xj-*NV|`|u9x5vnGyF6|iG zdEY(zKDukqV|Tyy%7LxhUcUE{*8WG&zIgT})oDs2*8bCVDn7!8xbQtc`9|XH)SHPn zQ`1R5<)`1szny$DIqmrwKg+fErpI;8&vTu4E71a<0Urb93Plx){GC)s7R$xCa&WN{ z6deo{sc|u=G!}yzkNoPCK%^X8Ezt5|oS}tFzmGV=U zyx=*Wq+5ygjPL87pSqqQJ#!#7d95@l zUu$KqXItqTo(H^i-(F}ma^2d7zrq)D?JwFJo!YxM`|H2Z@H5x*tqg6=@@Br3b#=8j zQ+lKGoVK^WdVSyqZEuk>ofOMywpr?-_l%Ptr_m< zfth{9ZDEuM)b-6fD#90nju_VC@mC%d9D|>Vb{X_wtPmBBA3id1=J?U$M@~hVxpHIb zLXyKwXV6^1^o$!7f^Gv$p3#eXg=+J}6(R zRBC&K8-waOP;|W(?%}gnRjr!8n+dgh{%Yewy|!n(e7U*@th>kEKQR80Jt1Jfd%iq% zv3$P5Yt{KZrAySb9_;bm+OS7Re|-LGRB*VV1gJkQzX6M}u@1_A(Q12I0OUZ?oThyXO$p*YR z2fR1E9R`Ruy|J5j_JJFH!eV!!5>`XO+`B1;e?CfqCZiM>ax5EcrR~87I7I``96a^Z zkyE7;Cxbhcc$ZF_Igx9duD9#-picMd^ngwu;xv|wvaXwhais~Og58{=!MOK@YR{7p z7C9vttqnG^YZzC?nj^{mD8~rb&AY$lNUE&9q0}&ThVm3QZcSH4&v)z=97_{8%bV9h^AqI!XQWZrb%vw`;6d zyx?IT_Vh*@=qaellW+~E1dVQYf$M<30g!q5|Bu!u>p{Em$rGo#Z4W+58^*j~KR?~3 z1|R13lN|5Y#yh{&5L-D=l*2LfIGpKH(^jFQiIp6WZH0$=>)_~Qna4|)hn<-_mQ_28TpS8@sJh1R{E#3(C`JxHDcap&u;+73r z%l;8}z4^UH0R$NLA@4OQd-xW;m}?BSa@V}2LaQ({L><1w?=bnlO8${nE^bj@PrII| z{f^_-mj>f{thP4%L5q7s#MvdU_I1WJ=dbDQZ)z_3VQr@_e?yNqMra59%zFnYdmt`* zsP?hOD)&Sq@J=#3OR4KRz1QjgrQudz@4Mb)1d_pLd*ASHYYk5)p|7&myZ=0H)p}Z$ z41SKBxA)e#XJov_Xx!qAV42*19>43^yMNBR8#?c1-${imKT9LEJN=E|zD?IxI~hhR zdzc06hBuvDpI91ctZAiKin6UtE7uzF@A^y@>S=TH(?*h>j7k0g*02iY!J@-@9EOg- zHJaGX;_>3CHV+^o!x%6t;qryLn1+UbB8&Z#=w zL8na7dG_3v)SKRc=BhS%`0T0UR?@2DF}(;csf0ePlL6aky)ugZ*SP4cPv9FM#|wUe zInA%FQKHl#8)C}WbCi1{-9t4$-N=BAVmiI&EyxCFZpLgn*+)IcWk8aA17e2qjhK0B zL3bJ7o?g!xjhqO-wD65??OI;Ao^NH_-&$A?F8l?nbDNsZHCr~CaDkn_&VbKC1ZwbL z1q+0Wkn$&<5``qR{UMX$}E5~QLk0psCT}@MNG@D zZI4G>zCpoZdfHJ*9cmuN4yXhM8_F@3j|zuQJah8ksUs_CplHo=M^2qSeqy53rP+;a z3hq|9TRDwoqG3K*>JZ*WCPn$U5}^@Hk$1^0lU*Wd=zOICooqc3{xSs_8=lCBF5(|F z(x}l$j_MVSG|IoEH<}XNn7%O{n)x!o;-y>p{O3io~|*rRIi)#-knj&f=yUwh=H z_tECbF@j?S8po)8}SpTSzb7OztZ7fqRmYJK(;KoAWHQFAXhu zK0v)b@mF6tCR7de3gl#Rd~cLube4BjVZUIA={W!BD!8_PPwqr>+qYbYEPTnO$^MU6rh+1w?Qqx5tY z5>cRFKoJd004}Fb9z1j;*hnHmFT`4^L9Nn&Jqeyr&SN?q(CHqX#E*=vf;g`%IHFRd zc9a+Yq}m71>UKbcQAvbw@TBgkcs25>!F{^%8o|@{TMC}iZ!!p%cjM|6J@(z?48O!F zk;xko?pQH_-l(?@8r3ml>j1H=ft=X1QL$#^*0rv(uxA2Qv1+`L5k0#;mEST#y4bWf z0Iy2}#ISBI-#Ys(Bzc?sqsgHp-{UR|3piw8odnG7-(MONF(rs<|BY~w<1iBLD_l77 z)l#x*ISMBSczmSZ_kHX+3OjVGn4fx9}*)CAvW9^_S3f~T0+`h>qj3$b;;mssx zQqZbmG`+riR)4As#TSl0nRuPM1`O*prk>W3>sisarxWicCvJLs#&SWC0$~utC_P_p zT!>O(Wj>fxT57gZb2u&;rGt9C5nLpBIanDY3o5fEy?qDsGZb;1047Em+vb??Pp5Gu zwL9$c>F%L>cOt0r-dH}E(O2wKHaVcssmpwQ-f9}m>NXqL3>_PZM!IFIicuz5r2B%p zat-zNa+E%YXqf4^I6Ymx5~cMl$|AqhUA}xSEZK9rl7!o(S(gmAzfscIMEQ1W-IWSj z-YIKu(drHA8)1+{DxcE~66EVBFwZnI*7Gm;IM1h)sr|=W2@wwl>pQq;F!a86Eg6hL zf+uS01PF~3X&f`jYpIJcv@Ph2vGj!STAALpMxKcV)x!90ER8U|9E$W}$ghUM6^f2> z)LTjKdXDe6^~z4hY~`vo$#yP%urtiaY_h3!Uhpa2UQun0oK;(`)-+jyqiQ7@scXq_ zLjwqf-nXj0>rIShf@`Wlp>m}%wb+m(G%8fXDrQAW7w3v``9)IlTb2Oy{R!s$^i>lvdFKltwZb;5$)fwtl%1AglxUSkoHO zaCufqerf6g1a&lIaz%#89_IYYblHS>^D(BMTHg2^S*I!$e?qO^z$X&W4|x!;4$0Q? zAks9`G58$M`Y?-npwkQDp6LOvA>dl$Xv!rIlnPY}V%z{l3dKpgH-R2g8zoImf!sE= z;FNnt~HxvyZzRrum7dc4^UiPQwMPN?NgZ~@c&n*W*AxgjGp0xyjf?>hmP_lWq zJ&WtyUAubT7+dR**HBE*quiXXM_DNkr_g|coRk?gV_LsKLDfpng!NjKo~@UCbgGTY zTo{cyET&E>!Al2Mqk)cIHA;t-%EdsWbTkALje_%}Q(bO+ri#+6cK$THFWr62zT~tA znWnJZ3?B$?L>(PNr51J2M=5TCP@IzJ`5%f`JMn7(%W=to+SV<{>9@o2Ql%+#L z8LM7!omT@9kiqxrbcR!uL1(g9S>C@xy?uB=9ekL~3D&(46Z(s#5yc?t(NUeE6W1j3 zSs^bmKY2q2qcA+8GuK!?QJ%riQBEHK3AO7m)Gq4qeb9o?fCp2JfD9A|VPunJmZ<>k z2pgSinL4SJjwk;~A%YoA^F(l#tHM&YHj1*0E2Z1CK~OR?7<>v1LDtV+AJSbcN@0n( zKFrk1%#5_MH&W1%M;CUHwyFn+W66H-1u7kUKc^<_)jrfonkX-B3ttLOkT^DK&=%ZK zt}k;k2)i6e{b&FZ{2e{{aXlF<`+&6@>?mtP69$*`_=+B9rf19NLt{cj_%-4ow6Y)# z|F$v;KHMPxw64Tn1V5wGeL5{$h==V}aVeVV-=~4zL^c~}hHy02-Q*d#EG!0;!$0Kd zl(Mw{cqgHSQiC&?lhqC|6DEAbpy?|CPeHHl_zsI6e}60&A$uS979{oK6KYq`0L zzHR~$rl5m4W}_?_k_~@(^>fPSSA(yr;*O3L{Nt|EskHkJhIyRvOW2Djbt2jVeYl*mSH0kouFry*YreUh~mFO<|R>3~EMP zVWqf)e{hRt{f1h^(f60)?f^$9g-j(e35zqCbi5#@bns+;2Gb$L_AC&&Xw{S~OngyR z$f6oo`;dl)Q^z3{r!JKisMG^d9-RJSZHlIViD##Se@33=?Z}tF{MAOO^s8!tic5IS z4a+_|-p({JrTVx3M22zDG4qX_FO?#yCQ(AEG?os2lhUIUxfqPuF!)(+m$xKWDrqq){YGafn7vY2 ztw}a-U)dnbJ7!e;|DeJPrP5s8hZEz=L#5KfVtLkmJ@_qs?05RVXwV=ABlxGBep#PX zZ{(BtjHRrAWc8a3)N5Qg?2h(!#Pw7NnV=psA*Vd=_#7uSuwa#Zncx21}j0(r%P6Tm{3u@_hXA+`I z#Mb3T(TrCv*Mo~iNj{Noi}}A)aoqmZ5WLf4^rBK^Y+@v|Uf8~e0udWvnovB4svR>F zy8HrmHs$k3GK-5M0Ib-l#X!nm6QzPdfP*^bHt_UilfI54E`?P<*nO@tRbE7w0lHx-N z$?^en88z1Q@>VB%R1={>4UoH6ikB!D)tRJj^f zLM!Px(HTbPsE1_mqZ;k5h8K$PvvjD5mU~8|f*j8*lbk*wuu`y82pJsuyIc%s%i#ql zUp85Uvk^gS$FlF%jI`ywuhQ|I}9q#yqEZDJmTW<|J zSiTQ=@kV!*QBAQtV3ldtH2zJAjzKXP7VQC7|nyH4! z#%jB)qJPLo{?oFGZtSn9Em`g}E4nqs>xVeP^_;ZoAQ*5G)eh^`X8r#cas>aD6Gjt$ zr}GS)`|A{~b{{L1!*)~tS~V0DCV`bh`(k z--tEq@pH6e;a=16C$Mqj=?tP`u1KHBUX*eoRo3Enrh?HSDk@UJ|ze4nD)d5RbzhqdjEThwG4yC|#5xjNX)s$sS0yeiv9HAO2HmRvH5yo&YL`HI7n zs*1I@-4t}X!o}Eq%JPflM}y|jac?bEBam~$eX^%w6ByL0#0DpQ8!4*wELlNm=mV!f zi~#mNw?r0WFmJC4s%NK<9Bt{=ShozdTe5|wZ0V{Dn;SHPK<2@A>#J_f&cN=>06vC) zr7qGq1%j+72eKFXh46!#f_H9|=0vF?WiUz#QrOIuvu>o8p^7MDz>O-UZcwa&87uu1w1&9Np3xZ9o5~7%3#G6voM^7% z5^yN9hR>mCyx82(PS6S;RL(EXmIM1#^N!->3sp>IFV`1mMb8wqe8#vD%|O8+^%6+3 zXJm8Sirk5^v-R@;ca)Z_#&CR;t%mw!@W0Z_x)H1dzsrr|9P?Au*3$ljGz8Xe^m(6r zQ4ZF}E@0g%Qx~JuTzGytC=93slTfV}I2dP~TEo&TMVbT~1#IL*XG_G*en2jeJ00ox8NIh$#je!~6 z$ucd2filwyUNx( zN_i;~SSaU$|Ex!_O-M}`vGJ{ba%D#tH!y@(aXLC@q^CR*sT;v2U3& zeugq^nC7|YnZ?Xu%_i2>ba>8YrY%VDEgq&EZid5cNCf(wn3WCV|y76{d<9fFJL-m^Hf8ToCruvj1^p$c5t2RTy?3zeekb!l_6*F^SZK5bS$GI zP5&OLkvF{@v{yU9&pDKuP*$1<4|On}X^I8hL*9<%tNV)A`k-6gCJM{C&5Bm%Q4l(X`_KobajD6Kq6+6|e zaia+*9y3H1#FcD|XShll-#ODtA#y*8j1e9_z!V?sjlqr@v#Cw&y5`1PBpTMOj}5qa z=j690CvZe>cgp>5Gzu9GE1w)WIfV)IJsfp?w6{x<47z`Ve+qs68 zH*uvZwxUY=XUlWv{PLp{R4I_!VOb^G&-*GN(9~g|+2X>Gtf?fNt@e!EDXv(mk)Poe zjkhB*nd01d2t^o{9FX<4Y?<_2 zeHnfhoBF-<9Q}(-JsEtgmBuhNv6QQAmh6T(<%P#$69{Hi+XP}MhguA~kKj@x*T`$R z<0?NhfE+*Xr}i@fGg{_Q@%icLbT!e+|A_Zl!_ZJcSsMkZc(u4aeii2jnI<{2s5TuF ztvz{lDmDi+Bade^ZC1x7R+eHj>CD)0Fi1O>EpEZTSK6dbb2`1wDJnoZxGz-#ylSNe zI(FpHQ%4S$jvYLGEXuW?8O9!P%%HfhC|}1jZ?4*8-WnO^ME`5i{!1F#TPM8yjL^mM zsC?e8M&eRS7cay7tQ0_;qy6n#ofQD=&fl03wH^lsD4hCf`e^vhQKi^IlS` zCj@Z8Yxc9Ey`}X{wiJbS0ORj-)17R=*X-JCjDweZrrXPnn9dPm1zd9B0ZpyWG%Dbq zBthyRqQ0-`S0t_mw|25yN-z&0ova~3UP@Yda?1eA#3g=?i5b5|3GEVx;}VD4&tfFq zyz7)?Jes1+u~;-GWds(mU}%(qP@gg=o2@iQI$41!j0bv1BR7rH!eoCzR~YQbKl9w; zd55+|4+g)WQ)e2xWnJ8P%(b|6(Qx7}<+RgouA-56ayogGzo=2&!UIifd2qN1Ew3D| zQOC8XIHP&TttNR~PTzR;A3TGD~!_5mrguo)J`8x+irOfk4mMvtSbhqPC_ATluxT4 z9C~xK`Un)Dv#kKV^;3a8uT3#boj;1`ihtCn01es(N2bpR7?acT^oa#lExA~F&F4CN z?jcN)s|`sE5D6h&wH3V*?!uH72g~~Obo>Yi+r_0)JMYGMyWAJO&=J`LLiNEPa%u~` z)Gf=q1BJG}|Gnx7!I-R7)dS77edF$O^)G391KPq zsW$1mFxtRMVXi8;mrM{0sr7WCds$;Xp~c4t*7^p9ow`yU0XLh+9@WKNDZB)4}~mmM9FZuz7Jco`s}P^|JT+1 z#yT<;Wj{8Q9$^q9^BsZG){rctU)pbuc}K@Q8aXkRK6(`C;@UvUn&4mR6zOEj8CB27 zezyv}r`rJ`8&TK6uuh_=qP3#Ux;9s~o;i|YoAQk5v|A_nrv?w})SX@(bQAo~l>cWu z40mvmPZl!yOg^1oS6E$Gl^@8b@^xm_E#r2VE{BvZF!2jvyC}q@+tJ zo;a&Jt)am?I(0kDP&2@Z+Tl{=rvw5H7s*0J_EB0*Wh61=1qbNODckOk(_Q+Kdg17;zQ}|1Gb@Qk7dhTGkl`tiPy^FjT}` z(7)!oo*KTt3|_r)h{GguvM+MT_gar7n|iUQa(_(j}G=mu_}X2JjMkMoodh?F`J%veVB0DKeK{!7eJg&OkqDIp4;xHVbw^g-_ zv<4yM-&@`-E>qtGQkQhPMN4wq6fhjs;#`Byo?+U|z{}P_oM@lD8Qi|@8v1(%hi|(E zfzRONCPdv`lHaDh;Gk-KMpsvKx}=khc`QfGAeqL3<(4Z?sZ?1gm3~XD8s$A%W@VEb zyaKdj;jfda=9-?~V%U{=0#V1U@SAkZPUn3{6*{8RZo)vZR z=#I0O?;G3k;=Z%vFX?LMw|I94AsyV?CQp5oKokUc*zt(odu+!po^ci5QjqRn8hh-0 z>e2_H1)A1DqW^{)NHAbjT5+`Bd*Q6afnfp~Zh_gBDd_L^>eg#NAw-I)j)@FGxFAhG z!>F`rn7zy!fhIJS`fxkZYf{eLRucr>Sk|Qyn)lv4G->^Jd`s)InKxu7pAxt zUx{n+_1-seqZ+8K^9%mq8;RBcrI?AMOf(ztfVi>cvGh+n_#7LaFjw?I$e_6?=Gf4? zo8QrtF>0pzb%s&-_HfYpWpncLy0ZCeY$ep-EY_XNCUei+(UKK>h0`Bu z+C0pKrmcu)F@!iTA@K zUJJgjkQC!SCfzeh;B=f{d^iYY0W8Y~OOhCaNHG{Ou^C9tg4~UiyjYG_GQ8dxxL&|4 z)?$w4GKyYRFDevD)uMt@u37FZIiCEM$B7#G!*vA3S;T@WC?&RUyhF zGLOYu(P!~9s0Q_#yh>qkE>vo+T=)4fT$IPAMPn(JyX>?xMKNO=6hbP-adzDtT}M*I z#&GNq6+3z2^zo0mx3MOPt9h$hsvqN;TD4@a5^N8P3Z-Fn>-1D{cWjqa4`upHmnrLx z?XPVgbU)cU5KcF}qWxtD4?clw6d#9PET2Pj zX8L6_gi(oRxYTjKbfzq?yyARkUU|j!+C($o9`-1SQSngkfHsG>n$ZtoOJq}g(|fJC z<8Vjl5v#$8HKKN?OC?^{LMUg6GtITn)^wxsbzn*=%vrv2Wy)-;k2dc)?EE6S(_yi; z80w{6aj)~nXpdYQ8xMmgr{KjrT?2xPG4y(OZ~~L6>=a3GpH32vMma=Zic}Qk=gJo= z^feajCr+EHJNQRr2>!87_i#eCVpNULWt4T*S%wfJb5*hFY7R$fFj*)Zn^+|bhzLA2 zl#=)iZZ2siosjg-71W6P7pc|?OxRhoAEz8J3X)PgLwDbRon{SnF2*}pf6`*4!EREb z2s@&CFkHtyAqMbUlVr0jM@xgaL(akoC2q&&i7AB%0YlR>?;OAgBguRVOR};>$GUc?|@;8$MRzHj?0ue5djejrOZ03{BF6Ps3%YxnNm z4 z1QWqa%SWI4F4exC8$=qcgvhbjf?;s$<7k5RH5zsu;=~R?F3!iI^A>f9<5$l4M&XnkhYQ|Md-n>L9|| z%t`Ia8G~yeP{V$64bLI?X84IRi&C52(x*+9)v{HV@UmptPWKK-!3(Cp<$&y`d^k4* z9f+=h0w-o;AQ%b+Z>a`)4|qE;0eZ(>_@^cjiFo0|PG3S*Qxj*7(!T?h8f&dgak}1J z7^dMau;A!I^~5cqX$^8vL}j2(43UW*$eesZO>i8XBLqbd%GD#N(wOE0J60*56P#+tS^w<#V`u%x#`>6AL2m~+{)+1mppy=; z4q=S2Zvg#uJPJ&jcmN3yl0!&E5Gb&WJm^LoHHbJ3Ux1CEGdTmPLYNoRq~)&XIZV4C zqZyHNR@N7Iy8zLLp)n<8awU7%?1Sb_ptAMqs#w?@# z>^at5Y5Ni(n5cwo4;&haImPDYSjitgP4KWeYd2tB+EY0Mpy*81lcmQjz`~3#dt+N zDu}3zpC1P-PCAM|+_S>;yTWf*@w&B7B}pDoc*?Km872`X&G9njcIwGmvQ zw310AtwmnE}A%Msl4)^P36a&(7?^{lS zC&A?+g^6?aenH$Ob|c=-;G#ND>v(e=(f%q^7}zl;pa&Nr2MR|<(oTc;?{qb(lSt#> zd0r&~3Z9pscWmzcXaM_@s)@90afm!(t1i|qmkEcsLZwk~vJAcxenDMtWU#FU>UxO< z^v@X%$phGl38eA}UemB}bpCQ&Y3L4dgrDYwir;HaI6N=>YR*|Qo?^Z^{OY(nNT8F!CVrw`{d~p6VScZ zz2c3WTj0G%>0|~ep7BEEP&%^~mc?E}RxFljD3G+$tmdK=z1=f(J2dKF*3%!>=|^?? zF`eG!#G>B`=$i|kSF#~l{8z(y0tc9nX^2BDAr!DWk!!2B!qjJtxe&GMRuUWdbq%u? z3S88^WZFr8q)Hx1DIUUB0try9=5~eo4fpNYbNTY+ae#5R4}*#Y02(d`J|TxVN@jE5@`LdGf%;xYMHr^A*rf9B!aUc1yGzpf6EAS(guCx{O| zEyzwPCH_;pI#l)!Zu;BR@+|H^(po0VO@cuPc3rD(i(BQwbMD?2b{iJF$(Q09N4XgL zy0Kn{E?uo%5!UM8R;@)_C0HOKM889I)@|>f+Hiow6nkBb6YeB(E0H^ib1Oj%XKp13 zfvNLAlsP0>R`ZYIg${HSViG(@tSE_sWIR!JyyddEDP~Jv!?{VbV%9iDCjk-F5W56f znYQYM#9AOLp-cn9j7fBMMrP>lYnNHAKqwXbv@m{i(fXjs-*H?O;dW%i4|m^= zv=OiT$`G&qlK;6?yot{BLis$v1q zJWM`3#>CiQk6PWtF&_iE0vR9%t98{`c#Or4@-=7(G0(vwS=#0cx?VQ22mCLYlE+t8XYU+DCobo$pi8N>*o zIs+&zW)_zVL}$jTg9sZHtWC2!N=~m}6bP9>CH`DpYXX3@v=uV;cEM{!e5~=XwG_aQ zTiyvgNBZ@Q5#FZr(2w{90&s48eYt8$u|Do^Y zbrTw*#n1E{c;UjHaPgcRK@p`pm&zDtQMt~at~)bCGYfmkWscKBrA|56x%@GCdV0b- zLH$%mgBY6ExNCX)6Q~&ZHAN(- z64fHBzF-v3g^Y8fK~-fp4ph3>sj1|5zM9qZ2y@o~~Rat*q*1+7y(S76`SsvuEkJc1QJ4j&vo1Ia?)nK+V-DsPYXY4Ixs-5n4S<_0uLTX_-5Q#S#77)oKJW-HO=BTL^iQzJG zqyzBd^z4*Cr~N15ssl=zmMOHRNgFI)-0mzRk|>0)&=EXbk<)8&_GXQ%&9I=l}AyRH-ViTh6b zTQH@;X(k|&GDTwrUV`4m0i;t#PoJ!$C9PP8@j8POqpI#`!~-dVbC*@VEmC>I;gX0n zx`q!e!z!`9emgj3d$$^GsIcF@I<=p~pK+G$?n6W$lbYba@+-w&0P8lVxup}uspu25 z6GZ9SZVh)*fQjawxEo;G_v!o2;%isYRnN@7WYa5Uu-$+re^ArZC>*1SKcU;ZfucaX zJyc0&R!3X9x| zjbCD`pfk7=_0vPa=T$SKg-m{Agql_Ux*l{VmR%XP`5qn+K0Of*QA4PrbUsyBhvjE3 z(32?=`~HN!4{(GpbLvt?&bko+TH5%{+lNrOU*%`5e1tUO~7u!F|w_mXs35k;h zk4#O4&c{Dns^Kg0{$$d(saG8DZ3d5PI+f{AN_{v+C`sLOh{H55THV@V)Vj4v20x;) z(D=OT;vNt=_g4N}te#fG=Q{Y#YxdNk{rG6#5-UX4VQjy~4Ty+p$U3*TI%xgADhplX zLgEzy&SX@27H<;jQ%cB_cxfp1Z>KyI+W3n!(ep`6?eMvmv}P<#;%wv`R% zmEOucl319xJegbM`8;_rS|iWr%{Cn8Nx>$OJgk=tfK4d+Wp$dCir|NJx?iUsSI&6$ z{TK;RrsA_Tijzs-$HU;Kb$UvtF6;~J6|YmAiFNP`>flYJS{ORyW$T%R97$;?6fHE3 zop*Qed*1BpdW}6Lx$&1yP;0=&R5%oS9jMcif==Sss)JcUXna~-*-15GxeF_qK+T3S z>%@6-5@MU&>W4P7l@@&CHV9dX=h`>HwG?cevI)r2gpi#NM2wmCX~ zr_EOHQX;-W-Oxs2scs`|YQz+iLM32_++W8iXZqmE{Hxt@Unk?_)!llAh>75ws4C=UpG7f1nnAtb->w$M zQMeMxuRj&YLdlEjRtjT6>?2!4B@3zLmHF`F>h&#rwvA7uc$c0Fu`^K?>=K^hkLjGe)7XqlKTu)wRzMw zhqUz%7{UWXtT!6^jKdHTiN%z&mW(H*9I%>wikdOPqO#wjbiRj(eIs6}x+Bc%B>6Hx z)nw;6n5Or6{1&y`m_XO}$AVL8l)^9odYqaW<^jv-={FXBhYc9e+M%9Ezm?``T5u+e z^KKkg*wl4k5Q8F7fOwBoYX(nI#$UT7(GC)gn)@dJ z<_`<}1e^){2F;``mE>0>C2An}bRu7*Hl(n!!7Ny5sNs{%2fBdh3a1KIakzn=IO2UD zMvy9`8vLkEHXZ(M3Iz$vOslfp3Q zG#8o_a_5^7pzma;yUSFHl=YHV$p!`K6pnvRNxQI_9jK7W@_Y^GO3y({@v}$m-hl() zqooUq6#e3$U$yZnK2dzNIaq{=DDHlg^GBN*-F!6imLjhJr*AmsZtCVJnR~d31uo8* zM=Om(B)0GfhL)q06kbceu1*s}pCD+z&_SUCIQB{T}f0i_YpT%(+gI`jXU)8CL-0aGL>jn=_w8u~}17Q_LIS=EUv5~d!fut8G z&sgqeZk!N3W7C7c@oDAQB&Uo8H5sdKMT+Keks)d^s!t+Ocybo%}?4C6yIOS(CnadGP z_CZTy`{H2QA0SN;W{Z|a6xpEZ50N%Z+7KJE5be;>GR{R~XNLS$VARozgntfp zQvR?-%-w=##Yk&lW>sVK8k<{%SzWW8&}#Hf1Ep1jiOxC}N}D^iGNm=VxmNvTL1Z$N z<&(1R22u=+0(H;o?CxEJ)UkCFee+C!0$O||RZ`UQa2=h+fUwXr1Q4H+ik;=P7`BSM<=&%EWwp{3dc2q#gFm=(~ z1Aku-Zi*|LZtFpp&AS!}wlZ}ARcF@;r27V6Q2?{xH#tQq;G2a1P6_|i5&-pPI@ou< zN%F5NSz#=r6tLgS1pAm8!GG@(%0bZLs(D*X*+_E6wv{G?YtuNQ%B;Wo2scd>RrxeW zc$8Cf#A%$w$Hh_6!E{#-U{R68qGAKv7=Q_{A-8{>#Tk1F^z*MJv8S+K*;6g3>2E22wvIrKUdDI8}{I@RKUMbN-oYAtk+$}eP1834z{pb`iASS-`16N z*FdK$eorthHFqL8l9NZB{5moy7PWK(uy)3Pj(Fo<@MjbUogr~X7*Rmy<$*|-$?+-!PLhYruE4d0B$X^L4oW&inuR4LZJ28dP0IC%zX57$ zQ6Bue-~^5K}aKT1FSH*^=lnHSlcWv+ZhftQF`izp>mnJv%54n}Do zlD#cv$wK=hl-GW&SNL5vLMC{9M58lA4P|Gf7#=1&T-|Qytwo1wn$}ut-g8_S{pwxx z!jV{b1c9@N-JX*VkbbXguo_961;^eXOfmxKs5L%a!wP_M(i_wX)^Ha<)HOQz&w{(Z zRP)n{u^9Z7?*E!or?K>k8k>U4Ue;1vZscrKIikjnP+!8%vrbA?1%aAuuIe<`&O$EzqH=sl_VmhG; z>SKzj(p=N2RwqLr?$Sp(P&Ud9M2^))6qI>)yh&oa8UmeL>e%OaaJuiqBb^T$e7*li zi}ukOSkOf;-h~5B#+Xt8F#rwtCMV7?MmB!dAMd?SMI;-l&p)r4h=_C2h~{ulUF!2I zs?q^NAvb}cfz+tRL>?|PRKS5z(rOUp7M&R8Ry`5rm?zb_#ksSpgG$DCf3)-c_+eia z)cu_yI2>02XHz+oLbT&h9k8hvCam{UEcwf69?FY4yDHkAeFg) z@804zn6$?pD{eclsw5IG9B5{@J>VC&ZG&I4UhGT?Lk#guaQxa+ys#Y53Ro*DrYx~f zUr`fnDrj>xra?A&C)1(1w$t2h-oELe)@pbTahSb{O$X1y|61pVo7HZ$6xM@K(XcdY znDekWoZ(wy8gxm3Y4lCt2pB_|Je|s zFV<=v1)6!ky4EjSi&i-rrPR)JQLPutmcXDto5pZwL#N%#vaT3zUUiLsoeP>trU3*vv2Z_E0s?Vmj~ll)t}WOMC_sG9?6jR{L*gz;frv#f zlsMz96PO?gW0sq-l>`F-OKu`c9|q|+(?`x6EC&CIT3N3;%k6Az@SAf0BZRrEW3|^u zz1#>^(Z6j7x}rj~sx6106yIp5^Q6WSix0JxlB6&To1aBUV|%*|bvl#mD>|?mQIBpJZdXuJxEUVi>32*?{Jb6$PrSAzsVP~D(Ja|MdNHTNMhI@n#Jzvxo8|K_@ z*1XzoK>NrPckaZJ$}hf3B)j`}ar&T64=jy0KOBdzvl8IQ_n{((KnP|2t3r!gcJAC# zoRg#Uxr+0WDHFAz(){3x7w4)WY%T1x44H7F(RQ1apt$|j?Xrv7zO)_A@wSr1+#{mG zp=a3`_PHaaC!Rj>xN~q4XCJMNGdy$r^fL#~96DAyedG-K-Ky$BK>q>r^3+Z6*JSS* zT^m?UnIF`^I*cs_Nb*sg13l}TV`6D?O5_Oh46_>zX+&L*Q-n!PGEJ)KP7y=3vf9XI;bRL2YG0Jk1LFEmxm_ih zwFRkF?D>`2YoIL;D@1Bxu7+5NnsDmN5^^b^A~@hD5q9Nj>smSD5F_l8*oiCcVV;v8 zorK|(`XDvTF69v}`SP$vF{$XHk>$83F0MRupV0fcJt z6#>Lf-WRbbwn}yr;jmp2xJ|N7Y&xpNz=v=7~BF|5~yBF1$%`}N{BS2pGWmV>_!4}7J!0eW00_& z>>?RF*Mg~@86ti71guI4!6@&;Z}5JAY7Zgl%qosivEjBCUSei-@D=i}X(dZ*Tge$D zhBK@E%x55_8+iM`S?b$g(b|OTRc=2l-OOz$f7u7onO?a%&8$XDStQqb{WiBYZs$6C zeZvi{ba-J<+Q#dfe0({vuI3I^(>SW8JJ`c-vr{%%{yPyG-{r`7-rlTszK-0hmW&0T z0~2gX(O9HUXKmb$MuR6#mL^V=PM?1I(g#u4X!8#V!SL8_Iz4ebT7~;F z+QZI(H&-8H=w;_?+YFe4&4ny_(p z^+HS*&PD|)#Mmp2aS@&OmVGzZ3((k8f9Gi8~^+_{-mENfGw7&Uf%ZSbl_mabio*lT0E-&d3wH}<{e zoRcWiua^}4-if=3wi9pr(cMGIU|tgXz7i=+&QvbSjRlV(@(F+{zZF$j(NhSb5fW1c z8VDaKwq`n4u?;mWw|sc}3ZzLeYKz)qD&B=bnRn^Et}oDurz|WH)s!tmJ7y_+rXZp( zJO3&5oc?%kr)agE&a$&p-^-Ql?84IS$y)K*T3DWTuyUx|tJb)_`nmlftnN^BjEbpK z94e6A=ux*Ridogiu3r|~$Ba#_oBE2Ix=?33P3-Ws>jXq(uL){ABweddwFi*ZEDJgy z+cvfSlF)|X4)Gw%0GZIEf|Zh@%>@5J0Bw4of&%S|18HvP2kLI-6&$=?Jj4-Ba%v(j zae|{B{Y&yH#t)`_*~MNtm^I80CL2?RM^Q0CH_l|8POO%Eoi)rnT%AUScV1(aiq|O& zp*9Me#?*vcW3Cpb%}cep^Vv=`ABU@7R(8{jJ?-6n=9pl=VP8#pNW!9`K z@U8HStK3nmif+3|*HDoV;-9urkp(p!H6%Gj-o8KbB@S>{-8%SI8fC(A+P;M#MjP%E zwb`q24f}>!C8RiPn8mC%AfWnGnZ$-a*yCQT(%_QJqgXqqUDh5v-RW9paNwZu>Fdla zqZB+FideuISfBSdIvP;NS#RH=-Zr4MUMAxAd(BPDTVefd+2s$iY)v~xvwAwUyOKS@ zgN-U)?Pj}6-LL3X^~V8@{(T{x-BI5v1`^Ll180JA4VP<(0j&!w)-f#(*1Hmh*y@F{ znf-HE8eml*?!0>$=r#`_dG6u(WC0Kdaxt`ghXb2b4l7!SI-R|!}%YCmJr%&2e zSZg|U>n>iD+xY{=x>D=I+}IRH_|{?X-14P`3w99eBX*pK#9sQYL{e$YX=6uW{4;#i{*jd2$vw}ZKAvPRy8C|O|-r7IuW z`;nfJ)pUtg3DxxwpF6woGYU(iNb=2%-JV#Mn^|fD_iko66xmEYt#RmfbQhE~KwI0r z%_L3Rkp15Trs319Or5I!KMGLKsv*{-C;OY!p?)4}x5i*+eP31HAASTw2H&r6u>yY5 z;RYBdS@L08?RzjpkU%)m87U-q0ivEWh{7BR9jMv6OeZ0r(juS?w#42+K?=4M!pY`{ zrkXQj%LY%YJ(l{6t|oL6K-ucq3q^r8nFzj3r(00ofrfgY`oP4NMqx`_CkR4>`Cgg; zlZ9mSuKs>`A7~2B=qtB^8;!$*?VdKcQOXLqAuVx$<6EKj!PB-7B1gT_za6buWg!8H z_d|&hU}nV_W5#0IM1>|wA$#`N@*o!P$mW?`iWeg1T?9BLY&pFe+sa_64$dWuFx8CxKkbapoY7I4@TMqr+ry6hWu z^>HoA2DXL_KgQb*H$JB;fif2L=B08@*=78NP$Bm4@gl3Vp zAw!ZZ`@_huZJTfe{QDCK_A&KhixH+oZ)a;Ea#C%RT1DPDrz_8~BOHd76*I00Qo_rr zu8oHoe~@6JBUxeGYF0!8rK#|eEwm-I#jVTmm`Md-4YX^=3fNVf4saOz+9pdXsI0Gf zoRPb6#yr(ee=&t1hzJglD?L8Pw5AZ{4xN5ZEM0Jzf^K?Sf?u)PV|{@23fl-Eks4T7 zWEVgL00^hlO43kemtiORWJkP*U?fITs#-_s>0siINm>RSG+N zjzjA>34pelL$#wQ(SG)t=#X?ndn=UHA!qs z@HNmgJHD((Kdh6zBS^=nBD@s5q4Dy$ZL<)Dc`Q@^C>oAxs((!)Z|oPrYLMbUk*w)- zN(Z_0^^QPR#~}`*=>7}97O2t8D3w0h12z30vd4WN(v;9)A3Dl~^Rh+Fh~{O6SsUY{ z$FZ(+68&Nv1`tEh2HhSO(E{Y81z=fEV$fcce)`>5Z`h~+eKiW;s1ukoeehEC_z zpB+m`GcRj%y2js5Dbr^9y9b61hgV5^s|~&q*~nN<;xU49v>|R>U%bUUF|2)Fg{lYDFSYgGwnW74T;7gl>~+y_DvywtalJu2UtmXtDEWd;94r$tUNrbNqN)v>g9JuR~)c56?&4rTVWc8_V>%;s&qjkq-g ziY(zBtA6;CT*zmrZC(Gi_f`V>7YJib0YzQ&!kuraQ8Mbr=ALILeV}@=yXRVw-Cg+2 zvyBus`ksYD!CLb$s%LrC#FqO5Y;ls87ZPdO;)Rhy)rmU>G;r3$zd0=Fe*!qqn5Fv$ z(54iUC?8vSe2xYvEd|VfuBBzN&~K%#aS%|LmAdqQ&Pu&OqnJE9k+tzz0|tqE&=kd$ z^J>Q|XPR6WWJ|qH3?t|ECwRPXq#dvz zO)5#Ia6$(vAOLYeH~EUy)+DnSAjj>zKaP znWz6X9o|x@mvrjZU0waFovyzBzp$R&o?THdO*n(kty~x&+zHKKfDk|{yv4MWGwn6l z!XChY^;<*!HfY41EhfqJcz=a|tzBWp)cC_EG^PjI0~<8;-j7orX08=B*v9C-;0Db~ z{4PDg^|d}91|~LF)*jh;Lj`G}b>Nx`y7e&5(qQyezVY`p=(3o>+I&PqE{{jqk*|ka zlp0Qvo-h%+>sxl~E!X)&6l$!J_yzMmHY|lFYBJa>uVbe0UL-55lQ%r^@5%-D4gPX# zzCeie&Z=&3Z=IrAw<*-`RSS)nvfk}&7JMg{ZkGHpa_ugUk)2AXheO~z7dT&+l!35b>B#Qw z%vST!XcPnGMH6TWSK`3yR#c5=@Nu2=!Du*MJEtnMv+ecM#Bu@ zjK@eiUnD@7o(L!R{iV1&z+vVhZ5qUv#GB}UP#m{1o!6KQMypOQo}<_0!0w`g9Wu?A zUEAoek-PRlP=u2>AK?&PaH@IYz~~VJSjG8$u`$2s)Otr(5+~H!L7B)kCrdX?u-BEL zCoLG|IW%qN0%(T#?OE^!?+2gMsecw&|NfCW%E&MYe>N;@QJ3maFSY-8r5l(+6p!Yn ziy~monMr&^Fm4JrExe4p%|qS>)r)bInRwu+nPyW_b2LNd2CXX-Sh=0GG8i;Lttib> zax(28KXDm#Wi~VE=2trEMKRX|*s0N}?P$%Nj>i7X`m~6yl^x8j*DJ*EXWp~};FL9G ztfx99wiUX?9c;DI*~w!}wroZUciv#qIa^q)Go;ZZ(%U#DPtby0W#)u4oYF*O3fcf@ zDCD1B_Dw!@jYsSz5C+YP5_UYY(!qV_)J^LTR$;;a4#alfL&wP_Yqwur?q% zMgK_6U<(8Rnqt>ULNCWwNZqG-HV1Z3HQYA95Q+mDUUK73$!{k9Wp`N<*1p9eK+Iqt z@>IaWcZPx=XbjKfuaEdS0gKrc>>e+7F<4$BKdNmNb?;dJBQT=Y`&Xi{f3YKCf1F(S%(YQoY85-&0+*ck8U`Mk5MvN|@HB3s}A;N6o1# zoKo<;s;0VV#^(_K2+G{Taz+gM-uCbm-e{3NroVN7_d3D#I0 z*q^)I%$i1m+`kprzzTP58 zaD0{XvlnsU4hU$X^8D;Hq^sQvBYOS-`CsQZ$1WBMJFIIq=5yETp@r9Lr+k)0d#i=R zIt;YFjdiceJrmcPI~*q9Qq^;Dnrh@)HOv*Z!fJ^>^2JQd$F7=?<6_v*&Ie)B1*F*R z3`xSiiL1#WGQix9i(D9Evq8mZ_dQ=4O9fuw+A%foGcr*Njx)?LQ=<*@WTLVhnof~# zpP)%=N*3#eq4%2i^uUtv>#cZNQ+@CsXKXxcm0Or=N)m?2m~eNp_rV9?i&UtBx@*dcPek zBpw?iv+A%e8a0KkmevMe43{4~3VTL}zjqtwB zY$ydN0sIlhsLvP>ov&P+JS>5f0|i4fC3244~^*nn#Uqd|=kCOjIX;2X+d2Iz7VcmBUI z8P+Y#2F~!OF-XfsB}4Hu8Wk;p^6ho;KD16Nyi{{_PhUE>N`%-G$ag-}QojtlsVKI1IPV zI$29(Fm+jt;Vm#z@T0eCM4Cso)~x43TZ+hk##zTNH!-rWTi12R@JCdmWfd4E?o%Dn zo2$WVof>$-kEsT#O#5$;iw?}oiAgJ+`D-2Z2@W@75@Xh*J4Ge1sb)82+|Q7b?MXQx zogw#1R}lIv?@j90&&vSBN**8pU9FMBRIPyaso`=n&tQ(uW|mk-V&4=(rmzRjfTCBk zVu-FD@Q3{oLe(j4l?izXNaC-S3%ONa%>)H;q@3)b2{lyHc z(VzIYvnSaGh3`@-`s|JPqb2=K{;0}R8Mxxz;os@s^+jh;vALC@u7ev1y@FmpUHe7* z!bbc02kZ+^`?tZ!4b2gz1!_KftzC<|EzcIq^J#wz@kvImuk!C{jL0{^JYZIvFq@zO zs#z<4eGND#SvzN6aBpw5xBrAMjLxoI8fcDkwQY9Y+-*xtTs#c!#KQo8gsVjI&_Bz^ zvpA&H!1dc(1?Qo_>YBch#zc%SK%Lwx8M6F+%+YXr`6l3T%A&g#%VIhmbB~oEAyC+X zVVdm{Y$jnQ$VPi?^Eq2?h=m;Q+CSSy2;xgHZEn04|@*uOXWUs`lH1PyFhUJbhWm4#qAx6fiJEdosF8RA-kqpF>FxOs7@`i6_46uyUDYK zP8?77$d$6T!=UWxZWLY~;2%X9ui4;FVk^x!${yW8*3#)Hos zR(knjxp?K_hf4ovS636;MiGVMtnD2;CZ2B6-&i85fMN)sCL!X0swSzMxN4HBUaE=$ ztEeeakQ1Y~t!Q(=5{L>K;DCgHBb%FTCpq9cLEeR3{$TVRLqPC6irPpj|#7Z?VW% zsHTiF7yFj5DT1AS45k+ABx{l`yz(tekuMh5NugDgDs(Ai za@id7qn1%Mrp4?&c3p#`3CM)$N0DEB`CLRD| z(!((Q-*S&O-lLi(@grUCJ+btjsf#p;Tkfu65xrc1x#tsU4z?jxj}zWXbfN_3TJuXM zqS>z;FdTtbutw^d-h@y=!3RiS?U~nC{C>?~jr1L>U4&&oIg1ZxJ zYCPDp73w2ro%#nmwZcx-u2IFmoczMJlm5)f9b{2Xk2hUYydz)WKr)1Fg|?%PV~sxm zCtJ>zi=lv2)grI9n;uF_jg|is_15@Ui4S%R{Mfo1_%$Baq52cc9%b3vgdM`$Jf%i`4IfqNe4{KpPEGz>RD}wf3B7}!Mw`I?DY^bPb2#y2jHyM!0%3-5 zj6f|%A%`Z13C9WRgf8Ja;RfL&!Y7392)6*qaN5<72EsRm$PdimL%)G$V%Y=wP&OlxzYygs6Q(otfHsK244Z>Bzn}q9x_Xsx# z?-M>Cd`$QpkOUmhwDWG94;#y^=E`zQolB`hBN^e1riHzXF}07dpKyRcBM_M*(CX0H ztvtfi0-;Gz-Pm(Xsk#q!_EafJRZN^N2IZ0}=u_rLnFpocb>7Qe=5o;AH&^;>RAQcY zA*haVV8wp{XfsSftHVs_%4bU76{i!#BK95ZWxJd(mH(1d z5+-%Z@7Fyu`v5@kRH-a5z1= zg4>p12xH0+rm!mJl&QY0DNESGsn`q7lw%r*rz)uhcgi)5IYYSLHK)?PxsvhwR?VsG zn}$e>%twaE`2COUsR5+>L>B3+KZx`Y(*0rp=>e4<_N|o>G3ZA3G)NBl72aa*13 z9?@lHQ&T%t{iDF!E-^0h7~Kovn3%x#ZuRDPgqIh^3H+VJb4pnF`@$#bsXgM0;!7yG z7x;KZyb650s_^6?eOi1O=`Sn%>{BhBiCWq(UK3|g>m_kcoX7V8l)fNdN9os9?Sn{P z6mKB?hN}HC(wD?#q%W)aI^-YnNB!;o?ngFad;NXlP4U)8hDsgqU-n;kWQ!}G*i&Qv znE1+01L2=IV~DrKJLoGXtm{T@viV{5%0j*3FZk6)u~Dv7z1pl-^kysm2j!WH?>+Ek zfZTF*&I?L+QOv8$+JmxC8H@FLO*XvQn)I$-x;lR9)Wp$j;5QcQjasb|jF)N)b+pN5 zidEqS{z9?ZD3?0g%x9mF@+Y5|2y^h9{!6}Z?WA;jF$Xl z&IvPxLbbTy7YbpvP*|vm#R}sCg~I*CVkLT$E)+zqR46<)(2 z7KqU%OT)J#Qo_Y|O0%sgSF@|Bv}RLN88Ik^@V-wBixGTh#U`;C-~D2X7{&L1*ebT+ zdr)i_JMcZ^4~v~*7nX!MH6mUB!S4>!(Uh0KU6T)i<8u*Da2`R+TrpM+$7mS^bJ=Ve zD^|-~HC5VPwi-^$YNQ@n!O^c6-!dC+%X$Rve9sBaFf9ypWKBv%)afuqqOOPOf+p@T zrHDFo3;1pXVYVEUt3jh!E%{*zYp3FecEzve?9d7P%4}!`szxJd&$8SC2uUO5YPnG; z>?P0{1co_ej^JsIL}SdyMY;ydf%8#=B}q20#XK?-z?*vjL^1Haa?BaLa@8w(!QxD* zQVh5-w@lU=3E%LAS{aWmxf_ki7a1fJsbH1ck#`VJppb4h2V(#gF4jOtN>b1rK%{|5 zcw{03jQ4EmHGt|CQnS`Ju zv*>{~+*AMyDcviy8Q2(MCsYOy+}s&Mzoy)pk=UrBMzReNkP+ZsHBH3k&6YWD-UAbU zY)%4ohwxtRU_dkpZ)Htu^Am16w1`;PD|^Xzv6ER(IDUcXDe`kY+*R}ox>9VQn*)$ru}GnC0rg{|>flrQ<(h7j^~2`4 z?&rC3jCqTzU$NO{=3p>(=wNUt_t*~m06AGyp&*A)L6R6HDXMot0UYVqWufo}UakX< zez^u5VnQuv7ZC!}UQ8Qyg?$>FzfgFyqo?8a(pB%)bd;cbJ^sA+>N@;6=FWbQmma!W zci4mFpiq~-^i>02Ng%SCTVsg2N=)W9X+#dQMM^c2yN%-Knq?^(BVW?%OVJ(qhCI&T z6a%g)`6_}i1L3jm%f^x<(Ra*=A{Opyl51%Xo`6J@F*9z)&N%pEXeXgj0*cym{no_CmF~i17Z+zL@H8+T&)B_#mZ;} z2y#WAR)8RjY!lm2wqNWJJMldrc8M48Jt%gI7x6tL_K3as9u`PRe3 zh)nd(UdgtcR;uOBqD9lVf4kA&vL9h9EDR`pqi?dgC)yT*x?d{KE_uaRrS#OE*c^n= z?md9!EKWl>Zd&=n5EQs8Np1wqmk#9*AMz+c7b}(8LtiMx9#V7(x?@8Y%hg8k`v zxEs2~dL0S5i}fiA=hAJBA~fYxs#Jmc8Ctdal=Yw*y4cBP%OCU-2{$N#C*am(m{~Ie zl_(3nbO5mde7hFY)KslcU1zg3;Eb4?p)|$Bw64-b8scyi4N-+9$u`VKmK?=gDeaJS zGjC)5-=Bt#xNI*wNINU3mIX>mp?pe}e*^j=;*YH5R4WzSfly`5z=QMwi^`g&3>M34%)`J=oS!OVA(bRYg$`%r+mmMh2 zXOsG;v2cnDafQ>~4Kx$iZq#%GUU3d{A2iSm?G}-)ns2v3-72ni+PkhyI38?5rxn?q zz7t6nch;%f+zI+3$t9|0Om@NL8@a5cT|shBly5U2QNSWX8KT&z$sn|0j0w{Sij9Vp zUt}32_w7S0qMk4v4JgdS^}=i$8uZz zu5w-6lpv5ptCc`ek0WU-=)rD|MJczoJle3HQ(31uOn3)_oGo8Mn{txD0S4=+PD=Fr z%Xk?nio2nc$AJF`I{ALI5Hs3NoxJ8@2w2kd7WH!_1OTi<1m-FO;(1-L$Z=NjL|{>W zO~Cp*I=VcvQBRb(e}O%5HjJ)*lzMJ5JNhurHKZnt@^wsl>Kmr3?Xi4`QJ%p2j!~Xu zvS$~jQ2!WD+;<1#{QO#+3oQ<&8uC)wWE*W_UtJ& zEjQAu4Jo#yq)KiMS~)5(_GJb|28wP-8IqIMqY`!CR$-Z9ygY;8t9aB7hJDI$&E(HQ z?0>jJ(1c#hYy|^ym3E|bBUP{Y?b{E|jZKRq`*P}QY&wrb?r?5wtk^16>UWE+nbr&# zW~NmE!o1GcJ|GDVf@y)G0~YfePrxralCn9d}>rKmW>AFua<#*5}YI0->}IwVmWEWK?&GfwF=j= zgtOCFaRnr$H^6runag$~O<71d_Z(Si*}|nv1+L0?Bx5bx_b;PndZ!UIMS9t(jy5tn z9hX2muzdQ&AH!EA}PUDo~Blu#&_-RcC=QElYyM=GxGqP|L@zAB^YyRCFo|1#>Q zQ9s>Le+H?zej4>v3iVYPRX^Rz5K{E@r%*preG3w7Un>*i^wz|3wv}D!TV;vw2?uqv zs$RC55$RSIBgnS;AdhA#iGFO}|4t*->I42T#*fY5Ket?jf80u=_8*H)z=0z+bIi#7 zZ(C`OmlkZ5hnv@Jk1>tcu7I@#P#DHWnC<e!@-h390)Dg~cZ{MLfwe7+^4n0A7Jf z)j2F?W>MZ{mKmB&1_cDE*>bg5$@MD{I@|=O8Uc9k(zWYXzB*aBc1bGM!sbGkj+}a+ zgk`uG>XmXs3jrm*O_u{voV zbIc(ptLhEu(w1vE;C7JLO~;boKpz}h*M}r<9#23qWUaMl%JEZku=#u!L^0+1Y3*G? z9Ape)%ScXE@e20G3mybY_{fTtnB*cM`OR8QoK8gD}iSG1F&-+qOI)5rDf8(ofeD$<9Tdq{JP+nVXXqo=?Vkfi- ztRA3UfU{^}alvamta%`S8AyOhdjP!{7ktD{HdM+If7pjR*n*2gG*p*tW zTya{XeSjEBM%bm^ycqboR9nTBcUblV2C7yMsN3;kGe8Z%V&K(zQ!(7j9g5^E$G9)DF!?htx-|EIBp% zlBqedc9dO~>UE|FOx7+|m$bM}IQ8VKnCgK>=)J_Kg@|D__kKnnlexZL`EL`O<;;XO zPCm#VXHtoN8ydLDbFe|_X@qdMDbqh-!JN(fuGPaS;iFa$w=Jz_K~~bM2oe%Z!%+8V zP=*`@+^?F!VOk0rm;}wE=7cCmG;%h6kFq7qxZ3#3h{?C&$OE8_Yi5>atF;q56s#qv`}RffXKQH=0z1BFltBJ`7K9IQr%vG zstt3a5|1Hn87mO2v_RdmW;FwSY93KSM~4}~(aVD}lq82zhL)VGxzZFfl#Q2QP4$Cn z%JqVl5MJcFZWaYHDT;aQ7rMw82&HqGy`xX-=4xQgV-42i82~cwqq<>PSh;Ap=wPHyh<(b)!oddx>5OUA&N7fb(!2 zPe46+j!bPJ7At?!x=%AZhYTO*pXFD~yUM+Y$ey94lGJwgPXY^Cq&(JUFUh!L8th>AVP$7tzo&I(0H1GB-U>zbox^Mz-? z_POT6{Qo&0@@Fv|`Ev}qDN=rdystgS49qpwn*m81ll=L0+Wkr7-S`nPIoIgIBuOoy z>|ID~K-u8#kshPS0aUS@0Clg;-f{mFicAwe_QIKd)(rcf3$9cIms}+{-(}E){J(&_ zJI@KkTsIIzOoE&|66+wx4m`E=;cTg98`%DE3=8pA>cQF_yy}Je zJIE7+TFY6Ru|%>K*w)5N#J|4=fi@aZ{G8jQ-mnqE)|OZlHO;Pvw!erf6#_tp1l!*J z4cBI}33c_~g}Vtf@eJI-Nl_h$aW?=#Ji(s)tEege8iSr`{b}UYdJ#16ECf}%Czl&u zGP$!ztOFo^*NmV}OdMY%>rfR$%=RY3dOP--joU zd>>ptLkWmT)texN_s_WjJe%Qs3&_zd|4SQAU0V`akMTfuPguWJ>;DSDCMB=Sj=qf- z4>={=wqnK(=5D)6{|1A9={X>o%nkR-x11{Ndr?MC1r&D?Nd_p%Wh7U*E6sA8NYQPG@6;) zH}kh(tIRc>iTw2OW(w)?Tg~k4>9H}mG^cY1o?6J>a{IxU_HyLTO$UdSakFVnpJ)!> zmSZqswlmXc@9QUyE-T@HLA_Ai+ya zwOvF>k345VaT9LdTr8^)_n|hM4GZqZQHVisH?}NDd=PS0Ar##off+R~U`}n&0Z9P} zD?7N19Hd}!{H2yd_ch&3D``5Zm!Wct6c$d33kU8>81t~iTr9i~TPZlQ;lzYlZ8pib z+3j$2(lDwW;OLw6`r7>yo|daj!!8Yn za-=b^W~44g>fV2<42!#4sb#aeM`T;>1DY)li~cH%wlFcKTIuaZ%SDf7V~}bQjE`@@ z1dROxEMc(u4Q02uA(v>x2^QyY;+gixb4)k0LM(*_Xx zP)oJNil`n^hf;lSvF=gXf~N~7uW`;@`%s&yi9G(4cC1LSYx>EqxQBnXP^yg_8wo*w zH{nU+3Bd6fV|Ukz= zK=%sNm1~!-zJ1~1rFSk(-nb5>cyR^>n#p(HxpeKy#R7~Jm#@6vVZ~AEk#e+hGD4eY z708yu(Zcn2FQaUCbA7N+0K*^!=!HsKx}&P$PDJRyWmVCp9%@#h8!XO3v8EAW&7rQH z8_w6yV~D|N)HhPJvJOE~abOif2pj8Wq_y>Rvvm})Q3(64O&cscNO(&pHqPq*8ftgp zpEFCIqxcQwpyrS^JkUe>W1vF^&YC69gbl+qzGhUd334PHo>_*~sAG+q;6_x^$c^&k zLINroI1!H5s1&$OM+&^6BLz!9M+)`;ox*_{SOsvPW(6iD+yqcuN4GW{mr-rws!~UN zTvh5wjdt~f`vM*Bws)m)j<4e#PV;r7c6YV;qS({%Zm)n`%5gRawB%<3Z`B>d+sEe8 zZH+krcSVFf@}Ygj|Adu(Jz+o9#HJS;q;ZI+hBNtKQatN1SH^{mI|Zk@xY(${On{41(MAJ2 zsWRi<$x~lC<&C{^JU?+NY5pN6Xc2cx<}_;CmAnNXgAkfZ&g+vuf%kRbY}va|^~!S1 z1jTek-@ti^n_aRRco*7~6JsMrJLY?`R`rkaL{hT#3BTb>cpr#gUvGK2;hfcUwJ4>G z)JUerDKN=LU_G!2|02GkH}Y>V9_4?;IL+Cr0p%`}zo3)OIOMSSU1mHohs19)`JRmQ zILx0Q-Kc=t9khAWl9IhpJ;+&4O)qZ3&3E=E0~TW6O$Qwxm|{55bl^lo9N|QB8+_w4 zrCac`=Wb4qPb;bQNbW$>nLZ9VbXSx|f4YvIlged}5-A9_6jg8LKZM6!wUV38pOb%` zebN@J)R;*Ms}qnL;kO?cjoxniRLa;rQ3d7wh&I|CEHT9P$ti; z6V0Jnb|*qAm?absD;C0PED5Q&u&GQ)9*HJV~10y`9A%6)esn!9#ISScp#YXPpeAF&Z za@Ov(WfQJ`8cZSMW3RrU9B?>rhCTH*4of(Y_TOk(d_)RI7+k2}h*Q^q?0*<UttTPX2?{=Qq+;2X4890(2; z1P6q2GY#R;@GWlk4jdx)O!+!Ae^XwoIyfmifUcFdaM{A?1f1G{ppOBrz-Oqy*{p;H zmvJTVrzb;mB68lp`hduRtKCNrlFITQvF(4% z;4Xq@S_3~GW+tK!sGP(O8*r_zKvN#bi1y__Wz9Pb&NJwt{r-;5-zJ#bPza8mK^~x` z%W(uDp8-?;0B=fs-TC1>pT`q;2x51SCci1$hkut>J>i5;30M%}Y2X}mIljw>k_bbi>{%`WSP8zIzrv{oQKkSYm9zs-1CG{ zQD#A9xI%(uf*7dJkXeBf-XQl=_p^$w=ut@KR%$Rb$T0n|D0#VFAIx#3 zKF32d-}){%tun6TdQ*s9=2VjI=$Cb{NY&XH98uP1-*IzwuO^`$_fy*zIhh;iB_q;< zvH*sTD3==QkfBt@z+cCkFwM$kh*AHX<-X0JP1Gv3g?XI(MS@48I)H;gJ!54pmEW9H zqyV8rZR*k2*f@_8PK>{r94kZ|W;7gSgzN$tXQP+hCl0Y&x4r1>T<Ou%E0O)=A5oz02$NDmlEL;gm2bS*#Iiua2NDmDV3?Rb`t(a%$}^@KB|_9h(fCedmk znMaIpo<&jm?=trT2F&HPhk5+cMG8tAzhJN`-PJ;9YG$!q5xuw?>_W!R5M3i^2k6R@ z5AlS^ZflPze-C*jzUcfUTZ@O>cx!ovxWI|%qI2SwkJ>EO6BpR+hT_8CBDAayabfHA z?q3C2M_?d3Njf9R;HChU5oBd7BM1iSf=*YvdgH17BHkubJwU_YNBof#EiX9Qg9rH#Wo_^ zuc8I{Zy5Yr2JL~XsoRUZ@5dN7AfZ7<+tvl#`oF(HiYJ{af}KF5i7RB3X<#*kNC^?t zg1vAX?1k3S;mBGDWhk;1f+0V);mE{dR*=1o2Gojv97&gIMc-j=H@x8pNJ$;5j#b&; zAn^Jq2-Q+vWTN)bJ%rv$U2CsvD0vQrKfM5~_YA~b8e4B5^53BfNKOqzsqX*&nQ%ul z_1m3rQzdyO+)<@2xJe_V6*UD15aEU;0JVfUnDnSk%NPr874YsS<%L|T***&VE)0xH zAjFmSk{>90TY#V5p^>d9iVggRQrWMF_8Hr!=Fv&5uMNYjxUi&t;Kv)ojVB=B8i)P+ z4E8hVnYbOv9JHm)0*?v(4iUliZouph5B$p;OkGd4E>v&|`6yIyCsZ7bmt#k8P0gxi z;|Znw5-%N7FNpPKD;=$(-y>`!b6&x8d4MARi2=QE^HI5+ISKzr53}LYlK+9h?=$!V z27kz)jTseF>oCNNf56_zqHqj7rToWzlKEXjMH$#JqM>s7sky1MHM-sX$m-}pHGTnk ze}sxk08#heaZEDXHVZ+NSGxLCCKgTPAE8Q^7XEAz7x22o0Ct|>dN&d+h@-d|Jj!dx z@r4&ki#x%ja9NtVWbI5o r6VS@n@%O)QreW8}@W`&HO((N;q;JF-8FN(|L)bUa*8g!c1NQ#~Ix8lo literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bcf93a638931e26226900d3a933d93058e508791 GIT binary patch literal 27517 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%0A)F@%F`oy$gJ|`W-a))$ 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 V?Xhs?yF;D7!-@XHrI>Ap|1XyNmM;JR literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/compat.py b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/compat.py new file mode 100644 index 0000000..e93dc27 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/database.py b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 0000000..eb3765f --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/index.py b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 0000000..56cd286 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/locators.py b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 0000000..f9f0788 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/manifest.py b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 0000000..420dcf1 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/metadata.py b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 0000000..7189aee --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/resources.py b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 0000000..fef52aa --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/scripts.py b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 0000000..cfa45d2 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/t32.exe b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/t32.exe new file mode 100644 index 0000000000000000000000000000000000000000..52154f0be32cc2bdbf98af131d477900667d0abd GIT binary patch literal 97792 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

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

    qx{CqlSNQ_YhQ()VtG-D; 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 z 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 bB!6W7g#4-b3-g!cLzth+PZapSNrC?c%T_@< literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/wheel.py b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/wheel.py new file mode 100644 index 0000000..4a5a30e --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/distro/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/distro/__init__.py new file mode 100644 index 0000000..7686fe8 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/distro/__main__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/distro/__main__.py new file mode 100644 index 0000000..0c01d5b --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/distro/__main__.py @@ -0,0 +1,4 @@ +from .distro import main + +if __name__ == "__main__": + main() diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eba24153e9a5d97681a3c0080b18f293d000f924 GIT binary patch literal 929 zcmcJN$&T7U5QYsHFpJr@ndAjHfDbuEilQt;3KAKlA*Z^u%(#J`ak-tgJsDmjkC0m) zD3`wGlvl_pE;B@+_QiN z(8E6TaR37x!VpI=${Ab3%YV(m1y3`3g_SWjf9BHi&s-sdXYPSJ|b72$F}Hh+-wyNi1ZbYmD7<6{RL)y1q_?@3A1kHCNiYksc3R zJPM<5>MAieMvkUU=HfEYlZvTz7n`$g=oj$(A3j&r_W#S+tGrtyIU> zw2dM-am}o&ri{+hoC;Z%YC;ze?LOL>UVa=|+sD~MSH;nIsOYU#x&($Y2}MGgU=b<= zS{79!)Co4BL1+?Mgf^i==n{H_K4Cx@5=MlJ6j$R*T{`^Ve^xKi#sAxaE;Hu(K4aeu z^_0pHetmLw61fv9_nz~>c`JiITN62<@9wusCV@BENHq!f@lFQL)cq_RU#y*j|7`l) ziA2mNp?h=ZZh0CeLMMIHz>~^3%J6ttaHv_i=RDCoD?eFYU#gd)*U(a_OYUi^|+S%0v-L0fYJZo!qdrQ!-y zJQE=?(wot|pGK|M7mV=U-|x1hpT+!#AhV@PS45g=J}}FlIAvU(ZQW}IhuaV z#=8VzP}4s8(dl;QV;iP?@D4ilYG5!uoc(oo1Ic7;gL*!yJ<^#8AW!JDk8n-^f2q1K T&Gp85Jq~zVf~SgTC2IZyJEBYU literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a66ea7c4a26e97b42fabda1a6758aa16d3dcef12 GIT binary patch literal 42287 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 Avj6}9 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/distro/distro.py b/.awi/lib/python3.9/site-packages/pip/_vendor/distro/distro.py new file mode 100644 index 0000000..89e1868 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/distro/py.typed b/.awi/lib/python3.9/site-packages/pip/_vendor/distro/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/idna/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/idna/__init__.py new file mode 100644 index 0000000..a40eeaf --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1325b7808bded9cc77cc259140789974321a6394 GIT binary patch literal 861 zcmbu7&5qMB5XX~#q)n6bd%K7?=%LMl6%rCcz=FhHRv>P^SWfIFX8jR4X`!#dBXHxD zeC5O|aKe+U5ZVJ5EajK^PvV)eXGoGvJh#4P?+zdOp7#U9->c`uOZU``1NEpcJn19f z2fHVFvXA<5fCh4ihB82b9HEgMqp=K8C?{wlBNWLP#WF#OoT90mp_!bcxm=)yT%x61 zp_N>tbsMiQF60Jne6R56;G2&w>F}es4SxDA_13o$#wTWKt`)}HrA=<$+`f9vDSvB> zHZ}y=ne!WUB7)OvO4UChEA(GXRzx(!FT+OCXire_9#As_&Z0AoN1fXeiVen$$1DQSp-L9v5e8}?tR|C!Z>e@@!gXh#?m zAu#^#na5BX;FnHIEm>L_a$-!S&}zf8W8(&=PAfsqh0#YvcL!~D)wwCPO84Y5PX*7? zPCwZ{OKaY+-TevOHeRJ}`V`eBLC)|NT1d{RWz_ B?JfWS literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..78abbe2da140e90be7eb97b5df58c30022a582e4 GIT binary patch literal 3098 zcmds3&2QX96!+NUkKODh=_YMyDQ!}Tk45S(P!K|Dt3p#jE`t z!a}%+DUpaXJQNL(gii@xaaX;j1t{jlX2$H^qD~=oWIX>6$$vY@YQ?T0> zoG5VdEmoS_Y?D1?CCkrJkP5Rzy|73QOk9+&z!ZM<{M=VbKFYEb3Mm%!dJDJ0M8r|D zx^Vvcjq`2ucN}Jbi=xeecCVa43d67flN2kK$qss)%Xk13JwT=zI|dxb*Ymi0D;>&i z2H{;PlkT-N!7cVi6zsg4#o_uYq@zS!z!@)O>&2}!>2|_AkaZUi^LoWib^F;P>-yH|Bc5LkyqMGAJ+I)Q(h1x;ZO#Fst3U^6{DE?jUc!) z3gcaig=_*3=T>%ay^y)GA`CvAS>@Bj6W!D9P~7N~oT%lQXKFx5AD;tlF9+U2c$@=! z88GHKd(5d`V4k{yBjs$>T2A^PhcYR`_`1$j*x?h>D0>iL4#G6f+9wajjhvubrOEy? zcK(U%TS)Y6w!sD8uuBeKmt5GVFlB{9y09-BNvpJSjbAos1X)&%4Xj-oZpoL7n{RJ; zrL)BgyYx13E@qT2JSbh^eQ4kaw{Qrj{+*t1w%pR$W~F`7*r;inUD-<1DBX5yRk~@O zz)9Qzyn^ECpV$=Z=JddJVDs9Tdi1n$;O58*2J79nvWM$X-cnnl;${#ls}%9GrWl?ZGLW8BUXUmBbko ziuckq)|7^`1a?VG+?>$(92)40oY?L$ApNC~cu8M001LFh|BA729=C+&K&f68ve&8i z28lOGP(D_5jfw!YNleb-AZ4mDb_Iw0TgsS+D6<>#J<5zrmFZLLZ=^w{IcR@iNhM7P|*p4K-b77qC+pYfP}h+%(oKEwLUJ zPT>}wFn^%`F4l_TbO*Ox#p&Le+%KvXO^SV0GvEML9UQ0z78{J*Jsr8Rh6rw{T~m&} z+;dgaSNL**e-!98n5?6d8|b`%;s><1qk^EORwXX9ikAieq2V9;YEKQ`~SQ_k2gAKaCYg4d+Y2QrdLUa{3_ z<+KJetb#gRhjp}$ID;4x8T|}oER*lix&sj;kZyxVbaLG9$dvZG5X!FX(Y?OBptvWy zOEwzZQhhe!jz7L7hm8UkPF3sT_o~#2qPP+ps9b_z_oxbg`z+oMNN1!?O2)FU?1nGd zfiEay0;=W|$^@D2aQ zC8LQ1i!V>+Zx+++>E-3~OloK{rENwGRb>O25;YhElNr=j7rLVM9xSw-*QSCRlm+<~ zQR9f?kW&BMZF+w1hjDK9KKY}*iwce4Vh^QoiET}(b{P32o;?>f7G1n)Ei^|8UDx{p mQMBmcqEBuY?VK59IhJOJ2JFjX0 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/idna/__pycache__/core.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/idna/__pycache__/core.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..03fbba2cbf0555cc25751c12e4c5c95770249cd6 GIT binary patch literal 9892 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 ZKk6cGcg}yz2s`g)zOc?==f|6!_)m1+%qjo? literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..384d27ed35ead76704f39c0bf4c4b71219e4a42e GIT binary patch literal 2011 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

    !I7S{BS4i1|@R7s@ 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/t64.exe b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/t64.exe new file mode 100644 index 0000000000000000000000000000000000000000..e8bebdba6d8f242244bf397ab067965d47c5093e GIT binary patch literal 108032 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%0AHbpwE%ZM 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 H#ex3;_fXA_ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/util.py b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/util.py new file mode 100644 index 0000000..ba58858 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/version.py b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/version.py new file mode 100644 index 0000000..14171ac --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/w32.exe b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/w32.exe new file mode 100644 index 0000000000000000000000000000000000000000..4ee2d3a31b59e8b50f433ecdf0be9e496e8cc3b8 GIT binary patch literal 91648 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/w64-arm.exe b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/w64-arm.exe new file mode 100644 index 0000000000000000000000000000000000000000..951d5817c9e6d81c94a173a0d9fead7f1f143331 GIT binary patch literal 168448 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/w64.exe b/.awi/lib/python3.9/site-packages/pip/_vendor/distlib/w64.exe new file mode 100644 index 0000000000000000000000000000000000000000..5763076d2878093971a0ef9870e1cde7f556b18b GIT binary patch literal 101888 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

  1. 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 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/.awi/lib/python3.9/site-packages/pip/_vendor/idna/compat.py b/.awi/lib/python3.9/site-packages/pip/_vendor/idna/compat.py new file mode 100644 index 0000000..786e6bd --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/idna/core.py b/.awi/lib/python3.9/site-packages/pip/_vendor/idna/core.py new file mode 100644 index 0000000..4f30037 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/idna/core.py @@ -0,0 +1,400 @@ +from . import idnadata +import bisect +import unicodedata +import re +from typing import Union, Optional +from .intranges import intranges_contain + +_virama_combining_class = 9 +_alabel_prefix = b'xn--' +_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') + +class IDNAError(UnicodeError): + """ Base exception for all IDNA-encoding related problems """ + pass + + +class IDNABidiError(IDNAError): + """ Exception when bidirectional requirements are not satisfied """ + pass + + +class InvalidCodepoint(IDNAError): + """ Exception when a disallowed or unallocated codepoint is used """ + pass + + +class InvalidCodepointContext(IDNAError): + """ Exception when the codepoint is not valid in the context it is used """ + pass + + +def _combining_class(cp: int) -> int: + v = unicodedata.combining(chr(cp)) + if v == 0: + if not unicodedata.name(chr(cp)): + raise ValueError('Unknown character in unicodedata') + return v + +def _is_script(cp: str, script: str) -> bool: + return intranges_contain(ord(cp), idnadata.scripts[script]) + +def _punycode(s: str) -> bytes: + return s.encode('punycode') + +def _unot(s: int) -> str: + return 'U+{:04X}'.format(s) + + +def valid_label_length(label: Union[bytes, str]) -> bool: + if len(label) > 63: + return False + return True + + +def valid_string_length(label: Union[bytes, str], trailing_dot: bool) -> bool: + if len(label) > (254 if trailing_dot else 253): + return False + return True + + +def check_bidi(label: str, check_ltr: bool = False) -> bool: + # Bidi rules should only be applied if string contains RTL characters + bidi_label = False + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + if direction == '': + # String likely comes from a newer version of Unicode + raise IDNABidiError('Unknown directionality in label {} at position {}'.format(repr(label), idx)) + if direction in ['R', 'AL', 'AN']: + bidi_label = True + if not bidi_label and not check_ltr: + return True + + # Bidi rule 1 + direction = unicodedata.bidirectional(label[0]) + if direction in ['R', 'AL']: + rtl = True + elif direction == 'L': + rtl = False + else: + raise IDNABidiError('First codepoint in label {} must be directionality L, R or AL'.format(repr(label))) + + valid_ending = False + number_type = None # type: Optional[str] + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + + if rtl: + # Bidi rule 2 + if not direction in ['R', 'AL', 'AN', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a right-to-left label'.format(idx)) + # Bidi rule 3 + if direction in ['R', 'AL', 'EN', 'AN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + # Bidi rule 4 + if direction in ['AN', 'EN']: + if not number_type: + number_type = direction + else: + if number_type != direction: + raise IDNABidiError('Can not mix numeral types in a right-to-left label') + else: + # Bidi rule 5 + if not direction in ['L', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a left-to-right label'.format(idx)) + # Bidi rule 6 + if direction in ['L', 'EN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + + if not valid_ending: + raise IDNABidiError('Label ends with illegal codepoint directionality') + + return True + + +def check_initial_combiner(label: str) -> bool: + if unicodedata.category(label[0])[0] == 'M': + raise IDNAError('Label begins with an illegal combining character') + return True + + +def check_hyphen_ok(label: str) -> bool: + if label[2:4] == '--': + raise IDNAError('Label has disallowed hyphens in 3rd and 4th position') + if label[0] == '-' or label[-1] == '-': + raise IDNAError('Label must not start or end with a hyphen') + return True + + +def check_nfc(label: str) -> None: + if unicodedata.normalize('NFC', label) != label: + raise IDNAError('Label must be in Normalization Form C') + + +def valid_contextj(label: str, pos: int) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x200c: + + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + + ok = False + for i in range(pos-1, -1, -1): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord('T'): + continue + if joining_type in [ord('L'), ord('D')]: + ok = True + break + + if not ok: + return False + + ok = False + for i in range(pos+1, len(label)): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord('T'): + continue + if joining_type in [ord('R'), ord('D')]: + ok = True + break + return ok + + if cp_value == 0x200d: + + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + return False + + else: + + return False + + +def valid_contexto(label: str, pos: int, exception: bool = False) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x00b7: + if 0 < pos < len(label)-1: + if ord(label[pos - 1]) == 0x006c and ord(label[pos + 1]) == 0x006c: + return True + return False + + elif cp_value == 0x0375: + if pos < len(label)-1 and len(label) > 1: + return _is_script(label[pos + 1], 'Greek') + return False + + elif cp_value == 0x05f3 or cp_value == 0x05f4: + if pos > 0: + return _is_script(label[pos - 1], 'Hebrew') + return False + + elif cp_value == 0x30fb: + for cp in label: + if cp == '\u30fb': + continue + if _is_script(cp, 'Hiragana') or _is_script(cp, 'Katakana') or _is_script(cp, 'Han'): + return True + return False + + elif 0x660 <= cp_value <= 0x669: + for cp in label: + if 0x6f0 <= ord(cp) <= 0x06f9: + return False + return True + + elif 0x6f0 <= cp_value <= 0x6f9: + for cp in label: + if 0x660 <= ord(cp) <= 0x0669: + return False + return True + + return False + + +def check_label(label: Union[str, bytes, bytearray]) -> None: + if isinstance(label, (bytes, bytearray)): + label = label.decode('utf-8') + if len(label) == 0: + raise IDNAError('Empty Label') + + check_nfc(label) + check_hyphen_ok(label) + check_initial_combiner(label) + + for (pos, cp) in enumerate(label): + cp_value = ord(cp) + if intranges_contain(cp_value, idnadata.codepoint_classes['PVALID']): + continue + elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTJ']): + try: + if not valid_contextj(label, pos): + raise InvalidCodepointContext('Joiner {} not allowed at position {} in {}'.format( + _unot(cp_value), pos+1, repr(label))) + except ValueError: + raise IDNAError('Unknown codepoint adjacent to joiner {} at position {} in {}'.format( + _unot(cp_value), pos+1, repr(label))) + elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTO']): + if not valid_contexto(label, pos): + raise InvalidCodepointContext('Codepoint {} not allowed at position {} in {}'.format(_unot(cp_value), pos+1, repr(label))) + else: + raise InvalidCodepoint('Codepoint {} at position {} of {} not allowed'.format(_unot(cp_value), pos+1, repr(label))) + + check_bidi(label) + + +def alabel(label: str) -> bytes: + try: + label_bytes = label.encode('ascii') + ulabel(label_bytes) + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + return label_bytes + except UnicodeEncodeError: + pass + + if not label: + raise IDNAError('No Input') + + label = str(label) + check_label(label) + label_bytes = _punycode(label) + label_bytes = _alabel_prefix + label_bytes + + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + + return label_bytes + + +def ulabel(label: Union[str, bytes, bytearray]) -> str: + if not isinstance(label, (bytes, bytearray)): + try: + label_bytes = label.encode('ascii') + except UnicodeEncodeError: + check_label(label) + return label + else: + label_bytes = label + + label_bytes = label_bytes.lower() + if label_bytes.startswith(_alabel_prefix): + label_bytes = label_bytes[len(_alabel_prefix):] + if not label_bytes: + raise IDNAError('Malformed A-label, no Punycode eligible content found') + if label_bytes.decode('ascii')[-1] == '-': + raise IDNAError('A-label must not end with a hyphen') + else: + check_label(label_bytes) + return label_bytes.decode('ascii') + + try: + label = label_bytes.decode('punycode') + except UnicodeError: + raise IDNAError('Invalid A-label') + check_label(label) + return label + + +def uts46_remap(domain: str, std3_rules: bool = True, transitional: bool = False) -> str: + """Re-map the characters in the string according to UTS46 processing.""" + from .uts46data import uts46data + output = '' + + for pos, char in enumerate(domain): + code_point = ord(char) + try: + uts46row = uts46data[code_point if code_point < 256 else + bisect.bisect_left(uts46data, (code_point, 'Z')) - 1] + status = uts46row[1] + replacement = None # type: Optional[str] + if len(uts46row) == 3: + replacement = uts46row[2] # type: ignore + if (status == 'V' or + (status == 'D' and not transitional) or + (status == '3' and not std3_rules and replacement is None)): + output += char + elif replacement is not None and (status == 'M' or + (status == '3' and not std3_rules) or + (status == 'D' and transitional)): + output += replacement + elif status != 'I': + raise IndexError() + except IndexError: + raise InvalidCodepoint( + 'Codepoint {} not allowed at position {} in {}'.format( + _unot(code_point), pos + 1, repr(domain))) + + return unicodedata.normalize('NFC', output) + + +def encode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False, transitional: bool = False) -> bytes: + if isinstance(s, (bytes, bytearray)): + try: + s = s.decode('ascii') + except UnicodeDecodeError: + raise IDNAError('should pass a unicode string to the function rather than a byte string.') + if uts46: + s = uts46_remap(s, std3_rules, transitional) + trailing_dot = False + result = [] + if strict: + labels = s.split('.') + else: + labels = _unicode_dots_re.split(s) + if not labels or labels == ['']: + raise IDNAError('Empty domain') + if labels[-1] == '': + del labels[-1] + trailing_dot = True + for label in labels: + s = alabel(label) + if s: + result.append(s) + else: + raise IDNAError('Empty label') + if trailing_dot: + result.append(b'') + s = b'.'.join(result) + if not valid_string_length(s, trailing_dot): + raise IDNAError('Domain too long') + return s + + +def decode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False) -> str: + try: + if isinstance(s, (bytes, bytearray)): + s = s.decode('ascii') + except UnicodeDecodeError: + raise IDNAError('Invalid ASCII in A-label') + if uts46: + s = uts46_remap(s, std3_rules, False) + trailing_dot = False + result = [] + if not strict: + labels = _unicode_dots_re.split(s) + else: + labels = s.split('.') + if not labels or labels == ['']: + raise IDNAError('Empty domain') + if not labels[-1]: + del labels[-1] + trailing_dot = True + for label in labels: + s = ulabel(label) + if s: + result.append(s) + else: + raise IDNAError('Empty label') + if trailing_dot: + result.append('') + return '.'.join(result) diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/idna/idnadata.py b/.awi/lib/python3.9/site-packages/pip/_vendor/idna/idnadata.py new file mode 100644 index 0000000..67db462 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/idna/idnadata.py @@ -0,0 +1,2151 @@ +# This file is automatically generated by tools/idna-data + +__version__ = '15.0.0' +scripts = { + 'Greek': ( + 0x37000000374, + 0x37500000378, + 0x37a0000037e, + 0x37f00000380, + 0x38400000385, + 0x38600000387, + 0x3880000038b, + 0x38c0000038d, + 0x38e000003a2, + 0x3a3000003e2, + 0x3f000000400, + 0x1d2600001d2b, + 0x1d5d00001d62, + 0x1d6600001d6b, + 0x1dbf00001dc0, + 0x1f0000001f16, + 0x1f1800001f1e, + 0x1f2000001f46, + 0x1f4800001f4e, + 0x1f5000001f58, + 0x1f5900001f5a, + 0x1f5b00001f5c, + 0x1f5d00001f5e, + 0x1f5f00001f7e, + 0x1f8000001fb5, + 0x1fb600001fc5, + 0x1fc600001fd4, + 0x1fd600001fdc, + 0x1fdd00001ff0, + 0x1ff200001ff5, + 0x1ff600001fff, + 0x212600002127, + 0xab650000ab66, + 0x101400001018f, + 0x101a0000101a1, + 0x1d2000001d246, + ), + 'Han': ( + 0x2e8000002e9a, + 0x2e9b00002ef4, + 0x2f0000002fd6, + 0x300500003006, + 0x300700003008, + 0x30210000302a, + 0x30380000303c, + 0x340000004dc0, + 0x4e000000a000, + 0xf9000000fa6e, + 0xfa700000fada, + 0x16fe200016fe4, + 0x16ff000016ff2, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x2f8000002fa1e, + 0x300000003134b, + 0x31350000323b0, + ), + 'Hebrew': ( + 0x591000005c8, + 0x5d0000005eb, + 0x5ef000005f5, + 0xfb1d0000fb37, + 0xfb380000fb3d, + 0xfb3e0000fb3f, + 0xfb400000fb42, + 0xfb430000fb45, + 0xfb460000fb50, + ), + 'Hiragana': ( + 0x304100003097, + 0x309d000030a0, + 0x1b0010001b120, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1f2000001f201, + ), + 'Katakana': ( + 0x30a1000030fb, + 0x30fd00003100, + 0x31f000003200, + 0x32d0000032ff, + 0x330000003358, + 0xff660000ff70, + 0xff710000ff9e, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b001, + 0x1b1200001b123, + 0x1b1550001b156, + 0x1b1640001b168, + ), +} +joining_types = { + 0x600: 85, + 0x601: 85, + 0x602: 85, + 0x603: 85, + 0x604: 85, + 0x605: 85, + 0x608: 85, + 0x60b: 85, + 0x620: 68, + 0x621: 85, + 0x622: 82, + 0x623: 82, + 0x624: 82, + 0x625: 82, + 0x626: 68, + 0x627: 82, + 0x628: 68, + 0x629: 82, + 0x62a: 68, + 0x62b: 68, + 0x62c: 68, + 0x62d: 68, + 0x62e: 68, + 0x62f: 82, + 0x630: 82, + 0x631: 82, + 0x632: 82, + 0x633: 68, + 0x634: 68, + 0x635: 68, + 0x636: 68, + 0x637: 68, + 0x638: 68, + 0x639: 68, + 0x63a: 68, + 0x63b: 68, + 0x63c: 68, + 0x63d: 68, + 0x63e: 68, + 0x63f: 68, + 0x640: 67, + 0x641: 68, + 0x642: 68, + 0x643: 68, + 0x644: 68, + 0x645: 68, + 0x646: 68, + 0x647: 68, + 0x648: 82, + 0x649: 68, + 0x64a: 68, + 0x66e: 68, + 0x66f: 68, + 0x671: 82, + 0x672: 82, + 0x673: 82, + 0x674: 85, + 0x675: 82, + 0x676: 82, + 0x677: 82, + 0x678: 68, + 0x679: 68, + 0x67a: 68, + 0x67b: 68, + 0x67c: 68, + 0x67d: 68, + 0x67e: 68, + 0x67f: 68, + 0x680: 68, + 0x681: 68, + 0x682: 68, + 0x683: 68, + 0x684: 68, + 0x685: 68, + 0x686: 68, + 0x687: 68, + 0x688: 82, + 0x689: 82, + 0x68a: 82, + 0x68b: 82, + 0x68c: 82, + 0x68d: 82, + 0x68e: 82, + 0x68f: 82, + 0x690: 82, + 0x691: 82, + 0x692: 82, + 0x693: 82, + 0x694: 82, + 0x695: 82, + 0x696: 82, + 0x697: 82, + 0x698: 82, + 0x699: 82, + 0x69a: 68, + 0x69b: 68, + 0x69c: 68, + 0x69d: 68, + 0x69e: 68, + 0x69f: 68, + 0x6a0: 68, + 0x6a1: 68, + 0x6a2: 68, + 0x6a3: 68, + 0x6a4: 68, + 0x6a5: 68, + 0x6a6: 68, + 0x6a7: 68, + 0x6a8: 68, + 0x6a9: 68, + 0x6aa: 68, + 0x6ab: 68, + 0x6ac: 68, + 0x6ad: 68, + 0x6ae: 68, + 0x6af: 68, + 0x6b0: 68, + 0x6b1: 68, + 0x6b2: 68, + 0x6b3: 68, + 0x6b4: 68, + 0x6b5: 68, + 0x6b6: 68, + 0x6b7: 68, + 0x6b8: 68, + 0x6b9: 68, + 0x6ba: 68, + 0x6bb: 68, + 0x6bc: 68, + 0x6bd: 68, + 0x6be: 68, + 0x6bf: 68, + 0x6c0: 82, + 0x6c1: 68, + 0x6c2: 68, + 0x6c3: 82, + 0x6c4: 82, + 0x6c5: 82, + 0x6c6: 82, + 0x6c7: 82, + 0x6c8: 82, + 0x6c9: 82, + 0x6ca: 82, + 0x6cb: 82, + 0x6cc: 68, + 0x6cd: 82, + 0x6ce: 68, + 0x6cf: 82, + 0x6d0: 68, + 0x6d1: 68, + 0x6d2: 82, + 0x6d3: 82, + 0x6d5: 82, + 0x6dd: 85, + 0x6ee: 82, + 0x6ef: 82, + 0x6fa: 68, + 0x6fb: 68, + 0x6fc: 68, + 0x6ff: 68, + 0x70f: 84, + 0x710: 82, + 0x712: 68, + 0x713: 68, + 0x714: 68, + 0x715: 82, + 0x716: 82, + 0x717: 82, + 0x718: 82, + 0x719: 82, + 0x71a: 68, + 0x71b: 68, + 0x71c: 68, + 0x71d: 68, + 0x71e: 82, + 0x71f: 68, + 0x720: 68, + 0x721: 68, + 0x722: 68, + 0x723: 68, + 0x724: 68, + 0x725: 68, + 0x726: 68, + 0x727: 68, + 0x728: 82, + 0x729: 68, + 0x72a: 82, + 0x72b: 68, + 0x72c: 82, + 0x72d: 68, + 0x72e: 68, + 0x72f: 82, + 0x74d: 82, + 0x74e: 68, + 0x74f: 68, + 0x750: 68, + 0x751: 68, + 0x752: 68, + 0x753: 68, + 0x754: 68, + 0x755: 68, + 0x756: 68, + 0x757: 68, + 0x758: 68, + 0x759: 82, + 0x75a: 82, + 0x75b: 82, + 0x75c: 68, + 0x75d: 68, + 0x75e: 68, + 0x75f: 68, + 0x760: 68, + 0x761: 68, + 0x762: 68, + 0x763: 68, + 0x764: 68, + 0x765: 68, + 0x766: 68, + 0x767: 68, + 0x768: 68, + 0x769: 68, + 0x76a: 68, + 0x76b: 82, + 0x76c: 82, + 0x76d: 68, + 0x76e: 68, + 0x76f: 68, + 0x770: 68, + 0x771: 82, + 0x772: 68, + 0x773: 82, + 0x774: 82, + 0x775: 68, + 0x776: 68, + 0x777: 68, + 0x778: 82, + 0x779: 82, + 0x77a: 68, + 0x77b: 68, + 0x77c: 68, + 0x77d: 68, + 0x77e: 68, + 0x77f: 68, + 0x7ca: 68, + 0x7cb: 68, + 0x7cc: 68, + 0x7cd: 68, + 0x7ce: 68, + 0x7cf: 68, + 0x7d0: 68, + 0x7d1: 68, + 0x7d2: 68, + 0x7d3: 68, + 0x7d4: 68, + 0x7d5: 68, + 0x7d6: 68, + 0x7d7: 68, + 0x7d8: 68, + 0x7d9: 68, + 0x7da: 68, + 0x7db: 68, + 0x7dc: 68, + 0x7dd: 68, + 0x7de: 68, + 0x7df: 68, + 0x7e0: 68, + 0x7e1: 68, + 0x7e2: 68, + 0x7e3: 68, + 0x7e4: 68, + 0x7e5: 68, + 0x7e6: 68, + 0x7e7: 68, + 0x7e8: 68, + 0x7e9: 68, + 0x7ea: 68, + 0x7fa: 67, + 0x840: 82, + 0x841: 68, + 0x842: 68, + 0x843: 68, + 0x844: 68, + 0x845: 68, + 0x846: 82, + 0x847: 82, + 0x848: 68, + 0x849: 82, + 0x84a: 68, + 0x84b: 68, + 0x84c: 68, + 0x84d: 68, + 0x84e: 68, + 0x84f: 68, + 0x850: 68, + 0x851: 68, + 0x852: 68, + 0x853: 68, + 0x854: 82, + 0x855: 68, + 0x856: 82, + 0x857: 82, + 0x858: 82, + 0x860: 68, + 0x861: 85, + 0x862: 68, + 0x863: 68, + 0x864: 68, + 0x865: 68, + 0x866: 85, + 0x867: 82, + 0x868: 68, + 0x869: 82, + 0x86a: 82, + 0x870: 82, + 0x871: 82, + 0x872: 82, + 0x873: 82, + 0x874: 82, + 0x875: 82, + 0x876: 82, + 0x877: 82, + 0x878: 82, + 0x879: 82, + 0x87a: 82, + 0x87b: 82, + 0x87c: 82, + 0x87d: 82, + 0x87e: 82, + 0x87f: 82, + 0x880: 82, + 0x881: 82, + 0x882: 82, + 0x883: 67, + 0x884: 67, + 0x885: 67, + 0x886: 68, + 0x887: 85, + 0x888: 85, + 0x889: 68, + 0x88a: 68, + 0x88b: 68, + 0x88c: 68, + 0x88d: 68, + 0x88e: 82, + 0x890: 85, + 0x891: 85, + 0x8a0: 68, + 0x8a1: 68, + 0x8a2: 68, + 0x8a3: 68, + 0x8a4: 68, + 0x8a5: 68, + 0x8a6: 68, + 0x8a7: 68, + 0x8a8: 68, + 0x8a9: 68, + 0x8aa: 82, + 0x8ab: 82, + 0x8ac: 82, + 0x8ad: 85, + 0x8ae: 82, + 0x8af: 68, + 0x8b0: 68, + 0x8b1: 82, + 0x8b2: 82, + 0x8b3: 68, + 0x8b4: 68, + 0x8b5: 68, + 0x8b6: 68, + 0x8b7: 68, + 0x8b8: 68, + 0x8b9: 82, + 0x8ba: 68, + 0x8bb: 68, + 0x8bc: 68, + 0x8bd: 68, + 0x8be: 68, + 0x8bf: 68, + 0x8c0: 68, + 0x8c1: 68, + 0x8c2: 68, + 0x8c3: 68, + 0x8c4: 68, + 0x8c5: 68, + 0x8c6: 68, + 0x8c7: 68, + 0x8c8: 68, + 0x8e2: 85, + 0x1806: 85, + 0x1807: 68, + 0x180a: 67, + 0x180e: 85, + 0x1820: 68, + 0x1821: 68, + 0x1822: 68, + 0x1823: 68, + 0x1824: 68, + 0x1825: 68, + 0x1826: 68, + 0x1827: 68, + 0x1828: 68, + 0x1829: 68, + 0x182a: 68, + 0x182b: 68, + 0x182c: 68, + 0x182d: 68, + 0x182e: 68, + 0x182f: 68, + 0x1830: 68, + 0x1831: 68, + 0x1832: 68, + 0x1833: 68, + 0x1834: 68, + 0x1835: 68, + 0x1836: 68, + 0x1837: 68, + 0x1838: 68, + 0x1839: 68, + 0x183a: 68, + 0x183b: 68, + 0x183c: 68, + 0x183d: 68, + 0x183e: 68, + 0x183f: 68, + 0x1840: 68, + 0x1841: 68, + 0x1842: 68, + 0x1843: 68, + 0x1844: 68, + 0x1845: 68, + 0x1846: 68, + 0x1847: 68, + 0x1848: 68, + 0x1849: 68, + 0x184a: 68, + 0x184b: 68, + 0x184c: 68, + 0x184d: 68, + 0x184e: 68, + 0x184f: 68, + 0x1850: 68, + 0x1851: 68, + 0x1852: 68, + 0x1853: 68, + 0x1854: 68, + 0x1855: 68, + 0x1856: 68, + 0x1857: 68, + 0x1858: 68, + 0x1859: 68, + 0x185a: 68, + 0x185b: 68, + 0x185c: 68, + 0x185d: 68, + 0x185e: 68, + 0x185f: 68, + 0x1860: 68, + 0x1861: 68, + 0x1862: 68, + 0x1863: 68, + 0x1864: 68, + 0x1865: 68, + 0x1866: 68, + 0x1867: 68, + 0x1868: 68, + 0x1869: 68, + 0x186a: 68, + 0x186b: 68, + 0x186c: 68, + 0x186d: 68, + 0x186e: 68, + 0x186f: 68, + 0x1870: 68, + 0x1871: 68, + 0x1872: 68, + 0x1873: 68, + 0x1874: 68, + 0x1875: 68, + 0x1876: 68, + 0x1877: 68, + 0x1878: 68, + 0x1880: 85, + 0x1881: 85, + 0x1882: 85, + 0x1883: 85, + 0x1884: 85, + 0x1885: 84, + 0x1886: 84, + 0x1887: 68, + 0x1888: 68, + 0x1889: 68, + 0x188a: 68, + 0x188b: 68, + 0x188c: 68, + 0x188d: 68, + 0x188e: 68, + 0x188f: 68, + 0x1890: 68, + 0x1891: 68, + 0x1892: 68, + 0x1893: 68, + 0x1894: 68, + 0x1895: 68, + 0x1896: 68, + 0x1897: 68, + 0x1898: 68, + 0x1899: 68, + 0x189a: 68, + 0x189b: 68, + 0x189c: 68, + 0x189d: 68, + 0x189e: 68, + 0x189f: 68, + 0x18a0: 68, + 0x18a1: 68, + 0x18a2: 68, + 0x18a3: 68, + 0x18a4: 68, + 0x18a5: 68, + 0x18a6: 68, + 0x18a7: 68, + 0x18a8: 68, + 0x18aa: 68, + 0x200c: 85, + 0x200d: 67, + 0x202f: 85, + 0x2066: 85, + 0x2067: 85, + 0x2068: 85, + 0x2069: 85, + 0xa840: 68, + 0xa841: 68, + 0xa842: 68, + 0xa843: 68, + 0xa844: 68, + 0xa845: 68, + 0xa846: 68, + 0xa847: 68, + 0xa848: 68, + 0xa849: 68, + 0xa84a: 68, + 0xa84b: 68, + 0xa84c: 68, + 0xa84d: 68, + 0xa84e: 68, + 0xa84f: 68, + 0xa850: 68, + 0xa851: 68, + 0xa852: 68, + 0xa853: 68, + 0xa854: 68, + 0xa855: 68, + 0xa856: 68, + 0xa857: 68, + 0xa858: 68, + 0xa859: 68, + 0xa85a: 68, + 0xa85b: 68, + 0xa85c: 68, + 0xa85d: 68, + 0xa85e: 68, + 0xa85f: 68, + 0xa860: 68, + 0xa861: 68, + 0xa862: 68, + 0xa863: 68, + 0xa864: 68, + 0xa865: 68, + 0xa866: 68, + 0xa867: 68, + 0xa868: 68, + 0xa869: 68, + 0xa86a: 68, + 0xa86b: 68, + 0xa86c: 68, + 0xa86d: 68, + 0xa86e: 68, + 0xa86f: 68, + 0xa870: 68, + 0xa871: 68, + 0xa872: 76, + 0xa873: 85, + 0x10ac0: 68, + 0x10ac1: 68, + 0x10ac2: 68, + 0x10ac3: 68, + 0x10ac4: 68, + 0x10ac5: 82, + 0x10ac6: 85, + 0x10ac7: 82, + 0x10ac8: 85, + 0x10ac9: 82, + 0x10aca: 82, + 0x10acb: 85, + 0x10acc: 85, + 0x10acd: 76, + 0x10ace: 82, + 0x10acf: 82, + 0x10ad0: 82, + 0x10ad1: 82, + 0x10ad2: 82, + 0x10ad3: 68, + 0x10ad4: 68, + 0x10ad5: 68, + 0x10ad6: 68, + 0x10ad7: 76, + 0x10ad8: 68, + 0x10ad9: 68, + 0x10ada: 68, + 0x10adb: 68, + 0x10adc: 68, + 0x10add: 82, + 0x10ade: 68, + 0x10adf: 68, + 0x10ae0: 68, + 0x10ae1: 82, + 0x10ae2: 85, + 0x10ae3: 85, + 0x10ae4: 82, + 0x10aeb: 68, + 0x10aec: 68, + 0x10aed: 68, + 0x10aee: 68, + 0x10aef: 82, + 0x10b80: 68, + 0x10b81: 82, + 0x10b82: 68, + 0x10b83: 82, + 0x10b84: 82, + 0x10b85: 82, + 0x10b86: 68, + 0x10b87: 68, + 0x10b88: 68, + 0x10b89: 82, + 0x10b8a: 68, + 0x10b8b: 68, + 0x10b8c: 82, + 0x10b8d: 68, + 0x10b8e: 82, + 0x10b8f: 82, + 0x10b90: 68, + 0x10b91: 82, + 0x10ba9: 82, + 0x10baa: 82, + 0x10bab: 82, + 0x10bac: 82, + 0x10bad: 68, + 0x10bae: 68, + 0x10baf: 85, + 0x10d00: 76, + 0x10d01: 68, + 0x10d02: 68, + 0x10d03: 68, + 0x10d04: 68, + 0x10d05: 68, + 0x10d06: 68, + 0x10d07: 68, + 0x10d08: 68, + 0x10d09: 68, + 0x10d0a: 68, + 0x10d0b: 68, + 0x10d0c: 68, + 0x10d0d: 68, + 0x10d0e: 68, + 0x10d0f: 68, + 0x10d10: 68, + 0x10d11: 68, + 0x10d12: 68, + 0x10d13: 68, + 0x10d14: 68, + 0x10d15: 68, + 0x10d16: 68, + 0x10d17: 68, + 0x10d18: 68, + 0x10d19: 68, + 0x10d1a: 68, + 0x10d1b: 68, + 0x10d1c: 68, + 0x10d1d: 68, + 0x10d1e: 68, + 0x10d1f: 68, + 0x10d20: 68, + 0x10d21: 68, + 0x10d22: 82, + 0x10d23: 68, + 0x10f30: 68, + 0x10f31: 68, + 0x10f32: 68, + 0x10f33: 82, + 0x10f34: 68, + 0x10f35: 68, + 0x10f36: 68, + 0x10f37: 68, + 0x10f38: 68, + 0x10f39: 68, + 0x10f3a: 68, + 0x10f3b: 68, + 0x10f3c: 68, + 0x10f3d: 68, + 0x10f3e: 68, + 0x10f3f: 68, + 0x10f40: 68, + 0x10f41: 68, + 0x10f42: 68, + 0x10f43: 68, + 0x10f44: 68, + 0x10f45: 85, + 0x10f51: 68, + 0x10f52: 68, + 0x10f53: 68, + 0x10f54: 82, + 0x10f70: 68, + 0x10f71: 68, + 0x10f72: 68, + 0x10f73: 68, + 0x10f74: 82, + 0x10f75: 82, + 0x10f76: 68, + 0x10f77: 68, + 0x10f78: 68, + 0x10f79: 68, + 0x10f7a: 68, + 0x10f7b: 68, + 0x10f7c: 68, + 0x10f7d: 68, + 0x10f7e: 68, + 0x10f7f: 68, + 0x10f80: 68, + 0x10f81: 68, + 0x10fb0: 68, + 0x10fb1: 85, + 0x10fb2: 68, + 0x10fb3: 68, + 0x10fb4: 82, + 0x10fb5: 82, + 0x10fb6: 82, + 0x10fb7: 85, + 0x10fb8: 68, + 0x10fb9: 82, + 0x10fba: 82, + 0x10fbb: 68, + 0x10fbc: 68, + 0x10fbd: 82, + 0x10fbe: 68, + 0x10fbf: 68, + 0x10fc0: 85, + 0x10fc1: 68, + 0x10fc2: 82, + 0x10fc3: 82, + 0x10fc4: 68, + 0x10fc5: 85, + 0x10fc6: 85, + 0x10fc7: 85, + 0x10fc8: 85, + 0x10fc9: 82, + 0x10fca: 68, + 0x10fcb: 76, + 0x110bd: 85, + 0x110cd: 85, + 0x1e900: 68, + 0x1e901: 68, + 0x1e902: 68, + 0x1e903: 68, + 0x1e904: 68, + 0x1e905: 68, + 0x1e906: 68, + 0x1e907: 68, + 0x1e908: 68, + 0x1e909: 68, + 0x1e90a: 68, + 0x1e90b: 68, + 0x1e90c: 68, + 0x1e90d: 68, + 0x1e90e: 68, + 0x1e90f: 68, + 0x1e910: 68, + 0x1e911: 68, + 0x1e912: 68, + 0x1e913: 68, + 0x1e914: 68, + 0x1e915: 68, + 0x1e916: 68, + 0x1e917: 68, + 0x1e918: 68, + 0x1e919: 68, + 0x1e91a: 68, + 0x1e91b: 68, + 0x1e91c: 68, + 0x1e91d: 68, + 0x1e91e: 68, + 0x1e91f: 68, + 0x1e920: 68, + 0x1e921: 68, + 0x1e922: 68, + 0x1e923: 68, + 0x1e924: 68, + 0x1e925: 68, + 0x1e926: 68, + 0x1e927: 68, + 0x1e928: 68, + 0x1e929: 68, + 0x1e92a: 68, + 0x1e92b: 68, + 0x1e92c: 68, + 0x1e92d: 68, + 0x1e92e: 68, + 0x1e92f: 68, + 0x1e930: 68, + 0x1e931: 68, + 0x1e932: 68, + 0x1e933: 68, + 0x1e934: 68, + 0x1e935: 68, + 0x1e936: 68, + 0x1e937: 68, + 0x1e938: 68, + 0x1e939: 68, + 0x1e93a: 68, + 0x1e93b: 68, + 0x1e93c: 68, + 0x1e93d: 68, + 0x1e93e: 68, + 0x1e93f: 68, + 0x1e940: 68, + 0x1e941: 68, + 0x1e942: 68, + 0x1e943: 68, + 0x1e94b: 84, +} +codepoint_classes = { + 'PVALID': ( + 0x2d0000002e, + 0x300000003a, + 0x610000007b, + 0xdf000000f7, + 0xf800000100, + 0x10100000102, + 0x10300000104, + 0x10500000106, + 0x10700000108, + 0x1090000010a, + 0x10b0000010c, + 0x10d0000010e, + 0x10f00000110, + 0x11100000112, + 0x11300000114, + 0x11500000116, + 0x11700000118, + 0x1190000011a, + 0x11b0000011c, + 0x11d0000011e, + 0x11f00000120, + 0x12100000122, + 0x12300000124, + 0x12500000126, + 0x12700000128, + 0x1290000012a, + 0x12b0000012c, + 0x12d0000012e, + 0x12f00000130, + 0x13100000132, + 0x13500000136, + 0x13700000139, + 0x13a0000013b, + 0x13c0000013d, + 0x13e0000013f, + 0x14200000143, + 0x14400000145, + 0x14600000147, + 0x14800000149, + 0x14b0000014c, + 0x14d0000014e, + 0x14f00000150, + 0x15100000152, + 0x15300000154, + 0x15500000156, + 0x15700000158, + 0x1590000015a, + 0x15b0000015c, + 0x15d0000015e, + 0x15f00000160, + 0x16100000162, + 0x16300000164, + 0x16500000166, + 0x16700000168, + 0x1690000016a, + 0x16b0000016c, + 0x16d0000016e, + 0x16f00000170, + 0x17100000172, + 0x17300000174, + 0x17500000176, + 0x17700000178, + 0x17a0000017b, + 0x17c0000017d, + 0x17e0000017f, + 0x18000000181, + 0x18300000184, + 0x18500000186, + 0x18800000189, + 0x18c0000018e, + 0x19200000193, + 0x19500000196, + 0x1990000019c, + 0x19e0000019f, + 0x1a1000001a2, + 0x1a3000001a4, + 0x1a5000001a6, + 0x1a8000001a9, + 0x1aa000001ac, + 0x1ad000001ae, + 0x1b0000001b1, + 0x1b4000001b5, + 0x1b6000001b7, + 0x1b9000001bc, + 0x1bd000001c4, + 0x1ce000001cf, + 0x1d0000001d1, + 0x1d2000001d3, + 0x1d4000001d5, + 0x1d6000001d7, + 0x1d8000001d9, + 0x1da000001db, + 0x1dc000001de, + 0x1df000001e0, + 0x1e1000001e2, + 0x1e3000001e4, + 0x1e5000001e6, + 0x1e7000001e8, + 0x1e9000001ea, + 0x1eb000001ec, + 0x1ed000001ee, + 0x1ef000001f1, + 0x1f5000001f6, + 0x1f9000001fa, + 0x1fb000001fc, + 0x1fd000001fe, + 0x1ff00000200, + 0x20100000202, + 0x20300000204, + 0x20500000206, + 0x20700000208, + 0x2090000020a, + 0x20b0000020c, + 0x20d0000020e, + 0x20f00000210, + 0x21100000212, + 0x21300000214, + 0x21500000216, + 0x21700000218, + 0x2190000021a, + 0x21b0000021c, + 0x21d0000021e, + 0x21f00000220, + 0x22100000222, + 0x22300000224, + 0x22500000226, + 0x22700000228, + 0x2290000022a, + 0x22b0000022c, + 0x22d0000022e, + 0x22f00000230, + 0x23100000232, + 0x2330000023a, + 0x23c0000023d, + 0x23f00000241, + 0x24200000243, + 0x24700000248, + 0x2490000024a, + 0x24b0000024c, + 0x24d0000024e, + 0x24f000002b0, + 0x2b9000002c2, + 0x2c6000002d2, + 0x2ec000002ed, + 0x2ee000002ef, + 0x30000000340, + 0x34200000343, + 0x3460000034f, + 0x35000000370, + 0x37100000372, + 0x37300000374, + 0x37700000378, + 0x37b0000037e, + 0x39000000391, + 0x3ac000003cf, + 0x3d7000003d8, + 0x3d9000003da, + 0x3db000003dc, + 0x3dd000003de, + 0x3df000003e0, + 0x3e1000003e2, + 0x3e3000003e4, + 0x3e5000003e6, + 0x3e7000003e8, + 0x3e9000003ea, + 0x3eb000003ec, + 0x3ed000003ee, + 0x3ef000003f0, + 0x3f3000003f4, + 0x3f8000003f9, + 0x3fb000003fd, + 0x43000000460, + 0x46100000462, + 0x46300000464, + 0x46500000466, + 0x46700000468, + 0x4690000046a, + 0x46b0000046c, + 0x46d0000046e, + 0x46f00000470, + 0x47100000472, + 0x47300000474, + 0x47500000476, + 0x47700000478, + 0x4790000047a, + 0x47b0000047c, + 0x47d0000047e, + 0x47f00000480, + 0x48100000482, + 0x48300000488, + 0x48b0000048c, + 0x48d0000048e, + 0x48f00000490, + 0x49100000492, + 0x49300000494, + 0x49500000496, + 0x49700000498, + 0x4990000049a, + 0x49b0000049c, + 0x49d0000049e, + 0x49f000004a0, + 0x4a1000004a2, + 0x4a3000004a4, + 0x4a5000004a6, + 0x4a7000004a8, + 0x4a9000004aa, + 0x4ab000004ac, + 0x4ad000004ae, + 0x4af000004b0, + 0x4b1000004b2, + 0x4b3000004b4, + 0x4b5000004b6, + 0x4b7000004b8, + 0x4b9000004ba, + 0x4bb000004bc, + 0x4bd000004be, + 0x4bf000004c0, + 0x4c2000004c3, + 0x4c4000004c5, + 0x4c6000004c7, + 0x4c8000004c9, + 0x4ca000004cb, + 0x4cc000004cd, + 0x4ce000004d0, + 0x4d1000004d2, + 0x4d3000004d4, + 0x4d5000004d6, + 0x4d7000004d8, + 0x4d9000004da, + 0x4db000004dc, + 0x4dd000004de, + 0x4df000004e0, + 0x4e1000004e2, + 0x4e3000004e4, + 0x4e5000004e6, + 0x4e7000004e8, + 0x4e9000004ea, + 0x4eb000004ec, + 0x4ed000004ee, + 0x4ef000004f0, + 0x4f1000004f2, + 0x4f3000004f4, + 0x4f5000004f6, + 0x4f7000004f8, + 0x4f9000004fa, + 0x4fb000004fc, + 0x4fd000004fe, + 0x4ff00000500, + 0x50100000502, + 0x50300000504, + 0x50500000506, + 0x50700000508, + 0x5090000050a, + 0x50b0000050c, + 0x50d0000050e, + 0x50f00000510, + 0x51100000512, + 0x51300000514, + 0x51500000516, + 0x51700000518, + 0x5190000051a, + 0x51b0000051c, + 0x51d0000051e, + 0x51f00000520, + 0x52100000522, + 0x52300000524, + 0x52500000526, + 0x52700000528, + 0x5290000052a, + 0x52b0000052c, + 0x52d0000052e, + 0x52f00000530, + 0x5590000055a, + 0x56000000587, + 0x58800000589, + 0x591000005be, + 0x5bf000005c0, + 0x5c1000005c3, + 0x5c4000005c6, + 0x5c7000005c8, + 0x5d0000005eb, + 0x5ef000005f3, + 0x6100000061b, + 0x62000000640, + 0x64100000660, + 0x66e00000675, + 0x679000006d4, + 0x6d5000006dd, + 0x6df000006e9, + 0x6ea000006f0, + 0x6fa00000700, + 0x7100000074b, + 0x74d000007b2, + 0x7c0000007f6, + 0x7fd000007fe, + 0x8000000082e, + 0x8400000085c, + 0x8600000086b, + 0x87000000888, + 0x8890000088f, + 0x898000008e2, + 0x8e300000958, + 0x96000000964, + 0x96600000970, + 0x97100000984, + 0x9850000098d, + 0x98f00000991, + 0x993000009a9, + 0x9aa000009b1, + 0x9b2000009b3, + 0x9b6000009ba, + 0x9bc000009c5, + 0x9c7000009c9, + 0x9cb000009cf, + 0x9d7000009d8, + 0x9e0000009e4, + 0x9e6000009f2, + 0x9fc000009fd, + 0x9fe000009ff, + 0xa0100000a04, + 0xa0500000a0b, + 0xa0f00000a11, + 0xa1300000a29, + 0xa2a00000a31, + 0xa3200000a33, + 0xa3500000a36, + 0xa3800000a3a, + 0xa3c00000a3d, + 0xa3e00000a43, + 0xa4700000a49, + 0xa4b00000a4e, + 0xa5100000a52, + 0xa5c00000a5d, + 0xa6600000a76, + 0xa8100000a84, + 0xa8500000a8e, + 0xa8f00000a92, + 0xa9300000aa9, + 0xaaa00000ab1, + 0xab200000ab4, + 0xab500000aba, + 0xabc00000ac6, + 0xac700000aca, + 0xacb00000ace, + 0xad000000ad1, + 0xae000000ae4, + 0xae600000af0, + 0xaf900000b00, + 0xb0100000b04, + 0xb0500000b0d, + 0xb0f00000b11, + 0xb1300000b29, + 0xb2a00000b31, + 0xb3200000b34, + 0xb3500000b3a, + 0xb3c00000b45, + 0xb4700000b49, + 0xb4b00000b4e, + 0xb5500000b58, + 0xb5f00000b64, + 0xb6600000b70, + 0xb7100000b72, + 0xb8200000b84, + 0xb8500000b8b, + 0xb8e00000b91, + 0xb9200000b96, + 0xb9900000b9b, + 0xb9c00000b9d, + 0xb9e00000ba0, + 0xba300000ba5, + 0xba800000bab, + 0xbae00000bba, + 0xbbe00000bc3, + 0xbc600000bc9, + 0xbca00000bce, + 0xbd000000bd1, + 0xbd700000bd8, + 0xbe600000bf0, + 0xc0000000c0d, + 0xc0e00000c11, + 0xc1200000c29, + 0xc2a00000c3a, + 0xc3c00000c45, + 0xc4600000c49, + 0xc4a00000c4e, + 0xc5500000c57, + 0xc5800000c5b, + 0xc5d00000c5e, + 0xc6000000c64, + 0xc6600000c70, + 0xc8000000c84, + 0xc8500000c8d, + 0xc8e00000c91, + 0xc9200000ca9, + 0xcaa00000cb4, + 0xcb500000cba, + 0xcbc00000cc5, + 0xcc600000cc9, + 0xcca00000cce, + 0xcd500000cd7, + 0xcdd00000cdf, + 0xce000000ce4, + 0xce600000cf0, + 0xcf100000cf4, + 0xd0000000d0d, + 0xd0e00000d11, + 0xd1200000d45, + 0xd4600000d49, + 0xd4a00000d4f, + 0xd5400000d58, + 0xd5f00000d64, + 0xd6600000d70, + 0xd7a00000d80, + 0xd8100000d84, + 0xd8500000d97, + 0xd9a00000db2, + 0xdb300000dbc, + 0xdbd00000dbe, + 0xdc000000dc7, + 0xdca00000dcb, + 0xdcf00000dd5, + 0xdd600000dd7, + 0xdd800000de0, + 0xde600000df0, + 0xdf200000df4, + 0xe0100000e33, + 0xe3400000e3b, + 0xe4000000e4f, + 0xe5000000e5a, + 0xe8100000e83, + 0xe8400000e85, + 0xe8600000e8b, + 0xe8c00000ea4, + 0xea500000ea6, + 0xea700000eb3, + 0xeb400000ebe, + 0xec000000ec5, + 0xec600000ec7, + 0xec800000ecf, + 0xed000000eda, + 0xede00000ee0, + 0xf0000000f01, + 0xf0b00000f0c, + 0xf1800000f1a, + 0xf2000000f2a, + 0xf3500000f36, + 0xf3700000f38, + 0xf3900000f3a, + 0xf3e00000f43, + 0xf4400000f48, + 0xf4900000f4d, + 0xf4e00000f52, + 0xf5300000f57, + 0xf5800000f5c, + 0xf5d00000f69, + 0xf6a00000f6d, + 0xf7100000f73, + 0xf7400000f75, + 0xf7a00000f81, + 0xf8200000f85, + 0xf8600000f93, + 0xf9400000f98, + 0xf9900000f9d, + 0xf9e00000fa2, + 0xfa300000fa7, + 0xfa800000fac, + 0xfad00000fb9, + 0xfba00000fbd, + 0xfc600000fc7, + 0x10000000104a, + 0x10500000109e, + 0x10d0000010fb, + 0x10fd00001100, + 0x120000001249, + 0x124a0000124e, + 0x125000001257, + 0x125800001259, + 0x125a0000125e, + 0x126000001289, + 0x128a0000128e, + 0x1290000012b1, + 0x12b2000012b6, + 0x12b8000012bf, + 0x12c0000012c1, + 0x12c2000012c6, + 0x12c8000012d7, + 0x12d800001311, + 0x131200001316, + 0x13180000135b, + 0x135d00001360, + 0x138000001390, + 0x13a0000013f6, + 0x14010000166d, + 0x166f00001680, + 0x16810000169b, + 0x16a0000016eb, + 0x16f1000016f9, + 0x170000001716, + 0x171f00001735, + 0x174000001754, + 0x17600000176d, + 0x176e00001771, + 0x177200001774, + 0x1780000017b4, + 0x17b6000017d4, + 0x17d7000017d8, + 0x17dc000017de, + 0x17e0000017ea, + 0x18100000181a, + 0x182000001879, + 0x1880000018ab, + 0x18b0000018f6, + 0x19000000191f, + 0x19200000192c, + 0x19300000193c, + 0x19460000196e, + 0x197000001975, + 0x1980000019ac, + 0x19b0000019ca, + 0x19d0000019da, + 0x1a0000001a1c, + 0x1a2000001a5f, + 0x1a6000001a7d, + 0x1a7f00001a8a, + 0x1a9000001a9a, + 0x1aa700001aa8, + 0x1ab000001abe, + 0x1abf00001acf, + 0x1b0000001b4d, + 0x1b5000001b5a, + 0x1b6b00001b74, + 0x1b8000001bf4, + 0x1c0000001c38, + 0x1c4000001c4a, + 0x1c4d00001c7e, + 0x1cd000001cd3, + 0x1cd400001cfb, + 0x1d0000001d2c, + 0x1d2f00001d30, + 0x1d3b00001d3c, + 0x1d4e00001d4f, + 0x1d6b00001d78, + 0x1d7900001d9b, + 0x1dc000001e00, + 0x1e0100001e02, + 0x1e0300001e04, + 0x1e0500001e06, + 0x1e0700001e08, + 0x1e0900001e0a, + 0x1e0b00001e0c, + 0x1e0d00001e0e, + 0x1e0f00001e10, + 0x1e1100001e12, + 0x1e1300001e14, + 0x1e1500001e16, + 0x1e1700001e18, + 0x1e1900001e1a, + 0x1e1b00001e1c, + 0x1e1d00001e1e, + 0x1e1f00001e20, + 0x1e2100001e22, + 0x1e2300001e24, + 0x1e2500001e26, + 0x1e2700001e28, + 0x1e2900001e2a, + 0x1e2b00001e2c, + 0x1e2d00001e2e, + 0x1e2f00001e30, + 0x1e3100001e32, + 0x1e3300001e34, + 0x1e3500001e36, + 0x1e3700001e38, + 0x1e3900001e3a, + 0x1e3b00001e3c, + 0x1e3d00001e3e, + 0x1e3f00001e40, + 0x1e4100001e42, + 0x1e4300001e44, + 0x1e4500001e46, + 0x1e4700001e48, + 0x1e4900001e4a, + 0x1e4b00001e4c, + 0x1e4d00001e4e, + 0x1e4f00001e50, + 0x1e5100001e52, + 0x1e5300001e54, + 0x1e5500001e56, + 0x1e5700001e58, + 0x1e5900001e5a, + 0x1e5b00001e5c, + 0x1e5d00001e5e, + 0x1e5f00001e60, + 0x1e6100001e62, + 0x1e6300001e64, + 0x1e6500001e66, + 0x1e6700001e68, + 0x1e6900001e6a, + 0x1e6b00001e6c, + 0x1e6d00001e6e, + 0x1e6f00001e70, + 0x1e7100001e72, + 0x1e7300001e74, + 0x1e7500001e76, + 0x1e7700001e78, + 0x1e7900001e7a, + 0x1e7b00001e7c, + 0x1e7d00001e7e, + 0x1e7f00001e80, + 0x1e8100001e82, + 0x1e8300001e84, + 0x1e8500001e86, + 0x1e8700001e88, + 0x1e8900001e8a, + 0x1e8b00001e8c, + 0x1e8d00001e8e, + 0x1e8f00001e90, + 0x1e9100001e92, + 0x1e9300001e94, + 0x1e9500001e9a, + 0x1e9c00001e9e, + 0x1e9f00001ea0, + 0x1ea100001ea2, + 0x1ea300001ea4, + 0x1ea500001ea6, + 0x1ea700001ea8, + 0x1ea900001eaa, + 0x1eab00001eac, + 0x1ead00001eae, + 0x1eaf00001eb0, + 0x1eb100001eb2, + 0x1eb300001eb4, + 0x1eb500001eb6, + 0x1eb700001eb8, + 0x1eb900001eba, + 0x1ebb00001ebc, + 0x1ebd00001ebe, + 0x1ebf00001ec0, + 0x1ec100001ec2, + 0x1ec300001ec4, + 0x1ec500001ec6, + 0x1ec700001ec8, + 0x1ec900001eca, + 0x1ecb00001ecc, + 0x1ecd00001ece, + 0x1ecf00001ed0, + 0x1ed100001ed2, + 0x1ed300001ed4, + 0x1ed500001ed6, + 0x1ed700001ed8, + 0x1ed900001eda, + 0x1edb00001edc, + 0x1edd00001ede, + 0x1edf00001ee0, + 0x1ee100001ee2, + 0x1ee300001ee4, + 0x1ee500001ee6, + 0x1ee700001ee8, + 0x1ee900001eea, + 0x1eeb00001eec, + 0x1eed00001eee, + 0x1eef00001ef0, + 0x1ef100001ef2, + 0x1ef300001ef4, + 0x1ef500001ef6, + 0x1ef700001ef8, + 0x1ef900001efa, + 0x1efb00001efc, + 0x1efd00001efe, + 0x1eff00001f08, + 0x1f1000001f16, + 0x1f2000001f28, + 0x1f3000001f38, + 0x1f4000001f46, + 0x1f5000001f58, + 0x1f6000001f68, + 0x1f7000001f71, + 0x1f7200001f73, + 0x1f7400001f75, + 0x1f7600001f77, + 0x1f7800001f79, + 0x1f7a00001f7b, + 0x1f7c00001f7d, + 0x1fb000001fb2, + 0x1fb600001fb7, + 0x1fc600001fc7, + 0x1fd000001fd3, + 0x1fd600001fd8, + 0x1fe000001fe3, + 0x1fe400001fe8, + 0x1ff600001ff7, + 0x214e0000214f, + 0x218400002185, + 0x2c3000002c60, + 0x2c6100002c62, + 0x2c6500002c67, + 0x2c6800002c69, + 0x2c6a00002c6b, + 0x2c6c00002c6d, + 0x2c7100002c72, + 0x2c7300002c75, + 0x2c7600002c7c, + 0x2c8100002c82, + 0x2c8300002c84, + 0x2c8500002c86, + 0x2c8700002c88, + 0x2c8900002c8a, + 0x2c8b00002c8c, + 0x2c8d00002c8e, + 0x2c8f00002c90, + 0x2c9100002c92, + 0x2c9300002c94, + 0x2c9500002c96, + 0x2c9700002c98, + 0x2c9900002c9a, + 0x2c9b00002c9c, + 0x2c9d00002c9e, + 0x2c9f00002ca0, + 0x2ca100002ca2, + 0x2ca300002ca4, + 0x2ca500002ca6, + 0x2ca700002ca8, + 0x2ca900002caa, + 0x2cab00002cac, + 0x2cad00002cae, + 0x2caf00002cb0, + 0x2cb100002cb2, + 0x2cb300002cb4, + 0x2cb500002cb6, + 0x2cb700002cb8, + 0x2cb900002cba, + 0x2cbb00002cbc, + 0x2cbd00002cbe, + 0x2cbf00002cc0, + 0x2cc100002cc2, + 0x2cc300002cc4, + 0x2cc500002cc6, + 0x2cc700002cc8, + 0x2cc900002cca, + 0x2ccb00002ccc, + 0x2ccd00002cce, + 0x2ccf00002cd0, + 0x2cd100002cd2, + 0x2cd300002cd4, + 0x2cd500002cd6, + 0x2cd700002cd8, + 0x2cd900002cda, + 0x2cdb00002cdc, + 0x2cdd00002cde, + 0x2cdf00002ce0, + 0x2ce100002ce2, + 0x2ce300002ce5, + 0x2cec00002ced, + 0x2cee00002cf2, + 0x2cf300002cf4, + 0x2d0000002d26, + 0x2d2700002d28, + 0x2d2d00002d2e, + 0x2d3000002d68, + 0x2d7f00002d97, + 0x2da000002da7, + 0x2da800002daf, + 0x2db000002db7, + 0x2db800002dbf, + 0x2dc000002dc7, + 0x2dc800002dcf, + 0x2dd000002dd7, + 0x2dd800002ddf, + 0x2de000002e00, + 0x2e2f00002e30, + 0x300500003008, + 0x302a0000302e, + 0x303c0000303d, + 0x304100003097, + 0x30990000309b, + 0x309d0000309f, + 0x30a1000030fb, + 0x30fc000030ff, + 0x310500003130, + 0x31a0000031c0, + 0x31f000003200, + 0x340000004dc0, + 0x4e000000a48d, + 0xa4d00000a4fe, + 0xa5000000a60d, + 0xa6100000a62c, + 0xa6410000a642, + 0xa6430000a644, + 0xa6450000a646, + 0xa6470000a648, + 0xa6490000a64a, + 0xa64b0000a64c, + 0xa64d0000a64e, + 0xa64f0000a650, + 0xa6510000a652, + 0xa6530000a654, + 0xa6550000a656, + 0xa6570000a658, + 0xa6590000a65a, + 0xa65b0000a65c, + 0xa65d0000a65e, + 0xa65f0000a660, + 0xa6610000a662, + 0xa6630000a664, + 0xa6650000a666, + 0xa6670000a668, + 0xa6690000a66a, + 0xa66b0000a66c, + 0xa66d0000a670, + 0xa6740000a67e, + 0xa67f0000a680, + 0xa6810000a682, + 0xa6830000a684, + 0xa6850000a686, + 0xa6870000a688, + 0xa6890000a68a, + 0xa68b0000a68c, + 0xa68d0000a68e, + 0xa68f0000a690, + 0xa6910000a692, + 0xa6930000a694, + 0xa6950000a696, + 0xa6970000a698, + 0xa6990000a69a, + 0xa69b0000a69c, + 0xa69e0000a6e6, + 0xa6f00000a6f2, + 0xa7170000a720, + 0xa7230000a724, + 0xa7250000a726, + 0xa7270000a728, + 0xa7290000a72a, + 0xa72b0000a72c, + 0xa72d0000a72e, + 0xa72f0000a732, + 0xa7330000a734, + 0xa7350000a736, + 0xa7370000a738, + 0xa7390000a73a, + 0xa73b0000a73c, + 0xa73d0000a73e, + 0xa73f0000a740, + 0xa7410000a742, + 0xa7430000a744, + 0xa7450000a746, + 0xa7470000a748, + 0xa7490000a74a, + 0xa74b0000a74c, + 0xa74d0000a74e, + 0xa74f0000a750, + 0xa7510000a752, + 0xa7530000a754, + 0xa7550000a756, + 0xa7570000a758, + 0xa7590000a75a, + 0xa75b0000a75c, + 0xa75d0000a75e, + 0xa75f0000a760, + 0xa7610000a762, + 0xa7630000a764, + 0xa7650000a766, + 0xa7670000a768, + 0xa7690000a76a, + 0xa76b0000a76c, + 0xa76d0000a76e, + 0xa76f0000a770, + 0xa7710000a779, + 0xa77a0000a77b, + 0xa77c0000a77d, + 0xa77f0000a780, + 0xa7810000a782, + 0xa7830000a784, + 0xa7850000a786, + 0xa7870000a789, + 0xa78c0000a78d, + 0xa78e0000a790, + 0xa7910000a792, + 0xa7930000a796, + 0xa7970000a798, + 0xa7990000a79a, + 0xa79b0000a79c, + 0xa79d0000a79e, + 0xa79f0000a7a0, + 0xa7a10000a7a2, + 0xa7a30000a7a4, + 0xa7a50000a7a6, + 0xa7a70000a7a8, + 0xa7a90000a7aa, + 0xa7af0000a7b0, + 0xa7b50000a7b6, + 0xa7b70000a7b8, + 0xa7b90000a7ba, + 0xa7bb0000a7bc, + 0xa7bd0000a7be, + 0xa7bf0000a7c0, + 0xa7c10000a7c2, + 0xa7c30000a7c4, + 0xa7c80000a7c9, + 0xa7ca0000a7cb, + 0xa7d10000a7d2, + 0xa7d30000a7d4, + 0xa7d50000a7d6, + 0xa7d70000a7d8, + 0xa7d90000a7da, + 0xa7f20000a7f5, + 0xa7f60000a7f8, + 0xa7fa0000a828, + 0xa82c0000a82d, + 0xa8400000a874, + 0xa8800000a8c6, + 0xa8d00000a8da, + 0xa8e00000a8f8, + 0xa8fb0000a8fc, + 0xa8fd0000a92e, + 0xa9300000a954, + 0xa9800000a9c1, + 0xa9cf0000a9da, + 0xa9e00000a9ff, + 0xaa000000aa37, + 0xaa400000aa4e, + 0xaa500000aa5a, + 0xaa600000aa77, + 0xaa7a0000aac3, + 0xaadb0000aade, + 0xaae00000aaf0, + 0xaaf20000aaf7, + 0xab010000ab07, + 0xab090000ab0f, + 0xab110000ab17, + 0xab200000ab27, + 0xab280000ab2f, + 0xab300000ab5b, + 0xab600000ab69, + 0xabc00000abeb, + 0xabec0000abee, + 0xabf00000abfa, + 0xac000000d7a4, + 0xfa0e0000fa10, + 0xfa110000fa12, + 0xfa130000fa15, + 0xfa1f0000fa20, + 0xfa210000fa22, + 0xfa230000fa25, + 0xfa270000fa2a, + 0xfb1e0000fb1f, + 0xfe200000fe30, + 0xfe730000fe74, + 0x100000001000c, + 0x1000d00010027, + 0x100280001003b, + 0x1003c0001003e, + 0x1003f0001004e, + 0x100500001005e, + 0x10080000100fb, + 0x101fd000101fe, + 0x102800001029d, + 0x102a0000102d1, + 0x102e0000102e1, + 0x1030000010320, + 0x1032d00010341, + 0x103420001034a, + 0x103500001037b, + 0x103800001039e, + 0x103a0000103c4, + 0x103c8000103d0, + 0x104280001049e, + 0x104a0000104aa, + 0x104d8000104fc, + 0x1050000010528, + 0x1053000010564, + 0x10597000105a2, + 0x105a3000105b2, + 0x105b3000105ba, + 0x105bb000105bd, + 0x1060000010737, + 0x1074000010756, + 0x1076000010768, + 0x1078000010786, + 0x10787000107b1, + 0x107b2000107bb, + 0x1080000010806, + 0x1080800010809, + 0x1080a00010836, + 0x1083700010839, + 0x1083c0001083d, + 0x1083f00010856, + 0x1086000010877, + 0x108800001089f, + 0x108e0000108f3, + 0x108f4000108f6, + 0x1090000010916, + 0x109200001093a, + 0x10980000109b8, + 0x109be000109c0, + 0x10a0000010a04, + 0x10a0500010a07, + 0x10a0c00010a14, + 0x10a1500010a18, + 0x10a1900010a36, + 0x10a3800010a3b, + 0x10a3f00010a40, + 0x10a6000010a7d, + 0x10a8000010a9d, + 0x10ac000010ac8, + 0x10ac900010ae7, + 0x10b0000010b36, + 0x10b4000010b56, + 0x10b6000010b73, + 0x10b8000010b92, + 0x10c0000010c49, + 0x10cc000010cf3, + 0x10d0000010d28, + 0x10d3000010d3a, + 0x10e8000010eaa, + 0x10eab00010ead, + 0x10eb000010eb2, + 0x10efd00010f1d, + 0x10f2700010f28, + 0x10f3000010f51, + 0x10f7000010f86, + 0x10fb000010fc5, + 0x10fe000010ff7, + 0x1100000011047, + 0x1106600011076, + 0x1107f000110bb, + 0x110c2000110c3, + 0x110d0000110e9, + 0x110f0000110fa, + 0x1110000011135, + 0x1113600011140, + 0x1114400011148, + 0x1115000011174, + 0x1117600011177, + 0x11180000111c5, + 0x111c9000111cd, + 0x111ce000111db, + 0x111dc000111dd, + 0x1120000011212, + 0x1121300011238, + 0x1123e00011242, + 0x1128000011287, + 0x1128800011289, + 0x1128a0001128e, + 0x1128f0001129e, + 0x1129f000112a9, + 0x112b0000112eb, + 0x112f0000112fa, + 0x1130000011304, + 0x113050001130d, + 0x1130f00011311, + 0x1131300011329, + 0x1132a00011331, + 0x1133200011334, + 0x113350001133a, + 0x1133b00011345, + 0x1134700011349, + 0x1134b0001134e, + 0x1135000011351, + 0x1135700011358, + 0x1135d00011364, + 0x113660001136d, + 0x1137000011375, + 0x114000001144b, + 0x114500001145a, + 0x1145e00011462, + 0x11480000114c6, + 0x114c7000114c8, + 0x114d0000114da, + 0x11580000115b6, + 0x115b8000115c1, + 0x115d8000115de, + 0x1160000011641, + 0x1164400011645, + 0x116500001165a, + 0x11680000116b9, + 0x116c0000116ca, + 0x117000001171b, + 0x1171d0001172c, + 0x117300001173a, + 0x1174000011747, + 0x118000001183b, + 0x118c0000118ea, + 0x118ff00011907, + 0x119090001190a, + 0x1190c00011914, + 0x1191500011917, + 0x1191800011936, + 0x1193700011939, + 0x1193b00011944, + 0x119500001195a, + 0x119a0000119a8, + 0x119aa000119d8, + 0x119da000119e2, + 0x119e3000119e5, + 0x11a0000011a3f, + 0x11a4700011a48, + 0x11a5000011a9a, + 0x11a9d00011a9e, + 0x11ab000011af9, + 0x11c0000011c09, + 0x11c0a00011c37, + 0x11c3800011c41, + 0x11c5000011c5a, + 0x11c7200011c90, + 0x11c9200011ca8, + 0x11ca900011cb7, + 0x11d0000011d07, + 0x11d0800011d0a, + 0x11d0b00011d37, + 0x11d3a00011d3b, + 0x11d3c00011d3e, + 0x11d3f00011d48, + 0x11d5000011d5a, + 0x11d6000011d66, + 0x11d6700011d69, + 0x11d6a00011d8f, + 0x11d9000011d92, + 0x11d9300011d99, + 0x11da000011daa, + 0x11ee000011ef7, + 0x11f0000011f11, + 0x11f1200011f3b, + 0x11f3e00011f43, + 0x11f5000011f5a, + 0x11fb000011fb1, + 0x120000001239a, + 0x1248000012544, + 0x12f9000012ff1, + 0x1300000013430, + 0x1344000013456, + 0x1440000014647, + 0x1680000016a39, + 0x16a4000016a5f, + 0x16a6000016a6a, + 0x16a7000016abf, + 0x16ac000016aca, + 0x16ad000016aee, + 0x16af000016af5, + 0x16b0000016b37, + 0x16b4000016b44, + 0x16b5000016b5a, + 0x16b6300016b78, + 0x16b7d00016b90, + 0x16e6000016e80, + 0x16f0000016f4b, + 0x16f4f00016f88, + 0x16f8f00016fa0, + 0x16fe000016fe2, + 0x16fe300016fe5, + 0x16ff000016ff2, + 0x17000000187f8, + 0x1880000018cd6, + 0x18d0000018d09, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b123, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1b1550001b156, + 0x1b1640001b168, + 0x1b1700001b2fc, + 0x1bc000001bc6b, + 0x1bc700001bc7d, + 0x1bc800001bc89, + 0x1bc900001bc9a, + 0x1bc9d0001bc9f, + 0x1cf000001cf2e, + 0x1cf300001cf47, + 0x1da000001da37, + 0x1da3b0001da6d, + 0x1da750001da76, + 0x1da840001da85, + 0x1da9b0001daa0, + 0x1daa10001dab0, + 0x1df000001df1f, + 0x1df250001df2b, + 0x1e0000001e007, + 0x1e0080001e019, + 0x1e01b0001e022, + 0x1e0230001e025, + 0x1e0260001e02b, + 0x1e0300001e06e, + 0x1e08f0001e090, + 0x1e1000001e12d, + 0x1e1300001e13e, + 0x1e1400001e14a, + 0x1e14e0001e14f, + 0x1e2900001e2af, + 0x1e2c00001e2fa, + 0x1e4d00001e4fa, + 0x1e7e00001e7e7, + 0x1e7e80001e7ec, + 0x1e7ed0001e7ef, + 0x1e7f00001e7ff, + 0x1e8000001e8c5, + 0x1e8d00001e8d7, + 0x1e9220001e94c, + 0x1e9500001e95a, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x300000003134b, + 0x31350000323b0, + ), + 'CONTEXTJ': ( + 0x200c0000200e, + ), + 'CONTEXTO': ( + 0xb7000000b8, + 0x37500000376, + 0x5f3000005f5, + 0x6600000066a, + 0x6f0000006fa, + 0x30fb000030fc, + ), +} diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/idna/intranges.py b/.awi/lib/python3.9/site-packages/pip/_vendor/idna/intranges.py new file mode 100644 index 0000000..6a43b04 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/idna/package_data.py b/.awi/lib/python3.9/site-packages/pip/_vendor/idna/package_data.py new file mode 100644 index 0000000..8501893 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/idna/package_data.py @@ -0,0 +1,2 @@ +__version__ = '3.4' + diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/idna/py.typed b/.awi/lib/python3.9/site-packages/pip/_vendor/idna/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/idna/uts46data.py b/.awi/lib/python3.9/site-packages/pip/_vendor/idna/uts46data.py new file mode 100644 index 0000000..186796c --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/msgpack/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/msgpack/__init__.py new file mode 100644 index 0000000..1300b86 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d78a2fae444b1c2414fe725a11591bd656dde665 GIT binary patch literal 1446 zcmb7E&2HQ_5GM7v+V$@GFLm9Vh@vQ<0$!ykdT3A-DN>_pgQiC8Ac-!LcFA4KmPCQ% z+F4_B>#^ve4^Y@ZFMXFj0k1vz6?*EB${J3Q9!i13;czsZ`R0@I!Jvm={5pO#Ej@(( zGMn2Ygv|q(@=p*HQCy-UvpOZNoW!Zz#KnlZ)GNKjv#X!@)K3B$Bpv3RgqK~~xx(^$ z=AZPa`vIcisUtFo&@I=he$uZ7$)Fl0LyYPN7rWNJ{lPi-by&CAc5;UelK0qVvctBL_o;V?qK#_|B}G`{Pa;Qm_Ft)^ zMZjRqtBDA9}d4g`1;}F^x)ak{ezcBkA8e| z?ZA2D>fj)soHC(1^SS|TtixwkVPaxDRs--xCgNk5@3lY8W8%yrO4)4}O^E@n~(=7@J(HF6V?DtII ze8yzl6iu9-v6^xbS8`_Taheu&q0)5JEJPnJ-hn9%iYORjYnhl{t%kwcoLYSEfbs@k zZ14qa0arj2Up)U$L1;b4#yRccJOLT=^I|?tIDF)KmqHH-o+j3gQ0WVf8nF?Or&|=h<@iZ?a zlOzN3i~O5h=-hrp?i=?y*-B))H2`CLaTeFsNvUOYO>q)SWXXBv4wfr9d95 zrm60*`m7LOb!SZJ{_3Epr(B2Aye!AifVNjAO<{hCNjIIm;hkRlu4=eY`$BMGyJ;I_ z^U_|)bEM^tYUj2$L>w zBR&A`Ky<-RPk0H)lSmAbBYyPJ8xK>6esB3eoxwIEI6&X$Uee-z67Ux22i4Qx%nv|GZ{KkhEaNkW6V})It!k6C0vgZUiUS^SltGbjG>7nnV$SHNChzf3@Y3 z1zXqJ2XmtATxeqFOcGPh>L@C6wht1S5b_}-YgLkKCM~gwq|Bys!is_jt(E?vW;ok@ z`Xrae3dSdOI(K2!qg1kmptOo8T_|1_ct4`_&yp2eNtaTtQcCYU-Gwr_3|%>2hu7O2!j*oySE!i);GF$;;T}R-9sm*_8mZ zd>PY~kX-3_VXlxLA8I>Ut~LG_ZqtIJ=R5lGPdx&q!>7WBwyNlLnPo!1EsJ7$7w7;q zG&HQIu|p5ft8YEz_2Izg-i1W^n?m+4N_&z0!YrF=boA9I0}woEL_zxTD35gO;H}aN zX3z2eH_txE6)SR1ww1(o1>sa<>Aso+mg}UE1Jd7|L-f%iU|b5(rBXx+XgU5rVTTar zStBgc{|SpppP>?gQE~Z$9m>ByRvzNC2A90-2zi z7l2d3!C(v4%Q*=4-FMFvv8`mWhC`g1xw7Pigu_@Z*aF;)9lUDv*HB9XNPD;Nj_-K` z+YO#u|JI}4Z3|8qK#;#bg;wp=4g{~-0v`k8C^VwT^i#0Y*aD4T#8yQx=Q6jHevh89 ztv$cvZ%+0FnCui%1krBoK;`m5EAAs!rkm$=1}|n~qD3n56-+jlN?j)xe(dXGFnO2? z%nT?8rDKpe_YwBeYbA(I7A{&p2Ie%+w;RtFVx7Jj)(Z~ z+fnUigF~-IFjdj-tSE(ROpTqbvCpbeJy#nt^i&OhZBG5_36ck$YIv~{IxEz*b5|Xs l_#UfKj(y%$@27ge{_G|gzH!tag`@B!JZXo)XcYRP|1a%7q{{#R literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..59e27586bda4cdf5d34d2a080ca81ce19c51a0c6 GIT binary patch literal 6293 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 a6d4=H0P$yz(UDcJqBM{XHuOnza`b;4)mNzi literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0dfa17223160d9de3a88bd4888f338f5ef2fc1d6 GIT binary patch literal 25666 zcmeHv3vgV=mEC)9J{SxJUxFYAlH!P83`K$<^`mJ?7QYs45tK>LwotYQ1M~wi_{@Mk z5B$syBt?{E$60F?$Lme1wo;(Wm5Nf1<7i#3Y}QFsUjNteCbq0qo}G=$acx3p*KyWP z%H^$CIp_9!Z$1E5+VZ-RR4vHq*Z;nKyZiRNeQ$T6vomes?;}%>%>4LS%lgj@H2&Rz zz{B`e-sxDDvL-BLD`&x8v?m;!{@6lnA|~JXMBI(dC6v9{Qt^3bBIzdeNw>{S%{UY7 zDxs3kSQF_|zuPv^?siOM+|G$E)n;O)Tx#CZOK$f>k7`$GY>WSp){V4HOnclaIir^9nb`bR zOZBS0XDrp{4&8`NY$*+@4HKJ@w|`;l;RrL~WTk zsJ2dws%;a8+{5nOGmg4LZGXm|xJPBxooMY|wL|U1_ddbIu6gTuTUXU_wOj2$uKP<# zH$Hb{;(oPv;!SFk`zH6`Oiabquza_uToB&pjv{_Y-6h|xYQKCBs1cSyn+MgXI;0M( zyVX7FUi9HUNsp`h<-0{4k?)(-QTe`EJs@AUHxjhRFWU>l`-3pQgy%pI=J&zh-a2s< z_dBOH=^@63D=jZz1Y(X=6C!W4DNWO{bb&ELk!Y%IR)6e%qAkik~bjEn!Z-;P~;1yD;P1l@@&YsXUNU^z!+8P*9ejWyfs{iBs(j z;T;L{+#crpP#QDP_H1kb{WW{lxoNG~r9O$n4AgtPIQz1KzRV?7lcpba=-YHJ0Z%Ww zi)DTNO3}UQw|V6$4vXK;PeJR#bw437dK>a;ZhCq<9TElOa0&T|tE3rkhSy9mJ1zfG zcC{<&kz`pj*EkF^1e}-v)LOMkj0}PuX%-+5w=ZCPkf*ij)Fs!uQdn4ak0UXdf(>{K zQ$gGGR^-SfiT_ez(aq=mbUwdWR?7?YXY%>W%Y_A#qIa;Ry>#}`sdra=LN>UZ?#8b| znv$~9ZK*a{Vy7{i+hlg1Ik%>}O-t)i*ioq;#p0D>bs#{F1%YRtpUw4tNQZOv+neKo>}r0(1&Sn6731XEjwdp z9Q`1|O-LqW5p#j_rvW8sL~KkDS=}{VD3!`ycDcm;DLbRf zi`m8H1+RF3^FIq{-Dxiu(>qb6pOVc4W96sc$*C8hQ@@FcaW19Su58R>BIdCz7xJt+ zKP7{93Hbv8fC*%$Y<&zdP5t36#HI0eX8i~p4_u^jK&H^EBKq(N`#F2XsX42_JPB1b z1Ah#pAO_CwZE?$sUq5X)KQEzT>^Hc+!-!8_zhYY}ag-SH+G_C|wx0A-Puov}V|*M` zeVx!Qiy($9J6S`7Ya1JJ?lT$pWv9Vl6tLrAJH#~33Jn@*E?md_n$pEe zwpf}jlTGs6mSPQyVZCyk10W|w74lRq#p}ywP3Z_`uUyWSu$o+D3ZL_4T`e2?k}ynJ z%(d*4o7KbvINfFLe8J3vFTm0T*UcWCUMN&5M<)$hT|JovgOx3tYE0#0em7W&U_#|d zK&sn=QJ5(d7hH9;0T=KtEo1u~%VqpjSgF~-;xk}7{I>kEjG#V@sixlo$L~5Hawsy* zWxLn+N=p7x*~`laab{~$L%&OAdK3u?l{ACuC+DvUFOxD&xZ00t*V7x>Qk}rc%5O7S zrb4Th91pup z%>u(ly5-#D9JZ^Yr>-q66sL<`mh=W=RPhAc3+|=D^z|(0&+@c4VgQpxoQwHM6YF<0 zL~C*=NVBo`Px*GawQrdK#Zt%LAxNZGmZLAi^{t;f4?Tk48Q(cRRgFFL2%R%iIY%Es za@Bcg2K*_p1+PLZ`=;LoC&;1SZTu4^%R3OwjY3~A(aesLv-SFl@CKPL`?0A*6*!0K z+*6Tw_>NR=^`M*|pE`73CAam~7ZAAhMLJ)i^JO|;q4QNbU!(H}biPjK-_rR8oj;`W z@96w{I^U%8EjlmL`8J(b==>3#SLyr*IzFB6(D^Q%|48SL>HH@+)A%+0k*9eWzX}10 z_(XDu;1tOvii;gU{y~0(tR4KD=~XG!4sJ4`(y9YoWKv~RC%$c}OLgO$Qa!2{-*(lf zHsG69`&7T$h!P#@E;XPw!Ix2kYBSP0-L4rMGUpb=b*rsv8{&FIx`hPq_D=K#67GgT z!tGbP)NbV2sP?G6_ztLHmBV+FaxgphYtG%mi`bjNPq~G~I>B&tKrfEzOUo1rD@P5L zJ-SrTg~jX)Xh43UIPV@6@<}3n8c_!r6%y&$!WC9HIfAOya49#LU34L72IPxH&dg*h zOYU@Wrs%5u0jUB_WBy9E0*MhMvr1Y9I$&r%)={CPvPW6d(Mb}QVblxCEW2!_Ftq^6 zEFcAdLN1W{gof3Dy+{&Sz-|$B#6ZcWC2MYSBs;9!nF4m}quEKIX86#3`wopBzGpv$ ztVYV1o6I#eIaMw%WS1+%PsOV@iOyoNyJ0`Wogga=an>t`ayUyFB1{wsmA?v#9+j)- z6!xYO%yHDe4lKHG_4UC(rUoDyw#L_k0>lbCDdf!Qvf_ACc+6fLKYidx*2Q)yaUmvi zYX^r13c@1RL6ma<;BdAKkiuj`KQYn)omatxBzXKA%^t``>}E76nQ{mzGYjQ{m(31e z0F)(6F5$$mfo4xVcJ9O@xu*Pwk)P8hJ3Lk>l`C(c#N8-?IVy)EBcTW7FOHwcjby`t zJsi%{%JR}uS<6P=I8|ld0Gm9YSS&2%=iTddoCLEcnv=Qx*>Y(?HjpefZy7I4B{y4` zo`%Ga+08v2)u03_%w0zJSb$@Ish|NBwLulK~SA3i539>t=EN7LO&KNKMiW=uXgq}CUY#vY&qlyR zjA*fBSXr~i*sxE;71GT8Qac;EK(!8Qb@FYXA z^s518s#y9f10!2wGdSyZRPxnFE8K04uGy)Z_UW+8q_s`>U$>2B3Kek%El53h@bLP0 zh3L}U$S*g@;p#!PvN2-8yk4(QUBfvHsl7~$fZJ1U#Aca2k^E327k9K_n+Gzvx|fh6`lL!A)Fy7K)=_z< zO0IO&I#t`eqo-;eE1flHSm7_h-&N}te--}jT95cYRO?WwA#0_l)+^zUA+5L8fjZlH zra9L>AJ?Dq(yCof5uK&ac}SascJ>CL%y^wVO@prszNGlNYiWdgaB^nldjVG>jxNvJ z`lqU6-md(j1f4PJ%Se5My|2~|cSEfWZhtKWcVjIBcc9h@cT=qk?qIDO?&ew#+@V@8 z+%3}Mt+jUG%!a1)J-`-VeBQ3S2iWSA+S`J(Ye;L8v};J~lC)Hi_EDszB<-U}>uxId z=~|fU(@5)K8gc`2wDNhx^fHF0y}7H zkb{k?huRe4%Eewu&L3Jk-Mu~CXE&f9CRd&hCFI@ z+oU1hKhyxUtIQ}ZGcz+ec!@zrFg}y4o!0FA#cB? z*4#E|El9M$wfLzJUO!GD7-#o5uadJlzda)IdN+`W<2(>KXa@pMzUX%|#+<7!m9ek- zJ&<6Ugk*E-7lRxP{YWHbkn2K-^JPiHyV zZV*}R_0Fau=ws|}d%Xu;Ej{mO>_qQ6eW-W1s~Jc7I2%nxUF>M=p#;JXb~g7<(!%aZ zAn0AoNuwySHh`d3me7*bk26yzWv3h}8j^N0mU5EqNhgkzRGy~Rf5?NJNl{4ji5?HR z?EzDYC7b^_{Ya_*9NT#<9!uNR-cZn7UzbUeACY~H0F{50^xG^UDAZdzqEUy+0x9u9 z9@m2KZ(_a#2=F~#66yzQt_@0^ILNv+7gJ1Yd%yD_zHyXc=m@ky*d9oZK}_djt0^4# z+AvK4iF&~?TT`xGKM4Rt`67qm`WXh_Pv--44$*lQj-Ldoq20xKbC$t$iKrKmUO$Y8 z))6>~xFwE&YL9HTPB*5}Stl0?Z>%O+QAEh3&CWwOZrg+TSq7@WJ~7Y zhX`sCc`Q+pR5wJZs^@9aj8H2Qfl38~0kwwd^kMKMMA!;=mN^HU3k)GP3G!CrwU`$p zkHf{7w`*~91WW0kqI@onjY?Bgf&GUppl1*(iz=5ewDzAf;!|*ZySQG5^glz|Z?GrS zds?tnN!oqrPqi!Rjo_xKBkXiE;eLuhXq!Xe2Z8-TC`4;8$eRZgT>FTR>BDfzI67WJ zXbI>9XvrjEF;AEl(Gs$KaiJwZ4N3q79a3Z1j?kqfNE;vo>;>#wiya45z2N+*^a1etn?~!cT2fp;^p~R=}U;|k(i^ZS7JVcm_CVl zRBe!$k1Mok1QoQX)W&%V6+bM&WT5mk=5Bnm^`6*DVkJonBPdi8#IzB4IQx z8RGs1)&%hHlpx4NqXDd8r;Y`)9)<-->z1@uBQotHW^8$^t2jkfZ!RmMIiW|K=AGW z0*Cln7dwvr{5sf)HDL!cxDmGJol=+D+R*0D)Hbvk)05JsYVGx0Pb~qH*_a-doIp_nftJXqwc^F$>M?CIk6A0v+ok8!9Z~x+eNAnb_J1zzKhfI$I&&hXKik~v_h79y z^|^ICI3uvG&sG)vj7Rpe&?2u^AdL>^8itX!~zH1+sYSdvHXSzV#Y| zt8})*sSfR?T@B4lDKP?Hz&YwT_xc(R;OwO~%9@D?YU{C(+g||L-?8MvikDNMo^3?eYW>=<-hyG1E zf1eI5KyxW0OT=JyqJ=r48JQSt=!5Y2v6)5Bw;yfUS0UI6Q)l|~yWC)3LT;Lp@?Toa zWHPd;_P|f^E-idi=!Y@QYpIwqrO80NqgWXJwqgV3<~-og*d`<8Ok96MI1}aRvzeNq zfewVfE^Oxm62m(BqdGD{9Jx7@HyJavni%G+ZfxfA@}_@H3^w_~km0L53$fsX7ERc( z8G&qJgU5*!HrIVM2#~P%+k;anh?8W>!1mc5xAoIVOCaqy(u^%2)0p4U{~CFc_-a_i zLHImry|-&6ffiC;lBDwT`^ai}Wa{jdWR#~LOkHv{E%`cbiplWhr$1=TWq78hKZ*EE z4dqvoi0jm!ttC+hh|dj(Z2}87^%sMd|5sG&U}MV-FuY0_P*ZnsVwXi)_Xn&Q+&fY6 zXHsGL8-QaaS$eK$H9$JI(iTFwl0qFlXnEG_<%yry=WUpAu5g>51!fXnzlpzL8*<}q z#3|piLEipl-o|*=8(7^`OQ9Xq1stL8*z!{kAno#g)IJzM_$j0g8Vs=Srl%+^AECq$V!!KcpnS0sFLl-8t6LPYw)G~NXviAC*EZyKv}JNh%pDTr)nYucMVj)q zuVzg;U~5PDJ5@?j?yI%0?x2ma#I;M@+Yq-iic3q}`w+K_akcgfR;dT@?*>yYaNUIH z1}OG0U*&0G-YElhj8(f}LU1mLn+p?nVgHEF|&0R`AN9O@LAEEQ>bZCd}!-P;&^&-q@p1=69#~we7 z+Y{F-eiA32t}f}n%j{pILqj}2DGGa6f0zM7(2t)P3w)>EJ+AL(LfTmH(okOi1|wiL z&-2e~ekSn1zPwcSI}n0EB(^5{?;)f90-Rjhkoz|G8tf_o#aEe9r~98_@KHK{2*-~R z(~cKhBFHhG11kvG&LMpoA&C1t*%Klkd?lO#K{axfoZ~rkA!XqNkntexPVyJ&1bu0H zh;kQ*cR&1n62lFHKWqyS!UG?|B;J(Oi38S|?P~WXJA=SsWZ@QC_Qs)7k85 z(yuiqPjdGspI=}%@k14j;$V>4)DCm8niKd{9)nXI1oJHmN`w?#k$^C0zYDFy0y=j6 zK4Te;Jd)zY#X5QbX^HD^3#_Jb%oyC03t`T+nfWNQ@RMjotYvwHrMz?oBP!Rj^l2vC z3+Dw#Mtr@q4!Mg!#wK58C(S9LBREeAhKb{*PRoH~zNynhYz#l?^Z-0zmnrv}j@7A0 z%z*wfvdQ661Hlmdb8_Jx!hCV5Mu<387T{?(sbpGH`%Osa5knQ~sSxQfLMJ+%>$?JU z#zJ%=PuvVgNZAq%XpOLEp!^e5+sXhX4dr@@aApKfo*Zy4m2vEf)gNU)LumH;#q0kkITFAdwb{!-Ywr9txM2C@&gKsMM6 zSv_MDTun=u{eoN;EeP8jC9k)P)@DVnNAD3|b%$q4Wdz}9V^Kw*_v z<>`E0-^ZvObWYNd5#W)qeuU18bjXk!#{KK`$+DCU;|C1>7dU>L>qh@qhHugNA)Wt5 z=TGU#)UP{S1Y&XfJMdK45ZLDeG#h{UzaORFo9a#_QZf8Xq*Lh~shP}K_&cC?iKkLX zNl2~JsIcj;4WWnet5A|?GFsj#7ldtGAx^kSw++`v+f)iB#V}NsE5Plz3Y>wNa9VY$ zE_^#wx9Y(+W3KZ~bgB)iAK|Xx`fj(I0F#I-yr`o`ZB|1_>&4a8t@!q-ZR!quH>m9@ zi*LWWQ|-WaqnIG?@{^D87Kbhz0eZx&;w+3qaFdhKS(9e0b}llu(Evm)0MHo4mluJ0s#8prpt}v)c#J?yG@}f$ zfk84%{BYTC8eA-*f(yrDH=8{?GAj0((v=3l$@jvx)h*HZ7E{U7M@(JBb--UXVp}@i zWVzO8DNNWJOh!YrlmlaPNro-%!h+aE@a7vp<#dB->9qpxo@7tL(EbV{>FYGmL|f5iciKxYgSV=8Mfj|! z2OJY~)m)%%F`<@$2)Xh43~3#NFbANAWu{l@7C^fGeEDZ_u7Ox+SpA++SFxbse$NduRGi8Flj zuz#0@2O0|ld2_*J8WREgN3h7>n9bqe*g|5z`5RkEF@lQo>5V@O2w69B3@7@F~iwsaxK zlt-l}V zt~go7X|=I@eHi)Us|gk76C$+1@RE4iVFr&?Oav)VyCTKp!U=PbtL+9)L7&2eumfAu zXK^xW>3=B7seY5+ORcu66ds0vavFE^+oQZM3M^k+lNVDf$lDg>{bSm&>Yqv8frff< zcM`ef=@Y1=11NB|+rzr?-M6L$M3<-prmn!voX1r!6l<8!Yf9iAW>f-CU_{DlPjyKf z&#fteSB#<(y$x;rBehA|cxg=u+~LgC(k%CJH7@D1PH`RTdhs)o<}YEGnjpQyl%$M^+d)Cy)~%3#fSnkk@W_1tPi!s z!b5&jzW5w;Yb`NiGA^ZagchTk=mg{MC5c+|*rr{4)@F;Ou`j?15B=K8= z_`?$aam3#(@%IGr_elJQ5Pz@4KN`f}C-EBb_e;DA;*UuD1mdwC(eAS*UT}f8t7>Vk zML=)_Ik=wU`X4vs=u>Zwax|{uLG?fw-;g^EjZbJ;!#UB;nnjZXoMJ#+ z>YZlXy&beUhemA(_W0K7PUP*_jLl9R9JFr2-t76rWmuO7vul^sGKPG+O-@tD zUqX!pP3c+q>bfOC+RLJ067RR=IRx>(BF_|v_m6ZQrNsN{&r!>9V@}|*Dl%8q-6zZ| zFOe{u-7S{_aU0jjYY&cL2_# zB}e@~>FqoRF$X6!SA|VAda2zk*iDB@D>(#(=>W?Jt7Hyr^(!o%6zMBaP6c^joE{wN znulqUC1Z`3kb@xoKUk+6po-!u1%;GJkMk0%9|xyZFt0$x05)v!rQya?Z2fIEosb0N z2j>J^f62vTV!7iW@2BaXGGBZCB;@mP$hUsd;M4CEWm&}1J&kO+jM0bC%z+lvcoa-l zi=U9^e*E4wum1R%fYT!nsr?6lWW;yz~H_KR}&YRA?;>-DafzgbW=Yk+9n0 zur0*TNdNs^fWw1Q9~Lj??eKF{D%j{KwI<9(|8An??ZxO!cqdRLxl~@9fNcl zFq8fnTkeD=iW~U)KSu-ddRAa8FRvr5rv%fTD0msbMfxwA{F1>oxT|&qJ>tAu(;;f8 zq(h_dfS?0>*(SiK8oN)upB)H5Hy6ZUXV?gOQsaHgU>OS3&xD{$cS2+TgqiM-GO>Af z`CZLRqQ=gokr6DU%yS?1{(WTZ>P!RoD(mS?%oFQV5AMpBbamd;e{~~&Ksn!Jt~Hq zexq{J4>mgFYLOqN!^nRe`C;mfm;|r5h@m=7$tS>jfM25J5^Y!X5=K6`+NOltDt#8Q zuv8H~kFl`40e82G*bHKSJILE9u^&Qg7h+!wV!I`l)-o^x)?W!?dnNXLi0y+!_roA| zgK&`jwb;$TShVy2au{P^D0&5=0m-weArJKKk}@bMo9ihiKByCmlx>>0`o)~w&{%aV z={vV6bMsH$JisPp&RpfP;H@Vy0@cANU;WXG(F2DL-(TI#?X97-Y<*H*gEWBnjfV`2 zJOp6gNlI|Ba1rVxeY_K)+vwvPNjgOzc?{i7A2~MRHomNX!AKBK6aI=k$s|c%H7_!y zjb%L^-8H8fW@+wWDcSyom2h~t> z&ppQ&_L(CKzL~Z5H-wx+u(KGl`e^&dB(F&`H&wL@#z_LZSmf;8uHH4>V#;_(4eX)^R@bxib7MGzm2N*Mq z(QQfL|08Il;L(7#Ut_S2HZhj%J;|qF8rgO|N}L{|(}I{`#QolF5VNTXF%5K-v@`r8 zM-p)*wB+I@9_(}uWW`~a>Bo6)hW!uMZWONan5~`W<@NC8E}0?N`?y!(Q8NN2JPG!} zETW8!70giZgee@~p7-r5t-T>5@CEjUz2x%AU;+d&KGd;3N4Q4|gq#g2w)-LNP? zs!K?T>qmmc@km3yXmKDH)44om8`7iYf%IXdr;+}_hIH5jnB{}?6rO#QtKWj2t}*?u zhzlWCpQDd7Os9#JEA-XZ(^UrR6N8r3)t>Wsd#Z6>0JrNunQdBiX+zZ~c0@QtN2-_QEiQRVDN+$UC{_}6ZR{AR#}+hbMq`~`_z5vh_>-s~ ziAd^_gf;y@MuXrT(vJ#G{dGUDH}j=du>qGeLLxor-SzdaEe3Q z8+qB>pqpGB4u;C5OFF~M6#c~H*qq!Xj199KrDV?IsVN+gm@}Z$%s9YW+hD6y@H{<% z*Qw?G^t_lmPxOYtk>G*xir&mZyjSdZoLS`abf&I*2}IH?Lz%w5Q!MKd=1cRok9joK z++{z^D(@pz2yIxE zRX9AY0Y{6=Ca`dJ(s8-=0z1336L-?>_{K7hgUy?lSK?0J2IO~Av8_%|OmZSF_@X@g qu`aydo!SD6=>*MxbrUgR) literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/msgpack/exceptions.py b/.awi/lib/python3.9/site-packages/pip/_vendor/msgpack/exceptions.py new file mode 100644 index 0000000..d6d2615 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/msgpack/ext.py b/.awi/lib/python3.9/site-packages/pip/_vendor/msgpack/ext.py new file mode 100644 index 0000000..23e0d6b --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/msgpack/fallback.py b/.awi/lib/python3.9/site-packages/pip/_vendor/msgpack/fallback.py new file mode 100644 index 0000000..e8cebc1 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__about__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__about__.py new file mode 100644 index 0000000..3551bc2 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__init__.py new file mode 100644 index 0000000..3c50c5d --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..459fe54201ab171aa36af5c437b8ec0f590a8e81 GIT binary patch literal 604 zcmYk2y>8nu6hRonRQBmKa;#b;R^g%rN$b zUv7`gSgs@#3yg_(tukF z?l`mAL7D7Z5A9@j2{AjoZJpEh4xxs-)>lQXI;49|&`XqjMtpxNH}!@*@l z(u_;WkDPiUvRX-Jc;%fkcDSPF=z~2+3$BJYpZAaXHs1;2Ez4kxPtd+)`L@^$ueO`( z4>{mAdvCw4=RpM#@JthfWD}H|aX=C<377`V0#d;5$SlJ-;IBum>KM|792t{n_dFN) zv`7omH%56$b8wOCvkO#^9~=o@!MlT-o8lH(?pXfp2x+bnJ~By_dC`Jk%1U`qUg-Xm Xe(V(Wg58Jt>=htgCNb<0?7;XRg*&wn literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0abd579b50de53acf2b21b3c42322dc3dfa26ef5 GIT binary patch literal 460 zcmYjMyH3L}6m=eL(n9}(46O%PkPt#*VPawPa^*B`YT-xZI7RslK7oy2>dM5(%EY~m zglfr0K3B)*+#^@3CBySxKka@J#=eN0pA^Xh-u?!mVNGI~O+;c-k=jgTHW#^_iJ6^? zxh+ItOHn4QWlj2#h((jVuqyvXUsjdJC4d~_-Uoo=3SjHIG3a(5kuCs~mD=F*0>J34 za=n^JKUgcnIEkW;hUNvp5cDKCsL*Tg0ID(+m=xv&CBcG#8ibr+Mvx&qS4)bNwI48j zQqcTNb}~8H{X0>rG`Qm@3zwuO_>Fw;t>Rsf2c;Z;^ezTn4-r@Dd1vI<20yrFz4Kw+ zjac9DjeOJG=$cRbdUMNr9o4#%+gI5t{H8k&2jvf#TinS2=l literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3415034c090476f3bac13e8479a9f8860c40489d GIT binary patch literal 7308 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4722968b8f16e4d0a925573b0db83b6bac51ed80 GIT binary patch literal 2817 zcmc&$OHbQC5MDp>BnbfmYI*ei5LJUKAyq=EDkP*nF1f&o%gV_viD|II*Z~D`gG0}~ z^uiy=U-Gs8qNmQRi3ubQQG4hjk9PJk-^}dH7wlp&&v5*xe>wP>V(b?w!^1#j8$bUo ziqA|ipHX>bPbIbC<2B8hGQ@h;4nxWr=qM!yAUst~6!C z+&5)PX{JbBn)_*)ky(+x(nUsOQP0JCPUKO~$NG#Ypgt4pMNvY%5bLv|jCxUK#GIH% zdkdn1dPyvzpG#rkt9#(MPSD%yb!1-)(;$N`xD9Q{dz#a?gP(7r5E|aqYhiY9xzF&b z>C5&3U?Q0kzfY}}cO2Gv;VU}}{9pF4e z4(lkGcD6Y1l>*%uoEV9d-buw-z)8RY?VMd`7Z`6}tM&EJY}tM*G|4=q@x)EIkVTcC z=>+FgSxL~*3AC2-f|djz%!YCkCp2h2lJLG>`=sFdI#6IxCK0DQ!cTMF4mdC3)&PCs zPT;hEKN`%%*5~7y0#k7kj^vzNNW{VY5u7{eJ;(GOVngjRpoC#c@{aGgeqg%|8RpPH z+xC5YtOOtAG3N^te4zaiAI4>NFG^$rOcPVKGy#V8?}vehXks!Bri>0HrL>9rVWlRU zcHo@I;ddR>geoNpa4=|oE8u`#CwpBB%XdwUt?3Nsu55C?ilzphRffT_o792Y`Ybho zYafxHdCreK(WNp83!EQ!?e_JKf$a)8v=$l;azcq_X|H}L8$oE+J+BS)rcfdAfW$J1 z6%vn0+|+zrkU%j~L;6&bS*>K0jB@;^b{n{HYf!GX@$>&5CCieSLrR_(3rNYcqJp%# z2$W|a3K$`$TMv0n!e_ba;4PxWjG-l!>=zWOVj1mh?e4?>B`K<|g&A^q94x);>nUI( zLWEg7`mb%IO6ScG=1M}SQ_|qXo>e7Uodyh>U?j51TnLM3cO37jmUuS>=yc>andnvP zZB79;B?V6WRZ%Veei|@LC#>PY$sIC8bwK~NjIB{(l&vAm)r5MvX1FpuAxlq5JR|X( z1d$m~gDEnDmo$4tB9X|bm6O?wD1Z!)XEWNZt(%I~qQDeoJR*~0xG~Irh=};3B1jUY J<+M>+{sZ6V52OG9 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eee6a39b80b35b0f4f8d581080b5090c990ad9a2 GIT binary patch literal 9467 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 X{y!hd4e!d^j&-2#$iV@3Wbpq1@eMjO literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..29801883da31fdfc54223d950f215fb5e844498c GIT binary patch literal 3988 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 U%w*Ox(=efj`TCTeH8RG30g*KR82|tP literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7f38aeab7cd6a686806d7eb88392334dc504142d GIT binary patch literal 21535 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c52a8c98ec8def537f86f5ebb5f8edc6c3db238c GIT binary patch literal 12266 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 H?ec#C`y-3b literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..73cfa04e107fbe3cae2d421416e9270e2b54ed66 GIT binary patch literal 13166 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 None: + def unpack(fmt: str) -> int: + try: + data = file.read(struct.calcsize(fmt)) + result: Tuple[int, ...] = struct.unpack(fmt, data) + except struct.error: + raise _ELFFileHeader._InvalidELFFileHeader() + return result[0] + + self.e_ident_magic = unpack(">I") + if self.e_ident_magic != self.ELF_MAGIC_NUMBER: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_class = unpack("B") + if self.e_ident_class not in {self.ELFCLASS32, self.ELFCLASS64}: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_data = unpack("B") + if self.e_ident_data not in {self.ELFDATA2LSB, self.ELFDATA2MSB}: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_version = unpack("B") + self.e_ident_osabi = unpack("B") + self.e_ident_abiversion = unpack("B") + self.e_ident_pad = file.read(7) + format_h = "H" + format_i = "I" + format_q = "Q" + format_p = format_i if self.e_ident_class == self.ELFCLASS32 else format_q + self.e_type = unpack(format_h) + self.e_machine = unpack(format_h) + self.e_version = unpack(format_i) + self.e_entry = unpack(format_p) + self.e_phoff = unpack(format_p) + self.e_shoff = unpack(format_p) + self.e_flags = unpack(format_i) + self.e_ehsize = unpack(format_h) + self.e_phentsize = unpack(format_h) + self.e_phnum = unpack(format_h) + self.e_shentsize = unpack(format_h) + self.e_shnum = unpack(format_h) + self.e_shstrndx = unpack(format_h) + + +def _get_elf_header() -> Optional[_ELFFileHeader]: + try: + with open(sys.executable, "rb") as f: + elf_header = _ELFFileHeader(f) + except (OSError, TypeError, _ELFFileHeader._InvalidELFFileHeader): + return None + return elf_header + + +def _is_linux_armhf() -> bool: + # hard-float ABI can be detected from the ELF header of the running + # process + # https://static.docs.arm.com/ihi0044/g/aaelf32.pdf + elf_header = _get_elf_header() + if elf_header is None: + return False + result = elf_header.e_ident_class == elf_header.ELFCLASS32 + result &= elf_header.e_ident_data == elf_header.ELFDATA2LSB + result &= elf_header.e_machine == elf_header.EM_ARM + result &= ( + elf_header.e_flags & elf_header.EF_ARM_ABIMASK + ) == elf_header.EF_ARM_ABI_VER5 + result &= ( + elf_header.e_flags & elf_header.EF_ARM_ABI_FLOAT_HARD + ) == elf_header.EF_ARM_ABI_FLOAT_HARD + return result + + +def _is_linux_i686() -> bool: + elf_header = _get_elf_header() + if elf_header is None: + return False + result = elf_header.e_ident_class == elf_header.ELFCLASS32 + result &= elf_header.e_ident_data == elf_header.ELFDATA2LSB + result &= elf_header.e_machine == elf_header.EM_386 + return result + + +def _have_compatible_abi(arch: str) -> bool: + if arch == "armv7l": + return _is_linux_armhf() + if arch == "i686": + return _is_linux_i686() + return arch in {"x86_64", "aarch64", "ppc64", "ppc64le", "s390x"} + + +# If glibc ever changes its major version, we need to know what the last +# minor version was, so we can build the complete list of all versions. +# For now, guess what the highest minor version might be, assume it will +# be 50 for testing. Once this actually happens, update the dictionary +# with the actual value. +_LAST_GLIBC_MINOR: Dict[int, int] = collections.defaultdict(lambda: 50) + + +class _GLibCVersion(NamedTuple): + major: int + minor: int + + +def _glibc_version_string_confstr() -> Optional[str]: + """ + Primary implementation of glibc_version_string using os.confstr. + """ + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module. + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c/Lib/platform.py#L175-L183 + try: + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17". + version_string = os.confstr("CS_GNU_LIBC_VERSION") + assert version_string is not None + _, version = version_string.split() + except (AssertionError, AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def _glibc_version_string_ctypes() -> Optional[str]: + """ + Fallback implementation of glibc_version_string using ctypes. + """ + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + # + # We must also handle the special case where the executable is not a + # dynamically linked executable. This can occur when using musl libc, + # for example. In this situation, dlopen() will error, leading to an + # OSError. Interestingly, at least in the case of musl, there is no + # errno set on the OSError. The single string argument used to construct + # OSError comes from libc itself and is therefore not portable to + # hard code here. In any case, failure to call dlopen() means we + # can proceed, so we bail on our attempt. + try: + process_namespace = ctypes.CDLL(None) + except OSError: + return None + + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str: str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +def _glibc_version_string() -> Optional[str]: + """Returns glibc version string, or None if not using glibc.""" + return _glibc_version_string_confstr() or _glibc_version_string_ctypes() + + +def _parse_glibc_version(version_str: str) -> Tuple[int, int]: + """Parse glibc version. + + We use a regexp instead of str.split because we want to discard any + random junk that might come after the minor version -- this might happen + in patched/forked versions of glibc (e.g. Linaro's version of glibc + uses version strings like "2.20-2014.11"). See gh-3588. + """ + m = re.match(r"(?P[0-9]+)\.(?P[0-9]+)", version_str) + if not m: + warnings.warn( + "Expected glibc version with 2 components major.minor," + " got: %s" % version_str, + RuntimeWarning, + ) + return -1, -1 + return int(m.group("major")), int(m.group("minor")) + + +@functools.lru_cache() +def _get_glibc_version() -> Tuple[int, int]: + version_str = _glibc_version_string() + if version_str is None: + return (-1, -1) + return _parse_glibc_version(version_str) + + +# From PEP 513, PEP 600 +def _is_compatible(name: str, arch: str, version: _GLibCVersion) -> bool: + sys_glibc = _get_glibc_version() + if sys_glibc < version: + return False + # Check for presence of _manylinux module. + try: + import _manylinux # noqa + except ImportError: + return True + if hasattr(_manylinux, "manylinux_compatible"): + result = _manylinux.manylinux_compatible(version[0], version[1], arch) + if result is not None: + return bool(result) + return True + if version == _GLibCVersion(2, 5): + if hasattr(_manylinux, "manylinux1_compatible"): + return bool(_manylinux.manylinux1_compatible) + if version == _GLibCVersion(2, 12): + if hasattr(_manylinux, "manylinux2010_compatible"): + return bool(_manylinux.manylinux2010_compatible) + if version == _GLibCVersion(2, 17): + if hasattr(_manylinux, "manylinux2014_compatible"): + return bool(_manylinux.manylinux2014_compatible) + return True + + +_LEGACY_MANYLINUX_MAP = { + # CentOS 7 w/ glibc 2.17 (PEP 599) + (2, 17): "manylinux2014", + # CentOS 6 w/ glibc 2.12 (PEP 571) + (2, 12): "manylinux2010", + # CentOS 5 w/ glibc 2.5 (PEP 513) + (2, 5): "manylinux1", +} + + +def platform_tags(linux: str, arch: str) -> Iterator[str]: + if not _have_compatible_abi(arch): + return + # Oldest glibc to be supported regardless of architecture is (2, 17). + too_old_glibc2 = _GLibCVersion(2, 16) + if arch in {"x86_64", "i686"}: + # On x86/i686 also oldest glibc to be supported is (2, 5). + too_old_glibc2 = _GLibCVersion(2, 4) + current_glibc = _GLibCVersion(*_get_glibc_version()) + glibc_max_list = [current_glibc] + # We can assume compatibility across glibc major versions. + # https://sourceware.org/bugzilla/show_bug.cgi?id=24636 + # + # Build a list of maximum glibc versions so that we can + # output the canonical list of all glibc from current_glibc + # down to too_old_glibc2, including all intermediary versions. + for glibc_major in range(current_glibc.major - 1, 1, -1): + glibc_minor = _LAST_GLIBC_MINOR[glibc_major] + glibc_max_list.append(_GLibCVersion(glibc_major, glibc_minor)) + for glibc_max in glibc_max_list: + if glibc_max.major == too_old_glibc2.major: + min_minor = too_old_glibc2.minor + else: + # For other glibc major versions oldest supported is (x, 0). + min_minor = -1 + for glibc_minor in range(glibc_max.minor, min_minor, -1): + glibc_version = _GLibCVersion(glibc_max.major, glibc_minor) + tag = "manylinux_{}_{}".format(*glibc_version) + if _is_compatible(tag, arch, glibc_version): + yield linux.replace("linux", tag) + # Handle the legacy manylinux1, manylinux2010, manylinux2014 tags. + if glibc_version in _LEGACY_MANYLINUX_MAP: + legacy_tag = _LEGACY_MANYLINUX_MAP[glibc_version] + if _is_compatible(legacy_tag, arch, glibc_version): + yield linux.replace("linux", legacy_tag) diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/_musllinux.py b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/_musllinux.py new file mode 100644 index 0000000..8ac3059 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/_structures.py b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/_structures.py new file mode 100644 index 0000000..90a6465 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/markers.py b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/markers.py new file mode 100644 index 0000000..540e7a4 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/py.typed b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/requirements.py b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/requirements.py new file mode 100644 index 0000000..1eab7dd --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/specifiers.py b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/specifiers.py new file mode 100644 index 0000000..0e218a6 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/tags.py b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/tags.py new file mode 100644 index 0000000..9a3d25a --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/utils.py b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/utils.py new file mode 100644 index 0000000..bab11b8 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/version.py b/.awi/lib/python3.9/site-packages/pip/_vendor/packaging/version.py new file mode 100644 index 0000000..de9a09a --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/pkg_resources/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pkg_resources/__init__.py
    new file mode 100644
    index 0000000..ad27940
    --- /dev/null
    +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-39.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..46f5620930bae4a5fc7215dad50b6a0e23f28729
    GIT binary patch
    literal 101535
    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
    O091%W?j69i{eJ+Orw-5n
    
    literal 0
    HcmV?d00001
    
    diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__init__.py
    new file mode 100644
    index 0000000..5ebf595
    --- /dev/null
    +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__main__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__main__.py
    new file mode 100644
    index 0000000..6a0d6dd
    --- /dev/null
    +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-39.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..e807c0878f8aa8db5e1101fffddf22069bf945a2
    GIT binary patch
    literal 14930
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-39.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..db43e0b3f54079936585234991584441cafab66b
    GIT binary patch
    literal 7842
    zcmb_h&2!tv6$e1@Llh~=@|SGOHf-6kXihxHBy~9R%V+5@Zr!
    z7oZ(#=pHI{dTBe;9(t({Zf1H&FTM2AOE10j(n~L$!Q|GH|AS6XeQ&V@mL!OfO3C3P
    z@YBP?55L{__Hktti+KrNzu9=W`PC^&`Zu14FBMMiN|NmE!vT?M5|N40kefiI?$kZQHMP~pkIJu+YDxB|4cm4+!?PUQ
    zt(Fu&wR&&OpD{LEj~aEaX?oiZ0XOxr;cdfr@yQP!-`Ce3-e3FpQT0Jdd7XkVuX91H
    z>?f9IQlnAF*y0O?x{Ff$M3E#@s>vXSLS%USZ<931z$eS!IWqM!NAhHPKV4Hv0p7)z
    z3Yj6Z`)Vx>XE`zl=ZDBVoM+6enFH+bOPL%YNB7k|c~7oQ3Ft9$oTGUGT_7hoIxV0l
    z$tjK&1ay&{=4eqs&ycemoe@xtoa5-MfSxBy9Gw%;3*;h44+-cSxxK4hPUa^=0_HFVY=@wukz`xZD4xT8;0v@;Gng*
    zqed)h);)(>rdzJAKiSPgdT3p(>e%M)spuFWo&rByHyW<_BVXNcoQAKWV=3onjaJJx
    znx;Pm2Syumi~8ATCUqhE{48~hre$yWQ_Xh6vs#dFe%5JOHvX|_+HRYgy7{@~daj?L
    zrq`x+9TTtj!edA;X$=#t34Hq}joRl6Cm>24NmhR7g{Vtikg
    zq`byoYt%G6Q!_N%d_F8hr<@NxS6T)&ni_w$741{g)IQ^9pOs_Wf+vq0gY#imt_*kN
    zXTxq>H}1yIhTTF{xnp=f?8;T=j{I!ct#3@Ya~~#LQY~d^5e9|MpqWK8hvpEPc{GQ?
    zz#LIsv#~jb>z5Ke23P!-R<@m{S!q$@nQ7XUHOKa-wb5n;y#f=svqhb@O_pIkFSj}{
    z3-El12U(}rz%4;+l
    z9lg%dMDG=dPD!OG3OxzN&#=sJ=~+Z@v;uP+|F)8x^YZSsAzc%~l$7AsOl7PMy%!#%%B)r_!U1R~(FITL!VCtIG-7y0SiU=&XPHFv9L?J{wKmMZDjSh6<$(3T5Eaow#|SvS
    z--GZj6EU@WdTD|{(qS)^`
    z7R5+L7k;*UBNvbaW!iKIBFg+i`
    zbYNBL5iN}*$`+jP?yr)F_Pb6%^kPVqcTS0-UKzzTm%*ZP-2a-=LslZh$LoxN}|HoM$zTXDeF`)!k+}T@l}g;
    zMeNBYARDDv&{Pe`i|Ow6q+K4#HBc+$`sXCB1HKb*jf4%lt3+XOlPR_y1i}VA6Gr$;
    z5?NO6BHszfMil|utVF7nQB;H9c-TJS^?wzJ#{b6ac}_qx%CE5ZNhbT|D6)r{R$&xI
    z`ELT{rP$S>-~WKbdyQA3%5Qxg@m?#1QT{##anXMQ;!*$I>xYsBzdnk0(BbxiFungF
    z(2nnL``jmB9jzO@6-(6m#wgCgy21M^4DnBaas0X=I8VSgsue*`mPq&JD7rzd2s$l{
    z@GpUFd=ZX(Cm{PqxMK90vqZXYkD?ni<-LXrV|*nLj&I6E?^3o}t*);>Sub70ZB(}L
    zr~7$bZ#tyiFm>H8==zV_MuYz)tLu=zx=t66(GnWmNAq(n>ah($
    
    literal 0
    HcmV?d00001
    
    diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-39.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..6af364ab8b0367df414d78bb977f873f5d9e70be
    GIT binary patch
    literal 4460
    zcmbVQOK;mo5GEyAl4aSJ?Y!e843HKunurC89_prU69-8H#A#XwMWI8RzE$(6L{1i>(qZ(FJ$GE4RwJ_DG{;T6w3@3M;=Y
    zwkovJ)mv3s+}F0MM`e$+f7ow+z!kRic!~Ia5Ru3UeDU;yo(NZ;xg_cY+ehQOl#=?t3dTuk(FqH7XQ!@&b!iEy|thu2ni)+C8^RyDXAz)jV?(^RY~e}
    zSxOd_WQDFuNli%_bWKW@lw_T5NJ(8u&e8KyvaBQ*=tU`6QIbpavXrbU$rXB4N*YSC
    zNv}!Cnvz_nH>6~p8erg?@xmS&nEVBnsTuHOwlt{2Svv~2!-N6GHKHCfq%({lWE@=J
    zcMUNR5%ZeH!@zZeS3>G^`wk_3n;9J*c!qs13|(f>pxyVFpLkBLbGH{oq1ZM}$_|-}
    zQ#J{zHrs(`y3PS7d|(pZ?m36d92sstbX>Mae9~n&rMVlxYGKqTuKcnuF+Jl!mlMwe
    zl#c)qGbPPmAVM-y&i=(cWv3{-W@{NcBJA2co2Kbg-Qa-8LwRh>DGY5jl(+Q6LQjw&J%9
    z*6cP7+dej*q)x;LaN2Uu8vFe)40vSTN-bpGN(tNc(Y2XFPD=5n1*4cx@sEY}wFtbV
    z6U2o;#HEl#y|~6+hwugAoak{$Ft>A}@m1jVPh|E2kC`DShm83cIuUmc`ZAxG;MPHx
    z2YsL3fq=gg4x(P*n@#e{!GJWA_b-}XnZk+KoshI&LI?^obV3tQ_%z@+h0H`487AzO
    zKs3Wayo^vRw44PW(8!_yjaEF`kYU*z`99{JBB)CDVB$shpkt(4>}hThJ;K2;2LlXX
    zE|gc!?3B$}BTjU_2$1+PHfZ0ZX+SStMk6WC7eVw9=aKJYoG~mV=Q4EOXfHJ2s~_zu
    zzU{#8INh0nC~&V5Vb~+qwE^@R%sCPCs#HzpMptd-V4u&qYN#BHg%W6
    zK4K+%OXnL?u}jqU$cI&xdOFxfsQ=wLefsyt?e-CA6n!AU&EURwBeB0?k
    zT1yEyGnbA{^?Fj|ctG$aY;eJeF}9vKHk$)kZG&!>oG;~ADO{-Zzq!5g-GI=!xuxnE
    zxAc`?J&jMQh)}7{VV%=6-?LO3*wl{A>}@)kHR+se4dn75
    z$K_(qH+h{iQTawuIfSw}n3Kp}a0vGRpiw~1yfc}r$^0m
    z=0Pb9x1`5#1)H4YZVZ#$#6i=uUPA_A3J>kDpR>b-TpZ?9o^EZ#RVyjXt+-}cUO@XU
    zv#hvoS--*cOqT3cT(K<3EFi9i9PfS6ASuXXWpf_Z;TN#Ml96A+<}x-{u)%taU&H1)
    zHaD;_u)$&{SAoh}6w6SK-oP4FV3MoqrD{QMl+OMu=h<51pTI0gt<%RWU|AgN__%^)
    zKHNNH{*8-pBjorm2RR7o64wRQVS%jR#nrosk#_Lp7MQe4dc9CB)QgQD3;+HH1E{)b
    
    literal 0
    HcmV?d00001
    
    diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-39.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..9cce7b9608d2d17cd81c77ff940d1d9fa748307e
    GIT binary patch
    literal 9087
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-39.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..74ed3289ba0d0a134b07e49c20883e915737e661
    GIT binary patch
    literal 8759
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/android.py b/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/android.py
    new file mode 100644
    index 0000000..76527dd
    --- /dev/null
    +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/android.py
    @@ -0,0 +1,210 @@
    +"""Android."""
    +from __future__ import annotations
    +
    +import os
    +import re
    +import sys
    +from functools import lru_cache
    +from typing import cast
    +
    +from .api import PlatformDirsABC
    +
    +
    +class Android(PlatformDirsABC):
    +    """
    +    Follows the guidance `from here `_. Makes use of the
    +    `appname `,
    +    `version `,
    +    `ensure_exists `.
    +    """
    +
    +    @property
    +    def user_data_dir(self) -> str:
    +        """:return: data directory tied to the user, e.g. ``/data/user///files/``"""
    +        return self._append_app_name_and_version(cast(str, _android_folder()), "files")
    +
    +    @property
    +    def site_data_dir(self) -> str:
    +        """:return: data directory shared by users, same as `user_data_dir`"""
    +        return self.user_data_dir
    +
    +    @property
    +    def user_config_dir(self) -> str:
    +        """
    +        :return: config directory tied to the user, e.g. \
    +        ``/data/user///shared_prefs/``
    +        """
    +        return self._append_app_name_and_version(cast(str, _android_folder()), "shared_prefs")
    +
    +    @property
    +    def site_config_dir(self) -> str:
    +        """:return: config directory shared by the users, same as `user_config_dir`"""
    +        return self.user_config_dir
    +
    +    @property
    +    def user_cache_dir(self) -> str:
    +        """:return: cache directory tied to the user, e.g. e.g. ``/data/user///cache/``"""
    +        return self._append_app_name_and_version(cast(str, _android_folder()), "cache")
    +
    +    @property
    +    def site_cache_dir(self) -> str:
    +        """:return: cache directory shared by users, same as `user_cache_dir`"""
    +        return self.user_cache_dir
    +
    +    @property
    +    def user_state_dir(self) -> str:
    +        """:return: state directory tied to the user, same as `user_data_dir`"""
    +        return self.user_data_dir
    +
    +    @property
    +    def user_log_dir(self) -> str:
    +        """
    +        :return: log directory tied to the user, same as `user_cache_dir` if not opinionated else ``log`` in it,
    +          e.g. ``/data/user///cache//log``
    +        """
    +        path = self.user_cache_dir
    +        if self.opinion:
    +            path = os.path.join(path, "log")  # noqa: PTH118
    +        return path
    +
    +    @property
    +    def user_documents_dir(self) -> str:
    +        """:return: documents directory tied to the user e.g. ``/storage/emulated/0/Documents``"""
    +        return _android_documents_folder()
    +
    +    @property
    +    def user_downloads_dir(self) -> str:
    +        """:return: downloads directory tied to the user e.g. ``/storage/emulated/0/Downloads``"""
    +        return _android_downloads_folder()
    +
    +    @property
    +    def user_pictures_dir(self) -> str:
    +        """:return: pictures directory tied to the user e.g. ``/storage/emulated/0/Pictures``"""
    +        return _android_pictures_folder()
    +
    +    @property
    +    def user_videos_dir(self) -> str:
    +        """:return: videos directory tied to the user e.g. ``/storage/emulated/0/DCIM/Camera``"""
    +        return _android_videos_folder()
    +
    +    @property
    +    def user_music_dir(self) -> str:
    +        """:return: music directory tied to the user e.g. ``/storage/emulated/0/Music``"""
    +        return _android_music_folder()
    +
    +    @property
    +    def user_runtime_dir(self) -> str:
    +        """
    +        :return: runtime directory tied to the user, same as `user_cache_dir` if not opinionated else ``tmp`` in it,
    +          e.g. ``/data/user///cache//tmp``
    +        """
    +        path = self.user_cache_dir
    +        if self.opinion:
    +            path = os.path.join(path, "tmp")  # noqa: PTH118
    +        return path
    +
    +
    +@lru_cache(maxsize=1)
    +def _android_folder() -> str | None:
    +    """:return: base folder for the Android OS or None if it cannot be found"""
    +    try:
    +        # First try to get path to android app via pyjnius
    +        from jnius import autoclass
    +
    +        context = autoclass("android.content.Context")
    +        result: str | None = context.getFilesDir().getParentFile().getAbsolutePath()
    +    except Exception:  # noqa: BLE001
    +        # if fails find an android folder looking path on the sys.path
    +        pattern = re.compile(r"/data/(data|user/\d+)/(.+)/files")
    +        for path in sys.path:
    +            if pattern.match(path):
    +                result = path.split("/files")[0]
    +                break
    +        else:
    +            result = None
    +    return result
    +
    +
    +@lru_cache(maxsize=1)
    +def _android_documents_folder() -> str:
    +    """:return: documents folder for the Android OS"""
    +    # Get directories with pyjnius
    +    try:
    +        from jnius import autoclass
    +
    +        context = autoclass("android.content.Context")
    +        environment = autoclass("android.os.Environment")
    +        documents_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DOCUMENTS).getAbsolutePath()
    +    except Exception:  # noqa: BLE001
    +        documents_dir = "/storage/emulated/0/Documents"
    +
    +    return documents_dir
    +
    +
    +@lru_cache(maxsize=1)
    +def _android_downloads_folder() -> str:
    +    """:return: downloads folder for the Android OS"""
    +    # Get directories with pyjnius
    +    try:
    +        from jnius import autoclass
    +
    +        context = autoclass("android.content.Context")
    +        environment = autoclass("android.os.Environment")
    +        downloads_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DOWNLOADS).getAbsolutePath()
    +    except Exception:  # noqa: BLE001
    +        downloads_dir = "/storage/emulated/0/Downloads"
    +
    +    return downloads_dir
    +
    +
    +@lru_cache(maxsize=1)
    +def _android_pictures_folder() -> str:
    +    """:return: pictures folder for the Android OS"""
    +    # Get directories with pyjnius
    +    try:
    +        from jnius import autoclass
    +
    +        context = autoclass("android.content.Context")
    +        environment = autoclass("android.os.Environment")
    +        pictures_dir: str = context.getExternalFilesDir(environment.DIRECTORY_PICTURES).getAbsolutePath()
    +    except Exception:  # noqa: BLE001
    +        pictures_dir = "/storage/emulated/0/Pictures"
    +
    +    return pictures_dir
    +
    +
    +@lru_cache(maxsize=1)
    +def _android_videos_folder() -> str:
    +    """:return: videos folder for the Android OS"""
    +    # Get directories with pyjnius
    +    try:
    +        from jnius import autoclass
    +
    +        context = autoclass("android.content.Context")
    +        environment = autoclass("android.os.Environment")
    +        videos_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DCIM).getAbsolutePath()
    +    except Exception:  # noqa: BLE001
    +        videos_dir = "/storage/emulated/0/DCIM/Camera"
    +
    +    return videos_dir
    +
    +
    +@lru_cache(maxsize=1)
    +def _android_music_folder() -> str:
    +    """:return: music folder for the Android OS"""
    +    # Get directories with pyjnius
    +    try:
    +        from jnius import autoclass
    +
    +        context = autoclass("android.content.Context")
    +        environment = autoclass("android.os.Environment")
    +        music_dir: str = context.getExternalFilesDir(environment.DIRECTORY_MUSIC).getAbsolutePath()
    +    except Exception:  # noqa: BLE001
    +        music_dir = "/storage/emulated/0/Music"
    +
    +    return music_dir
    +
    +
    +__all__ = [
    +    "Android",
    +]
    diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/api.py b/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/api.py
    new file mode 100644
    index 0000000..d64ebb9
    --- /dev/null
    +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/macos.py b/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/macos.py
    new file mode 100644
    index 0000000..a753e2a
    --- /dev/null
    +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/py.typed b/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/py.typed
    new file mode 100644
    index 0000000..e69de29
    diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/unix.py b/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/unix.py
    new file mode 100644
    index 0000000..468b0ab
    --- /dev/null
    +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/version.py b/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/version.py
    new file mode 100644
    index 0000000..dc8c44c
    --- /dev/null
    +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/windows.py b/.awi/lib/python3.9/site-packages/pip/_vendor/platformdirs/windows.py
    new file mode 100644
    index 0000000..b52c9c6
    --- /dev/null
    +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__init__.py
    new file mode 100644
    index 0000000..39c84aa
    --- /dev/null
    +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__main__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__main__.py
    new file mode 100644
    index 0000000..2f7f8cb
    --- /dev/null
    +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-39.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..0dc6df01ed4ddb4df5c69d3da75481e904e65f53
    GIT binary patch
    literal 2963
    zcmZuzOK&8%5$?ylG?MJK;RI{L2pIUXvl#WP*P8%Qyg@8^9SM-N#!88kxlH#oIWx5S
    zWs)svgjpY~{RO!P@a7WaFZDI2{DqwI6?-0QTdg5QHp${wRbN$gw7c7N@ceyzH2K%I
    zJNR_;r_6}8^h+*;mv=#!xnGx_A6)D=DU20
    zcVD@~4u6Yp^Bs(~c<0RNy&e6c;W%A}=d1ZN6`9d?^4;?3{%DCw%_64fnTf91OipJB
    znvvO*6;XTmOM7M7PP7A(%W2-wj|EvTx*ehvR2)V`8jFcoFc5@_N)P4kQ;n3qr-n={VR
    zNL`c#fl4EzNn>3WMXrqC_M(SO7b2EWFd{1vF4|N?(t_f`L^6RIGK-anG#U2WGD@VG
    zv+*1dCXs|vX+>S&w*AaRS#itT%e%mnF7g1|08#F~hjiA!+r
    zKt(c}l<~!{Yv-NM1PfQ}hL6A%#ULw-XW@wKFEedGHH+d(ni&g2*l9jmzF$Yi)2Ccq
    zhT)RZ05G~+>i*IsY-UWM_XmS1gqGs~$_#-l_#avOu?X$zxkUf6%=(l^1A3gqrC<4~6(J~{Vv=5sL_Sv7$kDk9c3oNdEgoMbn
    z*k=c4pV#Xr$A`~O&z@NpElC)3|BD>s^t`HbW)zrs{Jd%(%#F~;&u?0fgO7g`d|cfF
    zNsKCEQ!2rYxHdh%@)L1gwQA;7TWjCM9*J8%KK^&m4$<@}x|^Ma`-8J^Ub|mAXHLU0
    z?)=Dg=+9<2WVe@|>zKyEHO*U39hla_U3hlna{t!--u>SBo0EBu9Ns`yYu^0Bs(K=>
    zSx8|WB6{IhGEWG6LWS%>T57|_;2jIGk6u}SgPuKmn23igQ7Ysigegd434&NL`2`FZ
    zu)|U*8zX&4ro59OTw*Y(=68KlFcoH0pLoy%cPP~=7drRcs{2Ar#kIZt<_T~;=ppA!
    zOG?9R1J43pgX^;_HxwyJr1fd9U3E7XR9olsLOfF{SJelFEP@f@f#)h%u`aN(6xqJ&
    zN+cK%9|~6ugLCvomt!j!j%<+Os^;dzza8}s4*pLMW_c|hCY6B#2!pfsZq;HxHX
    z{s>LKh0bYt?vA_T?YQr`9nY?v#y%}9AKJYp*egtK4i=t%Vw{Cbgu3lQ(}vOAoYcMIXZPmH}Vb5`jchGb02a?<84oL)-AOge
    z+M^^2T_y%NQLGV8t1kc)S!w!pA-8@HL`gf83gI24veaU@{n`PPggOr
    zwbtwA_qE!0N6FeGcSlNZyJ{m)PK=9Xse7Ng
    zpJ?C4yD!nSEfGyc^PYQ3zi!nYjd&i9MwKV?+GpgwYI}rip)`C6n>^K{Odpj!9M%y8-h0x(Z@}R`-bkAWz@DoxggsjJuDgCC@<^n38A9
    z=e_^M>Fi{&Jn2ecU@0$699}u1&|-v}pl#;Lk%~t9&3>9PnWt&vo7$|76jyP&1Hq(@
    zZ`;o+R&oK_b16*#U$|`os*7E7?+ofpQq4|<1+BNr{zUq&i|WK5lWb%KiPCfjAd;DM
    z?C@-BxfCW*C9MlBw}M5Esi@~EiRovalsrp%{WyM@7;Yg_H2*{kaA{m6*9E$mem=>~
    dd|b)R;87*nwuHxRgJ$SN5DxIr^Y9@a;=dG4uh0Mh
    
    literal 0
    HcmV?d00001
    
    diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-39.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..917b14e627a2a83acd4263dd705f1a65675acde2
    GIT binary patch
    literal 15546
    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
    BoLm3^
    
    literal 0
    HcmV?d00001
    
    diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-39.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..74df39886781a75436abb12e1a86769842d09431
    GIT binary patch
    literal 1897
    zcmb7F&2k$>5T2Rcl~!xnn8dLoJA^$zm1W0TVVh7^Tom9W6{;vhVYsZJi6vs_FT<=ImxrkyH2goIqFqqqjVX7@4z`DYQ!X<^v3Y!X76t)zeQn;${
    zw8AqAzoPK$HtHh!>QC6!V7&pWPH(yfD>04f-;jss%grx{TXs$GJjaZAB)?*1Wnqrq
    zVi3VtCOsQ;{vG5RUwyw{-Z%FRh_h6a(JpKwdYjh1MQ(*I(j{0edWXIS>lD4ahw85n
    zf3a*B>7X02IL{h>5@$)sl<@0o!&1`636H$o_LDH-jKZouu#l=1wVCOw%e=_!J=gf=l*%@Q@`=5XI5G415-6tYv?&
    z_psRi=);{yyL*r9!-U(E~Z$(1yBq0U3
    z4&p;Eh^2TVa?LFFVhUjcyBUc}Kc)J^x5(aCTvI
    zIb*RX4Okc^C*UaTGf|GbE~L^ExP&M0ax_9UG{Otx(=EXHxZL2kfYgawQAXQGY#{WUJkq+S<5xz`yppRo6qj+&d
    zUZ5OPqlQi~mb!#$Qun#U|7GDRErEp}u2?AlFAG0Y6D<68#X{v@EU4&Y7FBe>jqn6P
    z)K(#5F|KMn^6GOY&(_DPWUY_E7MY-l$J+BSnyvc0^hAeOaS#hW3Y
    zA(eLtV8rsB2@8?3ErlyeV?{z+w)M5`qFUN&`>%e!uC%IbtQIz8lLvA4lAT?C6Ylc-
    zPZ$??mBYUU5_pBn+ZMRZpd4;#!<448W
    zGq)PbcX!MQ{7h)WAQhMj9ID>ovXGUvOJ%QGy{P@|D53q3y(^EG$p+9Zo#@!aRZ@k>
    Y#y?^bQ`7McJd5YBMM|WqnYyXJ1X~N(_W%F@
    
    literal 0
    HcmV?d00001
    
    diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-39.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..b8d2cf001ecbf6317396fe5a58fe65b29e068d35
    GIT binary patch
    literal 2658
    zcmaJ?&2Jk;6rb6(*Nz*9^3fK`hvopHmJ&Nkr3#{|w4^Dmpa$Xg5(#a_JL6=_dUrcB
    zPO#;2Xd=OhL(d$j)Jy&t4qTTb{{<3)_h#0q9jS~ovoo{v-pqUN_j`{wn+*c(S^w_f
    zS&fjta53L1u(%0be*%LbJ47^uC;Vf&Lq$bYkI9br1rdR$9TQPI@^*Y!)x{F5mZX2=
    z?^Fcsk=D7%?+pemAMXuiYIJ)LCq^o}_v2z~*vl;^De{5yHDeq@S^5H7eQnFhQAKd-=+g{sV
    zyP3q1Otsu(pZ9LN|6kqP+V1wY*&tJJwc&B1+l_AIgF9xe3KR4b?&%L<_=yatpu#(@
    zKk=vZHu-MlNoDF!D^qghJt2?JPYL+MpS-YlKGbMutl3bS{Y)^EF`nninDLaw;3VD$
    zM`VN2UJd`P7-!lju%gZG4Ok+7kcxqhz4$<)*vA?le8`oMRwFphN;#*kvJ5uVVQjCK
    zrD~>RBtc%Y-ENl3UFVX>1A}G_=V<9w==vfIQ}P@6nM~<(ZyV5Ymrxjc|+9#iozaMw@v!U$diXTXscDAzAsJK5eahB>%p78OW%0{VJ19R5$
    zF?cBLwE1D&N#cITt*^E}?P&1STF#^I`JM!^IPZku2$3l`;~>{5@sf{=AhZsC1C6lO
    z(aHOECv<0Y`+AZ^JkdAW?xX@{kXBWp=`&-r3Sgy{aKOOZGYX-g>M#_|1&zzFrE#AG
    z%U+!>Q*{pJ5yhRd;T-STg02}12E6--8gD?2KP7@5d9Vfy3GY{6mPOE?HmJ8{lqqfi
    zpq4LDmL5oDG~;YAN+a|ni&KPE8R*STM;c`0O>ODr47b{F7dXa}>`WU%Tm
    z2Ar^{0|ezZM6JzJArwTG7&Ff0Dm&oGNW#UX#Ns(TJC0=n;G8?%ws&4>S(Qa242L!i
    zgkj59=)s~Eh9Zl?u&B>0YgLO1YAEVqnDU{7e=B!NtMAw(Q`Gi=w#F#c1QmcwI&iT<
    zXS-M}&pY8A*w!{FE;VSKR;c%ndJFa<=nD;@a}&A^mL!l6AsGs~E^t$D=BT9T?)(#Xtp@Qj>=}z77Z}JBhv_U)l=Pj4
    z7`_<$m-uQlaZ0Bow3JnN4xCdf<9gy16^y$=mY?+(_&QEw6NVjBgc=E*yynbn&;Bi>
    zNFR?t--2#$Hspvr1&{T}?B+MSnYlMh^-^prm8lb7y$uqMYRJAbFHv~+2I?#y(JUV^
    zu%Yj^0(BmxEO?f~@bQQz4kZ>03S(_`%;`Oag}MNLTc{kF4oIlheY^K+Bw+GiL;|3|
    z7ZoUzRRK7FZy-EGgL)l~PX4fgywwL%@yL`>hmZ>_Sc@UYx=;q$LBWd7XfO*p1FmC{
    z93
    zj{UR&+zHWA;aI=*uu*X#{?uk@UGgUmhLeJ!_cb*Sm23>}$|>+o;S!
    z+nZcC^9l!XK+-9~)qAK0vz$}?|L8^lUPJv@mH^#B#j6JvmMtjXRi_85l+At?`1bGI
    aJ5OC#)UUf#eFI5uHCE0wn)UN5&Hn(wy@vq+
    
    literal 0
    HcmV?d00001
    
    diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-39.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..7bd808a76436701fae82cae2028db8ae099067b2
    GIT binary patch
    literal 3968
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-39.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..e865bf4104968bfd569547c6c1755d56542f0a53
    GIT binary patch
    literal 1200
    zcmZWp&2Aev5GJ`llGjO*Q=kAo@aRoqt>FLxDkO0u$3OxEP7x(NC~+6ml9IOBzmk+2
    z8LM8LzCfSAKIVmT;58?|LV=(i?pkTk&VsWu~W9#AJEw68@$V%4|v?+WQ4-t^ix1V
    zs^u&fg;xE%El?Vr;~HJy6|S-D)%cune1S*MOlS=`y0pomV>Z`V#!?tx
    z2_}=d@n*7IR3R}qGdTZ<Q+9M2I3fC<`sq$wH@Pp`t2dOPf{j9l&a*
    zTIzXOM1A&K8fEDuYW;it?<19Ju~V_+9h(VAORFe85d|+L#I!t#)<^1BOLO!8AX^IE
    zwAb`OAsk>A%T2H@Jy3}SVl6hnGPwbz0;5Lf=mM=s4PexG6LHc5X8+;bLQl|fZ{=uQ
    zJ7;+1)~?*DU4k%x_3M@$0o9hFmw$su+vlUuHG!(KR9iSy
    z1Ay@)D`vttnJ7ZvI8e)M_E10pq#;J)7Vzo|ADmNS@I~0FLJxMhr0l8
    zfN$Vy@PI`^EU&>@*fpIv=4BGch5&WIVOa)FCn@s^J_^(M>G0+7#pqDl4m9U$w*RK2
    hWtFsbP4@wSvB<|;
    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
    Gbp8V*Vu+Xk
    
    literal 0
    HcmV?d00001
    
    diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-39.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..8f2c8454ed5c955b1cdd281aa598289b7903a008
    GIT binary patch
    literal 7145
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-39.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..dcd8e9fd4d4d47b2c641b960aaeb862c72ad6339
    GIT binary patch
    literal 4509
    zcmZu#O>7&-72erDE`RhJS+*R;V6Pbtd3h!}rnK-|O^eg?pmn!*`ZJ=RuhYFn#mOyL^Wxxr1I
    z;}*~J0x$9spWu^xicj+yKFeQvGF{X896!P5`AL3?FYwd+WqyXg!q4(od6~b)U+3re
    zd1x7~>FRr|miv*yFYt?x6n@dQ_Ox0a^mq6r(3jjiul!c475L>frSjeWUkYVBonEu;
    z`cYU7qn_tV)~83Fg5=$H!d9a!b;?0~%WXu}RIuC#Iz7>9Zbr-HJ43X5b!q9XD_57U
    zUMtso5)9MHaX(dJ=mNX(L>8)D$>4O%kE|?a>X3nE=~}bCvcJgLS7LI1WprpnZOwWuMjv(
    z;8g-;0PFHk1
    zx1W~;0?f;X@F*7@o%cH~h(-NYAO2XK`dLlRIa2|QA28XbPLG6A49C<&l7DG{K}Q8GYl@d+H)$t1r<
    z2lS^n2n`*h4WAN_9KJjF!V(Nd%2O6AF^kn$+t&wrq^>9*pBfmk5$jvp4ij^n5f&TQ
    zmF+pMa_x~aFk6bQ405q<>m*xI9d$h7+>Rpn_IjLqYR1M^jw}1>
    zAWuDr=4@Xj{Xrqli^rgqt|ETdRJi_(4f1}K8*u^s{~8;S)n#aNk+p!l$dzBK3koz!
    zaehR_`8Y>&JU+Ud&DlXQE^_0cD*m(mH8As``j`piQH+qox`<~<-f5m6;}s;YD)ow)
    zUPF+y~#{(O7ga(-jJv8Nt!#Kma@-d6Lu%l_3Sa&oyqztd{*kcB=x?M
    zdb4ACbD7==DgTGGJD>4RO5WF!H=FTJN#6e?Z$a{4Sz62!wY|Q5FV+z@r&klD!G^Jd
    zmLgKaw}vl#1`s1)uqmY&tXLK(IZ+L+-2$y
    z$yc(&MDr*chmj+qaJLn0qNeDP`$?2&P
    zEAYd`j_356BIx@33XELo^rFqcU#vR2twpa@Urgz1)$cEcNT63b$a6^W=+^2i+B>e#
    z0|A}1_%6!ATJ7|bqMTkj>D!n>NU2p}7Sq`@E8*4gU6k}3@czZatWdRW-`%zC>UA%G
    zAHo~ev7st?=_cvNF+i?+ks!(YLCfECMJr15df;(!5t@nV2a=$TNX%B`plFNBL|D+5
    zWRizJT;a8RS5!z+^vOdhr?1tU%LkOb4k%^ybM-(#w0vNYrXhm1miCmqPGJ-
    zIIzH|^K4iRZx&rN{QBPU_{?(yNOYE
    zLKh*x8&JhDfzv
    zBFJj+Pav_fg@cIfii3;{uMPAV1qd|iLBw$IFXJE^8Lfi85gP+7LUoWlm5%ekj7_Qg
    z0J=ERk|y1)*hGENGM>@ta3!MgwFMkriRp(J#zTHGJ6~`G8W^SXWu~1YN#{=)g^B>`
    ztBlG^>hI{I#X2uMDIy&d({v!n-7+p^2+C*^H;6|OBz{1EPEe(o81f{Dw}|x)fn|Us
    zS8qywVy0mzen_I51a6UB-hNVzV!cV16-iW#G(_fY?skORa3Yu6htg17p}v;nw4Dwe
    zpTMi+kXF1|TfDpUX4Ul@hWv2l-72RhgkPBMJx+(ihWJ!JdmY_-A?-D`!>b0&TP$?^FX
    zNtPYMCy<9SELs1=$nu!Rk)S2bL#y1;RhYW!
    z_fQy`pC6eYS2?n3vP~JNLH)`AWF42LxdCb(>J#8T+fW}UOxZT6BBirZ<*dXn(P20>
    z+TY_-vuv9#(6;>y!cbn_us8kL(Zq%dM<#V-E66Fd6apSqu3fpBU1Y{oFbF4Ysk7A&o|o8y2x*BydF2f&el7id$M5>Mh+{trW!u?20CV
    zO@L&&j)I+*cRNi2Q=9lXA%9Y2j2WtOw%={nvAwCznQ_*)Mpzh^h8?%ja=fhL`4@?f
    z4U?JSPm{
    z3M#TZXdnho7yl7&Hbv=!>
    i8?^P|djNW2+CaJ*f7K%tQ~zzAJjVI9#+;>1cm5BN{)D9f
    
    literal 0
    HcmV?d00001
    
    diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-39.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..973a7ce68a49eb1a116a05329eb9f4c4c2d8dd03
    GIT binary patch
    literal 4391
    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
    PKsg~`UI591WQCXjk3-tG
    
    literal 0
    HcmV?d00001
    
    diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-39.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..c370efd15127c968bbfc4502567a2f460e0621cb
    GIT binary patch
    literal 10251
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/cmdline.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/cmdline.py
    new file mode 100644
    index 0000000..eec1775
    --- /dev/null
    +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/cmdline.py
    @@ -0,0 +1,668 @@
    +"""
    +    pygments.cmdline
    +    ~~~~~~~~~~~~~~~~
    +
    +    Command line interface.
    +
    +    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
    +    :license: BSD, see LICENSE for details.
    +"""
    +
    +import os
    +import sys
    +import shutil
    +import argparse
    +from textwrap import dedent
    +
    +from pip._vendor.pygments import __version__, highlight
    +from pip._vendor.pygments.util import ClassNotFound, OptionError, docstring_headline, \
    +    guess_decode, guess_decode_from_terminal, terminal_encoding, \
    +    UnclosingTextIOWrapper
    +from pip._vendor.pygments.lexers import get_all_lexers, get_lexer_by_name, guess_lexer, \
    +    load_lexer_from_file, get_lexer_for_filename, find_lexer_class_for_filename
    +from pip._vendor.pygments.lexers.special import TextLexer
    +from pip._vendor.pygments.formatters.latex import LatexEmbeddedLexer, LatexFormatter
    +from pip._vendor.pygments.formatters import get_all_formatters, get_formatter_by_name, \
    +    load_formatter_from_file, get_formatter_for_filename, find_formatter_class
    +from pip._vendor.pygments.formatters.terminal import TerminalFormatter
    +from pip._vendor.pygments.formatters.terminal256 import Terminal256Formatter, TerminalTrueColorFormatter
    +from pip._vendor.pygments.filters import get_all_filters, find_filter_class
    +from pip._vendor.pygments.styles import get_all_styles, get_style_by_name
    +
    +
    +def _parse_options(o_strs):
    +    opts = {}
    +    if not o_strs:
    +        return opts
    +    for o_str in o_strs:
    +        if not o_str.strip():
    +            continue
    +        o_args = o_str.split(',')
    +        for o_arg in o_args:
    +            o_arg = o_arg.strip()
    +            try:
    +                o_key, o_val = o_arg.split('=', 1)
    +                o_key = o_key.strip()
    +                o_val = o_val.strip()
    +            except ValueError:
    +                opts[o_arg] = True
    +            else:
    +                opts[o_key] = o_val
    +    return opts
    +
    +
    +def _parse_filters(f_strs):
    +    filters = []
    +    if not f_strs:
    +        return filters
    +    for f_str in f_strs:
    +        if ':' in f_str:
    +            fname, fopts = f_str.split(':', 1)
    +            filters.append((fname, _parse_options([fopts])))
    +        else:
    +            filters.append((f_str, {}))
    +    return filters
    +
    +
    +def _print_help(what, name):
    +    try:
    +        if what == 'lexer':
    +            cls = get_lexer_by_name(name)
    +            print("Help on the %s lexer:" % cls.name)
    +            print(dedent(cls.__doc__))
    +        elif what == 'formatter':
    +            cls = find_formatter_class(name)
    +            print("Help on the %s formatter:" % cls.name)
    +            print(dedent(cls.__doc__))
    +        elif what == 'filter':
    +            cls = find_filter_class(name)
    +            print("Help on the %s filter:" % name)
    +            print(dedent(cls.__doc__))
    +        return 0
    +    except (AttributeError, ValueError):
    +        print("%s not found!" % what, file=sys.stderr)
    +        return 1
    +
    +
    +def _print_list(what):
    +    if what == 'lexer':
    +        print()
    +        print("Lexers:")
    +        print("~~~~~~~")
    +
    +        info = []
    +        for fullname, names, exts, _ in get_all_lexers():
    +            tup = (', '.join(names)+':', fullname,
    +                   exts and '(filenames ' + ', '.join(exts) + ')' or '')
    +            info.append(tup)
    +        info.sort()
    +        for i in info:
    +            print(('* %s\n    %s %s') % i)
    +
    +    elif what == 'formatter':
    +        print()
    +        print("Formatters:")
    +        print("~~~~~~~~~~~")
    +
    +        info = []
    +        for cls in get_all_formatters():
    +            doc = docstring_headline(cls)
    +            tup = (', '.join(cls.aliases) + ':', doc, cls.filenames and
    +                   '(filenames ' + ', '.join(cls.filenames) + ')' or '')
    +            info.append(tup)
    +        info.sort()
    +        for i in info:
    +            print(('* %s\n    %s %s') % i)
    +
    +    elif what == 'filter':
    +        print()
    +        print("Filters:")
    +        print("~~~~~~~~")
    +
    +        for name in get_all_filters():
    +            cls = find_filter_class(name)
    +            print("* " + name + ':')
    +            print("    %s" % docstring_headline(cls))
    +
    +    elif what == 'style':
    +        print()
    +        print("Styles:")
    +        print("~~~~~~~")
    +
    +        for name in get_all_styles():
    +            cls = get_style_by_name(name)
    +            print("* " + name + ':')
    +            print("    %s" % docstring_headline(cls))
    +
    +
    +def _print_list_as_json(requested_items):
    +    import json
    +    result = {}
    +    if 'lexer' in requested_items:
    +        info = {}
    +        for fullname, names, filenames, mimetypes in get_all_lexers():
    +            info[fullname] = {
    +                'aliases': names,
    +                'filenames': filenames,
    +                'mimetypes': mimetypes
    +            }
    +        result['lexers'] = info
    +
    +    if 'formatter' in requested_items:
    +        info = {}
    +        for cls in get_all_formatters():
    +            doc = docstring_headline(cls)
    +            info[cls.name] = {
    +                'aliases': cls.aliases,
    +                'filenames': cls.filenames,
    +                'doc': doc
    +            }
    +        result['formatters'] = info
    +
    +    if 'filter' in requested_items:
    +        info = {}
    +        for name in get_all_filters():
    +            cls = find_filter_class(name)
    +            info[name] = {
    +                'doc': docstring_headline(cls)
    +            }
    +        result['filters'] = info
    +
    +    if 'style' in requested_items:
    +        info = {}
    +        for name in get_all_styles():
    +            cls = get_style_by_name(name)
    +            info[name] = {
    +                'doc': docstring_headline(cls)
    +            }
    +        result['styles'] = info
    +
    +    json.dump(result, sys.stdout)
    +
    +def main_inner(parser, argns):
    +    if argns.help:
    +        parser.print_help()
    +        return 0
    +
    +    if argns.V:
    +        print('Pygments version %s, (c) 2006-2023 by Georg Brandl, Matthäus '
    +              'Chajdas and contributors.' % __version__)
    +        return 0
    +
    +    def is_only_option(opt):
    +        return not any(v for (k, v) in vars(argns).items() if k != opt)
    +
    +    # handle ``pygmentize -L``
    +    if argns.L is not None:
    +        arg_set = set()
    +        for k, v in vars(argns).items():
    +            if v:
    +                arg_set.add(k)
    +
    +        arg_set.discard('L')
    +        arg_set.discard('json')
    +
    +        if arg_set:
    +            parser.print_help(sys.stderr)
    +            return 2
    +
    +        # print version
    +        if not argns.json:
    +            main(['', '-V'])
    +        allowed_types = {'lexer', 'formatter', 'filter', 'style'}
    +        largs = [arg.rstrip('s') for arg in argns.L]
    +        if any(arg not in allowed_types for arg in largs):
    +            parser.print_help(sys.stderr)
    +            return 0
    +        if not largs:
    +            largs = allowed_types
    +        if not argns.json:
    +            for arg in largs:
    +                _print_list(arg)
    +        else:
    +            _print_list_as_json(largs)
    +        return 0
    +
    +    # handle ``pygmentize -H``
    +    if argns.H:
    +        if not is_only_option('H'):
    +            parser.print_help(sys.stderr)
    +            return 2
    +        what, name = argns.H
    +        if what not in ('lexer', 'formatter', 'filter'):
    +            parser.print_help(sys.stderr)
    +            return 2
    +        return _print_help(what, name)
    +
    +    # parse -O options
    +    parsed_opts = _parse_options(argns.O or [])
    +
    +    # parse -P options
    +    for p_opt in argns.P or []:
    +        try:
    +            name, value = p_opt.split('=', 1)
    +        except ValueError:
    +            parsed_opts[p_opt] = True
    +        else:
    +            parsed_opts[name] = value
    +
    +    # encodings
    +    inencoding = parsed_opts.get('inencoding', parsed_opts.get('encoding'))
    +    outencoding = parsed_opts.get('outencoding', parsed_opts.get('encoding'))
    +
    +    # handle ``pygmentize -N``
    +    if argns.N:
    +        lexer = find_lexer_class_for_filename(argns.N)
    +        if lexer is None:
    +            lexer = TextLexer
    +
    +        print(lexer.aliases[0])
    +        return 0
    +
    +    # handle ``pygmentize -C``
    +    if argns.C:
    +        inp = sys.stdin.buffer.read()
    +        try:
    +            lexer = guess_lexer(inp, inencoding=inencoding)
    +        except ClassNotFound:
    +            lexer = TextLexer
    +
    +        print(lexer.aliases[0])
    +        return 0
    +
    +    # handle ``pygmentize -S``
    +    S_opt = argns.S
    +    a_opt = argns.a
    +    if S_opt is not None:
    +        f_opt = argns.f
    +        if not f_opt:
    +            parser.print_help(sys.stderr)
    +            return 2
    +        if argns.l or argns.INPUTFILE:
    +            parser.print_help(sys.stderr)
    +            return 2
    +
    +        try:
    +            parsed_opts['style'] = S_opt
    +            fmter = get_formatter_by_name(f_opt, **parsed_opts)
    +        except ClassNotFound as err:
    +            print(err, file=sys.stderr)
    +            return 1
    +
    +        print(fmter.get_style_defs(a_opt or ''))
    +        return 0
    +
    +    # if no -S is given, -a is not allowed
    +    if argns.a is not None:
    +        parser.print_help(sys.stderr)
    +        return 2
    +
    +    # parse -F options
    +    F_opts = _parse_filters(argns.F or [])
    +
    +    # -x: allow custom (eXternal) lexers and formatters
    +    allow_custom_lexer_formatter = bool(argns.x)
    +
    +    # select lexer
    +    lexer = None
    +
    +    # given by name?
    +    lexername = argns.l
    +    if lexername:
    +        # custom lexer, located relative to user's cwd
    +        if allow_custom_lexer_formatter and '.py' in lexername:
    +            try:
    +                filename = None
    +                name = None
    +                if ':' in lexername:
    +                    filename, name = lexername.rsplit(':', 1)
    +
    +                    if '.py' in name:
    +                        # This can happen on Windows: If the lexername is
    +                        # C:\lexer.py -- return to normal load path in that case
    +                        name = None
    +
    +                if filename and name:
    +                    lexer = load_lexer_from_file(filename, name,
    +                                                 **parsed_opts)
    +                else:
    +                    lexer = load_lexer_from_file(lexername, **parsed_opts)
    +            except ClassNotFound as err:
    +                print('Error:', err, file=sys.stderr)
    +                return 1
    +        else:
    +            try:
    +                lexer = get_lexer_by_name(lexername, **parsed_opts)
    +            except (OptionError, ClassNotFound) as err:
    +                print('Error:', err, file=sys.stderr)
    +                return 1
    +
    +    # read input code
    +    code = None
    +
    +    if argns.INPUTFILE:
    +        if argns.s:
    +            print('Error: -s option not usable when input file specified',
    +                  file=sys.stderr)
    +            return 2
    +
    +        infn = argns.INPUTFILE
    +        try:
    +            with open(infn, 'rb') as infp:
    +                code = infp.read()
    +        except Exception as err:
    +            print('Error: cannot read infile:', err, file=sys.stderr)
    +            return 1
    +        if not inencoding:
    +            code, inencoding = guess_decode(code)
    +
    +        # do we have to guess the lexer?
    +        if not lexer:
    +            try:
    +                lexer = get_lexer_for_filename(infn, code, **parsed_opts)
    +            except ClassNotFound as err:
    +                if argns.g:
    +                    try:
    +                        lexer = guess_lexer(code, **parsed_opts)
    +                    except ClassNotFound:
    +                        lexer = TextLexer(**parsed_opts)
    +                else:
    +                    print('Error:', err, file=sys.stderr)
    +                    return 1
    +            except OptionError as err:
    +                print('Error:', err, file=sys.stderr)
    +                return 1
    +
    +    elif not argns.s:  # treat stdin as full file (-s support is later)
    +        # read code from terminal, always in binary mode since we want to
    +        # decode ourselves and be tolerant with it
    +        code = sys.stdin.buffer.read()  # use .buffer to get a binary stream
    +        if not inencoding:
    +            code, inencoding = guess_decode_from_terminal(code, sys.stdin)
    +            # else the lexer will do the decoding
    +        if not lexer:
    +            try:
    +                lexer = guess_lexer(code, **parsed_opts)
    +            except ClassNotFound:
    +                lexer = TextLexer(**parsed_opts)
    +
    +    else:  # -s option needs a lexer with -l
    +        if not lexer:
    +            print('Error: when using -s a lexer has to be selected with -l',
    +                  file=sys.stderr)
    +            return 2
    +
    +    # process filters
    +    for fname, fopts in F_opts:
    +        try:
    +            lexer.add_filter(fname, **fopts)
    +        except ClassNotFound as err:
    +            print('Error:', err, file=sys.stderr)
    +            return 1
    +
    +    # select formatter
    +    outfn = argns.o
    +    fmter = argns.f
    +    if fmter:
    +        # custom formatter, located relative to user's cwd
    +        if allow_custom_lexer_formatter and '.py' in fmter:
    +            try:
    +                filename = None
    +                name = None
    +                if ':' in fmter:
    +                    # Same logic as above for custom lexer
    +                    filename, name = fmter.rsplit(':', 1)
    +
    +                    if '.py' in name:
    +                        name = None
    +
    +                if filename and name:
    +                    fmter = load_formatter_from_file(filename, name,
    +                                                     **parsed_opts)
    +                else:
    +                    fmter = load_formatter_from_file(fmter, **parsed_opts)
    +            except ClassNotFound as err:
    +                print('Error:', err, file=sys.stderr)
    +                return 1
    +        else:
    +            try:
    +                fmter = get_formatter_by_name(fmter, **parsed_opts)
    +            except (OptionError, ClassNotFound) as err:
    +                print('Error:', err, file=sys.stderr)
    +                return 1
    +
    +    if outfn:
    +        if not fmter:
    +            try:
    +                fmter = get_formatter_for_filename(outfn, **parsed_opts)
    +            except (OptionError, ClassNotFound) as err:
    +                print('Error:', err, file=sys.stderr)
    +                return 1
    +        try:
    +            outfile = open(outfn, 'wb')
    +        except Exception as err:
    +            print('Error: cannot open outfile:', err, file=sys.stderr)
    +            return 1
    +    else:
    +        if not fmter:
    +            if os.environ.get('COLORTERM','') in ('truecolor', '24bit'):
    +                fmter = TerminalTrueColorFormatter(**parsed_opts)
    +            elif '256' in os.environ.get('TERM', ''):
    +                fmter = Terminal256Formatter(**parsed_opts)
    +            else:
    +                fmter = TerminalFormatter(**parsed_opts)
    +        outfile = sys.stdout.buffer
    +
    +    # determine output encoding if not explicitly selected
    +    if not outencoding:
    +        if outfn:
    +            # output file? use lexer encoding for now (can still be None)
    +            fmter.encoding = inencoding
    +        else:
    +            # else use terminal encoding
    +            fmter.encoding = terminal_encoding(sys.stdout)
    +
    +    # provide coloring under Windows, if possible
    +    if not outfn and sys.platform in ('win32', 'cygwin') and \
    +       fmter.name in ('Terminal', 'Terminal256'):  # pragma: no cover
    +        # unfortunately colorama doesn't support binary streams on Py3
    +        outfile = UnclosingTextIOWrapper(outfile, encoding=fmter.encoding)
    +        fmter.encoding = None
    +        try:
    +            import pip._vendor.colorama.initialise as colorama_initialise
    +        except ImportError:
    +            pass
    +        else:
    +            outfile = colorama_initialise.wrap_stream(
    +                outfile, convert=None, strip=None, autoreset=False, wrap=True)
    +
    +    # When using the LaTeX formatter and the option `escapeinside` is
    +    # specified, we need a special lexer which collects escaped text
    +    # before running the chosen language lexer.
    +    escapeinside = parsed_opts.get('escapeinside', '')
    +    if len(escapeinside) == 2 and isinstance(fmter, LatexFormatter):
    +        left = escapeinside[0]
    +        right = escapeinside[1]
    +        lexer = LatexEmbeddedLexer(left, right, lexer)
    +
    +    # ... and do it!
    +    if not argns.s:
    +        # process whole input as per normal...
    +        try:
    +            highlight(code, lexer, fmter, outfile)
    +        finally:
    +            if outfn:
    +                outfile.close()
    +        return 0
    +    else:
    +        # line by line processing of stdin (eg: for 'tail -f')...
    +        try:
    +            while 1:
    +                line = sys.stdin.buffer.readline()
    +                if not line:
    +                    break
    +                if not inencoding:
    +                    line = guess_decode_from_terminal(line, sys.stdin)[0]
    +                highlight(line, lexer, fmter, outfile)
    +                if hasattr(outfile, 'flush'):
    +                    outfile.flush()
    +            return 0
    +        except KeyboardInterrupt:  # pragma: no cover
    +            return 0
    +        finally:
    +            if outfn:
    +                outfile.close()
    +
    +
    +class HelpFormatter(argparse.HelpFormatter):
    +    def __init__(self, prog, indent_increment=2, max_help_position=16, width=None):
    +        if width is None:
    +            try:
    +                width = shutil.get_terminal_size().columns - 2
    +            except Exception:
    +                pass
    +        argparse.HelpFormatter.__init__(self, prog, indent_increment,
    +                                        max_help_position, width)
    +
    +
    +def main(args=sys.argv):
    +    """
    +    Main command line entry point.
    +    """
    +    desc = "Highlight an input file and write the result to an output file."
    +    parser = argparse.ArgumentParser(description=desc, add_help=False,
    +                                     formatter_class=HelpFormatter)
    +
    +    operation = parser.add_argument_group('Main operation')
    +    lexersel = operation.add_mutually_exclusive_group()
    +    lexersel.add_argument(
    +        '-l', metavar='LEXER',
    +        help='Specify the lexer to use.  (Query names with -L.)  If not '
    +        'given and -g is not present, the lexer is guessed from the filename.')
    +    lexersel.add_argument(
    +        '-g', action='store_true',
    +        help='Guess the lexer from the file contents, or pass through '
    +        'as plain text if nothing can be guessed.')
    +    operation.add_argument(
    +        '-F', metavar='FILTER[:options]', action='append',
    +        help='Add a filter to the token stream.  (Query names with -L.) '
    +        'Filter options are given after a colon if necessary.')
    +    operation.add_argument(
    +        '-f', metavar='FORMATTER',
    +        help='Specify the formatter to use.  (Query names with -L.) '
    +        'If not given, the formatter is guessed from the output filename, '
    +        'and defaults to the terminal formatter if the output is to the '
    +        'terminal or an unknown file extension.')
    +    operation.add_argument(
    +        '-O', metavar='OPTION=value[,OPTION=value,...]', action='append',
    +        help='Give options to the lexer and formatter as a comma-separated '
    +        'list of key-value pairs. '
    +        'Example: `-O bg=light,python=cool`.')
    +    operation.add_argument(
    +        '-P', metavar='OPTION=value', action='append',
    +        help='Give a single option to the lexer and formatter - with this '
    +        'you can pass options whose value contains commas and equal signs. '
    +        'Example: `-P "heading=Pygments, the Python highlighter"`.')
    +    operation.add_argument(
    +        '-o', metavar='OUTPUTFILE',
    +        help='Where to write the output.  Defaults to standard output.')
    +
    +    operation.add_argument(
    +        'INPUTFILE', nargs='?',
    +        help='Where to read the input.  Defaults to standard input.')
    +
    +    flags = parser.add_argument_group('Operation flags')
    +    flags.add_argument(
    +        '-v', action='store_true',
    +        help='Print a detailed traceback on unhandled exceptions, which '
    +        'is useful for debugging and bug reports.')
    +    flags.add_argument(
    +        '-s', action='store_true',
    +        help='Process lines one at a time until EOF, rather than waiting to '
    +        'process the entire file.  This only works for stdin, only for lexers '
    +        'with no line-spanning constructs, and is intended for streaming '
    +        'input such as you get from `tail -f`. '
    +        'Example usage: `tail -f sql.log | pygmentize -s -l sql`.')
    +    flags.add_argument(
    +        '-x', action='store_true',
    +        help='Allow custom lexers and formatters to be loaded from a .py file '
    +        'relative to the current working directory. For example, '
    +        '`-l ./customlexer.py -x`. By default, this option expects a file '
    +        'with a class named CustomLexer or CustomFormatter; you can also '
    +        'specify your own class name with a colon (`-l ./lexer.py:MyLexer`). '
    +        'Users should be very careful not to use this option with untrusted '
    +        'files, because it will import and run them.')
    +    flags.add_argument('--json', help='Output as JSON. This can '
    +        'be only used in conjunction with -L.',
    +        default=False,
    +        action='store_true')
    +
    +    special_modes_group = parser.add_argument_group(
    +        'Special modes - do not do any highlighting')
    +    special_modes = special_modes_group.add_mutually_exclusive_group()
    +    special_modes.add_argument(
    +        '-S', metavar='STYLE -f formatter',
    +        help='Print style definitions for STYLE for a formatter '
    +        'given with -f. The argument given by -a is formatter '
    +        'dependent.')
    +    special_modes.add_argument(
    +        '-L', nargs='*', metavar='WHAT',
    +        help='List lexers, formatters, styles or filters -- '
    +        'give additional arguments for the thing(s) you want to list '
    +        '(e.g. "styles"), or omit them to list everything.')
    +    special_modes.add_argument(
    +        '-N', metavar='FILENAME',
    +        help='Guess and print out a lexer name based solely on the given '
    +        'filename. Does not take input or highlight anything. If no specific '
    +        'lexer can be determined, "text" is printed.')
    +    special_modes.add_argument(
    +        '-C', action='store_true',
    +        help='Like -N, but print out a lexer name based solely on '
    +        'a given content from standard input.')
    +    special_modes.add_argument(
    +        '-H', action='store', nargs=2, metavar=('NAME', 'TYPE'),
    +        help='Print detailed help for the object  of type , '
    +        'where  is one of "lexer", "formatter" or "filter".')
    +    special_modes.add_argument(
    +        '-V', action='store_true',
    +        help='Print the package version.')
    +    special_modes.add_argument(
    +        '-h', '--help', action='store_true',
    +        help='Print this help.')
    +    special_modes_group.add_argument(
    +        '-a', metavar='ARG',
    +        help='Formatter-specific additional argument for the -S (print '
    +        'style sheet) mode.')
    +
    +    argns = parser.parse_args(args[1:])
    +
    +    try:
    +        return main_inner(parser, argns)
    +    except BrokenPipeError:
    +        # someone closed our stdout, e.g. by quitting a pager.
    +        return 0
    +    except Exception:
    +        if argns.v:
    +            print(file=sys.stderr)
    +            print('*' * 65, file=sys.stderr)
    +            print('An unhandled exception occurred while highlighting.',
    +                  file=sys.stderr)
    +            print('Please report the whole traceback to the issue tracker at',
    +                  file=sys.stderr)
    +            print('.',
    +                  file=sys.stderr)
    +            print('*' * 65, file=sys.stderr)
    +            print(file=sys.stderr)
    +            raise
    +        import traceback
    +        info = traceback.format_exception(*sys.exc_info())
    +        msg = info[-1].strip()
    +        if len(info) >= 3:
    +            # extract relevant file and position info
    +            msg += '\n   (f%s)' % info[-2].split('\n')[0].strip()[1:]
    +        print(file=sys.stderr)
    +        print('*** Error while highlighting:', file=sys.stderr)
    +        print(msg, file=sys.stderr)
    +        print('*** If this is a bug you want to report, please rerun with -v.',
    +              file=sys.stderr)
    +        return 1
    diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/console.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/console.py
    new file mode 100644
    index 0000000..deb4937
    --- /dev/null
    +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/filter.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/filter.py
    new file mode 100644
    index 0000000..dafa08d
    --- /dev/null
    +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/filters/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/filters/__init__.py
    new file mode 100644
    index 0000000..5aa9ecb
    --- /dev/null
    +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/filters/__init__.py
    @@ -0,0 +1,940 @@
    +"""
    +    pygments.filters
    +    ~~~~~~~~~~~~~~~~
    +
    +    Module containing filter lookup functions and default
    +    filters.
    +
    +    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
    +    :license: BSD, see LICENSE for details.
    +"""
    +
    +import re
    +
    +from pip._vendor.pygments.token import String, Comment, Keyword, Name, Error, Whitespace, \
    +    string_to_tokentype
    +from pip._vendor.pygments.filter import Filter
    +from pip._vendor.pygments.util import get_list_opt, get_int_opt, get_bool_opt, \
    +    get_choice_opt, ClassNotFound, OptionError
    +from pip._vendor.pygments.plugin import find_plugin_filters
    +
    +
    +def find_filter_class(filtername):
    +    """Lookup a filter by name. Return None if not found."""
    +    if filtername in FILTERS:
    +        return FILTERS[filtername]
    +    for name, cls in find_plugin_filters():
    +        if name == filtername:
    +            return cls
    +    return None
    +
    +
    +def get_filter_by_name(filtername, **options):
    +    """Return an instantiated filter.
    +
    +    Options are passed to the filter initializer if wanted.
    +    Raise a ClassNotFound if not found.
    +    """
    +    cls = find_filter_class(filtername)
    +    if cls:
    +        return cls(**options)
    +    else:
    +        raise ClassNotFound('filter %r not found' % filtername)
    +
    +
    +def get_all_filters():
    +    """Return a generator of all filter names."""
    +    yield from FILTERS
    +    for name, _ in find_plugin_filters():
    +        yield name
    +
    +
    +def _replace_special(ttype, value, regex, specialttype,
    +                     replacefunc=lambda x: x):
    +    last = 0
    +    for match in regex.finditer(value):
    +        start, end = match.start(), match.end()
    +        if start != last:
    +            yield ttype, value[last:start]
    +        yield specialttype, replacefunc(value[start:end])
    +        last = end
    +    if last != len(value):
    +        yield ttype, value[last:]
    +
    +
    +class CodeTagFilter(Filter):
    +    """Highlight special code tags in comments and docstrings.
    +
    +    Options accepted:
    +
    +    `codetags` : list of strings
    +       A list of strings that are flagged as code tags.  The default is to
    +       highlight ``XXX``, ``TODO``, ``FIXME``, ``BUG`` and ``NOTE``.
    +
    +    .. versionchanged:: 2.13
    +       Now recognizes ``FIXME`` by default.
    +    """
    +
    +    def __init__(self, **options):
    +        Filter.__init__(self, **options)
    +        tags = get_list_opt(options, 'codetags',
    +                            ['XXX', 'TODO', 'FIXME', 'BUG', 'NOTE'])
    +        self.tag_re = re.compile(r'\b(%s)\b' % '|'.join([
    +            re.escape(tag) for tag in tags if tag
    +        ]))
    +
    +    def filter(self, lexer, stream):
    +        regex = self.tag_re
    +        for ttype, value in stream:
    +            if ttype in String.Doc or \
    +               ttype in Comment and \
    +               ttype not in Comment.Preproc:
    +                yield from _replace_special(ttype, value, regex, Comment.Special)
    +            else:
    +                yield ttype, value
    +
    +
    +class SymbolFilter(Filter):
    +    """Convert mathematical symbols such as \\ in Isabelle
    +    or \\longrightarrow in LaTeX into Unicode characters.
    +
    +    This is mostly useful for HTML or console output when you want to
    +    approximate the source rendering you'd see in an IDE.
    +
    +    Options accepted:
    +
    +    `lang` : string
    +       The symbol language. Must be one of ``'isabelle'`` or
    +       ``'latex'``.  The default is ``'isabelle'``.
    +    """
    +
    +    latex_symbols = {
    +        '\\alpha'                : '\U000003b1',
    +        '\\beta'                 : '\U000003b2',
    +        '\\gamma'                : '\U000003b3',
    +        '\\delta'                : '\U000003b4',
    +        '\\varepsilon'           : '\U000003b5',
    +        '\\zeta'                 : '\U000003b6',
    +        '\\eta'                  : '\U000003b7',
    +        '\\vartheta'             : '\U000003b8',
    +        '\\iota'                 : '\U000003b9',
    +        '\\kappa'                : '\U000003ba',
    +        '\\lambda'               : '\U000003bb',
    +        '\\mu'                   : '\U000003bc',
    +        '\\nu'                   : '\U000003bd',
    +        '\\xi'                   : '\U000003be',
    +        '\\pi'                   : '\U000003c0',
    +        '\\varrho'               : '\U000003c1',
    +        '\\sigma'                : '\U000003c3',
    +        '\\tau'                  : '\U000003c4',
    +        '\\upsilon'              : '\U000003c5',
    +        '\\varphi'               : '\U000003c6',
    +        '\\chi'                  : '\U000003c7',
    +        '\\psi'                  : '\U000003c8',
    +        '\\omega'                : '\U000003c9',
    +        '\\Gamma'                : '\U00000393',
    +        '\\Delta'                : '\U00000394',
    +        '\\Theta'                : '\U00000398',
    +        '\\Lambda'               : '\U0000039b',
    +        '\\Xi'                   : '\U0000039e',
    +        '\\Pi'                   : '\U000003a0',
    +        '\\Sigma'                : '\U000003a3',
    +        '\\Upsilon'              : '\U000003a5',
    +        '\\Phi'                  : '\U000003a6',
    +        '\\Psi'                  : '\U000003a8',
    +        '\\Omega'                : '\U000003a9',
    +        '\\leftarrow'            : '\U00002190',
    +        '\\longleftarrow'        : '\U000027f5',
    +        '\\rightarrow'           : '\U00002192',
    +        '\\longrightarrow'       : '\U000027f6',
    +        '\\Leftarrow'            : '\U000021d0',
    +        '\\Longleftarrow'        : '\U000027f8',
    +        '\\Rightarrow'           : '\U000021d2',
    +        '\\Longrightarrow'       : '\U000027f9',
    +        '\\leftrightarrow'       : '\U00002194',
    +        '\\longleftrightarrow'   : '\U000027f7',
    +        '\\Leftrightarrow'       : '\U000021d4',
    +        '\\Longleftrightarrow'   : '\U000027fa',
    +        '\\mapsto'               : '\U000021a6',
    +        '\\longmapsto'           : '\U000027fc',
    +        '\\relbar'               : '\U00002500',
    +        '\\Relbar'               : '\U00002550',
    +        '\\hookleftarrow'        : '\U000021a9',
    +        '\\hookrightarrow'       : '\U000021aa',
    +        '\\leftharpoondown'      : '\U000021bd',
    +        '\\rightharpoondown'     : '\U000021c1',
    +        '\\leftharpoonup'        : '\U000021bc',
    +        '\\rightharpoonup'       : '\U000021c0',
    +        '\\rightleftharpoons'    : '\U000021cc',
    +        '\\leadsto'              : '\U0000219d',
    +        '\\downharpoonleft'      : '\U000021c3',
    +        '\\downharpoonright'     : '\U000021c2',
    +        '\\upharpoonleft'        : '\U000021bf',
    +        '\\upharpoonright'       : '\U000021be',
    +        '\\restriction'          : '\U000021be',
    +        '\\uparrow'              : '\U00002191',
    +        '\\Uparrow'              : '\U000021d1',
    +        '\\downarrow'            : '\U00002193',
    +        '\\Downarrow'            : '\U000021d3',
    +        '\\updownarrow'          : '\U00002195',
    +        '\\Updownarrow'          : '\U000021d5',
    +        '\\langle'               : '\U000027e8',
    +        '\\rangle'               : '\U000027e9',
    +        '\\lceil'                : '\U00002308',
    +        '\\rceil'                : '\U00002309',
    +        '\\lfloor'               : '\U0000230a',
    +        '\\rfloor'               : '\U0000230b',
    +        '\\flqq'                 : '\U000000ab',
    +        '\\frqq'                 : '\U000000bb',
    +        '\\bot'                  : '\U000022a5',
    +        '\\top'                  : '\U000022a4',
    +        '\\wedge'                : '\U00002227',
    +        '\\bigwedge'             : '\U000022c0',
    +        '\\vee'                  : '\U00002228',
    +        '\\bigvee'               : '\U000022c1',
    +        '\\forall'               : '\U00002200',
    +        '\\exists'               : '\U00002203',
    +        '\\nexists'              : '\U00002204',
    +        '\\neg'                  : '\U000000ac',
    +        '\\Box'                  : '\U000025a1',
    +        '\\Diamond'              : '\U000025c7',
    +        '\\vdash'                : '\U000022a2',
    +        '\\models'               : '\U000022a8',
    +        '\\dashv'                : '\U000022a3',
    +        '\\surd'                 : '\U0000221a',
    +        '\\le'                   : '\U00002264',
    +        '\\ge'                   : '\U00002265',
    +        '\\ll'                   : '\U0000226a',
    +        '\\gg'                   : '\U0000226b',
    +        '\\lesssim'              : '\U00002272',
    +        '\\gtrsim'               : '\U00002273',
    +        '\\lessapprox'           : '\U00002a85',
    +        '\\gtrapprox'            : '\U00002a86',
    +        '\\in'                   : '\U00002208',
    +        '\\notin'                : '\U00002209',
    +        '\\subset'               : '\U00002282',
    +        '\\supset'               : '\U00002283',
    +        '\\subseteq'             : '\U00002286',
    +        '\\supseteq'             : '\U00002287',
    +        '\\sqsubset'             : '\U0000228f',
    +        '\\sqsupset'             : '\U00002290',
    +        '\\sqsubseteq'           : '\U00002291',
    +        '\\sqsupseteq'           : '\U00002292',
    +        '\\cap'                  : '\U00002229',
    +        '\\bigcap'               : '\U000022c2',
    +        '\\cup'                  : '\U0000222a',
    +        '\\bigcup'               : '\U000022c3',
    +        '\\sqcup'                : '\U00002294',
    +        '\\bigsqcup'             : '\U00002a06',
    +        '\\sqcap'                : '\U00002293',
    +        '\\Bigsqcap'             : '\U00002a05',
    +        '\\setminus'             : '\U00002216',
    +        '\\propto'               : '\U0000221d',
    +        '\\uplus'                : '\U0000228e',
    +        '\\bigplus'              : '\U00002a04',
    +        '\\sim'                  : '\U0000223c',
    +        '\\doteq'                : '\U00002250',
    +        '\\simeq'                : '\U00002243',
    +        '\\approx'               : '\U00002248',
    +        '\\asymp'                : '\U0000224d',
    +        '\\cong'                 : '\U00002245',
    +        '\\equiv'                : '\U00002261',
    +        '\\Join'                 : '\U000022c8',
    +        '\\bowtie'               : '\U00002a1d',
    +        '\\prec'                 : '\U0000227a',
    +        '\\succ'                 : '\U0000227b',
    +        '\\preceq'               : '\U0000227c',
    +        '\\succeq'               : '\U0000227d',
    +        '\\parallel'             : '\U00002225',
    +        '\\mid'                  : '\U000000a6',
    +        '\\pm'                   : '\U000000b1',
    +        '\\mp'                   : '\U00002213',
    +        '\\times'                : '\U000000d7',
    +        '\\div'                  : '\U000000f7',
    +        '\\cdot'                 : '\U000022c5',
    +        '\\star'                 : '\U000022c6',
    +        '\\circ'                 : '\U00002218',
    +        '\\dagger'               : '\U00002020',
    +        '\\ddagger'              : '\U00002021',
    +        '\\lhd'                  : '\U000022b2',
    +        '\\rhd'                  : '\U000022b3',
    +        '\\unlhd'                : '\U000022b4',
    +        '\\unrhd'                : '\U000022b5',
    +        '\\triangleleft'         : '\U000025c3',
    +        '\\triangleright'        : '\U000025b9',
    +        '\\triangle'             : '\U000025b3',
    +        '\\triangleq'            : '\U0000225c',
    +        '\\oplus'                : '\U00002295',
    +        '\\bigoplus'             : '\U00002a01',
    +        '\\otimes'               : '\U00002297',
    +        '\\bigotimes'            : '\U00002a02',
    +        '\\odot'                 : '\U00002299',
    +        '\\bigodot'              : '\U00002a00',
    +        '\\ominus'               : '\U00002296',
    +        '\\oslash'               : '\U00002298',
    +        '\\dots'                 : '\U00002026',
    +        '\\cdots'                : '\U000022ef',
    +        '\\sum'                  : '\U00002211',
    +        '\\prod'                 : '\U0000220f',
    +        '\\coprod'               : '\U00002210',
    +        '\\infty'                : '\U0000221e',
    +        '\\int'                  : '\U0000222b',
    +        '\\oint'                 : '\U0000222e',
    +        '\\clubsuit'             : '\U00002663',
    +        '\\diamondsuit'          : '\U00002662',
    +        '\\heartsuit'            : '\U00002661',
    +        '\\spadesuit'            : '\U00002660',
    +        '\\aleph'                : '\U00002135',
    +        '\\emptyset'             : '\U00002205',
    +        '\\nabla'                : '\U00002207',
    +        '\\partial'              : '\U00002202',
    +        '\\flat'                 : '\U0000266d',
    +        '\\natural'              : '\U0000266e',
    +        '\\sharp'                : '\U0000266f',
    +        '\\angle'                : '\U00002220',
    +        '\\copyright'            : '\U000000a9',
    +        '\\textregistered'       : '\U000000ae',
    +        '\\textonequarter'       : '\U000000bc',
    +        '\\textonehalf'          : '\U000000bd',
    +        '\\textthreequarters'    : '\U000000be',
    +        '\\textordfeminine'      : '\U000000aa',
    +        '\\textordmasculine'     : '\U000000ba',
    +        '\\euro'                 : '\U000020ac',
    +        '\\pounds'               : '\U000000a3',
    +        '\\yen'                  : '\U000000a5',
    +        '\\textcent'             : '\U000000a2',
    +        '\\textcurrency'         : '\U000000a4',
    +        '\\textdegree'           : '\U000000b0',
    +    }
    +
    +    isabelle_symbols = {
    +        '\\'                 : '\U0001d7ec',
    +        '\\'                  : '\U0001d7ed',
    +        '\\'                  : '\U0001d7ee',
    +        '\\'                : '\U0001d7ef',
    +        '\\'                 : '\U0001d7f0',
    +        '\\'                 : '\U0001d7f1',
    +        '\\'                  : '\U0001d7f2',
    +        '\\'                : '\U0001d7f3',
    +        '\\'                : '\U0001d7f4',
    +        '\\'                 : '\U0001d7f5',
    +        '\\'                    : '\U0001d49c',
    +        '\\'                    : '\U0000212c',
    +        '\\'                    : '\U0001d49e',
    +        '\\'                    : '\U0001d49f',
    +        '\\'                    : '\U00002130',
    +        '\\'                    : '\U00002131',
    +        '\\'                    : '\U0001d4a2',
    +        '\\'                    : '\U0000210b',
    +        '\\'                    : '\U00002110',
    +        '\\'                    : '\U0001d4a5',
    +        '\\'                    : '\U0001d4a6',
    +        '\\'                    : '\U00002112',
    +        '\\'                    : '\U00002133',
    +        '\\'                    : '\U0001d4a9',
    +        '\\'                    : '\U0001d4aa',
    +        '\\

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

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

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

    ' : '\U0001d521', + '\\' : '\U0001d522', + '\\' : '\U0001d523', + '\\' : '\U0001d524', + '\\' : '\U0001d525', + '\\' : '\U0001d526', + '\\' : '\U0001d527', + '\\' : '\U0001d528', + '\\' : '\U0001d529', + '\\' : '\U0001d52a', + '\\' : '\U0001d52b', + '\\' : '\U0001d52c', + '\\' : '\U0001d52d', + '\\' : '\U0001d52e', + '\\' : '\U0001d52f', + '\\' : '\U0001d530', + '\\' : '\U0001d531', + '\\' : '\U0001d532', + '\\' : '\U0001d533', + '\\' : '\U0001d534', + '\\' : '\U0001d535', + '\\' : '\U0001d536', + '\\' : '\U0001d537', + '\\' : '\U000003b1', + '\\' : '\U000003b2', + '\\' : '\U000003b3', + '\\' : '\U000003b4', + '\\' : '\U000003b5', + '\\' : '\U000003b6', + '\\' : '\U000003b7', + '\\' : '\U000003b8', + '\\' : '\U000003b9', + '\\' : '\U000003ba', + '\\' : '\U000003bb', + '\\' : '\U000003bc', + '\\' : '\U000003bd', + '\\' : '\U000003be', + '\\' : '\U000003c0', + '\\' : '\U000003c1', + '\\' : '\U000003c3', + '\\' : '\U000003c4', + '\\' : '\U000003c5', + '\\' : '\U000003c6', + '\\' : '\U000003c7', + '\\' : '\U000003c8', + '\\' : '\U000003c9', + '\\' : '\U00000393', + '\\' : '\U00000394', + '\\' : '\U00000398', + '\\' : '\U0000039b', + '\\' : '\U0000039e', + '\\' : '\U000003a0', + '\\' : '\U000003a3', + '\\' : '\U000003a5', + '\\' : '\U000003a6', + '\\' : '\U000003a8', + '\\' : '\U000003a9', + '\\' : '\U0001d539', + '\\' : '\U00002102', + '\\' : '\U00002115', + '\\' : '\U0000211a', + '\\' : '\U0000211d', + '\\' : '\U00002124', + '\\' : '\U00002190', + '\\' : '\U000027f5', + '\\' : '\U00002192', + '\\' : '\U000027f6', + '\\' : '\U000021d0', + '\\' : '\U000027f8', + '\\' : '\U000021d2', + '\\' : '\U000027f9', + '\\' : '\U00002194', + '\\' : '\U000027f7', + '\\' : '\U000021d4', + '\\' : '\U000027fa', + '\\' : '\U000021a6', + '\\' : '\U000027fc', + '\\' : '\U00002500', + '\\' : '\U00002550', + '\\' : '\U000021a9', + '\\' : '\U000021aa', + '\\' : '\U000021bd', + '\\' : '\U000021c1', + '\\' : '\U000021bc', + '\\' : '\U000021c0', + '\\' : '\U000021cc', + '\\' : '\U0000219d', + '\\' : '\U000021c3', + '\\' : '\U000021c2', + '\\' : '\U000021bf', + '\\' : '\U000021be', + '\\' : '\U000021be', + '\\' : '\U00002237', + '\\' : '\U00002191', + '\\' : '\U000021d1', + '\\' : '\U00002193', + '\\' : '\U000021d3', + '\\' : '\U00002195', + '\\' : '\U000021d5', + '\\' : '\U000027e8', + '\\' : '\U000027e9', + '\\' : '\U00002308', + '\\' : '\U00002309', + '\\' : '\U0000230a', + '\\' : '\U0000230b', + '\\' : '\U00002987', + '\\' : '\U00002988', + '\\' : '\U000027e6', + '\\' : '\U000027e7', + '\\' : '\U00002983', + '\\' : '\U00002984', + '\\' : '\U000000ab', + '\\' : '\U000000bb', + '\\' : '\U000022a5', + '\\' : '\U000022a4', + '\\' : '\U00002227', + '\\' : '\U000022c0', + '\\' : '\U00002228', + '\\' : '\U000022c1', + '\\' : '\U00002200', + '\\' : '\U00002203', + '\\' : '\U00002204', + '\\' : '\U000000ac', + '\\' : '\U000025a1', + '\\' : '\U000025c7', + '\\' : '\U000022a2', + '\\' : '\U000022a8', + '\\' : '\U000022a9', + '\\' : '\U000022ab', + '\\' : '\U000022a3', + '\\' : '\U0000221a', + '\\' : '\U00002264', + '\\' : '\U00002265', + '\\' : '\U0000226a', + '\\' : '\U0000226b', + '\\' : '\U00002272', + '\\' : '\U00002273', + '\\' : '\U00002a85', + '\\' : '\U00002a86', + '\\' : '\U00002208', + '\\' : '\U00002209', + '\\' : '\U00002282', + '\\' : '\U00002283', + '\\' : '\U00002286', + '\\' : '\U00002287', + '\\' : '\U0000228f', + '\\' : '\U00002290', + '\\' : '\U00002291', + '\\' : '\U00002292', + '\\' : '\U00002229', + '\\' : '\U000022c2', + '\\' : '\U0000222a', + '\\' : '\U000022c3', + '\\' : '\U00002294', + '\\' : '\U00002a06', + '\\' : '\U00002293', + '\\' : '\U00002a05', + '\\' : '\U00002216', + '\\' : '\U0000221d', + '\\' : '\U0000228e', + '\\' : '\U00002a04', + '\\' : '\U00002260', + '\\' : '\U0000223c', + '\\' : '\U00002250', + '\\' : '\U00002243', + '\\' : '\U00002248', + '\\' : '\U0000224d', + '\\' : '\U00002245', + '\\' : '\U00002323', + '\\' : '\U00002261', + '\\' : '\U00002322', + '\\' : '\U000022c8', + '\\' : '\U00002a1d', + '\\' : '\U0000227a', + '\\' : '\U0000227b', + '\\' : '\U0000227c', + '\\' : '\U0000227d', + '\\' : '\U00002225', + '\\' : '\U000000a6', + '\\' : '\U000000b1', + '\\' : '\U00002213', + '\\' : '\U000000d7', + '\\
    ' : '\U000000f7', + '\\' : '\U000022c5', + '\\' : '\U000022c6', + '\\' : '\U00002219', + '\\' : '\U00002218', + '\\' : '\U00002020', + '\\' : '\U00002021', + '\\' : '\U000022b2', + '\\' : '\U000022b3', + '\\' : '\U000022b4', + '\\' : '\U000022b5', + '\\' : '\U000025c3', + '\\' : '\U000025b9', + '\\' : '\U000025b3', + '\\' : '\U0000225c', + '\\' : '\U00002295', + '\\' : '\U00002a01', + '\\' : '\U00002297', + '\\' : '\U00002a02', + '\\' : '\U00002299', + '\\' : '\U00002a00', + '\\' : '\U00002296', + '\\' : '\U00002298', + '\\' : '\U00002026', + '\\' : '\U000022ef', + '\\' : '\U00002211', + '\\' : '\U0000220f', + '\\' : '\U00002210', + '\\' : '\U0000221e', + '\\' : '\U0000222b', + '\\' : '\U0000222e', + '\\' : '\U00002663', + '\\' : '\U00002662', + '\\' : '\U00002661', + '\\' : '\U00002660', + '\\' : '\U00002135', + '\\' : '\U00002205', + '\\' : '\U00002207', + '\\' : '\U00002202', + '\\' : '\U0000266d', + '\\' : '\U0000266e', + '\\' : '\U0000266f', + '\\' : '\U00002220', + '\\' : '\U000000a9', + '\\' : '\U000000ae', + '\\' : '\U000000ad', + '\\' : '\U000000af', + '\\' : '\U000000bc', + '\\' : '\U000000bd', + '\\' : '\U000000be', + '\\' : '\U000000aa', + '\\' : '\U000000ba', + '\\
    ' : '\U000000a7', + '\\' : '\U000000b6', + '\\' : '\U000000a1', + '\\' : '\U000000bf', + '\\' : '\U000020ac', + '\\' : '\U000000a3', + '\\' : '\U000000a5', + '\\' : '\U000000a2', + '\\' : '\U000000a4', + '\\' : '\U000000b0', + '\\' : '\U00002a3f', + '\\' : '\U00002127', + '\\' : '\U000025ca', + '\\' : '\U00002118', + '\\' : '\U00002240', + '\\' : '\U000022c4', + '\\' : '\U000000b4', + '\\' : '\U00000131', + '\\' : '\U000000a8', + '\\' : '\U000000b8', + '\\' : '\U000002dd', + '\\' : '\U000003f5', + '\\' : '\U000023ce', + '\\' : '\U00002039', + '\\' : '\U0000203a', + '\\' : '\U00002302', + '\\<^sub>' : '\U000021e9', + '\\<^sup>' : '\U000021e7', + '\\<^bold>' : '\U00002759', + '\\<^bsub>' : '\U000021d8', + '\\<^esub>' : '\U000021d9', + '\\<^bsup>' : '\U000021d7', + '\\<^esup>' : '\U000021d6', + } + + lang_map = {'isabelle' : isabelle_symbols, 'latex' : latex_symbols} + + def __init__(self, **options): + Filter.__init__(self, **options) + lang = get_choice_opt(options, 'lang', + ['isabelle', 'latex'], 'isabelle') + self.symbols = self.lang_map[lang] + + def filter(self, lexer, stream): + for ttype, value in stream: + if value in self.symbols: + yield ttype, self.symbols[value] + else: + yield ttype, value + + +class KeywordCaseFilter(Filter): + """Convert keywords to lowercase or uppercase or capitalize them, which + means first letter uppercase, rest lowercase. + + This can be useful e.g. if you highlight Pascal code and want to adapt the + code to your styleguide. + + Options accepted: + + `case` : string + The casing to convert keywords to. Must be one of ``'lower'``, + ``'upper'`` or ``'capitalize'``. The default is ``'lower'``. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + case = get_choice_opt(options, 'case', + ['lower', 'upper', 'capitalize'], 'lower') + self.convert = getattr(str, case) + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Keyword: + yield ttype, self.convert(value) + else: + yield ttype, value + + +class NameHighlightFilter(Filter): + """Highlight a normal Name (and Name.*) token with a different token type. + + Example:: + + filter = NameHighlightFilter( + names=['foo', 'bar', 'baz'], + tokentype=Name.Function, + ) + + This would highlight the names "foo", "bar" and "baz" + as functions. `Name.Function` is the default token type. + + Options accepted: + + `names` : list of strings + A list of names that should be given the different token type. + There is no default. + `tokentype` : TokenType or string + A token type or a string containing a token type name that is + used for highlighting the strings in `names`. The default is + `Name.Function`. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.names = set(get_list_opt(options, 'names', [])) + tokentype = options.get('tokentype') + if tokentype: + self.tokentype = string_to_tokentype(tokentype) + else: + self.tokentype = Name.Function + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Name and value in self.names: + yield self.tokentype, value + else: + yield ttype, value + + +class ErrorToken(Exception): + pass + + +class RaiseOnErrorTokenFilter(Filter): + """Raise an exception when the lexer generates an error token. + + Options accepted: + + `excclass` : Exception class + The exception class to raise. + The default is `pygments.filters.ErrorToken`. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.exception = options.get('excclass', ErrorToken) + try: + # issubclass() will raise TypeError if first argument is not a class + if not issubclass(self.exception, Exception): + raise TypeError + except TypeError: + raise OptionError('excclass option is not an exception class') + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype is Error: + raise self.exception(value) + yield ttype, value + + +class VisibleWhitespaceFilter(Filter): + """Convert tabs, newlines and/or spaces to visible characters. + + Options accepted: + + `spaces` : string or bool + If this is a one-character string, spaces will be replaces by this string. + If it is another true value, spaces will be replaced by ``·`` (unicode + MIDDLE DOT). If it is a false value, spaces will not be replaced. The + default is ``False``. + `tabs` : string or bool + The same as for `spaces`, but the default replacement character is ``»`` + (unicode RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK). The default value + is ``False``. Note: this will not work if the `tabsize` option for the + lexer is nonzero, as tabs will already have been expanded then. + `tabsize` : int + If tabs are to be replaced by this filter (see the `tabs` option), this + is the total number of characters that a tab should be expanded to. + The default is ``8``. + `newlines` : string or bool + The same as for `spaces`, but the default replacement character is ``¶`` + (unicode PILCROW SIGN). The default value is ``False``. + `wstokentype` : bool + If true, give whitespace the special `Whitespace` token type. This allows + styling the visible whitespace differently (e.g. greyed out), but it can + disrupt background colors. The default is ``True``. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + for name, default in [('spaces', '·'), + ('tabs', '»'), + ('newlines', '¶')]: + opt = options.get(name, False) + if isinstance(opt, str) and len(opt) == 1: + setattr(self, name, opt) + else: + setattr(self, name, (opt and default or '')) + tabsize = get_int_opt(options, 'tabsize', 8) + if self.tabs: + self.tabs += ' ' * (tabsize - 1) + if self.newlines: + self.newlines += '\n' + self.wstt = get_bool_opt(options, 'wstokentype', True) + + def filter(self, lexer, stream): + if self.wstt: + spaces = self.spaces or ' ' + tabs = self.tabs or '\t' + newlines = self.newlines or '\n' + regex = re.compile(r'\s') + + def replacefunc(wschar): + if wschar == ' ': + return spaces + elif wschar == '\t': + return tabs + elif wschar == '\n': + return newlines + return wschar + + for ttype, value in stream: + yield from _replace_special(ttype, value, regex, Whitespace, + replacefunc) + else: + spaces, tabs, newlines = self.spaces, self.tabs, self.newlines + # simpler processing + for ttype, value in stream: + if spaces: + value = value.replace(' ', spaces) + if tabs: + value = value.replace('\t', tabs) + if newlines: + value = value.replace('\n', newlines) + yield ttype, value + + +class GobbleFilter(Filter): + """Gobbles source code lines (eats initial characters). + + This filter drops the first ``n`` characters off every line of code. This + may be useful when the source code fed to the lexer is indented by a fixed + amount of space that isn't desired in the output. + + Options accepted: + + `n` : int + The number of characters to gobble. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + self.n = get_int_opt(options, 'n', 0) + + def gobble(self, value, left): + if left < len(value): + return value[left:], 0 + else: + return '', left - len(value) + + def filter(self, lexer, stream): + n = self.n + left = n # How many characters left to gobble. + for ttype, value in stream: + # Remove ``left`` tokens from first line, ``n`` from all others. + parts = value.split('\n') + (parts[0], left) = self.gobble(parts[0], left) + for i in range(1, len(parts)): + (parts[i], left) = self.gobble(parts[i], n) + value = '\n'.join(parts) + + if value != '': + yield ttype, value + + +class TokenMergeFilter(Filter): + """Merges consecutive tokens with the same token type in the output + stream of a lexer. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + + def filter(self, lexer, stream): + current_type = None + current_value = None + for ttype, value in stream: + if ttype is current_type: + current_value += value + else: + if current_type is not None: + yield current_type, current_value + current_type = ttype + current_value = value + if current_type is not None: + yield current_type, current_value + + +FILTERS = { + 'codetagify': CodeTagFilter, + 'keywordcase': KeywordCaseFilter, + 'highlight': NameHighlightFilter, + 'raiseonerror': RaiseOnErrorTokenFilter, + 'whitespace': VisibleWhitespaceFilter, + 'gobble': GobbleFilter, + 'tokenmerge': TokenMergeFilter, + 'symbols': SymbolFilter, +} diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3c2b87901eca3a8f77925731f02f2709feeb16fa GIT binary patch literal 23502 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatter.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatter.py new file mode 100644 index 0000000..3ca4892 --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatter.py @@ -0,0 +1,124 @@ +""" + pygments.formatter + ~~~~~~~~~~~~~~~~~~ + + Base formatter class. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import codecs + +from pip._vendor.pygments.util import get_bool_opt +from pip._vendor.pygments.styles import get_style_by_name + +__all__ = ['Formatter'] + + +def _lookup_style(style): + if isinstance(style, str): + return get_style_by_name(style) + return style + + +class Formatter: + """ + Converts a token stream to text. + + Formatters should have attributes to help selecting them. These + are similar to the corresponding :class:`~pygments.lexer.Lexer` + attributes. + + .. autoattribute:: name + :no-value: + + .. autoattribute:: aliases + :no-value: + + .. autoattribute:: filenames + :no-value: + + You can pass options as keyword arguments to the constructor. + All formatters accept these basic options: + + ``style`` + The style to use, can be a string or a Style subclass + (default: "default"). Not used by e.g. the + TerminalFormatter. + ``full`` + Tells the formatter to output a "full" document, i.e. + a complete self-contained document. This doesn't have + any effect for some formatters (default: false). + ``title`` + If ``full`` is true, the title that should be used to + caption the document (default: ''). + ``encoding`` + If given, must be an encoding name. This will be used to + convert the Unicode token strings to byte strings in the + output. If it is "" or None, Unicode strings will be written + to the output file, which most file-like objects do not + support (default: None). + ``outencoding`` + Overrides ``encoding`` if given. + + """ + + #: Full name for the formatter, in human-readable form. + name = None + + #: A list of short, unique identifiers that can be used to lookup + #: the formatter from a list, e.g. using :func:`.get_formatter_by_name()`. + aliases = [] + + #: A list of fnmatch patterns that match filenames for which this + #: formatter can produce output. The patterns in this list should be unique + #: among all formatters. + filenames = [] + + #: If True, this formatter outputs Unicode strings when no encoding + #: option is given. + unicodeoutput = True + + def __init__(self, **options): + """ + As with lexers, this constructor takes arbitrary optional arguments, + and if you override it, you should first process your own options, then + call the base class implementation. + """ + self.style = _lookup_style(options.get('style', 'default')) + self.full = get_bool_opt(options, 'full', False) + self.title = options.get('title', '') + self.encoding = options.get('encoding', None) or None + if self.encoding in ('guess', 'chardet'): + # can happen for e.g. pygmentize -O encoding=guess + self.encoding = 'utf-8' + self.encoding = options.get('outencoding') or self.encoding + self.options = options + + def get_style_defs(self, arg=''): + """ + This method must return statements or declarations suitable to define + the current style for subsequent highlighted text (e.g. CSS classes + in the `HTMLFormatter`). + + The optional argument `arg` can be used to modify the generation and + is formatter dependent (it is standardized because it can be given on + the command line). + + This method is called by the ``-S`` :doc:`command-line option `, + the `arg` is then given by the ``-a`` option. + """ + return '' + + def format(self, tokensource, outfile): + """ + This method must format the tokens from the `tokensource` iterable and + write the formatted version to the file object `outfile`. + + Formatter options can control how exactly the tokens are converted. + """ + if self.encoding: + # wrap the outfile in a StreamWriter + outfile = codecs.lookup(self.encoding)[3](outfile) + return self.format_unencoded(tokensource, outfile) diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__init__.py new file mode 100644 index 0000000..39db842 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..da9c2b69dd3ac60070096b1d6be8cf445339b21b GIT binary patch literal 5015 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 Ts-CVc*50ZvpIIPJBEbJIVq-U8 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..860fe7f7bd68cb4ede1428710d9e9578d96107f1 GIT binary patch literal 3908 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 EKL8_CYXATM literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e90350a23de3ae004e4f2c149f968064684ca35b GIT binary patch literal 29155 zcmd6QdvILWdEef<4=ffB0w4%JL{V3eC;~LGASqh5KoB-XQju&0(ulMbZ6xh3_FMo9 zE_RpqUJ%53VJD{2I!>H0wWpJ&PKRuh&Zu!`+-d8&X{XJk@77H_ZKi+R&UD&w+ZlD* z{?q)?p=ZSYe&4yTT|kd?Cewn%eVzArzW4dgL3L!LkiyTOS$S#o*e|70KjusFhpC^( zuWK5qluDIS%1~y*C>e4$OQzh@rL^2L@}6#FH*=+&!MvHqz-GRbm*;F_aI;Va38L7^&)HGfieA>lAI5zI_fgyr;68@?cs*M>WFJ~J)Py?tu2Gs&lj_jBsnTIJ zr4HkML>(y|RY&ckhg0g<;Z*6EdaU%AI$k>dQz`Yh8h972+4;Na(&Ng!o|-+;`Bw!C zKkc2hO}pv2#nqOxS@k^Iaf|ETWf#cFMN?JcjU(-&&3 z_Ks6uTlW^ME8(Mc{_NT3=FXoz|E#sLV|nYg^;*ya%d@MSXDrvYt;=7!@zSfWUoT2C z3ypfsZo2k@^}_Y5I{lTGuUuQceofj{wpXn;++yKVR@?K3_*QRv@*+u% zx~tztUIKukiXR%!bh6J>H`^B<8jGFGGYt<9OL$o0!*nP2%&n~!A5S6MQ_ntsv1YQT z!4IF)_`QN(mq^-8-A{Fm2L|TI=qz4yYt^=GJ#)rdJYy|cRoB|K8x7uF46$Kb)uysk zYik9MY{qt@$tZI8o>OhQjjCtQntsOPxU*grncqt}2hrHW&is07)1GfT)!Vk+oWIg) z0(L7~UcJ?H=i80y&YIKOYN|QR@LYSxTW>Yzi`DJ=e51ZHuiu|7K0oi)J$tTQt=+7y z*(g?T&zEo8P1SOcN2Av~DhSYPp6FF<@AyNu46e-gXE=O;i|HJ~a}87){qQ-0(bIS# zj1*wxPRf({z;KRqQ`b`}-Ax_l9lx`gWj|A^HfnzQcGY=kJOywRT(9bQ?snZ<$6L16 zYP1}IgT73nYCpGauhds}K80sDhfB(sG%}|17@m4M#STTCdI>LH>b}uUJur5SuHj5{ zF@eh1HM@pNZKa&gE3=F49Yy!L=HV2+r#8&pM44MtU4tpQN z^mFa116m~}d)`jl_Oq+a>ZV=FR(b0m$XJ;eEE&tSM%8uCqat?#my}U3GV(8Pj2Ss& z*l?c0*UoRxpDwJ~P1^y!D3WJHnv3h6*LD}?qxmehoVEF-!Y3u`V&N4{#L5CT*^UrC z$k_^L`ygK4dBD#lUHB8Lc+C(J=SYqdI3Danx31Vf8*IJ z^Yd44T-6NeLh2(*i%-tY z{r?AvxjFQV!{yDcswIqR(W`q6d+Fqi+-KdzdHsP&o8XK9kJp~FZ*A3YUz)Cgx`97) z#GPp?c)K)BwjfZrXw}xMj%$0DPR`iPT1$b&%({RFDw7$oSTZP3bD7eaXCk17`9Zhl zb-xx@T55;AJfG|t-U@~4r~kxf@BbZ;8ujK)%ds1mrUfAGx@~*Y*1BV_UYb5R1Bk8G z8#W-i7ml9*a-Ffo`2emmTT6u+X*u~re)M_#x)y+Jr=Z-VsK`L6F-sYhhO&`W8I@f# zOF5OJN>Cb5c{PZ8UKP|3?t^Mrjo@BTqv`A9Cave}d)iK=1>~RH^PaS^4k)JgRW z?uXSWHG}&RHLFhJepG!*ox%N>no~vGA5-({EbhnEIdvZQ$L$jvPpD_rg>M<^)9N{? z+ftuVpGDe}>Up(*`?R{K7IA+{T~bT9KdnBeK9BoJH3mL=)uFtt+GkQJAhBg>iEepR z5?qQ{QE4t%mCB;qt~Qq{70auxxkc-R9Sgjuy4CQ`2qOz9$*Q{+$fnV9Z6y`fn^u*j z+m0O+K4aBA*KVv@+fKFJ29pi5sQT?7i!}rBD_Rhhqe`>ItQ89?31srDR*7yfrLw3C zopP-!*RNZ`;;mY>X|32O?uF`A1!yN}VI6^X_VTLqy#k!In=Lm?Zw7e zaTg?su&mab;5^bj_ReZ)^NFY2WnWuUeNkyv1qxiEvIHP!@`0{ z3Z25)CiFDWE={jPNo`P3owmsA^iRcinNlE9>=!Dhj`tjoOZi@!>0$s=L(1tV`BR^mxfSb!yi7 zoOP-Rkesp>@M`S}uZ{}~=AG-Q_531~J+SITrg=|9N%$o(LIQ5TDuo_GFnkeNKn|1w zq>`Srs!rY80cA;Bm!Xolp4D2#y$NkPB&fDstFP8kbc>3& zCY|+0Su#bmgK9UcH*Kc6wp6DpiSP^MXGjC9v1)a;cMkB2D3}~s= zB4T@X$dgp7wne**uoj@$7G<`y%xbjI#^ivYM5RZbm^ii2)?Dq31rtt~k!wTC zgaT+$R$2Acs4_AVeha(Brq}Aw^8?7ev2Hi53OS_C6*CfcrCr6)Fm4QmS$%f>5GBd#)J`3U&%+0Nue{ZnvD9sQ1QtP?t7%=41dBYqO=c z03qqtYdf#KtlI|j1&lp#M2%(`m9B5qu6kRJeNnpALbJ|x9cf^buWvQI`lfx&aas;I zWgYe%YH_MaRsn3$1*<}JUgoTfVY@R`XYCSL06JpBE>jw~m6xC&YC#55z5-k0lz$>Cra+H52+B3XiOG9`hT9vN`O2q5TzM#2i7Dj}%^^Juw3GCQQWKuAd4 z5Px>f!*l>FRZsc@tHuITYQtpIKx02dX4#Oomr*f5Qd!-^h>CqcI0bfGB%1;tq^|AO zRs)l4yO7RAXjZk_YBXBgB-_N`K14_W$zvH2R&EtF%cFx6QQ@L#RpN#KE2gFXaGni66_ z#mLb&KRh}#r*I3toO*j!*FpT&Yz#!l3Blh8Ze;QTL&*MS9r{ zXUnEirdrKY9tn(WB+@g<<>Z|bP_y@_ma4dOgevp|lbXTppjMD)y5MS*egMA{sGKfz z4z27ipp6%SdT2TnSQU{|QSCRV#|0!8xO<3^!OT{zX=a~Bx3%yB=P%kt^fi=jQAN~| z=K?kbmJk;B$gYSMrkMZ<5b)Byqipd2Fs;K%E_AU99eZ6+4ZJpFS@5+{OmYNKSN3iD z)TsmvgeS)h6PLB%#n4gnnUFDtJeU++wXV}-w%n~1t++=(jvB61P6dFM#`HXCY!OAe z*|O}_Rq#>>X@Pkppra~?2|y&6Br8y$%l!hJd{-p6R>sLGDf2bsrmjEf9ya5NyVbGrt4Pe-o8Kszl?Ue22!j2K;WG9yeQC%s@6(f%Ppc=G;jM5hs>;ItTA-1OEbVQPzK>bmx@SQbQg|VC{(be zfSQh{MW9xB1bKI$UGB)&^=Lez#JKR`avYEkAlq#yIP~}Fl11xfA~Zl!!DOz;s=JTwFiE{cqpj(NU|_%)tn_DRwQZ#M;!5cdzzRzt?22w;e-W)U_-E7Z^PuJZB2s(*6Z2g^HI@c zPuLh|5~DdKrVn~7wo7O>>)u6!mOP?mCaV**qZ(5eu}L}>Onkes=SqfE0h)gD%469H+oTr} z5_NKH`_0R_a{(_5`D+ANpo`2*(wYm!QNVK}B#O)_v4_Ntfn-XOC~Y6n@|)nn(1qc4 z5rz#4*X@vdOD5F&_(ugE)b_SvhQmD_)hA5>JR*~5 zQ^Dn}(K4`tneZ_r^ISqo^~%7g8Ne=!Hzo`EJN2F#(`~=n&79X)II8>}V}O1Y?zet-_Jl6xRs+JLuac zmQ3kZp^S`1xdIO)pa}-vpxV6?fgfL!*OSIvOzC30N`~DtF0nFw05FGJ}r6 zLFCnITTr72oxq4^$8=E<+?9$pQj+~9;fGRE`q6{2X96d&t_0d`56}TBP*4J^PoJjR zuyFcxfP9I%X9Bp@rZDMYmdT-&EizHnp@DGKRo4Zt6Wqjf zUqP)R4~DD!+MPC>0Jam=w$+3s<%*^t>JyvO3j=}H0pS!FW*{MQ^EO<^&^#*@_G(Ty zQi+L@@(|bzR~Y7ch8hUWY#BuePJtCYoNPhxy{E3&<$CV?r%xtqm&k<~b^dzjw!wgt zj!>{;@U=*o!!;$0ymyjdP*fY+)g8S&K$Pg09Q7swM64Mx{0JBEfos?T^`*9Rvx2>_ zPNGiHTPW@!%mej5<^$W}YJMew6CWv^lVzfciIRySMCwMOTS*Q7Tmp1qeReyZsF;UT zLwlx)u#IzIpiO8)nhu-bM#(lY?lydLu>FIfgu~-ZR2v^#``M7d_o-M*GXfeo6pdP& z2Uy<`@m6hMg{MdBIhz<}v$cZ24jl%vUspmx*Hi@^TZehTk3-)?AUD{7xEe4o5KPpY zJ$iXy0_s%~tGea2P-mT9z-ZwO42la>fjc6qYMY7#8Ur2zs^B4!+8EaPv-a8o6C&Sb z(0Wvb*4V{iC4Sb(zbc@7d$tEqeeMt<{C+qXsv(^9z`qVxZ`9-sni7Gcji&%+E4H_d zm>fYBeAHGdbUiQRp#co0-)eG&E~-s0wV@tR$krOx6F|7IXKzAS3)Tfo06j7al9;x1 z;9rcYvWsh2Lj$V;ZxVP9W@M1JilfxN5C z3WH%wbL^&;3>9!0PA-3BwgPPqZh{>`^(NUaU{V8zrfSTR9|w%*6TqNnWM3r=Y~)V> z6wo3u_I=<$-ulNGI-Qn~bQrme*t%V>S{v2dRk!BU+hH6afwq?_&J{zd(9>+6mc;3rN z^wJRfidov=a$)5u?W3CuXkGX9Bh`u+c{%r-^nJhrYeekl2nJP|F0s%>P(iIkEF8NM zGvk#;t9H|kxjDs?t-~5`DkOHO!0Awy`)gTmiU(au_j!BXA>ClX>iGlr*Q+>X8Az;+X zUfEhJiwCnTUfZ~F*I4r*EHsemvXp~`TcTAKZYbwxMW$l4Wjk4Gf z%^)$Hou{WKC<6wvvLjVh`sWRb9Gb!CK#Yi=K%8}m83Z((Z^`ImR@)GHqGt~8O+B+g zp-rp0Mr|vwcQM0c-FkK*E$4v^Xh(2?CG^19bLpILl@%KRL+=6aReCC=O?HLa26!0o z2IdumZhSoOa@8m#2*Y!00Mobv5IhT3EVqlorWt}!kX+d z2DK-2jQ#}%xPYq2B?y=@0Y0P42hjz(1>Ht6PokxLY8Je)F#D$#S>@8Hp8m23R_CN zQ^P1Vx5l91a^Vte6#GE+6C7J8zX{bM@bnA&695XclXeA8c#Ww!!KXPFeul;T47o`s zcUrbtb+U4=af?g%lflCve!qxc_cS)ec&QESELk<`*ckL%#;+I#H^6WQN%{f4m(yMb zyG*d1?Jl;zl(X`Nh;Mnzb&dN2jQM_m{N=oq;}=AKKftybd>f3u<(W&q6{2s0(YK-K zTOs;3ENu-1ZH+`ZhNB##(YKN4+kxoYX!LDNYB~_qG>(y`$`kT!EckX1;~l+cIH$eI zdxm@5JEX?%8eccO$@^1Gk$xYR(M~Ayfr%Y9raE}jM2VLawh5JwG$*@!`?5MDZ#ji> zZcR9|dy_4vHwU)Y@zM6Xb>~6Y){%$;d{~7O87kzqw`NkH)$xOa&OYF_Lhc=Ua@o&mo#RD+kdYq}o8b@1gEn)V7vWLXXgT*!;8=#8(#m0n$J0AU~(qG~Va7viC_~ z4ln*tkWS~ZUkG39wm%X)YqzUEob-I^#K?E&8wFiY;5zUJSypTxf27Bs;pama`|N2a zEs!r`TVdTRm;D29FcLEL)uxTzO$yt(7)kC7u&>+^=bYl@30`J+ndOB$(;VzsNI7%7 z6nUBFu^?C2A<9M847WKAP9)l9mwf9>D$}pynwoY1GDMAj)#;nVT=a%d>=DRDOoT(Q$4y$F`TiUotvCYqSh7sy2o(wz@G1N z%b)3xB?a606nAo(oiDwv6%}GFS8lbEB-RAg|0om)O92vysYL&bgtinTG3(?&J{5(Q zXHD6@Cn$pbg0G@0&Xc&53bOf6TIvI!KPsC8(Gk5h@Lv#?oaaF@^M$8vOB!8+Hz1JkBaR~FOX|A1SP2OMgs&X;is z6pQoHBR?xQO>NvS?Wf@zMRszeQrbITE2V4aUExiB2CmOlT;V!(%B+st(e;Jfu$^UG zeoQo@;7b9)3i6u)x=rFY`H%0|qiy8V9jgxs_lTM0J#?8x^@4$vW^2Sa6Ko39`2c&l zp=s+ku(AiDi3RWJ@Ld_eMrh5#Ms`}no?vKHSfhe&C4LX~BEeUM2hisL zYejyXO90Aj*3U8Etf~AdiUBQ>-NarL|0uu5IF(GAWRkRz{F>Ql)tdnaf|B5@m4;+s z+QZj}4E`wV(CNS$_a_ni$z{w@$n7z+UtaYV=$UjPZ^)2cPI@Spei7_PneUQ08~4oz zsjDDxL5DQe>pu+xOu?*rH{UfSCEZP9(lg6FJdM~yo^~C-?rB`sP~F?p;9SOA>0Qmg z3#KXKtLx^(}a2wQ) zV7lWDfPw`WnHpLD;H2;5kp6yP*= z9+Mf3DL$4W)@~`i-e}AYI=5I2dAmOrXM}qW;>JG^@ihHG8x*7-kt>c&9t=1#t3ZM{ zoHwV9ODVsyri+zmT}h437842-f0|SD5sG6Y{TQe8X*}=*42TdjV@`;=djwagy^k`F zGFd9XV~;YK&Z)hVoES&Uj(P|NEyPL6;#83W zNk>Bu20{;;_ow1_Z6E7=usy`yAoTkouJG*~AwG(S6pXOo-%m36er=Jwsi!>&z3CyL zkY)4kegT)@WED#T7-Vr=gZOZ&eL|&o4UgtW`mX7m?;2~yFQ%G#dSCA1Nmx02V(;e3 z-UZ}hTKk4JsCp)p?GZ191Jc;-rW_pY#DivbsV^AcfS`E$1Zpzwg9Ad3Hx{0H62etNcNh;T;4JYrZyYx|XZGT4%obyguh}Fx?`tTp$6u&pF%?mD*a!nd-gEp6 zr9x;ZMD(X8`fDsET_K?_MiY%r93gqZ${x<|Czs>S^Z*({9bz`%k>u;za$fFC5Ho_H zNNA)8V7w?jc+b$d$C=SxlHTm#b(y`vFVL=Yq!%19j_+xmQ+)-$F6+@~MaSy~=#zZ% zdg?uMx${#AeK}?aG5@;=KNfcPHP_}E_9{-k`gHqF{3$pMi{AiM;f>=QU0H`71kCYx z@>ASK!06sZ=lV&lgKw{M%y~SdOcN$q?t^~V_fps&fAr2Tpzg5SN0WUFI7!g`r}sE=6~=ep)b24-=_c@9$EfHq*> zG@S)63+FgX!4gA??2b2u^Ym@0I08x!yj<;oLZM~*j9!*1@Yxn@D% z&!%u@p5Yzz=pct1e}jFUQbXT@ma}Sp8MQX2k$yN#*Zq+^!*QOjaSippgxtt`M3)oO zd}LX)9)}#Y^NxgED)UuQS0iR$#OtLI>LpVRd2Sy9?C` zj%qFw($JzY7!{-DD}HlhyOZ7WR_8uDYdF7zhW$aoXWBXR2&kRT5pkMgwF==lFaX19 z7A(->Rg}Xq_K*DhbZ_Iml+&)m57`ts#hP}t8P{KC@%5;zp%e7-!t`0A_3 z9cY6XND~fixQhWi%tdJkVucUlQJ@#xH*2eY8g2H`DAXKTC+5zZHInKp$eaR^!cQ!m zbIgPSXk;Eie&OV|%m=yjFuqUdqtYJDm}4O6Bgm73z|DM+c~r>q8R8eu`7C^={Sqf? zu7^oc$WXBmI{!N8+)Les`vICh%tERZFd8$Uu8cDcdNbjmf+GoPL{?M^EUdw5$a!4+ zgPxBwAI&4MS7EWzF39eJ8aHygSlrtfXupGNeiw^+8-u%8#@i_D4nuJn@rJrN{7WBB z-GxQ__MhDy?T&T_p^+Ll&D{gteCxY-&j;^g-2=|=L!}w$j#3t)UqjA6how!$=#y^}pqLgwM@Ur2UZ^z*9!$cgMTn0Zu^;cE?eZ zu6yJ@YL#(*RTb_Z=#IeMH=%}hxd=Fh+zV=$PZ;$G)UbmvIth>QKc7+uely)Yi0?@2 zf|IE6!vSYd6XXw&>gN542jRDa@@-PCTs}J#aDdNXULK}To>mVJFX9X}Il$|wlkVI} zoDO#qXVX-dM1OlYq}?$%-OHWsjA^Gn4*${`@^t4w_(kjO(+|gG5A;b_DxosIBpw!V z)OHqm)DU9n7&ynYOVj6ZN*kU2m!?C^p6)$gC;r?S56|D3M>L)sh0__;M;L{5bOvOz z*7Q>6f^KQgNk&V_Ly@$YMbrh_gs!;Mnbzm;=#zEOfQn zP8SJZCv@55X+5(C9m;IyH+hkzrV5|F&dUNXvhvis)Fg{zeijE@Vly{22Zvgav&##W zXuTB1B{M${`$EL^?4(v1e;Z$MqS@BwCPLmd{}^cC#5Is9FASsGYDX(ez4Y!z~SkGgkKY@TCdO zmt>Lx9p@hT6ZP(ta2xO=@R?z(UQObiss*lM#16v;mcctX7q}RW*ZXk4(dSgn#)7-r>*SZ$3>Ye$LqAK^5MW>{1U88%NLR$Ppe^5FQq+fx*TVp9Xjs zC^Nl_umq2x32+g0v!F{O;8x@ix%MKi1H!rT!np>)xyX}#03KKX&jJ?&AA(-9JKRmT z+IR=Yk@pesns>pM;QJ8XF$yk}>E^(Nz{{NPbw`~0Vqq7+c@EtAU3nhjGq})*^8=N` zQwF@~0QlRFpu-#p_}f@B(;eL%>*k&R3GOlozL)KekmQS(tDjn$?n z`}Ao+)1G#E@RT|=O(Vh61|EQK`Vdxwm>5Xh*CUDh79=j`Qj7!#E0oYcxr~z*9LoVC zfXR@%{LQUqffc}Mtx3YzhejMdQ>x?wOb}~-v{#&To`is@D@qVb7f~t07sv?_HDsw! z?PPjo$}jMPURQC*%6!9h{xl)mmz8lVx^6;Lz+jk(8^6VxMMq*M=B zPy_6r0PVhs2U%YN>N#ftAj9R=+(?US_AC?=m~Z;aYG6X)E$h6%6h2WQQZVSa-ULOF zj$W|M);q$~2Bzd};noHeEhtf7u>&DWCJdf@r0NVVcSd8QoSxl>=0!`3?+nFvXDDP+ zP;MNuEoTImP>K%(C+yAUb(G3QW)Mzrn@=K!KgB1J#T3Ku1+fXlSe>)ibK?){89>{I z2>TPrN5>YTHXx@c@$iH@-oOUni#Ixl_d`;Y|L|F$_avHyDN(2~AA~F+PwyR1ab{#4 zl|{X_CrUQrnPZ@b{b7%CJ+KFRksz5G?h+)U3_>7*kwWG|^>se5?3noidry``&FRBzGG=^VArGwafz9e29`v)P`>05J1<5Aq z_o&j{v!w-Tl$4X6!nT~+F@mggGwBM zUKTA2i|8!od<*IQb2A2|F*we>%su$-^Bg2WoJ#MBN9oJjGptFJV0cyyzwUQX0Wdod zhoRC2Gc*f2LHy{|)IIa-#7%*tC!zDi`t( zL%sVR=xR930c8z2x-@Ljk43nM_=gmbztGJi|426j^RUz%@P;;qZ_{m7LfQz^FoIF4 zdHm*$ZXCEj)UfYk3IjE@F#$zyv^%cy-=(QL0fle^Uk^fE z9N{Qdp`P*y@gE}!Q6maUBA?`aSQWS;dNuX-Z@_@fp`|~7GC6oNji<;4j*YTWQ6|Uc$>N3Yc$@6{rt~nG`P(VBPz|i87GuAvSb^Z}faAsOq z+kcf(nJ_05no+7Vq((%MuA*P2^NQ}hJn0^q&Z4xOy=S&&q;E35RcXCD2%~=#>4$VV z^2}Q&^fMfkgZgO=ZVKi^3fs6B)ptjF1X%`7+cyq14AMH#iO-Vy0ypaE;B)b%NkBoc zNdp!f=q)&am>x0)g~l-qZ*ngXB1s_@>S_zCXPOY>7za_yhQd>PDeStS3oQu`YMv}E zIjUv&ztjmn2Bx|G_|TY#iuN5AoW`Y;;jYBap~!o1(vAHG4ka6yIot@#&Oc!h3W3=v zEl8;w>wwN{c=GdKw0FdXCZU^}g}=cp@9^>^UjBfW3@(0VnV!4hGWTt4VJie6;e4B^ z(y@QZEP3HC=$wuh6{V7VKx9Q=A0uLn0f{#|0GNP3NEE= zje-9nXD3F3fkvvPx@{*3bm2;ip<%E~iACwRio_OV_vDuXFO2_NxfFnH{ zik8U!sBNUOVn~S5022Xb0z7n(TKqEyi15Vfy*wd(3@iAI`pk(pk1?Nl(IreQ`R2{B zH2xd{e#f9=vkIWArLTszD>fWGk{jbKTvA0m1Td=z{ItCI?`AtE2Ka!4K5`Bhvr0G9=Tv*z+L zmhoQX=R9I~ui^Lvsl`dvP?c`()!v=m*aw5u@lj~;@VuXCXBGmae$nndBE6pW( zMJEBX&au9cCh)6gptQ5H_^sjBy@v~!B!=l>W&19Dnq9ElG=9ae2|pu;n+bJ&+60UY z#ZvCip`3}R2eJ+@`VAajkLZQBMB&97)#F`SVcF2`53Gf6;u|~x;cCDwTIiuAF{&7^ zGtl{VMENh_EEhTU8=+Tp&yw)OCHC5+&X4hasnw^{hXhAwXo0bJY%FT5v; zsG`HWx(R0c)Kmg67dnXwv4+mWQauWmk8jw3b%PTwYyu*V=iDCKz&2(5Uk z>!y)^lrbkwAWnajY+ofk$b$;wRXZ}#F2k>AE%DF1z;R2f2Tw2<<%uizM(1~;>3k#H zPgkjE&ZT#Ga>FA6W2=dcIkIyHvl12Umk!)@7H*M?_VZvTG$KJ~k1BKcK+#7?<(<*b>2a4Svh2#_u;t*~lh+phvX8Cx7^cWRDaFTk?YK2#HPD*Ko>6TzhyZJrYp|Oc+h6NzIBc$=V?l%MdMh^h zRz$G2l2iS-O);tln@KA%3v%Rk`d$GrSqUj8vIkhWM-bl&4T7cxQz6#1<4mwEY5ypRk_Spic&osR_? z#1;Y^IDhJgAZ8t~Hd@F)2Z1l2zqDxi8~zgy|DG)g{gurkxIzDa#?O~!83UV;3gxms z$sW(ck612L1;xqJaN7JYlig zEy^mqS#QaLSLp=)SXwdoV`=!CX#IbSPwyBzwr?iU;&doJRWAK^!jA5n6@SmIp?8&0 ztCO8sqAvPFFK@OH87uY$=NtQ5G4W{x|2sco&O^LB#>-Q@`~_bA5-$&U`7K@u!~KBk z=NC0zEm3K8Nj{lE7z2m}DJYhcSdOC4A1Iv(Q}RE_3=U@j#o^4LIb!}V{$>tk4rFrw E2ghKu0{{R3 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83290f5b53f378571b9888fbdcf26673357bbefe GIT binary patch literal 17572 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 V>~Rh2-_{vG+y8(6;~eo0{}(A@7#{!t literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..27b2508af27ff25b9e1c94b02cc37b052f4cb8b0 GIT binary patch literal 13804 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 Pe!6We9ADVPwJZMx_1(CP literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..57a24d2192d218ca072172950ee088ee9ef6d006 GIT binary patch literal 2104 zcmah~O>Z1E7`EqYXE&Rul&Dc9h^#_`RwA=eDuJ4ASB3PGkF+AdVFVhyWAA2?*_ny$ zP1)6?5^BYf0|!nVTB#TKNpnRU_zOKCUVAoCXe;o__B)TiUcb-tdgbiR_Jnfh?&otPjKkn zL9E5>Cor2^kL|F*7IsmmJ^QmopcK>5m}g1`!(5E1Qe4QOpxG!NQ*kgU%$!I6U0P<+ z?UVHcb|Me-7Np*TpBHJe>+1%LpV109A^9mVEiQ41j!Q3yR zI32%FB75BdeN3P|P=aPMrHXf~%2E7#Rk?}|QvMqfP1x|o58b_d%)5o4N1SKf z?L1Q=8BA1?XR=$QbUG6GBxCCk-}Pdu_VTP7(1%GkO$Oci`$}-ND-*@n3mPBL5r<_- z(T$FH#&Q93YO1@i!JO*u8LER~S}k*Pk4P3gPG}m%dsN63ePt61ODupLL;Y9LV>h76 z4QMzDG3eA{piE|k4zrmv0!5Bc=rNahPY@`u!F=dJpAfy4&~cp|oKX=``2mnisGJL_ zjv|S3#shLsk(g#$B^eoTBH(sha0ZJY`egU(J9DK40XYIWL-;6ToNaB9&ETpzW!A3s zS#KMi?N{{`^2 z!58N^>^IatSf$lNhpP-hbeDE2RJn1U=3=(olW;{c9GTDSm)^N7FZE}QURT5Y${FM- zo7ufVf9CYMgMQ^Dib9$Jlo%-KS4|Kg7ip4lKqm&B^gE8w5~%zrO0q;nQRPWBO}VUG z(|5eekvtt%jl3{w2H|Uh#hZE+%%MV6HqdDDpl)=Ei8r8m52}0@8idbVp0$J>`1$x8 z)K`DAw;$+-=cU{ZPW+0s(oTxbInAocXw52cWi#NVw4NenJp)!t3~YV}Y`Vu@=|W`j z5f&SzyAR0WDj?2*C2p6tvP*b*feZWaLTQVAJ+pK!B3Rit_Vs>cqqJ90>8~KYZ$1Cm zF5P3ttoZf+Rv4dbz1Fbm?1(ma3_K~-pSis*bRDO19}38RaUO;$ub_|_%4BS(DV6~X z7wWvqCnDxR#zYO1l!uL!N_9lj(AS2V799AgJ3uEqY#9~@e3WFNZ|qmOs?OD~N;JuM zrt_3thZE%`XppANYFTaEGL$V@4qn3N!S-s)nq7V^Z7=V*(`jmrWpvCzW34C}=WLQ{ zyB$S`6PnIP8d1dZ7+^;ORRcs!C8)8fud5+xlqFWdw=( z$MP@ibbO(&6t2R<8q6P7csO7F53Tb7{Ge$He%QHS;bJs@T+O3zcrh>E>pZCZUVXQ| Veuv}|G)}8+dk#qcZ^vu9{{U?GEcXBa literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9cbe91cc1091afda173848c8c6c83c6bbb2f0f56 GIT binary patch literal 4138 zcmai1TW{RP73Pp!?rODCWXEwVI|&8>ghZ*ml9j+kH6x*)oZ0TcI_yTlTQhs-SQ8 zNz3`%U=?P6gB~{@TdgW{c8%5Q=0| zW0e$hx2H#1HH-N^mz^Mzoj8%jLYfH?_aSWJ2BK)(mHuq5r&gbSOmsfQm#TsrEds5Z zjI=CfwrplW!_cnMGqmh{V?e)ERzqE5bF7Yfj?J?M>N;D1-WNp$Y~0^khM^Bt?n`C- z5J#hKsl1^p9%f0C-WvqzDK)#9jA5g|bHnhE#+ghqiSaB9mC7|c7JHetCp`${fO>HV z%>)tjqZY;ybt6V&Xj{-Mxw!5cRuVy?wU}(NED}5lDu^3+&U6V!>Hy z@Oy9y?MqsE3SHdT-MVv!MmWko4-YTXUMA@PlET+$76sUbQ*Yo3*Hey+;|qa9g@^hi zkS2PVLe-R~o||xZ*j@%XW`5di(tRw0FfL=9ZEn)_=Cz5pGZrW*-H^`2^*o+POe<$} zQ+XKjuHH!nmJ(i*)P~UYW$L*R?Q!aYET9bv%eZt`t)gkx^FlXG>HCcPZWhYT8J}+V zy$S8TZg+K}2_}h5_==M=r0hebk~j2 zZnsHqm3u1H%(hMAAumHZ@Jf~kgTNaoBcxf9#A+uTY~b#5#QG!j4gw|zr{zn7(JA?M z(W9}iBVCKAgl$qyR!kG_1%3cNK?JU$Pm>rdt158l_ZdGsg#SLOgJSUs!<|^ zbCyHelIgom`bCVO*l7Ltf?Kofv(L)1_pwb&^S{h~U-g+Ci&0raPbYXgMP zS|Si3JX+gAREhw2rJ!yt3EjiKh_i@Yfw`_EhjI`{YfbkcSPO&RTG{`w`J=Toko-#G zdJo+`$Fd+<>+JK0#R7B6#JyHxyTZFQ_-+%Kb`JY*;7gULM&m45BBM7>=eXwdM4md} z^qG4476|EEDB#!ndU0Z+hCk~XN$$i{7l`erq&+g*?SdSkIx5H*)fjoVDmc#P@l{jI zgG*sc{zz)2l*OVVRy!pK-&C9FD-UT9`m+B#N_Wu2!^a z1#XC#-OK!fcrDY5Uet19qUDY&bQ>NI;5C?RS zpel4ZuI>FpkJQx2*n!X0%aeRd#0Po(c#bVWZhf|8W5QRT7vo>*@iTfH8aOq6b{RX1 z`+EF!Euq8CX`0ZqHzu_6n)Vw_dvijA{;>8>ns!0+24%{dS;zIf4oTo^es}-aFN11_0pF_UOx_HX!F}8&DmzGjF|(yy34OwH2ny zUWmr}6!_bIBKEGfeRVraxm;gKuaCz^ZGAz-)ay?PErUftZ&A_oqT1`14X1~Q;9_*X zjmzN*Yxe~(6?HGn_zJtO@%o9vuO~~YP|@;4;lrphh71(p<)xsx7LLxey+Kbffy(m}S7N<=w31SB2K-kWMdd&Mqsy$I zgSVn@eT9YFi_Q>5Lle@DzT+1T0v$Q4cui9~K<{!uTmV0z!c)AhIqL{-&6j@$$lxAF zj>)9@v1%=7wRDDn2wZv!C-!|PwIChw1I2)%C@NAOCcLQZyHJw2q)DlC#Y<4URA!J) z7U@elXC2H<@1rnG$8^ZzGt)Hx?Nk98WRYA1PS=QooPzg1wMv83RnJ-^XF&&sqkn$# z)lpAhht!`rrkcBml{RUZqqm;}n-`_nUY%E|H$whK>aBM=NZ(ng+Komln;{S7bX;^;cB&7eaygO(>hv@i~>vZ(Suac;!eO#XU R6BQPzx^UR_2DI&1{{t`|b;JMw literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c7ce8354c487c051bd94494b244716923e21627e GIT binary patch literal 6350 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..18c5d9e3acb61f4c8b7ab8c82dffdd44e0a758ad GIT binary patch literal 9229 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 tags. By default, the content is enclosed in a ``
    `` tag, itself wrapped in a ``
    `` tag (but see the `nowrap` option). The ``
    ``'s CSS class can be set by the `cssclass` option."), + 'IRCFormatter': ('pygments.formatters.irc', 'IRC', ('irc', 'IRC'), (), 'Format tokens with IRC color sequences'), + 'ImageFormatter': ('pygments.formatters.img', 'img', ('img', 'IMG', 'png'), ('*.png',), 'Create a PNG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'JpgImageFormatter': ('pygments.formatters.img', 'img_jpg', ('jpg', 'jpeg'), ('*.jpg',), 'Create a JPEG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'LatexFormatter': ('pygments.formatters.latex', 'LaTeX', ('latex', 'tex'), ('*.tex',), 'Format tokens as LaTeX code. This needs the `fancyvrb` and `color` standard packages.'), + 'NullFormatter': ('pygments.formatters.other', 'Text only', ('text', 'null'), ('*.txt',), 'Output the text unchanged without any formatting.'), + 'PangoMarkupFormatter': ('pygments.formatters.pangomarkup', 'Pango Markup', ('pango', 'pangomarkup'), (), 'Format tokens as Pango Markup code. It can then be rendered to an SVG.'), + 'RawTokenFormatter': ('pygments.formatters.other', 'Raw tokens', ('raw', 'tokens'), ('*.raw',), 'Format tokens as a raw representation for storing token streams.'), + 'RtfFormatter': ('pygments.formatters.rtf', 'RTF', ('rtf',), ('*.rtf',), 'Format tokens as RTF markup. This formatter automatically outputs full RTF documents with color information and other useful stuff. Perfect for Copy and Paste into Microsoft(R) Word(R) documents.'), + 'SvgFormatter': ('pygments.formatters.svg', 'SVG', ('svg',), ('*.svg',), 'Format tokens as an SVG graphics file. This formatter is still experimental. Each line of code is a ```` element with explicit ``x`` and ``y`` coordinates containing ```` elements with the individual token styles.'), + 'Terminal256Formatter': ('pygments.formatters.terminal256', 'Terminal256', ('terminal256', 'console256', '256'), (), 'Format tokens with ANSI color sequences, for output in a 256-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TerminalFormatter': ('pygments.formatters.terminal', 'Terminal', ('terminal', 'console'), (), 'Format tokens with ANSI color sequences, for output in a text console. Color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TerminalTrueColorFormatter': ('pygments.formatters.terminal256', 'TerminalTrueColor', ('terminal16m', 'console16m', '16m'), (), 'Format tokens with ANSI color sequences, for output in a true-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TestcaseFormatter': ('pygments.formatters.other', 'Testcase', ('testcase',), (), 'Format tokens as appropriate for a new testcase.'), +} diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/bbcode.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/bbcode.py new file mode 100644 index 0000000..c4db8f4 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/groff.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/groff.py new file mode 100644 index 0000000..30a528e --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/html.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pygments/formatters/html.py new file mode 100644 index 0000000..931d7c3 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3ed6851e72c0dbf0945df82542e3a86c583d05f3 GIT binary patch literal 16832 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 0: + callers = inspect.getinnerframes(exc.__traceback__, context=depth) + seen = set() + for i, ff in enumerate(callers[-depth:]): + frm = ff[0] + + f_self = frm.f_locals.get("self", None) + if isinstance(f_self, ParserElement): + if not frm.f_code.co_name.startswith( + ("parseImpl", "_parseNoCache") + ): + continue + if id(f_self) in seen: + continue + seen.add(id(f_self)) + + self_type = type(f_self) + ret.append( + f"{self_type.__module__}.{self_type.__name__} - {f_self}" + ) + + elif f_self is not None: + self_type = type(f_self) + ret.append(f"{self_type.__module__}.{self_type.__name__}") + + else: + code = frm.f_code + if code.co_name in ("wrapper", ""): + continue + + ret.append(code.co_name) + + depth -= 1 + if not depth: + break + + return "\n".join(ret) + + @classmethod + def _from_exception(cls, pe): + """ + internal factory method to simplify creating one type of ParseException + from another - avoids having __init__ signature conflicts among subclasses + """ + return cls(pe.pstr, pe.loc, pe.msg, pe.parser_element) + + @property + def line(self) -> str: + """ + Return the line of text where the exception occurred. + """ + return line(self.loc, self.pstr) + + @property + def lineno(self) -> int: + """ + Return the 1-based line number of text where the exception occurred. + """ + return lineno(self.loc, self.pstr) + + @property + def col(self) -> int: + """ + Return the 1-based column on the line of text where the exception occurred. + """ + return col(self.loc, self.pstr) + + @property + def column(self) -> int: + """ + Return the 1-based column on the line of text where the exception occurred. + """ + return col(self.loc, self.pstr) + + # pre-PEP8 compatibility + @property + def parserElement(self): + return self.parser_element + + @parserElement.setter + def parserElement(self, elem): + self.parser_element = elem + + def __str__(self) -> str: + if self.pstr: + if self.loc >= len(self.pstr): + foundstr = ", found end of text" + else: + # pull out next word at error location + found_match = _exception_word_extractor.match(self.pstr, self.loc) + if found_match is not None: + found = found_match.group(0) + else: + found = self.pstr[self.loc : self.loc + 1] + foundstr = (", found %r" % found).replace(r"\\", "\\") + else: + foundstr = "" + return f"{self.msg}{foundstr} (at char {self.loc}), (line:{self.lineno}, col:{self.column})" + + def __repr__(self): + return str(self) + + def mark_input_line( + self, marker_string: typing.Optional[str] = None, *, markerString: str = ">!<" + ) -> str: + """ + Extracts the exception line from the input string, and marks + the location of the exception with a special symbol. + """ + markerString = marker_string if marker_string is not None else markerString + line_str = self.line + line_column = self.column - 1 + if markerString: + line_str = "".join( + (line_str[:line_column], markerString, line_str[line_column:]) + ) + return line_str.strip() + + def explain(self, depth=16) -> str: + """ + Method to translate the Python internal traceback into a list + of the pyparsing expressions that caused the exception to be raised. + + Parameters: + + - depth (default=16) - number of levels back in the stack trace to list expression + and function names; if None, the full stack trace names will be listed; if 0, only + the failing input line, marker, and exception string will be shown + + Returns a multi-line string listing the ParserElements and/or function names in the + exception's stack trace. + + Example:: + + expr = pp.Word(pp.nums) * 3 + try: + expr.parse_string("123 456 A789") + except pp.ParseException as pe: + print(pe.explain(depth=0)) + + prints:: + + 123 456 A789 + ^ + ParseException: Expected W:(0-9), found 'A' (at char 8), (line:1, col:9) + + Note: the diagnostic output will include string representations of the expressions + that failed to parse. These representations will be more helpful if you use `set_name` to + give identifiable names to your expressions. Otherwise they will use the default string + forms, which may be cryptic to read. + + Note: pyparsing's default truncation of exception tracebacks may also truncate the + stack of expressions that are displayed in the ``explain`` output. To get the full listing + of parser expressions, you may have to set ``ParserElement.verbose_stacktrace = True`` + """ + return self.explain_exception(self, depth) + + # fmt: off + @replaced_by_pep8(mark_input_line) + def markInputline(self): ... + # fmt: on + + +class ParseException(ParseBaseException): + """ + Exception thrown when a parse expression doesn't match the input string + + Example:: + + try: + Word(nums).set_name("integer").parse_string("ABC") + except ParseException as pe: + print(pe) + print("column: {}".format(pe.column)) + + prints:: + + Expected integer (at char 0), (line:1, col:1) + column: 1 + + """ + + +class ParseFatalException(ParseBaseException): + """ + User-throwable exception thrown when inconsistent parse content + is found; stops all parsing immediately + """ + + +class ParseSyntaxException(ParseFatalException): + """ + Just like :class:`ParseFatalException`, but thrown internally + when an :class:`ErrorStop` ('-' operator) indicates + that parsing is to stop immediately because an unbacktrackable + syntax error has been found. + """ + + +class RecursiveGrammarException(Exception): + """ + Exception thrown by :class:`ParserElement.validate` if the + grammar could be left-recursive; parser may need to enable + left recursion using :class:`ParserElement.enable_left_recursion` + """ + + def __init__(self, parseElementList): + self.parseElementTrace = parseElementList + + def __str__(self) -> str: + return f"RecursiveGrammarException: {self.parseElementTrace}" diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/helpers.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/helpers.py new file mode 100644 index 0000000..018f0d6 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/py.typed b/.awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/results.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/results.py new file mode 100644 index 0000000..0313049 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/testing.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/testing.py new file mode 100644 index 0000000..6a254c1 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/unicode.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/unicode.py new file mode 100644 index 0000000..ec0b3a4 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/util.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pyparsing/util.py new file mode 100644 index 0000000..d8d3f41 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/__init__.py new file mode 100644 index 0000000..ddfcf7f --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d2f1c59ee4a57722b875e2eb2e10da6bb3de288a GIT binary patch literal 600 zcmZvZzm5|z5XQaP-E2q{3WPv(ThOG)`Vb8WgwS1c6hMJaNNy}|>?G#=58E4*JjOl3 zb-a>WD#RO5F}|drI7|NIvHi2ZnPKz!6v4RZFV}wxgns4V|1pB#J7@!AGjl zBQnw@DRo6EU6Wdm$yhg}(GxN$5HHDt4dT^pL8iR^f)?Y$o3EZZCwyq5ZC6aG*6p3Q z-^40*(Q38qSrEMK2dO~W>RK4yZmqoz-SjsYLyIOoJU{M#FgvCsPmfOVm0>$373-Bq zPtNlTr-Mu2FW@iX(=4w)$`GX4q{mk#49-~}1^*1DSd`YJXI!k=pdt-J57t&91nLK4 zfPVUYkm8<$L;a#V>&_O9FTtYE#qxEQah4{_BufSIX)#L;rQEJ4O*NI;sUvWQ<{S5+ zX-4S|$_54j10K?$^e6K33}pFxz+0;YcAo8oF!;in=w(0ToC0==?Kj>IhA-FFFWo+F zt-&4pA+eG@KE^M**Eq;1mJSNcHUco|F#Kz{^>F9ZD0yyJn!DIeof?mFeHzd@diPWnkcH6r8U*`z*Kh3!}X<;)tOu4 zYi4I%UT2gj_DYJppu;>tXRT>Q6d*4J8#Aoq3IT`tG&IH4Fc(5vE5wk+J`U@%4$*)U z#_b?b+#Ocl_)46$QxHOqolg=b>lgU$c?+H9KFG7yjz57*!8E6Y8j*V|`+b0uQzfdE zzE3SUUdcDZ(HH;ax78hwCh5}4?NRPEelwo`9mE|U;Gnljv;fD*#TGg*Q|0?%ao>SD RS^Y5Cj0=PrTd*ZvvLBO_V4MH| literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..85681f4116f9e39e0fa253b7c62b639e2cf34d0f GIT binary patch literal 11575 zcmeHN%X1q?dY=aXf*|-5t%qe>V_WtLjs(haY%7dbrKfG}X0eJbt+LoSgCTlA4mFs8 zdIqG40&@tp+0DVRvpM9DR7I-Fh50LT$p4V4IpmO3rQ%cWu6Q@U@9V*1KvJ?@J|tBO z)-=1Pd;0P9?|XJTv$G`)zhA9=(E7ZpY5zfm@m~&wt9YV+M}A z&AN&IhM#Na>v^5pn0}!>RiEN~4*6nzn)7+T)Sju&w9EB!d$vA{cLg!!&$Z|4^T-#) z^dqglAWC8e{}cLKZo*?IEL~uE*}>! zh-LBIBfWk?yeN)~6UdzuC&elBeF|-#7pKwo^qx_FUg#fbm6yK2I<;CwPv)9o5WAnm zZ6|QnU5PhS&RW!Q;tgbTo1qs}%%t$q-J3tYcQ+|DH{9j}yXp9TQdaq}8+W?#7dpDb z2g|k>*c}-*?WifePHa<0O@jtYe?;jbo*&|g-a`^=eO>6n5ay@mXJ>cKSl=}ITHkCL zp4K=1QU5Dl*Y1PPIsEOJx)v&p1g&jA*TA~oC=(anRTw;c6n@NslmlPgsJ90fr^wz#6pTms4++NuT+wMw7I$N$A ztlR*Fq_@_My)cMYI=-{BF2imhF0?{UxpO60}vg^tsF z0J`Ecud`xrxq%2J+JHoxZZozw!tg<~Vteh5U+wH9rEQ6iY?|pT(T9ko=?l6%f&WdS z@!&@!B{JT?6Rjcv839{id}@65{H`ABkBz?mM8B^YW2E~?1L@8mAe~v0Gw4Be=j^OE1lXSXsx;%wa6Hn$xQ@)BPI*G*9h_Ap? zI`|2D51i&i4*Qr-macXJJS@YfAt^1zuTWhW*9WQc)<+ZGM!?o5_ORMPw zK^Rj#C>hF_S_IsJ2y77`-6*PNfJoD!hbc(Xp|AHfo58fN*8rjESUOFYhS)cfT;%#K z`68N4(x7Mq^ImM*wCIR>)b!rzgKMY`+ST^+2|fy(wrkr-$+p{}==zi|+xEk*b*M1J`^5<&(OzNqJPesh5ECYsPMvXG1u{uf${8ShcCp8EyZtDYxD zO6JnZ-ww7M-xIyc(~0jzAU3zGHW{!q7Jihcq3MZUKoVoXZZ-9Ed-qGmR_J-%Xpkb#YA?Jv;%J8aw zU0SN$&kkvRy&j zEZM$~HyM3QBpZ?~KtYj>tQff*19p4*pX>Y%KzyR_8l2B_T7V+ap8%#X9|^uw1liqO znuo&KRqcxXTtB~#x_<6~DL2upLA~}(2J?T_LfMAKi(JbIgvA)NoS~6HdM73KEl3dQ zD&{9(O7~&cjmYdsRhC7KE#N!qxJ|F+p~i{OmvnuIn=O~?&oh*1DC}wIZ;?0&(Z~-W zTOgChkiU*^0xJr;vWa1(>!uU=(2ct?z;rDb?V;a|U2Dsg5q%6c%uY?spE$2~obr*? z?n1PYQI*cB$I}|U_kze1K;3BA%CrInnR`jzi!f?Z`ibLr-CI(IQkwL>7=Vs6f+XRh zicKeS;WC8nb{GJ{E$@>`A(>G<+q59EB~v0MC3I`6x@4B}qpBI|dr&vWg<<6+7*#ds zYx7qA0F#Mm;##q+7mc!hJXeMtu#CLCjkisz8voH^uHuRQ0?D}D1ZT?>Ik;FkH!t#{ z@JQR!>u~Nw5oYWZ9I$CoLTypJ#7>=FpB87>ozv?jVX-5p*Js4b?852wvUnwR-e$$C zsq;1`&a(Ta*XNb<23L_p?rX{M>!g=b%Y_svi3?Zu-n(WEL@iK65}5a&wb&4rq_86k zehXlhZmaMlJdsfDD9KuD5)%%7lqWLK6McxJpA&i)u0pJVz4Shq@|T(oI}WMYhZq@| zlzsCi$O0{5qAu6ZAi8E1c7_j#4dDq8QHIOJ0w?=Z+B{`X)n)b@;?x5lDgT1K*j4MA5FYWR<16-d$t?ua z5;+gf;jsRc4pF18f(yoVo~0_S%O4FDrS&1}oajn}Rtr@*IX~rW+U_TAvm2A6v^s1- zq$IlCVgJ+`HKBgQ)2KJ>qISUJB)NZ#pg=C%Iy}yg7vO7Zzl6*M6pX(%9>RrVHiSV) zJe8DE7RNq9XB*XviQd`Qm9aRqQw5A-ILh_`~0ozheCa5`BX2HsPv;N z$PB)Rgd&a1l1NgJA(_o=z48{84yvfcjCLT*MubWh50Do+kjn55N(sx^Ac8tBleTA(lX4EU=mvkj2PoR=AGIS)#zu zc^G>`WKv&X*?31SV|x%J4-zc?g4+w{Ayn9D`($ z{3$kIKlSPV1o;V|%b(%h-{Dcw6hJ%onYIiyTj7q zP$DlU1Eog823*5!dk{7PB|)xOcH@nm^W)+IlvVLqCwic)35Jv9Wcp)pSzDgNpEep} zkVDTTs@c&ZF*MvfSSl2EC4#qP*v|CF!Ir_uiia~G$Hp=s>;Zu%fxd4hOT)V14oO0I zGC#3)z`u_7Y)I^<;l>8NV195YHz5lD6z~2CkCOKbO5Ph^_1?XHxEb@T*&fXs6!xS@ zOjnl+2>hFDXCt;M;1rWh&b(r#ypnVN8*-E9034`2A<|+~p3Vyy+LJ9w^5<~gP`whn zA@1I2aB-Xk##n6<)wgl{L>o>%EA#6Bd?Q96)=EX@p&;6ZZ%qylFq4M;2YnFFXO^*w z?cZ2!Jd5<;Syql20lgh|{Vc-_4jtGJ5moDUfFOV))W;ZO%L}^^LXKKVBFzT_OPesgMoE*B33PAb-GAblRNbpbApC2Lcr?ntq4u5u z>UkPa1QQaCO{D+VdVH`y17Lios(je_A=*3xIM(d!d(jnwZ=uaIy(!I3A+~R&%`<%+ zrrGD1@9n|rq)UKar(}bY31~mSyZ^zXlr;iSW6JuqBjBAK;G62}-aowm&7E|dZjcW! zW+;C5Ub+&VPw|F%3eQl4K4`fNgG4F9!nbjKd6*^{U4tLx3wUne;UoC0=L^5rP=0Uk zFNdN)olJk%mb~iqX_owuim8RkUm&KEc-KQD572A%NGk#{`3r+s#5cM9K^c8f@7`o*{$&-SPG z$mP;;vPgZ;q1P#Df8f&Euf}g)#q->MaStbuyVL#Y#|vT_C!PNiFLEB&0-va}NvbKM z=HKF_LuzK9=%4E{7azmO2$vuZPwnUEYcc<+iL*^AFL0}~@iLbdsnoH^QKWjYbP98w zyeIa#9$g=wFJH1dR!f%e+`9AjoA27!@7?~xoA&ik~LT!4UzS$4k1s)|*L>v-y(VOm}ocgYR4=I7kRWJ3YNg z=F2YR^h#Prd${|d zOH7!`lI~>i%`N#l<>+!tr8IV*hUmytQl||@ERqs0h)IhBd%kL!6jUf3R~!-Sn$!Xm z%BT>BT|!2~y@i54$A_Rrec2?9kkgm&7+;+&%;9KafuAy5x*Q! z6RD2B=_FM4k>EzGx;~4mpFI6!DvYXp_Dv$45hMSM8;*_!)b$Ax_k5e8J~Oy9i<=z^ zG$*Kz?h_`{w?1jQ9L1kNh(Zk?b= (3, 11): + import tomllib +else: + from pip._vendor import tomli as tomllib diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_impl.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_impl.py new file mode 100644 index 0000000..37b0e65 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py new file mode 100644 index 0000000..917fa06 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9485a70cd3b8075fc25f5176dceff2393365eeaa GIT binary patch literal 834 zcmZuv&5qMB5VoE4htRE%KpZ$(+~-6R*Gp#>oOjV8@dgd&b|)=iw(O34-xCd$)Q_5c(R7<1q%~6)g7#gg{Fq zuplMgk|n`tpGdNaFnW*lqZrA!d4^G#A`bduI(dS`ptl4$N3-Gn%SE9ag^yEL zXBE#c`C8IU=Dc>2`a)8ntjxW!P4F_By2dRk?hCpymNKPTWlb&}Y&J=90Rcz%xWd$> zpw9D#a!2L1@|{u{=Tue#fT4V66u1;zm@B2%bZbOiN(b27Cn13hl9F1`ty&kJs%>Sg zUnJjv0d$rJc|2k;PGPwT2#*ff6M?Ux)*EuRpZ=ZhENbsq=}c`Q|27UqwRai2C4sRU zWQTA|C%%753$vAJW%*7@ot_%)t;%YzjCN^N@@8#Kt;HNznOBW3j7}H)N~NXB(%yc$ zc%C}t<@^=^!c>*A9n@wl_yCU^V44-iT)Olq)s%suJYzs{`{36BbGcQOhje{$5-Ns< zK?vK>BmdAcfX$AUhoE${pab#IH9o{Z56p99L;P%DBlxu=?$}C|vK<8JY>02i8>4i9 z`$J2wjo`Gyy$6a5oFN?J>5tj49Wf?M&RBcDe>k9H@tgAw%Z8S3r>}j_r+jOzvE6O| ZgK5Vv`UZK416FwDcsL;hCwM}p(N8T{;B5c^ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d7d4a41de06da9fec734a6ce123990cc5b702f83 GIT binary patch literal 9920 zcmb_iOLyExcE+o_(aq+=G$mUPQ?O(`XiH7`IWroKM-NjY9oub3lE>rr0|R!UNs!$@ ztAHlOp5`ouPHg8K$3D(B$std&(JHf;-E6W;{=(p7mrcCN-ivX*dkg&{Eqfkr5`{vc zs!+J~-Fv^f1#fb)q~Z6)^3BG-Kdov1Ll>hz3l~>##P8{vCbXI+bYV30n$BmVX7Jg} z&Q{Ih>s&3z=X@>C=R&Q3v)Qy;cFoqQ535;hm1-r<=bC0~qE<#eFA5)OwMk)%BFDe|pEP&EUE$CUHH<*N@3VQJm+*oH&H@A#qqd zhVxCG3P{egS!ty{0X;$FLY z{ne%FD?dR^xm9ULL6}^M@yva7RW0|;t9Nhyr0pfEv2!l=+n)3iyxC@utU6I#;TwK? z0RtEr&SDU@J4t0NjzSv21?N{M*EebWCoeg_s#Gf5+ojTNKkhWuYmT;zI!V82)>8UO zM~3c(*F6qQUR}^rYo!@2<2)I(+L27$RwO!2pKh$-t?CBV%YLK^HjYKdeV02v-)&)QZ}Eh@n6VsU5=p8z z9%ym~Bl_x-#nq_gFSez(;rrp@b(-H`xswD@7%#S)-qwnYI-$7Gh~$O#Rfh%vtN3)>4=xzXFkwhH;aSh;d8E%Vi5V{#ONAs2TR$AJW z=*Fe7&y&PRe40L^%UPW3fcoG^LMFjp#}Qvb0>QGK`PBIA=(e8dyGBpn)8E#N5n7 z)p3mdXvkM^#E&EKHJC$| zn6V&nUD$dprXDrDd+gvKEB$)a2e}lD$XvK?T5>Z5LB8y|_c~rPyHjvo5!GE+9vgou z3z_6A4D2 zuo&SAqp<;RL$InIke`W>&=Hfs5^YD@)k#ftg-wHOo06rO=HgDE)tBsP zv?mC=ZoTQnF+emF55egrdWbR~WxYE$@?HZ0FX+{UynF%`B^euef)a-k>L8uWx~}`p zX1{xW#u=)@@H~aw3pj@JKqUuWI)}pRRP8d7L|cPx;?(SEdwBWn@iLU4Oy?RFT!X%1 z>_JHD(2enRp}0Nd-pL&NGu@V2ljMijFhOYJa{ zt-2TcX~A2L*(a3i@c2>KmVP6+zhI;`bxlf|76*OogK>&BVd8-y2v~<7)7y~^)r>iP zPM3?w)#=s0BPk+zcHn*+qT(_LqJ#$C@1RgV-x3r|V6)HcOl#+?v@}9P%|3-gD3yq6#4)Tj+ zl3`DT(eCN5;O>qdf00ZHo9gv)^0&R*t|^LpxcC0lc0QT@SnK6?j8C+CyC0L+Ep<=a z2mpL0M{o@X8CCjdpYx3Hn5rbtmCp5Vjnbj7^h*c)8o~B?5)|2xp7#DMq2XiTrl;>1 zKL-W4H=-y83!CgMO`7Xs`i#m&p6Um>ETe~^W~9Z-D}D&3Cttoz{nLXi!}z-Uq|3a} zC8dSau3RQeHRG2ngZkZbnVE7ny_i*=d?P$kLq@GWpM?Jh!_X@WGjai4rv+cJ!_-{y z6DV}M86;^TBX6l0Z)K1yg5Ms z7_8&z)VOG_;YLgrKr_oQyk&jLD1o3D$d&b310{y>N87TIn?i|PLd`KvAgfO=c^wBE zX0n3Y+KNV`g(%F9A?JHA5u_Vr7lAvY`;WJojxyky0W3h&aH2L-G^gQvpsIch%HJkF zib+}CQqat%v&0-*brCxrh`s6|2GI*wumB*oeiwEl3Y%L_JA(ZO=>VT^cG$w4Rp{_V zkPsU=s~V(J~U!rUPiX(!bY%A&p(2FT=v-s_!@1C5}t>-S^2dlL01wMYfrIqkvU~ znN&in_N8?E+xkwYu0nuB!hKeP2WC1Ad)o+B+}KaZ&&Ki=-Zi!8LHlGWU&ozw95HFX zmdgX3C19~+@SX2pdcbG!XGpIPqrXysCmtfee)qD9mzQr)!ft!W56Jdy;W#KCx>F}a z^?&5k2IzVd7mO|w=rVyW3+Ot|=sK^^)idIAiMgY(*C_*I?7(;6x_jm>=l6{5T$1bM z$g%I3?9%@$lidJy@WZe~zT1Lf6JFx&N1g&5Y-H1?bvJ2rpK+1qvsMxn^Be`#aZHA1 z2ar6^ir)#bWRD#eq%GQX2R#A3H{b(c07CQ=)K{_Wz|{zoB7jR?mndw5O|b!RzUu|l z)SQAi(+Oomc%bRLOLNNkk(Y;qQDq>gvjdq7i3v?hI=yfBtRC`j=vH}iwF%D_Go#s$ zg*&M65e_D#TA{BiWXDUe@VNe3Qk^kW5Sy96ah)3e8p#1ve88y4*vJqSj2keQ0dA@p zUok1<^{HYj$AKG#4+9(|*UKxcD7ytVGlnZc7_z#5_%krnSCBs$MxoPh@-RR#jxsxU z-uY_)#XXIJO5T8c7j$_VC*tdjuv6cHu>M$wAmc9NThvcM{v0PskdbdwLROSvQY$GW zvO)a?m9oL$gvtIpDEns|v4cdjhe+w?X21k2*jnR{Q2aE5$ z_x>{%vh#bxrieIKd*L5i!M$e~*4*niq}e7XB!;@F#zXvIB}b zFyH@zyBt~8TKcxBgA^p@nzft5awETo#m0{D*$fBYtg+zROQZ3kehaMJjBTrD_N*QK zvokR1gcV1=L{BkIZho;_%0&$2gGcAS?h6wSy$ zks6!J)hrA~A&%CvFXOND#f4H@!0gewLwXRdikuPiR}nLUbvny%&!GSM)!VNw-R5~p zOH9w}3Eo3e01vv!YBy9+>a%7OM(7bWi=I`(iZnyRKA^CI|0kL#Y!u4+VSV110`;-= z^E%%hQ#un>2TIq(MNf-uB7cULElGEvaPiYzBhPgT2<1X0G4EKK#;+wd zFa(w48pR&Ug|%);fpTC&mG=yh&u04O^;N&V&ePXdLa#~jMCHNZq&vjUdBP6P*T{5L zySb+;kW%-V8?1=R=@SwXr{&3YU!DgiNB{(fs&U*P{*soY-J7aK3nB3UY+~g8k730r zIv+FwT2J_^-bN60WW{+qz)k{hCyaRRih@jumwif+3vkdJLdXX(O<$U8Q*>N5@LWlY zAj$B^wegZkY9ihMW=wNmo9@G&)?=_?wPGIv@xCcfj{q5=fa_)d#VU}GhDBD4 z?)M{Xn08V;3c@H}rkG4Nd#snYD3+tGO_l6N|7s;cadO+VVb+3 zO(7L>QZAO}Gc9A}j7GeBbKeYd^Z!GwcnXPDP_qN>MZAl;9-E&rHcqR<1H9{T=3VFd ztSV#T&s~If)5%XiV0{Ok`31E4OP1~OH8lLL1$9gg^<(w#bv zu^*YuD>&H6jK$O`K8t0#`%0(P+8VH&?zw6Nb%Y&{SECNLUi}T|AQN0xQ$)@)K2%+> zzA+d*l=V>H9gN^44Vnz8txLK-FjTsC1;=;oH$C>VD0wR!gkRo3)ZL@VQujwUKrLXM zeHikl)4}2oN*)f_1;0e>d{ff{A#fVYbsEd~J`~6L)(5iV~i2NpGOG?0$+I zp^t0qx5BKv`$T&m4G^@*;%f%2VWuc@PvtKcsb5;baKMPmco8f~B{&49%*kE4!%#D~ z1A0b#07)KHTNjARlV27Ep$Yq+K*hU9dqzXU9y;RpM>N_;?^&XBnRW*L8xv-4{Z7}m zbGp`@7ZbQszKk{YS`oQPs`CzZMYnUm&V|2K=ZiGSrLF%RYcs`dsP*(%o8Cy9^5^>2 z{8+1*hdk-VNUKS-s%5R7;_*Ggt)@QL+gEz$e8wSHQSnPs(eBJ!;d&TthK$Nf&gr;Y8h%u91CiVb(87M0 zIV}x8l91%T#( zc;~M>G4hcHRwsEdKd?jWHMHo_w6~U8c+HK}^6z7xp>*?&H(qtCS6^ScgFOO#v4LO~ zZ_G=IjSjaJco#wK)UrOEqPwRlnMDFuNcq~t$k!q&tW@IhvUF-TeX-zTe5vm5Gh(UL z!Y~z$lw+p% zD&;7)%qp)80vidY^uMGV6k}1;f=vVQ0%bGEK`C=Z21foJCG=*>;|*;S=g9V__GR^1 z&C8IS7E|oNnzA91;U6vi%XvFz=VtQwE7%45xIJl4;qS10%rfn=J!>B>&6Ez=Q!~~~ L-Y(+qd`bU*cy@cd literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py b/.awi/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py new file mode 100644 index 0000000..ee511ff --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__init__.py new file mode 100644 index 0000000..10ff67f --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c10379bdbd146df20e8b41c2c4b99b7022e5e0d1 GIT binary patch literal 4007 zcmbVPOLN@D5yk-fBKQ<3%X)i6*&^2_u_Pr+7A?_|B}$YmQ!0_M%2TOYgFC||L=1q; z%!*!`%)v~KsdD8PP`TwlfxW6;yn)6Q{1|+2_742?nr&I!ViqUd4hbXhc0yY^%pn#p@p4#_Wmbl<%_{p7 zFk1<$vc`sp^}>oyl`P?Q*NKIHATji{71;|GukzaOEH=!CxC`%*{Yfz_oR>8*Bq~Rs z7gl<(a#W0M+uh@QwIIjieE4{xC->SB<<~Z`a*g}1VCRwWgq&oP#1fPGFT&-cN9235 zKayEK#isi9{G)HrRK8lA6jOYRj~_Wd5Pb^dC&G8+DRv4pojQK^HQJ8nIt}MK1H2J& z=7?lgp2YM0K)Q3e#^Q8@p9s&&bLDyQk+9eGdnJ@3-F!_FUX7RBJfK5WcZ$> zjLJ*wQuh5$Sd-IiT3%+C<@@Y?`2qVtUSU_{44aX&Y*yA;U4FLYu_bwxUCrd)g-Bgv*W}0SV|krjmp9lA`3d_(-efoBGFz6P zvQOnLc1zx7w=?eJ1a)JMu2OoAJ(spUZpfp1jZQXWwVTRr!EDfOB3rekj&n zljBF?;*s?lyd%iV^ZcB+&d>7;f52R^H>~YI=;cOZZ*R{_vVFW*wP))66`nS} z>F8!F<^q{Z3k$uut(n|1iuTh)#ckzF36{~&kJ=qDXa>z!UMr5^CedJm@gC_y6)zVpt0EzDv!Ao5MK^HRD$YGf{_!P&QmP}{iYW}&rgDHJo=y$ zhLp#xjs%DLCWs>!y>IBPUL^Yql<+xh0>au0;uX(zms@etRY7~lEYsOm9b&n7gKl-{ z7b1$l2KrnCX5Vv{!=NQ1Etcus#BYJEOWwjV+h_hKy}Wh+`yG_G zos#8PyF~q!5A9m|ZxKKx>Wy{|>>mi&YyTg*-T&4Ndam%{T?^p-dS8Fdl=uj?2yOv1 zjjpG}OC2s=y#a`_QnH}X)o3 z6lFTJ`fW=jnB?_JI$k7JFJsd2LRX)0_UBvn=gQK58LPAm@Px0#H?5sNTj~rP;z!-s ziKS>H%6}z9)VK#|rGl*v?yDO~=y%&H?nHbZa9}>i$cE?d1r12^M*e-(yV=lz5%W+l zyMTMJEJzx#dBkJY=v8E+*$kqAM0PFpj628W1L$^##8i%}2gKB}K9A{CT347HkTjS(dFG7b zX4jsEoEGIw<89hf-Nax|NOrn(_PfJ6m427D{Eh~g3*$W=??qmHC@qD7hUiN_Q72I2 z7?9Nc3W0xBDTr1D0oXTbZ7&B7otAK3b+u&XBH~73n?4L@G!f@=rC~_}9#y}e5u^K;5yIhXPLPs+Ojt$91{Q+z*ymSfi z^2MX|`%hnN>|ceHfwC|{MSiH40pxLQ(Z~mnNaKjU2q3febXr}zyV2ZOfAjz}4JF+e zYDeo3K2H1$ZqrK8hTInjyX(+J*8GTvLV*Koy{t{kko2LhyQ$l3`W@&>s@Y5@`ePvh z?13}XY;JXeki)PB!0qn}7>&ZH*IwXryxHVJw^WeTFE9Y>i@pLMpuq$t#C6qX6TI7O zsxo-GUP~)ngu;l_f%{2X+JPpPR^v>GR;NKEEnzoLoup&ZYEfEX@i>%iBwARsdDe^- zjLkrb7-YvE1flp6ZZSpsNr&)`mdlPm-gvrxU*H`lXAD1weS0e>iWb&KqqN$e+Kl5b z{iyp~@Ib-tIvxJi^Cu_|pSP6cEPl&^8o~@ zjMhMex!CqQq1mhxHGv*_j2?rg4j!ZEj$z0fuYekr0lX`Eu&J{eQHboZZmMrtrvAbFe)%U8p2(s!DlJ{`c*-U9KYrQOe;JSyHranLc2huUE zLMVM>RC;dEhN7mj+achsnnC%gAbJUY1fVoA<^^6Q*vMe|t7(v97k^39z`18p*@%Yn z3B`60LRF>JFmAWu-l0CkIZJ&6FExi`9*Kvffn)*6B9bK}SCL#p@-dLqfs2^Bj-LqE z>Jub4kzjJFWh9>>xrO95k`*MMA-RL(E|SlYAW*CONLGHG)I&S@3^ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d53a91557e33d08488f28823b0e51bc2dfcef602 GIT binary patch literal 564 zcmZ8eJ&zMH5Os3-*z6I3ptzE4Pa^hxR3L;7T@wijo!}}rmb0GATG_RYKZ3IVfrc81 z7CI#UO-lF!)Ktt~xYNN{9=-SMXU&Y|bea>4kBj-$_Z}fXJ90NrBWJk76HJP5qI$fi z`n<39_?{Z@fg19m8u5`D^Rdc!rY3x%^0(x0f17!DmmtK@9$aiFMp=J5Zg!_1>NeZ#d1F&?n#t(o1f*;w^Xpq`Bp)ufPT3*t^@GP>;rQ&hh!Nzw>#LRx2bpejVH#{#7I7 zZ>PLGs;GR9uhBSh5)n>$kkN?p3a@6txDr(;0eVs8wWlj{b0dC({A_37`Sh93$r)^uVaEohl! zabZPf!k=ClVR&1sGr_?yw=C?04GWoCp`>AUlvtK%U@2I$(fQ2ezY3KfL=p5cbeY-8$p(XHtao9pnGC4?>J9vJA8&Xk%MOx=Qb@@28GD1 zkg>7aY@+St{>k>SdEjP!EFZjoeY*KSlUa9;$Nl>!3!mA^_38R0Ls?5qDnuHf?{ZX7 zaPKa@<{g|YnGs8W3G~K{JPu?yBNxGpKBbR?nFE(j|NKgvfn*88{Rw%>)Zlwa?FUT5 zX`*=s#xONxc9Mg$*+L_f2}-#J1JWiAT=WPT4iE7nkC3PWljv{;%jEMkAXCL%tpow) zuu#rNpuwk+kYd?HPde;qB(R)u{W5H)zq`NB3h6gxRfgTc68c;i==i{Pr3{4;(%3|% zpdAop-4_5{s?T>;Hkb9wiYn}HL_7ZfGwqJl7`nMm&H!Y0S4qTUfHXq3bn`5koN84_ zzBN>OE1%erlHE>nF1nc*bm#gg|d&bfwDLN z?i_u4*pHq4t=HJyCd%4iV!`MZ9xU2i?D9pdXPrOwOMtoCqCINOPsfTE8GPorXs+Q@ YZ8U?`AVj?I37WJSRB83!YCUZI2ZRmSng9R* literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..002600fbc182d62a86ba62d31ce1d6e3b8a48df1 GIT binary patch literal 16291 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/api.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/api.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..490f21aa89c16e9d30ba872d403619d9881426c5 GIT binary patch literal 6805 zcmeHM&2JmW6<>Z>AGB;Y-|3~8Qz-@%*H&^V;R=;yrE+4(LL{TD>q0x+8H!^qcegV` zv2>MQnqFI==&>jgpcnr|ZF%jX$bV4e)Zd#~(xfaKj_Uv}nw57sGrRld&3nK1dvDhK z(xqB}prTVi_YBL`_`8?}B(stcXjvvnbvcm&Fydmc%>aJK{C8mc{Gh4Lns77xsh3yAS_T z)AE-CX{>4ST-AOvbJS`FJ!M!w6N5xD)z1^zm#H<(_9XkHc#CcB-D=fp?KsOvS{?Ol zo2|wTwtn^6I_r$s$1+W&?cs4{AGT`kM8z^SvduPg9{1#WlNl-5?OR*hyZhU$n`um^ zB@@zem6%rT%Mwh`D2KpO?M}{_y=zE2otQ zwLBG2G8JgCcARiy+EKB3cD-n9M6dzF(ayQ%eb&dCGtn-7-MYwVsT`ga5wWcEK*lgz z6#aPnAc~r3+}S(0b!T_qcXqZnZ~E5Wo&Dm0y}Ogf=E2qu-G$|%=;rqA?St(I%FO68 z&`F!!{p9xZXfgMqTZ(}{v)sb;JZZ3-Dt1jhYO+Kb%d#%B0|3L20-cdX!)DH0P6bj! zr4BFvnI171Ri#H$RnFLRUU9)Kf6m#Per{)mu1e%uqK@TM18?DpViScrnHV|!;h1OY z@xWy1oF1F(qy0O(Sfy4xQ4e_s;juS@$J4@@FFaLGav}B8Y);zl931Si9sk&LnxR67 z5x}0gjyTJXm3&e-xo*qd`-tnaD|kN9Wb-El6KLRbXdOlMl=o%5&8FU2^IkDg1b`8E ze?9kzL)E8I)bOM*NUQ=LEt6@S34#z%mvP|%OE8NfC)&LSnK4gUMmL@rb{Y(O608R+ z6*H~5nXnA-FE4^-I;oIdm68d_r=4Y;6}yaO?8C46K*+kcwleh z={b2;^<_4or1F@AcCsPs^Auzvp)`0If`?q$sa6Qg6RD@sK|C^DKu03UNCp#m5H%Sm z6L$e7>*xa{uVuF#twMGRVrGR3O{NibQ#r+GgIzCLW+U?JEcAB{nX2#PQ=mC8Iw?h} z;7O7V5499ZW48Gqx{+mx{5)aH>9`M+cM7Dw^x;SLe}35#@cJ=VVemX0td;$ovFQ$~=@M z&?E_?IrqX%symwV?l!m#&f|>c$KspB*TbHQdx&X+I>b86>nt%CMxMpPL&?0Pse6bK zXi5)-x?u;m_gO5pRb3TxD+^cqbac)XeSp&QN6u|;UMxa@ZEdp7AQiwemN_u;nfCQH z0p^mtKetvz%=jTs41Cda`f6!%lpc@cdZ?0w6jA*?ya~;d5fj-kCGwL6{S`=}<((D3 z@A7Sv(JEX(n1scN0+~5$c#>Fc<+9&sv0GhsK*_wxR_i3J4(dCWqk03cD_uBFOFPiW zhmTWDp)qP9-$EdGZujWX1g|#0Sd^KQ$9%zb*YG3RZu<^n8yg!`X=Y&h$qR+?=?;e2 z52rU;#S^P_!~^Ntvo<&FFr?p(N?Vye3Xi0%H|9kYy{W$J=j&Im{$j%oH_GD$U%ZVg zD4cd16-@=_cyZs?pX0@1(neKRa6?lGI$k&)a(!gRi$#_CDA1@OgRj!Cm-S_sYkneS z8g7ANwdxFrTTPfJd~~EUplA)0w3fR9B5d)Y3KP`{egFN|4??4?Ttm5h3`^lPm4}Dm zcaiCEVxkbGdkgjV0w%qT(~wp{vsQ8=yK^-&X-&6X&HOeR7Tb%{pj#H@(~>IrO4-%H z0=4&kQTW2b6T8n>y8pA)<^A{Wzvtc7W_OALm%)pJ$sUJW1ZQDkq)f|?B{n2PEJzS9 zD+Wm1xB`%l7ks(>$omYqBPZzVdDIti*}!Sse(0j>$Fy0R95g=l^XuqL z{H(AiqTLXDTz>dv;oy`N`Q#;g`4zJAqOTx~z64`DDtr5$XIhG&+c>>xmo@dDZrbnR z?rG_Bw@3d1`*T|o6$+;rGgtZXOehtp*|FhEilrB`GWforLR8OZ(!Z-b)67!NK2gXt z$dQ&!l97=pi!xTEF1E_eR8W@ZnUP|W{ZXq@)xp|Cs_khwA*1#9iOO{2n~A6^XO{Ef zxJs2Q*u4hb3#A-6>MQWy+2DE&V?V{|dGz8+Nz+J7)HyjQv@YOuH2N+YlkhqPg^Dsh zIaG=utMI?ic%RC(mmFjNhx_Cg1N=8a-c{h;0$5dY!?;Qx3mn6sKyVEHCa|I3qRV+) z^9F7l;q+XyqN)Fa>H2T8D7*VD$o}h(F|QEFD*3=_ha{K0isHZxoQEnZ>rQ4+Mg12< z)jwuYMLW!I$!qe(1R0RN3xDnJiLVf@E?{36_Z}llzXPP4&4!fSem8?A>OZ|6dTOcp zugPA*f1-HFIC_PQx*%jCt#n!7-0}kd=M(&CYS3j({YGiGQQqC9AN;#GUOYS$S$udn z4%`OR*D6%>yK>akBQ9BJifv6UabjkC=Qa$qR~Ro{_y32pfmjX9q0{{h}#^aTI_ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..58f4ccdf0355e94bc69e01e6dd6a037ac5db72ca GIT binary patch literal 8370 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 C&jt$s literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a8500389cf329d40a9814cee371752e29246950 GIT binary patch literal 817 zcmY*X!EV$r5Vf<}ZWOg#=!M%HIIz+-IdDQkg|ZY;samRbPkXVv@nqL+Vh7vVvKNF@ zz5wwP{8El^;ukpKWJ6U(^2jsJdowRH{NNxa-o7p0=dS`nezn0v^EvX`AN$5TK^8<% z5fpSm#Q^Dbu%YIu&xFOG3>P6KDiTAn_mwO{9E#CRV2*JQ!#i?EDG|XH8AtUyN=R(* zV~y6?BtzqD{P{nNbD436u&k9R zFoF3R4T7|>R>c;yLiqXRdq>gUbEC^H=%G;Y?1rx}iQ}^zwz>xH(YvHnE4b{tod71Q zWCFQ1z~Nk~`V$CgosrAhNv)vEmt1)+5u@5jqg9E@O*+zyE6CPdt*|TZB}gTAxEyZV zj-QRe>0Ys~V6o!H%PO{U-=Sy)_afupek5ep9I}hE3wAX>nY}$Z|1djc)6>iOm^Q_kD3u$1e);9N2P$47W6iKK h(l>uEZFd{B@aW}k@s8WtcHg^jKMG>{D2N6T{R<#y>(BrI literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f4ee900ed84d92cc6b7ba6db9ff1f3d7d2f7287e GIT binary patch literal 1385 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..424f39b21c9f2e380fe66047ef93c7be127c4528 GIT binary patch literal 6145 zcmbVQOLN=E5e7(#q-eb?TeAEf%TIZ2(!1Vu;>}C4){eckmK{mXgHS zSyWyWn^oWnuL4&^6?hzYoY#PBVqBD8l$v9Z9N-g>Oqdo0;7L9OJY{eVc$&`u&xjg& zH~@T*&jQaHJOO-&9|k^b+D`({@p<5RQ4^CGVG5EXd;yXL;9_$c_$WUHe9U|?1ALsH z06t;xLEw}86!0lg6|?B!5G1ELgM_7$!;qZei;yg)k~v7u@^g@!OC|G=oaYxHxgh2+ z?h)XN{1WgbGtL6=62A<58DA7J&QVA{;#VNK0?9E*jze;l*CDB!Z%zO=_%+~b2A>4} zn12HNi8zHZP6J=(p8|g>P78(}&Oq`RzX8b&aT+Za`A;^irJwd6*Q9tF38htCJauE<9+3TL_wI9fSmh5=^?&jvh z+fs(|2iOitroY^Hu=a&;LoSTmrIy)WF$Id@L0C;27FXbQv-qvG4ZGvTm(^zJTdQO> z$1s;tJd-lGJ(x&;bF(d^V0(^YPQaYbmbVjyk$O!K{2h>Y-AGEo*4mjBwr_jr>mT-aHax39^XuQb7kJupe6KGC${tRY?RmP* z9;ZYfW4fG>>S8&?V-{}h3Kwe}R|m4SxRN$rD#yic*p+3lmlfRNO50J6)-oPbQCG;g z+G=?iy48Y`OG^0LamkT8DlR|SqyOg1S6Jd!%k>?lTCG>sf1^e_?1)BJI?sd%8mllE z>1{>Ez8YQM>Fvlc3i#FSP+sl!bUO?hb!X3O_}*3{!Po0I8_Lt-YS(d}I6Fc$x?Z=@ zdL{xM%0^0FH8RH5?a2e+e-M|Nz|AU5*kyalUa)I+|LA&RpF@?^hqEfv3~hDRg#C$hdfNTIl9f$?KL;^ zWVkKh#c^D!fLqm;gx_IC@0M{Xdiy3bIG@!l@e&MkOw#=Ni>qPe^WdUp-1xK!4O%?c z%nNkLc2yX>;W^~p^x*?s>Kbm^+O_ws9edyYyS;9GXW5o6q!MelNV1Ga*ciCrOhI?X zC&@`+VoJ-%)n??kf(u9}?F6o1+n!W9aTmw;hhLK+*BRnPz#=7>r!OLAK*qow(Js^T zy$5C$mqLSGeA`=O*7fQjk*6DQAd7!>_ZAhJBFRQa{Pcc7#$ee6}sa zj#=?cv}6dzT{yFl&je2b6DeU0E;_dwcDjy!O9RGi%{t3TXnUzB$u`Zi#9p5@6JsId zNsG9Q^;(r#yT9;Ok3$DqgAKgT@TiOTS|6?Z=|SJ{jDj(tckJ&2o*~IT`$tv+MtjRU z-XM?u*zok-RT`ciVEpti@8Iz?>@7f0#fF)9<%tzC!Bmuk4Y}dR88(D-v#C9l;qzWX z2*XH>Ha_A$Ae9q zX$U!kxLz}Uw(4lNP20PsgeLK{Jm%n;mmIP zp-4r*4Ad)DU9FJURI-^#^KBk;)LA^+U&ObP1iVAl!Qzo2y$_Fya?l04P z6W)w_oCTo zuz=pcD3Og~v4~M0Wmpi-&0_Mtrxa{*!)=R>({Ipfl5P}X!7hpVPMx*2?lPo8^j|HJ z-a5%wqv)Lloj+vg5zbF9P0mt!H{YTMr+DUZEFVQ0WavV|+L8qZ-6%kQ-3=v-ZWPgT zAoj-$QNp>2)>5L-UH|-m<&Yj#NDBFSJKP%(9L4B77&sY5gmW{ROc~upWE8SrCsJ+m zOfC=!iYSTlak-dzuR2lyA~#6zfZ1*~zdb z{C}`U?T3*~@;YR_c*jAlZQ@#5FAOSEbGU%^qlhhm$kPll!nuhZ+R#!s9qf-PLW+=R z^EzqMO&Bv2r^$9U$GQp7QCz56c$wis zI6s#=u=x8p?iz6Uas|~W4xGrS!mbEtpMa{UX2uzWxMG}kKo4a#6x;DkE3Md;7dW!V zd=c#E_9*UkaQ$R8SaGFmd=`Ujpiww2i4Q_pn4>I935THWa*}?izjKl zhi8v**)_GXsW;^@^cGjrirgH|B=s>>V3JB8No9znv|CalDjD4|M6zF^gl`d Ba&G_t literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/help.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/help.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2759962d58cc34535dfbd6a39895930d78920449 GIT binary patch literal 2867 zcmZ`*&u`<#73ObJ6m8j?tQ(|3%C=|}6>DjmEebR(iXw|`yFp_c>m)^q0tBTQTa+o1 z9ge(_BLM}RYkSDGIqdedGp?zH}8Ej$<~&y z;rnv@o0EP|)Ba7Jo1cfyFHx$0p<-I3F`XHi9_gwzB15%iWUAJREVO23&z;E8iPr+{ zMlNWZIhi-_L_TOE>R#+%*2QcP1-kY-E#I>=zO@v(Mn7-_zt?i(uBQ0BYz8-jYPuzJ;ZnUfH*}+VQ`Cn+!E!JfL+Sk|?+eZ63zs-7QhN$`LmrCEU zHrTo7e^jtV#=}XG%OuUy{4^XdPD8=VLdbB+vyzKXlW8ItmmoXkvM708RoR4uY(4{ojdCBQ`U@(lJ<*?PYi)%c z!Ol0)H_+Gf8Ac3@{DGNIOli&RnWJh~)!tKctt+a-tTR)5!R#mgsvS8sp6ZbBE+jaR zkYCB%!-$KKKV6Mj%v%l>{_BJZ&+ojrG{BnHM+wE|>q;|-jMAl}ttm@rz zSuU?~D9ulb+MXw~LZC_WrkRMM4g}A5QlUEMS#8aVl#JPaMb+NR{f*qeYvOIB+SkQs zTFm*V6v;W~`RG2fU!>y&9d$LrHkPNNSmbOU2JSaTkA}(PbcBo_HT`?TpN^_j^8GTI zoF%6m%hGZLJvl4HNbo-{aD>%}5M)>`>)tEA_zq?LJE*j-XL!1=d%C4N^!u-62cZ2I zj@gX+hGmEloG-x#f%q1Rf{(93T@*KX{Lc%X)nB$9Hc2`a)PP(ZG0JRc%Z9K@RB^V)60NNmG*Vh7cM=%OAN zs#Et`%-%#!t$!v6t_OkGr4?_Xs{KY-3~Y~jiweLLUx9t}Ml(PcLB(Z^5S}Mldcj46 z8{rT)!twEMg-Nm;l6C8wjCC*(%TgAnA}Oa!K{rP2Z9;2st1;xeB;k8BdT^~s^O8KsmUQo{A{)UMkfT})4r5T2SoO|wDfnn&z^T2jgE>br7R7@Im zEXx4>+_8ffmPN(U-=G=%C}$f=)rR%L_>UMt@`S|S{OFYLqf~FAlA6?KhBPnL^M#pz zHZOHNf-FR{eK9z~wI!GPrAYGz;3NYAd$k+KteC{H z_%UXh=-VgiHZgXAf5R64RM0dLNI9hvM+}L&j>Yc7IlZw|#Ma-wv3S@<%8=e`6JyaIpR{e}X4~zidYUn$9p!;oW R(XkVc>3!e(nP+?Y{{VUl9$5eY literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0010da82e2dce20531a9d113d3f6d54a96e2584e GIT binary patch literal 1004 zcmY*Y&ubJh6i(*XZbzy`#iPWFutH}9L9mpfw1+~a6}P8CnaxhJv!Sz_X_DQtW!6i3 z_MrcOf)|heI{{Dr3En*UGP|YQ2k#~G<-M1DUov!kJw{+(`ul_59zuWI$EpE_-h%6= z5Ewc^3>WwWGmrV#=)_|I3t{wG)J2`v<*!)r^9k2RCqpUEbo}X##qse_Xfl#)QgTu$ zITeg+VuqaLw4!}c3L^j*NY#KJm(57ijOdv*e3ZoTyD1eV?L&`dVJnV%J;ik;$C~$g zTQLDUhNd?dDfpNxYB(bUB}askW#=Te?VF?=2;MPAeHUEchrodHH8N-qU16Z=ALe)^ z*`)^HU2y#nf$dCe_05&5Gt{wBS%Csx*Ur zm{jS_y}&kbFG)4C@ir5=$>pfp*?@!n1xJ_97$49{X|hGyb}4gO>Yd~^w}WlCe{^)v zy*>P57DByUzf=DJAnjNqtkxjrzMC&Cg3;9+fa?zsYFtGEInBO-df%~|srLpV!&jbq z4q7(Y9y%rSpblzpfI(;f2mXxbVI4AWg4K&UoO|alYR_HLQ zs8r2}90OPgP>585=bXp^VbsvXwzCX)msxfQ_vIJd*w&D0YK-bc)<5Gj8#V&jH8*6g z$VO)uR2A9=4zh8hV6(C!)Ka76p_-H@j{ai^$ZO*m2jCHI;|=f#t4Dwzb^_bVGA8pZ hQ*8hmEt{p4)=p;C^lxu3ey|<)Lba1QxEJ~D)_-2h37h}` literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/models.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/models.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b1a75c0b0ed493cac996bdd2d53457601f20b985 GIT binary patch literal 24324 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

    &7m+@Q`z~yf8djtif$1;<)5~XXi)OId`o5R45_K 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 Ah5!Hn literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a650f5b77c3e247783fbbc6e321c6b910a182732 GIT binary patch literal 7383 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py b/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py new file mode 100644 index 0000000..1becc50 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/providers.py b/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/providers.py new file mode 100644 index 0000000..e99d87e --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/py.typed b/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/reporters.py b/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/reporters.py new file mode 100644 index 0000000..688b5e1 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py b/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py new file mode 100644 index 0000000..2c3d0e3 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/structs.py b/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/structs.py new file mode 100644 index 0000000..359a34f --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__init__.py new file mode 100644 index 0000000..73f58d7 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__main__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__main__.py new file mode 100644 index 0000000..270629f --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d51ca68a72c7b4825ba8b89a3d7d0ea5c5656928 GIT binary patch literal 6033 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f5a6fd32d99f06b8f7634148f1b7e7b487befd5f GIT binary patch literal 7161 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c3b0840145b011c4243cc32b074f0b15daeafa2 GIT binary patch literal 7828 zcmYk>32>Fw6$kL|B|<5PprW!U;sPOPcwtK*2?NkPzpANVUle;B3THD_z72+D%zA~ytOk?BElLjR^n5F{r${Y4Ph z_HJq&2$BIQ1hWA* z5_|;sf}jPEpf54f25uMni)iEk5-paH6M!}Y7tyy(9>^RHyM2|O3XlFrX{2VP-@_oqrccj+*ZIP1iJve2?Bk?#c@ON z+nxpJV<6cIG71`gqQ(RA2_^t06U+e2Bq#xt8n}A&m)S0^5pX#{6W|Jhoq#J1y&elvss6)e`P0z#sz&^u{QKS{$C|`tZC-?{ZS8 z#b3*Ldhd{KT09H}3?-Nbm`;G(jnojl3fM&O8eofo+lhV%9qc_MKBB~D=!a6Glis1E zvlf4_6@ZlnZY}y@G}1@!VRE?^KavFKZ{P-_Pot3$NMu?iav`* z(vZlYL>BsymT+SL*#)Mk2Myd|^rLNCcMLGbKz_!^aT}4X`oNOo zTKqXq0@?^V^-<`e#V7g$1`-qjN(puYS_yjUvqgGoi4P8b``ji21`s&FAp_Tneypa$ z5qA`jYaple$sxaL@r!oT2Zdaq#X~+|x`A7Uew?l09s!IecovXnAnO!lJv2P}7QkBs z+W|Wa+`rN1+Zt{!;2MH&022)4dj&ZPJ-v(j0sTZvxD$X$1g8L#3EJsnF+RmWIx0vf zXt-#9^w(O#O#&1UOaV+akm(9C0~)R|3;i@oJc`8QlxRRd-4d<|aGinl(#N7)ti>-{ zfPRK0+zh}>1NlxLoN`2qzdJ0`2WNa165%bUSwY&MA=K$ZPu6G&cabLnM+pLb9LdL8 ze4-U_k|5B>ktA#Ji2;BVK)B05KsF^t10Ew-19$=ujywryqeQzw3Q;Y7mqCCB304DI z2wDNX^>5-w`e-kC1Ol^@h7bX{E^^kz%vA`fFlMj z;YA(4-u^DGJzzFLC%_E`(pN$HK~KLx?rQWmQerz2J1im1fFlO34gDWzq~BUiq-gQi zk_VVdPy|>C&{qoon5Y9Rw}jh>{w7*E4BS`f=g>&i}~J<^kptMA{UJwD?7v0bd)qQ;|pz7dx11PEfenKo%uN0$HNPpES}@ zAyJEmc7XN-X9Kzr364~fumT;c~78pniM!vBT3C>rDXo-if zSSBFLz>Pv5r#0pxQE3T@0cr_`cT>pG;ujqQ$Te`|(bw3bZVsT z?q$Gj2GW3$O*HZv`o)yEL7uazI~#B*0Y!(e4WATKvceKn6i(4}~l({#vrp zFR^XiSitQDvKJ$t*of>0{MW!WqhCrRk)E39sKuXS2w*rtCLr6u<)Qy0tuYmenU;{* zfEx+!13X6XXTTbQ)Qc6;wD@xj2aGguIq2`8Z68MB@0O5tfChpMfQK!_e^V&Y2U@o+m}Il&6R{RHa( zFB6Q}qmZk`uMzB5NYmmW6Hsa37NTEaFOa(nu+l)D#KX_X z&Kb#qn ziQ3B)f&xH=fm?$90b2A?Bp##0^XOMm;v^E+{%E_@X)ikr+z03%q>ntxLGR*V0;oPAs&LyLzjz&L_Dz-+7ixe8|Z(nDkK_2&e4yUmN@RGQ<5Y5JB=MT zX;R^=YjUs4pT0JTug2?*a-t?WulknqXe?g5sJy%?I<~s1HZCO#Yo)rXCK{_OUR)8c zURYI@GPgRO5?fq5uevHau=rMqR!T|q^v^>Ej)>MsZFx$pxO9GTMY)biELymzysE4^ q9*s-syl7!*d1Ynctx{GyuV!Fu@%|23w^WxctSrw?)FT|#@8JLT=BK3q literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea95417bf5e5826429aa2d4372812a862bf93c64 GIT binary patch literal 132715 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 L{^tMe-~aeulLkcW literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..123df99b125147714f4e1b9310ab22658db61b55 GIT binary patch literal 1200 zcmZ8gOKTiQ5bnpkcC}guBCzEoM9CrS1hf;#$wFAhMvw=xgZB`!2!`3|-qk4cqNhjp ziqXjiNf#S()?#lUY*%+xS8sjwRadmS+9fdlnEWsuScLqE z%72Fg$~~CXQxJj(nv#r;X~xDZ<6}CLEgrwp_X zXdUU!;H=fVf=TOgMc7yLur~#(r`d|oh|t7Z~6n76^BWqv)tm=tzl+?A#V~z-x!-f^eB513A0inquJ*R>S zCin$A;SE1z=d7XXn}%P)Dy%D(Ghv+*&9${ov?c5dc1lj^DVuWP2={sK#A;Y$HRKs4 z>>YphSe9uN%Z(PwMqCKFk>nc)cvxfLzh1vst}lJ2T(B6s^)O-mdY?y`H13l0SKO?9REMy2 z?#!fK)WfXc_S&Dkt%HLilR>GXBPsLXL6K{fOlo`&RRHA85mGKTr-j-q=lYa%1YJKo{j~;*h(XH*Yh@-T+JN);mZ!7FAvl51o6=2B1&~Vr)EUw{|R^WnVRah_8 zL94e+zEZc*b_>NCigi5g|37LEY!wRPIJ8S0y2d{5s4qeH`^M4pGRbF(f!an?_%aMr z()5;pgX~u=Nc9Dt^~1+<1Ptf1MeDVCJ^802Z-l$pV554nCxL8X+_=cf1bUT2Bej7S ph+EjLXkmNXSt06F-omS2n=)>mVE$Ldq|8~qL&tH=gC1+H)#vxAL6W7{UXp3Z84=qm82{? zh9CO{_AU06`nqqiryVKDHqr#xLx%~lU+3FwSFzy=x;=u{mtk>|3S3Xt2MqNKZ23}=;e9$>fOZ=iuITu)cu%}2p(gq z2?}E(71bT*x2t3KnFGs8&p17(&+SvilG#BMVbi4vTs=5AMHl2M7yXujJVgHoj=q|SjKiijS}&3)lxEBF}PK(e@S z4B=R4$j7e%FEtsV5KdGbN3t+>HI-wQ5bmG}qxlOl?KmyeLi3zOI$of8OxY;b3kOZd zJb_KI)@d8#JkP!Su_xpR@3&el495b#215Ul>!MdQp^|7Cp`7U$U4kblkWN*(Rnw`? z2xm9cV*A?KJ$g1V5pQ&h=VC>gd97a`$$R&UhqB^_m) zNT<=XXB)ff$|M+8v4v4`t-O$nEErOno>@*-&IVO6~DdjKj`fks+96OB_G!{IIaT_HjIDSi)+hVuTlUA$HKwBG}zGy98 z2p;{ng)koehbk=H{>u^!Ak2FT@N}&JwgTQfOW22u1}s{*&{dL6?|m(nZ$%R=iQ<+Y z1#ceEoFT}de8bb}%7(Lqy2UzJ8R;%7+fEZA8387vL}`~O_}@mujC0o#$g+z*PeL=z zKYz80z-}(Vrj3%z=c^f4MYNnA z>zj*)tTq)=mBFY=6aGL2Ch)lV#twvKpWbZSQ3SfP#@45u?)h2o{NyNjeRX;g9G_pF z9$xjos}_52UsY@028D2T6&xR)zBzf<-?1y*lfz!`s25yZ9v#2={m+`*gl`CY`#Zxi zKnU}ZOejro7iO?zgG@7+vpD5sR?c{U)lFwQ776x9&J6qGLVoQ1f)&#ga17s*5ru6m t#leIok&xKrfde{Ch15a8|6V%#wC#^Yl);yW`K(behHG0pTTiz({sGYV!{7h_ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e62f5e85e3f3ac0742e2d4c325a0fcd471fe753e GIT binary patch literal 509 zcmZWmu};G<5Vf5)w544^VqzpiyT&iA;ib;h1)OrEELc%Bgw?gbnGC o#T522#=FP9aoQ{(Jm;piQT_+Q2e-ZRm6dg=F2dtgp?4U41K%ru`2YX_ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e0529fb6d979f0223fc1ea8d0ca2fab708ab9987 GIT binary patch literal 786 zcmZWn!H&}~5Ve!EO}kyhAK>Fg+BOwPNK|OWszR`rR-#CVA{4o?)0%bc$Z-m-%4zum z&inwslq)ABzJL?sw1P@Z+vpSqm zDd|%3UFT-@uC(U;t|ycwdotCELsB;rk|$E!^15xft&B>syY46+>>;d)L-!aAi}rwz zd3XM2yobHQ=HV{f<2&>Q%~60X-i|PG-&?>wN25kZ{_fWcZi#zL>5GVDM(2b!{w1Ml zsw-uMT9Hf}QfO`DmWaHNJm<=C*5nNwNTQb?cxuaGuSY@{#~ZN1u!8f}4hMlEH7zh7Fp! zeW-K_40l!>dSXr8ef}xsh3ih_nHF$qI-tHI2_s+BsKts2F2E{wTg%Iqll$g#s~k=@JU<>%LfHbZ|RDcaUqI0*>J_QiH%6tadLn) zEVgwIU>)5yykFh}g}QwlVh>h72(jryWE!>WUXo-Lj0R5<;|8K`+id~eGHz~7;FL>k Z>NrtnE;W3bYgS2q<)*51xqa`x{|8CJ(mDVD literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e0345c61fa67baf94a547205e6ca2056a199a81b GIT binary patch literal 8703 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 EKZRV5N&o-= literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..afc7f304d444a7c2bb9949cf4d1cf04af6a71d13 GIT binary patch literal 5111 zcmZ9QPiS0K6vk(g^bgY7s+cYm1QG41$y4jUYOPJ1*hETNOtjKXm~^Je;ACcanMAV_ zTqrI@)P)ENf^j2=OBcG(l?zu20apq#8$oxvsptFNJ@ibWd#m#|KD?_|`yD^%*SP&~&b~Jvw`kQ`^=@sWeyv`wwd-rO*4StDx9Zo%SdX(F zXFb7sqIF=Y);Kt-+tNmT@6eTIw>=!T8^;^tqa(&j3}+bl!Rpa5#61=U?m+!1;?@d$ zkNRVTeOpI~8Kb8Vdjz9*P@h12RDowue}MR{0zcVHd8fzj_-Gq7mM~2Fr`4l*#48pC zCQ<)r;XC~o;BUm|7S{1B>NgNKEAWlIRJ;460!>`}1@!(3{Db-dkH+!c>NH%$u(4m_ zGT$deIB(f-Y5?`)gU6 zh}~d`;AG8in(`#~JbDuwh)1)psD%LGJ0(yHfm(1evk<6-KrIAn zAwam6fWPWTgc9gv0-a2tlLo}Gn2Ed**IPz!-t2-Je^%tD|R0<{nz{ImpWAy5l0W)=dq5U7PfEd&VH z5~u}rW+6}ufm#UELZB7`glYNi#Xo8p2$s|lEC~cl0>P4iS}@Pg!VUtp5a5#UgFr0= zY9UZdbo-2`%79wfp%wzQ5U2&+*;xp%8MhFqg#eLtsD&MB!Ntr%pcVqP5U7O!;aUQ< zpw27=Y9UYyfm#UELVz$W&!zWR0>P3%uq1#gn-MIjLoJx+XJH3{S_srapcVqP5U2&q zGYbLQe5V9zAy5l}S_sqLcBq9wEd*-8#q2BudKLn;5U7O!;Tt1R3+l{5 zpcVqP5U7PfEd&VD(x~@X0>P3%up|&H382b`ss;1>EL=jM76P>psD(f+1Zu(Z%tC-R z-xz^f2-HHL76P@PJF^g|g+MI?2;T>RS_ss_cPac&l{G^x1Zp8rOI+t#0=1yd&O)FT z0<{pRg#eS?Lcl00%9=M?n4CbEoIseI0QY=K24RNpnQa6*nLsBK=wyPh=QIPA9fAPM zGYf%Q2-HHL76P>ps0H1bg+MI?Y9T=QP6^aPpccM`;a=k52-HHL76P>pAY4npX^#pe z(8&ZknLsBKa2h`M*@w`>_EMhqFmO9+JjP%cxEnQ|I4}(0i9&hC!vH>4l+StCo;f3i zbIkomY3)DjxR0GEY8lnG#klna|;*emsid&EIZn*m6tIR@!z0W z?{Bn=LD}4Hw|m8fes5TIR=0+oes8lFbelVCWq+&Jn!3?1rv^L2^?t9IZob|rx}DXc z`uWuK>0+}pY)=iE*I#R{wQX5vP^@gXd#!$1l%4DA#Y))p=Ja4^@9>$8erv1SK5I`< UYMc1AADI}dAG|p+$vlDlAK|XcLI3~& literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7b51ad2900e13c24463639ca34789994b525cd83 GIT binary patch literal 652 zcmZWn!H&}~5Ve!Ev{hHy1DCz|z=0q&7UD#O5UWKj;!qHKTM1Q8?Y7n?c6QTREdc^nz7%!c^O+A9Zd+@*ZlSRJ0;|oPYx}{_~?QY#87Ce5Y4e z%xx80Yp5MF*357zmRnme3vAytAPRwipeCD47}_ap>UoHK_GmAZJ@lpNoSmAMnWoGY zFuM+XN*GVM@ceu5Kce^H*ABQm#hktRUlLMeq2tZTW6xDuxZ^^p*Np}x7dXKrh={;X zryqo7KM35z>`%eBwp6?Vu~W+MGiw~^yzv9Cc~yvZ1GX`8wze>g4g&ycEM literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a6d00618ad73dad98fa73b58e9d1aa0ae01b264c GIT binary patch literal 5136 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..153610c88c8dbf8807fb462d31caab932abf2399 GIT binary patch literal 704 zcmZWnzmL-}6!x#AX|Bg~18fn{3|XQic3U5b9XZZHt9B}X0qeoQ z$iL*31^xvl?6f+a#FPB;z1V*5ecy9=ejWp7U#qvv9}s|FKDcXv3tqX^zjls+95BdG z16!Cw=rL|kj@*|txFtD(fTOE`#XRJMg%1Fmd_yc^(=WjR<`ahBf%I%UkKc=y>!eoF z@Xsb`OIfbCev~NLY?7hpEDFWK`e)7=Z~%MA;0FLlyo2|_9_lxW|l4SG{*V<)HVd3*vz+y4aG&+BhX*Q({T)8#eil3qF`wWtOol{3K{2Dte5cX3uFa44-#p{n5$qu8EEo*IY8CsTTE`7M_;Qx{VD+ zH1pz(&jp7tgfWbu_Wx3N97JR%MZr{E6h~I^X~3?i4b7%=T4*N(u=h?Ir@>p?8$D(k c$=z{h{&e)BRcvVZOFz)DJ_%+hf-_9uKe*_)ZvX%Q literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c8981aa818ba3d4286b2a051fe9f641344d53ad0 GIT binary patch literal 19162 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 AX8-^I literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8ee148aa757552f1b7aca3a0bf6ca9e8e12f715e GIT binary patch literal 1789 zcmZ`(OK;mo5Z+xrBvF(iKO3|GA~--%6|iK)ry6NsH?D_I3vcEwv#Bhi_{U#xfh(|EuWFIkunJ*DDr(}vfV|0}JnVt!6D>Ng^v%n9X z+swWo;)q+^JTHM~Id&OHUSY8M9)ou|bfT(Pja<)-YF;g>dv%Onp!j1G@msvY8z;u_ zH;nYn4OaODGlx}Qn%=@UC~j=bZSKs*7g-I?`zz1J_H4c|Mcxvu>fv&<;;lf86?Ti; zuU229pAl>PYD}@V@elaY6lGD9IZGnmNd>*+JnlfEQUtw0?%zp6Iy@E0 zAZF_)iC9mE@+^rvZF&`S!l2igtvB1Bb+SP6^_2E6=qb-SX^?jOOAeKbjtKf^9sg*H6$LRDV|`4CjLiDnwYXOHpV8i zeXczJ8?6JGfCq4S^&L6;SMWTDa-P$0Fw^srg{^bafT+fQf8bg;j@Bn(`PHE9tw(GY6S7L*08UG86tIKNu literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3dc6111b7d6efd898c72ed91ddd21b4297e3bd8d GIT binary patch literal 2069 zcmZuy&2Jk;6yMohufN?iUnHf_JyrD~HY6t^glZf^EE2o2okm)yR%_2VS+XC_>^P34 z^{E`VAXS_ZqTKig5aLhZz#lLdBslfPfdi^~;LYwP-O{c#<9WY%pEK{hvC8Fw1mCyA z{qY~L`b!Y$PX*#WjNlZ6jwD=ByicuxSFB4StA?Kij#BmM&2zL z1-EDvkwg$FZc0SMD$abTU=3%#QjHQ;`%*Rc40KCXmFL=wP;2NAp6iqIDe*>xX9m*= z0P4sJSXJgX56Fo%njhO9_GiI>P?s+!MAP>vwmplHpsMg<)Atzlou-e;H8Ge^2+#J( ziAy}z0WNJg9ghj+Dj0UTMhTlzZzKzUlCJ{)IT%eC!3!iwp|mGGL683aLRrWQWub;@ zupKJ&Zis%6LOE2P%1H7GK%r26ijZ^;9E(htiKKp6XrYGDrnJb0Stfs}oXPZSrm_r^ znZ~rSvMGhyV;OYk7WswHl4ZHDfaMJ-%!?T--^5yXBl$eYe=lrdHL?|>1wem|Wii6& zaay7Xd%we8>8S+1#r$Q!{sgR&!fu?&PbB&;pi3$ACZLE`09{U@D-nACDvq(7L?J^I zMc`cxi^BJmhij33J(c9Y8ly=w^ie_D1ccu!K>x|077<5>nn>z~l(~8L+n_ zY#Fdjg#829?UeR+Aokrv_q(rnUIxxPVLA5tT*VrsYSsb^(xG)m0^OQSs6U}LB%Ge4 zpbkkF_zuw<58C?3a-2XPS^>ej@9FH6=s}!$fo{iioPD)IL5HtFPlDZOC8&5yzjsv< zpC?)SsJg3PVY)xo6FAVBuaA81f>0)w;Ly(YOE+rQdPSn^_g8Td}=bEX2s5pW~0|@H$H8dz1HBU*Wv1Z_prtD ziK?RquZm44Q1!8uz3y?xSW4@J-r-$4@kzIL-01BYD`}3gPiGdzU^Uk9aijTJ#I>5{ z8d{^Xh;8lFfXrt1;OMYptfiTmZ^9`}U5^*{+j}iD7U9KH8(#&>i~arX@%2t{>d%s6 z;N@1Y(QldUj(O1Tw2Yh3C<9^=51anjbZn0pD=`!>i?S<_7h*7CSn9V1=5f0N=V1=o zgM$`V0!Dd0Ak1Vob4ay9i{d6q;=G|HUNWAEu8?OTwL~}N9^Qic z*qY4QsqfWm*37Ou_OKq)JGBq$0VLbj1TMomAs}W?>gEL;jZf>;9-Y?BS^Qj>6hJ}= ztxe{9&52%;|LuuX3wkg~*(IdHuOgRZ6%|kp#w~Ok<`Rr$81YX~@mNPo$x0yW*Bmk5 zI->7`)@qq+a5}bkLPf1mMNA^|qZ%;ofbX@$_nPp%Cj8skhU1PJ3)KXxaMIX#jWy{m nR6JKvol)_&M`okLPEGH@2G4y67czCoN1~Dgp?O1ILaWMuAbwW- literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..686443b80a0a04c838fe4671d4e9ab4d4df8d735 GIT binary patch literal 1545 zcmZ`(&2Jk;6rY)$^{zkTd^I!&=m8-al(^g~~ zT?whZMnar(h%ZQ75eH6)KOiTLbLEtOffMhoLsSVd);!O=&wcOx-gwPsjllY`w>`LR z5%L#ao?jKX+=ZR~21F1+1LEL63uwq378;Hba)(nQ48a34tT>hOYz9_nJ9b!gs+34_ zUK5oWb?UMqndGtwzsA70Np2EhoiSmH>ND=N#0`))<$^S16D0LBE*hfw%yimvQM3-2 z`W2!q1WVzvvkYFBMO!SMQfEmnov(otP13>h}Bc$DR2bcC7rcP_VEp_{_bl) zL4{}XIMWp+vx$oO=;Yspb>p!6u+tqNf)+F*=QJldow0)DOppmx+c`UDGqTSLqu_8h z1f9{s%#EDq=D>JFD7muYXf27a$Qzu(z>rwb9~M&k7kyrBd$Kk2%M5Gqz(<@ZNj z_egokW-`?#hE5TLX$uIUoHnQpy9Qg`0M1^A&+{;ke33zlgE$ZhE&2vpTrIT5s&Bzg z{{%85g^?RiNWr1@W=4xj#&YtM-Xq`rvTqbtVHefBl2^}-8E}hQZsxT$=*|IGf8@3D z|EHX(A2Oa-b1JA{r$$lF%)DOu*o2-nie_#p1--HmYk5O`4<4J~%^W|@t*ku1O$uxL zc>FtPo?UA~+*0czH`N75F8(7~hwmx1z}_6M=LYoMxavEAGxUz#)IX7G0aEQ)y5c1X z)K|d}ld^08%M==yC>uFg8EpWVJFT*qY7MzBAlDN9p)X{r*74R1{7Aajh^dya$0<;Y zDCRB(S;k|%1QSSx*~n?)h$K>!U`#c~83GEvN>I(oYH2nP=b{Ypmfi+}ZLh%QbP3vy z0N}Jm+dyr`X^pjk+5ia~DQi*nGP<%|z_K5?E{v`PI89?1Wduftmie9Bef^C)Z@zWQ z>-B{k3`hQxgCLCJWDJ#=93D-NPu~Av>)wYSeY}1DlTUX(d+_k{FTUK}`|8ox-+b%b zDoyqJ|JWW+PcGR!QrQ5y*ICs}NnOdNi60FW3Kim0;WMC37oV1S8_e=0nRg1Cqpf}% zCVn7Q9d8D-O&dN;9im_JUK|J4`9@wST^B9NY}G5J^F*OKR`WShR@;6zjKw67@8Nrq YqC=amum)|jn(<<7{Uw+*R)fO+116e{#sB~S literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d269422335893520c58c9b7756731b1a960b8123 GIT binary patch literal 1318 zcmZux&5qPK5Vn)_&tztL0WEu4X)VElmYC##gv1CTU?g@=b71$Bi{->MbeJU0+HRmn zoM^-Y?3owfm2&08D{$H>_YB?3VkvG{xqiO-s@&@EFlD&@DgQXTh#C7#!tP2?c#NO> zfSYETH>~9a=j?Z;BOSkIItIRuiwI(!oJaN@+Kif{9Tg+aV6vKIE6xy#a2;5s!PgkLC+8(0vv6P*zqfEL~ec;nFnuTULA-6bC8oeD zw5%3Tos0TRs4m1cfI1&Tl)Msq$CeomFb*mAnPsS+Dw&>2UH zo#5ww#?7<0T=R9*-v}oh2qZtgxPNk0@0OeY7HhYBZwno+Nl6#-5~GyE^im^nHYN+@ zl=l`f##Q4ijm0NsY1+TO%onDGytnEVK$oAG&fB_N`Wmav`$nx^ShMW(5%&71U-^aU z@=U$1^QJEIjeIYAkh|K$QLn0V^#ahX?sNGHTWM@guyR#aS-&EbZdrzgFN`^t@+YDr z@DyMCMs3`ZpM7t8I-gQeooWHgOQmd$UN&?-kn-=PYA$akQfgD7dOsv;0Ws?#@v9z& zq%@|n2beV!zq9R=jygo#xG`>1o}>{EI?CIsx|2j^@)u6;|6UqClFfeu1>e3jY$|g8 z%$U=8Y!C6u&S;~$cal>hY(Ve}o_@tIkTT_#e_lFocv_w@v6k-iGk?8D_=!}TY yJYusq$%*@66ee{@x3j*9$IpJ0dze1lF#3pU2}61iU%Ni#2ho_%_$->m^!qQ)_E@_B literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/align.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/align.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e34c9044c74d6e1eed56229a3a5f4cdd281c6693 GIT binary patch literal 7860 zcmbtZ&2t>bb)TNEo&CV#gCMy45IF>C5o<|+962dkkrXl%BPy{VmB`TXI?8Z>ZU76+ z&aQd}6tOj^qyknEJg~~;Tgp_5Oyv;#1F0NxOy!Vc%BMNn7t`gcxe15cYW$mvP4C7~18U1*uT)>m8F~i^nXOYpMUo&DY zvtcqSTaneW8+OZSI4!r~GD8@f1#WLS@&bAt^m+}C8F59`in_*KUWiJqa-$3xF888J zYoals%EhSKnruv}aw(c>O*f`hxg5>34mA!zzAgVAV=B>X>u}?6YpyZZI?_1Osx@lp z^Z3M3qj40!Rs0@%$KaEE>bAkB#KfM}IF9->pFw>_)lY~Q_@OQHhfJZZl6b0d z3Nsq~aOAg6H%_baTr}T0(>Q|}PVX6wv*Ix5tT-c1iQ^BxAY-LKE+Smvl|Oy_CZ}7-+WOl@E7<=F}wLqe(Ik6kYOHn)u{WAXa|<-EO%Bn z!e(5z@`-ET|KM_P>B{9xfAa3~JGu96DrC44iQId?lQ!FN7}d>37Dhdy4a3O7cbmi# zJ;Jt8y?Ch|C#fW9EU*0Wc4r6O?=^3!digyOCfic9M4Zytt75%ZEM84_B5`e}BkFcu zAQ^2;TJ06|+(};jP{dp-M67v5*FO}=c9b4ixgCkMGEvBhO%%~O^8d?r(g{~Z;y2g)SfG%Ea%Ztr^6|MS*OS*(iE1N*7sj`}{ddf>Pr>k#4j(hP)pOzrE(qlZni~?9Xc>L8&eMd1Wc{^8*P9S);!& zFiLRs%^#D;gPN}y)3zUWI?;}gLb@URm2h=yUADJlK2++akZE%@jQoZEN&3O{Uem>B zy%}poKN_2<&*={at5*Y0?`2@v^e)=8d+(y{dw$V>TdajR7YS*#j1fa!IwAKLR@&`o zY_<>3O4_T%@IPs$8@9$ls-K?ms!07_AGTSWz|e-q=38r~G;LqCFPlwS!iQlq z5hEsfJ&d-+WhvY8b+X?ZH`FXQZurf_kK1W~S7;5zt&Uht1@~{#m_#qVoW=dJd<{38 z*Wb|G!d~Q#T9e$>`paps)xEqlR6lprRJo(nwdW~x%H{F$NrjSHaE7JJda-+{pZo|WcElu%Zz|!Ca9TN zpjKvs+L;6DWG<+i6+jEzz-{0z%R`v0`*t(N`!{>5;ICoN)qA`=T%WHxkNyI!>SwGj zkC3!?o|e{M#!-P^aVE4tTH4`ON*}W2X(IDPzGQ7Nz)nQ8_8YJs81fvXd=@Qjv|D1S zBg30Q#7ppFI1Ve@){nF$t!S?8|`>$G5n;t6g5|tbp5r(?<^(ot*_v| z+zQtPhBZ4&0ZtHa%O#wxjU}~~i=Ca^3xa0cOoM>tPRJ&Vvd2tTdTd)$ylelx;ZJYkRrtDrpN{^JQP21!vtH zt`tPSh$givngIP7q_Gqo83ccbT4I72Y^as)su#4FXKjnt*`l%dkewIs6!8pn&Wwyf zZ?ajkRhOIh3eef=o>D6N;fVj}U*6;(7S&NbaGq%r>QxR3xwRT4&(V_hWccPv@MSb5 zGayFA#P*DQ|EF8hTSHo`e!X`){p@$sPH#~jCY@d(qO@BalvI^=NU{6?g=gtm(Ryl$ zUsF^6*_tXRv?$5&o}(zSeEb!PmbIcvpqwOmQ$%R_fei~iAdwfehfl_>3QR@?4_Ve3 zJjuV~T5W6*aJIts11*c8`Y4nW>#EE3z?%HWFEj=h_faH7Zu7z@C-+IXY+}yQx9n>cFEm*Ge&{BQXhsIqS<0mt#X56JY zrqr!{AM;LA?IDXzZrpX#nY2V$^gg>|+%fN1ckDaP9e2$Iigj*Rc3toul0QvLoJwxz zCnR&$__4tYpPKv7GIr4i+qkWj$5!#`x5Dn=gO^-!BbVDq;b z-fWvuiCTDBg*#U=FLP?fZZSQQxqAk@L~)PpnY*RG@e>fARs$x#zMCcD$0w%L4i7>bys=g zydrKnnxU=%1`h*8P^gK;W_9bc5b~5d@2GL~Y>to+AL`}WC2Z+{X7_W;1 zQ@(|9ISUXl`erRTlX$XHp!FnN^7?}F5i>K!Vy zbU3dZU|wj2x0f9CEH%DMpiYB$XNE7Ge;6b`^x9#m&nqEDIEBu2(b?`4)|! zqpo%Hw6=olvA<6pZ`0VxKDZ1tEYB-Cvg#S+1m!&jc9s_bJ9Uq8slYC$Nzx@E=ZSoW z2w9@mLRqeYLQ_u~)*UbWzm)L965Fpok{<5eTlG z8Qk`tn{E#V{>nC~S>ikyTxEj=le4jH6} zZh%cCbKdNyUT%Dy9M&+t_uDI*$QS4|!Lm*OSn5>i2;>abeC(83XrLSJ5}t(cEKaBq zz|Vssb9vQ}e}=|>AV!x>-O|U?M_CJf!Yawe{|k>kgpSL)NBRq|H)0SjYH&opzW<>z zsif4Q6EzGLKgD%Xx0bt;Tpv6sZw~!UmQfBY58t@u$ng?X+)r@`{5U_)+ibF^{v-ZrpMp{lQ zDV-Y^=-L3jHhF=2z}F=p=_0_uKV>NGu|BTMY=tz-S-Ib`ukhH%|C|*S|Ifh>blvY& zu%WapU&A~95tdrvFLK}tpU5{+8VmVpq3I!hl|>j}k*Piw=}icr-!n1!2Vj;LL4ZeS z`?Zf#d#Nrv@}*VSN20Mu1s7WP+vBzX!+I998U-O_Wc3McyYHi%SM&kW_(2=eyQBeO z3;A6lgdTKy%ubqJkz0|7^^H!R=4nJg2Ss~oN}}Y2p6l1p;5v0)BSP<_WvlnxpsIRV zy8LmO8wnY=VI6}Lo_g$BTp0gBVmP|@N*Eg$^FTW2~N%8xW z$BMktaZ-_lDPQ{x6^2e1p0*>I(kWx?^9b5SuIKg%B{Q^%yXbnzq z0`85R8Z$qycvV}uqZ7&<5hr>17XGOe1h~^Eh|isOkYMis`c8g`+x-fX!f*{6z+`B0 zJ_utGbt}qSym^jtDd)P?UQK5#&UGhxbrp1+d-Mi`b}Q}J=b_vRR*<#DjY(FZ3@&%l zW(v4T7`W?#OA3yDg*27XP|#R^2^e7~$%_OHQ-Fs=(s9b&bf<%VeMq_?HDINM%PTjv zvqA0-X+RH6jTeyPTkPfd7WJq=+(H7KoDu|6@S*;>roeSx*wp`Dll0Fkd6@`Zc6p%} z{^*mS^rK5zD(E{*flN~y%1+2`2&8gH@!>}ffW10xLqbO`_ukN$?=89>k}Dt--praMgmo2D o!(mXfOY!yb)vw*M&1N3|A8qkOIsgCw literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..25251b2d06a7846a44f9f6a6335068dc226c07c3 GIT binary patch literal 5650 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 OmsZg7$iFQ-MeRSX=&knv literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a98cfeeeddd79f0b3a6f023cf1e948b9fbfd4016 GIT binary patch literal 2956 zcmb6b*^b;qu-o@|JhQW#B_xEy3J9$s*+C$Ih!BF^EJsKNiEv0p$ni|~%sTNgv^`07 z<$c;9g(HBF;DsOoZ@lsaJo5>Dgr|G}Qi#M+)%IQi9-??~E=J4x5?O4^F&lAhnAWI|Z$d+N^vwgE4&wtwhl!W`DQMp%d2+p53F zy61^EcMH5Bo>Ez_Pm3r^!?@DlN`bgVkxwgqHH$Ohsg=2!rFjt1e;#_n!N@3nU$HROkc*0X$HqY}(L+a;?jhK7ZZz}Bd%U9P$2e1SU z=X23T4uXdBrI>?>XWgOhtk(Lh!JjtxMuR_T@W&1QsKFn~4Mt$)z|(@+3o!Dl066g} zBfi3@uj19ftKC$&CSRQ!M+rB%#am-#KgIN$1~Zs>&G2pBV%AN{TFkzt`EBm-4)3z| zO;uij=Fdq^Pjb3!4rJz;0@u;2)Rj<#zeDirsOE0yLewMX4&!We$sLAb*|uGHUKEr3 zl%#N$N1NPT8pl~!c&FUA!+6HsaVFeiox5;7ZZ?*rR7ZJyhI|sGdrB*EI?bZAaF>R> zxWakrKH-L-jn+@NQ96oed32e3%e(uc?cHtHVDdlpuSBd^cb8z#6K>XIAROQw$=-7s z7KMA^!XQieg$wdvNq99%W{E2eEW4-qIE3`e-6C^QYR|(F=C8XXllonm%qQHu5bqt> zPxAK%>43rGthRo9&+2gU|Lj8G;qFG4CL)`q?4ZAQnIBYUvmaEQF3(r#a<|HCw)Kok z!#k;Td54t>*B}l-;)+EC_W&4SzrhEq#DszKRT%lx07_btfE2WZ6yH{WRtmLL%bM0o z4LEvXlzM3}sj6iy-10majvbT?CiNj#9QsF|xy)_l3;s{W+N6-sNrRTEJO>mpX zW2qs9_sQ*g{sR#YfXl7jy&ag}6{b?L-)UiAXX?_wK&U%*i zm%}SjKaPg|dj8b%v;90O_{k|mKAdn+i>CeHGDIsAeG!e;`&baujmipwD2<9Bz@2m1 z$Zdl<@EUZ}SplIP0q9_c;KfX&BMimPgEU52M)*M>7)1CY`5HPqVA@~>u=)o7cR(+ zFcEehY_vLz5sVzZDWo9iCL=Q{7LZD{Qn{$$*jBbw;NZ|M>EcYG!_m}5lsC4Ow+SVM z{;l~PK?;+kuuABea=n&n9V6Rx3zCW{_mM3f@nN!M?32@^bS-C=rj)Y~gIo)C(-+B> zT^i!Y(k=iWCC|XTXqOi7+ht4qT(%3RY)O6_y(>Cpdz&61ux zmy`~S|L`A^ya!>qWdZQI;yyq!ldBe_cp&R>U+%VX`51soi=&iRDzvh?A{JNHUVe2D zteky)^|fH_?Ap1t!JFqR`=z(eo~@bH!rI{U-Ro-1Q?FBB{=;bdk)8eh!&AY>(bZs- zCDWJ}JmAq}y~zDu!-rgkwOLyDhZ;^T&@dN=8Qb`Wa#wQqROjV?81qJryUqTQ(0eHr13P)S^}m4U1~jQEJ#zj?>M> zy4nsJJCMAX$T(JE5?xRw{h3#6vhej=(^G-A14n0wXQtd7eaS&wWW@ z-w^WvaO8Mm2==@};k~UX5-SE=i+$Vabv2DDe>zJDrOv>+r!tC-X_QWC$D~iPRik4< z2JN6bm3guL{}cF2RhdmZq=S{2*FS$^w`>G{AB2bCaRiScKv)0m9F_H49mVId-{$B? RPjMi-uv5dUL0(Z!{Tm?-(7ONt literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/box.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/box.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2870f5f8e9b372837596914e8788c6c6164f5a02 GIT binary patch literal 8508 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 KptKtahyMlxcn<{t literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..500ac0fdea7d54b219f1d0fa53780825c9ba5802 GIT binary patch literal 4195 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 F{%<-;SQ`KU literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..417619f3992119c956ec568cb033eeb8db017f40 GIT binary patch literal 1439 zcmah}Pj3@B6t~BdKb@vawXB2?60*u3Hc~oMia3DKs?Y;_>VcL^*wu6rJClKlJ?n7_ ziP{r<0L zQsKSxPd!H&(hmqAo8L;M8*-)+!2k%K=RQi$Y44nNYlJ)C@(OE% z5kq;TgWq6Nhu*prI*2cYjwrd%Ic!#C0!2b^5GWF)P&7Blh(X}q{3E3CL>dd;FH1C2 zR`XG=6DZe#v@apse8&~@?f=8WHRv;E+pDiwEdKyZ++r7F2iP$*2v-Pkp3S9j*iFp^ zCstUc5C|ck_1@2c3RXAW1l<*0*S;&2mDU0DZaa<@{959;3gUR8#Wcr#CyxJ}Ciz0r ziesUNz-E9+btR4yrL;|4$pg1t7+nB(P^C}^<_f%RenrB7R1F7%xr&Ts7u7pVufbH| zEHTFc^}RNJ%%htPm}?$&8V6m!YT8+msnmFAhIc#3k1nm+59(0<#Q#T$2Ak|FpjBc% literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9c2b5a9136b8ba809b58b8e1c05d188a569f82e2 GIT binary patch literal 6143 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d4db8ae1d4a45ab4f7b6ce035661a20ceba30378 GIT binary patch literal 1677 zcmZuxOK;mo5Z>iOq$tW!TsKXN0_D*xYOz2sZBP^m93$={Zjcy7%gch|t|Y2_bx9_X zp`Mao&~p#=F@I^VJ-I)jhoUp2EX$}D;9z!Vc6PpRW*7~J4uSQ@ zPYCaE>n-7yFy82)%k3A$?_WZ6;%mzOv8yJh7ZA~b{s9z0Ldr>~aT@CUF4u)2%nu1SxcR5vLNUW0w|SpCd;ljdAHFq0t3BCi zPwwy$oY>p|pu4J%nbk5%^0U7;s#nj2_bTD_+$*MDXPB8;pwkWi8ryvjx?tc2uc~f z6e16R_gW^C23xHP$~0QeWYOgOU|Prn=&yN^2jl2f5~Rr_==NWXzY40P76)Y%{~FB% zTuaJ;L0Nbq1DVA0AigT>xLhimu_RAw#_;_Lr-;xVJ=@)se0=2~EwD)&1&$(surLyK zvDKBJl6SyxgBlEoT^hqzJp{2L3mDIa$UV^LPlS?uf2EykwT_mRwlLmk7xZ_1MbAz2 zSm_tq5!^TiPoz>JzkaXfvE@&>P06ELu&zFOmgK4rJ+R(Gy>Os>L*9jp@_iKdK&W9n zPg2gVGDrAr4di=h9WjPnu{A=*@J@x`iSAHG+oNY6ZBum9S@yv1Rvy|G`4p^c9;mzr z=%HN}1W;?Wb`Hp~aTdmf4lL+bh|Lc12XM8GuJoCxTLS(MZIE66Y&uLWx*NdOE{uHw z5jVhGI=T(m#@VOR1%JPfeUnF-U`#oTWd(0i)Lq7YYoc^*u^8h;3{2v1C>@4X?qU8P zqri8!lG|h`2VlSkYbVL3hIQXGsP?bxplq!t{!sPmWtrr&HnhY6RMw*V;C~wgP|}0 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be92b8768f24e3b37ed6573c452effff744f57be GIT binary patch literal 6438 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 ZoTFnElD{gk6GfewMoEP-RYR*B{|`$@hgSdq literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/control.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/control.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f87fe83d2274a314d63ffa0cfd267c4439c52f3e GIT binary patch literal 8142 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a0cf12a0fa648356afc5cc92d1215790977912ec GIT binary patch literal 3216 zcmZuz-ESMm5#QZAeu|{156e~@+h;duLewUWekOuo*ieMnal;gn>mpYKi_`6jI_W-` z-J>EBEKo#xbz2mDiwxL(^MBBPp#Q`@woiU2`p}00Zc%h*kJMLu#13cnV|HieH?!;2 z>s12ZAGaQE|FuHM-%&XG6+pNTO|Mcy1Q9eOF8;HSM$BcAB2 zpz1@=I<;axd?&i`s z$4i~qi)6dova>Sh$a9`mIgb)C2$8RG{?)(>CnF`!MdEY*il}AS$&fc;XD5kdr?0$y zDdP^nb{ZU7QOYZbNf6wbl zSQhj=fJsE!K!osKzlyFXNmusSJBY(#qMHst}lfD5m^+yi^|7YV9Opasb z+Tw~V$Rf1THd`jLEGx@I6h-OS7G+U6D!5fS1EU2|J!WD?)Q;>!>efK6A5+l~vq!dD zpGZwH2U0`Kiv@)1v1OoYyR)K*U;|{J|G~{Rx-u(hL`+uT{*I@z(!QqxFHQ#tl7If? zca#6$x0qUh9yJdH7ACQTK&f}J>l%_9*k4pK9jMs1L70BXBi7cS>1`lmIwqWq8BjX5 zfU;2|wZ?Rr0B`?_#EwnU!tg#N_)Cj|j_J4TIXk4^&@V{L?vgQJX+YK1nAl|39+TbD zi!$_CFWJus104ow_UIoE938~HP)=Zm_IW;_y6H@+JJBc32Rc=)6{m}Q zvYoGQpPOc!=6qn%^4Bo?wqp|S%iB&e$yr!GO<%{%ZaW{#Z4XjNJ89x{!G&iIvf%|< zUO37mQ&yZu+mIkrGejbF{C?`lgFvUJhZ;3c^2ztYPztA;kyhnGh!j+EqOJqU%8%u6 zU8zJF+-Bvc4>le>=swxZte#8}9a@Il7nh%;ntI3R;5>+flye6pjo2WwMT$R08?;6j zX_<~125;@@)G3l~!ek#aXZj(J%^(FKlLA%_u|U$%zc=#gH3??zzY#5O|*Oj z^GqEg)lofn__W|tWn7JgdHNxb32t2700xqb?2>PpV9zZq)7?>N)p)>pL+`byfx#=P zz7JDR%k2pUU?;`-It=DVI1}@H$iKKb%4TyckGS$hS!do1A=#rKe^FLc~a`!6KMJLLmpo;J~WM(2GEgRC^;{nKFRy#n(;$V z>qx@wCsYe(-bT_!@R>cAlk;{%j>^^H^i9kQw8q` zxC`KkiS)URf%%FF1gvfDslWa9*&DhtVo_MQX>KrWd8W`#Z!$uzS< z8E3Yqdiz;L!*h%8q*3@b>}2KD{0VmtlV1NANSQ9O8e9+N$Evi!YL-nGt+Lg$n?J1r SykLY?0bGj!redK=oAm#|WC1b& literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b8ae0f84d1f141fa29fee1c4837bba9294617ba4 GIT binary patch literal 1683 zcmb7^O>fgM7{`;otnY7|5E^L69Cv7Q*a-=tO=yAxD-yl+V!5%`nx%1OJKfqN@CguK zVqd9Oz6B?q$Dxo(s8SNy^3P84{PXwYhjltl53cXC_t#%ap7#?We^mg^p_w1hz4N%o z{cq5O_q9CrflIs$Ty|UnuJ9^wRrs)820q|5;F>4_SAgrh0o-uwRp2IX0k<3<0JnJu zxZ}76+~qysp5r=jpAUcsjvM@N;+-CapzP7*1D!)NedvTY^|?1KaerFoC3wEPZNF8q zQIWXRTItP;i21oQKPxp# zxe6(L@N^Bry6)F9Sg55463tdZ!~w*$TFz4ZunCfgt>;>$F&|zlJxtbiq2ge~?qm?j zS&;GB=v82(6~lyuH*7B8HJJo-C1S30pk=rSoOm-z)*62tn}MD5>b~Q`?ldQMz4PWM z?~TEEGa76B`oEvdMs=KPKv#vfi;rA5e&5BPtYgdWvmJWoX2=~gWX5>3CScc+Su6NH zF__mVU?&E-u$cChG)BgAr(n|^D`L`cL7Wx)g0~=8Cl?&KaPVH{goT~YjCh(EVQ_{> z0|~ogk=*M-8v+kbRqC@P6%>gA&n1mwJRb{4Y&|7NK0ZB!8O9A!Bf7^k{(1p$tgiD ztfVzo7m=NW8mi3Z1ct=8F@a(woHttBrc&=eF<35N=ARK#=ZNh_UOrj+y2_!+iPFm zTfd{soAF3lUxk@`MM0`bRpn-!g|~P&VO+q}dc=1m^zK>`XGz4nc-Z`RsLBp-Iq6VF zItHU1lNsFN_E`=8g~@E@>{=a%yZc=C1!W#9?OIdX@wm-Pto*`Y6;=hQGR!Ni2J;2B z2=gkaiSl)}1hX2f;cS_mfY|~wLCFaHec$ptXJgpwaUoo| zLYWgF;v&+3iTuw)FGl|=+;Ca}N!i{z@zt;Msoq@3~r$P6-pwD4jn6~|AJZ6b#i?F-d zM$~?aUTCEw<@tUXhtl^K06^veA=J^o@$#YmtplMZ6*Z9PVjv!TIL4-p3z-CF+yWyu z>3Hc5mkqorqw#Lb;qHFt66V<>(W{H7))as4XE{rlM8pvqwu#+eM_E>|Y#ph}NMDZed5BEZ2g#4N(_ z^L?>|ph{^VWQb|2oFGjh`INPlgt4-_5f6k|L~Q7PWv3#Hr7|NPH@zb6&LiI`Dv7dD zmrT5kJTKzr0n~Hgbksd`l{;t+ruC#!a%vc z&yp_017Z>HAUTCQJSc}L7jh)dAP*y6oWlhZ!a$&|0y98En6t+bHdG1UjSRK$sAZgT z47y^~&HAYYN8l<1tPv*4fxryoegOdMOmUeFBW2-pq+cn4fucjPc#ZH;Rb~7`aqs@; fLB{oo{|7{Q*9+Bepv5z+tR6jMRB6=!Cz<~ND|0No literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e5b36b47d3f80a9f9770b02dbecb4be2452ee1f GIT binary patch literal 2627 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2889bcd1505b467f2666d8d2a4616f8e11905542 GIT binary patch literal 4047 zcmcIn-ESMm5#PPrJ02;DvSeAY-8Q`{t!)+->9#16ShQ+ImOoNUF>IxUi3EoecPXB9 zAN1bQve@HGZ6JARADYKHfCUr<{N6vIf5pD`DbIa#fub{eqD6nSNFI8`4tHnwc4uei zH#6r?Pge*$f7-s;{aclgf8b#9VKBG~E&V$XPB;xoMB6kn+D2ry&4{&GWVNlxZrhXy zDlfqrBP>Nu+o6P;oQ376(yr*f6;4Ifc2)Q7a5}2BYx*7j$~&d@%niaFUVcJ&`LWSH z0iz0^g3%O=W(5<~Gepes>QjSH^V$>EKKYV2!%sXl`7ECU?z}LB!DskM;LP(=z&XWd z?veV!H*gbDx7GC4{X6U4+RgQ~U*Foiq0H6zK(T8Jh%@LeTwA}s`swX0Z)^ST#;wiO z+uqjA^^Nu6SFOGjZkip0;>zNFFUZ7F+V?x+GO(AEheCG4WPj<=Wq*(*%V7|UrJe|O zdfDYTk&z!Rcau0<>iSU-9$elKahO~@e@*QAzZtmq{5W+tk~lekv5?45FP>jZ1~L%R z-4y%hFGet_4_jRMT_@pU)M~=1E0qpvXY#ROa1~m59f%-p%1PVcv~7ac88^5I`eob# z{aV5n3~W=-l5lWE*EmDC{gm+%cVJDK8(@R7n*DgtKL9Nst8rLgb<@_y)reZj&SSB82%9bJ<$hc#IgyRSM2DCM3=?Ne?&51{H11MYp zgrJ*sL)KtM&H%wJQxSHLInRllgNYY$vzJ5ywBtV%B5s2HGZ}0TvH(oo?1%orj!XtI zU+N}u3GUQO;%39&51L`H-7LnxXnfdA(Yj#VJ%2~QYeB#1Jp>m@WK#y6UURolN27nB z9M22lAoILaaC(XWB-EzEvu|juF|)zuh9yVjvuBg zjpH4@qrmj-0?RWX14z06f5(za6wgK04}sK8?S9(rlm$)_rFBcr;zKoyTHNBcjyWZ8Pe)acF24~x0`I)K$~i_C zKX&f|0$uqspd&Z(_k)CU0ePD_AAt&?TU{5OJt#A4}U(X?#3Gq`hSLO03o*Sz z`oLVSN=aV_b#(%SMUIyiDLhrRF=u1aH^NZ-r^;s02{X`0eAAA{So@^&a-L zWC)Wwv=lK!Y@5zehgRVC61DICZ%uC2EAl7ssyv6}Jdz7QRN3>=Fv(KSE0BqYd>eTF z6xN|oI&C66nQ1@0g0l@I$}V*@TVg4uKeN z?9!2$L9WTnXDla&^cwkm`!jQ7jcoLE`N4w=5dRSYR&LAR=Qf~#0ScVlk({&K`7_~w z3!wJbR&3-JuG@u`98j`r1K-iJ<*#wZ#GNR4aDi8zm2w02DQC`ZIWP06KhRMnuK+fx zSPNho@aC29dKk{`K})|6Bqz_{O58X!;2&xq{ST4m5G$L~u)3ah{C-irG+xkiL+hL$ z^_O4J){vbGGw7^9XD3_68WEy)2nAoA7Ka}POY{t73%ykfPsUn?7(;jLh-2qEhEcJ2 zINgG>E*@8vLt}AeSZXzqw=yiZe77e>_sZgMZqbEo0wwE}MQ=Ow<2_i%T1|gNVJ*wB zBm}oYmr=Ig?*kqrW)q1P2GO!1yBV-ZpDo?^R65UZ0Pe|qOWl)T=} zt&Q8>^-u0@tZpeA%B0B8>QjXWAtY6~D}7xnr)s7+%Nui)mGwj!#O3Om9V`tEs z#~t9o=#3Fy`}arC$-o`JPYsCSP`f-fM&|G|I!6efM;6C6oZ1}yR3U zY1Pz6V->BdPOMl8EaAfOV?qb9^a->SD;u2vbwJ3m45WXdf25!iIy`+xCXWtWa26K| zZv5bK`!a~L2H;eOZc7irTDM^vsgJvaz1IZZ0NysVqK-CfDv?uPPosJ!aMBYVXXSS*ZO7%5|uZ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..89aa8b4716c188b6e774a168eaa1db2eb6b815bc GIT binary patch literal 14667 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 Ogov2EXIYL>H2xc@uyWo2 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/live.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/live.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..da221382212c9131bb8f9b734e344cf91ff323b8 GIT binary patch literal 11410 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d58eecf705f670b853b1a8f7ac26a4509946d72 GIT binary patch literal 3404 zcmbVOOK%&=5uWaOa5#KPvaFT%kuc87Ox9$8z8gS%*viC4ZFc`6$)X2k` z+3ukn62p_7}h?&?>4)m0TX z8lC~|&qtpO51WSZcNA8e3Bn!tKw=`dk*T(Dq`gp_N z(6Sd_8*loXny}|99j^V#^&tMJKd~UGjGwN?Ma%gl~XK-fYphK1WFw3Jf z31ekHnq)EW&@;T)nG2*tROLaGa}ma8q?D_1nr1;9%DiK#%3hktH0G+gV9K?mYW8`; zVA@g4A5Al^>ZRQ0auVmbD(L4TjbZ=Vg4KGJLp~bw1XZes`Lvu3g7t|1A@7*V8i+Jg zE|23VlaW-F(?~|J$p8*_sW~9sflo3Z-0%rAe9DM#vTNMpHg}lC>=zbuSmn9xSGWbT z`+~A6^PXG2%d4#Rg0MPkfaEQtCToFI<8|KPO}6&JWb14LdRoi^i*73KL3GN?i_ZSG zCwQ21*$&%cX^M7!9OmtDIBg&C_9SDVz`CB-hPEq4^0wwsTA6aQT=3kIo!jl*WV))5 z9-Z((-d)a>XtwsvrS(2+rwf4f+@;hm74x(mW?4LK1Ct-~m6f~gyL=b|UJ}P{+$gtD zhPVbMJplB*i(@KVucp>dxyYkI7zZhE!#I7a9KrL6NCpb;GAoFOH6SrTp{muX++*z^yDCJPAh} zrbSsVI0Z~o(G$_&7?e+WP@1BfO_du2Q4-}rfcKL4iVVjg_?un3aFFh~R)>~ne;4!y zXp{4X{L)4kh)Nsj*Gp%`A}*vC@~m?N9%oPkq>ql0iISQ8EH&5f?6Y&>{NJ zaCW?8c>y%Iwz~KZaH=VJzOV}V?vJ5Q>gzePofR`&)`E4l9Wd6MHxn2eKJ6vXfijo8kkq+Ak_`>Ro*NgV;Yd2qc#MrrrZSZK9 zTSSS>!(_lO1%pgPi4F!h3EROL8cS4wbR6*>@(m=AhYZ!)+wJ%7@7~)F`umR__YYKK zzrTC9AKX6(9^60JSJl18{lka-;PG$2Ff~Go1j;$)(dalYA<|%JoLX55{tXWzC~wEos1;8uQ2mcYeJFw&uy4zQw8zF!is&nWNvbVtX zSHkmWPO zr*+=YyU^PP@X3DwL4@XJL0&>=KB2G3+$zY43Bj2b79)&)Zq4o7dTAFnj5&n^53w?L z3%8&r&PnBoCBA}rE|fl092Yi(bKU<(x?`-)OAfS_1zKNSXfb=+SZG!uMVqX`TujZM z+w*E+zx47NoU2|`Uy*0z6(PpzIUsE`KyJP==3d?^>}TYz@%#7TbhUZCsP998_K87^ zq9(sCyibAq>}#E5Y6l-fIKu>^%q(PL12~=OG=MX++wCf60Hp~RVhhG*4GaU_^GXB~ zk-JQJm6M6gqv2GUkS6q+oi!aKRdobWQK!mst9qF?f;dXJ6fNAnRKes1sV$mufuU0; zJ+Y4C4y0>XR#|Z*bIh(-Xz2)nT?rSuaBGy2`6oE{r%0ChQ`vem$k@1t_z@1`7OHW6 z{vd~9OSzC+^toVJsP@D!QSpj*t_1<6z+mBCLC^;!`3oS1<&ZkrARcw$-y>_9ZbCd+ z{=RW4n=s;l#v1%vWcJ=lT)Db3fP-e&kaX5C%O>HN2Z8c}V4Si^jC?%^KAVK`Vx$rT zEFHi?HJpgAMs0n%s81d)%9G!4$ofot7d6^QbdMQqXGfWGDwUH@Ge|2!M|*sastzZU7>}a_ z$`Y(&{STn#=q_rGZaE(n*>4aWIkXaE2J literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ecee9b1f720b2d4eb059a9740345b6cc9844eeff GIT binary patch literal 9847 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c79cca07e57f09a30f4243cdb76ec04497e4434 GIT binary patch literal 5940 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 J%W#D%{~xrs7+nAW literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0965304f1e4bcd66d9f3075af6d92ddf5d53aa4c GIT binary patch literal 5009 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..50cad3cbed895328a6a5e1d9f301feb194c17f95 GIT binary patch literal 1467 zcmaJ>OOG5i5VqaV>3J{&L=bRjBqTD2olcY!QG_&Grl1lc-m@ zO|A&U5h1iW<}dY?Q~m-cs=8;E6$`lKlB;Z2e^vFB#dI1G7{9E)JbUaA@&_t6M+nL> zO!GSkNhB>uNmE*~lu^`K;goLbQt}0nj&xrV=_c||GtmdL3~T(Wa0spb!e z`T0Jf{r4S6IXxwd*&Dz}7OZogJU!`VVr{GznJtyw)N(<=T(ubL^!vl1b+`CSB>hbayoMC4=Aio%fYESNihqQ(;t`6~dVKtk$uJ8?-N1uUQvl zb!Am$J6|ii)m6s8{bAsm!aRX#5P+oMmtC$;H}&&)e>2Xjy}u}m_v48^H;=A0G#(D$ zgIE`j;*;U8v905^ie+w^LbOUQukWm06F}!0Rh;Pn{;Wp_@n?~2>QW_*7SEKb5_F~W z_15NfWfJsruIp_jk08{eriGkV$x=MelOkUygZ^;&Sz>aljvA3&Kq}x`-X#2)s${Jb zooAb5$WYS)1c(*cW%|sp%cxK463vUC3puYusW|T<&dXYE3tUe)|6wbN{Z7EStTWEF z18zD8GN7l2X#S2%PtfLpz-fFCA$1v}z3mns(AO~@ybt0wAAk)=a~B8=tdI$u^7;g8Z0dicp!0dZ_bz(ub51Ys+yJ{AwpafT;{~}Q z2mxAd;Oxf`;t&dyYaiy;K!ocy?g1`W3##uTo__(=7YsKKESTR!)N>)!7`}cB#T>=k zDDI%Z))`#?XWid{BY5Gu?sG?@4GC6?yyE-~b|SnEvr=3rZk4e-6B^%(09wG*h58!S zzOikg%xW>~9I?(cCUD@LZ`&rX&Id3^vEKgx`h8SC0MWk(=u3ZyruWd~H9ChDyKcZ? fg>3D@#{=a*M{EXTozsakpUlT0ozMyM>5Tpb=|M+B literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..626bcd271dc0cf456cbabaa79d9939cd8197ea16 GIT binary patch literal 3702 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 nC4XdqnraPCQ+xqovgY*WXUb-BA=)x^U3N! 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 ABLDyZ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c9f2c0a15d51a1b01ea05e04bdcb9be590bc4ea2 GIT binary patch literal 53449 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ebba0cf766812f13e38f9be52af122dfa10325e9 GIT binary patch literal 6839 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 fTSQeEwr!Y3>uh=*4Y08mLKnz literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..867876334b7952d7831d57553f7410ff72d67c1d GIT binary patch literal 11371 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..74ce03265d8fb42047d50c1679d5f793eadee0e9 GIT binary patch literal 1353 zcmZ8hL2u(k6!wfA$8nOSbV2lhz(*`pTiO<+tq`IcRoe<_h1wn zd<9c|4~AKc6jn*bq@-h7+GD$P#ty+aEjpz;c8SFuc?!N=bW3mS!Jaejal(Dp`H3=@ zb$@WieLi3w>w)jHKKMg6xUs_F@9+y&=otIFS{o-zl{WSb*JgP8-8UD>=<;Ip_0_AF zAu-)tWkssgTVkGE^NMkqP6~dzuDLl*^Z7lO`Qq8hXU|Sfi-lrUeR6uI1e@mdz2Fdp z&!SLw3pNd@8Dw*w-6dkO;F&hAj;dM>IsO7HWy$R}~@pG41Nm1}-nr`cUP>e9jfx`&M31s#_h^6V) zdZ5~dM%!B|nRYhTmMDf1-GRvG+QrC?rMvB!2YX{fj-@?}KR6p_Lsypk_BGqkpL-kU z7eIY|sQnFreI(3z^Xmx2wnvs0LAs*~Z--=MX;I|WEck~lWVe=F@k&R&AHX=5Gj-Oi z(0jaa@JTCy@GLkFYM~(`2e9@2k@iH3bKOXA531cf3vTDAAGIuWAf~X&mQv*_4oLqm zE^5k;MJd>_;9p`}6?XIpYH)Dc2fe=mDQ#^~ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/region.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/region.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fbdd3a62b96994be044605d3fe7d10d182fce9c1 GIT binary patch literal 539 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6fc33167cadbe5390c02bfbbbae3cb59f71f2a08 GIT binary patch literal 2978 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d33cb0f57d66c3a69e8af067c6fdbbf679416f81 GIT binary patch literal 20549 zcmd^nTWnlse&4yxaAr6hQWPaovMi5fS>|{t()Mn=URCRuq9{wTOgSWN#UpD+L!Luw zq`C2&p=A+gwyCA9y=^u~()0pEK_wu4P}7H^7bI=BEz*Y|K#D%)p*;xtkQPM^1bt|M z6meRszu*5m=gb*$D0{Olnl?kuH{bd0m;e3yf2TS!lGE_{rPT}TzwsSS`wx6beunVy z2EN|sx~AEht=F}NUeBdlbNaCq_rjadYC7!P58pGw` zM!uYHjFd+jg>s=WS{`kTmB$+U%KIAQ?8!>`eVY<6!w<<52lfW3oKi zI9xv5I8r_$dD;3?jicqGji<{`%X6-Ntnp0w8C`RR-5;XvaJ|@gw)|}4c=>qax$<*J zAF}gz_40`~HG9M^+|%rWqu({l&pQ*&xbysBjUnPEofp=P!y3Pma?&}uZsHl=@|5%R zT@Cd|?J?9Jb4Kr)Xt9KpefBs~#_t;C7xA>;p1{)tp1$Tx+XrqLzo5H+WNY@p`YDb{ z*5XiorZHQdmH1@+rN+zUmk~c)e#LqD!Po605B2gloM-Q9<)Tx3@Duh^53%Biy=otg zV^2phXV!VeK4w2-7k^+zX%Drq{IinsP1JqO`Nl&X(Kr~x-w<>GZwHpo|hSzKLj^nOZ>mDDo8&2m^Yh%N4@sO)_ zIxZ5BU&;j|EAPLvP?^85F#p!Y#Ww@%Ty3orWG*7Jx>|Pv>r&0@1i8g(!?9Pk+DOS< zZg*;}X0;wAqjSHImaQJWF>%D`((aO55 zl?_`jo3>H5Y_puQt#aBUoO}qPEw-Ac+HS4c;i4DUR2F`1$1C2xf$+Hg%OTp;; z+|ts;xi=RoOA9OSE-ePuh0AX*1gZH;3v)}s@bZPrS1R-GE-hci!-b3I0DJ0T-@@YD z*-HzRxl1dR<@u$Bg~ed}+{NXcX<1dg^6ooWLaA9fclpX9_ENI;a&fV8>Ehx-d2D%MrE=xsBKoMT zTwJ-d@JMs#us9NY-kiPBYB;lPxB8*uG-qW?YpYwt4{x?zuin{kTU$;0)OyQ3)xOiY z(Q3}lRBzX2>$TNc_5AgjZ_RqOj&rJAUAtA?a8Rw*o~?Wc0ByOmgv?pb*=RV;&P@A` zdkj54hp%@WK}NR>OMlXzl-~u}-1Ilt$cq4z2(sS=Gbx*n<)m!mj0X5lJ3~$eWEXHQ z&sjX@oZ-Woq@~ViPTm=@)Ax0J)=)VcH(>%3-vOX|GP+XIeI z*8jBq7i6|m1M<$;-*Py}djO$e6d!NvUbu1kHXs z7+O}SSp9u)hq+?A=Bzoz)_SqyeAFr4u61q{tDe_dtARG#MUPx)rWjW7idEMswq20W zHDs=WjNfpIAzv!G!jG7}=6ERDv~xv#SOx5@)sN4a^I-M=Ixkm9I`jF9*u>CrxEztP3=8M!}tZ^-_qQZh#83K?yHP3uQ?XQSc)mOwyZtU7fYrLRt<6itv%A+ z3;5YN;E_rtmIo`9tL&RHj;3ey9RG}rzI`AXdSBUrgO_ckxP(o_fMgr>?dRriIBU0x zHG+?WEfO9rfLX0Ifs+JwNT}9ot5sLSzJw-r4i)kh3qXQGrpKkyjP0@B*i`0|hlN3b zd2cD`ntt-I`VnUlupm1=XlOae?P2j7@!-tu@n~?p?3(rl;K^{gP!dq~4p$^F*S0$D zo5)!+5kwz~o0LjrZKnYyz7CWzyH+>V(Yk40zo~bJe8V5Qm2#(j-A~)PZ~3Xa=DGo7 zGP;?L$=s*3j^#t`vyDk@Lc6PXv%YC-e)fCdl-*n><>!z#><|0KEyKO%r~RC21u@gl z+8WFC+V!)lwOblg#3D?Lgd55BZ@j>1x-;21e(_HUbq z!ZBc$AQ;iOqEya!^Ij)yLn`_hNCP60S`0Li_CME)+Xt@HK+T#CSOcgB^uOW_$8}0W zYCC=ki|igi5SXA2feET7=pPj3JP*tSlInu%w%pPPcB<~VL~wVB0qKHEEE5ocCJ=7C z%O-=YpuA{hX1nDD=~V|pF0?~QXNpA)ZYR9wD=fX+8;!`B65B(-Az1Oa-z6mFHTJurQM^Fzc- zX7we&_A;j&lL*DTJGa5V7102{?h0K`$a`&fJ?=83maL4 zW?%P24gmFO)NC7SBUo9r_{u5n0HhHcd@j4?={12aynLV`^#V|Nxy zmOGAL_dN#OG`E7Flu{&r0Eq5{wc!M){dH9JsMKm%kbeN!m@!W9O7(bHqV(SMmin^~ zY8&$M$+xSw94va%xm~Q+nlT@k3G|!{2L$$KP-W-PEEfKCWGIqvZs#LVW(HVuCV~yY zz#s>N>Vzy>09#lv>hnXOHp8#?IwHQ_wS2=p?i)9??`xlEpXloVW!t!y@vU>DlGdk& zd-@ao69eh6XY|s23qWgCP2kO(h;AYkOnD^{<_JN`EJQGfM!0+PA-@hR2}=ejlLB=L z$4O|UM11|abXWXZ)V7i~@!XsK_3MfL`h{BJNi?Y9RAj-r8m{a$$bMl|B<4`o?m?YY zmtjpU^QTV=JzMp#xk{ox=d4#Dl}jtI+c^DA^oCj-(2le$iz&<7qPX5ptmfW*#OOK@ z!*m*>D5*#n^Sm!g(ogo>P@E)4G3|Bw6EjqO%uwrYbPQx_fs7_ z+H@yvt(pE*h$*1DW^wOk8R2348<1VFJ_f1b{T*1PVZ% z6Tb1Oen@K~+-oAPBLi0>ru3$8oWpi0Fa0jQLUF8I=D!=dVH%IqM!_)t7)k^zW>wp+ zR6xvxI;^qM0s}S_jDq|Ez$y_iD@tOz8!RCeq(51q;lv93edK!w5or5q6-w)Q!}ua? zS$aNa{82jJBXx;7=OI)}_cU|vmeV4-GS8+@Ai&~`ceIX95(t$>q_O0at=QfxV0-7q z1l>bP!SJ5cc>Ox~UZ}GD7&r~RGYR4$V1P4vohnSz3GIgn-s`?NMcKL!$rG9D_38%E z6q+{#DzI$Nsk%^ql`_qiz7iS|3!6~a6J&G10Ath^WPq9zq?P&JrHJfW2(U{%NRh3Y zW0nL02L)9llGy(pay{183YK0lwhu-K(_ak2l5GAiVTtMvv7Ncz#|SpGF2tRi8dO^S zoOaFbT9n9d>K|(EP5c@jLLgJBn}*z;a$P_5z_j&;l z|EU>9y9LuqrzZAyDn-!oV0uwJf8BBHWGC;}oVvY3Gmq&rk5gin1n`J564Q{;Ll6UN zDYhZha}qtG>{hWG5RQU0uoz||MM_CUgDj-7PK_dcDVG43Rphx%1|r;_V~oTm&?`Zz zLPa&mfKyc1kAkQkScNi_tm7Y|j#osW-2h8Hyivt6}=eYNIVeam(#(I`Achy;GwA3i+W7{XTo@;4Cy(4_q|0CI>*c{ih^ zGN@?;&!6q)0G_#<2Eg-|@oRbr0gA)je0RhjcJKSc4**cH>}y4z~d)WO5G8D+cd0Vqp{wzbgYcFys{q{ZpP1CLte zuM+#7Bra`1{DOXorMUy$!?uBZ{XHU4QFMrT3r#si3(LiHfD70Wn`)g#R$0#LYNSb_ z^2vmKC;skOMzv#o(s49VL0k}A;qzO7;6-2r(J~mX+Bdf#-?MTh#16qyVzt|1kKlr0wot}2S^>D%-_18v^2 zE$Z{#bn|1WW4S*JDGdx#b_y+#zWfa6P3EQnYLoJ_Fw~%J&qs>s{ybXeMnLw>*dN93$ECB7rashS;ly-_>iKUt1m*{8_vFH>3-a)FuUpdNA_K?uP zdq?PoccX>lmyi<2q@%C16?Y4(5wGa5mAxsU__#bDw4d@DMAz zNBF00ADT_R3-Mgp+7l`m%n`KSfeNkTM^OV|_A$p7-Q_Ld@_$1CZTnP&pSwxa0Da3{ zL7hc)%8&|7Z>yo?4lzOsF{5@;8c|ei0B#4vT#ASWk`na51P@s;DB z4y-O6{S$2+T9Q~-LNY{y;P&so=_qSoh$SMWDrq&GUs9IbjjIAHQ+*)B(>Db}aK^y_ znvG*fp%kjwa7tcr3g>uR4S19^Tg4YX_@Mbh&p_yvroRMec#+cBDtTkxC1~(5jj&@ z3d~0JBe7FQYWh92A7qiLyxmk+f0>=0l^nv8w9ICdo}NqV$Mo%eyZVNZD6OT0cLr&- zN=kdmM)KVNg^5mHX?z95ehv}eZ0FQ5G!&;4Ok5C>J~bxbIC@C?6qcL~y;+FT)U#5p z2$m3+(jpdRXibLQ*o2^zg56jso1cLd+5Dbyh9{&De*82QQm7z!H>?f@>I8@lCXb+W0=!=a!9C!jj2;S7fJ(r6q_Rk2f4LA$soV64 z4^fpcA95It!=kkSQE(K~+(=ML_PD3Gvn*z4u18PZDMIUU?Eay|+dsgV1!;zyK%puG zm#sS8Mnump9?u=`7m?1>Pc*Tvdy6goYkIo4C?_9%))r2UACU%>xnh^NLREf0zQQjz zh`!?reLscC)z*Gs{-UwTvj`m$i_rf$6n4Ld;F0N)wX4*>!kA1;QBM{gRhP#|r!`D3Rq+=E+bQ49lJ?3xWHKsG)G8 zhqBo!!KDHq`8DDMJ&=JD5YKtye*(tE9!rc%u92@rpZ~L99s{{g6F~&#f7k=_&~vW` z&bvXqy4u1~`k!+!?^BX@pPK&J=41)LcYhgx=hB^ECnV<;d@8E;TYCU=?6Q(9+y~D& zG#!&|9}oXq$u_)*j%YAmrTq-pKsF@enF%len6VVJXA>knRsByrSdS@p=x?$c)M=Me z&<+#!s#9;>{__s^u_cHS(f>P8{tN+}pdOth?J0Ns4VENj53(TQiqZ#pg#{tqpJNdT zL<|ZMMFA1j0B;-xl2o4_Uq|(xf0sfQRbh=nUGyO%AOl##*Xtlq5>D6H&MQx@u6adk zPFV2ex-+HYlt$OyhuX8Oy`**E_vIU~<-Q7=u6YyAg*PoY34RB^DepUQ3N&v*O}d!| zS|ArPkGc7ZFD?y!suyQlC8JuxES75x_<60vQrLeY?L}T*IRA!dx~fhNd5Bos*lKNg z#kfFh^%I8-(GC(a`EFe&t~k)yWyi@xR5;P%Kq)^ukc^|0KX2MKLXx(G3wZG6t=I<9I4OPD2!j$`HHY zM%8wK9YIgPj>b*u!PnkUC*)W&xit{U*b{rAeG#Vtu2NWBFt)RDO-)8(?VlxCI_t=dP$rB6s zZElSTR# zp1OX#@MS#I=u1M3xfElCg`+v+0sNpJ>O9sL?0J>`C49n>8SbD7=71!J8-xRYcws|X zjh;j7`Q5~Z!HpJXn1R^yXKBA=m~ti^(tOGa{4BzRY{FI;j1bRSTkxCaj3QeAAsHvb zyz;BOKw_$i+qEpnHpBB>VZRcbWv#qISJmFD+)&}c!^)K-Cx;{S#_sXpWCdWh^liZ( zIW#?*Xf^umLnPktbD+04L4{*Gd^N0)E2m(|PLc4b%?96{+MpF8Z5y{t_m$1l8*)oz zbKIt_!Mq74B68twwv)oSDM9By(ybrh1AmS#d^X@*RB-G5P?M*sIlAdXT^sdB#T5DT z;O4_}COg_4+FX)U!~M5$YWA+Wlajd$`M^h+U8DOw_y+zPKP-p)DDdOhTxz}wFA{?1 z&?F3-9~j-SzA;(;m~wOKYaQ-UyIQ~Qo49Z=v!ng%7-`s}TtBn6|KMEhL%4PGe%N3J ztX#|6IHcqS)F;v+?p(r2mbQ4m$F5%jr4(4!j1 zgmS|mBB8-BY)_H65M)Jo5U^ch6TBQ$jt&-a--TWl<;XRH_g~Q0$1M2M4El*=Fa!%> z1*_$Lz|0*OmR4(aiMU1KMazrRlu6v8xB+Jfx$}?~;e*Z)6G&m60mljc;gAwXld3dI znd5MrNT&0?M9$bQgsVBDIxHEBxYh%=&c&4##8(hmJkJF6f6ATVU}qWd;K_X%0gh@r zZZHb3)Mm5QsS5PqUX+lNJPRFWAk3V;7V+J6-qs5;a2SG{TIY`YE=y4yat|?ho53Q3 z%M9K@fV*V8OxSQh&1{!6!==SXJo{xk)e$StF5FuT8VtzkU5^3vVP*ck%h>lB{51x= zwC?^*27imeuP}JX;MW-Z9R`1w!9QTo+bM~WAd1xalZbf#89~ml@)Rs43_~Bw7P18k zzxby0BPS;gO56ge_#Xz`T;%Uh3R8xmJ?5UKzbK3w`mv)%O4N zf6_}$e_oh2^n-arKR(i{lao5Eg*wj}L)zzTgQ@BdsYic=)MJKz6j{C*9r(|3AO*>_$@9_-?xB+hC);ChrZEu_h zL6R--1rg$7sQw2BEI72Thy7g-u*q5wL+b?j7EAh1bXWRvn%h zBGBAvZ53}ekf`-bYZ38CP{?p9au7P0 z{Pw8Wll1&K+m5e`c$iJ+Hr^Z%4|(9R3`K$S6sNgWF3%kXJ8FZ}C~H3twUs99YZcsR zLfCV|hkG%up8(!}Sh^)Lr2L;sW7~LudEiYY2E4?oM^|2gXAR4%$r<41Wyjx<%1kDdC$FJd(I+ zE@-xP0jcpV1Go;z3eBS-MNQalbZzK|O#SC^mQeK`IgrVY?F5v+%}J9CYNn7}BBHT< zID&0VUT&MlfJI819Ykhbp=&ZQA&dW%jMB#3SzUE(o~K;1p`^rwb8 zWgpoK{jp||D>W`r#do5iBtpso)<$?ZQ+zu{edXN(6l}r{fVa}{wtcMGKmt$i;NB|Mx*d=uRJ;INLh?W7qMt7cNYxlxg_n)Ekn#nrhhp@$G z0-Z-8K=5;V2YyZvKO=06ar9t_y@h1%<||LYR?cTPwz^1F*xW-EnI+NZH#kem5fOs& zjyLA}bcmwSe7^#k3WkcjG0z^q0-F9yl>2oKfObfjEg|LsNtsHr*}z2s-1E_eF!J>Q z%Xa|rA0cL~!1lHMu_&kVW`&S`6k(@=03W>?A{QlpJ4%@<<><3t{C1Ho%&-A;-LX@3K+lR;y2FGezON``>md$;(eZk4G4vrP`p6{2ew28J(e|<2JX9Aj zZF*VKdjb=>&Ej-yJDm&C>a{s5SiwB8rlP2Zx4m?QS6nF!@GVJLf@^AyrK_{6c%y`j z>1yqo8kTo;wsuWAXszCax0H-ry`>`V@pNu`ZUsY#=)8DwZa0(5 zNtwx;SuC9nEC&;J0e7&wuWvQiI=IZ_iA1e*9Q91p4~FV^^A}oliO4~Q!g{sSa^-SS zkmh@(kVhkpOAuB}N>E^!k0Sq5>Q|Dw2-;(KgyDfNmr!?fMIEEmAy>^^dNu?WU&p01 zfl1~pFc3vTm~g+OfQ#v^4S8LW(jxvL3;$yVf`{aJf>Xj)gGsz2X(oI}(o7P0%7=F4 zc!F^5Z=r?Yz^+^Zq5H3x2fY%?%y0soMBT$Q@Xo6sCBP&kn6Cig+rzN#ZdHl53DO($ z?;vwVy)Wx^9nE{|2zaEe{$3h6Iy8psc~JU{j5&6I!u`0O|H61|4O#m5U)0p!dxgV= g!#P#Quu?fAE%$3s3ThS`_;WQ=*^=ZO8Q zj?X01{xl`;5kAH%PYAE5nfK?-xE`NR7W@S> zo`^3bi~b@!Z=N^!LuhpXD~}=ff2E&%m^#N%Qjhy}N5`ckZvlc>H@JR6QvY zk!qMa8{uXwU|?^EPju7HORHI`vRLHx!Jv4A%B%N9%7wfyR4>+fy_n(Qjh!wE7+cpn z#iWIrp1y{@{yA_3@hK-h+GHPut52QAihY~c{+glnn<7F=!I26R*@}#ji+St>X$0OB^!yPZwp5785 zwzH-2u{b$a8a47V>7g?{z0-|aVI1!?m%ZDf9fIE!3c7UZL<@yZ^OlCb8_~dUy*9`@ zmVaWD5s7PADo)Al3cZWnHh@>RIiuYl}UHR;nivgdq6QqLxu?p!W1T2oH@ z^tbGHY@hywJ|HQ(N;K;;ZS6DpuC@=IK0Bf*aQY;0bxD`CHAngmXLDqq0XmVN!U)#J zV66gtSl!3H;~crwz6G?_w}I9<(g{NwoItcYYr9ivHna>z2N)`M+Y;VX<>e^VLOu@T zzrZV)t2rt0z4G$0KHipD5+tE~*z3v};7Bx!L>tLj+~AmS zkaIY$z;USq9VOzFT_=nZL7D|wyRC%IYeBEeLoEX1nWmfDO2ln>7G;`8ocN?P@b%|J zz6s0E)0M3(5i4C8J{BTf0VvZl+U#LEs};%iuu=< zzrCU&Ev|IK*2AzP;8@gM2_8dAW^x5{dS&p;i4uU9+bP&wL(-jg@X0!^wX*ToH zwialEx`W?tW4(Zw<>N!L3j1XZNgYVj%1f;Q3YQ8%Q1Tos3_}ja1Wjur6K;ip*(Zk( za)#4|Q|kUWHp>2%vtP9??BZ(?iy$5a8AkLNHsCrchb(tFTRu0m&^; zwQ0YqrSbX~sG1aYEeO7e55%Vvt3qE>cDN1fVw(swmNl=2XW&AuhnoKpCVjFEn)d(~ zKx-0!m60=xd^(Mkadw`Z$B}i8>@f{#x9w=R4=JuoINql-1e12V+`R`y$Ub0ukfz&X z^07&CYakamAfIvvD2%o%>c@SskRHdeu4=o@03;3pBx-#qZOBCn>iYHsFY)pL-Lw1l zVFMumRv0CHdmS_f8;|Y&p(r&Y<-%aF*NGsiJ+#FDbzd)c$iWQ*REO%cfwL&}lzFwCPAYV}+y9DpqkI0mo{=E#dUMW`y^$O5FxtyrXmm`k`|qH6(17l7pDP$`i>@s-%g z=5|L$JTHO#KxQ8|ogy|@%+6!v0+d4_%^i(J`<0|J(R~BAoi~=q&tMEF83j8ISkk$x);HGJB=G8%OVT^mq6s9;=Zp85M*UFOa+kH4~ zYMsm2OL-S&8z7FFTLt!CZRnDOwd2W zRsvpoN{Y4=YAfjCiUIk~Z+?x}@84N#Udmnkx=1^x+C1Y}teX{$lPKSWwyzEK48+vs@p4Im2u#pcIsI!mioy;Gspf(OCp VvdRnFhCqAnj$z}+Ubq%x{{|8ULO%ci literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/status.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/status.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2265bb0de0af740108a831a5890498ceee1c77e3 GIT binary patch literal 4589 zcmbtX&5zs06(=c@`dCS;{j$CONEkPXSB@>M6QpR3ppE0Ssf$JhvJQ&Ka9K(-yUPtl zvO{XU5_Bo-tI?q6J=jP8OT6}EAcq3Ir0GZcdqavV?aC;OikQ*7$C>xuyl*e&tRI|X zt89&}Kh;j{+c>lD96Qf0u+66hx$`3N_?^No>58sA2F_o-rF^4CSGN^aK3`#m4CmQp zqQoxkD9tM`NvlmYsofV&pZA>p*Y`&uZ)!>Dw_)rCzT+i2VO~Pd3ed&7fgc4PPwHQA zpK;;zJT6bDN%hyma1?X#xqIaLAgTYxJ>>W=?u4%IbAe@fCmyBy`^0zlms|8(V7by& znbOsm+AT1RY{(2|vf{D9b#8ETQ{hEk;$>cDrDIcC$m~}560fqQW0h4|?TP+a?bi4b zt4qu>Ye-C;S)fPH%5eddbWk#QQO+efmp9=-Z1vb68$2m?mjMyY4R-E{-fd(M^bTl+ z>+;<#uN_MB%LZ17fM?!-Ry+#9((^{mR!*&-8s6HI6QwcCpy=f}Z198KIW-Dc^O5UL4V8+H}GzyPyM9H3=;|3}c0|5uZRIXH$5>)#IG-Y!s(Q+BjyUJc z+S>I3C!Qx5(u-ZEPlhG!oVn6Gi(9Sj6Ojeq6+GIvLoV!yL!k>4N!r*~cy5ah3LqvHX z+7uG)%&6fA(%Y`@#O-)?H>D1(J(TeOaBOF<58zU92Fs^69 zWnK?&nfKbJky?5lE8YZ&+?NXg$e(jx9s`)DOdYDCp80e^LYLvqic~eJhwv`|(j{(oH~IrcDl?qF!){-O%!zqc7P4Y; zwxG-wm1%qMV7|IMoJ(>Y{%Ap|nXL(aVDQ9bCb1Vp3~0%EEccNx+5s&?^A=8W#`3dPDZZ`l*AlL zH<3XLUzhPL6XPj|KNUtl0-p~tBEl<;5>m{`(A4@5rNX*qs?{IHwJg9=K4*fSa)eAU z6qxX8<(c{%Sx5S@HokWDDOawuVzG9%0&snGm12@+;dm>L|Ju`wzrW$E3gs#*OS^`Rk^hl=xBKMhD81 zBCQVb31UiAFU_R#FcH9y)(fSgDnFHqwAs{CciqBTG-kE&JI@f7N2 zCB^(x5N%S+z;S)sMqV)@kMj_2NVRT!^}zrwi61);?*@l1zQcHoDvUhc3xe47_pD*~ zl2kO_xHkv`AyE!Hq^}8P-MKeDe`gA$=kMIJzTgfUjo*0C3p~_#Z^$27JAKFZi5j)k za${m}MEpJyK%T0`*MCW!lyz(S#`bnT@L>|VXpzw`%Yz@h-{MDn{7y<`eZW%u~fzzsX&cT<{s0*zj-4i5@pRy6GQ zc@*sq>Feu4Vo)GN(yEC`pJo1D>PTe!v~wZtN)Jnl2k95Mpr$C%sRfm-Y1*bpuR2GY z$pfUh1hro1gWUlal%b`xNx=*D1UX$|gu+D^y1zjV(o$(=?4JhwLI8Ddnsoj~5+q7wV>$Yj*X^S*& z+;QT1)Ku#C{paor4^e(hvDp8f*FE<<{`0@@76t~=7XDtJer)!4i`$Q;Et z_(K3?DZ6A%@#>W9vNPq_Ovg&GvODFL<5O|TyQM_AZ>mqy@lvv!no5<^Q|WU5RDU@$ zl_?KQ4V1G}+4A7jU^zFHL%W3PD-D&0r-mh+ENv=pp4wdAGPR{VGBr}(I<-~GQ>AU? z?Ni&!JEnF>K3%%0ymM-2`R1vcZOb3@Z&CfT&US0+)<-RsQ3EeqYT$}9<@r01&#Hdp z`>!}x?5W%Q+pbtsyHGl)awyHA)$PhYYmE)9V3yXzm>s4{dNDs!n3?y-oG`8y%e5ek zm#PI7pt4UFDymqik0ry{vC2~Do+!@L!{p<2Ul*oJe(0Vq2FO2As~4-4LMe17muh|( zKUYCEbY}`deZ|Ie&{M+Kx~hXQH;f;zmZ~}&l*^L^9r!0%74}QP*`=WFm%|i#uc*A9 zo5rXTXZ&EXR1Z_SI5VHueodorC&PhBUzdv* z%;daZ##qkQmrDK&XWRYP-tD6(^{pveSyPU(r((*Pv!`4?u42l)>ZrI%yzEY4*Ze-! zx83rSermg=l2>CYrP8QLs~A?ZKXmht6zh%gW1jMZ8C|T^tJW@h}EB!3pA;uT;Z?_UntfGUId&m1%yD;~QiFl-;zCSWPPrjKs5@ z3C+?mTkqh-3EjXi&FY(wdCStb;PQ59|9rLV@2}~?CEu^?KVGevQDBpT{k2kIX--!c zD{9|tRqv}U)#s~~{o{qp#r>t?^nR1Scl?9iyi7 z{W8Jv+ESRz=Zh80C%*;H4rD5JV}R>3-m1~tIMi4et4=S3eE@Z!joyjEnHWIpkLmW* zJ!G2p0w%s-AGP#Oq#cu1_62N0YcT}hV&PyO>z;3~cOa`1_IH(x#q`bSQ{P6gi-3z| zz^zDyefd20FQ4aNg9LzOXY8Ea$V79IO6)x*Tq%_Od_GL)^W~~qEHRzQ=Pxc6N>L5^ zQq>t0r}FurRILX{#&EE-hi-L00m)P7PFJfXeJAss(MXCz(%S)Y_y$RUr0qHhCl`~_ z85H#VZAI=VzQNA}*IO8V4%jml^MT*M<%Dt$TkUiV={}UX(KRl0#QB6uAf3duPs(rt zkWL=9<}8)^n>NlsTJ@6-f%bsTs3A41HmS{OiyBc|uMSN0t8Msf$7csVH{r8W-K=iG z=T>|?d~U;Mm%3fufzO>+N2W4r_YFULt`1@B1Ag4kk``i2t8+;y`*Fdn^fu^c{hWE8 z!U)u;8hbf0HRKP2JKS~ER(GqtFT0?;n^5wZXl-S+QNIsVV_fZjIga|x{xE90d$ZI5 z(3^YILAiem?ti7Xg`Yzo_o9#c)cw-Oh`&`mfWEfj`T<mB}`epY68T%C~7?T+#% z)hW=xJ$_PZA61VbH|md}_HoSR!|Ef*--Vgptxl_tzG7qTvT6b~PpBu^5BlCK>#z@N zyH9-#HD}aWdBV8AU;3O>=g`LiKZj>Lh5Dz}$C1CMo&SWILjEAAGgto^^(=DtV!UR} zS@xXz3F+~^p3=NJFQxZODfU+GFQ{oLeE_9qPBThL$p`#9qaF6utdu;6HtqeByXVxr z)O@hrwx|}QDVcdO00mE^p zMtPv>((8u=>rC0Ax+G;sqfuT~&toNyq30z&H7aeWpOjXQsGr4?IBQEa(c`ju;pO<$ zarK%%ws1nds6Khs!Ctxk7{-#sXkNPNsw?W{m;0tps=pfDxm*1u-1#Z>mvQH*)(m_% z8Yg%8r`2DPr#;$J`ZMa&7};ZLH+a|U!UziAh+Eb%4>E=DZNnxuCq4X$=jG?~w2vxDXaSyD#Q3uf`Za9jl{zlzEK=O5|Sn)R=O}mM@;h?6`(}fLt zQl8WoD|7F!qk|jvS z*mz7l2B@#kLx`Q5zu|(lH|aeVO;s1COG{q6>5a!Yt04hyJXxu}aW8&lrl@CdGB!lk zR*M_=RmD!eH@dc3+_*1;tXSv09+RLnr-{Dj&YWKF@C$JX6L}$7kd7l7qwjz;s&5Af zjF4HIFuKKBd`2fY8y~x^nTuX zfZ!g0(7q?M4~F)=p?zOy-yhl!g!TtQ`@zuuVCWpYCv@)T_aMIajtyvP4WdV_I7qF; z2&f~jfHhew6#iHG2q<^2qzEXkuTXGb$pC~gkRnR&B^4$NMF~@F{0ZZ7o}uS)76+kL zn{yWSMW-N47$gqU?RyS}alx7}+1m3k+1jzO5k0|&+Dbnm*J=HvT#Nc+a$VGCaMfoC zCZ$B{b8?;0PsugVPxI<5F6xgXp+7+|B~{glv7s<-cCW9sd3=sMRGuV{S@jHgfb=e1 zukO~BeRR3iGhA){4dJ^9-$8tj;~QkL`YO_Gq2bzfryi@jl(*|KWkaTLRP1GUdAJFQ zW)YjMtV*JZ+!Y(G<4s3OPerA$fS@!{?`y_TZZ{#DEZWs+DzDyeugA*o9$(d?7d zi>j}gl+@3tWHTkHpHr!3T2h}=>1MyAens^+Gm`oZm1z!0>bKQEGb^dDs%&#mQr}R6 zvjZ}YB$U3<+gBWohn_|18Y~3YVeWd%o`AI>T?~p92yEaxno4vS zuhIGh%ZYT~(YHnW@6VSD7kop+UgrZy7%aPSyBL((ri}5!rRogixg+CU?KP2EpCou3 zV1-Xx@d%C*yhy;&uh6`)Vu8@CSfDH`)a``|2|Zf*&?AFZXpIf)`*4H4pMbQ+3_b>m z(V>`OELbcHaW%B_Alq?mgcfR2vCt*a)%UWnO)AGW86$|SfX}KQ^`Prn_A*CsfuMI; zwTH3>zQMBq)|P~waJI!p>=D~>5_Wq1&v%`76Sup6ns8X3v9oJGXyFb!-*!h5_BLnt zyKXFDH?qAO^%f2hp4g^6d^{0|U!gtN1t1VG&Tbq(u6@Y$9_0BwWKnw{W59g3*Yhtf z7B3ZGnygclmIsVNu7^d>D_6De!HNYVTDefEkHhAfo;Y{H`0MsE2xT*thcOc{)+BVB4q#jn z!sr9oC$&ixLpmktbknY#YC1T0v3$RjWSTT>x`oYHq1JkM75}nX3-2-%9ix>5SSJNN zrb|7FR2V8QXT+r0rO9+@GcCKZQD~lnTye}B#RB?9fg3aZLv_%iws@%GbA&amCwZ{z z)?Zt*S@$6w_2q|t$b=CZE@AD*252nA+T`=1(RLl!j!bhq8g?B{IfoQfjL5$JTC zJDs!}gI#;gdq70kbC{gR87)D#GemIprjtK>gx!;GK)A9YTxE(@#cA5ha5r3o8w`RM zHtU*w-8x}i0iCgl9H=LM1(kTQn@UWV3Q!LOcMYA8buLzfHgfs9HuB{2g>tRrcPt$| zz~@DJsZg7B{ya)L~MSn$5g@+dEkba&|{1^R%x41JYq*1FM7ty zPFsI>-PKx6ZxomXvh@*v>2g)Ww4~=2%isV+V6*7$0ZC%q}mpsZQ zk{C*2{Us!|rPoe%j5!lM%#FB5E^(Io%A;Pyjy<>eS!dZ^hM?ROk*w)_*171C>Ah_q z71V>Eu1^zu6rg9VFpZ8NKy44gsSyS4epK9dR9?IyOoEGn*-a{;U_{Cnro`$1 zEME>cBn@#atvbkkYy=H<8y?nT_XB1+QBBW~xOHt>oWz0Uka#d(bF?#O@mMZkBT?!s zgN-ZasHH!HYYf*TVEEQT44Q!pnH&BF9M+ghpyuOJifCCWRU;HE~^1Y1H&b zH5uuZy(RRg)BtL-QO)2{>Hs^@Zw_s~Ab0oa&#NJ{8IIa)Le1BuCaJ%oHlt=sR5OB_ zZ%Iu`|3|eIHQS<^?WlQ2YSQ}qY6og=ifVR7PvmH*+l;82QF}{Nd#lub4&(78bwc`} z)^kMNhIYH6cDGCIwA4}ydRE7#-BSCa)KV*Is6D71jcUiDXK)16l72zmh1$EN z)>_D6cWjh?QSQzyKrbSZTo{hZe;@kkUMb`K!|nP_xaT{l+t;q!#FQGpwwdG=de}Q^ zKlGs%QXXjRJLB)0^DA(|Lr4w8v)r+Rcw`veve?85^=qS7P`Ym+Ej!W$Pl8dET)CR6h~$eU1Kq&ThoUzlB`%bS^6TYXv1h^dq#9nYu3=HVMZfX6dkaT zMvg{?&097VU1vG%9;UoyVbPyvIaQgrZ4Y8PjOJroLg4kX5U~QTnB`<_SH!_21cTw8 zZ@MSP+O)k{bT7irHv?@egSPx8Q8NrjzM)vr(|RZtp4=g#G?W3$t&Aa~54Ct%F@Q-L z?hmgx3)})n40<((y^&5KLVugA9zbvUGX$%MDtzzsF68qc;k-d5G4GD%XQ~hrkr9<4 zA4qV?S`nxZw^0N-j&E=udg921*4la;v=%ZhXl)Fo&aw;0lzY@#jyL1_o3JK1M=gD{ z8H0r>wjII|PJLXVUQbFHtXEN49A)!T=C;d7m77uqUwhOpiLzg-#}R#!y5gL$p4+*c z;8U83BNl32W$R|bw7&Q%YSJkECfcVM_p_$`mwVcO8Dme7BI&JAwIu1xwbXSO zON3&jBZ{>vYLPZA7E<)`zaqk)%3kYlI@f7oYtf~_#@~IkMU;+BoPAu_Bet8NF!R`V zAyi$W&swRidzZY?%xrOSm{w+S0!;GAzxdIH`q z5RWjWs+TKsx}f|p%QzB>6VT`|K0^ln8Xh**XXJ=qL>l&;Ij#8+{YwNtPe8qI^?}G4 zGgPO)CwMT9qNSB?5d>b%p>7>+UbA9aX0ayv}cJZoKa>(C>w*e^l9#5Tqn zJD!A6=gk&1T$JFj`zF9;BPub`xWj+GhMj`6jjb&C1+-yxZ#$q}`YGxtGWV83@oN}_ z{uIF~Zjr9xfq8l0r`vOm8Q#`1lXRM_VQ!q|48FmC2Y?BKOv0LtJ%!nUI3q5tofB5k z&I!wC=i+DyS44DQ0y(%NqMVT9c8)FsxFw>x6moD)M7cC_a8E?Je&pbyh;kX^;HHRj z1IWQu5#?x(hr1%m4I&4Zg~=g3sK2FXm`8|{%!^UOZovrf7ksu2k|NcJl4t(q;5ozso9g>bQc(dTXW9nu|X((J~X>7WBM9j-qH z$}?j(#wWpXI+B8sYTJfvBm6=pqAr5yADRwi{Ob)WHcR{ z_xl))EaZBl@iB(4bd4rb2qJU)`y9{kY1&g5LxLbHuspK@vRmstla%9YUC)fXBvcR9 zJdled*fopOL9iU?q@p4cRKhNT@#3`W$QOwGo@H-N*N?5GJ(_Bub9c)+)}K>AJcgn zm}O~+XvHC8IEtQG_0V*U-Z*ldu4CzG{I18~Zo^hIZSjWKaIrBB?Fx{r9C}rr zOdK8&c+bJ2aV6tU>!&)t5m=Dm1J7p=jbJ0DpZC%~V&~x>!3rfBkqL69S`(i|2WdMl zIM`9jFkPteE?cKA5-E{-jHlkAvVqm;jsIWZE>RY#K{4U zrn*=+eyRV!)g`a8;EHvHv>M+Og{>qkxhB_QvOV{TO$MAcCz5b?gwGn4g1g?2uN?T_ zz%%KqxQ<1<-~_p*9c-g|aUBSVMR#EJhN%=^w+Pi8*F+uuQK}eM?B%{@-w7BrpL=RK z*-TR9SWY4QBX+^j|Fq8F5ci71lAu)YyOvb(>yTm_!}Zj)bTf6`R?Z@1z^ARsVJI;D zOJB0B<+N=z?vS>LX6g+GVI^sVK)7uClJhjw89YDzLb{SR*8@;)nyF>?;t@PGdBK56 z(CK=vb1lQ?EcYY)1kcjnm!2`6H=H-2ghQfEH{;Fz!G_9zvE)8k}?W+qxx)rh2%74^#SAS;;#Q?Fp zZMBbD79=~or8F)awo9uz}li{O)M?EOA^iEHAXzfFRzM%e#i@BAg7JJ z?LN#xw{43Nb=`wTd-g(bfrZyQB?i#OcEtIuc{X|Pp2bG#w z%K*?+83&O+HaU6b@kh>0o;(}6a0O|&xND_iU4Nc!+zKQDQEc_E@Wvd0D7!0N;yL zB_G%4VXTB;q#uDBDN#u_U6=x4h5=1XUQ5-}%>>FpYp#&Rxzg6wueVz+<^b12~;uQxpHU>J_eHV05{Z*72M-+5X{jZTrNsrV<{|j;m z8xW&p4o;F-4$!^`i3!uhv`z3>MuG}xC@SGdZNlAQw+JXL!`Qt4yixd{WcMEc0WI3cS(Q>$A_uC>fU`33)vOZguwF)z7+I zL~bAt=>%l0*iZ6nmVK=^DH_JdxgT5?D~(l+RK2LK zM^cWV3EMr2Z}6V$_w`llC*I0h6>pa^ET_~Cp@>2z3Lb(s=MWMv%iXmsYnS&fY4ZPZ zef7V>Z1wLE^fC@aPtU{W;P0GON4#;_kkF3Cv5xoV#%L)xifuF@ zx5f@%RM4u62$=15P`3pp6V$QD1-%6DV^LnHw-^=iOH8fWD3^28+$UC838SnSC8Y(o zMHHqLoGG_d(R$-uq;U^x`Xle6=z&lXus1aEX1H^*f03Rj8lu~Haije*i%wZh=+qiD zyQMbXKxU1o%|tu+6R&K;Hs6t0C!+nz{;+&ixRk z2szCMcrWn;8i!cMW&hSQO7xqkGr^T#BC613YNd?e-a6k2h~5TO8bbz6y6%b)+tI&> z8^dhLpDWBPvjEy83Jdf|0K zGLLt>`|G{LY8?Fxngp`TB&xj;-(B~QPo6n<^7s>{pE%QX3f4te44gt!H2$v809hWH z4943VCD3qgdM32X4fm#J4wM^xH$C^@Lq+wl{v5UvRnMA|hi-Zn@j7Bv`(;!Z#{-EP z?303`|DL79AwiQcPQ^0_lV)DksjbP^Hl`BM!_F`P-pl>ZBawcgGXLW(;b$xR+2M#*N)@H zcJ-pjB=NF^eQl=-G#`VH9>b}+#uVD=iLtmCh7m`x6i^MoE1q>&2slOkpRh1k!p=Ue z783A^cl{gO3K4}e^g>>yTX~; zIwoem8wA75yNQ^2ONe1E+t3CgK(uANed8_T2_l;pTL@VEf~~h92+9!~a(mh_{a?|} zhzR|-={GYe+3F>T1wTkNSqdpU3cxNs87aqjS<9auryN7_M zS&tE<2}mUHqc@O@V8Ih>27Y2j-_5GMtcp)B0a-QI%tR1?5inMB^-H12ny%uVsrr(B zg|)vx@HYsC351ejnJoRQ0AcDZnGJtoO8+_wHxv9lf`3TxMS|ZXAeS}9z*(k#i{Kv- z%n|%!f(3%D1m7S?68sy2-zVUnYMx&G?*PJ7o4*LD(BEQ>V8DN4szWU#bt}uZ0WcSk z4W}J-QLFQ zu(Un~FVG#h10hGlne0f?&W((0x88AF*LMC71_IL$X7+Yw$4Dk=k8GR4V)p!z6d%Pm z;BL2m->CBoUi|$o6~F567uWE6BXRy>(N#P8)viANj+f-|yG8OFC28bcHGuZ`4I{Mg zkLvOMEpi#fS0si*Lqg8NOL(C%d<@J6iFU|VFphWLrAT(4zw0#+xrrl6ur7NhehYi% zS!~*K5>d%FUrmIFt^X9|E$;Lkq`UAi%m2#hlK!}S-x!_(f%vGxchX3(lmBYkcKh{B1n4zL`Z08L6IZ4=mOgmLAOlMb-N6 z;PE|NfdeCo$=2+M1_u#68e-GlD#5amthD^(VleOFhh;h%vb^xq8RvV6JF?8)s0<6n zz>b;?5hr3MMgogQYowfxl&${^<70RNQN@^Gzr<9BFcDEgw}wFuv=<@~y)0%Hf^{43 z4oNMiPG_nZ<2(Db{3Nyn%p!`n6gz_|1~UbHLsytg*vz+QX5J_w#PK@mr9!bJKNJHW zliBU4*;rdCm8nNF4`a1zZ9V+d{~N>K!ijT7tpxb3c{wggA28J?6k4nk%R96F4BMdc5oPl9swuT~*!v)mPOWce`x@iZg5i?sTrACx1^QYk*#%GI;k7ElnAPRfH+5bX)9`_?Wmo0 zqE6~ZJ|&L`ce(e5aPQ2Bx}wKhFAVi7+|ZW&bPx^TB*Hs#FC9ihIH@a!+&`nd3(@;x zAokA?LvKQY{yRWM0$O*U{ru!1J9_-^==<-EAHAcEwezEh%cT;j$SMeOCt|))Ta#)f z#j{l*0;_h9@~q6IsCygbr=m*0RQpdw#)Wz+%B8I8UbBj)&BhsCeSH9h4PD=YB1l9z zi40C76Y1g>xBoD?!`(MlWO0wTc$;^?;`1(8Y_teRTY9_?7MEL);GlLiQhxg9VNuA{ zC?1uFd{pJ2Dh&?-joa-Jj6*dqA7~9%TleVRF81KT=rCJd3m9K*YL36R4@C%t7${-v8@~0 zY>25lG1j$-2^@vot6L~OK!IG>d(9@nS=qdzvi2@DO?o4S7&~AL8Dg947`p@35)&t; zPkYp-r+2Qn*^S)E9UB7iT{T2S&M7nn=4@P;ml>K0393yEtJ}e_oi`@F$SNQU8qF=X7-af6EdcZ+r+7x@YJ)0+t$keBJ&;TC5c=G_pSTuDP%+c+e r=5c|z)aSUzZuIx0U3*_O1b&Twb$J_vZ}`v|zG2Z1&E7|z)_e3nswt(z literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..074b06a3022c3ad59d3d6a58957fa34db988bdcd GIT binary patch literal 25516 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/table.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/table.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4b438b77560cbb921d359cec77e1ebafd24b99bb GIT binary patch literal 29642 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

    3-1!DG}m)qp+FkF&U6 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 K6w0`y`M&|9o#gWX literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..828a8d7508829792ac70215c7a6c0bca81134788 GIT binary patch literal 3010 zcma);S!~=y7{`6=mCfd$EoswIFo>gD+TDkOL<^LLBu%2`C{0Q$7cfpd*_iIy%h=mC zRUUv8l_GIIa3i2XKzOSV4 z=9}@1$97j&R-x<3+0psUU5auRh4w2&g;-?Ph6a;8=-vsgu~8s!H4vd?F@ODv>vdaq4J$mYs#qZTm7IJ&?*gB`2-JaoMh)q8&bM7Q?SU+rPxFHx)w-$cr13zQ>wl#>9ob z!C95r;olM|7(;B{u9d?8PG~4|n#?DoY-_%wY->)UlpIZzl08Q$&cYh^=908z8W(Jx z{)6-nHj{+PlKQB!q*y9hny|D`U(%Nn)k~N3waT(ebqPnI6{J$<92+$1ZDnAI@kPC@ zJS5>*u~DZ@(<(tgnI{5Pp64A@!|@v6osb;Kio#dX?Od(6;8$3&%IzbJdBs6mbljb- zVebURYS~_tt7I$nwzaw#F8E%tU>|jhWp}nH%i9Xui}WPf)+#MZyTquOTP<2gnCJMs z$lbYxVp!h>mRR+L>SC0!EZ1{G%UVN81Q?={&Z=4Uc;5wErqFQ1RAkV~vn$N9qO4_A ze5Y21owKZaYj(L_leR3!pCjC94T`Of-On}Zfa5W6bSQ@2Cab|RB$%iG^O8{$J<54a z(^O4OQC`|PQNN8GZ?YydK|oA+I}bY|y;Uh20KXp+FlRg4RLP z7LBQw4-oIthU7DiM$Om+M7GV?1ccqB4Ucxv^cIa99?f&2>TAmBN7~d z{TSp`624Q?hX76ih_2Gq`+1Zw*Zf)%0zGt#Iix56-v+x1fkhtcU{@e#1>l%w`MgR3 z#03DP!|?!V1bNtEU0|Rqdb|r@H%UBAf{Ectl=>i;ck1UW*tbIJ>Emq~pC;i~laNOQ z@FoBnQ;ZSVlc3+gniDj}PL7{|+(SaWABTNE39mr{k~}8kH*gQ=D3BhH0ek^~XFwf@ zVSfmESc2PNzYh6cfY_y*9J@?XPRwWUcwBghnkH~aYe#yymP^T{p-j7gN z4N>3F@a}>A<1^OG@V<$$$$@ceW^{OB*i27MO-}6@7&E(v#wI3)hpa|9H#s&kI%7>8 z7$2J+HG8LTAF+lH?w#645zw&h@W64wSEG~6P4Z0IiTxGeA*|7IYEJ9cyVv3%p`#?5 T`Z>{Gw>wimCD#3m-RAQr;_JIu literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/text.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/text.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fdc7abdb00d34b74d27f9125d1dc746403c27904 GIT binary patch literal 40273 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6ff906d075787358ad7db493124678f9780384bf GIT binary patch literal 4820 zcmb_g&vP6{6`t;y*4?Tsis7jYGuux_4G9OXX8q)xF)*zh1xhy{}&@ zn4GLwNMEi0e&gRY%lZ#B#*>4_4dmqSD1;?g+iKD;Z?g_>@{ZlKJ5JN-xJ|cHXcm|y zY~i$vol>);>u$T;sWdB{iRJ{eKDI}Cz^ikLuq0=?(t zl&C)7YF}3Otmb)nL7v~9-eXvkty=ZT7m&tUuDhAD6t>dLxf3R7#&6%vihm5c-7wnB zN_V?y7)L?-1;fxf%W6xvez$n<&YHiv_Sv0Vt972atLaW#W@Y`ew$qg@T6H`X(YS$} ze1$?=&hmmoS4$R7laKx%w+D` zmh8yj9UOAeYsFC-gppLYadeamDK;Qh4h--nCXcNRn$`{8fdmtp=tg zaa%TSn%^%Pm5PV7s5X;px<)O%TH?);zCTY=b;Z+ayMM)thl;LW^A^31QNI^&4EK+M zj!e8b^3r&?M#Ec@8$qv~CiHDNj-(bh@KQR8_c%C1i z9{>(LrmhaGZGK=2CiuQJU;)QtAt4yC20_~q$*>2=5_;>$me#(8}DWg z={s}v5fvQT(#8MU^ILI8&UaPtNXlp)mQGc;-Xl~b^WAo^v#H`R`~AkR=aVp%bKRizAlQ_c7Ix?TM=}zznkO91Yx_02J6UBx041%s)4hI? zPDvzE;Dw|9WsTN`?}t&C`hH`f9k+sZa=mdpq3)^@oyuv&-5q0}La!@=6sN-Wodhay z64~C+eQGj4qB-nqG_{nke*vw8lwjExScw%Fg!tAu>eo(+@tkD^CDWdYP8f<~9ua^> zz)w*j3m<5L+qY6?tbPbf8*9H|?Xm%pliQ#BSf<(;WdxAJ6#{B)gqz+*2$v-1Ot(V7 zp8((Jm*G!v)#QF9W0eyk5LQTe31trjka96c%GZF`fPZcM)Bdx?tcP4PBk$YZhu*T$ z#(B&*27%JbDKBiwNIvPR>u=GbbV!Hwe`GXbq#QF#KDO>;&UPF|aGqGDQW)i5!eltn z_wbVy%-ol@QiBk8d%{fiNj zt6W3H_~foLaJJz-1E}FChv#u&!y6s=rE{n)wCkqMz#Z7aead$Wg90p72>t}myb}ik z7ShJ>HdNf9hJ2EGomjwF5NSw=M1v$mus;sPJAoN0tFs~+PN-?ur z?L@szALzUWumpHRTP|$Zd0Eb^Jd%khCDGAWt;A|5h}Pxm|%cAe`PHgL3q*iY?GEp7?NfhX8 z;#7x-L|vgCS5d^E=BUv8NaGCzN0+_fd508C{HSkVt2V{@6$38nsB;Q`D6cKor|HHd z!twpA;`>JPs8@aeVJ~P8dy2j<;+F3#jzu#Y#AU*dbG{!$QJm@!GeJMOxgtC&0(a(6 zyr#ZS)lygCC@S62*8*6dqR@^+xFHmAx;~?Nk7~!K(KWidwAT^FlUWoM<`k!F>xi?d zqiPjpk#lO*82`35ZR!=&^{f^qoJbUq-9S!=UGl)5!g|3eV#|yluBM1}ZYdS3{s$ig ziS*=?mekR%zQZN;B%YFOL??nE4v!zQA_BD5gT`{*QNO?r>U}D%Qt<&5XPxdh=(vNd zujCR_)IKFQsr3d8A{QT*TRL>(;lbeuci(BcViFIO0=^ZW+4`B~Ht|dm6+A&EL=_`S z`lPkYfI^?N|A$4y&X9YEdIaugJ_R(dd9xZ#I_Nha@{2$_18}Q;4jBzo5oGd2b;>u9 z6S@foY}?vIIOS7F1VKzF}sRj!H z?o--=fMu}?>rZQe^+`t&=o%K*Vjc$@HjN)9noDgh>kU-!2)IZ$*EWK|OV&3C__ozdIcm$3`8~Mx0#GfYkY4wzXl5>%U;^efcK7;Gg0>YoiF;fXM5 z1xnO&qs(>U1gg++x}wmtfAL7PCaq9dqM26FgHT za|%<=Oij^Ox(+({KZ5VqXVg3Np^)y-KUFmKD{=@!*P7&s?z7tP?d=;R=_j0;p@BMv zql-WjaaO*SQ>Z35y`MP?xgp-NDujbyrtxP8os|~M?R1?CpHNI#VsG*)o3d+5Q%>zI HdgT2dzE*-> literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2098941ed281c98850b0daa832d30f768065763a GIT binary patch literal 307 zcmYjMy-ve05RT(SMX2pluw+O)Fd-oXf+B{BC1D^-}w9 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..849abf242e3e8d8fa0b35847388d239bbee8d581 GIT binary patch literal 21521 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 atnOoG%=DKu^$*2SIwX2V#>}MB@&5~^7)cWV literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b4179a4bdc5d3b8b2390d64d626805170f89876b GIT binary patch literal 7239 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 R4OC;iHg!|h>(fl_e*i$riJ1TZ literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_cell_widths.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_cell_widths.py new file mode 100644 index 0000000..36286df --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_cell_widths.py @@ -0,0 +1,451 @@ +# Auto generated by make_terminal_widths.py + +CELL_WIDTHS = [ + (0, 0, 0), + (1, 31, -1), + (127, 159, -1), + (768, 879, 0), + (1155, 1161, 0), + (1425, 1469, 0), + (1471, 1471, 0), + (1473, 1474, 0), + (1476, 1477, 0), + (1479, 1479, 0), + (1552, 1562, 0), + (1611, 1631, 0), + (1648, 1648, 0), + (1750, 1756, 0), + (1759, 1764, 0), + (1767, 1768, 0), + (1770, 1773, 0), + (1809, 1809, 0), + (1840, 1866, 0), + (1958, 1968, 0), + (2027, 2035, 0), + (2045, 2045, 0), + (2070, 2073, 0), + (2075, 2083, 0), + (2085, 2087, 0), + (2089, 2093, 0), + (2137, 2139, 0), + (2259, 2273, 0), + (2275, 2306, 0), + (2362, 2362, 0), + (2364, 2364, 0), + (2369, 2376, 0), + (2381, 2381, 0), + (2385, 2391, 0), + (2402, 2403, 0), + (2433, 2433, 0), + (2492, 2492, 0), + (2497, 2500, 0), + (2509, 2509, 0), + (2530, 2531, 0), + (2558, 2558, 0), + (2561, 2562, 0), + (2620, 2620, 0), + (2625, 2626, 0), + (2631, 2632, 0), + (2635, 2637, 0), + (2641, 2641, 0), + (2672, 2673, 0), + (2677, 2677, 0), + (2689, 2690, 0), + (2748, 2748, 0), + (2753, 2757, 0), + (2759, 2760, 0), + (2765, 2765, 0), + (2786, 2787, 0), + (2810, 2815, 0), + (2817, 2817, 0), + (2876, 2876, 0), + (2879, 2879, 0), + (2881, 2884, 0), + (2893, 2893, 0), + (2901, 2902, 0), + (2914, 2915, 0), + (2946, 2946, 0), + (3008, 3008, 0), + (3021, 3021, 0), + (3072, 3072, 0), + (3076, 3076, 0), + (3134, 3136, 0), + (3142, 3144, 0), + (3146, 3149, 0), + (3157, 3158, 0), + (3170, 3171, 0), + (3201, 3201, 0), + (3260, 3260, 0), + (3263, 3263, 0), + (3270, 3270, 0), + (3276, 3277, 0), + (3298, 3299, 0), + (3328, 3329, 0), + (3387, 3388, 0), + (3393, 3396, 0), + (3405, 3405, 0), + (3426, 3427, 0), + (3457, 3457, 0), + (3530, 3530, 0), + (3538, 3540, 0), + (3542, 3542, 0), + (3633, 3633, 0), + (3636, 3642, 0), + (3655, 3662, 0), + (3761, 3761, 0), + (3764, 3772, 0), + (3784, 3789, 0), + (3864, 3865, 0), + (3893, 3893, 0), + (3895, 3895, 0), + (3897, 3897, 0), + (3953, 3966, 0), + (3968, 3972, 0), + (3974, 3975, 0), + (3981, 3991, 0), + (3993, 4028, 0), + (4038, 4038, 0), + (4141, 4144, 0), + (4146, 4151, 0), + (4153, 4154, 0), + (4157, 4158, 0), + (4184, 4185, 0), + (4190, 4192, 0), + (4209, 4212, 0), + (4226, 4226, 0), + (4229, 4230, 0), + (4237, 4237, 0), + (4253, 4253, 0), + (4352, 4447, 2), + (4957, 4959, 0), + (5906, 5908, 0), + (5938, 5940, 0), + (5970, 5971, 0), + (6002, 6003, 0), + (6068, 6069, 0), + (6071, 6077, 0), + (6086, 6086, 0), + (6089, 6099, 0), + (6109, 6109, 0), + (6155, 6157, 0), + (6277, 6278, 0), + (6313, 6313, 0), + (6432, 6434, 0), + (6439, 6440, 0), + (6450, 6450, 0), + (6457, 6459, 0), + (6679, 6680, 0), + (6683, 6683, 0), + (6742, 6742, 0), + (6744, 6750, 0), + (6752, 6752, 0), + (6754, 6754, 0), + (6757, 6764, 0), + (6771, 6780, 0), + (6783, 6783, 0), + (6832, 6848, 0), + (6912, 6915, 0), + (6964, 6964, 0), + (6966, 6970, 0), + (6972, 6972, 0), + (6978, 6978, 0), + (7019, 7027, 0), + (7040, 7041, 0), + (7074, 7077, 0), + (7080, 7081, 0), + (7083, 7085, 0), + (7142, 7142, 0), + (7144, 7145, 0), + (7149, 7149, 0), + (7151, 7153, 0), + (7212, 7219, 0), + (7222, 7223, 0), + (7376, 7378, 0), + (7380, 7392, 0), + (7394, 7400, 0), + (7405, 7405, 0), + (7412, 7412, 0), + (7416, 7417, 0), + (7616, 7673, 0), + (7675, 7679, 0), + (8203, 8207, 0), + (8232, 8238, 0), + (8288, 8291, 0), + (8400, 8432, 0), + (8986, 8987, 2), + (9001, 9002, 2), + (9193, 9196, 2), + (9200, 9200, 2), + (9203, 9203, 2), + (9725, 9726, 2), + (9748, 9749, 2), + (9800, 9811, 2), + (9855, 9855, 2), + (9875, 9875, 2), + (9889, 9889, 2), + (9898, 9899, 2), + (9917, 9918, 2), + (9924, 9925, 2), + (9934, 9934, 2), + (9940, 9940, 2), + (9962, 9962, 2), + (9970, 9971, 2), + (9973, 9973, 2), + (9978, 9978, 2), + (9981, 9981, 2), + (9989, 9989, 2), + (9994, 9995, 2), + (10024, 10024, 2), + (10060, 10060, 2), + (10062, 10062, 2), + (10067, 10069, 2), + (10071, 10071, 2), + (10133, 10135, 2), + (10160, 10160, 2), + (10175, 10175, 2), + (11035, 11036, 2), + (11088, 11088, 2), + (11093, 11093, 2), + (11503, 11505, 0), + (11647, 11647, 0), + (11744, 11775, 0), + (11904, 11929, 2), + (11931, 12019, 2), + (12032, 12245, 2), + (12272, 12283, 2), + (12288, 12329, 2), + (12330, 12333, 0), + (12334, 12350, 2), + (12353, 12438, 2), + (12441, 12442, 0), + (12443, 12543, 2), + (12549, 12591, 2), + (12593, 12686, 2), + (12688, 12771, 2), + (12784, 12830, 2), + (12832, 12871, 2), + (12880, 19903, 2), + (19968, 42124, 2), + (42128, 42182, 2), + (42607, 42610, 0), + (42612, 42621, 0), + (42654, 42655, 0), + (42736, 42737, 0), + (43010, 43010, 0), + (43014, 43014, 0), + (43019, 43019, 0), + (43045, 43046, 0), + (43052, 43052, 0), + (43204, 43205, 0), + (43232, 43249, 0), + (43263, 43263, 0), + (43302, 43309, 0), + (43335, 43345, 0), + (43360, 43388, 2), + (43392, 43394, 0), + (43443, 43443, 0), + (43446, 43449, 0), + (43452, 43453, 0), + (43493, 43493, 0), + (43561, 43566, 0), + (43569, 43570, 0), + (43573, 43574, 0), + (43587, 43587, 0), + (43596, 43596, 0), + (43644, 43644, 0), + (43696, 43696, 0), + (43698, 43700, 0), + (43703, 43704, 0), + (43710, 43711, 0), + (43713, 43713, 0), + (43756, 43757, 0), + (43766, 43766, 0), + (44005, 44005, 0), + (44008, 44008, 0), + (44013, 44013, 0), + (44032, 55203, 2), + (63744, 64255, 2), + (64286, 64286, 0), + (65024, 65039, 0), + (65040, 65049, 2), + (65056, 65071, 0), + (65072, 65106, 2), + (65108, 65126, 2), + (65128, 65131, 2), + (65281, 65376, 2), + (65504, 65510, 2), + (66045, 66045, 0), + (66272, 66272, 0), + (66422, 66426, 0), + (68097, 68099, 0), + (68101, 68102, 0), + (68108, 68111, 0), + (68152, 68154, 0), + (68159, 68159, 0), + (68325, 68326, 0), + (68900, 68903, 0), + (69291, 69292, 0), + (69446, 69456, 0), + (69633, 69633, 0), + (69688, 69702, 0), + (69759, 69761, 0), + (69811, 69814, 0), + (69817, 69818, 0), + (69888, 69890, 0), + (69927, 69931, 0), + (69933, 69940, 0), + (70003, 70003, 0), + (70016, 70017, 0), + (70070, 70078, 0), + (70089, 70092, 0), + (70095, 70095, 0), + (70191, 70193, 0), + (70196, 70196, 0), + (70198, 70199, 0), + (70206, 70206, 0), + (70367, 70367, 0), + (70371, 70378, 0), + (70400, 70401, 0), + (70459, 70460, 0), + (70464, 70464, 0), + (70502, 70508, 0), + (70512, 70516, 0), + (70712, 70719, 0), + (70722, 70724, 0), + (70726, 70726, 0), + (70750, 70750, 0), + (70835, 70840, 0), + (70842, 70842, 0), + (70847, 70848, 0), + (70850, 70851, 0), + (71090, 71093, 0), + (71100, 71101, 0), + (71103, 71104, 0), + (71132, 71133, 0), + (71219, 71226, 0), + (71229, 71229, 0), + (71231, 71232, 0), + (71339, 71339, 0), + (71341, 71341, 0), + (71344, 71349, 0), + (71351, 71351, 0), + (71453, 71455, 0), + (71458, 71461, 0), + (71463, 71467, 0), + (71727, 71735, 0), + (71737, 71738, 0), + (71995, 71996, 0), + (71998, 71998, 0), + (72003, 72003, 0), + (72148, 72151, 0), + (72154, 72155, 0), + (72160, 72160, 0), + (72193, 72202, 0), + (72243, 72248, 0), + (72251, 72254, 0), + (72263, 72263, 0), + (72273, 72278, 0), + (72281, 72283, 0), + (72330, 72342, 0), + (72344, 72345, 0), + (72752, 72758, 0), + (72760, 72765, 0), + (72767, 72767, 0), + (72850, 72871, 0), + (72874, 72880, 0), + (72882, 72883, 0), + (72885, 72886, 0), + (73009, 73014, 0), + (73018, 73018, 0), + (73020, 73021, 0), + (73023, 73029, 0), + (73031, 73031, 0), + (73104, 73105, 0), + (73109, 73109, 0), + (73111, 73111, 0), + (73459, 73460, 0), + (92912, 92916, 0), + (92976, 92982, 0), + (94031, 94031, 0), + (94095, 94098, 0), + (94176, 94179, 2), + (94180, 94180, 0), + (94192, 94193, 2), + (94208, 100343, 2), + (100352, 101589, 2), + (101632, 101640, 2), + (110592, 110878, 2), + (110928, 110930, 2), + (110948, 110951, 2), + (110960, 111355, 2), + (113821, 113822, 0), + (119143, 119145, 0), + (119163, 119170, 0), + (119173, 119179, 0), + (119210, 119213, 0), + (119362, 119364, 0), + (121344, 121398, 0), + (121403, 121452, 0), + (121461, 121461, 0), + (121476, 121476, 0), + (121499, 121503, 0), + (121505, 121519, 0), + (122880, 122886, 0), + (122888, 122904, 0), + (122907, 122913, 0), + (122915, 122916, 0), + (122918, 122922, 0), + (123184, 123190, 0), + (123628, 123631, 0), + (125136, 125142, 0), + (125252, 125258, 0), + (126980, 126980, 2), + (127183, 127183, 2), + (127374, 127374, 2), + (127377, 127386, 2), + (127488, 127490, 2), + (127504, 127547, 2), + (127552, 127560, 2), + (127568, 127569, 2), + (127584, 127589, 2), + (127744, 127776, 2), + (127789, 127797, 2), + (127799, 127868, 2), + (127870, 127891, 2), + (127904, 127946, 2), + (127951, 127955, 2), + (127968, 127984, 2), + (127988, 127988, 2), + (127992, 128062, 2), + (128064, 128064, 2), + (128066, 128252, 2), + (128255, 128317, 2), + (128331, 128334, 2), + (128336, 128359, 2), + (128378, 128378, 2), + (128405, 128406, 2), + (128420, 128420, 2), + (128507, 128591, 2), + (128640, 128709, 2), + (128716, 128716, 2), + (128720, 128722, 2), + (128725, 128727, 2), + (128747, 128748, 2), + (128756, 128764, 2), + (128992, 129003, 2), + (129292, 129338, 2), + (129340, 129349, 2), + (129351, 129400, 2), + (129402, 129483, 2), + (129485, 129535, 2), + (129648, 129652, 2), + (129656, 129658, 2), + (129664, 129670, 2), + (129680, 129704, 2), + (129712, 129718, 2), + (129728, 129730, 2), + (129744, 129750, 2), + (131072, 196605, 2), + (196608, 262141, 2), + (917760, 917999, 0), +] diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_emoji_codes.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_emoji_codes.py new file mode 100644 index 0000000..1f2877b --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_emoji_codes.py @@ -0,0 +1,3610 @@ +EMOJI = { + "1st_place_medal": "🥇", + "2nd_place_medal": "🥈", + "3rd_place_medal": "🥉", + "ab_button_(blood_type)": "🆎", + "atm_sign": "🏧", + "a_button_(blood_type)": "🅰", + "afghanistan": "🇦🇫", + "albania": "🇦🇱", + "algeria": "🇩🇿", + "american_samoa": "🇦🇸", + "andorra": "🇦🇩", + "angola": "🇦🇴", + "anguilla": "🇦🇮", + "antarctica": "🇦🇶", + "antigua_&_barbuda": "🇦🇬", + "aquarius": "♒", + "argentina": "🇦🇷", + "aries": "♈", + "armenia": "🇦🇲", + "aruba": "🇦🇼", + "ascension_island": "🇦🇨", + "australia": "🇦🇺", + "austria": "🇦🇹", + "azerbaijan": "🇦🇿", + "back_arrow": "🔙", + "b_button_(blood_type)": "🅱", + "bahamas": "🇧🇸", + "bahrain": "🇧🇭", + "bangladesh": "🇧🇩", + "barbados": "🇧🇧", + "belarus": "🇧🇾", + "belgium": "🇧🇪", + "belize": "🇧🇿", + "benin": "🇧🇯", + "bermuda": "🇧🇲", + "bhutan": "🇧🇹", + "bolivia": "🇧🇴", + "bosnia_&_herzegovina": "🇧🇦", + "botswana": "🇧🇼", + "bouvet_island": "🇧🇻", + "brazil": "🇧🇷", + "british_indian_ocean_territory": "🇮🇴", + "british_virgin_islands": "🇻🇬", + "brunei": "🇧🇳", + "bulgaria": "🇧🇬", + "burkina_faso": "🇧🇫", + "burundi": "🇧🇮", + "cl_button": "🆑", + "cool_button": "🆒", + "cambodia": "🇰🇭", + "cameroon": "🇨🇲", + "canada": "🇨🇦", + "canary_islands": "🇮🇨", + "cancer": "♋", + "cape_verde": "🇨🇻", + "capricorn": "♑", + "caribbean_netherlands": "🇧🇶", + "cayman_islands": "🇰🇾", + "central_african_republic": "🇨🇫", + "ceuta_&_melilla": "🇪🇦", + "chad": "🇹🇩", + "chile": "🇨🇱", + "china": "🇨🇳", + "christmas_island": "🇨🇽", + "christmas_tree": "🎄", + "clipperton_island": "🇨🇵", + "cocos_(keeling)_islands": "🇨🇨", + "colombia": "🇨🇴", + "comoros": "🇰🇲", + "congo_-_brazzaville": "🇨🇬", + "congo_-_kinshasa": "🇨🇩", + "cook_islands": "🇨🇰", + "costa_rica": "🇨🇷", + "croatia": "🇭🇷", + "cuba": "🇨🇺", + "curaçao": "🇨🇼", + "cyprus": "🇨🇾", + "czechia": "🇨🇿", + "côte_d’ivoire": "🇨🇮", + "denmark": "🇩🇰", + "diego_garcia": "🇩🇬", + "djibouti": "🇩🇯", + "dominica": "🇩🇲", + "dominican_republic": "🇩🇴", + "end_arrow": "🔚", + "ecuador": "🇪🇨", + "egypt": "🇪🇬", + "el_salvador": "🇸🇻", + "england": "🏴\U000e0067\U000e0062\U000e0065\U000e006e\U000e0067\U000e007f", + "equatorial_guinea": "🇬🇶", + "eritrea": "🇪🇷", + "estonia": "🇪🇪", + "ethiopia": "🇪🇹", + "european_union": "🇪🇺", + "free_button": "🆓", + "falkland_islands": "🇫🇰", + "faroe_islands": "🇫🇴", + "fiji": "🇫🇯", + "finland": "🇫🇮", + "france": "🇫🇷", + "french_guiana": "🇬🇫", + "french_polynesia": "🇵🇫", + "french_southern_territories": "🇹🇫", + "gabon": "🇬🇦", + "gambia": "🇬🇲", + "gemini": "♊", + "georgia": "🇬🇪", + "germany": "🇩🇪", + "ghana": "🇬🇭", + "gibraltar": "🇬🇮", + "greece": "🇬🇷", + "greenland": "🇬🇱", + "grenada": "🇬🇩", + "guadeloupe": "🇬🇵", + "guam": "🇬🇺", + "guatemala": "🇬🇹", + "guernsey": "🇬🇬", + "guinea": "🇬🇳", + "guinea-bissau": "🇬🇼", + "guyana": "🇬🇾", + "haiti": "🇭🇹", + "heard_&_mcdonald_islands": "🇭🇲", + "honduras": "🇭🇳", + "hong_kong_sar_china": "🇭🇰", + "hungary": "🇭🇺", + "id_button": "🆔", + "iceland": "🇮🇸", + "india": "🇮🇳", + "indonesia": "🇮🇩", + "iran": "🇮🇷", + "iraq": "🇮🇶", + "ireland": "🇮🇪", + "isle_of_man": "🇮🇲", + "israel": "🇮🇱", + "italy": "🇮🇹", + "jamaica": "🇯🇲", + "japan": "🗾", + "japanese_acceptable_button": "🉑", + "japanese_application_button": "🈸", + "japanese_bargain_button": "🉐", + "japanese_castle": "🏯", + "japanese_congratulations_button": "㊗", + "japanese_discount_button": "🈹", + "japanese_dolls": "🎎", + "japanese_free_of_charge_button": "🈚", + "japanese_here_button": "🈁", + "japanese_monthly_amount_button": "🈷", + "japanese_no_vacancy_button": "🈵", + "japanese_not_free_of_charge_button": "🈶", + "japanese_open_for_business_button": "🈺", + "japanese_passing_grade_button": "🈴", + "japanese_post_office": "🏣", + "japanese_prohibited_button": "🈲", + "japanese_reserved_button": "🈯", + "japanese_secret_button": "㊙", + "japanese_service_charge_button": "🈂", + "japanese_symbol_for_beginner": "🔰", + "japanese_vacancy_button": "🈳", + "jersey": "🇯🇪", + "jordan": "🇯🇴", + "kazakhstan": "🇰🇿", + "kenya": "🇰🇪", + "kiribati": "🇰🇮", + "kosovo": "🇽🇰", + "kuwait": "🇰🇼", + "kyrgyzstan": "🇰🇬", + "laos": "🇱🇦", + "latvia": "🇱🇻", + "lebanon": "🇱🇧", + "leo": "♌", + "lesotho": "🇱🇸", + "liberia": "🇱🇷", + "libra": "♎", + "libya": "🇱🇾", + "liechtenstein": "🇱🇮", + "lithuania": "🇱🇹", + "luxembourg": "🇱🇺", + "macau_sar_china": "🇲🇴", + "macedonia": "🇲🇰", + "madagascar": "🇲🇬", + "malawi": "🇲🇼", + "malaysia": "🇲🇾", + "maldives": "🇲🇻", + "mali": "🇲🇱", + "malta": "🇲🇹", + "marshall_islands": "🇲🇭", + "martinique": "🇲🇶", + "mauritania": "🇲🇷", + "mauritius": "🇲🇺", + "mayotte": "🇾🇹", + "mexico": "🇲🇽", + "micronesia": "🇫🇲", + "moldova": "🇲🇩", + "monaco": "🇲🇨", + "mongolia": "🇲🇳", + "montenegro": "🇲🇪", + "montserrat": "🇲🇸", + "morocco": "🇲🇦", + "mozambique": "🇲🇿", + "mrs._claus": "🤶", + "mrs._claus_dark_skin_tone": "🤶🏿", + "mrs._claus_light_skin_tone": "🤶🏻", + "mrs._claus_medium-dark_skin_tone": "🤶🏾", + "mrs._claus_medium-light_skin_tone": "🤶🏼", + "mrs._claus_medium_skin_tone": "🤶🏽", + "myanmar_(burma)": "🇲🇲", + "new_button": "🆕", + "ng_button": "🆖", + "namibia": "🇳🇦", + "nauru": "🇳🇷", + "nepal": "🇳🇵", + "netherlands": "🇳🇱", + "new_caledonia": "🇳🇨", + "new_zealand": "🇳🇿", + "nicaragua": "🇳🇮", + "niger": "🇳🇪", + "nigeria": "🇳🇬", + "niue": "🇳🇺", + "norfolk_island": "🇳🇫", + "north_korea": "🇰🇵", + "northern_mariana_islands": "🇲🇵", + "norway": "🇳🇴", + "ok_button": "🆗", + "ok_hand": "👌", + "ok_hand_dark_skin_tone": "👌🏿", + "ok_hand_light_skin_tone": "👌🏻", + "ok_hand_medium-dark_skin_tone": "👌🏾", + "ok_hand_medium-light_skin_tone": "👌🏼", + "ok_hand_medium_skin_tone": "👌🏽", + "on!_arrow": "🔛", + "o_button_(blood_type)": "🅾", + "oman": "🇴🇲", + "ophiuchus": "⛎", + "p_button": "🅿", + "pakistan": "🇵🇰", + "palau": "🇵🇼", + "palestinian_territories": "🇵🇸", + "panama": "🇵🇦", + "papua_new_guinea": "🇵🇬", + "paraguay": "🇵🇾", + "peru": "🇵🇪", + "philippines": "🇵🇭", + "pisces": "♓", + "pitcairn_islands": "🇵🇳", + "poland": "🇵🇱", + "portugal": "🇵🇹", + "puerto_rico": "🇵🇷", + "qatar": "🇶🇦", + "romania": "🇷🇴", + "russia": "🇷🇺", + "rwanda": "🇷🇼", + "réunion": "🇷🇪", + "soon_arrow": "🔜", + "sos_button": "🆘", + "sagittarius": "♐", + "samoa": "🇼🇸", + "san_marino": "🇸🇲", + "santa_claus": "🎅", + "santa_claus_dark_skin_tone": "🎅🏿", + "santa_claus_light_skin_tone": "🎅🏻", + "santa_claus_medium-dark_skin_tone": "🎅🏾", + "santa_claus_medium-light_skin_tone": "🎅🏼", + "santa_claus_medium_skin_tone": "🎅🏽", + "saudi_arabia": "🇸🇦", + "scorpio": "♏", + "scotland": "🏴\U000e0067\U000e0062\U000e0073\U000e0063\U000e0074\U000e007f", + "senegal": "🇸🇳", + "serbia": "🇷🇸", + "seychelles": "🇸🇨", + "sierra_leone": "🇸🇱", + "singapore": "🇸🇬", + "sint_maarten": "🇸🇽", + "slovakia": "🇸🇰", + "slovenia": "🇸🇮", + "solomon_islands": "🇸🇧", + "somalia": "🇸🇴", + "south_africa": "🇿🇦", + "south_georgia_&_south_sandwich_islands": "🇬🇸", + "south_korea": "🇰🇷", + "south_sudan": "🇸🇸", + "spain": "🇪🇸", + "sri_lanka": "🇱🇰", + "st._barthélemy": "🇧🇱", + "st._helena": "🇸🇭", + "st._kitts_&_nevis": "🇰🇳", + "st._lucia": "🇱🇨", + "st._martin": "🇲🇫", + "st._pierre_&_miquelon": "🇵🇲", + "st._vincent_&_grenadines": "🇻🇨", + "statue_of_liberty": "🗽", + "sudan": "🇸🇩", + "suriname": "🇸🇷", + "svalbard_&_jan_mayen": "🇸🇯", + "swaziland": "🇸🇿", + "sweden": "🇸🇪", + "switzerland": "🇨🇭", + "syria": "🇸🇾", + "são_tomé_&_príncipe": "🇸🇹", + "t-rex": "🦖", + "top_arrow": "🔝", + "taiwan": "🇹🇼", + "tajikistan": "🇹🇯", + "tanzania": "🇹🇿", + "taurus": "♉", + "thailand": "🇹🇭", + "timor-leste": "🇹🇱", + "togo": "🇹🇬", + "tokelau": "🇹🇰", + "tokyo_tower": "🗼", + "tonga": "🇹🇴", + "trinidad_&_tobago": "🇹🇹", + "tristan_da_cunha": "🇹🇦", + "tunisia": "🇹🇳", + "turkey": "🦃", + "turkmenistan": "🇹🇲", + "turks_&_caicos_islands": "🇹🇨", + "tuvalu": "🇹🇻", + "u.s._outlying_islands": "🇺🇲", + "u.s._virgin_islands": "🇻🇮", + "up!_button": "🆙", + "uganda": "🇺🇬", + "ukraine": "🇺🇦", + "united_arab_emirates": "🇦🇪", + "united_kingdom": "🇬🇧", + "united_nations": "🇺🇳", + "united_states": "🇺🇸", + "uruguay": "🇺🇾", + "uzbekistan": "🇺🇿", + "vs_button": "🆚", + "vanuatu": "🇻🇺", + "vatican_city": "🇻🇦", + "venezuela": "🇻🇪", + "vietnam": "🇻🇳", + "virgo": "♍", + "wales": "🏴\U000e0067\U000e0062\U000e0077\U000e006c\U000e0073\U000e007f", + "wallis_&_futuna": "🇼🇫", + "western_sahara": "🇪🇭", + "yemen": "🇾🇪", + "zambia": "🇿🇲", + "zimbabwe": "🇿🇼", + "abacus": "🧮", + "adhesive_bandage": "🩹", + "admission_tickets": "🎟", + "adult": "🧑", + "adult_dark_skin_tone": "🧑🏿", + "adult_light_skin_tone": "🧑🏻", + "adult_medium-dark_skin_tone": "🧑🏾", + "adult_medium-light_skin_tone": "🧑🏼", + "adult_medium_skin_tone": "🧑🏽", + "aerial_tramway": "🚡", + "airplane": "✈", + "airplane_arrival": "🛬", + "airplane_departure": "🛫", + "alarm_clock": "⏰", + "alembic": "⚗", + "alien": "👽", + "alien_monster": "👾", + "ambulance": "🚑", + "american_football": "🏈", + "amphora": "🏺", + "anchor": "⚓", + "anger_symbol": "💢", + "angry_face": "😠", + "angry_face_with_horns": "👿", + "anguished_face": "😧", + "ant": "🐜", + "antenna_bars": "📶", + "anxious_face_with_sweat": "😰", + "articulated_lorry": "🚛", + "artist_palette": "🎨", + "astonished_face": "😲", + "atom_symbol": "⚛", + "auto_rickshaw": "🛺", + "automobile": "🚗", + "avocado": "🥑", + "axe": "🪓", + "baby": "👶", + "baby_angel": "👼", + "baby_angel_dark_skin_tone": "👼🏿", + "baby_angel_light_skin_tone": "👼🏻", + "baby_angel_medium-dark_skin_tone": "👼🏾", + "baby_angel_medium-light_skin_tone": "👼🏼", + "baby_angel_medium_skin_tone": "👼🏽", + "baby_bottle": "🍼", + "baby_chick": "🐤", + "baby_dark_skin_tone": "👶🏿", + "baby_light_skin_tone": "👶🏻", + "baby_medium-dark_skin_tone": "👶🏾", + "baby_medium-light_skin_tone": "👶🏼", + "baby_medium_skin_tone": "👶🏽", + "baby_symbol": "🚼", + "backhand_index_pointing_down": "👇", + "backhand_index_pointing_down_dark_skin_tone": "👇🏿", + "backhand_index_pointing_down_light_skin_tone": "👇🏻", + "backhand_index_pointing_down_medium-dark_skin_tone": "👇🏾", + "backhand_index_pointing_down_medium-light_skin_tone": "👇🏼", + "backhand_index_pointing_down_medium_skin_tone": "👇🏽", + "backhand_index_pointing_left": "👈", + "backhand_index_pointing_left_dark_skin_tone": "👈🏿", + "backhand_index_pointing_left_light_skin_tone": "👈🏻", + "backhand_index_pointing_left_medium-dark_skin_tone": "👈🏾", + "backhand_index_pointing_left_medium-light_skin_tone": "👈🏼", + "backhand_index_pointing_left_medium_skin_tone": "👈🏽", + "backhand_index_pointing_right": "👉", + "backhand_index_pointing_right_dark_skin_tone": "👉🏿", + "backhand_index_pointing_right_light_skin_tone": "👉🏻", + "backhand_index_pointing_right_medium-dark_skin_tone": "👉🏾", + "backhand_index_pointing_right_medium-light_skin_tone": "👉🏼", + "backhand_index_pointing_right_medium_skin_tone": "👉🏽", + "backhand_index_pointing_up": "👆", + "backhand_index_pointing_up_dark_skin_tone": "👆🏿", + "backhand_index_pointing_up_light_skin_tone": "👆🏻", + "backhand_index_pointing_up_medium-dark_skin_tone": "👆🏾", + "backhand_index_pointing_up_medium-light_skin_tone": "👆🏼", + "backhand_index_pointing_up_medium_skin_tone": "👆🏽", + "bacon": "🥓", + "badger": "🦡", + "badminton": "🏸", + "bagel": "🥯", + "baggage_claim": "🛄", + "baguette_bread": "🥖", + "balance_scale": "⚖", + "bald": "🦲", + "bald_man": "👨\u200d🦲", + "bald_woman": "👩\u200d🦲", + "ballet_shoes": "🩰", + "balloon": "🎈", + "ballot_box_with_ballot": "🗳", + "ballot_box_with_check": "☑", + "banana": "🍌", + "banjo": "🪕", + "bank": "🏦", + "bar_chart": "📊", + "barber_pole": "💈", + "baseball": "⚾", + "basket": "🧺", + "basketball": "🏀", + "bat": "🦇", + "bathtub": "🛁", + "battery": "🔋", + "beach_with_umbrella": "🏖", + "beaming_face_with_smiling_eyes": "😁", + "bear_face": "🐻", + "bearded_person": "🧔", + "bearded_person_dark_skin_tone": "🧔🏿", + "bearded_person_light_skin_tone": "🧔🏻", + "bearded_person_medium-dark_skin_tone": "🧔🏾", + "bearded_person_medium-light_skin_tone": "🧔🏼", + "bearded_person_medium_skin_tone": "🧔🏽", + "beating_heart": "💓", + "bed": "🛏", + "beer_mug": "🍺", + "bell": "🔔", + "bell_with_slash": "🔕", + "bellhop_bell": "🛎", + "bento_box": "🍱", + "beverage_box": "🧃", + "bicycle": "🚲", + "bikini": "👙", + "billed_cap": "🧢", + "biohazard": "☣", + "bird": "🐦", + "birthday_cake": "🎂", + "black_circle": "⚫", + "black_flag": "🏴", + "black_heart": "🖤", + "black_large_square": "⬛", + "black_medium-small_square": "◾", + "black_medium_square": "◼", + "black_nib": "✒", + "black_small_square": "▪", + "black_square_button": "🔲", + "blond-haired_man": "👱\u200d♂️", + "blond-haired_man_dark_skin_tone": "👱🏿\u200d♂️", + "blond-haired_man_light_skin_tone": "👱🏻\u200d♂️", + "blond-haired_man_medium-dark_skin_tone": "👱🏾\u200d♂️", + "blond-haired_man_medium-light_skin_tone": "👱🏼\u200d♂️", + "blond-haired_man_medium_skin_tone": "👱🏽\u200d♂️", + "blond-haired_person": "👱", + "blond-haired_person_dark_skin_tone": "👱🏿", + "blond-haired_person_light_skin_tone": "👱🏻", + "blond-haired_person_medium-dark_skin_tone": "👱🏾", + "blond-haired_person_medium-light_skin_tone": "👱🏼", + "blond-haired_person_medium_skin_tone": "👱🏽", + "blond-haired_woman": "👱\u200d♀️", + "blond-haired_woman_dark_skin_tone": "👱🏿\u200d♀️", + "blond-haired_woman_light_skin_tone": "👱🏻\u200d♀️", + "blond-haired_woman_medium-dark_skin_tone": "👱🏾\u200d♀️", + "blond-haired_woman_medium-light_skin_tone": "👱🏼\u200d♀️", + "blond-haired_woman_medium_skin_tone": "👱🏽\u200d♀️", + "blossom": "🌼", + "blowfish": "🐡", + "blue_book": "📘", + "blue_circle": "🔵", + "blue_heart": "💙", + "blue_square": "🟦", + "boar": "🐗", + "bomb": "💣", + "bone": "🦴", + "bookmark": "🔖", + "bookmark_tabs": "📑", + "books": "📚", + "bottle_with_popping_cork": "🍾", + "bouquet": "💐", + "bow_and_arrow": "🏹", + "bowl_with_spoon": "🥣", + "bowling": "🎳", + "boxing_glove": "🥊", + "boy": "👦", + "boy_dark_skin_tone": "👦🏿", + "boy_light_skin_tone": "👦🏻", + "boy_medium-dark_skin_tone": "👦🏾", + "boy_medium-light_skin_tone": "👦🏼", + "boy_medium_skin_tone": "👦🏽", + "brain": "🧠", + "bread": "🍞", + "breast-feeding": "🤱", + "breast-feeding_dark_skin_tone": "🤱🏿", + "breast-feeding_light_skin_tone": "🤱🏻", + "breast-feeding_medium-dark_skin_tone": "🤱🏾", + "breast-feeding_medium-light_skin_tone": "🤱🏼", + "breast-feeding_medium_skin_tone": "🤱🏽", + "brick": "🧱", + "bride_with_veil": "👰", + "bride_with_veil_dark_skin_tone": "👰🏿", + "bride_with_veil_light_skin_tone": "👰🏻", + "bride_with_veil_medium-dark_skin_tone": "👰🏾", + "bride_with_veil_medium-light_skin_tone": "👰🏼", + "bride_with_veil_medium_skin_tone": "👰🏽", + "bridge_at_night": "🌉", + "briefcase": "💼", + "briefs": "🩲", + "bright_button": "🔆", + "broccoli": "🥦", + "broken_heart": "💔", + "broom": "🧹", + "brown_circle": "🟤", + "brown_heart": "🤎", + "brown_square": "🟫", + "bug": "🐛", + "building_construction": "🏗", + "bullet_train": "🚅", + "burrito": "🌯", + "bus": "🚌", + "bus_stop": "🚏", + "bust_in_silhouette": "👤", + "busts_in_silhouette": "👥", + "butter": "🧈", + "butterfly": "🦋", + "cactus": "🌵", + "calendar": "📆", + "call_me_hand": "🤙", + "call_me_hand_dark_skin_tone": "🤙🏿", + "call_me_hand_light_skin_tone": "🤙🏻", + "call_me_hand_medium-dark_skin_tone": "🤙🏾", + "call_me_hand_medium-light_skin_tone": "🤙🏼", + "call_me_hand_medium_skin_tone": "🤙🏽", + "camel": "🐫", + "camera": "📷", + "camera_with_flash": "📸", + "camping": "🏕", + "candle": "🕯", + "candy": "🍬", + "canned_food": "🥫", + "canoe": "🛶", + "card_file_box": "🗃", + "card_index": "📇", + "card_index_dividers": "🗂", + "carousel_horse": "🎠", + "carp_streamer": "🎏", + "carrot": "🥕", + "castle": "🏰", + "cat": "🐱", + "cat_face": "🐱", + "cat_face_with_tears_of_joy": "😹", + "cat_face_with_wry_smile": "😼", + "chains": "⛓", + "chair": "🪑", + "chart_decreasing": "📉", + "chart_increasing": "📈", + "chart_increasing_with_yen": "💹", + "cheese_wedge": "🧀", + "chequered_flag": "🏁", + "cherries": "🍒", + "cherry_blossom": "🌸", + "chess_pawn": "♟", + "chestnut": "🌰", + "chicken": "🐔", + "child": "🧒", + "child_dark_skin_tone": "🧒🏿", + "child_light_skin_tone": "🧒🏻", + "child_medium-dark_skin_tone": "🧒🏾", + "child_medium-light_skin_tone": "🧒🏼", + "child_medium_skin_tone": "🧒🏽", + "children_crossing": "🚸", + "chipmunk": "🐿", + "chocolate_bar": "🍫", + "chopsticks": "🥢", + "church": "⛪", + "cigarette": "🚬", + "cinema": "🎦", + "circled_m": "Ⓜ", + "circus_tent": "🎪", + "cityscape": "🏙", + "cityscape_at_dusk": "🌆", + "clamp": "🗜", + "clapper_board": "🎬", + "clapping_hands": "👏", + "clapping_hands_dark_skin_tone": "👏🏿", + "clapping_hands_light_skin_tone": "👏🏻", + "clapping_hands_medium-dark_skin_tone": "👏🏾", + "clapping_hands_medium-light_skin_tone": "👏🏼", + "clapping_hands_medium_skin_tone": "👏🏽", + "classical_building": "🏛", + "clinking_beer_mugs": "🍻", + "clinking_glasses": "🥂", + "clipboard": "📋", + "clockwise_vertical_arrows": "🔃", + "closed_book": "📕", + "closed_mailbox_with_lowered_flag": "📪", + "closed_mailbox_with_raised_flag": "📫", + "closed_umbrella": "🌂", + "cloud": "☁", + "cloud_with_lightning": "🌩", + "cloud_with_lightning_and_rain": "⛈", + "cloud_with_rain": "🌧", + "cloud_with_snow": "🌨", + "clown_face": "🤡", + "club_suit": "♣", + "clutch_bag": "👝", + "coat": "🧥", + "cocktail_glass": "🍸", + "coconut": "🥥", + "coffin": "⚰", + "cold_face": "🥶", + "collision": "💥", + "comet": "☄", + "compass": "🧭", + "computer_disk": "💽", + "computer_mouse": "🖱", + "confetti_ball": "🎊", + "confounded_face": "😖", + "confused_face": "😕", + "construction": "🚧", + "construction_worker": "👷", + "construction_worker_dark_skin_tone": "👷🏿", + "construction_worker_light_skin_tone": "👷🏻", + "construction_worker_medium-dark_skin_tone": "👷🏾", + "construction_worker_medium-light_skin_tone": "👷🏼", + "construction_worker_medium_skin_tone": "👷🏽", + "control_knobs": "🎛", + "convenience_store": "🏪", + "cooked_rice": "🍚", + "cookie": "🍪", + "cooking": "🍳", + "copyright": "©", + "couch_and_lamp": "🛋", + "counterclockwise_arrows_button": "🔄", + "couple_with_heart": "💑", + "couple_with_heart_man_man": "👨\u200d❤️\u200d👨", + "couple_with_heart_woman_man": "👩\u200d❤️\u200d👨", + "couple_with_heart_woman_woman": "👩\u200d❤️\u200d👩", + "cow": "🐮", + "cow_face": "🐮", + "cowboy_hat_face": "🤠", + "crab": "🦀", + "crayon": "🖍", + "credit_card": "💳", + "crescent_moon": "🌙", + "cricket": "🦗", + "cricket_game": "🏏", + "crocodile": "🐊", + "croissant": "🥐", + "cross_mark": "❌", + "cross_mark_button": "❎", + "crossed_fingers": "🤞", + "crossed_fingers_dark_skin_tone": "🤞🏿", + "crossed_fingers_light_skin_tone": "🤞🏻", + "crossed_fingers_medium-dark_skin_tone": "🤞🏾", + "crossed_fingers_medium-light_skin_tone": "🤞🏼", + "crossed_fingers_medium_skin_tone": "🤞🏽", + "crossed_flags": "🎌", + "crossed_swords": "⚔", + "crown": "👑", + "crying_cat_face": "😿", + "crying_face": "😢", + "crystal_ball": "🔮", + "cucumber": "🥒", + "cupcake": "🧁", + "cup_with_straw": "🥤", + "curling_stone": "🥌", + "curly_hair": "🦱", + "curly-haired_man": "👨\u200d🦱", + "curly-haired_woman": "👩\u200d🦱", + "curly_loop": "➰", + "currency_exchange": "💱", + "curry_rice": "🍛", + "custard": "🍮", + "customs": "🛃", + "cut_of_meat": "🥩", + "cyclone": "🌀", + "dagger": "🗡", + "dango": "🍡", + "dashing_away": "💨", + "deaf_person": "🧏", + "deciduous_tree": "🌳", + "deer": "🦌", + "delivery_truck": "🚚", + "department_store": "🏬", + "derelict_house": "🏚", + "desert": "🏜", + "desert_island": "🏝", + "desktop_computer": "🖥", + "detective": "🕵", + "detective_dark_skin_tone": "🕵🏿", + "detective_light_skin_tone": "🕵🏻", + "detective_medium-dark_skin_tone": "🕵🏾", + "detective_medium-light_skin_tone": "🕵🏼", + "detective_medium_skin_tone": "🕵🏽", + "diamond_suit": "♦", + "diamond_with_a_dot": "💠", + "dim_button": "🔅", + "direct_hit": "🎯", + "disappointed_face": "😞", + "diving_mask": "🤿", + "diya_lamp": "🪔", + "dizzy": "💫", + "dizzy_face": "😵", + "dna": "🧬", + "dog": "🐶", + "dog_face": "🐶", + "dollar_banknote": "💵", + "dolphin": "🐬", + "door": "🚪", + "dotted_six-pointed_star": "🔯", + "double_curly_loop": "➿", + "double_exclamation_mark": "‼", + "doughnut": "🍩", + "dove": "🕊", + "down-left_arrow": "↙", + "down-right_arrow": "↘", + "down_arrow": "⬇", + "downcast_face_with_sweat": "😓", + "downwards_button": "🔽", + "dragon": "🐉", + "dragon_face": "🐲", + "dress": "👗", + "drooling_face": "🤤", + "drop_of_blood": "🩸", + "droplet": "💧", + "drum": "🥁", + "duck": "🦆", + "dumpling": "🥟", + "dvd": "📀", + "e-mail": "📧", + "eagle": "🦅", + "ear": "👂", + "ear_dark_skin_tone": "👂🏿", + "ear_light_skin_tone": "👂🏻", + "ear_medium-dark_skin_tone": "👂🏾", + "ear_medium-light_skin_tone": "👂🏼", + "ear_medium_skin_tone": "👂🏽", + "ear_of_corn": "🌽", + "ear_with_hearing_aid": "🦻", + "egg": "🍳", + "eggplant": "🍆", + "eight-pointed_star": "✴", + "eight-spoked_asterisk": "✳", + "eight-thirty": "🕣", + "eight_o’clock": "🕗", + "eject_button": "⏏", + "electric_plug": "🔌", + "elephant": "🐘", + "eleven-thirty": "🕦", + "eleven_o’clock": "🕚", + "elf": "🧝", + "elf_dark_skin_tone": "🧝🏿", + "elf_light_skin_tone": "🧝🏻", + "elf_medium-dark_skin_tone": "🧝🏾", + "elf_medium-light_skin_tone": "🧝🏼", + "elf_medium_skin_tone": "🧝🏽", + "envelope": "✉", + "envelope_with_arrow": "📩", + "euro_banknote": "💶", + "evergreen_tree": "🌲", + "ewe": "🐑", + "exclamation_mark": "❗", + "exclamation_question_mark": "⁉", + "exploding_head": "🤯", + "expressionless_face": "😑", + "eye": "👁", + "eye_in_speech_bubble": "👁️\u200d🗨️", + "eyes": "👀", + "face_blowing_a_kiss": "😘", + "face_savoring_food": "😋", + "face_screaming_in_fear": "😱", + "face_vomiting": "🤮", + "face_with_hand_over_mouth": "🤭", + "face_with_head-bandage": "🤕", + "face_with_medical_mask": "😷", + "face_with_monocle": "🧐", + "face_with_open_mouth": "😮", + "face_with_raised_eyebrow": "🤨", + "face_with_rolling_eyes": "🙄", + "face_with_steam_from_nose": "😤", + "face_with_symbols_on_mouth": "🤬", + "face_with_tears_of_joy": "😂", + "face_with_thermometer": "🤒", + "face_with_tongue": "😛", + "face_without_mouth": "😶", + "factory": "🏭", + "fairy": "🧚", + "fairy_dark_skin_tone": "🧚🏿", + "fairy_light_skin_tone": "🧚🏻", + "fairy_medium-dark_skin_tone": "🧚🏾", + "fairy_medium-light_skin_tone": "🧚🏼", + "fairy_medium_skin_tone": "🧚🏽", + "falafel": "🧆", + "fallen_leaf": "🍂", + "family": "👪", + "family_man_boy": "👨\u200d👦", + "family_man_boy_boy": "👨\u200d👦\u200d👦", + "family_man_girl": "👨\u200d👧", + "family_man_girl_boy": "👨\u200d👧\u200d👦", + "family_man_girl_girl": "👨\u200d👧\u200d👧", + "family_man_man_boy": "👨\u200d👨\u200d👦", + "family_man_man_boy_boy": "👨\u200d👨\u200d👦\u200d👦", + "family_man_man_girl": "👨\u200d👨\u200d👧", + "family_man_man_girl_boy": "👨\u200d👨\u200d👧\u200d👦", + "family_man_man_girl_girl": "👨\u200d👨\u200d👧\u200d👧", + "family_man_woman_boy": "👨\u200d👩\u200d👦", + "family_man_woman_boy_boy": "👨\u200d👩\u200d👦\u200d👦", + "family_man_woman_girl": "👨\u200d👩\u200d👧", + "family_man_woman_girl_boy": "👨\u200d👩\u200d👧\u200d👦", + "family_man_woman_girl_girl": "👨\u200d👩\u200d👧\u200d👧", + "family_woman_boy": "👩\u200d👦", + "family_woman_boy_boy": "👩\u200d👦\u200d👦", + "family_woman_girl": "👩\u200d👧", + "family_woman_girl_boy": "👩\u200d👧\u200d👦", + "family_woman_girl_girl": "👩\u200d👧\u200d👧", + "family_woman_woman_boy": "👩\u200d👩\u200d👦", + "family_woman_woman_boy_boy": "👩\u200d👩\u200d👦\u200d👦", + "family_woman_woman_girl": "👩\u200d👩\u200d👧", + "family_woman_woman_girl_boy": "👩\u200d👩\u200d👧\u200d👦", + "family_woman_woman_girl_girl": "👩\u200d👩\u200d👧\u200d👧", + "fast-forward_button": "⏩", + "fast_down_button": "⏬", + "fast_reverse_button": "⏪", + "fast_up_button": "⏫", + "fax_machine": "📠", + "fearful_face": "😨", + "female_sign": "♀", + "ferris_wheel": "🎡", + "ferry": "⛴", + "field_hockey": "🏑", + "file_cabinet": "🗄", + "file_folder": "📁", + "film_frames": "🎞", + "film_projector": "📽", + "fire": "🔥", + "fire_extinguisher": "🧯", + "firecracker": "🧨", + "fire_engine": "🚒", + "fireworks": "🎆", + "first_quarter_moon": "🌓", + "first_quarter_moon_face": "🌛", + "fish": "🐟", + "fish_cake_with_swirl": "🍥", + "fishing_pole": "🎣", + "five-thirty": "🕠", + "five_o’clock": "🕔", + "flag_in_hole": "⛳", + "flamingo": "🦩", + "flashlight": "🔦", + "flat_shoe": "🥿", + "fleur-de-lis": "⚜", + "flexed_biceps": "💪", + "flexed_biceps_dark_skin_tone": "💪🏿", + "flexed_biceps_light_skin_tone": "💪🏻", + "flexed_biceps_medium-dark_skin_tone": "💪🏾", + "flexed_biceps_medium-light_skin_tone": "💪🏼", + "flexed_biceps_medium_skin_tone": "💪🏽", + "floppy_disk": "💾", + "flower_playing_cards": "🎴", + "flushed_face": "😳", + "flying_disc": "🥏", + "flying_saucer": "🛸", + "fog": "🌫", + "foggy": "🌁", + "folded_hands": "🙏", + "folded_hands_dark_skin_tone": "🙏🏿", + "folded_hands_light_skin_tone": "🙏🏻", + "folded_hands_medium-dark_skin_tone": "🙏🏾", + "folded_hands_medium-light_skin_tone": "🙏🏼", + "folded_hands_medium_skin_tone": "🙏🏽", + "foot": "🦶", + "footprints": "👣", + "fork_and_knife": "🍴", + "fork_and_knife_with_plate": "🍽", + "fortune_cookie": "🥠", + "fountain": "⛲", + "fountain_pen": "🖋", + "four-thirty": "🕟", + "four_leaf_clover": "🍀", + "four_o’clock": "🕓", + "fox_face": "🦊", + "framed_picture": "🖼", + "french_fries": "🍟", + "fried_shrimp": "🍤", + "frog_face": "🐸", + "front-facing_baby_chick": "🐥", + "frowning_face": "☹", + "frowning_face_with_open_mouth": "😦", + "fuel_pump": "⛽", + "full_moon": "🌕", + "full_moon_face": "🌝", + "funeral_urn": "⚱", + "game_die": "🎲", + "garlic": "🧄", + "gear": "⚙", + "gem_stone": "💎", + "genie": "🧞", + "ghost": "👻", + "giraffe": "🦒", + "girl": "👧", + "girl_dark_skin_tone": "👧🏿", + "girl_light_skin_tone": "👧🏻", + "girl_medium-dark_skin_tone": "👧🏾", + "girl_medium-light_skin_tone": "👧🏼", + "girl_medium_skin_tone": "👧🏽", + "glass_of_milk": "🥛", + "glasses": "👓", + "globe_showing_americas": "🌎", + "globe_showing_asia-australia": "🌏", + "globe_showing_europe-africa": "🌍", + "globe_with_meridians": "🌐", + "gloves": "🧤", + "glowing_star": "🌟", + "goal_net": "🥅", + "goat": "🐐", + "goblin": "👺", + "goggles": "🥽", + "gorilla": "🦍", + "graduation_cap": "🎓", + "grapes": "🍇", + "green_apple": "🍏", + "green_book": "📗", + "green_circle": "🟢", + "green_heart": "💚", + "green_salad": "🥗", + "green_square": "🟩", + "grimacing_face": "😬", + "grinning_cat_face": "😺", + "grinning_cat_face_with_smiling_eyes": "😸", + "grinning_face": "😀", + "grinning_face_with_big_eyes": "😃", + "grinning_face_with_smiling_eyes": "😄", + "grinning_face_with_sweat": "😅", + "grinning_squinting_face": "😆", + "growing_heart": "💗", + "guard": "💂", + "guard_dark_skin_tone": "💂🏿", + "guard_light_skin_tone": "💂🏻", + "guard_medium-dark_skin_tone": "💂🏾", + "guard_medium-light_skin_tone": "💂🏼", + "guard_medium_skin_tone": "💂🏽", + "guide_dog": "🦮", + "guitar": "🎸", + "hamburger": "🍔", + "hammer": "🔨", + "hammer_and_pick": "⚒", + "hammer_and_wrench": "🛠", + "hamster_face": "🐹", + "hand_with_fingers_splayed": "🖐", + "hand_with_fingers_splayed_dark_skin_tone": "🖐🏿", + "hand_with_fingers_splayed_light_skin_tone": "🖐🏻", + "hand_with_fingers_splayed_medium-dark_skin_tone": "🖐🏾", + "hand_with_fingers_splayed_medium-light_skin_tone": "🖐🏼", + "hand_with_fingers_splayed_medium_skin_tone": "🖐🏽", + "handbag": "👜", + "handshake": "🤝", + "hatching_chick": "🐣", + "headphone": "🎧", + "hear-no-evil_monkey": "🙉", + "heart_decoration": "💟", + "heart_suit": "♥", + "heart_with_arrow": "💘", + "heart_with_ribbon": "💝", + "heavy_check_mark": "✔", + "heavy_division_sign": "➗", + "heavy_dollar_sign": "💲", + "heavy_heart_exclamation": "❣", + "heavy_large_circle": "⭕", + "heavy_minus_sign": "➖", + "heavy_multiplication_x": "✖", + "heavy_plus_sign": "➕", + "hedgehog": "🦔", + "helicopter": "🚁", + "herb": "🌿", + "hibiscus": "🌺", + "high-heeled_shoe": "👠", + "high-speed_train": "🚄", + "high_voltage": "⚡", + "hiking_boot": "🥾", + "hindu_temple": "🛕", + "hippopotamus": "🦛", + "hole": "🕳", + "honey_pot": "🍯", + "honeybee": "🐝", + "horizontal_traffic_light": "🚥", + "horse": "🐴", + "horse_face": "🐴", + "horse_racing": "🏇", + "horse_racing_dark_skin_tone": "🏇🏿", + "horse_racing_light_skin_tone": "🏇🏻", + "horse_racing_medium-dark_skin_tone": "🏇🏾", + "horse_racing_medium-light_skin_tone": "🏇🏼", + "horse_racing_medium_skin_tone": "🏇🏽", + "hospital": "🏥", + "hot_beverage": "☕", + "hot_dog": "🌭", + "hot_face": "🥵", + "hot_pepper": "🌶", + "hot_springs": "♨", + "hotel": "🏨", + "hourglass_done": "⌛", + "hourglass_not_done": "⏳", + "house": "🏠", + "house_with_garden": "🏡", + "houses": "🏘", + "hugging_face": "🤗", + "hundred_points": "💯", + "hushed_face": "😯", + "ice": "🧊", + "ice_cream": "🍨", + "ice_hockey": "🏒", + "ice_skate": "⛸", + "inbox_tray": "📥", + "incoming_envelope": "📨", + "index_pointing_up": "☝", + "index_pointing_up_dark_skin_tone": "☝🏿", + "index_pointing_up_light_skin_tone": "☝🏻", + "index_pointing_up_medium-dark_skin_tone": "☝🏾", + "index_pointing_up_medium-light_skin_tone": "☝🏼", + "index_pointing_up_medium_skin_tone": "☝🏽", + "infinity": "♾", + "information": "ℹ", + "input_latin_letters": "🔤", + "input_latin_lowercase": "🔡", + "input_latin_uppercase": "🔠", + "input_numbers": "🔢", + "input_symbols": "🔣", + "jack-o-lantern": "🎃", + "jeans": "👖", + "jigsaw": "🧩", + "joker": "🃏", + "joystick": "🕹", + "kaaba": "🕋", + "kangaroo": "🦘", + "key": "🔑", + "keyboard": "⌨", + "keycap_#": "#️⃣", + "keycap_*": "*️⃣", + "keycap_0": "0️⃣", + "keycap_1": "1️⃣", + "keycap_10": "🔟", + "keycap_2": "2️⃣", + "keycap_3": "3️⃣", + "keycap_4": "4️⃣", + "keycap_5": "5️⃣", + "keycap_6": "6️⃣", + "keycap_7": "7️⃣", + "keycap_8": "8️⃣", + "keycap_9": "9️⃣", + "kick_scooter": "🛴", + "kimono": "👘", + "kiss": "💋", + "kiss_man_man": "👨\u200d❤️\u200d💋\u200d👨", + "kiss_mark": "💋", + "kiss_woman_man": "👩\u200d❤️\u200d💋\u200d👨", + "kiss_woman_woman": "👩\u200d❤️\u200d💋\u200d👩", + "kissing_cat_face": "😽", + "kissing_face": "😗", + "kissing_face_with_closed_eyes": "😚", + "kissing_face_with_smiling_eyes": "😙", + "kitchen_knife": "🔪", + "kite": "🪁", + "kiwi_fruit": "🥝", + "koala": "🐨", + "lab_coat": "🥼", + "label": "🏷", + "lacrosse": "🥍", + "lady_beetle": "🐞", + "laptop_computer": "💻", + "large_blue_diamond": "🔷", + "large_orange_diamond": "🔶", + "last_quarter_moon": "🌗", + "last_quarter_moon_face": "🌜", + "last_track_button": "⏮", + "latin_cross": "✝", + "leaf_fluttering_in_wind": "🍃", + "leafy_green": "🥬", + "ledger": "📒", + "left-facing_fist": "🤛", + "left-facing_fist_dark_skin_tone": "🤛🏿", + "left-facing_fist_light_skin_tone": "🤛🏻", + "left-facing_fist_medium-dark_skin_tone": "🤛🏾", + "left-facing_fist_medium-light_skin_tone": "🤛🏼", + "left-facing_fist_medium_skin_tone": "🤛🏽", + "left-right_arrow": "↔", + "left_arrow": "⬅", + "left_arrow_curving_right": "↪", + "left_luggage": "🛅", + "left_speech_bubble": "🗨", + "leg": "🦵", + "lemon": "🍋", + "leopard": "🐆", + "level_slider": "🎚", + "light_bulb": "💡", + "light_rail": "🚈", + "link": "🔗", + "linked_paperclips": "🖇", + "lion_face": "🦁", + "lipstick": "💄", + "litter_in_bin_sign": "🚮", + "lizard": "🦎", + "llama": "🦙", + "lobster": "🦞", + "locked": "🔒", + "locked_with_key": "🔐", + "locked_with_pen": "🔏", + "locomotive": "🚂", + "lollipop": "🍭", + "lotion_bottle": "🧴", + "loudly_crying_face": "😭", + "loudspeaker": "📢", + "love-you_gesture": "🤟", + "love-you_gesture_dark_skin_tone": "🤟🏿", + "love-you_gesture_light_skin_tone": "🤟🏻", + "love-you_gesture_medium-dark_skin_tone": "🤟🏾", + "love-you_gesture_medium-light_skin_tone": "🤟🏼", + "love-you_gesture_medium_skin_tone": "🤟🏽", + "love_hotel": "🏩", + "love_letter": "💌", + "luggage": "🧳", + "lying_face": "🤥", + "mage": "🧙", + "mage_dark_skin_tone": "🧙🏿", + "mage_light_skin_tone": "🧙🏻", + "mage_medium-dark_skin_tone": "🧙🏾", + "mage_medium-light_skin_tone": "🧙🏼", + "mage_medium_skin_tone": "🧙🏽", + "magnet": "🧲", + "magnifying_glass_tilted_left": "🔍", + "magnifying_glass_tilted_right": "🔎", + "mahjong_red_dragon": "🀄", + "male_sign": "♂", + "man": "👨", + "man_and_woman_holding_hands": "👫", + "man_artist": "👨\u200d🎨", + "man_artist_dark_skin_tone": "👨🏿\u200d🎨", + "man_artist_light_skin_tone": "👨🏻\u200d🎨", + "man_artist_medium-dark_skin_tone": "👨🏾\u200d🎨", + "man_artist_medium-light_skin_tone": "👨🏼\u200d🎨", + "man_artist_medium_skin_tone": "👨🏽\u200d🎨", + "man_astronaut": "👨\u200d🚀", + "man_astronaut_dark_skin_tone": "👨🏿\u200d🚀", + "man_astronaut_light_skin_tone": "👨🏻\u200d🚀", + "man_astronaut_medium-dark_skin_tone": "👨🏾\u200d🚀", + "man_astronaut_medium-light_skin_tone": "👨🏼\u200d🚀", + "man_astronaut_medium_skin_tone": "👨🏽\u200d🚀", + "man_biking": "🚴\u200d♂️", + "man_biking_dark_skin_tone": "🚴🏿\u200d♂️", + "man_biking_light_skin_tone": "🚴🏻\u200d♂️", + "man_biking_medium-dark_skin_tone": "🚴🏾\u200d♂️", + "man_biking_medium-light_skin_tone": "🚴🏼\u200d♂️", + "man_biking_medium_skin_tone": "🚴🏽\u200d♂️", + "man_bouncing_ball": "⛹️\u200d♂️", + "man_bouncing_ball_dark_skin_tone": "⛹🏿\u200d♂️", + "man_bouncing_ball_light_skin_tone": "⛹🏻\u200d♂️", + "man_bouncing_ball_medium-dark_skin_tone": "⛹🏾\u200d♂️", + "man_bouncing_ball_medium-light_skin_tone": "⛹🏼\u200d♂️", + "man_bouncing_ball_medium_skin_tone": "⛹🏽\u200d♂️", + "man_bowing": "🙇\u200d♂️", + "man_bowing_dark_skin_tone": "🙇🏿\u200d♂️", + "man_bowing_light_skin_tone": "🙇🏻\u200d♂️", + "man_bowing_medium-dark_skin_tone": "🙇🏾\u200d♂️", + "man_bowing_medium-light_skin_tone": "🙇🏼\u200d♂️", + "man_bowing_medium_skin_tone": "🙇🏽\u200d♂️", + "man_cartwheeling": "🤸\u200d♂️", + "man_cartwheeling_dark_skin_tone": "🤸🏿\u200d♂️", + "man_cartwheeling_light_skin_tone": "🤸🏻\u200d♂️", + "man_cartwheeling_medium-dark_skin_tone": "🤸🏾\u200d♂️", + "man_cartwheeling_medium-light_skin_tone": "🤸🏼\u200d♂️", + "man_cartwheeling_medium_skin_tone": "🤸🏽\u200d♂️", + "man_climbing": "🧗\u200d♂️", + "man_climbing_dark_skin_tone": "🧗🏿\u200d♂️", + "man_climbing_light_skin_tone": "🧗🏻\u200d♂️", + "man_climbing_medium-dark_skin_tone": "🧗🏾\u200d♂️", + "man_climbing_medium-light_skin_tone": "🧗🏼\u200d♂️", + "man_climbing_medium_skin_tone": "🧗🏽\u200d♂️", + "man_construction_worker": "👷\u200d♂️", + "man_construction_worker_dark_skin_tone": "👷🏿\u200d♂️", + "man_construction_worker_light_skin_tone": "👷🏻\u200d♂️", + "man_construction_worker_medium-dark_skin_tone": "👷🏾\u200d♂️", + "man_construction_worker_medium-light_skin_tone": "👷🏼\u200d♂️", + "man_construction_worker_medium_skin_tone": "👷🏽\u200d♂️", + "man_cook": "👨\u200d🍳", + "man_cook_dark_skin_tone": "👨🏿\u200d🍳", + "man_cook_light_skin_tone": "👨🏻\u200d🍳", + "man_cook_medium-dark_skin_tone": "👨🏾\u200d🍳", + "man_cook_medium-light_skin_tone": "👨🏼\u200d🍳", + "man_cook_medium_skin_tone": "👨🏽\u200d🍳", + "man_dancing": "🕺", + "man_dancing_dark_skin_tone": "🕺🏿", + "man_dancing_light_skin_tone": "🕺🏻", + "man_dancing_medium-dark_skin_tone": "🕺🏾", + "man_dancing_medium-light_skin_tone": "🕺🏼", + "man_dancing_medium_skin_tone": "🕺🏽", + "man_dark_skin_tone": "👨🏿", + "man_detective": "🕵️\u200d♂️", + "man_detective_dark_skin_tone": "🕵🏿\u200d♂️", + "man_detective_light_skin_tone": "🕵🏻\u200d♂️", + "man_detective_medium-dark_skin_tone": "🕵🏾\u200d♂️", + "man_detective_medium-light_skin_tone": "🕵🏼\u200d♂️", + "man_detective_medium_skin_tone": "🕵🏽\u200d♂️", + "man_elf": "🧝\u200d♂️", + "man_elf_dark_skin_tone": "🧝🏿\u200d♂️", + "man_elf_light_skin_tone": "🧝🏻\u200d♂️", + "man_elf_medium-dark_skin_tone": "🧝🏾\u200d♂️", + "man_elf_medium-light_skin_tone": "🧝🏼\u200d♂️", + "man_elf_medium_skin_tone": "🧝🏽\u200d♂️", + "man_facepalming": "🤦\u200d♂️", + "man_facepalming_dark_skin_tone": "🤦🏿\u200d♂️", + "man_facepalming_light_skin_tone": "🤦🏻\u200d♂️", + "man_facepalming_medium-dark_skin_tone": "🤦🏾\u200d♂️", + "man_facepalming_medium-light_skin_tone": "🤦🏼\u200d♂️", + "man_facepalming_medium_skin_tone": "🤦🏽\u200d♂️", + "man_factory_worker": "👨\u200d🏭", + "man_factory_worker_dark_skin_tone": "👨🏿\u200d🏭", + "man_factory_worker_light_skin_tone": "👨🏻\u200d🏭", + "man_factory_worker_medium-dark_skin_tone": "👨🏾\u200d🏭", + "man_factory_worker_medium-light_skin_tone": "👨🏼\u200d🏭", + "man_factory_worker_medium_skin_tone": "👨🏽\u200d🏭", + "man_fairy": "🧚\u200d♂️", + "man_fairy_dark_skin_tone": "🧚🏿\u200d♂️", + "man_fairy_light_skin_tone": "🧚🏻\u200d♂️", + "man_fairy_medium-dark_skin_tone": "🧚🏾\u200d♂️", + "man_fairy_medium-light_skin_tone": "🧚🏼\u200d♂️", + "man_fairy_medium_skin_tone": "🧚🏽\u200d♂️", + "man_farmer": "👨\u200d🌾", + "man_farmer_dark_skin_tone": "👨🏿\u200d🌾", + "man_farmer_light_skin_tone": "👨🏻\u200d🌾", + "man_farmer_medium-dark_skin_tone": "👨🏾\u200d🌾", + "man_farmer_medium-light_skin_tone": "👨🏼\u200d🌾", + "man_farmer_medium_skin_tone": "👨🏽\u200d🌾", + "man_firefighter": "👨\u200d🚒", + "man_firefighter_dark_skin_tone": "👨🏿\u200d🚒", + "man_firefighter_light_skin_tone": "👨🏻\u200d🚒", + "man_firefighter_medium-dark_skin_tone": "👨🏾\u200d🚒", + "man_firefighter_medium-light_skin_tone": "👨🏼\u200d🚒", + "man_firefighter_medium_skin_tone": "👨🏽\u200d🚒", + "man_frowning": "🙍\u200d♂️", + "man_frowning_dark_skin_tone": "🙍🏿\u200d♂️", + "man_frowning_light_skin_tone": "🙍🏻\u200d♂️", + "man_frowning_medium-dark_skin_tone": "🙍🏾\u200d♂️", + "man_frowning_medium-light_skin_tone": "🙍🏼\u200d♂️", + "man_frowning_medium_skin_tone": "🙍🏽\u200d♂️", + "man_genie": "🧞\u200d♂️", + "man_gesturing_no": "🙅\u200d♂️", + "man_gesturing_no_dark_skin_tone": "🙅🏿\u200d♂️", + "man_gesturing_no_light_skin_tone": "🙅🏻\u200d♂️", + "man_gesturing_no_medium-dark_skin_tone": "🙅🏾\u200d♂️", + "man_gesturing_no_medium-light_skin_tone": "🙅🏼\u200d♂️", + "man_gesturing_no_medium_skin_tone": "🙅🏽\u200d♂️", + "man_gesturing_ok": "🙆\u200d♂️", + "man_gesturing_ok_dark_skin_tone": "🙆🏿\u200d♂️", + "man_gesturing_ok_light_skin_tone": "🙆🏻\u200d♂️", + "man_gesturing_ok_medium-dark_skin_tone": "🙆🏾\u200d♂️", + "man_gesturing_ok_medium-light_skin_tone": "🙆🏼\u200d♂️", + "man_gesturing_ok_medium_skin_tone": "🙆🏽\u200d♂️", + "man_getting_haircut": "💇\u200d♂️", + "man_getting_haircut_dark_skin_tone": "💇🏿\u200d♂️", + "man_getting_haircut_light_skin_tone": "💇🏻\u200d♂️", + "man_getting_haircut_medium-dark_skin_tone": "💇🏾\u200d♂️", + "man_getting_haircut_medium-light_skin_tone": "💇🏼\u200d♂️", + "man_getting_haircut_medium_skin_tone": "💇🏽\u200d♂️", + "man_getting_massage": "💆\u200d♂️", + "man_getting_massage_dark_skin_tone": "💆🏿\u200d♂️", + "man_getting_massage_light_skin_tone": "💆🏻\u200d♂️", + "man_getting_massage_medium-dark_skin_tone": "💆🏾\u200d♂️", + "man_getting_massage_medium-light_skin_tone": "💆🏼\u200d♂️", + "man_getting_massage_medium_skin_tone": "💆🏽\u200d♂️", + "man_golfing": "🏌️\u200d♂️", + "man_golfing_dark_skin_tone": "🏌🏿\u200d♂️", + "man_golfing_light_skin_tone": "🏌🏻\u200d♂️", + "man_golfing_medium-dark_skin_tone": "🏌🏾\u200d♂️", + "man_golfing_medium-light_skin_tone": "🏌🏼\u200d♂️", + "man_golfing_medium_skin_tone": "🏌🏽\u200d♂️", + "man_guard": "💂\u200d♂️", + "man_guard_dark_skin_tone": "💂🏿\u200d♂️", + "man_guard_light_skin_tone": "💂🏻\u200d♂️", + "man_guard_medium-dark_skin_tone": "💂🏾\u200d♂️", + "man_guard_medium-light_skin_tone": "💂🏼\u200d♂️", + "man_guard_medium_skin_tone": "💂🏽\u200d♂️", + "man_health_worker": "👨\u200d⚕️", + "man_health_worker_dark_skin_tone": "👨🏿\u200d⚕️", + "man_health_worker_light_skin_tone": "👨🏻\u200d⚕️", + "man_health_worker_medium-dark_skin_tone": "👨🏾\u200d⚕️", + "man_health_worker_medium-light_skin_tone": "👨🏼\u200d⚕️", + "man_health_worker_medium_skin_tone": "👨🏽\u200d⚕️", + "man_in_lotus_position": "🧘\u200d♂️", + "man_in_lotus_position_dark_skin_tone": "🧘🏿\u200d♂️", + "man_in_lotus_position_light_skin_tone": "🧘🏻\u200d♂️", + "man_in_lotus_position_medium-dark_skin_tone": "🧘🏾\u200d♂️", + "man_in_lotus_position_medium-light_skin_tone": "🧘🏼\u200d♂️", + "man_in_lotus_position_medium_skin_tone": "🧘🏽\u200d♂️", + "man_in_manual_wheelchair": "👨\u200d🦽", + "man_in_motorized_wheelchair": "👨\u200d🦼", + "man_in_steamy_room": "🧖\u200d♂️", + "man_in_steamy_room_dark_skin_tone": "🧖🏿\u200d♂️", + "man_in_steamy_room_light_skin_tone": "🧖🏻\u200d♂️", + "man_in_steamy_room_medium-dark_skin_tone": "🧖🏾\u200d♂️", + "man_in_steamy_room_medium-light_skin_tone": "🧖🏼\u200d♂️", + "man_in_steamy_room_medium_skin_tone": "🧖🏽\u200d♂️", + "man_in_suit_levitating": "🕴", + "man_in_suit_levitating_dark_skin_tone": "🕴🏿", + "man_in_suit_levitating_light_skin_tone": "🕴🏻", + "man_in_suit_levitating_medium-dark_skin_tone": "🕴🏾", + "man_in_suit_levitating_medium-light_skin_tone": "🕴🏼", + "man_in_suit_levitating_medium_skin_tone": "🕴🏽", + "man_in_tuxedo": "🤵", + "man_in_tuxedo_dark_skin_tone": "🤵🏿", + "man_in_tuxedo_light_skin_tone": "🤵🏻", + "man_in_tuxedo_medium-dark_skin_tone": "🤵🏾", + "man_in_tuxedo_medium-light_skin_tone": "🤵🏼", + "man_in_tuxedo_medium_skin_tone": "🤵🏽", + "man_judge": "👨\u200d⚖️", + "man_judge_dark_skin_tone": "👨🏿\u200d⚖️", + "man_judge_light_skin_tone": "👨🏻\u200d⚖️", + "man_judge_medium-dark_skin_tone": "👨🏾\u200d⚖️", + "man_judge_medium-light_skin_tone": "👨🏼\u200d⚖️", + "man_judge_medium_skin_tone": "👨🏽\u200d⚖️", + "man_juggling": "🤹\u200d♂️", + "man_juggling_dark_skin_tone": "🤹🏿\u200d♂️", + "man_juggling_light_skin_tone": "🤹🏻\u200d♂️", + "man_juggling_medium-dark_skin_tone": "🤹🏾\u200d♂️", + "man_juggling_medium-light_skin_tone": "🤹🏼\u200d♂️", + "man_juggling_medium_skin_tone": "🤹🏽\u200d♂️", + "man_lifting_weights": "🏋️\u200d♂️", + "man_lifting_weights_dark_skin_tone": "🏋🏿\u200d♂️", + "man_lifting_weights_light_skin_tone": "🏋🏻\u200d♂️", + "man_lifting_weights_medium-dark_skin_tone": "🏋🏾\u200d♂️", + "man_lifting_weights_medium-light_skin_tone": "🏋🏼\u200d♂️", + "man_lifting_weights_medium_skin_tone": "🏋🏽\u200d♂️", + "man_light_skin_tone": "👨🏻", + "man_mage": "🧙\u200d♂️", + "man_mage_dark_skin_tone": "🧙🏿\u200d♂️", + "man_mage_light_skin_tone": "🧙🏻\u200d♂️", + "man_mage_medium-dark_skin_tone": "🧙🏾\u200d♂️", + "man_mage_medium-light_skin_tone": "🧙🏼\u200d♂️", + "man_mage_medium_skin_tone": "🧙🏽\u200d♂️", + "man_mechanic": "👨\u200d🔧", + "man_mechanic_dark_skin_tone": "👨🏿\u200d🔧", + "man_mechanic_light_skin_tone": "👨🏻\u200d🔧", + "man_mechanic_medium-dark_skin_tone": "👨🏾\u200d🔧", + "man_mechanic_medium-light_skin_tone": "👨🏼\u200d🔧", + "man_mechanic_medium_skin_tone": "👨🏽\u200d🔧", + "man_medium-dark_skin_tone": "👨🏾", + "man_medium-light_skin_tone": "👨🏼", + "man_medium_skin_tone": "👨🏽", + "man_mountain_biking": "🚵\u200d♂️", + "man_mountain_biking_dark_skin_tone": "🚵🏿\u200d♂️", + "man_mountain_biking_light_skin_tone": "🚵🏻\u200d♂️", + "man_mountain_biking_medium-dark_skin_tone": "🚵🏾\u200d♂️", + "man_mountain_biking_medium-light_skin_tone": "🚵🏼\u200d♂️", + "man_mountain_biking_medium_skin_tone": "🚵🏽\u200d♂️", + "man_office_worker": "👨\u200d💼", + "man_office_worker_dark_skin_tone": "👨🏿\u200d💼", + "man_office_worker_light_skin_tone": "👨🏻\u200d💼", + "man_office_worker_medium-dark_skin_tone": "👨🏾\u200d💼", + "man_office_worker_medium-light_skin_tone": "👨🏼\u200d💼", + "man_office_worker_medium_skin_tone": "👨🏽\u200d💼", + "man_pilot": "👨\u200d✈️", + "man_pilot_dark_skin_tone": "👨🏿\u200d✈️", + "man_pilot_light_skin_tone": "👨🏻\u200d✈️", + "man_pilot_medium-dark_skin_tone": "👨🏾\u200d✈️", + "man_pilot_medium-light_skin_tone": "👨🏼\u200d✈️", + "man_pilot_medium_skin_tone": "👨🏽\u200d✈️", + "man_playing_handball": "🤾\u200d♂️", + "man_playing_handball_dark_skin_tone": "🤾🏿\u200d♂️", + "man_playing_handball_light_skin_tone": "🤾🏻\u200d♂️", + "man_playing_handball_medium-dark_skin_tone": "🤾🏾\u200d♂️", + "man_playing_handball_medium-light_skin_tone": "🤾🏼\u200d♂️", + "man_playing_handball_medium_skin_tone": "🤾🏽\u200d♂️", + "man_playing_water_polo": "🤽\u200d♂️", + "man_playing_water_polo_dark_skin_tone": "🤽🏿\u200d♂️", + "man_playing_water_polo_light_skin_tone": "🤽🏻\u200d♂️", + "man_playing_water_polo_medium-dark_skin_tone": "🤽🏾\u200d♂️", + "man_playing_water_polo_medium-light_skin_tone": "🤽🏼\u200d♂️", + "man_playing_water_polo_medium_skin_tone": "🤽🏽\u200d♂️", + "man_police_officer": "👮\u200d♂️", + "man_police_officer_dark_skin_tone": "👮🏿\u200d♂️", + "man_police_officer_light_skin_tone": "👮🏻\u200d♂️", + "man_police_officer_medium-dark_skin_tone": "👮🏾\u200d♂️", + "man_police_officer_medium-light_skin_tone": "👮🏼\u200d♂️", + "man_police_officer_medium_skin_tone": "👮🏽\u200d♂️", + "man_pouting": "🙎\u200d♂️", + "man_pouting_dark_skin_tone": "🙎🏿\u200d♂️", + "man_pouting_light_skin_tone": "🙎🏻\u200d♂️", + "man_pouting_medium-dark_skin_tone": "🙎🏾\u200d♂️", + "man_pouting_medium-light_skin_tone": "🙎🏼\u200d♂️", + "man_pouting_medium_skin_tone": "🙎🏽\u200d♂️", + "man_raising_hand": "🙋\u200d♂️", + "man_raising_hand_dark_skin_tone": "🙋🏿\u200d♂️", + "man_raising_hand_light_skin_tone": "🙋🏻\u200d♂️", + "man_raising_hand_medium-dark_skin_tone": "🙋🏾\u200d♂️", + "man_raising_hand_medium-light_skin_tone": "🙋🏼\u200d♂️", + "man_raising_hand_medium_skin_tone": "🙋🏽\u200d♂️", + "man_rowing_boat": "🚣\u200d♂️", + "man_rowing_boat_dark_skin_tone": "🚣🏿\u200d♂️", + "man_rowing_boat_light_skin_tone": "🚣🏻\u200d♂️", + "man_rowing_boat_medium-dark_skin_tone": "🚣🏾\u200d♂️", + "man_rowing_boat_medium-light_skin_tone": "🚣🏼\u200d♂️", + "man_rowing_boat_medium_skin_tone": "🚣🏽\u200d♂️", + "man_running": "🏃\u200d♂️", + "man_running_dark_skin_tone": "🏃🏿\u200d♂️", + "man_running_light_skin_tone": "🏃🏻\u200d♂️", + "man_running_medium-dark_skin_tone": "🏃🏾\u200d♂️", + "man_running_medium-light_skin_tone": "🏃🏼\u200d♂️", + "man_running_medium_skin_tone": "🏃🏽\u200d♂️", + "man_scientist": "👨\u200d🔬", + "man_scientist_dark_skin_tone": "👨🏿\u200d🔬", + "man_scientist_light_skin_tone": "👨🏻\u200d🔬", + "man_scientist_medium-dark_skin_tone": "👨🏾\u200d🔬", + "man_scientist_medium-light_skin_tone": "👨🏼\u200d🔬", + "man_scientist_medium_skin_tone": "👨🏽\u200d🔬", + "man_shrugging": "🤷\u200d♂️", + "man_shrugging_dark_skin_tone": "🤷🏿\u200d♂️", + "man_shrugging_light_skin_tone": "🤷🏻\u200d♂️", + "man_shrugging_medium-dark_skin_tone": "🤷🏾\u200d♂️", + "man_shrugging_medium-light_skin_tone": "🤷🏼\u200d♂️", + "man_shrugging_medium_skin_tone": "🤷🏽\u200d♂️", + "man_singer": "👨\u200d🎤", + "man_singer_dark_skin_tone": "👨🏿\u200d🎤", + "man_singer_light_skin_tone": "👨🏻\u200d🎤", + "man_singer_medium-dark_skin_tone": "👨🏾\u200d🎤", + "man_singer_medium-light_skin_tone": "👨🏼\u200d🎤", + "man_singer_medium_skin_tone": "👨🏽\u200d🎤", + "man_student": "👨\u200d🎓", + "man_student_dark_skin_tone": "👨🏿\u200d🎓", + "man_student_light_skin_tone": "👨🏻\u200d🎓", + "man_student_medium-dark_skin_tone": "👨🏾\u200d🎓", + "man_student_medium-light_skin_tone": "👨🏼\u200d🎓", + "man_student_medium_skin_tone": "👨🏽\u200d🎓", + "man_surfing": "🏄\u200d♂️", + "man_surfing_dark_skin_tone": "🏄🏿\u200d♂️", + "man_surfing_light_skin_tone": "🏄🏻\u200d♂️", + "man_surfing_medium-dark_skin_tone": "🏄🏾\u200d♂️", + "man_surfing_medium-light_skin_tone": "🏄🏼\u200d♂️", + "man_surfing_medium_skin_tone": "🏄🏽\u200d♂️", + "man_swimming": "🏊\u200d♂️", + "man_swimming_dark_skin_tone": "🏊🏿\u200d♂️", + "man_swimming_light_skin_tone": "🏊🏻\u200d♂️", + "man_swimming_medium-dark_skin_tone": "🏊🏾\u200d♂️", + "man_swimming_medium-light_skin_tone": "🏊🏼\u200d♂️", + "man_swimming_medium_skin_tone": "🏊🏽\u200d♂️", + "man_teacher": "👨\u200d🏫", + "man_teacher_dark_skin_tone": "👨🏿\u200d🏫", + "man_teacher_light_skin_tone": "👨🏻\u200d🏫", + "man_teacher_medium-dark_skin_tone": "👨🏾\u200d🏫", + "man_teacher_medium-light_skin_tone": "👨🏼\u200d🏫", + "man_teacher_medium_skin_tone": "👨🏽\u200d🏫", + "man_technologist": "👨\u200d💻", + "man_technologist_dark_skin_tone": "👨🏿\u200d💻", + "man_technologist_light_skin_tone": "👨🏻\u200d💻", + "man_technologist_medium-dark_skin_tone": "👨🏾\u200d💻", + "man_technologist_medium-light_skin_tone": "👨🏼\u200d💻", + "man_technologist_medium_skin_tone": "👨🏽\u200d💻", + "man_tipping_hand": "💁\u200d♂️", + "man_tipping_hand_dark_skin_tone": "💁🏿\u200d♂️", + "man_tipping_hand_light_skin_tone": "💁🏻\u200d♂️", + "man_tipping_hand_medium-dark_skin_tone": "💁🏾\u200d♂️", + "man_tipping_hand_medium-light_skin_tone": "💁🏼\u200d♂️", + "man_tipping_hand_medium_skin_tone": "💁🏽\u200d♂️", + "man_vampire": "🧛\u200d♂️", + "man_vampire_dark_skin_tone": "🧛🏿\u200d♂️", + "man_vampire_light_skin_tone": "🧛🏻\u200d♂️", + "man_vampire_medium-dark_skin_tone": "🧛🏾\u200d♂️", + "man_vampire_medium-light_skin_tone": "🧛🏼\u200d♂️", + "man_vampire_medium_skin_tone": "🧛🏽\u200d♂️", + "man_walking": "🚶\u200d♂️", + "man_walking_dark_skin_tone": "🚶🏿\u200d♂️", + "man_walking_light_skin_tone": "🚶🏻\u200d♂️", + "man_walking_medium-dark_skin_tone": "🚶🏾\u200d♂️", + "man_walking_medium-light_skin_tone": "🚶🏼\u200d♂️", + "man_walking_medium_skin_tone": "🚶🏽\u200d♂️", + "man_wearing_turban": "👳\u200d♂️", + "man_wearing_turban_dark_skin_tone": "👳🏿\u200d♂️", + "man_wearing_turban_light_skin_tone": "👳🏻\u200d♂️", + "man_wearing_turban_medium-dark_skin_tone": "👳🏾\u200d♂️", + "man_wearing_turban_medium-light_skin_tone": "👳🏼\u200d♂️", + "man_wearing_turban_medium_skin_tone": "👳🏽\u200d♂️", + "man_with_probing_cane": "👨\u200d🦯", + "man_with_chinese_cap": "👲", + "man_with_chinese_cap_dark_skin_tone": "👲🏿", + "man_with_chinese_cap_light_skin_tone": "👲🏻", + "man_with_chinese_cap_medium-dark_skin_tone": "👲🏾", + "man_with_chinese_cap_medium-light_skin_tone": "👲🏼", + "man_with_chinese_cap_medium_skin_tone": "👲🏽", + "man_zombie": "🧟\u200d♂️", + "mango": "🥭", + "mantelpiece_clock": "🕰", + "manual_wheelchair": "🦽", + "man’s_shoe": "👞", + "map_of_japan": "🗾", + "maple_leaf": "🍁", + "martial_arts_uniform": "🥋", + "mate": "🧉", + "meat_on_bone": "🍖", + "mechanical_arm": "🦾", + "mechanical_leg": "🦿", + "medical_symbol": "⚕", + "megaphone": "📣", + "melon": "🍈", + "memo": "📝", + "men_with_bunny_ears": "👯\u200d♂️", + "men_wrestling": "🤼\u200d♂️", + "menorah": "🕎", + "men’s_room": "🚹", + "mermaid": "🧜\u200d♀️", + "mermaid_dark_skin_tone": "🧜🏿\u200d♀️", + "mermaid_light_skin_tone": "🧜🏻\u200d♀️", + "mermaid_medium-dark_skin_tone": "🧜🏾\u200d♀️", + "mermaid_medium-light_skin_tone": "🧜🏼\u200d♀️", + "mermaid_medium_skin_tone": "🧜🏽\u200d♀️", + "merman": "🧜\u200d♂️", + "merman_dark_skin_tone": "🧜🏿\u200d♂️", + "merman_light_skin_tone": "🧜🏻\u200d♂️", + "merman_medium-dark_skin_tone": "🧜🏾\u200d♂️", + "merman_medium-light_skin_tone": "🧜🏼\u200d♂️", + "merman_medium_skin_tone": "🧜🏽\u200d♂️", + "merperson": "🧜", + "merperson_dark_skin_tone": "🧜🏿", + "merperson_light_skin_tone": "🧜🏻", + "merperson_medium-dark_skin_tone": "🧜🏾", + "merperson_medium-light_skin_tone": "🧜🏼", + "merperson_medium_skin_tone": "🧜🏽", + "metro": "🚇", + "microbe": "🦠", + "microphone": "🎤", + "microscope": "🔬", + "middle_finger": "🖕", + "middle_finger_dark_skin_tone": "🖕🏿", + "middle_finger_light_skin_tone": "🖕🏻", + "middle_finger_medium-dark_skin_tone": "🖕🏾", + "middle_finger_medium-light_skin_tone": "🖕🏼", + "middle_finger_medium_skin_tone": "🖕🏽", + "military_medal": "🎖", + "milky_way": "🌌", + "minibus": "🚐", + "moai": "🗿", + "mobile_phone": "📱", + "mobile_phone_off": "📴", + "mobile_phone_with_arrow": "📲", + "money-mouth_face": "🤑", + "money_bag": "💰", + "money_with_wings": "💸", + "monkey": "🐒", + "monkey_face": "🐵", + "monorail": "🚝", + "moon_cake": "🥮", + "moon_viewing_ceremony": "🎑", + "mosque": "🕌", + "mosquito": "🦟", + "motor_boat": "🛥", + "motor_scooter": "🛵", + "motorcycle": "🏍", + "motorized_wheelchair": "🦼", + "motorway": "🛣", + "mount_fuji": "🗻", + "mountain": "⛰", + "mountain_cableway": "🚠", + "mountain_railway": "🚞", + "mouse": "🐭", + "mouse_face": "🐭", + "mouth": "👄", + "movie_camera": "🎥", + "mushroom": "🍄", + "musical_keyboard": "🎹", + "musical_note": "🎵", + "musical_notes": "🎶", + "musical_score": "🎼", + "muted_speaker": "🔇", + "nail_polish": "💅", + "nail_polish_dark_skin_tone": "💅🏿", + "nail_polish_light_skin_tone": "💅🏻", + "nail_polish_medium-dark_skin_tone": "💅🏾", + "nail_polish_medium-light_skin_tone": "💅🏼", + "nail_polish_medium_skin_tone": "💅🏽", + "name_badge": "📛", + "national_park": "🏞", + "nauseated_face": "🤢", + "nazar_amulet": "🧿", + "necktie": "👔", + "nerd_face": "🤓", + "neutral_face": "😐", + "new_moon": "🌑", + "new_moon_face": "🌚", + "newspaper": "📰", + "next_track_button": "⏭", + "night_with_stars": "🌃", + "nine-thirty": "🕤", + "nine_o’clock": "🕘", + "no_bicycles": "🚳", + "no_entry": "⛔", + "no_littering": "🚯", + "no_mobile_phones": "📵", + "no_one_under_eighteen": "🔞", + "no_pedestrians": "🚷", + "no_smoking": "🚭", + "non-potable_water": "🚱", + "nose": "👃", + "nose_dark_skin_tone": "👃🏿", + "nose_light_skin_tone": "👃🏻", + "nose_medium-dark_skin_tone": "👃🏾", + "nose_medium-light_skin_tone": "👃🏼", + "nose_medium_skin_tone": "👃🏽", + "notebook": "📓", + "notebook_with_decorative_cover": "📔", + "nut_and_bolt": "🔩", + "octopus": "🐙", + "oden": "🍢", + "office_building": "🏢", + "ogre": "👹", + "oil_drum": "🛢", + "old_key": "🗝", + "old_man": "👴", + "old_man_dark_skin_tone": "👴🏿", + "old_man_light_skin_tone": "👴🏻", + "old_man_medium-dark_skin_tone": "👴🏾", + "old_man_medium-light_skin_tone": "👴🏼", + "old_man_medium_skin_tone": "👴🏽", + "old_woman": "👵", + "old_woman_dark_skin_tone": "👵🏿", + "old_woman_light_skin_tone": "👵🏻", + "old_woman_medium-dark_skin_tone": "👵🏾", + "old_woman_medium-light_skin_tone": "👵🏼", + "old_woman_medium_skin_tone": "👵🏽", + "older_adult": "🧓", + "older_adult_dark_skin_tone": "🧓🏿", + "older_adult_light_skin_tone": "🧓🏻", + "older_adult_medium-dark_skin_tone": "🧓🏾", + "older_adult_medium-light_skin_tone": "🧓🏼", + "older_adult_medium_skin_tone": "🧓🏽", + "om": "🕉", + "oncoming_automobile": "🚘", + "oncoming_bus": "🚍", + "oncoming_fist": "👊", + "oncoming_fist_dark_skin_tone": "👊🏿", + "oncoming_fist_light_skin_tone": "👊🏻", + "oncoming_fist_medium-dark_skin_tone": "👊🏾", + "oncoming_fist_medium-light_skin_tone": "👊🏼", + "oncoming_fist_medium_skin_tone": "👊🏽", + "oncoming_police_car": "🚔", + "oncoming_taxi": "🚖", + "one-piece_swimsuit": "🩱", + "one-thirty": "🕜", + "one_o’clock": "🕐", + "onion": "🧅", + "open_book": "📖", + "open_file_folder": "📂", + "open_hands": "👐", + "open_hands_dark_skin_tone": "👐🏿", + "open_hands_light_skin_tone": "👐🏻", + "open_hands_medium-dark_skin_tone": "👐🏾", + "open_hands_medium-light_skin_tone": "👐🏼", + "open_hands_medium_skin_tone": "👐🏽", + "open_mailbox_with_lowered_flag": "📭", + "open_mailbox_with_raised_flag": "📬", + "optical_disk": "💿", + "orange_book": "📙", + "orange_circle": "🟠", + "orange_heart": "🧡", + "orange_square": "🟧", + "orangutan": "🦧", + "orthodox_cross": "☦", + "otter": "🦦", + "outbox_tray": "📤", + "owl": "🦉", + "ox": "🐂", + "oyster": "🦪", + "package": "📦", + "page_facing_up": "📄", + "page_with_curl": "📃", + "pager": "📟", + "paintbrush": "🖌", + "palm_tree": "🌴", + "palms_up_together": "🤲", + "palms_up_together_dark_skin_tone": "🤲🏿", + "palms_up_together_light_skin_tone": "🤲🏻", + "palms_up_together_medium-dark_skin_tone": "🤲🏾", + "palms_up_together_medium-light_skin_tone": "🤲🏼", + "palms_up_together_medium_skin_tone": "🤲🏽", + "pancakes": "🥞", + "panda_face": "🐼", + "paperclip": "📎", + "parrot": "🦜", + "part_alternation_mark": "〽", + "party_popper": "🎉", + "partying_face": "🥳", + "passenger_ship": "🛳", + "passport_control": "🛂", + "pause_button": "⏸", + "paw_prints": "🐾", + "peace_symbol": "☮", + "peach": "🍑", + "peacock": "🦚", + "peanuts": "🥜", + "pear": "🍐", + "pen": "🖊", + "pencil": "📝", + "penguin": "🐧", + "pensive_face": "😔", + "people_holding_hands": "🧑\u200d🤝\u200d🧑", + "people_with_bunny_ears": "👯", + "people_wrestling": "🤼", + "performing_arts": "🎭", + "persevering_face": "😣", + "person_biking": "🚴", + "person_biking_dark_skin_tone": "🚴🏿", + "person_biking_light_skin_tone": "🚴🏻", + "person_biking_medium-dark_skin_tone": "🚴🏾", + "person_biking_medium-light_skin_tone": "🚴🏼", + "person_biking_medium_skin_tone": "🚴🏽", + "person_bouncing_ball": "⛹", + "person_bouncing_ball_dark_skin_tone": "⛹🏿", + "person_bouncing_ball_light_skin_tone": "⛹🏻", + "person_bouncing_ball_medium-dark_skin_tone": "⛹🏾", + "person_bouncing_ball_medium-light_skin_tone": "⛹🏼", + "person_bouncing_ball_medium_skin_tone": "⛹🏽", + "person_bowing": "🙇", + "person_bowing_dark_skin_tone": "🙇🏿", + "person_bowing_light_skin_tone": "🙇🏻", + "person_bowing_medium-dark_skin_tone": "🙇🏾", + "person_bowing_medium-light_skin_tone": "🙇🏼", + "person_bowing_medium_skin_tone": "🙇🏽", + "person_cartwheeling": "🤸", + "person_cartwheeling_dark_skin_tone": "🤸🏿", + "person_cartwheeling_light_skin_tone": "🤸🏻", + "person_cartwheeling_medium-dark_skin_tone": "🤸🏾", + "person_cartwheeling_medium-light_skin_tone": "🤸🏼", + "person_cartwheeling_medium_skin_tone": "🤸🏽", + "person_climbing": "🧗", + "person_climbing_dark_skin_tone": "🧗🏿", + "person_climbing_light_skin_tone": "🧗🏻", + "person_climbing_medium-dark_skin_tone": "🧗🏾", + "person_climbing_medium-light_skin_tone": "🧗🏼", + "person_climbing_medium_skin_tone": "🧗🏽", + "person_facepalming": "🤦", + "person_facepalming_dark_skin_tone": "🤦🏿", + "person_facepalming_light_skin_tone": "🤦🏻", + "person_facepalming_medium-dark_skin_tone": "🤦🏾", + "person_facepalming_medium-light_skin_tone": "🤦🏼", + "person_facepalming_medium_skin_tone": "🤦🏽", + "person_fencing": "🤺", + "person_frowning": "🙍", + "person_frowning_dark_skin_tone": "🙍🏿", + "person_frowning_light_skin_tone": "🙍🏻", + "person_frowning_medium-dark_skin_tone": "🙍🏾", + "person_frowning_medium-light_skin_tone": "🙍🏼", + "person_frowning_medium_skin_tone": "🙍🏽", + "person_gesturing_no": "🙅", + "person_gesturing_no_dark_skin_tone": "🙅🏿", + "person_gesturing_no_light_skin_tone": "🙅🏻", + "person_gesturing_no_medium-dark_skin_tone": "🙅🏾", + "person_gesturing_no_medium-light_skin_tone": "🙅🏼", + "person_gesturing_no_medium_skin_tone": "🙅🏽", + "person_gesturing_ok": "🙆", + "person_gesturing_ok_dark_skin_tone": "🙆🏿", + "person_gesturing_ok_light_skin_tone": "🙆🏻", + "person_gesturing_ok_medium-dark_skin_tone": "🙆🏾", + "person_gesturing_ok_medium-light_skin_tone": "🙆🏼", + "person_gesturing_ok_medium_skin_tone": "🙆🏽", + "person_getting_haircut": "💇", + "person_getting_haircut_dark_skin_tone": "💇🏿", + "person_getting_haircut_light_skin_tone": "💇🏻", + "person_getting_haircut_medium-dark_skin_tone": "💇🏾", + "person_getting_haircut_medium-light_skin_tone": "💇🏼", + "person_getting_haircut_medium_skin_tone": "💇🏽", + "person_getting_massage": "💆", + "person_getting_massage_dark_skin_tone": "💆🏿", + "person_getting_massage_light_skin_tone": "💆🏻", + "person_getting_massage_medium-dark_skin_tone": "💆🏾", + "person_getting_massage_medium-light_skin_tone": "💆🏼", + "person_getting_massage_medium_skin_tone": "💆🏽", + "person_golfing": "🏌", + "person_golfing_dark_skin_tone": "🏌🏿", + "person_golfing_light_skin_tone": "🏌🏻", + "person_golfing_medium-dark_skin_tone": "🏌🏾", + "person_golfing_medium-light_skin_tone": "🏌🏼", + "person_golfing_medium_skin_tone": "🏌🏽", + "person_in_bed": "🛌", + "person_in_bed_dark_skin_tone": "🛌🏿", + "person_in_bed_light_skin_tone": "🛌🏻", + "person_in_bed_medium-dark_skin_tone": "🛌🏾", + "person_in_bed_medium-light_skin_tone": "🛌🏼", + "person_in_bed_medium_skin_tone": "🛌🏽", + "person_in_lotus_position": "🧘", + "person_in_lotus_position_dark_skin_tone": "🧘🏿", + "person_in_lotus_position_light_skin_tone": "🧘🏻", + "person_in_lotus_position_medium-dark_skin_tone": "🧘🏾", + "person_in_lotus_position_medium-light_skin_tone": "🧘🏼", + "person_in_lotus_position_medium_skin_tone": "🧘🏽", + "person_in_steamy_room": "🧖", + "person_in_steamy_room_dark_skin_tone": "🧖🏿", + "person_in_steamy_room_light_skin_tone": "🧖🏻", + "person_in_steamy_room_medium-dark_skin_tone": "🧖🏾", + "person_in_steamy_room_medium-light_skin_tone": "🧖🏼", + "person_in_steamy_room_medium_skin_tone": "🧖🏽", + "person_juggling": "🤹", + "person_juggling_dark_skin_tone": "🤹🏿", + "person_juggling_light_skin_tone": "🤹🏻", + "person_juggling_medium-dark_skin_tone": "🤹🏾", + "person_juggling_medium-light_skin_tone": "🤹🏼", + "person_juggling_medium_skin_tone": "🤹🏽", + "person_kneeling": "🧎", + "person_lifting_weights": "🏋", + "person_lifting_weights_dark_skin_tone": "🏋🏿", + "person_lifting_weights_light_skin_tone": "🏋🏻", + "person_lifting_weights_medium-dark_skin_tone": "🏋🏾", + "person_lifting_weights_medium-light_skin_tone": "🏋🏼", + "person_lifting_weights_medium_skin_tone": "🏋🏽", + "person_mountain_biking": "🚵", + "person_mountain_biking_dark_skin_tone": "🚵🏿", + "person_mountain_biking_light_skin_tone": "🚵🏻", + "person_mountain_biking_medium-dark_skin_tone": "🚵🏾", + "person_mountain_biking_medium-light_skin_tone": "🚵🏼", + "person_mountain_biking_medium_skin_tone": "🚵🏽", + "person_playing_handball": "🤾", + "person_playing_handball_dark_skin_tone": "🤾🏿", + "person_playing_handball_light_skin_tone": "🤾🏻", + "person_playing_handball_medium-dark_skin_tone": "🤾🏾", + "person_playing_handball_medium-light_skin_tone": "🤾🏼", + "person_playing_handball_medium_skin_tone": "🤾🏽", + "person_playing_water_polo": "🤽", + "person_playing_water_polo_dark_skin_tone": "🤽🏿", + "person_playing_water_polo_light_skin_tone": "🤽🏻", + "person_playing_water_polo_medium-dark_skin_tone": "🤽🏾", + "person_playing_water_polo_medium-light_skin_tone": "🤽🏼", + "person_playing_water_polo_medium_skin_tone": "🤽🏽", + "person_pouting": "🙎", + "person_pouting_dark_skin_tone": "🙎🏿", + "person_pouting_light_skin_tone": "🙎🏻", + "person_pouting_medium-dark_skin_tone": "🙎🏾", + "person_pouting_medium-light_skin_tone": "🙎🏼", + "person_pouting_medium_skin_tone": "🙎🏽", + "person_raising_hand": "🙋", + "person_raising_hand_dark_skin_tone": "🙋🏿", + "person_raising_hand_light_skin_tone": "🙋🏻", + "person_raising_hand_medium-dark_skin_tone": "🙋🏾", + "person_raising_hand_medium-light_skin_tone": "🙋🏼", + "person_raising_hand_medium_skin_tone": "🙋🏽", + "person_rowing_boat": "🚣", + "person_rowing_boat_dark_skin_tone": "🚣🏿", + "person_rowing_boat_light_skin_tone": "🚣🏻", + "person_rowing_boat_medium-dark_skin_tone": "🚣🏾", + "person_rowing_boat_medium-light_skin_tone": "🚣🏼", + "person_rowing_boat_medium_skin_tone": "🚣🏽", + "person_running": "🏃", + "person_running_dark_skin_tone": "🏃🏿", + "person_running_light_skin_tone": "🏃🏻", + "person_running_medium-dark_skin_tone": "🏃🏾", + "person_running_medium-light_skin_tone": "🏃🏼", + "person_running_medium_skin_tone": "🏃🏽", + "person_shrugging": "🤷", + "person_shrugging_dark_skin_tone": "🤷🏿", + "person_shrugging_light_skin_tone": "🤷🏻", + "person_shrugging_medium-dark_skin_tone": "🤷🏾", + "person_shrugging_medium-light_skin_tone": "🤷🏼", + "person_shrugging_medium_skin_tone": "🤷🏽", + "person_standing": "🧍", + "person_surfing": "🏄", + "person_surfing_dark_skin_tone": "🏄🏿", + "person_surfing_light_skin_tone": "🏄🏻", + "person_surfing_medium-dark_skin_tone": "🏄🏾", + "person_surfing_medium-light_skin_tone": "🏄🏼", + "person_surfing_medium_skin_tone": "🏄🏽", + "person_swimming": "🏊", + "person_swimming_dark_skin_tone": "🏊🏿", + "person_swimming_light_skin_tone": "🏊🏻", + "person_swimming_medium-dark_skin_tone": "🏊🏾", + "person_swimming_medium-light_skin_tone": "🏊🏼", + "person_swimming_medium_skin_tone": "🏊🏽", + "person_taking_bath": "🛀", + "person_taking_bath_dark_skin_tone": "🛀🏿", + "person_taking_bath_light_skin_tone": "🛀🏻", + "person_taking_bath_medium-dark_skin_tone": "🛀🏾", + "person_taking_bath_medium-light_skin_tone": "🛀🏼", + "person_taking_bath_medium_skin_tone": "🛀🏽", + "person_tipping_hand": "💁", + "person_tipping_hand_dark_skin_tone": "💁🏿", + "person_tipping_hand_light_skin_tone": "💁🏻", + "person_tipping_hand_medium-dark_skin_tone": "💁🏾", + "person_tipping_hand_medium-light_skin_tone": "💁🏼", + "person_tipping_hand_medium_skin_tone": "💁🏽", + "person_walking": "🚶", + "person_walking_dark_skin_tone": "🚶🏿", + "person_walking_light_skin_tone": "🚶🏻", + "person_walking_medium-dark_skin_tone": "🚶🏾", + "person_walking_medium-light_skin_tone": "🚶🏼", + "person_walking_medium_skin_tone": "🚶🏽", + "person_wearing_turban": "👳", + "person_wearing_turban_dark_skin_tone": "👳🏿", + "person_wearing_turban_light_skin_tone": "👳🏻", + "person_wearing_turban_medium-dark_skin_tone": "👳🏾", + "person_wearing_turban_medium-light_skin_tone": "👳🏼", + "person_wearing_turban_medium_skin_tone": "👳🏽", + "petri_dish": "🧫", + "pick": "⛏", + "pie": "🥧", + "pig": "🐷", + "pig_face": "🐷", + "pig_nose": "🐽", + "pile_of_poo": "💩", + "pill": "💊", + "pinching_hand": "🤏", + "pine_decoration": "🎍", + "pineapple": "🍍", + "ping_pong": "🏓", + "pirate_flag": "🏴\u200d☠️", + "pistol": "🔫", + "pizza": "🍕", + "place_of_worship": "🛐", + "play_button": "▶", + "play_or_pause_button": "⏯", + "pleading_face": "🥺", + "police_car": "🚓", + "police_car_light": "🚨", + "police_officer": "👮", + "police_officer_dark_skin_tone": "👮🏿", + "police_officer_light_skin_tone": "👮🏻", + "police_officer_medium-dark_skin_tone": "👮🏾", + "police_officer_medium-light_skin_tone": "👮🏼", + "police_officer_medium_skin_tone": "👮🏽", + "poodle": "🐩", + "pool_8_ball": "🎱", + "popcorn": "🍿", + "post_office": "🏣", + "postal_horn": "📯", + "postbox": "📮", + "pot_of_food": "🍲", + "potable_water": "🚰", + "potato": "🥔", + "poultry_leg": "🍗", + "pound_banknote": "💷", + "pouting_cat_face": "😾", + "pouting_face": "😡", + "prayer_beads": "📿", + "pregnant_woman": "🤰", + "pregnant_woman_dark_skin_tone": "🤰🏿", + "pregnant_woman_light_skin_tone": "🤰🏻", + "pregnant_woman_medium-dark_skin_tone": "🤰🏾", + "pregnant_woman_medium-light_skin_tone": "🤰🏼", + "pregnant_woman_medium_skin_tone": "🤰🏽", + "pretzel": "🥨", + "probing_cane": "🦯", + "prince": "🤴", + "prince_dark_skin_tone": "🤴🏿", + "prince_light_skin_tone": "🤴🏻", + "prince_medium-dark_skin_tone": "🤴🏾", + "prince_medium-light_skin_tone": "🤴🏼", + "prince_medium_skin_tone": "🤴🏽", + "princess": "👸", + "princess_dark_skin_tone": "👸🏿", + "princess_light_skin_tone": "👸🏻", + "princess_medium-dark_skin_tone": "👸🏾", + "princess_medium-light_skin_tone": "👸🏼", + "princess_medium_skin_tone": "👸🏽", + "printer": "🖨", + "prohibited": "🚫", + "purple_circle": "🟣", + "purple_heart": "💜", + "purple_square": "🟪", + "purse": "👛", + "pushpin": "📌", + "question_mark": "❓", + "rabbit": "🐰", + "rabbit_face": "🐰", + "raccoon": "🦝", + "racing_car": "🏎", + "radio": "📻", + "radio_button": "🔘", + "radioactive": "☢", + "railway_car": "🚃", + "railway_track": "🛤", + "rainbow": "🌈", + "rainbow_flag": "🏳️\u200d🌈", + "raised_back_of_hand": "🤚", + "raised_back_of_hand_dark_skin_tone": "🤚🏿", + "raised_back_of_hand_light_skin_tone": "🤚🏻", + "raised_back_of_hand_medium-dark_skin_tone": "🤚🏾", + "raised_back_of_hand_medium-light_skin_tone": "🤚🏼", + "raised_back_of_hand_medium_skin_tone": "🤚🏽", + "raised_fist": "✊", + "raised_fist_dark_skin_tone": "✊🏿", + "raised_fist_light_skin_tone": "✊🏻", + "raised_fist_medium-dark_skin_tone": "✊🏾", + "raised_fist_medium-light_skin_tone": "✊🏼", + "raised_fist_medium_skin_tone": "✊🏽", + "raised_hand": "✋", + "raised_hand_dark_skin_tone": "✋🏿", + "raised_hand_light_skin_tone": "✋🏻", + "raised_hand_medium-dark_skin_tone": "✋🏾", + "raised_hand_medium-light_skin_tone": "✋🏼", + "raised_hand_medium_skin_tone": "✋🏽", + "raising_hands": "🙌", + "raising_hands_dark_skin_tone": "🙌🏿", + "raising_hands_light_skin_tone": "🙌🏻", + "raising_hands_medium-dark_skin_tone": "🙌🏾", + "raising_hands_medium-light_skin_tone": "🙌🏼", + "raising_hands_medium_skin_tone": "🙌🏽", + "ram": "🐏", + "rat": "🐀", + "razor": "🪒", + "ringed_planet": "🪐", + "receipt": "🧾", + "record_button": "⏺", + "recycling_symbol": "♻", + "red_apple": "🍎", + "red_circle": "🔴", + "red_envelope": "🧧", + "red_hair": "🦰", + "red-haired_man": "👨\u200d🦰", + "red-haired_woman": "👩\u200d🦰", + "red_heart": "❤", + "red_paper_lantern": "🏮", + "red_square": "🟥", + "red_triangle_pointed_down": "🔻", + "red_triangle_pointed_up": "🔺", + "registered": "®", + "relieved_face": "😌", + "reminder_ribbon": "🎗", + "repeat_button": "🔁", + "repeat_single_button": "🔂", + "rescue_worker’s_helmet": "⛑", + "restroom": "🚻", + "reverse_button": "◀", + "revolving_hearts": "💞", + "rhinoceros": "🦏", + "ribbon": "🎀", + "rice_ball": "🍙", + "rice_cracker": "🍘", + "right-facing_fist": "🤜", + "right-facing_fist_dark_skin_tone": "🤜🏿", + "right-facing_fist_light_skin_tone": "🤜🏻", + "right-facing_fist_medium-dark_skin_tone": "🤜🏾", + "right-facing_fist_medium-light_skin_tone": "🤜🏼", + "right-facing_fist_medium_skin_tone": "🤜🏽", + "right_anger_bubble": "🗯", + "right_arrow": "➡", + "right_arrow_curving_down": "⤵", + "right_arrow_curving_left": "↩", + "right_arrow_curving_up": "⤴", + "ring": "💍", + "roasted_sweet_potato": "🍠", + "robot_face": "🤖", + "rocket": "🚀", + "roll_of_paper": "🧻", + "rolled-up_newspaper": "🗞", + "roller_coaster": "🎢", + "rolling_on_the_floor_laughing": "🤣", + "rooster": "🐓", + "rose": "🌹", + "rosette": "🏵", + "round_pushpin": "📍", + "rugby_football": "🏉", + "running_shirt": "🎽", + "running_shoe": "👟", + "sad_but_relieved_face": "😥", + "safety_pin": "🧷", + "safety_vest": "🦺", + "salt": "🧂", + "sailboat": "⛵", + "sake": "🍶", + "sandwich": "🥪", + "sari": "🥻", + "satellite": "📡", + "satellite_antenna": "📡", + "sauropod": "🦕", + "saxophone": "🎷", + "scarf": "🧣", + "school": "🏫", + "school_backpack": "🎒", + "scissors": "✂", + "scorpion": "🦂", + "scroll": "📜", + "seat": "💺", + "see-no-evil_monkey": "🙈", + "seedling": "🌱", + "selfie": "🤳", + "selfie_dark_skin_tone": "🤳🏿", + "selfie_light_skin_tone": "🤳🏻", + "selfie_medium-dark_skin_tone": "🤳🏾", + "selfie_medium-light_skin_tone": "🤳🏼", + "selfie_medium_skin_tone": "🤳🏽", + "service_dog": "🐕\u200d🦺", + "seven-thirty": "🕢", + "seven_o’clock": "🕖", + "shallow_pan_of_food": "🥘", + "shamrock": "☘", + "shark": "🦈", + "shaved_ice": "🍧", + "sheaf_of_rice": "🌾", + "shield": "🛡", + "shinto_shrine": "⛩", + "ship": "🚢", + "shooting_star": "🌠", + "shopping_bags": "🛍", + "shopping_cart": "🛒", + "shortcake": "🍰", + "shorts": "🩳", + "shower": "🚿", + "shrimp": "🦐", + "shuffle_tracks_button": "🔀", + "shushing_face": "🤫", + "sign_of_the_horns": "🤘", + "sign_of_the_horns_dark_skin_tone": "🤘🏿", + "sign_of_the_horns_light_skin_tone": "🤘🏻", + "sign_of_the_horns_medium-dark_skin_tone": "🤘🏾", + "sign_of_the_horns_medium-light_skin_tone": "🤘🏼", + "sign_of_the_horns_medium_skin_tone": "🤘🏽", + "six-thirty": "🕡", + "six_o’clock": "🕕", + "skateboard": "🛹", + "skier": "⛷", + "skis": "🎿", + "skull": "💀", + "skull_and_crossbones": "☠", + "skunk": "🦨", + "sled": "🛷", + "sleeping_face": "😴", + "sleepy_face": "😪", + "slightly_frowning_face": "🙁", + "slightly_smiling_face": "🙂", + "slot_machine": "🎰", + "sloth": "🦥", + "small_airplane": "🛩", + "small_blue_diamond": "🔹", + "small_orange_diamond": "🔸", + "smiling_cat_face_with_heart-eyes": "😻", + "smiling_face": "☺", + "smiling_face_with_halo": "😇", + "smiling_face_with_3_hearts": "🥰", + "smiling_face_with_heart-eyes": "😍", + "smiling_face_with_horns": "😈", + "smiling_face_with_smiling_eyes": "😊", + "smiling_face_with_sunglasses": "😎", + "smirking_face": "😏", + "snail": "🐌", + "snake": "🐍", + "sneezing_face": "🤧", + "snow-capped_mountain": "🏔", + "snowboarder": "🏂", + "snowboarder_dark_skin_tone": "🏂🏿", + "snowboarder_light_skin_tone": "🏂🏻", + "snowboarder_medium-dark_skin_tone": "🏂🏾", + "snowboarder_medium-light_skin_tone": "🏂🏼", + "snowboarder_medium_skin_tone": "🏂🏽", + "snowflake": "❄", + "snowman": "☃", + "snowman_without_snow": "⛄", + "soap": "🧼", + "soccer_ball": "⚽", + "socks": "🧦", + "softball": "🥎", + "soft_ice_cream": "🍦", + "spade_suit": "♠", + "spaghetti": "🍝", + "sparkle": "❇", + "sparkler": "🎇", + "sparkles": "✨", + "sparkling_heart": "💖", + "speak-no-evil_monkey": "🙊", + "speaker_high_volume": "🔊", + "speaker_low_volume": "🔈", + "speaker_medium_volume": "🔉", + "speaking_head": "🗣", + "speech_balloon": "💬", + "speedboat": "🚤", + "spider": "🕷", + "spider_web": "🕸", + "spiral_calendar": "🗓", + "spiral_notepad": "🗒", + "spiral_shell": "🐚", + "spoon": "🥄", + "sponge": "🧽", + "sport_utility_vehicle": "🚙", + "sports_medal": "🏅", + "spouting_whale": "🐳", + "squid": "🦑", + "squinting_face_with_tongue": "😝", + "stadium": "🏟", + "star-struck": "🤩", + "star_and_crescent": "☪", + "star_of_david": "✡", + "station": "🚉", + "steaming_bowl": "🍜", + "stethoscope": "🩺", + "stop_button": "⏹", + "stop_sign": "🛑", + "stopwatch": "⏱", + "straight_ruler": "📏", + "strawberry": "🍓", + "studio_microphone": "🎙", + "stuffed_flatbread": "🥙", + "sun": "☀", + "sun_behind_cloud": "⛅", + "sun_behind_large_cloud": "🌥", + "sun_behind_rain_cloud": "🌦", + "sun_behind_small_cloud": "🌤", + "sun_with_face": "🌞", + "sunflower": "🌻", + "sunglasses": "😎", + "sunrise": "🌅", + "sunrise_over_mountains": "🌄", + "sunset": "🌇", + "superhero": "🦸", + "supervillain": "🦹", + "sushi": "🍣", + "suspension_railway": "🚟", + "swan": "🦢", + "sweat_droplets": "💦", + "synagogue": "🕍", + "syringe": "💉", + "t-shirt": "👕", + "taco": "🌮", + "takeout_box": "🥡", + "tanabata_tree": "🎋", + "tangerine": "🍊", + "taxi": "🚕", + "teacup_without_handle": "🍵", + "tear-off_calendar": "📆", + "teddy_bear": "🧸", + "telephone": "☎", + "telephone_receiver": "📞", + "telescope": "🔭", + "television": "📺", + "ten-thirty": "🕥", + "ten_o’clock": "🕙", + "tennis": "🎾", + "tent": "⛺", + "test_tube": "🧪", + "thermometer": "🌡", + "thinking_face": "🤔", + "thought_balloon": "💭", + "thread": "🧵", + "three-thirty": "🕞", + "three_o’clock": "🕒", + "thumbs_down": "👎", + "thumbs_down_dark_skin_tone": "👎🏿", + "thumbs_down_light_skin_tone": "👎🏻", + "thumbs_down_medium-dark_skin_tone": "👎🏾", + "thumbs_down_medium-light_skin_tone": "👎🏼", + "thumbs_down_medium_skin_tone": "👎🏽", + "thumbs_up": "👍", + "thumbs_up_dark_skin_tone": "👍🏿", + "thumbs_up_light_skin_tone": "👍🏻", + "thumbs_up_medium-dark_skin_tone": "👍🏾", + "thumbs_up_medium-light_skin_tone": "👍🏼", + "thumbs_up_medium_skin_tone": "👍🏽", + "ticket": "🎫", + "tiger": "🐯", + "tiger_face": "🐯", + "timer_clock": "⏲", + "tired_face": "😫", + "toolbox": "🧰", + "toilet": "🚽", + "tomato": "🍅", + "tongue": "👅", + "tooth": "🦷", + "top_hat": "🎩", + "tornado": "🌪", + "trackball": "🖲", + "tractor": "🚜", + "trade_mark": "™", + "train": "🚋", + "tram": "🚊", + "tram_car": "🚋", + "triangular_flag": "🚩", + "triangular_ruler": "📐", + "trident_emblem": "🔱", + "trolleybus": "🚎", + "trophy": "🏆", + "tropical_drink": "🍹", + "tropical_fish": "🐠", + "trumpet": "🎺", + "tulip": "🌷", + "tumbler_glass": "🥃", + "turtle": "🐢", + "twelve-thirty": "🕧", + "twelve_o’clock": "🕛", + "two-hump_camel": "🐫", + "two-thirty": "🕝", + "two_hearts": "💕", + "two_men_holding_hands": "👬", + "two_o’clock": "🕑", + "two_women_holding_hands": "👭", + "umbrella": "☂", + "umbrella_on_ground": "⛱", + "umbrella_with_rain_drops": "☔", + "unamused_face": "😒", + "unicorn_face": "🦄", + "unlocked": "🔓", + "up-down_arrow": "↕", + "up-left_arrow": "↖", + "up-right_arrow": "↗", + "up_arrow": "⬆", + "upside-down_face": "🙃", + "upwards_button": "🔼", + "vampire": "🧛", + "vampire_dark_skin_tone": "🧛🏿", + "vampire_light_skin_tone": "🧛🏻", + "vampire_medium-dark_skin_tone": "🧛🏾", + "vampire_medium-light_skin_tone": "🧛🏼", + "vampire_medium_skin_tone": "🧛🏽", + "vertical_traffic_light": "🚦", + "vibration_mode": "📳", + "victory_hand": "✌", + "victory_hand_dark_skin_tone": "✌🏿", + "victory_hand_light_skin_tone": "✌🏻", + "victory_hand_medium-dark_skin_tone": "✌🏾", + "victory_hand_medium-light_skin_tone": "✌🏼", + "victory_hand_medium_skin_tone": "✌🏽", + "video_camera": "📹", + "video_game": "🎮", + "videocassette": "📼", + "violin": "🎻", + "volcano": "🌋", + "volleyball": "🏐", + "vulcan_salute": "🖖", + "vulcan_salute_dark_skin_tone": "🖖🏿", + "vulcan_salute_light_skin_tone": "🖖🏻", + "vulcan_salute_medium-dark_skin_tone": "🖖🏾", + "vulcan_salute_medium-light_skin_tone": "🖖🏼", + "vulcan_salute_medium_skin_tone": "🖖🏽", + "waffle": "🧇", + "waning_crescent_moon": "🌘", + "waning_gibbous_moon": "🌖", + "warning": "⚠", + "wastebasket": "🗑", + "watch": "⌚", + "water_buffalo": "🐃", + "water_closet": "🚾", + "water_wave": "🌊", + "watermelon": "🍉", + "waving_hand": "👋", + "waving_hand_dark_skin_tone": "👋🏿", + "waving_hand_light_skin_tone": "👋🏻", + "waving_hand_medium-dark_skin_tone": "👋🏾", + "waving_hand_medium-light_skin_tone": "👋🏼", + "waving_hand_medium_skin_tone": "👋🏽", + "wavy_dash": "〰", + "waxing_crescent_moon": "🌒", + "waxing_gibbous_moon": "🌔", + "weary_cat_face": "🙀", + "weary_face": "😩", + "wedding": "💒", + "whale": "🐳", + "wheel_of_dharma": "☸", + "wheelchair_symbol": "♿", + "white_circle": "⚪", + "white_exclamation_mark": "❕", + "white_flag": "🏳", + "white_flower": "💮", + "white_hair": "🦳", + "white-haired_man": "👨\u200d🦳", + "white-haired_woman": "👩\u200d🦳", + "white_heart": "🤍", + "white_heavy_check_mark": "✅", + "white_large_square": "⬜", + "white_medium-small_square": "◽", + "white_medium_square": "◻", + "white_medium_star": "⭐", + "white_question_mark": "❔", + "white_small_square": "▫", + "white_square_button": "🔳", + "wilted_flower": "🥀", + "wind_chime": "🎐", + "wind_face": "🌬", + "wine_glass": "🍷", + "winking_face": "😉", + "winking_face_with_tongue": "😜", + "wolf_face": "🐺", + "woman": "👩", + "woman_artist": "👩\u200d🎨", + "woman_artist_dark_skin_tone": "👩🏿\u200d🎨", + "woman_artist_light_skin_tone": "👩🏻\u200d🎨", + "woman_artist_medium-dark_skin_tone": "👩🏾\u200d🎨", + "woman_artist_medium-light_skin_tone": "👩🏼\u200d🎨", + "woman_artist_medium_skin_tone": "👩🏽\u200d🎨", + "woman_astronaut": "👩\u200d🚀", + "woman_astronaut_dark_skin_tone": "👩🏿\u200d🚀", + "woman_astronaut_light_skin_tone": "👩🏻\u200d🚀", + "woman_astronaut_medium-dark_skin_tone": "👩🏾\u200d🚀", + "woman_astronaut_medium-light_skin_tone": "👩🏼\u200d🚀", + "woman_astronaut_medium_skin_tone": "👩🏽\u200d🚀", + "woman_biking": "🚴\u200d♀️", + "woman_biking_dark_skin_tone": "🚴🏿\u200d♀️", + "woman_biking_light_skin_tone": "🚴🏻\u200d♀️", + "woman_biking_medium-dark_skin_tone": "🚴🏾\u200d♀️", + "woman_biking_medium-light_skin_tone": "🚴🏼\u200d♀️", + "woman_biking_medium_skin_tone": "🚴🏽\u200d♀️", + "woman_bouncing_ball": "⛹️\u200d♀️", + "woman_bouncing_ball_dark_skin_tone": "⛹🏿\u200d♀️", + "woman_bouncing_ball_light_skin_tone": "⛹🏻\u200d♀️", + "woman_bouncing_ball_medium-dark_skin_tone": "⛹🏾\u200d♀️", + "woman_bouncing_ball_medium-light_skin_tone": "⛹🏼\u200d♀️", + "woman_bouncing_ball_medium_skin_tone": "⛹🏽\u200d♀️", + "woman_bowing": "🙇\u200d♀️", + "woman_bowing_dark_skin_tone": "🙇🏿\u200d♀️", + "woman_bowing_light_skin_tone": "🙇🏻\u200d♀️", + "woman_bowing_medium-dark_skin_tone": "🙇🏾\u200d♀️", + "woman_bowing_medium-light_skin_tone": "🙇🏼\u200d♀️", + "woman_bowing_medium_skin_tone": "🙇🏽\u200d♀️", + "woman_cartwheeling": "🤸\u200d♀️", + "woman_cartwheeling_dark_skin_tone": "🤸🏿\u200d♀️", + "woman_cartwheeling_light_skin_tone": "🤸🏻\u200d♀️", + "woman_cartwheeling_medium-dark_skin_tone": "🤸🏾\u200d♀️", + "woman_cartwheeling_medium-light_skin_tone": "🤸🏼\u200d♀️", + "woman_cartwheeling_medium_skin_tone": "🤸🏽\u200d♀️", + "woman_climbing": "🧗\u200d♀️", + "woman_climbing_dark_skin_tone": "🧗🏿\u200d♀️", + "woman_climbing_light_skin_tone": "🧗🏻\u200d♀️", + "woman_climbing_medium-dark_skin_tone": "🧗🏾\u200d♀️", + "woman_climbing_medium-light_skin_tone": "🧗🏼\u200d♀️", + "woman_climbing_medium_skin_tone": "🧗🏽\u200d♀️", + "woman_construction_worker": "👷\u200d♀️", + "woman_construction_worker_dark_skin_tone": "👷🏿\u200d♀️", + "woman_construction_worker_light_skin_tone": "👷🏻\u200d♀️", + "woman_construction_worker_medium-dark_skin_tone": "👷🏾\u200d♀️", + "woman_construction_worker_medium-light_skin_tone": "👷🏼\u200d♀️", + "woman_construction_worker_medium_skin_tone": "👷🏽\u200d♀️", + "woman_cook": "👩\u200d🍳", + "woman_cook_dark_skin_tone": "👩🏿\u200d🍳", + "woman_cook_light_skin_tone": "👩🏻\u200d🍳", + "woman_cook_medium-dark_skin_tone": "👩🏾\u200d🍳", + "woman_cook_medium-light_skin_tone": "👩🏼\u200d🍳", + "woman_cook_medium_skin_tone": "👩🏽\u200d🍳", + "woman_dancing": "💃", + "woman_dancing_dark_skin_tone": "💃🏿", + "woman_dancing_light_skin_tone": "💃🏻", + "woman_dancing_medium-dark_skin_tone": "💃🏾", + "woman_dancing_medium-light_skin_tone": "💃🏼", + "woman_dancing_medium_skin_tone": "💃🏽", + "woman_dark_skin_tone": "👩🏿", + "woman_detective": "🕵️\u200d♀️", + "woman_detective_dark_skin_tone": "🕵🏿\u200d♀️", + "woman_detective_light_skin_tone": "🕵🏻\u200d♀️", + "woman_detective_medium-dark_skin_tone": "🕵🏾\u200d♀️", + "woman_detective_medium-light_skin_tone": "🕵🏼\u200d♀️", + "woman_detective_medium_skin_tone": "🕵🏽\u200d♀️", + "woman_elf": "🧝\u200d♀️", + "woman_elf_dark_skin_tone": "🧝🏿\u200d♀️", + "woman_elf_light_skin_tone": "🧝🏻\u200d♀️", + "woman_elf_medium-dark_skin_tone": "🧝🏾\u200d♀️", + "woman_elf_medium-light_skin_tone": "🧝🏼\u200d♀️", + "woman_elf_medium_skin_tone": "🧝🏽\u200d♀️", + "woman_facepalming": "🤦\u200d♀️", + "woman_facepalming_dark_skin_tone": "🤦🏿\u200d♀️", + "woman_facepalming_light_skin_tone": "🤦🏻\u200d♀️", + "woman_facepalming_medium-dark_skin_tone": "🤦🏾\u200d♀️", + "woman_facepalming_medium-light_skin_tone": "🤦🏼\u200d♀️", + "woman_facepalming_medium_skin_tone": "🤦🏽\u200d♀️", + "woman_factory_worker": "👩\u200d🏭", + "woman_factory_worker_dark_skin_tone": "👩🏿\u200d🏭", + "woman_factory_worker_light_skin_tone": "👩🏻\u200d🏭", + "woman_factory_worker_medium-dark_skin_tone": "👩🏾\u200d🏭", + "woman_factory_worker_medium-light_skin_tone": "👩🏼\u200d🏭", + "woman_factory_worker_medium_skin_tone": "👩🏽\u200d🏭", + "woman_fairy": "🧚\u200d♀️", + "woman_fairy_dark_skin_tone": "🧚🏿\u200d♀️", + "woman_fairy_light_skin_tone": "🧚🏻\u200d♀️", + "woman_fairy_medium-dark_skin_tone": "🧚🏾\u200d♀️", + "woman_fairy_medium-light_skin_tone": "🧚🏼\u200d♀️", + "woman_fairy_medium_skin_tone": "🧚🏽\u200d♀️", + "woman_farmer": "👩\u200d🌾", + "woman_farmer_dark_skin_tone": "👩🏿\u200d🌾", + "woman_farmer_light_skin_tone": "👩🏻\u200d🌾", + "woman_farmer_medium-dark_skin_tone": "👩🏾\u200d🌾", + "woman_farmer_medium-light_skin_tone": "👩🏼\u200d🌾", + "woman_farmer_medium_skin_tone": "👩🏽\u200d🌾", + "woman_firefighter": "👩\u200d🚒", + "woman_firefighter_dark_skin_tone": "👩🏿\u200d🚒", + "woman_firefighter_light_skin_tone": "👩🏻\u200d🚒", + "woman_firefighter_medium-dark_skin_tone": "👩🏾\u200d🚒", + "woman_firefighter_medium-light_skin_tone": "👩🏼\u200d🚒", + "woman_firefighter_medium_skin_tone": "👩🏽\u200d🚒", + "woman_frowning": "🙍\u200d♀️", + "woman_frowning_dark_skin_tone": "🙍🏿\u200d♀️", + "woman_frowning_light_skin_tone": "🙍🏻\u200d♀️", + "woman_frowning_medium-dark_skin_tone": "🙍🏾\u200d♀️", + "woman_frowning_medium-light_skin_tone": "🙍🏼\u200d♀️", + "woman_frowning_medium_skin_tone": "🙍🏽\u200d♀️", + "woman_genie": "🧞\u200d♀️", + "woman_gesturing_no": "🙅\u200d♀️", + "woman_gesturing_no_dark_skin_tone": "🙅🏿\u200d♀️", + "woman_gesturing_no_light_skin_tone": "🙅🏻\u200d♀️", + "woman_gesturing_no_medium-dark_skin_tone": "🙅🏾\u200d♀️", + "woman_gesturing_no_medium-light_skin_tone": "🙅🏼\u200d♀️", + "woman_gesturing_no_medium_skin_tone": "🙅🏽\u200d♀️", + "woman_gesturing_ok": "🙆\u200d♀️", + "woman_gesturing_ok_dark_skin_tone": "🙆🏿\u200d♀️", + "woman_gesturing_ok_light_skin_tone": "🙆🏻\u200d♀️", + "woman_gesturing_ok_medium-dark_skin_tone": "🙆🏾\u200d♀️", + "woman_gesturing_ok_medium-light_skin_tone": "🙆🏼\u200d♀️", + "woman_gesturing_ok_medium_skin_tone": "🙆🏽\u200d♀️", + "woman_getting_haircut": "💇\u200d♀️", + "woman_getting_haircut_dark_skin_tone": "💇🏿\u200d♀️", + "woman_getting_haircut_light_skin_tone": "💇🏻\u200d♀️", + "woman_getting_haircut_medium-dark_skin_tone": "💇🏾\u200d♀️", + "woman_getting_haircut_medium-light_skin_tone": "💇🏼\u200d♀️", + "woman_getting_haircut_medium_skin_tone": "💇🏽\u200d♀️", + "woman_getting_massage": "💆\u200d♀️", + "woman_getting_massage_dark_skin_tone": "💆🏿\u200d♀️", + "woman_getting_massage_light_skin_tone": "💆🏻\u200d♀️", + "woman_getting_massage_medium-dark_skin_tone": "💆🏾\u200d♀️", + "woman_getting_massage_medium-light_skin_tone": "💆🏼\u200d♀️", + "woman_getting_massage_medium_skin_tone": "💆🏽\u200d♀️", + "woman_golfing": "🏌️\u200d♀️", + "woman_golfing_dark_skin_tone": "🏌🏿\u200d♀️", + "woman_golfing_light_skin_tone": "🏌🏻\u200d♀️", + "woman_golfing_medium-dark_skin_tone": "🏌🏾\u200d♀️", + "woman_golfing_medium-light_skin_tone": "🏌🏼\u200d♀️", + "woman_golfing_medium_skin_tone": "🏌🏽\u200d♀️", + "woman_guard": "💂\u200d♀️", + "woman_guard_dark_skin_tone": "💂🏿\u200d♀️", + "woman_guard_light_skin_tone": "💂🏻\u200d♀️", + "woman_guard_medium-dark_skin_tone": "💂🏾\u200d♀️", + "woman_guard_medium-light_skin_tone": "💂🏼\u200d♀️", + "woman_guard_medium_skin_tone": "💂🏽\u200d♀️", + "woman_health_worker": "👩\u200d⚕️", + "woman_health_worker_dark_skin_tone": "👩🏿\u200d⚕️", + "woman_health_worker_light_skin_tone": "👩🏻\u200d⚕️", + "woman_health_worker_medium-dark_skin_tone": "👩🏾\u200d⚕️", + "woman_health_worker_medium-light_skin_tone": "👩🏼\u200d⚕️", + "woman_health_worker_medium_skin_tone": "👩🏽\u200d⚕️", + "woman_in_lotus_position": "🧘\u200d♀️", + "woman_in_lotus_position_dark_skin_tone": "🧘🏿\u200d♀️", + "woman_in_lotus_position_light_skin_tone": "🧘🏻\u200d♀️", + "woman_in_lotus_position_medium-dark_skin_tone": "🧘🏾\u200d♀️", + "woman_in_lotus_position_medium-light_skin_tone": "🧘🏼\u200d♀️", + "woman_in_lotus_position_medium_skin_tone": "🧘🏽\u200d♀️", + "woman_in_manual_wheelchair": "👩\u200d🦽", + "woman_in_motorized_wheelchair": "👩\u200d🦼", + "woman_in_steamy_room": "🧖\u200d♀️", + "woman_in_steamy_room_dark_skin_tone": "🧖🏿\u200d♀️", + "woman_in_steamy_room_light_skin_tone": "🧖🏻\u200d♀️", + "woman_in_steamy_room_medium-dark_skin_tone": "🧖🏾\u200d♀️", + "woman_in_steamy_room_medium-light_skin_tone": "🧖🏼\u200d♀️", + "woman_in_steamy_room_medium_skin_tone": "🧖🏽\u200d♀️", + "woman_judge": "👩\u200d⚖️", + "woman_judge_dark_skin_tone": "👩🏿\u200d⚖️", + "woman_judge_light_skin_tone": "👩🏻\u200d⚖️", + "woman_judge_medium-dark_skin_tone": "👩🏾\u200d⚖️", + "woman_judge_medium-light_skin_tone": "👩🏼\u200d⚖️", + "woman_judge_medium_skin_tone": "👩🏽\u200d⚖️", + "woman_juggling": "🤹\u200d♀️", + "woman_juggling_dark_skin_tone": "🤹🏿\u200d♀️", + "woman_juggling_light_skin_tone": "🤹🏻\u200d♀️", + "woman_juggling_medium-dark_skin_tone": "🤹🏾\u200d♀️", + "woman_juggling_medium-light_skin_tone": "🤹🏼\u200d♀️", + "woman_juggling_medium_skin_tone": "🤹🏽\u200d♀️", + "woman_lifting_weights": "🏋️\u200d♀️", + "woman_lifting_weights_dark_skin_tone": "🏋🏿\u200d♀️", + "woman_lifting_weights_light_skin_tone": "🏋🏻\u200d♀️", + "woman_lifting_weights_medium-dark_skin_tone": "🏋🏾\u200d♀️", + "woman_lifting_weights_medium-light_skin_tone": "🏋🏼\u200d♀️", + "woman_lifting_weights_medium_skin_tone": "🏋🏽\u200d♀️", + "woman_light_skin_tone": "👩🏻", + "woman_mage": "🧙\u200d♀️", + "woman_mage_dark_skin_tone": "🧙🏿\u200d♀️", + "woman_mage_light_skin_tone": "🧙🏻\u200d♀️", + "woman_mage_medium-dark_skin_tone": "🧙🏾\u200d♀️", + "woman_mage_medium-light_skin_tone": "🧙🏼\u200d♀️", + "woman_mage_medium_skin_tone": "🧙🏽\u200d♀️", + "woman_mechanic": "👩\u200d🔧", + "woman_mechanic_dark_skin_tone": "👩🏿\u200d🔧", + "woman_mechanic_light_skin_tone": "👩🏻\u200d🔧", + "woman_mechanic_medium-dark_skin_tone": "👩🏾\u200d🔧", + "woman_mechanic_medium-light_skin_tone": "👩🏼\u200d🔧", + "woman_mechanic_medium_skin_tone": "👩🏽\u200d🔧", + "woman_medium-dark_skin_tone": "👩🏾", + "woman_medium-light_skin_tone": "👩🏼", + "woman_medium_skin_tone": "👩🏽", + "woman_mountain_biking": "🚵\u200d♀️", + "woman_mountain_biking_dark_skin_tone": "🚵🏿\u200d♀️", + "woman_mountain_biking_light_skin_tone": "🚵🏻\u200d♀️", + "woman_mountain_biking_medium-dark_skin_tone": "🚵🏾\u200d♀️", + "woman_mountain_biking_medium-light_skin_tone": "🚵🏼\u200d♀️", + "woman_mountain_biking_medium_skin_tone": "🚵🏽\u200d♀️", + "woman_office_worker": "👩\u200d💼", + "woman_office_worker_dark_skin_tone": "👩🏿\u200d💼", + "woman_office_worker_light_skin_tone": "👩🏻\u200d💼", + "woman_office_worker_medium-dark_skin_tone": "👩🏾\u200d💼", + "woman_office_worker_medium-light_skin_tone": "👩🏼\u200d💼", + "woman_office_worker_medium_skin_tone": "👩🏽\u200d💼", + "woman_pilot": "👩\u200d✈️", + "woman_pilot_dark_skin_tone": "👩🏿\u200d✈️", + "woman_pilot_light_skin_tone": "👩🏻\u200d✈️", + "woman_pilot_medium-dark_skin_tone": "👩🏾\u200d✈️", + "woman_pilot_medium-light_skin_tone": "👩🏼\u200d✈️", + "woman_pilot_medium_skin_tone": "👩🏽\u200d✈️", + "woman_playing_handball": "🤾\u200d♀️", + "woman_playing_handball_dark_skin_tone": "🤾🏿\u200d♀️", + "woman_playing_handball_light_skin_tone": "🤾🏻\u200d♀️", + "woman_playing_handball_medium-dark_skin_tone": "🤾🏾\u200d♀️", + "woman_playing_handball_medium-light_skin_tone": "🤾🏼\u200d♀️", + "woman_playing_handball_medium_skin_tone": "🤾🏽\u200d♀️", + "woman_playing_water_polo": "🤽\u200d♀️", + "woman_playing_water_polo_dark_skin_tone": "🤽🏿\u200d♀️", + "woman_playing_water_polo_light_skin_tone": "🤽🏻\u200d♀️", + "woman_playing_water_polo_medium-dark_skin_tone": "🤽🏾\u200d♀️", + "woman_playing_water_polo_medium-light_skin_tone": "🤽🏼\u200d♀️", + "woman_playing_water_polo_medium_skin_tone": "🤽🏽\u200d♀️", + "woman_police_officer": "👮\u200d♀️", + "woman_police_officer_dark_skin_tone": "👮🏿\u200d♀️", + "woman_police_officer_light_skin_tone": "👮🏻\u200d♀️", + "woman_police_officer_medium-dark_skin_tone": "👮🏾\u200d♀️", + "woman_police_officer_medium-light_skin_tone": "👮🏼\u200d♀️", + "woman_police_officer_medium_skin_tone": "👮🏽\u200d♀️", + "woman_pouting": "🙎\u200d♀️", + "woman_pouting_dark_skin_tone": "🙎🏿\u200d♀️", + "woman_pouting_light_skin_tone": "🙎🏻\u200d♀️", + "woman_pouting_medium-dark_skin_tone": "🙎🏾\u200d♀️", + "woman_pouting_medium-light_skin_tone": "🙎🏼\u200d♀️", + "woman_pouting_medium_skin_tone": "🙎🏽\u200d♀️", + "woman_raising_hand": "🙋\u200d♀️", + "woman_raising_hand_dark_skin_tone": "🙋🏿\u200d♀️", + "woman_raising_hand_light_skin_tone": "🙋🏻\u200d♀️", + "woman_raising_hand_medium-dark_skin_tone": "🙋🏾\u200d♀️", + "woman_raising_hand_medium-light_skin_tone": "🙋🏼\u200d♀️", + "woman_raising_hand_medium_skin_tone": "🙋🏽\u200d♀️", + "woman_rowing_boat": "🚣\u200d♀️", + "woman_rowing_boat_dark_skin_tone": "🚣🏿\u200d♀️", + "woman_rowing_boat_light_skin_tone": "🚣🏻\u200d♀️", + "woman_rowing_boat_medium-dark_skin_tone": "🚣🏾\u200d♀️", + "woman_rowing_boat_medium-light_skin_tone": "🚣🏼\u200d♀️", + "woman_rowing_boat_medium_skin_tone": "🚣🏽\u200d♀️", + "woman_running": "🏃\u200d♀️", + "woman_running_dark_skin_tone": "🏃🏿\u200d♀️", + "woman_running_light_skin_tone": "🏃🏻\u200d♀️", + "woman_running_medium-dark_skin_tone": "🏃🏾\u200d♀️", + "woman_running_medium-light_skin_tone": "🏃🏼\u200d♀️", + "woman_running_medium_skin_tone": "🏃🏽\u200d♀️", + "woman_scientist": "👩\u200d🔬", + "woman_scientist_dark_skin_tone": "👩🏿\u200d🔬", + "woman_scientist_light_skin_tone": "👩🏻\u200d🔬", + "woman_scientist_medium-dark_skin_tone": "👩🏾\u200d🔬", + "woman_scientist_medium-light_skin_tone": "👩🏼\u200d🔬", + "woman_scientist_medium_skin_tone": "👩🏽\u200d🔬", + "woman_shrugging": "🤷\u200d♀️", + "woman_shrugging_dark_skin_tone": "🤷🏿\u200d♀️", + "woman_shrugging_light_skin_tone": "🤷🏻\u200d♀️", + "woman_shrugging_medium-dark_skin_tone": "🤷🏾\u200d♀️", + "woman_shrugging_medium-light_skin_tone": "🤷🏼\u200d♀️", + "woman_shrugging_medium_skin_tone": "🤷🏽\u200d♀️", + "woman_singer": "👩\u200d🎤", + "woman_singer_dark_skin_tone": "👩🏿\u200d🎤", + "woman_singer_light_skin_tone": "👩🏻\u200d🎤", + "woman_singer_medium-dark_skin_tone": "👩🏾\u200d🎤", + "woman_singer_medium-light_skin_tone": "👩🏼\u200d🎤", + "woman_singer_medium_skin_tone": "👩🏽\u200d🎤", + "woman_student": "👩\u200d🎓", + "woman_student_dark_skin_tone": "👩🏿\u200d🎓", + "woman_student_light_skin_tone": "👩🏻\u200d🎓", + "woman_student_medium-dark_skin_tone": "👩🏾\u200d🎓", + "woman_student_medium-light_skin_tone": "👩🏼\u200d🎓", + "woman_student_medium_skin_tone": "👩🏽\u200d🎓", + "woman_surfing": "🏄\u200d♀️", + "woman_surfing_dark_skin_tone": "🏄🏿\u200d♀️", + "woman_surfing_light_skin_tone": "🏄🏻\u200d♀️", + "woman_surfing_medium-dark_skin_tone": "🏄🏾\u200d♀️", + "woman_surfing_medium-light_skin_tone": "🏄🏼\u200d♀️", + "woman_surfing_medium_skin_tone": "🏄🏽\u200d♀️", + "woman_swimming": "🏊\u200d♀️", + "woman_swimming_dark_skin_tone": "🏊🏿\u200d♀️", + "woman_swimming_light_skin_tone": "🏊🏻\u200d♀️", + "woman_swimming_medium-dark_skin_tone": "🏊🏾\u200d♀️", + "woman_swimming_medium-light_skin_tone": "🏊🏼\u200d♀️", + "woman_swimming_medium_skin_tone": "🏊🏽\u200d♀️", + "woman_teacher": "👩\u200d🏫", + "woman_teacher_dark_skin_tone": "👩🏿\u200d🏫", + "woman_teacher_light_skin_tone": "👩🏻\u200d🏫", + "woman_teacher_medium-dark_skin_tone": "👩🏾\u200d🏫", + "woman_teacher_medium-light_skin_tone": "👩🏼\u200d🏫", + "woman_teacher_medium_skin_tone": "👩🏽\u200d🏫", + "woman_technologist": "👩\u200d💻", + "woman_technologist_dark_skin_tone": "👩🏿\u200d💻", + "woman_technologist_light_skin_tone": "👩🏻\u200d💻", + "woman_technologist_medium-dark_skin_tone": "👩🏾\u200d💻", + "woman_technologist_medium-light_skin_tone": "👩🏼\u200d💻", + "woman_technologist_medium_skin_tone": "👩🏽\u200d💻", + "woman_tipping_hand": "💁\u200d♀️", + "woman_tipping_hand_dark_skin_tone": "💁🏿\u200d♀️", + "woman_tipping_hand_light_skin_tone": "💁🏻\u200d♀️", + "woman_tipping_hand_medium-dark_skin_tone": "💁🏾\u200d♀️", + "woman_tipping_hand_medium-light_skin_tone": "💁🏼\u200d♀️", + "woman_tipping_hand_medium_skin_tone": "💁🏽\u200d♀️", + "woman_vampire": "🧛\u200d♀️", + "woman_vampire_dark_skin_tone": "🧛🏿\u200d♀️", + "woman_vampire_light_skin_tone": "🧛🏻\u200d♀️", + "woman_vampire_medium-dark_skin_tone": "🧛🏾\u200d♀️", + "woman_vampire_medium-light_skin_tone": "🧛🏼\u200d♀️", + "woman_vampire_medium_skin_tone": "🧛🏽\u200d♀️", + "woman_walking": "🚶\u200d♀️", + "woman_walking_dark_skin_tone": "🚶🏿\u200d♀️", + "woman_walking_light_skin_tone": "🚶🏻\u200d♀️", + "woman_walking_medium-dark_skin_tone": "🚶🏾\u200d♀️", + "woman_walking_medium-light_skin_tone": "🚶🏼\u200d♀️", + "woman_walking_medium_skin_tone": "🚶🏽\u200d♀️", + "woman_wearing_turban": "👳\u200d♀️", + "woman_wearing_turban_dark_skin_tone": "👳🏿\u200d♀️", + "woman_wearing_turban_light_skin_tone": "👳🏻\u200d♀️", + "woman_wearing_turban_medium-dark_skin_tone": "👳🏾\u200d♀️", + "woman_wearing_turban_medium-light_skin_tone": "👳🏼\u200d♀️", + "woman_wearing_turban_medium_skin_tone": "👳🏽\u200d♀️", + "woman_with_headscarf": "🧕", + "woman_with_headscarf_dark_skin_tone": "🧕🏿", + "woman_with_headscarf_light_skin_tone": "🧕🏻", + "woman_with_headscarf_medium-dark_skin_tone": "🧕🏾", + "woman_with_headscarf_medium-light_skin_tone": "🧕🏼", + "woman_with_headscarf_medium_skin_tone": "🧕🏽", + "woman_with_probing_cane": "👩\u200d🦯", + "woman_zombie": "🧟\u200d♀️", + "woman’s_boot": "👢", + "woman’s_clothes": "👚", + "woman’s_hat": "👒", + "woman’s_sandal": "👡", + "women_with_bunny_ears": "👯\u200d♀️", + "women_wrestling": "🤼\u200d♀️", + "women’s_room": "🚺", + "woozy_face": "🥴", + "world_map": "🗺", + "worried_face": "😟", + "wrapped_gift": "🎁", + "wrench": "🔧", + "writing_hand": "✍", + "writing_hand_dark_skin_tone": "✍🏿", + "writing_hand_light_skin_tone": "✍🏻", + "writing_hand_medium-dark_skin_tone": "✍🏾", + "writing_hand_medium-light_skin_tone": "✍🏼", + "writing_hand_medium_skin_tone": "✍🏽", + "yarn": "🧶", + "yawning_face": "🥱", + "yellow_circle": "🟡", + "yellow_heart": "💛", + "yellow_square": "🟨", + "yen_banknote": "💴", + "yo-yo": "🪀", + "yin_yang": "☯", + "zany_face": "🤪", + "zebra": "🦓", + "zipper-mouth_face": "🤐", + "zombie": "🧟", + "zzz": "💤", + "åland_islands": "🇦🇽", + "keycap_asterisk": "*⃣", + "keycap_digit_eight": "8⃣", + "keycap_digit_five": "5⃣", + "keycap_digit_four": "4⃣", + "keycap_digit_nine": "9⃣", + "keycap_digit_one": "1⃣", + "keycap_digit_seven": "7⃣", + "keycap_digit_six": "6⃣", + "keycap_digit_three": "3⃣", + "keycap_digit_two": "2⃣", + "keycap_digit_zero": "0⃣", + "keycap_number_sign": "#⃣", + "light_skin_tone": "🏻", + "medium_light_skin_tone": "🏼", + "medium_skin_tone": "🏽", + "medium_dark_skin_tone": "🏾", + "dark_skin_tone": "🏿", + "regional_indicator_symbol_letter_a": "🇦", + "regional_indicator_symbol_letter_b": "🇧", + "regional_indicator_symbol_letter_c": "🇨", + "regional_indicator_symbol_letter_d": "🇩", + "regional_indicator_symbol_letter_e": "🇪", + "regional_indicator_symbol_letter_f": "🇫", + "regional_indicator_symbol_letter_g": "🇬", + "regional_indicator_symbol_letter_h": "🇭", + "regional_indicator_symbol_letter_i": "🇮", + "regional_indicator_symbol_letter_j": "🇯", + "regional_indicator_symbol_letter_k": "🇰", + "regional_indicator_symbol_letter_l": "🇱", + "regional_indicator_symbol_letter_m": "🇲", + "regional_indicator_symbol_letter_n": "🇳", + "regional_indicator_symbol_letter_o": "🇴", + "regional_indicator_symbol_letter_p": "🇵", + "regional_indicator_symbol_letter_q": "🇶", + "regional_indicator_symbol_letter_r": "🇷", + "regional_indicator_symbol_letter_s": "🇸", + "regional_indicator_symbol_letter_t": "🇹", + "regional_indicator_symbol_letter_u": "🇺", + "regional_indicator_symbol_letter_v": "🇻", + "regional_indicator_symbol_letter_w": "🇼", + "regional_indicator_symbol_letter_x": "🇽", + "regional_indicator_symbol_letter_y": "🇾", + "regional_indicator_symbol_letter_z": "🇿", + "airplane_arriving": "🛬", + "space_invader": "👾", + "football": "🏈", + "anger": "💢", + "angry": "😠", + "anguished": "😧", + "signal_strength": "📶", + "arrows_counterclockwise": "🔄", + "arrow_heading_down": "⤵", + "arrow_heading_up": "⤴", + "art": "🎨", + "astonished": "😲", + "athletic_shoe": "👟", + "atm": "🏧", + "car": "🚗", + "red_car": "🚗", + "angel": "👼", + "back": "🔙", + "badminton_racquet_and_shuttlecock": "🏸", + "dollar": "💵", + "euro": "💶", + "pound": "💷", + "yen": "💴", + "barber": "💈", + "bath": "🛀", + "bear": "🐻", + "heartbeat": "💓", + "beer": "🍺", + "no_bell": "🔕", + "bento": "🍱", + "bike": "🚲", + "bicyclist": "🚴", + "8ball": "🎱", + "biohazard_sign": "☣", + "birthday": "🎂", + "black_circle_for_record": "⏺", + "clubs": "♣", + "diamonds": "♦", + "arrow_double_down": "⏬", + "hearts": "♥", + "rewind": "⏪", + "black_left__pointing_double_triangle_with_vertical_bar": "⏮", + "arrow_backward": "◀", + "black_medium_small_square": "◾", + "question": "❓", + "fast_forward": "⏩", + "black_right__pointing_double_triangle_with_vertical_bar": "⏭", + "arrow_forward": "▶", + "black_right__pointing_triangle_with_double_vertical_bar": "⏯", + "arrow_right": "➡", + "spades": "♠", + "black_square_for_stop": "⏹", + "sunny": "☀", + "phone": "☎", + "recycle": "♻", + "arrow_double_up": "⏫", + "busstop": "🚏", + "date": "📅", + "flags": "🎏", + "cat2": "🐈", + "joy_cat": "😹", + "smirk_cat": "😼", + "chart_with_downwards_trend": "📉", + "chart_with_upwards_trend": "📈", + "chart": "💹", + "mega": "📣", + "checkered_flag": "🏁", + "accept": "🉑", + "ideograph_advantage": "🉐", + "congratulations": "㊗", + "secret": "㊙", + "m": "Ⓜ", + "city_sunset": "🌆", + "clapper": "🎬", + "clap": "👏", + "beers": "🍻", + "clock830": "🕣", + "clock8": "🕗", + "clock1130": "🕦", + "clock11": "🕚", + "clock530": "🕠", + "clock5": "🕔", + "clock430": "🕟", + "clock4": "🕓", + "clock930": "🕤", + "clock9": "🕘", + "clock130": "🕜", + "clock1": "🕐", + "clock730": "🕢", + "clock7": "🕖", + "clock630": "🕡", + "clock6": "🕕", + "clock1030": "🕥", + "clock10": "🕙", + "clock330": "🕞", + "clock3": "🕒", + "clock1230": "🕧", + "clock12": "🕛", + "clock230": "🕝", + "clock2": "🕑", + "arrows_clockwise": "🔃", + "repeat": "🔁", + "repeat_one": "🔂", + "closed_lock_with_key": "🔐", + "mailbox_closed": "📪", + "mailbox": "📫", + "cloud_with_tornado": "🌪", + "cocktail": "🍸", + "boom": "💥", + "compression": "🗜", + "confounded": "😖", + "confused": "😕", + "rice": "🍚", + "cow2": "🐄", + "cricket_bat_and_ball": "🏏", + "x": "❌", + "cry": "😢", + "curry": "🍛", + "dagger_knife": "🗡", + "dancer": "💃", + "dark_sunglasses": "🕶", + "dash": "💨", + "truck": "🚚", + "derelict_house_building": "🏚", + "diamond_shape_with_a_dot_inside": "💠", + "dart": "🎯", + "disappointed_relieved": "😥", + "disappointed": "😞", + "do_not_litter": "🚯", + "dog2": "🐕", + "flipper": "🐬", + "loop": "➿", + "bangbang": "‼", + "double_vertical_bar": "⏸", + "dove_of_peace": "🕊", + "small_red_triangle_down": "🔻", + "arrow_down_small": "🔽", + "arrow_down": "⬇", + "dromedary_camel": "🐪", + "e__mail": "📧", + "corn": "🌽", + "ear_of_rice": "🌾", + "earth_americas": "🌎", + "earth_asia": "🌏", + "earth_africa": "🌍", + "eight_pointed_black_star": "✴", + "eight_spoked_asterisk": "✳", + "eject_symbol": "⏏", + "bulb": "💡", + "emoji_modifier_fitzpatrick_type__1__2": "🏻", + "emoji_modifier_fitzpatrick_type__3": "🏼", + "emoji_modifier_fitzpatrick_type__4": "🏽", + "emoji_modifier_fitzpatrick_type__5": "🏾", + "emoji_modifier_fitzpatrick_type__6": "🏿", + "end": "🔚", + "email": "✉", + "european_castle": "🏰", + "european_post_office": "🏤", + "interrobang": "⁉", + "expressionless": "😑", + "eyeglasses": "👓", + "massage": "💆", + "yum": "😋", + "scream": "😱", + "kissing_heart": "😘", + "sweat": "😓", + "face_with_head__bandage": "🤕", + "triumph": "😤", + "mask": "😷", + "no_good": "🙅", + "ok_woman": "🙆", + "open_mouth": "😮", + "cold_sweat": "😰", + "stuck_out_tongue": "😛", + "stuck_out_tongue_closed_eyes": "😝", + "stuck_out_tongue_winking_eye": "😜", + "joy": "😂", + "no_mouth": "😶", + "santa": "🎅", + "fax": "📠", + "fearful": "😨", + "field_hockey_stick_and_ball": "🏑", + "first_quarter_moon_with_face": "🌛", + "fish_cake": "🍥", + "fishing_pole_and_fish": "🎣", + "facepunch": "👊", + "punch": "👊", + "flag_for_afghanistan": "🇦🇫", + "flag_for_albania": "🇦🇱", + "flag_for_algeria": "🇩🇿", + "flag_for_american_samoa": "🇦🇸", + "flag_for_andorra": "🇦🇩", + "flag_for_angola": "🇦🇴", + "flag_for_anguilla": "🇦🇮", + "flag_for_antarctica": "🇦🇶", + "flag_for_antigua_&_barbuda": "🇦🇬", + "flag_for_argentina": "🇦🇷", + "flag_for_armenia": "🇦🇲", + "flag_for_aruba": "🇦🇼", + "flag_for_ascension_island": "🇦🇨", + "flag_for_australia": "🇦🇺", + "flag_for_austria": "🇦🇹", + "flag_for_azerbaijan": "🇦🇿", + "flag_for_bahamas": "🇧🇸", + "flag_for_bahrain": "🇧🇭", + "flag_for_bangladesh": "🇧🇩", + "flag_for_barbados": "🇧🇧", + "flag_for_belarus": "🇧🇾", + "flag_for_belgium": "🇧🇪", + "flag_for_belize": "🇧🇿", + "flag_for_benin": "🇧🇯", + "flag_for_bermuda": "🇧🇲", + "flag_for_bhutan": "🇧🇹", + "flag_for_bolivia": "🇧🇴", + "flag_for_bosnia_&_herzegovina": "🇧🇦", + "flag_for_botswana": "🇧🇼", + "flag_for_bouvet_island": "🇧🇻", + "flag_for_brazil": "🇧🇷", + "flag_for_british_indian_ocean_territory": "🇮🇴", + "flag_for_british_virgin_islands": "🇻🇬", + "flag_for_brunei": "🇧🇳", + "flag_for_bulgaria": "🇧🇬", + "flag_for_burkina_faso": "🇧🇫", + "flag_for_burundi": "🇧🇮", + "flag_for_cambodia": "🇰🇭", + "flag_for_cameroon": "🇨🇲", + "flag_for_canada": "🇨🇦", + "flag_for_canary_islands": "🇮🇨", + "flag_for_cape_verde": "🇨🇻", + "flag_for_caribbean_netherlands": "🇧🇶", + "flag_for_cayman_islands": "🇰🇾", + "flag_for_central_african_republic": "🇨🇫", + "flag_for_ceuta_&_melilla": "🇪🇦", + "flag_for_chad": "🇹🇩", + "flag_for_chile": "🇨🇱", + "flag_for_china": "🇨🇳", + "flag_for_christmas_island": "🇨🇽", + "flag_for_clipperton_island": "🇨🇵", + "flag_for_cocos__islands": "🇨🇨", + "flag_for_colombia": "🇨🇴", + "flag_for_comoros": "🇰🇲", + "flag_for_congo____brazzaville": "🇨🇬", + "flag_for_congo____kinshasa": "🇨🇩", + "flag_for_cook_islands": "🇨🇰", + "flag_for_costa_rica": "🇨🇷", + "flag_for_croatia": "🇭🇷", + "flag_for_cuba": "🇨🇺", + "flag_for_curaçao": "🇨🇼", + "flag_for_cyprus": "🇨🇾", + "flag_for_czech_republic": "🇨🇿", + "flag_for_côte_d’ivoire": "🇨🇮", + "flag_for_denmark": "🇩🇰", + "flag_for_diego_garcia": "🇩🇬", + "flag_for_djibouti": "🇩🇯", + "flag_for_dominica": "🇩🇲", + "flag_for_dominican_republic": "🇩🇴", + "flag_for_ecuador": "🇪🇨", + "flag_for_egypt": "🇪🇬", + "flag_for_el_salvador": "🇸🇻", + "flag_for_equatorial_guinea": "🇬🇶", + "flag_for_eritrea": "🇪🇷", + "flag_for_estonia": "🇪🇪", + "flag_for_ethiopia": "🇪🇹", + "flag_for_european_union": "🇪🇺", + "flag_for_falkland_islands": "🇫🇰", + "flag_for_faroe_islands": "🇫🇴", + "flag_for_fiji": "🇫🇯", + "flag_for_finland": "🇫🇮", + "flag_for_france": "🇫🇷", + "flag_for_french_guiana": "🇬🇫", + "flag_for_french_polynesia": "🇵🇫", + "flag_for_french_southern_territories": "🇹🇫", + "flag_for_gabon": "🇬🇦", + "flag_for_gambia": "🇬🇲", + "flag_for_georgia": "🇬🇪", + "flag_for_germany": "🇩🇪", + "flag_for_ghana": "🇬🇭", + "flag_for_gibraltar": "🇬🇮", + "flag_for_greece": "🇬🇷", + "flag_for_greenland": "🇬🇱", + "flag_for_grenada": "🇬🇩", + "flag_for_guadeloupe": "🇬🇵", + "flag_for_guam": "🇬🇺", + "flag_for_guatemala": "🇬🇹", + "flag_for_guernsey": "🇬🇬", + "flag_for_guinea": "🇬🇳", + "flag_for_guinea__bissau": "🇬🇼", + "flag_for_guyana": "🇬🇾", + "flag_for_haiti": "🇭🇹", + "flag_for_heard_&_mcdonald_islands": "🇭🇲", + "flag_for_honduras": "🇭🇳", + "flag_for_hong_kong": "🇭🇰", + "flag_for_hungary": "🇭🇺", + "flag_for_iceland": "🇮🇸", + "flag_for_india": "🇮🇳", + "flag_for_indonesia": "🇮🇩", + "flag_for_iran": "🇮🇷", + "flag_for_iraq": "🇮🇶", + "flag_for_ireland": "🇮🇪", + "flag_for_isle_of_man": "🇮🇲", + "flag_for_israel": "🇮🇱", + "flag_for_italy": "🇮🇹", + "flag_for_jamaica": "🇯🇲", + "flag_for_japan": "🇯🇵", + "flag_for_jersey": "🇯🇪", + "flag_for_jordan": "🇯🇴", + "flag_for_kazakhstan": "🇰🇿", + "flag_for_kenya": "🇰🇪", + "flag_for_kiribati": "🇰🇮", + "flag_for_kosovo": "🇽🇰", + "flag_for_kuwait": "🇰🇼", + "flag_for_kyrgyzstan": "🇰🇬", + "flag_for_laos": "🇱🇦", + "flag_for_latvia": "🇱🇻", + "flag_for_lebanon": "🇱🇧", + "flag_for_lesotho": "🇱🇸", + "flag_for_liberia": "🇱🇷", + "flag_for_libya": "🇱🇾", + "flag_for_liechtenstein": "🇱🇮", + "flag_for_lithuania": "🇱🇹", + "flag_for_luxembourg": "🇱🇺", + "flag_for_macau": "🇲🇴", + "flag_for_macedonia": "🇲🇰", + "flag_for_madagascar": "🇲🇬", + "flag_for_malawi": "🇲🇼", + "flag_for_malaysia": "🇲🇾", + "flag_for_maldives": "🇲🇻", + "flag_for_mali": "🇲🇱", + "flag_for_malta": "🇲🇹", + "flag_for_marshall_islands": "🇲🇭", + "flag_for_martinique": "🇲🇶", + "flag_for_mauritania": "🇲🇷", + "flag_for_mauritius": "🇲🇺", + "flag_for_mayotte": "🇾🇹", + "flag_for_mexico": "🇲🇽", + "flag_for_micronesia": "🇫🇲", + "flag_for_moldova": "🇲🇩", + "flag_for_monaco": "🇲🇨", + "flag_for_mongolia": "🇲🇳", + "flag_for_montenegro": "🇲🇪", + "flag_for_montserrat": "🇲🇸", + "flag_for_morocco": "🇲🇦", + "flag_for_mozambique": "🇲🇿", + "flag_for_myanmar": "🇲🇲", + "flag_for_namibia": "🇳🇦", + "flag_for_nauru": "🇳🇷", + "flag_for_nepal": "🇳🇵", + "flag_for_netherlands": "🇳🇱", + "flag_for_new_caledonia": "🇳🇨", + "flag_for_new_zealand": "🇳🇿", + "flag_for_nicaragua": "🇳🇮", + "flag_for_niger": "🇳🇪", + "flag_for_nigeria": "🇳🇬", + "flag_for_niue": "🇳🇺", + "flag_for_norfolk_island": "🇳🇫", + "flag_for_north_korea": "🇰🇵", + "flag_for_northern_mariana_islands": "🇲🇵", + "flag_for_norway": "🇳🇴", + "flag_for_oman": "🇴🇲", + "flag_for_pakistan": "🇵🇰", + "flag_for_palau": "🇵🇼", + "flag_for_palestinian_territories": "🇵🇸", + "flag_for_panama": "🇵🇦", + "flag_for_papua_new_guinea": "🇵🇬", + "flag_for_paraguay": "🇵🇾", + "flag_for_peru": "🇵🇪", + "flag_for_philippines": "🇵🇭", + "flag_for_pitcairn_islands": "🇵🇳", + "flag_for_poland": "🇵🇱", + "flag_for_portugal": "🇵🇹", + "flag_for_puerto_rico": "🇵🇷", + "flag_for_qatar": "🇶🇦", + "flag_for_romania": "🇷🇴", + "flag_for_russia": "🇷🇺", + "flag_for_rwanda": "🇷🇼", + "flag_for_réunion": "🇷🇪", + "flag_for_samoa": "🇼🇸", + "flag_for_san_marino": "🇸🇲", + "flag_for_saudi_arabia": "🇸🇦", + "flag_for_senegal": "🇸🇳", + "flag_for_serbia": "🇷🇸", + "flag_for_seychelles": "🇸🇨", + "flag_for_sierra_leone": "🇸🇱", + "flag_for_singapore": "🇸🇬", + "flag_for_sint_maarten": "🇸🇽", + "flag_for_slovakia": "🇸🇰", + "flag_for_slovenia": "🇸🇮", + "flag_for_solomon_islands": "🇸🇧", + "flag_for_somalia": "🇸🇴", + "flag_for_south_africa": "🇿🇦", + "flag_for_south_georgia_&_south_sandwich_islands": "🇬🇸", + "flag_for_south_korea": "🇰🇷", + "flag_for_south_sudan": "🇸🇸", + "flag_for_spain": "🇪🇸", + "flag_for_sri_lanka": "🇱🇰", + "flag_for_st._barthélemy": "🇧🇱", + "flag_for_st._helena": "🇸🇭", + "flag_for_st._kitts_&_nevis": "🇰🇳", + "flag_for_st._lucia": "🇱🇨", + "flag_for_st._martin": "🇲🇫", + "flag_for_st._pierre_&_miquelon": "🇵🇲", + "flag_for_st._vincent_&_grenadines": "🇻🇨", + "flag_for_sudan": "🇸🇩", + "flag_for_suriname": "🇸🇷", + "flag_for_svalbard_&_jan_mayen": "🇸🇯", + "flag_for_swaziland": "🇸🇿", + "flag_for_sweden": "🇸🇪", + "flag_for_switzerland": "🇨🇭", + "flag_for_syria": "🇸🇾", + "flag_for_são_tomé_&_príncipe": "🇸🇹", + "flag_for_taiwan": "🇹🇼", + "flag_for_tajikistan": "🇹🇯", + "flag_for_tanzania": "🇹🇿", + "flag_for_thailand": "🇹🇭", + "flag_for_timor__leste": "🇹🇱", + "flag_for_togo": "🇹🇬", + "flag_for_tokelau": "🇹🇰", + "flag_for_tonga": "🇹🇴", + "flag_for_trinidad_&_tobago": "🇹🇹", + "flag_for_tristan_da_cunha": "🇹🇦", + "flag_for_tunisia": "🇹🇳", + "flag_for_turkey": "🇹🇷", + "flag_for_turkmenistan": "🇹🇲", + "flag_for_turks_&_caicos_islands": "🇹🇨", + "flag_for_tuvalu": "🇹🇻", + "flag_for_u.s._outlying_islands": "🇺🇲", + "flag_for_u.s._virgin_islands": "🇻🇮", + "flag_for_uganda": "🇺🇬", + "flag_for_ukraine": "🇺🇦", + "flag_for_united_arab_emirates": "🇦🇪", + "flag_for_united_kingdom": "🇬🇧", + "flag_for_united_states": "🇺🇸", + "flag_for_uruguay": "🇺🇾", + "flag_for_uzbekistan": "🇺🇿", + "flag_for_vanuatu": "🇻🇺", + "flag_for_vatican_city": "🇻🇦", + "flag_for_venezuela": "🇻🇪", + "flag_for_vietnam": "🇻🇳", + "flag_for_wallis_&_futuna": "🇼🇫", + "flag_for_western_sahara": "🇪🇭", + "flag_for_yemen": "🇾🇪", + "flag_for_zambia": "🇿🇲", + "flag_for_zimbabwe": "🇿🇼", + "flag_for_åland_islands": "🇦🇽", + "golf": "⛳", + "fleur__de__lis": "⚜", + "muscle": "💪", + "flushed": "😳", + "frame_with_picture": "🖼", + "fries": "🍟", + "frog": "🐸", + "hatched_chick": "🐥", + "frowning": "😦", + "fuelpump": "⛽", + "full_moon_with_face": "🌝", + "gem": "💎", + "star2": "🌟", + "golfer": "🏌", + "mortar_board": "🎓", + "grimacing": "😬", + "smile_cat": "😸", + "grinning": "😀", + "grin": "😁", + "heartpulse": "💗", + "guardsman": "💂", + "haircut": "💇", + "hamster": "🐹", + "raising_hand": "🙋", + "headphones": "🎧", + "hear_no_evil": "🙉", + "cupid": "💘", + "gift_heart": "💝", + "heart": "❤", + "exclamation": "❗", + "heavy_exclamation_mark": "❗", + "heavy_heart_exclamation_mark_ornament": "❣", + "o": "⭕", + "helm_symbol": "⎈", + "helmet_with_white_cross": "⛑", + "high_heel": "👠", + "bullettrain_side": "🚄", + "bullettrain_front": "🚅", + "high_brightness": "🔆", + "zap": "⚡", + "hocho": "🔪", + "knife": "🔪", + "bee": "🐝", + "traffic_light": "🚥", + "racehorse": "🐎", + "coffee": "☕", + "hotsprings": "♨", + "hourglass": "⌛", + "hourglass_flowing_sand": "⏳", + "house_buildings": "🏘", + "100": "💯", + "hushed": "😯", + "ice_hockey_stick_and_puck": "🏒", + "imp": "👿", + "information_desk_person": "💁", + "information_source": "ℹ", + "capital_abcd": "🔠", + "abc": "🔤", + "abcd": "🔡", + "1234": "🔢", + "symbols": "🔣", + "izakaya_lantern": "🏮", + "lantern": "🏮", + "jack_o_lantern": "🎃", + "dolls": "🎎", + "japanese_goblin": "👺", + "japanese_ogre": "👹", + "beginner": "🔰", + "zero": "0️⃣", + "one": "1️⃣", + "ten": "🔟", + "two": "2️⃣", + "three": "3️⃣", + "four": "4️⃣", + "five": "5️⃣", + "six": "6️⃣", + "seven": "7️⃣", + "eight": "8️⃣", + "nine": "9️⃣", + "couplekiss": "💏", + "kissing_cat": "😽", + "kissing": "😗", + "kissing_closed_eyes": "😚", + "kissing_smiling_eyes": "😙", + "beetle": "🐞", + "large_blue_circle": "🔵", + "last_quarter_moon_with_face": "🌜", + "leaves": "🍃", + "mag": "🔍", + "left_right_arrow": "↔", + "leftwards_arrow_with_hook": "↩", + "arrow_left": "⬅", + "lock": "🔒", + "lock_with_ink_pen": "🔏", + "sob": "😭", + "low_brightness": "🔅", + "lower_left_ballpoint_pen": "🖊", + "lower_left_crayon": "🖍", + "lower_left_fountain_pen": "🖋", + "lower_left_paintbrush": "🖌", + "mahjong": "🀄", + "couple": "👫", + "man_in_business_suit_levitating": "🕴", + "man_with_gua_pi_mao": "👲", + "man_with_turban": "👳", + "mans_shoe": "👞", + "shoe": "👞", + "menorah_with_nine_branches": "🕎", + "mens": "🚹", + "minidisc": "💽", + "iphone": "📱", + "calling": "📲", + "money__mouth_face": "🤑", + "moneybag": "💰", + "rice_scene": "🎑", + "mountain_bicyclist": "🚵", + "mouse2": "🐁", + "lips": "👄", + "moyai": "🗿", + "notes": "🎶", + "nail_care": "💅", + "ab": "🆎", + "negative_squared_cross_mark": "❎", + "a": "🅰", + "b": "🅱", + "o2": "🅾", + "parking": "🅿", + "new_moon_with_face": "🌚", + "no_entry_sign": "🚫", + "underage": "🔞", + "non__potable_water": "🚱", + "arrow_upper_right": "↗", + "arrow_upper_left": "↖", + "office": "🏢", + "older_man": "👴", + "older_woman": "👵", + "om_symbol": "🕉", + "on": "🔛", + "book": "📖", + "unlock": "🔓", + "mailbox_with_no_mail": "📭", + "mailbox_with_mail": "📬", + "cd": "💿", + "tada": "🎉", + "feet": "🐾", + "walking": "🚶", + "pencil2": "✏", + "pensive": "😔", + "persevere": "😣", + "bow": "🙇", + "raised_hands": "🙌", + "person_with_ball": "⛹", + "person_with_blond_hair": "👱", + "pray": "🙏", + "person_with_pouting_face": "🙎", + "computer": "💻", + "pig2": "🐖", + "hankey": "💩", + "poop": "💩", + "shit": "💩", + "bamboo": "🎍", + "gun": "🔫", + "black_joker": "🃏", + "rotating_light": "🚨", + "cop": "👮", + "stew": "🍲", + "pouch": "👝", + "pouting_cat": "😾", + "rage": "😡", + "put_litter_in_its_place": "🚮", + "rabbit2": "🐇", + "racing_motorcycle": "🏍", + "radioactive_sign": "☢", + "fist": "✊", + "hand": "✋", + "raised_hand_with_fingers_splayed": "🖐", + "raised_hand_with_part_between_middle_and_ring_fingers": "🖖", + "blue_car": "🚙", + "apple": "🍎", + "relieved": "😌", + "reversed_hand_with_middle_finger_extended": "🖕", + "mag_right": "🔎", + "arrow_right_hook": "↪", + "sweet_potato": "🍠", + "robot": "🤖", + "rolled__up_newspaper": "🗞", + "rowboat": "🚣", + "runner": "🏃", + "running": "🏃", + "running_shirt_with_sash": "🎽", + "boat": "⛵", + "scales": "⚖", + "school_satchel": "🎒", + "scorpius": "♏", + "see_no_evil": "🙈", + "sheep": "🐑", + "stars": "🌠", + "cake": "🍰", + "six_pointed_star": "🔯", + "ski": "🎿", + "sleeping_accommodation": "🛌", + "sleeping": "😴", + "sleepy": "😪", + "sleuth_or_spy": "🕵", + "heart_eyes_cat": "😻", + "smiley_cat": "😺", + "innocent": "😇", + "heart_eyes": "😍", + "smiling_imp": "😈", + "smiley": "😃", + "sweat_smile": "😅", + "smile": "😄", + "laughing": "😆", + "satisfied": "😆", + "blush": "😊", + "smirk": "😏", + "smoking": "🚬", + "snow_capped_mountain": "🏔", + "soccer": "⚽", + "icecream": "🍦", + "soon": "🔜", + "arrow_lower_right": "↘", + "arrow_lower_left": "↙", + "speak_no_evil": "🙊", + "speaker": "🔈", + "mute": "🔇", + "sound": "🔉", + "loud_sound": "🔊", + "speaking_head_in_silhouette": "🗣", + "spiral_calendar_pad": "🗓", + "spiral_note_pad": "🗒", + "shell": "🐚", + "sweat_drops": "💦", + "u5272": "🈹", + "u5408": "🈴", + "u55b6": "🈺", + "u6307": "🈯", + "u6708": "🈷", + "u6709": "🈶", + "u6e80": "🈵", + "u7121": "🈚", + "u7533": "🈸", + "u7981": "🈲", + "u7a7a": "🈳", + "cl": "🆑", + "cool": "🆒", + "free": "🆓", + "id": "🆔", + "koko": "🈁", + "sa": "🈂", + "new": "🆕", + "ng": "🆖", + "ok": "🆗", + "sos": "🆘", + "up": "🆙", + "vs": "🆚", + "steam_locomotive": "🚂", + "ramen": "🍜", + "partly_sunny": "⛅", + "city_sunrise": "🌇", + "surfer": "🏄", + "swimmer": "🏊", + "shirt": "👕", + "tshirt": "👕", + "table_tennis_paddle_and_ball": "🏓", + "tea": "🍵", + "tv": "📺", + "three_button_mouse": "🖱", + "+1": "👍", + "thumbsup": "👍", + "__1": "👎", + "-1": "👎", + "thumbsdown": "👎", + "thunder_cloud_and_rain": "⛈", + "tiger2": "🐅", + "tophat": "🎩", + "top": "🔝", + "tm": "™", + "train2": "🚆", + "triangular_flag_on_post": "🚩", + "trident": "🔱", + "twisted_rightwards_arrows": "🔀", + "unamused": "😒", + "small_red_triangle": "🔺", + "arrow_up_small": "🔼", + "arrow_up_down": "↕", + "upside__down_face": "🙃", + "arrow_up": "⬆", + "v": "✌", + "vhs": "📼", + "wc": "🚾", + "ocean": "🌊", + "waving_black_flag": "🏴", + "wave": "👋", + "waving_white_flag": "🏳", + "moon": "🌔", + "scream_cat": "🙀", + "weary": "😩", + "weight_lifter": "🏋", + "whale2": "🐋", + "wheelchair": "♿", + "point_down": "👇", + "grey_exclamation": "❕", + "white_frowning_face": "☹", + "white_check_mark": "✅", + "point_left": "👈", + "white_medium_small_square": "◽", + "star": "⭐", + "grey_question": "❔", + "point_right": "👉", + "relaxed": "☺", + "white_sun_behind_cloud": "🌥", + "white_sun_behind_cloud_with_rain": "🌦", + "white_sun_with_small_cloud": "🌤", + "point_up_2": "👆", + "point_up": "☝", + "wind_blowing_face": "🌬", + "wink": "😉", + "wolf": "🐺", + "dancers": "👯", + "boot": "👢", + "womans_clothes": "👚", + "womans_hat": "👒", + "sandal": "👡", + "womens": "🚺", + "worried": "😟", + "gift": "🎁", + "zipper__mouth_face": "🤐", + "regional_indicator_a": "🇦", + "regional_indicator_b": "🇧", + "regional_indicator_c": "🇨", + "regional_indicator_d": "🇩", + "regional_indicator_e": "🇪", + "regional_indicator_f": "🇫", + "regional_indicator_g": "🇬", + "regional_indicator_h": "🇭", + "regional_indicator_i": "🇮", + "regional_indicator_j": "🇯", + "regional_indicator_k": "🇰", + "regional_indicator_l": "🇱", + "regional_indicator_m": "🇲", + "regional_indicator_n": "🇳", + "regional_indicator_o": "🇴", + "regional_indicator_p": "🇵", + "regional_indicator_q": "🇶", + "regional_indicator_r": "🇷", + "regional_indicator_s": "🇸", + "regional_indicator_t": "🇹", + "regional_indicator_u": "🇺", + "regional_indicator_v": "🇻", + "regional_indicator_w": "🇼", + "regional_indicator_x": "🇽", + "regional_indicator_y": "🇾", + "regional_indicator_z": "🇿", +} diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_emoji_replace.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_emoji_replace.py new file mode 100644 index 0000000..bb2cafa --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_emoji_replace.py @@ -0,0 +1,32 @@ +from typing import Callable, Match, Optional +import re + +from ._emoji_codes import EMOJI + + +_ReStringMatch = Match[str] # regex match object +_ReSubCallable = Callable[[_ReStringMatch], str] # Callable invoked by re.sub +_EmojiSubMethod = Callable[[_ReSubCallable, str], str] # Sub method of a compiled re + + +def _emoji_replace( + text: str, + default_variant: Optional[str] = None, + _emoji_sub: _EmojiSubMethod = re.compile(r"(:(\S*?)(?:(?:\-)(emoji|text))?:)").sub, +) -> str: + """Replace emoji code in text.""" + get_emoji = EMOJI.__getitem__ + variants = {"text": "\uFE0E", "emoji": "\uFE0F"} + get_variant = variants.get + default_variant_code = variants.get(default_variant, "") if default_variant else "" + + def do_replace(match: Match[str]) -> str: + emoji_code, emoji_name, variant = match.groups() + try: + return get_emoji(emoji_name.lower()) + get_variant( + variant, default_variant_code + ) + except KeyError: + return emoji_code + + return _emoji_sub(do_replace, text) diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_export_format.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_export_format.py new file mode 100644 index 0000000..094d2dc --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_extension.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_extension.py new file mode 100644 index 0000000..cbd6da9 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_fileno.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_fileno.py new file mode 100644 index 0000000..b17ee65 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_inspect.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_inspect.py new file mode 100644 index 0000000..30446ce --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_log_render.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_log_render.py new file mode 100644 index 0000000..fc16c84 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_loop.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_loop.py new file mode 100644 index 0000000..01c6caf --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_null_file.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_null_file.py new file mode 100644 index 0000000..b659673 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_palettes.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_palettes.py new file mode 100644 index 0000000..3c748d3 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_pick.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_pick.py new file mode 100644 index 0000000..4f6d8b2 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_ratio.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_ratio.py new file mode 100644 index 0000000..e8a3a67 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_spinners.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_spinners.py new file mode 100644 index 0000000..d0bb1fe --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_stack.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_stack.py new file mode 100644 index 0000000..194564e --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_timer.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_timer.py new file mode 100644 index 0000000..a2ca6be --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_win32_console.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_win32_console.py new file mode 100644 index 0000000..81b1082 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_windows.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_windows.py new file mode 100644 index 0000000..10fc0d7 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_windows_renderer.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_windows_renderer.py new file mode 100644 index 0000000..5ece056 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_wrap.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/_wrap.py new file mode 100644 index 0000000..c45f193 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/abc.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/abc.py new file mode 100644 index 0000000..e6e498e --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/align.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/align.py new file mode 100644 index 0000000..c310b66 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/ansi.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/ansi.py new file mode 100644 index 0000000..66365e6 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/bar.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/bar.py new file mode 100644 index 0000000..ed86a55 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/box.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/box.py new file mode 100644 index 0000000..97d2a94 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/cells.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/cells.py new file mode 100644 index 0000000..9354f9e --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/color.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/color.py new file mode 100644 index 0000000..dfe4559 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/color_triplet.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/color_triplet.py new file mode 100644 index 0000000..02cab32 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/columns.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/columns.py new file mode 100644 index 0000000..669a3a7 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/console.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/console.py new file mode 100644 index 0000000..e559cbb --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/constrain.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/constrain.py new file mode 100644 index 0000000..65fdf56 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/containers.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/containers.py new file mode 100644 index 0000000..e29cf36 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/control.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/control.py new file mode 100644 index 0000000..88fcb92 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/default_styles.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/default_styles.py new file mode 100644 index 0000000..dca3719 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/diagnose.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/diagnose.py new file mode 100644 index 0000000..ad36183 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/emoji.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/emoji.py new file mode 100644 index 0000000..791f046 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/errors.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/errors.py new file mode 100644 index 0000000..0bcbe53 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/file_proxy.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/file_proxy.py new file mode 100644 index 0000000..4b0b0da --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/filesize.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/filesize.py new file mode 100644 index 0000000..99f118e --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/rich/highlighter.py b/.awi/lib/python3.9/site-packages/pip/_vendor/rich/highlighter.py new file mode 100644 index 0000000..c264679 --- /dev/null +++ b/.awi/lib/python3.9/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

    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 AWdHyG literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e9fa5f65403f33be8c77813f3ff73a9234cbe7b GIT binary patch literal 516 zcmYjMF>V_%5Zt|!beD@QI86jM=~d`xz*PXj2#^#;iZtmC2o99EvKUh&Me=0Jt&k7o z1x}e4$r*lnT0yGsv+KpL4B+>kJg-3_@6z&{1OfyqXh38i z;EQNb!mC^;|Ut6_nj({v#ESC1s*Ff*X_~VzMx9Vz*&wG^_cYWGOQ{@XPuw^D@xnn1!XJ>?t}sCS}Ll b+HPYxJs7^iHJ*9OgrOjc51|$!nV# literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..53f7463869a6c0a65dc4a625eb616082945ec9a1 GIT binary patch literal 19665 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%0DqwoA@D|3_q2DM}JmlvF_} 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..51da5841e1ab04e3192291e5172cd0b805b55e93 GIT binary patch literal 4461 zcma)9&2JmW6`xsth@w8?#*SkrX|qKeP)sB;A83mhiW@;rnxKvx#6}KGh2?T*B(1gF zUC#`qilBRuf!uoNwJ2Z%z33n6VXr;qoLf)*y;&|lEUL{&JKWiMGwt79w-;3mU9MGECR>I&@ zJi3QYvJQu`j^Le=c%9UI#yjO)xlScls#6uqqW+9^mc)u!#cxfliFN!gi&w-o{MNLxB+Ii!s(RT?F!6x zyIWCsEZwB{SO%t5ue)ep_R~oAWo)$TN0Hl?<|q+(kA<70Qu!uKV(lgemblxUH$%7U z`r18}ScqTZ(a>NPB9^bubAy9VhDylu%iNCfn4>;p#DfJ!2kSK9hcf9PgVi{H;@KeB3 zy7}gt_;Bbe5lNj}6mU37PAw#I3ODxq(me%O6BQnYF(7{ih$RU7A|7%CLC8FBBybsk zI!J|YB;kX!dNS~%(44{J{nS?>>}fTg2^d21A)+$Qfo&7dk$(bs(^}fm1_Gf>Z%#Ds zNzjDg00<0XArHcs1S6C01r9Px(J0+eZv7)3{VqDg&e@20e1ya^VCqK5p7IfU?2PyU z58251C;ux)#$^xL1>b9y6m6DOJ*#?F&9!Tmva*)ZK~{#YepWp`_0^%iU}_D-{~5H8 zlD=%G3R=jxP3}-(Z(#F7JB|FaLzO`0t%F2urDw<@al7T8hV3Zqwe#^ut&iKtRdOr! zgJb_t>UJ8YZ4X8giE0-~y*t@JFbd0rTY#`88v)fzg+Yxpbk;adx0pjD6uWTK)K z=Gw&veG}b?kDLPs2EyBO{(@~=)2Jm(T{w!kWEJZmn2Jugtb`npRV*T{Ir46urdB*p zOGEj<^IG_zt)oiAw-<{yp`CLmtsyC`gsCxqzeQ( zECl)p^SMC$DuE`nR|`ZOrviO4HI|h{y|!2gArT~GmEZn}e>k0Ez7=3H(UkZB14-#}KPp4*G)UzN9dl z!4)Cj?(i|b7e2fS^OkVV3}ib()h?|jtQfKzCyQCtQQedx8C$TcUts=a7%h1o<~?tl zHn5oH!#5XeYUwU<{|TNOw(e6!LV6NZa0G9<$SF7u%#p1}Y!H%T@?&(42klQu&^nql z7_t4Eg`-Ds@@;nDj2%umacubPjeV|eVMSK649MwKbnwSZR#0z(Y6p*c3*GR;Mf%$< z@{;C%IJ;sMTxjW)nH_!)Ho3K(#Q{4*dnsVa8rI+M;|2cahMzm?h5_);`BNU3P3a*s z;cd4br$8_(a4QB&rqsAlz07X^}{4OJCgw!W8`Nv$Xa&InX{>K#nMt~Nzh5|m!* zCHvuw@#GWFvr^^RyUy!Q*%`jE$dozpoR{Zv043ZU$Il(oppd#`h0L-1bCP)xpvzR3 z-p6c#=39$IAfihGObknz&@h9uH5Xt;gsg;&+ z9a^;)BHmg09#P$?Az;_C`u!w19;9@)8Q!KIw-H~Rxsm-`++^l!BT7}pajMA-IP94R zpPgHuUuxoGr037}c-BWJ>0{SHLq zV#^ja*%HcMe-N1&a9Ui_Y1qS4D8D`<0r*qA;D1@QK%?5!Q8H8?P-i1!i{5Nx&{o;n z*uw#Cv4xkdtA9gumgR?ddx*y#qX-3Oy^JuZDEdyUXzy$#NTLWgSGq5c%WHc*FnJQK jfF@5;HbchO<+> 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 literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__version__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/__version__.py new file mode 100644 index 0000000..5063c3f --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/requests/_internal_utils.py b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/_internal_utils.py new file mode 100644 index 0000000..f2cf635 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/requests/adapters.py b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/adapters.py new file mode 100644 index 0000000..10c1767 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/requests/api.py b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/api.py new file mode 100644 index 0000000..cd0b3ee --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/requests/auth.py b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/auth.py new file mode 100644 index 0000000..9733686 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/requests/certs.py b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/certs.py new file mode 100644 index 0000000..38696a1 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/requests/compat.py b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/compat.py new file mode 100644 index 0000000..9ab2bb4 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/requests/cookies.py b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/cookies.py new file mode 100644 index 0000000..bf54ab2 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/requests/exceptions.py b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/exceptions.py new file mode 100644 index 0000000..168d073 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/requests/help.py b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/help.py new file mode 100644 index 0000000..2d292c2 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/requests/hooks.py b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/hooks.py new file mode 100644 index 0000000..d181ba2 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/requests/models.py b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/models.py new file mode 100644 index 0000000..76e6f19 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/requests/packages.py b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/packages.py new file mode 100644 index 0000000..9582fa7 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/requests/sessions.py b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/sessions.py new file mode 100644 index 0000000..dbcf2a7 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/requests/status_codes.py b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/status_codes.py new file mode 100644 index 0000000..4bd072b --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/requests/structures.py b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/structures.py new file mode 100644 index 0000000..188e13e --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/requests/utils.py b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/utils.py new file mode 100644 index 0000000..36607ed --- /dev/null +++ b/.awi/lib/python3.9/site-packages/pip/_vendor/requests/utils.py @@ -0,0 +1,1094 @@ +""" +requests.utils +~~~~~~~~~~~~~~ + +This module provides utility functions that are used within Requests +that are also useful for external consumption. +""" + +import codecs +import contextlib +import io +import os +import re +import socket +import struct +import sys +import tempfile +import warnings +import zipfile +from collections import OrderedDict + +from pip._vendor.urllib3.util import make_headers, parse_url + +from . import certs +from .__version__ import __version__ + +# to_native_string is unused here, but imported here for backwards compatibility +from ._internal_utils import ( # noqa: F401 + _HEADER_VALIDATORS_BYTE, + _HEADER_VALIDATORS_STR, + HEADER_VALIDATORS, + to_native_string, +) +from .compat import ( + Mapping, + basestring, + bytes, + getproxies, + getproxies_environment, + integer_types, +) +from .compat import parse_http_list as _parse_list_header +from .compat import ( + proxy_bypass, + proxy_bypass_environment, + quote, + str, + unquote, + urlparse, + urlunparse, +) +from .cookies import cookiejar_from_dict +from .exceptions import ( + FileModeWarning, + InvalidHeader, + InvalidURL, + UnrewindableBodyError, +) +from .structures import CaseInsensitiveDict + +NETRC_FILES = (".netrc", "_netrc") + +DEFAULT_CA_BUNDLE_PATH = certs.where() + +DEFAULT_PORTS = {"http": 80, "https": 443} + +# Ensure that ', ' is used to preserve previous delimiter behavior. +DEFAULT_ACCEPT_ENCODING = ", ".join( + re.split(r",\s*", make_headers(accept_encoding=True)["accept-encoding"]) +) + + +if sys.platform == "win32": + # provide a proxy_bypass version on Windows without DNS lookups + + def proxy_bypass_registry(host): + try: + import winreg + except ImportError: + return False + + try: + internetSettings = winreg.OpenKey( + winreg.HKEY_CURRENT_USER, + r"Software\Microsoft\Windows\CurrentVersion\Internet Settings", + ) + # ProxyEnable could be REG_SZ or REG_DWORD, normalizing it + proxyEnable = int(winreg.QueryValueEx(internetSettings, "ProxyEnable")[0]) + # ProxyOverride is almost always a string + proxyOverride = winreg.QueryValueEx(internetSettings, "ProxyOverride")[0] + except (OSError, ValueError): + return False + if not proxyEnable or not proxyOverride: + return False + + # make a check value list from the registry entry: replace the + # '' string by the localhost entry and the corresponding + # canonical entry. + proxyOverride = proxyOverride.split(";") + # now check if we match one of the registry values. + for test in proxyOverride: + if test == "": + if "." not in host: + return True + test = test.replace(".", r"\.") # mask dots + test = test.replace("*", r".*") # change glob sequence + test = test.replace("?", r".") # change glob char + if re.match(test, host, re.I): + return True + return False + + def proxy_bypass(host): # noqa + """Return True, if the host should be bypassed. + + Checks proxy settings gathered from the environment, if specified, + or the registry. + """ + if getproxies_environment(): + return proxy_bypass_environment(host) + else: + return proxy_bypass_registry(host) + + +def dict_to_sequence(d): + """Returns an internal sequence dictionary update.""" + + if hasattr(d, "items"): + d = d.items() + + return d + + +def super_len(o): + total_length = None + current_position = 0 + + if hasattr(o, "__len__"): + total_length = len(o) + + elif hasattr(o, "len"): + total_length = o.len + + elif hasattr(o, "fileno"): + try: + fileno = o.fileno() + except (io.UnsupportedOperation, AttributeError): + # AttributeError is a surprising exception, seeing as how we've just checked + # that `hasattr(o, 'fileno')`. It happens for objects obtained via + # `Tarfile.extractfile()`, per issue 5229. + pass + else: + total_length = os.fstat(fileno).st_size + + # Having used fstat to determine the file length, we need to + # confirm that this file was opened up in binary mode. + if "b" not in o.mode: + warnings.warn( + ( + "Requests has determined the content-length for this " + "request using the binary size of the file: however, the " + "file has been opened in text mode (i.e. without the 'b' " + "flag in the mode). This may lead to an incorrect " + "content-length. In Requests 3.0, support will be removed " + "for files in text mode." + ), + FileModeWarning, + ) + + if hasattr(o, "tell"): + try: + current_position = o.tell() + except OSError: + # This can happen in some weird situations, such as when the file + # is actually a special file descriptor like stdin. In this + # instance, we don't know what the length is, so set it to zero and + # let requests chunk it instead. + if total_length is not None: + current_position = total_length + else: + if hasattr(o, "seek") and total_length is None: + # StringIO and BytesIO have seek but no usable fileno + try: + # seek to end of file + o.seek(0, 2) + total_length = o.tell() + + # seek back to current position to support + # partially read file-like objects + o.seek(current_position or 0) + except OSError: + total_length = 0 + + if total_length is None: + total_length = 0 + + return max(0, total_length - current_position) + + +def get_netrc_auth(url, raise_errors=False): + """Returns the Requests tuple auth for a given url from netrc.""" + + netrc_file = os.environ.get("NETRC") + if netrc_file is not None: + netrc_locations = (netrc_file,) + else: + netrc_locations = (f"~/{f}" for f in NETRC_FILES) + + try: + from netrc import NetrcParseError, netrc + + netrc_path = None + + for f in netrc_locations: + try: + loc = os.path.expanduser(f) + except KeyError: + # os.path.expanduser can fail when $HOME is undefined and + # getpwuid fails. See https://bugs.python.org/issue20164 & + # https://github.com/psf/requests/issues/1846 + return + + if os.path.exists(loc): + netrc_path = loc + break + + # Abort early if there isn't one. + if netrc_path is None: + return + + ri = urlparse(url) + + # Strip port numbers from netloc. This weird `if...encode`` dance is + # used for Python 3.2, which doesn't support unicode literals. + splitstr = b":" + if isinstance(url, str): + splitstr = splitstr.decode("ascii") + host = ri.netloc.split(splitstr)[0] + + try: + _netrc = netrc(netrc_path).authenticators(host) + if _netrc: + # Return with login / password + login_i = 0 if _netrc[0] else 1 + return (_netrc[login_i], _netrc[2]) + except (NetrcParseError, OSError): + # If there was a parsing error or a permissions issue reading the file, + # we'll just skip netrc auth unless explicitly asked to raise errors. + if raise_errors: + raise + + # App Engine hackiness. + except (ImportError, AttributeError): + pass + + +def guess_filename(obj): + """Tries to guess the filename of the given object.""" + name = getattr(obj, "name", None) + if name and isinstance(name, basestring) and name[0] != "<" and name[-1] != ">": + return os.path.basename(name) + + +def extract_zipped_paths(path): + """Replace nonexistent paths that look like they refer to a member of a zip + archive with the location of an extracted copy of the target, or else + just return the provided path unchanged. + """ + if os.path.exists(path): + # this is already a valid path, no need to do anything further + return path + + # find the first valid part of the provided path and treat that as a zip archive + # assume the rest of the path is the name of a member in the archive + archive, member = os.path.split(path) + while archive and not os.path.exists(archive): + archive, prefix = os.path.split(archive) + if not prefix: + # If we don't check for an empty prefix after the split (in other words, archive remains unchanged after the split), + # we _can_ end up in an infinite loop on a rare corner case affecting a small number of users + break + member = "/".join([prefix, member]) + + if not zipfile.is_zipfile(archive): + return path + + zip_file = zipfile.ZipFile(archive) + if member not in zip_file.namelist(): + return path + + # we have a valid zip archive and a valid member of that archive + tmp = tempfile.gettempdir() + extracted_path = os.path.join(tmp, member.split("/")[-1]) + if not os.path.exists(extracted_path): + # use read + write to avoid the creating nested folders, we only want the file, avoids mkdir racing condition + with atomic_open(extracted_path) as file_handler: + file_handler.write(zip_file.read(member)) + return extracted_path + + +@contextlib.contextmanager +def atomic_open(filename): + """Write a file to the disk in an atomic fashion""" + tmp_descriptor, tmp_name = tempfile.mkstemp(dir=os.path.dirname(filename)) + try: + with os.fdopen(tmp_descriptor, "wb") as tmp_handler: + yield tmp_handler + os.replace(tmp_name, filename) + except BaseException: + os.remove(tmp_name) + raise + + +def from_key_val_list(value): + """Take an object and test to see if it can be represented as a + dictionary. Unless it can not be represented as such, return an + OrderedDict, e.g., + + :: + + >>> from_key_val_list([('key', 'val')]) + OrderedDict([('key', 'val')]) + >>> from_key_val_list('string') + Traceback (most recent call last): + ... + ValueError: cannot encode objects that are not 2-tuples + >>> from_key_val_list({'key': 'val'}) + OrderedDict([('key', 'val')]) + + :rtype: OrderedDict + """ + if value is None: + return None + + if isinstance(value, (str, bytes, bool, int)): + raise ValueError("cannot encode objects that are not 2-tuples") + + return OrderedDict(value) + + +def to_key_val_list(value): + """Take an object and test to see if it can be represented as a + dictionary. If it can be, return a list of tuples, e.g., + + :: + + >>> to_key_val_list([('key', 'val')]) + [('key', 'val')] + >>> to_key_val_list({'key': 'val'}) + [('key', 'val')] + >>> to_key_val_list('string') + Traceback (most recent call last): + ... + ValueError: cannot encode objects that are not 2-tuples + + :rtype: list + """ + if value is None: + return None + + if isinstance(value, (str, bytes, bool, int)): + raise ValueError("cannot encode objects that are not 2-tuples") + + if isinstance(value, Mapping): + value = value.items() + + return list(value) + + +# From mitsuhiko/werkzeug (used with permission). +def parse_list_header(value): + """Parse lists as described by RFC 2068 Section 2. + + In particular, parse comma-separated lists where the elements of + the list may include quoted-strings. A quoted-string could + contain a comma. A non-quoted string could have quotes in the + middle. Quotes are removed automatically after parsing. + + It basically works like :func:`parse_set_header` just that items + may appear multiple times and case sensitivity is preserved. + + The return value is a standard :class:`list`: + + >>> parse_list_header('token, "quoted value"') + ['token', 'quoted value'] + + To create a header from the :class:`list` again, use the + :func:`dump_header` function. + + :param value: a string with a list header. + :return: :class:`list` + :rtype: list + """ + result = [] + for item in _parse_list_header(value): + if item[:1] == item[-1:] == '"': + item = unquote_header_value(item[1:-1]) + result.append(item) + return result + + +# From mitsuhiko/werkzeug (used with permission). +def parse_dict_header(value): + """Parse lists of key, value pairs as described by RFC 2068 Section 2 and + convert them into a python dict: + + >>> d = parse_dict_header('foo="is a fish", bar="as well"') + >>> type(d) is dict + True + >>> sorted(d.items()) + [('bar', 'as well'), ('foo', 'is a fish')] + + If there is no value for a key it will be `None`: + + >>> parse_dict_header('key_without_value') + {'key_without_value': None} + + To create a header from the :class:`dict` again, use the + :func:`dump_header` function. + + :param value: a string with a dict header. + :return: :class:`dict` + :rtype: dict + """ + result = {} + for item in _parse_list_header(value): + if "=" not in item: + result[item] = None + continue + name, value = item.split("=", 1) + if value[:1] == value[-1:] == '"': + value = unquote_header_value(value[1:-1]) + result[name] = value + return result + + +# From mitsuhiko/werkzeug (used with permission). +def unquote_header_value(value, is_filename=False): + r"""Unquotes a header value. (Reversal of :func:`quote_header_value`). + This does not use the real unquoting but what browsers are actually + using for quoting. + + :param value: the header value to unquote. + :rtype: str + """ + if value and value[0] == value[-1] == '"': + # this is not the real unquoting, but fixing this so that the + # RFC is met will result in bugs with internet explorer and + # probably some other browsers as well. IE for example is + # uploading files with "C:\foo\bar.txt" as filename + value = value[1:-1] + + # if this is a filename and the starting characters look like + # a UNC path, then just return the value without quotes. Using the + # replace sequence below on a UNC path has the effect of turning + # the leading double slash into a single slash and then + # _fix_ie_filename() doesn't work correctly. See #458. + if not is_filename or value[:2] != "\\\\": + return value.replace("\\\\", "\\").replace('\\"', '"') + return value + + +def dict_from_cookiejar(cj): + """Returns a key/value dictionary from a CookieJar. + + :param cj: CookieJar object to extract cookies from. + :rtype: dict + """ + + cookie_dict = {} + + for cookie in cj: + cookie_dict[cookie.name] = cookie.value + + return cookie_dict + + +def add_dict_to_cookiejar(cj, cookie_dict): + """Returns a CookieJar from a key/value dictionary. + + :param cj: CookieJar to insert cookies into. + :param cookie_dict: Dict of key/values to insert into CookieJar. + :rtype: CookieJar + """ + + return cookiejar_from_dict(cookie_dict, cj) + + +def get_encodings_from_content(content): + """Returns encodings from given content string. + + :param content: bytestring to extract encodings from. + """ + warnings.warn( + ( + "In requests 3.0, get_encodings_from_content will be removed. For " + "more information, please see the discussion on issue #2266. (This" + " warning should only appear once.)" + ), + DeprecationWarning, + ) + + charset_re = re.compile(r']', flags=re.I) + pragma_re = re.compile(r']', flags=re.I) + xml_re = re.compile(r'^<\?xml.*?encoding=["\']*(.+?)["\'>]') + + return ( + charset_re.findall(content) + + pragma_re.findall(content) + + xml_re.findall(content) + ) + + +def _parse_content_type_header(header): + """Returns content type and parameters from given header + + :param header: string + :return: tuple containing content type and dictionary of + parameters + """ + + tokens = header.split(";") + content_type, params = tokens[0].strip(), tokens[1:] + params_dict = {} + items_to_strip = "\"' " + + for param in params: + param = param.strip() + if param: + key, value = param, True + index_of_equals = param.find("=") + if index_of_equals != -1: + key = param[:index_of_equals].strip(items_to_strip) + value = param[index_of_equals + 1 :].strip(items_to_strip) + params_dict[key.lower()] = value + return content_type, params_dict + + +def get_encoding_from_headers(headers): + """Returns encodings from given HTTP Header Dict. + + :param headers: dictionary to extract encoding from. + :rtype: str + """ + + content_type = headers.get("content-type") + + if not content_type: + return None + + content_type, params = _parse_content_type_header(content_type) + + if "charset" in params: + return params["charset"].strip("'\"") + + if "text" in content_type: + return "ISO-8859-1" + + if "application/json" in content_type: + # Assume UTF-8 based on RFC 4627: https://www.ietf.org/rfc/rfc4627.txt since the charset was unset + return "utf-8" + + +def stream_decode_response_unicode(iterator, r): + """Stream decodes an iterator.""" + + if r.encoding is None: + yield from iterator + return + + decoder = codecs.getincrementaldecoder(r.encoding)(errors="replace") + for chunk in iterator: + rv = decoder.decode(chunk) + if rv: + yield rv + rv = decoder.decode(b"", final=True) + if rv: + yield rv + + +def iter_slices(string, slice_length): + """Iterate over slices of a string.""" + pos = 0 + if slice_length is None or slice_length <= 0: + slice_length = len(string) + while pos < len(string): + yield string[pos : pos + slice_length] + pos += slice_length + + +def get_unicode_from_response(r): + """Returns the requested content back in unicode. + + :param r: Response object to get unicode content from. + + Tried: + + 1. charset from content-type + 2. fall back and replace all unicode characters + + :rtype: str + """ + warnings.warn( + ( + "In requests 3.0, get_unicode_from_response will be removed. For " + "more information, please see the discussion on issue #2266. (This" + " warning should only appear once.)" + ), + DeprecationWarning, + ) + + tried_encodings = [] + + # Try charset from content-type + encoding = get_encoding_from_headers(r.headers) + + if encoding: + try: + return str(r.content, encoding) + except UnicodeError: + tried_encodings.append(encoding) + + # Fall back: + try: + return str(r.content, encoding, errors="replace") + except TypeError: + return r.content + + +# The unreserved URI characters (RFC 3986) +UNRESERVED_SET = frozenset( + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + "0123456789-._~" +) + + +def unquote_unreserved(uri): + """Un-escape any percent-escape sequences in a URI that are unreserved + characters. This leaves all reserved, illegal and non-ASCII bytes encoded. + + :rtype: str + """ + parts = uri.split("%") + for i in range(1, len(parts)): + h = parts[i][0:2] + if len(h) == 2 and h.isalnum(): + try: + c = chr(int(h, 16)) + except ValueError: + raise InvalidURL(f"Invalid percent-escape sequence: '{h}'") + + if c in UNRESERVED_SET: + parts[i] = c + parts[i][2:] + else: + parts[i] = f"%{parts[i]}" + else: + parts[i] = f"%{parts[i]}" + return "".join(parts) + + +def requote_uri(uri): + """Re-quote the given URI. + + This function passes the given URI through an unquote/quote cycle to + ensure that it is fully and consistently quoted. + + :rtype: str + """ + safe_with_percent = "!#$%&'()*+,/:;=?@[]~" + safe_without_percent = "!#$&'()*+,/:;=?@[]~" + try: + # Unquote only the unreserved characters + # Then quote only illegal characters (do not quote reserved, + # unreserved, or '%') + return quote(unquote_unreserved(uri), safe=safe_with_percent) + except InvalidURL: + # We couldn't unquote the given URI, so let's try quoting it, but + # there may be unquoted '%'s in the URI. We need to make sure they're + # properly quoted so they do not cause issues elsewhere. + return quote(uri, safe=safe_without_percent) + + +def address_in_network(ip, net): + """This function allows you to check if an IP belongs to a network subnet + + Example: returns True if ip = 192.168.1.1 and net = 192.168.1.0/24 + returns False if ip = 192.168.1.1 and net = 192.168.100.0/24 + + :rtype: bool + """ + ipaddr = struct.unpack("=L", socket.inet_aton(ip))[0] + netaddr, bits = net.split("/") + netmask = struct.unpack("=L", socket.inet_aton(dotted_netmask(int(bits))))[0] + network = struct.unpack("=L", socket.inet_aton(netaddr))[0] & netmask + return (ipaddr & netmask) == (network & netmask) + + +def dotted_netmask(mask): + """Converts mask from /xx format to xxx.xxx.xxx.xxx + + Example: if mask is 24 function returns 255.255.255.0 + + :rtype: str + """ + bits = 0xFFFFFFFF ^ (1 << 32 - mask) - 1 + return socket.inet_ntoa(struct.pack(">I", bits)) + + +def is_ipv4_address(string_ip): + """ + :rtype: bool + """ + try: + socket.inet_aton(string_ip) + except OSError: + return False + return True + + +def is_valid_cidr(string_network): + """ + Very simple check of the cidr format in no_proxy variable. + + :rtype: bool + """ + if string_network.count("/") == 1: + try: + mask = int(string_network.split("/")[1]) + except ValueError: + return False + + if mask < 1 or mask > 32: + return False + + try: + socket.inet_aton(string_network.split("/")[0]) + except OSError: + return False + else: + return False + return True + + +@contextlib.contextmanager +def set_environ(env_name, value): + """Set the environment variable 'env_name' to 'value' + + Save previous value, yield, and then restore the previous value stored in + the environment variable 'env_name'. + + If 'value' is None, do nothing""" + value_changed = value is not None + if value_changed: + old_value = os.environ.get(env_name) + os.environ[env_name] = value + try: + yield + finally: + if value_changed: + if old_value is None: + del os.environ[env_name] + else: + os.environ[env_name] = old_value + + +def should_bypass_proxies(url, no_proxy): + """ + Returns whether we should bypass proxies or not. + + :rtype: bool + """ + # Prioritize lowercase environment variables over uppercase + # to keep a consistent behaviour with other http projects (curl, wget). + def get_proxy(key): + return os.environ.get(key) or os.environ.get(key.upper()) + + # First check whether no_proxy is defined. If it is, check that the URL + # we're getting isn't in the no_proxy list. + no_proxy_arg = no_proxy + if no_proxy is None: + no_proxy = get_proxy("no_proxy") + parsed = urlparse(url) + + if parsed.hostname is None: + # URLs don't always have hostnames, e.g. file:/// urls. + return True + + if no_proxy: + # We need to check whether we match here. We need to see if we match + # the end of the hostname, both with and without the port. + no_proxy = (host for host in no_proxy.replace(" ", "").split(",") if host) + + if is_ipv4_address(parsed.hostname): + for proxy_ip in no_proxy: + if is_valid_cidr(proxy_ip): + if address_in_network(parsed.hostname, proxy_ip): + return True + elif parsed.hostname == proxy_ip: + # If no_proxy ip was defined in plain IP notation instead of cidr notation & + # matches the IP of the index + return True + else: + host_with_port = parsed.hostname + if parsed.port: + host_with_port += f":{parsed.port}" + + for host in no_proxy: + if parsed.hostname.endswith(host) or host_with_port.endswith(host): + # The URL does match something in no_proxy, so we don't want + # to apply the proxies on this URL. + return True + + with set_environ("no_proxy", no_proxy_arg): + # parsed.hostname can be `None` in cases such as a file URI. + try: + bypass = proxy_bypass(parsed.hostname) + except (TypeError, socket.gaierror): + bypass = False + + if bypass: + return True + + return False + + +def get_environ_proxies(url, no_proxy=None): + """ + Return a dict of environment proxies. + + :rtype: dict + """ + if should_bypass_proxies(url, no_proxy=no_proxy): + return {} + else: + return getproxies() + + +def select_proxy(url, proxies): + """Select a proxy for the url, if applicable. + + :param url: The url being for the request + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs + """ + proxies = proxies or {} + urlparts = urlparse(url) + if urlparts.hostname is None: + return proxies.get(urlparts.scheme, proxies.get("all")) + + proxy_keys = [ + urlparts.scheme + "://" + urlparts.hostname, + urlparts.scheme, + "all://" + urlparts.hostname, + "all", + ] + proxy = None + for proxy_key in proxy_keys: + if proxy_key in proxies: + proxy = proxies[proxy_key] + break + + return proxy + + +def resolve_proxies(request, proxies, trust_env=True): + """This method takes proxy information from a request and configuration + input to resolve a mapping of target proxies. This will consider settings + such a NO_PROXY to strip proxy configurations. + + :param request: Request or PreparedRequest + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs + :param trust_env: Boolean declaring whether to trust environment configs + + :rtype: dict + """ + proxies = proxies if proxies is not None else {} + url = request.url + scheme = urlparse(url).scheme + no_proxy = proxies.get("no_proxy") + new_proxies = proxies.copy() + + if trust_env and not should_bypass_proxies(url, no_proxy=no_proxy): + environ_proxies = get_environ_proxies(url, no_proxy=no_proxy) + + proxy = environ_proxies.get(scheme, environ_proxies.get("all")) + + if proxy: + new_proxies.setdefault(scheme, proxy) + return new_proxies + + +def default_user_agent(name="python-requests"): + """ + Return a string representing the default user agent. + + :rtype: str + """ + return f"{name}/{__version__}" + + +def default_headers(): + """ + :rtype: requests.structures.CaseInsensitiveDict + """ + return CaseInsensitiveDict( + { + "User-Agent": default_user_agent(), + "Accept-Encoding": DEFAULT_ACCEPT_ENCODING, + "Accept": "*/*", + "Connection": "keep-alive", + } + ) + + +def parse_header_links(value): + """Return a list of parsed link headers proxies. + + i.e. Link: ; rel=front; type="image/jpeg",; rel=back;type="image/jpeg" + + :rtype: list + """ + + links = [] + + replace_chars = " '\"" + + value = value.strip(replace_chars) + if not value: + return links + + for val in re.split(", *<", value): + try: + url, params = val.split(";", 1) + except ValueError: + url, params = val, "" + + link = {"url": url.strip("<> '\"")} + + for param in params.split(";"): + try: + key, value = param.split("=") + except ValueError: + break + + link[key.strip(replace_chars)] = value.strip(replace_chars) + + links.append(link) + + return links + + +# Null bytes; no need to recreate these on each call to guess_json_utf +_null = "\x00".encode("ascii") # encoding to ASCII for Python 3 +_null2 = _null * 2 +_null3 = _null * 3 + + +def guess_json_utf(data): + """ + :rtype: str + """ + # JSON always starts with two ASCII characters, so detection is as + # easy as counting the nulls and from their location and count + # determine the encoding. Also detect a BOM, if present. + sample = data[:4] + if sample in (codecs.BOM_UTF32_LE, codecs.BOM_UTF32_BE): + return "utf-32" # BOM included + if sample[:3] == codecs.BOM_UTF8: + return "utf-8-sig" # BOM included, MS style (discouraged) + if sample[:2] in (codecs.BOM_UTF16_LE, codecs.BOM_UTF16_BE): + return "utf-16" # BOM included + nullcount = sample.count(_null) + if nullcount == 0: + return "utf-8" + if nullcount == 2: + if sample[::2] == _null2: # 1st and 3rd are null + return "utf-16-be" + if sample[1::2] == _null2: # 2nd and 4th are null + return "utf-16-le" + # Did not detect 2 valid UTF-16 ascii-range characters + if nullcount == 3: + if sample[:3] == _null3: + return "utf-32-be" + if sample[1:] == _null3: + return "utf-32-le" + # Did not detect a valid UTF-32 ascii-range character + return None + + +def prepend_scheme_if_needed(url, new_scheme): + """Given a URL that may or may not have a scheme, prepend the given scheme. + Does not replace a present scheme with the one provided as an argument. + + :rtype: str + """ + parsed = parse_url(url) + scheme, auth, host, port, path, query, fragment = parsed + + # A defect in urlparse determines that there isn't a netloc present in some + # urls. We previously assumed parsing was overly cautious, and swapped the + # netloc and path. Due to a lack of tests on the original defect, this is + # maintained with parse_url for backwards compatibility. + netloc = parsed.netloc + if not netloc: + netloc, path = path, netloc + + if auth: + # parse_url doesn't provide the netloc with auth + # so we'll add it ourselves. + netloc = "@".join([auth, netloc]) + if scheme is None: + scheme = new_scheme + if path is None: + path = "" + + return urlunparse((scheme, netloc, path, "", query, fragment)) + + +def get_auth_from_url(url): + """Given a url with authentication components, extract them into a tuple of + username,password. + + :rtype: (str,str) + """ + parsed = urlparse(url) + + try: + auth = (unquote(parsed.username), unquote(parsed.password)) + except (AttributeError, TypeError): + auth = ("", "") + + return auth + + +def check_header_validity(header): + """Verifies that header parts don't contain leading whitespace + reserved characters, or return characters. + + :param header: tuple, in the format (name, value). + """ + name, value = header + _validate_header_part(header, name, 0) + _validate_header_part(header, value, 1) + + +def _validate_header_part(header, header_part, header_validator_index): + if isinstance(header_part, str): + validator = _HEADER_VALIDATORS_STR[header_validator_index] + elif isinstance(header_part, bytes): + validator = _HEADER_VALIDATORS_BYTE[header_validator_index] + else: + raise InvalidHeader( + f"Header part ({header_part!r}) from {header} " + f"must be of type str or bytes, not {type(header_part)}" + ) + + if not validator.match(header_part): + header_kind = "name" if header_validator_index == 0 else "value" + raise InvalidHeader( + f"Invalid leading whitespace, reserved character(s), or return" + f"character(s) in header {header_kind}: {header_part!r}" + ) + + +def urldefragauth(url): + """ + Given a url remove the fragment and the authentication part. + + :rtype: str + """ + scheme, netloc, path, params, query, fragment = urlparse(url) + + # see func:`prepend_scheme_if_needed` + if not netloc: + netloc, path = path, netloc + + netloc = netloc.rsplit("@", 1)[-1] + + return urlunparse((scheme, netloc, path, params, query, "")) + + +def rewind_body(prepared_request): + """Move file pointer back to its recorded starting position + so it can be read again on redirect. + """ + body_seek = getattr(prepared_request.body, "seek", None) + if body_seek is not None and isinstance( + prepared_request._body_position, integer_types + ): + try: + body_seek(prepared_request._body_position) + except OSError: + raise UnrewindableBodyError( + "An error occurred when rewinding request body for redirect." + ) + else: + raise UnrewindableBodyError("Unable to rewind request body for redirect.") diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/__init__.py b/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/__init__.py new file mode 100644 index 0000000..d92acc7 --- /dev/null +++ b/.awi/lib/python3.9/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/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a2435860384715136aa36f3d7be8c8cba9d5ec98 GIT binary patch literal 620 zcmaJ;%Z}496iu2mP1**E1W0^B7mXRQLP7`_kQfOeR9JaqIknrd@N2G}qVgGh0y}=m zTUPu6E9_21Sz*b?_Z(ke`&`quon~=->)&o4jk4@#BL9x4WiR4%?;`9nmVM80#&Vpq z5i8_K6}V6(F7qt%QjS%Ht7ANt6IJ6{HMmhzJXJG1Q*%65EpFp}^)XvcmeVjJWY56~ zqX`L%m%Z~qH~s^dyb*HQ*zAaHTg!JK;Rn{*r1Y81+2Vf72hX z`OP4JtGMqjjowPJ@tlRb$BexdOE;hCj>ludqWEK)89=8urF24s7M_sK9zy+088%4%JlS)p2X$K(i+rB{ E0fG*%Hvj+t literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d838f3f25b6e6c076e166f52c28d58ad2ca6a5bd GIT binary patch literal 6718 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 I65*cwFMZwyU;qFB literal 0 HcmV?d00001 diff --git a/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-39.pyc b/.awi/lib/python3.9/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e439df33f23252aeda82e46cbbde381ff869feff GIT binary patch literal 2663 zcma)8PjBNy6nBy~Nz-_(fELbv?~M)MPg3@Ez5ykoQY@L3^*R|jFXaF z*((=50arc>U%^*C0yj?l-uO@LHbNQ2Gq&f=`}2Fh_Z)tDI`S}npTCH{?0eqd^w1m! zczBM>KF0KoCp^)4gG+k9_O3dj`@J{rh1hA0E}ov_vfp8n9^|~MuIOC#L|63QcvlDF zKpbK{6n!zk+80A{gmoZB;uz~toQPAbN8*8ah;=015|6MRi!<0e&riPMR=$*}HkmZr zFTR$syylr?Va%;%nP#ccYbB(in`p9Sq-|U>k^lx z*hL2>yW5LP9>-F!xx{&St6-HWoiH9|E9`HW&A7?zWcsH!?&Jqn#*rZ~-1P6-U+AUu zQ^VI%CjO;PGNa~BgZ0yxZ?27ACE@}WF49f5(1}0cH_DII+%KL#nLPEa%H&1L!=L%J z#4(ln!CEFl8^4T*#EWpHv6FO@51m(to#L_NkJs70-NbNGNrY~fBrxcH7ZyLZv5-7m zFy}ebQ2}d#N(shj#LDpsu&YGKUzoCND~-OGBavcK3rrnQrWM@o;Tu3UbLHD~N`)kk0fVZ7A<3c?6O}~A`!h$C%y2}wd!+3_*kaVt3 z*bi2+88(ocSq%b?ZuE-X@C3rTWG;(T!eh1N#J36C7s;MO(x9*bCxAn})O;-9JSof< zAe}<40`uJ#m`$m@NaDAltShddh6BT{!Vt9?tx!3WR_e_Vj@|Xhhea;DyGsZY{SpOU@3=A zm@UAxG7igTvqng>8RH;gt%vjpnF3sygqx2U+T&CwDAefQIS`k2P~{F0t+SSvh7rqB zv|@y(5*8V~gsPWSzb)I;hvV7oHkva11z+>yhN`?@gm{+@XGP9}hUhyDYP{E?#(mkn zNc=~WBURs_l<_Q+%e02rQ6+TAexD>EUs-93bg2ZLe(5S2xH?Qj9mmSj zC&gvZNrNL`!yFwyGnl~Bd$5%avtMYxi`036I1UDtkM{irRICNn4&i-DYWryuDF^I%Y5)Z@!S*MEB8;E@znjHHb^X>yreoq z{VCLVo%D7qdj!w!MleWKk^qX28eTtcWuX+9j!*Jo5F~slgCHLT!BUG=O!p^2@EZR) z%AG+F2ptB2IV5ZJO*BU|(SJKbUEMsS>5Qgxnr^=W?vB2!hQ5e&SrQv|4!XnMusjl85BUl}h;^NI&=?_CxkLl~h^f zCH?!IuWti@lCQ(+Mqj_n`ObIF@BGf!^roh227Vtc|NP2JZyUy6@}&4H<_3MaMJ(V{gJQ`xU>sYCW_T zYhN*Z$DerL@F#-F-O^$m=QV#4=aWGl=TkVZ`%^fdlJjYtPx~`Cp9yAgzk&0He+1`8 zx&;f9ic>@whzm zy#E58dDef?e+k!4;91vy8PC2P*eLg;Z@y#9z49^Tv+yzGVa%CvuXXuoWM_8Eg*l z&PLFUZgf|AYQu}#y>2|I^6PP>?vcMAklqhn<+a1WcbB)_XssQ(8$Ex}3Fd1x7r(5S z(Deh=zFT-smlv+}1|46DTn^kduj_a4OuIW)mV33kEyXPlmX|w_irZ&fqP4(Pi6q^m zAQTd*z=J$pFLXV3d9XS!uP)5lvD0jJy^WyRjBCxNZYPfG&F1F7>m+xo&8FXLHJgtN zH3J#R?nieoto1g63w`C?4TA24YrSry+RFpVC%n+_c-yP0H|YB3A)WL6?P#sny)f@> zwJ&tq%NO+d>+@f{5MmI|_r2B~Z#BSc?f!-4-Jt9D)Pq&n+ zX4%}r=dg>6$Q&8F)}A#oADX5y!dbKA8}As8Op3Q04*G#oNAM^`-R`y{h zoE6()&{;E6|OJke~55;U7y)YM6J47=mlLK{27Y?#BB3JPCn>wH>6i%OmTcwEJH z4O{49=bL-5Gkc~M!pK;+_DT